﻿@charset "UTF-8";
/*================================================*\
	MAIN CSS OUTPUT FILE (MODERN BROWSERS)
//-----------------------------------------------
//	This is the file that compiles the css for
//	modern browsers
\*================================================*/
/*material-icons and printer.png provided by google (https://fonts.googleapis.com/icon?family=Material+Icons)*/

@import url(https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic);

@font-face {
    font-family: 'icons';
    src: url("../fonts/icon-font/icons.eot?-nx4lre");
    src: url("../fonts/icon-font/icons.eot?#iefix-nx4lre") format("embedded-opentype"), url("../fonts/icon-font/icons.woff?-nx4lre") format("woff"), url("../fonts/icon-font/icons.ttf?-nx4lre") format("truetype"), url("../fonts/icon-font/icons.svg?-nx4lre#icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon-arrow-down:before {
    content: "" !important;
}

.icon-arrow-left:before {
    content: "" !important;
}

.icon-arrow-right:before {
    content: "" !important;
}

.icon-arrow-up:before {
    content: "" !important;
}

.icon-aus:before {
    content: "" !important;
}

.icon-downloads:before {
    content: "" !important;
}

.icon-insights:before {
    content: "" !important;
}

.icon-pdf:before {
    content: "" !important;
}

.icon-word:before {
    content: "" !important;
}

.icon-excel:before {
    content: "" !important;
}

.icon-powerpoint:before {
    content: "" !important;
}

.icon-rtf:before {
    content: "" !important;
}

.icon-search:before {
    content: "" !important;
}

.icon-text:before {
    content: "" !important;
}

.icon-cross:before {
    content: "" !important;
}

.icon-tick:before {
    content: "" !important;
}

.icon-external:before {
    content: "" !important;
}

.icon-info:before {
    content: "" !important;
}

#contentPanel > a /* orphaned a's*/ {
    display: block;
}

/*$gutter-common: (
	'default': $VG-block-spacing,
	$MQG-block-spacing--reduced: $VG-block-spacing--mobile,
);*/
/*//You can alter the available grid gutter classes here
//usage: class="grid grid--gutter-blocks"
$cellBorders: (
	'blocks': $border-common,
);

//The fall back color for IE8 gutters
$gutter-ieFallback: $CG-bodyBG;
*/
/*$width-common: (
	'default': $width-common,
	$MQG-block-spacing--reduced: $VG-block-spacing--mobile,
);*/
/*$gutter-common: (
	'default': $VG-block-spacing,
	$MQG-block-spacing--reduced: $VG-block-spacing--mobile,
);*/
/*$padding-common: (
	'default': $VG-block-spacing,
	$MQG-block-spacing--reduced: $VG-block-spacing--mobile,
);*/
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home { width: map-get($icon-home, 'width');
}

At the bottom of this section, we provide information about the spritesheet itself
*/
/*
SCSS variables are information about icon's compiled state, stored under its original file name
    map
.icon-home { width: map-get($icon-home, 'width');
}

At the bottom of this section, we provide information about the spritesheet itself
*/
/*================================================*\
	SPRITE SHEET LIST
\*================================================*/
.js .styledBrowse input {
    opacity: 0;
}

input[type="radio"]:checked + label:after, input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

nav ul, .grid, .selectAccordion-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.TK-appearanceNone, [type="submit"], .styledSelect select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0;
}

.TK-imgReplace {
    font-size: 0em;
    text-shadow: none;
    color: transparent;
    text-transform: capitalize;
    display: block;
}

.TK-imgReplace2 {
    line-height: 999px;
    overflow: hidden;
    font-size: 0;
    color: transparent;
    text-transform: capitalize;
}

.TK-visHid, .TK-skipLink, input[type="radio"], input[type="checkbox"] {
    border: 0;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    opacity: 0;
}

    .TK-visHid--show, .TK-skipLink:active, .TK-skipLink:focus {
        width: auto;
        height: auto;
        position: static;
        opacity: 1;
    }

.TK-centered {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.TK-centered--h, .tooltip-text:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.TK-centered--v {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.TK-clearFix:before, .no-flexbox .grid--enableWrapping:before, .no-flexbox .grid--ieFloat:before, .TK-clearFix:after, .no-flexbox .grid--enableWrapping:after, .no-flexbox .grid--ieFloat:after {
    content: "";
    display: table;
    width: 100%;
}

.TK-clearFix:after, .no-flexbox .grid--enableWrapping:after, .no-flexbox .grid--ieFloat:after {
    clear: both;
}

[class^="icon-"]:before, [class^="icon-"]:after, [class*=" icon-"]:before, [class*=" icon-"]: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$=".rtf"]:before, a[href$=".RTF"]:before {
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    speak: none;
    text-transform: none;
    text-align: center;
    text-indent: 0;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*================================================*\
	SPRITE MIXINS
\*================================================*/
[class*=" sprite-"], [class^="sprite-"] {
    background-image: url("../images/auto-sprite/LD-retina-autosprite.png");
    display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192ppi), only screen and (min-resolution: 2dppx) {
    [class*=" sprite-"], [class^="sprite-"] {
        background-size: 32px 31.5px;
        background-image: url("../images/auto-sprite/HD-retina-autosprite.png");
    }
}

.sprite-excel {
    background-position: 0px -17px;
    width: 15px;
    height: 14.5px;
}

.sprite-pdf {
    background-position: 0px 0px;
    width: 15px;
    height: 15px;
}

.sprite-powerpoint {
    background-position: -17px -17px;
    width: 15px;
    height: 14.5px;
}

.sprite-word {
    background-position: -17px 0px;
    width: 15px;
    height: 15px;
}

[class*=" sprite-nonRetina-"], [class^="sprite-nonRetina-"] {
    background-image: url("../images/auto-sprite/LD-nonRetina-autosprite.png");
    display: inline-block;
}

.sprite-nonRetina-external-link {
    background-position: -17px -17px;
    width: 10px;
    height: 11px;
}

.sprite-nonRetina-globe {
    background-position: 0px 0px;
    width: 15px;
    height: 15px;
}

.sprite-nonRetina-music {
    background-position: 0px -17px;
    width: 15px;
    height: 14px;
}

.sprite-nonRetina-podcast {
    background-position: -17px 0px;
    width: 15px;
    height: 15px;
}

/*@include M-animate(0.5s);
@include M-animate((
(
	attributes: margin padding background, (default: all)
	duration: 0.2s,
	delay: '',
	ease: ease-in-out
), (
	attributes: border-radius,
	duration: 0.5s
)
));
*/
input[type="radio"] + label:before, input[type="radio"] + label:after, input[type="checkbox"] + label:before, input[type="checkbox"] + label:after {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/*   SHARED ANIMATION EFFECTS   */
/*******************************************\
	RUMBLE EFFECT
---------------------------------------------
	Element jitteres from side to side
\*******************************************/
@-webkit-keyframes rumble {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    20% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    40% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    60% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    80% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes rumble {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    20% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    40% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    60% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    80% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.rumble, .rumble--onHover:hover {
    -webkit-animation: rumble 0.5s infinite linear both;
    animation: rumble 0.5s infinite linear both;
}

.rumbleSingle, .rumbleSingle--onHover:hover {
    -webkit-animation: rumble 0.5s 1 linear both;
    animation: rumble 0.5s 1 linear both;
}

/*******************************************\
	SPIN EFFECT
---------------------------------------------
	Element spins around in one spot
\*******************************************/
@-webkit-keyframes spin--clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin--clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin--anticlockwise {
    0% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes spin--anticlockwise {
    0% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.spin, .spin--onHover:hover {
    -webkit-animation: spin--clockwise 1s infinite linear both;
    animation: spin--clockwise 1s infinite linear both;
}

.spinSingle, .spinSingle--onHover:hover {
    -webkit-animation: spin--1s 1 infinite linear both;
    animation: spin--1s 1 infinite linear both;
}

/*******************************************\
	POP IN EFFECT
---------------------------------------------
	Element starts off hidden, then quickly
	grows large, then snaps to normal size
	(requires element to start at opacity:0)
\*******************************************/
@-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;
    }
}

@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;
    }
}
/*******************************************\
	PULSE EFFECT
---------------------------------------------
	Element periodically grows slightly and
	then shrinks again.
\*******************************************/
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    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.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.pulse, .pulse--onHover:hover {
    -webkit-animation: pulse 1s infinite linear both;
    animation: pulse 1s infinite linear both;
}

.pulseSingle, .pulseSingle--onHover:hover {
    -webkit-animation: pulse 1s 1 linear both;
    animation: pulse 1s 1 linear both;
}

/*******************************************\
	Fade In Out
---------------------------------------------
	Element fades in then out again
\*******************************************/
@-webkit-keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.grid, .grid--hasInners > .grid-cell {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.grid--vAlign > .grid-cell, .grid--vAlign.grid--hasInners > .grid-cell > .grid-inner {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

/*-- Chart --*/
.c3 svg {
    font: 10px sans-serif;
}

.c3 path, .c3 line {
    fill: none;
    stroke: #000;
}

.c3 text {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.c3-legend-item-tile, .c3-xgrid-focus, .c3-ygrid, .c3-event-rect, .c3-bars path {
    shape-rendering: crispEdges;
}

.c3-chart-arc path {
    stroke: #fff;
}

.c3-chart-arc text {
    fill: #fff;
    font-size: 13px;
}

/*-- Axis --*/
/*-- Grid --*/
.c3-grid line {
    stroke: #aaa;
}

.c3-grid text {
    fill: #aaa;
}

.c3-xgrid, .c3-ygrid {
    stroke-dasharray: 3 3;
}

/*-- Text on Chart --*/
.c3-text.c3-empty {
    fill: #808080;
    font-size: 2em;
}

/*-- Line --*/
.c3-line {
    stroke-width: 1px;
}

/*-- Point --*/
.c3-circle._expanded_ {
    stroke-width: 1px;
    stroke: white;
}

.c3-selected-circle {
    fill: white;
    stroke-width: 2px;
}

/*-- Bar --*/
.c3-bar {
    stroke-width: 0;
}

    .c3-bar._expanded_ {
        fill-opacity: 0.75;
    }

/*-- Focus --*/
.c3-target.c3-focused {
    opacity: 1;
}

    .c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
        stroke-width: 2px;
    }

.c3-target.c3-defocused {
    opacity: 0.3 !important;
}

/*-- Region --*/
.c3-region {
    fill: steelblue;
    fill-opacity: 0.1;
}

/*-- Brush --*/
.c3-brush .extent {
    fill-opacity: 0.1;
}

/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item {
    font-size: 12px;
}

.c3-legend-item-hidden {
    opacity: 0.15;
}

.c3-legend-background {
    opacity: 0.75;
    fill: white;
    stroke: lightgray;
    stroke-width: 1;
}

/*-- Tooltip --*/
.c3-tooltip-container {
    z-index: 10;
}

.c3-tooltip {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    empty-cells: show;
    -webkit-box-shadow: 7px 7px 12px -9px #777777;
    -moz-box-shadow: 7px 7px 12px -9px #777777;
    box-shadow: 7px 7px 12px -9px #777777;
    opacity: 0.9;
}

    .c3-tooltip tr {
        border: 1px solid #CCC;
    }

    .c3-tooltip th {
        background-color: #000000 !important;
        font-size: 14px;
        padding: 2px 5px;
        text-align: left;
        color: #ffffff;
    }

    .c3-tooltip td {
        font-size: 13px;
        padding: 3px 6px;
        background-color: #ffffff !important;
        color: #000000;
        border-left: 1px dotted #999;
    }

        .c3-tooltip td > span {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin-right: 6px;
        }

        .c3-tooltip td.value {
            text-align: right;
        }

/*-- Area --*/
.c3-area {
    stroke-width: 0;
    opacity: 0.2;
}

/*-- Arc --*/
.c3-chart-arcs-title {
    dominant-baseline: middle;
    font-size: 1.3em;
}

.c3-chart-arcs .c3-chart-arcs-background {
    fill: #e0e0e0;
    stroke: none;
}

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
    fill: #000;
    font-size: 16px;
}

.c3-chart-arcs .c3-chart-arcs-gauge-max {
    fill: #777;
}

.c3-chart-arcs .c3-chart-arcs-gauge-min {
    fill: #777;
}

.c3-chart-arc .c3-gauge-value {
    fill: #000; /*  font-size: 28px !important;*/
}

/*! 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, button:focus {
        outline: 1px dotted #000;
    }

    a:active, a:hover {
        outline: none;
    }

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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, 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;
}

/*================================================*\
	BASE ELEMENT STYLING
//----------------------------------------------------
//	This file holds base styling for elements.
//	Try to avoid placing classes in here
//	these are essentially site resets
\*================================================*/
* {
    margin-bottom: 0;
    margin-top: 1em;
}

    *:first-child {
        margin-top: 0;
    }

    *:before, *:after, * {
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        box-sizing: border-box;
        *behavior: url(../htc/boxsizing.htc);
    }

span, em, strong, a, b, i, input, div, textarea, select, header, footer, aside, time, html, form, nav, nav li {
    margin-top: 0;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 16px;
    line-height: 20.8px;
    line-height: 2.08rem;
    font-size: 1.6rem;
    font-family: "Lora", Times New Roman, Times, serif;
    margin: 0;
    color: #505050;
}

/*HEADINGS*/
h1, h2, h3, h4, h5, h6 {
    color: #505050;
    font-weight: 400;
}

h1, h2 {
    font-size: 26px;
    line-height: 33.8px;
    line-height: 3.38rem;
    font-size: 2.6rem;
}

h1 {
    margin-top: 30px;
}

h2 {
    margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
    h2 {
        font-size: 22px;
        line-height: 28.6px;
        line-height: 2.86rem;
        font-size: 2.2rem;
    }
}

h3 {
    font-size: 22px;
    line-height: 28.6px;
    line-height: 2.86rem;
    font-size: 2.2rem;
    margin-bottom: 5px;
}

p, li {
    line-height: 24px;
    line-height: 2.4rem;
}

p {
    margin: 7px 0 0;
}

a {
    text-decoration: none;
    color: #00746A;
}

ul, li {
    list-style-type: none;
}

@media screen and (min-width: 961px) {
    a:hover, a:focus {
        text-decoration: underline;
    }
}

label, input[type=radio], input[type=checkbox] {
    cursor: pointer;
}

blockquote {
    background-color: #F3F3F3;
    margin: 1em 0 0;
    padding: 20px;
    font-size: 16px;
    line-height: 20.8px;
    line-height: 2.08rem;
    font-size: 1.6rem;
}

/************\ Tables
\************/
table {
    margin-top: 20px;
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

    table:first-child {
        margin-top: 0;
    }

    table th, table td {
        padding: 5px;
        border: 1px solid #fff;
        padding: 15px;
    }

    table th {
        font-weight: 700;
        text-align: center;
    }

    table thead th {
        font-size: 18px;
        line-height: 23.4px;
        line-height: 2.34rem;
        font-size: 1.8rem;
        background-color: #E5E5E5;
        background-color: rgba(229, 229, 229, 0.7);
        text-align: center;
    }

        table thead th:first-child {
            text-align: left;
        }

    table tbody th {
        background-color: #ececec;
        background-color: rgba(236, 236, 236, 0.7);
    }

    table tbody tr:nth-child(odd) th {
        background-color: #ededed;
        background-color: rgba(237, 237, 237, 0.7);
    }

    table tbody tr:nth-child(odd) td {
        background-color: #F5F5F5;
        background-color: rgba(245, 245, 245, 0.7);
    }

    table tbody td {
        text-align: center
    }

    table td {
        background-color: #F3F3F3;
        background-color: rgba(243, 243, 243, 0.7);
    }

@media screen and (max-width: 600px) {
    table thead th, table thead td, table tbody th, table tbody td {
        font-size: 14px;
        line-height: 18.2px;
        line-height: 1.82rem;
        font-size: 1.4rem;
    }
}

.tableWrap {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

@media screen and (max-width: 1050px) {
    .tableWrap {
        background-image: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, #505050, rgba(80, 80, 80, 0)), -webkit-linear-gradient(right, #505050, rgba(80, 80, 80, 0));
        background-image: -moz-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -moz-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -moz-linear-gradient(left, #505050, rgba(80, 80, 80, 0)), -moz-linear-gradient(right, #505050, rgba(80, 80, 80, 0));
        background-image: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -o-linear-gradient(left, #505050, rgba(80, 80, 80, 0)), -o-linear-gradient(right, #505050, rgba(80, 80, 80, 0));
        background-image: linear-gradient(left, #fff, rgba(255, 255, 255, 0)), linear-gradient(right, #fff, rgba(255, 255, 255, 0)), linear-gradient(left, #505050, rgba(80, 80, 80, 0)), linear-gradient(right, #505050, rgba(80, 80, 80, 0));
        background-position: 0 0, 100% 0, 0 0, 100% 0;
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: 220px 100%, 220px 100%, 20px 100%, 20px 100%;
        background-attachment: local, local, scroll, scroll;
    }
}

/*================================================*\
	THE TOOL KIT
//----------------------------------------------------
//	This file holds one off classes designed to be
//	used globally for a specific function
\*================================================*/
.TK-noDots {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .TK-noDots li {
        margin: 0;
    }

.TK-imgReplace br {
    display: none;
}

.TK-noWrap {
    white-space: nowrap;
}

.TK-elipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.TK-hide {
    display: none;
}

.TK-jsHide {
    display: none;
}

.no-js .TK-jsHide {
    display: block;
}

.no-js .TK-noJsHide {
    display: none;
}

.TK-offScreen {
    position: absolute;
    left: -999em;
}

.TK-clear {
    clear: both;
}

.TK-clear--left {
    clear: left;
}

.TK-clear--right {
    clear: right;
}

@media screen and (min-width: 601px) {
    .TK-mobileOnly {
        display: none !important;
    }
}

@media not screen and (max-width: 960px) and (min-width: 601px) {
    .TK-tabletOnly {
        display: none !important;
    }
}

@media screen and (max-width: 960px) {
    .TK-desktopOnly {
        display: none !important;
    }
}

@media screen and (max-width: 600px) {
    .TK-nonMobile {
        display: none !important;
    }
}

@media screen and (max-width: 960px) and (min-width: 601px) {
    .TK-nonTablet {
        display: none !important;
    }
}

@media screen and (min-width: 961px) {
    .TK-nonDesktop {
        display: none !important;
    }
}

.TK-animate {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.TK-animate--medium {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.TK-animate--slow {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.TK-relative {
    position: relative;
}

.TK-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.TK-float--left {
    float: left;
}

.TK-float--right {
    float: right;
}

.TK-inlineBlock {
    display: inline-block;
}

.TK-pageWidth {
    max-width: 1050px;
}

.TK-pageWidth, .TK-pageWidth--extended {
    margin: 0 auto;
}

.TK-pageWidth--extended {
    max-width: 1200px;
}

.TK-smallText {
    font-size: 0.7em;
}

.TK-overflowShadow {
    overflow-x: auto;
    overflow-y: hidden;
}

@media screen and (max-width: 1050px) {
    .TK-overflowShadow {
        background-image: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, #505050, rgba(80, 80, 80, 0)), -webkit-linear-gradient(right, #505050, rgba(80, 80, 80, 0));
        background-image: -moz-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -moz-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -moz-linear-gradient(left, #505050, rgba(80, 80, 80, 0)), -moz-linear-gradient(right, #505050, rgba(80, 80, 80, 0));
        background-image: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -o-linear-gradient(left, #505050, rgba(80, 80, 80, 0)), -o-linear-gradient(right, #505050, rgba(80, 80, 80, 0));
        background-image: linear-gradient(left, #fff, rgba(255, 255, 255, 0)), linear-gradient(right, #fff, rgba(255, 255, 255, 0)), linear-gradient(left, #505050, rgba(80, 80, 80, 0)), linear-gradient(right, #505050, rgba(80, 80, 80, 0));
        background-position: 0 0, 100% 0, 0 0, 100% 0;
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: 220px 100%, 220px 100%, 20px 100%, 20px 100%;
        background-attachment: local, local, scroll, scroll;
    }
}

.TK-overflowShadow--v {
    overflow-y: auto;
    overflow-x: hidden;
}

@media screen and (max-width: 1050px) {
    .TK-overflowShadow--v {
        background-image: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(top, #505050, rgba(80, 80, 80, 0)), -webkit-linear-gradient(bottom, #505050, rgba(80, 80, 80, 0));
        background-image: -moz-linear-gradient(top, #fff, rgba(255, 255, 255, 0)), -moz-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0)), -moz-linear-gradient(top, #505050, rgba(80, 80, 80, 0)), -moz-linear-gradient(bottom, #505050, rgba(80, 80, 80, 0));
        background-image: -o-linear-gradient(top, #fff, rgba(255, 255, 255, 0)), -o-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0)), -o-linear-gradient(top, #505050, rgba(80, 80, 80, 0)), -o-linear-gradient(bottom, #505050, rgba(80, 80, 80, 0));
        background-image: linear-gradient(top, #fff, rgba(255, 255, 255, 0)), linear-gradient(bottom, #fff, rgba(255, 255, 255, 0)), linear-gradient(top, #505050, rgba(80, 80, 80, 0)), linear-gradient(bottom, #505050, rgba(80, 80, 80, 0));
        background-position: 0 0, 0 100%, 0 0, 0 100%;
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: 100% 220px, 100% 220px, 100% 20px, 100% 20px;
        background-attachment: local, local, scroll, scroll;
    }
}

input, textarea, .styledSelect {
    border: 1px solid #DDDDDD;
    max-width: 100%;
    padding: 5px 10px;
}

input, textarea {
    width: 100%;
    color: #505050;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #767676;
    }

    input:-moz-placeholder, textarea:-moz-placeholder {
        color: #767676;
        opacity: 1;
    }

    input::-moz-placeholder, textarea::-moz-placeholder {
        color: #767676;
        opacity: 1;
    }

    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #767676;
    }

    input::placeholder, textarea::placeholder {
        color: #767676;
    }

@media screen and (min-width: 961px) and (min-width: 961px) {
    input:hover, input:focus, textarea:hover, textarea:focus {
        background-color: #F9F9F9;
    }
}

input.hasError, textarea.hasError {
    background-color: #FFD1D1;
    border-color: #9B2F27;
}

@media screen and (min-width: 961px) {
    input.hasError:hover, input.hasError:focus, textarea.hasError:hover, textarea.hasError:focus {
        background-color: #ffeded;
    }
}

[type="submit"] {
    border: none;
    cursor: pointer;
}

.js [type="submit"].styledSubmit {
    opacity: 0;
}

.styledSubmit {
    position: relative;
    cursor: pointer;
}

    .styledSubmit input[type="submit"] {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }

/********* Custom check browse button **********/
input[type="file"] {
    cursor: pointer;
}

.js input[type="file"] {
    opacity: 0;
}

.js .styledBrowse {
    overflow: hidden;
    cursor: pointer;
}

    .js .styledBrowse a {
        float: left;
        position: relative;
        overflow: hidden;
        margin-right: 10px;
        padding: 7px 40px;
        border: 1px solid #000;
    }

        .js .styledBrowse a.error {
            color: #6B080B;
            background-color: #D76860;
        }

            .js .styledBrowse a.error:hover {
                background-color: #efc3bf;
            }

    .js .styledBrowse input {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        cursor: pointer;
        visibility: visible;
    }

.js .styledBrowse-preview {
    line-height: 2.1em;
    float: left;
}

/********* Custom checkbox and radio buttons **********/
input[type="radio"] + label, input[type="checkbox"] + label {
    padding-left: 25px;
    position: relative;
    cursor: pointer; /*@include M-icon('checkmark', $C-checkbox-check, 10px, $pos: after){
	opacity: 0;
	left: 3px;
	top: 5px;
	background: transparent;
};*/
}

    input[type="radio"] + label:before, input[type="radio"] + label:after, input[type="checkbox"] + label:before, input[type="checkbox"] + label:after {
        content: '';
        display: block;
        position: absolute;
    }

    input[type="radio"] + label:before, input[type="checkbox"] + label:before {
        height: 15px;
        width: 15px;
        background-color: #fff;
        border: 1px solid #E5E5E5;
        top: 2px;
        left: 0px;
    }

    input[type="radio"] + label:after, input[type="checkbox"] + label:after {
        background-color: #505050;
        height: 9px;
        width: 9px;
        top: 5px;
        left: 3px;
    }

    input[type="radio"]:focus + label:before, input[type="radio"] + label:hover:before, input[type="checkbox"]:focus + label:before, input[type="checkbox"] + label:hover:before {
        background-color: #F3F3F3;
        border-color: whitesmoke;
    }

    input[type="radio"]:focus + label:after, input[type="radio"] + label:hover:after, input[type="checkbox"]:focus + label:after, input[type="checkbox"] + label:hover:after {
        color: #000;
    }

input[type="radio"].hasError + label:before, input[type="checkbox"].hasError + label:before {
    background-color: #FFD1D1;
    border-color: #9B2F27;
}

input[type="radio"].hasError + label:after, input[type="checkbox"].hasError + label:after {
    color: #9B2F27;
}

input[type="radio"].hasError:focus + label:before, input[type="radio"].hasError + label:hover:before, input[type="checkbox"].hasError:focus + label:before, input[type="checkbox"].hasError + label:hover:before {
    background-color: #ffeded;
    border-color: #9B2F27;
}

input[type="radio"].hasError:focus + label:after, input[type="radio"].hasError + label:hover:after, input[type="checkbox"].hasError:focus + label:after, input[type="checkbox"].hasError + label:hover:after {
    color: #3e1310;
}

input[type="radio"] + label:after, input[type="radio"] + label:before {
    border-radius: 50%;
}

input[type="radio"] + label:after {
    content: '';
    background-color: #505050;
    opacity: 0;
}

input[type="radio"]:focus + label:after, input[type="radio"] + label:hover:after {
    background-color: #000;
}

input[type="radio"].hasError:focus + label:after, input[type="radio"].hasError + label:hover:after {
    background-color: #ffeded;
}

/********* Custom select boxes **********/
select {
    cursor: pointer;
}

    select option {
        font-weight: 100;
    }

.js select {
    opacity: 0;
}

select:hover + .styledSelect-display {
    background-color: #F9F9F9;
}

.styledSelect {
    width: 100%;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    cursor: pointer;
    z-index: 0;
    padding-right: 30px;
    display: inline-block;
}

    .styledSelect:before {
        font-family: 'icons';
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        speak: none;
        text-transform: none;
        text-align: center;
        text-indent: 0;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        color: #000;
        font-size: 5px;
        line-height: 30px;
        height: 30px;
        width: 30px;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: 0;
        z-index: 1;
        background-color: #00746A;
    }

.styledSelect-display {
    -webkit-transition: background 0.25s ease-in-out;
    transition: background 0.25s ease-in-out;
    padding: 5px 0 5px 10px;
    color: #000;
    position: relative;
    z-index: 0;
}

.styledSelect:hover .styledSelect-display {
    background-color: #F9F9F9;
}

.styledSelect.hasError {
    background: #FFD1D1 !important;
    border-color: #9B2F27;
}

    .styledSelect.hasError:before {
        border-color: #9B2F27;
        background-color: #9B2F27;
        color: #FFD1D1;
    }

    .styledSelect.hasError .styledSelect-display {
        color: #9B2F27;
    }

    .styledSelect.hasError:hover .styledSelect-display, .styledSelect.hasError select:hover + .styledSelect-display {
        background: #ffeded;
    }

.styledSelect select {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    border: none !important;
    z-index: 2;
}

    .styledSelect select:focus + .styledSelect-display {
        background: #F9F9F9;
    }

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
}

    [class^="icon-"]:before, [class^="icon-"]:after, [class*=" icon-"]:before, [class*=" icon-"]:after {
        display: block;
        line-height: 1em;
    }

.icon-arrow-down:before {
    content: "" !important;
}

.icon-arrow-left:before {
    content: "" !important;
}

.icon-arrow-right:before {
    content: "" !important;
}

.icon-arrow-up:before {
    content: "" !important;
}

.icon-aus:before {
    content: "" !important;
}

.icon-downloads:before {
    content: "" !important;
}

.icon-insights:before {
    content: "" !important;
}

.icon-pdf:before {
    content: "" !important;
}

.icon-word:before {
    content: "" !important;
}

.icon-excel:before {
    content: "" !important;
}

.icon-powerpoint:before {
    content: "" !important;
}

.icon-rtf:before {
    content: "" !important;
}

.icon-search:before {
    content: "" !important;
}

.icon-text:before {
    content: "" !important;
}

.icon-cross:before {
    content: "" !important;
}

.icon-tick:before {
    content: "" !important;
}

.icon-external:before {
    content: "" !important;
}

.icon-info:before {
    content: "" !important;
}

.icon-facebook2:before {
    background-color: #3a5897;
    color: #fff;
    padding-left: 0.333%;
}

/*	GRID STYLING FILE						*/
/*				GRID WIDTHS						*/
.grid--full > .grid-cell {
    width: 100%;
}

.grid--halves > .grid-cell {
    width: 50%;
}

@media screen and (max-width: 600px) {
    .grid--halves:not(.grid--disableMQs) > .grid-cell {
        width: 100%;
    }

    .no-flexbox .grid--halves:not(.grid--disableMQs) > .grid-cell {
        float: left;
    }
}

.grid--thirds > .grid-cell {
    width: 33.33333%;
}

.grid--thirds > .grid-cell--span-2 {
    width: 66.66667%;
}

@media screen and (max-width: 600px) {
    .grid--thirds:not(.grid--disableMQs) > .grid-cell {
        width: 100%;
    }

    .no-flexbox .grid--thirds:not(.grid--disableMQs) > .grid-cell {
        float: left;
    }
}

.no-flexbox .grid--thirds.grid--enableWrapping > .grid-cell:nth-child(3n+1), .no-flexbox .grid--thirds:not(.grid--disableMQs) > .grid-cell:nth-child(3n+1) {
    clear: left;
}

.grid--quarters > .grid-cell {
    width: 25%;
}

.grid--quarters > .grid-cell--span-2 {
    width: 50%;
}

.grid--quarters > .grid-cell--span-3 {
    width: 75%;
}

@media screen and (max-width: 960px) {
    .grid--quarters:not(.grid--disableMQs) > .grid-cell {
        width: 50%;
    }

    .no-flexbox .grid--quarters:not(.grid--disableMQs) > .grid-cell {
        float: left;
    }
}

@media screen and (max-width: 480px) {
    .grid--quarters:not(.grid--disableMQs) > .grid-cell {
        width: 100%;
    }

    .no-flexbox .grid--quarters:not(.grid--disableMQs) > .grid-cell {
        float: left;
    }
}

.no-flexbox .grid--quarters.grid--enableWrapping > .grid-cell:nth-child(4n+1), .no-flexbox .grid--quarters:not(.grid--disableMQs) > .grid-cell:nth-child(4n+1) {
    clear: left;
}

.grid--fiths > .grid-cell {
    width: 20%;
}

.grid--fiths > .grid-cell--span-2 {
    width: 40%;
}

.grid--fiths > .grid-cell--span-3 {
    width: 60%;
}

.grid--fiths > .grid-cell--span-4 {
    width: 80%;
}

@media screen and (max-width: 960px) {
    .grid--fiths:not(.grid--disableMQs) > .grid-cell {
        width: 33.33%;
    }

    .no-flexbox .grid--fiths:not(.grid--disableMQs) > .grid-cell {
        float: left;
    }
}

@media screen and (max-width: 600px) {
    .grid--fiths:not(.grid--disableMQs) > .grid-cell {
        width: 50%;
    }

    .no-flexbox .grid--fiths:not(.grid--disableMQs) > .grid-cell {
        float: left;
    }
}

@media screen and (max-width: 480px) {
    .grid--fiths:not(.grid--disableMQs) > .grid-cell {
        width: 100%;
    }

    .no-flexbox .grid--fiths:not(.grid--disableMQs) > .grid-cell {
        float: left;
    }
}

.no-flexbox .grid--fiths.grid--enableWrapping > .grid-cell:nth-child(5n+1), .no-flexbox .grid--fiths:not(.grid--disableMQs) > .grid-cell:nth-child(5n+1) {
    clear: left;
}

.grid--sixths > .grid-cell {
    width: 16.66667%;
}

.grid--sixths > .grid-cell--span-2 {
    width: 33.33333%;
}

.grid--sixths > .grid-cell--span-3 {
    width: 50.0%;
}

.grid--sixths > .grid-cell--span-4 {
    width: 66.66667%;
}

.grid--sixths > .grid-cell--span-5 {
    width: 83.33333%;
}

@media screen and (max-width: 960px) {
    .grid--sixths:not(.grid--disableMQs) > .grid-cell {
        width: 33.33%;
    }

    .no-flexbox .grid--sixths:not(.grid--disableMQs) > .grid-cell {
        float: left;
    }
}

@media screen and (max-width: 600px) {
    .grid--sixths:not(.grid--disableMQs) > .grid-cell {
        width: 50%;
    }

    .no-flexbox .grid--sixths:not(.grid--disableMQs) > .grid-cell {
        float: left;
    }
}

@media screen and (max-width: 480px) {
    .grid--sixths:not(.grid--disableMQs) > .grid-cell {
        width: 100%;
    }

    .no-flexbox .grid--sixths:not(.grid--disableMQs) > .grid-cell {
        float: left;
    }
}

.no-flexbox .grid--sixths.grid--enableWrapping > .grid-cell:nth-child(6n+1), .no-flexbox .grid--sixths:not(.grid--disableMQs) > .grid-cell:nth-child(6n+1) {
    clear: left;
}

.grid {
    min-width: 100%;
    border: 0 solid #000;
    -ms-align-content: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
}

@media screen and (max-width: 1050px) {
    .grid:not(.grid--disableMQs):not(.grid--noWrap) {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.grid-wrap {
    overflow: hidden;
}

.grid-cell {
    display: block;
    padding: 0;
    margin: 0;
    background-clip: padding-box !important;
    border: 0 solid transparent;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    outline-color: #000;
    border-color: #000;
}

.grid-cell--forceWidth-thumbnail {
    width: auto;
    max-width: 100px;
    min-width: 100px;
}

.grid-inner {
    border: 0 solid #000;
}

.grid--border-1 {
    border-width: 1px 0 0 1px;
}

    .grid--border-1 > .grid-cell {
        border-width: 0 1px 1px 0;
    }

    .grid--border-1[class*="grid--gutter-"] > .grid-cell > .grid-inner {
        border-width: 1px;
    }

.grid--border-2 {
    border-width: 2px 0 0 2px;
}

    .grid--border-2 > .grid-cell {
        border-width: 0 2px 2px 0;
    }

    .grid--border-2[class*="grid--gutter-"] > .grid-cell > .grid-inner {
        border-width: 2px;
    }

.grid--border-3 {
    border-width: 3px 0 0 3px;
}

    .grid--border-3 > .grid-cell {
        border-width: 0 3px 3px 0;
    }

    .grid--border-3[class*="grid--gutter-"] > .grid-cell > .grid-inner {
        border-width: 3px;
    }

.grid--border-4 {
    border-width: 4px 0 0 4px;
}

    .grid--border-4 > .grid-cell {
        border-width: 0 4px 4px 0;
    }

    .grid--border-4[class*="grid--gutter-"] > .grid-cell > .grid-inner {
        border-width: 4px;
    }

.grid--border-5 {
    border-width: 5px 0 0 5px;
}

    .grid--border-5 > .grid-cell {
        border-width: 0 5px 5px 0;
    }

    .grid--border-5[class*="grid--gutter-"] > .grid-cell > .grid-inner {
        border-width: 5px;
    }

.grid--spread {
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.grid[class*="grid--gutter-"] { /*.lt-ie10 & {
	border-left: 0;
	margin-left: 0;
}*/
}

    .grid[class*="grid--gutter-"].grid-outerGutters {
        margin: 0;
    }

    .grid[class*="grid--gutter-"].grid-outerGutters--vertical {
        margin-top: 0;
        margin-bottom: 0;
    }

    .grid[class*="grid--gutter-"].grid-outerGutters--horizontal {
        margin-left: 0;
        margin-right: 0;
    }

    .grid[class*="grid--gutter-"] > .grid-cell, .grid[class*="grid--gutter-"] {
        border-color: transparent;
    }

.grid--gutter-fixedPrimaryNav { /*@if (length($gutter) > 1) {
	@each $screenSize, $value in $gutter {
		@if ($screenSize == 'default') {
			@include M-grid-cellGutter($value);
		} @else {
			@include M-mq(max,$screenSize){
				@include M-grid-cellGutter($value);
			}
		}
		@include M-grid-delayedGutter($value);
	}
} @else {*/
    margin: -5px;
    border-width: 5px 0 0 5px;
}

    .grid--gutter-fixedPrimaryNav > .grid-cell {
        border-width: 0 5px 5px 0;
    }

.grid--gutter-cols { /*@if (length($gutter) > 1) {
	@each $screenSize, $value in $gutter {
		@if ($screenSize == 'default') {
			@include M-grid-cellGutter($value);
		} @else {
			@include M-mq(max,$screenSize){
				@include M-grid-cellGutter($value);
			}
		}
		@include M-grid-delayedGutter($value);
	}
} @else {*/
    margin: -20px;
    border-width: 20px 0 0 20px;
}

    .grid--gutter-cols > .grid-cell {
        border-width: 0 20px 20px 0;
    }

.grid--gutter-siteMap { /*@if (length($gutter) > 1) {
	@each $screenSize, $value in $gutter {
		@if ($screenSize == 'default') {
			@include M-grid-cellGutter($value);
		} @else {
			@include M-mq(max,$screenSize){
				@include M-grid-cellGutter($value);
			}
		}
		@include M-grid-delayedGutter($value);
	}
} @else {*/
    margin: -40px;
    border-width: 40px 0 0 40px;
}

    .grid--gutter-siteMap > .grid-cell {
        border-width: 0 40px 40px 0;
    }

.grid--padding-overviewDisplay > .grid-cell {
    padding: 20px 5px;
}

.grid--padding-overviewDisplay.grid--hasInners > .grid-cell > .grid-inner {
    padding: 20px 5px;
}

.grid--hasInners > .grid-cell {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

    .grid--hasInners > .grid-cell > .grid-inner {
        -ms-flex-grow: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }

.grid--hasInners[class*="grid--padding-"] > .grid-cell {
    padding: 0 !important;
}

.no-flexbox .grid {
    display: table;
    width: 100%;
}

    .no-flexbox .grid > .grid-cell {
        display: table-cell;
        vertical-align: top;
    }

.no-flexbox .grid-inner {
    display: block;
}

.no-flexbox .grid--vAlign > .grid-cell {
    vertical-align: middle;
}

.no-flexbox .grid--enableWrapping {
    display: block;
}

    .no-flexbox .grid--enableWrapping > .grid-cell {
        float: left;
        display: block;
    }

.flexbox .grid--enableWrapping {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.no-flexbox .grid--ieFloat {
    display: block;
}

    .no-flexbox .grid--ieFloat > .grid-cell {
        float: left;
        display: block;
    }

.table {
    display: table;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

/*================================================*\
	ALERT STYLES
//-----------------------------------------------
//	Holds styles for alert boxes. These are elements
//	designed to bring the users attention to
//	something.
\*================================================*/
.alert {
    padding: 20px;
    border: 1px solid #000;
}

.alert--nojs {
    z-index: 9999;
    position: relative;
    text-align: center;
}

    .alert--nojs a {
        color: #5e1c18;
        text-decoration: underline;
    }

        .alert--nojs a:hover, .alert--nojs a:focus {
            text-decoration: none;
        }

.alert--error {
    background-color: #FFD1D1;
    border-color: #9B2F27;
    color: #9B2F27;
}

.breadcrumb-item {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    margin-right: 15px;
    position: relative;
    color: #505050;
}

    .breadcrumb-item:first-child {
        margin-left: 0;
    }

    .breadcrumb-item:before {
        font-family: 'icons';
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        speak: none;
        text-transform: none;
        text-align: center;
        text-indent: 0;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        display: inline-block;
        color: #505050;
        font-size: 7px;
        line-height: 7px;
        height: 7px;
        width: 7px;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: 0;
    }

.breadcrumb-item--current {
    padding-right: 0;
}

    .breadcrumb-item--current:before {
        display: none;
    }

.breadcrumb-icon {
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    text-align: center;
    position: relative;
    top: 1px;
}

.breadcrumb--light .breadcrumb-item {
    color: #E5E5E5;
}

    .breadcrumb--light .breadcrumb-item:before {
        color: #E5E5E5;
    }

.breadcrumb--light .breadcrumb-link {
    color: #fff;
}

.dividerHeading {
    position: relative;
    margin: 40px 0 30px;
}

.dividerHeading--noTopSpacing {
    margin-top: 0;
}

.dividerHeading--noBottomSpacing {
    margin-bottom: 0;
}

.dividerHeading--noSpacing {
    margin: 0;
}

@media screen and (max-width: 600px) {
    .dividerHeading {
        text-align: center;
    }
}

.dividerHeading:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #DDDDDD;
    z-index: 1;
}

.dividerHeading-inner {
    display: inline-block;
    padding-right: 30px;
    background: #fff;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 600px) {
    .dividerHeading-inner {
        padding: 0 8.92857%;
        margin: 0 20px;
    }
}

.homeContent .dividerHeading {
    margin-top: 30px;
}

.megaMenu {
    top: 100%;
    background-color: #00746A;
    background-clip: padding-box;
    z-index: 1010;
    width: 500px;
    text-align: left;
    display: none;
    font-size: 18px;
    line-height: 23.4px;
    line-height: 2.34rem;
    font-size: 1.8rem;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 600px) {
    .megaMenu {
        font-size: 14px;
        line-height: 18.2px;
        line-height: 1.82rem;
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 961px) {
    .megaMenu {
        border: 1px solid #21396C;
        border-color: rgba(33, 57, 108, 0.4);
        border-top-color: transparent;
    }
}

.megaMenu--fixedHeader {
    -webkit-transform: none;
    transform: none;
    left: -40px;
    right: auto;
    margin-top: 10px !important;
}

@media screen and (max-width: 1220px) {
    .megaMenu--fixedHeader.megaMenu--explore {
        left: 0;
    }
}

@media screen and (max-width: 1420px) {
    .megaMenu--staticHeader.megaMenu--downloads {
        right: -15px;
        left: auto;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (max-width: 1220px) {
    .megaMenu--staticHeader.megaMenu--explore {
        left: -15px;
        right: auto;
        -webkit-transform: none;
        transform: none;
    }
}

.megaMenu--static {
    position: static;
    -webkit-transform: none;
    transform: none;
    width: 100%;
}
/*.megaMenu-breadcrumb { padding: 10px; text-align: center; border-top: 1px solid #0a606b; }*/
.megaMenu-breadcrumb {
    padding: 0px;
    text-align: center;
    border-top: none;
}

.megaMenu-intro {
    padding: 25px 7.0%;
    color: #fff;
}

.megaMenu-window {
    overflow: hidden;
    width: 100%;
}

.megaMenu-slider {
    width: 200% !important;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    left: 0;
}

.megaMenu-slider--isPos2 {
    left: -100%;
}

@media screen and (min-width: 961px) {
    .megaMenu-list {
        overflow: auto;
        max-height: 400px;
    }
}

.megaMenu-item {
    border-top: 1px solid #0a606b;
    position: relative;
    outline: none;
}

.megaMenu-link {
    color: #fff;
    display: block;
    padding: 10px 9%;
    padding-right: 14.0%;
    font-weight: 700;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
    /*@media screen and (min-width: 961px) { .megaMenu-link:hover, .megaMenu-link:focus { background-color: #0a606b; text-decoration: none; } }*/
    .megaMenu-link:hover {
        background-color: #0a606b;
        text-decoration: none;
    }

    .megaMenu-link:focus {
        outline: none;
        text-decoration: none;
        background-color: #0a606b;
    }

.megaMenu-link--isActive {
    background-color: #21396C;
}

.megaMenu-next {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 17%;
    display: block;
}
/*@media screen and (min-width: 961px) { .csstransforms .megaMenu-next:hover .megaMenu-nextInner:after, .csstransforms .megaMenu-next:focus .megaMenu-nextInner:after { color: #00746A; }
  .megaMenu-next:hover .megaMenu-nextInner:before, .megaMenu-next:focus .megaMenu-nextInner:before { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } }*/
.csstransforms .megaMenu-next:hover .megaMenu-nextInner:after, .csstransforms .megaMenu-next:focus .megaMenu-nextInner:after {
    color: #00746A;
}

.megaMenu-next:hover .megaMenu-nextInner:before, .megaMenu-next:focus .megaMenu-nextInner:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.megaMenu-next:focus {
    outline: none;
}

.csstransforms .megaMenu-next--isActive .megaMenu-nextInner:after {
    color: #21396C !important;
}

.megaMenu-next--isActive .megaMenu-nextInner:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
}

@media screen and (min-width: 961px) {
    .megaMenu-next--isActive:hover .megaMenu-nextInner:before, .megaMenu-next--isActive:focus .megaMenu-nextInner:before {
        opacity: 1;
    }
}

@media screen and (min-width: 961px) {
    .megaMenu-next--noActiveKids:hover .megaMenu-nextInner:after, .megaMenu-next--noActiveKids:focus .megaMenu-nextInner:after {
        color: #21396C !important;
    }
}

.megaMenu-nextInner {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 10px;
}

    .megaMenu-nextInner:after {
        font-family: 'icons';
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        speak: none;
        text-transform: none;
        text-align: center;
        text-indent: 0;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        display: inline-block;
        color: #fff;
        font-size: 20px;
        line-height: 20px;
        height: 20px;
        width: 20px;
        text-align: center;
    }

    .megaMenu-nextInner:before, .megaMenu-nextInner:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .megaMenu-nextInner:before {
        content: "";
        display: block;
        border-radius: 50%;
        display: block;
        width: 100%;
        padding: 100% 0 0 0;
        height: 0;
        background-color: #fff;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

.megaMenu-back {
    padding-left: 16%;
}

    .megaMenu-back:before {
        font-family: 'icons';
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        speak: none;
        text-transform: none;
        text-align: center;
        text-indent: 0;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        display: inline-block;
        color: #fff;
        font-size: 20px;
        line-height: 20px;
        height: 20px;
        width: 20px;
        text-align: center;
        left: 9%;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }

@media screen and (max-width: 480px) {
    .megaMenu-back {
        padding-left: 20%;
    }
}

.siteContainer {
    overflow: hidden;
    background-color: #fff;
    position: relative;
    min-width: 300px;
}

.skipLink {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    color: #fff;
    text-decoration: underline;
}

/*================================================*\
	TOOLTIP STYLES
//-----------------------------------------------
//	Holds the styles for the css tooltip
\*================================================*/
.tooltip {
    position: relative;
}

    .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);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    opacity: 0;
    -webkit-transition: all 0.2s 0.2s ease-in-out;
    transition: all 0.2s 0.2s ease-in-out;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    text-align: center;
    bottom: 100%;
    left: 50%;
    margin-bottom: 15px;
    background: #00746A;
    color: #fff;
    font-size: 13px;
    line-height: 16.9px;
    line-height: 1.69rem;
    font-size: 1.3rem;
    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: 6px solid transparent;
        border-left: 6px solid transparent;
        border-top: 10px solid #00746A;
        top: 100%;
    }

.tooltip-bellow {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    bottom: auto;
    top: 150%;
}

    .tooltip-bellow:before {
        display: block;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden;
        border-top: none;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 10px solid #00746A;
        top: auto;
        bottom: 100%;
    }

.btn {
    border: 1px solid #00746A;
    color: #00746A;
    padding: 15px 10px;
    font-weight: 700;
    min-width: 190px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    line-height: 1em;
    background-color: #fff;
}

    .btn, .btn:before, .btn:after {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

@media screen and (min-width: 961px) {
    .btn:hover, .btn:focus {
        background-color: #00746A;
        color: #fff;
        text-decoration: none;
    }

        .btn:hover:before, .btn:hover:after, .btn:focus:before, .btn:focus:after {
            color: #fff;
        }
}

.btn--small {
    min-width: 0;
    padding: 4px 7px;
}

.btn--hasArrow {
    padding-right: 35px;
    padding-left: 15px;
    text-align: left;
    position: relative;
}

    .btn--hasArrow:before {
        font-family: 'icons';
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        speak: none;
        text-transform: none;
        text-align: center;
        text-indent: 0;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        display: inline-block;
        font-size: 15px;
        line-height: 15px;
        height: 15px;
        width: 35px;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: 0;
    }

.menuBtn {
    height: 40px;
    width: 40px;
    display: block;
    position: relative;
}

.menuBtn-icon {
    width: 62.5%;
    position: relative;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

    .menuBtn-icon, .menuBtn-icon:before, .menuBtn-icon:after {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        height: 4px;
        background-color: #00746A;
        border-radius: 4px;
    }

        .menuBtn-icon:before, .menuBtn-icon:after {
            content: "";
            display: block;
            width: 100%;
            position: absolute;
        }

        .menuBtn-icon:before {
            bottom: 9px;
        }

        .menuBtn-icon:after {
            top: 9px;
        }

.menuBtn--light .menuBtn-icon, .menuBtn--light .menuBtn-icon:before, .menuBtn--light .menuBtn-icon:after {
    background-color: #fff;
}

.menuBtn--dark .menuBtn-icon, .menuBtn--dark .menuBtn-icon:before, .menuBtn--dark .menuBtn-icon:after {
    background-color: #505050;
}

.menuBtn--isOpen .menuBtn-icon {
    background-color: transparent;
}

    .menuBtn--isOpen .menuBtn-icon:before, .menuBtn--isOpen .menuBtn-icon:after {
        top: 0;
        bottom: 0;
    }

    .menuBtn--isOpen .menuBtn-icon:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .menuBtn--isOpen .menuBtn-icon:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.plusBtn {
    border-radius: 50%;
    display: block;
    height: 40px;
    width: 40px;
    border: 1px solid #DDDDDD;
    background: #fff;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .plusBtn:before, .plusBtn:after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: #00746A;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        border-radius: 10px;
    }

    .plusBtn:before {
        height: 25px;
        width: 5px;
    }

    .plusBtn:after {
        height: 5px;
        width: 25px;
    }

.plusBtn--isOpen:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
/*.plusBtn:hover, .plusBtn:focus{ background-color: #00746a; }*/
.plusBtn--small {
    height: 25px;
    width: 25px;
}

    .plusBtn--small:before {
        height: 15px;
        width: 3px;
    }

    .plusBtn--small:after {
        height: 3px;
        width: 15px;
    }

.siteFooter {
    border-top: 1px solid #DDDDDD;
}

@media screen and (min-width: 601px) {
    .siteFooter {
        border-bottom: 1px solid #DDDDDD;
        margin: 0 0 30px;
    }
}

.siteFooter-topLink {
    display: block;
    padding: 15px;
    clear: both;
    text-align: center;
    border-top: 1px solid #DDDDDD;
    font-size: 14px;
    line-height: 18.2px;
    line-height: 1.82rem;
    font-size: 1.4rem;
}

.footLinks {
    max-width: 435px;
    width: 50%;
    float: left;
    padding: 10px 20px 0;
    font-size: 14px;
    line-height: 18.2px;
    line-height: 1.82rem;
    font-size: 1.4rem;
}

@media screen and (max-width: 600px) {
    .footLinks {
        width: 100%;
        max-width: none;
    }
}

@media screen and (max-width: 600px) {
    .footLinks {
        padding: 0;
    }
}

.footLinks-trigger {
    display: block;
    padding: 15px 20px;
    padding-right: 60px;
    position: relative;
}

.footLinks-plus {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 25px;
}

@media screen and (max-width: 600px) {
    .js .footLinks-listWrap {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .footLinks-list {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .no-flexbox .footLinks-list {
        display: block;
    }
}

@media screen and (min-width: 601px) {
    .footLinks-item {
        float: left;
        margin-right: 15px;
        margin-bottom: 7px;
    }
}

@media screen and (max-width: 600px) {
    .footLinks-item {
        width: 50%;
    }

        .footLinks-item:nth-child(even) {
            border-left: 1px solid #F9F9F9;
        }

    .no-flexbox .footLinks-item {
        float: left;
    }
}

@media screen and (max-width: 600px) {
    .footLinks-link {
        padding: 15px 20px;
        display: block;
        border-top: 1px solid #F9F9F9;
        text-align: center;
    }
}

.footSubscribe {
    float: right;
    padding: 10px 20px 15px;
    background-color: #F3F3F3;
    position: relative;
    width: 50%;
    max-width: 325px;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

.footSubscribe-btn {
    font-size: 14px;
    line-height: 17px;
    line-height: 1.7rem;
    font-size: 1.4rem;
}

@media screen and (max-width: 600px) {
    .footSubscribe {
        width: 100%;
        max-width: none;
        border: none;
        border-top: 1px solid #DDDDDD;
    }

        .footSubscribe br {
            display: none;
        }
}

.staticHeader-portion {
    border-bottom: 1px solid #DDDDDD;
}

.staticHeader-portion--search {
    padding: 10px 20px;
}

.staticHeader-innerPortion {
    padding: 0 15px;
}

@media screen and (max-width: 1050px) {
    .staticHeader-innerPortion {
        padding: 0;
    }
}

.staticHeader-innerPortion--search {
    max-width: 600px;
    margin: 0 auto;
}

.staticHeader-headerLogos {
    padding: 15px;
    vertical-align: middle;
}

@media not screen and (max-width: 960px) and (min-width: 531px) {
    .staticHeader-headerLogos:before, .staticHeader-headerLogos:after {
        content: "";
        display: table;
        width: 100%;
    }

    .staticHeader-headerLogos:after {
        clear: both;
    }
}

@media screen and (max-width: 960px) and (min-width: 531px) {
    .staticHeader-headerLogos {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    }
}

.staticHeader-logo {
    display: block;
}

@media screen and (max-width: 960px) and (min-width: 531px) {
    .staticHeader-logo {
        padding-left: 10px;
        padding-right: 10px;
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

@media screen and (max-width: 530px) {
    .staticHeader-logo {
        display: inline-block;
    }
}

@media screen and (min-width: 601px) {
    .staticHeader-logo--gov {
        width: 290px;
        float: left;
    }
}

@media screen and (max-width: 960px) and (min-width: 531px) {
    .staticHeader-logo--gov {
        width: 45%;
        margin-top: -10px;
    }
}

@media screen and (max-width: 530px) {
    .staticHeader-logo--gov {
        text-align: left;
        padding-right: 45px;
    }
}

@media screen and (min-width: 961px) {
    .staticHeader-logo--jobActive {
        width: 40px;
        margin-left: 6.41026%;
        float: left;
        margin-top: 15px;
    }
}

@media screen and (max-width: 530px) {
    .staticHeader-logo--jobActive {
        width: 30px;
        clear: left;
        margin-top: 0;
        margin-left: 0;
    }
}

@media screen and (min-width: 961px) {
    .staticHeader-logo--lmip {
        margin-right: 50px;
        margin-left: 300px;
    }
}

@media screen and (min-width: 961px) {
    .staticHeader-logo--lmip {
        text-align: center;
        margin-top: 10px;
        margin-right: 18.80342%;
    }
}

@media screen and (max-width: 530px) {
    .staticHeader-logo--lmip {
        margin-top: 5px;
        margin-left: 10px;
        margin-right: 0;
        max-width: 220px;
    }
}

.staticHeader-logo img {
    display: block;
    height: auto;
}

.staticHeader-logoLink {
    display: inline-block;
}

.staticHeader-logoLink--lmip {
    max-width: 290px;
}

.staticHeader-search {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 40px;
    right: 10px;
}

@media screen and (max-width: 600px) {
    .staticHeader-search {
        top: 20px;
        bottom: auto;
    }
}

.navPrimary-item {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid #ffffff;
}

@media screen and (max-width: 1050px) {
    .navPrimary-item {
        width: 33.33%;
    }
}
/*@media screen and (min-width: 961px) { .navPrimary-item:hover, .navPrimary-item:focus { background: #F9F9F9; text-decoration: none; border:1px solid #00746a;} }*/
@media screen and (min-width: 961px) and (min-width: 961px) {
    .navPrimary-item:hover .navPrimary-iconHolder:before, .navPrimary-item:focus .navPrimary-iconHolder:before {
        border-bottom-width: 10px;
    }
}

.navPrimary-link {
    position: relative;
    padding: 15px 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media screen and (min-width: 961px) {
    .navPrimary-link:hover, .navPrimary-link:focus {
        background: #F9F9F9;
        text-decoration: none;
    }
}

@media screen and (min-width: 961px) and (min-width: 961px) {
    .navPrimary-link:hover .navPrimary-iconHolder:before, .navPrimary-link:focus .navPrimary-iconHolder:before {
        border-bottom-width: 10px;
    }
}

.navPrimary-link:before {
    content: "";
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
    border-top: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 0 solid #00746A;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -1px;
}

@media screen and (max-width: 1050px) {
    .navPrimary-link--isActive {
        color: #505050;
    }
}

.navPrimary-link--isActive:focus {
    text-decoration: underline;
}

.navPrimary-link--isActive, .navPrimary-link--isActive:hover, .navPrimary-link--isActive:focus {
    background: #f3f6f6;
    background-image: -webkit-linear-gradient(top, #fafafa 0%, #ebf1f1 100%);
    background-image: linear-gradient(to bottom, #fafafa 0%, #ebf1f1 100%);
}

@media screen and (max-width: 960px) {
    .navPrimary-link--isActive:before {
        border-bottom-color: #21396C;
        border-width: 0 5px 5px;
    }
}

.megaMenu-reference--isOpen .navPrimary-link:before {
    border-bottom-width: 0;
}

.navPrimary-link.trigger--isOpen:before {
    border-bottom-color: #00746A;
    border-width: 0 5px 5px;
}

@media screen and (min-width: 771px) {
    .navPrimary-link {
        padding-left: 80px !important;
    }
}

@media screen and (max-width: 770px) {
    .navPrimary-link {
        text-align: center;
    }
}

@media screen and (max-width: 770px) {
    .navPrimary-link {
        padding: 10px 15px;
    }
}

.navPrimary-iconHolder {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    width: 80px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .navPrimary-iconHolder:before {
        content: "";
        display: block;
        display: block;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden;
        border-top: none;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 0px solid #00746A;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -1px;
        -webkit-transition: all 0.2s 0.25s ease-in-out;
        transition: all 0.2s 0.25s ease-in-out;
    }

@media screen and (max-width: 770px) {
    .navPrimary-iconHolder {
        display: none;
    }
}

.navPrimary-icon {
    font-size: 45px;
    line-height: 45px;
    height: 45px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.navPrimary-mainText {
    font-size: 24px;
    line-height: 31.2px;
    line-height: 3.12rem;
    font-size: 2.4rem;
    display: block;
    font-weight: 700;
    word-wrap: normal;
    line-height: 1em;
}

@media screen and (max-width: 600px) {
    .navPrimary-mainText {
        font-size: 20px;
        line-height: 26px;
        line-height: 2.6rem;
        font-size: 2rem;
    }
}

@media screen and (max-width: 480px) {
    .navPrimary-mainText {
        font-size: 14px;
        line-height: 18.2px;
        line-height: 1.82rem;
        font-size: 1.4rem;
    }
}

.navPrimary-subText {
    color: #505050;
}

@media screen and (max-width: 1050px) {
    .navPrimary-subText {
        display: none;
    }
}

.fixedHeader {
    position: fixed;
    top: 0;
    z-index: 1015;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #DDDDDD;
    border-bottom: 3px solid #00746A;
    border-bottom-color: rgba(0, 116, 106, 0.52);
    background-clip: padding-box;
}

.fixedHeader-inner {
    padding: 5px 20px;
}

.fixedHeader-logo {
    width: 230px;
    display: block;
    margin: 0 auto;
    padding: 8px 0;
}

.fixedHeader-search {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -50px;
    height: 40px;
}

@media screen and (max-width: 1200px) {
    .fixedHeader-search {
        right: 20px;
    }
}

.fixedHeader--noBreadcrumb .fixedHeader-inner {
    padding: 10px 20px;
}

.fixedPrimaryNav {
    float: left;
    width: 220px;
    text-align: center;
    margin-top: 3px;
    margin-left: -20px;
}

.fixedPrimaryNav-item:hover .fixedPrimaryNav-link:before {
    border-bottom-width: 10px;
    margin-top: 1px;
}

.fixedPrimaryNav-link {
    padding: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
}

    .fixedPrimaryNav-link:before {
        content: "";
        display: block;
        display: block;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden;
        border-top: none;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 0px solid #00746A;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 100%;
        margin-top: 11px;
        -webkit-transition: all 0.2s 0.25s ease-in-out;
        transition: all 0.2s 0.25s ease-in-out;
    }

@media screen and (min-width: 961px) {
    .fixedPrimaryNav-link:hover, .fixedPrimaryNav-link:focus {
        background-color: #F9F9F9;
        text-decoration: none;
        border: 1px solid #000000;
    }

        .fixedPrimaryNav-link:hover .fixedPrimaryNav-link:before, .fixedPrimaryNav-link:focus .fixedPrimaryNav-link:before {
            border-bottom-width: 10px;
            margin-top: 1px;
        }
}

.fixedPrimaryNav-link--isActive, .fixedPrimaryNav-link--isActive:hover, .fixedPrimaryNav-link--isActive:focus {
    background: #f3f6f6;
    background-image: -webkit-linear-gradient(top, #fafafa 0%, #ebf1f1 100%);
    background-image: linear-gradient(to bottom, #fafafa 0%, #ebf1f1 100%);
}

.fixedPrimaryNav-icon {
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.siteSearch {
    position: relative;
}

.siteSearch-slider {
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 961px) {
    .siteSearch--isFixed .siteSearch-slider {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        padding: 0;
    }
}

.siteSearch-slider--isOpen, .no-js .siteSearch-slider {
    width: 250px !important;
    padding-right: 50px !important;
}

@media screen and (max-width: 600px) {
    .siteSearch-slider--isOpen, .no-js .siteSearch-slider {
        width: 260px !important;
    }
}

.siteSearch-input {
    border-width: 0 0 1px 0;
    border-color: #00746A;
    padding: 10px;
    background-color: #F3F3F3;
    padding-right: 30px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0;
}

    .siteSearch-input::-webkit-input-placeholder {
        color: #646464;
    }

    .siteSearch-input:-moz-placeholder {
        color: #646464;
        opacity: 1;
    }

    .siteSearch-input::-moz-placeholder {
        color: #646464;
        opacity: 1;
    }

    .siteSearch-input:-ms-input-placeholder {
        color: #646464;
    }

    .siteSearch-input::placeholder {
        color: #646464;
    }

    .siteSearch-input::-ms-clear {
        display: none;
    }

.siteSearch-close {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 55px;
    padding: 0;
    background: none;
    border: none;
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #505050;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .siteSearch-close:hover {
        background-color: #505050;
        color: #fff;
    }

.siteSearch-btns {
    float: right;
    position: relative;
    width: 50px;
    background: #fff;
    z-index: 2;
    padding-left: 10px;
}

.siteSearch-btn {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 50%;
    display: block;
    height: 40px;
    width: 40px;
    background-color: #00746A;
    border: none;
    padding: 0;
}

    .siteSearch-btn:before {
        font-family: 'icons';
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        speak: none;
        text-transform: none;
        text-align: center;
        text-indent: 0;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        display: inline-block;
        color: #fff;
        font-size: 20px;
        line-height: 40px;
        height: 40px;
        width: 40px;
        text-align: center;
        position: relative;
        z-index: 2;
    }

    .siteSearch-btn:before, .siteSearch-btn:after {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .siteSearch-btn:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        border-radius: 50%;
        display: block;
        height: 40px;
        width: 40px;
        background-color: #fff;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .siteSearch-btn:hover {
        background-color: #00514a;
    }

        .siteSearch-btn:hover:after {
            -webkit-transform: scale(0.95);
            -ms-transform: scale(0.95);
            transform: scale(0.95);
        }

        .siteSearch-btn:hover:before {
            color: #00746A;
        }

.cols {
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
    .cols {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 601px) {
    .cols-cell {
        max-width: 300px;
    }
}

.homeBackdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    background: #11576b;
    background-image: -webkit-linear-gradient(top, #00746A 0%, #21396C 100%);
    background-image: linear-gradient(to bottom, #00746A 0%, #21396C 100%);
}

@media screen and (min-width: 1051px) {
    .homeBackdrop-inner {
        height: 550px; /*background: url(../images/design/homeBackdrop/img--transparency.png) no-repeat transparent center top; */
    }
}

.homeBanner {
    position: relative;
    z-index: 1;
    color: #fff;
}

@media screen and (max-width: 1050px) {
    .homeBanner {
        background: #11576b /*background: url(../images/design/homeBackdrop/img--transparency.png) no-repeat top center,*/ -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00746A), color-stop(100%, #21396C));
        background: /*url(../images/design/homeBackdrop/img--transparency.png) no-repeat top center,*/ -webkit-linear-gradient(top, #00746A 0%, #21396C 100%);
        background: /*url(../images/design/homeBackdrop/img--transparency.png) no-repeat top center,*/ linear-gradient(to bottom, #00746A 0%, #21396C 100%);
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.homeBanner-cell {
    padding: 50px 20px;
}

@media screen and (max-width: 850px) {
    .homeBanner-cell {
        padding: 20px 30px;
        text-align: center;
    }
}

@media screen and (min-width: 851px) {
    .homeBanner-text {
        padding-right: 0;
    }
}

.homeBanner-text h2 {
    color: #fff;
    font-weight: 700;
    margin-top: -5px;
}

.homeBanner-text p {
    font-size: 18px;
    line-height: 23.4px;
    line-height: 2.34rem;
    font-size: 1.8rem;
}

@media screen and (max-width: 600px) {
    .homeBanner-text h2 {
        font-size: 18px;
        line-height: 23.4px;
        line-height: 2.34rem;
        font-size: 1.8rem;
    }

    .homeBanner-text p {
        font-size: 16px;
        line-height: 20.8px;
        line-height: 2.08rem;
        font-size: 1.6rem;
    }
}

.homeBanner-logo {
    padding-left: 6.19048%;
    padding-right: 4.7619%;
}

.homeBanner-logo--stacked {
    width: 100% !important;
}

@media screen and (min-width: 851px) {
    .homeBanner-logo--stacked {
        display: none !important;
    }
}

@media screen and (max-width: 850px) {
    .homeBanner-logo--stacked {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 850px) {
    .homeBanner-logo--inline {
        display: none !important;
    }
}

@media screen and (max-width: 600px) {
    .homeBanner-logo {
        display: none !important;
    }
}

.homeBanner-logo img {
    max-width: 420px;
    width: 100%;
}

.homeContent {
    padding: 0 20px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.overview {
    padding: 20px;
    background: #fff;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #F9F9F9;
}

@media screen and (max-width: 600px) {
    .overview {
        border-bottom: none;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 961px) {
    .overviewBase {
        margin: 30px 0 0;
    }
}

@media screen and (max-width: 960px) {
    .overviewBase-cell {
        width: 100% !important;
    }
}

@media screen and (min-width: 961px) {
    .overviewBase-info {
        width: 33.33%;
    }
}

@media screen and (max-width: 960px) {
    .overviewBase-info {
        padding-top: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .overviewBase-info {
        text-align: left;
    }
}

.overviewBase-label {
    font-weight: 400;
}

@media screen and (max-width: 480px) {
    .overviewBase-label {
        float: left;
        width: 80px;
    }
}

@media screen and (max-width: 480px) {
    .overviewBase-link {
        display: block;
        margin-left: 90px;
    }
}

.overviewBase-btns {
    width: 30%;
    text-align: center;
}

.no-flexbox .overviewBase-btns {
    width: 50%;
}

@media screen and (max-width: 480px) {
    .overviewBase-btnCell {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

        .overviewBase-btnCell:first-child {
            padding-right: 10px;
        }
}

@media screen and (max-width: 480px) {
    .overviewBase-btn {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-grow: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        width: 100%;
    }
}

@media screen and (max-width: 1050px) and (min-width: 961px), screen and (max-width: 480px) {
    .overviewBase-btn {
        min-width: 0;
        padding: 15px;
    }
}

@media screen and (min-width: 961px) {
    .overviewBase--btnsRightAligned .overviewBase-btnCell {
        text-align: right;
    }
}

.overviewDisplay {
    text-align: center;
}

.side-draw__data-summary .overviewDisplay-list {
    padding: 0;
}

.overviewDisplay-animator {
    position: relative;
}

    .overviewDisplay-animator:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #fff;
        opacity: 0;
        z-index: -1;
    }

.overviewDisplay-animator--isAnimating:before {
    opacity: 1;
    z-index: 5;
    -webkit-animation: fadeInOut 1s 1 ease-in-out both;
    animation: fadeInOut 1s 1 ease-in-out both;
}

.overviewDisplay-item {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}

    .overviewDisplay-item:first-child {
        border-left: none;
    }

.side-draw__data-summary .overviewDisplay-item {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-justify-content: left;
    -webkit-justify-content: left;
    justify-content: left;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    margin: 0;
    border-left: 0;
}

    .side-draw__data-summary .overviewDisplay-item:last-child {
        border-bottom: 1px solid #DDDDDD;
    }

@media screen and (max-width: 960px) and (min-width: 601px) {
    .overviewDisplay-item:nth-child(4) {
        border-left: none;
    }
}

@media screen and (max-width: 600px) and (min-width: 481px) {
    .overviewDisplay-item:nth-child(odd) {
        border-left: none;
    }
}

@media screen and (max-width: 480px) {
    .overviewDisplay-item {
        border-left: none;
    }
}

.overviewDisplay-text--label {
    line-height: 20px;
    line-height: 2rem;
}

.side-draw__data-summary .overviewDisplay-text--label {
    width: 50%;
    text-align: left;
    padding: 15px 0 15px 8px;
    border-right: 1px solid #DDDDDD;
}

.overviewDisplay-text--value {
    font-size: 28px;
    line-height: 36.4px;
    line-height: 3.64rem;
    font-size: 2.8rem;
}

.side-draw__data-summary .overviewDisplay-text--value {
    margin: 0;
    padding-left: 32px;
}

.overviewDisplay-text span {
    font-weight: 700;
}

@media screen and (max-width: 600px) {
    .overviewDisplay-text--label {
        font-size: 16px;
        line-height: 20.8px;
        line-height: 2.08rem;
        font-size: 1.6rem;
    }

    .overviewDisplay-text--value {
        font-size: 18px;
        line-height: 23.4px;
        line-height: 2.34rem;
        font-size: 1.8rem;
    }
}

.overviewSelect { /*padding: 15px 0;*/ /*border-top: 1px solid #DDDDDD;*/ /*margin-right: 20px;*/
}

.overviewSelect--noPadding {
    padding-top: 0;
    border-top: none;
}

@media screen and (min-width: 961px) {
    .overviewSelect--noPadding {
        padding-bottom: 0;
    }
}

.overviewSelect-divide {
    text-align: center;
    font-style: italic;
    font-size: 26px;
    line-height: 33.8px;
    line-height: 3.38rem;
    font-size: 2.6rem;
    width: 14.85149%;
}

@media screen and (max-width: 770px) {
    .overviewSelect-divide {
        padding: 10px;
    }
}

.overviewSelect-cell {
    width: 42.57426%;
}

@media screen and (max-width: 770px) {
    .overviewSelect-cell {
        width: 100%;
    }
}

.info {
    position: relative;
}

.info-trigger {
    width: 40px;
    height: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
}

    .info-trigger:before {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        font-size: 20px;
        line-height: 20px;
        height: 20px;
        width: 100%;
        text-align: center;
        z-index: 2;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .info-trigger:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        z-index: 1;
        border-radius: 50%;
        display: block;
        height: 0px;
        width: 0px;
        background-color: #00746A;
    }

    .info-trigger:hover {
        text-decoration: none;
    }

        .info-trigger:hover:before {
            color: #fff;
        }

        .info-trigger:hover:after {
            height: 30px;
            width: 30px;
        }

.info-trigger--light {
    color: #fff;
}

    .info-trigger--light:focus {
        outline-color: #F3F3F3;
        outline-offset: -3px;
    }

    .info-trigger--light:after {
        background-color: #fff;
    }

    .info-trigger--light:hover:before {
        color: #00746A;
    }

.info-trigger--isOpen {
    color: #00746A;
}

    .info-trigger--isOpen:focus {
        outline-color: #000;
    }

    .info-trigger--isOpen:after {
        background-color: #00746A;
    }

    .info-trigger--isOpen:hover:before {
        color: #fff;
    }

.info-text {
    position: absolute;
    z-index: 9;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    outline: 10px solid rgba(221, 221, 221, 0.85);
    padding: 15px 45px;
}

    .info-text h2 {
        font-size: 16px;
        line-height: 20.8px;
        line-height: 2.08rem;
        font-size: 1.6rem;
        font-weight: 700;
    }

@media screen and (min-width: 771px) {
    .info-text {
        min-width: 450px;
    }
}

@media screen and (max-width: 600px) {
    .info-text {
        top: 0;
        transform: none;
    }
}

.cmsContent ul, .cmsContent ol {
    padding: 0 0 0 1.9802%;
}

    .cmsContent ul li, .cmsContent ol li {
        padding-left: 25px;
        font-size: 17px;
        line-height: 30px;
        line-height: 3rem;
        font-size: 1.7rem;
        position: relative;
        margin: 0 0 5px;
    }

        .cmsContent ul li ul, .cmsContent ul li ol, .cmsContent ol li ul, .cmsContent ol li ol {
            margin-top: 5px;
        }

    .cmsContent ul li {
        list-style: none;
    }

        .cmsContent ul li:before {
            font-family: 'icons';
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            speak: none;
            text-transform: none;
            text-align: center;
            text-indent: 0;
            vertical-align: middle;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "";
            display: inline-block;
            color: #00746A;
            font-size: 8px;
            line-height: 8px;
            height: 8px;
            width: 20px;
            text-align: center;
            position: absolute;
            top: 8px;
            left: 0;
            font-weight: bold;
        }

.cmsContent ol {
    counter-reset: li;
    margin-top: 1em;
    list-style: none;
}

    .cmsContent ol li {
        margin-top: 10px;
        position: relative;
    }

        .cmsContent ol li:before {
            font-size: 0.9em;
            content: counter(li) ".";
            counter-increment: li;
            position: absolute;
            left: 0;
            font-weight: 900;
            color: #00746A;
        }

        .cmsContent ol li li:before {
            content: counter(li,upper-alpha) ".";
        }

        .cmsContent ol li li li:before {
            content: counter(li,lower-alpha) ".";
        }

.cmsContent p {
    margin-top: 1em;
    font-size: 17px;
    line-height: 30px;
    line-height: 3rem;
    font-size: 1.7rem;
}

    .cmsContent p:first-of-type {
        margin-top: 0;
    }

@media screen and (min-width: 481px) {
    .cmsContent--body {
        padding: 0 4.9505%;
    }

        .cmsContent--body h2 {
            margin-left: -5.44554%;
        }

        .cmsContent--body h3 {
            margin-left: -3.9604%;
        }

        .cmsContent--body h4 {
            margin-left: -2.47525%;
        }

        .cmsContent--body h5 {
            margin-left: -1.48515%;
        }
}

.cmsContent--body h2 {
    font-size: 27px;
    line-height: 35.1px;
    line-height: 3.51rem;
    font-size: 2.7rem;
}

.cmsContent--body h3 {
    font-size: 25px;
    line-height: 32.5px;
    line-height: 3.25rem;
    font-size: 2.5rem;
}

.cmsContent--body h4 {
    font-size: 22px;
    line-height: 28.6px;
    line-height: 2.86rem;
    font-size: 2.2rem;
}

.cmsContent--body h5 {
    font-size: 20px;
    line-height: 26px;
    line-height: 2.6rem;
    font-size: 2rem;
}

.cmsContent--body h6 {
    font-size: 20px;
    line-height: 26px;
    line-height: 2.6rem;
    font-size: 2rem;
    font-style: italic;
}

.cmsContent--body ul li:before {
    top: 11px;
}

.accordion {
    margin: 40px-15px 45px 15px 0 0 40px;
}

.accordion-item {
    border-bottom: 1px solid #DDDDDD;
    margin: 0;
}

.accordion-heading {
    position: relative;
}

.accordion-headLink {
    padding: 15px 45px 15px 0;
    color: #00746A;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .accordion-headLink:hover .accordion-icon {
        border-color: #E5E5E5;
    }

.accordion-content {
    border-top: 1px solid #DDDDDD;
    padding: 15px 0;
}

.accordion-icon {
    position: relative;
    border-radius: 50%;
    display: block;
    height: 40px;
    width: 40px;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 25px;
    border: 1px solid #fff;
}

    .accordion-icon:before, .accordion-icon:after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: #00746A;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        border-radius: 8px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .accordion-icon:before {
        height: 16px;
        width: 4px;
    }

    .accordion-icon:after {
        height: 4px;
        width: 16px;
    }

.accordion-icon--isOpen:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-icon--JS-isOpen:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media screen and (max-width: 600px) {
    .accordion-icon:not(.accordion-icon--nonShifting) {
        right: 0;
    }
}

.dataTable {
    text-align: center;
}

    .dataTable td:first-child, .dataTable th:first-child {
        text-align: left;
    }

.downloadsBanner, .printChartBanner, .downloadsBannerProfile {
    margin: 30px 0;
    padding: 15px 70px;
    background: #00746A;
    color: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 600px) {
    .downloadsBanner, .printChartBanner, .downloadsBannerProfile {
        margin: 10px -20px;
    }
}

@media screen and (max-width: 600px) {
    .downloadsBanner, .printChartBanner, .downloadsBannerProfile {
        padding-top: 20px;
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 480px) {
    .downloadsBanner, .printChartBanner, .downloadsBannerProfile {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.downloadsBanner:before, .downloadsBannerProfile:before {
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    speak: none;
    text-transform: none;
    text-align: center;
    text-indent: 0;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 25px;
}

@media screen and (max-width: 480px) {
    .downloadsBanner:before, .downloadsBannerProfile:before {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .downloadsBanner-text, .downloadsBannerProfile-text, .printChartBanner a {
        font-size: 20px;
        line-height: 26px;
        line-height: 2.6rem;
        font-size: 2rem;
    }
}

@media screen and (max-width: 600px) {
    .downloadsBanner-title, .downloadsBannerProfile-title { /*display: block;*/
    }
}

.downloadsBanner a, .printChartBanner a, .downloadsBannerProfile a {
    color: #fff;
    margin: 0 5px;
    text-decoration: none; /*border-bottom: 1px solid #fff;*/
}

    .downloadsBanner a:before, .printChartBanner a:before, .downloadsBannerProfile a:before {
        display: none;
    }

@media screen and (min-width: 961px) {
    .downloadsBanner a:hover, .downloadsBanner a:focus, .printChartBanner a:hover, .printChartBanner a:focus, .downloadsBannerProfile a:hover, .downloadsBannerProfile a:focus {
        border: none;
    }
}

.internalBase {
    border-top: 1px solid #DDDDDD;
}

.internalBase-inner {
    padding: 10px 20px;
}

.internalBase-text {
    font-size: 14px;
    line-height: 18.2px;
    line-height: 1.82rem;
    font-size: 1.4rem;
    margin: 0;
}

.internalBase-text--updated {
    float: left;
}

@media screen and (max-width: 600px) {
    .internalBase-text--updated {
        float: none;
        text-align: center;
    }
}

.internalBase-text--topLink {
    float: right;
}

.internalBody {
    padding: 20px;
}

@media screen and (min-width: 961px) {
    .internalBody {
        margin-top: 45px;
    }
}

.internalHead {
    background: #11576b;
    background-image: -webkit-linear-gradient(top, #00746A 0%, #21396C 100%);
    background-image: linear-gradient(to bottom, #00746A 0%, #21396C 100%);
}

@media screen and (max-width: 960px) {
    .internalHead {
        background: #21396C;
    }
}

.internalHead-segment {
    color: #fff;
    vertical-align: middle;
}

.internalHead-main {
    background-color: #00746A;
}

.internalHead-segInner {
    padding: 15px 20px;
}

.internalHead-secHeadingPiece {
    vertical-align: middle;
}

.internalHead-secHeadingPiece--icon {
    font-size: 46px;
    line-height: 46px;
    height: 46px;
    width: 60px;
    text-align: center;
}

.internalHead-secHeadingPiece--text {
    font-size: 34px;
    line-height: 44.2px;
    line-height: 4.42rem;
    font-size: 3.4rem;
    margin-left: 30px;
    display: inline-block;
}

.internalHead-pageTitle {
    display: block;
    margin: 0;
    color: #fff;
    margin-top: 5px;
    font-size: 24px;
    line-height: 31.2px;
    line-height: 3.12rem;
    font-size: 2.4rem;
}

@media screen and (max-width: 600px) {
    .internalHead-pageTitle {
        font-size: 16px;
        line-height: 20.8px;
        line-height: 2.08rem;
        font-size: 1.6rem;
    }
}

.intro {
    font-size: 20px;
    line-height: 26px;
    line-height: 2.6rem;
    font-size: 2rem;
    margin-bottom: 25px;
}

@media screen and (max-width: 600px) {
    .intro {
        font-size: 18px;
        line-height: 23.4px;
        line-height: 2.34rem;
        font-size: 1.8rem;
    }
}

.listing {
    max-width: 800px;
    margin: 0 auto;
}

.listing-item {
    border-bottom: 1px solid #DDDDDD;
    padding: 20px 0;
    margin: 0;
}

    .listing-item:first-child {
        border-top: 1px solid #DDDDDD;
    }

.listing-title {
    font-size: 18px;
    line-height: 23.4px;
    line-height: 2.34rem;
    font-size: 1.8rem;
    text-align: left;
}

.listing-text {
    margin: 0;
}

.pagination {
    margin: 30px 0;
    font-size: 14px;
    line-height: 18.2px;
    line-height: 1.82rem;
    font-size: 1.4rem;
}

@media screen and (max-width: 600px) {
    .pagination {
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.pagination-listWrap {
    width: 50%;
}

@media screen and (max-width: 600px) {
    .pagination-listWrap {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .pagination-list {
        margin-top: 20px;
    }
}

.pagination-nextContainer {
    text-align: right;
}

.pagination-item {
    text-align: center;
}

@media screen and (max-width: 600px) {
    .pagination-item {
        margin-bottom: 20px;
    }
}

.pagination-current {
    background-color: #00746A !important;
    border-color: #00746A;
    color: #fff;
}

@media screen and (max-width: 600px) {
    .pagination-prevNextContainer {
        width: 50%;
        text-align: center;
    }
}

.pagination-prevNext {
    position: relative;
}

    .pagination-prevNext:before, .pagination-prevNext:after {
        font-family: 'icons';
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        speak: none;
        text-transform: none;
        text-align: center;
        text-indent: 0;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        display: inline-block;
        font-size: 10px;
        line-height: 10px;
        height: 10px;
        width: 10px;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        top: 2px;
    }

@media screen and (max-width: 600px) {
    .pagination-prevNext {
        display: block;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.pagination-prevNext:after {
    display: none;
}

.pagination-firstLast:after {
    display: block;
}

.pagination-prev {
    padding-left: 20px;
    margin-left: 5px;
}

    .pagination-prev:before {
        left: 5px;
    }

.pagination-first {
    margin-left: 0;
    margin-right: 5px;
    padding-left: 25px;
}

    .pagination-first:after {
        left: 10px;
    }

.pagination-next {
    margin-right: 5px;
    padding-right: 20px;
}

    .pagination-next:before {
        right: 5px;
        content: "";
    }

.pagination-last {
    margin-left: 5px;
    margin-right: 0;
    padding-right: 25px;
}

    .pagination-last:after {
        right: 10px;
        content: "";
    }

.searchListing-search {
    margin: 15px 0 30px;
}

.siteMap-category {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    line-height: 2.6rem;
    font-size: 2rem;
}

.siteMap-level-2 > .siteMap-item {
    padding-bottom: 5px;
}

.siteMap-level-3 {
    margin-bottom: 15px;
}

    .siteMap-level-3 > .siteMap-item {
        border-bottom: 1px solid #DDDDDD;
        padding: 5px 0;
        padding-left: 20px;
    }

        .siteMap-level-3 > .siteMap-item:first-child {
            border-top: 1px solid #DDDDDD;
            margin-top: 5px;
        }

@media screen and (min-width: 601px) {
    .siteMap-misc {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .siteMap-misc > .siteMap-item {
            -ms-flex-grow: 1;
            -webkit-flex-grow: 1;
            flex-grow: 1;
            padding-right: 20px;
        }

    .no-flexbox .siteMap-misc {
        display: block;
    }

        .no-flexbox .siteMap-misc > .siteMap-item {
            float: left;
        }
}

.partialAccordion {
    text-align: left;
    background-color: #F9F9F9;
    overflow: hidden;
    display: block !important;
    padding: 15px;
    padding-right: 100px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 600px) {
    .partialAccordion {
        padding-right: 70px;
    }
}

.partialAccordion p, .partialAccordion li {
    font-size: 14px;
    line-height: 16px;
    line-height: 1.6rem;
    font-size: 1.4rem;
}

.partialAccordion--isProcessed.partialAccordion--notOpen {
    height: 70px !important;
    max-height: none;
}

    .partialAccordion--isProcessed.partialAccordion--notOpen:before {
        height: 50% !important;
    }

.js .partialAccordion {
    min-height: 70px;
}

    .js .partialAccordion:before {
        content: "";
        display: block;
        background: rgba(249, 249, 249, 0.5);
        background-image: -webkit-linear-gradient(top, rgba(249, 249, 249, 0) 0%, #F9F9F9 100%);
        background-image: linear-gradient(to bottom, rgba(249, 249, 249, 0) 0%, #F9F9F9 100%);
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

.partialAccordion-btn {
    position: absolute;
    right: 25px;
    top: 15px;
}

@media screen and (max-width: 600px) {
    .partialAccordion-btn {
        right: 10px;
    }
}

.map__container {
    position: relative;
}

#map {
    min-height: 850px;
    width: 100%;
}

.side-draw-toggle__link {
    min-width: 60px;
    position: absolute;
    right: 0;
    top: 80px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0;
    padding-right: 20px;
    transition: right 0.25s ease-in;
    transform: translateZ(0px);
}

.side-draw-toggle__link--open {
    right: 600px;
    transition: right 1.1s;
    transform: translateZ(0px);
    padding-right: 10px;
}

.side-draw {
    background: #fff;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1001;
    overflow: hidden;
    box-shadow: 0px -5px 20px 0px rgba(0, 0, 0, 0.75);
    transition: width 0.7s;
    transform: translateZ(0px);
}

.side-draw--open {
    width: 600px;
}

    .side-draw--open .chart-head {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .side-draw--open .chart-head .chart-heading {
            width: 100%;
        }

.side-draw--full {
    width: 100%;
}

.side-draw__data-picker {
    text-align: center;
}

.side-draw__data-picker__heading {
    margin-bottom: 13px;
}

.side-draw__wrapper {
    overflow: auto;
    width: 600px;
    height: 100%;
    padding: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    transition: width 0.7s;
}

.side-draw--full .side-draw__wrapper {
    width: 100%;
}

.side-draw .chart {
    display: none;
}

.side-draw .data-switcher {
    display: block;
    margin: 0 auto 26px auto;
    text-align: center;
}

.side-draw .data-switcher__cell {
    display: inline-block;
}

    .side-draw .data-switcher__cell:first-child label {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .side-draw .data-switcher__cell:last-child label {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

.side-draw .data-switcher input {
    position: absolute;
    left: -9999px;
}

    .side-draw .data-switcher input + label:before, .side-draw .data-switcher input + label:after {
        content: none;
    }

    .side-draw .data-switcher input:checked + label {
        background: #00746A;
        color: #fff;
    }

.side-draw .data-switcher label {
    display: block;
    padding: 16px 40px;
    border: 1px solid #00746A;
    transition: background .5s, color .5s;
}

.side-draw .selectAccordion--ghost .selectAccordion-display {
    background: #fff;
    color: #505050;
    font-size: 26px;
    line-height: 33.8px;
    line-height: 3.38rem;
    font-size: 2.6rem;
    font-weight: normal;
    box-shadow: none;
}

    .side-draw .selectAccordion--ghost .selectAccordion-display:before {
        color: #505050;
    }

.side-draw .selectAccordion-display {
    font-size: 16px;
    line-height: 20.8px;
    line-height: 2.08rem;
    font-size: 1.6rem;
    padding: 10px 15px 9px 15px;
}

.side-draw .selectAccordion-listWrap {
    max-height: 500px;
}

.side-draw .sidebarSelect {
    padding: 26px 0 0 0;
}

.side-draw .sidebarSelect-cell {
    margin-bottom: 15px;
}

.side-draw-control__buttons {
    text-align: right;
}

.regionSelect-cell, .layerSelect-cell {
    -ms-flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
}

    .regionSelect-cell .selectAccordion-display, .layerSelect-cell .selectAccordion-display {
        border: 1px solid #DDDDDD;
        outline: 0;
        transition: .5s border;
    }

.regionSelect-cell {
    width: 100%;
    margin-bottom: 13px;
}

    .regionSelect-cell .selectAccordion-display:hover, .regionSelect-cell .selectAccordion-display:focus, .regionSelect-cell .selectAccordion-display.selectAccordion-display--isOpen {
        border: 1px solid #505050;
    }

.layerSelect-cell {
    width: 77%;
    margin-bottom: 0;
}

    .layerSelect-cell .selectAccordion-display:hover, .layerSelect-cell .selectAccordion-display:focus, .layerSelect-cell .selectAccordion-display.selectAccordion-display--isOpen {
        border: 1px solid #fff;
    }

.layerSelect .selectAccordion--ghost .selectAccordion-display { /*background: transparent;*/
    color: #fff;
    font-size: 16px;
    line-height: 20.8px;
    line-height: 2.08rem;
    font-size: 1.6rem;
    font-weight: normal;
    box-shadow: none;
}

    .layerSelect .selectAccordion--ghost .selectAccordion-display:before {
        color: #fff;
    }

.layerSelect .selectAccordion-display {
    font-size: 16px;
    line-height: 20.8px;
    line-height: 2.08rem;
    font-size: 1.6rem;
    padding: 5px 45px 5px 10px;
}

.layerSelect .selectAccordion-listWrap {
    z-index: 1001;
    font-size: 14px;
    line-height: 18.2px;
    line-height: 1.82rem;
    font-size: 1.4rem;
}

.selectAccordion {
    position: relative;
}

.selectAccordion-display {
    box-shadow: 0 0 5px #DDDDDD;
    border-radius: 3px;
    display: block;
    background: #00746A;
    padding: 10px 45px 9px 30px;
    color: #fff;
    position: relative;
    font-size: 20px;
    line-height: 26px;
    line-height: 2.6rem;
    font-size: 1.7rem;
    font-weight: 700;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 961px) {
    .selectAccordion-display:hover, .selectAccordion-display:focus {
        background-color: #00514a;
        text-decoration: none;
    }
}

.selectAccordion-display--hasInfo {
    padding-left: 40px;
}

.selectAccordion--secondary .selectAccordion-display {
    background-color: #21396C;
}

@media screen and (min-width: 961px) {
    .selectAccordion--secondary .selectAccordion-display:hover, .selectAccordion--secondary .selectAccordion-display:focus {
        background-color: #17274b;
    }
}

.selectAccordion-display:before, .selectAccordion-subTrigger:before {
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    speak: none;
    text-transform: none;
    text-align: center;
    text-indent: 0;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    width: 45px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.selectAccordion-display--isOpen:before, .selectAccordion-subTrigger--isOpen:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 3px;
}

.no-csstransforms .selectAccordion-display--isOpen:before, .no-csstransforms .selectAccordion-subTrigger--isOpen:before {
    content: "";
}

.selectAccordion-listWrap {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    max-height: 260px;
    overflow-y: auto;
    overflow-x: hidden;
}

@media screen and (max-width: 1050px) {
    .selectAccordion-listWrap {
        background-image: -webkit-linear-gradient(top, #F3F3F3, rgba(243, 243, 243, 0)), -webkit-linear-gradient(bottom, #F3F3F3, rgba(243, 243, 243, 0)), -webkit-linear-gradient(top, #505050, rgba(80, 80, 80, 0)), -webkit-linear-gradient(bottom, #505050, rgba(80, 80, 80, 0));
        background-image: -moz-linear-gradient(top, #F3F3F3, rgba(243, 243, 243, 0)), -moz-linear-gradient(bottom, #F3F3F3, rgba(243, 243, 243, 0)), -moz-linear-gradient(top, #505050, rgba(80, 80, 80, 0)), -moz-linear-gradient(bottom, #505050, rgba(80, 80, 80, 0));
        background-image: -o-linear-gradient(top, #F3F3F3, rgba(243, 243, 243, 0)), -o-linear-gradient(bottom, #F3F3F3, rgba(243, 243, 243, 0)), -o-linear-gradient(top, #505050, rgba(80, 80, 80, 0)), -o-linear-gradient(bottom, #505050, rgba(80, 80, 80, 0));
        background-image: linear-gradient(top, #F3F3F3, rgba(243, 243, 243, 0)), linear-gradient(bottom, #F3F3F3, rgba(243, 243, 243, 0)), linear-gradient(top, #505050, rgba(80, 80, 80, 0)), linear-gradient(bottom, #505050, rgba(80, 80, 80, 0));
        background-position: 0 0, 0 100%, 0 0, 0 100%;
        background-repeat: no-repeat;
        background-color: #F3F3F3;
        background-size: 100% 220px, 100% 220px, 100% 20px, 100% 20px;
        background-attachment: local, local, scroll, scroll;
    }
}

.selectAccordion-list {
    border: 1px solid #DDDDDD;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .selectAccordion-list .selectAccordion-list {
        border-color: #00746A;
    }

.csstransforms .selectAccordion-list .selectAccordion-list .selectAccordion-subTrigger:after {
    background-color: #21396C;
}

.selectAccordion-list .selectAccordion-list .selectAccordion-subTrigger:before {
    color: #21396C;
}

.selectAccordion-list .selectAccordion-list .selectAccordion-list {
    border-color: #21396C;
}

.csstransforms .selectAccordion-list .selectAccordion-list .selectAccordion-list .selectAccordion-subTrigger:after {
    background-color: #505050;
}

.selectAccordion-list .selectAccordion-list .selectAccordion-list .selectAccordion-subTrigger:before {
    color: #505050;
}

.selectAccordion-list .selectAccordion-list .selectAccordion-list .selectAccordion-list {
    border-color: #505050;
}

.csstransforms .selectAccordion-list .selectAccordion-list .selectAccordion-list .selectAccordion-list .selectAccordion-subTrigger:after {
    background-color: #DDDDDD;
}

.selectAccordion-list .selectAccordion-list .selectAccordion-list .selectAccordion-list .selectAccordion-subTrigger:before {
    color: #DDDDDD;
}

.selectAccordion-list .selectAccordion-list .selectAccordion-list .selectAccordion-list .selectAccordion-list {
    border-color: #DDDDDD;
}

.selectAccordion-list--subList {
    border-left-width: 10px;
    border-style: solid;
}

.selectAccordion-item {
    margin: 0;
    position: relative;
}

.selectAccordion-link {
    color: #00746A;
    cursor: pointer;
    padding: 10px 45px 10px 20px;
    display: block;
    border-bottom: 1px solid #DDDDDD;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
    /*@media screen and (min-width: 961px) { .selectAccordion-link:hover, .selectAccordion-link:focus { text-decoration: none; background-color: #E5E5E5; } }*/
    .selectAccordion-link:hover {
        text-decoration: none;
        background-color: #E5E5E5;
    }

    .selectAccordion-link:focus {
        text-decoration: none;
        background-color: #E5E5E5;
    }

.selectAccordion-link--isActive {
    background-color: #DDDDDD;
    font-weight: 700;
}

.selectAccordion-subTrigger {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0;
}

    .selectAccordion-subTrigger:before {
        color: #00746A;
        z-index: 10;
    }

.no-csstransforms .selectAccordion-subTrigger:before {
    color: #fff;
}

.selectAccordion-subTrigger:after {
    content: "";
    display: block;
    border-radius: 50%;
    display: block;
    height: 0px;
    width: 0px;
    background-color: #00746A;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 5px;
    z-index: 9;
    height: 35px;
    width: 35px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.selectAccordion-subTrigger:hover:before {
    color: #fff !important;
}

.selectAccordion-subTrigger:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.chart {
    background: #F3F3F3;
    border: 1px solid #DDDDDD;
    padding: 10px 20px;
    margin-top: 30px;
    margin-bottom: 35px;
}

.chart-heading {
    font-weight: 700;
    font-size: 18px;
    line-height: 23.4px;
    line-height: 2.34rem;
    font-size: 1.8rem;
    width: 40%;
    margin-bottom: 25px;
}

.chart-legend {
    margin-bottom: 25px;
}

.chart-legend-item {
    padding-left: 55px;
    padding-right: 15px;
    position: relative;
}

    .chart-legend-item:before {
        content: "";
        display: block;
        height: 0px;
        width: 40px;
        border-bottom: 5px solid #21396C;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        left: 0;
        bottom: 3px;
    }

.chart-legend-item--0:before {
    border-color: #21396C;
}

.chart-legend-item--1:before {
    border-color: #00746A;
}

.chart-legend-item--2:before {
    border-color: #505050;
}

.chart-renderArea {
    margin: 20px 0;
}

@media screen and (max-width: 600px) {
    .chart-renderArea {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media screen and (max-width: 600px) {
    .chart-renderArea {
        margin-top: 30px;
    }
}

.chart-visual {
    position: relative;
    z-index: 5;
}

.chart-lines, .chart-lines-grid {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.chart-lines-item {
    max-width: 1px;
    position: relative;
    background-color: #F3F3F3;
    margin: 0px;
    padding: 0px;
}

    .chart-lines-item:last-child .chart-lines-text {
        text-align: right;
        right: 0;
        left: auto;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

@media screen and (max-width: 600px) {
    .chart-lines-item:nth-child(even) {
        margin-top: -20px;
    }
}

.chart-lines-text {
    text-align: center;
    width: 100px;
    display: block;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 100%;
}

@media screen and (max-width: 600px) {
    .chart-lines-text {
        font-size: 14px;
        line-height: 18.2px;
        line-height: 1.82rem;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 600px) {
    .chart {
        margin-left: -20px;
        margin-right: -20px;
        border-width: 1px 0;
    }
}

/*.barChart-lineSynch, .barChart-labelCell { max-width: 200px; }*/
@media screen and (max-width: 600px) {
    .barChart-lineSynch, .barChart-labelCell {
        width: 50% !important;
        max-width: none;
    }
}
/*.barChart-dataSet { border-bottom: 1px dashed green; }*/
.barChart-dataSet:first-child {
    border-top: 1px dashed #cccccc;
}

@media screen and (max-width: 600px) {
    .barChart-lines-wrap, .barChart-visual {
        width: 50% !important;
    }
}

.barChart-labelCell {
    text-align: center;
}

.barChart-label {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
}

@media screen and (max-width: 600px) {
    .barChart-label {
        font-size: 13px;
        font-size: 1.3rem;
    }
}

.barChart-barGroup {
    padding: 10px 0;
}

.barChart-bar {
    margin-bottom: 1px;
    width: 100%;
}

.barChart-bar--0 {
    background-color: #21396C;
}

    .barChart-bar--0 .barChart-tooltip {
        background: #21396C;
    }

        .barChart-bar--0 .barChart-tooltip:before {
            border-top-color: #21396C;
            border-bottom-color: #21396C;
        }

.barChart-bar--1 {
    background-color: #00746A;
}

    .barChart-bar--1 .barChart-tooltip {
        background: #00746A;
    }

        .barChart-bar--1 .barChart-tooltip:before {
            border-top-color: #00746A;
            border-bottom-color: #00746A;
        }

.barChart-bar--2 {
    background-color: #505050;
}

    .barChart-bar--2 .barChart-tooltip {
        background: #505050;
    }

        .barChart-bar--2 .barChart-tooltip:before {
            border-top-color: #505050;
            border-bottom-color: #505050;
        }

.lineChart-container {
    overflow-x: auto;
    overflow-y: hidden;
}

@media screen and (max-width: 1050px) {
    .lineChart-container {
        background-image: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, #E5E5E5, rgba(229, 229, 229, 0)), -webkit-linear-gradient(right, #E5E5E5, rgba(229, 229, 229, 0));
        background-image: -moz-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -moz-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -moz-linear-gradient(left, #E5E5E5, rgba(229, 229, 229, 0)), -moz-linear-gradient(right, #E5E5E5, rgba(229, 229, 229, 0));
        background-image: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -o-linear-gradient(left, #E5E5E5, rgba(229, 229, 229, 0)), -o-linear-gradient(right, #E5E5E5, rgba(229, 229, 229, 0));
        background-image: linear-gradient(left, #fff, rgba(255, 255, 255, 0)), linear-gradient(right, #fff, rgba(255, 255, 255, 0)), linear-gradient(left, #E5E5E5, rgba(229, 229, 229, 0)), linear-gradient(right, #E5E5E5, rgba(229, 229, 229, 0));
        background-position: 0 0, 100% 0, 0 0, 100% 0;
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: 220px 100%, 220px 100%, 20px 100%, 20px 100%;
        background-attachment: local, local, scroll, scroll;
    }
}

.lineChart-graph {
    min-width: 500px;
}

.lineChart-heading {
    margin: 27px 0 20px;
}

/*================================================*\
	THEMES
\*================================================*/
body.theme-dark .themed-nav {
    background: #000;
    color: #fff;
    border: 2px solid #ccc;
}

body.theme-dark .themed-header {
    background: #042A38;
    color: #E0E0E0;
}

body.theme-dark .themed-footer {
    background: #6E6E6E;
    color: #fff;
}

body.theme-light .themed-nav {
    background: #EDFF91;
    color: #000;
    border: 2px dotted #000;
}

body.theme-light .themed-header {
    background: #CBFFB6;
    color: #000;
    border: 2px dotted green;
}

body.theme-light .themed-footer {
    background: #FFCDEE;
    color: #000;
    border: 2px dotted red;
}

[class^="themed-"], [class*=" themed-"] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media print { /*================================================*\ 	PRINT STYLES //----------------------------------------------- //	Holds the print styles for the site \*================================================*/
    /** { 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;
    }
}
/*! Built by Daniel Tonon - UX Developer - Reading Room Australia - May 2015 !*/

/*# sourceMappingURL=style.css.map */


/*//////////////////////////////////////////////////////////////////////////////////////////////Changed On May 11th 2016*/
.horizontalContentWrapper {
    position: relative;
}

    .horizontalContentWrapper .barChart {
        margin: 2px;
    }

.horizontalContenWithoutMenu {
    clear: both;
    width: 100%;
}

.horizontalContentWrapper .horizontalPanel {
    width: 64%;
    float: left;
    top: 0px !important;
    padding-left: 2% !important;
}

.horizontalContentWrapper .horizontalMenu {
    width: 35%;
    float: left;
    top: 0px;
}

.activationPointOfFloatMenu {
    width: 961px;
}

.explore_basePoint {
    width: 961px;
    display: none;
}

@media screen and (max-width: 960px) {
    .horizontalContentWrapper .horizontalPanel {
        width: 100%;
        padding-left: 0px !important;
    }

    .horizontalContentWrapper .horizontalMenu {
        width: 100%;
        top: 0px !important;
    }

    .activationPointOfFloatMenu {
        width: 960px;
    }

    .explore_basePoint {
        width: 960px;
    }
}

#horizontalPanelDiv {
    padding-left: 0px;
}

#horizontalMenuDiv ul {
    margin: 0px;
    padding-left: 0px;
}

    #horizontalMenuDiv ul li {
        margin: 0px;
        padding: 0px;
        margin-left: 0px;
    }

        #horizontalMenuDiv ul li p {
            margin: 0px;
            margin-top: 0px;
            margin-bottom: 0px;
        }

#horizontalPanel h2 {
    margin-bottom: 30px;
}

.horizontalContentHeader {
    color: #505050;
    font-weight: 400;
    font-size: 22px;
    line-height: 28.6px;
    line-height: 2.86rem;
    font-size: 2.2rem;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-top: 20px;
}

.menuTitleStyle {
    font-weight: bold;
    padding-top: 20px;
}
/*.overviewSelect{float:left;width:45%;min-width:45%;border-top:none;position:relative;top:-5px;}*/
@media screen and (min-width: 961px) {
    .rightSideOverviewWrapper {
        float: left;
        width: 45%;
        min-width: 45%;
        padding: 15px 0;
        margin: 20px 0 0;
        position: relative;
        top: -5px;
        margin-left: 75px;
    }

    .leftSideOverviewWrapper {
        float: left;
        width: 45%;
        min-width: 45%;
        padding: 15px 0;
        margin: 20px 0 0;
        position: relative;
        top: -5px;
        border-top: none;
    }

    .overviewMiddleSpan {
        margin-left: 20px;
        margin-right: 20px;
        position: relative;
        top: 40px;
        font-size: 20px;
        font-weight: bold;
        float: left;
        line-height: 100%;
        color: #ffffff;
        width: 34.5px;
        opacity: 0;
    }
}

.overviewSelect-cell {
    width: 100%;
}

.stickyHorizontalContentMenu {
    position: fixed;
    top: 100px;
}

.rightSideOverview-next:hover .rightSideOverview-nextInner:before, .rightSideOverview-next:focus .rightSideOverview-nextInner:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: #00746A;
}

.rightSideOverview-nextInner {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 350px;
}

    .rightSideOverview-nextInner:after {
        font-family: 'icons';
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        speak: none;
        text-transform: none;
        text-align: center;
        text-indent: 0;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        display: inline-block;
        color: #00746A;
        font-size: 20px;
        line-height: 20px;
        height: 20px;
        width: 20px;
        text-align: center;
    }

    .rightSideOverview-nextInner:before, .rightSideOverview-nextInner:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .rightSideOverview-nextInner:before {
        content: "";
        display: block;
        border-radius: 50%;
        display: block;
        border: 1px dotted #00746A;
        width: 100%;
        padding: 100% 0 0 0;
        height: 0;
        background-color: #fff;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

.rightSideOverview-back {
    padding-left: 16%;
}

    .rightSideOverview-back:before {
        font-family: 'icons';
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        speak: none;
        text-transform: none;
        text-align: center;
        text-indent: 0;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        display: inline-block;
        color: #00746A;
        font-size: 20px;
        line-height: 20px;
        height: 20px;
        width: 20px;
        text-align: center;
        left: 9%;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }

.nationalTemplateHeader {
    font-size: 19px;
}

.nationalTemplateLinkSize {
    font-size: 20px;
}

#infoDisplay {
    color: #00746A;
    text-align: justify;
    text-indent: 32px;
}

.tableWrap {
    font-size: 12px;
    line-height: 1rem;
    margin-top: 0px;
}

    .tableWrap thead tr th {
        line-height: normal;
        font-size: 15px;
    }

    .tableWrap tbody tr th, .tableWrap tbody tr td {
        line-height: normal;
        font-size: 14px;
    }

.barChartTableWrap tbody tr td {
    text-align: right;
}

.lineChartTableWrap svg {
    width: 100%;
    height: 100%;
}

.lineChartTableWrap {
    margin-top: 20px;
}

.tableWrap table th, .tableWrap table td {
    padding: 8px;
}

.barChart-labelCell {
    min-width: 45%;
    padding: 0px;
    position: relative;
    text-align: right;
}

.barChart-lineSynch {
    min-width: 45%;
}

.barChart-label {
    font-size: 1.4rem;
    display: inline;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
}

#barChart-label {
    display: none;
}

.barChart-bar {
    height: 15px;
}

.barChartColor {
    height: 15px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0px;
    margin: 0px;
    border: none;
    width: 100%;
}

.chart-lines-text {
    font-size: 14px;
}

.barChart-legend-value {
    font-size: 18px;
}

.chart-legend {
    margin-bottom: 14px;
}

.c3-axis-x {
    font-size: 15px;
}

.c3-axis-y {
    font-size: 17px;
}

.c3-legend-item {
    font-size: 18px;
}

.lineChart-container .tick {
    width: 100%;
}

.downloadsBanner, .downloadsBannerProfile {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 40px;
}

    .downloadsBanner::before, .downloadsBannerProfile::before {
        line-height: 25px;
        height: 25px;
        font-size: 30px;
    }

.downloadsBanner-text {
    position: relative;
    top: -8px;
}

.downloadsBannerProfile-text {
    position: relative;
    top: -5px;
}

.printChartBanner {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 40px;
}

    .printChartBanner a {
        font-weight: bold;
        position: relative;
        left: -8px;
        top: -5px;
    }

    .printChartBanner .printerImg {
        display: inline-block;
        color: #fff;
        font-size: 30px;
        line-height: 20px;
        height: 30px;
        width: 30px;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        left: 30px;
    }

.partialAccordion {
    margin-top: 5px;
}

@media screen and (max-width: 480px) {
    .printChartBanner .printerImg {
        display: none;
    }
}

.sourceTextToggle {
    height: 40px;
    overflow: hidden;
}

.sourceTextContent {
    font-size: 17px;
    text-align: justify;
}

@page {
    size: 21cm 29.7cm;
    margin: 21mm 1mm 21mm 1mm;
    /*margin: 0mm;*/
}

title {
    display: none;
}

@media print {

    .horizontalMenu, .dividerHeading, .grid-wrap, #header, .siteHeader, .siteFooter, .printChartBanner, .downloadsBanner {
        display: none;
    }

    table th, table td {
        padding: 5px;
        border: 1px solid #21396C;
        border-collapse: collapse;
        border-spacing: 0;
    }

    * {
        -webkit-print-color-adjust: exact;
    }

    .horizontalPanel {
        width: 100% !important;
        padding: 0px;
    }

    .partialAccordion-btn {
        display: none;
    }

    .sourceTextToggle {
        height: 100px;
    }

    title {
        display: none;
    }

    .downloadsBannerProfile {
        display: none;
    }

    .tableWrap {
        margin-top: 10px;
    }

    .barChart {
        position: relative;
    }

    .chart-lines-grid {
        position: relative;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .chart, table, tr, th, td, .dataTable-details, .partialAccordion {
        background-color: #ffffff !important;
    }

    .cmsContentSourceText {
        width: 600px;
        padding: 0px;
        margin: 0px;
    }

    .plusBtnSourceText {
        display: none;
    }

    .partialAccordion {
        background-color: #ffffff !important;
    }

    h2 {
        font-size: 18pt !important;
    }

    .tableWrap thead tr th {
        font-size: 8pt !important;
    }

    .tableWrap tbody tr td, .tableWrap tbody tr th {
        font-size: 8pt !important;
    }

    .barChart-label {
        font-size: 11pt !important;
    }

    .chart-lines-text {
        font-size: 11pt !important;
    }

    .barChart-legend-value {
        font-size: 11pt !important;
    }


    /*table { page-break-after:auto }*/
    tr {
        page-break-inside: avoid;
        page-break-after: auto
    }

    td {
        page-break-inside: avoid;
        page-break-after: auto
    }

    thead {
        display: table-header-group;
    }
    /*tbody {display:table-row-group;}*/
    tfoot {
        display: table-footer-group
    }

    /*.barChartTableWrap{ page-break-before: always !important;page-break-inside: avoid !important;}*/
    .lineChartTableWrap {
        page-break-before: always !important;
        page-break-inside: avoid !important;
    }
    /*.pageBreak{ position:relative;display:block;overflow:visible;page-break-before: always !important;}*/
    /*.barChartTableWrap tr,.lineChartTableWrap tr{height:7mm;white-space:nowrap;line-height:7mm;orphans:0;widows:0;}*/
    .cmsContentSourceText {
        font-size: 11pt !important;
        page-break-before: always !important;
    }

    .lineChart-container, .lineChart, #contentPanel, #horizontalPanelDiv, .horizontalPanel, .horizontalContentWrapper, .homeContent {
        float: none !important;
        display: block !important;
        position: relative;
    }

        .lineChart-container svg {
            display: block !important;
            float: none !important;
            position: relative;
            overflow: visible;
        }
}

.barChartTableWrap, .lineChartTableWrap {
    display: block;
    position: relative;
    overflow: visible;
}

.pageBreak {
    position: relative;
    display: block;
    overflow: visible;
    width: 100%;
    color: red;
}

.barChart-visual table {
    position: absolute;
    top: 0px;
    border-collapse: collapse;
    border-top: none;
    border-bottom: none;
}

.barChart-lines-wrap .grid-cell {
    border: 0px solid white !important;
}

#contentPanel {
    margin: 0px;
}

.printTable {
    margin: 0px;
    padding: 0px;
    table-layout: fixed;
}

.printLine {
    border-top: 0px;
    border-bottom: 0px;
    z-index: -999;
    table-layout: fixed;
    width: 100%;
}

    .printLine td {
        border: 1px dashed #cccccc;
        border-top: none;
        border-bottom: none;
        border-collapse: collapse;
        border-spacing: 0;
    }

        .printLine td:nth-child(1) {
            border-left: 0px solid #505050;
        }

.negativeBarChart-lines-wrap ul li:nth-child(2n) {
    top: -20px;
}

.printTdLeft {
    border-bottom: 0px dashed red;
    border-right: 2px solid #505050;
    border-spacing: 0;
    border-collapse: collapse;
}

.barChart-label {
    font-size: 1.4rem;
    display: inline;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
}

.barChart-barGroup {
    border-bottom: 1px dashed #cccccc;
}

.tdBorder {
    margin: 0px;
    padding: 0px 5px 0px 0px;
    border-bottom: 1px dashed #cccccc;
}

.lineChart-container {
    display: block;
    overflow: visible;
    position: relative;
}

.cartodb-tooltip-content {
    font-size: 16px;
}

.wcag {
    height: 1px;
    width: 1px;
    display: block;
    overflow: hidden;
    position: absolute;
    top: -10px;
    font-size: 0;
    color: #ffffff;
    background-color: #00746a;
    margin: 0px;
    padding: 0px;
    border: none;
}
/*.wcagBackgroundColor{background-color:#00746a;}*/
.wcagForegroundColor {
    color: #ffffff;
}

.grid-cellWcag {
    width: 50%;
}

    .grid-cellWcag h2, .grid-cellWcag p {
        display: inline;
    }

@media screen and (max-width: 850px) {
    .grid-cellWcag {
        width: 100%;
        float: left;
        text-align: center;
    }

        .grid-cellWcag h2 {
            width: 100%;
        }

        .grid-cellWcag p {
            max-width: 503px;
            width: 100%;
        }

    .homeBanner-logo--inline {
        display: none !important;
    }

    .homeBanner-logo--stack {
        display: block !important;
    }
}

#horizontalPanelDiv a {
    text-decoration: underline;
    font-weight: bold;
}

    #horizontalPanelDiv a:hover, #horizontalPanelDiv a:focus {
        text-decoration: none;
    }

#horizontalMenuDiv a:hover, #horizontalMenuDiv a:focus {
    text-decoration: underline;
}

.wcagColorJumpLink {
    background-color: #000000;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    height: 1px;
    width: 1px;
    overflow: hidden;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: -10px;
    text-decoration: underline;
}

    .wcagColorJumpLink:focus {
        position: absolute;
        top: 20px;
        left: 20px;
        height: 50px;
        width: 200px;
    }

.skipLinks {
    background-color: #ffffff;
}

@media screen and (max-width: 960px) {
    .wcagColorJumpLink:focus {
        top: 50px;
    }
}

.openNewWindow {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
}

.staticHeader-logo a:hover .openNewWindow, .staticHeader-logo a:focus .openNewWindow {
    width: auto;
    height: auto;
    display: block;
    background: #000000;
    color: #ffffff
}
/*.siteSearch button .openNewWindow {top:-10px;}*/
.siteSearch button:hover .openNewWindow, .siteSearch button:focus .openNewWindow {
    width: auto;
    height: auto;
    display: block;
    background: #000000;
    color: #ffffff;
    width: 200px;
}

.searchFormSubmitBtn {
    position: absolute;
    top: 0px;
    left: 210px;
}

.staticHeader-logoLink:focus, .staticHeader-logoLink:focus, .navPrimary-item a:focus {
    outline: 1px solid #00746a;
}

.siteSearch button:focus {
    background-color: #ffffff;
    border: 1px solid #00746a;
    outline: none;
}
/*.searchBtn{width:1px;height:1px;overflow:hidden;position:absolute;top:-10px;}*/
@media screen and (max-width: 960px) {
    .siteSearch-btn {
        display: inline;
        position: relative;
        top: -40px;
        float: right;
    }

    .siteSearch-input {
        padding-right: 40px;
    }

    .siteSearch-slider {
        margin-right: 40px;
    }
}

.infoClose {
    margin-left: 20px;
    margin-top: 10px;
    text-decoration: underline;
    font-weight: bold;
}

.navPrimary-item:hover, .navPrimary-item:focus {
    background: #F9F9F9;
    text-decoration: none;
    border: 1px solid #00746a;
}

.megaMenu-back:hover {
    background-color: #0a606b;
    text-decoration: none;
    outline: none;
}

.megaMenu-back:focus {
    background-color: #0a606b;
    outline: none;
    text-decoration: none;
}

.rightSideOverview-next:hover, .rightSideOverview-next:focus, .rightSideOverview-nextInner:hover, .rightSideOverview-nextInner:focus {
    background-color: #E5E5E5;
    text-decoration: none;
}

@media screen and (max-width: 960px) {
    .rightSideOverview-nextInner {
        left: 250px;
    }
}

.staticHeader-logoImg--lmip {
    width: 250px;
    height: auto;
    margin-top: 20px;
}

.staticHeader-logo--lmipDiv {
    width: 250px;
    margin-left: 6.41026%;
    float: left;
}

@media screen and (max-width: 960px) {
    .staticHeader-logoImg--lmip {
        margin-top: 0px;
    }

    .staticHeader-logo--lmipDiv {
        clear: left;
        margin-top: 0;
        margin-left: 0;
        max-width: 250px;
    }

    .staticHeader-logo--jobActive {
        clear: left;
        margin-left: 10px;
    }
}

.wcagTh {
    font-size: 18px;
    line-height: 23.4px;
    line-height: 2.34rem;
    font-size: 1.8rem;
    background-color: #E5E5E5;
    background-color: rgba(229, 229, 229, 0.7);
    text-align: center;
}

.tableWrap {
    background-color: #ffffff;
    color: #000000
}

.chart-legend {
    display: block;
}

.descriptiveHeader {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
}

@media screen and (max-width: 960px) {
    .leftSideOverviewWrapper .rightSideOverviewWrapper {
        display: block;
        width: 95% !important;
        min-width: 300px;
        clear: both;
    }

    .overviewMiddleSpan {
        position: relative;
        top: 0px;
        display: block;
        clear: both;
        color: #ffffff;
    }
}

.flyoutTable {
    background-color: #ffffff;
    color: #000000
}

.selectAccordion-display:hover, .selectAccordion-display:focus {
    background-color: #ffffff;
    color: #00746a !important;
    opacity: 1;
}

.leaflet-control-zoomhome a {
}

.leaflet-control-zoomhome-in, .leaflet-control-zoomhome-out, .leaflet-control-zoomhome-home {
    background-color: #ffffff !important;
    color: #000000 !important;
    font-weight: bold !important;
    font-size: 17px !important;
}

.leaflet-bottom a {
    background-color: #ffffff;
    color: #000000;
}

.wcagTabelWrap a {
    background-color: #ffffff;
    color: #00746a;
}

.wcagTabelWrap th {
    text-align: center !important;
}

.wcagTabelWrap a:hover .openNewWindow, .wcagTabelWrap a:focus .openNewWindow {
    width: auto;
    height: auto;
    display: block;
    background: #000000;
    color: #ffffff
}
/*.breadcrumbHeader{font-size:18px;display:inline;font-weight:bold;margin-right:20px;width:1px;height:1px;overflow:hidden;position:absolute;top:-10px;font-size:0px;}*/
.breadcrumbHeader {
    font-size: 18px;
    display: inline-block;
    font-weight: bold;
    margin-right: 20px;
    vertical-align: middle;
    padding-bottom: 3px;
}

.wcagBreadcrumb > ul, .wcagBreadcrumb > ul > div {
    display: inline;
}

.primaryMenuCheckPoint {
    width: 0px;
    height: 0px;
    overflow: hidden;
    color: #000000;
    background-color: #ffffff;
}

.megaMenu-intro p:focus, .megaMenu-intro p:hover {
    border: none;
    outline: none;
    text-decoration: none;
    background: #0a606b;
}

a[href$=".csv"]:before, a[href$=".CSV"]:before, 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$=".xlsm"]:before, a[href$=".XLSM"]: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$=".rtf"]:before, a[href$=".RTF"]:before {
    border: 1px solid #b9282b;
    padding: 2px 0;
    content: "";
    margin-right: 5px;
    margin-top: -4px;
    width: 18px;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    font-size: 1rem;
    text-decoration: underline;
}

a.external-link:after {
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    speak: none;
    text-transform: none;
    text-align: center;
    text-indent: 0;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block;
    color: #00746A;
    margin-left: 5px;
    margin-top: -4px;
}

a[href$=".pdf"]:before, a[href$=".PDF"]:before {
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    speak: none;
    text-transform: none;
    text-align: center;
    text-indent: 0;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block;
    color: #00746A;
    border-color: #00746A;
}

a[href$=".doc"]:before, a[href$=".docx"]:before, a[href$=".DOC"]:before, a[href$=".DOCX"]:before {
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    speak: none;
    text-transform: none;
    text-align: center;
    text-indent: 0;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block;
    color: #00746A;
    border-color: #00746A;
}

a[href$=".xls"]:before, a[href$=".xlsx"]:before, a[href$=".XLS"]:before, a[href$=".XLSX"]:before, a[href$=".xlsm"]:before, a[href$=".XLSM"]:before {
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    speak: none;
    text-transform: none;
    text-align: center;
    text-indent: 0;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block;
    color: #00746A;
    border-color: #00746A;
}

a[href$=".ppt"]:before, a[href$=".pptx"]:before, a[href$=".PPT"]:before, a[href$=".PPTX"]:before {
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    speak: none;
    text-transform: none;
    text-align: center;
    text-indent: 0;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block;
    color: #00746A;
    border-color: #00746A;
}

a[href$=".txt"]:before, a[href$=".TXT"]:before {
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    speak: none;
    text-transform: none;
    text-align: center;
    text-indent: 0;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block;
    color: #00746A;
    border-color: #00746A;
}

a[href$=".rtf"]:before, a[href$=".RTF"]:before {
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    speak: none;
    text-transform: none;
    text-align: center;
    text-indent: 0;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block;
    color: #00746A;
    border-color: #00746A;
}

a[href$=".csv"]:before, a[href$=".CSV"]:before {
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    speak: none;
    text-transform: none;
    text-align: center;
    text-indent: 0;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block;
    color: #00746A;
    border-color: #00746A;
}

.openNewWindowForExternalLink {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
}

.external-link {
    position: relative;
}

    .external-link:hover .openNewWindowForExternalLink, .external-link:focus .openNewWindowForExternalLink {
        height: auto;
        display: block;
        background: #000000;
        color: #ffffff;
        width: 150px;
        position: absolute;
        top: 0px;
        font-size: 12px;
        text-align: center;
    }

.searchFormSubmitBtn:hover .openNewWindow, .searchFormSubmitBtn:focus .openNewWindow {
    height: auto;
    display: block;
    background: #000000;
    color: #ffffff;
    width: 150px;
    position: absolute;
}

#contentPanel > p + a {
    padding-top: 10px;
}

#contentPanel > a + p {
    padding-top: 10px;
}

#contentPanel > a {
    display: block;
    float: left;
    clear: both;
}

#contentPanel > p {
    display: block;
    clear: both;
}

#contentPanel > a + h3 {
    padding-top: 20px;
}

#contentPanel > h3 {
    display: block;
    clear: both;
}

#contentPanel > a + a {
    padding-top: 2px;
}

#contentPanel > span {
    display: block;
    float: left;
    clear: both;
}

.cmsContentSourceText {
    text-align: justify;
}

.negative {
    margin-left: 37.5%;
}

/* Information Bar */
.navigation-bar {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding: 10px;
    background-color: #005a7a;
}

    .navigation-bar .navigation-bar-content span.alert-label {
        /*background-color: #c94c04;*/
        font-weight: bold;
        padding: 1px 7px 1px 7px;
        border-radius: 5px;
        margin-right: 10px;
        font-size: 0.85em;
    }

    .navigation-bar .navigation-bar-content, .static-bar .static-bar-content {
        text-align: center;
    }

        .navigation-bar .navigation-bar-content A, .navigation-bar .navigation-bar-content P, .static-bar .static-bar-content A, .static-bar .static-bar-content P {
            font-family: 'Open Sans','Lora',"Times New Roman";
            color: #FFF;
        }

        .navigation-bar .navigation-bar-content A, .static-bar .static-bar-content A {
            text-decoration: underline;
        }

.static-bar {
    margin-top: 20px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding: 10px;
    background-color: #005a7a;
}

    .static-bar .static-bar-content a.external-link:after {
        color: #ffffff;
    }
