 /**
 *
 * Northfield Mount Hermon School - default_17
 * @link http://nmhschoolorg.finalsite.com
 * Site Template : newclientcustom
 * Built By: Jorge Piquer
 * Project Manager: Mike Hartzler
 * Designer: Nathan Lyttle
 * ==== Git Info ====
 * Branch Name: clients/nmhschoolorg
 * Build version: 3.2.3
 * Git Tag: v3.0-197-g84d88360af
 * Last build by: Jonathan Brooks
 *
 **/

@charset "UTF-8";
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 70.58824em;
  max-width: 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.17647em;
  margin-left: 1.17647em; }

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

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

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

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

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

*/
/*! helpers - typography v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em; }

h1 {
  margin-top: 0;
  font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
  font-weight: bold;
  color: #2a2b2d;
  font-size: 54px;
  line-height: 64px;
  margin-bottom: 16px; }
  @media only screen and (max-width: 500px) {
    h1 {
      font-size: 37.8px;
      line-height: 44.8px; } }

h2 {
  margin-top: 0;
  font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
  font-weight: bold;
  color: #2a2b2d;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 16px; }
  @media only screen and (max-width: 500px) {
    h2 {
      font-size: 21px; } }

h3 {
  margin-top: 0;
  font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
  font-weight: bold;
  color: #2a2b2d;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px; }
  @media only screen and (max-width: 500px) {
    h3 {
      font-size: 14px; } }

h4 {
  margin-top: 0;
  font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
  font-weight: bold;
  color: #2a2b2d;
  font-size: 17px;
  line-height: 26px;
  color: #519dd0;
  font-weight: 600;
  font-family: "AvenirNextLTW01-Regular", sans-serif;
  margin-bottom: 10px; }

h5 {
  margin-top: 0;
  font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
  font-weight: bold;
  color: #2a2b2d;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 10px; }

h6 {
  margin-top: 0;
  font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
  font-weight: bold;
  color: #2a2b2d;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #7f8087;
  font-family: "AvenirNextLTW01-Regular", sans-serif;
  margin-bottom: 10px; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  text-decoration: none;
  color: #005b94;
  font-weight: 600;
  transition: background .3s, color .3s; }
  a:hover, a:focus {
    color: #519dd0; }

ul,
ol {
  margin-top: 0;
  color: #6a6867; }

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.styled,
.fs_style_35 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  .fsAthleticsEvent.fsTable .fsElementTable td,
  .fsAthleticsRoster .fsElementTable td,
  table.styled th,
  table.styled td,
  .fs_style_35 th,
  .fs_style_35 td {
    vertical-align: top;
    border-bottom: 1px solid #fff; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.styled th,
  .fs_style_35 th {
    padding: 10px;
    text-align: left;
    background: #005b94;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px; }
  
  .fsAthleticsEvent.fsTable .fsElementTable td,
  .fsAthleticsRoster .fsElementTable td,
  table.styled td,
  .fs_style_35 td {
    padding: 10px;
    background: rgba(215, 215, 221, 0.1); }
  .fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(even) td, .fsAthleticsRoster .fsElementTable tr:nth-of-type(even) td,
  table.styled tr:nth-of-type(even) td,
  .fs_style_35 tr:nth-of-type(even) td {
    background-color: rgba(215, 215, 221, 0.3); }

.table-scroll {
  overflow: auto; }

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

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

/*! _main.scss - src/sass/modules/common/ - main common import */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElement {
  margin-bottom: 20px; }
  .fsElement:last-child {
    margin-bottom: 0; }

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

.fsPanel {
  margin-bottom: 0; }

.fsDialogCloseButton {
  opacity: 1; }
  .fsDialogCloseButton:after, .fsDialogCloseButton:before {
    background: #4c4c4c; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #4c4c4c; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: #191919; }

.fsElementDialog {
  color: #4c4c4c; }
  .fsElementDialog.fsCalendar .fsDate {
    position: relative;
    left: 0;
    text-align: left; }

/*! 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.fsSlideshowVertical .fsElementSlideshow[data-slides-to-show="1"] article {
  padding-bottom: 0; }

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

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

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

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

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

.fsSlideshow .fsNextButton:hover:before,
.fsSlideshow .fsPrevButton:hover:before {
  opacity: 1;
  transition: opacity .3s; }

.fsSlideshow .fsPager {
  margin-bottom: 0;
  margin-top: 20px; }
  .fsSlideshow .fsPager li {
    width: 12px;
    height: 12px;
    position: relative;
    vertical-align: middle; }
    .fsSlideshow .fsPager li button {
      width: 100%;
      height: 100%; }
      .fsSlideshow .fsPager li button:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #4c4c4c;
        transition: .3s; }
      .fsSlideshow .fsPager li button:hover:before {
        transition: .3s; }

.fsCalendar.fsSlideshow:not(.home-calendar):not(.athletics-calendar):not(.home-calendar) .slick-arrow:before {
  top: 33%; }

.button-small,
.fs_style_28 {
  display: inline-block;
  margin: 0 20px 20px 0;
  padding: 6.5px 21px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  border-radius: 5px;
  font-weight: 500; }
  .button-small:hover, .button-small:focus,
  .fs_style_28:hover,
  .fs_style_28:focus {
    color: #fff;
    opacity: .6; }
  .button-small em,
  .fs_style_28 em {
    display: block;
    font-style: normal;
    text-transform: lowercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px; }
  .button-small.blue, .button-small.fs_style_31,
  .fs_style_28.blue,
  .fs_style_28.fs_style_31 {
    background: #519dd0; }
  .button-small.red, .button-small.fs_style_32,
  .fs_style_28.red,
  .fs_style_28.fs_style_32 {
    background: #8E2F44; }
  .button-small.green, .button-small.fs_style_33,
  .fs_style_28.green,
  .fs_style_28.fs_style_33 {
    background: #97A926; }
  .button-small.dark-blue, .button-small.fs_style_34,
  .fs_style_28.dark-blue,
  .fs_style_28.fs_style_34 {
    background: #005b94; }

.button-medium,
.fs_style_29 {
  display: inline-block;
  margin: 0 20px 20px 0;
  padding: 16.5px 31px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  border-radius: 5px; }
  .button-medium:hover, .button-medium:focus,
  .fs_style_29:hover,
  .fs_style_29:focus {
    color: #fff;
    opacity: .6; }
  .button-medium em,
  .fs_style_29 em {
    display: block;
    font-style: normal;
    text-transform: lowercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px; }
  .button-medium.blue, .button-medium.fs_style_31,
  .fs_style_29.blue,
  .fs_style_29.fs_style_31 {
    background: #519dd0; }
  .button-medium.red, .button-medium.fs_style_32,
  .fs_style_29.red,
  .fs_style_29.fs_style_32 {
    background: #8E2F44; }
  .button-medium.green, .button-medium.fs_style_33,
  .fs_style_29.green,
  .fs_style_29.fs_style_33 {
    background: #97A926; }
  .button-medium.dark-blue, .button-medium.fs_style_34,
  .fs_style_29.dark-blue,
  .fs_style_29.fs_style_34 {
    background: #005b94; }

.button-large,
.fs_style_30 {
  display: inline-block;
  margin: 0 20px 20px 0;
  padding: 26.5px 86px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  border-radius: 5px; }
  .button-large:hover, .button-large:focus,
  .fs_style_30:hover,
  .fs_style_30:focus {
    color: #fff;
    opacity: .6; }
  .button-large em,
  .fs_style_30 em {
    display: block;
    font-style: normal;
    text-transform: lowercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px; }
  .button-large.blue, .button-large.fs_style_31,
  .fs_style_30.blue,
  .fs_style_30.fs_style_31 {
    background: #519dd0; }
  .button-large.red, .button-large.fs_style_32,
  .fs_style_30.red,
  .fs_style_30.fs_style_32 {
    background: #8E2F44; }
  .button-large.green, .button-large.fs_style_33,
  .fs_style_30.green,
  .fs_style_30.fs_style_33 {
    background: #97A926; }
  .button-large.dark-blue, .button-large.fs_style_34,
  .fs_style_30.dark-blue,
  .fs_style_30.fs_style_34 {
    background: #005b94; }

.hollow-button,
.fs_style_27 {
  display: inline-block;
  margin: 0 20px 20px 0;
  padding: 6.5px 21px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  border-radius: 5px;
  background: transparent;
  border-width: 1px;
  border-style: solid; }
  .hollow-button:hover, .hollow-button:focus,
  .fs_style_27:hover,
  .fs_style_27:focus {
    color: #fff;
    opacity: .6; }
  .hollow-button em,
  .fs_style_27 em {
    display: block;
    font-style: normal;
    text-transform: lowercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px; }
  .hollow-button.blue, .hollow-button.fs_style_31,
  .fs_style_27.blue,
  .fs_style_27.fs_style_31 {
    color: #519dd0;
    border-color: #519dd0; }
  .hollow-button.red, .hollow-button.fs_style_32,
  .fs_style_27.red,
  .fs_style_27.fs_style_32 {
    color: #8E2F44;
    border-color: #8E2F44; }
  .hollow-button.green, .hollow-button.fs_style_33,
  .fs_style_27.green,
  .fs_style_27.fs_style_33 {
    color: #97A926;
    border-color: #97A926; }
  .hollow-button.dark-blue, .hollow-button.fs_style_34,
  .fs_style_27.dark-blue,
  .fs_style_27.fs_style_34 {
    color: #005b94;
    border-color: #005b94; }
  .hollow-button:hover, .hollow-button:focus,
  .fs_style_27:hover,
  .fs_style_27:focus {
    border-color: #fff;
    color: #fff;
    opacity: 1; }
    .hollow-button:hover.blue, .hollow-button:hover.fs_style_31, .hollow-button:focus.blue, .hollow-button:focus.fs_style_31,
    .fs_style_27:hover.blue,
    .fs_style_27:hover.fs_style_31,
    .fs_style_27:focus.blue,
    .fs_style_27:focus.fs_style_31 {
      background: #519dd0; }
    .hollow-button:hover.red, .hollow-button:hover.fs_style_32, .hollow-button:focus.red, .hollow-button:focus.fs_style_32,
    .fs_style_27:hover.red,
    .fs_style_27:hover.fs_style_32,
    .fs_style_27:focus.red,
    .fs_style_27:focus.fs_style_32 {
      background: #8E2F44; }
    .hollow-button:hover.green, .hollow-button:hover.fs_style_33, .hollow-button:focus.green, .hollow-button:focus.fs_style_33,
    .fs_style_27:hover.green,
    .fs_style_27:hover.fs_style_33,
    .fs_style_27:focus.green,
    .fs_style_27:focus.fs_style_33 {
      background: #97A926; }
    .hollow-button:hover.dark-blue, .hollow-button:hover.fs_style_34, .hollow-button:focus.dark-blue, .hollow-button:focus.fs_style_34,
    .fs_style_27:hover.dark-blue,
    .fs_style_27:hover.fs_style_34,
    .fs_style_27:focus.dark-blue,
    .fs_style_27:focus.fs_style_34 {
      background: #005b94; }

.fsStyleDefaultButton {
  display: inline-block;
  margin: 0 20px 20px 0;
  padding: 6.5px 21px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  border-radius: 5px; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus {
    color: #fff;
    opacity: .6; }
  .fsStyleDefaultButton em {
    display: block;
    font-style: normal;
    text-transform: lowercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px; }
  .fsStyleDefaultButton.fsCategoryLink {
    margin-right: 5px; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }
  .fsStyleDefaultButton.fsSelectAll {
    color: #000; }

.fsStyleUpdateButton {
  display: inline-block;
  margin: 0 20px 20px 0;
  padding: 6.5px 21px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  border-radius: 5px; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus {
    color: #fff;
    opacity: .6; }
  .fsStyleUpdateButton em {
    display: block;
    font-style: normal;
    text-transform: lowercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px; }
  .fsStyleUpdateButton.fsElementToolsSearchButton {
    margin-top: 20px;
    margin-bottom: 0; }

.lead-in,
.fs_style_24 {
  font-size: 1.52941em;
  line-height: 1.30769em;
  color: #519dd0;
  font-weight: 500;
  font-family: "Archer SSm A", "Archer SSm B", Georgia, serif; }

blockquote, .fs_style_46, .fs_style_47 {
  position: relative;
  margin: 20px 0;
  padding: 40px 0 20px;
  font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  color: #519dd0;
  border-top: 1px solid #d7d7dd;
  border-bottom: 1px solid #d7d7dd; }
  .fsBanner blockquote {
    font-size: 19px;
    line-height: 30px;
    color: #005b94;
    font-weight: 300; }
  @media only screen and (max-width: 500px) {
    blockquote, .fs_style_46, .fs_style_47 {
      font-size: 15.4px; } }

.fs_style_46 {
  font-family: 'Roboto', serif;
  font-weight: 300;
  font-size: 20pt;
  line-height: 40px;
  color: #4c4c4c;
  padding: 20px 0; }

.fs_style_47 {
  font-family: 'Merriweather', serif;
  font-size: 20pt;
  line-height: 40px;
  color: #0F5F99;
  font-weight: 300;
  padding: 20px 0; }

cite,
.fs_style_26 {
  display: block;
  margin: 26px 0 20px;
  font-style: normal;
  color: #7f8087;
  font-size: 16px;
  font-weight: 600;
  font-family: "AvenirNextLTW01-Regular", sans-serif; }
  cite:before,
  .fs_style_26:before {
    content: '- '; }

.callout,
.fs_style_25 {
  display: block;
  margin: 20px 0;
  padding: 0 20px;
  font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
  color: #519dd0;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  border-left: 5px solid #519dd0; }
  .callout.left,
  .fs_style_25.left {
    float: left;
    margin-left: 20px; }
    @media (min-width: 500px) {
      .callout.left,
      .fs_style_25.left {
        width: 50%; } }
  .callout.right,
  .fs_style_25.right {
    float: right;
    margin-right: 20px; }
    @media (min-width: 500px) {
      .callout.right,
      .fs_style_25.right {
        width: 50%; } }
  @media only screen and (max-width: 500px) {
    .callout,
    .fs_style_25 {
      font-size: 16.8px; } }

/*! structure - header v0.0.1 */
#fsHeader {
  background: #fff; }
  #fsHeader > .fsBanner {
    position: relative; }

.site-info-container {
  position: absolute;
  top: -46px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: 1s; }
  .site-info-container a {
    display: block;
    width: 220px;
    height: 140px;
    padding: 20px 0;
    color: transparent;
    transition: .5s;
    background: url("../images/NMHlogo.svg") no-repeat 0 50%;
    background-size: cover; }
    .site-info-container a:hover {
      color: transparent; }
  .site-info-container.is-fixed {
    position: fixed;
    top: -140px;
    z-index: 101;
    opacity: 0; }
  @media (min-width: 1000px) {
    .site-info-container {
      top: 74px; } }
  .athletics .site-info-container a {
    background: url("../images/nmh-logo-athletics.png") no-repeat 0 50%;
    background-size: cover; }

.fixed-logo {
  display: block;
  position: absolute;
  top: 0;
  left: -141px;
  max-width: 140px;
  transition: .5s; }
  .fixed-logo a {
    display: block;
    width: 140px;
    height: 50px;
    background: url("../images/nmh-logo-fixed.png"), #519dd0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 65%; }
  .is-fixed .fixed-logo {
    left: 0; }

.translate {
  position: relative;
  width: 250px;
  height: 40px; }
  .translate #google_translate_element {
    top: 5px;
    right: 0;
    width: 100%; }
    .translate #google_translate_element label {
      content: 'English';
      position: absolute;
      top: 0;
      left: 0;
      width: 250px;
      padding: 5.5px 10px;
      font-size: 16px;
      font-family: "AvenirNextLTW01-Regular", sans-serif;
      border: 1px solid #d7d7dd;
      background: #f5f5f5; }
      .translate #google_translate_element label:hover {
        color: #7f8087; }
      .translate #google_translate_element label:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        position: relative;
        top: 2px;
        margin-right: 5px;
        color: #b6b6bb; }
      .translate #google_translate_element label:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        position: absolute;
        top: 7px;
        right: 5px; }
    .translate #google_translate_element .goog-te-gadget .goog-te-combo {
      cursor: pointer; }
    .translate #google_translate_element .goog-te-combo {
      width: 250px;
      height: 40px;
      margin: 0;
      font-size: 14px; }
    .translate #google_translate_element a.goog-logo-link {
      display: none; }
  .translate .goog-te-gadget {
    font-size: 0;
    color: #7f8087; }
    .translate .goog-te-gadget select {
      opacity: 0; }
    .translate .goog-te-gadget:hover {
      color: #b6b6bb; }

.universal-slideshow, .resource-slider {
  position: relative;
  margin-bottom: 0;
  overflow: hidden; }
  .home .universal-slideshow, .home .resource-slider {
    display: none; }
  .universal-slideshow header, .resource-slider header {
    position: absolute;
    left: 50%;
    bottom: 45px;
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 2;
    width: 90%; }
    .universal-slideshow header .fsElementHeaderContent, .resource-slider header .fsElementHeaderContent {
      font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
      font-size: 22px;
      line-height: 34px;
      font-weight: 700;
      text-align: center;
      color: white; }
      .universal-slideshow header .fsElementHeaderContent em, .resource-slider header .fsElementHeaderContent em {
        font-size: 20px;
        font-style: normal; }
      .universal-slideshow header .fsElementHeaderContent strong, .resource-slider header .fsElementHeaderContent strong {
        font-size: 34px;
        color: #E6B10E; }
      @media (min-width: 700px) {
        .universal-slideshow header .fsElementHeaderContent, .resource-slider header .fsElementHeaderContent {
          font-size: 34px;
          line-height: 44px; }
          .universal-slideshow header .fsElementHeaderContent em, .resource-slider header .fsElementHeaderContent em {
            font-size: 30px; }
          .universal-slideshow header .fsElementHeaderContent strong, .resource-slider header .fsElementHeaderContent strong {
            font-size: 42px; } }
  .universal-slideshow footer, .resource-slider footer {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 10px; }
    .universal-slideshow footer a, .resource-slider footer a {
      display: block;
      color: transparent; }
      .universal-slideshow footer a:before, .resource-slider footer a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #fff;
        font-size: 34px; }
  .universal-slideshow .fsCustomSlider .slick-dots, .universal-slideshow .fsPager, .resource-slider .fsCustomSlider .slick-dots, .resource-slider .fsPager {
    right: 20px;
    left: auto;
    z-index: 2; }
    .universal-slideshow .fsCustomSlider .slick-dots button, .universal-slideshow .fsPager button, .resource-slider .fsCustomSlider .slick-dots button, .resource-slider .fsPager button {
      width: 8px;
      height: 8px;
      background: #7f8087;
      border: none; }
  .universal-slideshow.active-slider, .resource-slider.active-slider {
    display: block; }

.resource-slider footer a {
  width: 22px; }

.resource-slider .fsElementSlideshow {
  margin-bottom: 0; }

.resource-slider article {
  padding: 0; }
  @media (max-height: 400px) {
    .resource-slider article {
      min-height: 330px; } }
  .resource-slider article video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%; }
  .resource-slider article video::-webkit-media-controls {
    display: none; }

body:not(.fsComposeMode) .interior-hero {
  position: relative; }
  body:not(.fsComposeMode) .interior-hero footer {
    padding: 20px;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 700; }
    body:not(.fsComposeMode) .interior-hero footer strong {
      font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
      font-size: 24px;
      line-height: 29px; }
    @media (min-width: 950px) {
      body:not(.fsComposeMode) .interior-hero footer {
        position: absolute;
        top: auto;
        bottom: 20px;
        right: 80px;
        width: 60%;
        color: #fff; } }
  body:not(.fsComposeMode) .interior-hero img {
    display: block;
    width: 100%;
    height: 230px;
    -o-object-fit: cover;
    object-fit: cover; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .interior-hero img {
        height: auto; } }

#fsFooter {
  color: #fff; }
  #fsFooter .fsBanner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #fsFooter .fsBanner:after {
      content: normal; }
    body.fsDraftMode #fsFooter .fsBanner {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; }
  #fsFooter .nav-social {
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 900px) {
      #fsFooter .nav-social {
        width: 45%; } }
  #fsFooter .school-details-container {
    width: 100%; }
    @media (min-width: 900px) {
      #fsFooter .school-details-container {
        width: 20%; } }
  #fsFooter .nav-utility-footer {
    width: 100%; }
    @media (min-width: 900px) {
      #fsFooter .nav-utility-footer {
        width: 35%; } }
  #fsFooter .footer-top,
  #fsFooter .footer-bottom {
    width: 100%;
    margin-bottom: 0; }
    #fsFooter .footer-top > .fsElementContent,
    #fsFooter .footer-bottom > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 70.58824em;
      max-width: 75rem;
      padding: 0 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-between;
      text-align: center; }
      @media (min-width: 900px) {
        #fsFooter .footer-top > .fsElementContent,
        #fsFooter .footer-bottom > .fsElementContent {
          text-align: left; } }
  #fsFooter .footer-top {
    padding-top: 60px;
    padding-bottom: 27px;
    background: #d7d7dd; }
    #fsFooter .footer-top .fsElementTitle {
      position: relative;
      padding-bottom: 25px;
      margin-bottom: 25px;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase; }
      #fsFooter .footer-top .fsElementTitle:after {
        position: absolute;
        left: 50%;
        bottom: 0;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 50px;
        height: 2px;
        content: '';
        background: #b6b6bb; }
      @media (min-width: 900px) {
        #fsFooter .footer-top .fsElementTitle:after {
          left: 0;
          -ms-transform: none;
          transform: none; } }
  #fsFooter .footer-bottom {
    background: #4c4c4c; }
    #fsFooter .footer-bottom div,
    #fsFooter .footer-bottom p {
      margin-bottom: 0; }
    #fsFooter .footer-bottom > .fsElementContent {
      height: 160px;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (min-width: 677px) {
        #fsFooter .footer-bottom > .fsElementContent {
          -ms-flex-pack: justify;
          justify-content: space-between;
          height: 50px; } }
      #fsFooter .footer-bottom > .fsElementContent > .fsContent {
        font-size: 14px;
        -ms-flex-order: 2;
        order: 2; }
        @media (min-width: 677px) {
          #fsFooter .footer-bottom > .fsElementContent > .fsContent {
            -ms-flex-order: 1;
            order: 1; } }
    #fsFooter .footer-bottom .fsNavigation {
      -ms-flex-order: 1;
      order: 1; }
      @media (min-width: 677px) {
        #fsFooter .footer-bottom .fsNavigation {
          -ms-flex-order: 2;
          order: 2; } }
    #fsFooter .footer-bottom .fsNavLevel1 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; }
      #fsFooter .footer-bottom .fsNavLevel1, #fsFooter .footer-bottom .fsNavLevel1 ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      #fsFooter .footer-bottom .fsNavLevel1 li {
        margin: 0;
        padding: 0; }
      #fsFooter .footer-bottom .fsNavLevel1 li:not(:last-child) {
        padding-right: 10px;
        margin-right: 10px; }
        #fsFooter .footer-bottom .fsNavLevel1 li:not(:last-child):after {
          position: relative;
          right: -10px;
          content: '\2022';
          font-size: 12px;
          color: #fff; }
      #fsFooter .footer-bottom .fsNavLevel1 a {
        font-size: 14px;
        line-height: 21px;
        color: #fff; }
        #fsFooter .footer-bottom .fsNavLevel1 a:hover {
          opacity: .5; }

.school-details {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  color: #6a6867; }
  .school-details [itemprop='streetAddress'] {
    display: block; }
  .school-details [itemprop='email'] {
    margin-top: 15px; }
  .school-details a {
    color: #005b94; }
    .school-details a:hover {
      opacity: .5; }

/*! structure - layouts v0.0.1 */
* {
  box-sizing: border-box; }

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

html {
  font-family: "AvenirNextLTW01-Regular", sans-serif;
  background: #8E2F44;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 17px;
  line-height: 27px;
  color: #4c4c4c; }

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

.fsStateRichTextEditing #fsPageWrapper {
  overflow: unset; }

#fsPageBodyWrapper {
  padding-right: 1.17647em;
  padding-left: 1.17647em;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff; }
  @media (min-width: 1000px) {
    #fsPageBodyWrapper {
      padding-top: 40px;
      padding-bottom: 40px; } }

@media only screen and (max-width: 1350px) and (min-width: 1000px) {
  #fsPageBodyWrapper {
    padding-left: 75px; } }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 70.58824em;
  max-width: 75rem;
  position: static;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 600px) {
    #fsPageBody {
      display: block; } }
  @media (min-width: 800px) {
    #fsPageBody {
      display: -ms-flexbox;
      display: flex; } }

#fsPageContent {
  width: 100%; }

#fsBannerLeft {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 700px) {
    #fsBannerLeft {
      padding-right: 40px;
      width: 280px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }

.fsHasRightBanner #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
  width: 100%; }
  @media (min-width: 700px) {
    .fsHasRightBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 341px); } }

.fsHasLeftBanner #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
  width: 100%; }
  @media (min-width: 700px) {
    .fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 280px); } }

.fsHasLeftBanner.fsHasRightBanner #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: calc(100% - 280px); } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 440px);
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: calc(100% - 621px); } }

#fsBannerRight {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  #fsBannerRight .fsBanner > div {
    margin-bottom: 20px; }
  @media (min-width: 700px) {
    #fsBannerRight {
      padding-left: 40px;
      width: 341px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 280px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -ms-flex-order: 1;
        order: 1;
        padding-left: 20px;
        width: 240px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 40px;
        width: 341px; } }

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

.fsLayout .fsDiv {
  margin-bottom: 20px;
  width: 100%;
  float: none; }
  @media (min-width: 800px) {
    .fsLayout .fsDiv {
      float: left; } }
  @media (min-width: 800px) {
    .fsLayout .fsDiv {
      padding-right: 1.17647em;
      padding-left: 1.17647em; } }

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

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

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

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

.fsLayout .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 700px) {
    .fsLayout .fsStyleTwoThirds {
      width: 66.66667%; } }

.fsLayout .fsStyleOneThird {
  width: 100%; }
  @media (min-width: 700px) {
    .fsLayout .fsStyleOneThird {
      width: 33.33333%; } }

div[class*="fsTwoColumnWide"] {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  div[class*="fsTwoColumnWide"] > .fsDiv {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
    margin-bottom: 20px; }
    @media (min-width: 700px) {
      div[class*="fsTwoColumnWide"] > .fsDiv {
        margin-bottom: 0; } }
    div[class*="fsTwoColumnWide"] > .fsDiv:last-child {
      margin-bottom: 0; }

.fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 280px); } }
  @media (min-width: 700px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
      width: 100%; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 280px); } }
  .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 280px); } }
    @media (min-width: 800px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 280px); } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 200px); } }

.fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      width: 280px;
      padding-right: 40px; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      width: 100%;
      padding-right: 0;
      margin-bottom: 20px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      width: 280px;
      padding-right: 40px;
      margin-bottom: 0; } }
  @media (min-width: 600px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      padding-right: 40px;
      width: 280px; } }
  @media (min-width: 800px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 1000px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      padding-right: 40px;
      width: 280px; } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
        padding-right: 20px;
        width: 200px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 240px);
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 341px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 40px;
      width: 341px; } }

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

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

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

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

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 280px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 440px);
      margin-bottom: 0; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 621px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 40px;
      width: 341px; } }

.fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 341px); } }
  .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 800px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 240px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 341px); } }
  @media (min-width: 700px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
      width: 100%; } }
  @media (min-width: 1000px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
      width: calc(100% - 341px); } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 240px); } }

.fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      width: 341px;
      padding-left: 40px; } }
  .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
    width: 100%;
    padding: 0; }
    @media (min-width: 800px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
        padding-left: 20px;
        width: 240px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
        padding-left: 40px;
        width: 341px; } }
  @media (min-width: 700px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
      width: 100%;
      padding-left: 0;
      margin-bottom: 20px; } }
  @media (min-width: 1000px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
      width: 341px;
      padding-left: 40px;
      margin-bottom: 0; } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
        padding-left: 20px;
        width: 240px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 280px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 200px);
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 280px); } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding: 0; }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }

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

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

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

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

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 280px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 440px);
      margin-bottom: 0; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 621px); } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      -ms-flex-order: 1;
      order: 1;
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 40px;
      width: 341px; } }

.fsElephantLeftLayout,
.fsElephantRightLayout {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fsElephantLeftLayout > div,
  .fsElephantRightLayout > div {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
    margin-bottom: 20px; }
    @media (min-width: 700px) {
      .fsElephantLeftLayout > div,
      .fsElephantRightLayout > div {
        margin-bottom: 0; } }
    .fsElephantLeftLayout > div:last-child,
    .fsElephantRightLayout > div:last-child {
      margin-bottom: 0; }

@media (min-width: 700px) {
  .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: calc(100% - 341px); } }

.fsElephantRightLayout > div.fsStyleTwoThirds > .fsDiv {
  padding-left: 0;
  padding-right: 0; }

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

@media (min-width: 700px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1000px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: calc(100% - 341px); } }

@media (min-width: 700px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1000px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: calc(100% - 240px); } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
      width: calc(100% - 240px); } }

@media (min-width: 700px) {
  .fsElephantRightLayout > div.fsStyleOneThird {
    width: 341px;
    padding-left: 40px;
    padding-right: 0; } }

@media (min-width: 700px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1000px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 341px;
    padding-left: 40px;
    margin-bottom: 0; } }

@media (min-width: 700px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1000px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 240px;
    padding-left: 20px;
    margin-bottom: 0; } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }

@media (min-width: 700px) {
  .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: calc(100% - 280px); } }

.fsElephantLeftLayout > div.fsStyleTwoThirds > .fsDiv {
  padding-left: 0;
  padding-right: 0; }

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

@media (min-width: 700px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1000px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: calc(100% - 200px); } }

@media (min-width: 700px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1000px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: calc(100% - 280px); } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
      width: calc(100% - 200px); } }

@media (min-width: 700px) {
  .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 280px;
    padding-right: 40px;
    padding-left: 0; } }

@media (min-width: 700px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1000px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 200px;
    padding-right: 20px;
    margin-bottom: 0; } }

@media (min-width: 700px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1000px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 280px;
    padding-right: 40px;
    margin-bottom: 0; } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
      padding-right: 20px;
      width: 200px; } }

#fsPoweredByFinalsite {
  position: absolute;
  right: 50%;
  bottom: 5px;
  -ms-transform: translateX(50%);
  transform: translateX(50%); }
  @media (min-width: 677px) {
    #fsPoweredByFinalsite {
      right: 20px;
      bottom: 70px;
      -ms-transform: none;
      transform: none; } }

.fsBreadcrumb {
  position: relative;
  margin: 0 auto;
  max-width: 70.58824em;
  max-width: 75rem;
  margin-top: 20px;
  margin-bottom: 70px; }
  @media only screen and (max-width: 500px) {
    .fsBreadcrumb {
      margin-bottom: 45px; } }
  .fsBreadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsBreadcrumb li {
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase; }
    .fsBreadcrumb li:first-of-type {
      position: relative;
      padding-left: 25px; }
      .fsBreadcrumb li:first-of-type:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        position: absolute;
        left: 0;
        padding-right: 10px;
        color: #7f8087;
        font-size: 14px; }
  .fsBreadcrumb a {
    color: #7f8087;
    font-size: inherit;
    font-weight: inherit;
    text-transfrom: inherit; }
    .fsBreadcrumb a:hover {
      color: #2a2b2d; }
  .fsBreadcrumb span {
    padding: 0 5px; }

.nav-main {
  position: relative; }
  #fsHeader .nav-main {
    height: 50px;
    background: #8E2F44;
    margin-bottom: 0; }
    #fsHeader .nav-main li {
      display: none; }
    @media (min-width: 1000px) {
      #fsHeader .nav-main {
        margin-top: 0; }
        #fsHeader .nav-main li {
          display: block; } }
  .nav-main nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    max-width: 70.58824em;
    max-width: 75rem;
    transition: .5s; }
    .nav-main nav .fsNavLevel1.menu-col {
      width: 42.5%; }
      .nav-main nav .fsNavLevel1.menu-col.column-1 {
        padding-right: 4.17%;
        transition: .5s; }
      .nav-main nav .fsNavLevel1.menu-col.column-2 {
        padding-left: 4.17%;
        transition: .5s; }
  .nav-main .fsNavLevel1, .nav-main .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-main .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  @media (min-width: 1000px) {
    .nav-main .fsNavLevel1 {
      margin: 0;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%; }
      .no-flexbox .nav-main .fsNavLevel1 {
        text-align: justify;
        font-size: 0.1px; }
        .no-flexbox .nav-main .fsNavLevel1 > li {
          display: inline-block; }
        .no-flexbox .nav-main .fsNavLevel1:after {
          content: "";
          display: inline-block;
          width: 100%; } }
  html.js .nav-main .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-main .fsNavLevel1 > li > .fsNavPageInfo {
    max-height: 9999px;
    transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); }
  html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
    max-height: 9999px;
    transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); }
  html:not(.js) .nav-main .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-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
    max-height: 9999px;
    transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); }
  @media (max-width: 599px) {
    html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
      max-height: 9999px;
      transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); } }
  @media (min-width: 1000px) {
    .nav-main .fsNavLevel1 > li {
      -ms-flex: 1 auto;
      flex: 1 auto; } }
  .nav-main .fsNavLevel1 > li > a {
    position: relative;
    padding: 11.5px 1px;
    font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: block; }
    .nav-main .fsNavLevel1 > li > a:focus:after {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 6px;
      width: 100%;
      content: '';
      background: #fff; }
    @media (min-width: 1100px) {
      .nav-main .fsNavLevel1 > li > a {
        font-size: 14px; } }
  .nav-main .fsNavLevel1 > li:hover > a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 6px;
    width: 100%;
    content: '';
    background: #fff; }
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
    background: #519dd0; }
  .nav-main.is-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100; }
    .nav-main.is-fixed > .fsElementContent {
      margin-left: 140px; }
    .nav-main.is-fixed nav .fsNavLevel1 {
      padding-left: 140px; }
      .nav-main.is-fixed nav .fsNavLevel1 > li {
        transition: .5s; }
    .nav-main.is-fixed.fixed-account {
      top: 45px; }
    .nav-main.is-fixed nav .menu-col {
      padding-left: 0; }
      .nav-main.is-fixed nav .menu-col.column-1 {
        width: 50%;
        padding-right: 0; }
      .nav-main.is-fixed nav .menu-col.column-2 {
        width: 50%;
        padding-left: 0; }

.nav-main .fsNavPageInfo {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #8E2F44;
  text-align: left;
  z-index: 300; }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none; }

.nav-main .menu-wrapper {
  -ms-flex-order: 2;
  order: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%; }

.nav-main .fsNavPageDescription {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-order: 2;
  order: 2;
  padding: 10px;
  font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase; }
  .nav-main .fsNavPageDescription strong {
    padding-right: 15px;
    margin-right: 15px;
    font-size: 41px;
    letter-spacing: .4px;
    border-right: 1px solid rgba(255, 255, 255, 0.2); }
  .nav-main .fsNavPageDescription a {
    color: inherit; }
    .nav-main .fsNavPageDescription a:hover {
      opacity: .7; }

.nav-main .fsNavPageThumbnail {
  -ms-flex-order: 1;
  order: 1;
  width: 100%; }
  .nav-main .fsNavPageThumbnail img {
    display: block;
    width: 100%; }

.nav-main .fsNavLevel2 {
  -ms-flex-order: 1;
  order: 1;
  width: 27%;
  padding-top: 20px !important;
  background: #005b94; }
  .nav-main .fsNavLevel2 li a {
    padding: 13px 0.58824em;
    color: #fff;
    display: block;
    font-size: 15px; }
    .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus {
      background: #519dd0; }
    @media (min-width: 1100px) {
      .nav-main .fsNavLevel2 li a {
        font-size: 17px; } }
  .nav-main .fsNavLevel2 li:not(:last-of-type) a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .nav-main .fsNavLevel2.menu-col {
    padding-bottom: 20px; }
  .nav-main .fsNavLevel2.column-1 li {
    padding-left: 60px;
    padding-right: 22.5px; }
  .nav-main .fsNavLevel2.column-1.single-column {
    width: 50%; }
  .nav-main .fsNavLevel2.column-2 li {
    padding-left: 22.5px;
    padding-right: 60px; }

.athletics .nav-main .fsNavLevel1.column-1 > li:first-of-type {
  transition: .5s; }
  .athletics .nav-main .fsNavLevel1.column-1 > li:first-of-type .fsNavLevel2 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px 0; }
    .athletics .nav-main .fsNavLevel1.column-1 > li:first-of-type .fsNavLevel2 > li {
      width: calc(100% / 3);
      margin-right: 40px; }
      .athletics .nav-main .fsNavLevel1.column-1 > li:first-of-type .fsNavLevel2 > li:nth-of-type(1) {
        margin-left: 40px; }
      .athletics .nav-main .fsNavLevel1.column-1 > li:first-of-type .fsNavLevel2 > li > a {
        padding: 5px 10px;
        font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
        font-weight: 700;
        text-transform: uppercase;
        border: none; }
  .athletics .nav-main .fsNavLevel1.column-1 > li:first-of-type .fsNavLevel3 {
    width: 100%;
    background: #005b94; }
    .athletics .nav-main .fsNavLevel1.column-1 > li:first-of-type .fsNavLevel3 > li {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .athletics .nav-main .fsNavLevel1.column-1 > li:first-of-type .fsNavLevel3 > li:not(:last-of-type) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      .athletics .nav-main .fsNavLevel1.column-1 > li:first-of-type .fsNavLevel3 > li .fsNavPageInfo {
        width: auto; }
      .athletics .nav-main .fsNavLevel1.column-1 > li:first-of-type .fsNavLevel3 > li > a {
        padding: 7.5px;
        line-height: 22px;
        border-bottom: none; }
        .athletics .nav-main .fsNavLevel1.column-1 > li:first-of-type .fsNavLevel3 > li > a.team-nav-schedule {
          position: relative;
          margin-left: auto;
          margin-right: 1px; }
          .athletics .nav-main .fsNavLevel1.column-1 > li:first-of-type .fsNavLevel3 > li > a.team-nav-schedule:after {
            position: absolute;
            top: 8px;
            right: -1px;
            content: '|';
            color: #fff; }

.athletics .nav-main.is-fixed .fsNavLevel1 > li:nth-child(3) {
  padding-right: 0; }

.athletics .nav-main.is-fixed .fsNavLevel1 > li:nth-child(4) {
  padding-left: 0; }

.drawer-ribbon {
  position: relative;
  height: 50px; }
  @media (min-width: 1000px) {
    .drawer-ribbon {
      display: none; } }

.drawer-trigger-element {
  position: relative;
  width: 100%;
  height: 110px;
  margin-bottom: 0;
  background: #fff; }
  @media (min-width: 1000px) {
    .drawer-trigger-element {
      display: none; } }

.drawer-trigger {
  position: absolute;
  top: 15px;
  right: 10px;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  max-width: 40px;
  color: transparent; }
  .drawer-trigger:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #519dd0;
    font-size: 30px; }
  .drawer-is-active .drawer-trigger:before {
    margin-top: 0;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .drawer-is-active .drawer-trigger:after {
    box-shadow: none;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  right: 0;
  transform: translate3d(20%, 0, 0);
  -ms-transform: translate(20%, 0);
  transform: translate(20%, 0);
  min-height: 100%;
  max-width: 271px;
  padding: 20px;
  background: #005b94; }
  .drawer-is-active .fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .fsMenu .close-btn {
    position: absolute;
    top: 0;
    left: -40px;
    height: 40px;
    width: 40px; }
    .fsMenu .close-btn:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #519dd0;
      font-size: 30px; }
  .fsMenu .nav-mobile .fsNavLevel1, .fsMenu .nav-mobile .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsMenu .nav-mobile .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  .fsMenu .nav-mobile .fsNavLevel1 a {
    font-size: 17px;
    line-height: 45px;
    color: #fff;
    font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
    font-weight: 700;
    text-transform: uppercase; }
  .fsMenu .nav-mobile .fsNavLevel1 .fsNavCurrentPage a,
  .fsMenu .nav-mobile .fsNavLevel1 .fsNavCurrentPageAncestor a {
    color: #97A926; }
  .fsMenu .utility-left-nav .fsNavLevel1, .fsMenu .utility-left-nav .fsNavLevel1 ul,
  .fsMenu .utility-right-nav .fsNavLevel1,
  .fsMenu .utility-right-nav .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsMenu .utility-left-nav .fsNavLevel1 li,
  .fsMenu .utility-right-nav .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  .fsMenu .utility-left-nav .fsNavLevel1 a,
  .fsMenu .utility-right-nav .fsNavLevel1 a {
    font-size: 16px;
    line-height: 40px;
    color: #519dd0;
    font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
    font-weight: 700; }
  .fsMenu .utility-left-nav {
    margin-bottom: 0; }
  .fsMenu .quicklinks header {
    padding: 10px 0;
    background: #519dd0; }
    .fsMenu .quicklinks header h2 {
      margin-bottom: 0;
      font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
      font-size: 20px;
      font-weight: 700;
      color: #fff;
      text-align: center;
      text-transform: uppercase; }
      .fsMenu .quicklinks header h2:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: inline-block;
        margin-right: 10px;
        font-size: 20px;
        transition: .5s; }
  .fsMenu .quicklinks .fsElementContent {
    max-height: 0;
    overflow: hidden;
    transition: .5s; }
  .fsMenu .quicklinks .fsNavLevel1 {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff; }
    .fsMenu .quicklinks .fsNavLevel1, .fsMenu .quicklinks .fsNavLevel1 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .fsMenu .quicklinks .fsNavLevel1 li {
      margin: 0;
      padding: 0; }
    .fsMenu .quicklinks .fsNavLevel1 li {
      transition: .3s; }
      .fsMenu .quicklinks .fsNavLevel1 li:nth-child(odd) {
        background: #005b94; }
      .fsMenu .quicklinks .fsNavLevel1 li:nth-child(even) {
        background: #519dd0; }
      .fsMenu .quicklinks .fsNavLevel1 li a {
        display: block;
        padding: 5px;
        color: #fff;
        text-transform: uppercase; }
  .fsMenu .quicklinks.active h2:before {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .fsMenu .quicklinks.active .fsElementContent {
    max-height: 999px; }

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

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

#fsHeader .nav-sub, #fsHeader .nav-athletics {
  display: block;
  padding: 0 20px;
  background: #fff; }
  @media (min-width: 800px) {
    #fsHeader .nav-sub, #fsHeader .nav-athletics {
      display: none; } }

#fsPageBody .nav-sub, #fsPageBody .nav-athletics {
  border: 1px solid #b6b6bb; }
  @media (min-width: 700px) {
    #fsPageBody .nav-sub, #fsPageBody .nav-athletics {
      display: block;
      border: none; } }

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

@media (max-width: 699px) {
  .nav-sub > .fsElementContent, .nav-athletics > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease; } }

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

.nav-sub ul li.fsNavParentPage > a, .nav-athletics ul li.fsNavParentPage > a {
  position: relative;
  padding-right: 22px; }
  .nav-sub ul li.fsNavParentPage > a:after, .nav-athletics ul li.fsNavParentPage > a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

.nav-sub ul li.fsNavCurrentPage > a, .nav-athletics ul li.fsNavCurrentPage > a, .nav-sub ul li.fsNavCurrentPageAncestor > a, .nav-athletics ul li.fsNavCurrentPageAncestor > a {
  padding-left: 10px;
  color: #8E2F44; }
  .nav-sub ul li.fsNavCurrentPage > a:after, .nav-athletics ul li.fsNavCurrentPage > a:after, .nav-sub ul li.fsNavCurrentPageAncestor > a:after, .nav-athletics ul li.fsNavCurrentPageAncestor > a:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform-origin: center 25%;
    transform-origin: center 25%; }

.nav-sub ul li a, .nav-athletics ul li a {
  display: block;
  padding: 11px 0;
  font-family: "AvenirNextLTW01-Regular", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #4c4c4c;
  border-bottom: 1px solid #d7d7dd; }
  .nav-sub ul li a:hover, .nav-athletics ul li a:hover {
    color: #519dd0; }

.nav-sub .fsNavLevel1 > li, .nav-athletics .fsNavLevel1 > li {
  padding-left: 0; }
  .nav-sub .fsNavLevel1 > li:last-child, .nav-athletics .fsNavLevel1 > li:last-child {
    border-bottom: none; }
  .nav-sub .fsNavLevel1 > li > a, .nav-athletics .fsNavLevel1 > li > a {
    font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase; }
    .nav-sub .fsNavLevel1 > li > a:after, .nav-athletics .fsNavLevel1 > li > a:after {
      display: none; }
  .nav-sub .fsNavLevel1 > li:not(.fsNavCurrentPage):not(.fsNavCurrentPageAncestor), .nav-athletics .fsNavLevel1 > li:not(.fsNavCurrentPage):not(.fsNavCurrentPageAncestor) {
    display: none; }

.nav-sub .fsNavLevel2 > li > a, .nav-athletics .fsNavLevel2 > li > a {
  padding-left: 10px;
  padding-right: 20px; }
  .nav-sub .fsNavLevel2 > li > a:hover, .nav-athletics .fsNavLevel2 > li > a:hover {
    background: #efeff2;
    color: #4c4c4c; }

.nav-sub .fsNavLevel2 > li.fsNavCurrentPage > a, .nav-athletics .fsNavLevel2 > li.fsNavCurrentPage > a {
  color: #005b94;
  border-left: 6px solid #cfddee; }

.nav-sub .fsNavLevel2 > li.fsNavCurrentPage .fsNavLevel3, .nav-athletics .fsNavLevel2 > li.fsNavCurrentPage .fsNavLevel3 {
  display: block; }

.nav-sub .fsNavLevel2 > li.fsNavCurrentPageAncestor, .nav-athletics .fsNavLevel2 > li.fsNavCurrentPageAncestor {
  background: #005b94; }
  .nav-sub .fsNavLevel2 > li.fsNavCurrentPageAncestor > a, .nav-athletics .fsNavLevel2 > li.fsNavCurrentPageAncestor > a {
    color: #fff; }
    .nav-sub .fsNavLevel2 > li.fsNavCurrentPageAncestor > a:hover, .nav-athletics .fsNavLevel2 > li.fsNavCurrentPageAncestor > a:hover {
      color: #4c4c4c; }
  .nav-sub .fsNavLevel2 > li.fsNavCurrentPageAncestor .fsNavLevel3, .nav-athletics .fsNavLevel2 > li.fsNavCurrentPageAncestor .fsNavLevel3 {
    display: block; }

.nav-sub .fsNavLevel2 > li .fsNavLevel3, .nav-athletics .fsNavLevel2 > li .fsNavLevel3 {
  display: none; }

.nav-sub .fsNavLevel3, .nav-athletics .fsNavLevel3 {
  background: #f5f5f7; }
  .nav-sub .fsNavLevel3 > li > a, .nav-athletics .fsNavLevel3 > li > a {
    padding-left: 20px; }
    .nav-sub .fsNavLevel3 > li > a:hover, .nav-athletics .fsNavLevel3 > li > a:hover {
      background: #efeff2;
      border-left: 6px solid #cfddee;
      color: #4c4c4c; }
  .nav-sub .fsNavLevel3 > li.fsNavCurrentPage, .nav-athletics .fsNavLevel3 > li.fsNavCurrentPage, .nav-sub .fsNavLevel3 > li.fsNavCurrentPageAncestor, .nav-athletics .fsNavLevel3 > li.fsNavCurrentPageAncestor {
    border-left: 6px solid #cfddee; }
    .nav-sub .fsNavLevel3 > li.fsNavCurrentPage > a, .nav-athletics .fsNavLevel3 > li.fsNavCurrentPage > a, .nav-sub .fsNavLevel3 > li.fsNavCurrentPageAncestor > a, .nav-athletics .fsNavLevel3 > li.fsNavCurrentPageAncestor > a {
      color: #005b94; }
    .nav-sub .fsNavLevel3 > li.fsNavCurrentPage .fsNavLevel4, .nav-athletics .fsNavLevel3 > li.fsNavCurrentPage .fsNavLevel4, .nav-sub .fsNavLevel3 > li.fsNavCurrentPageAncestor .fsNavLevel4, .nav-athletics .fsNavLevel3 > li.fsNavCurrentPageAncestor .fsNavLevel4 {
      display: block; }
  .nav-sub .fsNavLevel3 > li .fsNavLevel4, .nav-athletics .fsNavLevel3 > li .fsNavLevel4 {
    display: none; }

.nav-sub .fsNavLevel4 > li, .nav-athletics .fsNavLevel4 > li {
  margin-left: 20px; }
  .nav-sub .fsNavLevel4 > li > a, .nav-athletics .fsNavLevel4 > li > a {
    padding-left: 20px;
    background: #f5f5f7;
    color: #7F8087; }
  .nav-sub .fsNavLevel4 > li.fsNavCurrentPage, .nav-athletics .fsNavLevel4 > li.fsNavCurrentPage, .nav-sub .fsNavLevel4 > li.fsNavCurrentPageAncestor, .nav-athletics .fsNavLevel4 > li.fsNavCurrentPageAncestor {
    border-left: 3px solid rgba(207, 221, 238, 0.5); }
    .nav-sub .fsNavLevel4 > li.fsNavCurrentPage > a, .nav-athletics .fsNavLevel4 > li.fsNavCurrentPage > a, .nav-sub .fsNavLevel4 > li.fsNavCurrentPageAncestor > a, .nav-athletics .fsNavLevel4 > li.fsNavCurrentPageAncestor > a {
      color: #8E2F44;
      background: #fff; }
  .nav-sub .fsNavLevel4 > li:hover > a, .nav-athletics .fsNavLevel4 > li:hover > a {
    color: #4c4c4c; }

.nav-sub .fsNavLevel5 > li > a, .nav-athletics .fsNavLevel5 > li > a {
  padding-left: 40px;
  background: #f5f5f7;
  color: #7F8087; }

.nav-sub .fsNavLevel5 > li.fsNavCurrentPage > a, .nav-athletics .fsNavLevel5 > li.fsNavCurrentPage > a, .nav-sub .fsNavLevel5 > li.fsNavCurrentPageAncestor > a, .nav-athletics .fsNavLevel5 > li.fsNavCurrentPageAncestor > a {
  color: #8E2F44;
  background: #fff; }

.nav-sub .fsNavLevel5 > li:hover > a, .nav-athletics .fsNavLevel5 > li:hover > a {
  color: #4c4c4c; }

.nav-sub > header, .nav-athletics > header {
  display: block; }
  @media (min-width: 700px) {
    .nav-sub > header, .nav-athletics > header {
      display: none; } }
  .nav-sub > header > .fsElementTitle, .nav-athletics > header > .fsElementTitle {
    margin-top: 0;
    font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
    font-weight: bold;
    color: #2a2b2d;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    margin: 0;
    padding: 20px;
    cursor: pointer;
    text-align: center; }
    @media (min-width: 800px) {
      .nav-sub > header > .fsElementTitle, .nav-athletics > header > .fsElementTitle {
        cursor: default; } }
    @media (max-width: 799px) {
      .nav-sub > header > .fsElementTitle:after, .nav-athletics > header > .fsElementTitle:after {
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 40px;
        line-height: 40px;
        text-align: center;
        margin-left: 8px;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }
    @media (max-width: 799px) {
      .nav-sub.active-nav > header > .fsElementTitle:after, .active-nav.nav-athletics > header > .fsElementTitle:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }

.nav-athletics li {
  display: block !important; }
  .nav-athletics li a {
    padding: 11px 10px !important; }

.nav-athletics .fsElementContent {
  max-height: 999px;
  opacity: 1;
  visibility: visible; }

.nav-social .fsNavLevel1 {
  margin: 0 auto !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 420px;
  font-size: 0; }
  .nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-social .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  @media (min-width: 900px) {
    .nav-social .fsNavLevel1 {
      max-width: none; } }
  .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*='flickr']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='social']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 a {
    display: block; }
    .nav-social .fsNavLevel1 a:before {
      color: #4c4c4c;
      font-size: 24px;
      transition: 0.3s all;
      display: block; }
    .nav-social .fsNavLevel1 a:hover {
      opacity: .5; }

.nav-social footer {
  color: #b6b6bb;
  font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 60px; }

.nav-utility-header {
  position: relative;
  margin: 0 auto;
  max-width: 70.58824em;
  max-width: 75rem;
  padding-bottom: 20px; }
  .nav-utility-header > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .nav-utility-header .fsNavigation {
    width: 100%; }
  .nav-utility-header .utility-left,
  .nav-utility-header .utility-right {
    display: none;
    width: 42.5%;
    margin-bottom: 0; }
    .nav-utility-header .utility-left > .fsElementContent,
    .nav-utility-header .utility-right > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    @media (min-width: 1000px) {
      .nav-utility-header .utility-left,
      .nav-utility-header .utility-right {
        display: block; } }
  .nav-utility-header .utility-left {
    padding-right: calc(4.17% + 10px); }
    .nav-utility-header .utility-left > .fsElementContent {
      -ms-flex-pack: end;
      justify-content: flex-end; }
  .nav-utility-header .utility-right {
    padding-left: calc(4.17% + 10px); }
  .nav-utility-header .utility-left-nav,
  .nav-utility-header .utility-right-nav {
    padding-top: 24px; }
    .nav-utility-header .utility-left-nav .fsNavLevel1,
    .nav-utility-header .utility-right-nav .fsNavLevel1 {
      display: -ms-flexbox;
      display: flex; }
      .nav-utility-header .utility-left-nav .fsNavLevel1, .nav-utility-header .utility-left-nav .fsNavLevel1 ul,
      .nav-utility-header .utility-right-nav .fsNavLevel1,
      .nav-utility-header .utility-right-nav .fsNavLevel1 ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      .nav-utility-header .utility-left-nav .fsNavLevel1 li,
      .nav-utility-header .utility-right-nav .fsNavLevel1 li {
        margin: 0;
        padding: 0; }
      .nav-utility-header .utility-left-nav .fsNavLevel1 li:not(:last-of-type),
      .nav-utility-header .utility-right-nav .fsNavLevel1 li:not(:last-of-type) {
        display: -ms-flexbox;
        display: flex;
        padding-right: 10px; }
        .nav-utility-header .utility-left-nav .fsNavLevel1 li:not(:last-of-type):after,
        .nav-utility-header .utility-right-nav .fsNavLevel1 li:not(:last-of-type):after {
          position: relative;
          top: 2px;
          content: '\2022';
          font-size: 10px;
          color: #519dd0; }
        .nav-utility-header .utility-left-nav .fsNavLevel1 li:not(:last-of-type):after,
        .nav-utility-header .utility-right-nav .fsNavLevel1 li:not(:last-of-type):after {
          margin-left: 10px; }
      .nav-utility-header .utility-left-nav .fsNavLevel1 a,
      .nav-utility-header .utility-right-nav .fsNavLevel1 a {
        display: block;
        font-size: 16px;
        font-weight: 700;
        font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
        color: #519dd0; }
        .nav-utility-header .utility-left-nav .fsNavLevel1 a:hover,
        .nav-utility-header .utility-right-nav .fsNavLevel1 a:hover {
          opacity: .5; }
  .nav-utility-header .utility-left-nav .fsNavLevel1 {
    -ms-flex-pack: end;
    justify-content: flex-end; }

.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: 600px) {
  .nav-utility-footer .fsNavLevel1 {
    -moz-column-count: 3;
    column-count: 3; } }

@media (min-width: 900px) {
  .nav-utility-footer .fsNavLevel1 {
    -moz-column-count: 2;
    column-count: 2; } }

.nav-utility-footer .fsNavLevel1 a {
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  color: #6a6867; }
  .nav-utility-footer .fsNavLevel1 a:hover {
    opacity: .5; }

#fsHeader .quicklinks {
  display: none;
  position: fixed;
  top: 45%;
  left: -100%;
  z-index: 999;
  transition: left .5s;
  background: #fff; }
  #fsHeader .quicklinks header {
    position: absolute;
    top: 0;
    right: 0;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    width: 235px;
    padding: 15px 0;
    text-align: center;
    background: #8E2F44;
    cursor: pointer;
    transition: background .3s; }
    #fsHeader .quicklinks header .fsElementTitle {
      margin-bottom: 0;
      color: #fff;
      text-transform: uppercase;
      font-size: 20px; }
      #fsHeader .quicklinks header .fsElementTitle:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: inline-block;
        margin-right: 10px;
        font-size: 20px;
        transition: .5s; }
    #fsHeader .quicklinks header:hover {
      background: #41161f; }
  #fsHeader .quicklinks .fsElementContent {
    overflow: hidden; }
  #fsHeader .quicklinks .fsNavLevel1, #fsHeader .quicklinks .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  #fsHeader .quicklinks .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  #fsHeader .quicklinks .fsNavLevel1 li {
    transition: .3s;
    text-align: center; }
    #fsHeader .quicklinks .fsNavLevel1 li:nth-child(odd) {
      background: #005b94; }
    #fsHeader .quicklinks .fsNavLevel1 li:nth-child(even) {
      background: #519dd0; }
    #fsHeader .quicklinks .fsNavLevel1 li > a {
      display: block;
      padding: 10px 20px;
      font-size: 15px;
      color: #fff; }
    #fsHeader .quicklinks .fsNavLevel1 li:hover {
      opacity: .5; }
  #fsHeader .quicklinks.active {
    left: 0 !important; }
    #fsHeader .quicklinks.active .fsElementTitle:before {
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  @media (min-width: 1000px) {
    #fsHeader .quicklinks {
      display: block; } }
  @media (min-width: 1350px) {
    #fsHeader .quicklinks {
      position: fixed; } }

.nav-site-map .fsElementContent nav ul {
  margin: 0 0 0 20px;
  padding: 0; }
  .nav-site-map .fsElementContent nav ul li {
    margin: 0;
    padding: 0;
    font-weight: 400; }
  .nav-site-map .fsElementContent nav ul.fsNavLevel1 {
    margin-left: 0;
    list-style: none; }
    @media (min-width: 600px) {
      .nav-site-map .fsElementContent nav ul.fsNavLevel1 {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 0;
        column-gap: 0;
        -moz-column-rule: 0;
        column-rule: 0;
        min-height: initial; }
        .nav-site-map .fsElementContent nav ul.fsNavLevel1 li {
          page-break-inside: avoid;
          break-inside: avoid-column; }
        .no-csscolumns .nav-site-map .fsElementContent nav ul.fsNavLevel1 li {
          float: left;
          display: block;
          width: 100%;
          vertical-align: top; } }
    .nav-site-map .fsElementContent nav ul.fsNavLevel1 > li {
      margin-bottom: 20px;
      font-weight: 700; }
  .nav-site-map .fsElementContent nav ul.fsNavLevel2 {
    list-style: disc; }
  .nav-site-map .fsElementContent nav ul.fsNavLevel3 {
    list-style: circle; }
  .nav-site-map .fsElementContent nav ul.fsNavLevel4 {
    list-style: square; }
  .nav-site-map .fsElementContent nav ul.fsNavLevel5 {
    list-style: disc; }

/*! 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 {
    margin-bottom: 10px; }
    .fsConstituentItem > h3:last-child {
      margin-bottom: 0; }
  .fsConstituentItem .fsPhoto img {
    display: block; }

div[class^="fsConstituentColumnLayout"] {
  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: 17px;
    line-height: 27px; }
  .fsProfileSectionData > div {
    width: auto;
    float: none;
    display: block; }
  .fsProfileSectionData.fsStyleHalf {
    width: 100%; }
    @media (min-width: 600px) {
      .fsProfileSectionData.fsStyleHalf {
        width: 50%; } }

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

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

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

/*! elements - constituent search */
.fsConstituent.fsSearch {
  overflow: hidden; }
  .fsConstituent.fsSearch + .fsConstituent {
    border-top: solid 1px #b7b7c4;
    margin-top: 20px;
    padding-top: 20px; }

.fsConstituentSearchForm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .fsConstituentSearchForm > label {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .fsConstituentSearchForm > label > span {
      margin-bottom: 2px; }
    .fsConstituentSearchForm > label > select,
    .fsConstituentSearchForm > label > input {
      border: solid 1px #b7b7c4;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .fsConstituentSearchForm > label > select {
      height: 33px;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; }
  .fsConstituentSearchForm [type*='submit'] {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 10px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsConstituentSearchForm [type*='submit'] {
        width: auto; } }

/*! elements - constituent default layout */
.fsConstituent.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; } }

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #519dd0;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-top: 0;
    font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
    font-weight: bold;
    color: #2a2b2d;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 16px;
    margin-bottom: 2px;
    display: block;
    font-family: sans-serif;
    font-size: 18px;
    padding: 13.33333px;
    color: #fff;
    transition: .3s;
    position: relative; }
    @media only screen and (max-width: 500px) {
      .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
        font-size: 21px; } }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
      transition: none; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #005b94;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #fff;
      transition: .3s; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #005b94; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #fff; }
    .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before, .fsAccordion .fsPanel.fsStateOpen > header h2:after, .fsTabs .fsPanel.fsStateOpen > header h2:after {
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

.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";
  transition: transform .5s; }

.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: ""; }

.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; }
  .fsAccordion .fsPanel {
    border-bottom: 1px solid #d7d7dd; }
    .fsAccordion .fsPanel > .fsElementContent {
      padding: 1em 1em 1em 30px; }
  .fsAccordion.white-accordion .fsPanel > header {
    background-color: #fff;
    transition: all 0.3s ease; }
    .fsAccordion.white-accordion .fsPanel > header h2 {
      color: #2a2b2d;
      transition: none; }
      .fsAccordion.white-accordion .fsPanel > header h2:hover {
        color: #7f8087; }
  .fsAccordion.white-accordion .fsPanel.fsStateOpen > header h2 {
    color: #7f8087;
    transition: none; }

/*! 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 {
  display: inline-block;
  color: #8E2F44;
  margin-bottom: 0; }
  .fsAthleticsEvent .fsTitle a {
    color: inherit; }

.fsAthleticsEvent .fsAthleticsEventDetailLink:hover {
  opacity: .5; }

.fsAthleticsEvent .fsAthleticsOpponentNames {
  display: inline-block; }

/*! elements - athletics events - list subtype */
.fsAthleticsEvent.fsList .fsTitle {
  display: inline-block;
  margin-bottom: 0; }

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

/*! elements - athletics events */
/*! elements - athletics events - table*/
.fsAthleticsEvent.fsTable .fsElementTable {
  display: table; }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable thead {
      display: none; } }
  .fsAthleticsEvent.fsTable .fsElementTable thead th {
    display: table-cell; }
  .fsAthleticsEvent.fsTable .fsElementTable td {
    display: table-cell; }
    @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;
          color: #519dd0; }
        .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: '; } }

/*! elements - athletics popup modal */
.fsAthleticsEvent.fsDialog {
  margin: auto; }

/*! elements - athletics roster */
.fsAthleticsRoster .fsElementTable td:before, .fsAthleticsRosterList li > div:before {
  margin-right: 5px;
  display: inline-block;
  font-weight: 700;
  color: #519dd0; }

.fsAthleticsRoster .fsElementTable td.fsRosterPlayerNumber:before, .fsAthleticsRosterList li > div.fsRosterPlayerNumber:before {
  content: 'Number: '; }

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

.fsAthleticsRoster.fsCoaches .fsCoachImage {
  display: block; }

.fsAthleticsRoster.fsCoaches img {
  width: 200px; }

.fsAthleticsRoster .fsElementTable {
  display: table; }
  @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 p:last-child {
    margin-bottom: 0; }
  .fsAthleticsRosterContent:empty {
    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 #efeff2; }
  .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; }

/*! elements - athletics teams */
.fsAthleticsTeamDirectory {
  max-width: 100%;
  margin-bottom: 20px; }
  .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 {
  min-height: auto;
  margin-bottom: 0;
  padding-top: 0; }
  .fsCalendar article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: -50px;
  text-align: center;
  height: auto;
  width: auto;
  color: #519dd0;
  background: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 2px solid #519dd0;
  padding-right: 8px;
  margin: 30px; }
  .fsCalendar .fsDate > span {
    display: block;
    font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
    font-weight: bold; }
    .fsCalendar .fsDate > span.fsMonth {
      font-size: 14px;
      line-height: 28px;
      text-transform: uppercase; }
    .fsCalendar .fsDate > span.fsDay {
      font-size: 24px;
      font-weight: 700; }

.fsCalendar header h2 {
  font-size: 17px;
  font-weight: 600;
  font-family: "AvenirNextLTW01-Regular", sans-serif;
  text-transform: uppercase;
  color: #005b94; }

.fsCalendar .fsTitle {
  padding-bottom: 17px; }
  .fsCalendar .fsTitle a {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: #343a40; }
    .fsCalendar .fsTitle a:hover {
      color: #005b94; }

.fsCalendar .fsEventDetails {
  color: #7f8087;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500; }
  .fsCalendar .fsEventDetails .fsAllDay {
    text-transform: uppercase; }

.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 .fsListItems article {
  padding: 30px 0 30px 50px;
  border-bottom: 1px solid #dee2e6;
  position: relative; }

.fsCalendar.fsList .fsListItems:last-of-type .fsDayContainer:last-of-type article:last-of-type {
  border-bottom: none; }

/*! _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.fsCalendarWeekendDayBox > div {
  height: auto; }

.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: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .flexbox .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important; }
    .flexbox .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      .flexbox .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
        height: auto;
        -ms-flex-positive: 1;
        flex-grow: 1; } }

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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 {
        -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(142, 47, 68, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(142, 47, 68, 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(142, 47, 68, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(142, 47, 68, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        position: absolute;
        left: 50%;
        top: 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 {
    display: inline-block;
    margin: 0 20px 20px 0;
    padding: 6.5px 21px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    border-radius: 5px;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus {
      color: #fff;
      opacity: .6; }
    .scroll-up span em {
      display: block;
      font-style: normal;
      text-transform: lowercase;
      font-size: 14px;
      font-weight: 500;
      line-height: 40px; }
  .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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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; }

.fsCalendar:not(.athletics-calendar):not(.home-calendar).fsSlideshowHorizontal .fsElementSlideshow {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 0; }

.fsCalendar.fsSlideshowVertical .fsElementSlideshow {
  padding-left: 45px;
  padding-top: 45px;
  padding-bottom: 45px; }

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.module {
  margin-bottom: 1.17647em;
  padding: 1.17647em;
  color: #fff; }
  .module h1, .module h2, .module h3, .module h4, .module h5, .module h6 {
    color: inherit; }

.module.blue, .module.fs_style_31 {
  background: #519dd0; }

.module.red, .module.fs_style_32 {
  background: #8E2F44; }

.module.green, .module.fs_style_33 {
  background: #97A926; }

.module.dark-blue, .module.fs_style_34 {
  background: #005b94; }

.module h2 {
  font-size: 18px;
  font-weight: 600;
  font-family: "AvenirNextLTW01-Regular", sans-serif; }

.profile {
  max-width: 350px; }
  .profile article {
    overflow: hidden;
    position: relative;
    height: 280px;
    max-width: 350px;
    margin-bottom: 0; }
    .profile article:before {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      content: '';
      background: rgba(0, 0, 0, 0.4); }
    body:not(.fsComposeMode) .profile article {
      display: none; }
    .profile article .fsThumbnail {
      height: 100%; }
      .profile article .fsThumbnail img {
        display: block;
        width: 100%; }
    .profile article .text-wrapper {
      position: absolute;
      bottom: 0;
      padding: 0 20px; }
    .profile article .fsTitle {
      color: #fff; }
      .profile article .fsTitle a {
        color: inherit;
        font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
        font-size: 24px;
        font-weight: 700; }
    .profile article .fsSummary {
      height: auto;
      color: #fff;
      line-height: 20px; }
    .profile article.show-profile {
      display: block !important; }
    .profile article:hover .fsPostLink {
      color: #005b94; }
  .profile footer {
    position: relative;
    width: 100%;
    padding: 20px 30px;
    background: #519dd0;
    border-top: 6px solid #8E2F44; }
    .profile footer .fsElementFooterContent {
      margin-top: 0;
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center; }

.img-module {
  background: #f5f5f7; }
  .img-module header,
  .img-module .fsElementContent {
    padding: 0 20px; }
  .img-module h2 {
    font-size: 18px;
    font-weight: 600;
    font-family: "AvenirNextLTW01-Regular", sans-serif; }

.callout-wrapper {
  display: block;
  margin-bottom: 20px; }
  .callout-wrapper:hover {
    opacity: .6; }

.callout-top {
  position: relative;
  padding: 63px 30px 30px;
  color: #fff;
  background-size: 100% 100%;
  border-top: 6px solid #8E2F44; }
  .callout-top:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    background: rgba(0, 0, 0, 0.4); }
  .callout-top header,
  .callout-top .fsElementContent {
    position: relative;
    z-index: 2; }
  .callout-top footer {
    display: none; }
  .callout-top h2 {
    font-size: 24px;
    color: #fff; }
  .callout-top p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    text-transform: uppercase; }

.callout-bottom {
  color: #fff;
  background-size: cover;
  background-position: center;
  max-width: 350px; }
  .callout-bottom a {
    color: #fff; }
    .callout-bottom a:hover {
      color: #fff;
      opacity: .6; }
  .callout-bottom .fsElementHeaderContent {
    padding: 150px 30px 0;
    font-size: 24px;
    font-weight: 700;
    font-family: "Archer SSm A", "Archer SSm B", Georgia, serif; }
  .callout-bottom .fsElementContent {
    padding: 0 30px 20px; }
  .callout-bottom p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px; }
  .callout-bottom footer {
    width: 100%;
    padding: 20px 30px;
    background: #519dd0;
    border-top: 6px solid #8E2F44; }
    .callout-bottom footer .fsElementFooterContent {
      margin-top: 0;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center; }

.athlete-of-week {
  transition: .3s; }
  .athlete-of-week img {
    display: block; }
  .athlete-of-week footer {
    padding: 20px 20px 15px 30px;
    color: #fff;
    background: #8E2F44; }
    .athlete-of-week footer strong {
      font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
      font-size: 24px; }
    .athlete-of-week footer a {
      display: block;
      color: #fff;
      font-size: 17px; }
  .athlete-of-week:hover {
    opacity: .7; }

body:not(.fsComposeMode) .announcement {
  position: absolute;
  top: 200px;
  right: 0;
  z-index: 5;
  opacity: 1;
  width: 360px;
  padding: 109px 40px 60px;
  color: #fff;
  background: #519dd0;
  transition: .3s; }
  body:not(.fsComposeMode) .announcement a {
    color: #005b94; }
  body:not(.fsComposeMode) .announcement header {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: "Archer SSm A", "Archer SSm B", Georgia, serif; }
    body:not(.fsComposeMode) .announcement header strong {
      font-size: 24px;
      font-weight: 700;
      line-height: 30px;
      text-transform: uppercase; }
    body:not(.fsComposeMode) .announcement header:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 50px;
      height: 2px;
      background: #fff; }
    body:not(.fsComposeMode) .announcement header .fsElementHeaderContent {
      margin-bottom: 0; }
  body:not(.fsComposeMode) .announcement footer {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 6; }
    body:not(.fsComposeMode) .announcement footer .fsElementFooterContent {
      margin-top: 0;
      height: 28px;
      font-size: 0; }
      body:not(.fsComposeMode) .announcement footer .fsElementFooterContent .close-btn {
        cursor: pointer; }
        body:not(.fsComposeMode) .announcement footer .fsElementFooterContent .close-btn:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          font-size: 28px; }
  body:not(.fsComposeMode) .announcement.hide-announcement {
    right: -360px;
    opacity: 0; }

body:not(.fsComposeMode) .announcement-tag {
  position: absolute;
  right: -45px;
  top: 250px;
  opacity: 0;
  z-index: 5;
  height: 45px;
  width: 45px;
  font-size: 0;
  background: #519dd0;
  transition: .3s;
  cursor: pointer; }
  body:not(.fsComposeMode) .announcement-tag:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px; }
  body:not(.fsComposeMode) .announcement-tag.hide-announcement {
    right: 0;
    opacity: 1; }
    body:not(.fsComposeMode) .announcement-tag.hide-announcement:hover {
      opacity: .5; }

.image-clear {
  zoom: 1; }
  .image-clear:after {
    display: table;
    clear: both;
    content: ''; }

body:not(.fsComposeMode) .hidden {
  display: none; }

/*! 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: "AvenirNextLTW01-Regular", sans-serif;
      font-size: 17px;
      line-height: 27px;
      color: #4c4c4c; }
    .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: #005b94;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #519dd0; }
    .fsComposerFormEmbed form .required {
      color: #8E2F44; }
    .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: #005b94;
        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: #519dd0;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 10px 20px;
      outline: 0;
      background: #8E2F44 !important;
      text-shadow: none;
      font-size: inherit;
      border: none !important;
      float: left;
      color: #fff;
      line-height: 1; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #fff !important;
        background: #519dd0 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "AvenirNextLTW01-Regular", 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: #7f8087;
  font-size: 14px; }

:-moz-placeholder {
  color: #7f8087;
  font-size: 14px; }

::-moz-placeholder {
  color: #7f8087;
  font-size: 14px; }

:-ms-input-placeholder {
  color: #7f8087;
  font-size: 14px; }

.fsFormsElement .fsFormSubmitButton {
  border: 0;
  margin: 0;
  padding: 14px 20px;
  outline: 0;
  background: #8E2F44 !important;
  text-shadow: none;
  font-size: inherit;
  border: none !important;
  color: #fff;
  line-height: 1; }
  .fsFormsElement .fsFormSubmitButton:hover {
    transition: .3s;
    color: #fff !important;
    background: #519dd0 !important; }

/*! 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 {
    display: inline-block;
    margin: 0 20px 20px 0;
    padding: 6.5px 21px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    border-radius: 5px; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView .fsLoginSubmit:focus,
    .fsLogin .fsLoginMainView button:hover,
    .fsLogin .fsLoginMainView button:focus,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:hover,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:focus,
    .fsLogin .fsLoginForgotView button:hover,
    .fsLogin .fsLoginForgotView button:focus,
    .fsLogin .fsLoginNewView .fsLoginSubmit:hover,
    .fsLogin .fsLoginNewView .fsLoginSubmit:focus,
    .fsLogin .fsLoginNewView button:hover,
    .fsLogin .fsLoginNewView button:focus,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:hover,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:focus,
    .fsLogin .fsResetPasswordView button:hover,
    .fsLogin .fsResetPasswordView button:focus, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:focus,
    .fsAccount .fsLoginMainView button:hover,
    .fsAccount .fsLoginMainView button:focus,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:hover,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:focus,
    .fsAccount .fsLoginForgotView button:hover,
    .fsAccount .fsLoginForgotView button:focus,
    .fsAccount .fsLoginNewView .fsLoginSubmit:hover,
    .fsAccount .fsLoginNewView .fsLoginSubmit:focus,
    .fsAccount .fsLoginNewView button:hover,
    .fsAccount .fsLoginNewView button:focus,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:hover,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:focus,
    .fsAccount .fsResetPasswordView button:hover,
    .fsAccount .fsResetPasswordView button:focus {
      color: #fff;
      opacity: .6; }
    .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;
      font-style: normal;
      text-transform: lowercase;
      font-size: 14px;
      font-weight: 500;
      line-height: 40px; }
    .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 {
    display: inline-block;
    margin: 0 20px 20px 0;
    padding: 6.5px 21px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    border-radius: 5px; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus {
      color: #fff;
      opacity: .6; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal;
      text-transform: lowercase;
      font-size: 14px;
      font-weight: 500;
      line-height: 40px; }

.fsMediaCustomPlayer, .resource-slider {
  background: none;
  position: relative;
  color: #4c4c4c;
  font-family: "AvenirNextLTW01-Regular", sans-serif; }
  .fsMediaCustomPlayer article, .resource-slider article {
    position: relative;
    background-size: cover;
    background-position: center; }
    .fsMediaCustomPlayer article figure, .resource-slider article figure {
      position: relative;
      background-size: cover;
      background-position: center; }
      .fsMediaCustomPlayer article figure img, .resource-slider article figure img {
        min-width: 100vw;
        max-width: none;
        opacity: 0;
        height: 250px; }
        @media (min-width: 700px) {
          .fsMediaCustomPlayer article figure img, .resource-slider article figure img {
            height: calc(100vh - 191px); } }
    .fsMediaCustomPlayer article video, .resource-slider article video {
      min-width: 100vw;
      max-width: none;
      opacity: 0;
      height: 250px; }
      @media (min-width: 700px) {
        .fsMediaCustomPlayer article video, .resource-slider article video {
          height: calc(100vh - 191px); } }

.fsCustomSlider, .resource-slider {
  position: relative; }
  .fsCustomSlider .fsElement, .resource-slider .fsElement {
    margin-bottom: 0; }
  .fsCustomSlider:before, .resource-slider:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 60%); }
  .fsCustomSlider .slick-next, .fsCustomSlider .slick-prev, .resource-slider .slick-next, .resource-slider .slick-prev {
    background: none;
    border: none;
    color: transparent;
    height: 40px;
    padding: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    z-index: 2; }
    .fsCustomSlider .slick-next:before, .fsCustomSlider .slick-prev:before, .resource-slider .slick-next:before, .resource-slider .slick-prev:before {
      color: #fff;
      display: block;
      font-size: 50px;
      font-weight: normal;
      height: 100%;
      left: 0;
      line-height: 30px;
      position: absolute;
      top: 0;
      width: 100%;
      text-align: center; }
  .fsCustomSlider .slick-next, .resource-slider .slick-next {
    left: auto;
    right: 0; }
    .fsCustomSlider .slick-next:before, .resource-slider .slick-next:before {
      content: '\203A'; }
  .fsCustomSlider .slick-prev, .resource-slider .slick-prev {
    left: 0;
    right: auto; }
    .fsCustomSlider .slick-prev:before, .resource-slider .slick-prev:before {
      content: '\2039'; }
  .fsCustomSlider .slider-play-btn, .resource-slider .slider-play-btn {
    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #519dd0;
    font-size: 0;
    width: 30px;
    height: 30px;
    border: 0;
    padding: 0;
    z-index: 1;
    line-height: 42px; }
    .fsCustomSlider .slider-play-btn:before, .resource-slider .slider-play-btn:before {
      content: "";
      color: #fff;
      font-size: 17px;
      font-family: "Archer SSm A", "Archer SSm B", Georgia, serif; }
  .fsCustomSlider.slider-paused .slider-play-btn:before, .resource-slider.slider-paused .slider-play-btn:before {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 13px solid #fff;
    border-bottom: 7px solid transparent;
    display: inline-block; }
  .fsCustomSlider.slider-playing .slider-play-btn:before, .fsCustomSlider.slider-playing .slider-play-btn:after, .resource-slider.slider-playing .slider-play-btn:before, .resource-slider.slider-playing .slider-play-btn:after {
    content: "";
    width: 3px;
    height: 18px;
    background-color: #fff;
    display: inline-block;
    margin: 6px 2px 0; }
  .fsCustomSlider .slick-dots, .fsCustomSlider .fsPager, .resource-slider .slick-dots, .resource-slider .fsPager {
    position: absolute;
    bottom: 12px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .fsCustomSlider .slick-dots, .fsCustomSlider .slick-dots ul, .fsCustomSlider .fsPager, .fsCustomSlider .fsPager ul, .resource-slider .slick-dots, .resource-slider .slick-dots ul, .resource-slider .fsPager, .resource-slider .fsPager ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .fsCustomSlider .slick-dots li, .fsCustomSlider .fsPager li, .resource-slider .slick-dots li, .resource-slider .fsPager li {
      margin: 0;
      padding: 0; }
    .fsCustomSlider .slick-dots li, .fsCustomSlider .fsPager li, .resource-slider .slick-dots li, .resource-slider .fsPager li {
      display: inline-block; }
    .fsCustomSlider .slick-dots li + li, .fsCustomSlider .fsPager li + li, .resource-slider .slick-dots li + li, .resource-slider .fsPager li + li {
      margin-left: 6px; }
    .fsCustomSlider .slick-dots li button, .fsCustomSlider .fsPager li button, .resource-slider .slick-dots li button, .resource-slider .fsPager li button {
      border: 0;
      background-color: transparent;
      padding: 0;
      width: 12px;
      height: 12px;
      border: 2px solid #fff;
      border-radius: 100%;
      font-size: 0; }
    .fsCustomSlider .slick-dots .slick-active button, .fsCustomSlider .fsPager .slick-active button, .resource-slider .slick-dots .slick-active button, .resource-slider .fsPager .slick-active button {
      background-color: #fff; }
  .fsCustomSlider .fsPager, .resource-slider .fsPager {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: auto;
    z-index: 99; }
    .fsCustomSlider .fsPager li, .resource-slider .fsPager li {
      width: auto;
      height: auto; }
      .fsCustomSlider .fsPager li button, .resource-slider .fsPager li button {
        width: 8px;
        height: 8px;
        background: #7f8087;
        border: none; }
        .fsCustomSlider .fsPager li button:before, .resource-slider .fsPager li button:before {
          display: none; }
  .fsCustomSlider .caption-wrapper, .resource-slider .caption-wrapper {
    display: none;
    font-family: "AvenirNextLTW01-Regular", sans-serif;
    font-size: 17px;
    line-height: 27px;
    width: 100%;
    background-color: #519dd0;
    color: #fff; }
    .fsCustomSlider .caption-wrapper .caption-inner, .resource-slider .caption-wrapper .caption-inner {
      padding: 10px 10px 30px; }
    @media (min-width: 800px) {
      .fsCustomSlider .caption-wrapper, .resource-slider .caption-wrapper {
        padding: 30px 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: rgba(81, 157, 208, 0.5); } }
    .fsCustomSlider .caption-wrapper a, .resource-slider .caption-wrapper a {
      color: rgba(255, 255, 255, 0.5); }
      .fsCustomSlider .caption-wrapper a:hover, .resource-slider .caption-wrapper a:hover {
        text-decoration: underline; }
    .fsCustomSlider .caption-wrapper.is-empty, .resource-slider .caption-wrapper.is-empty {
      display: none; }
  @media (min-width: 800px) {
    .fsCustomSlider .caption-title, .resource-slider .caption-title {
      margin-top: 0;
      font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
      font-weight: bold;
      color: #2a2b2d;
      font-size: 30px;
      line-height: 34px;
      margin-bottom: 16px;
      color: #fff;
      margin-bottom: 0; } }
  @media only screen and (min-width: 800px) and (max-width: 500px) {
    .fsCustomSlider .caption-title, .resource-slider .caption-title {
      font-size: 21px; } }
  @media (min-width: 800px) {
    .fsCustomSlider .caption-desc, .resource-slider .caption-desc {
      display: block; } }
  .fsCustomSlider .caption-desc p:last-child, .resource-slider .caption-desc p:last-child {
    margin-bottom: 0; }
  .fsCustomSlider .caption-desc:empty, .resource-slider .caption-desc:empty {
    display: none; }

.fsSlideshow .fsNextButton,
.fsSlideshow .fsPrevButton,
.slick-arrow {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 65px;
  color: transparent;
  background: #fff;
  border: none;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
  transition: background .3s; }
  .fsSlideshow .fsNextButton:before,
  .fsSlideshow .fsPrevButton:before,
  .slick-arrow:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #7f8087;
    font-size: 24px; }
  .fsSlideshow .fsNextButton:hover,
  .fsSlideshow .fsPrevButton:hover,
  .slick-arrow:hover {
    background: #d7d7dd; }

.slick-arrow.slick-prev {
  left: -20px; }
  .slick-arrow.slick-prev:before {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform-origin: 25% 25%;
    transform-origin: 25% 25%; }

.slick-arrow.slick-next {
  right: -20px; }

.fsSlideshow .fsPrevButton.fsLeftArrow:before {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-transform-origin: 25% 25%;
  transform-origin: 25% 25%; }

.fsNews header h2,
.fsPostElement header h2 {
  font-size: 17px;
  font-weight: 600;
  font-family: "AvenirNextLTW01-Regular", sans-serif;
  text-transform: uppercase;
  color: #005b94; }

.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 .fsThumbnail,
.fsPostElement .fsThumbnail {
  margin-bottom: 10px; }
  .fsNews .fsThumbnail img,
  .fsPostElement .fsThumbnail img {
    display: block; }

.fsNews .fsTitle,
.fsPostElement .fsTitle {
  padding-bottom: 10px; }
  .fsNews .fsTitle a,
  .fsPostElement .fsTitle a {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: #343a40; }
    .fsNews .fsTitle a:hover,
    .fsPostElement .fsTitle a:hover {
      color: #005b94; }

.fsNews .fsDateTime,
.fsPostElement .fsDateTime {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase; }

.fsNews .fsSummary {
  height: 150px; }

.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.fsSlideshow .slick-list {
  background: #efeff2; }

.fsPostElement.fsSlideshow article {
  padding: 2em; }

.fsPostElement.fsSlideshow.post-slider .fsTitle {
  margin-top: 0;
  font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
  font-weight: bold;
  color: #2a2b2d;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #005b94; }
  @media only screen and (max-width: 500px) {
    .fsPostElement.fsSlideshow.post-slider .fsTitle {
      font-size: 14px; } }

.fsPostElement.fsSlideshow.post-slider h3 {
  color: #005b94; }

.fsPostElement.fsSlideshow.post-slider p {
  font-size: 16px; }

/*! _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 */
.fsSearch.site-search {
  margin-bottom: 20px; }
  .fsSearch.site-search form.gsc-search-box-tools {
    width: 400px; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
      padding: 0; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
        border: 0;
        height: 100%; }
        .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
          background: #519dd0 !important;
          background-image: none !important;
          width: 100%;
          height: 50px !important;
          color: #efeff2;
          padding-left: 10px !important;
          padding-right: 85px !important;
          margin: 0 !important;
          border-radius: 0 !important;
          font-size: 17px;
          font-family: "AvenirNextLTW01-Regular", sans-serif; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
      padding: 0;
      overflow: hidden;
      height: 50px;
      width: 75px;
      background: #8E2F44;
      position: absolute;
      right: 0;
      top: 0;
      transition: .3s; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
        content: "Search";
        color: #fff;
        font-family: "AvenirNextLTW01-Regular", sans-serif;
        opacity: 1;
        display: block;
        position: absolute;
        text-align: center;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        line-height: 50px;
        font-size: 17px; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
        background: #07131b;
        transition: .3s; }
      .fsSearch.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; }

.top-search {
  padding-right: 20px;
  text-align: left; }
  .top-search form {
    width: 250px;
    height: 40px;
    position: relative;
    border: 1px solid #d7d7dd;
    background: #f5f5f5; }
    .top-search form label {
      font-size: 0;
      position: absolute; }
    .top-search form input {
      position: relative;
      width: 200px;
      height: 40px;
      padding: 5px 5px 5px 10px;
      color: #4c4c4c;
      background: transparent;
      border-radius: 0;
      border: none; }
    .top-search form button {
      position: relative;
      top: -7px;
      height: 40px;
      width: 40px;
      font-size: 0;
      background: transparent;
      border: none; }
      .top-search form button:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 16px;
        color: #7f8087;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .top-search input {
    height: 50px; }
  #fsMenu .top-search {
    position: static; }
    #fsMenu .top-search form {
      opacity: 1;
      background: transparent;
      border: none; }
      #fsMenu .top-search form input {
        width: calc(100% - 60px);
        background: #fff;
        border: none;
        color: #4c4c4c; }
      #fsMenu .top-search form button {
        top: -7px;
        left: 5px;
        opacity: 1;
        visibility: visible;
        background: #fff; }
        #fsMenu .top-search form button:before {
          color: #7f8087; }

/*! _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 #4c4c4c; }
      .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: 50px !important;
        color: #4c4c4c;
        padding-left: 10px !important;
        padding-right: 85px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 17px;
        font-family: "AvenirNextLTW01-Regular", 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: 75px;
    background: #4c4c4c;
    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: "Search";
      color: #fff;
      opacity: 1;
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      line-height: 50px;
      font-size: 17px;
      font-family: "AvenirNextLTW01-Regular", sans-serif; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: #07131b;
      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: "AvenirNextLTW01-Regular", sans-serif;
  font-size: 17px; }

.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: #4c4c4c; }
  .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: #519dd0; }

.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: #005b94 !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: #519dd0 !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: 17px; }

.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 {
  display: inline-block;
  margin: 0 20px 20px 0;
  padding: 6.5px 21px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  border-radius: 5px; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus {
    color: #fff;
    opacity: .6; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal;
    text-transform: lowercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px; }

/*! 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 {
  display: inline-block;
  margin: 0 20px 20px 0;
  padding: 6.5px 21px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  border-radius: 5px; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus {
    color: #fff;
    opacity: .6; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal;
    text-transform: lowercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 0; }
      .fsTabs .fsTabsNav li:not(:last-child) {
        border-right: 1px solid #d7d7dd; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-top: 0;
        font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
        font-weight: bold;
        color: #2a2b2d;
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 16px;
        margin-bottom: 2px;
        display: block;
        font-family: sans-serif;
        font-size: 18px;
        padding: 13.33333px;
        color: #fff;
        transition: .3s;
        font-size: 13px;
        text-transform: uppercase;
        padding: 8px 13.3px;
        background: #f5f5f7;
        color: #7f8087;
        margin-bottom: 0; }
        @media only screen and (max-width: 500px) {
          .fsTabs .fsTabsNav li a {
            font-size: 21px; } }
        .fsTabs .fsTabsNav li a:hover {
          background: #efeff2;
          color: #7f8087; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #519dd0;
        color: #fff; }

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

@font-face {
  font-family: 'IcoMoon2';
  src: url("../fonts//BPA-publications-2/icomoon.eot");
  src: url("../fonts//BPA-publications-2/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts//BPA-publications-2/icomoon.woff2") format("woff2"), url("../fonts//BPA-publications-2/icomoon.woff") format("woff"), url("../fonts//BPA-publications-2/icomoon.ttf") format("truetype"), url("../fonts//BPA-publications-2/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.pub-drawer-ribbon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 332px;
  max-width: 100%;
  z-index: 9000;
  margin: 0; }
  @media (min-width: 900px) {
    .pub-drawer-ribbon {
      display: none; } }
  .pub-drawer-ribbon .pub-drawer-trigger {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    padding-top: 10px;
    position: absolute;
    top: 0;
    right: 20px; }
    .pub-drawer-ribbon .pub-drawer-trigger:before {
      content: "";
      font-family: "IcoMoon2";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 36px;
      color: #fff;
      transition: color .3s; }
  .drawer-active .pub-drawer-ribbon {
    background: #005b94; }
    .drawer-active .pub-drawer-ribbon .pub-drawer-trigger:before {
      content: '\e901';
      color: rgba(255, 255, 255, 0.6); }

body:not(.fsComposeMode).publications-2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #4c4c4c;
  background: #fff;
  /*
    .fs_style_43 { important DO NOT DELETE yet
        //background: #d2d3d5;
        color: #000;
        display:block;
        margin-bottom: 20px;
        figcaption p {
            margin-bottom: 0;
        }
        @include breakpoint($bp-big) {
            padding: 20px;
        }
        @include breakpoint(1000px) {
            position: absolute;
            right: 0;
            width: calc(50% - 60px) !important;
            margin-top: 7px;
            margin-bottom: 0;
        }
    }
    */
  /*
    .fs_style_48 {
                //background: #d2d3d5;
                color: #000;
                display:block;
                margin-bottom: 20px;
                figcaption p {
                    margin-bottom: 0;
                }
                @include breakpoint($bp-big) {
                    padding: 20px;
                }
                @include breakpoint(1000px) {
                    position: absolute;
                    right: 0;
                    width: calc(33.33% - 30px) !important;
                    margin-top: 7px;
                    margin-bottom: 0;
                }
    } */
  /*
    .sidebar-parent {
        @include breakpoint(1000px) {
            position: relative;
            right: 0;
            width: calc(33.33% - 30px) !important;
            margin-top: 7px;
            margin-bottom: 0;
            left: calc(66.66% + 30px);
            height: 0;
            padding: 0;
            margin: 0;
        }
    }
    */ }
  body:not(.fsComposeMode).publications-2 .resource-slider.post-slider .fsElementEmpty {
    display: none; }
  body:not(.fsComposeMode).publications-2 .footer-top .fsElementContent {
    max-width: 80rem !important;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode).publications-2 .footer-top .fsElementContent {
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    body:not(.fsComposeMode).publications-2 .footer-top .fsElementContent > .fsNavigation, body:not(.fsComposeMode).publications-2 .footer-top .fsElementContent > .fsContent {
      width: 100%; }
      @media (min-width: 900px) {
        body:not(.fsComposeMode).publications-2 .footer-top .fsElementContent > .fsNavigation, body:not(.fsComposeMode).publications-2 .footer-top .fsElementContent > .fsContent {
          width: 25% !important; } }
  body:not(.fsComposeMode).publications-2 .footer-top h2 {
    font-weight: 400;
    font-size: 30px; }
  .publications-2 #fsFooter .footer-top {
    background: #6d98c2; }
  body:not(.fsComposeMode).publications-2 .footer-top .nav-utility-footer .fsNavLevel1 a {
    color: #000; }
  body:not(.fsComposeMode).publications-2 .footer-top .fsElementContent {
    color: #000 !important; }
  body:not(.fsComposeMode).publications-2 .footer-top .school-details div, body:not(.fsComposeMode).publications-2 .footer-top .school-details a {
    color: #000 !important; }
  body:not(.fsComposeMode).publications-2 .footer-top .school-details [itemprop='email'] {
    font-weight: normal; }
  body:not(.fsComposeMode).publications-2 .footer-top .nav-social .fsNavLevel1 a:before {
    color: #000; }
  body:not(.fsComposeMode).publications-2 .footer-top .nav-social footer {
    display: none; }
  body:not(.fsComposeMode).publications-2 .footer-top .magazine-staff p {
    margin: 0; }
    body:not(.fsComposeMode).publications-2 .footer-top .magazine-staff p:nth-of-type(even) {
      margin-bottom: 8px; }
  body:not(.fsComposeMode).publications-2 .footer-top .nav-utility-footer .fsNavLevel1 {
    -moz-column-count: 1;
    column-count: 1; }
  body:not(.fsComposeMode).publications-2 .footer-top .nav-social .fsNavLevel1 {
    max-width: none;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode).publications-2 .footer-top .nav-social .fsNavLevel1 {
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    body:not(.fsComposeMode).publications-2 .footer-top .nav-social .fsNavLevel1 li {
      margin-right: 10px; }
      body:not(.fsComposeMode).publications-2 .footer-top .nav-social .fsNavLevel1 li:last-child {
        margin-right: 0; }
  body:not(.fsComposeMode).publications-2 .footer-top .nav-social a:before {
    font-size: 36px; }
  body:not(.fsComposeMode).publications-2 .footer-top .nav-social .fsNavLevel1 [href*='flickr']:before {
    content: '\e919'; }
  body:not(.fsComposeMode).publications-2 .footer-top .nav-social .fsNavLevel1 [href*='facebook']:before {
    content: '\e91a'; }
  body:not(.fsComposeMode).publications-2 .footer-top .nav-social .fsNavLevel1 [href*='twitter']:before {
    content: '\e918'; }
  body:not(.fsComposeMode).publications-2 .footer-top .nav-social .fsNavLevel1 [href*='youtube']:before {
    content: '\e917'; }
  body:not(.fsComposeMode).publications-2 .footer-top .nav-social .fsNavLevel1 [href*='instagram']:before {
    content: '\e916'; }
  body:not(.fsComposeMode).publications-2 .footer-top .nav-social .fsNavLevel1 [href*='social']:before {
    display: none; }
  body:not(.fsComposeMode).publications-2 .leadin-paragraph {
    margin-bottom: 60px !important; }
  body:not(.fsComposeMode).publications-2 #fsPageWrapper {
    overflow: hidden; }
  body:not(.fsComposeMode).publications-2 .hideme {
    display: none !important; }
  body:not(.fsComposeMode).publications-2 .pub-skip-link {
    margin: 0; }
    body:not(.fsComposeMode).publications-2 .pub-skip-link p {
      margin: 0; }
    body:not(.fsComposeMode).publications-2 .pub-skip-link a {
      position: absolute;
      top: -150px;
      left: 0px;
      color: #fff;
      padding: 2px 6px;
      font-size: 10px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .5px;
      background: transparent;
      transition: top 1s ease-out, background 1s linear;
      z-index: 9999;
      text-decoration: none; }
      body:not(.fsComposeMode).publications-2 .pub-skip-link a:after {
        content: "";
        font-family: "IcoMoon2";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin-left: 5px;
        font-size: 8px; }
      body:not(.fsComposeMode).publications-2 .pub-skip-link a:focus {
        left: 0px;
        top: 0px;
        background: #005b94;
        color: #FFF;
        transition: top .1s ease-in, background .5s linear; }
      body:not(.fsComposeMode).publications-2 .pub-skip-link a:hover {
        background: #fff;
        color: #005b94; }
  body:not(.fsComposeMode).publications-2 #fsHeader {
    position: relative;
    height: auto;
    overflow: visible; }
    body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section {
      background: #8E2F44;
      height: 50px;
      margin: 0; }
      body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section > .fsElementContent {
        position: relative;
        margin: 0 auto;
        max-width: 70.58824em;
        max-width: 75rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        @media (max-width: 1240px) {
          body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section > .fsElementContent {
            padding-right: 1.17647em;
            padding-left: 1.17647em; } }
      body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .school-name {
        margin: 0;
        display: none; }
        @media (min-width: 700px) {
          body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .school-name {
            display: block;
            text-align: center;
            width: 100%; } }
        @media (min-width: 900px) {
          body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .school-name {
            width: auto;
            text-align: left; } }
        body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .school-name a {
          display: block;
          font-family: "AvenirNextLTW01-Regular", sans-serif;
          text-transform: uppercase;
          color: #fff;
          font-size: 14px;
          font-weight: bold;
          line-height: 18px;
          padding: 16px 0;
          transition: 0.3s opacity; }
          body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .school-name a:hover, body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .school-name a:focus {
            opacity: .8; }
      body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 {
        display: none; }
        @media (min-width: 900px) {
          body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 {
            display: block; } }
        body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1, body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 ul {
          margin: 0;
          padding: 0;
          list-style: none; }
        body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li {
          margin: 0;
          padding: 0; }
        body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li {
          display: inline-block; }
          body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li a {
            display: block;
            font-family: "AvenirNextLTW01-Regular", sans-serif;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: bold;
            line-height: 18px;
            padding: 16px;
            color: rgba(255, 255, 255, 0.6); }
            body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li a:hover {
              color: #fff; }
          body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li.search-trigger a {
            font-size: 0;
            color: transparent;
            width: 24px;
            position: relative;
            line-height: 1; }
            body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li.search-trigger a:before {
              content: "";
              font-family: "IcoMoon2";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none;
              color: rgba(255, 255, 255, 0.6);
              font-size: 26px;
              line-height: 1;
              position: absolute;
              top: -2px;
              left: 0;
              transition: color .3s; }
            body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li.search-trigger a:hover:before {
              color: #005b94; }
            body:not(.fsComposeMode).publications-2.pub-search-active #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li.search-trigger a:before {
              content: '\e901';
              color: rgba(255, 255, 255, 0.8); }
            body:not(.fsComposeMode).publications-2.pub-search-active #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li.search-trigger a:hover:before {
              color: #005b94; }
    body:not(.fsComposeMode).publications-2 #fsHeader .masthead {
      background: #005b94;
      height: 93px;
      margin: 0; }
      body:not(.fsComposeMode).publications-2 #fsHeader .masthead > .fsElementContent {
        position: relative; }
        @media (max-width: 1240px) {
          body:not(.fsComposeMode).publications-2 #fsHeader .masthead > .fsElementContent {
            padding-right: 1.17647em;
            padding-left: 1.17647em; } }
      body:not(.fsComposeMode).publications-2 #fsHeader .masthead .masthead-inner {
        margin: 0; }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .masthead-inner > .fsElementContent {
          position: relative;
          margin: 0 auto;
          max-width: 70.58824em;
          max-width: 75rem; }
          @media (min-width: 900px) {
            body:not(.fsComposeMode).publications-2 #fsHeader .masthead .masthead-inner > .fsElementContent {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-direction: row;
              flex-direction: row;
              -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
              -ms-flex-pack: justify;
              justify-content: space-between; } }
          body:not(.fsComposeMode).publications-2 #fsHeader .masthead .masthead-inner > .fsElementContent > .fsElement {
            height: 93px;
            margin: 0; }
            @media (min-width: 900px) {
              body:not(.fsComposeMode).publications-2 #fsHeader .masthead .masthead-inner > .fsElementContent > .fsElement {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-direction: column;
                flex-direction: column;
                -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
                -ms-flex-pack: center;
                justify-content: center; } }
            body:not(.fsComposeMode).publications-2 #fsHeader .masthead .masthead-inner > .fsElementContent > .fsElement * {
              margin: 0; }
      body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse {
        width: 28%;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        cursor: pointer; }
        @media (max-width: 900px) {
          body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse {
            display: none; } }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse > .fsElementContent:before {
          content: "";
          font-family: "IcoMoon2";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: block;
          height: 49px;
          width: 49px;
          border: 1px solid #fff;
          font-size: 26px;
          text-align: center;
          line-height: 49px;
          float: left;
          margin-right: 20px;
          color: #fff;
          transition: background .4s; }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse > .fsElementContent:after {
          display: inline-block;
          content: 'Browse Issues';
          border: 0;
          background: none;
          outline: 0;
          margin: 0;
          padding: 0;
          color: #fff;
          font-family: "AvenirNextLTW01-Regular", sans-serif;
          font-size: 14px;
          font-weight: bold;
          line-height: 1;
          text-transform: uppercase;
          display: inline-block; }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse:hover > .fsElementContent:before {
          background: #fff;
          color: #4c4c4c; }
        .issue-browser-open .pub-browse > .fsElementContent:before {
          background: #fff !important;
          color: #4c4c4c !important; }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse .fsName,
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse .fsSubtitle {
          display: inline-block;
          font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
          color: #fff;
          font-size: 24px;
          font-weight: bold;
          line-height: 1;
          width: calc(100% - 70px); }
      body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name {
        text-align: center;
        padding-top: 35px;
        color: #fff; }
        @media (min-width: 600px) {
          body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name {
            padding-top: 25px; } }
        @media (min-width: 900px) {
          body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name {
            -ms-flex: 0 1 auto;
            flex: 0 1 auto;
            padding-top: 0; } }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name .fsElementContent p {
          font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
          line-height: 1;
          font-size: 20px; }
          body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name .fsElementContent p a {
            color: #fff;
            transition: 0.3s;
            opacity: 1; }
            body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name .fsElementContent p a:hover, body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name .fsElementContent p a:focus {
              opacity: .8; }
          @media (min-width: 600px) {
            body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name .fsElementContent p .title {
              font-size: 40px; } }
          body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name .fsElementContent p .divider {
            margin: 0 10px; }
            @media (min-width: 600px) {
              body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name .fsElementContent p .divider {
                font-size: 40px; } }
          body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name .fsElementContent p .season {
            position: relative;
            text-transform: uppercase; }
            @media (min-width: 600px) {
              body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name .fsElementContent p .season {
                bottom: 3px; } }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name h1 {
          font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
          color: #fff;
          font-size: 60px;
          line-height: 1; }
          body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name h1 a {
            color: #fff; }
            body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name h1 a:hover {
              color: rgba(255, 255, 255, 0.9); }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name img {
          max-height: 70px; }
      body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle {
        width: 28%;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        cursor: pointer; }
        @media (max-width: 900px) {
          body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle {
            display: none; } }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle > .fsElementContent:after {
          content: "";
          font-family: "IcoMoon2";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: block;
          height: 49px;
          width: 49px;
          border: 1px solid #fff;
          font-size: 26px;
          text-align: center;
          line-height: 49px;
          float: right;
          margin-left: 20px;
          color: #fff;
          transition: background .4s; }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle > .fsElementContent:hover:after {
          background: #fff;
          color: #4c4c4c; }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle p {
          display: inline-block; }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle button {
          border: 0;
          background: none;
          outline: 0;
          margin: 0;
          padding: 0;
          display: block;
          width: 100%;
          font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
          color: #fff;
          font-size: 24px;
          font-weight: bold;
          line-height: 34px;
          text-align: right; }
          body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle button em {
            display: block;
            font-style: normal;
            font-family: "AvenirNextLTW01-Regular", sans-serif;
            font-size: 14px;
            line-height: 18px;
            text-transform: uppercase; }
    body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser {
      display: none;
      background: #005b94;
      padding: 0 25px;
      position: absolute;
      top: 100px;
      left: 0;
      width: 100%;
      z-index: 500;
      transition: all .3s; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser {
          display: block;
          max-height: 0;
          overflow: hidden; } }
      @media (min-width: 700px) {
        body:not(.fsComposeMode).publications-2.issue-browser-open #fsHeader .fsSlideshow.issue-browser {
          max-height: 335px;
          overflow: visible; } }
      body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent {
        position: relative;
        margin: 0 auto;
        max-width: 70.58824em;
        max-width: 75rem;
        background: #fff;
        -ms-transform: translate(0, 25px);
        transform: translate(0, 25px);
        padding: calc(30px - 1em) calc(20px - 1em) 0 calc(20px - 1em); }
        body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsElementSlideshow {
          padding-bottom: 20px !important; }
        body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsPrevButton,
        body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsNextButton {
          height: 50px;
          width: 50px;
          border-radius: 0;
          background: #40434E;
          transition: all .3s; }
          body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsPrevButton:before,
          body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsNextButton:before {
            color: #fff;
            position: absolute;
            top: 0;
            right: auto;
            left: 50%;
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            line-height: 42px; }
          body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsPrevButton:hover,
          body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsNextButton:hover {
            background: #005b94; }
        body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsPrevButton {
          left: -25px; }
        body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsNextButton {
          right: -25px; }
        body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent article {
          font-family: "AvenirNextLTW01-Regular", sans-serif;
          font-size: 14px;
          font-weight: bold;
          line-height: 18px;
          text-align: center; }
          body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent article .fsIssueTitle {
            color: #9D9FA5;
            display: block;
            width: 100%;
            text-transform: uppercase; }
          body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent article .fsThumbnail {
            margin: 0 auto 10px;
            border: 5px solid #E1E1E1; }
            body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent article .fsThumbnail img {
              margin: 0; }
          body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent article:hover .fsIssueTitle {
            color: #005b94; }
  body:not(.fsComposeMode).publications-2 .pub-categories {
    background: #005b94;
    padding: 0 20px;
    width: 330px;
    max-width: 100%;
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 500;
    max-height: 0;
    overflow: hidden; }
    body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 {
      background: #fff;
      padding: 20px !important;
      -ms-transform: translate(0, 20px);
      transform: translate(0, 20px); }
      body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1, body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 li {
        margin: 0;
        padding: 0; }
      body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 li {
        text-transform: uppercase;
        font-size: 1.3em;
        padding-top: 10px;
        padding-bottom: 10px; }
        body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 li:not(:last-child) {
          border-bottom: 2px solid #E1E1E1; }
        body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 li a {
          color: #005b94; }
          body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 li a:hover {
            color: #005b94; }
  body:not(.fsComposeMode).publications-2.category-menu-open .pub-categories {
    max-height: 1000px;
    overflow: visible; }
  .category-menu-open .cat-toggle > .fsElementContent:after {
    background: #fff !important;
    color: #4c4c4c !important; }
  body:not(.fsComposeMode).publications-2 .fsLoadMoreButton {
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 25px 40px;
    background: #ADAFB4;
    display: block;
    width: 288px;
    max-width: 100%;
    transition: background .3s; }
    body:not(.fsComposeMode).publications-2 .fsLoadMoreButton:hover {
      background: #005b94; }
  body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article {
    position: relative;
    padding-bottom: 28px; }
    body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article:before {
      display: block;
      content: '';
      width: calc(100% - 30px);
      position: absolute;
      bottom: 0;
      left: 50%;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      height: 2px;
      background: #E1E1E1; }
    body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsCategory,
    body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsDateTime {
      color: #005b94;
      font-family: "AvenirNextLTW01-Regular", sans-serif;
      font-size: 14px;
      font-weight: bold;
      line-height: 18px;
      text-transform: uppercase;
      text-decoration: underline;
      color: #9D9FA5;
      margin-bottom: 18px; }
    body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsTitle {
      font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
      font-size: 20px;
      font-weight: bold;
      line-height: 30px; }
      body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsTitle a {
        color: #31333D; }
        body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsTitle a:hover {
          color: #005b94; }
    body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsReadMoreLink {
      color: #005b94;
      font-size: 16px;
      font-weight: bold;
      line-height: 26px; }
      body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsReadMoreLink:hover {
        color: #005b94; }
  body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid .fsLoadMoreButton {
    margin-top: 65px; }
  body:not(.fsComposeMode).publications-2 .fsPostElement.fsPost .fsBody blockquote, body:not(.fsComposeMode).publications-2 .fsPostElement.fsPost .fsBody .fs_style_46, body:not(.fsComposeMode).publications-2 .fsPostElement.fsPost .fsBody .fs_style_47 {
    text-align: left;
    display: block; }
  body:not(.fsComposeMode).publications-2 .fsPostElement.fsPost hr {
    margin-left: 0;
    margin-right: 0; }
  body:not(.fsComposeMode).publications-2 .sidebar-container {
    color: #000;
    display: block;
    margin-bottom: 20px;
    padding-top: 0; }
    body:not(.fsComposeMode).publications-2 .sidebar-container figcaption p {
      margin-bottom: 0; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode).publications-2 .sidebar-container {
        padding: 20px; } }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).publications-2 .sidebar-container {
        position: absolute;
        right: 0;
        width: calc(50% - 60px) !important;
        margin-top: 7px;
        margin-bottom: 0;
        padding-top: 0; } }
    body:not(.fsComposeMode).publications-2 .sidebar-container .sidebar-parent {
      padding-top: 0; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).publications-2 .two-thirds-body .sidebar-container {
        width: calc(33.33% - 30px) !important; } }
  body:not(.fsComposeMode).publications-2 .fs_style_44 {
    width: 100% !important; }
    body:not(.fsComposeMode).publications-2 .fs_style_44 img {
      width: 100% !important; }
  body:not(.fsComposeMode).publications-2 .template-1 .fsBody {
    position: relative; }
    body:not(.fsComposeMode).publications-2 .template-1 .fsBody h1 {
      padding-top: 20px;
      font-size: 40px;
      font-weight: bold;
      line-height: 1;
      font-family: 'Roboto Slab', serif;
      color: #000; }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode).publications-2 .template-1 .fsBody h1 {
          font-size: 48px;
          line-height: 58px; } }
    body:not(.fsComposeMode).publications-2 .template-1 .fsBody h2 {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 20px;
      font-weight: bold;
      font-family: 'Roboto Slab', serif;
      color: #000; }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode).publications-2 .template-1 .fsBody h2 {
          font-size: 24px;
          line-height: 28px; } }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).publications-2 .template-1 .fsBody {
        top: -40px;
        position: relative; } }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).publications-2 .template-1 .fsBody figure:first-child {
        width: 100%; } }
    body:not(.fsComposeMode).publications-2 .template-1 .fsBody h1 {
      width: 100%; }
      body:not(.fsComposeMode).publications-2 .template-1 .fsBody h1 + h2 {
        width: 100%;
        color: #4c4c4c; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).publications-2 .template-1 .fsBody > * {
        width: 50%; }
        body:not(.fsComposeMode).publications-2 .two-thirds-body.template-1 .fsBody > * {
          width: 66.66%; } }
    body:not(.fsComposeMode).publications-2 .template-1 .fsBody hr {
      margin-left: 0;
      margin-right: 0; }
  body:not(.fsComposeMode).publications-2 .template-2 .headline-container {
    position: relative; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).publications-2 .template-2 .headline-container {
        display: -ms-flexbox;
        display: flex;
        top: -40px; } }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).publications-2 .template-2 .headline-container .headline {
        width: 50%;
        padding-top: 100px; } }
    body:not(.fsComposeMode).publications-2 .template-2 .headline-container .headline h1 {
      font-size: 40px;
      font-weight: bold;
      line-height: 1;
      font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
      color: #000; }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode).publications-2 .template-2 .headline-container .headline h1 {
          font-size: 48px;
          line-height: 58px; } }
    body:not(.fsComposeMode).publications-2 .template-2 .headline-container .headline h2 {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 20px;
      font-weight: bold;
      font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
      color: #4c4c4c; }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode).publications-2 .template-2 .headline-container .headline h2 {
          font-size: 24px;
          line-height: 28px;
          margin-bottom: 0; } }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).publications-2 .template-2 .headline-container .headline-image {
        width: 48%;
        position: absolute;
        right: 0; } }
  body:not(.fsComposeMode).publications-2 .template-2 .fsBody {
    position: relative; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).publications-2 .template-2 .fsBody > * {
        width: 50%; }
        body:not(.fsComposeMode).publications-2 .two-thirds-body .template-2 .fsBody > * {
          width: 66.66%; } }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode).publications-2 .template-2.two-thirds-body .headline-container .headline-image {
      width: 30%; } }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode).publications-2 .template-2.two-thirds-body .headline {
      width: 66.66%; } }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode).publications-2 .template-2.two-thirds-body .fsBody > * {
      width: 66.66%; } }
  body:not(.fsComposeMode).publications-2 .fsPostToolsElement.fsNavigation button {
    height: 50px;
    width: 150px;
    background: #ADAFB4; }
    body:not(.fsComposeMode).publications-2 .fsPostToolsElement.fsNavigation button.fsPreviousButton {
      margin-right: 10px; }
  body:not(.fsComposeMode).publications-2 .fsComments button.fsCommentCount {
    display: block;
    width: 100%;
    padding: 20px 0;
    background: transparent;
    color: #ADAFB4;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #ADAFB4; }
    body:not(.fsComposeMode).publications-2 .fsComments button.fsCommentCount:hover {
      color: #005b94; }
  body:not(.fsComposeMode).publications-2 .fsComments .fsMyComment {
    margin-top: 20px; }
  body:not(.fsComposeMode).publications-2 .fsComments button.fsPostComment {
    font-size: 14px;
    line-height: 18px;
    padding: 5px 12px;
    background-color: #ADAFB4;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold; }
    body:not(.fsComposeMode).publications-2 .fsComments button.fsPostComment:hover {
      background: #005b94; }
  body:not(.fsComposeMode).publications-2 .fsTags {
    margin: 50px 0; }
    body:not(.fsComposeMode).publications-2 .fsTags li {
      font-size: 14px;
      line-height: 18px;
      padding: 5px 12px;
      background-color: #ADAFB4;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold;
      margin-right: 15px; }
  body:not(.fsComposeMode).publications-2 .fsMenu {
    position: absolute;
    z-index: 500;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s, transform .3s;
    top: 0;
    right: 0;
    transform: translate3d(20%, 0, 0);
    -ms-transform: translate(20%, 0);
    transform: translate(20%, 0);
    top: 50px;
    min-height: 100%;
    background: #40434E;
    z-index: 9000; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode).publications-2 .fsMenu {
        max-width: 332px; } }
    @media (min-width: 900px) {
      body:not(.fsComposeMode).publications-2 .fsMenu {
        display: none !important; } }
    body:not(.fsComposeMode).publications-2.drawer-active .fsMenu {
      pointer-events: auto;
      opacity: 1;
      visibility: visible;
      transform: translate3d(0, 0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
    body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow {
      background: #005b94; }
      body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow > header {
        padding-top: 30px; }
      body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsElementTitle {
        color: #005b94;
        font-family: "AvenirNextLTW01-Regular", sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        text-transform: uppercase;
        text-decoration: underline;
        color: #fff;
        text-align: center;
        margin-bottom: 10px; }
      body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow article {
        font-family: "AvenirNextLTW01-Regular", sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        text-align: center; }
        body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow article .fsIssueTitle {
          color: #9D9FA5;
          display: block;
          width: 100%;
          text-transform: uppercase;
          margin-bottom: 40px !important; }
        body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow article .fsThumbnail {
          margin: 0 auto 10px;
          border: 5px solid #E1E1E1; }
          body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow article .fsThumbnail img {
            margin: 0; }
        body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow article:hover .fsIssueTitle {
          color: #005b94; }
      body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsPrevButton,
      body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsNextButton {
        height: 50px;
        width: 50px;
        border-radius: 0;
        background: #40434E;
        transition: all .3s; }
        body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsPrevButton:before,
        body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsNextButton:before {
          color: #fff;
          position: absolute;
          top: 0;
          right: auto;
          left: 50%;
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          line-height: 42px; }
        body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsPrevButton:hover,
        body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsNextButton:hover {
          background: #005b94; }
      body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsPrevButton {
        left: 0; }
      body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsNextButton {
        right: 0; }
    body:not(.fsComposeMode).publications-2 .fsMenu .pub-mobile-categories > header {
      text-align: center;
      padding-top: 30px; }
      body:not(.fsComposeMode).publications-2 .fsMenu .pub-mobile-categories > header .fsElementTitle {
        color: #005b94;
        font-family: "AvenirNextLTW01-Regular", sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        text-transform: uppercase;
        text-decoration: underline;
        color: #fff; }
    body:not(.fsComposeMode).publications-2 .fsMenu .pub-mobile-categories .fsNavLevel1 li a {
      font-size: 24px;
      font-weight: 300;
      line-height: 34px;
      text-align: center;
      color: #fff;
      text-transform: uppercase; }
  body:not(.fsComposeMode).publications-2 .publication2-search {
    height: 50px;
    overflow: hidden;
    position: absolute;
    top: -50px;
    margin: 0;
    width: calc(100% - 70px); }
    body:not(.fsComposeMode).publications-2 .publication2-search label {
      font-size: 0;
      color: transparent; }
    body:not(.fsComposeMode).publications-2 .publication2-search .fsStyleSearchField {
      height: 50px;
      background: none;
      border: none;
      text-transform: uppercase;
      color: #fff;
      font-weight: bold;
      width: calc(100% - 50px);
      float: right; }
      body:not(.fsComposeMode).publications-2 .publication2-search .fsStyleSearchField::-webkit-input-placeholder {
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        color: rgba(255, 255, 255, 0.5) !important; }
      body:not(.fsComposeMode).publications-2 .publication2-search .fsStyleSearchField:-moz-placeholder {
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        color: rgba(255, 255, 255, 0.5) !important; }
      body:not(.fsComposeMode).publications-2 .publication2-search .fsStyleSearchField::-moz-placeholder {
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        color: rgba(255, 255, 255, 0.5) !important; }
      body:not(.fsComposeMode).publications-2 .publication2-search .fsStyleSearchField:-ms-input-placeholder {
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        color: rgba(255, 255, 255, 0.5) !important; }
    body:not(.fsComposeMode).publications-2 .publication2-search .fsElementToolsSearchButton {
      border: 0;
      background: none;
      outline: 0;
      margin: 0;
      padding: 0;
      font-size: 0;
      color: transparent;
      height: 50px;
      width: 50px;
      float: left; }
      body:not(.fsComposeMode).publications-2 .publication2-search .fsElementToolsSearchButton:before {
        content: "";
        font-family: "IcoMoon2";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #fff;
        font-size: 30px; }
    body:not(.fsComposeMode).publications-2 .publication2-search .fsButtonClear {
      display: none; }
    .fsMenu body:not(.fsComposeMode).publications-2 .publication2-search {
      top: -50px;
      left: 10px;
      width: calc(100% - 80px); }
    body:not(.fsComposeMode).publications-2 #fsHeader .publication2-search {
      width: 350px;
      top: -100px;
      right: 45px;
      background: #005b94;
      transition: all .3s; }
    body:not(.fsComposeMode).publications-2.pub-search-active #fsHeader .publication2-search {
      top: 0; }

body:not(.fsComposeMode).publications-2.post-page .fsPostToolsElement.fsSearch {
  margin-bottom: 20px; }

body:not(.fsComposeMode).publications-2.post-page .post-page-nav {
  margin-bottom: 20px; }
  body:not(.fsComposeMode).publications-2.post-page .post-page-nav > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    body:not(.fsComposeMode).publications-2.post-page .post-page-nav > .fsElementContent .fsElement {
      margin-bottom: 0; }

body:not(.fsComposeMode).publications-2.post-page .share-comment-box {
  display: inline-block;
  color: #9D9FA5;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  body:not(.fsComposeMode).publications-2.post-page .share-comment-box > .fsElementContent {
    text-align: right; }
    body:not(.fsComposeMode).publications-2.post-page .share-comment-box > .fsElementContent > div {
      display: inline-block;
      padding-top: 10px; }
  body:not(.fsComposeMode).publications-2.post-page .share-comment-box .share {
    margin-right: 20px;
    position: relative;
    cursor: pointer;
    transition: color .3s; }
    body:not(.fsComposeMode).publications-2.post-page .share-comment-box .share:hover {
      color: #005b94; }
    body:not(.fsComposeMode).publications-2.post-page .share-comment-box .share:before {
      content: "";
      font-family: "IcoMoon2";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      margin-right: 5px; }
    body:not(.fsComposeMode).publications-2.post-page .share-comment-box .share .fsSharingButtonsContainer {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden;
      transition: all .3s;
      z-index: 500; }
      body:not(.fsComposeMode).publications-2.post-page .share-comment-box .share .fsSharingButtonsContainer .fsSharingButtons {
        margin: 0; }
        body:not(.fsComposeMode).publications-2.post-page .share-comment-box .share .fsSharingButtonsContainer .fsSharingButtons a {
          display: block;
          width: 60px;
          margin-bottom: 1px; }
    body:not(.fsComposeMode).publications-2.post-page .share-comment-box .share.open .fsSharingButtonsContainer {
      max-height: 100vh; }
  body:not(.fsComposeMode).publications-2.post-page .share-comment-box .comment-count:before {
    content: "";
    font-family: "IcoMoon2";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    margin-right: 5px; }

body:not(.fsComposeMode).publications-2.post-page .fsPostToolsElement.fsNavigation {
  width: 310px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 40px; }
  body:not(.fsComposeMode).publications-2.post-page .fsPostToolsElement.fsNavigation button {
    margin-bottom: 0; }

body:not(.fsComposeMode).publications-2.post-page .fsCategories li.fsCategory {
  color: #005b94;
  font-family: "AvenirNextLTW01-Regular", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: underline; }

@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.post-page .fsMyCommentName {
    margin-right: 20px; } }

body:not(.fsComposeMode).publications-2.pub2-home #fsPageBodyWrapper {
  margin: 0;
  padding: 0;
  background: none; }

body:not(.fsComposeMode).publications-2.pub2-home #fsPageBody {
  max-width: 100%;
  padding: 0;
  margin: 0; }

body:not(.fsComposeMode).publications-2.pub2-home #fsPageContent {
  max-width: 100%;
  padding: 0;
  margin: 0;
  background: #fff; }

body:not(.fsComposeMode).publications-2.pub2-home .fsPageLayout {
  padding-bottom: 100px; }

body:not(.fsComposeMode).publications-2.pub2-home .fsLayout {
  margin-right: 0px;
  margin-left: 0px; }
  body:not(.fsComposeMode).publications-2.pub2-home .fsLayout .fsDiv {
    padding: 0;
    margin-bottom: 0; }
    body:not(.fsComposeMode).publications-2.pub2-home .fsLayout .fsDiv > .fsElement:not(.fsSlideshow):not(.image-banner) {
      position: relative;
      margin: 0 auto;
      max-width: 70.58824em;
      max-width: 75rem; }

body:not(.fsComposeMode).publications-2.pub2-home #fsHeader {
  z-index: 8999;
  width: 100%; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode).publications-2.pub2-home #fsHeader {
      position: absolute;
      top: 0;
      left: 0; } }
  body:not(.fsComposeMode).publications-2.pub2-home #fsHeader .masthead {
    background: #005b94; }

body:not(.fsComposeMode).publications-2.pub2-home .image-banner {
  background-size: cover;
  height: auto;
  position: relative;
  padding: 0;
  height: 300px;
  max-width: none !important;
  margin-bottom: 60px !important;
  background-position: center center; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode).publications-2.pub2-home .image-banner {
      margin-top: 93px; } }
  @media (min-width: 700px) {
    body:not(.fsComposeMode).publications-2.pub2-home .image-banner {
      height: 570px;
      overflow: hidden; } }
  @media (min-width: 900px) {
    body:not(.fsComposeMode).publications-2.pub2-home .image-banner {
      height: 750px; } }
  body:not(.fsComposeMode).publications-2.pub2-home .image-banner:before {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%); }
  body:not(.fsComposeMode).publications-2.pub2-home .image-banner header {
    color: #fff;
    font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
    font-size: 30px;
    z-index: 1;
    bottom: 30px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-weight: bold;
    position: absolute;
    width: 100%;
    padding: 0 40px;
    max-width: calc(75rem + 80px);
    width: 100%; }
    body:not(.fsComposeMode).publications-2.pub2-home .image-banner header .fsElementHeaderContent > div:first-child > *:first-child {
      font-size: inherit; }
      body:not(.fsComposeMode).publications-2.pub2-home .image-banner header .fsElementHeaderContent > div:first-child > *:first-child a {
        font-size: inherit; }
    body:not(.fsComposeMode).publications-2.pub2-home .image-banner header p + p {
      font-size: 20px;
      color: #fff; }
    body:not(.fsComposeMode).publications-2.pub2-home .image-banner header a {
      font-size: 20px;
      color: #fff;
      transition: 0.3s;
      display: inline-block; }
      body:not(.fsComposeMode).publications-2.pub2-home .image-banner header a:hover, body:not(.fsComposeMode).publications-2.pub2-home .image-banner header a:focus {
        opacity: 0.8; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode).publications-2.pub2-home .image-banner header {
        bottom: 60px;
        font-size: 54px; } }
  body:not(.fsComposeMode).publications-2.pub2-home .image-banner.bottom-right header {
    text-align: right; }
  body:not(.fsComposeMode).publications-2.pub2-home .image-banner.top-left header {
    top: 60px; }

body:not(.fsComposeMode).publications-2.pub2-home .paging-wrapper {
  width: 100%;
  max-width: 1180px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  @media (min-width: 700px) {
    body:not(.fsComposeMode).publications-2.pub2-home .paging-wrapper {
      bottom: 130px; } }

body:not(.fsComposeMode).publications-2.pub2-home .fsPager {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  margin: 0; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode).publications-2.pub2-home .fsPager {
      left: auto;
      bottom: 0;
      right: 20px;
      width: auto; } }
  @media (min-width: 1240px) {
    body:not(.fsComposeMode).publications-2.pub2-home .fsPager {
      right: 0; } }
  body:not(.fsComposeMode).publications-2.pub2-home .fsPager li {
    height: 16px;
    width: 16px; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode).publications-2.pub2-home .fsPager li {
        display: block;
        margin-bottom: 10px; } }
    body:not(.fsComposeMode).publications-2.pub2-home .fsPager li button {
      border: 1px solid transparent;
      border-radius: 100%;
      position: relative; }
      body:not(.fsComposeMode).publications-2.pub2-home .fsPager li button:before {
        background-color: #fff;
        height: calc(100% - 4px);
        width: calc(100% - 4px);
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    body:not(.fsComposeMode).publications-2.pub2-home .fsPager li.slick-active button {
      border-color: #fff; }

body:not(.fsComposeMode).publications-2.pub2-home .issue-description {
  display: block;
  zoom: 1;
  padding-bottom: 30px; }
  body:not(.fsComposeMode).publications-2.pub2-home .issue-description:after {
    display: table;
    clear: both;
    content: ''; }
  @media (max-width: 1240px) {
    body:not(.fsComposeMode).publications-2.pub2-home .issue-description {
      padding-right: 1.17647em;
      padding-left: 1.17647em; } }
  @media (min-width: 900px) {
    body:not(.fsComposeMode).publications-2.pub2-home .issue-description {
      margin-bottom: 50px !important;
      border-bottom: 2px solid #E1E1E1; } }
  body:not(.fsComposeMode).publications-2.pub2-home .issue-description .fsThumbnail {
    margin: 0 auto 20px;
    max-width: 258px; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode).publications-2.pub2-home .issue-description .fsThumbnail {
        float: left;
        margin: 0 50px 20px 0; } }
    @media (min-width: 900px) {
      body:not(.fsComposeMode).publications-2.pub2-home .issue-description .fsThumbnail {
        -ms-transform: translate(0, -160px);
        transform: translate(0, -160px);
        margin-bottom: -160px; } }
    body:not(.fsComposeMode).publications-2.pub2-home .issue-description .fsThumbnail img {
      border: 10px solid #FFFFFF;
      box-shadow: inset 0 1px 1px 5px #000000, 0 0 0 2px #E1E1E1; }
  body:not(.fsComposeMode).publications-2.pub2-home .issue-description .fsDescription:before {
    display: block;
    content: 'About This Issue';
    text-transform: uppercase;
    color: #005b94;
    font-family: "AvenirNextLTW01-Regular", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 15px; }

@media (max-width: 1240px) {
  body:not(.fsComposeMode).publications-2.pub2-home .fsPostElement.fsGrid {
    padding-right: 1.17647em;
    padding-left: 1.17647em; } }

body:not(.fsComposeMode).publications-2.pub2-home .fsPostElement.fsGrid article {
  display: -ms-flexbox;
  display: flex; }
  body:not(.fsComposeMode).publications-2.pub2-home .fsPostElement.fsGrid article .fsTitle .fsPostLink {
    font-size: 30px;
    line-height: 34px;
    font-weight: bold; }
  body:not(.fsComposeMode).publications-2.pub2-home .fsPostElement.fsGrid article .fsAuthor {
    font-family: "Avenir Next LT W01 Bold";
    text-transform: uppercase;
    font-size: 14px; }
  body:not(.fsComposeMode).publications-2.pub2-home .fsPostElement.fsGrid article .title-wrapper {
    position: relative; }
  body:not(.fsComposeMode).publications-2.pub2-home .fsPostElement.fsGrid article .fsThumbnail {
    line-height: 0;
    margin-bottom: 0; }
    body:not(.fsComposeMode).publications-2.pub2-home .fsPostElement.fsGrid article .fsThumbnail .fsCroppedImage {
      padding-bottom: 52%;
      background-position: 50% 35%; }
  body:not(.fsComposeMode).publications-2.pub2-home .fsPostElement.fsGrid article:nth-child(1) {
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 800px) {
      body:not(.fsComposeMode).publications-2.pub2-home .fsPostElement.fsGrid article:nth-child(1) {
        -ms-flex-direction: row;
        flex-direction: row; } }
    body:not(.fsComposeMode).publications-2.pub2-home .fsPostElement.fsGrid article:nth-child(1) .fsThumbnail {
      max-width: none;
      margin-right: 30px;
      margin-bottom: 20px; }
      @media (min-width: 800px) {
        body:not(.fsComposeMode).publications-2.pub2-home .fsPostElement.fsGrid article:nth-child(1) .fsThumbnail {
          margin-bottom: 0; } }
    @media (min-width: 800px) {
      body:not(.fsComposeMode).publications-2.pub2-home .fsPostElement.fsGrid article:nth-child(1) .title-wrapper {
        width: 66.66%; } }
    @media (min-width: 800px) {
      body:not(.fsComposeMode).publications-2.pub2-home .fsPostElement.fsGrid article:nth-child(1) .title-wrapper:before {
        display: block;
        content: '';
        width: calc(100% - 30px);
        position: absolute;
        bottom: 0;
        left: 50%;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        height: 2px;
        background: #E1E1E1; } }
    @media (min-width: 800px) {
      body:not(.fsComposeMode).publications-2.pub2-home .fsPostElement.fsGrid article:nth-child(1):before {
        display: none; } }
  body:not(.fsComposeMode).publications-2.pub2-home .fsPostElement.fsGrid article:nth-child(2), body:not(.fsComposeMode).publications-2.pub2-home .fsPostElement.fsGrid article:nth-child(3) {
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode).publications-2.pub2-home .fsPostElement.fsGrid article:nth-child(2), body:not(.fsComposeMode).publications-2.pub2-home .fsPostElement.fsGrid article:nth-child(3) {
        width: 50%;
        margin-bottom: 50px; } }
    body:not(.fsComposeMode).publications-2.pub2-home .fsPostElement.fsGrid article:nth-child(2) .fsThumbnail, body:not(.fsComposeMode).publications-2.pub2-home .fsPostElement.fsGrid article:nth-child(3) .fsThumbnail {
      margin-bottom: 20px; }
    body:not(.fsComposeMode).publications-2.pub2-home .fsPostElement.fsGrid article:nth-child(2) .title-wrapper, body:not(.fsComposeMode).publications-2.pub2-home .fsPostElement.fsGrid article:nth-child(3) .title-wrapper {
      width: 100%; }
  body:not(.fsComposeMode).publications-2.pub2-home .fsPostElement.fsGrid article:nth-child(n + 4) {
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode).publications-2.pub2-home .fsPostElement.fsGrid article:nth-child(n + 4) {
        width: 33.33%;
        margin-bottom: 50px; } }
    body:not(.fsComposeMode).publications-2.pub2-home .fsPostElement.fsGrid article:nth-child(n + 4) .fsThumbnail {
      margin-bottom: 20px; }
    body:not(.fsComposeMode).publications-2.pub2-home .fsPostElement.fsGrid article:nth-child(n + 4) .title-wrapper {
      width: 100%; }

.athletics-home #fsPageBodyWrapper {
  background: #F5F5F7; }

body:not(.fsComposeMode) .athletics-social-container {
  margin-top: 40px; }
  body:not(.fsComposeMode) .athletics-social-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    body:not(.fsComposeMode) .athletics-social-container > .fsElementContent .fsTabs {
      width: 100%;
      margin-bottom: 0; }
      body:not(.fsComposeMode) .athletics-social-container > .fsElementContent .fsTabs > .fsElementContent {
        height: 100%; }
      body:not(.fsComposeMode) .athletics-social-container > .fsElementContent .fsTabs .fsTabsNav li {
        width: calc(100% / 3); }
        body:not(.fsComposeMode) .athletics-social-container > .fsElementContent .fsTabs .fsTabsNav li a {
          padding: 9px 10px;
          font-size: 0;
          text-align: center;
          color: #fff; }
          body:not(.fsComposeMode) .athletics-social-container > .fsElementContent .fsTabs .fsTabsNav li a:before {
            font-size: 18px; }
        body:not(.fsComposeMode) .athletics-social-container > .fsElementContent .fsTabs .fsTabsNav li:first-of-type a {
          background: #519dd0; }
          body:not(.fsComposeMode) .athletics-social-container > .fsElementContent .fsTabs .fsTabsNav li:first-of-type a:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body:not(.fsComposeMode) .athletics-social-container > .fsElementContent .fsTabs .fsTabsNav li:nth-of-type(2) a {
          background: #005b94; }
          body:not(.fsComposeMode) .athletics-social-container > .fsElementContent .fsTabs .fsTabsNav li:nth-of-type(2) a:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body:not(.fsComposeMode) .athletics-social-container > .fsElementContent .fsTabs .fsTabsNav li:nth-of-type(3) a {
          background: #8E2F44; }
          body:not(.fsComposeMode) .athletics-social-container > .fsElementContent .fsTabs .fsTabsNav li:nth-of-type(3) a:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        body:not(.fsComposeMode) .athletics-social-container > .fsElementContent .fsTabs .fsTabsNav li:not(:last-child) {
          border: none; }
      body:not(.fsComposeMode) .athletics-social-container > .fsElementContent .fsTabs .fsPanel {
        height: calc(100% - 40px);
        max-height: 353px;
        overflow-y: scroll; }
        body:not(.fsComposeMode) .athletics-social-container > .fsElementContent .fsTabs .fsPanel:first-of-type {
          border: 10px solid #519dd0; }
        body:not(.fsComposeMode) .athletics-social-container > .fsElementContent .fsTabs .fsPanel:nth-of-type(2) {
          border: 10px solid #005b94; }
        body:not(.fsComposeMode) .athletics-social-container > .fsElementContent .fsTabs .fsPanel:nth-of-type(3) {
          border: 10px solid #8E2F44; }
      body:not(.fsComposeMode) .athletics-social-container > .fsElementContent .fsTabs.fsPanelGroup > .fsElementContent > .fsPanel > header,
      body:not(.fsComposeMode) .athletics-social-container > .fsElementContent .fsTabs.fsPanelGroup > .fsElementContent > .fsPanel:not(.fsStateOpen) {
        display: none !important; }
    body:not(.fsComposeMode) .athletics-social-container > .fsElementContent .athletics-video {
      position: relative;
      width: 100%;
      margin-top: 20px; }
      @media (min-width: 900px) {
        body:not(.fsComposeMode) .athletics-social-container > .fsElementContent .athletics-video .fsMediaContainer.fsMediaPlaylistVideo {
          height: 405px !important; } }
      body:not(.fsComposeMode) .athletics-social-container > .fsElementContent .athletics-video .fsMediaTitle {
        display: none; }
      body:not(.fsComposeMode) .athletics-social-container > .fsElementContent .athletics-video .fsMediaPlayOverlay:before {
        width: 90px;
        height: 90px;
        border-radius: 0;
        box-shadow: none;
        background: rgba(0, 91, 148, 0.9); }
      body:not(.fsComposeMode) .athletics-social-container > .fsElementContent .athletics-video .fsMediaPlayOverlay:after {
        border-left-color: #fff;
        border-left-width: 31px;
        border-bottom-width: 22px;
        border-top-width: 22px; }
      body:not(.fsComposeMode) .athletics-social-container > .fsElementContent .athletics-video .fsMediaPlayOverlay:hover:after {
        border-left-color: rgba(255, 255, 255, 0.5);
        border-left-width: 31px;
        border-bottom-width: 22px;
        border-top-width: 22px; }
      body:not(.fsComposeMode) .athletics-social-container > .fsElementContent .athletics-video footer {
        position: absolute;
        bottom: 40px;
        width: 100%; }
        body:not(.fsComposeMode) .athletics-social-container > .fsElementContent .athletics-video footer .fsElementFooterContent {
          color: #fff;
          font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
          font-size: 28px;
          font-weight: 700;
          text-align: center;
          text-transform: uppercase; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .athletics-social-container > .fsElementContent {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
        body:not(.fsComposeMode) .athletics-social-container > .fsElementContent .fsTabs {
          width: 38.3%; }
        body:not(.fsComposeMode) .athletics-social-container > .fsElementContent .athletics-video {
          width: 60%;
          margin-top: 0; } }
  body:not(.fsComposeMode) .athletics-social-container .instagram-feed .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body:not(.fsComposeMode) .athletics-social-container .instagram-feed .fsElementContent article {
      width: calc(100% / 3 - 4px);
      margin: 1px;
      background-size: cover; }
      body:not(.fsComposeMode) .athletics-social-container .instagram-feed .fsElementContent article img {
        opacity: 0; }

.twitter-feed article {
  position: relative;
  margin-bottom: 40px;
  overflow-wrap: break-word; }
  .twitter-feed article img {
    position: absolute;
    width: 27px; }
  .twitter-feed article .feed-content {
    padding-left: 35px; }
    .twitter-feed article .feed-content .poster-name,
    .twitter-feed article .feed-content .poster-tag {
      display: inline-block; }
    .twitter-feed article .feed-content .poster-name {
      font-size: 12px;
      font-weight: 600; }
    .twitter-feed article .feed-content .poster-tag {
      font-size: 11px;
      color: #b4bfc6; }

.fsSlideshow.athletics-calendar, .fsSlideshow.home-calendar {
  margin-top: 70px; }
  .fsSlideshow.athletics-calendar header, .fsSlideshow.home-calendar header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .fsSlideshow.athletics-calendar header h2, .fsSlideshow.home-calendar header h2 {
      font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
      font-size: 26px;
      font-weight: 700; }
    .fsSlideshow.athletics-calendar header .fsElementHeaderContent, .fsSlideshow.home-calendar header .fsElementHeaderContent {
      width: 100%; }
    .fsSlideshow.athletics-calendar header a, .fsSlideshow.home-calendar header a {
      margin: 0;
      color: #6a6867;
      border-color: #b6b6bb;
      border-radius: 0; }
      .fsSlideshow.athletics-calendar header a:hover, .fsSlideshow.home-calendar header a:hover {
        color: #fff;
        background: #b6b6bb; }
    @media (min-width: 500px) {
      .fsSlideshow.athletics-calendar header .fsElementHeaderContent, .fsSlideshow.home-calendar header .fsElementHeaderContent {
        margin-left: auto;
        width: auto; } }
  .fsSlideshow.athletics-calendar .slick-slider, .fsSlideshow.home-calendar .slick-slider {
    padding-left: 0;
    padding-right: 0; }
  .fsSlideshow.athletics-calendar .slick-track, .fsSlideshow.home-calendar .slick-track {
    display: -ms-flexbox;
    display: flex; }
  .fsSlideshow.athletics-calendar article.slick-slide, .fsSlideshow.home-calendar article.slick-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 45px 30px; }
    .fsSlideshow.athletics-calendar article.slick-slide:nth-child(odd), .fsSlideshow.home-calendar article.slick-slide:nth-child(odd) {
      background: #005b94; }
    .fsSlideshow.athletics-calendar article.slick-slide:nth-child(even), .fsSlideshow.home-calendar article.slick-slide:nth-child(even) {
      background: #519dd0; }
    .fsSlideshow.athletics-calendar article.slick-slide .fsTitle a, .fsSlideshow.home-calendar article.slick-slide .fsTitle a {
      color: #fff;
      font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
      font-size: 22px;
      font-weight: 600;
      line-height: 26px; }
      .fsSlideshow.athletics-calendar article.slick-slide .fsTitle a:hover, .fsSlideshow.home-calendar article.slick-slide .fsTitle a:hover {
        opacity: .6; }
    .fsSlideshow.athletics-calendar article.slick-slide .fsEventDetails, .fsSlideshow.home-calendar article.slick-slide .fsEventDetails {
      margin-bottom: 20px;
      color: #fff;
      font-size: 13px;
      line-height: 18px; }
    .fsSlideshow.athletics-calendar article.slick-slide .fsDate, .fsSlideshow.home-calendar article.slick-slide .fsDate {
      display: block;
      position: relative;
      left: auto;
      margin-top: auto;
      color: #fff;
      text-align: left; }
      .fsSlideshow.athletics-calendar article.slick-slide .fsDate .fsDayName, .fsSlideshow.home-calendar article.slick-slide .fsDate .fsDayName {
        display: inline-block;
        font-size: 18px;
        line-height: 21px; }
      .fsSlideshow.athletics-calendar article.slick-slide .fsDate .fsSeparator, .fsSlideshow.home-calendar article.slick-slide .fsDate .fsSeparator {
        display: inline-block; }
      .fsSlideshow.athletics-calendar article.slick-slide .fsDate .fsMonth, .fsSlideshow.home-calendar article.slick-slide .fsDate .fsMonth,
      .fsSlideshow.athletics-calendar article.slick-slide .fsDate .fsDay,
      .fsSlideshow.home-calendar article.slick-slide .fsDate .fsDay {
        display: inline-block;
        font-size: 32px;
        font-weight: 400;
        text-transform: none; }
      .fsSlideshow.athletics-calendar article.slick-slide .fsDate:before, .fsSlideshow.home-calendar article.slick-slide .fsDate:before {
        position: absolute;
        top: -10px;
        left: 0;
        content: '';
        width: 50px;
        height: 2px;
        background: #fff; }
  .fsSlideshow.athletics-calendar .slick-arrow, .fsSlideshow.home-calendar .slick-arrow {
    z-index: 2;
    width: 40px;
    height: 65px;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
    transition: background .3s; }
    .fsSlideshow.athletics-calendar .slick-arrow:before, .fsSlideshow.home-calendar .slick-arrow:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      top: 50%;
      left: 50% !important;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #7f8087;
      font-size: 24px;
      opacity: 1; }
    .fsSlideshow.athletics-calendar .slick-arrow.fsPrevButton, .fsSlideshow.home-calendar .slick-arrow.fsPrevButton {
      left: -20px; }
      .fsSlideshow.athletics-calendar .slick-arrow.fsPrevButton:before, .fsSlideshow.home-calendar .slick-arrow.fsPrevButton:before {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -ms-transform-origin: 25% 25%;
        transform-origin: 25% 25%; }
    .fsSlideshow.athletics-calendar .slick-arrow.fsNextButton, .fsSlideshow.home-calendar .slick-arrow.fsNextButton {
      right: -20px; }
    .fsSlideshow.athletics-calendar .slick-arrow:hover, .fsSlideshow.home-calendar .slick-arrow:hover {
      background: #d7d7dd; }

.athletics-news, .home-news {
  margin-top: 60px; }
  .athletics-news header, .home-news header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .athletics-news header h2, .home-news header h2 {
      font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
      font-size: 26px;
      font-weight: 700; }
    .athletics-news header .fsElementHeaderContent, .home-news header .fsElementHeaderContent {
      width: 100%; }
    .athletics-news header a, .home-news header a {
      margin: 0;
      color: #6a6867;
      border-color: #b6b6bb;
      border-radius: 0; }
      .athletics-news header a:hover, .home-news header a:hover {
        color: #fff;
        background: #b6b6bb; }
    @media (min-width: 500px) {
      .athletics-news header .fsElementHeaderContent, .home-news header .fsElementHeaderContent {
        margin-left: auto;
        width: auto; } }
  .athletics-news .slick-slider, .home-news .slick-slider {
    padding-left: 0;
    padding-right: 0;
    width: 280px;
    margin: 0 auto; }
    @media (min-width: 600px) {
      .athletics-news .slick-slider, .home-news .slick-slider {
        width: auto;
        margin: 0; } }
  .athletics-news .slick-track, .home-news .slick-track {
    display: -ms-flexbox;
    display: flex; }
    .athletics-news .slick-track .slick-slide, .home-news .slick-track .slick-slide {
      height: auto; }
  .athletics-news article, .home-news article {
    padding: 0;
    overflow: hidden;
    max-height: 470px; }
    .athletics-news article:nth-child(odd), .home-news article:nth-child(odd) {
      background: #005b94; }
    .athletics-news article:nth-child(even), .home-news article:nth-child(even) {
      background: #519dd0; }
    .athletics-news article.fsCategory-2, .home-news article.fsCategory-2 {
      background: #8E2F44; }
    .athletics-news article.fsCategory-3, .home-news article.fsCategory-3, .athletics-news article.fsCategory-36, .home-news article.fsCategory-36 {
      position: relative; }
      .athletics-news article.fsCategory-3 .fsThumbnail, .home-news article.fsCategory-3 .fsThumbnail, .athletics-news article.fsCategory-36 .fsThumbnail, .home-news article.fsCategory-36 .fsThumbnail {
        height: 100%;
        width: 100%; }
        .athletics-news article.fsCategory-3 .fsThumbnail .fsCroppedImage, .home-news article.fsCategory-3 .fsThumbnail .fsCroppedImage, .athletics-news article.fsCategory-36 .fsThumbnail .fsCroppedImage, .home-news article.fsCategory-36 .fsThumbnail .fsCroppedImage {
          height: 100%; }
        .athletics-news article.fsCategory-3 .fsThumbnail img, .home-news article.fsCategory-3 .fsThumbnail img, .athletics-news article.fsCategory-36 .fsThumbnail img, .home-news article.fsCategory-36 .fsThumbnail img {
          min-height: 100%; }
        .athletics-news article.fsCategory-3 .fsThumbnail:before, .home-news article.fsCategory-3 .fsThumbnail:before, .athletics-news article.fsCategory-36 .fsThumbnail:before, .home-news article.fsCategory-36 .fsThumbnail:before {
          position: absolute;
          height: 100%;
          width: 100%;
          top: 0;
          left: 0;
          content: '';
          background: rgba(0, 0, 0, 0.4); }
      .athletics-news article.fsCategory-3 .news-wrapper, .home-news article.fsCategory-3 .news-wrapper, .athletics-news article.fsCategory-36 .news-wrapper, .home-news article.fsCategory-36 .news-wrapper {
        position: absolute;
        top: 55%;
        width: 100%;
        z-index: 1;
        text-align: center; }
        .athletics-news article.fsCategory-3 .news-wrapper .fsSummary, .home-news article.fsCategory-3 .news-wrapper .fsSummary, .athletics-news article.fsCategory-36 .news-wrapper .fsSummary, .home-news article.fsCategory-36 .news-wrapper .fsSummary {
          font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
          font-size: 15px;
          text-transform: uppercase; }
        .athletics-news article.fsCategory-3 .news-wrapper:before, .home-news article.fsCategory-3 .news-wrapper:before, .athletics-news article.fsCategory-36 .news-wrapper:before, .home-news article.fsCategory-36 .news-wrapper:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          position: absolute;
          top: -70px;
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          font-size: 90px; }
        .athletics-news article.fsCategory-3 .news-wrapper:after, .home-news article.fsCategory-3 .news-wrapper:after, .athletics-news article.fsCategory-36 .news-wrapper:after, .home-news article.fsCategory-36 .news-wrapper:after {
          position: absolute;
          top: -70px;
          left: 47%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          content: 'LIVE';
          font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
          font-size: 16px; }
    .athletics-news article .fsThumbnail, .home-news article .fsThumbnail {
      height: 290px;
      overflow: hidden; }
      .athletics-news article .fsThumbnail img, .home-news article .fsThumbnail img {
        display: block;
        min-width: 100%;
        max-width: none;
        height: 300px; }
        .athletics-news article .fsThumbnail img.default-image, .home-news article .fsThumbnail img.default-image {
          height: 290px; }
      .athletics-news article .fsThumbnail:hover, .home-news article .fsThumbnail:hover {
        opacity: .5; }
    .athletics-news article .news-wrapper, .home-news article .news-wrapper {
      padding: 0 20px;
      height: 170px;
      color: #fff; }
      .athletics-news article .news-wrapper .fsTitle, .home-news article .news-wrapper .fsTitle,
      .athletics-news article .news-wrapper a,
      .home-news article .news-wrapper a {
        color: #fff;
        font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
        font-size: 22px;
        font-weight: 600;
        line-height: 26px; }
        .athletics-news article .news-wrapper .fsTitle:hover, .home-news article .news-wrapper .fsTitle:hover,
        .athletics-news article .news-wrapper a:hover,
        .home-news article .news-wrapper a:hover {
          opacity: .5;
          color: #fff; }
      .athletics-news article .news-wrapper .fsSummary, .home-news article .news-wrapper .fsSummary {
        height: 70px;
        font-size: 15px;
        line-height: 23px; }

.athletics-infographic {
  margin-top: 80px;
  padding: 0; }
  .athletics-infographic .athletics-slide {
    position: relative;
    background: #005b94; }
    .athletics-infographic .athletics-slide header,
    .athletics-infographic .athletics-slide footer {
      width: 100%; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .athletics-infographic .athletics-slide header, body:not(.fsComposeMode)
        .athletics-infographic .athletics-slide footer {
          position: absolute;
          left: calc(50% + 180px);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          width: auto; } }
    .athletics-infographic .athletics-slide header {
      top: 60%;
      padding-top: 10px;
      color: #fff;
      font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
      font-size: 23px;
      font-weight: 700;
      text-transform: uppercase; }
      .athletics-infographic .athletics-slide header:after {
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        content: '';
        width: 50px;
        height: 2px;
        background: #fff; }
      @media (min-width: 700px) {
        .athletics-infographic .athletics-slide header {
          top: 10%;
          padding-top: 0; } }
      @media (min-width: 800px) {
        .athletics-infographic .athletics-slide header {
          font-size: 27px; } }
    .athletics-infographic .athletics-slide footer {
      bottom: 8%; }
      .athletics-infographic .athletics-slide footer a {
        margin: 0 0 20px 0;
        font-size: 15px;
        font-weight: 400;
        border-radius: 0; }
        .athletics-infographic .athletics-slide footer a:hover {
          color: #005b94;
          background: #fff; }
    .athletics-infographic .athletics-slide .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      color: #fff;
      text-align: center; }
      body.fsComposeMode .athletics-infographic .athletics-slide .fsElementContent > .fsContentEditable {
        display: -ms-flexbox;
        display: flex; }
      .athletics-infographic .athletics-slide .fsElementContent img {
        width: 100%; }
      .athletics-infographic .athletics-slide .fsElementContent p {
        padding: 5% 5% 2%;
        font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 33px; }
      @media (min-width: 700px) {
        .athletics-infographic .athletics-slide .fsElementContent {
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
          .athletics-infographic .athletics-slide .fsElementContent img {
            width: auto;
            max-width: 330px; }
          .athletics-infographic .athletics-slide .fsElementContent p {
            padding: 0 5%; } }
      @media (min-width: 800px) {
        .athletics-infographic .athletics-slide .fsElementContent p {
          font-size: 24px; } }

.footer-image {
  width: 100%;
  margin-bottom: 0;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .footer-image img {
    display: block;
    opacity: 0;
    visibility: hidden;
    min-height: 280px; }
  .footer-image.ios-fix {
    background-attachment: initial; }

.athletic-top-container {
  margin-top: 50px; }
  .athletic-top-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .athletic-top-container > .fsElementContent .fsAthleticsTeam .fsAthleticsTeamName {
      display: none; }
    .athletic-top-container > .fsElementContent .fsAthleticsTeam .fsAthleticsTeamRecord {
      font-size: 24px;
      font-weight: 600; }

.team-nav .fsNavLevel1 {
  display: -ms-flexbox;
  display: flex; }
  .team-nav .fsNavLevel1, .team-nav .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .team-nav .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  .team-nav .fsNavLevel1 li:first-child > a {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-right: none; }
  .team-nav .fsNavLevel1 li:last-child > a {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-left: none; }
  .team-nav .fsNavLevel1 li.opened > a {
    color: #fff;
    background: #519dd0; }
  .team-nav .fsNavLevel1 a {
    padding: 13.5px 25px;
    color: #7f8087;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    background: #F5F5F7;
    border: 1px solid #d7d7dd; }
    .team-nav .fsNavLevel1 a:hover {
      background: #efeff2; }

.team-tabs {
  margin-top: 53px; }
  .team-tabs nav {
    position: relative; }
  .team-tabs .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    overflow: auto; }
    .team-tabs .fsNavLevel1, .team-tabs .fsNavLevel1 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .team-tabs .fsNavLevel1 li {
      margin: 0;
      padding: 0; }
    .team-tabs .fsNavLevel1 > li {
      width: calc(100% / 5);
      min-width: 112px;
      text-align: center;
      background: #f5f5f7;
      transition: .3s;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
      html.js .team-tabs .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 .team-tabs .fsNavLevel1 > li > .fsNavPageInfo {
        max-height: 9999px;
        transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); }
      html.js .team-tabs .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
        max-height: 9999px;
        transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); }
      html:not(.js) .team-tabs .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) .team-tabs .fsNavLevel1 > li:hover > .fsNavPageInfo {
        max-height: 9999px;
        transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); }
      @media (max-width: 599px) {
        html:not(.js) .team-tabs .fsNavLevel1 > li:focus > .fsNavPageInfo {
          max-height: 9999px;
          transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); } }
      .team-tabs .fsNavLevel1 > li a {
        padding: 13px 5px;
        color: #7f8087;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase; }
      .team-tabs .fsNavLevel1 > li:not(:last-of-type) {
        border-right: 1px solid #d7d7dd; }
      .team-tabs .fsNavLevel1 > li.team-nav-more > a {
        position: relative; }
        .team-tabs .fsNavLevel1 > li.team-nav-more > a:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          position: absolute;
          top: 47%;
          right: 55px;
          -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
          font-size: 12px;
          font-weight: 400; }
      .team-tabs .fsNavLevel1 > li.team-nav-more .fsNavLevel2 {
        position: relative;
        width: 171.8px;
        margin-left: auto;
        padding-top: 10px; }
        .team-tabs .fsNavLevel1 > li.team-nav-more .fsNavLevel2:before, .team-tabs .fsNavLevel1 > li.team-nav-more .fsNavLevel2:after {
          top: 0;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
        .team-tabs .fsNavLevel1 > li.team-nav-more .fsNavLevel2:before {
          width: 100%;
          border-color: #fff;
          border-bottom-color: #fff;
          border-width: 5px;
          margin-left: -10px; }
        .team-tabs .fsNavLevel1 > li.team-nav-more .fsNavLevel2:after {
          top: -10px;
          right: 50%;
          border-color: rgba(136, 183, 213, 0);
          border-bottom-color: #f5f5f7;
          border-width: 10px; }
        .team-tabs .fsNavLevel1 > li.team-nav-more .fsNavLevel2 li a {
          display: block;
          padding: 13px 5px; }
        .team-tabs .fsNavLevel1 > li.team-nav-more .fsNavLevel2 li:not(:last-of-type) a {
          border-bottom: 1px solid #d7d7dd; }
      .team-tabs .fsNavLevel1 > li.clicked {
        background: #519dd0; }
        .team-tabs .fsNavLevel1 > li.clicked > a {
          color: #fff; }
      .team-tabs .fsNavLevel1 > li:hover:not(.clicked) {
        background: #efeff2; }
    .team-tabs .fsNavLevel1 .fsNavPageInfo {
      width: 100%; }
      .team-tabs .fsNavLevel1 .fsNavPageInfo .fsNavLevel2 {
        padding: 0 10px;
        background: #efeff2;
        text-align: left; }

@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%); }
  50% {
    opacity: 0;
    transform: translateY(100%); }
  51% {
    opacity: 1; } }

.athletics-feeds {
  width: 100%;
  margin-bottom: 20px; }
  .athletics-feeds > .fsElementContent {
    height: 100%; }
  .athletics-feeds .fsTabsNav {
    display: -ms-flexbox;
    display: flex; }
    .athletics-feeds .fsTabsNav li {
      width: calc(100% / 3); }
      .athletics-feeds .fsTabsNav li a {
        position: relative;
        padding: 9px 10px;
        font-size: 0;
        text-align: center;
        color: #fff;
        height: 52px; }
        .athletics-feeds .fsTabsNav li a:before {
          position: absolute;
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          display: block;
          font-size: 18px; }
        .athletics-feeds .fsTabsNav li a:hover {
          color: #fff; }
          .athletics-feeds .fsTabsNav li a:hover:before {
            animation: toTopFromBottom 0.3s forwards; }
      .athletics-feeds .fsTabsNav li:first-of-type a {
        background: #519dd0; }
        .athletics-feeds .fsTabsNav li:first-of-type a:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
      .athletics-feeds .fsTabsNav li:nth-of-type(2) a {
        background: #005b94; }
        .athletics-feeds .fsTabsNav li:nth-of-type(2) a:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
      .athletics-feeds .fsTabsNav li:nth-of-type(3) a {
        background: #8E2F44; }
        .athletics-feeds .fsTabsNav li:nth-of-type(3) a:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
      .athletics-feeds .fsTabsNav li:not(:last-child) {
        border: none; }
  .athletics-feeds .fsPanel {
    height: calc(100% - 40px);
    max-height: 345px;
    overflow-y: scroll; }
    .athletics-feeds .fsPanel header {
      display: none !important; }
    .athletics-feeds .fsPanel:first-of-type {
      border: 10px solid #519dd0; }
    .athletics-feeds .fsPanel:nth-of-type(2) {
      border: 10px solid #005b94; }
    .athletics-feeds .fsPanel:nth-of-type(3) {
      border: 10px solid #8E2F44; }
    .athletics-feeds .fsPanel > .fsElementContent {
      padding: 1em 14px; }
  .athletics-feeds.fsPanelGroup > .fsElementContent > .fsPanel > header,
  .athletics-feeds.fsPanelGroup > .fsElementContent > .fsPanel:not(.fsStateOpen) {
    display: none !important; }

body:not(.fsComposeMode) .athletics-pull-container header {
  display: none; }

body:not(.fsComposeMode) .team-schedule {
  display: none; }
  body:not(.fsComposeMode) .team-schedule.schedule-open {
    display: block; }

body:not(.fsComposeMode) .team-roster {
  display: none; }
  body:not(.fsComposeMode) .team-roster.roster-open {
    display: block; }

.overview.schedule-open {
  display: none; }

/*! pages - home v0.0.1 */
.home-headline > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }
  .home-headline > .fsElementContent .home-tagline {
    -ms-flex-order: 2;
    order: 2; }
  .home-headline > .fsElementContent .home-utility {
    -ms-flex-order: 1;
    order: 1; }
  @media (min-width: 600px) {
    .home-headline > .fsElementContent .home-utility .fsNavLevel1 {
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 900px) {
    .home-headline > .fsElementContent {
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      text-align: left; }
      .home-headline > .fsElementContent .home-tagline {
        -ms-flex-order: 1;
        order: 1;
        padding-right: 130px; }
      .home-headline > .fsElementContent .home-utility {
        -ms-flex-order: 2;
        order: 2; }
        .home-headline > .fsElementContent .home-utility .fsNavLevel1 {
          display: block; } }

.home-headline .home-tagline header {
  color: #005b94;
  font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
  font-size: 36px;
  font-weight: 700; }

.home-headline .home-tagline footer {
  color: #6a6867;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px; }

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

.home-headline .home-utility .fsNavLevel1 li {
  margin: 0;
  padding: 0; }

.home-headline .home-utility .fsNavLevel1 li {
  margin-bottom: 20px; }
  .home-headline .home-utility .fsNavLevel1 li a:before {
    font-size: 20px; }
  .home-headline .home-utility .fsNavLevel1 li:first-of-type a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .home-headline .home-utility .fsNavLevel1 li:nth-of-type(2) a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .home-headline .home-utility .fsNavLevel1 li:nth-of-type(3) a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 22px; }
  @media (min-width: 600px) {
    .home-headline .home-utility .fsNavLevel1 li {
      width: calc(100% / 3); }
      .home-headline .home-utility .fsNavLevel1 li:nth-of-type(2) {
        margin: 0 10px; } }
  @media (min-width: 900px) {
    .home-headline .home-utility .fsNavLevel1 li {
      width: 300px; }
      .home-headline .home-utility .fsNavLevel1 li:nth-of-type(2) {
        margin: 0 0 20px 0; } }

.home-headline .home-utility .fsNavLevel1 a {
  position: relative;
  display: block;
  padding: 16.5px 30px;
  color: #005b94;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(81, 157, 208, 0.2); }
  .home-headline .home-utility .fsNavLevel1 a:hover {
    opacity: .5; }
  .home-headline .home-utility .fsNavLevel1 a:before {
    position: relative;
    left: -15px; }

body:not(.fsComposeMode) .infographic-container {
  width: 0vw;
  margin: 40px auto 0; }
  body:not(.fsComposeMode) .infographic-container > .fsElementContent {
    width: 100vw;
    margin-left: -50vw;
    background: rgba(81, 157, 208, 0.5); }
    @media only screen and (max-width: 1350px) and (min-width: 1000px) {
      body:not(.fsComposeMode) .infographic-container > .fsElementContent {
        margin-left: -52vw;
        padding-left: 55px; } }
    body:not(.fsComposeMode) .infographic-container > .fsElementContent .slick-list {
      max-width: 1240px;
      margin: 0 auto; }
  body:not(.fsComposeMode) .infographic-container .infographic-slide {
    margin-bottom: 0;
    padding: 0 20px; }
    body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-bottom: 0; }
        body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box img {
          display: block;
          width: 100%; }
        body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box .fsElementContent {
          width: 100%;
          color: #fff;
          font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
          font-size: 29px;
          font-weight: 300; }
          body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box .fsElementContent strong {
            font-size: 55px;
            font-weight: 700; }
            @media (min-width: 1000px) {
              body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box .fsElementContent strong {
                font-size: 61px; } }
          body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box .fsElementContent p {
            padding: 0 10px; }
        body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box.text-box {
          position: relative;
          padding-top: 100%;
          padding-left: 1%; }
          body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box.text-box .fsElementContent {
            position: absolute;
            left: 0;
            top: 40%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
            @media (min-width: 500px) {
              body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box.text-box .fsElementContent {
                position: relative;
                top: auto;
                -ms-transform: none;
                transform: none; } }
          body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box.text-box footer {
            position: absolute;
            left: 0;
            top: 60%;
            padding: 0 10px;
            color: #fff;
            font-size: 12px;
            font-weight: 700;
            line-height: 17px;
            text-transform: uppercase; }
            body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box.text-box footer:before {
              content: '';
              position: absolute;
              top: 0;
              left: 10px;
              width: 50px;
              height: 2px;
              background: #DBC6AA; }
            @media (min-width: 500px) {
              body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box.text-box footer {
                position: relative;
                top: auto; } }
            body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box.text-box footer a {
              color: inherit;
              font-weight: inherit; }
              body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box.text-box footer a:hover {
                opacity: .7; }
        body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box:nth-of-type(2) {
          background: #DECBA5; }
        body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box:nth-of-type(3) {
          display: none; }
        body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box:nth-of-type(4) {
          display: none;
          background: #E6B10E; }
        body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box:nth-of-type(5) {
          display: none;
          background: #D77540; }
        body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box:nth-of-type(6) {
          display: none; }
        body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box:nth-of-type(7) {
          display: none;
          background: #97A926; }
        body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box:nth-of-type(8) {
          display: none; }
        @media (min-width: 500px) {
          body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box {
            width: calc(100% / 2); }
            body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box.text-box {
              padding-top: 0; }
            body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box:nth-of-type(5), body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box:nth-of-type(6) {
              display: -ms-flexbox;
              display: flex; }
            body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box:nth-of-type(3) {
              -ms-flex-order: 5;
              order: 5; }
            body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box:nth-of-type(4) {
              -ms-flex-order: 6;
              order: 6; }
            body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box:nth-of-type(5) {
              -ms-flex-order: 3;
              order: 3; }
            body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box:nth-of-type(6) {
              -ms-flex-order: 4;
              order: 4; }
            body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box:nth-of-type(7) {
              -ms-flex-order: 7;
              order: 7; }
            body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box:nth-of-type(8) {
              -ms-flex-order: 8;
              order: 8; } }
        @media (min-width: 900px) {
          body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box {
            width: calc(100% / 4); }
            body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box:nth-of-type(3), body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box:nth-of-type(4), body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box:nth-of-type(7), body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box:nth-of-type(8) {
              display: -ms-flexbox;
              display: flex; }
            body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box:nth-of-type(3) {
              -ms-flex-order: 3;
              order: 3; }
            body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box:nth-of-type(4) {
              -ms-flex-order: 4;
              order: 4; }
            body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box:nth-of-type(5) {
              -ms-flex-order: 5;
              order: 5; }
            body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box:nth-of-type(6) {
              -ms-flex-order: 6;
              order: 6; }
            body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box:nth-of-type(7) {
              -ms-flex-order: 7;
              order: 7; }
            body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent .infographic-box:nth-of-type(8) {
              -ms-flex-order: 8;
              order: 8; } }
      @media (min-width: 500px) {
        body:not(.fsComposeMode) .infographic-container .infographic-slide > .fsElementContent {
          -ms-flex-direction: row;
          flex-direction: row; } }
  body:not(.fsComposeMode) .infographic-container .slick-prev {
    left: 0; }
  body:not(.fsComposeMode) .infographic-container .slick-next {
    right: 0; }

.home-news .fsElementTitle {
  font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
  font-size: 26px;
  font-weight: 700; }

.home-news .fsCategory-37 .fsThumbnail {
  position: relative; }
  .home-news .fsCategory-37 .fsThumbnail:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 64px; }

.home-calendar.fsCalendar .fsElementSlideshow {
  padding-left: 0;
  padding-right: 0; }

.home-calendar .fsElementTitle {
  font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
  font-size: 26px;
  font-weight: 700; }

.home-calendar article.slick-slide:nth-of-type(5n - 4) {
  background: #8E2F44; }

.home-calendar article.slick-slide:nth-of-type(5n - 3) {
  background: #97A926; }

.home-calendar article.slick-slide:nth-of-type(5n - 2) {
  background: #D77540; }

.home-calendar article.slick-slide:nth-of-type(5n - 1) {
  background: #E6B10E; }

.portal-page .fsTwoColumnWideRightLayout > .fsDiv > .fsElement + .fsElement {
  margin-top: 2em; }

/*! pages - style-guide v0.0.1 */
.style-guide-page .fsPageTitle {
  margin-bottom: 1.76471em;
  padding: 1.17647em;
  background: rgba(0, 0, 0, 0.1); }

.colors ol {
  zoom: 1;
  margin-bottom: 2.35294em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 28.57143%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 14.28571%; } }
    @media (min-width: 1200px) {
      .colors ol li {
        margin-bottom: 0;
        width: 7.14286%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #4c4c4c;
      color: #4c4c4c; }
      .colors ol li:nth-of-type(1):after {
        content: "#4c4c4c"; }
    .colors ol li:nth-of-type(2) {
      background: #8E2F44;
      color: #8E2F44; }
      .colors ol li:nth-of-type(2):after {
        content: "#8E2F44"; }
    .colors ol li:nth-of-type(3) {
      background: #519dd0;
      color: #519dd0; }
      .colors ol li:nth-of-type(3):after {
        content: "#519dd0"; }
    .colors ol li:nth-of-type(4) {
      background: #005b94;
      color: #005b94; }
      .colors ol li:nth-of-type(4):after {
        content: "#005b94"; }
    .colors ol li:nth-of-type(5) {
      background: #97A926;
      color: #97A926; }
      .colors ol li:nth-of-type(5):after {
        content: "#97A926"; }
    .colors ol li:nth-of-type(6) {
      background: #DECBA5;
      color: #DECBA5; }
      .colors ol li:nth-of-type(6):after {
        content: "#DECBA5"; }
    .colors ol li:nth-of-type(7) {
      background: #E6B10E;
      color: #E6B10E; }
      .colors ol li:nth-of-type(7):after {
        content: "#E6B10E"; }
    .colors ol li:nth-of-type(8) {
      background: #D77540;
      color: #D77540; }
      .colors ol li:nth-of-type(8):after {
        content: "#D77540"; }
    .colors ol li:nth-of-type(9) {
      background: #efeff2;
      color: #efeff2; }
      .colors ol li:nth-of-type(9):after {
        content: "#efeff2"; }
    .colors ol li:nth-of-type(10) {
      background: #d7d7dd;
      color: #d7d7dd; }
      .colors ol li:nth-of-type(10):after {
        content: "#d7d7dd"; }
    .colors ol li:nth-of-type(11) {
      background: #b6b6bb;
      color: #b6b6bb; }
      .colors ol li:nth-of-type(11):after {
        content: "#b6b6bb"; }
    .colors ol li:nth-of-type(12) {
      background: #7f8087;
      color: #7f8087; }
      .colors ol li:nth-of-type(12):after {
        content: "#7f8087"; }
    .colors ol li:nth-of-type(13) {
      background: #6a6867;
      color: #6a6867; }
      .colors ol li:nth-of-type(13):after {
        content: "#6a6867"; }
    .colors ol li:nth-of-type(14) {
      background: #2a2b2d;
      color: #2a2b2d; }
      .colors ol li:nth-of-type(14):after {
        content: "#2a2b2d"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.35294em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.29412em;
    padding: 0.29412em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "Archer SSm A", "Archer SSm B", Georgia, serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "Archer SSm A, Archer SSm B, Georgia, serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "AvenirNextLTW01-Regular", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "AvenirNextLTW01-Regular, sans-serif"; }
    .fonts ol li:nth-of-type(4) {
      font-family: sans-serif; }
      .fonts ol li:nth-of-type(4):after {
        content: "sans-serif"; }
    .fonts ol li:nth-of-type(5) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(5):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(6) {
      font-family: "FontAwesome"; }
      .fonts ol li:nth-of-type(6):after {
        content: "FontAwesome"; }
    .fonts ol li:nth-of-type(7) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(7):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.headers h1:after {
  content: " size: 54px / line: 64px"; }

.headers h2:after {
  content: " size: 30px / line: 34px"; }

.headers h3:after {
  content: " size: 20px / line: 30px"; }

.headers h4:after {
  content: " size: 17px / line: 26px"; }

.headers h5:after {
  content: " size: 15px / line: 22px"; }

.headers h6:after {
  content: " size: 16px / line: 18px"; }

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

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

.nav-hub .fsNavLevel1 > li > a[href*='directory']:before {
  background-image: url("../images/icons/directory.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 25px;
  width: 25px; }

.nav-hub .fsNavLevel1 > li > a[href*='webnmh']:before {
  background-image: url("../images/icons/faweb.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 25px;
  width: 25px; }

.nav-hub .fsNavLevel1 > li > a[href*='calendars']:before {
  background-image: url("../images/icons/schedule.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 25px;
  width: 25px; }

.nav-hub .fsNavLevel1 > li > a[href*='forms']:before {
  background-image: url("../images/icons/forms.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 25px;
  width: 25px; }

.nav-hub .fsNavLevel1 > li > a[href*='handbooks']:before {
  background-image: url("../images/icons/handbook.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 25px;
  width: 25px; }

.nav-hub .fsNavLevel1 > li > a[href*='strategic']:before {
  background-image: url("../images/icons/strategicplan.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 25px;
  width: 25px; }

.nav-hub .fsNavLevel1 > li > a[href*='library']:before {
  background-image: url("../images/icons/library.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 25px;
  width: 25px; }

.nav-hub .fsNavLevel1 > li > a[href*='information']:before {
  background-image: url("../images/icons/infotech.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 25px;
  width: 25px; }

.nav-hub .fsNavLevel1 > li > a[href*='google']:before {
  background-image: url("../images/icons/googleapps.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 25px;
  width: 25px; }

.nav-hub .fsNavLevel1 > li > a[href*='printing']:before {
  background-image: url("../images/icons/printing.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 25px;
  width: 25px; }

.nav-hub .fsNavLevel1 > li > a[href*='faculty']:before {
  background-image: url("../images/icons/facultygovernance.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 25px;
  width: 25px; }

.nav-hub .fsNavLevel1 > li > a[href*='naviance']:before {
  background-image: url("../images/icons/naviance.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 25px;
  width: 25px; }

.nav-hub .fsNavLevel1 > li > a[href*='dorms']:before {
  background-image: url("../images/icons/dorms.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 25px;
  width: 25px; }

.nav-hub .fsNavLevel1 > li > a[href*='food']:before {
  background-image: url("../images/icons/food.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 25px;
  width: 25px; }

.nav-hub .fsNavLevel1 > li > a[href*='human']:before {
  background-image: url("../images/icons/humanresources.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 25px;
  width: 25px; }

.nav-hub .fsNavLevel1 > li > a[href*='hubbub']:before {
  background-image: url("../images/icons/hubub.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 25px;
  width: 25px; }

.nav-hub .fsNavLevel1 > li {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  max-height: 9999px;
  transition: .5s;
  background: #7f8087; }
  .nav-hub .fsNavLevel1 > li a {
    display: block;
    width: 100%;
    padding: 5px 25px;
    color: #fff;
    font-size: 15px;
    text-align: left; }
    .nav-hub .fsNavLevel1 > li a:hover {
      opacity: .6; }
  .nav-hub .fsNavLevel1 > li > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 40px;
    height: 52px;
    max-height: 52px;
    font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 18px;
    text-align: center; }
    .nav-hub .fsNavLevel1 > li > a:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      top: 50%;
      right: 15px;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .nav-hub .fsNavLevel1 > li .fsNavPageInfo {
    position: relative !important;
    top: auto !important;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s; }
  .nav-hub .fsNavLevel1 > li .fsNavLevel2 li {
    padding-left: 10px; }
  .nav-hub .fsNavLevel1 > li .fsNavLevel2 .fsNavParentPage > a {
    position: relative; }
    .nav-hub .fsNavLevel1 > li .fsNavLevel2 .fsNavParentPage > a:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      right: 20px;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #fff; }
  .nav-hub .fsNavLevel1 > li:not(.menu-open) {
    max-height: 52px; }

.nav-hub .fsNavLevel1 li.menu-open > a {
  opacity: .6; }

.nav-hub .fsNavLevel1 li.menu-open > .fsNavPageInfo {
  max-height: 9999px; }

.nav-hub .fsNavLevel1 li.menu-open > a:after {
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

.hub-page .fsAccordion {
  margin-bottom: 0; }
  .hub-page .fsAccordion .fsPanel {
    background: #519dd0;
    border: 0 none;
    margin-bottom: 20px; }
    .hub-page .fsAccordion .fsPanel header {
      position: relative;
      margin-bottom: 0;
      width: 100%;
      max-height: 9999px;
      transition: .5s;
      background: #005b94; }
      .hub-page .fsAccordion .fsPanel header > h2 {
        padding: 0;
        color: #fff;
        font-size: 15px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding: 0 40px;
        height: 40px;
        max-height: 52px;
        font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
        font-size: 15px;
        font-weight: 700;
        line-height: 18px;
        text-align: center;
        text-transform: none;
        color: #fff;
        margin-bottom: 0; }
        .hub-page .fsAccordion .fsPanel header > h2:before {
          content: ''; }
        .hub-page .fsAccordion .fsPanel header > h2:hover:before {
          content: ''; }
      .hub-page .fsAccordion .fsPanel header a:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        position: absolute;
        top: 50%;
        right: 15px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .hub-page .fsAccordion .fsPanel .fsElementContent {
      padding: 0; }
      .hub-page .fsAccordion .fsPanel .fsElementContent .fsPanelGroup .fsPanel {
        margin-bottom: 5px; }
    .hub-page .fsAccordion .fsPanel.fsStateOpen > header h2 a {
      opacity: .6;
      color: #fff; }
    .hub-page .fsAccordion .fsPanel.fsStateOpen > header h2:before {
      content: ''; }
    .hub-page .fsAccordion .fsPanel.fsStateOpen > header h2:after {
      -ms-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg); }

.hub-page .sub-page.fsPanel {
  padding: 0 !important; }

.hub-page .sub-page header h2 {
  font-family: "AvenirNextLTW01-Regular", sans-serif !important;
  text-align: left !important;
  -ms-flex-pack: left !important;
  justify-content: left !important;
  padding: 5px 25px 5px 35px !important;
  height: 35px !important; }

.hub-page .sub-page .fsPostLink {
  padding: 5px 25px 5px 45px !important; }

.hub-page .fsPostElement {
  margin-bottom: 0; }
  .hub-page .fsPostElement .fsTitle, .hub-page .fsPostElement .fsTag, .hub-page .fsPostElement a, .hub-page .fsPostElement .fsElementEmpty {
    color: #fff;
    font-size: 15px;
    padding-bottom: 0; }
  .hub-page .fsPostElement article {
    margin-bottom: 0; }
  .hub-page .fsPostElement .fsPostLink {
    display: block;
    width: 100%;
    padding: 5px 25px 5px 35px;
    color: #fff;
    font-size: 15px;
    text-align: left; }
    .hub-page .fsPostElement .fsPostLink:hover {
      opacity: .6;
      color: #fff; }
  .hub-page .fsPostElement .fsElementEmpty {
    display: block;
    width: 100%;
    padding: 0 5px 10px 25px;
    color: #fff;
    font-size: 15px;
    text-align: left; }

.faculty .fsJobTitle {
  display: none; }

.athletics-pull-container .fsResourceElement.fsSlideshow .fsNextButton,
.athletics-pull-container .fsResourceElement.fsSlideshow .fsPrevButton {
  display: none; }

.fsComposeMode .nav-main.is-fixed {
  display: none; }

.abril-fatface .fsTitle, .abril-fatface h2, .abril-fatface h1 {
  font-family: 'Abril Fatface', cursive; }

.bebas-neue .fsTitle, .bebas-neue h2, .bebas-neue h1 {
  font-family: 'Bebas Neue', cursive !important; }

.bebas-neue .fsTitle, .bebas-neue h2, .bebas-neue h1 {
  font-family: 'Bebas Neue', cursive !important; }

.merriweather .fsTitle, .merriweather h2, .merriweather h1 {
  font-family: 'Merriweather', serif !important; }

.mr-dafoe .fsTitle, .mr-dafoe h2, .mr-dafoe h1 {
  font-family: 'Mr Dafoe', cursive !important; }

.playfair-display .fsTitle, .playfair-display h2, .playfair-display h1 {
  font-family: 'Playfair Display', serif !important; }

.playfair-display-sc .fsTitle, .playfair-display-sc h2, .playfair-display-sc h1 {
  font-family: 'Playfair Display SC', serif !important; }

.roboto-slab .fsTitle, .roboto-slab h2, .roboto-slab h1 {
  font-family: 'Roboto Slab', serif !important; }

.post-slider.fsSlideshow .fsElementSlideshow[data-arrows*="true"] {
  padding: 0; }

.post-slider article figure img, .post-slider article video {
  height: 30vh; }
  @media (min-width: 600px) {
    .post-slider article figure img, .post-slider article video {
      height: 40vh; } }
  @media (min-width: 800px) {
    .post-slider article figure img, .post-slider article video {
      height: 50vh; } }
  @media (min-width: 1000px) {
    .post-slider article figure img, .post-slider article video {
      height: 60vh; } }
  @media (min-width: 1200px) {
    .post-slider article figure img, .post-slider article video {
      height: 75vh; } }

.caption-slider {
  max-width: 75rem;
  padding-right: 1.17647em;
  padding-left: 1.17647em;
  margin: 0 auto;
  margin-bottom: 23px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 700px) {
    .caption-slider {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media (min-width: 1000px) {
    .caption-slider {
      padding-left: 75px; } }
  @media (min-width: 1350px) {
    .caption-slider {
      padding-left: 0;
      padding-right: 0; } }
  .caption-slider .post-captions {
    width: 100%; }
    @media (min-width: 700px) {
      .caption-slider .post-captions {
        width: calc(100% - 400px);
        max-width: 800px; } }
    .caption-slider .post-captions figcaption p {
      margin-bottom: 0; }
  .caption-slider .slideshow-controls {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: auto;
    margin-top: 20px; }
    @media (min-width: 700px) {
      .caption-slider .slideshow-controls {
        margin-top: 5px; } }
    .caption-slider .slideshow-controls > * {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      -ms-transform: none;
      transform: none;
      background: none;
      border: none;
      box-shadow: none; }
    .caption-slider .slideshow-controls .slick-arrow {
      height: 12px;
      width: 20px;
      font-size: 0;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer;
      transition: 0.3s;
      opacity: 1; }
      .caption-slider .slideshow-controls .slick-arrow.slick-prev:hover, .caption-slider .slideshow-controls .slick-arrow.slick-prev:focus {
        opacity: 0.8; }
      .caption-slider .slideshow-controls .slick-arrow.slick-prev:before {
        -ms-transform-origin: none;
        transform-origin: none;
        -ms-transform: none;
        transform: none;
        font-size: 12px;
        line-height: 1;
        -ms-transform-origin: 0;
        transform-origin: 0;
        top: auto;
        left: auto;
        color: #005b94;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .caption-slider .slideshow-controls .slick-arrow.slick-next:hover, .caption-slider .slideshow-controls .slick-arrow.slick-next:focus {
        opacity: 0.8; }
      .caption-slider .slideshow-controls .slick-arrow.slick-next:before {
        -ms-transform-origin: none;
        transform-origin: none;
        -ms-transform: none;
        transform: none;
        font-size: 12px;
        line-height: 1;
        -ms-transform-origin: 0;
        transform-origin: 0;
        top: auto;
        left: auto;
        color: #005b94;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .caption-slider .slideshow-controls .fsSlideshowPause {
      height: 12px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 5px;
      padding-right: 5px;
      margin-right: 7px; }
      .caption-slider .slideshow-controls .fsSlideshowPause:before {
        background: none;
        margin: 0;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 12px;
        line-height: 1;
        color: #005b94;
        transition: 0.3s;
        height: auto;
        vertical-align: unset; }
    .caption-slider .slideshow-controls .fsSlideshowPlay {
      height: 12px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 5px;
      padding-right: 5px;
      margin-right: 7px; }
      .caption-slider .slideshow-controls .fsSlideshowPlay:before {
        background: none;
        margin: 0;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 12px;
        line-height: 1;
        color: #005b94;
        transition: 0.3s;
        height: auto;
        vertical-align: unset; }
      .caption-slider .slideshow-controls .fsSlideshowPlay:hover:before, .caption-slider .slideshow-controls .fsSlideshowPlay:focus:before {
        opacity: 0.8; }
    .caption-slider .slideshow-controls .slick-dots {
      position: relative;
      -ms-transform: none;
      transform: none;
      left: auto;
      bottom: auto;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: start;
      align-items: flex-start; }
      .caption-slider .slideshow-controls .slick-dots, .caption-slider .slideshow-controls .slick-dots ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      .caption-slider .slideshow-controls .slick-dots li {
        margin: 0;
        padding: 0; }
      .caption-slider .slideshow-controls .slick-dots li {
        display: inline-block;
        height: 8px;
        height: 10px;
        line-height: 0; }
      .caption-slider .slideshow-controls .slick-dots li + li {
        margin-left: 6px; }
      .caption-slider .slideshow-controls .slick-dots li button {
        border: 0;
        background-color: transparent;
        padding: 0;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        font-size: 0;
        background: #7f8087;
        cursor: pointer;
        transition: 0.3s; }
        .caption-slider .slideshow-controls .slick-dots li button:hover, .caption-slider .slideshow-controls .slick-dots li button:focus {
          background: #2a2b2d; }
      .caption-slider .slideshow-controls .slick-dots .slick-active button {
        background: #005b94; }

input[name="import_string"] {
  display: none; }

.sudoku {
  border: 4px solid black;
  border-collapse: collapse;
  margin-bottom: 20px;
  max-width: 463px; }
  .sudoku tr {
    padding: 0; }
  .sudoku td {
    padding: 0;
    border: 1px solid black; }
  .sudoku input {
    width: 100%;
    border: 0;
    font-size: 25pt;
    text-align: center; }
  .sudoku .thick_right {
    border-right: 4px solid black !important; }
  .sudoku .thick_bottom {
    border-bottom: 4px solid black; }
  .sudoku .imported_square {
    background-color: lightgray; }
  .sudoku .valid {
    background-color: limegreen; }
  .sudoku .invalid {
    background-color: red; }

/*.sidebar-rail {
  @include breakpoint(1000px) {
    width: 33.33% !important;
    margin-left:auto;
    position: absolute;
    right:0;
    top:0;
    .fs_style_48 {
      position: relative;
      width: 100%;
    }
  }
}*/
@media print {
  .nav-main, .nav-sub, .nav-athletics,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  .fsThumbnail {
    display: none !important; }
  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100%; }
  html {
    font-size: 100%;
    /* for IE */ }
  body {
    font-size: 62.5%; }
  #fsHeader {
    border-bottom: 2px solid #000; }
    #fsHeader .site-name {
      margin-top: 0;
      font-family: "Archer SSm A", "Archer SSm B", Georgia, serif;
      font-weight: bold;
      color: #2a2b2d;
      font-size: 54px;
      line-height: 64px;
      margin-bottom: 16px; }
  * {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    min-height: auto !important;
    height: auto !important; }
  a, a:visited {
    text-decoration: underline; }
  dl dd {
    margin-left: 0; }
  div, dl, li {
    height: auto !important;
    height: 1%; }
  thead {
    display: table-header-group; }
  tr, img, h2, h3, pre, blockquote {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; } }
