@charset "UTF-8";
 /**
 *
 * Janesville District - default_17
 * @link http://janesvillek12wius.finalsite.com
 * Site Template : newclientcustom
 * Built By: Jordan Melendez
 * Project Manager: Jaime Skerker
 * Designer: Nathan Lyttle
 * ==== Git Info ====
 * Branch Name: clients/janesvillek12wius
 * Build version: 3.2.6
 * Git Tag: v3.0-237-g5609572fd7
 * Last build by: cameron.quatman
 *
 **/

@charset "UTF-8";
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 69.41176em;
  max-width: 73.75rem; }

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

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

/*! helpers - box-model v0.0.1 */
.margin-x {
  margin-right: 1.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, .fsAthleticsRosterList li > div.fsRosterName, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em; }

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px; }

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #5d123a;
  font-weight: 600;
  margin-bottom: 20px; }

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #333;
  font-weight: 600;
  margin-bottom: 20px; }

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #222222;
  font-weight: 700;
  margin-bottom: 20px; }

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px; }

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #999;
  font-weight: 700;
  margin-bottom: 20px; }

p {
  margin: 0 0 36px; }

hr {
  margin: 0 auto 20px; }

a {
  text-decoration: none;
  color: #3344dd;
  font-weight: 700;
  transition: background .3s, color .3s; }
  a[href^="tel"] {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: none; }
  a:hover, a:focus {
    color: #3344dd;
    text-decoration: underline; }

ul,
ol {
  margin-top: 0;
  padding-left: 30px; }
  ul:not([class*="fsNav"]) li,
  ol:not([class*="fsNav"]) li {
    padding: 5px 0; }

ol li[href^="tel"] {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: none; }

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
.fs_style_34 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: table; }
  .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  .fs_style_34 td {
    padding: 13px 20px 12px;
    background: rgba(240, 240, 240, 0.5);
    font-size: 15px;
    line-height: 25px; }
  .fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td, .fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
  .fs_style_34 tr:nth-of-type(odd) td {
    background-color: #f0f0f0; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th, .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  .fs_style_34 th,
  .fs_style_34 td {
    vertical-align: top;
    border-bottom: none; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  .fs_style_34 th {
    padding: 16px 20px 15px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    text-align: left;
    background: #333;
    color: #fff; }

div.table-overflow {
  overflow-x: scroll;
  margin-bottom: 0; }

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

.fsElementTitle {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 16px; }

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

.fsPanel {
  margin-bottom: 0; }

.fsDialogCloseButton {
  opacity: 1; }
  .fsDialogCloseButton:after, .fsDialogCloseButton:before {
    background: #262626; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #262626; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: black; }

.fsElementDialog {
  color: #262626; }

/*! 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: calc(75px - 1em);
  padding-top: 0;
  padding-bottom: 0; }

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

.fsSlideshow .fsNextButton,
.fsSlideshow .fsPrevButton {
  border-radius: 0;
  background: #dedede;
  overflow: hidden;
  height: 60px;
  width: 60px;
  transition: background .3s; }
  .fsSlideshow .fsNextButton:hover, .fsSlideshow .fsNextButton:focus,
  .fsSlideshow .fsPrevButton:hover,
  .fsSlideshow .fsPrevButton:focus {
    background: #d1d1d1;
    transition: background .3s; }
  .fsSlideshow .fsNextButton:before,
  .fsSlideshow .fsPrevButton:before {
    color: #666;
    font-size: 24px;
    font-family: 'icomoon';
    transition: .3s;
    display: inline-block;
    line-height: 1;
    width: auto;
    height: auto;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "IcoMoon";
    font-weight: normal; }
  .fsSlideshow .fsNextButton.fsUpArrow:before, .fsSlideshow .fsNextButton.fsDownArrow:before,
  .fsSlideshow .fsPrevButton.fsUpArrow:before,
  .fsSlideshow .fsPrevButton.fsDownArrow:before {
    top: auto;
    bottom: 0; }
  .fsSlideshow .fsNextButton.fsLeftArrow:before, .fsSlideshow .fsNextButton.fsRightArrow:before,
  .fsSlideshow .fsPrevButton.fsLeftArrow:before,
  .fsSlideshow .fsPrevButton.fsRightArrow:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .fsSlideshow .fsNextButton:hover:before, .fsSlideshow .fsNextButton:focus:before,
  .fsSlideshow .fsPrevButton:hover:before,
  .fsSlideshow .fsPrevButton:focus:before {
    color: #666;
    transition: .3s; }

.fsSlideshow .fsPrevButton:before {
  content: ""; }

.fsSlideshow .fsNextButton:before {
  content: ""; }

.fsSlideshow .fsPager {
  margin-bottom: 0;
  margin-top: 20px; }
  .fsSlideshow .fsPager li {
    width: 12px;
    height: 12px;
    position: relative;
    vertical-align: middle; }
    .fsSlideshow .fsPager li button {
      width: 100%;
      height: 100%;
      padding: 0;
      color: #262626; }
      .fsSlideshow .fsPager li button:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: rgba(38, 38, 38, 0.25);
        transition: .3s;
        opacity: 1; }
      .fsSlideshow .fsPager li button:hover:before, .fsSlideshow .fsPager li button:focus:before {
        background-color: #262626;
        transition: .3s; }
      .fsSlideshow .fsPager li button:focus {
        outline: 1px dashed rgba(38, 38, 38, 0.25); }
    .fsSlideshow .fsPager li.slick-active button:before {
      opacity: 1;
      background-color: #262626; }

.fs_style_25 {
  display: inline-block;
  border: 0;
  margin: 0 10px 6px 0;
  padding: 15px 20px;
  background: #5d123a;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  border-radius: 0;
  text-align: center; }
  .fs_style_25:hover, .fs_style_25:focus,
  .fsStateSelected .fs_style_25 {
    background: rgba(93, 18, 58, 0.7);
    color: #fff;
    text-decoration: none; }
  .fs_style_25 em {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    margin: 6px 0 0; }

.fs_style_26 {
  display: inline-block;
  border: 0;
  margin: 0 10px 6px 0;
  padding: 15px 20px;
  background: #fff;
  color: #999;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  border-radius: 0;
  text-align: center;
  border: 1px solid #999; }
  .fs_style_26:hover, .fs_style_26:focus,
  .fsStateSelected .fs_style_26 {
    background: rgba(255, 255, 255, 0.7);
    color: #999;
    text-decoration: none; }
  .fs_style_26 em {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    margin: 6px 0 0; }
  .fs_style_26:hover {
    background: #999;
    color: #fff; }

.fs_style_27 {
  display: inline-block;
  border: 0;
  margin: 0 10px 6px 0;
  padding: 15px 20px;
  background: #333;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  border-radius: 0;
  text-align: center; }
  .fs_style_27:hover, .fs_style_27:focus,
  .fsStateSelected .fs_style_27 {
    background: rgba(51, 51, 51, 0.7);
    color: #fff;
    text-decoration: none; }
  .fs_style_27 em {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    margin: 6px 0 0; }

.fs_style_33 {
  display: inline-block;
  border: 0;
  margin: 0 10px 6px 0;
  padding: 15px 20px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  border-radius: 0;
  text-align: center;
  border: 1px solid #fff; }
  .fs_style_33:hover, .fs_style_33:focus,
  .fsStateSelected .fs_style_33 {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-decoration: none; }
  .fs_style_33 em {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    margin: 6px 0 0; }
  .fs_style_33:hover {
    background: #fff;
    color: #333; }

.fs_style_28 {
  display: inline-block;
  border: 0;
  margin: 0 10px 6px 0;
  padding: 15px 20px;
  background: #5d123a;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  border-radius: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  padding: 27px 99px 26px; }
  .fs_style_28:hover, .fs_style_28:focus,
  .fsStateSelected .fs_style_28 {
    background: rgba(93, 18, 58, 0.7);
    color: #fff;
    text-decoration: none; }
  .fs_style_28 em {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    margin: 6px 0 0; }

.fs_style_29 {
  display: inline-block;
  border: 0;
  margin: 0 10px 6px 0;
  padding: 15px 20px;
  background: #fff;
  color: #999;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  border-radius: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  padding: 27px 99px 26px;
  border: 1px solid #999; }
  .fs_style_29:hover, .fs_style_29:focus,
  .fsStateSelected .fs_style_29 {
    background: rgba(255, 255, 255, 0.7);
    color: #999;
    text-decoration: none; }
  .fs_style_29 em {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    margin: 6px 0 0; }
  .fs_style_29 em {
    color: rgba(153, 153, 153, 0.7); }
  .fs_style_29:hover {
    background: #999;
    color: #fff; }
    .fs_style_29:hover em {
      color: rgba(255, 255, 255, 0.7); }

.fs_style_30 {
  display: inline-block;
  border: 0;
  margin: 0 10px 6px 0;
  padding: 15px 20px;
  background: #333;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  border-radius: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  padding: 27px 99px 26px; }
  .fs_style_30:hover, .fs_style_30:focus,
  .fsStateSelected .fs_style_30 {
    background: rgba(51, 51, 51, 0.7);
    color: #fff;
    text-decoration: none; }
  .fs_style_30 em {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    margin: 6px 0 0; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 10px 6px 0;
  padding: 15px 20px;
  background: #262626;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  border-radius: 0;
  text-align: center; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus,
  .fsStateSelected .fsStyleDefaultButton {
    background: rgba(38, 38, 38, 0.7);
    color: #fff;
    text-decoration: none; }
  .fsStyleDefaultButton em {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    margin: 6px 0 0; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }
  .fsStyleDefaultButton.fsSelectAll {
    margin-bottom: 5px;
    padding: 7px 12px;
    font-size: .875em;
    line-height: 1.2; }

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 10px 6px 0;
  padding: 15px 20px;
  background: #262626;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  border-radius: 0;
  text-align: center; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus,
  .fsStateSelected .fsStyleUpdateButton {
    background: rgba(38, 38, 38, 0.7);
    color: #fff;
    text-decoration: none; }
  .fsStyleUpdateButton em {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    margin: 6px 0 0; }

.hero-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  max-height: 480px;
  min-height: 210px;
  width: 100%;
  overflow: hidden; }
  .hero-image img {
    display: block;
    visibility: hidden; }

body .fsBannerRight, body
.fsBannerLeft {
  font-size: 16px;
  line-height: 23px;
  color: #666; }

.fsBannerRight .fsElement,
.fsBannerLeft .fsElement {
  margin: 0 0 80px; }

.fsBannerRight .fsElementContent,
.fsBannerLeft .fsElementContent {
  color: #999; }
  .fsBannerRight .fsElementContent p,
  .fsBannerLeft .fsElementContent p {
    color: #999; }

.fsBannerRight .photo-content .fsElementTitle,
.fsBannerLeft .photo-content .fsElementTitle {
  padding: 0 20px; }

.fsBannerRight .photo-content .fsElementContent,
.fsBannerLeft .photo-content .fsElementContent {
  padding-left: 20px;
  padding-right: 20px; }

.fsBannerRight .fsCalendar > header,
.fsBannerRight .fsPostElement > header,
.fsBannerLeft .fsCalendar > header,
.fsBannerLeft .fsPostElement > header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 40px; }
  .fsBannerRight .fsCalendar > header:before,
  .fsBannerRight .fsPostElement > header:before,
  .fsBannerLeft .fsCalendar > header:before,
  .fsBannerLeft .fsPostElement > header:before {
    content: '';
    background: #ccc;
    height: 2px;
    width: calc(100% - 56px);
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .fsBannerRight .fsCalendar > header .fsElementTitle,
  .fsBannerRight .fsPostElement > header .fsElementTitle,
  .fsBannerLeft .fsCalendar > header .fsElementTitle,
  .fsBannerLeft .fsPostElement > header .fsElementTitle {
    background: #fff;
    color: #222222;
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1; }

.photo-content {
  background: #f6f6f6; }
  .photo-content header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .photo-content header .fsElementTitle {
      color: #222222;
      font-size: 20px;
      font-weight: 600;
      line-height: 22px;
      margin: 0 0 15px;
      padding: 0 30px; }
    .photo-content header .fsElementHeaderContent {
      margin: 0 0 20px; }
      .photo-content header .fsElementHeaderContent img {
        display: block;
        margin: 0;
        width: 100%; }
  .photo-content .fsElementContent {
    color: #535353;
    font-size: 16px;
    line-height: 23px;
    padding: 0px 30px 40px; }
    .photo-content .fsElementContent p:last-child {
      margin: 0; }
  .photo-content.primary {
    background: #5d123a; }
    .photo-content.primary .fsElementTitle {
      color: #fff; }
    .photo-content.primary .fsElementContent {
      color: #fff; }
      .photo-content.primary .fsElementContent a {
        color: #fff;
        border-bottom: 2px solid rgba(255, 255, 255, 0.8);
        transition: color .3s; }
        .photo-content.primary .fsElementContent a:hover, .photo-content.primary .fsElementContent a:focus, .photo-content.primary .fsElementContent a:visited {
          color: rgba(255, 255, 255, 0.8);
          text-decoration: none;
          transition: color .3s; }

.fs_style_24 {
  color: #666;
  font-size: 26px;
  font-weight: 300;
  line-height: 36px; }

blockquote {
  border-left: 3px solid #333;
  color: #444;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
  padding: 0 0 0 20px;
  position: relative;
  margin: 40px 0; }

.fs_style_32 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #999;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize; }
  .fs_style_32:before {
    content: '- '; }

.fs_style_31 {
  color: #5d123a;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px; }
  .fs_style_31.left {
    float: left;
    margin-left: 20px; }
    @media (min-width: 500px) {
      .fs_style_31.left {
        width: 50%; } }
  .fs_style_31.right {
    float: right;
    margin-right: 20px; }
    @media (min-width: 500px) {
      .fs_style_31.right {
        width: 50%; } }

/*! _main.scss - src/sass/navigation/ - main import */
.fsNavigation ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .fsNavigation ul li.fsNavCurrentPage > a, .fsNavigation ul li.fsNavCurrentPageAncestor > a {
    color: #3344dd;
    background: transparent; }
  .fsNavigation ul li a {
    display: block;
    padding: 10px 0;
    color: #3344dd;
    background: transparent; }
    .fsNavigation ul li a:hover, .fsNavigation ul li a:focus {
      color: #3344dd;
      background: transparent; }

.fsNavigation .fsNavLevel2 > li > a {
  padding-left: 10px; }

.fsNavigation .fsNavLevel3 > li > a {
  padding-left: 20px; }

.fsNavigation .fsNavLevel4 > li > a {
  padding-left: 30px; }

.fsNavigation .fsNavLevel5 > li > a {
  padding-left: 40px; }

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

.nav-site-map ul {
  margin: 0 0 0 20px;
  padding: 0; }
  .nav-site-map ul.fsNavLevel1 {
    margin-left: 0;
    list-style: none; }
    @media (min-width: 600px) {
      .nav-site-map ul.fsNavLevel1 {
        -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 ul.fsNavLevel1 li {
          page-break-inside: avoid;
          break-inside: avoid-column; } }
    .nav-site-map ul.fsNavLevel1 > li > a {
      margin-bottom: 20px;
      font-weight: 700; }
  .nav-site-map ul.fsNavLevel2 {
    list-style: disc; }
  .nav-site-map ul.fsNavLevel3 {
    list-style: circle; }
  .nav-site-map ul.fsNavLevel4 {
    list-style: square; }
  .nav-site-map ul.fsNavLevel5 {
    list-style: disc; }

.nav-tier ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-tier ul li a {
    display: block;
    padding: 10px 10px;
    color: #3344dd;
    background: transparent; }
    .nav-tier ul li a:hover, .nav-tier ul li a:focus {
      color: #3344dd;
      background: #222222; }
  .nav-tier ul li.fsNavCurrentPage > a {
    color: #fff;
    background: black; }
    .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
      color: #fff;
      background: #222222; }
  .nav-tier ul li.fsNavCurrentPageAncestor {
    background: #222222; }
    .nav-tier ul li.fsNavCurrentPageAncestor > a {
      color: #3344dd;
      background: transparent; }
      .nav-tier ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
        color: #3344dd;
        background: #222222; }

.nav-tier .fsNavLevel1 {
  padding-left: 0; }
  .nav-tier .fsNavLevel1 > li {
    border-bottom: 1px solid #222222; }
    .nav-tier .fsNavLevel1 > li:last-child {
      border-bottom: none; }

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

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

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

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

.nav-sub {
  display: none; }
  @media screen and (max-width: 899px) {
    .nav-sub > header {
      display: block;
      position: relative;
      position: relative;
      background-color: #5d123a;
      color: #222222;
      transition: .3s;
      cursor: pointer;
      position: relative; }
      .nav-sub > header .fsElementTitle {
        margin-top: 0;
        font-weight: normal;
        font-size: 18px;
        line-height: 25px;
        color: #222222;
        font-weight: 700;
        color: #fff;
        padding: 20px; }
      .nav-sub > header:hover, .nav-sub > header:focus-within {
        background-color: #5d123a;
        color: #222222; }
        .nav-sub > header:hover .nav-toggle, .nav-sub > header:focus-within .nav-toggle {
          color: #fff; }
      .nav-sub > header:focus-visible {
        border: 3px solid #fff; } }
  @media screen and (max-width: 899px) and (min-width: 800px) {
    .nav-sub > header {
      display: none; } }
  @media screen and (max-width: 899px) {
      .nav-sub > header .nav-toggle {
        border: 0;
        background: none;
        outline: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 50%;
        right: 5px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 5px;
        color: #fff;
        cursor: pointer;
        transition: 0.3s color; }
        .nav-sub > header .nav-toggle:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          font-size: 10px;
          display: block; }
        .nav-sub > header .nav-toggle:focus-visible {
          border: 3px solid #fff; }
    .nav-sub > .fsElementContent {
      position: relative;
      display: block;
      background-color: transparent;
      border: 2px solid #5d123a; }
      .nav-sub > .fsElementContent nav {
        padding: 28px; }
      .nav-sub > .fsElementContent ul li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 16px; }
        .nav-sub > .fsElementContent ul li:first-child > a:before {
          top: -7px;
          height: calc(100% + 23px); }
        .nav-sub > .fsElementContent ul li:last-child {
          margin-bottom: 0; }
          .nav-sub > .fsElementContent ul li:last-child > a:before {
            height: calc(100% + 7px); }
        .nav-sub > .fsElementContent ul li a {
          padding: 0;
          color: #262626;
          background: transparent;
          font-size: 0.875rem;
          line-height: 1.5;
          font-weight: 400;
          text-decoration: none;
          position: relative; }
          .nav-sub > .fsElementContent ul li a:before {
            content: '';
            position: absolute;
            top: 0;
            left: -20px;
            width: 3px;
            height: calc(100% + 16px);
            background-color: rgba(34, 34, 34, 0.15); }
          .nav-sub > .fsElementContent ul li a:hover, .nav-sub > .fsElementContent ul li a:focus {
            color: #3344dd;
            background: transparent; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
          color: #3344dd;
          background: transparent; }
          .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
            color: #222222;
            background: transparent; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
          background: transparent; }
          .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
            color: #3344dd;
            background: transparent; }
            .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
              color: #222222;
              background: transparent; }
        .nav-sub > .fsElementContent ul li.active-subnav > a {
          color: #5d123a; }
        .nav-sub > .fsElementContent ul li.active-subnav > .sublevel-toggle:before {
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
      .nav-sub > .fsElementContent .fsNavLevel1 > li {
        padding-left: 0;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #f0f0f0; }
        .nav-sub > .fsElementContent .fsNavLevel1 > li:last-child {
          padding-bottom: 0;
          margin-bottom: 0;
          border-bottom: 0; }
        .nav-sub > .fsElementContent .fsNavLevel1 > li.active-subnav > a {
          color: #222222; }
        .nav-sub > .fsElementContent .fsNavLevel1 > li > .sublevel-toggle {
          top: 0px; }
        .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
          line-height: 1.4286;
          font-weight: 700; }
          .nav-sub > .fsElementContent .fsNavLevel1 > li > a:before {
            content: normal; }
      .nav-sub > .fsElementContent .sublevel-toggle {
        display: none;
        border: 0;
        background: none;
        outline: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        top: -2.5px;
        right: -8px;
        width: 26px;
        height: 26px;
        font-size: 0;
        line-height: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        color: #262626;
        transition: 0.3s color; }
        .nav-sub > .fsElementContent .sublevel-toggle:hover, .nav-sub > .fsElementContent .sublevel-toggle:focus {
          color: #3344dd; }
        .nav-sub > .fsElementContent .sublevel-toggle:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          font-size: 1rem;
          display: block;
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
          transition: 0.3s transform; }
      .nav-sub > .fsElementContent .fsNavPageInfo {
        display: none;
        margin-top: 15px;
        padding: 7px 0 7px 0;
        position: relative; }
        .nav-sub > .fsElementContent .fsNavPageInfo .fsNavPageInfo {
          margin-top: 22px;
          padding-bottom: 0; }
    .nav-sub.active-nav > header {
      color: #222222;
      background-color: #5d123a; }
      .nav-sub.active-nav > header .nav-toggle {
        color: #fff; }
        .nav-sub.active-nav > header .nav-toggle:before {
          font-size: 7px;
          content: ""; } }
  @media (min-width: 900px) {
    .nav-sub {
      display: block; } }
  .nav-sub > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease; }
    @media (min-width: 900px) {
      .nav-sub > .fsElementContent {
        max-height: 9999px;
        visibility: visible;
        opacity: 1; } }
  .nav-sub.active-nav > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1; }
  .nav-sub.dropdown {
    background: #fff;
    margin: 0 -20px;
    display: block; }
    @media (min-width: 900px) {
      .nav-sub.dropdown {
        display: none; } }
  .nav-sub.nav-sub-empty {
    display: none !important; }
  .nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-sub ul li a {
      display: block;
      font-size: 17px;
      font-weight: 600;
      line-height: 20px;
      padding: 14px 0px;
      color: #666;
      background: transparent; }
      .nav-sub ul li a:hover, .nav-sub ul li a:focus {
        color: #222222;
        background: transparent;
        text-decoration: none; }
    .nav-sub ul li.fsNavCurrentPage > a {
      color: #5d123a;
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus {
        color: #222222;
        background: transparent; }
    .nav-sub ul li.fsNavCurrentPageAncestor {
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPageAncestor > a {
        color: #5d123a;
        background: transparent; }
        .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
          color: #222222;
          background: transparent; }
  .nav-sub .fsNavLevel1 {
    padding-left: 0; }
    @media screen and (max-width: 899px) {
      .nav-sub .fsNavLevel1 {
        padding-top: 14px;
        padding-bottom: 14px; } }
    .nav-sub .fsNavLevel1 > li {
      border-bottom: 1px solid #dedede; }
      .nav-sub .fsNavLevel1 > li:first-child > a {
        padding-top: 5px; }
      .nav-sub .fsNavLevel1 > li:last-child {
        border-bottom: none; }
  .nav-sub .fsNavLevel2 > li > a {
    padding-left: 30px; }
  .nav-sub .fsNavLevel2 > li:first-child a {
    padding-top: 6px; }
  .nav-sub .fsNavLevel2 > li:last-child a {
    padding-bottom: 6px; }
  .nav-sub .fsNavLevel3 {
    padding-bottom: 40px; }
    .nav-sub .fsNavLevel3 > li > a {
      padding-left: 60px; }
    .nav-sub .fsNavLevel3 > li:first-child a {
      padding-top: 6px; }
    .nav-sub .fsNavLevel3 > li:last-child a {
      padding-bottom: 6px; }
  .nav-sub .fsNavLevel4 {
    padding-bottom: 40px; }
    .nav-sub .fsNavLevel4 > li > a {
      padding-left: 90px; }
    .nav-sub .fsNavLevel4 > li:first-child a {
      padding-top: 6px; }
    .nav-sub .fsNavLevel4 > li:last-child a {
      padding-bottom: 6px; }
  .nav-sub .fsNavLevel5 {
    padding-bottom: 40px; }
    .nav-sub .fsNavLevel5 > li > a {
      padding-left: 120px; }
    .nav-sub .fsNavLevel5 > li:first-child a {
      padding-top: 6px; }
    .nav-sub .fsNavLevel5 > li:last-child a {
      padding-bottom: 6px; }

.nav-main {
  margin-bottom: 0; }
  .fsHeader .nav-main {
    display: none; }
    @media (min-width: 900px) {
      .fsHeader .nav-main {
        display: block; } }
  @media (min-width: 900px) {
    .nav-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 69.41176em;
      max-width: 73.75rem;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .no-flexbox .nav-main .fsNavLevel1 {
        text-align: justify;
        font-size: 0.1px; }
        .no-flexbox .nav-main .fsNavLevel1 > li {
          display: inline-block; }
        .no-flexbox .nav-main .fsNavLevel1:after {
          content: "";
          display: inline-block;
          width: 100%; } }
  .nav-main .fsNavLevel1 > li {
    position: static !important; }
    .nav-main .fsNavLevel1 > li:hover > a {
      color: #5d123a;
      background: transparent;
      text-decoration: none; }
    .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
      color: #5d123a;
      background: transparent; }
    .nav-main .fsNavLevel1 > li > a {
      display: block;
      font-size: 22px;
      font-weight: 600;
      line-height: 27px;
      color: #222222;
      background: transparent;
      padding: 20px 0; }
      @media (max-width: 999px) {
        .nav-main .fsNavLevel1 > li > a {
          font-size: 20px; } }
      .nav-main .fsNavLevel1 > li > a:focus {
        color: #5d123a;
        background: transparent; }
    html.js .nav-main .fsNavLevel1 > li {
      position: relative; }
      html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        overflow: hidden; }
      .menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
        max-height: 9999px; }
      html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
        max-height: 9999px; }
      html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo {
        max-height: 9999px; }
    html:not(.js) .nav-main .fsNavLevel1 > li {
      position: relative; }
      html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        overflow: hidden; }
      html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
        max-height: 9999px; }
      @media (max-width: 599px) {
        html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
          max-height: 9999px; } }
    .nav-main .fsNavLevel1 > li.school-name, .nav-main .fsNavLevel1 > li.utility-links, .nav-main .fsNavLevel1 > li.social-media-links, .nav-main .fsNavLevel1 > li.quicklink {
      display: none; }

.nav-main .fsNavPageInfo {
  background: #333;
  text-align: left;
  z-index: 300;
  width: 100%;
  max-width: 1190px;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50% !important; }

.nav-main .fsNavPageDescription {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  max-width: 50%;
  padding-left: 40px;
  -ms-flex-order: 2;
  order: 2; }
  .nav-main .fsNavPageDescription a {
    color: #fff;
    text-decoration: underline; }
  .nav-main .fsNavPageDescription a:hover, .nav-main .fsNavPageDescription a:focus {
    color: #dedede;
    text-decoration: underline; }

.nav-main .content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px; }

.nav-main .col-wrap {
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  max-width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-order: 1;
  order: 1; }

.nav-main .fsNavLevel2 {
  width: 50%; }
  .nav-main .fsNavLevel2 li a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
    padding: 0.58824em; }
    .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus {
      color: #fff;
      background: transparent;
      text-decoration: none; }
  .nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
    color: #fff;
    background: transparent; }

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

.drawer-trigger-element {
  margin: 0;
  position: relative;
  display: block;
  margin: 0 -5px 0 auto; }
  @media (min-width: 900px) {
    .drawer-trigger-element {
      display: none; } }
  .drawer-trigger-element header {
    display: none; }

.drawer-trigger {
  background: none;
  border: none;
  color: transparent;
  width: 30px;
  height: 40px;
  position: relative;
  overflow: hidden; }
  .drawer-trigger: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: #fff;
    font-size: 25px; }
  .drawer-is-active .drawer-trigger:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 28px; }

.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: 0;
  min-height: 100%;
  max-width: 320px;
  background: #333; }
  .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 .fsElement > header {
    display: none; }
  .fsMenu button.expand-nav {
    background: transparent;
    border: none;
    border-radius: 0;
    color: transparent;
    height: 50px;
    width: 50px;
    position: absolute;
    cursor: pointer;
    top: 0px;
    right: 22px;
    overflow: hidden;
    z-index: 5; }
    .fsMenu button.expand-nav:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: '+';
      font-size: 18px;
      color: #f0f0f0; }
  .fsMenu .fsNavigation ul {
    padding: 0;
    margin: 0; }
    .fsMenu .fsNavigation ul .fsNavPageInfo {
      max-height: 0;
      overflow: hidden;
      display: none; }
    .fsMenu .fsNavigation ul li {
      position: relative; }
      .fsMenu .fsNavigation ul li[class*="fsNavCurrent"] > a {
        color: #fff; }
      .fsMenu .fsNavigation ul li.fsNavCurrentPage:before {
        content: '';
        background: #fff;
        width: 5px;
        height: 100%;
        position: absolute;
        top: 0;
        left: -30px; }
      .fsMenu .fsNavigation ul li.open:before {
        width: 150%; }
      .fsMenu .fsNavigation ul li.open > button.expand-nav:before {
        content: '-'; }
      .fsMenu .fsNavigation ul li.open > .fsNavPageInfo {
        max-height: 9999px;
        overflow: visible; }
      .fsMenu .fsNavigation ul li.open a:before {
        opacity: 1; }
    .fsMenu .fsNavigation ul a {
      color: #fff;
      font-weight: 600;
      padding: 16px 0; }
  .fsMenu .close-trigger-element {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 7px 0 15px;
    padding: 0 8px; }
    .fsMenu .close-trigger-element header {
      display: block; }
      .fsMenu .close-trigger-element header .fsElementTitle {
        display: none; }
      .fsMenu .close-trigger-element header .fsElementHeaderContent {
        margin: 0; }
        .fsMenu .close-trigger-element header .fsElementHeaderContent a {
          color: transparent;
          display: block;
          height: 40px;
          width: 40px;
          position: relative;
          overflow: hidden; }
          .fsMenu .close-trigger-element header .fsElementHeaderContent a:hover:before {
            color: #ccc; }
          .fsMenu .close-trigger-element header .fsElementHeaderContent a: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: #fff;
            font-size: 15px;
            line-height: 15px; }
  .fsMenu .mobile-search-element {
    margin: 0 0 15px;
    padding: 0 10px; }
    .fsMenu .mobile-search-element label {
      position: absolute;
      left: -9999px; }
    .fsMenu .mobile-search-element form {
      background: #222222;
      position: relative;
      width: 100%;
      height: 40px;
      display: -ms-flexbox;
      display: flex; }
    .fsMenu .mobile-search-element input {
      background: transparent;
      border: 1px solid #444;
      color: #fff;
      width: 100%;
      padding: 0 40px; }
    .fsMenu .mobile-search-element button {
      border: none;
      background: none;
      color: transparent;
      height: 100%;
      width: 40px;
      overflow: hidden;
      position: absolute;
      top: 0; }
      .fsMenu .mobile-search-element button: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: #999;
        font-size: 15px;
        line-height: 15px; }
  .fsMenu .mobile-main-nav {
    overflow: hidden;
    margin: 0 0 15px; }
    .fsMenu .mobile-main-nav .fsNavLevel1 > li {
      padding: 0 20px; }
      .fsMenu .mobile-main-nav .fsNavLevel1 > li:before {
        content: '';
        background: rgba(255, 255, 255, 0.1);
        height: 1px;
        width: calc(100% - 40px);
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0; }
      .fsMenu .mobile-main-nav .fsNavLevel1 > li:after {
        content: '';
        background: rgba(255, 255, 255, 0.1);
        width: 1px;
        height: 100%;
        position: absolute;
        right: 70px;
        bottom: 0; }
      .fsMenu .mobile-main-nav .fsNavLevel1 > li.school-name, .fsMenu .mobile-main-nav .fsNavLevel1 > li.utility-links, .fsMenu .mobile-main-nav .fsNavLevel1 > li.social-media-links, .fsMenu .mobile-main-nav .fsNavLevel1 > li.quicklink {
        display: none; }
      .fsMenu .mobile-main-nav .fsNavLevel1 > li:last-child:before {
        display: none; }
      .fsMenu .mobile-main-nav .fsNavLevel1 > li.fsNavCurrentPage:before {
        display: none; }
      .fsMenu .mobile-main-nav .fsNavLevel1 > li.open {
        background: #2d2d2d; }
    .fsMenu .mobile-main-nav .fsNavLevel1 > li > a {
      font-size: 18px;
      line-height: 22px;
      margin-right: 50px;
      position: relative;
      overflow: hidden; }
      .fsMenu .mobile-main-nav .fsNavLevel1 > li > a:before {
        content: '';
        background: #464646;
        height: 1px;
        width: 150%;
        top: -1px;
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0; }
      .fsMenu .mobile-main-nav .fsNavLevel1 > li > a:hover, .fsMenu .mobile-main-nav .fsNavLevel1 > li > a:focus {
        color: #ccc;
        text-decoration: none; }
    .fsMenu .mobile-main-nav .fsNavLevel2 {
      padding: 0 0 14px;
      margin: -4px 60px 0 0; }
      .fsMenu .mobile-main-nav .fsNavLevel2 li {
        border-bottom: 1px solid #464646;
        margin: 0 10px; }
        .fsMenu .mobile-main-nav .fsNavLevel2 li:last-child {
          border: none; }
      .fsMenu .mobile-main-nav .fsNavLevel2 a {
        font-size: 16px;
        line-height: 19px;
        padding: 12px 0; }
        .fsMenu .mobile-main-nav .fsNavLevel2 a:hover, .fsMenu .mobile-main-nav .fsNavLevel2 a:focus {
          color: #ccc;
          text-decoration: none; }
  .fsMenu .mobile-schools-nav {
    background: #222222;
    padding: 0;
    margin: 0 10px 20px;
    overflow: hidden; }
    .fsMenu .mobile-schools-nav .fsNavLevel1 > li {
      padding: 0 20px; }
      .fsMenu .mobile-schools-nav .fsNavLevel1 > li:before {
        content: '';
        background: rgba(255, 255, 255, 0.1);
        height: 1px;
        width: calc(100% - 40px);
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0; }
      .fsMenu .mobile-schools-nav .fsNavLevel1 > li:after {
        content: '';
        background: rgba(255, 255, 255, 0.1);
        width: 1px;
        height: 100%;
        position: absolute;
        right: 70px;
        bottom: 0; }
      .fsMenu .mobile-schools-nav .fsNavLevel1 > li:first-child {
        padding-top: 10px; }
        .fsMenu .mobile-schools-nav .fsNavLevel1 > li:first-child a:before {
          display: none !important; }
      .fsMenu .mobile-schools-nav .fsNavLevel1 > li:last-child {
        padding-bottom: 10px; }
        .fsMenu .mobile-schools-nav .fsNavLevel1 > li:last-child:before {
          display: none; }
      .fsMenu .mobile-schools-nav .fsNavLevel1 > li.open {
        background: rgba(0, 0, 0, 0.3); }
    .fsMenu .mobile-schools-nav .fsNavLevel1 > li > a {
      font-size: 14px;
      line-height: 17px;
      text-transform: uppercase;
      position: relative;
      padding: 20px 0;
      overflow: hidden; }
      .fsMenu .mobile-schools-nav .fsNavLevel1 > li > a:before {
        content: '';
        background: #464646;
        height: 1px;
        width: 150%;
        top: -1px;
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0; }
      .fsMenu .mobile-schools-nav .fsNavLevel1 > li > a:hover, .fsMenu .mobile-schools-nav .fsNavLevel1 > li > a:focus {
        color: #ccc;
        text-decoration: none; }
    .fsMenu .mobile-schools-nav .fsNavLevel2 {
      padding: 0 0 14px;
      margin: -4px 60px 0 0; }
      .fsMenu .mobile-schools-nav .fsNavLevel2 li {
        border-bottom: 1px solid #464646;
        margin: 0 10px; }
        .fsMenu .mobile-schools-nav .fsNavLevel2 li:last-child {
          border: none; }
      .fsMenu .mobile-schools-nav .fsNavLevel2 a {
        font-size: 16px;
        line-height: 19px;
        padding: 12px 0; }
        .fsMenu .mobile-schools-nav .fsNavLevel2 a:hover, .fsMenu .mobile-schools-nav .fsNavLevel2 a:focus {
          color: #ccc;
          text-decoration: none; }
  .fsMenu .mobile-quicklinks {
    margin: 0 10px; }
    .fsMenu .mobile-quicklinks .fsNavLevel1 > li {
      background: #333;
      border-radius: 4px; }
      .fsMenu .mobile-quicklinks .fsNavLevel1 > li:not(.quicklink) {
        display: none; }
    .fsMenu .mobile-quicklinks .fsNavLevel1 button.expand-nav {
      right: 8px; }
      .fsMenu .mobile-quicklinks .fsNavLevel1 button.expand-nav:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 5px;
        color: #fff; }
    .fsMenu .mobile-quicklinks .fsNavLevel1 li.open button.expand-nav:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 9px;
      color: #fff; }
    .fsMenu .mobile-quicklinks .fsNavLevel1 > li > a {
      color: #fff;
      font-size: 14px;
      line-height: 17px;
      text-transform: uppercase;
      padding: 17px 20px 16px 44px;
      position: relative; }
      .fsMenu .mobile-quicklinks .fsNavLevel1 > li > a:before {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 15px;
        line-height: 15px;
        left: 20px; }
    .fsMenu .mobile-quicklinks .fsNavLevel2 {
      padding: 0 30px 14px; }
      .fsMenu .mobile-quicklinks .fsNavLevel2 a {
        color: #fff;
        font-size: 16px;
        line-height: 19px;
        padding: 12px 0; }
        .fsMenu .mobile-quicklinks .fsNavLevel2 a:hover, .fsMenu .mobile-quicklinks .fsNavLevel2 a:focus {
          color: #dedede;
          text-decoration: underline; }

.fsMenu .fsNavigation ul .fsNavPageInfo.show {
  display: block; }

.nav-social {
  margin: 0;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }
  @media (max-width: 899px) {
    .nav-social {
      width: 100%;
      margin-bottom: 40px !important; } }
  .nav-social > header {
    display: none; }
  .nav-social .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    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 (max-width: 899px) {
      .nav-social .fsNavLevel1 {
        -ms-flex-pack: center;
        justify-content: center; } }
    .nav-social .fsNavLevel1 li:not(:last-child) {
      margin-right: 10px; }
    .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*='mail']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='classlink']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='infinite']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 .infinite a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 32px;
      font-weight: bold; }
    .nav-social .fsNavLevel1 a {
      display: block;
      position: relative;
      border: 1px solid #fff;
      background: transparent;
      height: 45px;
      width: 45px;
      border-radius: 100%; }
      .nav-social .fsNavLevel1 a:hover, .nav-social .fsNavLevel1 a:focus {
        background: #fff; }
        .nav-social .fsNavLevel1 a:hover:before, .nav-social .fsNavLevel1 a:focus:before {
          color: #5d123a; }
      .nav-social .fsNavLevel1 a:before {
        color: #fff;
        font-size: 21px;
        font-family: 'icomoon';
        transition: 0.3s all;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .nav-social.school .fsNavLevel1 > li:not(.social-media-links) {
    display: none; }
  .nav-social.school .fsNavLevel1 > li > a {
    display: none; }
  .nav-social.school .fsNavLevel1 ul {
    display: -ms-flexbox;
    display: flex; }

.nav-utility-footer {
  margin: 0; }
  @media (max-width: 899px) {
    .nav-utility-footer {
      width: 100%;
      -ms-flex-order: 10;
      order: 10; } }
  .nav-utility-footer header {
    display: none; }
  .nav-utility-footer .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    .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 (max-width: 899px) {
      .nav-utility-footer .fsNavLevel1 {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .nav-utility-footer .fsNavLevel1 li {
      padding: 5.5px 0; }
      @media (max-width: 899px) {
        .nav-utility-footer .fsNavLevel1 li {
          padding: 0px 20px; } }
      @media (max-width: 599px) {
        .nav-utility-footer .fsNavLevel1 li {
          padding: 10px 20px; } }
    .nav-utility-footer .fsNavLevel1 a {
      color: #fff;
      font-weight: 600;
      font-size: 15px;
      line-height: 18px;
      padding: 0; }
      .nav-utility-footer .fsNavLevel1 a:hover {
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none; }
  .nav-utility-footer.school .fsNavLevel1 {
    padding: 0;
    margin: 0; }
    .nav-utility-footer.school .fsNavLevel1 > li:not(.utility-links) {
      display: none; }
    .nav-utility-footer.school .fsNavLevel1 > li > a {
      display: none; }
    .nav-utility-footer.school .fsNavLevel1 > li {
      padding: 0; }
      .nav-utility-footer.school .fsNavLevel1 > li a {
        padding: 0; }
    @media (max-width: 899px) {
      .nav-utility-footer.school .fsNavLevel1 ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

/*! structure - header v0.0.1 */
#fsHeader {
  padding: 0 20px; }

.home-link {
  margin: 0; }
  @media (max-width: 899px) {
    .home-link {
      margin: 0 25px 0 0; } }
  @media (max-width: 549px) {
    .home-link {
      margin: 0 7px 0 0; } }
  .home-link a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    text-transform: uppercase;
    position: relative;
    padding-left: 23px;
    display: block; }
    .home-link a:hover {
      color: rgba(255, 255, 255, 0.7);
      text-decoration: none; }
    @media (max-width: 999px) {
      .home-link a {
        font-size: 0;
        width: 30px;
        height: 30px;
        padding: 0; } }
    .home-link a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #fff;
      font-size: 15px;
      line-height: 15px;
      margin: 0 10px 0 0;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      top: 45%; }

#fsHeader .school-title {
  color: #222222;
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  margin: 0 0 10px !important;
  text-align: center; }
  @media (max-width: 899px) {
    #fsHeader .school-title {
      margin: 0 !important;
      font-size: 28px;
      line-height: 33px; } }
  @media (max-width: 499px) {
    #fsHeader .school-title {
      font-size: 18px;
      line-height: 22px; } }
  #fsHeader .school-title header {
    display: none; }
  #fsHeader .school-title a {
    color: #222222;
    position: relative; }
    #fsHeader .school-title a:hover, #fsHeader .school-title a:focus, #fsHeader .school-title a:visited {
      color: #222222;
      text-decoration: none; }
  #fsHeader .school-title.school .fsNavLevel1 > li:not(.school-name) {
    display: none; }
  #fsHeader .school-title.school .fsNavLevel1 > li.school-name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    #fsHeader .school-title.school .fsNavLevel1 > li.school-name .fsNavPageThumbnail {
      max-width: 90px;
      margin-right: 10px; }
      #fsHeader .school-title.school .fsNavLevel1 > li.school-name .fsNavPageThumbnail img {
        display: block;
        max-height: 100px; }

.quicklinks-nav,
.schools-nav {
  margin: 0; }
  @media (max-width: 899px) {
    .quicklinks-nav,
    .schools-nav {
      display: none; } }
  .quicklinks-nav > header,
  .schools-nav > header {
    display: none; }
  .quicklinks-nav .fsNavLevel1,
  .schools-nav .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex; }
    html.js .quicklinks-nav .fsNavLevel1 > li, html.js
    .schools-nav .fsNavLevel1 > li {
      position: relative; }
      html.js .quicklinks-nav .fsNavLevel1 > li > .fsNavPageInfo, html.js
      .schools-nav .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        overflow: hidden; }
      .menu-item-open html.js .quicklinks-nav .fsNavLevel1 > li > .fsNavPageInfo, .menu-item-open html.js
      .schools-nav .fsNavLevel1 > li > .fsNavPageInfo {
        max-height: 9999px; }
      html.js .quicklinks-nav .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
        max-height: 9999px; }
      html.js .schools-nav .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
        max-height: 9999px; }
      html.js .quicklinks-nav .fsNavLevel1 > li:hover .fsNavPageInfo, html.js
      .schools-nav .fsNavLevel1 > li:hover .fsNavPageInfo {
        max-height: 9999px; }
    html:not(.js) .quicklinks-nav .fsNavLevel1 > li, html:not(.js)
    .schools-nav .fsNavLevel1 > li {
      position: relative; }
      html:not(.js) .quicklinks-nav .fsNavLevel1 > li > .fsNavPageInfo, html:not(.js)
      .schools-nav .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        overflow: hidden; }
      html:not(.js) .quicklinks-nav .fsNavLevel1 > li:hover > .fsNavPageInfo, html:not(.js)
      .schools-nav .fsNavLevel1 > li:hover > .fsNavPageInfo {
        max-height: 9999px; }
      @media (max-width: 599px) {
        html:not(.js) .quicklinks-nav .fsNavLevel1 > li:focus > .fsNavPageInfo, html:not(.js)
        .schools-nav .fsNavLevel1 > li:focus > .fsNavPageInfo {
          max-height: 9999px; } }
    .quicklinks-nav .fsNavLevel1 > li > a,
    .schools-nav .fsNavLevel1 > li > a {
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      line-height: 17px;
      text-transform: uppercase;
      position: relative;
      padding: 16px 0; }
      .quicklinks-nav .fsNavLevel1 > li > a:hover,
      .schools-nav .fsNavLevel1 > li > a:hover {
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none; }
      .quicklinks-nav .fsNavLevel1 > li > a:visited, .quicklinks-nav .fsNavLevel1 > li > a:focus,
      .schools-nav .fsNavLevel1 > li > a:visited,
      .schools-nav .fsNavLevel1 > li > a:focus {
        color: #fff;
        text-decoration: none; }
  .quicklinks-nav .fsNavPageInfo,
  .schools-nav .fsNavPageInfo {
    background: #333;
    z-index: 20;
    min-width: 260px; }
    .quicklinks-nav .fsNavPageInfo .fsNavLevel2,
    .schools-nav .fsNavPageInfo .fsNavLevel2 {
      padding: 22.5px 30px; }
    .quicklinks-nav .fsNavPageInfo li,
    .schools-nav .fsNavPageInfo li {
      padding: 7.5px 0;
      white-space: nowrap; }
    .quicklinks-nav .fsNavPageInfo a,
    .schools-nav .fsNavPageInfo a {
      color: rgba(255, 255, 255, 0.7);
      font-size: 17px;
      font-weight: 600;
      line-height: 20px;
      padding: 0 !important;
      margin: 0; }
      .quicklinks-nav .fsNavPageInfo a:hover,
      .schools-nav .fsNavPageInfo a:hover {
        color: #fff;
        text-decoration: none; }
  .quicklinks-nav.schools-nav .fsNavLevel1,
  .schools-nav.schools-nav .fsNavLevel1 {
    margin-left: 15px; }
    @media (max-width: 1089px) {
      .quicklinks-nav.schools-nav .fsNavLevel1,
      .schools-nav.schools-nav .fsNavLevel1 {
        margin-left: 7.5px; } }
    .quicklinks-nav.schools-nav .fsNavLevel1 > li,
    .schools-nav.schools-nav .fsNavLevel1 > li {
      margin: 0 15px; }
      @media (max-width: 1089px) {
        .quicklinks-nav.schools-nav .fsNavLevel1 > li,
        .schools-nav.schools-nav .fsNavLevel1 > li {
          margin: 0 7.5px; } }
  .quicklinks-nav.quicklinks-nav,
  .schools-nav.quicklinks-nav {
    position: relative; }
    .quicklinks-nav.quicklinks-nav:after,
    .schools-nav.quicklinks-nav:after {
      content: '';
      background: rgba(255, 255, 255, 0.2);
      width: 1px;
      height: 30px;
      right: 0;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .quicklinks-nav.quicklinks-nav .fsNavLevel1 > li,
    .schools-nav.quicklinks-nav .fsNavLevel1 > li {
      margin: 0 30px; }
      @media (max-width: 1089px) {
        .quicklinks-nav.quicklinks-nav .fsNavLevel1 > li,
        .schools-nav.quicklinks-nav .fsNavLevel1 > li {
          margin: 0 15px; } }
      .quicklinks-nav.quicklinks-nav .fsNavLevel1 > li > a,
      .schools-nav.quicklinks-nav .fsNavLevel1 > li > a {
        padding-left: 23px;
        pointer-events: none; }
        .quicklinks-nav.quicklinks-nav .fsNavLevel1 > li > a:before,
        .schools-nav.quicklinks-nav .fsNavLevel1 > li > a:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          color: #fff;
          font-size: 15px;
          line-height: 15px;
          margin-right: 10px;
          position: absolute;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 0; }
  .quicklinks-nav.quicklinks-nav.school .fsNavLevel1 > li:not(.quicklink),
  .schools-nav.quicklinks-nav.school .fsNavLevel1 > li:not(.quicklink) {
    display: none; }

.header-utility-container {
  background: #5d123a;
  margin: 0; }
  .header-utility-container .fsNavigation ul li a {
    color: #fff; }
  .header-utility-container .fsNavigation ul li a:hover, .header-utility-container .fsNavigation ul li a:focus {
    color: #dedede;
    text-decoration: underline; }
  .header-utility-container > header {
    display: none; }
  .header-utility-container > .fsElementContent {
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    max-width: 69.41176em;
    max-width: 73.75rem; }

.header-main-container {
  background: #f6f6f6;
  margin: 0 -20px;
  padding: 20px 20px 0; }
  .home .header-main-container {
    background: #fff; }
  @media (max-width: 899px) {
    .header-main-container {
      padding: 24px 20px 23px; } }
  @media (max-width: 499px) {
    .header-main-container {
      padding: 19px 20px; } }
  .header-main-container > header {
    display: none; }
  .header-main-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 69.41176em;
    max-width: 73.75rem; }

#fsFooter {
  background: #5d123a;
  padding: 40px 20px 34px;
  color: #fff; }
  @media (max-width: 899px) {
    #fsFooter {
      padding-bottom: 100px; } }
  #fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 69.41176em;
    max-width: 73.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #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%; }

.main-container {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0;
  width: 100%; }
  .main-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

#fsFooter .school-title {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0; }
  @media (max-width: 899px) {
    #fsFooter .school-title {
      width: 100%;
      text-align: center;
      margin: 0 0 32px; } }
  #fsFooter .school-title > header {
    display: none; }
  #fsFooter .school-title .fsNavLevel1 > li:not(.school-name) {
    display: none; }
  #fsFooter .school-title .fsNavLevel1 > li a {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin: 0 0 20px;
    padding: 0; }
    #fsFooter .school-title .fsNavLevel1 > li a[href^="tel"] {
      font-weight: inherit;
      line-height: inherit;
      font-size: inherit;
      color: inherit;
      text-decoration: none;
      margin: 0; }
    #fsFooter .school-title .fsNavLevel1 > li a:hover {
      color: #fff;
      text-decoration: none; }
  #fsFooter .school-title .fsNavLevel1 .fsNavPageDescription ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    @media (max-width: 899px) {
      #fsFooter .school-title .fsNavLevel1 .fsNavPageDescription ul {
        -ms-flex-pack: center;
        justify-content: center; } }
    #fsFooter .school-title .fsNavLevel1 .fsNavPageDescription ul li {
      font-size: 16px;
      font-weight: 600;
      line-height: 19px;
      white-space: nowrap; }
      @media (max-width: 549px) {
        #fsFooter .school-title .fsNavLevel1 .fsNavPageDescription ul li {
          width: 100%; } }
      #fsFooter .school-title .fsNavLevel1 .fsNavPageDescription ul li:first-child {
        margin-right: 30px; }
        @media (max-width: 549px) {
          #fsFooter .school-title .fsNavLevel1 .fsNavPageDescription ul li:first-child {
            margin-right: 0; } }

.info-element {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0; }
  @media (max-width: 899px) {
    .info-element {
      width: 100%;
      text-align: center;
      margin: 0 0 32px; } }
  .info-element header .fsElementTitle {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin: 0 0 20px; }
  .info-element .fsElementContent ul {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0; }
    @media (max-width: 899px) {
      .info-element .fsElementContent ul {
        -ms-flex-pack: center;
        justify-content: center; } }
    .info-element .fsElementContent ul li {
      font-size: 16px;
      font-weight: 600;
      line-height: 19px;
      white-space: nowrap; }
      @media (max-width: 549px) {
        .info-element .fsElementContent ul li {
          width: 100%; } }
      .info-element .fsElementContent ul li:first-child {
        margin-right: 30px; }
        @media (max-width: 549px) {
          .info-element .fsElementContent ul li:first-child {
            margin-right: 0; } }

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

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

html {
  font-family: "calluna-sans", sans-serif;
  background: #5d123a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

body {
  font-size: 17px;
  line-height: 26px;
  color: #262626; }

#fsPageBodyWrapper {
  padding-right: 1.17647em;
  padding-left: 1.17647em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff; }
  #fsPageBodyWrapper .fsPageTitle {
    margin: 0 0 40px; }
  @media (max-width: 899px) {
    .has-hero-image #fsPageBodyWrapper {
      padding-top: 10px; } }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 69.41176em;
  max-width: 73.75rem;
  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; } }

@media (max-width: 899px) {
  .fsHasLeftBanner.has-nav-only-banner .fsPageContent,
  .fsHasRightBanner.has-nav-only-banner .fsPageContent {
    width: 100% !important; } }

@media (max-width: 899px) {
  .fsHasLeftBanner.has-nav-only-banner .fsBannerRight,
  .fsHasRightBanner.has-nav-only-banner .fsBannerRight {
    width: 100% !important;
    padding-left: 0 !important; } }

@media (max-width: 899px) {
  .fsHasLeftBanner.has-nav-only-banner .fsBannerLeft,
  .fsHasRightBanner.has-nav-only-banner .fsBannerLeft {
    width: 100% !important;
    padding-right: 0 !important; } }

@media (max-width: 899px) {
  .fsBannerLeft .nav-sub,
  .fsBannerRight .nav-sub {
    display: none; } }

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

#fsBannerLeft {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    #fsBannerLeft {
      padding-right: 20px;
      width: 200px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerLeft {
      padding-right: 50px;
      width: 300px;
      -ms-flex-order: 1;
      order: 1; } }
  @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: 50px;
      width: 300px; } }
  @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: 50px;
      width: 300px; } }

#fsPageContent {
  width: 100%; }
  .fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 240px); } }
    @media (min-width: 700px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 300px); } }
  .fsHasLeftBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 300px); } }
  .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% - 300px); } }
    @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% - 600px); } }

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

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

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

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

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

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

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

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

.fsLayout .fsStyleOneThird {
  float: none; }

.fsLayout .fsStyleTwoThirds {
  float: none; }
  .fsLayout .fsStyleTwoThirds > .fsDiv {
    padding-left: 0;
    padding-right: 0;
    float: none; }
  @media (min-width: 600px) {
    .fsLayout .fsStyleTwoThirds > .fsTwoColumnLayout {
      margin-right: -20px;
      margin-left: -20px; } }

.fsTwoColumnWideRightLayout,
.fsElephantLeftLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .fsTwoColumnWideRightLayout,
    .fsElephantLeftLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-left: 0;
        padding-right: 20px;
        width: 200px;
        margin-bottom: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-right: 50px;
        width: 300px; } }
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 600px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        width: calc(100% - 300px); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }

.fsTwoColumnWideLeftLayout,
.fsElephantRightLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .fsTwoColumnWideLeftLayout,
    .fsElephantRightLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 20px;
        padding-right: 0;
        width: 240px;
        margin-bottom: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 20px;
        width: 300px; } }
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 600px) {
      .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 240px);
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 300px); } }

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

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 50px;
      width: 300px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px;
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 50px;
      width: 300px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

#fsPoweredByFinalsite {
  position: relative;
  margin: 0 auto;
  max-width: 69.41176em;
  max-width: 73.75rem;
  position: absolute;
  bottom: 0;
  right: 0; }
  @media (max-width: 899px) {
    #fsPoweredByFinalsite {
      bottom: -75px;
      right: 50%;
      -ms-transform: translateX(50%);
      transform: translateX(50%); } }

/*! 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 {
  background: #f0f0f0;
  float: none;
  width: calc(100% - 20px);
  margin: 0 auto 20px;
  padding: 20px; }

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

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

.fsConstituentItem {
  padding-left: 10px;
  padding-right: 10px; }
  .fsConstituentItem > h3,
  .fsConstituentItem > div {
    margin-bottom: 10px; }
    .fsConstituentItem > h3:last-child,
    .fsConstituentItem > div:last-child {
      margin-bottom: 0; }
  .fsConstituentItem .fsPhoto img {
    display: block; }

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

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

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

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

/*! elements - constituent search */
.fsConstituent.fsSearch {
  overflow: hidden; }
  .fsConstituent.fsSearch + .fsConstituent {
    border-top: solid 1px black;
    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 black;
      -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 {
  box-shadow: inset 0 -2px 0 0 #CCCCCC;
  cursor: pointer;
  background: #fff;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 0;
    display: block;
    padding: 19px 0;
    color: #666;
    transition: .3s;
    position: relative; }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
      transition: none; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #fff;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #5d123a;
      transition: .3s; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #fff; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #5d123a; }
    .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
      content: ""; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  font-family: 'icomoon';
  margin: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  font-size: 11px; }

.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;
  font-family: 'icomoon';
  margin: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  font-size: 6px; }

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

.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 50px; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
    display: none; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
    right: 30px; }

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

.fsAccordion .fsPanel > .fsElementContent {
  padding: 30px 0 36px; }
  .fsAccordion .fsPanel > .fsElementContent p:last-child {
    margin: 0; }

.fsAccordion .fsPanel.fsStateOpen {
  box-shadow: inset 0 -2px 0 0 #CCCCCC; }
  .fsAccordion .fsPanel.fsStateOpen > header {
    box-shadow: inset 0 -2px 0 0 #5d123a; }

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent > .fsElementContent {
  width: 100%; }

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

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

.fsAthleticsEvent .fsTitle {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 0; }

.fsAthleticsEvent div.fsTitle {
  display: inline-block; }

/*! elements - athletics events - list subtype */
.fsAthleticsEvent.fsList .fsElementEventIcon {
  margin-right: 10px; }

.fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
  outline: 0; }

.fsAthleticsEvent.fsList .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px; }

.fsAthleticsEvent.fsList .fsAthleticsOpponents {
  display: inline; }

.fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
  display: inline; }

.fsAthleticsEvent.fsList .fsAthleticsEventReadMoreLink {
  display: inline-block;
  margin-top: 5px; }

.fsAthleticsEvent.fsList .fsAthleticsDismissal,
.fsAthleticsEvent.fsList .fsAthleticsDeparture,
.fsAthleticsEvent.fsList .fsAthleticsReturn,
.fsAthleticsEvent.fsList .fsAthleticsPickup {
  margin-top: 5px; }

.fsAthleticsEvent.fsList .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsList .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsList .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsList .fsAthleticsPickupLabel {
  display: inline-block; }
  .fsAthleticsEvent.fsList .fsAthleticsDismissalLabel + div,
  .fsAthleticsEvent.fsList .fsAthleticsDepartureLabel + div,
  .fsAthleticsEvent.fsList .fsAthleticsReturnLabel + div,
  .fsAthleticsEvent.fsList .fsAthleticsPickupLabel + div {
    display: inline-block; }

/*! elements - athletics events */
.fsAthleticsEvent.fsEvent article > div {
  margin-bottom: 10px; }
  .fsAthleticsEvent.fsEvent article > div:last-child {
    margin-bottom: 0; }

.fsAthleticsEvent.fsEvent .fsAthleticsOpponents {
  display: inline-block; }

.fsAthleticsEvent.fsEvent .fsAthleticsVs + div {
  display: inline-block; }

/*! elements - athletics events - table*/
@media (min-width: 801px) {
  .fsAthleticsEvent.fsTable .fsDateTime,
  .fsAthleticsEvent.fsTable .fsAthleticsScore {
    white-space: nowrap; } }

.fsAthleticsEvent.fsTable .fsElementTable {
  margin-bottom: 0; }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable thead {
      display: none; } }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable td {
      display: inline-block;
      width: 100%;
      padding: 0 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:not(:last-child) {
        border: 0; }
      .fsAthleticsEvent.fsTable .fsElementTable td:first-of-type {
        padding-top: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:last-of-type {
        padding-bottom: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:before {
        display: inline-block;
        font-weight: 700; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
        content: 'Team: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
        display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
          content: 'Opponent: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
        content: 'Date: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
        content: 'Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
        content: 'Location: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAdvantage:before {
        content: 'Advantage: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
        content: 'Type: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails:before {
        content: 'Details: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
        content: 'Result: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsScore:before {
        content: 'Score: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAlerts:before {
        content: 'Alerts: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDismissal:before {
        content: 'Dismissal: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDeparture:before {
        content: 'Departure: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsReturn:before {
        content: 'Return Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsPickup:before {
        content: 'Pickup Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
        content: 'Recap: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
        content: 'Status: '; } }

.fsAthleticsEvent.fsTable .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsTable .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsTable .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsTable .fsAthleticsPickupLabel {
  display: none; }

.fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
  display: inline-block; }
  @media (min-width: 800px) {
    .fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
      display: block; } }

/*! elements - athletics popup modal */
.fsAthleticsEvent.fsDialog {
  margin: auto; }
  .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsLabel {
    font-weight: bold;
    margin-top: 20px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsAddress > div {
    margin-top: 10px; }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 800px) {
  .fsAthleticsRoster .fsElementTable td:before {
    display: none; } }

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px; }
    .fsAthleticsRoster .fsElementTable td:not(:last-child) {
      border: 0; }
    .fsAthleticsRoster .fsElementTable td:first-of-type {
      padding-top: 10px; }
    .fsAthleticsRoster .fsElementTable td:last-of-type {
      padding-bottom: 10px; } }

.fsAthleticsRosterContent {
  margin-bottom: 20px; }
  .fsAthleticsRosterContent:empty, .fsAthleticsRosterContent:last-child {
    margin-bottom: 0; }

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

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

.fsAthleticsRosterList li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #DCE0E9; }
  .fsAthleticsRosterList li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .fsAthleticsRosterList li > div {
    margin-bottom: 10px; }
    .fsAthleticsRosterList li > div:last-child {
      margin-bottom: 0; }
    .fsAthleticsRosterList li > div.fsRosterName {
      margin-bottom: 10px; }
      .fsAthleticsRosterList li > div.fsRosterName:before {
        display: none; }

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

/*! elements - athletics teams */
.fsAthleticsTeamDirectory {
  max-width: 100%; }
  .fsAthleticsTeamDirectory, .fsAthleticsTeamDirectory ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsAthleticsTeamDirectory li {
    margin: 0;
    padding: 0; }
  .fsAthleticsTeamDirectory > li {
    margin-bottom: 10px; }
  .fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
    display: inline-block; }

.fsAthleticsTeamIcon {
  margin-right: 10px; }

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

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

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */
.fsCalendar article {
  position: relative;
  padding-left: 90px;
  min-height: 80px;
  padding-top: 14px; }
  .fsCalendar article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsCalendar .fsDate {
  border-right: 2px solid #ccc;
  position: absolute;
  top: 5px;
  left: 0;
  text-align: center;
  height: 80px;
  width: 73px;
  color: #999;
  background: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }
  .fsCalendar .fsDate > span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase; }
    .fsCalendar .fsDate > span.fsDay {
      color: #5d123a;
      font-size: 40px;
      font-weight: 600;
      line-height: 36px; }

.fsCalendar article {
  color: #333;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px; }

.fsCalendar .fsTitle,
.fsCalendar .fsTitle a {
  color: #666;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px; }

.fsCalendar .fsDate {
  color: #333; }

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

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
    margin-bottom: 0; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
    margin-top: 5px; }

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

@media (min-width: 800px) {
  .fsCalendarEventGrid .fsCalendarRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      .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(93, 18, 58, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(93, 18, 58, 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(93, 18, 58, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(93, 18, 58, 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;
    border: 0;
    margin: 0 10px 6px 0;
    padding: 15px 20px;
    background: #262626;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    border-radius: 0;
    text-align: center;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus,
    .fsStateSelected .scroll-up span {
      background: rgba(38, 38, 38, 0.7);
      color: #fff;
      text-decoration: none; }
    .scroll-up span em {
      color: rgba(255, 255, 255, 0.7);
      display: block;
      font-style: normal;
      font-size: 15px;
      line-height: 18px;
      margin: 6px 0 0; }
  .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%; } }

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

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
.fsCalendar.fsSlideshow .fsAlertFeeds {
  float: none; }

.fsCalendar.fsSlideshowHorizontal .fsElementSlideshow {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 0; }

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

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! elements - forms */
textarea,
input,
select {
  padding: 5px;
  max-width: 100%; }

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed body {
    margin: 0; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input,
    .fsComposerFormEmbed form textarea,
    .fsComposerFormEmbed form select {
      font-family: "calluna-sans", sans-serif;
      font-size: 17px;
      line-height: 26px;
      color: #262626; }
    .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: #3344dd;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #3344dd; }
    .fsComposerFormEmbed form .required {
      color: #5d123a; }
    .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: #3344dd;
        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: #3344dd;
          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-radius: 0;
      border: 0;
      margin: 0;
      padding: 15px 20px;
      outline: 0;
      background: #5d123a !important;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      line-height: 17px;
      text-shadow: none;
      border: none !important;
      float: left; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #fff !important;
        background: rgba(93, 18, 58, 0.7) !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "calluna-sans", sans-serif;
    max-width: 100%; }
  .fsComposerFormEmbed .ui-datepicker:empty {
    display: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
      content: '';
      font-weight: bold;
      transition: .3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
      transition: .3s;
      opacity: .5; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
    content: '\203A'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
    content: '\2039'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-default {
    background: rgba(0, 0, 0, 0.05);
    text-align: center; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0, 0, 0, 0.1); }
  .fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: solid 1px #d3d3d3;
    background-color: #d3d3d3; }

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

/*! elements - login */
.fsLogin .fsLoginMainView,
.fsLogin .fsLoginForgotView,
.fsLogin .fsLoginNewView,
.fsLogin .fsResetPasswordView, .fsAccount .fsLoginMainView,
.fsAccount .fsLoginForgotView,
.fsAccount .fsLoginNewView,
.fsAccount .fsResetPasswordView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after,
  .fsLogin .fsLoginForgotView:after,
  .fsLogin .fsLoginNewView:after,
  .fsLogin .fsResetPasswordView:after, .fsAccount .fsLoginMainView:after,
  .fsAccount .fsLoginForgotView:after,
  .fsAccount .fsLoginNewView:after,
  .fsAccount .fsResetPasswordView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3,
  .fsLogin .fsLoginForgotView h3,
  .fsLogin .fsLoginNewView h3,
  .fsLogin .fsResetPasswordView h3, .fsAccount .fsLoginMainView h3,
  .fsAccount .fsLoginForgotView h3,
  .fsAccount .fsLoginNewView h3,
  .fsAccount .fsResetPasswordView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span,
  .fsLogin .fsLoginForgotView span,
  .fsLogin .fsLoginNewView span,
  .fsLogin .fsResetPasswordView span, .fsAccount .fsLoginMainView span,
  .fsAccount .fsLoginForgotView span,
  .fsAccount .fsLoginNewView span,
  .fsAccount .fsResetPasswordView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginMainView button,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView button,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsLoginNewView button,
  .fsLogin .fsResetPasswordView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView button, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginMainView button,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView button,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsLoginNewView button,
  .fsAccount .fsResetPasswordView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView button {
    display: inline-block;
    border: 0;
    margin: 0 10px 6px 0;
    padding: 15px 20px;
    background: #262626;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    border-radius: 0;
    text-align: center; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView .fsLoginSubmit:focus,
    .fsStateSelected .fsLogin .fsLoginMainView .fsLoginSubmit,
    .fsLogin .fsLoginMainView button:hover,
    .fsLogin .fsLoginMainView button:focus,
    .fsStateSelected
    .fsLogin .fsLoginMainView button,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:hover,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsLogin .fsLoginForgotView .fsLoginSubmit,
    .fsLogin .fsLoginForgotView button:hover,
    .fsLogin .fsLoginForgotView button:focus,
    .fsStateSelected
    .fsLogin .fsLoginForgotView button,
    .fsLogin .fsLoginNewView .fsLoginSubmit:hover,
    .fsLogin .fsLoginNewView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsLogin .fsLoginNewView .fsLoginSubmit,
    .fsLogin .fsLoginNewView button:hover,
    .fsLogin .fsLoginNewView button:focus,
    .fsStateSelected
    .fsLogin .fsLoginNewView button,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:hover,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsLogin .fsResetPasswordView .fsLoginSubmit,
    .fsLogin .fsResetPasswordView button:hover,
    .fsLogin .fsResetPasswordView button:focus,
    .fsStateSelected
    .fsLogin .fsResetPasswordView button, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:focus,
    .fsStateSelected .fsAccount .fsLoginMainView .fsLoginSubmit,
    .fsAccount .fsLoginMainView button:hover,
    .fsAccount .fsLoginMainView button:focus,
    .fsStateSelected
    .fsAccount .fsLoginMainView button,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:hover,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsAccount .fsLoginForgotView .fsLoginSubmit,
    .fsAccount .fsLoginForgotView button:hover,
    .fsAccount .fsLoginForgotView button:focus,
    .fsStateSelected
    .fsAccount .fsLoginForgotView button,
    .fsAccount .fsLoginNewView .fsLoginSubmit:hover,
    .fsAccount .fsLoginNewView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsAccount .fsLoginNewView .fsLoginSubmit,
    .fsAccount .fsLoginNewView button:hover,
    .fsAccount .fsLoginNewView button:focus,
    .fsStateSelected
    .fsAccount .fsLoginNewView button,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:hover,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsAccount .fsResetPasswordView .fsLoginSubmit,
    .fsAccount .fsResetPasswordView button:hover,
    .fsAccount .fsResetPasswordView button:focus,
    .fsStateSelected
    .fsAccount .fsResetPasswordView button {
      background: rgba(38, 38, 38, 0.7);
      color: #fff;
      text-decoration: none; }
    .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 {
      color: rgba(255, 255, 255, 0.7);
      display: block;
      font-style: normal;
      font-size: 15px;
      line-height: 18px;
      margin: 6px 0 0; }
    .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;
    border: 0;
    margin: 0 10px 6px 0;
    padding: 15px 20px;
    background: #262626;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    border-radius: 0;
    text-align: center; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus,
    .fsStateSelected .fsAccount .fsAccountLogout a {
      background: rgba(38, 38, 38, 0.7);
      color: #fff;
      text-decoration: none; }
    .fsAccount .fsAccountLogout a em {
      color: rgba(255, 255, 255, 0.7);
      display: block;
      font-style: normal;
      font-size: 15px;
      line-height: 18px;
      margin: 6px 0 0; }

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #262626;
  font-family: "calluna-sans", sans-serif; }
  .fsMediaCustomPlayer article {
    position: relative; }

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

.fsCustomSlider .slick-next, .fsCustomSlider .slick-prev {
  background: rgba(222, 222, 222, 0.7);
  border: none;
  border-radius: 0;
  color: transparent;
  height: 60px;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  z-index: 2;
  transition: background .3s; }
  .fsCustomSlider .slick-next:hover, .fsCustomSlider .slick-prev:hover {
    background: rgba(222, 222, 222, 0.9);
    transition: background .3s; }
  .fsCustomSlider .slick-next:before, .fsCustomSlider .slick-prev:before {
    color: #666;
    display: block;
    font-size: 24px;
    font-family: 'icomoon';
    font-weight: normal;
    height: 100%;
    left: 0;
    line-height: 60px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center; }

.fsCustomSlider .slick-next {
  left: auto;
  right: 0; }
  .fsCustomSlider .slick-next:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

.fsCustomSlider .slick-prev {
  left: 0;
  right: auto; }
  .fsCustomSlider .slick-prev:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

.fsCustomSlider .slider-play-btn {
  border-radius: 0;
  position: absolute;
  bottom: 30px;
  right: 20px;
  background-color: rgba(51, 51, 51, 0.7);
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  z-index: 1;
  line-height: 42px; }
  .fsCustomSlider .slider-play-btn:hover {
    background: #333; }
  .fsCustomSlider .slider-play-btn:before {
    content: "";
    color: #fff;
    font-size: 17px;
    font-family: "calluna-sans", sans-serif; }

.fsCustomSlider.slider-paused .slider-play-btn:before {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 13px solid #fff;
  border-bottom: 7px solid transparent;
  display: inline-block; }

.fsCustomSlider.slider-playing .slider-play-btn:before, .fsCustomSlider.slider-playing .slider-play-btn:after {
  content: "";
  width: 3px;
  height: 18px;
  background-color: #fff;
  display: inline-block;
  margin: 6px 2px 0; }

.fsCustomSlider .slick-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .fsCustomSlider .slick-dots, .fsCustomSlider .slick-dots ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsCustomSlider .slick-dots li {
    margin: 0;
    padding: 0; }
  .fsCustomSlider .slick-dots li {
    display: inline-block; }
  .fsCustomSlider .slick-dots li + li {
    margin-left: 6px; }
  .fsCustomSlider .slick-dots button {
    border: 0;
    background-color: transparent;
    padding: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 0; }
  .fsCustomSlider .slick-dots .slick-active button {
    background-color: #fff; }

.fsCustomSlider .caption-wrapper {
  font-family: "calluna-sans", sans-serif;
  font-size: 17px;
  line-height: 26px;
  width: 100%;
  color: #fff;
  padding: 0 70px; }
  @media (min-width: 800px) {
    .fsCustomSlider .caption-wrapper {
      position: absolute;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 75px; } }
  .fsCustomSlider .caption-wrapper a {
    color: rgba(255, 255, 255, 0.5); }
    .fsCustomSlider .caption-wrapper a:hover {
      text-decoration: underline; }
  .fsCustomSlider .caption-wrapper.is-empty {
    display: none; }

@media (min-width: 800px) {
  .fsCustomSlider .caption-title {
    margin-top: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    color: #5d123a;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
    margin-bottom: 0; } }

.fsCustomSlider .caption-desc {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  position: relative;
  margin: 0 auto;
  max-width: 69.41176em;
  max-width: 73.75rem; }
  @media (min-width: 800px) {
    .fsCustomSlider .caption-desc {
      display: block; } }
  .fsCustomSlider .caption-desc p:last-child {
    margin-bottom: 0; }
  .fsCustomSlider .caption-desc:empty {
    display: none; }

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

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

.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 article {
  color: #48545F;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 15px;
  line-height: 22px; }

.fsPostElement .fsThumbnail {
  -ms-flex-order: 1;
  order: 1;
  margin: 0 0 15px; }
  .fsPostElement .fsThumbnail img {
    display: block; }

.fsPostElement .date-author {
  -ms-flex-order: 2;
  order: 2;
  margin: 0 0 11px; }

.fsPostElement .fsTitle,
.fsPostElement .fsTitle a {
  -ms-flex-order: 3;
  order: 3;
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 12px; }

.fsPostElement .fsAuthor {
  color: #B3B9C6;
  font-family: "source-sans-pro";
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  position: relative; }
  .fsPostElement .fsAuthor:before {
    content: '\7c';
    margin: 0 3px 0 6px; }

.fsPostElement .fsDateTime {
  color: #B3B9C6;
  font-size: 13px;
  font-family: "source-sans-pro";
  font-weight: 400;
  line-height: 17px;
  text-transform: uppercase; }

.fsPostElement .fsSummary {
  -ms-flex-order: 4;
  order: 4; }
  .fsPostElement .fsSummary p {
    margin: 0 0 15px; }
    .fsPostElement .fsSummary p:last-child {
      margin: 0; }

.fsPostElement .fsBody {
  -ms-flex-order: 5;
  order: 5;
  padding: 10px; }
  .fsPostElement .fsBody p {
    margin: 0 0 15px;
    padding: 5px; }
    .fsPostElement .fsBody p:last-child {
      margin: 0; }

.fsPostElement .fsReadMoreLink {
  -ms-flex-order: 6;
  order: 6;
  margin: 15px 0 0; }

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

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

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

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

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

.fsPostElement.fsList .fsThumbnail {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 200px;
  overflow: hidden; }
  .fsPostElement.fsList .fsThumbnail img {
    display: block; }

.fsPostElement.fsGrid.grid-background .fsListItems {
  margin: 0;
  padding: 20px;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .fsPostElement.fsGrid.grid-background .fsListItems article {
    float: none;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    margin-bottom: 10px;
    width: 24%; }
    @media (max-width: 799px) {
      .fsPostElement.fsGrid.grid-background .fsListItems article {
        width: 48%; } }
    .fsPostElement.fsGrid.grid-background .fsListItems article .fsDate {
      color: #222222; }
    .fsPostElement.fsGrid.grid-background .fsListItems article .fsTitle {
      text-align: center; }

.fsPostElement.fsGrid .fsThumbnail {
  margin: 0 auto; }

.fsPostElement.fsGrid .fsReadMoreLink {
  text-align: center; }

.fsElementContent .fsPostElement .extra-padding {
  padding: 15px; }

.fsBody .grid-background {
  padding: 15px; }

.fsPostElement.fsPost .fsTitle {
  text-align: center; }

.fsPostElement.fsPost .fsThumbnail {
  margin: 0 auto; }

.fsPostElement.fsPost .fsReadMoreLink {
  text-align: center; }

/*! _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 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: #333 !important;
        background-image: none !important;
        width: 100%;
        height: 50px !important;
        color: #222222;
        padding-left: 10px !important;
        padding-right: 85px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 17px;
        font-family: "calluna-sans", 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: #5d123a;
    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: "calluna-sans", 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: black;
      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-element {
  background: #333;
  margin: 0 -20px;
  overflow: hidden;
  height: 0;
  transition: height .3s; }
  .search-active .top-search-element {
    height: 120px;
    transition: height .3s; }
  .top-search-element header {
    display: none; }
  .top-search-element .fsElementContent {
    padding: 35px 20px; }
  .top-search-element .top-search {
    max-width: 694px;
    margin: 0 auto;
    width: 100%;
    position: relative; }
  .top-search-element form {
    position: relative; }
    .top-search-element form label {
      position: absolute;
      left: -9999px; }
    .top-search-element form input {
      background: #222222;
      border: 1px solid #444;
      border-radius: 4px;
      color: #fff;
      height: 50px;
      width: 100%;
      padding: 0 47px; }
    .top-search-element form button {
      background: none;
      border: none;
      border-radius: 4px 0 0 4px;
      color: transparent;
      position: absolute;
      top: 0;
      left: 15px;
      height: 100%;
      width: 30px;
      overflow: hidden; }
      .top-search-element form button:before {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #999;
        font-size: 15px;
        line-height: 15px; }
  .top-search-element button.close-search {
    background: none;
    border: none;
    border-left: 1px solid #444;
    border-radius: 0;
    color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 55px; }
    .top-search-element button.close-search: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: #999;
      font-size: 30px;
      line-height: 30px; }

.search-trigger-element {
  margin: 0 0 0 22px;
  height: 30px; }
  @media (max-width: 899px) {
    .search-trigger-element {
      display: none; } }
  .search-trigger-element header {
    display: none; }
  .search-trigger-element button {
    background: none;
    border: none;
    color: transparent;
    height: 30px;
    width: 30px;
    overflow: hidden;
    position: relative; }
    .search-trigger-element button: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: #fff;
      font-size: 15px;
      line-height: 15px; }
      .search-active .search-trigger-element button:before {
        content: "";
        font-size: 30px;
        line-height: 30px; }

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.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 #262626; }
    .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: #262626;
      padding-left: 10px !important;
      padding-right: 85px !important;
      margin: 0 !important;
      border-radius: 0 !important;
      font-size: 17px;
      font-family: "calluna-sans", 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: #262626;
  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: "calluna-sans", sans-serif; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
    background: black;
    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: "calluna-sans", 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: #262626; }
  .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: #333; }

.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: #3344dd !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: #3344dd !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; }
  .fsFacebook.facebook-scroll {
    overflow-y: scroll;
    max-height: 580px; }

.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 {
    font-size: 0px;
    display: inline-block; }
    .fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      display: block; }
    .fsFacebookExtras .fsFacebookTitle:before {
      content: "View Post";
      font-size: 16px; }

.fsFacebookFollow {
  margin-top: 20px; }

a.fsFacebookTitle:before {
  content: "View Post";
  font-size: 16px; }

a.fsFacebookTitle {
  font-size: 0px;
  display: inline-block; }

/*! elements - social twitter */
.fsTwitter {
  margin-bottom: 20px; }

@media (min-width: 1000px) {
  .twitter-fix .fsTwitter iframe {
    min-height: 555px !important; } }

@media (max-width: 600px) {
  .twitter-fix .fsTwitter iframe {
    display: block !important;
    margin: 0 auto; } }

/*! 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;
  border: 0;
  margin: 0 10px 6px 0;
  padding: 15px 20px;
  background: #262626;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  border-radius: 0;
  text-align: center; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus,
  .fsStateSelected .vimeo_view_link a {
    background: rgba(38, 38, 38, 0.7);
    color: #fff;
    text-decoration: none; }
  .vimeo_view_link a em {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    margin: 6px 0 0; }

/*! elements - social youtube */
.fsYoutube {
  margin-bottom: 20px; }
  .fsYoutube .fsSocialVideoFrame {
    margin-bottom: 20px; }

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

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

.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #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;
  border: 0;
  margin: 0 10px 6px 0;
  padding: 15px 20px;
  background: #262626;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  border-radius: 0;
  text-align: center; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus,
  .fsStateSelected .Youtube_view_link a {
    background: rgba(38, 38, 38, 0.7);
    color: #fff;
    text-decoration: none; }
  .Youtube_view_link a em {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    margin: 6px 0 0; }

/*! 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: 4px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        line-height: 18px;
        padding: 16px 20px;
        background: #f0f0f0;
        color: #666; }
        .fsTabs .fsTabsNav li a:hover {
          background: #dedede;
          color: #333; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #5d123a;
        color: #fff; }
  .fsTabs .fsPanel > .fsElementContent {
    padding: 35px 0; }

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block; }
  @media (min-width: 600px) {
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
      display: none; } }

/*! -main.scss - /sass/modules/tools  */
/*! _all.scss - src/sass/modules/tools - News, Calendar, & Posts Tools Elements */
.fsToolsList.fsStyleSelectList .fsStyleDefaultButton, .fsElementToolsSearchButton {
  margin: 0 5px 0 0;
  width: auto; }

.fsToolsList.fsStyleSelectList > li {
  padding: 0;
  margin: 0; }

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

/*! _filter.scss - src/sass/modules/tools/posts - News & Calendar Tools Elements */
.fsBannerLeft .fsElementToolsSearch,
.fsBannerRight .fsElementToolsSearch,
.fsStyleOneThird .fsElementToolsSearch,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fsBannerLeft .fsElementToolsSearch > div,
  .fsBannerRight .fsElementToolsSearch > div,
  .fsStyleOneThird .fsElementToolsSearch > div,
  .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch > div,
  .fsFourColumnLayout > .fsDiv .fsElementToolsSearch > div {
    width: 100%; }
  .fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
  .fsBannerRight .fsElementToolsSearch .fsFieldContainer,
  .fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
  .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
  .fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .fsBannerLeft .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsBannerRight .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsStyleOneThird .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .fsBannerLeft .fsElementToolsSearch .fsElementToolsSearchButton,
  .fsBannerRight .fsElementToolsSearch .fsElementToolsSearchButton,
  .fsStyleOneThird .fsElementToolsSearch .fsElementToolsSearchButton,
  .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton,
  .fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton {
    width: 100%; }

.fsElementToolsSearch .fsSeparator {
  margin: 0 5px;
  display: inline-block;
  text-align: center; }

.fsElementToolsKeyword + .fsElementToolsDateRange {
  margin-top: 10px; }

.fsElementToolsSearchButton {
  margin: 10px 0 0; }

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */
.fsLegend .fsElementControls {
  margin-bottom: 5px; }
  .fsLegend .fsElementControls label input:checked + span {
    background: #333;
    color: white; }
  .fsLegend .fsElementControls label input + span {
    color: #333;
    background: #e6e6e6; }

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */
.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 280px; }
  .fsMiniGrid .fsCalendarEventGrid .fsCalendarWeekdays {
    box-shadow: inset 0 -1px 0 0 #222222; }
  .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox {
    box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
    background: #151515;
    color: #262626;
    font-size: .875em;
    line-height: 1;
    padding: 10px 5px; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox:last-child {
      box-shadow: inset 0 -1px 0 0 #fff; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsStateHasEvents {
      background: black;
      color: #262626; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
      background: #222222;
      color: black; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarToday {
      background: #c8277d;
      color: #fff; }

.fsCalendarMonthYearPicker > .fsStyleUpdateButton {
  margin-bottom: 0;
  display: block;
  color: #fff;
  background-color: #333; }

/*! _category.scss - src/sass/modules/tools/posts - Posts Tools Elements */
/*! _tag.scss - src/sass/modules/tools/posts - Posts Tools Elements */
.translate-element {
  margin: 0 0 0 auto;
  position: relative;
  z-index: 50; }
  @media (max-width: 899px) {
    .translate-element {
      margin: 0; } }
  .translate-element header .fsElementTitle {
    display: none; }
  .translate-element:hover {
    cursor: pointer; }
    .translate-element:hover button {
      cursor: pointer; }
  .translate-element .fsElementHeaderContent {
    margin: 0 !important; }
  .translate-element button {
    border: 0;
    border-radius: 0;
    background: transparent;
    color: transparent;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 0 !important;
    padding: 0 12.5px;
    transition: all .3s;
    width: 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    color: #fff;
    width: 85px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    text-transform: uppercase;
    position: relative;
    padding: 16px 0; }
    .translate-element button:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #fff;
      margin-right: 10px; }
  .translate-element.active > .fsElementContent {
    opacity: 1;
    max-height: 999px; }
  .translate-element > .fsElementContent {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 44px;
    max-height: 0;
    overflow: hidden; }
    @media (max-width: 899px) {
      .translate-element > .fsElementContent {
        left: 0;
        right: auto; } }

#google_translate_element:hover {
  cursor: pointer; }

#google_translate_element .goog-te-gadget {
  font-size: 0;
  line-height: 0; }
  #google_translate_element .goog-te-gadget .goog-te-combo {
    margin: 0 !important;
    border-radius: 0; }
    #google_translate_element .goog-te-gadget .goog-te-combo:hover {
      cursor: pointer; }
  #google_translate_element .goog-te-gadget > span {
    display: none; }

/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.module {
  padding: 20px;
  color: #fff; }
  .module h1, .module h2, .module h3, .module h4, .module h5, .module h6 {
    color: inherit; }
  .module a {
    color: inherit; }

.module {
  background: #5d123a; }

.clearfix::after {
  content: '';
  clear: both;
  display: table; }

.home #fsPageBodyWrapper {
  padding: 0; }

.home #fsPageBody {
  max-width: none; }

.home .fsDiv {
  margin: 0; }

.home .fsPageTitle {
  position: absolute;
  left: -9999px; }

body:not(.fsComposeMode) .hero-slider2 {
  margin: 0;
  padding: 0px;
  width: 100%; }
  @media (min-width: 1025px) {
    body:not(.fsComposeMode) .hero-slider2 {
      width: 66%;
      display: inline-block;
      float: left; } }
  body:not(.fsComposeMode) .hero-slider2 .slick-slider {
    padding: 0px !important; }
  body:not(.fsComposeMode) .hero-slider2 header {
    display: none; }
  body:not(.fsComposeMode) .hero-slider2 .fsResourceLink {
    display: block !important; }
  body:not(.fsComposeMode) .hero-slider2 article {
    max-height: 340px;
    padding: 0px !important; }
    @media (min-width: 1025px) {
      body:not(.fsComposeMode) .hero-slider2 article {
        max-height: 480px; } }
    body:not(.fsComposeMode) .hero-slider2 article img {
      width: 100%; }
    body:not(.fsComposeMode) .hero-slider2 article .caption-wrapper .caption-desc {
      font-size: 32px;
      line-height: 40px; }
      body:not(.fsComposeMode) .hero-slider2 article .caption-wrapper .caption-desc a {
        color: #fff;
        text-decoration: underline; }
        body:not(.fsComposeMode) .hero-slider2 article .caption-wrapper .caption-desc a:hover {
          color: #ccc; }
  body:not(.fsComposeMode) .hero-slider2 .slick-arrow:before {
    font-size: 36px;
    font-weight: bold; }

body:not(.fsComposeMode) .featured-post {
  width: 100%;
  padding: 40px 10px 0; }
  @media (min-width: 1025px) {
    body:not(.fsComposeMode) .featured-post {
      width: 33%;
      display: inline-block;
      padding: 30px 0; } }
  body:not(.fsComposeMode) .featured-post header {
    margin: 0 0 20px; }
  body:not(.fsComposeMode) .featured-post .fsElementContent article {
    border-right: none;
    text-align: center; }
    @media (min-width: 1025px) {
      body:not(.fsComposeMode) .featured-post .fsElementContent article {
        text-align: left;
        max-height: 500px; } }
    body:not(.fsComposeMode) .featured-post .fsElementContent article .fsThumbnail {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      height: auto;
      margin: 0 auto; }
      @media (min-width: 1025px) {
        body:not(.fsComposeMode) .featured-post .fsElementContent article .fsThumbnail {
          max-height: 380px; } }
    body:not(.fsComposeMode) .featured-post .fsElementContent article .fsTitle a {
      color: #B30A0E; }
      body:not(.fsComposeMode) .featured-post .fsElementContent article .fsTitle a:hover {
        text-decoration: underline; }

body:not(.fsComposeMode) .callout-buttons {
  padding: 0 20px;
  margin: -20px 0 50px;
  clear: left; }
  @media (min-width: 1025px) {
    body:not(.fsComposeMode) .callout-buttons {
      margin: 0 0 40px; } }
  @media (min-width: 1100px) and (max-width: 1500px) {
    body:not(.fsComposeMode) .callout-buttons {
      margin-top: 60px; } }
  @media (min-width: 1501px) and (max-width: 1700px) {
    body:not(.fsComposeMode) .callout-buttons {
      margin-top: 30px; } }
  body:not(.fsComposeMode) .callout-buttons header {
    display: none; }
  body:not(.fsComposeMode) .callout-buttons .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 69.41176em;
    max-width: 73.75rem; }
    @media (max-width: 899px) {
      body:not(.fsComposeMode) .callout-buttons .fsElementContent {
        max-width: 580px; } }
  body:not(.fsComposeMode) .callout-buttons ul {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 899px) {
      body:not(.fsComposeMode) .callout-buttons ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0; } }
    body:not(.fsComposeMode) .callout-buttons ul li {
      background: #fff;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      margin: 0 10px;
      padding: 0; }
      @media (max-width: 899px) {
        body:not(.fsComposeMode) .callout-buttons ul li {
          -ms-flex: 1 0 calc(50% - 10px);
          flex: 1 0 calc(50% - 10px);
          margin: 0 5px 10px; } }
      @media (max-width: 499px) {
        body:not(.fsComposeMode) .callout-buttons ul li {
          -ms-flex: 1 0 100%;
          flex: 1 0 100%;
          margin: 0 0 4px; } }
  body:not(.fsComposeMode) .callout-buttons a {
    background: #5d123a;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    padding: 29px;
    text-align: center; }
    body:not(.fsComposeMode) .callout-buttons a:hover, body:not(.fsComposeMode) .callout-buttons a:focus,
    .fsStateSelected body:not(.fsComposeMode) .callout-buttons a {
      background: rgba(93, 18, 58, 0.7);
      color: #fff;
      text-decoration: none; }

.home-container .fsCalendar {
  background: #f0f0f0;
  padding: 40px 70px;
  margin: 0; }
  @media (max-width: 549px) {
    .home-container .fsCalendar {
      padding: 40px 0 40px 20px; } }
  .home-container .fsCalendar header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 50px; }
    .home-container .fsCalendar header .fsElementTitle {
      color: #222222;
      display: inline-block;
      font-weight: 700;
      font-size: 30px;
      line-height: 36px;
      margin: 0;
      padding: 0 49px;
      text-align: center;
      text-transform: uppercase;
      text-align: center;
      position: relative;
      z-index: 1; }
      .home-container .fsCalendar header .fsElementTitle:before, .home-container .fsCalendar header .fsElementTitle:after {
        content: '';
        background: #ccc;
        height: 2px;
        width: 32px;
        position: absolute;
        top: 50%;
        left: 0;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .home-container .fsCalendar header .fsElementTitle:after {
        left: auto;
        right: 0; }
  .home-container .fsCalendar .fsElementContent {
    margin: 0 0 60px; }
  .home-container .fsCalendar .fsElementSlideshow {
    position: relative;
    margin: 0 auto;
    max-width: 69.41176em;
    max-width: 73.75rem; }
    @media (max-width: 549px) {
      .home-container .fsCalendar .fsElementSlideshow {
        padding: 0; } }
  @media (max-width: 549px) {
    .home-container .fsCalendar .slick-list {
      padding: 0 35% 0 0; } }
  @media (max-width: 1099px) {
    .home-container .fsCalendar .slick-list {
      margin: 0 -50px; } }
  @media (max-width: 549px) {
    .home-container .fsCalendar .slick-list {
      margin: 0 -70px; } }
  @media (max-width: 549px) {
    .home-container .fsCalendar .slick-list {
      padding: 0 30% 0 0; } }
  .home-container .fsCalendar .slick-arrow {
    left: -70px; }
    @media (max-width: 549px) {
      .home-container .fsCalendar .slick-arrow {
        left: -20px;
        top: calc(100% + 37px);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
  .home-container .fsCalendar .fsNextButton.slick-arrow {
    left: auto;
    right: -70px; }
    @media (max-width: 549px) {
      .home-container .fsCalendar .fsNextButton.slick-arrow {
        right: 0px; } }
  .home-container .fsCalendar article {
    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;
    padding: 0;
    margin: 0 10px; }
    .home-container .fsCalendar article .fsDate {
      position: relative;
      border-bottom: 1px solid #ccc;
      border-right: none;
      margin: 0 0 18px; }
    .home-container .fsCalendar article .fsTitle,
    .home-container .fsCalendar article .fsTitle a {
      text-align: center; }
  .home-container .fsCalendar footer .fsElementFooterContent {
    margin: 0; }
    .home-container .fsCalendar footer .fsElementFooterContent a {
      color: #666;
      display: block;
      font-size: 14px;
      font-weight: 700;
      line-height: 17px;
      text-transform: uppercase;
      text-align: center; }

.home-container .fsPostElement {
  padding: 40px 70px;
  margin: 0; }
  @media (max-width: 549px) {
    .home-container .fsPostElement {
      padding: 40px 0 40px 20px; } }
  .home-container .fsPostElement header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 50px; }
    .home-container .fsPostElement header .fsElementTitle {
      color: #222222;
      display: inline-block;
      font-weight: 700;
      font-size: 30px;
      line-height: 36px;
      margin: 0;
      padding: 0 49px;
      text-align: center;
      text-transform: uppercase;
      text-align: center;
      position: relative;
      z-index: 1; }
      .home-container .fsPostElement header .fsElementTitle:before, .home-container .fsPostElement header .fsElementTitle:after {
        content: '';
        background: #ccc;
        height: 2px;
        width: 32px;
        position: absolute;
        top: 50%;
        left: 0;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .home-container .fsPostElement header .fsElementTitle:after {
        left: auto;
        right: 0; }
  .home-container .fsPostElement .fsElementContent {
    margin: 0 0 60px; }
  .home-container .fsPostElement .fsElementSlideshow {
    position: relative;
    margin: 0 auto;
    max-width: 69.41176em;
    max-width: 73.75rem;
    padding: 0; }
  .home-container .fsPostElement .slick-list {
    margin: 0 -70px;
    position: relative; }
    @media (max-width: 1099px) {
      .home-container .fsPostElement .slick-list {
        margin: 0 -50px; } }
    @media (max-width: 549px) {
      .home-container .fsPostElement .slick-list {
        margin: 0 -70px; } }
    @media (max-width: 549px) {
      .home-container .fsPostElement .slick-list {
        padding: 0 30% 0 0; } }
    .home-container .fsPostElement .slick-list:before {
      content: '';
      background: #fff;
      width: 1px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 2; }
      @media (max-width: 699px) {
        .home-container .fsPostElement .slick-list:before {
          display: none; } }
  .home-container .fsPostElement .slick-track {
    display: -ms-flexbox;
    display: flex; }
  .home-container .fsPostElement .slick-arrow {
    left: -70px; }
    @media (max-width: 549px) {
      .home-container .fsPostElement .slick-arrow {
        left: -20px;
        top: calc(100% + 37px);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
  .home-container .fsPostElement .fsNextButton.slick-arrow {
    left: auto;
    right: -70px; }
    @media (max-width: 549px) {
      .home-container .fsPostElement .fsNextButton.slick-arrow {
        right: 0px; } }
  .home-container .fsPostElement article {
    border-right: 1px solid #dedede;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 0 70px;
    margin: 0; }
    @media (max-width: 1099px) {
      .home-container .fsPostElement article {
        padding: 0 50px; } }
    @media (max-width: 699px) {
      .home-container .fsPostElement article {
        border: none; } }
    @media (max-width: 549px) {
      .home-container .fsPostElement article {
        padding: 0 15px; } }
    .home-container .fsPostElement article .fsThumbnail {
      height: 185px;
      overflow: hidden;
      margin: 0 0 30px; }
      .home-container .fsPostElement article .fsThumbnail img {
        display: block;
        height: 100%;
        width: 100%; }
    .home-container .fsPostElement article .fsTitle,
    .home-container .fsPostElement article .fsTitle a {
      line-height: 24px; }
  .home-container .fsPostElement footer .fsElementFooterContent {
    margin: 0; }
    .home-container .fsPostElement footer .fsElementFooterContent a {
      color: #666;
      display: block;
      font-size: 14px;
      font-weight: 700;
      line-height: 17px;
      text-transform: uppercase;
      text-align: center; }

@media (min-width: 1025px) {
  body:not(.fsComposeMode).district .hero-slider2 {
    width: 100%;
    display: block;
    float: initial; } }

@media (min-width: 1025px) {
  body:not(.fsComposeMode).district .hero-slider2 article {
    max-height: 570px; } }

body:not(.fsComposeMode).district .callout-buttons {
  margin-top: -20px !important; }

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

/*! pages - style-guide v0.0.1 */
.style-guide-page .fsElement.dark {
  background: #333;
  padding: 20px; }
  .style-guide-page .fsElement.dark .fsElementTitle {
    color: #fff; }

.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: 40%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 20%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 10%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #262626;
      color: #262626; }
      .colors ol li:nth-of-type(1):after {
        content: "#262626"; }
    .colors ol li:nth-of-type(2) {
      background: #5d123a;
      color: #5d123a; }
      .colors ol li:nth-of-type(2):after {
        content: "#5d123a"; }
    .colors ol li:nth-of-type(3) {
      background: #222222;
      color: #222222; }
      .colors ol li:nth-of-type(3):after {
        content: "#222222"; }
    .colors ol li:nth-of-type(4) {
      background: #333;
      color: #333; }
      .colors ol li:nth-of-type(4):after {
        content: "#333"; }
    .colors ol li:nth-of-type(5) {
      background: #666;
      color: #666; }
      .colors ol li:nth-of-type(5):after {
        content: "#666"; }
    .colors ol li:nth-of-type(6) {
      background: #999;
      color: #999; }
      .colors ol li:nth-of-type(6):after {
        content: "#999"; }
    .colors ol li:nth-of-type(7) {
      background: #ccc;
      color: #ccc; }
      .colors ol li:nth-of-type(7):after {
        content: "#ccc"; }
    .colors ol li:nth-of-type(8) {
      background: #dedede;
      color: #dedede; }
      .colors ol li:nth-of-type(8):after {
        content: "#dedede"; }
    .colors ol li:nth-of-type(9) {
      background: #f0f0f0;
      color: #f0f0f0; }
      .colors ol li:nth-of-type(9):after {
        content: "#f0f0f0"; }
    .colors ol li:nth-of-type(10) {
      background: #f6f6f6;
      color: #f6f6f6; }
      .colors ol li:nth-of-type(10):after {
        content: "#f6f6f6"; }

.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: "calluna-sans", sans-serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "calluna-sans, sans-serif"; }
    .fonts ol li:nth-of-type(2) {
      font-family: "source-sans-pro"; }
      .fonts ol li:nth-of-type(2):after {
        content: "source-sans-pro"; }
    .fonts ol li:nth-of-type(3) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(3):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(4) {
      font-family: "FontAwesome"; }
      .fonts ol li:nth-of-type(4):after {
        content: "FontAwesome"; }
    .fonts ol li:nth-of-type(5) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(5):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.headers h1:after {
  content: " size: 30px / line: 36px"; }

.headers h2:after {
  content: " size: 24px / line: 33px"; }

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

.headers h4:after {
  content: " size: 18px / line: 25px"; }

.headers h5:after {
  content: " size: 16px / line: 23px"; }

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

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important; }
  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important; }
  html {
    font-size: 100%;
    /* for IE */ }
  body {
    font-size: 62.5%; }
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .slick-slide {
    display: none !important; }
    .slick-slide.slick-active {
      display: block !important; }
  .slick-list {
    height: auto !important; }
  .slick-track {
    width: auto !important;
    height: auto !important;
    -ms-transform: none !important;
    transform: none !important; }
    .slick-track .slick-slide {
      width: auto !important; }
  a[class*='fs_style'] {
    border-color: #000; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid; }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .fsPanel > header ~ .fsElementContent {
    display: block; } }
