/*
font-family:"Interstate", sans-serif;
font-family:"Interstate Condensed", sans-serif;
font-family:"Interstate Condensed Bold", sans-serif;
font-family:"Noto Serif", serif;
font-family:"Overpass", sans-serif;
font-family:"Roboto", sans-serif;
font-family:"Roboto Slab", serif;
*/

h2.line {
    height: auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

h2.line:before {
    background: #cccccc;
    content: " ";
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    z-index: 0;
}

h2.line span {
    background: #ffffff;
    padding: 0 20px;
    position: relative;
}

.spacer {
    clear: both;
    height: 30px;
}

.sponsors {
    margin: 0 -15px 0px;
    text-align: center;
}

.sponsors img {
    border: 1px solid #cccccc;
    margin: 0 15px 30px;
}

.partners {
    padding: 20px;
    margin: 0px 20px -30px 20px;
}

html {
    font-size: 62.5%;
}

.body, body {
    /* background: #000; */
    color: #000;
    font-family: "Noto Serif", serif;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.25px;
    -webkit-font-smoothing: antialiased;
}

.h1, h1 {
    font-family: "Interstate Condensed Bold", sans-serif;
    font-size: 3.6rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 3.8rem;
    margin: 0 0 10px;
}

    .h1.caps, h1.caps {
        text-transform: uppercase;
        font-family: "Interstate Condensed", sans-serif;
        margin: 0 0 12px;
    }

.h2, h2 {
    font-family: "Interstate Condensed Bold", sans-serif;
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 3.2rem;
    margin: 0 0 30px;
}

.h3, h3 {
    font-family: "Overpass", sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 2.6rem;
    margin: 0 0 15px;
}

    .h3.condensed, h3.condensed {
        font-weight: 500;
        font-family: "Interstate Condensed Bold", sans-serif;
    }

    .h3.slab, h3.slab {
        font-family: "Roboto Slab", serif;
        text-transform: uppercase;
    }

.h4, h4 {
    font-family: "Interstate Condensed Bold", sans-serif;
    font-size: 2rem;
    line-height: 2.4rem;
    margin: 0 0 10px;
}

.h5, h5 {
    font-family: "Overpass", sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 2.4rem;
    margin: 0 0 10px;
}

.h6, h6 {
    text-transform: uppercase;
    font-family: "Overpass";
    font-weight: 700;
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 12px;
}

.eyebrow {
    text-transform: uppercase;
    font-family: "Overpass";
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-bottom: 12px;
}

    .eyebrow.condensed {
        font-weight: 500;
        font-family: "Interstate Condensed Bold", sans-serif;
    }

.underline {
    text-decoration: underline;
}

.eyebrow.no-upper {
    text-transform: none;
}

.eyebrow.slab {
    color: #333333;
    font-family: "Roboto Slab";
}

.deck {
    font-family: "Overpass", sans-serif;
    font-size: 1.8rem;
    line-height: 2.4rem;
}

.subhead {
    font-family: "Interstate Condensed bold";
    font-size: 26px;
    line-height: 26px;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

sup {
    vertical-align: -webkit-baseline-middle;
}

img {
    vertical-align: bottom;
}

strong {
    font-weight: 700;
    letter-spacing: 0.5px;
}

p {
    font-size: 1.6rem;
    margin: 0 0 30px;
}

ul {
    margin: 0 0 30px 40px;
    padding: 0;
}

    ul li {
        margin: 0 0 30px 0px;
        list-style: none;
        padding: 0;
    }

.copy a {
    font-weight: bold;
    color: #00377B;
    text-decoration: underline;
}

.copy .button {
    text-decoration: none;
    color: white;
}

.copy ul {
    margin: 0 0 30px 40px !important;
    padding: 0;
}

    .copy ul li {
        margin: 0 0 10px 0px;
        list-style-type: none !important;
    }

        .copy ul li::before {
            content: "\2022";
            color: #007FAD;
            font-weight: bold;
            display: inline-block;
            width: 15px;
            margin-left: -15px;
        }

@media(min-width: 992px) {
    .copy ul {
        margin: 0 0 30px 0;
    }
}

ul ul {
    margin: 15px 0 15px 45px;
}

ol {
    margin: 0 0 30px 40px;
    padding: 0;
}

    ol li {
        margin: 0 0 10px;
        padding: 0;
    }

    ol ol {
        list-style-type: lower-alpha;
        margin: 15px 0 15px 45px;
    }

hr {
    background: #dcddde;
    border: none;
    clear: both;
    height: 1px;
    margin: 0 0 30px;
}

a {
    color: #00377b;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #00377b;
        outline: none;
        text-decoration: underline;
    }

table {
    margin: 0 0 30px;
    width: 100%;
}

    table thead th {
        background: #1b1b1b;
        border: 1px solid #1b1b1b;
        color: #fff;
        padding: 10px 15px;
        text-transform: uppercase;
    }

    table tbody tr td {
        border: 1px solid #1b1b1b;
        padding: 10px 15px;
    }

    table tbody tr:nth-child(even) {
        background: #fff;
    }

    table tbody tr:nth-child(odd) {
        background: #edeeee;
    }

.copy table td {
    border: none;
}

.copy table tbody tr:nth-child(even) {
    background: none;
}

.copy table tbody tr:nth-child(odd) {
    background: none;
}

form {
    line-height: 2rem;
}

    form label {
        display: block;
        margin: 0 0 30px;
    }

        form label > span:first-child {
            display: block;
            font-family: "Overpass", sans-serif;
            font-weight: 800;
            font-size: 1.4rem;
            line-height: 1.9rem;
            margin: 0 0 10px;
        }

    form select, form input[type="text"], form input[type="email"], form input[type="password"], form textarea {
        border: 1px solid #dcddde;
        font-family: "Overpass", sans-serif;
        font-weight: 800;
        font-size: 1.4rem;
        letter-spacing: 0.47px;
        line-height: 2rem;
        padding: 14px;
        width: 100%;
    }

        form select:focus, form input[type="text"]:focus, form input[type="email"]:focus, form input[type="password"]:focus, form textarea:focus {
            outline: none;
        }

    form select {
        height: 50px;
    }

/* Custom Checkbox */

label.checkbox {
    display: block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */

    label.checkbox input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* Create a custom checkbox */

    label.checkbox .checkmark {
        position: absolute;
        top: 2px;
        left: 0;
        height: 15px;
        width: 15px;
        background-color: #eee;
    }

    /* When the checkbox is checked, add a blue background */

    label.checkbox input:checked ~ .checkmark {
        background-color: #eee;
    }

    /* Create the checkmark/indicator (hidden when not checked) */

    label.checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */

    label.checkbox input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */

    label.checkbox .checkmark:after {
        left: 5px;
        top: 2px;
        width: 5px;
        height: 10px;
        border: solid #007FAD;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.custom-select {
    position: relative;
}

    .custom-select::after {
        content: url("../img/svg/icon-arrow-solid-dark.svg");
        zoom: 2;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        position: absolute;
        top: 7.5px;
        right: 10px;
        pointer-events: none;
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
    }

.open.custom-select::after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.custom-select select {
    font-size: 1.6rem !important;
    font-weight: 400 !important;
    margin-bottom: 40px;
    background: none;
    border: none;
    outline: none;
    border: 1px solid #65bbe9 !important;
    border: 1px solid #007FAD !important;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 100%;
}

form textarea {
    min-height: 200px;
    resize: vertical;
}

form button {
    background: #00377b;
    border: 2px solid #00377b;
    color: #fff;
    display: inline-block;
    font-family: "Overpass", sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 2rem;
    min-width: 217px;
    padding: 13px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease;
    white-space: nowrap;
}

    form button:hover, form button:focus {
        background: #00377b;
        color: #fff;
    }

form.doctor-search-form.desktop {
    display: none;
}

form.doctor-search-form.mobile {
    padding: 30px;
}

form.doctor-search-form .checkmark {
    background: white;
    border: 2px solid #00377B;
}

    form.doctor-search-form .checkmark:after {
        left: 4px;
        top: 0px;
        width: 5px;
        height: 10px;
        border: solid #00377B;
        border-width: 0 3px 3px 0;
    }

form.doctor-search-form input {
    border: 1px solid #007FAD;
    margin-bottom: 20px;
}

form.doctor-search-form input {
    border: 1px solid #007FAD;
    margin-bottom: 20px;
}

form.doctor-search-form label {
    margin-bottom: 10px;
    font-family: "Overpass";
    font-size: 1.6rem;
    font-weight: 700;
}

form.doctor-search-form label[for="Distance"] {
    margin-bottom: 0;
}

.filter-toolbar.mobile .menu-wrap {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.search-filter-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .search-filter-list .search-filter-list__item {
        font-size: 1.4rem;
        margin-right: 40px;
        position: relative;
    }

        .search-filter-list .search-filter-list__item:hover {
            text-decoration: none;
        }

        .search-filter-list .search-filter-list__item img {
            position: absolute;
            height: 10px;
            top: 2px;
            right: -15px;
        }

    .search-filter-list .search-filter-list__clear {
        font-size: 1.4rem;
        text-decoration: underline;
    }

.vertical-rule {
    border-right: 1px solid #007FAD;
}

.header-ad-space {
    text-align: center;
    padding: 0 30px 30px 30px;
}


.space-left {
    padding: 0px clamp(50px, 10vw, 120px) 0px 0px;
}

    .space-left img {
        height: auto;
        max-width: 100%;
    }

.space-left-side {
    padding: 0px 50px 0px 0px;
}

    .space-left-side img {
        height: auto;
        width: 100%;
    }

.no-margin {
    margin-right: 0;
    margin-left: 0;
}


@media(min-width: 768px) {
    .header-ad-space {
        padding: 30px 20vw;
    }
}

@media(min-width: 992px) {
    form.doctor-search-form.mobile {
        display: none;
    }

    form.doctor-search-form.desktop {
        display: block;
    }
}

@media(min-width: 768px) {
    .position-absolute-bottom {
        position: absolute !important;
        bottom: 0;
    }
}

/* Colors
======================================================================================*/

/* Grays
  Black 		#000000
  Gray-1 		#1B1B1B
  Gray-2 		#333333
  Gray-3 		#606A70
  Gray-4 		#DCDDDE
  Gray-5 		#EDEEEE
  White		#ffffff
*/

.black {
    background: #000 !important;
}

.black-text {
    color: #000 !important;
}

.gray-1 {
    background: #1b1b1b !important;
}

.gray-1-text {
    color: #1b1b1b !important;
}

.gray-2 {
    background: #333333 !important;
}

.gray-2-text {
    color: #333333 !important;
}

.gray-3 {
    background: #606a70 !important;
}

.gray-3-text {
    color: #606a70 !important;
}

.gray-4 {
    background: #dcddde !important;
}

.gray-4-text {
    color: #dcddde !important;
}

.gray-5 {
    background: #edeeee !important;
}

.gray-5-text {
    color: #edeeee !important;
}

.white {
    background: #fff !important;
}

.white-text {
    color: #fff !important;
}

/* Colors
  Primary 			#00377B
  Primary Light 		#007FAD
  Secondary 			#EFAC14
*/

.transparent {
    background: transparent !important;
}

.primary {
    background: #00377b !important;
}

.primary-text {
    color: #00377b !important;
}

.primary-light {
    background: #007FAD !important;
}

.primary-light-text {
    color: #007FAD !important;
}

.grey-box-text {
    color: #00377b !important;
}

.secondary {
    background: #efac14 !important;
}

.secondary-text {
    color: #efac14 !important;
}

.fonts .family {
    margin: 0 0 30px;
}

    .fonts .family p {
        margin: 10px 0;
    }

.icons {
    margin: 0 0 30px;
    padding: 15px;
    text-align: center;
}

    .icons img {
        margin: 0 15px;
        vertical-align: middle;
    }

.buttons {
    margin: 0 0 30px;
    padding: 15px;
}

    .buttons a {
        margin: 5px;
    }

.swatches {
    margin: 0 -5px 20px;
    overflow: hidden;
    text-align: center;
}

    .swatches .swatch-wrap {
        border: 1px solid #dcddde;
        float: left;
        margin: 0 5px 10px;
        width: 130px;
    }

        .swatches .swatch-wrap h5 {
            font-size: 1.4rem;
            margin: 0;
        }

    .swatches .swatch {
        border-top: 1px solid #dcddde;
        padding: 25px 15px;
    }

/* Global
======================================================================================*/

.bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.no-outside-gutters {
    margin-right: -15px;
    margin-left: -15px;
}

@media (max-width: 425px) {
    .no-mobile-gutters {
        padding: 0;
    }
}

.tray--stories .story-cards-wrapper .story-card--featured .ratio--16-9 {
    max-height: 600px;
}

.tray--stories .story-cards-wrapper .story-card {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.background-image {
    margin-top: auto;
}

/* Utilities */

.align-center {
    text-align: center;
}

.align-justify {
    text-align: justify;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.clear {
    clear: both;
}

@media(min-width: 576px) {
    .absolute-bottom-desktop {
        position: absolute !important;
        bottom: 0;
    }
}

.clickable {
    cursor: pointer;
}

.fade {
    opacity: 0.5;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.margin-lg {
    margin-bottom: 60px !important;
}

.margin-md {
    margin-bottom: 30px !important;
}

.margin-sm {
    margin-bottom: 15px !important;
}

.margin-xs {
    margin-bottom: 10px !important;
}

.margin-none {
    margin: 0 !important;
}

.margin-pull-lg {
    margin-bottom: -60px !important;
}

.margin-pull-md {
    margin-bottom: -30px !important;
}

.margin-pull-sm {
    margin-bottom: -15px !important;
}

.margin-pull-xs {
    margin-bottom: -10px !important;
}

.margin-none {
    margin: 0 !important;
}

.nowrap {
    white-space: nowrap;
}

.offset-left {
    margin-left: -30px;
}

.padding-lg {
    padding: 60px !important;
}

.padding-md {
    padding: 30px !important;
}

.padding-sm {
    padding: 15px !important;
}

.padding-xs {
    padding: 10px !important;
}

.padding-none {
    padding: 0 !important;
}

.pipe {
    margin: 0 5px;
}

.rounded {
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
}

.spacer-xl {
    clear: both;
    height: 75px;
}

.spacer-lg {
    clear: both;
    height: 60px;
}

.spacer-md {
    clear: both;
    height: 30px;
}

.spacer-sm {
    clear: both;
    height: 15px;
}

.spacer-xs {
    clear: both;
    height: 10px;
}

.text-xxl {
    font-size: 6.4rem;
    line-height: 6.9rem;
}

.text-xl {
    font-size: 3.2rem;
    line-height: 3.7rem;
}

.text-lg {
    font-family: "Overpass", sans-serif;
    font-size: 1.8rem;
    line-height: 2.3rem;
}

.text-md {
    font-size: 1.5rem;
    line-height: 2.3rem;
}

.text-sm {
    font-size: 1.4rem;
    line-height: 1.9rem;
}

.text-xs {
    font-size: 1.2rem;
    line-height: 1.7rem;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}

.uppercase {
    text-transform: uppercase;
}

.uppercase-off {
    text-transform: none;
}

/* Fonts */

.gilroyregular {
    font-family: gilroyregular, sans-serif !important;
}

.gilroybold {
    font-family: gilroybold, sans-serif !important;
}

/* Text styles */

.button {
    background: #00377b;
    border: 2px solid #00377b;
    color: #fff;
    display: inline-block;
    font-family: "Overpass", sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 2rem;
    min-width: 217px;
    position: relative;
    padding: 13px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease;
    white-space: nowrap;
    width: calc(100% - 10px);
}

    .button:after {
        position: absolute;
        bottom: -2px;
        right: -12px;
        content: "";
        width: 6px;
        height: calc(100% + 4px);
        background-color: inherit;
        border: inherit;
    }

    .button:hover, .button:focus {
        background: #000;
        border-color: #000;
        color: #fff;
        text-decoration: none;
    }

    .button.primary-light {
        border-color: #007FAD;
        color: #000;
    }

    .button.light {
        border-color: #65BBE9;
        background-color: #65BBE9 !important;
        color: #000;
    }

        .button.primary-light:hover, .button.primary-light:focus, .button.light:hover, .button.light:focus {
            background: #606a70 !important;
            border-color: #606a70;
            color: #fff;
        }

    .button.white {
        border-color: #fff;
        color: #007FAD;
    }

        .button.white:hover, .button.white:focus {
            background: #007FAD !important;
            border-color: #007FAD;
            color: #fff;
        }

    .button.white-outline {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }

        .button.white-outline:hover, .button.white-outline:focus {
            background: #fff;
            color: #000;
        }

.button-wrap .button {
    margin: 0 15px 15px 0;
}

@media (min-width: 540px) {
    .button {
        width: auto;
    }
}

.img-wrap {
    position: relative;
}

    .img-wrap img {
        max-width: 100%;
    }

.full-width-img {
    width: 100%;
    height: auto;
}

img.member-img {
    max-width: 250px;
}

.img-wrap span.play {
    color: #fff;
    display: block;
    font-size: 3.2rem;
    height: 32px;
    left: 50%;
    line-height: 3.2rem;
    margin: -16px 0 0 -16px;
    position: absolute;
    top: 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.4s ease;
    width: 32px;
}

.vid-wrap {
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

    .vid-wrap iframe {
        bottom: 0;
        left: 0;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

.crumbs {
    color: #000;
    font-family: "Overpass", sans-serif;
    font-size: 1.4rem;
    margin: 0 0 30px;
    text-transform: uppercase;
}

    .crumbs a {
        color: #606a70;
        text-decoration: underline;
    }

    .crumbs .pipe {
        color: #606a70;
    }

.faux-select.mobile-side {
    margin: -31px 0 30px -30px;
}

.faux-select {
    background: transparent;
    margin: 0 0 30px;
    position: relative;
}

    .faux-select.narrow {
        max-width: 250px;
    }

    .faux-select .toggle, .faux-select .toggle-link {
        position: relative;
    }

    .faux-select.search-filter .toggle a, .faux-select.search-filter .toggle-link a {
        border: 1px solid #007FAD;
        background-color: transparent;
        text-transform: uppercase;
    }

    .faux-select.search-filter .toggle a, .faux-select.search-filter .toggle-link a {
        border: 1px solid #007FAD;
        background-color: transparent;
        color: #000;
        display: block;
        font-family: "Overpass", sans-serif;
        font-size: 1.5rem;
        font-weight: 900;
        line-height: 2rem;
        overflow: hidden;
        padding: 14px 35px 14px 30px;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
        width: 100%;
    }

    .faux-select .toggle a, .faux-select .toggle-link a {
        color: white;
        background-color: #00377B;
        display: block;
        font-family: "Overpass", sans-serif;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 2rem;
        overflow: hidden;
        padding: 17px 35px 17px 30px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        text-decoration: none;
    }

        .faux-select .toggle a.white, .faux-select .toggle-link a.white {
            color: #00377B;
            background-color: white;
        }

.popup .faux-select .toggle a, .popup .faux-select .toggle-link a {
    color: white;
    border: 1px solid #65bbe9 !important;
    display: block;
    font-family: "Overpass", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;
    overflow: hidden;
    padding: 17px 35px 17px 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.faux-select .toggle a:after {
    content: url("../img/svg/icon-arrow-solid-white.svg");
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 15px;
    zoom: 1.75;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.faux-select .toggle a.white:after {
    content: url("../img/svg/icon-arrow-solid-dark.svg");
}

.faux-select.opened .toggle a:after {
    transform: rotate(270deg);
}

.faux-select .toggle-link img {
    top: 0;
    right: 15px;
    position: absolute;
    transform: rotate(90deg);
    transition: transform 0.4s ease;
    width: 9px;
    cursor: pointer;
}

.faux-select.opened .toggle-link img {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.faux-select ul {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    left: 0;
    list-style: none;
    margin: 0 0 30px;
    /* padding: 25px 0; */
    position: absolute;
    right: 0;
    top: 57px;
    z-index: 1;
    max-height: 0;
    /* -webkit-transition: max-height 500ms ease;
    -moz-transition: max-height 500ms ease;
    -o-transition: max-height 500ms ease;
    transition: max-height 500ms ease; */
}

.faux-select.opened ul {
    max-height: 200px;
}

.faux-select ul li {
    margin: 0;
}

    .faux-select ul li a {
        text-decoration: none;
        color: #1b1b1b;
        display: block;
        font-family: "Interstate", sans-serif;
        font-size: 1.6rem;
        padding: 5px 30px;
        background-color: #ffffff !important;
    }

.featured-link {
    margin: 0 0 30px;
    padding-left: 25px;
}

@media(min-width: 932px) {
    .featured-link {
        padding-left: 0;
    }
}

.featured-link .link {
    font-family: "Overpass", sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 2.3rem;
    position: relative;
}

    .featured-link .link img {
        left: -25px;
        position: absolute;
        top: 3px;
    }

.featured-link p {
    font-size: 1.6rem;
    margin: 0 0 5px;
}

.share {
    line-height: 1.8rem;
    margin: 0 0 30px;
}

    .share i {
        cursor: pointer;
        color: #00377b;
    }

        .share i:hover {
            color: #007FAD;
        }

    .share h5 {
        display: inline-block;
        margin: 0 25px 0 0;
    }

    .share img {
        margin: 0 3px;
        vertical-align: middle;
    }

    .share a:last-child img {
        margin-right: 0;
    }

.social-links i {
    cursor: pointer;
    color: #007FAD;
}

.featured-page {
    height: 100%;
    min-height: 130px;
    margin-left: -30px;
    padding-bottom: 30px;
}

    .featured-page .inner {
        border: 1px solid #007FAD;
        font-family: "Interstate Condensed Bold", sans-serif;
        font-size: 2.2rem;
        height: 100%;
        line-height: 2.4rem;
        position: relative;
    }

        .featured-page .inner a {
            display: block;
            height: 100%;
            padding: 30px;
            transition: all 0.4s ease;
        }

            .featured-page .inner a:hover, .featured-page .inner a:focus {
                background: #edeeee;
                text-decoration: none;
            }

            .featured-page .inner a span {
                display: block;
                margin: 0;
            }

            .featured-page .inner a img {
                position: absolute;
                right: 20px;
                top: 20px;
            }

/* .cta-box {
  background: #00377b;
  color: #fff;
  margin: 0 0 30px;
  padding: 35px 30px;
}

.cta-box a {
  color: #fff;
}

.cta-box h2 {
  font-family: "Interstate Condensed Bold", sans-serif;
  font-size: 2.8rem;
  line-height: 3rem;
  margin: 0 0 10px;
} */

.listing {
    margin: 0 0 10px;
}

    .listing h3 {
        font-family: "Interstate Condensed Bold", sans-serif;
        font-size: 2.2rem;
        font-weight: 400;
        line-height: 2.4rem;
        text-transform: none;
    }

    .listing h4 {
        font-family: "Overpass", sans-serif;
        font-size: 2rem;
        font-weight: 800;
        line-height: 2.4rem;
        text-transform: none;
    }

.no-margin p {
    margin: 0 !important;
}

.loader {
    margin: 150px auto 150px auto;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #00377b;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* Page
======================================================================================*/

#page {
    background: #fff;
}

/* Layout Grids
===================================================================================== */

.page-grid {
    display: block;
}

.page-grid__body {
    padding: 0 30px 0 30px;
}

.page-grid__main-img {
    margin-bottom: 60px;
}

.main-img__caption {
    margin: -50px 0 60px 0;
    font-style: italic;
}

.page-grid__main-img img {
    width: 100%;
}

.page-grid__sidebar {
    display: none;
}

.page-flex-grid {
    display: block;
}

.page-flex-grid__body {
    padding: 0 30px 0 30px;
}

.main-flex-img__caption {
    margin: -50px 0 60px 0;
    font-style: italic;
}

.page-flex-grid__sidebar.desktop {
    display: none;
}

.mobile-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
}

.page-flex-grid__body-main.full-mobile {
    margin-right: -30px;
    margin-left: -30px;
}

.news-grid__body {
    margin: 0 30px;
}

.news-grid__body-right {
    margin-left: 30px;
}

.news-grid__article-cards {
    margin: 0 30px 0 0;
}

.news-grid__featured {
    margin: 30px 30px 0 0;
}

.news-grid__featured-category {
    margin-bottom: 30px;
}

.news-grid__sidebar {
    display: none;
}

.article-slider {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

@media(min-width: 992px) {
    .page-flex-grid {
        display: -webkit-flex;
        display: flex;
    }

    .page-flex-grid__body {
        padding: 0;
        -webkit-flex: 7;
        flex: 7;
    }

    .page-flex-grid__body-main {
        padding: 0 120px 0 120px;
    }

        .page-flex-grid__body-main.full-mobile {
            margin: 0;
        }

        .page-flex-grid__body-main.narrow-right {
            padding-right: 60px;
        }

        .page-flex-grid__body-main.extend-left {
            padding-left: 0px;
        }

        .page-flex-grid__body-main.extend-right {
            padding-right: 0px;
        }

        .page-flex-grid__body-main.left-padding-only {
            padding-left: 120px !important;
        }

    .page-flex-grid__side-container {
        width: 120px;
    }

    .page-flex-grid__sidebar.desktop {
        width: 300px;
        display: block;
    }

    .mobile-content {
        display: none;
    }

    .page-grid {
        display: grid;
        grid-template-columns: 10% 70% 20%;
        grid-auto-flow: row dense;
    }

    .page-grid__to-left {
        padding-right: 60px;
        grid-column: 1 /span 2
    }

    .page-grid__to-right {
        padding-left: 60px;
        grid-column: 2 /span 2
    }

    .page-grid__body {
        padding: 0 60px 0 60px;
        grid-column: 2;
    }

    .page-grid__main-img {
        padding: 0 60px 0 0;
        grid-column: 1/3;
    }

        .page-grid__main-img img {
            width: 100%;
        }

    .page-grid__sidebar {
        grid-column: 3;
        grid-row: 1/ span 3;
    }

    .page-grid__sidebar {
        display: block;
        grid-column: 3;
        grid-row: 1/ span 3;
    }

    .news-grid__article-cards {
        margin: 0 30px;
    }

    .news-grid__featured {
        margin: 30px 30px 0 30px;
    }

    .news-grid__featured-category {
        padding: 0 30px 0 30px;
        margin-bottom: 30px;
    }
}

@media(min-width: 1440px) {
    .page-grid {
    }

    .page-grid__to-left {
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        padding-right: 120px;
    }

    .page-grid__to-right {
        padding-left: 120px;
    }

    .page-grid__body {
        padding: 0 120px 0 120px;
    }

    .page-grid__main-img {
        padding: 0 120px 0 0;
    }

    .page-flex-grid {
        display: -webkit-flex;
        display: flex;
    }

    .page-flex-grid__body {
        padding: 0;
        -webkit-flex: 5;
        flex: 5;
    }

    .page-flex-grid__body-main {
        padding: 0 220px 0 220px;
    }

    .page-flex-grid__side-container {
        width: 220px;
    }

    .page-flex-grid__body-main.left-padding-only {
        padding-left: 220px !important;
    }

    .news-grid-side {
        display: grid;
        grid-template-columns: 12% 76% 12%;
    }

    .news-grid__body-left {
        padding: 0;
        margin: 0;
        grid-column: 1/ span 3;
    }

    /*.news-grid {
        display: grid;
        grid-template-columns: 12% 76% 12%;
    }

    .news-grid__body {
        padding: 0;
        margin: 0;
        grid-column: 2/2;
    }

    .news-grid__body-right {
        padding: 0;
        margin: 0;
        grid-column: 2/ span 3;
    }

    .news-grid__article-cards {
        padding: 0;
        margin: 0;
        grid-column: 2/2;
    }

    .news-grid__featured {
        grid-column: 2/span 2;
        margin: 0;
    }

        .news-grid__featured .article-card {
            margin: 30px 0 30px 0;
            height: 470px;
        }

            .news-grid__featured .article-card img {
                width: 705px;
                height: 470px;
            }

    .news-grid__featured-category {
        grid-column: 1/span 3;
    }

    .news-grid__toolbar {
        grid-column: 2 /span 2;
    }

    .news-grid__sidebar {
        display: block;
        grid-column: 3;
        margin: 0 0 0 auto;
    }*/
}

/* Sidebar 
===========================================================================================*/

.side {
    display: none;
}

@media(min-width: 768px) {
    .side {
        display: block;
    }

    .side-nav {
        font-family: "Interstate";
        margin-bottom: 60px;
    }

        .side-nav ul {
            margin: 0;
        }

        .side-nav li {
            margin: 0 0 10px 0;
        }

            .side-nav li a {
                color: black;
            }
}

/* Header
======================================================================================*/

header {
    background: #fff;
    border-bottom: 1px solid #007FAD;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

    header nav.mobile {
        background: #000;
        font-family: "Overpass", sans-serif;
        font-size: 1.4rem;
        font-weight: 800;
        height: 50px;
        margin: 0 -15px;
        text-transform: uppercase;
        padding-right: 50px;
        position: relative;
    }

        header nav.mobile .mobile-wrap {
            position: relative;
        }

            header nav.mobile .mobile-wrap a {
                color: #fff;
                display: block;
                letter-spacing: 0.47px;
                padding: 15px;
                text-align: center;
                white-space: nowrap;
            }

            header nav.mobile .mobile-wrap .menu {
                background: #000;
                left: 0;
                position: absolute;
                top: 0;
                width: 50%;
            }

            header nav.mobile .mobile-wrap .link {
                background: #00377b;
                border-left: 1px solid #fff;
                border-right: 1px solid #fff;
                position: absolute;
                right: 0;
                top: 0;
                width: 50%;
            }

            header nav.mobile .mobile-wrap .search {
                background: #007FAD;
                height: 50px;
                line-height: 50px;
                padding: 0;
                position: absolute;
                right: -50px;
                top: 0;
                width: 50px;
            }

                header nav.mobile .mobile-wrap .search img {
                    vertical-align: middle;
                }

        header nav.mobile .search-wrap {
            background: #00377b;
            display: none;
            left: 0;
            padding-left: 50px;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1;
        }

            header nav.mobile .search-wrap form input {
                background: transparent;
                border: none;
                color: #fff;
                padding: 15px;
            }

            header nav.mobile .search-wrap form button {
                background: #007FAD;
                border: none;
                height: 50px;
                left: 0;
                line-height: 50px;
                min-width: 0;
                padding: 0;
                position: absolute;
                top: 0;
                width: 50px;
            }

                header nav.mobile .search-wrap form button img {
                    vertical-align: middle;
                }

        header nav.mobile .menu-wrap {
            background: #fff;
            border-bottom: 1px solid #007FAD;
            display: none;
            left: 0;
            position: absolute;
            text-transform: none;
            top: 50px;
            width: 100%;
            z-index: 1;
        }

            header nav.mobile .menu-wrap ul {
                list-style: none;
                margin: 0;
            }

                header nav.mobile .menu-wrap ul li {
                    margin: 0;
                    position: relative;
                }

                    header nav.mobile .menu-wrap ul li a {
                        display: block;
                    }

                header nav.mobile .menu-wrap ul.menu-list li.top-item a {
                    color: #1b1b1b;
                    font-family: "Roboto", sans-serif;
                    font-size: 1.4rem;
                    font-weight: 900;
                    letter-spacing: 0.5px;
                    text-transform: uppercase;
                }

                header nav.mobile .menu-wrap ul.menu-list li a {
                    border-bottom: 1px solid #007FAD;
                    color: #00377b;
                    font-family: "Interstate Condensed", sans-serif;
                    font-size: 2rem;
                    padding: 15px 50px 15px 30px;
                }

                header nav.mobile .menu-wrap ul.menu-list .icon {
                    border: none;
                    height: 50px;
                    line-height: 50px;
                    padding: 0;
                    position: absolute;
                    right: 0;
                    top: 0;
                    text-align: center;
                    width: 40px;
                }

                    header nav.mobile .menu-wrap ul.menu-list .icon img {
                        display: inline-block;
                        vertical-align: middle;
                    }

                header nav.mobile .menu-wrap ul.link-list {
                    margin: 15px 0;
                }

                    header nav.mobile .menu-wrap ul.link-list li a {
                        color: #00377b;
                        font-family: "Overpass", sans-serif;
                        font-size: 1.6rem;
                        font-weight: 600;
                        padding: 10px 15px 10px 30px;
                    }

                header nav.mobile .menu-wrap ul.more li a {
                    background: #00377b;
                    color: #fff;
                    font-family: "Interstate Condensed", sans-serif;
                    font-size: 2rem;
                    font-weight: 400;
                    padding: 15px 50px 15px 30px;
                }

                header nav.mobile .menu-wrap ul.more-list {
                    display: none;
                }

                header nav.mobile .menu-wrap ul.more li a span:nth-child(2) {
                    display: none;
                }

                header nav.mobile .menu-wrap ul.more li a img {
                    display: inline-block;
                    position: absolute;
                    right: 30px;
                    top: 20px;
                    -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
                    transition: -webkit-transform 0.4s ease;
                    transition: transform 0.4s ease;
                    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
                }

                header nav.mobile .menu-wrap ul.more li a.opened span:nth-child(1) {
                    display: none;
                }

                header nav.mobile .menu-wrap ul.more li a.opened span:nth-child(2) {
                    display: inline;
                }

                header nav.mobile .menu-wrap ul.more li a.opened img {
                    -webkit-transform: rotate(270deg);
                    transform: rotate(270deg);
                }

                header nav.mobile .menu-wrap ul.back li a {
                    color: #00377b;
                    font-family: "Overpass", sans-serif;
                    font-size: 1.6rem;
                    font-weight: 600;
                    padding: 15px 50px 15px 45px;
                }

                    header nav.mobile .menu-wrap ul.back li a img {
                        left: 30px;
                        position: absolute;
                        top: 19px;
                        -webkit-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }

        header nav.mobile .sign-in-wrap {
            background: #fff;
            display: none;
            left: 0;
            position: absolute;
            text-transform: none;
            top: 50px;
            width: 100%;
            z-index: 1;
        }

            header nav.mobile .sign-in-wrap ul {
                list-style: none;
                margin: 0;
            }

                header nav.mobile .sign-in-wrap ul li {
                    margin: 0;
                    position: relative;
                }

                    header nav.mobile .sign-in-wrap ul li a {
                        display: block;
                    }

                header nav.mobile .sign-in-wrap ul.menu-list li.top-item a {
                    color: #1b1b1b;
                    font-family: "Roboto", sans-serif;
                    font-size: 1.4rem;
                    font-weight: 900;
                    letter-spacing: 0.5px;
                    text-transform: uppercase;
                }

                header nav.mobile .sign-in-wrap ul.menu-list li a {
                    border-bottom: 1px solid #007FAD;
                    color: #00377b;
                    font-family: "Interstate", sans-serif;
                    font-size: 2rem;
                    padding: 15px 50px 15px 30px;
                }

                header nav.mobile .sign-in-wrap ul.menu-list .icon {
                    border: none;
                    height: 50px;
                    line-height: 50px;
                    padding: 0;
                    position: absolute;
                    right: 0;
                    top: 0;
                    text-align: center;
                    width: 40px;
                }

                    header nav.mobile .sign-in-wrap ul.menu-list .icon img {
                        display: inline-block;
                        vertical-align: middle;
                    }

            header nav.mobile .sign-in-wrap .form-wrap {
                background: #00377b;
                font-weight: 400;
                color: #fff;
                padding: 30px;
            }

                header nav.mobile .sign-in-wrap .form-wrap a {
                    color: #fff;
                    text-decoration: underline;
                }

                header nav.mobile .sign-in-wrap .form-wrap p {
                    font-family: "Noto Serif", serif;
                }

                header nav.mobile .sign-in-wrap .form-wrap > p:first-child {
                    font-family: "Interstate Condensed", sans-serif;
                    font-size: 2rem;
                    line-height: 2.5rem;
                }

                header nav.mobile .sign-in-wrap .form-wrap form {
                    max-width: 265px;
                }

                    header nav.mobile .sign-in-wrap .form-wrap form input {
                        background: transparent;
                        border-color: #fff;
                        color: #fff;
                    }

                    header nav.mobile .sign-in-wrap .form-wrap form button {
                        width: 100%;
                    }

            header nav.mobile .sign-in-wrap .memeber-wrap {
                background: #000;
                color: #fff;
                font-family: "Overpass", sans-serif;
                font-weight: 800;
                padding: 20px 30px;
                text-align: center;
                text-transform: uppercase;
            }

                header nav.mobile .sign-in-wrap .memeber-wrap a {
                    color: #fff;
                    text-decoration: underline;
                }

    header nav.toolbar {
        background: #00377b;
        display: none;
        margin: 0 -15px;
    }

        header nav.toolbar ul {
            display: -webkit-flex;
            display: flex;
            font-family: "Overpass", sans-serif;
            font-size: 1.3rem;
            font-weight: 800;
            -webkit-justify-content: flex-end;
            justify-content: flex-end;
            list-style: none;
            margin: 0;
            padding: 0;
        }

            header nav.toolbar ul li {
                margin: 0;
            }

                header nav.toolbar ul li a {
                    color: #fff;
                    display: block;
                    padding: 5px 15px;
                }

                header nav.toolbar ul li:last-child a {
                    background: #65BBE9;
                    color: #000;
                }

                    header nav.toolbar ul li:last-child a:hover {
                        background: #edeeee;
                    }

    header .logo {
        padding: 15px;
        text-align: center;
    }

        header .logo img {
            max-width: 100%;
        }

@media(min-width: 1250px) {
    header .logo {
        padding: 10px;
    }
}

header nav.desktop {
    margin: 0 -15px;
    display: none;
}

    header nav.desktop ul {
        display: -webkit-flex;
        display: flex;
        font-family: "Overpass", sans-serif;
        font-size: 1.3rem;
        font-weight: 800;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        header nav.desktop ul li {
            margin: 0;
            position: relative;
            cursor: pointer;
        }

            header nav.desktop ul li a {
                color: #000;
                display: block;
                padding: 20px 10px;
            }

            header nav.desktop ul li:hover a, header nav.desktop ul li:focus a {
                background: #edeeee;
                color: #000;
                text-decoration: none;
            }

            header nav.desktop ul li:hover ul, header nav.desktop ul li:focus ul {
                display: block;
            }

            header nav.desktop ul li ul {
                background: #edeeee;
                border-top: 1px solid #007FAD;
                -webkit-column-count: 2;
                -moz-column-count: 2;
                column-count: 2;
                display: none;
                font-weight: 600;
                left: 0;
                padding: 20px 30px 30px;
                position: absolute;
                top: 100%;
                /*width: 480px;*/
                width: auto;
                z-index: 1;
            }

                header nav.desktop ul li ul li {
                    white-space: nowrap;
                }

                    header nav.desktop ul li ul li a {
                        color: #00377b !important;
                        padding: 10px;
                    }

                        header nav.desktop ul li ul li a:hover, header nav.desktop ul li ul li a:focus {
                            text-decoration: underline;
                        }

    header nav.desktop .search-wrap {
        background: #fff;
        bottom: 0;
        display: none;
        height: 60px;
        padding: 18px 10px 18px 30px;
        position: absolute;
        right: 0;
        width: 340px;
        z-index: 1;
    }

        header nav.desktop .search-wrap form input {
            background: transparent;
            border: none;
            border-bottom: 1px solid #000;
            font-family: "Overpass", sans-serif;
            font-size: 1.3rem;
            font-weight: 800;
            padding: 0;
        }

        header nav.desktop .search-wrap form button {
            background: transparent;
            border: none;
            height: 60px;
            left: 0;
            line-height: 60px;
            min-width: 0;
            padding: 0;
            position: absolute;
            top: 0;
            width: 30px;
        }

            header nav.desktop .search-wrap form button img {
                vertical-align: middle;
            }

.full-width-container {
    padding: 60px 0px 60px 0px;
}

/* Tabs- News 
======================================================================================*/

#myTab{
    margin: 0 0 0 0;
}

.tab-content>.tab-pane {
    opacity: 1;
}

.nav-tabs {
    border-bottom: solid 1px black;
    overflow-x: scroll;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.nav-tabs::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.nav-tabs .nav-item {
  margin-bottom: 0;
  width: 10%;
  min-width: 180px;
}

.nav-tabs .nav-item .nav-link {
  font-weight: 600;
  text-transform: uppercase;
  background-image: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  line-height: 30px;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  color: black;
  font-family: "Roboto Slab", serif;
}

.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item .nav-link:hover {
  background-color: black;
  color: #fff;
}

.tab-pane {
  padding: 33px;
  /*background-color: #f3f1f1;*/
}

.tab-pane h2,
.tab-pane .h2 {
  font-size: 2.2rem;
  margin-bottom: 24px;
}

.tab-pane p {
  font-size: 1.6rem;
  line-height: 28px;
}

.tab-pane .background-image {
  margin-bottom: 20px;
}

.tab-pane .tray--accordion {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
}

/* Toolbars 
======================================================================================*/

.event-toolbar {
    padding: 0 100px;
}

.filter-toolbar.desktop {
    display: none;
}

/* Events */

.filter-toolbar {
    /* padding:  20px 0 20px 0; */
    font-family: "Overpass";
    font-size: 1.6rem;
    font-weight: 600;
    color: white;
}

    .filter-toolbar > ul {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: row;
        flex-direction: row;
        color: white;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        list-style: none;
        margin: 0;
    }

        .filter-toolbar > ul > li {
            width: 100%;
            padding: 0 20px 0 20px;
            margin: 20px 0 20px 0;
        }

            .filter-toolbar > ul > li.search {
                display: block;
                width: 250px;
                margin-left: auto;
            }

    .filter-toolbar .search input {
        color: white;
        width: 100%;
        background: none;
        border: none;
        border-bottom: 1px solid white;
    }

    .filter-toolbar input::-webkit-input-placeholder {
        color: white;
    }

    .filter-toolbar input::-moz-placeholder {
        color: white;
    }

    .filter-toolbar input:-ms-input-placeholder {
        color: white;
    }

    .filter-toolbar input::placeholder {
        color: white;
    }

    .filter-toolbar .faux-select {
        margin: 0;
    }

        .filter-toolbar .faux-select .toggle a, .filter-toolbar .faux-select .toggle-link a {
            padding: 0 20px 0 20px;
        }

            .filter-toolbar .faux-select .toggle a:after {
                right: -1px;
            }

        .filter-toolbar .faux-select .toggle-link img {
            right: -8px;
        }

        .filter-toolbar .faux-select ul {
            width: 214px;
            /* overflow-y: auto;
    overflow-x: hidden; */
        }

    .filter-toolbar.mobile {
        position: relative;
    }

        .filter-toolbar.mobile .menu-wrap {
            background: #fff;
            border-bottom: 1px solid #007FAD;
            display: none;
            left: 0;
            position: absolute;
            text-transform: none;
            top: 60px;
            width: 100%;
            z-index: 1;
        }

        .filter-toolbar.mobile .menu-wrap-doc {
            background: #fff;
            border-bottom: 1px solid #007FAD;
            display: block;
            left: 0;
            position: absolute;
            text-transform: none;
            top: 60px;
            width: 100%;
            z-index: 1;
        }

.mobile-dropdown__toggle {
    position: relative;
}

    .mobile-dropdown__toggle a {
        color: white;
        text-transform: uppercase;
    }

    .mobile-dropdown__toggle img {
        position: absolute;
        bottom: 5px;
        right: 0;
        transform: rotate(90deg);
        transition: transform 0.4s ease;
    }

    .mobile-dropdown__toggle.opened img {
        transform: rotate(270deg);
    }

.mobile-dropdown .menu-wrap ul {
    margin: 0;
}

.mobile-dropdown .menu-wrap li {
    margin: 0;
    position: relative;
}

    .mobile-dropdown .menu-wrap li a {
        display: block;
        border-bottom: 1px solid #007FAD;
        color: #00377b;
        font-family: "Interstate Condensed", sans-serif;
        font-size: 2rem;
        font-weight: 600;
        padding: 15px 50px 15px 30px;
    }

.mobile-dropdown .menu-wrap ul.menu-list li.top-item a {
    color: #1b1b1b;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.mobile-dropdown .menu-wrap li .icon {
    border: none;
    height: 50px;
    line-height: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 40px;
}

    .mobile-dropdown .menu-wrap li .icon img {
        vertical-align: middle;
    }

@media (min-width: 992px) {
    .filter-toolbar .faux-select .toggle a {
        text-transform: none;
    }

    .filter-toolbar.mobile {
        display: none;
    }

    .filter-toolbar.desktop {
        display: block;
    }

    .filter-toolbar > ul > li {
        width: auto;
        padding: 0 20px 0 20px;
        margin: 20px 0 20px 0;
    }
}

/* .side .faux-select {
    background-color: #00377B;
    max-width: 265px;
    margin-top: 175px;
} */

.side .faux-select ul {
    /* height: 224px;
    max-height: 224px; */
    max-width: 265px;
}

.search-pagination-bar {
    margin-bottom: 40px;
}

    .search-pagination-bar ul {
        margin: 0;
        padding: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .search-pagination-bar li {
        margin: 0 10px 10px 0;
        text-align: center;
        min-width: 35px;
        min-height: 35px;
        padding: 5px;
        border: 1px solid #007FAD;
    }

        .search-pagination-bar li.disabled {
            border: 1px solid #606A70;
        }

        .search-pagination-bar li.ellipses {
            border: none;
        }

    .search-pagination-bar a {
        font-family: "Overpass";
        font-size: 1.6rem;
        font-weight: 700;
    }

    .search-pagination-bar img {
        padding: 3px;
    }

        .search-pagination-bar img.back-icon {
            margin-right: 10px;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .search-pagination-bar img.forward-icon {
            margin-left: 10px;
        }

/* Main / Section
======================================================================================*/

main {
    padding: 30px 0px 30px 0px;
}

/* Sections
======================================================================================*/

section {
    padding: 30px 15px;
}

@media(min-width: 768px) {
    section {
        margin: 20px;
    }
}

/* Footer
======================================================================================*/

footer {
    background: #000;
    color: #fff;
    font-family: "Overpass", sans-serif;
    padding: 30px 15px;
}

    footer a {
        color: #fff;
    }

        footer a:hover, footer a:focus {
            color: #fff;
        }

    footer h4 {
        border-bottom: 2px solid #606a70;
        color: #007FAD;
        font-family: "Roboto Slab", serif;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.9rem;
        padding: 0 0 10px;
        text-transform: uppercase;
    }

    footer ul {
        font-size: 1.4rem;
        font-weight: 600;
        list-style: none;
        margin: 0 0 30px;
    }

        footer ul li {
            margin-bottom: 10px;
        }

    footer .faux-select .toggle a {
        background: #007FAD;
        color: #fff;
        padding: 17px 50px 17px 30px;
    }

    footer .faux-select ul {
        background: #fff;
        left: 0;
        list-style: none;
        margin: 0 0 30px;
        /* padding: 25px 0; */
        position: absolute;
        right: 0;
        top: -205px;
        z-index: 1;
        max-height: 0;
    }

    footer .faux-select.opened ul {
        min-height: 200px;
        max-height: 200px;
    }

    footer .faux-select .toggle a:after {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    footer .faux-select.opened .toggle a:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    footer .button {
        display: block;
        min-width: 0;
    }

    footer .social a {
        display: inline-block;
        margin-right: 40px;
        vertical-align: middle;
    }

        footer .social a:last-child {
            margin-right: 0;
        }


/* Media Queries
======================================================================================*/

/* XS Styles */

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }

    .featured-page {
        margin-left: 0;
    }
}

/* SM Styles */

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }

    body {
        font-size: 1.6rem;
    }

    h1, .h1 {
        font-size: 6.4rem;
        line-height: 6.6rem;
        margin: 0 0 30px;
    }

    h2, .h2 {
        font-size: 4.2rem;
        line-height: 4.6rem;
    }

    h3, .h3 {
        font-size: 2.8rem;
        line-height: 3.2rem;
    }

    h4, .h4 {
        font-size: 2.6rem;
        line-height: 3.1rem;
    }

    h5, .h5 {
        font-size: 2rem;
        line-height: 2.2rem;
    }

    h6, .h6 {
        font-size: 1.6rem;
    }

    .deck {
        font-size: 2rem;
        line-height: 2.6rem;
    }

    .eyebrow {
        font-size: 1.62rem;
        line-height: 1.62rem;
    }

    .text-lg {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .crumbs {
        font-size: 1.6rem;
    }

    .featured-link .link {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .featured-page .inner {
        font-size: 2.6rem;
        line-height: 2.8rem;
    }
    /* .cta-box h2 {
    font-size: 4.2rem;
    line-height: 4.4rem;
  } */
    .listing h3 {
        font-size: 2.6rem;
        line-height: 2.8rem;
    }

    footer .columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

        footer .columns li {
            white-space: nowrap;
        }

    footer .social a {
        margin-right: 0;
    }

    .filter-toolbar.mobile .menu-wrap {
        display: none;
    }
}

header nav.desktop ul {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

/* MD Styles */

@media (min-width: 992px) {
    .faux-select.mobile-side {
        display: none;
    }

    .container {
        max-width: 100%;
    }

    header nav.mobile {
        display: none;
    }

    header nav.toolbar {
        display: block;
    }


    header nav.desktop {
        display: block;
    }

    footer .columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .filter-toolbar.mobile .menu-wrap {
        display: none;
    }
}

/* LG Styles */

@media (min-width: 1360px) {
    .container {
        max-width: 1140px;
    }

    header .logo {
        bottom: 2px;
        left: 0;
        position: absolute;
        text-align: left;
        width: 300px;
    }

        header .logo img {
            height: 40px;
        }

    header .logo {
        bottom: 0;
        width: auto;
    }

    header nav.desktop ul {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        font-size: 1.6rem;
    }

        header nav.desktop ul li ul {
            /*width: 520px;*/
            width: auto;
        }

    header nav.desktop .search-wrap {
        width: 390px;
    }

        header nav.desktop .search-wrap form input {
            font-size: 1.6rem;
        }

    .filter-toolbar.mobile .menu-wrap {
        display: none;
    }
}

/* XL Styles */

@media (min-width: 1660px) {
    header nav.desktop ul li a {
        padding: 20px;
    }

    header nav.desktop .search-wrap {
        width: 340px;
    }

    .filter-toolbar.mobile .menu-wrap {
        display: none;
    }
}
