/*!
 * Fisher College - default_19
 * @link: https://fisheredu.finalsite.com
 * Site Template: newclientcustom
 * Built By: Tom Schisler
 * Project Manager: David Lopes
 * Designer: Brittany Murray
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 5.2.1
 * Git Tag: v5.2.2-19-g1684611
 * Last built by: Jesse Rogers
 */
@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.11111em;
  margin-left: 1.11111em;
}

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

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

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

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

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

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

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

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

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

.fsTitle,
.fsAthleticsRosterList li > div.fsRosterName,
.fsVimeoTitle,
.fsYoutubeTitle {
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #000000;
}

.fsTitle > a,
.fsAthleticsRosterList li > div.fsRosterName > a,
.fsVimeoTitle > a,
.fsYoutubeTitle > a {
  font-weight: inherit;
  color: inherit;
}

.fsTitle > a:hover,
.fsAthleticsRosterList li > div.fsRosterName > a:hover,
.fsVimeoTitle > a:hover,
.fsYoutubeTitle > a:hover,
.fsTitle > a:focus,
.fsAthleticsRosterList li > div.fsRosterName > a:focus,
.fsVimeoTitle > a:focus,
.fsYoutubeTitle > a:focus {
  color: #00549f;
}

h1 {
  margin-top: 0;
  font-family: "PT Serif", serif;
  font-weight: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #00549f;
  margin-bottom: 30px;
}

h1.fsPageTitle {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 30px;
  line-height: 1.2;
}

@media (min-width: 1000px) {
  h1.fsPageTitle {
    font-size: 73px;
    line-height: 1.2;
  }
}

h2 {
  margin-top: 0;
  font-family: "PT Serif", serif;
  font-weight: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #00549f;
  margin-bottom: 20px;
}

h3 {
  margin-top: 0;
  font-family: "PT Serif", serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #243c4e;
  margin-bottom: 20px;
}

h4 {
  margin-top: 0;
  font-family: "PT Serif", serif;
  font-weight: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #243c4e;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h5 {
  margin-top: 0;
  font-family: "PT Serif", serif;
  font-weight: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #243c4e;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  font-family: "PT Serif", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 10px;
}

p {
  margin: 0 0 20px;
}

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

hr {
  margin: 0 auto 20px;
}

a {
  font-weight: 700;
  text-decoration: none;
  color: #00549f;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

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

strong,
b {
  font-weight: 700;
}

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

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

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

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.fs_style_33 th {
  padding: 10px 20px;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  background: #243c4e;
  color: #ffffff;
  text-align: left;
  -webkit-box-shadow: inset 0 -4px 0 0 #ffffff;
          box-shadow: inset 0 -4px 0 0 #ffffff;
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_33 td {
  padding: 10px 20px;
  background: rgba(204, 204, 204, 0.2);
}

.fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td,
.fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
table.fs_style_33 tr:nth-of-type(odd) td {
  background: rgba(36, 60, 78, 0.1);
}

.fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow > td,
.fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow > td,
table.fs_style_33 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_33:last-child {
  margin-bottom: 0;
}

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

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

figure[class^="fsImage"],
.fsResourceElement .fsResourceTypeImage {
  margin: 0 0 20px 0;
  padding: 0;
}

figure[class^="fsImage"] figure,
.fsResourceElement .fsResourceTypeImage figure {
  margin: 0;
  padding: 0;
  display: block;
}

figure[class^="fsImage"] picture,
.fsResourceElement .fsResourceTypeImage picture {
  margin: 0;
  padding: 0;
  display: block;
}

figure[class^="fsImage"] picture img,
.fsResourceElement .fsResourceTypeImage picture img {
  margin: 0;
  padding: 0;
  display: block;
  width: auto;
  height: auto;
}

figure[class^="fsImage"] figcaption,
.fsResourceElement .fsResourceTypeImage figcaption {
  background: transparent;
  display: block;
  padding: 12px 0 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #243c4e;
  text-align: left;
}

figure[class^="fsImage"] figcaption .fsResourceTitle,
.fsResourceElement .fsResourceTypeImage figcaption .fsResourceTitle {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #636363;
}

figure[class^="fsImage"] figcaption p,
.fsResourceElement .fsResourceTypeImage figcaption p {
  margin: 0 0 10px 0;
  padding: 0;
}

figure[class^="fsImage"] figcaption p:last-child,
.fsResourceElement .fsResourceTypeImage figcaption p:last-child {
  margin-bottom: 0;
}

@media (min-width: 500px) {
  figure[class^="fsImage"][style*=left],
  figure[class^="fsImage"].left {
    float: left;
    margin-right: 20px;
  }
}

@media (min-width: 500px) {
  figure[class^="fsImage"][style*=right],
  figure[class^="fsImage"].right {
    float: right;
    margin-left: 20px;
  }
}

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

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

.fs_style_23 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 10px;
  background: #ffffff;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #00549f !important;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0 0 0 2px #00549f;
          box-shadow: inset 0 0 0 2px #00549f;
}

.fs_style_23:hover,
.fs_style_23:focus,
.fsStateSelected .fs_style_23,
.fs_style_23.on {
  background: #00549f;
  text-shadow: 1px 0 0 currentColor;
  color: #ffffff !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_23:hover em,
.fs_style_23:focus em,
.fsStateSelected .fs_style_23 em,
.fs_style_23.on em {
  text-shadow: none;
}

.fs_style_23 em {
  display: block;
  font-style: italic;
  font-size: 18px;
  margin-top: 15px;
  text-transform: none;
}

.fs_style_23.fs_style_36 {
  padding: 25px 20px;
  font-size: 22px;
  line-height: 1;
}

.fs_style_25 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 10px;
  background: #f2bd00;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #343434 !important;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_25:hover,
.fs_style_25:focus,
.fsStateSelected .fs_style_25,
.fs_style_25.on {
  background: #fae599;
  text-shadow: 1px 0 0 currentColor;
  color: #343434 !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_25:hover em,
.fs_style_25:focus em,
.fsStateSelected .fs_style_25 em,
.fs_style_25.on em {
  text-shadow: none;
}

.fs_style_25 em {
  display: block;
  font-style: italic;
  font-size: 18px;
  margin-top: 15px;
  text-transform: none;
}

.fs_style_25.fs_style_36 {
  padding: 25px 20px;
  font-size: 22px;
  line-height: 1;
}

.fs_style_26 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 10px;
  background: #f67b2c;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #343434 !important;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_26:hover,
.fs_style_26:focus,
.fsStateSelected .fs_style_26,
.fs_style_26.on {
  background: #fbcaab;
  text-shadow: 1px 0 0 currentColor;
  color: #343434 !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_26:hover em,
.fs_style_26:focus em,
.fsStateSelected .fs_style_26 em,
.fs_style_26.on em {
  text-shadow: none;
}

.fs_style_26 em {
  display: block;
  font-style: italic;
  font-size: 18px;
  margin-top: 15px;
  text-transform: none;
}

.fs_style_26.fs_style_36 {
  padding: 25px 20px;
  font-size: 22px;
  line-height: 1;
}

.fs_style_27 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 10px;
  background: #a1c181;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #343434 !important;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_27:hover,
.fs_style_27:focus,
.fsStateSelected .fs_style_27,
.fs_style_27.on {
  background: #d9e6cd;
  text-shadow: 1px 0 0 currentColor;
  color: #343434 !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_27:hover em,
.fs_style_27:focus em,
.fsStateSelected .fs_style_27 em,
.fs_style_27.on em {
  text-shadow: none;
}

.fs_style_27 em {
  display: block;
  font-style: italic;
  font-size: 18px;
  margin-top: 15px;
  text-transform: none;
}

.fs_style_27.fs_style_36 {
  padding: 25px 20px;
  font-size: 22px;
  line-height: 1;
}

.fs_style_28 {
  position: relative;
  display: inline-block;
  border: 0;
  margin: 0 30px 20px 0;
  padding: 10px 20px;
  background: #f2bd00;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #343434 !important;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28,
.fs_style_28.on {
  background: #fae599;
  text-shadow: 1px 0 0 currentColor;
  color: #343434 !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_28:hover:after,
.fs_style_28:focus:after,
.fsStateSelected .fs_style_28:after,
.fs_style_28.on:after {
  background: #fae599;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_28 em {
  display: block;
  font-style: italic;
  font-size: 18px;
  margin-top: 15px;
  text-transform: none;
}

.fs_style_28:after {
  content: "";
  position: absolute;
  display: block;
  background: #f2bd00;
  width: 100%;
  height: 100%;
  top: 0;
  right: -.25em;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -1;
}

.fs_style_28.fs_style_36 {
  padding: 20px 40px;
  margin-right: 40px;
  font-size: 22px;
  line-height: 1;
}

.fs_style_29 {
  position: relative;
  display: inline-block;
  border: 0;
  margin: 0 30px 20px 0;
  padding: 10px 20px;
  background: #f67b2c;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #343434 !important;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fs_style_29.on {
  background: #fbcaab;
  text-shadow: 1px 0 0 currentColor;
  color: #343434 !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_29:hover:after,
.fs_style_29:focus:after,
.fsStateSelected .fs_style_29:after,
.fs_style_29.on:after {
  background: #fbcaab;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_29 em {
  display: block;
  font-style: italic;
  font-size: 18px;
  margin-top: 15px;
  text-transform: none;
}

.fs_style_29:after {
  content: "";
  position: absolute;
  display: block;
  background: #f67b2c;
  width: 100%;
  height: 100%;
  top: 0;
  right: -.25em;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -1;
}

.fs_style_29.fs_style_36 {
  padding: 20px 40px;
  margin-right: 40px;
  font-size: 22px;
  line-height: 1;
}

.button-dark {
  padding: 20px 20px 0 20px;
  background: #00549f;
}

.fs_style_32 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 10px;
  background: transparent;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #ffffff !important;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
          box-shadow: inset 0 0 0 2px #ffffff;
}

.fs_style_32:hover,
.fs_style_32:focus,
.fsStateSelected .fs_style_32,
.fs_style_32.on {
  background: #ffffff;
  text-shadow: 1px 0 0 currentColor;
  color: #243c4e !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_32:hover em,
.fs_style_32:focus em,
.fsStateSelected .fs_style_32 em,
.fs_style_32.on em {
  text-shadow: none;
}

.fs_style_32 em {
  display: block;
  font-style: italic;
  font-size: 18px;
  margin-top: 15px;
  text-transform: none;
}

.fs_style_32.fs_style_36 {
  padding: 25px 20px;
  font-size: 22px;
  line-height: 1;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 10px;
  background: #ffffff;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #00549f !important;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #00549f;
  text-shadow: 1px 0 0 currentColor;
  color: #ffffff !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton:hover em,
.fsStyleDefaultButton:focus em,
.fsStateSelected .fsStyleDefaultButton em,
.fsStyleDefaultButton.on em {
  text-shadow: none;
}

.fsStyleDefaultButton em {
  display: block;
  font-style: italic;
  font-size: 18px;
  margin-top: 15px;
  text-transform: none;
}

.fsStyleDefaultButton.fs_style_36 {
  padding: 25px 20px;
  font-size: 22px;
  line-height: 1;
}

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

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 10px;
  background: #ffffff;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #00549f !important;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #00549f;
  text-shadow: 1px 0 0 currentColor;
  color: #ffffff !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleUpdateButton:hover em,
.fsStyleUpdateButton:focus em,
.fsStateSelected .fsStyleUpdateButton em,
.fsStyleUpdateButton.on em {
  text-shadow: none;
}

.fsStyleUpdateButton em {
  display: block;
  font-style: italic;
  font-size: 18px;
  margin-top: 15px;
  text-transform: none;
}

.fsStyleUpdateButton.fs_style_36 {
  padding: 25px 20px;
  font-size: 22px;
  line-height: 1;
}

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

/*! elements - common v0.0.1 */

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

.fsElement {
  margin-bottom: 40px;
}

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

.fsElement .fsReadMoreLink {
  position: relative;
  display: inline-block;
  border: 0;
  margin: 0 30px 20px 0;
  padding: 10px 20px;
  background: #f2bd00;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #343434 !important;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.fsElement .fsReadMoreLink:hover,
.fsElement .fsReadMoreLink:focus,
.fsStateSelected .fsElement .fsReadMoreLink,
.fsElement .fsReadMoreLink.on {
  background: #fae599;
  text-shadow: 1px 0 0 currentColor;
  color: #343434 !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsElement .fsReadMoreLink:hover:after,
.fsElement .fsReadMoreLink:focus:after,
.fsStateSelected .fsElement .fsReadMoreLink:after,
.fsElement .fsReadMoreLink.on:after {
  background: #fae599;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsElement .fsReadMoreLink em {
  display: block;
  font-style: italic;
  font-size: 18px;
  margin-top: 15px;
  text-transform: none;
}

.fsElement .fsReadMoreLink:after {
  content: "";
  position: absolute;
  display: block;
  background: #f2bd00;
  width: 100%;
  height: 100%;
  top: 0;
  right: -.25em;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -1;
}

.fsElement .fsReadMoreLink.fs_style_36 {
  padding: 20px 40px;
  margin-right: 40px;
  font-size: 22px;
  line-height: 1;
}

.fsElementHeaderContent {
  margin-bottom: 20px;
}

.fsElementFooterContent {
  margin-top: 20px;
}

.fsPanel {
  margin-bottom: 0;
}

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

/*! 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: #243c4e;
  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 #959595;
}

.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.fsSlideshowVertical .fsElementSlideshow {
  padding-top: 30px;
  padding-right: 0;
  padding-bottom: 30px;
  padding-left: 0;
}

@media (min-width: 600px) {
  .fsSlideshow.fsSlideshowVertical .fsElementSlideshow {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.fsSlideshow.fsSlideshowHorizontal .fsElementSlideshow[data-arrows*="true"] {
  padding-top: 0;
  padding-bottom: 0;
}

.fsSlideshow.fsSlideshowHorizontal .fsElementSlideshow {
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-width: 600px) {
  .fsSlideshow.fsSlideshowHorizontal .fsElementSlideshow {
    padding-right: 40px;
    padding-left: 40px;
  }
}

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

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

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

@media (min-width: 600px) {
  .fsSlideshow .fsNextButton:before,
  .fsSlideshow .fsPrevButton:before {
    font-size: 40px;
  }
}

.fsSlideshow .fsNextButton.fsUpArrow:before,
.fsSlideshow .fsNextButton.fsDownArrow:before,
.fsSlideshow .fsPrevButton.fsUpArrow:before,
.fsSlideshow .fsPrevButton.fsDownArrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

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

.fsSlideshow .fsNextButton.fsLeftArrow:before,
.fsSlideshow .fsPrevButton.fsLeftArrow:before {
  left: 0;
}

.fsSlideshow .fsNextButton.fsRightArrow:before,
.fsSlideshow .fsPrevButton.fsRightArrow:before {
  right: 0;
}

.fsSlideshow .fsNextButton:hover:before,
.fsSlideshow .fsNextButton:focus:before,
.fsSlideshow .fsPrevButton:hover:before,
.fsSlideshow .fsPrevButton:focus:before {
  color: #243c4e;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSlideshow .fsPrevButton:before {
  content: "\E901";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsSlideshow .fsNextButton:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

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

.fsSlideshow .fsPager li {
  margin: 0 10px;
  padding: 0;
  width: 15px;
  height: 15px;
  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%;
  border: 1px solid #243c4e;
  background-color: transparent;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
}

.fsSlideshow .fsPager li button:hover:before,
.fsSlideshow .fsPager li button:focus:before {
  border: 1px solid #00549f;
  background-color: #00549f;
  -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;
  border: 1px solid #00549f;
  background-color: #00549f;
}

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

.lead-in,
.fs_style_24 {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #00549f;
}

blockquote {
  position: relative;
  margin: 20px 0 30px;
  padding: 95px 0 0 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  -webkit-box-shadow: inset 0 35px 0 0 #ffffff, inset 0 37px 0 0 #f2bd00;
          box-shadow: inset 0 35px 0 0 #ffffff, inset 0 37px 0 0 #f2bd00;
}

blockquote:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: inline-block;
  width: 105px;
  height: 75px;
  -webkit-box-shadow: inset 15px 0 0 0 #ffffff, inset -15px 0 0 0 #ffffff;
          box-shadow: inset 15px 0 0 0 #ffffff, inset -15px 0 0 0 #ffffff;
  background-image: url(images/blockquote.png);
  background-color: #ffffff;
  background-position: center;
  background-size: 72px 72px;
  background-repeat: no-repeat;
  background-attachment: inherit;
}

cite {
  display: block;
  margin: 10px 0 20px;
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}

cite:before {
  content: '- ';
}

.fs_style_34,
.fs_style_35 {
  display: inline-block;
  padding: 0 0 0 30px;
  margin: 0 0 0 20px 0;
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  -webkit-box-shadow: inset 3px 0 0 0 currentColor;
          box-shadow: inset 3px 0 0 0 currentColor;
}

@media (min-width: 600px) {
  .fs_style_37.fs_style_34,
  .fs_style_37.fs_style_35,
  .left.fs_style_34,
  .left.fs_style_35 {
    margin-right: 20px;
    padding-right: 30px;
    padding-left: 0;
    font-size: 18px;
    line-height: 28px;
    float: left;
    width: 50%;
    -webkit-box-shadow: inset -3px 0 0 0 currentColor;
            box-shadow: inset -3px 0 0 0 currentColor;
  }
}

@media (min-width: 600px) {
  .fs_style_38.fs_style_34,
  .fs_style_38.fs_style_35,
  .right.fs_style_34,
  .right.fs_style_35 {
    font-size: 18px;
    line-height: 28px;
    float: right;
    margin-left: 20px;
    width: 50%;
  }
}

.fs_style_34 {
  color: #00549f;
}

.fs_style_35 {
  color: #bb4a01;
}

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

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

.fsNavigation a:hover,
.fsNavigation a:focus {
  color: #243c4e;
  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 {
  display: none;
}

@media (min-width: 1000px) {
  .fsBreadcrumb {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    height: auto;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .fsBreadcrumb.show-me {
    max-height: 9999px;
    opacity: 1;
    visibility: visible;
  }
}

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

.fsBreadcrumb ul li a {
  display: inline-block;
  padding: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #000000;
}

.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 {
  display: none;
}

@media (min-width: 1000px) {
  .nav-tier {
    display: block;
    margin: 0;
    padding: 0;
  }
}

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

.nav-tier > header .fsElementTitle {
  margin: 0 0 10px;
  padding: 0 0 5px;
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  border-bottom: 1px solid #959595;
}

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

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

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

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

.nav-tier ul li {
  padding: 0;
  margin: 0;
}

.nav-tier ul li a {
  display: block;
  padding: 10px 0;
  color: #000000;
  background: transparent;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

.nav-tier ul li a:hover,
.nav-tier ul li a:focus {
  color: #00549f;
  background: transparent;
}

.nav-tier ul li.menu-item-active > .nav-toggle > span:before {
  content: "\E906";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #243c4e;
}

.nav-tier ul li.menu-item-active > .fsNavPageInfo {
  display: block !important;
  min-height: 100%;
  opacity: 1;
  visibility: visible;
}

.nav-tier ul li .nav-toggle {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-item-align: center;
      align-self: center;
  width: 18px;
  height: 20px;
}

.nav-tier ul li .nav-toggle:hover > span:before,
.nav-tier ul li .nav-toggle:focus > span:before {
  color: #243c4e;
}

.nav-tier ul li .nav-toggle > span {
  font-size: 0;
  line-height: 0;
}

.nav-tier ul li .nav-toggle > span:before {
  content: "\E907";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 12px;
  line-height: 14px;
  color: #00549f;
}

.nav-tier ul li .fsNavPageInfo {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  height: auto;
  min-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-tier ul li.fsNavParentPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.nav-tier ul li.fsNavParentPage > a {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: calc(100% - 18px);
}

.nav-tier ul li[class*="fsNavCurrentPage"] > a {
  text-shadow: 1px 0 0 currentColor;
  color: #000000;
  background: transparent;
}

.nav-tier ul li[class*="fsNavCurrentPage"] > a:hover,
.nav-tier ul li[class*="fsNavCurrentPage"] > a:focus {
  color: #00549f;
  background: transparent;
}

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

.nav-tier .fsNavLevel2 {
  padding-bottom: 10px;
}

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

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

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

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

.nav-sub {
  margin: 0;
  padding: 20px;
  background: #ffffff;
}

.nav-sub > header {
  display: block;
  position: relative;
}

.nav-sub > header .fsElementTitle {
  position: relative;
  margin-bottom: 0;
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  padding: 10px 14px;
  color: #ffffff;
  background-color: #00549f;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  position: relative;
  padding-right: 40px;
}

.nav-sub > header .fsElementTitle:hover {
  background-color: #00549f;
  color: #ffffff;
}

@media (min-width: 600px) {
  .nav-sub > header .fsElementTitle {
    cursor: default;
  }
}

.nav-sub > header .fsElementTitle:after {
  content: "\E907";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  line-height: 1;
  position: absolute;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  right: 20px;
}

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

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

.nav-sub > .fsElementContent ul li a:hover,
.nav-sub > .fsElementContent ul li a:focus {
  color: #00549f;
  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: #00549f;
  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: #00549f;
  background: transparent;
}

.nav-sub > .fsElementContent .fsNavLevel1 > li {
  padding-left: 14px;
  padding-right: 14px;
}

.nav-sub > .fsElementContent .fsNavLevel1 > li:nth-child(odd) {
  background: rgba(204, 204, 204, 0.2);
}

@media (min-width: 1000px) {
  .nav-sub > .fsElementContent .fsNavLevel1 > li:nth-child(odd) {
    background: transparent;
  }
}

.nav-sub > .fsElementContent .fsNavLevel1 > li:nth-child(even) {
  background: rgba(36, 60, 78, 0.1);
}

@media (min-width: 1000px) {
  .nav-sub > .fsElementContent .fsNavLevel1 > li:nth-child(even) {
    background: transparent;
  }
}

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

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

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

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

.nav-sub.active-nav > header .fsElementTitle {
  background-color: #00549f;
  color: #ffffff;
}

.nav-sub.active-nav > header .fsElementTitle:after {
  content: "\E906";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

@media (min-width: 1000px) {
  .nav-sub {
    -webkit-box-shadow: inset 0 -1px 0 0 #959595;
            box-shadow: inset 0 -1px 0 0 #959595;
  }

  .has-hero .nav-sub {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

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

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

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

.nav-sub > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1330px;
  height: auto;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

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

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

.nav-sub ul li {
  padding: 0;
  margin: 0;
}

@media (min-width: 1000px) {
  .nav-sub ul li {
    padding-right: 0;
    padding-left: 0;
  }
}

.nav-sub ul li a {
  display: block;
  padding: 5px 0;
  color: #000000;
  background: transparent;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
}

@media (min-width: 1000px) {
  .nav-sub ul li a {
    padding-right: 14px;
    padding-left: 14px;
    text-transform: uppercase;
  }
}

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

.nav-sub ul li.menu-item-active > .nav-toggle > span:before {
  content: "\E906";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #243c4e;
}

.nav-sub ul li.menu-item-active > .fsNavPageInfo {
  display: block !important;
  min-height: 100%;
  opacity: 1;
  visibility: visible;
}

.nav-sub ul li .nav-toggle {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-item-align: center;
      align-self: center;
  width: 18px;
  height: 20px;
}

@media (min-width: 1000px) {
  .nav-sub ul li .nav-toggle {
    display: none;
  }
}

.nav-sub ul li .nav-toggle:hover > span:before,
.nav-sub ul li .nav-toggle:focus > span:before {
  color: #243c4e;
}

.nav-sub ul li .nav-toggle > span {
  font-size: 0;
  line-height: 0;
}

.nav-sub ul li .nav-toggle > span:before {
  content: "\E907";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 15px;
  line-height: 15px;
  color: #00549f;
}

.nav-sub ul li .fsNavPageInfo {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  height: auto;
  min-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-sub ul li.fsNavParentPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (min-width: 1000px) {
  .nav-sub ul li.fsNavParentPage {
    display: block;
  }
}

.nav-sub ul li.fsNavParentPage > a {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: calc(100% - 18px);
}

@media (min-width: 1000px) {
  .nav-sub ul li.fsNavParentPage > a {
    width: auto;
  }
}

.nav-sub ul li[class*="fsNavCurrentPage"] > a {
  text-shadow: 1px 0 0 currentColor;
  color: #000000;
  background: transparent;
}

.nav-sub ul li[class*="fsNavCurrentPage"] > a:hover,
.nav-sub ul li[class*="fsNavCurrentPage"] > a:focus {
  color: #00549f;
  background: transparent;
}

.nav-sub .fsNavLevel1 {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1000px) {
  .nav-sub .fsNavLevel1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

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

.nav-sub .fsNavLevel2 {
  padding-bottom: 10px;
}

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

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

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

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

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

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

.nav-main ul {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}

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

.nav-main ul li {
  margin: 0;
  padding: 0;
}

.nav-main ul > li {
  padding: 0;
  margin: 0;
}

@media (min-width: 1000px) {
  .nav-main ul > li {
    width: 50%;
  }
}

.nav-main ul > li.fsNavParentPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.nav-main ul > li.fsNavParentPage > a {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: calc(100% - 18px);
}

.nav-main ul > li[class*="fsNavCurrentPage"] > a {
  text-shadow: 1px 0 0 currentColor;
}

.nav-main ul > li.menu-item-active > .nav-toggle > span:before,
.nav-main ul > li.menu-item-open > .nav-toggle > span:before {
  content: "\E906";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #f2bd00;
}

.nav-main ul > li.menu-item-active > .fsNavPageInfo,
.nav-main ul > li.menu-item-open > .fsNavPageInfo {
  display: block !important;
  min-height: 100%;
  opacity: 1;
  visibility: visible;
}

.nav-main ul > li .nav-toggle {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-item-align: center;
      align-self: center;
  width: 18px;
  height: 20px;
}

.nav-main ul > li .nav-toggle:hover > span:before,
.nav-main ul > li .nav-toggle:focus > span:before {
  color: #f2bd00;
}

.nav-main ul > li .nav-toggle > span {
  font-size: 0;
  line-height: 0;
}

.nav-main ul > li .nav-toggle > span:before {
  content: "\E907";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 15px;
  line-height: 15px;
  color: #ffffff;
}

.nav-main ul > li .fsNavPageInfo {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  height: auto;
}

@media (min-width: 1000px) {
  .nav-main ul > li .fsNavPageInfo {
    position: absolute;
    top: 10px;
    left: 50%;
    border-left: 1px solid #f2bd00;
    display: block;
    margin: 0 0 0 30px;
    padding: 0 0 0 10px;
    width: 50%;
    height: auto;
    min-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.nav-main ul > li > a {
  margin: 0;
  padding: 10px 0;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

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

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

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

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

.nav-main .fsNavLevel1 > li > a {
  color: #ffffff;
  background: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.nav-main .fsNavPageInfo {
  text-align: left;
  z-index: 300;
}

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

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

.nav-main .fsNavLevel2 {
  padding-bottom: 10px;
}

@media (min-width: 1000px) {
  .nav-main .fsNavLevel2 li {
    width: 100%;
  }
}

.nav-main .fsNavLevel2 li a {
  display: block;
  color: #f2bd00;
  background: transparent;
  padding-left: 20px;
}

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

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

.nav-main .fsNavLevel2 li .nav-toggle:hover > span:before,
.nav-main .fsNavLevel2 li .nav-toggle:focus > span:before {
  color: #ffffff;
}

.nav-main .fsNavLevel2 li .nav-toggle > span:before {
  color: #f2bd00;
}

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

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

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

.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;
  right: 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: 0;
  width: 100%;
  height: auto;
  height: 100%;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background: #00549f;
}

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

.fsMenu .header-top .menu-trigger-container {
  display: block;
}

@media (min-width: 1000px) {
  .fsMenu .header-top .menu-trigger-container {
    display: none;
  }
}

@media (min-width: 1000px) {
  .fsMenu .header-top .menu-trigger {
    display: none;
  }
}

.fsMenu .header-top .menu-trigger span {
  font-size: 0;
  line-height: 0;
}

.fsMenu .header-top .menu-trigger span:before {
  content: "\E904";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 26px;
  line-height: 1;
}

#fsMenu .header-bottom .menu-trigger {
  display: none;
}

@media (min-width: 1000px) {
  #fsMenu .header-bottom .menu-trigger {
    display: block;
  }
}

.menu-top {
  margin: 0;
  padding: 30px;
  background: #243c4e;
  color: #ffffff;
}

.menu-top > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  padding-right: 1.11111em;
  padding-left: 1.11111em;
  padding-top: 1.11111em;
  padding-bottom: 1.11111em;
}

@media (min-width: 1000px) {
  .menu-top > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1000px) {
  .menu-top .menu-search {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .menu-top .menu-blurb {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 50%;
    padding-right: 60px;
  }
}

@media (min-width: 1000px) {
  .menu-top .nav-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 50%;
    padding-left: 60px;
  }
}

.menu-bottom {
  background: #f2bd00;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  min-height: 225px;
}

.menu-bottom:before {
  display: block;
  width: 100%;
  height: 65%;
  content: '';
  background: #f2bd00;
  position: absolute;
  top: -3.2vw;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skewY(1.75deg);
      -ms-transform: skewY(1.75deg);
          transform: skewY(1.75deg);
  z-index: 0;
}

.menu-bottom > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1340px;
  padding-right: 1.11111em;
  padding-left: 1.11111em;
  padding-top: 1.11111em;
  padding-bottom: 1.11111em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 1000px) {
  .menu-bottom > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.menu-bottom .site-info-container {
  margin: 0 0 30px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
}

@media (min-width: 1000px) {
  .menu-bottom .site-info-container {
    margin-bottom: 0;
  }
}

.menu-bottom .nav-portals {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
}

.menu-trigger-container {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
}

.menu-trigger-container > .fsElementContent {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-trigger {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 10px;
  background: transparent;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #ffffff !important;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 0;
  padding: 0;
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.menu-trigger:hover,
.menu-trigger:focus,
.fsStateSelected .menu-trigger,
.menu-trigger.on {
  background: transparent;
  text-shadow: 1px 0 0 currentColor;
  color: #f2bd00 !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.menu-trigger:hover em,
.menu-trigger:focus em,
.fsStateSelected .menu-trigger em,
.menu-trigger.on em {
  text-shadow: none;
}

.menu-trigger em {
  display: block;
  font-style: italic;
  font-size: 18px;
  margin-top: 15px;
  text-transform: none;
}

.menu-trigger.fs_style_36 {
  padding: 25px 20px;
  font-size: 22px;
  line-height: 1;
}

@media (min-width: 1000px) {
  .menu-trigger {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 15px 10px;
    background: transparent;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: #ffffff !important;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 0;
    font-size: 24px;
    -webkit-box-shadow: inset 0 0 0 2px #f2bd00;
            box-shadow: inset 0 0 0 2px #f2bd00;
    padding: 8px;
  }

  .menu-trigger:hover,
  .menu-trigger:focus,
  .fsStateSelected .menu-trigger,
  .menu-trigger.on {
    background: #f2bd00;
    text-shadow: 1px 0 0 currentColor;
    color: #343434 !important;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .menu-trigger:hover em,
  .menu-trigger:focus em,
  .fsStateSelected .menu-trigger em,
  .menu-trigger.on em {
    text-shadow: none;
  }

  .menu-trigger em {
    display: block;
    font-style: italic;
    font-size: 18px;
    margin-top: 15px;
    text-transform: none;
  }

  .menu-trigger.fs_style_36 {
    padding: 25px 20px;
    font-size: 22px;
    line-height: 1;
  }
}

.menu-trigger:hover,
.menu-trigger:focus {
  text-shadow: none;
}

@media screen and (max-width: 999px) {
  .menu-trigger span {
    font-size: 0;
    line-height: 0;
  }

  .menu-trigger span:before {
    content: "\E905";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 26px;
    line-height: 1;
  }
}

.menu-active .menu-trigger {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 10px;
  background: transparent;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #343434 !important;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 0;
  padding: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
}

.menu-active .menu-trigger:hover,
.menu-active .menu-trigger:focus,
.fsStateSelected .menu-active .menu-trigger,
.menu-active .menu-trigger.on {
  background: transparent;
  text-shadow: 1px 0 0 currentColor;
  color: #ffffff !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.menu-active .menu-trigger:hover em,
.menu-active .menu-trigger:focus em,
.fsStateSelected .menu-active .menu-trigger em,
.menu-active .menu-trigger.on em {
  text-shadow: none;
}

.menu-active .menu-trigger em {
  display: block;
  font-style: italic;
  font-size: 18px;
  margin-top: 15px;
  text-transform: none;
}

.menu-active .menu-trigger.fs_style_36 {
  padding: 25px 20px;
  font-size: 22px;
  line-height: 1;
}

@media (min-width: 1000px) {
  .menu-active .menu-trigger {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 15px 10px;
    background: transparent;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: #ffffff !important;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 0;
    font-size: 24px;
    -webkit-box-shadow: inset 0 0 0 2px #f2bd00;
            box-shadow: inset 0 0 0 2px #f2bd00;
    padding: 8px;
  }

  .menu-active .menu-trigger:hover,
  .menu-active .menu-trigger:focus,
  .fsStateSelected .menu-active .menu-trigger,
  .menu-active .menu-trigger.on {
    background: #f2bd00;
    text-shadow: 1px 0 0 currentColor;
    color: #343434 !important;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .menu-active .menu-trigger:hover em,
  .menu-active .menu-trigger:focus em,
  .fsStateSelected .menu-active .menu-trigger em,
  .menu-active .menu-trigger.on em {
    text-shadow: none;
  }

  .menu-active .menu-trigger em {
    display: block;
    font-style: italic;
    font-size: 18px;
    margin-top: 15px;
    text-transform: none;
  }

  .menu-active .menu-trigger.fs_style_36 {
    padding: 25px 20px;
    font-size: 22px;
    line-height: 1;
  }
}

.menu-active .menu-trigger:hover,
.menu-active .menu-trigger:focus {
  text-shadow: none;
}

.menu-blurb {
  display: none;
}

@media (min-width: 1000px) {
  .menu-blurb {
    display: block;
  }
}

.menu-blurb > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  color: #ffffff;
  font-size: 22px;
  line-height: 32px;
}

.menu-blurb > .fsElementContent h1,
.menu-blurb > .fsElementContent h2,
.menu-blurb > .fsElementContent h3,
.menu-blurb > .fsElementContent h4,
.menu-blurb > .fsElementContent h5,
.menu-blurb > .fsElementContent h6 {
  color: inherit;
}

.menu-blurb > .fsElementContent h2 {
  font-size: 43px;
}

.menu-blurb > .fsElementContent .fsNavPageThumbnail {
  display: block;
  margin: 0 0 40px;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.menu-blurb > .fsElementContent .fsNavPageThumbnail > img {
  display: block;
  width: 100%;
  height: auto;
}

.menu-blurb > .fsElementContent .fsNavPageDescription {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.nav-portals {
  width: 100%;
  margin: 0;
  padding: 0;
}

@media (min-width: 1000px) {
  .nav-portals {
    margin-left: 40px;
  }
}

.nav-portals .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

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

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

@media (min-width: 1000px) {
  .nav-portals .fsNavLevel1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

.nav-portals .fsNavLevel1 li {
  padding: 0;
  margin: 5px 0;
}

.nav-portals .fsNavLevel1 li > a {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #343434;
  text-transform: uppercase;
}

.nav-portals .fsNavLevel1 li > a:hover,
.nav-portals .fsNavLevel1 li > a:focus {
  color: #243c4e;
}

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

.nav-login .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

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

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

.nav-login .fsNavLevel1 > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
  padding: 15px 0;
  margin: 0;
}

.nav-login .fsNavLevel1 > li:last-child > a {
  border-right: none;
}

.nav-login .fsNavLevel1 > li > a {
  margin: 0;
  padding: 0 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #343434;
  border-right: 1px solid #343434;
}

.nav-login .fsNavLevel1 > li > a:hover,
.nav-login .fsNavLevel1 > li > a:focus {
  text-shadow: 1px 0 0 currentColor;
}

.nav-footer {
  margin: 0 0 30px 0;
  padding: 0;
  text-align: left;
}

@media (min-width: 600px) {
  .nav-footer {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .nav-footer {
    width: auto;
  }
}

.nav-footer > header > .fsElementTitle {
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: #f2bd00;
  text-decoration: underline;
  text-transform: uppercase;
}

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

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

.nav-footer .fsNavLevel1 > li > a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
}

.nav-footer .fsNavLevel1 > li > a:hover,
.nav-footer .fsNavLevel1 > li > a:focus {
  color: #f2bd00;
}

.nav-social {
  margin: 0 auto 30px;
}

.nav-social .fsNavLevel1 {
  font-size: 0;
  line-height: 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;
  margin: 0 10px;
}

.nav-social .fsNavLevel1 li:first-child {
  margin-left: 0;
}

.nav-social .fsNavLevel1 li:last-child {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-social .fsNavLevel1 [href*='facebook']:hover,
.nav-social .fsNavLevel1 [href*='facebook']:focus {
  text-decoration: none;
}

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

.nav-social .fsNavLevel1 [href*='instagram']:hover,
.nav-social .fsNavLevel1 [href*='instagram']:focus {
  text-decoration: none;
}

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

.nav-social .fsNavLevel1 [href*='linkedin']:hover,
.nav-social .fsNavLevel1 [href*='linkedin']:focus {
  text-decoration: none;
}

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

.nav-social .fsNavLevel1 [href*='pinterest']:hover,
.nav-social .fsNavLevel1 [href*='pinterest']:focus {
  text-decoration: none;
}

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

.nav-social .fsNavLevel1 [href*='tumblr']:hover,
.nav-social .fsNavLevel1 [href*='tumblr']:focus {
  text-decoration: none;
}

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

.nav-social .fsNavLevel1 [href*='twitter']:hover,
.nav-social .fsNavLevel1 [href*='twitter']:focus {
  text-decoration: none;
}

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

.nav-social .fsNavLevel1 [href*='vimeo']:hover,
.nav-social .fsNavLevel1 [href*='vimeo']:focus {
  text-decoration: none;
}

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

.nav-social .fsNavLevel1 [href*='vine']:hover,
.nav-social .fsNavLevel1 [href*='vine']:focus {
  text-decoration: none;
}

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

.nav-social .fsNavLevel1 [href*='youtube']:hover,
.nav-social .fsNavLevel1 [href*='youtube']:focus {
  text-decoration: none;
}

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

.nav-social .fsNavLevel1 [href*='googleplus']:hover,
.nav-social .fsNavLevel1 [href*='googleplus']:focus {
  text-decoration: none;
}

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

.nav-social .fsNavLevel1 [href*='wechat']:hover,
.nav-social .fsNavLevel1 [href*='wechat']:focus {
  text-decoration: none;
}

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

.nav-social .fsNavLevel1 [href*='flickr']:hover,
.nav-social .fsNavLevel1 [href*='flickr']:focus {
  text-decoration: none;
}

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

.nav-social .fsNavLevel1 [href*='wordpress']:hover,
.nav-social .fsNavLevel1 [href*='wordpress']:focus {
  text-decoration: none;
}

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

.nav-social .fsNavLevel1 [href*='rss']:hover,
.nav-social .fsNavLevel1 [href*='rss']:focus {
  text-decoration: none;
}

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

.nav-social .fsNavLevel1 a {
  display: block;
  padding: 0;
  margin: 0;
}

.nav-social .fsNavLevel1 a:before {
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
}

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

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

.nav-utility-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
  margin: 0 30px 0 0;
  padding: 0;
}

#fsHeader .nav-utility-header {
  display: none;
}

@media (min-width: 1000px) {
  #fsHeader .nav-utility-header {
    display: block;
    width: auto;
    max-width: 999px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }

  .search-open #fsHeader .nav-utility-header {
    max-width: 0;
    opacity: 0;
    visibility: hidden;
  }
}

.nav-utility-header .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

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

.menu-bottom .nav-utility-header .fsNavLevel1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

@media (min-width: 1000px) {
  .menu-bottom .nav-utility-header .fsNavLevel1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

.nav-utility-header .fsNavLevel1 li {
  padding: 0;
  margin: 0 10px;
}

.nav-utility-header .fsNavLevel1 li > a {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
}

.menu-bottom .nav-utility-header .fsNavLevel1 li > a {
  color: #343434;
}

.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 */

#fsHeader .fsBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

#fsHeader .fsBanner .skip-link {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#fsHeader .fsBanner .header-top {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#fsHeader .fsBanner .header-bottom {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

#fsHeader .fsBanner .hero-image {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

@media (min-width: 1000px) {
  #fsHeader .fsBanner .hero-image {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

#fsHeader .fsBanner .nav-sub {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

@media (min-width: 1000px) {
  #fsHeader .fsBanner .nav-sub {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.header-top {
  background: #f2bd00;
  margin: 0;
  padding: 0 20px;
}

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

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

@media (min-width: 800px) {
  .header-top {
    padding-right: 30px;
    padding-left: 30px;
  }
}

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

.header-top .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1000px) {
  .header-top .fsElementContent {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.header-bottom {
  background: #00549f;
  margin: 0;
  padding: 9px 20px;
}

@media (min-width: 800px) {
  .header-bottom {
    padding: 12px 30px;
  }
}

@media (min-width: 1000px) {
  .header-bottom {
    padding: 15px 40px;
  }
}

.header-bottom .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1000px) {
  .header-bottom .fsElementContent {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.main-menu-container {
  display: none;
}

.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 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
}

#fsMenu .header-bottom .site-info-container {
  display: none;
}

@media (min-width: 1000px) {
  #fsMenu .header-bottom .site-info-container {
    display: block;
  }
}

#fsMenu .menu-bottom .site-info-container {
  max-width: 350px;
}

@media (min-width: 1200px) {
  #fsMenu .menu-bottom .site-info-container {
    max-width: 460px;
  }
}

.site-info-container a {
  display: block;
  height: auto;
  width: 100%;
  max-width: 165px;
}

@media (min-width: 600px) {
  .site-info-container a {
    max-width: 240px;
  }
}

@media (min-width: 1000px) {
  .site-info-container a {
    max-width: 350px;
  }
}

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

.site-info-container .fsImage {
  width: 100%;
  margin-bottom: 0;
}

.site-info-container .fsImage picture {
  display: block;
}

.site-info-container .fsImage picture img {
  display: block;
  width: 100%;
  height: auto;
}

#fsFooter {
  background: #f2bd00;
  color: #243c4e;
  margin: 0;
  padding: 0 0 20px 0;
}

#fsFooter .fsBanner {
  position: relative;
  z-index: 1;
}

#fsFooter .fsBanner:before {
  display: block;
  width: 100%;
  height: 65%;
  content: '';
  background: #243c4e;
  position: absolute;
  top: -3.2vw;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skewY(1.75deg);
      -ms-transform: skewY(1.75deg);
          transform: skewY(1.75deg);
  z-index: -1;
}

.footer-top {
  background: #243c4e;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.footer-top > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 20px 20px 20px;
  text-align: center;
}

@media (min-width: 600px) {
  .footer-top > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media (min-width: 1000px) {
  .footer-top > .fsElementContent {
    display: block;
    padding-top: 20px;
    text-align: left;
    display: -ms-grid;
    -ms-grid-columns: 2fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
    -ms-grid-gap: 0;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-gap: 0;
  }
}

.footer-top .site-info-container {
  margin-bottom: 30px;
  max-width: 460px;
}

@media (min-width: 1000px) {
  .footer-top .site-info-container {
    margin-bottom: 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

@media (min-width: 1000px) {
  .footer-top .nav-footer-main {
    margin-bottom: 0;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-column: 2/3;
    grid-row: 1/4;
  }
}

@media (min-width: 1000px) {
  .footer-top .nav-footer-quicklinks {
    margin-bottom: 0;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-column: 3/4;
    grid-row: 1/4;
  }
}

.footer-top .nav-social {
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .footer-top .nav-social {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

@media (min-width: 1000px) {
  .footer-top .nav-social {
    margin-left: 0;
    margin-bottom: 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

@media (min-width: 600px) {
  .footer-top .school-details-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

@media (min-width: 1000px) {
  .footer-top .school-details-container {
    margin-left: 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.footer-bottom {
  position: relative;
  background: #f2bd00;
  color: #243c4e;
  margin: 0;
  padding: 0;
}

.footer-bottom > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px;
}

.footer-bottom .fsContent > .fsElementContent {
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

@media (min-width: 1000px) {
  .footer-bottom .fsContent > .fsElementContent {
    font-size: 18px;
  }
}

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

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

.school-details a {
  color: inherit;
  font-weight: 400;
}

/*! 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: "Open Sans", sans-serif;
  background: #00549f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}

body.menu-active {
  overflow: hidden;
}

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

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

#fsPageBodyWrapper {
  padding-right: 1.11111em;
  padding-left: 1.11111em;
  padding-top: 40px;
  padding-bottom: 50px;
  background: #ffffff;
}

@media (min-width: 1000px) {
  #fsPageBodyWrapper {
    padding-bottom: 80px;
  }
}

#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: 600px) {
  #fsPageBody {
    display: block;
  }
}

@media (min-width: 800px) {
  #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: 600px) {
  #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}

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

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

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

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

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

#fsPageContent {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1000px) {
  .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: 600px) {
  #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

@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: 600px) {
  .fsLayout .fsStyleTwoThirds > .fsTwoColumnLayout {
    margin-right: -20px;
    margin-left: -20px;
  }
}

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

@media (min-width: 600px) {
  .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: 600px) {
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    padding-left: 0;
    padding-right: 20px;
    width: 200px;
    margin-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

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

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 80px;
    width: 380px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 800px) {
  .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: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 200px);
  }
}

@media (min-width: 800px) {
  .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: 800px) {
  .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: 1000px) {
  .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: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 200px);
  }
}

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

@media (min-width: 600px) {
  .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: 600px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 20px;
    padding-right: 0;
    width: 240px;
    margin-bottom: 0;
  }
}

@media (min-width: 700px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 80px;
    width: 380px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 80px;
    width: 380px;
  }
}

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

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

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

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

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

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

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 80px;
    width: 380px;
  }
}

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

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

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

@media (min-width: 800px) {
  .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: 800px) {
  .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: 600px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 200px);
  }
}

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

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

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

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

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

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

#fsPoweredByFinalsite {
  margin: 0 auto;
  padding: 0;
  width: 132px;
}

#fsPoweredByFinalsite a {
  width: 132px;
}

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

/*! elements - constituent default layout */

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

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

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

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

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

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

.fsConstituentItem .fsPhoto img {
  display: block;
}

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

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

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

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

/*! elements - constituent profile */

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

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
  margin: 0 0 20px 0;
  padding: 0;
  float: none;
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3,
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
  float: none;
  width: 100%;
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
    padding: 0;
  }
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3:first-child,
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3:first-child,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3:first-child,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3:first-child {
  padding: 0;
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage {
  float: none;
}

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage {
    max-width: 40%;
  }
}

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto .fsProfileImage {
    max-width: 512px;
  }
}

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    max-width: 25%;
  }
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage {
    max-width: 128px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsProfileImage {
  margin-bottom: 20px;
}

.fsProfileImage img {
  display: block;
}

.fsProfileSection {
  margin-bottom: 20px;
}

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

.fsProfileSectionData {
  margin-bottom: 1em;
}

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

.fsProfileSectionData.fsTitle {
  font-weight: inherit;
  font-size: 18px;
  line-height: 26px;
}

.fsProfileSectionData > div {
  width: auto;
  float: none;
  display: block;
}

.fsProfileSectionData.fsStyleHalf {
  width: 100%;
}

@media (min-width: 600px) {
  .fsProfileSectionData.fsStyleHalf {
    width: 50%;
  }
}

.fsProfileSectionSpecialData > div {
  width: auto;
  float: none;
  display: block;
}

.fsProfileSectionSpecialData div[id^="fsEmail"] {
  display: inline-block;
}

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

/*! elements - constituent search */

.fsConstituent.fsSearch {
  overflow: hidden;
}

.fsConstituent.fsSearch + .fsConstituent {
  border-top: solid 1px #ccc;
  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 #ccc;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fsConstituentSearchForm > label > select {
  height: 34px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

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

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

/*! elements - constituent default layout */

.fsConstituent.fsDialog .fsProfileImage:first-child {
  margin-top: 1em;
}

.fsConstituent.fsDialog .fsProfileImage img {
  float: none;
  margin: 0;
}

.fsConstituent .fsDialogContent {
  padding-top: 45px;
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
  margin: 0 0 20px 0;
  padding: 0;
  float: none;
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
  float: none;
  width: 100%;
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
    padding: 0;
  }
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3:first-child,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3:first-child,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3:first-child,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3:first-child {
  padding: 0;
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
  float: none;
}

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
    max-width: 40%;
  }
}

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
    max-width: 25%;
  }
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage {
    max-width: 128px;
  }
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSection:after,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSection:after {
  display: none;
}

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

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData > div,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData > div {
  clear: none;
}

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

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

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

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

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

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

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

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

/*! elements - accordion */

.fsAccordion .fsPanel > header,
.fsTabs .fsPanel > header {
  cursor: pointer;
  background: rgba(246, 123, 44, 0.2);
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  padding: 20px 30px 18px 30px;
  margin-bottom: 4px;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  text-transform: none;
  color: #000000;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

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

.fsAccordion .fsPanel > header:hover,
.fsTabs .fsPanel > header:hover,
.fsAccordion .fsPanel > header:focus,
.fsTabs .fsPanel > header:focus {
  background: rgba(246, 123, 44, 0.4);
  -webkit-transition: .3s;
  transition: .3s;
}

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

.fsAccordion .fsPanel > header:hover h2:before,
.fsTabs .fsPanel > header:hover h2:before,
.fsAccordion .fsPanel > header:hover h2:after,
.fsTabs .fsPanel > header:hover h2:after,
.fsAccordion .fsPanel > header:focus h2:before,
.fsTabs .fsPanel > header:focus h2:before,
.fsAccordion .fsPanel > header:focus h2:after,
.fsTabs .fsPanel > header:focus h2:after {
  color: #ffffff !important;
}

.fsAccordion .fsPanel > .fsElementContent,
.fsTabs .fsPanel > .fsElementContent {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 29px;
  color: #000000;
}

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

.fsAccordion .fsPanel.fsStateOpen > header h2,
.fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #ffffff;
  text-shadow: 1px 0 0 currentColor;
}

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

.fsAccordion .fsPanel.fsStateOpen > header h2 a,
.fsTabs .fsPanel.fsStateOpen > header h2 a {
  text-shadow: 1px 0 0 currentColor;
}

.fsAccordion .fsPanel.fsStateOpen > .fsElementContent,
.fsTabs .fsPanel.fsStateOpen > .fsElementContent {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 600px) {
  .fsAccordion .fsPanel.fsStateOpen > .fsElementContent,
  .fsTabs .fsPanel.fsStateOpen > .fsElementContent {
    padding: 30px 40px;
  }
}

.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;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  top: 20px;
  content: "\E907";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #ffffff;
}

.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;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  top: 20px;
  content: "\E906";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #ffffff !important;
}

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

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

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

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

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

/*! elements - athletics main */

/*! elements - athletics events */

.fsAthleticsEvent > .fsElementContent {
  width: 100%;
}

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

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

.fsAthleticsEvent .fsTitle {
  font-size: 18px;
  line-height: 26px;
  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-family: "PT Serif", serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #243c4e;
  margin-bottom: 20px;
}

.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: 70px;
  margin-bottom: 50px;
  border-bottom: solid 1px #959595;
}

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

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

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

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

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

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

/*! elements - athletics teams */

.fsAthleticsTeamDirectory {
  max-width: 100%;
}

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

.fsAthleticsTeamDirectory li {
  margin: 0;
  padding: 0;
}

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

.fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
  display: inline-block;
}

.fsAthleticsTeamIcon {
  margin-right: 10px;
}

.fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
    float: left;
  }
}

.fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
    float: right;
  }
}

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

/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */

.fsCalendar article {
  margin: 0 0 25px;
  background: #f7d766;
  padding: 10px;
  color: #00549f;
}

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

.fsCalendar .fsTitle {
  color: #00549f;
}

.fsCalendar .fsTitle > a {
  text-decoration: underline;
  color: inherit;
}

.fsCalendar .fsTitle > a:hover,
.fsCalendar .fsTitle > a:focus {
  color: #243c4e;
}

.fsCalendar .fsDate {
  margin: -10px -10px 10px -10px;
  padding: 10px;
  display: block;
  background: #f2bd00;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  color: #00549f;
  text-align: center;
}

@media (min-width: 600px) {
  .fsCalendar .fsDate {
    margin: -30px -30px 30px -30px;
    padding: 30px;
  }
}

.fsCalendar .fsNotes,
.fsCalendar .fsDescription {
  margin-top: 20px;
}

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

.fsCalendar .fsCalendarEventLink {
  margin-top: 20px;
}

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

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

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

.fsCalendarEventGrid .fsCalendarRow .fsCalendarToday {
  background-color: rgba(0, 84, 159, 0.1);
}

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

.fsCalendarEventGrid .fsCalendarDaybox {
  border-color: #ccc;
}

.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 #ccc;
    -webkit-box-shadow: 0 1px 0 0 #ccc;
            box-shadow: 0 1px 0 0 #ccc;
  }

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

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

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover .fsCalendarOutOfRange {
    color: #ffffff;
    background: #243c4e;
    -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: #00549f;
    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 #ccc;
            box-shadow: inset 0 -1px 0 0 #ccc;
  }

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

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

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange {
    background: #f8f8f8;
    color: #636363;
    -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;
  padding: 15px 10px;
  background: #ffffff;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #00549f !important;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 10px 20px;
  margin-bottom: 0;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span,
.scroll-up span.on {
  background: #00549f;
  text-shadow: 1px 0 0 currentColor;
  color: #ffffff !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.scroll-up span:hover em,
.scroll-up span:focus em,
.fsStateSelected .scroll-up span em,
.scroll-up span.on em {
  text-shadow: none;
}

.scroll-up span em {
  display: block;
  font-style: italic;
  font-size: 18px;
  margin-top: 15px;
  text-transform: none;
}

.scroll-up span.fs_style_36 {
  padding: 25px 20px;
  font-size: 22px;
  line-height: 1;
}

.scroll-up + .fsCalendarLegend {
  margin-top: 20px !important;
}

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

.fsElementEventColorIcon {
  display: inline-block;
}

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
  margin-top: 40px;
}

.fsCalendar.fsGrid .fsCalendarLegend,
.fsCalendar.fsGrid .fsCalendarLegend ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsCalendar.fsGrid .fsCalendarLegend li {
  margin: 0;
  padding: 0;
}

.fsCalendar.fsGrid .fsCalendarLegend h4 {
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0;
}

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
    width: 49%;
  }
}

.fsCalendar.fsGrid .fsCalendarLegend .fsElementEventColorIcon {
  vertical-align: baseline;
}

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */

.fsCalendar.fsSlideshow .fsAlertFeeds {
  float: none;
}

.fsCalendar.fsSlideshowHorizontal .fsElementSlideshow article {
  margin-right: 10px;
  margin-left: 10px;
}

.fsCalendar article {
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 600px) {
  .fsCalendar article {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */

/*! _dialog.scss - src/sass/modules/calendar/_dialog.scss - calendar dialog pop up */

.fsCalendar.fsDialog > .fsDialogContent {
  padding: 40px 20px 20px 20px;
}

.fsCalendar.fsDialog article {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

@media (min-width: 800px) {
  .fsCalendar.fsDialog article {
    padding: 30px;
  }
}

.fsCalendar.fsDialog article > * {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.fsCalendar.fsDialog article .fsDate {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: -10px -10px 10px -10px;
}

@media (min-width: 800px) {
  .fsCalendar.fsDialog article .fsDate {
    margin: -30px -30px 30px -30px;
  }
}

/*! 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: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}

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

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

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

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

.fsComposerFormEmbed form .linkLike:hover {
  color: #243c4e;
}

.fsComposerFormEmbed form .required {
  color: #00549f;
}

.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: #00549f;
  -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: #243c4e;
  -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 {
  position: relative;
  display: inline-block;
  border: 0;
  margin: 0 30px 20px 0;
  padding: 10px 20px;
  background: #f67b2c;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #343434 !important;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.fsComposerFormEmbed form .submitBtn:hover,
.fsComposerFormEmbed form .submitBtn:focus,
.fsStateSelected .fsComposerFormEmbed form .submitBtn,
.fsComposerFormEmbed form .submitBtn.on {
  background: #fbcaab;
  text-shadow: 1px 0 0 currentColor;
  color: #343434 !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .submitBtn:hover:after,
.fsComposerFormEmbed form .submitBtn:focus:after,
.fsStateSelected .fsComposerFormEmbed form .submitBtn:after,
.fsComposerFormEmbed form .submitBtn.on:after {
  background: #fbcaab;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .submitBtn em {
  display: block;
  font-style: italic;
  font-size: 18px;
  margin-top: 15px;
  text-transform: none;
}

.fsComposerFormEmbed form .submitBtn:after {
  content: "";
  position: absolute;
  display: block;
  background: #f67b2c;
  width: 100%;
  height: 100%;
  top: 0;
  right: -.25em;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -1;
}

.fsComposerFormEmbed form .submitBtn.fs_style_36 {
  padding: 20px 40px;
  margin-right: 40px;
  font-size: 22px;
  line-height: 1;
}

.fsComposerFormEmbed .ui-widget {
  font-family: "Open Sans", sans-serif;
  max-width: 100%;
}

.fsComposerFormEmbed .ui-datepicker:empty {
  display: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-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: #242424;
}

:-moz-placeholder {
  color: #242424;
}

::-moz-placeholder {
  color: #242424;
}

:-ms-input-placeholder {
  color: #242424;
}

/*! elements - login */

.fsAccount button {
  position: relative;
  display: inline-block;
  border: 0;
  margin: 0 30px 20px 0;
  padding: 10px 20px;
  background: #f67b2c;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #343434 !important;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.fsAccount button:hover,
.fsAccount button:focus,
.fsStateSelected .fsAccount button,
.fsAccount button.on {
  background: #fbcaab;
  text-shadow: 1px 0 0 currentColor;
  color: #343434 !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccount button:hover:after,
.fsAccount button:focus:after,
.fsStateSelected .fsAccount button:after,
.fsAccount button.on:after {
  background: #fbcaab;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccount button em {
  display: block;
  font-style: italic;
  font-size: 18px;
  margin-top: 15px;
  text-transform: none;
}

.fsAccount button:after {
  content: "";
  position: absolute;
  display: block;
  background: #f67b2c;
  width: 100%;
  height: 100%;
  top: 0;
  right: -.25em;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -1;
}

.fsAccount button.fs_style_36 {
  padding: 20px 40px;
  margin-right: 40px;
  font-size: 22px;
  line-height: 1;
}

.fsAccount button:not(:last-of-type) {
  margin-right: 10px;
}

.fsAccount input[type*="submit"] {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 10px;
  background: #ffffff;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #00549f !important;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0 0 0 2px #00549f;
          box-shadow: inset 0 0 0 2px #00549f;
  display: block;
}

.fsAccount input[type*="submit"]:hover,
.fsAccount input[type*="submit"]:focus,
.fsStateSelected .fsAccount input[type*="submit"],
.fsAccount input[type*="submit"].on {
  background: #00549f;
  text-shadow: 1px 0 0 currentColor;
  color: #ffffff !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccount input[type*="submit"]:hover em,
.fsAccount input[type*="submit"]:focus em,
.fsStateSelected .fsAccount input[type*="submit"] em,
.fsAccount input[type*="submit"].on em {
  text-shadow: none;
}

.fsAccount input[type*="submit"] em {
  display: block;
  font-style: italic;
  font-size: 18px;
  margin-top: 15px;
  text-transform: none;
}

.fsAccount input[type*="submit"].fs_style_36 {
  padding: 25px 20px;
  font-size: 22px;
  line-height: 1;
}

.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;
  padding: 15px 10px;
  background: #ffffff;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #00549f !important;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

.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: #00549f;
  text-shadow: 1px 0 0 currentColor;
  color: #ffffff !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsResetContinue:hover em,
.fsResetContinue:focus em,
.fsStateSelected .fsResetContinue em,
.fsResetContinue.on em,
.fsResetCancel:hover em,
.fsResetCancel:focus em,
.fsStateSelected .fsResetCancel em,
.fsResetCancel.on em,
.fsLoginNewSuccess > button:hover em,
.fsLoginNewSuccess > button:focus em,
.fsStateSelected .fsLoginNewSuccess > button em,
.fsLoginNewSuccess > button.on em {
  text-shadow: none;
}

.fsResetContinue em,
.fsResetCancel em,
.fsLoginNewSuccess > button em {
  display: block;
  font-style: italic;
  font-size: 18px;
  margin-top: 15px;
  text-transform: none;
}

.fsResetContinue.fs_style_36,
.fsResetCancel.fs_style_36,
.fsLoginNewSuccess > button.fs_style_36 {
  padding: 25px 20px;
  font-size: 22px;
  line-height: 1;
}

.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 .fsAuthor {
  margin-bottom: 10px;
  color: #636363;
}

.fsPostElement .fsDateTime {
  margin-bottom: 10px;
  color: #636363;
}

.fsPostElement .fsSummary {
  margin-bottom: 20px;
}

.fsPostElement .fsCategories {
  margin: 0 0 10px 0;
  padding: 0;
}

.fsPostElement .fsCategories .fsCategory {
  margin: 0 15px 5px 0;
  padding: 0;
  border: none;
  border-radius: 2px;
  background: transparent;
  color: #636363;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}

.fsPostElement .fsTags {
  background: #ffffff;
  margin: 15px 0;
  padding: 0;
}

.fsPostElement .fsTags .fsTag {
  margin: 0 10px 0 0;
  padding: 2px 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-transform: none;
  background: #EFF0F4;
  border-radius: 12.5px;
  color: #343B41;
}

.fsPostElement .fsTags .fsTag:last-child:after,
.fsPostElement .fsTags .fsTag:only-child:after {
  display: none;
}

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

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

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

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

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

.fsPostElement.fsList.fsThumbnailAlignRight article > .fsThumbnail {
  margin-right: 0;
  margin-left: 20px;
  width: 100%;
}

.fsPostElement.fsList.fsThumbnailAlignLeft article > .fsThumbnail {
  margin-right: 20px;
  margin-left: 0;
  width: 100%;
}

.fsPostElement.fsList article {
  padding-right: 8px;
  padding-left: 8px;
}

.fsPostElement.fsList article > .fsThumbnail {
  margin-right: -8px;
  margin-left: -8px;
  width: 100%;
  width: calc(100% + 16px);
}

/*! _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: 18px;
  line-height: 26px;
  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;
}

/*! _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 .fsFieldLabel {
  display: none;
}

.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: 70px;
  margin-bottom: 50px;
  border-bottom: solid 1px #959595;
}

.fsSearchElement.fsList .fsListItems {
  padding: 0;
}

.fsSearchElement.fsList .fsSearchResultInfo {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #959595;
}

.fsSearchElement.fsList .fsSearchResultInfo:empty {
  margin: 0;
  border: none;
}

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */

.fsSearchElement.site-search ::-webkit-input-placeholder,
.fsSearchElement.menu-search ::-webkit-input-placeholder {
  color: #ffffff;
}

.fsSearchElement.site-search :-moz-placeholder,
.fsSearchElement.menu-search :-moz-placeholder {
  color: #ffffff;
}

.fsSearchElement.site-search ::-moz-placeholder,
.fsSearchElement.menu-search ::-moz-placeholder {
  color: #ffffff;
}

.fsSearchElement.site-search :-ms-input-placeholder,
.fsSearchElement.menu-search :-ms-input-placeholder {
  color: #ffffff;
}

.fsSearchElement.site-search form,
.fsSearchElement.menu-search form {
  margin: 0;
  padding: 5px;
  width: 100%;
  height: auto;
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fsSearchElement.site-search .fsSearchElementKeyword,
.fsSearchElement.menu-search .fsSearchElementKeyword {
  background: transparent;
  color: #ffffff;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  line-height: 25px;
  margin: 0;
  padding: 0;
}

.fsSearchElement.site-search .fsStyleSearchField,
.fsSearchElement.menu-search .fsStyleSearchField {
  background: transparent;
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  border: none;
}

.fsSearchElement.site-search .fsSearchElementSearchButton,
.fsSearchElement.menu-search .fsSearchElementSearchButton {
  background: transparent;
  color: #ffffff;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 35px;
  height: 25px;
  font-size: 0;
  line-height: 0;
  border: none;
  border-left: 1px solid #ffffff;
}

.fsSearchElement.site-search .fsSearchElementSearchButton:hover:before,
.fsSearchElement.menu-search .fsSearchElementSearchButton:hover:before,
.fsSearchElement.site-search .fsSearchElementSearchButton:focus:before,
.fsSearchElement.menu-search .fsSearchElementSearchButton:focus:before {
  color: #f2bd00;
}

.fsSearchElement.site-search .fsSearchElementSearchButton:before,
.fsSearchElement.menu-search .fsSearchElementSearchButton:before {
  content: "\E908";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 25px;
  background: #243c4e;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fsSearchElement.site-search .fsSearchElementSearchButton:after,
.fsSearchElement.menu-search .fsSearchElementSearchButton:after {
  display: none;
}

.fsSearchElement.site-search {
  display: none;
}

.fsSearchElement.site-search .fsSearchElementSearchButton {
  display: none;
}

@media (min-width: 1000px) {
  .fsSearchElement.site-search {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    height: auto;
    min-width: 0;
  }

  .fsSearchElement.site-search.search-open {
    min-width: 500px;
    max-height: 999px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0.15s, visibility 0.3s 0.15s;
    transition: opacity 0.3s 0.15s, visibility 0.3s 0.15s;
  }

  .fsSearchElement.site-search.search-open > .fsElementContent {
    max-width: 999px;
    opacity: 1;
    visibility: visible;
  }

  .fsSearchElement.site-search > header {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0;
    padding: 0 20px 0 0;
  }

  .fsSearchElement.site-search > header .fsElementHeaderContent {
    margin-bottom: 0;
  }

  .fsSearchElement.site-search > header .search-trigger {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 15px 10px;
    background: transparent;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: #ffffff !important;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    color: #ffffff;
    border: none;
    cursor: pointer;
  }

  .fsSearchElement.site-search > header .search-trigger:hover,
  .fsSearchElement.site-search > header .search-trigger:focus,
  .fsStateSelected .fsSearchElement.site-search > header .search-trigger,
  .fsSearchElement.site-search > header .search-trigger.on {
    background: transparent;
    text-shadow: 1px 0 0 currentColor;
    color: #f2bd00 !important;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsSearchElement.site-search > header .search-trigger:hover em,
  .fsSearchElement.site-search > header .search-trigger:focus em,
  .fsStateSelected .fsSearchElement.site-search > header .search-trigger em,
  .fsSearchElement.site-search > header .search-trigger.on em {
    text-shadow: none;
  }

  .fsSearchElement.site-search > header .search-trigger em {
    display: block;
    font-style: italic;
    font-size: 18px;
    margin-top: 15px;
    text-transform: none;
  }

  .fsSearchElement.site-search > header .search-trigger.fs_style_36 {
    padding: 25px 20px;
    font-size: 22px;
    line-height: 1;
  }

  .fsSearchElement.site-search > header .search-trigger span {
    font-size: 0;
    line-height: 0;
  }

  .fsSearchElement.site-search > header .search-trigger span:before {
    content: "\E908";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 26px;
    line-height: 1;
    color: #ffffff;
  }

  .fsSearchElement.site-search > .fsElementContent {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin: 0;
    padding: 0 10px 0 0;
    width: auto;
    max-width: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }
}

@media (min-width: 1000px) {
  .fsSearchElement.menu-search {
    display: none;
  }
}

.fsSearchElement.menu-search .fsSearchElementSearchButton {
  background: #243c4e;
  color: #ffffff;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 35px;
  height: 25px;
  font-size: 0;
  line-height: 0;
  border: none;
  border-left: 1px solid #ffffff;
}

.fsSearchElement.menu-search .fsSearchElementSearchButton:hover:before,
.fsSearchElement.menu-search .fsSearchElementSearchButton:focus:before {
  color: #f2bd00;
}

.fsSearchElement.menu-search .fsSearchElementSearchButton:before {
  content: "\E908";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 25px;
  background: #243c4e;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fsSearchElement.menu-search .fsSearchElementSearchButton:after {
  display: none;
}

/*! elements - social main */

/*! elements - social vimeo */

.fsVimeo {
  margin-bottom: 20px;
}

.fsVimeo iframe.fsSocialVideoFrame {
  margin-bottom: 20px;
}

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

.fsVimeoList li {
  margin: 0;
  padding: 0;
}

.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #959595;
  -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 #959595;
  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;
  padding: 15px 10px;
  background: #ffffff;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #00549f !important;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a,
.vimeo_view_link a.on {
  background: #00549f;
  text-shadow: 1px 0 0 currentColor;
  color: #ffffff !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.vimeo_view_link a:hover em,
.vimeo_view_link a:focus em,
.fsStateSelected .vimeo_view_link a em,
.vimeo_view_link a.on em {
  text-shadow: none;
}

.vimeo_view_link a em {
  display: block;
  font-style: italic;
  font-size: 18px;
  margin-top: 15px;
  text-transform: none;
}

.vimeo_view_link a.fs_style_36 {
  padding: 25px 20px;
  font-size: 22px;
  line-height: 1;
}

/*! 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 #959595;
  -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 #959595;
  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;
  padding: 15px 10px;
  background: #ffffff;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #00549f !important;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a,
.Youtube_view_link a.on {
  background: #00549f;
  text-shadow: 1px 0 0 currentColor;
  color: #ffffff !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.Youtube_view_link a:hover em,
.Youtube_view_link a:focus em,
.fsStateSelected .Youtube_view_link a em,
.Youtube_view_link a.on em {
  text-shadow: none;
}

.Youtube_view_link a em {
  display: block;
  font-style: italic;
  font-size: 18px;
  margin-top: 15px;
  text-transform: none;
}

.Youtube_view_link a.fs_style_36 {
  padding: 25px 20px;
  font-size: 22px;
  line-height: 1;
}

/*! 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-right: 10px;
  margin-left: 10px;
}

.fsTabs .fsTabsNav li:first-child {
  margin-left: 0;
}

.fsTabs .fsTabsNav li:last-child {
  margin-right: 0;
}

.fsTabs .fsTabsNav li a {
  display: block;
  padding: 20px 30px 18px 30px;
  margin-bottom: 4px;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  text-transform: none;
  color: #000000;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 10px 10px 8px 10px;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  background: #ffffff;
  color: #000000;
  -webkit-box-shadow: inset 0 -2px 0 0 #ccc;
          box-shadow: inset 0 -2px 0 0 #ccc;
}

.fsTabs .fsTabsNav li a:hover,
.fsTabs .fsTabsNav li a:focus {
  background: #ffffff;
  color: #000000;
  -webkit-box-shadow: inset 0 -2px 0 0 #f2bd00;
          box-shadow: inset 0 -2px 0 0 #f2bd00;
  text-shadow: 1px 0 0 currentColor;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #f2bd00;
  color: #000000;
  -webkit-box-shadow: inset 0 -2px 0 0 #f2bd00;
          box-shadow: inset 0 -2px 0 0 #f2bd00;
}

.fsTabs .fsPanel.fsStateOpen > .fsElementContent {
  padding-right: 0;
  padding-left: 0;
}

.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: #242424;
  color: #ffffff;
}

.fsLegend .fsElementControls label input + span {
  color: #242424;
  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: #343434;
  font-size: .875em;
  line-height: 1;
  padding: 0;
  padding: 10px 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox:hover {
  opacity: 1;
  background: #243c4e !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: #343434;
}

.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: #f8f8f8;
  color: #636363;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
  background: #00549f;
  color: #ffffff;
}

.fsCalendarMonthYearPicker > .fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 10px;
  background: #ffffff;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #00549f !important;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0 0 0 2px #00549f;
          box-shadow: inset 0 0 0 2px #00549f;
}

.fsCalendarMonthYearPicker > .fsStyleUpdateButton:hover,
.fsCalendarMonthYearPicker > .fsStyleUpdateButton:focus,
.fsStateSelected .fsCalendarMonthYearPicker > .fsStyleUpdateButton,
.fsCalendarMonthYearPicker > .fsStyleUpdateButton.on {
  background: #00549f;
  text-shadow: 1px 0 0 currentColor;
  color: #ffffff !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsCalendarMonthYearPicker > .fsStyleUpdateButton:hover em,
.fsCalendarMonthYearPicker > .fsStyleUpdateButton:focus em,
.fsStateSelected .fsCalendarMonthYearPicker > .fsStyleUpdateButton em,
.fsCalendarMonthYearPicker > .fsStyleUpdateButton.on em {
  text-shadow: none;
}

.fsCalendarMonthYearPicker > .fsStyleUpdateButton em {
  display: block;
  font-style: italic;
  font-size: 18px;
  margin-top: 15px;
  text-transform: none;
}

.fsCalendarMonthYearPicker > .fsStyleUpdateButton.fs_style_36 {
  padding: 25px 20px;
  font-size: 22px;
  line-height: 1;
}

/*! _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 */

.callout-box-white,
.callout-box-light,
.callout-box-blue,
.callout-box-navy {
  display: block;
  padding: 20px;
}

.callout-box-white > header,
.callout-box-light > header,
.callout-box-blue > header,
.callout-box-navy > 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;
}

.callout-box-white > header .fsElementTitle,
.callout-box-light > header .fsElementTitle,
.callout-box-blue > header .fsElementTitle,
.callout-box-navy > header .fsElementTitle {
  color: #ffffff;
}

.callout-box-white > header .fsElementHeaderContent,
.callout-box-light > header .fsElementHeaderContent,
.callout-box-blue > header .fsElementHeaderContent,
.callout-box-navy > header .fsElementHeaderContent {
  margin: -20px -20px 20px;
  width: calc(100% + 40px);
}

.callout-box-white > header .fsImage,
.callout-box-light > header .fsImage,
.callout-box-blue > header .fsImage,
.callout-box-navy > header .fsImage {
  margin-bottom: 0;
}

.callout-box-white > header .fsImage picture,
.callout-box-light > header .fsImage picture,
.callout-box-blue > header .fsImage picture,
.callout-box-navy > header .fsImage picture {
  display: block;
}

.callout-box-white > header .fsImage img,
.callout-box-light > header .fsImage img,
.callout-box-blue > header .fsImage img,
.callout-box-navy > header .fsImage img {
  display: block;
  width: 100%;
  height: auto;
}

.callout-box-white > .fsElementContent h2,
.callout-box-light > .fsElementContent h2,
.callout-box-blue > .fsElementContent h2,
.callout-box-navy > .fsElementContent h2 {
  margin-top: 0;
  font-family: "PT Serif", serif;
  font-weight: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #243c4e;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: inherit;
  text-transform: none;
}

.callout-box-white > .fsElementContent a,
.callout-box-light > .fsElementContent a,
.callout-box-blue > .fsElementContent a,
.callout-box-navy > .fsElementContent a {
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.callout-box-white > .fsElementContent a:hover,
.callout-box-light > .fsElementContent a:hover,
.callout-box-blue > .fsElementContent a:hover,
.callout-box-navy > .fsElementContent a:hover,
.callout-box-white > .fsElementContent a:focus,
.callout-box-light > .fsElementContent a:focus,
.callout-box-blue > .fsElementContent a:focus,
.callout-box-navy > .fsElementContent a:focus {
  text-shadow: 1px 0 0 currentColor;
}

.left.callout-box-white,
.left.callout-box-light,
.left.callout-box-blue,
.left.callout-box-navy,
.right.callout-box-white,
.right.callout-box-light,
.right.callout-box-blue,
.right.callout-box-navy {
  overflow: hidden;
}

@media (min-width: 1000px) {
  .left.callout-box-white,
  .left.callout-box-light,
  .left.callout-box-blue,
  .left.callout-box-navy,
  .right.callout-box-white,
  .right.callout-box-light,
  .right.callout-box-blue,
  .right.callout-box-navy {
    position: relative;
  }
}

@media (min-width: 1100px) {
  .left.callout-box-white,
  .left.callout-box-light,
  .left.callout-box-blue,
  .left.callout-box-navy,
  .right.callout-box-white,
  .right.callout-box-light,
  .right.callout-box-blue,
  .right.callout-box-navy {
    min-height: 300px;
  }
}

@media (min-width: 1000px) {
  .left.callout-box-white > header,
  .left.callout-box-light > header,
  .left.callout-box-blue > header,
  .left.callout-box-navy > header,
  .right.callout-box-white > header,
  .right.callout-box-light > header,
  .right.callout-box-blue > header,
  .right.callout-box-navy > header {
    display: block;
  }
}

.left.callout-box-white > header .fsElementTitle,
.left.callout-box-light > header .fsElementTitle,
.left.callout-box-blue > header .fsElementTitle,
.left.callout-box-navy > header .fsElementTitle,
.right.callout-box-white > header .fsElementTitle,
.right.callout-box-light > header .fsElementTitle,
.right.callout-box-blue > header .fsElementTitle,
.right.callout-box-navy > header .fsElementTitle {
  width: 100%;
}

@media (min-width: 1000px) {
  .left.callout-box-white > header > .fsElementHeaderContent,
  .left.callout-box-light > header > .fsElementHeaderContent,
  .left.callout-box-blue > header > .fsElementHeaderContent,
  .left.callout-box-navy > header > .fsElementHeaderContent,
  .right.callout-box-white > header > .fsElementHeaderContent,
  .right.callout-box-light > header > .fsElementHeaderContent,
  .right.callout-box-blue > header > .fsElementHeaderContent,
  .right.callout-box-navy > header > .fsElementHeaderContent {
    position: absolute;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0;
    z-index: 1;
    overflow: hidden;
  }
}

.left.callout-box-white > header > .fsElementHeaderContent figure,
.left.callout-box-light > header > .fsElementHeaderContent figure,
.left.callout-box-blue > header > .fsElementHeaderContent figure,
.left.callout-box-navy > header > .fsElementHeaderContent figure,
.left.callout-box-white > header > .fsElementHeaderContent picture,
.left.callout-box-light > header > .fsElementHeaderContent picture,
.left.callout-box-blue > header > .fsElementHeaderContent picture,
.left.callout-box-navy > header > .fsElementHeaderContent picture,
.right.callout-box-white > header > .fsElementHeaderContent figure,
.right.callout-box-light > header > .fsElementHeaderContent figure,
.right.callout-box-blue > header > .fsElementHeaderContent figure,
.right.callout-box-navy > header > .fsElementHeaderContent figure,
.right.callout-box-white > header > .fsElementHeaderContent picture,
.right.callout-box-light > header > .fsElementHeaderContent picture,
.right.callout-box-blue > header > .fsElementHeaderContent picture,
.right.callout-box-navy > header > .fsElementHeaderContent picture {
  display: block;
}

@media (min-width: 1000px) {
  .left.callout-box-white > header > .fsElementHeaderContent figure,
  .left.callout-box-light > header > .fsElementHeaderContent figure,
  .left.callout-box-blue > header > .fsElementHeaderContent figure,
  .left.callout-box-navy > header > .fsElementHeaderContent figure,
  .left.callout-box-white > header > .fsElementHeaderContent picture,
  .left.callout-box-light > header > .fsElementHeaderContent picture,
  .left.callout-box-blue > header > .fsElementHeaderContent picture,
  .left.callout-box-navy > header > .fsElementHeaderContent picture,
  .right.callout-box-white > header > .fsElementHeaderContent figure,
  .right.callout-box-light > header > .fsElementHeaderContent figure,
  .right.callout-box-blue > header > .fsElementHeaderContent figure,
  .right.callout-box-navy > header > .fsElementHeaderContent figure,
  .right.callout-box-white > header > .fsElementHeaderContent picture,
  .right.callout-box-light > header > .fsElementHeaderContent picture,
  .right.callout-box-blue > header > .fsElementHeaderContent picture,
  .right.callout-box-navy > header > .fsElementHeaderContent picture {
    height: 100%;
    width: 100%;
  }
}

.left.callout-box-white > header > .fsElementHeaderContent img,
.left.callout-box-light > header > .fsElementHeaderContent img,
.left.callout-box-blue > header > .fsElementHeaderContent img,
.left.callout-box-navy > header > .fsElementHeaderContent img,
.right.callout-box-white > header > .fsElementHeaderContent img,
.right.callout-box-light > header > .fsElementHeaderContent img,
.right.callout-box-blue > header > .fsElementHeaderContent img,
.right.callout-box-navy > header > .fsElementHeaderContent img {
  display: block;
  width: 100%;
}

@media (min-width: 1000px) {
  .left.callout-box-white > header > .fsElementHeaderContent img,
  .left.callout-box-light > header > .fsElementHeaderContent img,
  .left.callout-box-blue > header > .fsElementHeaderContent img,
  .left.callout-box-navy > header > .fsElementHeaderContent img,
  .right.callout-box-white > header > .fsElementHeaderContent img,
  .right.callout-box-light > header > .fsElementHeaderContent img,
  .right.callout-box-blue > header > .fsElementHeaderContent img,
  .right.callout-box-navy > header > .fsElementHeaderContent img {
    display: none;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
  }
}

.fsComposeMode .left.callout-box-white > header > .fsElementHeaderContent img,
.fsComposeMode .left.callout-box-light > header > .fsElementHeaderContent img,
.fsComposeMode .left.callout-box-blue > header > .fsElementHeaderContent img,
.fsComposeMode .left.callout-box-navy > header > .fsElementHeaderContent img,
.fsComposeMode .right.callout-box-white > header > .fsElementHeaderContent img,
.fsComposeMode .right.callout-box-light > header > .fsElementHeaderContent img,
.fsComposeMode .right.callout-box-blue > header > .fsElementHeaderContent img,
.fsComposeMode .right.callout-box-navy > header > .fsElementHeaderContent img {
  display: block;
  opacity: .5;
  max-width: 100%;
  max-height: 100%;
  min-width: auto;
  min-height: auto;
}

@media (min-width: 1000px) {
  .left.callout-box-white,
  .left.callout-box-light,
  .left.callout-box-blue,
  .left.callout-box-navy {
    padding-left: calc(50% + 20px);
  }
}

@media (min-width: 1000px) {
  .left.callout-box-white > header > .fsElementHeaderContent,
  .left.callout-box-light > header > .fsElementHeaderContent,
  .left.callout-box-blue > header > .fsElementHeaderContent,
  .left.callout-box-navy > header > .fsElementHeaderContent {
    left: 0;
    right: auto;
  }
}

@media (min-width: 1000px) {
  .right.callout-box-white,
  .right.callout-box-light,
  .right.callout-box-blue,
  .right.callout-box-navy {
    padding-right: calc(50% + 20px);
  }
}

@media (min-width: 1000px) {
  .right.callout-box-white > header > .fsElementHeaderContent,
  .right.callout-box-light > header > .fsElementHeaderContent,
  .right.callout-box-blue > header > .fsElementHeaderContent,
  .right.callout-box-navy > header > .fsElementHeaderContent {
    right: 0;
    left: auto;
  }
}

.callout-box-white {
  background-color: #ffffff;
  color: #ffffff;
  padding: 0;
  color: #000000;
}

.callout-box-white > .fsElementContent h2 {
  color: #00549f;
}

.callout-box-white h1,
.callout-box-white h2,
.callout-box-white h3,
.callout-box-white h4,
.callout-box-white h5,
.callout-box-white h6,
.callout-box-white a {
  color: inherit;
}

.callout-box-white > header .fsElementHeaderContent {
  margin: 0 0 20px;
  width: 100%;
}

.callout-box-white > .fsElementContent h2 {
  color: #00549f;
}

.callout-box-white h1,
.callout-box-white h2,
.callout-box-white h3,
.callout-box-white h4,
.callout-box-white h5,
.callout-box-white h6 {
  color: #00549f;
}

.callout-box-white a {
  color: #00549f;
}

.callout-box-white a:hover,
.callout-box-white a:focus {
  color: #a1c181;
}

.callout-box-light {
  background-color: #f8f8f8;
  color: #ffffff;
  color: #000000;
}

.callout-box-light > .fsElementContent h2 {
  color: #00549f;
}

.callout-box-light h1,
.callout-box-light h2,
.callout-box-light h3,
.callout-box-light h4,
.callout-box-light h5,
.callout-box-light h6,
.callout-box-light a {
  color: inherit;
}

.callout-box-light > .fsElementContent h2 {
  color: #00549f;
}

.callout-box-light h1,
.callout-box-light h2,
.callout-box-light h3,
.callout-box-light h4,
.callout-box-light h5,
.callout-box-light h6 {
  color: #00549f;
}

.callout-box-light a {
  color: #00549f;
}

.callout-box-light a:hover,
.callout-box-light a:focus {
  color: #a1c181;
}

.callout-box-blue {
  background-color: #00549f;
  color: #ffffff;
  color: #ffffff;
}

.callout-box-blue > .fsElementContent h2 {
  color: #00549f;
}

.callout-box-blue h1,
.callout-box-blue h2,
.callout-box-blue h3,
.callout-box-blue h4,
.callout-box-blue h5,
.callout-box-blue h6,
.callout-box-blue a {
  color: inherit;
}

.callout-box-blue > .fsElementContent h2 {
  color: #ffffff;
}

.callout-box-blue h1,
.callout-box-blue h2,
.callout-box-blue h3,
.callout-box-blue h4,
.callout-box-blue h5,
.callout-box-blue h6 {
  color: #ffffff;
}

.callout-box-blue a {
  color: #ffffff;
}

.callout-box-blue a:hover,
.callout-box-blue a:focus {
  color: #f2bd00;
}

.callout-box-navy {
  background-color: #243c4e;
  color: #ffffff;
  color: #ffffff;
}

.callout-box-navy > .fsElementContent h2 {
  color: #00549f;
}

.callout-box-navy h1,
.callout-box-navy h2,
.callout-box-navy h3,
.callout-box-navy h4,
.callout-box-navy h5,
.callout-box-navy h6,
.callout-box-navy a {
  color: inherit;
}

.callout-box-navy > .fsElementContent h2 {
  color: #ffffff;
}

.callout-box-navy h1,
.callout-box-navy h2,
.callout-box-navy h3,
.callout-box-navy h4,
.callout-box-navy h5,
.callout-box-navy h6 {
  color: #ffffff;
}

.callout-box-navy a {
  color: #ffffff;
}

.callout-box-navy a:hover,
.callout-box-navy a:focus {
  color: #f2bd00;
}

/*! pages - home v0.0.1 */

.home:not(.fsComposeMode) .fsPageTitle,
.home:not(.fsComposeMode) .fsBreadcrumb {
  display: none;
}

.home:not(.fsComposeMode) #fsHeader > .fsBanner {
  position: relative;
  min-height: 340px;
}

@media (min-width: 1000px) {
  .home:not(.fsComposeMode) #fsHeader > .fsBanner {
    min-height: 710px;
  }
}

.home:not(.fsComposeMode) .header-bottom {
  background: transparent;
  z-index: 1;
}

.home:not(.fsComposeMode) .hero-treatment {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 315px;
  z-index: 0;
  background: #243c4e;
}

@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .hero-treatment {
    height: 710px;
    top: 50px;
  }
}

.home:not(.fsComposeMode) .hero-treatment .fsListItems {
  margin: 0;
}

.home:not(.fsComposeMode) .hero-treatment article {
  position: relative;
  width: 100%;
  height: 315px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit;
  overflow: hidden;
  z-index: 200;
}

@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .hero-treatment article {
    height: 710px;
  }
}

.home:not(.fsComposeMode) .hero-treatment article:before {
  width: 100%;
  height: 90px;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 70%, rgba(0, 0, 0, 0) 100%);
  z-index: 500;
}

@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .hero-treatment article:before {
    height: 200px;
  }
}

.home:not(.fsComposeMode) .hero-treatment article:after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 85px !important;
  opacity: 1 !important;
  visibility: visible !important;
  content: '';
  background: rgba(36, 60, 78, 0.45);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 60, 78, 0)), color-stop(80%, #243c4e));
  background: linear-gradient(to bottom, rgba(36, 60, 78, 0) 0%, #243c4e 80%);
  z-index: 499;
}

@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .hero-treatment article:after {
    height: 330px;
  }
}

.home:not(.fsComposeMode) .hero-treatment article figcaption,
.home:not(.fsComposeMode) .hero-treatment article .fsDescription {
  margin-top: 0;
  font-family: "PT Serif", serif;
  font-weight: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #00549f;
  margin-bottom: 30px;
  width: 100%;
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 60px;
  left: 0px;
  z-index: 500;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 0px 4px 1px rgba(0, 0, 0, 0.15);
}

@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .hero-treatment article figcaption,
  .home:not(.fsComposeMode) .hero-treatment article .fsDescription {
    bottom: 160px;
    font-size: 73px;
    line-height: 1.2;
  }
}

.home:not(.fsComposeMode) .hero-treatment article figcaption strong,
.home:not(.fsComposeMode) .hero-treatment article figcaption b,
.home:not(.fsComposeMode) .hero-treatment article .fsDescription strong,
.home:not(.fsComposeMode) .hero-treatment article .fsDescription b {
  display: block;
  font-weight: 700;
}

.home:not(.fsComposeMode) .hero-treatment article figcaption a,
.home:not(.fsComposeMode) .hero-treatment article .fsDescription a {
  font-family: "Open Sans", sans-serif;
  text-shadow: none;
}

.home:not(.fsComposeMode) .hero-treatment article figcaption a:hover,
.home:not(.fsComposeMode) .hero-treatment article figcaption a:focus,
.home:not(.fsComposeMode) .hero-treatment article .fsDescription a:hover,
.home:not(.fsComposeMode) .hero-treatment article .fsDescription a:focus {
  text-shadow: 1px 0 0 currentColor;
}

.home:not(.fsComposeMode) .hero-treatment article picture,
.home:not(.fsComposeMode) .hero-treatment article video {
  position: relative;
  display: block;
  width: 100%;
  height: 315px;
  z-index: 400;
}

@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .hero-treatment article picture,
  .home:not(.fsComposeMode) .hero-treatment article video {
    height: 710px;
  }
}

.home:not(.fsComposeMode) .hero-treatment article picture img,
.home:not(.fsComposeMode) .hero-treatment article video img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}

.home:not(.fsComposeMode) .hero-treatment article video {
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.home:not(.fsComposeMode) .hero-treatment .arrows {
  display: none;
}

@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .hero-treatment .arrows {
    display: block;
    width: 100%;
    max-width: 1180px;
    padding: 0 20px;
    margin: 0 auto;
    position: absolute;
    top: auto;
    right: 0px;
    bottom: 100px;
    left: 0px;
    z-index: 9000;
    text-align: right;
  }
}

@media (min-width: 1220px) {
  .home:not(.fsComposeMode) .hero-treatment .arrows {
    padding-right: 0;
    padding-left: 0;
  }
}

.home:not(.fsComposeMode) .hero-treatment .arrows .inner {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  margin: 0 0 0 auto;
  border: 2px solid #f2bd00;
}

.home:not(.fsComposeMode) .hero-treatment .arrows .fsPrevButton,
.home:not(.fsComposeMode) .hero-treatment .arrows .fsNextButton {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: inline-block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  text-align: center;
}

.home:not(.fsComposeMode) .hero-treatment .arrows .fsPrevButton:before,
.home:not(.fsComposeMode) .hero-treatment .arrows .fsNextButton:before {
  width: auto;
  height: auto;
  font-size: 16px;
  line-height: 1;
  right: 0;
  left: 0;
  text-align: center;
  color: transparent;
}

.home:not(.fsComposeMode) .hero-treatment .arrows .fsPrevButton:before {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #ffffff;
}

.home:not(.fsComposeMode) .hero-treatment .arrows .fsNextButton:before {
  content: "\E90C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #ffffff;
}

.home:not(.fsComposeMode) .hero-treatment .arrows .fsElementSlideshowControls {
  -webkit-box-shadow: inset 1px 0 0 0 #f2bd00, inset -1px 0 0 0 #f2bd00;
          box-shadow: inset 1px 0 0 0 #f2bd00, inset -1px 0 0 0 #f2bd00;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.home:not(.fsComposeMode) .hero-treatment .arrows .fsElementSlideshowControls > button {
  width: 40px;
  height: 40px;
  position: relative;
  top: 50%;
  right: auto;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: transparent;
  font-size: 0;
  line-height: 0;
}

.home:not(.fsComposeMode) .hero-treatment .arrows .fsElementSlideshowControls > button:before {
  width: auto;
  height: auto;
  vertical-align: middle;
  background: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
}

.home:not(.fsComposeMode) .hero-treatment .arrows .fsElementSlideshowControls > button.fsSlideshowPlay:before {
  content: "\F04B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home:not(.fsComposeMode) .hero-treatment .arrows .fsElementSlideshowControls > button.fsSlideshowPause:before {
  content: "\F04C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home:not(.fsComposeMode) .hero-treatment > footer {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 35px;
  background: #243c4e;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skewY(1.75deg);
      -ms-transform: skewY(1.75deg);
          transform: skewY(1.75deg);
}

@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .hero-treatment > footer {
    height: 115px;
  }
}

.home:not(.fsComposeMode) .hero-treatment > footer:before {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: #243c4e;
  position: absolute;
  top: 0;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skewY(-1.75deg);
      -ms-transform: skewY(-1.75deg);
          transform: skewY(-1.75deg);
  z-index: -1;
}

.home:not(.fsComposeMode) .hero-treatment > footer > .fsElementFooterContent {
  margin: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.home:not(.fsComposeMode) .cta-container {
  margin: -100px 0 0 0;
  padding: 0;
}

@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .cta-container {
    margin-top: -50px;
  }
}

.home:not(.fsComposeMode) .upcoming-events,
.home:not(.fsComposeMode) .recent-news {
  margin: 0 0 80px 0;
  padding: 0;
}

.home:not(.fsComposeMode) .upcoming-events > header,
.home:not(.fsComposeMode) .recent-news > header {
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
  border-bottom: 2px solid #00549f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.home:not(.fsComposeMode) .upcoming-events > header .fsElementHeaderContent,
.home:not(.fsComposeMode) .recent-news > header .fsElementHeaderContent {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: auto;
  margin-bottom: 0;
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #00549f;
}

.home:not(.fsComposeMode) .upcoming-events > header .fsElementHeaderContent strong,
.home:not(.fsComposeMode) .recent-news > header .fsElementHeaderContent strong,
.home:not(.fsComposeMode) .upcoming-events > header .fsElementHeaderContent b,
.home:not(.fsComposeMode) .recent-news > header .fsElementHeaderContent b {
  font-weight: 700;
}

@media (min-width: 800px) {
  .home:not(.fsComposeMode) .upcoming-events > header .fsElementHeaderContent,
  .home:not(.fsComposeMode) .recent-news > header .fsElementHeaderContent {
    font-size: 45px;
    line-height: 54px;
  }
}

.home:not(.fsComposeMode) .upcoming-events > header a,
.home:not(.fsComposeMode) .recent-news > header a {
  display: none;
}

@media (min-width: 800px) {
  .home:not(.fsComposeMode) .upcoming-events > header a,
  .home:not(.fsComposeMode) .recent-news > header a {
    display: inline-block;
    margin: 0;
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
    vertical-align: bottom;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #00549f !important;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .home:not(.fsComposeMode) .upcoming-events > header a:hover,
  .home:not(.fsComposeMode) .recent-news > header a:hover,
  .home:not(.fsComposeMode) .upcoming-events > header a:focus,
  .home:not(.fsComposeMode) .recent-news > header a:focus {
    color: #243c4e !important;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
  }
}

.home:not(.fsComposeMode) .upcoming-events .fsElementSlideshow,
.home:not(.fsComposeMode) .recent-news .fsElementSlideshow {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 800px) {
  .home:not(.fsComposeMode) .upcoming-events > footer,
  .home:not(.fsComposeMode) .recent-news > footer {
    display: none;
  }
}

.home:not(.fsComposeMode) .upcoming-events > footer .fsElementFooterContent,
.home:not(.fsComposeMode) .recent-news > footer .fsElementFooterContent {
  text-align: center;
}

.home:not(.fsComposeMode) .upcoming-events > footer a,
.home:not(.fsComposeMode) .recent-news > footer a {
  margin-bottom: 0;
  min-width: 240px;
}

.home:not(.fsComposeMode) .find-world {
  position: relative;
  max-width: 0vw;
  margin: 80px auto;
}

.home:not(.fsComposeMode) .find-world > .fsElementContent {
  position: relative;
  margin-right: -50vw;
  margin-left: -50vw;
  width: 100vw;
  -webkit-transform: skewY(1.75deg);
      -ms-transform: skewY(1.75deg);
          transform: skewY(1.75deg);
  overflow: hidden;
}

.home:not(.fsComposeMode) .find-world .fsContent {
  position: relative;
  margin: -50px auto;
  padding: 100px 0;
  background-color: #ffffff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit;
  width: 100%;
  height: auto;
  min-height: 475px;
  z-index: 500;
  -webkit-transform: skewY(-1.75deg);
      -ms-transform: skewY(-1.75deg);
          transform: skewY(-1.75deg);
  text-align: center;
  z-index: 1;
}

@media (min-width: 800px) {
  .home:not(.fsComposeMode) .find-world .fsContent {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.home:not(.fsComposeMode) .find-world .fsContent:before {
  display: block;
  width: 100%;
  height: auto;
  content: '';
  background: rgba(99, 99, 99, 0.5);
  position: absolute;
  top: -50px;
  bottom: -50px;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  z-index: 200;
}

.home:not(.fsComposeMode) .find-world .fsContent > header {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: inline-block;
  margin: 0 auto;
  z-index: 500;
}

.home:not(.fsComposeMode) .find-world .fsContent > header > .fsElementHeaderContent {
  margin-top: 0;
  font-family: "PT Serif", serif;
  font-weight: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #00549f;
  margin-bottom: 30px;
  font-weight: 400;
  margin: 0 auto 80px;
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.9);
}

.home:not(.fsComposeMode) .find-world .fsContent > header > .fsElementHeaderContent strong,
.home:not(.fsComposeMode) .find-world .fsContent > header > .fsElementHeaderContent b {
  font-weight: 700;
}

.home:not(.fsComposeMode) .find-world .fsContent > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: block;
  margin: 0 auto;
  z-index: 500;
  text-align: center;
}

.home:not(.fsComposeMode) .student-stories {
  margin-bottom: 80px;
}

.home:not(.fsComposeMode) .student-stories > header {
  display: block;
  margin: 0 auto 30px auto;
  padding: 0 0 20px 0;
  text-align: center;
}

.home:not(.fsComposeMode) .student-stories > header .fsElementHeaderContent {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding: 0 0 10px 0;
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #00549f;
}

.home:not(.fsComposeMode) .student-stories > header .fsElementHeaderContent strong,
.home:not(.fsComposeMode) .student-stories > header .fsElementHeaderContent b {
  font-weight: 700;
}

@media (min-width: 800px) {
  .home:not(.fsComposeMode) .student-stories > header .fsElementHeaderContent {
    font-size: 45px;
    line-height: 54px;
  }
}

.home:not(.fsComposeMode) .student-stories > header .fsElementHeaderContent:after {
  content: '';
  position: absolute;
  top: auto;
  right: 22px;
  bottom: 0;
  left: 22px;
  display: block;
  width: auto;
  height: 2px;
  background: #00549f;
}

.home:not(.fsComposeMode) .student-stories > .fsElementContent article {
  margin: 0;
  padding: 0;
}

@media (min-width: 800px) {
  .home:not(.fsComposeMode) .student-stories > .fsElementContent article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

.home:not(.fsComposeMode) .student-stories > .fsElementContent article .fsThumbnail {
  margin: 0 0 18px 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media (min-width: 800px) {
  .home:not(.fsComposeMode) .student-stories > .fsElementContent article .fsThumbnail {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-bottom: 0;
    width: 55%;
    max-width: 600px;
  }
}

.home:not(.fsComposeMode) .student-stories > .fsElementContent article .fsThumbnail > img {
  margin-bottom: 0;
  display: block;
  width: 100%;
  height: auto;
}

.home:not(.fsComposeMode) .student-stories > .fsElementContent article .text {
  margin: 0;
  padding: 0;
}

@media (min-width: 800px) {
  .home:not(.fsComposeMode) .student-stories > .fsElementContent article .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
    padding-right: 50px;
    padding-left: 50px;
  }
}

.home:not(.fsComposeMode) .student-stories > .fsElementContent article .fsTitle {
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #243c4e;
}

@media (min-width: 800px) {
  .home:not(.fsComposeMode) .student-stories > .fsElementContent article .fsTitle {
    font-size: 35px;
    line-height: 42px;
  }
}

.home:not(.fsComposeMode) .student-stories > .fsElementContent article .fsTitle a {
  color: #243c4e;
}

.home:not(.fsComposeMode) .student-stories > .fsElementContent article .fsTitle a:hover,
.home:not(.fsComposeMode) .student-stories > .fsElementContent article .fsTitle a:focus {
  color: #00549f;
}

.home:not(.fsComposeMode) .student-stories > .fsElementContent article .fsSummary {
  font-size: 15px;
  line-height: 18px;
}

@media (min-width: 800px) {
  .home:not(.fsComposeMode) .student-stories > .fsElementContent article .fsSummary {
    font-size: 22px;
    line-height: 26px;
  }
}

.home:not(.fsComposeMode) .student-stories > .fsElementContent article .fsSummary p {
  margin-bottom: 20px;
}

.home:not(.fsComposeMode) .student-stories > .fsElementContent article .fsSummary p:last-child {
  margin-bottom: 0;
}

.home:not(.fsComposeMode) .student-stories .fsElementSlideshow {
  padding-right: 0;
  padding-bottom: 45px !important;
  padding-left: 0;
}

@media (min-width: 800px) {
  .home:not(.fsComposeMode) .student-stories .fsElementSlideshow {
    padding-right: 45px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
}

.home:not(.fsComposeMode) .student-stories .fsPrevButton {
  top: auto;
  left: calc(50% - 45px);
  bottom: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@media (min-width: 800px) {
  .home:not(.fsComposeMode) .student-stories .fsPrevButton {
    display: none !important;
  }
}

.home:not(.fsComposeMode) .student-stories .fsNextButton {
  top: auto;
  right: calc(50% - 45px);
  bottom: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@media (min-width: 800px) {
  .home:not(.fsComposeMode) .student-stories .fsNextButton {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    right: 0;
    height: 90px;
    width: 60px;
  }

  .home:not(.fsComposeMode) .student-stories .fsNextButton:before {
    content: "\E90A";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 90px;
    color: #f2bd00;
  }
}

.home:not(.fsComposeMode) .upcoming-events .fsElementContent article {
  position: relative;
  margin: 0 15px;
  padding: 0;
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.home:not(.fsComposeMode) .upcoming-events .fsElementContent article .fsDate {
  margin: 0;
  padding: 40px 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 110px;
  height: auto;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.home:not(.fsComposeMode) .upcoming-events .fsElementContent article .event-details {
  padding: 20px;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: calc(100% - 110px);
  height: auto;
}

.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: 16.66667%;
  }
}

.colors.main ol li:nth-of-type(1) {
  background: #00549f;
}

.colors.main ol li:nth-of-type(1):after {
  content: "#00549f";
}

.colors.main ol li:nth-of-type(2) {
  background: #f2bd00;
}

.colors.main ol li:nth-of-type(2):after {
  content: "#f2bd00";
}

.colors.main ol li:nth-of-type(3) {
  background: #f67b2c;
}

.colors.main ol li:nth-of-type(3):after {
  content: "#f67b2c";
}

.colors.main ol li:nth-of-type(4) {
  background: #a1c181;
}

.colors.main ol li:nth-of-type(4):after {
  content: "#a1c181";
}

.colors.main ol li:nth-of-type(5) {
  background: #243c4e;
}

.colors.main ol li:nth-of-type(5):after {
  content: "#243c4e";
}

.colors.main ol li:nth-of-type(6) {
  background: #2774AE;
}

.colors.main ol li:nth-of-type(6):after {
  content: "#2774AE";
}

@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: #131313;
}

.colors.shade ol li:nth-of-type(2):after {
  content: "#131313";
}

.colors.shade ol li:nth-of-type(3) {
  background: #242424;
}

.colors.shade ol li:nth-of-type(3):after {
  content: "#242424";
}

.colors.shade ol li:nth-of-type(4) {
  background: #343434;
}

.colors.shade ol li:nth-of-type(4):after {
  content: "#343434";
}

.colors.shade ol li:nth-of-type(5) {
  background: #636363;
}

.colors.shade ol li:nth-of-type(5):after {
  content: "#636363";
}

.colors.shade ol li:nth-of-type(6) {
  background: #959595;
}

.colors.shade ol li:nth-of-type(6):after {
  content: "#959595";
}

.colors.shade ol li:nth-of-type(7) {
  background: #ccc;
}

.colors.shade ol li:nth-of-type(7):after {
  content: "#ccc";
}

.colors.shade ol li:nth-of-type(8) {
  background: #e5e5e5;
}

.colors.shade ol li:nth-of-type(8):after {
  content: "#e5e5e5";
}

.colors.shade ol li:nth-of-type(9) {
  background: #f8f8f8;
}

.colors.shade ol li:nth-of-type(9):after {
  content: "#f8f8f8";
}

.colors.shade ol li:nth-of-type(10) {
  background: #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: "Open Sans", sans-serif;
}

.fonts ol li:nth-of-type(1):after {
  content: "Open Sans, sans-serif";
  display: block;
  margin-bottom: 10px;
}

.fonts ol li:nth-of-type(2) {
  font-family: "PT Serif", serif;
}

.fonts ol li:nth-of-type(2):after {
  content: "PT Serif, serif";
  display: block;
  margin-bottom: 10px;
}

.fonts ol li:nth-of-type(3) {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.fonts ol li:nth-of-type(3):after {
  content: "Menlo, Monaco, Consolas, Courier New, monospace";
  display: block;
  margin-bottom: 10px;
}

.fonts ol li:nth-of-type(4) {
  font-family: "IcoMoon";
}

.fonts ol li:nth-of-type(4):after {
  content: "IcoMoon";
  display: block;
  margin-bottom: 10px;
}

.headers .fsElementContent h1:after {
  content: " - font-size: 30px / line-height: 36px";
}

.headers .fsElementContent h2:after {
  content: " - font-size: 25px / line-height: 30px";
}

.headers .fsElementContent h3:after {
  content: " - font-size: 24px / line-height: 28px";
}

.headers .fsElementContent h4:after {
  content: " - font-size: 18px / line-height: 22px";
}

.headers .fsElementContent h5:after {
  content: " - font-size: 18px / line-height: 22px";
}

.headers .fsElementContent h6:after {
  content: " - font-size: 16px / line-height: 20px";
}

.infographics-container,
.form-page:not(.fsComposeMode) .form-page-container,
.explore-page:not(.fsComposeMode) .content-highlights {
  position: relative;
  max-width: 0vw;
  margin-right: auto;
  margin-left: auto;
}

.infographics-container > header,
.form-page:not(.fsComposeMode) .form-page-container > header,
.explore-page:not(.fsComposeMode) .content-highlights > header,
.infographics-container > footer,
.form-page:not(.fsComposeMode) .form-page-container > footer,
.explore-page:not(.fsComposeMode) .content-highlights > footer,
.infographics-container > .fsElementContent,
.form-page:not(.fsComposeMode) .form-page-container > .fsElementContent,
.explore-page:not(.fsComposeMode) .content-highlights > .fsElementContent {
  margin-right: -50vw;
  margin-left: -50vw;
  width: 100vw;
}

.infographics-container > header > .fsElementTitle,
.form-page:not(.fsComposeMode) .form-page-container > header > .fsElementTitle,
.explore-page:not(.fsComposeMode) .content-highlights > header > .fsElementTitle,
.infographics-container > header > .fsElementHeaderContent,
.form-page:not(.fsComposeMode) .form-page-container > header > .fsElementHeaderContent,
.explore-page:not(.fsComposeMode) .content-highlights > header > .fsElementHeaderContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

.infographics-container > footer > .fsElementFooterContent,
.form-page:not(.fsComposeMode) .form-page-container > footer > .fsElementFooterContent,
.explore-page:not(.fsComposeMode) .content-highlights > footer > .fsElementFooterContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

body:not(.fsComposeMode) .hero-image {
  margin-bottom: 0;
  width: 100%;
  height: auto;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body:not(.fsComposeMode) .hero-image.is-hero {
  max-height: 999px;
  opacity: 1;
  visibility: visible;
}

body:not(.fsComposeMode) .hero-image > .fsElementContent {
  position: relative;
}

body:not(.fsComposeMode) .hero-image > .fsElementContent:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
}

body:not(.fsComposeMode) .hero-image > .fsElementContent article {
  width: 100%;
  height: auto;
  min-height: 150px;
  background-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit;
  margin-bottom: 0;
}

body:not(.fsComposeMode) .hero-image > .fsElementContent article img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}

body:not(.fsComposeMode) .hero-image > .fsElementContent .fsPageTitle {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  padding-right: 30px;
  padding-left: 30px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 10px;
  left: 0;
  color: #ffffff;
}

@media (min-width: 1220px) {
  body:not(.fsComposeMode) .hero-image > .fsElementContent .fsPageTitle {
    padding-right: 0;
    padding-left: 0;
  }
}

.academics-tools {
  margin: 0 0 70px 0;
  padding: 0 0 45px 0;
  border-bottom: 1px solid #e5e5e5;
}

.academics-tools .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.academics-tools .fsPostToolsElement {
  padding: 40px;
  margin: 0 0 35px 0;
  border: 1px solid #e5e5e5;
  background: #f8f8f8;
}

.academics-tools .fsPostToolsElement.fsSearch {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
}

@media (min-width: 1000px) {
  .academics-tools .fsPostToolsElement.fsSearch {
    width: calc(33.33% - 17.5px);
  }
}

.academics-tools .fsPostToolsElement.fsCategoryFilter {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
}

@media (min-width: 800px) {
  .academics-tools .fsPostToolsElement.fsCategoryFilter {
    width: 50%;
    width: calc(50% - 17.5px);
  }
}

@media (min-width: 1000px) {
  .academics-tools .fsPostToolsElement.fsCategoryFilter {
    width: calc(33.33% - 17.5px);
  }
}

.academics-tools .fsPostToolsElement.fsTagFilter {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
}

@media (min-width: 800px) {
  .academics-tools .fsPostToolsElement.fsTagFilter {
    width: 50%;
    width: calc(50% - 17.5px);
  }
}

@media (min-width: 1000px) {
  .academics-tools .fsPostToolsElement.fsTagFilter {
    width: calc(33.33% - 17.5px);
  }
}

.academics-tools .fsPostToolsElement > header > .fsElementTitle {
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #636363;
}

.academics-tools .fsPostToolsElement .fsElementToolsSearch {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.academics-tools .fsPostToolsElement .fsElementToolsSearch .fsElementToolsKeyword {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: auto;
}

.academics-tools .fsPostToolsElement .fsElementToolsSearch .fsElementToolsKeyword .fsStyleSearchField {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  line-height: 28px;
}

.academics-tools .fsPostToolsElement .fsElementToolsSearch .fsElementToolsSearchButton {
  padding: 0;
  margin: 0 0 0 10px;
  background: transparent;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
  font-size: 0;
  line-height: 0;
  color: #000000 !important;
}

.academics-tools .fsPostToolsElement .fsElementToolsSearch .fsElementToolsSearchButton:hover,
.academics-tools .fsPostToolsElement .fsElementToolsSearch .fsElementToolsSearchButton:focus {
  color: #00549f !important;
  text-shadow: none;
}

.academics-tools .fsPostToolsElement .fsElementToolsSearch .fsElementToolsSearchButton:before {
  content: "\E908";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 22px;
  line-height: 40px;
}

.academics-tools .fsPostToolsElement ul.fsToolsList {
  border: 1px solid #e5e5e5;
  background: #ffffff;
  color: #000000;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.academics-tools .fsPostToolsElement ul.fsToolsList:hover,
.academics-tools .fsPostToolsElement ul.fsToolsList.selected {
  overflow: visible;
  height: auto;
}

.academics-tools .fsPostToolsElement ul.fsToolsList li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.academics-tools .fsPostToolsElement ul.fsToolsList li:first-child > a:after {
  content: "\F107";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  float: right;
}

.academics-tools .fsPostToolsElement ul.fsToolsList li.fsStateSelected > a {
  color: #000000 !important;
  text-shadow: none;
}

.academics-tools .fsPostToolsElement ul.fsToolsList li > a {
  display: block;
  margin: 0;
  padding: 11px 5px;
  text-align: left;
  background: none;
  color: #000000 !important;
  font-size: 16px;
  line-height: 18px;
  text-transform: none;
}

.academics-tools .fsPostToolsElement ul.fsToolsList li > a:hover,
.academics-tools .fsPostToolsElement ul.fsToolsList li > a:focus {
  color: #00549f !important;
  text-shadow: none;
}

.academics-grid .fsListItems {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.academics-grid .fsListItems article {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0 auto 43px;
  padding: 30px;
  width: 100%;
  height: auto;
  min-height: 220px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  overflow: visible !important;
}

.academics-grid .fsListItems article:before {
  content: '';
  display: block;
  width: auto;
  height: 8px;
  background: rgba(187, 187, 187, 0.15);
  position: absolute;
  top: auto;
  right: 12px;
  bottom: -8px;
  left: 12px;
  z-index: 9999;
}

@media (min-width: 800px) {
  .academics-grid .fsListItems article {
    margin-right: 17.5px;
    margin-left: 17.5px;
    width: calc(50% - 35px);
  }
}

@media (min-width: 1000px) {
  .academics-grid .fsListItems article {
    width: calc(33.33% - 35px);
  }
}

@media (min-width: 1200px) {
  .academics-grid .fsListItems article {
    width: calc(25% - 35px);
  }
}

.academics-grid .fsListItems article .fsTitle {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.5px;
  color: #2774AE;
  text-transform: uppercase;
}

.academics-grid .fsListItems article .fsTitle a {
  color: #2774AE;
}

.academics-grid .fsListItems article .fsTitle a:hover,
.academics-grid .fsListItems article .fsTitle a:focus {
  color: #243c4e;
}

.academics-grid .fsListItems article .fsCategories {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-transform: none;
  font-size: 12px;
  line-height: 18px;
}

.academics-grid .fsListItems article .fsCategories:before {
  content: '';
  display: block;
  margin: 0 0 8px 0;
  width: 10px;
  height: 1px;
  background: #636363;
}

.academics-grid .fsListItems article .fsCategories .fsCategory {
  margin: 0 5px 0 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-transform: none;
}

.academics-grid .fsListItems article .fsCategories .fsCategory:after {
  content: ',';
}

.academics-grid .fsListItems article .fsCategories .fsCategory:last-child:after,
.academics-grid .fsListItems article .fsCategories .fsCategory:only-child:after {
  display: none;
}

.academics-grid .fsListItems article .fsTags {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  background: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 18px;
}

.academics-grid .fsListItems article .fsTags .fsTag {
  margin: 0 5px 0 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-transform: none;
}

.academics-grid .fsListItems article .fsTags .fsTag:after {
  content: ',';
}

.academics-grid .fsListItems article .fsTags .fsTag:last-child:after,
.academics-grid .fsListItems article .fsTags .fsTag:only-child:after {
  display: none;
}

.infographics-container .fsContent > .fsElementContent,
.infographics-stack .fsContent > .fsElementContent {
  text-align: center;
}

.infographics-container .fsContent > .fsElementContent p,
.infographics-stack .fsContent > .fsElementContent p {
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.infographics-container .fsContent > .fsElementContent strong,
.infographics-stack .fsContent > .fsElementContent strong,
.infographics-container .fsContent > .fsElementContent b,
.infographics-stack .fsContent > .fsElementContent b {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 64px;
  line-height: 84px;
}

.infographics-container .fsContent > header .fsImage,
.infographics-stack .fsContent > header .fsImage {
  margin-bottom: 0;
}

.infographics-container .fsContent > header .fsImage picture,
.infographics-stack .fsContent > header .fsImage picture {
  text-align: center;
}

.infographics-container .fsContent > header .fsImage picture > img,
.infographics-stack .fsContent > header .fsImage picture > img {
  display: block;
  max-width: 110px;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 1000px) {
  .infographics-container .fsContent.image-left,
  .infographics-stack .fsContent.image-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .infographics-container .fsContent.image-left > header,
  .infographics-stack .fsContent.image-left > header {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .infographics-container .fsContent.image-left > header > .fsElementHeaderContent,
  .infographics-stack .fsContent.image-left > header > .fsElementHeaderContent {
    margin-bottom: 0;
    margin-right: 40px;
  }

  .infographics-container .fsContent.image-left > .fsElementContent,
  .infographics-stack .fsContent.image-left > .fsElementContent {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 1000px) {
  .infographics-container .fsContent.image-right,
  .infographics-stack .fsContent.image-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .infographics-container .fsContent.image-right > header,
  .infographics-stack .fsContent.image-right > header {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .infographics-container .fsContent.image-right > header > .fsElementHeaderContent,
  .infographics-stack .fsContent.image-right > header > .fsElementHeaderContent {
    margin-bottom: 0;
    margin-left: 40px;
  }

  .infographics-container .fsContent.image-right > .fsElementContent,
  .infographics-stack .fsContent.image-right > .fsElementContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.infographics-container > .fsElementContent {
  background: #ffffff;
}

.infographics-container > .fsElementContent > .fsElement {
  position: relative;
  margin: 0 auto;
  max-width: 1300px;
  padding-right: 1.11111em;
  padding-left: 1.11111em;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (min-width: 1300px) {
  .infographics-container > .fsElementContent > .fsElement {
    padding-right: 0;
    padding-left: 0;
  }
}

.infographics-container .fsThreeColumnLayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1000px) {
  .infographics-container .fsThreeColumnLayout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

.infographics-container .fsThreeColumnLayout .fsStyleColumn {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  float: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (min-width: 1000px) {
  .infographics-container .fsThreeColumnLayout .fsStyleColumn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: auto;
  }
}

@media (min-width: 1000px) {
  .infographics-container .fsThreeColumnLayout .fsStyleColumn-1 {
    width: 30vw;
    padding-right: 30px;
  }
}

.infographics-container .fsThreeColumnLayout .fsStyleColumn-2 {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: inset 0 -1px 0 0 #e5e5e5, inset 0 1px 0 0 #e5e5e5;
          box-shadow: inset 0 -1px 0 0 #e5e5e5, inset 0 1px 0 0 #e5e5e5;
}

@media (min-width: 1000px) {
  .infographics-container .fsThreeColumnLayout .fsStyleColumn-2 {
    width: 40vw;
    padding-top: 0;
    padding-right: 30px;
    padding-bottom: 0;
    padding-left: 30px;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-shadow: inset -1px 0 0 0 #e5e5e5, inset 1px 0 0 0 #e5e5e5;
            box-shadow: inset -1px 0 0 0 #e5e5e5, inset 1px 0 0 0 #e5e5e5;
  }
}

@media (min-width: 1000px) {
  .infographics-container .fsThreeColumnLayout .fsStyleColumn-3 {
    width: 30vw;
    padding-left: 30px;
  }
}

.infographics-container .fsThreeColumnLayout .fsStyleColumn > .fsElement {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  height: auto;
}

.infographics-container .fsContent {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0;
  padding: 0;
}

.infographics-container .fsContent > header .fsElementHeaderContent {
  margin-bottom: 20px;
  text-align: center;
}

.infographics-container.bg-blue > header,
.infographics-container.bg-blue > footer,
.infographics-container.bg-blue > .fsElementContent {
  background: #00549f;
}

.infographics-container.bg-blue .fsThreeColumnLayout .fsStyleColumn-2 {
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
}

@media (min-width: 1000px) {
  .infographics-container.bg-blue .fsThreeColumnLayout .fsStyleColumn-2 {
    -webkit-box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 0 rgba(255, 255, 255, 0.15);
            box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 0 rgba(255, 255, 255, 0.15);
  }
}

.infographics-container.bg-blue .infographics-stack {
  margin-bottom: 0;
}

.infographics-container.bg-blue .infographics-stack > .fsElementContent > .fsElement:nth-of-type(1) {
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.15);
}

.infographics-container.bg-blue .fsContent > .fsElementContent {
  color: #ffffff;
}

.infographics-stack {
  margin: 0 0 20px 0;
  padding: 0;
}

.infographics-stack.bg-blue {
  padding: 30px;
  background: #00549f;
}

.infographics-stack.bg-blue > .fsElementContent .fsContent:nth-of-type(1) {
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.15);
}

.infographics-stack.bg-blue > .fsElementContent .fsContent > .fsElementContent {
  color: #ffffff;
}

.infographics-stack > .fsElementContent > .fsElement {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}

.infographics-stack > .fsElementContent > .fsElement:nth-of-type(1) {
  -webkit-box-shadow: inset 0 -1px 0 0 #e5e5e5;
          box-shadow: inset 0 -1px 0 0 #e5e5e5;
}

.infographics-stack > .fsElementContent > .fsElement:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

.cta-box {
  position: relative;
  background-color: #ffffff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit;
  text-align: center;
  width: 100%;
  height: auto;
  min-height: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

@media (min-width: 800px) {
  .cta-box {
    min-height: 280px;
  }
}

.cta-box.focus > .fsElementContent,
.cta-box:hover > .fsElementContent {
  background: #fae599;
  opacity: 1;
}

.cta-box > header {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  height: auto;
  background: #f2bd00;
  color: #000000;
}

.cta-box > header .fsElementTitle {
  margin: 0;
  padding: 6px 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #343434;
  text-transform: uppercase;
}

@media (min-width: 1000px) {
  .cta-box > header .fsElementTitle {
    font-size: 22px;
    line-height: 26px;
  }
}

.cta-box > .fsElementContent {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  lefT: 0;
  background: transparent;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cta-box > .fsElementContent p {
  margin-bottom: 5px;
}

.cta-box > .fsElementContent p:last-child {
  margin-bottom: 0;
}

.cta-box > .fsElementContent a {
  font-weight: normal;
  color: #343434;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cta-box > .fsElementContent a:hover,
.cta-box > .fsElementContent a:focus {
  color: #243c4e;
  text-decoration: none;
  text-shadow: 1px 0 0 currentColor;
}

.formstack-page .fsSlideshow .fsNextButton {
  background-color: #0000 !important;
  color: #0000 !important;
}

.form-page:not(.fsComposeMode) .fsBreadcrumb {
  display: none;
}

.form-page:not(.fsComposeMode) #fsPageBodyWrapper {
  padding-top: 0;
}

.form-page:not(.fsComposeMode) .form-page-container .form-page-inner {
  padding: 30px 20px;
  margin: 0;
  background-color: transparent;
  background-position: center top;
  background-size: auto 320px;
  background-repeat: no-repeat;
  background-attachment: inherit;
}

@media (min-width: 600px) {
  .form-page:not(.fsComposeMode) .form-page-container .form-page-inner {
    background-size: 100% auto;
  }
}

@media (min-width: 1000px) {
  .form-page:not(.fsComposeMode) .form-page-container .form-page-inner {
    padding: 40px 30px;
  }
}

@media (min-width: 1220px) {
  .form-page:not(.fsComposeMode) .form-page-container .form-page-inner {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1400px) {
  .form-page:not(.fsComposeMode) .form-page-container .form-page-inner {
    padding-top: 100px;
  }
}

.form-page:not(.fsComposeMode) .form-page-container .form-page-inner > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  padding: 0;
  margin: 0 auto;
}

@media (min-width: 1000px) {
  .form-page:not(.fsComposeMode) .form-page-container .form-page-inner > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

.form-page:not(.fsComposeMode) .form-page-container .fsContent {
  margin: 0 auto 40px;
  padding: 0;
  width: 100%;
  max-width: 400px;
  height: auto;
  color: #ffffff;
}

@media (min-width: 1000px) {
  .form-page:not(.fsComposeMode) .form-page-container .fsContent {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1400px) {
  .form-page:not(.fsComposeMode) .form-page-container .fsContent {
    margin-top: 70px;
  }
}

.form-page:not(.fsComposeMode) .form-page-container .fsContent > .fsElementContent {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
}

@media (min-width: 600px) {
  .form-page:not(.fsComposeMode) .form-page-container .fsContent > .fsElementContent {
    font-size: 22px;
  }
}

.form-page:not(.fsComposeMode) .form-page-container .fsContent > .fsElementContent strong,
.form-page:not(.fsComposeMode) .form-page-container .fsContent > .fsElementContent b {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}

@media (min-width: 600px) {
  .form-page:not(.fsComposeMode) .form-page-container .fsContent > .fsElementContent strong,
  .form-page:not(.fsComposeMode) .form-page-container .fsContent > .fsElementContent b {
    font-size: 36px;
  }
}

.form-page:not(.fsComposeMode) .form-page-container .fsForm {
  margin: 0 auto 40px;
  padding: 15px 20px 0;
  width: 100%;
  max-width: 480px;
  height: auto;
  background: #ffffff;
  border: 8px solid #ffffff;
  border-right: 6px solid #ffffff;
  border-bottom: 8px solid #ffffff;
  border-left: 6px solid #ffffff;
  -webkit-box-shadow: inset 0 0 0 2px #00549f;
          box-shadow: inset 0 0 0 2px #00549f;
}

@media (min-width: 600px) {
  .form-page:not(.fsComposeMode) .form-page-container .fsForm {
    border: 10px solid #ffffff;
    padding: 30px 30px 0 30px;
  }
}

@media (min-width: 1000px) {
  .form-page:not(.fsComposeMode) .form-page-container .fsForm {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
  }
}

.form-page:not(.fsComposeMode) .form-page-container .fsForm > header .fsElementHeaderContent {
  font-size: 16px;
  line-height: 1.2;
  color: #00549f;
}

@media (min-width: 600px) {
  .form-page:not(.fsComposeMode) .form-page-container .fsForm > header .fsElementHeaderContent {
    font-size: 18px;
  }
}

@media (min-width: 1400px) {
  .form-page:not(.fsComposeMode) .form-page-container .fsForm > header .fsElementHeaderContent {
    font-size: 24px;
  }
}

.form-page:not(.fsComposeMode) .form-page-container .fsForm > .fsElementContent {
  padding: 5px;
}

@media (min-width: 1400px) {
  .form-page:not(.fsComposeMode) .form-page-container .fsForm > .fsElementContent {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.explore-page:not(.fsComposeMode) .buttons-container a {
  width: 100%;
  max-width: 100%;
}

.explore-page:not(.fsComposeMode) .text-blurb > .fsElementContent {
  font-size: 18px;
  line-height: 1.2;
}

@media (min-width: 1000px) {
  .explore-page:not(.fsComposeMode) .text-blurb > .fsElementContent {
    font-size: 30px;
  }
}

.explore-page:not(.fsComposeMode) .text-blurb h1 {
  margin-top: 0;
  font-family: "PT Serif", serif;
  font-weight: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #00549f;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
}

@media (min-width: 1000px) {
  .explore-page:not(.fsComposeMode) .text-blurb h1 {
    font-size: 73px;
    line-height: 1.2;
  }
}

.explore-page:not(.fsComposeMode) .text-blurb h1 strong,
.explore-page:not(.fsComposeMode) .text-blurb h1 b {
  display: block;
  font-weight: 700;
}

@media (min-width: 1000px) {
  .explore-page:not(.fsComposeMode) .text-blurb h1 strong,
  .explore-page:not(.fsComposeMode) .text-blurb h1 b {
    display: inline-block;
  }
}

.explore-page:not(.fsComposeMode) .content-highlights > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

@media (min-width: 600px) {
  .explore-page:not(.fsComposeMode) .content-highlights > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.explore-page:not(.fsComposeMode) .content-highlights > .fsElementContent .fsContainer {
  position: relative;
  background-color: #243c4e;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit;
  margin: 0;
  padding: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  height: auto;
  min-height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media (min-width: 600px) {
  .explore-page:not(.fsComposeMode) .content-highlights > .fsElementContent .fsContainer {
    width: 50%;
    height: 59vw;
    max-height: 355px;
  }
}

@media (min-width: 1000px) {
  .explore-page:not(.fsComposeMode) .content-highlights > .fsElementContent .fsContainer {
    width: 33.33%;
    height: 29vw;
    max-height: 420px;
  }
}

.explore-page:not(.fsComposeMode) .content-highlights > .fsElementContent .fsContainer:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  border: none;
  border-top: 15px solid transparent;
  border-right: 15px solid #f2bd00;
  border-bottom: 15px solid #f2bd00;
  border-left: 15px solid transparent;
  z-index: 201;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.explore-page:not(.fsComposeMode) .content-highlights > .fsElementContent .fsContainer:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(36, 60, 78, 0.6);
  z-index: 200;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.explore-page:not(.fsComposeMode) .content-highlights > .fsElementContent .fsContainer:hover:before {
  width: 50px;
  height: 50px;
  border-top: 25px solid transparent;
  border-right: 25px solid #f2bd00;
  border-bottom: 25px solid #f2bd00;
  border-left: 25px solid transparent;
}

.explore-page:not(.fsComposeMode) .content-highlights > .fsElementContent .fsContainer.content-active:after {
  background: #f2bd00;
}

.explore-page:not(.fsComposeMode) .content-highlights > .fsElementContent .fsContainer.content-active > header > .fsElementTitle {
  color: #343434;
}

.explore-page:not(.fsComposeMode) .content-highlights > .fsElementContent .fsContainer.content-active > .fsElementContent {
  color: #343434;
  max-height: 9999px;
  opacity: 1;
  visibility: visible;
}

.explore-page:not(.fsComposeMode) .content-highlights > .fsElementContent .fsContainer > header {
  position: relative;
  z-index: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.explore-page:not(.fsComposeMode) .content-highlights > .fsElementContent .fsContainer > header > .fsElementTitle {
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
}

.explore-page:not(.fsComposeMode) .content-highlights > .fsElementContent .fsContainer > .fsElementContent {
  margin: 20px 0 0 0;
  padding: 0;
  position: relative;
  z-index: 500;
  width: 100%;
  height: auto;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  color: #343434;
}

.explore-page:not(.fsComposeMode) .content-highlights .fsContent {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 500;
}

.explore-page:not(.fsComposeMode) .content-highlights .fsContent > .fsElementContent {
  font-size: 20px;
  line-height: 1.2;
}

@media (min-width: 600px) {
  .explore-page:not(.fsComposeMode) .content-highlights .fsContent > .fsElementContent {
    font-size: 30px;
  }
}

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