﻿@charset "UTF-8";

html, body {
    min-height: 100%;
}

body {
    min-height: 100vh;
    position: relative;
}

    body > form {
        height: 100%;
        padding-bottom: 325px;
    }

@media (max-width: 1024px) {
    body > form {
        padding-bottom: 143px;
    }
}

@media (min-width: 57.4375em) {
    body > form {
        padding-bottom: 325px;
    }
}

img,
legend {
    border: 0;
}

body,
figure {
    margin: 0;
}

.description li, #content-main li, .module li {
    padding-bottom: .2em;
}

.description ul, #content-main ul, .module ul {
    color: #4c4d56;
    font-size: 16px;
    list-style: none;
    padding-left: 35px;
}

.description ol, #content-main ol {
    padding-left: 40px;
}

    .description ol li, #content-main ol li {
        line-height: 1.4rem;
        position: relative;
    }

#filterTypeControls {
    width: 140px !important;
}

.description ul li, #content-main ul li, .module ul li {
    line-height: 1.4rem;
    padding-left: 5px;
    position: relative;
}

    .description ul li:before, #content-main ul li:before, .module ul li:before {
        color: #00234b;
        content: '\2022';
        display: inline-block;
        height: 0.35em;
        position: absolute;
        left: -10px;
        vertical-align: top;
    }

#content-main .site-map ul li:before {
    content: '';
    display: none;
}

.module.audio {
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.bg-full,
.lt-ie9 body {
    min-width: 1010px;
}

#container,
#nav,
#secondary-nav,
a:active,
a:hover {
    outline: 0;
}

.profile-panel .profile-time,
dfn {
    font-style: italic;
}

.site-tools .l-margins {
    padding: 5px 0 5px 0;
}


.hidden,
.invisible {
    visibility: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

.js .no-js,
.no-js .js,
[hidden] {
    display: none;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #fff;
}

.l-two-column-right h1 {
    text-align: center;
}

.l-three-column h1 {
    font-size: 46px;
    text-align: center;
}

.l-three-column .intro-heading h1 {
    text-align: left;
}

.l-three-column h2, #content-main h2 {
    font-size: 26px;
    margin-bottom: 0;
}

.l-three-column h3, #content-main h3 {
    font-size: 22px;
    margin-bottom: 0;
    padding-top: 0;
}

.l-three-column #secondary-nav > ul > li:first-child > a {
    background-color: #fff;
    border: none;
    color: #00234b;
    cursor: pointer;
    font-size: 1rem;
    padding: 10px;
    text-transform: uppercase;
}

    .l-three-column #secondary-nav > ul > li:first-child > a:hover {
        border: none;
    }

h1 {
    font-size: 46px;
    margin: 1em 0 .5em;
}

abbr[title] {
    border-bottom: 1px dotted;
}

p {
    line-height: 1.4rem;
}

b,
strong {
    font-weight: 700;
}

hr {
    -moz-box-sizing: content-box;
    border-width: 0;
    border-bottom: 1px solid #e0e0e0;
}

mark {
    background: #ff0;
    color: #000;
}

.site-tools .dropdown {
    margin-top: 25px;
}

.site-tools .cpa-websites .dropdown a:before,
.site-tools .cpa-websites > a:before {
    content: '';
    background-repeat: no-repeat;
    top: 50%;
    right: 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

svg:not(:root) {
    overflow: hidden;
}

fieldset {
    margin: 0 0 20px;
}

    fieldset label {
        color: #4c4d56;
        font-size: .9rem;
    }



legend {
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}


li {
    font-size: 16px;
}

p {
    font-size: 16px;
    margin: 16px 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

select {
    height: 30px;
    background: none;
    border: 1px solid #e0e0e0;
    width: 200px;
}


button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 5px;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type=search]::-webkit-search-cancel-button,
    input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

body {
    color: #4c4d56;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    height: 100%;
}
/*
#logout .btn.logout,
#logout .logged-in,
#nav>ul>li,
h2,
h3,
h4,
h5 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif
}
*/
.l-margins {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    width: 1100px;
}

#phcorp_pagebody_0_phcorp_contentcolumn_1_pnlShareToolsModule {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.l-one-column #content-column {
    float: none;
}

.l-two-column-right #content-container {
    float: right;
    width: 782px;
}

.l-two-column-right #secondary-nav {
    float: left;
    width: 300px;
}

.l-two-column-right #content-main iframe.fullsize {
    width: 782px;
}

#nav-popup a,
.bg-full {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.btn-navy-l, .btn-navy-s {
    border-radius: 6px !Important;
    padding: 10px 15px !Important;
    font-size: 1rem !Important;
    margin: 20px 0 !Important;
    text-transform: uppercase !Important;
    text-align: center !Important;
    cursor: pointer !Important;
    color: #fff !Important;
    display: block !Important;
    background-color: #00234b;
    text-decoration: none !Important;
    /* max-width:30%; */
    /* font-weight:bold; */
}

    .btn-navy-l:hover, .btn-navy-s:hover {
        background-color: #064894 !Important;
        text-decoration: none !Important;
        opacity: 1;
    }


@media (max-width:73.0625em) {
    .l-margins {
        width: 95%;
    }

    .bg-full {
        min-width: 761px;
    }
}

@media (max-width:57.4375em) {
    .l-margins {
        width: 100%;
        /* max-width: 512px;*/
        padding: 0 10px;
    }
}

#content-main img,
.module img {
    max-width: 100%;
}

.bg-full {
    box-sizing: border-box;
}

#container,
#content-main {
    margin-bottom: 10px;
    width: 100%;
}

#content-main {
    padding: 10px 0 50px;
    position: relative;
}

h1 {
    color: #00234b;
    text-transform: uppercase;
    font-weight: 300;
}

h2 {
    color: #ae9a75;
    font-size: 30px;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 0;
    text-transform: uppercase;
}

h3 {
    color: #ae9974;
    font-size: 22px;
    font-weight: 500;
    margin-top: 30px;
}

h4 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0;
}

h5 {
    font-size: 1rem;
    font-weight: bold;
}

@media (max-width:57.4375em) {
    .bg-full {
        min-width: 0;
    }

    #container {
        margin-bottom: 0;
    }

    h1 {
        font-size: 2.6rem;
        margin: .3em 0;
        padding-top: .7em;
    }

    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    h4, p, li {
        font-size: .9rem;
    }
}

@media (max-width:31.9375em) {
    .l-homepage #content-main {
        margin-bottom: 0;
    }

    .l-three-column h1, h1 {
        font-size: 1.8rem;
    }

    .l-three-column h2, h2 {
        font-size: 1.4rem;
    }

    .l-three-column h3, h3 {
        font-size: 1.2rem;
    }

    .program-title {
        font-size: 1.2rem;
    }
}

@media (max-width:73.0625em) {
    .l-two-column-right #content-container {
        width: 512px;
    }

    .l-two-column-right #secondary-nav {
        width: 176px;
    }

    .l-two-column-right #content-main {
        margin-bottom: 2em;
    }

        .l-two-column-right #content-main iframe.fullsize {
            width: 512px;
        }
}

@media (max-width:57.4375em) {
    .l-two-column-right #aside,
    .l-two-column-right #content-container,
    .l-two-column-right #content-main,
    .l-two-column-right #secondary-nav {
        width: 100%;
        float: none;
        margin-left: 0;
    }

        .l-two-column-right #content-main iframe.fullsize {
            width: 100%;
        }

    .l-two-column-right #content-main,
    .l-two-column-right #secondary-nav {
        margin-bottom: 2em;
    }
}

.l-two-column-left #content-main {
    float: left;
    width: 690px;
}

.l-two-column-left #aside {
    float: left;
    width: 247px;
    margin-left: 23px;
}

@media (max-width:73.0625em) {
    .l-two-column-left #aside,
    .l-two-column-left #content-main {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 2em;
    }
}

.l-three-column #content-container {
    float: right;
    width: 780px;
}

.l-three-column #content-main {
    float: left;
}

.l-three-column #aside {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
}

.l-three-column #secondary-nav {
    box-shadow: none;
    float: left;
    width: 300px;
}

    .l-three-column #secondary-nav li {
        border: none;
        padding: 0;
    }

@media (max-width:73.0625em) {
    .l-three-column #content-container {
        width: 72%;
    }

    .l-three-column #aside {
        width: 512px;
        margin-left: 0;
    }

    .l-three-column #secondary-nav {
        width: 230px;
    }

    .l-three-column #content-main {
        float: none;
        margin-bottom: 2em;
    }
}

@media (max-width:57.4375em) {
    .l-three-column #aside,
    .l-three-column #content-container,
    .l-three-column #content-main,
    .l-three-column #secondary-nav {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .l-three-column #aside,
    .l-three-column #content-main,
    .l-three-column #secondary-nav {
        margin-bottom: 2em;
    }
}

.l-application #content-header > div {
    margin-bottom: 1em;
}

    .l-application #content-header > div + h1 {
        margin-top: -.1em;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, Helvetica, sans-serif; /* font-weight: normal; */
}

h4,
h5,
li,
p {
    color: #666666;
}

    h1:first-child,
    h2:first-child,
    h3:first-child,
    h4:first-child,
    h5:first-child,
    h6:first-child,
    li:first-child,
    ol:first-child,
    p:first-child,
    ul:first-child {
        margin-top: 0;
    }

ol a:first-child + ol,
ol a:first-child + ul,
ol ol:first-child,
ol ul:first-child,
ul a:first-child + ol,
ul a:first-child + ul,
ul ol:first-child,
ul ul:first-child {
    margin: 5px 0 0;
}


#top {
    position: absolute;
    width: 100%;
    z-index: 999;
}

    #top.minimal {
        position: relative;
    }

@media (max-width:73.0625em) {
    #top {
        position: relative;
    }
}

.site-tools {
    color: #fff;
    padding: 5px 0 5px;
    background: #00234b;
}

    .site-tools a {
        color: #fff;
        font-weight: 600;
        font-size: .7rem;
        text-transform: uppercase;
    }

    .site-tools .horizontal > li {
        font-size: 14px;
        line-height: 1.5;
        margin-left: 2em;
    }


    .site-tools .top-links, .site-tools .cpa-websites {
        float: left;
        padding: 0;
    }

.top-links li a {
    text-align: right;
}

@media (max-width: 73.0625em) {
    .top-links li a {
        text-align: left;
    }
}

.site-tools .cpa-websites > a {
    padding-right: 20px;
    margin-right: 29px;
    position: relative;
    float: left;
    padding-top: 5px;
}

    .site-tools .cpa-websites > a:before {
        position: absolute;
        height: 5px;
        width: 10px;
        background-image: url(../img/sprites/global-sccb61b25e3.png);
        background-position: 0 -992px;
        padding: 4px 0;
    }

.cpa-websites {
    padding-top: 5px;
    border-right: 1px solid #ddd;
}


@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3 / 2), (min-device-pixel-ratio:1.5) {
    .site-tools .cpa-websites > a:before {
        background-image: url(../img/sprites/global-2x-sa0a12904af.png);
        background-position: 0 -1093.5px;
        -webkit-background-size: 119px auto;
        -moz-background-size: 119px auto;
        -o-background-size: 119px auto;
        background-size: 119px auto;
    }
}

.ipad .site-tools .cpa-websites > a:before {
    margin-top: -5px;
}

.site-tools .cpa-websites .dropdown {
    z-index: 1000;
}

    .site-tools .cpa-websites .dropdown a {
        padding-right: 20px;
        position: relative;
    }

        .site-tools .cpa-websites .dropdown a:before {
            position: absolute;
            height: 8px;
            width: 7px;
            background-image: url(../img/sprites/global-sccb61b25e3.png);
            background-position: 0 -969px;
            padding: 4px 0;
            display: none;
        }

#breadcrumbs,
#breadcrumbs ul li {
    position: relative;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3 / 2), (min-device-pixel-ratio:1.5) {
    .site-tools .cpa-websites .dropdown a:before {
        background-image: url(../img/sprites/global-2x-sa0a12904af.png);
        background-position: 0 -1070.5px;
        -webkit-background-size: 119px auto;
        -moz-background-size: 119px auto;
        -o-background-size: 119px auto;
        background-size: 119px auto;
    }
}

.ipad .site-tools .cpa-websites .dropdown a:before {
    margin-top: -8px;
}

@media (max-width:73.0625em) {
    .site-tools {
        display: none;
    }
}

.site-tools .logged-in {
    float: right;
    color: #878787;
    font-size: 12px;
    font-size: .75rem;
    margin: 0;
    padding: 0;
}

#header,
#header a,
#logout {
    color: #00234b;
}

.site-tools .social-links {
    float: right;
}

.lt-ie9 .site-tools .social-links {
    margin-top: -3px;
}

#header {
    background-color: #fff;
    padding: 0 10px 5px;
    z-index: 300;
    border: 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
}

.no-rgba #header {
    background: url(img/no-rgba/black-80.png);
}

#header .logo {
    float: left;
    display: block;
    padding: 15px 0;
}

    #header .logo img {
        width: 99px;
        height: 43px;
        vertical-align: top;
        padding-right: 16px;
    }

@media (max-width:73.0625em) {
    #header .logo img {
        width: 81px;
        height: 35px;
    }

    #header {
        background-color: #00234b;
        padding-bottom: 0;
    }

        #header .logo {
            align-items: center;
            display: flex;
            height: 80px;
            padding: 0;
        }

    .ios #container.l-homepage > .l-margins,
    .safari #container.l-homepage > .l-margins {
        width: 759px;
    }
}

#logout {
    background-color: #222;
    display: none;
}

    #logout .bg-full {
        border-top: 1px solid #333;
    }

table td,
table th {
    border: 1px solid #ddd;
}

    table td ul, table td ul li {
        font-size: .8125rem;
    }

#logout .btn.logout,
#logout .logged-in {
    color: #fff;
    font-size: 16px;
    font-size: .9375rem;
    display: block;
    padding: 16px 30px;
    margin: 0;
    line-height: 1.5;
}

#logout .logged-in {
    font-weight: 600;
    float: left;
    padding-left: 0;
    color: #878787;
}

#logout .btn.logout {
    font-weight: 800;
    letter-spacing: -1px;
    float: right;
    background-color: #0858a0;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
}

.no-js-warning,
table th {
    font-weight: 700;
}

#nav > ul > li > a,
.csstransitions #logout {
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
}

#logout .btn.logout:active,
#logout .btn.logout:focus,
#logout .btn.logout:hover {
    background-color: #064680;
    text-decoration: none;
}

.csstransitions #logout {
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition-property: max-height;
    -moz-transition-property: max-height;
    -o-transition-property: max-height;
    transition-property: max-height;
    transition-duration: .5s;
    -webkit-transform: translateZ(0);
}

    .csstransitions #logout.is-active {
        max-height: 200px;
    }

.no-csstransitions #logout.is-active {
    display: block;
}

@media (max-width:31.9375em) {
    #logout .l-margins {
        padding: 0;
    }

    #logout .btn.logout,
    #logout .logged-in {
        float: none;
        text-align: center;
    }

    #logout .logged-in {
        padding: 20px 0;
    }

    #logout .btn.logout {
        padding: 16px 0;
    }
}

@media (min-width:73.125em) {
    #logout,
    #logout.is-active {
        display: none;
    }
}

#container {
    padding-top: 0;
}

#container.l-homepage,
#sidebarLeft {
    padding-top: 0;
}

@media (max-width:31.9375em) {
    #container.l-homepage > .l-margins {
        padding: 0;
    }
}

.no-js-warning {
    text-align: center;
    font-size: 13px;
    padding: 12px 30px;
    background-color: red;
    color: #fff;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    margin-bottom: 1em;
    overflow-x: auto;
    width: 100%;
}

@media (max-width: 768px) {
    table {
        display: block;
    }

        table.tg {
            display: table;
        }
}

table td,
table th {
    text-align: left;
    font-size: 16px;
    padding: .9em;
    vertical-align: baseline;
    color: #4c4d56;
}

    table td li,
    table td ol,
    table td p,
    table td ul,
    table th li,
    table th ol,
    table th p,
    table th ul {
        color: #4c4d56;
    }

        table td li:last-child,
        table td ol:last-child,
        table td p:last-child,
        table td ul:last-child,
        table th li:last-child,
        table th ol:last-child,
        table th p:last-child,
        table th ul:last-child {
            margin-bottom: 0;
        }

#content-header {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

.l-three-column #content-header,
.l-two-column-right #content-header {
    padding: 0 0 2px;
}

#content-header .btn-secondary-nav {
    display: none;
}

@media (max-width:57.4375em) {
    .ios #container.l-homepage > .l-margins,
    .safari #container.l-homepage > .l-margins {
        width: 100%;
    }

    .l-three-column #content-header {
        padding-left: 0;
    }

    #content-header {
        padding-bottom: 1rem;
        border-bottom: 1px solid #e0e0e0;
    }

        #content-header .btn-secondary-nav {
            display: none;
            height: 21px;
            width: 21px;
            background-image: url(../img/sprites/global-sccb61b25e3.png);
            background-position: 0 -848px;
            background-repeat: no-repeat;
            float: left;
            margin: 20px 10px 5px 0;
        }

        #content-header #breadcrumbs {
            float: left;
        }
}

@media (max-width:57.4375em) and (-webkit-min-device-pixel-ratio:1.5), (max-width:57.4375em) and (min--moz-device-pixel-ratio:1.5), (max-width:57.4375em) and (-o-min-device-pixel-ratio:3 / 2), (max-width:57.4375em) and (min-device-pixel-ratio:1.5) {
    #content-header .btn-secondary-nav {
        background-image: url(../img/sprites/global-2x-sa0a12904af.png);
        background-position: 0 -746px;
        -webkit-background-size: 119px auto;
        -moz-background-size: 119px auto;
        -o-background-size: 119px auto;
        background-size: 119px auto;
    }
}

#campaign-header {
    clear: both;
    margin-bottom: 0;
    width: 100%;
}

.lt-ie9 #campaign-header {
    margin-bottom: 2em;
    margin-top: -1em;
}

#campaign-header img {
    margin-top: 30px;
    width: 100%;
}

#campaign-header .btn-secondary-nav {
    display: none;
}

@media (max-width:57.4375em) {
    #campaign-header .btn-secondary-nav {
        height: 21px;
        width: 21px;
        background-image: url(../img/sprites/global-sccb61b25e3.png);
        background-position: 0 -848px;
        background-repeat: no-repeat;
        margin-bottom: 1em;
        display: block;
    }
}

@media (max-width:57.4375em) and (-webkit-min-device-pixel-ratio:1.5), (max-width:57.4375em) and (min--moz-device-pixel-ratio:1.5), (max-width:57.4375em) and (-o-min-device-pixel-ratio:3 / 2), (max-width:57.4375em) and (min-device-pixel-ratio:1.5) {
    #campaign-header .btn-secondary-nav {
        background-image: url(../img/sprites/global-2x-sa0a12904af.png);
        background-position: 0 -746px;
        -webkit-background-size: 119px auto;
        -moz-background-size: 119px auto;
        -o-background-size: 119px auto;
        background-size: 119px auto;
        display: none;
    }
}

#breadcrumbs {
    overflow: visible;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin: 40px 0 0 0;
    display: none;
}

.blackberry #breadcrumbs {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

#breadcrumbs ul {
    list-style: none;
    padding: 0;
    dsiplay: none;
    margin: 0;
}

    #breadcrumbs ul a {
        text-decoration: none;
        color: #00234b;
        -webkit-transition-property: color;
        -moz-transition-property: color;
        -o-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .25s;
        -moz-transition-duration: .25s;
        -o-transition-duration: .25s;
        transition-duration: .25s;
        display: inline-block;
        line-height: 1.231;
    }

.lt-ie9 #breadcrumbs ul a {
    padding-bottom: 8px;
}


#breadcrumbs ul a:active,
#breadcrumbs ul a:focus,
#breadcrumbs ul li.is-active a {
    border: 0;
    color: #ae9a75;
}

#breadcrumbs ul a:hover {
    color: #ae9a75;
}

#breadcrumbs ul li {
    font-size: 11px;
    font-size: .6875rem;
    margin: 0;
}

    #breadcrumbs ul li:before {
        content: "▶";
        font-size: 10px;
        color: #ae9a75;
        font-weight: 700;
        top: 50%;
        left: 0;
        line-height: 0;
        margin-left: 20px;
        margin-right: 20px;
    }

    #breadcrumbs ul li:first-child {
        padding-left: 0;
    }

        #breadcrumbs ul li:first-child:before {
            display: none;
        }

@media (max-width:57.4375em) {
    #breadcrumbs ul li {
        display: none;
    }

        #breadcrumbs ul li.is-parent {
            display: none;
            padding-left: 0;
        }

            #breadcrumbs ul li.is-parent:before {
                display: none;
            }

        #breadcrumbs ul li.is-active {
            display: none;
        }
}

#header-share-tools .addthis_toolbox a,
#nav {
    /* padding-left: 25px; */
}

#share-tools {
    clear: both;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}

    #share-tools .addthis_toolbox {
        float: right;
        padding-top: 16px;
    }

#header-share-tools .addthis_toolbox {
    float: right;
    padding-top: 10px;
}

.site-tools .addthis_toolbox {
    display: block !important;
}

#nav {
    float: left;
    padding-right: 5px;
    padding-top: 17px;
}

    #nav > ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #nav > ul > li {
            font-size: 12px;
            font-weight: 600;
            float: left;
            position: relative;
            margin: 0;
            padding: 10px 15px;
        }

#searchResultsDomain,
#searchResultsInfo,
.dropdown a {
    font-family: Arial, Helvetica, sans-serif;
}

    .dropdown a:hover, .dropdown a:active {
        text-decoration: none;
        background: #00234b;
        color: #fff !important;
    }

#nav > ul > li > a {
    line-height: 23px;
    background: none;
    transition-duration: .5s;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: inherit;
    padding-left: 0;
}

    #nav > ul > li.is-active > a,
    #nav > ul > li.is-hover > a,
    #nav > ul > li > a:active,
    #nav > ul > li > a:focus,
    #nav > ul > li > a:hover,
    .dropdown {
        border-bottom: 3px solid #00234b;
    }

#nav a {
    font-weight: 700;
    display: block;
}

@media (max-width:73.0625em) {
    .js #nav {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .no-js #nav {
        display: none;
    }

        .no-js #nav:target {
            display: block;
        }

        .no-js #nav li {
            float: none;
        }
}

.dropdown {
    background-color: #fff;
    padding: 0 10px 5px;
    z-index: 300;
    margin: 5px 0 0 -5px;
    border: 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    border-radius: 4px;
}

    .dropdown ul {
        list-style: none;
        margin: 0;
        padding: 5px 5px;
    }

        .dropdown ul li {
            margin: 0;
            padding: 3px 0;
            font-size: 12px;
            line-height: 1.5em;
        }

            .dropdown ul li a {
                padding: 8px 10px;
            }

    .dropdown a {
        font-size: 12px;
        font-size: .8125rem;
        padding: .4em 0;
        display: block;
        color: #00234b;
    }

#footer h2,
#nav-popup a {
    font-family: Arial, Helvetica, sans-serif;
}

#nav-popup,
#nav-popup.is-active {
    display: none;
}

#header .dropdown .is-active > a,
.dropdown .is-active > a {
    color: #fff !important;
    background: #00234b;
}

#nav .dropdown {
    width: 280px;
}

.no-rgba #top .cpa-websites .dropdown {
    background-color: #fff;
}

#top .cpa-websites .dropdown a {
    color: #00234b;
    font-size: 12px;
    font-size: .75rem;
}

#nav a + .dropdown,
#top .cpa-websites a + .dropdown {
    margin-bottom: 10px;
    margin-left: -99999px;
    position: absolute;
    top: 33px;
}

#top .cpa-websites a + .dropdown {
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    top: 5px;
    width: 270px;
}

.js #nav a + .dropdown,
.js #top .cpa-websites a + .dropdown {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transform: translateZ(0);
}

.js #nav li.is-hover .dropdown,
.js #top .cpa-websites.is-hover .dropdown {
    margin-left: 0;
    opacity: 1;
}

.no-js #nav a:active + .dropdown,
.no-js #nav a:focus + .dropdown,
.no-js #nav a:hover + .dropdown,
.no-js #nav li:hover a + .dropdown,
.no-js #top .cpa-websites a:active + .dropdown,
.no-js #top .cpa-websites a:focus + .dropdown,
.no-js #top .cpa-websites a:hover + .dropdown,
.no-js #top .cpa-websites:hover a + .dropdown {
    margin-left: 0;
    text-decoration: none;
}

@media (max-width:73.0625em) {
    #nav a + .dropdown {
        position: static;
        margin-left: 0;
    }
}

#nav-popup li,
#nav-popup > .l-margins {
    padding: 0;
    position: relative;
}

#nav-popup .menu {
    background-color: #00234b;
}

    #nav-popup .menu > ul:first-child {
        border-top: 1px solid #333;
    }

#nav-popup ul {
    list-style: none;
    padding: 0px;
    margin: 0;
}

#nav-popup li {
    margin: 0;
}

#nav-popup a {
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    padding: 16px 10px 16px 20px;
    display: block;
}

.menu ul li .dropdown {
    border-radius: 0;
    padding: 0;
}

#nav-popup ul li .dropdown a {
    color: #00234b;
    line-height: 1rem;
}

#nav-popup .is-active > a {
    color: #ae9a75;
}

#nav-popup a.ec {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    float: right;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    right: 0;
}

    #nav-popup a.ec:before {
        content: '';
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -3px;
        padding: 6px;
    }

    #nav-popup a.ec.expand + .dropdown {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    #nav-popup a.ec.expand:before {
        height: 5px;
        width: 10px;
        background-image: url(../img/sprites/global-sccb61b25e3.png);
        background-position: 0 -992px;
        background-repeat: no-repeat;
    }

@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3 / 2), (min-device-pixel-ratio:1.5) {
    #nav-popup a.ec.expand:before {
        background-image: url(../img/sprites/global-2x-sa0a12904af.png);
        background-position: 0 -1093.5px;
        -webkit-background-size: 119px auto;
        -moz-background-size: 119px auto;
        -o-background-size: 119px auto;
        background-size: 119px auto;
    }
}

#nav-popup a.ec.collapse:before {
    height: 5px;
    width: 10px;
    background-image: url(../img/sprites/global-sccb61b25e3.png);
    background-position: 0 -949px;
    background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3 / 2), (min-device-pixel-ratio:1.5) {
    #nav-popup a.ec.collapse:before {
        background-image: url(../img/sprites/global-2x-sa0a12904af.png);
        background-position: 0 -1050.5px;
        -webkit-background-size: 119px auto;
        -moz-background-size: 119px auto;
        -o-background-size: 119px auto;
        background-size: 119px auto;
    }
}

#nav-popup .dropdown li {
    padding: 0 5px;
}

@media (max-width:57.4375em) {
    #nav-popup .dropdown li {
        padding: 0 0 0 5px;
    }
}

#nav-popup .dropdown a {
    font-weight: 400;
    font-weight: 600;
}

#nav-popup .top-links {
    background-color: #00234b;
}

@media (max-width: 73.0625em) {
    #nav-popup .top-links {
        background-color: #AE9974;
    }
}

#nav-popup .top-links a {
    color: #fff;
}

@media (max-width:73.0625em) {
    #nav-popup {
        display: none;
        position: absolute;
        top: 53px;
        width: 100%;
        z-index: 1000;
    }

    .csstransitions #nav-popup.is-displayed,
    .no-csstransitions #nav-popup.is-active {
        display: block;
    }

    #nav-popup .menu {
        max-width: 600px;
        width: 50%;
        position: absolute;
        top: 0;
        right: 0;
    }

    .csstransitions #nav-popup {
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: .5s;
        -moz-transition-duration: .5s;
        -o-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transform: translateZ(0);
    }

        .csstransitions #nav-popup.is-active {
            filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
        }
}

@media (max-width:57.4375em) {
    #nav-popup .menu {
        width: 75%;
    }
}

@media (max-width:31.9375em) {
    #nav-popup,
    #nav-popup .menu {
        position: static;
        top: auto;
    }

        #nav-popup .menu {
            width: 100%;
            max-width: none;
            right: auto;
        }

    .csstransitions #nav-popup {
        display: block;
        max-height: 0;
        overflow: hidden;
        -webkit-transition-property: max-height;
        -moz-transition-property: max-height;
        -o-transition-property: max-height;
        transition-property: max-height;
        -webkit-transition-duration: .5s;
        -moz-transition-duration: .5s;
        -o-transition-duration: .5s;
        transition-duration: .5s;
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translateZ(0);
    }

        .csstransitions #nav-popup.is-active {
            max-height: 9999px;
        }
}

@media (max-width:73.0625em) {
    .no-js #nav {
        width: 100%;
        position: static;
        top: 0;
        left: 0;
        float: none;
        padding: 0;
        clear: both;
    }

        .no-js #nav ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .no-js #nav li {
            padding: 0;
            margin: 0;
            border-bottom: 1px solid #424242;
            position: relative;
        }

        .no-js #nav a {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            color: #fff;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            font-size: 1rem;
            font-weight: 600;
            padding: 16px 0 16px 30px;
            display: block;
        }

        .no-js #nav .is-active > a {
            color: #fcd703;
        }

        .no-js #nav .dropdown {
            background-color: #333;
            padding: 0;
            width: auto;
        }

            .no-js #nav .dropdown li {
                border-top: 1px solid #222;
                border-bottom: none;
            }

            .no-js #nav .dropdown a {
                font-weight: 400;
                padding-left: 40px;
            }
}

@media (max-width:57.4375em) {
    .no-js #nav {
        width: 100%;
    }
}

@media (max-width:31.9375em) {
    .no-js #nav {
        width: 100%;
    }
}

#header .nav-btns {
    align-items: center;
    display: flex;
    float: right;
    height: 75px;
}

.no-js #header .nav-btns {
    min-width: 140px;
}

#header .btn {
    float: left;
    display: block;
    height: 25px;
    width: 0;
    position: relative;
    text-decoration: none;
    margin-top: 0px;
}

    #header .btn:after,
    #header .btn:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        z-index: 1;
    }

    #header .btn:after {
        z-index: 2;
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: .5s;
        -moz-transition-duration: .5s;
        -o-transition-duration: .5s;
        transition-duration: .5s;
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }

    #header .btn.is-active:after,
    #header .btn:active:after,
    #header .btn:focus:after,
    #header .btn:hover:after {
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

@media (max-width:73.0625em) {
    #header .btn {
        /* height: 35px; */
        padding: 9px 1.4em;
    }

    .dropdown {
        margin-top: 0;
    }
}





#header .btn.login:before {
    height: 21px;
    width: 21px;
    background-image: url(../img/sprites/global-sccb61b25e3.png);
    background-position: 0 -746px;
    background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3 / 2), (min-device-pixel-ratio:1.5) {
    #header .btn.login:before {
        background-image: url(../img/sprites/global-2x-sa0a12904af.png);
        background-position: 0 -638px;
        -webkit-background-size: 119px auto;
        -moz-background-size: 119px auto;
        -o-background-size: 119px auto;
        background-size: 119px auto;
    }
}

#header .btn.login:after {
    height: 21px;
    width: 21px;
    background-image: url(../img/sprites/global-sccb61b25e3.png);
    background-position: 0 -674px;
    background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3 / 2), (min-device-pixel-ratio:1.5) {
    #header .btn.login:after {
        background-image: url(../img/sprites/global-2x-sa0a12904af.png);
        background-position: 0 -674px;
        -webkit-background-size: 119px auto;
        -moz-background-size: 119px auto;
        -o-background-size: 119px auto;
        background-size: 119px auto;
    }
}

#header .btn.logout:before {
    height: 21px;
    width: 21px;
    background-image: url(../img/sprites/global-sccb61b25e3.png);
    background-position: 0 -638px;
    background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3 / 2), (min-device-pixel-ratio:1.5) {
    #header .btn.logout:before {
        background-image: url(../img/sprites/global-2x-sa0a12904af.png);
        background-position: 0 -710px;
        -webkit-background-size: 119px auto;
        -moz-background-size: 119px auto;
        -o-background-size: 119px auto;
        background-size: 119px auto;
    }
}

#header .btn.search:active {
    box-shadow: none;
}

#header .btn.logout:after,
#header .btn.search:before {
    background-image: url(../img/sprites/global-sccb61b25e3.png);
    background-repeat: no-repeat;
}

#header .btn.logout:after {
    height: 21px;
    width: 21px;
    background-position: 0 -710px;
}

@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3 / 2), (min-device-pixel-ratio:1.5) {
    #header .btn.logout:after {
        background-image: url(../img/sprites/global-2x-sa0a12904af.png);
        background-position: 0 -782px;
        -webkit-background-size: 119px auto;
        -moz-background-size: 119px auto;
        -o-background-size: 119px auto;
        background-size: 119px auto;
    }
}

@media (min-width:73.125em) {
    #header .btn.login,
    #header .btn.logout {
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-size: .8rem;
        font-weight: bold;
        height: auto;
        padding-right: 5px;
        transition-property: background-color;
        transition-duration: 250ms;
        text-transform: uppercase;
        width: auto;
    }

        #header .btn.login:active,
        #header .btn.login:focus,
        #header .btn.login:hover,
        #header .btn.logout:active,
        #header .btn.logout:focus,
        #header .btn.logout:hover {
            box-shadow: none;
            opacity: .7;
        }

        #header .btn.login .visuallyhidden,
        #header .btn.logout .visuallyhidden {
            position: static;
            clip: auto;
            overflow: auto;
            color: #00234b;
        }

        #header .btn.login:after,
        #header .btn.login:before,
        #header .btn.logout:after,
        #header .btn.logout:before {
            display: none;
        }
}

#header .btn.login, #header .btn.logout {
    font-size: 12px;
}

#header .btn.search:before {
    height: 21px;
    width: 21px;
    background-position: 0 -508px;
}

@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3 / 2), (min-device-pixel-ratio:1.5) {
    #header .btn.search:before {
        background-image: url(../img/sprites/global-2x-sa0a12904af.png);
        background-position: 0 -442px;
        -webkit-background-size: 119px auto;
        -moz-background-size: 119px auto;
        -o-background-size: 119px auto;
        background-size: 119px auto;
    }
}

#header .btn.search:after {
    height: 21px;
    width: 21px;
    background-image: url(../img/sprites/global-sccb61b25e3.png);
    background-position: 0 -280px;
    background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3 / 2), (min-device-pixel-ratio:1.5) {
    #header .btn.search:after {
        background-image: url(../img/sprites/global-2x-sa0a12904af.png);
        background-position: 0 -442px;
        -webkit-background-size: 119px auto;
        -moz-background-size: 119px auto;
        -o-background-size: 119px auto;
        background-size: 119px auto;
    }
}

@media (min-width:73.125em) {
    #header .btn.search {
        -webkit-transition-property: background-color;
        -moz-transition-property: background-color;
        -o-transition-property: background-color;
        transition-property: background-color;
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
        margin-right: 30px;
    }

        #header .btn.search:after,
        #header .btn.search:before {
            height: 23px;
            width: 21px;
            background-image: url(../img/sprites/global-sccb61b25e3.png);
            background-repeat: no-repeat;
        }

        #header .btn.search.is-active,
        #header .btn.search:active {
            background: none;
        }

        #header .btn.search:before {
            background-position: 0 -280px;
            -webkit-transition-property: opacity;
            -moz-transition-property: opacity;
            -o-transition-property: opacity;
            transition-property: opacity;
            -webkit-transition-duration: .5s;
            -moz-transition-duration: .5s;
            -o-transition-duration: .5s;
            transition-duration: .5s;
        }

        #header .btn.search:active:before,
        #header .btn.search:focus:before,
        #header .btn.search:hover:before {
            filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
            opacity: .8;
        }

        #header .btn.search:after {
            -webkit-transition-duration: .3s;
            -moz-transition-duration: .3s;
            -o-transition-duration: .3s;
            transition-duration: .3s;
            background-position: 0 -316px;
            filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
            opacity: 0;
        }

    .lt-ie9 #header .btn.search:after {
        display: none;
    }

    #header .btn.search.is-active:after,
    #header .btn.search.is-active:hover:after,
    #header .btn.search:active:after,
    #header .btn.search:active:hover:after {
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

    .lt-ie9 #header .btn.search.is-active:after,
    .lt-ie9 #header .btn.search.is-active:hover:after,
    .lt-ie9 #header .btn.search:active:hover:after {
        display: block;
    }

    #header .btn.nav {
        display: none;
    }
}

#header .btn.nav:after,
#header .btn.nav:before {
    height: 21px;
    width: 21px;
    background-repeat: no-repeat;
}

#secondary-nav li a,
a {
    text-decoration: none;
    transition: all 500ms;
}

/* @media (min-width:73.125em) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:73.125em) and (min--moz-device-pixel-ratio:1.5),
(min-width:73.125em) and (-o-min-device-pixel-ratio:3 / 2),
(min-width:73.125em) and (min-device-pixel-ratio:1.5) {
    #header .btn.search:before {
        background-image: url(../img/sprites/global-2x-sa0a12904af.png);
        background-position: 0 -442px;
        -webkit-background-size: 119px auto;
        -moz-background-size: 119px auto;
        -o-background-size: 119px auto;
        background-size: 119px auto;
    }
    #header .btn.search:after {
        background-image: url(../img/sprites/global-2x-sa0a12904af.png);
        background-position: 0 -316px;
        -webkit-background-size: 119px auto;
        -moz-background-size: 119px auto;
        -o-background-size: 119px auto;
        background-size: 119px auto
    }
} */

#header .btn.nav:before {
    background-image: url(../img/sprites/global-sccb61b25e3.png);
    background-position: 0 -913px;
}

/* @media (-webkit-min-device-pixel-ratio:1.5),
(min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:3 / 2),
(min-device-pixel-ratio:1.5) {
    #header .btn.nav:before {
        background-image: url(../img/sprites/global-2x-sa0a12904af.png);
        background-position: 0 -746px;
        -webkit-background-size: 119px auto;
        -moz-background-size: 119px auto;
        -o-background-size: 119px auto;
        background-size: 119px auto
    }
} */

#header .btn.nav:after {
    background-image: url(../img/sprites/global-sccb61b25e3.png);
    background-position: 0 -848px;
}

/* @media (-webkit-min-device-pixel-ratio:1.5),
(min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:3 / 2),
(min-device-pixel-ratio:1.5) {
    #header .btn.nav:after {
        background-image: url(../img/sprites/global-2x-sa0a12904af.png);
        background-position: 0 -818px;
        -webkit-background-size: 119px auto;
        -moz-background-size: 119px auto;
        -o-background-size: 119px auto;
        background-size: 119px auto
    }
} */

#secondary-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blackberry #secondary-nav ul {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.lt-ie9 #secondary-nav ul {
    background: url(img/lt-ie9/nav-secondary-bg.gif) 50% 0 repeat-y #e1e1e1;
}

#secondary-nav ul ul {
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* box-shadow: 0 1px 8px 0 rgba(0,0,0,.1); */
}

    #secondary-nav ul ul ul {
        padding: 10px 20px;
    }

#secondary-nav li,
.sub-footer-links ul {
    list-style: none;
    line-height: 1.1rem;
    /* border-bottom: 1px solid #ddd; */
    display: block;
    margin: 5px 0;
}

#secondary-nav ul li.is-active > ul li a:hover {
    background-color: transparent;
    color: #00234b;
    text-decoration: underline;
}

@media (max-width:31.9375em) {
    .sub-footer-links ul {
        display: flex;
        justify-content: space-around;
    }
}

.generatedcontent #secondary-nav ul ul ul {
    position: relative;
    box-shadow: none;
}

    .generatedcontent #secondary-nav ul ul ul:after,
    .generatedcontent #secondary-nav ul ul ul:before {
        height: 54px;
        width: 100%;
        position: absolute;
    }

    .generatedcontent #secondary-nav ul ul ul:before {
        background-size: 100%;
        background-image: -webkit-linear-gradient(top, #ececec, rgba(255, 255, 255, 0));
        background-image: -moz-linear-gradient(top, #ececec, rgba(255, 255, 255, 0));
        background-image: -o-linear-gradient(top, #ececec, rgba(255, 255, 255, 0));
        background-image: linear-gradient(top, #ececec, rgba(255, 255, 255, 0));
        top: 0;
        z-index: 0;
    }


    .generatedcontent #secondary-nav ul ul ul:after {
        background-image: -moz-linear-gradient(bottom, #ececec, rgba(255, 255, 255, 0));
        background-image: -o-linear-gradient(bottom, #ececec, rgba(255, 255, 255, 0));
        background-image: linear-gradient(bottom, #ececec, rgba(255, 255, 255, 0));
        bottom: 0;
        z-index: 0;
    }

.lt-ie9 .generatedcontent #secondary-nav ul ul ul:after {
    background: url(img/lt-ie9/nav-secondary-bg-level3-top.gif) 0 100% no-repeat #f7f7f7;
}

.lt-ie9 #secondary-nav ul ul ul {
    background: url(img/lt-ie9/nav-secondary-bg-level3.gif) 50% 0 repeat-y #f7f7f7;
}

#secondary-nav li a {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: .9em;
    font-family: Arial, Helvetica, sans-serif;
    line-height: normal;
    padding: 10px 10px;
    transition: 500ms all;
}

#secondary-nav > ul > li > a {
    background-color: #00234b;
    text-transform: uppercase;
}

#secondary-nav li li a {
    background: none;
    border: none;
    color: #00234b;
    display: block;
    font-size: 12px;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1rem;
    margin-top: 0;
    text-align: left;
    padding: 7px 10px;
    text-transform: none;
}

#secondary-nav li li.is-active > a {
    background: #00234b;
    color: #fff;
    height: 100%;
    text-decoration: none;
}

    #secondary-nav li li.is-active > a:hover {
        text-decoration: none;
        height: 100%;
    }

#secondary-nav li li li.is-active > a {
    background-color: transparent;
    color: #00234b;
    text-decoration: underline;
}

#secondary-nav li li.is-active {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
}

#secondary-nav li li li {
    border-bottom: 0;
    display: block;
    position: relative;
    z-index: 1;
}

#secondary-nav li li a:hover {
    background: #00234b;
    color: #fff;
    height: 100%;
}

#secondary-nav li.is-active a:focus {
    outline: none;
    box-shadow: none;
    text-decoration: underline;
}

#footer {
    background-color: #fff;
    box-shadow: 0 -2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

    #footer h2 {
        font-size: 14px;
        font-size: .8rem;
        padding-bottom: 20px;
        color: #00234b;
        font-weight: 600;
    }

#secondary-nav li li li a {
    border: 0;
    border-bottom: 3px solid transparent;
    color: #00234b;
    padding: 5px 3px 1px 5px;
}

    #secondary-nav li li li a:active {
        color: #b2b2b2;
    }

#secondary-nav li li li.is-active {
    border-bottom: 0;
    box-shadow: none;
}

    #secondary-nav li li li.is-active a:before {
        background: none !important;
        color: #00234b !important;
        text-decoration: none;
    }

#secondary-nav li li li.is-hover a:before {
    color: #00234b !important;
}

@media (max-width:57.4375em) {
    #footer h2 {
        float: left;
        padding-right: 20px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

#footer .footer-panel {
    font-size: 12px;
    font-size: .75rem;
    padding-top: 40px;
    float: left;
    width: 25%;
}

    #footer .footer-panel:last-child h2:first-child {
        padding-bottom: 13px;
    }

    #footer .footer-panel ul {
        padding: 0 30px 0 0;
        list-style: none;
    }

    #footer .footer-panel li {
        padding-bottom: 10px;
    }

    #footer .footer-panel a {
        font-size: 12px;
        font-size: .75rem;
        color: #00234b;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
    }

#hero .slide .content .hero-content .call-to-action-button,
#hero .slide .content .hero-content h2,
#search .ctrl-holder,
.autocomplete .ui-autocomplete.ui-menu li.ui-menu-item a,
.blocks,
.blocks h2,
.cta-links li a,
.module .m-content.m-twitter {
    font-family: Arial, Helvetica, sans-serif;
}

@media (max-width:57.4375em) {
    #footer .footer-panel li {
        float: none;
        padding-bottom: 0;
    }

    #footer .footer-panel {
        padding: 20px 0;
        float: none;
        width: 100%;
        display: none;
    }

        #footer .footer-panel:last-child {
            align-items: center;
            display: flex;
            justify-content: space-between;
        }

            #footer .footer-panel:last-child h2:first-child {
                display: none;
                padding: 0;
            }

            #footer .footer-panel:last-child .addthis_toolbox {
                width: 100%;
            }

        #footer .footer-panel a {
            margin: 0;
        }

    .social-links li {
        display: inline-block;
        float: none;
    }

    #footer .footer-panel .social-links {
        float: none;
        text-align: center;
    }
}

.footer-padding {
    background: #fff;
    padding-bottom: 30px;
}

@media (max-width:57.4375em) {
    .footer-padding {
        padding-left: 10px;
        padding-bottom: 0;
    }
}

.sub-footer {
    background-color: #00234b;
    border-top: 1px solid #fff;
}

.sub-footer-links {
    float: left;
    padding: 10px 0 0;
    font-size: 12px;
    font-size: .75rem;
}

    .sub-footer-links ul {
        padding: 0;
    }

    .sub-footer-links li {
        display: inline-block;
        padding-left: 2em;
    }

@media (max-width:31.9375em) {
    .sub-footer-links {
        float: none;
        text-align: center;
    }

        .sub-footer-links li {
            padding: 10px 0;
            display: inline-block;
            float: none;
        }

    .copyright {
        text-align: center;
    }
}

.sub-footer-links li:first-child {
    padding-left: 0;
}

.sub-footer-links a {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    font-size: .75rem;
    text-decoration: none;
    text-transform: uppercase;
}

    .sub-footer-links a:hover {
        border-bottom: 2px solid #fff;
        text-decoration: none;
    }

.copyright {
    float: right;
    overflow: hidden;
    padding: 14px 0 0;
}

    .copyright p {
        font-size: 12px;
        font-size: .75rem;
        color: #fff;
        font-weight: 700;
        padding-bottom: 0;
    }

.cpa-form .ctrl-holder.error .error-text,
.cpa-form .errors ul li {
    color: #9c132e;
    font-weight: 700;
}

@media (max-width:57.4375em) {
    .copyright {
        clear: left;
        float: none;
        margin-right: 10px;
        padding-top: 10px;
        text-align: center;
    }

    .sub-footer-links {
        float: none;
        text-align: center;
    }
}

.social-links {
    margin: 0;
    list-style: none;
}

.lt-ie9 .social-links {
    margin-top: -6px;
}

.social-links li {
    float: left;
    margin-top: 0;
    padding-left: 4px;
    padding-bottom: 0;
}

.lt-ie9 .social-links .icon,
.lt-ie9 .social-links li {
    padding-bottom: 4px;
}

.social-links li:first-child {
    padding-left: 0;
}

.social-links .icon {
    display: block;
    position: relative;
    width: 24px;
    height: 18px;
    text-decoration: none;
}

    .social-links .icon:after,
    .social-links .icon:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -12px;
        margin-top: -6px;
        z-index: 1;
    }

@media (max-width:57.4375em) {
    .social-links .icon:after, .social-links .icon:before {
        margin-top: -8px;
    }
}

.social-links .icon:after {
    z-index: 2;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

.lt-ie9 .social-links .icon:after {
    display: none;
}

.social-links .icon.is-active:after,
.social-links .icon:active:after,
.social-links .icon:focus:after,
.social-links .icon:hover:after {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lt-ie9 .social-links .icon.is-active:after,
.lt-ie9 .social-links .icon:active:after,
.lt-ie9 .social-links .icon:focus:after,
.lt-ie9 .social-links .icon:hover:after {
    content: ' ';
    display: block;
}

.social-links .icon span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.icon.facebook:after,
.icon.facebook:before,
.icon.linkedin:after,
.icon.linkedin:before,
.icon.twitter:after,
.icon.twitter:before {
    height: 18px;
    width: 24px;
    background-repeat: no-repeat;
}


.icon.facebookheader:after,
.icon.facebookheader:before,
.icon.linkedinheader:after,
.icon.linkedinheader:before,
.icon.twitterheader:after,
.icon.twitterheader:before {
    height: 18px;
    width: 24px;
    background-repeat: no-repeat;
}

@media (max-width:57.4375em) {
    #footer .footer-panel .social-links {
        padding: 0;
        margin-top: -5px;
    }
}

.icon.linkedin:before {
    background-image: url(../img/sprites/global-sccb61b25e3.png);
    background-position: 0 -572px;
}

.icon.linkedinheader:after {
    background-image: url(../img/sprites/global-sccb61b25e3.png);
    background-position: 0 -572px;
}

.icon.linkedinheader:before {
    background-image: url(../img/sprites/global-sccb61b25e3.png);
    background-position: 0 -605px;
}
/* @media (-webkit-min-device-pixel-ratio:1.5),
(min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:3 / 2),
(min-device-pixel-ratio:1.5) {
    .icon.linkedin:before {
        background-image: url(../img/sprites/global-2x-sa0a12904af.png);
        background-position: 0 -605px;
        -webkit-background-size: 119px auto;
        -moz-background-size: 119px auto;
        -o-background-size: 119px auto;
        background-size: 119px auto
    }
} */

.icon.linkedin:after {
    background-image: url(../img/sprites/global-sccb61b25e3.png);
    background-position: 0 -605px;
}

/* @media (-webkit-min-device-pixel-ratio:1.5),
(min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:3 / 2),
(min-device-pixel-ratio:1.5) {
    .icon.linkedin:after {
        background-image: url(../img/sprites/global-2x-sa0a12904af.png);
        background-position: 0 -572px;
        -webkit-background-size: 119px auto;
        -moz-background-size: 119px auto;
        -o-background-size: 119px auto;
        background-size: 119px auto
    }
} */

.icon.facebook:before {
    background-image: url(../img/sprites/global-sccb61b25e3.png);
    background-position: 0 -782px;
}

.icon.facebookheader:after {
    background-image: url(../img/sprites/global-sccb61b25e3.png);
    background-position: 0 -782px;
}
.icon.facebookheader:before {
    background-image: url(../img/sprites/global-sccb61b25e3.png);
    background-position: 0 -816px;
}
/* @media (-webkit-min-device-pixel-ratio:1.5),
(min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:3 / 2),
(min-device-pixel-ratio:1.5) {
    .icon.facebook:before {
        background-image: url(../img/sprites/global-2x-sa0a12904af.png);
        background-position: 0 -854px;
        -webkit-background-size: 119px auto;
        -moz-background-size: 119px auto;
        -o-background-size: 119px auto;
        background-size: 119px auto
    }
} */

.icon.facebook:after {
    background-image: url(../img/sprites/global-sccb61b25e3.png);
    background-position: 0 -816px;
}

/* @media (-webkit-min-device-pixel-ratio:1.5),
(min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:3 / 2),
(min-device-pixel-ratio:1.5) {
    .icon.facebook:after {
        background-image: url(../img/sprites/global-2x-sa0a12904af.png);
        background-position: 0 -887px;
        -webkit-background-size: 119px auto;
        -moz-background-size: 119px auto;
        -o-background-size: 119px auto;
        background-size: 119px auto
    }
} */

.icon.twitter:before {
    background-image: url(../img/sprites/global-sccb61b25e3.png);
    background-position: 0 -475px;
}


.icon.twitterheader:after {
    background-image: url(../img/sprites/global-sccb61b25e3.png);
    background-position: 0 -475px;
}
.icon.twitterheader:before {
    background-image: url(../img/sprites/global-sccb61b25e3.png);
    background-position: 0 -442px;
}

/* @media (-webkit-min-device-pixel-ratio:1.5),
(min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:3 / 2),
(min-device-pixel-ratio:1.5) {
    .icon.twitter:before {
        background-image: url(../img/sprites/global-2x-sa0a12904af.png);
        background-position: 0 -511px;
        -webkit-background-size: 119px auto;
        -moz-background-size: 119px auto;
        -o-background-size: 119px auto;
        background-size: 119px auto
    }
} */

.icon.twitter:after {
    background-image: url(../img/sprites/global-sccb61b25e3.png);
    background-position: 0 -442px;
}

/* @media (-webkit-min-device-pixel-ratio:1.5),
(min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:3 / 2),
(min-device-pixel-ratio:1.5) {
    .icon.twitter:after {
        background-image: url(../img/sprites/global-2x-sa0a12904af.png);
        background-position: 0 -478px;
        -webkit-background-size: 119px auto;
        -moz-background-size: 119px auto;
        -o-background-size: 119px auto;
        background-size: 119px auto
    }
} */

.cpa-form fieldset {
    border: 0;
    padding: 0;
}

.blackberry .cpa-form fieldset {
    border: 0;
    padding: 0;
}

.cpa-form .btn-holder,
.cpa-form .ctrl-holder {
    margin-bottom: .7em;
}

    .cpa-form .btn-holder label,
    .cpa-form .ctrl-holder label {
        font-weight: 700;
        display: inline-block;
        min-width: 65px;
    }

@media (max-width:31.9375em) {
    .cpa-form .btn-holder .button,
    .cpa-form .btn-holder input.text,
    .cpa-form .btn-holder select,
    .cpa-form .ctrl-holder .button,
    .cpa-form .ctrl-holder input.text,
    .cpa-form .ctrl-holder select {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100% !important;
        margin-bottom: .25em;
    }

    .cpa-form .btn-holder fieldset,
    .cpa-form .btn-holder label,
    .cpa-form .ctrl-holder fieldset,
    .cpa-form .ctrl-holder label {
        display: block;
        margin-bottom: .25em;
    }
}

.cpa-form .ctrl-holder.error input.text,
.cpa-form .ctrl-holder.error select,
.cpa-form .ctrl-holder.error textarea {
    background-color: #f0dce0;
    border: 1px solid #9c132e;
}

.cpa-form .errors ul {
    list-style: none;
    padding: 0;
    margin: 1em 0;
}

a {
    color: #00234b;
    font-weight: 700;
    text-decoration: none;
    transition: all 500ms;
}

.button,
.i-wrapper .i-block {
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    -o-transition-duration: .25s;
}

a:active,
a:focus,
a:hover {
    text-decoration: underline;
}

.button {
    padding: 10px 15px;
    display: block;
    cursor: pointer;
    margin: 10px 0 0 0;
    color: #fff;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: bold;
    -webkit-transition-property: color, border-color, background-color;
    -moz-transition-property: color, border-color, background-color;
    -o-transition-property: color, border-color, background-color;
    transition-property: color border-color background-color;
    transition-duration: .25s;
    text-decoration: none;
    text-align: center;
    background-color: #00234b;
    text-transform: uppercase;
    max-width: 30%;
    /* width:200px; */
}

@media (max-width: 768px) {
    .button {
        max-width: 100%;
    }
}

#hero .slide .content .hero-content .call-to-action-button,
.i-wrapper .i-block {
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
}

.blackberry .button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.button:active,
.button:focus,
.button:hover {
    color: #fff;
    text-decoration: none;
    background: #1c4779;
}

.button.secondary {
    background-color: #cfcfcf;
}

    .button.secondary:active,
    .button.secondary:focus,
    .button.secondary:hover {
        color: #ccc;
        background-color: #f2f2f2;
        border-color: #ccc;
    }

.button.icon {
    /* background: 100% 50% no-repeat #00234b; */
    /* padding: 16px 22px; */
    /* color: #fff; */
    /* text-transform: uppercase; */
    /* font-size: 1.1rem; */
    /* font-weight: 300; */
}

    .button.icon:active,
    .button.icon:focus,
    .button.icon:hover {
        /* border-color: #5775a7; */
        background: #064894;
    }

.button.search {
    /* background-image: url(img/btn-icon-search.gif) */
    border: none;
}

.button.more {
    /* background-image: url(img/btn-icon-more.gif); */
}

.button.file {
    background-image: none;
    float: left;
}

.button.edit {
    background-image: url(img/btn-icon-edit.gif);
}

.button.shop {
    background-image: url(img/btn-icon-shop.gif);
}

.button.download {
    background-image: url(img/btn-icon-download.gif);
}


.expandcollapse,
.expandcollapsemaster {
    position: relative;
    padding-right: 30px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

    .expandcollapse.is-disabled .ec,
    .expandcollapse.is-disabled a,
    .expandcollapsemaster.is-disabled .ec,
    .expandcollapsemaster.is-disabled a,
    .program-title-bar .button.is-disabled .ec,
    .programs .button.is-disabled .ec {
        display: none;
    }

    .expandcollapse.is-disabled,
    .expandcollapsemaster.is-disabled,
    .program-title-bar .button.is-disabled,
    .program-title-bar .button.is-disabled a,
    .programs .button.is-disabled,
    .programs .button.is-disabled a {
        cursor: default;
    }

.program-title-bar .button {
    font-size: 13px;
    font-size: .8125rem;
}

.program-title-bar .button,
.programs .button {
    overflow: hidden;
    background-color: transparent;
    padding: 4px 30px 4px 6px;
    border-color: #21314d;
    float: right;
    font-size: .8rem;
}

.program-expand.expandcollapse.button {
    max-width: 50%;
}

.program-title-bar .button:active,
.program-title-bar .button:focus,
.program-title-bar .button:hover,
.programs .button:active,
.programs .button:focus,
.programs .button:hover {
    background-color: #fff;
    border-color: #21314d;
}

    .program-title-bar .button:active a,
    .program-title-bar .button:focus a,
    .program-title-bar .button:hover a,
    .programs .button:active a,
    .programs .button:focus a,
    .programs .button:hover a {
        color: #21314d;
        text-decoration: none;
    }

.program-title-bar .button a,
.programs .button a {
    color: 21314d;
}

.program-title-bar .button.is-collapsed .ec,
.programs .button.is-collapsed .ec {
    height: 24px;
    width: 20px;
    background-image: url(../img/sprites/colours-sb9fae6697c.png);
    background-position: 0 -195px;
    background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3 / 2), (min-device-pixel-ratio:1.5) {
    .program-title-bar .button.is-collapsed .ec,
    .programs .button.is-collapsed .ec {
        background-image: url(../img/sprites/colours-2x-sf2bd71a776.png);
        background-position: 0 0;
        -webkit-background-size: 20px auto;
        -moz-background-size: 20px auto;
        -o-background-size: 20px auto;
        background-size: 20px auto;
    }
}

.program-title-bar .button.is-expanded .ec,
.programs .button.is-expanded .ec {
    height: 24px;
    width: 20px;
    background-image: url(../img/sprites/colours-sb9fae6697c.png);
    background-position: 0 -429px;
    background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3 / 2), (min-device-pixel-ratio:1.5) {
    .program-title-bar .button.is-expanded .ec,
    .programs .button.is-expanded .ec {
        background-image: url(../img/sprites/colours-2x-sf2bd71a776.png);
        background-position: 0 -429px;
        -webkit-background-size: 20px auto;
        -moz-background-size: 20px auto;
        -o-background-size: 20px auto;
        background-size: 20px auto;
    }
}

.program-title-bar .button .ec,
.programs .button .ec {
    width: 20px;
    background-image: url(../img/sprites/colours-sb9fae6697c.png);
    background-position: 0 -195px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 22px !important;
}

@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3 / 2), (min-device-pixel-ratio:1.5) {
    .program-title-bar .button .ec,
    .programs .button .ec {
        background-image: url(../img/sprites/colours-2x-sf2bd71a776.png);
        background-position: 0 0;
        -webkit-background-size: 20px auto;
        -moz-background-size: 20px auto;
        -o-background-size: 20px auto;
        background-size: 20px auto;
    }
}

.program-title-bar .button.expandcollapsemaster .ec,
.programs .button.expandcollapsemaster .ec {
    height: 23px !important;
}

.modules .module {
    width: 48%;
    margin-left: 4%;
    float: left;
}

    .lt-ie9 .modules .module.odd,
    .modules .module:nth-child(2n+1) {
        margin-left: 0;
    }

@media (max-width:31.9375em) {
    .modules .module {
        width: 100%;
        float: none;
        margin-left: 0;
    }
}

@media (min-width:73.125em) {
    .l-one-column .modules .module,
    .l-two-column-right .modules .module {
        width: 32%;
        margin-left: 2%;
    }

    .lt-ie9 .l-one-column .modules .module,
    .lt-ie9 .l-two-column-right .modules .module {
        width: 30.8%;
        margin-left: 2%;
    }

    .l-one-column .modules .module:first-child,
    .l-one-column .modules .module:nth-child(3n+1),
    .l-two-column-right .modules .module:first-child,
    .l-two-column-right .modules .module:nth-child(3n+1) {
        margin-left: 0;
    }
}

@media (max-width:73.0625em) {
    #aside .module {
        margin: 1em auto;
    }

        #aside .module:first-child {
            margin-top: 0;
        }

        #aside .module.image {
            width: 250px;
        }
}

.module {
    padding: 10px 0; /* width: 100%; */
}

.description {
    font-size: 1rem;
    padding-top: 10px;
}


.module .description .wysiwyg {
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.5;
}

.module .description > .wysiwyg:first-child {
    margin-top: 0 !important;
}

.module img {
    height: auto;
}

.lt-ie9 .module img {
    max-width: none !important;
}



.module a.button {
    color: #fff;
    margin-bottom: 10px;
}

.module.locked .title {
    padding-left: 16px;
    background: url(img/icon-lock.gif) 0 4px no-repeat;
}

.module .m-content.image-right,
.module.cm-large .m-content.image-right {
    background-position: right;
}

.module.m-text-small .wysiwyg,
.module.m-text-small li,
.module.m-text-small p,
.module.m-text-small td,
.module.m-text-small th {
    font-size: 11px;
    font-size: .6875rem;
}

.module.m-text-large .wysiwyg,
.module.m-text-large li,
.module.m-text-large p,
.module.m-text-large td,
.module.m-text-large th {
    font-size: 14px;
    font-size: .875rem;
}

.module.image {
    padding: 0;
}

    .module.image a {
        display: inline-block;
        max-width: 100%;
    }

.module.search-library {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

    .module.search-library h2 {
        margin-bottom: 1em;
        padding-top: 15px;
    }

    .module.search-library label {
        min-width: 120px;
    }

    .module.search-library .text {
        width: 70%;
        height: 30px;
        border: 1px solid #ddd;
    }

    .module.search-library .button {
        float: none;
        margin-left: 0;
    }

@media (max-width:31.9375em) {
    .module.search-library .button {
        margin-left: 0 !important;
    }
}

.module.audio h2,
.module.audio p {
    padding-bottom: 10px;
}

.module.audio p {
    margin-bottom: 0;
}

.module.audio .button {
    float: right;
    margin-left: 10px;
    background: none;
    border: 2px solid #ae9a75 !important;
    color: #ae9a75;
    padding: 10px;
    margin-top: 25px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .module.audio .button {
        float: none;
        font-size: 14px;
        margin-left: 0;
        max-width: 45%;
    }
}

.module.audio .button:hover {
    border: 2px solid #e6d6b8 !important;
    color: #e6d6b8;
}

#aside .module.audio p {
    padding: 0;
}

@media (max-width:73.0625em) {
    #aside .module.audio p {
        padding-right: 130px;
    }
}

@media (max-width:31.9375em) {
    #aside .module.audio p,
    .module.audio h2,
    .module.audio p {
        padding: 0;
    }
}

.module.audio h2 {
    text-transform: none;
}

.module.video .m-video {
    padding: 20px 0 0;
}

.module.video .m-content {
    padding: 0;
}

    .module.video .m-content .description {
        padding: 30px 20px 0 0;
    }

.module.video .video-right .description,
.module.video .video-right .m-video {
    width: 45%;
}

.module.video .video-right .m-video {
    float: right;
}

@media (max-width:31.9375em) {
    .module.video .video-right .description,
    .module.video .video-right .m-video {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

    .module.video .video-right .m-video {
        float: none;
    }
}

.module .m-header {
    padding: 10px 0;
}

.blackberry .module .m-header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.module.cm-large .m-content.image-left .description {
    padding-left: 50%;
}

.module.cm-large .m-content.image-right .description {
    padding-left: 0;
    padding-right: 50%;
}

.module .m-content {
    font-size: 16px;
    font-size: 1rem;
    background-size: auto;
    word-wrap: break-word;
}


.blackberry .module .m-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.module .m-content .image {
    float: left;
}

.module .m-content .duration,
.module .m-content .size {
    font-weight: 700;
}

.module .m-content.with-icon .description {
    padding-left: 75px;
}

.module .m-content.image-left .description {
    padding-left: 35%;
}

.module .m-content.image-right .description {
    padding-left: 0;
    padding-right: 35%;
}

.module .m-content .speakers {
    list-style: none;
    padding: 0;
}

    .module .m-content .speakers li {
        width: 25%;
        float: left;
        margin-top: 0;
        text-align: center;
    }

        .module .m-content .speakers li .detail {
            margin-top: -5px;
            padding: 5px;
            border-left: 1px solid #ccc;
        }

        .module .m-content .speakers li .speaker-image {
            min-height: 105px;
        }

        .module .m-content .speakers li:first-child .detail {
            border: none;
        }

@media (max-width:31.9375em) {
    .module .m-content .speakers li {
        width: 48%;
        margin-left: 2%;
    }

        .module .m-content .speakers li .detail {
            border: none;
        }

        .module .m-content .speakers li:nth-child(2n+1) {
            clear: left;
            margin-left: 0;
        }
}

#hero .slide:after,
.btn-holder:after,
.clearfix:after,
.ctrl-holder:after,
.ctrls-holder:after,
.horizontal:after,
.horizontal > li:after,
.l-container:after,
.l-margins:after,
.options > li:after,
.pd-search:after,
.ui-helper-clearfix:after {
    clear: both;
}

@media (min-width:73.125em) {
    .l-two-column-right .module .m-content .speakers li {
        width: 16.666%;
    }

        .l-two-column-right .module .m-content .speakers li .speaker-image {
            padding-left: 1px;
        }
}

@media (min-width:47.5em) {
    .module.audio .jwplayer-container .jwcontrols .jwcaptions > div {
        bottom: 0 !important;
    }

    .l-one-column .module .m-content .speakers li {
        width: 16.666%;
    }

        .l-one-column .module .m-content .speakers li .speaker-image {
            padding-left: 1px;
        }
}

@media (min-width:32em) {
    .l-one-column .module .m-content .speakers li:first-child:nth-last-child(5),
    .l-one-column .module .m-content .speakers li:first-child:nth-last-child(5) ~ li,
    .l-one-column .module .m-content .speakers li:first-child:nth-last-child(6),
    .l-one-column .module .m-content .speakers li:first-child:nth-last-child(6) ~ li,
    .l-two-column-right .module .m-content .speakers li:first-child:nth-last-child(5),
    .l-two-column-right .module .m-content .speakers li:first-child:nth-last-child(5) ~ li,
    .l-two-column-right .module .m-content .speakers li:first-child:nth-last-child(6),
    .l-two-column-right .module .m-content .speakers li:first-child:nth-last-child(6) ~ li {
        width: 33.33%;
    }
}

@media (min-width:32em) and (max-width:73.0625em) {
    .l-one-column .module .m-content .speakers li:first-child:nth-last-child(5):nth-child(4) .detail,
    .l-one-column .module .m-content .speakers li:first-child:nth-last-child(5) ~ li:nth-child(4) .detail,
    .l-one-column .module .m-content .speakers li:first-child:nth-last-child(6):nth-child(4) .detail,
    .l-one-column .module .m-content .speakers li:first-child:nth-last-child(6) ~ li:nth-child(4) .detail,
    .l-two-column-right .module .m-content .speakers li:first-child:nth-last-child(5):nth-child(4) .detail,
    .l-two-column-right .module .m-content .speakers li:first-child:nth-last-child(5) ~ li:nth-child(4) .detail,
    .l-two-column-right .module .m-content .speakers li:first-child:nth-last-child(6):nth-child(4) .detail,
    .l-two-column-right .module .m-content .speakers li:first-child:nth-last-child(6) ~ li:nth-child(4) .detail {
        border: none;
    }
}

@media (min-width:73.125em) {
    .l-one-column .module .m-content .speakers li:first-child:nth-last-child(5),
    .l-one-column .module .m-content .speakers li:first-child:nth-last-child(5) ~ li,
    .l-one-column .module .m-content .speakers li:first-child:nth-last-child(6),
    .l-one-column .module .m-content .speakers li:first-child:nth-last-child(6) ~ li,
    .l-two-column-right .module .m-content .speakers li:first-child:nth-last-child(5),
    .l-two-column-right .module .m-content .speakers li:first-child:nth-last-child(5) ~ li,
    .l-two-column-right .module .m-content .speakers li:first-child:nth-last-child(6),
    .l-two-column-right .module .m-content .speakers li:first-child:nth-last-child(6) ~ li {
        width: 16.666%;
    }

        .l-one-column .module .m-content .speakers li:first-child:nth-last-child(5) .speaker-image,
        .l-one-column .module .m-content .speakers li:first-child:nth-last-child(5) ~ li .speaker-image,
        .l-one-column .module .m-content .speakers li:first-child:nth-last-child(6) .speaker-image,
        .l-one-column .module .m-content .speakers li:first-child:nth-last-child(6) ~ li .speaker-image,
        .l-two-column-right .module .m-content .speakers li:first-child:nth-last-child(5) .speaker-image,
        .l-two-column-right .module .m-content .speakers li:first-child:nth-last-child(5) ~ li .speaker-image,
        .l-two-column-right .module .m-content .speakers li:first-child:nth-last-child(6) .speaker-image,
        .l-two-column-right .module .m-content .speakers li:first-child:nth-last-child(6) ~ li .speaker-image {
            padding-left: 1px;
        }
}

.module .m-content .bookings {
    padding: 0;
    list-style: none;
}

    .module .m-content .bookings li {
        margin-bottom: 1em;
    }

        .module .m-content .bookings li .adr {
            margin: 1em 0;
        }

        .module .m-content .bookings li .date {
            margin-bottom: 1em;
        }

        .module .m-content .bookings li a {
            margin-right: 10px;
            display: inline-block;
        }

        .module .m-content .bookings li:before {
            content: " ";
            display: block;
            width: 100%;
            height: 3px;
            margin-top: 10px;
            background: url(img/bg-divider.gif) repeat-x #eee;
        }

        .module .m-content .bookings li:first-child:before {
            background: 0 0;
            height: 0;
            display: inline;
            margin: 0;
        }

.module .m-content.m-twitter {
    background-color: #075ba7;
    background-image: none;
    padding-top: 10px;
}

    .module .m-content.m-twitter .header {
        padding-left: 11px;
    }

        .module .m-content.m-twitter .header .icon {
            height: 13px;
            width: 16px;
            background-image: url(../img/sprites/global-sccb61b25e3.png);
            background-position: 0 -544px;
            background-repeat: no-repeat;
            float: left;
            margin-top: 3px;
            padding-right: 5px;
        }

@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3 / 2), (min-device-pixel-ratio:1.5) {
    .module .m-content.m-twitter .header .icon {
        background-image: url(../img/sprites/global-2x-sa0a12904af.png);
        background-position: 0 -544px;
        -webkit-background-size: 119px auto;
        -moz-background-size: 119px auto;
        -o-background-size: 119px auto;
        background-size: 119px auto;
    }
}

.module .m-content.m-twitter .header a {
    font-size: 16px;
    font-size: .9375rem;
    font-weight: 700;
    color: #FFF;
    border-bottom: 1px solid;
}

    .module .m-content.m-twitter .header a:hover {
        text-decoration: none;
    }

.module .m-content.m-twitter .holder {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 16px 1px 10px;
    margin-top: 11px;
    background-color: #FFF;
}

    .module .m-content.m-twitter .holder p {
        font-size: 10px;
        font-size: .625rem;
    }

        .module .m-content.m-twitter .holder p a {
            font-weight: 700;
            color: #333;
        }

        .module .m-content.m-twitter .holder p.timestamp {
            color: #999;
        }

.module.download {
    padding: 20px 15px 15px;
}

    .module.download a {
        font-weight: 700;
    }

        .module.download a.button {
            float: right;
            margin-top: 0;
            margin-left: 30px;
        }

    .module.download .description-right {
    }

    .module.download .file-info {
        font-size: .8rem;
        color: #ae9a75;
        display: block;
        font-weight: bold;
        padding-top: 5px;
    }

.module .m-header + .m-content {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-top: none;
}

.blackberry .module .m-header + .m-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.profile-panel {
    overflow: hidden;
    margin-bottom: 16px;
}

    .profile-panel img.profile-image {
        float: left;
        width: 80px;
        height: auto;
        margin: 0 20px 20px 0;
    }

#content-main .program-title-bar a,
.login .button {
    float: right;
}

.profile-panel .profile-designation,
.profile-panel .profile-time,
.profile-panel h3 {
    margin-top: 0;
    margin-left: 100px;
    margin-bottom: 5px;
}

.profile-panel .profile-designation {
    font-weight: 700;
}

#content-main .program-title-bar {
    overflow: hidden;
}

    #content-main .program-title-bar h2 {
        margin: 0;
    }

#content-main .programs {
    /* background: #cfcfcf; */
    margin: 0 0 10px;
    padding: 5px;
}

    #content-main .programs .program-heading {
        font-size: 26px;
        margin: 0;
        padding: 0 0 10px 0;
        text-transform: uppercase;
    }

    #content-main .programs .program {
        background: #fff;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
        margin: 0;
        margin-bottom: 20px;
        padding: 10px 20px;
        position: relative;
    }

        #content-main .programs .program img {
            max-width: 100%;
        }

        #content-main .programs .program .program-sold-out {
            text-align: right;
            margin: 0;
            line-height: 1.2;
        }

            #content-main .programs .program .program-sold-out strong {
                font-weight: 700;
                text-transform: uppercase;
                font-size: 16px;
                font-size: .9375rem;
            }

            #content-main .programs .program .program-sold-out .program-similar-events {
                display: block;
                font-weight: 700;
            }

        #content-main .programs .program + .program {
            margin-top: 8px;
        }

    #content-main .programs .program-icon {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    #content-main .programs .program-title {
        color: #ae9974;
        font-size: 22px;
        font-weight: normal;
        padding: 10px 0 0 0;
    }

    #content-main .programs .program-time {
        margin: 0 40px 5px 0;
    }

    #content-main .programs .program-details {
        border-top: solid 1px #ddd;
        padding-top: 20px;
    }

.back-to-top {
    line-height: 1;
    text-align: right;
}

    .back-to-top a {
        background: url(img/bg-back-to-top.png) 100% 2px no-repeat;
        display: inline-block;
        font-weight: 700;
        padding: 0 16px 0 0;
    }

.site-map ul {
    list-style: none;
}

.site-map h2 {
    padding: 20px 0;
}

.site-map ul a:first-child + ul,
.site-map ul ul:first-child {
    margin: 1em 0;
}

.site-map li li li {
}

.login fieldset {
    border: none;
    padding: 0;
    margin: 1em 0;
}

.login .reminder {
    float: left;
}

@media (max-width:31.9375em) {
    .login .reminder {
        margin-top: 1em;
    }
}

.sponsors {
    margin-bottom: 2em;
}

    .sponsors ul {
        list-style: none;
        padding: 0;
        overflow: hidden;
        margin-bottom: 0;
    }

    .sponsors li {
        padding: 0;
        margin: 0;
        float: left;
        width: 33.33%;
        overflow: hidden;
    }

        .sponsors li .tile {
            text-align: center;
            font-size: 0;
            display: block;
            height: 105px;
            background-color: #fff;
            margin: -1px 0 0 -1px;
        }

@media (max-width:31.9375em) {
    .sponsors li .tile {
        height: 75px;
    }
}

.sponsors li .tile:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sponsors li .tile img {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    height: auto;
}

.sponsors li a:active,
.sponsors li a:focus,
.sponsors li a:hover,
.sponsors li div:active img,
.sponsors li div:focus img,
.sponsors li div:hover img {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8;
}

@media (max-width:22.375em) {
    .sponsors li {
        width: 50%;
    }
}

.l-one-column .sponsors li {
    width: 20%;
}

@media (max-width:73.0625em) {
    .l-one-column .sponsors li {
        width: 25%;
    }
}

@media (max-width:57.4375em) {
    .l-one-column .sponsors li {
        width: 33.33%;
    }
}

@media (max-width:22.375em) {
    .l-one-column .sponsors li {
        width: 50%;
    }
}

.l-two-column-left .sponsors li {
    width: 25%;
}

@media (max-width:57.4375em) {
    .l-two-column-left .sponsors li {
        width: 33.33%;
    }
}

@media (max-width:22.375em) {
    .l-two-column-left .sponsors li {
        width: 50%;
    }
}

.l-two-column-right .sponsors li {
    width: 25%;
}

@media (max-width:73.0625em) {
    .l-two-column-right .sponsors li {
        width: 33.33%;
    }
}

@media (max-width:22.375em) {
    .l-two-column-right .sponsors li {
        width: 50%;
    }
}

.page-editor .i-wrapper.b-large {
    overflow: visible;
}

    .page-editor .i-wrapper.b-large.one {
        z-index: 50;
    }

        .page-editor .i-wrapper.b-large.one > .i-block .i-wrapper .i-block {
            border: 4px solid #FF8000;
        }

    .page-editor .i-wrapper.b-large.two {
        z-index: 40;
    }

        .page-editor .i-wrapper.b-large.two > .i-block .i-wrapper .i-block {
            border: 4px solid #BF00FF;
        }

    .page-editor .i-wrapper.b-large.three {
        z-index: 30;
    }

        .page-editor .i-wrapper.b-large.three > .i-block .i-wrapper .i-block {
            border: 4px solid #01DFA5;
        }

    .page-editor .i-wrapper.b-large.four {
        z-index: 20;
    }

#search,
.ui-front {
    z-index: 100;
}

.page-editor .i-wrapper.b-large.four > .i-block .i-wrapper .i-block {
    border: 4px solid #FF0080;
}

.i-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 0;
    float: left;
    overflow: hidden;
}

    .blocks .b-content,
    .i-wrapper .i-block {
        -webkit-box-sizing: border-box;
        position: absolute;
    }

    .i-wrapper > a {
        display: block;
        height: 1px;
    }

        .i-wrapper > a:focus p {
            outline: dotted thin;
        }

        .b-twitter .flex-container a:active,
        .b-twitter .flex-container a:focus,
        .b-twitter .flexslider a:active,
        .b-twitter .flexslider a:focus,
        .i-wrapper > a:focus:hover p {
            outline: 0;
        }

    .i-wrapper .i-block {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        transition-property: background-color;
        transition-duration: .25s;
    }

.blocks li,
.blocks p,
.blocks span {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
}

.blocks h2 {
    font-size: 1.2rem;
}

@media (max-width:73.0625em) {
    .blocks li,
    .blocks p,
    .blocks span {
        font-size: 12px;
        font-size: .75rem;
    }

    .blocks h2 {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: .83em;
    }
}

.blocks .quicklinks {
    list-style: none;
}

    .blocks .quicklinks li:before {
        content: "+";
        font-size: 16px;
        font-size: 1rem;
        position: absolute;
        left: 20px;
        margin-top: -3px;
    }

    .blocks .quicklinks li a {
        font-weight: 600;
    }

.blocks .events .date,
.blocks .events .location {
    padding-bottom: 16px;
}

@media (max-width:73.0625em) {
    .blocks .events .date,
    .blocks .events .location {
        padding-bottom: 8px;
    }
}

.blocks .events .date {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 800;
}

.blocks .events .location {
    font-weight: 700;
}

.blocks .events .details {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
}

.blocks img {
    width: 100%;
    height: auto;
    float: left;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: .999;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-backface-visibility: hidden;
}

.blocks .b-content {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

@media (max-width:73.0625em) {
    .blocks .b-content {
        padding: 16px;
    }
}

.blocks .b-large {
    padding-bottom: 50%;
    width: 50%;
}

@media (max-width:57.4375em) {
    .blocks .b-large {
        float: none;
        width: 100%;
        padding-bottom: 100%;
    }
}

.blocks .b-full {
    width: 100%;
    padding-bottom: 100%;
}

.blocks .b-small {
    padding-bottom: 50%;
    width: 50%;
}

.blocks .b-horizontal {
    padding-bottom: 50%;
    width: 100%;
    cursor: pointer;
}

.blocks .b-vertical {
    padding-bottom: 100%;
    width: 50%;
}

.blocks .b-small + .b-vertical {
    float: right;
}

.blocks a:active .bg-white,
.blocks a:focus .bg-white,
.blocks a:hover .bg-white {
    background-color: #ae9a75;
}

.blocks a:active .bg-blue,
.blocks a:focus .bg-blue,
.blocks a:hover .bg-blue {
    background-color: #065196;
}

.blocks a:active .bg-grey,
.blocks a:focus .bg-grey,
.blocks a:hover .bg-grey {
    background-color: #727272;
}

.blocks a:active .bg-img img,
.blocks a:focus .bg-img img,
.blocks a:hover .bg-img img {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: .8;
}

.blocks .bg-img {
    background-color: #00234b !important;
}

.blocks .bg-white {
    background-color: #fff;
}

.blocks .bg-blue {
    background-color: #075ba7;
}

.blocks .bg-grey {
    background-color: #8f8f8f;
}

.blocks .text-white,
.blocks .text-white a,
.blocks .text-white li,
.blocks .text-white p,
.blocks .text-white span {
    color: #fff;
}

.blocks .text-black,
.blocks .text-black a,
.blocks .text-black li,
.blocks .text-black p,
.blocks .text-black span {
    color: #000;
}

.blocks .text-grey,
.blocks .text-grey a,
.blocks .text-grey li,
.blocks .text-grey p,
.blocks .text-grey span {
    color: #585858;
}

.blocks .text-blue,
.blocks .text-blue a,
.blocks .text-blue li,
.blocks .text-blue p,
.blocks .text-blue span {
    color: #075ba7;
}

.blocks .b-twitter h2 {
    margin-bottom: .83em;
}

@media (max-width:31.9375em) {
    .blocks .b-twitter h2 {
        margin-bottom: .5em;
    }
}

.blocks .b-twitter h2 a {
    font-weight: 700;
}

.b-twitter {
    width: 100%;
    height: 100%;
    position: relative;
}

    .b-twitter .flex-control-nav,
    .b-twitter .flex-direction-nav,
    .b-twitter .slides {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .b-twitter .flexcontrols {
        max-height: 25px;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

        .b-twitter .flexcontrols .flex-control-nav {
            text-align: center;
            position: relative;
            height: 0;
            top: -35px;
        }

            .b-twitter .flexcontrols .flex-control-nav li {
                display: inline-block;
            }

                .b-twitter .flexcontrols .flex-control-nav li a {
                    margin: 0 4px;
                    color: #005c8b;
                    width: 10px;
                    height: 10px;
                    display: block;
                    background-color: #8f8f8f;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    -ms-border-radius: 5px;
                    -o-border-radius: 5px;
                    border-radius: 5px;
                    text-indent: 100%;
                    overflow: hidden;
                    cursor: pointer;
                }

                    .b-twitter .flexcontrols .flex-control-nav li a.active,
                    .b-twitter .flexcontrols .flex-control-nav li a:focus,
                    .b-twitter .flexcontrols .flex-control-nav li a:hover {
                        background-color: #000;
                    }

                    .b-twitter .flexcontrols .flex-control-nav li a.flex-active {
                        background-color: #000;
                        color: #fff;
                    }

    .b-twitter .slide p {
        font-size: 14px;
        font-size: .875rem;
    }

@media (max-width:31.9375em) {
    .b-twitter .slide p {
        font-size: 12px;
        font-size: .75rem;
        margin: 0 0 .5em;
    }

    #main-cta > .l-margins {
        padding: 0;
    }
}

@media (min-width:47.5em) and (max-width:73.0625em) {
    .b-twitter .slide p {
        font-size: 12px;
        font-size: .75rem;
        margin: 0 0 .5em;
    }
}

#main-cta {
    margin: -40px 0 20px;
    z-index: 10;
    position: relative;
}

@media (max-width:31.9375em) {
    #main-cta {
        margin: 0;
    }
}

.cta-links {
    list-style: none;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
}

    .cta-links li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        width: 25%;
        margin: 0;
    }

        .cta-links li a {
            text-align: center;
            padding: 29px 0;
            display: block;
            border-left: 1px solid #eee;
            background-color: #fff;
            font-size: 14px;
            font-weight: bold;
            color: #00234b;
            text-transform: uppercase;
        }

            .cta-links li a a:first-child {
                border-left: none;
            }

            .cta-links li a:active,
            .cta-links li a:focus,
            .cta-links li a:hover {
                text-decoration: none;
                background: #f2eee8;
            }

@media (max-width:73.0625em) {
    .cta-links li a {
        font-size: 14px;
        font-size: .875rem;
    }
}

@media (max-width:57.4375em) {
    .cta-links li {
        width: 50%;
    }

        .cta-links li a {
            font-size: 16px;
            font-size: 1rem;
            padding: 20px 0;
        }

        .cta-links li:first-child a,
        .cta-links li:first-child + li a {
            border-bottom: 1px solid #eee;
        }
}

@media (max-width:31.9375em) {
    .cta-links {
        border: none;
        margin: 0;
    }

        .cta-links li {
            float: none;
            width: 100%;
        }

            .cta-links li a {
                position: relative;
                padding: 17px 0;
                font-weight: 700;
                font-size: 16px;
                font-size: .9375rem;
                letter-spacing: 0;
                -webkit-transition-property: background-color;
                -moz-transition-property: background-color;
                -o-transition-property: background-color;
                transition-property: background-color;
                -webkit-transition-duration: 250ms;
                -moz-transition-duration: 250ms;
                -o-transition-duration: 250ms;
                transition-duration: 250ms;
            }

                .cta-links li a:before {
                    content: "";
                    width: 8px;
                    background-image: url(../img/sprites/global-sccb61b25e3.png);
                    background-position: 0 -884px;
                    background-repeat: no-repeat;
                    position: absolute;
                    top: 50%;
                    right: 16px;
                    margin-top: -8px;
                    height: 18px;
                }

                .cta-links li a:active,
                .cta-links li a:focus,
                .cta-links li a:hover {
                    background-color: #e4e4e4;
                    color: #585858;
                    text-decoration: none;
                }

            .cta-links li a,
            .cta-links li:first-child a,
            .cta-links li:first-child + li a {
                border: 1px solid #cecece;
                border-width: 0 0 1px;
            }
}

@media (max-width:31.9375em) and (-webkit-min-device-pixel-ratio:1.5), (max-width:31.9375em) and (min--moz-device-pixel-ratio:1.5), (max-width:31.9375em) and (-o-min-device-pixel-ratio:3 / 2), (max-width:31.9375em) and (min-device-pixel-ratio:1.5) {
    .cta-links li a:before {
        background-image: url(../img/sprites/global-2x-sa0a12904af.png);
        background-position: 0 -920px;
        -webkit-background-size: 119px auto;
        -moz-background-size: 119px auto;
        -o-background-size: 119px auto;
        background-size: 119px auto;
    }
}

.flexslider .slide {
    display: none;
}

    .flexslider .slide:first-child,
    .flexslider.flexslider-ready .slide {
        display: block;
    }

.page-editor #hero {
    padding: 100px 0 40px 60px;
}

    .page-editor #hero .slide {
        float: left;
        width: 32%;
    }

        .page-editor #hero .slide a.module-link {
            width: auto;
            height: auto;
            display: inline-block;
        }

        .page-editor #hero .slide .content {
            height: auto;
        }

            .page-editor #hero .slide .content .hero-content h2 {
                font-size: 20px;
                font-size: 1.25rem;
            }

            .page-editor #hero .slide .content .hero-content p {
                font-size: 12px;
                font-size: .75rem;
            }

            .page-editor #hero .slide .content .hero-content .l-margins {
                width: auto;
            }

            .page-editor #hero .slide .content .hero-content.l-centre {
                bottom: 22px;
            }

            .page-editor #hero .slide .content .hero-content.l-left,
            .page-editor #hero .slide .content .hero-content.l-right {
                top: 5%;
            }

            .page-editor #hero .slide .content .hero-content .call-to-action-button {
                padding: 10px;
                font-size: 14px;
                font-size: .875rem;
            }

        .page-editor #hero .slide img {
            height: auto;
            position: relative;
            left: auto;
            margin-left: 0;
            width: 100% !important;
        }

@media (max-width:57.4375em) {
    .page-editor #hero {
        padding: 0;
    }

        .page-editor #hero .slide {
            width: 100%;
            float: none;
        }
}

#hero {
    position: relative;
    padding-top: 0;
    z-index: 2;
    min-height: 60px;
}

.ui-helper-clearfix,
.ui-menu .ui-menu-item a {
    min-height: 0;
}

#hero .flexslider {
    max-width: 1400px;
    margin: 0 auto;
}

#hero.no-crop .slides .slide .content {
    height: auto;
}

@media (max-width:57.4375em) {
    #hero.no-crop .slides .slide .content {
        margin-bottom: -4px;
    }
}

#hero.no-crop .slides .slide .content img {
    position: relative;
    margin: auto;
    height: auto !important;
    width: 100% !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#hero .slide {
    overflow: hidden;
}

    #hero .slide a.module-link {
        display: block;
        width: 100%;
        height: 100%;
    }

    #hero .slide .content {
        position: relative;
        height: 570px;
    }

@media (max-width:73.0625em) {
    #hero {
        padding-top: 0;
    }

        #hero .slide .content {
            height: 513px;
        }
}

@media (max-width:57.4375em) {
    #hero .slide .content {
        height: 342px;
    }
}

@media (max-width:31.9375em) {
    #hero .slide .content {
        height: 285px;
    }
}

@media (min-width:73.125em) {
    #hero .slide a.module-link:focus .focus {
        outline: dotted thin;
        outline-offset: -2px;
    }

    .firefox #hero .slide a.module-link:focus .focus {
        outline: #ADADAD dotted thin;
    }

    #hero .slide .content .focus {
        position: absolute;
        display: block;
        width: 99.8%;
        height: 98.6%;
        left: 1px;
        bottom: 3px;
    }

    .firefox #hero .slide .content .focus,
    .webkit #hero .slide .content .focus {
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
    }
}

#hero .slide .content .hero-content {
    position: absolute;
    width: 100%;
    left: 0;
}

    #hero .slide .content .hero-content h2 {
        font-size: 48px;
        font-size: 3rem;
        line-height: 1;
        font-weight: 800;
        color: #222;
        letter-spacing: -1px;
        margin-bottom: 0;
    }

@media (max-width:57.4375em) {
    #hero .slide .content .hero-content h2 {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

@media (max-width:31.9375em) {
    #hero .slide .content .hero-content h2 {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

#hero .slide .content .hero-content p {
    font-size: 16px;
    font-size: 1rem;
    color: #222;
    line-height: 1.3;
}

#hero .slide .content .hero-content .call-to-action-button {
    display: inline-block;
    padding: 20px 40px;
    background-color: #2b6da3;
    background-color: rgba(43, 109, 163, .8);
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition-property: background-color;
    -webkit-transition-duration: 150ms;
    -moz-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms;
}

    #hero .slide .content .hero-content .call-to-action-button:active,
    #hero .slide .content .hero-content .call-to-action-button:focus,
    #hero .slide .content .hero-content .call-to-action-button:hover {
        background-color: #266292;
    }

@media (max-width:57.4375em) {
    #hero .slide .content .hero-content p {
        font-size: 12px;
        font-size: .75rem;
    }

    #hero .slide .content .hero-content .call-to-action-button {
        font-size: 11px;
        font-size: .6875rem;
        padding: 10px 20px;
    }
}

#hero .slide .content .hero-content.l-left,
#hero .slide .content .hero-content.l-right {
    top: 30%;
}

    #hero .slide .content .hero-content.l-right .call-to-action-button,
    #hero .slide .content .hero-content.l-right h2,
    #hero .slide .content .hero-content.l-right p {
        margin-left: 55%;
    }

    #hero .slide .content .hero-content.l-left .call-to-action-button,
    #hero .slide .content .hero-content.l-left h2,
    #hero .slide .content .hero-content.l-left p {
        margin-right: 55%;
    }

#hero .slide .content .hero-content.l-centre {
    bottom: 100px;
    text-align: center;
}

    #hero .slide .content .hero-content.l-centre h2,
    #hero .slide .content .hero-content.l-centre p {
        text-align: center;
    }

@media (max-width:73.0625em) {
    #hero .slide .content .hero-content.l-left,
    #hero .slide .content .hero-content.l-right {
        top: 20%;
    }

    #hero .slide .content .hero-content.l-centre {
        bottom: 90px;
    }
}

@media (max-width:57.4375em) {
    #hero .slide .content .hero-content.l-centre {
        bottom: 70px;
    }
}

#hero .slide img {
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -700px;
    width: auto !important;
}

@media (max-width:73.0625em) {
    #hero .slide img {
        margin-left: -630px;
    }
}

@media (max-width:57.4375em) {
    #hero .slide img {
        margin-left: -420px;
    }
}

@media (max-width:31.9375em) {
    #hero .slide .content .hero-content .call-to-action-button {
        font-size: 10px;
        font-size: .625rem;
    }

    #hero .slide .content .hero-content.l-centre {
        bottom: 40px;
    }

    #hero .slide img {
        margin-left: -350px;
    }
}

.blackberry #hero .slide,
.no-js #hero .slide {
    display: none;
}

    .blackberry #hero .slide:first-child,
    .no-js #hero .slide:first-child {
        display: block;
    }

#paginationPages ul,
.flexcontrols .flex-control-nav li {
    display: inline-block;
}

.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
    outline: 0;
}

.flex-control-nav,
.flex-direction-nav,
.slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexcontrols {
    max-height: 25px;
}

    .flexcontrols .flex-control-nav {
        text-align: center;
        position: relative;
        height: 0;
        top: -80px;
    }

@media (min-width:47.5em) and (max-width:73.0625em) {
    .flexcontrols .flex-control-nav {
        top: -75px;
    }
}

@media (min-width:32em) and (max-width:57.4375em) {
    .flexcontrols .flex-control-nav {
        top: -65px;
    }
}

@media (max-width:31.9375em) {
    .flexcontrols .flex-control-nav {
        top: -30px;
    }
}

.flexcontrols .flex-control-nav li a {
    margin: 0 4px;
    color: #005c8b;
    width: 10px;
    height: 10px;
    display: block;
    background-color: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-indent: 100%;
    overflow: hidden;
    cursor: pointer;
}

@media (max-width:57.4375em) {
    .flexcontrols .flex-control-nav li a {
        width: 8px;
        height: 8px;
    }
}

.flexcontrols .flex-control-nav li a.active,
.flexcontrols .flex-control-nav li a:focus,
.flexcontrols .flex-control-nav li a:hover {
    background-color: #585858;
}

.flexcontrols .flex-control-nav li a.flex-active {
    background-color: #585858;
    color: #fff;
}

.flexcontrols .flex-direction-nav {
    position: absolute;
    bottom: 50%;
    margin: -21px 0 0;
    padding: 0;
    height: 0;
    width: 100%;
}

    .flexcontrols .flex-direction-nav li {
        float: right;
        margin-top: 0;
    }

        .flexcontrols .flex-direction-nav li:first-child {
            float: left;
        }

    .flexcontrols .flex-direction-nav .flex-next,
    .flexcontrols .flex-direction-nav .flex-prev {
        display: block;
        position: relative;
        text-indent: -99999px;
        outline: 0;
        background-color: rgba(206, 206, 206, 0);
        -webkit-transition-property: background-color;
        -moz-transition-property: background-color;
        -o-transition-property: background-color;
        transition-property: background-color;
        -webkit-transition-duration: 250ms;
        -moz-transition-duration: 250ms;
        -o-transition-duration: 250ms;
        transition-duration: 250ms;
    }

.autocomplete .ui-autocomplete.ui-menu,
.csstransitions #search {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
}

.flexcontrols .flex-direction-nav .flex-next:active,
.flexcontrols .flex-direction-nav .flex-next:focus,
.flexcontrols .flex-direction-nav .flex-next:hover,
.flexcontrols .flex-direction-nav .flex-prev:active,
.flexcontrols .flex-direction-nav .flex-prev:focus,
.flexcontrols .flex-direction-nav .flex-prev:hover {
    background-color: #cecece;
}

.touch .flexcontrols .flex-direction-nav .flex-next,
.touch .flexcontrols .flex-direction-nav .flex-prev {
    display: none;
}

.flexcontrols .flex-direction-nav .flex-prev {
    height: 80px;
    width: 80px;
    background-image: url(../img/sprites/global-sccb61b25e3.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3 / 2), (min-device-pixel-ratio:1.5) {
    .flexcontrols .flex-direction-nav .flex-prev {
        background-image: url(../img/sprites/global-2x-sa0a12904af.png);
        background-position: 0 -95px;
        -webkit-background-size: 119px auto;
        -moz-background-size: 119px auto;
        -o-background-size: 119px auto;
        background-size: 119px auto;
    }
}

.flexcontrols .flex-direction-nav .flex-next {
    height: 80px;
    width: 80px;
    background-image: url(../img/sprites/global-sccb61b25e3.png);
    background-position: 0 -95px;
    background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3 / 2), (min-device-pixel-ratio:1.5) {
    .flexcontrols .flex-direction-nav .flex-next {
        background-image: url(../img/sprites/global-2x-sa0a12904af.png);
        background-position: 0 0;
        -webkit-background-size: 119px auto;
        -moz-background-size: 119px auto;
        -o-background-size: 119px auto;
        background-size: 119px auto;
    }
}

.flexcontrols .flex-direction-nav .flex-next.flex-disabled,
.flexcontrols .flex-direction-nav .flex-prev.flex-disabled {
    background: 0 0;
    outline: 0;
}

@media (max-width:57.4375em) {
    .flexcontrols .flex-direction-nav {
        display: none;
    }
}

.flexcontrols .flex-pauseplay {
    position: relative;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: 0;
    display: none;
}

@media (max-width:73.0625em) {
    .flexcontrols .flex-direction-nav {
        bottom: 60%;
    }

    .flexcontrols .flex-pauseplay {
        display: none !important;
    }
}

.flexcontrols .flex-pauseplay .flex-pause,
.flexcontrols .flex-pauseplay .flex-play {
    height: 31px !important;
    display: block;
    position: absolute;
    text-indent: -99999px;
    outline: 0;
    right: 25px;
    margin-top: -480px;
}

    .flexcontrols .flex-pauseplay .flex-pause:active,
    .flexcontrols .flex-pauseplay .flex-pause:focus,
    .flexcontrols .flex-pauseplay .flex-pause:hover,
    .flexcontrols .flex-pauseplay .flex-play:active,
    .flexcontrols .flex-pauseplay .flex-play:focus,
    .flexcontrols .flex-pauseplay .flex-play:hover {
        cursor: pointer;
    }

.no-crop .flexcontrols .flex-pauseplay .flex-pause,
.no-crop .flexcontrols .flex-pauseplay .flex-play {
    margin-top: -33.5%;
}

.flexcontrols .flex-pauseplay .flex-play {
    height: 30px;
    width: 30px;
    background-image: url(../img/sprites/global-sccb61b25e3.png);
    background-position: 0 -190px;
    background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3 / 2), (min-device-pixel-ratio:1.5) {
    .flexcontrols .flex-pauseplay .flex-play {
        background-image: url(../img/sprites/global-2x-sa0a12904af.png);
        background-position: 0 -271px;
        -webkit-background-size: 119px auto;
        -moz-background-size: 119px auto;
        -o-background-size: 119px auto;
        background-size: 119px auto;
    }
}

.flexcontrols .flex-pauseplay .flex-play:active,
.flexcontrols .flex-pauseplay .flex-play:focus,
.flexcontrols .flex-pauseplay .flex-play:hover {
    height: 30px;
    width: 30px;
    background-image: url(../img/sprites/global-sccb61b25e3.png);
    background-position: 0 -235px;
    background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3 / 2), (min-device-pixel-ratio:1.5) {
    .flexcontrols .flex-pauseplay .flex-play:active,
    .flexcontrols .flex-pauseplay .flex-play:focus,
    .flexcontrols .flex-pauseplay .flex-play:hover {
        background-image: url(../img/sprites/global-2x-sa0a12904af.png);
        background-position: 0 -226px;
        -webkit-background-size: 119px auto;
        -moz-background-size: 119px auto;
        -o-background-size: 119px auto;
        background-size: 119px auto;
    }
}

.flexcontrols .flex-pauseplay .flex-pause {
    height: 30px;
    width: 30px;
    background-image: url(../img/sprites/global-sccb61b25e3.png);
    background-position: 0 -397px;
    background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3 / 2), (min-device-pixel-ratio:1.5) {
    .flexcontrols .flex-pauseplay .flex-pause {
        background-image: url(../img/sprites/global-2x-sa0a12904af.png);
        background-position: 0 -397px;
        -webkit-background-size: 119px auto;
        -moz-background-size: 119px auto;
        -o-background-size: 119px auto;
        background-size: 119px auto;
    }
}

.flexcontrols .flex-pauseplay .flex-pause:active,
.flexcontrols .flex-pauseplay .flex-pause:focus,
.flexcontrols .flex-pauseplay .flex-pause:hover {
    height: 30px;
    width: 30px;
    background-image: url(../img/sprites/global-sccb61b25e3.png);
    background-position: 0 -352px;
    background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3 / 2), (min-device-pixel-ratio:1.5) {
    .flexcontrols .flex-pauseplay .flex-pause:active,
    .flexcontrols .flex-pauseplay .flex-pause:focus,
    .flexcontrols .flex-pauseplay .flex-pause:hover {
        background-image: url(../img/sprites/global-2x-sa0a12904af.png);
        background-position: 0 -352px;
        -webkit-background-size: 119px auto;
        -moz-background-size: 119px auto;
        -o-background-size: 119px auto;
        background-size: 119px auto;
    }
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-autocomplete {
    position: relative;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: 0;
}

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .ui-menu .ui-state-disabled a {
        cursor: default;
    }

#search {
    display: none;
}

.csstransitions #search.is-displayed,
.no-csstransitions #search.is-active {
    display: block;
}

#search > .bg-full {
    background-color: #fff;
    /* box-shadow: 0 1px 0 0 rgba(0,0,0,.1); */
}

#search .ctrl-holder {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* box-sizing: border-box; */
    /* padding: 5px 0 0 20px; */
    heght: 100px;
    /* background: #00234b; */
    /* border: 2px solid; */
}

    #search .ctrl-holder input.text {
        width: 994px;
        background-color: transparent;
        border: 0;
        border-bottom: 2px solid #00234b;
        outline: 0;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        font-style: normal;
        font-size: 20px;
        color: #00234b;
        font-weight: 500;
        height: 35px;
        margin-bottom: 30px;
        /* background: #ae9974; */
        margin-right: 9px;
    }


        #search .ctrl-holder input.text:focus {
            background-position: 0 0;
        }

@media (max-width:73.0625em) {
    #search .ctrl-holder input.text {
        width: 575px;
        margin: 0;
    }
}

@media (max-width:57.4375em) {
    #search .ctrl-holder input.text {
        width: 81%;
    }
}

@media (max-width:31.9375em) {
    #search .ctrl-holder input.text {
        width: 67%;
    }
}

#search .ctrl-holder input.submit {
    color: #00234b;
    background: transparent;
    border: 0;
    font-weight: bold;
    padding: 9px 16px;
    text-transform: uppercase;
    font-size: .8rem;
    border-radius: 4px;
    border: 2px solid;
}

    #search .ctrl-holder input.submit:hover {
        opacity: .8;
    }



.csstransitions #search {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: translateZ(0);
}

    .autocomplete .ui-autocomplete.ui-menu,
    .csstransitions #search.is-active {
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

@media (max-width:73.0625em) {
    #search .ctrl-holder input.submit {
        float: none;
    }

    #search .ctrl-holder {
        padding: 20px 20px 16px 10px;
    }

    #search {
        position: relative;
    }

    .csstransitions #search {
        max-height: 0;
        overflow: hidden;
        -webkit-transition-property: max-height;
        -moz-transition-property: max-height;
        -o-transition-property: max-height;
        transition-property: max-height;
        -webkit-transition-duration: .5s;
        -moz-transition-duration: .5s;
        -o-transition-duration: .5s;
        transition-duration: .5s;
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translateZ(0);
    }

        .csstransitions #search.is-active {
            max-height: 200px;
        }

        .csstransitions #search.is-displayed,
        .no-csstransitions #search.is-active {
            display: block;
        }
}

.autocomplete {
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: -20px;
}

    .autocomplete .ui-autocomplete.ui-menu {
        display: none;
        padding: 0 !important;
        -moz-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
    }

        .autocomplete .ui-autocomplete.ui-menu.is-hidden {
            filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
            opacity: 0;
        }

        .autocomplete .ui-autocomplete.ui-menu li.ui-menu-item a {
            font-size: 16px;
            font-size: 1rem;
            font-weight: 700;
            color: #fff;
            text-decoration: none;
            line-height: 1.5;
            padding: .7em 30px;
            display: block;
            background: #00234b;
            filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
            opacity: 1;
            -webkit-transition-property: opacity;
            -moz-transition-property: opacity;
            -o-transition-property: opacity;
            transition-property: opacity;
            -webkit-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -o-transition-duration: .2s;
            transition-duration: .2s;
            cursor: pointer;
        }

            .autocomplete .ui-autocomplete.ui-menu li.ui-menu-item a.ui-state-ative,
            .autocomplete .ui-autocomplete.ui-menu li.ui-menu-item a.ui-state-focus,
            .autocomplete .ui-autocomplete.ui-menu li.ui-menu-item a:active,
            .autocomplete .ui-autocomplete.ui-menu li.ui-menu-item a:focus,
            .autocomplete .ui-autocomplete.ui-menu li.ui-menu-item a:hover {
                filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
                opacity: 1;
                background: #76848F;
            }

            .autocomplete .ui-autocomplete.ui-menu li.ui-menu-item a .search-term {
                font-weight: 400;
            }

#search .autocomplete .ui-autocomplete.ui-menu {
    width: 100% !important;
    margin: 0;
    top: 0 !important;
    left: 0 !important;
}

#search .autocomplete .l-margins {
    width: 1100px !important;
}

@media (max-width:73.0625em) {
    #search .autocomplete {
        margin-top: 0;
    }

        #search .autocomplete .l-margins {
            box-shadow: none;
            padding-left: 20px;
        }
}

@media (max-width:57.4375em) {
    #search .autocomplete .l-margins {
        padding: 0;
    }
}

@media (max-width:31.9375em) {
    #search .autocomplete .l-margins {
        width: 100%;
        margin: 0;
    }

    .autocomplete.autocomplete-in-page .ui-autocomplete.ui-menu {
        left: 0 !important;
    }
}

.autocomplete.autocomplete-in-page .l-margins {
    width: auto;
    padding-right: 5px;
}

@media (max-width:57.4375em) {
    .autocomplete.autocomplete-in-page .l-margins {
        padding-right: 20px;
    }
}

@media (max-width:31.9375em) {
    .autocomplete.autocomplete-in-page .l-margins {
        width: 100%;
        margin: 0;
        padding-right: 0;
        padding-left: 0;
    }
}

#containerHeadline,
#containerSearch {
    margin: 0 auto;
    width: 970px;
    overflow: hidden;
}

#sidebarLeft,
#sidebarLeftOptions {
    width: 240px;
    margin-right: 10px;
    margin-left: 0;
    float: left;
    padding-left: 0;
    font-weight: 700;
}

#containerSearch {
    padding: 0;
    min-height: 600px;
}

    #containerSearch a {
        color: #00759b;
        list-style-type: none;
        font-weight: 700;
        text-decoration: none;
    }

        #containerSearch a:hover {
            color: #00759b;
            list-style-type: square;
            text-decoration: underline;
            font-weight: 700;
        }

#containerHeadline {
    padding-left: 262px;
}

    #containerHeadline h1 {
        margin: 0;
        padding-bottom: 16px;
        padding-top: 25px;
        float: left;
    }

#sidebarLeft {
    margin-top: 0;
    overflow: hidden;
    padding-bottom: 0;
}

    #sidebarLeft ul {
        list-style: none;
        margin-left: 0;
        margin-top: 0;
        width: 230px;
        padding: 16px 0 16px 3px;
    }

        #sidebarLeft ul li {
            list-style: none;
            margin-bottom: 0;
        }

            #sidebarLeft ul li li a {
                font-size: .85em;
                color: #7d7d7d;
                border: none;
                padding-left: 13px;
                line-height: 1.8em !important;
            }

                #sidebarLeft ul li li a.selected,
                #sidebarLeft ul li li a:hover {
                    font-size: .85em;
                    color: #000;
                    border: none;
                    background-image: url(img/icon-refinement-arrow.gif);
                    background-repeat: no-repeat;
                    background-position: left;
                    line-height: 1.8em !important;
                }

    #contentSearch h1,
    #sidebarLeft h3 {
        background-position: bottom;
        color: #1f1f1f;
    }

    #sidebarLeft ul li li a.bluelink {
        color: #00759b;
        list-style-type: none;
    }

        #sidebarLeft ul li li a.bluelink:hover {
            color: #00759b;
            list-style-type: none;
            text-decoration: underline;
        }

    #sidebarLeft h2 {
        color: #1f1f1f;
        font-size: 1.2em;
        margin-top: 0;
        margin-bottom: 3px;
        padding-bottom: 0;
        padding-left: 5px;
    }

    #sidebarLeft h3 {
        font-size: 1em;
        margin-top: 5px;
        margin-bottom: 0;
        padding-bottom: 5px;
        padding-left: 10px;
        background-image: url(img/icon-line.jpg);
        background-repeat: no-repeat;
    }

#sidebarLeftOptions {
    margin-bottom: 50px;
}

    #sidebarLeftOptions ul {
        margin-left: 0;
        margin-top: 4px;
        width: 230px;
        list-style-type: none;
        padding: 0 0 0 16px;
    }

        #sidebarLeftOptions ul li {
            padding-bottom: 0;
            margin-bottom: 0;
            padding-top: 0;
        }

    #sidebarLeftOptions li {
        list-style-type: none;
        list-style-position: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

#contentSearch {
    margin: 0;
    padding: 0;
}

    #contentSearch h1 {
        font-size: 1.3em;
        background-repeat: repeat-x;
        margin-top: 16px;
        margin-bottom: 10px;
    }

#contentInner {
    overflow: hidden;
    margin-top: 13px;
}

.searchResults li,
.searchResults ul {
    margin: 0;
    padding-top: 10px;
    list-stype-type: none;
}

.searchResults {
    float: left;
    width: 480px;
}

    .searchResults ul {
        padding-left: 0;
    }

    .searchResults li {
        overflow: hidden;
    }

#searchResultsLock,
#searchResultsLockBlank {
    width: 10px;
    margin-right: 5px;
    height: 10px;
    background-repeat: no-repeat;
}

.searchResults p {
    line-height: normal;
    margin-left: 16px;
    float: none;
    padding-left: 0;
}

.searchResults a {
    color: #00759b;
    list-style-type: none;
    font-weight: 700;
    text-decoration: none;
}

    .searchResults a:hover {
        color: #00759b;
        list-style-type: square;
        text-decoration: underline;
        font-weight: 700;
    }

#contentInnerBestbet li,
#contentInnerBestbet ul,
#contentInnerSearchField ul,
#contentInnerSearchField ul li,
#searchResultsInstructions li,
#searchResultsInstructions ul {
    list-style-type: none;
}

#searchResultsText {
    float: left;
    padding-left: 0;
}

    #searchResultsText a {
        float: left;
    }

#searchResultsTextLink {
    color: #b3b3b3;
    font-weight: 700;
    font-size: .85em;
    margin: 0;
    padding: 0;
}

#searchResultsInfo {
    font-size: .85em;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #4c4d56;
}

#searchResultsImage {
    height: 16px;
    width: 16px;
    float: none;
    margin: 0;
    padding: 0;
}

#searchResultsLock {
    float: left;
    margin-top: 3px;
    padding: 0;
    background-image: url(img/lock.png);
}

#searchResultsLockBlank {
    float: left;
    margin-top: 3px;
    padding: 0;
    background-image: url(img/lock-blank.png);
}

#searchResultsDomain {
    font-size: 1em;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #4c4d56;
}

#containerSearchResults {
    overflow: hidden;
    width: 480px;
}

    #containerSearchResults ul {
        list-stype-type: none;
        margin: 0;
        padding-left: 0;
        padding-top: 10px;
    }

    #containerSearchResults li {
        list-stype-type: none;
        margin: 0;
        padding-top: 10px;
        overflow: hidden;
    }

        #containerSearchResults li a:visited {
            list-stype-type: none;
            color: #7a2953;
            text-decoration: none;
            font-weight: 700;
        }

#contentInnerSearchField {
    width: 965px;
    height: 40px;
    border: 1px solid #CCC;
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 3px;
    background-image: url(img/img-searchbar.jpg);
    padding: 25px 0 16px;
}

    #contentInnerSearchField ul {
        margin: 0;
        float: left;
    }

    #contentInnerSearchField input {
        float: left;
        margin-top: 3px;
        margin-bottom: 0;
        margin-left: 260px;
        padding: 5px 16px 5px 10px;
        background-color: ffffff;
        width: 395px;
        height: 16px;
        list-style-type: none;
        color: #444;
    }

    #contentInnerSearchField select {
        float: none;
        width: 120px;
        margin-top: 4px;
        padding: 4px;
        font-size: 1em;
        background-color: #fff;
        margin-left: 0;
    }

    #contentInnerSearchField label {
        float: none;
        margin: 0;
        padding-bottom: 3px;
        padding-left: 20px;
        font-size: .9em;
        color: #333;
        width: 40px;
    }

    #contentInnerSearchField .searchbutton {
        float: left;
        margin-top: 2px;
        margin-left: -10px;
        margin-right: 20px;
        height: 31px;
        width: 30px;
        padding: 0;
        background: url(img/bt-search.jpg);
        border: none;
        cursor: pointer;
    }

        #contentInnerSearchField .searchbutton:hover {
            background: url(img/bt-search-over.jpg);
        }

    #contentInnerSearchField .iconclear {
        cursor: pointer;
        float: left;
        background: url(img/icon-clear.jpg) no-repeat;
        top: 10px;
        position: relative;
        height: 16px;
        width: 16px;
        left: -20px;
        margin-right: 0;
        padding-right: 0;
    }

#searchResultsInstructions {
    font-style: italic;
    padding-top: 10px;
    margin-left: 16px;
    margin-bottom: 5px;
    font-size: .9em;
    float: left;
    width: 460px;
    line-height: 25px;
}

#contentInnerBestbet {
    width: 480px;
    border: 1px solid #CCC;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 0;
    float: left;
}

    #contentInnerBestbet li {
        padding: 20px 16px 10px;
    }

        #contentInnerBestbet li a:visited {
            color: #7a2953;
            text-decoration: none;
            font-weight: 700;
        }

#contentInnerMedia {
    width: 485px;
    margin-left: 0;
    margin-top: 0 !important;
    padding-bottom: 16px;
}

    #contentInnerMedia p {
        font-size: .9em;
        color: #4c4d56;
    }

    #contentInnerMedia ul {
        list-style-type: none !important;
        padding-left: 16px;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
    }

    #contentInnerMedia li {
        list-style-type: none !important;
        padding-bottom: 0;
        margin-bottom: 0;
        line-height: 1em;
        font-size: 1.1em;
    }

    #contentInnerMedia .box {
        width: 450px;
        margin-bottom: 16px;
        margin-left: 0;
        float: left;
        background-color: #f2f2f2;
        border: 1px solid #bbb;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
        padding: 10px 5px 10px 0;
    }

    #contentInnerMedia .title {
        font-weight: 700;
        font-size: 1.1em;
        color: #444;
        padding-top: 0;
        margin-top: 0;
        list-style-type: none !important;
    }

    #contentInnerMedia .thumbnail {
        width: 100px;
        float: left;
        margin: 2px 10px 10px 0;
    }

    #contentInnerMedia .pages {
        margin-left: 16px;
        font-size: .9em;
    }

        #contentInnerMedia .pages h4 {
            font-weight: 700;
            font-size: 1em;
            color: #555;
            padding-top: 0;
            margin-top: 0;
            list-style-type: none !important;
        }

        #contentInnerMedia .pages li a {
            font-size: .85em;
            list-style-type: none !important;
        }

            #contentInnerMedia .pages li a:visited {
                color: #7a2953;
                text-decoration: none;
                font-weight: 700;
            }

#sidebarRight {
    float: right;
    width: 225px;
    height: 100%;
    padding: 0;
    overflow: hidden;
    margin-left: 0;
    margin-top: 25px;
}

    #sidebarRight ul {
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 0;
    }

    #sidebarRight li {
        list-style-type: none;
        padding-right: 5px;
        padding-left: 0;
    }

    #sidebarRight a {
        font-weight: 700;
        float: left;
    }

    #sidebarRight h2 {
        color: #1f1f1f;
        font-size: 1.3em;
        margin-bottom: 0;
        padding-left: 0;
        padding-bottom: 0;
    }

    #sidebarRight p {
        font-size: .95em;
        margin-top: 0;
        margin-left: 0;
        padding: 0 3px 16px 0;
    }

    #sidebarRight a.bluelink {
        color: #00759b;
        text-decoration: none;
        font-size: .9em;
    }

        #sidebarRight a.bluelink:hover,
        #sidebarRightFeatured a:hover {
            text-decoration: underline;
            color: #00759b;
        }

.title {
    padding-top: 15px;
}

.module {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    padding: 0 20px 15px;
    margin-bottom: 20px;
}

    .module.image {
        box-shadow: none;
    }

div {
    padding-top: 0;
    margin-top: 0;
}

#sidebarRightDefinition ul {
    float: left;
    width: 225px;
    margin-bottom: 0;
}

#sidebarRightDefinition h2 {
    float: left;
    width: 225px;
    margin-top: 0;
    font-size: 1em;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

#sidebarRightDefinition p div {
    float: left;
    font-size: .9em;
    padding-left: 0;
    padding-top: 5px;
    margin-left: 0;
    margin-bottom: 0;
    line-height: normal;
}

#sidebarRightFeatured {
    float: left;
    width: 225px;
    height: 100%;
    margin-top: 0;
    border: none;
    margin-left: 0;
}

    #sidebarRightFeatured h2 {
        border-top: 1px solid #CCC;
        padding-left: 0;
        margin-top: 20px;
        padding-top: 20px;
    }

    #sidebarRightFeatured p {
        float: left;
        font-size: .9em;
        width: 225px;
        margin-top: 0;
        clear: both;
        padding: 5px 10px 5px 0;
    }

    #sidebarRightFeatured h3 {
        float: left;
        font-size: 1em;
        padding-left: 0;
        padding-right: 10px;
        padding-bottom: 0;
        width: 225px;
        line-height: normal;
        margin-bottom: 0;
    }

    #sidebarRightFeatured a {
        text-decoration: none;
        padding-bottom: 0;
        color: #00759b;
    }

        #sidebarRightFeatured a:hover {
            padding-bottom: 0;
        }

#sidebarRightFeaturedImage {
    float: left;
    margin-top: 2px;
    border: 0;
    margin-bottom: 0;
    padding: 0 5px 0 0;
}

#paginationPages {
    font-size: .85em;
    width: 97%;
    float: right;
    border-top: 1px solid #ccc;
    padding-bottom: 20px;
}

    #paginationPages ul {
        list-style-type: none;
        float: right;
    }

    #paginationPages li {
        display: inline;
    }

    #paginationPages a {
        display: inline-block;
        text-decoration: none;
        border: 1px solid #f2f2f2;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 3px 5px 0;
    }

        #paginationPages a.selected,
        #paginationPages a:hover {
            color: #181818;
            background-color: #e9e8e8;
            border: 1px solid #ccc;
            background-repeat: no-repeat;
            display: inline-block;
            text-decoration: none;
        }

        #paginationPages a:visited {
            color: #0075aa;
        }

span.clearIcon {
    position: relative;
}

    span.clearIcon span {
        margin: 0 auto;
        width: 13px;
        display: block;
        background: url(img/icon-clear.jpg) 0 no-repeat;
        height: 13px;
        overflow: hidden;
        cursor: pointer;
    }

    span.clearIcon input {
        padding-right: 16px;
    }

.corners {
    border: 1px solid #cfcfcf;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.pd-search {
    background: rgba(0, 0, 0, .2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    margin: 0 0 1em;
    padding: 16px;
    position: relative;
    overflow: hidden;
}

    .pd-search .text.withQuerySuggestions {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #EEE;
        border: 0;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        -ms-border-radius: 3px 0 0 3px;
        -o-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
        float: left;
        font-weight: 700;
        font-size: 16px;
        font-size: .9375rem;
        font-family: Arial, Helvetica, sans-serif;
        height: 40px;
        padding: 10px 5px;
        width: 75%;
    }

        .pd-search .text.withQuerySuggestions:focus {
            background: #FFF;
            box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
            outline: 0;
        }

        .pd-search .text.withQuerySuggestions:-moz-placeholder {
            color: #999;
            font-style: italic;
            font-weight: 400;
        }

.l-one-column .pd-search .text.withQuerySuggestions {
    width: 87%;
}

.l-two-column-right .pd-search .text.withQuerySuggestions {
    width: 84%;
}

@media (max-width:73.0625em) {
    .l-one-column .pd-search .text.withQuerySuggestions {
        width: 82%;
    }

    .l-two-column-right .pd-search .text.withQuerySuggestions {
        width: 75%;
    }
}

@media (max-width:57.4375em) {
    .l-one-column .pd-search .text.withQuerySuggestions {
        width: 75%;
    }
}

.pd-search .searchbutton {
    position: absolute;
    right: 16px;
    background: #003592;
    border: 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    color: #FFF;
    cursor: pointer;
    float: right;
    font-weight: 700;
    font-size: 16px;
    font-size: .9375rem;
    font-family: Arial, Helvetica, sans-serif;
    height: 40px;
    padding: 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    text-transform: uppercase;
    width: 110px;
}

    .pd-search .searchbutton:focus,
    .pd-search .searchbutton:hover {
        background: #0041B7;
    }

.accessibility-links {
    position: absolute;
    top: 7px;
    left: 7px;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.5;
    z-index: 9999;
}

    .accessibility-links a {
        display: inline-block;
        background: #fff;
    }

.inline-accessible {
    position: absolute;
    left: -9999px;
    display: block;
    margin-bottom: 14px;
}

    .inline-accessible:active,
    .inline-accessible:focus,
    .inline-accessible:hover {
        position: static;
        left: auto;
    }

.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyshown {
    position: static;
    clip: auto;
    overflow: auto;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.horizontal {
    padding: 0;
    margin: 0;
}

    .horizontal > li {
        float: left;
        list-style: none;
        margin: 0;
    }

        #hero .slide:after,
        #hero .slide:before,
        .btn-holder:after,
        .btn-holder:before,
        .clearfix:after,
        .clearfix:before,
        .ctrl-holder:after,
        .ctrl-holder:before,
        .ctrls-holder:after,
        .ctrls-holder:before,
        .horizontal:after,
        .horizontal:before,
        .horizontal > li:after,
        .horizontal > li:before,
        .l-container:after,
        .l-container:before,
        .l-margins:after,
        .l-margins:before,
        .options > li:after,
        .options > li:before,
        .pd-search:after,
        .pd-search:before {
            content: "";
            display: table;
        }

@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid;
    }

    * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        .ir a:after,
        a[href^="javascript:"]:after,
        a[href^="#"]:after,
        a[href^="index.html"]:after {
            content: "";
        }

    blockquote,
    pre {
        border: 1px solid #999;
    }

    thead {
        display: table-header-group;
    }

    img {
        max-width: 100% !important;
    }

    a.logo img {
        max-width: 100px !important;
    }

    @page {
        margin: .5cm;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    #aside,
    #footer,
    #nav,
    #secondary-nav,
    .nav-btns,
    .site-tools {
        display: none;
    }

    #breadcrumbs ul li {
        display: inline-block;
    }

        #breadcrumbs ul li.is-parent {
            padding-left: 1.3em;
        }

            #breadcrumbs ul li.is-parent:before {
                display: block;
            }

    #hero .slide img {
        display: none;
    }

    #hero .slide .content .hero-content {
        width: 50%;
    }
}

.l-one-column #secondary-nav ul li {
    padding: 5px 5px;
}

.l-two-column-righ t#secondary-nav ul li {
    padding: 5px 5px;
}

.l-two-column-left t#secondary-nav ul li {
    padding: 5px 5px;
}


.feedback {
    padding: 5px 0 !important;
    border-top: 0 !important;
}

    .feedback p {
        padding: 0 !important;
    }



.voteBtns a {
    border: 2px solid #ae9a75 !important;
    border-radius: 5px !important;
    color: #ae9a75 !important;
    display: block !important;
    float: left !important;
    font-size: 0.8125rem !important;
    font-weight: bold !important;
    margin: 1em .5em !important;
    padding: 0.4em 1em !important;
    text-align: center !important;
    text-transform: uppercase !important;
    width: 30px !important;
    background: #fff !important;
}

    .voteBtns a:hover {
        text-decoration: none !important;
        color: #e6d6b8 !important;
        border: 2px solid #e6d6b8 !important;
        background: none !important;
    }

#filterTableModule {
    padding-top: 10px;
    margin-top: 0;
}

    #filterTableModule ul li:before {
        content: none;
    }


#CPAprogramdiagram ul li:before {
    content: none;
}

.duration, .size {
    font-size: .8rem;
    padding-right: 10px;
    display: block;
}

.size {
    margin-bottom: 10px;
}

.border-grey {
    border-bottom: 1px solid #ddd;
    height: 20px;
}

.small-text {
    font-size: .8em;
    line-height: 1em !important;
}

.CPAprogramdiagram a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.btn {
    border-image: inherit;
    border-radius: 4px;
    border-width: 2px;
    font-size: 1rem;
    font-weight: bold;
    line-height: inherit;
    padding: 8px 26px;
    text-decoration: none !important;
    text-transform: uppercase;
}

    .btn:hover {
        text-decoration: none !important;
    }

.btn-navy {
    color: white;
    background-color: #00234b;
    border-color: transparent;
}

    .btn-navy:hover,
    .btn-navy:focus,
    .btn-navy:active,
    .btn-navy.active,
    .open .dropdown-toggle.btn-navy {
        color: white !important;
        opacity: .6;
        border-color: rgba(0, 0, 0, 0);
    }

    .btn-navy:active,
    .btn-navy.active,
    .open .dropdown-toggle.btn-navy {
        background-image: none;
    }

    .btn-navy.disabled,
    .btn-navy[disabled],
    fieldset[disabled] .btn-navy,
    .btn-navy.disabled:hover,
    .btn-navy[disabled]:hover,
    fieldset[disabled] .btn-navy:hover,
    .btn-navy.disabled:focus,
    .btn-navy[disabled]:focus,
    fieldset[disabled] .btn-navy:focus,
    .btn-navy.disabled:active,
    .btn-navy[disabled]:active,
    fieldset[disabled] .btn-navy:active,
    .btn-navy.disabled.active,
    .btn-navy[disabled].active,
    fieldset[disabled] .btn-navy.active {
        background-color: #000000;
        border-color: rgba(0, 0, 0, 0);
    }

    .btn-navy .badge {
        color: #00234b;
        background-color: white;
    }

.btn-gold {
    color: #fff;
    background-color: #ae9a75;
    border-color: transparent;
    /**margin-top: 30px;**/
}

    .btn-gold:hover,
    .btn-gold:focus,
    .btn-gold:active,
    .btn-gold.active,
    .open .dropdown-toggle.btn-gold {
        color: #fff !important;
        background-color: #776646;
        border-color: rgba(0, 0, 0, 0);
    }

    .btn-gold:active,
    .btn-gold.active,
    .open .dropdown-toggle.btn-gold {
        background-image: none;
    }

    .btn-gold.disabled,
    .btn-gold[disabled],
    fieldset[disabled] .btn-gold,
    .btn-gold.disabled:hover,
    .btn-gold[disabled]:hover,
    fieldset[disabled] .btn-gold:hover,
    .btn-gold.disabled:focus,
    .btn-gold[disabled]:focus,
    fieldset[disabled] .btn-gold:focus,
    .btn-gold.disabled:active,
    .btn-gold[disabled]:active,
    fieldset[disabled] .btn-gold:active,
    .btn-gold.disabled.active,
    .btn-gold[disabled].active,
    fieldset[disabled] .btn-gold.active {
        background-color: #776646;
        border-color: rgba(0, 0, 0, 0);
    }

    .btn-gold .badge {
        color: #ae9a75;
        background-color: navy;
    }

.btn-navy-border {
    border: 2px solid #00234b;
    background: transparent;
    color: #00234b;
    font-weight: bold;
}

    .btn-navy-border:hover {
        color: #00234b !important;
        opacity: .60;
    }

.cpatable {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}

    .cpatable td, .cpatable th {
        padding: 20px 5px;
        border-style: solid;
        border-width: 1px;
        overflow: hidden;
        word-break: normal;
        text-align: center;
    }

    .cpatable .colourcell {
        font-size: 15px;
        color: #fff;
        border: none;
        border-top: 2px solid #fff;
        border-right: none;
        vertical-align: center;
        padding-top: 25px;
        font-weight: bold;
    }

    .cpatable .greycell {
        background: #edf2f5;
        border-top: 2px solid #fff;
        border-right: none;
        border-left: none;
        border-bottom: none;
        color: #00234b;
        font-size: 17px;
        vertical-align: top;
    }

.orange {
    background: #f57e20;
}

.navy {
    background: #00234b;
}

.green {
    background: #8b9b3c;
}

.blue {
    background: #699ac6;
}

.white {
    background: #fff;
}

.grey {
    background: #76848f;
}

.lightgrey {
    background: #ddd;
}

.mauve {
    background: #b86d9b;
}

.teal {
    background: #00a3c9;
}

.aqua {
    background: #71c4c0;
}


.scfForm input[type="submit"] {
    margin-top: 20px !important;
}

#phcorp_pagebody_0_form_5607D7C2A4874D859F1C0936C53BF969_field_F9893945241048B7912EDFCB6CCEF5A1 label {
    display: none;
}

#phcorp_pagebody_0_form_5607D7C2A4874D859F1C0936C53BF969_field_F9893945241048B7912EDFCB6CCEF5A1 select {
    margin-right: 5px;
}

#phcorp_pagebody_0_form_5607D7C2A4874D859F1C0936C53BF969_field_D9F3C805E585420D86AD0FD4A5C13FAC_scope {
    display: none;
}

label,
#phcorp_pagebody_0_form_5607D7C2A4874D859F1C0936C53BF969_field_F9893945241048B7912EDFCB6CCEF5A1 span,
#phcorp_pagebody_0_form_92F1E42A5186431DA49F8C6F290214D8_field_4CCED0E45EF3481C83D0FE41BA07D374,
#phcorp_pagebody_0_form_5607D7C2A4874D859F1C0936C53BF969_field_86A32C4CD1744655A71460E712A0146D span,
.scfDateSelectorBorder span,
.scfRadioButtonListLabel,
.scfCheckBoxListLabel {
    color: #00234b;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    max-width: 100%;
    margin-bottom: 6px;
    margin-top: 10px;
}

.scfRadioButtonList {
    width: 282px;
}

.scfCheckBoxListGeneralPanel {
    border: 1px solid transparent;
    padding: 0 15px;
    width: 252px;
}

    .scfCheckBoxListGeneralPanel table {
        margin-bottom: 0;
    }

.scfRadioButtonList td, .scfCheckBoxListBorder td {
    border: 1px solid transparent;
    padding: 0 15px;
}

.scfCheckBoxListBorder td {
    padding: 0;
}

.scfForm input[type='radio'], .scfForm input[type='checkbox'] {
    display: inline-block;
    float: left;
    height: 16px;
    margin: 10px 10px 7px 0;
    width: auto;
}

#phcorp_pagebody_0_form_036257B8A87A48028270E9A6976D736C_field_7AF855E5AC464718AD9B4D5F983F6723_scope, #phcorp_pagebody_0_form_036257B8A87A48028270E9A6976D736C_field_EB80DB2B6EB240598A5FE37AE608CA16_scope {
    display: none;
}

.scfForm {
    border: none;
    margin: 0 auto;
}

fieldset {
    border: 0;
}


#phcorp_pagebody_0_form_5607D7C2A4874D859F1C0936C53BF969_field_86A32C4CD1744655A71460E712A0146D label {
    margin: 0 10px 10px 40px;
}

table td, table th {
    text-align: left;
    font-size: 13px;
    font-size: .8125rem;
    vertical-align: baseline;
    background-color: #fff;
    color: #666;
}

.scfForm p {
    text-align: center;
    font-weight: bold;
    margin: 1em 0;
    max-width: 650px;
}

.scfForm h1 {
    display: none;
}

.scfForm {
    background: #ffffff;
    padding-right: 30px;
    padding-bottom: 80px;
}

    .scfForm fieldset {
        margin: 0;
        padding: 0;
    }

.small {
    font-size: 1.rem;
}

.scfRequired {
    display: none;
}

.scfForm input, .scfForm select {
    border: 1px solid #ddd;
    display: block;
    height: 30px;
    margin: 0 0 5px;
    padding: 0 15px;
    width: 250px;
}

.scfForm textarea {
    border: 1px solid #ddd;
}

.scfForm select {
    width: 282px;
}

.unknown.unknownX.win .scfForm select {
    padding: 0;
}

.scfForm .scfValidationSummary {
    color: #f00;
    list-style-type: none;
}

#content-main .scfForm .scfValidationSummary ul {
    padding-left: 0;
}

#content-main .scfForm .scfValidationSummary li {
    color: #f00;
    font-size: 12px;
    list-style-type: none;
    padding-left: 0;
}

#content-main .scfForm .scfValidationSummary ul li:before {
    display: none;
}

.scfForm .scfValidator {
    display: inline-block;
    color: #f00;
    font-size: 12px;
    padding: 0;
}

.scfForm .scfValidatorRequired {
    color: #f00;
    position: absolute;
    top: 45px;
    left: 5px;
}

.scfSingleLineTextBorder, .scfNumberBorder, .scfSingleLineGeneralPanel, .scfNumberGeneralPanel {
    margin-bottom: 10px;
    position: relative;
}

.scfForm input[type=submit] {
    background-color: #00234b;
    border: none;
    border-radius: 4px;
    box-shadow: 0 .5px 0 rgba(0,0,0,.2);
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    min-width: 170px;
    padding-bottom: 30px;
    padding-top: 10px;
    text-decoration: none;
    text-transform: uppercase;
    width: 285px;
}

    .scfForm input[type=submit]:hover {
        border-radius: 6px;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .5);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, .5);
        background-color: transparent;
        filter: alpha(opacity=65);
        opacity: .65;
        background-color: #00234b;
    }

@media (max-width: 710px) {
    .scfForm {
        max-width: 300px;
    }

        .scfForm p {
            text-align: left;
            margin-left: 30px;
        }

        .scfForm input[type="submit"] {
            margin-left: 30px;
        }

        .scfForm fieldset .scfSingleLineTextBorder, .scfForm fieldset .scfEmailBorder, .scfForm fieldset .scfTelephoneBorder {
            margin: 0 10px 10px 20px !important;
        }
}

/*tile hover fixes*/
.b-content h2, .b-content p {
    z-index: 1000;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1;
}

/*grid search library module*/

.LibrarySearchModuleWrapper .module.search-library h2 {
    color: #ae9a75;
    margin-top: 0;
    font-size: 22px;
    margin-top: 0;
    line-height: 1.3em;
    text-transform: none;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.LibrarySearchModuleWrapper .search-library {
    border: none;
    box-shadow: none;
}

.LibrarySearchModuleWrapper .module.search-library .text {
    background: transparent;
    border-radius: 3px;
    width: 100%;
    line-height: normal;
    height: 35px;
    border: 2px solid #ddd;
    Display: block;
    padding-left: 10px;
}

.LibrarySearchModuleWrapper .module.search-library label {
    color: #666;
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    max-width: 100%;
    margin-top: 0px;
}

.LibrarySearchModuleWrapper select {
    background: transparent;
    border-radius: 3px;
    margin: 0 auto;
    width: 100%;
    line-height: normal;
    height: 35px;
    border: 2px solid #ddd;
    Display: block;
    -moz-appearance: none; /* for Chrome */
    -webkit-appearance: none;
    padding-left: 10px;
}

.LibrarySearchModuleWrapper .module.search-library .button {
    -webkit-appearance: button;
    cursor: pointer;
    color: white;
    background-color: #00234b;
    border-color: transparent;
    padding: 8px 26px;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: bold;
    width: 100%;
    height: inherit;
    margin: inherit;
    min-width: 100%;
    padding-top: 9px;
    max-width: 100%;
    padding-bottom: 7px;
    margin-top: 8px;
}

    .LibrarySearchModuleWrapper .module.search-library .button:hover {
        color: white;
        opacity: 0.6;
        border-color: rgba(0, 0, 0, 0);
    }

.LibrarySearchModuleWrapper .module ul {
    width: 100%;
    display: block;
    padding-left: 0px;
    padding-right: 0px;
}

    .LibrarySearchModuleWrapper .module ul li {
        width: 49%;
        margin: 0px;
        display: inline-block;
        list-style-type: none;
        text-align: left;
        font-size: 12px;
        text-transform: uppercase;
        display: inline-block;
        padding-left: 10px;
    }

        .LibrarySearchModuleWrapper .module ul li:before {
            content: '\7c';
            left: -4px;
        }

        .LibrarySearchModuleWrapper .module ul li:first-child:before {
            color: white;
        }

        .LibrarySearchModuleWrapper .module ul li:first-child {
            text-align: right;
            padding-right: 10px;
            width: 50%;
        }

        .LibrarySearchModuleWrapper .module ul li:last-child {
            display: none;
        }

@media (max-width: 57.4375em) {
    .LibrarySearchModuleWrapper .module ul li {
        width: 48%;
    }
}

.grid-video-Header {
    margin-bottom: 40px;
}

@media (min-width:320px) and (max-width:800px) {
    .grid-video-Header {
        margin-bottom: 20px;
    }
}

.GridOoyalaVideoModuleWrapper .container {
    width: auto;
}

@media (min-width:320px) and (max-width:800px) {
    .GridOoyalaVideoModuleWrapper .container .oo-player-container {
        min-width: 250px;
    }
}

.GridYouTubeVideoModuleWrapper .container {
    width: auto;
}

@media (min-width: 1173px) {
    .FACPA-main-container #app .FACPA-heading-title {
        margin-top: 50px;
    }
}