@charset "UTF-8";

@keyframes kenburns-top {
    0% {
        transform: scale(1) translateY(0);
        transform-origin: 50% 16%
    }

    to {
        transform: scale(1.1) translateY(-15px);
        transform-origin: top
    }
}

@keyframes text {
    0% {
        color: #fff;
        margin-bottom: -45px
    }

    30% {
        letter-spacing: 10px;
        margin-bottom: -45px
    }

    85% {
        letter-spacing: .5px;
        margin-bottom: -45px
    }
}

.compartment {
    position: relative;
    margin: 0 auto;
    max-width: 1180px
}

.margin-x {
    margin-right: 1.25em;
    margin-left: 1.25em
}

.margin-x-2x {
    margin-right: 2.5em;
    margin-left: 2.5em
}

.margin-y {
    margin-top: 1.25em;
    margin-bottom: 1.25em
}

.margin-y-2x {
    margin-top: 2.5em;
    margin-bottom: 2.5em
}

.padding-x {
    padding-right: 1.25em;
    padding-left: 1.25em
}

.padding-x-2x {
    padding-right: 2.5em;
    padding-left: 2.5em
}

.padding-y {
    padding-top: 1.25em;
    padding-bottom: 1.25em
}

.padding-y-2x {
    padding-top: 2.5em;
    padding-bottom: 2.5em
}

.stretch-container {
    margin-right: -1.25em;
    margin-left: -1.25em
}

.cover {
    position: absolute;
    height: 100%;
    width: 100%
}

@font-face {
    font-family: IcoMoon;
    src: url(fonts/icomoon.eot);
    src: url(fonts/icomoon.eot) format("embedded-opentype"),url(fonts/icomoon.woff2) format("woff2"),url(fonts/icomoon.woff) format("woff"),url(fonts/icomoon.ttf) format("truetype"),url(fonts/icomoon.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    src: url(fonts/open-sans-v18-latin-300.eot);
    src: local(""),url(fonts/open-sans-v18-latin-300.eot) format("embedded-opentype"),url(fonts/open-sans-v18-latin-300.woff2) format("woff2"),url(fonts/open-sans-v18-latin-300.woff) format("woff"),url(fonts/open-sans-v18-latin-300.ttf) format("truetype"),url(fonts/open-sans-v18-latin-300.svg) format("svg")
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/open-sans-v18-latin-regular.eot);
    src: local(""),url(fonts/open-sans-v18-latin-regular.eot) format("embedded-opentype"),url(fonts/open-sans-v18-latin-regular.woff2) format("woff2"),url(fonts/open-sans-v18-latin-regular.woff) format("woff"),url(fonts/open-sans-v18-latin-regular.ttf) format("truetype"),url(fonts/open-sans-v18-latin-regular.svg) format("svg")
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    src: url(fonts/open-sans-v18-latin-600.eot);
    src: local(""),url(fonts/open-sans-v18-latin-600.eot) format("embedded-opentype"),url(fonts/open-sans-v18-latin-600.woff2) format("woff2"),url(fonts/open-sans-v18-latin-600.woff) format("woff"),url(fonts/open-sans-v18-latin-600.ttf) format("truetype"),url(fonts/open-sans-v18-latin-600.svg) format("svg")
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    src: url(fonts/open-sans-v18-latin-700.eot);
    src: local(""),url(fonts/open-sans-v18-latin-700.eot) format("embedded-opentype"),url(fonts/open-sans-v18-latin-700.woff2) format("woff2"),url(fonts/open-sans-v18-latin-700.woff) format("woff"),url(fonts/open-sans-v18-latin-700.ttf) format("truetype"),url(fonts/open-sans-v18-latin-700.svg) format("svg")
}

@font-face {
    font-family: Cinzel;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/cinzel-v10-latin-regular.eot);
    src: local(""),url(fonts/cinzel-v10-latin-regular.eot) format("embedded-opentype"),url(fonts/cinzel-v10-latin-regular.woff2) format("woff2"),url(fonts/cinzel-v10-latin-regular.woff) format("woff"),url(fonts/cinzel-v10-latin-regular.ttf) format("truetype"),url(fonts/cinzel-v10-latin-regular.svg) format("svg")
}

.fsAthleticsRosterList li > div.fsRosterName, .fsTitle, .fsVimeoTitle, .fsYoutubeTitle {
    margin: 0;
    font-weight: 700;
    font-size: 1.1em
}

h1 {
    font-size: 40px;
    color: #c1282e;
    text-transform: uppercase;
    margin-bottom: 50px
}

h1, h2 {
    margin-top: 0;
    font-weight: 700;
    line-height: 120%
}

h2 {
    font-size: 24px;
    color: #2b3160;
    margin-bottom: 20px
}

    h2.fsElementTitle {
        color: #757575
    }

h3 {
    font-weight: 700;
    font-size: 22px;
    font-weight: 400;
    color: #c1282e
}

h3, h4 {
    margin-top: 0;
    line-height: 120%;
    margin-bottom: 20px
}

h4 {
    font-weight: 700;
    font-size: 16px;
    color: #2b3160;
    text-transform: uppercase
}

h5 {
    font-size: 17px
}

h5, h6 {
    margin-top: 0;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px
}

h6 {
    font-size: 13px;
    color: #c1282e;
    text-transform: uppercase
}

p {
    margin: 0 0 20px
}

body:not(.fsComposeMode) p:last-child {
    margin-bottom: 0
}

hr {
    margin: 0 auto 20px
}

a {
    text-decoration: underline;
    color: #c1282e;
    transition: background .3s,color .3s
}

    a:focus, a:hover {
        color: #c1282e;
        text-decoration: none
    }

ol, ul {
    margin-top: 0;
    padding-left: 20px
}

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable, table.fs_style_29 {
    margin-bottom: 20px;
    margin-top: 14px;
    width: 100%;
    display: table
}

@media (max-width:699px) {
    .fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable, table.fs_style_29 {
        overflow-x: auto;
        display: block
    }
}

.fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable td, .fsAthleticsRoster .fsElementTable th, table.fs_style_29 td, table.fs_style_29 th {
    vertical-align: top;
    border: 1px solid #e5e5e5
}

.fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th, table.fs_style_29 th {
    margin-top: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #2b3160;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-transform: none;
    padding: 11px 20px;
    background: #f8f8f8;
    color: #c1282e;
    text-align: left;
    border: 1px solid #f8f8f8;
    border-bottom-color: #e5e5e5
}

.fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td, table.fs_style_29 td {
    padding: 12px 20px;
    background-color: #fff
}

.fsAthleticsEvent.fsTable .fsElementTable tr, .fsAthleticsRoster .fsElementTable tr, table.fs_style_29 tr {
    border-bottom: 1px solid #fff
}

    .fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow, .fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow, table.fs_style_29 tr.fsLoadMoreButtonRow {
        border-bottom: none
    }

        .fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow > td, .fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow > td, table.fs_style_29 tr.fsLoadMoreButtonRow > td {
            background: none;
            padding: 20px 0
        }

.fsAthleticsEvent.fsTable body:not(.fsComposeMode) .fsElementTable:last-child, .fsAthleticsRoster body:not(.fsComposeMode) .fsElementTable:last-child, body:not(.fsComposeMode) .fsAthleticsEvent.fsTable .fsElementTable:last-child, body:not(.fsComposeMode) .fsAthleticsRoster .fsElementTable:last-child, body:not(.fsComposeMode) table.fs_style_29:last-child {
    margin-bottom: 0
}

.table-overflow {
    overflow-x: auto;
    max-width: 100%;
    margin-bottom: 34px
}

    .table-overflow:last-child {
        margin-bottom: 0
    }

canvas, img, svg, video {
    height: auto;
    max-width: 100%
}

iframe {
    border: 0;
    max-width: 100%
}

.fs_style_23 {
    border: 0;
    margin: 0 0 20px;
    padding: 11.5px 30px;
    background: #c1282e;
    color: #fff;
    font-family: Open Sans,sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    min-width: 118px;
    transition: .3s;
    display: inline-block
}

@media (max-width:599px) {
    .fs_style_23 {
        font-size: 12px;
        line-height: 16px
    }
}

.fs_style_23.on, .fs_style_23:focus, .fs_style_23:hover, .fsStateSelected .fs_style_23 {
    background: #2b3160;
    color: #fff;
    transition: .3s
}

.fs_style_23 em {
    display: block;
    font-style: normal;
    margin-top: 3px;
    font-size: 13px;
    line-height: 18px;
    color: #474850;
    text-transform: none
}

.fs_style_23 em, .fs_style_34 {
    font-weight: 600;
    text-align: center;
    transition: .3s
}

.fs_style_34 {
    border: 0;
    margin: 0 0 20px;
    padding: 11.5px 30px;
    background: #474850;
    color: #fff;
    font-family: Open Sans,sans-serif;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
    min-width: 118px;
    display: inline-block
}

@media (max-width:599px) {
    .fs_style_34 {
        font-size: 12px;
        line-height: 16px
    }
}

.fs_style_34.on, .fs_style_34:focus, .fs_style_34:hover, .fsStateSelected .fs_style_34 {
    background: #000;
    color: #fff;
    transition: .3s
}

.fs_style_34 em {
    display: block;
    font-style: normal;
    margin-top: 3px;
    font-size: 13px;
    line-height: 18px;
    color: #474850;
    text-transform: none
}

.fs_style_26, .fs_style_34 em {
    font-weight: 600;
    text-align: center;
    transition: .3s
}

.fs_style_26 {
    margin: 0 0 20px;
    background: #fff;
    color: #c1282e;
    font-family: Open Sans,sans-serif;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
    min-width: 118px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    box-shadow: inset 0 -4px 0 #c1282e;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    min-width: 280px;
    padding: 18px 30px
}

@media (max-width:599px) {
    .fs_style_26 {
        font-size: 12px;
        line-height: 16px
    }
}

.fs_style_26.on, .fs_style_26:focus, .fs_style_26:hover, .fsStateSelected .fs_style_26 {
    background: #c1282e;
    color: #fff;
    transition: .3s
}

.fs_style_26 em {
    display: block;
    font-style: normal;
    margin-top: 3px;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #474850;
    text-transform: none;
    transition: .3s
}

.fs_style_26:focus em, .fs_style_26:hover em {
    color: #fff
}

.fs_style_26.fs_style_23 {
    color: #fff;
    background: #c1282e;
    border: 0;
    box-shadow: none
}

    .fs_style_26.fs_style_23 em {
        color: #fff
    }

    .fs_style_26.fs_style_23:focus, .fs_style_26.fs_style_23:hover {
        color: #fff;
        background: #2b3160
    }

.fs_style_26.fs_style_34 {
    background: #474850;
    color: #fff;
    border: 0;
    box-shadow: none
}

    .fs_style_26.fs_style_34 em {
        color: #fff
    }

    .fs_style_26.fs_style_34:focus, .fs_style_26.fs_style_34:hover {
        color: #fff;
        background: #000
    }

.fs_style_27 {
    width: 100%
}

.fs_style_30, .fs_style_31 {
    margin: 0 0 20px;
    background: #fff;
    color: #474850;
    font-family: Open Sans,sans-serif;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    min-width: 118px;
    transition: .3s;
    display: inline-block;
    position: relative;
    border: 1px solid #e5e5e5;
    text-transform: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    padding: 14px 24px 14px 55px
}

@media (max-width:599px) {
    .fs_style_30, .fs_style_31 {
        font-size: 12px;
        line-height: 16px
    }
}

.fs_style_30.on, .fs_style_30:focus, .fs_style_30:hover, .fs_style_31.on, .fs_style_31:focus, .fs_style_31:hover, .fsStateSelected .fs_style_30, .fsStateSelected .fs_style_31 {
    background: #fff;
    color: #c1282e;
    transition: .3s
}

.fs_style_30 em, .fs_style_31 em {
    display: block;
    font-style: normal;
    margin-top: 3px;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #474850;
    text-transform: none;
    transition: .3s
}

.fs_style_30:before, .fs_style_31:before {
    font-size: 16px;
    line-height: 1;
    color: #474850;
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s
}

.fs_style_30:before {
    content: "\E903";
    font-size: 22px;
    left: 20px
}

.fs_style_30:before, .fs_style_31:before {
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none
}

.fs_style_31:before {
    content: "\E902"
}

.dark-background {
    background: #000;
    padding: 40px;
    max-width: 326px
}

.fs_style_32 {
    margin: 0 0 20px;
    padding: 11.5px 30px;
    background: rgba(0,0,0,0);
    color: #fff;
    font-family: Open Sans,sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    min-width: 118px;
    transition: .3s;
    display: inline-block;
    border: 1px solid #757575
}

@media (max-width:599px) {
    .fs_style_32 {
        font-size: 12px;
        line-height: 16px
    }
}

.fs_style_32.on, .fs_style_32:focus, .fs_style_32:hover, .fsStateSelected .fs_style_32 {
    background: #c1282e;
    color: #fff;
    transition: .3s
}

.fs_style_32 em {
    display: block;
    font-style: normal;
    margin-top: 3px;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #474850;
    text-transform: none;
    transition: .3s
}

.fs_style_32:focus, .fs_style_32:hover {
    border: 1px solid #c1282e
}

.fs_style_33 {
    margin: 0 0 20px;
    padding: 11.5px 30px;
    background: rgba(0,0,0,0);
    color: #fff;
    font-family: Open Sans,sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    min-width: 118px;
    transition: .3s;
    display: inline-block;
    border: 1px solid #fff
}

@media (max-width:599px) {
    .fs_style_33 {
        font-size: 12px;
        line-height: 16px
    }
}

.fs_style_33.on, .fs_style_33:focus, .fs_style_33:hover, .fsStateSelected .fs_style_33 {
    background: #fff;
    color: #c1282e;
    transition: .3s
}

.fs_style_33 em {
    display: block;
    font-style: normal;
    margin-top: 3px;
    font-size: 13px;
    line-height: 18px;
    color: #474850;
    text-transform: none
}

.fs_style_33 em, .fsStyleDefaultButton {
    font-weight: 600;
    text-align: center;
    transition: .3s
}

.fsStyleDefaultButton {
    margin: 0 0 20px;
    background: #fff;
    color: #c1282e;
    font-family: Open Sans,sans-serif;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
    min-width: 118px;
    display: inline-block;
    border: 1px solid #757575;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 11.5px 30px
}

@media (max-width:599px) {
    .fsStyleDefaultButton {
        font-size: 12px;
        line-height: 16px
    }
}

.fsStateSelected .fsStyleDefaultButton, .fsStyleDefaultButton.on, .fsStyleDefaultButton:focus, .fsStyleDefaultButton:hover {
    background: #c1282e;
    color: #fff;
    transition: .3s
}

.fsStyleDefaultButton em {
    display: block;
    font-style: normal;
    margin-top: 3px;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #474850;
    text-transform: none;
    transition: .3s
}

.fsStateSelected .fsStyleDefaultButton, .fsStyleDefaultButton.on, .fsStyleDefaultButton:focus, .fsStyleDefaultButton:hover {
    border: 1px solid #c1282e
}

.fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0
}

.fsStyleDefaultButton.fsSelectAll {
    margin-bottom: 5px;
    padding: 7px 12px;
    font-size: .875em;
    line-height: 1.2;
    border: 1px solid #757575
}

    .fsStyleDefaultButton.fsSelectAll:focus, .fsStyleDefaultButton.fsSelectAll:hover {
        border: 1px solid #c1282e
    }

.fsStateSelected .fsStyleUpdateButton:hover:not([disabled]), .fsStyleUpdateButton:hover:not([disabled]).on, .fsStyleUpdateButton:hover:not([disabled]):focus, .fsStyleUpdateButton:hover:not([disabled]):hover {
    background: #c1282e
}

.j-paginate.juicer-button {
    margin: 0 0 20px;
    background: #fff;
    color: #c1282e;
    font-family: Open Sans,sans-serif;
    border-radius: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    min-width: 118px;
    transition: .3s;
    display: inline-block;
    border: 1px solid #757575;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 11.5px 30px
}

@media (max-width:599px) {
    .j-paginate.juicer-button {
        font-size: 12px;
        line-height: 16px
    }
}

.fsStateSelected .j-paginate.juicer-button, .j-paginate.juicer-button.on, .j-paginate.juicer-button:focus, .j-paginate.juicer-button:hover {
    background: #c1282e;
    color: #fff;
    transition: .3s
}

.j-paginate.juicer-button em {
    display: block;
    font-style: normal;
    margin-top: 3px;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #474850;
    text-transform: none;
    transition: .3s
}

.fsStateSelected .j-paginate.juicer-button, .j-paginate.juicer-button.on, .j-paginate.juicer-button:focus, .j-paginate.juicer-button:hover {
    border: 1px solid #c1282e
}

.fsStyleUpdateButton {
    margin: 0 0 20px;
    background: #fff;
    color: #c1282e;
    font-family: Open Sans,sans-serif;
    border-radius: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    min-width: 118px;
    transition: .3s;
    display: inline-block;
    border: 1px solid #757575;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 11.5px 30px
}

@media (max-width:599px) {
    .fsStyleUpdateButton {
        font-size: 12px;
        line-height: 16px
    }
}

.fsStateSelected .fsStyleUpdateButton, .fsStyleUpdateButton.on, .fsStyleUpdateButton:focus, .fsStyleUpdateButton:hover {
    background: #c1282e;
    color: #fff;
    transition: .3s
}

.fsStyleUpdateButton em {
    display: block;
    font-style: normal;
    margin-top: 3px;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #474850;
    text-transform: none;
    transition: .3s
}

.fsStateSelected .fsStyleUpdateButton, .fsStyleUpdateButton.on, .fsStyleUpdateButton:focus, .fsStyleUpdateButton:hover {
    border: 1px solid #c1282e
}

.slick-dots {
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0 25px;
    line-height: 0
}

    .slick-dots li {
        display: inline-block;
        margin-left: 15px
    }

        .slick-dots li:first-child {
            margin-left: 0
        }

    .slick-dots button {
        background-color: rgba(0,0,0,0);
        padding: 0;
        border-radius: 100%;
        height: 10px;
        width: 10px;
        border: 1px solid #474850;
        color: rgba(0,0,0,0);
        overflow: hidden;
        cursor: pointer;
        transition: all .3s
    }

        .slick-dots button:focus, .slick-dots button:hover {
            border: 1px solid #c1282e
        }

    .slick-dots .slick-active button {
        background-color: #c1282e;
        border: 1px solid #c1282e
    }

.slick-arrow {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 40px;
    width: 40px;
    background-color: rgba(0,0,0,.1);
    border-radius: 100%;
    color: rgba(0,0,0,0);
    cursor: pointer;
    overflow: hidden;
    transition: all .3s
}

    .slick-arrow:before {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%,-50%,0);
        top: calc(50% - 1px);
        font-size: 30px;
        color: #474850;
        transition: all .3s
    }

    .slick-arrow:focus, .slick-arrow:hover {
        background-color: rgba(0,0,0,.3)
    }

        .slick-arrow:focus:before, .slick-arrow:hover:before {
            color: #c1282e
        }

.slick-prev:before {
    content: "\F104"
}

.slick-next:before, .slick-prev:before {
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none
}

.slick-next:before {
    content: "\F105"
}

.fsElement {
    margin-bottom: 70px
}

    .fsElement.fsLayout {
        margin-bottom: 20px
    }

    .fsElement:last-child {
        margin-bottom: 0
    }

.fsElementHeaderContent {
    margin-bottom: 20px
}

.fsElementFooterContent {
    margin-top: 20px
}

.fsPanel {
    margin-bottom: 0
}

.fsStyleDefaultField {
    border: 1px solid #cfcfcf
}

.fsList article {
    margin-bottom: 20px
}

.fsListNav .fsStyleDefaultList {
    list-style: none;
    margin: 0;
    padding: 0
}

    .fsListNav .fsStyleDefaultList .fsListItem a {
        display: inline-block;
        padding: 0
    }

        .fsListNav .fsStyleDefaultList .fsListItem a:focus, .fsListNav .fsStyleDefaultList .fsListItem a:hover {
            color: #c1282e;
            background: rgba(0,0,0,0)
        }

    .fsListNav .fsStyleDefaultList .fsListItem.fsResourceCollection.fsStateExpanded > .fsResourceCollectionLink {
        margin-bottom: 10px
    }

.fsListNav .fsListLevel1 > .fsListItem {
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5
}

.fsListNav .fsListLevel2 > .fsListItem {
    padding-left: 10px
}

.fsListNav .fsListLevel3 > .fsListItem {
    padding-left: 20px
}

.fsListNav .fsListLevel4 > .fsListItem {
    padding-left: 30px
}

.fsListNav .fsListLevel5 > .fsListItem {
    padding-left: 40px
}

.fsSlideshow.fsSlideshowVertical .fsElementSlideshow[data-slides-to-show="1"] article {
    padding-bottom: 0
}

.fsSlideshow.fsSlideshowHorizontal .fsElementSlideshow[data-arrows*=true] {
    padding-top: 0;
    padding-bottom: 0
}

.fsSlideshow.fsSlideshowHorizontal article {
    padding-bottom: 0
}

.fsSlideshow .fsNextButton, .fsSlideshow .fsPrevButton {
    overflow: hidden
}

    .fsSlideshow .fsNextButton:before, .fsSlideshow .fsPrevButton:before {
        color: #474850;
        font-size: 45px;
        transition: .3s;
        display: inline-block;
        line-height: 1;
        width: auto;
        height: auto;
        position: absolute
    }

    .fsSlideshow .fsNextButton.fsLeftArrow:before, .fsSlideshow .fsNextButton.fsRightArrow:before, .fsSlideshow .fsPrevButton.fsLeftArrow:before, .fsSlideshow .fsPrevButton.fsRightArrow:before {
        position: absolute;
        top: 50%;
        transform: translate3d(0,-50%,0)
    }

    .fsSlideshow .fsNextButton.fsLeftArrow:before, .fsSlideshow .fsPrevButton.fsLeftArrow:before {
        left: 0
    }

    .fsSlideshow .fsNextButton.fsRightArrow:before, .fsSlideshow .fsPrevButton.fsRightArrow:before {
        right: 0
    }

    .fsSlideshow .fsNextButton:focus, .fsSlideshow .fsNextButton:hover, .fsSlideshow .fsPrevButton:focus, .fsSlideshow .fsPrevButton:hover {
        background-color: rgba(0,0,0,0)
    }

        .fsSlideshow .fsNextButton:focus:before, .fsSlideshow .fsNextButton:hover:before, .fsSlideshow .fsPrevButton:focus:before, .fsSlideshow .fsPrevButton:hover:before {
            color: #c1282e;
            transition: .3s
        }

.fsSlideshow .fsPager {
    margin-bottom: 0;
    margin-top: 20px
}

    .fsSlideshow .fsPager li {
        width: 12px;
        height: 12px;
        position: relative;
        vertical-align: middle
    }

        .fsSlideshow .fsPager li button {
            width: 100%;
            height: 100%;
            padding: 0;
            color: #474850
        }

            .fsSlideshow .fsPager li button:before {
                content: "";
                width: 100%;
                height: 100%;
                border-radius: 50%;
                background-color: rgba(71,72,80,.25);
                transition: .3s;
                opacity: 1
            }

            .fsSlideshow .fsPager li button:focus:before, .fsSlideshow .fsPager li button:hover:before {
                background-color: #474850;
                transition: .3s
            }

            .fsSlideshow .fsPager li button:focus {
                outline: 1px dashed rgba(71,72,80,.25)
            }

        .fsSlideshow .fsPager li.slick-active button:before {
            opacity: 1;
            background-color: #474850
        }

.fsDialogCloseButton {
    opacity: 1
}

    .fsDialogCloseButton:after, .fsDialogCloseButton:before, .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
        background: #474850
    }

    .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
        background: #000
    }

.fsElementDialog {
    color: #474850
}

.fs_style_24 {
    font-family: Cinzel,Georgia,serif;
    font-size: 26px;
    line-height: 140%;
    color: #636363
}

@media (max-width:599px) {
    .fs_style_24 {
        font-size: 19px;
        line-height: 25px
    }
}

blockquote {
    position: relative;
    margin: 50px 0;
    padding: 0 30px;
    font-weight: 300;
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    border: 2px solid #e5e5e5;
    z-index: 0
}

@media (max-width:599px) {
    blockquote {
        font-size: 18px;
        line-height: 31px
    }
}

blockquote:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-image: url(images/blockquote.svg);
    background-size: contain;
    width: 63px;
    height: 49px;
    margin: 30px auto 20px
}

blockquote:after {
    content: "";
    background: #fff;
    width: calc(100% - 60px);
    height: calc(100% + 4px);
    position: absolute;
    top: -2px;
    left: 30px;
    z-index: -1
}

.fsBannerLeft blockquote, .fsBannerRight blockquote, .fsStyleOneThird blockquote {
    font-size: 18px;
    line-height: 150%
}

    .fsBannerLeft blockquote:before, .fsBannerRight blockquote:before, .fsStyleOneThird blockquote:before {
        width: 47px;
        height: 37px
    }

cite {
    display: block;
    margin: 20px 0 30px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    font-style: normal
}

    cite:before {
        content: "- "
    }

.fs_style_28 {
    font-weight: 700;
    font-size: 22px;
    line-height: 46px;
    letter-spacing: .5px;
    text-transform: uppercase;
    max-width: 718px;
    margin: 50px auto;
    display: block
}

@media (max-width:599px) {
    .fs_style_28 {
        font-size: 18px;
        line-height: 41px
    }
}

.fs_style_28 .inner {
    position: relative;
    padding: 9px 0;
    color: #c1282e;
    background: #f8f8f8;
    box-shadow: 10px 0 0 #f8f8f8,-10px 0 0 #f8f8f8
}

.callout-box {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 30px
}

    .callout-box.red-border-top {
        box-shadow: inset 0 5px 0 #c1282e
    }

    .callout-box.blue-border-top {
        box-shadow: inset 0 5px 0 #2b3160
    }

    .callout-box.gray-background {
        background: #f8f8f8;
        border: 1px solid #f8f8f8
    }

    .callout-box.red-border-bottom {
        box-shadow: inset 0 -5px 0 #c1282e
    }

        .callout-box.red-border-bottom h2, .callout-box.red-border-bottom h3, .callout-box.red-border-bottom h4, .callout-box.red-border-bottom h5, .callout-box.red-border-bottom h6 {
            color: #c1282e
        }

    .callout-box.blue-border-bottom {
        box-shadow: inset 0 -5px 0 #2b3160
    }

.fsBannerLeft .callout-box, .fsBannerRight .callout-box, .fsStyleOneThird .callout-box {
    padding: 30px 20px
}

.fsNavigation ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.fsNavigation a, .fsNavigation li.fsNavCurrentPage > a, .fsNavigation li.fsNavCurrentPageAncestor > a {
    color: #c1282e;
    background: rgba(0,0,0,0)
}

.fsNavigation a {
    display: block;
    padding: 10px 0
}

    .fsNavigation a:focus, .fsNavigation a:hover {
        color: #c1282e;
        background: rgba(0,0,0,0)
    }

.fsNavigation .fsNavLevel2 > li > a {
    padding-left: 10px
}

.fsNavigation .fsNavLevel3 > li > a {
    padding-left: 20px
}

.fsNavigation .fsNavLevel4 > li > a {
    padding-left: 30px
}

.fsNavigation .fsNavLevel5 > li > a {
    padding-left: 40px
}

.fsNavigation .has-expander {
    position: relative
}

    .fsNavigation .has-expander > a {
        width: calc(100% - 45px)
    }

.fsNavigation .expander {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 52px;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: rgba(0,0,0,0);
    z-index: 1;
    transition: background .3s
}

    .fsNavigation .expander:before {
        content: "\F107";
        font-family: IcoMoon;
        font-smoothing: antialiased;
        font-weight: 400;
        speak: none;
        font-size: 16px;
        line-height: 1;
        font-weight: 700;
        color: #474850;
        position: absolute;
        right: 50%;
        top: 50%;
        transform: translate(50%,-50%);
        transition: .3s
    }

    .fsNavigation .expander:focus, .fsNavigation .expander:hover {
        background: rgba(0,0,0,.075)
    }

.fsNavigation .fsNavLevel2 .expander, .fsNavigation .fsNavLevel3 .expander, .fsNavigation .fsNavLevel4 .expander, .fsNavigation .fsNavLevel5 .expander {
    height: 37px
}

.fsNavigation .expanded > .expander:before {
    content: "\F106";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none
}

.fsBreadcrumb {
    position: relative;
    max-width: 1180px;
    margin: 0 auto 39px
}

@media (min-width:1000px) {
    .fsBreadcrumb {
        margin-bottom: 70px
    }
}

.fsBreadcrumb > header {
    display: none
}

.fsBreadcrumb ul {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #636363
}

    .fsBreadcrumb ul li {
        position: relative;
        display: inline-block
    }

        .fsBreadcrumb ul li[aria-current=location] {
            color: #c1282e
        }

        .fsBreadcrumb ul li a {
            position: relative;
            padding: 0;
            display: inline-block;
            color: #636363;
            text-decoration: none
        }

            .fsBreadcrumb ul li a:focus, .fsBreadcrumb ul li a:hover {
                color: #636363;
                text-decoration: underline
            }

        .fsBreadcrumb ul li .fsNavBreadcrumbSeperator {
            position: relative;
            padding: 4px 10px;
            display: inline-block
        }

            .fsBreadcrumb ul li .fsNavBreadcrumbSeperator:before {
                content: "\F105";
                font-family: IcoMoon;
                font-smoothing: antialiased;
                font-weight: 400;
                speak: none;
                color: #636363;
                font-size: 14px;
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%)
            }

.home .fsBreadcrumb, .landing .fsBreadcrumb, body.fsComposeMode .fsBreadcrumb {
    display: none
}

.nav-site-map ul {
    margin: 0 0 0 20px;
    padding: 0
}

    .nav-site-map ul.fsNavLevel1 {
        margin-left: 0;
        list-style: none
    }

@media (min-width:600px) {
    .nav-site-map ul.fsNavLevel1 {
        column-count: 2;
        column-gap: 0;
        column-rule: 0;
        min-height: 0
    }

        .nav-site-map ul.fsNavLevel1 li {
            break-inside: avoid-column
        }
}

.nav-site-map ul.fsNavLevel1 > li > a {
    margin-bottom: 20px;
    font-weight: 700
}

.nav-site-map ul.fsNavLevel2 {
    list-style: disc
}

.nav-site-map ul.fsNavLevel3 {
    list-style: circle
}

.nav-site-map ul.fsNavLevel4 {
    list-style: square
}

.nav-site-map ul.fsNavLevel5 {
    list-style: disc
}

.nav-tier ul {
    list-style: none;
    margin: 0;
    padding: 0
}

    .nav-tier ul li a {
        display: block;
        padding: 10px;
        color: #757575;
        background: rgba(0,0,0,0)
    }

        .nav-tier ul li a:focus, .nav-tier ul li a:hover {
            color: #c1282e;
            background: rgba(0,0,0,0)
        }

    .nav-tier ul li.fsNavCurrentPage > a {
        color: #2b3160;
        background: rgba(0,0,0,0)
    }

        .nav-tier ul li.fsNavCurrentPage > a:focus, .nav-tier ul li.fsNavCurrentPage > a:hover {
            color: #c1282e;
            background: rgba(0,0,0,0)
        }

    .nav-tier ul li.fsNavCurrentPageAncestor {
        background: rgba(0,0,0,0)
    }

        .nav-tier ul li.fsNavCurrentPageAncestor > a {
            color: #2b3160;
            background: rgba(0,0,0,0)
        }

            .nav-tier ul li.fsNavCurrentPageAncestor > a:focus, .nav-tier ul li.fsNavCurrentPageAncestor > a:hover {
                color: #c1282e;
                background: rgba(0,0,0,0)
            }

.nav-tier .fsNavLevel1 {
    padding-left: 0
}

    .nav-tier .fsNavLevel1 > li {
        border-bottom: 1px solid #e5e5e5
    }

        .nav-tier .fsNavLevel1 > li:last-child {
            border-bottom: none
        }

.nav-tier .fsNavLevel2 > li > a {
    padding-left: 20px
}

.nav-tier .fsNavLevel3 > li > a {
    padding-left: 30px
}

.nav-tier .fsNavLevel4 > li > a {
    padding-left: 40px
}

.nav-tier .fsNavLevel5 > li > a {
    padding-left: 50px
}

.nav-sub {
    display: none
}

@media screen and (max-width:599px) {
    .nav-sub > header {
        display: block;
        position: relative
    }

        .nav-sub > header .fsElementTitle {
            margin-top: 0;
            font-weight: 700;
            font-size: 17px;
            line-height: 120%;
            margin-bottom: 0;
            display: block;
            font-size: 16px;
            color: #fff;
            background-color: #c1282e;
            transition: .3s;
            cursor: pointer;
            position: relative;
            padding: 10px 40px 10px 20px
        }

            .nav-sub > header .fsElementTitle:focus-within, .nav-sub > header .fsElementTitle:hover {
                background-color: #2b3160;
                color: #fff
            }
}

@media screen and (max-width:599px) and (min-width:600px) {
    .nav-sub > header .fsElementTitle {
        cursor: default
    }
}

@media screen and (max-width:599px) {
    .nav-sub > header .fsElementTitle .nav-toggle {
        border: 0;
        background: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translate3d(0,-50%,0);
        right: 20px;
        color: inherit;
        cursor: pointer;
        font-size: 0;
        line-height: 1
    }

        .nav-sub > header .fsElementTitle .nav-toggle:after {
            content: "+";
            font-size: 16px
        }

    .nav-sub > .fsElementContent {
        position: relative;
        display: block;
        background-color: rgba(0,0,0,0)
    }

        .nav-sub > .fsElementContent ul li a {
            display: block;
            padding: 10px;
            color: #757575;
            background: rgba(0,0,0,0)
        }

            .nav-sub > .fsElementContent ul li a:focus, .nav-sub > .fsElementContent ul li a:hover {
                color: #c1282e
            }

        .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
            color: #2b3160
        }

            .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus, .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover {
                color: #c1282e
            }

        .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
            background: rgba(0,0,0,0)
        }

            .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
                color: #2b3160
            }

                .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus, .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover {
                    color: #c1282e
                }

        .nav-sub > .fsElementContent ul li .expander {
            height: 42px
        }

        .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
            padding-left: 10px
        }

        .nav-sub > .fsElementContent .fsNavLevel2 > li > a {
            padding-left: 20px
        }

        .nav-sub > .fsElementContent .fsNavLevel3 > li > a {
            padding-left: 30px
        }

        .nav-sub > .fsElementContent .fsNavLevel4 > li > a {
            padding-left: 40px
        }

        .nav-sub > .fsElementContent .fsNavLevel5 > li > a {
            padding-left: 50px
        }

    .nav-sub.active-nav > header .fsElementTitle {
        background-color: #c1282e;
        color: #fff
    }

        .nav-sub.active-nav > header .fsElementTitle .nav-toggle:after {
            content: "-"
        }
}

@media (min-width:600px) {
    .nav-sub {
        display: block
    }
}

@media (min-width:600px) {
    .nav-sub > header {
        display: none
    }
}

.nav-sub > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease
}

@media (min-width:600px) {
    .nav-sub > .fsElementContent {
        max-height: 9999px;
        visibility: visible;
        opacity: 1
    }
}

.nav-sub.active-nav > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1
}

.fsHeader .nav-sub {
    display: block
}

@media (min-width:600px) {
    .fsHeader .nav-sub {
        display: none
    }
}

.nav-sub.nav-sub-empty {
    display: none !important
}

.nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0
}

    .nav-sub ul li {
        position: relative
    }

        .nav-sub ul li a {
            display: block;
            font-size: 14px;
            line-height: 17px;
            font-weight: 600;
            text-decoration: none;
            padding: 10px;
            color: #757575;
            background: rgba(0,0,0,0)
        }

            .nav-sub ul li a:focus, .nav-sub ul li a:hover {
                color: #c1282e;
                text-decoration: underline
            }

        .nav-sub ul li.expanded > a {
            color: #2b3160
        }

            .nav-sub ul li.expanded > a:focus, .nav-sub ul li.expanded > a:hover {
                color: #c1282e
            }

            .nav-sub ul li.expanded > a:before {
                color: #2b3160
            }

.nav-sub .fsNavLevel1 {
    border: 1px solid #e5e5e5
}

@media screen and (max-width:599px) {
    .nav-sub .fsNavLevel1 {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.nav-sub .fsNavLevel1 > li {
    border-bottom: 1px solid #e5e5e5;
    background: rgba(0,0,0,0);
    transition: background .3s
}

    .nav-sub .fsNavLevel1 > li:before {
        content: "";
        background: rgba(0,0,0,0);
        width: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .5s
    }

    .nav-sub .fsNavLevel1 > li:hover {
        background: hsla(0,0%,89.8%,.75)
    }

        .nav-sub .fsNavLevel1 > li.expanded:before, .nav-sub .fsNavLevel1 > li:hover:before {
            background: #c1282e;
            width: 3px
        }

    .nav-sub .fsNavLevel1 > li.expanded:hover {
        background: #fff
    }

    .nav-sub .fsNavLevel1 > li:last-child {
        border-bottom: none
    }

    .nav-sub .fsNavLevel1 > li > a {
        position: relative;
        padding: 15px 20px;
        font-weight: 600;
        font-size: 15px;
        line-height: 150%
    }

        .nav-sub .fsNavLevel1 > li > a:before {
            content: "";
            background: rgba(0,0,0,0);
            width: 3px;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            transition: background .3s
        }

        .nav-sub .fsNavLevel1 > li > a:focus, .nav-sub .fsNavLevel1 > li > a:hover {
            text-decoration: none
        }

            .nav-sub .fsNavLevel1 > li > a:focus:before, .nav-sub .fsNavLevel1 > li > a:hover:before {
                background: #c1282e
            }

.nav-sub .fsNavLevel2 {
    margin-bottom: 15px;
    display: none
}

    .nav-sub .fsNavLevel2 > li > a {
        padding-left: 40px
    }

.nav-sub .fsNavLevel3 {
    display: none
}

    .nav-sub .fsNavLevel3 > li > a {
        padding-left: 50px
    }

.nav-sub .fsNavLevel4 {
    display: none
}

    .nav-sub .fsNavLevel4 > li > a {
        padding-left: 60px
    }

.nav-sub .fsNavLevel5 {
    display: none
}

    .nav-sub .fsNavLevel5 > li > a {
        padding-left: 70px
    }

.nav-sub-horizontal {
    position: relative;
    justify-content: flex-end;
    max-width: 1127px;
    background: #f8f8f8;
    padding: 9px 49.5px 11px 0;
    margin-top: 2px;
    display: none
}

@media (min-width:1000px) {
    .nav-sub-horizontal {
        display: flex
    }
}

.nav-sub-horizontal:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #f8f8f8
}

.nav-sub-horizontal.nav-sub-empty {
    display: none
}

.nav-sub-horizontal > header {
    flex: 1 0 auto;
    padding-left: 60px
}

    .nav-sub-horizontal > header .fsElementTitle {
        position: relative;
        font-weight: 600;
        font-size: 13px;
        line-height: 18px;
        text-transform: uppercase;
        color: #c1282e;
        padding: 10px 0;
        margin: 0
    }

        .nav-sub-horizontal > header .fsElementTitle:after {
            content: "";
            display: inline-block;
            background: #2b3160;
            width: 1px;
            height: 18px;
            vertical-align: middle;
            margin: 0 30px
        }

.nav-sub-horizontal .fsNavLevel1 {
    display: flex;
    flex-wrap: wrap
}

    .nav-sub-horizontal .fsNavLevel1 li {
        margin: 0 9.5px
    }

@media (min-width:1200px) {
    .nav-sub-horizontal .fsNavLevel1 li {
        margin: 0 17.5px
    }
}

.nav-sub-horizontal .fsNavLevel1 li a {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #2b3160;
    text-decoration: none;
    padding: 8px 0
}

    .nav-sub-horizontal .fsNavLevel1 li.fsNavCurrentPage a, .nav-sub-horizontal .fsNavLevel1 li a:focus, .nav-sub-horizontal .fsNavLevel1 li a:hover {
        color: #c1282e
    }

.nav-main {
    margin: 0;
    padding: 14px 0 0
}

@media (min-width:1200px) {
    .nav-main {
        padding-right: 49.5px
    }
}

.fsHeader .nav-main {
    display: none
}

@media (min-width:1000px) {
    .fsHeader .nav-main {
        display: block
    }
}

@media (min-width:1000px) {
    .nav-main .fsNavLevel1 {
        position: relative;
        margin: 0 auto;
        max-width: 1180px;
        text-align: center;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .no-flexbox .nav-main .fsNavLevel1 {
        text-align: justify;
        font-size: .1px
    }

        .no-flexbox .nav-main .fsNavLevel1 > li {
            display: inline-block
        }

        .no-flexbox .nav-main .fsNavLevel1:after {
            content: "";
            display: inline-block;
            width: 100%
        }
}

@media (min-width:1000px) {
    .nav-main .fsNavLevel1 > li {
        flex: 1 auto
    }
}

.nav-main .fsNavLevel1 > li:hover > a, .nav-main .fsNavLevel1 > li[class*=fsNavCurrentPage] > a {
    color: #2b3160;
    background: rgba(0,0,0,0)
}

.nav-main .fsNavLevel1 > li > a {
    display: block;
    color: #c1282e;
    background: rgba(0,0,0,0);
    padding: 12px 15px;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: .5px;
    text-transform: lowercase;
    text-decoration: none
}

@media (min-width:1200px) {
    .nav-main .fsNavLevel1 > li > a {
        padding: 12px 20px
    }
}

.nav-main .fsNavLevel1 > li > a:focus {
    color: #2b3160;
    background: rgba(0,0,0,0)
}

html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo, html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    max-height: 0;
    overflow: hidden
}

.menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo, .menu-item-open html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo, html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo, html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo, html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open.menu-item-open > .fsNavPageInfo, html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open:hover .fsNavPageInfo {
    max-height: 9999px
}

html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    max-height: 0;
    overflow: hidden
}

html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
    max-height: 9999px
}

@media (max-width:599px) {
    html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
        max-height: 9999px
    }
}

.nav-main .fsNavPageInfo {
    text-align: left;
    z-index: 300;
    width: 652px;
    display: flex;
    box-shadow: 0 4px 4px rgba(0,0,0,.25)
}

.nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    transform: none
}

.nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo, .nav-main .fsNavLevel1 > li:nth-last-child(2) .fsNavPageInfo, .nav-main .fsNavLevel1 > li:nth-last-child(3) .fsNavPageInfo, .nav-main .fsNavLevel1 > li:nth-last-child(4) .fsNavPageInfo {
    right: 0;
    left: auto;
    transform: none
}

.nav-main .fsNavPageInfo:before {
    content: "";
    width: 100%;
    height: calc(100% - 2px);
    top: 2px;
    left: 0;
    position: absolute;
    background: #fff;
    z-index: -1;
    box-shadow: 0 4px 4px rgba(0,0,0,.25)
}

.nav-main .fsNavPageThumbnail {
    order: 1;
    width: 179px;
    padding-top: 44px;
    padding-bottom: 42px;
    line-height: 0
}

.nav-main .fsNavLevel2 {
    order: 0;
    width: calc(100% - 249px);
    padding: 34px 0 44px 50px
}

    .nav-main .fsNavLevel2 .inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .nav-main .fsNavLevel2 .sub-list {
        width: 50%;
        padding: 0 20px
    }

    .nav-main .fsNavLevel2 li {
        margin-top: 15px
    }

        .nav-main .fsNavLevel2 li a {
            font-weight: 600;
            font-size: 13px;
            line-height: 18px;
            text-transform: uppercase;
            display: block;
            color: #757575;
            background: rgba(0,0,0,0);
            padding: 0;
            text-decoration: none
        }

            .nav-main .fsNavLevel2 li[class*=fsNavCurrentPage] > a, .nav-main .fsNavLevel2 li a:focus, .nav-main .fsNavLevel2 li a:hover {
                color: #757575;
                background: rgba(0,0,0,0);
                text-decoration: underline
            }

.drawer-ribbon {
    position: relative;
    height: 50px
}

@media (min-width:1000px) {
    .drawer-ribbon {
        display: none
    }
}

.menu-trigger-container {
    position: relative;
    line-height: 16px;
    padding-left: 8px;
    margin-left: 5px;
    margin-bottom: 0
}

    .menu-trigger-container:before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        content: "";
        background: #cfcfcf;
        width: 1px;
        height: 23px;
        display: block;
        z-index: 1
    }

@media (min-width:1000px) {
    .menu-trigger-container {
        display: none
    }
}

.mobile-toggle {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    width: 42px;
    height: 34px;
    line-height: 16px;
    background: #fff;
    transition: all .3s
}

    .mobile-toggle span {
        display: block;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap;
        width: 1px
    }

    .mobile-toggle:after, .mobile-toggle:before {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 2px;
        width: 50%;
        content: "";
        background: #c1282e
    }

    .mobile-toggle:before {
        margin-top: -.3125em;
        transform: translate(-50%,-50%);
        transition: background .3s,margin-top .3s,transform .3s
    }

    .mobile-toggle:after {
        box-shadow: 0 .3125em 0 0 #c1282e;
        transform: translate(-50%,-50%);
        transition: background .3s,box-shadow .3s,transform .3s
    }

    .mobile-toggle:focus, .mobile-toggle:hover {
        background: #f8f8f8
    }

.drawer-is-active .mobile-toggle:before {
    margin-top: 0;
    transform: translate(-50%,-50%) rotate(-45deg)
}

.drawer-is-active .mobile-toggle:after {
    box-shadow: none;
    transform: translate(-50%,-50%) rotate(45deg)
}

#fsMenu {
    position: fixed;
    top: 0;
    right: 0;
    transform: translate(100%);
    height: 100%;
    max-width: 16.25em;
    width: 100%;
    background: #fff;
    z-index: 11;
    transition: all .3s
}

.drawer-is-active #fsMenu {
    transform: translate(0)
}

.fsAccountBarVisible #fsMenu {
    top: 45px
}

.fsMenu {
    position: relative;
    height: 100%;
    overflow-y: auto
}

@media (min-width:1000px) {
    .fsMenu {
        display: none
    }
}

.fsMenu .nav-utility-header, .fsMenu .sidebar-utility {
    display: block !important;
    margin-bottom: 20px
}

.fsMenu .menu-trigger-container {
    text-align: right;
    padding: 14px 7px 3px 0
}

    .fsMenu .menu-trigger-container:before {
        display: none
    }

.nav-main-mobile {
    margin-bottom: 30px
}

    .nav-main-mobile > header {
        display: none
    }

    .nav-main-mobile .fsNavLevel1 {
        padding: 0 20px
    }

        .nav-main-mobile .fsNavLevel1 > li {
            border-top: 1px solid #cfcfcf
        }

            .nav-main-mobile .fsNavLevel1 > li > a {
                font-weight: 700;
                font-size: 14px;
                line-height: 19px;
                letter-spacing: .5px;
                text-transform: lowercase;
                color: #c1282e;
                text-decoration: none;
                padding: 14px 0
            }

                .nav-main-mobile .fsNavLevel1 > li > a:focus, .nav-main-mobile .fsNavLevel1 > li > a:hover {
                    text-decoration: underline
                }

        .nav-main-mobile .fsNavLevel1 .has-expander > a {
            width: calc(100% - 20px)
        }

    .nav-main-mobile .fsNavLevel2 {
        display: none;
        padding: 4px 25px 6px 0
    }

        .nav-main-mobile .fsNavLevel2 > li {
            margin-bottom: 15px
        }

            .nav-main-mobile .fsNavLevel2 > li a {
                font-weight: 600;
                font-size: 13px;
                line-height: 18px;
                text-transform: uppercase;
                color: #757575;
                text-decoration: none;
                padding: 0
            }

                .nav-main-mobile .fsNavLevel2 > li a:focus, .nav-main-mobile .fsNavLevel2 > li a:hover {
                    text-decoration: underline
                }

    .nav-main-mobile .expander {
        height: 47px;
        width: 20px
    }

        .nav-main-mobile .expander:before {
            content: "\F105";
            font-family: IcoMoon;
            font-smoothing: antialiased;
            font-weight: 400;
            speak: none;
            font-weight: 700;
            color: #c1282e
        }

        .nav-main-mobile .expander:focus, .nav-main-mobile .expander:hover {
            background: rgba(0,0,0,0)
        }

            .nav-main-mobile .expander:focus:before, .nav-main-mobile .expander:hover:before {
                color: #474850
            }

@media (min-width:1000px) {
    .nav-social {
        padding-left: 10px
    }
}

.nav-social .fsNavLevel1 {
    display: flex;
    flex-wrap: wrap;
    line-height: 1
}

    .nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .nav-social .fsNavLevel1 li {
            margin: 0;
            padding: 0;
            margin-right: 7px
        }

        .nav-social .fsNavLevel1 [href*=facebook]:before {
            content: "\F09A";
            font-family: IcoMoon;
            font-smoothing: antialiased;
            font-weight: 400;
            speak: none
        }

        .nav-social .fsNavLevel1 [href*=instagram]:before {
            content: "\F16D";
            font-family: IcoMoon;
            font-smoothing: antialiased;
            font-weight: 400;
            speak: none
        }

        .nav-social .fsNavLevel1 [href*=linkedin]:before {
            content: "\F0E1";
            font-family: IcoMoon;
            font-smoothing: antialiased;
            font-weight: 400;
            speak: none
        }

        .nav-social .fsNavLevel1 [href*=pinterest]:before {
            content: "\F0D2";
            font-family: IcoMoon;
            font-smoothing: antialiased;
            font-weight: 400;
            speak: none
        }

        .nav-social .fsNavLevel1 [href*=tumblr]:before {
            content: "\F173";
            font-family: IcoMoon;
            font-smoothing: antialiased;
            font-weight: 400;
            speak: none
        }

        .nav-social .fsNavLevel1 [href*=twitter]:before {
            content: "\F099";
            font-family: IcoMoon;
            font-smoothing: antialiased;
            font-weight: 400;
            speak: none
        }

        .nav-social .fsNavLevel1 [href*=vimeo]:before {
            content: "\F27D";
            font-family: IcoMoon;
            font-smoothing: antialiased;
            font-weight: 400;
            speak: none
        }

        .nav-social .fsNavLevel1 [href*=vine]:before {
            content: "\F1CA";
            font-family: IcoMoon;
            font-smoothing: antialiased;
            font-weight: 400;
            speak: none
        }

        .nav-social .fsNavLevel1 [href*=youtube]:before {
            content: "\F16A";
            font-family: IcoMoon;
            font-smoothing: antialiased;
            font-weight: 400;
            speak: none
        }

        .nav-social .fsNavLevel1 [href*=googleplus]:before {
            content: "\F0D5";
            font-family: IcoMoon;
            font-smoothing: antialiased;
            font-weight: 400;
            speak: none
        }

        .nav-social .fsNavLevel1 [href*=wechat]:before {
            content: "\F1D7";
            font-family: IcoMoon;
            font-smoothing: antialiased;
            font-weight: 400;
            speak: none
        }

        .nav-social .fsNavLevel1 [href*=flickr]:before {
            content: "\F16E";
            font-family: IcoMoon;
            font-smoothing: antialiased;
            font-weight: 400;
            speak: none
        }

        .nav-social .fsNavLevel1 [href*=wordpress]:before {
            content: "\F19A";
            font-family: IcoMoon;
            font-smoothing: antialiased;
            font-weight: 400;
            speak: none
        }

        .nav-social .fsNavLevel1 [href*=rss]:before {
            content: "\F09E";
            font-family: IcoMoon;
            font-smoothing: antialiased;
            font-weight: 400;
            speak: none
        }

        .nav-social .fsNavLevel1 a {
            color: #c1282e;
            text-indent: -9999px;
            position: relative;
            border: 1px solid #fff;
            background: #fff;
            height: 44px;
            width: 44px;
            border-radius: 100%;
            transition: all .3s
        }

            .nav-social .fsNavLevel1 a:focus, .nav-social .fsNavLevel1 a:hover {
                background: #c1282e;
                border-color: #c1282e;
                color: #fff
            }

            .nav-social .fsNavLevel1 a:before {
                font-size: 1.25rem;
                display: block;
                text-indent: 0;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%)
            }

.utility-container {
    max-width: 1127px;
    width: 100%;
    margin: 0;
    padding-right: 15px
}

@media (min-width:1000px) {
    .utility-container {
        margin: 26px 0 0
    }
}

@media (min-width:1200px) {
    .utility-container {
        padding-right: 67px
    }
}

.utility-container > .fsElementContent {
    display: flex
}

.nav-utility-header {
    display: none
}

@media (min-width:1000px) {
    .nav-utility-header {
        margin: 0 20px 0 0;
        flex: 1 0 auto;
        display: block
    }
}

.nav-utility-header .fsNavLevel1 {
    display: flex;
    flex-direction: column;
    padding: 0 20px
}

@media (min-width:1000px) {
    .nav-utility-header .fsNavLevel1 {
        justify-content: flex-end;
        flex-direction: row;
        padding: 0
    }
}

.nav-utility-header .fsNavLevel1 li {
    margin-bottom: 15px
}

@media (min-width:1000px) {
    .nav-utility-header .fsNavLevel1 li {
        margin: 0 10px
    }
}

.nav-utility-header .fsNavLevel1 li:first-child {
    border-top: 1px solid #cfcfcf;
    padding-top: 17px
}

@media (min-width:1000px) {
    .nav-utility-header .fsNavLevel1 li:first-child {
        border: 0;
        padding: 0
    }
}

.nav-utility-header .fsNavLevel1 li a {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #757575;
    text-decoration: none;
    padding: 0
}

@media (min-width:1000px) {
    .nav-utility-header .fsNavLevel1 li a {
        padding: 10px 0
    }
}

.nav-utility-header .fsNavLevel1 li a:focus, .nav-utility-header .fsNavLevel1 li a:hover {
    color: #c1282e
}

.nav-utility-footer .fsNavLevel1, .nav-utility-footer .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .nav-utility-footer .fsNavLevel1 li {
        margin: 0;
        padding: 0
    }

.sidebar-utility {
    margin: 0
}

@media (min-width:1000px) {
    .sidebar-utility {
        position: fixed;
        left: -40px;
        bottom: 0;
        z-index: 3;
        background: #c1282e;
        border: 1px solid #c1282e;
        bottom: auto;
        top: 178px;
        transform: rotate(-90deg) translate(-100%);
        transform-origin: left top;
        background: #fff;
        border: 1px solid hsla(0,0%,80%,.7);
        transition: all .5s
    }
}

@media (max-width:999px) {
    .sidebar-utility {
        display: none !important
    }
}

.sidebar-utility > header {
    display: none
}

.sidebar-utility .fsNavLevel1 {
    display: flex;
    flex-direction: column;
    padding: 0 20px
}

@media (min-width:1000px) {
    .sidebar-utility .fsNavLevel1 {
        flex-direction: row;
        padding: 0
    }
}

.sidebar-utility .fsNavLevel1 li {
    position: relative;
    margin-bottom: 15px
}

@media (min-width:1000px) {
    .sidebar-utility .fsNavLevel1 li {
        margin: 0
    }
}

.sidebar-utility .fsNavLevel1 li:first-child {
    border-top: 1px solid #cfcfcf;
    padding-top: 17px
}

@media (min-width:1000px) {
    .sidebar-utility .fsNavLevel1 li:first-child {
        border: 0;
        padding: 0
    }
}

.sidebar-utility .fsNavLevel1 li:last-child:before {
    display: none
}

.sidebar-utility .fsNavLevel1 li:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 19px;
    width: 1px;
    background: #fff
}

@media (min-width:1000px) {
    .sidebar-utility .fsNavLevel1 li:before {
        background: #757575
    }
}

.sidebar-utility .fsNavLevel1 li a {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #757575;
    text-decoration: none;
    padding: 0
}

@media (min-width:1000px) {
    .sidebar-utility .fsNavLevel1 li a {
        color: #757575;
        font-size: 14px;
        line-height: 18px;
        padding: 10px 20px
    }
}

.sidebar-utility .fsNavLevel1 li a:focus, .sidebar-utility .fsNavLevel1 li a:hover {
    color: #fff;
    text-decoration: underline
}

@media (min-width:1000px) {
    .sidebar-utility .fsNavLevel1 li a:focus, .sidebar-utility .fsNavLevel1 li a:hover {
        color: #c1282e;
        text-decoration: none
    }
}

#fsHeader {
    padding: 0
}

    #fsHeader .fsBanner {
        position: relative;
        margin: 0 auto;
        max-width: 1440px
    }

        #fsHeader .fsBanner .banner-inner {
            margin: 0
        }

            #fsHeader .fsBanner .banner-inner > .fsElementContent {
                display: flex;
                justify-content: space-between
            }

    #fsHeader .header-container {
        margin-bottom: 0
    }

@media (min-width:1000px) {
    #fsHeader .header-container {
        width: 100%
    }
}

#fsHeader .header-container > .fsElementContent {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

@media (max-width:999px) {
    #fsHeader .header-container > .fsElementContent {
        height: 100%;
        justify-content: center
    }
}

.mobile-top-container {
    margin: 0;
    background: #c1282e
}

@media (min-width:1000px) {
    .mobile-top-container {
        display: none
    }
}

.mobile-top-container > header {
    display: none
}

.mobile-top-container > .fsElementContent {
    display: flex;
    justify-content: space-between;
    padding: 0 20px
}

    .mobile-top-container > .fsElementContent .fsElement {
        margin: 0
    }

        .mobile-top-container > .fsElementContent .fsElement .explore-toggle, .mobile-top-container > .fsElementContent .fsElement a {
            border: 0;
            background: none;
            margin: 0;
            padding: 0;
            color: #fff;
            font-weight: 700;
            font-size: 12px;
            line-height: 35px;
            letter-spacing: 1px;
            text-transform: uppercase;
            text-decoration: none
        }

            .mobile-top-container > .fsElementContent .fsElement .explore-toggle:focus, .mobile-top-container > .fsElementContent .fsElement .explore-toggle:hover, .mobile-top-container > .fsElementContent .fsElement a:focus, .mobile-top-container > .fsElementContent .fsElement a:hover {
                text-decoration: underline
            }

        .mobile-top-container > .fsElementContent .fsElement .explore-toggle {
            position: relative;
            padding-right: 22px
        }

            .mobile-top-container > .fsElementContent .fsElement .explore-toggle:after {
                content: "\F107";
                font-family: IcoMoon;
                font-smoothing: antialiased;
                font-weight: 400;
                speak: none;
                font-size: 16px;
                font-weight: 700;
                color: #fff;
                display: inline-block;
                vertical-align: middle;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                transition: .3s
            }

.sticky-header-container {
    position: fixed;
    top: -65px;
    visibility: hidden;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 0 10px;
    z-index: 10;
    filter: drop-shadow(0 2px 2px rgba(0,0,0,.25));
    transition: all .3s ease-in-out
}

@media (min-width:1000px) {
    .sticky-header-container {
        padding-right: 30px;
        padding-left: 35px
    }
}

.sticky-header-container > header, body.fsComposeMode .sticky-header-container {
    display: none
}

.sticky-header-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1440px;
    display: flex;
    align-items: center;
    height: 65px
}

.sticky-header .sticky-header-container {
    top: 0;
    visibility: visible
}

.fsAccountBarVisible.sticky-header .sticky-header-container {
    top: 45px
}

    .fsAccountBarVisible.sticky-header .sticky-header-container.nav-up {
        top: -110px
    }

.sticky-header-container.nav-up {
    top: -65px
}

.sticky-header-container .nav-main {
    padding: 0;
    margin-left: auto;
    margin-right: 24px
}

.sticky-header-container .search-trigger {
    width: 39px;
    height: 34px;
    overflow: hidden;
    color: rgba(0,0,0,0);
    padding: 0
}

    .sticky-header-container .search-trigger:before {
        left: 50%;
        transform: translate(-50%,-50%)
    }

    .sticky-header-container .search-trigger:focus, .sticky-header-container .search-trigger:hover {
        color: rgba(0,0,0,0)
    }

.sticky-header-container .site-info-container {
    margin: 0;
    width: 78px;
    height: 48px
}

    .sticky-header-container .site-info-container a {
        background: url(images/sticky-logo.svg) no-repeat 0 50%;
        width: 78px;
        height: 48px
    }

.search-is-active .sticky-header-container {
    top: 136px
}

#fsSkipToMainContentLink {
    background-color: #c1282e
}

.site-info-container {
    padding: 0;
    margin: 0 0 0 5px;
    width: 104px;
    height: 100px
}

@media (min-width:1000px) {
    .site-info-container {
        width: 162px;
        height: 157px;
        margin: 0 0 0 15px
    }
}

@media (min-width:1200px) {
    .site-info-container {
        margin: 0 0 0 45px
    }
}

.site-info-container h1 {
    margin: 0
}

.site-info-container a {
    display: block;
    padding: 0;
    color: rgba(0,0,0,0);
    background: url(images/logo.svg) no-repeat 0 50%;
    background-size: cover;
    width: 104px;
    height: 100px;
    overflow: hidden
}

@media (min-width:1000px) {
    .site-info-container a {
        width: 162px;
        height: 157px
    }
}

.site-info-container a:focus, .site-info-container a:hover {
    color: rgba(0,0,0,0)
}

@media (min-width:1000px) {
    .home .site-info-container, .home .site-info-container a {
        width: 149px;
        height: 144px
    }
}

#fsFooter {
    padding: 27px 20px 0;
    border-top: 7px solid #c1282e
}

@media (min-width:1000px) {
    #fsFooter {
        padding-right: 45px;
        padding-left: 45px;
        padding-top: 53px
    }
}

#fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (max-width:899px) {
    #fsFooter .fsBanner {
        padding-bottom: 150px
    }
}

#fsFooter .fsBanner:after {
    content: normal
}

body.fsDraftMode #fsFooter .fsBanner {
    flex-flow: row wrap
}

    body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
        flex: 0 1 100%
    }

#fsFooter .fsBanner .fsElementTitle {
    font-family: Cinzel,Georgia,serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #c1282e;
    margin-bottom: 10.5px
}

@media (min-width:400px) {
    #fsFooter .fsBanner .fsElementTitle {
        font-size: 28px;
        line-height: 32px
    }
}

#fsFooter .mission-container {
    margin-bottom: 0
}

@media (min-width:1000px) {
    #fsFooter .mission-container {
        width: 50%
    }
}

#fsFooter .mission-statement {
    margin-bottom: 30px
}

    #fsFooter .mission-statement .fsElementTitle {
        margin-bottom: 10px
    }

    #fsFooter .mission-statement > .fsElementContent {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px
    }

@media (min-width:600px) {
    #fsFooter .mission-statement > .fsElementContent {
        font-size: 15px;
        line-height: 24px
    }
}

#fsFooter .silhouette {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-bottom: 0
}

@media (min-width:900px) {
    #fsFooter .silhouette {
        margin-top: -34px
    }
}

@media (max-width:899px) {
    #fsFooter .silhouette {
        position: absolute;
        bottom: 0
    }
}

@media (max-width:599px) {
    #fsFooter .silhouette {
        right: -192px;
        transform: none
    }
}

#fsFooter .silhouette img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

@media (max-width:899px) {
    #fsFooter .silhouette img {
        height: 178px;
        max-width: none
    }
}

#fsFooter .nav-social {
    margin-bottom: 0
}

@media (max-width:999px) {
    #fsFooter .nav-social {
        margin-left: -13px;
        margin-bottom: 18px
    }
}

.address-container {
    margin-bottom: 0;
    z-index: 1
}

@media (min-width:1000px) {
    .address-container {
        width: 50%
    }
}

.school-details-container {
    position: relative;
    margin: 0
}

@media (min-width:1000px) {
    .school-details-container {
        padding-left: 23px
    }
}

@media (min-width:1000px) {
    .school-details-container:before {
        content: "";
        display: block;
        background: #c1282e;
        width: 1px;
        height: 153px;
        position: absolute;
        top: 0;
        left: 0
    }
}

@media (min-width:500px) {
    .school-details-container > .fsElementContent {
        display: flex
    }
}

.school-details {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px
}

@media (min-width:500px) {
    .school-details {
        display: inline;
        margin-bottom: 0
    }
}

.school-details:first-child {
    margin-right: 20px
}

@media (min-width:600px) {
    .school-details:first-child {
        margin-right: 53px
    }
}

.school-details div span {
    margin-bottom: 8px;
    display: block
}

.school-details [itemprop=streetAddress] {
    display: block
}

.school-details [itemprop=addressRegion], .school-details [itemprop=postalCode] {
    display: inline-block
}

.school-details a {
    color: inherit;
    text-decoration: underline
}

    .school-details a:focus, .school-details a:hover {
        text-decoration: none
    }

.accreditation {
    margin-bottom: 0
}

@media (max-width:999px) {
    .accreditation {
        margin-left: -8px
    }
}

@media (max-width:999px) {
    .accreditation:last-child {
        margin-bottom: 18px
    }
}

.accreditation .fsNavLevel1 {
    display: flex
}

    .accreditation .fsNavLevel1, .accreditation .fsNavLevel1 ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .accreditation .fsNavLevel1 li {
            margin: 0;
            padding: 0
        }

@media (min-width:1000px) {
    .accreditation .fsNavLevel1 {
        justify-content: flex-end
    }
}

.accreditation .fsNavLevel1 li {
    margin-left: 10px;
    position: relative;
    display: flex;
    align-items: center;
    height: 57px;
    cursor: pointer;
    transition: opacity .3s
}

    .accreditation .fsNavLevel1 li:first-child {
        margin-left: 0
    }

    .accreditation .fsNavLevel1 li.cis {
        opacity: .7
    }

    .accreditation .fsNavLevel1 li.wasc {
        opacity: .6;
        margin-left: 3px
    }

    .accreditation .fsNavLevel1 li.ib {
        opacity: .8
    }

    .accreditation .fsNavLevel1 li.nc {
        opacity: .8;
        margin-left: 22px
    }

        .accreditation .fsNavLevel1 li.nc img {
            height: 67px;
            filter: grayscale(100%)
        }

    .accreditation .fsNavLevel1 li:focus-within, .accreditation .fsNavLevel1 li:hover {
        opacity: 1
    }

    .accreditation .fsNavLevel1 li a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: rgba(0,0,0,0);
        padding: 0;
        z-index: 1
    }

*, :after, :before {
    box-sizing: border-box
}

:after, :before {
    pointer-events: none
}

html {
    font-family: Open Sans,sans-serif;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    font-size: 16px;
    line-height: 26px;
    color: #474850
}

@media (max-width:599px) {
    body {
        font-size: 14px;
        line-height: 24px
    }
}

#fsPageWrapper {
    overflow-x: hidden;
    position: relative;
    margin-top: 0;
    transition: margin-top .3s ease-in-out
}

body.fsComposeMode #fsPageWrapper {
    overflow: visible
}

.search-is-active #fsPageWrapper {
    margin-top: 136px
}

#fsPageBodyWrapper {
    padding: 48px 1.25em;
    background: #fff
}

@media (min-width:1000px) {
    #fsPageBodyWrapper {
        padding-right: 45px;
        padding-left: 45px
    }
}

.hasBannerImage #fsPageBodyWrapper {
    padding-top: 30px
}

#fsPageBody {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    display: flex;
    flex-wrap: wrap
}

@media (min-width:600px) {
    #fsPageBody {
        display: block
    }
}

@media (min-width:800px) {
    #fsPageBody {
        display: flex
    }
}

#fsBannerLeft {
    order: 1;
    width: 100%;
    margin-bottom: 20px
}

@media (min-width:600px) {
    #fsBannerLeft {
        padding-right: 20px;
        width: 200px;
        order: 1;
        margin-bottom: 0
    }
}

@media (min-width:700px) {
    #fsBannerLeft {
        padding-right: 100px;
        width: 400px;
        order: 1
    }
}

@media (min-width:600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
        order: 1;
        padding-right: 20px;
        width: 200px
    }
}

@media (min-width:700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
        padding-right: 100px;
        width: 400px
    }
}

@media (min-width:800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
        order: 1;
        padding-right: 20px;
        width: 200px
    }
}

@media (min-width:1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
        padding-right: 100px;
        width: 400px
    }
}

#fsPageContent {
    width: 100%
}

.fsHasRightBanner #fsPageContent {
    order: 1;
    width: 100%
}

@media (min-width:600px) {
    .fsHasRightBanner #fsPageContent {
        order: 1;
        width: calc(100% - 240px)
    }
}

@media (min-width:700px) {
    .fsHasRightBanner #fsPageContent {
        order: 1;
        width: calc(100% - 340px)
    }
}

.fsHasLeftBanner #fsPageContent {
    order: 1;
    width: 100%
}

@media (min-width:600px) {
    .fsHasLeftBanner #fsPageContent {
        order: 1;
        width: calc(100% - 200px)
    }
}

@media (min-width:700px) {
    .fsHasLeftBanner #fsPageContent {
        order: 1;
        width: calc(100% - 400px)
    }
}

.fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    order: 1;
    margin-bottom: 20px;
    width: 100%
}

@media (min-width:600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        order: 1;
        width: calc(100% - 200px)
    }
}

@media (min-width:700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 400px)
    }
}

@media (min-width:800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        order: 1;
        width: calc(100% - 440px);
        margin-bottom: 0
    }
}

@media (min-width:1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 740px)
    }
}

#fsBannerRight {
    order: 1;
    width: 100%;
    margin-bottom: 20px
}

@media (min-width:600px) {
    #fsBannerRight {
        padding-left: 20px;
        width: 240px;
        order: 1;
        margin-bottom: 0
    }
}

@media (min-width:700px) {
    #fsBannerRight {
        padding-left: 40px;
        width: 340px;
        order: 1
    }
}

.fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0
}

@media (min-width:600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 200px)
    }
}

@media (min-width:700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 400px)
    }
}

@media (min-width:800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        order: 1;
        padding-left: 20px;
        width: 240px
    }
}

@media (min-width:1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 40px;
        width: 340px
    }
}

@media (min-width:600px) {
    .fsLayout {
        margin-right: -20px;
        margin-left: -20px
    }
}

.fsLayout .fsDiv {
    margin-bottom: 20px;
    width: 100%;
    float: none
}

@media (min-width:600px) {
    .fsLayout .fsDiv {
        float: left;
        padding-right: 1.25em;
        padding-left: 1.25em
    }
}

.fsLayout > footer, .fsLayout > header {
    width: 100%
}

@media (min-width:600px) {
    .fsLayout > footer, .fsLayout > header {
        padding-right: 1.25em;
        padding-left: 1.25em
    }
}

@media (min-width:800px) {
    .fsTwoColumnLayout .fsDiv {
        width: 50%
    }
}

@media (min-width:900px) {
    .fsThreeColumnLayout .fsDiv {
        width: 33.33333%
    }
}

@media (min-width:800px) {
    .fsFourColumnLayout .fsDiv {
        width: 50%
    }
}

@media (min-width:1000px) {
    .fsFourColumnLayout .fsDiv {
        width: 25%
    }
}

.fsLayout .fsStyleOneThird, .fsLayout .fsStyleTwoThirds {
    float: none
}

    .fsLayout .fsStyleTwoThirds > .fsDiv {
        padding-left: 0;
        padding-right: 0;
        float: none
    }

@media (min-width:600px) {
    .fsLayout .fsStyleTwoThirds > .fsTwoColumnLayout {
        margin-right: -20px;
        margin-left: -20px
    }
}

.fsElephantLeftLayout, .fsTwoColumnWideRightLayout {
    margin-left: 0;
    margin-right: 0
}

@media (min-width:600px) {
    .fsElephantLeftLayout, .fsTwoColumnWideRightLayout {
        display: flex;
        flex-wrap: wrap
    }
}

.fsElephantLeftLayout > footer, .fsElephantLeftLayout > header, .fsTwoColumnWideRightLayout > footer, .fsTwoColumnWideRightLayout > header {
    padding-left: 0;
    padding-right: 0
}

.fsElephantLeftLayout .fsStyleOneThird, .fsTwoColumnWideRightLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px
}

@media (min-width:600px) {
    .fsElephantLeftLayout .fsStyleOneThird, .fsTwoColumnWideRightLayout .fsStyleOneThird {
        padding-left: 0;
        padding-right: 20px;
        width: 200px;
        margin-bottom: 0
    }
}

@media (min-width:700px) {
    .fsElephantLeftLayout .fsStyleOneThird, .fsTwoColumnWideRightLayout .fsStyleOneThird {
        padding-right: 100px;
        width: 400px
    }
}

.fsElephantLeftLayout .fsStyleTwoThirds, .fsTwoColumnWideRightLayout .fsStyleTwoThirds {
    width: 100%
}

@media (min-width:600px) {
    .fsElephantLeftLayout .fsStyleTwoThirds, .fsTwoColumnWideRightLayout .fsStyleTwoThirds {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 200px)
    }
}

@media (min-width:700px) {
    .fsElephantLeftLayout .fsStyleTwoThirds, .fsTwoColumnWideRightLayout .fsStyleTwoThirds {
        width: calc(100% - 400px)
    }
}

.fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent, .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent {
    width: 100%
}

@media (min-width:800px) {
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent, .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent {
        width: calc(100% - 240px)
    }
}

@media (min-width:1000px) {
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent, .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent {
        width: calc(100% - 340px)
    }
}

.fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight, .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding-left: 0;
    margin-top: 20px
}

@media (min-width:800px) {
    .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight, .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight {
        padding-left: 20px;
        width: 240px;
        margin-top: 0
    }
}

@media (min-width:1000px) {
    .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight, .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight {
        padding-left: 40px;
        width: 340px
    }
}

@media (min-width:600px) {
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird, .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird {
        padding-right: 20px;
        width: 200px
    }
}

@media (min-width:700px) {
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird, .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird {
        padding-right: 100px;
        width: 400px
    }
}

@media (min-width:800px) {
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird, .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird {
        padding-right: 20px;
        width: 200px
    }
}

@media (min-width:1000px) {
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird, .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird {
        padding-right: 100px;
        width: 400px
    }
}

.fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds, .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: 100%
}

@media (min-width:600px) {
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds, .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds {
        width: calc(100% - 200px)
    }
}

@media (min-width:700px) {
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds, .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds {
        width: calc(100% - 400px)
    }
}

@media (min-width:800px) {
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds, .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds {
        width: calc(100% - 200px)
    }
}

@media (min-width:1000px) {
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds, .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds {
        width: calc(100% - 400px)
    }
}

@media (min-width:800px) {
    .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent, .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 200px)
    }
}

@media (min-width:1000px) {
    .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent, .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 400px)
    }
}

@media (min-width:800px) {
    .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft, .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft {
        padding-right: 20px;
        width: 200px;
        margin-top: 0
    }
}

@media (min-width:1000px) {
    .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft, .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft {
        padding-right: 100px;
        width: 400px
    }
}

.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird, .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird {
    width: 100%;
    padding-right: 0
}

@media (min-width:800px) {
    .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird, .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird {
        padding-right: 20px;
        width: 200px
    }
}

.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds, .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
    width: 100%
}

@media (min-width:800px) {
    .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds, .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
        width: calc(100% - 200px)
    }
}

@media (min-width:600px) {
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft, .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
        padding-right: 20px;
        width: 200px
    }
}

@media (min-width:800px) {
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft, .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
        padding-right: 20px;
        width: 200px
    }
}

.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent, .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: 100%;
    margin-bottom: 0
}

@media (min-width:600px) {
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent, .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 200px)
    }
}

@media (min-width:800px) {
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent, .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 440px)
    }
}

.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight, .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0
}

@media (min-width:800px) {
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight, .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
        padding-left: 20px;
        width: 240px;
        margin-top: 0
    }
}

.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird, .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    margin-bottom: 20px;
    width: 100%
}

@media (min-width:1000px) {
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird, .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
        padding-right: 20px;
        width: 200px;
        margin-bottom: 0
    }
}

.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds, .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
    width: 100%;
    margin-bottom: 0
}

@media (min-width:1000px) {
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds, .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
        width: calc(100% - 200px)
    }
}

.fsElephantRightLayout, .fsTwoColumnWideLeftLayout {
    margin-left: 0;
    margin-right: 0
}

@media (min-width:600px) {
    .fsElephantRightLayout, .fsTwoColumnWideLeftLayout {
        display: flex;
        flex-wrap: wrap
    }
}

.fsElephantRightLayout > footer, .fsElephantRightLayout > header, .fsTwoColumnWideLeftLayout > footer, .fsTwoColumnWideLeftLayout > header {
    padding-left: 0;
    padding-right: 0
}

.fsElephantRightLayout .fsStyleOneThird, .fsTwoColumnWideLeftLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px
}

@media (min-width:600px) {
    .fsElephantRightLayout .fsStyleOneThird, .fsTwoColumnWideLeftLayout .fsStyleOneThird {
        padding-left: 20px;
        padding-right: 0;
        width: 240px;
        margin-bottom: 0
    }
}

@media (min-width:700px) {
    .fsElephantRightLayout .fsStyleOneThird, .fsTwoColumnWideLeftLayout .fsStyleOneThird {
        padding-left: 40px;
        width: 340px
    }
}

.fsElephantRightLayout .fsStyleTwoThirds, .fsTwoColumnWideLeftLayout .fsStyleTwoThirds {
    width: 100%
}

@media (min-width:600px) {
    .fsElephantRightLayout .fsStyleTwoThirds, .fsTwoColumnWideLeftLayout .fsStyleTwoThirds {
        width: calc(100% - 240px);
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:700px) {
    .fsElephantRightLayout .fsStyleTwoThirds, .fsTwoColumnWideLeftLayout .fsStyleTwoThirds {
        width: calc(100% - 340px)
    }
}

.fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent, .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
    width: 100%
}

@media (min-width:600px) {
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent, .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 200px)
    }
}

@media (min-width:700px) {
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent, .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 400px)
    }
}

@media (min-width:800px) {
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent, .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 200px)
    }
}

@media (min-width:1000px) {
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent, .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 400px)
    }
}

.fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft, .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px
}

@media (min-width:600px) {
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft, .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
        padding-right: 20px;
        width: 200px
    }
}

@media (min-width:700px) {
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft, .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
        padding-right: 100px;
        width: 400px
    }
}

@media (min-width:800px) {
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft, .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
        padding-right: 20px;
        width: 200px;
        margin-bottom: 0
    }
}

@media (min-width:1000px) {
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft, .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
        padding-right: 100px;
        width: 400px
    }
}

.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird, .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird {
    width: 100%;
    padding-left: 0
}

@media (min-width:800px) {
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird, .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird {
        padding-left: 20px;
        width: 240px
    }
}

@media (min-width:1000px) {
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird, .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird {
        padding-left: 40px;
        width: 340px
    }
}

.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds, .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
    margin-bottom: 20px;
    width: 100%
}

@media (min-width:800px) {
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds, .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
        width: calc(100% - 240px);
        margin-bottom: 0
    }
}

@media (min-width:1000px) {
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds, .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
        width: calc(100% - 340px)
    }
}

@media (min-width:800px) {
    .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent, .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent {
        width: calc(100% - 240px)
    }
}

@media (min-width:1000px) {
    .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent, .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent {
        width: calc(100% - 340px)
    }
}

@media (min-width:800px) {
    .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight, .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight {
        padding-left: 20px;
        width: 240px;
        margin-top: 0
    }
}

@media (min-width:1000px) {
    .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight, .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight {
        padding-left: 40px;
        width: 340px
    }
}

.fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird, .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird {
    width: 100%;
    padding-left: 0
}

@media (min-width:800px) {
    .fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird, .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird {
        padding-left: 20px;
        width: 240px
    }
}

.fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds, .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: 100%
}

@media (min-width:800px) {
    .fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds, .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
        width: calc(100% - 240px)
    }
}

.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight, .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0
}

@media (min-width:800px) {
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight, .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
        padding-left: 20px;
        width: 240px;
        margin-top: 0
    }
}

.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent, .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: 100%;
    margin-bottom: 0
}

@media (min-width:600px) {
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent, .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 200px)
    }
}

@media (min-width:800px) {
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent, .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 440px)
    }
}

.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft, .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px
}

@media (min-width:600px) {
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft, .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
        padding-right: 20px;
        width: 200px;
        margin-bottom: 0
    }
}

@media (min-width:800px) {
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft, .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
        padding-right: 20px;
        width: 200px
    }
}

.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird, .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    margin-bottom: 0
}

@media (min-width:700px) {
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird, .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
        padding-left: 20px;
        width: 240px
    }
}

@media (min-width:800px) {
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird, .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
        width: 100%;
        padding-left: 0
    }
}

@media (min-width:1000px) {
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird, .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
        padding-left: 20px;
        width: 240px
    }
}

.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds, .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
    margin-bottom: 0
}

@media (min-width:700px) {
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds, .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
        width: calc(100% - 240px)
    }
}

@media (min-width:800px) {
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds, .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
        width: 100%
    }
}

@media (min-width:1000px) {
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds, .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
        width: calc(100% - 240px)
    }
}

#fsPoweredByFinalsite {
    margin-top: 20px
}

@media (min-width:1000px) {
    #fsPoweredByFinalsite {
        background-position: 100%;
        width: auto
    }
}

.fsConstituent {
    word-break: break-word
}

    .fsConstituent .fsElementPagination {
        margin: 20px 0
    }

    .fsConstituent .fsPhoto[style*=background-image], .fsConstituent .fsProfileImage[style*=background-image] {
        background-size: cover;
        background-position: 50%;
        display: inline-block
    }

        .fsConstituent .fsPhoto[style*=background-image] > img, .fsConstituent .fsProfileImage[style*=background-image] > img {
            opacity: 0;
            visibility: hidden
        }

    .fsConstituent[class*=fsThumbnailAlign] .fsPhoto img, .fsConstituent[class*=fsThumbnailAlign] .fsProfileImage img {
        float: none;
        margin: 0
    }

    .fsConstituent.fsThumbnailAlignLeft .fsPhoto, .fsConstituent.fsThumbnailAlignLeft .fsProfileImage {
        float: left;
        padding-right: 0
    }

    .fsConstituent.fsThumbnailAlignRight .fsPhoto, .fsConstituent.fsThumbnailAlignRight .fsProfileImage {
        float: right;
        padding-left: 0
    }

.fsConstituentProfile {
    position: relative
}

    .fsConstituentProfile > div, .fsConstituentProfile > h3 {
        margin-bottom: 20px
    }

        .fsConstituentProfile > div > strong {
            display: block
        }

.fsConstituent .fsConstituentItem {
    float: none;
    width: calc(100% - 20px);
    margin: 0 auto 40px
}

.fsConstituent.fsThumbnailAlignLeft .fsPhoto {
    margin-right: 10px;
    margin-bottom: 10px
}

.fsConstituent.fsThumbnailAlignRight .fsPhoto {
    margin-left: 10px;
    margin-bottom: 10px
}

.fsConstituentItem {
    padding-left: 10px;
    padding-right: 10px
}

    .fsConstituentItem > div, .fsConstituentItem > h3 {
        margin-bottom: 10px
    }

        .fsConstituentItem > div:last-child, .fsConstituentItem > h3:last-child {
            margin-bottom: 0
        }

    .fsConstituentItem .fsPhoto img {
        display: block
    }

div[class^=fsConstituentColumnLayout] {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px
}

@media (min-width:600px) {
    .fsConstituentColumnLayout_2 .fsConstituentItem, .fsConstituentColumnLayout_3 .fsConstituentItem, .fsConstituentColumnLayout_4 .fsConstituentItem {
        width: calc(50% - 20px);
        margin-left: 10px;
        margin-right: 10px
    }
}

@media (min-width:800px) {
    .fsConstituentColumnLayout_3 .fsConstituentItem, .fsConstituentColumnLayout_4 .fsConstituentItem {
        width: calc(33.33% - 20px)
    }
}

@media (min-width:1000px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
        width: calc(25% - 20px)
    }
}

.fsConstituent.fsProfile .fsFullName {
    margin-bottom: 20px
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    margin: 0 0 20px;
    padding: 0;
    float: none
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage), .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage), .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage), .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage), .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
    float: none;
    width: 100%
}

@media (min-width:800px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage), .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage), .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage), .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage), .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
        padding: 0
    }
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3:first-child, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3:first-child, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3:first-child, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3:first-child {
    padding: 0
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage {
    float: none
}

@media (min-width:600px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage {
        max-width: 40%
    }
}

@media (min-width:1000px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto .fsProfileImage {
        max-width: 512px
    }
}

@media (min-width:600px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
        max-width: 25%
    }
}

@media (min-width:800px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto .fsProfileImage {
        max-width: 128px
    }
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSection:after, .fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSection:after {
    display: none
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSectionData, .fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSectionData {
    float: none;
    display: block;
    width: 100%
}

    .fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSectionData > div, .fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSectionData > div {
        clear: none
    }

@media (min-width:600px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
        margin-right: 20px;
        float: left
    }
}

@media (min-width:800px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage), .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3 {
        padding-left: calc(40% + 20px)
    }
}

@media (min-width:1000px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage), .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage), .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > h3 {
        padding-left: 532px
    }
}

@media (min-width:800px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage), .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3 {
        padding-left: calc(25% + 20px)
    }
}

@media (min-width:800px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage), .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage), .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > h3 {
        padding-left: 148px
    }
}

@media (min-width:600px) {
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
        margin-left: 20px;
        float: right
    }
}

@media (min-width:800px) {
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage), .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3 {
        padding-right: calc(40% + 20px)
    }
}

@media (min-width:1000px) {
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage), .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage), .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > h3 {
        padding-right: 532px
    }
}

@media (min-width:800px) {
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage), .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
        padding-right: calc(25% + 20px)
    }
}

@media (min-width:800px) {
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage), .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage), .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > h3 {
        padding-right: 148px
    }
}

.fsProfileImage {
    margin-bottom: 20px
}

    .fsProfileImage img {
        display: block
    }

.fsProfileSection {
    margin-bottom: 20px
}

    .fsProfileSection h4 {
        margin: 0 0 1rem
    }

.fsProfileSectionData {
    margin-bottom: 1em
}

    .fsProfileSectionData:last-child {
        margin-bottom: 0
    }

    .fsProfileSectionData.fsTitle {
        font-weight: inherit;
        font-size: 16px;
        line-height: 26px
    }

    .fsProfileSectionData > div {
        width: auto;
        float: none;
        display: block
    }

    .fsProfileSectionData.fsStyleHalf {
        width: 100%
    }

@media (min-width:600px) {
    .fsProfileSectionData.fsStyleHalf {
        width: 50%
    }
}

.fsProfileSectionSpecialData > div {
    width: auto;
    float: none;
    display: block
}

.fsProfileSectionSpecialData div[id^=fsEmail] {
    display: inline-block
}

.fsEmail > div:first-child, .fsProfileSectionFieldName {
    font-weight: 700
}

.fsConstituent.fsSearch {
    overflow: hidden
}

    .fsConstituent.fsSearch + .fsConstituent {
        border-top: 1px solid #cfcfcf;
        margin-top: 20px;
        padding-top: 20px
    }

.fsConstituentSearchForm {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

    .fsConstituentSearchForm > label {
        flex-grow: 1;
        margin-bottom: 10px;
        margin-top: 10px;
        padding: 0 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

        .fsConstituentSearchForm > label > span {
            margin-bottom: 2px
        }

        .fsConstituentSearchForm > label > input, .fsConstituentSearchForm > label > select {
            border: 1px solid #cfcfcf;
            flex-grow: 1
        }

        .fsConstituentSearchForm > label > select {
            height: 32px;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 100%
        }

    .fsConstituentSearchForm [type*=submit] {
        align-self: flex-end;
        margin: 10px;
        width: 100%
    }

@media (min-width:600px) {
    .fsConstituentSearchForm [type*=submit] {
        width: auto
    }
}

.fsConstituent.fsDialog .fsProfileImage:first-child {
    margin-top: 1em
}

.fsConstituent.fsDialog .fsProfileImage img {
    float: none;
    margin: 0
}

.fsConstituent .fsDialogContent {
    padding-top: 45px
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
    margin: 0 0 20px;
    padding: 0;
    float: none
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage), .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage), .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage), .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage), .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
    float: none;
    width: 100%
}

@media (min-width:800px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage), .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage), .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage), .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage), .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
        padding: 0
    }
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3:first-child, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3:first-child, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3:first-child, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3:first-child {
    padding: 0
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
    float: none
}

@media (min-width:600px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
        max-width: 40%
    }
}

@media (min-width:600px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
        max-width: 25%
    }
}

@media (min-width:800px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage {
        max-width: 128px
    }
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSection:after, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSection:after {
    display: none
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData {
    float: none;
    display: block;
    width: 100%
}

    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData > div, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData > div {
        clear: none
    }

@media (min-width:600px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage {
        margin-right: 20px;
        float: left
    }
}

@media (min-width:800px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage), .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3 {
        padding-left: calc(40% + 20px)
    }
}

@media (min-width:800px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage), .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3 {
        padding-left: calc(25% + 20px)
    }
}

@media (min-width:800px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle > div:not(.fsProfileImage), .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare > div:not(.fsProfileImage), .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare > h3 {
        padding-left: 148px
    }
}

@media (min-width:600px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
        margin-left: 20px;
        float: right
    }
}

@media (min-width:800px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage), .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3 {
        padding-right: calc(40% + 20px)
    }
}

@media (min-width:800px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage), .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
        padding-right: calc(25% + 20px)
    }
}

@media (min-width:800px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle > div:not(.fsProfileImage), .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare > div:not(.fsProfileImage), .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare > h3 {
        padding-right: 148px
    }
}

.fsAccordion .fsPanel, .fsTabs .fsPanel {
    position: relative
}

    .fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
        cursor: pointer;
        background: rgba(0,0,0,0);
        transition: .3s
    }

        .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
            display: block;
            font-weight: 700;
            font-size: 16px;
            line-height: 24px;
            padding: 15px 12px;
            margin: 0;
            color: #757575;
            transition: .3s;
            position: relative
        }

            .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
                transition: none
            }

        .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
            background: rgba(0,0,0,0);
            transition: .3s
        }

            .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
                color: #2b3160;
                transition: .3s
            }

    .fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
        background: rgba(0,0,0,0)
    }

        .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
            color: #c1282e;
            border-bottom: 1px solid #757575
        }

            .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
                content: "\2013";
                top: calc(50% - 2px) !important
            }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after, .fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
    content: "";
    font-size: 28px;
    font-weight: 400;
    border: none;
    width: auto;
    height: auto;
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "+"
}

.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2:after, .fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2:before {
    content: "";
    font-size: 28px;
    font-weight: 400;
    border: none;
    width: auto;
    height: auto;
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "\2013"
}

.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2 {
    padding-left: 65px
}

    .fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
        left: 10px
    }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
    padding-right: 65px
}

    .fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
        display: none
    }

    .fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
        right: 10px
    }

.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
    content: ""
}

.fsAccordion {
    border-bottom: 1px solid #e5e5e5
}

    .fsAccordion .fsPanel:before {
        content: "";
        width: 100%;
        height: 1px;
        background: #e5e5e5;
        display: block;
        transition: all .3s
    }

    .fsAccordion .fsPanel.fsStateOpen:before {
        height: 3px;
        background: #c1282e
    }

    .fsAccordion .fsPanel > .fsElementContent {
        padding: 15px 10px
    }

.fsAthleticsEvent > .fsElementContent {
    width: 100%
}

.fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 10px
}

.fsAthleticsEvent .fsElementEventIcon {
    display: inline-block;
    max-width: 100%
}

.fsAthleticsEvent .fsTitle {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0
}

.fsAthleticsEvent div.fsTitle {
    display: inline-block
}

.fsAthleticsEvent .fsAthleticsEventDetailLink {
    text-decoration: underline
}

    .fsAthleticsEvent .fsAthleticsEventDetailLink:focus, .fsAthleticsEvent .fsAthleticsEventDetailLink:hover {
        text-decoration: none
    }

.fsAthleticsEvent.fsList .fsElementEventIcon {
    margin-right: 10px
}

.fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
    outline: 0
}

.fsAthleticsEvent.fsList .fsAlertIcon {
    margin-left: 5px;
    margin-bottom: -3px
}

.fsAthleticsEvent.fsList .fsAthleticsOpponentNames, .fsAthleticsEvent.fsList .fsAthleticsOpponents {
    display: inline
}

.fsAthleticsEvent.fsList .fsAthleticsEventReadMoreLink {
    display: inline-block;
    margin-top: 5px
}

.fsAthleticsEvent.fsList .fsAthleticsDeparture, .fsAthleticsEvent.fsList .fsAthleticsDismissal, .fsAthleticsEvent.fsList .fsAthleticsPickup, .fsAthleticsEvent.fsList .fsAthleticsReturn {
    margin-top: 5px
}

.fsAthleticsEvent.fsList .fsAthleticsDepartureLabel, .fsAthleticsEvent.fsList .fsAthleticsDepartureLabel + div, .fsAthleticsEvent.fsList .fsAthleticsDismissalLabel, .fsAthleticsEvent.fsList .fsAthleticsDismissalLabel + div, .fsAthleticsEvent.fsList .fsAthleticsPickupLabel, .fsAthleticsEvent.fsList .fsAthleticsPickupLabel + div, .fsAthleticsEvent.fsList .fsAthleticsReturnLabel, .fsAthleticsEvent.fsList .fsAthleticsReturnLabel + div {
    display: inline-block
}

.fsAthleticsEvent.fsEvent article > div {
    margin-bottom: 10px
}

    .fsAthleticsEvent.fsEvent article > div:last-child {
        margin-bottom: 0
    }

.fsAthleticsEvent.fsEvent .fsAthleticsOpponents, .fsAthleticsEvent.fsEvent .fsAthleticsVs + div {
    display: inline-block
}

@media (min-width:801px) {
    .fsAthleticsEvent.fsTable .fsTitle .fsElementEventIcon {
        max-width: 100px
    }
}

@media (min-width:801px) {
    .fsAthleticsEvent.fsTable .fsAthleticsScore, .fsAthleticsEvent.fsTable .fsDateTime {
        white-space: nowrap
    }
}

.fsAthleticsEvent.fsTable .fsElementTable {
    margin-bottom: 0
}

@media (max-width:800px) {
    .fsAthleticsEvent.fsTable .fsElementTable thead {
        display: none
    }
}

.fsAthleticsEvent.fsTable .fsElementTable thead th {
    white-space: nowrap
}

@media (max-width:800px) {
    .fsAthleticsEvent.fsTable .fsElementTable td {
        display: inline-block;
        width: 100%;
        padding: 0 10px
    }

        .fsAthleticsEvent.fsTable .fsElementTable td:not(:last-child) {
            border: 0
        }

        .fsAthleticsEvent.fsTable .fsElementTable td:first-of-type {
            padding-top: 10px
        }

        .fsAthleticsEvent.fsTable .fsElementTable td:last-of-type {
            padding-bottom: 10px
        }

        .fsAthleticsEvent.fsTable .fsElementTable td:before {
            display: inline-block;
            font-weight: 700
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
            content: "Team: "
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents, .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames, .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
            display: inline-block
        }

            .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
                content: "Opponent: "
            }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate .fsDateTime {
            display: inline-block
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
            content: "Date: "
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime .fsDateTime {
            display: inline-block
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
            content: "Time: "
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
            content: "Location: "
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAdvantage:before {
            content: "Advantage: "
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
            content: "Type: "
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails:before {
            content: "Details: "
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
            content: "Result: "
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsScore:before {
            content: "Score: "
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAlerts:before {
            content: "Alerts: "
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDismissal:before {
            content: "Dismissal: "
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDeparture:before {
            content: "Departure: "
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsReturn:before {
            content: "Return Time: "
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsPickup:before {
            content: "Pickup Time: "
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
            content: "Recap: "
        }

        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
            content: "Status: "
        }
}

.fsAthleticsEvent.fsTable .fsAthleticsVs + div {
    display: inline
}

.fsAthleticsEvent.fsTable .fsAthleticsDepartureLabel, .fsAthleticsEvent.fsTable .fsAthleticsDismissalLabel, .fsAthleticsEvent.fsTable .fsAthleticsPickupLabel, .fsAthleticsEvent.fsTable .fsAthleticsReturnLabel {
    display: none
}

.fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
    display: inline-block
}

@media (min-width:800px) {
    .fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
        display: block
    }
}

body.fsComposeMode .fsAthleticsEvent.fsTable > .fsElementContent {
    overflow-x: auto
}

.fsAthleticsEvent.fsDialog {
    margin: auto
}

    .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
        margin-top: 0;
        font-weight: 700;
        font-size: 22px;
        line-height: 120%;
        font-weight: 400;
        color: #c1282e;
        margin-bottom: 20px
    }

    .fsAthleticsEvent.fsDialog .fsAthleticsLabel {
        font-weight: 700;
        margin-top: 20px
    }

    .fsAthleticsEvent.fsDialog .fsAthleticsAddress > div {
        margin-top: 10px
    }

.fsAthleticsRoster .fsElementTable td:before, .fsAthleticsRosterList li > div:before {
    margin-right: 5px;
    display: inline-block;
    font-weight: 700
}

.fsAthleticsRoster .fsElementTable td.fsRosterPlayerNumber:before, .fsAthleticsRosterList li > div.fsRosterPlayerNumber:before {
    content: "Number: "
}

.fsAthleticsRoster .fsElementTable td.fsRosterName:before, .fsAthleticsRosterList li > div.fsRosterName:before {
    content: "Name: "
}

.fsAthleticsRoster .fsElementTable td.fsRosterPosition:before, .fsAthleticsRosterList li > div.fsRosterPosition:before {
    content: "Position: "
}

.fsAthleticsRoster .fsElementTable td.fsRosterClass:before, .fsAthleticsRosterList li > div.fsRosterClass:before {
    content: "Class: "
}

.fsAthleticsRoster .fsElementTable td.fsRosterGradeLevel:before, .fsAthleticsRosterList li > div.fsRosterGradeLevel:before {
    content: "Grade: "
}

.fsAthleticsRoster .fsElementTable td.fsRosterHometown:before, .fsAthleticsRosterList li > div.fsRosterHometown:before {
    content: "Hometown: "
}

.fsAthleticsRoster .fsElementTable td.fsRosterHeight:before, .fsAthleticsRosterList li > div.fsRosterHeight:before {
    content: "Height: "
}

.fsAthleticsRoster .fsElementTable td.fsRosterWeight:before, .fsAthleticsRosterList li > div.fsRosterWeight:before {
    content: "Weight: "
}

@media (max-width:800px) {
    .fsAthleticsRoster .fsElementTable thead {
        display: none
    }
}

@media (min-width:800px) {
    .fsAthleticsRoster .fsElementTable td:before {
        display: none
    }
}

@media (max-width:800px) {
    .fsAthleticsRoster .fsElementTable td {
        display: inline-block;
        width: 100%;
        padding: 0 10px
    }

        .fsAthleticsRoster .fsElementTable td:not(:last-child) {
            border: 0
        }

        .fsAthleticsRoster .fsElementTable td:first-of-type {
            padding-top: 10px
        }

        .fsAthleticsRoster .fsElementTable td:last-of-type {
            padding-bottom: 10px
        }
}

.fsAthleticsRosterContent {
    margin-bottom: 20px
}

    .fsAthleticsRosterContent:empty, .fsAthleticsRosterContent:last-child {
        margin-bottom: 0
    }

.fsAthleticsRosterList, .fsAthleticsRosterList ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .fsAthleticsRosterList li {
        margin: 0;
        padding: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #e5e5e5
    }

        .fsAthleticsRosterList li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none
        }

        .fsAthleticsRosterList li > div {
            margin-bottom: 10px
        }

            .fsAthleticsRosterList li > div:last-child {
                margin-bottom: 0
            }

            .fsAthleticsRosterList li > div.fsRosterName {
                margin-bottom: 10px
            }

                .fsAthleticsRosterList li > div.fsRosterName:before {
                    display: none
                }

    .fsAthleticsRosterList .fsCoachImage {
        display: block;
        margin-bottom: 10px
    }

.fsAthleticsTeamDirectory {
    max-width: 100%
}

    .fsAthleticsTeamDirectory, .fsAthleticsTeamDirectory ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .fsAthleticsTeamDirectory li {
            margin: 0;
            padding: 0
        }

        .fsAthleticsTeamDirectory > li {
            margin-bottom: 10px
        }

        .fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
            display: inline-block
        }

.fsAthleticsTeamIcon {
    margin-right: 10px
}

.fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
    float: none
}

@media (min-width:600px) {
    .fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
        float: left
    }
}

.fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
    float: none
}

@media (min-width:600px) {
    .fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
        float: right
    }
}

.fsCalendar article {
    position: relative;
    padding-left: 25px;
    padding-top: 0;
    margin-bottom: 41px
}

    .fsCalendar article .fsElementEventColorIcon {
        width: 12px;
        height: 12px
    }

    .fsCalendar article:before {
        content: "";
        background: #c1282e;
        width: 3px;
        height: 105px;
        position: absolute;
        top: 0;
        left: 0
    }

.fsCalendar .fsDate {
    text-align: center;
    color: #000;
    display: flex;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 12px
}

    .fsCalendar .fsDate > span {
        display: block;
        margin-right: 3px
    }

        .fsCalendar .fsDate > span.fsDayName {
            position: relative
        }

            .fsCalendar .fsDate > span.fsDayName:after {
                content: ",";
                display: inline-block
            }

.fsCalendar .fsTitle {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 12px
}

.fsCalendar .fsLocation, .fsCalendar .fsTimeRange {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #2b3160
}

.fsCalendar .fsTimeRange {
    margin-bottom: 2px
}

    .fsCalendar .fsTimeRange:before {
        content: "\E904";
        font-family: IcoMoon;
        font-smoothing: antialiased;
        font-weight: 400;
        speak: none;
        font-size: 12px;
        line-height: 14px;
        color: #474850;
        margin-right: 5px
    }

.fsCalendar .fsLocation {
    margin-bottom: 12px
}

    .fsCalendar .fsLocation:before {
        content: "\E905";
        font-family: IcoMoon;
        font-smoothing: antialiased;
        font-weight: 400;
        speak: none;
        font-size: 14px;
        line-height: 15px;
        color: #474850;
        margin-right: 10px
    }

.fsCalendar .fsDescription {
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    color: #000;
    margin-bottom: 12px
}

    .fsCalendar .fsDescription p:last-child {
        margin-bottom: 0
    }

.fsCalendar .fsNotes {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #757575
}

    .fsCalendar .fsNotes p:last-child {
        margin-bottom: 0
    }

.fsCalendar .fsCalendarEventLink {
    text-decoration: none
}

    .fsCalendar .fsCalendarEventLink:focus, .fsCalendar .fsCalendarEventLink:hover {
        color: #2b3160
    }

.fsCalendar .fsReadMoreLink {
    font-weight: 700;
    font-size: 11px;
    line-height: 23px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #c1282e;
    text-decoration: none
}

    .fsCalendar .fsReadMoreLink:focus, .fsCalendar .fsReadMoreLink:hover {
        text-decoration: underline
    }

.fsCalendar.fsList .fsListItems + button {
    margin-top: 0
}

.fsCalendar.fsGrid .fsCalendarDayView {
    margin-top: 20px
}

    .fsCalendar.fsGrid .fsCalendarDayView .fsCalendarInfo:not(:last-child) {
        margin-bottom: 20px
    }

.fsCalendar.fsGrid .fsCalendarEventTitle {
    font-weight: 700
}

.fsCalendarEventGrid .fsCalendarRow {
    display: flex
}

    .fsCalendarEventGrid .fsCalendarRow .fsCalendarToday {
        background-color: rgba(193,40,46,.1)
    }

    .fsCalendarEventGrid .fsCalendarRow .fsCalendarOutOfRange {
        background-color: #f8f8f8
    }

.fsCalendarEventGrid .fsCalendarDaybox {
    border-color: #cfcfcf
}

    .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
        color: #474850
    }

        .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
            margin-bottom: 5px
        }

            .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
                margin-bottom: 0
            }

    .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
        margin-top: 5px
    }

    .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        line-height: 1
    }

@media (min-width:900px) {
    .fsCalendarEventGrid .fsCalendarDaybox {
        height: auto !important;
        flex-grow: 1
    }

        .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
            display: flex;
            flex-direction: column
        }

            .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
                height: auto;
                flex-grow: 1
            }

                .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:first-child {
                    position: relative
                }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center
}

    .fsCalendar.fsGrid .fsCalendarGridControlBar:after {
        display: none
    }

    .fsCalendar.fsGrid .fsCalendarGridControlBar > div {
        margin: 0;
        order: 3
    }

    .fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
        margin-right: 10px
    }

    .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarGridBrowser {
        width: 100%;
        margin-top: 10px;
        order: 5
    }

@media (min-width:900px) {
    .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarGridBrowser {
        width: auto;
        margin-top: 0;
        order: 3
    }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    margin: 10px 0 0
}

@media (min-width:900px) {
    .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
        order: 5;
        margin: 0
    }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
    z-index: 1
}

@media (max-width:899px) {
    .fsCalendar.fsGrid .fsCalendarEventGrid {
        width: 100%;
        margin: 0 auto
    }

        .fsCalendar.fsGrid .fsCalendarEventGrid:after {
            display: none
        }

        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
            margin: 20px 0
        }

        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarWeekdays {
            display: none
        }

        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
            width: auto;
            border-right: 1px solid #cfcfcf;
            box-shadow: 0 1px 0 0 #cfcfcf
        }

            .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow:last-child {
                border-bottom: 1px solid #cfcfcf;
                box-shadow: none
            }

        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
            cursor: pointer;
            min-height: 44px;
            position: relative;
            padding: 0;
            margin: 0;
            height: auto !important;
            display: flex;
            flex-wrap: wrap;
            border: 1px solid #cfcfcf;
            border-right: none;
            border-bottom: none;
            color: #474850;
            background: #fff;
            transition: .3s
        }

            .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:focus, .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:focus .fsCalendarOutOfRange, .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:hover, .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:hover .fsCalendarOutOfRange, .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:not(.fsCalendarWeekendDayBox):focus, .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:not(.fsCalendarWeekendDayBox):focus .fsCalendarOutOfRange, .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:not(.fsCalendarWeekendDayBox):hover, .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:not(.fsCalendarWeekendDayBox):hover .fsCalendarOutOfRange {
                color: #fff;
                background: #c1282e;
                transition: .3s
            }

            .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
                margin: 0;
                flex-grow: 1;
                text-align: center;
                font-size: 14px;
                padding-bottom: calc(50% - 7px);
                padding-top: calc(50% - 7px);
                color: inherit
            }

            .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
                background: #c1282e;
                color: #fff
            }

            .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox, .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents .fsCalendarDate:after {
                content: "\25CF";
                font-size: 10px;
                display: block;
                line-height: .5;
                transform: translate3d(0,3px,0)
            }

                .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
                    position: relative;
                    min-height: 22px;
                    width: 100%;
                    padding: 0;
                    overflow: hidden
                }

                    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:first-child {
                        box-shadow: inset 0 -1px 0 0 #cfcfcf
                    }

                    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:not([tabIndex]) .fsCalendarDate {
                        margin-bottom: 0
                    }

                        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:not([tabIndex]) .fsCalendarDate:after {
                            display: none
                        }

                    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
                        color: #fff;
                        background: #373737
                    }

                        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected:focus, .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected:hover {
                            color: #fff;
                            background: #c1282e;
                            transition: .3s
                        }

                        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected .fsCalendarOutOfRange {
                            background: inherit;
                            color: inherit
                        }

                .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox .fsCalendarDate {
                    padding-bottom: calc(25% - 7px);
                    padding-top: calc(25% - 7px);
                    transform: scale(.875);
                    margin-bottom: 3px
                }

                .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
                    color: #fff;
                    background: #373737
                }

                    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected .fsCalendarOutOfRange {
                        background: inherit;
                        color: inherit
                    }

        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange {
            background: #f8f8f8;
            color: #636363;
            transition: .3s
        }

        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
            display: none
        }
}

#event-view {
    padding: 0 20px;
    margin: 20px 0
}

    #event-view .fsCalendarDaybox {
        height: auto !important
    }

        #event-view .fsCalendarDaybox > div {
            margin-bottom: 20px
        }

    #event-view .fsCalendarWeekendDayBox > div:first-child {
        padding-bottom: 20px
    }

    #event-view .fsCalendarWeekendDayBox .fsCalendarInfo:not(:last-child) {
        margin-bottom: 20px
    }

    #event-view .fsCalendarEventTitle {
        margin-bottom: 5px
    }

.fsCalendarDayView:not(.fsStateHidden) + .fsCalendarEventGrid + #event-view {
    display: none
}

@media (min-width:900px) {
    #event-view {
        display: none
    }
}

.scroll-up {
    background: #fff;
    color: #c1282e;
    font-family: Open Sans,sans-serif;
    border-radius: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    min-width: 118px;
    transition: .3s;
    display: inline-block;
    border: 1px solid #757575;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 11.5px 30px;
    display: table;
    margin: 20px auto
}

@media (max-width:599px) {
    .scroll-up {
        font-size: 12px;
        line-height: 16px
    }
}

.fsStateSelected .scroll-up, .scroll-up.on, .scroll-up:focus, .scroll-up:hover {
    background: #c1282e;
    color: #fff;
    transition: .3s
}

.scroll-up em {
    display: block;
    font-style: normal;
    margin-top: 3px;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #474850;
    text-transform: none;
    transition: .3s
}

.fsStateSelected .scroll-up, .scroll-up.on, .scroll-up:focus, .scroll-up:hover {
    border: 1px solid #c1282e
}

.scroll-up + .fsCalendarLegend {
    margin-top: 20px !important
}

@media (min-width:900px) {
    .scroll-up {
        display: none
    }
}

.fsElementEventColorIcon {
    display: inline-block
}

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
    margin-top: 40px
}

.fsCalendar.fsGrid .fsCalendarLegend, .fsCalendar.fsGrid .fsCalendarLegend ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .fsCalendar.fsGrid .fsCalendarLegend li {
        margin: 0;
        padding: 0
    }

    .fsCalendar.fsGrid .fsCalendarLegend h4 {
        margin-bottom: 20px
    }

@media (min-width:600px) {
    .fsCalendar.fsGrid .fsCalendarLegend > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
    margin-left: 0
}

@media (min-width:600px) {
    .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
        width: 49%
    }
}

.fsCalendar.fsGrid .fsCalendarLegend .fsElementEventColorIcon {
    vertical-align: baseline
}

.fsCalendar.fsSlideshow .fsAlertFeeds {
    float: none
}

.fsCalendar.fsSlideshowHorizontal .fsElementSlideshow {
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 0
}

.fsCalendar.fsSlideshowVertical .fsElementSlideshow {
    padding-left: 45px;
    padding-top: 45px;
    padding-bottom: 45px
}

input, select, textarea {
    padding: 5px;
    max-width: 100%
}

.fsComposerFormEmbed {
    background: none
}

    .fsComposerFormEmbed body {
        margin: 0
    }

    .fsComposerFormEmbed form {
        zoom: 1
    }

        .fsComposerFormEmbed form:after {
            display: table;
            clear: both;
            content: ""
        }

        .fsComposerFormEmbed form input, .fsComposerFormEmbed form select, .fsComposerFormEmbed form textarea {
            font-family: Open Sans,sans-serif;
            font-size: 16px;
            line-height: 26px;
            color: #474850
        }

        .fsComposerFormEmbed form input {
            border: 1px solid #cfcfcf
        }

            .fsComposerFormEmbed form input.fileUploader {
                padding: 0;
                width: 100%;
                border: none
            }

        .fsComposerFormEmbed form fieldset {
            padding: 0
        }

        .fsComposerFormEmbed form textarea {
            max-width: 100%;
            width: 100%;
            border: 1px solid #cfcfcf
        }

        .fsComposerFormEmbed form .mainGroupSub {
            max-width: 100%;
            width: 100% !important
        }

        .fsComposerFormEmbed form .formPage {
            margin-bottom: 20px
        }

        .fsComposerFormEmbed form .elementRow {
            max-width: 100%;
            margin: 0
        }

            .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
                margin-bottom: 0
            }

        .fsComposerFormEmbed form .elementContainer {
            margin: 0 0 20px;
            padding: 0
        }

@media screen and (max-width:599px) {
    .fsComposerFormEmbed form .elementContainer {
        width: 100%
    }
}

.fsComposerFormEmbed form .elementContainer label {
    margin-bottom: 2px
}

    .fsComposerFormEmbed form .elementContainer label.horizontal {
        white-space: normal;
        margin-right: 10px !important
    }

        .fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
            margin-right: 0
        }

.fsComposerFormEmbed form .elementContainer hr {
    margin: 0 auto
}

.fsComposerFormEmbed form .elementContainer p:last-child {
    margin-bottom: 0
}

@media screen and (max-width:599px) {
    .fsComposerFormEmbed form .elementBody > input {
        width: 100%
    }
}

.fsComposerFormEmbed form .elementBody > .descText {
    margin-bottom: 10px
}

.fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel, .fsComposerFormEmbed form .labelLeft .elementContainer label {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    float: none
}

@media (min-width:600px) {
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel, .fsComposerFormEmbed form .labelLeft .elementContainer label {
        width: 20%;
        padding-right: 10px;
        text-align: right;
        float: left
    }
}

@media (min-width:600px) {
    .fsComposerFormEmbed form .labelLeft .elementContainer > label {
        padding: 5px 10px 5px 5px
    }
}

.fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
    width: 100%
}

.fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
    width: auto
}

.fsComposerFormEmbed form .labelLeft .elementBody {
    margin: 0;
    width: 100%;
    float: none
}

@media (min-width:600px) {
    .fsComposerFormEmbed form .labelLeft .elementBody {
        width: 80%;
        float: left
    }
}

.fsComposerFormEmbed form .linkLike {
    color: #c1282e;
    margin-right: 10px;
    cursor: pointer;
    transition: .3s
}

    .fsComposerFormEmbed form .linkLike:hover, .fsComposerFormEmbed form .required {
        color: #c1282e
    }

.fsComposerFormEmbed form .pageControls {
    padding: 10px 0 !important;
    margin-bottom: 10px
}

    .fsComposerFormEmbed form .pageControls .userConfirmation {
        margin-bottom: 0
    }

.fsComposerFormEmbed form .userConfirmation {
    margin-bottom: 20px
}

    .fsComposerFormEmbed form .userConfirmation .userConfirmationToggle {
        margin-right: 5px
    }

    .fsComposerFormEmbed form .userConfirmation > label {
        display: block
    }

.fsComposerFormEmbed form .elementColumn {
    zoom: 1;
    margin-bottom: 20px;
    max-width: 100%
}

    .fsComposerFormEmbed form .elementColumn:after {
        display: table;
        clear: both;
        content: ""
    }

@media screen and (max-width:599px) {
    .fsComposerFormEmbed form .elementColumn {
        float: none !important;
        width: 100% !important
    }
}

.fsComposerFormEmbed form .elementColumn .elementContainer {
    margin-bottom: 0
}

.fsComposerFormEmbed form .elementColumn .elementBody > input {
    width: 100%
}

.fsComposerFormEmbed form .pageBreak {
    zoom: 1
}

    .fsComposerFormEmbed form .pageBreak:after {
        display: table;
        clear: both;
        content: ""
    }

    .fsComposerFormEmbed form .pageBreak .nextPage, .fsComposerFormEmbed form .pageBreak .prevPage {
        background: none;
        border: none;
        color: #c1282e;
        transition: .3s;
        outline: 0;
        float: left;
        line-height: 1;
        padding: 10px 0
    }

        .fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:hover {
            color: #c1282e;
            transition: .3s
        }

    .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px
    }

    .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0
    }

        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
            margin: 0
        }

.fsComposerFormEmbed form .submitBtn {
    margin: 0 0 20px;
    background: #fff;
    color: #c1282e;
    font-family: Open Sans,sans-serif;
    border-radius: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    min-width: 118px;
    transition: .3s;
    border: 1px solid #757575;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 11.5px 30px
}

@media (max-width:599px) {
    .fsComposerFormEmbed form .submitBtn {
        font-size: 12px;
        line-height: 16px
    }
}

.fsComposerFormEmbed form .submitBtn.on, .fsComposerFormEmbed form .submitBtn:focus, .fsComposerFormEmbed form .submitBtn:hover, .fsStateSelected .fsComposerFormEmbed form .submitBtn {
    background: #c1282e;
    color: #fff;
    transition: .3s
}

.fsComposerFormEmbed form .submitBtn em {
    display: block;
    font-style: normal;
    margin-top: 3px;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #474850;
    text-transform: none;
    transition: .3s
}

.fsComposerFormEmbed form .submitBtn.on, .fsComposerFormEmbed form .submitBtn:focus, .fsComposerFormEmbed form .submitBtn:hover, .fsStateSelected .fsComposerFormEmbed form .submitBtn {
    border: 1px solid #c1282e
}

.fsComposerFormEmbed .ui-widget {
    font-family: Open Sans,sans-serif;
    max-width: 100%
}

.fsComposerFormEmbed .ui-datepicker:empty {
    display: none
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer
}

    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span {
        display: none
    }

    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
        content: "";
        font-weight: 700;
        transition: .3s
    }

    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before {
        transition: .3s;
        opacity: .5
    }

    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
        content: "\203A"
    }

    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
        content: "\2039"
    }

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px
}

.fsComposerFormEmbed .ui-datepicker .ui-state-default {
    background: rgba(0,0,0,.05);
    text-align: center
}

.fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0,0,0,.1)
}

.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: 1px solid #d3d3d3;
    background-color: #d3d3d3
}

::-webkit-input-placeholder {
    color: #242424
}

:-moz-placeholder, ::-moz-placeholder {
    color: #242424;
    opacity: 1
}

:-ms-input-placeholder {
    color: #242424
}

.fsAccount button:not(:last-of-type) {
    margin-right: 10px
}

.fsLoginForgotPasswordLink, .fsLoginNewAccountLink {
    margin-bottom: 10px
}

    .fsLoginForgotPasswordLink:last-child, .fsLoginNewAccountLink:last-child {
        margin-bottom: 0
    }

.fsLoginNewFields .fsLoginNewCaptcha {
    margin-bottom: 20px
}

    .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
        max-width: 100%
    }

@media screen and (max-width:599px) {
    .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
        overflow: hidden;
        border-radius: 5px
    }
}

.fsResetPasswordFields > div {
    margin-bottom: 20px
}

    .fsResetPasswordFields > div:last-child {
        margin-bottom: 0
    }

.fsResetPasswordFields label > span {
    display: block
}

.fsResetPasswordFields label > input {
    margin-bottom: 20px
}

@media screen and (max-width:599px) {
    .fsLoginForgotControls label, .fsLoginNewFields label, .fsResetPasswordFields label {
        display: block;
        margin-bottom: 3px
    }

    .fsLoginForgotControls input, .fsLoginNewFields input, .fsResetPasswordFields input {
        display: block;
        width: 100%
    }
}

.fsLoginForgotView .fsLoginForgotEmail {
    display: block
}

.fsLoginForgotSuccess .fsStyleDefaultButton {
    margin-top: 20px
}

.fsAccountGreeting {
    margin-bottom: 20px
}

.fsAccountLinks {
    margin: 0
}

    .fsAccountLinks li:not(:first-child) {
        border-color: #e5e5e5
    }

.fsAccountLogout {
    display: block;
    margin-top: 20px
}

    .fsAccountLogout > .fsStyleUpdateButton:last-child {
        margin-bottom: 0
    }

input[name*=passkey] + .fsLoginSubmit {
    margin-top: 20px
}

.fsAccount input[type=submit] {
    border-style: solid
}

.fsError {
    margin-bottom: 50px
}

.fsLoginNewSuccess > button, .fsResetCancel, .fsResetContinue {
    margin: 0 0 20px;
    background: #fff;
    color: #c1282e;
    font-family: Open Sans,sans-serif;
    border-radius: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    min-width: 118px;
    transition: .3s;
    display: inline-block;
    border: 1px solid #757575;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 11.5px 30px
}

@media (max-width:599px) {
    .fsLoginNewSuccess > button, .fsResetCancel, .fsResetContinue {
        font-size: 12px;
        line-height: 16px
    }
}

.fsLoginNewSuccess > button.on, .fsLoginNewSuccess > button:focus, .fsLoginNewSuccess > button:hover, .fsResetCancel.on, .fsResetCancel:focus, .fsResetCancel:hover, .fsResetContinue.on, .fsResetContinue:focus, .fsResetContinue:hover, .fsStateSelected .fsLoginNewSuccess > button, .fsStateSelected .fsResetCancel, .fsStateSelected .fsResetContinue {
    background: #c1282e;
    color: #fff;
    transition: .3s
}

.fsLoginNewSuccess > button em, .fsResetCancel em, .fsResetContinue em {
    display: block;
    font-style: normal;
    margin-top: 3px;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #474850;
    text-transform: none;
    transition: .3s
}

.fsLoginNewSuccess > button.on, .fsLoginNewSuccess > button:focus, .fsLoginNewSuccess > button:hover, .fsResetCancel.on, .fsResetCancel:focus, .fsResetCancel:hover, .fsResetContinue.on, .fsResetContinue:focus, .fsResetContinue:hover, .fsStateSelected .fsLoginNewSuccess > button, .fsStateSelected .fsResetCancel, .fsStateSelected .fsResetContinue {
    border: 1px solid #c1282e
}

.fsLoginNewSuccess button {
    margin-top: 20px
}

.fsNews.fsThumbnailAlignLeft .fsThumbnail {
    float: none
}

@media (min-width:600px) {
    .fsNews.fsThumbnailAlignLeft .fsThumbnail {
        float: left
    }
}

.fsNews.fsThumbnailAlignRight .fsThumbnail {
    float: none
}

@media (min-width:600px) {
    .fsNews.fsThumbnailAlignRight .fsThumbnail {
        float: right
    }
}

.fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
    float: none
}

@media (min-width:600px) {
    .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
        float: left
    }
}

.fsPostElement.fsThumbnailAlignRight .fsThumbnail {
    float: none
}

@media (min-width:600px) {
    .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
        float: right
    }
}

.fsPostElement .fsThumbnail {
    line-height: 0;
    margin-bottom: 22px
}

.fsPostElement .fsCategories {
    margin: 0 0 22px
}

    .fsPostElement .fsCategories .fsCategory {
        background: #fff;
        border: 1px solid #cfcfcf;
        text-align: center;
        padding: 6px 8px;
        margin: 0 6px 0 0;
        font-weight: 600;
        font-size: 10px;
        line-height: 14px;
        text-transform: uppercase;
        color: #2b3160
    }

.fsPostElement .fsTitle {
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    color: #c1282e;
    margin-bottom: 10px
}

    .fsPostElement .fsTitle .fsPostLink {
        text-decoration: none;
        color: inherit
    }

        .fsPostElement .fsTitle .fsPostLink:focus, .fsPostElement .fsTitle .fsPostLink:hover {
            color: #2b3160
        }

.fsPostElement .fsAuthor {
    text-transform: capitalize;
    margin-bottom: 9px
}

.fsPostElement .fsAuthor, .fsPostElement .fsDateTime {
    font-size: 13px;
    line-height: 120%;
    color: #636363;
    display: block
}

.fsPostElement .fsDateTime {
    margin-bottom: 16px
}

.fsPostElement .fsTags {
    margin: 0 0 15px
}

    .fsPostElement .fsTags .fsTag {
        padding: 9px 8px;
        margin-right: 6px;
        border: 1px solid #cfcfcf;
        background: #fff;
        color: #757575;
        font-weight: 600;
        font-size: 11px;
        line-height: 15px;
        text-align: center
    }

.fsPostElement .fsBody, .fsPostElement .fsSummary {
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    color: #000;
    margin-bottom: 15px
}

.fsPostElement .fsReadMoreLink {
    font-weight: 700;
    font-size: 11px;
    line-height: 23px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #c1282e;
    text-decoration: none
}

    .fsPostElement .fsReadMoreLink:focus, .fsPostElement .fsReadMoreLink:hover {
        text-decoration: underline
    }

.fsPostElement.fsList article {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dce0e9
}

    .fsPostElement.fsList article:last-child {
        border: 0;
        padding-bottom: 30px;
        margin-bottom: 30px
    }

@media (min-width:1000px) {
    .fsPostElement.fsList.custom-post-list article {
        display: flex;
        padding-bottom: 20px;
        margin-bottom: 20px
    }

        .fsPostElement.fsList.custom-post-list article:last-child {
            padding-bottom: 30px;
            margin-bottom: 30px
        }
}

@media (min-width:1000px) {
    .fsPostElement.fsList.custom-post-list .fsThumbnail {
        max-width: 300px;
        margin-right: 30px;
        flex: 1 0 auto
    }

        .fsPostElement.fsList.custom-post-list .fsThumbnail img {
            width: 100%
        }
}

body.fsComposeMode .fsPostElement.fsList.custom-post-list article {
    display: block
}

.fsResourceElement .fsTitle {
    margin-bottom: 10px
}

.fsResourceElement figcaption {
    margin-top: 8px;
    font-size: 15px;
    line-height: 140%
}

.fsResourceElement.fsListNav .fsResourceCollectionName + nav {
    margin-top: 20px
}

.fsResourceElement.fsListNav .fsTitle {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage .fsTitle {
    text-align: center
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage img {
    margin: 0 auto
}

.fsSearchElement.fsSearchForm .fsSearchElementKeyword {
    margin-bottom: 20px
}

    .fsSearchElement.fsSearchForm .fsSearchElementKeyword + .fsSearchElementSearchButton {
        margin-top: 0
    }

.fsSearchElement.fsSearchForm .fsSearchElementSearchButton:last-child {
    margin-bottom: 0
}

.fsSearchElement.fsList li.fsListItem {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5
}

.fsSearchElement.fsList .fsListItems {
    padding: 0
}

.fsSearchElement.fsList .fsSearchResultInfo {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5
}

    .fsSearchElement.fsList .fsSearchResultInfo:empty {
        margin: 0;
        border: none
    }

.fsSearchElement.site-search {
    position: fixed;
    background: #2b3160;
    height: 136px;
    width: 100%;
    margin: 0;
    top: -136px;
    z-index: 11;
    visibility: hidden;
    transition: all .3s ease-in-out
}

    .fsSearchElement.site-search > .fsElementContent {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding: 0 20px
    }

    .fsSearchElement.site-search form {
        display: flex;
        max-width: 1018px;
        width: 100%;
        border-bottom: 1px solid #fff
    }

        .fsSearchElement.site-search form .fsFieldLabel {
            display: block;
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            white-space: nowrap;
            width: 1px
        }

        .fsSearchElement.site-search form .fsSearchElementKeyword {
            margin: 0;
            width: 100%;
            position: relative
        }

            .fsSearchElement.site-search form .fsSearchElementKeyword:before {
                content: "\F002";
                font-family: IcoMoon;
                font-smoothing: antialiased;
                font-weight: 400;
                speak: none;
                font-size: 15px;
                color: #fff;
                position: absolute;
                left: 20px;
                top: 50%;
                transform: translateY(-50%);
                z-index: 1
            }

            .fsSearchElement.site-search form .fsSearchElementKeyword input::placeholder {
                color: #fff
            }

        .fsSearchElement.site-search form .fsStyleSearchField {
            border: 0;
            height: 43px;
            font-weight: 700;
            font-size: 12px;
            line-height: 16px;
            letter-spacing: .5px;
            text-transform: uppercase;
            color: #fff;
            background-color: rgba(0,0,0,0);
            padding: 13px 10px 13px 52px
        }

        .fsSearchElement.site-search form .fsSearchElementSearchButton {
            position: relative;
            padding: 0;
            min-width: auto;
            width: 43px;
            height: 43px;
            overflow: hidden;
            border: 0;
            color: rgba(0,0,0,0);
            background: rgba(0,0,0,0);
            transition: background .3s
        }

            .fsSearchElement.site-search form .fsSearchElementSearchButton:before {
                content: "";
                background-image: url(images/chevron-right.svg);
                width: 9px;
                height: 15px;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
                z-index: 1
            }

            .fsSearchElement.site-search form .fsSearchElementSearchButton:focus, .fsSearchElement.site-search form .fsSearchElementSearchButton:hover {
                background: rgba(0,0,0,0)
            }

        .fsSearchElement.site-search form .fsButtonClear {
            filter: brightness(2)
        }

    .fsSearchElement.site-search > footer {
        position: absolute;
        top: 5px;
        right: 5px
    }

        .fsSearchElement.site-search > footer .fsElementFooterContent {
            margin: 0
        }

        .fsSearchElement.site-search > footer .close-trigger {
            border: 0;
            background: none;
            margin: 0;
            padding: 0;
            position: relative;
            width: 40px;
            height: 40px;
            overflow: hidden;
            background: rgba(0,0,0,0);
            color: rgba(0,0,0,0);
            cursor: pointer;
            transition: background .3s
        }

            .fsSearchElement.site-search > footer .close-trigger:before {
                content: "\E907";
                font-family: IcoMoon;
                font-smoothing: antialiased;
                font-weight: 400;
                speak: none;
                font-size: 21px;
                color: #fff;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
                z-index: 1
            }

            .fsSearchElement.site-search > footer .close-trigger:focus, .fsSearchElement.site-search > footer .close-trigger:hover {
                background: rgba(0,0,0,.1)
            }

.search-is-active .fsSearchElement {
    top: 0;
    visibility: visible
}

.search-button-container {
    margin: 0
}

@media (max-width:999px) {
    .search-button-container {
        margin-left: auto
    }
}

.search-trigger {
    background: #fff;
    color: #c1282e;
    font-family: Open Sans,sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
    min-width: 118px;
    transition: .3s;
    display: inline-block;
    position: relative;
    border: 1px solid #cfcfcf;
    padding: 10px 25px 10px 49px;
    margin: 0;
    min-width: auto;
    width: 124px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: .5px;
    text-transform: uppercase
}

@media (max-width:599px) {
    .search-trigger {
        font-size: 12px;
        line-height: 16px
    }
}

.fsStateSelected .search-trigger, .search-trigger.on, .search-trigger:focus, .search-trigger:hover {
    background: #c1282e;
    color: #fff;
    transition: .3s
}

.search-trigger em {
    display: block;
    font-style: normal;
    margin-top: 3px;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #474850;
    text-transform: none;
    transition: .3s
}

.search-trigger:before {
    content: "\F002";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    font-size: 15px;
    color: #c1282e;
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: color .3s
}

.search-trigger:focus, .search-trigger:hover {
    border: 1px solid #c1282e
}

    .search-trigger:focus:before, .search-trigger:hover:before {
        color: #fff
    }

@media (max-width:999px) {
    .search-trigger {
        width: 39px;
        height: 34px;
        overflow: hidden;
        color: rgba(0,0,0,0);
        padding: 0;
        border: 1px solid #fff
    }

        .search-trigger:before {
            font-size: 17px;
            left: 50%;
            transform: translate(-50%,-50%)
        }

        .search-trigger:focus, .search-trigger:hover {
            color: rgba(0,0,0,0);
            background: #f8f8f8;
            border-color: #f8f8f8
        }

            .search-trigger:focus:before, .search-trigger:hover:before {
                color: #c1282e
            }
}

@media (max-width:599px) {
    body:not(.fsComposeMode) .instagram-container {
        margin: 0
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .instagram-container.active > header .fsElementTitle {
        opacity: 1;
        animation: text 2s
    }

    body:not(.fsComposeMode) .instagram-container.active > header .fsElementHeaderContent h3 {
        opacity: 1
    }

        body:not(.fsComposeMode) .instagram-container.active > header .fsElementHeaderContent h3:after {
            transform: scaleX(1)
        }
}

body:not(.fsComposeMode) .instagram-container > header {
    padding: 20px 20px 29px
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .instagram-container > header {
        padding: 100px 20px 83px;
        min-height: 308px
    }
}

body:not(.fsComposeMode) .instagram-container > header .fsElementTitle {
    position: relative;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #c1282e;
    background: #fff;
    margin-bottom: 4px
}

@media (min-width:700px) {
    body:not(.fsComposeMode) .instagram-container > header .fsElementTitle {
        font-size: 28px;
        line-height: 36px
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .instagram-container > header .fsElementTitle {
        font-size: 40px;
        line-height: 55px;
        z-index: 2;
        opacity: 0
    }
}

body:not(.fsComposeMode) .instagram-container > header .fsElementHeaderContent {
    margin-bottom: 0;
    z-index: 0
}

    body:not(.fsComposeMode) .instagram-container > header .fsElementHeaderContent h3 {
        position: relative;
        font-weight: 600;
        font-size: 20px;
        line-height: 45px;
        text-align: center;
        letter-spacing: .5px;
        text-transform: uppercase;
        color: #474850;
        margin: 0
    }

@media (min-width:700px) {
    body:not(.fsComposeMode) .instagram-container > header .fsElementHeaderContent h3 {
        font-size: 24px;
        line-height: 49px
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .instagram-container > header .fsElementHeaderContent h3 {
        font-size: 30px;
        line-height: 55px;
        opacity: 0;
        transition: opacity .3s
    }
}

body:not(.fsComposeMode) .instagram-container > header .fsElementHeaderContent h3:after {
    content: "";
    max-width: 87px;
    display: block;
    margin: 5px auto 0;
    border-bottom: 2px solid #c1282e;
    transform: scaleX(0);
    transition: transform .25s ease-in-out;
    transition-delay: 2s
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .instagram-container > header .fsElementHeaderContent h3:after {
        max-width: 125px;
        border-bottom: 3px solid #c1282e
    }
}

body:not(.fsComposeMode) .instagram-container .fsElementActionButtonContainer {
    position: absolute
}

body:not(.fsComposeMode) .instagram-container .statement {
    padding: 0 30px
}

@media (max-width:599px) {
    body:not(.fsComposeMode) .instagram-container .statement {
        padding: 17px 20px 26px;
        background: #f8f8f8
    }
}

@media (min-width:1200px) {
    body:not(.fsComposeMode) .instagram-container .statement {
        margin-right: 380px
    }
}

body:not(.fsComposeMode) .instagram-container .statement > .fsElementContent {
    display: flex;
    align-items: center;
    flex-direction: column
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .instagram-container .statement > .fsElementContent {
        justify-content: flex-end;
        flex-direction: row
    }
}

body:not(.fsComposeMode) .instagram-container .statement p {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #757575;
    text-align: center
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .instagram-container .statement p {
        margin: 0;
        text-align: left
    }
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .instagram-container .statement .fs_style_32 {
        margin-left: 15px
    }
}

@media (min-width:1200px) {
    body:not(.fsComposeMode) .instagram-container .statement .fs_style_32 {
        margin-left: 24px
    }
}

.instagram-container .statement .fs_style_32 {
    position: relative;
    color: #c1282e;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .5px;
    text-transform: uppercase;
    border: 1px solid #cfcfcf;
    padding: 7px 20px;
    margin: 0;
    min-width: 147px
}

@media (min-width:600px) {
    .instagram-container .statement .fs_style_32 {
        padding: 10px 20px
    }
}

.instagram-container .statement .fs_style_32:after {
    content: "\F105";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    font-size: 16px;
    vertical-align: top;
    margin-left: 12px;
    color: #666;
    line-height: 14px
}

@media (min-width:600px) {
    .instagram-container .statement .fs_style_32:after {
        font-size: 20px
    }
}

.instagram-container .statement .fs_style_32:focus, .instagram-container .statement .fs_style_32:hover {
    color: #fff;
    border: 1px solid #c1282e
}

    .instagram-container .statement .fs_style_32:focus:after, .instagram-container .statement .fs_style_32:hover:after {
        color: #fff
    }

body:not(.fsComposeMode) .fsFeeds.instagram {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .fsFeeds.instagram {
        flex-direction: row;
        margin-bottom: 24px
    }
}

@media (min-width:800px) {
    body:not(.fsComposeMode) .fsFeeds.instagram {
        padding-right: 30px
    }
}

@media (min-width:1200px) {
    body:not(.fsComposeMode) .fsFeeds.instagram {
        padding-right: 110px
    }
}

body:not(.fsComposeMode) .fsFeeds.instagram > footer {
    width: 100%;
    background: #f8f8f8
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .fsFeeds.instagram > footer {
        width: 300px;
        height: 260px;
        box-shadow: inset 0 -4px 0 #c1282e
    }
}

body:not(.fsComposeMode) .fsFeeds.instagram > footer .fsElementFooterContent {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 18px
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .fsFeeds.instagram > footer .fsElementFooterContent {
        padding-top: 98px
    }
}

body:not(.fsComposeMode) .fsFeeds.instagram > footer .fsElementFooterContent p {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #000;
    display: none
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .fsFeeds.instagram > footer .fsElementFooterContent p {
        display: block
    }
}

body:not(.fsComposeMode) .fsFeeds.instagram > footer .fsElementFooterContent p:after {
    content: "";
    background: #c1282e;
    width: 36px;
    height: 2px;
    display: block;
    margin: 5px auto 0
}

body:not(.fsComposeMode) .fsFeeds.instagram > footer .fsElementFooterContent .feed-nav-container {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .fsFeeds.instagram > footer .fsElementFooterContent .feed-nav-container {
        padding: 45px 0 0
    }
}

body:not(.fsComposeMode) .fsFeeds.instagram > footer .fsElementFooterContent .feed-nav-container .slick-dots {
    order: 1
}

body:not(.fsComposeMode) .fsFeeds.instagram > footer .fsElementFooterContent .feed-nav-container .slick-arrow {
    height: 18px;
    width: 10px;
    background-color: rgba(0,0,0,0)
}

    body:not(.fsComposeMode) .fsFeeds.instagram > footer .fsElementFooterContent .feed-nav-container .slick-arrow:focus, body:not(.fsComposeMode) .fsFeeds.instagram > footer .fsElementFooterContent .feed-nav-container .slick-arrow:hover {
        background-color: rgba(0,0,0,0)
    }

body:not(.fsComposeMode) .fsFeeds.instagram > footer .fsElementFooterContent .feed-nav-container .slick-prev {
    order: 0
}

body:not(.fsComposeMode) .fsFeeds.instagram > footer .fsElementFooterContent .feed-nav-container .slick-next {
    order: 2
}

body.fsComposeMode .fsFeeds.instagram > .fsElementContent {
    width: 100%;
    display: flex
}

.fsFeeds.instagram > header {
    width: 100%;
    background: #f8f8f8;
    padding: 23px 0;
    text-align: center
}

@media (min-width:600px) {
    .fsFeeds.instagram > header {
        display: none
    }
}

.fsFeeds.instagram > header .fsElementTitle {
    display: none
}

.fsFeeds.instagram > header .fsElementHeaderContent {
    margin: 0
}

    .fsFeeds.instagram > header .fsElementHeaderContent p {
        position: relative;
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;
        letter-spacing: .5px;
        text-transform: uppercase;
        color: #000
    }

        .fsFeeds.instagram > header .fsElementHeaderContent p:after {
            content: "";
            background: #c1282e;
            width: 36px;
            height: 2px;
            display: block;
            margin: 5px auto 0
        }

.fsFeeds.instagram > .fsElementContent {
    width: 100%
}

@media (min-width:600px) {
    .fsFeeds.instagram > .fsElementContent {
        width: calc(100% - 300px)
    }
}

@media (min-width:800px) {
    .fsFeeds.instagram .slick-list {
        margin: 0 -10px;
        padding-right: calc(50% + 5px) !important
    }
}

@media (min-width:1200px) {
    .fsFeeds.instagram .slick-list {
        padding-right: calc(33.33333% + 5px) !important;
        padding-left: calc(33.33333% + 5px) !important
    }
}

.fsFeeds.instagram .fsFeeds-post {
    position: relative;
    width: 330px;
    height: 330px;
    overflow: hidden;
    padding: 20px 15px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #fff
}

@media (min-width:800px) {
    .fsFeeds.instagram .fsFeeds-post {
        margin: 0 10px
    }
}

@media (min-width:1000px) {
    .fsFeeds.instagram .fsFeeds-post {
        padding: 20px 30px
    }
}

.fsFeeds.instagram .fsFeeds-post:before {
    background: linear-gradient(0deg,rgba(43,49,96,.7),rgba(43,49,96,.7)),linear-gradient(141.47deg,rgba(0,0,0,0) 62.4%,rgba(0,0,0,.6) 106.36%);
    z-index: 1;
    opacity: 0;
    visibility: hidden
}

.fsFeeds.instagram .fsFeeds-post:after, .fsFeeds.instagram .fsFeeds-post:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all .3s
}

.fsFeeds.instagram .fsFeeds-post:after {
    background: linear-gradient(141.47deg,rgba(0,0,0,0) 62.4%,rgba(0,0,0,.6) 106.36%);
    opacity: 1;
    visibility: visible
}

.fsFeeds.instagram .fsFeeds-post .post-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .5s
}

    .fsFeeds.instagram .fsFeeds-post .post-image img {
        display: block;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap;
        width: 1px
    }

.fsFeeds.instagram .fsFeeds-post .poster-info {
    position: absolute;
    top: 28px;
    left: 32px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

.fsFeeds.instagram .fsFeeds-post .post-content {
    z-index: 2;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

.fsFeeds.instagram .fsFeeds-post .post-footer {
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 1
}

    .fsFeeds.instagram .fsFeeds-post .post-footer .instagram-link {
        position: relative;
        width: 20px;
        height: 20px;
        overflow: hidden;
        display: block;
        color: rgba(0,0,0,0)
    }

        .fsFeeds.instagram .fsFeeds-post .post-footer .instagram-link:before {
            content: "\F16D";
            font-family: IcoMoon;
            font-smoothing: antialiased;
            font-weight: 400;
            speak: none;
            font-size: 20px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            display: block;
            color: #fff;
            transition: all .3s
        }

        .fsFeeds.instagram .fsFeeds-post .post-footer .instagram-link:focus:before, .fsFeeds.instagram .fsFeeds-post .post-footer .instagram-link:hover:before {
            opacity: .8
        }

.fsFeeds.instagram .fsFeeds-post:focus-within:before, .fsFeeds.instagram .fsFeeds-post:hover:before {
    opacity: 1;
    visibility: visible
}

.fsFeeds.instagram .fsFeeds-post:focus-within:after, .fsFeeds.instagram .fsFeeds-post:hover:after {
    opacity: 0;
    visibility: hidden
}

.fsFeeds.instagram .fsFeeds-post:focus-within .post-content, .fsFeeds.instagram .fsFeeds-post:focus-within .poster-info, .fsFeeds.instagram .fsFeeds-post:hover .post-content, .fsFeeds.instagram .fsFeeds-post:hover .poster-info {
    opacity: 1;
    visibility: visible
}

.fsFeeds.instagram .fsFeeds-post:focus-within .post-image, .fsFeeds.instagram .fsFeeds-post:hover .post-image {
    transform: scale(1.1)
}

.fsVimeo, .fsVimeo iframe.fsSocialVideoFrame {
    margin-bottom: 20px
}

.fsVimeoList, .fsVimeoList ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .fsVimeoList li {
        margin: 0;
        padding: 0
    }

    .fsVimeoList .fsVimeoListItem {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #e5e5e5;
        transition: opacity .3s;
        opacity: .6;
        cursor: pointer
    }

        .fsVimeoList .fsVimeoListItem:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: none
        }

        .fsVimeoList .fsVimeoListItem:hover {
            border: none;
            border-bottom: 1px solid #e5e5e5;
            padding: 0 0 20px;
            opacity: 1;
            transition: opacity .3s
        }

            .fsVimeoList .fsVimeoListItem:hover:last-child {
                border-bottom: none;
                padding-bottom: 0;
                margin-bottom: 0
            }

.fsVimeoThumb {
    margin-bottom: 10px;
    margin-right: 20px
}

@media (min-width:600px) {
    .fsVimeoThumb {
        float: left;
        margin-bottom: 0
    }
}

.fsYoutube, .fsYoutube .fsSocialVideoFrame {
    margin-bottom: 20px
}

.fsYoutubeList, .fsYoutubeList ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .fsYoutubeList li {
        margin: 0;
        padding: 0
    }

    .fsYoutubeList .fsYoutubeListItem {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #e5e5e5;
        transition: opacity .3s;
        opacity: .6
    }

        .fsYoutubeList .fsYoutubeListItem:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: none
        }

        .fsYoutubeList .fsYoutubeListItem:hover {
            border: none;
            border-bottom: 1px solid #e5e5e5;
            padding: 0 0 20px;
            opacity: 1;
            transition: opacity .3s
        }

            .fsYoutubeList .fsYoutubeListItem:hover:last-child {
                border-bottom: none;
                padding-bottom: 0;
                margin-bottom: 0
            }

.fsYoutubeThumb {
    margin-bottom: 10px;
    margin-right: 20px;
    float: none
}

@media (min-width:600px) {
    .fsYoutubeThumb {
        float: left;
        margin-bottom: 0
    }
}

.Youtube_view_link a {
    border: 0;
    margin: 0 0 20px;
    padding: 11.5px 30px;
    background: #c1282e;
    color: #fff;
    font-family: Open Sans,sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    min-width: 118px;
    transition: .3s;
    display: inline-block
}

@media (max-width:599px) {
    .Youtube_view_link a {
        font-size: 12px;
        line-height: 16px
    }
}

.fsStateSelected .Youtube_view_link a, .Youtube_view_link a.on, .Youtube_view_link a:focus, .Youtube_view_link a:hover {
    background: #2b3160;
    color: #fff;
    transition: .3s
}

.Youtube_view_link a em {
    display: block;
    font-style: normal;
    margin-top: 3px;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #474850;
    text-transform: none;
    transition: .3s
}

.fsTabs {
    padding: 0;
    background: none;
    border: 0;
    margin-bottom: 20px
}

    .fsTabs .fsTabsNav {
        margin: 0;
        padding: 0;
        border-bottom: 3px solid #e5e5e5;
        display: none
    }

@media (min-width:600px) {
    .fsTabs .fsTabsNav {
        display: block
    }
}

.fsTabs .fsTabsNav li {
    margin-right: 12px
}

    .fsTabs .fsTabsNav li a {
        display: block;
        font-size: 16px;
        padding: 15px 12px;
        margin: 0;
        color: #757575;
        transition: .3s;
        background: #fff;
        color: #474850;
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        text-transform: uppercase
    }

        .fsTabs .fsTabsNav li a:hover {
            background: #fff;
            color: #c1282e
        }

    .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #fff;
        color: #c1282e;
        position: relative
    }

        .fsTabs .fsTabsNav li.fsStateSelected a:after {
            content: "";
            background: #c1282e;
            width: 100%;
            height: 3px;
            position: absolute;
            left: 0;
            bottom: -3px
        }

.fsTabs .fsPanel > .fsElementContent {
    padding: 20px 0 50px
}

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen), .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header {
    display: block
}

@media (min-width:600px) {
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen), .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header {
        display: none
    }
}

.fsElementToolsSearchButton, .fsToolsList.fsStyleSelectList .fsStyleDefaultButton {
    margin: 0 5px 0 0;
    width: auto
}

.fsToolsList.fsStyleSelectList > li {
    padding: 0;
    margin: 0
}

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton {
    margin-bottom: 5px;
    padding: 7px 12px;
    font-size: .875em;
    line-height: 1.2;
    border: 1px solid #757575
}

    .fsToolsList.fsStyleSelectList .fsStyleDefaultButton:focus, .fsToolsList.fsStyleSelectList .fsStyleDefaultButton:hover {
        border: 1px solid #c1282e
    }

.fsBannerLeft .fsElementToolsSearch, .fsBannerRight .fsElementToolsSearch, .fsFourColumnLayout > .fsDiv .fsElementToolsSearch, .fsStyleOneThird .fsElementToolsSearch, .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch, .fsTwoColumnLayout .fsElementToolsSearch {
    display: flex;
    flex-wrap: wrap
}

    .fsBannerLeft .fsElementToolsSearch > div, .fsBannerRight .fsElementToolsSearch > div, .fsFourColumnLayout > .fsDiv .fsElementToolsSearch > div, .fsStyleOneThird .fsElementToolsSearch > div, .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch > div, .fsTwoColumnLayout .fsElementToolsSearch > div {
        width: 100%
    }

    .fsBannerLeft .fsElementToolsSearch .fsFieldContainer, .fsBannerRight .fsElementToolsSearch .fsFieldContainer, .fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer, .fsStyleOneThird .fsElementToolsSearch .fsFieldContainer, .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer, .fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer {
        display: flex;
        flex-wrap: wrap
    }

        .fsBannerLeft .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField, .fsBannerRight .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField, .fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField, .fsStyleOneThird .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField, .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField, .fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
            flex-grow: 1
        }

    .fsBannerLeft .fsElementToolsSearch .fsElementToolsSearchButton, .fsBannerRight .fsElementToolsSearch .fsElementToolsSearchButton, .fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton, .fsStyleOneThird .fsElementToolsSearch .fsElementToolsSearchButton, .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton, .fsTwoColumnLayout .fsElementToolsSearch .fsElementToolsSearchButton {
        width: 100%
    }

.fsElementToolsSearch .fsSeparator {
    margin: 0 5px;
    display: inline-block;
    text-align: center
}

.fsElementToolsKeyword + .fsElementToolsDateRange {
    margin-top: 10px
}

.fsElementToolsSearchButton {
    margin: 10px 0 0
}

.fsLegend .fsElementControls {
    margin-bottom: 5px
}

    .fsLegend .fsElementControls label input:checked + span {
        background: #242424;
        color: #fff
    }

    .fsLegend .fsElementControls label input + span {
        color: #242424;
        background: #e5e5e5
    }

.fsMiniGrid .fsCalendarEventGrid {
    max-width: 100%;
    width: 300px
}

    .fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox {
        box-shadow: inset -1px 0 0 0 #fff,inset 0 -1px 0 0 #fff;
        background: #e5e5e5;
        color: #373737;
        font-size: .875em;
        line-height: 1;
        padding: 10px 5px;
        transition: .3s
    }

        .fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox:hover {
            opacity: 1;
            background: #c1282e !important;
            color: #fff !important;
            transition: .3s
        }

        .fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox:last-child {
            box-shadow: inset 0 -1px 0 0 #fff
        }

        .fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents {
            padding-bottom: 12px;
            background: #e5e5e5;
            color: #373737
        }

            .fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents .fsCalendarDate:after {
                content: "\25CF";
                font-size: 8px;
                display: block;
                line-height: .5;
                transform: translate3d(0,2px,0)
            }

        .fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
            background: #f8f8f8;
            color: #636363
        }

        .fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
            background: #c1282e;
            color: #fff
        }

.fsCalendarMonthYearPicker > .fsStyleUpdateButton {
    margin-bottom: 0;
    display: block;
    color: #fff;
    background-color: #242424
}

#fsAccountBar {
    border-bottom: 1px solid #cfcfcf
}

    #fsAccountBar > ul > li:hover {
        background: #f8f8f8
    }

    #fsAccountBar > ul:last-child > li:hover {
        background: rgba(0,0,0,0)
    }

    #fsAccountBar .fsAccountBarMenu {
        background: #f8f8f8;
        padding: 10px 0
    }

        #fsAccountBar .fsAccountBarMenu li a {
            color: #474850
        }

            #fsAccountBar .fsAccountBarMenu li a:focus, #fsAccountBar .fsAccountBarMenu li a:hover {
                color: #c1282e
            }

.module {
    padding: 20px;
    color: #fff
}

    .module a, .module h1, .module h2, .module h3, .module h4, .module h5, .module h6 {
        color: inherit
    }

.module {
    background: #c1282e
}

body:not(.fsComposeMode).home #fsPageBodyWrapper {
    padding: 0
}

body:not(.fsComposeMode).home #fsPageBody {
    max-width: 100%;
    margin: 0
}

body:not(.fsComposeMode).home .fsPageLayout > .fsDiv {
    margin: 0
}

body:not(.fsComposeMode).landing.hasBannerImage #fsPageBodyWrapper {
    padding: 0 1.25em
}

body:not(.fsComposeMode).landing #fsPageBody {
    max-width: 100%;
    margin: 0
}

body:not(.fsComposeMode).landing .fsPageLayout > .fsDiv {
    margin: 0
}

.portal-page .fsTwoColumnWideRightLayout > .fsDiv > .fsElement + .fsElement {
    margin-top: 2em
}

.colors ol {
    zoom: 1;
    padding: 0;
    list-style: none
}

    .colors ol:after {
        display: table;
        clear: both;
        content: ""
    }

    .colors ol li {
        position: relative;
        float: left;
        width: 50%;
        min-width: 20%
    }

@media (min-width:1180px) {
    .colors ol li {
        margin-bottom: 0
    }
}

.colors ol li:after {
    display: block;
    margin-top: 60px;
    background: #fff;
    padding-bottom: 20px
}

@media (min-width:800px) {
    .colors.main ol li {
        width: 33.33333%
    }
}

.colors.main ol li:first-of-type {
    background: #474850
}

    .colors.main ol li:first-of-type:after {
        content: "#474850"
    }

.colors.main ol li:nth-of-type(2) {
    background: #c1282e
}

    .colors.main ol li:nth-of-type(2):after {
        content: "#C1282E"
    }

.colors.main ol li:nth-of-type(3) {
    background: #2b3160
}

    .colors.main ol li:nth-of-type(3):after {
        content: "#2B3160"
    }

@media (min-width:800px) {
    .colors.shade ol li {
        width: 10%
    }
}

.colors.shade ol li:first-of-type {
    background: #000
}

    .colors.shade ol li:first-of-type:after {
        content: "#000000"
    }

.colors.shade ol li:nth-of-type(2) {
    background: #131313
}

    .colors.shade ol li:nth-of-type(2):after {
        content: "#131313"
    }

.colors.shade ol li:nth-of-type(3) {
    background: #242424
}

    .colors.shade ol li:nth-of-type(3):after {
        content: "#242424"
    }

.colors.shade ol li:nth-of-type(4) {
    background: #373737
}

    .colors.shade ol li:nth-of-type(4):after {
        content: "#373737"
    }

.colors.shade ol li:nth-of-type(5) {
    background: #636363
}

    .colors.shade ol li:nth-of-type(5):after {
        content: "#636363"
    }

.colors.shade ol li:nth-of-type(6) {
    background: #959595
}

    .colors.shade ol li:nth-of-type(6):after {
        content: "#959595"
    }

.colors.shade ol li:nth-of-type(7) {
    background: #cfcfcf
}

    .colors.shade ol li:nth-of-type(7):after {
        content: "#cfcfcf"
    }

.colors.shade ol li:nth-of-type(8) {
    background: #e5e5e5
}

    .colors.shade ol li:nth-of-type(8):after {
        content: "#e5e5e5"
    }

.colors.shade ol li:nth-of-type(9) {
    background: #f8f8f8
}

    .colors.shade ol li:nth-of-type(9):after {
        content: "#f8f8f8"
    }

.colors.shade ol li:nth-of-type(10) {
    background: #fff
}

    .colors.shade ol li:nth-of-type(10):after {
        content: "#ffffff"
    }

.fonts ol {
    padding: 0;
    list-style: none
}

    .fonts ol li:first-of-type {
        font-family: Open Sans,sans-serif
    }

        .fonts ol li:first-of-type:after {
            content: "Open Sans, sans-serif";
            display: block;
            margin-bottom: 10px
        }

    .fonts ol li:nth-of-type(2) {
        font-family: Cinzel,Georgia,serif
    }

        .fonts ol li:nth-of-type(2):after {
            content: "Cinzel, Georgia, serif";
            display: block;
            margin-bottom: 10px
        }

    .fonts ol li:nth-of-type(3) {
        font-family: IcoMoon
    }

        .fonts ol li:nth-of-type(3):after {
            content: "IcoMoon";
            display: block;
            margin-bottom: 10px
        }

.headers .fsElementContent h1:after {
    content: " - font-size: 40px / line-height: 120%"
}

.headers .fsElementContent h2:after {
    content: " - font-size: 24px / line-height: 120%"
}

.headers .fsElementContent h3:after {
    content: " - font-size: 22px / line-height: 120%"
}

.headers .fsElementContent h4:after {
    content: " - font-size: 16px / line-height: 120%"
}

.headers .fsElementContent h5:after {
    content: " - font-size: 17px / line-height: 120%"
}

.headers .fsElementContent h6:after {
    content: " - font-size: 13px / line-height: 120%"
}

body:not(.fsComposeMode) .intro {
    position: relative;
    max-width: 980px;
    margin: 0 auto 30px;
    text-align: center
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .intro {
        margin-bottom: 69px
    }
}

body:not(.fsComposeMode) .intro .fs_style_24 {
    color: #c1282e
}

body:not(.fsComposeMode) .intro p {
    margin-bottom: 25px
}

body:not(.fsComposeMode).landing .intro {
    padding-top: 30px;
    overflow: hidden
}

@media (min-width:1000px) {
    body:not(.fsComposeMode).landing .intro {
        padding-top: 79px
    }
}

@media (min-width:1100px) {
    body:not(.fsComposeMode).landing .intro:after, body:not(.fsComposeMode).landing .intro:before {
        content: "";
        height: 95px;
        width: 1px;
        background: #c1282e;
        position: absolute;
        top: 0
    }
}

body:not(.fsComposeMode).landing .intro:before {
    left: 0
}

body:not(.fsComposeMode).landing .intro:after {
    right: 0
}

body:not(.fsComposeMode).landing .intro .fs_style_24 {
    margin: 0 auto;
    max-width: 893px;
    position: relative;
    display: inline-block;
    font-size: 19px;
    line-height: 25px
}

@media (min-width:700px) {
    body:not(.fsComposeMode).landing .intro .fs_style_24 {
        font-size: 23px;
        line-height: 29px
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode).landing .intro .fs_style_24 {
        font-size: 26px;
        line-height: 140%
    }
}

@media (min-width:1100px) {
    body:not(.fsComposeMode).landing .intro .fs_style_24:after, body:not(.fsComposeMode).landing .intro .fs_style_24:before {
        content: "";
        height: 1px;
        width: 100%;
        background: #c1282e;
        position: absolute;
        top: 16px
    }
}

body:not(.fsComposeMode).landing .intro .fs_style_24:before {
    right: 100%
}

body:not(.fsComposeMode).landing .intro .fs_style_24:after {
    left: 100%
}

body:not(.fsComposeMode).home .image-block.version-2 {
    margin: 0
}

@media (min-width:1000px) {
    body:not(.fsComposeMode).home .image-block.version-2 article {
        height: 718px;
        overflow: hidden;
        width: 100%
    }

        body:not(.fsComposeMode).home .image-block.version-2 article:before {
            z-index: 1
        }
}

body:not(.fsComposeMode).home .image-block.version-2 figure {
    height: 100%;
    width: 100%
}

body:not(.fsComposeMode).home .image-block.version-2 figcaption {
    z-index: 2
}

@media (min-width:1000px) {
    body:not(.fsComposeMode).home .image-block.version-2 figcaption {
        transform: translate3d(0,100px,0);
        opacity: 0;
        transition: opacity .5s ease-in,transform .5s ease-in;
        transition-delay: 1s
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode).home .image-block.version-2 picture {
        height: 100%;
        width: 100%;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        display: block
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode).home .image-block.version-2 picture img {
        display: block;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap;
        width: 1px
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode).home .image-block.version-2.active article picture {
        animation: kenburns-top 5s ease-out both
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode).home .image-block.version-2.active article figcaption {
        opacity: 1;
        transform: translateZ(0)
    }
}

body:not(.fsComposeMode) .image-block {
    margin-left: -20px;
    margin-right: -20px
}

    body:not(.fsComposeMode) .image-block > header {
        display: none
    }

    body:not(.fsComposeMode) .image-block article {
        position: relative
    }

        body:not(.fsComposeMode) .image-block article:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 200px;
            background: rgba(25,33,48,.6)
        }

@media (min-width:1000px) {
    body:not(.fsComposeMode) .image-block article:before {
        width: 296px
    }
}

body:not(.fsComposeMode) .image-block article img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 409px;
    max-height: 732px
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .image-block article img {
        min-height: 413px
    }
}

body:not(.fsComposeMode) .image-block article figcaption {
    position: absolute;
    top: 121px;
    left: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #c1282e;
    display: block;
    max-width: 549px;
    margin: 0
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .image-block article figcaption {
        font-size: 42px;
        line-height: 48px;
        text-align: right
    }
}

body:not(.fsComposeMode) .image-block article figcaption .inner {
    position: relative;
    padding: 15px 20px;
    color: #c1282e;
    background: #fff
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .image-block article figcaption .inner {
        padding: 0 0 0 132px;
        box-shadow: 34px 0 0 #fff,-34px 0 0 #fff
    }
}

@media (max-width:999px) {
    body:not(.fsComposeMode) .image-block article figcaption .inner {
        display: inline-block
    }
}

body:not(.fsComposeMode) .image-block.version-2 article:before {
    left: auto;
    right: 0;
    width: 221px
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .image-block.version-2 article:before {
        width: 510px
    }
}

body:not(.fsComposeMode) .image-block.version-2 article figcaption {
    top: 94px;
    left: auto;
    right: 0;
    font-size: 14px;
    line-height: 20px;
    max-width: 221px;
    text-align: right
}

@media (min-width:700px) {
    body:not(.fsComposeMode) .image-block.version-2 article figcaption {
        font-size: 18px;
        line-height: 24px
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .image-block.version-2 article figcaption {
        font-size: 22px;
        line-height: 41px;
        max-width: 342px;
        top: 173px;
        right: 121px
    }
}

body:not(.fsComposeMode) .image-block.version-2 article figcaption .inner {
    padding: 12px 20px
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .image-block.version-2 article figcaption .inner {
        padding: 10px 0;
        box-shadow: 17px 0 0 #fff,-17px 0 0 #fff;
        box-decoration-break: clone
    }
}

body:not(.fsComposeMode) .mission-in-action-container {
    position: relative;
    max-width: 1180px;
    margin: 0 auto 53px
}

    body:not(.fsComposeMode) .mission-in-action-container > footer {
        display: flex;
        justify-content: center
    }

@media (min-width:800px) {
    body:not(.fsComposeMode) .mission-in-action-container > footer {
        justify-content: flex-end
    }
}

body:not(.fsComposeMode) .mission-in-action-container > footer .fsElementFooterContent {
    margin-top: 30px;
    text-align: center;
    max-width: 574px
}

@media (min-width:800px) {
    body:not(.fsComposeMode) .mission-in-action-container > footer .fsElementFooterContent {
        text-align: left
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .mission-in-action-container > footer .fsElementFooterContent {
        margin-top: 60px;
        margin-right: 49px
    }
}

body:not(.fsComposeMode) .mission-in-action-container > footer .fsElementFooterContent .fs_style_24 {
    position: relative;
    color: #c1282e;
    font-size: 19px;
    line-height: 25px;
    display: block
}

@media (min-width:700px) {
    body:not(.fsComposeMode) .mission-in-action-container > footer .fsElementFooterContent .fs_style_24 {
        font-size: 23px;
        line-height: 29px
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .mission-in-action-container > footer .fsElementFooterContent .fs_style_24 {
        font-size: 26px;
        line-height: 140%
    }
}

@media (min-width:1100px) {
    body:not(.fsComposeMode) .mission-in-action-container > footer .fsElementFooterContent .fs_style_24:before {
        content: "";
        width: 55px;
        height: 180px;
        border-bottom: 1px solid #c1282e;
        border-left: 1px solid #c1282e;
        position: absolute;
        bottom: 40px
    }
}

body:not(.fsComposeMode) .mission-in-action-container > footer .fsElementFooterContent .fs_style_24:before {
    left: -71.5px
}

@media (min-width:1100px) {
    body:not(.fsComposeMode) .mission-in-action-container > footer .fsElementFooterContent .fs_style_24:after {
        content: "";
        margin-left: 16.5px;
        display: inline-block;
        vertical-align: middle;
        width: 55px;
        height: 95px;
        border-top: 1px solid #c1282e;
        border-right: 1px solid #c1282e;
        position: absolute;
        margin-top: 16px
    }
}

body:not(.fsComposeMode) .mission-in-action {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media (min-width:800px) {
    body:not(.fsComposeMode) .mission-in-action {
        justify-content: flex-end
    }
}

body:not(.fsComposeMode) .mission-in-action > header {
    margin-bottom: 30px
}

@media (min-width:800px) {
    body:not(.fsComposeMode) .mission-in-action > header {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 319px;
        height: 238px;
        margin-bottom: 0
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .mission-in-action > header {
        width: 419px;
        height: 338px
    }
}

body:not(.fsComposeMode) .mission-in-action > header .fsElementHeaderContent {
    margin: 0
}

@media (min-width:800px) {
    body:not(.fsComposeMode) .mission-in-action > .fsElementContent {
        width: calc(100% - 202px)
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .mission-in-action > .fsElementContent {
        width: calc(100% - 302px)
    }
}

body:not(.fsComposeMode) .infographic-section {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 30px
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .infographic-section {
        margin-bottom: 70px
    }
}

body:not(.fsComposeMode).home .infographic-section {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0
}

@media (min-width:1000px) {
    body:not(.fsComposeMode).home .infographic-section {
        margin-bottom: 73px
    }
}

.infographics-container {
    background: rgba(71,72,80,.05);
    padding-top: 39px;
    padding-bottom: 44px;
    margin: 0;
    border-top: 4px solid #c1282e
}

@media (min-width:600px) {
    .infographics-container {
        border: 0
    }
}

.infographics-container > header {
    display: none
}

@media (min-width:600px) {
    .infographics-container > .fsElementContent {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.infographics-container .slick-slider {
    padding-left: 35px;
    padding-right: 35px
}

.infographics-container .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0);
    height: 35px;
    width: 35px
}

    .infographics-container .slick-arrow:before {
        font-size: 18px
    }

.infographics-container .slick-prev {
    left: 0
}

    .infographics-container .slick-prev:before {
        content: "\E90A";
        font-family: IcoMoon;
        font-smoothing: antialiased;
        font-weight: 400;
        speak: none
    }

.infographics-container .slick-next {
    right: 0
}

    .infographics-container .slick-next:before {
        content: "\E909";
        font-family: IcoMoon;
        font-smoothing: antialiased;
        font-weight: 400;
        speak: none
    }

.infographics-container .infographic-content-box {
    position: relative;
    width: 100%;
    margin: 0;
    display: none
}

@media (min-width:600px) {
    .infographics-container .infographic-content-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: calc(50% - 10px)
    }
}

@media (min-width:1000px) {
    .infographics-container .infographic-content-box {
        width: calc(33.33333% - 10px)
    }
}

.infographics-container .infographic-content-box .fs_style_24 {
    padding-bottom: 0
}

.infographics-container .infographic-content-box.mobile {
    display: block;
    height: auto;
    margin: 0 0 20px
}

@media (min-width:600px) {
    .infographics-container .infographic-content-box.mobile {
        display: none
    }
}

.infographics-container .infographic-content-box.mobile .fsElementTitle {
    display: inline-block;
    margin-bottom: 20px
}

.infographics-container .infographic-content-box.mobile > .fsElementContent {
    text-align: center
}

.infographics-container .infographic-content-box.mobile .fs_style_24 {
    padding: 0 20px
}

.infographics-container .infographic {
    position: relative;
    width: 100%;
    margin: 0 0 20px;
    display: flex
}

@media (min-width:600px) {
    .infographics-container .infographic {
        width: calc(50% - 10px)
    }
}

@media (min-width:1000px) {
    .infographics-container .infographic {
        width: calc(33.33333% - 10px)
    }
}

.infographics-container .infographic .open-popup-toggle {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: rgba(0,0,0,0);
    cursor: pointer;
    z-index: 1
}

.infographics-container .infographic:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(images/dot_bg.svg);
    background-size: cover;
    opacity: 1;
    transition: all .3s
}

@media (min-width:600px) {
    .infographics-container .infographic:before {
        display: none
    }
}

@media (min-width:600px) {
    .infographics-container .infographic:nth-child(2):after, .infographics-container .infographic:nth-child(3):after, .infographics-container .infographic:nth-child(6):after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-image: url(images/dot_bg.svg);
        background-size: cover;
        opacity: 1;
        transition: all .3s
    }
}

@media (min-width:1000px) {
    .infographics-container .infographic:nth-child(2):after, .infographics-container .infographic:nth-child(3):after, .infographics-container .infographic:nth-child(6):after {
        display: none
    }
}

@media (min-width:1000px) {
    .infographics-container .infographic:nth-child(2n):before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-image: url(images/dot_bg.svg);
        background-size: cover;
        opacity: 1;
        transition: all .3s
    }
}

.infographics-container > footer .fsElementFooterContent {
    text-align: center;
    margin-top: 13px;
    display: flex;
    justify-content: center
}

@media (max-width:599px) {
    .infographics-container > footer .fsElementFooterContent {
        flex-direction: column
    }
}

.infographics-container > footer .fsElementFooterContent a {
    border: 0;
    background: #fff;
    color: #c1282e;
    font-family: Open Sans,sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    border-radius: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    min-width: 118px;
    transition: .3s;
    display: inline-block;
    filter: drop-shadow(2px 2px 12px rgba(0,0,0,.1));
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 13px 20px;
    margin: 0 10px;
    width: 280px
}

@media (max-width:599px) {
    .infographics-container > footer .fsElementFooterContent a {
        font-size: 12px;
        line-height: 16px
    }
}

.fsStateSelected .infographics-container > footer .fsElementFooterContent a, .infographics-container > footer .fsElementFooterContent a.on, .infographics-container > footer .fsElementFooterContent a:focus, .infographics-container > footer .fsElementFooterContent a:hover {
    background: #c1282e;
    color: #fff;
    transition: .3s
}

.infographics-container > footer .fsElementFooterContent a em {
    display: block;
    font-style: normal;
    margin-top: 3px;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #474850;
    text-transform: none;
    transition: .3s
}

@media (max-width:599px) {
    .infographics-container > footer .fsElementFooterContent a {
        width: 250px;
        font-size: 20px
    }
}

body:not(.fsComposeMode).home .infographics-container {
    padding-top: 29px;
    padding-bottom: 32px
}

@media (min-width:600px) {
    body:not(.fsComposeMode).home .infographics-container {
        padding-bottom: 50px
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode).home .infographics-container.active > .fsElementContent .fsContent {
        transform: scale(1)
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode).home .infographics-container > .fsElementContent .fsContent {
        transform: scale(0);
        transition: transform .7s ease-in,background .3s
    }

        body:not(.fsComposeMode).home .infographics-container > .fsElementContent .fsContent:nth-child(2) {
            transition: transform .7s ease-in .25s,background .3s
        }

        body:not(.fsComposeMode).home .infographics-container > .fsElementContent .fsContent:nth-child(3) {
            transition: transform .7s ease-in .5s,background .3s
        }

        body:not(.fsComposeMode).home .infographics-container > .fsElementContent .fsContent:nth-child(4) {
            transition: transform .7s ease-in .75s,background .3s
        }

        body:not(.fsComposeMode).home .infographics-container > .fsElementContent .fsContent:nth-child(5) {
            transition: transform .7s ease-in 1s,background .3s
        }

        body:not(.fsComposeMode).home .infographics-container > .fsElementContent .fsContent:last-child {
            transition: transform .7s ease-in 1.25s,background .3s
        }
}

body:not(.fsComposeMode).home .infographics-container > footer .fsElementFooterContent {
    margin-top: 2px
}

@media (min-width:600px) {
    body:not(.fsComposeMode).home .infographics-container > footer .fsElementFooterContent {
        margin-top: 70px
    }
}

@media (max-width:599px) {
    body:not(.fsComposeMode).home .infographics-container > footer .fsElementFooterContent p {
        margin-bottom: 7px
    }
}

@media (max-width:599px) {
    body:not(.fsComposeMode).home .infographics-container > footer .fsElementFooterContent p:last-child {
        margin-bottom: 0
    }
}

.infographic-content-box {
    height: 210px
}

@media (min-width:600px) {
    .infographic-content-box {
        height: 260px
    }
}

.infographic-content-box .fsElementTitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #c1282e;
    padding: 7px 30px;
    background: #fff;
    margin-bottom: 23px;
    display: inline-block
}

@media (min-width:700px) {
    .infographic-content-box .fsElementTitle {
        font-size: 22px;
        line-height: 25px
    }
}

@media (min-width:1200px) {
    .infographic-content-box .fsElementTitle {
        padding: 7px 67px 7px 87px
    }
}

.infographic-content-box .fs_style_24 {
    font-size: 19px;
    line-height: 25px;
    color: #000;
    padding: 0 30px 20px;
    display: block
}

@media (min-width:700px) {
    .infographic-content-box .fs_style_24 {
        font-size: 22px;
        line-height: 35px
    }
}

@media (min-width:1200px) {
    .infographic-content-box .fs_style_24 {
        padding: 0 66px 41px 87px
    }
}

body.fsComposeMode .infographic-content-box {
    height: auto
}

    body.fsComposeMode .infographic-content-box .fs_style_24, body.fsComposeMode .infographic-content-box .fsElementTitle {
        padding-left: 20px;
        padding-right: 20px
    }

.infographic {
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0);
    transition: all .3s
}

@media (min-width:600px) {
    .infographic {
        height: 260px
    }
}

.infographic .fsElementTitle, .infographic h2 {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #474850;
    max-width: 285px;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (min-width:1200px) {
    .infographic .fsElementTitle, .infographic h2 {
        font-size: 20px;
        line-height: 25px
    }
}

.infographic h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #474850;
    margin: 0
}

@media (min-width:1200px) {
    .infographic h3 {
        font-size: 20px;
        line-height: 25px
    }
}

.infographic > header .fsElementHeaderContent {
    margin: 0
}

.infographic > footer {
    display: none
}

@media (min-width:1200px) {
    .infographic > footer {
        display: block;
        border-left: 1px solid #474850;
        padding-left: 20px;
        margin-left: 20px
    }

        .infographic > footer .fsElementFooterContent {
            margin: 0
        }
}

.infographic:focus-within, .infographic:hover {
    background: #fff
}

    .infographic:focus-within:nth-child(2n):before, .infographic:hover:nth-child(2n):before {
        opacity: 0
    }

    .infographic:focus-within .icon-container:before, .infographic:hover .icon-container:before {
        visibility: hidden;
        opacity: 0
    }

    .infographic:focus-within .icon-container:after, .infographic:hover .icon-container:after {
        visibility: visible;
        opacity: 1
    }

body:not(.fsComposeMode) .infographic .fsElementActionButtonContainer {
    position: absolute
}

body.fsComposeMode .infographic {
    height: auto;
    flex-direction: column
}

.home .infographic {
    display: flex;
    flex-direction: row
}

    .home .infographic .fsElementTitle, .home .infographic h2 {
        font-family: Cinzel,Georgia,serif;
        font-weight: 400;
        font-size: 40px;
        line-height: 1.1;
        letter-spacing: .5px;
        text-transform: uppercase;
        margin: 0;
        text-align: left;
        align-items: flex-start
    }

@media (min-width:1200px) {
    .home .infographic .fsElementTitle, .home .infographic h2 {
        font-size: 50px
    }
}

.icon-container {
    position: relative;
    width: 92px;
    height: 115px;
    transform: scale(.7)
}

@media (min-width:600px) {
    .icon-container {
        width: 115px;
        transform: scale(.8)
    }
}

.icon-container:after, .icon-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 115px;
    height: 115px;
    display: block;
    background-repeat: no-repeat;
    background-image: url(images/infographic_sprite.svg);
    transition: all .3s
}

.icon-container:before {
    visibility: visible;
    opacity: 1
}

.icon-container:after {
    visibility: hidden;
    opacity: 0
}

.home .icon-container {
    margin-right: 10px
}

@media (min-width:600px) {
    .home .icon-container {
        margin-right: 20px
    }
}

@media (min-width:1000px) {
    .home .icon-container {
        transform: scale(1)
    }
}

body:not(.fsComposeMode) .infographics-popup-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 40px 20px;
    background: hsla(0,0%,100%,.98);
    box-shadow: 0 2px 10px 3px rgba(0,0,0,.15);
    z-index: 12;
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

@media (min-width:500px) {
    body:not(.fsComposeMode) .infographics-popup-container {
        padding: 40px
    }
}

@media (min-width:800px) {
    body:not(.fsComposeMode) .infographics-popup-container {
        height: 580px;
        padding: 0
    }
}

body:not(.fsComposeMode) .infographics-popup-container .inner {
    position: relative;
    margin: 0 auto;
    max-width: 810px;
    width: 100%
}

    body:not(.fsComposeMode) .infographics-popup-container .inner > header {
        display: none
    }

body:not(.fsComposeMode) .infographics-popup-container .close-toggle {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 21px;
    right: 34px;
    color: rgba(0,0,0,0);
    width: 18px;
    height: 18px;
    overflow: hidden;
    cursor: pointer
}

    body:not(.fsComposeMode) .infographics-popup-container .close-toggle:focus:before, body:not(.fsComposeMode) .infographics-popup-container .close-toggle:hover:before {
        color: #c1282e
    }

    body:not(.fsComposeMode) .infographics-popup-container .close-toggle:before {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%,-50%,0);
        content: "\E907";
        font-family: IcoMoon;
        font-smoothing: antialiased;
        font-weight: 400;
        speak: none;
        font-size: 20px;
        color: #2b3160;
        transition: color .3s
    }

body:not(.fsComposeMode) .infographics-popup-container .infographics-nav {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .infographics-popup-container .infographics-nav {
        padding: 45px 0 0
    }
}

body:not(.fsComposeMode) .infographics-popup-container .infographics-nav .slick-dots {
    order: 1
}

body:not(.fsComposeMode) .infographics-popup-container .infographics-nav .slick-arrow {
    height: 18px;
    width: 10px;
    background-color: rgba(0,0,0,0)
}

    body:not(.fsComposeMode) .infographics-popup-container .infographics-nav .slick-arrow:focus, body:not(.fsComposeMode) .infographics-popup-container .infographics-nav .slick-arrow:hover {
        background-color: rgba(0,0,0,0)
    }

body:not(.fsComposeMode) .infographics-popup-container .infographics-nav .slick-prev {
    order: 0
}

body:not(.fsComposeMode) .infographics-popup-container .infographics-nav .slick-next {
    order: 2
}

body:not(.fsComposeMode).popup-is-active .infographics-popup-container {
    opacity: 1;
    visibility: visible
}

body:not(.fsComposeMode) .infographics-popup {
    margin: 0
}

    body:not(.fsComposeMode) .infographics-popup .inner-popup {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0 10px
    }

@media (min-width:800px) {
    body:not(.fsComposeMode) .infographics-popup .inner-popup {
        flex-direction: row;
        text-align: left;
        align-items: flex-start
    }
}

@media (min-width:800px) {
    body:not(.fsComposeMode) .infographics-popup .inner-popup > header {
        margin-right: 50px
    }
}

body:not(.fsComposeMode) .infographics-popup .inner-popup > header .fsElementTitle {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #2b3160
}

@media (min-width:800px) {
    body:not(.fsComposeMode) .infographics-popup .inner-popup > header .fsElementTitle {
        text-align: left
    }
}

body:not(.fsComposeMode) .infographics-popup .inner-popup > header .fsElementHeaderContent {
    margin: 0
}

    body:not(.fsComposeMode) .infographics-popup .inner-popup > header .fsElementHeaderContent h3 {
        font-weight: 700;
        font-size: 20px;
        line-height: 25px;
        letter-spacing: .5px;
        text-transform: uppercase;
        color: #2b3160
    }

@media (min-width:800px) {
    body:not(.fsComposeMode) .infographics-popup .inner-popup > header .fsElementHeaderContent h3 {
        margin: 0
    }
}

body:not(.fsComposeMode) .infographics-popup .inner-popup > .fsElementContent {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #2b3160
}

    body:not(.fsComposeMode) .infographics-popup .inner-popup > .fsElementContent p {
        margin-bottom: 18px
    }

    body:not(.fsComposeMode) .infographics-popup .inner-popup > .fsElementContent a {
        font-weight: 700;
        font-size: 11px;
        line-height: 23px;
        letter-spacing: .5px;
        text-transform: uppercase;
        color: #2b3160;
        text-decoration: none
    }

        body:not(.fsComposeMode) .infographics-popup .inner-popup > .fsElementContent a:focus, body:not(.fsComposeMode) .infographics-popup .inner-popup > .fsElementContent a:hover {
            text-decoration: underline
        }

body:not(.fsComposeMode) .infographics-popup .icon-container {
    transform: scale(.8);
    flex: 1 0 auto;
    margin-top: 0;
    margin-right: 0
}

@media (min-width:800px) {
    body:not(.fsComposeMode) .infographics-popup .icon-container {
        margin-right: 20px;
        transform: scale(1)
    }
}

body:not(.fsComposeMode).home .infographics-popup .inner-popup .fsElementTitle, body:not(.fsComposeMode).home .infographics-popup .inner-popup h2 {
    font-family: Cinzel,Georgia,serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin: 0;
    text-align: center
}

@media (min-width:800px) {
    body:not(.fsComposeMode).home .infographics-popup .inner-popup .fsElementTitle, body:not(.fsComposeMode).home .infographics-popup .inner-popup h2 {
        text-align: left;
        align-items: flex-start
    }
}

body:not(.fsComposeMode).home .infographics-popup .inner-popup hr {
    margin: 10px auto
}

.icon-man .icon-container:before {
    background-position: 0 0
}

.icon-man .icon-container:after {
    background-position: -1179px 0
}

.icon-caring-hand .icon-container:before {
    background-position: -131px 0
}

.icon-caring-hand .icon-container:after {
    background-position: -786px 0
}

.icon-empathy .icon-container:before {
    background-position: -262px 0
}

.icon-empathy .icon-container:after {
    background-position: -917px 0
}

.icon-learning .icon-container:before {
    background-position: -393px 0
}

.icon-learning .icon-container:after {
    background-position: -1048px 0
}

.icon-online-learning .icon-container:before {
    background-position: -524px 0
}

.icon-online-learning .icon-container:after {
    background-position: -1310px 0
}

.icon-seniority .icon-container:before {
    background-position: -655px 0
}

.icon-seniority .icon-container:after {
    background-position: -1441px 0
}

@media (min-width:600px) {
    .icon-1912 .icon-container {
        margin-right: 10px
    }
}

.icon-1912 .icon-container:before {
    background-position: -262px -262px
}

.icon-1912 .icon-container:after {
    background-position: -1572px 0
}

@media (min-width:600px) {
    .icon-globe .icon-container {
        margin-right: 10px
    }
}

.icon-globe .icon-container:before {
    background-position: -393px -262px
}

.icon-globe .icon-container:after {
    background-position: -1834px 0
}

@media (min-width:600px) {
    .icon-student .icon-container {
        margin-right: 10px
    }
}

.icon-student .icon-container:before {
    background-position: -655px -393px
}

.icon-student .icon-container:after {
    background-position: 0 -262px
}

.icon-years .icon-container:before {
    background-position: -131px -262px
}

.icon-years .icon-container:after {
    background-position: -1703px 0
}

.icon-ib-score .icon-container {
    transform: scale(.6);
    margin-top: 10px
}

@media (min-width:600px) {
    .icon-ib-score .icon-container {
        margin-right: 10px
    }
}

@media (min-width:1000px) {
    .icon-ib-score .icon-container {
        transform: scale(.8)
    }
}

.icon-ib-score .icon-container:before {
    background-position: -524px -262px
}

.icon-ib-score .icon-container:after {
    background-position: -1965px 0
}

.icon-flag .icon-container:before {
    background-position: -655px -262px
}

.icon-flag .icon-container:after {
    background-position: 0 -131px
}

.icon-globe2 .icon-container:before {
    background-position: -786px -262px
}

.icon-globe2 .icon-container:after {
    background-position: -131px -131px
}

.icon-globe3 .icon-container:before {
    background-position: -917px -262px
}

.icon-globe3 .icon-container:after {
    background-position: -262px -131px
}

.icon-light-bulb .icon-container:before {
    background-position: -1048px -262px
}

.icon-light-bulb .icon-container:after {
    background-position: -393px -131px
}

.icon-light-bulb2 .icon-container:before {
    background-position: -1179px -262px
}

.icon-light-bulb2 .icon-container:after {
    background-position: -524px -131px
}

.icon-map .icon-container:before {
    background-position: -1310px -262px
}

.icon-map .icon-container:after {
    background-position: -655px -131px
}

.icon-people .icon-container:before {
    background-position: -1441px -262px
}

.icon-people .icon-container:after {
    background-position: -786px -131px
}

.icon-sports .icon-container:before {
    background-position: -1572px -262px
}

.icon-sports .icon-container:after {
    background-position: -917px -131px
}

.icon-south .icon-container:before {
    background-position: -1703px -262px
}

.icon-south .icon-container:after {
    background-position: -1048px -131px
}

.icon-student-transfer .icon-container:before {
    background-position: -1834px -262px
}

.icon-student-transfer .icon-container:after {
    background-position: -1179px -131px
}

.icon-students .icon-container:before {
    background-position: -1965px -262px
}

.icon-students .icon-container:after {
    background-position: -1310px -131px
}

.icon-teacher .icon-container:before {
    background-position: 0 -393px
}

.icon-teacher .icon-container:after {
    background-position: -1441px -131px
}

.icon-teacher2 .icon-container:before {
    background-position: -131px -393px
}

.icon-teacher2 .icon-container:after {
    background-position: -1572px -131px
}

.icon-test .icon-container:before {
    background-position: -262px -393px
}

.icon-test .icon-container:after {
    background-position: -1703px -131px
}

.icon-ticket .icon-container:before {
    background-position: -393px -393px
}

.icon-ticket .icon-container:after {
    background-position: -1834px -131px
}

.icon-university .icon-container:before {
    background-position: -524px -393px
}

.icon-university .icon-container:after {
    background-position: -1965px -131px
}

body:not(.fsComposeMode) .testimonials-container {
    margin-bottom: 67px
}

    body:not(.fsComposeMode) .testimonials-container > header {
        margin-bottom: 33px
    }

@media (min-width:1000px) {
    body:not(.fsComposeMode) .testimonials-container > header {
        padding-left: 30px
    }
}

@media (min-width:1200px) {
    body:not(.fsComposeMode) .testimonials-container > header {
        padding-left: 131px
    }
}

body:not(.fsComposeMode) .testimonials-container > header .fsElementTitle {
    font-weight: 400;
    font-size: 29px;
    line-height: 33px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #c1282e;
    margin: 0 0 14px;
    padding: 0
}

@media (min-width:700px) {
    body:not(.fsComposeMode) .testimonials-container > header .fsElementTitle {
        font-size: 35px;
        line-height: 39px
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .testimonials-container > header .fsElementTitle {
        font-size: 40px;
        line-height: 35px
    }
}

body:not(.fsComposeMode) .testimonials-container > header .fsElementHeaderContent {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #474850;
    margin: 0
}

@media (min-width:700px) {
    body:not(.fsComposeMode) .testimonials-container > header .fsElementHeaderContent {
        font-size: 18px
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .testimonials-container > header .fsElementHeaderContent {
        font-size: 20px
    }
}

body:not(.fsComposeMode) .testimonials-container .slick-slider {
    margin-left: -20px;
    margin-right: -20px
}

body:not(.fsComposeMode) .testimonials-container .slick-list {
    margin: 0 -5px
}

@media (min-width:1200px) {
    body:not(.fsComposeMode) .testimonials-container .slick-list {
        padding-right: 220px
    }
}

body:not(.fsComposeMode) .testimonials-container .slick-list .testimonial {
    margin: 0 5px
}

body:not(.fsComposeMode) .testimonials-container .nav-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 0 0
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .testimonials-container .nav-container {
        justify-content: flex-end;
        padding: 32px 137px 0 0
    }
}

body:not(.fsComposeMode) .testimonials-container .slick-dots {
    order: 1
}

body:not(.fsComposeMode) .testimonials-container .slick-arrow {
    height: 18px;
    width: 10px;
    background-color: rgba(0,0,0,0)
}

    body:not(.fsComposeMode) .testimonials-container .slick-arrow:focus, body:not(.fsComposeMode) .testimonials-container .slick-arrow:hover {
        background-color: rgba(0,0,0,0)
    }

body:not(.fsComposeMode) .testimonials-container .slick-prev {
    order: 0
}

body:not(.fsComposeMode) .testimonials-container .slick-next {
    order: 2
}

body.fsComposeMode .testimonials-container > .fsElementContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.testimonial {
    position: relative;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat
}

@media (min-width:1200px) {
    .testimonial {
        height: 500px
    }
}

.testimonial:before {
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.65);
    width: 84px;
    height: 84px
}

.testimonial:after, .testimonial:before {
    content: "";
    position: absolute;
    opacity: 1;
    transition: all .3s
}

.testimonial:after {
    bottom: 21px;
    right: 17px;
    background-image: url(images/blockquote-white.svg);
    width: 47px;
    height: 36px;
    margin: 0
}

.testimonial > .fsElementContent {
    padding: 30px 20px;
    height: 100%;
    background: rgba(0,0,0,.65);
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    text-align: center;
    transition: all .3s
}

@media (min-width:1200px) {
    .testimonial > .fsElementContent {
        text-align: left;
        padding: 30px
    }
}

.testimonial > .fsElementContent p {
    margin-bottom: 0
}

@media (min-width:1200px) {
    .testimonial > .fsElementContent p {
        padding: 0 39px 0 58px
    }
}

.testimonial > .fsElementContent cite {
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    color: #fff
}

@media (min-width:1200px) {
    .testimonial > .fsElementContent cite {
        text-align: left
    }
}

.testimonial > .fsElementContent cite:before {
    display: none
}

.testimonial > .fsElementContent blockquote {
    margin: 0;
    border: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    padding: 0 0 15px
}

@media (min-width:1200px) {
    .testimonial > .fsElementContent blockquote {
        padding: 30px 0 15px 58px;
        text-align: left
    }
}

@media (min-width:1400px) {
    .testimonial > .fsElementContent blockquote {
        padding-right: 39px
    }
}

.testimonial > .fsElementContent blockquote:before {
    background-image: url(images/blockquote-white.svg);
    width: 37px;
    height: 26px;
    margin: 20px auto
}

@media (min-width:1200px) {
    .testimonial > .fsElementContent blockquote:before {
        position: absolute;
        top: 24px;
        left: 0;
        margin: 0
    }
}

.testimonial > .fsElementContent blockquote p {
    padding: 0
}

.testimonial > .fsElementContent blockquote:after {
    display: none
}

.testimonial > .fsElementContent a {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #fff
}

.testimonial:focus-within:after, .testimonial:focus-within:before, .testimonial:hover:after, .testimonial:hover:before {
    opacity: 0
}

.testimonial:focus-within > .fsElementContent, .testimonial:hover > .fsElementContent {
    opacity: 1
}

body.fsComposeMode .testimonial {
    max-width: 500px;
    height: auto
}

    body.fsComposeMode .testimonial:after, body.fsComposeMode .testimonial:before {
        opacity: 0
    }

    body.fsComposeMode .testimonial > .fsElementContent {
        opacity: 1
    }

.explore-by-age-container {
    position: relative;
    margin: 0 auto;
    max-width: 260px;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    transform: translate(100%);
    z-index: 10;
    transition: all .5s
}

@media (min-width:1000px) {
    .explore-by-age-container {
        max-width: 900px;
        top: 144px;
        transform: translate(calc(100% - 38px));
        right: -38px
    }
}

@media (min-width:1400px) {
    .explore-by-age-container {
        max-width: 1267px
    }
}

@media (max-width:999px) {
    .explore-by-age-container {
        height: 100%
    }
}

.explore-is-active .explore-by-age-container {
    transform: translate(0)
}

    .explore-is-active .explore-by-age-container > .fsElementContent .inner-container {
        visibility: visible;
        transition: visibility 1s
    }

@media (min-width:1000px) {
    .sticky-header .explore-by-age-container {
        top: 65px
    }
}

.explore-by-age-container > header .fsElementTitle {
    display: none
}

.explore-by-age-container > header .fsElementHeaderContent {
    margin-bottom: 0
}

.explore-by-age-container > .fsElementContent {
    background: #fff
}

@media (min-width:1000px) {
    .explore-by-age-container > .fsElementContent {
        box-shadow: 4px 4px 12px rgba(0,0,0,.25);
        margin-left: 38px
    }
}

@media (max-width:999px) {
    .explore-by-age-container > .fsElementContent {
        position: relative;
        height: 100%;
        overflow-y: auto
    }
}

.explore-by-age-container .inner-container {
    padding: 65px 0;
    visibility: hidden
}

@media (min-width:1000px) {
    .explore-by-age-container .inner-container {
        padding: 142px 0 206px
    }
}

.explore-by-age-container .inner-container > header .fsElementHeaderContent {
    position: relative;
    max-width: 721px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #000;
    margin: 0 auto 49px;
    padding: 0 20px
}

.explore-by-age-container .inner-container > .fsElementContent {
    margin: 0 auto;
    max-width: 1094px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 0
}

@media (max-width:1399px) {
    .explore-by-age-container .inner-container > .fsElementContent {
        max-width: 758px
    }
}

@media (min-width:1000px) {
    .explore-by-age-container .inner-container > .fsElementContent:after {
        content: "";
        position: absolute;
        top: 76px;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f8f8f8;
        box-shadow: inset 0 -4px 0 #c1282e;
        z-index: -1
    }
}

.explore-by-age-container .explore-toggle {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 89px;
    width: 180px;
    height: 38px;
    font-weight: 700;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #c1282e;
    display: block;
    cursor: pointer;
    background: #fff;
    border: 1px solid hsla(0,0%,80%,.7);
    transform: rotate(-90deg) translate(-100%);
    transform-origin: left top;
    border-bottom: 0;
    z-index: -1;
    transition: all .3s;
    display: none
}

@media (min-width:1000px) {
    .explore-by-age-container .explore-toggle {
        display: block
    }
}

.explore-by-age-container .explore-toggle:focus, .explore-by-age-container .explore-toggle:hover {
    color: #fff;
    background: #c1282e;
    border-color: #c1282e
}

.explore-by-age-container .explore-close-container {
    margin: 0
}

.explore-by-age-container .explore-close {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 7px;
    right: 10px;
    cursor: pointer;
    width: 42px;
    height: 34px;
    line-height: 16px;
    background: #fff;
    transition: all .3s
}

    .explore-by-age-container .explore-close span {
        display: block;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap;
        width: 1px
    }

    .explore-by-age-container .explore-close:after, .explore-by-age-container .explore-close:before {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 2px;
        width: 50%;
        content: "";
        background: #c1282e;
        transition: all .3s
    }

    .explore-by-age-container .explore-close:before {
        margin-top: 0;
        transform: translate(-50%,-50%) rotate(-45deg)
    }

    .explore-by-age-container .explore-close:after {
        box-shadow: none;
        transform: translate(-50%,-50%) rotate(45deg)
    }

    .explore-by-age-container .explore-close:focus:after, .explore-by-age-container .explore-close:focus:before, .explore-by-age-container .explore-close:hover:after, .explore-by-age-container .explore-close:hover:before {
        background: #2b3160
    }

.fsElement .explore-by-age {
    margin-bottom: 15px
}

@media (min-width:1000px) {
    .fsElement .explore-by-age {
        margin-bottom: 33px
    }
}

.explore-by-age > header {
    display: none
}

.explore-by-age article {
    position: relative;
    width: 220px;
    height: 120px;
    overflow: hidden;
    z-index: 0
}

@media (min-width:1000px) {
    .explore-by-age article {
        margin: 0 16.5px;
        height: 220px
    }
}

.explore-by-age article:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(0,0,0,0) 28.64%,rgba(0,0,0,.65));
    z-index: 0
}

.explore-by-age article:focus-within picture img, .explore-by-age article:hover picture img {
    transform: scale(1.1)
}

.explore-by-age article figure {
    width: 100%;
    height: 100%
}

.explore-by-age article picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .5s
}

.explore-by-age article figcaption a {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 216px;
    height: 116px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 28px;
    z-index: 1
}

@media (min-width:1000px) {
    .explore-by-age article figcaption a {
        height: 216px
    }
}

body:not(.fsComposeMode) .news-container {
    margin-bottom: 58px
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .news-container {
        margin-bottom: 130px
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .news-container.active > header .fsElementTitle {
        opacity: 1;
        animation: text 2s
    }

    body:not(.fsComposeMode) .news-container.active > header .fsElementHeaderContent {
        opacity: 1
    }
}

body:not(.fsComposeMode) .news-container > header {
    position: relative;
    margin: 0 auto;
    max-width: 1019px;
    padding: 32px 20px 35px;
    text-align: center
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .news-container > header {
        min-height: 217px
    }
}

body:not(.fsComposeMode) .news-container > header .fsElementTitle {
    position: relative;
    font-size: 29px;
    line-height: 33px;
    letter-spacing: .5px;
    font-weight: 300;
    text-transform: uppercase;
    color: #c1282e;
    margin-bottom: 17px;
    background: #fff
}

@media (min-width:700px) {
    body:not(.fsComposeMode) .news-container > header .fsElementTitle {
        font-size: 35px;
        line-height: 39px
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .news-container > header .fsElementTitle {
        font-size: 52px;
        line-height: 55px;
        z-index: 2;
        opacity: 0;
        margin-bottom: 21px
    }
}

body:not(.fsComposeMode) .news-container > header .fsElementTitle:after {
    content: " ";
    background: #fff;
    width: 100%;
    height: 76px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block
}

body:not(.fsComposeMode) .news-container > header .fsElementHeaderContent {
    margin-bottom: 0
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .news-container > header .fsElementHeaderContent {
        z-index: 0;
        opacity: 0;
        transition: opacity .3s;
        transition-delay: 1s
    }
}

body:not(.fsComposeMode) .news-container > header .fsElementHeaderContent .fs_style_24 {
    font-size: 19px;
    line-height: 25px;
    color: #000
}

@media (min-width:700px) {
    body:not(.fsComposeMode) .news-container > header .fsElementHeaderContent .fs_style_24 {
        font-size: 23px;
        line-height: 29px
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .news-container > header .fsElementHeaderContent .fs_style_24 {
        font-size: 25px;
        line-height: 38px
    }
}

body:not(.fsComposeMode) .news-container > .fsElementContent {
    display: flex;
    flex-direction: column
}

@media (min-width:800px) {
    body:not(.fsComposeMode) .news-container > .fsElementContent {
        flex-direction: row
    }
}

body:not(.fsComposeMode) .news-container.ib-stories {
    padding: 0 20px
}

    body:not(.fsComposeMode) .news-container.ib-stories > .fsElementContent {
        display: block
    }

body:not(.fsComposeMode) .fsPostElement.fsList.featured-news {
    width: 100%;
    margin: 0 auto 40px
}

@media (min-width:800px) {
    body:not(.fsComposeMode) .fsPostElement.fsList.featured-news {
        flex: 1 0 auto;
        margin: 0;
        width: 50%
    }
}

@media (min-width:1400px) {
    body:not(.fsComposeMode) .fsPostElement.fsList.featured-news {
        height: 593px;
        max-width: 759px;
        width: 100%
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .fsPostElement.fsList.featured-news.active article {
        opacity: 1;
        visibility: visible
    }
}

body:not(.fsComposeMode) .fsPostElement.fsList.featured-news > header {
    display: none
}

body:not(.fsComposeMode) .fsPostElement.fsList.featured-news article {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .fsPostElement.fsList.featured-news article {
        padding-bottom: 20px;
        opacity: 0;
        transition: opacity .5s ease-in
    }
}

body:not(.fsComposeMode) .fsPostElement.fsList.featured-news article .fsThumbnail {
    margin: 0;
    overflow: hidden
}

@media (min-width:1400px) {
    body:not(.fsComposeMode) .fsPostElement.fsList.featured-news article .fsThumbnail {
        height: 593px
    }
}

body:not(.fsComposeMode) .fsPostElement.fsList.featured-news article .fsThumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

body:not(.fsComposeMode) .fsPostElement.fsList.featured-news article .fsTitle {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    letter-spacing: .5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0;
    width: 100%;
    max-width: 337px;
    align-self: flex-start;
    background: #fff;
    padding: 10px 20px
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .fsPostElement.fsList.featured-news article .fsTitle {
        font-size: 18px;
        line-height: 24px
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .fsPostElement.fsList.featured-news article .fsTitle {
        margin-bottom: 43px;
        font-size: 22px;
        line-height: 40px;
        background: rgba(0,0,0,0);
        padding: 0
    }
}

body:not(.fsComposeMode) .fsPostElement.fsList.featured-news article .fsTitle .inner-title {
    pointer-events: none;
    position: relative;
    padding: 5px 0;
    color: #c1282e
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .fsPostElement.fsList.featured-news article .fsTitle .inner-title {
        padding: 7px 0;
        background: #fff;
        box-shadow: 14px 0 0 #fff,-14px 0 0 #fff;
        box-decoration-break: clone
    }
}

body:not(.fsComposeMode) .fsPostElement.fsList.featured-news article .inner {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 84px;
    width: 100%;
    background: rgba(25,33,48,.6);
    padding: 12px 20px;
    transition: all .5s
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .fsPostElement.fsList.featured-news article .inner {
        padding: 15px 30px
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .fsPostElement.fsList.featured-news article .inner {
        max-width: 512px;
        height: 156px;
        padding: 30px 80px 0 95px
    }
}

body:not(.fsComposeMode) .fsPostElement.fsList.featured-news article .fsSummary {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    transition: max-height .5s,opacity .1s
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .fsPostElement.fsList.featured-news article .fsSummary {
        padding: 0 37px 3px;
        font-size: 14px;
        line-height: 22px
    }
}

body:not(.fsComposeMode) .fsPostElement.fsList.featured-news article .fsSummary p {
    margin-bottom: 9px
}

body:not(.fsComposeMode) .fsPostElement.fsList.featured-news article .fsReadMoreLink {
    font-weight: 700;
    font-size: 9px;
    line-height: 21px;
    letter-spacing: .5px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin-bottom: 0
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .fsPostElement.fsList.featured-news article .fsReadMoreLink {
        font-size: 11px;
        line-height: 23px
    }
}

body:not(.fsComposeMode) .fsPostElement.fsList.featured-news article .fsReadMoreLink:focus, body:not(.fsComposeMode) .fsPostElement.fsList.featured-news article .fsReadMoreLink:hover {
    text-decoration: none;
    color: #fff
}

@media (max-width:999px) {
    body:not(.fsComposeMode) .fsPostElement.fsList.featured-news article:focus-within .fsTitle, body:not(.fsComposeMode) .fsPostElement.fsList.featured-news article:hover .fsTitle {
        margin-bottom: 30px
    }
}

@media (max-width:599px) {
    body:not(.fsComposeMode) .fsPostElement.fsList.featured-news article:focus-within .fsTitle, body:not(.fsComposeMode) .fsPostElement.fsList.featured-news article:hover .fsTitle {
        margin-bottom: 15px
    }
}

body:not(.fsComposeMode) .fsPostElement.fsList.featured-news article:focus-within .inner, body:not(.fsComposeMode) .fsPostElement.fsList.featured-news article:hover .inner {
    padding-top: 40px;
    max-width: 100%;
    height: 100%;
    background: rgba(25,33,48,.8)
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .fsPostElement.fsList.featured-news article:focus-within .inner, body:not(.fsComposeMode) .fsPostElement.fsList.featured-news article:hover .inner {
        padding-top: 125px
    }
}

body:not(.fsComposeMode) .fsPostElement.fsList.featured-news article:focus-within .fsSummary, body:not(.fsComposeMode) .fsPostElement.fsList.featured-news article:hover .fsSummary {
    max-height: 145px;
    opacity: 1;
    transition: max-height .5s,opacity .5s ease .5s
}

body:not(.fsComposeMode) .fsPostElement.news-posts {
    margin: 0;
    padding: 0 15px;
    display: flex;
    align-items: center
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .fsPostElement.news-posts {
        padding: 0 132px 0 51px
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .fsPostElement.news-posts.active article {
        opacity: 1;
        transform: translateZ(0)
    }

        body:not(.fsComposeMode) .fsPostElement.news-posts.active article:first-child {
            transition: .5s .25s
        }

        body:not(.fsComposeMode) .fsPostElement.news-posts.active article:nth-child(2) {
            transition: .5s .5s
        }

        body:not(.fsComposeMode) .fsPostElement.news-posts.active article:nth-child(3) {
            transition: .5s .75s
        }

        body:not(.fsComposeMode) .fsPostElement.news-posts.active article:nth-child(4) {
            transition: .5s 1s
        }
}

body:not(.fsComposeMode) .fsPostElement.news-posts > header {
    display: none
}

body:not(.fsComposeMode) .fsPostElement.news-posts article {
    position: relative;
    border: 0;
    padding: 0 0 0 20px;
    margin-bottom: 28px
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .fsPostElement.news-posts article {
        transform: translate3d(0,100px,0);
        opacity: 0;
        transition: opacity .5s ease-in,transform .5s ease-in;
        transition-delay: 2s
    }
}

body:not(.fsComposeMode) .fsPostElement.news-posts article:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

body:not(.fsComposeMode) .fsPostElement.news-posts article:before {
    content: "";
    background: #757575;
    width: 1px;
    height: 92px;
    position: absolute;
    top: 0;
    left: 0
}

body:not(.fsComposeMode) .fsPostElement.news-posts article .fsTitle {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #2b3160;
    margin-bottom: 6px
}

    body:not(.fsComposeMode) .fsPostElement.news-posts article .fsTitle .fsPostLink {
        color: inherit
    }

        body:not(.fsComposeMode) .fsPostElement.news-posts article .fsTitle .fsPostLink:focus, body:not(.fsComposeMode) .fsPostElement.news-posts article .fsTitle .fsPostLink:hover {
            color: #c1282e
        }

body:not(.fsComposeMode) .fsPostElement.news-posts article .fsSummary {
    line-height: 20px;
    margin-bottom: 6px
}

body:not(.fsComposeMode) .fsPostElement.news-posts .fsElementActionButtonContainer {
    position: absolute
}

body.fsLiveMode .hero {
    max-height: 0;
    overflow: hidden
}

    body.fsLiveMode .hero img {
        width: 100%
    }

body.hero-loaded.landing .hero:after {
    content: "";
    background: linear-gradient(180.21deg,rgba(0,0,0,0) 35.15%,rgba(0,0,0,.7) 99.82%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

body.hero-loaded.landing .hero > header .fsElementHeaderContent {
    text-align: center;
    max-width: 980px;
    overflow: hidden;
    margin: 0
}

@media (min-width:1100px) {
    body.hero-loaded.landing .hero > header .fsElementHeaderContent:after, body.hero-loaded.landing .hero > header .fsElementHeaderContent:before {
        content: "";
        height: 81px;
        width: 1px;
        background: #c1282e;
        position: absolute;
        bottom: 0
    }
}

body.hero-loaded.landing .hero > header .fsElementHeaderContent:before {
    left: 0
}

body.hero-loaded.landing .hero > header .fsElementHeaderContent:after {
    right: 0
}

body.hero-loaded.landing .hero > header .fsElementHeaderContent h2 {
    position: relative;
    display: block;
    padding: 0 34px;
    margin-bottom: 40px
}

@media (min-width:1100px) {
    body.hero-loaded.landing .hero > header .fsElementHeaderContent h2:after, body.hero-loaded.landing .hero > header .fsElementHeaderContent h2:before {
        content: "";
        height: 1px;
        width: 114px;
        background: #c1282e;
        position: absolute;
        bottom: 40px
    }
}

body.hero-loaded.landing .hero > header .fsElementHeaderContent h2:before {
    right: 0
}

body.hero-loaded.landing .hero > header .fsElementHeaderContent h2:after {
    left: 0
}

@media (min-width:1000px) {
    body.hero-loaded.home .fsGrid.hero, body.hero-loaded.home .fsGrid.hero article {
        height: calc(100vh - 143px)
    }
}

@media (min-width:1000px) {
    body.hero-loaded.home .fsGrid.hero article figcaption {
        bottom: -200px;
        transition: bottom .5s
    }
}

@media (min-width:1000px) {
    body.hero-loaded.home .fsGrid.hero article img {
        max-height: 100%;
        transition: all 1s;
        transform: matrix(1.08,0,0,1.08,0,0)
    }
}

body.hero-loaded.home .fsGrid.hero .fsPlayOverlay {
    opacity: 0
}

@media (min-width:1000px) {
    body.hero-loaded.home .fsGrid.hero .slick-dots {
        bottom: 66px
    }
}

body.hero-loaded .fsGrid.hero > .fsElementContent {
    height: 100%
}

body.hero-loaded .fsGrid.hero .slick-slider {
    padding: 0;
    margin: 0;
    height: 100%;
    display: block
}

body.hero-loaded .fsGrid.hero .slick-track {
    height: 100%
}

body.hero-loaded .fsGrid.hero .slick-dots {
    position: absolute;
    bottom: 15px;
    right: 50%;
    transform: translateX(50%);
    margin: 0;
    z-index: 2
}

@media (min-width:1000px) {
    body.hero-loaded .fsGrid.hero .slick-dots {
        bottom: 30px;
        right: 74px;
        transform: none
    }
}

body.hero-loaded .fsGrid.hero .slick-dots button {
    border: 1px solid #fff
}

    body.hero-loaded .fsGrid.hero .slick-dots button:focus, body.hero-loaded .fsGrid.hero .slick-dots button:hover {
        opacity: .8
    }

body.hero-loaded .fsGrid.hero .slick-dots .slick-active button {
    background-color: #fff;
    border: 1px solid #fff
}

body.hero-loaded .fsGrid.hero .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

    body.hero-loaded .fsGrid.hero .slick-arrow:before {
        color: #fff
    }

body.hero-loaded .fsGrid.hero .slick-prev {
    left: 0
}

@media (min-width:1000px) {
    body.hero-loaded .fsGrid.hero .slick-prev {
        left: 38px
    }
}

body.hero-loaded .fsGrid.hero .slick-next {
    right: 0
}

@media (min-width:1000px) {
    body.hero-loaded .fsGrid.hero .slick-next {
        right: 38px
    }
}

body.hero-loaded .fsGrid.hero article {
    position: relative;
    padding: 0;
    z-index: 0
}

    body.hero-loaded .fsGrid.hero article:before {
        content: "";
        background: linear-gradient(180deg,rgba(0,0,0,0),#000);
        opacity: .7;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1
    }

@media (min-width:1000px) {
    body.hero-loaded .fsGrid.hero article:before {
        height: 329px
    }
}

body.hero-loaded .fsGrid.hero .fsDescription, body.hero-loaded .fsGrid.hero figcaption {
    position: relative;
    bottom: 0;
    right: 0;
    font-family: Cinzel,Georgia,serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    display: none;
    text-align: left;
    z-index: 1;
    background: #474850;
    max-width: 638px;
    margin: 0
}

@media (min-width:1000px) {
    body.hero-loaded .fsGrid.hero .fsDescription, body.hero-loaded .fsGrid.hero figcaption {
        display: block;
        position: absolute;
        bottom: 66px;
        right: 86px;
        height: 114px;
        transform: none;
        text-align: left;
        font-size: 35px;
        line-height: 38px;
        background: rgba(0,0,0,0)
    }
}

@media (max-width:999px) {
    body.hero-loaded .fsGrid.hero .fsDescription, body.hero-loaded .fsGrid.hero figcaption {
        max-width: 100%
    }
}

body.hero-loaded .fsGrid.hero .fsDescription p, body.hero-loaded .fsGrid.hero figcaption p {
    margin-bottom: 12px
}

    body.hero-loaded .fsGrid.hero .fsDescription p:last-child, body.hero-loaded .fsGrid.hero figcaption p:last-child {
        margin-bottom: 0
    }

body.hero-loaded .fsGrid.hero .fs_style_33 {
    position: relative;
    padding: 7px 20px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .5px;
    margin: 0
}

@media (min-width:600px) {
    body.hero-loaded .fsGrid.hero .fs_style_33 {
        padding: 10px 20px
    }
}

body.hero-loaded .fsGrid.hero .fs_style_33:after {
    content: "\F105";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    font-size: 16px;
    vertical-align: top;
    margin-left: 14px;
    line-height: 14px
}

@media (min-width:600px) {
    body.hero-loaded .fsGrid.hero .fs_style_33:after {
        font-size: 20px
    }
}

body.hero-loaded .fsGrid.hero .mobile_captions {
    background: #474850;
    padding: 14px 20px 18px
}

@media (min-width:1000px) {
    body.hero-loaded .fsGrid.hero .mobile_captions {
        display: none
    }
}

body.hero-loaded .fsGrid.hero .mobile_captions figcaption {
    display: block
}

@media (min-width:600px) {
    body.hero-loaded .fsGrid.hero .mobile_captions figcaption {
        font-size: 20px;
        line-height: 25px;
        text-align: center
    }
}

@media (min-width:600px) {
    body.hero-loaded .fsGrid.hero .mobile_captions figcaption p {
        max-width: 500px;
        margin: 0 auto 20px
    }
}

body.hero-loaded .fsGrid.hero .mobile_captions figcaption p:last-child {
    margin-bottom: 0
}

body.hero-loaded .hero {
    position: relative;
    max-height: none;
    overflow: visible;
    margin: 0
}

    body.hero-loaded .hero > header .fsElementTitle {
        display: none
    }

    body.hero-loaded .hero > header .fsElementHeaderContent {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        width: 100%
    }

        body.hero-loaded .hero > header .fsElementHeaderContent h2 {
            font-family: Open Sans,sans-serif;
            font-weight: 700;
            text-align: center;
            text-transform: uppercase;
            color: #fff;
            text-shadow: 0 1px 4px rgba(0,0,0,.45)
        }

@media (min-width:600px) {
    body.hero-loaded .hero > header .fsElementHeaderContent h2 {
        font-size: 40px;
        line-height: 120%
    }
}

@media (min-width:800px) {
    body.hero-loaded .hero > header .fsElementHeaderContent h2 {
        font-size: 55px
    }
}

@media (min-width:1000px) {
    body.hero-loaded .hero > header .fsElementHeaderContent h2 {
        font-size: 70px
    }
}

body.hero-loaded .hero article {
    position: relative
}

    body.hero-loaded .hero article.fsResourceTypeVideo {
        height: 550px
    }

    body.hero-loaded .hero article figure {
        height: 100%;
        margin: 0
    }

    body.hero-loaded .hero article img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        object-position: center;
        min-height: 214px;
        max-height: 500px
    }

    body.hero-loaded .hero article picture, body.hero-loaded .hero article video {
        display: block;
        position: relative;
        height: 100%
    }

    body.hero-loaded .hero article video {
        object-fit: cover;
        width: 100%
    }

    body.hero-loaded .hero article .fsDescription, body.hero-loaded .hero article figcaption {
        position: absolute;
        bottom: 40px;
        right: 80px;
        font-weight: 700;
        font-size: 12px;
        line-height: 28px;
        color: #fff;
        text-align: right;
        letter-spacing: .5px;
        text-transform: uppercase;
        display: block;
        max-width: 280px;
        margin: 0
    }

@media (min-width:500px) {
    body.hero-loaded .hero article .fsDescription, body.hero-loaded .hero article figcaption {
        font-size: 16px;
        line-height: 32px;
        max-width: 356px
    }
}

@media (min-width:600px) {
    body.hero-loaded .hero article .fsDescription, body.hero-loaded .hero article figcaption {
        max-width: 456px
    }
}

@media (min-width:1000px) {
    body.hero-loaded .hero article .fsDescription, body.hero-loaded .hero article figcaption {
        font-size: 22px;
        line-height: 40px;
        max-width: 556px;
        bottom: 84px
    }
}

body.hero-loaded .hero article .fsDescription .inner, body.hero-loaded .hero article figcaption .inner {
    position: relative;
    padding: 7px 0;
    color: #c1282e;
    background: #fff;
    box-shadow: 14px 0 0 #fff,-14px 0 0 #fff
}

body.hero-loaded .hero article .fsDescription {
    text-shadow: 1px 1px 1px #000
}

    body.hero-loaded .hero article .fsDescription a[class] {
        text-shadow: none;
        background-color: hsla(0,0%,100%,.8);
        color: #c1282e
    }

        body.hero-loaded .hero article .fsDescription a[class]:focus, body.hero-loaded .hero article .fsDescription a[class]:hover {
            background-color: #fff;
            color: #242424
        }

.control-toggle {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 30px;
    left: 20px;
    width: 22px;
    height: 22px;
    color: rgba(0,0,0,0);
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
    display: none
}

@media (min-width:1000px) {
    .control-toggle {
        left: 45px;
        display: block
    }
}

.control-toggle:focus:before, .control-toggle:hover:before {
    color: hsla(0,0%,100%,.8)
}

.control-toggle:before {
    content: "\E90B";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    transition: all .3s
}

.control-toggle:before, .playing .control-toggle:before {
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none
}

.playing .control-toggle:before {
    content: "\E908"
}

@media (min-width:1000px) {
    .home .control-toggle {
        bottom: 66px
    }
}

@media print {
    #fsFooter, #fsHeader, #fsMenu, .fsThumbnail, .hide-for-print, .nav-main, .nav-social, .nav-sub, .nav-utility-footer, .nav-utility-header {
        display: none !important
    }

    #fsBannerLeft, #fsBannerRight, #fsPageContent {
        width: 100% !important
    }

    html {
        font-size: 100%
    }

    body {
        font-size: 62.5%
    }

    *, :after, :before {
        background: rgba(0,0,0,0) !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    .slick-slide {
        display: none !important
    }

        .slick-slide.slick-active {
            display: block !important
        }

    .slick-list, .slick-track {
        height: auto !important
    }

    .slick-track {
        transform: none !important
    }

        .slick-track, .slick-track .slick-slide {
            width: auto !important
        }

    a[class*=fs_style] {
        border-color: #000
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .fsPanel > header ~ .fsElementContent {
        display: block
    }
}

@charset "UTF-8";

@keyframes kenburns-top {
    0% {
        transform: scale(1) translateY(0);
        transform-origin: 50% 16%
    }

    to {
        transform: scale(1.1) translateY(-15px);
        transform-origin: top
    }
}

@keyframes text {
    0% {
        color: #fff;
        margin-bottom: -45px
    }

    30% {
        letter-spacing: 10px;
        margin-bottom: -45px
    }

    85% {
        letter-spacing: .5px;
        margin-bottom: -45px
    }
}

@font-face {
    font-family: bpa-font-icons;
    src: url(fonts/bpa-icon-library.eot);
    src: url(fonts/bpa-icon-library.eot) format("embedded-opentype"),url(fonts/bpa-icon-library.woff2) format("woff2"),url(fonts/bpa-icon-library.woff) format("woff"),url(fonts/bpa-icon-library.ttf) format("truetype"),url(fonts/bpa-icon-library.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.fsGrid.bpa-image-slideshow-1 {
    margin-bottom: 50px
}

    .fsGrid.bpa-image-slideshow-1 .fsListItems {
        margin: 0 auto;
        background: #fff;
        border: 1px solid rgba(0,0,0,.2)
    }

body:not(.fsComposeMode) .fsGrid.bpa-image-slideshow-1 .fsListItems:not(.slick-initialized) {
    display: flex;
    flex-wrap: nowrap;
    height: 580px;
    opacity: 0;
    visibility: hidden
}

.fsGrid.bpa-image-slideshow-1 article {
    position: relative;
    overflow: hidden;
    padding: 0;
    height: auto
}

@media (min-width:700px) {
    .fsGrid.bpa-image-slideshow-1 article {
        padding-top: 64px;
        min-height: 47.54098vw
    }
}

@media (min-width:900px) {
    .fsGrid.bpa-image-slideshow-1 article {
        padding-top: 84px
    }
}

@media (min-width:1220px) {
    .fsGrid.bpa-image-slideshow-1 article {
        min-height: 580px
    }
}

.fsGrid.bpa-image-slideshow-1 article .fsTitle {
    margin-top: 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    font-weight: 400;
    color: #c1282e;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 24px;
    padding-top: 64px
}

@media (min-width:700px) {
    .fsGrid.bpa-image-slideshow-1 article .fsTitle {
        width: 50%;
        padding-top: 0
    }
}

.fsGrid.bpa-image-slideshow-1 article .fsTitle:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate3d(-50%,0,0);
    bottom: 0;
    width: 40px;
    height: 4px;
    background-color: rgba(0,0,0,.2)
}

.fsGrid.bpa-image-slideshow-1 article .fsTitle a {
    color: inherit
}

.fsGrid.bpa-image-slideshow-1 article .fsTitle.fsResourceName {
    display: none
}

.fsGrid.bpa-image-slideshow-1 article > .fsTitle {
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width:700px) {
    .fsGrid.bpa-image-slideshow-1 article > .fsTitle {
        padding-left: 0;
        padding-right: 0;
        width: calc(50% - 40px);
        margin-left: 20px
    }
}

@media (min-width:900px) {
    .fsGrid.bpa-image-slideshow-1 article > .fsTitle {
        width: calc(50% - 60px);
        margin-left: 30px
    }
}

.fsGrid.bpa-image-slideshow-1 article figure {
    display: flex;
    flex-direction: column-reverse
}

@media (min-width:700px) {
    .fsGrid.bpa-image-slideshow-1 article figure {
        display: block
    }
}

.fsGrid.bpa-image-slideshow-1 article picture {
    background-size: cover;
    background-position: 50%;
    display: block;
    width: 100%
}

@media (min-width:700px) {
    .fsGrid.bpa-image-slideshow-1 article picture {
        overflow: hidden;
        position: absolute;
        width: 50%;
        height: 100%;
        right: 0;
        top: 0
    }
}

.fsGrid.bpa-image-slideshow-1 article picture img {
    display: block;
    width: 100%
}

@media (min-width:700px) {
    .fsGrid.bpa-image-slideshow-1 article picture img {
        display: block;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap;
        width: 1px
    }
}

.fsGrid.bpa-image-slideshow-1 article figcaption {
    margin-top: 0;
    text-align: center;
    padding: 0 20px 30px;
    color: #474850;
    font-family: Open Sans,sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400
}

@media (min-width:700px) {
    .fsGrid.bpa-image-slideshow-1 article figcaption {
        width: 50%;
        padding: 0 20px 78px;
        width: calc(50% - 10px);
        max-height: calc(47.54098vw - 84px);
        overflow: auto
    }
}

@media (min-width:900px) {
    .fsGrid.bpa-image-slideshow-1 article figcaption {
        padding: 0 20px 78px 30px;
        max-height: calc(47.54098vw - 114px)
    }
}

@media (min-width:1220px) {
    .fsGrid.bpa-image-slideshow-1 article figcaption {
        max-height: 466px
    }
}

.fsGrid.bpa-image-slideshow-1 article figcaption h2 {
    padding-bottom: 0
}

    .fsGrid.bpa-image-slideshow-1 article figcaption h2:before {
        display: none
    }

@media (min-width:700px) {
    .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle {
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }
}

.fsGrid.bpa-image-slideshow-1 article figcaption a {
    text-decoration: underline
}

    .fsGrid.bpa-image-slideshow-1 article figcaption a:focus, .fsGrid.bpa-image-slideshow-1 article figcaption a:hover {
        text-decoration: none
    }

@media (min-width:700px) {
    .fsGrid.bpa-image-slideshow-1 article.has-caption {
        position: relative
    }
}

@media (min-width:700px) {
    .fsGrid.bpa-image-slideshow-1 article.has-caption:before {
        content: "";
        position: absolute;
        background: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.85) 51.8%,#fff);
        height: 100px;
        width: calc(50% - 50px);
        left: 20px;
        bottom: 20px;
        z-index: 10;
        height: 78px
    }
}

@media (min-width:900px) {
    .fsGrid.bpa-image-slideshow-1 article.has-caption:before {
        width: calc(50% - 60px);
        left: 30px;
        bottom: 30px
    }
}

.fsGrid.bpa-image-slideshow-1 article.has-caption:not(.has-title) {
    padding-top: 64px
}

@media (min-width:900px) {
    .fsGrid.bpa-image-slideshow-1 article.has-caption:not(.has-title) {
        padding-top: 84px
    }
}

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption) {
    display: flex;
    flex-direction: column
}

@media (min-width:700px) {
    .fsGrid.bpa-image-slideshow-1 article:not(.has-caption) {
        display: block
    }
}

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption) > figure {
    order: 2
}

    .fsGrid.bpa-image-slideshow-1 article:not(.has-caption) > figure + .fsTitle {
        margin-bottom: 20px
    }

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption) .fsTitle {
    margin-bottom: 0;
    padding-bottom: 0
}

    .fsGrid.bpa-image-slideshow-1 article:not(.has-caption) .fsTitle:after {
        display: none
    }

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) {
    padding-top: 0;
    min-height: auto
}

    .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) picture {
        width: 100%;
        position: relative;
        height: auto
    }

        .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) picture img {
            height: auto;
            width: 100%;
            position: relative;
            margin: 0
        }

.fsGrid.bpa-image-slideshow-1 .slick-arrow {
    width: 44px;
    height: 44px;
    border: none;
    padding: 0;
    margin: 0;
    background: rgba(0,0,0,.42);
    position: absolute;
    left: 0;
    top: 0;
    transform: translateZ(0);
    z-index: 20;
    transition: .3s;
    cursor: pointer;
    color: rgba(0,0,0,0);
    overflow: hidden;
    white-space: nowrap;
    border-radius: 0
}

    .fsGrid.bpa-image-slideshow-1 .slick-arrow:before {
        color: #fff;
        font-size: 24px;
        line-height: 1;
        position: absolute;
        top: 50%;
        transform: translate3d(0,-50%,0);
        left: 0;
        width: 100%;
        text-align: center
    }

    .fsGrid.bpa-image-slideshow-1 .slick-arrow:focus, .fsGrid.bpa-image-slideshow-1 .slick-arrow:hover {
        background: rgba(0,0,0,.5);
        transition: .3s
    }

    .fsGrid.bpa-image-slideshow-1 .slick-arrow.slick-prev:before {
        content: "\E922";
        font-family: bpa-font-icons;
        font-weight: 400;
        speak: none
    }

    .fsGrid.bpa-image-slideshow-1 .slick-arrow.slick-next {
        left: 45px
    }

        .fsGrid.bpa-image-slideshow-1 .slick-arrow.slick-next:before {
            content: "\E921";
            font-family: bpa-font-icons;
            font-weight: 400;
            speak: none
        }

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article, .fsBannerRight .fsGrid.bpa-image-slideshow-1 article, .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article, .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article, .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article, .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article {
    padding-top: 64px;
    padding-bottom: 0;
    display: flex;
    min-height: auto
}

    .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title), .fsBannerRight .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title), .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title), .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title), .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title), .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) {
        padding-top: 0
    }

    .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article:before, .fsBannerRight .fsGrid.bpa-image-slideshow-1 article:before, .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:before, .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article:before, .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:before, .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article:before {
        display: none
    }

    .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article .fsTitle, .fsBannerRight .fsGrid.bpa-image-slideshow-1 article .fsTitle, .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article .fsTitle, .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article .fsTitle, .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article .fsTitle, .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article .fsTitle {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0;
        margin-left: 0
    }

    .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article figure, .fsBannerRight .fsGrid.bpa-image-slideshow-1 article figure, .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figure, .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article figure, .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figure, .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article figure {
        display: flex;
        order: 2
    }

    .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article figcaption, .fsBannerRight .fsGrid.bpa-image-slideshow-1 article figcaption, .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption, .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article figcaption, .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption, .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article figcaption {
        padding: 0 20px 30px;
        width: 100%;
        max-height: 100%
    }

        .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle, .fsBannerRight .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle, .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle, .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle, .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle, .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle {
            padding-left: 0;
            padding-right: 0
        }

    .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article picture, .fsBannerRight .fsGrid.bpa-image-slideshow-1 article picture, .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture, .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article picture, .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture, .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article picture {
        width: 100%;
        height: auto;
        position: relative;
        overflow: visible
    }

body.fsComposeMode .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article picture, body.fsComposeMode .fsBannerRight .fsGrid.bpa-image-slideshow-1 article picture, body.fsComposeMode .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture, body.fsComposeMode .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article picture, body.fsComposeMode .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture, body.fsComposeMode .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article picture {
    width: 100%
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article picture img, .fsBannerRight .fsGrid.bpa-image-slideshow-1 article picture img, .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture img, .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article picture img, .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture img, .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article picture img {
    height: auto;
    width: 100%;
    margin: 0;
    position: relative
}

.fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article, .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article, .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article {
    min-height: auto
}

    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article:before, .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article:before, .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article:before {
        display: none
    }

@media (min-width:1000px) {
    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article:before, .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article:before, .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article:before {
        display: block;
        width: calc(50% - 40px);
        left: 20px;
        bottom: 20px
    }
}

@media (min-width:1000px) {
    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article, .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article, .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article {
        min-height: 34.64851vw;
        padding-top: 64px
    }
}

@media (min-width:1220px) {
    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article, .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article, .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article {
        min-height: 422.71186px
    }
}

.fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figure, .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figure, .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figure {
    display: flex
}

@media (min-width:1000px) {
    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figure, .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figure, .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figure {
        display: block
    }
}

@media (max-width:999px) {
    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article picture, .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article picture, .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article picture {
        width: 100%;
        height: auto;
        position: relative
    }

        .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article picture img, .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article picture img, .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article picture img {
            height: auto;
            width: 100%;
            margin: 0;
            position: relative;
            opacity: 0
        }
}

@media (min-width:1000px) {
    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figcaption, .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figcaption, .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figcaption {
        padding: 0 10px 78px 20px;
        max-height: calc(34.64851vw - 84px)
    }
}

@media (min-width:1220px) {
    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figcaption, .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figcaption, .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figcaption {
        max-height: 338.71186px
    }
}

@media (max-width:999px) {
    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figcaption, .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figcaption, .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figcaption {
        width: 100%;
        max-height: 100%;
        padding: 0 20px 30px
    }
}

@media (max-width:999px) {
    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption), .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption), .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) {
        display: flex
    }

        .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) .fsTitle, .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) .fsTitle, .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) .fsTitle {
            margin-left: 0;
            margin-right: 0;
            padding-left: 20px;
            padding-right: 20px;
            width: 100%
        }
}

body.fsComposeMode .fsGrid.bpa-image-slideshow-1 .fsListItems:not(.slick-initialized) article {
    min-height: auto
}

.fsGrid.bpa-image-slideshow-1.dark .fsListItems {
    background: #c1282e;
    border: none
}

.fsGrid.bpa-image-slideshow-1.dark article .fsTitle {
    color: #fff
}

    .fsGrid.bpa-image-slideshow-1.dark article .fsTitle:after {
        background-color: hsla(0,0%,100%,.2)
    }

.fsGrid.bpa-image-slideshow-1.dark article figcaption {
    color: #fff
}

    .fsGrid.bpa-image-slideshow-1.dark article figcaption a {
        color: #fff;
        text-decoration: underline
    }

        .fsGrid.bpa-image-slideshow-1.dark article figcaption a:focus, .fsGrid.bpa-image-slideshow-1.dark article figcaption a:hover {
            text-decoration: none
        }

.fsGrid.bpa-image-slideshow-1.dark article.has-caption:before {
    background: linear-gradient(180deg,rgba(193,40,46,0),rgba(193,40,46,.85) 51.8%,#c1282e)
}

@keyframes kenburns-top {
    0% {
        transform: scale(1) translateY(0);
        transform-origin: 50% 16%
    }

    to {
        transform: scale(1.1) translateY(-15px);
        transform-origin: top
    }
}

@keyframes text {
    0% {
        color: #fff;
        margin-bottom: -45px
    }

    30% {
        letter-spacing: 10px;
        margin-bottom: -45px
    }

    85% {
        letter-spacing: .5px;
        margin-bottom: -45px
    }
}

.bpa-thermometer-1 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px
}

@media (max-width:599px) {
    .bpa-thermometer-1 {
        justify-content: center
    }
}

.fsBannerLeft .bpa-thermometer-1, .fsBannerRight .bpa-thermometer-1, .fsFourColumnLayout > .fsDiv .bpa-thermometer-1, .fsStyleOneThird .bpa-thermometer-1, .fsThreeColumnLayout > .fsDiv .bpa-thermometer-1 {
    justify-content: center
}

    .fsBannerLeft .bpa-thermometer-1 > .fsElementContent, .fsBannerRight .bpa-thermometer-1 > .fsElementContent, .fsFourColumnLayout > .fsDiv .bpa-thermometer-1 > .fsElementContent, .fsStyleOneThird .bpa-thermometer-1 > .fsElementContent, .fsThreeColumnLayout > .fsDiv .bpa-thermometer-1 > .fsElementContent {
        text-align: center
    }

.bpa-thermometer-1 > .fsElementContent {
    order: 3;
    display: flex;
    flex-direction: column;
    justify-content: center
}

    .bpa-thermometer-1 > .fsElementContent ul {
        list-style: none;
        padding: 0;
        margin: 0 0 30px;
        display: flex;
        flex-direction: column-reverse
    }

        .bpa-thermometer-1 > .fsElementContent ul li {
            font-size: 16px;
            line-height: 26px;
            padding: 9px 0
        }

            .bpa-thermometer-1 > .fsElementContent ul li:before {
                color: #c1282e;
                display: block;
                font-size: 18px;
                font-weight: 700;
                line-height: 24px
            }

            .bpa-thermometer-1 > .fsElementContent ul li:first-of-type:before {
                content: "Total Raised"
            }

            .bpa-thermometer-1 > .fsElementContent ul li:last-of-type:before {
                content: "Our Goal"
            }

.bpa-thermometer-1 .therm-wrapper {
    height: 360px;
    width: 95px;
    overflow: hidden;
    position: relative
}

    .bpa-thermometer-1 .therm-wrapper svg {
        display: block;
        z-index: 2;
        position: relative
    }

        .bpa-thermometer-1 .therm-wrapper svg .filler {
            fill: #c1282e
        }

        .bpa-thermometer-1 .therm-wrapper svg .inner-border {
            fill: #fff
        }

        .bpa-thermometer-1 .therm-wrapper svg .outer-border {
            fill: #ddd
        }

        .bpa-thermometer-1 .therm-wrapper svg .lines line {
            stroke: #ddd
        }

        .bpa-thermometer-1 .therm-wrapper svg rect.inner-fill {
            fill: #131313;
            transition: height .5s
        }

            .bpa-thermometer-1 .therm-wrapper svg rect.inner-fill.animate {
                transition: height .5s
            }

    .bpa-thermometer-1 .therm-wrapper .percentage {
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        line-height: 95px;
        position: absolute;
        bottom: 0;
        height: 95px;
        width: 95px;
        text-align: center;
        z-index: 5
    }

.bpa-thermometer-1.dark {
    background: #c1282e;
    padding: 20px;
    color: #fff
}

    .bpa-thermometer-1.dark a, .bpa-thermometer-1.dark h1, .bpa-thermometer-1.dark h2, .bpa-thermometer-1.dark h3, .bpa-thermometer-1.dark h4, .bpa-thermometer-1.dark h5, .bpa-thermometer-1.dark h6 {
        color: inherit
    }

    .bpa-thermometer-1.dark .percentage {
        color: #c1282e
    }

    .bpa-thermometer-1.dark svg .filler {
        fill: #fff
    }

    .bpa-thermometer-1.dark svg .inner-border {
        fill: #c1282e
    }

    .bpa-thermometer-1.dark svg .outer-border {
        fill: #fff
    }

    .bpa-thermometer-1.dark svg .lines line {
        stroke: #fff
    }

    .bpa-thermometer-1.dark svg rect.inner-fill {
        fill: rgba(193,40,46,.7)
    }

    .bpa-thermometer-1.dark ul li, .bpa-thermometer-1.dark ul li:before {
        color: #fff
    }

@charset "UTF-8";

@keyframes kenburns-top {
    0% {
        transform: scale(1) translateY(0);
        transform-origin: 50% 16%
    }

    to {
        transform: scale(1.1) translateY(-15px);
        transform-origin: top
    }
}

@keyframes text {
    0% {
        color: #fff;
        margin-bottom: -45px
    }

    30% {
        letter-spacing: 10px;
        margin-bottom: -45px
    }

    85% {
        letter-spacing: .5px;
        margin-bottom: -45px
    }
}

@font-face {
    font-family: bpa-font-icons;
    src: url(fonts/bpa-icon-library.eot);
    src: url(fonts/bpa-icon-library.eot) format("embedded-opentype"),url(fonts/bpa-icon-library.woff2) format("woff2"),url(fonts/bpa-icon-library.woff) format("woff"),url(fonts/bpa-icon-library.ttf) format("truetype"),url(fonts/bpa-icon-library.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.icon-apple > .fsTitle:before {
    content: "\E901" !important
}

.icon-backpack > .fsTitle:before {
    content: "\E902" !important
}

.icon-bar-graph > .fsTitle:before {
    content: "\E903" !important
}

.icon-baseball > .fsTitle:before {
    content: "\E904" !important
}

.icon-book > .fsTitle:before {
    content: "\E905" !important
}

.icon-briefcase > .fsTitle:before {
    content: "\E906" !important
}

.icon-bullhorn > .fsTitle:before {
    content: "\E907" !important
}

.icon-bus > .fsTitle:before {
    content: "\E908" !important
}

.icon-calendar > .fsTitle:before {
    content: "\E909" !important
}

.icon-camera > .fsTitle:before {
    content: "\E90A" !important
}

.icon-certificate > .fsTitle:before {
    content: "\E90B" !important
}

.icon-check > .fsTitle:before {
    content: "\E90C" !important
}

.icon-chess > .fsTitle:before {
    content: "\E90D" !important
}

.icon-city > .fsTitle:before {
    content: "\E90E" !important
}

.icon-college > .fsTitle:before {
    content: "\E90F" !important
}

.icon-covid > .fsTitle:before {
    content: "\E951" !important
}

.icon-cross > .fsTitle:before {
    content: "\E910" !important
}

.icon-directory > .fsTitle:before {
    content: "\E911" !important
}

.icon-diversity > .fsTitle:before {
    content: "\E912" !important
}

.icon-dollar > .fsTitle:before {
    content: "\E94F" !important
}

.icon-door > .fsTitle:before {
    content: "\E913" !important
}

.icon-droplet > .fsTitle:before {
    content: "\E914" !important
}

.icon-enroll > .fsTitle:before {
    content: "\E915" !important
}

.icon-family > .fsTitle:before {
    content: "\E954" !important
}

.icon-faq > .fsTitle:before {
    content: "\E916" !important
}

.icon-files > .fsTitle:before {
    content: "\E917" !important
}

.icon-football > .fsTitle:before {
    content: "\E918" !important
}

.icon-gift > .fsTitle:before {
    content: "\E919" !important
}

.icon-giving > .fsTitle:before {
    content: "\E91A" !important
}

.icon-globe > .fsTitle:before {
    content: "\E91B" !important
}

.icon-grad > .fsTitle:before {
    content: "\E91C" !important
}

.icon-group-boys > .fsTitle:before {
    content: "\E91D" !important
}

.icon-group-coed > .fsTitle:before {
    content: "\E91E" !important
}

.icon-group-girls > .fsTitle:before {
    content: "\E926" !important
}

.icon-group > .fsTitle:before {
    content: "\E927" !important
}

.icon-heart > .fsTitle:before {
    content: "\E928" !important
}

.icon-info > .fsTitle:before {
    content: "\E929" !important
}

.icon-jersey > .fsTitle:before {
    content: "\E92A" !important
}

.icon-leaf > .fsTitle:before {
    content: "\E92B" !important
}

.icon-lightbulb > .fsTitle:before {
    content: "\E92C" !important
}

.icon-link > .fsTitle:before {
    content: "\E92D" !important
}

.icon-list > .fsTitle:before {
    content: "\E92E" !important
}

.icon-location > .fsTitle:before {
    content: "\E92F" !important
}

.icon-lock > .fsTitle:before {
    content: "\E930" !important
}

.icon-map > .fsTitle:before {
    content: "\E931" !important
}

.icon-medal > .fsTitle:before {
    content: "\E932" !important
}

.icon-microscope > .fsTitle:before {
    content: "\E933" !important
}

.icon-mobile > .fsTitle:before {
    content: "\E950" !important
}

.icon-music > .fsTitle:before {
    content: "\E934" !important
}

.icon-paint > .fsTitle:before {
    content: "\E935" !important
}

.icon-parent > .fsTitle:before {
    content: "\E953" !important
}

.icon-pencil > .fsTitle:before {
    content: "\E936" !important
}

.icon-person > .fsTitle:before {
    content: "\E937" !important
}

.icon-phone > .fsTitle:before {
    content: "\E938" !important
}

.icon-piggy-bank > .fsTitle:before {
    content: "\E939" !important
}

.icon-portion > .fsTitle:before {
    content: "\E93A" !important
}

.icon-question > .fsTitle:before {
    content: "\E93B" !important
}

.icon-ratio > .fsTitle:before {
    content: "\E93C" !important
}

.icon-robot > .fsTitle:before {
    content: "\E93D" !important
}

.icon-school > .fsTitle:before {
    content: "\E93E" !important
}

.icon-screens > .fsTitle:before {
    content: "\E93F" !important
}

.icon-settings > .fsTitle:before {
    content: "\E940" !important
}

.icon-shoe > .fsTitle:before {
    content: "\E941" !important
}

.icon-soccer > .fsTitle:before {
    content: "\E942" !important
}

.icon-sports > .fsTitle:before {
    content: "\E943" !important
}

.icon-star-of-david > .fsTitle:before {
    content: "\E944" !important
}

.icon-star > .fsTitle:before {
    content: "\E945" !important
}

.icon-store > .fsTitle:before {
    content: "\E946" !important
}

.icon-sun > .fsTitle:before {
    content: "\E947" !important
}

.icon-teacher > .fsTitle:before {
    content: "\E948" !important
}

.icon-theatre > .fsTitle:before {
    content: "\E949" !important
}

.icon-time > .fsTitle:before {
    content: "\E94A" !important
}

.icon-tree > .fsTitle:before {
    content: "\E94B" !important
}

.icon-trophy > .fsTitle:before {
    content: "\E94C" !important
}

.icon-virtual > .fsTitle:before {
    content: "\E952" !important
}

.icon-warning > .fsTitle:before {
    content: "\E94D" !important
}

.bpa-post-filter-1 {
    margin-bottom: 20px
}

body.fsComposeMode .fsTagFilter.bpa-post-filter-1.tag-dropdown > .fsElementContent, body.fsComposeMode .fsTagFilter.bpa-post-filter-1.tag-dropdown > header h2 {
    display: block
}

.fsTagFilter.bpa-post-filter-1 {
    margin-top: 20px
}

    .fsTagFilter.bpa-post-filter-1 > header h2 {
        font-family: Open Sans,sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px
    }

    .fsTagFilter.bpa-post-filter-1 .tags_trigger, .fsTagFilter.bpa-post-filter-1.tag-dropdown > header h2 {
        display: none
    }

    .fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger {
        border: 0;
        background: none;
        font-family: Open Sans,sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 55px;
        position: relative;
        background-color: #f8f8f8;
        padding: 0 0 0 20px;
        width: 100%;
        text-align: left;
        cursor: pointer;
        transition: all .3s;
        margin: 0 0 12px;
        display: block
    }

@media (max-width:599px) {
    .fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger {
        font-size: 17px;
        line-height: 48px
    }
}

.fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate3d(0,-50%,0);
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 100%;
    right: 20px
}

.fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger:after {
    content: "\F105";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    position: absolute;
    top: 50%;
    transform: translate3d(0,-50%,0);
    right: 32px;
    line-height: 1;
    color: #2b3160;
    font-size: 25px
}

.fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger:focus, .fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger:hover {
    background-color: #2b3160;
    color: #fff
}

@media (max-width:699px) {
    .fsStyleOneThird .fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger {
        font-size: 17px;
        line-height: 48px
    }
}

.fsTagFilter.bpa-post-filter-1.tag-dropdown > .fsElementContent {
    display: none
}

.fsTagFilter.bpa-post-filter-1.tag-dropdown.is-active .tags_trigger:after {
    content: "\F107";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    right: 29px
}

.fsTagFilter.bpa-post-filter-1 .fsToolsList .fsTagLink {
    padding: 5px 10px;
    margin: 0 5px 10px 0;
    background-color: #f8f8f8;
    border-radius: 0;
    color: #474850;
    border: none;
    font-family: Open Sans,sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none
}

    .fsTagFilter.bpa-post-filter-1 .fsToolsList .fsStateSelected .fsTagLink, .fsTagFilter.bpa-post-filter-1 .fsToolsList .fsTagLink:focus, .fsTagFilter.bpa-post-filter-1 .fsToolsList .fsTagLink:hover {
        background-color: #2b3160;
        color: #fff
    }

body.fsComposeMode .fsCategoryFilter.bpa-post-filter-1.category-dropdown > .fsElementContent, body.fsComposeMode .fsCategoryFilter.bpa-post-filter-1.category-dropdown > header h2 {
    display: block
}

.fsCategoryFilter.bpa-post-filter-1 {
    margin-top: 40px
}

@media (max-width:599px) {
    .fsCategoryFilter.bpa-post-filter-1 {
        margin-top: 24px
    }
}

.fsCategoryFilter.bpa-post-filter-1 > header h2 {
    font-family: Open Sans,sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    display: block
}

@media (max-width:599px) {
    .fsCategoryFilter.bpa-post-filter-1 > header h2 {
        display: none
    }
}

.fsCategoryFilter.bpa-post-filter-1 .category_trigger {
    border: 0;
    background: none;
    font-family: Open Sans,sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 55px;
    position: relative;
    background-color: #f8f8f8;
    padding: 0 0 0 20px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: all .3s;
    margin: 0 0 12px;
    display: block;
    display: none
}

@media (max-width:599px) {
    .fsCategoryFilter.bpa-post-filter-1 .category_trigger {
        font-size: 17px;
        line-height: 48px
    }
}

.fsCategoryFilter.bpa-post-filter-1 .category_trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate3d(0,-50%,0);
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 100%;
    right: 20px
}

.fsCategoryFilter.bpa-post-filter-1 .category_trigger:after {
    content: "\F105";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    position: absolute;
    top: 50%;
    transform: translate3d(0,-50%,0);
    right: 32px;
    line-height: 1;
    color: #2b3160;
    font-size: 25px
}

.fsCategoryFilter.bpa-post-filter-1 .category_trigger:focus, .fsCategoryFilter.bpa-post-filter-1 .category_trigger:hover {
    background-color: #2b3160;
    color: #fff
}

@media (max-width:699px) {
    .fsStyleOneThird .fsCategoryFilter.bpa-post-filter-1 .category_trigger {
        font-size: 17px;
        line-height: 48px
    }
}

@media (max-width:599px) {
    .fsCategoryFilter.bpa-post-filter-1 .category_trigger {
        display: block
    }
}

.fsCategoryFilter.bpa-post-filter-1 > .fsElementContent {
    width: 100%;
    z-index: 2;
    display: block
}

@media (max-width:599px) {
    .fsCategoryFilter.bpa-post-filter-1 > .fsElementContent {
        display: none
    }
}

@media (max-width:599px) {
    .fsCategoryFilter.bpa-post-filter-1.is-active > header .category_trigger:after {
        content: "\F107";
        font-family: IcoMoon;
        font-smoothing: antialiased;
        font-weight: 400;
        speak: none;
        right: 29px
    }
}

.fsCategoryFilter.bpa-post-filter-1.category-dropdown {
    margin: 20px 0
}

    .fsCategoryFilter.bpa-post-filter-1.category-dropdown > header h2 {
        display: none
    }

    .fsCategoryFilter.bpa-post-filter-1.category-dropdown .category_trigger {
        display: block
    }

    .fsCategoryFilter.bpa-post-filter-1.category-dropdown > .fsElementContent {
        display: none
    }

.fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li {
    display: block;
    border-bottom: 1px solid #e5e5e5
}

    .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li:last-child {
        border-bottom: none
    }

    .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li:first-child .fsCategoryLink {
        padding-top: 0
    }

        .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li:first-child .fsCategoryLink:before {
            top: 7px
        }

.fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsCategoryLink {
    position: relative;
    text-align: left;
    border: none;
    padding: 14px 25px;
    margin: 0;
    background-color: rgba(0,0,0,0);
    border-radius: 0;
    color: #474850;
    font-family: Open Sans,sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none
}

    .fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsCategoryLink:before {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        top: 21px;
        left: 0;
        border: 1px solid #2b3160;
        border-radius: 100%;
        background: rgba(0,0,0,0);
        transition: .3s
    }

    .fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsCategoryLink:focus, .fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsCategoryLink:hover {
        color: #2b3160
    }

.fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsStateSelected .fsCategoryLink:before {
    background-color: #2b3160;
    transition: .3s
}

.fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsStateSelected .fsCategoryLink:focus {
    color: #474850
}

body:not(.fsComposeMode) .filter-search-container {
    position: relative;
    margin-top: 40px
}

@media (min-width:700px) {
    body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 > header {
        width: 280px
    }
}

body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 > header h2 {
    display: none
}

body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .category_trigger {
    display: block
}

body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 > .fsElementContent {
    display: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5
}

body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1.is-active > header .category_trigger:after {
    content: "\F107";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    right: 29px
}

body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList {
    background: #fff;
    margin-bottom: 0
}

@media (min-width:700px) {
    body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList {
        display: flex;
        flex-wrap: wrap;
        overflow: hidden
    }
}

body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li {
    border-bottom: 1px solid #e5e5e5
}

@media (min-width:700px) {
    body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li {
        width: calc(33.33% - 20px);
        margin: 1px 10px -1px
    }
}

body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li:first-child .fsCategoryLink {
    padding-top: 9px
}

@media (max-width:599px) {
    body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li:last-child {
        border: 0
    }
}

body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li .fsCategoryLink {
    padding: 9px 25px 9px 40px
}

    body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li .fsCategoryLink:before {
        left: 20px;
        top: 16px
    }

body:not(.fsComposeMode) .filter-search-container .fsSearch.bpa-post-filter-1 {
    margin-bottom: 20px
}

@media (min-width:700px) {
    body:not(.fsComposeMode) .filter-search-container .fsSearch.bpa-post-filter-1 {
        position: absolute;
        top: 0;
        right: 0;
        width: calc(100% - 300px);
        margin-bottom: 0
    }
}

.fsSearch.bpa-post-filter-1 .fsElementToolsSearch {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #f8f8f8;
    padding: 15.5px 20px
}

@media (max-width:599px) {
    .fsSearch.bpa-post-filter-1 .fsElementToolsSearch {
        padding: 13px 20px
    }
}

.fsSearch.bpa-post-filter-1 .fsElementToolsKeyword {
    flex-grow: 1;
    margin-right: 5px
}

    .fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsStyleSearchField {
        border: none;
        background: none;
        padding: 0 30px 0 0;
        color: #474850;
        font-family: Open Sans,sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 1
    }

@media (max-width:599px) {
    .fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsStyleSearchField {
        font-size: 17px
    }
}

.fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsStyleSearchField::placeholder {
    color: #474850
}

.fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsButtonClear {
    display: none
}

.fsSearch.bpa-post-filter-1 .fsElementToolsKeyword.buttonClearActive .fsButtonClear {
    display: block
}

.fsSearch.bpa-post-filter-1 .fsElementToolsSearchButton {
    margin: 0;
    width: 35px;
    overflow: hidden;
    color: rgba(0,0,0,0);
    padding: 0;
    align-self: stretch;
    background-color: rgba(0,0,0,0);
    position: relative;
    border: 0;
    min-width: 0
}

    .fsSearch.bpa-post-filter-1 .fsElementToolsSearchButton:before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translate3d(0,-50%,0);
        width: 35px;
        height: 35px;
        background-color: #fff;
        border-radius: 100%
    }

    .fsSearch.bpa-post-filter-1 .fsElementToolsSearchButton:after {
        content: "\F002";
        font-family: IcoMoon;
        font-smoothing: antialiased;
        font-weight: 400;
        speak: none;
        position: absolute;
        top: 50%;
        transform: translate3d(0,-50%,0);
        width: 100%;
        text-align: center;
        left: 0;
        line-height: 1;
        color: #2b3160;
        font-size: 16px
    }

.fsGrid.bpa-post-filter-1 .fsListItems {
    margin-left: -10px;
    margin-right: -10px
}

.fsGrid.bpa-post-filter-1 article {
    position: relative;
    text-align: center;
    margin: 0 0 20px;
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: center
}

    .fsGrid.bpa-post-filter-1 article[class*=icon-] .fsTitle {
        position: relative
    }

        .fsGrid.bpa-post-filter-1 article[class*=icon-] .fsTitle:before {
            content: "";
            font-family: bpa-font-icons;
            font-weight: 400;
            speak: none;
            visibility: visible !important;
            opacity: 1 !important
        }

@media (min-width:600px) {
    .fsGrid.bpa-post-filter-1 article {
        width: 100%
    }
}

@media (min-width:800px) {
    .fsGrid.bpa-post-filter-1 article {
        width: 50%
    }
}

@media (min-width:1000px) {
    .fsGrid.bpa-post-filter-1 article {
        width: 33.33%
    }
}

.fsGrid.bpa-post-filter-1 article:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 100%;
    background-color: #f8f8f8
}

.fsGrid.bpa-post-filter-1 article > a, .fsGrid.bpa-post-filter-1 article > div {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.fsGrid.bpa-post-filter-1 article > .fsTitle {
    position: relative;
    padding-bottom: 16px;
    transition: .4s;
    transform: translate3d(0,39px,0);
    color: #474850;
    font-family: Open Sans,sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: none
}

    .fsGrid.bpa-post-filter-1 article > .fsTitle a {
        color: inherit
    }

    .fsGrid.bpa-post-filter-1 article > .fsTitle:after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translate3d(-50%,0,0);
        bottom: 0;
        width: 30px;
        height: 3px;
        background-color: #fff
    }

.fsGrid.bpa-post-filter-1 article > .fsThumbnail {
    padding: 0;
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat
}

    .fsGrid.bpa-post-filter-1 article > .fsThumbnail:before {
        content: "";
        background: linear-gradient(180deg,rgba(0,0,0,0),#000);
        opacity: .6;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all .4s
    }

    .fsGrid.bpa-post-filter-1 article > .fsThumbnail img {
        opacity: 0;
        visibility: hidden
    }

.fsGrid.bpa-post-filter-1 article > .fsSummary {
    color: inherit;
    font-family: Open Sans,sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 12px;
    height: 78px;
    opacity: 0;
    overflow: hidden;
    transition: .4s;
    transform: scale(.5)
}

.fsGrid.bpa-post-filter-1 article > .fsReadMoreLink {
    position: absolute;
    width: 100%;
    height: 100%;
    color: rgba(0,0,0,0);
    top: 0;
    left: 0
}

.fsGrid.bpa-post-filter-1 article.active > .fsTitle, .fsGrid.bpa-post-filter-1 article:focus > .fsTitle, .fsGrid.bpa-post-filter-1 article:hover > .fsTitle {
    transform: translateZ(0);
    transition: .4s
}

.fsGrid.bpa-post-filter-1 article.active > .fsThumbnail:before, .fsGrid.bpa-post-filter-1 article:focus > .fsThumbnail:before, .fsGrid.bpa-post-filter-1 article:hover > .fsThumbnail:before {
    background: linear-gradient(180deg,#000,#000);
    opacity: .8;
    transition: all .4s
}

.fsGrid.bpa-post-filter-1 article.active > .fsSummary, .fsGrid.bpa-post-filter-1 article:focus > .fsSummary, .fsGrid.bpa-post-filter-1 article:hover > .fsSummary {
    opacity: 1;
    transition: .4s;
    transform: scale(1)
}

.fsGrid.bpa-post-filter-1 article[class*=fsCategory] {
    padding: 20px 20px 30px
}

    .fsGrid.bpa-post-filter-1 article[class*=fsCategory] > .fsTitle {
        transform: translateZ(0)
    }

        .fsGrid.bpa-post-filter-1 article[class*=fsCategory] > .fsTitle:before {
            content: "$";
            display: block;
            border-radius: 100%;
            width: 60px;
            height: 60px;
            color: #474850;
            background-color: #fff;
            margin: 0 auto 25px;
            line-height: 60px;
            font-size: 24px;
            font-weight: 400;
            visibility: hidden;
            opacity: 0
        }

    .fsGrid.bpa-post-filter-1 article[class*=fsCategory].active > .fsTitle, .fsGrid.bpa-post-filter-1 article[class*=fsCategory]:focus > .fsTitle, .fsGrid.bpa-post-filter-1 article[class*=fsCategory]:hover > .fsTitle {
        transform: translate3d(0,-42.5px,0);
        transition: .4s
    }

        .fsGrid.bpa-post-filter-1 article[class*=fsCategory].active > .fsTitle:before, .fsGrid.bpa-post-filter-1 article[class*=fsCategory]:focus > .fsTitle:before, .fsGrid.bpa-post-filter-1 article[class*=fsCategory]:hover > .fsTitle:before {
            transform: scale(0);
            opacity: 0;
            transition: .4s
        }

    .fsGrid.bpa-post-filter-1 article[class*=fsCategory].active > .fsSummary, .fsGrid.bpa-post-filter-1 article[class*=fsCategory]:focus > .fsSummary, .fsGrid.bpa-post-filter-1 article[class*=fsCategory]:hover > .fsSummary {
        opacity: 1;
        transition: .4s;
        transform: translate3d(0,-42.5px,0) scale(1)
    }

.fsGrid.bpa-post-filter-1 article.has-summary[class*=fsCategory] {
    padding: 0 20px
}

    .fsGrid.bpa-post-filter-1 article.has-summary[class*=fsCategory][class*=icon-] > .fsTitle {
        transform: translate3d(0,45px,0)
    }

    .fsGrid.bpa-post-filter-1 article.has-summary[class*=fsCategory].active > .fsTitle, .fsGrid.bpa-post-filter-1 article.has-summary[class*=fsCategory]:focus > .fsTitle, .fsGrid.bpa-post-filter-1 article.has-summary[class*=fsCategory]:hover > .fsTitle {
        transform: translate3d(0,-42.5px,0)
    }

.fsGrid.bpa-post-filter-1 article.has-thumbnail > .fsTitle {
    color: #fff;
    text-shadow: 1px 1px 1px #000
}

    .fsGrid.bpa-post-filter-1 article.has-thumbnail > .fsTitle:before {
        text-shadow: none
    }

    .fsGrid.bpa-post-filter-1 article.has-thumbnail > .fsTitle a {
        color: inherit
    }

.fsGrid.bpa-post-filter-1 article.has-thumbnail > .fsSummary {
    color: #fff;
    text-shadow: 1px 1px 1px #000
}

.fsGrid.bpa-post-filter-1.dark article:before {
    background-color: #c1282e
}

.fsGrid.bpa-post-filter-1.dark article > .fsTitle {
    color: #fff
}

    .fsGrid.bpa-post-filter-1.dark article > .fsTitle a {
        color: inherit
    }

.fsGrid.bpa-post-filter-1.dark article > .fsSummary {
    color: #fff
}

.fsStyleOneThird .fsGrid.bpa-post-filter-1 article {
    width: 100%
}

.bpa-icon-library .fsContent {
    position: relative;
    padding-top: 20px
}

    .bpa-icon-library .fsContent[class*=icon]:before {
        content: "";
        font-family: bpa-font-icons;
        font-weight: 400;
        speak: none;
        font-size: 50px
    }

.bpa-icon-library .icon-apple:before {
    content: "\E901" !important
}

.bpa-icon-library .icon-backpack:before {
    content: "\E902" !important
}

.bpa-icon-library .icon-bar-graph:before {
    content: "\E903" !important
}

.bpa-icon-library .icon-baseball:before {
    content: "\E904" !important
}

.bpa-icon-library .icon-book:before {
    content: "\E905" !important
}

.bpa-icon-library .icon-briefcase:before {
    content: "\E906" !important
}

.bpa-icon-library .icon-bullhorn:before {
    content: "\E907" !important
}

.bpa-icon-library .icon-bus:before {
    content: "\E908" !important
}

.bpa-icon-library .icon-calendar:before {
    content: "\E909" !important
}

.bpa-icon-library .icon-camera:before {
    content: "\E90A" !important
}

.bpa-icon-library .icon-certificate:before {
    content: "\E90B" !important
}

.bpa-icon-library .icon-check:before {
    content: "\E90C" !important
}

.bpa-icon-library .icon-chess:before {
    content: "\E90D" !important
}

.bpa-icon-library .icon-city:before {
    content: "\E90E" !important
}

.bpa-icon-library .icon-college:before {
    content: "\E90F" !important
}

.bpa-icon-library .icon-covid:before {
    content: "\E951" !important
}

.bpa-icon-library .icon-cross:before {
    content: "\E910" !important
}

.bpa-icon-library .icon-directory:before {
    content: "\E911" !important
}

.bpa-icon-library .icon-diversity:before {
    content: "\E912" !important
}

.bpa-icon-library .icon-dollar:before {
    content: "\E94F" !important
}

.bpa-icon-library .icon-door:before {
    content: "\E913" !important
}

.bpa-icon-library .icon-droplet:before {
    content: "\E914" !important
}

.bpa-icon-library .icon-enroll:before {
    content: "\E915" !important
}

.bpa-icon-library .icon-family:before {
    content: "\E954" !important
}

.bpa-icon-library .icon-faq:before {
    content: "\E916" !important
}

.bpa-icon-library .icon-files:before {
    content: "\E917" !important
}

.bpa-icon-library .icon-football:before {
    content: "\E918" !important
}

.bpa-icon-library .icon-gift:before {
    content: "\E919" !important
}

.bpa-icon-library .icon-giving:before {
    content: "\E91A" !important
}

.bpa-icon-library .icon-globe:before {
    content: "\E91B" !important
}

.bpa-icon-library .icon-grad:before {
    content: "\E91C" !important
}

.bpa-icon-library .icon-group-boys:before {
    content: "\E91D" !important
}

.bpa-icon-library .icon-group-coed:before {
    content: "\E91E" !important
}

.bpa-icon-library .icon-group-girls:before {
    content: "\E926" !important
}

.bpa-icon-library .icon-group:before {
    content: "\E927" !important
}

.bpa-icon-library .icon-heart:before {
    content: "\E928" !important
}

.bpa-icon-library .icon-info:before {
    content: "\E929" !important
}

.bpa-icon-library .icon-jersey:before {
    content: "\E92A" !important
}

.bpa-icon-library .icon-leaf:before {
    content: "\E92B" !important
}

.bpa-icon-library .icon-lightbulb:before {
    content: "\E92C" !important
}

.bpa-icon-library .icon-link:before {
    content: "\E92D" !important
}

.bpa-icon-library .icon-list:before {
    content: "\E92E" !important
}

.bpa-icon-library .icon-location:before {
    content: "\E92F" !important
}

.bpa-icon-library .icon-lock:before {
    content: "\E930" !important
}

.bpa-icon-library .icon-map:before {
    content: "\E931" !important
}

.bpa-icon-library .icon-medal:before {
    content: "\E932" !important
}

.bpa-icon-library .icon-microscope:before {
    content: "\E933" !important
}

.bpa-icon-library .icon-mobile:before {
    content: "\E950" !important
}

.bpa-icon-library .icon-music:before {
    content: "\E934" !important
}

.bpa-icon-library .icon-paint:before {
    content: "\E935" !important
}

.bpa-icon-library .icon-parent:before {
    content: "\E953" !important
}

.bpa-icon-library .icon-pencil:before {
    content: "\E936" !important
}

.bpa-icon-library .icon-person:before {
    content: "\E937" !important
}

.bpa-icon-library .icon-phone:before {
    content: "\E938" !important
}

.bpa-icon-library .icon-piggy-bank:before {
    content: "\E939" !important
}

.bpa-icon-library .icon-portion:before {
    content: "\E93A" !important
}

.bpa-icon-library .icon-question:before {
    content: "\E93B" !important
}

.bpa-icon-library .icon-ratio:before {
    content: "\E93C" !important
}

.bpa-icon-library .icon-robot:before {
    content: "\E93D" !important
}

.bpa-icon-library .icon-school:before {
    content: "\E93E" !important
}

.bpa-icon-library .icon-screens:before {
    content: "\E93F" !important
}

.bpa-icon-library .icon-settings:before {
    content: "\E940" !important
}

.bpa-icon-library .icon-shoe:before {
    content: "\E941" !important
}

.bpa-icon-library .icon-soccer:before {
    content: "\E942" !important
}

.bpa-icon-library .icon-sports:before {
    content: "\E943" !important
}

.bpa-icon-library .icon-star-of-david:before {
    content: "\E944" !important
}

.bpa-icon-library .icon-star:before {
    content: "\E945" !important
}

.bpa-icon-library .icon-store:before {
    content: "\E946" !important
}

.bpa-icon-library .icon-sun:before {
    content: "\E947" !important
}

.bpa-icon-library .icon-teacher:before {
    content: "\E948" !important
}

.bpa-icon-library .icon-theatre:before {
    content: "\E949" !important
}

.bpa-icon-library .icon-time:before {
    content: "\E94A" !important
}

.bpa-icon-library .icon-tree:before {
    content: "\E94B" !important
}

.bpa-icon-library .icon-trophy:before {
    content: "\E94C" !important
}

.bpa-icon-library .icon-virtual:before {
    content: "\E952" !important
}

.bpa-icon-library .icon-warning:before {
    content: "\E94D" !important
}
