@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,600,600i|Old+Standard+TT|Raleway:300,400,400i,500,500i,600,600i,700,700i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,600,600i|Old+Standard+TT|Raleway:300,400,400i,500,500i,600,600i,700,700i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,600,600i|Old+Standard+TT|Raleway:300,400,400i,500,500i,600,600i,700,700i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,600,600i|Old+Standard+TT|Raleway:300,400,400i,500,500i,600,600i,700,700i&display=swap);
@charset "UTF-8";

.compartment {
    position: relative;
    margin: 0 auto;
    max-width: 1180px
}

.margin-x {
    margin-right: 1.42857em;
    margin-left: 1.42857em
}

.margin-x-2x {
    margin-right: 2.85714em;
    margin-left: 2.85714em
}

.margin-y {
    margin-top: 1.42857em;
    margin-bottom: 1.42857em
}

.margin-y-2x {
    margin-top: 2.85714em;
    margin-bottom: 2.85714em
}

.padding-x {
    padding-right: 1.42857em;
    padding-left: 1.42857em
}

.padding-x-2x {
    padding-right: 2.85714em;
    padding-left: 2.85714em
}

.padding-y {
    padding-top: 1.42857em;
    padding-bottom: 1.42857em
}

.padding-y-2x {
    padding-top: 2.85714em;
    padding-bottom: 2.85714em
}

.stretch-container {
    margin-right: -1.42857em;
    margin-left: -1.42857em
}

.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
}

.fsAthleticsRosterList li>div.fsRosterName,
.fsTitle,
.fsVimeoTitle,
.fsYoutubeTitle {
    margin: 0;
    font-weight: 700;
    font-size: 1.1em
}

h1 {
    margin-top: 0;
    font-weight: 400;
    font-family: Playfair Display, Georgia, serif;
    color: #135;
    font-size: 3.125rem;
    line-height: 4.375rem;
    margin-bottom: 30px
}

@media (max-width:999px) {
    h1 {
        font-size: 2.6875rem;
        line-height: 140%
    }
}

h2 {
    margin-top: 0;
    font-weight: 400;
    font-family: Playfair Display, Georgia, serif;
    color: #135;
    font-size: 2.625rem;
    line-height: 3.4375rem;
    margin-bottom: 30px
}

@media (max-width:999px) {
    h2 {
        font-size: 2.25rem;
        line-height: 140%
    }
}

h2.fsElementTitle {
    font-size: 2.1875rem;
    line-height: 1.28571;
    margin-bottom: 20px
}

h3 {
    margin-top: 0;
    font-weight: 400;
    font-family: Playfair Display, Georgia, serif;
    color: #135;
    font-size: 2.1875rem;
    line-height: 2.8125rem;
    margin-bottom: 30px
}

@media (max-width:999px) {
    h3 {
        font-size: 2rem;
        line-height: 140%
    }
}

h4 {
    font-size: 1.5rem;
    line-height: 2.375rem
}

h4,
h5 {
    margin-top: 0;
    font-weight: 400;
    font-family: Playfair Display, Georgia, serif;
    color: #135;
    color: #636363;
    margin-bottom: 20px
}

h5 {
    font-size: 1.0625rem;
    line-height: 1.25rem
}

h6 {
    margin-top: 0;
    font-weight: 400;
    font-family: Playfair Display, Georgia, serif;
    color: #135;
    font-size: .9375rem;
    line-height: 1.125rem;
    color: #e4002b;
    font-weight: 600;
    margin-bottom: 20px
}

p {
    margin: 0 0 20px
}

body:not(.fsComposeMode) p:last-child {
    margin-bottom: 0
}

hr {
    margin: 0 auto;
    border: 0;
    border-bottom: 2px solid rgba(226, 216, 198, .5)
}

.icon-lion hr {
    position: relative;
    z-index: 0
}

.icon-lion hr:before {
    width: 35px;
    background: url(../images/lion.svg) no-repeat;
    background-size: contain;
    display: block;
    color: #e4002b;
    margin-bottom: 10px;
    z-index: 1
}

.icon-lion hr:after,
.icon-lion hr:before {
    content: "";
    position: absolute;
    top: -10px;
    height: 21px
}

.icon-lion hr:after {
    width: 50px;
    background: #fff;
    left: 0
}

.center hr:after,
.center hr:before {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0)
}

.center hr:after {
    width: 65px
}

a {
    /* position: relative; COMMENTED OUT BY PENTERA */
    text-decoration: none;
    color: #135;
    /* display: inline-block; COMMENTED OUT BY PENTERA */
    font-weight: 700;
    transition: background .3s, color .3s
}

a.fs_style_37:after {
    content: "";
    background: #e4002b;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 1px;
    left: 0;
    display: block;
    transition: width .3s
}

a.fs_style_37:focus,
a.fs_style_37:hover {
    text-decoration: none
}

a.fs_style_37:focus:after,
a.fs_style_37:hover:after {
    width: 100%
}

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

ol,
ul {
    margin-top: 0;
    padding-left: 20px
}

.fsAthleticsEvent.fsTable .fsElementTable,
.fsAthleticsRoster .fsElementTable,
table.fs_style_33,
table.fs_style_35,
table.fs_style_36 {
    margin-bottom: 20px;
    width: 100%;
    display: table
}

@media (max-width:699px) {

    .fsAthleticsEvent.fsTable .fsElementTable,
    .fsAthleticsRoster .fsElementTable,
    table.fs_style_33,
    table.fs_style_35,
    table.fs_style_36 {
        overflow-x: auto;
        display: block
    }
}

.fsAthleticsEvent.fsTable .fsElementTable tbody,
.fsAthleticsRoster .fsElementTable tbody,
table.fs_style_33 tbody,
table.fs_style_35 tbody,
table.fs_style_36 tbody {
    border: 1px solid #e2d8c6
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable td,
.fsAthleticsRoster .fsElementTable th,
table.fs_style_33 td,
table.fs_style_33 th,
table.fs_style_35 td,
table.fs_style_35 th,
table.fs_style_36 td,
table.fs_style_36 th {
    vertical-align: top;
    border-bottom: none
}

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.fs_style_33 th,
table.fs_style_35 th,
table.fs_style_36 th {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.16667;
    padding: 25px 20px;
    background: #135;
    color: #fff;
    text-align: left
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_33 td,
table.fs_style_35 td,
table.fs_style_36 td {
    padding: 13px 20px;
    background: #fff
}

.fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow,
.fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow,
table.fs_style_33 tr.fsLoadMoreButtonRow,
table.fs_style_35 tr.fsLoadMoreButtonRow,
table.fs_style_36 tr.fsLoadMoreButtonRow {
    border-bottom: none
}

.fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow>td,
.fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow>td,
table.fs_style_33 tr.fsLoadMoreButtonRow>td,
table.fs_style_35 tr.fsLoadMoreButtonRow>td,
table.fs_style_36 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_33:last-child,
body:not(.fsComposeMode) table.fs_style_35:last-child,
body:not(.fsComposeMode) table.fs_style_36:last-child {
    margin-bottom: 0
}

.table-overflow {
    overflow-x: auto;
    max-width: 100%;
    margin-bottom: 20px
}

.table-overflow:last-child {
    margin-bottom: 0
}

table.fs_style_35 td {
    border-bottom: 1px solid #e2d8c6
}

table.fs_style_36 tbody {
    border: 0
}

table.fs_style_36 td {
    background: rgba(226, 216, 198, .5);
    border-bottom: 1px solid #fff
}

table.fs_style_36 tr:nth-of-type(odd) td {
    background-color: #f6f4f2
}

canvas,
img,
svg,
video {
    height: auto;
    max-width: 100%
}

iframe {
    border: 0;
    max-width: 100%
}

.fs_style_23 {
    position: relative;
    margin: 0 0 20px;
    padding: 20px 50px;
    font-family: Raleway, sans-serif;
    font-size: .6875rem;
    line-height: 1.18182;
    font-weight: 700;
    background: #fff;
    color: #135;
    border-radius: 0;
    border: 1px solid #cfcfcf;
    cursor: pointer;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center
}

.fs_style_23,
.fs_style_23:before {
    transition: .3s;
    display: inline-block
}

.fs_style_23:before {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 36px;
    width: 0;
    height: 1px;
    background: #e4002b
}

.fs_style_23:after {
    display: none
}

.fs_style_23.on,
.fs_style_23:focus,
.fs_style_23:hover,
.fsStateSelected .fs_style_23 {
    background: #fff;
    color: #135;
    border: 1px solid #e4002b;
    text-decoration: none;
    padding-left: 59px;
    padding-right: 41px;
    transition: .3s
}

.fs_style_23.on:before,
.fs_style_23:focus:before,
.fs_style_23:hover:before,
.fsStateSelected .fs_style_23:before {
    width: 15px
}

.fs_style_23 em {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: .8125rem;
    line-height: 1.69231;
    color: #636363;
    text-transform: none;
    margin-top: 4px
}

.fs_style_25 {
    position: relative;
    margin: 0 0 20px;
    font-family: Raleway, sans-serif;
    font-size: .6875rem;
    line-height: 1.18182;
    font-weight: 700;
    background: #fff;
    color: #135;
    border-radius: 0;
    cursor: pointer;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    text-transform: none;
    font-size: .875rem;
    line-height: 1.78571;
    font-weight: 600;
    letter-spacing: 0;
    padding: 15px 30px
}

.fs_style_25,
.fs_style_25:before {
    transition: .3s;
    display: inline-block
}

.fs_style_25:before {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 36px;
    width: 0;
    height: 1px;
    background: #e4002b
}

.fs_style_25:after {
    display: none
}

.fs_style_25.on,
.fs_style_25:focus,
.fs_style_25:hover,
.fsStateSelected .fs_style_25 {
    background: #fff;
    color: #135;
    border: 1px solid #e4002b;
    text-decoration: none;
    padding-left: 59px;
    padding-right: 41px
}

.fs_style_25.on:before,
.fs_style_25:focus:before,
.fs_style_25:hover:before,
.fsStateSelected .fs_style_25:before {
    width: 15px
}

.fs_style_25 em {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: .8125rem;
    line-height: 1.69231;
    color: #636363;
    text-transform: none;
    margin-top: 4px
}

.fs_style_25:before {
    left: 17px
}

.fs_style_25.on,
.fs_style_25:focus,
.fs_style_25:hover,
.fsStateSelected .fs_style_25 {
    border: 0;
    padding-left: 40px;
    padding-right: 20px;
    transition: .3s
}

.fs_style_28 {
    font-weight: 600;
    font-size: .9375rem;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 30px
}

@media (min-width:1000px) {
    .fs_style_28 {
        padding: 30px 60px
    }
}

.fs_style_28.on,
.fs_style_28:focus,
.fs_style_28:hover,
.fsStateSelected .fs_style_28 {
    padding-left: 69px;
    padding-right: 30px
}

@media (min-width:1000px) {

    .fs_style_28.on,
    .fs_style_28:focus,
    .fs_style_28:hover,
    .fsStateSelected .fs_style_28 {
        padding-left: 69px;
        padding-right: 51px
    }
}

.fs_style_29 {
    width: 100%;
    display: block
}

.fs_style_26 {
    position: relative;
    margin: 0 0 20px;
    padding: 20px 50px;
    font-family: Raleway, sans-serif;
    font-size: .6875rem;
    line-height: 1.18182;
    font-weight: 700;
    background: rgba(0, 0, 0, 0);
    color: #e2d8c6;
    border-radius: 0;
    border: 1px solid #cfcfcf;
    cursor: pointer;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid rgba(226, 216, 198, .5)
}

.fs_style_26,
.fs_style_26:before {
    transition: .3s;
    display: inline-block
}

.fs_style_26:before {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 36px;
    width: 0;
    height: 1px;
    background: #e4002b
}

.fs_style_26:after {
    display: none
}

.fs_style_26.on,
.fs_style_26:focus,
.fs_style_26:hover,
.fsStateSelected .fs_style_26 {
    background: rgba(0, 0, 0, 0);
    color: #e2d8c6;
    border: 1px solid #e4002b;
    text-decoration: none;
    padding-left: 59px;
    padding-right: 41px;
    transition: .3s
}

.fs_style_26.on:before,
.fs_style_26:focus:before,
.fs_style_26:hover:before,
.fsStateSelected .fs_style_26:before {
    width: 15px
}

.fs_style_26 em {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: .8125rem;
    line-height: 1.69231;
    color: #636363;
    text-transform: none;
    margin-top: 4px;
    color: #fff
}

.fs_style_27 {
    position: relative;
    margin: 0 0 20px;
    font-family: Raleway, sans-serif;
    font-size: .6875rem;
    line-height: 1.18182;
    font-weight: 700;
    background: rgba(0, 0, 0, 0);
    color: #e2d8c6;
    border-radius: 0;
    cursor: pointer;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    text-transform: none;
    font-size: .875rem;
    line-height: 1.78571;
    font-weight: 600;
    letter-spacing: 0;
    padding: 15px 30px
}

.fs_style_27,
.fs_style_27:before {
    transition: .3s;
    display: inline-block
}

.fs_style_27:before {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 36px;
    width: 0;
    height: 1px;
    background: #e4002b
}

.fs_style_27:after {
    display: none
}

.fs_style_27.on,
.fs_style_27:focus,
.fs_style_27:hover,
.fsStateSelected .fs_style_27 {
    background: rgba(0, 0, 0, 0);
    color: #e2d8c6;
    border: 1px solid #e4002b;
    text-decoration: none;
    padding-left: 59px;
    padding-right: 41px
}

.fs_style_27.on:before,
.fs_style_27:focus:before,
.fs_style_27:hover:before,
.fsStateSelected .fs_style_27:before {
    width: 15px
}

.fs_style_27 em {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: .8125rem;
    line-height: 1.69231;
    color: #636363;
    text-transform: none;
    margin-top: 4px
}

.fs_style_27:before {
    left: 17px
}

.fs_style_27 em {
    color: #fff
}

.fs_style_27.on,
.fs_style_27:focus,
.fs_style_27:hover,
.fsStateSelected .fs_style_27 {
    border: 0;
    padding-left: 40px;
    padding-right: 20px;
    transition: .3s
}

.button-dark {
    background: #000;
    padding: 40px 40px 20px;
    max-width: 362px
}

.fs_style_30,
.fs_style_31,
.fs_style_34 {
    position: relative;
    margin: 0 0 20px;
    font-family: Raleway, sans-serif;
    font-size: .6875rem;
    line-height: 1.18182;
    font-weight: 700;
    background: #fff;
    color: #135;
    border-radius: 0;
    border: 1px solid #cfcfcf;
    cursor: pointer;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    transition: .3s;
    display: inline-block;
    padding: 21px 50px 21px 81px
}

.fs_style_30:before,
.fs_style_31:before,
.fs_style_34:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    left: 36px;
    width: 0;
    height: 1px;
    background: #e4002b;
    transition: .3s
}

.fs_style_30:after,
.fs_style_31:after,
.fs_style_34:after {
    display: none
}

.fs_style_30.on,
.fs_style_30:focus,
.fs_style_30:hover,
.fs_style_31.on,
.fs_style_31:focus,
.fs_style_31:hover,
.fs_style_34.on,
.fs_style_34:focus,
.fs_style_34:hover,
.fsStateSelected .fs_style_30,
.fsStateSelected .fs_style_31,
.fsStateSelected .fs_style_34 {
    background: #fff;
    color: #135;
    border: 1px solid #e4002b;
    text-decoration: none;
    padding-left: 59px;
    padding-right: 41px;
    transition: .3s
}

.fs_style_30.on:before,
.fs_style_30:focus:before,
.fs_style_30:hover:before,
.fs_style_31.on:before,
.fs_style_31:focus:before,
.fs_style_31:hover:before,
.fs_style_34.on:before,
.fs_style_34:focus:before,
.fs_style_34:hover:before,
.fsStateSelected .fs_style_30:before,
.fsStateSelected .fs_style_31:before,
.fsStateSelected .fs_style_34:before {
    width: 15px
}

.fs_style_30 em,
.fs_style_31 em,
.fs_style_34 em {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: .8125rem;
    line-height: 1.69231;
    color: #636363;
    text-transform: none;
    margin-top: 4px
}

.fs_style_30:before,
.fs_style_31:before,
.fs_style_34:before {
    font-size: 20px;
    line-height: 1;
    color: #135;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    width: auto;
    background: rgba(0, 0, 0, 0);
    transition: all .3s
}

.fs_style_30:focus,
.fs_style_30:hover,
.fs_style_31:focus,
.fs_style_31:hover,
.fs_style_34:focus,
.fs_style_34:hover {
    padding: 21px 50px 21px 81px
}

.fs_style_30:focus:before,
.fs_style_30:hover:before,
.fs_style_31:focus:before,
.fs_style_31:hover:before,
.fs_style_34:focus:before,
.fs_style_34:hover:before {
    width: auto;
    color: #e4002b
}

.fs_style_31:before {
    content: "\E901";
    font-size: 22px
}

.fs_style_30:before,
.fs_style_31:before {
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none
}

.fs_style_30:before {
    content: "\E900"
}

.fs_style_34 {
    padding-left: 74px
}

.fs_style_34:before {
    content: "\E906";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    font-size: 10px
}

.fs_style_34:focus,
.fs_style_34:hover {
    padding-left: 74px
}

.button-container .fsElement {
    margin-bottom: 40px
}

.fsStyleDefaultButton {
    position: relative;
    margin: 0 0 20px;
    padding: 20px 50px;
    font-family: Raleway, sans-serif;
    font-size: .6875rem;
    line-height: 1.18182;
    font-weight: 700;
    background: #fff;
    color: #135;
    border-radius: 0;
    border: 1px solid #cfcfcf;
    cursor: pointer;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    transition: .3s;
    display: inline-block
}

.fsStyleDefaultButton:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 36px;
    width: 0;
    height: 1px;
    background: #e4002b;
    transition: .3s
}

.fsStyleDefaultButton:after {
    display: none
}

.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on,
.fsStyleDefaultButton:focus,
.fsStyleDefaultButton:hover {
    background: #fff;
    color: #135;
    border: 1px solid #e4002b;
    text-decoration: none;
    padding-left: 59px;
    padding-right: 41px;
    transition: .3s
}

.fsStateSelected .fsStyleDefaultButton:before,
.fsStyleDefaultButton.on:before,
.fsStyleDefaultButton:focus:before,
.fsStyleDefaultButton:hover:before {
    width: 15px
}

.fsStyleDefaultButton em {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: .8125rem;
    line-height: 1.69231;
    color: #636363;
    text-transform: none;
    margin-top: 4px
}

.fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0
}

.fsStyleDefaultButton.fsSelectAll {
    margin-bottom: 5px;
    padding: 7px 12px;
    font-family: Raleway, sans-serif;
    font-size: .6875rem;
    border: 1px solid #cfcfcf
}

.fsStyleDefaultButton.fsSelectAll:before {
    display: none
}

.fsStateSelected .fsStyleDefaultButton.fsSelectAll,
.fsStyleDefaultButton.fsSelectAll.on,
.fsStyleDefaultButton.fsSelectAll:focus,
.fsStyleDefaultButton.fsSelectAll:hover {
    padding: 7px 12px
}

.fsStyleDefaultButton.fsSelectAll:focus,
.fsStyleDefaultButton.fsSelectAll:hover {
    border: 1px solid #e4002b
}

.fsStyleUpdateButton {
    position: relative;
    margin: 0 0 20px;
    padding: 20px 50px;
    font-family: Raleway, sans-serif;
    font-size: .6875rem;
    line-height: 1.18182;
    font-weight: 700;
    background: #fff;
    color: #135;
    border-radius: 0;
    border: 1px solid #cfcfcf;
    cursor: pointer;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    transition: .3s;
    display: inline-block
}

.fsStyleUpdateButton:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 36px;
    width: 0;
    height: 1px;
    background: #e4002b;
    transition: .3s
}

.fsStyleUpdateButton:after {
    display: none
}

.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on,
.fsStyleUpdateButton:focus,
.fsStyleUpdateButton:hover {
    background: #fff;
    color: #135;
    border: 1px solid #e4002b;
    text-decoration: none;
    padding-left: 59px;
    padding-right: 41px;
    transition: .3s
}

.fsStateSelected .fsStyleUpdateButton:before,
.fsStyleUpdateButton.on:before,
.fsStyleUpdateButton:focus:before,
.fsStyleUpdateButton:hover:before {
    width: 15px
}

.fsStyleUpdateButton em {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: .8125rem;
    line-height: 1.69231;
    color: #636363;
    text-transform: none;
    margin-top: 4px
}

.juicer-feed .j-paginate {
    position: relative;
    margin: 0 0 20px;
    padding: 20px 50px;
    font-family: Raleway, sans-serif;
    font-size: .6875rem;
    line-height: 1.18182;
    font-weight: 700;
    background: #fff;
    color: #135;
    border-radius: 0;
    border: 1px solid #cfcfcf;
    cursor: pointer;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    transition: .3s;
    display: inline-block;
    width: auto
}

.juicer-feed .j-paginate:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 36px;
    width: 0;
    height: 1px;
    background: #e4002b;
    transition: .3s
}

.juicer-feed .j-paginate:after {
    display: none
}

.fsStateSelected .juicer-feed .j-paginate,
.juicer-feed .j-paginate.on,
.juicer-feed .j-paginate:focus,
.juicer-feed .j-paginate:hover {
    background: #fff;
    color: #135;
    border: 1px solid #e4002b;
    text-decoration: none;
    padding-left: 59px;
    padding-right: 41px;
    transition: .3s
}

.fsStateSelected .juicer-feed .j-paginate:before,
.juicer-feed .j-paginate.on:before,
.juicer-feed .j-paginate:focus:before,
.juicer-feed .j-paginate:hover:before {
    width: 15px
}

.juicer-feed .j-paginate em {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: .8125rem;
    line-height: 1.69231;
    color: #636363;
    text-transform: none;
    margin-top: 4px
}

.fsElement {
    margin-bottom: 70px
}

.fsElement.fsLayout {
    margin-bottom: 50px
}

.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: #135;
    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: #373737;
    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:before,
.fsSlideshow .fsNextButton:hover:before,
.fsSlideshow .fsPrevButton:focus:before,
.fsSlideshow .fsPrevButton:hover:before {
    color: rgba(55, 55, 55, .5);
    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: #373737
}

.fsSlideshow .fsPager li button:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(55, 55, 55, .25);
    transition: .3s;
    opacity: 1
}

.fsSlideshow .fsPager li button:focus:before,
.fsSlideshow .fsPager li button:hover:before {
    background-color: #373737;
    transition: .3s
}

.fsSlideshow .fsPager li button:focus {
    outline: 1px dashed rgba(55, 55, 55, .25)
}

.fsSlideshow .fsPager li.slick-active button:before {
    opacity: 1;
    background-color: #373737
}

.fsDialogCloseButton {
    opacity: 1
}

.fsDialogCloseButton:after,
.fsDialogCloseButton:before {
    background: #373737;
    background-color: #636363;
    height: 1px;
    max-width: 19px
}

.fsDialogCloseButton:focus:after,
.fsDialogCloseButton:focus:before {
    background: #373737
}

.fsDialogCloseButton:hover:after,
.fsDialogCloseButton:hover:before {
    background: #000
}

.fsElementDialog {
    color: #373737
}

.fs_style_24,
.lead-in {
    font-size: 1.5625rem;
    line-height: 1.6;
    font-weight: 400;
    color: #636363;
    padding-bottom: 10px;
    display: block
}

@media (max-width:999px) {

    .fs_style_24,
    .lead-in {
        font-size: 1.25rem;
        line-height: 160%
    }
}

blockquote {
    position: relative;
    margin: 70px 0;
    padding: 0 40px 0 0;
    font-family: Playfair Display, Georgia, serif;
    font-size: 1.375rem;
    line-height: 1.81818;
    font-weight: 400;
    color: #135
}

@media (max-width:999px) {
    blockquote {
        font-size: 1.125rem;
        line-height: 2;
        padding: 0
    }
}

blockquote:before {
    content: "";
    width: 35px;
    height: 21px;
    background: url(../images/lion.svg) no-repeat;
    background-size: contain;
    display: block;
    color: #e4002b;
    margin-bottom: 10px
}

blockquote:after {
    content: "";
    height: 2px;
    width: calc(100% - 90px);
    background: rgba(226, 216, 198, .5);
    position: absolute;
    top: 10px;
    right: 40px
}

.fsBannerLeft blockquote,
.fsBannerRight blockquote,
.fsStyleOneThird blockquote {
    font-size: 1.125rem;
    line-height: 1.77778;
    padding: 0;
    margin: 0
}

.fsBannerLeft blockquote:after,
.fsBannerRight blockquote:after,
.fsStyleOneThird blockquote:after {
    right: 0;
    width: calc(100% - 50px)
}

cite {
    display: block;
    font-style: normal;
    font-family: Raleway, sans-serif;
    font-size: .625rem;
    line-height: 1.9;
    font-weight: 700;
    color: #e4002b;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 20px 0
}

cite:before {
    content: "- "
}

.fs_style_32 {
    position: relative;
    padding: 0 40px;
    margin: 0;
    font-family: Playfair Display, Georgia, serif;
    font-size: 1.375rem;
    line-height: 1.81818;
    font-weight: 400;
    color: #135;
    display: block;
    text-align: center
}

@media (max-width:999px) {
    .fs_style_32 {
        font-size: 1.125rem;
        line-height: 2;
        padding: 0
    }
}

.fs_style_32:before {
    content: "";
    width: 35px;
    height: 21px;
    background: url(../images/lion.svg) no-repeat;
    background-size: contain;
    display: block;
    color: #e4002b;
    margin: 0 auto 10px
}

.card>header .fsElementHeaderContent {
    margin: 0;
    line-height: 0
}

.card>header .fsImage img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.card>.fsElementContent {
    position: relative;
    padding: 30px 20px;
    color: #131313;
    background: #f6f4f2
}

@media (min-width:1000px) {
    .card>.fsElementContent {
        padding: 50px 60px
    }
}

.card>.fsElementContent h2,
.card>.fsElementContent h3,
.card>.fsElementContent h4,
.card>.fsElementContent h5,
.card>.fsElementContent h6 {
    margin-bottom: 20px;
    color: #135
}

.card>.fsElementContent h2 {
    font-size: 1.5rem;
    line-height: 1.58333
}

.card>.fsElementContent a.fs_style_37 {
    color: #135
}

.fsBannerLeft .card>.fsElementContent,
.fsBannerRight .card>.fsElementContent,
.fsStyleOneThird .card>.fsElementContent {
    padding: 50px 40px
}

.fsBannerLeft .card.left-aligned>.fsElementContent,
.fsBannerLeft .card.right-aligned>.fsElementContent,
.fsBannerRight .card.left-aligned>.fsElementContent,
.fsBannerRight .card.right-aligned>.fsElementContent,
.fsStyleOneThird .card.left-aligned>.fsElementContent,
.fsStyleOneThird .card.right-aligned>.fsElementContent {
    width: calc(100% - 55px)
}

.fsBannerLeft .card.center-aligned>.fsElementContent,
.fsBannerRight .card.center-aligned>.fsElementContent,
.fsStyleOneThird .card.center-aligned>.fsElementContent {
    width: calc(100% - 56px);
    margin-top: -34px;
    padding-top: 30px;
    padding-bottom: 30px
}

.fsBannerLeft .card.center-aligned>.fsElementContent h2,
.fsBannerRight .card.center-aligned>.fsElementContent h2,
.fsStyleOneThird .card.center-aligned>.fsElementContent h2 {
    font-size: 1.5rem;
    line-height: 1.58333
}

.fsBannerLeft .card.background-image,
.fsBannerRight .card.background-image,
.fsStyleOneThird .card.background-image {
    min-height: auto
}

.fsBannerLeft .card.background-image>.fsElementContent,
.fsBannerRight .card.background-image>.fsElementContent,
.fsStyleOneThird .card.background-image>.fsElementContent {
    padding: 70px 35px 57px
}

.card.blue>.fsElementContent {
    color: #fff;
    background: #135
}

.card.blue>.fsElementContent h2,
.card.blue>.fsElementContent h3,
.card.blue>.fsElementContent h4,
.card.blue>.fsElementContent h5,
.card.blue>.fsElementContent h6 {
    color: #fff
}

.card.blue>.fsElementContent a.fs_style_37 {
    color: #e2d8c6
}

.card.right-aligned>.fsElementContent {
    width: calc(100% - 160px);
    margin-left: auto
}

@media (max-width:999px) {
    .card.right-aligned>.fsElementContent {
        width: calc(100% - 60px)
    }
}

.card.left-aligned>.fsElementContent {
    width: calc(100% - 160px);
    margin-right: auto
}

@media (max-width:999px) {
    .card.left-aligned>.fsElementContent {
        width: calc(100% - 60px)
    }
}

.card.center-aligned>.fsElementContent {
    /* width: calc(100% - 210px); COMMENTED OUT BY PENTERA */
    width: calc(100% - 80px);
    margin: -92px auto 0;
    text-align: center
}

@media (max-width:999px) {
    .card.center-aligned>.fsElementContent {
        width: calc(100% - 60px);
        margin: -42px auto 0
    }
}

.card.center-aligned>.fsElementContent h2 {
    font-size: 2.1875rem;
    line-height: 1.28571
}

.card.background-image {
    position: relative;
    z-index: 0;
    min-height: 389px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.card.background-image:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: linear-gradient(0deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .65))
}

.card.background-image>.fsElementContent {
    background: rgba(0, 0, 0, 0);
    color: #e2d8c6
}

.card.background-image>.fsElementContent .fs_style_32,
.card.background-image>.fsElementContent a.fs_style_37,
.card.background-image>.fsElementContent blockquote,
.card.background-image>.fsElementContent cite,
.card.background-image>.fsElementContent h2,
.card.background-image>.fsElementContent h3,
.card.background-image>.fsElementContent h4,
.card.background-image>.fsElementContent h5,
.card.background-image>.fsElementContent h6 {
    color: #e2d8c6
}

.card.background-image.large {
    min-height: 480px
}

.card.background-image.center>.fsElementContent {
    text-align: center
}

.card.background-image.center>.fsElementContent h2 {
    position: relative
}

.card.background-image.center>.fsElementContent h2:before {
    content: "\E907";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    font-size: 1.3125rem;
    line-height: 1;
    display: block;
    color: #e4002b;
    margin-bottom: 5px
}

.card.background-image.full-width {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-bottom: 0;
    min-height: 600px
}

@media (min-width:1000px) {
    .card.background-image.full-width {
        padding-bottom: 56.94444444444444%;
        height: 0
    }
}

.card.background-image.full-width>.fsElementContent {
    max-width: 820px;
    width: 100%;
    margin: 0 auto
}

@media (min-width:1000px) {
    .card.background-image.full-width>.fsElementContent {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0)
    }
}

@media (min-width:1000px) {
    .card.background-image.full-width .fs_style_32 {
        font-size: 1.5rem;
        line-height: 1.58333;
        padding: 0
    }
}

.card.background-image.full-width .fs_style_26 {
    margin: 30px 0 0
}

body.fsComposeMode .card.background-image {
    display: block
}

body.fsComposeMode .card.background-image.large {
    min-height: auto
}

body.fsComposeMode .card.background-image.full-width {
    width: auto;
    margin: 0 0 70px;
    left: 0;
    height: auto;
    padding: 0
}

body.fsComposeMode .card.background-image.full-width>.fsElementContent {
    position: static;
    transform: none
}

body:not(.fsComposeMode) .custom-two-column-layout {
    margin-right: -30px;
    margin-left: -30px
}

body:not(.fsComposeMode) .custom-two-column-layout>.fsDiv {
    padding-right: 30px;
    padding-left: 30px
}

.fsNavigation ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.fsNavigation a,
.fsNavigation li.fsNavCurrentPage>a,
.fsNavigation li.fsNavCurrentPageAncestor>a {
    color: #135;
    background: rgba(0, 0, 0, 0)
}

.fsNavigation a {
    display: block;
    padding: 10px 0
}

.fsNavigation a:focus,
.fsNavigation a:hover {
    color: #135;
    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 .expander {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 66px;
    height: 66px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.fsNavigation .expander:before {
    content: "\F107";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    font-size: 17px;
    line-height: 1;
    color: #135;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    transition: color .3s
}

.fsNavigation .expander:focus:before,
.fsNavigation .expander:hover:before {
    color: #e4002b
}

.fsNavigation .fsNavLevel2 .expander,
.fsNavigation .fsNavLevel3 .expander,
.fsNavigation .fsNavLevel4 .expander,
.fsNavigation .fsNavLevel5 .expander {
    height: 26px
}

.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 46px
}

.fsBreadcrumb>header {
    display: none
}

.fsBreadcrumb ul {
    font-weight: 600;
    font-size: .75rem;
    line-height: 1.91667;
    color: #131313;
    text-transform: uppercase
}

.fsBreadcrumb ul li {
    position: relative;
    display: inline-block
}

.fsBreadcrumb ul li[aria-current=location] {
    color: #131313
}

.fsBreadcrumb ul li a {
    position: relative;
    padding: 0;
    display: inline-block;
    color: #135;
    text-decoration: none;
    font-weight: 600;
    font-size: .75rem;
    line-height: 1.91667
}

.fsBreadcrumb ul li a:focus,
.fsBreadcrumb ul li a:hover {
    color: #131313
}

.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: #373737;
    font-size: 14px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.home .fsBreadcrumb,
.landing-page .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: inline-block;
    padding: 10px;
    color: #135;
    background: rgba(0, 0, 0, 0);
    font-weight: 500;
    font-size: .9375rem;
    line-height: 1.73333
}

.nav-tier ul li a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 1px;
    background: #e4002b;
    transition: .3s
}

.nav-tier ul li a:focus,
.nav-tier ul li a:hover {
    color: #135;
    background: rgba(0, 0, 0, 0);
    text-decoration: none
}

.nav-tier ul li a:focus:before,
.nav-tier ul li a:hover:before {
    width: 15px;
    margin-right: 8px
}

.nav-tier ul li.fsNavCurrentPage>a,
.nav-tier ul li.fsNavCurrentPage>a:focus,
.nav-tier ul li.fsNavCurrentPage>a:hover {
    color: #135;
    background: rgba(0, 0, 0, 0)
}

.nav-tier ul li.fsNavCurrentPageAncestor {
    background: rgba(0, 0, 0, 0)
}

.nav-tier ul li.fsNavCurrentPageAncestor>a,
.nav-tier ul li.fsNavCurrentPageAncestor>a:focus,
.nav-tier ul li.fsNavCurrentPageAncestor>a:hover {
    color: #135;
    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 {
    border: 1px solid rgba(226, 216, 198, .5);
    display: none
}

@media screen and (max-width:599px) {
    .nav-sub>header {
        display: block;
        position: relative;
        padding: 27.5px 30px;
        background-color: #135;
        color: #f6f4f2;
        transition: .3s;
        cursor: pointer
    }

    .nav-sub>header .fsElementTitle {
        font-family: Raleway, sans-serif;
        font-weight: 700;
        font-size: .6875rem;
        line-height: 1.18182;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 0;
        color: inherit
    }

    .nav-sub>header:focus-within,
    .nav-sub>header:hover {
        background-color: #135;
        color: #f6f4f2
    }
}

@media screen and (max-width:599px) and (min-width:600px) {
    .nav-sub>header {
        cursor: default
    }
}

@media screen and (max-width:599px) {
    .nav-sub>header .fsElementTitle {
        position: relative;
        padding-right: 40px
    }

    .nav-sub>header .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 .nav-toggle:after {
        content: "\E902";
        font-family: IcoMoon;
        font-smoothing: antialiased;
        font-weight: 400;
        speak: none;
        font-size: 1.0625rem
    }

    .nav-sub>.fsElementContent {
        position: relative;
        display: block;
        background-color: #fff
    }

    .nav-sub>.fsElementContent ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .nav-sub>.fsElementContent ul li a {
        display: block;
        padding: 0;
        color: #636363;
        background: #fff;
        font-weight: 500;
        font-size: .9375rem;
        line-height: 1.73333;
        margin-bottom: 20px
    }

    .nav-sub>.fsElementContent ul li a:after {
        content: "";
        background: #e4002b;
        height: 2px;
        width: 0;
        position: absolute;
        bottom: 1px;
        left: 0;
        display: block;
        transition: width .3s
    }

    .nav-sub>.fsElementContent ul li a:focus,
    .nav-sub>.fsElementContent ul li a:hover {
        color: #135;
        background: #fff
    }

    .nav-sub>.fsElementContent ul li a:focus:after,
    .nav-sub>.fsElementContent ul li a:hover:after {
        width: 100%
    }

    .nav-sub>.fsElementContent ul li.fsNavCurrentPage>a,
    .nav-sub>.fsElementContent ul li.fsNavCurrentPage>a:focus,
    .nav-sub>.fsElementContent ul li.fsNavCurrentPage>a:hover {
        color: #135;
        background: #fff
    }

    .nav-sub>.fsElementContent ul li.fsNavCurrentPageAncestor {
        background: #fff
    }

    .nav-sub>.fsElementContent ul li.fsNavCurrentPageAncestor>a,
    .nav-sub>.fsElementContent ul li.fsNavCurrentPageAncestor>a:focus,
    .nav-sub>.fsElementContent ul li.fsNavCurrentPageAncestor>a:hover {
        color: #135;
        background: #fff
    }

    .nav-sub>.fsElementContent .fsNavLevel1>li {
        border-bottom: 1px solid;
        border-color: rgba(226, 216, 198, .5);
        padding-left: 30px
    }

    .nav-sub>.fsElementContent .fsNavLevel1>li:last-child {
        border-bottom: none
    }

    .nav-sub>.fsElementContent .fsNavLevel1>li>a {
        font-weight: 600;
        color: #135;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 0
    }

    .nav-sub>.fsElementContent .fsNavLevel1>li>a:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 1px;
        background: #e4002b;
        transition: .3s
    }

    .nav-sub>.fsElementContent .fsNavLevel1>li>a:after {
        display: none
    }

    .nav-sub>.fsElementContent .fsNavLevel1>li>a:focus:before,
    .nav-sub>.fsElementContent .fsNavLevel1>li>a:hover:before {
        width: 15px;
        margin-right: 8px
    }

    .nav-sub>.fsElementContent .fsNavLevel2 {
        display: none
    }

    .nav-sub>.fsElementContent .fsNavLevel2>li {
        padding-left: 20px
    }

    .nav-sub>.fsElementContent .fsNavLevel2>li>a {
        padding: 0
    }

    .nav-sub>.fsElementContent .fsNavLevel3 {
        display: none
    }

    .nav-sub>.fsElementContent .fsNavLevel3>li {
        padding-left: 10px
    }

    .nav-sub>.fsElementContent .fsNavLevel3>li>a {
        padding: 0
    }

    .nav-sub>.fsElementContent .fsNavLevel4 {
        display: none
    }

    .nav-sub>.fsElementContent .fsNavLevel4>li {
        padding-left: 10px
    }

    .nav-sub>.fsElementContent .fsNavLevel4>li>a {
        padding: 0
    }

    .nav-sub>.fsElementContent .fsNavLevel5 {
        display: none
    }

    .nav-sub>.fsElementContent .fsNavLevel5>li {
        padding-left: 10px
    }

    .nav-sub>.fsElementContent .fsNavLevel5>li>a {
        padding: 0
    }

    .nav-sub.active-nav>header {
        color: #f6f4f2;
        background-color: #135
    }

    .nav-sub.active-nav>header .nav-toggle:after {
        content: "\E903";
        font-family: IcoMoon;
        font-smoothing: antialiased;
        font-weight: 400;
        speak: none;
        font-size: .13125rem
    }
}

@media (min-width:600px) {
    .nav-sub {
        display: block
    }
}

@media (min-width:600px) {
    .nav-sub>header .fsElementTitle {
        padding: 20px 20px 0
    }
}

.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
}

.nav-sub.mobile-sub-nav {
    display: block;
    border: 0;
    width: 100vw;
    margin-left: -20px;
    margin-right: -20px
}

@media (min-width:600px) {
    .nav-sub.mobile-sub-nav {
        display: none
    }
}

.landing-page .nav-sub.mobile-sub-nav {
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.fsHeader .nav-sub {
    display: block;
    border: 0;
    margin: 0
}

@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 a {
    display: inline-block;
    padding: 0;
    color: #636363;
    background: rgba(0, 0, 0, 0);
    font-weight: 500;
    font-size: .9375rem;
    line-height: 1.73333;
    margin-bottom: 20px
}

.nav-sub ul li a:after {
    content: "";
    background: #e4002b;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 1px;
    left: 0;
    display: block;
    transition: width .3s
}

.nav-sub ul li a:focus,
.nav-sub ul li a:hover {
    color: #135;
    background: rgba(0, 0, 0, 0);
    text-decoration: none
}

.nav-sub ul li a:focus:after,
.nav-sub ul li a:hover:after {
    width: 100%
}

.nav-sub ul li.fsNavCurrentPage>a,
.nav-sub ul li.fsNavCurrentPage>a:focus,
.nav-sub ul li.fsNavCurrentPage>a:hover {
    color: #135;
    background: rgba(0, 0, 0, 0)
}

.nav-sub ul li.fsNavCurrentPageAncestor {
    background: rgba(0, 0, 0, 0)
}

.nav-sub ul li.fsNavCurrentPageAncestor>a,
.nav-sub ul li.fsNavCurrentPageAncestor>a:focus,
.nav-sub ul li.fsNavCurrentPageAncestor>a:hover {
    color: #135;
    background: rgba(0, 0, 0, 0)
}

.nav-sub .fsNavLevel1 {
    padding-left: 0
}

@media screen and (max-width:599px) {
    .nav-sub .fsNavLevel1 {
        padding-top: 0;
        padding-bottom: 0
    }
}

.nav-sub .fsNavLevel1>li {
    border-bottom: 1px solid;
    border-color: rgba(226, 216, 198, .5);
    padding-left: 30px
}

.nav-sub .fsNavLevel1>li:last-child {
    border-bottom: none
}

.nav-sub .fsNavLevel1>li>a {
    font-weight: 600;
    color: #135;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0
}

.nav-sub .fsNavLevel1>li>a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 1px;
    background: #e4002b;
    transition: .3s
}

.nav-sub .fsNavLevel1>li>a:after {
    display: none
}

.nav-sub .fsNavLevel1>li>a:focus:before,
.nav-sub .fsNavLevel1>li>a:hover:before {
    width: 15px;
    margin-right: 8px
}

.nav-sub .fsNavLevel2 {
    display: none
}

.nav-sub .fsNavLevel2>li {
    padding-left: 20px
}

.nav-sub .fsNavLevel2>li>a {
    padding: 0
}

.nav-sub .fsNavLevel3 {
    display: none
}

.nav-sub .fsNavLevel3>li {
    padding-left: 10px
}

.nav-sub .fsNavLevel3>li>a {
    padding: 0
}

.nav-sub .fsNavLevel4 {
    display: none
}

.nav-sub .fsNavLevel4>li {
    padding-left: 10px
}

.nav-sub .fsNavLevel4>li>a {
    padding: 0
}

.nav-sub .fsNavLevel5 {
    display: none
}

.nav-sub .fsNavLevel5>li {
    padding-left: 10px
}

.nav-sub .fsNavLevel5>li>a {
    padding: 0
}

.nav-sub-horizontal {
    position: relative;
    display: none;
    margin-bottom: 0;
    background: #f6f4f2;
    padding: 22px 50px
}

@media (min-width:1000px) {
    .nav-sub-horizontal {
        display: flex;
        width: 100%
    }
}

.nav-sub-horizontal>header {
    display: none
}

.nav-sub-horizontal>.fsElementContent {
    width: 100%
}

.has-hero .nav-sub-horizontal {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 10
}

.has-hero .nav-sub-horizontal .fsNavLevel1 li.fsNavCurrentPage a,
.has-hero .nav-sub-horizontal .fsNavLevel1 li a {
    color: #fff
}

.nav-sub-horizontal.nav-sub-empty {
    display: none
}

.nav-sub-horizontal .fsNavLevel1 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%
}

.nav-sub-horizontal .fsNavLevel1 li a {
    position: relative;
    font-weight: 700;
    font-size: .6875rem;
    line-height: 1.18182;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #373737;
    text-decoration: none;
    padding: 10px 35px;
    display: flex;
    align-items: center
}

.nav-sub-horizontal .fsNavLevel1 li a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 1px;
    background: #e4002b;
    transition: .3s
}

.nav-sub-horizontal .fsNavLevel1 li a:after {
    display: none
}

.nav-sub-horizontal .fsNavLevel1 li a:focus:before,
.nav-sub-horizontal .fsNavLevel1 li a:hover:before {
    width: 15px;
    margin-right: 8px
}

.nav-sub-horizontal .fsNavLevel1 li.fsNavCurrentPage a {
    color: #373737
}

.nav-sub-horizontal .fsNavLevel1 li.fsNavCurrentPage a:after {
    background: #e4002b
}

.nav-main {
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    transition: all .3s ease-in-out
}

.sticky-active .fsHeader .nav-main {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0)
}

@media (min-width:1000px) {
    .sticky-active .fsHeader .nav-main {
        padding-top: 22px
    }
}

.sticky-active .fsHeader .nav-main .fsNavLevel1>li:hover>a:after {
    height: 20px
}

.sticky-active .fsHeader .nav-main .fsNavLevel1>li>a {
    padding-bottom: 31px
}

.sticky-active .fsHeader .nav-main .fsNavLevel1>li>a:after {
    top: calc(100% - 20px)
}

.sticky-active .fsHeader .nav-main .fsNavLevel1>li>a:focus:after {
    height: 20px
}

.fsHeader .nav-main {
    display: none
}

@media (min-width:1000px) {
    .fsHeader .nav-main {
        display: block;
        padding-top: 38px
    }
}

@media (min-width:1000px) {
    .nav-main .fsNavLevel1 {
        position: relative;
        margin: 0 auto;
        max-width: 1180px;
        position: static;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .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%
    }
}

.nav-main .fsNavLevel1>li {
    position: static !important
}

.nav-main .fsNavLevel1>li:nth-child(3) {
    margin-right: 110.5px
}

.nav-main .fsNavLevel1>li:nth-child(4) {
    margin-left: 110.5px
}

.nav-main .fsNavLevel1>li:focus-within>a,
.nav-main .fsNavLevel1>li:hover>a {
    color: #fff;
    background: rgba(0, 0, 0, 0);
    text-decoration: none
}

.nav-main .fsNavLevel1>li:focus-within>a:after,
.nav-main .fsNavLevel1>li:hover>a:after {
    height: 30px
}

.nav-main .fsNavLevel1>li:focus-within .fsNavPageDescription,
.nav-main .fsNavLevel1>li:hover .fsNavPageDescription {
    opacity: 1;
    transition: opacity .5s cubic-bezier(.55, 0, .1, 1) 375ms
}

.nav-main .fsNavLevel1>li:focus-within .fsNavPageThumbnail,
.nav-main .fsNavLevel1>li:hover .fsNavPageThumbnail {
    opacity: 1;
    transition: opacity .5s cubic-bezier(.55, 0, .1, 1) 375ms
}

.nav-main .fsNavLevel1>li:focus-within .fsNavLevel2_container,
.nav-main .fsNavLevel1>li:hover .fsNavLevel2_container {
    opacity: 1;
    transition: opacity .5s cubic-bezier(.55, 0, .1, 1) 375ms
}

.nav-main .fsNavLevel1>li[class*=fsNavCurrentPage]>a {
    color: #fff;
    background: rgba(0, 0, 0, 0)
}

.nav-main .fsNavLevel1>li[class*=fsNavCurrentPage]>a:after {
    height: 30px
}

.nav-main .fsNavLevel1>li>a {
    position: relative;
    display: block;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    padding: 10px 29.5px 45px;
    font-weight: 700;
    font-size: .6875rem;
    line-height: 1.18182;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all .3s ease-in-out
}

.nav-main .fsNavLevel1>li>a:after {
    content: "";
    position: absolute;
    top: calc(100% - 30px);
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 1px;
    height: 0;
    background: #e4002b;
    transition: .3s
}

.nav-main .fsNavLevel1>li>a:focus {
    color: #fff;
    background: rgba(0, 0, 0, 0);
    text-decoration: none
}

.nav-main .fsNavLevel1>li>a:focus:after {
    height: 30px
}

html.js .nav-main .fsNavLevel1>li>.fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1>li.menu-item-open>.fsNavPageInfo {
    position: absolute;
    top: 100%;
    right: 0;
    transform-origin: top left;
    transform: scaleY(0);
    will-change: transform;
    overflow: hidden;
    width: 100vw;
    transition: transform .5s
}

.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:not(.js) .nav-main .fsNavLevel1>li.menu-item-open.menu-item-open>.fsNavPageInfo {
    transform: scaleY(1);
    transition: transform .5s
}

html.js .nav-main .fsNavLevel1>li:hover .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1>li.menu-item-open:hover .fsNavPageInfo {
    transform: scaleY(1)
}

html:not(.js) .nav-main .fsNavLevel1>li>.fsNavPageInfo {
    position: absolute;
    top: 100%;
    right: 0;
    transform-origin: top left;
    transform: scaleY(0);
    will-change: transform;
    overflow: hidden;
    width: 100vw;
    transition: transform .5s
}

html:not(.js) .nav-main .fsNavLevel1>li.on>.fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1>li:hover>.fsNavPageInfo {
    transform: scaleY(1);
    transition: transform .5s
}

@media (max-width:599px) {
    html:not(.js) .nav-main .fsNavLevel1>li:focus>.fsNavPageInfo {
        transform: scaleY(1);
        transition: transform .5s
    }
}

.nav-main .fsNavPageInfo {
    background: #fff;
    text-align: left;
    z-index: 300;
    display: flex;
    align-items: center;
    padding-top: 49.5px;
    padding-bottom: 52.5px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
}

.nav-main .fsNavPageInfo:before {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    content: "";
    left: 29%;
    width: 1px;
    height: calc(100% - 100px);
    background: #e2d8c6
}

.nav-main .fsNavPageDescription {
    position: relative;
    width: 29%;
    order: 0;
    padding: 0 50px;
    color: #636363;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.55, 0, .1, 1)
}

@media (max-width:1199px) {
    .nav-main .fsNavPageDescription {
        padding: 0 20px
    }
}

.nav-main .fsNavPageDescription h2 {
    font-size: 2.1875rem;
    line-height: 1.28571;
    margin-bottom: 20px;
    color: #135
}

@media (max-width:1199px) {
    .nav-main .fsNavPageDescription h2 {
        font-size: 1.5rem;
        line-height: 140%
    }
}

.nav-main .fsNavPageThumbnail {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 37%;
    order: 2;
    line-height: 0;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.55, 0, .1, 1)
}

.nav-main .fsNavPageThumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.nav-main .fsNavLevel2_container {
    width: 34%;
    order: 1;
    padding: 12px 20px 0 30px;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.55, 0, .1, 1)
}

.nav-main .fsNavLevel2_container h3 {
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-size: .6875rem;
    line-height: 1.18182;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #135;
    margin-bottom: 20px;
    padding: 0 20px
}

.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 a {
    display: block;
    color: #636363;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.78571;
    text-decoration: none
}

.nav-main .fsNavLevel2 li a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 1px;
    background: #e4002b;
    transition: .3s
}

.nav-main .fsNavLevel2 li a:after {
    display: none
}

.nav-main .fsNavLevel2 li a:focus,
.nav-main .fsNavLevel2 li a:hover {
    color: #135;
    background: rgba(0, 0, 0, 0)
}

.nav-main .fsNavLevel2 li a:focus:before,
.nav-main .fsNavLevel2 li a:hover:before {
    width: 15px;
    margin-right: 5px;
    margin-top: -2px
}

.nav-main .fsNavLevel2 li[class*=fsNavCurrentPage]>a {
    color: #135;
    background: rgba(0, 0, 0, 0)
}

.nav-main .fsNavLevel2 li[class*=fsNavCurrentPage]>a:before {
    width: 15px;
    margin-right: 8px
}

.nav-main-mobile {
    margin-bottom: 31px
}

.nav-main-mobile ul {
    padding: 0 20px
}

.nav-main-mobile ul li {
    border-bottom: 1px solid;
    border-color: hsla(0, 0%, 100%, .3)
}

.nav-main-mobile ul li.expanded>.fsNavPageInfo {
    right: 0
}

.nav-main-mobile ul li a {
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.78571;
    color: #f6f4f2;
    display: inline-block;
    padding: 19px 0
}

.nav-main-mobile ul li a:after {
    content: "";
    background: #e4002b;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 19px;
    left: 0;
    display: block;
    transition: width .3s
}

.nav-main-mobile ul li a:focus,
.nav-main-mobile ul li a:hover {
    color: #f6f4f2;
    text-decoration: none
}

.nav-main-mobile ul li a:focus:after,
.nav-main-mobile ul li a:hover:after {
    width: 100%
}

.nav-main-mobile ul li .backLink:before {
    content: "\E90B";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    font-size: 12px;
    color: #e4002b;
    margin-right: 20px
}

.nav-main-mobile ul li .backLink:after {
    display: none
}

.nav-main-mobile ul li .mobile-expander {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0);
    cursor: pointer
}

.nav-main-mobile ul li .mobile-expander:before {
    content: "\E90C";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    font-size: 12px;
    color: #f6f4f2;
    line-height: 1;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    transition: color .3s
}

.nav-main-mobile ul li .mobile-expander:focus:before,
.nav-main-mobile ul li .mobile-expander:hover:before {
    color: #e4002b
}

.nav-main-mobile ul li .fsNavPageInfo {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #141b2f;
    z-index: 10;
    top: 0;
    right: -100%;
    transition: all .3s ease-in-out
}

.nav-main-mobile .fsNavLevel1>li>a {
    font-weight: 700;
    font-size: .6875rem;
    line-height: 1.18182;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    padding: 25px 0
}

.nav-main-mobile .fsNavLevel1>li>a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 1px;
    background: #e4002b;
    transition: .3s
}

.nav-main-mobile .fsNavLevel1>li>a:after {
    display: none
}

.nav-main-mobile .fsNavLevel1>li>a:focus:before,
.nav-main-mobile .fsNavLevel1>li>a:hover:before {
    width: 15px;
    margin-right: 8px
}

.nav-main-mobile .fsNavLevel2,
.nav-main-mobile .fsNavLevel3,
.nav-main-mobile .fsNavLevel4,
.nav-main-mobile .fsNavLevel5 {
    display: block;
    overflow-y: auto;
    height: calc(100% - 102px)
}

.nav-main-mobile .fsNavLevel2>li>a,
.nav-main-mobile .fsNavLevel3>li>a,
.nav-main-mobile .fsNavLevel4>li>a,
.nav-main-mobile .fsNavLevel5>li>a {
    padding-left: 0
}

.drawer-ribbon {
    position: relative;
    height: 50px
}

@media (min-width:1000px) {
    .drawer-ribbon {
        display: none
    }
}

.menu-trigger-container {
    margin: 0
}

.mobile-toggle {
    position: relative;
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    cursor: pointer
}

.mobile-toggle:after,
.mobile-toggle:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1.5px;
    width: 18px;
    content: "";
    background: #f6f4f2
}

.mobile-toggle:before {
    width: 9px;
    top: calc(50% + 12px);
    left: calc(50% + 4.5px);
    margin-top: -.42857em
}

.mobile-toggle:after,
.mobile-toggle:before {
    transform: translate(-50%, -50%);
    transition: all .3s
}

.mobile-toggle:after {
    top: calc(50% - 6px);
    box-shadow: 0 .42857em 0 0 #f6f4f2
}

.mobile-toggle span {
    color: rgba(0, 0, 0, 0)
}

.mobile-toggle:focus:after,
.mobile-toggle:focus:before,
.mobile-toggle:hover:after,
.mobile-toggle:hover:before {
    background: #e4002b
}

.mobile-toggle:focus:after,
.mobile-toggle:hover:after {
    box-shadow: 0 .42857em 0 0 #e4002b
}

.drawer-is-active .mobile-toggle:before {
    top: 50%;
    left: 50%;
    width: 18px;
    margin-top: 0;
    transform: translate(-50%, -50%) rotate(-45deg)
}

.drawer-is-active .mobile-toggle:after {
    top: 50%;
    box-shadow: none;
    transform: translate(-50%, -50%) rotate(45deg)
}

#fsMenu {
    position: fixed;
    top: 102px;
    right: 0;
    transform: translate(100%);
    height: 100%;
    width: 100%;
    background: #141b2f;
    z-index: 502;
    transition: all .3s
}

@media (min-width:1000px) {
    #fsMenu {
        display: none
    }
}

#fsMenu:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: -102px;
    background: rgba(0, 0, 0, .5);
    transition: all .3s ease .25s;
    opacity: 0;
    z-index: 6
}

.quicklinks-is-active #fsMenu:after {
    opacity: 1
}

.drawer-is-active #fsMenu,
.search-mobile-is-active #fsMenu {
    transform: translate(0)
}

.sticky-active #fsMenu {
    top: 75px
}

.fsAccountBarVisible #fsMenu {
    top: 147px
}

.fsAccountBarVisible.sticky-active #fsMenu {
    top: 120px
}

.fsMenu {
    position: relative;
    height: 100%;
    overflow-y: auto
}

.nav-social nav {
    margin: -5px
}

.nav-social .fsNavLevel1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    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: 5px
}

.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: rgba(0, 0, 0, 0);
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0);
    height: 30px;
    width: 30px;
    border-radius: 100%;
    overflow: hidden;
    transition: all .3s
}

.nav-social .fsNavLevel1 a:after {
    display: none
}

.nav-social .fsNavLevel1 a:before {
    font-size: .9375rem;
    font-weight: 400;
    display: block;
    color: #fff;
    transition: all .3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.nav-social .fsNavLevel1 a:focus,
.nav-social .fsNavLevel1 a:hover {
    background: #fff;
    border-color: #fff;
    color: rgba(0, 0, 0, 0)
}

.nav-social .fsNavLevel1 a:focus:before,
.nav-social .fsNavLevel1 a:hover:before {
    color: #135
}

.nav-utility-header {
    margin: 0
}

.nav-utility-header>header {
    display: none
}

@media (min-width:1000px) {
    .nav-utility-header .fsNavLevel1 {
        text-align: center;
        display: flex
    }
}

.nav-utility-header .fsNavLevel1>li {
    position: relative;
    border-right: 1px solid hsla(0, 0%, 100%, .3)
}

.nav-utility-header .fsNavLevel1>li:first-child>a:before {
    display: none
}

.nav-utility-header .fsNavLevel1>li:first-child>a:after {
    content: "";
    position: absolute;
    top: calc(100% - 16px);
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 1px;
    height: 0;
    background: #e4002b;
    transition: .3s
}

.nav-utility-header .fsNavLevel1>li:first-child:hover>a:after,
.nav-utility-header .fsNavLevel1>li:first-child>a:focus:after {
    height: 16px
}

.nav-utility-header .fsNavLevel1>li:nth-child(3) {
    border-left: 1px solid hsla(0, 0%, 100%, .3);
    margin-left: auto
}

.nav-utility-header .fsNavLevel1>li:last-child {
    border: 0
}

.nav-utility-header .fsNavLevel1>li:focus-within>a,
.nav-utility-header .fsNavLevel1>li:hover>a {
    color: #fff;
    background: rgba(0, 0, 0, 0);
    text-decoration: none
}

.nav-utility-header .fsNavLevel1>li:focus-within>a:before,
.nav-utility-header .fsNavLevel1>li:hover>a:before {
    width: 15px;
    margin-right: 8px;
    margin-top: -2px
}

.nav-utility-header .fsNavLevel1>li:focus-within .fsNavLevel2,
.nav-utility-header .fsNavLevel1>li:hover .fsNavLevel2 {
    opacity: 1;
    transition: opacity .5s cubic-bezier(.55, 0, .1, 1) 375ms
}

.nav-utility-header .fsNavLevel1>li[class*=fsNavCurrentPage]>a {
    color: #fff;
    background: rgba(0, 0, 0, 0)
}

.nav-utility-header .fsNavLevel1>li>a {
    position: relative;
    display: block;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    width: 182px;
    padding: 24.5px 20px;
    font-weight: 700;
    font-size: .59375rem;
    line-height: 1.15789;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: .3s
}

.nav-utility-header .fsNavLevel1>li>a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 1px;
    background: #e4002b;
    transition: .3s
}

.nav-utility-header .fsNavLevel1>li>a:after {
    display: none
}

.nav-utility-header .fsNavLevel1>li>a:focus {
    color: #fff;
    background: rgba(0, 0, 0, 0);
    text-decoration: none
}

.nav-utility-header .fsNavLevel1>li>a:focus:before {
    width: 15px;
    margin-right: 8px;
    margin-top: -2px
}

html.js .nav-utility-header .fsNavLevel1>li>.fsNavPageInfo,
html:not(.js) .nav-utility-header .fsNavLevel1>li.menu-item-open>.fsNavPageInfo {
    position: absolute;
    top: 100%;
    right: 0;
    transform-origin: top left;
    transform: scaleY(0);
    will-change: transform;
    overflow: hidden;
    width: 100vw;
    transition: transform .5s
}

.menu-item-open html.js .nav-utility-header .fsNavLevel1>li>.fsNavPageInfo,
.menu-item-open html:not(.js) .nav-utility-header .fsNavLevel1>li.menu-item-open>.fsNavPageInfo,
html.js .nav-utility-header .fsNavLevel1>li.menu-item-open>.fsNavPageInfo,
html:not(.js) .nav-utility-header .fsNavLevel1>li.menu-item-open.menu-item-open>.fsNavPageInfo {
    transform: scaleY(1);
    transition: transform .5s
}

html.js .nav-utility-header .fsNavLevel1>li:hover .fsNavPageInfo,
html:not(.js) .nav-utility-header .fsNavLevel1>li.menu-item-open:hover .fsNavPageInfo {
    transform: scaleY(1)
}

html:not(.js) .nav-utility-header .fsNavLevel1>li>.fsNavPageInfo {
    position: absolute;
    top: 100%;
    right: 0;
    transform-origin: top left;
    transform: scaleY(0);
    will-change: transform;
    overflow: hidden;
    width: 100vw;
    transition: transform .5s
}

html:not(.js) .nav-utility-header .fsNavLevel1>li.on>.fsNavPageInfo,
html:not(.js) .nav-utility-header .fsNavLevel1>li:hover>.fsNavPageInfo {
    transform: scaleY(1);
    transition: transform .5s
}

@media (max-width:599px) {
    html:not(.js) .nav-utility-header .fsNavLevel1>li:focus>.fsNavPageInfo {
        transform: scaleY(1);
        transition: transform .5s
    }
}

.search-is-active .nav-utility-header .fsNavLevel1 li.search-toggle>a {
    width: 478px
}

.nav-utility-header .fsNavPageInfo {
    text-align: left;
    z-index: 300;
    width: 230px !important;
    background: #fff;
    right: auto;
    left: 0;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
}

.nav-utility-header .fsNavLevel2 {
    padding: 20px 50px;
    border-top: 2px solid #e4002b;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.55, 0, .1, 1)
}

.nav-utility-header .fsNavLevel2 li a {
    position: relative;
    display: block;
    color: #636363;
    background: rgba(0, 0, 0, 0);
    padding: 5px;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.78571
}

.nav-utility-header .fsNavLevel2 li a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 1px;
    background: #e4002b;
    transition: .3s
}

.nav-utility-header .fsNavLevel2 li a:after {
    display: none
}

.nav-utility-header .fsNavLevel2 li a:focus,
.nav-utility-header .fsNavLevel2 li a:hover {
    color: #135;
    background: rgba(0, 0, 0, 0);
    text-decoration: none
}

.nav-utility-header .fsNavLevel2 li a:focus:before,
.nav-utility-header .fsNavLevel2 li a:hover:before {
    width: 15px;
    margin-right: 5px;
    margin-top: -2px
}

.nav-utility-header .fsNavLevel2 li[class*=fsNavCurrentPage]>a {
    color: #135;
    background: rgba(0, 0, 0, 0)
}

.nav-utility-header .fsNavLevel2 li[class*=fsNavCurrentPage]>a:before {
    width: 15px;
    margin-right: 5px;
    margin-top: -2px
}

.nav-utility-footer {
    text-align: center;
    margin-bottom: 0
}

@media (min-width:1000px) {
    .nav-utility-footer {
        text-align: right
    }
}

@media (max-width:999px) {
    .nav-utility-footer {
        order: 2
    }
}

.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
}

@media (max-width:999px) {
    .nav-utility-footer .fsNavLevel1 {
        display: flex;
        flex-wrap: wrap
    }
}

.nav-utility-footer .fsNavLevel1 li {
    margin-bottom: 5px
}

@media (max-width:999px) {
    .nav-utility-footer .fsNavLevel1 li {
        width: 50%
    }
}

.nav-utility-footer .fsNavLevel1 li a {
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.78571;
    color: #fff;
    padding: 0
}

.nav-utility-footer .fsNavLevel1 li a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 1px;
    background: #e4002b;
    transition: .3s
}

.nav-utility-footer .fsNavLevel1 li a:after {
    display: none
}

.nav-utility-footer .fsNavLevel1 li a:focus,
.nav-utility-footer .fsNavLevel1 li a:hover {
    color: #fff;
    text-decoration: none
}

.nav-utility-footer .fsNavLevel1 li a:focus:before,
.nav-utility-footer .fsNavLevel1 li a:hover:before {
    width: 15px;
    margin-right: 5px;
    margin-top: -2px
}

.mobile-utility-links {
    margin: 0;
    padding: 0 20px
}

.mobile-utility-links .fsNavLevel1 {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.mobile-utility-links .fsNavLevel1 li {
    margin-bottom: 10px;
    margin-right: 50px
}

.mobile-utility-links .fsNavLevel1 li:last-child {
    margin-right: 0
}

.mobile-utility-links .fsNavLevel1 li>a {
    position: relative;
    font-weight: 700;
    font-size: .59375rem;
    color: #fff;
    padding: 0;
    letter-spacing: 2px;
    text-transform: uppercase
}

.mobile-utility-links .fsNavLevel1 li>a:after {
    content: "";
    background: #e4002b;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 1px;
    left: 0;
    display: block;
    transition: width .3s
}

.mobile-utility-links .fsNavLevel1 li>a:focus,
.mobile-utility-links .fsNavLevel1 li>a:hover {
    color: #fff;
    text-decoration: none
}

.mobile-utility-links .fsNavLevel1 li>a:focus:after,
.mobile-utility-links .fsNavLevel1 li>a:hover:after {
    width: 100%
}

.mobile-utility-links .fsNavLevel1 li.search-toggle {
    display: none
}

.mobile-utility-links .fsNavLevel1 li.active .fsNavPageInfo {
    opacity: 1;
    visibility: visible
}

.mobile-utility-links .fsNavPageInfo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    position: fixed;
    top: calc(50% - 102px);
    background: #141b2f;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
    width: 210px;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    padding: 30px;
    transition: all .3s ease-in-out
}

.mobile-utility-links .close-container {
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .3)
}

.mobile-utility-links .close-container .close-button {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: relative;
    font-weight: 700;
    font-size: .59375rem;
    line-height: 120%;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer
}

.mobile-utility-links .close-container .close-button:before {
    content: "\E90D";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    font-size: 8px;
    color: #e4002b;
    margin-right: 19px;
    display: inline-block;
    vertical-align: middle
}

.mobile-utility-links .fsNavLevel2 li a {
    position: relative;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.78571;
    color: #f6f4f2;
    padding: 0;
    text-transform: none
}

.mobile-utility-links .fsNavLevel2 li a:after {
    content: "";
    background: #e4002b;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 1px;
    left: 0;
    display: block;
    transition: width .3s
}

.mobile-utility-links .fsNavLevel2 li a:focus,
.mobile-utility-links .fsNavLevel2 li a:hover {
    color: #f6f4f2;
    text-decoration: none
}

.mobile-utility-links .fsNavLevel2 li a:focus:after,
.mobile-utility-links .fsNavLevel2 li a:hover:after {
    width: 100%
}

#fsHeader {
    position: relative;
    padding: 166px 0 0
}

.home #fsHeader {
    z-index: 10
}

#fsHeader .fsBanner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #141b2f;
    z-index: 501;
    height: 102px;
    transform: translateY(0);
    transition: all .6s cubic-bezier(.4, 0, .2, 1)
}

@media (min-width:1000px) {
    #fsHeader .fsBanner {
        height: 166px
    }
}

@media (min-width:1000px) {
    #fsHeader .fsBanner:before {
        content: "";
        position: absolute;
        width: 0;
        height: 2px;
        left: 50%;
        bottom: -1px;
        background-color: #e4002b;
        transition: all .5s ease-in-out;
        z-index: 1
    }
}

@media (min-width:1000px) {
    #fsHeader .fsBanner:hover:before {
        width: 100%;
        left: 0
    }
}

#fsHeader .fsBanner.nav-up {
    transform: translateY(-100%)
}

#fsHeader .mobile-header-top {
    display: block;
    margin: 0;
    height: 100%;
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    padding: 0 4px
}

@media (min-width:1000px) {
    #fsHeader .mobile-header-top {
        display: none
    }
}

#fsHeader .mobile-header-top>.fsElementContent {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center
}

#fsHeader .header-top {
    position: relative;
    margin: 0;
    height: 60px;
    transition: all .6s ease-in-out;
    display: none;
    z-index: 1
}

@media (min-width:1000px) {
    #fsHeader .header-top {
        display: block;
        transform: translateY(0);
        transition: all .6s cubic-bezier(.4, 0, .2, 1)
    }
}

#fsHeader .header-top:after,
#fsHeader .header-top:before {
    content: "";
    background: hsla(0, 0%, 100%, .3);
    height: 1px;
    width: calc(50% - 58px);
    position: absolute;
    bottom: 0
}

#fsHeader .header-top:before {
    left: 0
}

#fsHeader .header-top:after {
    right: 0
}

#fsHeader .header-top>header {
    display: none
}

.has-hero #fsHeader {
    padding-top: 0;
    height: 100vh
}

.has-hero #fsHeader .fsBanner {
    background: rgba(0, 0, 0, 0)
}

@media (min-width:1000px) {
    .has-hero #fsHeader .fsBanner:hover {
        background: rgba(20, 27, 47, .9)
    }
}

.drawer-is-active #fsHeader .fsBanner,
.search-mobile-is-active #fsHeader .fsBanner,
.sticky-active.drawer-is-active #fsHeader .fsBanner,
.sticky-active.search-mobile-is-active #fsHeader .fsBanner {
    background: #141b2f;
    transform: translateY(0)
}

.sticky-active #fsHeader .header-top {
    height: 0;
    overflow: hidden;
    transform: translateY(-100%)
}

.sticky-active #fsHeader .fsBanner {
    height: 75px;
    background: rgba(20, 27, 47, .9)
}

.sticky-active.profiles-video-pop-up-active #fsHeader .fsBanner,
.sticky-active.video-pop-up-active #fsHeader .fsBanner {
    top: -75px
}

.fsAccountBarVisible #fsHeader .fsBanner {
    top: 45px
}

body.fsComposeMode #fsHeader {
    padding: 0
}

body.fsComposeMode #fsHeader .fsBanner {
    position: relative;
    height: auto
}

.skip-link {
    margin: 0
}

.skip-link a {
    position: fixed;
    top: 0;
    left: 0;
    padding: 1em;
    background: #000;
    color: #fff;
    font-size: 1em;
    line-height: 1;
    text-decoration: underline;
    transition: transform .1s ease-in;
    transform: translateY(-100%);
    z-index: 9000
}

.skip-link a:focus {
    transform: translateY(0)
}

.site-info-container {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    z-index: 10;
    top: 20px;
    margin: 0;
    transition: all .6s ease-in-out
}

@media (min-width:1000px) {
    .site-info-container {
        top: 39px
    }
}

.site-info-container a {
    display: block;
    color: rgba(0, 0, 0, 0);
    width: 70px;
    height: 63px;
    opacity: 1;
    transition: all .3s ease-in-out
}

@media (min-width:1000px) {
    .site-info-container a {
        width: 107px;
        height: 95px
    }
}

.site-info-container a:before {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    content: "";
    background: url(../images/logo.svg) no-repeat 0 50%;
    width: 70px;
    height: 63px;
    background-size: contain;
    display: block;
    transition: all .3s ease-in-out
}

@media (min-width:1000px) {
    .site-info-container a:before {
        width: 107px;
        height: 95px;
        background-size: contain
    }
}

.site-info-container a:after {
    display: none
}

.site-info-container a:hover {
    color: rgba(0, 0, 0, 0)
}

.site-info-container.nav-up {
    opacity: 0
}

.sticky-active .site-info-container {
    top: 29px
}

.sticky-active .site-info-container a {
    width: 170px;
    height: 16px
}

.sticky-active .site-info-container a:before {
    background: url(../images/logo-sticky.svg) no-repeat 0 50%;
    width: 170px;
    height: 16px;
    background-size: contain
}

#fsFooter {
    position: relative;
    color: #fff;
    background: #141b2f
}

#fsFooter .footer-top {
    position: relative;
    padding-top: 70px;
    margin-bottom: 40px
}

@media (min-width:1000px) {
    #fsFooter .footer-top {
        padding-top: 59px
    }
}

#fsFooter .footer-top:after,
#fsFooter .footer-top:before {
    content: "";
    background: hsla(0, 0%, 100%, .3);
    height: 1px;
    width: calc(50% - 120px);
    position: absolute;
    top: 157px
}

@media (min-width:1000px) {

    #fsFooter .footer-top:after,
    #fsFooter .footer-top:before {
        width: calc(50% - 150px);
        top: 158px
    }
}

#fsFooter .footer-top:before {
    left: 0
}

#fsFooter .footer-top:after {
    right: 0
}

#fsFooter .footer-top>.fsElementContent {
    display: flex;
    justify-content: center
}

#fsFooter .footer-middle {
    padding: 10px 20px 25px;
    margin-bottom: 0
}

@media (min-width:1400px) {
    #fsFooter .footer-middle {
        padding: 20px 120px 62px
    }
}

#fsFooter .footer-middle>.fsElementContent {
    display: flex;
    justify-content: space-between
}

@media (max-width:999px) {
    #fsFooter .footer-middle>.fsElementContent {
        flex-direction: column;
        align-items: center;
        text-align: center
    }
}

@media (min-width:1000px) {
    #fsFooter .footer-middle>.fsElementContent>.fsElement {
        width: 190px
    }
}

#fsFooter .footer-middle>.fsElementContent>.fsElement>header .fsElementTitle {
    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: .6875rem;
    line-height: 1.18182;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff
}

#fsFooter .footer-middle>.fsElementContent .mission-container {
    text-align: center;
    margin-bottom: 50px;
    max-width: 490px;
    width: 100%
}

@media (min-width:1000px) {
    #fsFooter .footer-middle>.fsElementContent .mission-container {
        margin-bottom: 0
    }
}

@media (max-width:999px) {
    #fsFooter .footer-middle>.fsElementContent .mission-container {
        order: 0
    }
}

#fsFooter .footer-middle>.fsElementContent .mission-container .mission-statement {
    margin-bottom: 25px;
    padding: 0 80px
}

@media (max-width:999px) {
    #fsFooter .footer-middle>.fsElementContent .mission-container .mission-statement {
        padding: 0
    }
}

#fsFooter .footer-middle>.fsElementContent .mission-container .mission-slogans {
    margin-bottom: 0;
    font-weight: 600;
    font-size: .6875rem;
    line-height: 1.63636;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    opacity: .8
}

@media (min-width:1000px) {
    #fsFooter .footer-middle>.fsElementContent .mission-container .mission-slogans>.fsElementContent {
        display: flex
    }
}

#fsFooter .footer-middle>.fsElementContent .mission-container .mission-slogans p {
    margin: 0
}

@media (min-width:1000px) {
    #fsFooter .footer-middle>.fsElementContent .mission-container .mission-slogans p:after {
        content: "|";
        display: inline-block;
        margin: 0 10px
    }
}

#fsFooter .footer-middle>.fsElementContent .mission-container .mission-slogans p:last-child:after {
    display: none
}

#fsFooter .footer-bottom {
    padding: 25.5px 20px;
    margin-bottom: 0;
    border-top: 1px solid hsla(0, 0%, 100%, .3)
}

@media (min-width:1400px) {
    #fsFooter .footer-bottom {
        padding: 25.5px 120px
    }
}

#fsFooter .footer-bottom>.fsElementContent {
    display: flex
}

@media (max-width:999px) {
    #fsFooter .footer-bottom>.fsElementContent {
        flex-direction: column
    }
}

@media (min-width:1000px) {
    #fsFooter .footer-bottom>.fsElementContent>.fsElement {
        width: 33.33333%
    }
}

#fsFooter .site-info-container-footer a {
    display: block;
    color: rgba(0, 0, 0, 0);
    line-height: 0
}

#fsFooter .site-info-container-footer a:before {
    content: "";
    background: url(../images/logo-footer.svg) no-repeat 0 50%;
    width: 190px;
    height: 96px;
    background-size: contain;
    display: block
}

@media (min-width:1000px) {
    #fsFooter .site-info-container-footer a:before {
        width: 215px;
        height: 108px;
        background-size: contain
    }
}

#fsFooter .site-info-container-footer a:after {
    display: none
}

#fsFooter .site-info-container-footer a:hover {
    color: rgba(0, 0, 0, 0)
}

#fsFooter .policy-container {
    display: flex;
    align-items: center;
    margin-bottom: 0
}

@media (max-width:999px) {
    #fsFooter .policy-container {
        flex-direction: column;
        order: 1
    }
}

#fsFooter .policy-container>.fsElementContent {
    position: relative;
    font-size: .8125rem;
    line-height: 1.69231;
    margin-right: 12px
}

@media (max-width:999px) {
    #fsFooter .policy-container>.fsElementContent {
        margin-bottom: 10px
    }
}

#fsFooter .policy-container>.fsElementContent p {
    display: inline-block
}

@media (min-width:1000px) {
    #fsFooter .policy-container>.fsElementContent p:after {
        content: "|";
        display: inline-block;
        margin-left: 12px
    }
}

#fsFooter .policy-container>footer .fsElementFooterContent {
    margin: 0
}

@media (max-width:999px) {
    #fsFooter .policy-container>footer .fsElementFooterContent {
        margin-bottom: 10px
    }
}

#fsFooter .policy-container .policy-toggle {
    position: relative;
    border: 0;
    background: none;
    margin: 0;
    font-size: .8125rem;
    line-height: 1.69231;
    color: #fff;
    padding: 0 20px 0 0;
    cursor: pointer
}

#fsFooter .policy-container .policy-toggle:before {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    content: "+";
    display: inline-block;
    font-weight: 300;
    font-size: 1.5625rem;
    top: calc(50% + 1px);
    right: 0;
    transition: color .3s
}

#fsFooter .policy-container .policy-toggle:focus:before,
#fsFooter .policy-container .policy-toggle:hover:before {
    color: #e4002b
}

.policy-active #fsFooter .policy-container .policy-toggle:before {
    content: "-";
    top: calc(50% - 1px)
}

#fsFooter .policy-dropdown {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    position: fixed;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    width: 300px;
    padding: 30px 0;
    margin-bottom: 0;
    background: #19223a;
    display: block;
    transition: all .3s ease-in-out
}

@media (min-width:1000px) {
    #fsFooter .policy-dropdown {
        display: flex;
        align-items: center;
        position: static;
        width: 100%;
        padding: 0;
        height: 0;
        overflow: hidden;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none
    }
}

#fsFooter .policy-dropdown>header {
    padding-left: 30px;
    padding-right: 30px
}

@media (min-width:1000px) {
    #fsFooter .policy-dropdown>header {
        display: none
    }
}

#fsFooter .policy-dropdown>header .fsElementHeaderContent {
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .3)
}

#fsFooter .policy-dropdown>header .fsElementHeaderContent .policy-toggle {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: relative;
    font-weight: 700;
    font-size: .59375rem;
    line-height: 120%;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer
}

#fsFooter .policy-dropdown>header .fsElementHeaderContent .policy-toggle:before {
    content: "\E90D";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    font-size: 8px;
    color: #e4002b;
    margin-right: 19px;
    display: inline-block;
    vertical-align: middle
}

#fsFooter .policy-dropdown>.fsElementContent {
    font-size: .8125rem;
    line-height: 1.69231;
    text-align: center;
    height: 346px;
    overflow-y: auto;
    padding-left: 30px;
    padding-right: 30px
}

@media (min-width:1000px) {
    #fsFooter .policy-dropdown>.fsElementContent {
        padding: 38px 120px;
        height: auto
    }
}

.policy-active #fsFooter .policy-dropdown {
    opacity: 1;
    visibility: visible
}

@media (min-width:1000px) {
    .policy-active #fsFooter .policy-dropdown {
        height: 165px
    }
}

#fsFooter .school-details-container {
    margin-bottom: 0
}

@media (max-width:999px) {
    #fsFooter .school-details-container {
        order: 1
    }
}

#fsFooter .mission-container,
#fsFooter .nav-social {
    margin-bottom: 0
}

@media (max-width:999px) {
    #fsFooter .nav-social {
        order: 0;
        margin-bottom: 10px
    }
}

.school-details {
    margin-bottom: 50px
}

@media (min-width:1000px) {
    .school-details {
        margin-bottom: 0
    }
}

.school-details [itemprop=name] {
    margin-top: 0;
    font-weight: 400;
    font-family: Playfair Display, Georgia, serif;
    color: #135;
    font-size: 1.5rem;
    line-height: 2.375rem;
    color: #636363;
    margin-bottom: 20px
}

.school-details [itemprop=streetAddress] {
    display: block;
    margin-bottom: 5px
}

.school-details [itemprop=addressLocality] {
    margin-bottom: 5px;
    display: inline-block
}

.school-details [itemprop=telephone] {
    margin-bottom: 5px
}

.school-details a {
    color: inherit
}

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

:after,
:before {
    pointer-events: none
}

html {
    font-family: Raleway, sans-serif;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    font-size: .875rem;
    line-height: 1.5625rem;
    color: #373737;
    font-weight: 500
}

.drawer-is-active body {
    overflow: hidden
}

#fsPageWrapper {
    position: relative
}

@media (max-width:999px) {
    #fsPageWrapper {
        overflow-x: hidden
    }
}

body.fsComposeMode #fsPageWrapper {
    overflow: visible !important
}

body:not(.home):not(.landing-page):not(.horizontal-scroll-active) #fsPageWrapper {
    overflow-x: hidden
}

@media (max-width:999px) {
    #fsPageWrapper:after {
        position: absolute;
        height: 100%;
        width: 100%;
        content: "";
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .5);
        transition: all .3s ease .25s;
        opacity: 0;
        z-index: 6
    }
}

@media (max-width:999px) {
    .policy-active #fsPageWrapper:after {
        opacity: 1
    }
}

#fsPageBodyWrapper {
    padding: 75px 1.42857em;
    background: #fff
}

@media (max-width:599px) {
    #fsPageBodyWrapper {
        padding-top: 0
    }
}

#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: 40px;
        width: 280px;
        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: 40px;
        width: 280px
    }
}

@media (min-width:800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
        order: 1;
        padding-right: 20px;
        width: 200px
    }
}

@media (min-width:1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
        padding-right: 40px;
        width: 280px
    }
}

#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% - 401px)
    }
}

.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% - 280px)
    }
}

.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% - 280px)
    }
}

@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% - 681px)
    }
}

#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: 101px;
        width: 401px;
        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% - 280px)
    }
}

@media (min-width:800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        order: 1;
        padding-left: 20px;
        width: 240px
    }
}

@media (min-width:1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 101px;
        width: 401px
    }
}

@media (min-width:600px) {
    .fsLayout {
        margin-right: -30px;
        margin-left: -30px
    }
}

.fsLayout .fsDiv {
    margin-bottom: 20px;
    width: 100%;
    float: none
}

@media (min-width:600px) {
    .fsLayout .fsDiv {
        float: left;
        padding-right: 30px;
        padding-left: 30px
    }
}

.fsLayout>footer,
.fsLayout>header {
    width: 100%
}

@media (min-width:600px) {

    .fsLayout>footer,
    .fsLayout>header {
        padding-right: 30px;
        padding-left: 30px
    }
}

@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: 40px;
        width: 280px
    }
}

.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% - 280px)
    }
}

.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% - 401px)
    }
}

.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: 101px;
        width: 401px
    }
}

@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: 40px;
        width: 280px
    }
}

@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: 40px;
        width: 280px
    }
}

.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% - 280px)
    }
}

@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% - 280px)
    }
}

@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% - 280px)
    }
}

@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: 40px;
        width: 280px
    }
}

.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: 101px;
        width: 401px
    }
}

.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% - 401px)
    }
}

.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% - 280px)
    }
}

@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% - 280px)
    }
}

.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: 40px;
        width: 280px
    }
}

@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: 40px;
        width: 280px
    }
}

.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: 101px;
        width: 401px
    }
}

.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% - 401px)
    }
}

@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% - 401px)
    }
}

@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: 101px;
        width: 401px
    }
}

.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)
    }
}

@media (min-width:1000px) {
    #fsPoweredByFinalsite {
        margin-left: auto;
        margin-right: 55px
    }
}

@media (max-width:999px) {
    #fsPoweredByFinalsite {
        order: 3;
        margin: 0 auto
    }
}

.fsConstituent {
    word-break: break-word
}

.fsConstituent .fsElementPagination {
    margin: 30px 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 .fsFullName {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.58333;
    margin-bottom: 10px
}

.fsConstituent .fsFullName .fsConstituentProfileLink {
    font-weight: inherit;
    position: relative
}

.fsConstituent .fsFullName .fsConstituentProfileLink:after {
    content: "";
    background: #e4002b;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 1px;
    left: 0;
    display: block;
    transition: width .3s
}

.fsConstituent .fsFullName .fsConstituentProfileLink:focus,
.fsConstituent .fsFullName .fsConstituentProfileLink:hover {
    text-decoration: none
}

.fsConstituent .fsFullName .fsConstituentProfileLink:focus:after,
.fsConstituent .fsFullName .fsConstituentProfileLink:hover:after {
    width: 100%
}

.fsConstituent .fsTitles {
    margin-bottom: 0
}

.fsConstituent .fsPhones a {
    color: #373737;
    font-weight: 500
}

.fsConstituent .fsPhones a:after {
    content: "";
    background: #e4002b;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 1px;
    left: 0;
    display: block;
    transition: width .3s
}

.fsConstituent .fsPhones a:focus,
.fsConstituent .fsPhones a:hover {
    text-decoration: none
}

.fsConstituent .fsPhones a:focus:after,
.fsConstituent .fsPhones a:hover:after {
    width: 100%
}

.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: 30px
}

.fsConstituentProfile>div>strong {
    display: block
}

.custom-constituent-directory .fsElementPagination {
    display: none
}

.custom-constituent-directory .fsConstituentItem:not(.fsHasPhoto):before {
    content: "";
    height: 0;
    padding-bottom: 134.40860215053763%;
    width: 100%;
    display: block;
    min-height: 240px;
    background: #135 url(../images/logo.svg) no-repeat;
    background-size: 80%;
    background-position: 50%;
    margin-bottom: 20px
}

.fsConstituent .fsConstituentItem {
    float: none;
    width: calc(100% - 30px);
    margin: 0 auto 50px
}

.fsConstituent.fsThumbnailAlignLeft .fsPhoto {
    margin-right: 15px;
    margin-bottom: 15px
}

.fsConstituent.fsThumbnailAlignRight .fsPhoto {
    margin-left: 15px;
    margin-bottom: 15px
}

.fsConstituentItem>div,
.fsConstituentItem>h3 {
    margin-bottom: 15px
}

.fsConstituentItem>div:last-child,
.fsConstituentItem>h3:last-child {
    margin-bottom: 0
}

.fsConstituentItem .fsPhoto img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%
}

div[class^=fsConstituentColumnLayout] {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

@media (min-width:600px) {

    .fsConstituentColumnLayout_2 .fsConstituentItem,
    .fsConstituentColumnLayout_3 .fsConstituentItem,
    .fsConstituentColumnLayout_4 .fsConstituentItem {
        width: calc(50% - 30px);
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:800px) {

    .fsConstituentColumnLayout_3 .fsConstituentItem,
    .fsConstituentColumnLayout_4 .fsConstituentItem {
        width: calc(33.33% - 30px)
    }
}

@media (min-width:1000px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
        width: calc(25% - 30px)
    }
}

.fsConstituent.fsProfile .fsFullName {
    margin-bottom: 30px
}

.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 30px;
    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: 30px;
        float: left
    }
}

@media (min-width:800px) {

    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto>div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto>h3 {
        padding-left: calc(40% + 30px)
    }
}

@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: 542px
    }
}

@media (min-width:800px) {

    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto>div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto>h3 {
        padding-left: calc(25% + 30px)
    }
}

@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: 158px
    }
}

@media (min-width:600px) {

    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
        margin-left: 30px;
        float: right
    }
}

@media (min-width:800px) {

    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto>div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto>h3 {
        padding-right: calc(40% + 30px)
    }
}

@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: 542px
    }
}

@media (min-width:800px) {

    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto>div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto>h3 {
        padding-right: calc(25% + 30px)
    }
}

@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: 158px
    }
}

.fsProfileImage {
    margin-bottom: 30px
}

.fsProfileImage img {
    display: block
}

.fsProfileSection {
    margin-bottom: 30px
}

.fsProfileSection h4 {
    margin: 0 0 1rem
}

.fsProfileSectionData {
    margin-bottom: 1em
}

.fsProfileSectionData:last-child {
    margin-bottom: 0
}

.fsProfileSectionData.fsTitle {
    font-weight: inherit;
    font-size: 14px;
    line-height: 25px
}

.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: 30px;
    padding-top: 30px
}

.fsConstituentSearchForm {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.fsConstituentSearchForm>label {
    flex-grow: 1;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0 15px;
    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: 55px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.fsConstituentSearchForm .fsConstituentSearchButton.on,
.fsConstituentSearchForm .fsConstituentSearchButton:focus,
.fsConstituentSearchForm .fsConstituentSearchButton:hover,
.fsStateSelected .fsConstituentSearchForm .fsConstituentSearchButton {
    padding: 20px 50px
}

.fsConstituentSearchForm [type*=submit] {
    align-self: flex-end;
    margin: 15px;
    width: 100%
}

@media (min-width:600px) {
    .fsConstituentSearchForm [type*=submit] {
        width: auto
    }
}

.landing-page .fsConstituent.fsDialog {
    color: #636363
}

@media (min-width:1000px) {
    .landing-page .fsConstituent.fsDialog {
        width: 1280px;
        height: 650px
    }
}

@media (min-width:1000px) {
    .landing-page .fsConstituent.fsDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage {
        max-width: 530px;
        margin: 0
    }
}

.landing-page .fsConstituent.fsDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage img {
    margin: 0 0 20px
}

@media (min-width:600px) {
    .landing-page .fsConstituent.fsDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage img {
        margin: 0
    }
}

@media (min-width:1000px) {
    .landing-page .fsConstituent.fsDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge>.inner {
        padding-right: 100px;
        padding-left: 630px
    }
}

.landing-page .fsConstituent.fsDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge>.inner hr {
    margin: 61px auto 0;
    border: 0;
    border-bottom: 2px solid rgba(226, 216, 198, .5);
    position: relative;
    z-index: 0
}

.landing-page .fsConstituent.fsDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge>.inner hr:before {
    content: "";
    position: absolute;
    top: -10px;
    width: 35px;
    height: 21px;
    background: url(../images/lion.svg) no-repeat;
    background-size: contain;
    display: block;
    color: #e4002b;
    margin-bottom: 10px;
    z-index: 1
}

.landing-page .fsConstituent.fsDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge>.inner hr:after {
    content: "";
    height: 21px;
    width: 50px;
    background: #fff;
    position: absolute;
    top: -10px;
    left: 0
}

@media (min-width:1000px) {
    .landing-page .fsConstituent.fsDialog .fsDialogContent {
        padding: 0
    }
}

.landing-page .fsConstituent.fsDialog .contact-info {
    border-bottom: 1px solid #e2d8c6;
    padding-bottom: 10px;
    margin-bottom: 50px;
    display: flex;
    align-items: center
}

.landing-page .fsConstituent.fsDialog .fsFullName {
    margin-bottom: 10px
}

@media (min-width:1000px) {
    .landing-page .fsConstituent.fsDialog .fsFullName {
        font-size: 2.1875rem;
        line-height: 1.28571;
        padding-top: 50px !important
    }
}

.landing-page .fsConstituent.fsDialog .fsTitles {
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.78571;
    color: #373737
}

.landing-page .fsConstituent.fsDialog .fsTitles strong {
    display: none
}

.landing-page .fsConstituent.fsDialog .fsEmail,
.landing-page .fsConstituent.fsDialog .fsPhones {
    width: 20px;
    overflow: hidden;
    position: relative;
    height: 20px;
    color: rgba(0, 0, 0, 0)
}

.landing-page .fsConstituent.fsDialog .fsEmail br,
.landing-page .fsConstituent.fsDialog .fsEmail strong,
.landing-page .fsConstituent.fsDialog .fsPhones br,
.landing-page .fsConstituent.fsDialog .fsPhones strong {
    display: none
}

.landing-page .fsConstituent.fsDialog .fsEmail a,
.landing-page .fsConstituent.fsDialog .fsPhones a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: rgba(0, 0, 0, 0)
}

.landing-page .fsConstituent.fsDialog .fsEmail a:focus,
.landing-page .fsConstituent.fsDialog .fsEmail a:hover,
.landing-page .fsConstituent.fsDialog .fsPhones a:focus,
.landing-page .fsConstituent.fsDialog .fsPhones a:hover {
    color: rgba(0, 0, 0, 0)
}

.landing-page .fsConstituent.fsDialog .fsEmail a:focus:before,
.landing-page .fsConstituent.fsDialog .fsEmail a:hover:before,
.landing-page .fsConstituent.fsDialog .fsPhones a:focus:before,
.landing-page .fsConstituent.fsDialog .fsPhones a:hover:before {
    color: #135
}

.landing-page .fsConstituent.fsDialog .fsEmail a .fsEmailIcon {
    display: none
}

.landing-page .fsConstituent.fsDialog .fsEmail a:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    content: "\E90E";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    font-size: .75rem;
    line-height: 1;
    display: block;
    color: #c0b39b;
    transition: color .3s ease-in-out
}

.landing-page .fsConstituent.fsDialog .fsPhones {
    margin-left: auto;
    margin-right: 15px
}

.landing-page .fsConstituent.fsDialog .fsPhones a:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    content: "\E90F";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    font-size: .875rem;
    line-height: 1;
    display: block;
    color: #c0b39b
}

.landing-page .fsConstituent.fsDialog .fsBiography br,
.landing-page .fsConstituent.fsDialog .fsDegrees br {
    display: none
}

.landing-page .fsConstituent.fsDialog .fsBiography strong,
.landing-page .fsConstituent.fsDialog .fsDegrees strong {
    font-weight: 700;
    font-size: .6875rem;
    line-height: 1.18182;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #135;
    display: block;
    margin-bottom: 10px
}

.landing-page .fsConstituent.fsDialog .fsDegrees {
    margin-bottom: 50px
}

.fsElementDialog .fsDialogCloseButton:after,
.fsElementDialog .fsDialogCloseButton:before {
    background-color: #636363;
    height: 1px;
    max-width: 19px
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
    margin: 0 0 30px;
    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: 30px;
        float: left
    }
}

@media (min-width:800px) {

    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge>div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge>h3 {
        padding-left: calc(40% + 30px)
    }
}

@media (min-width:800px) {

    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall>div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall>h3 {
        padding-left: calc(25% + 30px)
    }
}

@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: 158px
    }
}

@media (min-width:600px) {

    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
        margin-left: 30px;
        float: right
    }
}

@media (min-width:800px) {

    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge>div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge>h3 {
        padding-right: calc(40% + 30px)
    }
}

@media (min-width:800px) {

    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall>div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall>h3 {
        padding-right: calc(25% + 30px)
    }
}

@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: 158px
    }
}

.fsAccordion,
.fsTabs {
    border-bottom: 1px solid #e5e5e5
}

.fsAccordion .fsPanel>header,
.fsTabs .fsPanel>header {
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    transition: .3s
}

.fsAccordion .fsPanel>header h2,
.fsTabs .fsPanel>header h2 {
    margin-top: 0;
    font-weight: 400;
    font-family: Playfair Display, Georgia, serif;
    color: #135;
    font-size: 2.625rem;
    line-height: 3.4375rem;
    margin-bottom: 0;
    display: block;
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.72222;
    padding: 20px 0;
    color: #636363;
    transition: .3s;
    position: relative
}

@media (max-width:999px) {

    .fsAccordion .fsPanel>header h2,
    .fsTabs .fsPanel>header h2 {
        font-size: 2.25rem;
        line-height: 140%;
        font-size: 1.125rem;
        line-height: 1.72222
    }
}

.fsAccordion .fsPanel>header h2 a,
.fsTabs .fsPanel>header h2 a {
    transition: none;
    font-weight: inherit
}

.fsAccordion .fsPanel>header h2 a:after,
.fsTabs .fsPanel>header h2 a:after {
    display: 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: #135;
    transition: .3s
}

.fsAccordion .fsPanel>header:hover h2:after,
.fsAccordion .fsPanel>header:hover h2:before,
.fsTabs .fsPanel>header:hover h2:after,
.fsTabs .fsPanel>header:hover h2:before {
    color: #e4002b;
    transition: color .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: #135
}

.fsAccordion .fsPanel.fsStateOpen>header h2:before,
.fsTabs .fsPanel.fsStateOpen>header h2:before {
    content: "\E903"
}

.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-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    font-size: 1.5625rem;
    border: none;
    width: auto;
    height: auto;
    position: absolute;
    margin: 0;
    top: 13px;
    content: "\E902";
    transition: color .3s
}

.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-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    font-size: 1.5625rem;
    border: none;
    width: auto;
    height: auto;
    position: absolute;
    margin: 0;
    top: 13px;
    content: "\E903";
    font-size: .18125rem;
    top: 35px;
    color: #e4002b
}

.fsPanelIconBefore.fsAccordion .fsPanel>header h2,
.fsPanelIconBefore.fsTabs .fsPanel>header h2 {
    padding-left: 60px
}

.fsPanelIconBefore.fsAccordion .fsPanel>header h2:before,
.fsPanelIconBefore.fsTabs .fsPanel>header h2:before {
    left: 0
}

.fsPanelIconAfter.fsAccordion .fsPanel>header h2,
.fsPanelIconAfter.fsTabs .fsPanel>header h2 {
    padding-right: 60px
}

.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: 0
}

.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel>header h2:before,
.fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel>header h2:before {
    content: ""
}

.fsAccordion .fsPanel:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    display: block
}

.fsAccordion .fsPanel>.fsElementContent {
    padding: 0 0 15px
}

.fsAthleticsEvent>.fsElementContent {
    width: 100%
}

.fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 10px
}

.fsAthleticsEvent .fsElementEventIcon {
    display: inline-block;
    max-width: 100%
}

.fsAthleticsEvent .fsTitle {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0
}

.fsAthleticsEvent div.fsTitle {
    display: inline-block
}

.fsAthleticsEvent.fsList .fsElementEventIcon {
    margin-right: 10px
}

.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 .fsAthleticsTitle {
    margin-top: 0;
    font-weight: 400;
    font-family: Playfair Display, Georgia, serif;
    color: #135;
    font-size: 2.1875rem;
    line-height: 2.8125rem;
    margin-bottom: 30px
}

@media (max-width:999px) {
    .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
        font-size: 2rem;
        line-height: 140%
    }
}

.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;
    min-height: 100px;
    padding-top: 0;
    text-align: center
}

@media (min-width:600px) {
    .fsCalendar article {
        padding-left: 100px;
        text-align: left
    }
}

@media (min-width:600px) {
    .fsCalendar article:after {
        content: "";
        background: #e2d8c6;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 80px;
        top: 0;
        display: block
    }
}

.fsCalendar article .fsElementEventColorIcon {
    width: 12px;
    height: 12px
}

.fsCalendar .fsDate {
    text-align: center;
    width: 60px;
    color: #135;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (min-width:600px) {
    .fsCalendar .fsDate {
        position: absolute;
        top: 0;
        left: 0
    }
}

@media (max-width:599px) {
    .fsCalendar .fsDate {
        margin: 0 auto 20px
    }
}

.fsCalendar .fsDate>span {
    position: relative;
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700
}

.fsCalendar .fsDate>span:after {
    content: "";
    background: #e2d8c6;
    width: 25px;
    height: 1px;
    display: block;
    margin: 4px auto
}

.fsCalendar .fsDate>span.fsMonth {
    font-size: .75rem;
    line-height: 1.16667
}

.fsCalendar .fsDate>span.fsDay {
    font-family: Playfair Display, Georgia, serif;
    font-size: 3.125rem;
    line-height: .6;
    letter-spacing: 0
}

.fsCalendar .fsDate>span.fsDay:after {
    margin-top: 20px
}

.fsCalendar .fsDate>span.fsYear {
    font-size: .8125rem;
    line-height: 1.15385
}

.fsCalendar .fsDate>span.fsYear:after {
    display: none
}

.fsCalendar .fsTitle {
    font-family: Playfair Display, Georgia, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.6;
    color: #135;
    margin-bottom: 20px
}

.fsCalendar .fsTitle .fsCalendarEventLink:after {
    display: none
}

.fsCalendar .fsTitle .fsCalendarEventLink:focus,
.fsCalendar .fsTitle .fsCalendarEventLink:hover {
    color: inherit;
    text-decoration: underline
}

.fsCalendar .fsDescription,
.fsCalendar .fsEventDetails {
    font-style: normal
}

.fsCalendar .fsDescription,
.fsCalendar .fsEventDetails,
.fsCalendar .fsLocation,
.fsCalendar .fsTimeRange {
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.78571;
    color: #636363
}

.fsCalendar .fsDescription,
.fsCalendar .fsLocation,
.fsCalendar .fsNotes {
    margin-bottom: 20px
}

.fsCalendar .fsDescription p:last-child,
.fsCalendar .fsNotes p:last-child {
    margin-bottom: 0
}

.fsCalendar .fsCalendarEventLink {
    color: #135;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.fsCalendar .fsCalendarEventLink.fsReadMoreLink {
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.78571;
    color: #135
}

.fsCalendar .fsCalendarEventLink.fsReadMoreLink:after {
    content: "";
    background: #e4002b;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 1px;
    left: 0;
    display: block;
    transition: width .3s
}

.fsCalendar .fsCalendarEventLink.fsReadMoreLink:focus,
.fsCalendar .fsCalendarEventLink.fsReadMoreLink:hover {
    text-decoration: none
}

.fsCalendar .fsCalendarEventLink.fsReadMoreLink:focus:after,
.fsCalendar .fsCalendarEventLink.fsReadMoreLink:hover:after {
    width: 100%
}

.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(17, 51, 85, .1)
}

.fsCalendarEventGrid .fsCalendarRow .fsCalendarOutOfRange {
    background-color: #f8f8f8
}

.fsCalendarEventGrid .fsCalendarDaybox {
    border-color: #cfcfcf
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
    color: #373737
}

.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: #373737;
        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: #135;
        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: #135;
        color: #fff
    }

    .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: #135;
        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 {
    position: relative;
    padding: 20px 50px;
    font-family: Raleway, sans-serif;
    font-size: .6875rem;
    line-height: 1.18182;
    font-weight: 700;
    background: #fff;
    color: #135;
    border-radius: 0;
    border: 1px solid #cfcfcf;
    cursor: pointer;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    transition: .3s;
    display: inline-block;
    display: table;
    margin: 20px auto
}

.scroll-up:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 36px;
    width: 0;
    height: 1px;
    background: #e4002b;
    transition: .3s
}

.scroll-up:after {
    display: none
}

.fsStateSelected .scroll-up,
.scroll-up.on,
.scroll-up:focus,
.scroll-up:hover {
    background: #fff;
    color: #135;
    border: 1px solid #e4002b;
    text-decoration: none;
    padding-left: 59px;
    padding-right: 41px;
    transition: .3s
}

.fsStateSelected .scroll-up:before,
.scroll-up.on:before,
.scroll-up:focus:before,
.scroll-up:hover:before {
    width: 15px
}

.scroll-up em {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: .8125rem;
    line-height: 1.69231;
    color: #636363;
    text-transform: none;
    margin-top: 4px
}

.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: Raleway, sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #373737
}

.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: #135;
    margin-right: 10px;
    cursor: pointer;
    transition: .3s
}

.fsComposerFormEmbed form .linkLike:hover,
.fsComposerFormEmbed form .required {
    color: #135
}

.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: #135;
    transition: .3s;
    outline: 0;
    float: left;
    line-height: 1;
    padding: 10px 0
}

.fsComposerFormEmbed form .pageBreak .nextPage:hover,
.fsComposerFormEmbed form .pageBreak .prevPage:hover {
    color: #135;
    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 {
    position: relative;
    margin: 0 0 20px;
    padding: 20px 50px;
    font-family: Raleway, sans-serif;
    font-size: .6875rem;
    line-height: 1.18182;
    font-weight: 700;
    background: #fff;
    color: #135;
    border-radius: 0;
    border: 1px solid #cfcfcf;
    cursor: pointer;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    transition: .3s
}

.fsComposerFormEmbed form .submitBtn:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 36px;
    width: 0;
    height: 1px;
    background: #e4002b;
    transition: .3s
}

.fsComposerFormEmbed form .submitBtn:after {
    display: none
}

.fsComposerFormEmbed form .submitBtn.on,
.fsComposerFormEmbed form .submitBtn:focus,
.fsComposerFormEmbed form .submitBtn:hover,
.fsStateSelected .fsComposerFormEmbed form .submitBtn {
    background: #fff;
    color: #135;
    border: 1px solid #e4002b;
    text-decoration: none;
    padding-left: 59px;
    padding-right: 41px;
    transition: .3s
}

.fsComposerFormEmbed form .submitBtn.on:before,
.fsComposerFormEmbed form .submitBtn:focus:before,
.fsComposerFormEmbed form .submitBtn:hover:before,
.fsStateSelected .fsComposerFormEmbed form .submitBtn:before {
    width: 15px
}

.fsComposerFormEmbed form .submitBtn em {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: .8125rem;
    line-height: 1.69231;
    color: #636363;
    text-transform: none;
    margin-top: 4px
}

.fsComposerFormEmbed form .submitBtn.on,
.fsComposerFormEmbed form .submitBtn:focus,
.fsComposerFormEmbed form .submitBtn:hover,
.fsStateSelected .fsComposerFormEmbed form .submitBtn {
    padding: 20px 50px
}

.fsComposerFormEmbed .ui-widget {
    font-family: Raleway, 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;
    border-style: solid
}

.fsAccount input[type=submit] {
    border-style: solid
}

.fsAccount input[type=submit].on,
.fsAccount input[type=submit]:focus,
.fsAccount input[type=submit]:hover,
.fsStateSelected .fsAccount input[type=submit] {
    padding: 20px 50px
}

.fsError {
    margin-bottom: 50px
}

.fsLoginNewSuccess>button,
.fsResetCancel,
.fsResetContinue {
    position: relative;
    margin: 0 0 20px;
    padding: 20px 50px;
    font-family: Raleway, sans-serif;
    font-size: .6875rem;
    line-height: 1.18182;
    font-weight: 700;
    background: #fff;
    color: #135;
    border-radius: 0;
    border: 1px solid #cfcfcf;
    cursor: pointer;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    transition: .3s;
    display: inline-block
}

.fsLoginNewSuccess>button:before,
.fsResetCancel:before,
.fsResetContinue:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 36px;
    width: 0;
    height: 1px;
    background: #e4002b;
    transition: .3s
}

.fsLoginNewSuccess>button:after,
.fsResetCancel:after,
.fsResetContinue:after {
    display: none
}

.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: #fff;
    color: #135;
    border: 1px solid #e4002b;
    text-decoration: none;
    padding-left: 59px;
    padding-right: 41px;
    transition: .3s
}

.fsLoginNewSuccess>button.on:before,
.fsLoginNewSuccess>button:focus:before,
.fsLoginNewSuccess>button:hover:before,
.fsResetCancel.on:before,
.fsResetCancel:focus:before,
.fsResetCancel:hover:before,
.fsResetContinue.on:before,
.fsResetContinue:focus:before,
.fsResetContinue:hover:before,
.fsStateSelected .fsLoginNewSuccess>button:before,
.fsStateSelected .fsResetCancel:before,
.fsStateSelected .fsResetContinue:before {
    width: 15px
}

.fsLoginNewSuccess>button em,
.fsResetCancel em,
.fsResetContinue em {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: .8125rem;
    line-height: 1.69231;
    color: #636363;
    text-transform: none;
    margin-top: 4px
}

.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
    }
}

.fsBannerLeft .fsPostElement .fsLoadMoreButton,
.fsBannerRight .fsPostElement .fsLoadMoreButton,
.fsStyleOneThird .fsPostElement .fsLoadMoreButton {
    min-width: 300px
}

.fsPostElement .fsThumbnail {
    line-height: 0;
    margin-bottom: 30px
}

.fsPostElement .fsCategories {
    margin: 0 0 30px
}

.fsPostElement .fsCategories .fsCategory {
    background: #f8f8f8;
    text-align: center;
    padding: 6px 8px;
    margin: 0 6px 0 0;
    font-weight: 600;
    font-size: .625rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #131313;
    border: 0
}

.fsPostElement .fsTitle {
    font-family: Playfair Display, Georgia, serif;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.6;
    color: #135;
    margin-bottom: 15px
}

.fsPostElement .fsTitle .fsPostLink {
    text-decoration: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.fsPostElement .fsTitle .fsPostLink:after {
    display: none
}

.fsPostElement .fsTitle .fsPostLink:focus,
.fsPostElement .fsTitle .fsPostLink:hover {
    color: inherit;
    text-decoration: underline
}

.fsPostElement .fsAuthor,
.fsPostElement .fsDateTime {
    font-size: .9375rem;
    line-height: 1.26667;
    color: #636363;
    display: block;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 5px
}

.fsPostElement .fsDateTime {
    margin-bottom: 30px
}

.fsPostElement .fsTags {
    margin: 0 0 30px
}

.fsPostElement .fsTags .fsTag {
    padding: 6px 8px;
    margin-right: 6px;
    border: 1px solid #e5e5e5;
    background: #fff;
    font-weight: 600;
    font-size: .625rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #131313
}

.fsPostElement .fsBody,
.fsPostElement .fsSummary {
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.78571;
    color: #636363;
    margin-bottom: 30px
}

.fsPostElement .fsBody p:last-child,
.fsPostElement .fsSummary p:last-child {
    margin-bottom: 0
}

.fsPostElement .fsReadMoreLink {
    font-size: .875rem;
    line-height: 1.78571;
    font-weight: 600;
    color: #135
}

.fsPostElement .fsReadMoreLink:after {
    content: "";
    background: #e4002b;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 1px;
    left: 0;
    display: block;
    transition: width .3s
}

.fsPostElement .fsReadMoreLink:focus,
.fsPostElement .fsReadMoreLink:hover {
    text-decoration: none
}

.fsPostElement .fsReadMoreLink:focus:after,
.fsPostElement .fsReadMoreLink:hover:after {
    width: 100%
}

.fsPostElement.fsList article {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e2d8c6
}

.fsPostElement.fsList article:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 30px
}

.fsPostElement.fsList.custom article {
    position: relative
}

@media (min-width:1000px) {
    .fsPostElement.fsList.custom article {
        padding-bottom: 40px;
        margin-bottom: 40px;
        padding-left: 330px
    }

    .fsPostElement.fsList.custom article:last-child {
        padding-bottom: 30px;
        margin-bottom: 30px
    }
}

@media (min-width:1000px) {
    .fsPostElement.fsList.custom .fsThumbnail {
        max-width: 300px;
        position: absolute;
        top: 0;
        left: 0
    }

    .fsPostElement.fsList.custom .fsThumbnail img {
        width: 100%
    }
}

body.fsComposeMode .fsPostElement.fsList.custom article {
    display: block
}

.fsResourceElement .fsTitle {
    margin-bottom: 10px
}

.fsResourceElement figcaption {
    margin-top: 10px
}

.fsResourceElement .fsResourceTypeVideo {
    line-height: 0
}

.fsResourceElement .fsResourceTypeVideo .fsPlayOverlay button {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border: 1.5px solid hsla(0, 0%, 100%, .5);
    border-radius: 100%;
    transition: all .3s ease;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    z-index: 12;
    box-shadow: none
}

.fsResourceElement .fsResourceTypeVideo .fsPlayOverlay button:focus,
.fsResourceElement .fsResourceTypeVideo .fsPlayOverlay button:hover {
    border: 1.5px solid #fff
}

.fsResourceElement .fsResourceTypeVideo .fsPlayOverlay button:focus:after,
.fsResourceElement .fsResourceTypeVideo .fsPlayOverlay button:hover:after {
    color: hsla(0, 0%, 100%, .8)
}

.fsResourceElement .fsResourceTypeVideo .fsPlayOverlay button:before {
    display: none
}

.fsResourceElement .fsResourceTypeVideo .fsPlayOverlay button:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    content: "\E906";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    color: #fff;
    font-size: .625rem;
    line-height: 1;
    transition: all .3s ease
}

.fsResourceElement.fsListNav .fsResourceCollectionName+nav {
    margin-top: 20px
}

.fsResourceElement.fsListNav .fsTitle {
    font-size: 14px;
    line-height: 25px;
    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 {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0;
    z-index: 1;
    width: 662px;
    transform: translateX(100%);
    visibility: hidden;
    transition: all .3s
}

.fsSearchElement.site-search>header .fsElementHeaderContent {
    margin: 0;
    opacity: 0;
    transition: .3s;
    transition-delay: .3s
}

.fsSearchElement.site-search>header .fsElementHeaderContent .close-search {
    border: 0;
    background: none;
    margin: 0;
    position: relative;
    height: 58px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    background: #141b2f;
    cursor: pointer;
    width: 182px;
    padding: 24.5px 20px;
    font-weight: 700;
    font-size: .59375rem;
    line-height: 1.15789;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-left: 1px solid hsla(0, 0%, 100%, .3);
    transition: .3s
}

.fsSearchElement.site-search>header .fsElementHeaderContent .close-search:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 1px;
    background: #e4002b;
    transition: .3s
}

.fsSearchElement.site-search>header .fsElementHeaderContent .close-search:focus:before,
.fsSearchElement.site-search>header .fsElementHeaderContent .close-search:hover:before {
    width: 15px;
    margin-right: 8px
}

.fsSearchElement.site-search>.fsElementContent {
    width: 100%;
    background: #141b2f;
    border-left: 1px solid hsla(0, 0%, 100%, .3)
}

.fsSearchElement.site-search form {
    position: relative;
    display: flex
}

.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 input::placeholder {
    color: hsla(0, 0%, 100%, .7)
}

.fsSearchElement.site-search form .fsStyleSearchField {
    border: 0;
    height: 58px;
    font-family: Playfair Display, Georgia, serif;
    font-size: 1.5rem;
    line-height: 1.58333;
    background-color: rgba(0, 0, 0, 0);
    padding: 12px 40px 12px 57px;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .7)
}

.fsSearchElement.site-search form .fsSearchElementSearchButton {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    min-width: auto;
    width: 58px;
    height: 58px;
    overflow: hidden;
    border: 0;
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    transition: opacity .3s
}

.fsSearchElement.site-search form .fsSearchElementSearchButton:before {
    display: none
}

.fsSearchElement.site-search form .fsSearchElementSearchButton:after {
    content: "\E90A";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    display: block;
    font-size: 18px;
    color: #e4002b;
    z-index: 1;
    transition: color .3s
}

.fsSearchElement.site-search form .fsSearchElementSearchButton:focus:after,
.fsSearchElement.site-search form .fsSearchElementSearchButton:hover:after {
    color: #fff
}

.fsSearchElement.site-search form .fsButtonClear {
    right: 20px;
    line-height: 16px
}

.fsSearchElement.site-search form .fsButtonClear:before {
    color: #fff
}

.search-is-active .fsSearchElement {
    transform: translateX(0);
    visibility: visible
}

.search-is-active .fsSearchElement>header .fsElementHeaderContent {
    opacity: 1
}

.search-button-container {
    margin: 0
}

.search-button-container .search-trigger {
    position: relative;
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border: 0;
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    transition: opacity .3s;
    cursor: pointer
}

.search-button-container .search-trigger:before {
    display: none
}

.search-button-container .search-trigger:after {
    content: "\E90A";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    display: block;
    font-size: 16px;
    color: #f6f4f2;
    z-index: 1;
    transition: color .3s
}

.search-button-container .search-trigger:focus:after,
.search-button-container .search-trigger:hover:after {
    color: #e4002b
}

.search-mobile-is-active .search-button-container .search-trigger:after {
    content: "\E90D";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none
}

.mobile-search-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 102px);
    background: #141b2f;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    transition: all .3s;
    transition-delay: .5s
}

.mobile-search-container>.fsElementContent {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.mobile-search-container>.fsElementContent .fsSearchElement.site-search {
    position: static;
    width: 100%;
    transform: none
}

.mobile-search-container>.fsElementContent .fsSearchElement.site-search>.fsElementContent {
    border: 0;
    position: relative
}

.mobile-search-container>.fsElementContent .fsSearchElement.site-search>.fsElementContent:after {
    content: "";
    background: hsla(0, 0%, 100%, .3);
    height: 1px;
    width: calc(100% - 40px);
    position: absolute;
    left: 20px
}

.mobile-search-container>.fsElementContent .fsSearchElement.site-search form .fsStyleSearchField {
    font-size: 1.0625rem;
    line-height: 1.17647
}

.search-mobile-is-active .mobile-search-container {
    opacity: 1;
    visibility: visible;
    transition: all 0s;
    transition-delay: 0s
}

.search-mobile-is-active .mobile-search-container>.fsElementContent .fsSearchElement.site-search {
    visibility: visible
}

.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
    }
}

.vimeo_view_link a {
    position: relative;
    margin: 0 0 20px;
    padding: 20px 50px;
    font-family: Raleway, sans-serif;
    font-size: .6875rem;
    line-height: 1.18182;
    font-weight: 700;
    background: #fff;
    color: #135;
    border-radius: 0;
    border: 1px solid #cfcfcf;
    cursor: pointer;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    transition: .3s;
    display: inline-block
}

.vimeo_view_link a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 36px;
    width: 0;
    height: 1px;
    background: #e4002b;
    transition: .3s
}

.vimeo_view_link a:after {
    display: none
}

.fsStateSelected .vimeo_view_link a,
.vimeo_view_link a.on,
.vimeo_view_link a:focus,
.vimeo_view_link a:hover {
    background: #fff;
    color: #135;
    border: 1px solid #e4002b;
    text-decoration: none;
    padding-left: 59px;
    padding-right: 41px;
    transition: .3s
}

.fsStateSelected .vimeo_view_link a:before,
.vimeo_view_link a.on:before,
.vimeo_view_link a:focus:before,
.vimeo_view_link a:hover:before {
    width: 15px
}

.vimeo_view_link a em {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: .8125rem;
    line-height: 1.69231;
    color: #636363;
    text-transform: none;
    margin-top: 4px
}

.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 {
    position: relative;
    margin: 0 0 20px;
    padding: 20px 50px;
    font-family: Raleway, sans-serif;
    font-size: .6875rem;
    line-height: 1.18182;
    font-weight: 700;
    background: #fff;
    color: #135;
    border-radius: 0;
    border: 1px solid #cfcfcf;
    cursor: pointer;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    transition: .3s;
    display: inline-block
}

.Youtube_view_link a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 36px;
    width: 0;
    height: 1px;
    background: #e4002b;
    transition: .3s
}

.Youtube_view_link a:after {
    display: none
}

.fsStateSelected .Youtube_view_link a,
.Youtube_view_link a.on,
.Youtube_view_link a:focus,
.Youtube_view_link a:hover {
    background: #fff;
    color: #135;
    border: 1px solid #e4002b;
    text-decoration: none;
    padding-left: 59px;
    padding-right: 41px;
    transition: .3s
}

.fsStateSelected .Youtube_view_link a:before,
.Youtube_view_link a.on:before,
.Youtube_view_link a:focus:before,
.Youtube_view_link a:hover:before {
    width: 15px
}

.Youtube_view_link a em {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: .8125rem;
    line-height: 1.69231;
    color: #636363;
    text-transform: none;
    margin-top: 4px
}

.fsTabs {
    padding: 0;
    background: none;
    margin-bottom: 20px
}

@media (min-width:600px) {
    .fsTabs {
        border: 0
    }
}

.fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none
}

@media (min-width:600px) {
    .fsTabs .fsTabsNav {
        display: block;
        border-bottom: 1px solid #e2d8c6
    }
}

.fsTabs .fsTabsNav li {
    margin-right: 2px
}

.fsTabs .fsTabsNav li a {
    position: relative;
    margin-top: 0;
    font-weight: 400;
    font-family: Playfair Display, Georgia, serif;
    color: #135;
    font-size: 2.625rem;
    line-height: 3.4375rem;
    margin-bottom: 0;
    display: block;
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.72222;
    color: #636363;
    transition: .3s;
    line-height: 133%;
    background: rgba(0, 0, 0, 0);
    color: #373737;
    padding: 12px 15px
}

@media (max-width:999px) {
    .fsTabs .fsTabsNav li a {
        font-size: 2.25rem;
        line-height: 140%;
        font-size: 1.125rem;
        line-height: 1.72222
    }
}

.fsTabs .fsTabsNav li a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 0;
    transition: all .3s
}

.fsTabs .fsTabsNav li a:hover {
    background: rgba(0, 0, 0, 0);
    color: #135
}

.fsTabs .fsTabsNav li a:hover:after {
    background: #e4002b;
    width: 100%
}

.fsTabs .fsTabsNav li.fsStateSelected a {
    background: rgba(0, 0, 0, 0);
    color: #135
}

.fsTabs .fsTabsNav li.fsStateSelected a:after {
    background: #e4002b;
    width: 100%
}

.fsTabs .fsPanel {
    position: relative
}

@media (max-width:599px) {
    .fsTabs .fsPanel:before {
        content: "";
        width: 100%;
        height: 1px;
        background: #e5e5e5;
        display: block
    }
}

.fsTabs .fsPanel>.fsElementContent {
    padding: 20px 0
}

.fsPanelGroup.fsTabs>.fsElementContent>.fsPanel:not(.fsStateOpen),
.fsPanelGroup.fsTabs>.fsElementContent>.fsPanel>.fsElementActionButtonContainer,
.fsPanelGroup.fsTabs>.fsElementContent>.fsPanel>header,
.fsTabs .fsPanel>.fsElementContent a {
    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
}

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton:before {
    display: none
}

.fsStateSelected .fsToolsList.fsStyleSelectList .fsStyleDefaultButton,
.fsToolsList.fsStyleSelectList .fsStyleDefaultButton.on,
.fsToolsList.fsStyleSelectList .fsStyleDefaultButton:focus,
.fsToolsList.fsStyleSelectList .fsStyleDefaultButton:hover {
    padding: 7px 12px
}

.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: #135 !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: #135;
    color: #fff
}

.fsCalendarMonthYearPicker>.fsStyleUpdateButton {
    margin-bottom: 0;
    display: block;
    color: #fff;
    background-color: #242424
}

.module {
    padding: 20px;
    color: #fff
}

.module a,
.module h1,
.module h2,
.module h3,
.module h4,
.module h5,
.module h6 {
    color: inherit
}

.module {
    background: #135
}

body:not(.fsComposeMode).home #fsPageBodyWrapper {
    padding: 0
}

body:not(.fsComposeMode).home #fsPageBody {
    max-width: 100%
}

body:not(.fsComposeMode).home #fsPageContent>.fsLayout {
    margin: 0
}

body:not(.fsComposeMode).home #fsPageContent>.fsLayout>.fsDiv {
    padding: 0;
    margin: 0
}

body:not(.fsComposeMode).home h1.fsPageTitle {
    display: block;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

body:not(.fsComposeMode).landing-page #fsPageBodyWrapper {
    padding: 0;
    overflow: hidden
}

body:not(.fsComposeMode).landing-page #fsPageBody {
    max-width: 100%
}

body:not(.fsComposeMode).landing-page #fsPageContent>.fsLayout {
    margin: 0
}

body:not(.fsComposeMode).landing-page #fsPageContent>.fsLayout>.fsDiv {
    padding: 0;
    margin: 0
}

body:not(.fsComposeMode).landing-page .video-container {
    margin-top: -30px;
    margin-bottom: 0
}

body:not(.fsComposeMode).landing-page .welcome-panel {
    margin-bottom: 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: #373737
}

.colors.main ol li:first-of-type:after {
    content: "#373737"
}

.colors.main ol li:nth-of-type(2) {
    background: #135
}

.colors.main ol li:nth-of-type(2):after {
    content: "#113355"
}

.colors.main ol li:nth-of-type(3) {
    background: #e4002b
}

.colors.main ol li:nth-of-type(3):after {
    content: "#E4002B"
}

@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: Raleway, sans-serif
}

.fonts ol li:first-of-type:after {
    content: "Raleway, sans-serif";
    display: block;
    margin-bottom: 10px
}

.fonts ol li:nth-of-type(2) {
    font-family: Playfair Display, Georgia, serif
}

.fonts ol li:nth-of-type(2):after {
    content: "Playfair Display, 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: 50px / line-height: 70px"
}

.headers .fsElementContent h2:after {
    content: " - font-size: 42px / line-height: 55px"
}

.headers .fsElementContent h3:after {
    content: " - font-size: 35px / line-height: 45px"
}

.headers .fsElementContent h4:after {
    content: " - font-size: 24px / line-height: 38px"
}

.headers .fsElementContent h5:after {
    content: " - font-size: 17px / line-height: 20px"
}

.headers .fsElementContent h6:after {
    content: " - font-size: 15px / line-height: 18px"
}

body.fsLiveMode .hero {
    max-height: 0;
    overflow: hidden
}

body.fsLiveMode .hero img {
    width: 100%
}

body.hero-loaded .hero {
    max-height: none;
    overflow: visible
}

body:not(.fsComposeMode) .hero.video article:first-child,
body:not(.fsComposeMode) .hero article img,
body:not(.fsComposeMode) .hero article picture,
body:not(.fsComposeMode) .hero article video {
    height: 100vh
}

body:not(.fsComposeMode) .hero {
    position: relative;
    margin-bottom: 0
}

body:not(.fsComposeMode) .hero>header {
    display: none
}

body:not(.fsComposeMode) .hero article {
    position: relative;
    padding: 0;
    line-height: 0
}

body:not(.fsComposeMode) .hero article:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: linear-gradient(0deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6))
}

body:not(.fsComposeMode) .hero article figure {
    position: relative
}

body:not(.fsComposeMode) .hero article figcaption {
    margin: 0
}

body:not(.fsComposeMode) .hero article picture {
    display: block
}

body:not(.fsComposeMode) .hero article img,
body:not(.fsComposeMode) .hero article video {
    object-fit: cover;
    width: 100%
}

body:not(.fsComposeMode) .hero.video .fsListItems {
    margin: 0
}

body:not(.fsComposeMode) .hero.video.pop-up-active article:last-child {
    transform: scaleY(1);
    pointer-events: all
}

body:not(.fsComposeMode) .hero.video.pop-up-active article:last-child .fsResourceVideoWrapper {
    opacity: 1;
    transition: opacity .5s cubic-bezier(.55, 0, .1, 1) 375ms
}

body:not(.fsComposeMode) .hero.video.no-autoplay article:first-child video {
    display: none
}

body:not(.fsComposeMode) .hero.video.no-autoplay article:first-child .fsPlayOverlay {
    display: block !important
}

body:not(.fsComposeMode) .hero.video.no-autoplay article:first-child .fsPlayOverlay:after,
body:not(.fsComposeMode) .hero.video.no-autoplay article:first-child .fsPlayOverlay:before {
    display: none
}

body:not(.fsComposeMode) .hero.video.no-autoplay article:first-child .fsPlayOverlay button {
    display: none !important
}

body:not(.fsComposeMode) .hero.video.no-autoplay article:first-child button.play-pause {
    display: none
}

body:not(.fsComposeMode) .hero.video article {
    padding: 0;
    margin: 0
}

body:not(.fsComposeMode) .hero.video article.playing .video-controls {
    bottom: -87px
}

body:not(.fsComposeMode) .hero.video article video {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center center
}

body:not(.fsComposeMode) .hero.video article:first-child {
    position: relative
}

body:not(.fsComposeMode) .hero.video article:first-child .fsVideoPlayOverlay {
    display: none
}

body:not(.fsComposeMode) .hero.video article:last-child {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 502;
    pointer-events: none;
    transform-origin: top left;
    transform: scaleY(0);
    will-change: transform;
    transition: transform .5s;
    overflow: hidden;
    background: #fff
}

@media (max-width:999px) {
    body:not(.fsComposeMode) .hero.video article:last-child {
        background: #000
    }
}

body:not(.fsComposeMode) .hero.video article:last-child:before {
    display: none
}

body:not(.fsComposeMode) .hero.video article:last-child .fsResourceVideoWrapper {
    width: 100%;
    display: block;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.55, 0, .1, 1)
}

@media (max-width:999px) {
    body:not(.fsComposeMode) .hero.video article:last-child .fsResourceVideoWrapper {
        display: flex;
        align-items: center
    }
}

body:not(.fsComposeMode) .hero.video article:last-child .fsResourceVideoWrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 24.48%, rgba(0, 0, 0, 0) 78.12%, rgba(0, 0, 0, .5))
}

@media (max-width:999px) {
    body:not(.fsComposeMode) .hero.video article:last-child .fsResourceVideoWrapper video {
        position: static;
        height: auto
    }
}

body:not(.fsComposeMode) .hero.video article:last-child button.close-video {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 36px;
    height: 36px;
    font-size: .5625rem;
    border: 1.5px solid hsla(0, 0%, 100%, .5);
    border-radius: 100%;
    transition: all .3s ease-in-out;
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    z-index: 4;
    overflow: hidden
}

body:not(.fsComposeMode) .hero.video article:last-child button.close-video:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    content: "\E90D";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    color: #fff;
    transition: all .3s ease-in-out
}

body:not(.fsComposeMode) .hero.video article:last-child button.close-video:focus,
body:not(.fsComposeMode) .hero.video article:last-child button.close-video:hover {
    background: rgba(0, 0, 0, .2)
}

body:not(.fsComposeMode) .hero.video article .fsResourceVideoWrapper {
    height: 100%
}

button.play-pause {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    bottom: 12px;
    right: 14px;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    transition: all .3s ease-in-out;
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    z-index: 12
}

@media (min-width:1000px) {
    button.play-pause {
        width: 37px;
        height: 37px;
        bottom: 21px;
        right: 21px
    }
}

button.play-pause:focus,
button.play-pause:hover {
    background: rgba(0, 0, 0, .2)
}

button.play-pause span {
    display: block;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

button.play-pause:after {
    content: "\E909";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    color: #fff;
    font-size: .375rem;
    line-height: 1;
    transition: all .3s ease-in-out
}

@media (min-width:1000px) {
    button.play-pause:after {
        font-size: .5625rem
    }
}

button.play-pause.paused:after {
    content: "\E906";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none
}

.scroll-to-discover {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    bottom: 0;
    font-weight: 500;
    font-size: .6875rem;
    line-height: 1.36364;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0;
    z-index: 10
}

.scroll-to-discover:after {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    margin: 11px auto 0;
    background: #fff;
    transition: .3s
}

@media (min-width:1000px) {
    .scroll-to-discover {
        display: none
    }
}

body:not(.fsComposeMode):not(.home) .hero {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1
}

body:not(.fsComposeMode):not(.home) .hero.pop-up-active {
    position: relative;
    z-index: auto
}

body:not(.fsComposeMode).home .hero .scroll-to-discover {
    display: block
}

body:not(.fsComposeMode).home .hero>footer .fsElementFooterContent h2 {
    font-size: 3rem;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 34px
}

body:not(.fsComposeMode).home .hero>footer .fsElementFooterContent button {
    margin-bottom: 0
}

body:not(.fsComposeMode).home .hero-caption>.fsElementContent h2 {
    text-transform: uppercase
}

body:not(.fsComposeMode).home .hero-caption>.fsElementContent p.scroll-to-discover {
    display: none
}

body:not(.fsComposeMode) .hero-caption {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    padding: 0 20px;
    z-index: 10;
    margin: 0
}

body:not(.fsComposeMode) .hero-caption>.fsElementContent {
    margin-top: 0;
    font-style: normal;
    font-weight: 700;
    font-size: .6875rem;
    line-height: 1.18182;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center
}

body:not(.fsComposeMode) .hero-caption>.fsElementContent p {
    margin-bottom: 10px
}

body:not(.fsComposeMode) .hero-caption>.fsElementContent p.scroll-to-discover {
    position: static;
    transform: none;
    display: block
}

@media (max-width:999px) {
    body:not(.fsComposeMode) .hero-caption>.fsElementContent p.scroll-to-discover {
        display: none
    }
}

body:not(.fsComposeMode) .hero-caption>.fsElementContent p:last-child {
    margin-bottom: 0
}

body:not(.fsComposeMode) .hero-caption>.fsElementContent h2 {
    font-weight: 400;
    font-size: 3.125rem;
    line-height: 1.4;
    color: #fff;
    text-transform: none;
    margin-bottom: 20px
}

@media (max-width:999px) {
    body:not(.fsComposeMode) .hero-caption>.fsElementContent h2 {
        font-size: 2.6875rem;
        line-height: 140%
    }
}

body:not(.fsComposeMode) .hero-caption>.fsElementContent button {
    border: 0;
    background: none;
    padding: 0;
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 100%;
    transition: all .3s ease-in-out;
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    z-index: 12;
    margin: 0 auto
}

body:not(.fsComposeMode) .hero-caption>.fsElementContent button:focus,
body:not(.fsComposeMode) .hero-caption>.fsElementContent button:hover {
    background: rgba(0, 0, 0, .2)
}

body:not(.fsComposeMode) .hero-caption>.fsElementContent button:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    content: "\E906";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    color: #fff;
    font-size: .625rem;
    line-height: 1;
    transition: all .3s ease-in-out
}

body:not(.fsComposeMode) .mission-panel {
    position: relative;
    width: 100%;
    height: 636px;
    z-index: 0;
    margin: 0;
    overflow: hidden;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (min-width:700px) {
    body:not(.fsComposeMode) .mission-panel {
        height: 100vh
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .mission-panel {
        min-height: 1150px
    }
}

body:not(.fsComposeMode) .mission-panel>.fsElementContent {
    height: 100%
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .mission-panel .parallax {
        min-height: 1400px
    }
}

body:not(.fsComposeMode) .our-mission {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    margin: 0
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .our-mission {
        position: fixed
    }
}

.touchevents body:not(.fsComposeMode) .our-mission {
    position: absolute
}

body:not(.fsComposeMode) .our-mission>header h2 {
    position: relative;
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-size: .6875rem;
    line-height: 1.18182;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    text-align: center
}

body:not(.fsComposeMode) .our-mission>header h2:before {
    content: "";
    width: 35px;
    height: 21px;
    background: url(../images/lion.svg) no-repeat;
    background-size: contain;
    display: block;
    margin: 0 auto 15px;
    width: 50px;
    height: 36px
}

body:not(.fsComposeMode) .our-mission>.fsElementContent {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .our-mission>.fsElementContent {
        width: 996px;
        max-width: 100%;
        padding: 0
    }
}

body:not(.fsComposeMode) .our-mission>.fsElementContent p {
    font-family: Playfair Display, Georgia, serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.58333;
    text-align: center;
    color: #e2d8c6;
    margin: 0
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .our-mission>.fsElementContent p {
        font-size: 3.125rem;
        line-height: 1.4
    }
}

@media (max-width:999px) {
    body:not(.fsComposeMode) .our-mission>.fsElementContent p .text-lines {
        display: none
    }
}

body:not(.fsComposeMode) .our-mission>.fsElementContent p.bg-text {
    color: #e2d8c6
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .our-mission>.fsElementContent p.bg-text {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        width: 100%;
        color: rgba(226, 216, 198, .5)
    }
}

body:not(.fsComposeMode) .our-mission>footer .fsElementFooterContent {
    margin-top: 45px
}

body:not(.fsComposeMode) .our-mission>footer .fsElementFooterContent .fs_style_26 {
    margin: 0
}

body:not(.fsComposeMode).keyboard-active .our-mission {
    position: absolute
}

body:not(.fsComposeMode) .our-motto-panel {
    position: relative;
    background: #fff;
    margin: 0;
    z-index: 0
}

body:not(.fsComposeMode) .our-motto-panel>header {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    top: 70px
}

@media (max-width:699px) {
    body:not(.fsComposeMode) .our-motto-panel>header {
        z-index: 1;
        top: 30px
    }
}

body:not(.fsComposeMode) .our-motto-panel>header h2.fsElementTitle {
    position: relative;
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-size: .6875rem;
    line-height: 1.18182;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    color: #636363
}

body:not(.fsComposeMode) .our-motto-panel>header h2.fsElementTitle:before {
    content: "";
    width: 35px;
    height: 21px;
    background: url(../images/lion.svg) no-repeat;
    background-size: contain;
    display: block;
    margin: 0 auto 15px
}

@media (max-width:699px) {
    body:not(.fsComposeMode) .our-motto-panel>header h2.fsElementTitle {
        color: #fff
    }
}

body:not(.fsComposeMode) .our-motto-panel>.fsElementContent {
    display: flex
}

@media (max-width:699px) {
    body:not(.fsComposeMode) .our-motto-panel>.fsElementContent {
        flex-direction: column
    }
}

body:not(.fsComposeMode) .motto {
    position: relative;
    width: 100%;
    margin: 0
}

@media (min-width:700px) {
    body:not(.fsComposeMode) .motto {
        width: 33.33333%;
        min-height: 568px
    }
}

body:not(.fsComposeMode) .motto:first-child>header .fsElementTitle:before,
body:not(.fsComposeMode) .motto:first-child article figcaption h2:before {
    content: "01"
}

body:not(.fsComposeMode) .motto:nth-child(2)>header .fsElementTitle:before,
body:not(.fsComposeMode) .motto:nth-child(2) article figcaption h2:before {
    content: "02"
}

body:not(.fsComposeMode) .motto:last-child>header .fsElementTitle:before,
body:not(.fsComposeMode) .motto:last-child article figcaption h2:before {
    content: "03"
}

body:not(.fsComposeMode) .motto>header {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    padding: 0 20px;
    opacity: 0;
    transition: all .3s ease-in-out
}

@media (min-width:700px) {
    body:not(.fsComposeMode) .motto>header {
        opacity: 1
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .motto>header {
        padding: 0 80px
    }
}

body:not(.fsComposeMode) .motto>header .fsElementTitle {
    position: relative
}

body:not(.fsComposeMode) .motto>header .fsElementTitle:before {
    font-family: Raleway, sans-serif;
    font-size: .6875rem;
    line-height: 1.18182;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #636363;
    display: block;
    margin-bottom: 25px
}

body:not(.fsComposeMode) .motto>.fsElementContent {
    height: 100%
}

body:not(.fsComposeMode) .motto article {
    height: 100%;
    display: block;
    transition: all .8s ease-in-out;
    overflow: hidden
}

@media (min-width:700px) {
    body:not(.fsComposeMode) .motto article {
        clip-path: inset(0 0 100% 0)
    }
}

body:not(.fsComposeMode) .motto article figure,
body:not(.fsComposeMode) .motto article picture {
    height: 100%
}

body:not(.fsComposeMode) .motto article picture:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.27%, #000)
}

body:not(.fsComposeMode) .motto article img,
body:not(.fsComposeMode) .motto article video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 568px;
    transition: all 1s ease-in-out
}

@media (min-width:700px) {

    body:not(.fsComposeMode) .motto article img,
    body:not(.fsComposeMode) .motto article video {
        max-height: 100%;
        transform: scale(1.2)
    }
}

body:not(.fsComposeMode) .motto article figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px;
    color: #fff;
    transition: all .5s ease-in-out;
    transition-delay: 0s;
    z-index: 1
}

@media (min-width:600px) {
    body:not(.fsComposeMode) .motto article figcaption {
        padding: 38px 40px
    }
}

@media (min-width:700px) {
    body:not(.fsComposeMode) .motto article figcaption {
        opacity: 0;
        padding: 38px 20px;
        left: 50%;
        transform: translate(-50%, -100px)
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .motto article figcaption {
        padding: 38px 70px
    }
}

body:not(.fsComposeMode) .motto article figcaption h2 {
    position: relative;
    color: #fff;
    margin-bottom: 25px;
    transition: .3s ease-in-out
}

body:not(.fsComposeMode) .motto article figcaption h2:before {
    font-family: Raleway, sans-serif;
    font-size: .6875rem;
    line-height: 1.18182;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin-bottom: 25px
}

body:not(.fsComposeMode) .motto article figcaption .fs_style_26 {
    margin: 0
}

@media (min-width:700px) {

    body:not(.fsComposeMode) .motto:focus-within>header,
    body:not(.fsComposeMode) .motto:hover>header {
        opacity: 0;
        transition: all .3s ease-in-out
    }
}

@media (min-width:700px) {

    body:not(.fsComposeMode) .motto:focus-within article,
    body:not(.fsComposeMode) .motto:hover article {
        clip-path: inset(0)
    }
}

@media (min-width:700px) {

    body:not(.fsComposeMode) .motto:focus-within article img,
    body:not(.fsComposeMode) .motto:focus-within article video,
    body:not(.fsComposeMode) .motto:hover article img,
    body:not(.fsComposeMode) .motto:hover article video {
        transform: scale(1)
    }
}

@media (min-width:700px) {

    body:not(.fsComposeMode) .motto:focus-within article figcaption,
    body:not(.fsComposeMode) .motto:hover article figcaption {
        opacity: 1;
        transform: translate(-50%);
        transition: all .5s ease-in-out;
        transition-delay: .3s
    }
}

body:not(.fsComposeMode) .by-the-numbers-panel {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 0;
    margin: 0;
    padding: 70px 20px;
    overflow: hidden
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .by-the-numbers-panel {
        padding: 0;
        height: 100vh
    }
}

body:not(.fsComposeMode) .by-the-numbers-panel>.fsElementContent {
    height: 100%
}

body:not(.fsComposeMode) .statistics-container {
    max-width: 1110px;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: 0 auto
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .statistics-container {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
}

body:not(.fsComposeMode) .statistics-container>header h2.fsElementTitle {
    position: relative;
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-size: .6875rem;
    line-height: 1.18182;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 80px
}

body:not(.fsComposeMode) .statistics-container>header h2.fsElementTitle:before {
    content: "";
    width: 35px;
    height: 21px;
    background: url(../images/lion.svg) no-repeat;
    background-size: contain;
    display: block;
    margin: 0 auto 15px
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .statistics-container>.fsElementContent {
        display: flex;
        flex-wrap: wrap
    }
}

body:not(.fsComposeMode) .statistics-container>footer .fsElementFooterContent {
    text-align: center;
    margin-top: 55px
}

body:not(.fsComposeMode) .statistics-container>footer .fsElementFooterContent .fs_style_26 {
    margin: 0
}

body:not(.fsComposeMode) .statistics-container .slick-arrow {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    z-index: 2;
    height: 29px;
    width: 29px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 100%;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    overflow: hidden;
    transition: all .3s
}

body:not(.fsComposeMode) .statistics-container .slick-arrow:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    top: calc(50% - 1px);
    font-size: 14px;
    color: #fff;
    transition: all .3s
}

body:not(.fsComposeMode) .statistics-container .slick-arrow.slick-prev {
    left: 0
}

body:not(.fsComposeMode) .statistics-container .slick-arrow.slick-prev:before {
    content: "\F104";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none
}

body:not(.fsComposeMode) .statistics-container .slick-arrow.slick-next {
    right: 0
}

body:not(.fsComposeMode) .statistics-container .slick-arrow.slick-next:before {
    content: "\F105";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none
}

body:not(.fsComposeMode) .statistics-container .slick-arrow:focus,
body:not(.fsComposeMode) .statistics-container .slick-arrow:hover {
    background-color: rgba(0, 0, 0, .2)
}

body:not(.fsComposeMode) .statistic {
    position: relative;
    width: 33.33333%;
    margin: 0 0 50px;
    text-align: center;
    color: #e2d8c6;
    padding: 0 29px
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .statistic {
        padding: 0 50px
    }
}

body:not(.fsComposeMode) .statistic>header .fsElementHeaderContent {
    margin: 0
}

body:not(.fsComposeMode) .statistic>header h2 {
    font-family: Old Standard TT, Georgia, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 5rem;
    line-height: 1.2375;
    color: #e2d8c6;
    margin: 0
}

body:not(.fsComposeMode) .statistic>header h2 strong {
    font-weight: 400
}

body:not(.fsComposeMode) .horizontal-scroll-panel {
    position: relative;
    margin: 0;
    padding: 70px 20px;
    background: #f6f4f2
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .horizontal-scroll-panel {
        padding: 0 20px 70px
    }
}

body:not(.fsComposeMode) .horizontal-scroll-panel.full-width {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-bottom: 70px
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .horizontal-scroll-panel header {
        margin-top: 70px
    }
}

body:not(.fsComposeMode) .horizontal-scroll-panel header h2.fsElementTitle {
    position: relative;
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-size: .6875rem;
    line-height: 1.18182;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
    color: #636363
}

body:not(.fsComposeMode) .horizontal-scroll-panel header h2.fsElementTitle:before {
    content: "";
    width: 35px;
    height: 21px;
    background: url(../images/lion.svg) no-repeat;
    background-size: contain;
    display: block;
    margin: 0 auto 15px
}

body:not(.fsComposeMode) .horizontal-scroll-panel header>.fsElementHeaderContent {
    color: #636363;
    max-width: 500px;
    margin: 0 auto 70px;
    text-align: center
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .horizontal-scroll-panel header>.fsElementHeaderContent {
        margin: 0 auto
    }
}

body:not(.fsComposeMode) .horizontal-scroll-panel .scrollLine {
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    font-size: .6875rem;
    line-height: 1.36364;
    letter-spacing: .2em;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    color: #135;
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    display: flex;
    align-items: center
}

body:not(.fsComposeMode) .horizontal-scroll-panel .scrollLine:after {
    content: "";
    background: #135;
    width: 85px;
    height: 1px;
    display: inline-block;
    margin-left: 22px
}

.trigger {
    position: absolute;
    top: 0
}

body:not(.fsComposeMode) .scroll-element {
    max-width: 560px;
    margin: 0 auto 50px
}

body:not(.fsComposeMode) .scroll-element:last-child {
    margin-bottom: 0
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .scroll-element {
        width: 57.29166666666666vw;
        max-width: 100%;
        padding-left: 100px;
        margin: 0;
        min-width: 725px
    }
}

body:not(.fsComposeMode) .scroll-element article figure {
    display: flex
}

@media (max-width:999px) {
    body:not(.fsComposeMode) .scroll-element article figure {
        flex-direction: column
    }
}

body:not(.fsComposeMode) .scroll-element article figure picture {
    width: 100%
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .scroll-element article figure picture {
        order: 1;
        max-height: calc(100vh - 400px)
    }
}

body:not(.fsComposeMode) .scroll-element article figure picture img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
}

body:not(.fsComposeMode) .scroll-element article figure figcaption {
    color: #636363;
    margin-top: 50px
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .scroll-element article figure figcaption {
        order: 0;
        line-height: 180%;
        margin-top: 0;
        max-width: 305px;
        min-width: 305px;
        padding-right: 35px
    }
}

body:not(.fsComposeMode) .scroll-element article figure figcaption h2 {
    font-size: 2rem;
    line-height: 140%;
    margin-bottom: 25px
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .scroll-element article figure figcaption h2 {
        font-size: 2.1875rem;
        max-width: 245px
    }
}

body:not(.fsComposeMode).horizontal-scroll-active .horizontal-scroll-panel header,
body:not(.fsComposeMode).landing-page .horizontal-scroll-panel header {
    display: flex;
    flex-direction: column
}

body:not(.fsComposeMode).horizontal-scroll-active .horizontal-scroll-panel header .fsElementTitle,
body:not(.fsComposeMode).landing-page .horizontal-scroll-panel header .fsElementTitle {
    order: 1;
    text-transform: none;
    font-family: Playfair Display, Georgia, serif;
    color: #135;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 2.25rem;
    line-height: 140%;
    margin-bottom: 20px
}

@media (min-width:1000px) {

    body:not(.fsComposeMode).horizontal-scroll-active .horizontal-scroll-panel header .fsElementTitle,
    body:not(.fsComposeMode).landing-page .horizontal-scroll-panel header .fsElementTitle {
        font-size: 2.625rem;
        line-height: 1.30952;
        margin-bottom: 0
    }
}

body:not(.fsComposeMode).horizontal-scroll-active .horizontal-scroll-panel header .fsElementTitle:before,
body:not(.fsComposeMode).landing-page .horizontal-scroll-panel header .fsElementTitle:before {
    display: none
}

body:not(.fsComposeMode).horizontal-scroll-active .horizontal-scroll-panel header .fsElementHeaderContent,
body:not(.fsComposeMode).landing-page .horizontal-scroll-panel header .fsElementHeaderContent {
    order: 0;
    font-weight: 600;
    font-size: .6875rem;
    line-height: 1.45455;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #e4002b;
    margin-bottom: 15px
}

body:not(.fsComposeMode).horizontal-scroll-active .scroll-element article figure figcaption h2,
body:not(.fsComposeMode).landing-page .scroll-element article figure figcaption h2 {
    font-size: 1.5rem;
    line-height: 140%
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .horizontal-scroll-section {
        position: relative;
        width: 100%
    }

    body:not(.fsComposeMode) .horizontal-scroll-section>.fsElementContent {
        position: sticky;
        top: 0;
        height: 100vh;
        width: 100%;
        overflow: hidden
    }

    body:not(.fsComposeMode) .horizontal-scroll-section>.fsElementContent .horizontal {
        position: absolute;
        height: 100%;
        will-change: transform
    }

    body:not(.fsComposeMode) .horizontal-scroll-section>.fsElementContent .horizontal .inner-wrap {
        position: relative;
        height: 100%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        padding-top: 74px
    }
}

body:not(.fsComposeMode) .meet-kent-panel {
    position: relative;
    margin: 0;
    background: #fff;
    padding: 140px 0;
    z-index: 1;
    overflow: hidden
}

body:not(.fsComposeMode) .meet-kent-panel>header {
    margin-bottom: 76px;
    padding: 0 20px
}

body:not(.fsComposeMode) .meet-kent-panel>header h2.fsElementTitle {
    position: relative;
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-size: .6875rem;
    line-height: 1.18182;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
    color: #636363
}

body:not(.fsComposeMode) .meet-kent-panel>header h2.fsElementTitle:before {
    content: "";
    width: 35px;
    height: 21px;
    background: url(../images/lion.svg) no-repeat;
    background-size: contain;
    display: block;
    margin: 0 auto 15px
}

body:not(.fsComposeMode) .meet-kent-panel>header>.fsElementHeaderContent {
    color: #636363;
    max-width: 500px;
    margin: 0 auto;
    text-align: center
}

body:not(.fsComposeMode) .profiles-wrapper>.fsElementContent {
    display: flex;
    align-items: flex-start
}

body:not(.fsComposeMode) .profiles-wrapper .js-marquee,
body:not(.fsComposeMode) .profiles-wrapper .js-marquee-wrapper {
    display: flex
}

.profile-wrap {
    display: flex !important;
    align-items: flex-start
}

.profile-wrap .fsGrid.member-profile:nth-child(2n) {
    margin-top: 96px
}

@media (min-width:1000px) {
    .profile-wrap .fsGrid.member-profile:nth-child(2n) {
        margin-top: 182px
    }
}

body:not(.fsComposeMode) .fsGrid.member-profile {
    position: relative;
    z-index: 0;
    margin: 0 22.5px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
    cursor: pointer;
    width: 200px;
    height: 228px
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .fsGrid.member-profile {
        width: 283px;
        height: 322px
    }
}

body:not(.fsComposeMode) .fsGrid.member-profile:nth-child(2n) {
    margin-top: 96px
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .fsGrid.member-profile:nth-child(2n) {
        margin-top: 182px
    }
}

body:not(.fsComposeMode) .fsGrid.member-profile:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.23%, rgba(0, 0, 0, .6));
    transition: all .3s ease-in-out
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .fsGrid.member-profile:before {
        opacity: 0
    }
}

body:not(.fsComposeMode) .fsGrid.member-profile>header {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 15px;
    width: 100%;
    z-index: 2;
    transition: all .3s ease-in-out
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .fsGrid.member-profile>header {
        opacity: 0
    }
}

body:not(.fsComposeMode) .fsGrid.member-profile>header h2 {
    font-size: 1.5rem;
    line-height: 1.58333;
    color: #fff;
    margin-bottom: 6px
}

body:not(.fsComposeMode) .fsGrid.member-profile>header .fsElementHeaderContent {
    margin: 0;
    color: #fff;
    font-size: .6875rem;
    line-height: 1.18182;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700
}

body:not(.fsComposeMode) .fsGrid.member-profile>.fsElementContent {
    height: 100%
}

body:not(.fsComposeMode) .fsGrid.member-profile .fsListItems {
    margin: 0;
    display: block;
    height: 100%
}

body:not(.fsComposeMode) .fsGrid.member-profile article {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    line-height: 0;
    float: none
}

body:not(.fsComposeMode) .fsGrid.member-profile article .fsResourceVideoWrapper,
body:not(.fsComposeMode) .fsGrid.member-profile article figure {
    width: 100%;
    height: 100%
}

body:not(.fsComposeMode) .fsGrid.member-profile article img,
body:not(.fsComposeMode) .fsGrid.member-profile article video {
    object-fit: cover;
    width: 100%;
    height: 100%
}

body:not(.fsComposeMode) .fsGrid.member-profile article .fsPlayOverlay {
    display: none
}

body:not(.fsComposeMode) .fsGrid.member-profile:hover:before,
body:not(.fsComposeMode) .fsGrid.member-profile:hover>header {
    opacity: 1
}

.profiles-pop-up-videos {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 502;
    pointer-events: none;
    transform-origin: top left;
    transform: scaleY(0);
    will-change: transform;
    transition: transform .5s;
    overflow: hidden;
    background: #fff
}

.profiles-video-pop-up-active .profiles-pop-up-videos {
    transform: scaleY(1);
    pointer-events: all
}

.profiles-video-pop-up-active .profiles-pop-up-videos article .fsResourceVideoWrapper {
    opacity: 1;
    transition: opacity .5s cubic-bezier(.55, 0, .1, 1) 375ms
}

.profiles-pop-up-videos article {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    visibility: hidden;
    transition: visibility 1s;
    background: #fff
}

@media (max-width:999px) {
    .profiles-pop-up-videos article {
        background: #000
    }
}

.profiles-pop-up-videos article .fsResourceVideoWrapper {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.55, 0, .1, 1)
}

.profiles-pop-up-videos article .fsResourceVideoWrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 24.48%, rgba(0, 0, 0, 0) 78.12%, rgba(0, 0, 0, .5));
    z-index: 1
}

@media (max-width:999px) {
    .profiles-pop-up-videos article .fsResourceVideoWrapper {
        display: flex;
        align-items: center
    }
}

.profiles-pop-up-videos article .fsPlayOverlay {
    opacity: 0
}

.profiles-pop-up-videos article video {
    object-fit: cover;
    width: 100%;
    height: 100%
}

@media (max-width:999px) {
    .profiles-pop-up-videos article video {
        height: auto
    }
}

.profiles-pop-up-videos article.playing {
    visibility: visible
}

.profiles-pop-up-videos article button.close-video {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 36px;
    height: 36px;
    font-size: .5625rem;
    border: 1.5px solid hsla(0, 0%, 100%, .5);
    border-radius: 100%;
    transition: all .3s ease-in-out;
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    z-index: 4;
    overflow: hidden
}

.profiles-pop-up-videos article button.close-video:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    content: "\E90D";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    color: #fff;
    transition: all .3s ease-in-out
}

.profiles-pop-up-videos article button.close-video:focus,
.profiles-pop-up-videos article button.close-video:hover {
    background: rgba(0, 0, 0, .2)
}

body:not(.fsComposeMode) .call-to-action-container {
    position: relative;
    z-index: 0;
    min-height: 568px;
    margin: 0
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .call-to-action-container {
        height: 100vh
    }
}

@media (max-width:999px) {
    body:not(.fsComposeMode) .call-to-action-container {
        display: flex;
        align-items: center;
        justify-content: center
    }
}

body:not(.fsComposeMode) .call-to-action-inner {
    width: 100%;
    text-align: center;
    padding: 50px 20px;
    margin: 0
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .call-to-action-inner {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0)
    }
}

body:not(.fsComposeMode) .call-to-action-inner>header .fsElementTitle {
    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: .6875rem;
    line-height: 1.18182;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #e2d8c6;
    margin-bottom: 30px
}

body:not(.fsComposeMode) .call-to-action-inner>header .fsElementTitle:before {
    content: "";
    width: 35px;
    height: 21px;
    background: url(../images/lion.svg) no-repeat;
    background-size: contain;
    display: block;
    color: #e4002b;
    margin: 0 auto 10px
}

body:not(.fsComposeMode) .call-to-action-inner>.fsElementContent {
    color: #e2d8c6;
    max-width: 700px;
    margin: 0 auto
}

body:not(.fsComposeMode) .call-to-action-inner>.fsElementContent h2 {
    font-weight: 400;
    font-size: 2.6875rem;
    line-height: 140%;
    text-align: center;
    color: #e2d8c6
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .call-to-action-inner>.fsElementContent h2 {
        font-size: 3.125rem
    }
}

body:not(.fsComposeMode) .call-to-action-inner>.fsElementContent .fs_style_32 {
    color: #e2d8c6;
    margin-bottom: 30px
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .call-to-action-inner>.fsElementContent .fs_style_32 {
        font-size: 1.5rem;
        line-height: 1.58333;
        padding: 0;
        margin-bottom: 50px
    }
}

body:not(.fsComposeMode) .call-to-action-inner>footer .fsElementFooterContent {
    display: flex;
    justify-content: center;
    margin: 0
}

@media (max-width:699px) {
    body:not(.fsComposeMode) .call-to-action-inner>footer .fsElementFooterContent {
        flex-direction: column
    }
}

body:not(.fsComposeMode) .call-to-action-inner>footer .fsElementFooterContent p {
    margin: 0
}

@media (max-width:999px) {
    body:not(.fsComposeMode) .call-to-action-inner>footer .fsElementFooterContent p {
        margin-bottom: 30px
    }
}

@media (max-width:999px) {
    body:not(.fsComposeMode) .call-to-action-inner>footer .fsElementFooterContent p:last-child {
        margin-bottom: 0
    }
}

body:not(.fsComposeMode) .call-to-action-inner>footer .fsElementFooterContent .fs_style_26 {
    margin: 0 15px;
    padding: 20px;
    width: 180px
}

@media (max-width:699px) {
    body:not(.fsComposeMode) .call-to-action-inner>footer .fsElementFooterContent .fs_style_26 {
        margin: 0
    }
}

body:not(.fsComposeMode) .welcome-panel {
    position: relative;
    background: #f6f4f2;
    padding: 70px 20px;
    z-index: 0
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .welcome-panel {
        padding: 150px 20px
    }
}

body:not(.fsComposeMode) .welcome-panel .welcome-inner {
    position: relative;
    margin: 0 auto;
    max-width: 1180px
}

body:not(.fsComposeMode) .welcome-panel .welcome-inner>.fsStyleColumn-1 {
    margin-bottom: 40px
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .welcome-panel .welcome-inner>.fsStyleColumn-1 {
        width: 386px;
        padding-right: 50px;
        margin-bottom: 0
    }
}

body:not(.fsComposeMode) .welcome-panel .welcome-inner>.fsStyleColumn-1 .fsResourceElement img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .welcome-panel .welcome-inner>.fsStyleColumn-2 {
        width: calc(100% - 386px)
    }
}

body:not(.fsComposeMode) .welcome-panel .welcome-inner>.fsStyleColumn-2 .fsElement>header {
    display: flex;
    flex-direction: column
}

body:not(.fsComposeMode) .welcome-panel .welcome-inner>.fsStyleColumn-2 .fsElement>header .fsElementTitle {
    order: 1
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .welcome-panel .welcome-inner>.fsStyleColumn-2 .fsElement>header .fsElementTitle {
        font-size: 2.625rem;
        line-height: 1.30952;
        margin-bottom: 30px
    }
}

body:not(.fsComposeMode) .welcome-panel .welcome-inner>.fsStyleColumn-2 .fsElement>header .fsElementHeaderContent {
    order: 0;
    font-weight: 600;
    font-size: .6875rem;
    line-height: 1.45455;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #e4002b;
    margin-bottom: 20px
}

body:not(.fsComposeMode) .steps-to-apply-container {
    background: #f6f4f2;
    padding: 70px 20px;
    margin: 0
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .steps-to-apply-container {
        padding: 150px 20px 102px
    }
}

body:not(.fsComposeMode) .steps-to-apply-container.fsSharedContainer .fsContainer>.fsElementContent,
body:not(.fsComposeMode) .steps-to-apply-container>.fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e2d8c6;
    border-left: 1px solid #e2d8c6
}

body:not(.fsComposeMode) .steps-to-apply-box {
    width: 100%;
    border: 1px solid #e2d8c6;
    border-top: 0;
    border-left: 0;
    margin: 0;
    padding: 28px 15px
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .steps-to-apply-box {
        width: 33.33333%;
        padding: 28px 29px 49px
    }
}

body:not(.fsComposeMode) .steps-to-apply-box>header {
    position: relative;
    width: 86px;
    height: 86px;
    margin-bottom: 16px;
    z-index: 0
}

body:not(.fsComposeMode) .steps-to-apply-box>header span {
    width: 86px;
    height: 86px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0);
    background: rgba(226, 216, 198, .3);
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

body:not(.fsComposeMode) .steps-to-apply-box>header .fsElementTitle {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    font-family: Old Standard TT, Georgia, serif;
    font-size: 5rem;
    line-height: 1.6;
    margin: 0
}

body:not(.fsComposeMode) .steps-to-apply-box>.fsElementContent {
    padding: 0 15px
}

body:not(.fsComposeMode) .steps-to-apply-box>.fsElementContent h3 {
    position: relative;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.58333;
    color: #373737;
    margin-bottom: 20px;
    padding-top: 13px
}

body:not(.fsComposeMode) .steps-to-apply-box>.fsElementContent h3:after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #e4002b;
    margin-top: 20px
}

body:not(.fsComposeMode) .steps-to-apply-box>.fsElementContent ul {
    list-style: none
}

body:not(.fsComposeMode) .steps-to-apply-box>.fsElementContent ul li:before {
    content: "\2022";
    color: #000;
    display: inline-block;
    width: 15px;
    margin-left: -15px;
    font-size: 16px;
    line-height: 26px
}

body:not(.fsComposeMode) .steps-to-apply-box:first-child {
    padding: 38px;
    display: flex;
    justify-content: center;
    flex-direction: column
}

body:not(.fsComposeMode) .steps-to-apply-box:first-child>header {
    background: rgba(0, 0, 0, 0);
    width: auto;
    height: auto;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 0
}

body:not(.fsComposeMode) .steps-to-apply-box:first-child>header span {
    display: none
}

body:not(.fsComposeMode) .steps-to-apply-box:first-child>header .fsElementTitle {
    font-size: 2.25rem;
    line-height: 140%;
    margin: 0;
    order: 1;
    position: static;
    transform: none
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .steps-to-apply-box:first-child>header .fsElementTitle {
        font-size: 2.625rem;
        line-height: 1.30952
    }
}

body:not(.fsComposeMode) .steps-to-apply-box:first-child>header .fsElementHeaderContent {
    order: 0;
    font-weight: 600;
    font-size: .6875rem;
    line-height: 1.45455;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #e4002b;
    margin-bottom: 20px
}

body:not(.fsComposeMode) .tour-guides-container {
    padding: 49px 20px;
    margin: 0
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .tour-guides-container {
        padding: 49px 20px 102px
    }
}

body:not(.fsComposeMode) .tour-guides-container>.fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px
}

body:not(.fsComposeMode) .tour-guides-container .tour-guide-intro {
    margin-bottom: 70px
}

body:not(.fsComposeMode) .tour-guides-container .tour-guide-intro .fsElement>header {
    display: flex;
    flex-direction: column
}

body:not(.fsComposeMode) .tour-guides-container .tour-guide-intro .fsElement>header .fsElementTitle {
    order: 1;
    margin-bottom: 0
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .tour-guides-container .tour-guide-intro .fsElement>header .fsElementTitle {
        font-size: 2.625rem;
        line-height: 1.30952
    }
}

body:not(.fsComposeMode) .tour-guides-container .tour-guide-intro .fsElement>header .fsElementHeaderContent {
    order: 0;
    font-weight: 600;
    font-size: .6875rem;
    line-height: 1.45455;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #e4002b;
    margin-bottom: 15px
}

@media (min-width:800px) {
    body:not(.fsComposeMode) .tour-guides-container .tour-guide-intro .fsStyleColumn-2 .fsElement {
        padding-top: 11px
    }
}

body:not(.fsComposeMode) .tour-guides-container .fsElementActionButtonContainer {
    position: absolute
}

@media (min-width:800px) {
    body:not(.fsComposeMode) .guide-profile-container {
        display: flex;
        align-items: center
    }
}

@media (max-width:799px) {
    body:not(.fsComposeMode) .guide-profile-container .fsStyleColumn-1 {
        margin-bottom: 40px
    }
}

@media (min-width:800px) {
    body:not(.fsComposeMode) .guide-profile-container:nth-child(odd) .fsStyleColumn-1 {
        order: 1
    }
}

@media (min-width:800px) {
    body:not(.fsComposeMode) .guide-profile-container:nth-child(odd) .fsStyleColumn-2 {
        order: 0
    }
}

body:not(.fsComposeMode) .guide-profile-text {
    text-align: center
}

body:not(.fsComposeMode) .guide-profile-text>header .fsElementTitle {
    font-size: 2.1875rem;
    line-height: 1.28571;
    margin-bottom: 11px
}

body:not(.fsComposeMode) .guide-profile-text>header .fsElementHeaderContent {
    font-weight: 700;
    font-size: .625rem;
    line-height: 1.9;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #e4002b;
    margin-bottom: 30px
}

body:not(.fsComposeMode) .guide-profile-text>.fsElementContent {
    position: relative;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.77778;
    color: #373737;
    max-width: 457px;
    margin: 0 auto
}

@media (max-width:999px) {
    body:not(.fsComposeMode) .guide-profile-text>.fsElementContent {
        font-size: 1rem;
        line-height: 1.875
    }
}

body:not(.fsComposeMode) .guide-profile-text>.fsElementContent:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    content: "";
    width: 200px;
    height: 120px;
    background: url(../images/lion-watermark.svg) no-repeat;
    background-size: contain;
    display: block
}

body:not(.fsComposeMode) .guide-profile-img {
    max-width: 560px;
    margin: 0 auto
}

body:not(.fsComposeMode) .meet-the-team-container {
    padding: 70px 20px;
    margin: 0;
    position: relative;
    z-index: 1;
    background: #fff
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .meet-the-team-container {
        padding: 150px 20px 100px
    }
}

body:not(.fsComposeMode) .meet-the-team-container>.fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px
}

body:not(.fsComposeMode) .meet-the-team-intro {
    max-width: 500px;
    margin: 0 auto 70px;
    text-align: center
}

body:not(.fsComposeMode) .meet-the-team-intro>header {
    display: flex;
    flex-direction: column
}

body:not(.fsComposeMode) .meet-the-team-intro>header .fsElementTitle {
    order: 1
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .meet-the-team-intro>header .fsElementTitle {
        font-size: 2.625rem;
        line-height: 1.30952;
        margin-bottom: 30px
    }
}

body:not(.fsComposeMode) .meet-the-team-intro>header .fsElementHeaderContent {
    order: 0;
    font-weight: 600;
    font-size: .6875rem;
    line-height: 1.45455;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #e4002b;
    margin-bottom: 15px
}

body:not(.fsComposeMode) .video-container {
    margin-bottom: 70px;
    background: #fff
}

body:not(.fsComposeMode) .video-container>.fsElementContent {
    position: relative;
    z-index: 0
}

body:not(.fsComposeMode) .video-container>.fsElementContent:after {
    content: "";
    height: 30px;
    width: 100%;
    background: #f6f4f2;
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: 0;
    height: 112px
}

body:not(.fsComposeMode) .video-container>.fsElementContent .fsResourceElement {
    position: relative;
    margin: 0 auto;
    max-width: 1307px
}

body:not(.fsComposeMode) .video-container>.fsElementContent .fsResourceElement>.fsElementContent {
    height: 100%
}

body:not(.fsComposeMode) .video-container>.fsElementContent .fsResourceElement .fsListItems {
    margin: 0;
    display: block;
    height: 100%
}

body:not(.fsComposeMode) .video-container>.fsElementContent .fsResourceElement article {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    line-height: 0;
    float: none
}

body:not(.fsComposeMode) .video-container>.fsElementContent .fsResourceElement article button {
    border: 0;
    background: none;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 100%;
    transition: all .3s ease-in-out;
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    z-index: 12;
    margin: 0 auto 20px
}

body:not(.fsComposeMode) .video-container>.fsElementContent .fsResourceElement article button:focus,
body:not(.fsComposeMode) .video-container>.fsElementContent .fsResourceElement article button:hover {
    background: rgba(0, 0, 0, .2)
}

body:not(.fsComposeMode) .video-container>.fsElementContent .fsResourceElement article button:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    content: "\E906";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    color: #fff;
    font-size: .625rem;
    line-height: 1;
    transition: all .3s ease-in-out
}

body:not(.fsComposeMode) .video-container>.fsElementContent .fsResourceElement article .fsResourceVideoWrapper,
body:not(.fsComposeMode) .video-container>.fsElementContent .fsResourceElement article figure {
    width: 100%;
    height: 100%
}

body:not(.fsComposeMode) .video-container>.fsElementContent .fsResourceElement article img,
body:not(.fsComposeMode) .video-container>.fsElementContent .fsResourceElement article video {
    object-fit: cover;
    width: 100%;
    height: 100%
}

body:not(.fsComposeMode) .video-container>.fsElementContent .fsResourceElement article .fsPlayOverlay {
    display: none
}

body:not(.fsComposeMode) .video-container video::-webkit-media-controls,
body:not(.fsComposeMode) .video-container video::-webkit-media-controls-enclosure {
    display: none !important
}

.pop-up-videos {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 500;
    pointer-events: none;
    transform-origin: top left;
    transform: scaleY(0);
    will-change: transform;
    transition: transform .5s;
    overflow: hidden
}

.video-pop-up-active .pop-up-videos {
    transform: scaleY(1);
    pointer-events: all
}

.video-pop-up-active .pop-up-videos .fsResourceVideoWrapper {
    opacity: 1;
    transition: opacity .5s cubic-bezier(.55, 0, .1, 1) 375ms
}

.pop-up-videos article {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #fff
}

@media (max-width:999px) {
    .pop-up-videos article {
        background: #000
    }
}

.pop-up-videos article .fsResourceVideoWrapper {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.55, 0, .1, 1)
}

.pop-up-videos article .fsResourceVideoWrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 24.48%, rgba(0, 0, 0, 0) 78.12%, rgba(0, 0, 0, .5));
    z-index: 1
}

@media (max-width:999px) {
    .pop-up-videos article .fsResourceVideoWrapper {
        display: flex;
        align-items: center
    }
}

.pop-up-videos article .fsPlayOverlay {
    display: none
}

.pop-up-videos article video {
    object-fit: cover;
    width: 100%;
    height: 100%
}

@media (max-width:999px) {
    .pop-up-videos article video {
        height: auto
    }
}

.pop-up-videos article.playing .video-controls {
    bottom: -87px
}

.pop-up-videos article button.close-video {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 36px;
    height: 36px;
    font-size: .5625rem;
    border: 1.5px solid hsla(0, 0%, 100%, .5);
    border-radius: 100%;
    transition: all .3s ease-in-out;
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    z-index: 4;
    overflow: hidden
}

.pop-up-videos article button.close-video:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    content: "\E90D";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    color: #fff;
    transition: all .3s ease-in-out
}

.pop-up-videos article button.close-video:focus,
.pop-up-videos article button.close-video:hover {
    background: rgba(0, 0, 0, .2)
}

.pop-up-videos video::-webkit-media-controls,
.pop-up-videos video::-webkit-media-controls-enclosure {
    display: none !important
}

.video-controls {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
    padding: 0 30px 29px;
    transition: all .3s ease-in-out
}

.video-controls.playing .play-button:before {
    content: "\E906";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none
}

.video-controls .top-controls {
    display: flex;
    align-items: center;
    margin-bottom: 18px
}

.video-controls .progress-bar {
    position: relative;
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: hsla(0, 0%, 100%, .5)
}

.video-controls .progress-bar span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%
}

.video-controls .progress-bar .time-bar {
    z-index: 10;
    background: #e4002b
}

.video-controls .progress-bar .time-bar:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    transform: translate(50%, -50%);
    border-radius: 50%;
    overflow: hidden;
    background: #e4002b;
    z-index: 1
}

.video-controls .progress-bar .buffer-bar {
    z-index: 5;
    background: hsla(0, 0%, 100%, .5)
}

.video-controls .play-button {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    overflow: hidden;
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 100%;
    transition: all .3s ease-in-out;
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    z-index: 12;
    margin: 0 14px 0 0
}

.video-controls .play-button:focus,
.video-controls .play-button:hover {
    background: rgba(0, 0, 0, .2)
}

.video-controls .play-button:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    content: "\E909";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    color: #fff;
    font-size: .625rem;
    line-height: 1;
    transition: all .3s ease-in-out
}

.video-controls .time {
    font-family: Playfair Display, Georgia, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.58333;
    color: #fff;
    position: relative;
    bottom: 3px
}

@media (max-width:599px) {
    .video-controls .time {
        display: none
    }
}

.video-controls .sound-button {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    overflow: hidden;
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 100%;
    transition: all .3s ease-in-out;
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    z-index: 12;
    margin: 0 14px 0 auto
}

.video-controls .sound-button:focus,
.video-controls .sound-button:hover {
    background: rgba(0, 0, 0, .2)
}

.video-controls .sound-button:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    content: "\E910";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    color: #fff;
    font-size: .75rem;
    line-height: 1;
    transition: all .3s ease-in-out
}

.video-controls .sound-muted:before {
    color: hsla(0, 0%, 100%, .5)
}

.video-controls .volume {
    display: none
}

.video-controls .expand-button {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    overflow: hidden;
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 100%;
    transition: all .3s ease-in-out;
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    z-index: 12;
    margin: 0
}

.video-controls .expand-button:focus,
.video-controls .expand-button:hover {
    background: rgba(0, 0, 0, .2)
}

.video-controls .expand-button:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    content: "\E911";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1;
    transition: all .3s ease-in-out
}

body:not(.fsComposeMode) .post-tool-container {
    display: flex;
    justify-content: center;
    align-items: center
}

body:not(.fsComposeMode) .post-tool-container>.fsDiv {
    max-width: 370px;
    width: 100%;
    padding-right: 17.5px;
    padding-left: 17.5px;
    margin: 0
}

body:not(.fsComposeMode) .custom.fsCategoryFilter .fsElementContent,
body:not(.fsComposeMode) .custom.fsTagFilter .fsElementContent {
    position: relative
}

body:not(.fsComposeMode) .custom.fsCategoryFilter .fsElementTitle,
body:not(.fsComposeMode) .custom.fsTagFilter .fsElementTitle {
    display: block;
    border: 0;
    padding: 0;
    margin: 0
}

body:not(.fsComposeMode) .custom.fsCategoryFilter .fsElementTitle button,
body:not(.fsComposeMode) .custom.fsTagFilter .fsElementTitle button {
    background: none;
    position: relative;
    background-color: #fff;
    font-family: Raleway, sans-serif;
    font-size: .6875rem;
    line-height: 1.18182;
    font-weight: 700;
    color: #135;
    border-radius: 0;
    border: 1px solid #cfcfcf;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    transition: .3s;
    padding: 20px;
    margin: 0;
    transition: all .3s ease-in-out;
    cursor: pointer;
    display: block;
    width: 100%
}

body:not(.fsComposeMode) .custom.fsCategoryFilter .fsElementTitle button:after,
body:not(.fsComposeMode) .custom.fsTagFilter .fsElementTitle button:after {
    content: "";
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-left: 3.5px solid rgba(0, 0, 0, 0);
    border-right: 3.5px solid rgba(0, 0, 0, 0);
    border-top: 3.5px solid #135;
    transition: all .3s ease-in-out
}

body:not(.fsComposeMode) .custom.fsCategoryFilter .fsElementTitle button:focus,
body:not(.fsComposeMode) .custom.fsCategoryFilter .fsElementTitle button:hover,
body:not(.fsComposeMode) .custom.fsTagFilter .fsElementTitle button:focus,
body:not(.fsComposeMode) .custom.fsTagFilter .fsElementTitle button:hover {
    background: #fff;
    color: #135;
    border: 1px solid #e4002b;
    text-decoration: none;
    transition: .3s
}

body:not(.fsComposeMode) .custom.fsCategoryFilter.filters-display .fsElementTitle button:after,
body:not(.fsComposeMode) .custom.fsTagFilter.filters-display .fsElementTitle button:after {
    transform: rotate(180deg)
}

body:not(.fsComposeMode) .custom.fsCategoryFilter .fsToolsList,
body:not(.fsComposeMode) .custom.fsTagFilter .fsToolsList {
    margin-top: 10px;
    border: 1px solid #f6f4f2;
    box-shadow: 0 30px 46.8519px rgba(0, 0, 0, .0531481), 0 38.5185px 25.4815px rgba(0, 0, 0, .0425185), 0 20px 13px rgba(0, 0, 0, .035), 0 8.14815px 6.51852px rgba(0, 0, 0, .0274815), 0 1.85185px 3.14815px rgba(0, 0, 0, .0168519);
    padding: 15px 0;
    position: absolute;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 2
}

body:not(.fsComposeMode) .custom.fsCategoryFilter .fsToolsList li,
body:not(.fsComposeMode) .custom.fsTagFilter .fsToolsList li {
    display: block
}

body:not(.fsComposeMode) .custom.fsCategoryFilter .fsToolsList li.fsStateSelected a:before,
body:not(.fsComposeMode) .custom.fsTagFilter .fsToolsList li.fsStateSelected a:before {
    content: "";
    position: static;
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    background: #e4002b;
    transition: .3s;
    width: 15px;
    margin-right: 5px;
    margin-top: -2px
}

body:not(.fsComposeMode) .custom.fsCategoryFilter .fsToolsList li a,
body:not(.fsComposeMode) .custom.fsTagFilter .fsToolsList li a {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    font-size: .875rem;
    line-height: 1.78571;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    padding: 9px 30px;
    color: #373737;
    text-align: left
}

body:not(.fsComposeMode) .custom.fsCategoryFilter .fsToolsList li a:focus,
body:not(.fsComposeMode) .custom.fsCategoryFilter .fsToolsList li a:hover,
body:not(.fsComposeMode) .custom.fsTagFilter .fsToolsList li a:focus,
body:not(.fsComposeMode) .custom.fsTagFilter .fsToolsList li a:hover {
    background: #f6f4f2
}

body:not(.fsComposeMode) .custom-post-list article {
    padding-bottom: 20px
}

@media (min-width:700px) {
    body:not(.fsComposeMode) .custom-post-list article .article-wrapper {
        display: flex
    }
}

body:not(.fsComposeMode) .custom-post-list article .article-image {
    margin-bottom: 30px
}

@media (min-width:700px) {
    body:not(.fsComposeMode) .custom-post-list article .article-image {
        width: 47.5%;
        flex: 1 0 auto
    }
}

@media (min-width:700px) {
    body:not(.fsComposeMode) .custom-post-list article .article-text {
        padding-left: 30px
    }
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .custom-post-list article .article-text {
        padding-left: 60px
    }
}

body:not(.fsComposeMode) .custom-post-list article .fsThumbnail {
    float: none;
    margin: 0
}

body:not(.fsComposeMode) .custom-post-list article .fsThumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .custom-post-list article .fsTitle {
        font-size: 2.1875rem;
        line-height: 1.28571;
        margin-bottom: 30px
    }
}

body:not(.fsComposeMode) .preloader {
    display: none
}

body:not(.fsComposeMode) .preloader:after {
    content: "";
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 502;
    transform-origin: top left;
    will-change: transform;
    transition: transform .5s;
    overflow: hidden
}

body:not(.fsComposeMode) .preloader>header {
    display: none
}

body:not(.fsComposeMode) .preloader>.fsElementContent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 503;
    opacity: 1;
    visibility: visible
}

body:not(.fsComposeMode) .preloader .fsElementActionButtonContainer {
    position: absolute
}

body:not(.fsComposeMode).preloader-animate .preloader>.fsElementContent {
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    transition-delay: 5s
}

body:not(.fsComposeMode).preloader-animate .preloader:after {
    animation-name: slideOut;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: 5s
}

.text-line {
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    animation: dash 5s linear forwards, filling 4s ease-in forwards;
    margin-bottom: 32px
}

.text-line text {
    font-family: Playfair Display, Georgia, serif;
    font-weight: 400;
    font-size: 3.125rem;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 2px
}

@keyframes dash {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes filling {

    0%,
    90% {
        fill: #135;
        fill-opacity: 0;
        stroke-width: .5
    }

    to {
        fill: #135;
        fill-opacity: 1;
        stroke-width: 0
    }
}

@keyframes slideOut {
    0% {
        transform: scaleY(1)
    }

    to {
        transform: scaleY(0)
    }
}

body:not(.fsComposeMode) .parallax {
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: -2;
    height: 100%
}

@media (min-width:1000px) {
    body:not(.fsComposeMode) .parallax {
        top: -250px;
        background-attachment: fixed;
        height: calc(100vh + 250px)
    }
}

body:not(.fsComposeMode) .parallax:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6))
}

body:not(.fsComposeMode) .parallax>.fsElementContent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    z-index: 2
}

.touchevents body:not(.fsComposeMode) .parallax {
    top: 0;
    background-attachment: scroll
}

@media (min-width:1000px) {
    body:not(.fsComposeMode).landing-page .parallax.cta-parallax {
        padding-bottom: 70.8333333333%
    }
}

@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
    }
}

.bpa-featured-profiles-1.fsList {
    margin-bottom: 50px
}

.bpa-featured-profiles-1.fsList>.fsElementContent {
    text-align: center
}

.bpa-featured-profiles-1.fsList article {
    position: relative;
    background-size: cover;
    background-position: 50%;
    display: flex;
    flex-direction: column;
    text-align: left;
    border: 0;
    padding: 0
}

.bpa-featured-profiles-1.fsList article>a,
.bpa-featured-profiles-1.fsList article>div,
.bpa-featured-profiles-1.fsList article>ul {
    position: relative;
    z-index: 5;
    width: 100%
}

.bpa-featured-profiles-1.fsList article>.fsThumbnail {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    background-color: #242424;
    background-size: cover;
    background-position: 50%;
    position: relative;
    flex-grow: 1;
    max-width: 100%;
    margin: 0
}

@media (min-width:600px) {

    .fsBannerLeft .bpa-featured-profiles-1.fsList article>.fsThumbnail,
    .fsBannerRight .bpa-featured-profiles-1.fsList article>.fsThumbnail,
    .fsFourColumnLayout>.fsDiv .bpa-featured-profiles-1.fsList article>.fsThumbnail,
    .fsStyleOneThird .bpa-featured-profiles-1.fsList article>.fsThumbnail,
    .fsThreeColumnLayout>.fsDiv .bpa-featured-profiles-1.fsList article>.fsThumbnail {
        padding: 20px
    }
}

.bpa-featured-profiles-1.fsList article>.fsThumbnail:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 34%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(12, 22, 31, 0), #0c161f);
    transition: height .3s ease-in-out;
    z-index: 3
}

.bpa-featured-profiles-1.fsList article>.fsThumbnail img {
    opacity: 0;
    max-width: 100%;
    width: 100%
}

.bpa-featured-profiles-1.fsList article>.fsThumbnail .fsTitleHolder {
    position: relative;
    z-index: 5;
    width: 100%;
    color: #fff
}

.bpa-featured-profiles-1.fsList article>.fsThumbnail+a,
.bpa-featured-profiles-1.fsList article>.fsThumbnail+div,
.bpa-featured-profiles-1.fsList article>.fsThumbnail+ul {
    margin: 10px 0 0
}

.bpa-featured-profiles-1.fsList article>.fsThumbnail:focus:before,
.bpa-featured-profiles-1.fsList article>.fsThumbnail:hover:before {
    height: 42%
}

.bpa-featured-profiles-1.fsList article .fsSummary {
    margin-top: 10px
}

.bpa-featured-profiles-1.fsList article .fsReadMoreLink {
    margin-top: 5px;
    align-self: flex-start;
    width: auto
}

.bpa-featured-profiles-1.fsList article .fsCategories {
    margin: 0 0 5px
}

.bpa-featured-profiles-1.fsList article .fsCategory {
    padding: 0;
    margin: 0;
    color: inherit;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .2px;
    background: rgba(0, 0, 0, 0)
}

.bpa-featured-profiles-1.fsList article .fsCategory:not(:last-child) {
    border: none;
    margin-right: 2px
}

.bpa-featured-profiles-1.fsList article .fsCategory:not(:last-child):after {
    content: ","
}

.bpa-featured-profiles-1.fsList article .fsTitle {
    color: inherit;
    margin-bottom: 0
}

.bpa-featured-profiles-1.fsList article .fsTitle a,
.bpa-featured-profiles-1.fsList article .fsTitle a:focus,
.bpa-featured-profiles-1.fsList article .fsTitle a:hover {
    color: inherit
}

.bpa-featured-profiles-1.fsList article.focused>.fsThumbnail:before {
    height: 42%
}

.bpa-featured-profiles-1.fsList .fsListItems {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0
}

@media (min-width:600px) {
    .bpa-featured-profiles-1.fsList .fsListItems {
        margin: 0 -10px
    }
}

.bpa-featured-profiles-1.fsList .fsListItems article {
    width: 100%
}

@media (min-width:600px) {
    .bpa-featured-profiles-1.fsList .fsListItems article {
        width: calc(50% - 20px);
        margin: 0 10px 20px
    }
}

@media (min-width:900px) {
    .bpa-featured-profiles-1.fsList .fsListItems article {
        width: calc(33.33% - 20px)
    }
}

@media (min-width:600px) {

    .fsHasLeftBanner .bpa-featured-profiles-1.fsList .fsListItems article,
    .fsHasRightBanner .bpa-featured-profiles-1.fsList .fsListItems article,
    .fsStyleTwoThirds .bpa-featured-profiles-1.fsList .fsListItems article {
        width: 100%;
        margin: 0 10px 20px
    }
}

@media (min-width:900px) {

    .fsHasLeftBanner .bpa-featured-profiles-1.fsList .fsListItems article,
    .fsHasRightBanner .bpa-featured-profiles-1.fsList .fsListItems article,
    .fsStyleTwoThirds .bpa-featured-profiles-1.fsList .fsListItems article {
        width: calc(50% - 20px)
    }
}

@media (min-width:1100px) {

    .fsHasLeftBanner .bpa-featured-profiles-1.fsList .fsListItems article,
    .fsHasRightBanner .bpa-featured-profiles-1.fsList .fsListItems article,
    .fsStyleTwoThirds .bpa-featured-profiles-1.fsList .fsListItems article {
        width: calc(33.33% - 20px)
    }
}

.fsBannerLeft .bpa-featured-profiles-1.fsList .fsListItems article,
.fsBannerRight .bpa-featured-profiles-1.fsList .fsListItems article,
.fsFourColumnLayout>.fsDiv .bpa-featured-profiles-1.fsList .fsListItems article,
.fsStyleOneThird .bpa-featured-profiles-1.fsList .fsListItems article,
.fsThreeColumnLayout>.fsDiv .bpa-featured-profiles-1.fsList .fsListItems article,
.fsTwoColumnLayout .bpa-featured-profiles-1.fsList .fsListItems article {
    width: 100%
}

@media (min-width:600px) {
    .bpa-featured-profiles-1.fsList.vertical .fsListItems {
        display: block;
        column-gap: 0;
        column-count: 2
    }
}

@media (min-width:900px) {
    .bpa-featured-profiles-1.fsList.vertical .fsListItems {
        column-count: 3
    }
}

.fsBannerLeft .bpa-featured-profiles-1.fsList.vertical .fsListItems,
.fsBannerRight .bpa-featured-profiles-1.fsList.vertical .fsListItems,
.fsFourColumnLayout>.fsDiv .bpa-featured-profiles-1.fsList.vertical .fsListItems,
.fsStyleOneThird .bpa-featured-profiles-1.fsList.vertical .fsListItems,
.fsThreeColumnLayout>.fsDiv .bpa-featured-profiles-1.fsList.vertical .fsListItems,
.fsTwoColumnLayout .bpa-featured-profiles-1.fsList.vertical .fsListItems {
    display: flex;
    column-count: none
}

@media (min-width:600px) {

    .fsHasLeftBanner .bpa-featured-profiles-1.fsList.vertical .fsListItems,
    .fsHasRightBanner .bpa-featured-profiles-1.fsList.vertical .fsListItems,
    .fsStyleTwoThirds .bpa-featured-profiles-1.fsList.vertical .fsListItems {
        column-count: 1
    }
}

@media (min-width:900px) {

    .fsHasLeftBanner .bpa-featured-profiles-1.fsList.vertical .fsListItems,
    .fsHasRightBanner .bpa-featured-profiles-1.fsList.vertical .fsListItems,
    .fsStyleTwoThirds .bpa-featured-profiles-1.fsList.vertical .fsListItems {
        column-count: 2
    }
}

@media (min-width:1100px) {

    .fsHasLeftBanner .bpa-featured-profiles-1.fsList.vertical .fsListItems,
    .fsHasRightBanner .bpa-featured-profiles-1.fsList.vertical .fsListItems,
    .fsStyleTwoThirds .bpa-featured-profiles-1.fsList.vertical .fsListItems {
        column-count: 3
    }
}

@media (min-width:600px) {

    .bpa-featured-profiles-1.fsList.vertical .fsListItems article,
    .fsHasLeftBanner .bpa-featured-profiles-1.fsList.vertical .fsListItems article,
    .fsHasRightBanner .bpa-featured-profiles-1.fsList.vertical .fsListItems article,
    .fsStyleTwoThirds .bpa-featured-profiles-1.fsList.vertical .fsListItems article {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        display: block;
        width: calc(100% - 20px)
    }
}

.bpa-featured-profiles-1.fsList.vertical .fsListItems+.fsLoadMoreButton {
    margin-top: 20px
}

.has-bpa-featured-profiles .fsElementDialog {
    width: 860px;
    color: #373737;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    line-height: 25px
}

.has-bpa-featured-profiles .fsElementDialog .fsThumbnailAlignLeft .fsThumbnail {
    margin-bottom: 30px;
    margin-right: 0;
    float: none
}

@media (min-width:600px) {
    .has-bpa-featured-profiles .fsElementDialog .fsThumbnailAlignLeft .fsThumbnail {
        margin-right: 30px;
        float: left
    }
}

.has-bpa-featured-profiles .fsElementDialog .fsCategories {
    margin: 0 0 5px
}

.has-bpa-featured-profiles .fsElementDialog .fsCategory {
    padding: 0;
    margin: 0;
    color: rgba(0, 0, 0, .5);
    font-family: Raleway, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .2px;
    background: rgba(0, 0, 0, 0)
}

.has-bpa-featured-profiles .fsElementDialog .fsCategory:not(:last-child) {
    border: none;
    margin-right: 2px
}

.has-bpa-featured-profiles .fsElementDialog .fsCategory:not(:last-child):after {
    content: ","
}

.has-bpa-featured-profiles .fsElementDialog .fsTitle {
    margin-bottom: 20px
}

@charset "UTF-8";

@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
}

.map-container {
    position: relative
}

.map-container:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    transition: .5s ease-in-out .3s;
    display: none
}

@media (min-width:900px) {
    .map-container:before {
        display: block
    }
}

.map-container>header {
    position: relative
}

body:not(.fsComposeMode) .map-container>header .fsElementTitle {
    display: none
}

.map-container>header .fsElementHeaderContent {
    margin-bottom: 0
}

.map-container>header .fsElementHeaderContent img,
.map-container>header .fsElementHeaderContent picture {
    display: block;
    width: 100%
}

body:not(.fsComposeMode) .map-container>.fsElementContent {
    margin: 0 auto;
    background-color: #fff;
    transition: opacity .3s;
    opacity: 0;
    display: flex;
    flex-direction: column;
    max-width: 540px;
    position: relative;
    max-height: 0;
    visibility: hidden
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .map-container>.fsElementContent {
        margin: 0;
        transition: .3s ease-in-out .3s;
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        width: 0;
        height: 100%;
        max-height: none;
        z-index: 15;
        visibility: visible
    }
}

body:not(.fsComposeMode) .map-container.active:before {
    opacity: .7;
    visibility: visible;
    transition: .3s
}

body:not(.fsComposeMode) .map-container.active>.fsElementContent {
    max-height: 100%;
    opacity: 1;
    visibility: visible;
    transition: transform .5s ease-in-out .3s;
    z-index: 20;
    margin-top: 30px;
    width: 100%
}

@media (min-width:900px) {
    body:not(.fsComposeMode) .map-container.active>.fsElementContent {
        margin-top: 0;
        transition: transform .5s ease-in-out .3s, width .5s ease-in-out .3s
    }
}

.point-plotter .map-container {
    z-index: 10
}

.point-plotter .map-container>header {
    opacity: .5
}

.close-map {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 100%;
    border: 2px solid #fff;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .2);
    color: rgba(0, 0, 0, 0);
    z-index: 30;
    line-height: 1;
    cursor: pointer;
    opacity: 0;
    transition: .3s
}

.close-map:after,
.close-map:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    content: " ";
    height: 15px;
    width: 2px;
    background-color: #fff;
    transition: .3s
}

.close-map:before {
    transform: translate3d(-50%, -50%, 0) rotate(45deg)
}

.close-map:after {
    transform: translate3d(-50%, -50%, 0) rotate(-45deg)
}

.close-map:focus,
.close-map:hover {
    background-color: rgba(0, 0, 0, .5);
    transition: .3s
}

.close-map:focus:before,
.close-map:hover:before {
    transform: translate3d(-50%, -50%, 0) rotate(90deg);
    transition: .3s
}

.close-map:focus:after,
.close-map:hover:after {
    transform: translate3d(-50%, -50%, 0) rotate(-90deg);
    transition: .3s
}

.active .close-map {
    opacity: 1;
    visibility: visible;
    transition: .5s ease-in .3s
}

body:not(.fsComposeMode) .map-points {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin-bottom: 0
}

.point-plotter .map-points {
    z-index: -1
}

body:not(.fsComposeMode) .map-points>footer,
body:not(.fsComposeMode) .map-points>header {
    display: none
}

.map-points .fsStyleDefaultList {
    padding: 0;
    margin: 0
}

.map-points .fsStyleDefaultList>li.fsListItem {
    border: none;
    padding: 0;
    position: absolute;
    margin: 0;
    display: block;
    counter-increment: li;
    z-index: 2;
    transform: translate3d(-10px, -10px, 0);
    opacity: 0;
    visibility: hidden
}

.map-points .fsStyleDefaultList>li.fsListItem:focus,
.map-points .fsStyleDefaultList>li.fsListItem:hover {
    z-index: 5
}

.map-points .fsStyleDefaultList>li.fsListItem.active-point {
    opacity: 1;
    visibility: visible
}

@media (min-width:900px) {
    .map-points .fsStyleDefaultList>li.fsListItem.active-point>a {
        background-color: #135;
        color: inherit
    }

    .map-points .fsStyleDefaultList>li.fsListItem.active-point>a>span {
        opacity: 1;
        visibility: visible;
        transition: .5s
    }
}

@media (min-width:900px) {
    .map-points .fsStyleDefaultList>li.fsListItem {
        opacity: 1;
        visibility: visible
    }
}

body.fsComposeMode .map-points .fsStyleDefaultList>li.fsListItem {
    position: relative
}

.map-points .fsStyleDefaultList>li.fsListItem>a {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: none;
    box-shadow: 0 0 0 2px rgba(17, 51, 85, .3);
    background-color: #135;
    text-align: center;
    white-space: nowrap;
    display: block
}

body.fsComposeMode .map-points .fsStyleDefaultList>li.fsListItem>a {
    color: #373737
}

.map-points .fsStyleDefaultList>li.fsListItem>a:before {
    display: none
}

.map-points .fsStyleDefaultList>li.fsListItem>a:after {
    content: counter(li);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1
}

.map-points .fsStyleDefaultList>li.fsListItem>a>span {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    display: block;
    bottom: 30px;
    border-radius: 2px;
    background-color: #135;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
    color: #fff;
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.map-points .fsStyleDefaultList>li.fsListItem>a>span:after {
    content: "";
    width: 0;
    height: 0;
    border-color: #135 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 7px 6px 0;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    bottom: -6px
}

.map-points .fsStyleDefaultList>li.fsListItem>a:focus,
.map-points .fsStyleDefaultList>li.fsListItem>a:hover {
    background-color: #135;
    color: inherit
}

.map-points .fsStyleDefaultList>li.fsListItem>a:focus>span,
.map-points .fsStyleDefaultList>li.fsListItem>a:hover>span {
    opacity: 1;
    visibility: visible;
    transition: .5s
}

.map-slideshow-element {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

@media (min-width:900px) {
    .map-slideshow-element {
        height: 100%
    }
}

body:not(.fsComposeMode) .map-slideshow-element>header {
    display: none
}

.map-slideshow-element>.fsElementContent {
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out .5s;
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

@media (min-width:900px) {
    .map-slideshow-element>.fsElementContent {
        height: 100%
    }
}

.map-slideshow-element.empty>.fsElementContent,
.map-slideshow-element.show>.fsElementContent {
    box-shadow: inset 0 0 0 1px #131313;
    opacity: 1;
    visibility: visible;
    transition: .3s
}

.map-slideshow-element .fsElementEmpty {
    padding: 70px 30px 30px;
    flex-grow: 1;
    background: #131313
}

.map-slideshow-element .fsListItems {
    margin: 0;
    display: flex;
    flex-grow: 1;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.map-slideshow-element .fsListItems.slick-initialized {
    opacity: 1;
    visibility: visible;
    transition: .5s ease-in-out .3s
}

@media (min-width:900px) {
    .map-slideshow-element .fsListItems.slick-initialized {
        height: 100%
    }
}

@media (min-width:900px) {
    .map-slideshow-element .fsListItems.slick-initialized article {
        overflow-y: auto
    }
}

@media (min-width:900px) {
    .map-slideshow-element .fsListItems .slick-list {
        position: relative;
        height: 100%
    }

    .map-slideshow-element .fsListItems .slick-list:before {
        content: "";
        background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .85) 51.8%, #fff);
        width: calc(100% - 2px);
        height: 100px;
        position: absolute;
        left: 1px;
        bottom: 0;
        z-index: 10;
        border-bottom: 1px solid #131313
    }
}

@media (min-width:900px) {
    .map-slideshow-element .fsListItems .slick-track {
        height: 100%
    }
}

.map-slideshow-element .fsListItems article {
    padding: 0 0 100px;
    margin: 0
}

@media (min-width:900px) {
    .map-slideshow-element .fsListItems article {
        height: 100%
    }
}

.map-slideshow-element .fsListItems article:first-child:last-child {
    padding-bottom: 30px
}

.map-slideshow-element .fsListItems article .fsTitle {
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px 30px;
    z-index: 5;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25
}

.map-slideshow-element .fsListItems article .fsTitle>a {
    color: inherit;
    pointer-events: none
}

.map-slideshow-element .fsListItems article .fsTitle.fsResourceName {
    display: none
}

.map-slideshow-element .fsListItems article figure picture {
    display: block;
    position: relative
}

.map-slideshow-element .fsListItems article figure picture img {
    width: 100%
}

.map-slideshow-element .fsListItems article figcaption {
    margin: 0;
    padding: 30px 30px 0;
    font-style: normal;
    font-size: 16px;
    line-height: 1.75;
    font-family: inherit
}

.map-slideshow-element .slick-arrow {
    position: absolute;
    transform: translateZ(0);
    top: auto;
    right: 0;
    bottom: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, .42);
    transition: .3s;
    overflow: hidden;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0);
    line-height: 0;
    z-index: 20;
    border: none;
    cursor: pointer
}

.map-slideshow-element .slick-arrow:before {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    left: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 30px;
    transition: .3s;
    display: inline-block;
    line-height: 1;
    height: auto
}

.map-slideshow-element .slick-arrow:focus,
.map-slideshow-element .slick-arrow:hover {
    background-color: rgba(0, 0, 0, .5);
    transition: .3s;
    outline: rgba(0, 0, 0, 0)
}

.map-slideshow-element .slick-arrow:focus:before,
.map-slideshow-element .slick-arrow:hover:before {
    color: #fff
}

.map-slideshow-element .slick-arrow.fsPrevButton,
.map-slideshow-element .slick-arrow.slick-prev {
    left: auto;
    right: 51px
}

.map-slideshow-element .slick-arrow.fsPrevButton:before,
.map-slideshow-element .slick-arrow.slick-prev:before {
    content: "\E922";
    font-family: bpa-font-icons;
    font-weight: 400;
    speak: none
}

.map-slideshow-element .slick-arrow.slick-next:before {
    content: "\E921";
    font-family: bpa-font-icons;
    font-weight: 400;
    speak: none
}

.map-legend {
    position: relative
}

.map-legend .fsStyleDefaultList {
    padding: 0;
    margin: 0
}

@media (min-width:600px) {
    .map-legend .fsStyleDefaultList {
        column-gap: 20px;
        column-rule: 0;
        min-height: 0;
        column-count: 2
    }
}

.map-legend .fsStyleDefaultList.small {
    column-count: 1
}

@media (min-width:1000px) {
    .map-legend .fsStyleDefaultList.large {
        column-count: 4
    }
}

.map-legend .fsStyleDefaultList>li.fsListItem {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    border: none;
    position: relative;
    padding: 0;
    margin: 0 0 15px;
    display: block;
    counter-increment: li;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #373737
}

.map-legend .fsStyleDefaultList>li.fsListItem:before {
    content: counter(li);
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #135;
    font-size: 16px;
    line-height: inherit
}

.map-legend .fsStyleDefaultList>li.fsListItem>a {
    display: inline-block;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    word-wrap: normal;
    word-break: normal;
    padding-left: 25px
}

.map-legend .fsStyleDefaultList>li.fsListItem>a:focus,
.map-legend .fsStyleDefaultList>li.fsListItem>a:hover {
    color: #135
}

.map-legend .fsStyleDefaultList>li.fsListItem>a:before {
    display: none
}

.coordinates-popup {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 50;
    background-color: #fff;
    color: #373737;
    padding: 10px
}

@keyframes slideshow-transition {
    0% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes radiate-point-1 {

    50%,
    to {
        transform: translate3d(-50%, -50%, 0) scale(2);
        opacity: .8
    }
}

@keyframes radiate-point-2 {

    50%,
    to {
        transform: translate3d(-50%, -50%, 0) scale(3);
        opacity: 0;
        padding: 5px
    }
}

@charset "UTF-8";

@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
}

.bpa-infographic-2 .fsContent[class*=icon-]:before {
    content: "";
    font-family: bpa-font-icons;
    font-weight: 400;
    speak: none
}

.bpa-infographic-2 .icon-apple:before {
    content: "\E901" !important
}

.bpa-infographic-2 .icon-backpack:before {
    content: "\E902" !important
}

.bpa-infographic-2 .icon-bar-graph:before {
    content: "\E903" !important
}

.bpa-infographic-2 .icon-baseball:before {
    content: "\E904" !important
}

.bpa-infographic-2 .icon-book:before {
    content: "\E905" !important
}

.bpa-infographic-2 .icon-briefcase:before {
    content: "\E906" !important
}

.bpa-infographic-2 .icon-bullhorn:before {
    content: "\E907" !important
}

.bpa-infographic-2 .icon-bus:before {
    content: "\E908" !important
}

.bpa-infographic-2 .icon-calendar:before {
    content: "\E909" !important
}

.bpa-infographic-2 .icon-camera:before {
    content: "\E90A" !important
}

.bpa-infographic-2 .icon-certificate:before {
    content: "\E90B" !important
}

.bpa-infographic-2 .icon-check:before {
    content: "\E90C" !important
}

.bpa-infographic-2 .icon-chess:before {
    content: "\E90D" !important
}

.bpa-infographic-2 .icon-city:before {
    content: "\E90E" !important
}

.bpa-infographic-2 .icon-college:before {
    content: "\E90F" !important
}

.bpa-infographic-2 .icon-covid:before {
    content: "\E951" !important
}

.bpa-infographic-2 .icon-cross:before {
    content: "\E910" !important
}

.bpa-infographic-2 .icon-directory:before {
    content: "\E911" !important
}

.bpa-infographic-2 .icon-diversity:before {
    content: "\E912" !important
}

.bpa-infographic-2 .icon-dollar:before {
    content: "\E94F" !important
}

.bpa-infographic-2 .icon-door:before {
    content: "\E913" !important
}

.bpa-infographic-2 .icon-droplet:before {
    content: "\E914" !important
}

.bpa-infographic-2 .icon-enroll:before {
    content: "\E915" !important
}

.bpa-infographic-2 .icon-family:before {
    content: "\E954" !important
}

.bpa-infographic-2 .icon-faq:before {
    content: "\E916" !important
}

.bpa-infographic-2 .icon-files:before {
    content: "\E917" !important
}

.bpa-infographic-2 .icon-football:before {
    content: "\E918" !important
}

.bpa-infographic-2 .icon-gift:before {
    content: "\E919" !important
}

.bpa-infographic-2 .icon-giving:before {
    content: "\E91A" !important
}

.bpa-infographic-2 .icon-globe:before {
    content: "\E91B" !important
}

.bpa-infographic-2 .icon-grad:before {
    content: "\E91C" !important
}

.bpa-infographic-2 .icon-group-boys:before {
    content: "\E91D" !important
}

.bpa-infographic-2 .icon-group-coed:before {
    content: "\E91E" !important
}

.bpa-infographic-2 .icon-group-girls:before {
    content: "\E926" !important
}

.bpa-infographic-2 .icon-group:before {
    content: "\E927" !important
}

.bpa-infographic-2 .icon-heart:before {
    content: "\E928" !important
}

.bpa-infographic-2 .icon-info:before {
    content: "\E929" !important
}

.bpa-infographic-2 .icon-jersey:before {
    content: "\E92A" !important
}

.bpa-infographic-2 .icon-leaf:before {
    content: "\E92B" !important
}

.bpa-infographic-2 .icon-lightbulb:before {
    content: "\E92C" !important
}

.bpa-infographic-2 .icon-link:before {
    content: "\E92D" !important
}

.bpa-infographic-2 .icon-list:before {
    content: "\E92E" !important
}

.bpa-infographic-2 .icon-location:before {
    content: "\E92F" !important
}

.bpa-infographic-2 .icon-lock:before {
    content: "\E930" !important
}

.bpa-infographic-2 .icon-map:before {
    content: "\E931" !important
}

.bpa-infographic-2 .icon-medal:before {
    content: "\E932" !important
}

.bpa-infographic-2 .icon-microscope:before {
    content: "\E933" !important
}

.bpa-infographic-2 .icon-mobile:before {
    content: "\E950" !important
}

.bpa-infographic-2 .icon-music:before {
    content: "\E934" !important
}

.bpa-infographic-2 .icon-paint:before {
    content: "\E935" !important
}

.bpa-infographic-2 .icon-parent:before {
    content: "\E953" !important
}

.bpa-infographic-2 .icon-pencil:before {
    content: "\E936" !important
}

.bpa-infographic-2 .icon-person:before {
    content: "\E937" !important
}

.bpa-infographic-2 .icon-phone:before {
    content: "\E938" !important
}

.bpa-infographic-2 .icon-piggy-bank:before {
    content: "\E939" !important
}

.bpa-infographic-2 .icon-portion:before {
    content: "\E93A" !important
}

.bpa-infographic-2 .icon-question:before {
    content: "\E93B" !important
}

.bpa-infographic-2 .icon-ratio:before {
    content: "\E93C" !important
}

.bpa-infographic-2 .icon-robot:before {
    content: "\E93D" !important
}

.bpa-infographic-2 .icon-school:before {
    content: "\E93E" !important
}

.bpa-infographic-2 .icon-screens:before {
    content: "\E93F" !important
}

.bpa-infographic-2 .icon-settings:before {
    content: "\E940" !important
}

.bpa-infographic-2 .icon-shoe:before {
    content: "\E941" !important
}

.bpa-infographic-2 .icon-soccer:before {
    content: "\E942" !important
}

.bpa-infographic-2 .icon-sports:before {
    content: "\E943" !important
}

.bpa-infographic-2 .icon-star-of-david:before {
    content: "\E944" !important
}

.bpa-infographic-2 .icon-star:before {
    content: "\E945" !important
}

.bpa-infographic-2 .icon-store:before {
    content: "\E946" !important
}

.bpa-infographic-2 .icon-sun:before {
    content: "\E947" !important
}

.bpa-infographic-2 .icon-teacher:before {
    content: "\E948" !important
}

.bpa-infographic-2 .icon-theatre:before {
    content: "\E949" !important
}

.bpa-infographic-2 .icon-time:before {
    content: "\E94A" !important
}

.bpa-infographic-2 .icon-tree:before {
    content: "\E94B" !important
}

.bpa-infographic-2 .icon-trophy:before {
    content: "\E94C" !important
}

.bpa-infographic-2 .icon-virtual:before {
    content: "\E952" !important
}

.bpa-infographic-2 .icon-warning:before {
    content: "\E94D" !important
}

.bpa-infographic-2 {
    padding: 40px 20px;
    background-color: #fff
}

.bpa-infographic-2 .fsElementAddWrapper {
    width: 100%
}

.bpa-infographic-2>header {
    padding-bottom: 30px;
    text-align: center
}

.bpa-infographic-2>.fsElementContent {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 auto
}

@media (min-width:600px) {
    .bpa-infographic-2>.fsElementContent {
        max-width: 530px
    }
}

@media (min-width:1000px) {
    .bpa-infographic-2>.fsElementContent {
        max-width: 1180px
    }
}

.bpa-infographic-2>.fsElementContent>.fsElement {
    flex: 1 1;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    min-width: 100%;
    min-height: 160px;
    padding: 15px 0 0;
    border: solid #131313;
    border-width: 0 0 1px;
    margin: 0;
    position: relative;
    color: #242424;
    background: rgba(0, 0, 0, 0)
}

.bpa-infographic-2>.fsElementContent>.fsElement:nth-child(2n) {
    border-right-width: 0
}

@media (min-width:450px) {
    .bpa-infographic-2>.fsElementContent>.fsElement:nth-last-child(2) {
        border-bottom-width: 0
    }
}

.bpa-infographic-2>.fsElementContent>.fsElement:last-child {
    border-bottom-width: 0
}

@media (min-width:450px) {
    .bpa-infographic-2>.fsElementContent>.fsElement {
        min-width: 50%;
        padding-top: 30px;
        border-width: 0 1px 1px 0
    }
}

@media (min-width:1000px) {
    .bpa-infographic-2>.fsElementContent>.fsElement {
        min-width: 25%
    }

    .bpa-infographic-2>.fsElementContent>.fsElement:nth-child(2n) {
        border-right-width: 1px
    }

    .bpa-infographic-2>.fsElementContent>.fsElement:nth-child(4n) {
        border-right-width: 0
    }

    .bpa-infographic-2>.fsElementContent>.fsElement:nth-child(n+5) {
        border-bottom-width: 0
    }
}

.bpa-infographic-2>.fsElementContent>.fsElement:before {
    display: block;
    width: 30%;
    padding: 3px 10px 0;
    position: absolute;
    color: #242424;
    font-size: 2em;
    line-height: 1;
    text-align: center
}

@media (max-width:599px) {
    .bpa-infographic-2>.fsElementContent>.fsElement:before {
        position: absolute;
        left: 50%;
        transform: translate3d(-50%, 0, 0)
    }
}

@media (min-width:600px) {
    .bpa-infographic-2>.fsElementContent>.fsElement:before {
        font-size: 3.71429em
    }

    body.fsHasLeftBanner .bpa-infographic-2>.fsElementContent>.fsElement:before,
    body.fsHasRightBanner .bpa-infographic-2>.fsElementContent>.fsElement:before {
        font-size: 2.28571em
    }
}

.bpa-infographic-2>.fsElementContent>.fsElement header {
    width: 100%;
    padding-top: 0;
    padding-left: 35%;
    text-align: left
}

@media (max-width:449px) {
    .bpa-infographic-2>.fsElementContent>.fsElement header {
        padding-top: 45px
    }
}

@media (max-width:599px) {
    .bpa-infographic-2>.fsElementContent>.fsElement header {
        padding-top: 55px;
        padding-left: 0;
        text-align: center
    }
}

.bpa-infographic-2>.fsElementContent>.fsElement .fsElementTitle {
    font-family: Old Standard TT, Georgia, serif;
    color: #135;
    font-size: 2.57143em;
    line-height: 100%;
    margin-bottom: 10px
}

@media (min-width:600px) {
    .bpa-infographic-2>.fsElementContent>.fsElement .fsElementTitle {
        font-size: 3.92857em
    }

    body.fsHasLeftBanner .bpa-infographic-2>.fsElementContent>.fsElement .fsElementTitle,
    body.fsHasRightBanner .bpa-infographic-2>.fsElementContent>.fsElement .fsElementTitle {
        font-size: 2.57143em
    }
}

.bpa-infographic-2>.fsElementContent>.fsElement .fsElementContent {
    padding-left: 35%;
    padding-right: 30px;
    padding-bottom: 15px;
    text-align: left
}

@media (max-width:599px) {
    .bpa-infographic-2>.fsElementContent>.fsElement .fsElementContent {
        width: 100%;
        padding: 0 30px 15px;
        text-align: center
    }
}

.bpa-infographic-2>.fsElementContent>.fsElement .fsElementContent p {
    margin: 0
}

.bpa-infographic-2.dark {
    background-color: #135
}

.bpa-infographic-2.dark>header>.fsElementTitle {
    color: #fff
}

.bpa-infographic-2.dark>.fsElementContent>.fsElement {
    color: #fff;
    background: rgba(0, 0, 0, 0)
}

.bpa-infographic-2.dark>.fsElementContent>.fsElement .fsElementTitle,
.bpa-infographic-2.dark>.fsElementContent>.fsElement:before {
    color: #fff
}

.icon-list,
.icon-list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.icon-list li {
    margin: 0;
    padding: 0;
    margin: 6px 0
}

.icon-list li:before {
    margin-right: 14px;
    font-size: 30px
}

.bpa-icon-library #fsPageBody .fsContent {
    position: relative;
    padding-top: 20px
}

.bpa-icon-library #fsPageBody .fsContent[class*=icon]:before {
    content: "";
    font-family: bpa-font-icons;
    font-weight: 400;
    speak: none;
    font-size: 50px
}

.bpa-icon-library #fsPageBody .fsContent>header h2:before {
    display: none
}

.bpa-icon-library #fsPageBody .icon-apple:before {
    content: "\E901" !important
}

.bpa-icon-library #fsPageBody .icon-backpack:before {
    content: "\E902" !important
}

.bpa-icon-library #fsPageBody .icon-bar-graph:before {
    content: "\E903" !important
}

.bpa-icon-library #fsPageBody .icon-baseball:before {
    content: "\E904" !important
}

.bpa-icon-library #fsPageBody .icon-book:before {
    content: "\E905" !important
}

.bpa-icon-library #fsPageBody .icon-briefcase:before {
    content: "\E906" !important
}

.bpa-icon-library #fsPageBody .icon-bullhorn:before {
    content: "\E907" !important
}

.bpa-icon-library #fsPageBody .icon-bus:before {
    content: "\E908" !important
}

.bpa-icon-library #fsPageBody .icon-calendar:before {
    content: "\E909" !important
}

.bpa-icon-library #fsPageBody .icon-camera:before {
    content: "\E90A" !important
}

.bpa-icon-library #fsPageBody .icon-certificate:before {
    content: "\E90B" !important
}

.bpa-icon-library #fsPageBody .icon-check:before {
    content: "\E90C" !important
}

.bpa-icon-library #fsPageBody .icon-chess:before {
    content: "\E90D" !important
}

.bpa-icon-library #fsPageBody .icon-city:before {
    content: "\E90E" !important
}

.bpa-icon-library #fsPageBody .icon-college:before {
    content: "\E90F" !important
}

.bpa-icon-library #fsPageBody .icon-covid:before {
    content: "\E951" !important
}

.bpa-icon-library #fsPageBody .icon-cross:before {
    content: "\E910" !important
}

.bpa-icon-library #fsPageBody .icon-directory:before {
    content: "\E911" !important
}

.bpa-icon-library #fsPageBody .icon-diversity:before {
    content: "\E912" !important
}

.bpa-icon-library #fsPageBody .icon-dollar:before {
    content: "\E94F" !important
}

.bpa-icon-library #fsPageBody .icon-door:before {
    content: "\E913" !important
}

.bpa-icon-library #fsPageBody .icon-droplet:before {
    content: "\E914" !important
}

.bpa-icon-library #fsPageBody .icon-enroll:before {
    content: "\E915" !important
}

.bpa-icon-library #fsPageBody .icon-family:before {
    content: "\E954" !important
}

.bpa-icon-library #fsPageBody .icon-faq:before {
    content: "\E916" !important
}

.bpa-icon-library #fsPageBody .icon-files:before {
    content: "\E917" !important
}

.bpa-icon-library #fsPageBody .icon-football:before {
    content: "\E918" !important
}

.bpa-icon-library #fsPageBody .icon-gift:before {
    content: "\E919" !important
}

.bpa-icon-library #fsPageBody .icon-giving:before {
    content: "\E91A" !important
}

.bpa-icon-library #fsPageBody .icon-globe:before {
    content: "\E91B" !important
}

.bpa-icon-library #fsPageBody .icon-grad:before {
    content: "\E91C" !important
}

.bpa-icon-library #fsPageBody .icon-group-boys:before {
    content: "\E91D" !important
}

.bpa-icon-library #fsPageBody .icon-group-coed:before {
    content: "\E91E" !important
}

.bpa-icon-library #fsPageBody .icon-group-girls:before {
    content: "\E926" !important
}

.bpa-icon-library #fsPageBody .icon-group:before {
    content: "\E927" !important
}

.bpa-icon-library #fsPageBody .icon-heart:before {
    content: "\E928" !important
}

.bpa-icon-library #fsPageBody .icon-info:before {
    content: "\E929" !important
}

.bpa-icon-library #fsPageBody .icon-jersey:before {
    content: "\E92A" !important
}

.bpa-icon-library #fsPageBody .icon-leaf:before {
    content: "\E92B" !important
}

.bpa-icon-library #fsPageBody .icon-lightbulb:before {
    content: "\E92C" !important
}

.bpa-icon-library #fsPageBody .icon-link:before {
    content: "\E92D" !important
}

.bpa-icon-library #fsPageBody .icon-list:before {
    content: "\E92E" !important
}

.bpa-icon-library #fsPageBody .icon-location:before {
    content: "\E92F" !important
}

.bpa-icon-library #fsPageBody .icon-lock:before {
    content: "\E930" !important
}

.bpa-icon-library #fsPageBody .icon-map:before {
    content: "\E931" !important
}

.bpa-icon-library #fsPageBody .icon-medal:before {
    content: "\E932" !important
}

.bpa-icon-library #fsPageBody .icon-microscope:before {
    content: "\E933" !important
}

.bpa-icon-library #fsPageBody .icon-mobile:before {
    content: "\E950" !important
}

.bpa-icon-library #fsPageBody .icon-music:before {
    content: "\E934" !important
}

.bpa-icon-library #fsPageBody .icon-paint:before {
    content: "\E935" !important
}

.bpa-icon-library #fsPageBody .icon-parent:before {
    content: "\E953" !important
}

.bpa-icon-library #fsPageBody .icon-pencil:before {
    content: "\E936" !important
}

.bpa-icon-library #fsPageBody .icon-person:before {
    content: "\E937" !important
}

.bpa-icon-library #fsPageBody .icon-phone:before {
    content: "\E938" !important
}

.bpa-icon-library #fsPageBody .icon-piggy-bank:before {
    content: "\E939" !important
}

.bpa-icon-library #fsPageBody .icon-portion:before {
    content: "\E93A" !important
}

.bpa-icon-library #fsPageBody .icon-question:before {
    content: "\E93B" !important
}

.bpa-icon-library #fsPageBody .icon-ratio:before {
    content: "\E93C" !important
}

.bpa-icon-library #fsPageBody .icon-robot:before {
    content: "\E93D" !important
}

.bpa-icon-library #fsPageBody .icon-school:before {
    content: "\E93E" !important
}

.bpa-icon-library #fsPageBody .icon-screens:before {
    content: "\E93F" !important
}

.bpa-icon-library #fsPageBody .icon-settings:before {
    content: "\E940" !important
}

.bpa-icon-library #fsPageBody .icon-shoe:before {
    content: "\E941" !important
}

.bpa-icon-library #fsPageBody .icon-soccer:before {
    content: "\E942" !important
}

.bpa-icon-library #fsPageBody .icon-sports:before {
    content: "\E943" !important
}

.bpa-icon-library #fsPageBody .icon-star-of-david:before {
    content: "\E944" !important
}

.bpa-icon-library #fsPageBody .icon-star:before {
    content: "\E945" !important
}

.bpa-icon-library #fsPageBody .icon-store:before {
    content: "\E946" !important
}

.bpa-icon-library #fsPageBody .icon-sun:before {
    content: "\E947" !important
}

.bpa-icon-library #fsPageBody .icon-teacher:before {
    content: "\E948" !important
}

.bpa-icon-library #fsPageBody .icon-theatre:before {
    content: "\E949" !important
}

.bpa-icon-library #fsPageBody .icon-time:before {
    content: "\E94A" !important
}

.bpa-icon-library #fsPageBody .icon-tree:before {
    content: "\E94B" !important
}

.bpa-icon-library #fsPageBody .icon-trophy:before {
    content: "\E94C" !important
}

.bpa-icon-library #fsPageBody .icon-virtual:before {
    content: "\E952" !important
}

.bpa-icon-library #fsPageBody .icon-warning:before {
    content: "\E94D" !important
}