/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 27 February 2021 12:13:13
*/


@charset "UTF-8";

.clearBoth { clear: both; padding-bottom: 20px; }

.toTop a { color:#ffffff; text-decoration: none; padding-top: 10px; font-size: .7em; 
}

.floatLeftText {
    float: left; 
    width: 60%;
    }

.floatLeft img{
    float: left; 
    padding-right: 20px; 
    border-image-repeat: none;
    }


/* Crossfade slide functin */

#cf {
  position:relative;
  height: 360px;
  width:740px;
  margin:0 auto;
/*  padding-top: 10px;   */
  padding-top: 94px;
  padding-bottom: 10px;
}

#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
  padding-bottom: 6px;
}

/* #cf img.top:hover {
  opacity:0;
}
*/

@media screen and (max-width: 580px) { #cf, #cf img { display: none; } }

  @keyframes cf3FadeInOut {
  0% {
  opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}

#cf img.top {
animation-name: cf3FadeInOut;
animation-timing-function: ease-in-out;
-webkit-animation-timing-function: cubic-bezier(0.42,0,1,1);
animation-iteration-count: infinite;
animation-duration: 10s;
animation-direction: alternate;
}

/**********************************\
    Resolution specific elements
\*********************************/
.mobile-only { display: none; }
@media screen and (max-width: 580px) { .mobile-only { display: block; } }

.tablet-only { display: none; }
@media screen and (min-width: 580px) and (max-width: 1049px) { .tablet-only { display: block; } }

.desktop-only { display: none; }
@media screen and (min-width: 1051px) { .desktop-only { display: block; } }

.tablet-desktop-combo { display: block; }
@media screen and (max-width: 580px) { .tablet-desktop-combo { display: none; } }

.vh, #header-search label { border: 0; width: 0; height: 0; padding: 0; overflow: hidden; position: absolute; opacity: 0; }

.sidebar-nav-icon, #sidebar-scroller, .accordion .ac-preview:before, .search .submit-styling:before, .social-media li a:before, footer li a { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }

.google_next a, .next-prev-btns .next a, .google_previous a, .next-prev-btns .prev a, .tooltip-text:before, .feature-programs:before, .feature-programs:after, blockquote:before, blockquote:after, div.video .btn-default, footer .link-text:before { position: absolute; left: 0; right: 0; margin: 0 auto; }

.google_next a:before, .next-prev-btns .next a:before, .google_previous a:before, .next-prev-btns .prev a:before, .styled-select:before, #header-search .button, .accordion .arrow, .image-header .mask-wrap .image, .section-base li:before { position: absolute; top: 0; bottom: 0; margin: auto 0; }

.clearfix:before, .columns:before, header:before, div.video:before, .search:before, .clearfix:after, .columns:after, header:after, div.video:after, .search:after { content: ""; display: table; }
.clearfix:after, .columns:after, header:after, div.video:after, .search:after { clear: both; }


[class^="icon-"]:before, [class^="icon-"]:after, [class*=" icon-"]:before, [class*=" icon-"]:after, .google_next a:before, .next-prev-btns .next a:before, .google_previous a:before, .next-prev-btns .prev a:before, a.external-link:after, .standard-content a[href*="#"]:after, a[href$=".pdf"]:before, a[href$=".PDF"]:before, a[href$=".doc"]:before, a[href$=".docx"]:before, a[href$=".DOC"]:before, a[href$=".DOCX"]:before, a[href$=".xls"]:before, a[href$=".xlsx"]:before, a[href$=".XLS"]:before, a[href$=".XLSX"]:before, a[href$=".ppt"]:before, a[href$=".pptx"]:before, a[href$=".PPT"]:before, a[href$=".PPTX"]:before, a[href$=".txt"]:before, a[href$=".TXT"]:before, a[href$=".mp3"]:before, a[href$=".MP3"]:before, a[href*="itunes"]:before, a.htmlDownload:before, #navigation a[href*="#"]:before, .section-base a[href*="#"]:before, .open .sidebar-nav-icon:before, #header-search .button:before, .standard-content ul li:before, .accordion .arrow:before, .search .submit-styling:before, footer .link-text:before { font-family: 'icons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; text-align: center; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.count-up + *, .alpha-count + *, .container, #page_container, #site-side-bar-positioner, #site-side-bar, .header-gov-logo, #header-search, #header-search .button, #header-search .expander, .accordion, .accordion .arrow, .accordion .ac-preview:before, div.video, div.video .video-image-container, div.video .preview-window { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }

html.scrolling #page_container, html.scrolling #sidebar-scroller-progress, html.scrolling .image-header .image, .count-up.forced-visible, .forced-visible.alpha-count { -moz-transition: none !important; -webkit-transition: none !important; -o-transition: color 0 ease-in !important; transition: none !important; }

.google_next a, .next-prev-btns .next a, .google_previous a, .next-prev-btns .prev a, .standard-content a, .info-content a { color: #136685; text-decoration: none; padding: 0 2px 1px 2px; border-bottom: 1px dotted #136685; background-color: transparent; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; line-height: 1.5em; font-weight: 300; }
.google_next a:hover, .next-prev-btns .next a:hover, .google_previous a:hover, .next-prev-btns .prev a:hover, .standard-content a:hover, .info-content a:hover, .google_next a:focus, .next-prev-btns .next a:focus, .google_previous a:focus, .next-prev-btns .prev a:focus, .standard-content a:focus, .info-content a:focus { background-color: rgba(19, 102, 133, 0.15); }

.sidebar-content a { color: #fff; text-decoration: none; padding: 0 2px 1px 2px; border-bottom: 1px dotted #8d9aa2; background-color: transparent; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; line-height: 1.5em; font-weight: 300; }
.sidebar-content a:hover, .sidebar-content a:focus { background-color: rgba(255, 255, 255, 0.15); }

.google_next, .next-prev-btns .next, .google_previous, .next-prev-btns .prev { width: 30%; position: relative; }
@media screen and (max-width: 580px) { .google_next, .next-prev-btns .next, .google_previous, .next-prev-btns .prev { width: 50%; } }
.google_next a, .next-prev-btns .next a, .google_previous a, .next-prev-btns .prev a { display: inline-block; color: #0f293a; font-size: 1.5em; padding: 2px 5px; border: none; text-align: center; }

.google_next, .next-prev-btns .next { float: right; }
.google_next a, .next-prev-btns .next a { padding-right: 25px; width: 80px; }
.google_next a:before, .next-prev-btns .next a:before { content: ""; display: inline-block; font-size: 14px; height: 14px; width: 14px; text-align: center; right: 7px; left: auto; }
.google_next a:hover:before, .next-prev-btns .next a:hover:before, .google_next a:focus:before, .next-prev-btns .next a:focus:before { -webkit-animation: nudge_right 1s infinite linear; -moz-animation: nudge_right 1s infinite linear; -o-animation: nudge_right 1s infinite linear; animation: nudge_right 1s infinite linear; }
@-webkit-keyframes nudge_right { 0% { right: 7px; }
  50% { right: 4px; }
  100% { right: 7px; } }
@-moz-keyframes nudge_right { 0% { right: 7px; }
  50% { right: 4px; }
  100% { right: 7px; } }
@-o-keyframes nudge_right { 0% { right: 7px; }
  50% { right: 4px; }
  100% { right: 7px; } }
@keyframes nudge_right { 0% { right: 7px; }
  50% { right: 4px; }
  100% { right: 7px; } }
.google_previous, .next-prev-btns .prev { float: left; }
.google_previous a, .next-prev-btns .prev a { padding-left: 25px; width: 100px; }
.google_previous a:before, .next-prev-btns .prev a:before { content: ""; display: inline-block; font-size: 14px; height: 14px; width: 14px; text-align: center; left: 7px; right: auto; }
.google_previous a:hover:before, .next-prev-btns .prev a:hover:before, .google_previous a:focus:before, .next-prev-btns .prev a:focus:before { -webkit-animation: nudge_left 1s infinite linear; -moz-animation: nudge_left 1s infinite linear; -o-animation: nudge_left 1s infinite linear; animation: nudge_left 1s infinite linear; }
@-webkit-keyframes nudge_left { 0% { left: 7px; }
  50% { left: 4px; }
  100% { left: 7px; } }
@-moz-keyframes nudge_left { 0% { left: 7px; }
  50% { left: 4px; }
  100% { left: 7px; } }
@-o-keyframes nudge_left { 0% { left: 7px; }
  50% { left: 4px; }
  100% { left: 7px; } }
@keyframes nudge_left { 0% { left: 7px; }
  50% { left: 4px; }
  100% { left: 7px; } }
/* shared pre-defined animations */
@-webkit-keyframes popin { 0% { -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); opacity: 0; }
  70% { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); opacity: 1; }
  100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; } }
@-moz-keyframes popin { 0% { -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); opacity: 0; }
  70% { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); opacity: 1; }
  100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; } }
@-o-keyframes popin { 0% { -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); opacity: 0; }
  70% { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); opacity: 1; }
  100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; } }
@keyframes popin { 0% { -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); opacity: 0; }
  70% { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); opacity: 1; }
  100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; } }
@-webkit-keyframes pulse { 0% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
  30% { -webkit-transform: scale(1.15); -ms-transform: scale(1.15); transform: scale(1.15); }
  50% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
  100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } }
@-moz-keyframes pulse { 0% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
  30% { -webkit-transform: scale(1.15); -ms-transform: scale(1.15); transform: scale(1.15); }
  50% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
  100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } }
@-o-keyframes pulse { 0% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
  30% { -webkit-transform: scale(1.15); -ms-transform: scale(1.15); transform: scale(1.15); }
  50% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
  100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } }
@keyframes pulse { 0% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
  30% { -webkit-transform: scale(1.15); -ms-transform: scale(1.15); transform: scale(1.15); }
  50% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
  100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } }
@-webkit-keyframes box_flash { 0% { border-color: #d1d5d9; }
  50% { border-color: #fff; }
  100% { border-color: #fdb733; } }
@-moz-keyframes box_flash { 0% { border-color: #d1d5d9; }
  50% { border-color: #fff; }
  100% { border-color: #fdb733; } }
@-o-keyframes box_flash { 0% { border-color: #d1d5d9; }
  50% { border-color: #fff; }
  100% { border-color: #fdb733; } }
@keyframes box_flash { 0% { border-color: #d1d5d9; }
  50% { border-color: #fff; }
  100% { border-color: #fdb733; } }
/*icon font*/
@font-face { font-family: 'icons'; src: url("/__data/assets/file/0005/781889/icons.eot-nx4lre"); src: url("/__data/assets/file/0004/781888/icons.eot-#iefix-nx4lre")
 format("embedded-opentype"), url("/__data/assets/file/0006/781890/icons.woff-nx4lre") format("woff"), url("/__data/assets/file/0007/781891/icons.ttf-nx4lre") format("truetype"), url("/__data/assets/file/0008/781892/icons.svg-nx4lre") format("svg"); font-weight: normal; font-style: normal; }
*, *:before, *:after { font-smoothing: antialiased; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; *behavior: url(boxsizing.htc); }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

audio, canvas, video { display: inline-block; }

audio:not([controls]) { display: none; height: 0; }

[hidden], template { display: none; }

html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

body { margin: 0; word-wrap: break-word; }

a { background: transparent; }

a:focus { outline: 1px dotted #000; }

a:active, a:hover { outline: none; }



abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: 700; }

dfn { font-style: italic; }

hr { height: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

mark { background: #ff0; color: #000; }

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: 75%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; max-width: 100%; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

fieldset { border: none; margin: 0; padding: 0; min-width: 0; }

legend { border: 0; padding: 0; }

button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; }
button::-webkit-input-placeholder, input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #777777; }
button:-moz-placeholder, input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder { color: #777777; opacity: 1; }
button::-moz-placeholder, input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder { color: #777777; opacity: 1; }
button:-ms-input-placeholder, input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #777777; }
button::input-placeholder, input::input-placeholder, select::input-placeholder, textarea::input-placeholder { color: #777777; }

button, input { line-height: normal; }

button, select { text-transform: none; }

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"] { padding: 0; }

input[type="search"] { -webkit-appearance: textfield; }

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; }

table { border-collapse: collapse; border-spacing: 0; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, table caption:first-child, h5:first-child, h6:first-child, p:first-child, ul:first-child, ol:first-child, li:first-child { margin-top: 0; }

ul { margin: 0; padding: 0; list-style: none; }

label, input[type=radio], input[type=checkbox] { cursor: pointer; }

.ir { font-size: 0em; text-shadow: none; color: transparent; text-transform: capitalize; display: block; }

.ir br { display: none; }

.nowrap { white-space: nowrap; }

.hidden { display: none; visibility: hidden; }

.vh.focusable:active, .vh.focusable:focus { width: auto; height: auto; position: static; opacity: 1; }

.invisible { visibility: hidden; }

/**********************************
            ELEMENTS
**********************************/
html { font-size: 62.5%; }

body { margin: 0 !important; }

/*HEADINGS*/
h1, h2, h3, h4, table caption, h5, h6 { color: #0f293a; font-weight: bold; line-height: 1em; }

h1, h2, h3 { font-family: 'Montserrat', Arial, sans-serif; }

h1, .cs-heading { font-size: 3em; font-weight: normal; color: #0f293a; }
h1 { text-transform: uppercase; font-size: 2.4em !important;   margin-top: 0.67em !important;;
  margin-right: 0px !important;;
  margin-bottom: 0.67em !important;;
  margin-left: 0px;  color: #49328c !important; }
  
  

h2 { font-size: 2.2em; color: /* #136685 */ #171717; }

h3 { font-size: 1.85em; color: /* #136685;  */ #767879; line-height: 1.1em; }

h4, table caption { font-size: 1.6em; }

h5 { font-size: 1.5em; font-style: italic; }

h6 { font-size: 1.3em; font-weight: 700; font-style: italic; }

p, li { font-family: 'Source Sans Pro', Arial, sans-serif; font-weight: 300; line-height: 1.5em; }

p { margin: 0 0 1em; font-size: 1.5em; }

caption { font-family: 'Montserrat', Arial, sans-serif; text-align:left;  color: #136685; line-height: 1.1em;   }

#skipToContent { color: #333333; text-decoration: none; top: 15px; }

.noscript-message { display: none; }
.no-js .noscript-message { display: block; padding: 20px; background-color: #F2CACA; border: 1px solid #8c1717; }
.noscript-message p { margin: 0; color: #000; }
.noscript-message a { color: #8c1717; text-decoration: underline; font-weight: 400; }
.noscript-message a:hover { text-decoration: none; }

strong { font-weight: 700; }

hr { border: none; height: 0px; width: 100%; border-bottom: 1px solid #e4e4e4; margin: 30px 0; }

/************************
        Tools
************************/
.count-up, .alpha-count { -webkit-transition: all 2s ease-in-out; -moz-transition: all 2s ease-in-out; -o-transition: all 2s ease-in-out; transition: all 2s ease-in-out; white-space: nowrap; }
.js .count-up, .js .alpha-count { opacity: 0; }
.count-up + *, .alpha-count + * { opacity: 0; }
.count-up.activate, .activate.alpha-count, .count-up.forced-visible, .forced-visible.alpha-count { opacity: 1; }
.count-up.activate + *, .activate.alpha-count + *, .count-up.forced-visible + *, .forced-visible.alpha-count + * { opacity: 1; }

.alpha-count { -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; }

.popins .popin-piece { opacity: 0; }
.popins.activate .popin1 { opacity: 1; opacity: 1; -webkit-animation: popin 0.5s 1 ease-out; -moz-animation: popin 0.5s 1 ease-out; -o-animation: popin 0.5s 1 ease-out; animation: popin 0.5s 1 ease-out; }
.popins.activate.stage2 .popin2 { opacity: 1; opacity: 1; -webkit-animation: popin 0.5s 1 ease-out; -moz-animation: popin 0.5s 1 ease-out; -o-animation: popin 0.5s 1 ease-out; animation: popin 0.5s 1 ease-out; }
.popins.activate.stage3 .popin3 { opacity: 1; opacity: 1; -webkit-animation: popin 0.5s 1 ease-out; -moz-animation: popin 0.5s 1 ease-out; -o-animation: popin 0.5s 1 ease-out; animation: popin 0.5s 1 ease-out; }
.popins.activate.stage4 .popin4 { opacity: 1; opacity: 1; -webkit-animation: popin 0.5s 1 ease-out; -moz-animation: popin 0.5s 1 ease-out; -o-animation: popin 0.5s 1 ease-out; animation: popin 0.5s 1 ease-out; }
.popins.activate.stage5 .popin5 { opacity: 1; opacity: 1; -webkit-animation: popin 0.5s 1 ease-out; -moz-animation: popin 0.5s 1 ease-out; -o-animation: popin 0.5s 1 ease-out; animation: popin 0.5s 1 ease-out; }

.js .lightbox-info { display: none; }

.tooltip { position: relative; }
@media screen and (min-width: 1051px) { .tooltip:hover .tooltip-text, .tooltip:focus .tooltip-text { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; } }

.tooltip-text { -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); opacity: 0; -webkit-transform-origin: bottom center; -ms-transform-origin: bottom center; transform-origin: bottom center; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; position: absolute; text-align: center; bottom: 150%; left: 50%; margin-left: -150px; background: #0f293a; color: #fff; width: 300px; font-size: 1.5em; padding: 10px; z-index: 5; }
.tooltip-text:before { content: ""; display: block; display: block; width: 0 !important; height: 0 !important; overflow: hidden; border-bottom: none; border-right: 8px solid transparent; border-left: 8px solid transparent; border-top: 10px solid #0f293a; top: 100%; }
.tooltip-text.bellow { -webkit-transform-origin: top center; -ms-transform-origin: top center; transform-origin: top center; bottom: auto; top: 150%; }
.tooltip-text.bellow:before { display: block; width: 0 !important; height: 0 !important; overflow: hidden; border-top: none; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 10px solid #0f293a; top: auto; bottom: 100%; }

/****************\
    File icons
\***************/
a.external-link, .standard-content a[href*="#"] { margin-right: 15px; position: relative; display: inline; }
a.external-link:after, .standard-content a[href*="#"]:after { content: ""; display: inline-block; font-size: 14px; height: 14px; width: 14px; text-align: center; color: #1C4B92; position: relative; bottom: 0; right: -18px; margin-left: -13px; }

a.external-link:after, .standard-content a[href*="#"]:after { content: ""; }

a[href$=".pdf"], a[href$=".PDF"], a[href$=".doc"], a[href$=".docx"], a[href$=".DOC"], a[href$=".DOCX"], a[href$=".xls"], a[href$=".xlsx"], a[href$=".XLS"], a[href$=".XLSX"], a[href$=".ppt"], a[href$=".pptx"], a[href$=".PPT"], a[href$=".PPTX"], a[href$=".txt"], a[href$=".TXT"], a[href$=".mp3"], a[href$=".MP3"], a[href*="itunes"], a.htmlDownload, #navigation a[href*="#"], .section-base a[href*="#"] { margin-left: 20px; position: relative; }
a[href$=".pdf"]:before, a[href$=".PDF"]:before, a[href$=".doc"]:before, a[href$=".docx"]:before, a[href$=".DOC"]:before, a[href$=".DOCX"]:before, a[href$=".xls"]:before, a[href$=".xlsx"]:before, a[href$=".XLS"]:before, a[href$=".XLSX"]:before, a[href$=".ppt"]:before, a[href$=".pptx"]:before, a[href$=".PPT"]:before, a[href$=".PPTX"]:before, a[href$=".txt"]:before, a[href$=".TXT"]:before, a[href$=".mp3"]:before, a[href$=".MP3"]:before, a[href*="itunes"]:before, a.htmlDownload:before, #navigation a[href*="#"]:before, .section-base a[href*="#"]:before { content: ""; display: block; font-size: 14px; height: 14px; width: 14px; text-align: center; position: absolute; left: -18px; top: 4px; margin: 0; color: #107ea7; }

a[href$=".pdf"]:before, a[href$=".PDF"]:before { content: ""; }

a[href$=".doc"]:before, a[href$=".docx"]:before, a[href$=".DOC"]:before, a[href$=".DOCX"]:before { content: ""; }

a[href$=".xls"]:before, a[href$=".xlsx"]:before, a[href$=".XLS"]:before, a[href$=".XLSX"]:before { content: ""; }

a[href$=".ppt"]:before, a[href$=".pptx"]:before, a[href$=".PPT"]:before, a[href$=".PPTX"]:before { content: ""; }

a[href$=".txt"]:before, a[href$=".TXT"]:before { content: ""; }

a[href$=".mp3"]:before, a[href$=".MP3"]:before { content: ""; }

a[href*="itunes"]:before { content: ""; }

a.htmlDownload:before { content: ""; }

.standard-content a[href*="#"]:after { content: ""; font-weight: normal; bottom: 0; }
#navigation a[href*="#"], .section-base a[href*="#"] { margin-left: 0; }
#navigation a[href*="#"]:before, .section-base a[href*="#"]:before { content: ""; }

.img-responsive { display: block; max-width: 100%; height: auto; }

/***********************\
    Column styling
\***********************/
.columns { margin: 0; padding: 0; list-style: none; }

.column { float: left; padding: 0; margin: 0; }
.column.clear { clear: left; }
.column.full { width: 100%; }
.column.halves { width: 50%; }
@media screen and (max-width: 580px) { .column.halves { width: 100%; } }
.column.thirds { width: 33.33%; }
@media screen and (max-width: 580px) { .column.thirds { width: 100%; } }
.column.thirds.colspan2 { width: 66.66%; }
@media screen and (max-width: 770px) { .column.thirds.colspan2 { width: 100%; } }
@media screen and (max-width: 580px) { .column.thirds.colspan2 { width: 100%; } }
.column.quarters { width: 25%; }
@media screen and (max-width: 770px) { .column.quarters { width: 50%; } }
@media screen and (max-width: 580px) { .column.quarters { width: 100%; } }
.column.fiths { width: 20%; }
@media screen and (max-width: 1050px) { .column.fiths { width: 100%; } }
.column.fiths.colspan2 { width: 40%; }
@media screen and (max-width: 1050px) { .column.fiths.colspan2 { width: 100%; } }
.column.fiths.colspan3 { width: 60%; }
@media screen and (max-width: 1050px) { .column.fiths.colspan3 { width: 100%; } }
.column.fiths.colspan4 { width: 80%; }
@media screen and (max-width: 1050px) { .column.fiths.colspan4 { width: 100%; } }
.column.sixths { width: 16.66%; }
@media screen and (max-width: 1050px) { .column.sixths { width: 50%; } }
@media screen and (max-width: 580px) { .column.sixths { width: 100%; } }
.column.sixths.colspan5 { width: 83.33%; }

/**********************************\
    Resolution specific elements
\*********************************/
img.retina { display: none; }

img.non-retina { display: inline-block; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192ppi), only screen and (min-resolution: 2dppx) { img.retina { display: inline-block; }
  img.non-retina { display: none; } }
/**********************************
        General Form styles
**********************************/
select, input[type="file"] { cursor: pointer; }

select option { font-weight: 100; }

.js select, .js input[type="file"] { visibility: hidden; }

.styled-select { width: 100%; overflow: hidden; background-color: #fff; border: 1px solid #ccc; border-radius: 0; position: relative; cursor: pointer; z-index: 0; display: inline-block; -webkit-transition: all 0.25s background; -moz-transition: all 0.25s background; -o-transition: all 0.25s background; transition: all 0.25s background; /*@include M-icon($icon-arrow-down, 5px){
    color: #000;
    z-index: 0;
    @extend %centered-v;
    right: 10px;
}*/ }
.styled-select:before { content: ""; display: block; display: block; width: 0 !important; height: 0 !important; overflow: hidden; border-bottom: none; border-right: 3px solid transparent; border-left: 3px solid transparent; border-top: 5px solid #000; right: 12px; }
.styled-select:after { content: ""; display: block; position: absolute; top: 20%; right: -1px; height: 60%; width: 32px; border-radius: 0; z-index: 0; border-left: 1px solid #ccc; }
.styled-select.error:after { border-color: red; }
.styled-select select { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; width: 115%; border: none; background: transparent; background: rgba(255, 255, 255, 0.0001); visibility: visible; padding: 6px 0 5px 5px; position: relative; z-index: 2; }
.styled-select select:focus::-ms-value { background: transparent; color: #616161; }

/********* Custom check browse button **********/
.js .styled-browse-button { overflow: hidden; cursor: pointer; }
.js .styled-browse-button a { float: left; position: relative; overflow: hidden; margin-right: 10px; padding: 7px 40px; border: 1px solid #000; }
.js .styled-browse-button a.error { color: #7A0000; background-color: #FFE9DF; }
.js .styled-browse-button a.error:hover { color: #FFE9DF; background-color: #7A0000; }
.js .styled-browse-button input { position: absolute; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; opacity: 0; cursor: pointer; visibility: visible; }
.js .styled-browse-button .styled-browse-preview { font-size: 1.6em; line-height: 2.1em; float: left; }

/**********************************
            WHOLE PAGE
**********************************/
/* body { background-color: #07121C; }  */
body { background-color: #929292 !important; }

#sitecontainer { max-width: 990px; margin: 0 auto; position: relative; overflow: hidden; background: #0f293a; }
@media screen and (min-width: 1051px) { #sitecontainer { padding-bottom: 175px; } }

/* .container { max-width: 750px; margin: 0 auto; padding: 10px 0; }  */
.container { max-width: 750px; margin: 0 auto; padding: 0 0; }
@media screen and (max-width: 1050px) { .container { padding: 20px; }
  header .container, .container.plain { padding: 0 20px; } }
@media screen and (max-width: 580px) { .container { padding: 10px 20px; } }
.video + .container { padding-top: 20px; }
header + .container { padding-top: 30px; }
header .container, .container.plain { padding: 0; }

#page_container { background: url(/__data/assets/image/0009/781884/top-corner-bg.png) top left no-repeat #fff;  margin-top: -22px;   margin-bottom: -8px;   padding-bottom: 18px;  margin-left: 80px; min-height: 500px; position: relative; z-index: 1; /* border: 1px solid #DC96EF;  */}
/* #page_container { background: #fff; margin-left: 80px; min-height: 500px; position: relative; z-index: 1; }  */

@media screen and (max-width: 580px) { #page_container { margin-left: 0; position: relative; } }

/**********************************
        SITE SIDE BAR
**********************************/
@media screen and (max-width: 580px) { #navigation .column { padding: 0; }
  #navigation .chapters-listing { padding-right: 0; } }
#navigation .active > a { color: #fdb733 !important; border-color: #fdb733; }

#site-side-bar-positioner { /* position: fixed; */ position: relative; top: 0; bottom: 0; left: 0; right: 0; margin: auto; max-width: /*1050px*/ 990px; z-index: 0; overflow: hidden; width: 100%; }
#site-side-bar-positioner.active { z-index: 100; }
@media screen and (max-width: 580px) { #site-side-bar-positioner { margin: 0; position: static; width: 90px; z-index: 5; }
  #site-side-bar-positioner.active { width: auto; } }

#site-side-bar { /*position: absolute */ position: relative;; top: 0; left: 0; margin-left: 80px; /* background-image: url("sidebar-bkg.jpg") !important; background: #49328c;  */ height: 100%; width: 100%; z-index: 3; overflow: hidden; }
#site-side-bar.open { left: 0; margin-left: 0; background-color: rgba(15, 41, 58, 0.95); }
#site-side-bar.open:before { left: 0; }
@media screen and (min-width: 581px) { #site-side-bar:before { content: ""; display: block; position: absolute; top: 0; left: 100%; width: 100%; height: 100%; /*background: url(sidebar-bg.png) no-repeat top left; background-size: cover;*/ -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; } }
@media screen and (max-width: 580px) { #site-side-bar { background: none; margin-left: 0; overflow: visible; overflow: -moz-scrollbars-none; }
  #site-side-bar.open { position: absolute; }
  #site-side-bar .open-close-nav { position: absolute; right: -100%; }
  #site-side-bar.open .open-close-nav { right: 0; }
  #site-side-bar ::-webkit-scrollbar { display: none; } }

.sidebar-visible-area { -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; position: absolute; top: 0; right: 0; background-image: url("/__data/assets/image/0011/781886/sidebar-bkg.jpg") !important; background: #49328c;  height: 100%; width: 80px; }

.sidestrip {  position: absolute; top: 0; left: -95px;  background-color: #49328c; background-image: url("/__data/assets/image/0011/781886/sidebar-bkg.jpg") !important;  height: 100%; width: 95px; }

@media screen and (max-width: 580px) { .sidestrip { display: none; } }

@media screen and (max-width: 580px) { .sidebar-visible-area { width: 50px; } }

.sidebar-publication-date { position: absolute; bottom: 0; left: 0; background: #49328c; min-height: 140px; width: 100%; margin-bottom: 0; padding-bottom: 20px; }
@media screen and (max-width: 580px) { .sidebar-publication-date { display: none; } }
.sidebar-publication-date p { margin: 0; position: relative; z-index: 2; font-family: 'Source Sans Pro', Arial, sans-serif; font-weight: 300; font-size: 1.7em; line-height: 1em; text-align: center; color: #FFF; }
/*
.sidebar-publication-date strong { margin-bottom: 5px; font-size: 0.8em; display: block; }
.sidebar-publication-date:before { content: ""; display: block; display: block; width: 0 !important; height: 0 !important; overflow: hidden; border-top: none; border-left: 130px solid transparent; border-right: 0 solid transparent; border-bottom: 160px solid #49328c; position: absolute; bottom: 0; right: -160px; z-index: 1; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; }
.open .sidebar-publication-date:before { right: 0; }  */

.open-close-nav { background-color: #49328c; border-bottom: 1px solid #fff; height: 64px; width: 100%; position: relative; display: block; z-index: 2; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
@media screen and (max-width: 580px) { .open-close-nav:before { border-right: 50px solid transparent !important; border-top: 34px solid #49328c !important; }
  .open-close-nav:hover:before, .open-close-nav:focus:before { border-top-color: #3990bb !important; } }
.open-close-nav:before { content: ""; display: block; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; display: block; width: 0 !important; height: 0 !important; overflow: hidden; border-bottom: none; border-right: 80px solid transparent; border-left: 0 solid transparent; border-top: 60px solid #166D98; position: absolute; z-index: 1; top: 100%; right: 0; }
.open-close-nav:hover { background-color: #ffe222; }
.open-close-nav:hover:before { border-top-color: #ffe222; }
.open-close-nav:focus { background-color: #fff; border-right: 1px solid #0f293a; }
.open-close-nav:focus:before { border-top-color: #fff; }
.open-close-nav:focus .sidebar-nav-icon { border-color: #0f293a; }
.open-close-nav:focus .sidebar-nav-icon:before { background-color: #0f293a; color: #0f293a; }
.open .open-close-nav:focus .sidebar-nav-icon:before { background-color: transparent; }

.sidebar-nav-icon { display: block; height: 15px; width: 25px; border-top: 3px solid #fff; border-bottom: 3px solid #fff; color: #fff; z-index: 2; }
.sidebar-nav-icon:before { content: ""; display: block; height: 3px; margin: 3px 0; background-color: #fff; }
.open .sidebar-nav-icon { height: 30px; width: 30px; background: transparent; border: none; }
.open .sidebar-nav-icon:before { content: ""; display: inline-block; font-size: 30px; height: 30px; width: 30px; text-align: center; background-color: transparent; margin: 0; }

#sidebar-scroller { height: 180px; width: 1px; background-color: #364351; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; opacity: 1; }
@media screen and (max-width: 1044px) { #sidebar-scroller { display: none; } }
@media screen and (max-width: 580px) { #sidebar-scroller { display: none; } }
#sidebar-scroller .progress { background-color: #F7981C; width: 1px; height: 0%; position: absolute; top: 0; }
#sidebar-scroller .progress:before { content: ""; display: block; position: absolute; left: 0; top: 100%; height: 16px; width: 3px; margin-top: -8px; margin-left: -1px; background: #F7981C; }
.open #sidebar-scroller { height: 1px; opacity: 0; }

.sidebar-content { position: relative; z-index: 1; padding: 40px 20px 20px 80px; margin-right: 80px; max-width: 850px; max-height: 100%; overflow: auto; }
@media screen and (max-width: 580px) { .sidebar-content { margin-right: 50px; padding: 30px; } }
.sidebar-content h2 { font-size: 3.4em; color: #fff; font-weight: normal; }
.sidebar-content h2 strong { color: #F7981C; font-weight: normal; }
.sidebar-content a { font-family: 'Source Sans Pro', Arial, sans-serif; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

.sidebar-introductory-links { margin-bottom: 20px; }
.sidebar-introductory-links li { font-size: 1.5em; font-weight: 700; margin-bottom: 5px; }

.chapters-listing { padding: 0; margin: 0; list-style: none; }
.chapters-listing > li { position: relative; margin-top: 30px; }
.chapters-listing > li:first-child { margin-top: 0; }
.chapters-listing > li > a { font-size: 1.9em; font-weight: 700; }
.column:first-child .chapters-listing { padding-right: 70px; }

.chapter-number { position: absolute; top: 0; right: 100%; padding-right: 20px; font-size: 4.8em; line-height: 0.7em; color: #F7981C; font-family: 'Montserrat', Arial, sans-serif; display: block; }
@media screen and (max-width: 580px) { .chapter-number { font-size: 4em; position: static; margin: 10px 0; } }

.sub-chapters { margin-top: 20px; }
.sub-chapters a { font-size: 1.4em; margin-left: 0; }
.sub-chapters a:before { color: #e4e4e4 !important; left: -25px; width: 20px; }
.sub-chapters li { margin-bottom: 10px; }

/**********************************
            HEADER
**********************************/
#skipLinks a { text-align: center; display: block; color: #fff; font-size: 1.5em; padding: 5px; margin-left: 80px; }

header { padding: 15px 0; background: url(top-corner-bg.png) top left no-repeat; position: relative; }
.home header { background: none; }
.home header:before { content: ""; display: block; position: absolute; top: 0; right: 0; display: block; width: 0 !important; height: 0 !important; overflow: hidden; border-left: none; border-bottom: 90px solid transparent; border-top: 0 solid transparent; border-right: 170px solid rgba(253, 183, 51, 0.31); }
@media screen and (max-width: 680px) { header { padding-bottom: 0; } }

.header-gov-logo { float: left; position: relative; min-height: 60px; z-index: 3; }
@media screen and (max-width: 1050px) { .header-gov-logo { margin-left: 20px; width: 50%; } }
@media screen and (max-width: 680px) { .header-gov-logo { float: none; width: 68%; } }
@media screen and (max-width: 580px) { .header-gov-logo { margin-left: 75px; width: 68%; } }
.header-gov-logo a { display: block; }

/*******************\
    Header search
\******************/
#header-search { /*Temporarily hiding search until search functionality is working*/ float: right; text-align: right; font-size: 1.6em; position: relative; margin: 10px; right: -50px; top: 7px; height: 40px; padding: 11px 10px; }
.home #header-search { right: 0; }
#header-search input[type="submit"] { width: 23px; height: 23px; font-size: 0; position: absolute; top: 0; right: 0; z-index: 1; opacity: 0; }
.no-js #header-search input[type="submit"] { z-index: 4; }
#header-search input.text { width: 100%; border: none; background-color: #136685; color: #fff; z-index: 0; font-size: 0.9em; height: 18px; opacity: 0; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; -webkit-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -o-transition: all 0.25s ease-out; transition: all 0.25s ease-out; }
#header-search input.text::-webkit-input-placeholder { color: #F7F8F9; font-style: italic; }
#header-search input.text:-moz-placeholder { color: #F7F8F9; opacity: 1; font-style: italic; }
#header-search input.text::-moz-placeholder { color: #F7F8F9; opacity: 1; font-style: italic; }
#header-search input.text:-ms-input-placeholder { color: #F7F8F9; font-style: italic; }
#header-search input.text::input-placeholder { color: #F7F8F9; font-style: italic; }
#header-search input.text:focus { outline-color: #fff; box-shadow: none; }
#header-search input.text:hover { background-color: rgba(255, 255, 255, 0.2) !important; }
.no-js #header-search input.text { color: #616161; border: 1px solid #0f293a; opacity: 1; }
.no-js #header-search input.text::-webkit-input-placeholder { color: #777; }
.no-js #header-search input.text:-moz-placeholder { color: #777; opacity: 1; }
.no-js #header-search input.text::-moz-placeholder { color: #777; opacity: 1; }
.no-js #header-search input.text:-ms-input-placeholder { color: #777; }
.no-js #header-search input.text::input-placeholder { color: #777; }
@media screen and (max-width: 580px) { #header-search input.text { height: 20px; font-size: 16px; } }
#header-search .button { height: 23px; width: 23px; display: block; right: 0; z-index: 3; color: #616161; }
#header-search .button:before { content: ""; display: inline-block; font-size: 23px; height: 23px; width: 23px; text-align: center; color: #262f3d; }
@media screen and (max-width: 580px) { #header-search .button { right: 50px; } }
#header-search .tooltip-text { font-size: 0.8em; width: 100px; margin-left: -50px; }
#header-search .tooltip-text .submit-search { display: none; }
#header-search .expander { overflow: hidden; margin-right: 20px; }
.js #header-search .expander { width: 0; }
.no-js #header-search .expander { width: 385px; opacity: 0; }
#header-search.open { margin: 10px 0px 0px; background-color: #136685; }
#header-search.open .button { right: 10px; top: 0px; }
#header-search.open .button:before { color: #fff; }
#header-search.open .expander { width: 385px; margin-right: 30px; opacity: 1; }
#header-search.open input.text { background-color: #136685; z-index: 3; opacity: 1; }
#header-search.open .tooltip-text .submit-search { display: inline; }
#header-search.open .tooltip-text .open-search { display: none; }
@media screen and (max-width: 1050px) { #header-search { margin: 10px 0; right: 0; position: absolute; top: 23px; right: 45px; }
  #header-search .button { right: 10px; top: 0; }
  #header-search.open .expander { width: 250px; }
  #header-search .tooltip-text { right: 0; margin-left: -80px; -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; }
  #header-search .tooltip-text:before { margin: 0; left: auto; right: 13px; } }
@media screen and (max-width: 765px) { #header-search { position: absolute; top: 60px; right: 0; clear: both; margin-bottom: 0; margin-right: 20px; }
  #header-search .button { top: 0; }
  #header-search.open { margin-right: 20px; } }
@media screen and (max-width: 680px) { #header-search { position: relative; right: 0; top: 0; float: left; text-align: left; width: 100%; height: 40px; margin-top: -20px; margin-left: 0; margin-right: 0; margin-bottom: -20px; }
  #header-search .button { right: 30px; }
  #header-search.open { margin-right: 0; margin-bottom: 0; }
  #header-search.open .expander { width: auto; } }
@media screen and (max-width: 580px) { #header-search { top: 75px; position: absolute; margin-top: 15px !important; height: 30px; padding: 5px 10px; }
  #header-search .buton { right: 10px; } }

.annual-report-year { position: absolute; top: 39px; right: 100px; margin: 0; color: #262f3d; text-align: right;}
@media screen and (max-width: 1050px) { .annual-report-year { right: 85px; } }
@media screen and (max-width: 765px) { .annual-report-year { right: 30px; } }
@media screen and (max-width: 600px) { .annual-report-year { position: static; clear: left; margin-top: 15px; margin-left: 20px; } }
@media screen and (max-width: 580px) { .annual-report-year { margin-left: 75px; } }

/**********************************
            MAIN AREA
**********************************/
p { color: #616161; }

ul.nodots, ol.nodots { margin: 0; padding: 0; list-style: none; }

.cc { margin-bottom: 10px; width: 150px; }

.standard-content ol { padding-left: 32px; }
.standard-content ol ol { list-style: lower-alpha; }
.standard-content ol ol ol { list-style: lower-roman; }
.standard-content ol ol ol ol { list-style: decimal; }
.standard-content li { font-size: 1.5em; margin-top: 0.5em; color: #616161; }
.standard-content li:first-child { margin-top: 0; }
.standard-content li li { font-size: 1em; }
.standard-content li li:first-child { margin-top: 0.5em; }
.standard-content ul { padding-left: 10px; margin-bottom: 2em; }
.standard-content ul li { list-style: none; position: relative; padding-left: 18px; }
.standard-content ul li:before { content: ""; display: inline-block; font-size: 10px; height: 10px; width: 10px; text-align: center; position: absolute; top: 7px; left: 0; color: #cd4902; }
.standard-content table ul { margin: 15px 0; }
.standard-content .halves.halves--no-left-padding { padding-left: 0 !important; }
@media screen and (max-width: 580px) { .standard-content .halves { padding: 0 20px !important; } }
.standard-content .halves:first-child { padding: 0 20px 0 0; }
.standard-content .halves:first-child + .halves { padding: 0 0 0 20px; }

.case-study { padding: 30px 0; margin: 30px 0; border-top: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; background-color: #F7F8F9; position: relative; z-index: 1; }
.accordion .case-study { padding: 10px 0 30px; }
.case-study .cs-heading { line-height: 1em; }
.case-study.start { margin-top: 0; }

.intro { color: #616161; font-size: 1.6em; line-height: 1.25; }
.intro p { font-size: 1.0em; line-height: 1.25; }

.feature-programs { margin: 5% auto; padding: 20px; text-align: center; position: relative; }
.standard-content + .feature-programs { margin: 0 auto; }
.feature-programs:before, .feature-programs:after { background: #e4e4e4; height: 1px; max-width: 225px; width: 80%; content: ''; display: block; }
.feature-programs:before { top: 0; }
.feature-programs:after { bottom: 0; }
.feature-programs li { display: inline-block; list-style: none; opacity: 0; }
.feature-programs span { color: #cd4902; display: inline-block; font-size: 3.0em; margin-bottom: 15px; }
.feature-programs .fp-item { max-width: 150px; margin: 0 auto; padding: 0 10px; }
@media screen and (max-width: 580px) { .feature-programs .column.quarters { width: 50%; } }

.accordion { position: relative; list-style: none; padding: 0; }
.accordion .ac-segment { border-bottom: 1px solid #e4e4e4; }
.accordion .ac-segment:first-child { border-top: 1px solid #e4e4e4; }
.accordion .arrow { height: 52px; width: 52px; right: 20px; text-decoration: none; z-index: 10; }
.accordion .arrow:before { content: ""; display: inline-block; font-size: 52px; height: 52px; width: 52px; text-align: center; color: #4e515b; }
@media screen and (max-width: 580px) { .accordion .arrow { right: 10px; height: 35px; width: 35px; }
  .accordion .arrow:before { font-size: 35px; height: 35px; width: 35px; text-align: center; } }
.accordion .container { padding: 10px 0; position: relative; z-index: 2; }
.accordion .container:first-child { padding-top: 20px; }
.accordion .container.plain { padding: 0; }
.accordion .ac-preview { position: relative; }
.accordion .ac-preview:before { content: ""; display: block; background: url(accordion-bg.jpg)/*tpa=http://annualreport.communications.gov.au/assets/images/design/accordion-bg.jpg*/ no-repeat; background-position: 275px 0; background-size: cover; z-index: 1; }
.accordion .ac-preview h2 { margin: 0; line-height: 1em; }
.accordion .ac-preview h3 { margin-top: 10px; line-height: 1em; }
.accordion .ac-preview h4, .accordion .ac-preview table caption, table .accordion .ac-preview caption { margin-top: 40px; line-height: 1em; }
.accordion .ac-preview p { padding-right: 50px; }
.accordion .ac-main { border-top: 1px solid #e4e4e4; }
.js .accordion .ac-main { display: none; }
.accordion .ac-main .column h4, .accordion .ac-main .column table caption, table .accordion .ac-main .column caption { line-height: 1.2em; }
.accordion .expanded .ac-preview:before { background-position: -550px 0; }
.accordion .expanded .arrow { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); right: 30px; }
@media screen and (max-width: 580px) { .accordion .expanded .arrow { right: 10px; } }
@media screen and (max-width: 1050px) { .accordion .ac-preview, .accordion .ac-main .container { padding: 20px; }
  .accordion .ac-preview { padding-right: 60px; } }
@media screen and (max-width: 580px) { .accordion .ac-preview { padding-right: 45px; } }

/************\ Tables
\************/
.table-wrap { overflow: auto; max-width: 100%; }

table { font-family: 'Source Sans Pro', Arial, sans-serif; font-size: 1.5em; width: 100%; margin: 2em 0; }
table:first-child { margin-top: 0; }
table caption { font-size: 1.45em; margin-bottom: 20px; }
table thead { color: #fff; font-family: 'Source Sans Pro', Arial, sans-serif; font-weight: 600; }
table thead td, table thead th { padding: 5px 10px; font-weight: 400; text-align: left; background: #166D98; }
table thead tr:first-child th, table thead tr:first-child td { background: #12232b; }
th {    background-image: url("footer-bkg.jpg") !important; background-color: #49328c  !important;}
table tbody { color: #616161; }
table tbody tr { vertical-align: top; }
table tbody tr.highlight th, table tbody tr.highlight td { font-family: 'Source Sans Pro', Arial, sans-serif; padding: 10px; background: #ddebf0; }
table tbody tr:first-child th, table tbody tr:first-child td { border-top: none; }
table tbody td, table tbody th { border-bottom: 1px solid #d1d1d1; padding: 20px 10px; font-weight: 300; line-height: 1.5em; }
table li { font-size: inherit !important; }

.accent { background: url(top-corner-small-bg.png)/*tpa=http://annualreport.communications.gov.au/assets/images/design/top-corner-small-bg.png*/ no-repeat right top; border-top: 1px solid #e4e4e4; }
.accent .container:first-child { padding-top: 50px; }

blockquote { color: #136685; font-family: 'Montserrat', Arial, sans-serif; font-size: 2.0em; margin: 5% auto; padding: 20px 0; text-align: center; width: 90%; position: relative; line-height: 1.1em; }
blockquote:before, blockquote:after { content: ""; display: block; border-bottom: 1px solid #e4e4e4; width: 75%; height: 0; }
blockquote:before { top: 0; }
blockquote:after { bottom: 0; }
blockquote .small { font-size: 0.8em; }

.numbers { padding: 0; margin: 0 auto; }
.numbers .column { text-align: center; list-style: none; }

.number .circle-wrap { color: #fff; font-size: 1.3em; padding: 20px; text-align: center; }
.number .circle-wrap:nth-child(even) { border-left: 1px solid #e4e4e4; border-right: 1px solid #e4e4e4; }
@media screen and (max-width: 580px) { .number .circle-wrap:nth-child(even) { border-width: 0; } }
.number .circle-wrap .circle { border-radius: 50%; display: inline-block; position: relative; vertical-align: middle; }
.number .circle-wrap span { bottom: 0; display: block; height: 14px; position: absolute; margin: auto; left: 0; right: 0; top: 0; width: 30px; }
.number .circle-wrap .sm { height: 64px; margin-right: 2%; width: 64px; background: #166D98; }
@media screen and (max-width: 580px) { .number .circle-wrap .sm { height: 60px; width: 60px; } }
.number .circle-wrap .lg { height: 120px; margin-left: 2%; width: 120px; background: #0f293a; }
@media screen and (max-width: 580px) { .number .circle-wrap .lg { height: 90px; width: 90px; } }
.number .text-wrap { max-width: 220px; padding: 0 10px; margin: 0 auto; text-align: center; }
.number .text-wrap .val { color: #cd4902; font: 4.5em 'Montserrat', Arial, sans-serif; margin: 15px 0 5px; }
@media screen and (max-width: 1050px) { .number .text-wrap .val { font-size: 3.5em; } }
.number .text-wrap .desc { color: #136685; font-style: italic; }
.number .text-wrap .desc em { font-style: normal; }



/**********************************
            HOME
**********************************/
.home-banner { margin-top: -25px; padding-top: 100px; background: url(home-banner-bg.jpg)/*tpa=http://annualreport.communications.gov.au/assets/images/design/home-banner-bg.jpg*/ no-repeat; }
@media screen and (max-width: 1050px) { .home-banner { margin-top: 0; padding-top: 16px; } }

.hb-column { max-width: 400px; margin: auto; text-align: center; }
@media screen and (max-width: 580px) { .hb-column { padding: 0 20px; } }
.hb-column img { display: block; margin: auto; }
.hb-column h1 { font-family: 'Source Sans Pro', Arial, sans-serif; margin-bottom: 65px; }
.hb-column h1 span { font-weight: 300; }
@media screen and (max-width: 580px) { .hb-column h1 { margin-bottom: 35px; margin-top: 40px; } }
.hb-column p { font-size: 1.6em; line-height: 1.35em; font-weight: 400; }

/**********************************
            SECTION
**********************************/
.section-head { background: url(section-bg.jpg)/*tpa=http://annualreport.communications.gov.au/assets/images/design/section-bg.jpg*/ no-repeat center -50px; background-size: cover; padding: 0 0 500px; }
.section-head h1, .section-head h4, .section-head table caption, table .section-head caption { margin: 0; }
.section-head .wrap { margin-bottom: 50%; }
@media screen and (max-width: 770px) { .section-head .wrap { margin-bottom: 10%; } }
.section-head .wrap h1 { line-height: 1; }
.section-head .wrap h4, .section-head .wrap table caption, table .section-head .wrap caption { font: 700 3.1em 'Source Sans Pro', Arial, sans-serif; }
.section-head .column { margin-top: 10%; }
@media screen and (max-width: 770px) { .section-head .column { float: none; margin-top: 5%; width: 100%; } }
.section-head .num { height: 100px; width: 102px; }
.section-head .num-1 { background: url(section-1.png)/*tpa=http://annualreport.communications.gov.au/assets/images/design/section-1.png*/ no-repeat; }
.section-head .num-2 { background: url(section-2.png)/*tpa=http://annualreport.communications.gov.au/assets/images/design/section-2.png*/ no-repeat; }
.section-head .num-3 { background: url(section-3.png)/*tpa=http://annualreport.communications.gov.au/assets/images/design/section-3.png*/ no-repeat; }
.section-head .num-4 { background: url(section-4.png)/*tpa=http://annualreport.communications.gov.au/assets/images/design/section-4.png*/ no-repeat; }
.section-head .num-5 { background: url(section-5.png)/*tpa=http://annualreport.communications.gov.au/assets/images/design/section-5.png*/ no-repeat; }
.section-head .num-6 { background: url(section-6.png)/*tpa=http://annualreport.communications.gov.au/assets/images/design/section-6.png*/ no-repeat; }
.section-head .num-7 { background: url(section-7.png)/*tpa=http://annualreport.communications.gov.au/assets/images/design/section-7.png*/ no-repeat; }

.align { padding: 0 55px; }

.align-left { text-align: left; }

.align-right { text-align: right; }
@media screen and (max-width: 770px) { .align-right { text-align: left; } }

.section-base { margin-top: -500px; font-family: 'Source Sans Pro', Arial, sans-serif; }
.section-base h4, .section-base table caption, table .section-base caption { margin: 0; font-size: 1.7em; margin-bottom: 5px; }
.section-base ul { float: right; max-width: 280px; }
.section-base li { padding: 1.5em 0; position: relative; }
.section-base li:before { font-size: 40px; height: 40px; width: 100px; text-align: center; left: 100%; text-align: center; color: #107ea7; }
.section-base .align-right a { display: inline; font-size: 1.7em; font-weight: 400; margin: 0; color: #0f293a; text-decoration: none; padding: 0 2px 1px 2px; border-bottom: 1px dotted #0f293a; background-color: transparent; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; line-height: 1.5em; font-weight: 300; }
.section-base .align-right a:hover, .section-base .align-right a:focus { background-color: rgba(15, 41, 58, 0.15); }
.section-base p { color: #0f293a; width: 270px; }
.section-base .head { display: none; }
.section-base .halves + .halves { padding-top: 1.5em; }
@media screen and (max-width: 770px) { .section-base ul { float: none; margin: auto; max-width: 100%; }
  .section-base p { margin: auto; width: 100%; }
  .section-base .column { float: none; width: 100%; }
  .section-base li { padding-left: 70px; }
  .section-base li:before { left: 0; width: 70px; } }

/**********************************
            SEARCH
**********************************/
.search-container { border-bottom: 1px solid #e4e4e4; padding-bottom: 30px; margin-bottom: 15px; }

.search { margin: 0 auto; width: 100%; max-width: 400px; position: relative; }
.search.left { margin-left: 0; }
.search input[type="search"] { font-size: 1.5em; margin: 0; padding: 6px 40px 6px 10px; width: 100%; border: 1px solid #e4e4e4; border-right: 0; float: left; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; /*@include M-mq(max, $bp-mobile){
    width: 80%;
}*/ }
.search .submit-styling { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; float: left; background-color: #136685; width: 35px; height: 100%; position: absolute; top: 0; right: 0; }
.search .submit-styling:before { content: ""; display: inline-block; font-size: 18px; height: 18px; width: 18px; text-align: center; color: #fff; }
.search .submit-styling:hover { background-color: #277a99; }
.search .submit-styling input[type="submit"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; line-height: 999px; overflow: hidden; font-size: 0; color: transparent; text-transform: capitalize; height: 100%; width: 100%; position: absolute; top: 0; left: 0; border: none; background: transparent; padding: 0; }
.search .submit-styling input[type="submit"]:focus { background: rgba(255, 255, 255, 0.2); }

.search-prompt { text-align: center; font-size: 2em; }

.result_show { background: #ddebf0; color: #136685; font-size: 1.5em; margin: 15px 0; padding: 10px; float: left; width: 100%; }

.search-results .res, .search-results blockquote.g { color: #616161; font: 1.5em 'Source Sans Pro', Arial, sans-serif; margin-bottom: 25px; clear: both; }
.search-results .res a, .search-results blockquote.g a { color: #166D98; }
.search-results .res .icon-pdf, .search-results blockquote.g .icon-pdf { color: #b00707; }
.search-results .res .icon-globe, .search-results .res .icon-word, .search-results blockquote.g .icon-globe, .search-results blockquote.g .icon-word { color: #136685; }
.search-results .res .snippet_box_text_size, .search-results blockquote.g .snippet_box_text_size { color: #cd4902; }
.search-results blockquote.g { margin: 0 0 25px; padding: 0; border: none; width: auto; font-size: 1em; text-align: left; }
.search-results blockquote.g:before, .search-results blockquote.g:after { display: none; }

.bottom_gnavi { margin-bottom: 35px; padding-top: 25px; text-align: center; border-top: 1px solid #e4e4e4; }

.google_page { display: inline-block; }
.google_page > * { text-align: center; display: inline-block; font-size: 1.5em; padding: 3px 7px; border: none; }
.google_page a { color: #0f293a; padding: 3px 7px; border: none; }
.google_page .i { line-height: 21px; color: #fff; background: #0f293a; }
@media screen and (max-width: 580px) { .google_page { display: none; } }

.pagination { font-size: 1.5em; margin-bottom: 15px; text-align: center; }
.pagination a { margin-right: 10px; }
.pagination a.active { border-bottom: 1px dotted #cd4902; color: #cd4902; }

/**********************************
            FOOTER AREA
**********************************/
#footer-actions { clear: both; padding-top: 10px; padding-bottom: 60px; }

.social-media { display: inline-block; margin: -8px 0 20px; padding: 0; text-align: center; width: 100%; }
@media screen and (max-width: 580px) { .social-media { margin-top: 40px; } }
.social-media li { display: inline-block; list-style: none; margin: 0 5px; }
.social-media li a { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; background: #0f293a; border-radius: 50%; display: block; height: 40px; width: 40px; position: relative; /*@include M-after{
    position: absolute;
    @extend %centered;
    @include M-size(40px);
    border-radius: 50%;
    background: $dark-blue;
    @include M-opacity(1);
    z-index: -1;
}*/ }
.social-media li a:before { font-size: 20px; height: 20px; width: 20px; text-align: center; color: #fff; z-index: 2; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.social-media li a:hover, .social-media li a:focus { background-color: #166D98; width: 40px; /*&:after {
    z-index: 1;
    @include M-animate(0.3s);
    @include M-size(50px);
    @include M-opacity(0);
    left: -5px;
}*/ }
.social-media li a:hover:before, .social-media li a:focus:before { -webkit-transform: scale(1.15); -ms-transform: scale(1.15); transform: scale(1.15); }

footer { background: url(footer-bg.png)/*tpa=http://annualreport.communications.gov.au/assets/images/design/footer-bg.png*/ no-repeat top left; background-size: cover; position: absolute; bottom: -175px; left: 0; min-height: 175px; width: 100%; }
@media screen and (max-width: 1050px) { footer { position: static; } }
footer li { min-height: 175px; position: relative; }
footer li:first-child .number { margin-left: -4px; }
footer li a { height: 100%; width: 100%; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
@media screen and (min-width: 1051px) { footer li a:hover .link-text:before, footer li a:focus .link-text:before { -webkit-animation: arrow_bob 1s infinite linear; -moz-animation: arrow_bob 1s infinite linear; -o-animation: arrow_bob 1s infinite linear; animation: arrow_bob 1s infinite linear; }
  @-webkit-keyframes arrow_bob { 0% { bottom: 10px; }
    50% { bottom: 8px; }
    100% { bottom: 10px; } }
  @-moz-keyframes arrow_bob { 0% { bottom: 10px; }
    50% { bottom: 8px; }
    100% { bottom: 10px; } }
  @-o-keyframes arrow_bob { 0% { bottom: 10px; }
    50% { bottom: 8px; }
    100% { bottom: 10px; } }
  @keyframes arrow_bob { 0% { bottom: 10px; }
    50% { bottom: 8px; }
    100% { bottom: 10px; } } }
@media screen and (max-width: 1050px) { footer li { min-height: 0; }
  footer li a { position: static; display: block; min-height: 75px; } }
footer li:nth-child(1) a { background-color: #353192   /*rgba(0, 9, 56, 0.5)*/; }
footer li:nth-child(1) a:hover, footer li:nth-child(1) a:focus { background-color: #1d1394 /*rgba(0, 5, 31, 0.7)*/; }
footer li:nth-child(2) a { background-color: #3c318f /*rgba(7, 28, 82, 0.5)*/; }
footer li:nth-child(2) a:hover, footer li:nth-child(2) a:focus { background-color: #2a1391 /*rgba(5, 20, 59, 0.7)*/; }
footer li:nth-child(3) a { background-color: #46318c  /*rgba(10, 57, 115, 0.5)*/; }
footer li:nth-child(3) a:hover, footer li:nth-child(3) a:focus { background-color: #3a148e; }
footer li:nth-child(4) a { background-color: #533388 /*rgba(11, 79, 138, 0.5)*/; }
footer li:nth-child(4) a:hover, footer li:nth-child(4) a:focus { background-color: #4b158b /*rgba(7, 52, 91, 0.7)*/; }
footer li:nth-child(5) a { background-color: #613783 /*rgba(10, 107, 150, 0.5)*/; }
footer li:nth-child(5) a:hover, footer li:nth-child(5) a:focus { background-color: #5c1886 /*rgba(7, 73, 102, 0.7)*/; }
footer li:nth-child(6) a { background-color: #6d387a /*rgba(12, 121, 162, 0.5)*/; }
footer li:nth-child(6) a:hover, footer li:nth-child(6) a:focus { background-color: #6d197d /*rgba(8, 86, 115, 0.7)*/; }
footer .link-text { display: block; padding: 0; position: absolute; bottom: 0; right: 15px; width: 50%; height: 100%; }
footer .link-text:before { content: ""; display: inline-block; font-size: 8px; height: 8px; width: 20px; text-align: center; color: #fff; bottom: 10px; }
footer .link-text span { display: block; color: #fff; line-height: 1em; }
footer .link-text .number { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); font-size: 4.8em; float: left; margin-left: -8px; font-family: 'Montserrat', Arial, sans-serif; }
footer .link-text .title { font-size: 1.6em; clear: left; padding-top: 5px; width: 130px; font-weight: 300; }
footer .link-text .rotation { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; position: absolute; bottom: 35px; left: 100%; }
@media screen and (max-width: 1050px) { footer .link-text { width: 100%; height: auto; position: static; display: table; }
  footer .link-text:before { font-size: 30px; height: 30px; width: 30px; text-align: center; position: absolute; top: 0; bottom: 0; margin: auto 0; left: auto; right: 10px; content: ""; }
  footer .link-text span { display: inline-block; }
  footer .link-text .number { -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; font-size: 4.5em; margin-right: 20px; margin-left: 5px !important; width: 50px; }
  footer .link-text .title { font-size: 1.75em; display: table-cell; vertical-align: middle; padding: 0 40px 0 0; width: auto; }
  footer .link-text .rotation { -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; min-height: 64px; position: static; display: table; padding: 10px; } }

/* Magnific Popup CSS */
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; filter: alpha(opacity=80); }

.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }

.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }

.mfp-align-top .mfp-container:before { display: none; }

.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }

.mfp-ajax-cur { cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }

.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }

.mfp-auto-cursor .mfp-content { cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; }

.mfp-loading.mfp-figure { display: none; }

.mfp-hide { display: none !important; }

.mfp-preloader { color: #cccccc; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }

.mfp-preloader a { color: #cccccc; }

.mfp-preloader a:hover { color: white; }

.mfp-s-ready .mfp-preloader { display: none; }

.mfp-s-error .mfp-content { display: none; }

button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; -webkit-box-shadow: none; box-shadow: none; }

button::-moz-focus-inner { padding: 0; border: 0; }

button.mfp-close { position: absolute; right: 5px; top: 5px; text-decoration: none; text-align: center; font-style: normal; font-family: Arial, Baskerville, monospace; color: #616161; background-color: #fff; border: 2px solid #F7F8F9; border-top: none; border-right: none; background: #fff; text-align: center; height: 40px; width: 40px; border-radius: 0 0 0 30px; line-height: 20px; font-size: 28px; padding: 0 0 5px 5px; }

.mfp-close:hover, .mfp-close:focus { opacity: 1; filter: alpha(opacity=100); }

.mfp-close:active { top: 1px; }

.mfp-counter { position: absolute; top: 0; right: 0; color: #cccccc; font-size: 12px; line-height: 18px; }

.mfp-arrow { position: absolute; opacity: 0.65; filter: alpha(opacity=65); margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active { margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a { border-top-width: 13px; border-bottom-width: 13px; top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; }

.mfp-arrow-left { left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a { border-right: 17px solid white; margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b { margin-left: 25px; border-right: 27px solid #3f3f3f; }

.mfp-arrow-right { right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a { border-left: 17px solid white; margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b { border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }

.mfp-iframe-holder .mfp-close { top: -40px; }

.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }

.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: black; }

a.infographic-popup { border: none; }
a.infographic-popup:hover { background: transparent !important; }
a.infographic-popup .caption { padding-left: 1em; font-size: 1em; }
a.infographic-popup.popup--roy img { padding-left: 1em; }
@media screen and (max-width: 580px) { a.infographic-popup.popup--roy img { padding-left: 0; } }

/* Main image in popup */
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 5px; margin: 0 auto; background: #fff; }

/* The shadow behind the image */
.mfp-figure { line-height: 0; }

.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444444; }

.mfp-figure small { color: #bdbdbd; display: block; font-size: 12px; line-height: 14px; }

.mfp-figure figure { margin: 0; }

.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }

.mfp-title { text-align: left; line-height: 18px; color: #f3f3f3; word-wrap: break-word; padding-right: 36px; }

.mfp-image-holder .mfp-content { max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { /** Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
  .mfp-img-mobile img.mfp-img { padding: 0; }
  .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
  .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
  .mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
  .mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; } }
@media all and (max-width: 900px) { .mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); }
  .mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; }
  .mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
  .mfp-container { padding-left: 6px; padding-right: 6px; } }
.mfp-ie7 .mfp-img { padding: 0; }

.mfp-ie7 .mfp-bottom-bar { width: 600px; left: 50%; margin-left: -300px; margin-top: 5px; padding-bottom: 5px; }

.mfp-ie7 .mfp-container { padding: 0; }

.mfp-ie7 .mfp-content { padding-top: 44px; }

.mfp-ie7 .mfp-close { top: 0; right: 0; padding-top: 0; }

/* jQuery Custombox v1.1.3 - 2014/02/18 jQuery Modal Window Effects. http://dixso.github.io/custombox/ (c) 2014 Julio De La Calle - http://dixso.net - @dixso9  Under MIT License - http://www.opensource.org/licenses/mit-license.php */
/* -------------------------------------------------
                Custom styles -------------------------------------------------
*/
.lightbox-info { width: 600px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); background-color: #FFF; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; outline: 0 none; position: relative; }
.lightbox-info h2 { padding: 15px 50px 15px 20px; border-bottom: 1px solid #e4e4e4; margin: 0; }

.info-content { padding: 20px; }
.info-content p { margin: 1em 0 0; }
.info-content p:first-child { margin-top: 0; }

.custombox-overlay { background: rgba(255, 255, 255, 0.5) !important; }

.close-info-btn { position: relative; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; border-radius: 50%; background-color: #fff; display: block; height: 20px; width: 20px; position: absolute; top: 15px; right: 15px; }
.close-info-btn:before, .close-info-btn:after { display: block; content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; background-color: #939393; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.close-info-btn:before { height: 2px; width: 12px; }
.close-info-btn:after { height: 12px; width: 2px; }
.close-info-btn:hover, .close-info-btn:focus { background: #939393; }
.close-info-btn:hover:before, .close-info-btn:hover:after, .close-info-btn:focus:before, .close-info-btn:focus:after { background-color: #fff; color: #fff; }

/* -------------------------------------------------
                Functional styles -------------------------------------------------
*/
.custombox-overlay { position: fixed; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; }

.custombox-modal { position: fixed; top: 50%; left: 50%; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); height: auto; width: 600px; visibility: hidden; }

.custombox-error { padding: 20px; text-align: center; color: #F00; font-weight: bold; font-size: 14px; background-color: #FFF; border-radius: 5px; }

/* ------------------------------------------------- Actions ------------------------------------------------- */
.custombox-show { visibility: visible; }
.custombox-show ~ .custombox-overlay { opacity: 1; visibility: visible; }

.custombox-perspective { height: 100%; overflow: hidden; }
.custombox-perspective body { height: 100%; overflow: hidden; -webkit-perspective: 600px; perspective: 600px; }

.custombox-container { min-height: 100%; }

.custombox-hide-scrollbar { overflow-y: hidden; }
.custombox-hide-scrollbar body { position: relative; overflow: hidden; }

/* ------------------------------------------------- Fade in and scale up ------------------------------------------------- */
.custombox-fadein .custombox-modal-content { -webkit-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); -webkit-transition-property: all; -ms-transition-property: all; transition-property: all; opacity: 0; }

.custombox-show.custombox-fadein .custombox-modal-content { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }

/* -------------------------------------------------
Slide and stick to top ------------------------------------------------- */
.custombox-slide-top { top: 0; }
.custombox-slide-top .custombox-modal-content { -webkit-transform: translateY(-200%); -ms-transform: translateY(-200%); transform: translateY(-200%); -webkit-transition-property: all; -ms-transition-property: all; transition-property: all; opacity: 0; }

.custombox-close.custombox-slide-left-top .custombox-modal-content, .custombox-close.custombox-slide-right-top .custombox-modal-content { -webkit-transform: translateY(-200%); -ms-transform: translateY(-200%); transform: translateY(-200%); -webkit-transition-property: all; -ms-transition-property: all; transition-property: all; opacity: 0; }

.custombox-show.custombox-slide-top .custombox-modal-content { -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); border-radius: 0 0 3px 3px; opacity: 1; }

.custombox-close.custombox-slide-top-bottom .custombox-modal-content, .custombox-close.custombox-slide-right-bottom .custombox-modal-content, .custombox-close.custombox-slide-bottom-bottom .custombox-modal-content, .custombox-close.custombox-slide-left-bottom .custombox-modal-content { -webkit-transform: translateY(200%); -ms-transform: translateY(200%); transform: translateY(200%); }

/* ------------------------------------------------- Slide from the right ------------------------------------------------- */
.custombox-slide-right .custombox-modal-content { -webkit-transform: translateX(20%); -ms-transform: translateX(20%); transform: translateX(20%); opacity: 0; -webkit-transition-timing-function: cubic-bezier(0.25, 0.5, 0.5, 0.9); -ms-transition-timing-function: cubic-bezier(0.25, 0.5, 0.5, 0.9); transition-timing-function: cubic-bezier(0.25, 0.5, 0.5, 0.9); -webkit-transition-property: all; -ms-transition-property: all; transition-property: all; }

.custombox-close.custombox-slide-bottom-right .custombox-modal-content, .custombox-close.custombox-slide-top-right .custombox-modal-content, .custombox-close.custombox-slide-center-right .custombox-modal-content { -webkit-transform: translateX(20%); -ms-transform: translateX(20%); transform: translateX(20%); opacity: 0; -webkit-transition-timing-function: cubic-bezier(0.25, 0.5, 0.5, 0.9); -ms-transition-timing-function: cubic-bezier(0.25, 0.5, 0.5, 0.9); transition-timing-function: cubic-bezier(0.25, 0.5, 0.5, 0.9); -webkit-transition-property: all; -ms-transition-property: all; transition-property: all; }

.custombox-show.custombox-slide-right .custombox-modal-content { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); opacity: 1; }

.custombox-close.custombox-slide-right-left .custombox-modal-content { -webkit-transform: translateX(-20%); -ms-transform: translateX(-20%); transform: translateX(-20%); }

/* -------------------------------------------------
Slide from the bottom ------------------------------------------------- */
.custombox-slide-bottom .custombox-modal-content { -webkit-transform: translateY(20%); -ms-transform: translateY(20%); transform: translateY(20%); opacity: 0; -webkit-transition-property: all; -ms-transition-property: all; transition-property: all; }

.custombox-show.custombox-slide-bottom .custombox-modal-content { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }

.custombox-close.custombox-slide-bottom-top .custombox-modal-content { -webkit-transform: translateY(-20%); -ms-transform: translateY(-20%); transform: translateY(-20%); }

/* ------------------------------------------------- Slide from the left ------------------------------------------------- */
.custombox-slide-left .custombox-modal-content { -webkit-transform: translateX(-20%); -ms-transform: translateX(-20%); transform: translateX(-20%); opacity: 0; -webkit-transition-timing-function: cubic-bezier(0.25, 0.5, 0.5, 0.9); -ms-transition-timing-function: cubic-bezier(0.25, 0.5, 0.5, 0.9); transition-timing-function: cubic-bezier(0.25, 0.5, 0.5, 0.9); -webkit-transition-property: all; -ms-transition-property: all; transition-property: all; }

.custombox-close.custombox-slide-top-left .custombox-modal-content, .custombox-close.custombox-slide-center-left .custombox-modal-content { -webkit-transform: translateX(-20%); -ms-transform: translateX(-20%); transform: translateX(-20%); opacity: 0; -webkit-transition-timing-function: cubic-bezier(0.25, 0.5, 0.5, 0.9); -ms-transition-timing-function: cubic-bezier(0.25, 0.5, 0.5, 0.9); transition-timing-function: cubic-bezier(0.25, 0.5, 0.5, 0.9); -webkit-transition-property: all; -ms-transition-property: all; transition-property: all; }

.custombox-show.custombox-slide-left .custombox-modal-content { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); opacity: 1; }

.custombox-close.custombox-slide-left-right .custombox-modal-content { -webkit-transform: translateX(20%); -ms-transform: translateX(20%); transform: translateX(20%); }

/* -------------------------------------------------
Slide and stick to center ------------------------------------------------- */
.custombox-slide-center .custombox-modal-content { -webkit-transform: translateY(-200%); -ms-transform: translateY(-200%); transform: translateY(-200%); -webkit-transition-property: all; -ms-transition-property: all; transition-property: all; opacity: 0; }

.custombox-show.custombox-slide-center .custombox-modal-content { -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); border-radius: 0 0 3px 3px; opacity: 1; }

/* -------------------------------------------------
Newspaper ------------------------------------------------- */
.custombox-newspaper .custombox-modal-content { -webkit-transform: scale(0) rotate(720deg); -ms-transform: scale(0) rotate(720deg); transform: scale(0) rotate(720deg); opacity: 0; }

.custombox-show.custombox-newspaper ~ .custombox-overlay, .custombox-newspaper .custombox-modal-content { -webkit-transition-property: all; -ms-transition-property: all; transition-property: all; }

.custombox-show.custombox-newspaper .custombox-modal-content { -webkit-transform: scale(1) rotate(0deg); -ms-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); opacity: 1; }

/* -------------------------------------------------
Fall ------------------------------------------------- */
.custombox-fall.custombox-modal { -webkit-perspective: 1300px; -ms-perspective: 1300px; perspective: 1300px; }
.custombox-fall .custombox-modal-content { -webkit-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform: translateZ(600px) rotateX(20deg); -ms-transform: translateZ(600px) rotateX(20deg); transform: translateZ(600px) rotateX(20deg); opacity: 0; }

.custombox-show.custombox-fall .custombox-modal-content { -webkit-transition-timing-function: ease-in; -ms-transition-timing-function: ease-in; transition-timing-function: ease-in; -webkit-transition-property: all; -ms-transition-property: all; transition-property: all; -webkit-transform: translateZ(0) rotateX(0deg); -ms-transform: translateZ(0) rotateX(0deg); transform: translateZ(0) rotateX(0deg); opacity: 1; }

/* -------------------------------------------------
Side fall ------------------------------------------------- */
.custombox-sidefall.custombox-modal { -webkit-perspective: 1300px; -ms-perspective: 1300px; perspective: 1300px; }
.custombox-sidefall .custombox-modal-content { -webkit-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform: translate(30%) translateZ(600px) rotate(10deg); -ms-transform: translate(30%) translateZ(600px) rotate(10deg); transform: translate(30%) translateZ(600px) rotate(10deg); opacity: 0; }

.custombox-show.custombox-sidefall .custombox-modal-content { -webkit-transition-timing-function: ease-in; -ms-transition-timing-function: ease-in; transition-timing-function: ease-in; -webkit-transition-property: all; -ms-transition-property: all; transition-property: all; -webkit-transform: translate(0%) translateZ(0) rotate(0deg); -ms-transform: translate(0%) translateZ(0) rotate(0deg); transform: translate(0%) translateZ(0) rotate(0deg); opacity: 1; }
.custombox-show.custombox-blur ~ .custombox-container * { text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); color: transparent; }
.custombox-show.custombox-blur ~ .custombox-container img { -webkit-filter: blur(10px); -moz-filter: blur(10px); -ms-filter: blur(10px); filter: blur(10px); }

/* -------------------------------------------------
Blur ------------------------------------------------- */
.custombox-blur .custombox-modal-content { -webkit-transform: translateY(-5%); -ms-transform: translateY(-5%); transform: translateY(-5%); opacity: 0; -webkit-transition-property: all; -ms-transition-property: all; transition-property: all; }

.custombox-show.custombox-blur ~ .custombox-container { -webkit-transition-property: all; -ms-transition-property: all; transition-property: all; }
.custombox-show.custombox-blur .custombox-modal-content { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }

/* -------------------------------------------------
3D Flip horizontal ------------------------------------------------- */
.custombox-flip-horizontal.custombox-modal { -webkit-perspective: 1300px; -ms-perspective: 1300px; perspective: 1300px; }
.custombox-flip-horizontal .custombox-modal-content { -webkit-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform: rotateY(-70deg); transform: rotateY(-70deg); -webkit-transition-property: all; -ms-transition-property: all; transition-property: all; opacity: 0; }

.custombox-show.custombox-flip-horizontal .custombox-modal-content { -webkit-transform: rotateY(0deg); -ms-transform: rotateY(0deg); transform: rotateY(0deg); opacity: 1; }

/* -------------------------------------------------
3D Flip vertical ------------------------------------------------- */
.custombox-flip-vertical.custombox-modal { -webkit-perspective: 1300px; -ms-perspective: 1300px; perspective: 1300px; }
.custombox-flip-vertical .custombox-modal-content { -webkit-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform: rotateX(-70deg); -ms-transform: rotateX(-70deg); transform: rotateX(-70deg); -webkit-transition-property: all; -ms-transition-property: all; transition-property: all; opacity: 0; }

.custombox-show.custombox-flip-vertical .custombox-modal-content { -webkit-transform: rotateX(0deg); -ms-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }

/* -------------------------------------------------
3D Sign ------------------------------------------------- */
.custombox-sign.custombox-modal { -webkit-perspective: 1300px; -ms-perspective: 1300px; perspective: 1300px; }
.custombox-sign .custombox-modal-content { -webkit-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform: rotateX(-60deg); -ms-transform: rotateX(-60deg); transform: rotateX(-60deg); -webkit-transform-origin: 50% 0; -ms-transform-origin: 50% 0; transform-origin: 50% 0; opacity: 0; -webkit-transition-property: all; -ms-transition-property: all; transition-property: all; }

.custombox-show.custombox-sign .custombox-modal-content { -webkit-transform: rotateX(0deg); -ms-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }

/* -------------------------------------------------
Super scaled ------------------------------------------------- */
.custombox-superscaled .custombox-modal-content { -webkit-transform: scale(2); -ms-transform: scale(2); transform: scale(2); opacity: 0; -webkit-transition-property: all; -ms-transition-property: all; transition-property: all; }

.custombox-show.custombox-superscaled .custombox-modal-content { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; }

/* -------------------------------------------------
3D Slit ------------------------------------------------- */
.custombox-slit.custombox-modal { -webkit-perspective: 1300px; -ms-perspective: 1300px; perspective: 1300px; }
.custombox-slit .custombox-modal-content { -webkit-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform: translateZ(-3000px) rotateY(90deg); -ms-transform: translateZ(-3000px) rotateY(90deg); transform: translateZ(-3000px) rotateY(90deg); opacity: 0; }

.custombox-show.custombox-slit .custombox-modal-content { -webkit-animation: slit .7s forwards ease-out; -ms-animation: slit .7s forwards ease-out; animation: slit .7s forwards ease-out; }

@-webkit-keyframes slit { 50% { -webkit-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -webkit-animation-timing-function: ease-out; }
  100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; } }
@-ms-keyframes slit { 50% { -ms-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -ms-animation-timing-function: ease-out; }
  100% { -ms-transform: translateZ(0) rotateY(0deg); opacity: 1; } }
@keyframes slit { 50% { transform: translateZ(-250px) rotateY(89deg); opacity: 1; animation-timing-function: ease-out; }
  100% { transform: translateZ(0) rotateY(0deg); opacity: 1; } }
/* -------------------------------------------------
3D Rotate from bottom ------------------------------------------------- */
.custombox-rotate-bottom.custombox-modal { -webkit-perspective: 1300px; -ms-perspective: 1300px; perspective: 1300px; }
.custombox-rotate-bottom .custombox-modal-content { -webkit-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform: translateY(100%) rotateX(90deg); -ms-transform: translateY(100%) rotateX(90deg); transform: translateY(100%) rotateX(90deg); -webkit-transform-origin: 0 100%; -ms-transform-origin: 0 100%; transform-origin: 0 100%; opacity: 0; -webkit-transition-timing-function: ease-out; -ms-transition-timing-function: ease-out; transition-timing-function: ease-out; -webkit-transition-property: all; -ms-transition-property: all; transition-property: all; }

.custombox-show.custombox-rotate-bottom .custombox-modal-content { -webkit-transform: translateY(0%) rotateX(0deg); -ms-transform: translateY(0%) rotateX(0deg); transform: translateY(0%) rotateX(0deg); opacity: 1; }

/* -------------------------------------------------
3D Rotate in from left ------------------------------------------------- */
.custombox-rotate-left.custombox-modal { -webkit-perspective: 1300px; -ms-perspective: 1300px; perspective: 1300px; }
.custombox-rotate-left .custombox-modal-content { -webkit-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg); -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg); transform: translateZ(100px) translateX(-30%) rotateY(90deg); -webkit-transform-origin: 0 100%; -ms-transform-origin: 0 100%; transform-origin: 0 100%; opacity: 0; -webkit-transition-property: all; -ms-transition-property: all; transition-property: all; }

.custombox-show.custombox-rotate-left .custombox-modal-content { -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg); -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg); transform: translateZ(0px) translateX(0%) rotateY(0deg); opacity: 1; }
.custombox-show.custombox-letmein ~ .custombox-container { height: 100%; overflow: hidden; -webkit-transition-property: -webkit-transform; -ms-transition-property: -ms-transform; transition-property: transform; -webkit-transform: rotateX(-2deg); -ms-transform: rotateX(-2deg); transform: rotateX(-2deg); -webkit-transform-origin: 50% 0%; -ms-transform-origin: 50% 0%; transform-origin: 50% 0%; -webkit-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; }
.custombox-show.custombox-letmein ~ .custombox-overlay { -webkit-transform: rotateX(-2deg); -ms-transform: rotateX(-2deg); transform: rotateX(-2deg); -webkit-transform-origin: 50% 0%; -ms-transform-origin: 50% 0%; transform-origin: 50% 0%; -webkit-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; }

/* -------------------------------------------------
Slide in from bottom with perspective on container ------------------------------------------------- */
.custombox-letmein .custombox-modal-content { opacity: 0; -webkit-transform: translateY(200%); -ms-transform: translateY(200%); transform: translateY(200%); }

.custombox-show.custombox-letmein .custombox-modal-content { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; -webkit-transition-property: all; -ms-transition-property: all; transition-property: all; }
.custombox-show.custombox-makeway ~ .custombox-container { height: 100%; overflow: hidden; }
.custombox-show.custombox-makeway ~ .custombox-overlay { background: rgba(143, 27, 15, 0.8); -webkit-transition-property: all; -ms-transition-property: all; transition-property: all; }
.custombox-show.custombox-makeway ~ .custombox-container, .custombox-show.custombox-makeway ~ .custombox-overlay { -webkit-transform-style: preserve-3d; -webkit-transform-origin: 0% 50%; -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in; -ms-transform-style: preserve-3d; -ms-transform-origin: 0% 50%; -ms-animation: rotateRightSideFirst 0.5s forwards ease-in; transform-style: preserve-3d; transform-origin: 0% 50%; animation: rotateRightSideFirst 0.5s forwards ease-in; }

/* -------------------------------------------------
Slide from right with perspective on container ------------------------------------------------- */
@-webkit-keyframes rotateRightSideFirst { 50% { -webkit-transform: translateZ(-50px) rotateY(5deg); -webkit-animation-timing-function: ease-out; }
  100% { -webkit-transform: translateZ(-200px); } }
@-ms-keyframes rotateRightSideFirst { 50% { -ms-transform: translateZ(-50px) rotateY(5deg); -ms-animation-timing-function: ease-out; }
  100% { -ms-transform: translateZ(-200px); } }
@keyframes rotateRightSideFirst { 50% { transform: translateZ(-50px) rotateY(5deg); animation-timing-function: ease-out; }
  100% { transform: translateZ(-200px); } }
.custombox-makeway .custombox-modal-content { -webkit-transform: translateX(200%); -ms-transform: translateX(200%); transform: translateX(200%); opacity: 0; }

.custombox-show.custombox-makeway .custombox-modal-content { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); opacity: 1; -webkit-transition-property: all; -ms-transition-property: all; transition-property: all; }
.custombox-show.custombox-slip ~ .custombox-container { height: 100%; overflow: hidden; }
.custombox-show.custombox-slip ~ .custombox-overlay { -webkit-transition-property: all; -ms-transition-property: all; transition-property: all; }
.custombox-show.custombox-slip ~ .custombox-container, .custombox-show.custombox-slip ~ .custombox-overlay { -webkit-transform-style: preserve-3d; -webkit-transform-origin: 50% 100%; -webkit-animation: OpenTop 0.5s forwards ease-in; -ms-transform-style: preserve-3d; -ms-transform-origin: 50% 100%; -ms-animation: OpenTop 0.5s forwards ease-in; transform-style: preserve-3d; transform-origin: 50% 100%; animation: OpenTop 0.5s forwards ease-in; }

/* -------------------------------------------------
Slip in from the top with perspective on container ------------------------------------------------- */
@-webkit-keyframes OpenTop { 50% { -webkit-transform: rotateX(10deg); -webkit-animation-timing-function: ease-out; } }
@-ms-keyframes OpenTop { 50% { -ms-transform: rotateX(10deg); -ms-animation-timing-function: ease-out; } }
@keyframes OpenTop { 50% { transform: rotateX(10deg); animation-timing-function: ease-out; } }
.custombox-slip .custombox-modal-content { -webkit-transform: translateY(-200%); -ms-transform: translateY(-200%); transform: translateY(-200%); opacity: 0; }

.custombox-show.custombox-slip .custombox-modal-content { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; -webkit-transition-property: all; -ms-transition-property: all; transition-property: all; }

@media print { /************************\      Print styles  \***********************/
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
  /*Black prints faster: sanbeiji.com/archives/953*/
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  /*Don't show links for images or js/internal links*/
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  /*css-discuss.incutio.com/wiki/Printing_Tables*/
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  .oldie * { box-sizing: content-box !important; } }


/* SPF Hacks */

h1, h2, h3, h4, h5, h6
{
  margin-bottom: 12px !important; 
}

#contentcolumn .section h1
{
  padding-bottom: 0 !important; 
  border-bottom-width: 0 !important; ;
  border-bottom-style: none !important; ;
  border-bottom-color: transparent  !important;
}

.page-background
{
  background-color:  #929292 !important;
  background-image:  none  !important;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

#contentcolumn .section, #rightcolumn .section, #emergencyalert, #footercontainer, #asidenav
{
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

#contentcolumn .section
{
  background-color: #ffffff;
  background-image:  none  !important;
  background-repeat: o-repeat;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  padding-top: 0 !important;
  padding-right: 15px;
  padding-bottom: 7px;
  padding-left: 15px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom:  0 !important;
  margin-left: 0px;
  clear: left;
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: transparent  !important;
  border-right-color: transparent  !important;
  border-bottom-color: transparent  !important;
  border-left-color: transparent  !important;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
}

#dropdownnav
{
  border-top-left-radius:  0 !important;
  border-top-right-radius:  0 !important;
  border-bottom-right-radius:  0 !important;
  border-bottom-left-radius:  0 !important;
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: transparent  !important;
  border-right-color: transparent  !important;
  border-bottom-color: transparent  !important;
  border-left-color: transparent  !important;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  width: 100%;
  color: #efefef;
  float: left;
  background-color:#A60306 !important;
}

#footersitelinksblock
{
/*  padding-top:  0 !important;  */
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 7px;
  overflow-x: hidden;
  overflow-y: hidden;
}

#headercontainer
{
   background-color: #ffffff;
}

#logocontainer h1
{
  text-shadow: none !important;
  color: #000000 !important;
  text-align: left;
  font-size: 1.571em;
  line-height: 1.357em;
  max-width: 60%;
  width: auto;
  margin-top: 14px;
  margin-right: 35px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding-left: 15px;
  display: table;
  vertical-align: inherit;
  height: 60px;
  overflow-x: hidden;
  overflow-y: hidden;
}


#dropdownnav 
{
 font-family: 'Source Sans Pro', Arial, sans-serif; font-weight: 300; line-height: 1.5em !important;
}

#sitesearch
{
  padding-right: 15px !important;
  margin-right: 15px !important;
}

#siteinformationnav
{
  background-color: #49328c !important;
  border-top-left-radius:  0 !important;
  border-top-right-radius:  0 !important;
  border-bottom-right-radius:  0 !important;
  border-bottom-left-radius:  0 !important;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #4a4a4a;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #4a4a4a;
}

 div#dropdownnav
{
  background-color: #49328c !important;
  border-top-color: #49328c !important;
  border-bottom-color: #49328c !important;
}

#dropdownnav
{
font: 1.65em 'Source Sans Pro', Arial, sans-serif  !important;
  background-color: #49328c !important;
  border-top-color: #49328c !important;
  border-bottom-color: #49328c !important;
}

#dropdownnav
{
font: 1.65em 'Source Sans Pro', Arial, sans-serif  !important;
}

/* #footercontainer, div#footersitelinksblock,  */

 div#footercontainer.clearfix
{
    /*    border-top: 6px solid  #929292;  */
    margin-top: 14px;
        font: 1.65em 'Source Sans Pro', Arial, sans-serif  !important;
}

div#navcontainer.clearfix
{
    padding-bottom: -20px !important;
}


div#addthisbutton.clearfix
{
    display: none;
}

#sitesearch input.button
{
  background-position: -10px -10px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

#logocontainer img
{
  margin-left: 15px !important;
}

/*Buttons for annual report*/
a.btn {
    text-decoration: none !important;
}
/* .btn {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}  */
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    /*    border-radius: 4px;  */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline-width: thin;
    outline-style: dotted;
    outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #333333;
    text-decoration-line: none;
    text-decoration-style: solid;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #333333;
    text-decoration-line: none;
    text-decoration-style: solid;
}.btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background-color: #286090;
    border-top-color: #122b40;
    border-right-color: #122b40;
    border-bottom-color: #122b40;
    border-left-color: #122b40;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #286090;
    border-top-color: #204d74;
    border-right-color: #204d74;
    border-bottom-color: #204d74;
    border-left-color: #204d74;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
.right {
    text-align: right;
}
.centre {
    text-align: center;
}
.prv-btn {
    padding-left: 6px;
}
.nxt-btn {
    padding-right: 6px;
}