/*!
	Modaal - accessible modals - v0.3.1
	by Humaan, for all humans.
	http://humaan.com
 */

.modaal-noscroll {
    overflow: hidden
}

.modaal-accessible-hide {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden
}

.modaal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0
}

.modaal-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    opacity: 1;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    transition: all .3s ease-in-out
}

    .modaal-wrapper * {
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-backface-visibility: hidden
    }

    .modaal-wrapper .modaal-close {
        border: none;
        background: transparent;
        padding: 0;
        -webkit-appearance: none
    }

    .modaal-wrapper.modaal-start_none {
        display: none;
        opacity: 1
    }

    .modaal-wrapper.modaal-start_fade {
        opacity: 0
    }

    .modaal-wrapper [tabindex="0"] {
        outline: none !important
    }

    .modaal-wrapper.modaal-fullscreen {
        overflow: hidden
    }

.modaal-outer-wrapper {
    display: table;
    position: relative;
    width: 100%;
    height: 100%
}

.modaal-fullscreen .modaal-outer-wrapper {
    display: block
}

.modaal-inner-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 80px 25px
}

.modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top
}

.modaal-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: left;
    color: #000;
    max-width: 1000px;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,.2);
    cursor: auto
}

    .modaal-container.is_loading {
        height: 100px;
        width: 100px;
        overflow: hidden
    }

.modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto
}

.modaal-close {
    position: fixed;
    right: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 100%;
    transition: all .2s ease-in-out
}

    .modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
        background: #fff
    }

    .modaal-close span {
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px,1px,1px,1px);
        padding: 0 !important;
        border: 0 !important;
        height: 1px !important;
        width: 1px !important;
        overflow: hidden
    }

    .modaal-close:after, .modaal-close:before {
        display: block;
        content: " ";
        position: absolute;
        top: 13px;
        left: 23px;
        width: 3px;
        height: 20px;
        background: #ccc;
        transition: background .2s ease-in-out
    }

    .modaal-close:before {
        transform: rotate(-45deg)
    }

    .modaal-close:after {
        transform: rotate(45deg)
    }

.modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px
}

.modaal-content-container {
    padding: 30px
}

.modaal-confirm-wrap {
    padding: 30px 0 0;
    text-align: center;
    font-size: 0
}

.modaal-confirm-btn {
    font-size: 14px;
    font-size: .875rem;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background: transparent
}

    .modaal-confirm-btn.modaal-ok {
        padding: 10px 15px;
        color: #fff;
        background: #555;
        border-radius: 3px;
        transition: background .2s ease-in-out
    }

        .modaal-confirm-btn.modaal-ok:hover {
            background: #2f2f2f
        }

    .modaal-confirm-btn.modaal-cancel {
        text-decoration: underline
    }

        .modaal-confirm-btn.modaal-cancel:hover {
            text-decoration: none;
            color: #2f2f2f
        }

@keyframes instaReveal {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.modaal-instagram .modaal-container {
    width: auto;
    background: transparent;
    box-shadow: none !important
}

.modaal-instagram .modaal-content-container {
    padding: 0;
    background: transparent
}

    .modaal-instagram .modaal-content-container > blockquote {
        width: 1px !important;
        height: 1px !important;
        opacity: 0 !important
    }

.modaal-instagram iframe {
    opacity: 0;
    margin: -6px !important;
    border-radius: 0 !important;
    width: 1000px !important;
    max-width: 800px !important;
    box-shadow: none !important;
    animation: instaReveal 1s linear forwards
}

.modaal-image .modaal-inner-wrapper {
    padding-left: 140px;
    padding-right: 140px
}

.modaal-image .modaal-container {
    width: auto;
    max-width: 100%
}

.modaal-gallery-wrap {
    position: relative;
    color: #fff
}

.modaal-gallery-item {
    display: none
}

    .modaal-gallery-item img {
        display: block
    }

@media (min-width:1141px) {
    .modaal-gallery-item img {
        max-width: calc(100vw - 280px)
    }
}

.modaal-gallery-item.is_active {
    display: block
}

.modaal-gallery-label {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 20px 0 0;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    color: #fff
}

    .modaal-gallery-label:focus {
        outline: none
    }

.modaal-gallery-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    border-radius: 100%;
    transition: all .2s ease-in-out
}

    .modaal-gallery-control.is_hidden {
        opacity: 0;
        cursor: default
    }

    .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:after {
        opacity: 1
    }

    .modaal-gallery-control span {
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px,1px,1px,1px);
        padding: 0 !important;
        border: 0 !important;
        height: 1px !important;
        width: 1px !important;
        overflow: hidden
    }

    .modaal-gallery-control:after {
        color: #ccc;
        display: block;
        content: "\e902";
        font-family: iconfont;
        font-size: 36px;
        opacity: .5;
        transition: background .2s ease-in-out
    }

.modaal-gallery-next {
    left: 100%;
    margin-left: 40px
}

.modaal-gallery-prev {
    right: 100%;
    margin-right: 40px
}

    .modaal-gallery-prev:after {
        content: "\e901"
    }

.modaal-video-wrap {
    margin: auto 50px;
    position: relative
}

.modaal-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    background: #000;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto
}

    .modaal-video-container embed, .modaal-video-container iframe, .modaal-video-container object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.modaal-iframe .modaal-content {
    width: 100%;
    height: 100%
}

.modaal-iframe-elem {
    width: 100%;
    height: 100%;
    display: block
}

@media only screen and (min-width:1400px) {
    .modaal-video-container {
        padding-bottom: 0;
        height: 731px
    }
}

@media only screen and (max-width:1140px) {
    .modaal-image .modaal-inner-wrapper {
        padding-left: 25px;
        padding-right: 25px
    }

    .modaal-gallery-control {
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0,0,0,.7)
    }

        .modaal-gallery-control:after {
            line-height: 50px;
            opacity: .75
        }

    .modaal-gallery-next {
        left: auto;
        right: 20px
    }

        .modaal-gallery-next:after {
            margin-left: 4px
        }

    .modaal-gallery-prev {
        left: 20px;
        right: auto
    }

        .modaal-gallery-prev:after {
            margin-right: 4px
        }
}

@media screen and (max-width:900px) {
    .modaal-instagram iframe {
        width: 500px !important
    }
}

@media screen and (max-height:1100px) {
    .modaal-instagram iframe {
        width: 700px !important
    }
}

@media screen and (max-height:1000px) {
    .modaal-inner-wrapper {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .modaal-instagram iframe {
        width: 600px !important
    }
}

@media screen and (max-height:900px) {
    .modaal-instagram iframe {
        width: 500px !important
    }

    .modaal-video-container {
        max-width: 900px;
        max-height: 510px
    }
}

@media only screen and (max-width:600px) {
    .modaal-instagram iframe {
        width: 280px !important
    }
}

@media only screen and (max-height:820px) {
    .modaal-gallery-label {
        display: none
    }
}

.modaal-loading-spinner {
    background: none;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    transform: scale(.25)
}

@keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        transform: scale(1.5)
    }

    to {
        opacity: .1;
        transform: scale(1)
    }
}

.modaal-loading-spinner > div {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    margin-top: 4px;
    position: absolute
}

    .modaal-loading-spinner > div > div {
        width: 100%;
        height: 100%;
        border-radius: 15px;
        background: #fff
    }

    .modaal-loading-spinner > div:first-of-type > div {
        animation: modaal-loading-spinner 1s linear infinite;
        animation-delay: 0s
    }

    .modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
        -ms-animation: modaal-loading-spinner 1s linear infinite;
        -moz-animation: modaal-loading-spinner 1s linear infinite;
        -webkit-animation: modaal-loading-spinner 1s linear infinite;
        -o-animation: modaal-loading-spinner 1s linear infinite
    }

    .modaal-loading-spinner > div:first-of-type {
        transform: translate(84px,84px) rotate(45deg) translate(70px)
    }

    .modaal-loading-spinner > div:nth-of-type(2) > div {
        animation: modaal-loading-spinner 1s linear infinite;
        animation-delay: .12s
    }

    .modaal-loading-spinner > div:nth-of-type(2) {
        transform: translate(84px,84px) rotate(90deg) translate(70px)
    }

    .modaal-loading-spinner > div:nth-of-type(3) > div {
        animation: modaal-loading-spinner 1s linear infinite;
        animation-delay: .25s
    }

    .modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
        -ms-animation: modaal-loading-spinner 1s linear infinite;
        -moz-animation: modaal-loading-spinner 1s linear infinite;
        -webkit-animation: modaal-loading-spinner 1s linear infinite;
        -o-animation: modaal-loading-spinner 1s linear infinite
    }

    .modaal-loading-spinner > div:nth-of-type(3) {
        transform: translate(84px,84px) rotate(135deg) translate(70px)
    }

    .modaal-loading-spinner > div:nth-of-type(4) > div {
        animation: modaal-loading-spinner 1s linear infinite;
        animation-delay: .37s
    }

    .modaal-loading-spinner > div:nth-of-type(4) {
        transform: translate(84px,84px) rotate(180deg) translate(70px)
    }

    .modaal-loading-spinner > div:nth-of-type(5) > div {
        animation: modaal-loading-spinner 1s linear infinite;
        animation-delay: .5s
    }

    .modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
        -ms-animation: modaal-loading-spinner 1s linear infinite;
        -moz-animation: modaal-loading-spinner 1s linear infinite;
        -webkit-animation: modaal-loading-spinner 1s linear infinite;
        -o-animation: modaal-loading-spinner 1s linear infinite
    }

    .modaal-loading-spinner > div:nth-of-type(5) {
        transform: translate(84px,84px) rotate(225deg) translate(70px)
    }

    .modaal-loading-spinner > div:nth-of-type(6) > div {
        animation: modaal-loading-spinner 1s linear infinite;
        animation-delay: .62s
    }

    .modaal-loading-spinner > div:nth-of-type(6) {
        transform: translate(84px,84px) rotate(270deg) translate(70px)
    }

    .modaal-loading-spinner > div:nth-of-type(7) > div {
        animation: modaal-loading-spinner 1s linear infinite;
        animation-delay: .75s
    }

    .modaal-loading-spinner > div:nth-of-type(7) {
        transform: translate(84px,84px) rotate(315deg) translate(70px)
    }

    .modaal-loading-spinner > div:nth-of-type(8) > div {
        animation: modaal-loading-spinner 1s linear infinite;
        animation-delay: .87s
    }

    .modaal-loading-spinner > div:nth-of-type(8) {
        transform: translate(84px,84px) rotate(1turn) translate(70px)
    }

.global-header {
    padding-left: 5%;
    padding-right: 40px;
    position: relative;
    box-shadow: 0 5px 0 0 rgba(0,0,0,.1)
}

    .global-header:after, .global-header:before {
        content: " ";
        display: table
    }

    .global-header:after {
        clear: both
    }

@media (min-width:768px) {
    .global-header {
        margin-top: calc(-1.5rem - 15px);
        padding: 0 9.5%
    }
}

html.fractal body > .global-header {
    margin-top: 0
}

.global-header dglobal-header__container {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0
}

@media (min-width:768px) {
    .global-header .global-header__container {
        display: table;
        padding-right: 9.5vw;
        padding-bottom: 12px;
        height: auto;
        width: 100vw;
        max-width: 1440px
    }
}

@media (min-width:1440px) {
    .global-header .global-header__container {
        padding-right: 136.8px
    }
}

.global-header .branding {
    float: left;
    padding: 15px 0;
    position: relative;
    z-index: 3
}

    .global-header .branding:after, .global-header .branding:before {
        content: " ";
        display: table
    }

    .global-header .branding:after {
        clear: both
    }

@media (max-width:767px) {
    .global-header .branding {
        padding: 16px 0;
        position: relative
    }
}

.global-header .branding img {
    height: 80px
}

@media (min-width:768px) {
    .global-header .branding img {
        max-height: 100%
    }
}

@media (max-width:767px) {
    .global-header .branding img {
        height: 48px
    }
}

.global-header .branding svg {
    margin-top: 17.5px;
    height: 25px;
    width: 239.9px;
    fill: #0066ba
}

@media (max-width:767px) {
    .global-header .branding svg {
        height: 15px;
        width: 143.93334px;
        margin: 0;
        margin-top: -1px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0
    }
}

.global-header .branding svg path:first-of-type {
    fill: #939598
}

.global-header .branding svg path:nth-of-type(2) {
    fill: #7bc143
}

@media (max-width:767px) {
    .global-header .branding svg path:first-of-type, .global-header .branding svg path:nth-of-type(2) {
        display: none
    }
}

.iframe-embed .iframe-caption {
    font-size: 16px;
    font-size: 1rem;
    font-style: italic;
    line-height: 20px;
    padding-top: 10px
}

.main-content .main-primary > .iframe-embed, .main-content.single-column main > .iframe-embed {
    margin-bottom: 50px
}

@media (max-width:767px) {
    .main-content .main-primary > .iframe-embed, .main-content.single-column main > .iframe-embed {
        margin-bottom: 40px
    }
}

.main-content .main-primary > .iframe-embed.section, .main-content.single-column main > .iframe-embed.section {
    padding-bottom: 0
}

.iframe-embed .embed-responsive-jwplayer {
    padding-top: 40px;
    margin-left: -10px;
    margin-top: -10px
}

.img-srcset--cropped {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover !important
}

    .img-srcset--cropped img {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0
    }

.img-srcset--cropped-1x1 {
    padding-top: 100%
}

.img-srcset--cropped-2x1 {
    padding-top: 50%
}

.img-srcset--cropped-1x2 {
    padding-top: 200%
}

.img-srcset--cropped-3x2 {
    padding-top: 66.66666667%
}

.img-srcset--cropped-2x3 {
    padding-top: 150%
}

.img-srcset--cropped-5x4 {
    padding-top: 80%
}

.img-srcset--cropped-4x5 {
    padding-top: 125%
}

.img-srcset--cropped-16x9 {
    padding-top: 56.25%
}

.img-srcset--cropped-9x16 {
    padding-top: 177.77777778%
}

.key-facts {
    position: relative
}

.main-content .main-primary > .key-facts, .main-content.single-column main > .key-facts {
    margin-bottom: 50px
}

@media (max-width:767px) {
    .main-content .main-primary > .key-facts, .main-content.single-column main > .key-facts {
        margin-bottom: 40px
    }
}

.main-content .main-primary > .key-facts.section, .main-content.single-column main > .key-facts.section {
    padding-bottom: 0
}

.key-facts--horizontal {
    position: relative
}

    .key-facts--horizontal .key-facts__factoid {
        -ms-flex: 1;
        flex: 1;
        padding-left: 20px;
        padding-right: 20px
    }

@media (min-width:992px) {
    html.oldie .key-facts--horizontal .key-facts__factoid {
        display: table-cell
    }
}

@media (min-width:992px) {
    .key-facts--horizontal .key-facts__factoid {
        padding-top: 15px;
        padding-bottom: 20px
    }

        .key-facts--horizontal .key-facts__factoid:not(:first-child) {
            border-left: 1px solid #002f6d
        }

        .key-facts--horizontal .key-facts__factoid:first-child {
            padding-left: 0
        }

        .key-facts--horizontal .key-facts__factoid:last-child {
            padding-right: 0
        }
}

@media (min-width:768px) and (max-width:991px) {
    .key-facts--horizontal .key-facts__factoid {
        padding-top: 50px;
        padding-bottom: 50px
    }

    html:not(.oldie) .key-facts--horizontal .key-facts__factoid {
        min-width: 49%
    }

    html.oldie .key-facts--horizontal .key-facts__factoid {
        float: left;
        width: 50%
    }

    .key-facts--horizontal .key-facts__factoid:nth-child(2) {
        border-left: 1px solid #002f6d
    }

    .key-facts--horizontal .key-facts__factoid:nth-child(3) {
        clear: both;
        border-top: 1px solid #002f6d
    }

    .key-facts--horizontal .key-facts__factoid:nth-child(4) {
        border-top: 1px solid #002f6d;
        border-left: 1px solid #002f6d
    }
}

.key-facts--grid {
    position: relative
}

    .key-facts--grid .key-facts__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .key-facts--grid .key-facts__factoid {
        -ms-flex: 1;
        flex: 1;
        padding: 50px 20px
    }

@media (min-width:768px) {
    html:not(.oldie) .key-facts--grid .key-facts__factoid {
        min-width: 49%
    }
}

@media (min-width:768px) {
    html.oldie .key-facts--grid .key-facts__factoid {
        float: left;
        width: 50%
    }
}

.key-facts--grid .key-facts__factoid:nth-child(2) {
    border-left: 1px solid #002f6d
}

.key-facts--grid .key-facts__factoid:nth-child(3) {
    clear: both;
    border-top: 1px solid #002f6d
}

.key-facts--grid .key-facts__factoid:nth-child(4) {
    border-top: 1px solid #002f6d;
    border-left: 1px solid #002f6d
}

.key-facts__content {
    background: #ffb600;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

@media (min-width:768px) and (max-width:991px) {
    .key-facts__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width:992px) {
    html.oldie .key-facts__content {
        display: table
    }
}

@media (max-width:767px) {
    .key-facts .key-facts__content {
        display: block;
        padding: 5px
    }

        .key-facts .key-facts__content > div:first-of-type.key-facts__factoid {
            padding-top: 0
        }

        .key-facts .key-facts__content > div:last-of-type.key-facts__factoid {
            padding-bottom: 5px
        }

    .key-facts .key-facts__factoid {
        border-top: 1px solid #002f6d;
        border-right: none !important;
        border-left: none !important;
        padding: 30px 0 35px
    }

        .key-facts .key-facts__factoid:first-child {
            border-top: none
        }
}

.main-content .main-primary > .list, .main-content.single-column main > .list {
    margin-bottom: 50px
}

@media (max-width:767px) {
    .main-content .main-primary > .list, .main-content.single-column main > .list {
        margin-bottom: 40px
    }
}

.main-content .main-primary > .list.section, .main-content.single-column main > .list.section {
    padding-bottom: 0
}

.list li {
    line-height: 1.5
}

.list .current {
    font-weight: 700
}

    .list .current:before {
        font-weight: 400
    }

.list-description dd, dl dd {
    margin-bottom: 10px
}

div:not(.panel-body) > .rich-text .list-description dt, div:not(.panel-body) > .rich-text dl dt, main > .rich-text .list-description dt, main > .rich-text dl dt {
    text-transform: uppercase
}

.list--divided {
    padding-left: 0;
    list-style: none;
    border-top: 1px solid #ddd
}

    .list--divided > li {
        border-bottom: 1px solid #ddd
    }

    .list--divided li {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .list--divided a {
        display: inline-block
    }

@media (max-width:767px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3) {
        margin-top: 40px;
        line-height: 1.5
    }

        .list--grid-bordered li:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3) .abstract .abstract-header {
            border-top: 1px solid #b2b2b2;
            padding-top: 40px
        }
}

@media (max-width:767px) and (max-width:767px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3) {
        margin-top: 10px
    }
}

@media (max-width:767px) and (max-width:767px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3) .abstract .abstract-header {
        padding-top: 10px
    }
}

@media (max-width:767px) and (max-width:767px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3) .abstract.abstract--hasImage .abstract-header {
        border-top: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3) {
        margin-top: 40px;
        line-height: 1.5
    }

        .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3) .abstract .abstract-header {
            border-top: 1px solid #b2b2b2;
            padding-top: 40px
        }
}

@media (min-width:768px) and (max-width:991px) and (max-width:767px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3) {
        margin-top: 10px
    }
}

@media (min-width:768px) and (max-width:991px) and (max-width:767px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3) .abstract .abstract-header {
        padding-top: 10px
    }
}

@media (min-width:768px) and (max-width:991px) and (max-width:767px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3) .abstract.abstract--hasImage .abstract-header {
        border-top: none
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3) {
        margin-top: 40px;
        line-height: 1.5
    }

        .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3) .abstract .abstract-header {
            border-top: 1px solid #b2b2b2;
            padding-top: 40px
        }
}

@media (min-width:992px) and (max-width:1199px) and (max-width:767px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3) {
        margin-top: 10px
    }
}

@media (min-width:992px) and (max-width:1199px) and (max-width:767px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3) .abstract .abstract-header {
        padding-top: 10px
    }
}

@media (min-width:992px) and (max-width:1199px) and (max-width:767px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3) .abstract.abstract--hasImage .abstract-header {
        border-top: none
    }
}

@media (min-width:1200px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3):not(.col-lg-6):not(.col-lg-4):not(.col-lg-3) {
        margin-top: 40px;
        line-height: 1.5
    }

        .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3):not(.col-lg-6):not(.col-lg-4):not(.col-lg-3) .abstract .abstract-header {
            border-top: 1px solid #b2b2b2;
            padding-top: 40px
        }
}

@media (min-width:1200px) and (max-width:767px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3):not(.col-lg-6):not(.col-lg-4):not(.col-lg-3) {
        margin-top: 10px
    }
}

@media (min-width:1200px) and (max-width:767px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3):not(.col-lg-6):not(.col-lg-4):not(.col-lg-3) .abstract .abstract-header {
        padding-top: 10px
    }
}

@media (min-width:1200px) and (max-width:767px) {
    .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3):not(.col-lg-6):not(.col-lg-4):not(.col-lg-3) .abstract.abstract--hasImage .abstract-header {
        border-top: none
    }
}

@media (max-width:767px) {
    .list--grid-bordered li:first-of-type:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3) {
        margin-top: 0;
        padding-top: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .list--grid-bordered li:first-of-type:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3) {
        margin-top: 0;
        padding-top: 0
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .list--grid-bordered li:first-of-type:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3) {
        margin-top: 0;
        padding-top: 0
    }
}

@media (min-width:1200px) {
    .list--grid-bordered li:first-of-type:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3):not(.col-lg-6):not(.col-lg-4):not(.col-lg-3) {
        margin-top: 0;
        padding-top: 0
    }
}

@media (max-width:767px) {
    .list--grid-bordered li:last-of-type:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3) .abstract {
        border-bottom: 1px solid #b2b2b2;
        padding-bottom: 40px
    }
}

@media (max-width:767px) and (max-width:767px) {
    .list--grid-bordered li:last-of-type:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3) .abstract {
        padding-bottom: 10px
    }
}

@media (max-width:767px) and (max-width:767px) {
    .list--grid-bordered li:last-of-type:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3) .abstract.abstract--hasImage {
        border-bottom: 0;
        padding-bottom: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .list--grid-bordered li:last-of-type:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3) .abstract {
        border-bottom: 1px solid #b2b2b2;
        padding-bottom: 40px
    }
}

@media (min-width:768px) and (max-width:991px) and (max-width:767px) {
    .list--grid-bordered li:last-of-type:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3) .abstract {
        padding-bottom: 10px
    }
}

@media (min-width:768px) and (max-width:991px) and (max-width:767px) {
    .list--grid-bordered li:last-of-type:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3) .abstract.abstract--hasImage {
        border-bottom: 0;
        padding-bottom: 0
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .list--grid-bordered li:last-of-type:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3) .abstract {
        border-bottom: 1px solid #b2b2b2;
        padding-bottom: 40px
    }
}

@media (min-width:992px) and (max-width:1199px) and (max-width:767px) {
    .list--grid-bordered li:last-of-type:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3) .abstract {
        padding-bottom: 10px
    }
}

@media (min-width:992px) and (max-width:1199px) and (max-width:767px) {
    .list--grid-bordered li:last-of-type:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3) .abstract.abstract--hasImage {
        border-bottom: 0;
        padding-bottom: 0
    }
}

@media (min-width:1200px) {
    .list--grid-bordered li:last-of-type:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3):not(.col-lg-6):not(.col-lg-4):not(.col-lg-3) .abstract {
        border-bottom: 1px solid #b2b2b2;
        padding-bottom: 40px
    }
}

@media (min-width:1200px) and (max-width:767px) {
    .list--grid-bordered li:last-of-type:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3):not(.col-lg-6):not(.col-lg-4):not(.col-lg-3) .abstract {
        padding-bottom: 10px
    }
}

@media (min-width:1200px) and (max-width:767px) {
    .list--grid-bordered li:last-of-type:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3):not(.col-lg-6):not(.col-lg-4):not(.col-lg-3) .abstract.abstract--hasImage {
        border-bottom: 0;
        padding-bottom: 0
    }
}

@media (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-xs-6 {
        margin-top: 40px;
        line-height: 1.5
    }

        .list--grid-bordered li:nth-of-type(n+3).col-xs-6 .abstract .abstract-header {
            border-top: 1px solid #b2b2b2;
            padding-top: 40px
        }
}

@media (max-width:767px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-xs-6 {
        margin-top: 10px
    }
}

@media (max-width:767px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-xs-6 .abstract .abstract-header {
        padding-top: 10px
    }
}

@media (max-width:767px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-xs-6 .abstract.abstract--hasImage .abstract-header {
        border-top: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    .list--grid-bordered li:nth-of-type(n+3).col-xs-6:not(.col-sm-4):not(.col-sm-3) {
        margin-top: 40px;
        line-height: 1.5
    }

        .list--grid-bordered li:nth-of-type(n+3).col-xs-6:not(.col-sm-4):not(.col-sm-3) .abstract .abstract-header {
            border-top: 1px solid #b2b2b2;
            padding-top: 40px
        }

    .list--grid-bordered li:nth-of-type(n+3).col-sm-6 {
        margin-top: 40px;
        line-height: 1.5
    }

        .list--grid-bordered li:nth-of-type(n+3).col-sm-6 .abstract .abstract-header {
            border-top: 1px solid #b2b2b2;
            padding-top: 40px
        }
}

@media (min-width:768px) and (max-width:991px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-xs-6:not(.col-sm-4):not(.col-sm-3) {
        margin-top: 10px
    }
}

@media (min-width:768px) and (max-width:991px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-xs-6:not(.col-sm-4):not(.col-sm-3) .abstract .abstract-header {
        padding-top: 10px
    }
}

@media (min-width:768px) and (max-width:991px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-xs-6:not(.col-sm-4):not(.col-sm-3) .abstract.abstract--hasImage .abstract-header {
        border-top: none
    }
}

@media (min-width:768px) and (max-width:991px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-sm-6 {
        margin-top: 10px
    }
}

@media (min-width:768px) and (max-width:991px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-sm-6 .abstract .abstract-header {
        padding-top: 10px
    }
}

@media (min-width:768px) and (max-width:991px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-sm-6 .abstract.abstract--hasImage .abstract-header {
        border-top: none
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .list--grid-bordered li:nth-of-type(n+3).col-sm-6:not(.col-md-4):not(.col-md-3), .list--grid-bordered li:nth-of-type(n+3).col-xs-6:not(.col-sm-4):not(.col-sm-3):not(.col-md-4):not(.col-md-3) {
        margin-top: 40px;
        line-height: 1.5
    }

        .list--grid-bordered li:nth-of-type(n+3).col-sm-6:not(.col-md-4):not(.col-md-3) .abstract .abstract-header, .list--grid-bordered li:nth-of-type(n+3).col-xs-6:not(.col-sm-4):not(.col-sm-3):not(.col-md-4):not(.col-md-3) .abstract .abstract-header {
            border-top: 1px solid #b2b2b2;
            padding-top: 40px
        }

    .list--grid-bordered li:nth-of-type(n+3).col-md-6 {
        margin-top: 40px;
        line-height: 1.5
    }

        .list--grid-bordered li:nth-of-type(n+3).col-md-6 .abstract .abstract-header {
            border-top: 1px solid #b2b2b2;
            padding-top: 40px
        }
}

@media (min-width:992px) and (max-width:1199px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-sm-6:not(.col-md-4):not(.col-md-3), .list--grid-bordered li:nth-of-type(n+3).col-xs-6:not(.col-sm-4):not(.col-sm-3):not(.col-md-4):not(.col-md-3) {
        margin-top: 10px
    }
}

@media (min-width:992px) and (max-width:1199px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-sm-6:not(.col-md-4):not(.col-md-3) .abstract .abstract-header, .list--grid-bordered li:nth-of-type(n+3).col-xs-6:not(.col-sm-4):not(.col-sm-3):not(.col-md-4):not(.col-md-3) .abstract .abstract-header {
        padding-top: 10px
    }
}

@media (min-width:992px) and (max-width:1199px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-sm-6:not(.col-md-4):not(.col-md-3) .abstract.abstract--hasImage .abstract-header, .list--grid-bordered li:nth-of-type(n+3).col-xs-6:not(.col-sm-4):not(.col-sm-3):not(.col-md-4):not(.col-md-3) .abstract.abstract--hasImage .abstract-header {
        border-top: none
    }
}

@media (min-width:992px) and (max-width:1199px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-md-6 {
        margin-top: 10px
    }
}

@media (min-width:992px) and (max-width:1199px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-md-6 .abstract .abstract-header {
        padding-top: 10px
    }
}

@media (min-width:992px) and (max-width:1199px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-md-6 .abstract.abstract--hasImage .abstract-header {
        border-top: none
    }
}

@media (min-width:1200px) {
    .list--grid-bordered li:nth-of-type(n+3).col-md-6:not(.col-lg-4):not(.col-lg-3), .list--grid-bordered li:nth-of-type(n+3).col-sm-6:not(.col-md-4):not(.col-md-3):not(.col-lg-4):not(.col-lg-3), .list--grid-bordered li:nth-of-type(n+3).col-xs-6:not(.col-sm-4):not(.col-sm-3):not(.col-md-4):not(.col-md-3):not(.col-lg-4):not(.col-lg-3) {
        margin-top: 40px;
        line-height: 1.5
    }

        .list--grid-bordered li:nth-of-type(n+3).col-md-6:not(.col-lg-4):not(.col-lg-3) .abstract .abstract-header, .list--grid-bordered li:nth-of-type(n+3).col-sm-6:not(.col-md-4):not(.col-md-3):not(.col-lg-4):not(.col-lg-3) .abstract .abstract-header, .list--grid-bordered li:nth-of-type(n+3).col-xs-6:not(.col-sm-4):not(.col-sm-3):not(.col-md-4):not(.col-md-3):not(.col-lg-4):not(.col-lg-3) .abstract .abstract-header {
            border-top: 1px solid #b2b2b2;
            padding-top: 40px
        }

    .list--grid-bordered li:nth-of-type(n+3).col-lg-6 {
        margin-top: 40px;
        line-height: 1.5
    }

        .list--grid-bordered li:nth-of-type(n+3).col-lg-6 .abstract .abstract-header {
            border-top: 1px solid #b2b2b2;
            padding-top: 40px
        }
}

@media (min-width:1200px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-md-6:not(.col-lg-4):not(.col-lg-3), .list--grid-bordered li:nth-of-type(n+3).col-sm-6:not(.col-md-4):not(.col-md-3):not(.col-lg-4):not(.col-lg-3), .list--grid-bordered li:nth-of-type(n+3).col-xs-6:not(.col-sm-4):not(.col-sm-3):not(.col-md-4):not(.col-md-3):not(.col-lg-4):not(.col-lg-3) {
        margin-top: 10px
    }
}

@media (min-width:1200px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-md-6:not(.col-lg-4):not(.col-lg-3) .abstract .abstract-header, .list--grid-bordered li:nth-of-type(n+3).col-sm-6:not(.col-md-4):not(.col-md-3):not(.col-lg-4):not(.col-lg-3) .abstract .abstract-header, .list--grid-bordered li:nth-of-type(n+3).col-xs-6:not(.col-sm-4):not(.col-sm-3):not(.col-md-4):not(.col-md-3):not(.col-lg-4):not(.col-lg-3) .abstract .abstract-header {
        padding-top: 10px
    }
}

@media (min-width:1200px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-md-6:not(.col-lg-4):not(.col-lg-3) .abstract.abstract--hasImage .abstract-header, .list--grid-bordered li:nth-of-type(n+3).col-sm-6:not(.col-md-4):not(.col-md-3):not(.col-lg-4):not(.col-lg-3) .abstract.abstract--hasImage .abstract-header, .list--grid-bordered li:nth-of-type(n+3).col-xs-6:not(.col-sm-4):not(.col-sm-3):not(.col-md-4):not(.col-md-3):not(.col-lg-4):not(.col-lg-3) .abstract.abstract--hasImage .abstract-header {
        border-top: none
    }
}

@media (min-width:1200px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-lg-6 {
        margin-top: 10px
    }
}

@media (min-width:1200px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-lg-6 .abstract .abstract-header {
        padding-top: 10px
    }
}

@media (min-width:1200px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+3).col-lg-6 .abstract.abstract--hasImage .abstract-header {
        border-top: none
    }
}

@media (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-xs-4 {
        margin-top: 40px;
        line-height: 1.5
    }

        .list--grid-bordered li:nth-of-type(n+4).col-xs-4 .abstract .abstract-header {
            border-top: 1px solid #b2b2b2;
            padding-top: 40px
        }
}

@media (max-width:767px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-xs-4 {
        margin-top: 10px
    }
}

@media (max-width:767px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-xs-4 .abstract .abstract-header {
        padding-top: 10px
    }
}

@media (max-width:767px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-xs-4 .abstract.abstract--hasImage .abstract-header {
        border-top: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    .list--grid-bordered li:nth-of-type(n+4).col-xs-4:not(.col-sm-6):not(.col-sm-3) {
        margin-top: 40px;
        line-height: 1.5
    }

        .list--grid-bordered li:nth-of-type(n+4).col-xs-4:not(.col-sm-6):not(.col-sm-3) .abstract .abstract-header {
            border-top: 1px solid #b2b2b2;
            padding-top: 40px
        }

    .list--grid-bordered li:nth-of-type(n+4).col-sm-4 {
        margin-top: 40px;
        line-height: 1.5
    }

        .list--grid-bordered li:nth-of-type(n+4).col-sm-4 .abstract .abstract-header {
            border-top: 1px solid #b2b2b2;
            padding-top: 40px
        }
}

@media (min-width:768px) and (max-width:991px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-xs-4:not(.col-sm-6):not(.col-sm-3) {
        margin-top: 10px
    }
}

@media (min-width:768px) and (max-width:991px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-xs-4:not(.col-sm-6):not(.col-sm-3) .abstract .abstract-header {
        padding-top: 10px
    }
}

@media (min-width:768px) and (max-width:991px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-xs-4:not(.col-sm-6):not(.col-sm-3) .abstract.abstract--hasImage .abstract-header {
        border-top: none
    }
}

@media (min-width:768px) and (max-width:991px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-sm-4 {
        margin-top: 10px
    }
}

@media (min-width:768px) and (max-width:991px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-sm-4 .abstract .abstract-header {
        padding-top: 10px
    }
}

@media (min-width:768px) and (max-width:991px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-sm-4 .abstract.abstract--hasImage .abstract-header {
        border-top: none
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .list--grid-bordered li:nth-of-type(n+4).col-sm-4:not(.col-md-6):not(.col-md-3), .list--grid-bordered li:nth-of-type(n+4).col-xs-4:not(.col-sm-6):not(.col-sm-3):not(.col-md-6):not(.col-md-3) {
        margin-top: 40px;
        line-height: 1.5
    }

        .list--grid-bordered li:nth-of-type(n+4).col-sm-4:not(.col-md-6):not(.col-md-3) .abstract .abstract-header, .list--grid-bordered li:nth-of-type(n+4).col-xs-4:not(.col-sm-6):not(.col-sm-3):not(.col-md-6):not(.col-md-3) .abstract .abstract-header {
            border-top: 1px solid #b2b2b2;
            padding-top: 40px
        }

    .list--grid-bordered li:nth-of-type(n+4).col-md-4 {
        margin-top: 40px;
        line-height: 1.5
    }

        .list--grid-bordered li:nth-of-type(n+4).col-md-4 .abstract .abstract-header {
            border-top: 1px solid #b2b2b2;
            padding-top: 40px
        }
}

@media (min-width:992px) and (max-width:1199px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-sm-4:not(.col-md-6):not(.col-md-3), .list--grid-bordered li:nth-of-type(n+4).col-xs-4:not(.col-sm-6):not(.col-sm-3):not(.col-md-6):not(.col-md-3) {
        margin-top: 10px
    }
}

@media (min-width:992px) and (max-width:1199px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-sm-4:not(.col-md-6):not(.col-md-3) .abstract .abstract-header, .list--grid-bordered li:nth-of-type(n+4).col-xs-4:not(.col-sm-6):not(.col-sm-3):not(.col-md-6):not(.col-md-3) .abstract .abstract-header {
        padding-top: 10px
    }
}

@media (min-width:992px) and (max-width:1199px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-sm-4:not(.col-md-6):not(.col-md-3) .abstract.abstract--hasImage .abstract-header, .list--grid-bordered li:nth-of-type(n+4).col-xs-4:not(.col-sm-6):not(.col-sm-3):not(.col-md-6):not(.col-md-3) .abstract.abstract--hasImage .abstract-header {
        border-top: none
    }
}

@media (min-width:992px) and (max-width:1199px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-md-4 {
        margin-top: 10px
    }
}

@media (min-width:992px) and (max-width:1199px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-md-4 .abstract .abstract-header {
        padding-top: 10px
    }
}

@media (min-width:992px) and (max-width:1199px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-md-4 .abstract.abstract--hasImage .abstract-header {
        border-top: none
    }
}

@media (min-width:1200px) {
    .list--grid-bordered li:nth-of-type(n+4).col-md-4:not(.col-lg-6):not(.col-lg-3), .list--grid-bordered li:nth-of-type(n+4).col-sm-4:not(.col-md-6):not(.col-md-3):not(.col-lg-6):not(.col-lg-3), .list--grid-bordered li:nth-of-type(n+4).col-xs-4:not(.col-sm-6):not(.col-sm-3):not(.col-md-6):not(.col-md-3):not(.col-lg-6):not(.col-lg-3) {
        margin-top: 40px;
        line-height: 1.5
    }

        .list--grid-bordered li:nth-of-type(n+4).col-md-4:not(.col-lg-6):not(.col-lg-3) .abstract .abstract-header, .list--grid-bordered li:nth-of-type(n+4).col-sm-4:not(.col-md-6):not(.col-md-3):not(.col-lg-6):not(.col-lg-3) .abstract .abstract-header, .list--grid-bordered li:nth-of-type(n+4).col-xs-4:not(.col-sm-6):not(.col-sm-3):not(.col-md-6):not(.col-md-3):not(.col-lg-6):not(.col-lg-3) .abstract .abstract-header {
            border-top: 1px solid #b2b2b2;
            padding-top: 40px
        }

    .list--grid-bordered li:nth-of-type(n+4).col-lg-4 {
        margin-top: 40px;
        line-height: 1.5
    }

        .list--grid-bordered li:nth-of-type(n+4).col-lg-4 .abstract .abstract-header {
            border-top: 1px solid #b2b2b2;
            padding-top: 40px
        }
}

@media (min-width:1200px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-md-4:not(.col-lg-6):not(.col-lg-3), .list--grid-bordered li:nth-of-type(n+4).col-sm-4:not(.col-md-6):not(.col-md-3):not(.col-lg-6):not(.col-lg-3), .list--grid-bordered li:nth-of-type(n+4).col-xs-4:not(.col-sm-6):not(.col-sm-3):not(.col-md-6):not(.col-md-3):not(.col-lg-6):not(.col-lg-3) {
        margin-top: 10px
    }
}

@media (min-width:1200px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-md-4:not(.col-lg-6):not(.col-lg-3) .abstract .abstract-header, .list--grid-bordered li:nth-of-type(n+4).col-sm-4:not(.col-md-6):not(.col-md-3):not(.col-lg-6):not(.col-lg-3) .abstract .abstract-header, .list--grid-bordered li:nth-of-type(n+4).col-xs-4:not(.col-sm-6):not(.col-sm-3):not(.col-md-6):not(.col-md-3):not(.col-lg-6):not(.col-lg-3) .abstract .abstract-header {
        padding-top: 10px
    }
}

@media (min-width:1200px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-md-4:not(.col-lg-6):not(.col-lg-3) .abstract.abstract--hasImage .abstract-header, .list--grid-bordered li:nth-of-type(n+4).col-sm-4:not(.col-md-6):not(.col-md-3):not(.col-lg-6):not(.col-lg-3) .abstract.abstract--hasImage .abstract-header, .list--grid-bordered li:nth-of-type(n+4).col-xs-4:not(.col-sm-6):not(.col-sm-3):not(.col-md-6):not(.col-md-3):not(.col-lg-6):not(.col-lg-3) .abstract.abstract--hasImage .abstract-header {
        border-top: none
    }
}

@media (min-width:1200px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-lg-4 {
        margin-top: 10px
    }
}

@media (min-width:1200px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-lg-4 .abstract .abstract-header {
        padding-top: 10px
    }
}

@media (min-width:1200px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+4).col-lg-4 .abstract.abstract--hasImage .abstract-header {
        border-top: none
    }
}

@media (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-xs-3 {
        margin-top: 40px;
        line-height: 1.5
    }

        .list--grid-bordered li:nth-of-type(n+5).col-xs-3 .abstract .abstract-header {
            border-top: 1px solid #b2b2b2;
            padding-top: 40px
        }
}

@media (max-width:767px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-xs-3 {
        margin-top: 10px
    }
}

@media (max-width:767px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-xs-3 .abstract .abstract-header {
        padding-top: 10px
    }
}

@media (max-width:767px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-xs-3 .abstract.abstract--hasImage .abstract-header {
        border-top: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    .list--grid-bordered li:nth-of-type(n+5).col-xs-3:not(.col-sm-6):not(.col-sm-4) {
        margin-top: 40px;
        line-height: 1.5
    }

        .list--grid-bordered li:nth-of-type(n+5).col-xs-3:not(.col-sm-6):not(.col-sm-4) .abstract .abstract-header {
            border-top: 1px solid #b2b2b2;
            padding-top: 40px
        }

    .list--grid-bordered li:nth-of-type(n+5).col-sm-3 {
        margin-top: 40px;
        line-height: 1.5
    }

        .list--grid-bordered li:nth-of-type(n+5).col-sm-3 .abstract .abstract-header {
            border-top: 1px solid #b2b2b2;
            padding-top: 40px
        }
}

@media (min-width:768px) and (max-width:991px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-xs-3:not(.col-sm-6):not(.col-sm-4) {
        margin-top: 10px
    }
}

@media (min-width:768px) and (max-width:991px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-xs-3:not(.col-sm-6):not(.col-sm-4) .abstract .abstract-header {
        padding-top: 10px
    }
}

@media (min-width:768px) and (max-width:991px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-xs-3:not(.col-sm-6):not(.col-sm-4) .abstract.abstract--hasImage .abstract-header {
        border-top: none
    }
}

@media (min-width:768px) and (max-width:991px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-sm-3 {
        margin-top: 10px
    }
}

@media (min-width:768px) and (max-width:991px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-sm-3 .abstract .abstract-header {
        padding-top: 10px
    }
}

@media (min-width:768px) and (max-width:991px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-sm-3 .abstract.abstract--hasImage .abstract-header {
        border-top: none
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .list--grid-bordered li:nth-of-type(n+5).col-sm-3:not(.col-md-6):not(.col-md-4), .list--grid-bordered li:nth-of-type(n+5).col-xs-3:not(.col-sm-6):not(.col-sm-4):not(.col-md-6):not(.col-md-4) {
        margin-top: 40px;
        line-height: 1.5
    }

        .list--grid-bordered li:nth-of-type(n+5).col-sm-3:not(.col-md-6):not(.col-md-4) .abstract .abstract-header, .list--grid-bordered li:nth-of-type(n+5).col-xs-3:not(.col-sm-6):not(.col-sm-4):not(.col-md-6):not(.col-md-4) .abstract .abstract-header {
            border-top: 1px solid #b2b2b2;
            padding-top: 40px
        }

    .list--grid-bordered li:nth-of-type(n+5).col-md-3 {
        margin-top: 40px;
        line-height: 1.5
    }

        .list--grid-bordered li:nth-of-type(n+5).col-md-3 .abstract .abstract-header {
            border-top: 1px solid #b2b2b2;
            padding-top: 40px
        }
}

@media (min-width:992px) and (max-width:1199px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-sm-3:not(.col-md-6):not(.col-md-4), .list--grid-bordered li:nth-of-type(n+5).col-xs-3:not(.col-sm-6):not(.col-sm-4):not(.col-md-6):not(.col-md-4) {
        margin-top: 10px
    }
}

@media (min-width:992px) and (max-width:1199px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-sm-3:not(.col-md-6):not(.col-md-4) .abstract .abstract-header, .list--grid-bordered li:nth-of-type(n+5).col-xs-3:not(.col-sm-6):not(.col-sm-4):not(.col-md-6):not(.col-md-4) .abstract .abstract-header {
        padding-top: 10px
    }
}

@media (min-width:992px) and (max-width:1199px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-sm-3:not(.col-md-6):not(.col-md-4) .abstract.abstract--hasImage .abstract-header, .list--grid-bordered li:nth-of-type(n+5).col-xs-3:not(.col-sm-6):not(.col-sm-4):not(.col-md-6):not(.col-md-4) .abstract.abstract--hasImage .abstract-header {
        border-top: none
    }
}

@media (min-width:992px) and (max-width:1199px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-md-3 {
        margin-top: 10px
    }
}

@media (min-width:992px) and (max-width:1199px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-md-3 .abstract .abstract-header {
        padding-top: 10px
    }
}

@media (min-width:992px) and (max-width:1199px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-md-3 .abstract.abstract--hasImage .abstract-header {
        border-top: none
    }
}

@media (min-width:1200px) {
    .list--grid-bordered li:nth-of-type(n+5).col-md-3:not(.col-lg-6):not(.col-lg-4), .list--grid-bordered li:nth-of-type(n+5).col-sm-3:not(.col-md-6):not(.col-md-4):not(.col-lg-6):not(.col-lg-4), .list--grid-bordered li:nth-of-type(n+5).col-xs-3:not(.col-sm-6):not(.col-sm-4):not(.col-md-6):not(.col-md-4):not(.col-lg-6):not(.col-lg-4) {
        margin-top: 40px;
        line-height: 1.5
    }

        .list--grid-bordered li:nth-of-type(n+5).col-md-3:not(.col-lg-6):not(.col-lg-4) .abstract .abstract-header, .list--grid-bordered li:nth-of-type(n+5).col-sm-3:not(.col-md-6):not(.col-md-4):not(.col-lg-6):not(.col-lg-4) .abstract .abstract-header, .list--grid-bordered li:nth-of-type(n+5).col-xs-3:not(.col-sm-6):not(.col-sm-4):not(.col-md-6):not(.col-md-4):not(.col-lg-6):not(.col-lg-4) .abstract .abstract-header {
            border-top: 1px solid #b2b2b2;
            padding-top: 40px
        }

    .list--grid-bordered li:nth-of-type(n+5).col-lg-3 {
        margin-top: 40px;
        line-height: 1.5
    }

        .list--grid-bordered li:nth-of-type(n+5).col-lg-3 .abstract .abstract-header {
            border-top: 1px solid #b2b2b2;
            padding-top: 40px
        }
}

@media (min-width:1200px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-md-3:not(.col-lg-6):not(.col-lg-4), .list--grid-bordered li:nth-of-type(n+5).col-sm-3:not(.col-md-6):not(.col-md-4):not(.col-lg-6):not(.col-lg-4), .list--grid-bordered li:nth-of-type(n+5).col-xs-3:not(.col-sm-6):not(.col-sm-4):not(.col-md-6):not(.col-md-4):not(.col-lg-6):not(.col-lg-4) {
        margin-top: 10px
    }
}

@media (min-width:1200px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-md-3:not(.col-lg-6):not(.col-lg-4) .abstract .abstract-header, .list--grid-bordered li:nth-of-type(n+5).col-sm-3:not(.col-md-6):not(.col-md-4):not(.col-lg-6):not(.col-lg-4) .abstract .abstract-header, .list--grid-bordered li:nth-of-type(n+5).col-xs-3:not(.col-sm-6):not(.col-sm-4):not(.col-md-6):not(.col-md-4):not(.col-lg-6):not(.col-lg-4) .abstract .abstract-header {
        padding-top: 10px
    }
}

@media (min-width:1200px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-md-3:not(.col-lg-6):not(.col-lg-4) .abstract.abstract--hasImage .abstract-header, .list--grid-bordered li:nth-of-type(n+5).col-sm-3:not(.col-md-6):not(.col-md-4):not(.col-lg-6):not(.col-lg-4) .abstract.abstract--hasImage .abstract-header, .list--grid-bordered li:nth-of-type(n+5).col-xs-3:not(.col-sm-6):not(.col-sm-4):not(.col-md-6):not(.col-md-4):not(.col-lg-6):not(.col-lg-4) .abstract.abstract--hasImage .abstract-header {
        border-top: none
    }
}

@media (min-width:1200px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-lg-3 {
        margin-top: 10px
    }
}

@media (min-width:1200px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-lg-3 .abstract .abstract-header {
        padding-top: 10px
    }
}

@media (min-width:1200px) and (max-width:767px) {
    .list--grid-bordered li:nth-of-type(n+5).col-lg-3 .abstract.abstract--hasImage .abstract-header {
        border-top: none
    }
}

.list--grid {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

    .list--grid:after, .list--grid:before {
        content: " ";
        display: table
    }

    .list--grid:after {
        clear: both
    }

@media (max-width:767px) {
    .list--grid > li:nth-of-type(n+2) {
        margin-top: 16px
    }
}

@media (min-width:768px) {
    .list--grid:not(.list--grid-bordered) > li:nth-of-type(n+2) {
        margin-top: 40px
    }
}

.list--grid > li:nth-of-type(n+3).col-xs-6 {
    margin-top: 16px
}

.list--grid > li:nth-of-type(n+4).col-xs-4 {
    margin-top: 16px
}

.list--grid > li:nth-of-type(n+5).col-xs-3 {
    margin-top: 16px
}

@media (min-width:768px) {
    .list--grid > li:nth-of-type(n)[class*=col-sm-] {
        margin-top: 0
    }

    .list--grid > li:nth-of-type(n+3).col-sm-6 {
        margin-top: 16px
    }

    .list--grid > li:nth-of-type(n+4).col-sm-4 {
        margin-top: 16px
    }

    .list--grid > li:nth-of-type(n+5).col-sm-3 {
        margin-top: 16px
    }
}

@media (min-width:992px) {
    .list--grid > li:nth-of-type(n)[class*=col-md-] {
        margin-top: 0
    }

    .list--grid > li:nth-of-type(n+3).col-md-6 {
        margin-top: 16px
    }

    .list--grid > li:nth-of-type(n+4).col-md-4 {
        margin-top: 16px
    }

    .list--grid > li:nth-of-type(n+5).col-md-3 {
        margin-top: 16px
    }
}

@media (min-width:1200px) {
    .list--grid > li:nth-of-type(n)[class*=col-lg-] {
        margin-top: 0
    }

    .list--grid > li:nth-of-type(n+3).col-lg-6 {
        margin-top: 16px
    }

    .list--grid > li:nth-of-type(n+4).col-lg-4 {
        margin-top: 16px
    }

    .list--grid > li:nth-of-type(n+5).col-lg-3 {
        margin-top: 16px
    }
}

.list--grid > li:nth-of-type(3n+1).col-xs-4[class*=col-xs], .list--grid > li:nth-of-type(4n+1).col-xs-3[class*=col-xs], .list--grid > li:nth-of-type(odd).col-xs-6[class*=col-xs] {
    clear: both
}

@media (min-width:768px) {
    .list--grid > li:nth-of-type(3n+1).col-xs-4[class*=col-sm-], .list--grid > li:nth-of-type(4n+1).col-xs-3[class*=col-sm-], .list--grid > li:nth-of-type(odd).col-xs-6[class*=col-sm-] {
        clear: none
    }

    .list--grid > li:nth-of-type(3n+1).col-xs-4[class*=col-md-], .list--grid > li:nth-of-type(4n+1).col-xs-3[class*=col-md-], .list--grid > li:nth-of-type(odd).col-xs-6[class*=col-md-] {
        clear: none
    }

    .list--grid > li:nth-of-type(3n+1).col-xs-4[class*=col-lg-], .list--grid > li:nth-of-type(4n+1).col-xs-3[class*=col-lg-], .list--grid > li:nth-of-type(odd).col-xs-6[class*=col-lg-] {
        clear: none
    }
}

@media (min-width:768px) {
    .list--grid > li:nth-of-type(3n+1).col-sm-4[class*=col-sm], .list--grid > li:nth-of-type(4n+1).col-sm-3[class*=col-sm], .list--grid > li:nth-of-type(odd).col-sm-6[class*=col-sm] {
        clear: both
    }
}

@media (min-width:992px) {
    .list--grid > li:nth-of-type(3n+1).col-sm-4[class*=col-md-], .list--grid > li:nth-of-type(4n+1).col-sm-3[class*=col-md-], .list--grid > li:nth-of-type(odd).col-sm-6[class*=col-md-] {
        clear: none
    }

    .list--grid > li:nth-of-type(3n+1).col-sm-4[class*=col-lg-], .list--grid > li:nth-of-type(4n+1).col-sm-3[class*=col-lg-], .list--grid > li:nth-of-type(odd).col-sm-6[class*=col-lg-] {
        clear: none
    }
}

@media (min-width:992px) {
    .list--grid > li:nth-of-type(3n+1).col-md-4[class*=col-md], .list--grid > li:nth-of-type(4n+1).col-md-3[class*=col-md], .list--grid > li:nth-of-type(odd).col-md-6[class*=col-md] {
        clear: both
    }
}

@media (min-width:1200px) {
    .list--grid > li:nth-of-type(3n+1).col-md-4[class*=col-lg-], .list--grid > li:nth-of-type(4n+1).col-md-3[class*=col-lg-], .list--grid > li:nth-of-type(odd).col-md-6[class*=col-lg-] {
        clear: none
    }
}

@media (min-width:1200px) {
    .list--grid > li:nth-of-type(3n+1).col-lg-4[class*=col-lg], .list--grid > li:nth-of-type(4n+1).col-lg-3[class*=col-lg], .list--grid > li:nth-of-type(odd).col-lg-6[class*=col-lg] {
        clear: both
    }
}

.list--pointer {
    padding-left: 0;
    list-style: none
}

    .list--pointer > li {
        position: relative;
        padding-left: 20px;
        padding-top: 5px;
        padding-bottom: 5px
    }

        .list--pointer > li:before {
            content: "\e902";
            font-family: iconfont;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 16px;
            font-size: 1rem;
            position: absolute;
            margin-left: -20px;
            top: 50%;
            transform: translateY(-50%)
        }

        .list--pointer > li > ul li:before {
            top: 0
        }

.list--unstyled {
    padding-left: 0;
    list-style: none
}

.local-nav--childlinks-shortened .parent .child .collapse-panel .collapse-trigger {
    cursor: pointer
}

    .local-nav--childlinks-shortened .parent .child .collapse-panel .collapse-trigger .icon-triangle-down:before, .local-nav--childlinks-shortened .parent .child .collapse-panel .collapse-trigger .icon-triangle-right:before {
        content: "\e902";
        color: #0066ba;
        font-family: iconfont;
        font-size: 10px;
        font-size: .625rem
    }

    .local-nav--childlinks-shortened .parent .child .collapse-panel .collapse-trigger .icon-triangle-down:before {
        content: "\e900"
    }

.local-nav--childlinks-shortened .parent .child .collapse-panel ul li {
    margin-left: 0;
    padding-left: 0
}

.local-nav--dropdown {
    max-width: 450px;
    margin-top: 20px;
    margin-bottom: 25px
}

@media (min-width:992px) {
    .local-nav--dropdown {
        display: none
    }
}

.local-nav--dropdown button {
    color: #fff;
    font-weight: 700;
    position: relative;
    text-align: left;
    background: #0066ba
}

    .local-nav--dropdown button[data-toggle=dropdown] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #0066ba;
        border: 0;
        border-radius: 0;
        padding: 15px 50px 15px 20px;
        width: 100%
    }

@media screen and (-webkit-min-device-pixel-ratio:2) and (max-width:414px) {
    .local-nav--dropdown button[data-toggle=dropdown] {
        font-size: 16px;
        font-size: 1rem
    }
}

.local-nav--dropdown button[data-toggle=dropdown] .local-nav--dropdown__toggle:before {
    content: "\e900";
    color: #ffb600;
    font-family: iconfont;
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.local-nav--dropdown button[data-toggle=dropdown][aria-expanded=true] .local-nav--dropdown__toggle:before {
    content: "\e903"
}

.local-nav--dropdown .dropdown-menu, .local-nav--dropdown .dropdown-menu > ul {
    position: relative;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    padding-top: 0;
    width: 100%
}

    .local-nav--dropdown .dropdown-menu > ul li a, .local-nav--dropdown .dropdown-menu li a {
        font-size: 16px;
        font-size: 1rem
    }

    .local-nav--dropdown .dropdown-menu > li > a:focus, .local-nav--dropdown .dropdown-menu > li > a:hover, .local-nav--dropdown .dropdown-menu > ul > li > a:focus, .local-nav--dropdown .dropdown-menu > ul > li > a:hover {
        color: #ffb600;
        background-color: #0066ba
    }

    .local-nav--dropdown .dropdown-menu > li.active span, .local-nav--dropdown .dropdown-menu > ul > li.active span {
        height: 0;
        visibility: hidden;
        padding: 0;
        margin: 0
    }

        .local-nav--dropdown .dropdown-menu > li.active span:before, .local-nav--dropdown .dropdown-menu > ul > li.active span:before {
            display: none
        }

    .local-nav--dropdown .dropdown-menu > li.active .child, .local-nav--dropdown .dropdown-menu > ul > li.active .child {
        margin-top: 0
    }

.local-nav, .local-nav--dropdown {
    margin-bottom: 40px
}

@media (max-width:767px) {
    .local-nav, .local-nav--dropdown {
        margin-bottom: 20px
    }
}

@media (max-width:991px) {
    .local-nav--dropdown.local-nav--responsive, .local-nav.local-nav--responsive {
        display: none
    }
}

.local-nav--dropdown .local-nav-header, .local-nav .local-nav-header {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.local-nav--dropdown > ul, .local-nav > ul {
    clear: both;
    margin-bottom: 0;
    padding-left: 0
}

    .local-nav--dropdown > ul > li > a, .local-nav--dropdown > ul > li > span, .local-nav > ul > li > a, .local-nav > ul > li > span {
        color: #fff;
        background-color: #0066ba
    }

.local-nav--dropdown li, .local-nav li {
    list-style: none;
    position: relative
}

    .local-nav--dropdown li a, .local-nav--dropdown li span, .local-nav li a, .local-nav li span {
        font-size: 14px;
        font-size: .875rem;
        font-weight: 400;
        display: block;
        line-height: 18px;
        margin-top: 1px;
        padding: 15px 24px;
        text-decoration: none
    }

        .local-nav--dropdown li a:focus, .local-nav--dropdown li a:hover, .local-nav li a:focus, .local-nav li a:hover {
            color: #ffb600;
            text-decoration: none
        }

    .local-nav--dropdown li ul.child, .local-nav li ul.child {
        background-color: #d9f0fa;
        padding: 0
    }

        .local-nav--dropdown li ul.child li, .local-nav li ul.child li {
            border-top: 1px solid rgba(0,102,186,.1);
            margin: 0 20px;
            padding: 14px 4px 15px
        }

            .local-nav--dropdown li ul.child li:first-child, .local-nav li ul.child li:first-child {
                border-top: 0
            }

        .local-nav--dropdown li ul.child a, .local-nav li ul.child a {
            color: #0066ba;
            font-size: 14px;
            font-size: .875rem;
            font-weight: 400;
            padding: 0
        }

            .local-nav--dropdown li ul.child a:hover, .local-nav li ul.child a:hover {
                color: #0066ba;
                text-decoration: underline
            }

.local-nav--dropdown .active > span, .local-nav .active > span {
    font-weight: 600;
    position: relative
}

    .local-nav--dropdown .active > span:before, .local-nav .active > span:before {
        content: "";
        position: absolute;
        right: 100%;
        top: 50%;
        transform: translateY(-50%);
        height: 0;
        width: 0;
        border-right: 10px solid #0066ba;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent
    }

.list-navigation-local-sub {
    padding-left: 2em
}

    .list-navigation-local-sub ul {
        border: 0
    }

    .list-navigation-local-sub li {
        border-top-color: transparent
    }

.navigation {
    background: transparent;
    position: relative;
    height: 100%;
    z-index: 2
}

html.fractal body > .navigation {
    height: auto;
    padding-right: 200px
}

.navigation__toggle[aria-expanded=true] + .navigation__list {
    display: block
}

    .navigation__toggle[aria-expanded=true] + .navigation__list .navigation__item {
        visibility: visible !important
    }

.navigation__list {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff
}

.navigation__item, .navigation__item-link {
    list-style: none
}

    .navigation__item-link[aria-expanded=true] .navigation__sub-nav-toggle:after, .navigation__item[aria-expanded=true] .navigation__sub-nav-toggle:after {
        transform: rotate(180deg)
    }

    .navigation__item-link .navigation__sub-nav-toggle:after, .navigation__item .navigation__sub-nav-toggle:after {
        content: "\e900";
        color: #ffb600;
        display: inline-block;
        font-family: iconfont;
        font-size: 8px;
        line-height: 1px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: transform .25s ease
    }

.navigation__item-link {
    color: #0066ba;
    background: transparent;
    border: 0;
    border-top: 1px solid rgba(0,102,170,.1);
    display: block;
    padding: 10px calc(5% + 35px) 10px 5%;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: .05em;
    transition: background-color .2s ease !important;
    width: 100%;
    white-space: nowrap
}

    .navigation__item-link[aria-haspopup=true]:focus:after, .navigation__item-link[aria-haspopup=true]:hover:after, .navigation__item-link[aria-haspopup=true][aria-expanded=true]:after {
        display: block
    }

    .navigation__item-link[aria-haspopup=true][aria-expanded=true] + .navigation__sub-nav {
        display: block
    }

    .navigation__item-link:focus, .navigation__item-link:hover {
        text-decoration: none
    }

    .navigation__item-link .icon-minus, .navigation__item-link .icon-plus {
        display: none
    }

.navigation__sub-nav {
    display: none;
    padding-left: 0
}

.navigation_sub-nav-label {
    list-style: none
}

    .navigation_sub-nav-label a {
        text-decoration: underline
    }

@media (max-width:767px) {
    .navigation_sub-nav-label a {
        color: #06a;
        background: #eee;
        border-top: 1px solid rgba(0,102,170,.1);
        display: block;
        padding: 10px 40px;
        text-decoration: none;
        font-weight: 600;
        font-size: 13.33333px;
        font-size: .833333125rem;
        line-height: 20px;
        text-transform: uppercase;
        letter-spacing: .05em;
        transition: background .2s ease
    }
}

@media (max-width:767px) {
    .navigation_sub-nav-label a:hover {
        border-top-color: #fff
    }
}

@media (max-width:767px) {
    .navigation_sub-nav-label a[aria-current=page] {
        color: #fff;
        background: #0066ba;
        text-decoration: none
    }
}

.navigation_sub-nav-label a:focus, .navigation_sub-nav-label a:hover {
    background-color: #0066ba;
    color: #fff
}

.navigation_sub-nav-label .navigation_sub-nav-label-header, .navigation_sub-nav-label .navigation_sub-nav-label-header2 {
    display: block
}

.navigation_sub-nav-label .navigation_sub-nav-label-pipe {
    font-weight: 400;
    padding: 0 .5em;
    opacity: .25
}

@media (max-width:767px) {
    .navigation_sub-nav-label .navigation_sub-nav-label-pipe {
        display: none
    }
}

.navigation__sub-nav-item {
    list-style: none
}

.navigation__sub-nav-item-link {
    color: #06a;
    display: block;
    padding: 6px 5%;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    transition: background-color .2s ease
}

    .navigation__sub-nav-item-link:focus, .navigation__sub-nav-item-link:hover, .navigation__sub-nav-item-link[aria-current=page] {
        background: #c0e6f5;
        text-decoration: none
    }

    .navigation__sub-nav-item-link[aria-current=page] {
        background: #c0e6f5;
        border-bottom: 0;
        border-top: 0
    }

@media (max-width:767px) {
    .navigation__sub-nav-item-link[aria-current=page] {
        text-decoration: none
    }
}

.navigation__toggle {
    background-color: transparent;
    border: 0;
    padding: 0;
    transition-property: opacity,filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    z-index: 1
}

@media (max-width:767px) {
    .navigation__toggle {
        position: absolute;
        right: 5%;
        top: 50%;
        transform: translateY(-50%);
        height: 48px;
        width: 48px
    }
}

@media (min-width:768px) {
    .navigation__toggle {
        visibility: hidden;
        border-top: 1px solid hsla(0,0%,70%,.5);
        float: right;
        line-height: 30px;
        width: 0;
        position: relative
    }
}

.navigation__toggle[aria-expanded=true] {
    background-color: transparent
}

    .navigation__toggle[aria-expanded=true]:after, .navigation__toggle[aria-expanded=true]:before {
        display: none
    }

.navigation__toggle[aria-expanded=false] .navigation__toggle-text {
    line-height: 0
}

.navigation__toggle-text {
    color: #0066ba;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase
}

@media (max-width:767px) {
    .navigation__toggle-text {
        display: none
    }
}

.navigation__toggle-text .navigation__toggle-close {
    display: none
}

.navigation__toggle-hamburger {
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 48px;
    width: 48px
}

@media (min-width:768px) {
    .navigation__toggle-hamburger {
        margin-top: 7px;
        padding-top: 10px;
        right: 40px;
        height: 14px;
        width: 14px
    }
}

@media (min-width:768px) {
    .navigation__toggle[aria-expanded=true] .navigation__toggle-hamburger {
        margin-top: 8px
    }
}

.navigation__toggle-hamburger-inner {
    display: block;
    left: 7px;
    top: 50%;
    margin-top: -3px;
    transition-duration: 75ms;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

    .navigation__toggle-hamburger-inner, .navigation__toggle-hamburger-inner:after, .navigation__toggle-hamburger-inner:before {
        width: 34px;
        height: 5px;
        background-color: #0066ba;
        position: absolute;
        transition-property: transform;
        transition-duration: .15s;
        transition-timing-function: ease
    }

@media (min-width:768px) {
    .navigation__toggle-hamburger-inner, .navigation__toggle-hamburger-inner:after, .navigation__toggle-hamburger-inner:before {
        background-color: #ffb600;
        left: 0;
        width: 12px;
        height: 2px
    }
}

html.high-contrast .navigation__toggle-hamburger-inner, html.high-contrast .navigation__toggle-hamburger-inner:after, html.high-contrast .navigation__toggle-hamburger-inner:before {
    background-color: #ffd600 !important
}

.navigation__toggle-hamburger-inner:after, .navigation__toggle-hamburger-inner:before {
    content: "";
    display: block
}

.navigation__toggle-hamburger-inner:before {
    top: -12px;
    transition: top 75ms ease .12s,opacity 75ms ease
}

@media (min-width:768px) {
    .navigation__toggle-hamburger-inner:before {
        top: -4px
    }
}

.navigation__toggle-hamburger-inner:after {
    bottom: -12px;
    transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)
}

@media (min-width:768px) {
    .navigation__toggle-hamburger-inner:after {
        bottom: -4px
    }
}

.navigation__toggle[aria-expanded=true] .navigation__toggle-hamburger-inner {
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

@media (min-width:768px) {
    .navigation__toggle[aria-expanded=true] .navigation__toggle-hamburger-inner {
        margin-top: -4px
    }
}

.navigation__toggle[aria-expanded=true] .navigation__toggle-hamburger-inner, .navigation__toggle[aria-expanded=true] .navigation__toggle-hamburger-inner:after, .navigation__toggle[aria-expanded=true] .navigation__toggle-hamburger-inner:before {
    background-color: #002f6d
}

@media (min-width:768px) {
    .navigation__toggle[aria-expanded=true] .navigation__toggle-hamburger-inner, .navigation__toggle[aria-expanded=true] .navigation__toggle-hamburger-inner:after, .navigation__toggle[aria-expanded=true] .navigation__toggle-hamburger-inner:before {
        background-color: #ffb600
    }
}

.navigation__toggle[aria-expanded=true] .navigation__toggle-hamburger-inner:before {
    top: 0;
    transition: top 75ms ease,opacity 75ms ease .12s
}

.navigation__toggle[aria-expanded=true] .navigation__toggle-hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s
}

.navigation__utility-items {
    background-color: #002f6d;
    padding-top: 10px;
    padding-bottom: 10px
}

.navigation__toggle:not([aria-expanded=true]) + .navigation__list .navigation__utility-items {
    display: none
}

    .navigation__toggle:not([aria-expanded=true]) + .navigation__list .navigation__utility-items .navigation__item-link-utility {
        display: none
    }

.navigation__utility-item a {
    color: #fff;
    display: block;
    font-size: 12px;
    font-size: .75rem;
    padding: 5px 24px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase
}

@media (max-width:767px) {
    .navigation__utility-item a {
        padding: 5px 5%
    }
}

.navigation__utility-item a:focus, .navigation__utility-item a:hover {
    color: #ffb600;
    text-decoration: none
}

.navigation--main .sr-only {
    margin: 0
}

@media (min-width:768px) {
    .navigation--main {
        display: block;
        padding-left: 9.5%;
        vertical-align: top;
        width: 100%
    }
}

@media (min-width:768px) {
    .global-header .navigation--main {
        display: table-cell
    }
}

html.high-contrast .navigation--main {
    background-color: transparent !important
}

.navigation--main .navigation__toggle[aria-expanded=true] + .navigation__list {
    border-top: 5px solid #ffb600
}

@media (min-width:768px) {
    .navigation--main .navigation__toggle[aria-expanded=true] + .navigation__list {
        max-width: 400px;
        top: calc(100% + 12px);
        left: auto;
        right: 0
    }
}

@media (min-width:768px) {
    .global-header + .navigation--main .navigation__toggle[aria-expanded=true] + .navigation__list {
        left: auto;
        top: 64px;
        max-width: 400px
    }
}

.navigation--main .navigation__toggle[aria-expanded=true] + .navigation__list .navigation__item-link {
    color: #fff;
    background: #0066ba;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100% !important
}

@media (min-width:768px) {
    .navigation--main .navigation__toggle[aria-expanded=true] + .navigation__list .navigation__item-link {
        padding: 10px 48px 10px 24px !important
    }
}

.navigation--main .navigation__toggle[aria-expanded=true] + .navigation__list .navigation__sub-nav {
    background: #d9f0fa;
    padding-top: 10px;
    padding-bottom: 10px
}

.navigation--main .navigation__toggle[aria-expanded=true] + .navigation__list .navigation__item-link {
    border-bottom: 1px solid #fff;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

    .navigation--main .navigation__toggle[aria-expanded=true] + .navigation__list .navigation__item-link[aria-current=page] {
        background-color: #002f6d;
        color: #fff
    }

        .navigation--main .navigation__toggle[aria-expanded=true] + .navigation__list .navigation__item-link[aria-current=page]:hover {
            text-decoration: none
        }

    .navigation--main .navigation__toggle[aria-expanded=true] + .navigation__list .navigation__item-link:not([aria-current=page]):focus, .navigation--main .navigation__toggle[aria-expanded=true] + .navigation__list .navigation__item-link:not([aria-current=page]):hover {
        background-color: #005296
    }

.navigation--main .navigation__toggle[aria-expanded=true] + .navigation__list .navigation__sub-nav-toggle {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%)
}

    .navigation--main .navigation__toggle[aria-expanded=true] + .navigation__list .navigation__sub-nav-toggle:after {
        color: #ffb600;
        font-size: 18px
    }

@media (min-width:768px) {
    .navigation--main .navigation__toggle:not([aria-expanded=true]) + .navigation__list {
        border-top: 1px solid hsla(0,0%,70%,.5);
        display: table;
        box-shadow: none;
        float: right;
        padding-top: 11px;
        position: relative;
        width: auto
    }
}

@media (min-width:768px) {
    .navigation--main .navigation__toggle:not([aria-expanded=true]) + .navigation__list .navigation__item {
        padding-right: 40px;
        position: relative;
        display: table-cell;
        vertical-align: middle;
        text-align: center
    }
}

.navigation--main .navigation__toggle:not([aria-expanded=true]) + .navigation__list .navigation__item-link:focus, .navigation--main .navigation__toggle:not([aria-expanded=true]) + .navigation__list .navigation__item-link:hover, .navigation--main .navigation__toggle:not([aria-expanded=true]) + .navigation__list .navigation__item-link[aria-expanded=true], .navigation--main .navigation__toggle:not([aria-expanded=true]) + .navigation__list .navigation__item:focus, .navigation--main .navigation__toggle:not([aria-expanded=true]) + .navigation__list .navigation__item:hover, .navigation--main .navigation__toggle:not([aria-expanded=true]) + .navigation__list .navigation__item[aria-expanded=true] {
    color: #002f6d;
    text-decoration: none
}

.navigation--main .navigation__toggle:not([aria-expanded=true]) + .navigation__list .navigation__item--invisible {
    display: inline-block;
    padding: 0;
    width: 0
}

@media (min-width:768px) {
    .navigation--main .navigation__toggle:not([aria-expanded=true]) + .navigation__list .navigation__sub-nav {
        border-top: 5px solid #ffb600;
        position: absolute;
        left: -30px;
        top: calc(100% + 12px);
        background: #d9f0fa;
        padding: 15px 0;
        width: 260px
    }

        .navigation--main .navigation__toggle:not([aria-expanded=true]) + .navigation__list .navigation__sub-nav:target {
            display: block
        }
}

@media (min-width:768px) {
    .navigation--main .navigation__toggle:not([aria-expanded=true]) + .navigation__list .navigation__sub-nav-item-link {
        border: 0;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 400;
        text-align: left;
        text-transform: none;
        padding: 6px 30px;
        color: #0066ba;
        background: none
    }

        .navigation--main .navigation__toggle:not([aria-expanded=true]) + .navigation__list .navigation__sub-nav-item-link:focus, .navigation--main .navigation__toggle:not([aria-expanded=true]) + .navigation__list .navigation__sub-nav-item-link:hover {
            background: #c0e6f5;
            text-decoration: none
        }

        .navigation--main .navigation__toggle:not([aria-expanded=true]) + .navigation__list .navigation__sub-nav-item-link[aria-current=page] {
            color: #002f6d
        }
}

@media (max-width:991px) {
    .navigation--main .navigation__item {
        position: relative
    }
}

@media (min-width:768px) {
    .navigation--main .navigation__item:hover .navigation__item-link:after {
        display: block
    }
}

@media (min-width:768px) {
    .navigation--main .navigation__item:first-child {
        border-left: 0 !important
    }
}

@media (min-width:768px) {
    .navigation--main .navigation__item-link {
        border-top: 0;
        padding: 0;
        position: relative
    }
}

@media (min-width:768px) {
    .navigation--main .navigation__item-link[aria-haspopup=true] {
        padding-right: 16px
    }
}

@media (min-width:768px) {
    .navigation--main .navigation__item-link[aria-expanded=true]:after {
        display: block
    }
}

@media (max-width:767px) {
    .navigation--main .navigation__item-link:focus, .navigation--main .navigation__item-link[aria-expanded=true] {
        background-color: #0066ba;
        color: #fff;
        text-decoration: none
    }
}

.navigation--main .navigation__item-link[aria-current=page] {
    color: #002f6d
}

    .navigation--main .navigation__item-link[aria-current=page]:after {
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        top: calc(100% + 11px);
        left: 50%;
        transform: translateX(-50%);
        border-top: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent
    }

.navigation--main .navigation_sub-nav-label {
    display: none
}

@media (min-width:768px) {
    .navigation--main .navigation_sub-nav-label {
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 700;
        text-align: left;
        padding-bottom: 12px
    }
}

@media (min-width:768px) {
    .navigation--main .navigation_sub-nav-label a:focus, .navigation--main .navigation_sub-nav-label a:hover {
        background-color: transparent;
        color: #0066ba
    }
}

@media (min-width:768px) {
    .navigation--main .navigation_sub-nav-label .navigation_sub-nav-label-header, .navigation--main .navigation_sub-nav-label .navigation_sub-nav-label-header2 {
        display: inline-block;
        white-space: nowrap
    }
}

.page-banner {
    overflow: hidden
}

    .page-banner .page-banner-content {
        padding: 20px 5% 0;
        z-index: 1
    }

@media (min-width:768px) {
    .page-banner .page-banner-content {
        padding: 60px 9.5% 20px
    }
}

.main-content.single-column .page-banner .page-banner-content {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(19% + 800px)
}

.page-banner .page-banner-title {
    color: #0066ba;
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 700;
    margin: 0;
    position: relative;
    text-align: left;
    width: 100%
}

@media (min-width:768px) {
    .page-banner .page-banner-title {
        font-size: 60px;
        font-size: 3.75rem;
        line-height: 72px
    }
}

.page-banner--homepage, .page-banner--landing {
    background-color: #0066ba;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
    border: none;
    min-height: 256px
}

@media (min-width:768px) {
    .page-banner--homepage, .page-banner--landing {
        height: 480px
    }
}

.page-banner--homepage .page-banner-content, .page-banner--landing .page-banner-content {
    padding: 50px 5% 100px;
    width: 100%
}

@media (max-width:767px) {
    .page-banner--homepage .page-banner-content, .page-banner--landing .page-banner-content {
        display: table;
        min-height: 256px
    }
}

@media (min-width:768px) {
    .page-banner--homepage .page-banner-content, .page-banner--landing .page-banner-content {
        margin-top: -30px;
        padding: 0 9.5%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%)
    }
}

.page-banner--homepage .page-banner-title, .page-banner--landing .page-banner-title {
    color: #fff;
    font-size: 80px;
    font-size: 5rem;
    text-align: center
}

@media (max-width:767px) {
    .page-banner--homepage .page-banner-title, .page-banner--landing .page-banner-title {
        display: table-cell;
        vertical-align: middle
    }
}

@media (max-width:991px) {
    .page-banner--homepage .page-banner-title, .page-banner--landing .page-banner-title {
        font-size: 60px;
        font-size: 3.75rem
    }
}

@media (max-width:767px) {
    .page-banner--homepage .page-banner-title, .page-banner--landing .page-banner-title {
        font-size: 40px;
        font-size: 2.5rem
    }
}

.page-banner--homepage .page-banner-overlay, .page-banner--landing .page-banner-overlay {
    background: linear-gradient(rgba(0,49,105,.5),rgba(0,49,105,.5));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80003169",endColorstr="#80003169",GradientType=0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 95px;
    padding-left: 5%;
    padding-right: 5%
}

@media (max-width:767px) {
    .page-banner--homepage .page-banner-overlay, .page-banner--landing .page-banner-overlay {
        padding-top: 50px
    }
}

.page-banner--homepage .page-banner-overlay img, .page-banner--landing .page-banner-overlay img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    max-height: 100%
}

.page-banner--homepage .page-banner-overlay:after, .page-banner--homepage .page-banner-overlay:before, .page-banner--landing .page-banner-overlay:after, .page-banner--landing .page-banner-overlay:before {
    content: "test"
}

.page-banner--homepage .page-banner-overlay:after, .page-banner--homepage .page-banner-overlay:before, .page-banner--homepage:after, .page-banner--homepage:before, .page-banner--landing .page-banner-overlay:after, .page-banner--landing .page-banner-overlay:before, .page-banner--landing:after, .page-banner--landing:before {
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    opacity: .3;
    z-index: 1
}

.page-banner--homepage .page-banner-overlay:after, .page-banner--homepage .page-banner-overlay:before, .page-banner--landing .page-banner-overlay:after, .page-banner--landing .page-banner-overlay:before {
    opacity: 1
}

.page-banner--homepage:before, .page-banner--landing:before {
    background: none;
    border-width: 70px 0 0 100px;
    border-color: transparent transparent transparent #fff
}

@media (min-width:768px) {
    .page-banner--homepage:before, .page-banner--landing:before {
        border-width: 140px 0 0 200px
    }
}

@media (min-width:992px) {
    .page-banner--homepage:before, .page-banner--landing:before {
        border-width: 140px 0 0 300px
    }
}

@media (min-width:1200px) {
    .page-banner--homepage:before, .page-banner--landing:before {
        border-width: 140px 0 0 400px
    }
}

.page-banner--homepage .page-banner-overlay:before, .page-banner--landing .page-banner-overlay:before {
    background: none;
    border-width: 35px 0 0 100px;
    border-color: transparent transparent transparent #fff
}

@media (min-width:768px) {
    .page-banner--homepage .page-banner-overlay:before, .page-banner--landing .page-banner-overlay:before {
        border-width: 70px 0 0 200px
    }
}

@media (min-width:992px) {
    .page-banner--homepage .page-banner-overlay:before, .page-banner--landing .page-banner-overlay:before {
        border-width: 70px 0 0 300px
    }
}

@media (min-width:1200px) {
    .page-banner--homepage .page-banner-overlay:before, .page-banner--landing .page-banner-overlay:before {
        border-width: 70px 0 0 400px
    }
}

.page-banner--homepage:after, .page-banner--landing:after {
    left: 100px;
    bottom: 0;
    border-width: 0 0 100px 700px;
    border-color: transparent transparent #fff
}

@media (min-width:768px) {
    .page-banner--homepage:after, .page-banner--landing:after {
        left: 200px;
        border-width: 0 0 200px 1000px
    }
}

@media (min-width:992px) {
    .page-banner--homepage:after, .page-banner--landing:after {
        left: 300px;
        border-width: 0 0 200px 1200px
    }
}

@media (min-width:1200px) {
    .page-banner--homepage:after, .page-banner--landing:after {
        left: 400px;
        border-width: 0 0 200px 1600px
    }
}

.page-banner--homepage .page-banner-overlay:after, .page-banner--landing .page-banner-overlay:after {
    left: 100px;
    bottom: 0;
    border-width: 0 0 50px 700px;
    border-color: transparent transparent #fff
}

@media (min-width:768px) {
    .page-banner--homepage .page-banner-overlay:after, .page-banner--landing .page-banner-overlay:after {
        left: 200px;
        border-width: 0 0 100px 1000px
    }
}

@media (min-width:992px) {
    .page-banner--homepage .page-banner-overlay:after, .page-banner--landing .page-banner-overlay:after {
        left: 300px;
        border-width: 0 0 100px 1200px
    }
}

@media (min-width:1200px) {
    .page-banner--homepage .page-banner-overlay:after, .page-banner--landing .page-banner-overlay:after {
        left: 400px;
        border-width: 0 0 100px 1600px
    }
}

.page-banner--landing .page-banner-content {
    width: 100%;
    display: block;
    min-height: auto;
    margin-top: 0;
    left: auto;
    padding: 0 5% 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media (min-width:768px) {
    .page-banner--landing .page-banner-content {
        padding: 0 9.5% 20px
    }
}

.page-banner--landing .page-banner-content:after {
    content: "";
    display: block;
    border-bottom: 4px solid #ffb600;
    width: 130px
}

.page-banner--landing .page-banner-title {
    color: #fff;
    display: block;
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 18px 0;
    position: relative;
    text-align: left;
    text-shadow: 0 1px #000;
    vertical-align: unset;
    width: 100%
}

@media (min-width:768px) {
    .page-banner--landing .page-banner-title {
        font-size: 60px;
        font-size: 3.75rem;
        max-width: 50%
    }
}

.page-banner--landing .page-banner-overlay:after, .page-banner--landing .page-banner-overlay:before {
    content: none
}

.pagination {
    border-radius: 0;
    margin: 20px 0 0
}

.section + nav .pagination {
    margin-top: 0
}

.pagination > li > a {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    border-top: 0;
    border-bottom: 0;
    padding: 9px 15px;
    min-width: 40px;
    line-height: 22px;
    text-align: center
}

    .pagination > li > a:focus, .pagination > li > a:hover {
        background: #c0e6f5;
        color: #0066ba
    }

@media (max-width:767px) {
    .pagination > li > a:not(.pagination-prev):not(.pagination-next) {
        display: none
    }
}

.pagination > li:first-of-type > a {
    border-left: 0
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0
}

@media (max-width:767px) {
    .pagination .pagination-prev .pagination-label-custom {
        padding-right: 5px
    }
}

@media (max-width:767px) {
    .pagination .pagination-next {
        border-left: 1px solid #fff
    }
}

@media (max-width:767px) {
    .pagination .pagination-next .pagination-label-custom {
        padding-left: 5px
    }
}

@media (min-width:768px) {
    .pagination .pagination-label {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0
    }
}

.pagination .pagination-label-custom {
    font-size: 10px;
    font-size: .625rem
}

.panel:not(.panel-primary) {
    background: #d9f0fa;
    box-shadow: none;
    margin-bottom: 40px;
    padding: 18px 24px
}

@media (max-width:767px) {
    .panel:not(.panel-primary) {
        margin-bottom: 20px
    }
}

main .panel:not(.panel-primary):not(.panel-overstated):not(.panel-simple):not(.panel-understated) {
    background: transparent;
    border-top: 0;
    padding: 0
}

    main .panel:not(.panel-primary):not(.panel-overstated):not(.panel-simple):not(.panel-understated) .panel-title {
        font-size: 24px;
        font-size: 1.5rem;
        letter-spacing: .05em;
        text-transform: uppercase
    }

.panel:not(.panel-primary):not(.panel-overstated):not(.panel-understated) .panel-body .rich-text, .panel:not(.panel-primary):not(.panel-overstated):not(.panel-understated) .panel-body a:not(.button), .panel:not(.panel-primary):not(.panel-overstated):not(.panel-understated) .panel-body em, .panel:not(.panel-primary):not(.panel-overstated):not(.panel-understated) .panel-body li, .panel:not(.panel-primary):not(.panel-overstated):not(.panel-understated) .panel-body p, .panel:not(.panel-primary):not(.panel-overstated):not(.panel-understated) .panel-body strong {
    font-size: 14px;
    font-size: .875rem
}

.panel:not(.panel-primary)-default > .panel-heading a {
    color: #0066ba
}

.panel:not(.panel-primary) .panel-heading {
    border: 0;
    padding: 0
}

    .panel:not(.panel-primary) .panel-heading + .panel-body {
        padding-top: 0
    }

.panel:not(.panel-primary) .panel-title {
    color: #002f6d;
    font-family: Source Sans Pro,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 18px;
    text-transform: uppercase
}

.panel:not(.panel-primary) .panel-body {
    padding: 0
}

    .panel:not(.panel-primary) .panel-body ul:not(.list--divided) li {
        margin-bottom: .75em
    }

@media (max-width:767px) {
    .panel:not(.panel-primary) .panel-body ul:not(.list--divided) li:last-of-type {
        margin-bottom: 0
    }
}

.panel:not(.panel-primary) .panel-footer {
    padding: 10px 20px
}

.panel:not(.panel-primary) .rich-text .lead, .panel:not(.panel-primary) .rich-text ol, .panel:not(.panel-primary) .rich-text p, .panel:not(.panel-primary) .rich-text ul {
    margin-bottom: 18px
}

    .panel:not(.panel-primary) .rich-text ol li, .panel:not(.panel-primary) .rich-text ul li {
        padding-bottom: 0
    }

.panel:not(.panel-primary) .panel-body > .rich-text > :last-child, .panel:not(.panel-primary) .panel-footer > .rich-text > :last-child {
    margin-bottom: 0
}

.panel-overstated {
    background: #bfd9ee;
    border: 0;
    padding: 0 2.5% 3em
}

@media (max-width:767px) {
    .panel-overstated {
        padding-left: 5vw;
        padding-right: 5vw
    }
}

.panel-overstated .panel-heading {
    border-bottom: 1px solid hsla(0,0%,100%,.5);
    margin-bottom: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em
}

    .panel-overstated .panel-heading > * {
        margin: 0
    }

.panel-overstated .panel-title {
    font-size: 24px;
    font-size: 1.5rem
}

.panel-overstated .panel-body a:not(.button), .panel-overstated .panel-body em, .panel-overstated .panel-body li, .panel-overstated .panel-body p, .panel-overstated .panel-body strong {
    font-size: 20px;
    font-size: 1.25rem
}

.panel-simple {
    border-top: 1px solid #555
}

    .panel-simple .panel-title {
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 700;
        text-transform: none
    }

.panel-understated {
    background: #faeacc
}

.profile-page__image {
    padding-bottom: 20px
}

@media (min-width:768px) {
    .profile-page__image {
        padding-right: 20px;
        max-width: 300px
    }
}

.main-content .main-primary > .rich-text, .main-content.single-column main > .rich-text {
    margin-bottom: 50px
}

@media (max-width:767px) {
    .main-content .main-primary > .rich-text, .main-content.single-column main > .rich-text {
        margin-bottom: 40px
    }
}

.main-content .main-primary > .rich-text.section, .main-content.single-column main > .rich-text.section {
    padding-bottom: 0
}

.landing-page main > .rich-text {
    padding-bottom: 80px
}

.rich-text > .scChromeData:first-child + .scWebEditInput > :first-child, .rich-text > :first-child {
    margin-top: 0
}

.rich-text > :last-child, .rich-text > :only-child {
    margin-bottom: 0
}

.rich-text img {
    display: block;
    max-width: 100%;
    height: auto
}

.rich-text .nowrap {
    clear: both
}

    .rich-text .nowrap .h1, .rich-text .nowrap .h2, .rich-text .nowrap .h3, .rich-text .nowrap h1, .rich-text .nowrap h2, .rich-text .nowrap h3 {
        margin-top: 0;
        padding-top: 27px
    }

    .rich-text .nowrap .h4, .rich-text .nowrap .h5, .rich-text .nowrap .h6, .rich-text .nowrap h4, .rich-text .nowrap h5, .rich-text .nowrap h6 {
        margin-top: 0;
        padding-top: 13.5px
    }

.main-primary .rich-text a:not(.button), main > .rich-text a:not(.button) {
    text-decoration: underline
}

    .main-primary .rich-text a:not(.button):hover, main > .rich-text a:not(.button):hover {
        text-decoration: none
    }

.rich-text .lead, .rich-text ol, .rich-text p, .rich-text ul {
    margin-bottom: 30px
}

.rich-text ol, .rich-text ul {
    padding-left: 30px
}

    .rich-text ol li, .rich-text ul li {
        padding-bottom: 10px
    }

        .rich-text ol li ol, .rich-text ol li ul, .rich-text ul li ol, .rich-text ul li ul {
            margin-bottom: 0
        }

            .rich-text ol li ol li:first-of-type, .rich-text ol li ul li:first-of-type, .rich-text ul li ol li:first-of-type, .rich-text ul li ul li:first-of-type {
                padding-top: 10px
            }

        .rich-text ol li:last-of-type, .rich-text ul li:last-of-type {
            padding-bottom: 0
        }

.rich-text ul {
    list-style: disc
}

.steps + .scrolling-carousel {
    margin-top: -50px;
    float: left;
    width: 100%
}

@media (max-width:767px) {
    .steps + .scrolling-carousel {
        margin-top: -40px
    }
}

.scrolling-carousel__container {
    background-image: url(/assets/img/scrolling-carousel-shape.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: -50px;
    margin-right: -50px;
    padding: 50px;
    position: relative
}

@media (max-width:767px) {
    .scrolling-carousel__container {
        background: none !important;
        margin: 0;
        padding: 0
    }
}

.scrolling-carousel__content {
    background: #0066ba;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.scrolling-carousel__intro-container {
    padding: 60px
}

    .scrolling-carousel__intro-container:after, .scrolling-carousel__intro-container:before {
        content: " ";
        display: table
    }

    .scrolling-carousel__intro-container:after {
        clear: both
    }

@media (min-width:992px) {
    .scrolling-carousel__intro-container {
        display: table
    }
}

@media (max-width:767px) {
    .scrolling-carousel__intro-container {
        padding: 25px
    }
}

.scrolling-carousel__header {
    color: #fff;
    margin: 0;
    padding-right: 40px;
    width: 40%
}

@media (min-width:992px) {
    .scrolling-carousel__header {
        display: table-cell;
        vertical-align: middle
    }
}

@media (max-width:991px) {
    .scrolling-carousel__header {
        padding-bottom: 10px;
        padding-right: 0;
        width: 100%
    }
}

.scrolling-carousel__header img {
    width: 100%;
    max-width: 100%
}

.scrolling-carousel__intro-text {
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 1.6;
    width: 60%
}

@media (min-width:992px) {
    .scrolling-carousel__intro-text {
        display: table-cell;
        vertical-align: middle
    }
}

@media (max-width:991px) {
    .scrolling-carousel__intro-text {
        font-size: 18px;
        font-size: 1.125rem;
        width: 100%
    }
}

.scrolling-carousel__hide-scrollbar {
    margin-left: -11.728395061728394%;
    height: 512px;
    overflow: hidden;
    width: 100vw;
    max-width: 1440px
}

@media (max-width:767px) {
    .scrolling-carousel__hide-scrollbar {
        height: 256px;
        margin-left: -5.555555555555555%
    }
}

html.oldie .scrolling-carousel__hide-scrollbar {
    height: 256px
}

.scrolling-carousel__slides-scroll-container {
    overflow-x: hidden;
    box-sizing: content-box;
    padding-bottom: 50px;
    margin-bottom: -50px;
    width: 100%;
    height: 100%
}

.scrolling-carousel__slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 512px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:767px) {
    .scrolling-carousel__slides-container {
        height: 256px
    }
}

html.oldie .scrolling-carousel__slides-container {
    display: table;
    height: 256px
}

@media (min-width:768px) {
    .scrolling-carousel__slides-container > li:nth-of-type(5n+3).scrolling-carousel__slide {
        height: 512px;
        width: 512px
    }

    html.oldie .scrolling-carousel__slides-container > li:nth-of-type(5n+3).scrolling-carousel__slide {
        height: 256px;
        width: 256px
    }
}

@media (min-width:768px) {
    .scrolling-carousel__slides-container > li:nth-of-type(5n+3).scrolling-carousel__slide.scrolling-carousel__slide-link {
        height: 512px
    }

    html.oldie .scrolling-carousel__slides-container > li:nth-of-type(5n+3).scrolling-carousel__slide.scrolling-carousel__slide-link {
        height: 256px
    }
}

.scrolling-carousel__slide {
    background-size: cover;
    background-position: top;
    display: table;
    height: 256px;
    width: 256px
}

html.oldie .scrolling-carousel__slide {
    display: table-cell;
    min-width: 256px
}

.scrolling-carousel__slide-link {
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
    padding: 20px;
    height: 256px;
    width: 100%
}

    .scrolling-carousel__slide-link:focus, .scrolling-carousel__slide-link:hover {
        background-color: rgba(255,182,0,.9);
        opacity: 1;
        text-decoration: none
    }

.scrolling-carousel__slide-text, .scrolling-carousel__slide-title {
    color: #002f6d;
    text-decoration: none
}

.scrolling-carousel__slide-title {
    font-family: Source Serif Pro,Times New Roman,Times,serif;
    font-size: 27px;
    font-size: 1.6875rem;
    font-weight: 600
}

.scrolling-carousel__slide-text {
    font-size: 16px;
    font-size: 1rem
}

.scrolling-carousel__slider-container {
    margin: 0 auto;
    padding: 30px 60px;
    position: relative;
    width: 100%;
    max-width: 460px
}

@media (max-width:767px) {
    .scrolling-carousel__slider-container {
        padding: 25px;
        max-width: 425px
    }
}

.scrolling-carousel__slider-decoration {
    background: #ffb600;
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    margin-left: 60px;
    margin-right: 60px;
    width: auto;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width:767px) {
    .scrolling-carousel__slider-decoration {
        margin-left: 25px;
        margin-right: 25px
    }
}

.scrolling-carousel__slider-decoration:after, .scrolling-carousel__slider-decoration:before {
    content: "";
    background-color: #fff;
    border: 2px solid #ffb600;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.scrolling-carousel__slider-decoration:before {
    left: 0
}

.scrolling-carousel__slider-decoration:after {
    right: 0
}

.scrolling-carousel__slider {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    height: 25px;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 1
}

    .scrolling-carousel__slider::-webkit-slider-runnable-track {
        width: 100%;
        height: 2px;
        cursor: pointer;
        box-shadow: none;
        background: transparent;
        border-radius: 0;
        border: 0
    }

    .scrolling-carousel__slider::-webkit-slider-thumb {
        box-shadow: none;
        border: 10px solid #ffb600;
        height: 25px;
        width: 25px;
        border-radius: 50%;
        background: #fff;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -11.5px
    }

    .scrolling-carousel__slider:focus::-webkit-slider-runnable-track {
        background: transparent
    }

    .scrolling-carousel__slider::-moz-range-track {
        width: 100%;
        height: 2px;
        cursor: pointer;
        box-shadow: none;
        background: transparent;
        border-radius: 0;
        border: 0
    }

    .scrolling-carousel__slider::-moz-range-thumb {
        box-shadow: none;
        border: 10px solid #ffb600;
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background: #fff;
        cursor: pointer
    }

    .scrolling-carousel__slider::-ms-track {
        width: 100%;
        height: 2px;
        cursor: pointer;
        background: transparent;
        border-color: transparent;
        color: transparent
    }

    .scrolling-carousel__slider::-ms-fill-lower {
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none
    }

    .scrolling-carousel__slider::-ms-fill-upper {
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none
    }

    .scrolling-carousel__slider::-ms-thumb {
        box-shadow: none;
        border: 10px solid #ffb600;
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background: #fff;
        cursor: pointer;
        margin: 0
    }

    .scrolling-carousel__slider:focus::-ms-fill-lower {
        background: transparent
    }

    .scrolling-carousel__slider:focus::-ms-fill-upper {
        background: transparent
    }

.scrolling-carousel .rangeslider, .scrolling-carousel .rangeslider__fill {
    display: block
}

.scrolling-carousel .rangeslider {
    position: relative
}

.scrolling-carousel .rangeslider--horizontal {
    height: 25px;
    width: 100%
}

.scrolling-carousel .rangeslider__fill {
    position: absolute
}

.scrolling-carousel .rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%
}

.scrolling-carousel .rangeslider__handle {
    display: inline-block;
    position: absolute;
    border: 10px solid #ffb600;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer
}

.scrolling-carousel .rangeslider--horizontal .rangeslider__handle {
    touch-action: pan-y;
    -ms-touch-action: pan-y
}

.scrolling-carousel input[type=range]:focus + .rangeslider .rangeslider__handle {
    outline: auto
}

.search-bar__heading {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.section {
    clear: both;
    padding: 80px 9.5%
}

    .section:after, .section:before {
        content: " ";
        display: table
    }

    .section:after {
        clear: both
    }

@media (max-width:767px) {
    .section {
        padding: 40px 5%
    }
}

@media (min-width:768px) {
    .section + .section:not(.section--standout):not(.featured-content--search-questions) {
        padding-top: 0
    }
}

@media (max-width:767px) {
    .section.section--steps-grid + .section:not(.section--standout) {
        padding-top: 0
    }
}

.section .section {
    padding: 0
}

@media (max-width:767px) {
    .main-content.homepage .section:not(.section--understated):not(.section--overstated):not(.section--primary-fancy):not(.section--standout) {
        padding-bottom: 0
    }
}

.main-content:not(.homepage) main > .section {
    padding: 0 0 80px
}

@media (max-width:767px) {
    .main-content:not(.homepage) main > .section {
        padding-bottom: 40px
    }
}

.section--default {
    background-color: #fff
}

.section--standout {
    background-color: #0066ba;
    color: #fff
}

@media (max-width:767px) {
    .section--standout {
        padding-top: 25px;
        padding-bottom: 30px
    }
}

.section--standout h2, .section--standout h3, .section--standout h4, .section--standout h5, .section--standout h6 {
    color: #fff
}

@media (max-width:767px) {
    .section + .section--standout {
        margin-top: 40px
    }
}

@media (max-width:767px) {
    .steps + .section--standout {
        margin-top: 0
    }
}

.section--understated {
    background-color: #d9f0fa
}

.select label {
    letter-spacing: .05em;
    padding-bottom: 14px;
    margin-bottom: 0;
    color: #002f6d;
    font-size: 14px;
    font-size: .875rem;
    text-transform: uppercase
}

.select .select-wrapper {
    display: table;
    background: #fff;
    border: 1px solid #b2b2b2;
    position: relative;
    max-width: 100%
}

    .select .select-wrapper:after {
        content: "\e900";
        color: #ffb600;
        font-size: 8px;
        font-family: iconfont;
        pointer-events: none;
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%)
    }

html.no-appearance .select .select-wrapper:after {
    content: ""
}

.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border-radius: 0;
    border: 0;
    color: #555;
    cursor: pointer;
    height: 36px;
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    letter-spacing: .05em;
    max-width: 100%;
    width: auto;
    padding: 4px 50px 4px 14px
}

    .select select option {
        padding: 0
    }

@media screen and (-webkit-min-device-pixel-ratio:2) and (max-width:414px) {
    .select select {
        font-size: 16px;
        font-size: 1rem
    }
}

html.no-appearance .select select {
    padding-right: 0
}

.site-search {
    display: table-cell;
    max-width: 100%;
    z-index: 2
}

@media (max-width:767px) {
    .site-search {
        border: 0;
        display: block;
        padding-top: 0
    }
}

.global-header .site-search {
    border-top: 1px solid hsla(0,0%,70%,.5);
    padding-top: 10px
}

@media (max-width:767px) {
    .global-header .site-search {
        padding-left: 5%;
        padding-right: 5%
    }
}

.site-search .site-search__toggle {
    background: none;
    font-weight: 600;
    line-height: 30px;
    padding: 0;
    padding-right: 12px;
    position: relative;
    height: auto;
    z-index: 999
}

@media (max-width:767px) {
    .site-search .site-search__toggle {
        display: none
    }
}

@media (max-width:767px) {
    .site-search .site-search__toggle[type=button] {
        margin-right: 70px;
        padding-right: 0;
        position: absolute;
        height: 40px;
        width: 40px;
        right: 5%;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%)
    }
}

.site-search .site-search__toggle[type=button]:after {
    display: none
}

.site-search .site-search__toggle:after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: calc(100% + 11px);
    left: 50%;
    transform: translateX(-50%);
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

@media (min-width:768px) {
    .site-search .site-search__toggle[aria-expanded=true]:after {
        display: block;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        top: calc(100% + 11px);
        left: 50%;
        transform: translateX(-50%);
        border-top: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent
    }
}

.site-search .site-search__toggle[aria-expanded=true] .site-search__icon:before {
    display: none
}

.site-search .site-search__toggle[aria-expanded=true] .site-search__hamburger-inner {
    top: 50%;
    right: 0;
    transform: rotate(45deg)
}

@media (max-width:767px) {
    .site-search .site-search__toggle[aria-expanded=true] .site-search__hamburger-inner {
        left: 5px
    }
}

.site-search .site-search__toggle[aria-expanded=true] .site-search__hamburger-inner, .site-search .site-search__toggle[aria-expanded=true] .site-search__hamburger-inner:after {
    width: 12px;
    height: 2px;
    background-color: #ffb600;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

@media (max-width:767px) {
    .site-search .site-search__toggle[aria-expanded=true] .site-search__hamburger-inner, .site-search .site-search__toggle[aria-expanded=true] .site-search__hamburger-inner:after {
        background-color: #002f6d;
        width: 32px;
        height: 5px
    }
}

.site-search .site-search__toggle[aria-expanded=true] .site-search__hamburger-inner:after {
    content: "";
    left: 0;
    transform: rotate(-90deg)
}

.site-search .site-search__toggle .site-search__text {
    color: #0066ba;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1;
    padding-right: 6px
}

@media (max-width:767px) {
    .site-search .site-search__toggle .site-search__text {
        display: none
    }
}

.site-search .site-search__toggle .site-search__text:focus, .site-search .site-search__toggle .site-search__text:hover {
    color: #002f6d
}

.site-search .site-search__toggle .site-search__icon:before {
    content: "\e90b";
    color: #ffb600;
    font-family: iconfont;
    font-size: 11px;
    margin-top: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (max-width:767px) {
    .site-search .site-search__toggle .site-search__icon:before {
        color: #0066ba;
        font-size: 32px;
        margin: 0;
        margin-top: 0;
        position: absolute;
        top: 50%;
        right: auto;
        left: 50%;
        transform: translateX(-50%) translateY(-50%)
    }
}

.site-search .site-search__toggle[aria-expanded=false] + .site-search__form {
    display: none
}

.site-search .site-search__toggle[aria-expanded=true] + .site-search__form {
    border-top: 5px solid #00193a;
    position: absolute;
    right: 0;
    top: 100%
}

    .site-search .site-search__toggle[aria-expanded=true] + .site-search__form:before {
        content: "";
        background-color: rgba(0,0,0,.5);
        position: fixed;
        left: 50%;
        top: 110px;
        height: 100vh;
        width: 100vw;
        max-width: 1440px;
        transform: translateX(-50%)
    }

@media (max-width:767px) {
    .site-search .site-search__toggle[aria-expanded=true] + .site-search__form:before {
        top: 80px
    }
}

.site-search .site-search__toggle[aria-expanded=true] + .site-search__form:after {
    content: "";
    background: #002f6d;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.site-search .site-search__form {
    background-color: #002f6d;
    width: 100vw;
    max-width: 1440px;
    z-index: 1001;
    padding: 20px 9.5%;
    text-align: center
}

@media (max-width:767px) {
    .site-search .site-search__form {
        background: #002f6d;
        padding-left: 5%;
        padding-right: 5%;
        left: 0;
        transform: none
    }
}

.main-content .site-search .site-search__form {
    padding: 24px 30px
}

.site-search .site-search__form > span:nth-of-type(2) {
    width: 100%
}

.site-search .site-search__form input {
    border: 0;
    width: 100%
}

.button--generic, .site-search .site-search__form button {
    padding: 5px 1.5em
}

@media (max-width:767px) {
    .button--generic, .site-search .site-search__form button {
        padding: 10px 13px 10px 15px
    }
}

@media (max-width:767px) {
    .site-search .site-search__form button:after {
        content: "\e90b";
        color: #fff;
        font-family: iconfont;
        font-size: 21px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
}

@media (max-width:767px) {
    .site-search .site-search__form button .button__text {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0
    }
}

.site-search .site-search__toggle:not([aria-haspopup=true]) + .site-search__form {
    display: table
}

.site-search .site-search__form #main-content:not(.single-column) {
    display: none
}

.site-search .site-search__form > span {
    display: table-cell;
    vertical-align: top;
    position: relative;
    z-index: 1
}

.site-search label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.site-search input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0 .75em;
    width: 20em;
    max-width: 100%
}

    .site-search input::-webkit-input-placeholder {
        color: #555;
        font-family: Source Sans Pro,Helvetica,Arial,sans-serif;
        font-size: 16px;
        font-size: 1rem;
        font-style: italic
    }

    .site-search input::-ms-input-placeholder {
        color: #555;
        font-family: Source Sans Pro,Helvetica,Arial,sans-serif;
        font-size: 16px;
        font-size: 1rem;
        font-style: italic
    }

    .site-search input::placeholder {
        color: #555;
        font-family: Source Sans Pro,Helvetica,Arial,sans-serif;
        font-size: 16px;
        font-size: 1rem;
        font-style: italic
    }

.button--generic, .site-search button, .site-search input {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    height: 50px;
    position: relative;
    vertical-align: top
}

@media (max-width:767px) {
    .button--generic, .site-search button, .site-search input {
        width: 100%
    }
}

.social-connect h2.social-connect-heading, .social-connect h3, .social-connect h4, .social-connect h5, .social-connect h6 {
    border-bottom: 5px solid #f5c71a;
    float: left;
    font-size: 13.33333px;
    font-size: .833333125rem;
    letter-spacing: .05em;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px
}

.social-connect .social-connect-body {
    clear: both;
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

    .social-connect .social-connect-body > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }

.social-connect .social-connect-label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.social-connect a:hover {
    text-decoration: none
}

.social-connect--boxed a {
    background: #0066ba;
    color: #fff;
    display: inline-block;
    height: 36px;
    width: 36px;
    position: relative
}

    .social-connect--boxed a:focus, .social-connect--boxed a:hover {
        background: #0058a1;
        text-decoration: none
    }

.social-connect--boxed .social-connect-icon {
    font-size: 19.2px;
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.steps.section {
    padding-bottom: 0
}

.steps__banner-container {
    margin: 0 -5vw 30px
}

@media (min-width:768px) and (max-width:1099px) {
    .steps__banner-container {
        margin-left: -9.5vw;
        margin-right: -9.5vw
    }
}

.steps__heading, .steps__image img {
    margin: 0
}

.steps__image {
    margin-bottom: -1px
}

    .steps__image img {
        margin: auto
    }

.steps__heading {
    font-size: 36px;
    font-size: 2.25rem
}

.steps__content {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300
}

.steps__content-container {
    background: #d9f0fa;
    padding: 30px 20px
}

@media (min-width:768px) and (max-width:1099px) {
    .steps__content-container {
        padding-left: 9.5%;
        padding-right: 9.5%
    }
}

@media (max-width:767px) {
    .steps__content-container {
        padding-left: 5%;
        padding-right: 5%
    }
}

@media (min-width:1100px) {
    .steps__image {
        float: left
    }

    .steps__content-container {
        float: right
    }

    .steps__image {
        width: 45%
    }

    .steps__content-container {
        width: 55%
    }

    .steps__banner-container {
        margin: 0
    }

    .steps__content-container {
        background-color: #fff
    }

    .steps__banner-container {
        position: relative
    }

        .steps__banner-container:after, .steps__banner-container:before {
            content: " ";
            display: table
        }

        .steps__banner-container:after {
            clear: both
        }

    .steps__image {
        position: absolute;
        bottom: 0;
        max-height: 100%
    }

    .steps__heading {
        font-size: 60px;
        font-size: 3.75rem
    }

    .steps__content {
        font-size: 24px;
        font-size: 1.5rem
    }
}

#skip-to-content a:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

#skip-to-content a:focus {
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    color: #0066ba;
    box-shadow: 0 5px 0 0 rgba(0,0,0,.1);
    padding: 10px 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1002
}

.table-responsive {
    border: 0
}

table.table {
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2
}

    table.table th[scope=row] {
        font-weight: 400
    }

    table.table > thead {
        background-color: #0066ba;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        font-size: .875rem
    }

        table.table > thead th {
            font-weight: 700;
            letter-spacing: .05em;
            padding-top: 15px;
            padding-bottom: 15px
        }

            table.table > thead th:first-child {
                padding-left: 20px
            }

    table.table > tbody tr :first-child {
        padding-left: 0
    }

    table.table > tbody td, table.table > tbody th {
        padding-top: 10px;
        padding-bottom: 10px
    }

    table.table > thead > tr > th {
        border-width: 1px
    }

.utility-header {
    height: calc(1.5rem + 15px);
    padding-top: 15px;
    padding-right: 9.5%;
    position: relative;
    text-align: right;
    width: 100%;
    z-index: 1
}

    .utility-header:after, .utility-header:before {
        content: " ";
        display: table
    }

    .utility-header:after {
        clear: both
    }

@media (max-width:767px) {
    .utility-header {
        padding-right: 5%
    }
}

@media (max-width:767px) {
    .utility-header {
        display: none
    }
}

.utility-header.utility-header--nav-view-all {
    visibility: hidden
}

    .utility-header.utility-header--nav-view-all .utility-header__menu {
        display: none
    }

.utility-header .utility-header__menu {
    background: transparent;
    list-style: none;
    margin-bottom: 0;
    position: relative
}

    .utility-header .utility-header__menu > li {
        display: inline
    }

@media (max-width:767px) {
    .utility-header .utility-header__menu > li {
        line-height: 26.66666667px
    }
}

.utility-header .utility-header__menu > li:last-of-type a, .utility-header .utility-header__menu > li:last-of-type button {
    padding-right: 0
}

.utility-header .utility-header__menu > li button {
    transition: all .2s ease
}

.utility-header .utility-header__menu .utility-header__drawer-toggle, .utility-header .utility-header__menu .utility-header__link {
    background: none;
    border: 0;
    color: #555;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 20px;
    position: relative;
    padding: 0;
    padding-left: 0;
    padding-right: 1em;
    text-decoration: none;
    text-transform: uppercase
}

@media (max-width:767px) {
    .utility-header .utility-header__menu .utility-header__drawer-toggle, .utility-header .utility-header__menu .utility-header__link {
        line-height: 26.66666667px;
        transform: translateY(-2px);
        display: block
    }
}

.utility-header .utility-header__menu .utility-header__drawer-toggle:focus, .utility-header .utility-header__menu .utility-header__drawer-toggle:hover, .utility-header .utility-header__menu .utility-header__link:focus, .utility-header .utility-header__menu .utility-header__link:hover {
    text-decoration: underline
}

.utility-header .utility-header__menu .utility-header__drawer-toggle[aria-expanded=true] {
    opacity: 1
}

    .utility-header .utility-header__menu .utility-header__drawer-toggle[aria-expanded=true] + .utility-header__drawer {
        display: block
    }

.utility-header .utility-header__drawer {
    background: #fff;
    display: none;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 5px solid #ffb600;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 1003
}

    .utility-header .utility-header__drawer input {
        background-color: #f8f8f8;
        border: 1px solid rgba(0,0,0,.25);
        box-shadow: inset 0 .125em 0 0 rgba(0,0,0,.05);
        margin: 0;
        padding: 0 .75em;
        max-width: 100%
    }

    .utility-header .utility-header__drawer button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 0;
        display: inline-block;
        padding: 16px 24px;
        font-family: Source Sans Pro,Helvetica,Arial,sans-serif;
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: .05em;
        font-weight: 400;
        color: #fff;
        background: #0066ba;
        padding: 5px 1.5em
    }

        .utility-header .utility-header__drawer button:focus, .utility-header .utility-header__drawer button:hover {
            background: #005296;
            color: #fff;
            cursor: pointer;
            text-decoration: none
        }

    .utility-header .utility-header__drawer select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #f8f8f8;
        border-radius: 0;
        cursor: pointer;
        height: 30px;
        font-size: 13.33333px;
        font-size: .833333125rem;
        line-height: 20px;
        text-transform: uppercase;
        letter-spacing: .05em;
        font-weight: 600;
        padding-left: 1.5em;
        padding-right: 3em
    }

html.no-appearance .utility-header .utility-header__drawer select {
    padding-right: 0
}

.utility-header .utility-header__drawer button, .utility-header .utility-header__drawer input, .utility-header .utility-header__drawer select {
    height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    vertical-align: middle
}

@media screen and (-webkit-min-device-pixel-ratio:2) and (max-width:414px) {
    .utility-header .utility-header__drawer input, .utility-header .utility-header__drawer select, .utility-header .utility-header__drawer textarea {
        font-size: 16px;
        font-size: 1rem;
        -webkit-border-radius: 0;
        -webkit-appearance: none
    }
}

.utility-header .utility-header__drawer #google_translate_element {
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    display: inline-block;
    vertical-align: middle
}

    .utility-header .utility-header__drawer #google_translate_element .goog-te-gadget > div {
        position: relative
    }

        .utility-header .utility-header__drawer #google_translate_element .goog-te-gadget > div:after {
            content: "\e900";
            color: #000;
            font-family: iconfont;
            font-size: 16px;
            transform: translateY(-50%);
            right: 10px;
            top: 50%;
            position: absolute;
            pointer-events: none
        }

html.no-appearance .utility-header .utility-header__drawer #google_translate_element .goog-te-gadget > div:after {
    content: ""
}
