﻿@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

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

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

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

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret, .btn > .anchor_nav__caret,
    .dropup > .btn > .caret,
    .dropup > .btn > .anchor_nav__caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    box-sizing: border-box;
}

    *:before,
    *:after {
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

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

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

.clearfix:before, .band:before, .page_section:before, .subsection--30:before, .subsection--2030:before, .odd--2030:before, .subsection--60:before, .article_meta:before, .clearfix:after, .band:after, .page_section:after, .subsection--30:after, .subsection--2030:after, .odd--2030:after, .subsection--60:after, .article_meta:after {
    content: " ";
    display: table;
}

.clearfix:after, .band:after, .page_section:after, .subsection--30:after, .subsection--2030:after, .odd--2030:after, .subsection--60:after, .article_meta:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

@font-face {
    font-family: 'icomoon';
    src: url("./../fonts/icomoon.eot?s64j5h");
    src: url("./../fonts/icomoon.eot?s64j5h#iefix") format("embedded-opentype"), url("./../fonts/icomoon.ttf?s64j5h") format("truetype"), url("./../fonts/icomoon.woff?s64j5h") format("woff"), url("./../fonts/icomoon.svg?s64j5h#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

.visually_hidden {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0px none;
    clip: rect(0px, 0px, 0px, 0px);
    margin: -1px;
    overflow: hidden;
    padding: 0px;
}

.centered_block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.jscroll-inner {
    *zoom: 1;
}

    .jscroll-inner:before, .jscroll-inner:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .jscroll-inner:after {
        clear: both;
    }

.browse-report-flex-wrapper .jscroll-inner {
    display: block;
}

    .browse-report-flex-wrapper .jscroll-inner .float_list__item.float_list__item--report {
        display: block;
        float: left;
        width: 100%;
    }

@media (min-width: 590px) and (max-width: 767px) {
    .browse-report-flex-wrapper .jscroll-inner .float_list__item.float_list__item--report {
        width: 50%;
    }

        .browse-report-flex-wrapper .jscroll-inner .float_list__item.float_list__item--report:nth-child(3) {
            width: 50%;
        }

        .browse-report-flex-wrapper .jscroll-inner .float_list__item.float_list__item--report:nth-child(2n + 1) {
            clear: left;
        }
}

@media (min-width: 768px) {
    .browse-report-flex-wrapper .jscroll-inner .float_list__item.float_list__item--report {
        width: 50%;
    }

        .browse-report-flex-wrapper .jscroll-inner .float_list__item.float_list__item--report:nth-child(3) {
            width: 50%;
        }

        .browse-report-flex-wrapper .jscroll-inner .float_list__item.float_list__item--report:nth-child(2n + 1) {
            clear: left;
        }
}

@media (min-width: 992px) {
    .browse-report-flex-wrapper .jscroll-inner .float_list__item.float_list__item--report {
        min-width: 0;
        width: 33.33333333%;
    }

        .browse-report-flex-wrapper .jscroll-inner .float_list__item.float_list__item--report:nth-child(3) {
            width: 33.33333334%;
        }

        .browse-report-flex-wrapper .jscroll-inner .float_list__item.float_list__item--report:nth-child(2n + 1) {
            clear: none;
        }

        .browse-report-flex-wrapper .jscroll-inner .float_list__item.float_list__item--report:nth-child(3n + 1) {
            clear: left;
        }
}

.jscroll-added {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
}

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

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

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

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

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.caret, .anchor_nav__caret {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #1e9ed6 transparent transparent transparent;
}

    .caret.caret--small, .caret--small.anchor_nav__caret {
        border-width: 4px 3px 0 3px;
    }

    .caret.active-caret, .active-caret.anchor_nav__caret {
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 8px 6px;
        border-color: white transparent transparent transparent;
    }

        .caret.active-caret.caret--small, .active-caret.caret--small.anchor_nav__caret {
            border-width: 0 3px 4px 3px;
        }

.caret-property {
    display: inline-block;
    width: 0;
    height: 0;
    margin-bottom: 2px;
    margin-left: 8px;
    vertical-align: middle;
    border-top: 8px dashed #1e9ed6;
    border-top: 8px solid \9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

    .caret-property.active-caret {
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 8px solid #1e9ed6;
        border-top: none;
    }

        .caret-property.active-caret.disable-caret {
            border-bottom: 8px solid #5B5B61;
        }

button, input[type="button"], input[type="reset"], input[type="submit"],
button,
a[role=button] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    transition: background-color 0.1s ease-in;
    border-radius: 0;
    -webkit-font-smoothing: antialiased;
    background-color: #1e9ed6;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Gotham A", "Gotham B", "Arial", "sans-serif";
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 11px 1em;
    margin: 0 0 0.8125em;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}

@media (min-width: 768px) {
    button, input[type="button"], input[type="reset"], input[type="submit"],
    button,
    a[role=button] {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (min-width: 992px) {
    button, input[type="button"], input[type="reset"], input[type="submit"],
    button,
    a[role=button] {
        font-size: 17px;
        line-height: 21px;
    }
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
button:hover,
a[role=button]:hover {
    background-color: #20adea;
    color: #fff;
}

button:focus, button:active, input[type="button"]:focus, input[type="button"]:active, input[type="reset"]:focus, input[type="reset"]:active, input[type="submit"]:focus, input[type="submit"]:active,
button:focus,
button:active,
a[role=button]:focus,
a[role=button]:active {
    background-color: #107fcd;
    color: #fff;
    outline: none;
}

button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
button:disabled,
a[role=button]:disabled {
    background-color: #aaaaac;
    cursor: not-allowed;
}

button.at_bottom, input[type="button"].at_bottom, input[type="reset"].at_bottom, input[type="submit"].at_bottom,
button.at_bottom,
a[role=button].at_bottom {
    margin-bottom: 0;
}

.button--alt, .cta--alt,
a[role=button].cta--alt,
a[role=button].button--alt,
a[role=button].cta--alt {
    background-color: #c18510;
    border: none;
    letter-spacing: 1px;
}

    .button--alt:hover, .cta--alt:hover,
    a[role=button].cta--alt:hover,
    a[role=button].button--alt:hover,
    a[role=button].cta--alt:hover {
        background-color: #d19114;
        border: none;
    }

    .button--alt:focus, .cta--alt:focus,
    a[role=button].cta--alt:focus, .button--alt:active, .cta--alt:active,
    a[role=button].cta--alt:active,
    a[role=button].button--alt:focus,
    a[role=button].cta--alt:focus,
    a[role=button].button--alt:active,
    a[role=button].cta--alt:active {
        background-color: #9e5507;
        border: none;
        outline: none;
    }

.cta,
a[role=button].cta {
    letter-spacing: 1px;
    border-bottom: none;
}

    .cta:after,
    a[role=button].cta:after {
        font-family: 'icomoon' !important;
        content: "\e900";
        margin-left: 10px;
        position: relative;
        bottom: 0;
        font-size: 12px;
        speak: none;
        color: #003E52;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .cta:hover,
    a[role=button].cta:hover {
        border-bottom: none;
        background-color: #20adea;
        color: #fff;
    }

    .cta:focus, .cta:active,
    a[role=button].cta:focus,
    a[role=button].cta:active {
        background-color: #107fcd;
        color: #fff;
        outline: none;
    }

    .cta:disabled,
    a[role=button].cta:disabled {
        background-color: #aaaaac;
        cursor: not-allowed;
    }

.cta--alt,
a[role=button].cta--alt {
    letter-spacing: 1px;
}

    .cta--alt:after,
    a[role=button].cta--alt:after {
        font-family: 'icomoon' !important;
        content: "\e900";
        margin-left: 10px;
        position: relative;
        bottom: 0;
        font-size: 12px;
        speak: none;
        color: #003E52;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.text_cta,
a[role=button].text_cta {
    transition: color 0.1s ease-in;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 0;
    color: #003E52;
    background-color: transparent;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    .text_cta,
    a[role=button].text_cta {
        font-size: 17px;
        line-height: 21px;
    }
}

@media (min-width: 992px) {
    .text_cta,
    a[role=button].text_cta {
        font-size: 18px;
        line-height: 22px;
    }
}

.text_cta:after,
a[role=button].text_cta:after {
    font-family: 'icomoon' !important;
    content: "\e900";
    margin-left: 10px;
    position: relative;
    bottom: 0;
    font-size: 12px;
    speak: none;
    color: #1e9ed6;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.text_cta:hover,
a[role=button].text_cta:hover {
    color: #1e9ed6;
}

.text_cta:focus, .text_cta:active,
a[role=button].text_cta:focus,
a[role=button].text_cta:active {
    color: #003E52;
    outline: none;
}

    .text_cta:focus:after, .text_cta:active:after,
    a[role=button].text_cta:focus:after,
    a[role=button].text_cta:active:after {
        border-color: transparent transparent transparent #003E52;
    }

.text_cta.is_disabled,
a[role=button].text_cta.is_disabled {
    color: #aaaaac;
    border: none;
    cursor: not-allowed;
}

    .text_cta.is_disabled:after,
    a[role=button].text_cta.is_disabled:after {
        border-color: transparent transparent transparent #aaaaac;
    }

    .text_cta.is_disabled:hover,
    a[role=button].text_cta.is_disabled:hover {
        color: #aaaaac;
    }

    .text_cta.is_disabled:focus, .text_cta.is_disabled:active,
    a[role=button].text_cta.is_disabled:focus,
    a[role=button].text_cta.is_disabled:active {
        color: #aaaaac;
    }

.bg-orange .text_cta,
.bg-orange .text_cta--secondary,
.bg-orange a[role=button].text_cta,
.bg-orange a[role=button].text_cta--secondary,
.bg-medium-blue .text_cta,
.bg-medium-blue .text_cta--secondary,
.bg-medium-blue a[role=button].text_cta,
.bg-medium-blue a[role=button].text_cta--secondary {
    transition: color 0.1s ease-in;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 0;
    color: white;
    background-color: transparent;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    .bg-orange .text_cta,
    .bg-orange .text_cta--secondary,
    .bg-orange a[role=button].text_cta,
    .bg-orange a[role=button].text_cta--secondary,
    .bg-medium-blue .text_cta,
    .bg-medium-blue .text_cta--secondary,
    .bg-medium-blue a[role=button].text_cta,
    .bg-medium-blue a[role=button].text_cta--secondary {
        font-size: 17px;
        line-height: 21px;
    }
}

@media (min-width: 992px) {
    .bg-orange .text_cta,
    .bg-orange .text_cta--secondary,
    .bg-orange a[role=button].text_cta,
    .bg-orange a[role=button].text_cta--secondary,
    .bg-medium-blue .text_cta,
    .bg-medium-blue .text_cta--secondary,
    .bg-medium-blue a[role=button].text_cta,
    .bg-medium-blue a[role=button].text_cta--secondary {
        font-size: 18px;
        line-height: 22px;
    }
}

.bg-orange .text_cta:after,
.bg-orange .text_cta--secondary:after,
.bg-orange a[role=button].text_cta:after,
.bg-orange a[role=button].text_cta--secondary:after,
.bg-medium-blue .text_cta:after,
.bg-medium-blue .text_cta--secondary:after,
.bg-medium-blue a[role=button].text_cta:after,
.bg-medium-blue a[role=button].text_cta--secondary:after {
    font-family: 'icomoon' !important;
    content: "\e900";
    margin-left: 10px;
    position: relative;
    bottom: 0;
    font-size: 12px;
    speak: none;
    color: #003E52;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bg-orange .text_cta:hover,
.bg-orange .text_cta--secondary:hover,
.bg-orange a[role=button].text_cta:hover,
.bg-orange a[role=button].text_cta--secondary:hover,
.bg-medium-blue .text_cta:hover,
.bg-medium-blue .text_cta--secondary:hover,
.bg-medium-blue a[role=button].text_cta:hover,
.bg-medium-blue a[role=button].text_cta--secondary:hover {
    color: #003E52;
}

.bg-orange .text_cta:focus, .bg-orange .text_cta:active,
.bg-orange .text_cta--secondary:focus,
.bg-orange .text_cta--secondary:active,
.bg-orange a[role=button].text_cta:focus,
.bg-orange a[role=button].text_cta:active,
.bg-orange a[role=button].text_cta--secondary:focus,
.bg-orange a[role=button].text_cta--secondary:active,
.bg-medium-blue .text_cta:focus,
.bg-medium-blue .text_cta:active,
.bg-medium-blue .text_cta--secondary:focus,
.bg-medium-blue .text_cta--secondary:active,
.bg-medium-blue a[role=button].text_cta:focus,
.bg-medium-blue a[role=button].text_cta:active,
.bg-medium-blue a[role=button].text_cta--secondary:focus,
.bg-medium-blue a[role=button].text_cta--secondary:active {
    color: white;
    outline: none;
}

    .bg-orange .text_cta:focus:after, .bg-orange .text_cta:active:after,
    .bg-orange .text_cta--secondary:focus:after,
    .bg-orange .text_cta--secondary:active:after,
    .bg-orange a[role=button].text_cta:focus:after,
    .bg-orange a[role=button].text_cta:active:after,
    .bg-orange a[role=button].text_cta--secondary:focus:after,
    .bg-orange a[role=button].text_cta--secondary:active:after,
    .bg-medium-blue .text_cta:focus:after,
    .bg-medium-blue .text_cta:active:after,
    .bg-medium-blue .text_cta--secondary:focus:after,
    .bg-medium-blue .text_cta--secondary:active:after,
    .bg-medium-blue a[role=button].text_cta:focus:after,
    .bg-medium-blue a[role=button].text_cta:active:after,
    .bg-medium-blue a[role=button].text_cta--secondary:focus:after,
    .bg-medium-blue a[role=button].text_cta--secondary:active:after {
        border-color: transparent transparent transparent white;
    }

.bg-orange .text_cta.is_disabled,
.bg-orange .text_cta--secondary.is_disabled,
.bg-orange a[role=button].text_cta.is_disabled,
.bg-orange a[role=button].text_cta--secondary.is_disabled,
.bg-medium-blue .text_cta.is_disabled,
.bg-medium-blue .text_cta--secondary.is_disabled,
.bg-medium-blue a[role=button].text_cta.is_disabled,
.bg-medium-blue a[role=button].text_cta--secondary.is_disabled {
    color: #aaaaac;
    border: none;
    cursor: not-allowed;
}

    .bg-orange .text_cta.is_disabled:after,
    .bg-orange .text_cta--secondary.is_disabled:after,
    .bg-orange a[role=button].text_cta.is_disabled:after,
    .bg-orange a[role=button].text_cta--secondary.is_disabled:after,
    .bg-medium-blue .text_cta.is_disabled:after,
    .bg-medium-blue .text_cta--secondary.is_disabled:after,
    .bg-medium-blue a[role=button].text_cta.is_disabled:after,
    .bg-medium-blue a[role=button].text_cta--secondary.is_disabled:after {
        border-color: transparent transparent transparent #aaaaac;
    }

    .bg-orange .text_cta.is_disabled:hover,
    .bg-orange .text_cta--secondary.is_disabled:hover,
    .bg-orange a[role=button].text_cta.is_disabled:hover,
    .bg-orange a[role=button].text_cta--secondary.is_disabled:hover,
    .bg-medium-blue .text_cta.is_disabled:hover,
    .bg-medium-blue .text_cta--secondary.is_disabled:hover,
    .bg-medium-blue a[role=button].text_cta.is_disabled:hover,
    .bg-medium-blue a[role=button].text_cta--secondary.is_disabled:hover {
        color: #aaaaac;
    }

    .bg-orange .text_cta.is_disabled:focus, .bg-orange .text_cta.is_disabled:active,
    .bg-orange .text_cta--secondary.is_disabled:focus,
    .bg-orange .text_cta--secondary.is_disabled:active,
    .bg-orange a[role=button].text_cta.is_disabled:focus,
    .bg-orange a[role=button].text_cta.is_disabled:active,
    .bg-orange a[role=button].text_cta--secondary.is_disabled:focus,
    .bg-orange a[role=button].text_cta--secondary.is_disabled:active,
    .bg-medium-blue .text_cta.is_disabled:focus,
    .bg-medium-blue .text_cta.is_disabled:active,
    .bg-medium-blue .text_cta--secondary.is_disabled:focus,
    .bg-medium-blue .text_cta--secondary.is_disabled:active,
    .bg-medium-blue a[role=button].text_cta.is_disabled:focus,
    .bg-medium-blue a[role=button].text_cta.is_disabled:active,
    .bg-medium-blue a[role=button].text_cta--secondary.is_disabled:focus,
    .bg-medium-blue a[role=button].text_cta--secondary.is_disabled:active {
        color: #aaaaac;
    }

.bg-dark-blue .text_cta,
.bg-dark-blue .text_cta--secondary,
.bg-dark-blue a[role=button].text_cta,
.bg-dark-blue a[role=button].text_cta--secondary {
    transition: color 0.1s ease-in;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 0;
    color: white;
    background-color: transparent;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    .bg-dark-blue .text_cta,
    .bg-dark-blue .text_cta--secondary,
    .bg-dark-blue a[role=button].text_cta,
    .bg-dark-blue a[role=button].text_cta--secondary {
        font-size: 17px;
        line-height: 21px;
    }
}

@media (min-width: 992px) {
    .bg-dark-blue .text_cta,
    .bg-dark-blue .text_cta--secondary,
    .bg-dark-blue a[role=button].text_cta,
    .bg-dark-blue a[role=button].text_cta--secondary {
        font-size: 18px;
        line-height: 22px;
    }
}

.bg-dark-blue .text_cta:after,
.bg-dark-blue .text_cta--secondary:after,
.bg-dark-blue a[role=button].text_cta:after,
.bg-dark-blue a[role=button].text_cta--secondary:after {
    font-family: 'icomoon' !important;
    content: "\e900";
    margin-left: 10px;
    position: relative;
    bottom: 0;
    font-size: 12px;
    speak: none;
    color: #c18510;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bg-dark-blue .text_cta:hover,
.bg-dark-blue .text_cta--secondary:hover,
.bg-dark-blue a[role=button].text_cta:hover,
.bg-dark-blue a[role=button].text_cta--secondary:hover {
    color: #c18510;
}

.bg-dark-blue .text_cta:focus, .bg-dark-blue .text_cta:active,
.bg-dark-blue .text_cta--secondary:focus,
.bg-dark-blue .text_cta--secondary:active,
.bg-dark-blue a[role=button].text_cta:focus,
.bg-dark-blue a[role=button].text_cta:active,
.bg-dark-blue a[role=button].text_cta--secondary:focus,
.bg-dark-blue a[role=button].text_cta--secondary:active {
    color: white;
    outline: none;
}

    .bg-dark-blue .text_cta:focus:after, .bg-dark-blue .text_cta:active:after,
    .bg-dark-blue .text_cta--secondary:focus:after,
    .bg-dark-blue .text_cta--secondary:active:after,
    .bg-dark-blue a[role=button].text_cta:focus:after,
    .bg-dark-blue a[role=button].text_cta:active:after,
    .bg-dark-blue a[role=button].text_cta--secondary:focus:after,
    .bg-dark-blue a[role=button].text_cta--secondary:active:after {
        border-color: transparent transparent transparent white;
    }

.bg-dark-blue .text_cta.is_disabled,
.bg-dark-blue .text_cta--secondary.is_disabled,
.bg-dark-blue a[role=button].text_cta.is_disabled,
.bg-dark-blue a[role=button].text_cta--secondary.is_disabled {
    color: #aaaaac;
    border: none;
    cursor: not-allowed;
}

    .bg-dark-blue .text_cta.is_disabled:after,
    .bg-dark-blue .text_cta--secondary.is_disabled:after,
    .bg-dark-blue a[role=button].text_cta.is_disabled:after,
    .bg-dark-blue a[role=button].text_cta--secondary.is_disabled:after {
        border-color: transparent transparent transparent #aaaaac;
    }

    .bg-dark-blue .text_cta.is_disabled:hover,
    .bg-dark-blue .text_cta--secondary.is_disabled:hover,
    .bg-dark-blue a[role=button].text_cta.is_disabled:hover,
    .bg-dark-blue a[role=button].text_cta--secondary.is_disabled:hover {
        color: #aaaaac;
    }

    .bg-dark-blue .text_cta.is_disabled:focus, .bg-dark-blue .text_cta.is_disabled:active,
    .bg-dark-blue .text_cta--secondary.is_disabled:focus,
    .bg-dark-blue .text_cta--secondary.is_disabled:active,
    .bg-dark-blue a[role=button].text_cta.is_disabled:focus,
    .bg-dark-blue a[role=button].text_cta.is_disabled:active,
    .bg-dark-blue a[role=button].text_cta--secondary.is_disabled:focus,
    .bg-dark-blue a[role=button].text_cta--secondary.is_disabled:active {
        color: #aaaaac;
    }

.text_cta--secondary,
a[role=button].text_cta--secondary {
    transition: color 0.1s ease-in;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 0;
    color: #003E52;
    background-color: transparent;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    .text_cta--secondary,
    a[role=button].text_cta--secondary {
        font-size: 17px;
        line-height: 21px;
    }
}

@media (min-width: 992px) {
    .text_cta--secondary,
    a[role=button].text_cta--secondary {
        font-size: 18px;
        line-height: 22px;
    }
}

.text_cta--secondary:after,
a[role=button].text_cta--secondary:after {
    font-family: 'icomoon' !important;
    content: "\e900";
    margin-left: 10px;
    position: relative;
    bottom: 0;
    font-size: 12px;
    speak: none;
    color: #c18510;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.text_cta--secondary:hover,
a[role=button].text_cta--secondary:hover {
    color: #c18510;
}

.text_cta--secondary:focus, .text_cta--secondary:active,
a[role=button].text_cta--secondary:focus,
a[role=button].text_cta--secondary:active {
    color: #003E52;
    outline: none;
}

    .text_cta--secondary:focus:after, .text_cta--secondary:active:after,
    a[role=button].text_cta--secondary:focus:after,
    a[role=button].text_cta--secondary:active:after {
        border-color: transparent transparent transparent #003E52;
    }

.text_cta--secondary.is_disabled,
a[role=button].text_cta--secondary.is_disabled {
    color: #aaaaac;
    border: none;
    cursor: not-allowed;
}

    .text_cta--secondary.is_disabled:after,
    a[role=button].text_cta--secondary.is_disabled:after {
        border-color: transparent transparent transparent #aaaaac;
    }

    .text_cta--secondary.is_disabled:hover,
    a[role=button].text_cta--secondary.is_disabled:hover {
        color: #aaaaac;
    }

    .text_cta--secondary.is_disabled:focus, .text_cta--secondary.is_disabled:active,
    a[role=button].text_cta--secondary.is_disabled:focus,
    a[role=button].text_cta--secondary.is_disabled:active {
        color: #aaaaac;
    }

fieldset {
    margin: 0 0 0.8125em;
    padding: 1.625em;
    border: none;
}

input,
label,
select,
legend {
    display: block;
    font-family: "Gotham A", "Gotham B", "Arial", "sans-serif";
    font-size: 1em;
}

legend {
    font-weight: 500;
    text-transform: uppercase;
}

label, legend {
    color: #003E52;
    margin-bottom: 0.40625em;
    font-size: 0.9375em;
    line-height: 1;
}

@media (min-width: 992px) {
    label, legend {
        font-size: 1em;
    }
}

label.required::after, legend.required::after {
    content: "*";
}

label.optional::after, legend.optional::after {
    content: " (optional)";
    text-transform: none;
    font-weight: 400;
}

label abbr, legend abbr {
    display: none;
}

legend {
    border-bottom: none;
}

div[role=radiogroup] label {
    display: inline;
    color: #1e9ed6;
    margin-right: 2em;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple],
textarea {
    color: #424246;
    background-color: #deecf8;
    border: 1px solid #1e9ed6;
    border-radius: 0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    font-family: "Gotham A", "Gotham B", "Arial", "sans-serif";
    font-weight: 400;
    font-size: 1.125em;
    margin-bottom: 0.8125em;
    padding: 0 10px;
    height: 40px;
    transition: border-color;
    width: 100%;
}

    input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
    select[multiple=multiple]:hover,
    textarea:hover {
        border-color: #003E52;
    }

    input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
    select[multiple=multiple]:focus,
    textarea:focus {
        background-color: transparent;
        border-color: #1e9ed6;
        outline: none;
    }

    input[type="color"].error, input[type="date"].error, input[type="datetime"].error, input[type="datetime-local"].error, input[type="email"].error, input[type="month"].error, input[type="number"].error, input[type="password"].error, input[type="search"].error, input[type="tel"].error, input[type="text"].error, input[type="time"].error, input[type="url"].error, input[type="week"].error, input:not([type]).error, textarea.error,
    select[multiple=multiple].error,
    textarea.error ,select.error{
        border-color: #c18510;
        background-color: #f3e7cf;
        margin-bottom: 12px;
    }

    input[type="color"].at_bottom, input[type="date"].at_bottom, input[type="datetime"].at_bottom, input[type="datetime-local"].at_bottom, input[type="email"].at_bottom, input[type="month"].at_bottom, input[type="number"].at_bottom, input[type="password"].at_bottom, input[type="search"].at_bottom, input[type="tel"].at_bottom, input[type="text"].at_bottom, input[type="time"].at_bottom, input[type="url"].at_bottom, input[type="week"].at_bottom, input:not([type]).at_bottom, textarea.at_bottom,
    select[multiple=multiple].at_bottom,
    textarea.at_bottom {
        margin-bottom: 0;
    }

@media (min-width: 992px) {
    .datepicker {
        display: table;
        width: 100%;
    }
}

.datepicker_label {
    display: inline;
    text-transform: none;
    font-weight: 400;
}

@media (min-width: 992px) {
    .datepicker_label {
        display: table-cell;
        padding-right: 5px;
    }
}

.datepicker_input {
    cursor: pointer;
    background: url("./../img/calendar.png") center right 5px no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 992px) {
    .datepicker_input {
        display: table-cell;
    }
}

form.form--negative input[type="color"], form.form--negative input[type="date"], form.form--negative input[type="datetime"], form.form--negative input[type="datetime-local"], form.form--negative input[type="email"], form.form--negative input[type="month"], form.form--negative input[type="number"], form.form--negative input[type="password"], form.form--negative input[type="search"], form.form--negative input[type="tel"], form.form--negative input[type="text"], form.form--negative input[type="time"], form.form--negative input[type="url"], form.form--negative input[type="week"], form.form--negative input:not([type]), form.form--negative textarea,
form.form--negative select[multiple=multiple],
form.form--negative textarea {
    color: white;
    background-color: #000f1a;
}

    form.form--negative input[type="color"]:hover, form.form--negative input[type="date"]:hover, form.form--negative input[type="datetime"]:hover, form.form--negative input[type="datetime-local"]:hover, form.form--negative input[type="email"]:hover, form.form--negative input[type="month"]:hover, form.form--negative input[type="number"]:hover, form.form--negative input[type="password"]:hover, form.form--negative input[type="search"]:hover, form.form--negative input[type="tel"]:hover, form.form--negative input[type="text"]:hover, form.form--negative input[type="time"]:hover, form.form--negative input[type="url"]:hover, form.form--negative input[type="week"]:hover, form.form--negative input:not([type]):hover, form.form--negative textarea:hover,
    form.form--negative select[multiple=multiple]:hover,
    form.form--negative textarea:hover {
        border-color: #008bb8;
    }

form.form--negative label {
    color: white;
}

textarea {
    resize: vertical;
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.search_group {
    display: table;
    width: 100%;
}

input[type='search'].search_group__input {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    border-right: none;
}

.search_group__button {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 40px;
}

    .search_group__button button {
        height: 40px;
        width: 40px;
        background: #1e9ed6 url("../img/search.png") center no-repeat;
        background-size: 17px 17px;
        margin: 0;
    }

        .search_group__button button:hover {
            background-color: rgba(30, 158, 214, 0.8);
        }

input[type="checkbox"],
input[type="radio"] {
    display: inline;
    margin-right: 0.40625em;
}

input[type="file"] {
    padding-bottom: 0.8125em;
    width: 100%;
}

select {
    margin-bottom: 1.625em;
    max-width: 100%;
    width: auto;
}

.error {
    color: #c18510;
}

/*
 *  Custom radio styles
 *
 * * * * * * * * * * * * * * * * * * * * * * * * */
/*input[type="radio"] + span::before {
    box-sizing: border-box;
    background: #deecf8;
    cursor: pointer;
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: -10px;
    border-radius: 16px;
    border: 6px solid #deecf8;
    box-shadow: 0 0 0 1px #1e9ed6;
    margin-right: 0.75em;
    transition: all 0.15s ease;
}*/

input[type="radio"]:checked + span::before {
    background: #1e9ed6;
    box-shadow: 0 0 0 1px #1e9ed6;
}

input[type="radio"]:focus + span::before,
input[type="radio"]:hover + span::before {
    box-shadow: 0 0 0 1px #003E52;
}

/* Custom dropdown */
.custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-width: 100%;
}

    .custom-dropdown + .custom-dropdown {
        margin-top: 20px;
    }

@media (min-width: 768px) {
    .custom-dropdown + .custom-dropdown {
        margin-top: 20px;
    }
}

.custom-dropdown select {
    background-color: #deecf8;
    font-size: 1em;
    padding: 5px 50px 5px 10px;
    color: #003E52;
    border: 1px solid #1e9ed6;
    margin: 0;
    border-radius: 0px;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance: button;
    /* hide default arrow in chrome OSX */
    width: 100%;
    cursor: pointer;
}

@media screen and (min-width: 0\0) {
    .custom-dropdown select {
        padding-right: 15px;
    }
}

.custom-dropdown select:focus::-ms-value {
    background-color: transparent;
    /*make the select background transparent in ie */
    color: white;
}

.custom-dropdown select:focus::-ms-value {
    background-color: transparent;
    color: #003E52;
}

.custom-dropdown select::-ms-expand {
    display: none;
}

.custom-dropdown::before,
.custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.custom-dropdown::after {
    /*  Custom dropdown arrow */
    line-height: 1;
    right: 12px;
    top: 70%;
    margin-top: -.65em;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 8px dashed #003E52;
    border-top: 8px solid \9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    color: #003E52;
}

@media screen and (min-width: 0\0) {
    .custom-dropdown::after {
        border: none !important;
        -moz-appearance: none;
        -webkit-appearance: none;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .custom-dropdown::after {
        line-height: 1;
        right: 12px;
        top: 70%;
        margin-top: -.65em;
        display: inline-block;
        width: 0;
        height: 0;
        vertical-align: middle;
        border-top: 8px dashed #003E52 !important;
        border-top: 8px solid \9;
        border-right: 6px solid transparent !important;
        border-left: 6px solid transparent !important;
        color: #003E52;
    }
}

.custom-dropdown:hover::after {
    border-top: 8px dashed #1e9ed6;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .custom-dropdown:hover::after {
        border-top: 8px dashed #1e9ed6 !important;
    }
}

.custom-dropdown::before {
    /*  Custom dropdown arrow cover */
    width: 2.4em;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0px;
    background-color: white;
    border: 1px solid #1e9ed6;
}

@media screen and (min-width: 0\0) {
    .custom-dropdown::before {
        border: none !important;
        width: auto;
        -moz-appearance: none;
        -webkit-appearance: none;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .custom-dropdown::before {
        width: 2.4em;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0px !important;
        background-color: white;
        border: 1px solid #1e9ed6 !important;
    }
}

/*--------------------Custom Checkboxes----------------*/
/*-----------------------------------------------------*/
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding: 2px 0 0 35px;
        cursor: pointer;
        font-size: 1em;
        line-height: 1.625;
        text-transform: capitalize;
        font-weight: normal;
    }

        /* checkbox aspect */
        [type="checkbox"]:not(:checked) + label:before,
        [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 2px;
            width: 25px;
            height: 25px;
            border: 1px solid #1e9ed6;
            background: #deecf8;
        }

        /* checked mark aspect */
        [type="checkbox"]:not(:checked) + label:after,
        [type="checkbox"]:checked + label:after {
            content: '\00d7';
            position: absolute;
            top: 5px;
            left: 5px;
            font-size: 26px;
            line-height: 0.8;
            color: #1e9ed6;
            transition: all .2s;
        }

        /* checked mark aspect changes */
        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
        }

        [type="checkbox"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}

/* accessibility */
[type="checkbox"]:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    background-color: #deecf8;
    border-color: #1e9ed6;
    outline: none;
}

[type="checkbox"]:checked:focus + label:before {
    background-color: white;
    border-color: #1e9ed6;
    outline: none;
}

[type="checkbox"]:checked + label:before {
    background: white;
}

/* hover style just for information */
label:hover:before {
    border: 1px solid #4778d9 !important;
}

.checkbox-outer-wrapper {
    display: inline-block;
}

    .checkbox-outer-wrapper:nth-child(2) {
        padding-right: 20px;
    }

    .checkbox-outer-wrapper.checkbox-outer-wrapper--default {
        width: 48%;
    }

@media (min-width: 992px) {
    .checkbox-outer-wrapper.checkbox-outer-wrapper--default {
        width: auto;
        padding-right: 40px;
    }
}

@media (min-width: 992px) {
    .checkbox-outer-wrapper.checkbox-outer-wrapper--default:nth-child(2) {
        width: auto;
        padding-right: 40px;
    }
}

.checkbox-outer-wrapper .checkbox-wrapper {
    display: block;
    margin-top: 0;
}

    .checkbox-outer-wrapper .checkbox-wrapper:nth-child(2) {
        margin-top: 12px;
    }

@media (min-width: 768px) {
    .checkbox-outer-wrapper .checkbox-wrapper:nth-child(2) {
        margin-top: 20px;
    }
}

legend {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    legend {
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    legend {
        margin-bottom: 20px;
    }
}

.sticky {
    position: fixed !important;
    width: 100%;
    padding-top: 0 !important;
    z-index: 1;
    top: 0 !important;
}

.stickyHeight {
    padding-top: 569.625px;
}

@media (min-width: 768px) {
    #sort-filters {
        float: right;
    }
}

/*
 *
 *  Form layout
 *
 */
.form_group {
    position: relative;
    max-width: 510px;
    padding: 0;
    margin-bottom: 26px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .form_group {
        margin-bottom: 40px;
    }
}

.form_group a {
    line-height: 1;
}

@media (min-width: 992px) {
    .form_group--no_max {
        max-width: none;
    }
}

/*
 *
 *  Input Fields Browse_reports
 *
 */
.bg-highlight-blue input[type="password"]:focus, .bg-highlight-blue input[type="email"]:focus {
    background: white;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    margin-bottom: 1.625em;
    padding: 0;
}

    ul.ul--body,
    ol.ul--body {
        list-style-type: disc;
        margin-bottom: 0.8125em;
        padding-left: 1.625em;
    }

li {
    font-size: 16px;
    line-height: 1.625;
}

@media (min-width: 768px) {
    li {
        font-size: 17px;
        line-height: 26px;
    }
}

@media (min-width: 992px) {
    li {
        font-size: 17px;
        line-height: 28px;
    }
}

.ul--body li {
    margin-bottom: 22px;
    font-size: 1em;
    line-height: 1.625;
}

@media (min-width: 768px) {
    .ul--body li {
        font-size: 1.0625em;
        line-height: 26px;
    }
}

@media (min-width: 992px) {
    .ul--body li {
        font-size: 1.125em;
        line-height: 28px;
    }
}

dl {
    margin-bottom: 0.8125em;
}

    dl dt {
        font-weight: bold;
        margin-top: 0.8125em;
    }

    dl dd {
        margin: 0;
    }

.link_list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    margin-bottom: 20px;
}

    .link_list li {
        margin-bottom: 14px;
    }

@media (min-width: 768px) {
    .link_list li {
        margin-bottom: 15px;
    }
}

.link_list a {
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
}

@media (min-width: 768px) {
    .link_list a {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 992px) {
    .link_list a {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (min-width: 590px) and (max-width: 767px) {
    .link_list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .link_list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .link_list {
        margin-bottom: 43px;
    }
}

.factoid_list li {
    margin-bottom: 22px;
}

table {
    -webkit-font-feature-settings: "kern", "liga", "tnum";
    -ms-font-feature-settings: "kern", "liga", "tnum";
    font-feature-settings: "kern", "liga", "tnum";
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

.table_container {
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    .table_container {
        margin-bottom: 52px;
    }
}

@media (min-width: 992px) {
    .table_container {
        margin-bottom: 52px;
    }
}

th {
    font-size: 15px;
    border-bottom: 1px solid #1e9ed6;
    border-left: 1px solid #1e9ed6;
    background: #deecf8;
    text-transform: uppercase;
    font-weight: 500;
    color: #003E52;
    padding: 0.8125em;
    text-align: left;
}

@media (min-width: 590px) and (max-width: 767px) {
    th {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    th {
        font-size: 16px;
    }
}

th:first-child {
    border-left: 1px solid transparent;
}

td {
    font-size: 15px;
    border-bottom: 1px solid #1e9ed6;
    border-left: 1px solid #1e9ed6;
    padding: 8px 0.8125em;
}

@media (min-width: 590px) and (max-width: 767px) {
    td {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    td {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    td {
        padding: 0.8125em;
    }
}

td:first-child {
    border-left: 1px solid transparent;
    font-weight: 500;
    color: #4C748E;
}

tr,
td,
th {
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    table.responsive {
        margin-bottom: 0;
    }

    .pinned {
        box-sizing: content-box;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 35%;
        overflow: hidden;
        overflow-x: scroll;
        border-right: 1px solid #1e9ed6;
    }

        .pinned table {
            border-right: none;
            border-left: none;
            width: 100%;
        }

            .pinned table th, .pinned table td {
                white-space: nowrap;
            }

        .pinned td:last-child {
            border-bottom: 0;
        }

    div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: 1px dashed #ccc;
    }

        div.table-wrapper div.scrollable table {
            margin-left: 35%;
        }

        div.table-wrapper div.scrollable {
            overflow: scroll;
            overflow-y: hidden;
        }

    table.responsive td, table.responsive th {
        position: relative;
        white-space: nowrap;
        overflow: hidden;
    }

        table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
            display: none;
        }
}

html {
    font-size: 16px;
}

body {
    -webkit-font-feature-settings: "kern", "liga", "pnum";
    -ms-font-feature-settings: "kern", "liga", "pnum";
    font-feature-settings: "kern", "liga", "pnum";
    -webkit-font-smoothing: antialiased;
    color: #55565A;
    font-family: "Gotham A", "Gotham B", "Arial", "sans-serif";
    font-size: 1em;
    line-height: 1.625;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Gotham A", "Gotham B", "Arial", "sans-serif";
    color: #003E52;
    font-size: 1em;
    line-height: 1.2;
    margin: 0 0 0.40625em;
}

.bg-dark-blue h1,
.bg-dark-blue h2,
.bg-dark-blue h3,
.bg-dark-blue h4,
.bg-dark-blue h5,
.bg-dark-blue h6 {
    color: white;
}

.heading--list {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #808083;
    border-bottom: 2px solid #deecf8;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .heading--list {
        font-size: 17px;
        line-height: 23px;
    }
}

@media (min-width: 992px) {
    .heading--list {
        font-size: 18px;
        line-height: 15px;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
}

b,
strong {
    color: #003E52;
    font-weight: 500;
}

p,
.p {
    font-size: 1em;
    line-height: 1.625;
    font-weight: 400;
    margin: 0 0 24px;
}

@media (min-width: 768px) {
    p,
    .p {
        font-size: 1.0625em;
        line-height: 26px;
    }
}

@media (min-width: 992px) {
    p,
    .p {
        font-size: 1.125em;
        line-height: 28px;
    }
}

.intro {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}

@media (min-width: 768px) {
    .intro {
        font-size: 21px;
        line-height: 30px;
    }
}

@media (min-width: 992px) {
    .intro {
        font-size: 26px;
        line-height: 36px;
    }
}

h1 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
}

@media (min-width: 768px) {
    h1 {
        font-size: 36px;
        line-height: 50px;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 48px;
        line-height: 60px;
    }
}

.h1--boxy {
    display: inline-block;
    color: #c18510;
    border: 1px solid #c18510;
    padding: 2px 10px 5px;
    margin: 7px 0;
    line-height: 30px;
}

@media (min-width: 768px) {
    .h1--boxy {
        margin: 5px 0;
        line-height: 40px;
        padding: 2px 10px 6px;
    }
}

@media (min-width: 992px) {
    .h1--boxy {
        margin: 7px 0;
        line-height: 50px;
        padding: 2px 10px 9px;
    }
}

.h3--boxy {
    display: inline-block;
    color: #c18510;
    border: 1px solid #c18510;
    padding: 2px 10px 6px;
    margin: 7px 0;
    line-height: 30px;
}

@media (min-width: 768px) {
    .h3--boxy {
        border-size: 2px;
        margin: 14px 0;
        line-height: 42px;
    }
}

@media (min-width: 992px) {
    .h3--boxy {
        margin: 10px 0;
        line-height: 60px;
    }
}

h2,
.h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
}

@media (min-width: 768px) {
    h2,
    .h2 {
        font-size: 42px;
        line-height: 50px;
        font-weight: 300;
    }
}

@media (min-width: 992px) {
    h2,
    .h2 {
        font-size: 58px;
        line-height: 70px;
    }
}

.h2--body {
    color: #c18510;
}

.section_heading__title,
.callout__heading {
    font-size: 21px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    .section_heading__title,
    .callout__heading {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (min-width: 992px) {
    .section_heading__title,
    .callout__heading {
        font-size: 32px;
        line-height: 42px;
    }
}

h2.h2--boxy-accent {
    display: inline-block;
    color: #1e9ed6;
    border: 2px solid #1e9ed6;
    padding: 0 0.325em;
}

h3,
.h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
}

@media (min-width: 768px) {
    h3,
    .h3 {
        font-size: 34px;
        line-height: 39px;
    }
}

@media (min-width: 992px) {
    h3,
    .h3 {
        font-size: 44px;
        line-height: 48px;
    }
}

.subsection_heading {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

@media (min-width: 768px) {
    .subsection_heading {
        font-size: 17px;
        line-height: 23px;
    }
}

@media (min-width: 992px) {
    .subsection_heading {
        font-size: 18px;
        line-height: 24px;
    }
}

h4,
.h4 {
    font-size: 19px;
    line-height: 24px;
    font-weight: 400;
}

@media (min-width: 768px) {
    h4,
    .h4 {
        font-size: 26px;
        line-height: 31px;
    }
}

@media (min-width: 992px) {
    h4,
    .h4 {
        font-size: 32px;
        line-height: 36px;
    }
}

.heading--factoid {
    color: #c18510;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .heading--factoid {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 992px) {
    .heading--factoid {
        font-size: 20px;
        line-height: 26px;
    }
}

.heading--table {
    color: #c18510;
}

h5,
.h5 {
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
}

@media (min-width: 768px) {
    h5,
    .h5 {
        font-size: 21px;
        line-height: 30px;
    }
}

@media (min-width: 992px) {
    h5,
    .h5 {
        font-size: 26px;
        line-height: 36px;
    }
}

h6,
.h6,
.h2--body {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    h6,
    .h6,
    .h2--body {
        font-size: 20px;
        line-height: 26px;
    }
}

.h6--orange {
    color: #c18510;
}

.tile__location h6 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .tile__location h6 {
        font-size: 17px;
        line-height: 23px;
    }
}

@media (min-width: 992px) {
    .tile__location h6 {
        font-size: 18px;
        line-height: 24px;
    }
}

small {
    font-size: 0.875em;
    line-height: 20px;
    display: inline-block;
    font-weight: 400;
}

@media (min-width: 768px) {
    small {
        font-size: 0.9375em;
    }
}

a {
    color: #1e9ed6;
    border-bottom: 1px dotted transparent;
    text-decoration: none;
    font-weight: 500;
    transition: border-color 0.1s ease-in, color 0.1s ease-in;
}

    a:hover {
        color: #1e9ed6;
        border-bottom-color: #1e9ed6;
    }

    a:active, a:focus {
        outline: none;
        color: #107fcd;
        border-bottom-color: #107fcd;
    }

    a.p {
        margin: 0;
    }

    a:hover {
        text-decoration: none;
    }

    a:active, a:focus {
        text-decoration: none;
    }

    a.is_inactive {
        color: #aaaaac;
        cursor: default;
    }

        a.is_inactive:hover {
            color: #aaaaac;
            border-bottom-color: transparent;
        }

        a.is_inactive:active, a.is_inactive:focus {
            color: #aaaaac;
            border-bottom-color: transparent;
        }

    a small {
        display: inline;
        font-weight: 500;
        line-height: 1;
    }

@media (min-width: 768px) {
    a.phone-number {
        font-weight: 400;
        border-bottom: none;
    }

        a.phone-number:hover {
            border-bottom: none;
            border-bottom-color: transparent !important;
        }
}

.link--secondary {
    color: #c18510;
    border-bottom: 1px dotted transparent;
}

    .link--secondary:hover {
        color: #c18510;
        border-bottom-color: #c18510;
    }

    .link--secondary:active, .link--secondary:focus {
        outline: none;
        color: #9e5507;
        border-bottom-color: #9e5507;
    }

.band--dark_blue a {
    color: white;
    border-bottom: 1px dotted transparent;
}

    .band--dark_blue a:hover {
        color: white;
        border-bottom-color: white;
    }

    .band--dark_blue a:active, .band--dark_blue a:focus {
        outline: none;
        color: #000f1a;
        border-bottom-color: #000f1a;
    }

    .band--dark_blue a.is_inactive {
        color: rgba(255, 255, 255, 0.3);
    }

        .band--dark_blue a.is_inactive:hover {
            color: rgba(255, 255, 255, 0.3);
            border-bottom-color: transparent;
        }

        .band--dark_blue a.is_inactive:active, .band--dark_blue a.is_inactive:focus {
            color: rgba(255, 255, 255, 0.3);
            border-bottom-color: transparent;
        }

.band--dark_blue .link--secondary {
    color: #1e9ed6;
    border-bottom: 1px dotted transparent;
}

    .band--dark_blue .link--secondary:hover {
        color: #1e9ed6;
        border-bottom-color: #1e9ed6;
    }

    .band--dark_blue .link--secondary:active, .band--dark_blue .link--secondary:focus {
        outline: none;
        color: #107fcd;
        border-bottom-color: #107fcd;
    }

.band--dark_blue .link--tertiary {
    color: #c18510;
    border-bottom: 1px dotted transparent;
}

    .band--dark_blue .link--tertiary:hover {
        color: #c18510;
        border-bottom-color: #c18510;
    }

    .band--dark_blue .link--tertiary:active, .band--dark_blue .link--tertiary:focus {
        outline: none;
        color: #9e5507;
        border-bottom-color: #9e5507;
    }

.band--orange a {
    color: white;
    border-bottom: 1px dotted transparent;
}

    .band--orange a:hover {
        color: white;
        border-bottom-color: white;
    }

    .band--orange a:active, .band--orange a:focus {
        outline: none;
        color: #9e5507;
        border-bottom-color: #9e5507;
    }

    .band--orange a.is_inactive {
        color: rgba(255, 255, 255, 0.5);
    }

        .band--orange a.is_inactive:hover {
            color: rgba(255, 255, 255, 0.5);
            border-bottom-color: transparent;
        }

        .band--orange a.is_inactive:active, .band--orange a.is_inactive:focus {
            color: rgba(255, 255, 255, 0.5);
            border-bottom-color: transparent;
        }

.band--orange .link--secondary {
    color: #003E52;
    border-bottom: 1px dotted transparent;
}

    .band--orange .link--secondary:hover {
        color: #003E52;
        border-bottom-color: #003E52;
    }

    .band--orange .link--secondary:active, .band--orange .link--secondary:focus {
        outline: none;
        color: #000f1a;
        border-bottom-color: #000f1a;
    }

time {
    cursor: default;
    font-size: 16px;
    line-height: 20px;
    color: #55565A;
}

@media (min-width: 768px) {
    time {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (min-width: 992px) {
    time {
        font-size: 18px;
        line-height: 24px;
    }
}

.bg-mint .callout__item {
    color: #003E52;
    border-bottom-color: #003E52;
}

.bg-medium-blue h6 {
    color: white;
}

.bg-orange time {
    color: white;
}

.bg-orange h6 {
    color: white;
}

hr {
    border-bottom: 1px solid #003E52;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 1.625em 0;
}

img,
picture {
    margin: 0;
    max-width: 100%;
}

.text--accent {
    color: #1e9ed6;
}

/*

███████╗██╗     ██╗ ██████╗██╗  ██╗
██╔════╝██║     ██║██╔════╝██║ ██╔╝
███████╗██║     ██║██║     █████╔╝ 
╚════██║██║     ██║██║     ██╔═██╗ 
███████║███████╗██║╚██████╗██║  ██╗
╚══════╝╚══════╝╚═╝ ╚═════╝╚═╝  ╚═╝
                                   

*/
/* Slider */
.slick-loading .slick-list {
    background: #fff url("./../img/ajax-loader.gif") center center no-repeat;
}

/* Not using Slick icons */
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

.slick-prev {
    left: 20px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 20px solid white;
}

[dir='rtl'] .slick-prev {
    right: 20px;
    left: auto;
}

.slick-next {
    right: 20px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid white;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 20px;
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -84px;
    z-index: 2;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

@media (min-width: 992px) {
    .slick-dots {
        bottom: -84px;
    }
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 10px;
    padding: 0;
    background: transparent;
    border: 1px solid white;
    border-radius: 10px;
    cursor: pointer;
}

    .slick-dots li.slick-active {
        background: white;
        border: 1px solid transparent;
    }

    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        width: 0;
        display: block;
        border-radius: 10px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: white;
    }

        .slick-dots li button:hover,
        .slick-dots li button:focus {
            outline: none;
        }

            .slick-dots li button:hover:before,
            .slick-dots li button:focus:before {
                opacity: 1;
            }

        .slick-dots li button:before {
            font-family: 'slick';
            font-size: 16px;
            line-height: 18px;
            position: absolute;
            top: 0;
            left: 0;
            text-align: center;
            color: white;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

    .slick-dots li.slick-active button:before {
        opacity: .75;
        color: white;
    }

.slick-initialized .slick-slide {
    display: block;
    outline: none;
}

body {
    position: relative;
    background-color: #cccccd;
}

.bg-dark-blue {
    background-color: #003E52;
    color: white;
}

.bg-medium-blue {
    background-color: #4C748E;
    color: white;
}

.bg-mint {
    background-color: #a3d2ca;
    color: white;
}

.bg-cyan {
    background-color: #1e9ed6;
    color: white;
}

.bg-orange {
    background: #c18510;
    color: white;
}

.bg-highlight-blue {
    background-color: #deecf8;
}

/* 

██████╗  ██████╗  ██████╗ ████████╗███████╗████████╗██████╗  █████╗ ██████╗ 
██╔══██╗██╔═══██╗██╔═══██╗╚══██╔══╝██╔════╝╚══██╔══╝██╔══██╗██╔══██╗██╔══██╗
██████╔╝██║   ██║██║   ██║   ██║   ███████╗   ██║   ██████╔╝███████║██████╔╝
██╔══██╗██║   ██║██║   ██║   ██║   ╚════██║   ██║   ██╔══██╗██╔══██║██╔═══╝ 
██████╔╝╚██████╔╝╚██████╔╝   ██║   ███████║   ██║   ██║  ██║██║  ██║██║     
╚═════╝  ╚═════╝  ╚═════╝    ╚═╝   ╚══════╝   ╚═╝   ╚═╝  ╚═╝╚═╝  ╚═╝╚═╝     

*/
.wrap {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    background-color: white;
}

@media (min-width: 768px) {
    .container-fluid {
        max-width: 95%;
    }
}

@media (min-width: 992px) {
    .container-fluid {
        max-width: 90%;
    }
}

@media (min-width: 1500px) {
    .container-fluid {
        max-width: 1400px;
    }
}

@media (min-width: 768px) {
    .container-fluid--special {
        max-width: none;
    }
}

@media (min-width: 992px) {
    .container-fluid--special {
        max-width: none;
    }
}

@media (min-width: 1500px) {
    .container-fluid--special {
        max-width: none;
    }
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"],
    .row.no-gutters > [class^="module--"],
    .row.no-gutters > [class*=" module--"] {
        padding-right: 0;
        padding-left: 0;
    }

/*
 *
 *  New breakpoint
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * */
.col-xs-1, .col-is-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-is-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-is-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-is-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-is-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-is-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-is-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-is-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-is-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-is-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-is-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-is-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 590px) and (max-width: 767px) {
    .col-is-1, .col-is-2, .col-is-3, .col-is-4, .col-is-5, .col-is-6, .col-is-7, .col-is-8, .col-is-9, .col-is-10, .col-is-11, .col-is-12 {
        float: left;
    }

    .col-is-1 {
        width: 8.33333%;
    }

    .col-is-2 {
        width: 16.66667%;
    }

    .col-is-3 {
        width: 25%;
    }

    .col-is-4 {
        width: 33.33333%;
    }

    .col-is-5 {
        width: 41.66667%;
    }

    .col-is-6 {
        width: 50%;
    }

    .col-is-7 {
        width: 58.33333%;
    }

    .col-is-8 {
        width: 66.66667%;
    }

    .col-is-9 {
        width: 75%;
    }

    .col-is-10 {
        width: 83.33333%;
    }

    .col-is-11 {
        width: 91.66667%;
    }

    .col-is-12 {
        width: 100%;
    }

    .col-is-pull-0 {
        right: auto;
    }

    .col-is-pull-1 {
        right: 8.33333%;
    }

    .col-is-pull-2 {
        right: 16.66667%;
    }

    .col-is-pull-3 {
        right: 25%;
    }

    .col-is-pull-4 {
        right: 33.33333%;
    }

    .col-is-pull-5 {
        right: 41.66667%;
    }

    .col-is-pull-6 {
        right: 50%;
    }

    .col-is-pull-7 {
        right: 58.33333%;
    }

    .col-is-pull-8 {
        right: 66.66667%;
    }

    .col-is-pull-9 {
        right: 75%;
    }

    .col-is-pull-10 {
        right: 83.33333%;
    }

    .col-is-pull-11 {
        right: 91.66667%;
    }

    .col-is-pull-12 {
        right: 100%;
    }

    .col-is-push-0 {
        left: auto;
    }

    .col-is-push-1 {
        left: 8.33333%;
    }

    .col-is-push-2 {
        left: 16.66667%;
    }

    .col-is-push-3 {
        left: 25%;
    }

    .col-is-push-4 {
        left: 33.33333%;
    }

    .col-is-push-5 {
        left: 41.66667%;
    }

    .col-is-push-6 {
        left: 50%;
    }

    .col-is-push-7 {
        left: 58.33333%;
    }

    .col-is-push-8 {
        left: 66.66667%;
    }

    .col-is-push-9 {
        left: 75%;
    }

    .col-is-push-10 {
        left: 83.33333%;
    }

    .col-is-push-11 {
        left: 91.66667%;
    }

    .col-is-push-12 {
        left: 100%;
    }

    .col-is-offset-0 {
        margin-left: 0%;
    }

    .col-is-offset-1 {
        margin-left: 8.33333%;
    }

    .col-is-offset-2 {
        margin-left: 16.66667%;
    }

    .col-is-offset-3 {
        margin-left: 25%;
    }

    .col-is-offset-4 {
        margin-left: 33.33333%;
    }

    .col-is-offset-5 {
        margin-left: 41.66667%;
    }

    .col-is-offset-6 {
        margin-left: 50%;
    }

    .col-is-offset-7 {
        margin-left: 58.33333%;
    }

    .col-is-offset-8 {
        margin-left: 66.66667%;
    }

    .col-is-offset-9 {
        margin-left: 75%;
    }

    .col-is-offset-10 {
        margin-left: 83.33333%;
    }

    .col-is-offset-11 {
        margin-left: 91.66667%;
    }

    .col-is-offset-12 {
        margin-left: 100%;
    }
}

/*

████████╗███████╗███╗   ███╗██████╗ ██╗      █████╗ ████████╗███████╗███████╗
╚══██╔══╝██╔════╝████╗ ████║██╔══██╗██║     ██╔══██╗╚══██╔══╝██╔════╝██╔════╝
   ██║   █████╗  ██╔████╔██║██████╔╝██║     ███████║   ██║   █████╗  ███████╗
   ██║   ██╔══╝  ██║╚██╔╝██║██╔═══╝ ██║     ██╔══██║   ██║   ██╔══╝  ╚════██║
   ██║   ███████╗██║ ╚═╝ ██║██║     ███████╗██║  ██║   ██║   ███████╗███████║
   ╚═╝   ╚══════╝╚═╝     ╚═╝╚═╝     ╚══════╝╚═╝  ╚═╝   ╚═╝   ╚══════╝╚══════╝
                                                                             
*/
.band {
    padding: 40px 0;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .band {
        padding: 60px 0;
        margin-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .band {
        padding: 90px 0;
    }
}

.band--bottom_90 {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .band--bottom_90 {
        margin-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .band--bottom_90 {
        margin-bottom: 90px;
    }
}

.band--bottom_60 {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .band--bottom_60 {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .band--bottom_60 {
        margin-bottom: 60px;
    }
}

.band--image {
    position: relative;
    width: 100%;
    padding: 0;
}

    .band--image h2 {
        font-size: 16px;
        line-height: 22px;
        color: #003E52;
    }

@media (min-width: 590px) and (max-width: 767px) {
    .band--image h2 {
        color: white;
    }
}

@media (min-width: 768px) {
    .band--image h2 {
        color: white;
        font-size: 18px;
        line-height: 21px;
    }
}

@media (min-width: 992px) {
    .band--image h2 {
        font-size: 20px;
        line-height: 26px;
    }
}

.band--light_image h2 {
    color: #003E52;
}

@media (min-width: 590px) and (max-width: 767px) {
    .band--light_image h2 {
        color: #003E52;
    }
}

@media (min-width: 768px) {
    .band--light_image h2 {
        color: #003E52;
    }
}

.band__background {
    max-height: 550px;
    overflow: hidden;
}

    .band__background img {
        width: 100%;
    }

.band__content {
    text-align: center;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 30px 15px 0 15px;
    color: white;
    margin: 0 auto;
}

@media (min-width: 590px) {
    .band__content {
        float: left;
        width: 50%;
    }
}

@media (min-width: 590px) {
    .band__content {
        left: 25%;
    }
}

@media (min-width: 768px) {
    .band__content {
        float: left;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .band__content {
        left: 25%;
    }
}

@media (min-width: 590px) and (max-width: 767px) {
    .band__content {
        padding: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (min-width: 768px) {
    .band__content {
        padding: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.band--dark_blue {
    background-color: #003E52;
    color: white;
}

    .band--dark_blue .section_heading__title {
        color: #a3d2ca;
    }

    .band--dark_blue .section_heading__subhead {
        color: white;
    }

.band--cyan {
    background-color: #1e9ed6;
    color: white;
}

    .band--cyan .section_heading__title {
        color: #003E52;
    }

.ticker {
    padding: 0;
    position: relative;
}

.ticker__content {
    position: absolute;
    white-space: nowrap;
    background: white;
    width: 100%;
}

.ticker__item {
    display: inline-block;
    padding: 18px 16px;
    line-height: 23px;
    border-right: 1px solid #003E52;
}

.ticker__see_all {
    background: #4C748E;
    width: 300px;
    right: 0;
    padding: 10px 0;
    z-index: 2;
}

.ticker__see_all_link {
    color: white;
}

    .ticker__see_all_link:hover {
        color: white;
    }

@media (min-width: 590px) and (max-width: 767px) {
    .callout {
        display: table;
        table-layout: fixed;
    }
}

@media (min-width: 768px) {
    .callout {
        display: table;
        table-layout: fixed;
    }
}

.callout--home {
    padding-top: 15px;
}

@media (min-width: 768px) {
    .callout--home {
        padding-top: 0;
        padding-bottom: 60px;
    }
}

.callout__cell {
    vertical-align: top;
    height: 100%;
    text-align: center;
    padding: 35px 0 17px;
    float: none !important;
}

    .callout__cell.image_only {
        padding: 0 !important;
    }

        .callout__cell.image_only img {
            width: 100%;
        }

    .callout__cell.square {
        padding: 0 !important;
    }

@media (min-width: 768px) {
    .callout__cell {
        padding: 100px;
    }
}

@media (min-width: 992px) {
    .callout__cell {
        padding: 100px;
    }
}

.callout__cell--half {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .callout__cell--half {
        float: left;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .callout__cell--half {
        display: table-cell;
        padding: 30px !important;
        padding-top: 52px !important;
    }
}

@media (min-width: 992px) {
    .callout__cell--half {
        display: table-cell;
        padding: 90px !important;
    }
}

.callout__cell--left {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .callout__cell--left {
        margin-bottom: 0;
    }
}

.callout__content {
    height: 100%;
}

    .callout__content .text_cta {
        padding: 2px 0 !important;
    }

.callout__heading {
    vertical-align: top;
    margin-bottom: 28px;
}

@media (min-width: 768px) {
    .callout__heading {
        margin-bottom: 44px;
    }
}

@media (min-width: 992px) {
    .callout__heading {
        margin-bottom: 61px;
    }
}

.callout__body {
    vertical-align: middle;
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    .callout__body {
        margin-bottom: 3.25em;
    }
}

@media (min-width: 992px) {
    .callout__body {
        margin-bottom: 3.25em;
    }
}

/*
     _______. _______   ______ .___________. __    ______   .__   __.
    /       ||   ____| /      ||           ||  |  /  __  \  |  \ |  |
   |   (----`|  |__   |  ,----'`---|  |----`|  | |  |  |  | |   \|  |
    \   \    |   __|  |  |         |  |     |  | |  |  |  | |  . `  |
.----)   |   |  |____ |  `----.    |  |     |  | |  `--'  | |  |\   |
|_______/    |_______| \______|    |__|     |__|  \______/  |__| \__|

.______      ___       _______   _______   __  .__   __.   _______ 
|   _  \    /   \     |       \ |       \ |  | |  \ |  |  /  _____|
|  |_)  |  /  ^  \    |  .--.  ||  .--.  ||  | |   \|  | |  |  __  
|   ___/  /  /_\  \   |  |  |  ||  |  |  ||  | |  . `  | |  | |_ | 
|  |     /  _____  \  |  '--'  ||  '--'  ||  | |  |\   | |  |__| | 
| _|    /__/     \__\ |_______/ |_______/ |__| |__| \__|  \______| 

*/
.page_section--full_padding {
    padding-top: 35px;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .page_section--full_padding {
        padding-top: 80px;
        padding-bottom: 90px;
    }
}

@media (min-width: 992px) {
    .page_section--full_padding {
        padding-top: 110px;
        padding-bottom: 90px;
    }
}

.page_section--half_padding {
    padding-top: 40px;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .page_section--half_padding {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}

.page_section--top_padding {
    padding-top: 60px;
}

@media (min-width: 768px) {
    .page_section--top_padding {
        padding-top: 90px;
    }
}

@media (min-width: 992px) {
    .page_section--top_padding {
        padding-top: 120px;
    }
}

.page_section--bottom_padding {
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .page_section--bottom_padding {
        padding-bottom: 120px;
    }
}

.page_section--t06_first {
    padding-top: 48px;
}

@media (min-width: 768px) {
    .page_section--t06_first {
        padding-top: 64px;
    }
}

@media (min-width: 992px) {
    .page_section--t06_first {
        padding-top: 52px;
    }
}

.page_section--t06_bottom {
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .page_section--t06_bottom {
        padding-bottom: 90px;
    }
}

.page_section--large_padding {
    padding-top: 90px;
    padding-bottom: 90px;
}

@media (min-width: 768px) {
    .page_section--large_padding {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}

@media (min-width: 992px) {
    .page_section--large_padding {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}

.page_section--large_top_padding {
    padding-top: 90px;
}

@media (min-width: 768px) {
    .page_section--large_top_padding {
        padding-top: 140px;
    }
}

@media (min-width: 992px) {
    .page_section--large_top_padding {
        padding-top: 200px;
    }
}

.page_section--large_bottom_padding {
    padding-bottom: 90px;
}

@media (min-width: 768px) {
    .page_section--large_bottom_padding {
        padding-bottom: 140px;
    }
}

@media (min-width: 992px) {
    .page_section--large_bottom_padding {
        padding-bottom: 200px;
    }
}

.page_section--first {
    padding-top: 15px;
    padding-bottom: 60px;
}

@media (min-width: 768px) {
    .page_section--first {
        padding-top: 30px;
        padding-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .page_section--first {
        padding-bottom: 90px;
    }
}

.page_section--bottom {
    margin-bottom: 0;
}

.page_section--nav_buffer {
    padding-top: 52px;
}

@media (min-width: 992px) {
    .page_section--nav_buffer {
        padding-top: 80px;
    }
}

.section_heading {
    position: relative;
    width: 100%;
    margin-bottom: 28px;
    clear: both;
}

@media (min-width: 768px) {
    .section_heading {
        margin-bottom: 44px;
    }
}

@media (min-width: 992px) {
    .section_heading {
        margin-bottom: 70px;
    }
}

.section_heading .illustration {
    margin-bottom: 20px;
}

.section_heading--large {
    margin-bottom: 40px;
}

    .section_heading--large h2 {
        margin-bottom: 35px;
    }

@media (min-width: 768px) {
    .section_heading--large {
        margin-bottom: 60px;
    }
}

.section_heading--center {
    text-align: center;
}

.section_heading--no_margin {
    margin: 0;
}

.intro--60 {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .intro--60 {
        margin-bottom: 60px;
    }
}

.intro--90 {
    margin-bottom: 90px;
}

.subsection--30 {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .subsection--30 {
        margin-bottom: 30px;
    }
}

.subsection--2030 {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .subsection--2030 {
        margin-bottom: 30px;
    }
}

.odd--2030:nth-child(odd) {
    margin-bottom: 20px;
}

@media (min-width: 590px) and (max-width: 767px) {
    .odd--2030:nth-child(odd) {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .odd--2030:nth-child(odd) {
        margin-bottom: 0;
    }
}

.subsection--60 {
    margin-bottom: 60px;
}

    .subsection--60 .section_heading {
        margin-bottom: 45px;
    }

.subsection--90 {
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .subsection--90 {
        margin-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .subsection--90 {
        margin-bottom: 90px;
    }
}

.employee_profile {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .employee_profile {
        margin-bottom: 90px;
    }
}

.subsection--120 {
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .subsection--120 {
        margin-bottom: 90px;
    }
}

@media (min-width: 992px) {
    .subsection--120 {
        margin-bottom: 120px;
    }
}

.subsection--200 {
    margin-bottom: 90px;
}

@media (min-width: 768px) {
    .subsection--200 {
        margin-bottom: 140px;
    }
}

@media (min-width: 992px) {
    .subsection--200 {
        margin-bottom: 200px;
    }
}

.subsection--ruled {
    border-bottom: 2px solid #deecf8;
}

    .subsection--ruled.subsection--t06 {
        margin-bottom: 20px;
    }

@media (min-width: 768px) {
    .subsection--ruled.subsection--t06 {
        margin-bottom: 30px;
    }
}

.subsection--t06 {
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .subsection--t06 {
        padding-bottom: 30px;
    }
}

.subsection-wrapper {
    margin-bottom: 20px;
}

.centered_content {
    text-align: center;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .centered_content {
        float: left;
        width: 83.33333%;
    }
}

@media (min-width: 768px) {
    .centered_content {
        left: 8.33333%;
    }
}

.terms {
    margin-top: 1em;
}

.section_heading__button {
    display: block;
    margin: 0 auto;
}

.section_heading__title {
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .section_heading__title {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .section_heading__title {
        margin-bottom: 40px;
    }
}

.heading--table {
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .heading--table {
        margin-bottom: 22px;
    }
}

@media (min-width: 992px) {
    .heading--table {
        margin-bottom: 22px;
    }
}

@media (min-width: 590px) and (max-width: 767px) {
    .module--small:nth-child(odd) {
        clear: left;
    }
}

@media (min-width: 768px) {
    .module--small:nth-child(odd) {
        clear: left;
    }
}

@media (min-width: 992px) {
    .module--small:nth-child(odd) {
        clear: none;
    }
}

@media (min-width: 590px) and (max-width: 767px) {
    .module--three_up:nth-child(3) {
        clear: both;
        float: none;
        margin: 0 auto;
    }
}

.module--half {
    margin-bottom: 50px;
}

@media (min-width: 590px) and (max-width: 767px) {
    .module--half {
        margin-bottom: 26px;
    }
}

@media (min-width: 768px) {
    .module--half {
        margin-bottom: 26px;
    }
}

@media (min-width: 590px) and (max-width: 767px) {
    .module--half:nth-child(odd) {
        clear: left;
    }
}

@media (min-width: 768px) {
    .module--half:nth-child(odd) {
        clear: left;
    }
}

.main_well {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .main_well {
        float: left;
        width: 66.66667%;
    }
}

@media (min-width: 768px) {
    .main_well {
        left: 16.66667%;
    }
}

.at_bottom {
    margin-bottom: 0;
}

.at_top {
    margin-top: 0;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .at_top {
        padding-bottom: 26px;
    }
}

@media (min-width: 992px) {
    .at_top {
        padding-bottom: 26px;
    }
}

.cta_set {
    text-align: center;
}

@media (min-width: 768px) {
    .cta_set {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .flex_list__item--flip {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
}

.flex_list--2x3 {
    -js-display: -webkit-flex;
    -js-display: -ms-flexbox;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .flex_list--2x3 .callout-body-content {
        text-align: center;
        padding: 40px 30px 30px 30px;
    }

@media (min-width: 768px) {
    .flex_list--2x3 .callout-body-content {
        position: relative;
        padding: 30px;
    }
}

@media (min-width: 992px) {
    .flex_list--2x3 .callout-body-content {
        padding: 50px;
    }
}

.flex_list--2x3 .callout-body-content h2 {
    margin: 0 0 6px;
}

@media (min-width: 992px) {
    .flex_list--2x3 .callout-body-content h2 {
        margin: 0 0 20px;
    }
}

.flex_list__item--2x3 {
    width: 100%;
    -js-display: -webkit-flex;
    -js-display: -ms-flexbox;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .flex_list__item--2x3 {
        width: 50%;
        min-height: 300px;
    }
}

.flex_list__item--2x3.bg-highlight-blue, .flex_list__item--2x3.bg-mint {
    color: #003E52;
}

.flex_list__item--2x3.bg-orange h2 {
    color: white;
}

.flex_list__image--2x3 {
    overflow: hidden;
    height: 250px;
}

@media (min-width: 768px) {
    .flex_list__image--2x3 {
        height: 300px;
    }
}

.flex_list__image--2x3 img {
    object-fit: cover;
    min-height: 100%;
    height: 100%;
    width: 100%;
}

/*

##     ##    ###    #### ##    ##      ##    ##    ###    ##     ## 
###   ###   ## ##    ##  ###   ##      ###   ##   ## ##   ##     ## 
#### ####  ##   ##   ##  ####  ##      ####  ##  ##   ##  ##     ## 
## ### ## ##     ##  ##  ## ## ##      ## ## ## ##     ## ##     ## 
##     ## #########  ##  ##  ####      ##  #### #########  ##   ##  
##     ## ##     ##  ##  ##   ###      ##   ### ##     ##   ## ##   
##     ## ##     ## #### ##    ##      ##    ## ##     ##    ###   

*/
#header {
    padding: 15px;
    width: 100%;
    position: absolute;
}

@media (min-width: 768px) {
    #header {
        padding: 30px;
    }
}

@media (min-width: 992px) {
    #header {
        padding: 30px 0 30px 30px;
    }
}

#header.in_flow {
    position: static;
}

@media (min-width: 992px) {
    #header.in_flow {
        padding-bottom: 10px;
    }
}

.icon_text {
    display: none;
    margin: 0;
}

.masthead_logo {
    display: block;
    margin: 0 auto;
    width: 114px;
    padding: 8px 0;
    border-bottom: none;
}

@media (min-width: 768px) {
    .masthead_logo {
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .masthead_logo {
        float: left;
        margin-right: 2.19em;
        width: 165px;
    }
}

@media (min-width: 1200px) {
    .masthead_logo {
        width: 185px;
    }
}

.masthead_logo:hover {
    border-bottom: none;
}

.masthead_logo img {
    width: 100%;
}

.mobile_nav_button {
    position: absolute;
    outline: none;
    background: none;
    font-size: 20px;
    color: #97b8c3;
    padding: 10px;
    margin: 0;
}

@media (min-width: 768px) {
    .mobile_nav_button {
        display: block;
        top: 22px;
    }
}

@media (min-width: 992px) {
    .mobile_nav_button {
        display: none;
    }
}

.mobile_nav_button:hover {
    background: none;
    color: #97b8c3;
}

.site_search {
    display: none;
}

@media (min-width: 768px) {
    .site_search {
        display: block;
        position: relative;
        width: 0%;
        min-width: 40px;
        height: 40px;
        float: right;
        overflow: hidden;
        transition: width 0.3s ease-in;
        -webkit-backface-visibility: hidden;
    }
}

input[type="search"].site_search__input {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid transparent;
    outline: none;
    background: #000f1a;
    width: 100%;
    height: 40px;
    margin: 0;
    z-index: 10;
    transition: border-color 0.3s ease-in;
    font-family: inherit;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.site_search__icon,
.site_search__submit {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.site_search__submit {
    background: #fff;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.site_search__icon {
    background: #1e9ed6;
    color: #fff;
    z-index: 90;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.site_search__image {
    display: block;
    margin: 0 auto;
    width: 17px;
    height: 17px;
    background-image: url("../img/search.png");
    background-size: 17px 17px;
}

.site_search--open,
.no-js .site_search {
    width: 300px;
}

    .site_search--open input[type="search"].site_search__input,
    .no-js .site_search input[type="search"].site_search__input {
        border: #1e9ed6 1px solid;
    }

    .site_search--open .site_search__icon,
    .no-js .site_search .site_search__icon {
        color: #fff;
        z-index: 11;
    }

    .site_search--open .site_search__submit,
    .no-js .sb-site_search .site_search__submit {
        z-index: 90;
    }

.site_search_button {
    margin-bottom: 0;
}

.main_nav,
.secondary_nav,
.site_search {
    display: none;
}

@media (min-width: 992px) {
    .main_nav,
    .secondary_nav,
    .site_search {
        display: block;
    }
}

.main_nav {
    padding-right: 30px;
}

.main_nav__link:hover,
.secondary_nav__link:hover {
    color: white;
    text-decoration: none;
    border-bottom: 1px dotted white;
}

.main_nav__item {
    text-align: center;
    display: block;
}

.main_nav__link {
    letter-spacing: 1px;
    line-height: 1;
    display: block;
    text-transform: uppercase;
    color: #1e9ed6;
    font-weight: 500;
}

@media screen and (min-width: 0\0) {
    .main_nav__link {
        letter-spacing: 0;
    }
}

.main_nav__link--active {
    color: white;
}

    .main_nav__link--active:hover {
        color: white;
        text-decoration: none;
    }

.main_nav__list {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 45px;
    padding: 0 0 2px 0;
    text-align: justify;
    min-width: 600px;
}

    .main_nav__list:after {
        content: '';
        width: 100%;
        /* Ensures there are at least 2 lines of text, so justification works */
        display: inline-block;
    }

@media (min-width: 992px) {
    .main_nav__list {
        margin-top: 45px;
    }
}

.main_nav__item {
    display: inline-block;
}

.secondary_nav__item {
    display: table-cell;
    text-align: center;
    vertical-align: top;
}

.secondary_nav__item {
    color: #1e9ed6;
    font-size: 0.8125em;
    font-weight: 500;
}

.secondary_nav__list {
    display: table;
    height: 40px;
}

.secondary_nav__link {
    margin-right: 2em;
    color: #97b8c3;
}

    .secondary_nav__link:hover {
        color: white;
    }

.secondary_nav__dropdown {
    display: inline;
    color: #97b8c3;
}

    .secondary_nav__dropdown:hover {
        color: white;
        border-bottom: 1px dotted white;
    }

    .secondary_nav__dropdown.expand__handle--open {
        color: white;
    }

.secondary_nav__login_list {
    width: 186px;
}

.secondary_nav__login_item {
    font-size: 13px;
    color: white;
}

    .secondary_nav__login_item:first-child {
        border-bottom: 2px solid #003E52;
        padding-bottom: 15px;
    }

    .secondary_nav__login_item span {
        position: relative;
        top: -1px;
        padding-left: 0.15em;
    }

/*

███╗   ███╗ ██████╗ ██████╗ ██╗██╗     ███████╗
████╗ ████║██╔═══██╗██╔══██╗██║██║     ██╔════╝
██╔████╔██║██║   ██║██████╔╝██║██║     █████╗  
██║╚██╔╝██║██║   ██║██╔══██╗██║██║     ██╔══╝  
██║ ╚═╝ ██║╚██████╔╝██████╔╝██║███████╗███████╗
╚═╝     ╚═╝ ╚═════╝ ╚═════╝ ╚═╝╚══════╝╚══════╝
                                              
*/
.mobile_menu {
    position: fixed;
    z-index: 10;
    top: 0;
    -webkit-transform: translate(-100%, 0%);
    -ms-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
    height: 100%;
    width: 100%;
    visibility: hidden;
}

.mobile_menu--open {
    left: 0;
}

.mobile_menu__header {
    position: relative;
    height: 65px;
    background: #003E52;
    line-height: 50px;
    z-index: 2;
}

    .mobile_menu__header .masthead_logo {
        padding-top: 11px;
    }

.mobile_menu__close_button {
    position: absolute;
    cursor: pointer;
    color: #97b8c3;
    background: none;
    top: 12px;
    right: 12px;
    height: 100%;
    width: 40px;
    padding: 0 12px;
    margin: 0;
    font-size: 34px;
    font-weight: 300;
    outline: none;
}

.mobile_menu__container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #003E52;
    z-index: 1;
}

@media (min-width: 768px) {
    .mobile_menu__container {
        box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.5);
    }
}

@media (min-width: 768px) {
    .mobile_menu__container {
        width: 70%;
    }
}

@media (min-width: 992px) {
    .mobile_menu__container {
        width: 50%;
    }
}

.mobile_menu__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 70px 0;
    overflow: auto;
    background: #003E52;
    /* smooth scrolling on touch devices */
    -webkit-overflow-scrolling: touch;
}

.mobile_menu__list,
.mobile_menu__child_list {
    list-style-type: none;
    text-align: center;
    padding: 0;
}

.mobile_menu__child_list {
    opacity: 0;
    display: none;
    background-color: #000f1a;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.mobile_menu__item,
.mobile_menu__child_item {
    width: 100%;
    padding: 0.8125em 0;
    /*text-transform: uppercase;*/
    display: inline-block;
}

.mobile_menu__child_item {
    text-transform: none;
    max-width: 90%;
    margin: 0 auto;
}

    /*.mobile_menu__child_item:nth-child(1) {
  padding: 1.250em 0 1.250em;
  border-bottom: 1px solid #1e9ed6;
  max-width: 90%;
  margin: 0 auto 0.875em auto;
}*/

    .mobile_menu__child_item:last-child {
        padding-bottom: 1.875em;
    }

.sign-in-mobile {
    color: white;
    font-size: 0.9375em;
    font-weight: 500;
}

.mobile_menu__child_item a {
    color: #1e9ed6;
    letter-spacing: 0;
}

.mobile_menu__link {
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 15px;
    color: white;
    font-weight: 500;
}

    .mobile_menu__link span {
        position: relative;
        top: -1px;
        padding-left: 0.15em;
    }

    .mobile_menu__link:active {
        color: #107fcd;
    }

.mobile_menu__link--secondary {
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    display: block;
}

.search_group--mobile {
    width: 100%;
    max-width: 360px;
    margin: 1.625em auto;
}

.mobile_menu__sign_in {
    cursor: pointer;
    color: white;
    text-transform: none;
    font-weight: 500;
    font-size: 14px;
}

    .mobile_menu__sign_in.active-sec-nav {
        color: #fff;
    }

.mobile-fixed {
    overflow-y: hidden;
}

.mobile-toggle-pad {
    padding-top: 20px;
    clear: both;
}

/*


   ###    ##    ##  ######  ##     ##  #######  ########         ##    ##    ###    ##     ## 
  ## ##   ###   ## ##    ## ##     ## ##     ## ##     ##        ###   ##   ## ##   ##     ## 
 ##   ##  ####  ## ##       ##     ## ##     ## ##     ##        ####  ##  ##   ##  ##     ## 
##     ## ## ## ## ##       ######### ##     ## ########         ## ## ## ##     ## ##     ## 
######### ##  #### ##       ##     ## ##     ## ##   ##          ##  #### #########  ##   ##  
##     ## ##   ### ##    ## ##     ## ##     ## ##    ##         ##   ### ##     ##   ## ##   
##     ## ##    ##  ######  ##     ##  #######  ##     ##        ##    ## ##     ##    ###    

*/
.anchor_nav {
    border-top: white;
    border-bottom: white;
    background-color: #deecf8;
    color: #003E52;
    position: absolute;
    width: 100%;
    z-index: 6;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

@media (min-width: 992px) {
    .anchor_nav {
        background: white;
        background-color: rgba(255, 255, 255, 0.9);
        height: 80px;
    }
}

.anchor_nav.sticky {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.anchor_nav__toggle {
    cursor: pointer;
    padding: 17px 0;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.anchor_nav__list {
    height: 0;
    overflow: hidden;
    margin: 0 auto;
    z-index: 5;
    border-top: 1px solid transparent;
    transition: border-color 0.1s ease-in;
}

@media (min-width: 992px) {
    .anchor_nav__list {
        height: auto;
        padding: 27px 0;
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
        text-align: justify;
        min-width: 600px;
    }

        .anchor_nav__list:after {
            content: '';
            width: 100%;
            /* Ensures there are at least 2 lines of text, so justification works */
            display: inline-block;
        }
}

.anchor_nav__list.container-fluid {
    max-width: 100%;
}

@media (min-width: 992px) {
    .anchor_nav__list.container-fluid {
        max-width: 900px;
    }
}

.anchor_nav__list.anchor_nav__list--open {
    border-top: 1px solid #003E52;
}

.anchor_nav__item {
    font-size: 16px;
    line-height: 50px;
}

@media (min-width: 992px) {
    .anchor_nav__item {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .anchor_nav__item--anchor {
        position: relative;
        bottom: 9px;
    }
}

.anchor_nav__item--separator {
    display: none;
}

@media (min-width: 992px) {
    .anchor_nav__item--separator {
        display: inline-block;
        height: 30px;
        padding: 0 1px;
        line-height: 50px;
        font-size: 0.1;
        background-color: #deecf8;
    }
}

.anchor_nav__item:first-child {
    padding-top: 22px;
}

@media (min-width: 992px) {
    .anchor_nav__item:first-child {
        padding: 0;
    }
}

.anchor_nav__item:last-child {
    padding-bottom: 22px;
}

@media (min-width: 992px) {
    .anchor_nav__item:last-child {
        padding: 0;
    }
}

.anchor_nav__link {
    height: 100%;
    width: 100%;
    line-height: 28px;
    text-decoration: none;
    font-size: 0.9375em;
    text-transform: uppercase;
    color: #003E52;
    font-weight: 500;
}

.anchor_nav__link--active {
    color: #1e9ed6;
}

@media (min-width: 992px) {
    .anchor_nav__toggle {
        display: none;
    }
}

.anchor_nav__label {
    position: relative;
    left: 6px;
}

.caret, .anchor_nav__caret {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 8px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

    .caret.active-caret, .active-caret.anchor_nav__caret {
        border-bottom: 8px solid;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }

.expand__handle--open .caret, .expand__handle--open .anchor_nav__caret {
    border-top: 0;
    border-bottom: 8px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

    .expand__handle--open .caret.caret--small, .expand__handle--open .caret--small.anchor_nav__caret {
        border-width: 0 3px 4px 3px;
    }

.caret--small {
    border-top: 4px solid;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}

    .caret--small.active-caret {
        border-bottom: 4px solid;
        border-right: 3px solid transparent;
        border-left: 3px solid transparent;
    }

.anchor_nav__caret {
    position: relative;
    top: 4px;
    left: -15px;
    float: right;
    border-color: #1e9ed6 transparent transparent transparent;
}

.anchor_nav__caret--up {
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #1e9ed6 transparent;
}

.main_footer {
    padding-top: 22px;
    padding-bottom: 100px;
    background-color: #deecf8;
}

@media (min-width: 768px) {
    .main_footer {
        padding-top: 55px;
    }
}

.main_footer a {
    color: #003E52;
}

.footer__legal {
    display: block;
    margin-top: -10px;
}

@media (min-width: 768px) {
    .footer__legal {
        max-width: 70%;
        margin-top: 45px;
    }
}

@media (min-width: 992px) {
    .footer__legal {
        max-width: 66%;
    }
}

@media (min-width: 1200px) {
    .footer__legal {
        max-width: 55%;
    }
}

.footer_nav__item {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.footer_nav__list {
    display: table;
    height: 40px;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .footer_nav__list {
        margin-bottom: 40px;
    }
}

.footer_nav__link {
    margin-right: 3.25em;
    font-size: 0.875em;
    color: #003E52;
    font-weight: 500;
}

.mobile_footer {
    border-top: 2px solid #deecf8;
    text-align: center;
    background-color: white;
    padding: 1.625em 0;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .mobile_footer {
        display: none;
    }
}

.mobile_footer__link {
    text-transform: uppercase;
    color: #003E52;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 40px;
    margin: 2px auto;
}

.mobile_footer__link--action {
    text-transform: none;
    color: #1e9ed6;
    letter-spacing: 0;
}

.leadspace {
    padding: 92px 0 50px 0;
    background-size: cover !important;
}

    .leadspace:after {
        opacity: 0.5;
    }

@media (min-width: 768px) {
    .leadspace {
        padding: 130px 0 72px 0;
    }
}

@media (min-width: 992px) {
    .leadspace {
        padding: 230px 0 100px 0;
    }
}

.leadspace h1 {
    margin-bottom: 18px;
}

@media (min-width: 768px) {
    .leadspace h1 {
        margin-bottom: 22px;
    }
}

@media (min-width: 992px) {
    .leadspace h1 {
        margin-bottom: 40px;
    }
}

.leadspace h1.at_bottom {
    margin-bottom: 0;
}

.leadspace--onecol {
    background: #003E52;
    color: white;
    text-align: center;
}

    .leadspace--onecol h1, .leadspace--onecol h2 {
        color: white;
    }

.leadspace--left {
    background: white;
    color: #003E52;
    text-align: left;
    padding-top: 120px;
}

    .leadspace--left h1, .leadspace--left h2 {
        color: #003E52;
        margin-bottom: 30px;
    }

@media (min-width: 768px) {
    .leadspace--left h1, .leadspace--left h2 {
        margin-bottom: 45px;
    }
}

@media (min-width: 768px) {
    .leadspace--left {
        padding-top: 150px;
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .leadspace--left {
        padding-top: 260px;
    }
}

.leadspace--narrow {
    padding-bottom: 0;
}

.leadspace--filters {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
}

.leadspace--with_nav {
    padding-bottom: 0;
}

    .leadspace--with_nav .leadspace-sub-wrapper {
        padding-bottom: 50px;
        position: relative;
    }

@media (min-width: 768px) {
    .leadspace--with_nav .leadspace-sub-wrapper {
        padding-bottom: 72px;
    }
}

@media (min-width: 992px) {
    .leadspace--with_nav .leadspace-sub-wrapper {
        padding-bottom: 100px;
    }
}

.leadspace--home {
    position: relative;
    padding: 0;
    background-color: white;
}

@media (min-width: 768px) {
    .leadspace--home {
        color: white;
    }
}

@media (min-width: 1200px) {
    .leadspace--home {
        background-color: #0a0e12;
    }
}

.leadspace--home .leadspace__home_image {
    background: url("./../img/berkadia_home.jpg") 90% 0 no-repeat;
    background-size: cover;
    height: 200px;
    max-width: 2000px;
    margin: 0 0 0 auto;
}

@media (min-width: 768px) {
    .leadspace--home .leadspace__home_image {
        background-image: url("./../img/berkadia_home@2x.jpg");
        background-position: 20% 0;
        height: 400px;
    }
}

@media (min-width: 992px) {
    .leadspace--home .leadspace__home_image {
        height: 550px;
    }
}

@media (min-width: 1200px) {
    .leadspace--home .leadspace__home_image {
        background-position: 50% 0;
    }
}

.leadspace--home h1 {
    width: 100%;
}

@media (min-width: 768px) {
    .leadspace--home h1 {
        color: white;
        width: 80%;
    }
}

@media (min-width: 992px) {
    .leadspace--home h1 {
        width: 75%;
    }
}

@media (min-width: 1200px) {
    .leadspace--home h1 {
        width: 60%;
    }
}

.leadspace--home p {
    clear: left;
    width: 100%;
}

@media (min-width: 768px) {
    .leadspace--home p {
        width: 80%;
    }
}

@media (min-width: 992px) {
    .leadspace--home p {
        width: 75%;
    }
}

@media (min-width: 1200px) {
    .leadspace--home p {
        width: 60%;
    }
}

.leadspace--home .h1--boxy {
    color: #1e9ed6;
    border-color: #1e9ed6;
}

.leadspace--home .leadspace-sub-wrapper {
    padding-top: 20px;
}

@media (min-width: 590px) and (max-width: 767px) {
    .leadspace--home .leadspace-sub-wrapper {
        padding-top: 30px;
    }
}

@media (min-width: 768px) {
    .leadspace--home .leadspace-sub-wrapper {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
    }
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    background: #fff;
    border: 1px solid #1e9ed6;
    min-width: 260px;
}

    .pika-single.is-hidden {
        display: none;
    }

    .pika-single.is-bound {
        position: absolute;
        box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.5);
    }

.pika-single {
    *zoom: 1;
}

    .pika-single:before, .pika-single:after {
        content: " ";
        display: table;
    }

    .pika-single:after {
        clear: both;
    }

.pika-lendar {
    float: left;
    min-width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

    .pika-title select {
        cursor: pointer;
        position: absolute;
        z-index: 9998;
        margin: 0;
        left: 0;
        top: 5px;
        filter: alpha(opacity=0);
        opacity: 0;
    }

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    background-color: #fff;
    color: #1e9ed6;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 40px;
    height: 30px;
    text-indent: 40px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 37% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

    .pika-prev:hover,
    .pika-next:hover {
        opacity: 1;
    }

    .pika-prev.is-disabled,
    .pika-next.is-disabled {
        cursor: default;
        opacity: .2;
    }

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
    *right: 0;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

    .pika-table th,
    .pika-table td {
        width: 14.285714285714286%;
        padding: 0;
    }

    .pika-table th {
        color: #4C748E;
        font-size: 12px;
        line-height: 25px;
        font-weight: 500;
        text-align: center;
    }

    .pika-table abbr {
        border-bottom: none;
        cursor: help;
    }

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #eaeaea;
}

.is-today .pika-button {
    color: #1e9ed6;
    font-weight: 500;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: 500;
    background: #4C748E;
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.pika-button:hover {
    color: #fff;
    background: #1e9ed6;
    box-shadow: none;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-inrange .pika-button {
    background: #deecf8;
}

.is-startrange .pika-button {
    color: #fff;
    background: #68aca0;
    box-shadow: none;
}

.is-endrange .pika-button {
    color: #fff;
    background: #1e9ed6;
    box-shadow: none;
}

/*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*

Illustration

#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*/
.illustration {
    margin: 0 auto;
    text-align: center;
}

    .illustration img,
    .illustration svg {
        width: 80px;
    }

@media (min-width: 590px) and (max-width: 767px) {
    .illustration img,
    .illustration svg {
        width: 90px;
    }
}

@media (min-width: 768px) {
    .illustration img,
    .illustration svg {
        width: 120px;
    }
}

/*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*

Tile

#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*/
.tile {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .tile {
        margin-bottom: 30px;
    }
}

a.tile {
    cursor: pointer;
    border: none;
}

    a.tile:hover {
        color: normal;
        text-decoration: none;
    }

.tile__heading {
    text-align: center;
    text-transform: uppercase;
    background-color: #deecf8;
    padding: 0.8125em 0;
}

    .tile__heading h4 {
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
        color: #003E52;
        margin-bottom: 0;
    }

@media (min-width: 992px) {
    .tile__heading h4 {
        font-size: 20px;
        line-height: 26px;
    }
}

.tile__body {
    text-align: center;
    position: relative;
    padding: 30px 30px 40px 30px;
}

@media (min-width: 590px) and (max-width: 767px) {
    .tile__body {
        padding: 30px 30px 20px 30px;
    }
}

@media (min-width: 992px) {
    .tile__body {
        padding: 30px 30px 20px 30px;
    }
}

@media (min-width: 1200px) {
    .tile__body {
        padding: 30px 30px 40px 30px;
    }
}

.tile__body svg path {
    stroke: currentColor;
}

.tile__body .illustration {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .tile__body .illustration {
        margin-bottom: 25px;
    }
}

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

.tile__body--no_padding {
    padding: 0;
}

.tile__no_margin {
    margin: 0;
}

.tile--trends {
    margin-bottom: 40px;
}

    .tile--trends .tile__body {
        text-align: left;
        padding: 16px 0 0 0;
    }

@media (min-width: 768px) {
    .tile--trends .tile__body {
        padding: 26px 0 0;
    }
}

.tile--trends .tile__image {
    padding: 20px 0;
    border-bottom: 2px solid #deecf8;
    margin-bottom: 0;
    height: 100%;
    max-height: none;
}

@media (min-width: 768px) {
    .tile--trends .tile__image {
        padding: 30px 0;
    }
}

@media (min-width: 992px) {
    .tile--trends .tile__image {
        padding: 60px 0;
    }
}

.tile__image {
    overflow: hidden;
    max-height: 420px;
}

@media (min-width: 992px) {
    .tile__image {
        max-height: 300px;
    }
}

.tile__image img {
    width: 101%;
    max-width: 101%;
}

.tile--trends .tile__image img {
    width: 100%;
    max-width: 100%;
}

.tile__image--icon {
    padding-bottom: 30px;
}

.tile__meta {
    margin: 0 auto;
}

@media (min-width: 590px) and (max-width: 767px) {
    .tile__meta {
        height: 50px;
    }
}

@media (min-width: 992px) {
    .tile__meta {
        height: 60px;
    }
}

@media (min-width: 1200px) {
    .tile__meta {
        height: auto;
    }
}

.tile__meta_item {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

@media (min-width: 768px) {
    .tile__meta_item {
        font-size: 17px;
        line-height: 23px;
    }
}

@media (min-width: 992px) {
    .tile__meta_item {
        font-size: 18px;
        line-height: 24px;
    }
}

.tile__meta_item:first-child:after {
    content: ' | ';
    color: #a3d2ca;
}

.tile__meta_item:last-child {
    display: block;
}

.tile--report {
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    padding: 30px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    transition: background-color 0.1s ease-in;
}

    .tile--report svg {
        width: 100%;
        height: 100%;
    }

        .tile--report svg path {
            stroke: currentColor;
        }

    .tile--report .tile__illustration {
        margin-bottom: 18px;
    }

    .tile--report .illustration {
        width: 80px;
        height: 80px;
    }

    .tile--report .tile__title {
        height: auto;
        position: relative;
        display: block;
    }

        .tile--report .tile__title h5 {
            position: static;
            top: auto;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            display: inline-block;
        }

    .tile--report .tile__location {
        height: auto;
        display: inline-block;
        width: 100%;
        margin-bottom: 0;
    }

.tile--home {
    -js-display: -webkit-flex;
    -js-display: -ms-flexbox;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px;
    margin-bottom: 0;
    width: 100%;
}

@media (min-width: 890px) {
    .tile--home {
        padding: 0 15px;
    }
}

@media (min-width: 999px) {
    .tile--home {
        padding: 0 25px;
    }
}

.tile--home h5 {
    color: #c18510;
    margin-top: 12px;
    margin-bottom: 12px;
}

.tile--home p {
    color: #003E52;
}

@media (min-width: 992px) {
    .tile--home p {
        margin-bottom: 32px;
        max-width: 100%;
    }
}

.tile--home button {
    margin-top: auto;
    margin-bottom: 18px;
}

.tile--white {
    background: white;
    color: #55565A;
}

    .tile--white:hover {
        color: #55565A;
    }

    .tile--white .tile__body {
        background: white;
    }

.tile--dark_blue {
    background: #003E52;
    color: white;
}

    .tile--dark_blue:hover, .tile--dark_blue:focus, .tile--dark_blue:active {
        color: white;
    }

    .tile--dark_blue.tile--report:hover {
        color: white;
        background: #004d66;
    }

    .tile--dark_blue.tile--report:focus, .tile--dark_blue.tile--report:active {
        color: white;
        background: #000f1a;
    }

    .tile--dark_blue .tile__body {
        background: #003E52;
    }

.tile--orange {
    background: #c18510;
    color: white;
}

    .tile--orange.tile--report:hover {
        color: white;
        background: #d19114;
    }

    .tile--orange.tile--report:focus, .tile--orange.tile--report:active {
        color: white;
        background: #9e5507;
    }

    .tile--orange .tile__body {
        background: #c18510;
    }

.tile--mint {
    background: #a3d2ca;
    color: #003E52;
}

    .tile--mint.tile--report:hover {
        color: #003E52;
        background: #addcd4;
    }

    .tile--mint.tile--report:focus, .tile--mint.tile--report:active {
        color: #003E52;
        background: #68aca0;
    }

    .tile--mint .tile__body {
        background: #a3d2ca;
    }

    .tile--mint .tile__title h5 {
        color: #003E52;
    }

.tile--cyan {
    background: #1e9ed6;
    color: white;
}

    .tile--cyan .tile__body {
        background: #1e9ed6;
    }

.tile--medium_blue {
    background: #4C748E;
    color: white;
}

    .tile--medium_blue.tile--report:hover {
        color: white;
        background: #55819e;
    }

    .tile--medium_blue.tile--report:focus, .tile--medium_blue.tile--report:active {
        color: white;
        background: #385568;
    }

    .tile--medium_blue .tile__body {
        background: #4C748E;
    }

.tile--bg_none {
    background: none;
}

    .tile--bg_none .tile__body {
        background: none;
    }

.tile__title {
    height: 4.5rem;
    text-align: center;
    position: relative;
    margin-bottom: 22px;
}

    .tile__title h5 {
        color: white;
        width: 100%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 22px;
        line-height: 30px;
    }

@media (min-width: 768px) {
    .tile__title h5 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (min-width: 992px) {
    .tile__title h5 {
        font-size: 26px;
        line-height: 36px;
    }
}

.tile__title--factoid {
    border-bottom: 2px solid #deecf8;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

@media (min-width: 992px) {
    .tile__title--factoid {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

.tile__location {
    position: relative;
    margin-bottom: 5px;
    height: 50px;
}

    .tile__location h6 {
        color: #a3d2ca;
        width: 100%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.tile__status {
    margin-bottom: 22px;
}

/*
 *  Tile (hero variation)
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * */
@media (min-width: 992px) {
    .tile--hero {
        position: relative;
        width: 100%;
    }

        .tile--hero:after {
            content: "";
            display: table;
            clear: both;
        }
}

.tile--hero h5 {
    font-size: 20px;
    line-height: 25px;
}

@media (min-width: 768px) {
    .tile--hero h5 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (min-width: 992px) {
    .tile--hero h5 {
        font-size: 44px;
        line-height: 48px;
        font-weight: 300;
    }
}

@media (min-width: 992px) {
    .tile--hero img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 992px) {
    .tile--hero .tile__image {
        float: left;
        width: 50%;
        overflow: hidden;
        max-height: 405px;
    }
}

@media (min-width: 768px) {
    .tile__image-icon {
        float: none;
        width: 50%;
        overflow: hidden;
        max-height: 306px;
    }
}

.tile__image-50 {
    margin: 50px 0;
}

@media (min-width: 992px) {
    .tile--hero .tile__body {
        position: absolute;
        right: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50%;
        max-height: 405px;
    }
}

@media (min-width: 992px) {
    .tile--hero .tile__body {
        padding: 30px 30px 0 30px;
    }
}

@media (min-width: 1200px) {
    .tile--hero .tile__body {
        padding: 30px;
    }
}

@media (min-width: 768px) {
    .tile--hero .tile__body-none {
        position: absolute;
        right: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 40%;
        max-height: 405px;
        padding: 7px 30px 17px 30px;
        margin: 0 auto;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .tile--hero .tile__body-none {
        padding: 30px 30px 0 30px;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .tile--hero .tile__body-none {
        padding: 30px;
    }
}

/*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*


    Property filters


#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*/
.filters_container {
    padding: 40px 0;
}

@media (min-width: 768px) {
    .filters_container {
        padding-bottom: 25px;
    }
}

.filters_container--midpage {
    padding-bottom: 0;
}

.filters_container--property {
    padding: 40px 0;
}

/*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*


    Active Listings Module


#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*/
.fifty-wrapper {
    height: 256px;
}

@media (min-width: 768px) {
    .fifty-wrapper {
        height: 392px;
    }
}

@media (min-width: 992px) {
    .fifty-wrapper {
        height: 522px;
    }
}

.fifty-wrapper .left-module {
    padding: 40px;
    height: auto;
    float: left;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

@media (min-width: 768px) {
    .fifty-wrapper .left-module {
        height: 100%;
        padding: 60px 30px;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .fifty-wrapper .left-module {
        padding: 60px;
    }
}

.fifty-wrapper .left-module .illustration {
    max-width: 36px;
    padding-bottom: 25px;
}

@media (min-width: 768px) {
    .fifty-wrapper .left-module .illustration {
        padding-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .fifty-wrapper .left-module .illustration {
        padding-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .fifty-wrapper .left-module .callout-body-content {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.fifty-wrapper .left-module .callout-body-content p, .fifty-wrapper .left-module .callout-body-content h2 {
    word-break: break-word;
}

.fifty-wrapper .left-module .callout-body-content h2 {
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .fifty-wrapper .left-module .callout-body-content h2 {
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .fifty-wrapper .left-module .callout-body-content h2 {
        margin-bottom: 50px;
    }
}

.fifty-wrapper .left-module .callout-body-content h2.careers-left {
    margin: 0 0 6px;
}

@media (min-width: 992px) {
    .fifty-wrapper .left-module .callout-body-content h2.careers-left {
        margin: 0 0 20px;
    }
}

.fifty-wrapper .right-module {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: cover;
    float: left;
    width: 100%;
    height: 250px;
}

@media (min-width: 768px) {
    .fifty-wrapper .right-module {
        height: 392px;
        width: 50%;
        background-position: 0 0;
    }
}

@media (min-width: 992px) {
    .fifty-wrapper .right-module {
        height: 522px;
    }
}

.right-module.careers-right-wrapper {
    background-position: 0 0;
}

@media (min-width: 768px) {
    .right-module.careers-right-wrapper {
        background-position: 0 0;
    }
}

@media (min-width: 992px) {
    .right-module.careers-right-wrapper {
        height: 522px;
    }
}

/*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*


    Property filters


#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*/
.property_filters {
    width: 100%;
    border-bottom: 1px solid #1e9ed6;
    background: white;
    overflow: hidden;
    z-index: 5;
}

    .property_filters.active {
        border-bottom: none;
    }

.property_filters__handle {
    cursor: pointer;
    text-transform: uppercase;
    padding: 15px 0 12px 30px;
    border-bottom: 1px solid #1e9ed6;
    background: white;
    font-size: 0.938em;
    font-weight: 500;
    color: #003E52;
    background: #deecf8;
    position: relative;
    z-index: 1;
    transition: color 0.1s ease-in;
}

    .property_filters__handle:hover {
        color: #1e9ed6;
    }

    .property_filters__handle:focus {
        color: #000f1a;
    }

.property_filters__handle--disabled {
    color: #5B5B61;
}

    .property_filters__handle--disabled:hover {
        color: #5B5B61;
    }

.browse-rep-cancel-wrapper {
    padding-top: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}

@media (min-width: 992px) {
    .browse-rep-cancel-wrapper {
        float: left;
        padding-top: 5px;
        padding-left: 20px;
        padding-bottom: 0px;
        width: auto;
    }
}

.browse-rep-cancel-wrapper .browse-reports-clear {
    display: inline-block;
}

.property_filters__group.sort-filter {
    height: 100%;
    margin: 0;
    padding: 0;
    max-width: none;
}

@media (min-width: 768px) {
    .property_filters__group.sort-filter {
        max-width: 220px;
    }
}

.cancel-search {
    display: inline-block;
    text-transform: uppercase;
}

input + .cancel-search {
    margin-left: 20px;
}

@media (min-width: 768px) {
    input + .cancel-search {
        margin-left: 30px;
    }
}

.property_filters--pinned {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate(0%, -100%);
    -ms-transform: translate(0%, -100%);
    transform: translate(0%, -100%);
    z-index: 10;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.results-wrapper {
    padding-bottom: 20px;
}

/*

 * Search tools

 * * * * * * * * * * * * * * * * * * * * * * * * * */
.results_header {
    margin-bottom: 1.625em;
}

.results_header__results {
    color: #003E52;
}

.icon_list {
    display: inline-block;
    float: right;
}

@media (min-width: 768px) {
    .icon_list {
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .icon_list {
        padding-top: 0;
    }
}

@media (min-width: 480px) {
    .icon_list {
        float: none;
    }
}

.results {
    color: #003E52;
    display: none;
}

@media (min-width: 768px) {
    .results {
        padding-top: 5px;
        display: inline-block;
    }
}

.rss-icon {
    display: none;
}

    .rss-icon a {
        border-bottom: none;
    }

@media (min-width: 768px) {
    .rss-icon {
        display: inline-block;
        padding-left: 20px;
    }
}

.rss {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 13px;
}

    .rss svg {
        width: 100%;
        height: 100%;
    }

        .rss svg path {
            stroke: #1e9ed6;
            stroke-width: 1.5px;
        }

    .rss:hover svg path {
        stroke: #20adea;
    }

    .rss:active svg path, .rss:focus svg path {
        stroke: #107fcd;
    }

@media (min-width: 768px) {
    .rss {
        margin-top: 8px;
    }
}

.rss-results-wrapper {
    display: block;
}

@media (min-width: 768px) {
    .rss-results-wrapper {
        display: none;
    }
}

.rss-results-wrapper .results-mobile {
    padding-top: 20px;
}

.rss-results-wrapper .rss-mobile {
    padding-top: 5px;
}

    .rss-results-wrapper .rss-mobile a {
        border-bottom: none;
    }

/*
 *
 *  Market rates ticker
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * */
.ticker-wraper {
    white-space: nowrap;
    padding-left: 15px;
}

#tick-1, #tick-0 {
    display: block;
    clear: both;
}

.js-marquee-wrapper {
    -webkit-transform: translateZ(0) !important;
}

.ticker-add {
    display: inline-block;
    width: 200px;
    background: #000;
    /* left: -460px; */
    height: 50px;
    position: relative;
    display: none;
}

.ticker {
    padding: 0;
    position: relative;
    height: 40px;
    overflow: hidden;
    border-top: 1px solid #4C748E;
    border-bottom: 1px solid #4C748E;
    background: white;
}

.ticker__content {
    white-space: nowrap;
    width: 100%;
    margin: 0 -.125em;
    padding: 0;
    position: relative;
    display: inline-block;
}

.ticker__item {
    font-size: 0.875em;
    border-right: 1px solid #4C748E;
    display: inline-block;
    padding: 8px 16px;
    float: none;
    clear: none;
    width: auto;
    height: 50px;
}

    .ticker__item .market {
        font-weight: 500;
        color: #003E52;
        position: relative;
        min-width: 0;
        display: inline-block;
    }

    .ticker__item .market-time {
        font-weight: 400;
        color: #003E52;
    }

    .ticker__item .market-bullet {
        width: 4px;
        border-radius: 10px;
        background: #4C748E;
        display: inline-block;
        height: 4px;
        margin-right: 3px;
        margin-left: 3px;
        position: relative;
        top: -3px;
        display: inline-block;
    }

    .ticker__item .market-day {
        font-weight: 500;
        color: #c18510;
    }

.time-wrapper {
    position: relative;
}

.ticker__see_all {
    width: 100%;
    right: 0;
    padding: 12px 0 12px 15px;
    margin: 0;
    z-index: 2;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 14px;
}

@media (min-width: 768px) {
    .ticker__see_all {
        line-height: 15px;
        background: #4C748E;
        position: absolute;
        width: 305px;
    }
}

.ticker__see_all small {
    color: #deecf8;
    font-size: 9px;
    position: relative;
    top: -2px;
    text-transform: none;
    float: right;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .ticker__see_all small {
        display: inline;
        font-weight: 500;
        padding-right: 40px;
    }
}

a.ticker__see_all_link {
    color: white;
    /*@include ticker-custom  {
    color: white;
  }*/
}

    a.ticker__see_all_link:hover {
        color: white;
        border-bottom: 1px dotted white;
    }

.see-all-arrow {
    padding: 0 15px 0 10px;
    position: relative;
    top: -1px;
}

.time-wrapper-inner {
    width: 100%;
    position: relative;
    display: inline;
    top: 0;
}

.inner-time-wrap {
    text-align: center;
    position: relative;
    margin: 0;
    padding: 0;
    height: 30px;
    display: inline-block;
}

.ticker-mob {
    padding: 9px 0 0 5px;
    position: relative;
    height: 40px;
    overflow: hidden;
    background: white;
}

.ticker__item .market-mob {
    min-width: 70px;
}

.ticker__item .market-bullet-mob {
    display: none;
}

.ticker__item-mob {
    clear: both;
    position: relative;
    border-right: none;
    font-size: 0.875em;
    width: 100%;
    height: 90px;
    display: block;
    padding: 0;
}

.inner-time-wrap-mob {
    display: block;
}

.time-wrapper-inner-mob {
    width: 100%;
    display: block;
    position: relative;
    top: -22px;
}

/*
 *
 *  Market Rates Time Stamp
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * */
.time-stamp {
    padding: 0;
    font-size: 12px;
}

@media (min-width: 768px) {
    .time-stamp {
        padding: 15px 0 0 0;
        font-size: 14px;
    }
}

.time-stamp span {
    padding-left: 0px;
}

@media (min-width: 768px) {
    .time-stamp span {
        padding-left: 50px;
    }
}

/*
 *
 *  Callout items
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * */
.callout__item {
    display: block;
    position: relative;
    border-bottom: 1px solid #92650c;
    margin-bottom: 20px;
    padding-bottom: 7px;
    text-align: left;
    color: white;
}

    .callout__item:hover {
        color: white;
    }

@media (min-width: 768px) {
    .callout__item {
        margin-bottom: 30px;
    }
}

.callout__link {
    font-weight: 400;
}

.bg-orange .callout__heading,
.bg-orange.callout__cell h2 {
    color: white;
}

.callout__item--news {
    border-bottom-color: #003E52;
    padding-bottom: 12px;
}

@media (min-width: 768px) {
    .callout__item--news {
        padding-bottom: 20px;
    }
}

.callout__item--news .callout__link {
    font-size: 17px;
    line-height: 23px;
    color: white;
    border-bottom: 1px dotted transparent;
}

    .callout__item--news .callout__link:hover {
        color: white;
        border-bottom-color: white;
    }

    .callout__item--news .callout__link:active, .callout__item--news .callout__link:focus {
        outline: none;
        color: #003E52;
        border-bottom-color: #003E52;
    }

@media (min-width: 768px) {
    .callout__item--news .callout__link {
        font-size: 21px;
        line-height: 30px;
    }
}

@media (min-width: 992px) {
    .callout__item--news .callout__link {
        font-size: 26px;
        line-height: 36px;
    }
}

.callout__item--news time {
    display: block;
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .callout__item--news time {
        margin-bottom: 20px;
    }
}

.callout__item--report {
    border-bottom: 1px solid #1e9ed6;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .callout__item--report {
        padding-bottom: 30px;
    }
}

.callout__item--report:nth-child(1) {
    padding-top: 0px;
}

.callout__item--report .callout__link {
    color: #003E52;
    border-bottom: 1px dotted transparent;
    font-size: 17px;
    line-height: 23px;
    top: 4px;
    position: relative;
}

    .callout__item--report .callout__link:hover {
        color: #003E52;
        border-bottom-color: #003E52;
    }

    .callout__item--report .callout__link:active, .callout__item--report .callout__link:focus {
        outline: none;
        color: #000f1a;
        border-bottom-color: #000f1a;
    }

@media (min-width: 768px) {
    .callout__item--report .callout__link {
        top: -4px;
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 992px) {
    .callout__item--report .callout__link {
        font-size: 22px;
        line-height: 32px;
    }
}

.callout__item--report:hover {
    color: #003E52;
    text-decoration: none;
}

.callout__icon {
    width: 30px;
    height: 30px;
    vertical-align: -50%;
    margin-right: 0.8125em;
}

@media (min-width: 768px) {
    .callout__icon {
        width: 50px;
        height: 50px;
    }
}

.callout__icon path {
    stroke-width: 2px;
}

@media (min-width: 768px) {
    .callout__icon path {
        stroke-width: 1px;
    }
}

/*
 *
 *  Contact carousel
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * */
.carousel__container {
    clear: both;
    width: 100%;
}

.carousel__heading {
    padding-left: 15px;
    padding-right: 15px;
}

.carousel__slide {
    display: block;
    border: 1px solid #003E52;
}

.carousel__controls {
    position: relative;
    height: 20px;
}

@media (min-width: 590px) and (max-width: 767px) {
    .short_profile:nth-child(3n + 1) {
        clear: left;
    }
}

@media (min-width: 768px) {
    .short_profile:nth-child(3n + 1) {
        clear: left;
    }
}

@media (min-width: 992px) {
    .short_profile:nth-child(3n + 1) {
        clear: none;
    }

    .short_profile:nth-child(4n + 1) {
        clear: left;
    }
}

.brief_profile {
    margin-top: 0;
    text-align: center;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .brief_profile {
        margin-bottom: 50px;
    }
}

.brief_profile a {
    color: white;
}

.brief_profile dt {
    margin-top: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}

    .brief_profile dt a:active, .brief_profile dt a:focus {
        color: #97b8c3;
        border-color: #97b8c3;
    }

.brief_profile .email-icon {
    border-bottom: none;
    display: block;
    width: 36px;
    height: 30px;
    margin: 20px auto 0 auto;
}

    .brief_profile .email-icon:active, .brief_profile .email-icon:focus {
        outline: none;
    }

        .brief_profile .email-icon:active path, .brief_profile .email-icon:focus path {
            fill: #107fcd;
        }

    .brief_profile .email-icon:hover path {
        fill: #20adea;
    }

    .brief_profile .email-icon svg {
        width: 100%;
        height: 100%;
    }

.profile_link {
    letter-spacing: 1px;
}

    .profile_link img {
        width: 100px;
        margin: 0 auto 20px;
    }

@media (min-width: 768px) {
    .profile_link img {
        width: 120px;
    }
}

@media (min-width: 992px) {
    .profile_link img {
        width: 150px;
    }
}

.employee_profile__image {
    width: 150px;
    margin-left: 15px;
}

@media (min-width: 590px) and (max-width: 767px) {
    .employee_profile__image {
        width: 200px;
        float: left;
    }
}

@media (min-width: 768px) {
    .employee_profile__image {
        width: 200px;
        float: left;
    }
}

@media (min-width: 992px) {
    .employee_profile__image {
        width: 250px;
    }
}

.employee_meta {
    color: #003E52;
    text-align: left;
    margin-top: 30px;
    padding: 0 15px;
}

@media (min-width: 590px) and (max-width: 767px) {
    .employee_meta {
        text-align: right;
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .employee_meta {
        text-align: right;
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .employee_meta .phone-number {
        color: #003E52;
    }
}

.article__header h1 {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .article__header h1 {
        margin-bottom: 45px;
    }
}

.recommended {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .recommended {
        margin-top: 75px;
    }
}

.recommended .subsection_heading {
    margin-bottom: 24px;
}

.recommended ul {
    margin-bottom: none;
}

.recommended li {
    margin-bottom: 24px;
}

    .recommended li:last-child {
        margin-bottom: 0;
    }

/*
 *
 *  Back to top
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * */
.back_to_top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 5%;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    /* Oval 2: */
    background-color: #1e9ed6;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

    .back_to_top:hover {
        background-color: #20adea;
    }

    .back_to_top:focus, .back_to_top:active {
        background-color: #107fcd;
    }

.up_arr {
    display: block;
    width: 50px;
    height: 50px;
    background: url("./../img/arrow-up.png") center no-repeat;
    background-size: 14px 18px;
}

/*
 *
 *  Flexbox layouts
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * */
.flex_list {
    -js-display: -webkit-flex;
    -js-display: -ms-flexbox;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 0;
}

.flex_list--home {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 28px 0;
}

@media (min-width: 768px) {
    .flex_list--home {
        padding: 20px 0;
    }
}

@media (min-width: 992px) {
    .flex_list--home {
        padding: 0;
    }
}

.flex_list__item {
    -js-display: -webkit-flex;
    -js-display: -ms-flexbox;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

@media (min-width: 590px) and (max-width: 767px) {
    .flex_list__item {
        min-height: 0;
        width: 33.33333333%;
    }

        .flex_list__item:nth-child(3) {
            width: 33.33333334%;
        }
}

@media (min-width: 768px) {
    .flex_list__item {
        min-height: 0;
        width: 33.33333333%;
    }

        .flex_list__item:nth-child(3) {
            width: 33.33333334%;
        }
}

.flex_list__item.bg-dark-blue h5,
.flex_list__item.bg-orange h5 {
    color: white;
}

.flex_list__item.bg-highlight-blue h5,
.flex_list__item.bg-mint h5 {
    color: #003E52;
    border-bottom-color: #003E52;
}

.flex_list__item--grid {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .flex_list__item--grid h5 {
        color: #c18510;
    }

.flex_list__item--home {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 20px 0;
}

@media (min-width: 992px) {
    .flex_list__item--home {
        padding: 60px 0;
    }
}

@media (min-width: 590px) and (max-width: 767px) {
    .flex_list__item--home {
        width: 100%;
    }

        .flex_list__item--home:nth-child(3) {
            width: 100%;
        }
}

@media (min-width: 768px) {
    .flex_list__item--home {
        width: 100%;
    }

        .flex_list__item--home:nth-child(3) {
            width: 100%;
        }
}

@media (min-width: 890px) {
    .flex_list__item--home {
        min-width: 0;
        width: 33.33333333%;
    }

        .flex_list__item--home:nth-child(3) {
            width: 33.33333334%;
        }
}

@media (min-width: 1002px) {
    .flex_list__item--home + .flex_list__item--home .tile--home {
        border-left: 1px solid #4C748E;
    }
}

@media (min-width: 590px) and (max-width: 767px) {
    .flex_list__item--report {
        width: 50%;
    }

        .flex_list__item--report:nth-child(3) {
            width: 50%;
        }
}

@media (min-width: 768px) {
    .flex_list__item--report {
        width: 50%;
    }

        .flex_list__item--report:nth-child(3) {
            width: 50%;
        }
}

@media (min-width: 992px) {
    .flex_list__item--report {
        min-width: 0;
        width: 33.33333333%;
    }

        .flex_list__item--report:nth-child(3) {
            width: 33.33333334%;
        }
}

.flex_list__content {
    width: 100%;
}

    .flex_list__content h5 {
        color: #c18510;
    }

    .flex_list__content.bg-dark-blue h5,
    .flex_list__content.bg-orange h5 {
        color: white;
    }

    .flex_list__content.bg-highlight-blue h5,
    .flex_list__content.bg-mint h5 {
        color: #003E52;
        border-bottom-color: #003E52;
    }

.flex_list__content--grid {
    height: 120px;
    overflow: hidden;
    display: block;
    text-align: center;
}

    .flex_list__content--grid img {
        -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
        transform: translateY(-25%);
    }

@media (min-width: 590px) and (max-width: 767px) {
    .flex_list__content--grid {
        height: auto;
    }

        .flex_list__content--grid img {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }
}

@media (min-width: 768px) {
    .flex_list__content--grid {
        height: auto;
    }

        .flex_list__content--grid img {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }
}

.flex_list__content--grid h5 {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
    margin-top: 48px;
}

@media (min-width: 590px) and (max-width: 767px) {
    .flex_list__content--grid h5 {
        margin-top: 0;
        font-size: 16px;
        line-height: 22px;
    }
}

@media (min-width: 768px) {
    .flex_list__content--grid h5 {
        margin-top: 0;
        font-size: 22px;
        line-height: 22px;
    }
}

@media (min-width: 1050px) {
    .flex_list__content--grid h5 {
        font-size: 32px;
        line-height: 38px;
    }
}

.bottom-flex-list {
    text-align: center;
}

    .bottom-flex-list h5 {
        color: white;
        display: inline-block;
        margin: 0;
    }

    .bottom-flex-list h6 {
        padding-bottom: 25px;
    }

    .bottom-flex-list .flex_list__content {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 40px 15px;
        margin: 0 auto;
    }

@media (min-width: 768px) {
    .bottom-flex-list .flex_list__content {
        padding: 60px 30px;
    }
}

@media (min-width: 992px) {
    .bottom-flex-list .flex_list__content {
        padding: 60px;
    }
}

.bottom-flex-list .callout__item {
    width: 100%;
    border-bottom: 1px solid white;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 18px;
}

    .bottom-flex-list .callout__item.at_bottom {
        margin-bottom: 0;
    }

.bottom-flex-list .bg-mint .callout__item {
    border-bottom-color: #003E52;
}

.article_image {
    margin-bottom: 20px;
}

    .article_image img {
        width: 100%;
    }

.article_meta {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .article_meta {
        margin-bottom: 48px;
    }
}

.article_meta__list {
    float: left;
    margin-bottom: 15px;
}

    .article_meta__list li {
        display: inline-block;
    }

        .article_meta__list li + li::before {
            content: "|";
            font-weight: 500;
            color: #94C0E9;
            margin-right: 4px;
        }

.article_meta__social {
    float: right;
}

.expand__handle {
    cursor: pointer;
    transition: border-color 0.1s ease-in, color 0.1s ease-in;
    position: relative;
}

    .expand__handle .caret, .expand__handle .anchor_nav__caret {
        position: relative;
        bottom: 1px;
    }

.social__dropdown {
    font-weight: 500;
    text-transform: uppercase;
    display: inline;
    line-height: 24px;
    color: #1e9ed6;
    border-bottom: 1px dotted transparent;
}

    .social__dropdown:hover {
        color: #1e9ed6;
        border-bottom-color: #1e9ed6;
    }

    .social__dropdown:active, .social__dropdown:focus {
        outline: none;
        color: #107fcd;
        border-bottom-color: #107fcd;
    }

    .social__dropdown .caret, .social__dropdown .anchor_nav__caret {
        bottom: 2px;
    }

.social__list li {
    padding-right: 30px;
}

.dropdown {
    position: relative;
    font-size: 0.8125em;
}

.dropdown__content {
    padding: 1.625em;
    position: absolute;
    top: 3.25em;
    right: 0;
    background-color: #000f1a;
    z-index: 5;
    opacity: 0;
    display: none;
    text-align: left;
    margin-bottom: 0;
}

    .dropdown__content li {
        margin: 10px 0;
    }

        .dropdown__content li:first-child {
            margin: 0;
        }

        .dropdown__content li:last-child {
            margin-bottom: 0;
        }

        .dropdown__content li a {
            cursor: pointer;
            font-size: 13px;
        }

            .dropdown__content li a:hover {
                color: white;
                text-decoration: none;
                border-bottom: 1px dotted white;
            }

@supports (overflow: -webkit-marquee) and (justify-content: inherit) {
    .browse-report-flex-wrapper {
        padding: 0 15px;
    }

    @media (min-width: 992px) {
        .browse-report-flex-wrapper {
            padding: 0 10px;
        }
    }

    @media (min-width: 590px) and (max-width: 767px) {
        .flex_list__item--report, .flex_list__item--report:nth-child(3) {
            width: 49.5%;
        }
    }

    @media (min-width: 768px) {
        .flex_list__item--report, .flex_list__item--report:nth-child(3) {
            width: 33%;
        }
    }
}

.browse-report-flex-wrapper .jscroll-inner {
    display: block;
}

    .browse-report-flex-wrapper .jscroll-inner .float_list__item.float_list__item--report {
        display: block;
        float: left;
        width: 100%;
    }

@media (min-width: 590px) and (max-width: 767px) {
    .browse-report-flex-wrapper .jscroll-inner .float_list__item.float_list__item--report {
        width: 50%;
    }

        .browse-report-flex-wrapper .jscroll-inner .float_list__item.float_list__item--report:nth-child(3) {
            width: 50%;
        }

        .browse-report-flex-wrapper .jscroll-inner .float_list__item.float_list__item--report:nth-child(2n + 1) {
            clear: left;
        }
}

@media (min-width: 768px) {
    .browse-report-flex-wrapper .jscroll-inner .float_list__item.float_list__item--report {
        width: 50%;
    }

        .browse-report-flex-wrapper .jscroll-inner .float_list__item.float_list__item--report:nth-child(3) {
            width: 50%;
        }

        .browse-report-flex-wrapper .jscroll-inner .float_list__item.float_list__item--report:nth-child(2n + 1) {
            clear: left;
        }
}

@media (min-width: 992px) {
    .browse-report-flex-wrapper .jscroll-inner .float_list__item.float_list__item--report {
        min-width: 0;
        width: 33.33333333%;
    }

        .browse-report-flex-wrapper .jscroll-inner .float_list__item.float_list__item--report:nth-child(3) {
            width: 33.33333334%;
        }

        .browse-report-flex-wrapper .jscroll-inner .float_list__item.float_list__item--report:nth-child(2n + 1) {
            clear: none;
        }

        .browse-report-flex-wrapper .jscroll-inner .float_list__item.float_list__item--report:nth-child(3n + 1) {
            clear: left;
        }
}

.search_result--news h5 {
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .search_result--news h5 {
        margin-bottom: 10px;
    }
}

.search_result--news a {
    font-weight: 400;
}

.divSuccessMessage {
    padding:0px;
    position: fixed;
    bottom: 0;
    right: 0;
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

@-webkit-keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        visibility: hidden;
    }
}

