@charset "UTF-8";

body > form #footer {
    width: 100%;
}

@media (max-width: 768px) {
    body > form {
        padding-bottom: 161px;
    }
}

img, legend {
    border: 0 none;
}
body, figure {
    margin: 0;
}
.bg-full, .lt-ie9 body, body {
    min-width: 1010px;
}
#container, #nav, #secondary-nav, a:active, a:hover {
    outline: 0 none;
}

.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 .l-margins {
    padding: 5px 0px 5px 0;
}

#content-main img, .module img {
    max-width: 100%;
}
.profile-panel .profile-time, dfn {
    font-style: italic;
}
.hidden, .invisible {
    visibility: hidden;
}
#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;
}
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 {
    color: #fff;
    font-family: sans-serif;
}
a:focus {
    outline: thin dotted;
}
h1 {
    margin: 0.67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: 700;
}
hr {
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0 none repeat scroll 0 0;
    color: #000;
}
.site-tools .cpa-websites .dropdown a::before, .site-tools .cpa-websites > a::before {
    background-repeat: no-repeat;
    content: "";
    right: 0;
    top: 50%;
}
code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "“" "”" "‘" "’";
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
svg:not(:root) {
    overflow: hidden;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    padding: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
h4, h5, li, p {
    font-size: 13px;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    box-sizing: content-box;
}
.bg-full, .l-margins {
    box-sizing: border-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
body {
    background-color: #fff;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
}

.l-margins {
    box-sizing: border-box;
    margin: 0 auto;
    width: 1100px;
}
.bg-full {
    box-sizing: border-box;
}
#nav-popup a, #nav-popup a.ec {
    box-sizing: border-box;
}
#container, #content-main {
    margin-bottom: 2em;
}
.l-one-column #content-column {
    float: none;
}
.l-two-column-right #content-container {
    float: right;
    margin-left: 23px;
    width: 782px;
}
.l-two-column-right #secondary-nav {
    float: left;
    width: 155px;
}
.l-two-column-right #content-main iframe.fullsize {
    width: 782px;
}
.l-two-column-left #content-main {
    float: left;
    width: 690px;
}
.l-two-column-left #aside {
    float: left;
    margin-left: 23px;
    width: 247px;
}
.l-three-column #content-container {
    float: right;
    margin-left: 23px;
    width: 782px;
}
.l-three-column #content-main {
    float: left;
    width: 512px;
}
.l-three-column #aside {
    float: left;
    margin-left: 23px;
    width: 247px;
}
.l-three-column #secondary-nav {
    float: left;
    width: 155px;
}
.l-application #content-header > div {
    margin-bottom: 1em;
}
.l-application #content-header > div + h1 {
    margin-top: -0.1em;
}
h2, h3, h4, h5, h6 {
    color: #555;
    font-weight: 500;
}

h1 {
	color: #ae9a75;
}
h5, li, p {
    color: #666;
}
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;
}
li, p {
    font-size: 14px;
    line-height: 1.5;
}
h1 {
    color: #00233b;
    font-size: 46px;
	font-weight:300;
	text-transform:uppercase;
}
h2 {
    font-size: 0.9375rem;
}
h3 {
    font-size: 0.875rem;
}
h4, h5 {
    font-size: 0.8125rem;
}
ol, ul {
    padding: 0 0 0 30px;
}
ol ol, ol ul, ul ol, ul ul {
    padding-left: 20px;
}
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;
}
ul {
    padding: 0 0 0 18px;
}
li {
    line-height: 1.4;
    margin-top: 5px;
}
#top {
    position: absolute;
    width: 100%;
    z-index: 999;
}
#top.minimal {
    position: relative;
}
.site-tools {
    color: #878787;
	padding:5px 0 5px;
}

.site-tools .horizontal > li {
    line-height: 1.5;
    margin-left: 2em;
	padding-top:3px;
}

.site-tools .cpa-websites, .site-tools .top-links {
    float: left;
    padding: 0;
}
.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;
}
@media not all, (min--moz-device-pixel-ratio: 1.5), not all, not all {
.site-tools .cpa-websites > a::before {
    background-image: url("../img/sprites/global-2x-sa0a12904af.png");
    background-position: 0 -1093.5px;
    background-size: 119px auto;
}
}
.ipad .site-tools .cpa-websites > a::before {
    margin-top: -5px;
}
.site-tools .cpa-websites .dropdown {
    border-radius: 4px;
    z-index: 1000;
}
.site-tools .cpa-websites .dropdown a {
    font-size: 12px;
    font-size: .8125rem;
    padding: 7px;
    display: block;
    color: #00234b;
}

.site-tools .cpa-websites .dropdown a:before {
    background-image: url(../img/sprites/global-sccb61b25e3.png);
    background-position: 0 -969px;
    display: none;
    height: 8px;
    margin-top: -4px;
    padding: 4px 0;
    position: absolute;
    width: 7px;
}

.dropdown a:hover, .dropdown a:active {
    text-decoration:none;
    background: #00234b;
    color: #fff!important;
}

#breadcrumbs, #breadcrumbs ul li {
    display: inline-block;
    position: relative;

}
@media not all, (min--moz-device-pixel-ratio: 1.5), not all, not all {
.site-tools .cpa-websites .dropdown a::before {
    background-image: url("../img/sprites/global-2x-sa0a12904af.png");
    background-position: 0 -1070.5px;
    background-size: 119px auto;
}
}
.ipad .site-tools .cpa-websites .dropdown a::before {
    margin-top: -8px;
}
.site-tools .logged-in {
    color: #878787;
    float: right;
    font-size: 0.75rem;
    margin: 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: rgba(0, 0, 0, 0) url("img/no-rgba/black-80.png") repeat scroll 0 0;
}
#header .logo {
    display: block;
    float: left;
    padding: 15px 0;
}
#header .logo img {
    height: 43px;
    padding-right: 15px;
    vertical-align: top;
    width: 99px;
}
#logout {
    background-color: #222;
    display: none;
}
#logout .bg-full {
    border-top: 1px solid #333;
}
table, table td, table th {
    border: 1px solid #cfcfcf;
}
#logout .btn.logout, #logout .logged-in {
    color: #fff;
    display: block;
    font-size: 0.9375rem;
    line-height: 1.5;
    margin: 0;
    padding: 15px 30px;
}
#campaign-header, #content-header, table {
    margin-bottom: 1em;
	margin-top:40px;
}


#logout .logged-in {
    color: #878787;
    float: left;
    font-weight: 600;
    padding-left: 0;
}
#logout .btn.logout {
    background-color: #0858a0;
    float: right;
    font-weight: 800;
    letter-spacing: -1px;
    transition-duration: 250ms;
    transition-property: background-color;
}
.no-js-warning, table th {
    font-weight: 700;
}
#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;
    transform: translateZ(0px);
    transition-duration: 0.5s;
    transition-property: max-height;
}
.csstransitions #logout.is-active {
    max-height: 200px;
}
.no-csstransitions #logout.is-active {
    display: block;
}
#breadcrumbs ul li:first-child::before, #campaign-header .btn-secondary-nav, #content-header .btn-secondary-nav, #logout.is-active {
    display: none;
}
#container {
    padding-top: 0;
}
#container.l-homepage {
    padding-top: 0;
}
.no-js-warning {
    background-color: red;
    color: #fff;
    font-size: 13px;
    padding: 12px 30px;
    text-align: center;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table thead td, table thead th {
    background-color: #d2d2d2;
    color: #5a5a5a;
}
table td, table th {
    background-color: #eee;
    color: #666;
    font-size: 0.8125rem;
    padding: 0.5em;
    text-align: left;
    vertical-align: baseline;
}
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: #666;
}
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;*/
}
.l-three-column #content-header, .l-two-column-right #content-header {
    padding-left: 177px;
}

.lt-ie9 #campaign-header {
    margin-bottom: 2em;
    margin-top: -1em;
}
#campaign-header img {
    max-width: 100%;
    width: 100%;
}
#breadcrumbs {
    background-color: #eee;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    overflow: visible;
    padding: 0 0.25em;
	display:none;
}
.blackberry #breadcrumbs {
    border-radius: 0;
}
#breadcrumbs ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#breadcrumbs ul a {
    color: #666;
    display: inline-block;
    line-height: 1.231;
    padding: 5px 3px;
    text-decoration: none;
    transition-duration: 0.25s;
    transition-property: color;
}
#nav > ul > li > a, .js #nav a + .dropdown, .js #top .cpa-websites a + .dropdown {
    transition-duration: 0.5s;
}
.lt-ie9 #breadcrumbs ul a {
    padding-bottom: 8px;
}
#breadcrumbs ul a:active, #breadcrumbs ul a:focus, #breadcrumbs ul a:hover, #breadcrumbs ul li.is-active a {
    color: #223f8b;
}
#breadcrumbs ul li {
    font-size: 0.6875rem;
    margin: 0;
    padding-left: 1.3em;
}
#breadcrumbs ul li::before {
    color: #fdc82f;
    content: "+";
    font-size: 1.125rem;
    font-weight: 700;
    left: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
}

#breadcrumbs ul li:first-child {
    padding-left: 0;
}
#share-tools {
    border-top: 1px solid #e0e0e0;
    clear: both;
}
#share-tools .addthis_toolbox {
    float: right;
    padding-top: 15px;
}
#header-share-tools .addthis_toolbox {
    float: right;
    padding-top: 10px;
}
#nav {
    float: left;
    padding-right: 5px;
	padding-top: 19px;
}
#nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#nav>ul>li {
    font-size: 12px;
    font-weight: 600;
    float: left;
    position: relative;
    margin: 0;
    padding: 10px 15px;
}

#nav>ul>li>a {
    line-height: 23px;
    background:none;
    transition-duration: .5s;
    border-bottom: rgba(f, f, f, f);
    text-decoration: none;
    /* border-bottom: 3px solid #00234b; */
    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;
}

#nav > ul > li > a:hover {
    border-bottom: 2px solid #00234b;
}


#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: 2px solid #00234b;
}

#nav a {
    font-weight: 700;
    display: block;
}
.dropdown {
    background-color: #fff;
    border:1px solid #ddd;
    padding: 0;
    z-index: 300;
    margin: 23px 0 0;
}
.no-rgba .dropdown {
    background: rgba(0, 0, 0, 0) url("img/no-rgba/black-70.png") repeat scroll 0 0;
}
.dropdown ul {
    list-style: none;
    margin: 0;
    padding: 5px;
}

.dropdown ul li {
    margin: 0;
    padding: 3px 0;
	font-size:12px;
	line-height:1em;
}

.dropdown a {
    font-size: 13px;
    font-size: .8125rem;
    padding: .6em 0;
    display: block;
    color: #00234b!important;
}

.dropdown ul li a {
    padding: 8px 10px;
}

#footer h2, #header .btn.login, #header .btn.logout, #nav-popup a, .blocks, .blocks h2, .module .m-content.m-twitter {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
}
#nav-popup, #nav-popup.is-active {
    display: none;
}
#header .dropdown .is-active > a, .dropdown .is-active > a {
    color: #fcd703;
}
#nav .dropdown {
    width: 280px;
}

.cpa-websites {
    padding-top:5px;
    border-right: 1px solid #ddd;
}
#top .cpa-websites .dropdown {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}
.no-rgba #top .cpa-websites .dropdown {
    background-color: #000;
}
#top .cpa-websites .dropdown a {
    color: #878787;
    font-size: 0.75rem;
}
#nav a + .dropdown, #top .cpa-websites a + .dropdown {
    margin-left: -99999px;
    position: absolute;
    top: 20px;
}
#nav-popup li, #nav-popup > .l-margins {
    padding: 0;
    position: relative;
}
.js #nav a + .dropdown, .js #top .cpa-websites a + .dropdown {
    opacity: 0;
    transform: translateZ(0px);
    transition-duration: 0.5s;
    transition-property: opacity;
}
.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;
}
#nav-popup .menu {
    background-color: #222;
}
#nav-popup .menu > ul:first-child {
    border-top: 1px solid #333;
}
#nav-popup ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#nav-popup li {
    border-bottom: 1px solid #424242;
    margin: 0;
}
#nav-popup a {
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    padding: 15px 0 15px 30px;
}
#nav-popup .is-active > a {
    color: #fcd703;
}
#nav-popup a.ec {
    box-sizing: border-box;
    float: right;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 20%;
}
.expandcollapse, .expandcollapsemaster, .i-wrapper {
    box-sizing: border-box;
}
#nav-popup a.ec::before {
    content: "";
    margin-top: -3px;
    padding: 6px;
    position: absolute;
    right: 20px;
    top: 50%;
}
#nav-popup a.ec.expand + .dropdown {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#nav-popup a.ec.expand::before {
    background-image: url("../img/sprites/global-sccb61b25e3.png");
    background-position: 0 -992px;
    background-repeat: no-repeat;
    height: 5px;
    width: 10px;
}
@media not all, (min--moz-device-pixel-ratio: 1.5), not all, not all {
#nav-popup a.ec.expand::before {
    background-image: url("../img/sprites/global-2x-sa0a12904af.png");
    background-position: 0 -1093.5px;
    background-size: 119px auto;
}
}
#nav-popup a.ec.collapse::before {
    background-image: url("../img/sprites/global-sccb61b25e3.png");
    background-position: 0 -949px;
    background-repeat: no-repeat;
    height: 5px;
    width: 10px;
}
@media not all, (min--moz-device-pixel-ratio: 1.5), not all, not all {
#nav-popup a.ec.collapse::before {
    background-image: url("../img/sprites/global-2x-sa0a12904af.png");
    background-position: 0 -1050.5px;
    background-size: 119px auto;
}
}
#nav-popup .dropdown {
    background-color: #333;
    padding: 0;
}
#nav-popup .dropdown li {
    border-bottom: medium none;
    border-top: 1px solid #222;
}
#nav-popup .dropdown a {
    font-weight: 400;
    padding-left: 40px;
}
#nav-popup .top-links {
    background-color: #000;
}
#nav-popup .top-links a {
    color: #585858;
}
#header .nav-btns {
    align-items: center;
    display: flex;
    float: right;
    height: 75px;
}
.no-js #header .nav-btns {
    min-width: 140px;
}
#header .btn {
    display: block;
    float: left;
    height: 25px;
    margin-top: 5px;
    padding: 8px 26px;
    position: relative;
    text-decoration: none;
    width: 0;
}
#header .btn.login::after, #header .btn.login::before, #header .btn.logout::after, #header .btn.logout::before, .lt-ie9 #header .btn.search::after {
    display: none;
}
#header .btn.login::after, #header .btn.login::before, #header .btn.logout::after, #header .btn.logout::before {
    background-repeat: no-repeat;
    height: 21px;
    width: 21px;
}
#header .btn::after, #header .btn::before {
    content: "";
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
#header .btn::after {
    opacity: 0;
    transition-duration: 0.5s;
    transition-property: opacity;
    z-index: 2;
}
#header .btn.is-active::after, #header .btn:active::after, #header .btn:focus::after, #header .btn:hover::after {
    opacity: 1;
}
#header .btn.login::before {
    background-image: url("../img/sprites/global-sccb61b25e3.png");
    background-position: 0 -674px;
}
@media not all, (min--moz-device-pixel-ratio: 1.5), not all, not all {
#header .btn.login::before {
    background-image: url("../img/sprites/global-2x-sa0a12904af.png");
    background-position: 0 -638px;
    background-size: 119px auto;
}
}
#header .btn.login::after {
    background-image: url("../img/sprites/global-sccb61b25e3.png");
    background-position: 0 -746px;
}
@media not all, (min--moz-device-pixel-ratio: 1.5), not all, not all {
#header .btn.login::after {
    background-image: url("../img/sprites/global-2x-sa0a12904af.png");
    background-position: 0 -674px;
    background-size: 119px auto;
}
}
#header .btn.logout::before {
    background-image: url("../img/sprites/global-sccb61b25e3.png");
    background-position: 0 -638px;
}
@media not all, (min--moz-device-pixel-ratio: 1.5), not all, not all {
#header .btn.logout::before {
    background-image: url("../img/sprites/global-2x-sa0a12904af.png");
    background-position: 0 -710px;
    background-size: 119px auto;
}
}
#header .btn.logout::after {
    background-image: url("../img/sprites/global-sccb61b25e3.png");
    background-position: 0 -710px;
}
#header .btn.login, #header .btn.logout {
    display: block;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
    text-transform: uppercase;
    width: auto;
}

#header .btn.login, #header .btn.logout {
    font-size: 12px;
}

#header .btn.search:before {
    height: 21px;
    width: 21px;
    background-position: 0 -508px;
}
#header .btn.login:active, #header .btn.login:focus, #header .btn.login:hover, #header .btn.logout:active, #header .btn.logout:focus, #header .btn.logout:hover {
	color: #00234b;
}
#header .btn.login .visuallyhidden, #header .btn.logout .visuallyhidden {
    clip: auto;
    overflow: auto;
    position: static;
}
@media not all, (min--moz-device-pixel-ratio: 1.5), not all, not all {
#header .btn.logout::after {
    background-image: url("../img/sprites/global-2x-sa0a12904af.png");
    background-position: 0 -782px;
    background-size: 119px auto;
}
#header .btn.search::before {
    background-image: url("../img/sprites/global-2x-sa0a12904af.png");
    background-position: 0 -190px;
    background-size: 119px auto;
}
#header .btn.search::after {
    background-image: url("../img/sprites/global-2x-sa0a12904af.png");
    background-position: 0 -442px;
    background-size: 119px auto;
}
}
#header .btn.search {
    transition-duration: 0.3s;
    transition-property: background-color;
}

#header .btn.nav::after, #header .btn.nav::before, #header .btn.search::after, #header .btn.search::before {
    background-repeat: no-repeat;
    height: 21px;
    width: 21px;
}
#header .btn.search.is-active, #header .btn.search:active {
    background-color: #fff;
}
#header .btn.search::before {
    background-image: url("../img/sprites/global-sccb61b25e3.png");
    background-position: 0 -508px;
    transition-duration: 0.5s;
    transition-property: opacity;
}
#header .btn.search::after, .csstransitions #search {
    transition-duration: 0.3s;
}
@media not all, (min--moz-device-pixel-ratio: 1.5), not all, not all {
#header .btn.search::before {
    background-image: url("../img/sprites/global-2x-sa0a12904af.png");
    background-position: 0 -442px;
    background-size: 119px auto;
}
}
#header .btn.search:active::before, #header .btn.search:focus::before, #header .btn.search:hover::before {
    opacity: 0.8;
}
#header .btn.search::after {
    background-image: url("../img/sprites/global-sccb61b25e3.png");
    background-position: 0 -316px;
    opacity: 1;
    transition-duration: 0.3s;
}
#secondary-nav li a, a {
    transition-duration: 0.25s;
}
@media not all, (min--moz-device-pixel-ratio: 1.5), not all, not all {
#header .btn.search::after {
    background-image: url("../img/sprites/global-2x-sa0a12904af.png");
    background-position: 0 -316px;
    background-size: 119px auto;
}
}
#header .btn.search.is-active::after, #header .btn.search.is-active:hover::after, #header .btn.search:active::after, #header .btn.search:active:hover::after {
    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::before {
    background-image: url("../img/sprites/global-sccb61b25e3.png");
    background-position: 0 -848px;
}
@media not all, (min--moz-device-pixel-ratio: 1.5), not all, not all {
#header .btn.nav::before {
    background-image: url("../img/sprites/global-2x-sa0a12904af.png");
    background-position: 0 -746px;
    background-size: 119px auto;
}
}
#header .btn.nav::after {
    background-image: url("../img/sprites/global-sccb61b25e3.png");
    background-position: 0 -913px;
}
@media not all, (min--moz-device-pixel-ratio: 1.5), not all, not all {
#header .btn.nav::after {
    background-image: url("../img/sprites/global-2x-sa0a12904af.png");
    background-position: 0 -818px;
    background-size: 119px auto;
}
}
#secondary-nav ul {
    background-image: -moz-linear-gradient(right center , #e2e2e2 0px, #efefef 20%, #efefef 80%, #e2e2e2 100%);
    background-size: 100% auto;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0.5em;
}
.blackberry #secondary-nav ul {
    border-radius: 0;
}
.lt-ie9 #secondary-nav ul {
    background: #e1e1e1 url("img/lt-ie9/nav-secondary-bg.gif") repeat-y scroll 50% 0;
}
#secondary-nav ul ul {
    border: medium none;
    border-radius: 0;
    padding-bottom: 0;
    padding-top: 0.5em;
}
#secondary-nav ul ul ul {
    background-image: -moz-linear-gradient(right center , #f6f6f6 0px, #fff 20%, #fff 80%, #f6f6f6 100%);
    background-size: 100% auto;
    border-bottom: 1px solid #c1c1c1;
    border-top: 1px solid #c1c1c1;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}
#secondary-nav li, .social-links, .sub-footer-links ul {
    list-style: outside none none;
    margin: 0;
}
.generatedcontent #secondary-nav ul ul ul {
    position: relative;
}
.generatedcontent #secondary-nav ul ul ul::after, .generatedcontent #secondary-nav ul ul ul::before {
    height: 54px;
    position: absolute;
    width: 100%;
}
.generatedcontent #secondary-nav ul ul ul::before {
    background-image: -moz-linear-gradient(center top , #ececec, rgba(255, 255, 255, 0));
    background-size: 100% auto;
    content: " ";
    top: 0;
    z-index: 0;
}
.lt-ie9 .generatedcontent #secondary-nav ul ul ul::before {
    background: #f7f7f7 url("img/lt-ie9/nav-secondary-bg-level3-top.gif") no-repeat scroll 0 0;
}
.generatedcontent #secondary-nav ul ul ul::after {
    background-image: -moz-linear-gradient(center bottom , #ececec, rgba(255, 255, 255, 0));
    background-size: 100% auto;
    bottom: 0;
    content: " ";
    z-index: 0;
}
.lt-ie9 .generatedcontent #secondary-nav ul ul ul::after {
    background: #f7f7f7 url("img/lt-ie9/nav-secondary-bg-level3-top.gif") no-repeat scroll 0 100%;
}
.lt-ie9 #secondary-nav ul ul ul {
    background: #f7f7f7 url("img/lt-ie9/nav-secondary-bg-level3.gif") repeat-y scroll 50% 0;
}
#secondary-nav li a {
    border-bottom: 1px solid #c1c1c1;
    color: #1f1f1f;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0.7em 12px;
    transition-duration: 0.25s;
    transition-property: color;
}
#secondary-nav li li a {
    border: medium none;
    color: #666;
    font-size: 0.75rem;
    padding: 0.5em 12px;
}
#secondary-nav li li.is-active > a {
    color: #1f1f1f;
}
#secondary-nav li li li {
    position: relative;
    z-index: 1;
}
#secondary-nav li li li.is-active a {
    color: #223f8b;
    padding: 0.3em 12px;
}
#secondary-nav a:active, #secondary-nav a:focus, #secondary-nav a:hover, #secondary-nav li li.is-active a:active, #secondary-nav li li.is-active a:focus, #secondary-nav li li.is-active a:hover {
    color: #223f8b;
    text-decoration: none;
}

body > form[lpformnum="1"] {
    position: absolute;
    left: 0;
    width: 100%;
    height: 321px;
}

#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);
    width: 100%;
}

#footer h2 {
    font-size: 0.875rem;
    font-weight: 600;
    padding-bottom: 20px;
}
#footer .footer-panel {
    float: left;
    font-size: 0.75rem;
    padding-top: 40px;
    width: 25%;
}
#footer .footer-panel:last-child h2:first-child {
    padding-bottom: 13px;
}
#footer .footer-panel ul {
    list-style: outside none none;
    padding: 0 30px 0 0;
}
#footer .footer-panel li {
    padding-bottom: 10px;
}
#footer .footer-panel a {
    font-family: arial;
    font-size: 0.75rem;
    font-weight: 400;
}
.footer-padding {
    padding-bottom: 30px;
}
.sub-footer {
    background-color: #00234b;
    min-height: 45px;
}
.sub-footer-links {
    float: left;
    font-size: 0.75rem;
    padding: 10px 0 0;
}
.sub-footer-links ul {
    padding: 0;
}
.sub-footer-links li {
    display: inline-block;
    padding-left: 25px;
}
.sub-footer-links li:first-child {
    padding-left: 0;
}
.sub-footer-links a {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    font-size: .75rem;
}
.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;
}
.lt-ie9 .social-links {
    margin-top: -6px;
}
.social-links li {
    float: left;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 4px;
}
.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;
    height: 18px;
    position: relative;
    text-decoration: none;
    width: 24px;
}
.social-links .icon::after, .social-links .icon::before {
    content: "";
    left: 50%;
    margin-left: -12px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
.social-links .icon::after {
    opacity: 0;
    transition-duration: 0.5s;
    transition-property: opacity;
    z-index: 2;
}
.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 {
    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 none;
    clip: rect(0px, 0px, 0px, 0px);
    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 {
    background-repeat: no-repeat;
    height: 18px;
    width: 24px;
}
.icon.linkedin::before {
    background-image: url("../img/sprites/global-sccb61b25e3.png");
    background-position: 0 -572px;
}
@media not all, (min--moz-device-pixel-ratio: 1.5), not all, not all {
.icon.linkedin::before {
    background-image: url("../img/sprites/global-2x-sa0a12904af.png");
    background-position: 0 -605px;
    background-size: 119px auto;
}
}
.icon.linkedin::after {
    background-image: url("../img/sprites/global-sccb61b25e3.png");
    background-position: 0 -605px;
}
@media not all, (min--moz-device-pixel-ratio: 1.5), not all, not all {
.icon.linkedin::after {
    background-image: url("../img/sprites/global-2x-sa0a12904af.png");
    background-position: 0 -572px;
    background-size: 119px auto;
}
}
.icon.facebook::before {
    background-image: url("../img/sprites/global-sccb61b25e3.png");
    background-position: 0 -782px;
}
@media not all, (min--moz-device-pixel-ratio: 1.5), not all, not all {
.icon.facebook::before {
    background-image: url("../img/sprites/global-2x-sa0a12904af.png");
    background-position: 0 -854px;
    background-size: 119px auto;
}
}
.icon.facebook::after {
    background-image: url("../img/sprites/global-sccb61b25e3.png");
    background-position: 0 -815px;
}
@media not all, (min--moz-device-pixel-ratio: 1.5), not all, not all {
.icon.facebook::after {
    background-image: url("../img/sprites/global-2x-sa0a12904af.png");
    background-position: 0 -887px;
    background-size: 119px auto;
}
}
.icon.twitter::before {
    background-image: url("../img/sprites/global-sccb61b25e3.png");
    background-position: 0 -475px;
}
@media not all, (min--moz-device-pixel-ratio: 1.5), not all, not all {
.icon.twitter::before {
    background-image: url("../img/sprites/global-2x-sa0a12904af.png");
    background-position: 0 -511px;
    background-size: 119px auto;
}
}
.icon.twitter::after {
    background-image: url("../img/sprites/global-sccb61b25e3.png");
    background-position: 0 -442px;
}
@media not all, (min--moz-device-pixel-ratio: 1.5), not all, not all {
.icon.twitter::after {
    background-image: url("../img/sprites/global-2x-sa0a12904af.png");
    background-position: 0 -478px;
    background-size: 119px auto;
}
}
.cpa-form fieldset {
    border-radius: 3px;
    padding: 10px 10px 2px;
}
.blackberry .cpa-form fieldset {
    border-radius: 0;
}
.cpa-form .btn-holder, .cpa-form .ctrl-holder {
    margin-bottom: 0.7em;
}
.cpa-form .btn-holder label, .cpa-form .ctrl-holder label {
    display: inline-block;
    font-weight: 700;
    min-width: 65px;
}
.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: outside none none;
    margin: 1em 0;
    padding: 0;
}
a {
    color: #00234b;
    font-weight: 700;
    text-decoration: none;
    transition-duration: 0.25s;
    transition-property: color;
}
.button, .i-wrapper .i-block {
    transition-duration: 0.25s;
}
a:active, a:focus, a:hover {
    text-decoration: underline;
}
.button {
    background-color: #00234b;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.5em 1em;
    text-decoration: none;
    transition-duration: 0.25s;
    transition-property: color, border-color, background-color;
}
#hero .slide .content .hero-content .call-to-action-button, .i-wrapper .i-block {
    transition-property: background-color;
}
.blackberry .button {
    border-radius: 0;
}
.button:active, .button:focus, .button:hover {
    border-color: #5775a7;
    color: #1348a3;
    text-decoration: none;
}
.button.secondary {
    background-color: #cfcfcf;
}
.button.secondary:active, .button.secondary:focus, .button.secondary:hover {
    background-color: #f2f2f2;
    border-color: #ccc;
    color: #223f8b;
}
.button.icon {
    background: #fec92e none no-repeat scroll 100% 50%;
    padding-right: 2.4em;
}
.button.icon:active, .button.icon:focus, .button.icon:hover {
    border-color: #5775a7;
}
.button.search {
    background: #00234b;
}
.button.more {
   background: #00234b;
}
.button.file {
    background: #00234b;
}
.button.edit {
    background: #00234b;
}
.button.shop {
    background: #00234b;
}
.button.download {
    background: #00234b;
}
.expandcollapse, .expandcollapsemaster {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding-right: 30px;
    position: relative;
}
.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: 0.8125rem;
}
.program-title-bar .button, .programs .button {
    background-color: #21314d;
    border-color: #21314d;
    float: right;
    overflow: hidden;
    padding: 4px 30px 4px 6px;
}
.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: #fff;
}
.program-title-bar .button.is-collapsed .ec, .programs .button.is-collapsed .ec {
    background-image: url("../img/sprites/colours-sb9fae6697c.png");
    background-position: 0 -195px;
    background-repeat: no-repeat;
    height: 24px;
    width: 20px;
}
@media not all, (min--moz-device-pixel-ratio: 1.5), not all, not all {
.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;
    background-size: 20px auto;
}
}
.program-title-bar .button.is-expanded .ec, .programs .button.is-expanded .ec {
    background-image: url("../img/sprites/colours-sb9fae6697c.png");
    background-position: 0 -429px;
    background-repeat: no-repeat;
    height: 24px;
    width: 20px;
}
@media not all, (min--moz-device-pixel-ratio: 1.5), not all, not all {
.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;
    background-size: 20px auto;
}
}
.program-title-bar .button .ec, .programs .button .ec {
    background-image: url("../img/sprites/colours-sb9fae6697c.png");
    background-position: 0 -195px;
    background-repeat: no-repeat;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    height: 22px !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
@media not all, (min--moz-device-pixel-ratio: 1.5), not all, not all {
.program-title-bar .button .ec, .programs .button .ec {
    background-image: url("../img/sprites/colours-2x-sf2bd71a776.png");
    background-position: 0 0;
    background-size: 20px auto;
}
}
.program-title-bar .button.expandcollapsemaster .ec, .programs .button.expandcollapsemaster .ec {
    height: 23px !important;
}
.modules .module {
    float: left;
    margin-left: 4%;
    width: 48%;
}
.lt-ie9 .modules .module.odd, .modules .module:nth-child(2n+1) {
    margin-left: 0;
}
.l-one-column .modules .module, .l-two-column-right .modules .module {
    margin-left: 2%;
    width: 32%;
}
.lt-ie9 .l-one-column .modules .module, .lt-ie9 .l-two-column-right .modules .module {
    margin-left: 2%;
    width: 30.8%;
}
.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;
}
.module {
    margin: 0 0 1em;
}
.module .divider::after {
    background: #eee url("img/bg-divider.gif") repeat-x scroll 0 0;
    content: " ";
    display: block;
    height: 3px;
    margin-top: 10px;
    width: 100%;
}
.module, .module li, .module p {
    color: #7d7d7d;
}
.module .description .wysiwyg {
    line-height: 1.5;
    margin-bottom: 1em;
    margin-top: 1em;
}
.module .description > .wysiwyg:first-child {
    margin-top: 0 !important;
}
.module img {
    height: auto;
}
.lt-ie9 .module img {
    max-width: none !important;
}
.module h2, .module h3 {
    font-size: 0.9375rem;
    margin: 0;
}
.module a {
    font-weight: 400;
}
.module a.button {
    font-weight: 700;
}
.module.locked .title {
    background: rgba(0, 0, 0, 0) url("img/icon-lock.gif") no-repeat scroll 0 4px;
    padding-left: 15px;
}
.module .m-content.image-right, .module.cm-large .m-content.image-right {
    background-position: right center;
}
.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: 0.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: 0.875rem;
}
.module.image a {
    display: inline-block;
    max-width: 100%;
}
.module.search-library h2 {
    margin-bottom: 1em;
}
.module.search-library label {
    min-width: 90px;
}
.module.search-library .text {
    width: 70%;
}
.module.search-library .button {
    float: none;
    margin-left: 90px;
}
.module.audio h2, .module.audio p {
    padding-right: 130px;
}
.module.audio h2 {
    text-transform: none;
}
.module.audio p {
    margin-bottom: 0;
}
.module.audio .button {
    float: right;
    margin-left: 10px;
}
#aside .module.audio p {
    padding: 0;
}
.module.audio .jwplayer-container .jwcontrols .jwcaptions > div {
    bottom: 0 !important;
}
.module.video .m-video {
    padding: 2px 0;
}
.module.video .m-content {
    padding: 0;
}
.module.video .m-content .description {
    padding: 10px 20px 0 15px;
}
.module.video .video-right .description, .module.video .video-right .m-video {
    width: 45%;
}
.module.video .video-right .m-video {
    float: right;
}
.module .m-header {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-image: -moz-linear-gradient(right center , #e9e9e9, #eee, #e9e9e9);
    background-size: 100% auto;
    border-color: #cfcfcf #cfcfcf -moz-use-text-color;
    border-image: none;
    border-radius: 5px 5px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    padding: 10px 15px;
}
.blackberry .module .m-header {
    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 {
    background-color: #eee;
    background-image: -moz-linear-gradient(right center , #e9e9e9, #eee, #e9e9e9);
    background-repeat: no-repeat;
    background-size: auto auto;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    font-size: 0.8125rem;
    overflow-wrap: break-word;
    padding: 12px;
}
.blackberry .module .m-content {
    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: outside none none;
    padding: 0;
}
.module .m-content .speakers li {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 25%;
}
.l-one-column .module .m-content .speakers li, .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, .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%;
}
.module .m-content .speakers li .detail {
    border-left: 1px solid #ccc;
    margin-top: -5px;
    padding: 5px;
}
.l-one-column .module .m-content .speakers li .speaker-image, .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 .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 .speakers li .speaker-image {
    min-height: 105px;
}
.module .m-content .speakers li:first-child .detail {
    border: medium none;
}
.module .m-content .bookings {
    list-style: outside none none;
    padding: 0;
}
.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 {
    display: inline-block;
    margin-right: 10px;
}
.module .m-content .bookings li::before {
    background: #eee url("img/bg-divider.gif") repeat-x scroll 0 0;
    content: " ";
    display: block;
    height: 3px;
    margin-top: 10px;
    width: 100%;
}
.module .m-content .bookings li:first-child::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline;
    height: 0;
    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 {
    background-image: url("../img/sprites/global-sccb61b25e3.png");
    background-position: 0 -544px;
    background-repeat: no-repeat;
    float: left;
    height: 13px;
    margin-top: 3px;
    padding-right: 5px;
    width: 16px;
}
@media not all, (min--moz-device-pixel-ratio: 1.5), not all, not all {
.module .m-content.m-twitter .header .icon {
    background-image: url("../img/sprites/global-2x-sa0a12904af.png");
    background-position: 0 -544px;
    background-size: 119px auto;
}
}
.module .m-content.m-twitter .header a {
    border-bottom: 1px solid;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 700;
}
.module .m-content.m-twitter .header a:hover {
    text-decoration: none;
}
.module .m-content.m-twitter .holder {
    background-color: #fff;
    border-radius: 2px;
    margin-top: 11px;
    padding: 10px 15px 1px 10px;
}
.module .m-content.m-twitter .holder p {
    font-size: 0.625rem;
}
.module .m-content.m-twitter .holder p a {
    color: #333;
    font-weight: 700;
}
.module .m-content.m-twitter .holder p.timestamp {
    color: #999;
}
.module.download a {
    font-weight: 700;
}
.module.download a.button {
    float: left;
}
.module.download .description-right {
    padding-left: 140px;
}
.module.download .file-info {
    font-size: 0.5625rem;
}
.module .m-header + .m-content {
    border-radius: 0 0 5px 5px;
    border-top: medium none;
}
.blackberry .module .m-header + .m-content {
    border-radius: 0;
}
.profile-panel {
    margin-bottom: 15px;
    overflow: hidden;
}
.profile-panel img.profile-image {
    float: left;
    height: auto;
    margin: 0 20px 20px 0;
    width: 80px;
}
#content-main .program-title-bar a, .login .button {
    float: right;
}
.profile-panel .profile-designation, .profile-panel .profile-time, .profile-panel h3 {
    margin-bottom: 5px;
    margin-left: 100px;
    margin-top: 0;
}
.profile-panel .profile-designation {
    font-weight: 700;
}
#content-main .program-title-bar {
    overflow: hidden;
    padding: 0.83em 0;
}
#content-main .program-title-bar h2 {
    margin: 0;
}
#content-main .programs {
    background: #cfcfcf none repeat scroll 0 0;
    margin: 0 0 10px;
    padding: 5px;
}
#content-main .programs .program-heading {
    font-size: 1.125rem;
    margin: 0;
    padding: 4px 8px;
}
#content-main .programs .program {
    background: #f2f2f2 none repeat scroll 0 0;
    margin: 0;
    padding: 12px;
    position: relative;
}
#content-main .programs .program img {
    max-width: 100%;
}
#content-main .programs .program .program-sold-out {
    line-height: 1.2;
    margin: 0;
    text-align: right;
}
#content-main .programs .program .program-sold-out strong {
    font-size: 0.9375rem;
    font-weight: 700;
    text-transform: uppercase;
}
#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;
    right: 10px;
    top: 10px;
}
#content-main .programs .program-title {
    font-size: 1rem;
    margin: 0 40px 0 0;
}
#content-main .programs .program-time {
    margin: 0 40px 5px 0;
}
#content-main .programs .program-details {
    border-top: 1px solid #ccc;
}
.back-to-top {
    line-height: 1;
    text-align: right;
}
.back-to-top a {
    background: rgba(0, 0, 0, 0) url("img/bg-back-to-top.png") no-repeat scroll 100% 2px;
    display: inline-block;
    font-weight: 700;
    padding: 0 15px 0 0;
}
.site-map ul {
    list-style: outside none none;
}
.site-map ul a:first-child + ul, .site-map ul ul:first-child {
    margin: 1em 0;
}
.site-map li li li {
    font-size: 0.6875rem;
}
.login fieldset {
    border: medium none;
    margin: 1em 0;
    padding: 0;
}
.login .reminder {
    float: left;
}
.sponsors {
    margin-bottom: 2em;
}
.sponsors ul {
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    list-style: outside none none;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0;
}
.sponsors li {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 33.33%;
}
.sponsors li .tile {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    display: block;
    font-size: 0;
    height: 105px;
    margin: -1px 0 0 -1px;
    text-align: center;
}
.sponsors li .tile::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.sponsors li .tile img {
    display: inline-block;
    height: auto;
    vertical-align: middle;
    width: 80%;
}
.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 {
    opacity: 0.8;
}
.l-one-column .sponsors li {
    width: 20%;
}
.l-two-column-left .sponsors li, .l-two-column-right .sponsors li {
    width: 25%;
}
.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 {
    box-sizing: border-box;
    float: left;
    height: 0;
    overflow: hidden;
    position: relative;
}
.blocks .b-content, .i-wrapper .i-block {
    box-sizing: border-box;
}
.i-wrapper > a {
    display: block;
    height: 1px;
}
.i-wrapper > a:focus p {
    outline: thin dotted;
}
.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 none;
}
.i-wrapper .i-block {
    background-repeat: no-repeat;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition-duration: 0.25s;
    transition-property: background-color;
    width: 100%;
}
.blocks li, .blocks p, .blocks span {
    font-size: 0.875rem;
    font-weight: 600;
}
.blocks h2 {
    font-size: 1.25rem;
}
.blocks .quicklinks {
    list-style: outside none none;
}
.blocks .quicklinks li::before {
    content: "+";
    font-size: 1rem;
    left: 20px;
    margin-top: -3px;
    position: absolute;
}
.blocks .quicklinks li a {
    font-weight: 600;
}
.blocks .events .date, .blocks .events .location {
    padding-bottom: 15px;
}
.blocks .events .date {
    font-size: 1.25rem;
    font-weight: 800;
}
.blocks .events .location {
    font-weight: 700;
}
.blocks .events .details {
    font-size: 1rem;
    font-weight: 600;
}
.blocks img {
    backface-visibility: hidden;
    float: left;
    height: auto;
    opacity: 0.999;
    transition-duration: 0.25s;
    transition-property: opacity;
    width: 100%;
}
.blocks .b-content {
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
}
#search .ctrl-holder, .cta-links li {
    box-sizing: border-box;
}
.blocks .b-large {
    padding-bottom: 50%;
    width: 50%;
}
.blocks .b-full {
    padding-bottom: 100%;
    width: 100%;
}
.blocks .b-small {
    padding-bottom: 50%;
    width: 50%;
}
.blocks .b-horizontal {
    padding-bottom: 50%;
    width: 100%;
}
.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: #e5e5e5;
}
.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 {
    opacity: 0.9;
}
.blocks .bg-img {
    background-color: #000 !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: 0.83em;
}
.blocks .b-twitter h2 a {
    font-weight: 700;
}
#hero .slide .content .hero-content h2, .cta-links li a {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-weight: 800;
    letter-spacing: -1px;
}
.b-twitter {
    height: 100%;
    position: relative;
    width: 100%;
}
.b-twitter .flex-control-nav, .b-twitter .flex-direction-nav, .b-twitter .slides {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.b-twitter .flexcontrols {
    bottom: 0;
    max-height: 25px;
    position: absolute;
    width: 100%;
}
.b-twitter .flexcontrols .flex-control-nav {
    height: 0;
    position: relative;
    text-align: center;
    top: -35px;
}
.b-twitter .flexcontrols .flex-control-nav li {
    display: inline-block;
}
.b-twitter .flexcontrols .flex-control-nav li a {
    background-color: #8f8f8f;
    border-radius: 5px;
    color: #005c8b;
    cursor: pointer;
    display: block;
    height: 10px;
    margin: 0 4px;
    overflow: hidden;
    text-indent: 100%;
    width: 10px;
}
.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: 0.875rem;
}
#main-cta {
    margin: -40px 0 20px;
    position: relative;
    z-index: 10;
}
.cta-links {
    border: 1px solid #eee;
    list-style: outside none none;
    margin: -1px;
    overflow: hidden;
    padding: 0;
}
.cta-links li {
    box-sizing: border-box;
    float: left;
    margin: 0;
    width: 25%;
}
.cta-links li a {
    background-color: #fff;
    border-left: 1px solid #eee;
    color: #585858;
    display: block;
    font-size: 1rem;
    padding: 29px 0;
    text-align: center;
}
.cta-links li a a:first-child {
    border-left: medium none;
}
.cta-links li a:active, .cta-links li a:focus, .cta-links li a:hover {
    color: #cecece;
    text-decoration: none;
}
.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 {
    display: inline-block;
    height: auto;
    width: auto;
}
.page-editor #hero .slide .content {
    height: auto;
}
.page-editor #hero .slide .content .hero-content h2 {
    font-size: 1.25rem;
}
.page-editor #hero .slide .content .hero-content p {
    font-size: 0.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 {
    font-size: 0.875rem;
    padding: 10px;
}
.page-editor #hero .slide img {
    height: auto;
    left: auto;
    margin-left: 0;
    position: relative;
    width: 100% !important;
}
#hero {
    min-height: 60px;
    padding-top: 33px;
    position: relative;
    z-index: 2;
}
.ui-helper-clearfix, .ui-menu .ui-menu-item a {
    min-height: 0;
}
#hero .flexslider {
    margin: 0 auto;
    max-width: 1400px;
}
#hero.no-crop .slides .slide .content {
    height: auto;
}
#hero.no-crop .slides .slide .content img {
    bottom: 0;
    height: auto !important;
    left: 0;
    margin: auto;
    position: relative;
    right: 0;
    top: 0;
    width: 100% !important;
}
#hero .slide {
    overflow: hidden;
}
#hero .slide a.module-link {
    display: block;
    height: 100%;
    width: 100%;
}
#hero .slide a.module-link:focus .focus {
    outline: thin dotted;
    outline-offset: -2px;
}
.firefox #hero .slide a.module-link:focus .focus {
    outline: thin dotted #adadad;
}
#hero .slide .content {
    height: 570px;
    position: relative;
}
#hero .slide .content .focus {
    bottom: 3px;
    display: block;
    height: 98.6%;
    left: 1px;
    position: absolute;
    width: 99.8%;
}
.firefox #hero .slide .content .focus, .webkit #hero .slide .content .focus {
    bottom: 0;
    height: 100%;
    left: 0;
    width: 100%;
}
#hero .slide .content .hero-content {
    left: 0;
    position: absolute;
    width: 100%;
}
#hero .slide .content .hero-content h2 {
    color: #222;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 0;
}
#hero .slide .content .hero-content p {
    color: #222;
    font-size: 1rem;
    line-height: 1.3;
}
#hero .slide .content .hero-content .call-to-action-button {
    background-color: rgba(43, 109, 163, 0.8);
    color: #fff;
    display: inline-block;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    padding: 20px 40px;
    text-align: center;
    text-decoration: none;
    transition-duration: 150ms;
    transition-property: background-color;
}
#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;
}
#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;
}
#hero .slide img {
    height: 100% !important;
    left: 50%;
    margin-left: -700px;
    position: absolute;
    top: 0;
    width: auto !important;
}
.blackberry #hero .slide, .no-js #hero .slide {
    display: none;
}
.blackberry #hero .slide:first-child, .no-js #hero .slide:first-child {
    display: block;
}
.flex-container a:active, .flex-container a:focus, .flexslider a:active, .flexslider a:focus {
    outline: 0 none;
}
.flex-control-nav, .flex-direction-nav, .slides {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.flexcontrols {
    max-height: 25px;
}
.flexcontrols .flex-control-nav {
    height: 0;
    position: relative;
    text-align: center;
    top: -80px;
}
.flexcontrols .flex-control-nav li {
    display: inline-block;
}
.flexcontrols .flex-control-nav li a {
    background-color: #eee;
    border-radius: 5px;
    color: #005c8b;
    cursor: pointer;
    display: block;
    height: 10px;
    margin: 0 4px;
    overflow: hidden;
    text-indent: 100%;
    width: 10px;
}
.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 {
    bottom: 50%;
    height: 0;
    margin: -21px 0 0;
    padding: 0;
    position: absolute;
    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 {
    background-color: rgba(206, 206, 206, 0);
    display: block;
    outline: 0 none;
    position: relative;
    text-indent: -99999px;
    transition-duration: 250ms;
    transition-property: background-color;
}
.autocomplete .ui-autocomplete.ui-menu, .csstransitions #search {
    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 {
    background-image: url("../img/sprites/global-sccb61b25e3.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 80px;
    width: 80px;
}
@media not all, (min--moz-device-pixel-ratio: 1.5), not all, not all {
.flexcontrols .flex-direction-nav .flex-prev {
    background-image: url("../img/sprites/global-2x-sa0a12904af.png");
    background-position: 0 -95px;
    background-size: 119px auto;
}
}
.flexcontrols .flex-direction-nav .flex-next {
    background-image: url("../img/sprites/global-sccb61b25e3.png");
    background-position: 0 -95px;
    background-repeat: no-repeat;
    height: 80px;
    width: 80px;
}
@media not all, (min--moz-device-pixel-ratio: 1.5), not all, not all {
.flexcontrols .flex-direction-nav .flex-next {
    background-image: url("../img/sprites/global-2x-sa0a12904af.png");
    background-position: 0 0;
    background-size: 119px auto;
}
}
.flexcontrols .flex-direction-nav .flex-next.flex-disabled, .flexcontrols .flex-direction-nav .flex-prev.flex-disabled {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    outline: 0 none;
}
.flexcontrols .flex-pauseplay {
    display: none;
    height: 0;
    margin: 0 auto;
    max-width: 1400px;
    padding: 0;
    position: relative;
    width: 100%;
}
.flexcontrols .flex-pauseplay .flex-pause, .flexcontrols .flex-pauseplay .flex-play {
    display: block;
    height: 31px !important;
    margin-top: -480px;
    outline: 0 none;
    position: absolute;
    right: 25px;
    text-indent: -99999px;
}
.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 {
    background-image: url("../img/sprites/global-sccb61b25e3.png");
    background-position: 0 -190px;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}
@media not all, (min--moz-device-pixel-ratio: 1.5), not all, not all {
.flexcontrols .flex-pauseplay .flex-play {
    background-image: url("../img/sprites/global-2x-sa0a12904af.png");
    background-position: 0 -271px;
    background-size: 119px auto;
}
}
.flexcontrols .flex-pauseplay .flex-play:active, .flexcontrols .flex-pauseplay .flex-play:focus, .flexcontrols .flex-pauseplay .flex-play:hover {
    background-image: url("../img/sprites/global-sccb61b25e3.png");
    background-position: 0 -235px;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}
@media not all, (min--moz-device-pixel-ratio: 1.5), not all, not all {
.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;
    background-size: 119px auto;
}
}
.flexcontrols .flex-pauseplay .flex-pause {
    background-image: url("../img/sprites/global-sccb61b25e3.png");
    background-position: 0 -397px;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}
@media not all, (min--moz-device-pixel-ratio: 1.5), not all, not all {
.flexcontrols .flex-pauseplay .flex-pause {
    background-image: url("../img/sprites/global-2x-sa0a12904af.png");
    background-position: 0 -397px;
    background-size: 119px auto;
}
}
.flexcontrols .flex-pauseplay .flex-pause:active, .flexcontrols .flex-pauseplay .flex-pause:focus, .flexcontrols .flex-pauseplay .flex-pause:hover {
    background-image: url("../img/sprites/global-sccb61b25e3.png");
    background-position: 0 -352px;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}
@media not all, (min--moz-device-pixel-ratio: 1.5), not all, not all {
.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;
    background-size: 119px auto;
}
}
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    border: 0 none;
    font-size: 100%;
    line-height: 1.3;
    list-style: outside none none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    text-decoration: none;
}
.ui-helper-clearfix::after, .ui-helper-clearfix::before {
    border-collapse: collapse;
    content: "";
    display: table;
}
.ui-helper-zfix {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ui-state-disabled {
    cursor: default !important;
}
ß.ui-autocomplete {
    cursor: default;
    left: 0;
    position: absolute;
    top: 0;
}
.ui-menu {
    display: block;
    list-style: outside none none;
    margin: 0;
    outline: 0 none;
    padding: 2px;
}
.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;
}
#search .ctrl-holder {
    box-sizing: border-box;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    padding: 20px 0 15px 0;
}
#search .ctrl-holder input.text {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #00234b;
    color: #00234b;
    outline: 0 none;
    width: 994px;
}
#search .ctrl-holder input.text:focus {
    background-position: 0 0;
}
#search .ctrl-holder input.submit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #00234b;
    float: right;
    padding: 0;
}

#search .ctrl-holder input.submit {
    color: #00234b;
    background: transparent;
    border: 2px solid;
    border-radius: 4px;
    font-size: .8rem;
    font-weight:bold;
    padding: 9px 16px;
    position: relative;
    bottom: 14px;
    text-transform:uppercase;
}

.csstransitions #search {
    opacity: 0;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: opacity;
}
.autocomplete .ui-autocomplete.ui-menu, .csstransitions #search.is-active {
    opacity: 1;
}
.autocomplete {
    left: 0;
    position: absolute;
    width: 100%;
}
.autocomplete .ui-autocomplete.ui-menu {
    display: none;
    padding: 0 !important;
    transition-duration: 0.3s;
    transition-property: opacity;
}
.autocomplete .ui-autocomplete.ui-menu.is-hidden {
    opacity: 0;
}
.autocomplete .ui-autocomplete.ui-menu li.ui-menu-item a {
    background-color: #f7f7f7;
    color: #222;
    cursor: pointer;
    display: block;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    opacity: 0.9;
    padding: 0.4em 35px 0.4em 30px;
    text-decoration: none;
    transition-duration: 0.2s;
    transition-property: opacity;
}
.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 {
    opacity: 1;
}
.autocomplete .ui-autocomplete.ui-menu li.ui-menu-item a .search-term {
    font-weight: 400;
}
#search .autocomplete .ui-autocomplete.ui-menu {
    left: 0 !important;
    margin: 0;
    top: -20px !important;
}
.autocomplete.autocomplete-in-page .l-margins {
    padding-right: 5px;
    width: auto;
}

.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;
}

.pd-search {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
    margin: 0 0 1em;
    overflow: hidden;
    padding: 15px;
    position: relative;
}
.pd-search .text.withQuerySuggestions {
    background: #eee none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px 0 0 3px;
    box-sizing: border-box;
    float: left;
    font-family: arial,"trebuchet MS","lucida sans";
    font-size: 0.9375rem;
    font-weight: 700;
    height: 40px;
    padding: 10px 5px;
    width: 75%;
}
.pd-search .text.withQuerySuggestions:focus {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
    outline: 0 none;
}
.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%;
}
.pd-search .searchbutton {
    background: #003592 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0 3px 3px 0;
    color: #fff;
    cursor: pointer;
    float: right;
    font-family: arial,"lucida sans","trebuchet MS",Tahoma;
    font-size: 0.9375rem;
    font-weight: 700;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 15px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    width: 110px;
}
.pd-search .searchbutton:focus, .pd-search .searchbutton:hover {
    background: #0041b7 none repeat scroll 0 0;
}
.accessibility-links {
    font-size: 0.75rem;
    left: 7px;
    line-height: 1.5;
    position: absolute;
    top: 7px;
    z-index: 9999;
}
.accessibility-links a {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
}
.inline-accessible {
    display: block;
    left: -9999px;
    margin-bottom: 14px;
    position: absolute;
}
.inline-accessible:active, .inline-accessible:focus, .inline-accessible:hover {
    left: auto;
    position: static;
}
.ir {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyshown {
    clip: auto;
    overflow: auto;
    position: static;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.horizontal {
    margin: 0;
    padding: 0;
}
.horizontal > li {
    float: left;
    list-style: outside none 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;
}

.packages .button .arrow {
    top: 18px;
}

@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid;
    }
    * {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
        box-shadow: none !important;
        color: #000 !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: 0.5cm;
    }
    h2, h3, p {
    }
    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%;
    }
}
@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 {
        transition-duration: .3s;
        background-position: 0 -316px;
        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
    }
}

@media (min-width:73.125em) {
    #header .btn.login,
    #header .btn.logout {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        width: auto;
        height: auto;
        /* line-height: 43px; */
        -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;
        /* border: 3px solid #00234b; */
        text-transform: uppercase;
        display: block;
        padding-right: 0;
        margin-top: 0px;
    }
    #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
    }
}

#searchResultsLockBlank {
    display: none;
}

#app.formPage .module ul li {
    word-break: break-word;
}