﻿@charset "UTF-8";
/*--- Informatics LESS Framework v.1.0.0 ---*/
/* =============================================================================
Normalize
================================================================================ */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("//fonts.googleapis.com/css?family=Droid+Sans:400,700");

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    /* 1 */
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
}

    /**
 * Add the correct display in iOS 4-7.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

    /**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
    a:active,
    a:hover {
        outline-width: 0;
    }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
    font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
    font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
    /* 2 */
    overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
    /* 1 */
    margin: 0;
}

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
    cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    input:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
}

    /**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/*=============================================================================
GLOBAL - GENERAL - v1.2 - Defualt HTML elements
===========================================================================*/
html {
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.6em;
    font-family: Arial, sans-serif;
    color: #000000;
}

@media screen and (max-width: 480px) {
    html {
        -webkit-text-size-adjust: 100%;
        -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p,
ol {
    margin: 0;
    padding: 0;
    font-size: inherit;
}

p,
ol,
ul {
    font-weight: inherit;
}

button {
    outline: none;
}

sup,
sub {
    vertical-align: baseline;
    position: relative;
    font-size: 11px;
}

sub {
    top: 0.4em;
}

sup {
    top: -0.4em;
}

b {
    font-weight: bold;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

i {
    font-style: italic;
}

u {
    text-decoration: underline;
}

.h1,
.h2,
.h3,
.h4,
.content-title,
.nav-section-btn,
.data-num.-note {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
}

.h1,
.content-title {
    font-size: 24px;
    line-height: 1.35em;
}

    .h1.year {
        color: #f3f7f8;
        text-align: right;
        margin-bottom: 0;
        line-height: 1em;
        letter-spacing: .02em;
    }

.h2,
.nav-section-btn,
.data-num.-note {
    font-size: 18px;
    line-height: 1.22em;
}

    .h2.year {
        font-size: 14px;
        color: #f3f7f8;
        letter-spacing: .02em;
        text-align: right;
        line-height: 1em;
        margin-bottom: 0;
    }

    .h2.-line {
        border-bottom: 1px solid #a8a8a8;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

.h3 {
    font-size: 13px;
    line-height: 1.4em;
    text-transform: uppercase;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: #006eaf;
}

    a:hover {
        color: #007ec9;
    }

form {
    margin: 0;
    padding: 0;
}

fieldset {
    margin-bottom: 0;
    padding: 0;
}

hr {
    height: 0;
    border: 0;
    border-bottom: 1px solid #3C3C3C;
}

ul {
    list-style: none;
}

ol {
    margin-bottom: 20px;
    list-style: decimal outside;
}

    ol li {
        margin-bottom: 15px;
        margin-left: 16px;
    }

    ol ol {
        margin: 15px 0 0 15px;
        list-style-type: lower-alpha;
    }

        ol ol ol {
            list-style-type: lower-roman;
        }

table {
    border: 1px solid #146785;
    border-collapse: collapse;
    background-color: #f2f4f6;
    width: 100%;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    table-layout: fixed;
}

    table caption {
        background-color: #146785;
        padding: 20px;
        text-align: left;
        color: white;
        font-size: 16px;
        font-weight: bold;
    }

th[scope="col"] {
    padding: 10px 20px;
    background-color: #146785;
    border-left: 1px solid #146785;
    color: white;
    font-size: 14px;
}

    th[scope="col"]:first-of-type {
        border-left: none;
    }

    th[scope="col"] img {
        display: inline;
        margin-left: 4px;
    }

    th[scope="col"] h3,
    th[scope="col"] h4,
    th[scope="col"] h5,
    th[scope="col"] h6 {
        margin-bottom: 0;
    }

tr {
    border-bottom: 1px solid #43859d;
}

td,
tbody th,
tfoot th {
    padding: 10px 20px;
    border-left: 1px solid #43859d;
    font-size: 14px;
}

tbody td {
    text-align: left;
}

tfoot {
    background-color: #146785;
    color: white;
}

    tfoot td {
        font-size: 16px;
        font-weight: bold;
    }

        tfoot td:first-child {
            text-align: left;
        }

tbody tr:last-of-type {
    border-bottom: none;
}

/* =============================================================================
 FRAMEWORK - GRID - v1.4 - All framework styles for Grid settings
 ========================================================================== */
.grid-defualts,
.split-defualts,
.col-12,
.col-4,
.spl-6,
.spl-4 {
    border: 0px solid rgba(0, 0, 0, 0);
    float: left;
    background-clip: padding-box !important;
}

    .split-defualts.center,
    .spl-6.center,
    .spl-4.center {
        float: none;
    }

.spl-left,
.spl-center,
.spl-right {
    font-size: 0;
}

    .spl-left > div,
    .spl-left > li,
    .spl-center > div,
    .spl-center > li,
    .spl-right > div,
    .spl-right > li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
        float: none;
        font-size: 15px;
        line-height: 1.6em;
    }

.spl-center {
    text-align: center;
}

.spl-right {
    text-align: right;
}

/* =============================================================================
 FRAMEWORK - GRID - v1.2 - All framework styles for Grid settings
 ========================================================================== */
.col-12.span-12 {
    width: 100%;
}

.col-12.offset-12 {
    margin-left: 103.8%;
}

    .col-12.offset-12:first-child {
        margin-left: 101.9%;
    }

.col-12.span-11 {
    width: 91.50833333%;
}

.col-12.offset-11 {
    margin-left: 95.30833333%;
}

    .col-12.offset-11:first-child {
        margin-left: 93.40833333%;
    }

.col-12.span-10 {
    width: 83.01666667%;
}

.col-12.offset-10 {
    margin-left: 86.81666667%;
}

    .col-12.offset-10:first-child {
        margin-left: 84.91666667%;
    }

.col-12.span-9 {
    width: 74.525%;
}

.col-12.offset-9 {
    margin-left: 78.325%;
}

    .col-12.offset-9:first-child {
        margin-left: 76.425%;
    }

.col-12.span-8 {
    width: 66.03333333%;
}

.col-12.offset-8 {
    margin-left: 69.83333333%;
}

    .col-12.offset-8:first-child {
        margin-left: 67.93333333%;
    }

.col-12.span-7 {
    width: 57.54166667%;
}

.col-12.offset-7 {
    margin-left: 61.34166667%;
}

    .col-12.offset-7:first-child {
        margin-left: 59.44166667%;
    }

.col-12.span-6 {
    width: 49.05%;
}

.col-12.offset-6 {
    margin-left: 52.85%;
}

    .col-12.offset-6:first-child {
        margin-left: 50.95%;
    }

.col-12.span-5 {
    width: 40.55833333%;
}

.col-12.offset-5 {
    margin-left: 44.35833333%;
}

    .col-12.offset-5:first-child {
        margin-left: 42.45833333%;
    }

.col-12.span-4 {
    width: 32.06666667%;
}

.col-12.offset-4 {
    margin-left: 35.86666667%;
}

    .col-12.offset-4:first-child {
        margin-left: 33.96666667%;
    }

.col-12.span-3 {
    width: 23.575%;
}

.col-12.offset-3 {
    margin-left: 27.375%;
}

    .col-12.offset-3:first-child {
        margin-left: 25.475%;
    }

.col-12.span-2 {
    width: 15.08333333%;
}

.col-12.offset-2 {
    margin-left: 18.88333333%;
}

    .col-12.offset-2:first-child {
        margin-left: 16.98333333%;
    }

.col-12.span-1 {
    width: 6.59166667%;
}

.col-12.offset-1 {
    margin-left: 10.39166667%;
}

    .col-12.offset-1:first-child {
        margin-left: 8.49166667%;
    }

.col-12 {
    margin-left: 1.9%;
}

    .col-12:first-child {
        margin-left: 0;
    }

    .col-12.first {
        margin-left: 0;
        clear: left;
    }

.col-4.span-4 {
    width: 100%;
}

.col-4.offset-4 {
    margin-left: 107.6%;
}

    .col-4.offset-4:first-child {
        margin-left: 103.8%;
    }

.col-4.span-3 {
    width: 74.05%;
}

.col-4.offset-3 {
    margin-left: 81.65%;
}

    .col-4.offset-3:first-child {
        margin-left: 77.85%;
    }

.col-4.span-2 {
    width: 48.1%;
}

.col-4.offset-2 {
    margin-left: 55.7%;
}

    .col-4.offset-2:first-child {
        margin-left: 51.9%;
    }

.col-4.span-1 {
    width: 22.15%;
}

.col-4.offset-1 {
    margin-left: 29.75%;
}

    .col-4.offset-1:first-child {
        margin-left: 25.95%;
    }

.col-4 {
    margin-left: 3.8%;
}

    .col-4:first-child {
        margin-left: 0;
    }

    .col-4.first {
        margin-left: 0;
        clear: left;
    }

.spl-6.span-5 {
    width: 83.33333333%;
}

.spl-6.span-4 {
    width: 66.66666667%;
}

.spl-6.span-3 {
    width: 50%;
}

.spl-6.span-2 {
    width: 33.33333333%;
}

.spl-6.span-1 {
    width: 16.66666667%;
}

.spl-4.span-3 {
    width: 75%;
}

.spl-4.span-2 {
    width: 50%;
}

.spl-4.span-1 {
    width: 25%;
}

/*=============================================================================
FRAMEWORK - LAYOUT - v1.1 - Generic layout styling mixin's and extensions
===========================================================================*/
.section {
    padding: 0 15px 0 15px;
    min-width: 1100px;
}

.section-np-ends {
    padding: 0 15px 0 15px;
    min-width: 1100px;
}

.section-np {
    padding: 0;
    min-width: 1100px;
}

.group {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

    .group-full .group,
    .group .group,
    .content-wrap .group {
        max-width: none;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }

.m-bt-grid {
    margin-bottom: 1.9%;
}

.m-tp-grid {
    margin-top: 1.9%;
}

.inline-block,
.inline-block-child div,
.inline-block-child li,
.inline-block-child ul,
.inline-block-child span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.inline,
.inline-left,
.inline-right,
.inline-child div,
.inline-child li,
.inline-child ul,
.inline-child span {
    display: inline;
}

.inline-left {
    text-align: left;
}

.inline-right {
    text-align: right;
}

.float-left {
    float: left;
    max-width: 100%;
}

.float-right,
.split-defualts.float-right,
.spl-6.float-right,
.spl-4.float-right {
    float: right;
    max-width: 100%;
}

.clear {
    clear: both;
}

.center,
.imgs-center img {
    margin-left: auto;
    margin-right: auto;
}

.imgs-center img {
    display: block;
}

.full,
.imgs-full img {
    display: block;
    width: 100%;
    height: auto;
    clear: both;
}

.align-top {
    vertical-align: top;
}

.align-mid,
.spl-mid > div,
.spl-mid > li {
    vertical-align: middle;
}

.align-btm,
.spl-btm > div,
.spl-btm > li {
    vertical-align: bottom;
}

@media screen and (max-width: 480px) {
    .inline-mobile {
        display: inline;
    }
}

@media screen and (max-width: 768px) {
    .inline-tablet {
        display: inline;
    }
}

@media screen and (max-width: 480px) {

    .full-mobile,
    .split-defualts.full-mobile,
    .spl-6.full-mobile,
    .spl-4.full-mobile {
        width: 100%;
        float: none;
        clear: both;
    }
}

@media screen and (max-width: 480px) {

    .full-mobile,
    .split-defualts.full-mobile,
    .spl-6.full-mobile,
    .spl-4.full-mobile {
        width: 100%;
        float: none;
        clear: both;
    }
}

@media screen and (max-width: 768px) {

    .full-tablet,
    .spl-6.full-tablet,
    .spl-4.full-tablet {
        width: 100%;
        float: none;
        clear: both;
    }
}

@media screen and (max-width: 480px) {
    .hide-mobile {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .hide-tablet {
        display: none;
    }
}

.content-box {
    box-sizing: content-box;
}

    .content-box div {
        box-sizing: inherit;
    }

/*=============================================================================
FRAMEWORK - LAYOUT - v1.2 - Generic layout styling mixin's and extensions
===========================================================================*/
.p-small {
    padding: 15px;
}

.p-right-small {
    padding-right: 15px;
}

.p-left-small {
    padding-left: 15px;
}

.p-top-small {
    padding-top: 15px;
}

.p-btm-small {
    padding-bottom: 15px;
}

.p-sides-small {
    padding-left: 15px;
    padding-right: 15px;
}

.p-ends-small {
    padding-top: 15px;
    padding-bottom: 15px;
}

.p-all {
    padding: 20px;
}

.p-right {
    padding-right: 20px;
}

.p-left {
    padding-left: 20px;
}

.p-top {
    padding-top: 20px;
}

.p-btm {
    padding-bottom: 20px;
}

.p-sides {
    padding-left: 20px;
    padding-right: 20px;
}

.p-ends {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-large {
    padding: 35px;
}

.p-right-large {
    padding-right: 35px;
}

.p-left-large {
    padding-left: 35px;
}

.p-top-large {
    padding-top: 35px;
}

.p-btm-large {
    padding-bottom: 35px;
}

.p-sides-large {
    padding-left: 35px;
    padding-right: 35px;
}

.p-ends-large {
    padding-top: 35px;
    padding-bottom: 35px;
}

.p-no {
    padding: 0;
}

.p-right-no {
    padding-right: 0;
}

.p-left-no {
    padding-left: 0;
}

.p-top-no {
    padding-top: 0;
}

.p-btm-no {
    padding-bottom: 0;
}

.p-sides-no {
    padding-left: 0;
    padding-right: 0;
}

.p-ends-no {
    padding-top: 0;
    padding-bottom: 0;
}

.p-flex-small-x {
    padding: 4%;
}

.p-right-flex-small-x {
    padding-right: 4%;
}

.p-left-flex-small-x {
    padding-left: 4%;
}

.p-top-flex-small-x {
    padding-top: 4%;
}

.p-btm-flex-small-x {
    padding-bottom: 4%;
}

.p-sides-flex-small-x {
    padding-left: 4%;
    padding-right: 4%;
}

.p-ends-flex-small-x {
    padding-top: 4%;
    padding-bottom: 4%;
}

.p-flex-small {
    padding: 4%;
}

.p-right-flex-small {
    padding-right: 4%;
}

.p-left-flex-small {
    padding-left: 4%;
}

.p-top-flex-small {
    padding-top: 4%;
}

.p-btm-flex-small {
    padding-bottom: 4%;
}

.p-sides-flex-small {
    padding-left: 4%;
    padding-right: 4%;
}

.p-ends-flex-small {
    padding-top: 4%;
    padding-bottom: 4%;
}

.p-flex {
    padding: 8%;
}

.p-right-flex {
    padding-right: 8%;
}

.p-left-flex {
    padding-left: 8%;
}

.p-top-flex {
    padding-top: 8%;
}

.p-btm-flex {
    padding-bottom: 8%;
}

.p-sides-flex {
    padding-left: 8%;
    padding-right: 8%;
}

.p-ends-flex {
    padding-top: 8%;
    padding-bottom: 8%;
}

.p-flex-large {
    padding: 16%;
}

.p-right-flex-large {
    padding-right: 16%;
}

.p-left-flex-large {
    padding-left: 16%;
}

.p-top-flex-large {
    padding-top: 16%;
}

.p-btm-flex-large {
    padding-bottom: 16%;
}

.p-sides-flex-large {
    padding-left: 16%;
    padding-right: 16%;
}

.p-ends-flex-large {
    padding-top: 16%;
    padding-bottom: 16%;
}

.m-small {
    margin: 15px;
}

.m-right-small {
    margin-right: 15px;
}

.m-left-small {
    margin-left: 15px;
}

.m-top-small {
    margin-top: 15px;
}

.m-btm-small {
    margin-bottom: 15px;
}

.m-sides-small {
    margin-left: 15px;
    margin-right: 15px;
}

.m-ends-small {
    margin-top: 15px;
    margin-bottom: 15px;
}

.m-all {
    margin: 20px;
}

.m-right {
    margin-right: 20px;
}

.m-left {
    margin-left: 20px;
}

.m-top {
    margin-top: 20px;
}

.m-btm,
.content-title {
    margin-bottom: 20px;
}

.m-sides {
    margin-left: 20px;
    margin-right: 20px;
}

.m-ends {
    margin-top: 20px;
    margin-bottom: 20px;
}

.m-large {
    margin: 35px;
}

.m-right-large {
    margin-right: 35px;
}

.m-left-large {
    margin-left: 35px;
}

.m-top-large {
    margin-top: 35px;
}

.m-btm-large {
    margin-bottom: 35px;
}

.m-sides-large {
    margin-left: 35px;
    margin-right: 35px;
}

.m-ends-large {
    margin-top: 35px;
    margin-bottom: 35px;
}

.m-no {
    margin: 0;
}

.m-right-no {
    margin-right: 0;
}

.m-left-no {
    margin-left: 0;
}

.m-top-no {
    margin-top: 0;
}

.m-btm-no {
    margin-bottom: 0;
}

.m-sides-no {
    margin-left: 0;
    margin-right: 0;
}

.m-ends-no {
    margin-top: 0;
    margin-bottom: 0;
}

/*==========================================================================
FRAMEWORK - ICONS - v1.1 - Icon Font Mixins
==========================================================================*/
@font-face {
    font-family: "info-icon";
    src: url("../fonts/wes-1503-title-ii.eot");
    /*TEST2*/
    src: url("../fonts/wes-1503-title-ii.eot?#iefix") format("embedded-opentype"), url("../fonts/wes-1503-title-ii.woff") format("woff"), url("../fonts/wes-1503-title-ii.ttf") format("truetype"), url("../fonts/wes-1503-title-ii.svg#wes-1503-title-ii") format("svg");
    font-weight: normal;
    font-style: normal;
}

.i-caret-down-thin:before,
.i-caret-down-thin:after {
    content: "\6b";
}

.i-after-med:before {
    content: none;
}

.i-after-med:after {
    font-size: 160%;
    margin-left: 5px;
    vertical-align: middle;
}

/*==========================================================================
FRAMEWORK - ICONS - v1.1 - Icon Font Mixins
==========================================================================*/
.i-defaults,
.i-after-med:after,
.menu-primary > li.dropdown > a:after,
.nav-year-btn:after,
.menu-page-link.prev:after,
.menu-page-link.next:after,
.nav-section-btn:after,
.menu-info a:after,
.nav-accordion-wrap:after,
.nav-accordion .accordion-btn:after,
.nav-accordion .accordion-btn.active:after,
.nav-accordion .menu-accordion ul li a:after,
.nav-state-sidebar .menu li:after,
.i-title.-book:after,
.i-title.-check:after,
.i-title.-users:after,
.i-title.-building:after,
.i-check:after,
.table-toggle-btn:after,
.table-toggle-btn.active:after {
    text-rendering: geometricPrecision;
    font-family: "info-icon";
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
}

/*=============================================================================
GLOBAL - ELEMENTS - v1.2 - Common elements (Borders, Boxes, Etc)
===========================================================================*/
.list-bullet.bullet-gray > li:before {
    background-color: #BEBDBD;
}

.list-bullet.bullet-gray-a-5 > li:before {
    background-color: #cecece;
    background-color: rgba(190, 189, 189, 0.5);
}

.lines-custom > li {
    padding-top: 3em;
    padding-bottom: 3em;
    border-style: solid;
    border-bottom-width: 5px;
}

.lines-custom .list-lines > li:last-child {
    border-bottom-width: 0;
    border-style: inherit;
}

.list-i-more > li {
    position: relative;
    padding-left: 2em;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    /*~"&        :extend(i-@{icon-name} all);"*/
}

    .list-i-more > li:after {
        content: none;
    }

    .list-i-more > li:before {
        display: block;
        position: absolute;
        height: 1.5em;
        line-height: 1.5em;
        left: 0;
        top: -0.25em;
    }

.list-i-more.list-lines > li:before {
    top: 0.75em;
}

/*=============================================================================
GLOBAL - ELEMENTS - v1.2 - Common elements (Borders, Boxes, Etc)
===========================================================================*/
.dotted,
.list-lines.dotted {
    border-style: dotted;
}

.dashed,
.list-lines.dashed {
    border-style: dashed;
}

.list-bullet {
    /*TEST*/
    list-style: none outside;
}

    .list-bullet > li {
        margin-top: 0.8em;
        margin-bottom: 0.8em;
        padding-left: 1.5em;
        position: relative;
    }

        .list-bullet > li:before {
            content: '';
            display: block;
            width: 0.5em;
            height: 0.5em;
            position: absolute;
            top: 0.35em;
            left: 0;
            background-color: #323232;
        }

    .list-bullet ul {
        margin-left: 2em;
        margin-top: 0.8em;
        margin-bottom: 0.8em;
    }

    .list-bullet-plain,
    .list-bullet ul,
    .list-lines ul,
    .wysiwyg ul ul {
        margin-left: 2em;
    }

        .list-bullet-plain li,
        .list-bullet ul li,
        .list-lines ul li,
        .wysiwyg ul ul li {
            list-style: disc outside;
            margin-bottom: 0.8em;
            margin-top: 0.8em;
        }

            .list-bullet-plain li li,
            .list-bullet ul li li,
            .list-lines ul li li,
            .wysiwyg ul ul li li {
                list-style-type: circle;
            }

        .list-bullet-plain ul,
        .list-bullet ul ul,
        .list-lines ul ul,
        .wysiwyg ul ul ul {
            margin-left: 2em;
        }

.list-lines {
    border-color: #CCCCCB;
    border-style: solid;
    border-left-width: 0;
    border-right-width: 0;
}

    .list-lines > li {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
        margin-bottom: 0;
        margin-top: 0;
        border-bottom-width: 1px;
        border-color: inherit;
        border-style: inherit;
    }

    .list-lines ul {
        margin-left: 2em;
        margin-top: 0.8em;
        margin-bottom: 0.8em;
    }

    .list-lines > li:last-child {
        border-bottom-width: 0;
        border-style: inherit;
    }

.list-plain {
    list-style: none outside;
    background-image: none;
}

    .list-plain li {
        background-image: none;
        padding: 0;
        margin-top: 0.8em;
        margin-bottom: 0.8em;
    }

    .list-plain ul {
        margin-left: 0;
        list-style: none outside;
    }

        .list-plain ul li {
            padding-left: 0;
            background-image: none;
            list-style-type: none;
        }

        .list-plain ul ul li {
            list-style-type: none;
        }

.list-standard ul {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 40px;
}

.table-plain {
    border: none;
    border-collapse: collapse;
    background-color: transparent;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
}

    .table-plain th {
        background-color: transparent;
        padding: 10px 20px 10px 0;
        border: none;
    }

    .table-plain tr {
        border: none;
    }

    .table-plain td {
        padding: 10px 20px 10px 0;
        border: none;
    }

    .table-plain tfoot {
        background-color: transparent;
    }

    .table-plain tbody tr:nth-child(odd) {
        background-color: transparent;
    }

    .table-plain tbody tr:last-of-type {
        border-bottom: none;
    }

.table.-striped tbody tr:nth-child(even),
.table.table.-style-1 tbody tr:nth-child(even),
.table.table.-style-2 tbody tr:nth-child(even),
.table.table.-style-3 tbody tr:nth-child(even),
.table.table.-style-4 tbody tr:nth-child(even),
.table.table.-style-7 tbody tr:nth-child(even),
.table.table.-style-8 tbody tr:nth-child(even),
.table.table.-style-9 tbody tr:nth-child(even),
.table.table.-style-10 tbody tr:nth-child(even),
.table.table.-style-11 tbody tr:nth-child(even),
.table.table.-style-12 tbody tr:nth-child(even),
.table.table.-style-13 tbody tr:nth-child(even),
.table.table.-style-14 tbody tr:nth-child(even),
.table.table.-style-15 tbody tr:nth-child(even),
.table.table.-style-16 tbody tr:nth-child(even),
.table.table.-style-17 tbody tr:nth-child(even),
.table.table.-style-18 tbody tr:nth-child(even),
.table.table.-style-19 tbody tr:nth-child(even),
.table.table.-style-20 tbody tr:nth-child(even),
.table.table.-style-21 tbody tr:nth-child(even),
.table.table.-style-22 tbody tr:nth-child(even),
.table.table.-style-23 tbody tr:nth-child(even) {
    background-color: #d0e0e6;
}

.table.-striped tbody tr:last-of-type,
.table.table.-style-1 tbody tr:last-of-type,
.table.table.-style-2 tbody tr:last-of-type,
.table.table.-style-3 tbody tr:last-of-type,
.table.table.-style-4 tbody tr:last-of-type,
.table.table.-style-7 tbody tr:last-of-type,
.table.table.-style-8 tbody tr:last-of-type,
.table.table.-style-9 tbody tr:last-of-type,
.table.table.-style-10 tbody tr:last-of-type,
.table.table.-style-11 tbody tr:last-of-type,
.table.table.-style-12 tbody tr:last-of-type,
.table.table.-style-13 tbody tr:last-of-type,
.table.table.-style-14 tbody tr:last-of-type,
.table.table.-style-15 tbody tr:last-of-type,
.table.table.-style-16 tbody tr:last-of-type,
.table.table.-style-17 tbody tr:last-of-type,
.table.table.-style-18 tbody tr:last-of-type,
.table.table.-style-19 tbody tr:last-of-type,
.table.table.-style-20 tbody tr:last-of-type,
.table.table.-style-21 tbody tr:last-of-type,
.table.table.-style-22 tbody tr:last-of-type,
.table.table.-style-23 tbody tr:last-of-type {
    border-bottom: none;
}

.callout {
    width: 50%;
    color: #7F7F7F;
    border: 1px solid #BEBDBD;
    background-color: #F2F2F2;
    padding: 20px;
    margin-bottom: 20px;
    display: block;
}

.tooltip-wrap {
    position: relative;
}

/*==========================================================================
FRAMEWORK - BUTTONS - v1.1 - Buttons Styling
==========================================================================*/
.btn {
    display: inline-block;
    padding: 15px 30px;
    background-color: #146785;
    color: white;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0.02em;
    cursor: pointer;
    border-style: solid;
    border-width: 0;
    border-color: #b6b6b6;
    line-height: 1.3em;
    border-radius: 4px;
    background-clip: padding-box;
}

    .btn:visited {
        background-color: #146785;
        color: white;
        border-color: #b6b6b6;
    }

    .btn:hover {
        background-color: #11566f;
        color: white;
        border-color: #9d9d9d;
    }
    
.btn-small {
    font-size: 12px;
    padding: 8px 16px;
}

.btn-large {
    font-size: 17px;
    padding: 17px 34px;
}

.btn-alt {
    background-color: gray;
    border-color: black;
    border-width: 0;
    color: white;
}

    .btn-alt:visited {
        background-color: gray;
        color: white;
        border-color: black;
    }

    .btn-alt:hover {
        background-color: #737373;
        color: white;
        border-color: #000000;
    }

.btn-shadow {
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
}

.btn-shadow-disabled {
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.i-only-small {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    height: 30px;
    width: 30px;
    position: relative;
    padding: 0;
    display: inline-block;
}

    .i-only-small:before {
        text-rendering: geometricPrecision;
        font-family: "info-icon";
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-transform: none;
        font-weight: normal;
        font-style: normal;
        line-height: 30px;
        text-indent: 0;
        white-space: normal;
        font-size: 120%;
        display: block;
        position: absolute;
        text-align: center;
        vertical-align: middle;
        width: 100%;
        height: 100%;
        top: 2px;
    }

.i-only {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    height: 50px;
    width: 50px;
    position: relative;
    padding: 0;
    display: inline-block;
}

    .i-only:before {
        text-rendering: geometricPrecision;
        font-family: "info-icon";
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-transform: none;
        font-weight: normal;
        font-style: normal;
        line-height: 50px;
        text-indent: 0;
        white-space: normal;
        font-size: 160%;
        display: block;
        position: absolute;
        text-align: center;
        vertical-align: middle;
        width: 100%;
        height: 100%;
        top: 2px;
    }

.i-only-large {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    height: 60px;
    width: 60px;
    position: relative;
    padding: 0;
    display: inline-block;
}

    .i-only-large:before {
        text-rendering: geometricPrecision;
        font-family: "info-icon";
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-transform: none;
        font-weight: normal;
        font-style: normal;
        line-height: 60px;
        text-indent: 0;
        white-space: normal;
        font-size: 180%;
        display: block;
        position: absolute;
        text-align: center;
        vertical-align: middle;
        width: 100%;
        height: 100%;
        top: 2px;
    }

/*==========================================================================
FRAMEWORK - BUTTONS - v1.2 - Buttons Styling
==========================================================================*/
.btn-disabled {
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.btn-clear {
    background-color: transparent;
    background-image: none;
    border-width: 0;
    color: blue;
    box-shadow: none;
}

    .btn-clear:hover,
    .btn-clear:visited {
        background-color: transparent;
        background-image: none;
        border-width: 0;
        box-shadow: none;
    }

    .btn-clear:visited {
        color: blue;
    }

    .btn-clear:hover {
        color: orange;
    }

.btn-full {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
}

/*=============================================================================
GLOBAL - FORMS - v1.1 - Common Elements used in Forms
===========================================================================*/
.form-box {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCB;
    padding: 35px;
    padding-right: 85px;
}

.label,
label,
label {
    display: block;
    font-weight: normal;
    margin-bottom: 3px;
    font-size: 15px;
    color: #323232;
    margin-bottom: 5px;
}

.description {
    font-size: 12px;
    line-height: 1.3em;
    width: 40%;
    font-style: italic;
    margin-top: 15px;
}

.form-btn-small {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    background-color: #146785;
    padding: 8px 16px;
    border-width: 0;
    border-style: solid;
    border-color: #b6b6b6;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.3em;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
    font-weight: normal;
}

    .form-btn-small:hover {
        background-color: #0d4559;
        border-color: #767676;
    }

.form-btn,
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    background-color: #146785;
    padding: 15px 30px;
    border-width: 0;
    border-style: solid;
    border-color: #b6b6b6;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.3em;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
    font-weight: normal;
}

    .form-btn:hover,
    input[type="button"]:hover,
    input[type="submit"]:hover {
        background-color: #0d4559;
        border-color: #FFFFFF;
    }

    .form-btn:focus-visible,
    input[type="button"]:focus-visible,
    input[type="submit"]:focus-visible {
        background-color: #6ba0b2;
        color: #000000;
        font-weight: bold;
    }
.form-btn-large {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    background-color: #146785;
    padding: 15px 30px;
    border-width: 0;
    border-style: solid;
    border-color: #b6b6b6;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1.3em;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
    font-weight: normal;
}

    .form-btn-large:hover {
        background-color: #0d4559;
        border-color: #767676;
    }

.form-btn-alt-small {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    background-color: gray;
    padding: 8px 16px;
    border-width: 0;
    border-style: solid;
    border-color: black;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.3em;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
    font-weight: normal;
}

    .form-btn-alt-small:hover {
        background-color: #676767;
        border-color: #000000;
    }

.form-btn-alt,
input[type="reset"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    background-color: gray;
    padding: 15px 30px;
    border-width: 0;
    border-style: solid;
    border-color: black;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.3em;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
    font-weight: normal;
}

    .form-btn-alt:hover,
    input[type="reset"]:hover {
        background-color: #676767;
        border-color: #000000;
    }

.form-btn-alt-large {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    background-color: gray;
    padding: 15px 30px;
    border-width: 0;
    border-style: solid;
    border-color: black;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1.3em;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
    font-weight: normal;
}

    .form-btn-alt-large:hover {
        background-color: #676767;
        border-color: #000000;
    }

.form-textfield,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="url"],
input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    max-width: 100%;
    height: 32px;
    background: white;
    border-width: 1px;
    border-style: solid;
    border-color: #A6A5A5;
    font-size: 15px;
    font-weight: normal;
    font-family: Arial, sans-serif;
    line-height: 1.3em;
    color: #323232;
    text-indent: 6px;
    outline: 0;
    width: 98%;
}

.textfield-large {
    max-width: 500px;
}

.textfield-med {
    max-width: 300;
}

.textfield-small,
input[type="number"] {
    max-width: 200;
}

.textfield-smallest {
    max-width: 100;
}

.form-textarea,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    width: 98%;
    max-width: 100%;
    height: auto;
    background: white;
    border-width: 1px;
    border-style: solid;
    border-color: #A6A5A5;
    font-size: 15px;
    font-weight: normal;
    font-family: Arial, sans-serif;
    line-height: 1.3em;
    color: #323232;
    text-indent: 0;
    outline: 0;
}

.select-list {
    background: white;
    border-color: #A6A5A5;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
    position: relative;
}

    .select-list:after {
        position: absolute;
        top: 0;
        right: 12px;
        display: block;
        z-index: 100;
        vertical-align: middle;
        line-height: 32px;
        pointer-events: none;
    }

    .select-list select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
        width: 115%;
        height: 32px;
        background: #F9FAFA;
        border-width: 0;
        font-size: 13px;
        line-height: 1.3em;
        font-weight: normal;
        font-family: Arial, sans-serif;
        color: #323232;
        padding-left: 14px;
    }

        .select-list select:focus {
            outline: 0;
            border: 0;
        }

    .select-list .form-item {
        margin-bottom: 0;
    }

.select-list-simple,
select {
    height: 32px;
    background-color: white;
    border: 1px solid #A6A5A5;
    color: #000000;
    font-size: 13px;
    text-indent: 4px;
    min-width: 35%;
    max-width: 100%;
}

.form-search-text-wrapper {
    margin-right: -3px;
    float: left;
    width: 290px;
}

    .form-search-text-wrapper input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
        width: 98%;
        max-width: 100%;
        height: #323232;
        background: 30px;
        border-width: #A6A5A5;
        border-style: solid;
        border-color: white;
        font-size: 1px;
        font-weight: normal;
        font-family: Arial, sans-serif;
        line-height: 1.3em;
        color: 15px;
        text-indent: 6px;
        outline: 0;
    }

.search-btn {
    float: left;
    position: relative;
    height: 34px;
    width: 34px;
    border-radius: 0;
    background-color: #7F7F7F;
    border-width: 0;
    border-style: solid;
    border-color: white;
    cursor: pointer;
}

    .search-btn:hover {
        background-color: #666666;
        border-color: #bfbfbf;
    }

    .search-btn:before {
        position: absolute;
        display: block;
        line-height: 34px;
        text-align: center;
        vertical-align: middle;
        margin-top: 2px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .search-btn input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
        background-color: transparent;
        border-width: 0;
        border-style: solid;
        border-color: white;
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        opacity: 0;
    }

.form-field-contained {
    padding: 15px;
    border: 1px solid #CCCCCB;
    background-color: #f6f6f6;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    .form-field-contained .description {
        width: 98%;
    }

    .form-field-contained label {
        font-weight: bold;
    }

.form-seperator {
    padding-bottom: 20px;
    border-bottom: 2px dotted #E0E0DE;
}

/*=============================================================================
GLOBAL - FORMS - v1.1 - Common Elements used in Forms
===========================================================================*/
.lexx {
    color: red;
}

input[type="radio"] {
    float: left;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}

    input[type="radio"] + input[type="radio"] {
        margin-left: 20px;
    }

    input[type="radio"] + label {
        font-size: 14px;
        margin-bottom: 0;
    }

input[type="checkbox"] {
    vertical-align: middle;
    float: left;
    margin-right: 10px;
    margin-top: -3px;
}
    input[type="checkbox"] + input[type="checkbox"] {
        margin-left: 20px;
    }

    input[type="checkbox"] + label {
        font-size: 14px;
        margin-bottom: 0;
    }

/* =============================================================================
FRAMEWORK - TYPE - v1.1 - Typographic mixin, extensions and settings
========================================================================== */
.t-small-x {
    font-size: 11px;
    line-height: 1.27em;
    font-family: inherit;
}

    .t-small-x p {
        font-size: 11px;
        line-height: 1.27em;
        font-family: inherit;
        margin-bottom: 1.27em;
    }

.t-small,
.nav-section-title,
.form.-contact .subtitle,
.form.-contact .label-name,
.form.-contact .label-pass,
.form.-contact input[type="checkbox"] + label {
    font-size: 12px;
    line-height: 1.6em;
    font-family: inherit;
}

    .t-small p {
        font-size: 12px;
        line-height: 1.6em;
        font-family: inherit;
        margin-bottom: 1.6em;
    }

.t-medium {
    font-size: 17px;
    line-height: 1.7em;
    font-family: inherit;
    font-family: 'Droid Sans', sans-serif;
}

    .t-medium p {
        font-size: 17px;
        line-height: 1.7em;
        font-family: inherit;
        margin-bottom: 1.7em;
    }

.t-large {
    font-size: 22px;
    line-height: 1.6em;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
}

    .t-large p {
        font-size: 22px;
        line-height: 1.6em;
        font-family: 'Droid Sans', sans-serif;
        margin-bottom: 1.6em;
    }

.t-large-x {
    font-size: 30px;
    line-height: 1.6em;
    font-family: inherit;
}

    .t-large-x p {
        font-size: 30px;
        line-height: 1.6em;
        font-family: inherit;
        margin-bottom: 1.6em;
    }

.t-dense {
    line-height: 1.2em;
}

    .t-dense p {
        line-height: 1.2em;
    }

/* =============================================================================
FRAMEWORK - TYPE - v1.1 - Typographic mixin, extensions and settings
========================================================================== */
.sans-serif {
    font-family: Arial, sans-serif;
}

.serif {
    font-family: Georgia, serif;
}

.t-par {
    font-size: 15px;
    line-height: 1.6em;
    font-family: inherit;
}

    .t-par p,
    p {
        font-size: 15px;
        line-height: 1.6em;
        font-family: inherit;
        margin-bottom: 1.6em;
    }

.t-light {
    font-weight: 300;
}

.t-normal {
    font-weight: normal;
}

.t-semibold {
    font-weight: 600;
}

.t-italic {
    font-style: italic;
}

.t-bold {
    font-weight: bold;
}

.t-center {
    text-align: center;
}

.t-left {
    text-align: left;
}

.t-right {
    text-align: right;
}

.t-upper {
    text-transform: uppercase;
}

.t-lower {
    text-transform: lowercase;
}

.t-title {
    text-transform: capitalize;
}

.t-shadow {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.bg-black-70 {
    background-color: #4c4c4c;
}

.t-black-70 {
    color: #4c4c4c;
}

.i-black-70:before,
.i-black-70:after {
    color: #4c4c4c;
}

.bg-yellow {
    background-color: #f9bd4f;
}

.t-yellow {
    color: #FFFFFF;
}

.bg-blue-dark {
    background-color: #0a374e;
}

.t-blue-dark {
    color: #0a374e;
}

.bg-blue-light {
    background-color: #146785;
}

.t-blue-light {
    color: #146785;
}

.bg-green-5 {
    background-color: #f5f8f6;
}

.t-green-5 {
    color: #f5f8f6;
}

.bg-green {
    background-color: #38765a;
}

.t-green {
    color: #38765a;
}

.bg-green-dark {
    background-color: #2a5843;
}

.t-green-dark {
    color: #2a5843;
}

.bg-gray-background {
    background-color: #eaeaea;
}

.t-gray-background {
    color: #eaeaea;
}

.bg-blue-dark {
    background-color: #0a374e;
}

.t-blue-dark {
    color: #0a374e;
}

.bg-gray-60 {
    background-color: #7d7c7c;
}

.t-gray-60 {
    color: #7d7c7c;
}

.bg-white {
    background-color: #fff;
}

.t-white {
    color: #fff;
}

.bg-white-a-45 {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.45);
}

/*=============================================================================
FRAMEWORK - HELPERS - v1.2
===========================================================================*/
.element-hidden {
    display: none;
}

.show,
.block {
    display: block;
}

.hidden-visually {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .hidden-visually.focusable:active,
    .hidden-visually.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.unhide-text {
    text-indent: 0;
    white-space: normal;
}

.hidden-visually-alt {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.cf,
.group-full,
.menu-primary,
.menu-alphabet,
.map-wrap,
.tablesaw-bar,
.group,
.content-wrap {
    *zoom: 1;
}

    .cf:before,
    .cf:after,
    .group-full:before,
    .group-full:after,
    .menu-primary:before,
    .menu-primary:after,
    .menu-alphabet:before,
    .menu-alphabet:after,
    .map-wrap:before,
    .map-wrap:after,
    .tablesaw-bar:before,
    .tablesaw-bar:after,
    .group:before,
    .group:after,
    .content-wrap:before,
    .content-wrap:after {
        content: "";
        display: table;
    }

    .cf:after,
    .group-full:after,
    .menu-primary:after,
    .menu-alphabet:after,
    .map-wrap:after,
    .tablesaw-bar:after,
    .group:after,
    .content-wrap:after {
        clear: both;
    }

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    cursor: pointer;
}

.breakwords {
    -ms-word-break: normal;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.breakwords-all {
    -ms-word-break: break-all;
    /* Non standard for webkit */
    word-break: break-all;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

/* =============================================================================
FRAMEWORK - WYSIWYG - v1.1 - Styles specific to use in editor areas
=========================================================================== */
.wysiwyg a {
    color: blue;
    /* For Safari 3.1 to 6.0 */
    transition: color 0.5s;
}

    .wysiwyg a:visited {
        color: blue;
    }

    .wysiwyg a:hover {
        color: orange;
        /* For Safari 3.1 to 6.0 */
        transition: color 0.5s;
    }

    .wysiwyg a.wysiwyg-btn {
        display: inline-block;
        padding: 15px 30px;
        background-color: #146785;
        color: white;
        text-align: center;
        vertical-align: middle;
        letter-spacing: 0.02em;
        cursor: pointer;
        border-style: solid;
        border-width: 0;
        border-color: #b6b6b6;
        line-height: 1.3em;
        border-radius: 4px;
        background-clip: padding-box;
    }

        .wysiwyg a.wysiwyg-btn:visited {
            background-color: #146785;
            color: white;
            border-color: #b6b6b6;
        }

        .wysiwyg a.wysiwyg-btn:hover {
            background-color: #11566f;
            color: white;
            border-color: #9d9d9d;
        }

.wysiwyg h1 {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.35em;
    margin-bottom: 15px;
}

    .wysiwyg h1.year {
        color: #f3f7f8;
        text-align: right;
        margin-bottom: 0;
        line-height: 1em;
        letter-spacing: .02em;
    }

.wysiwyg h2 {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.22em;
    margin-bottom: 10px;
}

    .wysiwyg h2.year {
        font-size: 14px;
        color: #f3f7f8;
        letter-spacing: .02em;
        text-align: right;
        line-height: 1em;
        margin-bottom: 0;
    }

    .wysiwyg h2.-line {
        border-bottom: 1px solid #a8a8a8;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

.wysiwyg h3 {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.4em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.wysiwyg h4 {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
}

.wysiwyg p .box-title {
    margin-bottom: -1.6em;
}

.wysiwyg ul {
    /*TEST*/
    list-style: none outside;
    margin-bottom: 20px;
}

    .wysiwyg ul.bullet-gray > li:before {
        background-color: #BEBDBD;
    }

    .wysiwyg ul.bullet-gray-a-5 > li:before {
        background-color: #cecece;
        background-color: rgba(190, 189, 189, 0.5);
    }

    .wysiwyg ul > li {
        margin-top: 0.8em;
        margin-bottom: 0.8em;
        padding-left: 1.5em;
        position: relative;
    }

        .wysiwyg ul > li:before {
            content: '';
            display: block;
            width: 0.5em;
            height: 0.5em;
            position: absolute;
            top: 0.35em;
            left: 0;
            background-color: #323232;
        }

    .wysiwyg ul ul {
        margin-left: 2em;
        margin-top: 0.8em;
        margin-bottom: 0.8em;
    }

    .wysiwyg ul ul {
        margin-bottom: 0;
    }

.wysiwyg li h3,
.wysiwyg li h4,
.wysiwyg li h5,
.wysiwyg li h6 {
    display: inline;
}

.wysiwyg hr {
    border-bottom: 1px solid #BEBDBD;
}

.wysiwyg table {
    -ms-word-break: normal;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 20px;
}

    .wysiwyg table ul {
        list-style: disc inside;
    }

    .wysiwyg table li {
        background-image: none;
        padding: 0;
    }

.wysiwyg .box {
    margin-bottom: 20px;
}

.wysiwyg .full {
    width: 100% !important;
    height: auto !important;
}

.wysiwyg .wysiwyg-circle-thumb {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    text-align: center;
    display: block;
    height: 90px;
    width: 90px;
    border-radius: 90px;
    background-clip: padding-box;
    background-color: white;
    color: inherit;
    border: 3px solid #CCCCCB;
}

.wysiwyg .wysiwyg-thumbs {
    display: block;
    margin-bottom: 20px;
}

    .wysiwyg .wysiwyg-thumbs img {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        margin: 0;
        height: 140px !important;
        width: auto !important;
        background-color: white;
        margin: 2px 4px;
    }

    .wysiwyg .wysiwyg-thumbs a img:hover {
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.96);
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
        filter: alpha(opacity=90);
        opacity: 0.9;
    }

.wysiwyg .callout + .callout {
    margin-top: -21px;
    border-top-style: dotted;
}

/* =============================================================================
Global: Elements
================================================================================ */
/* #added danb =================================================*/
.DropDownListCssClass {
    color: #000000;
    background-color: #146785;
    color: #FFFFFF;
    font-family: Cambria;
    font-size: 1.25em;
    font-style: normal;
    width: 400px
}
    .DropDownListCssClass:focus-visible {
        background-color: #000000;
        border-color: #5a94a9;
        color: #FFFFFF;
    }
.DropDownListCssClass2 {
    color: #000000;
    background-color: #146785;
    color: #FFFFFF;
    font-family: Cambria;
    font-size: 1.25em;
    font-style: normal;
    width: 400px
}

    .DropDownListCssClass2:focus-visible {
        background-color: #000000;
        border-color: #5a94a9;
        color: #FFFFFF;
    }
/* #added danb =================================================*/
.content-wrap {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    background: white;
}

.content-title {
    color: #146785;
}

.map-filters .category {
    float: right;
}

.t2-header {
    position: relative;
    z-index: 4;
}

.dropdown-wrap {
    z-index: 4;
}

.nav-year-btn {
    z-index: 3;
}

.t2-main {
    position: relative;
    z-index: 3;
}

.bar {
    position: relative;
    z-index: 4;
}

.nav-section {
    z-index: 2;
}

/* =============================================================================
Global: Footers
================================================================================ */
.site-footer {
    color: #f4f4f4;
}

.logo-ed-gov {
    float: left;
    margin-right: 15px;
}

/* =============================================================================
Global: Headers
================================================================================ */
.t2-logo {
    margin-top: 20px;
    display: inline-block;
    width: 310px;
    margin-bottom: 31px;
}

/* =============================================================================
Global: Menus
================================================================================ */
.is-hidden,
.menu-year {
    clip: rect(0 0 0 0);
    display: block;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    zoom: 1;
}

    .is-active,
    .menu-year.active {
        clip: auto;
        left: 0;
        max-height: 9999px;
        right: 0;
    }

.menu-primary {
    background: #0a374e;
    float: right;
}

    .menu-primary > li {
        float: left;
    }

        .menu-primary > li > a {
            color: 'header-nav';
            /* For Safari 3.1 to 6.0 */
            transition: color 0.5s, color 0.5s;
            color: #f2f4f6;
            /* For Safari 3.1 to 6.0 */
            display: block;
            font-family: 'Droid Sans', sans-serif;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 0.01em;
            line-height: 64px;
            height: 64px;
            padding: 0 52px;
            text-transform: uppercase;
        }

            .menu-primary > li > a:visited {
                color: 'header-nav';
            }

            .menu-primary > li > a:hover {
                color: orange;
                /* For Safari 3.1 to 6.0 */
                transition: color 0.5s;
            }

            .menu-primary > li > a:visited {
                color: #f2f4f6;
            }

            .menu-primary > li > a:hover {
                color: #b8d1da;
                /* For Safari 3.1 to 6.0 */
                transition: color 0.5s;
            }

        .menu-primary > li:hover a {
            /* For Safari 3.1 to 6.0 */
            transition: background 0.5s;
            background: #146785;
        }

        .menu-primary > li.active a {
            background: #146785;
        }

        .menu-primary > li.dropdown > a:after {
            content: "\70";
            font-size: 160%;
            color: inherit;
            vertical-align: middle;
            display: inline-block;
            margin-left: 5px;
            margin-top: 3px;
        }

    .menu-primary ul a {
        color: 'header-nav';
        /* For Safari 3.1 to 6.0 */
        transition: color 0.5s, color 0.5s;
        color: #f2f4f6;
        /* For Safari 3.1 to 6.0 */
        display: block;
        font-family: 'Droid Sans', sans-serif;
        font-size: 13px;
        font-weight: 700;
        line-height: 24px;
    }

        .menu-primary ul a:visited {
            color: 'header-nav';
        }

        .menu-primary ul a:hover {
            color: orange;
            /* For Safari 3.1 to 6.0 */
            transition: color 0.5s;
        }

        .menu-primary ul a:visited {
            color: #f2f4f6;
        }

        .menu-primary ul a:hover {
            color: #b8d1da;
            /* For Safari 3.1 to 6.0 */
            transition: color 0.5s;
        }

.menu-group {
    max-width: 1100px;
    min-width: 1100px;
    margin: 0 auto;
    margin-top: -64px;
}

.dropdown-wrap {
    background: #146785;
    clip: 0;
    clip: rect(0, 0, 0, 0);
    left: 0;
    padding-bottom: 55px;
    padding-top: 55px;
    position: absolute;
    right: 0;
}

    .dropdown-wrap ul {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }

    .dropdown-wrap.active {
        clip: auto;
    }

    .dropdown-wrap li a[href="#"] {
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40);
        opacity: 0.4;
        cursor: text;
    }

.nav-secondary-header .menu-secondary > li,
.nav-secondary-footer .menu-secondary > li {
    float: left;
    position: relative;
}

    .nav-secondary-header .menu-secondary > li:before,
    .nav-secondary-footer .menu-secondary > li:before {
        background-color: #146785;
        bottom: 15px;
        content: " ";
        position: absolute;
        right: -1px;
        top: 15px;
        width: 1px;
    }

    .nav-secondary-header .menu-secondary > li:last-child:before,
    .nav-secondary-footer .menu-secondary > li:last-child:before {
        content: none;
    }

    .nav-secondary-header .menu-secondary > li:last-child a,
    .nav-secondary-footer .menu-secondary > li:last-child a {
        padding-right: 0;
    }

    .nav-secondary-header .menu-secondary > li > a,
    .nav-secondary-footer .menu-secondary > li > a {
        padding: 10px 15px;
        font-size: 11px;
        font-weight: bold;
        display: block;
        color: 'header-nav';
        /* For Safari 3.1 to 6.0 */
        transition: color 0.5s, color 0.5s;
        color: #f2f4f6;
        /* For Safari 3.1 to 6.0 */
    }

        .nav-secondary-header .menu-secondary > li > a:visited,
        .nav-secondary-footer .menu-secondary > li > a:visited {
            color: 'header-nav';
        }

        .nav-secondary-header .menu-secondary > li > a:hover,
        .nav-secondary-footer .menu-secondary > li > a:hover {
            color: orange;
            /* For Safari 3.1 to 6.0 */
            transition: color 0.5s;
        }

        .nav-secondary-header .menu-secondary > li > a:visited,
        .nav-secondary-footer .menu-secondary > li > a:visited {
            color: #f2f4f6;
        }

        .nav-secondary-header .menu-secondary > li > a:hover,
        .nav-secondary-footer .menu-secondary > li > a:hover {
            color: #b8d1da;
            /* For Safari 3.1 to 6.0 */
            transition: color 0.5s;
        }

    .nav-secondary-header .menu-secondary > li.active a,
    .nav-secondary-footer .menu-secondary > li.active a {
        color: #b8d1da;
    }

.nav-secondary-footer .menu-secondary {
    float: right;
}

.nav-secondary-header {
    float: right;
}

.nav-year-list-item,
.nav-year-btn,
.menu-year a {
    color: #f2f4f6;
    display: block;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-align: right;
    text-transform: uppercase;
}

.nav-year {
    position: relative;
}

.nav-year-btn {
    /* For Safari 3.1 to 6.0 */
    transition: background 0.5s;
    background-color: transparent;
    border: 1px solid #f3f7f8;
    height: 36px;
    line-height: 36px;
    padding: 0 10px 0 0;
    width: 100%;
}
    .nav-year-btn:hover {
        background: #146785;
    }
   /* #added danb =================================================*/
    .nav-year-btn:focus-visible {
        background-color: #146785;
        border-width:3px;
            }
    /* #added danb =================================================*/
    .nav-year-btn:after {
        content: "\6f";
        font-size: 160%;
        color: inherit;
        vertical-align: middle;
        display: inline-block;
        float: left;
        font-size: 27px;
        padding-left: 5px;
        margin-top: 1px;
    }

    .nav-year-btn.active {
        background: #146785;
        border-bottom: 0;
    }


.menu-year {
    padding-top: 17px;
}

    .menu-year.active {
        background: #146785;
        border: 1px solid #f3f7f8;
        border-top: 0;
    }

    .menu-year li {
        /* For Safari 3.1 to 6.0 */
        transition: background 0.5s;
    }

        .menu-year li:hover a {
            color: 'header-nav';
            /* For Safari 3.1 to 6.0 */
            transition: color 0.5s, color 0.5s;
            color: #f2f4f6;
            /* For Safari 3.1 to 6.0 */
            cursor: pointer;
        }

            .menu-year li:hover a:visited {
                color: 'header-nav';
            }

            .menu-year li:hover a:hover {
                color: orange;
                /* For Safari 3.1 to 6.0 */
                transition: color 0.5s;
            }

            .menu-year li:hover a:visited {
                color: #f2f4f6;
            }

            .menu-year li:hover a:hover {
                color: #b8d1da;
                /* For Safari 3.1 to 6.0 */
                transition: color 0.5s;
            }

        .menu-year li:nth-child(odd) {
            background-color: #146785;
        }

    .menu-year a {
        display: block;
        padding-right: 10px;
        line-height: 35px;
        height: 35px;
    }

.nav-state {
    border-top: 1px solid #5f917b;
}

.menu-state .leaf {
    background: #38765a;
    border-right: 1px solid #5f917b;
    color: #f5f8f6;
    display: block;
    float: left;
    font-family: 'Droid Sans', sans-serif;
    position: relative;
    text-align: center;
    width: 20%;
}

    .menu-state .leaf:hover {
        background: #2a5843;
        /* For Safari 3.1 to 6.0 */
        transition: background 0.2s;
    }

    .menu-state .leaf:last-child {
        border-right: 0;
    }

    .menu-state .leaf.active {
        background: #2a5843;
        position: relative;
    }

        .menu-state .leaf.active:after {
            display: block;
            content: " ";
            position: absolute;
            width: 0;
            height: 0;
        }

        .menu-state .leaf.active:after {
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 8px solid white;
        }

        .menu-state .leaf.active:after {
            bottom: 0;
            left: 50%;
            margin-left: -5px;
        }

.menu-state a {
    color: 'menu-states';
    /* For Safari 3.1 to 6.0 */
    transition: color 0.5s, color 0.5s, background 0.5s;
    color: #f2f4f6;
    /* For Safari 3.1 to 6.0 */
    /* For Safari 3.1 to 6.0 */
    display: block;
    font-size: 13px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
}

    .menu-state a:visited {
        color: 'menu-states';
    }

    .menu-state a:hover {
        color: orange;
        /* For Safari 3.1 to 6.0 */
        transition: color 0.5s;
    }

    .menu-state a:visited {
        color: #f2f4f6;
    }

    .menu-state a:hover {
        color: #d7e3de;
        /* For Safari 3.1 to 6.0 */
        transition: color 0.5s;
    }

.menu-state span {
    color: #FFFFFF;
}

.menu-page {
    float: right;
    margin-bottom: 10px;
}

.menu-page-item {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

    .menu-page-item:last-child {
        margin-right: 0;
    }

.menu-page-link {
    border-radius: 4px;
    background-clip: padding-box;
    color: 'menu-page';
    /* For Safari 3.1 to 6.0 */
    transition: color 0.5s, color 0.5s, background 0.5s;
    color: #3c3b3b;
    /* For Safari 3.1 to 6.0 */
    /* For Safari 3.1 to 6.0 */
    display: inline-block;
    background: #d3d3d3;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

    .menu-page-link:visited {
        color: 'menu-page';
    }

    .menu-page-link:hover {
        color: orange;
        /* For Safari 3.1 to 6.0 */
        transition: color 0.5s;
    }

    .menu-page-link:visited {
        color: #3c3b3b;
    }

    .menu-page-link:hover {
        color: #222222;
        /* For Safari 3.1 to 6.0 */
        transition: color 0.5s;
    }

    .menu-page-link:hover {
        background: #bababa;
        /* For Safari 3.1 to 6.0 */
        transition: background 0.5s;
    }

    .menu-page-link.prev:after {
        content: "";
        content: "\62";
        font-size: 160%;
        color: inherit;
        vertical-align: middle;
        display: inline-block;
        margin-top: 11px;
        margin-left: 8px;
    }

    .menu-page-link.next:after {
        content: "";
        content: "\63";
        font-size: 160%;
        color: inherit;
        vertical-align: middle;
        display: inline-block;
        margin-top: 11px;
        margin-left: 8px;
    }

    .menu-page-link.disabled {
        cursor: default;
    }

        .menu-page-link.disabled:after {
            color: #a8a8a8;
        }

        .menu-page-link.disabled:hover {
            background: #d3d3d3;
        }

.nav-section-btn {
    /* For Safari 3.1 to 6.0 */
    transition: background 0.5s;
    background: #f2f4f6;
    border: 1px solid #d3d3d3;
    width: 100%;
    text-align: left;
    padding: 0 0 0 20px;
    height: 40px;
    line-height: 40px;
    color: #656565;
    position: relative;
}

    .nav-section-btn:after {
        /* For Safari 3.1 to 6.0 */
        transition: background 0.5s;
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        background: #d3d3d3;
        width: 40px;
    }

    .nav-section-btn:after {
        content: "\65";
        font-size: 160%;
        color: inherit;
        vertical-align: middle;
        padding-top: 4px;
        padding-left: 5px;
    }

    .nav-section-btn:hover {
        /* For Safari 3.1 to 6.0 */
        transition: background 0.5s;
        background: #e9ecf0;
        border-color:black;
        border-width:2px;
    }
    .nav-section-btn:focus-visible {
        border-color: black;
        border-width: 2px;
    }
        .nav-section-btn:hover:after {
            /* For Safari 3.1 to 6.0 */
            transition: background 0.5s;
            background: #bababa;
        }

    .nav-section-btn.-disabled {
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

        .nav-section-btn.-disabled:hover {
            cursor: default;
        }

            .nav-section-btn.-disabled:hover:hover {
                background: #f2f4f6;
            }

                .nav-section-btn.-disabled:hover:hover:after {
                    background: #d3d3d3;
                }

.menu-section-dropdown {
    background: white;
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
}

    .menu-section-dropdown.active {
        clip: auto;
        max-height: 9999px;
        top: 39px;
        left: 0;
        right: 0;
        border: 1px solid #d3d3d3;
        border-top: 1px solid #e3e7ec;
    }

.menu-section-scroll {
    max-height: 350px;
    overflow: scroll;
    overflow-x: hidden;
}

.nav-section {
    position: relative;
}

    .nav-section li {
        display: block;
        position: relative;
        border-bottom: 1px solid #e3e7ec;
    }

        .nav-section li:last-child {
            border-bottom: none;
        }

        .nav-section li a {
            color: 'menu-side';
            /* For Safari 3.1 to 6.0 */
            transition: color 0.5s, color 0.5s;
            color: #006eaf;
            /* For Safari 3.1 to 6.0 */
            display: block;
            font-size: 12px;
            line-height: 35px;
            height: 35px;
            padding: 0 20px;
        }

            .nav-section li a:visited {
                color: 'menu-side';
            }

            .nav-section li a:hover {
                color: orange;
                /* For Safari 3.1 to 6.0 */
                transition: color 0.5s;
            }

            .nav-section li a:visited {
                color: #006eaf;
            }

            .nav-section li a:hover {
                color: #006eaf;
                /* For Safari 3.1 to 6.0 */
                transition: color 0.5s;
            }

        .nav-section li.active {
            font-weight: bold;
        }

        .nav-section li:hover {
            background: #f2f4f6;
        }

        .nav-section li .parent-active {
            font-weight: bold;
        }

.nav-section-title {
    margin-bottom: 0;
    line-height: 1em;
}

.page-numbers {
    font-size: 12px;
    line-height: 1.6em;
    font-family: inherit;
    margin-bottom: 0;
    text-align: right;
    float: right;
    clear: right;
}

    .page-numbers p {
        font-size: 12px;
        line-height: 1.6em;
        font-family: inherit;
        margin-bottom: 1.6em;
    }

.page-number {
    color: #146785;
    font-weight: bold;
}

.menu-info li {
    display: block;
    position: relative;
}

.menu-info a {
    display: block;
    font-size: 12px;
    line-height: 25px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding: 0 20px;
}

    .menu-info a:after {
        content: " ";
        content: "\6a";
        font-size: 160%;
        color: inherit;
        vertical-align: middle;
        position: absolute;
        top: 2px;
        left: -5px;
    }

.menu-info.-sidebar {
    margin-top: 20px;
}

    .menu-info.-sidebar li a {
        /* For Safari 3.1 to 6.0 */
        transition: background 0.5s;
        padding-left: 40px;
        padding-right: 20px;
    }

        .menu-info.-sidebar li a:after {
            padding-left: 20px;
        }

    .menu-info.-sidebar li:hover a {
        background-color: #e7e7e7;
    }

    .menu-info.-sidebar li.active a {
        background-color: #e7e7e7;
    }

.menu-map {
    margin-left: -25px;
}

    .menu-map :not([href*="/"]) {
        color: #a8a8a8;
        cursor: text;
    }

    .menu-map li {
        display: block;
        position: relative;
        text-align: left;
    }

    .menu-map .leaf.-level1 {
        margin-left: 55px;
    }

    .menu-map .leaf.-level3 {
        margin-left: 55px;
    }

    .menu-map .ref {
        font-size: 12px;
        line-height: 1.6em;
        font-family: inherit;
        display: inline-block;
        float: left;
        margin-right: 15px;
        margin-top: 2px;
        text-align: right;
        width: 80px;
    }

        .menu-map .ref p {
            font-size: 12px;
            line-height: 1.6em;
            font-family: inherit;
            margin-bottom: 1.6em;
        }

        .menu-map .ref span {
            border-radius: 2px;
            background-clip: padding-box;
            background-color: #a8a8a8;
            color: white;
            line-height: .8em;
            padding: 1px 4px 1px 4px;
        }

        .menu-map .ref.complete span {
            background-color: #38765a;
        }

        .menu-map .ref.in-progress span {
            background-color: #f69125;
        }

    .menu-map a {
        line-height: 25px;
        display: inline-block;
    }

.color-code {
    *zoom: 1;
    margin-bottom: 25px;
}

    .color-code:before,
    .color-code:after {
        content: "";
        display: table;
    }

    .color-code:after {
        clear: both;
    }

    .color-code li {
        margin-right: 25px;
    }

    .color-code span {
        border-radius: 2px;
        background-clip: padding-box;
        background-color: #a8a8a8;
        color: white;
        display: inline-block;
        height: 15px;
        line-height: .8em;
        margin-right: 5px;
        padding: 1px 4px 1px 4px;
        width: 15px;
    }

        .color-code span.complete {
            background-color: #38765a;
        }

        .color-code span.in-progress {
            background-color: #f69125;
        }

.nav-accordion-wrap {
    position: relative;
}

    .nav-accordion-wrap:after {
        content: "\65";
        font-size: 160%;
        color: inherit;
        vertical-align: middle;
        opacity: 0;
        transition: opacity 0.3s ease;
        display: block;
        text-align: center;
        position: absolute;
        bottom: -35px;
        left: 0;
        right: 0;
    }

    .nav-accordion-wrap.icon:after {
        opacity: 1;
        transition: opacity 0.3s ease;
    }

    .nav-accordion-wrap.-shadow-btm:before {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 100;
        content: " ";
        width: 100%;
        height: 8px;
        box-shadow: inset 0 -10px 10px -10px #000000;
        opacity: 0.2;
    }

.nav-accordion {
    position: relative;
    overflow: scroll;
    overflow-x: hidden;
    z-index: 1;
}

    .nav-accordion .accordion-btn {
        /* For Safari 3.1 to 6.0 */
        transition: background 0.5s;
        background: #d3d3d3;
        border-bottom: 1px solid #ececec;
        cursor: pointer;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        color: #656565;
    }

        .nav-accordion .accordion-btn:after {
            content: "\6e";
            font-size: 160%;
            color: inherit;
            vertical-align: middle;
            position: absolute;
            right: 15px;
            top: 3px;
        }

        .nav-accordion .accordion-btn:hover {
            background: #c6c6c6;
        }

        .nav-accordion .accordion-btn.active {
            background: #c6c6c6;
        }

            .nav-accordion .accordion-btn.active:after {
                content: "\6d";
                font-size: 160%;
                color: inherit;
                vertical-align: middle;
            }

    .nav-accordion .menu-accordion {
        position: relative;
    }

        .nav-accordion .menu-accordion > li {
            line-height: 40px;
        }

        .nav-accordion .menu-accordion ul {
            padding-top: 15px;
            padding-bottom: 15px;
            background: #e9e9e9;
            font-size: 12px;
        }

            .nav-accordion .menu-accordion ul li {
                /* For Safari 3.1 to 6.0 */
                transition: background 0.5s;
                background: #e9e9e9;
                position: relative;
            }

                .nav-accordion .menu-accordion ul li.-active a {
                    background-color: #dbdbdb;
                }

                .nav-accordion .menu-accordion ul li a {
                    display: block;
                    line-height: 25px;
                    padding-left: 40px;
                    padding-right: 25px;
                    line-height: 16px;
                    padding-top: 5px;
                    padding-bottom: 5px;
                }

                    .nav-accordion .menu-accordion ul li a:after {
                        content: "\6a";
                        font-size: 160%;
                        color: inherit;
                        vertical-align: middle;
                        padding-top: 5px;
                        padding-bottom: 5px;
                        position: absolute;
                        left: 13px;
                        top: 2px;
                    }

                .nav-accordion .menu-accordion ul li:hover a {
                    /* For Safari 3.1 to 6.0 */
                    transition: background 0.5s;
                    background-color: #dbdbdb;
                }

    .nav-accordion a {
        display: block;
    }

    .nav-accordion ul ul {
        display: none;
    }

.nav-state-sidebar .menu-title {
    font-size: 17px;
    line-height: 1.7em;
    font-family: inherit;
    font-family: 'Droid Sans', sans-serif;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #d3d3d3;
    color: #666666;
    line-height: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .nav-state-sidebar .menu-title p {
        font-size: 17px;
        line-height: 1.7em;
        font-family: inherit;
        margin-bottom: 1.7em;
    }

.nav-state-sidebar .menu {
    margin-bottom: 20px;
}

    .nav-state-sidebar .menu > ul {
        margin-top: 15px;
    }

    .nav-state-sidebar .menu li {
        display: block;
        line-height: 16px;
        padding-left: 25px;
        position: relative;
    }

        .nav-state-sidebar .menu li:after {
            content: " ";
            content: "\69";
            font-size: 160%;
            color: inherit;
            vertical-align: middle;
            position: absolute;
            top: 3px;
            left: 13px;
        }

        .nav-state-sidebar .menu li a {
            color: 'menu-side';
            /* For Safari 3.1 to 6.0 */
            transition: color 0.5s, color 0.5s;
            color: #006eaf;
            /* For Safari 3.1 to 6.0 */
            display: block;
            padding: 0 15px;
            font-size: 12px;
        }

            .nav-state-sidebar .menu li a:visited {
                color: 'menu-side';
            }

            .nav-state-sidebar .menu li a:hover {
                color: orange;
                /* For Safari 3.1 to 6.0 */
                transition: color 0.5s;
            }

            .nav-state-sidebar .menu li a:visited {
                color: #006eaf;
            }

            .nav-state-sidebar .menu li a:hover {
                color: #006eaf;
                /* For Safari 3.1 to 6.0 */
                transition: color 0.5s;
            }

        .nav-state-sidebar .menu li:after,
        .nav-state-sidebar .menu li a {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .nav-state-sidebar .menu li.active {
            font-weight: bold;
        }

        .nav-state-sidebar .menu li:hover {
            /* For Safari 3.1 to 6.0 */
            transition: background 0.5s;
            background: #e9e9e9;
        }

.menu-state-list {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    font-family: 'Droid Sans', sans-serif;
    font-size: 13px;
}

.menu-alphabet {
    padding: 20px;
}

    .menu-alphabet li {
        float: left;
        margin-right: 4px;
        margin-bottom: 4px;
    }

        .menu-alphabet li:hover a {
            /* For Safari 3.1 to 6.0 */
            transition: background 0.5s;
            background: #c6c6c6;
        }

        .menu-alphabet li.-active a {
            background: #e5e5e5;
            color: #4d4d4d;
            border-color: #d0d0d0;
        }

    .menu-alphabet a {
        /* For Safari 3.1 to 6.0 */
        transition: background 0.5s;
        background: #d3d3d3;
        border: 1px solid #b6b6b6;
        color: #666666;
        display: inline-block;
        font-family: 'Droid Sans', sans-serif;
        font-size: 12px;
        margin-right: 0;
        padding: 2px 0;
        text-align: center;
        text-transform: uppercase;
        width: 20px;
        font-weight: 700;
    }

.provider {
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
}

    .provider.-hidden {
        visibility: hidden;
        max-height: 0;
    }

    .provider.-active {
        visibility: visible;
        max-height: none;
        overflow: visible;
    }

.map-toggle-wrap {
    position: absolute;
    top: 0;
    right: 0;
}

.map-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

    .map-toggle + label {
        display: block;
        position: relative;
        cursor: pointer;
        outline: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-transform: uppercase;
    }

input.map-toggle-on-off + label {
    width: 55px;
    height: 48px;
    color: white;
}

    input.map-toggle-on-off + label:before,
    input.map-toggle-on-off + label:after {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
        line-height: 48px;
    }

    input.map-toggle-on-off + label:before {
        content: attr(data-off);
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        color: #d3d3d3;
    }

    input.map-toggle-on-off + label:after {
        content: attr(data-on);
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

input.map-toggle-on-off:checked + label:before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

input.map-toggle-on-off:checked + label:after {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.bar {
    background-color: rgba(27, 32, 34, 0.7);
    border-radius: 4px 4px 0 0;
    color: #f3f7f8;
    padding: 20px 20px 25px 20px;
    text-align: center;
}

    .bar.state {
        background-color: rgba(0, 51, 0, 0.7);
    }

.bar-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 30px;
    text-align: center;
}

.state .bar-title {
    color: #f5f8f6;
}

.box-wrap.-stacked .box {
    margin-bottom: 35px;
}

.box {
    padding: 10px;
    border: 1px solid #d3d3d3;
}

    .box ul,
    .box ol,
    .box p {
        margin-bottom: 20px;
    }

    .box > *:last-child {
        margin-bottom: 0;
    }

    .box.-shadow {
        box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.06);
    }

    .box.-pad {
        padding-bottom: 85px;
    }

.box-inner {
    border: 1px solid #e9e9e9;
    border-top: 1px;
}

.i-title-wrap {
    width: 100%;
    table-layout: fixed;
    background-color: #5a5a5a;
    color: white;
}

.i-title {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.22em;
    line-height: 1em;
    padding-left: 10px;
    position: relative;
    padding-left: 55px;
    display: block;
    height: 48px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

    .i-title.year {
        font-size: 14px;
        color: #f3f7f8;
        letter-spacing: .02em;
        text-align: right;
        line-height: 1em;
        margin-bottom: 0;
    }

    .i-title.-line {
        border-bottom: 1px solid #a8a8a8;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

    .i-title:after {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 4px;
        background: #3c3b3b;
        line-height: 48px;
    }

    .i-title.-book:after {
        content: "\67";
        font-size: 222%;
        color: white;
        vertical-align: middle;
    }

    .i-title.-check:after {
        content: "\72";
        font-size: 222%;
        color: white;
        vertical-align: middle;
    }

    .i-title.-users:after {
        content: "\73";
        font-size: 222%;
        color: white;
        vertical-align: middle;
    }

    .i-title.-building:after {
        content: "\68";
        font-size: 222%;
        color: white;
        vertical-align: middle;
    }

    .i-title.-smaller {
        font-size: 16px;
    }

    .i-title.-small {
        font-size: 12px;
    }

    .i-title.-marker {
        padding-left: 40px;
    }

        .i-title.-marker:after {
            content: " ";
            width: 40px;
            height: 48px;
            background-repeat: no-repeat;
            background-position: center center;
            background-color: transparent;
        }

    .i-title.-trad:after {
        background-image: url("../images/global/icon-traditional-lg.png");
    }

    .i-title.-ihe:after {
        background-image: url("../images/global/icon-IHE-lg.png");
    }

    .i-title.-nihe:after {
        background-image: url("../images/global/icon-IHE-not-lg.png");
    }

    .i-title.-trad-ihe:after {
        background-image: url("../images/global/icon-traditional-IHE-lg.png");
    }

.chart-wrap {
    padding-top: 20px;
    border: 1px solid #e9e9e9;
    overflow: hidden;
}

.chart-footer {
    font-size: 12px;
    line-height: 1.6em;
    font-family: inherit;
    padding-top: 15px;
}

    .chart-footer p {
        font-size: 12px;
        line-height: 1.6em;
        font-family: inherit;
        margin-bottom: 1.6em;
    }

    .chart-footer p {
        margin-bottom: 0;
    }

.data-wrap.-race {
    background: #515251;
    text-align: center;
}

    .data-wrap.-race .data-num-desc {
        margin-top: 15px;
    }

        .data-wrap.-race .data-num-desc.-uppr {
            text-transform: uppercase;
        }

.data {
    position: relative;
    background: #515251;
    color: white;
    padding: 20px;
}

    .data > .data-title:last-child {
        margin-bottom: 0;
    }

    .data.-light {
        background: #f4f4f4;
        border: 1px solid #d3d3d3;
        padding: 15px;
    }

        .data.-light .data-title {
            color: #666666;
            font-weight: 700;
            margin-bottom: 10px;
            line-height: .8em;
        }

        .data.-light .data-num {
            color: #000000;
            font-size: 28px;
            line-height: .8em;
            display: block;
            margin-top: 10px;
        }

    .data.-num-btm .data-title {
        margin-bottom: 70px;
    }

    .data.-num-btm .data-num {
        position: absolute;
        bottom: 15px;
    }

.data-cat-num {
    display: block;
    font-family: 'Droid Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.data-title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 25px;
    font-family: 'Droid Sans', sans-serif;
}

.data-num {
    font-size: 48px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 20px;
}

.data-num-desc {
    display: block;
    font-size: 14px;
    line-height: 1em;
    font-weight: normal;
    font-family: 'Droid Sans', sans-serif;
}

.data-cat {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 25px 20px;
    position: relative;
    font-family: 'Droid Sans', sans-serif;
}

    .data-cat:after {
        box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.4);
        content: " ";
        text-align: center;
        display: block;
        height: 14px;
        width: 14px;
        border-radius: 14px;
        background-clip: padding-box;
        background-color: inherit;
        color: inherit;
        position: absolute;
        top: 5px;
        left: -20px;
    }

    .data-cat.one:after {
        background: #E9B841;
    }

    .data-cat.two:after {
        background: #E08126;
    }

    .data-cat.three:after {
        background: #D85932;
    }

.data-num + .data-cat-list,
.data-num + .data-num {
    margin-top: 35px;
    position: relative;
    padding-top: 25px;
}

    .data-num + .data-cat-list:after,
    .data-num + .data-num:after {
        content: " ";
        height: 2px;
        width: 35px;
        background: #262626;
        position: absolute;
        top: 0;
        left: 0;
    }

.data.-header {
    position: relative;
}

    .data.-header > .data-title:after {
        content: " ";
        height: 2px;
        width: 35px;
        background: #262626;
        position: absolute;
        bottom: 0;
        left: 20px;
    }

.data p {
    margin-bottom: 0;
}

.data-wrap.-title-divider .data-title {
    position: relative;
}

    .data-wrap.-title-divider .data-title:after {
        content: " ";
        position: absolute;
        top: 0;
        right: -20px;
        background-color: #262626;
        width: 2px;
        height: 35px;
    }

.data-wrap.-title-divider .data:nth-child(3) .data-title:after {
    content: none;
}

.data-wrap.-title-divider-col2 .data-title {
    position: relative;
}

    .data-wrap.-title-divider-col2 .data-title:after {
        content: " ";
        position: absolute;
        top: 0;
        right: -20px;
        bottom: 0;
        background-color: #262626;
        width: 2px;
        height: 100%;
    }

.data-wrap.-title-divider-col2 .data:nth-child(2) .data-title:after {
    content: none;
}

.table-wrap {
    border: 1px solid #e9e9e9;
}

    .table-wrap.-scroll {
        height: 91%;
        height: calc(100% - 48px);
        overflow: scroll;
    }

.table p:last-child {
    margin-bottom: 0;
}

.table .dont-break-out {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.table td:last-child {
    margin-bottom: 0;
}

.table.-question {
    border: 0;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

    .table.-question th[scope="row"] {
        background-color: #146785;
        padding: 20px;
        width: 85%;
    }

    .table.-question td {
        background-color: #146785;
    }

.table.-style-1 th,
.table.-style-1 td {
    padding: 20px;
}

    .table.-style-1 th:first-child,
    .table.-style-1 td:first-child {
        width: 85%;
    }

    .table.-style-1 th:last-child,
    .table.-style-1 td:last-child {
        width: 15%;
        text-align: right;
    }

    .table.-style-1 th[scope=row] {
        font-size: 16px;
        padding: 20px;
        background-color: #146785;
        font-weight: bold;
        color: white;
    }

.table.-style-2 td:first-child {
    padding: 10px 20px;
    background-color: #146785;
    color: white;
    font-size: 14px;
    font-weight: bold;
    width: 7%;
}

.table.-style-2 td:nth-child(2) {
    padding: 10px 20px;
    background-color: #146785;
    color: white;
    font-size: 14px;
    font-weight: bold;
    width: 58%;
}

.table.-style-2 td:last-child {
    width: 35%;
    text-align: right;
}

.table.-style-3 col:first-child {
    width: 6%;
}

.table.-style-3 col:nth-child(2) {
    width: 6%;
}

    .table.-style-3 col:nth-child(2) td {
        text-align: center;
    }

.table.-style-3 col:nth-child(3) {
    width: 38%;
}

.table.-style-3 col:nth-child(4) {
    width: 10%;
}

.table.-style-3 col:last-child {
    width: 40%;
}

.table.-style-3 .tr1 td:first-child,
.table.-style-3 .tr1 td:nth-child(2) {
    padding: 10px 20px;
    background-color: #146785;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.table.-style-3 .tr1 td:nth-child(3) {
    text-align: right;
}

.table.-style-3 .tr2 > td:first-child,
.table.-style-3 .tr4 > td:first-child,
.table.-style-3 .tr2 > td:nth-child(2),
.table.-style-3 .tr4 > td:nth-child(2) {
    padding: 10px 20px;
    background-color: #86b1c0;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.table.-style-3 .tr2 > td:nth-child(4),
.table.-style-3 .tr4 > td:nth-child(4) {
    text-align: right;
    border-left: 0;
}

.table.-style-3 .tr3 > td {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .table.-style-3 .tr3 > td:first-child {
        padding: 10px 20px;
        background-color: #86b1c0;
        color: white;
        font-size: 14px;
        font-weight: bold;
    }

.table.-style-3 .tr4 > td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.table.-style-4 th,
.table.-style-4 td {
    padding: 10px;
}

.table.-style-4 thead tr:first-child th:first-child {
    width: 20%;
}

.table.-style-4 thead tr:first-child th:nth-child(2) {
    width: 15%;
}

.table.-style-4 thead tr:first-child th:nth-child(3) {
    width: 65%;
    text-align: center;
}

.table.-style-4 thead tr:nth-child(2) th {
    background-color: #146785;
    font-weight: normal;
}

.table.-style-4 tbody td {
    text-align: right;
}

    .table.-style-4 tbody td:first-child {
        text-align: left;
    }

.table.-style-5 thead th {
    padding-left: 10px;
}

.table.-style-5 th:first-child,
.table.-style-5 td:first-child {
    width: 13%;
}

.table.-style-5 th:nth-child(2),
.table.-style-5 td:nth-child(2) {
    width: 22%;
}

.table.-style-5 th:nth-child(3),
.table.-style-5 td:nth-child(3) {
    width: 22%;
}

.table.-style-6 tbody td:nth-child(n+3):nth-child(-n+8) {
    text-align: right;
}

.table.-style-7 td:first-child,
.table.-style-7 th:first-child {
    width: 34%;
    text-align: left;
}

.table.-style-7 tbody td,
.table.-style-7 tfoot td {
    text-align: right;
}

.table.-style-8 td,
.table.-style-8 th {
    padding-top: 5px;
    padding-bottom: 5px;
}

.table.-style-9 td:first-child,
.table.-style-9 th:first-child {
    width: 70%;
}

.table.-style-9 tbody td:last-child,
.table.-style-9 tfoot td:last-child {
    text-align: right;
}

.table.-style-10 td:first-child,
.table.-style-10 th:first-child {
    width: 50%;
}

.table.-style-10 tbody td,
.table.-style-10 tfoot td {
    text-align: right;
}

    .table.-style-10 tbody td:first-child,
    .table.-style-10 tfoot td:first-child {
        text-align: left;
    }

.table.-style-11 tbody td,
.table.-style-11 tfoot td {
    text-align: right;
}

    .table.-style-11 tbody td:first-child,
    .table.-style-11 tfoot td:first-child {
        text-align: left;
    }

.table.-style-12 thead th:first-child {
    width: 75%;
}

.table.-style-12 thead th:last-child {
    width: 25%;
}

.table.-style-12 tbody td:first-child {
    width: 75%;
}

.table.-style-12 tbody td:last-child {
    width: 25%;
    text-align: right;
}

.table.-style-13 tbody td {
    text-align: right;
}

.table.-style-14 thead th {
    text-align: left;
}

    .table.-style-14 thead th:first-child {
        text-align: left;
        width: 66%;
    }

.table.-style-14 tbody td,
.table.-style-14 tbody th {
    text-align: right;
}

    .table.-style-14 tbody td:first-child,
    .table.-style-14 tbody th:first-child {
        text-align: left;
        width: 66%;
    }

.table.-style-15 tbody th {
    padding: 10px 20px;
    background-color: #146785;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.table.-style-15 tbody td {
    text-align: right;
}

.table.-style-16 td:first-child,
.table.-style-16 th:first-child {
    width: 23%;
    text-align: left;
}

.table.-style-16 tbody td {
    text-align: right;
}

.table.-style-17 tbody td,
.table.-style-17 tfoot td {
    text-align: right;
}

    .table.-style-17 tbody td:first-child,
    .table.-style-17 tfoot td:first-child {
        text-align: left;
    }

.table.-style-18 thead th:first-child {
    width: 50%;
}

.table.-style-18 tbody td {
    text-align: right;
}

    .table.-style-18 tbody td:first-child {
        text-align: left;
    }

.table.-style-19 thead th:first-child {
    width: 45%;
}

.table.-style-19 thead th:nth-child(2) {
    width: 27.5%;
}

.table.-style-19 thead th:nth-child(3) {
    width: 27.5%;
}

.table.-style-19 tbody td {
    text-align: right;
}

    .table.-style-19 tbody td:first-child {
        text-align: left;
    }

.table.-style-20 thead th:first-child {
    width: 40%;
}

.table.-style-20 thead th:nth-child(2) {
    width: 20%;
}

.table.-style-20 thead th:nth-child(3) {
    width: 20%;
}

.table.-style-20 thead th:nth-child(3) {
    width: 20%;
}

.table.-style-20 tbody td {
    text-align: right;
}

    .table.-style-20 tbody td:first-child {
        text-align: left;
    }

.table.-style-21 tbody td {
    text-align: right;
}

.table.-style-22 td:first-child,
.table.-style-22 th:first-child {
    width: 50%;
}

.table.-style-23 {
    border: 0;
}

    .table.-style-23 tr,
    .table.-style-23 th,
    .table.-style-23 td {
        border: 0;
        text-align: left;
    }

        .table.-style-23 td:first-child {
            font-weight: bold;
        }

.i-check {
    display: inline-block;
}

    .i-check:after {
        content: "\76";
        font-size: 160%;
        color: inherit;
        vertical-align: middle;
        display: inline-block;
        margin-bottom: -4px;
    }

.thead {
    background-color: #146785;
    font-weight: bold;
    color: white;
}

.-large .thead {
    font-size: 16px;
    padding: 20px;
}

.-large td {
    padding: 20px;
}

.table-toggle-wrap {
    position: relative;
}
    .table-toggle-btn:focus-visible {
        background-color: #000000;
        border-color: #5a94a9;
        color: #FFFFFF;
    }
.table-toggle {
    border-width: 0;
}

    .table-toggle.active {
        border-width: 1px;
    }

.table-toggle-btn {
    /* For Safari 3.1 to 6.0 */
    transition: background 0.5s;
    border: 0;
    border-radius: 4px;
    color: #3c3b3b;
    background: #d3d3d3;
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 10px;
    position: absolute;
    top: 8px;
    right: -2px;
}

    .table-toggle-btn:hover {
        /* For Safari 3.1 to 6.0 */
        transition: background 0.5s;
        background: #c6c6c6;
    }

    .table-toggle-btn:after {
        content: "\77";
        font-size: 160%;
        color: inherit;
        vertical-align: middle;
        position: absolute;
        top: 12px;
        left: 5px;
        font-size: 200%;
    }

    .table-toggle-btn.active:after {
        content: "\78";
        font-size: 160%;
        color: inherit;
        vertical-align: middle;
        position: absolute;
        top: 12px;
        left: 5px;
        font-size: 200%;
    }

.table.-question + .table {
    margin-top: 20px;
}

.map-wrap {
    position: relative;
    width: 100%;
    height: 600px;
    margin-bottom: 20px;
}

#map {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.form.-contact {
    padding-right: 120px;
}

    .form.-contact .subtitle {
        font-weight: bold;
        color: #333333;
    }

    .form.-contact .label-name,
    .form.-contact .label-pass {
        display: block;
        width: 20%;
        float: left;
        color: #000000;
        margin-top: 6px;
    }

    .form.-contact input[type=text],
    .form.-contact input[type=password] {
        width: 80%;
        float: right;
    }

    .form.-contact input[type="checkbox"] {
        margin-top: 3px;
    }

    .form.-contact p:last-child {
        margin-bottom: 0;
    }

/* =============================================================================
Global: Layout
================================================================================ */
.pos-r {
    position: relative;
}

.m-col-4 [class*="col-"] {
    margin-bottom: 3.8%;
}

.m-col-4.last-2 [class*="col-"] {
    margin-bottom: 3.8%;
}

    .m-col-4.last-2 [class*="col-"]:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

.m-col-12 [class*="col-"] {
    margin-bottom: 3.8%;
}

.m-col-12.last-3 [class*="col-"] {
    margin-bottom: 3.8%;
}

    .m-col-12.last-3 [class*="col-"]:nth-last-child(-n+3) {
        margin-bottom: 0;
    }

.section.-medium {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section.-content {
    background: #eaeaea;
}

.section.-header-top {
    background-image: url("../images/global/nav-background-90px.jpg");
    background-repeat: repeat-x;
    background-position: center top;
    background-size: auto auto;
}

.section.-header-btm {
    background-color: #146785;
    padding-top: 15px;
    padding-bottom: 15px;
}

.section.-home {
    position: relative;
    background-image: url("../images/home/homepage-map-bg.jpg");
    background-position: 50% 0;
    border-top: 1px solid #a1c2ce;
}

    .section.-home:before {
        background-image: linear-gradient(to top, transparent 0%, rgba(24, 57, 80, 0.6) 100%);
        content: "";
        height: 150px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.section.-page-title {
    position: relative;
    padding-top: 40px;
    background-image: url("../images/home/homepage-map-bg.jpg");
    background-position: 50% 0;
    border-top: 1px solid #a1c2ce;
}

    .section.-page-title:before {
        background-image: linear-gradient(to top, transparent 0%, rgba(24, 57, 80, 0.6) 100%);
        content: "";
        height: 150px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.content {
    padding: 20px;
}

    .content.-state-nav {
        background: #fff;
        border-bottom: 1px solid #d3d3d3;
    }

    .content.first {
        margin-top: 0;
    }

    .content.last {
        margin-bottom: 0;
    }

.stacked + .content {
    padding-top: 0;
}

.w-sidebar .content {
    padding-top: 40px;
    padding-right: 0;
    min-height: 600px;
}

.content.w-sidebar {
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.content.distinct {
    box-shadow: inset 0 30px 30px -30px rgba(0, 0, 0, 0.2);
    padding-top: 40px;
}

.content hr {
    margin: 40px 0;
    border-color: #d3d3d3;
}

.t2-shadow {
    box-shadow: inset 0 180px 180px -180px rgba(0, 0, 0, 0.15);
}

.sidebar {
    background: #f4f4f4;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
}

.sidebar-title {
    box-shadow: inset 0 180px 180px -180px rgba(0, 0, 0, 0.15);
    padding: 35px 20px 35px 20px;
    border-bottom: 1px solid #a8a8a8;
}

    .sidebar-title .h3 {
        margin-bottom: 0;
    }

.col-p-in .col-12,
.col-p-in .spl-12 {
    padding: 20px;
}

.content-wrap .content:last-child {
    margin-bottom: 40px;
}

.sidebar {
    background: #f4f4f4;
}

/*! Tablesaw - v2.0.2 - 2015-10-28
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed  */
table.tablesaw {
    empty-cells: show;
    max-width: 100%;
    width: 100%;
}

.tablesaw {
    border-collapse: collapse;
    width: 100%;
}

/* Structure */
/* Default radio/checkbox styling horizonal controlgroups. */
/* Column navigation buttons for swipe and columntoggle tables */
.tablesaw-bar {
    margin-bottom: 10px;
}

    .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
        border-radius: 4px;
        background-clip: padding-box;
        color: 'menu-page';
        /* For Safari 3.1 to 6.0 */
        transition: color 0.5s, color 0.5s, background 0.5s;
        color: #3c3b3b;
        /* For Safari 3.1 to 6.0 */
        /* For Safari 3.1 to 6.0 */
        display: inline-block;
        overflow: hidden;
        padding: 20px;
        background-position: 50% 50%;
        margin-left: 10px;
        position: relative;
        background-color: #d3d3d3;
    }

        .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn:visited {
            color: 'menu-page';
        }

        .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn:hover {
            color: orange;
            /* For Safari 3.1 to 6.0 */
            transition: color 0.5s;
        }

        .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn:visited {
            color: #3c3b3b;
        }

        .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn:hover {
            color: #222222;
            /* For Safari 3.1 to 6.0 */
            transition: color 0.5s;
        }

        .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn:hover {
            background: #bababa;
            /* For Safari 3.1 to 6.0 */
            transition: background 0.5s;
        }

        .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
        .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before,
        .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before,
        .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
            content: "\0020";
            overflow: hidden;
            width: 0;
            height: 0;
            position: absolute;
        }

        .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
        .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
            top: 15px;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
        }

        .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
            left: 14px;
            border-right: 9px solid #3c3b3b;
        }

        .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
            left: 16px;
            border-left: 9px solid #3c3b3b;
        }

.tablesaw-advance a.tablesaw-nav-btn.disabled {
    opacity: .25;
    filter: alpha(opacity=25);
    cursor: default;
    pointer-events: none;
}

/* Table Toolbar */
.tablesaw-bar {
    clear: both;
    font-family: sans-serif;
}

.tablesaw-toolbar ~ table {
    clear: both;
}

@media (min-width: 24em) {
    .tablesaw-toolbar .a11y-sm {
        clip: none;
        height: auto;
        width: auto;
        position: static;
        overflow: visible;
    }
}

/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr {
    border-bottom: 1px solid #dfdfdf;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
    display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {

    /* Show the table cells as a block level element */
    .tablesaw-stack td,
    .tablesaw-stack th {
        text-align: left;
        display: block;
    }

    .tablesaw-stack tr {
        clear: both;
        display: table-row;
    }

    /* Make the label elements a percentage width */
    .tablesaw-stack td .tablesaw-cell-label,
    .tablesaw-stack th .tablesaw-cell-label {
        display: block;
        padding: 0 .6em 0 0;
        width: 30%;
        display: inline-block;
    }

    /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
    .tablesaw-stack th .tablesaw-cell-label-top,
    .tablesaw-stack td .tablesaw-cell-label-top {
        display: block;
        padding: .4em 0;
        margin: .4em 0;
    }

    .tablesaw-cell-label {
        display: block;
    }

    /* Avoid double strokes when stacked */
    .tablesaw-stack tbody th.group {
        margin-top: -1px;
    }

    /* Avoid double strokes when stacked */
    .tablesaw-stack th.group b.tablesaw-cell-label {
        display: none !important;
    }
}

@media (max-width: 39.9375em) {

    .tablesaw-stack thead td,
    .tablesaw-stack thead th {
        display: none;
    }

    .tablesaw-stack tbody td,
    .tablesaw-stack tbody th {
        clear: left;
        float: left;
        width: 100%;
    }

    .tablesaw-cell-label {
        vertical-align: top;
    }

    .tablesaw-cell-content {
        max-width: 67%;
        display: inline-block;
    }

    .tablesaw-stack td:empty,
    .tablesaw-stack th:empty {
        display: none;
    }
}

/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
    .tablesaw-stack tr {
        display: table-row;
    }

    /* Show the table header rows */
    .tablesaw-stack td,
    .tablesaw-stack th,
    .tablesaw-stack thead td,
    .tablesaw-stack thead th {
        display: table-cell;
        margin: 0;
    }

        /* Hide the labels in each cell */
        .tablesaw-stack td .tablesaw-cell-label,
        .tablesaw-stack th .tablesaw-cell-label {
            display: none !important;
        }
}

.tablesaw-fix-persist {
    table-layout: fixed;
}

@media only all {

    /* Unchecked manually: Always hide */
    .tablesaw-swipe th.tablesaw-cell-hidden,
    .tablesaw-swipe td.tablesaw-cell-hidden {
        display: none;
    }
}

.btn.tablesaw-columntoggle-btn span {
    text-indent: -9999px;
    display: inline-block;
}

.tablesaw-columntoggle-btnwrap {
    position: relative;
    /* for dialog positioning */
}

    .tablesaw-columntoggle-btnwrap .dialog-content {
        padding: .5em;
    }

.tablesaw-columntoggle tbody td {
    line-height: 1.5;
}

/* Remove top/bottom margins around the fieldcontain on check list */
.tablesaw-columntoggle-popup {
    display: none;
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
    display: block;
    position: absolute;
    top: 2em;
    right: 0;
    background-color: #fff;
    padding: .5em .8em;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px #ccc;
    border-radius: .2em;
    z-index: 1;
}

.tablesaw-columntoggle-popup fieldset {
    margin: 0;
}

/* Hide all prioritized columns by default */
@media only all {

    .tablesaw-columntoggle th.tablesaw-priority-6,
    .tablesaw-columntoggle td.tablesaw-priority-6,
    .tablesaw-columntoggle th.tablesaw-priority-5,
    .tablesaw-columntoggle td.tablesaw-priority-5,
    .tablesaw-columntoggle th.tablesaw-priority-4,
    .tablesaw-columntoggle td.tablesaw-priority-4,
    .tablesaw-columntoggle th.tablesaw-priority-3,
    .tablesaw-columntoggle td.tablesaw-priority-3,
    .tablesaw-columntoggle th.tablesaw-priority-2,
    .tablesaw-columntoggle td.tablesaw-priority-2,
    .tablesaw-columntoggle th.tablesaw-priority-1,
    .tablesaw-columntoggle td.tablesaw-priority-1 {
        display: none;
    }
}

.tablesaw-columntoggle-btnwrap .dialog-content {
    top: 0 !important;
    right: 1em;
    left: auto !important;
    width: 12em;
    max-width: 18em;
    margin: -0.5em auto 0;
}

    .tablesaw-columntoggle-btnwrap .dialog-content:focus {
        outline-style: none;
    }

/* Preset breakpoints if "" class added to table */
/* Show priority 1 at 320px (20em x 16px) */
@media (min-width: 20em) {

    .tablesaw-columntoggle th.tablesaw-priority-1,
    .tablesaw-columntoggle td.tablesaw-priority-1 {
        display: table-cell;
    }
}

/* Show priority 2 at 480px (30em x 16px) */
@media (min-width: 30em) {

    .tablesaw-columntoggle th.tablesaw-priority-2,
    .tablesaw-columntoggle td.tablesaw-priority-2 {
        display: table-cell;
    }
}

/* Show priority 3 at 640px (40em x 16px) */
@media (min-width: 40em) {

    .tablesaw-columntoggle th.tablesaw-priority-3,
    .tablesaw-columntoggle td.tablesaw-priority-3 {
        display: table-cell;
    }

    .tablesaw-columntoggle tbody td {
        line-height: 2;
    }
}

/* Show priority 4 at 800px (50em x 16px) */
@media (min-width: 50em) {

    .tablesaw-columntoggle th.tablesaw-priority-4,
    .tablesaw-columntoggle td.tablesaw-priority-4 {
        display: table-cell;
    }
}

/* Show priority 5 at 960px (60em x 16px) */
@media (min-width: 60em) {

    .tablesaw-columntoggle th.tablesaw-priority-5,
    .tablesaw-columntoggle td.tablesaw-priority-5 {
        display: table-cell;
    }
}

/* Show priority 6 at 1,120px (70em x 16px) */
@media (min-width: 70em) {

    .tablesaw-columntoggle th.tablesaw-priority-6,
    .tablesaw-columntoggle td.tablesaw-priority-6 {
        display: table-cell;
    }
}

@media only all {

    /* Unchecked manually: Always hide */
    .tablesaw-columntoggle th.tablesaw-cell-hidden,
    .tablesaw-columntoggle td.tablesaw-cell-hidden {
        display: none;
    }

    /* Checked manually: Always show */
    .tablesaw-columntoggle th.tablesaw-cell-visible,
    .tablesaw-columntoggle td.tablesaw-cell-visible {
        display: table-cell;
    }
}

.tablesaw-columntoggle-popup .btn-group > label {
    display: block;
    padding: .2em 0;
    white-space: nowrap;
}

    .tablesaw-columntoggle-popup .btn-group > label input {
        margin-right: .8em;
    }

.tablesaw-sortable,
.tablesaw-sortable thead,
.tablesaw-sortable thead tr,
.tablesaw-sortable thead tr th {
    position: relative;
}

    .tablesaw-sortable thead tr th {
        padding-right: 1.6em;
        vertical-align: top;
    }

    .tablesaw-sortable th.tablesaw-sortable-head,
    .tablesaw-sortable tr:first-child th.tablesaw-sortable-head {
        padding: 0;
    }

        .tablesaw-sortable th.tablesaw-sortable-head button {
            padding-top: .9em;
            padding-bottom: .7em;
            padding-left: .6em;
            padding-right: 1.6em;
        }

    .tablesaw-sortable .tablesaw-sortable-head button {
        min-width: 100%;
        color: inherit;
        background: transparent;
        border: 0;
        padding: 0;
        text-align: left;
        font: inherit;
        text-transform: inherit;
        position: relative;
    }

    .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,
    .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
        width: 7px;
        height: 10px;
        content: "\0020";
        position: absolute;
        right: .5em;
    }

    .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
        content: "\2191";
    }

    .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
        content: "\2193";
    }

    .tablesaw-sortable .not-applicable:after {
        content: "--";
        display: block;
    }

    .tablesaw-sortable .not-applicable span {
        display: none;
    }

.tablesaw-advance {
    float: right;
}

    .tablesaw-advance.minimap {
        margin-right: .4em;
    }

.tablesaw-advance-dots {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tablesaw-advance-dots li {
        display: table-cell;
        margin: 0;
        padding: .4em .2em;
    }

        .tablesaw-advance-dots li i {
            width: .25em;
            height: .25em;
            background: #555;
            border-radius: 100%;
            display: inline-block;
        }

.tablesaw-advance-dots-hide {
    opacity: .25;
    filter: alpha(opacity=25);
    cursor: default;
    pointer-events: none;
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

    .scroll-wrapper > .scroll-content {
        border: none !important;
        box-sizing: content-box !important;
        height: auto;
        left: 0;
        margin: 0;
        max-height: none;
        max-width: none !important;
        overflow: scroll !important;
        padding: 0;
        position: relative !important;
        top: 0;
        width: auto !important;
    }

        .scroll-wrapper > .scroll-content::-webkit-scrollbar {
            height: 0;
            width: 0;
        }

.scroll-element {
    display: none;
}

    .scroll-element,
    .scroll-element div {
        box-sizing: content-box;
    }

        .scroll-element.scroll-x.scroll-scrollx_visible,
        .scroll-element.scroll-y.scroll-scrolly_visible {
            display: block;
        }

        .scroll-element .scroll-bar,
        .scroll-element .scroll-arrow {
            cursor: default;
        }

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

    .scroll-textarea > .scroll-content {
        overflow: hidden !important;
    }

        .scroll-textarea > .scroll-content > textarea {
            border: none !important;
            box-sizing: border-box;
            height: 100% !important;
            margin: 0;
            max-height: none !important;
            max-width: none !important;
            overflow: scroll !important;
            outline: none;
            padding: 2px;
            position: relative !important;
            top: 0;
            width: 100% !important;
        }

            .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
                height: 0;
                width: 0;
            }

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

    .scrollbar-inner > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .scrollbar-inner > .scroll-element.scroll-x {
        bottom: 2px;
        height: 8px;
        left: 0;
        width: 100%;
    }

    .scrollbar-inner > .scroll-element.scroll-y {
        height: 100%;
        right: 2px;
        top: 0;
        width: 8px;
    }

    .scrollbar-inner > .scroll-element .scroll-element_outer {
        overflow: hidden;
    }

    .scrollbar-inner > .scroll-element .scroll-element_outer,
    .scrollbar-inner > .scroll-element .scroll-element_track,
    .scrollbar-inner > .scroll-element .scroll-bar {
        border-radius: 8px;
    }

    .scrollbar-inner > .scroll-element .scroll-element_track,
    .scrollbar-inner > .scroll-element .scroll-bar {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: alpha(opacity=40);
        opacity: 0.4;
    }

    .scrollbar-inner > .scroll-element .scroll-element_track {
        background-color: #a8a8a8;
    }

    .scrollbar-inner > .scroll-element .scroll-bar {
        background-color: #000;
    }

    .scrollbar-inner > .scroll-element:hover .scroll-bar {
        background-color: #919191;
    }

    .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
        background-color: #919191;
    }

    /* update scrollbar offset if both scrolls are visible */
    .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
        left: -12px;
    }

    .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
        top: -12px;
    }

    .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
        left: -12px;
    }

    .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
        top: -12px;
    }

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-outer > .scroll-element {
    background-color: #ffffff;
}

    .scrollbar-outer > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .scrollbar-outer > .scroll-element.scroll-x {
        bottom: 0;
        height: 12px;
        left: 0;
        width: 100%;
    }

    .scrollbar-outer > .scroll-element.scroll-y {
        height: 100%;
        right: 0;
        top: 0;
        width: 12px;
    }

    .scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
        height: 8px;
        top: 2px;
    }

    .scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
        left: 2px;
        width: 8px;
    }

    .scrollbar-outer > .scroll-element .scroll-element_outer {
        overflow: hidden;
    }

    .scrollbar-outer > .scroll-element .scroll-element_track {
        background-color: #eeeeee;
    }

    .scrollbar-outer > .scroll-element .scroll-element_outer,
    .scrollbar-outer > .scroll-element .scroll-element_track,
    .scrollbar-outer > .scroll-element .scroll-bar {
        border-radius: 8px;
    }

    .scrollbar-outer > .scroll-element .scroll-bar {
        background-color: #d9d9d9;
    }

        .scrollbar-outer > .scroll-element .scroll-bar:hover {
            background-color: #c2c2c2;
        }

    .scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
        background-color: #919191;
    }

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
    left: -12px;
    margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
    top: -12px;
    margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
    min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
    min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

    .scrollbar-macosx > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .scrollbar-macosx > .scroll-element .scroll-element_track {
        display: none;
    }

    .scrollbar-macosx > .scroll-element .scroll-bar {
        background-color: #6C6E71;
        display: block;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        border-radius: 7px;
        transition: opacity 0.2s linear;
    }

    .scrollbar-macosx:hover > .scroll-element .scroll-bar,
    .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        opacity: 0.7;
    }

    .scrollbar-macosx > .scroll-element.scroll-x {
        bottom: 0px;
        height: 0px;
        left: 0;
        min-width: 100%;
        overflow: visible;
        width: 100%;
    }

    .scrollbar-macosx > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        right: 0px;
        top: 0;
        width: 0px;
    }

    /* scrollbar height/width & offset from container borders */
    .scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
        height: 7px;
        min-width: 10px;
        top: -9px;
    }

    .scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
        left: -9px;
        min-height: 10px;
        width: 7px;
    }

    .scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
        left: 2px;
    }

    .scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
        left: -4px;
    }

    .scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
        top: 2px;
    }

    .scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
        top: -4px;
    }

    /* update scrollbar offset if both scrolls are visible */
    .scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
        left: -11px;
    }

    .scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
        top: -11px;
    }

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-light > .scroll-element {
    background-color: #ffffff;
}

    .scrollbar-light > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .scrollbar-light > .scroll-element .scroll-element_outer {
        border-radius: 10px;
    }

    .scrollbar-light > .scroll-element .scroll-element_size {
        background: #dbdbdb;
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
        background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
        border-radius: 10px;
    }

    .scrollbar-light > .scroll-element.scroll-x {
        bottom: 0;
        height: 17px;
        left: 0;
        min-width: 100%;
        width: 100%;
    }

    .scrollbar-light > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        right: 0;
        top: 0;
        width: 17px;
    }

    .scrollbar-light > .scroll-element .scroll-bar {
        background: #fefefe;
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
        background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
        border: 1px solid #dbdbdb;
        border-radius: 10px;
    }

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
    top: -17px;
    margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
    left: 0px;
    min-height: 10px;
    width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
    height: 12px;
    left: 2px;
    top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    top: 2px;
    width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-rail > .scroll-element {
    background-color: #ffffff;
}

    .scrollbar-rail > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .scrollbar-rail > .scroll-element .scroll-element_size {
        background-color: #999;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
        background-color: #666;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .scrollbar-rail > .scroll-element.scroll-x {
        bottom: 0;
        height: 12px;
        left: 0;
        min-width: 100%;
        padding: 3px 0 2px;
        width: 100%;
    }

    .scrollbar-rail > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        padding: 0 2px 0 3px;
        right: 0;
        top: 0;
        width: 12px;
    }

    .scrollbar-rail > .scroll-element .scroll-bar {
        background-color: #d0b9a0;
        border-radius: 2px;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    }

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
    margin-top: 17px;
    top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
    left: 1px;
    min-height: 10px;
    width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
    height: 15px;
    left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
    height: 2px;
    left: -10px;
    top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
    top: 5px;
    width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
    left: 5px;
    top: -10px;
    width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

    .scrollbar-dynamic > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .scrollbar-dynamic > .scroll-element.scroll-x {
        bottom: 2px;
        height: 7px;
        left: 0;
        min-width: 100%;
        width: 100%;
    }

    .scrollbar-dynamic > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        right: 2px;
        top: 0;
        width: 7px;
    }

    .scrollbar-dynamic > .scroll-element .scroll-element_outer {
        opacity: 0.3;
        border-radius: 12px;
    }

    .scrollbar-dynamic > .scroll-element .scroll-element_size {
        background-color: #cccccc;
        opacity: 0;
        border-radius: 12px;
        transition: opacity 0.2s;
    }

    .scrollbar-dynamic > .scroll-element .scroll-bar {
        background-color: #6c6e71;
        border-radius: 7px;
    }

    /* scrollbar height/width & offset from container borders */
    .scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
        bottom: 0;
        height: 7px;
        min-width: 24px;
        top: auto;
    }

    .scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
        left: auto;
        min-height: 24px;
        right: 0;
        width: 7px;
    }

    .scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
        bottom: 0;
        top: auto;
        left: 2px;
        transition: height 0.2s;
    }

    .scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
        left: auto;
        right: 0;
        top: 2px;
        transition: width 0.2s;
    }

    .scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
        left: -4px;
    }

    .scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
        top: -4px;
    }

    /* update scrollbar offset if both scrolls are visible */
    .scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
        left: -11px;
    }

    .scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
        top: -11px;
    }

    /* hover & drag */
    .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
    .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
        overflow: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        opacity: 0.7;
    }

        .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
        .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
            opacity: 1;
        }

        .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
        .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
            height: 100%;
            width: 100%;
            border-radius: 12px;
        }

    .scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
    .scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
        height: 20px;
        min-height: 7px;
    }

    .scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
    .scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
        min-width: 7px;
        width: 20px;
    }

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-chrome > .scroll-element {
    background-color: #ffffff;
}

    .scrollbar-chrome > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .scrollbar-chrome > .scroll-element .scroll-element_track {
        background: #f1f1f1;
        border: 1px solid #dbdbdb;
    }

    .scrollbar-chrome > .scroll-element.scroll-x {
        bottom: 0;
        height: 16px;
        left: 0;
        min-width: 100%;
        width: 100%;
    }

    .scrollbar-chrome > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        right: 0;
        top: 0;
        width: 16px;
    }

    .scrollbar-chrome > .scroll-element .scroll-bar {
        background-color: #d9d9d9;
        border: 1px solid #bdbdbd;
        cursor: default;
        border-radius: 2px;
    }

        .scrollbar-chrome > .scroll-element .scroll-bar:hover {
            background-color: #c2c2c2;
            border-color: #a9a9a9;
        }

    .scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
        background-color: #919191;
        border-color: #7e7e7e;
    }

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
    left: -16px;
    margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
    top: -16px;
    margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
    height: 8px;
    min-width: 10px;
    top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
    left: 3px;
    min-height: 10px;
    width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
    border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
    height: 14px;
    left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
    height: 14px;
    left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
    border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
    top: -3px;
    width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
    width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px;
}

.leaflet-overlay-pane .leaflet-zoom-animated > g {
    pointer-events: none !important;
}

.note {
    background-color: #cb461d;
    padding: 20px;
    color: #fff;
}

.map-image {
    position: relative;
}

.map-wrap {
    position: relative;
    z-index: 1;
}

.map-full-back {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 100%;
    height: auto;
}

.map-hover {
    display: none;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
}

.map-image:after,
.map-image:before {
    content: "";
    display: table;
}

.map-image:after {
    clear: both;
}

.homemap-tooltip {
    display: none;
    position: absolute;
    z-index: 2;
}

.homemap-tooltip-wrap {
    position: relative;
    border: 1px solid #A0C2CE;
    width: 280px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
}

.homemap-tooltip-title {
    position: relative;
    border-bottom: 1px solid #A0C2CE;
    padding: 5px 10px;
    background-color: #b8d1da;
    min-height: 30px;
    color: #0a374e;
}

    .homemap-tooltip-title:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #b8d1da;
        position: absolute;
        top: 50%;
        left: -10px;
        margin-top: -10px;
    }

.homemap-tooltip.right .homemap-tooltip-title:after {
    border-right: 0px solid #b8d1da;
    border-left: 10px solid #b8d1da;
    right: -10px;
    left: auto;
}

.homemap-tooltip-title-wrap:after,
.homemap-tooltip-title-wrap:before {
    content: "";
    display: table;
}

.homemap-tooltip-title-wrap:after {
    clear: both;
}

.homemap-tooltip-title .state-name {
    width: 220px;
    font-weight: bold;
    font-size: 20px;
    float: left;
    line-height: 1em;
}

.homemap-tooltip-title .state-abr {
    width: 30px;
    display: block;
    border-radius: 15px;
    background-color: #333333;
    float: right;
    color: #F5F8FA;
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    margin-top: 5px;
}

.homemap-tooltip-body {
    padding: 10px;
    background-color: #f3f7f8;
    font-size: 13px;
}

.tooltip-item {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.4em;
}

.tooltip-subtitle {
    display: block;
    font-weight: normal;
    font-size: 13px;
}

.tootip-item-value {
    color: #f69125;
}

.table + .h2.-line {
    margin-top: 55px;
}

.table + .box {
    margin-top: 85px;
}

.provider .box + .box,
.section-intro .box + .box,
.provider .table + .table,
.section-intro .table + .table {
    margin-top: 55px;
}

.provider .table-toggle-wrap + .table-toggle-wrap,
.section-intro .table-toggle-wrap + .table-toggle-wrap {
    margin-top: 15px;
}

.btn + .h2.-line {
    margin-top: 25px;
}

.table + p {
    margin-top: 35px;
}

/* =============================================================================
FRAMEWORK - PRINT STYLES - v1.1
========================================================================== */
@media print {
    .no-print {
        display: none;
    }

    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        -webkit-filter: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    /* Black prints faster: h5bp.com/s */
    a,
    a:visited {
        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 javascript/internal links */
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*thead {
    display: table-header-group;
  }*/
    /* h5bp.com/t */
    tr,
    img {
        page-break-inside: avoid;
    }

    #print-btn {
        display: none;
    }

    img {
        max-width: 100% !important;
    }

    /*@page {
    margin: 0.5cm;
  }*/
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    #header-top-two,
    #header,
    #page-footer {
        display: none !important;
    }

    .page-assessment-assessment-1 #sidebar-one {
        display: none !important;
    }

    .page-assessment-assessment-1 .domain-set .box,
    .page-assessment-assessment-1 .domain-set .collapsible-container {
        display: block !important;
    }
}

.MapSvg {
    font-family: Droid Sans, Arial Bold, Gadget, sans-serif;
    font-size: 20px
}

.MapSvg__label {
    pointer-events: none
}

.MapSvg__label-text {
    fill: #fff;
    filter: url(#shadow-labels);
    font-weight: 700
}

.MapSvg__label-line {
    stroke: #000;
    stroke-width: 2px
}

.MapSvg__backgrounds {
    filter: url(#shadow)
}

.MapSvg__background {
    cursor: pointer;
    fill: #2c6331;
    stroke: hsla(0, 0%, 100%, .35);
    stroke-width: 2px
}

    .MapSvg__background--focused,
    .MapSvg__background:hover {
        stroke: #fff;
        transition-duration: 0
    }

        .MapSvg__background--focused:not([data-cmap-group]),
        .MapSvg__background:hover:not([data-cmap-group]) {
            fill: #146785
        }

.MapSvg__graphics line {
    stroke: #21acde;
    stroke-width: 1.35px
}

.MapHeader__views {
    display: flex;
    justify-content: center;
    line-height: 1.2
}

.MapHeader__view-select {
    flex: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #0a374e;
    color: #fff;
    padding: .75rem 0;
    border: 1px solid #146785;
    border-top: none;
    margin: 0 -1px -1px -1px;
    font-weight: 700
}

    .MapHeader__view-select:focus,
    .MapHeader__view-select:hover {
        background-color: #072737
    }

.MapHeader__view-select--active {
    background-color: #26597f;
    position: relative
}

    .MapHeader__view-select--active:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 4px 8px 4px;
        border-color: transparent transparent #fff transparent;
        z-index: 2
    }

.DropdownSelect {
    position: relative
}

    .DropdownSelect .CollapsibleRegion__toggle {
        position: relative;
        padding-right: 3rem
    }

    .DropdownSelect .CollapsibleRegion__content {
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        max-height: 50vh;
        overflow: auto;
        background: #fff
    }

    .DropdownSelect .CollapsibleRegion__toggle,
    .DropdownSelect__item-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        color: inherit;
        width: 100%;
        font-weight: 700;
        text-align: left;
        background: #f2f4f6;
        border: 1px solid #d3d3d3;
        padding: .5rem 1rem;
        transition: background .5s
    }

        .DropdownSelect .CollapsibleRegion__toggle:hover,
        .DropdownSelect__item-button:hover {
            border-color: #bababa;
            background-color: #e3e7ec;
            position: relative;
            z-index: 2
        }

        .DropdownSelect .CollapsibleRegion__toggle:focus,
        .DropdownSelect__item-button:focus {
            border-color: #146785;
            background-color: #d0e1e7
        }

.DropdownSelect__item-button {
    margin-top: -1px
}
    /*danb added ================================================================================*/
.DropdownSelect__item-button:focus-visible {
        border-color: #146785;
        background-color: #515251
    }
   /*danb added ================================================================================*/
.DropdownSelect__item-button--active {
    opacity: .5
}

.DropdownSelect__toggle-text {
    flex: 1
}

.DropdownSelect__toggle-caret {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2rem;
    background-color: #d3d3d3
}

.CollapsibleRegion__toggle[aria-expanded=true] .DropdownSelect__toggle-caret {
    transform: rotate(180deg)
}

.DropdownSelect__toggle-caret:after {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #656565;
    transform: translate(-50%, -50%);
    margin-top: .2em;
    content: "\65";
    text-rendering: geometricPrecision;
    font-family: info-icon;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-size: 160%;
    vertical-align: middle
}

.MapLegend {
    display: flex;
    justify-content: flex-end;
    padding-top: .35rem;
    padding-bottom: .15rem;
    line-height: 1.2;
    font-size: 13px;
    text-transform: uppercase
}

.MapLegend__item {
    flex: 0 1 6.5rem;
    margin-right: 2px;
    text-align: center
}

    .MapLegend__item:last-child {
        margin-left: 5px
    }

.MapLegend__item-background {
    background-color: #323232;
    height: 1rem;
    margin-bottom: .15rem
}

.MapLegend__item-text {
    color: #696969
}

.MapFooter {
    line-height: 1.2
}

.MapFooter__inner {
    padding: .5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.MapFooter__legend {
    flex-basis: 30rem;
    margin-left: 1rem
}

.MapFooter__types {
    flex-basis: 20rem;
    margin-right: 1rem
}

.cmap {
    font-family: Droid Sans, Arial, sans-serif;
    background-color: #0a374e
}

.cmap__section {
    padding-left: 50px;
    padding-right: 50px
}

.cmap__section-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1428px
}

.cmap__display {
    display: flex;
    flex-direction: column;
    background: url(../Images/background-map.png)
}

.cmap__header {
    top: 0;
    z-index: 3;
    background-color: #0a374e;
    border-bottom: 1px solid #146785;
    box-shadow: 0 14px 14px rgba(0, 0, 0, .2)
}

.cmap__footer,
.cmap__header {
    position: -webkit-sticky;
    position: sticky
}

.cmap__footer {
    background-color: #f7f8f7;
    bottom: 0;
    order: 2;
    z-index: 2;
    box-shadow: 0 -14px 14px rgba(0, 0, 0, .2);
    border-bottom: 1px solid #d3d3d3
}

.cmap__section--map {
    padding-top: 3rem;
    padding-bottom: 2rem
}

    .cmap__section--map > .cmap__section-content {
        max-width: 1100px
    }

.modals {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(13, 55, 78, .5);
    z-index: 1000;
    opacity: 1;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

.modals,
.modals__back-drop {
    box-sizing: border-box;
    display: flex
}

.modals__back-drop {
    flex: 1 1;
    align-items: center;
    justify-content: center;
    will-change: opacity
}

.modals__modal {
    box-sizing: border-box;
    position: relative
}

.modals__modal--enter {
    opacity: 0;
    transform: translateY(-3%)
}

.modals__modal--enter-active {
    -webkit-animation: modalslide .3s ease-in;
    animation: modalslide .3s ease-in
}

@-webkit-keyframes modalslide {
    0% {
        opacity: 0;
        transform: translateY(3%)
    }

    50% {
        opacity: .75;
        transform: translateY(1.5%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes modalslide {
    0% {
        opacity: 0;
        transform: translateY(3%)
    }

    50% {
        opacity: .75;
        transform: translateY(1.5%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.LayoutModal {
    display: flex;
    flex-direction: column;
    font-family: Droid Sans, Arial, sans-serif;
    background-color: #fff;
    max-width: 800px;
    width: 80vw;
    min-height: 200px;
    max-height: 75vh;
    position: relative;
    box-shadow: 0 1px 5px #000;
    border-radius: 6px;
    overflow: hidden
}

.LayoutModal__header {
    background-color: #add8e6;
    padding: 0 1.5rem;
    top: 0;
    flex: 0 0 4rem;
    display: flex;
    align-items: center
}

.LayoutModal__body {
    padding: 1.5rem 1.5rem 2rem 1.5rem;
    flex: 1;
    overflow: auto
}

.LayoutModal__body-footer {
    text-align: center
}

.LayoutModal__close {
    position: absolute;
    display: block;
    top: .5rem;
    right: 1.75rem;
    background: transparent;
    border: none;
    font-size: 3rem;
    color: #fff;
    text-shadow: 0 0 5px #000
}

    .LayoutModal__close:after {
        content: "\00d7";
        line-height: 3rem
    }

    .LayoutModal__close:after,
    .LayoutModal__close:before {
        width: 3rem;
        height: 3rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%)
    }

    .LayoutModal__close:before {
        content: "";
        background-color: transparent;
        border-radius: 50%;
        transition: background-color .2s
    }

    .LayoutModal__close:focus:before,
    .LayoutModal__close:hover:before {
        background-color: rgba(20, 103, 133, .5)
    }

.SiteBox {
    padding: 10px;
    border: 1px solid #d3d3d3;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto
}

.SiteBox__header {
    background-color: #5a5a5a;
    color: #fff;
    display: flex;
    align-items: center
}

.SiteBox__header-icon {
    background: #3c3b3b;
    margin-right: 1rem;
    padding: .5rem
}

    .SiteBox__header-icon img {
        width: 2rem
    }

.SiteBox__body {
    background: #f4f4f4
}

.SiteBox__body-item {
    padding: 15px;
    border: 1px solid #ddd;
    border-top: none
}

.SiteBox__body--split {
    display: flex
}

    .SiteBox__body--split .SiteBox__body-item {
        flex: 1 1 0px
    }

        .SiteBox__body--split .SiteBox__body-item:not(:last-child) {
            border-right: none
        }

.SiteBox__label {
    color: #666;
    margin-bottom: 10px
}

.SiteBox__label,
.SiteBox__value {
    font-weight: 700;
    line-height: .8em
}

.SiteBox__value {
    color: #000000;
    font-size: 28px;
    display: block;
    margin-top: 10px
}

.ViewActiveType__text {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
    margin: 1.5rem auto;
    max-width: 30rem;
    text-align: center
}

.ModalState__footer-link {
    text-align: center;
    margin-top: 1rem
}

.ModalState__abbr {
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.75rem;
    display: inline-block;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    margin-right: .75rem
}

.ModalState__name {
    font-size: 1.5rem;
    color: #0a374e
}

.home {
    box-sizing: border-box
}

    .home *,
    .home :after,
    .home :before {
        box-sizing: inherit
    }

.data-num:last-child {
    margin-bottom: 0
}

.tooltip {
    display: block !important;
    z-index: 10000;
    font-size: 13px;
    font-family: Droid Sans, sans-serif;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    pointer-events: none;
    letter-spacing: -.03em
}

    .tooltip,
    .tooltip p {
        line-height: 1.2
    }

        .tooltip .tooltip-inner {
            background: #e2e6ee;
            color: #464646;
            border-radius: 1px;
            padding: 5px 10px 4px
        }

        .tooltip .tooltip-arrow {
            width: 0;
            height: 0;
            border-style: solid;
            position: absolute;
            margin: 9px;
            border-color: #e2e6ee;
            z-index: 1
        }

        .tooltip[x-placement^=top] {
            margin-bottom: 9px;
            text-align: center
        }

            .tooltip[x-placement^=top] .tooltip-arrow {
                border-width: 9px 9px 0 9px;
                border-left-color: transparent !important;
                border-right-color: transparent !important;
                border-bottom-color: transparent !important;
                bottom: -9px;
                left: calc(50% - 9px);
                margin-top: 0;
                margin-bottom: 0
            }

        .tooltip[x-placement^=bottom] {
            margin-top: 9px;
            text-align: center
        }

            .tooltip[x-placement^=bottom] .tooltip-arrow {
                border-width: 0 9px 9px 9px;
                border-left-color: transparent !important;
                border-right-color: transparent !important;
                border-top-color: transparent !important;
                top: -9px;
                left: calc(50% - 9px);
                margin-top: 0;
                margin-bottom: 0
            }

        .tooltip[x-placement^=right] {
            margin-left: 9px
        }

            .tooltip[x-placement^=right] .tooltip-arrow {
                border-width: 9px 9px 9px 0;
                border-left-color: transparent !important;
                border-top-color: transparent !important;
                border-bottom-color: transparent !important;
                left: -9px;
                top: calc(50% - 9px);
                margin-left: 0;
                margin-right: 0
            }

        .tooltip[x-placement^=left] {
            margin-right: 9px
        }

            .tooltip[x-placement^=left] .tooltip-arrow {
                border-width: 9px 0 9px 9px;
                border-top-color: transparent !important;
                border-right-color: transparent !important;
                border-bottom-color: transparent !important;
                right: -9px;
                top: calc(50% - 9px);
                margin-left: 0;
                margin-right: 0
            }

        .tooltip.popover .popover-inner {
            background: #e2e6ee;
            color: #000;
            padding: 24px;
            border-radius: 5px;
            box-shadow: 0 5px 30px rgba(0, 0, 0, .1)
        }

        .tooltip.popover .popover-arrow {
            border-color: #e2e6ee
        }

        .tooltip[aria-hidden=true] {
            visibility: hidden;
            opacity: 0;
            transition: opacity .15s, visibility .15s
        }

        .tooltip[aria-hidden=false] {
            visibility: visible;
            opacity: 1;
            transition: opacity .15s
        }

.split-grid {
    overflow: hidden
}

.split-grid__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem
}

.split-grid__item {
    width: 50%;
    padding: .5rem
}

.home__box {
    padding: 10px;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, .1);
    margin: 1rem auto;
    max-width: 1172px
}

.home__box-header {
    background-color: #515251;
    color: #fff;
    padding: .75rem 1.75rem;
    font-size: 17px
}

    .home__box-header + .home__box-content {
        border-top: none
    }

.home__box-content {
    border: 1px solid #d3d3d3;
    border-top: none;
    padding: 1.75rem
}

.home__box-content--split {
    display: flex;
    padding: 0
}

.home__box-content-panel {
    flex: 0 0 50%;
    background-color: #fff;
    border-right: 1px solid #d3d3d3;
    padding: 1.75rem
}

    .home__box-content-panel:last-child {
        border-right: none
    }

.home__box-content-panel--secondary {
    background-color: #f3f4f3
}

.home__box-header--tabs {
    display: flex;
    padding: 0
}

.home__box-header-tab {
    padding: .75rem 1.75rem 
}

/* danb added-------------------------------------------------------------------------WinnerWinnerChickenDinner*/
    .home__box-header-tab:focus-visible {
        /*background-color: #146785;*/
        border-color: #E03A06;
        border: 4px solid
    }
/* danb added2-------------------------------------------------------------------------*/

    .home__box-header-tab[aria-selected=true] {
        position: relative;
        background-color: #146785 /*blue*/
    }
.home__details
        .home__box-header-tab[aria-selected=true]:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 9px 9px 9px;
            border-color: transparent transparent #f3f4f3 transparent;
            z-index: 2
        }

.home__details {
    padding: .5rem 1rem;
    background-color: #fff;
    margin-bottom: 1rem;
    border: 5px solid #d3d3d3
}
   
    .home__details > :last-child {
        margin-bottom: 0
    }

    .home__details summary {
        display: flex;
        align-items: center;
        outline: none;
        vertical-align: top;
        color: #0a374e;
        font-weight: 700
    }
    /*Added danb--------------------------------------------------------------------------*/
        .home__details summary:focus-visible {
            background-color: #146785;
            border-color: #5a94a9;
            color: #FFFFFF;
        }
    /*Added danb--------------------------------------------------------------------------*/
        .home__details summary::-webkit-details-marker {
            display: none
        }

        .home__details summary .data-cat {
            margin-bottom: 0
        }

        .home__details summary:after {
            content: "\6e";
            text-rendering: geometricPrecision;
            font-family: info-icon;
            speak: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            text-transform: none;
            font-weight: 400;
            font-style: normal;
            font-size: 160%;
            vertical-align: middle;
            font-size: 200%;
            line-height: .5;
            margin-top: .35em;
            color: #58585a;
            margin-left: auto
        }

    .home__details[open] {
        padding-bottom: 1rem
    }

        .home__details[open] summary {
            margin-bottom: 1rem;
            margin-top: -1px
        }

            .home__details[open] summary ~ * {
                -webkit-animation: fadeInLeft .35s ease-in-out;
                animation: fadeInLeft .35s ease-in-out
            }

            .home__details[open] summary:after {
                content: "\6d"
            }

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translatex(-10px)
    }

    to {
        opacity: 1;
        transform: translatex(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translatex(-10px)
    }

    to {
        opacity: 1;
        transform: translatex(0)
    }
}

.home__section {
    background-color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 75px;
    padding-bottom: 75px
}

.home__section-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1428px
}

.home__section-intro {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 1rem
}

.home__section-title {
    text-align: center;
    position: relative;
    color: #0a374e;
    font-size: 28px;
    font-family: Droid Sans, sans-serif;
    padding-bottom: 1.75rem;
    margin-bottom: 1.75rem
}

    .home__section-title:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 4px;
        width: 3.5rem;
        background-color: #f69125
    }

.home__section--header {
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 70px;
    background: #234b39;
    background-repeat: repeat;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAJdUlEQVRIiT1XfUyN/xu+66SncjrVSYUiqZycXtSWJJWvau1kxMpa/WHe56UxMmZmbPxj5g8ms/nDO/MyUZStrfRGqoPkJZUilSJvOSV6+dy/Xbf1+2x28jyf5/Pc93Vf13Xfjx0R+WiaRuHh4Wr69OlcVFSk0tPT1cKFC9XY2JhqaGhQzs7OPDAwYBgbG6OfP3+qyZMn89y5c9WtW7dURkaGKi4uVpMmTVIXL17knTt3Gvr7+ykgIEDV1NRwYGCgCg0NlfOcnZ1VeXm5ev36NescHR31sbGx5OLiwsxMePmMGTN4bGyMg4KCODY2lv/8+UPV1dVab28vOTo6sp2dHfX09HBGRgbfuHEDQfD27dvxN3V2dmq/f/8mX19fTkhIoLq6OjlLp9Pxw4cP+fv371xaWkq68PBwfV1dHc2ePZsDAgKoq6uLm5qa+NGjR5yVlcX37t3jTZs20fHjx7XJkyeTu7u77Ovo6OAfP36wxWLhqqoqxnNPnjxBpprNZqOWlhZ2cHCgz58/s5ubG4LnzZs3c0hICH/69Il0IyMjeqPRSIGBgVxdXU04KDg4mD09PVnTNL5w4QL7+flJJvhtb28H7PT161dOTU3l+/fvA0729/fnvXv3UnFxsewDgm/evCGUKScnhz9+/Mh3797lL1++cHFxMelMJpMekSFLQPjz5082Go2MOoSGhvKRI0d4ypQpcqCLiwsBMldXV0EIh+EFcXFxfO3aNSlJR0eHZm9vTygXIEcCfn5+bDab+d27d3zs2DGeN28e6SIjI/V6vZ7ev38vD/b39ws0OLizs5MLCwv58ePH9O3bN629vV3uExE9e/aMZ86cySCaUorT0tKEIzabTevr6yM7Ozt+//49zZ8/ny9fvsyJiYmMeiPwqVOnkrB67ty5OFh5eHiACMrBwQF/q8TERPXnzx915coVjoyMNCATTdPUq1ev2MvLS9lsNvXjxw9h7fLly9Xp06dRa8PIyAgFBwerkZERBIRf9fHjR+Xj4yMKAAo6ItIHBgYSwvXw8AA5BD5kAEKUlZXxggUL6PHjx1pXV5eQ6+XLl5SQkMAxMTHc19cn+5ubm3nSpEk0bdo0zcvLi0ZHR6EOamxs5L9//3JmZiabTCZkK+S0s1gsPoBm9uzZqqSkhLOzs5W/v796/vy5mj9/PrStrl+/DtgMKImnpycQAZPVlClT1LZt24CA6BnwZmdnG5ycnAC16N9isaja2lplMplwXxBKT09ne8ACAwFTFy9eTMj627dvKCM0TS9evKCcnByaWF++fKEPHz4gUALpIDHIo7KykqAOBBcTE0PJyclkMpmgfxANHJJ7//33HzU0NJADskXqnz9/BjGou7ubfv36RX///pUDR0dH5Z7ZbKba2lrIQ4JrbW2FZOjatWuUl5dHe/bsoZkzZ9Lg4KCcU1NTQyBramoqKaVoxYoVdPLkSbpw4QIISjpnZ2c9HnBycmJHR0fUSKS0du1akQsYiwy/fv2qIUvIDYGFh4fz0NCQsPTOnTuid+gWcgISqDtIW1tbK8y3Wq2yF7/r168n3fj4uB5wd3d340XIhIeHh+VQEGLVqlUT+hYrBJnCwsLEMpctW8YwkoGBATGSjIwMqqio0BAoSAjUoF/UGhaalJTET58+5bNnz/6TU2JiItXX10vRjUajcnV1VaOjo+rmzZvq0qVLysvLi3ft2iVygrwQNYiSk5MjMoF0UlJSFA6tqqqSfTgDtoum4uLiovLy8oSMYWFh6tevX6wzm816q9UKYkGDhJdAQpAHIoVFwoPfvn2rDQ0NgTDc2NhIkZGRIhN4MRzu3LlzPGfOHOrt7dUqKiqkFAaDQWS1cuVKLi8v5/HxcfH+zs5O0vX39+t9fX3xgFjh79+/YRaoq9QEkKelpYmOcb+hoYFBFAQFh7O3t+f6+npGS1y9erU0CbAYzoZfvBhuh+DQxcAFIOwAtkI22PTgwQORDwKBHEA6sPr79+/C1lmzZpGbm5uwFaZTX18vbA8ODqaUlBQqKCigjRs3Evo2ePH27VsgSGi76Adnzpyh9PR0+bXT6/U+oDwRofEDXtXa2qqysrKUt7e3GhgYUGD2/v37DXhpQkKC0uv1yFSMpqCgQMFuUWMQDNbq4+MDOeI6Opzq7OwUzoAfp06dUujzDhA1DKStrQ2uJNkgexgDag8bhOixII+SkhLKysoSLefn58v+lStXgvW0f/9+9G3JuKqq6v8mZLFY0NUoNDQU7ZUyMzPJHnBC0BMLsLa0tBCIhAU3QwCRkZFSAkgJhjI8PCz3Dxw4QFevXqUdO3aIc2E1NzeDXIQuBBO6fv26XAdHIDUE6ADtwr0AI+oJR8KhOBxGsWHDBoI8gAxqFhERIQghmKioKHEuZHX48GGKj48XLuAfXoqFmkItEwvWivvi1YAQXo21Zs0agRoHhoSESEAg3ETEgLaoqIiio6Np0aJFch0sP3jwoNgjyAYjwT7Aj18kB6+GlQLBrVu3kl16errP+Pg4vXz5UqElVlZWqqioKBUdHS092cnJSeXn57NerzfgZVarVUEWIA06GPaGhISoJ0+eKDje6OioATrH1BoVFYWWKf39/PnzKjc3V/X19andu3f/607YiIzRziATZFxWVkaFhYUCFTKGjwP6ie6ElZ2dLV0KUENq7u7uch3GgfPAlY6ODjkHAyMQw8IkozMajXq8EOaPOqakpMBIZNiDb2MgwBBntVo11BbOhszRSDAaDQ4OwrHE39GFysrKNIy18HJ4NXw8IiICSGCEwrDACEiGPTxgs9mk68BfMaq2tbVxbm4uBgCZj2GFMANYaVNTkzhdWFgYw9/hXJgeYSBms1lDVt7e3jJpwLWio6PFKjGxbNmyRaZUB0CNBacC9ZEVpkAwHP9HdmhjQUFBwmoEh/sgHoZAQIkMjh49Kn152bJl4lQ4B8pA0I8ePSKYCkqAhTPlSwLiBoR4GTwV5g93OXHihDSBQ4cO0fPnz7W4uDhpd5AR2iOG9qVLl8q8jP4LJMbGxjQECAKCO7hORIznkH1FRQXfvn3730APsaMjgVj43sG0iRqhqxgMBjR6ZKrBjZKTkxlTCsbfid6NvUuWLEEjkGbS09MjL0bW4AHKBq7gkwefSEKupKQkPdiIaQNwYrIsLS2VroRrmCbPnz8PVmve3t7SdTCT4VME/RdBrlu3juPj42WO7u7u1mAyqCnIii8TDACQJLoZOt6+ffvofx8nofNPkSeGAAAAAElFTkSuQmCC), linear-gradient(rgba(0, 0, 0, .329), transparent 15% 100%), radial-gradient(ellipse at bottom, #678b54, #234b39)
}

    .home__section--header:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        height: 7px;
        background-color: #668b53
    }

    .home__section--header .home__section-content {
        background-color: #2b5c46;
        border-top-left-radius: 13px;
        border-top-right-radius: 13px;
        box-shadow: 0 50px 100px #0b1611
    }

.home__section--overall,
.home__section--program-types {
    background-color: #f7f8f7
}

.home__section--overall {
    padding-bottom: 100px
}

.home__section--program-types {
    border-bottom: 1px solid #d4d4d4
}

.home__section--collection {
    background-color: #edeeec;
    border-top: 1px solid #fff
}

.home__section--map-header {
    padding-bottom: .5rem
}

.home__stats {
    display: flex;
    margin: 0 auto;
    max-width: 84rem;
    margin-top: 2.25rem
}

.home__stats-item {
    flex: 0 0 25%;
    padding: 0 1rem
}

.home__title {
    padding-top: 1rem
}

.home__title-name {
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 48px;
    line-height: 1.2;
    display: block;
    margin-bottom: .25em
}

.home__title-year {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 17px;
    font-family: Droid Sans, sans-serif;
    letter-spacing: .05em
}

.home__header {
    display: flex;
    color: #fff;
    padding: 30px
}

.home__header-content,
.home__header-title {
    flex: 0 0 50%
}

    .home__header-content > :last-child,
    .home__header-title > :last-child {
        margin-bottom: 0
    }

.home__header-content {
    max-width: 40rem
}

[data-cmap-group=increase] {
    fill: #2c6331;
    background-color: #2c6331
}

    [data-cmap-group=increase].MapSvg__background--focused,
    [data-cmap-group=increase]:hover {
        fill: #234e27
    }

[data-cmap-group=decrease] {
    fill: #95b198;
    background-color: #95b198
}

    [data-cmap-group=decrease].MapSvg__background--focused,
    [data-cmap-group=decrease]:hover {
        fill: #83a487
    }

[data-cmap-group=with] {
    fill: #2c6331;
    background-color: #2c6331
}

    [data-cmap-group=with].MapSvg__background--focused,
    [data-cmap-group=with]:hover {
        fill: #234e27
    }

[data-cmap-group=without] {
    fill: #95b198;
    background-color: #95b198
}

    [data-cmap-group=without].MapSvg__background--focused,
    [data-cmap-group=without]:hover {
        fill: #83a487
    }

[data-cmap-group=no-data] {
    fill: #7b7b7b;
    background-color: #7b7b7b
}

    [data-cmap-group=no-data].MapSvg__background--focused,
    [data-cmap-group=no-data]:hover {
        fill: #6c6c6c
    }

[data-cmap-group=range-3] {
    fill: #2c6331;
    background-color: #2c6331
}

    [data-cmap-group=range-3].MapSvg__background--focused,
    [data-cmap-group=range-3]:hover {
        fill: #234e27
    }

[data-cmap-group=range-2] {
    fill: #56825a;
    background-color: #56825a
}

    [data-cmap-group=range-2].MapSvg__background--focused,
    [data-cmap-group=range-2]:hover {
        fill: #4a704d
    }

[data-cmap-group=range-1] {
    fill: #6b926f;
    background-color: #6b926f
}

    [data-cmap-group=range-1].MapSvg__background--focused,
    [data-cmap-group=range-1]:hover {
        fill: #5e8062
    }

[data-cmap-group=range-0] {
    fill: #95b198;
    background-color: #95b198
}

    [data-cmap-group=range-0].MapSvg__background--focused,
    [data-cmap-group=range-0]:hover {
        fill: #83a487
    }
