/*!
 * Louisiana State University Health Sciences Center- Shreveport - default_19
 * @link: https://lsuhscshreveportedu.finalsite.com
 * Site Template: newclientcustom
 * Built By: Gelu Dan
 * Project Manager: David Lopes
 * Designer: Brittany Murray
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 5.2.2
 * Git Tag: v5.2.2-56-g0a2bbd2
 * Last built by: Kosha Burnett
 */
@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.17647em;
  margin-left: 1.17647em;
}

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

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

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

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

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

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

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

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

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

.wf-loading {
  visibility: hidden;
}

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 58px;
  margin-bottom: 30px;
  letter-spacing: -0.5px;
  font-weight: 900;
  font-family: "proxima-nova-condensed", Georgia, serif;
  color: #1a1a1a;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 36px;
  line-height: 54px;
  margin-bottom: 10px;
  font-family: "proxima-nova-condensed", Georgia, serif;
  color: #461D7C;
  font-weight: 900;
  letter-spacing: -0.3px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 34px;
  line-height: 54px;
  margin-bottom: 10px;
  font-family: "proxima-nova-condensed", Georgia, serif;
  color: #461D7C;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  font-family: "proxima-nova-condensed", Georgia, serif;
  color: #461D7C;
  font-weight: 900;
  letter-spacing: -0.25px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
  font-family: "proxima-nova-condensed", Georgia, serif;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

p {
  margin: 0 0 20px;
}

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

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #461D7C;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

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

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

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

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

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.fs_style_25 th {
  padding: 10px 20px;
  background: #1a1a1a;
  color: #ffffff;
  text-align: left;
  line-height: 26px;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  padding: 19px 30px;
}

.fsAthleticsEvent.fsTable .fsElementTable th a,
.fsAthleticsRoster .fsElementTable th a,
table.fs_style_25 th a {
  color: #FDD023;
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_25 td {
  padding: 10px 30px;
  background: #F9F9F9;
}

.fsAthleticsEvent.fsTable .fsElementTable td:first-child,
.fsAthleticsRoster .fsElementTable td:first-child,
table.fs_style_25 td:first-child {
  -webkit-box-shadow: inset 2px 0 0 0 #1A1A1A;
          box-shadow: inset 2px 0 0 0 #1A1A1A;
}

.fsAthleticsEvent.fsTable .fsElementTable td:last-child,
.fsAthleticsRoster .fsElementTable td:last-child,
table.fs_style_25 td:last-child {
  -webkit-box-shadow: inset 1px 0 0 0 #E0E0E0, inset -2px 0 0 0 #1A1A1A;
          box-shadow: inset 1px 0 0 0 #E0E0E0, inset -2px 0 0 0 #1A1A1A;
}

.fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td,
.fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
table.fs_style_25 tr:nth-of-type(odd) td {
  background-color: #ffffff;
}

.fsAthleticsEvent.fsTable .fsElementTable tr:last-child td:not(:first-child):not(:last-child),
.fsAthleticsRoster .fsElementTable tr:last-child td:not(:first-child):not(:last-child),
table.fs_style_25 tr:last-child td:not(:first-child):not(:last-child) {
  -webkit-box-shadow: inset 0px -2px 0 0 #1A1A1A;
          box-shadow: inset 0px -2px 0 0 #1A1A1A;
}

.fsAthleticsEvent.fsTable .fsElementTable tr:last-child td:first-child,
.fsAthleticsRoster .fsElementTable tr:last-child td:first-child,
table.fs_style_25 tr:last-child td:first-child {
  -webkit-box-shadow: inset 2px -2px 0 0 #1A1A1A;
          box-shadow: inset 2px -2px 0 0 #1A1A1A;
}

.fsAthleticsEvent.fsTable .fsElementTable tr:last-child td:last-child,
.fsAthleticsRoster .fsElementTable tr:last-child td:last-child,
table.fs_style_25 tr:last-child td:last-child {
  -webkit-box-shadow: inset -2px -2px 0 0 #1A1A1A, inset 1px 0 0 0 #E0E0E0;
          box-shadow: inset -2px -2px 0 0 #1A1A1A, inset 1px 0 0 0 #E0E0E0;
}

.fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow,
.fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow,
table.fs_style_25 tr.fsLoadMoreButtonRow {
  border-bottom: none;
}

.fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow > td,
.fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow > td,
table.fs_style_25 tr.fsLoadMoreButtonRow > td {
  background: none;
  padding: 20px 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_25:last-child {
  margin-bottom: 0;
}

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

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

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

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

.fs_style_27 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: #ffffff !important;
  color: #6A7785 !important;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  border-radius: 5px;
  text-align: center;
  padding: 22px 30px 18px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #6A7785;
          box-shadow: inset 0px 0px 0px 1px #6A7785;
  font-weight: 700;
  font-family: "proxima-nova-condensed", Georgia, serif;
  cursor: pointer;
  line-height: 24px;
}

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

.fs_style_27:visited {
  color: #6A7785 !important;
}

.fs_style_27:hover,
.fs_style_27:focus,
.fsStateSelected .fs_style_27,
.fs_style_27.on {
  background: #FDD023 !important;
  color: #461D7C !important;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #FDD023;
          box-shadow: inset 0px 0px 0px 1px #FDD023;
}

.fs_style_27:hover a,
.fs_style_27:focus a,
.fsStateSelected .fs_style_27 a,
.fs_style_27.on a {
  background: #FDD023 !important;
  color: #461D7C !important;
}

.fs_style_27:hover a:hover,
.fs_style_27:focus a:hover,
.fsStateSelected .fs_style_27 a:hover,
.fs_style_27.on a:hover {
  background: #FDD023 !important;
  color: #461D7C !important;
}

.fs_style_27 em {
  display: block;
  font-style: normal;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 2px;
}

.fs_style_27 a {
  background: #ffffff !important;
  color: #6A7785 !important;
}

.fs_style_27 a:hover {
  background: #FDD023 !important;
  color: #461D7C !important;
}

.fs_style_28 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: #461D7C !important;
  color: #ffffff !important;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  border-radius: 5px;
  text-align: center;
  padding: 22px 30px 18px;
  -webkit-box-shadow: inset 0px 0px 0px 1px transparent;
          box-shadow: inset 0px 0px 0px 1px transparent;
  font-weight: 700;
  font-family: "proxima-nova-condensed", Georgia, serif;
  cursor: pointer;
  line-height: 24px;
}

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

.fs_style_28:visited {
  color: #ffffff !important;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28,
.fs_style_28.on {
  background: #2F1353 !important;
  color: #ffffff !important;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px transparent;
          box-shadow: inset 0px 0px 0px 1px transparent;
}

.fs_style_28:hover a,
.fs_style_28:focus a,
.fsStateSelected .fs_style_28 a,
.fs_style_28.on a {
  background: #2F1353 !important;
  color: #ffffff !important;
}

.fs_style_28:hover a:hover,
.fs_style_28:focus a:hover,
.fsStateSelected .fs_style_28 a:hover,
.fs_style_28.on a:hover {
  background: #2F1353 !important;
  color: #ffffff !important;
}

.fs_style_28 em {
  display: block;
  font-style: normal;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 2px;
}

.fs_style_28 a {
  background: #461D7C !important;
  color: #ffffff !important;
}

.fs_style_28 a:hover {
  background: #2F1353 !important;
  color: #ffffff !important;
}

.fs_style_28 a {
  color: #FDD023 !important;
}

.fs_style_28 a:hover {
  color: white !important;
  text-decoration: none;
}

.fs_style_28 a:focus {
  color: #FDD023 !important;
  text-decoration: none;
}

.fs_style_28 a:focus:hover {
  color: white !important;
  text-decoration: none;
}

.fs_style_29 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: #FDD023 !important;
  color: #461D7C !important;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  border-radius: 5px;
  text-align: center;
  padding: 22px 30px 18px;
  -webkit-box-shadow: inset 0px 0px 0px 1px transparent;
          box-shadow: inset 0px 0px 0px 1px transparent;
  font-weight: 700;
  font-family: "proxima-nova-condensed", Georgia, serif;
  cursor: pointer;
  line-height: 24px;
}

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

.fs_style_29:visited {
  color: #461D7C !important;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fs_style_29.on {
  background: #1a1a1a !important;
  color: #ffffff !important;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px transparent;
          box-shadow: inset 0px 0px 0px 1px transparent;
}

.fs_style_29:hover a,
.fs_style_29:focus a,
.fsStateSelected .fs_style_29 a,
.fs_style_29.on a {
  background: #1a1a1a !important;
  color: #ffffff !important;
}

.fs_style_29:hover a:hover,
.fs_style_29:focus a:hover,
.fsStateSelected .fs_style_29 a:hover,
.fs_style_29.on a:hover {
  background: #1a1a1a !important;
  color: #ffffff !important;
}

.fs_style_29 em {
  display: block;
  font-style: normal;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 2px;
}

.fs_style_29 a {
  background: #FDD023 !important;
  color: #461D7C !important;
}

.fs_style_29 a:hover {
  background: #1a1a1a !important;
  color: #ffffff !important;
}

.darkBg {
  position: relative;
  padding: 20px;
  background: #000000;
}

.fs_style_30 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: transparent !important;
  color: #ffffff !important;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  border-radius: 5px;
  text-align: center;
  padding: 22px 30px 18px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
          box-shadow: inset 0px 0px 0px 1px #ffffff;
  font-weight: 700;
  font-family: "proxima-nova-condensed", Georgia, serif;
  cursor: pointer;
  line-height: 24px;
}

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

.fs_style_30:visited {
  color: #ffffff !important;
}

.fs_style_30:hover,
.fs_style_30:focus,
.fsStateSelected .fs_style_30,
.fs_style_30.on {
  background: transparent !important;
  color: #FDD023 !important;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
          box-shadow: inset 0px 0px 0px 1px #ffffff;
}

.fs_style_30:hover a,
.fs_style_30:focus a,
.fsStateSelected .fs_style_30 a,
.fs_style_30.on a {
  background: transparent !important;
  color: #FDD023 !important;
}

.fs_style_30:hover a:hover,
.fs_style_30:focus a:hover,
.fsStateSelected .fs_style_30 a:hover,
.fs_style_30.on a:hover {
  background: transparent !important;
  color: #FDD023 !important;
}

.fs_style_30 em {
  display: block;
  font-style: normal;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 2px;
}

.fs_style_30 a {
  background: transparent !important;
  color: #ffffff !important;
}

.fs_style_30 a:hover {
  background: transparent !important;
  color: #FDD023 !important;
}

.fs_style_27.fs_style_31,
.fs_style_28.fs_style_31,
.fs_style_29.fs_style_31,
.fs_style_30.fs_style_31 {
  padding: 27px 25px 23px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 900;
  font-size: 22px;
  line-height: 24px;
}

.fs_style_36,
.fs_style_32 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: #ffffff !important;
  color: #6A7785 !important;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  border-radius: 5px;
  text-align: center;
  padding: 22px 30px 18px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #6A7785;
          box-shadow: inset 0px 0px 0px 1px #6A7785;
  font-weight: 700;
  font-family: "proxima-nova-condensed", Georgia, serif;
  cursor: pointer;
  line-height: 24px;
  text-align: left;
  padding-left: 55px;
  padding-top: 16px;
  padding-bottom: 16px;
  max-width: 300px;
  display: block;
}

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

.fs_style_36:visited,
.fs_style_32:visited {
  color: #6A7785 !important;
}

.fs_style_36:hover,
.fs_style_36:focus,
.fsStateSelected .fs_style_36,
.fs_style_36.on,
.fs_style_32:hover,
.fs_style_32:focus,
.fsStateSelected .fs_style_32,
.fs_style_32.on {
  background: #FDD023 !important;
  color: #461D7C !important;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #FDD023;
          box-shadow: inset 0px 0px 0px 1px #FDD023;
}

.fs_style_36:hover a,
.fs_style_36:focus a,
.fsStateSelected .fs_style_36 a,
.fs_style_36.on a,
.fs_style_32:hover a,
.fs_style_32:focus a,
.fsStateSelected .fs_style_32 a,
.fs_style_32.on a {
  background: #FDD023 !important;
  color: #461D7C !important;
}

.fs_style_36:hover a:hover,
.fs_style_36:focus a:hover,
.fsStateSelected .fs_style_36 a:hover,
.fs_style_36.on a:hover,
.fs_style_32:hover a:hover,
.fs_style_32:focus a:hover,
.fsStateSelected .fs_style_32 a:hover,
.fs_style_32.on a:hover {
  background: #FDD023 !important;
  color: #461D7C !important;
}

.fs_style_36 em,
.fs_style_32 em {
  display: block;
  font-style: normal;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 2px;
}

.fs_style_36 a,
.fs_style_32 a {
  background: #ffffff !important;
  color: #6A7785 !important;
}

.fs_style_36 a:hover,
.fs_style_32 a:hover {
  background: #FDD023 !important;
  color: #461D7C !important;
}

.fs_style_36:before,
.fs_style_32:before {
  content: "\E905";
  font-family: "IcoMoon";
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  height: 16px;
  width: 16px;
  left: 25px;
  top: 15px;
  position: absolute;
}

.fs_style_35,
.fs_style_33 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: #ffffff !important;
  color: #6A7785 !important;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  border-radius: 5px;
  text-align: center;
  padding: 22px 30px 18px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #6A7785;
          box-shadow: inset 0px 0px 0px 1px #6A7785;
  font-weight: 700;
  font-family: "proxima-nova-condensed", Georgia, serif;
  cursor: pointer;
  line-height: 24px;
  text-align: left;
  padding-left: 60px;
  padding-top: 16px;
  padding-bottom: 16px;
  max-width: 300px;
  display: block;
}

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

.fs_style_35:visited,
.fs_style_33:visited {
  color: #6A7785 !important;
}

.fs_style_35:hover,
.fs_style_35:focus,
.fsStateSelected .fs_style_35,
.fs_style_35.on,
.fs_style_33:hover,
.fs_style_33:focus,
.fsStateSelected .fs_style_33,
.fs_style_33.on {
  background: #FDD023 !important;
  color: #461D7C !important;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #FDD023;
          box-shadow: inset 0px 0px 0px 1px #FDD023;
}

.fs_style_35:hover a,
.fs_style_35:focus a,
.fsStateSelected .fs_style_35 a,
.fs_style_35.on a,
.fs_style_33:hover a,
.fs_style_33:focus a,
.fsStateSelected .fs_style_33 a,
.fs_style_33.on a {
  background: #FDD023 !important;
  color: #461D7C !important;
}

.fs_style_35:hover a:hover,
.fs_style_35:focus a:hover,
.fsStateSelected .fs_style_35 a:hover,
.fs_style_35.on a:hover,
.fs_style_33:hover a:hover,
.fs_style_33:focus a:hover,
.fsStateSelected .fs_style_33 a:hover,
.fs_style_33.on a:hover {
  background: #FDD023 !important;
  color: #461D7C !important;
}

.fs_style_35 em,
.fs_style_33 em {
  display: block;
  font-style: normal;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 2px;
}

.fs_style_35 a,
.fs_style_33 a {
  background: #ffffff !important;
  color: #6A7785 !important;
}

.fs_style_35 a:hover,
.fs_style_33 a:hover {
  background: #FDD023 !important;
  color: #461D7C !important;
}

.fs_style_35:before,
.fs_style_33:before {
  content: "\E904";
  font-family: "IcoMoon";
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  height: 16px;
  width: 16px;
  left: 25px;
  top: 15px;
  position: absolute;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: #ffffff !important;
  color: #6A7785 !important;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  border-radius: 5px;
  text-align: center;
  padding: 22px 30px 18px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #6A7785;
          box-shadow: inset 0px 0px 0px 1px #6A7785;
  font-weight: 700;
  font-family: "proxima-nova-condensed", Georgia, serif;
  cursor: pointer;
  line-height: 24px;
}

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

.fsStyleDefaultButton:visited {
  color: #6A7785 !important;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #FDD023 !important;
  color: #461D7C !important;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #FDD023;
          box-shadow: inset 0px 0px 0px 1px #FDD023;
}

.fsStyleDefaultButton:hover a,
.fsStyleDefaultButton:focus a,
.fsStateSelected .fsStyleDefaultButton a,
.fsStyleDefaultButton.on a {
  background: #FDD023 !important;
  color: #461D7C !important;
}

.fsStyleDefaultButton:hover a:hover,
.fsStyleDefaultButton:focus a:hover,
.fsStateSelected .fsStyleDefaultButton a:hover,
.fsStyleDefaultButton.on a:hover {
  background: #FDD023 !important;
  color: #461D7C !important;
}

.fsStyleDefaultButton em {
  display: block;
  font-style: normal;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 2px;
}

.fsStyleDefaultButton a {
  background: #ffffff !important;
  color: #6A7785 !important;
}

.fsStyleDefaultButton a:hover {
  background: #FDD023 !important;
  color: #461D7C !important;
}

.fsStyleDefaultButton.fsLoadMoreButton {
  margin-bottom: 0;
}

.fsStyleDefaultButton.fsSelectAll {
  margin-bottom: 5px;
  padding: 7px 12px;
  font-size: .875em;
  line-height: 1.2;
}

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: #ffffff !important;
  color: #6A7785 !important;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  border-radius: 5px;
  text-align: center;
  padding: 22px 30px 18px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #6A7785;
          box-shadow: inset 0px 0px 0px 1px #6A7785;
  font-weight: 700;
  font-family: "proxima-nova-condensed", Georgia, serif;
  cursor: pointer;
  line-height: 24px;
}

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

.fsStyleUpdateButton:visited {
  color: #6A7785 !important;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #FDD023 !important;
  color: #461D7C !important;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #FDD023;
          box-shadow: inset 0px 0px 0px 1px #FDD023;
}

.fsStyleUpdateButton:hover a,
.fsStyleUpdateButton:focus a,
.fsStateSelected .fsStyleUpdateButton a,
.fsStyleUpdateButton.on a {
  background: #FDD023 !important;
  color: #461D7C !important;
}

.fsStyleUpdateButton:hover a:hover,
.fsStyleUpdateButton:focus a:hover,
.fsStateSelected .fsStyleUpdateButton a:hover,
.fsStyleUpdateButton.on a:hover {
  background: #FDD023 !important;
  color: #461D7C !important;
}

.fsStyleUpdateButton em {
  display: block;
  font-style: normal;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 2px;
}

.fsStyleUpdateButton a {
  background: #ffffff !important;
  color: #6A7785 !important;
}

.fsStyleUpdateButton a:hover {
  background: #FDD023 !important;
  color: #461D7C !important;
}

/*! _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: 20px;
}

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

.fsElementHeaderContent {
  margin-bottom: 20px;
}

.fsElementFooterContent {
  margin-top: 20px;
}

.fsPanel {
  margin-bottom: 0;
}

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

/*! 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 {
  margin-bottom: 20px;
}

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

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

.fsListNav .fsStyleDefaultList .fsListItem a:hover,
.fsListNav .fsStyleDefaultList .fsListItem a:focus {
  color: #461D7C;
  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 #e5e5e5;
}

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

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

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

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

/*! 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 article {
  padding-bottom: 0;
}

.fsSlideshow .fsNextButton,
.fsSlideshow .fsPrevButton {
  overflow: hidden;
}

.fsSlideshow .fsNextButton:before,
.fsSlideshow .fsPrevButton:before {
  color: #000000;
  font-size: 45px;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  line-height: 1;
  width: auto;
  height: auto;
  position: absolute;
}

.fsSlideshow .fsNextButton.fsLeftArrow:before,
.fsSlideshow .fsNextButton.fsRightArrow:before,
.fsSlideshow .fsPrevButton.fsLeftArrow:before,
.fsSlideshow .fsPrevButton.fsRightArrow:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.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: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s;
  transition: .3s;
}

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

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

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

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

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

.fsSlideshow .fsPager li button:focus {
  outline: 1px dashed rgba(0, 0, 0, 0.25);
}

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

/*! 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: #000000;
}

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

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

.fsElementDialog {
  color: #000000;
}

.fs_style_24,
.lead-in {
  color: #1a1a1a;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 32px;
}

blockquote {
  position: relative;
  color: #6A7785;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  margin-top: 30px;
  margin-left: 5px;
  margin-right: 5px;
}

blockquote cite {
  position: relative;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-weight: 700;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 80px;
  font-style: normal;
}

cite {
  display: table;
  margin: 0 auto;
  position: relative;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-weight: 700;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 80px;
  color: #6A7785;
  text-align: center;
  font-style: normal;
}

cite::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 10px;
  background-color: #6A7785;
  height: 2px;
  left: -14px;
}

.fs_style_26 {
  position: relative;
  display: block;
  padding: 10px 0px 10px 30px;
  -webkit-box-shadow: inset 1px 0 0 0 #1A1A1A;
          box-shadow: inset 1px 0 0 0 #1A1A1A;
  color: #000000;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 36px;
}

.callout {
  padding: 20px;
  background: #461D7C;
  color: #fff;
}

.callout.left {
  float: left;
  margin-left: 20px;
}

@media (min-width: 500px) {
  .callout.left {
    width: 50%;
  }
}

.callout.right {
  float: right;
  margin-right: 20px;
}

@media (min-width: 500px) {
  .callout.right {
    width: 50%;
  }
}

.custom-callout.left {
  position: relative;
  padding: 30px !important;
  padding-left: calc(50% + 30px) !important;
  min-height: 300px;
  background-color: #1a1a1a;
}

@media (max-width: 1199px) {
  .custom-callout.left {
    padding: 30px !important;
  }
}

.custom-callout.left .fsElementHeaderContent {
  position: absolute;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  margin: 0;
}

@media (max-width: 1199px) {
  .custom-callout.left .fsElementHeaderContent {
    width: calc(100% + 60px);
    margin-top: -30px;
    margin-left: -30px;
    margin-bottom: 25px;
    height: 300px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.custom-callout.left > .fsElementContent p {
  color: #ffffff;
}

.custom-callout > header > .fsElementHeaderContent img {
  display: none;
}

.custom-callout.right {
  position: relative;
  padding: 30px !important;
  padding-right: calc(50% + 30px) !important;
  min-height: 300px;
  background-color: #1a1a1a;
}

@media (max-width: 1199px) {
  .custom-callout.right {
    padding: 30px !important;
  }
}

.custom-callout.right .fsElementHeaderContent {
  position: absolute;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  left: inherit;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}

@media (max-width: 1199px) {
  .custom-callout.right .fsElementHeaderContent {
    width: calc(100% + 60px);
    margin-top: -30px;
    margin-left: -30px;
    margin-bottom: 25px;
    height: 300px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.custom-callout.right > .fsElementContent p {
  color: #ffffff;
}

.fsBanner .custom-callout > header > .fsElementHeaderContent {
  height: 200px;
}

.custom-callout {
  position: relative;
  padding: 30px;
  overflow: hidden;
  background-color: #1a1a1a;
  margin-bottom: 20px;
}

.custom-callout h2 {
  color: #FDD023;
}

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

.custom-callout > header > .fsElementHeaderContent {
  width: calc(100% + 60px);
  margin-top: -30px;
  margin-left: -30px;
  margin-bottom: 30px;
  height: 400px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.custom-callout > .fsElementContent p {
  margin: 0 0 20px;
  color: #ffffff;
}

.custom-callout > .fsElementContent p a {
  color: #FDD023;
}

.custom-callout > .fsElementContent li {
  color: #ffffff;
}

.custom-callout.purple {
  background-color: #461D7C;
}

.custom-callout.purple article {
  margin-top: 20px;
  margin-bottom: 20px !important;
}

.custom-callout.purple > .fsElementContent p,
.custom-callout.purple > .fsElementContent li {
  color: #ffffff;
}

.custom-callout.purple > .fsElementContent a {
  color: #FDD023;
}

.custom-callout.purple > .fsElementContent a:hover,
.custom-callout.purple > .fsElementContent a:focus {
  color: #FDD023;
}

.custom-callout.purple2 {
  background-color: #461D7C;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  text-align: center;
  border-radius: 5px;
  padding: 0;
}

.custom-callout.purple2:hover {
  background-color: #2F1652;
}

.custom-callout.purple2:hover a {
  color: white !important;
  text-decoration: none;
}

.custom-callout.purple2:hover:focus a {
  text-decoration: none !important;
}

.custom-callout.purple2 article {
  margin-top: 20px;
  margin-bottom: 20px !important;
}

.custom-callout.purple2 > .fsElementContent p,
.custom-callout.purple2 > .fsElementContent li {
  color: #ffffff;
}

.custom-callout.purple2 > .fsElementContent a {
  color: #FDD023;
}

.custom-callout.purple2 > .fsElementContent a:hover,
.custom-callout.purple2 > .fsElementContent a:focus {
  color: #FDD023;
}

.custom-callout.purple2 > .fsElementContent a:hover:hover,
.custom-callout.purple2 > .fsElementContent a:focus:hover {
  color: #461D7C;
}

.custom-callout.yellow {
  background-color: #FDD023;
}

.custom-callout.yellow > header > .fsElementTitle,
.custom-callout.yellow h2 {
  color: #461D7C;
}

.custom-callout.yellow > .fsElementContent p {
  color: #000000;
}

.custom-callout.yellow > .fsElementContent a {
  color: #461D7C;
}

.custom-callout.yellow > .fsElementContent li {
  color: #000000;
}

.custom-callout.transparent {
  background-color: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 1px #C5CBD6;
          box-shadow: inset 0px 0px 0px 1px #C5CBD6;
}

.custom-callout.transparent > header > .fsElementTitle,
.custom-callout.transparent h2 {
  color: #461D7C;
}

.custom-callout.transparent > .fsElementContent p {
  color: #000000;
}

.custom-callout.transparent > .fsElementContent a {
  color: #461D7C;
}

.custom-callout.transparent > .fsElementContent li {
  color: #000000;
}

.custom-callout.transparent.top .fsElementHeaderContent {
  border-bottom: 1px solid #C5CBD6;
}

.custom-callout.transparent.left .fsElementHeaderContent {
  border-right: 1px solid #C5CBD6;
}

.custom-callout.transparent.right .fsElementHeaderContent {
  border-left: 1px solid #C5CBD6;
}

@media (max-width: 1199px) {
  .custom-callout.transparent .fsElementHeaderContent {
    border: 0;
    border-bottom: 1px solid #C5CBD6;
  }
}

.juicer-feed.image-grid li.feed-item.j-twitter.image-post .j-text,
.juicer-feed.image-grid li.feed-item.j-twitter.j-video .j-text,
.juicer-feed.slider li.feed-item.j-twitter.image-post .j-text,
.juicer-feed.slider li.feed-item.j-twitter.j-video .j-text,
.juicer-feed.hip li.feed-item.j-twitter.image-post .j-text,
.juicer-feed.hip li.feed-item.j-twitter.j-video .j-text {
  background-color: rgba(70, 29, 124, 0.7);
}

.juicer-feed .j-twitter {
  background: #461D7C;
}

/*! _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: #461D7C;
  background: transparent;
}

.fsNavigation a {
  display: block;
  padding: 10px 0;
  color: #461D7C;
  background: transparent;
}

.fsNavigation a:hover,
.fsNavigation a:focus {
  color: #461D7C;
  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;
}

.fsBreadcrumb {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  margin-bottom: 50px;
  margin-top: -10px;
}

.fsBreadcrumb ul li {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  line-height: 16px;
  font-family: "proxima-nova-condensed", Georgia, serif;
  color: #6A7785;
  position: relative;
}

.fsBreadcrumb ul li .fsNavBreadcrumbSeperator {
  padding: 0 10px;
  font-size: 0;
  line-height: 16px;
}

.fsBreadcrumb ul li .fsNavBreadcrumbSeperator::after {
  content: '\F105';
  font-size: 13px;
  font-family: "IcoMoon";
  line-height: 16px;
}

.fsBreadcrumb ul li a {
  display: inline-block;
  padding: 0;
  color: #6A7785;
}

.fsBreadcrumb ul li a:hover {
  color: #6A7785;
}

.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-tier ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-tier ul li a {
  display: block;
  padding: 10px 10px;
  color: #461D7C;
  background: transparent;
}

.nav-tier ul li a:hover,
.nav-tier ul li a:focus {
  color: #461D7C;
  background: #e5e5e5;
}

.nav-tier ul li.fsNavCurrentPage > a {
  color: #461D7C;
  background: #1a1a1a;
}

.nav-tier ul li.fsNavCurrentPage > a:hover,
.nav-tier ul li.fsNavCurrentPage > a:focus {
  color: #FDD023;
  background: #e5e5e5;
}

.nav-tier ul li.fsNavCurrentPageAncestor {
  background: #e5e5e5;
}

.nav-tier ul li.fsNavCurrentPageAncestor > a {
  color: #461D7C;
  background: transparent;
}

.nav-tier ul li.fsNavCurrentPageAncestor > a:hover,
.nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
  color: #461D7C;
  background: #e5e5e5;
}

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

.nav-tier .fsNavLevel1 > li {
  border-bottom: solid 1px #e5e5e5;
}

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

.nav-tier .fsNavLevel2 > li > a {
  padding-left: 20px;
}

.nav-tier .fsNavLevel3 > li > a {
  padding-left: 30px;
}

.nav-tier .fsNavLevel4 > li > a {
  padding-left: 40px;
}

.nav-tier .fsNavLevel5 > li > a {
  padding-left: 50px;
}

.nav-sub {
  display: none;
}

@media screen and (max-width: 1023px) {
  .nav-sub > header {
    display: block;
    position: relative;
  }

  .nav-sub > header .fsElementTitle {
    position: relative;
    margin-top: 0;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
    margin-bottom: 0;
    display: block;
    font-size: 17px;
    padding: 10px 20px;
    color: #FDD023;
    background-color: #000000;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.5px;
  }

  .nav-sub > header .fsElementTitle:hover {
    background-color: #000000;
    color: #FDD023;
  }
}

@media screen and (max-width: 1023px) and (min-width: 1024px) {
  .nav-sub > header .fsElementTitle {
    cursor: default;
  }
}

@media screen and (max-width: 1023px) {
  .nav-sub > header .fsElementTitle:after {
    content: "\F105";
    line-height: 1;
    position: absolute;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 32px;
    font-family: "IcoMoon";
  }

  .nav-sub > header .fsElementTitle:hover {
    text-decoration: underline;
  }

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

  .nav-sub > .fsElementContent ul li a {
    display: block;
    padding: 7.5px 0;
    color: #000000;
    background: transparent;
  }

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

  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
    color: #000000;
    background: transparent;
  }

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

  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
    background: transparent;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
    color: #000000;
    background: transparent;
  }

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

  .nav-sub > .fsElementContent .fsNavLevel1 {
    padding: 25px 30px;
  }

  .nav-sub > .fsElementContent .fsNavLevel1 > li > .nav-sub-btn {
    top: 14px;
  }

  .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
    padding-left: 0;
    padding: 14.5px 0px;
  }

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

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

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

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

  .nav-sub.active-nav > header .fsElementTitle {
    background-color: #000000;
    color: #FDD023;
  }

  .nav-sub.active-nav > header .fsElementTitle:after {
    content: "\F107";
  }
}

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

.nav-sub > .fsElementContent {
  height: auto;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 1024px) {
  .nav-sub > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1;
  }
}

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

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

@media (min-width: 1024px) {
  .fsHeader .nav-sub {
    display: none;
  }
}

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

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

.nav-sub ul li {
  position: relative;
}

.nav-sub ul li > .nav-sub-btn {
  border: none;
  background: transparent;
  margin: auto;
  position: absolute;
  cursor: pointer;
  padding: 0px;
  font-size: 0;
  top: 10.5px;
  right: 0px;
  width: 17px;
  height: 17px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.nav-sub ul li > .nav-sub-btn:before {
  content: "\F105";
  font-family: "IcoMoon";
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #73777A;
  font-size: 17px;
  line-height: 17px;
}

.nav-sub ul li > .fsNavPageInfo {
  height: auto;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
}

.nav-sub ul li.active-nav > .nav-sub-btn:before {
  content: "\F107";
  font-family: "IcoMoon";
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 1px;
  color: #000000;
  font-size: 17px;
  line-height: 17px;
}

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

.nav-sub ul li a {
  display: block;
  padding: 7.5px 0px;
  color: #000000;
  background: #ffffff;
  font-family: "proxima-nova-condensed", Georgia, serif;
}

.nav-sub ul li a:hover,
.nav-sub ul li a:focus {
  color: #461D7C;
  background: transparent;
}

.nav-sub ul li.fsNavCurrentPage > a {
  color: #461D7C !important;
  background: transparent;
}

.nav-sub ul li.fsNavCurrentPage > a:hover,
.nav-sub ul li.fsNavCurrentPage > a:focus {
  color: #461D7C;
  background: transparent;
}

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

.nav-sub ul li.fsNavCurrentPageAncestor > a {
  color: #461D7C;
  background: transparent;
}

.nav-sub ul li.fsNavCurrentPageAncestor > a:hover,
.nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
  color: #461D7C;
  background: transparent;
}

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

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

.nav-sub .fsNavLevel1 > li {
  border-bottom: 1px solid #E0E0E0;
}

.nav-sub .fsNavLevel1 > li > .nav-sub-btn {
  top: 14px;
}

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

.nav-sub .fsNavLevel1 > li > a {
  font-size: 18px;
  line-height: 22px;
  padding: 14.5px 0px;
}

.nav-sub .fsNavLevel2 > li > a {
  padding-left: 0px;
  font-size: 15px;
  line-height: 18px;
  font-family: "proxima-nova-condensed", Georgia, serif;
}

.nav-sub .fsNavLevel3 {
  padding-left: 15px;
}

.nav-sub .fsNavLevel3 > li > a {
  padding-left: 0px;
  font-size: 15px;
  line-height: 18px;
}

.nav-sub .fsNavLevel4 {
  padding-left: 25px;
}

.nav-sub .fsNavLevel4 > li > a {
  padding-left: 0px;
  font-size: 15px;
  line-height: 18px;
}

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

.nav-sub.onMobile {
  display: none;
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .nav-sub.onMobile {
    display: block;
  }
}

.landing-nav {
  background-color: #1a1a1a;
  margin-bottom: 0;
  -webkit-box-shadow: inset 0 -1px 0  #C5CBD6;
          box-shadow: inset 0 -1px 0  #C5CBD6;
}

@media (max-width: 1023px) {
  .landing-nav {
    display: none;
  }
}

.landing-nav ul.fsNavLevel1 {
  max-width: 1154px;
  margin: 0 auto;
  text-align: center;
  padding: 18px 0;
}

.landing-nav ul.fsNavLevel1 li {
  display: inline-block;
  margin: 0 15px;
}

.landing-nav ul.fsNavLevel1 li.fsNavCurrentPageAncestor a,
.landing-nav ul.fsNavLevel1 li.fsNavCurrentPage a {
  color: #FDD023;
  font-weight: 700;
}

.landing-nav a {
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  padding: 0px 0;
}

.landing-nav a:hover,
.landing-nav a:focus {
  color: #FDD023;
  text-decoration: none;
}

.nav-sub ul li.fsNavCurrentPage > .fsNavPageInfo,
.nav-sub ul li.fsNavCurrentPageAncestor > .fsNavPageInfo {
  max-height: 9999px !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.nav-sub ul li.fsNavCurrentPage > .nav-sub-btn::before,
.nav-sub ul li.fsNavCurrentPageAncestor > .nav-sub-btn::before {
  -webkit-transform: rotate(90deg) !important;
      -ms-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

.nav-main {
  margin-bottom: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
  position: relative;
  display: block;
}

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

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

@media (min-width: 900px) {
  .nav-main .fsNavLevel1 {
    text-align: center;
    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;
  }

  .no-flexbox .nav-main .fsNavLevel1 {
    text-align: justify;
    font-size: 0.1px;
  }

  .no-flexbox .nav-main .fsNavLevel1 > li {
    display: inline-block;
  }

  .no-flexbox .nav-main .fsNavLevel1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}

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

.nav-main .fsNavLevel1 > li:hover > a {
  color: #000000;
  background: transparent;
  text-decoration: none;
  -webkit-box-shadow: inset 0 -7px 0 0 #C5CBD6, 0 1px 0 0 #C5CBD6;
          box-shadow: inset 0 -7px 0 0 #C5CBD6, 0 1px 0 0 #C5CBD6;
}

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

.nav-main .fsNavLevel1 > li > a {
  display: block;
  color: #6A7785;
  background: transparent;
  padding: 20px 25px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  font-family: "proxima-nova-condensed", Georgia, serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

@media (max-width: 1223px) {
  .nav-main .fsNavLevel1 > li > a {
    padding: 20px 15px;
  }
}

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

html.js .nav-main .fsNavLevel1 > li,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open {
  position: relative;
}

html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}

.menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo,
.menu-item-open html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
}

html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
}

html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
}

html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  padding: 50px;
  max-width: 1040px;
  width: 100%;
  display: block;
  min-height: 300px;
  border: 1px solid #E0E0E0;
  background-color: #ffffff;
  max-width: 100%;
}

html.js .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open:hover > .fsNavPageInfo {
  max-height: 9999px;
  padding: 50px;
  max-width: 1040px;
  width: 100%;
  display: block;
  min-height: 300px;
  border: 1px solid #E0E0E0;
  background-color: #ffffff;
  max-width: 100%;
}

html:not(.js) .nav-main .fsNavLevel1 > li {
  position: relative;
}

html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}

html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px;
}

@media (max-width: 599px) {
  html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
  }
}

.nav-main .fsNavPageInfo {
  background: #461D7C;
  text-align: left;
  z-index: 300;
  width: 1040px;
  left: 70px !important;
  left: 0px !important;
}

.nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
  right: 0;
  left: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.nav-main .fsNavLevel2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
  max-width: 938px;
  margin: 0 auto;
}

.nav-main .fsNavLevel2 .sub-list {
  width: 280px;
}

.nav-main .fsNavLevel2 .sub-list > li.fsNavParentPage > .fsNavPageInfo {
  height: auto;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.nav-main .fsNavLevel2 .sub-list li.fsNavParentPage.active-nav > .nav-sub-btn:before {
  content: "\F107";
  font-family: "IcoMoon";
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 1px;
  color: #000000;
  font-size: 17px;
  line-height: 17px;
}

.nav-main .fsNavLevel2 .sub-list li.fsNavParentPage.active-nav > .fsNavPageInfo {
  max-height: 9999px;
  visibility: visible;
  opacity: 1;
  height: auto;
}

.nav-main .fsNavLevel2 .sub-list > li {
  position: relative;
}

.nav-main .fsNavLevel2 .sub-list > li > button.nav-sub-btn {
  top: 8px;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background: transparent;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  right: 0px;
  border: 0;
  padding: 0;
}

.nav-main .fsNavLevel2 .sub-list > li > button.nav-sub-btn:before {
  position: absolute;
  content: "\F105";
  font-family: "IcoMoon";
  color: #73777A;
  font-size: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.nav-main .fsNavLevel2 .sub-list > li.active-nav > button.nav-sub-btn:before {
  content: "\F105";
  font-family: "IcoMoon";
}

.nav-main .fsNavLevel2 .sub-list > li > a {
  display: block;
  color: #461D7C;
  background: #ffffff;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 15px;
  padding-right: 40px;
  font-family: "proxima-nova-condensed", Georgia, serif;
  margin-bottom: 15px;
}

.nav-main .fsNavLevel2 .sub-list > li > a:hover,
.nav-main .fsNavLevel2 .sub-list > li > a:focus {
  color: #461D7C;
  background: transparent;
}

.nav-main .fsNavLevel2 .sub-list > li[class*="fsNavCurrentPage"] > a {
  color: #461D7C;
  background: transparent;
}

.nav-main .fsNavLevel2 .fsNavLevel3 {
  background: #ffffff;
}

.nav-main .fsNavLevel2 .fsNavLevel3 > li {
  max-width: 280px;
}

.nav-main .fsNavLevel2 .fsNavLevel3 > li > a {
  font-size: 15px;
  line-height: 18px;
  font-family: "proxima-nova-condensed", Georgia, serif;
  color: #333;
  padding: 0 0 17px 0;
}

.nav-main .fsNavLevel2 .fsNavLevel3 > li:last-child > a {
  padding-bottom: 50px;
}

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

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

.mobile-toggle {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  max-width: 50px;
}

.mobile-toggle:before,
.mobile-toggle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 50%;
  content: '';
  background: #fff;
}

.mobile-toggle:before {
  margin-top: -0.35294em;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: margin-top .3s, -webkit-transform .3s;
  transition: margin-top .3s, -webkit-transform .3s;
  transition: margin-top .3s, transform .3s;
  transition: margin-top .3s, transform .3s, -webkit-transform .3s;
}

.mobile-toggle:after {
  -webkit-box-shadow: 0 0.35294em 0 0 #fff;
          box-shadow: 0 0.35294em 0 0 #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: box-shadow .3s, transform .3s;
  transition: box-shadow .3s, transform .3s, -webkit-box-shadow .3s, -webkit-transform .3s;
}

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

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

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
  -webkit-transform: translate(-20%, 0);
      -ms-transform: translate(-20%, 0);
          transform: translate(-20%, 0);
  top: 90px;
  min-height: 100%;
  max-width: 35.29412em;
  background: #000000;
  overflow-y: auto;
  position: fixed;
  height: 100%;
}

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

@media (max-width: 767px) {
  .fsMenu {
    top: 80px;
  }
}

@media (max-width: 767px) {
  body.fsAccountBarVisible .fsMenu {
    top: 125px;
  }
}

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

body.drawer-is-active::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 90px;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 300;
}

#fsMenu .mobile-main-nav {
  display: block;
  position: relative;
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 0 0 #E0E0E0, inset 0 -1px 0 0 #E0E0E0;
          box-shadow: inset 0 1px 0 0 #E0E0E0, inset 0 -1px 0 0 #E0E0E0;
}

#fsMenu .mobile-main-nav .fsNavLevel1 > .fsNavParentPage.active > span:before,
#fsMenu .mobile-main-nav .fsNavLevel1 > .fsNavParentPage.active > a {
  color: #000000;
}

#fsMenu .mobile-main-nav nav ul > li {
  position: relative;
}

#fsMenu .mobile-main-nav nav ul > li > .fsNavPageInfo {
  display: none;
}

#fsMenu .mobile-main-nav nav ul > li .fsNavLevel2 .fsNavParentPage.active a {
  border-bottom: 0;
}

#fsMenu .mobile-main-nav nav ul > li .fsNavLevel2 .fsNavParentPage.active a {
  border-bottom: 0;
}

#fsMenu .mobile-main-nav nav ul > li .fsNavPageInfo {
  background: #f9f9f9;
}

#fsMenu .mobile-main-nav nav ul > li .fsNavPageInfo .fsNavLevel2 > li > a {
  font-size: 18px;
  line-height: 22px;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-weight: 500;
  padding: 14.5px 0px;
  margin: 0 30px;
  border-bottom: 1px solid #E0E0E0;
  color: #000000;
}

#fsMenu .mobile-main-nav nav ul > li .fsNavPageInfo .fsNavLevel2 > li:last-child > a {
  border-bottom: 0;
}

#fsMenu .mobile-main-nav nav ul > li .fsNavPageInfo .fsNavLevel2 li .expand-nav {
  top: 16px;
}

#fsMenu .mobile-main-nav nav ul > li .fsNavPageInfo .fsNavLevel2 li .expand-nav::before {
  color: #000000;
  content: "\F105" !important;
}

#fsMenu .mobile-main-nav nav ul > li .fsNavPageInfo .fsNavLevel2 li.active > span.expand-nav:before {
  content: "\F107" !important;
}

#fsMenu .mobile-main-nav nav ul > li .fsNavPageInfo .fsNavLevel3 > li > a {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: #333333;
  padding-top: 0;
  letter-spacing: 0;
  font-family: "proxima-nova-condensed", Georgia, serif;
}

#fsMenu .mobile-main-nav nav ul > li .fsNavPageInfo .fsNavLevel3 li > .expand-nav {
  top: 3.5px;
}

#fsMenu .mobile-main-nav nav ul > li .fsNavPageInfo .fsNavLevel3 li > .expand-nav::before {
  color: #000000;
}

#fsMenu .mobile-main-nav nav ul > li .fsNavPageInfo .fsNavLevel4 > li > a {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: #333333;
  padding-top: 0;
  padding-left: 50px;
}

#fsMenu .mobile-main-nav nav ul > li .fsNavPageInfo > .span.expand-nav::before {
  color: black;
}

#fsMenu .mobile-main-nav nav ul > li .fsNavPageInfo a {
  color: #000000;
}

#fsMenu .mobile-main-nav nav ul > li > a {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 30px;
}

#fsMenu .mobile-main-nav nav ul > li > span.expand-nav {
  top: 24px;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background: transparent;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  right: 30px;
}

#fsMenu .mobile-main-nav nav ul > li > span.expand-nav:before {
  position: absolute;
  top: 0px;
  content: "\F054";
  font-family: "IcoMoon";
  color: #6A7785;
  font-size: 15px;
  line-height: 20px;
  width: 20px;
  text-align: center;
}

#fsMenu .mobile-main-nav nav ul > li.active > span.expand-nav:before {
  content: "\F078";
  font-family: "IcoMoon";
}

#fsMenu .mobile-main-nav nav ul > li.fsNavCurrentPage > a {
  color: #000000;
}

#fsMenu .mobile-main-nav nav ul > li.fsNavCurrentPage.active > a {
  color: #000000;
}

#fsMenu .mobile-main-nav nav ul > li.fsNavCurrentPage.active > span.expand-nav:before {
  content: "\F107";
  font-family: "IcoMoon";
}

#fsMenu .mobile-main-nav nav ul > li.fsNavCurrentPageAncestor > a {
  color: #000000;
}

#fsMenu .mobile-main-nav nav ul.fsNavLevel1 > li {
  position: relative;
}

#fsMenu .mobile-main-nav nav ul.fsNavLevel1 > li > a {
  color: #6A7785;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-weight: 700;
  line-height: 28px;
  padding: 20px 0px;
  letter-spacing: 0.5px;
  margin: 0 30px;
  -webkit-box-shadow: inset 0 1px 0 0 #E0E0E0;
          box-shadow: inset 0 1px 0 0 #E0E0E0;
}

body:not(.fsComposeMode) .mobile-main-nav .fsNavLevel1 > li > a > span.main-mobile-upper {
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  color: #461D7C;
  line-height: 15px;
  font-weight: 600;
}

#fsMenu .mobile-util {
  position: relative;
  margin: 0px;
  width: 100%;
  padding: 30px;
  background: #461D7C;
  padding-bottom: 100px;
}

#fsMenu .mobile-util nav ul.fsNavLevel1 > li {
  position: relative;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

#fsMenu .mobile-util nav ul.fsNavLevel1 > li > .fsNavPageDescription {
  opacity: 0.6;
  color: #ffffff;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

#fsMenu .mobile-util nav ul.fsNavLevel1 > li > a {
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
  color: #ffffff;
  position: relative;
  display: table;
  padding: 0;
}

#fsMenu .mobile-util nav ul.fsNavLevel1 > li > a:hover,
#fsMenu .mobile-util nav ul.fsNavLevel1 > li > a:focus {
  color: #FDD023;
}

#fsMenu .mobile-util nav ul.fsNavLevel1 > li > .fsNavPageInfo {
  display: none;
}

#fsMenu .mobile-util nav ul.fsNavLevel1 > li > .fsNavPageInfo > .fsNavPageDescription {
  display: none;
}

#fsMenu .mobile-util nav ul.fsNavLevel1 > li > .fsNavPageInfo ul.fsNavLevel2 li a {
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding: 5px 20px;
  text-transform: capitalize;
  color: #ffffff;
  position: relative;
  display: table;
}

#fsMenu .mobile-util nav ul.fsNavLevel1 > li > .fsNavPageInfo ul.fsNavLevel2 li a:hover,
#fsMenu .mobile-util nav ul.fsNavLevel1 > li > .fsNavPageInfo ul.fsNavLevel2 li a:focus {
  color: #FDD023;
  text-decoration: none;
}

#fsMenu .mobile-util nav ul.fsNavLevel1 > li span.expand-util {
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  font-size: 0;
  cursor: pointer;
  opacity: 0.5;
}

#fsMenu .mobile-util nav ul.fsNavLevel1 > li span.expand-util:before {
  position: absolute;
  top: 0px;
  content: "\F054";
  font-family: "IcoMoon";
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  width: 20px;
  text-align: center;
}

#fsMenu .mobile-util nav ul.fsNavLevel1 > li.active-util span.expand-util:before {
  content: "\F078";
  font-family: "IcoMoon";
}

.nav-social .fsNavLevel1 {
  font-size: 0;
}

.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: "\F09A";
  font-family: "IcoMoon";
  font-weight: normal;
  speak: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-social .fsNavLevel1 [href*='facebook']:hover,
.nav-social .fsNavLevel1 [href*='facebook']:focus {
  background: #3b5998;
  border-color: #3b5998;
}

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

.nav-social .fsNavLevel1 [href*='instagram']:hover,
.nav-social .fsNavLevel1 [href*='instagram']:focus {
  background: #3f729b;
  border-color: #3f729b;
}

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

.nav-social .fsNavLevel1 [href*='linkedin']:hover,
.nav-social .fsNavLevel1 [href*='linkedin']:focus {
  background: #0077b5;
  border-color: #0077b5;
}

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

.nav-social .fsNavLevel1 [href*='pinterest']:hover,
.nav-social .fsNavLevel1 [href*='pinterest']:focus {
  background: #cc2127;
  border-color: #cc2127;
}

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

.nav-social .fsNavLevel1 [href*='tumblr']:hover,
.nav-social .fsNavLevel1 [href*='tumblr']:focus {
  background: #35465c;
  border-color: #35465c;
}

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

.nav-social .fsNavLevel1 [href*='twitter']:hover,
.nav-social .fsNavLevel1 [href*='twitter']:focus {
  background: #55acee;
  border-color: #55acee;
}

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

.nav-social .fsNavLevel1 [href*='vimeo']:hover,
.nav-social .fsNavLevel1 [href*='vimeo']:focus {
  background: #1ab7ea;
  border-color: #1ab7ea;
}

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

.nav-social .fsNavLevel1 [href*='vine']:hover,
.nav-social .fsNavLevel1 [href*='vine']:focus {
  background: #00b488;
  border-color: #00b488;
}

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

.nav-social .fsNavLevel1 [href*='youtube']:hover,
.nav-social .fsNavLevel1 [href*='youtube']:focus {
  background: #cd201f;
  border-color: #cd201f;
}

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

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

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

.nav-social .fsNavLevel1 [href*='wechat']:hover,
.nav-social .fsNavLevel1 [href*='wechat']:focus {
  background: #37bf21;
  border-color: #37bf21;
}

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

.nav-social .fsNavLevel1 [href*='flickr']:hover,
.nav-social .fsNavLevel1 [href*='flickr']:focus {
  background: #2090d9;
  border-color: #2090d9;
}

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

.nav-social .fsNavLevel1 [href*='wordpress']:hover,
.nav-social .fsNavLevel1 [href*='wordpress']:focus {
  background: #0f74a8;
  border-color: #0f74a8;
}

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

.nav-social .fsNavLevel1 [href*='rss']:hover,
.nav-social .fsNavLevel1 [href*='rss']:focus {
  background: #f26522;
  border-color: #f26522;
}

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

.nav-social .fsNavLevel1 a {
  display: block;
  position: relative;
  border: 1px solid #DCE0E9;
  background: transparent;
  height: 44px;
  width: 44px;
  border-radius: 100%;
}

.nav-social .fsNavLevel1 a:before {
  color: #ffffff;
  font-size: 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
  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 {
  text-decoration: none;
}

.nav-social .fsNavLevel1 [href*='plus.google.com']:before {
  content: "\F0D5";
  font-family: "IcoMoon";
  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-footer .fsNavLevel1,
.nav-utility-footer .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

/*! structure - header v0.0.1 */

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

#fsHeader {
  position: relative;
  z-index: 1000;
  background: #461D7C;
}

.skip-link {
  margin: 0;
}

.skip-link a {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1em;
  background: #000000;
  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);
}

.site-info-container {
  margin-left: 0;
  overflow: hidden;
  white-space: nowrap;
  width: 196px;
  position: absolute;
  left: 20px;
  margin-bottom: 0;
  top: 22px;
}

@media (max-width: 1023px) {
  .site-info-container {
    top: 18px;
  }
}

@media (max-width: 767px) {
  .site-info-container {
    width: 176px;
    height: 50px;
    top: 15px;
    left: 15px;
  }
}

.site-info-container a {
  display: block;
  height: 55px;
  color: transparent;
  background: url(images/LSUHealth.svg) no-repeat 0 50%;
  background-size: contain;
}

@media (max-width: 767px) {
  .site-info-container a {
    height: 50px;
  }
}

.site-info-container a:hover {
  color: transparent;
}

.site-info-container.inside a {
  background: url(images/Inside_LSUHS.png) no-repeat 0 50%;
  background-size: contain;
}

#fsHeader .mobile-toggle {
  position: relative;
  height: 40px;
  width: 36px;
  margin-left: 12px;
}

@media (min-width: 1024px) {
  #fsHeader .mobile-toggle {
    display: none;
  }
}

#fsHeader .headerContainer {
  position: relative;
  margin: 0 auto;
  max-width: 1220px;
  position: relative;
  padding: 0 20px;
  margin-bottom: 0;
  padding-top: 22px;
  height: 90px;
}

@media (max-width: 1023px) {
  #fsHeader .headerContainer {
    padding-top: 18px;
    padding-bottom: 18px;
    height: 90px;
  }
}

@media (max-width: 767px) {
  #fsHeader .headerContainer {
    height: 80px;
  }
}

#fsHeader .headerContainer > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#fsHeader .headerContainer .headerUtil {
  margin-bottom: 29px;
}

@media (max-width: 1023px) {
  #fsHeader .headerContainer .headerUtil {
    display: none;
  }
}

#fsHeader .headerContainer .headerUtil .fsNavPageInfo {
  background: #ffffff;
  text-align: left;
  z-index: 300;
  left: auto !important;
  right: 0;
}

#fsHeader .headerContainer .headerUtil .fsNavPageInfo .fsNavPageDescription {
  display: none;
}

#fsHeader .headerContainer .headerUtil .fsNavPageInfo a {
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 3px;
  padding-right: 40px;
  font-family: "proxima-nova-condensed", Georgia, serif;
  margin-bottom: 3px;
  color: #000000;
}

#fsHeader .headerContainer .headerUtil .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fsHeader .headerContainer .headerUtil .fsNavLevel1 > li > .fsNavPageDescription {
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 0;
  font-family: "proxima-nova-condensed", Georgia, serif;
  opacity: 0.6;
  color: #ffffff;
  text-align: left;
  padding: 0  25px;
}

#fsHeader .headerContainer .headerUtil .fsNavLevel1 > li > a {
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 700;
  font-family: "proxima-nova-condensed", Georgia, serif;
  margin: 0  25px;
  padding: 0;
  position: relative;
  text-align: left;
  display: table;
  padding-top: 20px;
  margin-top: -20px;
}

#fsHeader .headerContainer .headerUtil .fsNavLevel1 > li > a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.14px 3.5px 0 3.5px;
  border-color: #6b768a transparent transparent transparent;
  position: absolute;
  right: -15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

html.js #fsHeader .headerContainer .headerUtil .fsNavLevel1 > li,
html:not(.js) #fsHeader .headerContainer .headerUtil .fsNavLevel1 > li.menu-item-open {
  position: relative;
}

html.js #fsHeader .headerContainer .headerUtil .fsNavLevel1 > li > .fsNavPageInfo,
html:not(.js) #fsHeader .headerContainer .headerUtil .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}

.menu-item-open html.js #fsHeader .headerContainer .headerUtil .fsNavLevel1 > li > .fsNavPageInfo,
.menu-item-open html:not(.js) #fsHeader .headerContainer .headerUtil .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
}

html.js #fsHeader .headerContainer .headerUtil .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
}

html:not(.js) #fsHeader .headerContainer .headerUtil .fsNavLevel1 > li.menu-item-open.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
}

html.js #fsHeader .headerContainer .headerUtil .fsNavLevel1 > li .fsNavPageInfo,
html:not(.js) #fsHeader .headerContainer .headerUtil .fsNavLevel1 > li.menu-item-open .fsNavPageInfo {
  width: 250px;
  padding: 20px;
  border: 1px solid #E0E0E0;
}

html.js #fsHeader .headerContainer .headerUtil .fsNavLevel1 > li:hover .fsNavPageInfo,
html:not(.js) #fsHeader .headerContainer .headerUtil .fsNavLevel1 > li.menu-item-open:hover .fsNavPageInfo {
  max-height: 9999px;
  width: 250px;
  padding: 20px;
  border: 1px solid #E0E0E0;
}

html:not(.js) #fsHeader .headerContainer .headerUtil .fsNavLevel1 > li {
  position: relative;
}

html:not(.js) #fsHeader .headerContainer .headerUtil .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}

html:not(.js) #fsHeader .headerContainer .headerUtil .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px;
}

@media (max-width: 599px) {
  html:not(.js) #fsHeader .headerContainer .headerUtil .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
  }
}

#fsHeader .search-trigger {
  position: relative;
  margin-bottom: 0;
  height: 44px;
  width: 44px;
}

#fsHeader .search-trigger::after {
  content: '';
  position: absolute;
  right: 0;
  height: 36px;
  top: 4px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 1024px) {
  #fsHeader .search-trigger::after {
    display: none;
  }
}

#fsHeader .search-trigger .open-header-search {
  height: 44px;
  width: 44px;
  position: relative;
  font-size: 0;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

#fsHeader .search-trigger .open-header-search:hover::before {
  opacity: 0.8;
}

#fsHeader .search-trigger .open-header-search::before {
  content: "\E907";
  font-family: "IcoMoon";
  font-weight: normal;
  speak: none;
  color: #ffffff;
  font-size: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#fsHeader .top-search {
  background: #ffffff;
  border: 1px solid #E0E0E0;
  padding: 30px 30px 50px;
  max-width: 445px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 100;
  width: 100%;
  margin-left: -20px;
  margin-right: -20px;
}

@media (max-width: 499px) {
  #fsHeader .top-search {
    margin-left: 0;
    margin-right: 0;
    left: 0;
    max-width: 100%;
  }
}

#fsHeader .top-search .searchKeywords header h2 {
  color: #000000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 6px;
}

#fsHeader .top-search .searchKeywords label {
  display: none;
}

#fsHeader .top-search .searchKeywords .fsElementContent {
  position: relative;
}

#fsHeader .top-search .searchKeywords .fsElementContent .fsSearchElementKeyword .fsStyleSearchField.fsStyleDefaultField {
  background: #e5e5e5;
  height: 35px;
  border: 0;
  padding: 3.5px 40px 3.5px 5px;
}

#fsHeader .top-search .searchKeywords .fsSearchElementSearchButton.fsStyleUpdateButton {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 35px;
  width: 35px;
  background: #1a1a1a;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#fsHeader .top-search .searchKeywords .fsSearchElementSearchButton.fsStyleUpdateButton:hover {
  opacity: 0.9;
}

#fsHeader .top-search .searchKeywords .fsSearchElementSearchButton.fsStyleUpdateButton::before {
  content: "\E907";
  font-family: "IcoMoon";
  font-weight: normal;
  speak: none;
  color: #ffffff;
  font-size: 15px;
  line-height: 35px;
}

#fsHeader .top-search .findPeople header h2 {
  color: #000000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 6px;
}

#fsHeader .top-search .findPeople .fsElementContent {
  position: relative;
}

#fsHeader .top-search .findPeople .fsElementContent::before {
  content: "\E907";
  font-family: "IcoMoon";
  font-weight: normal;
  speak: none;
  color: #ffffff;
  font-size: 15px;
  position: absolute;
  width: 35px;
  height: 35px;
  right: 0;
  top: 0;
  line-height: 35px;
  z-index: 10;
  text-align: center;
}

#fsHeader .top-search .findPeople .fsConstituentSearchForm {
  position: relative;
  margin: 0;
}

#fsHeader .top-search .findPeople .fsConstituentSearchField {
  background: #e5e5e5;
  height: 35px;
  border: 0;
  padding: 3.5px 40px 3.5px 5px;
}

#fsHeader .top-search .findPeople label.fsFieldLabel {
  margin: 0;
  padding: 0;
  display: block;
}

#fsHeader .top-search .findPeople .fsConstituentSearchButton.fsStyleUpdateButton {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 35px;
  width: 35px;
  background: #1a1a1a;
  border-radius: 0;
  position: absolute;
  right: 0px;
  top: 0;
}

#fsHeader .top-search .findPeople .fsConstituentSearchButton.fsStyleUpdateButton:hover {
  opacity: 0.9;
}

#fsHeader .top-search .popularLinks {
  position: relative;
}

#fsHeader .top-search .popularLinks header h2 {
  color: #000000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 6px;
}

#fsHeader .top-search .popularLinks ul.fsNavLevel1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#fsHeader .top-search .popularLinks ul.fsNavLevel1 a {
  color: #333333;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  font-family: "proxima-nova-condensed", Georgia, serif;
  padding: 0 0 17px 0;
}

@media (max-width: 767px) {
  #fsHeader .top-search .popularLinks ul.fsNavLevel1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 16px;
    padding-top: 15px;
    border-top: 1px solid #E0E0E0;
  }

  #fsHeader .top-search .popularLinks ul.fsNavLevel1 .sub-list {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

#fsHeader .top-search .popularLinks ul.fsNavLevel1 .sub-list:first-child {
  margin-right: 25px;
}

#fsHeader .top-search .popularLinks ul.fsNavLevel1 .sub-list {
  position: relative;
  width: 180px;
}

#fsHeader .top-search .popularLinks ul.fsNavLevel1 .sub-list li:last-child a {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  #fsHeader .top-search .popularLinks ul.fsNavLevel1 .sub-list {
    margin-top: 16px;
    padding-top: 15px;
    border-top: 1px solid #E0E0E0;
  }
}

#fsHeader .top-search.active-search {
  opacity: 1;
  visibility: visible;
}

#fsFooter {
  position: relative;
  background: #1a1a1a;
  padding: 60px 0px 10px;
}

@media (max-width: 1223px) {
  #fsFooter {
    padding: 60px 0px 60px;
  }
}

@media (max-width: 767px) {
  #fsFooter {
    padding: 51px 0px;
  }
}

#fsFooter .usefullLinks.mobileView {
  display: block;
}

@media (min-width: 1024px) {
  #fsFooter .usefullLinks.mobileView {
    display: none;
  }
}

#fsFooter .fsBanner {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

@media (max-width: 1223px) {
  #fsFooter .fsBanner {
    max-width: 904px;
  }
}

#fsFooter .containerFooter {
  position: relative;
  margin-bottom: 0;
}

@media (max-width: 1223px) {
  #fsFooter .containerFooter {
    max-width: 320px;
  }
}

@media (max-width: 1023px) {
  #fsFooter .containerFooter {
    max-width: 708px;
    padding: 0 30px;
    width: 100%;
    margin: 0 auto;
  }
}

#fsFooter .containerFooter .nav-social .fsElementHeaderContent {
  position: relative;
  color: #ffffff;
}

#fsFooter .containerFooter .nav-social .fsElementHeaderContent h5 {
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 900;
}

#fsFooter .containerFooter .nav-social .fsElementHeaderContent p {
  display: table;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}

#fsFooter .usefullLinks {
  max-width: 580px;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  #fsFooter .usefullLinks {
    display: none;
  }
}

#fsFooter .usefullLinks ul.fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  #fsFooter .usefullLinks ul.fsNavLevel1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#fsFooter .usefullLinks ul.fsNavLevel1 .sub-list {
  max-width: 260px;
  width: 100%;
}

#fsFooter .usefullLinks li {
  position: relative;
  padding-top: 12px;
  padding-bottom: 15px;
}

#fsFooter .usefullLinks li:first-child {
  padding-top: 0;
}

#fsFooter .usefullLinks li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  font-family: "proxima-nova-condensed", Georgia, serif;
  color: #ffffff;
  padding: 0;
}

#fsFooter .usefullLinks li a:hover,
#fsFooter .usefullLinks li a:focus {
  color: #FDD023;
  text-decoration: none;
}

@media (max-width: 1223px) {
  #fsFooter .usefullLinks {
    max-width: 500px;
  }

  #fsFooter .usefullLinks ul.fsNavLevel1 .sub-list {
    max-width: 220px;
  }
}

@media (max-width: 1023px) {
  #fsFooter .usefullLinks {
    max-width: 648px;
  }

  #fsFooter .usefullLinks ul.fsNavLevel1 .sub-list {
    max-width: 294px;
  }
}

@media (max-width: 767px) {
  #fsFooter .usefullLinks {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #fsFooter .usefullLinks ul.fsNavLevel1 .sub-list {
    max-width: 100%;
  }
}

#fsFooter .nav-utility-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (min-width: 1024px) and (max-width: 1224px) {
  #fsFooter .nav-utility-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 767px) {
  #fsFooter .nav-utility-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#fsFooter .nav-utility-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  #fsFooter .nav-utility-footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #fsFooter .nav-utility-footer ul li:after {
    content: none !important;
  }
}

#fsFooter .nav-utility-footer ul li {
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}

#fsFooter .nav-utility-footer ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.2);
}

#fsFooter .nav-utility-footer ul li a {
  padding-top: 0;
  font-size: 15px;
  line-height: 18px;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.5;
  padding-bottom: 15px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

@media (min-width: 768px) {
  #fsFooter .nav-utility-footer ul li a {
    padding: 10px 0px;
  }
}

#fsFooter .nav-utility-footer ul li a:hover,
#fsFooter .nav-utility-footer ul li a:focus {
  color: #FDD023;
  text-decoration: none;
  opacity: 1;
}

#fsFooter .nav-utility-footer #fsPoweredByFinalsite {
  width: 132px;
  margin: 0;
}

@media (max-width: 1023px) {
  #fsFooter .nav-utility-footer #fsPoweredByFinalsite {
    display: block;
  }
}

/*! 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: "proxima-nova", sans-serif;
  background: #461D7C;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 17px;
  line-height: 28px;
  color: #000000;
}

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

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

#fsPageBodyWrapper {
  padding-right: 1.17647em;
  padding-left: 1.17647em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1024px) {
  #fsPageBody {
    display: block;
  }
}

@media (min-width: 1024px) {
  #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: 20px;
}

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

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

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

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

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

@media (min-width: 1024px) {
  .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%;
}

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

@media (min-width: 1024px) {
  .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: 1024px) {
  .fsHasLeftBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 200px);
  }
}

@media (min-width: 1024px) {
  .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: 20px;
  width: 100%;
}

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

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

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

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

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

@media (min-width: 1024px) {
  #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  #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: 1024px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: calc(100% - 200px);
  }
}

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

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

@media (min-width: 1024px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    padding-left: 100px;
    width: 400px;
  }
}

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

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

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

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

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

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

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

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

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

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

.fsLayout .fsStyleOneThird {
  float: none;
}

.fsLayout .fsStyleTwoThirds {
  float: none;
}

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

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

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

@media (min-width: 1024px) {
  .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: 20px;
}

@media (min-width: 1024px) {
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    padding-left: 0;
    padding-right: 20px;
    width: 200px;
    margin-bottom: 0;
  }
}

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

.fsTwoColumnWideRightLayout .fsStyleTwoThirds,
.fsElephantLeftLayout .fsStyleTwoThirds {
  width: 100%;
}

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

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

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

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

@media (min-width: 1024px) {
  .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: 1024px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    margin-top: 0;
  }
}

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

@media (min-width: 1024px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px;
  }
}

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

@media (min-width: 1024px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px;
  }
}

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .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: 1024px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px;
  }
}

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

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

@media (min-width: 1024px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
  }
}

@media (min-width: 1024px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
  }
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .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: 20px;
}

@media (min-width: 1024px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 20px;
    padding-right: 0;
    width: 240px;
    margin-bottom: 0;
  }
}

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

.fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
.fsElephantRightLayout .fsStyleTwoThirds {
  width: 100%;
}

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

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

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

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

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

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

@media (min-width: 1024px) {
  .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: 1024px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
  }
}

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

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

@media (min-width: 1024px) {
  .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: 1024px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 20px;
    width: 240px;
  }
}

@media (min-width: 1024px) {
  .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: 1024px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 240px);
    margin-bottom: 0;
  }
}

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

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

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

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

@media (min-width: 1024px) {
  .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: 1024px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
    padding-left: 20px;
    width: 240px;
  }
}

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
  }
}

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

@media (min-width: 1024px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 20px;
    width: 240px;
  }
}

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

@media (min-width: 1024px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 20px;
    width: 240px;
  }
}

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

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

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

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

#fsPoweredByFinalsite {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

/*! 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[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;
}

.fsConstituentItem > h3 {
  font-size: 24px;
  line-height: 44px;
}

/*! 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: 10px;
  font-size: 24px;
  line-height: 44px;
}

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

.fsConstituent.fsProfile .fsProfileImage {
  margin-bottom: 10px;
}

.fsConstituent.fsProfile .fsProfileImage img {
  display: block;
}

.fsConstituent.fsProfile .fsTitles,
.fsConstituent.fsProfile .fsEmail {
  margin-bottom: 10px;
}

.fsProfileSection {
  margin-bottom: 10px;
}

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

.fsProfileSectionData {
  margin-bottom: 1em;
}

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

.fsProfileSectionData.fsTitle {
  font-weight: inherit;
  font-size: 17px;
  line-height: 28px;
}

.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 #1a1a1a;
  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 #1a1a1a;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fsConstituentSearchForm > label > select {
  height: 33px;
  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.fsDialog .fsPhones strong + br {
  display: none;
}

.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: inset 0 -1px 0 0 #C5CBD6, inset 0 1px 0 0 #C5CBD6;
          box-shadow: inset 0 -1px 0 0 #C5CBD6, inset 0 1px 0 0 #C5CBD6;
  margin-bottom: -1px;
}

.fsAccordion .fsPanel > .fsElementContent,
.fsTabs .fsPanel > .fsElementContent {
  padding: 0 0 40px 0;
}

.fsAccordion .fsPanel > header,
.fsTabs .fsPanel > header {
  cursor: pointer;
  background: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 36px;
  line-height: 54px;
  margin-bottom: 10px;
  margin-bottom: 0px;
  display: block;
  font-size: 22px;
  padding: 13.33333px;
  color: #461D7C;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  padding: 10px 20px;
}

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

.fsAccordion .fsPanel > header:hover,
.fsTabs .fsPanel > header:hover {
  background: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header:hover h2,
.fsTabs .fsPanel > header:hover h2 {
  color: #461D7C;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel.fsStateOpen > header,
.fsTabs .fsPanel.fsStateOpen > header {
  background: #FDD023;
}

.fsAccordion .fsPanel.fsStateOpen > header h2,
.fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #461D7C;
}

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

.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: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "IcoMoon";
  opacity: 0.7;
  font-size: 28px;
  line-height: 28px;
  content: "\F105";
}

.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: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "IcoMoon";
  opacity: 0.7;
  font-size: 28px;
  line-height: 28px;
  content: "\F107";
}

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

.fsPanelIconBefore.fsAccordion .fsPanel > header h2:before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
  left: 10px;
}

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

.fsPanelIconAfter.fsAccordion .fsPanel > header h2:before,
.fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
  display: none;
}

.fsPanelIconAfter.fsAccordion .fsPanel > header h2:after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
  right: 10px;
}

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

.fsAccordion {
  margin-bottom: 80px;
}

/*! 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: 17px;
  line-height: 28px;
  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*/

@media (min-width: 801px) {
  .fsAthleticsEvent.fsTable .fsTitle .fsElementEventIcon {
    max-width: 100px;
  }
}

@media (min-width: 801px) {
  .fsAthleticsEvent.fsTable .fsDateTime,
  .fsAthleticsEvent.fsTable .fsAthleticsScore {
    white-space: nowrap;
  }
}

.fsAthleticsEvent.fsTable .fsElementTable {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .fsAthleticsEvent.fsTable .fsElementTable thead {
    display: none;
  }
}

.fsAthleticsEvent.fsTable .fsElementTable thead th {
  white-space: nowrap;
}

@media (max-width: 800px) {
  .fsAthleticsEvent.fsTable .fsElementTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td:not(:last-child) {
    border: 0;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td:first-of-type {
    padding-top: 10px;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td:last-of-type {
    padding-bottom: 10px;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td:before {
    display: inline-block;
    font-weight: 700;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
    content: 'Team: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
    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 .fsAthleticsVs + div {
  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;
  }
}

body.fsComposeMode .fsAthleticsEvent.fsTable > .fsElementContent {
  overflow-x: auto;
}

/*! elements - athletics popup dialog box */

.fsAthleticsEvent.fsDialog {
  margin: auto;
}

.fsAthleticsEvent.fsDialog .fsAthleticsTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 34px;
  line-height: 54px;
  margin-bottom: 10px;
}

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

.fsAthleticsRosterList li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.fsAthleticsRosterList li > div {
  margin-bottom: 10px;
}

.fsAthleticsRosterList li > div:last-child {
  margin-bottom: 0;
}

.fsAthleticsRosterList li > div.fsRosterName {
  margin-bottom: 10px;
}

.fsAthleticsRosterList li > div.fsRosterName:before {
  display: none;
}

.fsAthleticsRosterList .fsCoachImage {
  display: block;
  margin-bottom: 10px;
}

/*! 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 .fsTitle {
  margin-bottom: 20px;
}

.fsCalendar .fsTitle a {
  position: relative;
  color: #461D7C;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: -0.25px;
  line-height: 30px;
}

.fsCalendar .fsTitle a:hover,
.fsCalendar .fsTitle a:focus {
  color: #461D7C;
}

.fsCalendar .fsDate {
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #6A7785;
}

.fsCalendar .fsTimeRange {
  font-size: 16px;
  line-height: 24px;
  color: #6A7785;
}

.fsCalendar .fsTimeRange:before {
  content: "\E903";
  font-family: "IcoMoon";
  font-size: 12px;
  line-height: 12px;
  position: relative;
  margin-right: 5px;
}

.fsCalendar .fsLocation {
  font-size: 16px;
  line-height: 24px;
  color: #6A7785;
  margin-bottom: 20px;
}

.fsCalendar .fsLocation:before {
  content: "\E906";
  font-family: "IcoMoon";
  font-size: 12px;
  line-height: 12px;
  position: relative;
  margin-right: 5px;
}

.fsCalendar .fsNotes,
.fsCalendar .fsDescription {
  font-size: 16px;
  line-height: 24px;
}

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

.fsCalendar .fsReadMoreLink.fsCalendarEventLink {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-weight: 700;
  color: #6A7785;
  margin-top: 20px;
  display: block;
}

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */

.fsCalendar.fsList .fsListItems + button {
  margin-top: 0;
}

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */

.fsCalendar.fsGrid .fsCalendarDayView {
  margin-top: 20px;
}

.fsCalendar.fsGrid .fsCalendarDayView .fsCalendarInfo:not(:last-child) {
  margin-bottom: 20px;
}

.fsCalendar.fsGrid .fsCalendarEventTitle {
  font-weight: bold;
}

.fsCalendarEventGrid .fsCalendarRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fsCalendarEventGrid .fsCalendarRow .fsCalendarToday {
  background-color: rgba(70, 29, 124, 0.1);
}

.fsCalendarEventGrid .fsCalendarRow .fsCalendarOutOfRange {
  background-color: #f9f9f9;
}

.fsCalendarEventGrid .fsCalendarDaybox {
  border-color: #1a1a1a;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
  color: #000000;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
  margin-bottom: 0;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
  margin-top: 5px;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1;
}

@media (min-width: 900px) {
  .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important;
    -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;
  }

  .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:first-child {
    position: relative;
  }
}

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

.fsCalendar.fsGrid .fsCalendarGridControlBar:after {
  display: none;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar > div {
  margin: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
  margin-right: 10px;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarGridBrowser {
  width: 100%;
  margin-top: 10px;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

@media (min-width: 900px) {
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarGridBrowser {
    width: auto;
    margin-top: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
  margin: 10px 0 0;
}

@media (min-width: 900px) {
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin: 0;
  }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
  z-index: 1;
}

@media (max-width: 899px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid:after {
    display: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
    margin: 20px 0;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarWeekdays {
    display: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
    width: auto;
    border-right: solid 1px #1a1a1a;
    -webkit-box-shadow: 0 1px 0 0 #1a1a1a;
            box-shadow: 0 1px 0 0 #1a1a1a;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow:last-child {
    border-bottom: solid 1px #1a1a1a;
    -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 #1a1a1a;
    border-top: 1px solid #1a1a1a;
    color: #000000;
    background: #ffffff;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover {
    color: #ffffff;
    background: #461D7C;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover .fsCalendarOutOfRange {
    color: #ffffff;
    background: #461D7C;
    -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: #461D7C;
    color: #ffffff;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents .fsCalendarDate:after,
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.has-info .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 #1a1a1a;
            box-shadow: inset 0 -1px 0 0 #1a1a1a;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:not(.has-info) .fsCalendarDate {
    margin-bottom: 0;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:not(.has-info) .fsCalendarDate:after {
    display: none;
  }

  .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: #ffffff;
    background: #C5CBD6;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected .fsCalendarOutOfRange {
    background: inherit;
    color: inherit;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange {
    background: #f9f9f9;
    color: #F9F9F9;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
    display: none;
  }
}

#event-view {
  padding: 0 20px;
  margin: 20px 0;
}

#event-view .fsCalendarDaybox {
  height: auto !important;
}

#event-view .fsCalendarDaybox > div {
  margin-bottom: 20px;
}

#event-view .fsCalendarWeekendDayBox > div:first-child {
  padding-bottom: 20px;
}

#event-view .fsCalendarWeekendDayBox .fsCalendarInfo:not(:last-child) {
  margin-bottom: 20px;
}

#event-view .fsCalendarEventTitle {
  margin-bottom: 5px;
}

.fsCalendarDayView:not(.fsStateHidden) + .fsCalendarEventGrid + #event-view {
  display: none;
}

@media (min-width: 900px) {
  #event-view {
    display: none;
  }
}

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  margin-top: 20px;
}

.scroll-up span {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: #ffffff !important;
  color: #6A7785 !important;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  border-radius: 5px;
  text-align: center;
  padding: 22px 30px 18px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #6A7785;
          box-shadow: inset 0px 0px 0px 1px #6A7785;
  font-weight: 700;
  font-family: "proxima-nova-condensed", Georgia, serif;
  cursor: pointer;
  line-height: 24px;
  padding: 10px 20px;
  margin-bottom: 0;
}

.fsBannerLeft .scroll-up span,
.fsBannerRight .scroll-up span,
.fsStyleOneThird .scroll-up span,
.fsThreeColumnLayout > .fsDiv .scroll-up span,
.fsFourColumnLayout > .fsDiv .scroll-up span {
  width: 100%;
  display: block;
}

.scroll-up span:visited {
  color: #6A7785 !important;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span,
.scroll-up span.on {
  background: #FDD023 !important;
  color: #461D7C !important;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #FDD023;
          box-shadow: inset 0px 0px 0px 1px #FDD023;
}

.scroll-up span:hover a,
.scroll-up span:focus a,
.fsStateSelected .scroll-up span a,
.scroll-up span.on a {
  background: #FDD023 !important;
  color: #461D7C !important;
}

.scroll-up span:hover a:hover,
.scroll-up span:focus a:hover,
.fsStateSelected .scroll-up span a:hover,
.scroll-up span.on a:hover {
  background: #FDD023 !important;
  color: #461D7C !important;
}

.scroll-up span em {
  display: block;
  font-style: normal;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 2px;
}

.scroll-up span a {
  background: #ffffff !important;
  color: #6A7785 !important;
}

.scroll-up span a:hover {
  background: #FDD023 !important;
  color: #461D7C !important;
}

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

/*! _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: "proxima-nova", sans-serif;
  font-size: 17px;
  line-height: 28px;
  color: #000000;
}

.fsComposerFormEmbed form input {
  border: solid 1px #1a1a1a;
}

.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 #1a1a1a;
}

.fsComposerFormEmbed form .mainGroupSub {
  max-width: 100%;
  width: 100% !important;
}

.fsComposerFormEmbed form .formPage {
  margin-bottom: 20px;
}

.fsComposerFormEmbed form .elementRow {
  max-width: 100%;
  margin: 0;
}

.fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
  margin-bottom: 0;
}

.fsComposerFormEmbed form .elementContainer {
  margin: 0 0 20px;
  padding: 0;
}

@media screen and (max-width: 599px) {
  .fsComposerFormEmbed form .elementContainer {
    width: 100%;
  }
}

.fsComposerFormEmbed form .elementContainer label {
  margin-bottom: 2px;
}

.fsComposerFormEmbed form .elementContainer label.horizontal {
  white-space: normal;
  margin-right: 10px !important;
}

.fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
  margin-right: 0;
}

.fsComposerFormEmbed form .elementContainer hr {
  margin: 0 auto;
}

.fsComposerFormEmbed form .elementContainer p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 599px) {
  .fsComposerFormEmbed form .elementBody > input {
    width: 100%;
  }
}

.fsComposerFormEmbed form .elementBody > .descText {
  margin-bottom: 10px;
}

.fsComposerFormEmbed form .labelLeft .elementContainer 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: 5px 10px 5px 5px;
  }
}

.fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
  width: 100%;
}

.fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
  width: auto;
}

.fsComposerFormEmbed form .labelLeft .elementBody {
  margin: 0;
  width: 100%;
  float: none;
}

@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementBody {
    width: 80%;
    float: left;
  }
}

.fsComposerFormEmbed form .linkLike {
  color: #461D7C;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .linkLike:hover {
  color: #461D7C;
}

.fsComposerFormEmbed form .required {
  color: #461D7C;
}

.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: #461D7C;
  -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: #461D7C;
  -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 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: #ffffff !important;
  color: #6A7785 !important;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  border-radius: 5px;
  text-align: center;
  padding: 22px 30px 18px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #6A7785;
          box-shadow: inset 0px 0px 0px 1px #6A7785;
  font-weight: 700;
  font-family: "proxima-nova-condensed", Georgia, serif;
  cursor: pointer;
  line-height: 24px;
}

.fsBannerLeft .fsComposerFormEmbed form .submitBtn,
.fsBannerRight .fsComposerFormEmbed form .submitBtn,
.fsStyleOneThird .fsComposerFormEmbed form .submitBtn,
.fsThreeColumnLayout > .fsDiv .fsComposerFormEmbed form .submitBtn,
.fsFourColumnLayout > .fsDiv .fsComposerFormEmbed form .submitBtn {
  width: 100%;
  display: block;
}

.fsComposerFormEmbed form .submitBtn:visited {
  color: #6A7785 !important;
}

.fsComposerFormEmbed form .submitBtn:hover,
.fsComposerFormEmbed form .submitBtn:focus,
.fsStateSelected .fsComposerFormEmbed form .submitBtn,
.fsComposerFormEmbed form .submitBtn.on {
  background: #FDD023 !important;
  color: #461D7C !important;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #FDD023;
          box-shadow: inset 0px 0px 0px 1px #FDD023;
}

.fsComposerFormEmbed form .submitBtn:hover a,
.fsComposerFormEmbed form .submitBtn:focus a,
.fsStateSelected .fsComposerFormEmbed form .submitBtn a,
.fsComposerFormEmbed form .submitBtn.on a {
  background: #FDD023 !important;
  color: #461D7C !important;
}

.fsComposerFormEmbed form .submitBtn:hover a:hover,
.fsComposerFormEmbed form .submitBtn:focus a:hover,
.fsStateSelected .fsComposerFormEmbed form .submitBtn a:hover,
.fsComposerFormEmbed form .submitBtn.on a:hover {
  background: #FDD023 !important;
  color: #461D7C !important;
}

.fsComposerFormEmbed form .submitBtn em {
  display: block;
  font-style: normal;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 2px;
}

.fsComposerFormEmbed form .submitBtn a {
  background: #ffffff !important;
  color: #6A7785 !important;
}

.fsComposerFormEmbed form .submitBtn a:hover {
  background: #FDD023 !important;
  color: #461D7C !important;
}

.fsComposerFormEmbed .ui-widget {
  font-family: "proxima-nova", 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;
}

::-webkit-input-placeholder {
  color: #333333;
}

:-moz-placeholder {
  color: #333333;
}

::-moz-placeholder {
  color: #333333;
}

:-ms-input-placeholder {
  color: #333333;
}

/*! elements - login */

.fsAccount button:not(:last-of-type) {
  margin-right: 10px;
}

.fsLoginForgotPasswordLink,
.fsLoginNewAccountLink {
  margin-bottom: 10px;
}

.fsLoginForgotPasswordLink:last-child,
.fsLoginNewAccountLink:last-child {
  margin-bottom: 0;
}

.fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px;
}

.fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
.fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
  max-width: 100%;
}

@media screen and (max-width: 599px) {
  .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
    overflow: hidden;
    border-radius: 5px;
  }
}

.fsResetPasswordFields > div {
  margin-bottom: 20px;
}

.fsResetPasswordFields > div:last-child {
  margin-bottom: 0;
}

.fsResetPasswordFields label > span {
  display: block;
}

.fsResetPasswordFields label > input {
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .fsLoginForgotControls label,
  .fsLoginNewFields label,
  .fsResetPasswordFields label {
    display: block;
    margin-bottom: 3px;
  }

  .fsLoginForgotControls input,
  .fsLoginNewFields input,
  .fsResetPasswordFields input {
    display: block;
    width: 100%;
  }
}

.fsLoginForgotView .fsLoginForgotEmail {
  display: block;
}

.fsLoginForgotSuccess .fsStyleDefaultButton {
  margin-top: 20px;
}

.fsAccountGreeting {
  margin-bottom: 20px;
}

.fsAccountLinks {
  margin: 0;
}

.fsAccountLinks li:not(:first-child) {
  border-color: #e5e5e5;
}

.fsAccountLogout {
  display: block;
  margin-top: 20px;
}

.fsAccountLogout > .fsStyleUpdateButton:last-child {
  margin-bottom: 0;
}

input[name*="passkey"] + .fsLoginSubmit {
  margin-top: 20px;
}

.fsError {
  margin-bottom: 50px;
}

.fsResetContinue,
.fsResetCancel,
.fsLoginNewSuccess > button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: #ffffff !important;
  color: #6A7785 !important;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  border-radius: 5px;
  text-align: center;
  padding: 22px 30px 18px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #6A7785;
          box-shadow: inset 0px 0px 0px 1px #6A7785;
  font-weight: 700;
  font-family: "proxima-nova-condensed", Georgia, serif;
  cursor: pointer;
  line-height: 24px;
}

.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%;
  display: block;
}

.fsResetContinue:visited,
.fsResetCancel:visited,
.fsLoginNewSuccess > button:visited {
  color: #6A7785 !important;
}

.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: #FDD023 !important;
  color: #461D7C !important;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #FDD023;
          box-shadow: inset 0px 0px 0px 1px #FDD023;
}

.fsResetContinue:hover a,
.fsResetContinue:focus a,
.fsStateSelected .fsResetContinue a,
.fsResetContinue.on a,
.fsResetCancel:hover a,
.fsResetCancel:focus a,
.fsStateSelected .fsResetCancel a,
.fsResetCancel.on a,
.fsLoginNewSuccess > button:hover a,
.fsLoginNewSuccess > button:focus a,
.fsStateSelected .fsLoginNewSuccess > button a,
.fsLoginNewSuccess > button.on a {
  background: #FDD023 !important;
  color: #461D7C !important;
}

.fsResetContinue:hover a:hover,
.fsResetContinue:focus a:hover,
.fsStateSelected .fsResetContinue a:hover,
.fsResetContinue.on a:hover,
.fsResetCancel:hover a:hover,
.fsResetCancel:focus a:hover,
.fsStateSelected .fsResetCancel a:hover,
.fsResetCancel.on a:hover,
.fsLoginNewSuccess > button:hover a:hover,
.fsLoginNewSuccess > button:focus a:hover,
.fsStateSelected .fsLoginNewSuccess > button a:hover,
.fsLoginNewSuccess > button.on a:hover {
  background: #FDD023 !important;
  color: #461D7C !important;
}

.fsResetContinue em,
.fsResetCancel em,
.fsLoginNewSuccess > button em {
  display: block;
  font-style: normal;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 2px;
}

.fsResetContinue a,
.fsResetCancel a,
.fsLoginNewSuccess > button a {
  background: #ffffff !important;
  color: #6A7785 !important;
}

.fsResetContinue a:hover,
.fsResetCancel a:hover,
.fsLoginNewSuccess > button a:hover {
  background: #FDD023 !important;
  color: #461D7C !important;
}

.fsLoginNewSuccess button {
  margin-top: 20px;
}

.fsNews.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsNews.fsThumbnailAlignLeft .fsThumbnail {
    float: left;
  }
}

.fsNews.fsThumbnailAlignRight .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsNews.fsThumbnailAlignRight .fsThumbnail {
    float: right;
  }
}

/*! _dialog.scss - src/sass/modules/news/_dialog.scss - news dialog pop up */

.fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
    float: left;
  }
}

.fsPostElement.fsThumbnailAlignRight .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
    float: right;
  }
}

.fsPostElement .fsTag {
  font-size: 13px;
  font-family: "proxima-nova-condensed", Georgia, serif;
  line-height: 13px;
  padding: 6px 9px;
  border: 1px solid #C5CBD6;
  margin-right: 6px;
  border-radius: 4px;
  color: #6A7785;
  background: #ffffff;
}

.fsPostElement article {
  margin-bottom: 30px;
}

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

.fsPostElement .fsTitle {
  margin-bottom: 15px;
}

.fsPostElement .fsTitle a {
  position: relative;
  color: #461D7C;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: -0.25px;
  line-height: 30px;
}

.fsPostElement .fsTitle a:hover,
.fsPostElement .fsTitle a:focus {
  color: #461D7C;
}

.fsPostElement .fsAuthor {
  position: relative;
  padding-right: 13px;
  margin-right: 0;
}

.fsPostElement .fsAuthor:after {
  content: "";
  width: 1px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #C5CBD6;
}

.fsPostElement .fsDateTime {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-left: 11px;
}

.fsPostElement .fsSummary {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.fsPostElement .fsPostLink.fsReadMoreLink {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-weight: 700;
  color: #6A7785;
  margin-top: 20px;
  display: block;
}

.fsPostElement ul.fsCategories {
  margin: 0;
  margin-bottom: 15px;
}

.fsPostElement ul.fsCategories li.fsCategory {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 18px;
  padding: 0;
  margin: 0;
  color: #6A7785;
}

.fsPostElement.fsGrid .custom-callout {
  padding: 30px;
  margin-left: 1.17647em;
  margin-right: 1.17647em;
}

@media (min-width: 600px) {
  .fsPostElement.fsGrid .fsStyleTwoColumns .custom-callout {
    width: calc(50% - 2.35294em);
  }
}

@media (min-width: 600px) {
  .fsPostElement.fsGrid .fsStyleThreeColumns .custom-callout {
    width: calc(50% - 2.35294em);
  }
}

@media (min-width: 800px) {
  .fsPostElement.fsGrid .fsStyleThreeColumns .custom-callout {
    width: calc(33.33% - 2.35294em);
  }
}

@media (min-width: 600px) {
  .fsPostElement.fsGrid .fsStyleFourColumns .custom-callout {
    width: calc(50% - 2.35294em);
  }
}

@media (min-width: 800px) {
  .fsPostElement.fsGrid .fsStyleFourColumns .custom-callout {
    width: calc(33.33% - 2.35294em);
  }
}

@media (min-width: 1000px) {
  .fsPostElement.fsGrid .fsStyleFourColumns .custom-callout {
    width: calc(25% - 2.35294em);
  }
}

/*! _dialog.scss - src/sass/modules/post/_dialog.scss - post dialog pop up */

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

.fsResourceElement figcaption {
  margin-top: 10px;
}

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

.fsResourceElement.fsListNav .fsTitle {
  font-size: 17px;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 0;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage .fsTitle {
  text-align: center;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage img {
  margin: 0 auto;
}

body:not(.fsComposeMode) .homepage-slideshow {
  position: relative;
  width: 100%;
  height: 620px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

body:not(.fsComposeMode) .homepage-slideshow .fsElementHeaderContent {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .homepage-slideshow {
    height: 100%;
  }
}

body:not(.fsComposeMode) .homepage-slideshow .slick-slider {
  padding: 0px;
  margin: 0px;
}

body:not(.fsComposeMode) .homepage-slideshow .slick-list {
  overflow: visible;
}

body:not(.fsComposeMode) .homepage-slideshow .buttons.pauseStop .pause {
  opacity: 0;
  visibility: hidden;
}

body:not(.fsComposeMode) .homepage-slideshow .buttons.pauseStop .play {
  opacity: 0.7;
  visibility: visible;
}

body:not(.fsComposeMode) .homepage-slideshow .buttons.pauseStop .play:hover,
body:not(.fsComposeMode) .homepage-slideshow .buttons.pauseStop .play:focus {
  opacity: 1;
}

body:not(.fsComposeMode) .homepage-slideshow .buttons > button {
  position: absolute;
  top: inherit;
  left: inherit;
  border-radius: 100%;
  height: 29.46px;
  width: 29.46px;
  z-index: 30;
  background: transparent;
  opacity: 0.5;
  bottom: 28px;
  right: 20px;
  border: 0;
  font-size: 0;
  cursor: pointer;
  padding: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

body:not(.fsComposeMode) .homepage-slideshow .buttons > button:hover,
body:not(.fsComposeMode) .homepage-slideshow .buttons > button:focus {
  opacity: 1;
}

body:not(.fsComposeMode) .homepage-slideshow .play {
  opacity: 0;
  visibility: hidden;
}

body:not(.fsComposeMode) .homepage-slideshow .play::before {
  background-image: url(images/play.svg);
  height: 15px;
  width: 20px;
  margin-left: 0;
  font-size: 0;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

body:not(.fsComposeMode) .homepage-slideshow .pause::before {
  background-image: url(images/pause.svg);
  height: 15px;
  width: 20px;
  margin-left: 0;
  font-size: 0;
  margin: 0;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

body:not(.fsComposeMode) .homepage-slideshow button.slick-prev {
  position: absolute;
  z-index: 30;
  width: 45px;
  height: 45px;
  border: none;
  display: block;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  border-radius: 27.5px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
          box-shadow: inset 0px 0px 0px 1px #ffffff;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

body:not(.fsComposeMode) .homepage-slideshow button.slick-prev:hover,
body:not(.fsComposeMode) .homepage-slideshow button.slick-prev:focus {
  background-color: #461d7c;
}

body:not(.fsComposeMode) .homepage-slideshow button.slick-prev:before {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\F053";
  font-family: "IcoMoon";
  font-size: 20px;
  line-height: 21px;
  color: #ffffff;
  height: 20px;
  text-align: center;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .homepage-slideshow button.slick-prev {
    background: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: auto;
    left: auto;
    right: calc(50% + 5px);
    bottom: 50px;
  }

  body:not(.fsComposeMode) .homepage-slideshow button.slick-prev::before {
    color: #1a1a1a;
  }

  body:not(.fsComposeMode) .homepage-slideshow button.slick-prev:hover:before,
  body:not(.fsComposeMode) .homepage-slideshow button.slick-prev:focus:before {
    color: #ffffff;
  }
}

body:not(.fsComposeMode) .homepage-slideshow button.slick-next {
  position: absolute;
  z-index: 30;
  width: 45px;
  height: 45px;
  border: none;
  display: block;
  right: 30px;
  font-size: 0;
  cursor: pointer;
  background-color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
          box-shadow: inset 0px 0px 0px 1px #ffffff;
  border-radius: 27.5px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

body:not(.fsComposeMode) .homepage-slideshow button.slick-next:hover,
body:not(.fsComposeMode) .homepage-slideshow button.slick-next:focus {
  background-color: #461d7c;
}

body:not(.fsComposeMode) .homepage-slideshow button.slick-next:before {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\F054";
  font-family: "IcoMoon";
  font-size: 20px;
  line-height: 21px;
  color: #ffffff;
  font-weight: 400;
  height: 20px;
  text-align: center;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .homepage-slideshow button.slick-next {
    background: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: auto;
    left: calc( 50% + 5px);
    bottom: 50px;
  }

  body:not(.fsComposeMode) .homepage-slideshow button.slick-next::before {
    color: #1a1a1a;
  }

  body:not(.fsComposeMode) .homepage-slideshow button.slick-next:hover:before,
  body:not(.fsComposeMode) .homepage-slideshow button.slick-next:focus:before {
    color: #ffffff;
  }
}

body:not(.fsComposeMode) .homepage-slideshow article.slick-current {
  display: block;
}

body:not(.fsComposeMode) .homepage-slideshow article {
  position: relative;
  padding: 0px;
  margin: 0px;
  max-height: 620px;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .homepage-slideshow article {
    max-height: 100%;
  }
}

body:not(.fsComposeMode) .homepage-slideshow article picture {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  max-height: 620px;
  height: 620px;
  position: relative;
  width: 100%;
  display: block;
  z-index: 2;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .homepage-slideshow article picture {
    max-height: 410px;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .homepage-slideshow article picture {
    max-height: 200px;
  }
}

body:not(.fsComposeMode) .homepage-slideshow article picture:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 320px;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .homepage-slideshow article picture:after {
    height: 169px;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .homepage-slideshow article picture:after {
    display: none;
  }
}

body:not(.fsComposeMode) .homepage-slideshow article picture img {
  min-width: 100%;
  display: none;
}

body:not(.fsComposeMode) .homepage-slideshow article figcaption {
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 1180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  margin: 0;
  text-align: center;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .homepage-slideshow article figcaption {
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    right: auto;
    max-width: 100%;
    bottom: auto;
    position: relative;
    text-align: center;
    height: auto;
    background: #FDD023;
    width: 100%;
    padding: 40px 60px;
    padding-bottom: 130px;
    height: auto;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .homepage-slideshow article figcaption {
    padding: 50px 0px;
    padding-bottom: 130px;
  }
}

body:not(.fsComposeMode) .homepage-slideshow article figcaption::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 1024px 60px 0;
  border-color: transparent #FDD023 transparent transparent;
  top: -60px;
  left: 0;
  z-index: 10;
  display: none;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .homepage-slideshow article figcaption::before {
    display: block;
  }
}

body:not(.fsComposeMode) .homepage-slideshow article figcaption h1,
body:not(.fsComposeMode) .homepage-slideshow article figcaption h2,
body:not(.fsComposeMode) .homepage-slideshow article figcaption h3,
body:not(.fsComposeMode) .homepage-slideshow article figcaption h4 {
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 0;
  color: #ffffff;
  text-shadow: 0 4px 1px rgba(0, 0, 0, 0.2);
  max-width: 760px;
  margin: 0 auto;
  font-weight: 900;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .homepage-slideshow article figcaption h1,
  body:not(.fsComposeMode) .homepage-slideshow article figcaption h2,
  body:not(.fsComposeMode) .homepage-slideshow article figcaption h3,
  body:not(.fsComposeMode) .homepage-slideshow article figcaption h4 {
    max-width: 100%;
    margin: auto;
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 40px;
    color: #000000;
    text-shadow: none;
    font-size: 38px;
    line-height: 44px;
    letter-spacing: -0.5px;
  }
}

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

body:not(.fsComposeMode) .homepage-slideshow article figcaption p {
  font-size: 17px;
  line-height: 28px;
  color: #ffffff;
  max-width: 860px;
  margin: 0 auto;
  margin-bottom: 10px;
  text-shadow: 0 4px 1px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .homepage-slideshow article figcaption p {
    max-width: 100%;
    margin: auto;
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    color: #000000;
    text-shadow: none;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .homepage-slideshow article figcaption p {
    font-size: 14px;
    line-height: 26px;
    padding: 0 40px;
  }
}

body:not(.fsComposeMode) .homepage-slideshow article figcaption a {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  font-weight: 700;
  font-family: "proxima-nova-condensed", Georgia, serif;
  margin-right: 0;
  padding-bottom: 4px;
  text-shadow: 0 4px 1px rgba(0, 0, 0, 0.25);
}

body:not(.fsComposeMode) .homepage-slideshow article figcaption a:hover {
  text-decoration: underline;
  color: #FDD023;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .homepage-slideshow article figcaption a {
    color: #000000;
  }

  body:not(.fsComposeMode) .homepage-slideshow article figcaption a:hover {
    color: #000000;
  }
}

body:not(.fsComposeMode) .homepage-slideshow.video::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(26, 26, 26, 0.7);
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 1199px) {
  body:not(.fsComposeMode) .homepage-slideshow.video {
    height: 500px;
  }
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .homepage-slideshow.video {
    height: 420px;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .homepage-slideshow.video {
    height: 360px;
  }
}

body:not(.fsComposeMode) .homepage-slideshow.video header h2 {
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  position: absolute;
  top: 270px;
  text-shadow: 0 4px 1px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  padding: 0 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  width: 100%;
}

@media (max-width: 1223px) {
  body:not(.fsComposeMode) .homepage-slideshow.video header h2 {
    font-size: 64px;
    line-height: 64px;
    top: 278px;
    text-shadow: 0 3px 1px rgba(0, 0, 0, 0.2);
    letter-spacing: -0.5px;
  }
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .homepage-slideshow.video header h2 {
    font-size: 48px;
    line-height: 48px;
    top: 286px;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .homepage-slideshow.video header h2 {
    font-size: 38px;
    line-height: 40px;
    top: 140px;
    text-shadow: 0 4px 1px rgba(0, 0, 0, 0.2);
  }
}

body:not(.fsComposeMode) .homepage-slideshow.video article {
  position: relative;
  width: 100%;
}

body:not(.fsComposeMode) .homepage-slideshow.video video {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 360px;
}

body:not(.fsComposeMode) .homepage-slideshow.video #mute {
  cursor: pointer;
  height: 28px;
  width: 28px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  background: transparent;
  border: none;
  display: none;
}

body:not(.fsComposeMode) .homepage-slideshow.video #mute:before {
  content: '\E90E';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 28px;
  font-family: 'icomoon';
  color: #ffffff;
}

body:not(.fsComposeMode) .homepage-slideshow.video #mute.unmuted:before {
  content: '\E90F';
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .homepage-slideshow.video #mute {
    top: 100px;
    left: 10px;
    bottom: auto;
  }
}

body:not(.fsComposeMode) .homepage-slideshow.video #pause {
  cursor: pointer;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 20px;
  bottom: 100px;
  z-index: 100;
  background: transparent;
  border: none;
  opacity: 0.5;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .homepage-slideshow.video #pause {
    bottom: 80px;
  }
}

body:not(.fsComposeMode) .homepage-slideshow.video #pause:hover,
body:not(.fsComposeMode) .homepage-slideshow.video #pause:focus {
  opacity: 1;
}

body:not(.fsComposeMode) .homepage-slideshow.video #pause::before {
  background-image: url(images/pause.svg);
  height: 15px;
  width: 20px;
  margin-left: 0;
  font-size: 0;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

body:not(.fsComposeMode) .homepage-slideshow.video #pause.pause:before {
  background-image: url(images/play.svg);
}

body:not(.fsComposeMode) .homepage-slideshow.fsSingleItem article figcaption {
  padding-bottom: 30px;
}

/*! _dialog.scss - src/sass/modules/resources/_dialog.scss - resource dialog pop up */

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

/*! _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 li.fsListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e5e5e5;
}

.fsSearchElement.fsList .fsListItems {
  padding: 0;
}

.fsSearchElement.fsList .fsSearchResultInfo {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
}

.fsSearchElement.fsList .fsSearchResultInfo:empty {
  margin: 0;
  border: none;
}

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */

/*! 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 #e5e5e5;
  -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 #e5e5e5;
  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 0 20px;
  background: #ffffff !important;
  color: #6A7785 !important;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  border-radius: 5px;
  text-align: center;
  padding: 22px 30px 18px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #6A7785;
          box-shadow: inset 0px 0px 0px 1px #6A7785;
  font-weight: 700;
  font-family: "proxima-nova-condensed", Georgia, serif;
  cursor: pointer;
  line-height: 24px;
}

.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%;
  display: block;
}

.vimeo_view_link a:visited {
  color: #6A7785 !important;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a,
.vimeo_view_link a.on {
  background: #FDD023 !important;
  color: #461D7C !important;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #FDD023;
          box-shadow: inset 0px 0px 0px 1px #FDD023;
}

.vimeo_view_link a:hover a,
.vimeo_view_link a:focus a,
.fsStateSelected .vimeo_view_link a a,
.vimeo_view_link a.on a {
  background: #FDD023 !important;
  color: #461D7C !important;
}

.vimeo_view_link a:hover a:hover,
.vimeo_view_link a:focus a:hover,
.fsStateSelected .vimeo_view_link a a:hover,
.vimeo_view_link a.on a:hover {
  background: #FDD023 !important;
  color: #461D7C !important;
}

.vimeo_view_link a em {
  display: block;
  font-style: normal;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 2px;
}

.vimeo_view_link a a {
  background: #ffffff !important;
  color: #6A7785 !important;
}

.vimeo_view_link a a:hover {
  background: #FDD023 !important;
  color: #461D7C !important;
}

/*! 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 #e5e5e5;
  -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 #e5e5e5;
  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 0 20px;
  background: #ffffff !important;
  color: #6A7785 !important;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  border-radius: 5px;
  text-align: center;
  padding: 22px 30px 18px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #6A7785;
          box-shadow: inset 0px 0px 0px 1px #6A7785;
  font-weight: 700;
  font-family: "proxima-nova-condensed", Georgia, serif;
  cursor: pointer;
  line-height: 24px;
}

.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%;
  display: block;
}

.Youtube_view_link a:visited {
  color: #6A7785 !important;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a,
.Youtube_view_link a.on {
  background: #FDD023 !important;
  color: #461D7C !important;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #FDD023;
          box-shadow: inset 0px 0px 0px 1px #FDD023;
}

.Youtube_view_link a:hover a,
.Youtube_view_link a:focus a,
.fsStateSelected .Youtube_view_link a a,
.Youtube_view_link a.on a {
  background: #FDD023 !important;
  color: #461D7C !important;
}

.Youtube_view_link a:hover a:hover,
.Youtube_view_link a:focus a:hover,
.fsStateSelected .Youtube_view_link a a:hover,
.Youtube_view_link a.on a:hover {
  background: #FDD023 !important;
  color: #461D7C !important;
}

.Youtube_view_link a em {
  display: block;
  font-style: normal;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 2px;
}

.Youtube_view_link a a {
  background: #ffffff !important;
  color: #6A7785 !important;
}

.Youtube_view_link a a:hover {
  background: #FDD023 !important;
  color: #461D7C !important;
}

/*! elements - tabs */

.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}

.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}

@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}

.fsTabs .fsTabsNav li {
  margin: 0 5px 5px 0;
}

.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-size: 36px;
  line-height: 54px;
  margin-bottom: 10px;
  margin-bottom: 0px;
  display: block;
  font-size: 22px;
  padding: 13.33333px;
  color: #461D7C;
  -webkit-transition: .3s;
  transition: .3s;
  background: #461D7C;
  color: #FDD023;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 28px;
  font-size: 16px;
  padding: 10px 20px;
  -webkit-box-shadow: inset 0 -1px 0 0 #461D7C;
          box-shadow: inset 0 -1px 0 0 #461D7C;
  text-transform: uppercase;
}

.fsTabs .fsTabsNav li a:hover {
  background: #461D7C;
  color: #ffffff;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #FDD023;
  color: #461D7C;
  -webkit-box-shadow: inset 0 -7px 0 0 #461D7C;
          box-shadow: inset 0 -7px 0 0 #461D7C;
}

@media (min-width: 600px) {
  .fsTabs .fsPanel {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .fsTabs .fsPanel > .fsElementContent {
    padding: 20px 0px 80px;
  }
}

.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-size: .875em;
  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: #333333;
  color: #ffffff;
}

.fsLegend .fsElementControls label input + span {
  color: #333333;
  background: #e5e5e5;
}

/*! _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: #e5e5e5;
  color: #C5CBD6;
  font-size: .875em;
  line-height: 1;
  padding: 0;
  padding: 10px 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox:hover {
  opacity: 1;
  background: #461D7C !important;
  color: #ffffff !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: #e5e5e5;
  color: #C5CBD6;
}

.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: #f9f9f9;
  color: #F9F9F9;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
  background: #461D7C;
  color: #ffffff;
}

.fsCalendarMonthYearPicker > .fsStyleUpdateButton {
  margin-bottom: 0;
  display: block;
  color: #ffffff;
  background-color: #333333;
}

/*! _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 */

.module {
  padding: 20px;
  color: #fff;
}

.module h1,
.module h2,
.module h3,
.module h4,
.module h5,
.module h6 {
  color: inherit;
}

.module a {
  color: inherit;
}

.module {
  background: #461D7C;
}

/*! pages - home v0.0.1 */

.home .nav-sub,
.home .landing-nav,
.home .site-bread {
  display: none;
}

.home #fsPageBodyWrapper {
  padding: 0px;
  margin: 0px;
  background: #1a1a1a;
}

.home #fsPageBody {
  max-width: 100%;
  padding: 0px;
  margin: 0px;
}

.home #fsPageContent {
  padding: 0px;
  margin: 0px;
}

.home #fsPageContent > .fsLayout {
  padding: 0px;
  margin: 0px;
}

.home #fsPageContent > .fsLayout > .fsDiv {
  padding: 0px;
  margin: 0px;
}

body:not(.fsComposeMode) .ourMission {
  position: relative;
  margin: 0;
  background: #461D7C;
  padding: 45px 0 65px;
  z-index: 10;
}

body:not(.fsComposeMode) .ourMission:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 75px 100vw 75px 0;
  border-color: transparent #461D7C transparent transparent;
  top: -75px;
  left: 0;
  z-index: -1;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .ourMission:before {
    display: block;
    border-width: 60px 100vw 60px 0;
    top: -60px;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .ourMission:before {
    top: -40px;
    border-width: 40px 100vw 40px 0;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .ourMission {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

body:not(.fsComposeMode) .ourMission .fsElementContent {
  max-width: 860px;
  padding: 0 40px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}

body:not(.fsComposeMode) .ourMission h1 {
  font-size: 48px;
  font-weight: 900;
  line-height: 48px;
  text-align: center;
  margin-bottom: 20px;
  color: #ffffff;
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .ourMission h1 {
    font-size: 38px;
    line-height: 44px;
  }
}

body:not(.fsComposeMode) .hp--grid--stats {
  position: relative;
  z-index: 100;
  width: 100%;
  margin: 0px;
}

body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement {
  position: relative;
  z-index: 150;
  margin: 0px;
  width: 33.33%;
  min-height: 280px;
  background: #461D7C;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement {
    width: 50%;
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement {
    width: 100%;
    min-height: 280px;
  }
}

body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement.image--stats {
  padding: 90px 85px 60px 85px;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1199px) {
  body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement.image--stats {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 999px) {
  body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement.image--stats {
    padding: 40px 40px 20px 40px;
  }
}

body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement.image--stats:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5) translateZ(0);
          transform: scale(0.5) translateZ(0);
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(70, 29, 124, 0.79);
  z-index: 170;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement.image--stats::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 170;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement.image--stats .fsElementHeaderContent {
  position: relative;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement.image--stats header h2 {
  margin: 0px;
  color: #ffffff;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 24px;
  text-shadow: 0 3px 1px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  padding: 0 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 200;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement.image--stats header h2 {
    width: 180px;
  }
}

body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement.image--stats header .fsElementHeaderContent {
  margin: 0px;
  color: #ffffff;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  text-transform: inherit;
}

body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement.image--stats header .fsElementHeaderContent h4 {
  margin: 0px;
  color: #ffffff;
  font-family: "proxima-nova-condensed", Georgia, serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 24px;
  text-shadow: 0 3px 1px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}

body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement.image--stats .fsElementContent {
  padding-top: 10px;
  position: relative;
  z-index: 200;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}

body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement.image--stats:hover header h2,
body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement.image--stats:focus header h2 {
  display: none;
}

body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement.image--stats:hover:before,
body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement.image--stats:focus:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
}

body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement.image--stats:hover .fsElementHeaderContent,
body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement.image--stats:hover .fsElementContent,
body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement.image--stats:hover footer,
body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement.image--stats:focus .fsElementHeaderContent,
body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement.image--stats:focus .fsElementContent,
body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement.image--stats:focus footer {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement.image--stats.focus header h2 {
  display: none;
}

body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement.image--stats.focus:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
}

body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement.image--stats.focus .fsElementHeaderContent,
body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement.image--stats.focus .fsElementContent,
body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement.image--stats.focus footer {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

@media (min-width: 768px) and (max-width: 1024px) {
  body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement:nth-child(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement:nth-child(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  body:not(.fsComposeMode) .hp--grid--stats > .fsElementContent .fsElement:last-child {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

body:not(.fsComposeMode) .homeCalendar {
  position: relative;
  margin-bottom: 0;
  padding-top: 138px;
  padding-bottom: 68px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1329px) {
  body:not(.fsComposeMode) .homeCalendar {
    padding-top: 108px;
    padding-bottom: 60px;
  }
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .homeCalendar {
    padding-top: 121px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .homeCalendar {
    padding-top: 90px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

body:not(.fsComposeMode) .homeCalendar::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(26, 26, 26, 0.7);
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

body:not(.fsComposeMode) .homeCalendar header h2 {
  font-size: 48px;
  font-weight: 900;
  line-break: 48px;
  text-align: center;
  margin-bottom: 20px;
  color: #ffffff;
  position: relative;
  z-index: 5;
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .homeCalendar header h2 {
    font-size: 38px;
    line-height: 44px;
  }
}

body:not(.fsComposeMode) .homeCalendar .fsElementFooterContent {
  text-align: center;
  margin-top: 0;
  position: relative;
  z-index: 5;
}

body:not(.fsComposeMode) .homeCalendar .fsElementFooterContent a {
  margin-bottom: 0;
  line-height: 20px;
}

body:not(.fsComposeMode) .homeCalendar .slick-dots {
  display: none !important;
}

body:not(.fsComposeMode) .homeCalendar button.slick-prev {
  position: absolute;
  z-index: 30;
  width: 45px;
  height: 45px;
  border: none;
  display: block;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  border-radius: 27.5px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
          box-shadow: inset 0px 0px 0px 1px #ffffff;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

body:not(.fsComposeMode) .homeCalendar button.slick-prev:hover,
body:not(.fsComposeMode) .homeCalendar button.slick-prev:focus {
  background-color: #461d7c;
}

body:not(.fsComposeMode) .homeCalendar button.slick-prev:before {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\F053";
  font-family: "IcoMoon";
  font-size: 20px;
  line-height: 21px;
  color: #ffffff;
  height: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .homeCalendar button.slick-prev {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: auto;
    left: auto;
    right: calc(50% + 5px);
    bottom: 40px;
  }
}

body:not(.fsComposeMode) .homeCalendar button.slick-next {
  position: absolute;
  z-index: 30;
  width: 45px;
  height: 45px;
  border: none;
  display: block;
  right: 30px;
  font-size: 0;
  cursor: pointer;
  background-color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
          box-shadow: inset 0px 0px 0px 1px #ffffff;
  border-radius: 27.5px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

body:not(.fsComposeMode) .homeCalendar button.slick-next:hover,
body:not(.fsComposeMode) .homeCalendar button.slick-next:focus {
  background-color: #461d7c;
}

body:not(.fsComposeMode) .homeCalendar button.slick-next:before {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\F054";
  font-family: "IcoMoon";
  font-size: 20px;
  line-height: 21px;
  color: #ffffff;
  font-weight: 400;
  height: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .homeCalendar button.slick-next {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: auto;
    left: calc( 50% + 5px);
    bottom: 40px;
  }
}

body:not(.fsComposeMode) .homeCalendar .fsListItems {
  max-width: 1381px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

body:not(.fsComposeMode) .homeCalendar .fsListItems .slick-list.draggable {
  max-width: 1180px;
  margin: 0 auto;
}

@media (max-width: 1329px) {
  body:not(.fsComposeMode) .homeCalendar .fsListItems .slick-list.draggable {
    max-width: 825px;
  }
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .homeCalendar .fsListItems .slick-list.draggable {
    max-width: 530px;
  }
}

body:not(.fsComposeMode) .homeCalendar article {
  max-width: 245px;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .homeCalendar article {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .homeCalendar article {
    padding-bottom: 125px;
  }
}

body:not(.fsComposeMode) .homeCalendar article .fsDate {
  color: #FDD023;
}

body:not(.fsComposeMode) .homeCalendar article .fsTitle a {
  color: #ffffff;
  margin-top: 10px;
}

body:not(.fsComposeMode) .homeCalendar article .fsTitle a:hover {
  color: #ffffff;
}

body:not(.fsComposeMode) .homeCalendar article .fsEventDetails .fsLocation,
body:not(.fsComposeMode) .homeCalendar article .fsEventDetails .fsTimeRange {
  color: #ffffff;
}

body:not(.fsComposeMode) .postTabs {
  position: relative;
  background: #FDD023;
  margin-bottom: 0;
  padding-bottom: 30px;
  padding-top: 75px;
}

body:not(.fsComposeMode) .postTabs .fsPanel > .fsElementContent {
  padding: 0;
}

body:not(.fsComposeMode) .postTabs ul.fsTabsNav {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .postTabs ul.fsTabsNav {
    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: 10px;
  }
}

body:not(.fsComposeMode) .postTabs ul.fsTabsNav li a {
  -webkit-box-shadow: inset 0 -1px 0 0 #C3A51D;
          box-shadow: inset 0 -1px 0 0 #C3A51D;
  color: #6b5b11;
  background: transparent;
}

body:not(.fsComposeMode) .postTabs ul.fsTabsNav li a:hover,
body:not(.fsComposeMode) .postTabs ul.fsTabsNav li a:focus {
  color: #1a1a1a;
}

body:not(.fsComposeMode) .postTabs ul.fsTabsNav li.fsStateSelected a {
  -webkit-box-shadow: inset 0 -7px 0 0 #C3A51D;
          box-shadow: inset 0 -7px 0 0 #C3A51D;
}

body:not(.fsComposeMode) .postTabs .fsPanel {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body:not(.fsComposeMode) .postTabs .fsPanel > header {
  height: 0;
  visibility: hidden;
  opacity: 0;
}

body:not(.fsComposeMode) .postTabs header h2 {
  font-size: 48px;
  font-weight: 900;
  line-height: 48px;
  text-align: center;
  margin-bottom: 10px;
  color: #000000;
  letter-spacing: -0.5px;
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .postTabs header h2 {
    font-size: 38px;
    line-height: 44px;
  }
}

body:not(.fsComposeMode) .postTabs .fsElementFooterContent {
  margin-top: 40px;
  text-align: center;
  position: relative;
  z-index: 15;
}

body:not(.fsComposeMode) .postTabs .fsElementFooterContent a {
  text-align: center;
  color: #000000;
  -webkit-box-shadow: inset 0px 0px 0px 1px #000000;
          box-shadow: inset 0px 0px 0px 1px #000000;
  margin-bottom: 0;
  line-height: 20px;
}

body:not(.fsComposeMode) .postTabs .fsElementFooterContent a:hover,
body:not(.fsComposeMode) .postTabs .fsElementFooterContent a:focus {
  text-decoration: underline;
}

body:not(.fsComposeMode) .postTabs:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100vw 100px 0;
  border-color: transparent #FDD023 transparent transparent;
  bottom: -100px;
  left: 0;
  z-index: 10;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .postTabs:before {
    display: block;
    border-width: 60px 100vw 60px 0;
    bottom: -60px;
  }
}

body:not(.fsComposeMode) .postTabs .slick-dots {
  display: none !important;
}

body:not(.fsComposeMode) .postTabs button.slick-prev {
  position: absolute;
  z-index: 30;
  width: 45px;
  height: 45px;
  border: none;
  display: block;
  font-size: 0;
  cursor: pointer;
  top: 60%;
  left: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ffffff;
  border-radius: 27.5px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

body:not(.fsComposeMode) .postTabs button.slick-prev:hover,
body:not(.fsComposeMode) .postTabs button.slick-prev:focus {
  background-color: #1a1a1a;
}

body:not(.fsComposeMode) .postTabs button.slick-prev:hover::before,
body:not(.fsComposeMode) .postTabs button.slick-prev:focus::before {
  color: #ffffff;
}

body:not(.fsComposeMode) .postTabs button.slick-prev:before {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\F053";
  font-family: "IcoMoon";
  font-size: 20px;
  line-height: 21px;
  color: #1a1a1a;
  height: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .postTabs button.slick-prev {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: auto;
    left: auto;
    right: calc(50% + 5px);
    bottom: 0px;
  }
}

body:not(.fsComposeMode) .postTabs button.slick-next {
  position: absolute;
  z-index: 30;
  width: 45px;
  height: 45px;
  border: none;
  display: block;
  right: 0px;
  font-size: 0;
  cursor: pointer;
  background-color: #ffffff;
  top: 60%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 27.5px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

body:not(.fsComposeMode) .postTabs button.slick-next:hover,
body:not(.fsComposeMode) .postTabs button.slick-next:focus {
  background-color: #1a1a1a;
}

body:not(.fsComposeMode) .postTabs button.slick-next:hover::before,
body:not(.fsComposeMode) .postTabs button.slick-next:focus::before {
  color: #ffffff;
}

body:not(.fsComposeMode) .postTabs button.slick-next:before {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\F054";
  font-family: "IcoMoon";
  font-size: 20px;
  line-height: 21px;
  color: #1a1a1a;
  font-weight: 400;
  height: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .postTabs button.slick-next {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: auto;
    left: calc( 50% + 5px);
    bottom: 0px;
  }
}

body:not(.fsComposeMode) .postTabs .slick-slider {
  max-width: 1320px;
  margin: 0 auto;
}

@media (max-width: 1319px) {
  body:not(.fsComposeMode) .postTabs .slick-slider {
    max-width: 964px;
  }
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .postTabs .slick-slider {
    max-width: 708px;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .postTabs .slick-slider {
    padding-bottom: 75px;
    max-width: 100%;
    margin: 0 20px;
  }
}

body:not(.fsComposeMode) .postTabs .slick-slider .slick-list {
  overflow: visible;
  max-width: 1182px;
  margin: 0 auto;
}

@media (max-width: 1319px) {
  body:not(.fsComposeMode) .postTabs .slick-slider .slick-list {
    max-width: 824px;
  }
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .postTabs .slick-slider .slick-list {
    max-width: 568px;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .postTabs .slick-slider .slick-list {
    max-width: 280px;
    overflow: hidden;
  }
}

body:not(.fsComposeMode) .postTabs .fsPostElement article {
  width: 344px !important;
  margin: 0 25px;
}

@media (max-width: 1319px) {
  body:not(.fsComposeMode) .postTabs .fsPostElement article {
    width: 362px !important;
  }
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .postTabs .fsPostElement article {
    width: 518px !important;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .postTabs .fsPostElement article {
    width: 280px !important;
    margin: 0;
  }
}

body:not(.fsComposeMode) .postTabs .fsPostElement article .fsThumbnail {
  margin-bottom: 0;
  height: 215px;
  margin-top: 0;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .postTabs .fsPostElement article .fsThumbnail {
    height: 280px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .postTabs .fsPostElement article .fsThumbnail {
    height: 175px;
  }
}

body:not(.fsComposeMode) .postTabs .fsPostElement article .fsThumbnail img {
  opacity: 0;
  visibility: hidden;
}

body:not(.fsComposeMode) .postTabs .fsPostElement article .options {
  background: #ffffff;
  padding: 20px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .postTabs .fsPostElement article .options {
    opacity: 1;
    visibility: visible;
  }
}

body:not(.fsComposeMode) .postTabs .fsPostElement article .options .fsTitle a {
  margin-top: 0;
  line-height: 30px;
}

body:not(.fsComposeMode) .postTabs .fsPostElement article .options .fsSummary {
  margin-bottom: 15px;
}

body:not(.fsComposeMode) .postTabs .fsPostElement article .options a {
  line-height: 22px;
}

body:not(.fsComposeMode) .postTabs .fsPostElement article.slick-active .options {
  opacity: 1;
  visibility: visible;
}

.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: 33.33333%;
  }
}

.colors.main ol li:nth-of-type(1) {
  background: #000000;
}

.colors.main ol li:nth-of-type(1):after {
  content: "#000000";
}

.colors.main ol li:nth-of-type(2) {
  background: #461D7C;
}

.colors.main ol li:nth-of-type(2):after {
  content: "#461D7C";
}

.colors.main ol li:nth-of-type(3) {
  background: #FDD023;
}

.colors.main ol li:nth-of-type(3):after {
  content: "#FDD023";
}

@media (min-width: 800px) {
  .colors.shade ol li {
    width: 10%;
  }
}

.colors.shade ol li:nth-of-type(1) {
  background: #000000;
}

.colors.shade ol li:nth-of-type(1):after {
  content: "#000000";
}

.colors.shade ol li:nth-of-type(2) {
  background: #6A7785;
}

.colors.shade ol li:nth-of-type(2):after {
  content: "#6A7785";
}

.colors.shade ol li:nth-of-type(3) {
  background: #333333;
}

.colors.shade ol li:nth-of-type(3):after {
  content: "#333333";
}

.colors.shade ol li:nth-of-type(4) {
  background: #C5CBD6;
}

.colors.shade ol li:nth-of-type(4):after {
  content: "#C5CBD6";
}

.colors.shade ol li:nth-of-type(5) {
  background: #F9F9F9;
}

.colors.shade ol li:nth-of-type(5):after {
  content: "#F9F9F9";
}

.colors.shade ol li:nth-of-type(6) {
  background: #E0E0E0;
}

.colors.shade ol li:nth-of-type(6):after {
  content: "#E0E0E0";
}

.colors.shade ol li:nth-of-type(7) {
  background: #1a1a1a;
}

.colors.shade ol li:nth-of-type(7):after {
  content: "#1a1a1a";
}

.colors.shade ol li:nth-of-type(8) {
  background: #e5e5e5;
}

.colors.shade ol li:nth-of-type(8):after {
  content: "#e5e5e5";
}

.colors.shade ol li:nth-of-type(5) {
  background: #F9F9F9;
}

.colors.shade ol li:nth-of-type(5):after {
  content: "#F9F9F9";
}

.colors.shade ol li:nth-of-type(10) {
  background: #ffffff;
}

.colors.shade ol li:nth-of-type(10):after {
  content: "#ffffff";
}

.fonts ol {
  padding: 0;
  list-style: none;
}

.fonts ol li:nth-of-type(1) {
  font-family: "proxima-nova", sans-serif;
}

.fonts ol li:nth-of-type(1):after {
  content: "proxima-nova, sans-serif";
  display: block;
  margin-bottom: 10px;
}

.fonts ol li:nth-of-type(2) {
  font-family: "IcoMoon";
}

.fonts ol li:nth-of-type(2):after {
  content: "IcoMoon";
  display: block;
  margin-bottom: 10px;
}

.headers .fsElementContent h1:after {
  content: " - font-size: 40px / line-height: 58px";
}

.headers .fsElementContent h2:after {
  content: " - font-size: 36px / line-height: 54px";
}

.headers .fsElementContent h3:after {
  content: " - font-size: 34px / line-height: 54px";
}

.headers .fsElementContent h4:after {
  content: " - font-size: 24px / line-height: 30px";
}

.headers .fsElementContent h5:after {
  content: " - font-size: 22px / line-height: 32px";
}

.headers .fsElementContent h6:after {
  content: " - font-size: 16px / line-height: 24px";
}

@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: #000000 !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: #000000;
  }

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