/*!
 * Brentwood School - default_18
 * @link: https://www.bwscampus.com
 * Site Template: newclientcustom
 * Built By: Lindsey Noble
 * Project Manager: Mike Hartzler
 * Designer: Julianne Hamilton
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 4.5.0
 * Git Tag: 4.5.0-94-g0b85010
 * Last built by: Jonathan Brooks
 */
@import url(https://cloud.typography.com/6635876/7769012/css/fonts.css);@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left;
  }
}

@media (min-width: 900px) {
  .col-4 {
    width: 25%;
  }
}

/*! helpers - box-model v0.0.1 */

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

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

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

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

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

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

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

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

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

.cover {
  position: absolute;
  height: 100%;
  width: 100%;
}

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/

/*! helpers - typography v0.0.1 */

@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,
.fsVimeoTitle,
.fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
}

h1 {
  margin-top: 0;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  font-weight: 500;
  color: #252b33;
  line-height: 1.2;
  font-size: 24px;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  h1 {
    font-size: 32px;
  }
}

@media (min-width: 900px) {
  h1 {
    font-size: 3.636vw;
  }
}

@media (min-width: 1100px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  margin-top: 0;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  font-weight: 500;
  color: #252b33;
  line-height: 1.21429;
  font-size: 20px;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  h2 {
    font-size: 24px;
  }
}

@media (min-width: 1100px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  margin-top: 0;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  font-weight: 500;
  color: #252b33;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  text-transform: uppercase;
  line-height: 1.22222;
  letter-spacing: 0.3px;
  font-size: 16px;
  margin-bottom: 12px;
}

@media (min-width: 600px) {
  h3 {
    font-size: 17px;
  }
}

@media (min-width: 900px) {
  h3 {
    letter-spacing: 0.2px;
    font-size: 18px;
  }
}

h4 {
  margin-top: 0;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  font-weight: 500;
  color: #252b33;
  font-size: 19px;
  line-height: 1.21053;
  margin-bottom: 12px;
}

h5 {
  margin-top: 0;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  font-weight: 500;
  color: #252b33;
  font-size: 16px;
  line-height: 1.1875;
  margin-bottom: 12px;
}

h6 {
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-weight: 700;
  color: #696969;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.15385;
  margin-bottom: 12px;
}

p {
  margin: 0 0 20px;
}

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

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 30px;
}

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: underline;
  color: #c31f4b;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

a:hover,
a:focus {
  color: #93272c;
  text-decoration: none;
}

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

table {
  font-size: 14px;
  line-height: 23px;
}

table td,
table th {
  padding: 14px 15px 13px;
}

.fsAthleticsEvent.fsTable .fsElementTable,
.fsAthleticsRoster .fsElementTable,
table.fs_style_28 {
  margin-bottom: 80px;
  width: 100%;
  font-size: 14px;
  line-height: 23px;
}

.fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow td,
.fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow td,
table.fs_style_28 tr.fsLoadMoreButtonRow td {
  background-color: transparent;
}

.fsAthleticsEvent.fsTable .fsElementTable tbody tr,
.fsAthleticsRoster .fsElementTable tbody tr,
table.fs_style_28 tbody tr {
  border-bottom: solid 1px #d6d0cb;
  -webkit-box-shadow: inset -1px 0 0 0 #d6d0cb, inset 1px 0 0 0 #d6d0cb;
          box-shadow: inset -1px 0 0 0 #d6d0cb, inset 1px 0 0 0 #d6d0cb;
}

.fsAthleticsEvent.fsTable .fsElementTable tbody tr:nth-of-type(odd),
.fsAthleticsRoster .fsElementTable tbody tr:nth-of-type(odd),
table.fs_style_28 tbody tr:nth-of-type(odd) {
  background-color: #f7f6f5;
}

.fsAthleticsEvent.fsTable .fsElementTable tbody tr:nth-of-type(odd) td,
.fsAthleticsRoster .fsElementTable tbody tr:nth-of-type(odd) td,
table.fs_style_28 tbody tr:nth-of-type(odd) td {
  background-color: transparent;
}

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_28 th,
table.fs_style_28 td {
  vertical-align: top;
  border-bottom: none;
  padding: 14px 15px 13px;
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_28 td {
  background-color: transparent;
}

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.fs_style_28 th {
  padding: 14px 15px;
  text-align: left;
  background: #0151a1;
  color: #fff;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  font-size: 19px;
  line-height: 23px;
  font-weight: 500;
}

.fsAthleticsEvent.fsTable .fsElementTable th:first-child,
.fsAthleticsRoster .fsElementTable th:first-child,
table.fs_style_28 th:first-child {
  border-radius: 4px 0 0 0;
}

.fsAthleticsEvent.fsTable .fsElementTable th:last-child,
.fsAthleticsRoster .fsElementTable th:last-child,
table.fs_style_28 th:last-child {
  border-radius: 0 4px 0 0;
}

body:not(.fsComposeMode) .fsAthleticsEvent.fsTable .fsElementTable:last-child,
.fsAthleticsEvent.fsTable body:not(.fsComposeMode) .fsElementTable:last-child,
body:not(.fsComposeMode) .fsAthleticsRoster .fsElementTable:last-child,
.fsAthleticsRoster body:not(.fsComposeMode) .fsElementTable:last-child,
body:not(.fsComposeMode) table.fs_style_28:last-child {
  margin-bottom: 0;
}

.table-overflow {
  overflow-x: auto;
  margin-bottom: 80px;
  margin-bottom: 40px;
}

@media (min-width: 600px) {
  .table-overflow {
    margin-bottom: 60px;
  }
}

@media (min-width: 1100px) {
  .table-overflow {
    margin-bottom: 80px;
  }
}

@media (min-width: 600px) {
  .fsBannerLeft .table-overflow,
  .fsBannerRight .table-overflow,
  .fsStyleOneThird .table-overflow,
  .fsThreeColumnLayout > .fsDiv .table-overflow,
  .fsFourColumnLayout > .fsDiv .table-overflow {
    margin-bottom: 40px;
  }
}

@media (min-width: 1100px) {
  .fsBannerLeft .table-overflow,
  .fsBannerRight .table-overflow,
  .fsStyleOneThird .table-overflow,
  .fsThreeColumnLayout > .fsDiv .table-overflow,
  .fsFourColumnLayout > .fsDiv .table-overflow {
    margin-bottom: 60px;
  }
}

.fsBannerLeft .table-overflow:last-child,
.fsBannerRight .table-overflow:last-child,
.fsStyleOneThird .table-overflow:last-child,
.fsThreeColumnLayout > .fsDiv .table-overflow:last-child,
.fsFourColumnLayout > .fsDiv .table-overflow:last-child {
  margin-bottom: 0;
}

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

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

.fs_style_31 {
  display: inline-block;
  border: 0;
  margin: 0 5px 10px 0;
  background: #fff;
  color: #c31f4b;
  border-radius: 4px;
  border: solid 1px #d6d0cb;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 16px 20px;
}

.fs_style_31:hover,
.fs_style_31:focus,
.fsStateSelected .fs_style_31,
.fs_style_31.on {
  background: #f7f6f5;
  color: #93272c;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: #d6d0cb;
}

.fsBannerLeft .fs_style_31,
.fsBannerRight .fs_style_31,
.fsStyleOneThird .fs_style_31,
.fsThreeColumnLayout > .fsDiv .fs_style_31,
.fsFourColumnLayout > .fsDiv .fs_style_31 {
  width: 100%;
  margin-right: 0;
  display: block;
}

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

.fs_style_31 em {
  color: #93272c;
}

.fs_style_32 {
  display: inline-block;
  border: 0;
  margin: 0 5px 10px 0;
  background: #0151a1;
  color: #fff;
  border-radius: 4px;
  border: solid 1px #0151a1;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 16px 20px;
}

.fs_style_32:hover,
.fs_style_32:focus,
.fsStateSelected .fs_style_32,
.fs_style_32.on {
  background: #192857;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: #192857;
}

.fsBannerLeft .fs_style_32,
.fsBannerRight .fs_style_32,
.fsStyleOneThird .fs_style_32,
.fsThreeColumnLayout > .fsDiv .fs_style_32,
.fsFourColumnLayout > .fsDiv .fs_style_32 {
  width: 100%;
  margin-right: 0;
  display: block;
}

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

.fs_style_32 em {
  color: #b9d1db;
}

.fs_style_33 {
  display: inline-block;
  border: 0;
  margin: 0 5px 10px 0;
  background: #c31f4b;
  color: #fff;
  border-radius: 4px;
  border: solid 1px #c31f4b;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 16px 20px;
}

.fs_style_33:hover,
.fs_style_33:focus,
.fsStateSelected .fs_style_33,
.fs_style_33.on {
  background: #93272c;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: #93272c;
}

.fsBannerLeft .fs_style_33,
.fsBannerRight .fs_style_33,
.fsStyleOneThird .fs_style_33,
.fsThreeColumnLayout > .fsDiv .fs_style_33,
.fsFourColumnLayout > .fsDiv .fs_style_33 {
  width: 100%;
  margin-right: 0;
  display: block;
}

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

.fs_style_34 {
  display: inline-block;
  border: 0;
  margin: 0 5px 10px 0;
  background: transparent;
  color: #fff;
  border-radius: 4px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 16px 20px;
}

.fs_style_34:hover,
.fs_style_34:focus,
.fsStateSelected .fs_style_34,
.fs_style_34.on {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: rgba(255, 255, 255, 0.5);
}

.fsBannerLeft .fs_style_34,
.fsBannerRight .fs_style_34,
.fsStyleOneThird .fs_style_34,
.fsThreeColumnLayout > .fsDiv .fs_style_34,
.fsFourColumnLayout > .fsDiv .fs_style_34 {
  width: 100%;
  margin-right: 0;
  display: block;
}

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

.fs_style_34.fs_style_35 {
  padding: 15px 20px;
  font-size: 19px;
  line-height: 21px;
}

.fs_style_35 {
  text-transform: none;
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
  padding: 18px 30px 20px;
  word-break: break-word;
  margin-right: 0;
  letter-spacing: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
}

.fs_style_35 em {
  display: block;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.fs_style_35 em:last-child {
  margin-top: 4px;
}

.fsBannerLeft .fs_style_35,
.fsBannerRight .fs_style_35,
.fsStyleOneThird .fs_style_35,
.fsTwoColumnLayout .fs_style_35,
.fsThreeColumnLayout > .fsDiv .fs_style_35,
.fsFourColumnLayout > .fsDiv .fs_style_35 {
  width: 100%;
  display: block;
}

.fs_style_35.fs_style_31:hover em,
.fs_style_35.fs_style_31:focus em {
  color: #6c3a5d;
  -webkit-transition: .3s;
  transition: .3s;
}

@-webkit-keyframes bounce {
  50% {
    -webkit-transform: translate(5px, -1px);
            transform: translate(5px, -1px);
  }
}

@keyframes bounce {
  50% {
    -webkit-transform: translate(5px, -1px);
            transform: translate(5px, -1px);
  }
}

.fs_style_39 {
  color: #c31f4b;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-weight: bold;
  position: relative;
  padding: 0;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
}

.fs_style_39:after {
  content: "\E915";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  -webkit-transform: translate(0, -1px);
      -ms-transform: translate(0, -1px);
          transform: translate(0, -1px);
}

.fs_style_39:hover {
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  color: #93272c;
}

.fs_style_39:hover:after {
  -webkit-animation: bounce .4s 2;
          animation: bounce .4s 2;
}

.fsNavigation .fs_style_39 {
  color: #c31f4b;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-weight: bold;
  position: relative;
  padding: 0;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
}

.fsNavigation .fs_style_39:after {
  content: "\E915";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  -webkit-transform: translate(0, -1px);
      -ms-transform: translate(0, -1px);
          transform: translate(0, -1px);
}

.fsNavigation .fs_style_39:hover {
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  color: #93272c;
}

.fsNavigation .fs_style_39:hover:after {
  -webkit-animation: bounce .4s 2;
          animation: bounce .4s 2;
}

.fs_style_29 {
  display: block;
  border-radius: 2px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 6px;
  color: #252b33;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  padding: 9px 20px 9px 55px;
  border: 1px solid #d6d0cb;
  background-color: #f7f6f5;
  width: 100%;
}

@media (min-width: 600px) {
  .fs_style_29 {
    width: auto;
    display: table;
  }
}

.fs_style_29:after {
  content: "\E904";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 24px;
  font-size: 16px;
  line-height: 1;
  color: #c31f4b;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_29:hover,
.fs_style_29:focus {
  color: #93272c;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_29:hover:after,
.fs_style_29:focus:after {
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_29,
.fsBannerRight .fs_style_29,
.fsStyleOneThird .fs_style_29,
.fsTwoColumnLayout .fs_style_29,
.fsThreeColumnLayout > .fsDiv .fs_style_29,
.fsFourColumnLayout > .fsDiv .fs_style_29 {
  display: block;
  width: 100%;
}

.fs_style_30 {
  display: block;
  border-radius: 2px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 6px;
  color: #252b33;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  padding: 9px 20px 9px 55px;
  border: 1px solid #d6d0cb;
  background-color: #f7f6f5;
  width: 100%;
}

@media (min-width: 600px) {
  .fs_style_30 {
    width: auto;
    display: table;
  }
}

.fs_style_30:after {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 24px;
  font-size: 16px;
  line-height: 1;
  color: #c31f4b;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_30:hover,
.fs_style_30:focus {
  color: #93272c;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_30:hover:after,
.fs_style_30:focus:after {
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_30,
.fsBannerRight .fs_style_30,
.fsStyleOneThird .fs_style_30,
.fsTwoColumnLayout .fs_style_30,
.fsThreeColumnLayout > .fsDiv .fs_style_30,
.fsFourColumnLayout > .fsDiv .fs_style_30 {
  display: block;
  width: 100%;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 5px 10px 0;
  background: #fff;
  color: #c31f4b;
  border-radius: 4px;
  border: solid 1px #d6d0cb;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 16px 20px;
  margin: 0;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #f7f6f5;
  color: #93272c;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: #d6d0cb;
}

.fsBannerLeft .fsStyleDefaultButton,
.fsBannerRight .fsStyleDefaultButton,
.fsStyleOneThird .fsStyleDefaultButton,
.fsThreeColumnLayout > .fsDiv .fsStyleDefaultButton,
.fsFourColumnLayout > .fsDiv .fsStyleDefaultButton {
  width: 100%;
  margin-right: 0;
  display: block;
}

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

.fsStyleDefaultButton.fsLoadMoreButton {
  margin-bottom: 0;
  margin-left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

.fsStyleDefaultButton.fsSelectAll {
  margin-bottom: 5px;
  padding: 7px 12px;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}

.fsDisplayNavigation input[type='radio'] ~ span,
.fsLegend .fsElementControls input[type='radio'] ~ span {
  margin-bottom: 5px;
  padding: 7px 12px;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  opacity: 1;
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #192857;
  background-color: #b9d1db;
}

.fsDisplayNavigation input[type='radio'] ~ span:hover,
.fsLegend .fsElementControls input[type='radio'] ~ span:hover {
  background-color: #192857;
  color: #fff;
}

.fsDisplayNavigation input[type='radio']:checked ~ span,
.fsLegend .fsElementControls input[type='radio']:checked ~ span {
  text-shadow: none;
  background-color: #192857;
  color: #fff;
}

.fsDisplayNavigation input[type='radio']:checked ~ span:hover,
.fsLegend .fsElementControls input[type='radio']:checked ~ span:hover {
  color: #fff;
}

.fsDisplayNavigation ul > li:first-child span,
.fsLegend .fsElementControls ul > li:first-child span {
  border-radius: 2px 0 0 2px;
}

.fsDisplayNavigation ul > li:last-child span,
.fsLegend .fsElementControls ul > li:last-child span {
  border-radius: 0 2px 2px 0;
}

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 5px 10px 0;
  background: #fff;
  color: #c31f4b;
  border-radius: 4px;
  border: solid 1px #d6d0cb;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 16px 20px;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #f7f6f5;
  color: #93272c;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: #d6d0cb;
}

.fsBannerLeft .fsStyleUpdateButton,
.fsBannerRight .fsStyleUpdateButton,
.fsStyleOneThird .fsStyleUpdateButton,
.fsThreeColumnLayout > .fsDiv .fsStyleUpdateButton,
.fsFourColumnLayout > .fsDiv .fsStyleUpdateButton {
  width: 100%;
  margin-right: 0;
  display: block;
}

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

.fsStyleUpdateButton.fsLoginSubmit[type="submit"] {
  border: solid 1px #d6d0cb;
}

/*! _main.scss - src/sass/modules/common/ - main common import */

/*! elements - common v0.0.1 */

/* Contains generic styles that apply to every element */

.fsElement {
  margin-bottom: 40px;
}

@media (min-width: 600px) {
  .fsElement {
    margin-bottom: 60px;
  }
}

@media (min-width: 1100px) {
  .fsElement {
    margin-bottom: 80px;
  }
}

@media (min-width: 600px) {
  .fsBannerLeft .fsElement,
  .fsBannerRight .fsElement,
  .fsStyleOneThird .fsElement,
  .fsThreeColumnLayout > .fsDiv .fsElement,
  .fsFourColumnLayout > .fsDiv .fsElement {
    margin-bottom: 40px;
  }
}

@media (min-width: 1100px) {
  .fsBannerLeft .fsElement,
  .fsBannerRight .fsElement,
  .fsStyleOneThird .fsElement,
  .fsThreeColumnLayout > .fsDiv .fsElement,
  .fsFourColumnLayout > .fsDiv .fsElement {
    margin-bottom: 60px;
  }
}

.fsBannerLeft .fsElement:last-child,
.fsBannerRight .fsElement:last-child,
.fsStyleOneThird .fsElement:last-child,
.fsThreeColumnLayout > .fsDiv .fsElement:last-child,
.fsFourColumnLayout > .fsDiv .fsElement:last-child {
  margin-bottom: 0;
}

.fsElement:last-child {
  margin-bottom: 0;
}

.fsElement > header .fsElementTitle:not(:last-child) {
  margin-bottom: 0;
}

.fsElement > header .fsElementHeaderContent:not(:first-child) {
  margin-bottom: 20px;
}

.fsElementHeaderContent {
  margin-bottom: 15px;
}

.fsElementFooterContent {
  margin-top: 15px;
}

.fsPanel {
  margin-bottom: 0;
}

.fsTitle {
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  font-weight: 500;
  color: #252b33;
  font-size: 19px;
  line-height: 1.21053;
  margin-bottom: 15px;
}

.fsTitle a {
  color: inherit;
  text-decoration: none;
}

.fsTitle a:hover,
.fsTitle a:focus {
  color: #93272c;
}

.fsEventDetails {
  color: #696969;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
}

.fsEventDetails > div:not(:first-child) {
  margin-top: 4px;
}

.fsDateTime,
.fsAuthor,
.fsTimeRange,
.fsLocation,
.fsAllDay {
  color: #696969;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.23077;
}

.fsReadMoreLink {
  color: #c31f4b;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-weight: bold;
  position: relative;
  padding: 0;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  font-size: 16px;
  line-height: 1.125;
  display: inline-block;
}

.fsReadMoreLink:after {
  content: "\E915";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  -webkit-transform: translate(0, -1px);
      -ms-transform: translate(0, -1px);
          transform: translate(0, -1px);
}

.fsReadMoreLink:hover {
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  color: #93272c;
}

.fsReadMoreLink:hover:after {
  -webkit-animation: bounce .4s 2;
          animation: bounce .4s 2;
}

.fsBannerLeft .fsReadMoreLink,
.fsBannerRight .fsReadMoreLink,
.fsStyleOneThird .fsReadMoreLink,
.fsTwoColumnLayout .fsReadMoreLink,
.fsThreeColumnLayout > .fsDiv .fsReadMoreLink,
.fsFourColumnLayout > .fsDiv .fsReadMoreLink {
  display: table;
  font-size: 13px;
  line-height: 2;
  margin-top: 8px;
}

.fsBannerLeft .fsReadMoreLink:after,
.fsBannerRight .fsReadMoreLink:after,
.fsStyleOneThird .fsReadMoreLink:after,
.fsTwoColumnLayout .fsReadMoreLink:after,
.fsThreeColumnLayout > .fsDiv .fsReadMoreLink:after,
.fsFourColumnLayout > .fsDiv .fsReadMoreLink:after {
  margin-left: 0;
  line-height: .7;
}

.fsStyleDefaultField {
  border: solid 1px #d6d0cb;
}

.fsCategories {
  margin: 0 0 10px;
  font-size: 10px;
  line-height: 12px;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-weight: 500;
  text-transform: uppercase;
}

.fsCategories .fsCategory {
  margin: 0 6px 5px 0;
  padding: 5px 8px;
  border-radius: 2px;
  background-color: #b9d1db;
  color: #192857;
  font-size: inherit;
  line-height: inherit;
}

.fsCategories .fsCategory:not(:last-child) {
  border: none;
}

.fsTags {
  margin: 14px 0 10px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
}

.fsTags:first-child {
  margin-top: 0;
}

.fsTags:last-child {
  margin-bottom: 0;
}

.fsTags .fsTag {
  margin: 0 5px 5px 0;
  padding: 8px 7px 9px;
  border-radius: 2px;
  background-color: #f7f6f5;
  border: 1px solid #d6d0cb;
  color: #252b33;
  font-size: inherit;
  line-height: inherit;
}

.fsSharingButtons a {
  background: transparent;
  padding: 0 10px;
  font-size: 20px;
  line-height: 1;
  width: auto;
  margin-right: 0;
  text-decoration: none;
}

.fsSharingButtons a:before {
  color: #c31f4b;
  background: none;
  height: 20px;
  width: auto;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSharingButtons a:hover {
  background: transparent !important;
}

.fsSharingButtons a:hover:before {
  background: transparent;
  color: #93272c;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSharingButtons a.fsSharingFacebook:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsSharingButtons a.fsSharingTwitter:before {
  content: "\E914";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsSharingButtons a.fsSharingGooglePlus:before {
  content: "\E923";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsSharingButtons a.fsSharingLinkedIn:before {
  content: "\E910";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsSharingButtons a.fsSharingPinterest:before {
  content: "\E924";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsSharingButtons a.fsSharingEmail:before {
  content: "\E925";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsSharingButtons a.fsSharingPrint:before {
  content: "\E919";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

/*! elements - common - list subtype v0.0.1 */

/* Contains generic styles that apply to every element with the class '.fsList' and the list subtype selected */

.fsList article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #d6d0cb;
}

.fsList .fsListItems:last-of-type > article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.fsList .fsListItems:last-of-type > .fsMonthContainer:last-child > .fsDayContainer:last-child article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsList .fsListItems:last-of-type > .fsDayContainer:last-child article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsList .fsListItems + button {
  margin-top: 30px;
}

.fsList li.fsListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #d6d0cb;
}

.fsListNav .fsStyleDefaultList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fsListNav .fsStyleDefaultList .fsListItem a {
  display: inline-block;
  padding: 0;
}

.fsListNav .fsStyleDefaultList .fsListItem a:hover,
.fsListNav .fsStyleDefaultList .fsListItem a:focus {
  color: #93272c;
  background: transparent;
}

.fsListNav .fsStyleDefaultList .fsListItem.fsResourceCollection.fsStateExpanded > .fsResourceCollectionLink {
  margin-bottom: 10px;
}

.fsListNav .fsListLevel1 > .fsListItem {
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #d6d0cb;
}

.fsListNav .fsListLevel2 > .fsListItem {
  padding-left: 10px;
}

.fsListNav .fsListLevel3 > .fsListItem {
  padding-left: 20px;
}

.fsListNav .fsListLevel4 > .fsListItem {
  padding-left: 30px;
}

.fsListNav .fsListLevel5 > .fsListItem {
  padding-left: 40px;
}

/*! element - common - slideshow subtype v0.0.1 */

/* Contains generic styles that apply to every element slideshow subtype*/

.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 .fsElementSlideshow[data-arrows*="false"] {
  padding: 0;
  margin-left: -1em;
  margin-right: -1em;
}

.fsSlideshow.fsSlideshowHorizontal article {
  padding-bottom: 0;
}

.fsSlideshow .fsNextButton,
.fsSlideshow .fsPrevButton {
  overflow: hidden;
  width: 45px;
  height: 45px;
}

.fsSlideshow .fsNextButton:before,
.fsSlideshow .fsPrevButton:before {
  color: #696969;
  font-size: 26px;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  line-height: 1;
  width: auto;
  height: auto;
  position: absolute;
  font-family: "IcoMoon";
  font-weight: normal;
}

.fsSlideshow .fsNextButton.fsUpArrow:before,
.fsSlideshow .fsNextButton.fsDownArrow:before,
.fsSlideshow .fsPrevButton.fsUpArrow:before,
.fsSlideshow .fsPrevButton.fsDownArrow:before {
  top: auto;
  bottom: 0;
}

.fsSlideshow .fsNextButton.fsLeftArrow:before,
.fsSlideshow .fsNextButton.fsRightArrow:before,
.fsSlideshow .fsPrevButton.fsLeftArrow:before,
.fsSlideshow .fsPrevButton.fsRightArrow:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          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:hover:before,
.fsSlideshow .fsNextButton:focus:before,
.fsSlideshow .fsPrevButton:hover:before,
.fsSlideshow .fsPrevButton:focus:before {
  color: #252b33;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSlideshow .fsPrevButton:before {
  content: "\E90E";
}

.fsSlideshow .fsNextButton:before {
  content: "\E90A";
}

.fsSlideshow .fsPager {
  margin-bottom: 0;
  margin-top: 20px;
}

.fsSlideshow .fsPager li {
  width: 10px;
  height: 10px;
  position: relative;
  vertical-align: middle;
}

.fsSlideshow .fsPager li button {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #696969;
}

.fsSlideshow .fsPager li button:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #d6d0cb;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
}

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

.fsSlideshow .fsPager li button:focus {
  outline: 1px dashed #d6d0cb;
}

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

/*! elements - common - dialog box v0.0.1 */

/* Contains generic styles that apply to every element that has a pop-up/dialog option */

.fsDialogCloseButton {
  opacity: 1;
}

.fsDialogCloseButton:after,
.fsDialogCloseButton:before {
  background: #696969;
}

.fsDialogCloseButton:focus:after,
.fsDialogCloseButton:focus:before {
  background: #696969;
}

.fsDialogCloseButton:hover:after,
.fsDialogCloseButton:hover:before {
  background: #363636;
}

.fsElementDialog {
  color: #696969;
  max-width: calc(100% - 40px);
  max-height: calc(100vh - 40px);
}

.fsDialogContent {
  padding: 45px 20px 20px;
}

@media (min-width: 600px) {
  .fsDialogContent {
    padding: 50px 30px 30px;
  }
}

.fs_style_26 {
  display: block;
  color: #93272c;
  font-weight: 300;
  line-height: 1.45833;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  margin-bottom: 30px;
  font-size: 18px;
}

@media (min-width: 600px) {
  .fs_style_26 {
    font-size: 21px;
  }
}

@media (min-width: 900px) {
  .fs_style_26 {
    font-size: 24px;
  }
}

blockquote {
  color: #696969;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.41667;
  text-align: center;
  margin: 80px 0;
}

body:not(.fsComposeMode) blockquote:first-child {
  margin-top: 0;
}

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

blockquote .fs_style_38,
blockquote cite {
  margin-top: 20px;
}

blockquote:before {
  content: "\E900";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  text-align: center;
  font-style: normal;
  color: #93272c;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 20px;
}

.blockquote-image {
  text-align: center;
  margin: 80px 0;
}

body:not(.fsComposeMode) .blockquote-image:first-child {
  margin-top: 0;
}

body:not(.fsComposeMode) .blockquote-image:last-child {
  margin-bottom: 0;
}

.blockquote-image > header .fsElementHeaderContent {
  margin-top: 20px;
}

.blockquote-image > header picture {
  display: block;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 0 auto;
  border: 1px solid #D6D0CB;
}

.blockquote-image > header picture img {
  display: block;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.blockquote-image > .fsElementContent {
  color: #696969;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.41667;
}

.blockquote-image > footer .fsElementFooterContent {
  margin-top: 20px;
  color: #252b33;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.25;
  text-transform: uppercase;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  font-weight: 500;
}

.fsBannerLeft blockquote,
.fsBannerRight blockquote,
.fsStyleOneThird blockquote,
.fsThreeColumnLayout > .fsDiv blockquote,
.fsFourColumnLayout > .fsDiv blockquote,
.fsBannerLeft .blockquote-image,
.fsBannerRight .blockquote-image,
.fsStyleOneThird .blockquote-image,
.fsThreeColumnLayout > .fsDiv .blockquote-image,
.fsFourColumnLayout > .fsDiv .blockquote-image {
  margin: 60px 0;
}

body:not(.fsComposeMode) .fsBannerLeft blockquote:first-child,
body:not(.fsComposeMode) .fsBannerRight blockquote:first-child,
body:not(.fsComposeMode) .fsStyleOneThird blockquote:first-child,
body:not(.fsComposeMode) .fsThreeColumnLayout > .fsDiv blockquote:first-child,
body:not(.fsComposeMode) .fsFourColumnLayout > .fsDiv blockquote:first-child,
body:not(.fsComposeMode) .fsBannerLeft .blockquote-image:first-child,
body:not(.fsComposeMode) .fsBannerRight .blockquote-image:first-child,
body:not(.fsComposeMode) .fsStyleOneThird .blockquote-image:first-child,
body:not(.fsComposeMode) .fsThreeColumnLayout > .fsDiv .blockquote-image:first-child,
body:not(.fsComposeMode) .fsFourColumnLayout > .fsDiv .blockquote-image:first-child {
  margin-top: 0;
}

body:not(.fsComposeMode) .fsBannerLeft blockquote:last-child,
body:not(.fsComposeMode) .fsBannerRight blockquote:last-child,
body:not(.fsComposeMode) .fsStyleOneThird blockquote:last-child,
body:not(.fsComposeMode) .fsThreeColumnLayout > .fsDiv blockquote:last-child,
body:not(.fsComposeMode) .fsFourColumnLayout > .fsDiv blockquote:last-child,
body:not(.fsComposeMode) .fsBannerLeft .blockquote-image:last-child,
body:not(.fsComposeMode) .fsBannerRight .blockquote-image:last-child,
body:not(.fsComposeMode) .fsStyleOneThird .blockquote-image:last-child,
body:not(.fsComposeMode) .fsThreeColumnLayout > .fsDiv .blockquote-image:last-child,
body:not(.fsComposeMode) .fsFourColumnLayout > .fsDiv .blockquote-image:last-child {
  margin-bottom: 0;
}

.fsBannerLeft blockquote,
.fsBannerRight blockquote,
.fsStyleOneThird blockquote,
.fsThreeColumnLayout > .fsDiv blockquote,
.fsFourColumnLayout > .fsDiv blockquote,
.fsBannerLeft .blockquote-image > .fsElementContent,
.fsBannerRight .blockquote-image > .fsElementContent,
.fsStyleOneThird .blockquote-image > .fsElementContent,
.fsThreeColumnLayout > .fsDiv .blockquote-image > .fsElementContent,
.fsFourColumnLayout > .fsDiv .blockquote-image > .fsElementContent {
  font-size: 16px;
  line-height: 1.4375;
}

.fs_style_38,
cite {
  display: block;
  color: #252b33;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.25;
  text-transform: uppercase;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  font-weight: 500;
  font-style: normal;
}

.fs_style_27 {
  display: block;
  color: #0151a1;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 24px;
  line-height: 1.45833;
  padding-left: 16px;
  border-left: solid 4px #d6d0cb;
  font-weight: 300;
  margin: 80px 0;
}

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

body:not(.fsComposeMode) p:first-child .fs_style_27 {
  margin-top: 0;
}

.fs_style_37 {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #252b33;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-weight: 300;
}

.fs_style_37:not(:first-child) {
  margin-top: 15px;
}

/*! _main.scss - src/sass/navigation/ - main import */

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

.fsNavigation li.fsNavCurrentPage > a,
.fsNavigation li.fsNavCurrentPageAncestor > a {
  color: #93272c;
  background: transparent;
}

.fsNavigation a {
  display: inline-block;
  padding: 10px 0;
  color: #c31f4b;
  background: transparent;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.22222;
}

.fsNavigation a:hover,
.fsNavigation a:focus {
  color: #93272c;
  background: transparent;
}

.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 > .fsElementContent a {
  text-decoration: none;
}

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

.fsBreadcrumb ul li a {
  display: inline-block;
  padding: 0;
}

.fsBreadcrumb nav {
  color: #252b33;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 10px;
  font-weight: 500;
  line-height: 13px;
  text-transform: uppercase;
}

.fsBreadcrumb nav a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #696969;
}

.fsNavBreadcrumbSeperator {
  display: inline-block;
  color: transparent;
  position: relative;
  width: 5px;
  margin: 0 5px;
}

.fsNavBreadcrumbSeperator:after {
  content: "\E915";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #ada198;
  line-height: 12px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  top: 0;
  font-size: 15px;
}

.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 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-column-rule: 0;
       -moz-column-rule: 0;
            column-rule: 0;
    min-height: initial;
  }

  .nav-site-map ul.fsNavLevel1 li {
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            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-sub {
  background-color: #192857;
  border-radius: 4px;
  color: #fff;
  padding: 10px 30px 30px;
  display: none;
}

.nav-sub h1,
.nav-sub h2,
.nav-sub h3,
.nav-sub h4,
.nav-sub h5,
.nav-sub h6 {
  color: #fff;
}

.nav-sub > header .fsElementTitle {
  margin-bottom: 0;
  margin-top: 20px;
}

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

.nav-sub.active-nav > .fsElementContent {
  max-height: 9999px;
  visibility: visible;
  opacity: 1;
}

.fsHeader .nav-sub {
  display: none;
}

.fsPageBody > .nav-sub {
  display: block;
}

@media (min-width: 800px) {
  .fsPageBody > .nav-sub {
    display: none;
  }
}

.nav-sub.nav-sub-empty {
  display: none !important;
}

.nav-sub.alt .fsNavLevel1 > li {
  display: block;
}

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

.nav-sub ul li a {
  display: table;
  padding: 5px 0;
  color: #fff;
  background: #192857;
}

.nav-sub ul li a:hover,
.nav-sub ul li a:focus {
  color: #fdb714;
  background: #192857;
}

.nav-sub ul li.fsNavCurrentPage > a {
  color: #fdb714;
  background: #192857;
}

.nav-sub ul li.fsNavCurrentPage > a:hover,
.nav-sub ul li.fsNavCurrentPage > a:focus {
  color: #fdb714;
  background: #192857;
}

.nav-sub ul li.fsNavCurrentPageAncestor {
  background: #192857;
}

.nav-sub ul li.fsNavCurrentPageAncestor > a {
  color: #fff;
  background: #192857;
}

.nav-sub ul li.fsNavCurrentPageAncestor > a:hover,
.nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
  color: #fdb714;
  background: #192857;
}

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

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

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

.nav-sub .fsNavLevel1 > li[class*="fsNavCurrentPage"] {
  display: block;
}

.nav-sub .fsNavLevel1 > li > a {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  padding: 20px 0;
  position: relative;
  display: block;
}

@media (min-width: 800px) {
  .nav-sub .fsNavLevel1 > li > a {
    font-size: 20px;
  }
}

@media (min-width: 1100px) {
  .nav-sub .fsNavLevel1 > li > a {
    font-size: 22px;
  }
}

.nav-sub .fsNavLevel1 > li > a:before {
  content: '';
  position: absolute;
  width: calc(100% + 60px);
  left: -30px;
  bottom: 0;
  height: 2px;
  background-color: #fff;
  opacity: .2;
}

.nav-sub .fsNavLevel1 > li > a:after {
  content: "\E90A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #faf39d;
  font-size: 26px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 6px;
}

.nav-sub .fsNavLevel2 > li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

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

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

.nav-sub .fsNavLevel2 > li > .fsNavPageInfo {
  padding-bottom: 10px;
  display: none;
}

.nav-sub .fsNavLevel2 > li[class*="fsNavCurrentPage"] > .fsNavPageInfo {
  display: block;
}

.nav-sub .fsNavLevel3 > li > a {
  padding-left: 10px;
  font-weight: 500;
}

.nav-sub .fsNavLevel3 > li a {
  font-size: 13px;
  line-height: 15px;
}

.nav-sub .fsNavLevel4 > li > a {
  padding-left: 20px;
}

.nav-sub .fsNavLevel5 > li > a {
  padding-left: 30px;
}

.nav-sub .has-expander {
  position: relative;
}

.nav-sub .has-expander > a {
  padding-right: 44px;
}

.nav-sub .expander {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 25px;
  font-size: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.nav-sub .expander:before {
  content: "\E907";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 16px;
  line-height: 10px;
  color: #faf39d;
  position: absolute;
  right: 7px;
  top: 7px;
}

.nav-sub .expanded > a > .expander:before {
  content: "\E906";
}

.nav-sub .fsNavLevel3,
.nav-sub .fsNavLevel4,
.nav-sub .fsNavLevel5 {
  display: none;
}

.nav-sub .fsNavLevel1 > li > a .expander,
.nav-sub .fsNavLevel2 > li > a .expander {
  display: none;
}

.nav-sub .fsNavLevel1 > li:not(.expanded) > a,
.nav-sub .fsNavLevel2 > li:not(.expanded) > a {
  display: block;
}

.mobile-nav-sub {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 30px;
}

.mobile-nav-sub .fsNavLevel1 {
  padding: 0;
}

.mobile-nav-sub .fsNavLevel1 > li > a {
  font-size: 20px;
  line-height: 24px;
  padding-right: 40px;
}

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

.mobile-nav-sub .fsNavLevel1 > li > a > .expander {
  display: block;
  height: 64px;
  width: 60px;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}

.mobile-nav-sub .fsNavLevel1 > li > a > .expander:before {
  content: "\E905";
  line-height: 12px;
  font-size: 12px;
  top: 26px;
  right: 20px;
}

.mobile-nav-sub .fsNavLevel1 > li > .fsNavPageInfo {
  display: none;
}

.mobile-nav-sub .fsNavLevel1 > li.expanded > a .expander:before {
  content: "\E90F";
  line-height: 14px;
  font-size: 24px;
  width: 20px;
}

.mobile-nav-sub .fsNavLevel1 > li.expanded > .fsNavPageInfo {
  display: block;
  padding-bottom: 15px;
  padding-top: 5px;
}

.nav-main {
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .nav-main {
    width: 50%;
    -webkit-box-shadow: 2px 0 0 0 #0151a1;
            box-shadow: 2px 0 0 0 #0151a1;
    min-height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100vh - 332px);
  }
}

.nav-main.desktop {
  display: none;
}

@media (min-width: 800px) {
  .nav-main.desktop {
    display: block;
  }
}

@media (min-width: 800px) {
  .nav-main.mobile {
    display: none;
  }
}

.nav-main > .fsElementContent {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.nav-main .expander {
  display: none;
}

.nav-main .fsNavLevel1 > li:hover > a {
  color: #fdb714;
  background: none;
}

.nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
  color: #fdb714;
  background: none;
}

.nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
  color: #fff;
}

.nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor > a:after {
  opacity: 1;
  visibility: visible;
}

.nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor > a:hover {
  color: #fdb714;
}

.nav-main .fsNavLevel1 > li.veteran {
  display: none;
}

.nav-main .fsNavLevel1 > li > a {
  display: block;
  color: #fff;
  background: none;
  padding: 10px 20px 10px 0;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}

@media (min-width: 800px) {
  .nav-main .fsNavLevel1 > li > a {
    position: relative;
  }
}

.nav-main .fsNavLevel1 > li > a:after {
  content: "\E90A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  color: #faf39d;
  margin-left: 12px;
  font-size: 24px;
  line-height: 1;
  vertical-align: middle;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.nav-main .fsNavLevel1 > li > a:focus {
  color: #fdb714;
  background: none;
}

@media (min-width: 800px) {
  .nav-main .fsNavLevel1 > li:first-child > a {
    padding-top: 0;
  }
}

@media (min-width: 800px) {
  .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    height: 100vh;
    position: absolute;
    max-height: 0;
    overflow: hidden;
    background: transparent;
    text-align: left;
    left: 100%;
    top: 0;
    width: 100%;
  }
}

.nav-main .fsNavLevel1 > li:hover > a:after,
.nav-main .fsNavLevel1 > li:focus > a:after,
.nav-main .fsNavLevel1 > li.menu-item-open > a:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (min-width: 800px) {
  .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo,
  .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo,
  .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
    overflow-y: auto;
    max-height: calc(100vh - 250px);
    min-height: 320px;
  }
}

@media (min-width: 800px) {
  .nav-main .fsNavLevel2 {
    display: block !important;
  }
}

@media (min-width: 800px) {
  .nav-main .fsNavLevel2 .fsNavPageInfo {
    display: none !important;
  }
}

.nav-main {
  position: relative;
}

.nav-main .fsNavLevel2 li a {
  display: block;
  color: #fff;
  background: none;
  padding: 12px 0px 12px 40px;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.nav-main .fsNavLevel2 li a:hover,
.nav-main .fsNavLevel2 li a:focus {
  color: #fdb714;
  background: none;
}

.nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
  color: #fdb714;
  background: none;
}

@media (min-width: 800px) {
  .nav-main .fsNavLevel2 li:first-child > a {
    padding-top: 0;
  }
}

@media (max-width: 799px) {
  .nav-main .has-expander {
    position: relative;
  }

  .nav-main .has-expander > a {
    padding-right: 44px;
  }

  .nav-main .expander {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 25px;
    font-size: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
  }

  .nav-main .expander:before {
    content: "\E907";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 16px;
    line-height: 10px;
    color: #faf39d;
    position: absolute;
    right: 7px;
    top: 7px;
  }

  .nav-main .expanded > a > .expander:before {
    content: "\E906";
  }

  .nav-main .fsNavLevel2,
  .nav-main .fsNavLevel3,
  .nav-main .fsNavLevel4,
  .nav-main .fsNavLevel5 {
    display: none;
    padding-bottom: 10px;
  }

  .nav-main .fsNavLevel1 > li {
    -webkit-box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.2);
            box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.2);
  }

  .nav-main .fsNavLevel1 > li > a {
    font-size: 20px;
    line-height: 24px;
    padding: 15px 55px 15px 5px;
  }

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

  .nav-main .fsNavLevel1 > li > a .expander {
    width: 54px;
    height: 54px;
    right: -20px;
  }

  .nav-main .fsNavLevel1 > li > a .expander:before {
    line-height: 54px;
    top: 0;
    font-size: 24px;
    right: 15px;
  }

  .nav-main .fsNavLevel2 > li {
    -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.1);
            box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.1);
  }

  .nav-main .fsNavLevel2 > li:first-child {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .nav-main .fsNavLevel2 > li a {
    padding: 10px 55px 10px 8px;
  }

  .nav-main .fsNavLevel2 > li .expander {
    width: 55px;
    height: 42px;
    right: -20px;
  }

  .nav-main .fsNavLevel2 > li .expander:before {
    line-height: 42px;
    top: 0;
    font-size: 22px;
    right: 18px;
  }

  .nav-main .fsNavLevel3 > li a {
    font-size: 16px;
  }

  .nav-main .fsNavLevel3 > li > a {
    padding-left: 15px;
  }

  .nav-main .fsNavLevel4 > li > a {
    padding-left: 25px;
  }

  .nav-main .fsNavLevel5 > li > a {
    padding-left: 35px;
  }
}

.header-menu-button,
.header-search-close {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.header-menu-button button,
.header-search-close button {
  background-color: #fff;
  color: #93272c;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  position: relative;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 4.7vw;
  letter-spacing: 0.4px;
  padding: 0;
  width: 34.4vw;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 340px) {
  .header-menu-button button,
  .header-search-close button {
    width: 117px;
    padding: 0 20px;
    font-size: 16px;
  }
}

@media (min-width: 1100px) {
  .header-menu-button button,
  .header-search-close button {
    font-size: 20px;
    letter-spacing: 0.5px;
    width: 140px;
    height: 78px;
  }
}

.header-menu-button button:after,
.header-search-close button:after {
  content: "\E905";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #c31f4b;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 3.5vw;
  margin-left: 2.35vw;
}

@media (min-width: 340px) {
  .header-menu-button button:after,
  .header-search-close button:after {
    font-size: 12px;
    margin-left: 8px;
  }
}

@media (min-width: 1100px) {
  .header-menu-button button:after,
  .header-search-close button:after {
    font-size: 16px;
    margin-left: 12px;
    margin-top: -1px;
  }
}

.header-menu-button button:hover,
.header-menu-button button:focus,
.header-search-close button:hover,
.header-search-close button:focus {
  color: #6c3a5d;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-menu-button button:hover:after,
.header-menu-button button:focus:after,
.header-search-close button:hover:after,
.header-search-close button:focus:after {
  -webkit-transition: .3s;
  transition: .3s;
  color: #93272c;
}

#fsMenu:before {
  content: '';
  position: fixed;
  width: 0;
  height: 100%;
  left: auto;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 499;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 799px) {
  #fsMenu:before {
    display: none;
  }
}

.drawer-is-active #fsMenu:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  top: 0;
  min-height: 100%;
  background-color: #192857;
  color: #fff;
  max-width: 100%;
}

body.fsComposeMode .fsMenu {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (min-width: 800px) {
  .fsMenu {
    position: fixed;
    max-width: 720px;
    background: rgba(25, 40, 87, 0.92);
    overflow: hidden;
  }
}

.drawer-is-active .fsMenu {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fsAccountBarVisible.drawer-is-active .fsMenu {
  top: 45px;
  min-height: calc(100% - 45px);
}

.fsMenu .fsElement > header {
  display: none;
}

.fsMenu .header-menu-button {
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .fsMenu .header-menu-button {
    right: 20px;
  }
}

@media (min-width: 1100px) {
  .fsMenu .header-menu-button {
    left: 530px;
  }
}

.fsMenu .header-menu-button button:after {
  content: "\E90F";
  font-size: 26px;
  line-height: 16px;
  width: 20px;
}

@media (min-width: 1100px) {
  .fsMenu .header-menu-button button:after {
    margin-left: 5px;
  }
}

@media (max-width: 799px) {
  .fsMenu .nav-social .fsNavLevel1 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 20px;
  }
}

.fsMenu .nav-utility-mobile a {
  color: #d6d0cb;
}

@media (min-width: 800px) {
  .fsMenu .nav-utility-mobile {
    display: none;
  }
}

.fsMenu .nav-utility-mobile .header-login {
  display: none;
}

.main-menu-container {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 800px) {
  .main-menu-container {
    opacity: 0;
    position: relative;
    right: -100px;
  }
}

@media (min-width: 800px) {
  .drawer-is-active .main-menu-container {
    opacity: 1;
    right: 0;
    -webkit-transition: .5s;
    transition: .5s;
  }
}

.main-menu-container > .fsElementContent {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-y: auto;
  height: 100vh;
  position: relative;
  padding: 60px 20px 50px;
}

@media (min-width: 800px) {
  .main-menu-container > .fsElementContent {
    padding: 120px 50px 50px 100px;
  }
}

.main-menu-container > .fsElementContent > .fsElement:not(.header-menu-button) {
  display: none;
}

.drawer-is-active .main-menu-container > .fsElementContent > .fsElement:not(.header-menu-button) {
  display: block;
}

.nav-main-container {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 800px) {
  .nav-main-container {
    margin-bottom: 30px;
  }
}

@media (min-width: 800px) {
  .nav-main-container > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.nav-main-container .contact-menu {
  padding-left: 40px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.nav-utility-mobile {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}

.nav-utility-mobile a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: 15px 5px;
  display: block;
}

.nav-utility-mobile .fsNavLevel1 > li {
  -webkit-box-shadow: 0 -2px 0 0 rgba(255, 255, 255, 0.2);
          box-shadow: 0 -2px 0 0 rgba(255, 255, 255, 0.2);
}

.nav-utility-mobile .fsNavLevel1 > li:first-child {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-menu {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1875;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.contact-menu .campus.one {
  margin-bottom: 40px;
}

.contact-menu strong {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.38px;
  line-height: 18px;
  text-transform: uppercase;
  color: #faf39d;
}

.contact-menu strong em {
  color: #fff;
  font-style: normal;
}

.fsNavPageInfo-open .contact-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0s;
  transition: 0s;
}

.fsMenu .contact-menu {
  display: none;
}

@media (min-width: 800px) {
  .fsMenu .contact-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.menu-cta {
  margin-bottom: 0;
}

.nav-social .fsNavLevel1 {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.nav-social .fsNavLevel1,
.nav-social .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-social .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}

.nav-social .fsNavLevel1 li {
  display: inline-block;
}

.nav-social .fsNavLevel1 li:not(:last-child) {
  margin-right: 10px;
}

.nav-social .fsNavLevel1 [href*='facebook']:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='instagram']:before {
  content: "\E913";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='linkedin']:before {
  content: "\E910";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='pinterest']:before {
  content: "\E924";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='tumblr']:before {
  content: "\E922";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='twitter']:before {
  content: "\E914";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='vimeo']:before {
  content: "\E921";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='vine']:before {
  content: "\E920";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='youtube']:before {
  content: "\E911";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='googleplus']:before {
  content: "\E923";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='wechat']:before {
  content: "\E91F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='flickr']:before {
  content: "\E91E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='wordpress']:before {
  content: "\E91D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='rss']:before {
  content: "\E91C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 a {
  display: block;
  color: transparent;
  text-decoration: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  border: none;
  background: #0151a1;
  height: 44px;
  width: 44px;
  border-radius: 100%;
}

.nav-social .fsNavLevel1 a:before {
  color: #fff;
  font-size: 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.nav-social .fsNavLevel1 a:hover,
.nav-social .fsNavLevel1 a:focus {
  color: transparent;
  background: rgba(1, 81, 161, 0.7);
}

.nav-social .fsNavLevel1 [href*='plus.google.com']:before {
  content: "\E923";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='plus.google.com']:hover,
.nav-social .fsNavLevel1 [href*='plus.google.com']:focus {
  background: #db4f46;
  border-color: #db4f46;
}

.nav-social .fsNavLevel1 [href*='plus.google.com']:hover:before,
.nav-social .fsNavLevel1 [href*='plus.google.com']:focus:before {
  color: #fff;
}

.nav-utility-header {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 5px;
}

@media (min-width: 800px) {
  .nav-utility-header {
    margin-right: 10px;
  }
}

@media (min-width: 1200px) {
  .nav-utility-header {
    margin-right: 30px;
  }
}

.nav-utility-header a {
  color: #fff;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-weight: 500;
  line-height: 20px;
  display: block;
  width: 100%;
  padding: 0;
  font-size: 4.7vw;
}

@media (min-width: 340px) {
  .nav-utility-header a {
    font-size: 16px;
  }
}

@media (min-width: 600px) {
  .nav-utility-header a {
    font-size: 14px;
  }
}

@media (min-width: 800px) {
  .nav-utility-header a {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .nav-utility-header a {
    font-size: 16px;
  }
}

.nav-utility-header a:hover,
.nav-utility-header a:focus {
  color: #b9d1db;
}

.nav-utility-header .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

@media (min-width: 800px) {
  .nav-utility-header .fsNavLevel1 > li {
    margin-left: 15px;
  }
}

@media (min-width: 1000px) {
  .nav-utility-header .fsNavLevel1 > li {
    display: block;
  }
}

@media (min-width: 1200px) {
  .nav-utility-header .fsNavLevel1 > li {
    margin-left: 20px;
  }
}

@media (min-width: 1000px) {
  .nav-utility-header .fsNavLevel1 > li:not(:first-child) {
    border-left: solid 2px rgba(255, 255, 255, 0.2);
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .nav-utility-header .fsNavLevel1 > li:not(:first-child) {
    padding-left: 20px;
  }
}

.nav-utility-header .fsNavLevel1 > li.header-login {
  display: block;
}

.nav-utility-header .fsNavLevel1 > li.home-link {
  display: none;
}

.nav-utility-header li.fsNavCurrentPage > a,
.nav-utility-header .fsNavigation li.fsNavCurrentPageAncestor > a {
  color: #b9d1db;
}

.fsNavigation .fsNavLevel1 > li.home-link > a:before {
  content: "\E91B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  line-height: 20px;
  display: inline-block;
  font-size: 17px;
  margin-right: 6px;
  vertical-align: bottom;
  opacity: .5;
}

@media (min-width: 800px) {
  .fsNavigation .fsNavLevel1 > li.home-link > a:before {
    font-size: 19px;
    vertical-align: text-bottom;
  }
}

.fsNavigation .fsNavLevel1 > li.home-link > a:hover,
.fsNavigation .fsNavLevel1 > li.home-link > a:focus {
  color: #faf39d;
}

.fsNavigation.nav-utility-mobile .fsNavLevel1 > li.home-link > a:before {
  font-size: 19px;
  vertical-align: text-bottom;
}

body:not(.veteran-page) .nav-utility-mobile .fsNavLevel1 > li.home-link {
  display: none;
}

.nav-utility-footer {
  position: relative;
  padding: 5px 0px 0;
  width: 50%;
}

@media (min-width: 650px) {
  .nav-utility-footer {
    width: auto;
    margin: 20px 0;
  }
}

.nav-utility-footer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 50px;
  opacity: 0.2;
  background-color: #FFFFFF;
}

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

.nav-utility-footer a {
  color: #fff;
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-weight: 500;
  padding: 5px 0;
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 400px) {
  .nav-utility-footer a {
    font-size: 16px;
  }
}

.nav-utility-footer a:hover,
.nav-utility-footer a:focus {
  color: #b9d1db;
}

@media (max-width: 649px) {
  .nav-utility-footer.two {
    margin-left: 20px;
    width: calc(50% - 20px);
  }
}

/*! structure - header v0.0.1 */

.fsHeader {
  position: relative;
  padding: 0 0 0 20px;
}

@media (min-width: 600px) {
  .fsHeader {
    padding: 0 35px 0;
  }
}

@media (min-width: 800px) {
  .fsHeader {
    padding: 0 20px 0;
  }
}

@media (min-width: 1100px) {
  .fsHeader {
    padding: 0 50px 0;
  }
}

.fsHeader:before {
  content: '';
  background-image: url(images/main-bg-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  height: 360px;
}

.fsHeader:after {
  content: '';
  background-color: #0151a1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  height: 360px;
  opacity: .9;
}

.fsHeader > .fsBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  width: 1340px;
  margin: 0 auto;
  padding-bottom: 40px;
}

@media (min-width: 600px) {
  .fsHeader > .fsBanner {
    padding-bottom: 46px;
  }
}

@media (min-width: 800px) {
  .fsHeader > .fsBanner {
    padding-bottom: 45px;
  }
}

@media (min-width: 1100px) {
  .fsHeader > .fsBanner {
    padding-bottom: 42px;
  }
}

.fsHeader > .fsBanner:after {
  display: none;
}

body.fsDraftMode:not(.fsComposeMode) .fsHeader > .fsBanner .fsElementActionButtonContainer {
  width: 0;
}

.fsHeader .fsElement {
  margin-bottom: 0;
}

.fsHeader a {
  text-decoration: none;
}

.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;
  -webkit-transition: -webkit-transform .1s ease-in;
  transition: -webkit-transform .1s ease-in;
  transition: transform .1s ease-in;
  transition: transform .1s ease-in, -webkit-transform .1s ease-in;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 9000;
}

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

.header-logo {
  white-space: nowrap;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

@media (min-width: 600px) {
  .header-logo {
    -webkit-transform: translateY(28px);
        -ms-transform: translateY(28px);
            transform: translateY(28px);
  }
}

@media (min-width: 800px) {
  .header-logo {
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }
}

@media (min-width: 1100px) {
  .header-logo {
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
  }
}

.header-logo > header {
  display: none;
}

.header-logo a {
  display: block;
  position: relative;
  color: transparent;
  overflow: hidden;
  width: 17.647vw;
  height: 17.647vw;
  -webkit-transition: 0s;
  transition: 0s;
}

@media (min-width: 340px) {
  .header-logo a {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 600px) {
  .header-logo a {
    color: #fff;
    font-family: "Gotham SSm A", "Gotham SSm B", Arial;
    font-weight: 500;
    letter-spacing: 0.92px;
    text-transform: uppercase;
    overflow: visible;
    width: auto;
    height: auto;
    font-size: 15px;
    line-height: 44px;
    padding: 0 0 0 60px;
    -webkit-transition: font-size .3s;
    transition: font-size .3s;
  }
}

@media (min-width: 700px) {
  .header-logo a {
    font-size: 2.75vw;
  }
}

@media (min-width: 800px) {
  .header-logo a {
    padding: 0 0 0 80px;
    font-size: 22px;
    line-height: 60px;
  }
}

@media (min-width: 1000px) {
  .header-logo a {
    font-size: 20px;
  }
}

@media (min-width: 1100px) {
  .header-logo a {
    font-size: 22px;
  }
}

.header-logo a:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  line-height: 1;
  font-size: 17.647vw;
}

@media (min-width: 340px) {
  .header-logo a:before {
    font-size: 60px;
  }
}

@media (min-width: 600px) {
  .header-logo a:before {
    content: "\E901";
    font-size: 44px;
  }
}

@media (min-width: 800px) {
  .header-logo a:before {
    font-size: 60px;
  }
}

.header-logo a:hover,
.header-logo a:focus {
  color: transparent;
}

@media (min-width: 600px) {
  .header-logo a:hover,
  .header-logo a:focus {
    color: #fff;
  }
}

.nav-utility-header > header,
.header-search-button > header,
.header-menu-button > header {
  display: none;
}

.header-search-container {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0s ease-out .3s, -webkit-transform .3s;
  transition: max-height 0s ease-out .3s, -webkit-transform .3s;
  transition: transform .3s, max-height 0s ease-out .3s;
  transition: transform .3s, max-height 0s ease-out .3s, -webkit-transform .3s;
  background-size: cover;
  background-position: center top;
}

.search-active .header-search-container {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  max-height: 100%;
}

.search-active .header-search-container > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fsAccountBarVisible.search-active .header-search-container {
  top: 45px;
  height: calc(100% - 45px);
}

.header-search-container > header,
.header-search-container > footer {
  display: none;
}

.header-search-container > .fsElementContent {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(25, 40, 87, 0.92);
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  padding: 84px 20px 20px;
  display: none;
}

@media (min-width: 600px) {
  .header-search-container > .fsElementContent {
    padding: 84px 35px 35px;
  }
}

@media (min-width: 800px) {
  .header-search-container > .fsElementContent {
    padding: 84px 20px 35px;
  }
}

@media (min-width: 1100px) {
  .header-search-container > .fsElementContent {
    padding: 128px 50px 50px;
  }
}

.header-search-container .header-search-close {
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .header-search-container .header-search-close {
    right: 35px;
  }
}

@media (min-width: 800px) {
  .header-search-container .header-search-close {
    right: 20px;
  }
}

@media (min-width: 1100px) {
  .header-search-container .header-search-close {
    right: 50px;
  }
}

.header-search-container .header-search-close > header {
  display: none;
}

.header-search-container .header-search-close button:after {
  content: "\E90F";
  font-size: 26px;
  line-height: 16px;
  width: 20px;
}

@media (min-width: 1100px) {
  .header-search-container .header-search-close button:after {
    margin-left: 5px;
  }
}

.search-navigation {
  text-align: center;
  color: #fff;
}

.search-navigation a {
  color: inherit;
}

.search-navigation > header .fsElementTitle {
  color: inherit;
  margin-bottom: 30px;
}

@media (max-width: 339px) {
  .search-navigation > header .fsElementTitle {
    font-size: 5.625vw;
  }
}

.search-navigation .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -10px;
}

.search-navigation .fsNavLevel1 > li {
  padding: 0 10px;
  max-width: 226px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 50%;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .search-navigation .fsNavLevel1 > li {
    width: 33.3333%;
    max-width: 276px;
  }
}

@media (min-width: 1100px) {
  .search-navigation .fsNavLevel1 > li {
    width: 16.6666%;
    max-width: 226px;
  }
}

.search-navigation .fsNavLevel1 > li a {
  color: #fff;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 0;
}

.search-navigation .fsNavLevel1 > li a:hover,
.search-navigation .fsNavLevel1 > li a:focus {
  color: #fdb714;
}

@media (min-width: 600px) {
  .search-navigation .fsNavLevel1 > li a {
    font-size: 16px;
    line-height: 24px;
    padding: 15px 0;
  }
}

.search-navigation .fsNavLevel1 .fsNavPageInfo {
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  background-position: center;
  background-size: cover;
  position: relative;
}

.search-navigation .fsNavLevel1 .fsNavPageThumbnail {
  display: block;
  height: 0;
  padding-bottom: 100%;
  width: 100%;
}

.search-navigation .fsNavLevel1 .fsNavPageThumbnail img {
  display: block;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.fsFooter {
  position: relative;
  color: #fff;
  min-height: 373px;
  padding: 20px 20px 60px;
}

@media (min-width: 340px) {
  .fsFooter {
    padding: 20px 30px 60px;
  }
}

@media (min-width: 600px) {
  .fsFooter {
    padding: 20px 35px 60px;
  }
}

@media (min-width: 650px) {
  .fsFooter {
    padding: 50px 35px 50px;
  }
}

@media (min-width: 800px) {
  .fsFooter {
    padding: 50px 20px;
  }
}

@media (min-width: 1100px) {
  .fsFooter {
    padding: 50px;
  }
}

.fsFooter:before {
  content: '';
  background-image: url(images/main-bg-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  height: 100%;
}

.fsFooter:after {
  content: '';
  background-color: #0151a1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  height: 100%;
  opacity: .9;
}

.fsFooter a {
  color: #fff;
}

.fsFooter a:hover,
.fsFooter a:focus {
  color: #b9d1db;
}

.fsFooter > .fsBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  width: 1340px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 800px) {
  .fsFooter > .fsBanner {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (min-width: 1000px) {
  .fsFooter > .fsBanner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.fsFooter > .fsBanner:after {
  display: none;
}

.fsFooter .fsElement {
  margin-bottom: 0;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.fsFooter .fsElement > header {
  display: none;
}

.fsFooter .contact-menu {
  display: block;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 12px;
  line-height: 1.21429;
  width: 235px;
  margin: 40px 0 50px;
  max-width: calc(100% - 60px);
}

@media (min-width: 320px) {
  .fsFooter .contact-menu {
    font-size: 14px;
    margin-bottom: 64px;
  }
}

@media (min-width: 400px) {
  .fsFooter .contact-menu {
    max-width: 100%;
  }
}

@media (min-width: 650px) {
  .fsFooter .contact-menu {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin: 20px 0 0;
  }
}

@media (min-width: 1000px) {
  .fsFooter .contact-menu {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .fsFooter .contact-menu {
    width: 235px;
    font-size: 16px;
    line-height: 19px;
    line-height: 1.35;
  }
}

@media (min-width: 1400px) {
  .fsFooter .contact-menu {
    width: auto;
  }
}

.fsFooter .contact-menu > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsFooter .contact-menu p {
  margin-bottom: 10px;
}

@media (min-width: 320px) {
  .fsFooter .contact-menu p {
    margin-bottom: 20px;
  }
}

.fsFooter .contact-menu strong {
  font-size: 14px;
  line-height: 1.125;
}

@media (min-width: 320px) {
  .fsFooter .contact-menu strong {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .fsFooter .contact-menu strong {
    font-size: 15px;
  }
}

.fsFooter .contact-menu .campus {
  margin: 0;
  width: 100%;
}

@media (min-width: 1000px) {
  .fsFooter .contact-menu .campus {
    width: auto;
    margin: 0 20px;
  }
}

@media (min-width: 1200px) {
  .fsFooter .contact-menu .campus {
    width: 100%;
    margin: 0;
  }
}

@media (min-width: 1400px) {
  .fsFooter .contact-menu .campus {
    width: auto;
    margin: 0 20px;
  }
}

.fsFooter .contact-menu .campus.one {
  margin-bottom: 44px;
}

.fsFooter .nav-social {
  margin-bottom: 20px;
}

.fsFooter .nav-social .fsNavLevel1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fsFooter .nav-social .fsNavLevel1 li:not(:last-child) {
  margin: 0;
}

.fsFooter .nav-social .fsNavLevel1 a {
  background-color: #192857;
}

.fsFooter .nav-social .fsNavLevel1 a:hover,
.fsFooter .nav-social .fsNavLevel1 a:focus {
  background-color: rgba(25, 40, 87, 0.7);
}

.fsFooter .nav-utility-wrapper {
  margin-top: 35px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .fsFooter .nav-utility-wrapper {
    width: 260px;
    margin-top: 20px;
  }
}

.fsFooter .nav-utility-wrapper > .fsElementContent {
  width: 270px;
}

@media (min-width: 1200px) {
  .fsFooter .nav-utility-wrapper > .fsElementContent {
    width: 100%;
  }
}

.fsFooter .nav-utility-pages {
  line-height: 1.3em;
}

.fsFooter .nav-utility-pages .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsFooter .nav-utility-pages .fsNavLevel1 > li:not(:last-child) {
  margin-right: 20px;
}

.fsFooter .nav-utility-pages .fsNavLevel1 a {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 10px;
  font-weight: 500;
  line-height: 13px;
  text-transform: uppercase;
  padding: 0;
  display: block;
}

.footer-logo {
  margin-right: -10px;
}

@media (min-width: 500px) {
  .footer-logo {
    margin-right: 0;
  }
}

.footer-logo a {
  display: block;
  position: relative;
  color: transparent;
  overflow: hidden;
  -webkit-transition: 0s;
  transition: 0s;
  height: 70px;
  width: 70px;
}

@media (min-width: 400px) {
  .footer-logo a {
    height: 24.6vw;
    width: 24.6vw;
  }
}

@media (min-width: 650px) {
  .footer-logo a {
    height: 11.1111vw;
    width: 11.1111vw;
  }
}

@media (min-width: 800px) {
  .footer-logo a {
    height: 160px;
    width: 160px;
  }
}

.footer-logo a:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  line-height: 1;
  font-size: 70px;
}

@media (min-width: 400px) {
  .footer-logo a:before {
    font-size: 24.6vw;
  }
}

@media (min-width: 650px) {
  .footer-logo a:before {
    font-size: 11.1111vw;
  }
}

@media (min-width: 800px) {
  .footer-logo a:before {
    font-size: 160px;
  }
}

.footer-logo a:hover,
.footer-logo a:focus {
  color: transparent;
}

.school-details {
  margin-bottom: 20px;
}

.school-details [itemprop='name'] {
  margin-top: 0;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  font-weight: 500;
  color: #252b33;
  font-size: 19px;
  line-height: 1.21053;
  margin-bottom: 12px;
}

.school-details [itemprop='streetAddress'] {
  display: block;
}

.school-details a {
  color: inherit;
}

/*! structure - layouts v0.0.1 */

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}

html {
  font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
  background: #0151a1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
  line-height: 27px;
  color: #696969;
}

#fsPageWrapper {
  overflow-x: hidden;
  position: relative;
}

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

.drawer-is-active:not(.fsComposeMode) #fsPageWrapper,
.search-active:not(.fsComposeMode) #fsPageWrapper,
.lightbox-is-active:not(.fsComposeMode) #fsPageWrapper {
  height: 100vh;
  overflow: hidden;
  position: static;
}

.search-active:not(.fsComposeMode) #fsPageWrapper .fsHeader {
  z-index: 500;
}

#fsPageBodyWrapper {
  padding: 0;
  background: #fff;
}

.fsPageBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  width: 1340px;
  margin: 0 auto;
  position: relative;
  padding: 40px 20px 60px;
  max-width: 100%;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  min-height: 100vh;
}

.fsPageBody:after {
  display: none;
}

@media (min-width: 600px) {
  .fsPageBody {
    padding: 50px 6.25vw 80px;
    max-width: calc(100% - 70px);
  }
}

@media (min-width: 800px) {
  .fsPageBody {
    padding-left: 30px;
    padding-right: 30px;
    max-width: calc(100% - 40px);
  }
}

@media (min-width: 1000px) {
  .fsPageBody {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1100px) {
  .fsPageBody {
    padding: 50px 60px 100px;
    max-width: calc(100% - 100px);
  }
}

@media (min-width: 1220px) {
  .fsPageBody {
    padding-left: 5.555vw;
    padding-right: 5.555vw;
  }
}

@media (min-width: 1440px) {
  .fsPageBody {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (min-width: 1100px) {
  .fsHasLeftBanner.fsHasRightBanner .fsPageBody {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1440px) {
  .fsHasLeftBanner.fsHasRightBanner .fsPageBody {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (min-width: 1100px) {
  .fsPageBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#fsBannerLeft {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 600px) {
  #fsBannerLeft {
    margin-bottom: 60px;
  }
}

@media (min-width: 800px) {
  #fsBannerLeft {
    padding-right: 40px;
    width: 240px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}

@media (min-width: 1100px) {
  #fsBannerLeft {
    padding-right: 40px;
    width: 280px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 40px;
    width: 240px;
  }
}

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

@media (min-width: 1100px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 40px;
    width: 240px;
  }
}

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

#fsPageContent {
  width: 100%;
}

.fsHasRightBanner #fsPageContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 600px) {
  .fsHasRightBanner #fsPageContent {
    margin-bottom: 60px;
  }
}

@media (min-width: 800px) {
  .fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 300px);
    margin-bottom: 0;
  }
}

@media (min-width: 1100px) {
  .fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 400px);
  }
}

.fsHasLeftBanner #fsPageContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

@media (min-width: 800px) {
  .fsHasLeftBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 240px);
  }
}

@media (min-width: 1100px) {
  .fsHasLeftBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 280px);
  }
}

.fsHasLeftBanner.fsHasRightBanner #fsPageContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 40px;
  width: 100%;
}

@media (min-width: 600px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    margin-bottom: 60px;
  }
}

@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 240px);
  }
}

@media (min-width: 1100px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: calc(100% - 280px);
  }
}

@media (min-width: 1100px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 540px);
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: calc(100% - 600px);
  }
}

#fsBannerRight {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 800px) {
  #fsBannerRight {
    padding-left: 40px;
    width: 300px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 1100px) {
  #fsBannerRight {
    padding-left: 100px;
    width: 400px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding: 0;
}

@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: calc(100% - 240px);
  }
}

@media (min-width: 1100px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: calc(100% - 280px);
  }
}

@media (min-width: 1100px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 40px;
    width: 300px;
  }
}

@media (min-width: 1200px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    padding-left: 20px;
    width: 320px;
  }
}

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

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

@media (min-width: 600px) {
  .fsLayout .fsDiv {
    margin-bottom: 60px;
  }
}

@media (min-width: 1100px) {
  .fsLayout .fsDiv {
    margin-bottom: 80px;
  }
}

@media (min-width: 800px) {
  .fsLayout .fsDiv {
    float: left;
  }

  .fsLayout .fsDiv:last-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 800px) {
  .fsLayout .fsDiv {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}

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

@media (min-width: 800px) {
  .fsLayout > header,
  .fsLayout > footer {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}

.fsPageLayout > .fsDiv:last-child {
  margin-bottom: 0;
}

.fsTwoColumnLayout {
  margin-bottom: 40px;
}

@media (min-width: 600px) {
  .fsTwoColumnLayout {
    margin-bottom: 60px;
  }
}

@media (min-width: 1100px) {
  .fsTwoColumnLayout {
    margin-bottom: 80px;
  }
}

.fsTwoColumnLayout:last-child {
  margin-bottom: 0;
}

.fsTwoColumnLayout > .fsDiv:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .fsTwoColumnLayout > .fsDiv {
    width: 50%;
    margin-bottom: 0;
  }
}

.fsStyleTwoThirds .fsTwoColumnLayout > .fsDiv,
.fsHasLeftBanner .fsTwoColumnLayout > .fsDiv,
.fsHasRightBanner .fsTwoColumnLayout > .fsDiv {
  width: 100%;
}

@media (min-width: 600px) {
  .fsStyleTwoThirds .fsTwoColumnLayout > .fsDiv,
  .fsHasLeftBanner .fsTwoColumnLayout > .fsDiv,
  .fsHasRightBanner .fsTwoColumnLayout > .fsDiv {
    margin-bottom: 60px;
  }
}

@media (min-width: 1100px) {
  .fsStyleTwoThirds .fsTwoColumnLayout > .fsDiv,
  .fsHasLeftBanner .fsTwoColumnLayout > .fsDiv,
  .fsHasRightBanner .fsTwoColumnLayout > .fsDiv {
    margin-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .fsStyleTwoThirds .fsTwoColumnLayout > .fsDiv,
  .fsHasLeftBanner .fsTwoColumnLayout > .fsDiv,
  .fsHasRightBanner .fsTwoColumnLayout > .fsDiv {
    width: 50%;
    margin-bottom: 0;
  }
}

.fsStyleTwoThirds .fsTwoColumnLayout > .fsDiv:last-of-type,
.fsHasLeftBanner .fsTwoColumnLayout > .fsDiv:last-of-type,
.fsHasRightBanner .fsTwoColumnLayout > .fsDiv:last-of-type {
  margin-bottom: 0;
}

.fsThreeColumnLayout {
  margin-bottom: 40px;
}

@media (min-width: 600px) {
  .fsThreeColumnLayout {
    margin-bottom: 60px;
  }
}

@media (min-width: 1100px) {
  .fsThreeColumnLayout {
    margin-bottom: 80px;
  }
}

.fsThreeColumnLayout:last-child {
  margin-bottom: 0;
}

.fsThreeColumnLayout > .fsDiv:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 900px) {
  .fsThreeColumnLayout > .fsDiv {
    width: 33.33333%;
    margin-bottom: 0;
  }
}

.fsStyleTwoThirds .fsThreeColumnLayout > .fsDiv,
.fsHasLeftBanner .fsThreeColumnLayout > .fsDiv,
.fsHasRightBanner .fsThreeColumnLayout > .fsDiv {
  width: 100%;
}

@media (min-width: 600px) {
  .fsStyleTwoThirds .fsThreeColumnLayout > .fsDiv,
  .fsHasLeftBanner .fsThreeColumnLayout > .fsDiv,
  .fsHasRightBanner .fsThreeColumnLayout > .fsDiv {
    margin-bottom: 60px;
  }
}

@media (min-width: 1100px) {
  .fsStyleTwoThirds .fsThreeColumnLayout > .fsDiv,
  .fsHasLeftBanner .fsThreeColumnLayout > .fsDiv,
  .fsHasRightBanner .fsThreeColumnLayout > .fsDiv {
    margin-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .fsStyleTwoThirds .fsThreeColumnLayout > .fsDiv,
  .fsHasLeftBanner .fsThreeColumnLayout > .fsDiv,
  .fsHasRightBanner .fsThreeColumnLayout > .fsDiv {
    width: 33.33333%;
    margin-bottom: 0;
  }
}

.fsStyleTwoThirds .fsThreeColumnLayout > .fsDiv:last-of-type,
.fsHasLeftBanner .fsThreeColumnLayout > .fsDiv:last-of-type,
.fsHasRightBanner .fsThreeColumnLayout > .fsDiv:last-of-type {
  margin-bottom: 0;
}

.fsFourColumnLayout {
  margin-bottom: 40px;
}

@media (min-width: 600px) {
  .fsFourColumnLayout {
    margin-bottom: 60px;
  }
}

@media (min-width: 1100px) {
  .fsFourColumnLayout {
    margin-bottom: 80px;
  }
}

.fsFourColumnLayout:last-child {
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .fsFourColumnLayout > .fsDiv {
    width: 50%;
  }

  .fsFourColumnLayout > .fsDiv:nth-of-type(3) {
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  .fsFourColumnLayout > .fsDiv {
    width: 25%;
    margin-bottom: 0;
  }
}

.fsLayout .fsStyleOneThird {
  float: none;
}

.fsLayout .fsStyleTwoThirds {
  float: none;
}

.fsLayout .fsStyleTwoThirds > .fsDiv {
  padding-left: 0;
  padding-right: 0;
  float: none;
}

@media (min-width: 800px) {
  .fsLayout .fsStyleTwoThirds > .fsTwoColumnLayout {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.fsTwoColumnWideRightLayout,
.fsElephantLeftLayout {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 800px) {
  .fsTwoColumnWideRightLayout,
  .fsElephantLeftLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.fsTwoColumnWideRightLayout > header,
.fsTwoColumnWideRightLayout > footer,
.fsElephantLeftLayout > header,
.fsElephantLeftLayout > footer {
  padding-left: 0;
  padding-right: 0;
}

.fsTwoColumnWideRightLayout .fsStyleOneThird,
.fsElephantLeftLayout .fsStyleOneThird {
  width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 600px) {
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    margin-bottom: 60px;
  }
}

@media (min-width: 800px) {
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    padding-left: 0;
    padding-right: 40px;
    width: 240px;
    margin-bottom: 0;
  }
}

@media (min-width: 1100px) {
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    padding-right: 40px;
    width: 280px;
  }
}

.fsTwoColumnWideRightLayout .fsStyleTwoThirds,
.fsElephantLeftLayout .fsStyleTwoThirds {
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 240px);
  }
}

@media (min-width: 1100px) {
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    width: calc(100% - 280px);
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
  width: 100%;
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 300px);
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 400px);
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 40px;
    width: 300px;
    margin-top: 0;
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 100px;
    width: 400px;
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 240px;
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 280px;
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 240px;
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 280px;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 240px);
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 280px);
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 240px);
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 280px);
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 240px);
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 280px);
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 240px;
    margin-top: 0;
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-right: 0;
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 240px;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 240px);
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 240px;
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 240px;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 240px);
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 540px);
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
    padding-left: 40px;
    width: 300px;
    margin-top: 0;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 240px;
    margin-bottom: 0;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 240px);
  }
}

.fsTwoColumnWideLeftLayout,
.fsElephantRightLayout {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 800px) {
  .fsTwoColumnWideLeftLayout,
  .fsElephantRightLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.fsTwoColumnWideLeftLayout > header,
.fsTwoColumnWideLeftLayout > footer,
.fsElephantRightLayout > header,
.fsElephantRightLayout > footer {
  padding-left: 0;
  padding-right: 0;
}

.fsTwoColumnWideLeftLayout .fsStyleOneThird,
.fsElephantRightLayout .fsStyleOneThird {
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 40px;
    padding-right: 0;
    width: 300px;
  }
}

@media (min-width: 1100px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 100px;
    width: 400px;
  }
}

.fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
.fsElephantRightLayout .fsStyleTwoThirds {
  width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 600px) {
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    margin-bottom: 60px;
  }
}

@media (min-width: 800px) {
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: calc(100% - 300px);
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1100px) {
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: calc(100% - 400px);
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
  width: 100%;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 240px);
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 280px);
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 240px);
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 280px);
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 240px;
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px;
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 240px;
    margin-bottom: 0;
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0;
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 40px;
    width: 300px;
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 100px;
    width: 400px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 300px);
    margin-bottom: 0;
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 400px);
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 300px);
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 400px);
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 40px;
    width: 300px;
    margin-top: 0;
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 100px;
    width: 400px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0;
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
    padding-left: 40px;
    width: 300px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 300px);
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
    padding-left: 40px;
    width: 300px;
    margin-top: 0;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 240px);
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 540px);
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 240px;
    margin-bottom: 0;
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 240px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 0;
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 40px;
    width: 300px;
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    width: 100%;
    padding-left: 0;
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 40px;
    width: 300px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 0;
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 300px);
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
    width: 100%;
  }
}

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 300px);
  }
}

#fsPoweredByFinalsite {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 0;
  z-index: 50;
}

@media (min-width: 650px) {
  #fsPoweredByFinalsite {
    left: auto;
  }
}

/*! elements - constituent main */

/*! elements - constituent default layout */

.fsConstituent {
  word-break: break-word;
}

.fsConstituent .fsElementPagination {
  margin: 20px 0;
}

.fsConstituent .fsPhoto[style*="background-image"],
.fsConstituent .fsProfileImage[style*="background-image"] {
  background-size: cover;
  background-position: center;
  display: inline-block;
}

.fsConstituent .fsPhoto[style*="background-image"] > img,
.fsConstituent .fsProfileImage[style*="background-image"] > img {
  opacity: 0;
  visibility: hidden;
}

.fsConstituent .fsFullName {
  margin-top: 0;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  font-weight: 500;
  color: #252b33;
  font-size: 19px;
  line-height: 1.21053;
  text-transform: none;
}

.fsConstituent[class*="fsThumbnailAlign"] .fsPhoto img,
.fsConstituent[class*="fsThumbnailAlign"] .fsProfileImage img {
  float: none;
  margin: 0;
}

.fsConstituent.fsThumbnailAlignLeft .fsPhoto,
.fsConstituent.fsThumbnailAlignLeft .fsProfileImage {
  float: left;
  padding-right: 0;
}

.fsConstituent.fsThumbnailAlignRight .fsPhoto,
.fsConstituent.fsThumbnailAlignRight .fsProfileImage {
  float: right;
  padding-left: 0;
}

.fsConstituentProfile {
  position: relative;
}

.fsConstituentProfile > div,
.fsConstituentProfile > h3 {
  margin-bottom: 20px;
}

.fsConstituentProfile > div > strong {
  display: block;
}

/*! elements - constituent default layout */

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

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

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

.fsConstituentItem {
  padding-left: 10px;
  padding-right: 10px;
}

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

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

.fsConstituentItem .fsPhoto img {
  display: block;
}

div[class^="fsConstituentColumnLayout"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

@media (min-width: 600px) {
  .fsConstituentColumnLayout_2 .fsConstituentItem,
  .fsConstituentColumnLayout_3 .fsConstituentItem,
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 800px) {
  .fsConstituentColumnLayout_3 .fsConstituentItem,
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(33.33% - 20px);
  }
}

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

/*! elements - constituent profile */

.fsConstituent.fsProfile .fsFullName {
  margin-bottom: 20px;
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
  margin: 0 0 20px 0;
  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.fsThumbnailSquare .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .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.fsThumbnailSquare .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage {
    max-width: 128px;
  }
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSection:after,
.fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSection:after {
  display: none;
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSectionData,
.fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSectionData {
  float: none;
  display: block;
  width: 100%;
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSectionData > div,
.fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSectionData > div {
  clear: none;
}

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    margin-right: 20px;
    float: left;
  }
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3 {
    padding-left: calc(40% + 20px);
  }
}

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-left: 532px;
  }
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3 {
    padding-left: calc(25% + 20px);
  }
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-left: 148px;
  }
}

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    margin-left: 20px;
    float: right;
  }
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3 {
    padding-right: calc(40% + 20px);
  }
}

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-right: 532px;
  }
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
    padding-right: calc(25% + 20px);
  }
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-right: 148px;
  }
}

.fsProfileImage {
  margin-bottom: 20px;
}

.fsProfileImage img {
  display: block;
}

.fsProfileSection {
  margin-bottom: 20px;
}

.fsProfileSection h4 {
  margin: 0 0 1rem 0;
}

.fsProfileSectionData {
  margin-bottom: 1em;
}

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

.fsProfileSectionData.fsTitle {
  font-weight: inherit;
  font-size: 16px;
  line-height: 27px;
}

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

.fsProfileSectionFieldName,
.fsEmail > div:first-child {
  font-weight: 700;
}

/*! elements - constituent search */

.fsConstituent.fsSearch {
  overflow: hidden;
}

.fsConstituent.fsSearch + .fsConstituent {
  border-top: solid 1px #d6d0cb;
  margin-top: 20px;
  padding-top: 20px;
}

.fsConstituentSearchForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.fsConstituentSearchForm > label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fsConstituentSearchForm > label > span {
  margin-bottom: 2px;
}

.fsConstituentSearchForm > label > select,
.fsConstituentSearchForm > label > input {
  border: solid 1px #d6d0cb;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fsConstituentSearchForm > label > select {
  height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

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

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

/*! elements - constituent default layout */

.fsConstituent.fsDialog .fsProfileImage:first-child {
  margin-top: 1em;
}

.fsConstituent.fsDialog .fsProfileImage img {
  float: none;
  margin: 0;
}

.fsConstituent .fsDialogContent {
  padding-top: 45px;
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
  margin: 0 0 20px 0;
  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.fsThumbnailSquare .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage {
    max-width: 128px;
  }
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSection:after,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSection:after {
  display: none;
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData {
  float: none;
  display: block;
  width: 100%;
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData > div,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData > div {
  clear: none;
}

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage {
    margin-right: 20px;
    float: left;
  }
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3 {
    padding-left: calc(40% + 20px);
  }
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3 {
    padding-left: calc(25% + 20px);
  }
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare > h3,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle > h3 {
    padding-left: 148px;
  }
}

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
    margin-left: 20px;
    float: right;
  }
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3 {
    padding-right: calc(40% + 20px);
  }
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
    padding-right: calc(25% + 20px);
  }
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare > h3,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle > h3 {
    padding-right: 148px;
  }
}

/*! elements - accordion */

.fsAccordion .fsPanel,
.fsTabs .fsPanel {
  -webkit-box-shadow: 0 1px 0 0 #d6d0cb;
          box-shadow: 0 1px 0 0 #d6d0cb;
  position: relative;
}

.fsAccordion .fsPanel:before,
.fsTabs .fsPanel:before {
  content: '';
  width: 100%;
  height: 5px;
  display: block;
  background-color: #c31f4b;
  position: absolute;
  left: 0;
  top: -2px;
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.fsAccordion .fsPanel:first-of-type,
.fsTabs .fsPanel:first-of-type {
  -webkit-box-shadow: 0 1px 0 0 #d6d0cb, inset 0 1px 0 0 #d6d0cb;
          box-shadow: 0 1px 0 0 #d6d0cb, inset 0 1px 0 0 #d6d0cb;
}

.fsAccordion .fsPanel > header,
.fsTabs .fsPanel > header {
  cursor: pointer;
  background: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.18182;
  margin-bottom: 0;
  display: block;
  padding: 12px 10px;
  color: #252b33;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fsAccordion .fsPanel > header h2:before,
.fsTabs .fsPanel > header h2:before,
.fsAccordion .fsPanel > header h2:after,
.fsTabs .fsPanel > header h2:after {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

.fsAccordion .fsPanel > header:hover,
.fsTabs .fsPanel > header:hover {
  background: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header:hover h2,
.fsTabs .fsPanel > header:hover h2 {
  color: #c31f4b;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header:hover h2:before,
.fsTabs .fsPanel > header:hover h2:before,
.fsAccordion .fsPanel > header:hover h2:after,
.fsTabs .fsPanel > header:hover h2:after {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header:hover h2:before,
.fsTabs .fsPanel > header:hover h2:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fsAccordion .fsPanel > .fsElementContent,
.fsTabs .fsPanel > .fsElementContent {
  padding: 13px 10px 30px;
}

.fsAccordion .fsPanel.fsStateOpen:before,
.fsTabs .fsPanel.fsStateOpen:before {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.fsAccordion .fsPanel.fsStateOpen > header,
.fsTabs .fsPanel.fsStateOpen > header {
  background: none;
}

.fsAccordion .fsPanel.fsStateOpen > header h2,
.fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #93272c;
}

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

.fsAccordion .fsPanel.fsStateOpen > header h2:before,
.fsTabs .fsPanel.fsStateOpen > header h2:before,
.fsAccordion .fsPanel.fsStateOpen > header h2:after,
.fsTabs .fsPanel.fsStateOpen > header h2:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.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: "\E907";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 17px;
  color: #c31f4b;
  font-size: 28px;
  line-height: 17px;
  content: "\E907";
}

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: "\E907";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 17px;
  color: #c31f4b;
  font-size: 28px;
  line-height: 17px;
  content: "\E906";
}

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

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

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

.fsPanelIconAfter.fsAccordion > .fsElementContent > .fsPanel > header h2:before,
.fsPanelIconAfter.fsTabs > .fsElementContent > .fsPanel > header h2:before {
  display: none;
}

.fsPanelIconAfter.fsAccordion > .fsElementContent > .fsPanel > header h2:after,
.fsPanelIconAfter.fsTabs > .fsElementContent > .fsPanel > header h2:after {
  right: 5px;
}

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

/*! elements - athletics main */

/*! elements - athletics events */

.fsAthleticsEvent > .fsElementContent {
  width: 100%;
}

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

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

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

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

/*! elements - athletics events - list subtype */

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

.fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
  outline: 0;
}

.fsAthleticsEvent.fsList .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px;
}

.fsAthleticsEvent.fsList .fsAthleticsOpponents {
  display: inline;
}

.fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
  display: inline;
}

.fsAthleticsEvent.fsList .fsAthleticsEventReadMoreLink {
  display: inline-block;
  margin-top: 5px;
}

.fsAthleticsEvent.fsList .fsAthleticsDismissal,
.fsAthleticsEvent.fsList .fsAthleticsDeparture,
.fsAthleticsEvent.fsList .fsAthleticsReturn,
.fsAthleticsEvent.fsList .fsAthleticsPickup {
  margin-top: 5px;
}

.fsAthleticsEvent.fsList .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsList .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsList .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsList .fsAthleticsPickupLabel {
  display: inline-block;
}

.fsAthleticsEvent.fsList .fsAthleticsDismissalLabel + div,
.fsAthleticsEvent.fsList .fsAthleticsDepartureLabel + div,
.fsAthleticsEvent.fsList .fsAthleticsReturnLabel + div,
.fsAthleticsEvent.fsList .fsAthleticsPickupLabel + div {
  display: inline-block;
}

/*! elements - athletics events */

.fsAthleticsEvent.fsEvent article > div {
  margin-bottom: 10px;
}

.fsAthleticsEvent.fsEvent article > div:last-child {
  margin-bottom: 0;
}

.fsAthleticsEvent.fsEvent .fsAthleticsOpponents {
  display: inline-block;
}

.fsAthleticsEvent.fsEvent .fsAthleticsVs + div {
  display: inline-block;
}

/*! elements - athletics events - table*/

.fsAthleticsEvent.fsTable .fsTitle {
  margin-top: 0;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  font-weight: 500;
  color: #252b33;
  font-size: 16px;
  line-height: 1.1875;
  line-height: 1.2;
}

@media (min-width: 801px) {
  .fsAthleticsEvent.fsTable .fsDateTime,
  .fsAthleticsEvent.fsTable .fsAthleticsScore {
    white-space: nowrap;
  }
}

.fsAthleticsEvent.fsTable .fsDateTime {
  font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
  font-size: 14px;
  line-height: 23px;
  text-transform: none;
  letter-spacing: normal;
}

.fsAthleticsEvent.fsTable .fsElementTable {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .fsAthleticsEvent.fsTable .fsElementTable thead {
    display: none;
  }
}

@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 {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
    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 .fsAthleticsOpponentNames {
  display: inline;
}

.fsAthleticsEvent.fsTable .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsTable .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsTable .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsTable .fsAthleticsPickupLabel {
  display: none;
}

.fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
  display: inline-block;
}

@media (min-width: 800px) {
  .fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
    display: block;
  }
}

/*! elements - athletics popup dialog box */

.fsAthleticsEvent.fsDialog {
  margin: auto;
}

.fsAthleticsEvent.fsDialog .fsAthleticsTitle {
  margin-top: 0;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  font-weight: 500;
  color: #252b33;
  font-size: 19px;
  line-height: 1.21053;
  margin-bottom: 12px;
}

.fsAthleticsEvent.fsDialog .fsAthleticsLabel {
  font-weight: bold;
  margin-top: 20px;
}

.fsAthleticsEvent.fsDialog .fsAthleticsAddress > div {
  margin-top: 10px;
}

/*! elements - athletics roster */

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

.fsAthleticsRosterList li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #d6d0cb;
}

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

/*! elements - athletics teams */

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

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */

/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */

.fsCalendar article {
  position: relative;
  padding-left: 0;
  margin-left: 95px;
  min-height: 110px;
  padding-top: 0;
}

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

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: -95px;
  text-align: center;
  height: 80px;
  width: 80px;
  color: #fff;
  background: #93272c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 12px;
  line-height: 1;
}

.fsCalendar .fsDate > span {
  display: block;
}

.fsCalendar .fsDate > span.fsMonth:first-child {
  font-size: 10px;
}

.fsCalendar .fsDate > span.fsDayName {
  font-size: 10px;
  margin-bottom: 3px;
}

.fsCalendar .fsDate > span.fsDay {
  font-size: 28px;
  margin-top: 3px;
}

.fsCalendar .fsDate > span.fsYear {
  font-size: 10px;
  margin-top: 3px;
}

.fsCalendar .fsTitle a {
  display: inline;
}

.fsCalendar .fsNotes,
.fsCalendar .fsDescription {
  color: #696969;
  font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
  text-transform: none;
  letter-spacing: 0;
}

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

.fsCalendar .fsReadMoreLink {
  font-size: 13px;
  line-height: 2;
  margin-top: 8px;
}

.fsCalendar .fsReadMoreLink:after {
  margin-left: 0;
  line-height: .7;
}

.fsCalendar .fsElementEventIcon {
  vertical-align: middle;
  line-height: 20px;
  display: inline-block;
}

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */

.fsCalendarEventTitle {
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  font-weight: 500;
  color: #252b33;
}

.fsCalendarEventTitle a {
  color: inherit;
  display: inline-block;
}

.fsCalendarEventTitle a:hover,
.fsCalendarEventTitle a:focus {
  color: #93272c;
}

.fsCalendarEventTitle.fsCalendarEventLink {
  word-break: break-word;
}

.fsCalendarEventGrid .fsCalendarWeekdays {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 5px;
}

.fsCalendarEventGrid .fsCalendarWeekdays > span {
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-weight: 700;
  color: #696969;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.15385;
}

.fsCalendarEventGrid .fsCalendarDaybox {
  border: solid 1px #d6d0cb;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
  margin-bottom: 0;
}

.fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
  color: #696969;
  background-color: #f7f6f5;
}

.fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
  background-color: #ecf2f5;
}

.fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:first-child {
  -webkit-box-shadow: 0 1px 0 0 #d6d0cb;
          box-shadow: 0 1px 0 0 #d6d0cb;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  outline: 0;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
  margin-top: 5px;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1;
}

@media (min-width: 800px) {
  .fsCalendarEventGrid .fsCalendarRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.fsCalendarDayView:not(.fsStateHidden) {
  margin-top: 25px;
}

.fsCalendarDayView:not(.fsStateHidden) .fsCalendarInfo:not(:last-child) {
  margin-bottom: 15px;
}

.fsCalendarMonthYearPicker input[type='radio'] + label {
  color: #696969;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 700;
}

.fsCalendarMonthYearPicker input[type='radio']:hover + label {
  background-color: #f7f6f5;
  color: #192857;
}

.fsCalendarMonthYearPicker input[type='radio'][checked="checked"] + label {
  color: #192857;
  background-color: #b9d1db;
}

.fsCalendarMonthYearPicker input[type='radio']:checked + label {
  background-color: #192857;
  color: #fff;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

@media (min-width: 900px) {
  .fsCalendar.fsGrid .fsCalendarGridControlBar {
    margin-bottom: 0;
  }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar:after {
  display: none;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar > div {
  margin: 0;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
  margin-right: 10px;
  line-height: 1;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
  width: 100%;
}

@media (min-width: 800px) {
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
    width: auto;
  }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
  margin: 10px 0;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media (min-width: 800px) {
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0;
  }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
  z-index: 1;
}

.fsCalendarGridControlBar .fsCalendarGridBrowser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.fsCalendarGridControlBar .fsCalendarGridBrowser span {
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.21429;
  text-transform: uppercase;
  font-weight: 700;
}

.fsCalendarGridControlBar .fsCalendarGridBrowser span:after {
  margin-top: 3px;
}

.fsCalendarGridControlBar .fsCalendarGridBrowser.fsCalendarMonthBrowser .fsCalendarGridShowMonthPickerButton {
  padding: 12px 15px;
  border-radius: 4px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsCalendarGridControlBar .fsCalendarGridBrowser.fsCalendarMonthBrowser .fsCalendarGridShowMonthPickerButton:hover,
.fsCalendarGridControlBar .fsCalendarGridBrowser.fsCalendarMonthBrowser .fsCalendarGridShowMonthPickerButton:focus {
  -webkit-box-shadow: inset 0 0 0 1px #d6d0cb;
          box-shadow: inset 0 0 0 1px #d6d0cb;
  background-color: #f7f6f5;
  -webkit-transition: .3s;
  transition: .3s;
  color: #93272c;
}

.fsCalendarGridControlBar .fsCalendarNextMonth,
.fsCalendarGridControlBar .fsCalendarPrevMonth {
  cursor: pointer;
}

.fsCalendarGridControlBar .fsCalendarNextMonth:before,
.fsCalendarGridControlBar .fsCalendarPrevMonth:before {
  font-size: 18px;
  line-height: 1;
  margin-top: -1px;
  left: 0;
  width: 100%;
  color: #696969;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.fsCalendarGridControlBar .fsCalendarNextMonth:hover,
.fsCalendarGridControlBar .fsCalendarNextMonth:focus,
.fsCalendarGridControlBar .fsCalendarPrevMonth:hover,
.fsCalendarGridControlBar .fsCalendarPrevMonth:focus {
  opacity: 1;
}

.fsCalendarGridControlBar .fsCalendarNextMonth:hover:before,
.fsCalendarGridControlBar .fsCalendarNextMonth:focus:before,
.fsCalendarGridControlBar .fsCalendarPrevMonth:hover:before,
.fsCalendarGridControlBar .fsCalendarPrevMonth:focus:before {
  color: #252b33;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.fsCalendarGridControlBar .fsCalendarNextMonth:before {
  content: "\E90A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsCalendarGridControlBar .fsCalendarPrevMonth:before {
  content: "\E90E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsCalendarGridControlBar .fsCalendarMonthYearPicker {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  margin: 0;
  top: 100%;
}

@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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    border-right: solid 1px #d6d0cb;
    -webkit-box-shadow: 0 1px 0 0 #d6d0cb;
            box-shadow: 0 1px 0 0 #d6d0cb;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow:last-child {
    border-bottom: solid 1px #d6d0cb;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
    cursor: pointer;
    min-height: 44px;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-left: solid 1px #d6d0cb;
    border-top: 1px solid #d6d0cb;
    color: #696969;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover {
    color: #fff;
    background: #93272c;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover .fsCalendarOutOfRange {
    color: #fff;
    background: #93272c;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    font-size: 14px;
    padding-bottom: calc(50% - 14px / 2);
    padding-top: calc(50% - 14px / 2);
    color: inherit;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
    background: #c31f4b;
    color: #fff;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents .fsCalendarDate:after {
    content: '\25CF';
    font-size: 10px;
    display: block;
    line-height: .5;
    -webkit-transform: translate3d(0, 3px, 0);
            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 {
    -webkit-box-shadow: inset 0 -1px 0 0 #d6d0cb;
            box-shadow: inset 0 -1px 0 0 #d6d0cb;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox .fsCalendarDate {
    padding-bottom: calc(25% - 14px / 2);
    padding-top: calc(25% - 14px / 2);
    -webkit-transform: scale(0.875);
        -ms-transform: scale(0.875);
            transform: scale(0.875);
    margin-bottom: 3px;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    color: #fff;
    background: #192857;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected .fsCalendarOutOfRange {
    background: inherit;
    color: inherit;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange {
    background: #f7f6f5;
    color: #696969;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
    display: none;
  }
}

#event-view {
  padding: 20px;
  margin: 20px auto 0;
}

#event-view .fsCalendarDaybox {
  height: auto !important;
}

#event-view .fsCalendarDaybox > div:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#event-view .fsCalendarDaybox .fsCalendarInfo:not(:last-child) {
  margin-bottom: 20px;
}

#event-view .fsCalendarDaybox > .fsCalendarDate:not(:last-child) {
  margin-bottom: 5px;
  padding-bottom: 0;
}

#event-view .fsCalendarEventTitle {
  margin-bottom: 5px;
}

@media (min-width: 900px) {
  #event-view {
    display: none;
  }
}

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
}

.scroll-up span {
  display: inline-block;
  border: 0;
  margin: 0 5px 10px 0;
  background: #fff;
  color: #c31f4b;
  border-radius: 4px;
  border: solid 1px #d6d0cb;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 16px 20px;
  padding: 10px 20px;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span,
.scroll-up span.on {
  background: #f7f6f5;
  color: #93272c;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: #d6d0cb;
}

.fsBannerLeft .scroll-up span,
.fsBannerRight .scroll-up span,
.fsStyleOneThird .scroll-up span,
.fsThreeColumnLayout > .fsDiv .scroll-up span,
.fsFourColumnLayout > .fsDiv .scroll-up span {
  width: 100%;
  margin-right: 0;
  display: block;
}

body:not(.fsComposeMode) p:last-child .scroll-up span:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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;
}

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */

.fsCalendar.fsSlideshow .fsAlertFeeds {
  float: none;
}

.fsCalendar.fsSlideshowHorizontal .fsElementSlideshow {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 0;
}

.fsCalendar.fsSlideshowHorizontal .fsElementSlideshow[data-arrows*="false"] {
  margin-left: -10px;
  margin-right: -10px;
}

.fsCalendar.fsSlideshowHorizontal article {
  margin: 0;
  padding: 95px 0 0;
  text-align: center;
}

@media (min-width: 700px) {
  .fsCalendar.fsSlideshowHorizontal article {
    margin: 0 10px;
  }
}

.fsCalendar.fsSlideshowHorizontal article .fsDate {
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
}

.fsCalendar.fsSlideshowVertical .fsElementSlideshow {
  padding-left: 45px;
  padding-top: 45px;
  padding-bottom: 45px;
}

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */

/*! _dialog.scss - src/sass/modules/calendar/_dialog.scss - calendar dialog pop up */

/*! elements - forms */

textarea,
input,
select {
  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 textarea,
.fsComposerFormEmbed form select {
  font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #696969;
}

.fsComposerFormEmbed form h1,
.fsComposerFormEmbed form h2,
.fsComposerFormEmbed form h3,
.fsComposerFormEmbed form h4,
.fsComposerFormEmbed form h5,
.fsComposerFormEmbed form h6 {
  line-height: 1.3em;
}

.fsComposerFormEmbed form input {
  border: solid 1px #d6d0cb;
}

.fsComposerFormEmbed form input.fileUploader {
  padding: 0;
  width: 100%;
  border: none;
}

.fsComposerFormEmbed form fieldset {
  padding: 0;
}

.fsComposerFormEmbed form textarea {
  max-width: 100%;
  width: 100%;
  border: solid 1px #d6d0cb;
}

.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 .elementRow .elementBody span.attendeeInfo .lbl {
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-weight: 700;
  color: #696969;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.15385;
  margin-bottom: 12px;
}

.fsComposerFormEmbed form .elementRow .elementBody span.attendeeInfo label {
  float: none;
  width: 100%;
  max-width: 350px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.fsComposerFormEmbed form .elementRow .elementBody span.attendeeInfo label .nf,
.fsComposerFormEmbed form .elementRow .elementBody span.attendeeInfo label .nl,
.fsComposerFormEmbed form .elementRow .elementBody span.attendeeInfo label .e,
.fsComposerFormEmbed form .elementRow .elementBody span.attendeeInfo label select {
  max-width: none;
  width: 100%;
  margin-top: 5px;
}

@media (min-width: 500px) {
  .fsComposerFormEmbed form .elementRow .elementBody span.attendeeInfo label {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .fsComposerFormEmbed form .elementRow .elementBody span.attendeeInfo label .nf,
  .fsComposerFormEmbed form .elementRow .elementBody span.attendeeInfo label .nl,
  .fsComposerFormEmbed form .elementRow .elementBody span.attendeeInfo label .e,
  .fsComposerFormEmbed form .elementRow .elementBody span.attendeeInfo label select {
    width: 250px;
    max-width: 250px;
    margin-top: 0;
    margin-left: 10px;
  }
}

.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 > label {
  margin-top: 0;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  font-weight: 500;
  color: #252b33;
  font-size: 16px;
  line-height: 1.1875;
  margin-bottom: 12px;
}

.fsComposerFormEmbed form .elementContainer .groupLabel label {
  margin-top: 0;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  font-weight: 500;
  color: #252b33;
  font-size: 16px;
  line-height: 1.1875;
  margin-bottom: 12px;
}

.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 label,
.fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  float: none;
}

@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementContainer label,
  .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
    width: 20%;
    padding-right: 10px;
    text-align: right;
    float: left;
  }
}

@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementContainer > label {
    padding: 0 10px 0 5px;
  }
}

.fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
  width: 100%;
}

.fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
  width: auto;
  text-align: left;
}

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

.fsComposerFormEmbed form .linkLike:hover {
  color: #93272c;
}

.fsComposerFormEmbed form .required {
  color: #0151a1;
}

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

.fsComposerFormEmbed form .pageBreak .nextPage:hover,
.fsComposerFormEmbed form .pageBreak .prevPage:hover {
  color: #93272c;
  -webkit-transition: .3s;
  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 {
  border: 0;
  margin: 0;
  background: none;
  color: #c31f4b;
  border-radius: 4px;
  border: solid 1px #d6d0cb;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 16px 20px;
  float: left;
  transition: .3s;
}

.fsComposerFormEmbed form .submitBtn:hover {
  -webkit-transition: .3s;
  transition: .3s;
  background: #f7f6f5;
  color: #93272c;
}

.fsComposerFormEmbed .ui-widget {
  font-family: "Whitney SSm A", "Whitney SSm B", 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-prev,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
  background: none;
  border: none;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
  display: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '';
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
  -webkit-transition: .3s;
  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, 0.05);
  text-align: center;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-active {
  background: rgba(0, 0, 0, 0.1);
}

.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
}

.valFailMsg {
  color: #252b33;
}

::-webkit-input-placeholder {
  color: #838383;
}

:-moz-placeholder {
  color: #838383;
}

::-moz-placeholder {
  color: #838383;
}

:-ms-input-placeholder {
  color: #838383;
}

/*! elements - login */

.fsAccount button:not(:last-of-type) {
  margin-right: 10px;
}

.fsAccount .fsError {
  color: #93272c;
}

.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: #d6d0cb;
}

.fsAccountLogout {
  display: block;
  margin-top: 20px;
}

.fsAccountLogout > .fsStyleUpdateButton:last-child {
  margin-bottom: 0;
}

input[name*="passkey"] + .fsLoginSubmit {
  margin-top: 20px;
}

.fsResetContinue,
.fsResetCancel,
.fsLoginNewSuccess > button {
  display: inline-block;
  border: 0;
  margin: 0 5px 10px 0;
  background: #fff;
  color: #c31f4b;
  border-radius: 4px;
  border: solid 1px #d6d0cb;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 16px 20px;
}

.fsResetContinue:hover,
.fsResetContinue:focus,
.fsStateSelected .fsResetContinue,
.fsResetContinue.on,
.fsResetCancel:hover,
.fsResetCancel:focus,
.fsStateSelected .fsResetCancel,
.fsResetCancel.on,
.fsLoginNewSuccess > button:hover,
.fsLoginNewSuccess > button:focus,
.fsStateSelected .fsLoginNewSuccess > button,
.fsLoginNewSuccess > button.on {
  background: #f7f6f5;
  color: #93272c;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: #d6d0cb;
}

.fsBannerLeft .fsResetContinue,
.fsBannerRight .fsResetContinue,
.fsStyleOneThird .fsResetContinue,
.fsThreeColumnLayout > .fsDiv .fsResetContinue,
.fsFourColumnLayout > .fsDiv .fsResetContinue,
.fsBannerLeft .fsResetCancel,
.fsBannerRight .fsResetCancel,
.fsStyleOneThird .fsResetCancel,
.fsThreeColumnLayout > .fsDiv .fsResetCancel,
.fsFourColumnLayout > .fsDiv .fsResetCancel,
.fsBannerLeft .fsLoginNewSuccess > button,
.fsBannerRight .fsLoginNewSuccess > button,
.fsStyleOneThird .fsLoginNewSuccess > button,
.fsThreeColumnLayout > .fsDiv .fsLoginNewSuccess > button,
.fsFourColumnLayout > .fsDiv .fsLoginNewSuccess > button {
  width: 100%;
  margin-right: 0;
  display: block;
}

body:not(.fsComposeMode) p:last-child .fsResetContinue:last-child,
body:not(.fsComposeMode) p:last-child .fsResetCancel:last-child,
body:not(.fsComposeMode) p:last-child .fsLoginNewSuccess > button:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.fsLoginNewSuccess button {
  margin-top: 20px;
}

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #696969;
  font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
}

.fsMediaCustomPlayer article {
  position: relative;
}

.fsCustomSlider .fsElement {
  margin-bottom: 0;
}

.fsCustomSlider .slick-next,
.fsCustomSlider .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  z-index: 2;
}

.fsCustomSlider .slick-next:before,
.fsCustomSlider .slick-prev:before {
  color: #fff;
  display: block;
  font-size: 50px;
  font-weight: normal;
  height: 100%;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}

.fsCustomSlider .slick-next {
  left: auto;
  right: 0;
}

.fsCustomSlider .slick-next:before {
  content: '\203A';
}

.fsCustomSlider .slick-prev {
  left: 0;
  right: auto;
}

.fsCustomSlider .slick-prev:before {
  content: '\2039';
}

.fsCustomSlider .slider-play-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #93272c;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  z-index: 1;
  line-height: 42px;
}

.fsCustomSlider .slider-play-btn:before {
  content: "";
  color: #fff;
  font-size: 16px;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
}

.fsCustomSlider.slider-paused .slider-play-btn:before {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 13px solid #fff;
  border-bottom: 7px solid transparent;
  display: inline-block;
}

.fsCustomSlider.slider-playing .slider-play-btn:before,
.fsCustomSlider.slider-playing .slider-play-btn:after {
  content: "";
  width: 3px;
  height: 18px;
  background-color: #fff;
  display: inline-block;
  margin: 6px 2px 0;
}

.fsCustomSlider .slick-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fsCustomSlider .slick-dots,
.fsCustomSlider .slick-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsCustomSlider .slick-dots li {
  margin: 0;
  padding: 0;
}

.fsCustomSlider .slick-dots li {
  display: inline-block;
}

.fsCustomSlider .slick-dots li + li {
  margin-left: 6px;
}

.fsCustomSlider .slick-dots button {
  border: 0;
  background-color: transparent;
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 100%;
  font-size: 0;
}

.fsCustomSlider .slick-dots .slick-active button {
  background-color: #fff;
}

.fsCustomSlider .caption-wrapper {
  font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
  font-size: 16px;
  line-height: 27px;
  width: 100%;
  background-color: #93272c;
  color: #fff;
}

.fsCustomSlider .caption-wrapper .caption-inner {
  padding: 10px 10px 30px;
}

@media (min-width: 800px) {
  .fsCustomSlider .caption-wrapper {
    padding: 30px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(147, 39, 44, 0.5);
  }
}

.fsCustomSlider .caption-wrapper a {
  color: rgba(255, 255, 255, 0.5);
}

.fsCustomSlider .caption-wrapper a:hover {
  text-decoration: underline;
}

.fsCustomSlider .caption-wrapper.is-empty {
  display: none;
}

@media (min-width: 800px) {
  .fsCustomSlider .caption-title {
    margin-top: 0;
    font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
    font-weight: 500;
    color: #252b33;
    line-height: 1.21429;
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
    margin-bottom: 0;
  }
}

@media (min-width: 800px) and (min-width: 600px) {
  .fsCustomSlider .caption-title {
    font-size: 24px;
  }
}

@media (min-width: 800px) and (min-width: 1100px) {
  .fsCustomSlider .caption-title {
    font-size: 26px;
  }
}

@media (min-width: 800px) {
  .fsCustomSlider .caption-desc {
    display: block;
  }
}

.fsCustomSlider .caption-desc p:last-child {
  margin-bottom: 0;
}

.fsCustomSlider .caption-desc:empty {
  display: none;
}

.fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
  margin-right: 0;
}

@media (min-width: 600px) {
  .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
    float: left;
    margin-right: 30px;
  }
}

.fsPostElement.fsThumbnailAlignRight .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
    float: right;
  }
}

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

.fsPostElement .fsDateTime,
.fsPostElement .fsAuthor {
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 1px;
}

.fsPostElement .fsTitle {
  margin-bottom: 10px;
}

.fsPostElement .fsTitle:first-child:last-child {
  margin-bottom: 0;
}

.fsPostElement .fsAuthor {
  display: block;
  margin-bottom: 5px;
}

.fsPostElement .fsDateTime {
  display: block;
  margin-bottom: 10px;
}

.fsPostElement .fsDate:not(:last-child) {
  margin-right: 5px;
  border-right: solid 1px #d6d0cb;
}

.fsPostElement .fsSummary {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4375;
}

.fsPostElement .fsSummary:first-child {
  margin-top: 0;
}

.fsPostElement .fsSummary:last-child {
  margin-bottom: 0;
}

.fsPostElement .fsBody {
  margin-top: 20px;
  margin-bottom: 15px;
}

.fsPostElement .fsBody:first-child {
  margin-top: 0;
}

.fsPostElement .fsBody:last-child {
  margin-bottom: 0;
}

.fsPostElement.fsThumbnailMedium .fsThumbnail,
.fsBoardElement.fsThumbnailMedium .fsThumbnail,
.fsIssueElement.fsThumbnailMedium .fsThumbnail {
  max-width: 300px;
}

.fsPostElement.fsList > footer .fsElementFooterContent {
  margin-top: 40px;
}

.fsPostElement.fsList .fsTitle a {
  color: #0151a1;
}

.fsPostElement.fsList .fsTitle a:hover {
  color: #93272c;
}

/*! _dialog.scss - src/sass/modules/post/_dialog.scss - post dialog pop up */

.fsPostToolsElement {
  margin-bottom: 40px;
}

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

.fsResourceElement .fsTitle:last-child {
  margin-bottom: 0;
}

.fsResourceElement figure + .fsTitle {
  margin-top: 15px;
}

.fsResourceElement figcaption,
.fsResourceElement .fsDescription {
  font-size: 14px;
  line-height: 1.5;
  display: block;
  color: #252b33;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-weight: 300;
}

.fsResourceElement figcaption:not(:first-child),
.fsResourceElement .fsDescription:not(:first-child) {
  margin-top: 15px;
}

.fsResourceElement .fsStyleExpandableList > a:before {
  margin-right: 6px;
  vertical-align: baseline;
}

.fsResourceThumbnail {
  background-color: #d6d0cb;
  -webkit-transition: none;
  transition: none;
}

.fsResourceThumbnail:hover,
.fsResourceThumbnail:focus {
  background-color: #d6d0cb;
}

.fsResourceThumbnail.fsResourceVideoThumbnail {
  background-color: none;
}

.fsResourceThumbnail.fsResourceVideoThumbnail img {
  display: block;
}

.fsResourceCollectionLink {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-decoration: none;
}

.fsResourceCollectionLink .fsResourceName {
  line-height: 1.5;
}

article.fsResourceCollection > .fsResourceCollectionLink {
  display: block;
  width: 100%;
  color: #252b33;
  border: 1px solid #d6d0cb;
  border-radius: 0;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #f7f6f5;
}

article.fsResourceCollection > .fsResourceCollectionLink:hover,
article.fsResourceCollection > .fsResourceCollectionLink:focus {
  color: #696969;
  background-color: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

article.fsResourceCollection .fsResourceCollectionThumbnail {
  background: none;
  min-height: 0;
  height: auto;
  width: auto;
  text-align: left;
  position: static;
  padding: 9px 20px 9px 55px;
}

article.fsResourceCollection .fsResourceCollectionThumbnail:before {
  position: absolute;
  top: 15px;
  left: 25px;
  margin: 0;
  width: 16px;
  height: 16px;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

article.fsResourceCollection .fsResourceCollectionThumbnail:hover,
article.fsResourceCollection .fsResourceCollectionThumbnail:focus {
  background: none;
}

article.fsResourceCollection .fsResourceCollectionThumbnail:hover:before,
article.fsResourceCollection .fsResourceCollectionThumbnail:focus:before {
  opacity: .8;
}

article.fsResourceCollection .fsResourceCollectionThumbnail.fsResourceCustomThumbnail {
  padding: 18px 25px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.fsResourceCollectionThumbnail.fsResourceCustomThumbnail .fsResourceName {
  position: relative;
  display: block;
  margin-bottom: 9px;
}

.fsResourceCollectionThumbnail.fsResourceCustomThumbnail .fsResourceName:before {
  content: '';
  background-image: url(https://static.finalsite.net/assets/icons/global/collection-4738f2f2e1d2897ac9d4a3539249ca182ea299e6609df84ec5f51b43c5c323fc.svg);
  top: 15px;
  left: 25px;
  margin-right: 14px;
  width: 16px;
  height: 16px;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .5;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: text-top;
}

.fsResourceCollectionThumbnail.fsResourceCustomThumbnail .fsResourceName:hover:before,
.fsResourceCollectionThumbnail.fsResourceCustomThumbnail .fsResourceName:focus:before {
  opacity: .8;
}

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

.fsResourceElement.fsListNav .fsTitle {
  font-size: 16px;
  line-height: 27px;
  font-weight: normal;
  margin-bottom: 0;
}

.fsResourceElement .fsListItem.fsResourceTypeIcon .fsResourceTypeIconLink .fsResourceLink::before {
  vertical-align: text-top;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage img {
  margin: 0 auto;
}

@media (min-width: 1000px) {
  .fsResourceElement .fsElementSlideshow[data-slides-to-show="4"] .fsTitle,
  .fsResourceElement .fsElementSlideshow[data-slides-to-show="5"] .fsTitle {
    font-size: 16px;
  }
}

.fsResourceElement.video-style .fsResourceTypeVideo .fsResourceVideoWrapper {
  line-height: 1;
}

.fsResourceElement.video-style .fsResourceTypeVideo .fsResourceVideoWrapper video {
  display: block;
}

.fsResourceElement.video-style .fsResourceTypeVideo .video-wrapper,
.fsResourceElement.video-style .fsResourceTypeVideo .fsVideoPlayOverlay {
  background-size: cover;
  background-position: center;
  background-color: #0151a1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 6px 6px 0 0 #93272c;
          box-shadow: 6px 6px 0 0 #93272c;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 0;
  border: none;
  outline: none;
}

.fsResourceElement.video-style .fsResourceTypeVideo .video-wrapper:before,
.fsResourceElement.video-style .fsResourceTypeVideo .fsVideoPlayOverlay:before {
  display: none;
}

.fsResourceElement.video-style .fsResourceTypeVideo .video-wrapper:after,
.fsResourceElement.video-style .fsResourceTypeVideo .fsVideoPlayOverlay:after {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  border-radius: 100%;
  background-color: rgba(1, 81, 161, 0.9);
  text-align: center;
  line-height: 1;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
  width: 50px;
  height: 50px;
  font-size: 28px;
  border: none;
  bottom: auto;
  right: auto;
}

@media (min-width: 600px) {
  .fsResourceElement.video-style .fsResourceTypeVideo .video-wrapper:after,
  .fsResourceElement.video-style .fsResourceTypeVideo .fsVideoPlayOverlay:after {
    width: 70px;
    height: 70px;
    font-size: 34px;
  }
}

@media (min-width: 1000px) {
  .fsResourceElement.video-style .fsResourceTypeVideo .video-wrapper:after,
  .fsResourceElement.video-style .fsResourceTypeVideo .fsVideoPlayOverlay:after {
    width: 90px;
    height: 90px;
    font-size: 40px;
  }
}

.fsResourceElement.video-style .fsResourceTypeVideo .video-wrapper video,
.fsResourceElement.video-style .fsResourceTypeVideo .fsVideoPlayOverlay video {
  display: block;
}

.fsResourceElement.video-style .fsResourceTypeVideo .video-wrapper:hover,
.fsResourceElement.video-style .fsResourceTypeVideo .video-wrapper:focus,
.fsResourceElement.video-style .fsResourceTypeVideo .fsVideoPlayOverlay:hover,
.fsResourceElement.video-style .fsResourceTypeVideo .fsVideoPlayOverlay:focus {
  -webkit-box-shadow: 0 0 0 0 #93272c;
          box-shadow: 0 0 0 0 #93272c;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsResourceElement.video-style .fsResourceTypeVideo .video-wrapper:hover:after,
.fsResourceElement.video-style .fsResourceTypeVideo .video-wrapper:focus:after,
.fsResourceElement.video-style .fsResourceTypeVideo .fsVideoPlayOverlay:hover:after,
.fsResourceElement.video-style .fsResourceTypeVideo .fsVideoPlayOverlay:focus:after {
  background-color: rgba(1, 81, 161, 0.9);
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
          transform: translate3d(-50%, -50%, 0) scale(1.1);
}

.fsResourceElement.video-style .fsResourceTypeVideo .video-wrapper.play-video,
.fsResourceElement.video-style .fsResourceTypeVideo .fsVideoPlayOverlay.play-video {
  background-color: #fff;
}

.fsResourceElement.video-style .fsResourceTypeVideo .video-wrapper.play-video video,
.fsResourceElement.video-style .fsResourceTypeVideo .fsVideoPlayOverlay.play-video video {
  opacity: 1;
  visibility: visible;
}

.fsResourceElement.video-style .fsResourceTypeVideo .video-wrapper.play-video:before,
.fsResourceElement.video-style .fsResourceTypeVideo .video-wrapper.play-video:after,
.fsResourceElement.video-style .fsResourceTypeVideo .fsVideoPlayOverlay.play-video:before,
.fsResourceElement.video-style .fsResourceTypeVideo .fsVideoPlayOverlay.play-video:after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .5s;
  transition: .5s;
}

.fsResourceElement.video-style .fsResourceTypeVideo .fsDescription {
  margin-top: 18px;
}

@media (min-width: 600px) {
  .fsResourceElement.video-style .fsResourceTypeVideo .fsDescription {
    margin-top: 21px;
  }
}

.fsResourceElement.video-style .fsResourceTypeVideo video::-webkit-media-controls-overlay-play-button {
  display: none;
}

/*! _dialog.scss - src/sass/modules/resources/_dialog.scss - resource dialog pop up */

/*! _main.scss - src/sass/modules/search/ - main search import */

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */

.header-search-button button {
  border: 0;
  background: none;
  color: transparent;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 0 15px;
  width: 13.5294vw;
  margin-right: 5px;
}

@media (min-width: 340px) {
  .header-search-button button {
    width: 46px;
  }
}

@media (min-width: 800px) {
  .header-search-button button {
    padding: 0 20px;
    width: 56px;
    margin-right: 10px;
  }
}

@media (min-width: 1200px) {
  .header-search-button button {
    margin-right: 30px;
  }
}

.header-search-button button:before {
  content: "\E916";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #faf39d;
  line-height: 1;
  font-size: 17px;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-search-button button:hover:before,
.header-search-button button:focus:before {
  -webkit-transition: .3s;
  transition: .3s;
  color: #fdb714;
}

.fsSearchElement.site-search {
  margin-bottom: 30px;
}

@media (min-width: 1100px) {
  .fsSearchElement.site-search {
    margin-bottom: 50px;
  }
}

.fsSearchElement.site-search > header {
  display: none;
}

.fsSearchElement.site-search form {
  border-radius: 41px;
  background-color: #0151a1;
  -webkit-box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0 7px 20px;
}

@media (min-width: 1100px) {
  .fsSearchElement.site-search form {
    padding: 20px 0 20px 30px;
  }
}

.fsSearchElement.site-search form .fsFieldLabel {
  color: transparent;
  width: 21px;
  height: 21px;
  white-space: nowrap;
  display: block;
  position: relative;
}

.fsSearchElement.site-search form .fsFieldLabel:after {
  content: "\E916";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  line-height: 19px;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 0;
}

.fsSearchElement.site-search form .fsSearchElementKeyword {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fsSearchElement.site-search form .fsStyleSearchField {
  border: none;
  background: none;
  color: #fff;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  padding: 5px;
}

@media (min-width: 1100px) {
  .fsSearchElement.site-search form .fsStyleSearchField {
    padding: 5px 30px 5px 20px;
    font-size: 22px;
  }
}

.fsSearchElement.site-search form .fsSearchElementSearchButton {
  position: relative;
  border: none;
  color: transparent;
  white-space: nowrap;
  overflow: hidden;
  width: 60px;
  height: 100%;
  margin: 0;
  padding: 15px 20px;
  background: none;
}

@media (min-width: 1100px) {
  .fsSearchElement.site-search form .fsSearchElementSearchButton {
    padding: 15px 30px;
    width: 82px;
  }
}

.fsSearchElement.site-search form .fsSearchElementSearchButton:after {
  content: "\E90A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #faf39d;
  line-height: 19px;
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.fsSearchElement.site-search form .fsSearchElementSearchButton:hover,
.fsSearchElement.site-search form .fsSearchElementSearchButton:focus {
  background: none;
}

.fsSearchElement.site-search ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.fsSearchElement.site-search :-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.fsSearchElement.site-search ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.fsSearchElement.site-search :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */

.fsSearchElement.fsSearchForm .fsSearchElementKeyword {
  margin-bottom: 20px;
}

.fsSearchElement.fsSearchForm .fsSearchElementKeyword + .fsSearchElementSearchButton {
  margin-top: 0;
}

.fsSearchElement.fsSearchForm .fsSearchElementSearchButton:last-child {
  margin-bottom: 0;
}

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */

.fsSearchElement.fsList .fsListItems {
  padding: 0;
}

.fsSearchElement.fsList .fsSearchResultInfo {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #d6d0cb;
}

.fsSearchElement.fsList .fsSearchResultInfo:empty {
  margin: 0;
  border: none;
}

/*! elements - social main */

/*! elements - social vimeo */

.fsVimeo {
  margin-bottom: 20px;
}

.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: solid 1px #d6d0cb;
  -webkit-transition: opacity .3s;
  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: solid 1px #d6d0cb;
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  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 {
  display: inline-block;
  border: 0;
  margin: 0 5px 10px 0;
  background: #fff;
  color: #c31f4b;
  border-radius: 4px;
  border: solid 1px #d6d0cb;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 16px 20px;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a,
.vimeo_view_link a.on {
  background: #f7f6f5;
  color: #93272c;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: #d6d0cb;
}

.fsBannerLeft .vimeo_view_link a,
.fsBannerRight .vimeo_view_link a,
.fsStyleOneThird .vimeo_view_link a,
.fsThreeColumnLayout > .fsDiv .vimeo_view_link a,
.fsFourColumnLayout > .fsDiv .vimeo_view_link a {
  width: 100%;
  margin-right: 0;
  display: block;
}

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

/*! elements - social youtube */

.fsYoutube {
  margin-bottom: 20px;
}

.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: solid 1px #d6d0cb;
  -webkit-transition: opacity .3s;
  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: solid 1px #d6d0cb;
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  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 {
  display: inline-block;
  border: 0;
  margin: 0 5px 10px 0;
  background: #fff;
  color: #c31f4b;
  border-radius: 4px;
  border: solid 1px #d6d0cb;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 16px 20px;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a,
.Youtube_view_link a.on {
  background: #f7f6f5;
  color: #93272c;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: #d6d0cb;
}

.fsBannerLeft .Youtube_view_link a,
.fsBannerRight .Youtube_view_link a,
.fsStyleOneThird .Youtube_view_link a,
.fsThreeColumnLayout > .fsDiv .Youtube_view_link a,
.fsFourColumnLayout > .fsDiv .Youtube_view_link a {
  width: 100%;
  margin-right: 0;
  display: block;
}

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

/*! elements - tabs */

.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}

.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
  position: relative;
}

.fsTabs .fsTabsNav:before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background-color: #d6d0cb;
  position: absolute;
  left: 0;
  top: calc(100% - 11px);
}

@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}

.fsTabs .fsTabsNav li {
  margin-right: 26px;
  margin-bottom: 15px;
}

.fsTabs .fsTabsNav li a {
  display: block;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.18182;
  margin-bottom: 0;
  display: block;
  padding: 12px 10px;
  color: #252b33;
  -webkit-transition: .3s;
  transition: .3s;
  background: none;
  color: #252b33;
  padding: 0 0 8px;
  position: relative;
}

.fsTabs .fsTabsNav li a:before {
  content: '';
  width: 100%;
  height: 5px;
  display: block;
  background-color: #c31f4b;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.fsTabs .fsTabsNav li a:hover {
  background: none;
  color: #c31f4b;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  background: none;
  color: #93272c;
}

.fsTabs .fsTabsNav li.fsStateSelected a:before {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media (min-width: 600px) {
  .fsTabs > .fsElementContent > .fsPanel {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (min-width: 600px) {
  .fsTabs > .fsElementContent > .fsPanel:first-of-type {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (min-width: 600px) {
  .fsTabs > .fsElementContent > .fsPanel.fsStateOpen:before {
    -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
            transform: scale(1, 0);
  }
}

.fsTabs.vertical > .fsElementContent {
  zoom: 1;
}

.fsTabs.vertical > .fsElementContent:after {
  display: table;
  clear: both;
  content: '';
}

.fsTabs.vertical > .fsElementContent > .fsTabsNav {
  width: 170px;
  float: left;
}

.fsTabs.vertical > .fsElementContent > .fsTabsNav:before {
  height: 100%;
  top: 0;
  width: 1px;
}

.fsTabs.vertical > .fsElementContent > .fsTabsNav li {
  margin-right: 0;
  margin-bottom: 6px;
  display: block;
}

.fsTabs.vertical > .fsElementContent > .fsTabsNav li:last-child {
  margin-bottom: 0;
}

.fsTabs.vertical > .fsElementContent > .fsTabsNav li a {
  font-size: 19px;
  line-height: 1.21053;
  padding: 8px 0 9px 20px;
}

.fsTabs.vertical > .fsElementContent > .fsTabsNav li a:before {
  height: 100%;
  width: 5px;
  top: 0;
}

@media (min-width: 600px) {
  .fsTabs.vertical > .fsElementContent > .fsPanel {
    width: calc(100% - 170px);
    float: left;
  }
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .fsTabs.vertical > .fsElementContent > .fsPanel > .fsElementContent {
    padding: 0 0 0 30px;
  }
}

body.fsComposeMode .fsTabs.vertical > .fsElementContent > .fsTabsNav {
  width: 230px;
}

body.fsComposeMode .fsTabs.vertical > .fsElementContent > .fsTabsNav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 600px) {
  body.fsComposeMode .fsTabs.vertical > .fsElementContent > .fsPanel {
    width: calc(100% - 230px);
  }
}

body.fsComposeMode .fsTabs.vertical > .fsElementContent > .fsPanel > .fsElementContent {
  padding-top: 30px;
}

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block;
}

@media (min-width: 600px) {
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
    display: none;
  }
}

/*! -main.scss - /sass/modules/tools  */

/*! _all.scss - src/sass/modules/tools - News, Calendar, & Posts Tools Elements */

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton,
.fsElementToolsSearchButton {
  margin: 0 5px 0 0;
  width: auto;
}

.fsToolsList.fsStyleSelectList > li {
  padding: 0;
  margin: 0;
}

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton {
  margin-bottom: 5px;
  padding: 7px 12px;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}

/*! _filter.scss - src/sass/modules/tools/posts - News & Calendar Tools Elements */

.fsBannerLeft .fsElementToolsSearch,
.fsBannerRight .fsElementToolsSearch,
.fsStyleOneThird .fsElementToolsSearch,
.fsTwoColumnLayout .fsElementToolsSearch,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch > div,
.fsBannerRight .fsElementToolsSearch > div,
.fsStyleOneThird .fsElementToolsSearch > div,
.fsTwoColumnLayout .fsElementToolsSearch > div,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch > div,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch > div {
  width: 100%;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fsBannerLeft .fsElementToolsSearch .fsElementToolsSearchButton,
.fsBannerRight .fsElementToolsSearch .fsElementToolsSearchButton,
.fsStyleOneThird .fsElementToolsSearch .fsElementToolsSearchButton,
.fsTwoColumnLayout .fsElementToolsSearch .fsElementToolsSearchButton,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton,
.fsFourColumnLayout > .fsDiv .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;
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsLegend .fsElementControls {
  margin-bottom: 5px;
}

.fsLegend .fsElementControls label input:checked + span {
  background: #252b33;
  color: white;
}

.fsLegend .fsElementControls label input + span {
  color: #252b33;
  background: #d9dee4;
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 300px;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox {
  -webkit-box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
          box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
  background: #d6d0cb;
  color: #252b33;
  font-size: .875em;
  line-height: 1;
  padding: 0;
  padding: 10px 5px;
  -webkit-transition: .3s;
  transition: .3s;
  border: none;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox:hover {
  opacity: 1;
  background: #93272c !important;
  color: #fff !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox:last-child {
  -webkit-box-shadow: inset 0 -1px 0 0 #fff;
          box-shadow: inset 0 -1px 0 0 #fff;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents {
  padding-bottom: 12px;
  background: #d6d0cb;
  color: #252b33;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents .fsCalendarDate:after {
  content: '\25CF';
  font-size: 8px;
  display: block;
  line-height: .5;
  -webkit-transform: translate3d(0, 2px, 0);
          transform: translate3d(0, 2px, 0);
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
  background: #f7f6f5;
  color: #696969;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
  background: #c31f4b;
  color: #fff;
}

.fsCalendarMonthYearPicker > .fsStyleUpdateButton {
  margin-bottom: 0;
  display: block;
}

/*! _category.scss - src/sass/modules/tools/posts - Posts Tools Elements */

/*! _tag.scss - src/sass/modules/tools/posts - Posts Tools Elements */

/*! elements - common v0.0.1 */

/* Contains generic styles that apply to every element */

.content-callout {
  border: 1px solid #d6d0cb;
  border-radius: 4px;
  background-color: #f7f6f5;
  padding: 30px 20px 20px;
}

@media (min-width: 700px) {
  .content-callout {
    padding: 30px 30px 35px;
  }
}

@media (min-width: 800px) {
  .fsBannerLeft .content-callout,
  .fsBannerRight .content-callout,
  .fsStyleOneThird .content-callout,
  .fsThreeColumnLayout > .fsDiv .content-callout,
  .fsFourColumnLayout > .fsDiv .content-callout {
    padding: 30px 20px;
  }
}

.image.content-callout {
  margin-top: 70px;
}

@media (min-width: 600px) {
  .image.content-callout {
    margin-top: 90px;
  }
}

@media (min-width: 1100px) {
  .image.content-callout {
    margin-top: 110px;
  }
}

.image.content-callout:first-child {
  margin-top: 30px;
}

.image.content-callout > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.image.content-callout > header .fsElementTitle:not(:last-child) {
  margin-bottom: 13px;
}

.image.content-callout > header .fsElementHeaderContent {
  margin-bottom: 20px;
}

.image.content-callout > header .fsElementHeaderContent .fsImage {
  width: 100%;
  margin-top: -60px;
}

.image.content-callout > header .fsElementHeaderContent img {
  display: block;
  width: 100%;
}

@media (min-width: 600px) {
  .fsBannerLeft .image.content-callout,
  .fsBannerRight .image.content-callout,
  .fsStyleOneThird .image.content-callout,
  .fsThreeColumnLayout > .fsDiv .image.content-callout,
  .fsFourColumnLayout > .fsDiv .image.content-callout {
    margin-top: 70px;
  }
}

@media (min-width: 1100px) {
  .fsBannerLeft .image.content-callout,
  .fsBannerRight .image.content-callout,
  .fsStyleOneThird .image.content-callout,
  .fsThreeColumnLayout > .fsDiv .image.content-callout,
  .fsFourColumnLayout > .fsDiv .image.content-callout {
    margin-top: 90px;
  }
}

.fsBannerLeft .image.content-callout:first-child,
.fsBannerRight .image.content-callout:first-child,
.fsStyleOneThird .image.content-callout:first-child,
.fsThreeColumnLayout > .fsDiv .image.content-callout:first-child,
.fsFourColumnLayout > .fsDiv .image.content-callout:first-child {
  margin-top: 70px;
}

@media (min-width: 600px) {
  .fsBannerLeft .image.content-callout:first-child,
  .fsBannerRight .image.content-callout:first-child,
  .fsStyleOneThird .image.content-callout:first-child,
  .fsThreeColumnLayout > .fsDiv .image.content-callout:first-child,
  .fsFourColumnLayout > .fsDiv .image.content-callout:first-child {
    margin-top: 30px;
  }
}

.content-callout:not(.image) > header .fsElementHeaderContent {
  margin-top: 20px;
}

.image-left.content-callout {
  position: relative;
  margin-top: 70px;
}

@media (min-width: 600px) {
  .image-left.content-callout {
    margin-top: 90px;
  }
}

@media (min-width: 800px) {
  .image-left.content-callout {
    margin-top: 0;
  }
}

.image-left.content-callout:first-child {
  margin-top: 60px;
}

@media (min-width: 800px) {
  .image-left.content-callout:first-child {
    margin-top: 0;
  }
}

@media (min-width: 800px) {
  .image-left.content-callout {
    margin-left: 30px;
    padding-left: calc(46.15384% + 20px);
  }
}

@media (min-width: 900px) {
  .image-left.content-callout {
    min-height: 30.3636vw;
    padding-left: calc(46.15384% + 30px);
  }
}

@media (min-width: 1100px) {
  .image-left.content-callout {
    min-height: 27.43vw;
  }
}

@media (min-width: 1440px) {
  .image-left.content-callout {
    min-height: 395px;
  }
}

.image-left.content-callout > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 20px;
}

@media (min-width: 800px) {
  .image-left.content-callout > header {
    display: block;
    margin-bottom: 0;
  }
}

.image-left.content-callout > header .fsElementHeaderContent {
  margin-top: 0;
}

.image-left.content-callout > header figure {
  margin-top: -60px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 800px) {
  .image-left.content-callout > header figure {
    position: absolute;
    left: -30px;
    z-index: 1;
    top: 30px;
    width: calc(48% + 30px);
    height: calc(100% - 60px);
    overflow: hidden;
    margin-top: 0;
  }
}

.image-left.content-callout > header figure img {
  display: block;
  width: 100%;
}

@media (min-width: 800px) {
  .image-left.content-callout > header figure img {
    display: block;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}

body.fsDraftMode .image-left.content-callout > header figure img {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
}

body.fsDraftMode:not(.fsComposeMode) .image-left.content-callout > header figure img {
  opacity: .5;
}

body.fsDraftMode:not(.fsComposeMode) .image-left.content-callout.rendered > header figure img {
  opacity: 0;
}

.fsStyleTwoThirds .image-left.content-callout,
.fsHasLeftBanner .image-left.content-callout,
.fsHasRightBanner .image-left.content-callout {
  margin-left: 0;
  min-height: auto;
}

@media (min-width: 700px) {
  .fsStyleTwoThirds .image-left.content-callout,
  .fsHasLeftBanner .image-left.content-callout,
  .fsHasRightBanner .image-left.content-callout {
    padding-left: 30px;
  }
}

@media (min-width: 800px) {
  .fsStyleTwoThirds .image-left.content-callout,
  .fsHasLeftBanner .image-left.content-callout,
  .fsHasRightBanner .image-left.content-callout {
    margin-top: 90px;
  }
}

@media (min-width: 1100px) {
  .fsStyleTwoThirds .image-left.content-callout,
  .fsHasLeftBanner .image-left.content-callout,
  .fsHasRightBanner .image-left.content-callout {
    margin-top: 110px;
  }
}

@media (min-width: 1200px) {
  .fsStyleTwoThirds .image-left.content-callout,
  .fsHasLeftBanner .image-left.content-callout,
  .fsHasRightBanner .image-left.content-callout {
    padding-left: calc(46.15384% + 20px);
    padding-right: 20px;
    margin-left: 30px;
    min-height: 284px;
    margin-top: 0;
  }
}

@media (min-width: 1440px) {
  .fsStyleTwoThirds .image-left.content-callout,
  .fsHasLeftBanner .image-left.content-callout,
  .fsHasRightBanner .image-left.content-callout {
    padding-left: calc(46.15384% + 30px);
    padding-right: 30px;
  }
}

@media (min-width: 800px) {
  .fsStyleTwoThirds .image-left.content-callout:first-child,
  .fsHasLeftBanner .image-left.content-callout:first-child,
  .fsHasRightBanner .image-left.content-callout:first-child {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .fsStyleTwoThirds .image-left.content-callout:first-child,
  .fsHasLeftBanner .image-left.content-callout:first-child,
  .fsHasRightBanner .image-left.content-callout:first-child {
    margin-top: 0;
  }
}

.fsStyleTwoThirds .image-left.content-callout > header,
.fsHasLeftBanner .image-left.content-callout > header,
.fsHasRightBanner .image-left.content-callout > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .fsStyleTwoThirds .image-left.content-callout > header,
  .fsHasLeftBanner .image-left.content-callout > header,
  .fsHasRightBanner .image-left.content-callout > header {
    display: block;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .fsStyleTwoThirds .image-left.content-callout > header .fsElementTitle,
  .fsHasLeftBanner .image-left.content-callout > header .fsElementTitle,
  .fsHasRightBanner .image-left.content-callout > header .fsElementTitle {
    font-size: 1.944vw;
  }
}

@media (min-width: 1440px) {
  .fsStyleTwoThirds .image-left.content-callout > header .fsElementTitle,
  .fsHasLeftBanner .image-left.content-callout > header .fsElementTitle,
  .fsHasRightBanner .image-left.content-callout > header .fsElementTitle {
    font-size: 28px;
  }
}

.fsStyleTwoThirds .image-left.content-callout > header figure,
.fsHasLeftBanner .image-left.content-callout > header figure,
.fsHasRightBanner .image-left.content-callout > header figure {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  height: auto;
  margin-top: -60px;
}

@media (min-width: 1200px) {
  .fsStyleTwoThirds .image-left.content-callout > header figure,
  .fsHasLeftBanner .image-left.content-callout > header figure,
  .fsHasRightBanner .image-left.content-callout > header figure {
    position: absolute;
    left: -30px;
    top: 30px;
    height: calc(100% - 60px);
    width: calc(48% + 30px);
    margin-top: 0;
  }
}

.fsStyleTwoThirds .image-left.content-callout > header figure img,
.fsHasLeftBanner .image-left.content-callout > header figure img,
.fsHasRightBanner .image-left.content-callout > header figure img {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
}

@media (min-width: 1200px) {
  .fsStyleTwoThirds .image-left.content-callout > header figure img,
  .fsHasLeftBanner .image-left.content-callout > header figure img,
  .fsHasRightBanner .image-left.content-callout > header figure img {
    width: 1px;
    height: 1px;
    margin: -1px;
    position: absolute;
  }
}

@media (min-width: 800px) {
  .fsBannerLeft .image-left.content-callout,
  .fsBannerRight .image-left.content-callout,
  .fsStyleOneThird .image-left.content-callout,
  .fsTwoColumnLayout .image-left.content-callout,
  .fsThreeColumnLayout > .fsDiv .image-left.content-callout,
  .fsFourColumnLayout > .fsDiv .image-left.content-callout {
    margin-top: 90px;
    padding: 30px 20px;
    margin-left: 0;
  }
}

@media (min-width: 800px) {
  .fsBannerLeft .image-left.content-callout:first-child,
  .fsBannerRight .image-left.content-callout:first-child,
  .fsStyleOneThird .image-left.content-callout:first-child,
  .fsTwoColumnLayout .image-left.content-callout:first-child,
  .fsThreeColumnLayout > .fsDiv .image-left.content-callout:first-child,
  .fsFourColumnLayout > .fsDiv .image-left.content-callout:first-child {
    margin-top: 30px;
  }
}

@media (min-width: 800px) {
  .fsBannerLeft .image-left.content-callout > header,
  .fsBannerRight .image-left.content-callout > header,
  .fsStyleOneThird .image-left.content-callout > header,
  .fsTwoColumnLayout .image-left.content-callout > header,
  .fsThreeColumnLayout > .fsDiv .image-left.content-callout > header,
  .fsFourColumnLayout > .fsDiv .image-left.content-callout > header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
}

@media (min-width: 800px) {
  .fsBannerLeft .image-left.content-callout > header figure,
  .fsBannerRight .image-left.content-callout > header figure,
  .fsStyleOneThird .image-left.content-callout > header figure,
  .fsTwoColumnLayout .image-left.content-callout > header figure,
  .fsThreeColumnLayout > .fsDiv .image-left.content-callout > header figure,
  .fsFourColumnLayout > .fsDiv .image-left.content-callout > header figure {
    position: relative;
    left: auto;
    top: auto;
    margin-top: -60px;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 800px) {
  .fsBannerLeft .image-left.content-callout > header figure img,
  .fsBannerRight .image-left.content-callout > header figure img,
  .fsStyleOneThird .image-left.content-callout > header figure img,
  .fsTwoColumnLayout .image-left.content-callout > header figure img,
  .fsThreeColumnLayout > .fsDiv .image-left.content-callout > header figure img,
  .fsFourColumnLayout > .fsDiv .image-left.content-callout > header figure img {
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
  }
}

.content-callout.blue {
  color: #fff;
  background-color: #0151a1;
  position: relative;
  border: none;
}

.content-callout.blue h1,
.content-callout.blue h2,
.content-callout.blue h3,
.content-callout.blue h4,
.content-callout.blue h5,
.content-callout.blue h6 {
  color: inherit;
}

.content-callout.blue a {
  color: #faf39d;
}

.content-callout.blue a:hover,
.content-callout.blue a:focus {
  color: #fdb714;
}

.content-callout.blue a.fs_style_39:after {
  color: #fdb714;
}

.intro-title-centered > header {
  position: relative;
  margin-bottom: 35px;
  border-bottom: solid 1px #d6d0cb;
  text-align: center;
}

.intro-title-centered > header .fsElementTitle {
  color: #252b33;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  font-weight: 500;
  position: relative;
  z-index: 3;
  font-size: 24px;
  line-height: 29px;
  display: inline-block;
  padding-bottom: 30px;
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .intro-title-centered > header .fsElementTitle {
    font-size: 30px;
    line-height: 36px;
  }
}

.intro-title-centered > header .fsElementTitle .drop-cap {
  opacity: 0.2;
  color: #fdb714;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  top: calc(50% - 15px);
  z-index: -1;
  font-size: 64px;
}

@media (min-width: 1000px) {
  .intro-title-centered > header .fsElementTitle .drop-cap {
    font-size: 80px;
  }
}

.intro-title-centered > header .fsElementTitle:after {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fdb714;
}

.title-style > header {
  border-bottom: solid 1px #d6d0cb;
  margin-bottom: 20px;
}

.title-style > header .fsElementTitle {
  color: #252b33;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-weight: 500;
  letter-spacing: 0.17px;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 22px;
}

@media (min-width: 600px) {
  .title-style > header .fsElementTitle {
    font-size: 15px;
  }
}

.title-style > header .fsElementTitle:after {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fdb714;
}

.title-style > header .fsElementHeaderContent {
  margin-bottom: 0 !important;
  margin-top: 10px;
}

/*! pages - home v0.0.1 */

.home .fsPageBody {
  padding-top: 20px;
}

@media (max-width: 599px) {
  .home .fsPageBody {
    max-width: calc(100% - 40px);
  }
}

@media (min-width: 700px) {
  .home .fsPageBody {
    padding-top: 40px;
  }
}

@media (min-width: 900px) {
  .home .fsPageBody {
    padding-top: 56px;
  }
}

@media (min-width: 1440px) {
  .home .fsPageBody {
    padding-top: 10vh;
  }
}

@media (max-width: 599px) {
  .home .fsPageLayout {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.home .fsHeader:before,
.home .fsHeader:after {
  height: 426px;
}

@media (min-width: 500px) {
  .home .fsHeader:before,
  .home .fsHeader:after {
    height: 70vw;
  }
}

@media (min-width: 600px) {
  .home .fsHeader:before,
  .home .fsHeader:after {
    height: calc(56.25vw + 20px);
  }
}

@media (min-width: 800px) {
  .home .fsHeader:before,
  .home .fsHeader:after {
    height: 47.43vw;
  }
}

@media (min-width: 1000px) {
  .home .fsHeader:before,
  .home .fsHeader:after {
    height: 675px;
  }
}

@media (min-width: 1440px) {
  .home .fsHeader:before,
  .home .fsHeader:after {
    height: calc(592px + 25vh);
  }
}

.home .mobile-nav-sub {
  display: none;
}

.hp-intro-content {
  text-align: center;
  padding: 0 10px;
}

@media (min-width: 600px) {
  .hp-intro-content {
    text-align: left;
    padding: 0;
  }
}

.hp-intro-content > header {
  position: relative;
}

.hp-intro-content > header .fsElementTitle {
  color: #252b33;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  font-weight: 500;
  position: relative;
  z-index: 3;
  font-size: 24px;
  line-height: 29px;
}

@media (min-width: 1000px) {
  .hp-intro-content > header .fsElementTitle {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (min-width: 1440px) {
  .hp-intro-content > header .fsElementTitle {
    font-size: 40px;
    line-height: 48px;
  }
}

.hp-intro-content > header .fsElementTitle .drop-cap {
  opacity: 0.2;
  color: #fdb714;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  z-index: -1;
  font-size: 80px;
}

@media (min-width: 600px) {
  .hp-intro-content > header .fsElementTitle .drop-cap {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    left: 0;
  }
}

@media (min-width: 1000px) {
  .hp-intro-content > header .fsElementTitle .drop-cap {
    font-size: 120px;
  }
}

.hp-intro-content > header .fsElementHeaderContent {
  color: #696969;
  font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
}

@media (min-width: 1000px) {
  .hp-intro-content > header .fsElementHeaderContent {
    line-height: 1.5;
  }
}

.hp-intro-content > header .fsElementHeaderContent:not(:first-child) {
  margin-top: 30px;
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .hp-intro-content > header .fsElementHeaderContent:not(:first-child) {
    margin-top: 50px;
  }
}

.hp-intro-content > footer .fsElementFooterContent {
  margin-top: 10px;
}

@media (min-width: 600px) {
  .hp-intro-content > footer .fsElementFooterContent {
    margin-top: 20px;
  }
}

@media (min-width: 1000px) {
  .hp-intro-content > footer .fsElementFooterContent {
    margin-top: 30px;
  }
}

.hp-intro-content > footer .fsElementFooterContent .fs_style_39 {
  font-size: 17px;
}

.hp-intro-content > footer .fsElementFooterContent .fs_style_39:after {
  margin-left: 5px;
}

.hp-intro-content.profiles {
  text-align: center;
}

@media (max-width: 799px) {
  .hp-intro-content.posts,
  .hp-intro-content.video {
    text-align: center;
  }
}

@media (max-width: 799px) {
  .hp-intro-content.posts > header .fsElementTitle .drop-cap,
  .hp-intro-content.video > header .fsElementTitle .drop-cap {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
}

@-webkit-keyframes fadeAndScale {
  0% {
    -webkit-transform: translate3d(0, 150px, 0) scale(2.1, 2.1);
            transform: translate3d(0, 150px, 0) scale(2.1, 2.1);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate3d(0, 150px, 0) scale(1, 1);
            transform: translate3d(0, 150px, 0) scale(1, 1);
    opacity: 1;
  }

  80% {
    -webkit-transform: translate3d(0, 150px, 0) scale(1, 1);
            transform: translate3d(0, 150px, 0) scale(1, 1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
            transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 1;
  }
}

@keyframes fadeAndScale {
  0% {
    -webkit-transform: translate3d(0, 150px, 0) scale(2.1, 2.1);
            transform: translate3d(0, 150px, 0) scale(2.1, 2.1);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate3d(0, 150px, 0) scale(1, 1);
            transform: translate3d(0, 150px, 0) scale(1, 1);
    opacity: 1;
  }

  80% {
    -webkit-transform: translate3d(0, 150px, 0) scale(1, 1);
            transform: translate3d(0, 150px, 0) scale(1, 1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
            transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 1;
  }
}

@-webkit-keyframes meaning {
  0% {
    color: #696969;
  }

  100% {
    color: #93272c;
  }
}

@keyframes meaning {
  0% {
    color: #696969;
  }

  100% {
    color: #93272c;
  }
}

@-webkit-keyframes meaning-hover {
  0% {
    color: inherit;
  }
}

@keyframes meaning-hover {
  0% {
    color: inherit;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .7;
  }

  to {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .7;
  }

  to {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}

.hp-panel.intro {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
  padding: 0 20px;
}

@media (min-width: 600px) {
  .hp-panel.intro {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 1440px) {
  .hp-panel.intro {
    margin-bottom: 15vh;
  }
}

.hp-panel.intro > header {
  position: relative;
  opacity: 0;
}

body:not(.fsComposeMode) .hp-panel.intro > header .fsElementTitle {
  display: none;
}

.hp-panel.intro > header .fsElementHeaderContent {
  color: #696969;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  font-size: 11px;
  letter-spacing: 0.41px;
  line-height: 16px;
  margin-bottom: 10px;
}

@media (min-width: 700px) {
  .hp-panel.intro > header .fsElementHeaderContent {
    font-size: 1.52777vw;
    letter-spacing: 1.1px;
    margin-bottom: 1.3888vw;
    line-height: 2.7777vw;
  }
}

@media (min-width: 1440px) {
  .hp-panel.intro > header .fsElementHeaderContent {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

.hp-panel.intro > header .fsElementHeaderContent strong {
  display: inline-block;
  font-weight: 500;
}

@media (min-width: 700px) {
  .hp-panel.intro > header .fsElementHeaderContent strong {
    vertical-align: text-bottom;
    -webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
  }
}

.hp-panel.intro > .fsElementContent {
  color: #696969;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  position: relative;
  letter-spacing: -0.83px;
  font-size: 9vw;
  line-height: 1.06667;
}

@media (min-width: 320px) {
  .hp-panel.intro > .fsElementContent {
    font-size: 30px;
    line-height: 32px;
  }
}

@media (min-width: 700px) {
  .hp-panel.intro > .fsElementContent {
    letter-spacing: -2.5px;
    line-height: 1.11111;
    font-size: 5.55vw;
  }
}

@media (min-width: 1440px) {
  .hp-panel.intro > .fsElementContent {
    font-size: 80px;
    line-height: 100px;
  }
}

.hp-panel.intro > .fsElementContent .break {
  display: block;
  margin-bottom: 3px;
}

.hp-panel.intro .play-button {
  border-radius: 100%;
  padding: 0;
  height: 44px;
  width: 44px;
  border: 2px solid #192857;
  color: transparent;
  white-space: nowrap;
  border: solid #fff 8px;
  background-color: #192857;
  position: relative;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
  margin-top: 20px;
  font-size: 0;
  line-height: 1;
}

.hp-panel.intro .play-button:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 2px #d6d0cb;
          box-shadow: 0 0 0 2px #d6d0cb;
  -webkit-animation: pulse 1.2s infinite;
          animation: pulse 1.2s infinite;
}

@media (min-width: 800px) {
  .hp-panel.intro .play-button {
    position: absolute;
    bottom: 34px;
    left: calc(100% - 25px);
    margin-top: 0;
  }
}

@media (min-width: 900px) {
  .hp-panel.intro .play-button {
    height: 50px;
    width: 50px;
  }
}

.hp-panel.intro .play-button:after {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  color: #fff;
  line-height: 1;
  font-size: 20px;
}

.hp-panel.intro.animate > header {
  -webkit-animation: fadeAndScale 1.5s 1 linear forwards;
          animation: fadeAndScale 1.5s 1 linear forwards;
}

.hp-panel.intro.animate > header .fsElementHeaderContent strong {
  color: #93272c;
  -webkit-transition: font-size .75s 3s, color .5s 3.2s, -webkit-transform .75s 3s;
  transition: font-size .75s 3s, color .5s 3.2s, -webkit-transform .75s 3s;
  transition: font-size .75s 3s, color .5s 3.2s, transform .75s 3s;
  transition: font-size .75s 3s, color .5s 3.2s, transform .75s 3s, -webkit-transform .75s 3s;
}

@media (min-width: 700px) {
  .hp-panel.intro.animate > header .fsElementHeaderContent strong {
    font-size: 2.7777vw;
    -webkit-transform: translate3d(0, 2px, 0);
            transform: translate3d(0, 2px, 0);
  }
}

@media (min-width: 1440px) {
  .hp-panel.intro.animate > header .fsElementHeaderContent strong {
    font-size: 40px;
    -webkit-transform: translate3d(0, 2px, 0);
            transform: translate3d(0, 2px, 0);
  }
}

.hp-panel.intro.animate .play-button {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: .75s 3.6s;
  transition: .75s 3.6s;
}

.hp-panel.intro.animate.ended > header .fsElementHeaderContent,
.hp-panel.intro.animate.ended > header .fsElementHeaderContent strong {
  -webkit-transition: 0s;
  transition: 0s;
}

.hp-panel.intro.animate.ended .play-button {
  -webkit-transition: .3s 0s;
  transition: .3s 0s;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.hp-panel.intro.animate.ended .play-button:hover,
.hp-panel.intro.animate.ended .play-button:focus {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  background-color: #0151a1;
  -webkit-transition: .3s;
  transition: .3s;
}

.hp-panel.intro.animate.ended .play-button:focus:before {
  display: none;
}

.row-1,
.row-2,
.row-3 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(2, 2);
      -ms-transform: scale(2, 2);
          transform: scale(2, 2);
  margin-bottom: 10px;
}

@media (min-width: 700px) {
  .row-1,
  .row-2,
  .row-3 {
    margin-bottom: 3px;
  }
}

body.fsComposeMode .row-1,
body.fsComposeMode .row-2,
body.fsComposeMode .row-3 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.animate .row-1,
.animate .row-2,
.animate .row-3 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.animate .row-1 .letter,
.animate .row-2 .letter,
.animate .row-3 .letter {
  color: #696969;
  -webkit-transition: color 2.5s ease-in-out 2.5s;
  transition: color 2.5s ease-in-out 2.5s;
}

.animate .row-1 .letter:hover,
.animate .row-2 .letter:hover,
.animate .row-3 .letter:hover {
  -webkit-transition: 0s;
  transition: 0s;
}

.animate.ended .row-1,
.animate.ended .row-2,
.animate.ended .row-3 {
  -webkit-transition: 0s;
  transition: 0s;
}

.row-1 .letter {
  color: #4c86a0;
}

.animate .row-1 {
  -webkit-transition: .75s 1.5s;
  transition: .75s 1.5s;
}

.row-2 .letter {
  color: #255075;
}

.animate .row-2 {
  -webkit-transition: .75s 1.8s;
  transition: .75s 1.8s;
}

.row-3 .letter {
  color: #192857;
}

.animate .row-3 {
  -webkit-transition: .75s 2.1s;
  transition: .75s 2.1s;
}

.animate .row-3 .letter:nth-child(n+20):not(:last-child) {
  color: #93272c;
}

.letter {
  -webkit-transition: color 3s;
  transition: color 3s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.letter:hover,
.letter:focus {
  -webkit-transition: color 0s;
  transition: color 0s;
}

.row-1 .letter:nth-of-type(1):hover,
.row-1 .letter:nth-of-type(14):hover,
.row-1 .letter:nth-of-type(32):hover {
  color: #0151a1;
}

.row-1 .letter:nth-of-type(2):hover,
.row-1 .letter:nth-of-type(19):hover,
.row-1 .letter:nth-of-type(23):hover,
.row-1 .letter:nth-of-type(31):hover {
  color: #192857;
}

.row-1 .letter:nth-of-type(3):hover,
.row-1 .letter:nth-of-type(4):hover,
.row-1 .letter:nth-of-type(16):hover {
  color: #93272c;
}

.row-1 .letter:nth-of-type(5):hover,
.row-1 .letter:nth-of-type(15):hover,
.row-1 .letter:nth-of-type(25):hover {
  color: #c31f4b;
}

.row-1 .letter:nth-of-type(7):hover {
  color: #ada198;
}

.row-1 .letter:nth-of-type(8):hover,
.row-1 .letter:nth-of-type(27):hover {
  color: #fdb714;
}

.row-1 .letter:nth-of-type(9):hover,
.row-1 .letter:nth-of-type(20):hover,
.row-1 .letter:nth-of-type(28):hover,
.row-1 .letter:nth-of-type(29):hover {
  color: #00788c;
}

.row-1 .letter:nth-of-type(10):hover,
.row-1 .letter:nth-of-type(26):hover {
  color: #8cb8c9;
}

.row-1 .letter:nth-of-type(11):hover,
.row-1 .letter:nth-of-type(30):hover {
  color: #b86a55;
}

.row-1 .letter:nth-of-type(12):hover,
.row-1 .letter:nth-of-type(13):hover {
  color: #255075;
}

.row-1 .letter:nth-of-type(18):hover {
  color: #ab6489;
}

.row-1 .letter:nth-of-type(22):hover {
  color: #42695c;
}

.row-1 .letter:nth-of-type(24):hover {
  color: #6c3a5d;
}

.row-2 .letter:nth-of-type(2):hover,
.row-2 .letter:nth-of-type(8):hover {
  color: #0151a1;
}

.row-2 .letter:nth-of-type(6):hover,
.row-2 .letter:nth-of-type(7):hover {
  color: #192857;
}

.row-2 .letter:nth-of-type(12):hover {
  color: #93272c;
}

.row-2 .letter:nth-of-type(1):hover,
.row-2 .letter:nth-of-type(14):hover {
  color: #c31f4b;
}

.row-2 .letter:nth-of-type(10):hover {
  color: #ada198;
}

.row-2 .letter:nth-of-type(5):hover {
  color: #fdb714;
}

.row-2 .letter:nth-of-type(13):hover {
  color: #00788c;
}

.row-2 .letter:nth-of-type(9):hover {
  color: #8cb8c9;
}

.row-2 .letter:nth-of-type(11):hover {
  color: #ab6489;
}

.row-2 .letter:nth-of-type(3):hover {
  color: #42695c;
}

.row-3 .letter:nth-of-type(7):hover,
.row-3 .letter:nth-of-type(21):hover,
.row-3 .letter:nth-of-type(22):hover {
  color: #0151a1 !important;
}

.row-3 .letter:nth-of-type(4):hover,
.row-3 .letter:nth-of-type(11):hover {
  color: #93272c !important;
}

.row-3 .letter:nth-of-type(3):hover,
.row-3 .letter:nth-of-type(13):hover,
.row-3 .letter:nth-of-type(14):hover,
.row-3 .letter:nth-of-type(24):hover {
  color: #c31f4b !important;
}

.row-3 .letter:nth-of-type(5):hover,
.row-3 .letter:nth-of-type(25):hover {
  color: #ada198 !important;
}

.row-3 .letter:nth-of-type(16):hover,
.row-3 .letter:nth-of-type(23):hover {
  color: #fdb714 !important;
}

.row-3 .letter:nth-of-type(9):hover,
.row-3 .letter:nth-of-type(10):hover {
  color: #00788c !important;
}

.row-3 .letter:nth-of-type(2):hover {
  color: #8cb8c9 !important;
}

.row-3 .letter:nth-of-type(12):hover {
  color: #b86a55 !important;
}

.row-3 .letter:nth-of-type(26):hover {
  color: #255075 !important;
}

.row-3 .letter:nth-of-type(1):hover,
.row-3 .letter:nth-of-type(27):hover {
  color: #ab6489 !important;
}

.row-3 .letter:nth-of-type(19):hover {
  color: #42695c !important;
}

.row-3 .letter:nth-of-type(18):hover,
.row-3 .letter:nth-of-type(28):hover {
  color: #6c3a5d !important;
}

.row-3 .letter:nth-of-type(17):hover {
  color: #4c86a0 !important;
}

.hp-panel.profiles {
  text-align: center;
  margin-bottom: 80px;
}

body:not(.fsComposeMode) .hp-panel.profiles > header {
  display: none;
}

.hp-intro-content.profiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 999px) {
  .hp-intro-content.profiles {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
}

@media (min-width: 1000px) {
  .hp-intro-content.profiles {
    height: 750px;
    margin-bottom: 0;
  }
}

.hp-intro-content.profiles > header,
.hp-intro-content.profiles > .fsElementContent,
.hp-intro-content.profiles > footer {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 1000px) {
  .hp-intro-content.profiles > header,
  .hp-intro-content.profiles > .fsElementContent,
  .hp-intro-content.profiles > footer {
    width: 680px;
  }
}

.hp-intro-content.profiles > header .fsElementTitle .drop-cap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

@media (min-width: 1000px) {
  .hp-intro-content.profiles > header .fsElementHeaderContent {
    text-align: left;
  }
}

body.fsComposeMode .hp-intro-content.profiles {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.profiles-slideshow-container {
  margin-left: -20px;
  margin-right: -20px;
}

@media (min-width: 600px) {
  .profiles-slideshow-container {
    margin-left: calc(-6.25vw - 35px);
    margin-right: calc(-6.25vw - 35px);
  }
}

@media (min-width: 800px) {
  .profiles-slideshow-container {
    margin-left: 0;
    margin-right: 0;
  }
}

body:not(.fsComposeMode) .profiles-slideshow-container > header {
  display: none;
}

.profiles-slideshow-container > .fsElementContent {
  position: relative;
  z-index: 1;
}

@media (min-width: 800px) {
  .profiles-slideshow-container > .fsElementContent .slick-list {
    overflow: visible;
  }
}

body.fsComposeMode .profiles-slideshow-container > .fsElementContent .slick-list {
  overflow: hidden;
}

@media (min-width: 800px) {
  .profiles-slideshow-container > .fsElementContent .slick-track {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 800px) {
  .profiles-slideshow-container > .fsElementContent .slick-track:before,
  .profiles-slideshow-container > .fsElementContent .slick-track:after {
    display: none;
  }
}

.profiles-slideshow-container .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  z-index: 999;
  top: calc(50vw + 38px);
}

@media (min-width: 600px) {
  .profiles-slideshow-container .slick-dots {
    top: calc(50vw + 52px);
  }
}

@media (min-width: 800px) {
  .profiles-slideshow-container .slick-dots {
    bottom: 40px;
    top: auto;
  }
}

.profiles-slideshow-container .slick-dots li {
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #fff;
  border-radius: 100%;
  position: relative;
  margin: 0 15px;
  height: 10px;
  width: 10px;
  border: 1px solid #d6d0cb;
}

@media (min-width: 800px) {
  .profiles-slideshow-container .slick-dots li {
    height: 60px;
    width: 60px;
    margin: 0 6px;
    border: none;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px #fff;
            box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px #fff;
  }
}

@media (max-width: 799px) {
  .profiles-slideshow-container .slick-dots li.slick-active,
  .profiles-slideshow-container .slick-dots li:hover {
    background-color: #d6d0cb;
  }
}

.profiles-slideshow-container .slick-dots li.slick-active button,
.profiles-slideshow-container .slick-dots li:hover button {
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.profiles-slideshow-container .slick-dots button {
  display: block;
  border: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 100%;
  padding: 0;
  color: transparent;
  white-space: nowrap;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  opacity: .5;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 799px) {
  .profiles-slideshow-container .slick-dots button {
    background: none !important;
    opacity: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}

.hp-profile-slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 0;
  height: auto;
  padding: calc(50vw - 22px) 30px 0;
}

@media (min-width: 600px) {
  .hp-profile-slide {
    padding: calc(50vw - 36px) calc(6.25vw + 35px) 0;
  }
}

@media (min-width: 800px) {
  .hp-profile-slide {
    padding: 13.88vw 0 140px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    min-height: 100vh;
  }
}

@media (min-width: 1000px) {
  .hp-profile-slide {
    padding: 19vh 0;
    min-height: 750px;
  }
}

@media (min-width: 1440px) {
  .hp-profile-slide {
    padding: 200px 0;
  }
}

.hp-profile-slide > header,
.hp-profile-slide > footer {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  width: 50vw;
  height: 50vw;
}

@media (min-width: 800px) {
  .hp-profile-slide > header,
  .hp-profile-slide > footer {
    height: 100%;
  }
}

.hp-profile-slide > header {
  right: 50%;
}

body:not(.fsComposeMode) .hp-profile-slide > header .fsElementTitle {
  display: none;
}

.hp-profile-slide > .fsElementContent {
  position: relative;
  z-index: 10;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
}

.hp-profile-slide > .fsElementContent article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (min-width: 800px) {
  .hp-profile-slide > .fsElementContent article {
    opacity: 0;
    visibility: hidden;
  }
}

.hp-profile-slide > .fsElementContent article.show,
body.fsComposeMode .hp-profile-slide > .fsElementContent article {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .5s;
  transition: .5s;
}

.hp-profile-slide > .fsElementContent article.show picture,
body.fsComposeMode .hp-profile-slide > .fsElementContent article picture {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 1;
  visibility: visible;
}

body.fsComposeMode .hp-profile-slide > .fsElementContent article figcaption {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 1;
  visibility: visible;
}

.hp-profile-slide > .fsElementContent figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hp-profile-slide > .fsElementContent figure:hover figcaption,
.hp-profile-slide > .fsElementContent figure:focus figcaption {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: .3s;
  transition: .3s;
}

.hp-profile-slide > .fsElementContent picture {
  display: block;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  height: 44px;
  width: 44px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 600px) {
  .hp-profile-slide > .fsElementContent picture {
    height: 72px;
    width: 72px;
  }
}

@media (min-width: 800px) {
  .hp-profile-slide > .fsElementContent picture {
    height: 100px;
    width: 100px;
    -webkit-transform: translate3d(0, 100px, 0) scale(0.5);
            transform: translate3d(0, 100px, 0) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}

.hp-profile-slide > .fsElementContent picture img {
  display: block;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.hp-profile-slide > .fsElementContent figcaption {
  color: #696969;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  font-style: italic;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-align: left;
  position: relative;
  margin-top: 0;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 40px 0 0;
  font-size: 16px;
  line-height: 1.4375;
}

@media (min-width: 600px) {
  .hp-profile-slide > .fsElementContent figcaption {
    line-height: 1.41667;
    font-size: 17px;
  }
}

@media (min-width: 800px) {
  .hp-profile-slide > .fsElementContent figcaption {
    padding: 3.4722vw;
    width: 600px;
    border-radius: 4px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.3);
    margin-top: 18px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
}

@media (min-width: 1100px) {
  .hp-profile-slide > .fsElementContent figcaption {
    font-size: 1.6666vw;
    font-size: 1.52777vw;
    width: 50.847vw;
    max-width: 800px;
  }
}

@media (min-width: 1400px) {
  .hp-profile-slide > .fsElementContent figcaption {
    padding: 50px;
    font-size: 22px;
  }
}

.hp-profile-slide > .fsElementContent figcaption:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 10px 14px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  top: -10px;
  display: none;
}

@media (min-width: 800px) {
  .hp-profile-slide > .fsElementContent figcaption:after {
    display: block;
  }
}

.hp-profile-slide > .fsElementContent .fsTitle {
  display: block;
  color: #252b33;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.25;
  text-transform: uppercase;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 10px;
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .hp-profile-slide > .fsElementContent .fsTitle {
    margin-top: 20px;
  }
}

.hp-profile-slide > footer {
  left: 50%;
}

.hp-profile-slide > header .fsElementHeaderContent,
.hp-profile-slide > footer .fsElementFooterContent {
  position: relative;
  background-size: cover;
  background-position: center;
  margin: 0 !important;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

@media (max-width: 999px) {
  .hp-profile-slide > header .fsElementHeaderContent,
  .hp-profile-slide > footer .fsElementFooterContent {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
}

@media (min-width: 800px) {
  .hp-profile-slide:not(.slick-active) {
    opacity: 1 !important;
  }

  .hp-profile-slide:not(.slick-active) > header .fsElementHeaderContent.skrollable-after {
    left: -100%;
    -webkit-transition: left .3s ease-in-out .5s;
    transition: left .3s ease-in-out .5s;
  }

  .hp-profile-slide:not(.slick-active) > footer .fsElementFooterContent.skrollable-after {
    left: 100%;
    -webkit-transition: left .3s ease-in-out .5s;
    transition: left .3s ease-in-out .5s;
  }

  .hp-profile-slide:not(.slick-active) .fsElementContent article.show picture {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0.5);
            transform: translate3d(0, 0, 0) scale(0.5);
  }
}

@media (min-width: 800px) {
  .hp-profile-slide.slick-active > header .fsElementHeaderContent.skrollable-after,
  .hp-profile-slide.slick-active > footer .fsElementFooterContent.skrollable-after {
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
  }

  .hp-profile-slide.slick-active:focus > .fsElementContent figcaption {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

body.fsComposeMode .hp-profile-slide {
  padding: 0;
}

body.fsComposeMode .hp-profile-slide > header,
body.fsComposeMode .hp-profile-slide > footer {
  width: 50%;
}

body.fsComposeMode .hp-profile-slide > header .fsElementHeaderContent,
body.fsComposeMode .hp-profile-slide > footer .fsElementFooterContent {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

body.fsComposeMode .hp-profile-slide article {
  opacity: 1;
  visibility: visible;
  padding: 100px 0;
}

body:not(.fsComposeMode) .profile-image {
  display: none;
}

@media (min-width: 800px) {
  .hp-intro-content.posts {
    padding-top: 12.96vmin;
    position: absolute;
    top: 0;
    max-width: 100%;
  }
}

@media (min-width: 1440px) {
  .hp-intro-content.posts {
    padding-top: 140px;
  }
}

@media (min-width: 800px) {
  .sticky .hp-intro-content.posts {
    position: fixed;
    top: 0;
  }
}

@media (min-width: 800px) {
  .sticky.bottom-out .hp-intro-content.posts {
    position: absolute;
  }
}

body.fsComposeMode .hp-intro-content.posts {
  position: relative !important;
  top: auto !important;
  width: 100% !important;
}

.hp-panel.posts {
  margin: 0 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 800px) {
  .hp-panel.posts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

body:not(.fsComposeMode) .hp-panel.posts > header,
body:not(.fsComposeMode) .hp-panel.posts > footer,
body:not(.fsComposeMode) .hp-panel.posts:after {
  display: none;
}

.hp-panel.posts > .fsStyleColumn {
  padding: 0;
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .hp-panel.posts > .fsStyleColumn-1 {
    width: calc(50% + 80px);
  }
}

@media (min-width: 1000px) {
  .hp-panel.posts > .fsStyleColumn-1 {
    width: 500px;
  }
}

@media (min-width: 1200px) {
  .hp-panel.posts > .fsStyleColumn-1 {
    width: calc(50% + 20px);
  }
}

.hp-panel.posts > .fsStyleColumn-2 {
  margin-bottom: 40px;
}

@media (min-width: 600px) {
  .hp-panel.posts > .fsStyleColumn-2 {
    margin-bottom: 60px;
  }
}

@media (min-width: 800px) {
  .hp-panel.posts > .fsStyleColumn-2 {
    margin-bottom: 0;
    width: calc(50% - 80px);
    padding-left: 40px;
  }
}

@media (min-width: 1000px) {
  .hp-panel.posts > .fsStyleColumn-2 {
    width: calc(100% - 500px);
    padding-left: 50px;
  }
}

@media (min-width: 1200px) {
  .hp-panel.posts > .fsStyleColumn-2 {
    width: calc(50% - 20px);
    padding-left: 5.555vw;
  }
}

@media (min-width: 1440px) {
  .hp-panel.posts > .fsStyleColumn-2 {
    padding-left: 80px;
  }
}

body:not(.fsComposeMode) .fsPostElement.hp-posts > header {
  display: none;
}

.fsPostElement.hp-posts article {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
}

.fsPostElement.hp-posts article.has-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 40px;
  width: 100%;
}

.fsPostElement.hp-posts article.has-thumbnail:first-child {
  margin-top: -20px;
}

.fsPostElement.hp-posts .fsThumbnail {
  margin-bottom: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

.fsPostElement.hp-posts .fsTitle {
  line-height: 20px;
  font-size: 17px;
}

@media (min-width: 600px) {
  .fsPostElement.hp-posts .fsTitle {
    font-size: 19px;
    line-height: 23px;
  }
}

@media (min-width: 800px) {
  .fsPostElement.hp-posts .fsTitle {
    line-height: 20px;
    font-size: 17px;
  }
}

@media (min-width: 1300px) {
  .fsPostElement.hp-posts .fsTitle {
    font-size: 18px;
    line-height: 23px;
  }
}

.fsPostElement.hp-posts .fsTitle a {
  font-size: inherit;
  line-height: inherit;
}

.fsPostElement.hp-posts.fsThumbnailRectangle .fsCroppedImage {
  padding-bottom: 66.66%;
}

.fsPostElement .hp-post-content {
  color: #fff;
  position: relative;
  z-index: 20;
  width: calc(100% - 20px);
}

@media (min-width: 1000px) {
  .fsPostElement .hp-post-content {
    width: calc(100% - 5.2vw);
  }
}

@media (min-width: 1440px) {
  .fsPostElement .hp-post-content {
    width: calc(100% - 100px);
  }
}

.fsPostElement .hp-post-content h1,
.fsPostElement .hp-post-content h2,
.fsPostElement .hp-post-content h3,
.fsPostElement .hp-post-content h4,
.fsPostElement .hp-post-content h5,
.fsPostElement .hp-post-content h6,
.fsPostElement .hp-post-content .fsTitle {
  color: inherit;
}

.fsPostElement .hp-post-content .fsDateTime {
  color: #b9d1db;
}

.fsPostElement .hp-post-content a {
  color: #faf39d;
}

.fsPostElement .hp-post-content a:hover,
.fsPostElement .hp-post-content a:focus {
  color: #faf39d;
}

.fsPostElement .hp-post-content a.fs_style_39:after,
.fsPostElement .hp-post-content a.fsReadMoreLink:after {
  color: #fdb714;
}

.fsPostElement .hp-post-content a.fsReadMoreLink {
  font-size: 16px;
  line-height: 18px;
}

.fsPostElement .hp-post-content .fsTitle {
  margin-bottom: 5px;
}

.fsPostElement .hp-post-content .fsTitle a {
  color: #fff;
}

.fsPostElement .hp-post-content .fsTitle a:hover {
  color: #fff;
}

.fsPostElement .hp-post-content .fsSummary {
  font-size: 16px;
  line-height: 1.4375;
  margin-top: 23px;
  display: none;
}

@media (min-width: 600px) {
  .fsPostElement .hp-post-content .fsSummary {
    display: none;
  }
}

.fsPostElement .hp-post-content .fsSummary:not(:last-child) {
  margin-bottom: 15px;
}

.fsPostElement .hp-post-content .fsDateTime {
  margin-bottom: 0;
}

.fsPostElement .hp-post-content:hover .hp-post-header > div,
.fsPostElement .hp-post-content:focus .hp-post-header > div {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0s;
  transition: 0s;
}

.fsPostElement .hp-post-content:hover .hp-post-wrapper,
.fsPostElement .hp-post-content:focus .hp-post-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsPostElement .hp-post-content:hover .hp-post-inner,
.fsPostElement .hp-post-content:focus .hp-post-inner {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: .3s;
  transition: .3s;
}

.fsPostElement .hp-post-header {
  background-color: #0151a1;
  padding: 15px;
}

@media (min-width: 600px) {
  .fsPostElement .hp-post-header {
    padding: 20px;
  }
}

@media (min-width: 800px) {
  .fsPostElement .hp-post-header {
    padding: 15px;
  }
}

@media (min-width: 1300px) {
  .fsPostElement .hp-post-header {
    padding: 20px;
  }
}

.fsPostElement .hp-post-header > div {
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 1;
  visibility: visible;
}

.fsPostElement .hp-post-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.fsPostElement .hp-post-inner {
  padding: 20px;
  background-color: #0151a1;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: .3s;
  transition: .3s;
}

.hp-panel.video {
  margin: 0;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 600px) {
  .hp-panel.video {
    padding-bottom: 60px;
  }
}

@media (min-width: 800px) {
  .hp-panel.video {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 80px;
  }
}

@media (min-width: 1100px) {
  .hp-panel.video {
    padding-bottom: 100px;
  }
}

body:not(.fsComposeMode) .hp-panel.video > header {
  display: none;
}

.hp-panel.video > header,
.hp-panel.video > footer {
  width: 100%;
}

.hp-panel.video > .fsStyleColumn {
  padding: 0;
  width: 100%;
}

@media (min-width: 800px) {
  .hp-panel.video > .fsStyleColumn-1 {
    padding-top: 40px;
    width: 260px;
  }
}

@media (min-width: 1000px) {
  .hp-panel.video > .fsStyleColumn-1 {
    width: 300px;
    padding-top: 55px;
  }
}

@media (min-width: 1200px) {
  .hp-panel.video > .fsStyleColumn-1 {
    width: 350px;
  }
}

@media (min-width: 800px) {
  .hp-panel.video > .fsStyleColumn-2 {
    width: calc(100% - 260px);
    padding-left: 40px;
  }
}

@media (min-width: 1000px) {
  .hp-panel.video > .fsStyleColumn-2 {
    padding-left: 4.166vw;
    width: calc(100% - 300px);
  }
}

@media (min-width: 1200px) {
  .hp-panel.video > .fsStyleColumn-2 {
    width: calc(100% - 350px);
    padding-left: 5.555vw;
  }
}

@media (min-width: 1440px) {
  .hp-panel.video > .fsStyleColumn-2 {
    padding-left: 100px;
  }
}

.hp-panel.fixed-image {
  position: relative;
  margin-left: 50%;
  margin-right: 0;
  left: -50vw;
  width: 100vw;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body:not(.fsComposeMode) .hp-panel.fixed-image {
  background-attachment: fixed;
}

@supports (-webkit-overflow-scrolling: touch) {
  body:not(.fsComposeMode) .hp-panel.fixed-image {
    background-attachment: scroll;
  }
}

body:not(.fsComposeMode) .hp-panel.fixed-image > header,
body:not(.fsComposeMode) .hp-panel.fixed-image > footer {
  display: none;
}

.hp-panel.fixed-image > .fsElementContent {
  width: 1180px;
  margin: 0 auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 320px;
}

@media (min-width: 600px) {
  .hp-panel.fixed-image > .fsElementContent {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.hp-panel.fixed-image > .fsElementContent .fsStyleColumn {
  margin-bottom: 0;
  max-width: 320px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13.888vw 0;
}

@media (min-width: 1440px) {
  .hp-panel.fixed-image > .fsElementContent .fsStyleColumn {
    padding: 200px 0;
    max-width: 22.222vw;
  }
}

.hp-panel.fixed-image > .fsElementContent .fsStyleColumn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100vw;
  opacity: 0.5;
  background-color: #000000;
}

.hp-panel.fixed-image > .fsElementContent .fsStyleColumn:after {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  visibility: visible;
}

body.fsComposeMode .hp-panel.fixed-image {
  width: 100%;
  margin-left: 0;
  left: auto;
  overflow: hidden;
}

.hp-intro-content.fixed-image {
  color: #fff;
}

.hp-intro-content.fixed-image h1,
.hp-intro-content.fixed-image h2,
.hp-intro-content.fixed-image h3,
.hp-intro-content.fixed-image h4,
.hp-intro-content.fixed-image h5,
.hp-intro-content.fixed-image h6,
.hp-intro-content.fixed-image .fsElementHeaderContent {
  color: inherit;
}

.hp-intro-content.fixed-image a {
  color: inherit;
}

.hp-intro-content.fixed-image a:hover,
.hp-intro-content.fixed-image a:focus {
  color: inherit;
}

@media (min-width: 600px) {
  .hp-panel.cta-panel {
    position: relative;
    margin-left: 50%;
    margin-right: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    width: 100vw;
  }
}

body:not(.fsComposeMode) .hp-panel.cta-panel > header,
body:not(.fsComposeMode) .hp-panel.cta-panel > footer {
  display: none;
}

.hp-panel.cta-panel > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (min-width: 500px) {
  .hp-panel.cta-panel > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media (min-width: 600px) {
  .hp-panel.cta-panel > .fsElementContent {
    max-width: calc(100% - 70px);
    width: 1180px;
    margin: 0 auto;
  }
}

@media (min-width: 800px) {
  .hp-panel.cta-panel > .fsElementContent {
    max-width: calc(100% - 40px);
  }
}

@media (min-width: 1100px) {
  .hp-panel.cta-panel > .fsElementContent {
    max-width: calc(100% - 100px);
  }
}

.hp-panel.cta-panel:last-child {
  margin-top: 60px;
}

@media (min-width: 600px) {
  .hp-panel.cta-panel:last-child {
    margin-top: 80px;
  }
}

@media (min-width: 1100px) {
  .hp-panel.cta-panel:last-child {
    margin-top: 100px;
  }
}

body.fsComposeMode .hp-panel.cta-panel {
  width: 100%;
  margin-left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

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

@media (min-width: 1000px) {
  .cta-header {
    margin-bottom: 35px;
  }
}

body:not(.fsComposeMode) .cta-header > header,
body:not(.fsComposeMode) .cta-header > footer {
  display: none;
}

.cta-header > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  font-weight: 500;
  margin-left: -5px;
  margin-right: -5px;
  font-size: 9.4vw;
  line-height: 1.22222;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 400px) {
  .cta-header > .fsElementContent {
    font-size: 36px;
  }
}

@media (min-width: 600px) {
  .cta-header > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 6vw;
  }
}

@media (min-width: 800px) {
  .cta-header > .fsElementContent {
    font-size: 32px;
  }
}

@media (min-width: 1000px) {
  .cta-header > .fsElementContent {
    font-size: 3.8194vw;
    line-height: 1.2;
  }
}

@media (min-width: 1440px) {
  .cta-header > .fsElementContent {
    font-size: 55px;
  }
}

.cta-header > .fsElementContent > div {
  padding: 0 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.75, 0.75) translate3d(0, 0, 0);
          transform: scale(0.75, 0.75) translate3d(0, 0, 0);
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s ease-out .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s ease-out .3s;
  transition: opacity .3s, visibility .3s, transform .3s ease-out .3s;
  transition: opacity .3s, visibility .3s, transform .3s ease-out .3s, -webkit-transform .3s ease-out .3s;
}

.cta-header > .fsElementContent > div:first-child {
  color: #4c86a0;
}

.cta-header > .fsElementContent > div:nth-child(2) {
  color: #255075;
}

.cta-header > .fsElementContent > div:nth-child(3) {
  color: #192857;
}

.cta-header.animate > .fsElementContent > div {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
          transform: scale(1, 1) translate3d(0, 0, 0);
}

.cta-header.animate > .fsElementContent > div:nth-child(1) {
  -webkit-transition: 0.5s 0.25s;
  transition: 0.5s 0.25s;
}

.cta-header.animate > .fsElementContent > div:nth-child(2) {
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
}

.cta-header.animate > .fsElementContent > div:nth-child(3) {
  -webkit-transition: 0.5s 0.75s;
  transition: 0.5s 0.75s;
}

body.fsComposeMode .cta-header > .fsElementContent > div {
  -webkit-transition: 0s !important;
  transition: 0s !important;
  opacity: 1;
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
          transform: scale(1, 1) translate3d(0, 0, 0);
  visibility: visible;
}

.cta-button {
  margin: 0 0 10px;
  min-width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 80px);
}

@media (min-width: 500px) {
  .cta-button {
    margin-bottom: 20px;
    padding: 0 10px;
    max-width: 50%;
    width: auto;
  }
}

@media (min-width: 900px) {
  .cta-button {
    max-width: 33.33%;
    margin-bottom: 0;
  }
}

@media (min-width: 500px) {
  .cta-button:last-child {
    margin-bottom: 20px;
  }
}

@media (min-width: 900px) {
  .cta-button:last-child {
    margin-bottom: 0;
  }
}

body:not(.fsComposeMode) .cta-button > header .fsElementTitle,
body:not(.fsComposeMode) .cta-button > footer {
  display: none;
}

.cta-button > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.cta-button > header .fsElementHeaderContent {
  margin: 0 !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cta-button > header .fsElementHeaderContent > p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cta-button a {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.hp-lightbox-container {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 500;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: .5s;
  transition: .5s;
}

.hp-lightbox-container > header,
.hp-lightbox-container > .fsElementContent,
.hp-lightbox-container > footer {
  background-color: #fff;
  width: 880px;
  max-width: calc(100% - 40px);
  max-height: calc(100vh - 40px);
}

.hp-lightbox-container > header {
  position: relative;
}

body:not(.fsComposeMode) .hp-lightbox-container > header .fsElementTitle {
  display: none;
}

.hp-lightbox-container > header .fsElementHeaderContent {
  margin: 0 !important;
}

.hp-lightbox-container > .fsElementContent {
  padding: 60px 20px 30px;
  -webkit-transform: scale(0.75) translate3d(0, 0, 0);
          transform: scale(0.75) translate3d(0, 0, 0);
  opacity: 0;
}

@media (min-width: 800px) {
  .hp-lightbox-container > .fsElementContent {
    padding: 50px;
  }
}

.hp-lightbox-container .fsResourceElement {
  overflow-y: auto;
  max-height: calc(100vh - 140px);
}

.hp-lightbox-container .fsResourceElement > footer .fsElementFooterContent {
  font-size: 14px;
  line-height: 1.5;
  display: block;
  color: #252b33;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-weight: 300;
  margin-top: 18px;
}

@media (min-width: 600px) {
  .hp-lightbox-container .fsResourceElement > footer .fsElementFooterContent {
    margin-top: 21px;
  }
}

.hp-lightbox-container .fsResourceElement .fsResourceTypeVideo {
  padding-right: 5px;
  width: calc(100% - 10px);
}

.lightbox-is-active .hp-lightbox-container {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.lightbox-is-active .hp-lightbox-container > .fsElementContent {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
          transform: scale(1) translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
  -webkit-transition: .5s ease-in-out .15s;
  transition: .5s ease-in-out .15s;
}

.lightbox-is-active .hp-lightbox-container button.close-lightbox {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s ease-in-out .7s, visibility .3s ease-in-out .7s, -webkit-transform .3s ease-in-out 0s;
  transition: opacity .3s ease-in-out .7s, visibility .3s ease-in-out .7s, -webkit-transform .3s ease-in-out 0s;
  transition: opacity .3s ease-in-out .7s, visibility .3s ease-in-out .7s, transform .3s ease-in-out 0s;
  transition: opacity .3s ease-in-out .7s, visibility .3s ease-in-out .7s, transform .3s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
}

.lightbox-is-active .hp-lightbox-container button.close-lightbox:hover,
.lightbox-is-active .hp-lightbox-container button.close-lightbox:focus {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.lightbox-is-active .hp-lightbox-container button.close-lightbox:hover:after,
.lightbox-is-active .hp-lightbox-container button.close-lightbox:focus:after {
  color: #252b33;
  -webkit-transition: .3s;
  transition: .3s;
}

body.fsComposeMode .hp-lightbox-container {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  height: auto;
}

body.fsComposeMode .hp-lightbox-container > header,
body.fsComposeMode .hp-lightbox-container > .fsElementContent,
body.fsComposeMode .hp-lightbox-container > footer,
body.fsComposeMode .hp-lightbox-container .fsResourceElement {
  max-height: none;
}

body.fsComposeMode .hp-lightbox-container > .fsElementContent {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

body.fsComposeMode .hp-lightbox-container button.close-lightbox {
  opacity: 1;
  visibility: visible;
}

button.close-lightbox {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 45px;
  height: 45px;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  padding: 0;
  border: none;
  opacity: 0;
  z-index: 501;
  cursor: pointer;
  background: transparent;
}

button.close-lightbox:after {
  content: "\E90F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #93272c;
  font-size: 30px;
  line-height: 45px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.portal-page .fsTwoColumnWideRightLayout > .fsDiv > .fsElement + .fsElement {
  margin-top: 2em;
}

/*! pages - style-guide v0.0.1 */

.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: 11.11111%;
  }
}

.colors.main ol li:nth-of-type(1) {
  background: #696969;
}

.colors.main ol li:nth-of-type(1):after {
  content: "#696969";
}

.colors.main ol li:nth-of-type(2) {
  background: #0151a1;
}

.colors.main ol li:nth-of-type(2):after {
  content: "#0151a1";
}

.colors.main ol li:nth-of-type(3) {
  background: #93272c;
}

.colors.main ol li:nth-of-type(3):after {
  content: "#93272c";
}

.colors.main ol li:nth-of-type(4) {
  background: #192857;
}

.colors.main ol li:nth-of-type(4):after {
  content: "#192857";
}

.colors.main ol li:nth-of-type(5) {
  background: #c31f4b;
}

.colors.main ol li:nth-of-type(5):after {
  content: "#c31f4b";
}

.colors.main ol li:nth-of-type(6) {
  background: #fdb714;
}

.colors.main ol li:nth-of-type(6):after {
  content: "#fdb714";
}

.colors.main ol li:nth-of-type(7) {
  background: #faf39d;
}

.colors.main ol li:nth-of-type(7):after {
  content: "#faf39d";
}

.colors.main ol li:nth-of-type(8) {
  background: #b9d1db;
}

.colors.main ol li:nth-of-type(8):after {
  content: "#b9d1db";
}

.colors.main ol li:nth-of-type(9) {
  background: #4c86a0;
}

.colors.main ol li:nth-of-type(9):after {
  content: "#4c86a0";
}

@media (min-width: 800px) {
  .colors.accent ol li {
    width: 12.5%;
  }
}

.colors.accent ol li:nth-of-type(1) {
  background: #6c3a5d;
}

.colors.accent ol li:nth-of-type(1):after {
  content: "#6c3a5d";
}

.colors.accent ol li:nth-of-type(2) {
  background: #255075;
}

.colors.accent ol li:nth-of-type(2):after {
  content: "#255075";
}

.colors.accent ol li:nth-of-type(3) {
  background: #ada198;
}

.colors.accent ol li:nth-of-type(3):after {
  content: "#ada198";
}

.colors.accent ol li:nth-of-type(4) {
  background: #b86a55;
}

.colors.accent ol li:nth-of-type(4):after {
  content: "#b86a55";
}

.colors.accent ol li:nth-of-type(5) {
  background: #42695c;
}

.colors.accent ol li:nth-of-type(5):after {
  content: "#42695c";
}

.colors.accent ol li:nth-of-type(6) {
  background: #ab6489;
}

.colors.accent ol li:nth-of-type(6):after {
  content: "#ab6489";
}

.colors.accent ol li:nth-of-type(7) {
  background: #00788c;
}

.colors.accent ol li:nth-of-type(7):after {
  content: "#00788c";
}

.colors.accent ol li:nth-of-type(8) {
  background: #8cb8c9;
}

.colors.accent ol li:nth-of-type(8):after {
  content: "#8cb8c9";
}

@media (min-width: 800px) {
  .colors.shade ol li {
    width: 33.33333%;
  }
}

.colors.shade ol li:nth-of-type(1) {
  background: #252b33;
}

.colors.shade ol li:nth-of-type(1):after {
  content: "#252b33";
}

.colors.shade ol li:nth-of-type(2) {
  background: #d6d0cb;
}

.colors.shade ol li:nth-of-type(2):after {
  content: "#d6d0cb";
}

.colors.shade ol li:nth-of-type(3) {
  background: #f7f6f5;
}

.colors.shade ol li:nth-of-type(3):after {
  content: "#f7f6f5";
}

.fonts ol {
  padding: 0;
  list-style: none;
}

.fonts ol li:nth-of-type(1) {
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
}

.fonts ol li:nth-of-type(1):after {
  content: "Mercury SSm A, Mercury SSm B, Georgia, serif";
  display: block;
  margin-bottom: 10px;
}

.fonts ol li:nth-of-type(2):after {
  content: "";
  display: block;
  margin-bottom: 10px;
}

.fonts ol li:nth-of-type(3) {
  font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
}

.fonts ol li:nth-of-type(3):after {
  content: "Whitney SSm A, Whitney SSm B, sans-serif";
  display: block;
  margin-bottom: 10px;
}

.fonts ol li:nth-of-type(4) {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
}

.fonts ol li:nth-of-type(4):after {
  content: "Gotham SSm A, Gotham SSm B, Arial";
  display: block;
  margin-bottom: 10px;
}

.headers .fsElementContent h1:after {
  content: " - font-size: 40px / line-height: 1.2";
}

.headers .fsElementContent h2:after {
  content: " - font-size: 26px / line-height: 1.21429";
}

.headers .fsElementContent h3:after {
  content: " - font-size: 18px / line-height: 1.22222";
}

.headers .fsElementContent h4:after {
  content: " - font-size: 19px / line-height: 1.21053";
}

.headers .fsElementContent h5:after {
  content: " - font-size: 16px / line-height: 1.1875";
}

.headers .fsElementContent h6:after {
  content: " - font-size: 13px / line-height: 1.15385";
}

/*! enhancements - custom veteran pages */

body.veteran-page .fsHeader:after,
.fsSection1349 .fsHeader:after {
  background-color: #93272c;
}

.va-header .nav-utility-header .fsNavLevel1 > li {
  display: none;
}

.va-header .nav-utility-header .fsNavLevel1 > li.home-link {
  padding-left: 0;
  border-left: none;
  margin-left: 0;
}

@media (min-width: 800px) {
  .va-header .nav-utility-header .fsNavLevel1 > li.home-link {
    display: block;
  }
}

.nav-sub.veteran .fsNavLevel1 > li.veteran {
  display: block;
}

.nav-sub.veteran .fsNavLevel1 > li.veteran > a {
  opacity: 0;
}

.nav-sub.veteran .fsNavLevel1 > li.veteran > a.va-link {
  opacity: 1;
}

/*! enhancements - hero options */

.has-hero-image .fsHeader {
  background-size: cover;
  background-position: center;
}

.has-hero-image .fsHeader:before {
  display: none;
}

.has-hero-image .fsHeader:after {
  height: 100%;
}

.has-hero-image .fsHeader > .fsBanner {
  padding-bottom: 20px;
}

@media (min-width: 600px) {
  .has-hero-image .fsHeader > .fsBanner {
    padding-bottom: 26px;
  }
}

@media (min-width: 800px) {
  .has-hero-image .fsHeader > .fsBanner {
    padding-bottom: 15px;
  }
}

@media (min-width: 1100px) {
  .has-hero-image .fsHeader > .fsBanner {
    padding-bottom: 12px;
  }
}

@media (min-width: 800px) {
  .has-hero-image .fsPageContent {
    padding-top: 30px;
  }
}

@media (min-width: 600px) {
  .has-hero-image .fsPageBody {
    padding-top: 40px;
  }
}

@media (min-width: 800px) {
  .has-hero-image .fsPageBody {
    padding-top: 50px;
  }
}

@media (min-width: 800px) {
  .has-hero-image .offset-banner,
  .has-hero-image .offset-column {
    -webkit-transform: translateY(-94px);
        -ms-transform: translateY(-94px);
            transform: translateY(-94px);
    position: relative;
    z-index: 10;
  }
}

@media (min-width: 800px) {
  .has-hero-image .offset-banner .nav-sub,
  .has-hero-image .offset-column .nav-sub {
    padding-left: 20px;
    padding-right: 20px;
  }

  .has-hero-image .offset-banner .nav-sub .fsNavLevel1 > li > a,
  .has-hero-image .offset-column .nav-sub .fsNavLevel1 > li > a {
    font-size: 20px;
  }
}

@media (min-width: 1100px) {
  .has-hero-image .offset-banner .nav-sub,
  .has-hero-image .offset-column .nav-sub {
    padding-left: 30px;
    padding-right: 30px;
  }

  .has-hero-image .offset-banner .nav-sub .fsNavLevel1 > li > a,
  .has-hero-image .offset-column .nav-sub .fsNavLevel1 > li > a {
    font-size: 22px;
  }
}

@media (min-width: 800px) {
  .has-hero-image.move-page-title .fsPageContent {
    padding-top: 0;
  }
}

@media (min-width: 800px) {
  .has-hero-image.move-page-title .offset-container > .fsStyleTwoThirds {
    padding-top: 30px;
  }
}

.hero-image {
  position: relative;
  width: calc(100% - 20px);
}

@media (min-width: 600px) {
  .hero-image {
    width: 100%;
  }
}

.fsHeader .hero-image {
  margin-bottom: 0;
  z-index: 5;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

@media (min-width: 800px) {
  .fsHeader .hero-image {
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
  }
}

.fsHeader .hero-image > header {
  display: none;
}

.fsHeader .hero-image picture {
  display: block;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  min-height: 180px;
  height: 42.36vw;
}

@media (min-width: 1440px) {
  .fsHeader .hero-image picture {
    height: 610px;
  }
}

.fsHeader .hero-image picture img {
  display: block;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

body.fsComposeMode .fsHeader .hero-image:after {
  content: 'Please refresh the page before editing while "Compose" mode is toggled on';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-weight: bold;
}

body.fsDraftMode:not(.fsComposeMode) .fsPageBodyWrapper .hero-image:after {
  content: 'Please refresh the page while "Compose" mode is toggled off for rendering';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-weight: bold;
}

/*! enhancements - post pages */

.jump-button {
  display: inline-block;
  border: 0;
  margin: 0 5px 10px 0;
  background: #fff;
  color: #c31f4b;
  border-radius: 4px;
  border: solid 1px #d6d0cb;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 16px 20px;
  margin: 0;
  font-size: 10px;
  line-height: 1;
  padding: 9px 8px;
  min-width: 140px;
}

.jump-button:hover,
.jump-button:focus,
.fsStateSelected .jump-button,
.jump-button.on {
  background: #f7f6f5;
  color: #93272c;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: #d6d0cb;
}

.fsBannerLeft .jump-button,
.fsBannerRight .jump-button,
.fsStyleOneThird .jump-button,
.fsThreeColumnLayout > .fsDiv .jump-button,
.fsFourColumnLayout > .fsDiv .jump-button {
  width: 100%;
  margin-right: 0;
  display: block;
}

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

@media (min-width: 800px) {
  .jump-button {
    min-width: 0;
  }
}

.custom-post-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.custom-post-container > .fsStyleColumn {
  margin-bottom: 0;
}

.custom-post-container > .fsStyleColumn-1 {
  position: relative;
  margin-bottom: 30px;
}

@media (min-width: 800px) {
  .custom-post-container > .fsStyleColumn-1 {
    margin-bottom: 0;
  }
}

.custom-post-container.intro-title-centered > header {
  margin-bottom: 85px;
}

@media (min-width: 800px) {
  .custom-post-container.intro-title-centered > header {
    margin-bottom: 35px;
  }
}

.custom-post-container.intro-title-centered > header .fsElementHeaderContent {
  margin: 0 !important;
}

.custom-post-container.intro-title-centered > header .fsElementHeaderContent button {
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  top: calc(100% + 22px);
}

@media (min-width: 800px) {
  .custom-post-container.intro-title-centered > header .fsElementHeaderContent button {
    left: auto;
    right: 0;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.post-featured {
  z-index: 10;
}

@media (min-width: 800px) {
  .post-featured {
    position: absolute;
    top: 0;
    max-width: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
}

@media (min-width: 800px) {
  .sticky .post-featured {
    position: fixed;
    top: 0;
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
}

@media (min-width: 800px) {
  .sticky.bottom-out .post-featured {
    position: absolute;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

body.fsComposeMode .post-featured {
  position: relative !important;
  top: auto !important;
  width: 100% !important;
}

.post-featured article {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
}

.post-featured article.has-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 40px;
  width: 100%;
}

.post-featured article.has-thumbnail:first-child {
  margin-top: -20px;
}

.post-featured .fsThumbnail {
  margin-bottom: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

.post-featured .fsTitle {
  line-height: 20px;
  font-size: 17px;
}

@media (min-width: 600px) {
  .post-featured .fsTitle {
    font-size: 19px;
    line-height: 23px;
  }
}

@media (min-width: 800px) {
  .post-featured .fsTitle {
    line-height: 20px;
    font-size: 17px;
  }
}

@media (min-width: 1300px) {
  .post-featured .fsTitle {
    font-size: 18px;
    line-height: 23px;
  }
}

.post-featured .fsTitle a {
  font-size: inherit;
  line-height: inherit;
}

.post-featured.fsThumbnailRectangle .fsCroppedImage {
  padding-bottom: 66.66%;
}

.fsPostElement .featured-post-content {
  color: #fff;
  position: relative;
  z-index: 20;
  width: calc(100% - 20px);
}

@media (min-width: 1000px) {
  .fsPostElement .featured-post-content {
    width: calc(100% - 5.2vw);
  }
}

@media (min-width: 1440px) {
  .fsPostElement .featured-post-content {
    width: calc(100% - 100px);
  }
}

.fsPostElement .featured-post-content h1,
.fsPostElement .featured-post-content h2,
.fsPostElement .featured-post-content h3,
.fsPostElement .featured-post-content h4,
.fsPostElement .featured-post-content h5,
.fsPostElement .featured-post-content h6,
.fsPostElement .featured-post-content .fsTitle {
  color: inherit;
}

.fsPostElement .featured-post-content .fsDateTime {
  color: #b9d1db;
}

.fsPostElement .featured-post-content a {
  color: #faf39d;
}

.fsPostElement .featured-post-content a:hover,
.fsPostElement .featured-post-content a:focus {
  color: #fdb714;
}

.fsPostElement .featured-post-content a.fs_style_39:after,
.fsPostElement .featured-post-content a.fsReadMoreLink:after {
  color: #fdb714;
}

.fsPostElement .featured-post-content a.fsReadMoreLink {
  font-size: 16px;
  line-height: 18px;
}

.fsPostElement .featured-post-content .fsTitle {
  margin-bottom: 5px;
}

.fsPostElement .featured-post-content .fsTitle a {
  color: #fff;
}

.fsPostElement .featured-post-content .fsTitle a:hover {
  color: #fff;
}

.fsPostElement .featured-post-content .fsSummary {
  font-size: 16px;
  line-height: 1.4375;
  margin-top: 23px;
}

.fsPostElement .featured-post-content .fsSummary:not(:last-child) {
  margin-bottom: 15px;
}

.fsPostElement .featured-post-content .fsDateTime {
  margin-bottom: 0;
}

.fsPostElement .featured-post-content:hover .featured-post-header > div,
.fsPostElement .featured-post-content:focus .featured-post-header > div {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0s;
  transition: 0s;
}

.fsPostElement .featured-post-content:hover .featured-post-wrapper,
.fsPostElement .featured-post-content:focus .featured-post-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsPostElement .featured-post-content:hover .featured-post-inner,
.fsPostElement .featured-post-content:focus .featured-post-inner {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: .3s;
  transition: .3s;
}

.fsPostElement .featured-post-header {
  background-color: #0151a1;
  padding: 15px;
}

@media (min-width: 600px) {
  .fsPostElement .featured-post-header {
    padding: 20px;
  }
}

@media (min-width: 800px) {
  .fsPostElement .featured-post-header {
    padding: 15px;
  }
}

@media (min-width: 1300px) {
  .fsPostElement .featured-post-header {
    padding: 20px;
  }
}

.fsPostElement .featured-post-header > div {
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 1;
  visibility: visible;
}

.fsPostElement .featured-post-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.fsPostElement .featured-post-inner {
  padding: 20px;
  background-color: #0151a1;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: .3s;
  transition: .3s;
}

.fsList.post-featured-list article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 799px) {
  .fsList.post-featured-list article:nth-child(4) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.fsList.post-featured-list article:nth-child(n+5) {
  display: none;
}

@media (min-width: 800px) {
  .fsList.post-featured-list article:nth-child(n+5) {
    display: block;
  }
}

@media (min-width: 800px) {
  .fsList.post-featured-list article {
    display: block;
  }
}

.fsList.post-featured-list article .fsThumbnail {
  width: 115px;
  padding-right: 15px;
}

@media (min-width: 400px) {
  .fsList.post-featured-list article .fsThumbnail {
    width: 40%;
  }
}

@media (min-width: 800px) {
  .fsList.post-featured-list article .fsThumbnail {
    width: 100%;
  }
}

.fsList.post-featured-list article .featured-post-list {
  width: calc(100% - 115px);
}

@media (min-width: 400px) {
  .fsList.post-featured-list article .featured-post-list {
    width: 60%;
  }
}

@media (min-width: 800px) {
  .fsList.post-featured-list article .featured-post-list {
    width: 100%;
  }
}

@media (max-width: 799px) {
  .fsList.post-featured-list article .fsTitle {
    font-size: 17px;
    line-height: 20px;
  }
}

.fsList.post-featured-list > footer .fsElementFooterContent {
  margin-top: 20px;
}

@media (min-width: 800px) {
  .fsList.post-featured-list > footer .fsElementFooterContent {
    margin-top: 40px;
  }
}

.post-landing-content article > div {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.post-landing-content article > div.fsTitle {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.post-landing-content article > div.fsAuthor {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.post-landing-content article > div.fsDateTime {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.post-landing-content article > div.sticky-post-wrapper {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.post-landing-content .fsTitle {
  color: #252b33;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 29px;
}

@media (min-width: 1000px) {
  .post-landing-content .fsTitle {
    font-size: 40px;
    line-height: 48px;
  }
}

.post-landing-content .fsBody {
  margin-top: 20px;
  margin-bottom: 0;
}

.post-landing-content .fsBody:first-child {
  margin-top: 0;
}

.post-landing-content .fsBody:last-child {
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .post-landing-content .fsBody {
    margin-top: 30px;
  }
}

.post-landing-content .fsSharingButtonsContainer {
  margin-top: 10px;
}

.post-landing-content .fsSharingButtonsContainer:first-child {
  margin-top: 0;
}

.post-landing-content .fsSharingButtonsContainer:last-child {
  margin-bottom: 0;
}

@media (min-width: 1260px) {
  .post-landing-content .fsSharingButtonsContainer {
    margin-top: 20px;
  }
}

.post-landing-content .fsSharingTypePost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-landing-content .fsSharingTypePost:before {
  content: 'Share this story';
  color: #696969;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 10px 10px 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.post-landing-content .fsSharingTypePost:after {
  content: '';
  height: 1px;
  width: 30px;
  background-color: #d6d0cb;
  display: inline-block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 10px;
}

.post-landing-content .fsSharingButtons {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
}

@media (min-width: 500px) {
  .post-landing-content .fsSharingButtons {
    width: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 800px) {
  .post-landing-content .fsSharingButtons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media (min-width: 1260px) {
  .post-landing-content .fsSharingButtons {
    width: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.post-landing-content.fsSingleItem > .fsElementContent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.post-landing-content.fsSingleItem article {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 800px) {
  .post-landing-content.fsSingleItem article {
    width: 55%;
  }
}

@media (min-width: 1000px) {
  .post-landing-content.fsSingleItem article {
    width: 540px;
  }
}

@media (min-width: 800px) {
  .post-landing-content.fsSingleItem article > .fsThumbnail,
  .post-landing-content.fsSingleItem article > .fsSharingButtonsContainer {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
}

.post-landing-content.fsSingleItem .sticky-post-wrapper {
  margin-top: 20px;
}

@media (min-width: 800px) {
  .post-landing-content.fsSingleItem .sticky-post-wrapper {
    margin-top: 0;
    position: absolute;
    height: calc(100% - 30px);
    width: 100%;
    left: 0;
    top: 0;
    max-width: 45%;
  }
}

@media (min-width: 1000px) {
  .post-landing-content.fsSingleItem .sticky-post-wrapper {
    max-width: calc(100% - 540px);
    height: calc(100% - 50px);
  }
}

@media (min-width: 800px) {
  .post-landing-content.fsSingleItem .sticky-post-inner {
    position: absolute;
    top: 0;
    max-width: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
}

@media (min-width: 800px) {
  .post-landing-content.fsSingleItem .sticky .sticky-post-inner {
    position: fixed;
    top: 0;
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
}

@media (min-width: 1000px) {
  .post-landing-content.fsSingleItem .sticky .sticky-post-inner {
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
  }
}

@media (min-width: 800px) {
  .post-landing-content.fsSingleItem .sticky.bottom-out .sticky-post-inner {
    position: absolute;
  }
}

body.fsComposeMode .post-landing-content.fsSingleItem {
  position: relative !important;
  top: auto !important;
  width: 100% !important;
}

.post-landing-content.fsSingleItem.no-stick .sticky-post-inner {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

.sticky-post-navigation {
  position: relative;
  max-width: 100vw;
  bottom: 0;
  z-index: 100;
  width: 1340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 20px 90px;
  margin-left: -20px;
}

@media (min-width: 600px) {
  .sticky-post-navigation {
    max-width: calc(100vw - 70px);
    padding: 30px 0 90px;
    margin-left: -6.25vw;
  }
}

@media (min-width: 800px) {
  .sticky-post-navigation {
    padding: 17px 0 16px;
    max-width: calc(100vw - 40px);
    position: fixed;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
}

@media (min-width: 1100px) {
  .sticky-post-navigation {
    max-width: calc(100vw - 100px);
  }
}

.sticky-post-navigation:before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 100vw;
  height: 1px;
  background-color: #d6d0cb;
  top: 0;
}

@media (min-width: 800px) {
  .sticky-post-navigation:before {
    height: 100%;
    background-color: #f7f6f5;
    -webkit-box-shadow: 0 -1px 0 0 #d6d0cb, 0 1px 0 0 #d6d0cb;
            box-shadow: 0 -1px 0 0 #d6d0cb, 0 1px 0 0 #d6d0cb;
  }
}

.sticky-post-navigation:last-child {
  margin-bottom: -60px;
}

@media (min-width: 600px) {
  .sticky-post-navigation:last-child {
    margin-bottom: -80px;
  }
}

@media (min-width: 800px) {
  .sticky-post-navigation:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 800px) {
  .sticky-post-navigation.sticky {
    position: absolute;
  }
}

@media (max-width: 799px) {
  .sticky-post-navigation.sticky > .fsElementContent {
    position: absolute;
  }
}

.sticky-post-navigation > header,
.sticky-post-navigation > .fsElementContent,
.sticky-post-navigation > footer {
  position: relative;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.sticky-post-navigation > header .fsElementTitle {
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 15px;
}

@media (min-width: 800px) {
  .sticky-post-navigation > header .fsElementTitle {
    margin-bottom: 0;
  }
}

.sticky-post-navigation > .fsElementContent {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 105;
  min-height: 60px;
}

@media (min-width: 800px) {
  .sticky-post-navigation > .fsElementContent {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    display: block;
    padding: 0;
    margin-top: 0;
    position: relative;
    width: auto;
    min-height: 0;
    bottom: auto;
    left: auto;
  }
}

.sticky-post-navigation > .fsElementContent:before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 100vw;
  height: 100%;
  background-color: #f7f6f5;
  -webkit-box-shadow: 0 -1px 0 0 #d6d0cb, 0 1px 0 0 #d6d0cb;
          box-shadow: 0 -1px 0 0 #d6d0cb, 0 1px 0 0 #d6d0cb;
  top: 0;
}

@media (min-width: 800px) {
  .sticky-post-navigation > .fsElementContent:before {
    display: none;
  }
}

.sticky-post-navigation > footer .fsElementFooterContent {
  margin: 0;
}

.sticky-post-navigation .fsStyleUpdateButton {
  margin: 0;
  background: transparent;
  border: none;
  color: #696969;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-size: 3.95vw;
  font-weight: bold;
  line-height: 1.33333;
  text-transform: none;
  letter-spacing: normal;
  border-radius: 0;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  padding: 0 20px;
}

@media (min-width: 400px) {
  .sticky-post-navigation .fsStyleUpdateButton {
    line-height: 20px;
    font-size: 15px;
  }
}

.sticky-post-navigation .fsStyleUpdateButton:hover,
.sticky-post-navigation .fsStyleUpdateButton:focus {
  color: #93272c;
  -webkit-transition: .3s;
  transition: .3s;
}

.sticky-post-navigation .fsStyleUpdateButton:after {
  content: ' Article';
}

.sticky-post-navigation .fsStyleUpdateButton:before {
  color: #93272c;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.sticky-post-navigation .fsStyleUpdateButton.fsPreviousButton {
  border-right: solid 1px #d6d0cb;
}

.sticky-post-navigation .fsStyleUpdateButton.fsPreviousButton:before {
  content: "\E90E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  left: 0;
}

.sticky-post-navigation .fsStyleUpdateButton.fsNextButton:before {
  content: "\E90A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  right: 0;
}

.sticky-post-navigation .fsNotification {
  position: relative;
}

/*! enhancements - post pages */

body.full-panel-end .fsPageBody {
  padding-bottom: 0;
}

.full-width-panel {
  padding: 50px 0;
}

@media (min-width: 800px) {
  .full-width-panel {
    padding: 60px 0 55px;
  }
}

.full-width-panel > header,
.full-width-panel > .fsElementContent,
.full-width-panel > footer {
  position: relative;
}

.fsHasOneColumnLayout .full-width-panel {
  position: relative;
}

.fsHasOneColumnLayout .full-width-panel:before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  top: 0;
  width: 100vw;
  height: 100%;
  border: 1px solid rgba(173, 161, 152, 0.5);
}

.full-width-panel.gray:before {
  background-color: #f7f6f5;
}

.imagery-gallery > footer .fsElementFooterContent {
  text-align: center;
  margin-top: 30px;
}

.imagery-gallery > .fsElementContent {
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  position: relative;
}

.imagery-gallery.update2021 .fsTitle {
  position: absolute !important;
  bottom: 0 !important;
}

@media (max-width: 699px) {
  .imagery-gallery.update2021 .fsTitle {
    display: block !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    color: #fff !important;
  }
}

.imagery-gallery.update2021.fsSingleItem .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.imagery-gallery.update2021.fsSingleItem .fsElementContent > article {
  width: 100% !important;
}

.imagery-gallery.update2021.fsSingleItem .fsElementContent > article.fsResourceTypeImage a {
  border: none;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.imagery-gallery.update2021.fsSingleItem .fsElementContent > article.fsResourceTypeImage a figure {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.imagery-gallery.update2021.fsSingleItem .fsElementContent > article.fsResourceTypeImage a figure .fsTitle {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
          transform: scale(1, 1) translate3d(0, 0, 0);
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  width: calc(100% - 60px);
}

.imagery-gallery.update2021.fsSingleItem .fsElementContent > article.fsResourceTypeImage a figure picture {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.imagery-gallery.update2021.fsSingleItem .fsElementContent > article.fsResourceTypeImage a figure picture img {
  width: 100%;
  display: block;
  position: relative;
  height: auto;
}

.imagery-gallery.update2021.fsSingleItem .fsElementContent > article.fsResourceTypeImage a picture {
  padding: 0;
  width: 100%;
}

.imagery-gallery.update2021.fsSingleItem .fsElementContent > article.fsResourceTypeImage a:hover,
.imagery-gallery.update2021.fsSingleItem .fsElementContent > article.fsResourceTypeImage a:focus {
  opacity: .75;
}

@media (min-width: 400px) {
  .imagery-gallery.update2021.fsSingleItem .fsElementContent > article.fsResourceTypeImage a:hover,
  .imagery-gallery.update2021.fsSingleItem .fsElementContent > article.fsResourceTypeImage a:focus {
    opacity: 1;
  }
}

.imagery-gallery.update2021.fsSingleItem .fsElementContent > article.fsResourceTypeImage a:hover figure .fsTitle,
.imagery-gallery.update2021.fsSingleItem .fsElementContent > article.fsResourceTypeImage a:focus figure .fsTitle {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
          transform: scale(1, 1) translate3d(0, 0, 0);
  color: #fff;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-transition: .3s;
  transition: .3s;
}

.imagery-gallery.update2021.fsSingleItem .fsElementContent > article figure img {
  display: block;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.imagery-gallery.update2021.fsSingleItem .fsElementContent > article figure .fsTitle {
  margin: 0;
  width: calc(100% - 10px);
  background-color: #0151a1;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  line-height: 1.21053;
  color: transparent;
  -webkit-transform: scale(0.5, 0) translate3d(0, 0, 0);
          transform: scale(0.5, 0) translate3d(0, 0, 0);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 15px;
  font-size: 15px;
  display: none;
}

@media (min-width: 400px) {
  .imagery-gallery.update2021.fsSingleItem .fsElementContent > article figure .fsTitle {
    display: block;
  }
}

@media (min-width: 700px) {
  .imagery-gallery.update2021.fsSingleItem .fsElementContent > article figure .fsTitle {
    padding: 10px;
    font-size: 13px;
  }
}

@media (min-width: 1000px) {
  .imagery-gallery.update2021.fsSingleItem .fsElementContent > article figure .fsTitle {
    padding: 15px;
    font-size: 15px;
    width: calc(100% - 20px);
  }
}

@media (min-width: 1100px) {
  .imagery-gallery.update2021.fsSingleItem .fsElementContent > article figure .fsTitle {
    padding: 20px;
    font-size: 19px;
  }
}

.imagery-gallery.update2021.fsSingleItem .fsElementContent > article figure .fsTitle:before {
  display: none;
}

.imagery-gallery.update2021.fsSingleItem .fsElementContent > article figcaption {
  display: none;
}

.imagery-gallery:not(.fsGrid) .fsListItems > article:nth-child(n+7) {
  display: none;
}

.imagery-gallery .fsListItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.imagery-gallery .fsListItems > article {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 33.33vw;
  padding: 0;
  border: none;
  margin: 0;
}

@media (min-width: 700px) {
  .imagery-gallery .fsListItems > article {
    width: 16.666vw;
  }
}

.imagery-gallery .fsListItems > article.fsResourceCollection > .fsResourceCollectionLink,
.imagery-gallery .fsListItems > article.fsResourceCollection a,
.imagery-gallery .fsListItems > article.fsResourceTypeImage > .fsResourceCollectionLink,
.imagery-gallery .fsListItems > article.fsResourceTypeImage a {
  border: none;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  min-height: 33.333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (min-width: 700px) {
  .imagery-gallery .fsListItems > article.fsResourceCollection > .fsResourceCollectionLink,
  .imagery-gallery .fsListItems > article.fsResourceCollection a,
  .imagery-gallery .fsListItems > article.fsResourceTypeImage > .fsResourceCollectionLink,
  .imagery-gallery .fsListItems > article.fsResourceTypeImage a {
    min-height: 16.666vw;
  }
}

.imagery-gallery .fsListItems > article.fsResourceCollection > .fsResourceCollectionLink figure,
.imagery-gallery .fsListItems > article.fsResourceCollection a figure,
.imagery-gallery .fsListItems > article.fsResourceTypeImage > .fsResourceCollectionLink figure,
.imagery-gallery .fsListItems > article.fsResourceTypeImage a figure {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.imagery-gallery .fsListItems > article.fsResourceCollection > .fsResourceCollectionLink figure picture,
.imagery-gallery .fsListItems > article.fsResourceCollection a figure picture,
.imagery-gallery .fsListItems > article.fsResourceTypeImage > .fsResourceCollectionLink figure picture,
.imagery-gallery .fsListItems > article.fsResourceTypeImage a figure picture {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.imagery-gallery .fsListItems > article.fsResourceCollection > .fsResourceCollectionLink figure picture img,
.imagery-gallery .fsListItems > article.fsResourceCollection a figure picture img,
.imagery-gallery .fsListItems > article.fsResourceTypeImage > .fsResourceCollectionLink figure picture img,
.imagery-gallery .fsListItems > article.fsResourceTypeImage a figure picture img {
  width: 100%;
  display: none;
}

.imagery-gallery .fsListItems > article.fsResourceCollection > .fsResourceCollectionLink > div,
.imagery-gallery .fsListItems > article.fsResourceCollection > .fsResourceCollectionLink picture,
.imagery-gallery .fsListItems > article.fsResourceCollection a > div,
.imagery-gallery .fsListItems > article.fsResourceCollection a picture,
.imagery-gallery .fsListItems > article.fsResourceTypeImage > .fsResourceCollectionLink > div,
.imagery-gallery .fsListItems > article.fsResourceTypeImage > .fsResourceCollectionLink picture,
.imagery-gallery .fsListItems > article.fsResourceTypeImage a > div,
.imagery-gallery .fsListItems > article.fsResourceTypeImage a picture {
  padding: 0;
  width: 100%;
}

.imagery-gallery .fsListItems > article.fsResourceCollection > .fsResourceCollectionLink:hover,
.imagery-gallery .fsListItems > article.fsResourceCollection > .fsResourceCollectionLink:focus,
.imagery-gallery .fsListItems > article.fsResourceCollection a:hover,
.imagery-gallery .fsListItems > article.fsResourceCollection a:focus,
.imagery-gallery .fsListItems > article.fsResourceTypeImage > .fsResourceCollectionLink:hover,
.imagery-gallery .fsListItems > article.fsResourceTypeImage > .fsResourceCollectionLink:focus,
.imagery-gallery .fsListItems > article.fsResourceTypeImage a:hover,
.imagery-gallery .fsListItems > article.fsResourceTypeImage a:focus {
  opacity: .75;
}

@media (min-width: 400px) {
  .imagery-gallery .fsListItems > article.fsResourceCollection > .fsResourceCollectionLink:hover,
  .imagery-gallery .fsListItems > article.fsResourceCollection > .fsResourceCollectionLink:focus,
  .imagery-gallery .fsListItems > article.fsResourceCollection a:hover,
  .imagery-gallery .fsListItems > article.fsResourceCollection a:focus,
  .imagery-gallery .fsListItems > article.fsResourceTypeImage > .fsResourceCollectionLink:hover,
  .imagery-gallery .fsListItems > article.fsResourceTypeImage > .fsResourceCollectionLink:focus,
  .imagery-gallery .fsListItems > article.fsResourceTypeImage a:hover,
  .imagery-gallery .fsListItems > article.fsResourceTypeImage a:focus {
    opacity: 1;
  }
}

.imagery-gallery .fsListItems > article.fsResourceCollection > .fsResourceCollectionLink:hover .fsResourceCustomThumbnail .fsResourceName,
.imagery-gallery .fsListItems > article.fsResourceCollection > .fsResourceCollectionLink:hover .fsResourceCustomThumbnail .fsTitle,
.imagery-gallery .fsListItems > article.fsResourceCollection > .fsResourceCollectionLink:hover figure .fsResourceName,
.imagery-gallery .fsListItems > article.fsResourceCollection > .fsResourceCollectionLink:hover figure .fsTitle,
.imagery-gallery .fsListItems > article.fsResourceCollection > .fsResourceCollectionLink:focus .fsResourceCustomThumbnail .fsResourceName,
.imagery-gallery .fsListItems > article.fsResourceCollection > .fsResourceCollectionLink:focus .fsResourceCustomThumbnail .fsTitle,
.imagery-gallery .fsListItems > article.fsResourceCollection > .fsResourceCollectionLink:focus figure .fsResourceName,
.imagery-gallery .fsListItems > article.fsResourceCollection > .fsResourceCollectionLink:focus figure .fsTitle,
.imagery-gallery .fsListItems > article.fsResourceCollection a:hover .fsResourceCustomThumbnail .fsResourceName,
.imagery-gallery .fsListItems > article.fsResourceCollection a:hover .fsResourceCustomThumbnail .fsTitle,
.imagery-gallery .fsListItems > article.fsResourceCollection a:hover figure .fsResourceName,
.imagery-gallery .fsListItems > article.fsResourceCollection a:hover figure .fsTitle,
.imagery-gallery .fsListItems > article.fsResourceCollection a:focus .fsResourceCustomThumbnail .fsResourceName,
.imagery-gallery .fsListItems > article.fsResourceCollection a:focus .fsResourceCustomThumbnail .fsTitle,
.imagery-gallery .fsListItems > article.fsResourceCollection a:focus figure .fsResourceName,
.imagery-gallery .fsListItems > article.fsResourceCollection a:focus figure .fsTitle,
.imagery-gallery .fsListItems > article.fsResourceTypeImage > .fsResourceCollectionLink:hover .fsResourceCustomThumbnail .fsResourceName,
.imagery-gallery .fsListItems > article.fsResourceTypeImage > .fsResourceCollectionLink:hover .fsResourceCustomThumbnail .fsTitle,
.imagery-gallery .fsListItems > article.fsResourceTypeImage > .fsResourceCollectionLink:hover figure .fsResourceName,
.imagery-gallery .fsListItems > article.fsResourceTypeImage > .fsResourceCollectionLink:hover figure .fsTitle,
.imagery-gallery .fsListItems > article.fsResourceTypeImage > .fsResourceCollectionLink:focus .fsResourceCustomThumbnail .fsResourceName,
.imagery-gallery .fsListItems > article.fsResourceTypeImage > .fsResourceCollectionLink:focus .fsResourceCustomThumbnail .fsTitle,
.imagery-gallery .fsListItems > article.fsResourceTypeImage > .fsResourceCollectionLink:focus figure .fsResourceName,
.imagery-gallery .fsListItems > article.fsResourceTypeImage > .fsResourceCollectionLink:focus figure .fsTitle,
.imagery-gallery .fsListItems > article.fsResourceTypeImage a:hover .fsResourceCustomThumbnail .fsResourceName,
.imagery-gallery .fsListItems > article.fsResourceTypeImage a:hover .fsResourceCustomThumbnail .fsTitle,
.imagery-gallery .fsListItems > article.fsResourceTypeImage a:hover figure .fsResourceName,
.imagery-gallery .fsListItems > article.fsResourceTypeImage a:hover figure .fsTitle,
.imagery-gallery .fsListItems > article.fsResourceTypeImage a:focus .fsResourceCustomThumbnail .fsResourceName,
.imagery-gallery .fsListItems > article.fsResourceTypeImage a:focus .fsResourceCustomThumbnail .fsTitle,
.imagery-gallery .fsListItems > article.fsResourceTypeImage a:focus figure .fsResourceName,
.imagery-gallery .fsListItems > article.fsResourceTypeImage a:focus figure .fsTitle {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
          transform: scale(1, 1) translate3d(0, 0, 0);
  color: #fff;
  -webkit-transition: color .3s ease-in-out .15s, -webkit-transform .3s;
  transition: color .3s ease-in-out .15s, -webkit-transform .3s;
  transition: transform .3s, color .3s ease-in-out .15s;
  transition: transform .3s, color .3s ease-in-out .15s, -webkit-transform .3s;
}

.imagery-gallery .fsListItems > article .fsResourceCustomThumbnail img,
.imagery-gallery .fsListItems > article figure img {
  display: block;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.imagery-gallery .fsListItems > article .fsResourceCustomThumbnail .fsResourceName,
.imagery-gallery .fsListItems > article .fsResourceCustomThumbnail .fsTitle,
.imagery-gallery .fsListItems > article figure .fsResourceName,
.imagery-gallery .fsListItems > article figure .fsTitle {
  margin: 0;
  width: calc(100% - 10px);
  background-color: #0151a1;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  line-height: 1.21053;
  color: transparent;
  -webkit-transform: scale(0.5, 0) translate3d(0, 0, 0);
          transform: scale(0.5, 0) translate3d(0, 0, 0);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 15px;
  font-size: 15px;
  display: none;
}

@media (min-width: 400px) {
  .imagery-gallery .fsListItems > article .fsResourceCustomThumbnail .fsResourceName,
  .imagery-gallery .fsListItems > article .fsResourceCustomThumbnail .fsTitle,
  .imagery-gallery .fsListItems > article figure .fsResourceName,
  .imagery-gallery .fsListItems > article figure .fsTitle {
    display: block;
  }
}

@media (min-width: 700px) {
  .imagery-gallery .fsListItems > article .fsResourceCustomThumbnail .fsResourceName,
  .imagery-gallery .fsListItems > article .fsResourceCustomThumbnail .fsTitle,
  .imagery-gallery .fsListItems > article figure .fsResourceName,
  .imagery-gallery .fsListItems > article figure .fsTitle {
    padding: 10px;
    font-size: 13px;
  }
}

@media (min-width: 1000px) {
  .imagery-gallery .fsListItems > article .fsResourceCustomThumbnail .fsResourceName,
  .imagery-gallery .fsListItems > article .fsResourceCustomThumbnail .fsTitle,
  .imagery-gallery .fsListItems > article figure .fsResourceName,
  .imagery-gallery .fsListItems > article figure .fsTitle {
    padding: 15px;
    font-size: 15px;
    width: calc(100% - 20px);
  }
}

@media (min-width: 1100px) {
  .imagery-gallery .fsListItems > article .fsResourceCustomThumbnail .fsResourceName,
  .imagery-gallery .fsListItems > article .fsResourceCustomThumbnail .fsTitle,
  .imagery-gallery .fsListItems > article figure .fsResourceName,
  .imagery-gallery .fsListItems > article figure .fsTitle {
    padding: 20px;
    font-size: 19px;
  }
}

.imagery-gallery .fsListItems > article .fsResourceCustomThumbnail .fsResourceName:before,
.imagery-gallery .fsListItems > article .fsResourceCustomThumbnail .fsTitle:before,
.imagery-gallery .fsListItems > article figure .fsResourceName:before,
.imagery-gallery .fsListItems > article figure .fsTitle:before {
  display: none;
}

.imagery-gallery .fsListItems > article figcaption {
  display: none;
}

.imagery-gallery.buttons > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.fsComposeMode .imagery-gallery.buttons > .fsElementContent {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.imagery-gallery .image-gallery-button {
  width: 33.33vw;
  min-height: 33.333vw;
}

@media (min-width: 700px) {
  .imagery-gallery .image-gallery-button {
    width: 16.666vw;
    min-height: 16.666vw;
  }
}

.imagery-gallery .image-gallery-button:nth-child(n+7) {
  display: none;
}

.imagery-gallery.grid-style > .fsElementContent {
  width: 100%;
  margin: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.imagery-gallery.grid-style .fsListItems {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.imagery-gallery.grid-style .fsListItems > article {
  width: 100%;
  margin-bottom: 10px;
}

.imagery-gallery.grid-style .fsListItems > article.fsResourceTypeImage a {
  padding-top: 66.66%;
  min-height: 0 !important;
}

@media (min-width: 700px) {
  .imagery-gallery.grid-style .fsListItems > article {
    width: calc(33.33% - 10px);
    margin-bottom: 15px;
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
  }

  .imagery-gallery.grid-style .fsListItems > article.fsResourceTypeImage a {
    padding-top: 66.66%;
    min-height: 0 !important;
  }
}

.image-gallery-button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
  border: none;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-bottom: 0;
}

.image-gallery-button .fsElementTitle {
  margin: 0;
  width: calc(100% - 10px);
  background-color: #0151a1;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  line-height: 1.21053;
  color: transparent;
  -webkit-transform: scale(0.5, 0) translate3d(0, 0, 0);
          transform: scale(0.5, 0) translate3d(0, 0, 0);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 15px;
  font-size: 15px;
  display: none;
  position: relative;
  z-index: 3;
}

@media (min-width: 400px) {
  .image-gallery-button .fsElementTitle {
    display: block;
  }
}

@media (min-width: 700px) {
  .image-gallery-button .fsElementTitle {
    padding: 10px;
    font-size: 13px;
  }
}

@media (min-width: 1000px) {
  .image-gallery-button .fsElementTitle {
    padding: 15px;
    font-size: 15px;
    width: calc(100% - 20px);
  }
}

@media (min-width: 1100px) {
  .image-gallery-button .fsElementTitle {
    padding: 20px;
    font-size: 19px;
  }
}

.image-gallery-button .fsElementTitle:before {
  display: none;
}

body.fsComposeMode .image-gallery-button .fsElementTitle {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
          transform: scale(1, 1) translate3d(0, 0, 0);
  color: #fff;
}

body:not(.fsComposeMode) .image-gallery-button .fsResourceTypeImage img {
  display: block;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.image-gallery-button .fsResourceLink {
  display: block;
  z-index: 6;
  height: 0;
  padding-bottom: 100%;
}

.image-gallery-button .fsResourceLink:hover,
.image-gallery-button .fsResourceLink:focus {
  opacity: .75;
}

@media (min-width: 400px) {
  .image-gallery-button .fsResourceLink:hover,
  .image-gallery-button .fsResourceLink:focus {
    opacity: 1;
  }
}

.image-gallery-button .fsResourceLink:hover .fsElementTitle,
.image-gallery-button .fsResourceLink:focus .fsElementTitle {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
          transform: scale(1, 1) translate3d(0, 0, 0);
  color: #fff;
  -webkit-transition: color .3s ease-in-out .15s, -webkit-transform .3s;
  transition: color .3s ease-in-out .15s, -webkit-transform .3s;
  transition: transform .3s, color .3s ease-in-out .15s;
  transition: transform .3s, color .3s ease-in-out .15s, -webkit-transform .3s;
}

body.fsComposeMode .image-gallery-button .fsResourceLink {
  height: auto;
  padding-bottom: 0;
}

.image-gallery-button picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.fsComposeMode .image-gallery-button picture {
  position: relative;
}

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important;
  }

  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important;
  }

  html {
    font-size: 100%;
    /* for IE */
  }

  body {
    font-size: 62.5%;
  }

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  .slick-slide {
    display: none !important;
  }

  .slick-slide.slick-active {
    display: block !important;
  }

  .slick-list {
    height: auto !important;
  }

  .slick-track {
    width: auto !important;
    height: auto !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }

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

  /* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol */

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

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    page-break-inside: avoid;
  }

  /* Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables */

  thead {
    display: table-header-group;
  }

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

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

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

  .fsPanel > header ~ .fsElementContent {
    display: block;
  }
}