@charset "UTF-8";
 /**
 *
 * Friends' Central School - default_17
 * @link http://friendscentral.redesign.finalsite.com
 * Site Template : 
 * Built By: Tom Schisler
 * Project Manager: Lisa Catania
 * Designer: Seong Wong
 * ==== Git Info ====
 * Branch Name: clients/friendscentral
 * Build version: 3.2.5
 * Git Tag: 
 * Last build by: Jworthington
 *
 **/

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=EB+Garamond|Oxygen:300,400,700");
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 84.28571em;
  max-width: 73.75rem; }

@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.42857em;
  margin-left: 1.42857em; }

.margin-x-2x {
  margin-right: 2.85714em;
  margin-left: 2.85714em; }

.margin-y {
  margin-top: 1.42857em;
  margin-bottom: 1.42857em; }

.margin-y-2x {
  margin-top: 2.85714em;
  margin-bottom: 2.85714em; }

.padding-x {
  padding-right: 1.42857em;
  padding-left: 1.42857em; }

.padding-x-2x {
  padding-right: 2.85714em;
  padding-left: 2.85714em; }

.padding-y {
  padding-top: 1.42857em;
  padding-bottom: 1.42857em; }

.padding-y-2x {
  padding-top: 2.85714em;
  padding-bottom: 2.85714em; }

.stretch-container {
  margin-right: -1.42857em;
  margin-left: -1.42857em; }

.cover {
  position: absolute;
  height: 100%;
  width: 100%; }

/*! 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("../eot/icomoon.eot");
  src: url("../eot/icomoond41d.eot#iefix") format("embedded-opentype"), url("../woff2/icomoon.woff2") format("woff2"), url("../woff/icomoon.woff") format("woff"), url("../ttf/icomoon.ttf") format("truetype"), url("../svg/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

h1 {
  margin-top: 0;
  font-weight: 700;
  font-family: "EB Garamond", Georgia, serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 10px; }

h2 {
  margin-top: 0;
  font-weight: 700;
  font-family: "EB Garamond", Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 10px; }

h3 {
  margin-top: 0;
  font-weight: 700;
  font-size: 29px;
  line-height: 1.2;
  margin-bottom: 10px; }

h4 {
  margin-top: 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 10px; }

h5 {
  margin-top: 0;
  font-weight: 700;
  font-family: "EB Garamond", Georgia, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 27px;
  line-height: 1.2;
  margin-bottom: 10px; }

h6 {
  margin-top: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px; }

.fsTitle, .fsAthleticsRosterList li > div.fsRosterName, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin-top: 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-bottom: 0;
  color: #031d42; }
  .fsTitle a, .fsAthleticsRosterList li > div.fsRosterName a, .fsFacebookFrom a, .fsVimeoTitle a, .fsYoutubeTitle a {
    color: #031d42; }
    .fsTitle a:hover, .fsAthleticsRosterList li > div.fsRosterName a:hover, .fsFacebookFrom a:hover, .fsVimeoTitle a:hover, .fsYoutubeTitle a:hover {
      color: #4dbee9; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  text-decoration: none;
  color: #002f65;
  transition: background .3s,
 color .3s; }
  a:hover, a:focus {
    color: #4dbee9; }

ul, ol {
  margin-top: 0;
  padding-left: 20px; }

ul {
  list-style: disc; }
  ul ul {
    list-style: circle; }
  ul ol {
    list-style: lower-roman; }

ol {
  list-style: decimal; }
  ol ol {
    list-style: lower-roman; }
  ol ul {
    list-style: circle; }

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
.fs_style_34 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block; }
  @media (min-width: 600px) {
    .fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
    .fs_style_34 {
      display: table; } }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  .fsAthleticsEvent.fsTable .fsElementTable td,
  .fsAthleticsRoster .fsElementTable td,
  .fs_style_34 th,
  .fs_style_34 td {
    padding: 15px 20px;
    vertical-align: top;
    border-bottom: 6px solid #fff; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  .fs_style_34 th {
    margin-top: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-bottom: 0;
    text-align: left;
    background: #031d42;
    color: #fff; }
  
  .fsAthleticsEvent.fsTable .fsElementTable td,
  .fsAthleticsRoster .fsElementTable td,
  .fs_style_34 td {
    background: #f7f7f7; }

.img-container {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 800px) {
    .img-container[style*=left], .img-container.left {
      float: left;
      margin-right: 20px;
      width: 37.5%; } }
  @media (min-width: 800px) {
    .img-container[style*=right], .img-container.right {
      float: right;
      margin-left: 20px;
      width: 37.5%; } }
  .img-container .img-wrapper img {
    display: block;
    width: 100%;
    height: auto; }
  .img-container .img-caption {
    padding: 5px 0;
    font-family: "Oxygen", sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #002f65; }

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0;
  max-width: 100%;
  width: 100%; }

.fs_style_35 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  width: auto;
  max-width: 300px;
  margin: 0 auto 20px;
  padding: 16px 20px;
  background: transparent;
  color: #031d42;
  outline: 0;
  box-shadow: 0;
  border: 1px solid #031d42;
  border-radius: 50px;
  font-family: "Oxygen", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  transition: all 0.3s ease; }
  @media (min-width: 600px) {
    .fs_style_35[style*=left], .fs_style_35.left {
      float: left;
      margin-right: 40px;
      width: 25%; } }
  @media (min-width: 600px) {
    .fs_style_35[style*=right], .fs_style_35.right {
      float: right;
      margin-left: 40px;
      width: 25%; } }
  .fs_style_35:hover, .fs_style_35:active, .fs_style_35:focus {
    border: 1px solid #4dbee9;
    background: #4dbee9;
    color: #fff;
    text-decoration: none; }
    .fs_style_35:hover em, .fs_style_35:active em, .fs_style_35:focus em {
      color: rgba(255, 255, 255, 0.7); }
  .fs_style_35 em {
    display: block;
    margin-top: 5px;
    font-style: normal;
    font-size: 12px;
    line-height: 1.2;
    color: rgba(3, 29, 66, 0.7);
    transition: all 0.3s ease; }

.fs_style_37 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  width: auto;
  max-width: 300px;
  margin: 0 auto 20px;
  padding: 16px 20px;
  background: transparent;
  color: #031d42;
  outline: 0;
  box-shadow: 0;
  border: 1px solid #031d42;
  border-radius: 50px;
  font-family: "Oxygen", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  transition: all 0.3s ease;
  background: #4dbee9;
  color: #FFF;
  padding: 24px 40px; }
  @media (min-width: 600px) {
    .fs_style_37[style*=left], .fs_style_37.left {
      float: left;
      margin-right: 40px;
      width: 25%; } }
  @media (min-width: 600px) {
    .fs_style_37[style*=right], .fs_style_37.right {
      float: right;
      margin-left: 40px;
      width: 25%; } }
  .fs_style_37:hover, .fs_style_37:active, .fs_style_37:focus {
    border: 1px solid #4dbee9;
    background: #4dbee9;
    color: #fff;
    text-decoration: none; }
    .fs_style_37:hover em, .fs_style_37:active em, .fs_style_37:focus em {
      color: rgba(255, 255, 255, 0.7); }
  .fs_style_37 em {
    display: block;
    margin-top: 5px;
    font-style: normal;
    font-size: 12px;
    line-height: 1.2;
    color: rgba(3, 29, 66, 0.7);
    transition: all 0.3s ease; }

.fsStyleDefaultButton {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  width: auto;
  max-width: 300px;
  margin: 0 auto 20px;
  padding: 16px 20px;
  background: transparent;
  color: #031d42;
  outline: 0;
  box-shadow: 0;
  border: 1px solid #031d42;
  border-radius: 50px;
  font-family: "Oxygen", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  transition: all 0.3s ease; }
  @media (min-width: 600px) {
    .fsStyleDefaultButton[style*=left], .fsStyleDefaultButton.left {
      float: left;
      margin-right: 40px;
      width: 25%; } }
  @media (min-width: 600px) {
    .fsStyleDefaultButton[style*=right], .fsStyleDefaultButton.right {
      float: right;
      margin-left: 40px;
      width: 25%; } }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:active, .fsStyleDefaultButton:focus {
    border: 1px solid #4dbee9;
    background: #4dbee9;
    color: #fff;
    text-decoration: none; }
    .fsStyleDefaultButton:hover em, .fsStyleDefaultButton:active em, .fsStyleDefaultButton:focus em {
      color: rgba(255, 255, 255, 0.7); }
  .fsStyleDefaultButton em {
    display: block;
    margin-top: 5px;
    font-style: normal;
    font-size: 12px;
    line-height: 1.2;
    color: rgba(3, 29, 66, 0.7);
    transition: all 0.3s ease; }
  .fsStyleDefaultButton.fsCategoryLink {
    margin-right: 5px; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }

.fsStyleUpdateButton {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  width: auto;
  max-width: 300px;
  margin: 0 auto 20px;
  padding: 16px 20px;
  background: transparent;
  color: #031d42;
  outline: 0;
  box-shadow: 0;
  border: 1px solid #031d42;
  border-radius: 50px;
  font-family: "Oxygen", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  transition: all 0.3s ease; }
  @media (min-width: 600px) {
    .fsStyleUpdateButton[style*=left], .fsStyleUpdateButton.left {
      float: left;
      margin-right: 40px;
      width: 25%; } }
  @media (min-width: 600px) {
    .fsStyleUpdateButton[style*=right], .fsStyleUpdateButton.right {
      float: right;
      margin-left: 40px;
      width: 25%; } }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:active, .fsStyleUpdateButton:focus {
    border: 1px solid #4dbee9;
    background: #4dbee9;
    color: #fff;
    text-decoration: none; }
    .fsStyleUpdateButton:hover em, .fsStyleUpdateButton:active em, .fsStyleUpdateButton:focus em {
      color: rgba(255, 255, 255, 0.7); }
  .fsStyleUpdateButton em {
    display: block;
    margin-top: 5px;
    font-style: normal;
    font-size: 12px;
    line-height: 1.2;
    color: rgba(3, 29, 66, 0.7);
    transition: all 0.3s ease; }
  .fsStyleUpdateButton.fsElementToolsSearchButton {
    margin-top: 20px;
    margin-bottom: 0; }

/*! _main.scss - src/sass/modules/common/ - main common import */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElement {
  margin-bottom: 20px; }
  .fsElement:last-child {
    margin-bottom: 0; }
  .fsElement > .fsElementContent .fsAlertFeeds {
    float: none;
    margin-bottom: 10px; }

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

.fsPanel {
  margin-bottom: 0; }

.fsTitle {
  margin-bottom: 10px; }

.fsDateTime {
  margin-bottom: 10px; }

.fsSummary {
  font-size: 14px;
  line-height: 24px; }

.fsReadMoreLink {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px; }

.fsDialogCloseButton {
  opacity: 1; }
  .fsDialogCloseButton:after, .fsDialogCloseButton:before {
    background: #0c0c0c; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #0c0c0c; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: black; }

.fsElementDialog {
  color: #0c0c0c; }

.module, .module-alt-1, .module-alt-2 {
  padding: 30px;
  margin-bottom: 40px; }
  .module > header .fsElementTitle, .module-alt-1 > header .fsElementTitle, .module-alt-2 > header .fsElementTitle {
    margin-top: 0;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: "Oxygen", sans-serif; }
  .module h1, .module-alt-1 h1, .module-alt-2 h1, .module h2, .module-alt-1 h2, .module-alt-2 h2, .module h3, .module-alt-1 h3, .module-alt-2 h3, .module h4, .module-alt-1 h4, .module-alt-2 h4, .module h5, .module-alt-1 h5, .module-alt-2 h5, .module h6, .module-alt-1 h6, .module-alt-2 h6 {
    color: inherit; }
  .module a, .module-alt-1 a, .module-alt-2 a {
    color: #4dbee9; }
    .module a:hover, .module-alt-1 a:hover, .module-alt-2 a:hover {
      color: #58595b; }

.module {
  background: #031d42;
  color: #fff; }
  .module > header .fsElementTitle {
    color: #a1a1a5; }
  .module h1, .module h2, .module h3, .module h4, .module h5, .module h6 {
    color: #a1a1a5; }
  .module a {
    color: #4dbee9; }
    .module a:hover {
      color: #fff; }
  .module .fs_style_35 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    width: auto;
    max-width: 300px;
    margin: 0 auto 20px;
    padding: 16px 20px;
    background: transparent;
    color: #fff;
    outline: 0;
    box-shadow: 0;
    border: 1px solid #fff;
    border-radius: 50px;
    font-family: "Oxygen", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    transition: all 0.3s ease; }
    @media (min-width: 600px) {
      .module .fs_style_35[style*=left], .module .fs_style_35.left {
        float: left;
        margin-right: 40px;
        width: 25%; } }
    @media (min-width: 600px) {
      .module .fs_style_35[style*=right], .module .fs_style_35.right {
        float: right;
        margin-left: 40px;
        width: 25%; } }
    .module .fs_style_35:hover, .module .fs_style_35:active, .module .fs_style_35:focus {
      border: 1px solid #4dbee9;
      background: #4dbee9;
      color: #fff;
      text-decoration: none; }
      .module .fs_style_35:hover em, .module .fs_style_35:active em, .module .fs_style_35:focus em {
        color: rgba(255, 255, 255, 0.7); }
    .module .fs_style_35 em {
      display: block;
      margin-top: 5px;
      font-style: normal;
      font-size: 12px;
      line-height: 1.2;
      color: rgba(255, 255, 255, 0.7);
      transition: all 0.3s ease; }

.module-alt-1 {
  background: #343434;
  color: #fff; }
  .module-alt-1 a {
    color: #4dbee9; }
    .module-alt-1 a:hover {
      color: #fff; }
  .module-alt-1 .fs_style_35 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    width: auto;
    max-width: 300px;
    margin: 0 auto 20px;
    padding: 16px 20px;
    background: transparent;
    color: #fff;
    outline: 0;
    box-shadow: 0;
    border: 1px solid #fff;
    border-radius: 50px;
    font-family: "Oxygen", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    transition: all 0.3s ease; }
    @media (min-width: 600px) {
      .module-alt-1 .fs_style_35[style*=left], .module-alt-1 .fs_style_35.left {
        float: left;
        margin-right: 40px;
        width: 25%; } }
    @media (min-width: 600px) {
      .module-alt-1 .fs_style_35[style*=right], .module-alt-1 .fs_style_35.right {
        float: right;
        margin-left: 40px;
        width: 25%; } }
    .module-alt-1 .fs_style_35:hover, .module-alt-1 .fs_style_35:active, .module-alt-1 .fs_style_35:focus {
      border: 1px solid #4dbee9;
      background: #4dbee9;
      color: #fff;
      text-decoration: none; }
      .module-alt-1 .fs_style_35:hover em, .module-alt-1 .fs_style_35:active em, .module-alt-1 .fs_style_35:focus em {
        color: rgba(255, 255, 255, 0.7); }
    .module-alt-1 .fs_style_35 em {
      display: block;
      margin-top: 5px;
      font-style: normal;
      font-size: 12px;
      line-height: 1.2;
      color: rgba(255, 255, 255, 0.7);
      transition: all 0.3s ease; }

.module-alt-2 {
  background: #f7f7f7;
  color: #031d42; }

/*! 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; }

/*! element - common - slideshow subtype v0.0.1 */
/* Contains generic styles that apply to every element slideshow subtype*/
.fsSlideshow .fsElementSlideshow[data-arrows*="true"] {
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 600px) {
    .fsSlideshow .fsElementSlideshow[data-arrows*="true"] {
      padding-right: 100px;
      padding-left: 100px; } }

.fsSlideshow.fsSlideshowVertical .fsElementSlideshow[data-slides-to-show="1"] article {
  padding-bottom: 0; }

.fsSlideshow.fsSlideshowHorizontal .fsElementSlideshow[data-arrows*="true"] {
  padding-top: 0;
  padding-bottom: 0; }

.fsSlideshow .fsNextButton:before,
.fsSlideshow .fsPrevButton:before {
  display: inline-block;
  color: rgba(161, 161, 165, 0.75);
  font-size: 25px;
  line-height: 25px;
  width: 25px;
  height: 25px; }
  @media (min-width: 600px) {
    .fsSlideshow .fsNextButton:before,
    .fsSlideshow .fsPrevButton:before {
      font-size: 50px;
      line-height: 50px;
      width: 50px;
      height: 50px; } }

.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 .fsPrevButton:hover:before {
  color: rgba(161, 161, 165, 0.95); }

.fsSlideshow .fsPrevButton:before {
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.fsSlideshow .fsNextButton:before {
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.fsSlideshow .fsUpArrow:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 14px;
  line-height: 25px;
  width: 25px;
  height: 25px; }
  @media (min-width: 600px) {
    .fsSlideshow .fsUpArrow:before {
      font-size: 26px;
      line-height: 50px;
      width: 50px;
      height: 50px; } }

.fsSlideshow .fsDownArrow:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 14px;
  line-height: 25px;
  width: 25px;
  height: 25px; }
  @media (min-width: 600px) {
    .fsSlideshow .fsDownArrow:before {
      font-size: 26px;
      line-height: 50px;
      width: 50px;
      height: 50px; } }

.fsSlideshow .fsPager {
  margin-top: 20px;
  margin-bottom: 0; }
  .fsSlideshow .fsPager li {
    margin-right: 5px;
    margin-left: 5px;
    width: 14px;
    height: 14px;
    position: relative;
    vertical-align: middle; }
    .fsSlideshow .fsPager li button {
      width: 100%;
      height: 100%; }
      .fsSlideshow .fsPager li button:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 14px;
        color: rgba #002f65; }
      .fsSlideshow .fsPager li button:hover:before, .fsSlideshow .fsPager li button:focus:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #4dbee9; }
    .fsSlideshow .fsPager li.slick-active button:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #4dbee9; }

.slick-slider .slick-slide {
  outline: 0; }

.slick-arrow {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-size: 0;
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translate3d(0, -50%, 0) !important;
  transform: translate3d(0, -50%, 0) !important;
  width: 50px;
  height: 50px;
  z-index: 300;
  text-align: center;
  transition: all 0.3s linear; }
  .slick-arrow:hover:before, .slick-arrow:focus:before {
    color: rgba(161, 161, 165, 0.95); }
  .slick-arrow:before {
    display: inline-block;
    color: rgba(161, 161, 165, 0.75);
    font-size: 50px;
    line-height: 50px;
    width: 100%;
    height: 100%;
    text-align: center !important; }
  .slick-arrow.slick-prev, .slick-arrow.fsLeftArrow {
    left: 0 !important; }
    @media (min-width: 600px) {
      .slick-arrow.slick-prev, .slick-arrow.fsLeftArrow {
        left: 28px !important; } }
    .slick-arrow.slick-prev:before, .slick-arrow.fsLeftArrow:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .slick-arrow.slick-next, .slick-arrow.fsRightArrow {
    right: 0 !important; }
    @media (min-width: 600px) {
      .slick-arrow.slick-next, .slick-arrow.fsRightArrow {
        right: 28px !important; } }
    .slick-arrow.slick-next:before, .slick-arrow.fsRightArrow:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .slick-arrow.fsUpArrow {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    top: 0 !important;
    bottom: auto !important; }
  .slick-arrow.fsDownArrow {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    top: auto !important;
    bottom: 0 !important; }
  .slick-arrow.slick-disabled:before {
    display: none; }

.slick-dots {
  width: 100%;
  text-align: center;
  margin-top: 20px !important;
  margin-bottom: 0 !important; }
  .slick-dots, .slick-dots ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .slick-dots li {
    margin: 0;
    padding: 0; }
  .slick-dots li {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    width: 14px;
    height: 14px;
    position: relative;
    vertical-align: middle; }
    .slick-dots li button {
      border: 0;
      background: none;
      outline: 0;
      margin: 0;
      padding: 0;
      height: 100%;
      width: 100%;
      font-size: 0;
      line-height: 14px;
      transition: all 0.3s linear; }
      .slick-dots li button:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 14px;
        color: rgba #002f65;
        width: 100%;
        height: 100%; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #4dbee9; }
    .slick-dots li.slick-active button:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #4dbee9; }

.fs_style_33 {
  font-size: 27px;
  line-height: 40px; }

blockquote em,
.fs_style_30 em,
.fs_style_31 {
  display: block;
  margin: 0 0 20px;
  font-family: "Oxygen", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 33px;
  color: #343434;
  text-align: center;
  text-transform: uppercase; }

blockquote,
.fs_style_30 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  display: block;
  position: relative;
  margin: 20px 0;
  font-family: "EB Garamond", Georgia, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 42px;
  color: #343434;
  text-align: center; }
  @media (min-width: 600px) {
    blockquote[style*=left], blockquote.left,
    .fs_style_30[style*=left],
    .fs_style_30.left {
      float: left;
      margin-right: 20px;
      width: 50%; } }
  @media (min-width: 600px) {
    blockquote[style*=right], blockquote.right,
    .fs_style_30[style*=right],
    .fs_style_30.right {
      float: right;
      margin-left: 20px;
      width: 50%; } }
  blockquote em,
  .fs_style_30 em {
    margin-top: 20px; }

.fs_style_32 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  display: block;
  position: relative;
  margin: 20px 0;
  font-family: "EB Garamond", Georgia, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 42px;
  color: #58595b; }
  @media (min-width: 600px) {
    .fs_style_32[style*=left], .fs_style_32.left {
      float: left;
      margin-right: 20px;
      width: 50%; } }
  @media (min-width: 600px) {
    .fs_style_32[style*=right], .fs_style_32.right {
      float: right;
      margin-left: 20px;
      width: 50%; } }
  @media (min-width: 600px) {
    .fs_style_32[style*=left], .fs_style_32.left {
      float: left;
      margin-right: 20px;
      width: 50%; } }
  @media (min-width: 600px) {
    .fs_style_32[style*=right], .fs_style_32.right {
      float: right;
      margin-left: 20px;
      width: 50%; } }

/*! structure - header v0.0.1 */
@media (min-width: 900px) {
  body.headroom #fsHeader > .fsBanner {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9000;
    transition: all 0.3s linear; }
  body.headroom--not-top .header-wrapper {
    background: #f7f7f7;
    transition: all 0.3s linear; }
  body.headroom--not-top .header-top {
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: opacity 0.3s linear,
 visibility 0.3s linear,
 max-height 0.3s linear; }
  body.headroom--not-top .header-bottom {
    padding-top: 15px;
    padding-bottom: 15px; }
  body.headroom--not-top span.site-name {
    transition: all 0.3s linear;
    width: 470px;
    height: 19px;
    background-size: 470px 19px; }
  body.headroom.fsAccountBarVisible #fsHeader > .fsBanner {
    top: 90px; } }
  @media (min-width: 900px) and (min-width: 600px) {
    body.headroom.fsAccountBarVisible #fsHeader > .fsBanner {
      top: 45px; } }

#fsHeader {
  background: #f7f7f7; }
  #fsHeader .fsBanner {
    background: #f7f7f7; }

.header-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 92.85714em;
  max-width: 81.25rem;
  margin: 0 auto;
  padding: 0 20px;
  background-image: none;
  background-size: auto;
  background-color: transparent;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: inherit; }
  @media (min-width: 900px) {
    .header-wrapper {
      padding-right: 60px;
      padding-left: 60px;
      background-image: url("../png/logo.png"); } }

.header-top {
  margin: 0;
  padding: 0; }
  @media (min-width: 900px) {
    .header-top {
      margin-bottom: 20px; } }

.fsTwoColumnLayout.header-bottom {
  margin: 0;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 900px) {
    .fsTwoColumnLayout.header-bottom {
      padding-top: 0;
      padding-bottom: 40px; } }
  .fsTwoColumnLayout.header-bottom .fsStyleColumn {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0;
    padding: 0;
    float: none;
    width: auto;
    height: 100%; }
    .fsTwoColumnLayout.header-bottom .fsStyleColumn-1 {
      min-width: 127px; }
      @media (min-width: 900px) {
        .fsTwoColumnLayout.header-bottom .fsStyleColumn-1 {
          min-width: 634px; } }
    .fsTwoColumnLayout.header-bottom .fsStyleColumn-2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-width: calc(100% - 127px);
      min-height: 72px; }
      @media (min-width: 900px) {
        .fsTwoColumnLayout.header-bottom .fsStyleColumn-2 {
          min-width: calc(100% - 634px);
          min-height: auto; } }

.site-info-container {
  margin: 0;
  padding: 0;
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  .site-info-container > .fsElementContent {
    margin: 0;
    padding: 0; }
  .site-info-container a {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    color: #031d42; }
    @media (min-width: 900px) {
      .site-info-container a {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .site-info-container a:hover {
      color: rgba(3, 29, 66, 0.75); }
      .site-info-container a:hover .site-logo svg .logo-path {
        fill: rgba(3, 29, 66, 0.75); }
  .site-info-container span {
    display: block;
    font-size: 0; }
    .site-info-container span.site-name {
      width: 127px;
      height: 72px;
      background-image: url("../png/text-narrow.png");
      background-size: 127px 72px;
      background-color: transparent;
      background-position: left center;
      background-repeat: no-repeat;
      background-attachment: inherit; }
      @media (min-width: 900px) {
        .site-info-container span.site-name {
          width: 634px;
          height: 26px;
          background-image: url("../png/text-wide.png");
          background-size: 634px 26px; } }

.site-tagline-container {
  font-family: "EB Garamond", Georgia, serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  color: #58595b;
  display: none; }
  @media (min-width: 1200px) {
    .site-tagline-container {
      display: block; } }

.new-header .header-wrapper {
  background-image: url("../svg/logo-2.svg");
  background-position: 7px 22px;
  background-size: 82px; }
  @media (min-width: 900px) {
    .new-header .header-wrapper {
      background-position: 0 15px;
      background-size: auto; } }

.new-header .site-info-container span.site-name {
  background-image: url("../svg/text-wide-2.svg");
  width: 178px;
  height: 14px;
  background-size: contain;
  position: relative;
  top: 32px;
  position: absolute;
  left: 92px; }
  @media (min-width: 900px) {
    .new-header .site-info-container span.site-name {
      top: -14px;
      width: 452px;
      height: 36px;
      margin-left: 158px;
      margin-bottom: -10px;
      position: relative;
      left: auto; } }

.new-header .site-tagline-container {
  font-family: "Oxygen", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  line-height: 1;
  font-size: 14.7px; }

@media (max-width: 899px) {
  .new-header .fsTwoColumnLayout.header-bottom {
    padding: 0px; }
  .new-header .menu-trigger {
    position: relative; } }

/*! structure - header v0.0.1 */
body.headroom--not-top #fsHeader .header-wrapper-2024 {
  position: fixed;
  top: 0;
  z-index: 9999; }
  @media (min-width: 1100px) {
    body.headroom--not-top #fsHeader .header-wrapper-2024 {
      position: relative; } }
  body.headroom--not-top #fsHeader .header-wrapper-2024 > .fsElementContent {
    background-color: #172852;
    padding-bottom: 10px; }

body.headroom--not-top #fsHeader .header-logo-cotainer > .fsElementContent .header-logo {
  margin-top: 0; }
  body.headroom--not-top #fsHeader .header-logo-cotainer > .fsElementContent .header-logo img {
    width: 80px; }

body.headroom--not-top #fsHeader .header-logo-cotainer > .fsElementContent .header-text {
  display: block;
  margin-left: 10px; }

body #fsHeader {
  position: relative; }
  body #fsHeader header {
    display: none; }
  body #fsHeader .header-wrapper-2024 {
    display: block;
    position: relative;
    width: 100vw;
    margin-bottom: 0; }
    @media (min-width: 1100px) {
      body #fsHeader .header-wrapper-2024 {
        position: absolute; } }
    body #fsHeader .header-wrapper-2024::before {
      display: block;
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
      z-index: 1; }
    body #fsHeader .header-wrapper-2024 > .fsElementContent {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      background-color: #0b58a5;
      padding: 10px 15px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      transition: all 0.3s ease-in-out;
      z-index: 99; }
      @media (min-width: 1100px) {
        body #fsHeader .header-wrapper-2024 > .fsElementContent {
          background-color: transparent;
          padding-bottom: 0px;
          padding: 10px 25px 10px 15px;
          -webkit-box-align: normal;
          -ms-flex-align: normal;
          align-items: normal; } }
  body #fsHeader .header-logo-cotainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0; }
    body #fsHeader .header-logo-cotainer > .fsElementContent {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      body #fsHeader .header-logo-cotainer > .fsElementContent .header-logo {
        margin: 0; }
        @media (min-width: 1100px) {
          body #fsHeader .header-logo-cotainer > .fsElementContent .header-logo {
            margin: 15px 0 0 0; } }
        body #fsHeader .header-logo-cotainer > .fsElementContent .header-logo img {
          width: 80px;
          height: auto;
          transition: all 0.3s ease-in-out; }
          @media (min-width: 1100px) {
            body #fsHeader .header-logo-cotainer > .fsElementContent .header-logo img {
              width: 212px; } }
      body #fsHeader .header-logo-cotainer > .fsElementContent .header-text {
        display: block;
        margin-left: 10px; }
        @media (min-width: 1100px) {
          body #fsHeader .header-logo-cotainer > .fsElementContent .header-text {
            display: none; } }
  body #fsHeader .inner-header-wrap {
    height: 100%;
    width: 30px; }
    @media (min-width: 1100px) {
      body #fsHeader .inner-header-wrap {
        width: auto; } }
    body #fsHeader .inner-header-wrap > .fsElementContent {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    body #fsHeader .inner-header-wrap .inner-header-top {
      margin-bottom: 0px;
      display: none; }
      @media (min-width: 1100px) {
        body #fsHeader .inner-header-wrap .inner-header-top {
          display: block; } }
    body #fsHeader .inner-header-wrap .inner-header-bottom {
      display: none; }
      @media (min-width: 1100px) {
        body #fsHeader .inner-header-wrap .inner-header-bottom {
          display: block; } }
  body #fsHeader .nav-main {
    background-color: transparent; }
    body #fsHeader .nav-main .fsNavLevel1 {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding: 0; }
  @media (max-width: 899px) {
    body #fsHeader .nav-sub {
      padding: 0; } }
  body #fsHeader .nav-utility-header .fsNavLevel1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    body #fsHeader .nav-utility-header .fsNavLevel1 li {
      padding: 0 15px; }

.no-hero #fsHeader .header-wrapper-2024 {
  top: 0; }
  @media (min-width: 1100px) {
    .no-hero #fsHeader .header-wrapper-2024 {
      position: relative; } }
  .no-hero #fsHeader .header-wrapper-2024 > .fsElementContent {
    background-color: #0b58a5;
    padding-bottom: 10px; }

.no-hero #fsHeader .header-logo-cotainer > .fsElementContent .header-logo {
  margin-top: 0; }
  .no-hero #fsHeader .header-logo-cotainer > .fsElementContent .header-logo img {
    width: 80px; }

.no-hero #fsHeader .header-logo-cotainer > .fsElementContent .header-text {
  display: block;
  margin-left: 10px; }

#fsFooter {
  background-image: url("../jpg/footer.jpg");
  background-size: cover;
  background-color: #031d42;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: inherit;
  padding: 100px 20px 50px;
  color: #fff; }
  #fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 84.28571em;
    max-width: 73.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }

.site-logo-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 0 70px 0;
  padding: 0;
  width: 100%; }
  @media (min-width: 800px) {
    .site-logo-container {
      max-width: 20%;
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .site-logo-container {
      max-width: 16%; } }
  .site-logo-container > .fsElementContent {
    margin: 0;
    padding: 0;
    text-align: center; }
    @media (min-width: 800px) {
      .site-logo-container > .fsElementContent {
        text-align: left; } }
  .site-logo-container a {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    color: #fff; }
    .site-logo-container a:hover {
      color: rgba(255, 255, 255, 0.75); }
  .site-logo-container span {
    display: block;
    font-size: 0; }
    .site-logo-container span.site-logo {
      width: 139px;
      height: 135px;
      background-image: url("../svg/seal-white.svg");
      background-size: 139px 135px;
      background-color: transparent;
      background-position: left center;
      background-repeat: no-repeat;
      background-attachment: inherit; }

.school-details-container {
  margin: 0 0 70px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%; }
  @media (min-width: 800px) {
    .school-details-container {
      max-width: 80%;
      margin-bottom: 60px;
      padding-right: 80px;
      padding-left: 80px; } }
  @media (min-width: 1000px) {
    .school-details-container {
      max-width: 65%; } }
  .school-details-container > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; }
  .school-details-container .school-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    text-align: center; }
    .school-details-container .school-details:first-child {
      margin-bottom: 70px; }
    @media (min-width: 600px) {
      .school-details-container .school-details {
        width: 50%;
        text-align: left; }
        .school-details-container .school-details:first-child {
          margin-bottom: 0;
          padding-right: 60px; }
        .school-details-container .school-details:last-child {
          padding-left: 60px; } }
    .school-details-container .school-details [itemprop='name'] {
      margin-bottom: 20px;
      font-family: "Oxygen", sans-serif;
      font-weight: 700;
      font-size: 18px;
      line-height: 26px;
      color: #a1a1a5; }
      .school-details-container .school-details [itemprop='name'] span {
        display: block;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        color: #fff; }
    .school-details-container .school-details [itemprop='streetAddress'] {
      display: block; }
    .school-details-container .school-details [itemprop='telephone'] {
      margin-bottom: 10px; }
    .school-details-container .school-details [itemprop='url'] {
      margin-bottom: 5px; }
      .school-details-container .school-details [itemprop='url']:last-child {
        margin-bottom: 0; }
    .school-details-container .school-details a {
      color: inherit; }
      .school-details-container .school-details a:hover {
        color: #4dbee9; }
  .school-details-container footer .fsElementFooterContent {
    margin-top: 0; }
    .school-details-container footer .fsElementFooterContent a {
      display: block;
      color: #fff; }
      .school-details-container footer .fsElementFooterContent a:hover {
        color: #4dbee9; }

.ftr-hr {
  margin: 0 0 40px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%; }
  .ftr-hr .fsElementContent hr {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1px;
    background: #a1a1a5;
    border: 0; }

.ftr-cta {
  margin: 0 0 40px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%; }
  @media (min-width: 1000px) {
    .ftr-cta {
      margin-bottom: 0;
      max-width: 17%; } }
  .ftr-cta > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; }
    @media (min-width: 800px) {
      .ftr-cta > .fsElementContent {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; } }
    @media (min-width: 1000px) {
      .ftr-cta > .fsElementContent {
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; } }
  .ftr-cta .fs_style_35 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    width: auto;
    max-width: 300px;
    margin: 0 auto 20px;
    padding: 16px 20px;
    background: transparent;
    color: #fff;
    outline: 0;
    box-shadow: 0;
    border: 1px solid #fff;
    border-radius: 50px;
    font-family: "Oxygen", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    width: 100%;
    max-width: 210px;
    margin-bottom: 30px; }
    @media (min-width: 600px) {
      .ftr-cta .fs_style_35[style*=left], .ftr-cta .fs_style_35.left {
        float: left;
        margin-right: 40px;
        width: 25%; } }
    @media (min-width: 600px) {
      .ftr-cta .fs_style_35[style*=right], .ftr-cta .fs_style_35.right {
        float: right;
        margin-left: 40px;
        width: 25%; } }
    .ftr-cta .fs_style_35:hover, .ftr-cta .fs_style_35:active, .ftr-cta .fs_style_35:focus {
      border: 1px solid #4dbee9;
      background: #4dbee9;
      color: #fff;
      text-decoration: none; }
      .ftr-cta .fs_style_35:hover em, .ftr-cta .fs_style_35:active em, .ftr-cta .fs_style_35:focus em {
        color: rgba(255, 255, 255, 0.7); }
    .ftr-cta .fs_style_35 em {
      display: block;
      margin-top: 5px;
      font-style: normal;
      font-size: 12px;
      line-height: 1.2;
      color: rgba(255, 255, 255, 0.7);
      transition: all 0.3s ease; }

/*! structure - layouts v0.0.1 */
* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none; }

html {
  font-family: "Oxygen", sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 14px;
  line-height: 28px;
  color: #0c0c0c; }
  @media (max-width: 900px) {
    body.menu-is-active {
      overflow: hidden; } }

#fsPageWrapper {
  overflow: hidden;
  position: relative; }

#fsPageBodyWrapper {
  padding-right: 1.42857em;
  padding-left: 1.42857em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff; }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 84.28571em;
  max-width: 73.75rem;
  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: 1000px) {
    #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: 220px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 900px) {
    #fsBannerLeft {
      padding-right: 40px;
      width: 260px;
      -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: 220px; } }
  @media (min-width: 900px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 260px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 220px; } }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 260px; } }

#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% - 280px); } }
    @media (min-width: 900px) {
      .fsHasRightBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 340px); } }
  .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% - 220px); } }
    @media (min-width: 900px) {
      .fsHasLeftBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 260px); } }
  .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% - 220px); } }
    @media (min-width: 900px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 260px); } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 500px);
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 600px); } }

#fsBannerRight {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    #fsBannerRight {
      padding-left: 20px;
      width: 280px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 900px) {
    #fsBannerRight {
      padding-left: 40px;
      width: 340px;
      -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% - 220px); } }
    @media (min-width: 900px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 260px); } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 20px;
        width: 280px; } }
    @media (min-width: 1200px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 40px;
        width: 340px; } }

@media (min-width: 600px) {
  .fsLayout {
    margin-right: -20px;
    margin-left: -20px; } }

.fsLayout .fsDiv {
  margin-bottom: 20px;
  width: 100%;
  float: none; }
  @media (min-width: 600px) {
    .fsLayout .fsDiv {
      float: left; } }
  @media (min-width: 600px) {
    .fsLayout .fsDiv {
      padding-right: 1.42857em;
      padding-left: 1.42857em; } }

@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 .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-left: 0;
        padding-right: 20px;
        width: 220px;
        margin-bottom: 0; } }
    @media (min-width: 900px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-right: 40px;
        width: 260px; } }
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 600px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 220px); } }
    @media (min-width: 900px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        width: calc(100% - 260px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
  width: 100%; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 280px); } }
  @media (min-width: 1200px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 340px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 20px;
      width: 280px;
      margin-top: 0; } }
  @media (min-width: 1200px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 40px;
      width: 340px; } }

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 220px; } }

@media (min-width: 900px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 260px; } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 220px; } }

@media (min-width: 1200px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 260px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 220px); } }
  @media (min-width: 900px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 260px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 220px); } }
  @media (min-width: 1200px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 260px); } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 220px); } }

@media (min-width: 1200px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 260px); } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 220px;
    margin-top: 0; } }

@media (min-width: 1200px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 260px; } }

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-right: 0; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-right: 20px;
      width: 220px; } }

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 220px); } }

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 220px; } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 220px; } }

.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% - 220px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 500px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 20px;
      width: 280px;
      margin-top: 0; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 1200px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-right: 20px;
      width: 220px;
      margin-bottom: 0; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 1200px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 220px); } }

.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 .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 20px;
        padding-right: 0;
        width: 280px;
        margin-bottom: 0; } }
    @media (min-width: 900px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 40px;
        width: 340px; } }
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 600px) {
      .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 280px);
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 900px) {
      .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 340px); } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 220px); } }
  @media (min-width: 900px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 260px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 220px); } }
  @media (min-width: 1200px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 260px); } }

.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: 220px; } }
  @media (min-width: 900px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 40px;
      width: 260px; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 220px;
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 40px;
      width: 260px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 280px; } }
  @media (min-width: 1200px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 40px;
      width: 340px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 280px);
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 340px); } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 280px); } }

@media (min-width: 1200px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 340px); } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 20px;
    width: 280px;
    margin-top: 0; } }

@media (min-width: 1200px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 40px;
    width: 340px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 280px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 280px); } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 20px;
      width: 280px;
      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% - 220px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 500px); } }

.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: 220px;
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 220px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 0; }
  @media (min-width: 900px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 280px; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      width: 100%;
      padding-left: 0; } }
  @media (min-width: 1200px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 280px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 0; }
  @media (min-width: 900px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 280px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: 100%; } }
  @media (min-width: 1200px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 280px); } }

#fsPoweredByFinalsite {
  position: relative;
  margin: 0 auto;
  max-width: 84.28571em;
  max-width: 73.75rem;
  margin: 0 auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 132px; }
  @media (min-width: 800px) {
    #fsPoweredByFinalsite {
      margin-right: 0;
      margin-left: 0; } }

/*! _main.scss - src/sass/navigation/ - main import */
.fsNavigation ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .fsNavigation ul li.fsNavCurrentPage > a, .fsNavigation ul li.fsNavCurrentPageAncestor > a {
    color: #4dbee9;
    background: transparent; }
  .fsNavigation ul li a {
    display: block;
    padding: 10px 0;
    color: #002f65;
    background: transparent; }
    .fsNavigation ul li a:hover, .fsNavigation ul li a:focus {
      color: #4dbee9;
      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 ul li {
  display: inline-block; }
  .fsBreadcrumb ul li a {
    display: inline-block;
    padding: 0; }

.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.nav-tier-empty {
  display: none !important; }

.nav-tier ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-tier ul li a {
    display: block;
    padding: 10px 15px;
    color: #002f65;
    background: transparent; }
    .nav-tier ul li a:hover, .nav-tier ul li a:focus {
      color: #4dbee9;
      background: transparent; }
  .nav-tier ul li.fsNavCurrentPage > a {
    color: #4dbee9;
    background: transparent; }
    .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
      color: #4dbee9;
      background: transparent; }
  .nav-tier ul li.fsNavCurrentPageAncestor {
    background: transparent; }
    .nav-tier ul li.fsNavCurrentPageAncestor > a {
      color: #4dbee9;
      background: transparent; }
      .nav-tier ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
        color: #4dbee9;
        background: transparent; }

.nav-tier .fsNavLevel1 {
  padding-left: 0; }

.nav-tier .fsNavLevel2 > li > a {
  padding-left: 35px; }

.nav-tier .fsNavLevel3 > li > a {
  padding-left: 55px; }

.nav-tier .fsNavLevel4 > li > a {
  padding-left: 75px; }

.nav-tier .fsNavLevel5 > li > a {
  padding-left: 95px; }

@media screen and (max-width: 899px) {
  .nav-sub {
    padding: 20px !important;
    background: #fff; }
    .nav-sub > header {
      display: block;
      position: relative; }
      .nav-sub > header .fsElementTitle {
        position: relative;
        margin-top: 0;
        font-weight: 700;
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 10px;
        margin-bottom: 0;
        display: block;
        font-family: "Oxygen", sans-serif;
        padding: 20px;
        color: #343434;
        background-color: #efefef;
        transition: .3s;
        cursor: pointer;
        position: relative;
        padding-left: 60px; }
        .nav-sub > header .fsElementTitle:hover {
          background-color: #4dbee9;
          color: #031d42; } }
      @media screen and (max-width: 899px) and (min-width: 900px) {
        .nav-sub > header .fsElementTitle {
          cursor: default; } }

@media screen and (max-width: 899px) {
        .nav-sub > header .fsElementTitle:after {
          position: absolute;
          left: 20px;
          position: absolute;
          top: 50%;
          -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
          margin: 0;
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          line-height: 1; }
    .nav-sub > .fsElementContent {
      position: relative;
      display: block;
      background-color: #f7f7f7; }
      .nav-sub > .fsElementContent ul li a {
        display: block;
        padding: 10px 20px;
        color: #002f65;
        background: #f7f7f7; }
        .nav-sub > .fsElementContent ul li a:hover, .nav-sub > .fsElementContent ul li a:focus {
          color: #4dbee9;
          background: #f7f7f7; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
        color: #4dbee9;
        background: #f7f7f7; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
          color: #002f65;
          background: #f7f7f7; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
        background: #f7f7f7; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
          color: #4dbee9;
          background: #f7f7f7; }
          .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
            color: #002f65;
            background: #f7f7f7; }
      .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
        padding-left: 20px; } }
    @media screen and (max-width: 899px) and (min-width: 900px) {
      .nav-sub > .fsElementContent .fsNavLevel2 {
        display: none; } }

@media screen and (max-width: 899px) {
      .nav-sub > .fsElementContent .fsNavLevel2 > li {
        text-transform: none; }
        .nav-sub > .fsElementContent .fsNavLevel2 > li > a {
          padding-left: 35px; } }
    @media screen and (max-width: 899px) and (min-width: 900px) {
      .nav-sub > .fsElementContent .fsNavLevel3 {
        display: none; } }

@media screen and (max-width: 899px) {
      .nav-sub > .fsElementContent .fsNavLevel3 > li {
        text-transform: none; }
        .nav-sub > .fsElementContent .fsNavLevel3 > li > a {
          padding-left: 55px; } }
    @media screen and (max-width: 899px) and (min-width: 900px) {
      .nav-sub > .fsElementContent .fsNavLevel4 {
        display: none; } }

@media screen and (max-width: 899px) {
      .nav-sub > .fsElementContent .fsNavLevel4 > li {
        text-transform: none; }
        .nav-sub > .fsElementContent .fsNavLevel4 > li > a {
          padding-left: 75px; } }
    @media screen and (max-width: 899px) and (min-width: 900px) {
      .nav-sub > .fsElementContent .fsNavLevel5 {
        display: none; } }

@media screen and (max-width: 899px) {
      .nav-sub > .fsElementContent .fsNavLevel5 > li {
        text-transform: none; }
        .nav-sub > .fsElementContent .fsNavLevel5 > li > a {
          padding-left: 95px; }
    .nav-sub.active-nav > header .fsElementTitle {
      background-color: #031d42;
      color: #a1a1a5; }
      .nav-sub.active-nav > header .fsElementTitle:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .nav-sub > header {
      display: block !important; } }

.nav-sub > .fsElementContent {
  height: auto;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease; }
  @media (min-width: 900px) {
    .nav-sub > .fsElementContent {
      max-height: 9999px;
      visibility: visible;
      opacity: 1; } }

.nav-sub.active-nav > .fsElementContent {
  max-height: 9999px;
  visibility: visible;
  opacity: 1; }

.nav-sub.nav-sub-empty {
  display: none !important; }

.nav-sub ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-sub ul li {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase; }
    .nav-sub ul li a {
      position: relative;
      display: block;
      padding: 10px 15px;
      color: #002f65;
      background: transparent; }
      .nav-sub ul li a:hover, .nav-sub ul li a:focus {
        color: #4dbee9;
        background: transparent; }
      @media screen and (max-width: 899px) {
        .nav-sub ul li a .drop-trigger {
          position: absolute;
          top: 50%;
          -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
          right: 20px;
          width: 30px;
          height: 30px;
          z-index: 100;
          cursor: pointer;
          text-align: center;
          display: table; }
          .nav-sub ul li a .drop-trigger:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            display: table-cell;
            vertical-align: middle;
            transition: -webkit-transform 0.3s linear;
            transition: transform 0.3s linear; }
          .nav-sub ul li a .drop-trigger.expanded:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; } }
    .nav-sub ul li.fsNavCurrentPage > a {
      color: #4dbee9;
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus {
        text-decoration: underline;
        background: transparent; }
    .nav-sub ul li.fsNavCurrentPageAncestor {
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPageAncestor > a {
        color: #4dbee9;
        background: transparent; }
        .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
          text-decoration: underline;
          background: transparent; }

@media (min-width: 900px) {
  .nav-sub .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 92.85714em;
    max-width: 81.25rem;
    padding-right: 60px;
    padding-left: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

@media screen and (max-width: 899px) {
  .nav-sub .fsNavLevel1 > li {
    border-bottom: 5px solid #fff; } }

.nav-sub .fsNavLevel1 > li:last-child {
  border-bottom: none; }

@media (min-width: 900px) {
  .nav-sub .fsNavLevel2 {
    display: none; } }

.nav-sub .fsNavLevel2 > li {
  text-transform: none; }
  .nav-sub .fsNavLevel2 > li > a {
    padding-left: 35px; }

@media (min-width: 900px) {
  .nav-sub .fsNavLevel3 {
    display: none; } }

.nav-sub .fsNavLevel3 > li {
  text-transform: none; }
  .nav-sub .fsNavLevel3 > li > a {
    padding-left: 55px; }

@media (min-width: 900px) {
  .nav-sub .fsNavLevel4 {
    display: none; } }

.nav-sub .fsNavLevel4 > li {
  text-transform: none; }
  .nav-sub .fsNavLevel4 > li > a {
    padding-left: 75px; }

@media (min-width: 900px) {
  .nav-sub .fsNavLevel5 {
    display: none; } }

.nav-sub .fsNavLevel5 > li {
  text-transform: none; }
  .nav-sub .fsNavLevel5 > li > a {
    padding-left: 95px; }

@media (min-width: 900px) {
  .nav-sub > header {
    display: none; } }

.nav-main {
  margin-bottom: 0; }
  .fsMenu .nav-main {
    background: transparent;
    margin-bottom: 20px; }
  .fsHeader .nav-main {
    display: none; }
    @media (min-width: 1100px) {
      .fsHeader .nav-main {
        display: block; } }
  @media (min-width: 1100px) {
    .nav-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 92.85714em;
      max-width: 81.25rem;
      padding-right: 60px;
      padding-left: 60px;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; } }
  @media (min-width: 1100px) {
    .nav-main .fsNavLevel1 > li {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; } }
  .nav-main .fsNavLevel1 > li:hover > a, .nav-main .fsNavLevel1 > li:focus > a {
    text-decoration: underline;
    background: transparent; }
    .fsMenu .nav-main .fsNavLevel1 > li:hover > a, .fsMenu .nav-main .fsNavLevel1 > li:focus > a {
      color: transparent;
      background: transparent; }
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
    text-decoration: underline;
    background: transparent; }
    .fsMenu .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
      color: #4dbee9;
      background: transparent; }
  .nav-main .fsNavLevel1 > li > a {
    display: block;
    padding: 0px 10px;
    color: #fff;
    background: transparent;
    font-size: 15.5px;
    letter-spacing: 1.5px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    line-height: 40px;
    text-transform: uppercase; }
    .fsMenu .nav-main .fsNavLevel1 > li > a {
      padding-top: 20px;
      padding-bottom: 20px;
      color: #fff;
      background: transparent;
      font-size: 28px;
      line-height: 32px;
      text-align: center; }
    .nav-main .fsNavLevel1 > li > a:hover, .nav-main .fsNavLevel1 > li > a:focus {
      color: #fff;
      text-decoration: underline;
      background: transparent; }
      .fsMenu .nav-main .fsNavLevel1 > li > a:hover, .fsMenu .nav-main .fsNavLevel1 > li > a:focus {
        color: #4dbee9;
        background: transparent; }
  html.js .nav-main .fsNavLevel1 > li {
    position: relative; }
    html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden; }
    .menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      max-height: 9999px; }
    html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
      max-height: 9999px; }
    html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo {
      max-height: 9999px; }
  html:not(.js) .nav-main .fsNavLevel1 > li {
    position: relative; }
    html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden; }
    html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
      max-height: 9999px; }
    @media (max-width: 599px) {
      html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
        max-height: 9999px; } }

.nav-main .fsNavPageInfo {
  background: #fff;
  text-align: left;
  z-index: 300;
  width: 288px; }
  html.js .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo, html:not(.js) .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  html.js .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo, html:not(.js) .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 0;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.nav-main .fsNavLevel2 {
  display: none; }
  @media (min-width: 1100px) {
    .nav-main .fsNavLevel2 {
      display: block;
      padding: 5px 10px; } }
  .nav-main .fsNavLevel2 li a {
    display: block;
    color: #002f65;
    background: transparent;
    padding: 8px 0;
    font-family: "Oxygen", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px; }
    .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus {
      color: #4dbee9;
      background: transparent; }
  .nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
    color: #4dbee9;
    background: transparent; }

.athletics .nav-main {
  margin-bottom: 0;
  background: #031d42; }
  .fsMenu .athletics .nav-main {
    background: transparent;
    margin-bottom: 20px; }
  .fsHeader .athletics .nav-main {
    display: none; }
    @media (min-width: 900px) {
      .fsHeader .athletics .nav-main {
        display: block; } }
  @media (min-width: 900px) {
    .athletics .nav-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 92.85714em;
      max-width: 81.25rem;
      padding-right: 60px;
      padding-left: 60px;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; } }
  @media (min-width: 900px) {
    .athletics .nav-main .fsNavLevel1 > li {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; } }
  .athletics .nav-main .fsNavLevel1 > li:hover > a {
    color: #fff;
    background: #4dbee9; }
    .fsMenu .athletics .nav-main .fsNavLevel1 > li:hover > a {
      color: #4dbee9;
      background: transparent; }
  .athletics .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
    color: #4dbee9;
    background: #031d42; }
    .fsMenu .athletics .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
      color: #4dbee9;
      background: transparent; }
  .athletics .nav-main .fsNavLevel1 > li > a {
    display: block;
    padding: 15px 10px;
    color: #fff;
    background: #031d42;
    font-size: 18px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none; }
    .fsMenu .athletics .nav-main .fsNavLevel1 > li > a {
      padding-top: 20px;
      padding-bottom: 20px;
      color: #fff;
      background: transparent;
      font-size: 28px;
      line-height: 32px;
      text-align: center; }
    .athletics .nav-main .fsNavLevel1 > li > a:hover, .athletics .nav-main .fsNavLevel1 > li > a:focus {
      color: #fff;
      background: #4dbee9; }
      .fsMenu .athletics .nav-main .fsNavLevel1 > li > a:hover, .fsMenu .athletics .nav-main .fsNavLevel1 > li > a:focus {
        color: #4dbee9;
        background: transparent; }
  html.js .athletics .nav-main .fsNavLevel1 > li {
    position: relative; }
    html.js .athletics .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden; }
    .menu-item-open html.js .athletics .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      max-height: 9999px; }
    html.js .athletics .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
      max-height: 9999px; }
    html.js .athletics .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo {
      max-height: 9999px; }
  html:not(.js) .athletics .nav-main .fsNavLevel1 > li {
    position: relative; }
    html:not(.js) .athletics .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden; }
    html:not(.js) .athletics .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
      max-height: 9999px; }
    @media (max-width: 599px) {
      html:not(.js) .athletics .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
        max-height: 9999px; } }

.athletics .nav-main .fsNavPageInfo {
  background: #fff;
  text-align: left;
  z-index: 300;
  width: 288px; }
  html.js .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo, html:not(.js) .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  html.js .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo, html:not(.js) .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 0;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.athletics .nav-main .fsNavLevel2 {
  display: none; }
  @media (min-width: 900px) {
    .athletics .nav-main .fsNavLevel2 {
      display: block;
      padding: 5px 10px; } }
  .athletics .nav-main .fsNavLevel2 li a {
    display: block;
    color: #002f65;
    background: transparent;
    padding: 8px 0;
    font-family: "Oxygen", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px; }
    .athletics .nav-main .fsNavLevel2 li a:hover, .athletics .nav-main .fsNavLevel2 li a:focus {
      color: #4dbee9;
      background: transparent; }
  .athletics .nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
    color: #4dbee9;
    background: transparent; }

body #fsHeader .athletics .fsTwoColumnLayout.header-bottom {
  padding-bottom: 0px; }
  @media (min-width: 900px) {
    body #fsHeader .athletics .fsTwoColumnLayout.header-bottom {
      padding-bottom: 25px; } }

body #fsHeader .athletics .nav-main {
  background: #031d42; }
  body #fsHeader .athletics .nav-main .fsNavLevel1 {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 20px; }
    @media (min-width: 1200px) {
      body #fsHeader .athletics .nav-main .fsNavLevel1 {
        padding: 0; } }

body #fsHeader .athletics .menu-trigger span,
body #fsHeader .athletics .menu-trigger span:before,
body #fsHeader .athletics .menu-trigger span:after {
  background: #002f65; }

#fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s,
 visibility .3s,
 -webkit-transform .3s;
  transition: opacity .3s,
 visibility .3s,
 transform .3s;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, -20%, 0);
  transform: translate3d(0, -20%, 0);
  -webkit-transform: translate(0, -20%);
  -ms-transform: translate(0, -20%);
  transform: translate(0, -20%);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9001;
  background: rgba(0, 47, 101, 0.95);
  overflow-x: hidden;
  overflow-y: auto; }
  @media (min-width: 1100px) {
    #fsMenu {
      display: none; } }
  .menu-is-active #fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  #fsMenu > .fsMenu {
    position: relative;
    margin: 0 auto;
    max-width: 84.28571em;
    max-width: 73.75rem;
    padding-bottom: 20px; }

.menu-trigger-container {
  display: inline-block;
  margin-bottom: 0; }
  @media (min-width: 1100px) {
    .menu-trigger-container {
      display: none; } }
  #fsHeader .menu-trigger-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  #fsMenu .menu-trigger-container {
    position: absolute;
    top: 42px;
    right: 20px; }

.menu-trigger {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  width: 25px;
  height: 25px;
  background: transparent;
  text-align: center; }
  .menu-trigger:hover {
    background: transparent; }
  .menu-trigger:focus {
    background: transparent;
    outline: -webkit-focus-ring-color auto 5px; }
  .menu-trigger span {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: -2px;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    font-size: 0;
    height: 3px;
    background: #fff;
    border-radius: 10px;
    transition: background 0s 0.3s ease-in-out; }
    .menu-trigger span:before, .menu-trigger span:after {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 3px;
      background: #fff;
      content: "";
      transition-duration: 0.3s, 0.3s;
      transition-delay: 0.3s, 0s; }
    .menu-trigger span:before {
      top: -8px;
      transition-property: top, -webkit-transform;
      transition-property: top, transform; }
    .menu-trigger span:after {
      bottom: -8px;
      transition-property: bottom, -webkit-transform;
      transition-property: bottom, transform; }
  .menu-is-active .menu-trigger {
    color: transparent;
    margin-top: 0; }
    .menu-is-active .menu-trigger span {
      background: none;
      height: 5px; }
      .menu-is-active .menu-trigger span:before, .menu-is-active .menu-trigger span:after {
        background: #a1a1a5;
        height: 5px;
        transition-delay: 0s, 0.3s; }
      .menu-is-active .menu-trigger span:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .menu-is-active .menu-trigger span:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.nav-social {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%; }
  @media (min-width: 800px) {
    .nav-social {
      width: 87%;
      width: calc(100% - 132px); } }
  @media (min-width: 1000px) {
    .nav-social {
      width: 33%; } }
  .nav-social .fsNavLevel1 {
    font-size: 0;
    text-align: center; }
    .nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .nav-social .fsNavLevel1 li {
      margin: 0;
      padding: 0; }
    @media (min-width: 800px) {
      .nav-social .fsNavLevel1 {
        text-align: left; } }
    .nav-social .fsNavLevel1 li {
      display: inline-block;
      margin: 0 20px;
      padding: 0; }
      .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: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='instagram']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='linkedin']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='pinterest']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='tumblr']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='twitter']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='vimeo']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='vine']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='youtube']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='rss']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='facebook']:hover:before, .nav-social .fsNavLevel1 [href*='facebook']:focus:before {
      color: #4dbee9; }
    .nav-social .fsNavLevel1 [href*='instagram']:hover:before, .nav-social .fsNavLevel1 [href*='instagram']:focus:before {
      color: #4dbee9; }
    .nav-social .fsNavLevel1 [href*='linkedin']:hover:before, .nav-social .fsNavLevel1 [href*='linkedin']:focus:before {
      color: #4dbee9; }
    .nav-social .fsNavLevel1 [href*='pinterest']:hover:before, .nav-social .fsNavLevel1 [href*='pinterest']:focus:before {
      color: #4dbee9; }
    .nav-social .fsNavLevel1 [href*='tumblr']:hover:before, .nav-social .fsNavLevel1 [href*='tumblr']:focus:before {
      color: #4dbee9; }
    .nav-social .fsNavLevel1 [href*='twitter']:hover:before, .nav-social .fsNavLevel1 [href*='twitter']:focus:before {
      color: #4dbee9; }
    .nav-social .fsNavLevel1 [href*='vimeo']:hover:before, .nav-social .fsNavLevel1 [href*='vimeo']:focus:before {
      color: #4dbee9; }
    .nav-social .fsNavLevel1 [href*='vine']:hover:before, .nav-social .fsNavLevel1 [href*='vine']:focus:before {
      color: #4dbee9; }
    .nav-social .fsNavLevel1 [href*='youtube']:hover:before, .nav-social .fsNavLevel1 [href*='youtube']:focus:before {
      color: #4dbee9; }
    .nav-social .fsNavLevel1 [href*='rss']:hover:before, .nav-social .fsNavLevel1 [href*='rss']:focus:before {
      color: #4dbee9; }
    .nav-social .fsNavLevel1 a {
      display: block;
      font-size: 0;
      line-height: 0; }
      .nav-social .fsNavLevel1 a:before {
        color: #fff;
        font-size: 15px;
        line-height: 20px;
        transition: 0.3s all;
        display: block; }

.header-top .nav-utility-header {
  display: none; }
  @media (min-width: 1100px) {
    .header-top .nav-utility-header {
      display: block;
      padding-top: 10px;
      padding-bottom: 10px; } }
  .header-top .nav-utility-header .fsNavLevel1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .header-top .nav-utility-header .fsNavLevel1 li {
      margin-left: 18px; }

.nav-utility-header .fsNavLevel1 {
  width: 100%; }
  .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; }
  .nav-utility-header .fsNavLevel1 li {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center; }
    @media (min-width: 1100px) {
      .nav-utility-header .fsNavLevel1 li {
        position: static;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 12px;
        line-height: 24px;
        text-align: left; } }
    .nav-utility-header .fsNavLevel1 li.quicklinks {
      background: rgba(255, 255, 255, 0.2); }
      @media (min-width: 1100px) {
        .nav-utility-header .fsNavLevel1 li.quicklinks {
          background: transparent; } }
    .nav-utility-header .fsNavLevel1 li.search {
      display: none; }
      @media (min-width: 1100px) {
        .nav-utility-header .fsNavLevel1 li.search {
          position: relative;
          display: block;
          padding-left: 18px;
          width: auto;
          min-width: 10px;
          transition: all .3s linear;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media (min-width: 1100px) {
        .search-is-active .nav-utility-header .fsNavLevel1 li.search {
          min-width: 360px;
          text-align: right; } }
      .search-is-active .nav-utility-header .fsNavLevel1 li.search > a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .nav-utility-header .fsNavLevel1 li.search > a {
        display: inline-block;
        font-size: 0;
        line-height: 0; }
        .nav-utility-header .fsNavLevel1 li.search > a:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: inline-block;
          font-size: 14px;
          line-height: 24px;
          min-width: 24px;
          text-align: center;
          transition: background .3s linear, color .3s linear; }
    @media (min-width: 1100px) {
      html.js .nav-utility-header .fsNavLevel1 li {
        position: relative; }
        html.js .nav-utility-header .fsNavLevel1 li > .fsNavPageInfo {
          position: absolute;
          top: 100%;
          left: 0;
          max-height: 0;
          overflow: hidden;
          transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
        .menu-item-open html.js .nav-utility-header .fsNavLevel1 li > .fsNavPageInfo {
          max-height: 9999px;
          transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); }
        html.js .nav-utility-header .fsNavLevel1 li.menu-item-open > .fsNavPageInfo {
          max-height: 9999px;
          transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); }
        html.js .nav-utility-header .fsNavLevel1 li:hover .fsNavPageInfo {
          max-height: 9999px; } }
    @media (min-width: 1100px) {
      html:not(.js) .nav-utility-header .fsNavLevel1 li {
        position: relative; }
        html:not(.js) .nav-utility-header .fsNavLevel1 li > .fsNavPageInfo {
          position: absolute;
          top: 100%;
          left: 0;
          max-height: 0;
          overflow: hidden;
          transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
        html:not(.js) .nav-utility-header .fsNavLevel1 li:hover > .fsNavPageInfo {
          max-height: 9999px;
          transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); } }
  @media (min-width: 1100px) and (max-width: 599px) {
    html:not(.js) .nav-utility-header .fsNavLevel1 li:focus > .fsNavPageInfo {
      max-height: 9999px;
      transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); } }
  .nav-utility-header .fsNavLevel1 a {
    font-weight: 400;
    font-size: 15px;
    line-height: 40px;
    color: #fff; }
    .nav-utility-header .fsNavLevel1 a:hover, .nav-utility-header .fsNavLevel1 a:focus {
      color: #fff;
      text-decoration: underline; }

.nav-utility-header li.quicklinks .fsNavPageInfo {
  display: block; }
  @media (min-width: 1100px) {
    .nav-utility-header li.quicklinks .fsNavPageInfo {
      margin-left: -20px;
      width: 190px;
      background: #fff;
      text-align: left;
      z-index: 9000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.nav-utility-header .fsNavPageInfo {
  display: none; }

.nav-utility-header .fsNavLevel2 li {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-transform: none; }
  .nav-utility-header .fsNavLevel2 li:first-child {
    padding-top: 10px !important; }
  .nav-utility-header .fsNavLevel2 li:last-child {
    padding-bottom: 10px !important; }
  .nav-utility-header .fsNavLevel2 li a {
    display: block;
    padding: 0;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-transform: none; }
    @media (min-width: 1100px) {
      .nav-utility-header .fsNavLevel2 li a {
        color: #031d42; } }
    .nav-utility-header .fsNavLevel2 li a:hover, .nav-utility-header .fsNavLevel2 li a:focus {
      color: #4dbee9; }
  .nav-utility-header .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
    color: #031d42;
    background: transparent; }

.nav-utility-footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%; }
  @media (min-width: 1000px) {
    .nav-utility-footer {
      width: 33%; } }
  .nav-utility-footer .fsNavLevel1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .nav-utility-footer .fsNavLevel1, .nav-utility-footer .fsNavLevel1 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .nav-utility-footer .fsNavLevel1 li {
      margin: 0;
      padding: 0; }
    @media (min-width: 800px) {
      .nav-utility-footer .fsNavLevel1 {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .nav-utility-footer .fsNavLevel1 li {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      margin: 0 10px;
      text-align: center; }
      .nav-utility-footer .fsNavLevel1 li > a {
        color: #fff; }
        .nav-utility-footer .fsNavLevel1 li > a:hover {
          color: #4dbee9; }

.sitelock.fsEmbed {
  width: 33%;
  text-align: center; }

.nav-utility-header .fsNavLevel1 li.search > a::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s; }

.nav-utility-header .fsNavLevel1 li.search > a:hover::after,
.nav-utility-header .fsNavLevel1 li.search > a:focus::after {
  opacity: 1; }

.header-top .athletics .nav-utility-header {
  display: none; }
  @media (min-width: 900px) {
    .header-top .athletics .nav-utility-header {
      display: block;
      padding-top: 10px;
      padding-bottom: 10px; } }
  .header-top .athletics .nav-utility-header .fsNavLevel1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .header-top .athletics .nav-utility-header .fsNavLevel1 li {
      margin-left: 18px; }

.athletics .nav-utility-header .fsNavLevel1 {
  width: 100%; }
  .athletics .nav-utility-header .fsNavLevel1, .athletics .nav-utility-header .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .athletics .nav-utility-header .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  .athletics .nav-utility-header .fsNavLevel1 li {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center; }
    @media (min-width: 900px) {
      .athletics .nav-utility-header .fsNavLevel1 li {
        position: static;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 12px;
        line-height: 24px;
        text-align: left; } }
    .athletics .nav-utility-header .fsNavLevel1 li.quicklinks {
      background: rgba(255, 255, 255, 0.2); }
      @media (min-width: 900px) {
        .athletics .nav-utility-header .fsNavLevel1 li.quicklinks {
          background: transparent; } }
    .athletics .nav-utility-header .fsNavLevel1 li.search {
      display: none; }
      @media (min-width: 900px) {
        .athletics .nav-utility-header .fsNavLevel1 li.search {
          position: relative;
          display: block;
          padding-left: 18px;
          border-left: 1px solid #a1a1a5;
          width: auto;
          min-width: 10px;
          transition: all .3s linear; } }
      @media (min-width: 900px) {
        .search-is-active .athletics .nav-utility-header .fsNavLevel1 li.search {
          min-width: 360px;
          text-align: right; } }
      .search-is-active .athletics .nav-utility-header .fsNavLevel1 li.search > a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .athletics .nav-utility-header .fsNavLevel1 li.search > a {
        display: inline-block;
        font-size: 0;
        line-height: 0; }
        .athletics .nav-utility-header .fsNavLevel1 li.search > a:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: inline-block;
          font-size: 14px;
          line-height: 24px;
          min-width: 24px;
          text-align: center;
          transition: background .3s linear, color .3s linear; }
    @media (min-width: 900px) {
      html.js .athletics .nav-utility-header .fsNavLevel1 li {
        position: relative; }
        html.js .athletics .nav-utility-header .fsNavLevel1 li > .fsNavPageInfo {
          position: absolute;
          top: 100%;
          left: 0;
          max-height: 0;
          overflow: hidden;
          transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
        .menu-item-open html.js .athletics .nav-utility-header .fsNavLevel1 li > .fsNavPageInfo {
          max-height: 9999px;
          transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); }
        html.js .athletics .nav-utility-header .fsNavLevel1 li.menu-item-open > .fsNavPageInfo {
          max-height: 9999px;
          transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); }
        html.js .athletics .nav-utility-header .fsNavLevel1 li:hover .fsNavPageInfo {
          max-height: 9999px; } }
    @media (min-width: 900px) {
      html:not(.js) .athletics .nav-utility-header .fsNavLevel1 li {
        position: relative; }
        html:not(.js) .athletics .nav-utility-header .fsNavLevel1 li > .fsNavPageInfo {
          position: absolute;
          top: 100%;
          left: 0;
          max-height: 0;
          overflow: hidden;
          transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
        html:not(.js) .athletics .nav-utility-header .fsNavLevel1 li:hover > .fsNavPageInfo {
          max-height: 9999px;
          transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); } }
  @media (min-width: 900px) and (max-width: 599px) {
    html:not(.js) .athletics .nav-utility-header .fsNavLevel1 li:focus > .fsNavPageInfo {
      max-height: 9999px;
      transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); } }
  .athletics .nav-utility-header .fsNavLevel1 a {
    color: #fff; }
    @media (min-width: 900px) {
      .athletics .nav-utility-header .fsNavLevel1 a {
        padding-top: 0;
        padding-bottom: 0;
        color: #031d42; } }
    .athletics .nav-utility-header .fsNavLevel1 a:hover {
      color: #4dbee9; }

.athletics .nav-utility-header li.quicklinks .fsNavPageInfo {
  display: block; }
  @media (min-width: 900px) {
    .athletics .nav-utility-header li.quicklinks .fsNavPageInfo {
      margin-left: -20px;
      width: 190px;
      background: #fff;
      text-align: left;
      z-index: 9000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.athletics .nav-utility-header .fsNavPageInfo {
  display: none; }

.athletics .nav-utility-header .fsNavLevel2 li {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-transform: none; }
  .athletics .nav-utility-header .fsNavLevel2 li:first-child {
    padding-top: 10px; }
  .athletics .nav-utility-header .fsNavLevel2 li:last-child {
    padding-bottom: 10px; }
  .athletics .nav-utility-header .fsNavLevel2 li a {
    display: block;
    padding: 0;
    color: #fff; }
    @media (min-width: 900px) {
      .athletics .nav-utility-header .fsNavLevel2 li a {
        color: #031d42; } }
    .athletics .nav-utility-header .fsNavLevel2 li a:hover, .athletics .nav-utility-header .fsNavLevel2 li a:focus {
      color: #4dbee9; }
  .athletics .nav-utility-header .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
    color: #031d42;
    background: transparent; }

body #fsHeader .athletics .nav-utility-header .fsNavLevel1 li.search > a {
  margin-top: 6px; }

/*! 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: 14px;
    line-height: 28px; }
  .fsProfileSectionData > div {
    width: auto;
    float: none;
    display: block; }
  .fsProfileSectionData.fsStyleHalf {
    width: 100%; }
    @media (min-width: 600px) {
      .fsProfileSectionData.fsStyleHalf {
        width: 50%; } }

.fsProfileSectionSpecialData > div {
  width: auto;
  float: none;
  display: block; }

.fsProfileSectionSpecialData div[id^="fsEmail"] {
  display: inline-block; }

.fsProfileSectionFieldName,
.fsEmail > div:first-child {
  font-weight: 700; }

/*! elements - constituent search */
.fsConstituent.fsSearch {
  overflow: hidden; }
  .fsConstituent.fsSearch + .fsConstituent {
    border-top: solid 1px black;
    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 black;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .fsConstituentSearchForm > label > select {
      height: 30px;
      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.fsElementDialog .fsProfileImage:first-child {
  margin-top: 1em; }

.fsConstituent.fsElementDialog .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; } }

body.fsAccountBarVisible {
  margin-top: 90px; }
  @media (min-width: 600px) {
    body.fsAccountBarVisible {
      margin-top: 45px; } }

#fsAccountBar {
  background: #4dbee9;
  color: #031d42;
  width: 100%;
  height: auto;
  min-height: 45px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 45px;
  z-index: 9000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #fsAccountBar > ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    height: auto;
    min-height: 45px; }
    @media (min-width: 600px) {
      #fsAccountBar > ul {
        width: auto; } }
    #fsAccountBar > ul:nth-of-type(1) {
      z-index: 9000; }
    #fsAccountBar > ul:nth-of-type(2) {
      z-index: 8999; }
    #fsAccountBar > ul > li {
      margin: 0;
      padding: 0 10px;
      height: auto;
      font-size: 12px;
      line-height: 45px; }
      #fsAccountBar > ul > li > span.fsAccountBarName {
        color: inherit; }
        #fsAccountBar > ul > li > span.fsAccountBarName:hover {
          color: #fff; }
      #fsAccountBar > ul > li > a > span:before {
        margin-right: 5px; }
  #fsAccountBar .fsAccountBarMenu {
    margin: 0;
    padding: 5px;
    background: #4dbee9;
    left: 20px; }
  #fsAccountBar a {
    margin: 0;
    padding: 0;
    color: #031d42; }
    #fsAccountBar a:hover {
      color: #fff; }

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #f7f7f7;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    font-family: "Oxygen", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 2px;
    display: block;
    padding: 13.33333px;
    color: #0c0c0c;
    transition: .3s;
    position: relative; }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
      transition: none; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #031d42;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #4dbee9;
      transition: .3s; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #031d42; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #a1a1a5; }
    .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
      content: ""; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 40px; }
  .fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
    left: 13.33333px; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 40px; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
    display: none; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
    right: 13.33333px; }

.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: ''; }

.fsAccordion {
  margin-bottom: 20px; }

/*! 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: 14px;
  line-height: 28px;
  margin-bottom: 0; }

.fsAthleticsEvent div.fsTitle {
  display: inline-block; }

.fsAthleticsEvent .fsAthleticsVs {
  display: none; }

/*! 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 .fsDateTime,
  .fsAthleticsEvent.fsTable .fsAthleticsScore {
    white-space: nowrap; } }

.fsAthleticsEvent.fsTable .fsElementTable {
  margin-bottom: 0; }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable thead {
      display: none; } }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable td {
      display: inline-block;
      width: 100%;
      padding: 0 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:not(:last-child) {
        border: 0; }
      .fsAthleticsEvent.fsTable .fsElementTable td:first-of-type {
        padding-top: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:last-of-type {
        padding-bottom: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:before {
        display: inline-block;
        font-weight: 700; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
        content: 'Team: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
        display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
          content: 'Opponent: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
        content: 'Date: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
        content: 'Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
        content: 'Location: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAdvantage:before {
        content: 'Advantage: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
        content: 'Type: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails:before {
        content: 'Details: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
        content: 'Result: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsScore:before {
        content: 'Score: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAlerts:before {
        content: 'Alerts: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDismissal:before {
        content: 'Dismissal: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDeparture:before {
        content: 'Departure: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsReturn:before {
        content: 'Return Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsPickup:before {
        content: 'Pickup Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
        content: 'Recap: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
        content: 'Status: '; } }

.fsAthleticsEvent.fsTable .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsTable .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsTable .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsTable .fsAthleticsPickupLabel {
  display: none; }

.fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
  display: inline-block; }
  @media (min-width: 800px) {
    .fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
      display: block; } }

/*! elements - athletics popup modal */
.fsAthleticsEvent.fsDialog {
  margin: auto; }
  .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
    margin-top: 0;
    font-weight: 700;
    font-size: 29px;
    line-height: 1.2;
    margin-bottom: 10px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsLabel {
    font-weight: bold;
    margin-top: 20px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsAddress > div {
    margin-top: 10px; }

/*! elements - athletics roster */
.fsAthleticsRoster .fsElementTable td:before, .fsAthleticsRosterList li > div:before {
  margin-right: 5px;
  display: inline-block;
  font-weight: 700; }

.fsAthleticsRoster .fsElementTable td.fsRosterPlayerNumber:before, .fsAthleticsRosterList li > div.fsRosterPlayerNumber:before {
  content: 'Number: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterName:before, .fsAthleticsRosterList li > div.fsRosterName:before {
  content: 'Name: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterPosition:before, .fsAthleticsRosterList li > div.fsRosterPosition:before {
  content: 'Position: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterClass:before, .fsAthleticsRosterList li > div.fsRosterClass:before {
  content: 'Class: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterGradeLevel:before, .fsAthleticsRosterList li > div.fsRosterGradeLevel:before {
  content: 'Grade: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterHometown:before, .fsAthleticsRosterList li > div.fsRosterHometown:before {
  content: 'Hometown: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterHeight:before, .fsAthleticsRosterList li > div.fsRosterHeight:before {
  content: 'Height: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterWeight:before, .fsAthleticsRosterList li > div.fsRosterWeight:before {
  content: 'Weight: '; }

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable thead {
    display: none; } }

@media (min-width: 800px) {
  .fsAthleticsRoster .fsElementTable td:before {
    display: none; } }

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px; }
    .fsAthleticsRoster .fsElementTable td:not(:last-child) {
      border: 0; }
    .fsAthleticsRoster .fsElementTable td:first-of-type {
      padding-top: 10px; }
    .fsAthleticsRoster .fsElementTable td:last-of-type {
      padding-bottom: 10px; } }

.fsAthleticsRosterContent {
  margin-bottom: 20px; }
  .fsAthleticsRosterContent:empty, .fsAthleticsRosterContent:last-child {
    margin-bottom: 0; }

.fsAthleticsRosterList, .fsAthleticsRosterList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsAthleticsRosterList li {
  margin: 0;
  padding: 0; }

.fsAthleticsRosterList li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #0c0c0c; }
  .fsAthleticsRosterList li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .fsAthleticsRosterList li > div {
    margin-bottom: 10px; }
    .fsAthleticsRosterList li > div:last-child {
      margin-bottom: 0; }
    .fsAthleticsRosterList li > div.fsRosterName {
      margin-bottom: 10px; }
      .fsAthleticsRosterList li > div.fsRosterName:before {
        display: none; }

.fsAthleticsRosterList .fsCoachImage {
  display: block;
  margin-bottom: 10px; }

/*! elements - athletics teams */
.fsAthleticsTeamDirectory {
  max-width: 100%; }
  .fsAthleticsTeamDirectory, .fsAthleticsTeamDirectory ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsAthleticsTeamDirectory li {
    margin: 0;
    padding: 0; }
  .fsAthleticsTeamDirectory > li {
    margin-bottom: 10px; }
  .fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
    display: inline-block; }

.fsAthleticsTeamIcon {
  margin-right: 10px; }

.fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

.fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */
.fsCalendar article {
  position: relative;
  padding-left: 100px;
  min-height: 110px;
  min-height: calc($flag-height + 20px);
  padding-top: 0; }
  .fsCalendar article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: auto;
  min-height: 110px;
  width: 70px;
  color: #343434;
  background: transparent;
  font-family: "EB Garamond", Georgia, serif;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .fsCalendar .fsDate > span {
    display: block; }
    .fsCalendar .fsDate > span.fsDay {
      font-size: 60px;
      line-height: 0.7; }
    .fsCalendar .fsDate > span.fsYear {
      margin-top: 20px; }

.fsBannerRight .fsCalendar > header .fsElementTitle,
.fsBannerLeft .fsCalendar > header .fsElementTitle {
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-size: 29px;
  line-height: 1.2; }

.fsBannerRight .fsCalendar > footer .fsElementFooterContent,
.fsBannerLeft .fsCalendar > footer .fsElementFooterContent {
  font-size: 12px;
  line-height: 1.2;
  text-align: right; }

.fsCalendar .fsTitle {
  font-size: 14px;
  line-height: 24px; }

.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0; }

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */
.fsCalendar.fsList .fsListItems + button {
  margin-top: 0; }

.fsCalendar.fsList article {
  margin: 0;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 130px;
  background: #efefef;
  border-bottom: 6px solid #fff; }

.fsCalendar.fsList .fsDate {
  top: 20px;
  left: 40px; }
  .fsCalendar.fsList .fsDate:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: auto;
    background: #a1a1a5; }

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
    margin-bottom: 0; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
    margin-top: 5px; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1; }

@media (min-width: 800px) {
  .flexbox .fsCalendarEventGrid .fsCalendarRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .flexbox .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important; }
    .flexbox .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; }
      .flexbox .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
        height: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; } }

.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; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
    margin-right: 10px; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
    width: 100%; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
        width: auto; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    margin: 10px 0; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin: 0; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
    z-index: 1; }

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(3, 29, 66, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(3, 29, 66, 0.05); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
          position: relative;
          min-height: 0;
          height: 25px;
          border: 1px solid #EDEDED; }
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
            background-color: rgba(3, 29, 66, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(3, 29, 66, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 1;
        font-size: 15px;
        margin-bottom: 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
      border-left: 1px solid #EDEDED;
      border-right: 1px solid #EDEDED;
      zoom: 1;
      display: block; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
        display: table;
        clear: both;
        content: ''; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
        border-top: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
        border-bottom: 1px solid #EDEDED; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
      width: 16.666% !important;
      height: 50px !important;
      border: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
        display: block; } }

#event-view {
  padding: 20px;
  margin: 20px auto 0; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
    #event-view .fsCalendarDaybox > div {
      margin-bottom: 20px; }
  #event-view .fsCalendarEventTitle {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px; }
  @media screen and (min-width: 800px) {
    #event-view {
      display: none; } }

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    width: auto;
    max-width: 300px;
    margin: 0 auto 20px;
    padding: 16px 20px;
    background: transparent;
    color: #031d42;
    outline: 0;
    box-shadow: 0;
    border: 1px solid #031d42;
    border-radius: 50px;
    font-family: "Oxygen", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 10px 20px; }
    @media (min-width: 600px) {
      .scroll-up span[style*=left], .scroll-up span.left {
        float: left;
        margin-right: 40px;
        width: 25%; } }
    @media (min-width: 600px) {
      .scroll-up span[style*=right], .scroll-up span.right {
        float: right;
        margin-left: 40px;
        width: 25%; } }
    .scroll-up span:hover, .scroll-up span:active, .scroll-up span:focus {
      border: 1px solid #4dbee9;
      background: #4dbee9;
      color: #fff;
      text-decoration: none; }
      .scroll-up span:hover em, .scroll-up span:active em, .scroll-up span:focus em {
        color: rgba(255, 255, 255, 0.7); }
    .scroll-up span em {
      display: block;
      margin-top: 5px;
      font-style: normal;
      font-size: 12px;
      line-height: 1.2;
      color: rgba(3, 29, 66, 0.7);
      transition: all 0.3s ease; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .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%; } }

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
.fsCalendar.fsSlideshow .fsAlertFeeds {
  float: none; }

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! 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: "Oxygen", sans-serif;
      font-size: 14px;
      line-height: 28px;
      color: #0c0c0c; }
    .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: #002f65;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #4dbee9; }
    .fsComposerFormEmbed form .required {
      color: #031d42; }
    .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: #002f65;
        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: #4dbee9;
          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 {
      width: 100%;
      max-width: 100%;
      margin-bottom: 20px;
      display: inline-block;
      width: auto;
      max-width: 300px;
      margin: 0 auto 20px;
      padding: 16px 20px;
      background: transparent;
      color: #031d42;
      outline: 0;
      box-shadow: 0;
      border: 1px solid #031d42;
      border-radius: 50px;
      font-family: "Oxygen", sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 13px;
      line-height: 1.2;
      text-align: center;
      text-transform: none;
      text-decoration: none;
      transition: all 0.3s ease; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .submitBtn[style*=left], .fsComposerFormEmbed form .submitBtn.left {
          float: left;
          margin-right: 40px;
          width: 25%; } }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .submitBtn[style*=right], .fsComposerFormEmbed form .submitBtn.right {
          float: right;
          margin-left: 40px;
          width: 25%; } }
      .fsComposerFormEmbed form .submitBtn:hover, .fsComposerFormEmbed form .submitBtn:active, .fsComposerFormEmbed form .submitBtn:focus {
        border: 1px solid #4dbee9;
        background: #4dbee9;
        color: #fff;
        text-decoration: none; }
        .fsComposerFormEmbed form .submitBtn:hover em, .fsComposerFormEmbed form .submitBtn:active em, .fsComposerFormEmbed form .submitBtn:focus em {
          color: rgba(255, 255, 255, 0.7); }
      .fsComposerFormEmbed form .submitBtn em {
        display: block;
        margin-top: 5px;
        font-style: normal;
        font-size: 12px;
        line-height: 1.2;
        color: rgba(3, 29, 66, 0.7);
        transition: all 0.3s ease; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "Oxygen", 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;
      transition: .3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
      transition: .3s;
      opacity: .5; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
    content: '\203A'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
    content: '\2039'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-default {
    background: rgba(0, 0, 0, 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: rgba(12, 12, 12, 0.5); }

:-moz-placeholder {
  color: rgba(12, 12, 12, 0.5); }

::-moz-placeholder {
  color: rgba(12, 12, 12, 0.5); }

:-ms-input-placeholder {
  color: rgba(12, 12, 12, 0.5); }

/*! elements - login */
.fsLogin .fsLoginMainView,
.fsLogin .fsLoginForgotView,
.fsLogin .fsLoginNewView,
.fsLogin .fsResetPasswordView, .fsAccount .fsLoginMainView,
.fsAccount .fsLoginForgotView,
.fsAccount .fsLoginNewView,
.fsAccount .fsResetPasswordView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after,
  .fsLogin .fsLoginForgotView:after,
  .fsLogin .fsLoginNewView:after,
  .fsLogin .fsResetPasswordView:after, .fsAccount .fsLoginMainView:after,
  .fsAccount .fsLoginForgotView:after,
  .fsAccount .fsLoginNewView:after,
  .fsAccount .fsResetPasswordView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3,
  .fsLogin .fsLoginForgotView h3,
  .fsLogin .fsLoginNewView h3,
  .fsLogin .fsResetPasswordView h3, .fsAccount .fsLoginMainView h3,
  .fsAccount .fsLoginForgotView h3,
  .fsAccount .fsLoginNewView h3,
  .fsAccount .fsResetPasswordView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span,
  .fsLogin .fsLoginForgotView span,
  .fsLogin .fsLoginNewView span,
  .fsLogin .fsResetPasswordView span, .fsAccount .fsLoginMainView span,
  .fsAccount .fsLoginForgotView span,
  .fsAccount .fsLoginNewView span,
  .fsAccount .fsResetPasswordView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginMainView button,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView button,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsLoginNewView button,
  .fsLogin .fsResetPasswordView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView button, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginMainView button,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView button,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsLoginNewView button,
  .fsAccount .fsResetPasswordView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView button {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    width: auto;
    max-width: 300px;
    margin: 0 auto 20px;
    padding: 16px 20px;
    background: transparent;
    color: #031d42;
    outline: 0;
    box-shadow: 0;
    border: 1px solid #031d42;
    border-radius: 50px;
    font-family: "Oxygen", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    transition: all 0.3s ease; }
    @media (min-width: 600px) {
      .fsLogin .fsLoginMainView .fsLoginSubmit[style*=left], .fsLogin .fsLoginMainView .fsLoginSubmit.left,
      .fsLogin .fsLoginMainView button[style*=left],
      .fsLogin .fsLoginMainView button.left,
      .fsLogin .fsLoginForgotView .fsLoginSubmit[style*=left],
      .fsLogin .fsLoginForgotView .fsLoginSubmit.left,
      .fsLogin .fsLoginForgotView button[style*=left],
      .fsLogin .fsLoginForgotView button.left,
      .fsLogin .fsLoginNewView .fsLoginSubmit[style*=left],
      .fsLogin .fsLoginNewView .fsLoginSubmit.left,
      .fsLogin .fsLoginNewView button[style*=left],
      .fsLogin .fsLoginNewView button.left,
      .fsLogin .fsResetPasswordView .fsLoginSubmit[style*=left],
      .fsLogin .fsResetPasswordView .fsLoginSubmit.left,
      .fsLogin .fsResetPasswordView button[style*=left],
      .fsLogin .fsResetPasswordView button.left, .fsAccount .fsLoginMainView .fsLoginSubmit[style*=left], .fsAccount .fsLoginMainView .fsLoginSubmit.left,
      .fsAccount .fsLoginMainView button[style*=left],
      .fsAccount .fsLoginMainView button.left,
      .fsAccount .fsLoginForgotView .fsLoginSubmit[style*=left],
      .fsAccount .fsLoginForgotView .fsLoginSubmit.left,
      .fsAccount .fsLoginForgotView button[style*=left],
      .fsAccount .fsLoginForgotView button.left,
      .fsAccount .fsLoginNewView .fsLoginSubmit[style*=left],
      .fsAccount .fsLoginNewView .fsLoginSubmit.left,
      .fsAccount .fsLoginNewView button[style*=left],
      .fsAccount .fsLoginNewView button.left,
      .fsAccount .fsResetPasswordView .fsLoginSubmit[style*=left],
      .fsAccount .fsResetPasswordView .fsLoginSubmit.left,
      .fsAccount .fsResetPasswordView button[style*=left],
      .fsAccount .fsResetPasswordView button.left {
        float: left;
        margin-right: 40px;
        width: 25%; } }
    @media (min-width: 600px) {
      .fsLogin .fsLoginMainView .fsLoginSubmit[style*=right], .fsLogin .fsLoginMainView .fsLoginSubmit.right,
      .fsLogin .fsLoginMainView button[style*=right],
      .fsLogin .fsLoginMainView button.right,
      .fsLogin .fsLoginForgotView .fsLoginSubmit[style*=right],
      .fsLogin .fsLoginForgotView .fsLoginSubmit.right,
      .fsLogin .fsLoginForgotView button[style*=right],
      .fsLogin .fsLoginForgotView button.right,
      .fsLogin .fsLoginNewView .fsLoginSubmit[style*=right],
      .fsLogin .fsLoginNewView .fsLoginSubmit.right,
      .fsLogin .fsLoginNewView button[style*=right],
      .fsLogin .fsLoginNewView button.right,
      .fsLogin .fsResetPasswordView .fsLoginSubmit[style*=right],
      .fsLogin .fsResetPasswordView .fsLoginSubmit.right,
      .fsLogin .fsResetPasswordView button[style*=right],
      .fsLogin .fsResetPasswordView button.right, .fsAccount .fsLoginMainView .fsLoginSubmit[style*=right], .fsAccount .fsLoginMainView .fsLoginSubmit.right,
      .fsAccount .fsLoginMainView button[style*=right],
      .fsAccount .fsLoginMainView button.right,
      .fsAccount .fsLoginForgotView .fsLoginSubmit[style*=right],
      .fsAccount .fsLoginForgotView .fsLoginSubmit.right,
      .fsAccount .fsLoginForgotView button[style*=right],
      .fsAccount .fsLoginForgotView button.right,
      .fsAccount .fsLoginNewView .fsLoginSubmit[style*=right],
      .fsAccount .fsLoginNewView .fsLoginSubmit.right,
      .fsAccount .fsLoginNewView button[style*=right],
      .fsAccount .fsLoginNewView button.right,
      .fsAccount .fsResetPasswordView .fsLoginSubmit[style*=right],
      .fsAccount .fsResetPasswordView .fsLoginSubmit.right,
      .fsAccount .fsResetPasswordView button[style*=right],
      .fsAccount .fsResetPasswordView button.right {
        float: right;
        margin-left: 40px;
        width: 25%; } }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView .fsLoginSubmit:active, .fsLogin .fsLoginMainView .fsLoginSubmit:focus,
    .fsLogin .fsLoginMainView button:hover,
    .fsLogin .fsLoginMainView button:active,
    .fsLogin .fsLoginMainView button:focus,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:hover,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:active,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:focus,
    .fsLogin .fsLoginForgotView button:hover,
    .fsLogin .fsLoginForgotView button:active,
    .fsLogin .fsLoginForgotView button:focus,
    .fsLogin .fsLoginNewView .fsLoginSubmit:hover,
    .fsLogin .fsLoginNewView .fsLoginSubmit:active,
    .fsLogin .fsLoginNewView .fsLoginSubmit:focus,
    .fsLogin .fsLoginNewView button:hover,
    .fsLogin .fsLoginNewView button:active,
    .fsLogin .fsLoginNewView button:focus,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:hover,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:active,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:focus,
    .fsLogin .fsResetPasswordView button:hover,
    .fsLogin .fsResetPasswordView button:active,
    .fsLogin .fsResetPasswordView button:focus, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:active, .fsAccount .fsLoginMainView .fsLoginSubmit:focus,
    .fsAccount .fsLoginMainView button:hover,
    .fsAccount .fsLoginMainView button:active,
    .fsAccount .fsLoginMainView button:focus,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:hover,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:active,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:focus,
    .fsAccount .fsLoginForgotView button:hover,
    .fsAccount .fsLoginForgotView button:active,
    .fsAccount .fsLoginForgotView button:focus,
    .fsAccount .fsLoginNewView .fsLoginSubmit:hover,
    .fsAccount .fsLoginNewView .fsLoginSubmit:active,
    .fsAccount .fsLoginNewView .fsLoginSubmit:focus,
    .fsAccount .fsLoginNewView button:hover,
    .fsAccount .fsLoginNewView button:active,
    .fsAccount .fsLoginNewView button:focus,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:hover,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:active,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:focus,
    .fsAccount .fsResetPasswordView button:hover,
    .fsAccount .fsResetPasswordView button:active,
    .fsAccount .fsResetPasswordView button:focus {
      border: 1px solid #4dbee9;
      background: #4dbee9;
      color: #fff;
      text-decoration: none; }
      .fsLogin .fsLoginMainView .fsLoginSubmit:hover em, .fsLogin .fsLoginMainView .fsLoginSubmit:active em, .fsLogin .fsLoginMainView .fsLoginSubmit:focus em,
      .fsLogin .fsLoginMainView button:hover em,
      .fsLogin .fsLoginMainView button:active em,
      .fsLogin .fsLoginMainView button:focus em,
      .fsLogin .fsLoginForgotView .fsLoginSubmit:hover em,
      .fsLogin .fsLoginForgotView .fsLoginSubmit:active em,
      .fsLogin .fsLoginForgotView .fsLoginSubmit:focus em,
      .fsLogin .fsLoginForgotView button:hover em,
      .fsLogin .fsLoginForgotView button:active em,
      .fsLogin .fsLoginForgotView button:focus em,
      .fsLogin .fsLoginNewView .fsLoginSubmit:hover em,
      .fsLogin .fsLoginNewView .fsLoginSubmit:active em,
      .fsLogin .fsLoginNewView .fsLoginSubmit:focus em,
      .fsLogin .fsLoginNewView button:hover em,
      .fsLogin .fsLoginNewView button:active em,
      .fsLogin .fsLoginNewView button:focus em,
      .fsLogin .fsResetPasswordView .fsLoginSubmit:hover em,
      .fsLogin .fsResetPasswordView .fsLoginSubmit:active em,
      .fsLogin .fsResetPasswordView .fsLoginSubmit:focus em,
      .fsLogin .fsResetPasswordView button:hover em,
      .fsLogin .fsResetPasswordView button:active em,
      .fsLogin .fsResetPasswordView button:focus em, .fsAccount .fsLoginMainView .fsLoginSubmit:hover em, .fsAccount .fsLoginMainView .fsLoginSubmit:active em, .fsAccount .fsLoginMainView .fsLoginSubmit:focus em,
      .fsAccount .fsLoginMainView button:hover em,
      .fsAccount .fsLoginMainView button:active em,
      .fsAccount .fsLoginMainView button:focus em,
      .fsAccount .fsLoginForgotView .fsLoginSubmit:hover em,
      .fsAccount .fsLoginForgotView .fsLoginSubmit:active em,
      .fsAccount .fsLoginForgotView .fsLoginSubmit:focus em,
      .fsAccount .fsLoginForgotView button:hover em,
      .fsAccount .fsLoginForgotView button:active em,
      .fsAccount .fsLoginForgotView button:focus em,
      .fsAccount .fsLoginNewView .fsLoginSubmit:hover em,
      .fsAccount .fsLoginNewView .fsLoginSubmit:active em,
      .fsAccount .fsLoginNewView .fsLoginSubmit:focus em,
      .fsAccount .fsLoginNewView button:hover em,
      .fsAccount .fsLoginNewView button:active em,
      .fsAccount .fsLoginNewView button:focus em,
      .fsAccount .fsResetPasswordView .fsLoginSubmit:hover em,
      .fsAccount .fsResetPasswordView .fsLoginSubmit:active em,
      .fsAccount .fsResetPasswordView .fsLoginSubmit:focus em,
      .fsAccount .fsResetPasswordView button:hover em,
      .fsAccount .fsResetPasswordView button:active em,
      .fsAccount .fsResetPasswordView button:focus em {
        color: rgba(255, 255, 255, 0.7); }
    .fsLogin .fsLoginMainView .fsLoginSubmit em,
    .fsLogin .fsLoginMainView button em,
    .fsLogin .fsLoginForgotView .fsLoginSubmit em,
    .fsLogin .fsLoginForgotView button em,
    .fsLogin .fsLoginNewView .fsLoginSubmit em,
    .fsLogin .fsLoginNewView button em,
    .fsLogin .fsResetPasswordView .fsLoginSubmit em,
    .fsLogin .fsResetPasswordView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em,
    .fsAccount .fsLoginMainView button em,
    .fsAccount .fsLoginForgotView .fsLoginSubmit em,
    .fsAccount .fsLoginForgotView button em,
    .fsAccount .fsLoginNewView .fsLoginSubmit em,
    .fsAccount .fsLoginNewView button em,
    .fsAccount .fsResetPasswordView .fsLoginSubmit em,
    .fsAccount .fsResetPasswordView button em {
      display: block;
      margin-top: 5px;
      font-style: normal;
      font-size: 12px;
      line-height: 1.2;
      color: rgba(3, 29, 66, 0.7);
      transition: all 0.3s ease; }
    .fsLogin .fsLoginMainView .fsLoginSubmit + button,
    .fsLogin .fsLoginMainView button + button,
    .fsLogin .fsLoginForgotView .fsLoginSubmit + button,
    .fsLogin .fsLoginForgotView button + button,
    .fsLogin .fsLoginNewView .fsLoginSubmit + button,
    .fsLogin .fsLoginNewView button + button,
    .fsLogin .fsResetPasswordView .fsLoginSubmit + button,
    .fsLogin .fsResetPasswordView button + button, .fsAccount .fsLoginMainView .fsLoginSubmit + button,
    .fsAccount .fsLoginMainView button + button,
    .fsAccount .fsLoginForgotView .fsLoginSubmit + button,
    .fsAccount .fsLoginForgotView button + button,
    .fsAccount .fsLoginNewView .fsLoginSubmit + button,
    .fsAccount .fsLoginNewView button + button,
    .fsAccount .fsResetPasswordView .fsLoginSubmit + button,
    .fsAccount .fsResetPasswordView button + button {
      margin-left: 10px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginMainView .fsLoginNewAccountLink,
  .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginForgotView .fsLoginNewAccountLink,
  .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginNewView .fsLoginNewAccountLink,
  .fsLogin .fsResetPasswordView .fsLoginForgotPasswordLink,
  .fsLogin .fsResetPasswordView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginMainView .fsLoginNewAccountLink,
  .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginForgotView .fsLoginNewAccountLink,
  .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginNewView .fsLoginNewAccountLink,
  .fsAccount .fsResetPasswordView .fsLoginForgotPasswordLink,
  .fsAccount .fsResetPasswordView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block; }

.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px; }
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
  .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
    max-width: 100%; }
  @media screen and (max-width: 599px) {
    .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
      overflow: hidden;
      border-radius: 5px; } }

.fsLogin .fsLoginNewSuccess button, .fsAccount .fsLoginNewSuccess button {
  margin-top: 20px; }

.fsLogin .fsResetPasswordFields > div, .fsAccount .fsResetPasswordFields > div {
  margin-bottom: 20px; }
  .fsLogin .fsResetPasswordFields > div:last-child, .fsAccount .fsResetPasswordFields > div:last-child {
    margin-bottom: 0; }

.fsLogin .fsResetPasswordFields label > span, .fsAccount .fsResetPasswordFields label > span {
  display: block; }

.fsLogin .fsResetPasswordFields label > input, .fsAccount .fsResetPasswordFields label > input {
  margin-bottom: 20px; }

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px; }

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    width: auto;
    max-width: 300px;
    margin: 0 auto 20px;
    padding: 16px 20px;
    background: transparent;
    color: #031d42;
    outline: 0;
    box-shadow: 0;
    border: 1px solid #031d42;
    border-radius: 50px;
    font-family: "Oxygen", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    transition: all 0.3s ease; }
    @media (min-width: 600px) {
      .fsAccount .fsAccountLogout a[style*=left], .fsAccount .fsAccountLogout a.left {
        float: left;
        margin-right: 40px;
        width: 25%; } }
    @media (min-width: 600px) {
      .fsAccount .fsAccountLogout a[style*=right], .fsAccount .fsAccountLogout a.right {
        float: right;
        margin-left: 40px;
        width: 25%; } }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:active, .fsAccount .fsAccountLogout a:focus {
      border: 1px solid #4dbee9;
      background: #4dbee9;
      color: #fff;
      text-decoration: none; }
      .fsAccount .fsAccountLogout a:hover em, .fsAccount .fsAccountLogout a:active em, .fsAccount .fsAccountLogout a:focus em {
        color: rgba(255, 255, 255, 0.7); }
    .fsAccount .fsAccountLogout a em {
      display: block;
      margin-top: 5px;
      font-style: normal;
      font-size: 12px;
      line-height: 1.2;
      color: rgba(3, 29, 66, 0.7);
      transition: all 0.3s ease; }

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #0c0c0c;
  font-family: "Oxygen", sans-serif; }
  .fsMediaCustomPlayer article {
    position: relative; }

.fsCustomSlider .fsElement {
  margin-bottom: 0; }

.fsCustomSlider .slider-play-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: transparent;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  z-index: 1;
  line-height: 42px; }
  .fsCustomSlider .slider-play-btn:before {
    content: "";
    color: #fff;
    font-family: "EB Garamond", Georgia, serif; }

.fsCustomSlider.slider-paused .slider-play-btn:before {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 13px solid #031d42;
  border-bottom: 7px solid transparent;
  display: inline-block; }
  @media (min-width: 800px) {
    .fsCustomSlider.slider-paused .slider-play-btn:before {
      border-left-color: #fff; } }

.fsCustomSlider.slider-playing .slider-play-btn:before, .fsCustomSlider.slider-playing .slider-play-btn:after {
  content: "";
  width: 3px;
  height: 18px;
  background-color: #031d42;
  display: inline-block;
  margin: 6px 2px 0; }
  @media (min-width: 800px) {
    .fsCustomSlider.slider-playing .slider-play-btn:before, .fsCustomSlider.slider-playing .slider-play-btn:after {
      background-color: #fff; } }

.fsCustomSlider .universal-slide {
  position: relative; }
  .fsCustomSlider .universal-slide:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.18);
    z-index: 0; }

.fsCustomSlider .universal-img {
  display: block;
  width: 100%; }

.fsCustomSlider .caption-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 84.28571em;
  max-width: 73.75rem;
  padding-right: 1.42857em;
  padding-left: 1.42857em;
  padding-top: 1.42857em;
  padding-bottom: 1.42857em;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-family: "Oxygen", sans-serif;
  font-size: 14px;
  line-height: 28px;
  width: 100%;
  background: #efefef;
  color: #0c0c0c;
  text-align: center;
  z-index: 1; }
  @media (min-width: 800px) {
    .fsCustomSlider .caption-wrapper {
      padding-right: 80px;
      padding-left: 80px;
      position: absolute;
      right: 0;
      bottom: 7%;
      left: 0;
      background: transparent;
      color: #fff;
      text-align: left; } }
  @media (min-width: 1300px) {
    .fsCustomSlider .caption-wrapper {
      padding-right: 0;
      padding-left: 0;
      padding-top: 0;
      padding-bottom: 0; } }
  .fsCustomSlider .caption-wrapper .caption-inner {
    width: 100%; }
    @media (min-width: 800px) {
      .fsCustomSlider .caption-wrapper .caption-inner {
        max-width: 400px; } }
  .fsCustomSlider .caption-wrapper.is-empty {
    display: none; }

.fsCustomSlider .caption-title {
  margin-top: 0;
  font-weight: 700;
  font-family: "EB Garamond", Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 10px; }
  @media (min-width: 800px) {
    .fsCustomSlider .caption-title {
      color: #fff; } }

.fsCustomSlider .caption-desc .fs_style_35 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  width: auto;
  max-width: 300px;
  margin: 0 auto 20px;
  padding: 16px 20px;
  background: transparent;
  color: #fff;
  outline: 0;
  box-shadow: 0;
  border: 1px solid #fff;
  border-radius: 50px;
  font-family: "Oxygen", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  transition: all 0.3s ease; }
  @media (min-width: 600px) {
    .fsCustomSlider .caption-desc .fs_style_35[style*=left], .fsCustomSlider .caption-desc .fs_style_35.left {
      float: left;
      margin-right: 40px;
      width: 25%; } }
  @media (min-width: 600px) {
    .fsCustomSlider .caption-desc .fs_style_35[style*=right], .fsCustomSlider .caption-desc .fs_style_35.right {
      float: right;
      margin-left: 40px;
      width: 25%; } }
  .fsCustomSlider .caption-desc .fs_style_35:hover, .fsCustomSlider .caption-desc .fs_style_35:active, .fsCustomSlider .caption-desc .fs_style_35:focus {
    border: 1px solid #4dbee9;
    background: #4dbee9;
    color: #fff;
    text-decoration: none; }
    .fsCustomSlider .caption-desc .fs_style_35:hover em, .fsCustomSlider .caption-desc .fs_style_35:active em, .fsCustomSlider .caption-desc .fs_style_35:focus em {
      color: rgba(255, 255, 255, 0.7); }
  .fsCustomSlider .caption-desc .fs_style_35 em {
    display: block;
    margin-top: 5px;
    font-style: normal;
    font-size: 12px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease; }

.fsCustomSlider .caption-desc p:last-child {
  margin-bottom: 0; }

.fsCustomSlider .caption-desc:empty {
  display: none; }

.fsBannerRight .fsNews > header .fsElementTitle,
.fsBannerLeft .fsNews > header .fsElementTitle, .fsBannerRight .fsPostElement > header .fsElementTitle,
.fsBannerLeft .fsPostElement > header .fsElementTitle {
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-size: 29px;
  line-height: 1.2; }

.fsBannerRight .fsNews > footer .fsElementFooterContent,
.fsBannerLeft .fsNews > footer .fsElementFooterContent, .fsBannerRight .fsPostElement > footer .fsElementFooterContent,
.fsBannerLeft .fsPostElement > footer .fsElementFooterContent {
  font-size: 12px;
  line-height: 1.2;
  text-align: right; }

.fsNews.fsThumbnailAlignLeft .fsThumbnail, .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsNews.fsThumbnailAlignLeft .fsThumbnail, .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

.fsNews.fsThumbnailAlignRight .fsThumbnail, .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsNews.fsThumbnailAlignRight .fsThumbnail, .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

.fsNews .fsTitle, .fsPostElement .fsTitle {
  font-size: 18px;
  line-height: 28px; }

.fsNews .video-link-wrapper, .fsPostElement .video-link-wrapper {
  position: relative;
  pointer-events: none;
  z-index: 0; }
  .fsNews .video-link-wrapper .video-link-inner, .fsPostElement .video-link-wrapper .video-link-inner {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.fsNews .video-link, .fsPostElement .video-link {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-size: 0;
  line-height: 0;
  pointer-events: auto;
  z-index: 9999; }
  .fsNews .video-link:hover:before, .fsNews .video-link:focus:before, .fsPostElement .video-link:hover:before, .fsPostElement .video-link:focus:before {
    color: rgba(255, 255, 255, 0.65); }
  .fsNews .video-link:before, .fsPostElement .video-link:before {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    color: #fff;
    background-color: #4dbee9;
    border-radius: 100%;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 22px;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s ease; }

.fsNews.fsList article, .fsNews.fsListItems article, .fsPostElement.fsList article, .fsPostElement.fsListItems article {
  margin-bottom: 0;
  padding: 40px 20px;
  background: #efefef;
  border-bottom: 6px solid #fff; }

.fsNews.fsList:not(.fsThumbnailAlignLeft):not(.fsThumbnailAlignRight) .fsThumbnail, .fsNews.fsListItems:not(.fsThumbnailAlignLeft):not(.fsThumbnailAlignRight) .fsThumbnail, .fsPostElement.fsList:not(.fsThumbnailAlignLeft):not(.fsThumbnailAlignRight) .fsThumbnail, .fsPostElement.fsListItems:not(.fsThumbnailAlignLeft):not(.fsThumbnailAlignRight) .fsThumbnail {
  display: block;
  margin: -40px 0 20px 0;
  width: 100%;
  height: auto; }
  .fsNews.fsList:not(.fsThumbnailAlignLeft):not(.fsThumbnailAlignRight) .fsThumbnail > img, .fsNews.fsListItems:not(.fsThumbnailAlignLeft):not(.fsThumbnailAlignRight) .fsThumbnail > img, .fsPostElement.fsList:not(.fsThumbnailAlignLeft):not(.fsThumbnailAlignRight) .fsThumbnail > img, .fsPostElement.fsListItems:not(.fsThumbnailAlignLeft):not(.fsThumbnailAlignRight) .fsThumbnail > img {
    display: block;
    width: 100%;
    height: auto; }

.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 .fsDateTime {
  display: block; }

/*! _main.scss - src/sass/modules/search/ - main search import */
.fsSearch form.gsc-search-box-tools {
  margin-bottom: 0;
  overflow: hidden;
  font-size: inherit; }
  .fsSearch form.gsc-search-box-tools table {
    border: 0; }
  .fsSearch form.gsc-search-box-tools > table.gsc-search-box {
    margin-bottom: 0;
    position: relative; }
  .fsSearch form.gsc-search-box-tools td.gsib_a {
    padding: 0; }
  .fsSearch form.gsc-search-box-tools td.gsib_b {
    display: none !important; }
  .fsSearch form.gsc-search-box-tools table.gsc-branding {
    display: none; }

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.fsSimpleSearch {
  display: none;
  margin-bottom: 0;
  width: 100%; }
  .fsSimpleSearch::-webkit-input-placeholder {
    color: #a1a1a5; }
  .fsSimpleSearch:-moz-placeholder {
    color: #a1a1a5; }
  .fsSimpleSearch::-moz-placeholder {
    color: #a1a1a5; }
  .fsSimpleSearch:-ms-input-placeholder {
    color: #a1a1a5; }
  .fsMenu .fsSimpleSearch {
    display: block;
    background: #f7f7f7;
    height: 112px;
    padding-right: 60px; }
    .fsMenu .fsSimpleSearch > footer {
      display: none; }
  .fsHeader .fsSimpleSearch {
    display: none; }
    @media (min-width: 900px) {
      .fsHeader .fsSimpleSearch {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        position: absolute;
        top: 30%;
        right: 0;
        bottom: 0;
        left: auto;
        margin: 0;
        padding: 0;
        z-index: 9000;
        width: 0;
        height: 24px;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        transition: all .3s linear; }
        .search-is-active .fsHeader .fsSimpleSearch {
          opacity: 1;
          visibility: visible;
          width: 340px; } }
    .fsHeader .fsSimpleSearch > .fsElementContent {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      width: 316px;
      height: 24px; }
    .fsHeader .fsSimpleSearch > footer {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      width: 24px;
      height: 24px; }
      .fsHeader .fsSimpleSearch > footer .fsElementFooterContent {
        margin-top: 0; }
        .fsHeader .fsSimpleSearch > footer .fsElementFooterContent span {
          display: block;
          width: 24px;
          height: 24px;
          font-size: 0;
          line-height: 24px;
          cursor: pointer; }
          .fsHeader .fsSimpleSearch > footer .fsElementFooterContent span:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            display: inline-block;
            font-size: 12px;
            line-height: 24px;
            width: 100%;
            height: 100%;
            text-align: center;
            background: #002f65;
            color: #fff;
            transition: all 0.3s linear; }
          .fsHeader .fsSimpleSearch > footer .fsElementFooterContent span:hover:before {
            background: #4dbee9; }
  .fsSimpleSearch form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .fsSimpleSearch form label {
      display: none;
      opacity: 0;
      visibility: hidden; }
    .fsSimpleSearch form input[type="text"] {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      display: inline-block;
      background: transparent;
      width: 100%;
      height: 24px;
      color: #a1a1a5;
      padding: 0;
      margin: 0;
      border: none;
      outline: 0;
      font-size: 12px;
      font-family: "Oxygen", sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 24px; }
      .fsMenu .fsSimpleSearch form input[type="text"] {
        height: 112px;
        line-height: 112px; }
      .fsSimpleSearch form input[type="text"]:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .fsSimpleSearch form button[type="submit"] {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      position: relative;
      display: inline-block;
      margin: 0 20px 0 10px;
      padding: 0;
      font-size: 0;
      overflow: hidden;
      border: none;
      outline: 0;
      height: 24px;
      width: 20px;
      background: transparent;
      transition: all .3s linear;
      color: #031d42; }
      .fsMenu .fsSimpleSearch form button[type="submit"] {
        height: 112px; }
      .fsSimpleSearch form button[type="submit"]:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 30px;
        color: inherit;
        opacity: 1;
        display: block;
        position: absolute;
        text-align: center;
        height: 24px;
        width: 100%;
        left: 0;
        top: 0;
        font-weight: 400;
        font-size: 12px;
        line-height: 24px; }
        .fsMenu .fsSimpleSearch form button[type="submit"]:before {
          height: 112px;
          line-height: 112px; }
      .fsSimpleSearch form button[type="submit"]:hover, .fsSimpleSearch form button[type="submit"]:focus {
        color: #002f65; }

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search) {
  margin-bottom: 20px; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
    padding: 0; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
      border: 0;
      height: 100%;
      border: solid 1px #0c0c0c; }
      .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
        background: #fff !important;
        background-image: none !important;
        width: 100%;
        height: 24px !important;
        color: #0c0c0c;
        padding-left: 10px !important;
        padding-right: 30px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 12px;
        font-family: "Oxygen", sans-serif; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
    padding: 0;
    overflow: hidden;
    height: 100%;
    width: 20px;
    background: #0c0c0c;
    position: absolute;
    transition: .3s;
    right: 0;
    top: 0; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
      content: "";
      color: rgba(0, 0, 0, 0.75);
      opacity: 1;
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      line-height: 24px;
      font-size: 12px;
      font-family: "IcoMoon"; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: transparent;
      transition: .3s; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
      border: 0;
      height: 100%;
      width: 100%;
      color: transparent;
      opacity: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */
.fsSearchResults form.gsc-search-box-tools, .fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px; }

.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "Oxygen", sans-serif;
  font-size: 12px; }

.fsSearchResults .gsc-results, .fsSearchFieldWithResults .gsc-results {
  width: 100%; }

.fsSearchResults .gsc-webResult .gsc-result, .fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
    color: #0c0c0c; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl, .fsSearchResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl {
    color: #002f65; }

.fsSearchResults .gsc-table-result, .fsSearchResults .gsc-thumbnail-inside, .fsSearchResults .gsc-url-top, .fsSearchFieldWithResults .gsc-table-result, .fsSearchFieldWithResults .gsc-thumbnail-inside, .fsSearchFieldWithResults .gsc-url-top {
  padding: 0; }

.fsSearchResults div.gs-title, .fsSearchFieldWithResults div.gs-title {
  margin-bottom: 10px; }

.fsSearchResults a.gs-title, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page, .fsSearchFieldWithResults a.gs-title, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #002f65 !important;
  outline: transparent; }
  .fsSearchResults a.gs-title:hover, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .fsSearchFieldWithResults a.gs-title:hover, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    color: #4dbee9 !important; }

.fsSearchResults .gsc-control-cse .gs-spelling, .fsSearchResults .gsc-control-cse .gs-result .gs-title, .fsSearchResults .gsc-control-cse .gs-result .gs-title *, .fsSearchFieldWithResults .gsc-control-cse .gs-spelling, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title * {
  font-size: 14px; }

.fsSearchResults .gsc-results .gsc-cursor-box, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0; }

/*! elements - social main */
/*! elements - social facebook */
.fsFacebook {
  margin-bottom: 20px; }

.fsFacebookList, .fsFacebookList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsFacebookList li {
  margin: 0;
  padding: 0; }

.fsFacebookList .fsFacebookListItem {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }

.fsFacebookExtras {
  margin-top: 10px; }
  .fsFacebookExtras .fsFacebookThumb {
    margin-bottom: 10px;
    display: block; }
  .fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block; }

.fsFacebookFollow {
  margin-top: 20px; }

/*! elements - social twitter */
.fsTwitter {
  margin-bottom: 20px; }

/*! 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 #dddedf;
  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 #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    transition: opacity .3s; }
    .fsVimeoList .fsVimeoListItem:hover:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.fsVimeoThumb {
  margin-bottom: 10px;
  margin-right: 20px; }
  @media (min-width: 600px) {
    .fsVimeoThumb {
      float: left;
      margin-bottom: 0; } }

.vimeo_view_link a {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  width: auto;
  max-width: 300px;
  margin: 0 auto 20px;
  padding: 16px 20px;
  background: transparent;
  color: #031d42;
  outline: 0;
  box-shadow: 0;
  border: 1px solid #031d42;
  border-radius: 50px;
  font-family: "Oxygen", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  transition: all 0.3s ease; }
  @media (min-width: 600px) {
    .vimeo_view_link a[style*=left], .vimeo_view_link a.left {
      float: left;
      margin-right: 40px;
      width: 25%; } }
  @media (min-width: 600px) {
    .vimeo_view_link a[style*=right], .vimeo_view_link a.right {
      float: right;
      margin-left: 40px;
      width: 25%; } }
  .vimeo_view_link a:hover, .vimeo_view_link a:active, .vimeo_view_link a:focus {
    border: 1px solid #4dbee9;
    background: #4dbee9;
    color: #fff;
    text-decoration: none; }
    .vimeo_view_link a:hover em, .vimeo_view_link a:active em, .vimeo_view_link a:focus em {
      color: rgba(255, 255, 255, 0.7); }
  .vimeo_view_link a em {
    display: block;
    margin-top: 5px;
    font-style: normal;
    font-size: 12px;
    line-height: 1.2;
    color: rgba(3, 29, 66, 0.7);
    transition: all 0.3s ease; }

/*! 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 #dddedf;
  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 #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    transition: opacity .3s; }
    .fsYoutubeList .fsYoutubeListItem:hover:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.fsYoutubeThumb {
  margin-bottom: 10px;
  margin-right: 20px;
  float: none; }
  @media (min-width: 600px) {
    .fsYoutubeThumb {
      float: left;
      margin-bottom: 0; } }

.Youtube_view_link a {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  width: auto;
  max-width: 300px;
  margin: 0 auto 20px;
  padding: 16px 20px;
  background: transparent;
  color: #031d42;
  outline: 0;
  box-shadow: 0;
  border: 1px solid #031d42;
  border-radius: 50px;
  font-family: "Oxygen", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  transition: all 0.3s ease; }
  @media (min-width: 600px) {
    .Youtube_view_link a[style*=left], .Youtube_view_link a.left {
      float: left;
      margin-right: 40px;
      width: 25%; } }
  @media (min-width: 600px) {
    .Youtube_view_link a[style*=right], .Youtube_view_link a.right {
      float: right;
      margin-left: 40px;
      width: 25%; } }
  .Youtube_view_link a:hover, .Youtube_view_link a:active, .Youtube_view_link a:focus {
    border: 1px solid #4dbee9;
    background: #4dbee9;
    color: #fff;
    text-decoration: none; }
    .Youtube_view_link a:hover em, .Youtube_view_link a:active em, .Youtube_view_link a:focus em {
      color: rgba(255, 255, 255, 0.7); }
  .Youtube_view_link a em {
    display: block;
    margin-top: 5px;
    font-style: normal;
    font-size: 12px;
    line-height: 1.2;
    color: rgba(3, 29, 66, 0.7);
    transition: all 0.3s ease; }

/*! 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 {
      padding-right: 10px;
      padding-left: 10px;
      margin-right: 2px; }
      .fsTabs .fsTabsNav li:first-child {
        padding-left: 0; }
      .fsTabs .fsTabsNav li:last-child {
        padding-right: 0; }
      .fsTabs .fsTabsNav li a {
        display: block;
        font-family: "Oxygen", sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 2px;
        display: block;
        padding: 13.33333px;
        color: #0c0c0c;
        transition: .3s;
        padding-right: 0;
        padding-left: 0;
        background: transparent;
        color: #58595b;
        box-shadow: inset 0 -4px 0 0 #58595b; }
        .fsTabs .fsTabsNav li a:hover {
          background: transparent;
          color: #4dbee9;
          box-shadow: inset 0 -4px 0 0 #4dbee9; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: transparent;
        color: #002f65;
        box-shadow: inset 0 -4px 0 0 #002f65; }
  @media (min-width: 800px) {
    .fsTabs .fsPanel > .fsElementContent {
      margin: 0 0 20px !important;
      padding: 20px 0 !important; } }

.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; } }

/*! pages - home v0.0.1 */
.home #fsPageBodyWrapper {
  padding: 0; }

.home #fsPageBody {
  max-width: 100%;
  margin: 0;
  padding: 0; }

.home .fsPageLayout {
  margin: 0;
  padding: 0; }
  .home .fsPageLayout > .fsDiv {
    margin: 0;
    padding: 0; }

.home .fsMedia.hero .fsElementContent {
  position: relative; }
  .home .fsMedia.hero .fsElementContent .caption-desc .fs_style_35 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    width: auto;
    max-width: 300px;
    margin: 0 auto 20px;
    padding: 16px 20px;
    background: transparent;
    color: #031d42;
    outline: 0;
    box-shadow: 0;
    border: 1px solid #031d42;
    border-radius: 50px;
    font-family: "Oxygen", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 0; }
    @media (min-width: 600px) {
      .home .fsMedia.hero .fsElementContent .caption-desc .fs_style_35[style*=left], .home .fsMedia.hero .fsElementContent .caption-desc .fs_style_35.left {
        float: left;
        margin-right: 40px;
        width: 25%; } }
    @media (min-width: 600px) {
      .home .fsMedia.hero .fsElementContent .caption-desc .fs_style_35[style*=right], .home .fsMedia.hero .fsElementContent .caption-desc .fs_style_35.right {
        float: right;
        margin-left: 40px;
        width: 25%; } }
    .home .fsMedia.hero .fsElementContent .caption-desc .fs_style_35:hover, .home .fsMedia.hero .fsElementContent .caption-desc .fs_style_35:active, .home .fsMedia.hero .fsElementContent .caption-desc .fs_style_35:focus {
      border: 1px solid #4dbee9;
      background: #4dbee9;
      color: #fff;
      text-decoration: none; }
      .home .fsMedia.hero .fsElementContent .caption-desc .fs_style_35:hover em, .home .fsMedia.hero .fsElementContent .caption-desc .fs_style_35:active em, .home .fsMedia.hero .fsElementContent .caption-desc .fs_style_35:focus em {
        color: rgba(255, 255, 255, 0.7); }
    .home .fsMedia.hero .fsElementContent .caption-desc .fs_style_35 em {
      display: block;
      margin-top: 5px;
      font-style: normal;
      font-size: 12px;
      line-height: 1.2;
      color: rgba(3, 29, 66, 0.7);
      transition: all 0.3s ease; }
    @media (min-width: 800px) {
      .home .fsMedia.hero .fsElementContent .caption-desc .fs_style_35 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        display: inline-block;
        width: auto;
        max-width: 300px;
        margin: 0 auto 20px;
        padding: 16px 20px;
        background: transparent;
        color: #fff;
        outline: 0;
        box-shadow: 0;
        border: 1px solid #fff;
        border-radius: 50px;
        font-family: "Oxygen", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 13px;
        line-height: 1.2;
        text-align: center;
        text-transform: none;
        text-decoration: none;
        transition: all 0.3s ease;
        margin-top: 30px; } }
  @media (min-width: 800px) and (min-width: 600px) {
    .home .fsMedia.hero .fsElementContent .caption-desc .fs_style_35[style*=left], .home .fsMedia.hero .fsElementContent .caption-desc .fs_style_35.left {
      float: left;
      margin-right: 40px;
      width: 25%; } }
  @media (min-width: 800px) and (min-width: 600px) {
    .home .fsMedia.hero .fsElementContent .caption-desc .fs_style_35[style*=right], .home .fsMedia.hero .fsElementContent .caption-desc .fs_style_35.right {
      float: right;
      margin-left: 40px;
      width: 25%; } }
    @media (min-width: 800px) {
        .home .fsMedia.hero .fsElementContent .caption-desc .fs_style_35:hover, .home .fsMedia.hero .fsElementContent .caption-desc .fs_style_35:active, .home .fsMedia.hero .fsElementContent .caption-desc .fs_style_35:focus {
          border: 1px solid #4dbee9;
          background: #4dbee9;
          color: #fff;
          text-decoration: none; }
          .home .fsMedia.hero .fsElementContent .caption-desc .fs_style_35:hover em, .home .fsMedia.hero .fsElementContent .caption-desc .fs_style_35:active em, .home .fsMedia.hero .fsElementContent .caption-desc .fs_style_35:focus em {
            color: rgba(255, 255, 255, 0.7); }
        .home .fsMedia.hero .fsElementContent .caption-desc .fs_style_35 em {
          display: block;
          margin-top: 5px;
          font-style: normal;
          font-size: 12px;
          line-height: 1.2;
          color: rgba(255, 255, 255, 0.7);
          transition: all 0.3s ease; } }
  .home .fsMedia.hero .fsElementContent .its-going-down {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 25px;
    right: 0;
    width: 54px;
    height: 54px;
    color: #fff;
    display: none; }
    @media (min-width: 900px) {
      .home .fsMedia.hero .fsElementContent .its-going-down {
        display: block; } }
    .home .fsMedia.hero .fsElementContent .its-going-down:hover {
      color: rgba(255, 255, 255, 0.85);
      cursor: pointer; }
    .home .fsMedia.hero .fsElementContent .its-going-down span {
      display: block; }
      .home .fsMedia.hero .fsElementContent .its-going-down span:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 26px;
        line-height: 54px; }

.home .upcoming-events {
  padding-right: 1.42857em;
  padding-left: 1.42857em;
  padding-top: 68px;
  padding-bottom: 28px;
  background: #efefef; }
  .home .upcoming-events > header {
    position: relative;
    margin: 0 auto;
    max-width: 84.28571em;
    max-width: 73.75rem; }
    .home .upcoming-events > header .fsElementTitle {
      margin-top: 0;
      font-weight: 700;
      font-size: 29px;
      line-height: 1.2;
      margin-bottom: 10px;
      margin-bottom: 48px;
      font-family: "Oxygen", sans-serif;
      text-transform: uppercase;
      text-align: center; }
  .home .upcoming-events > footer {
    position: relative;
    margin: 0 auto;
    max-width: 84.28571em;
    max-width: 73.75rem;
    text-align: right; }
  .home .upcoming-events > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 84.28571em;
    max-width: 73.75rem; }
  .home .upcoming-events .fsListItems article {
    background: transparent;
    border-bottom: none;
    margin-bottom: 12px; }

.home .news-announcements {
  padding-right: 1.42857em;
  padding-left: 1.42857em;
  padding-top: 68px;
  padding-bottom: 28px; }
  .home .news-announcements > header {
    position: relative;
    margin: 0 auto;
    max-width: 84.28571em;
    max-width: 73.75rem; }
    .home .news-announcements > header .fsElementTitle {
      margin-top: 0;
      font-weight: 700;
      font-size: 29px;
      line-height: 1.2;
      margin-bottom: 10px;
      margin-bottom: 68px;
      font-family: "Oxygen", sans-serif;
      text-transform: uppercase;
      text-align: center; }
  .home .news-announcements > footer {
    position: relative;
    margin: 0 auto;
    max-width: 84.28571em;
    max-width: 73.75rem;
    text-align: right; }
  .home .news-announcements > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 84.28571em;
    max-width: 73.75rem; }
  .home .news-announcements article {
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-right: 30px;
    padding-left: 30px;
    background: transparent;
    border-bottom: none; }
    .home .news-announcements article > * {
      margin-right: 0;
      margin-left: 0; }
    .home .news-announcements article .fsThumbnail {
      display: block;
      width: 100%;
      height: auto;
      height: 250px;
      min-height: 250px;
      max-height: 250px;
      background-color: transparent;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: inherit;
      overflow: hidden; }
      .home .news-announcements article .fsThumbnail img {
        width: 100%;
        height: auto;
        opacity: 0;
        visibility: hidden; }

.home .fcs-section {
  background: #0b58a5;
  padding: 40px 0; }
  @media (min-width: 900px) {
    .home .fcs-section {
      padding: 80px 0; } }
  .home .fcs-section > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 62.14286em;
    max-width: 54.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 900px) {
      .home .fcs-section > .fsElementContent {
        font-size: 1.8125rem;
        line-height: 2.5rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset; } }
    @media (min-width: 900px) {
      .home .fcs-section > .fsElementContent > .fsResourceElement {
        width: 340px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; } }
    @media (min-width: 900px) {
      .home .fcs-section > .fsElementContent > .fsContent {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }
  @media (min-width: 900px) {
    .home .fcs-section .fsResource {
      margin-right: 100px; } }
  .home .fcs-section .fsResource img {
    max-width: 100px; }
    @media (min-width: 900px) {
      .home .fcs-section .fsResource img {
        max-width: 240px; } }
  .home .fcs-section .fsElement:last-child {
    padding-left: 20px;
    padding-right: 20px; }
    @media (max-width: 899px) {
      .home .fcs-section .fsElement:last-child {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .home .fcs-section .fsElement:last-child strong {
          width: 100%;
          display: block; } }
  .home .fcs-section .fs_style_35 {
    border: solid 1px #fff;
    color: #fff;
    padding: 16px 58px;
    margin-top: 30px;
    margin-bottom: 0; }
    @media (max-width: 899px) {
      .home .fcs-section .fs_style_35 {
        margin-top: 20px; } }

.home .hero {
  height: auto; }
  .home .hero .fsElementContent {
    position: relative; }
    .home .hero .fsElementContent figcaption .fs_style_35 {
      width: 100%;
      max-width: 100%;
      margin-bottom: 20px;
      display: inline-block;
      width: auto;
      max-width: 300px;
      margin: 0 auto 20px;
      padding: 16px 20px;
      background: transparent;
      color: #031d42;
      outline: 0;
      box-shadow: 0;
      border: 1px solid #031d42;
      border-radius: 50px;
      font-family: "Oxygen", sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 13px;
      line-height: 1.2;
      text-align: center;
      text-transform: none;
      text-decoration: none;
      transition: all 0.3s ease;
      margin-top: 0; }
      @media (min-width: 600px) {
        .home .hero .fsElementContent figcaption .fs_style_35[style*=left], .home .hero .fsElementContent figcaption .fs_style_35.left {
          float: left;
          margin-right: 40px;
          width: 25%; } }
      @media (min-width: 600px) {
        .home .hero .fsElementContent figcaption .fs_style_35[style*=right], .home .hero .fsElementContent figcaption .fs_style_35.right {
          float: right;
          margin-left: 40px;
          width: 25%; } }
      .home .hero .fsElementContent figcaption .fs_style_35:hover, .home .hero .fsElementContent figcaption .fs_style_35:active, .home .hero .fsElementContent figcaption .fs_style_35:focus {
        border: 1px solid #4dbee9;
        background: #4dbee9;
        color: #fff;
        text-decoration: none; }
        .home .hero .fsElementContent figcaption .fs_style_35:hover em, .home .hero .fsElementContent figcaption .fs_style_35:active em, .home .hero .fsElementContent figcaption .fs_style_35:focus em {
          color: rgba(255, 255, 255, 0.7); }
      .home .hero .fsElementContent figcaption .fs_style_35 em {
        display: block;
        margin-top: 5px;
        font-style: normal;
        font-size: 12px;
        line-height: 1.2;
        color: rgba(3, 29, 66, 0.7);
        transition: all 0.3s ease; }
      @media (min-width: 800px) {
        .home .hero .fsElementContent figcaption .fs_style_35 {
          width: 100%;
          max-width: 100%;
          margin-bottom: 20px;
          display: inline-block;
          width: auto;
          max-width: 300px;
          margin: 0 auto 20px;
          padding: 16px 20px;
          background: transparent;
          color: #fff;
          outline: 0;
          box-shadow: 0;
          border: 1px solid #fff;
          border-radius: 50px;
          font-family: "Oxygen", sans-serif;
          font-weight: 600;
          font-style: normal;
          font-size: 13px;
          line-height: 1.2;
          text-align: center;
          text-transform: none;
          text-decoration: none;
          transition: all 0.3s ease;
          margin-top: 30px; } }
  @media (min-width: 800px) and (min-width: 600px) {
    .home .hero .fsElementContent figcaption .fs_style_35[style*=left], .home .hero .fsElementContent figcaption .fs_style_35.left {
      float: left;
      margin-right: 40px;
      width: 25%; } }
  @media (min-width: 800px) and (min-width: 600px) {
    .home .hero .fsElementContent figcaption .fs_style_35[style*=right], .home .hero .fsElementContent figcaption .fs_style_35.right {
      float: right;
      margin-left: 40px;
      width: 25%; } }
      @media (min-width: 800px) {
          .home .hero .fsElementContent figcaption .fs_style_35:hover, .home .hero .fsElementContent figcaption .fs_style_35:active, .home .hero .fsElementContent figcaption .fs_style_35:focus {
            border: 1px solid #4dbee9;
            background: #4dbee9;
            color: #fff;
            text-decoration: none; }
            .home .hero .fsElementContent figcaption .fs_style_35:hover em, .home .hero .fsElementContent figcaption .fs_style_35:active em, .home .hero .fsElementContent figcaption .fs_style_35:focus em {
              color: rgba(255, 255, 255, 0.7); }
          .home .hero .fsElementContent figcaption .fs_style_35 em {
            display: block;
            margin-top: 5px;
            font-style: normal;
            font-size: 12px;
            line-height: 1.2;
            color: rgba(255, 255, 255, 0.7);
            transition: all 0.3s ease; } }
    .home .hero .fsElementContent .its-going-down {
      margin: 0 auto;
      padding: 0;
      position: absolute;
      left: 0;
      bottom: 25px;
      right: 0;
      width: 54px;
      height: 54px;
      color: #fff;
      display: none; }
      @media (min-width: 900px) {
        .home .hero .fsElementContent .its-going-down {
          display: block; } }
      .home .hero .fsElementContent .its-going-down:hover {
        color: rgba(255, 255, 255, 0.85);
        cursor: pointer; }
      .home .hero .fsElementContent .its-going-down span {
        display: block; }
        .home .hero .fsElementContent .its-going-down span:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          font-size: 26px;
          line-height: 54px; }
  .home .hero .fsElementSlideshow {
    border: 0;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    background: none;
    position: relative;
    color: #0c0c0c;
    font-family: "Oxygen", sans-serif;
    padding-right: 0 !important;
    padding-left: 0 !important; }
    .home .hero .fsElementSlideshow img,
    .home .hero .fsElementSlideshow video {
      -o-object-fit: cover;
      object-fit: cover;
      display: block;
      width: 100%; }
      @media (min-width: 1100px) {
        .home .hero .fsElementSlideshow img,
        .home .hero .fsElementSlideshow video {
          height: 920px; } }
    .home .hero .fsElementSlideshow article {
      position: relative;
      padding: 0; }
      .home .hero .fsElementSlideshow article:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        height: 100%;
        z-index: 0;
        visibility: visible; }
  .home .hero .caption-wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 84.28571em;
    max-width: 73.75rem;
    padding-right: 1.42857em;
    padding-left: 1.42857em;
    padding-top: 1.42857em;
    padding-bottom: 1.42857em;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-family: "Oxygen", sans-serif;
    font-size: 14px;
    line-height: 28px;
    width: 100%;
    background: #efefef;
    color: #0c0c0c;
    text-align: center;
    z-index: 1; }
    @media (min-width: 800px) {
      .home .hero .caption-wrapper {
        position: absolute;
        right: 0;
        bottom: 7%;
        left: 0;
        background: transparent;
        color: #fff;
        text-align: left; } }
    @media (min-width: 1300px) {
      .home .hero .caption-wrapper {
        padding-right: 80px;
        padding-left: 80px;
        padding-top: 0;
        padding-bottom: 0;
        max-width: none; } }
    .home .hero .caption-wrapper figcaption {
      width: 100%; }
      @media (min-width: 800px) {
        .home .hero .caption-wrapper figcaption {
          max-width: 600px; } }
    .home .hero .caption-wrapper.is-empty {
      display: none; }
  .home .hero .fsTitle {
    margin-top: 0;
    font-weight: 700;
    font-family: "EB Garamond", Georgia, serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 10px; }
    @media (min-width: 800px) {
      .home .hero .fsTitle {
        color: #fff; } }
  .home .hero figcaption .fs_style_35 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    width: auto;
    max-width: 300px;
    margin: 0 auto 20px;
    padding: 16px 20px;
    background: transparent;
    color: #fff;
    outline: 0;
    box-shadow: 0;
    border: 1px solid #fff;
    border-radius: 50px;
    font-family: "Oxygen", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    transition: all 0.3s ease; }
    @media (min-width: 600px) {
      .home .hero figcaption .fs_style_35[style*=left], .home .hero figcaption .fs_style_35.left {
        float: left;
        margin-right: 40px;
        width: 25%; } }
    @media (min-width: 600px) {
      .home .hero figcaption .fs_style_35[style*=right], .home .hero figcaption .fs_style_35.right {
        float: right;
        margin-left: 40px;
        width: 25%; } }
    .home .hero figcaption .fs_style_35:hover, .home .hero figcaption .fs_style_35:active, .home .hero figcaption .fs_style_35:focus {
      border: 1px solid #4dbee9;
      background: #4dbee9;
      color: #fff;
      text-decoration: none; }
      .home .hero figcaption .fs_style_35:hover em, .home .hero figcaption .fs_style_35:active em, .home .hero figcaption .fs_style_35:focus em {
        color: rgba(255, 255, 255, 0.7); }
    .home .hero figcaption .fs_style_35 em {
      display: block;
      margin-top: 5px;
      font-style: normal;
      font-size: 12px;
      line-height: 1.2;
      color: rgba(255, 255, 255, 0.7);
      transition: all 0.3s ease; }
  .home .hero figcaption p:last-child {
    margin-bottom: 0; }
  .home .hero figcaption:empty {
    display: none; }
  .home .hero .fsElementSlideshowControls > button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: transparent;
    font-size: 0;
    width: 30px;
    height: 30px;
    border: 0;
    padding: 0;
    z-index: 1;
    line-height: 42px;
    top: initial; }
    @media (max-width: 799px) {
      .home .hero .fsElementSlideshowControls > button:before {
        color: #031d42; } }

.portal-page .fsTwoColumnWideRightLayout > .fsDiv > .fsElement + .fsElement {
  margin-top: 2em; }

/*! pages - style-guide v0.0.1 */
.main-colors ol {
  zoom: 1;
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .main-colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .main-colors ol li {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    height: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1auto;
    flex: 0 1auto;
    width: 33.33333%;
    counter-increment: li; }
    .main-colors ol li:before {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
      color: #fff;
      content: "$m" counter(li); }
    .main-colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      text-align: center; }
    .main-colors ol li:nth-of-type(1) {
      background: #031d42;
      color: #031d42;
      text-shadow: 1px 1px 1px #fce2bd; }
      .main-colors ol li:nth-of-type(1):after {
        color: #dddddd;
        background: #031d42; }
      .main-colors ol li:nth-of-type(1):after {
        content: "#031d42"; }
    .main-colors ol li:nth-of-type(2) {
      background: #002f65;
      color: #002f65;
      text-shadow: 1px 1px 1px #ffd09a; }
      .main-colors ol li:nth-of-type(2):after {
        color: #cdcdcd;
        background: #002f65; }
      .main-colors ol li:nth-of-type(2):after {
        content: "#002f65"; }
    .main-colors ol li:nth-of-type(3) {
      background: #4dbee9;
      color: #4dbee9;
      text-shadow: 1px 1px 1px #b24116; }
      .main-colors ol li:nth-of-type(3):after {
        color: #646464;
        background: #4dbee9; }
      .main-colors ol li:nth-of-type(3):after {
        content: "#4dbee9"; }

.accent-colors ol {
  zoom: 1;
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .accent-colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .accent-colors ol li {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    height: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1auto;
    flex: 0 1auto;
    width: 66.66667%;
    counter-increment: li; }
    @media (min-width: 600px) {
      .accent-colors ol li {
        width: 33.33333%; } }
    @media (min-width: 1180px) {
      .accent-colors ol li {
        width: 16.66667%; } }
    .accent-colors ol li:before {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
      color: #fff;
      content: "$s" counter(li); }
    .accent-colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      text-align: center; }
    .accent-colors ol li:nth-of-type(1) {
      background: #0c0c0c;
      color: #0c0c0c;
      text-shadow: 1px 1px 1px #f3f3f3; }
      .accent-colors ol li:nth-of-type(1):after {
        color: #f3f3f3;
        background: #0c0c0c; }
      .accent-colors ol li:nth-of-type(1):after {
        content: "#0c0c0c"; }
    .accent-colors ol li:nth-of-type(2) {
      background: #343434;
      color: #343434;
      text-shadow: 1px 1px 1px #cbcbcb; }
      .accent-colors ol li:nth-of-type(2):after {
        color: #cbcbcb;
        background: #343434; }
      .accent-colors ol li:nth-of-type(2):after {
        content: "#343434"; }
    .accent-colors ol li:nth-of-type(3) {
      background: #58595b;
      color: #58595b;
      text-shadow: 1px 1px 1px #a7a6a4; }
      .accent-colors ol li:nth-of-type(3):after {
        color: #a6a6a6;
        background: #58595b; }
      .accent-colors ol li:nth-of-type(3):after {
        content: "#58595b"; }
    .accent-colors ol li:nth-of-type(4) {
      background: #a1a1a5;
      color: #a1a1a5;
      text-shadow: 1px 1px 1px #5e5e5a; }
      .accent-colors ol li:nth-of-type(4):after {
        color: #5c5c5c;
        background: #a1a1a5; }
      .accent-colors ol li:nth-of-type(4):after {
        content: "#a1a1a5"; }
    .accent-colors ol li:nth-of-type(5) {
      background: #efefef;
      color: #efefef;
      text-shadow: 1px 1px 1px #101010; }
      .accent-colors ol li:nth-of-type(5):after {
        color: #101010;
        background: #efefef; }
      .accent-colors ol li:nth-of-type(5):after {
        content: "#efefef"; }
    .accent-colors ol li:nth-of-type(6) {
      background: #f7f7f7;
      color: #f7f7f7;
      text-shadow: 1px 1px 1px #080808; }
      .accent-colors ol li:nth-of-type(6):after {
        color: #080808;
        background: #f7f7f7; }
      .accent-colors ol li:nth-of-type(6):after {
        content: "#f7f7f7"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.85714em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.35714em;
    padding: 0.35714em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "EB Garamond", Georgia, serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "EB Garamond, Georgia, serif"; }
    .fonts ol li:nth-of-type(2) {
      font-family: "Oxygen", sans-serif; }
      .fonts ol li:nth-of-type(2):after {
        content: "Oxygen, sans-serif"; }
    .fonts ol li:nth-of-type(3) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(3):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(4) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(4):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.headers h1:after {
  content: " size: 60px / line: 1.2"; }

.headers h2:after {
  content: " size: 40px / line: 1.2"; }

.headers h3:after {
  content: " size: 29px / line: 1.2"; }

.headers h4:after {
  content: " size: 25px / line: 1.2"; }

.headers h5:after {
  content: " size: 27px / line: 1.2"; }

.headers h6:after {
  content: " size: 18px / line: 1.2"; }

body.campus-map:not(.fsComposeMode) .setup-intructions {
  display: none; }

.campus-map .coordinates-popup {
  position: absolute;
  background: #fff;
  color: #000;
  padding: 9px 5px;
  margin-top: -87px;
  margin-left: -310px;
  z-index: 9000;
  width: 620px;
  height: 80px;
  text-align: center;
  border: 1px solid #000; }
  .campus-map .coordinates-popup:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff; }
  .campus-map .coordinates-popup .html-markup {
    display: block;
    margin: 5px; }
  .campus-map .coordinates-popup .copyButton.success:after {
    content: "\2714";
    margin-left: 5px; }

@media (min-width: 800px) {
  .campus-map.map-pop-active .map-wrapper {
    overflow: hidden; }
  .campus-map.map-pop-active .map-pop-wrapper:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 1000px;
    background: rgba(255, 255, 255, 0.7);
    content: '';
    z-index: 200; } }

.campus-map .map-wrapper {
  width: 100%;
  height: auto;
  position: relative; }
  .campus-map .map-wrapper .map-container > .fsElementContent {
    position: relative; }
    .campus-map .map-wrapper .map-container > .fsElementContent img {
      display: block;
      width: 100%;
      height: auto; }

.campus-map .map-points, .campus-map .map-points ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.campus-map .map-points li {
  margin: 0;
  padding: 0; }

@media (min-width: 800px) {
  .campus-map .map-points.mobile {
    display: none; } }

.campus-map .map-points:not(.mobile) {
  display: none; }
  @media (min-width: 800px) {
    .campus-map .map-points:not(.mobile) {
      display: block; } }

@media (min-width: 800px) {
  .campus-map .map-points {
    text-align: center;
    font-size: 0.625rem; } }

.campus-map .map-points ul:not(.redactor-toolbar) {
  font-size: 0; }
  .campus-map .map-points ul:not(.redactor-toolbar) li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    counter-increment: li;
    transition: 0.3s all;
    visibility: hidden;
    opacity: 0;
    z-index: 500; }
    .campus-map .map-points ul:not(.redactor-toolbar) li.active-modal {
      visibility: visible;
      opacity: 1; }
    @media (min-width: 800px) {
      .campus-map .map-points ul:not(.redactor-toolbar) li {
        visibility: visible;
        opacity: 1; } }
    .campus-map .map-points ul:not(.redactor-toolbar) li:hover {
      z-index: 1; }
    .campus-map .map-points ul:not(.redactor-toolbar) li:before {
      border-radius: 100%; }
    .campus-map .map-points ul:not(.redactor-toolbar) li a {
      display: block;
      position: relative; }
      .campus-map .map-points ul:not(.redactor-toolbar) li a:hover:before {
        background: #002f65; }
      .campus-map .map-points ul:not(.redactor-toolbar) li a:hover .map-text {
        background: rgba(22, 48, 82, 0.9);
        -webkit-transform: scale(1) translate(-50%, -10%);
        -ms-transform: scale(1) translate(-50%, -10%);
        transform: scale(1) translate(-50%, -10%);
        opacity: 1;
        visibility: visible; }
      .campus-map .map-points ul:not(.redactor-toolbar) li a:before {
        border-radius: 100%;
        transition: all 0.3s ease;
        display: inline-block;
        vertical-align: bottom;
        content: counter(li);
        background: rgba(0, 47, 101, 0.96);
        color: #fff;
        width: 22px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        font-size: 12px;
        box-shadow: 1px 1px 2px 0 #4dbee9; }
      .campus-map .map-points ul:not(.redactor-toolbar) li a .map-text {
        bottom: 100%;
        font-size: 0.875rem;
        color: #fff;
        padding: 5px;
        position: absolute;
        left: 50%;
        border-radius: 5px;
        white-space: nowrap;
        -webkit-transform: scale(0.95) translate(-50%, 100%);
        -ms-transform: scale(0.95) translate(-50%, 100%);
        transform: scale(0.95) translate(-50%, 100%);
        opacity: 0;
        visibility: hidden;
        z-index: 0;
        transition: all 0.3s ease; }

.campus-map .map-key {
  margin: 40px 0 20px 0;
  padding: 0; }
  .campus-map .map-key ul:not(.redactor-toolbar) {
    padding: 0;
    margin: 0;
    list-style: none; }
    @media screen and (min-width: 600px) {
      .campus-map .map-key ul:not(.redactor-toolbar) {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -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; } }
    .campus-map .map-key ul:not(.redactor-toolbar) li {
      counter-increment: li;
      padding: 5px;
      margin-bottom: 2px; }
      .campus-map .map-key ul:not(.redactor-toolbar) li:before {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        margin-right: 7px;
        content: counter(li);
        background: rgba(0, 47, 101, 0.96);
        color: #fff;
        width: 22px;
        height: 22px;
        font-size: 12px;
        line-height: 22px;
        border-radius: 100%;
        box-shadow: 1px 1px 2px 0 #4dbee9; }
      @media screen and (min-width: 600px) {
        .campus-map .map-key ul:not(.redactor-toolbar) li {
          -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
          break-inside: avoid-column; } }

.campus-map .map-detail {
  font-family: "Oxygen", sans-serif;
  color: #6d6d6d;
  font-size: 14px; }
  @media (min-width: 800px) {
    .campus-map .map-detail {
      height: 100%;
      position: absolute;
      width: 100%;
      top: 0;
      right: 0; } }
  @media (min-width: 800px) {
    .campus-map .map-detail .slick-list {
      height: 100% !important; } }
  .campus-map .map-detail .slick-dots {
    list-style: none;
    font-size: 0;
    margin: 0;
    padding: 15px 20px;
    display: none !important;
    line-height: 1;
    text-align: center; }
    @media (min-width: 800px) {
      .campus-map .map-detail .slick-dots {
        display: block !important; } }
    .campus-map .map-detail .slick-dots li {
      display: inline-block;
      vertical-align: bottom;
      font-size: 0; }
      .campus-map .map-detail .slick-dots li:not(:last-child) {
        margin-right: 10px; }
      .campus-map .map-detail .slick-dots li.slick-active button {
        background: #35c9d7;
        opacity: 1; }
      .campus-map .map-detail .slick-dots li button {
        padding: 0;
        opacity: 0.6;
        background: #b2b2b2;
        width: 10px;
        height: 10px;
        border: 0;
        border-radius: 100%;
        transition: 0.3s background; }
        .campus-map .map-detail .slick-dots li button:hover {
          background: #35c9d7;
          opacity: 1; }
  .campus-map .map-detail .fsSlideImage {
    background-position: center center;
    background-size: cover;
    position: relative; }
    @media screen and (max-width: 799px) {
      .campus-map .map-detail .fsSlideImage {
        background-image: none !important; } }
    .campus-map .map-detail .fsSlideImage img {
      display: block;
      width: 100%;
      height: auto;
      opacity: 1;
      visibility: visible; }
      @media (min-width: 800px) {
        .campus-map .map-detail .fsSlideImage img {
          opacity: 0;
          visibility: hidden; } }
    .campus-map .map-detail .fsSlideImage .fsCaptionTitleWrapper {
      background: #e4e2e1;
      padding: 20px 20px 5px;
      line-height: 1.5; }
      @media (min-width: 800px) {
        .campus-map .map-detail .fsSlideImage .fsCaptionTitleWrapper {
          position: absolute;
          background: rgba(0, 0, 0, 0.6);
          padding: 20px;
          right: 0;
          bottom: 0;
          left: 0; } }
      .campus-map .map-detail .fsSlideImage .fsCaptionTitleWrapper .fsSlideTitle {
        font-size: 1.5625rem;
        color: #5e5e5e; }
        @media (min-width: 800px) {
          .campus-map .map-detail .fsSlideImage .fsCaptionTitleWrapper .fsSlideTitle {
            color: #fff;
            font-size: inherit; } }
  .campus-map .map-detail .fsCaptionDescWrapper {
    padding: 5px 20px 20px;
    line-height: 1.5;
    background: #e4e2e1;
    color: #5e5e5e; }
    @media (min-width: 800px) {
      .campus-map .map-detail .fsCaptionDescWrapper {
        background: none;
        padding: 10px 20px; } }
    .campus-map .map-detail .fsCaptionDescWrapper .fsSlideDescription p:last-child {
      margin-bottom: 0; }

.campus-map.map-pop-active .map-pop-wrapper {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  margin-top: 20px; }
  @media (min-width: 800px) {
    .campus-map.map-pop-active .map-pop-wrapper {
      margin-top: 0; } }

.campus-map .map-pop-wrapper {
  position: relative;
  transition: 0.3s margin; }
  @media (min-width: 800px) {
    .campus-map .map-pop-wrapper {
      margin: 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      opacity: 0;
      z-index: 500;
      transition: all 0.3s ease;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      width: 100%;
      max-width: 425px; }
      .campus-map .map-pop-wrapper .map-pop-container {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; } }
  .campus-map .map-pop-wrapper .map-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid #fff;
    text-align: center;
    z-index: 400;
    transition: 0.3s color, 0.3s border; }
    .campus-map .map-pop-wrapper .map-close:hover {
      cursor: pointer;
      color: rgba(255, 255, 255, 0.75);
      border-color: rgba(255, 255, 255, 0.75); }
    .campus-map .map-pop-wrapper .map-close:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: inherit;
      font-size: 18px;
      line-height: 36px;
      display: block; }

body.campus-map.fsComposeMode .coordinates-popup {
  display: none; }

body.campus-map.fsComposeMode .map-key {
  display: none; }

body.campus-map.fsComposeMode .map-points {
  text-align: left; }
  body.campus-map.fsComposeMode .map-points ul:not(.redactor-toolbar) {
    font-size: 14px; }
    body.campus-map.fsComposeMode .map-points ul:not(.redactor-toolbar) li {
      position: static;
      opacity: 1;
      visibility: visible; }
      body.campus-map.fsComposeMode .map-points ul:not(.redactor-toolbar) li:not(:last-child) {
        margin-bottom: 10px; }
      body.campus-map.fsComposeMode .map-points ul:not(.redactor-toolbar) li .map-text {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        visibility: visible;
        color: inherit;
        border-radius: 0;
        white-space: normal; }

.fiftyfiftySlider {
  margin-bottom: 20px; }
  .fiftyfiftySlider .slick-arrow {
    position: absolute;
    top: 25px !important;
    right: 0 !important;
    bottom: auto !important;
    left: auto !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 50px;
    height: 50px;
    transition: 0.3s background;
    display: block !important;
    background: rgba(0, 0, 0, 0.2); }
    .fiftyfiftySlider .slick-arrow:hover {
      background: rgba(0, 0, 0, 0.4); }
    .fiftyfiftySlider .slick-arrow:before {
      display: block;
      font-size: 1.625rem;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      line-height: 50px;
      color: #fff; }
    .fiftyfiftySlider .slick-arrow:after {
      display: none; }
    .fiftyfiftySlider .slick-arrow.slick-prev {
      right: 51px !important; }
      .fiftyfiftySlider .slick-arrow.slick-prev:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .fiftyfiftySlider .slick-arrow.slick-next {
      right: 0 !important; }
      @media (min-width: 500px) {
        .fiftyfiftySlider .slick-arrow.slick-next {
          left: 52px;
          right: auto; } }
      .fiftyfiftySlider .slick-arrow.slick-next:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
  .fiftyfiftySlider .bpa-slide {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #f8f8f8; }
    .fiftyfiftySlider .bpa-slide:focus {
      outline: 0; }
    @media (min-width: 700px) {
      .fiftyfiftySlider .bpa-slide {
        min-height: 480px; } }
    .fiftyfiftySlider .bpa-slide .caption-wrapper {
      position: static;
      top: 0;
      left: 0;
      bottom: auto;
      right: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      text-align: center;
      padding: 75px 30px;
      background: transparent; }
      @media (min-width: 700px) {
        .fiftyfiftySlider .bpa-slide .caption-wrapper {
          width: 50%;
          height: 100%;
          position: absolute;
          padding-bottom: 30px; } }
      .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-title, .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-desc {
        text-align: center;
        text-shadow: none;
        display: block;
        color: #031d42; }
      .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-title {
        margin-top: 0;
        font-weight: 700;
        font-family: "EB Garamond", Georgia, serif;
        font-weight: 400;
        font-size: 40px;
        line-height: 1.2;
        margin-bottom: 10px;
        position: relative;
        padding-bottom: 18px; }
        .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-title:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          background: rgba(0, 0, 0, 0.2);
          width: 30px;
          height: 2px;
          margin: auto;
          background: rgba(0, 0, 0, 0.2); }
      .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-desc {
        color: #0c0c0c; }
    .fiftyfiftySlider .bpa-slide article {
      top: 0;
      right: 0;
      position: static;
      height: 350px;
      background-position: center;
      background-size: cover; }
      @media (min-width: 500px) {
        .fiftyfiftySlider .bpa-slide article {
          height: 470px; } }
      @media (min-width: 700px) {
        .fiftyfiftySlider .bpa-slide article {
          height: 100%;
          width: 50%;
          position: absolute; } }
    .fiftyfiftySlider .bpa-slide .bpa-img {
      opacity: 0;
      visibility: hidden; }

.athleticsBPT #fsPageBodyWrapper {
  padding: 0; }

.athleticsBPT #fsPageBody {
  max-width: 100%; }

.athleticsBPT #fsPageContent {
  margin: 0;
  padding-top: 30px;
  background: #fff; }
  @media (min-width: 600px) {
    .athleticsBPT #fsPageContent {
      padding-top: 40px; } }
  @media (min-width: 800px) {
    .athleticsBPT #fsPageContent {
      padding-top: 55px; } }
  .athleticsBPT #fsPageContent .fsPageLayout > .fsDiv {
    margin: 0; }

.athleticsBPT .athletics-twitter {
  font-family: "Oxygen", sans-serif; }
  .athleticsBPT .athletics-twitter, .athleticsBPT .athletics-twitter ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .athleticsBPT .athletics-twitter li {
    margin: 0;
    padding: 0; }
  .athleticsBPT .athletics-twitter > header {
    margin-bottom: 20px; }
    .athleticsBPT .athletics-twitter > header .fsElementTitle {
      font-style: normal;
      margin: 0; }
  .athleticsBPT .athletics-twitter .tweets > li {
    position: relative;
    margin-bottom: 40px;
    word-break: break-all; }
    .athleticsBPT .athletics-twitter .tweets > li:last-child {
      margin-bottom: 0; }
    .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-actions li {
      display: inline-block;
      margin-right: 20px; }
      .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-actions li:last-child {
        margin-right: 0; }
      .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-actions li ul[role=menu] li {
        display: none; }
        .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-actions li ul[role=menu] li:first-child {
          display: block; }
          .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-actions li ul[role=menu] li:first-child .timeline-ShareMenu-option {
            display: block;
            font-size: 0; }
            .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-actions li ul[role=menu] li:first-child .timeline-ShareMenu-option:before {
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none;
              font-size: 14px;
              color: #031d42;
              transition: 0.3s color; }
            .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-actions li ul[role=menu] li:first-child .timeline-ShareMenu-option:hover:before {
              color: #002f65; }
      .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-actions li .TweetAction--heart div:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 14px;
        color: #031d42;
        transition: 0.3s color; }
      .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-actions li .TweetAction--heart div:hover:before {
        color: #002f65; }
    .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-text {
      margin-bottom: 15px; }
      .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-text a {
        color: #002f65; }
        .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-text a:hover {
          color: #4dbee9; }
    .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-retweetCredit, .athleticsBPT .athletics-twitter .tweets > li .timeline-ShareMenu-title, .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-media {
      display: none; }
    .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-metadata {
      position: absolute;
      top: 0;
      right: 0; }
      .athleticsBPT .athletics-twitter .tweets > li .timeline-Tweet-metadata a {
        color: #002f65; }
    .athleticsBPT .athletics-twitter .tweets > li .TweetAuthor-link:hover {
      color: #4dbee9; }
    .athleticsBPT .athletics-twitter .tweets > li .TweetAuthor-link .TweetAuthor-avatar, .athleticsBPT .athletics-twitter .tweets > li .TweetAuthor-link .TweetAuthor-name, .athleticsBPT .athletics-twitter .tweets > li .TweetAuthor-link .TweetAuthor-screenName {
      display: inline-block;
      vertical-align: top; }
    .athleticsBPT .athletics-twitter .tweets > li .TweetAuthor-link .TweetAuthor-name {
      font-weight: 700;
      color: #002f65; }
    .athleticsBPT .athletics-twitter .tweets > li .TweetAuthor-link .TweetAuthor-screenName {
      color: #002f65; }

.athleticsBPT .news-and-media {
  margin-bottom: 40px; }
  @media (min-width: 600px) {
    .athleticsBPT .news-and-media {
      margin-bottom: 50px; } }
  @media (min-width: 800px) {
    .athleticsBPT .news-and-media {
      margin-bottom: 60px; } }
  .athleticsBPT .news-and-media > header {
    text-align: center;
    border-bottom: 1px solid #002f65; }
    .athleticsBPT .news-and-media > header .fsElementTitle {
      margin: 0;
      display: inline-block;
      background: #002f65;
      font-family: "Oxygen", sans-serif;
      font-size: 1.0625rem;
      color: #fff;
      padding: 10px 30px;
      font-weight: normal;
      font-style: normal; }
  .athleticsBPT .news-and-media > .fsElementContent {
    padding-top: 30px;
    position: relative;
    margin: 0 auto;
    max-width: 84.28571em;
    max-width: 73.75rem; }
    @media (min-width: 600px) {
      .athleticsBPT .news-and-media > .fsElementContent {
        padding-top: 40px; } }
    .athleticsBPT .news-and-media > .fsElementContent > .fsTwoColumnLayout {
      margin: 0; }
    .athleticsBPT .news-and-media > .fsElementContent .fsDiv {
      margin-bottom: 0;
      padding: 0 20px; }
      @media (min-width: 800px) {
        .athleticsBPT .news-and-media > .fsElementContent .fsDiv.fsStyleColumn-1 {
          width: 33.33%; }
        .athleticsBPT .news-and-media > .fsElementContent .fsDiv.fsStyleColumn-2 {
          width: 66.67%; } }

.athleticsBPT .fsNews {
  margin: 0; }
  @media (min-width: 800px) {
    .athleticsBPT .fsNews {
      padding-top: 30px; } }
  @media (min-width: 600px) {
    .athleticsBPT .fsNews .fsListItems {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .athleticsBPT .fsNews .fsListItems article {
    margin-bottom: 30px; }
    .athleticsBPT .fsNews .fsListItems article:last-child {
      margin-bottom: 0px; }
    @media (min-width: 600px) {
      .athleticsBPT .fsNews .fsListItems article {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 10px);
        flex: 0 1 calc(50% - 10px);
        margin: 0; }
        .athleticsBPT .fsNews .fsListItems article:first-child {
          margin-right: 20px; } }

.athleticsBPT .fsAthleticsEvent {
  margin: 0;
  font-family: "Oxygen", sans-serif; }
  .athleticsBPT .fsAthleticsEvent header {
    text-align: center; }
    .athleticsBPT .fsAthleticsEvent header .fsElementTitle {
      font-family: "Oxygen", sans-serif;
      display: inline-block;
      background: #031d42;
      color: #fff;
      font-size: 1.0625rem;
      padding: 13px 30px;
      margin: 0;
      font-weight: normal;
      font-style: normal; }
  .athleticsBPT .fsAthleticsEvent .fsListItems {
    background: #031d42;
    padding: 40px 45px 25px;
    color: #fff; }
    .athleticsBPT .fsAthleticsEvent .fsListItems article {
      text-align: center;
      padding: 1px; }
      .athleticsBPT .fsAthleticsEvent .fsListItems article:focus {
        outline-color: black; }
      .athleticsBPT .fsAthleticsEvent .fsListItems article .fsAthleticsResultWrapper {
        background: #002f65;
        margin-top: 10px;
        display: inline-block;
        color: #fff;
        font-size: 0.75rem;
        padding: 5px 10px; }
        .athleticsBPT .fsAthleticsEvent .fsListItems article .fsAthleticsResultWrapper .fsAthleticsResult {
          text-transform: uppercase;
          display: inline-block;
          vertical-align: middle;
          font-weight: 700;
          border-right: 1px solid #fff;
          padding-right: 5px;
          line-height: 1; }
        .athleticsBPT .fsAthleticsEvent .fsListItems article .fsAthleticsResultWrapper .fsAthleticsScore {
          padding-left: 5px;
          display: inline-block;
          vertical-align: middle; }
          .athleticsBPT .fsAthleticsEvent .fsListItems article .fsAthleticsResultWrapper .fsAthleticsScore:before {
            content: "SCORE: "; }
      .athleticsBPT .fsAthleticsEvent .fsListItems article .fsTitle {
        display: block; }
        .athleticsBPT .fsAthleticsEvent .fsListItems article .fsTitle a {
          color: #fff;
          font-weight: 600; }
          .athleticsBPT .fsAthleticsEvent .fsListItems article .fsTitle a:hover {
            color: #d9d9d9; }
      .athleticsBPT .fsAthleticsEvent .fsListItems article .fsAthleticsOpponents {
        display: block; }
        .athleticsBPT .fsAthleticsEvent .fsListItems article .fsAthleticsOpponents .fsAthleticsVs, .athleticsBPT .fsAthleticsEvent .fsListItems article .fsAthleticsOpponents .fsAthleticsOpponentNames {
          display: block; }
      .athleticsBPT .fsAthleticsEvent .fsListItems article .fsDateTime {
        color: #fff;
        text-transform: uppercase;
        font-family: "Oxygen", sans-serif;
        font-weight: 900;
        font-size: 24px; }
    .athleticsBPT .fsAthleticsEvent .fsListItems .slick-arrow {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 20px;
      font-size: 0;
      padding: 0;
      border: 0;
      background: none;
      line-height: 0.7; }
      .athleticsBPT .fsAthleticsEvent .fsListItems .slick-arrow:hover:before {
        color: #fff; }
      .athleticsBPT .fsAthleticsEvent .fsListItems .slick-arrow:focus {
        outline-color: rgba(255, 255, 255, 0.3); }
      .athleticsBPT .fsAthleticsEvent .fsListItems .slick-arrow:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 3.125rem;
        color: rgba(255, 255, 255, 0.3);
        transition: 0.3s color;
        display: block; }
    .athleticsBPT .fsAthleticsEvent .fsListItems .slick-next {
      left: auto;
      right: 20px; }
      .athleticsBPT .fsAthleticsEvent .fsListItems .slick-next:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .athleticsBPT .fsAthleticsEvent .fsListItems .slick-list {
      position: relative;
      margin: 0 auto;
      max-width: 84.28571em;
      max-width: 73.75rem; }

.fast-facts > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 84.28571em;
  max-width: 73.75rem;
  padding-top: 80px;
  padding-bottom: 80px; }

.fast-facts .fsContent {
  margin: 0;
  padding: 0 20px;
  text-align: center; }
  .fast-facts .fsContent.values .fsElementTitle:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fast-facts .fsContent.info .fsElementTitle:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fast-facts .fsContent.apply .fsElementTitle:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fast-facts .fsContent.promise .fsElementTitle:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fast-facts .fsContent.sun .fsElementTitle:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fast-facts .fsContent.look .fsElementTitle:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fast-facts .fsContent.bank .fsElementTitle:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fast-facts .fsContent.cap .fsElementTitle:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fast-facts .fsContent.gift .fsElementTitle:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fast-facts .fsContent.lock .fsElementTitle:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fast-facts .fsContent.group .fsElementTitle:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fast-facts .fsContent.search .fsElementTitle:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fast-facts .fsContent.share .fsElementTitle:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fast-facts .fsContent.swim .fsElementTitle:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fast-facts .fsContent > header:after {
    display: block;
    margin: 10px auto;
    padding: 0;
    content: '';
    width: 20px;
    height: 1px;
    background: #a1a1a5; }
  .fast-facts .fsContent > header .fsElementTitle {
    margin: 0;
    font-family: "Oxygen", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #002f65;
    transition: all 0.3s; }
    .fast-facts .fsContent > header .fsElementTitle:hover {
      color: #4dbee9; }
      .fast-facts .fsContent > header .fsElementTitle:hover:before {
        color: #4dbee9; }
    .fast-facts .fsContent > header .fsElementTitle:before {
      display: block;
      margin: 0 auto 30px;
      font-size: 80px;
      line-height: 1;
      color: #002f65;
      transition: all 0.3s; }
  .fast-facts .fsContent .fsElementContent {
    font-size: 14px;
    line-height: 24px; }

@media (min-width: 900px) {
  .landing .nav-sub {
    display: none; } }

.landing .fsMedia.hero {
  position: relative;
  margin-bottom: 0; }
  .landing .fsMedia.hero .slick-list {
    height: auto !important; }
  .landing .fsMedia.hero .universal-img {
    display: block;
    width: 100%; }
  .landing .fsMedia.hero .caption-wrapper {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: transparent;
    color: #fff;
    text-align: center; }
    .landing .fsMedia.hero .caption-wrapper .caption-inner {
      max-width: 100%; }
  .landing .fsMedia.hero .caption-title {
    margin-top: 0;
    font-weight: 700;
    font-family: "EB Garamond", Georgia, serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: inherit; }
    @media (min-width: 800px) {
      .landing .fsMedia.hero .caption-title {
        margin-top: 0;
        font-weight: 700;
        font-family: "EB Garamond", Georgia, serif;
        font-weight: 400;
        font-size: 60px;
        line-height: 1.2;
        margin-bottom: 10px;
        color: inherit; } }
  .landing .fsMedia.hero .caption-desc {
    margin-top: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: inherit; }

body.fsComposeMode .action-boxes-container > .fsElementContent > .fsElement > header,
body.fsComposeMode .action-boxes-container > .fsElementContent > .fsElement > footer,
body.fsComposeMode .action-boxes-container > .fsElementContent > .fsElement > .fsElementContent {
  background: #fff; }

body:not(.fsComposeMode) .action-boxes-container > .fsElementContent > .fsElement:after {
  background: linear-gradient(to bottom, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.5) 100%); }

body:not(.fsComposeMode) .action-boxes-container > .fsElementContent > .fsElement.on:before, body:not(.fsComposeMode) .action-boxes-container > .fsElementContent > .fsElement:hover:before {
  background-color: rgba(3, 29, 66, 0.85); }

body:not(.fsComposeMode) .action-boxes-container > .fsElementContent > .fsElement.on:after, body:not(.fsComposeMode) .action-boxes-container > .fsElementContent > .fsElement:hover:after {
  opacity: 0; }

body:not(.fsComposeMode) .action-boxes-container > .fsElementContent > .fsElement.on .inner, body:not(.fsComposeMode) .action-boxes-container > .fsElementContent > .fsElement:hover .inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }
  body:not(.fsComposeMode) .action-boxes-container > .fsElementContent > .fsElement.on .inner > header, body:not(.fsComposeMode) .action-boxes-container > .fsElementContent > .fsElement:hover .inner > header {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 10px 20px 10px 20px; }

.action-boxes-container > header {
  text-align: center; }

.action-boxes-container > footer {
  text-align: center; }

.action-boxes-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 84.28571em;
  max-width: 73.75rem;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .action-boxes-container > .fsElementContent > .fsElement {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% - 10px);
    flex: 0 1 calc(100% - 10px);
    width: auto;
    height: 100vw;
    max-height: 320px;
    margin: 5px;
    position: relative;
    background-color: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: inherit;
    overflow: hidden; }
    @media (min-width: 800px) {
      .action-boxes-container > .fsElementContent > .fsElement {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 10px);
        flex: 0 1 calc(50% - 10px);
        height: 50vw;
        max-height: 300px; } }
    @media (min-width: 1000px) {
      .action-boxes-container > .fsElementContent > .fsElement {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 10px);
        flex: 0 1 calc(50% - 10px);
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.33% - 10px);
        flex: 0 1 calc(33.33% - 10px);
        max-height: 375px; } }
    .action-boxes-container > .fsElementContent > .fsElement:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: transparent;
      transition: all .3s ease-in-out;
      z-index: 0; }
    .action-boxes-container > .fsElementContent > .fsElement:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 1;
      transition: opacity .3s ease-in-out; }
    .action-boxes-container > .fsElementContent > .fsElement .inner {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      padding: 20px;
      text-align: center;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%);
      transition: -webkit-transform .3s ease-in-out;
      transition: transform .3s ease-in-out;
      z-index: 2;
      color: #fff; }
      .action-boxes-container > .fsElementContent > .fsElement .inner a {
        color: #4dbee9; }
        .action-boxes-container > .fsElementContent > .fsElement .inner a:hover {
          color: #fff; }
      .action-boxes-container > .fsElementContent > .fsElement .inner > header {
        padding: 20px 20px 60px 20px;
        color: #fff;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        transition: all .3s ease-in-out; }
        .action-boxes-container > .fsElementContent > .fsElement .inner > header .fsElementTitle {
          margin-top: 0;
          font-weight: 700;
          font-size: 25px;
          line-height: 1.2;
          margin-bottom: 10px;
          color: #fff; }
      .action-boxes-container > .fsElementContent > .fsElement .inner > footer .fsElementFooterContent a {
        text-transform: uppercase;
        font-weight: 600;
        color: #fff; }
        .action-boxes-container > .fsElementContent > .fsElement .inner > footer .fsElementFooterContent a:hover {
          color: #4dbee9; }
      .action-boxes-container > .fsElementContent > .fsElement .inner > .fsElementContent {
        font-size: 14px;
        line-height: 1.4; }
        .action-boxes-container > .fsElementContent > .fsElement .inner > .fsElementContent a {
          color: #4dbee9; }
          .action-boxes-container > .fsElementContent > .fsElement .inner > .fsElementContent a:hover {
            color: #fff; }

/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 18000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.85); }
  .nivo-lightbox-overlay.nivo-lightbox-open {
    visibility: visible;
    opacity: 1; }

.nivo-lightbox-overlay .nivo-lightbox-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.nivo-lightbox-content {
  width: 100%;
  height: 100%;
  text-align: center; }
  .nivo-lightbox-content iframe {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%; }
    .nivo-lightbox-content iframe.nivo-lightbox-item {
      padding-top: 70px;
      padding-right: 20px;
      padding-bottom: 70px;
      padding-left: 20px; }
    .nivo-lightbox-content iframe.nivo-lightbox-youtube, .nivo-lightbox-content iframe.nivo-lightbox-vimeo {
      margin-top: 70px;
      margin-bottom: 70px;
      max-width: 90%;
      height: auto;
      min-height: 50.625vw; }

.nivo-lightbox-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center; }

.nivo-lightbox-nav {
  display: none; }

.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0; }

.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0; }

.nivo-lightbox-close {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 40px;
  right: 40px;
  transition: 0.3s all ease-in-out;
  line-height: 0;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  cursor: pointer;
  color: #58595b;
  font-size: 0; }
  .nivo-lightbox-close:hover {
    color: rgba(88, 89, 91, 0.75);
    text-decoration: none; }
  .nivo-lightbox-close:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px; }

.nivo-lightbox-image {
  text-align: center; }
  .nivo-lightbox-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle; }

.nivo-lightbox-inline,
.nivo-lightbox-ajax {
  max-height: 100%;
  overflow: auto; }

.nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000; }
  .nivo-lightbox-error p {
    display: table-cell;
    vertical-align: middle; }

/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
  transition: all 0.2s ease-in-out; }

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  transition: all 0.3s;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7); }

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); }

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%); }

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%); }

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%); }

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%); }

.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  transition: all 0.3s ease-out;
  -webkit-transform: translateZ(300px);
  transform: translateZ(300px); }

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important; }
  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important; }
  html {
    font-size: 100%;
    /* for IE */ }
  body {
    font-size: 62.5%; }
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .slick-slide {
    display: none !important; }
    .slick-slide.slick-active {
      display: block !important; }
  .slick-list {
    height: auto !important; }
  .slick-track {
    width: auto !important;
    height: auto !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }
    .slick-track .slick-slide {
      width: auto !important; }
  a[class*='fs_style'] {
    border-color: #000; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid; }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .fsPanel > header ~ .fsElementContent {
    display: block; } }
