@charset "UTF-8";
/*http: //stackoverflow.com/questions/16704243/widths-to-use-in-media-queries*/
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
@import url("https://fonts.googleapis.com/css?family=Libre+Franklin:400,500,600,700");
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  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.25em;
  margin-left: 1.25em; }

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

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

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

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

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

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

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

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

.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?90lmyl");
  src: url("../fonts/icomoon.eot?90lmyl#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?90lmyl") format("truetype"), url("../fonts/icomoon.woff?90lmyl") format("woff"), url("../fonts/icomoon.svg?90lmyl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 46px;
  line-height: 58px;
  margin-bottom: 16px; }

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 16px; }

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 34px;
  line-height: 46px;
  margin-bottom: 10px; }

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 10px; }

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px; }

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px; }

.fsPageTitle, .fsElementTitle {
  font-weight: 600; }

.fsElementTitle {
  color: #62259d;
  font-size: 28px; }
  @media (min-width: 1000px) {
    .fsElementTitle {
      font-size: 40px; } }

.fsPageTitle {
  border-bottom: solid 4px #62259d;
  padding-bottom: 40px;
  margin-bottom: 20px;
  font-size: 32px; }
  @media (min-width: 1000px) {
    .fsPageTitle {
      font-size: 46px; } }
  .home .fsPageTitle {
    display: none; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  text-decoration: none;
  color: #62259d;
  transition: background .3s, color .3s; }
  a:hover, a:focus {
    color: #a266db; }

ul,
ol {
  margin-top: 0;
  padding-left: 1.25em; }

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.styled {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  .fsAthleticsEvent.fsTable .fsElementTable td,
  .fsAthleticsRoster .fsElementTable td,
  table.styled th,
  table.styled td {
    vertical-align: top;
    border-bottom: 1px solid #fff; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.styled th {
    padding: 10px;
    text-align: left;
    background: #62259d;
    color: #fff; }
  
  .fsAthleticsEvent.fsTable .fsElementTable td,
  .fsAthleticsRoster .fsElementTable td,
  table.styled td {
    padding: 10px;
    background: rgba(0, 0, 0, 0.05); }
    table.styled tr:nth-of-type(odd) td {
      background-color: rgba(0, 0, 0, 0.1); }

.fsTitle {
  display: block; }
  .fsTitle a.fsNewsPostLink {
    font-size: 22px;
    line-height: 1.5em;
    margin: 20px 0;
    padding-bottom: 20px;
    font-weight: 300;
    display: block;
    border-bottom: solid 1px #ddd; }
    .fsTitle a.fsNewsPostLink:after {
      content: "\ea3c";
      margin-left: 10px;
      font-family: "icomoon" !important;
      display: inline-block;
      float: right;
      font-weight: lighter;
      font-size: 16px; }

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

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

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

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

.fsPanel {
  margin-bottom: 0; }

.fsDialogCloseButton {
  opacity: 1; }
  .fsDialogCloseButton:after, .fsDialogCloseButton:before {
    background: #383838; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #383838; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: #050505; }

.fsElementDialog {
  color: #383838; }

/*! elements - common - list subtype v0.0.1 */
/* Contains generic styles that apply to every element with the class '.fsList' and the list subtype selected */
.fsList article {
  margin-bottom: 20px; }

/*! element - common - slideshow subtype v0.0.1 */
/* Contains generic styles that apply to every element slideshow subtype*/
.fsSlideshow.fsSlideshowVertical .fsElementSlideshow[data-slides-to-show="1"] article {
  padding-bottom: 0; }

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

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

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

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

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

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

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

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

button {
  outline: none; }

.fs_style_23,
.fs_style_26,
.fs_style_25 {
  display: table;
  margin: 20px 0;
  font-weight: 700;
  font-size: 1.1em; }
  .fs_style_23:after,
  .fs_style_26:after,
  .fs_style_25:after {
    content: "\ea3c";
    margin-left: 10px;
    font-family: "icomoon" !important;
    display: inline-block;
    float: right;
    font-weight: lighter; }
  .fs_style_23:hover:after,
  .fs_style_26:hover:after,
  .fs_style_25:hover:after {
    margin-left: 20px; }

.document-button,
.fs_style_23 {
  color: #383838; }
  .document-button:before,
  .fs_style_23:before {
    content: "\e9cb";
    font-family: "icomoon" !important;
    display: inline-block;
    float: left;
    margin-right: 10px; }

.grey-button,
.fs_style_26 {
  color: #383838; }

.button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #62259d;
  color: #fff;
  border-radius: 0; }
  .button:hover, .button:focus {
    background: #552088;
    color: #fff; }
  .button em {
    display: block;
    font-style: normal; }

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #309361;
  color: #fff;
  border-radius: 0; }
  .color-button:hover, .color-button:focus {
    background: #2a8054;
    color: #fff; }
  .color-button em {
    display: block;
    font-style: normal; }

.hollow-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: transparent;
  color: #309361;
  border-radius: 0;
  border: 0.2em solid #309361; }
  .hollow-button:hover, .hollow-button:focus {
    background: rgba(0, 0, 0, 0);
    color: #309361; }
  .hollow-button em {
    display: block;
    font-style: normal; }

.large-quicklinks,
.fs_style_27 {
  display: table;
  font-size: 1.25em;
  font-weight: 700;
  color: #383838;
  border-top: solid 1px #383838;
  padding: 10px 0;
  max-width: 400px;
  line-height: 1.5em;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 1025px) {
    .large-quicklinks,
    .fs_style_27 {
      height: 375px; } }
  .home .large-quicklinks, .home
  .fs_style_27 {
    max-width: none;
    margin: 20px auto;
    padding: 25px 20px 10px;
    border-top: solid 1px #727476;
    display: block; }
    @media (min-width: 900px) {
      .home .large-quicklinks, .home
      .fs_style_27 {
        border-top: 0; } }
  @media (min-width: 600px) {
    .large-quicklinks,
    .fs_style_27 {
      border-top: 0; } }
  .large-quicklinks:hover,
  .fs_style_27:hover {
    color: #62259d; }
  .large-quicklinks em,
  .fs_style_27 em {
    display: block;
    font-style: normal;
    font-size: 16px;
    position: relative; }
    @media (min-width: 1025px) {
      .large-quicklinks em,
      .fs_style_27 em {
        padding-top: 160px;
        position: absolute;
        bottom: 0; } }
    .large-quicklinks em:before,
    .fs_style_27 em:before {
      font-family: "icomoon" !important;
      content: "\e902";
      display: block;
      padding: 10px;
      font-size: 80px;
      height: 60px;
      position: relative;
      line-height: 1em;
      text-align: center;
      opacity: 0.2;
      font-weight: lighter; }
      @media (min-width: 1025px) {
        .large-quicklinks em:before,
        .fs_style_27 em:before {
          height: auto;
          line-height: 1.5em;
          position: absolute;
          top: 0;
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }
    .large-quicklinks em:after,
    .fs_style_27 em:after {
      content: "\ea3c";
      margin-left: 10px;
      font-family: "icomoon" !important;
      display: inline-block;
      float: right;
      font-weight: lighter; }
  .home .large-quicklinks, .home
  .fs_style_27 {
    font-size: 1.5em; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #383838;
  color: #fff;
  border-radius: 0; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus {
    background: #2b2b2b;
    color: #fff; }
  .fsStyleDefaultButton em {
    display: block;
    font-style: normal; }
  .fsStyleDefaultButton.fsCategoryLink {
    margin-right: 5px; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #383838;
  color: #fff;
  border-radius: 0; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus {
    background: #2b2b2b;
    color: #fff; }
  .fsStyleUpdateButton em {
    display: block;
    font-style: normal; }
  .fsStyleUpdateButton.fsElementToolsSearchButton {
    margin-top: 20px;
    margin-bottom: 0; }

.lead-in, .fs_style_24 {
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 700; }

blockquote {
  position: relative;
  margin: 60px 0;
  padding: 40px 20px;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  font-size: 1.25em;
  line-height: 1.75em; }
  blockquote:before {
    position: absolute;
    left: 13px;
    top: 4%;
    content: '\201C';
    font-size: 120px;
    text-shadow: 6px -3px 0px #fff;
    color: #62259d;
    font-family: "Droid Serif", Georgia, serif; }
  blockquote span,
  blockquote .fs_style_28 {
    display: block;
    font-size: 14px;
    font-style: italic;
    margin-top: 20px;
    color: #b8b8b8; }

cite {
  display: block;
  margin: 0 0 20px;
  font-style: normal; }
  cite:before {
    content: '- '; }

.callout {
  padding: 20px;
  background: #fff;
  background: #fff;
  border: solid 6px #62259d;
  box-shadow: 8px 8px 0 #ececec; }
  .callout.left {
    float: left;
    margin-left: 20px; }
    @media (min-width: 500px) {
      .callout.left {
        width: 50%; } }
  .callout.right {
    float: right;
    margin-right: 20px; }
    @media (min-width: 500px) {
      .callout.right {
        width: 50%; } }

.banner-image {
  height: 60vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

table {
  width: 100%;
  text-align: left; }
  table.fs_style_29 {
    text-align: center; }
    table.fs_style_29 th {
      background-color: #62259d;
      color: #fff;
      font-weight: 700; }
    table.fs_style_29 tr {
      border-bottom: solid 1px #ddd; }
    table.fs_style_29 td,
    table.fs_style_29 th {
      padding: 20px 5px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999991;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 999999992; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 999999993; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 999999995;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*! structure - header v0.0.1 */
#fsHeader {
  padding: 0 20px;
  position: fixed;
  width: 100%;
  background-color: #62259d;
  z-index: 9000; }
  .fsComposeMode #fsHeader {
    background-color: #62259d;
    position: relative;
    display: none; }
  .home.drawer-is-active #fsHeader {
    background-color: transparent !important;
    position: fixed; }
  .home #fsHeader {
    background-color: transparent;
    position: absolute;
    transition: all 0.3s; }
  .home.sticky-header-active #fsHeader {
    position: fixed;
    background-color: #62259d; }

.skip-link {
  margin: 0px; }
  .skip-link a {
    position: absolute;
    top: -100px;
    left: 0px;
    color: white;
    padding: 6px 20px;
    background: transparent;
    transition: top 0.4s ease-out, background 1s linear;
    z-index: 9999; }
    .skip-link a:hover, .skip-link a:focus {
      background: #62259d;
      top: 0; }

.menu-button {
  height: auto;
  float: right;
  display: inline-block;
  position: relative;
  margin-top: 10px;
  margin-bottom: 0px; }

@media (min-width: 641px) {
  .menu-button {
    height: 50px;
    float: right;
    display: inline-block;
    position: relative;
    margin-top: 25px; } }

.menu-button button {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0 10px;
  outline: 0;
  float: left;
  background-color: transparent;
  transition: all 0.3s;
  position: relative; }

.menu-button button.portals:before {
  font-family: "icomoon" !important;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  text-shadow: 1px 0 0 #fff;
  font-size: 24px;
  text-shadow: 1px 0 0 #fff; }

.menu-button button.portals.login:before {
  content: "\e901"; }

.menu-button button.portals.contact:before {
  content: "\e907";
  font-size: 28px;
  top: 3px;
  position: relative; }

.menu-button button a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.menu-button button.drawer-trigger {
  position: relative; }

.menu-button button.drawer-trigger:hover {
  border-radius: 50%;
  background-color: rgba(46, 18, 74, 0.5); }

.menu-button button.search-trigger {
  position: relative; }

.menu-button button.search-trigger:after, .menu-button button.search-trigger:before {
  content: "";
  position: absolute; }

.menu-button button.search-trigger:before {
  background-color: #fff;
  width: 10px;
  height: 2px;
  top: 29px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 14px; }

.menu-button button.search-trigger:after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 2px #fff;
  top: 10px;
  left: 11px; }

.search-is-active .menu-button button.search-trigger span {
  opacity: 1;
  font-size: 17px; }

.menu-button button.search-trigger span {
  color: #fff;
  bottom: 100%;
  position: absolute;
  font-weight: 100;
  text-align: center;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  font-size: 0;
  transition: all 0.3s ease-in-out; }

.menu-button .fsElementHeaderContent {
  display: inline-block; }

.menu-button a.instagram-link {
  width: 26px;
  height: 26px;
  margin: 9px 20px;
  background: url("../images/districts/_GibGate/instagram-logo.svg") no-repeat center;
  background-size: cover;
  font-size: 0;
  transition: all .3s;
  display: inline-block;
  float: left; }
  .menu-button a.instagram-link:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .menu-button a.instagram-link:focus-within {
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.menu-button a.login-link {
  width: 26px;
  height: 26px;
  margin: 9px 20px;
  position: relative;
  display: inline-block;
  font-size: 0;
  float: left; }
  .menu-button a.login-link:before {
    content: "\e901";
    font-family: 'icomoon' !important;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: white;
    display: block;
    transition: all .3s; }
  .menu-button a.login-link:hover:before {
    font-size: 27px; }
  .menu-button a.login-link:focus-within:before {
    font-size: 27px; }

.menu-button a.contactus-link {
  width: 26px;
  height: 26px;
  margin: 9px 20px;
  position: relative;
  display: inline-block;
  font-size: 0;
  float: left; }
  .menu-button a.contactus-link:before {
    content: "\e907";
    font-family: 'icomoon' !important;
    position: absolute;
    left: 50%;
    top: 55%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 29px;
    color: white;
    display: block;
    transition: all .3s; }
  .menu-button a.contactus-link:hover:before {
    font-size: 32px; }
  .menu-button a.contactus-link:focus-within:before {
    font-size: 32px; }

.menu-button img,
.menu-button button {
  transition: all .2s; }
  .menu-button img:before, .menu-button img:after,
  .menu-button button:before,
  .menu-button button:after {
    transition: all .2s; }

.menu-button button.instagram-login:hover img {
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.menu-button button.instagram-login:focus-within img {
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.menu-button button.portals.login:hover:before {
  font-size: 27px; }

.menu-button button.portals.login:focus-within:before {
  font-size: 27px; }

.menu-button button.portals.contact:hover:before, .menu-button button.portals.contact:hover:after {
  font-size: 31px; }

.menu-button button.portals.contact:focus-within:before, .menu-button button.portals.contact:focus-within:after {
  font-size: 31px; }

.menu-button button.search-trigger:focus-within {
  outline: #4d90fe auto 5px; }

.menu-button button.search-trigger:hover {
  cursor: pointer; }
  .menu-button button.search-trigger:hover:before {
    width: 12px;
    height: 2px;
    top: 32px;
    right: 10px; }
  .menu-button button.search-trigger:hover:after {
    width: 22px;
    height: 22px; }

.menu-button button.search-trigger:focus-within {
  cursor: pointer; }
  .menu-button button.search-trigger:focus-within:before {
    width: 12px;
    height: 2px;
    top: 32px;
    right: 10px; }
  .menu-button button.search-trigger:focus-within:after {
    width: 22px;
    height: 22px; }

.home.sticky-header-active #fsHeader {
  background-color: #62259d; }

#fsHeader {
  background-color: #62259d; }

.menu-button button.drawer-trigger:hover {
  background-color: rgba(46, 18, 74, 0.5);
  border-radius: 50%; }

.menu-button button.drawer-trigger:focus-within {
  background-color: rgba(46, 18, 74, 0.5);
  border-radius: 50%; }

.primary a:hover {
  background-color: #62259d; }

body.drawer-is-active #fsHeader {
  background-color: transparent; }

@media (max-width: 550px) {
  .menu-button button {
    margin: 0; } }

.site-info-container {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
  display: inline-block;
  opacity: 1;
  transition: all 0.3s;
  top: auto;
  position: relative; }
  .drawer-is-active .site-info-container {
    opacity: 0;
    top: -150px; }
  .home .site-info-container {
    display: none; }
  @media (min-width: 641px) {
    .home.sticky-header-active .site-info-container {
      display: inline-block; } }
  .site-info-container h1 {
    margin: 0;
    font-size: 0;
    line-height: 0;
    margin-bottom: 0; }
  .site-info-container a {
    display: block;
    color: transparent; }
    @media (min-width: 641px) {
      .site-info-container a {
        background: url("../images/logo.png") no-repeat 0 50%/contain;
        height: 60px;
        width: 400px;
        margin: 20px 0; } }
    .site-info-container a:before {
      font-family: "icomoon" !important;
      content: "\e902";
      display: block;
      padding: 5px;
      font-size: 52px;
      height: 60px;
      position: relative;
      line-height: 1em;
      text-align: center;
      font-weight: lighter;
      color: #fff; }
      @media (min-width: 641px) {
        .site-info-container a:before {
          display: none; } }
    .site-info-container a:hover {
      color: transparent; }

#fsFooter {
  color: #fff;
  text-align: center;
  background-color: #62259d; }
  #fsFooter .fsBanner:after {
    content: normal; }
  body.fsDraftMode #fsFooter .fsBanner {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
      -ms-flex: 0 1 100%;
      flex: 0 1 100%; }
  #fsFooter .fsBanner > .fsElement {
    width: initial;
    clear: both;
    display: block;
    min-width: 100vw; }
  #fsFooter a {
    color: #fff; }
  #fsFooter .nav-social {
    margin-bottom: 20px; }

.school-details-container {
  padding: 20px;
  background-color: #383838; }
  .school-details-container .fsElementContent, .school-details-container.fsElement {
    margin-bottom: 0; }
  .school-details-container p {
    display: block;
    padding: 10px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 14px; }
  .school-details-container a {
    margin: 0 10px; }

.school-details {
  margin-bottom: 20px; }
  .school-details [itemprop='name'] {
    margin-top: 0;
    font-weight: normal;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px; }
  .school-details [itemprop='streetAddress'] {
    display: block; }
  .school-details a {
    color: inherit; }

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

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

html {
  font-family: "Libre Franklin", sans-serif;
  background: #62259d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 16px;
  line-height: 22px;
  color: #383838; }

#fsPageWrapper {
  overflow: hidden;
  position: relative; }
  body.fsComposeMode #fsPageWrapper {
    overflow: visible; }

#fsPageContent {
  padding: 40px 20px;
  background: #fff; }
  @media (min-width: 700px) {
    #fsPageContent {
      padding: 60px; } }

#fsPageBodyWrapper {
  margin-top: 60px; }

#fsPageBody {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 600px) {
    #fsPageBody {
      display: block; } }
  @media (min-width: 800px) {
    #fsPageBody {
      display: -ms-flexbox;
      display: flex; } }

#fsPageContent {
  width: 100%; }

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

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

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

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

#fsBannerRight {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px; }
  @media (min-width: 700px) {
    #fsBannerRight {
      padding-left: 40px;
      width: 320px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0;
      padding-top: 80px; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 280px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -ms-flex-order: 1;
        order: 1;
        padding-left: 20px;
        width: 240px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 40px;
        width: 320px; } }
  #fsBannerRight p,
  #fsBannerRight a,
  #fsBannerRight .fsElementContent {
    color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#fsPoweredByFinalsite {
  width: 100%;
  background-position: center;
  background-color: #62259d;
  opacity: 1;
  height: 80px; }
  #fsPoweredByFinalsite a {
    height: 80px;
    text-align: center; }

.general-breadcrumb {
  display: block;
  zoom: 1; }
  .general-breadcrumb:after {
    display: table;
    clear: both;
    content: ''; }
  .home .general-breadcrumb {
    display: none; }
  .general-breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .general-breadcrumb .fsNavPageInfo,
  .general-breadcrumb ul,
  .general-breadcrumb li {
    float: left; }
  .general-breadcrumb ul.fsNavLevel1 {
    display: block;
    float: none;
    zoom: 1; }
    .general-breadcrumb ul.fsNavLevel1:after {
      display: table;
      clear: both;
      content: ''; }
    .general-breadcrumb ul.fsNavLevel1 > li {
      display: inline-block;
      float: none; }
  .general-breadcrumb li {
    color: #383838; }
    .general-breadcrumb li.fsNavCurrentPageAncestor, .general-breadcrumb li.fsNavCurrentPage {
      display: inline-block; }
      .general-breadcrumb li.fsNavCurrentPageAncestor > a, .general-breadcrumb li.fsNavCurrentPage > a {
        padding-right: 30px;
        display: inline-block;
        float: left;
        color: #383838;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px; }
  .general-breadcrumb a {
    display: none; }

#fsHeader .primary {
  display: none; }
  @media (min-width: 900px) {
    #fsHeader .primary {
      display: block; } }

.primary:after {
  content: "\e909";
  font-family: "icomoon" !important;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  display: block;
  line-height: 1.5em;
  width: 45px;
  height: 45px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 30px;
  border: solid 2px #fff;
  animation: swipePrompt ease-in-out 3s;
  animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  box-shadow: -2px 2px 9px #000; }
  @media (min-width: 961px) {
    .primary:after {
      display: none; } }

.primary .slick-list {
  padding: 0 !important; }

.primary .slick-track {
  height: 100vh;
  left: 0 !important; }

.primary .fsNavLevel1 {
  text-align: left; }
  .primary .fsNavLevel1, .primary .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .primary .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  @media (min-width: 1025px) {
    .primary .fsNavLevel1:before {
      font-family: "icomoon" !important;
      content: "\e902";
      display: block;
      position: absolute;
      top: 42px;
      left: 50px; } }
  .primary .fsNavLevel1 li {
    display: table; }
    @media (min-width: 1025px) {
      .primary .fsNavLevel1 li {
        display: block; } }
  .primary .fsNavLevel1 li.fsNavParentPage {
    width: 300px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 100px;
    height: 100vh;
    position: relative;
    float: left; }
    @media (min-width: 1025px) {
      .primary .fsNavLevel1 li.fsNavParentPage {
        width: 20vw;
        padding-top: 20vh;
        position: absolute;
        height: 100%;
        left: 0;
        transition-duration: 0.35s; }
        .drawer-is-active .primary .fsNavLevel1 li.fsNavParentPage:nth-child(1) {
          left: 0;
          z-index: 5; }
          .drawer-is-active .primary .fsNavLevel1 li.fsNavParentPage:nth-child(1) .fsNavLevel2 {
            transition: all 1.75s ease-in-out 0.3s; }
        .drawer-is-active .primary .fsNavLevel1 li.fsNavParentPage:nth-child(2) {
          left: 20vw;
          transition-delay: 0.15s;
          transition-duration: 0.4s;
          z-index: 4; }
          .drawer-is-active .primary .fsNavLevel1 li.fsNavParentPage:nth-child(2) .fsNavLevel2 {
            transition: all 1.75s ease-in-out 0.4s; }
        .drawer-is-active .primary .fsNavLevel1 li.fsNavParentPage:nth-child(3) {
          left: 40vw;
          transition-delay: 0.3s;
          transition-duration: 0.45s;
          z-index: 3; }
          .drawer-is-active .primary .fsNavLevel1 li.fsNavParentPage:nth-child(3) .fsNavLevel2 {
            transition: all 1.75s ease-in-out 0.5s; }
        .drawer-is-active .primary .fsNavLevel1 li.fsNavParentPage:nth-child(4) {
          left: 60vw;
          transition-delay: 0.45s;
          transition-duration: 0.5s;
          z-index: 2; }
          .drawer-is-active .primary .fsNavLevel1 li.fsNavParentPage:nth-child(4) .fsNavLevel2 {
            transition: all 1.75s ease-in-out 0.6s; }
        .drawer-is-active .primary .fsNavLevel1 li.fsNavParentPage:nth-child(5) {
          left: 80vw;
          transition-delay: 0.6s;
          transition-duration: 0.55s;
          z-index: 1; }
          .drawer-is-active .primary .fsNavLevel1 li.fsNavParentPage:nth-child(5) .fsNavLevel2 {
            transition: all 1.75s ease-in-out 0.7s; } }
    @media (min-width: 900px) {
      .primary .fsNavLevel1 li.fsNavParentPage {
        -ms-flex: 1 auto;
        flex: 1 auto; } }
    .primary .fsNavLevel1 li.fsNavParentPage .fsNavPageThumbnail {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      bottom: 0;
      z-index: -1;
      opacity: 1; }
      .primary .fsNavLevel1 li.fsNavParentPage .fsNavPageThumbnail:after {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.1);
        transition: background-color 1.25s ease-in-out 0.5s; }
      .drawer-is-active .primary .fsNavLevel1 li.fsNavParentPage .fsNavPageThumbnail:after {
        background-color: rgba(0, 0, 0, 0.4); }
    .primary .fsNavLevel1 li.fsNavParentPage > a {
      position: relative;
      color: #fff;
      display: table;
      font-size: 26px;
      font-weight: 700;
      line-height: 1.5em; }
      @media (min-width: 1281px) {
        .primary .fsNavLevel1 li.fsNavParentPage > a {
          font-size: 32px;
          display: block; } }

.primary ul.fsNavLevel2 {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  position: relative;
  margin-top: 10px;
  padding-top: 20px; }
  .primary ul.fsNavLevel2:after {
    position: absolute;
    top: 0;
    left: 30px;
    height: 3px;
    width: 25%;
    background-color: #fff;
    content: ""; }
  .drawer-is-active .primary ul.fsNavLevel2 {
    height: 500px;
    opacity: 1; }
  .primary ul.fsNavLevel2 a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700; }
    @media (min-width: 1281px) {
      .primary ul.fsNavLevel2 a {
        font-size: 20px; } }

.primary a {
  padding: 10px; }
  @media (min-width: 1025px) {
    .primary a {
      padding: 15px 30px; } }
  .primary a:hover {
    background: #62259d; }

.nav-main {
  opacity: 0; }
  .nav-main .fsNavPageInfo {
    background: #62259d;
    text-align: left;
    z-index: 300; }
    .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
      left: 0;
      -ms-transform: none;
      transform: none; }
    .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
      right: 0;
      left: auto;
      -ms-transform: none;
      transform: none; }
  .nav-main .fsNavLevel2 li a {
    padding: 0.625em;
    color: #fff;
    display: block; }
    .nav-main .fsNavLevel2 li a:focus, .nav-main .fsNavLevel2 li a:hover {
      background: #309361; }

@keyframes swipePrompt {
  0% {
    transform: translate(0, -50%); }
  50% {
    transform: translate(-10px, -50%); }
  100% {
    transform: translate(0, -50%); } }

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

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  max-width: 50px; }
  .drawer-trigger:after, .drawer-trigger:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 65%;
    content: '';
    background: #fff; }
  .drawer-trigger:before {
    margin-top: -0.5em;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: margin-top 0.3s, transform 0.3s; }
  .drawer-trigger:after {
    box-shadow: 0 0.5em 0 0 #fff;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: box-shadow 0.3s, transform 0.3s; }
  .drawer-is-active .drawer-trigger:before {
    margin-top: 0;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .drawer-is-active .drawer-trigger:after {
    box-shadow: none;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

#fsMenu {
  position: fixed;
  width: 100%;
  z-index: 9000; }

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  background-color: transparent;
  transition: opacity 0.5s, visibility 1.75s, transform 2.15s, background-color 1.5s ease-in-out 0.2s;
  top: 0;
  left: 0;
  transform: translate3d(-20%, 0, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  top: 0;
  min-height: 100%;
  width: 100%; }
  .drawer-is-active .fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    background-color: #383838;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.useful {
  display: none; }
  @media (min-width: 641px) {
    .useful {
      position: absolute;
      width: 20vw;
      bottom: 0;
      display: block;
      right: 0;
      width: 20vw;
      padding: 20px;
      margin-bottom: 0; } }
  @media (min-width: 1025px) {
    .useful {
      padding: 30px; } }
  .useful.campus-links {
    left: 0; }
  .useful a,
  .useful h2,
  .useful header,
  .useful p {
    color: #fff;
    margin: 0; }
  .useful a:hover {
    text-decoration: underline; }
  .useful h2 {
    font-size: 16px;
    text-transform: uppercase;
    border: solid 1px #fff;
    display: inline-block;
    margin: 20px 0;
    padding: 10px;
    line-height: 1em; }
  .useful ul, .useful ul ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .useful ul li {
    margin: 0;
    padding: 0; }
  .useful ul li {
    display: inline-block; }
    @media (min-width: 641px) {
      .useful ul li {
        display: block; }
        .useful ul li:after {
          display: none; } }
  .useful a {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px; }
    @media (min-width: 1281px) {
      .useful a {
        display: block;
        font-size: 22px; } }

.section-menu-toggle {
  display: none; }
  @media (max-width: 699px) {
    .section-menu-toggle {
      display: block;
      background-color: #796250;
      border: 0;
      color: #fff;
      width: 100%;
      display: block;
      padding: 10px;
      outline: 0; }
      .section-menu-toggle:after {
        content: '\e906';
        font-family: "icomoon" !important;
        color: #fff;
        font-size: 20px;
        width: 100%;
        display: block;
        font-weight: 700;
        transition: all 0.3s;
        -ms-transform: scaleY(1);
        transform: scaleY(1); }
        .sub-nav-active .section-menu-toggle:after {
          -ms-transform: scaleY(-1);
          transform: scaleY(-1); } }

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

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

#fsHeader .nav-sub {
  display: block;
  padding: 0 20px;
  background: #fff; }

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

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

@media (max-width: 699px) {
  .sub-nav-active .nav-sub > .fsElementContent {
    height: auto;
    max-height: none;
    visibility: visible;
    opacity: 1; } }

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

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

.nav-sub ul li.fsNavCurrentPage > a {
  background-color: #62259d;
  color: #fff; }
  .nav-sub ul li.fsNavCurrentPage > a:hover {
    color: #fff; }

.nav-sub ul li.fsNavCurrentPageAncestor.fsNavParentPage {
  border-left: solid 5px #62259d; }

.nav-sub ul li a {
  display: block;
  padding: 10px 40px;
  color: #383838;
  font-weight: 700;
  font-size: 1.2em; }
  .nav-sub ul li a:hover {
    background-color: #9552d6;
    color: #fff; }

.nav-sub .fsNavLevel1 > li {
  border-bottom: 1px solid #ececec; }
  .nav-sub .fsNavLevel1 > li:last-child {
    border-bottom: none; }

.nav-sub .fsNavLevel2 > li > a {
  font-size: 1.05em;
  padding-left: 50px; }

.nav-sub .fsNavLevel3 > li > a {
  font-size: 0.95em;
  padding-left: 60px; }

.nav-sub .fsNavLevel4 > li > a {
  font-size: 0.75em;
  padding-left: 70px; }

.nav-sub > header {
  display: block; }
  @media (min-width: 800px) {
    .nav-sub > header {
      display: none; } }
  .nav-sub > header > .fsElementTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
    position: relative;
    margin: 0;
    padding: 20px;
    line-height: 40px;
    cursor: pointer;
    text-align: center; }
    @media (min-width: 800px) {
      .nav-sub > header > .fsElementTitle {
        cursor: default; } }
    @media (max-width: 799px) {
      .nav-sub > header > .fsElementTitle:after {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: solid 2px #62259d;
        display: inline-block;
        line-height: 28px;
        text-align: center;
        margin-left: 10px;
        content: "+";
        font-weight: 700; } }
    @media (max-width: 799px) {
      .nav-sub.active-nav > header > .fsElementTitle:after {
        content: "-"; } }

.nav-social .fsNavLevel1 {
  font-size: 0; }
  .nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-social .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  .nav-social .fsNavLevel1 li {
    display: inline-block; }
    .nav-social .fsNavLevel1 li:not(:last-child) {
      margin-right: 10px; }
  .nav-social .fsNavLevel1 [href*='facebook']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='instagram']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='linkedin']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='pinterest']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='tumblr']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='twitter']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vimeo']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vine']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='youtube']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='rss']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='facebook']:hover {
    background: #3b5998;
    border-color: #3b5998; }
    .nav-social .fsNavLevel1 [href*='facebook']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='instagram']:hover {
    background: #3f729b;
    border-color: #3f729b; }
    .nav-social .fsNavLevel1 [href*='instagram']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='linkedin']:hover {
    background: #0077b5;
    border-color: #0077b5; }
    .nav-social .fsNavLevel1 [href*='linkedin']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='pinterest']:hover {
    background: #cc2127;
    border-color: #cc2127; }
    .nav-social .fsNavLevel1 [href*='pinterest']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='tumblr']:hover {
    background: #35465c;
    border-color: #35465c; }
    .nav-social .fsNavLevel1 [href*='tumblr']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='twitter']:hover {
    background: #55acee;
    border-color: #55acee; }
    .nav-social .fsNavLevel1 [href*='twitter']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='vimeo']:hover {
    background: #1ab7ea;
    border-color: #1ab7ea; }
    .nav-social .fsNavLevel1 [href*='vimeo']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='vine']:hover {
    background: #00b488;
    border-color: #00b488; }
    .nav-social .fsNavLevel1 [href*='vine']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='youtube']:hover {
    background: #cd201f;
    border-color: #cd201f; }
    .nav-social .fsNavLevel1 [href*='youtube']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='rss']:hover {
    background: #f26522;
    border-color: #f26522; }
    .nav-social .fsNavLevel1 [href*='rss']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 a {
    display: block;
    position: relative;
    border: 1px solid #309361;
    background: #FFF;
    height: 30px;
    width: 30px;
    border-radius: 100%; }
    .nav-social .fsNavLevel1 a:before {
      color: #309361;
      font-size: 16px;
      transition: 0.3s all;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

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

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

/*! elements - constituent main */
/*! elements - constituent default layout */
.fsConstituent {
  word-break: break-word; }
  .fsConstituent .fsElementPagination {
    margin: 20px 0; }
  .fsConstituent .fsPhoto[style*="background-image"],
  .fsConstituent .fsProfileImage[style*="background-image"] {
    background-size: cover;
    background-position: center;
    display: inline-block; }
    .fsConstituent .fsPhoto[style*="background-image"] > img,
    .fsConstituent .fsProfileImage[style*="background-image"] > img {
      opacity: 0;
      visibility: hidden; }
  .fsConstituent[class*="fsThumbnailAlign"] .fsPhoto img,
  .fsConstituent[class*="fsThumbnailAlign"] .fsProfileImage img {
    float: none;
    margin: 0; }
  .fsConstituent.fsThumbnailAlignLeft .fsPhoto,
  .fsConstituent.fsThumbnailAlignLeft .fsProfileImage {
    float: left;
    padding-right: 0; }
  .fsConstituent.fsThumbnailAlignRight .fsPhoto,
  .fsConstituent.fsThumbnailAlignRight .fsProfileImage {
    float: right;
    padding-left: 0; }

.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile > div,
  .fsConstituentProfile > h3 {
    margin-bottom: 20px; }
  .fsConstituentProfile > div > strong {
    display: block; }

/*! elements - constituent default layout */
.fsConstituent .fsConstituentItem {
  float: none;
  width: calc(100% - 20px);
  margin: 0 auto 40px; }

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

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

.fsConstituentItem {
  padding-left: 10px;
  padding-right: 10px; }
  .fsConstituentItem > h3,
  .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: 16px;
    line-height: 22px; }
  .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 #b9b9b9;
    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 #b9b9b9;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .fsConstituentSearchForm > label > select {
      height: 32px;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; }
  .fsConstituentSearchForm [type*='submit'] {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 10px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsConstituentSearchForm [type*='submit'] {
        width: auto; } }

/*! elements - constituent default layout */
.fsConstituent.fsElementDialog .fsProfileImage:first-child {
  margin-top: 1em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #fff;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-top: 0;
    font-weight: normal;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 16px;
    margin-bottom: 10px;
    display: block;
    font-size: 19px;
    letter-spacing: 0.05em;
    padding: 13.33333px;
    font-weight: 500;
    color: #333;
    transition: .3s;
    position: relative;
    border-bottom: solid 2px #62259d;
    border-right: solid 2px #62259d;
    box-shadow: 3px 4px 0 #62259d; }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
      transition: none; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #ececec;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #62259d;
      transition: .3s; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #62259d; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #ececec; }
    .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
      content: "-"; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  content: "+"; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  content: "-"; }

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

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

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

.fsAccordion {
  margin-bottom: 20px; }

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

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

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

.fsAthleticsEvent .fsTitle {
  display: inline-block;
  color: #62259d;
  margin-bottom: 0; }

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

.fsAthleticsEvent.fsList .fsElementEventIcon {
  margin-right: 10px; }

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

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

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

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

/*! elements - athletics events */
/*! elements - athletics events - table*/
@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;
      color: #309361; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
      content: 'Team: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
      display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
        content: 'Opponent: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate .fsDateTime {
      display: inline-block; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
      content: 'Date: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime .fsDateTime {
      display: inline-block; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
      content: 'Time: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
      content: 'Location: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAdvantage:before {
      content: 'Advantage: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
      content: 'Type: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails:before {
      content: 'Details: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
      content: 'Result: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsScore:before {
      content: 'Score: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAlerts:before {
      content: 'Alerts: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDismissal:before {
      content: 'Dismissal: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDeparture:before {
      content: 'Departure: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsReturn:before {
      content: 'Return Time: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsPickup:before {
      content: 'Pickup Time: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
      content: 'Recap: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
      content: 'Status: '; } }

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

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

.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 p:last-child {
    margin-bottom: 0; }
  .fsAthleticsRosterContent:empty {
    margin-bottom: 0; }

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px; }

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

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

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

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 80px;
  width: 80px;
  color: #62259d;
  background: #ececec;
  box-shadow: 4px 4px 0 #62259d;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }
  .fsCalendar .fsDate > span {
    display: block; }
    .fsCalendar .fsDate > span.fsDay {
      font-size: 30px;
      font-weight: 700; }

.fsCalendar article {
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 10px; }

.fsCalendar .fsTitle {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
  display: block; }
  .home .fsCalendar .fsTitle:after {
    content: "\ea3c";
    margin-left: 10px;
    font-family: "icomoon" !important;
    display: inline-block;
    float: right;
    font-weight: lighter;
    font-size: 16px; }

.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 {
  font-size: 14px;
  line-height: 1.2em; }

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

.fsCalendarEventGrid .fsCalendarDaybox .fsAlertIcon {
  float: left;
  margin-right: 5px; }

@media (min-width: 800px) {
  .flexbox .fsCalendarEventGrid .fsCalendarRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .flexbox .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important; } }

.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(98, 37, 157, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(98, 37, 157, 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(98, 37, 157, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(98, 37, 157, 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 0 20px;
    padding: 10px 20px;
    background: #383838;
    color: #fff;
    border-radius: 0;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus {
      background: #2b2b2b;
      color: #fff; }
    .scroll-up span em {
      display: block;
      font-style: normal; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

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

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

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

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

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

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

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

.fsCalendar.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 {
      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: #36c;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #039; }
    .fsComposerFormEmbed form .required {
      color: #62259d; }
    .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: #36c;
        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: #039;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 10px 20px;
      outline: 0;
      background: #62259d !important;
      text-shadow: none;
      font-size: inherit;
      border: none !important;
      float: left;
      line-height: 1; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #fff !important;
        background: #309361 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "Libre Franklin", 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 0 20px;
    padding: 10px 20px;
    background: #383838;
    color: #fff;
    border-radius: 0; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView .fsLoginSubmit:focus,
    .fsLogin .fsLoginMainView button:hover,
    .fsLogin .fsLoginMainView button:focus,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:hover,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:focus,
    .fsLogin .fsLoginForgotView button:hover,
    .fsLogin .fsLoginForgotView button:focus,
    .fsLogin .fsLoginNewView .fsLoginSubmit:hover,
    .fsLogin .fsLoginNewView .fsLoginSubmit:focus,
    .fsLogin .fsLoginNewView button:hover,
    .fsLogin .fsLoginNewView button:focus,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:hover,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:focus,
    .fsLogin .fsResetPasswordView button:hover,
    .fsLogin .fsResetPasswordView button:focus, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:focus,
    .fsAccount .fsLoginMainView button:hover,
    .fsAccount .fsLoginMainView button:focus,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:hover,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:focus,
    .fsAccount .fsLoginForgotView button:hover,
    .fsAccount .fsLoginForgotView button:focus,
    .fsAccount .fsLoginNewView .fsLoginSubmit:hover,
    .fsAccount .fsLoginNewView .fsLoginSubmit:focus,
    .fsAccount .fsLoginNewView button:hover,
    .fsAccount .fsLoginNewView button:focus,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:hover,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:focus,
    .fsAccount .fsResetPasswordView button:hover,
    .fsAccount .fsResetPasswordView button:focus {
      background: #2b2b2b;
      color: #fff; }
    .fsLogin .fsLoginMainView .fsLoginSubmit em,
    .fsLogin .fsLoginMainView button em,
    .fsLogin .fsLoginForgotView .fsLoginSubmit em,
    .fsLogin .fsLoginForgotView button em,
    .fsLogin .fsLoginNewView .fsLoginSubmit em,
    .fsLogin .fsLoginNewView button em,
    .fsLogin .fsResetPasswordView .fsLoginSubmit em,
    .fsLogin .fsResetPasswordView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em,
    .fsAccount .fsLoginMainView button em,
    .fsAccount .fsLoginForgotView .fsLoginSubmit em,
    .fsAccount .fsLoginForgotView button em,
    .fsAccount .fsLoginNewView .fsLoginSubmit em,
    .fsAccount .fsLoginNewView button em,
    .fsAccount .fsResetPasswordView .fsLoginSubmit em,
    .fsAccount .fsResetPasswordView button em {
      display: block;
      font-style: normal; }
    .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 0 20px;
    padding: 10px 20px;
    background: #383838;
    color: #fff;
    border-radius: 0; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus {
      background: #2b2b2b;
      color: #fff; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal; }

.campus-map .map-points {
  transition: all 0.6s ease-in-out 0.2s;
  opacity: 0; }

.campus-map .map-key {
  transition: all 1.2s ease-in-out 0.2s;
  opacity: 0;
  height: 0; }

.campus-map .map-points li {
  transition-property: padding-left;
  transition-duration: 0.75s;
  transition-timing-function: ease-in-out;
  padding-left: 450px; }
  .campus-map .map-points li:nth-child(7n) {
    transition-delay: 0.06s; }
  .campus-map .map-points li:nth-child(5n) {
    transition-delay: 0.09s; }
  .campus-map .map-points li:nth-child(2n) {
    transition-delay: 0.12s; }
  .campus-map .map-points li:nth-child(6n) {
    transition-delay: 0.15s; }
  .campus-map .map-points li:nth-child(3n) {
    transition-delay: 0.18s; }
  .campus-map .map-points li:nth-child(4n) {
    transition-delay: 0.21s; }
  .campus-map .map-points li:nth-child(8n) {
    transition-delay: 0.24s; }
  .campus-map .map-points li:nth-child(9n) {
    transition-delay: 0.27s; }
  .campus-map .map-points li:nth-child(10n) {
    transition-delay: 0.3s; }

.campus-map.map-is-active .contact-wrapper {
  right: 100%;
  left: auto;
  opacity: 0; }

.campus-map.map-is-active .map-key {
  height: 100%;
  opacity: 1;
  left: 0; }

.campus-map.map-is-active .map-points {
  opacity: 1;
  left: 0; }
  .campus-map.map-is-active .map-points li {
    padding-left: 0px; }

.campus-map.map-is-active .exit-tour {
  left: 50px; }

.campus-map.map-is-active .map-wrapper .map-container > .fsElementContent img {
  opacity: 1;
  min-height: 300px; }

.campus-map .contact-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: right 1.2s ease-in-out, opacity 1.2s ease-in-out; }
  @media (min-width: 1025px) {
    .campus-map .contact-wrapper {
      position: absolute;
      width: 100%; } }
  .campus-map .contact-wrapper footer {
    position: absolute;
    right: 75px;
    top: -180px; }
    @media (min-width: 1025px) {
      .campus-map .contact-wrapper footer {
        top: auto;
        bottom: 150px; } }
    .campus-map .contact-wrapper footer a {
      font-size: 18px;
      font-weight: 700;
      cursor: pointer;
      padding: 20px; }
      .campus-map .contact-wrapper footer a:hover {
        background-color: rgba(98, 37, 157, 0.8); }
      .campus-map .contact-wrapper footer a:before {
        content: "";
        display: inline-block;
        margin-right: 10px;
        background-image: url("/uploaded/themes/default_17/images/view-map-image2.png");
        background-size: contain;
        background-position: center;
        width: 40px;
        height: 40px;
        top: 16px;
        position: relative;
        animation: mapToggleAnimation ease-in-out 3s;
        animation-iteration-count: infinite;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%; }

.campus-map .contact-container {
  margin: 40px 0 20px;
  padding: 20px;
  margin: 0;
  width: 100%;
  text-align: left; }
  @media (min-width: 1025px) {
    .campus-map .contact-container {
      background-color: rgba(0, 0, 0, 0.6);
      padding: 40px;
      position: absolute;
      left: 0;
      top: 0;
      width: 40vw;
      height: calc(100%);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      z-index: 501; } }
  .campus-map .contact-container header h2 {
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative; }
    .campus-map .contact-container header h2:after {
      position: absolute;
      content: "";
      display: block;
      width: 30px;
      left: 0;
      bottom: 0;
      height: 3px;
      background-color: #796250; }
  .campus-map .contact-container p,
  .campus-map .contact-container li {
    font-size: 18px;
    margin-bottom: 10px; }
  .campus-map .contact-container a:hover {
    text-decoration: underline; }
  .campus-map .contact-container h5 {
    text-transform: uppercase;
    font-weight: 700;
    display: table;
    padding: 10px;
    line-height: 1em;
    margin: 40px 0 20px;
    color: #fff;
    border: solid 1px #fff;
    font-size: 16px; }
  .campus-map .contact-container ul, .campus-map .contact-container ul ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .campus-map .contact-container ul li {
    margin: 0;
    padding: 0; }
  .campus-map .contact-container ul li {
    font-weight: 700; }

.campus-map .exit-tour {
  position: absolute;
  top: 30px;
  left: -200px;
  z-index: 503;
  font-weight: bold;
  cursor: pointer; }
  @media (min-width: 1025px) {
    .campus-map .exit-tour {
      bottom: 40px;
      top: auto; } }
  .campus-map .exit-tour a:hover:before {
    margin-right: 25px; }
  .campus-map .exit-tour a:before {
    content: "\e908";
    font-family: "icomoon" !important;
    color: #fff;
    display: inline-block;
    margin-right: 15px;
    transition: all 0.3s; }

.campus-map .map-outer {
  position: relative;
  background-color: #727476;
  margin-bottom: 0; }

.campus-map .coordinates-popup {
  position: absolute;
  background: #FFF;
  color: #000;
  padding: 9px 5px;
  margin-top: -87px;
  margin-left: -310px;
  z-index: 9000;
  width: 620px;
  height: 80px;
  text-align: center;
  border: 1px solid #000; }
  .campus-map .coordinates-popup:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff; }
  .campus-map .coordinates-popup .html-markup {
    display: block;
    margin: 5px; }
  .campus-map .coordinates-popup .copyButton.success:after {
    content: "\2714";
    margin-left: 5px; }

@media (min-width: 1025px) {
  .campus-map.map-pop-active .map-wrapper {
    overflow: hidden; }
  .campus-map.map-pop-active .map-pop-wrapper:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 1000px;
    background: rgba(255, 255, 255, 0.7);
    content: '';
    z-index: 200; } }

.campus-map .map-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 0; }
  .campus-map .map-wrapper .map-container {
    margin-bottom: 0; }
    .campus-map .map-wrapper .map-container > .fsElementContent {
      position: relative; }
      .campus-map .map-wrapper .map-container > .fsElementContent img {
        display: block;
        width: 100%;
        height: auto;
        opacity: 0.5; }
        @media (min-width: 1025px) {
          .campus-map .map-wrapper .map-container > .fsElementContent img {
            opacity: 1;
            transition: min-height 1s ease-in-out;
            min-height: 700px; } }

.campus-map .map-points, .campus-map .map-points ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.campus-map .map-points li {
  margin: 0;
  padding: 0; }

.campus-map .map-points li {
  padding-left: 150px; }

@media (min-width: 1025px) {
  .campus-map .map-points.mobile {
    display: none; } }

.campus-map .map-points:not(.mobile) {
  display: none; }
  @media (min-width: 1025px) {
    .campus-map .map-points:not(.mobile) {
      display: block; } }

@media (min-width: 1025px) {
  .campus-map .map-points {
    text-align: center;
    font-size: 0.625rem; } }

.campus-map .map-points h2 {
  display: none; }

.campus-map .map-points ul:not(.redactor-toolbar) {
  font-size: 0; }
  .campus-map .map-points ul:not(.redactor-toolbar) li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    counter-increment: li;
    visibility: hidden;
    opacity: 0;
    z-index: 500; }
    @media (min-width: 1025px) {
      .campus-map .map-points ul:not(.redactor-toolbar) li.off-page:after {
        content: "\e905";
        color: #fff;
        right: auto;
        right: 100%;
        font-size: 20px;
        opacity: 1;
        font-family: "icomoon" !important;
        position: absolute;
        text-align: center;
        top: 2px; } }
    @media (min-width: 1024px) and (max-width: 1200px) {
      .campus-map .map-points ul:not(.redactor-toolbar) li.games-field {
        left: 360px !important; } }
    @media (min-width: 1201px) {
      .campus-map .map-points ul:not(.redactor-toolbar) li.games-field:after {
        display: none; } }
    @media (min-width: 1024px) and (max-width: 1200px) {
      .campus-map .map-points ul:not(.redactor-toolbar) li.holt-farm {
        left: 375px !important; } }
    @media (min-width: 1201px) {
      .campus-map .map-points ul:not(.redactor-toolbar) li.holt-farm:after {
        display: none; } }
    @media (min-width: 1025px) {
      .campus-map .map-points ul:not(.redactor-toolbar) li.open-air-theatre {
        left: 360px !important;
        bottom: 140px !important;
        top: auto !important; } }
    @media (min-width: 1025px) {
      .campus-map .map-points ul:not(.redactor-toolbar) li.lower-holt {
        left: 380px !important;
        bottom: 80px !important;
        top: auto !important; } }
    .campus-map .map-points ul:not(.redactor-toolbar) li.active-modal {
      visibility: visible;
      opacity: 1; }
    @media (min-width: 1025px) {
      .campus-map .map-points ul:not(.redactor-toolbar) li {
        visibility: visible;
        opacity: 1; } }
    .campus-map .map-points ul:not(.redactor-toolbar) li:hover {
      z-index: 501; }
      .campus-map .map-points ul:not(.redactor-toolbar) li:hover .map-text {
        background: rgba(22, 48, 82, 0.9);
        -ms-transform: scale(1) translate(-50%, -10%);
        transform: scale(1) translate(-50%, -10%);
        opacity: 1;
        visibility: visible;
        z-index: 100;
        display: block; }
    .campus-map .map-points ul:not(.redactor-toolbar) li:before {
      border-radius: 100%; }
    .campus-map .map-points ul:not(.redactor-toolbar) li a {
      display: block;
      position: relative; }
      .campus-map .map-points ul:not(.redactor-toolbar) li a:before {
        border-radius: 100%;
        transition: all 0.3s ease;
        display: inline-block;
        vertical-align: bottom;
        content: "";
        color: #FFF;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-size: 1rem;
        background-image: url("/uploaded/themes/default_17/images/location-pin.png");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 1;
        position: relative; }
      .campus-map .map-points ul:not(.redactor-toolbar) li a .map-text {
        bottom: 100%;
        font-size: 0.875rem;
        color: #FFF;
        padding: 5px;
        position: absolute;
        left: 50%;
        border-radius: 5px;
        white-space: nowrap;
        -ms-transform: scale(0.95) translate(-50%, 100%);
        transform: scale(0.95) translate(-50%, 100%);
        opacity: 0;
        visibility: hidden;
        z-index: 0; }

.campus-map .map-key {
  margin: 40px 0 20px;
  padding: 20px;
  margin: 0; }
  @media (min-width: 1025px) {
    .campus-map .map-key {
      background-color: rgba(0, 0, 0, 0.6);
      height: auto;
      padding: 40px;
      position: absolute;
      left: -350px;
      top: 0;
      width: 350px;
      height: calc(100%);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      z-index: 502; } }
  .campus-map .map-key h2.fsElementTitle {
    color: #fff;
    text-align: left;
    font-size: 54px; }
  .campus-map .map-key ul:not(.redactor-toolbar) {
    padding: 0;
    margin: 0;
    list-style: none; }
    @media screen and (min-width: 600px) {
      .campus-map .map-key ul:not(.redactor-toolbar) {
        min-height: initial; } }
    .campus-map .map-key ul:not(.redactor-toolbar) li {
      counter-increment: li;
      margin-bottom: 2px;
      font-size: 20px;
      font-weight: 800;
      text-align: left; }
      .campus-map .map-key ul:not(.redactor-toolbar) li:hover a {
        background-color: #62259d;
        color: #fff; }
      .campus-map .map-key ul:not(.redactor-toolbar) li:before {
        box-shadow: 1px 0 8px #020202;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        margin-right: 7px;
        background: rgba(54, 54, 54, 0.96);
        color: #FFF;
        width: 35px;
        height: 35px;
        font-size: 16px;
        border-radius: 100%; }
      .campus-map .map-key ul:not(.redactor-toolbar) li a {
        color: #fff;
        display: block;
        padding: 10px; }

.campus-map .map-detail {
  font-family: "Libre Franklin", sans-serif;
  color: #6d6d6d;
  font-size: 16px; }
  @media (min-width: 1025px) {
    .campus-map .map-detail {
      position: relative;
      width: 100%;
      top: 0;
      right: 0;
      height: 100%; } }
  @media (min-width: 1025px) {
    .campus-map .map-detail .slick-list,
    .campus-map .map-detail .slick-track {
      height: 100% !important; } }
  .campus-map .map-detail button {
    position: absolute;
    display: block;
    right: 20px;
    bottom: 57%;
    z-index: 1;
    color: transparent;
    background-color: transparent;
    border: 0;
    font-size: 28px;
    outline: 0;
    padding: 0;
    line-height: 1em;
    width: 35px;
    text-align: center; }
    .campus-map .map-detail button:after {
      font-family: "icomoon" !important;
      color: #fff;
      content: "\e904";
      font-size: 40px;
      display: block;
      position: relative; }
    .campus-map .map-detail button.slick-next {
      right: 60px; }
      .campus-map .map-detail button.slick-next:after {
        content: "\e905"; }
  .campus-map .map-detail .slick-dots {
    list-style: none;
    font-size: 0;
    margin: 0;
    padding: 15px 20px;
    display: none !important;
    line-height: 1;
    text-align: center; }
    @media (min-width: 1025px) {
      .campus-map .map-detail .slick-dots {
        display: block !important; } }
    .campus-map .map-detail .slick-dots li {
      display: inline-block;
      vertical-align: bottom;
      font-size: 0; }
      .campus-map .map-detail .slick-dots li:not(:last-child) {
        margin-right: 10px; }
      .campus-map .map-detail .slick-dots li.slick-active button {
        background: #35c9d7;
        opacity: 1; }
      .campus-map .map-detail .slick-dots li button {
        padding: 0;
        opacity: 0.6;
        background: #b2b2b2;
        width: 10px;
        height: 10px;
        border: 0;
        border-radius: 100%;
        transition: 0.3s background; }
        .campus-map .map-detail .slick-dots li button:hover {
          background: #35c9d7;
          opacity: 1; }
  .campus-map .map-detail .fsSlideImage {
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 45%; }
    @media screen and (max-width: 1024px) {
      .campus-map .map-detail .fsSlideImage {
        height: 300px; } }
    .campus-map .map-detail .fsSlideImage img {
      display: none;
      width: 100%;
      height: auto;
      opacity: 1;
      visibility: visible; }
      @media (min-width: 1025px) {
        .campus-map .map-detail .fsSlideImage img {
          opacity: 0;
          visibility: hidden; } }
    .campus-map .map-detail .fsSlideImage .fsCaptionTitleWrapper {
      display: none; }
  .campus-map .map-detail .fsCaptionDescWrapper {
    padding: 5px 20px 20px;
    line-height: 1.5;
    background: #e4e2e1;
    color: #5e5e5e;
    display: none; }
    @media (min-width: 1025px) {
      .campus-map .map-detail .fsCaptionDescWrapper {
        background: none;
        padding: 10px 20px; } }
    .campus-map .map-detail .fsCaptionDescWrapper .fsSlideDescription p {
      color: #fff; }
    .campus-map .map-detail .fsCaptionDescWrapper .fsSlideDescription p:last-child {
      margin-bottom: 0; }

.campus-map .fsSlideDescription {
  padding: 20px;
  text-align: left; }
  @media (min-width: 1025px) {
    .campus-map .fsSlideDescription {
      padding: 20px;
      position: absolute;
      top: 45%; } }
  .campus-map .fsSlideDescription a,
  .campus-map .fsSlideDescription h3,
  .campus-map .fsSlideDescription p {
    color: #fff; }
  .campus-map .fsSlideDescription h3 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative; }
    .campus-map .fsSlideDescription h3:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 3px;
      width: 75px;
      background-color: #fff; }

.campus-map.map-pop-active .map-pop-wrapper {
  opacity: 1;
  margin-top: 20px; }
  @media (min-width: 1025px) {
    .campus-map.map-pop-active .map-pop-wrapper {
      margin-top: 0; } }

.campus-map .map-pop-wrapper {
  position: relative;
  transition: 0.3s margin; }
  @media (min-width: 1025px) {
    .campus-map .map-pop-wrapper {
      margin: 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      background: rgba(255, 255, 255, 0.6);
      opacity: 0;
      margin-left: 350px;
      z-index: 502;
      transition: all 0.3s ease;
      -ms-transform: translateX(0);
      transform: translateX(0);
      width: calc(100%); } }
  @media (min-width: 1025px) {
    .campus-map .map-pop-wrapper {
      width: calc(100% - 350px); } }
  @media (min-width: 1025px) {
    .campus-map .map-pop-wrapper .map-pop-container {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 50%;
      background-color: #62259d;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      max-width: 540px;
      max-width: 700px;
      width: 100%; } }
  .campus-map .map-pop-wrapper .map-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 0;
    width: 40px;
    height: 40px;
    z-index: 400;
    transition: 0.3s color, 0.3s border;
    border-radius: 0%;
    transition: all 0.3s;
    background-color: rgba(98, 37, 157, 0.4); }
    @media (min-width: 1025px) {
      .campus-map .map-pop-wrapper .map-close {
        position: absolute;
        right: 20px; } }
    .campus-map .map-pop-wrapper .map-close:hover {
      cursor: pointer;
      border-radius: 50%;
      background-color: rgba(98, 37, 157, 0.7); }
    .campus-map .map-pop-wrapper .map-close:before, .campus-map .map-pop-wrapper .map-close:after {
      position: absolute;
      top: 50%;
      left: 50%;
      height: 2px;
      width: 65%;
      content: '';
      background: #fff; }
    .campus-map .map-pop-wrapper .map-close:before {
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
    .campus-map .map-pop-wrapper .map-close:after {
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }

body.campus-map.fsComposeMode .coordinates-popup {
  display: none; }

body.campus-map.fsComposeMode .map-key {
  display: none; }

body.campus-map.fsComposeMode .map-points {
  text-align: left; }
  body.campus-map.fsComposeMode .map-points ul:not(.redactor-toolbar) {
    font-size: 16px; }
    body.campus-map.fsComposeMode .map-points ul:not(.redactor-toolbar) li {
      position: static;
      opacity: 1;
      visibility: visible; }
      body.campus-map.fsComposeMode .map-points ul:not(.redactor-toolbar) li:not(:last-child) {
        margin-bottom: 10px; }
      body.campus-map.fsComposeMode .map-points ul:not(.redactor-toolbar) li .map-text {
        position: static;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        visibility: visible;
        color: inherit;
        border-radius: 0;
        white-space: normal; }

@keyframes mapToggleAnimation {
  0% {
    transform: scaleX(1) scaleY(1); }
  50% {
    transform: scaleX(1.25) scaleY(1.25); }
  100% {
    transform: scaleX(1) scaleY(1); } }

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #383838;
  font-family: "Libre Franklin", sans-serif; }
  .fsMediaCustomPlayer article {
    position: relative; }
  .home .fsMediaCustomPlayer:before {
    display: block;
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, #7d47b3 0%, #2e005d 100%);
    opacity: 0.65;
    z-index: 1; }
  .home .fsMediaCustomPlayer.slick-slider {
    top: 0; }
  .home .fsMediaCustomPlayer .slick-dots {
    display: none !important; }
  .home .fsMediaCustomPlayer .slick-slide {
    height: 100vh;
    background-position: center;
    background-size: cover; }
  .home .fsMediaCustomPlayer .slider-play-btn {
    display: none; }

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

.fsCustomSlider .slick-next, .fsCustomSlider .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 2;
  outline: 0; }
  .fsCustomSlider .slick-next:before, .fsCustomSlider .slick-prev:before {
    color: #fff;
    display: block;
    font-size: 50px;
    font-weight: normal;
    height: 100%;
    left: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center; }

.fsCustomSlider .slick-next {
  left: auto;
  right: 0; }
  .fsCustomSlider .slick-next:before {
    content: '\203A'; }

.fsCustomSlider .slick-prev {
  left: 0;
  right: auto; }
  .fsCustomSlider .slick-prev:before {
    content: '\2039'; }

.fsCustomSlider .slider-play-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #309361;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  z-index: 1;
  line-height: 42px; }
  .fsCustomSlider .slider-play-btn:before {
    content: "";
    color: #fff;
    font-size: 16px;
    font-family: "Droid Serif", Georgia, 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: "Libre Franklin", sans-serif;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  background-color: #309361;
  color: #fff; }
  .fsCustomSlider .caption-wrapper .caption-inner {
    padding: 10px 10px 30px; }
  @media (min-width: 800px) {
    .fsCustomSlider .caption-wrapper {
      padding: 30px 20px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(48, 147, 97, 0.5); } }
  .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: 40px;
    line-height: 50px;
    margin-bottom: 16px;
    color: #fff;
    margin-bottom: 0; } }

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

/*! _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 */
.search-container {
  display: inline-block;
  float: right;
  margin-right: 10px;
  position: relative;
  z-index: 10;
  top: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out 0.2s; }
  .drawer-is-active .search-container {
    opacity: 0;
    top: -30px; }
  .search-container .search-trigger {
    background-color: transparent;
    border: 0;
    width: 35px;
    height: 35px;
    position: relative;
    outline: 0; }
    .search-container .search-trigger:after, .search-container .search-trigger:before {
      content: "";
      display: block;
      position: absolute; }
    .search-container .search-trigger:before {
      background-color: #fff;
      width: 10px;
      height: 3px;
      top: 26px;
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      right: 4px; }
    .search-container .search-trigger:after {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: solid 3px #fff;
      top: 7px; }
    .search-container .search-trigger span {
      color: #fff;
      right: 100%;
      position: absolute;
      top: 15%;
      font-weight: 100;
      letter-spacing: 0.2em;
      opacity: 0;
      font-size: 0;
      transition: font-size 0.6s ease-in-out, opacity 0.4s ease-in-out 0.1s; }
      .search-is-active .search-container .search-trigger span {
        opacity: 1;
        font-size: 17px; }

.main-search {
  position: fixed;
  width: 100%;
  top: 0;
  height: 100%;
  opacity: 0;
  left: 100%;
  background-color: rgba(98, 37, 157, 0.95);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.6s ease-in-out; }
  .main-search .gsc-input {
    display: block; }
  .main-search .gsc-input-box {
    max-width: 500px;
    margin: 0 auto;
    border-radius: 25px;
    background-color: transparent; }
  .main-search.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
    border-radius: 50px !important;
    text-align: center;
    padding-right: 0 !important; }
  .main-search.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
    display: block;
    clear: both;
    float: none;
    height: 55px;
    width: 225px;
    margin: 40px auto;
    position: relative;
    background-color: rgba(98, 37, 157, 0.7);
    padding: 20px 40px;
    color: #fff;
    border: solid 2px #fff;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase; }
    .main-search.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background-color: #fff; }
      .main-search.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover:after {
        color: #62259d; }
    .main-search.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
      content: "search our site"; }
  .search-is-active .main-search {
    left: 0;
    opacity: 1; }

.fsSearch.site-search {
  margin-bottom: 20px;
  opacity: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0; }
  .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: #309361 !important;
          background-image: none !important;
          width: 100%;
          height: 50px !important;
          color: #ececec;
          padding-left: 10px !important;
          padding-right: 85px !important;
          margin: 0 !important;
          border-radius: 0 !important;
          font-size: 16px;
          font-family: "Libre Franklin", 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: #62259d;
      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: "Libre Franklin", sans-serif;
        opacity: 1;
        display: block;
        position: absolute;
        text-align: center;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        line-height: 50px;
        font-size: 16px; }
      .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; }

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search) {
  margin-bottom: 20px; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
    padding: 0; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
      border: 0;
      height: 100%;
      border: solid 1px #383838; }
      .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: #383838;
        padding-left: 10px !important;
        padding-right: 85px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 16px;
        font-family: "Libre Franklin", 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: #383838;
    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: 16px;
      font-family: "Libre Franklin", 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: "Libre Franklin", sans-serif;
  font-size: 16px; }

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

.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: #36c !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: #039 !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: 16px; }

.fsSearchResults .gsc-results .gsc-cursor-box, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0; }

/*! elements - social main */
/*! elements - social facebook */
.fsFacebook {
  margin-bottom: 20px; }

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

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

.fsFacebookList .fsFacebookListItem {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }

.fsFacebookExtras {
  margin-top: 10px; }
  .fsFacebookExtras .fsFacebookThumb {
    margin-bottom: 10px;
    display: block; }
  .fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block; }

.fsFacebookFollow {
  margin-top: 20px; }

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

/*! elements - social vimeo */
.fsVimeo {
  margin-bottom: 20px; }
  .fsVimeo iframe.fsSocialVideoFrame {
    margin-bottom: 20px; }

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

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

.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6;
  cursor: pointer; }
  .fsVimeoList .fsVimeoListItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .fsVimeoList .fsVimeoListItem:hover {
    border: none;
    border-bottom: solid 1px #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    transition: opacity .3s; }
    .fsVimeoList .fsVimeoListItem:hover:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.fsVimeoThumb {
  margin-bottom: 10px;
  margin-right: 20px; }
  @media (min-width: 600px) {
    .fsVimeoThumb {
      float: left;
      margin-bottom: 0; } }

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #383838;
  color: #fff;
  border-radius: 0; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus {
    background: #2b2b2b;
    color: #fff; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal; }

/*! 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 0 20px;
  padding: 10px 20px;
  background: #383838;
  color: #fff;
  border-radius: 0; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus {
    background: #2b2b2b;
    color: #fff; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal; }

/*! 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: 2px;
      position: relative; }
      .fsTabs .fsTabsNav li:after {
        display: block;
        content: "";
        position: absolute;
        bottom: 0;
        height: 3px;
        width: 100%;
        left: 0;
        transition: all 0.3s ease-in-out;
        background: linear-gradient(to top, #62259d 0%, #481b74 100%);
        z-index: 0; }
      .fsTabs .fsTabsNav li:hover:after {
        height: 100%; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-top: 0;
        font-weight: normal;
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 16px;
        margin-bottom: 10px;
        display: block;
        font-size: 19px;
        letter-spacing: 0.05em;
        padding: 13.33333px;
        font-weight: 500;
        color: #333;
        transition: .3s;
        background: transparent;
        position: relative;
        z-index: 1; }
        .fsTabs .fsTabsNav li a:hover {
          background: transparent;
          color: #fff; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background-color: #62259d;
        color: #fff; }

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

/*! pages - home v0.0.1 */
.home .fsDiv,
.home .fsElement {
  margin-bottom: 0; }

.home #fsPageBodyWrapper {
  margin-top: 0; }

.home #fsPageContent {
  padding: 0; }

.home .hero {
  height: 100vh;
  position: relative;
  margin-bottom: 0; }
  .home .hero .slick-slider .caption-wrapper,
  .home .hero .slick-slider img {
    display: none; }
  .home .hero .fsContent {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    text-align: center;
    width: 75%; }
    .home .hero .fsContent h3,
    .home .hero .fsContent p {
      color: #fff; }
    .home .hero .fsContent p {
      margin-top: 20px;
      font-weight: 500; }
      .home .hero .fsContent p span {
        text-transform: uppercase;
        font-family: serif;
        font-style: italic; }
    .home .hero .fsContent h3 {
      font-weight: 700;
      font-size: 24px; }
    .home .hero .fsContent.scroll-down-container {
      bottom: 0;
      top: auto;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100px; }
      .home .hero .fsContent.scroll-down-container button {
        background-color: transparent;
        border: 0;
        width: 100px;
        height: 100px;
        outline: 0;
        transition: all 0.3s ease-in-out;
        text-shadow: 0 0 0 white;
        border: 0; }
        .home .hero .fsContent.scroll-down-container button:after {
          content: '\e906';
          font-family: "icomoon" !important;
          color: #fff;
          display: block;
          font-size: 38px;
          font-weight: normal;
          line-height: 0.75em;
          width: 100%;
          text-align: center;
          animation: scrollDown ease-in-out 3s;
          animation-iteration-count: infinite;
          -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }
        .home .hero .fsContent.scroll-down-container button:hover {
          border: solid 2px #fff;
          text-shadow: 0 7px 3px rgba(255, 255, 255, 0.5); }

.home .section-2,
.home .section-3,
.home .section-4,
.home .section-5 {
  z-index: 1;
  position: relative;
  zoom: 1;
  margin-bottom: 0;
  zoom: 1; }
  .home .section-2:after,
  .home .section-3:after,
  .home .section-4:after,
  .home .section-5:after {
    display: table;
    clear: both;
    content: ''; }
  .home .section-2:after,
  .home .section-3:after,
  .home .section-4:after,
  .home .section-5:after {
    display: table;
    clear: both;
    content: ''; }
  .home .section-2 .fsElementContent,
  .home .section-3 .fsElementContent,
  .home .section-4 .fsElementContent,
  .home .section-5 .fsElementContent {
    height: 100%; }

.home:not(.fsDraftMode) .section-4 > .fsElementContent > .fsElement {
  margin-bottom: 0; }
  @media (min-width: 1025px) {
    .home:not(.fsDraftMode) .section-4 > .fsElementContent > .fsElement {
      float: left;
      margin-bottom: 0; } }

.home:not(.fsDraftMode) .intro-area {
  background-color: #fff; }
  @media (min-width: 1025px) {
    .home:not(.fsDraftMode) .intro-area {
      height: 100%;
      width: 60%;
      display: inline-block; } }
  .home:not(.fsDraftMode) .intro-area .fsElement {
    margin-bottom: 0; }
  .home:not(.fsDraftMode) .intro-area .intro-text {
    display: block;
    padding: 20px; }
    @media (min-width: 1025px) {
      .home:not(.fsDraftMode) .intro-area .intro-text {
        padding: 40px 40px 0;
        width: 40vw;
        height: 500px; } }
    .home:not(.fsDraftMode) .intro-area .intro-text h2,
    .home:not(.fsDraftMode) .intro-area .intro-text h5 {
      font-weight: 700; }
    .home:not(.fsDraftMode) .intro-area .intro-text h5,
    .home:not(.fsDraftMode) .intro-area .intro-text ul {
      padding-top: 20px; }
      @media (min-width: 1025px) {
        .home:not(.fsDraftMode) .intro-area .intro-text h5,
        .home:not(.fsDraftMode) .intro-area .intro-text ul {
          padding-top: 40px; } }
    .home:not(.fsDraftMode) .intro-area .intro-text li {
      position: relative;
      list-style: none;
      margin-bottom: 10px; }
      .home:not(.fsDraftMode) .intro-area .intro-text li:before {
        font-size: 14px;
        content: "\e900";
        font-family: "icomoon" !important;
        position: absolute;
        left: -23px; }
  .home:not(.fsDraftMode) .intro-area ul {
    display: block; }
  .home:not(.fsDraftMode) .intro-area .intro-links {
    height: 100%;
    background-color: #fff;
    margin-right: 0;
    margin-left: 0; }
    @media (min-width: 1025px) {
      .home:not(.fsDraftMode) .intro-area .intro-links {
        width: 60vw; } }
    .home:not(.fsDraftMode) .intro-area .intro-links > .fsDiv {
      padding: 0; }
      @media (min-width: 1025px) {
        .home:not(.fsDraftMode) .intro-area .intro-links > .fsDiv {
          height: 500px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-pack: center;
          justify-content: center;
          position: relative; } }
      @media (min-width: 1025px) {
        .home:not(.fsDraftMode) .intro-area .intro-links > .fsDiv .fsElementContent {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-pack: center;
          justify-content: center; } }

@media (min-width: 1025px) {
  .home:not(.fsDraftMode) .news-area {
    height: 100%;
    width: 40%;
    display: inline-block;
    float: right;
    position: relative; } }

.home:not(.fsDraftMode) .news-area > footer {
  display: block;
  background-color: #fff;
  padding: 20px; }
  .home:not(.fsDraftMode) .news-area > footer > .fsElementFooterContent {
    margin-top: 0; }
    @media (min-width: 1025px) {
      .home:not(.fsDraftMode) .news-area > footer > .fsElementFooterContent {
        height: 100%; }
        .home:not(.fsDraftMode) .news-area > footer > .fsElementFooterContent:after {
          background-color: rgba(121, 98, 80, 0.74);
          content: "";
          position: absolute;
          right: 0;
          top: 0;
          height: 100%;
          width: 100%;
          display: block; }
        .home:not(.fsDraftMode) .news-area > footer > .fsElementFooterContent:before {
          content: "\ea3c";
          margin-left: 10px;
          font-family: "icomoon" !important;
          display: block;
          position: absolute;
          bottom: 20px;
          right: 20px;
          font-weight: lighter;
          z-index: 2;
          color: #fff; } }
  @media (min-width: 1025px) {
    .home:not(.fsDraftMode) .news-area > footer {
      padding: 0;
      position: absolute;
      right: 0;
      top: 0;
      height: 500px;
      width: 20vw; } }
  .home:not(.fsDraftMode) .news-area > footer:hover .bg-img {
    filter: saturate(0.8) contrast(1.8); }
  .home:not(.fsDraftMode) .news-area > footer .bg-img {
    display: none; }
    @media (min-width: 1025px) {
      .home:not(.fsDraftMode) .news-area > footer .bg-img {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        display: block;
        filter: saturate(0) contrast(1.6);
        transition: all 0.3s; } }
  .home:not(.fsDraftMode) .news-area > footer a {
    color: #000;
    font-size: 22px;
    line-height: 1.75em;
    font-weight: 700;
    padding: 1vw;
    display: block;
    z-index: 1;
    position: relative;
    height: 100%; }
    @media (min-width: 1025px) {
      .home:not(.fsDraftMode) .news-area > footer a {
        color: #fff;
        padding: 2vw; } }

.home:not(.fsDraftMode) .news-area article {
  position: relative;
  background-color: #62259d;
  margin-bottom: 0;
  display: none; }
  @media (min-width: 1025px) {
    .home:not(.fsDraftMode) .news-area article {
      height: 500px;
      max-width: 40vw;
      display: block; } }
  .home:not(.fsDraftMode) .news-area article:first-child {
    background-color: #727476;
    display: block; }
    .home:not(.fsDraftMode) .news-area article:first-child .fsThumbnail:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 50px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 25px 0 25px 25px;
      border-color: transparent transparent transparent #727476; }
    @media (min-width: 1025px) {
      .home:not(.fsDraftMode) .news-area article:first-child {
        left: -20vw; } }
  .home:not(.fsDraftMode) .news-area article a,
  .home:not(.fsDraftMode) .news-area article p,
  .home:not(.fsDraftMode) .news-area article span {
    color: #fff; }
  .home:not(.fsDraftMode) .news-area article a:hover {
    text-decoration: underline; }
  .home:not(.fsDraftMode) .news-area article .fsDateTime,
  .home:not(.fsDraftMode) .news-area article .fsReadMoreLink,
  .home:not(.fsDraftMode) .news-area article .fsSummary,
  .home:not(.fsDraftMode) .news-area article .fsTitle {
    padding: 10px 20px;
    display: block; }
    @media (min-width: 1025px) {
      .home:not(.fsDraftMode) .news-area article .fsDateTime,
      .home:not(.fsDraftMode) .news-area article .fsReadMoreLink,
      .home:not(.fsDraftMode) .news-area article .fsSummary,
      .home:not(.fsDraftMode) .news-area article .fsTitle {
        width: 50%; } }
  .home:not(.fsDraftMode) .news-area article .fsReadMoreLink {
    font-weight: 700; }
    .home:not(.fsDraftMode) .news-area article .fsReadMoreLink:after {
      content: "\ea3c";
      margin-left: 10px;
      font-family: "icomoon" !important;
      display: inline-block;
      float: right;
      font-weight: lighter; }
  .home:not(.fsDraftMode) .news-area article .fsDateTime {
    font-weight: 700;
    font-size: 14px; }
  .home:not(.fsDraftMode) .news-area article .fsTitle {
    font-size: 22px;
    line-height: 1.5em; }
    .home:not(.fsDraftMode) .news-area article .fsTitle:before {
      content: "News";
      text-transform: uppercase;
      font-weight: 700;
      display: table;
      padding: 10px;
      line-height: 1em;
      margin: 10px 0;
      color: #fff;
      border: solid 1px #fff;
      font-size: 16px; }
  .home:not(.fsDraftMode) .news-area article .fsThumbnail {
    display: inline-block;
    position: relative;
    max-width: none;
    height: 250px;
    width: 100%;
    background-position: center;
    background-size: cover; }
    .home:not(.fsDraftMode) .news-area article .fsThumbnail:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 25px 0 25px 25px;
      border-color: transparent transparent transparent #62259d; }
    @media (min-width: 1025px) {
      .home:not(.fsDraftMode) .news-area article .fsThumbnail {
        width: 20vw;
        float: right;
        height: 500px; } }
    .home:not(.fsDraftMode) .news-area article .fsThumbnail img {
      display: none; }

.home:not(.fsDraftMode) .home-quicklink {
  position: relative;
  background-position: center center;
  background-size: cover;
  min-height: 200px;
  height: 500px; }
  @media (min-width: 1025px) {
    .home:not(.fsDraftMode) .home-quicklink {
      width: 40%; } }
  .home:not(.fsDraftMode) .home-quicklink.purple .fsElementContent {
    background-color: rgba(98, 37, 157, 0.8); }
    @media (min-width: 1025px) {
      .home:not(.fsDraftMode) .home-quicklink.purple .fsElementContent:after {
        border-color: transparent transparent transparent rgba(98, 37, 157, 0.8); } }
  .home:not(.fsDraftMode) .home-quicklink.green .fsElementContent {
    background-color: rgba(121, 98, 80, 0.8); }
    @media (min-width: 1025px) {
      .home:not(.fsDraftMode) .home-quicklink.green .fsElementContent {
        width: 50%; }
        .home:not(.fsDraftMode) .home-quicklink.green .fsElementContent:after {
          border-color: transparent transparent transparent rgba(121, 98, 80, 0.8); } }
  .home:not(.fsDraftMode) .home-quicklink.thin {
    height: auto; }
    @media (min-width: 1025px) {
      .home:not(.fsDraftMode) .home-quicklink.thin {
        width: 20%;
        height: 500px; } }
    .home:not(.fsDraftMode) .home-quicklink.thin .fsElementContent {
      position: relative;
      background-color: rgba(121, 98, 80, 0.8);
      height: 100%;
      min-height: 200px; }
      @media (min-width: 1025px) {
        .home:not(.fsDraftMode) .home-quicklink.thin .fsElementContent {
          width: 100%; }
          .home:not(.fsDraftMode) .home-quicklink.thin .fsElementContent:after {
            display: none;
            border-color: transparent transparent transparent rgba(121, 98, 80, 0.8); } }
  .home:not(.fsDraftMode) .home-quicklink .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px;
    position: relative;
    height: 50%;
    bottom: 0;
    position: absolute;
    bottom: 0;
    width: 100%; }
    @media (min-width: 1025px) {
      .home:not(.fsDraftMode) .home-quicklink .fsElementContent {
        width: 50%;
        position: relative;
        height: 100%; }
        .home:not(.fsDraftMode) .home-quicklink .fsElementContent:after {
          content: "";
          position: absolute;
          left: 100%;
          bottom: 0;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 30px 0 30px 30px;
          border-color: transparent transparent transparent rgba(98, 37, 157, 0.8); } }
    .home:not(.fsDraftMode) .home-quicklink .fsElementContent a,
    .home:not(.fsDraftMode) .home-quicklink .fsElementContent h3,
    .home:not(.fsDraftMode) .home-quicklink .fsElementContent h5,
    .home:not(.fsDraftMode) .home-quicklink .fsElementContent p {
      color: #fff; }
    .home:not(.fsDraftMode) .home-quicklink .fsElementContent p {
      margin-bottom: 10px;
      font-weight: 700; }
    .home:not(.fsDraftMode) .home-quicklink .fsElementContent h5 {
      text-transform: uppercase;
      font-weight: 700;
      display: table;
      padding: 10px;
      line-height: 1em;
      margin: 10px 0;
      color: #fff;
      border: solid 1px #fff;
      font-size: 16px; }
    .home:not(.fsDraftMode) .home-quicklink .fsElementContent h3 {
      font-weight: 700;
      font-size: 22px;
      position: relative;
      padding-bottom: 10px;
      line-height: 1.5em; }
      .home:not(.fsDraftMode) .home-quicklink .fsElementContent h3:after {
        position: absolute;
        content: "";
        display: block;
        width: 30px;
        left: 0;
        bottom: 0;
        height: 3px;
        background: white; }
    .home:not(.fsDraftMode) .home-quicklink .fsElementContent a {
      font-weight: 700; }
      @media (min-width: 1025px) {
        .home:not(.fsDraftMode) .home-quicklink .fsElementContent a {
          position: absolute;
          bottom: 50px;
          width: 100%;
          left: 0;
          padding: 20px; } }
      .home:not(.fsDraftMode) .home-quicklink .fsElementContent a:hover {
        text-decoration: underline; }
      .home:not(.fsDraftMode) .home-quicklink .fsElementContent a:after {
        content: "\ea3c";
        margin-left: 10px;
        font-family: "icomoon" !important;
        display: inline-block;
        float: right;
        font-weight: lighter; }

.home:not(.fsDraftMode) .exam-highlights {
  padding: 40px; }
  @media (min-width: 1025px) {
    .home:not(.fsDraftMode) .exam-highlights {
      width: 40%;
      height: 500px; } }
  .home:not(.fsDraftMode) .exam-highlights h2 {
    color: #000; }
  .home:not(.fsDraftMode) .exam-highlights h5 {
    color: #000;
    font-weight: 700;
    margin: 40px 0; }
  .home:not(.fsDraftMode) .exam-highlights li {
    position: relative;
    list-style: none;
    margin-bottom: 10px; }
    .home:not(.fsDraftMode) .exam-highlights li:before {
      font-size: 14px;
      content: "\e900";
      font-family: "icomoon" !important;
      position: absolute;
      left: -23px; }

.home:not(.fsDraftMode) .graph-wrapper {
  display: none; }
  @media (min-width: 961px) {
    .home:not(.fsDraftMode) .graph-wrapper {
      display: block;
      position: relative;
      padding: 0;
      margin: 0;
      padding: 0 10px 60px; } }
  @media (min-width: 1025px) {
    .home:not(.fsDraftMode) .graph-wrapper {
      display: block;
      width: 20%;
      height: 500px;
      padding: 40px 10px 20px; } }
  .home:not(.fsDraftMode) .graph-wrapper h2 {
    font-size: 20px;
    text-align: center; }

.home:not(.fsDraftMode) .bar-graph-container header {
  content: "Average Act Scores";
  display: block;
  color: #929292;
  font-size: 18px;
  font-weight: 800;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center; }

.home:not(.fsDraftMode).graph-active .bar {
  height: 280px; }
  .home:not(.fsDraftMode).graph-active .bar footer h4 {
    opacity: 1; }
  .home:not(.fsDraftMode).graph-active .bar .fill {
    bottom: 0; }

.home:not(.fsDraftMode) .bar {
  text-align: center;
  border-bottom: 2px solid #fff;
  background: lightgrey;
  position: relative;
  height: 0px;
  transition: all 0.8s ease-in-out; }
  .home:not(.fsDraftMode) .bar.one .fill {
    background-color: grey; }
  .home:not(.fsDraftMode) .bar.one footer h4 {
    color: grey; }
  .home:not(.fsDraftMode) .bar.two .fill {
    background-color: #62259d; }
  .home:not(.fsDraftMode) .bar.two footer h4 {
    color: #62259d; }
  .home:not(.fsDraftMode) .bar footer {
    position: absolute;
    width: 100%; }
    .home:not(.fsDraftMode) .bar footer .fsElementFooterContent {
      margin-top: 0; }
    .home:not(.fsDraftMode) .bar footer h4 {
      opacity: 0;
      transition: all 0.6s ease-in-out 0.6s;
      font-size: 18px;
      font-weight: 700; }

.home:not(.fsDraftMode) .fill {
  position: absolute;
  bottom: -150px;
  width: 100%;
  transition: all 0.5s ease-in-out 0.3s; }

.home:not(.fsDraftMode) .bar > .fsElementContent {
  position: relative;
  max-width: 100%;
  z-index: 5; }

.home:not(.fsDraftMode) .bar > .fsElementContent p {
  margin-bottom: 0; }

.home:not(.fsDraftMode) .bar a {
  color: #fff;
  font-family: "Libre Franklin", sans-serif;
  font-size: 22px;
  font-weight: 800;
  cursor: default;
  padding: 0;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 10px;
  z-index: 3;
  width: 100%;
  left: 0; }

.home:not(.fsDraftMode) .text-link {
  margin: 0; }
  @media (min-width: 641px) {
    .home:not(.fsDraftMode) .text-link {
      float: left;
      width: 50%; } }
  @media (min-width: 1025px) {
    .home:not(.fsDraftMode) .text-link {
      width: 20%;
      height: 500px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center; } }
  .home:not(.fsDraftMode) .text-link .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }

@media (min-width: 1025px) {
  .home:not(.fsDraftMode) .events-area {
    height: 499px;
    overflow: hidden; } }

.home:not(.fsDraftMode) .events-area .fsPager {
  display: none; }

.home:not(.fsDraftMode) .events-area header {
  background-color: #62259d; }
  @media (min-width: 1025px) {
    .home:not(.fsDraftMode) .events-area header {
      background-color: transparent;
      width: 20%;
      position: absolute;
      z-index: 500; } }
  .home:not(.fsDraftMode) .events-area header .fsElementTitle {
    margin: 0; }
  .home:not(.fsDraftMode) .events-area header a,
  .home:not(.fsDraftMode) .events-area header h2 {
    color: #fff;
    font-weight: 700; }
  .home:not(.fsDraftMode) .events-area header a {
    font-size: 16px;
    color: #000; }
    .home:not(.fsDraftMode) .events-area header a:hover {
      text-decoration: underline; }
    @media (min-width: 1025px) {
      .home:not(.fsDraftMode) .events-area header a {
        color: #fff; } }
    @media (min-width: 1025px) {
      .home:not(.fsDraftMode) .events-area header a:after {
        content: "\ea3c";
        margin-left: 10px;
        font-family: "icomoon" !important;
        display: inline-block;
        float: right;
        font-weight: lighter; } }
  .home:not(.fsDraftMode) .events-area header h2 {
    padding: 20px 20px 60px;
    position: relative; }
    @media (min-width: 1025px) {
      .home:not(.fsDraftMode) .events-area header h2 {
        padding: 80px 40px 20px; } }
    .home:not(.fsDraftMode) .events-area header h2:after {
      position: absolute;
      content: "";
      display: block;
      width: 30px;
      left: 20px;
      bottom: 30px;
      height: 3px;
      background: white; }
      @media (min-width: 1025px) {
        .home:not(.fsDraftMode) .events-area header h2:after {
          left: 40px;
          bottom: 0; } }
  .home:not(.fsDraftMode) .events-area header .fsElementHeaderContent {
    position: absolute;
    bottom: 5px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (min-width: 1025px) {
      .home:not(.fsDraftMode) .events-area header .fsElementHeaderContent {
        display: block;
        -ms-transform: none;
        transform: none;
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 200px;
        padding: 20px 20px 0 40px; } }

.home:not(.fsDraftMode) .events-area article {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
  height: 500px;
  margin-bottom: 0; }
  .home:not(.fsDraftMode) .events-area article .fsThumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: none;
    max-width: none;
    top: 0;
    left: 0; }
    .home:not(.fsDraftMode) .events-area article .fsThumbnail img {
      display: none; }
  .home:not(.fsDraftMode) .events-area article .fsDateTime,
  .home:not(.fsDraftMode) .events-area article .fsTitle {
    color: #fff;
    display: block;
    background-color: rgba(98, 37, 157, 0.8);
    padding: 20px; }
    @media (min-width: 1025px) {
      .home:not(.fsDraftMode) .events-area article .fsDateTime,
      .home:not(.fsDraftMode) .events-area article .fsTitle {
        padding: 20px 40px; } }
  .home:not(.fsDraftMode) .events-area article .fsTitle {
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 700;
    position: relative;
    width: 100%;
    padding: 20px 40px 10px; }
    .home:not(.fsDraftMode) .events-area article .fsTitle:after {
      display: none; }
    .home:not(.fsDraftMode) .events-area article .fsTitle a {
      color: #fff; }
  .home:not(.fsDraftMode) .events-area article .fsDateTime {
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    min-height: 115px;
    line-height: 0.8em; }
    @media (min-width: 1025px) {
      .home:not(.fsDraftMode) .events-area article .fsDateTime {
        font-size: 30px; } }
    @media (min-width: 1281px) {
      .home:not(.fsDraftMode) .events-area article .fsDateTime {
        font-size: 50px; } }
  .home:not(.fsDraftMode) .events-area article .fsDate {
    top: auto;
    left: auto;
    text-align: left;
    height: auto;
    width: auto;
    color: white;
    background-color: rgba(98, 37, 157, 0.8);
    box-shadow: none;
    display: block;
    position: relative;
    bottom: auto;
    padding: 0px 40px;
    width: 100%;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    text-transform: uppercase; }
    .home:not(.fsDraftMode) .events-area article .fsDate > span,
    .home:not(.fsDraftMode) .events-area article .fsDate .fsDay {
      display: inline-block;
      font-size: 40px;
      line-height: 1.5em;
      font-weight: 500; }
    .home:not(.fsDraftMode) .events-area article .fsDate .fsMonth {
      width: 100px;
      overflow: hidden;
      height: 44px; }

.home:not(.fsDraftMode) .events-area .fsReadMoreLink {
  background-color: rgba(98, 37, 157, 0.8);
  padding: 20px;
  color: #fff;
  font-weight: 700;
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 1025px) {
    .home:not(.fsDraftMode) .events-area .fsReadMoreLink {
      padding: 20px 40px; } }
  .home:not(.fsDraftMode) .events-area .fsReadMoreLink:after {
    content: "\ea3c";
    margin-left: 10px;
    font-family: "icomoon" !important;
    display: inline-block;
    float: right;
    font-weight: lighter; }

.home:not(.fsDraftMode) .events-area .slick-arrow {
  border: 0;
  font-size: 0;
  outline: 0;
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: transparent; }
  .home:not(.fsDraftMode) .events-area .slick-arrow:hover:before {
    text-decoration: underline; }
  .home:not(.fsDraftMode) .events-area .slick-arrow:before {
    font-family: "icomoon", "Libre Franklin", sans-serif;
    font-size: 16px;
    opacity: 1;
    bottom: 30px;
    -ms-transform: none;
    transform: none;
    top: auto;
    font-weight: 700;
    position: absolute; }
  @media (min-width: 1025px) {
    .home:not(.fsDraftMode) .events-area .slick-arrow {
      width: 20%;
      bottom: auto;
      -ms-transform: none;
      transform: none;
      position: relative;
      display: inline-block;
      height: 500px; } }
  .home:not(.fsDraftMode) .events-area .slick-arrow.fsPrevButton {
    float: left; }
    .home:not(.fsDraftMode) .events-area .slick-arrow.fsPrevButton:before {
      content: "\e905"; }
    @media (min-width: 1025px) {
      .home:not(.fsDraftMode) .events-area .slick-arrow.fsPrevButton {
        background-color: #62259d; }
        .home:not(.fsDraftMode) .events-area .slick-arrow.fsPrevButton:before {
          content: "Previous Event      \e908";
          left: 40px;
          color: #fff; } }
  .home:not(.fsDraftMode) .events-area .slick-arrow.fsNextButton {
    float: right;
    right: 0; }
    .home:not(.fsDraftMode) .events-area .slick-arrow.fsNextButton:before {
      content: "\e904"; }
    @media (min-width: 1025px) {
      .home:not(.fsDraftMode) .events-area .slick-arrow.fsNextButton {
        right: auto;
        background: linear-gradient(to top, #f4f4f4 230px, white 0px); }
        .home:not(.fsDraftMode) .events-area .slick-arrow.fsNextButton:before {
          content: "\ea3c      Next Event";
          right: 40px; } }

.home:not(.fsDraftMode) .events-area .slick-slider {
  padding-bottom: 50px; }
  @media (min-width: 1025px) {
    .home:not(.fsDraftMode) .events-area .slick-slider {
      padding-bottom: 0; } }

.home:not(.fsDraftMode) .events-area .slick-slider {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0; }
  @media (min-width: 1025px) {
    .home:not(.fsDraftMode) .events-area .slick-slider {
      width: 60%;
      height: 500px; } }

@media (min-width: 1025px) {
  .home .quicklinks-slider {
    background-color: rgba(0, 0, 0, 0.8); } }

.home .quicklinks-slider .slick-track {
  background-color: #727476; }

.home .quicklinks-slider article {
  padding: 0 0 40px; }
  @media (min-width: 1025px) {
    .home .quicklinks-slider article {
      height: 900px;
      position: relative; } }
  @media (min-width: 1025px) {
    .home .quicklinks-slider article .article-inner {
      width: 40%;
      height: 900px;
      background-color: black;
      position: absolute;
      display: -ms-flexbox;
      display: flex;
      z-index: 10;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center; }
      .home .quicklinks-slider article .article-inner:before {
        content: "";
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.6);
        z-index: 0; } }
  .home .quicklinks-slider article img {
    display: none; }
  .home .quicklinks-slider article .fsThumbnail {
    display: block;
    height: 250px;
    background-size: cover;
    background-position: center;
    pointer-events: none;
    cursor: default; }
    @media (min-width: 1025px) {
      .home .quicklinks-slider article .fsThumbnail {
        position: absolute;
        width: 100vw;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1; } }
  .home .quicklinks-slider article .fsSummary,
  .home .quicklinks-slider article .fsTitle,
  .home .quicklinks-slider article .fsCategory {
    display: block;
    padding: 20px 40px;
    color: #fff; }
    @media (min-width: 1025px) {
      .home .quicklinks-slider article .fsSummary,
      .home .quicklinks-slider article .fsTitle,
      .home .quicklinks-slider article .fsCategory {
        padding: 20px 60px;
        position: relative; } }
    .home .quicklinks-slider article .fsSummary h5,
    .home .quicklinks-slider article .fsTitle h5,
    .home .quicklinks-slider article .fsCategory h5 {
      font-weight: 700;
      margin-bottom: 20px; }
    .home .quicklinks-slider article .fsSummary li,
    .home .quicklinks-slider article .fsTitle li,
    .home .quicklinks-slider article .fsCategory li {
      position: relative;
      list-style: none;
      margin-bottom: 10px;
      font-size: 18px; }
      .home .quicklinks-slider article .fsSummary li:before,
      .home .quicklinks-slider article .fsTitle li:before,
      .home .quicklinks-slider article .fsCategory li:before {
        font-size: 14px;
        content: "\e900";
        font-family: "icomoon" !important;
        position: absolute;
        left: -23px; }
  .home .quicklinks-slider article .fsTitle {
    font-size: 22px;
    line-height: 1.5em; }
    @media (min-width: 1025px) {
      .home .quicklinks-slider article .fsTitle {
        line-height: 1.25em;
        font-size: 40px; } }
    .home .quicklinks-slider article .fsTitle:after {
      position: absolute;
      content: "";
      background: #62259d;
      height: 3px;
      width: 100px;
      bottom: 0;
      left: 60px; }
  .home .quicklinks-slider article .fsStyleInlineList {
    margin: 0;
    padding: 0; }
  .home .quicklinks-slider article .fsCategory {
    text-transform: uppercase;
    font-weight: 700;
    display: table;
    padding: 10px;
    line-height: 1em;
    color: #fff;
    border: solid 1px #fff;
    font-size: 16px;
    margin: 20px 40px;
    color: #fff; }
    @media (min-width: 1025px) {
      .home .quicklinks-slider article .fsCategory {
        margin: 20px 60px; } }

.home .quicklinks-slider .slick-arrow {
  bottom: 20px;
  top: auto;
  width: 50px;
  padding: 0;
  margin: 0;
  -ms-transform: none;
  transform: none; }
  @media (min-width: 1025px) {
    .home .quicklinks-slider .slick-arrow {
      right: 62%;
      bottom: 35px;
      left: auto; }
      .home .quicklinks-slider .slick-arrow.fsLeftArrow {
        -ms-transform: none;
        transform: none;
        right: 65%; } }
  .home .quicklinks-slider .slick-arrow:before {
    color: #fff;
    -ms-transform: none;
    transform: none;
    right: auto;
    left: 0;
    font-size: 30px;
    width: 50px;
    opacity: 1;
    font-family: "icomoon" !important;
    position: absolute;
    top: 0;
    text-align: center; }
  .home .quicklinks-slider .slick-arrow.fsLeftArrow:before {
    content: "\e905"; }
  .home .quicklinks-slider .slick-arrow.fsRightArrow:before {
    content: "\e904"; }

.home .quicklinks-slider.fsSlideshow .fsElementSlideshow.slick-initialized {
  padding: 0;
  margin-bottom: 0; }

.home .social-container .feed-item,
.home .social-container article {
  width: 50%;
  max-width: none;
  float: left;
  margin-bottom: 0 !important;
  margin-bottom: 0;
  height: 250px;
  position: relative; }
  @media (min-width: 1025px) {
    .home .social-container .feed-item,
    .home .social-container article {
      width: 20%; } }

.home .social-container article {
  padding: 20px;
  line-height: 1.5em; }
  @media (min-width: 1025px) {
    .home .social-container article {
      padding: 40px; } }
  .home .social-container article.text-2, .home .social-container article.text-3 {
    background-color: #727476; }
    .home .social-container article.text-2 p, .home .social-container article.text-3 p {
      color: #fff; }
  .home .social-container article p {
    color: #383838;
    font-size: 14px;
    font-weight: 500; }

.home .social-container .juicer-feed.classic .j-meta {
  position: absolute;
  width: 25px;
  height: 25px;
  bottom: 10px;
  right: 10px;
  background: transparent;
  left: auto;
  top: auto;
  z-index: 2;
  padding: 0; }
  .home .social-container .juicer-feed.classic .j-meta ul {
    display: none; }

.home .social-container .juicer-feed.classic .j-text {
  padding: 10px;
  margin: 0;
  display: none; }

.home .social-container .juicer-feed.classic a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .home .social-container .juicer-feed.classic a.bg-img {
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 0 #000 inset; }
    .home .social-container .juicer-feed.classic a.bg-img:hover {
      box-shadow: 0px 0px 30px #000 inset; }

.home .fsComposeMode .fsContainer {
  height: auto;
  min-height: 500px;
  width: 100%; }

@keyframes scrollDown {
  0% {
    transform: translate(0, -10%); }
  50% {
    transform: translate(0, 60%); }
  100% {
    transform: translate(0, -10%); } }

.fsComposeMode .hero {
  height: auto !important; }

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

/*! pages - style-guide v0.0.1 */
.style-guide-page .fsPageTitle {
  margin-bottom: 1.875em; }

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  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: 80%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 40%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 20%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #383838;
      color: #383838; }
      .colors ol li:nth-of-type(1):after {
        content: "#383838"; }
    .colors ol li:nth-of-type(2) {
      background: #62259d;
      color: #62259d; }
      .colors ol li:nth-of-type(2):after {
        content: "#62259d"; }
    .colors ol li:nth-of-type(3) {
      background: #309361;
      color: #309361; }
      .colors ol li:nth-of-type(3):after {
        content: "#309361"; }
    .colors ol li:nth-of-type(4) {
      background: #796250 #ececec;
      color: #796250 #ececec; }
      .colors ol li:nth-of-type(4):after {
        content: "#796250 #ececec"; }
    .colors ol li:nth-of-type(5) {
      background: #666;
      color: #666; }
      .colors ol li:nth-of-type(5):after {
        content: "#666"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.3125em;
    padding: 0.3125em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "Droid Serif", Georgia, serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "Droid Serif, Georgia, serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "Libre Franklin", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "Libre Franklin, sans-serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(5) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(5):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(6) {
      font-family: "FontAwesome"; }
      .fonts ol li:nth-of-type(6):after {
        content: "FontAwesome"; }
    .fonts ol li:nth-of-type(7) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(7):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.headers h1:after {
  content: " size: 46px / line: 58px"; }

.headers h2:after {
  content: " size: 40px / line: 50px"; }

.headers h3:after {
  content: " size: 34px / line: 46px"; }

.headers h4:after {
  content: " size: 28px / line: 34px"; }

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

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

.gallery-container {
  margin-bottom: 0;
  width: 100%;
  position: relative; }
  .gallery-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .gallery-container > .fsElementContent > .fsElement:nth-child(2) {
      margin: 0 20px; }
  .gallery-container .featured-video,
  .gallery-container .featured-gallery,
  .gallery-container .grid-gallery,
  .gallery-container .grid-video {
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative; }
    .gallery-container .featured-video .fsElementHeaderContent,
    .gallery-container .featured-gallery .fsElementHeaderContent,
    .gallery-container .grid-gallery .fsElementHeaderContent,
    .gallery-container .grid-video .fsElementHeaderContent {
      padding: 9px 20px;
      z-index: 5;
      border: 1px solid white;
      text-transform: uppercase;
      color: white;
      font-size: 16px;
      font-weight: bold;
      line-height: 19px;
      display: table;
      position: absolute;
      left: 37px;
      top: 22px; }
  .gallery-container .featured-video,
  .gallery-container .featured-gallery {
    width: 50%;
    position: relative;
    height: 400px; }
    .gallery-container .featured-video > .fsElementContent,
    .gallery-container .featured-gallery > .fsElementContent {
      width: 50%;
      background-color: rgba(46, 46, 46, 0.8);
      height: 400px;
      display: table;
      position: relative;
      padding-top: 80px;
      padding-right: 40px;
      padding-left: 40px; }
      .gallery-container .featured-video > .fsElementContent h2,
      .gallery-container .featured-gallery > .fsElementContent h2 {
        font-size: 26px;
        font-weight: bold;
        line-height: 31px;
        color: white;
        position: relative;
        margin-bottom: 40px; }
        .gallery-container .featured-video > .fsElementContent h2:after,
        .gallery-container .featured-gallery > .fsElementContent h2:after {
          position: absolute;
          content: "";
          display: block;
          width: 30px;
          left: 0;
          bottom: -21px;
          height: 3px;
          background-color: white; }
      .gallery-container .featured-video > .fsElementContent p,
      .gallery-container .featured-gallery > .fsElementContent p {
        font-size: 22px;
        font-weight: 500;
        line-height: 26px;
        color: white;
        max-height: 55px; }
      .gallery-container .featured-video > .fsElementContent > .fsContent > footer,
      .gallery-container .featured-gallery > .fsElementContent > .fsContent > footer {
        position: absolute;
        bottom: 50px; }
        .gallery-container .featured-video > .fsElementContent > .fsContent > footer .fsElementFooterContent a,
        .gallery-container .featured-gallery > .fsElementContent > .fsContent > footer .fsElementFooterContent a {
          font-size: 16px;
          font-weight: bold;
          line-height: 19px;
          color: white;
          position: relative; }
          .gallery-container .featured-video > .fsElementContent > .fsContent > footer .fsElementFooterContent a:after,
          .gallery-container .featured-gallery > .fsElementContent > .fsContent > footer .fsElementFooterContent a:after {
            content: ' ';
            width: 30px;
            height: 25px;
            background: url("../images/play-button.svg") no-repeat center;
            background-size: contain;
            position: absolute;
            right: -100%;
            pointer-events: all;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
      .gallery-container .featured-video > .fsElementContent:after,
      .gallery-container .featured-gallery > .fsElementContent:after {
        content: ' ';
        position: absolute;
        opacity: 0.8;
        left: 100%;
        bottom: 0;
        border-style: solid;
        border-width: 20px 0 20px 20px;
        border-color: transparent transparent transparent #2e2e2e; }
  .gallery-container .grid-video,
  .gallery-container .grid-gallery {
    width: calc(25% - 10px);
    transition: all .3s;
    position: relative;
    height: 400px; }
    .gallery-container .grid-video > .fsElementContent,
    .gallery-container .grid-gallery > .fsElementContent {
      width: 100%;
      background-color: rgba(96, 38, 158, 0.8);
      height: 400px;
      display: table;
      position: relative;
      padding-top: 80px;
      padding-right: 40px;
      padding-left: 40px;
      transition: all .3s;
      margin-top: 285px; }
      .gallery-container .grid-video > .fsElementContent h2,
      .gallery-container .grid-gallery > .fsElementContent h2 {
        margin-top: -70px;
        font-size: 26px;
        font-weight: bold;
        line-height: 31px;
        color: white;
        transition: all .3s; }
      .gallery-container .grid-video > .fsElementContent p,
      .gallery-container .grid-gallery > .fsElementContent p {
        font-size: 22px;
        font-weight: 500;
        line-height: 26px;
        color: white; }
      .gallery-container .grid-video > .fsElementContent > .fsContent > footer,
      .gallery-container .grid-gallery > .fsElementContent > .fsContent > footer {
        position: absolute;
        bottom: 50px; }
        .gallery-container .grid-video > .fsElementContent > .fsContent > footer .fsElementFooterContent a,
        .gallery-container .grid-gallery > .fsElementContent > .fsContent > footer .fsElementFooterContent a {
          font-size: 16px;
          font-weight: bold;
          line-height: 19px;
          color: white;
          position: relative; }
          .gallery-container .grid-video > .fsElementContent > .fsContent > footer .fsElementFooterContent a:after,
          .gallery-container .grid-gallery > .fsElementContent > .fsContent > footer .fsElementFooterContent a:after {
            content: ' ';
            width: 30px;
            height: 25px;
            background: url("../images/play-button.svg") no-repeat center;
            background-size: contain;
            position: absolute;
            right: -100%;
            pointer-events: all;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .gallery-container .grid-video:hover > .fsElementContent, .gallery-container .grid-video:focus-within > .fsElementContent,
    .gallery-container .grid-gallery:hover > .fsElementContent,
    .gallery-container .grid-gallery:focus-within > .fsElementContent {
      margin-top: 0; }
      .gallery-container .grid-video:hover > .fsElementContent h2, .gallery-container .grid-video:focus-within > .fsElementContent h2,
      .gallery-container .grid-gallery:hover > .fsElementContent h2,
      .gallery-container .grid-gallery:focus-within > .fsElementContent h2 {
        margin-top: 0;
        position: relative;
        margin-bottom: 40px; }
        .gallery-container .grid-video:hover > .fsElementContent h2:after, .gallery-container .grid-video:focus-within > .fsElementContent h2:after,
        .gallery-container .grid-gallery:hover > .fsElementContent h2:after,
        .gallery-container .grid-gallery:focus-within > .fsElementContent h2:after {
          position: absolute;
          content: "";
          display: block;
          width: 30px;
          left: 0;
          bottom: -21px;
          height: 3px;
          background-color: white; }
  .gallery-container .featured-gallery > .fsElementContent > .fsContent > footer .fsElementFooterContent a:after,
  .gallery-container .grid-gallery > .fsElementContent > .fsContent > footer .fsElementFooterContent a:after {
    background: url("../images/gallery1.svg") no-repeat center;
    background-size: contain;
    right: -50%; }

@media (max-width: 1300px) {
  .gallery-container .fsElementContent {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px !important; }
  .featured-video,
  .featured-gallery {
    width: 100% !important; }
  .grid-video,
  .grid-gallery {
    width: calc(50% - 10px) !important;
    margin: 0 !important;
    margin-bottom: 20px !important; }
  .gallery-container .grid-video > .fsElementContent,
  .gallery-container .grid-gallery > .fsElementContent {
    margin-top: 320px; } }

@media (max-width: 600px) {
  .gallery-container .grid-video > .fsElementContent,
  .gallery-container .grid-gallery > .fsElementContent {
    margin-top: 285px; } }

@media (max-width: 1000px) {
  .grid-video,
  .grid-gallery {
    width: 100% !important; } }

@media (max-width: 600px) {
  .gallery-container .featured-video > .fsElementContent,
  .gallery-container .featured-gallery > .fsElementContent {
    width: 100% !important; } }

.gallery-slideshow img {
  width: 100%; }

.gallery-slideshow figcaption {
  padding: 40px 45px;
  background-color: #60269E;
  width: 100%; }
  .gallery-slideshow figcaption p {
    font-size: 26px;
    font-weight: 500;
    line-height: 31px;
    color: white;
    margin-bottom: 0; }

.gallery-slideshow li {
  width: 15px !important;
  height: 15px !important; }

.gallery-slideshow li button:before {
  background-color: white !important;
  border: 1px solid #60269E;
  opacity: 1 !important; }

.gallery-slideshow li.slick-active button:before {
  background-color: #60269E !important;
  opacity: 1; }

.news-container > header .fsElementTitle {
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center; }

.news-container .fsTabsNav {
  text-align: center;
  display: table;
  margin: 0 auto;
  margin-bottom: 20px; }
  .news-container .fsTabsNav li {
    margin: 0px 8.5px; }

.news-container .fsTabsNav li a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 19px;
  padding: 9px 15px;
  background-color: #60269E;
  color: white; }
  .news-container .fsTabsNav li a:hover, .news-container .fsTabsNav li a:focus {
    background-color: rgba(96, 38, 158, 0.7); }

.news-container .fsTabsNav li:after {
  display: none; }

.news-container .fsListItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.news-container .fsList article {
  width: calc(25% - 15px);
  height: 400px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden; }
  .news-container .fsList article .fsThumbnail {
    max-width: 100%; }
    .news-container .fsList article .fsThumbnail img {
      width: 100%;
      height: 400px;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
  .news-container .fsList article .article-wrapper {
    transition: all .3s;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 260px;
    left: 0;
    background: rgba(96, 38, 158, 0.8);
    padding-top: 27px;
    padding-right: 35px;
    padding-left: 35px; }
    .news-container .fsList article .article-wrapper a.fsReadMoreLink {
      position: absolute;
      bottom: 40px;
      font-size: 16px;
      font-weight: bold;
      line-height: 19px;
      color: white; }
      .news-container .fsList article .article-wrapper a.fsReadMoreLink:hover, .news-container .fsList article .article-wrapper a.fsReadMoreLink:focus {
        text-decoration: underline; }
      .news-container .fsList article .article-wrapper a.fsReadMoreLink:after {
        content: '\ea3c';
        font-family: 'icomoon' !important;
        position: absolute;
        right: -100%;
        pointer-events: all;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .news-container .fsList article .article-wrapper .fsTitle,
    .news-container .fsList article .article-wrapper .fsTitle a {
      font-size: 26px;
      font-weight: bold;
      line-height: 31px;
      color: white;
      position: relative;
      margin-bottom: 40px; }
      .news-container .fsList article .article-wrapper .fsTitle:hover, .news-container .fsList article .article-wrapper .fsTitle:focus,
      .news-container .fsList article .article-wrapper .fsTitle a:hover,
      .news-container .fsList article .article-wrapper .fsTitle a:focus {
        color: white !important;
        text-decoration: underline; }
      .news-container .fsList article .article-wrapper .fsTitle:after,
      .news-container .fsList article .article-wrapper .fsTitle a:after {
        position: absolute;
        content: "";
        display: none;
        width: 30px;
        left: 0;
        bottom: -21px;
        height: 3px;
        background-color: white; }
    .news-container .fsList article .article-wrapper .fsSummary p {
      font-size: 22px;
      font-weight: 500;
      line-height: 26px;
      color: white;
      max-height: 55px;
      visibility: hidden; }
  .news-container .fsList article .fsTags li {
    padding: 9px 20px;
    z-index: 5;
    border: 1px solid white;
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    display: table;
    position: absolute;
    left: 37px;
    top: 22px;
    margin-right: 10px;
    background: transparent; }
  .news-container .fsList article:hover > .article-wrapper, .news-container .fsList article:focus-within > .article-wrapper {
    top: 0;
    padding-top: 84px; }
    .news-container .fsList article:hover > .article-wrapper .fsTitle, .news-container .fsList article:focus-within > .article-wrapper .fsTitle {
      position: relative;
      margin-bottom: 40px; }
      .news-container .fsList article:hover > .article-wrapper .fsTitle:after, .news-container .fsList article:focus-within > .article-wrapper .fsTitle:after {
        position: absolute;
        content: "";
        display: block;
        width: 30px;
        left: 0;
        bottom: -21px;
        height: 3px;
        background-color: white; }
    .news-container .fsList article:hover > .article-wrapper .fsSummary p, .news-container .fsList article:focus-within > .article-wrapper .fsSummary p {
      visibility: visible; }

.news-container .fsList article.fsFeaturedPost {
  width: calc(50% - 10px); }
  .news-container .fsList article.fsFeaturedPost .article-wrapper {
    width: calc(50% - 10px);
    top: 0;
    background: rgba(46, 46, 46, 0.8);
    padding-top: 84px !important; }
    .news-container .fsList article.fsFeaturedPost .article-wrapper:after {
      content: ' ';
      position: absolute;
      opacity: 0.8;
      left: 100%;
      bottom: 0;
      border-style: solid;
      border-width: 20px 0 20px 20px;
      border-color: transparent transparent transparent #2e2e2e; }
    .news-container .fsList article.fsFeaturedPost .article-wrapper .fsTitle:after {
      display: block; }
  .news-container .fsList article.fsFeaturedPost .fsSummary p {
    visibility: visible; }

.news-container .fsList article:not(.fsFeaturedPost):nth-child(1) {
  -ms-flex-order: 1;
  order: 1; }

.news-container .fsList article:not(.fsFeaturedPost):nth-child(2) {
  -ms-flex-order: 2;
  order: 2; }

.news-container .fsList article:not(.fsFeaturedPost):nth-child(3) {
  -ms-flex-order: 3;
  order: 3; }

.news-container .fsList article:not(.fsFeaturedPost):nth-child(4) {
  -ms-flex-order: 4;
  order: 4; }

.news-container .fsList article:not(.fsFeaturedPost):nth-child(5) {
  -ms-flex-order: 7;
  order: 7; }

.news-container .fsList article:not(.fsFeaturedPost):nth-child(6) {
  -ms-flex-order: 8;
  order: 8; }

.news-container .fsList article.fsFeaturedPost:nth-child(1) {
  -ms-flex-order: 0;
  order: 0; }

.news-container .fsList article.fsFeaturedPost:nth-child(2) {
  -ms-flex-order: 5;
  order: 5; }

.news-container .fsList article.fsFeaturedPost:nth-child(3) {
  -ms-flex-order: 6;
  order: 6; }

article.noThumbnail {
  border: 5px solid #60269E; }
  article.noThumbnail .article-wrapper {
    background-color: white !important; }
    article.noThumbnail .article-wrapper .fsTitle,
    article.noThumbnail .article-wrapper .fsTitle a {
      color: #60269E !important; }
    article.noThumbnail .article-wrapper .fsTitle a:hover {
      text-decoration: underline; }
    article.noThumbnail .article-wrapper .fsSummary p {
      color: #60269E !important; }
    article.noThumbnail .article-wrapper a.fsReadMoreLink {
      color: #60269E !important; }
      article.noThumbnail .article-wrapper a.fsReadMoreLink:after {
        color: #60269E !important; }
  article.noThumbnail .fsTags li {
    color: #60269E !important;
    border: 1px solid #60269E !important; }

@media (max-width: 1300px) {
  .news-container .fsListItems {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px !important; }
  .news-container article {
    width: calc(50% - 10px) !important;
    margin: 0 !important;
    margin-bottom: 20px !important; }
  .news-container article.fsFeaturedPost {
    width: 100% !important; }
  .article-wrapper {
    top: 320px; } }

@media (max-width: 600px) {
  .news-container .fsTabsNav {
    display: none; }
  .news-container .article-wrapper {
    top: 285px; } }

@media (max-width: 1000px) {
  .news-container article {
    width: 100% !important; } }

@media (max-width: 600px) {
  .news-container article .article-wrapper {
    width: 100% !important; } }

.announcements-slideshow {
  background-color: #ECECEC;
  position: relative;
  margin-bottom: -80px !important; }
  .announcements-slideshow:before {
    content: ' ';
    height: 100%;
    width: 100px;
    position: absolute;
    background-color: #ECECEC;
    right: 100%;
    top: 0; }
  .announcements-slideshow:after {
    content: ' ';
    height: 100%;
    width: 100px;
    position: absolute;
    background-color: #ECECEC;
    left: 100%;
    top: 0; }
  .announcements-slideshow > header {
    padding-top: 35px;
    text-align: center;
    background-color: #ECECEC; }
    .announcements-slideshow > header h2 {
      margin-bottom: 35px;
      font-size: 22px;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 26px;
      color: #60269E; }
  .announcements-slideshow .slick-slider {
    background-color: #ECECEC;
    text-align: center;
    padding-bottom: 44px; }
  .announcements-slideshow .slick-slide p {
    max-width: 665px;
    margin: 0 auto; }
  .announcements-slideshow .slick-slide header h2 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    color: #2E2E2E;
    text-transform: none; }
  .announcements-slideshow .slick-slide .slick-dots {
    display: none; }
  .announcements-slideshow .slick-dots {
    list-style-type: none; }
    .announcements-slideshow .slick-dots li {
      display: inline-block;
      margin: 0 5px; }
      .announcements-slideshow .slick-dots li button {
        cursor: pointer;
        font-size: 0;
        border: 0;
        border-radius: 100%;
        padding: 0;
        height: 15px;
        width: 15px;
        border: 1px solid #60269E;
        background: #ECECEC; }
    .announcements-slideshow .slick-dots li.slick-active button {
      background: #60269E; }

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-container {
  overflow: hidden; }

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none; }

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast; }

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0; }

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block; }

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important; }

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y; }

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom; }

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none; }

.leaflet-container {
  -webkit-tap-highlight-color: transparent; }

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4); }

.leaflet-tile {
  filter: inherit;
  visibility: hidden; }

.leaflet-tile-loaded {
  visibility: inherit; }

.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800; }

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none; }

.leaflet-pane {
  z-index: 400; }

.leaflet-tile-pane {
  z-index: 200; }

.leaflet-overlay-pane {
  z-index: 400; }

.leaflet-shadow-pane {
  z-index: 500; }

.leaflet-marker-pane {
  z-index: 600; }

.leaflet-tooltip-pane {
  z-index: 650; }

.leaflet-popup-pane {
  z-index: 700; }

.leaflet-map-pane canvas {
  z-index: 100; }

.leaflet-map-pane svg {
  z-index: 200; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px; }

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute; }

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none; }

.leaflet-top {
  top: 0; }

.leaflet-right {
  right: 0; }

.leaflet-bottom {
  bottom: 0; }

.leaflet-left {
  left: 0; }

.leaflet-control {
  float: left;
  clear: both; }

.leaflet-right .leaflet-control {
  float: right; }

.leaflet-top .leaflet-control {
  margin-top: 10px; }

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px; }

.leaflet-left .leaflet-control {
  margin-left: 10px; }

.leaflet-right .leaflet-control {
  margin-right: 10px; }

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity; }

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear; }

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1; }

.leaflet-zoom-animated {
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none; }

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden; }

/* cursors */
.leaflet-interactive {
  cursor: pointer; }

.leaflet-grab {
  cursor: grab; }

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair; }

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto; }

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing; }

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none; }

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0; }

.leaflet-container a {
  color: #0078A8; }

.leaflet-container a.leaflet-active {
  outline: 2px solid orange; }

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5); }

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px; }

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black; }

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block; }

.leaflet-bar a:hover {
  background-color: #f4f4f4; }

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none; }

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb; }

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px; }

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px; }

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px; }

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px; }

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px; }

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px; }

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none; }

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative; }

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff; }

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px; }

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px; }

.leaflet-control-layers label {
  display: block; }

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px; }

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png); }

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0; }

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333; }

.leaflet-control-attribution a {
  text-decoration: none; }

.leaflet-control-attribution a:hover {
  text-decoration: underline; }

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px; }

.leaflet-left .leaflet-control-scale {
  margin-left: 5px; }

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5); }

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px; }

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777; }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none; }

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px; }

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px; }

.leaflet-popup-content {
  margin: 7px 19px;
  line-height: 1.4; }

.leaflet-popup-content p {
  margin: 18px 0; }

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none; }

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent; }

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999; }

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1; }

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); }

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px; }

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999; }

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666; }

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto; }

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: ""; }

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px; }

.leaflet-tooltip-top {
  margin-top: -6px; }

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px; }

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff; }

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff; }

.leaflet-tooltip-left {
  margin-left: -6px; }

.leaflet-tooltip-right {
  margin-left: 6px; }

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px; }

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff; }

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff; }

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  .fsThumbnail {
    display: none !important; }
  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100%; }
  html {
    font-size: 100%;
    /* for IE */ }
  body {
    font-size: 62.5%; }
  #fsHeader {
    border-bottom: 2px solid #000; }
    #fsHeader .site-name {
      margin-top: 0;
      font-weight: normal;
      font-size: 46px;
      line-height: 58px;
      margin-bottom: 16px; }
  * {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    min-height: auto !important;
    height: auto !important; }
  a, a:visited {
    text-decoration: underline; }
  dl dd {
    margin-left: 0; }
  div, dl, li {
    height: auto !important;
    height: 1%; }
  thead {
    display: table-header-group; }
  tr, img, h2, h3, pre, blockquote {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; } }

html {
  background: white; }

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

#fsBannerRight {
  background-color: white; }

#fsBannerRight p,
#fsBannerRight a,
#fsBannerRight .fsElementContent {
  color: inherit; }

@media (min-width: 700px) {
  #fsBannerRight {
    padding-left: 20px; } }

.nav-sub ul li.fsNavCurrentPageAncestor.fsNavParentPage {
  border-left: none; }

.nav-sub ul li.fsNavCurrentPage > a {
  background-color: #055E31; }

.nav-sub ul li a:hover {
  background-color: #055E31; }

@media (max-width: 799px) {
  .nav-sub > header > .fsElementTitle:after {
    border: solid 2px #055E31; } }

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

@media (min-width: 640px) and (max-width: 700px) {
  .nav-sub {
    margin-top: 45px; } }

@media (min-width: 1025px) {
  .primary .fsNavLevel1 li.fsNavParentPage {
    padding-top: 10vh !important; } }

@media (max-width: 1024px) {
  .primary ul.fsNavLevel2:after {
    left: 10px; } }

.primary:after {
  display: none; }
  @media (max-width: 1023px) {
    .primary:after {
      display: block; } }

@media (min-width: 641px) {
  .site-info-container a {
    background: url("../images/districts/_GibGate/horizontal-logo.svg") no-repeat 0 50%/contain;
    width: 225px; } }

.menu-button {
  height: auto;
  float: right;
  display: inline-block;
  position: relative;
  margin-top: 10px;
  margin-bottom: 0px; }

@media (min-width: 641px) {
  .menu-button {
    height: 50px;
    float: right;
    display: inline-block;
    position: relative;
    margin-top: 25px; } }

.menu-button button {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0 10px;
  outline: 0;
  float: left;
  background-color: transparent;
  transition: all 0.3s;
  position: relative; }

.menu-button button.portals:before {
  font-family: "icomoon" !important;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  text-shadow: 1px 0 0 #fff;
  font-size: 24px;
  text-shadow: 1px 0 0 #fff; }

.menu-button button.portals.login:before {
  content: "\e901"; }

.menu-button button.portals.contact:before {
  content: "\e907";
  font-size: 28px;
  top: 3px;
  position: relative; }

.menu-button button a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.menu-button button.drawer-trigger {
  position: relative; }

.menu-button button.drawer-trigger:hover {
  border-radius: 50%;
  background-color: rgba(46, 18, 74, 0.5); }

.menu-button button.search-trigger {
  position: relative; }

.menu-button button.search-trigger:after, .menu-button button.search-trigger:before {
  content: "";
  position: absolute; }

.menu-button button.search-trigger:before {
  background-color: #fff;
  width: 10px;
  height: 2px;
  top: 29px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 14px; }

.menu-button button.search-trigger:after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 2px #fff;
  top: 10px;
  left: 11px; }

.search-is-active .menu-button button.search-trigger span {
  opacity: 1;
  font-size: 17px; }

.menu-button button.search-trigger span {
  color: #fff;
  bottom: 100%;
  position: absolute;
  font-weight: 100;
  text-align: center;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  font-size: 0;
  transition: all 0.3s ease-in-out; }

.menu-button .fsElementHeaderContent {
  display: inline-block; }

.menu-button a.instagram-link {
  width: 26px;
  height: 26px;
  margin: 9px 20px;
  background: url("../images/districts/_GibGate/instagram-logo.svg") no-repeat center;
  background-size: cover;
  font-size: 0;
  transition: all .3s;
  display: inline-block;
  float: left; }
  .menu-button a.instagram-link:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .menu-button a.instagram-link:focus-within {
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.menu-button a.login-link {
  width: 26px;
  height: 26px;
  margin: 9px 20px;
  position: relative;
  display: inline-block;
  font-size: 0;
  float: left; }
  .menu-button a.login-link:before {
    content: "\e901";
    font-family: 'icomoon' !important;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: white;
    display: block;
    transition: all .3s; }
  .menu-button a.login-link:hover:before {
    font-size: 27px; }
  .menu-button a.login-link:focus-within:before {
    font-size: 27px; }

.menu-button a.contactus-link {
  width: 26px;
  height: 26px;
  margin: 9px 20px;
  position: relative;
  display: inline-block;
  font-size: 0;
  float: left; }
  .menu-button a.contactus-link:before {
    content: "\e907";
    font-family: 'icomoon' !important;
    position: absolute;
    left: 50%;
    top: 55%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 29px;
    color: white;
    display: block;
    transition: all .3s; }
  .menu-button a.contactus-link:hover:before {
    font-size: 32px; }
  .menu-button a.contactus-link:focus-within:before {
    font-size: 32px; }

.menu-button img,
.menu-button button {
  transition: all .2s; }
  .menu-button img:before, .menu-button img:after,
  .menu-button button:before,
  .menu-button button:after {
    transition: all .2s; }

.menu-button button.instagram-login:hover img {
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.menu-button button.instagram-login:focus-within img {
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.menu-button button.portals.login:hover:before {
  font-size: 27px; }

.menu-button button.portals.login:focus-within:before {
  font-size: 27px; }

.menu-button button.portals.contact:hover:before, .menu-button button.portals.contact:hover:after {
  font-size: 31px; }

.menu-button button.portals.contact:focus-within:before, .menu-button button.portals.contact:focus-within:after {
  font-size: 31px; }

.menu-button button.search-trigger:focus-within {
  outline: #4d90fe auto 5px; }

.menu-button button.search-trigger:hover {
  cursor: pointer; }
  .menu-button button.search-trigger:hover:before {
    width: 12px;
    height: 2px;
    top: 32px;
    right: 10px; }
  .menu-button button.search-trigger:hover:after {
    width: 22px;
    height: 22px; }

.menu-button button.search-trigger:focus-within {
  cursor: pointer; }
  .menu-button button.search-trigger:focus-within:before {
    width: 12px;
    height: 2px;
    top: 32px;
    right: 10px; }
  .menu-button button.search-trigger:focus-within:after {
    width: 22px;
    height: 22px; }

.home.sticky-header-active #fsHeader {
  background-color: #055E31; }

#fsHeader {
  background-color: #055E31; }

.menu-button button.drawer-trigger:hover {
  background-color: rgba(15, 150, 86, 0.5);
  border-radius: 50%; }

.menu-button button.drawer-trigger:focus-within {
  background-color: rgba(15, 150, 86, 0.5);
  border-radius: 50%; }

.primary a:hover {
  background-color: #055E31; }

body.drawer-is-active #fsHeader {
  background-color: transparent; }

@media (max-width: 550px) {
  .menu-button button {
    margin: 0; } }

.general-breadcrumb {
  margin-top: 45px; }
  .general-breadcrumb a:hover {
    text-decoration: underline; }
  .general-breadcrumb a:focus-within {
    text-decoration: underline; }
  @media (max-width: 700px) {
    .general-breadcrumb {
      display: none; } }

.skip-link {
  margin: 0px; }
  .skip-link a {
    position: absolute;
    top: -100px;
    left: 0px;
    color: white;
    padding: 6px 20px;
    background: transparent;
    transition: top 0.4s ease-out, background 1s linear;
    z-index: 9999; }
    .skip-link a:hover, .skip-link a:focus {
      background: #055E31;
      top: 0; }

.main-search {
  background-color: rgba(5, 94, 49, 0.95); }
  .main-search label {
    font-size: 0;
    visibility: hidden;
    opacity: 0; }

.main-search.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  background-color: rgba(5, 94, 49, 0.95); }

.main-search.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover:after {
  color: #055E31; }

.home .hero .fsMediaCustomPlayer .slick-prev.slick-arrow,
.home .hero .fsMediaCustomPlayer .slick-next.slick-arrow {
  display: none !important; }

.home .hero .fsMediaCustomPlayer .slick-dots li button:focus-within {
  outline: 1px dotted white; }

.home .fsMediaCustomPlayer:before {
  display: none; }

.home .fsMediaCustomPlayer .slick-slide:nth-child(2) .caption-wrapper {
  visibility: hidden !important;
  opacity: 0 !important;
  transition: all .3s; }

.home .fsMediaCustomPlayer .slick-slide:nth-child(2):before {
  content: ' ';
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, #0F9656 0%, #006937 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.65;
  transition: all .3s; }

.home .fsMediaCustomPlayer .slick-slide .caption-wrapper {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: radial-gradient(ellipse at center, #0F9656 0%, #006937 100%);
  transition: all .3s; }
  .home .fsMediaCustomPlayer .slick-slide .caption-wrapper .caption-title {
    margin-bottom: 30px;
    font-size: 37px;
    font-weight: bold; }
  .home .fsMediaCustomPlayer .slick-slide .caption-wrapper .caption-desc {
    max-width: 450px;
    display: table;
    margin: 0 auto; }
    .home .fsMediaCustomPlayer .slick-slide .caption-wrapper .caption-desc p {
      font-size: 17px;
      font-weight: bold;
      line-height: 24px; }

.home .hero .fsContent.scroll-down-container {
  visibility: hidden; }

.home .fsMediaCustomPlayer .slick-dots {
  display: block !important;
  left: 60px;
  z-index: 500;
  -ms-transform: none;
  transform: none;
  bottom: 25px; }

.fsCustomSlider .slick-dots button {
  border: 2px solid #fff; }
  .fsCustomSlider .slick-dots button:hover {
    cursor: pointer; }
  .fsCustomSlider .slick-dots button:focus-within {
    cursor: pointer; }

.first-slide-welcome.hidden {
  visibility: hidden;
  opacity: 0; }

.first-slide-welcome {
  visibility: visible;
  opacity: 1;
  transition: all .3s; }

@media (max-width: 599px) {
  .home .fsMediaCustomPlayer .slick-dots {
    display: none !important; } }

body.fsAccountBarVisible .useful {
  bottom: 45px; }

.banner-image {
  margin-bottom: 0;
  border-bottom: 20px solid #055E31; }

#mapid {
  height: 173px; }

.campus-map .map-wrapper .map-container > .fsElementContent img {
  opacity: 0 !important; }

.campus-map .map-wrapper .map-container > header {
  display: none; }

.campus-map .contact-container header h2:after {
  background-color: white; }

.footer-map {
  width: 285px;
  height: 175px;
  margin-bottom: 20px !important; }
  .footer-map a {
    color: #000 !important; }

.frensham-schools-container {
  position: relative; }
  .frensham-schools-container h2.fsElementTitle {
    font-weight: 700;
    display: table;
    padding: 10px !important;
    line-height: 1em;
    color: #fff;
    border: solid 1px #fff;
    font-size: 16px !important;
    text-transform: uppercase; }
    .frensham-schools-container h2.fsElementTitle:after {
      display: none !important; }
  .frensham-schools-container:after {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    left: 0;
    bottom: -5px;
    height: 3px;
    background-color: white; }

.school-details-container {
  background-color: #262626;
  padding-bottom: 40px; }
  .school-details-container a:hover {
    text-decoration: underline !important; }
  .school-details-container a:focus-within {
    text-decoration: underline !important; }

.employment-opportunities {
  margin-top: 20px; }
  .employment-opportunities a {
    font-weight: 600; }

.campus-map .map-wrapper .map-container > .fsElementContent img {
  opacity: 1; }

#fsFooter {
  background-color: #727476; }

#fsPoweredByFinalsite {
  background-color: #2E2E2E;
  opacity: 1 !important;
  position: relative;
  width: 100%; }
  #fsPoweredByFinalsite > div {
    display: block;
    width: 100%;
    height: 100%; }
    #fsPoweredByFinalsite > div a {
      height: 22px;
      text-align: center;
      margin: 29px auto;
      width: 133px;
      display: block;
      transition: all .3s; }
      #fsPoweredByFinalsite > div a:hover {
        background: rgba(255, 255, 255, 0.2); }
      #fsPoweredByFinalsite > div a:focus-within {
        background: rgba(255, 255, 255, 0.2); }

@media (max-width: 1000px) {
  .school-details-container p span {
    display: block; } }

h2 {
  font-size: 40px;
  line-height: 58px; }

h3 {
  font-size: 34px;
  line-height: 46px; }

h4 {
  font-size: 28px;
  line-height: 34px; }

h5 {
  font-size: 22px;
  line-height: 30px; }

h6 {
  font-size: 16px;
  line-height: 24px; }

.fsPageTitle {
  border-bottom: 3px solid #055E31; }

p a {
  color: #055E31;
  font-weight: 600; }
  p a:hover {
    color: #055E31;
    text-decoration: underline; }
  p a:focus-within {
    color: #055E31;
    text-decoration: underline; }

.fsElementTitle {
  color: #055E31; }

blockquote:before {
  color: #055E31;
  font-family: "Libre Franklin";
  z-index: 3;
  left: 65px; }

blockquote:after {
  left: 61px;
  content: ' ';
  width: 55px;
  height: 30px;
  position: absolute;
  background-color: white;
  top: -7px;
  z-index: 0; }

cite:before {
  content: ' ';
  display: none; }

blockquote p cite {
  color: #343B41;
  font-size: 14px;
  line-height: 19px; }

.callout,
.fs_style_30 {
  border: 5px solid #055E31;
  box-shadow: 5px 5px 0 0 #E9E9E9;
  padding: 20px;
  background: #fff; }

.fs_style_30 {
  display: table; }

.custom-callout {
  position: relative;
  padding: 30px;
  background-color: #055E31;
  overflow: hidden;
  margin: 0px 0px 40px 0px; }
  .custom-callout > header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .custom-callout > header .fsElementTitle {
      margin-top: 0;
      color: white;
      font-size: 28px;
      line-height: 34px;
      margin-bottom: 15px;
      font-weight: normal; }
    .custom-callout > header > .fsElementHeaderContent {
      width: calc(100% + 60px);
      margin-top: -30px;
      margin-left: -30px;
      margin-bottom: 25px;
      height: 400px;
      position: relative;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .custom-callout > .fsElementContent p {
    color: white !important;
    font-size: 16px;
    line-height: 27px;
    margin: 0px;
    margin-bottom: 15px; }

.custom-callout.left {
  position: relative;
  padding: 30px;
  padding-left: calc(50% + 30px);
  min-height: 300px;
  background-color: #055E31; }
  @media (max-width: 1199px) {
    .custom-callout.left {
      padding: 30px !important; } }
  .custom-callout.left .fsElementHeaderContent {
    position: absolute;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0; }
    @media (max-width: 1199px) {
      .custom-callout.left .fsElementHeaderContent {
        width: calc(100% + 60px);
        margin-top: -30px;
        margin-left: -30px;
        margin-bottom: 25px;
        height: 300px;
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; } }
  .custom-callout.left > .fsElementContent p {
    color: white; }
  .custom-callout.left > header > .fsElementTitle {
    color: white; }

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

.custom-callout.right {
  position: relative;
  padding: 30px;
  padding-right: calc(50% + 30px);
  min-height: 300px;
  background-color: #055E31; }
  @media (max-width: 1199px) {
    .custom-callout.right {
      padding: 30px !important; } }
  .custom-callout.right .fsElementHeaderContent {
    position: absolute;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    left: inherit;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0; }
    @media (max-width: 1199px) {
      .custom-callout.right .fsElementHeaderContent {
        width: calc(100% + 60px);
        margin-top: -30px;
        margin-left: -30px;
        margin-bottom: 25px;
        height: 300px;
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; } }
  .custom-callout.right > .fsElementContent p {
    color: white; }
  .custom-callout.right > header > .fsElementTitle {
    color: white; }

.fsBannerRight .callout {
  padding: 30px 20px !important;
  margin: 0px 0px 80px 0px; }

.fsBannerRight .custom-callout {
  padding: 20px;
  margin: 0px 0px 80px 0px; }
  .fsBannerRight .custom-callout > header > .fsElementHeaderContent {
    height: 200px; }

.fsBannerRight .custom-callout.left {
  padding: 20px !important; }
  .fsBannerRight .custom-callout.left > header > .fsElementHeaderContent {
    width: calc(100% + 40px);
    margin-top: -20px;
    margin-left: -20px;
    margin-bottom: 25px;
    height: 300px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.fsBannerRight .custom-callout.right {
  padding: 20px !important; }
  .fsBannerRight .custom-callout.right > header > .fsElementHeaderContent {
    width: calc(100% + 40px);
    margin-top: -20px;
    margin-left: -20px;
    margin-bottom: 25px;
    height: 300px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
  background-color: #DCF3E7;
  box-shadow: 5px 5px 0 0 #055E31; }

.fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
  color: white !important; }

.fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
  color: #383838; }

.fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
  border-bottom: none;
  border-right: solid 2px #055E31;
  box-shadow: 3px 4px 0 #055E31; }

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

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background-color: #5B7B6C;
  box-shadow: 5px 5px 0 0 #055E31; }

.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: ' ';
  background: url("../images/districts/_GibGate/green-triangle.svg") no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  transition: all .3s;
  top: calc(50% - 10px);
  right: 30px; }

.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: ' ';
  background: url("../images/districts/_GibGate/white-triangle.svg") no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  transition: all .3s;
  top: calc(50% - 10px);
  right: 30px; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2 a:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2 a:before {
  content: ' ';
  width: 1px;
  height: 70%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 79px;
  background-color: #055E31;
  position: absolute; }

.fsAccordion .fsPanel.fsStateOpen > header h2 a:before, .fsTabs .fsPanel.fsStateOpen > header h2 a:before {
  background-color: white; }

table.fs_style_29 {
  text-align: left; }

table.fs_style_29 td,
table.fs_style_29 th {
  padding: 20px 13px; }

table.fs_style_29 th {
  font-weight: 600;
  background-color: #055E31; }

table.fs_style_29 tr {
  border-bottom: solid 2px #ddd; }

table.fs_style_29 {
  display: block;
  position: relative;
  overflow-x: auto; }

.fsTabs .fsTabsNav li a {
  margin-bottom: 0;
  line-height: inherit; }

.fsTabs .fsTabsNav li.fsStateSelected a {
  background-color: #055E31; }

.fsTabs .fsTabsNav li:after {
  background: linear-gradient(to top, #055E31 0%, #055E31 100%); }

.fs_style_31,
.fs_style_33 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #055E31;
  color: white !important;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  text-decoration: none;
  text-align: center;
  padding: 13px 20px; }
  .fs_style_31:hover, .fs_style_31:focus,
  .fs_style_33:hover,
  .fs_style_33:focus {
    background: #0B7841;
    color: white !important;
    text-decoration: none; }
  .fs_style_31 em,
  .fs_style_33 em {
    margin-top: 6px;
    display: block;
    font-style: normal;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    opacity: 0.85; }

.fs_style_32,
.fs_style_34 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #572192;
  color: white !important;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  text-decoration: none;
  text-align: center;
  padding: 13px 20px; }
  .fs_style_32:hover, .fs_style_32:focus,
  .fs_style_34:hover,
  .fs_style_34:focus {
    background: #6C2BB4;
    color: white !important;
    text-decoration: none; }
  .fs_style_32 em,
  .fs_style_34 em {
    margin-top: 6px;
    display: block;
    font-style: normal;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    opacity: 0.85; }

.fs_style_31,
.fs_style_32 {
  min-width: 168px; }

.fs_style_33,
.fs_style_34 {
  min-width: 300px;
  padding-top: 25px;
  padding-bottom: 26px; }

.fs_style_35 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #055E31;
  color: white !important;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  text-decoration: none;
  text-align: center;
  padding: 13px 20px;
  border: 1px solid white; }
  .fs_style_35:hover, .fs_style_35:focus {
    background: white;
    color: white !important;
    text-decoration: none; }
  .fs_style_35 em {
    margin-top: 6px;
    display: block;
    font-style: normal;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    opacity: 0.85; }
  .fs_style_35:hover, .fs_style_35:focus {
    color: #055E31 !important; }

.button-on-dark-box {
  background-color: #055E31;
  display: table;
  padding: 23px 0;
  width: 300px;
  text-align: center; }

.fs_style_36 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #055E31;
  color: white !important;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  text-decoration: none;
  text-align: center;
  padding: 13px 20px;
  min-width: 100%;
  width: 100%;
  padding-left: 50px;
  -moz-text-align-last: left;
  text-align-last: left;
  position: relative;
  margin-bottom: 6px; }
  .fs_style_36:hover, .fs_style_36:focus {
    background: #0B7841;
    color: white !important;
    text-decoration: none; }
  .fs_style_36 em {
    margin-top: 6px;
    display: block;
    font-style: normal;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    opacity: 0.85; }
  .fs_style_36:before {
    content: ' ';
    position: absolute;
    width: 15px;
    height: 15px;
    background: url("../images/districts/_GibGate/download.svg") no-repeat center;
    background-size: contain;
    left: 17.5px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.fs_style_37 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #055E31;
  color: white !important;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  text-decoration: none;
  text-align: center;
  padding: 13px 20px;
  min-width: 100%;
  width: 100%;
  padding-left: 50px;
  -moz-text-align-last: left;
  text-align-last: left;
  position: relative;
  margin-bottom: 6px; }
  .fs_style_37:hover, .fs_style_37:focus {
    background: #0B7841;
    color: white !important;
    text-decoration: none; }
  .fs_style_37 em {
    margin-top: 6px;
    display: block;
    font-style: normal;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    opacity: 0.85; }
  .fs_style_37:before {
    content: ' ';
    position: absolute;
    width: 15px;
    height: 15px;
    background: url("../images/districts/_GibGate/link.svg") no-repeat center;
    background-size: contain;
    left: 17.7px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

body.style-guide-page .fs_style_36 {
  margin-top: 20px;
  margin-bottom: -15px; }

body.style-guide-page .fs_style_37 {
  margin-bottom: 20px; }

.custom-quicklink {
  padding: 45px 30px;
  border: 5px solid #055E31;
  background-color: #055E31;
  width: 100%;
  max-width: 300px;
  height: 300px;
  display: block;
  transition: all .3s;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .custom-quicklink .fsElementTitle {
    color: white;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    position: relative; }
    @media (max-width: 1400px) {
      .custom-quicklink .fsElementTitle {
        font-size: 24px;
        line-height: 28px; } }
    .custom-quicklink .fsElementTitle:after {
      content: ' ';
      height: 3px;
      width: 30px;
      background-color: white;
      bottom: -21px;
      left: 0;
      position: absolute;
      display: block; }
  .custom-quicklink p {
    margin-top: 25px;
    font-size: 19px;
    font-weight: 500;
    color: #e6f2f5; }
    @media (min-width: 1025px) {
      .custom-quicklink p {
        height: 150px; } }
  .custom-quicklink .fsElementFooterContent a {
    font-weight: bold;
    color: white !important;
    height: 100%;
    width: 100%; }
    .custom-quicklink .fsElementFooterContent a:before {
      content: ' ';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      pointer-events: all; }
    .custom-quicklink .fsElementFooterContent a:after {
      content: '\ea3c';
      font-family: 'icomoon' !important;
      color: white;
      position: absolute;
      right: 45px;
      font-weight: bold; }
  .custom-quicklink:hover {
    background-color: white; }
    .custom-quicklink:hover .fsElementTitle {
      color: #055E31; }
      .custom-quicklink:hover .fsElementTitle:after {
        background-color: #055E31; }
    .custom-quicklink:hover .fsElementFooterContent a {
      color: #055E31 !important; }
      .custom-quicklink:hover .fsElementFooterContent a:after {
        color: #055E31; }
  .custom-quicklink:focus-within {
    background-color: white; }
    .custom-quicklink:focus-within .fsElementTitle {
      color: #055E31; }
      .custom-quicklink:focus-within .fsElementTitle:after {
        background-color: #055E31; }
    .custom-quicklink:focus-within .fsElementFooterContent a {
      color: #055E31 !important; }
      .custom-quicklink:focus-within .fsElementFooterContent a:after {
        color: #055E31; }

.custom-quicklink.purple {
  border: 5px solid #572192;
  background-color: #572192; }
  .custom-quicklink.purple:hover {
    background-color: white; }
    .custom-quicklink.purple:hover .fsElementTitle {
      color: #572192; }
      .custom-quicklink.purple:hover .fsElementTitle:after {
        background-color: #572192; }
    .custom-quicklink.purple:hover .fsElementFooterContent a {
      color: #572192 !important; }
      .custom-quicklink.purple:hover .fsElementFooterContent a:after {
        color: #572192; }
  .custom-quicklink.purple:focus-within {
    background-color: white; }
    .custom-quicklink.purple:focus-within .fsElementTitle {
      color: #572192; }
      .custom-quicklink.purple:focus-within .fsElementTitle:after {
        background-color: #572192; }
    .custom-quicklink.purple:focus-within .fsElementFooterContent a {
      color: #572192 !important; }
      .custom-quicklink.purple:focus-within .fsElementFooterContent a:after {
        color: #572192; }

body:not(.home) .fsPostElement .fsThumbnail {
  margin-bottom: 20px; }

body:not(.home) .fsPostElement article .fsTitle a.fsPostLink:hover {
  color: #055E31 !important; }

body:not(.home) .fsPostElement article .fsTitle a.fsPostLink:focus-within {
  color: #055E31 !important; }

body:not(.home) .fsPostElement .fsAuthor,
body:not(.home) .fsPostElement time {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #343B41; }

body:not(.home) .fsPostElement .fsSummary p {
  font-size: 16px;
  line-height: 27px;
  font-weight: normal !important;
  color: #343B41; }

body:not(.home) .fsPostLink.fsReadMoreLink {
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  color: #055E31 !important; }
  body:not(.home) .fsPostLink.fsReadMoreLink:hover, body:not(.home) .fsPostLink.fsReadMoreLink:focus {
    color: #572192 !important; }

body:not(.home) .news-container .fsList article .article-wrapper .fsTitle a:hover {
  color: #fff !important; }

body:not(.home) .news-container .fsList article .article-wrapper .fsTitle a:focus-within {
  color: #fff !important; }

body:not(.home) .news-container .fsList article .article-wrapper .fsPostLink.fsReadMoreLink {
  color: #fff !important; }
  body:not(.home) .news-container .fsList article .article-wrapper .fsPostLink.fsReadMoreLink:hover, body:not(.home) .news-container .fsList article .article-wrapper .fsPostLink.fsReadMoreLink:focus {
    color: #fff !important;
    text-decoration: underline; }

body:not(.home) .fsCalendar article {
  border-bottom: none; }

body:not(.home) .fsCalendar .fsLoadMoreButton {
  color: white !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  width: 100%;
  background-color: #055E31;
  text-align: center;
  padding: 12px;
  display: table; }
  body:not(.home) .fsCalendar .fsLoadMoreButton:hover, body:not(.home) .fsCalendar .fsLoadMoreButton:focus {
    background-color: #0B7841; }

body:not(.home) article .fsTitle .fsCalendarEventLink:hover,
body:not(.home) a.fsCalendarEventLink:hover {
  color: #055E31 !important; }

body:not(.home) article .fsTitle .fsCalendarEventLink:focus-within,
body:not(.home) a.fsCalendarEventLink:focus-within {
  color: #055E31 !important; }

body:not(.home) .fsCalendar .fsDate {
  color: white;
  border-radius: 100%;
  background: #572192;
  box-shadow: none; }

body:not(.home) .fsCalendar .fsDate > span {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase; }

body:not(.home) .fsCalendar .fsDate > span.fsDay {
  font-size: 15px;
  line-height: 20px; }

body:not(.home) .fsCalendar .fsTitle a {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  color: #343B41; }

.home .fsMediaCustomPlayer:before {
  background: radial-gradient(ellipse at center, #0F9656 0%, #006937 100%); }

body.home:not(.fsComposeMode) .custom-quicklink {
  max-width: inherit; }
  body.home:not(.fsComposeMode) .custom-quicklink:hover {
    border: 5px solid white; }

body.home:not(.fsComposeMode) .section-1,
body.home:not(.fsComposeMode) .section-2,
body.home:not(.fsComposeMode) .section-3,
body.home:not(.fsComposeMode) .section-4 {
  height: 400px; }
  body.home:not(.fsComposeMode) .section-1 .intro-text,
  body.home:not(.fsComposeMode) .section-2 .intro-text,
  body.home:not(.fsComposeMode) .section-3 .intro-text,
  body.home:not(.fsComposeMode) .section-4 .intro-text {
    width: 40%;
    padding: 40px 67px 88px 54px;
    position: relative;
    float: left;
    height: 400px; }
    body.home:not(.fsComposeMode) .section-1 .intro-text h2 p,
    body.home:not(.fsComposeMode) .section-2 .intro-text h2 p,
    body.home:not(.fsComposeMode) .section-3 .intro-text h2 p,
    body.home:not(.fsComposeMode) .section-4 .intro-text h2 p {
      font-weight: bold;
      font-size: 40px;
      line-height: 50px;
      margin-bottom: 16px;
      color: #2e2e2e; }
    body.home:not(.fsComposeMode) .section-1 .intro-text h5 p,
    body.home:not(.fsComposeMode) .section-2 .intro-text h5 p,
    body.home:not(.fsComposeMode) .section-3 .intro-text h5 p,
    body.home:not(.fsComposeMode) .section-4 .intro-text h5 p {
      color: #2E2E2E;
      font-size: 22px;
      font-weight: bold;
      line-height: 26px; }
  body.home:not(.fsComposeMode) .section-1 .welcome-element,
  body.home:not(.fsComposeMode) .section-2 .welcome-element,
  body.home:not(.fsComposeMode) .section-3 .welcome-element,
  body.home:not(.fsComposeMode) .section-4 .welcome-element {
    width: 40%;
    float: left;
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 599px) {
      body.home:not(.fsComposeMode) .section-1 .welcome-element,
      body.home:not(.fsComposeMode) .section-2 .welcome-element,
      body.home:not(.fsComposeMode) .section-3 .welcome-element,
      body.home:not(.fsComposeMode) .section-4 .welcome-element {
        height: auto !important; } }
    body.home:not(.fsComposeMode) .section-1 .welcome-element header .fsElementHeaderContent,
    body.home:not(.fsComposeMode) .section-2 .welcome-element header .fsElementHeaderContent,
    body.home:not(.fsComposeMode) .section-3 .welcome-element header .fsElementHeaderContent,
    body.home:not(.fsComposeMode) .section-4 .welcome-element header .fsElementHeaderContent {
      margin-bottom: 0; }
    body.home:not(.fsComposeMode) .section-1 .welcome-element header img,
    body.home:not(.fsComposeMode) .section-2 .welcome-element header img,
    body.home:not(.fsComposeMode) .section-3 .welcome-element header img,
    body.home:not(.fsComposeMode) .section-4 .welcome-element header img {
      display: block;
      position: absolute;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
      @media (max-width: 599px) {
        body.home:not(.fsComposeMode) .section-1 .welcome-element header img,
        body.home:not(.fsComposeMode) .section-2 .welcome-element header img,
        body.home:not(.fsComposeMode) .section-3 .welcome-element header img,
        body.home:not(.fsComposeMode) .section-4 .welcome-element header img {
          position: relative !important;
          height: 200px !important; } }
    body.home:not(.fsComposeMode) .section-1 .welcome-element .fsElementContent,
    body.home:not(.fsComposeMode) .section-2 .welcome-element .fsElementContent,
    body.home:not(.fsComposeMode) .section-3 .welcome-element .fsElementContent,
    body.home:not(.fsComposeMode) .section-4 .welcome-element .fsElementContent {
      z-index: 2;
      background-color: rgba(87, 33, 146, 0.8);
      width: 50%;
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: relative;
      padding: 40px 19px 48px 39px; }
      @media (max-width: 599px) {
        body.home:not(.fsComposeMode) .section-1 .welcome-element .fsElementContent,
        body.home:not(.fsComposeMode) .section-2 .welcome-element .fsElementContent,
        body.home:not(.fsComposeMode) .section-3 .welcome-element .fsElementContent,
        body.home:not(.fsComposeMode) .section-4 .welcome-element .fsElementContent {
          position: relative !important;
          width: 100% !important;
          background-color: #572192 !important; } }
      body.home:not(.fsComposeMode) .section-1 .welcome-element .fsElementContent h2,
      body.home:not(.fsComposeMode) .section-2 .welcome-element .fsElementContent h2,
      body.home:not(.fsComposeMode) .section-3 .welcome-element .fsElementContent h2,
      body.home:not(.fsComposeMode) .section-4 .welcome-element .fsElementContent h2 {
        font-size: 30px;
        line-height: 36px;
        color: white;
        font-weight: bold;
        position: relative;
        display: table;
        margin-bottom: 40px; }
        body.home:not(.fsComposeMode) .section-1 .welcome-element .fsElementContent h2:after,
        body.home:not(.fsComposeMode) .section-2 .welcome-element .fsElementContent h2:after,
        body.home:not(.fsComposeMode) .section-3 .welcome-element .fsElementContent h2:after,
        body.home:not(.fsComposeMode) .section-4 .welcome-element .fsElementContent h2:after {
          position: absolute;
          content: "";
          display: block;
          width: 30px;
          left: 0;
          bottom: -21px;
          height: 3px;
          background-color: white; }
        @media (max-width: 1400px) {
          body.home:not(.fsComposeMode) .section-1 .welcome-element .fsElementContent h2,
          body.home:not(.fsComposeMode) .section-2 .welcome-element .fsElementContent h2,
          body.home:not(.fsComposeMode) .section-3 .welcome-element .fsElementContent h2,
          body.home:not(.fsComposeMode) .section-4 .welcome-element .fsElementContent h2 {
            font-size: 24px;
            line-height: 28px; } }
      body.home:not(.fsComposeMode) .section-1 .welcome-element .fsElementContent p:not(:last-child),
      body.home:not(.fsComposeMode) .section-2 .welcome-element .fsElementContent p:not(:last-child),
      body.home:not(.fsComposeMode) .section-3 .welcome-element .fsElementContent p:not(:last-child),
      body.home:not(.fsComposeMode) .section-4 .welcome-element .fsElementContent p:not(:last-child) {
        margin-top: 15px;
        font-size: 19px;
        font-weight: 500;
        color: white;
        height: 150px; }
      body.home:not(.fsComposeMode) .section-1 .welcome-element .fsElementContent > a,
      body.home:not(.fsComposeMode) .section-2 .welcome-element .fsElementContent > a,
      body.home:not(.fsComposeMode) .section-3 .welcome-element .fsElementContent > a,
      body.home:not(.fsComposeMode) .section-4 .welcome-element .fsElementContent > a {
        font-weight: bold;
        color: white !important;
        font-size: 16px;
        line-height: 22px;
        width: 80%;
        position: relative; }
        body.home:not(.fsComposeMode) .section-1 .welcome-element .fsElementContent > a:after,
        body.home:not(.fsComposeMode) .section-2 .welcome-element .fsElementContent > a:after,
        body.home:not(.fsComposeMode) .section-3 .welcome-element .fsElementContent > a:after,
        body.home:not(.fsComposeMode) .section-4 .welcome-element .fsElementContent > a:after {
          content: '\ea3c';
          font-family: 'icomoon' !important;
          color: white;
          position: absolute;
          right: -12%;
          font-weight: bold; }
        body.home:not(.fsComposeMode) .section-1 .welcome-element .fsElementContent > a:hover, body.home:not(.fsComposeMode) .section-1 .welcome-element .fsElementContent > a:focus,
        body.home:not(.fsComposeMode) .section-2 .welcome-element .fsElementContent > a:hover,
        body.home:not(.fsComposeMode) .section-2 .welcome-element .fsElementContent > a:focus,
        body.home:not(.fsComposeMode) .section-3 .welcome-element .fsElementContent > a:hover,
        body.home:not(.fsComposeMode) .section-3 .welcome-element .fsElementContent > a:focus,
        body.home:not(.fsComposeMode) .section-4 .welcome-element .fsElementContent > a:hover,
        body.home:not(.fsComposeMode) .section-4 .welcome-element .fsElementContent > a:focus {
          text-decoration: underline; }
      body.home:not(.fsComposeMode) .section-1 .welcome-element .fsElementContent p:last-child,
      body.home:not(.fsComposeMode) .section-2 .welcome-element .fsElementContent p:last-child,
      body.home:not(.fsComposeMode) .section-3 .welcome-element .fsElementContent p:last-child,
      body.home:not(.fsComposeMode) .section-4 .welcome-element .fsElementContent p:last-child {
        margin-bottom: 0; }
        body.home:not(.fsComposeMode) .section-1 .welcome-element .fsElementContent p:last-child > a,
        body.home:not(.fsComposeMode) .section-2 .welcome-element .fsElementContent p:last-child > a,
        body.home:not(.fsComposeMode) .section-3 .welcome-element .fsElementContent p:last-child > a,
        body.home:not(.fsComposeMode) .section-4 .welcome-element .fsElementContent p:last-child > a {
          font-weight: bold;
          color: white !important;
          font-size: 16px;
          line-height: 22px;
          width: 100%;
          display: block;
          position: relative; }
          body.home:not(.fsComposeMode) .section-1 .welcome-element .fsElementContent p:last-child > a:after,
          body.home:not(.fsComposeMode) .section-2 .welcome-element .fsElementContent p:last-child > a:after,
          body.home:not(.fsComposeMode) .section-3 .welcome-element .fsElementContent p:last-child > a:after,
          body.home:not(.fsComposeMode) .section-4 .welcome-element .fsElementContent p:last-child > a:after {
            content: '\ea3c';
            font-family: 'icomoon' !important;
            color: white;
            position: absolute;
            right: 12%;
            font-weight: bold; }
          body.home:not(.fsComposeMode) .section-1 .welcome-element .fsElementContent p:last-child > a:hover, body.home:not(.fsComposeMode) .section-1 .welcome-element .fsElementContent p:last-child > a:focus,
          body.home:not(.fsComposeMode) .section-2 .welcome-element .fsElementContent p:last-child > a:hover,
          body.home:not(.fsComposeMode) .section-2 .welcome-element .fsElementContent p:last-child > a:focus,
          body.home:not(.fsComposeMode) .section-3 .welcome-element .fsElementContent p:last-child > a:hover,
          body.home:not(.fsComposeMode) .section-3 .welcome-element .fsElementContent p:last-child > a:focus,
          body.home:not(.fsComposeMode) .section-4 .welcome-element .fsElementContent p:last-child > a:hover,
          body.home:not(.fsComposeMode) .section-4 .welcome-element .fsElementContent p:last-child > a:focus {
            text-decoration: underline; }
      body.home:not(.fsComposeMode) .section-1 .welcome-element .fsElementContent:after,
      body.home:not(.fsComposeMode) .section-2 .welcome-element .fsElementContent:after,
      body.home:not(.fsComposeMode) .section-3 .welcome-element .fsElementContent:after,
      body.home:not(.fsComposeMode) .section-4 .welcome-element .fsElementContent:after {
        content: ' ';
        position: absolute;
        left: 100%;
        bottom: 0px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 25px 0 25px 25px;
        border-color: transparent transparent transparent #572192;
        opacity: 0.8;
        visibility: visible;
        z-index: 1; }
    body.home:not(.fsComposeMode) .section-1 .welcome-element img,
    body.home:not(.fsComposeMode) .section-2 .welcome-element img,
    body.home:not(.fsComposeMode) .section-3 .welcome-element img,
    body.home:not(.fsComposeMode) .section-4 .welcome-element img {
      display: none; }
    body.home:not(.fsComposeMode) .section-1 .welcome-element .fsElementFooterContent,
    body.home:not(.fsComposeMode) .section-2 .welcome-element .fsElementFooterContent,
    body.home:not(.fsComposeMode) .section-3 .welcome-element .fsElementFooterContent,
    body.home:not(.fsComposeMode) .section-4 .welcome-element .fsElementFooterContent {
      width: 100%;
      padding-right: 22%; }
      body.home:not(.fsComposeMode) .section-1 .welcome-element .fsElementFooterContent > a,
      body.home:not(.fsComposeMode) .section-2 .welcome-element .fsElementFooterContent > a,
      body.home:not(.fsComposeMode) .section-3 .welcome-element .fsElementFooterContent > a,
      body.home:not(.fsComposeMode) .section-4 .welcome-element .fsElementFooterContent > a {
        color: white !important;
        height: 100%;
        width: 100%; }
        body.home:not(.fsComposeMode) .section-1 .welcome-element .fsElementFooterContent > a:after,
        body.home:not(.fsComposeMode) .section-2 .welcome-element .fsElementFooterContent > a:after,
        body.home:not(.fsComposeMode) .section-3 .welcome-element .fsElementFooterContent > a:after,
        body.home:not(.fsComposeMode) .section-4 .welcome-element .fsElementFooterContent > a:after {
          content: '￫';
          font-size: 30px;
          color: white;
          position: absolute;
          right: 45px;
          font-weight: bold; }
  body.home:not(.fsComposeMode) .section-1 .welcome-element.green .fsElementContent,
  body.home:not(.fsComposeMode) .section-2 .welcome-element.green .fsElementContent,
  body.home:not(.fsComposeMode) .section-3 .welcome-element.green .fsElementContent,
  body.home:not(.fsComposeMode) .section-4 .welcome-element.green .fsElementContent {
    background-color: rgba(5, 94, 49, 0.8); }
    body.home:not(.fsComposeMode) .section-1 .welcome-element.green .fsElementContent:after,
    body.home:not(.fsComposeMode) .section-2 .welcome-element.green .fsElementContent:after,
    body.home:not(.fsComposeMode) .section-3 .welcome-element.green .fsElementContent:after,
    body.home:not(.fsComposeMode) .section-4 .welcome-element.green .fsElementContent:after {
      border-color: transparent transparent transparent #055E31; }
  body.home:not(.fsComposeMode) .section-1 .custom-quicklink,
  body.home:not(.fsComposeMode) .section-2 .custom-quicklink,
  body.home:not(.fsComposeMode) .section-3 .custom-quicklink,
  body.home:not(.fsComposeMode) .section-4 .custom-quicklink {
    width: 20%;
    float: left;
    height: 400px; }
    body.home:not(.fsComposeMode) .section-1 .custom-quicklink .fsElementFooterContent,
    body.home:not(.fsComposeMode) .section-2 .custom-quicklink .fsElementFooterContent,
    body.home:not(.fsComposeMode) .section-3 .custom-quicklink .fsElementFooterContent,
    body.home:not(.fsComposeMode) .section-4 .custom-quicklink .fsElementFooterContent {
      width: 80%; }
  body.home:not(.fsComposeMode) .section-1 .custom-quicklink.white,
  body.home:not(.fsComposeMode) .section-2 .custom-quicklink.white,
  body.home:not(.fsComposeMode) .section-3 .custom-quicklink.white,
  body.home:not(.fsComposeMode) .section-4 .custom-quicklink.white {
    border: none;
    background-color: white; }
    body.home:not(.fsComposeMode) .section-1 .custom-quicklink.white .fsElementTitle,
    body.home:not(.fsComposeMode) .section-2 .custom-quicklink.white .fsElementTitle,
    body.home:not(.fsComposeMode) .section-3 .custom-quicklink.white .fsElementTitle,
    body.home:not(.fsComposeMode) .section-4 .custom-quicklink.white .fsElementTitle {
      color: #2E2E2E; }
      body.home:not(.fsComposeMode) .section-1 .custom-quicklink.white .fsElementTitle:after,
      body.home:not(.fsComposeMode) .section-2 .custom-quicklink.white .fsElementTitle:after,
      body.home:not(.fsComposeMode) .section-3 .custom-quicklink.white .fsElementTitle:after,
      body.home:not(.fsComposeMode) .section-4 .custom-quicklink.white .fsElementTitle:after {
        background-color: #2E2E2E; }
    body.home:not(.fsComposeMode) .section-1 .custom-quicklink.white .fsElementFooterContent a,
    body.home:not(.fsComposeMode) .section-2 .custom-quicklink.white .fsElementFooterContent a,
    body.home:not(.fsComposeMode) .section-3 .custom-quicklink.white .fsElementFooterContent a,
    body.home:not(.fsComposeMode) .section-4 .custom-quicklink.white .fsElementFooterContent a {
      color: #2E2E2E !important; }
      body.home:not(.fsComposeMode) .section-1 .custom-quicklink.white .fsElementFooterContent a:after,
      body.home:not(.fsComposeMode) .section-2 .custom-quicklink.white .fsElementFooterContent a:after,
      body.home:not(.fsComposeMode) .section-3 .custom-quicklink.white .fsElementFooterContent a:after,
      body.home:not(.fsComposeMode) .section-4 .custom-quicklink.white .fsElementFooterContent a:after {
        color: #2E2E2E; }
    body.home:not(.fsComposeMode) .section-1 .custom-quicklink.white p,
    body.home:not(.fsComposeMode) .section-2 .custom-quicklink.white p,
    body.home:not(.fsComposeMode) .section-3 .custom-quicklink.white p,
    body.home:not(.fsComposeMode) .section-4 .custom-quicklink.white p {
      margin-top: 25px;
      font-size: 19px;
      font-weight: 500;
      color: #2e2e2e;
      height: 150px;
      transition: all .3s; }
    body.home:not(.fsComposeMode) .section-1 .custom-quicklink.white:hover,
    body.home:not(.fsComposeMode) .section-2 .custom-quicklink.white:hover,
    body.home:not(.fsComposeMode) .section-3 .custom-quicklink.white:hover,
    body.home:not(.fsComposeMode) .section-4 .custom-quicklink.white:hover {
      background-color: #055E31; }
      body.home:not(.fsComposeMode) .section-1 .custom-quicklink.white:hover p,
      body.home:not(.fsComposeMode) .section-2 .custom-quicklink.white:hover p,
      body.home:not(.fsComposeMode) .section-3 .custom-quicklink.white:hover p,
      body.home:not(.fsComposeMode) .section-4 .custom-quicklink.white:hover p {
        color: white; }
      body.home:not(.fsComposeMode) .section-1 .custom-quicklink.white:hover .fsElementTitle,
      body.home:not(.fsComposeMode) .section-2 .custom-quicklink.white:hover .fsElementTitle,
      body.home:not(.fsComposeMode) .section-3 .custom-quicklink.white:hover .fsElementTitle,
      body.home:not(.fsComposeMode) .section-4 .custom-quicklink.white:hover .fsElementTitle {
        color: white; }
        body.home:not(.fsComposeMode) .section-1 .custom-quicklink.white:hover .fsElementTitle:after,
        body.home:not(.fsComposeMode) .section-2 .custom-quicklink.white:hover .fsElementTitle:after,
        body.home:not(.fsComposeMode) .section-3 .custom-quicklink.white:hover .fsElementTitle:after,
        body.home:not(.fsComposeMode) .section-4 .custom-quicklink.white:hover .fsElementTitle:after {
          background-color: white; }
      body.home:not(.fsComposeMode) .section-1 .custom-quicklink.white:hover .fsElementFooterContent a,
      body.home:not(.fsComposeMode) .section-2 .custom-quicklink.white:hover .fsElementFooterContent a,
      body.home:not(.fsComposeMode) .section-3 .custom-quicklink.white:hover .fsElementFooterContent a,
      body.home:not(.fsComposeMode) .section-4 .custom-quicklink.white:hover .fsElementFooterContent a {
        color: #2e2e2e !important; }
        body.home:not(.fsComposeMode) .section-1 .custom-quicklink.white:hover .fsElementFooterContent a:after,
        body.home:not(.fsComposeMode) .section-2 .custom-quicklink.white:hover .fsElementFooterContent a:after,
        body.home:not(.fsComposeMode) .section-3 .custom-quicklink.white:hover .fsElementFooterContent a:after,
        body.home:not(.fsComposeMode) .section-4 .custom-quicklink.white:hover .fsElementFooterContent a:after {
          color: #2e2e2e !important; }
    body.home:not(.fsComposeMode) .section-1 .custom-quicklink.white:focus-within,
    body.home:not(.fsComposeMode) .section-2 .custom-quicklink.white:focus-within,
    body.home:not(.fsComposeMode) .section-3 .custom-quicklink.white:focus-within,
    body.home:not(.fsComposeMode) .section-4 .custom-quicklink.white:focus-within {
      background-color: #055E31; }
      body.home:not(.fsComposeMode) .section-1 .custom-quicklink.white:focus-within p,
      body.home:not(.fsComposeMode) .section-2 .custom-quicklink.white:focus-within p,
      body.home:not(.fsComposeMode) .section-3 .custom-quicklink.white:focus-within p,
      body.home:not(.fsComposeMode) .section-4 .custom-quicklink.white:focus-within p {
        color: white; }
      body.home:not(.fsComposeMode) .section-1 .custom-quicklink.white:focus-within .fsElementTitle,
      body.home:not(.fsComposeMode) .section-2 .custom-quicklink.white:focus-within .fsElementTitle,
      body.home:not(.fsComposeMode) .section-3 .custom-quicklink.white:focus-within .fsElementTitle,
      body.home:not(.fsComposeMode) .section-4 .custom-quicklink.white:focus-within .fsElementTitle {
        color: white; }
        body.home:not(.fsComposeMode) .section-1 .custom-quicklink.white:focus-within .fsElementTitle:after,
        body.home:not(.fsComposeMode) .section-2 .custom-quicklink.white:focus-within .fsElementTitle:after,
        body.home:not(.fsComposeMode) .section-3 .custom-quicklink.white:focus-within .fsElementTitle:after,
        body.home:not(.fsComposeMode) .section-4 .custom-quicklink.white:focus-within .fsElementTitle:after {
          background-color: white; }
      body.home:not(.fsComposeMode) .section-1 .custom-quicklink.white:focus-within .fsElementFooterContent a,
      body.home:not(.fsComposeMode) .section-2 .custom-quicklink.white:focus-within .fsElementFooterContent a,
      body.home:not(.fsComposeMode) .section-3 .custom-quicklink.white:focus-within .fsElementFooterContent a,
      body.home:not(.fsComposeMode) .section-4 .custom-quicklink.white:focus-within .fsElementFooterContent a {
        color: #2e2e2e !important; }
        body.home:not(.fsComposeMode) .section-1 .custom-quicklink.white:focus-within .fsElementFooterContent a:after,
        body.home:not(.fsComposeMode) .section-2 .custom-quicklink.white:focus-within .fsElementFooterContent a:after,
        body.home:not(.fsComposeMode) .section-3 .custom-quicklink.white:focus-within .fsElementFooterContent a:after,
        body.home:not(.fsComposeMode) .section-4 .custom-quicklink.white:focus-within .fsElementFooterContent a:after {
          color: #2e2e2e !important; }

@media (max-width: 999px) {
  body.home:not(.fsComposeMode) .section-1,
  body.home:not(.fsComposeMode) .section-2,
  body.home:not(.fsComposeMode) .section-3,
  body.home:not(.fsComposeMode) .section-4 {
    height: auto; }
  body.home:not(.fsComposeMode) .intro-text,
  body.home:not(.fsComposeMode) .welcome-element,
  body.home:not(.fsComposeMode) .custom-quicklink,
  body.home:not(.fsComposeMode) .feed-container {
    width: 100% !important; }
  body.home:not(.fsComposeMode) .custom-quicklink {
    max-width: 100% !important;
    height: 254px !important;
    float: inherit !important; } }

@media (max-width: 599px) {
  body.home:not(.fsComposeMode) .intro-text {
    padding: 20px !important;
    height: 450px !important; }
  body.home:not(.fsComposeMode) .welcome-element .fsElementContent:after {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
    top: -35px;
    right: 13px;
    left: inherit;
    bottom: inherit; } }

@media (max-width: 399px) {
  body.home:not(.fsComposeMode) .intro-text {
    height: 530px !important; } }

.feed-container {
  width: 40%;
  float: left;
  height: 400px;
  position: relative; }
  .feed-container .instagram-feed {
    height: 200px;
    width: 50%;
    position: relative;
    float: left; }
    .feed-container .instagram-feed .j-stacker-wrapper {
      margin-right: -1px !important; }
    .feed-container .instagram-feed .slick-prev,
    .feed-container .instagram-feed .slick-next {
      display: none !important; }
    .feed-container .instagram-feed li.feed-item a.j-image {
      height: 200px; }
      .feed-container .instagram-feed li.feed-item a.j-image:after {
        display: none !important; }
    .feed-container .instagram-feed .slick-track,
    .feed-container .instagram-feed .slick-list {
      height: 200px !important; }
    .feed-container .instagram-feed .j-stack {
      padding: 0 !important; }
    .feed-container .instagram-feed .feed-item {
      height: 200px;
      padding: 0 !important;
      margin: 0 !important;
      border: none !important; }
      .feed-container .instagram-feed .feed-item:after {
        content: ' ';
        width: 20px;
        height: 20px;
        background: url("../images/districts/_GibGate/instagram-logo.svg") no-repeat center;
        background-size: cover;
        bottom: 16px;
        right: 16px;
        position: absolute; }
      .feed-container .instagram-feed .feed-item .j-poster {
        display: none; }
      .feed-container .instagram-feed .feed-item .j-text {
        display: none; }
      .feed-container .instagram-feed .feed-item .juicer-button {
        display: none; }
      .feed-container .instagram-feed .feed-item .j-image img {
        margin-bottom: 0;
        height: 200px !important;
        -o-object-fit: cover;
        object-fit: cover; }
    .feed-container .instagram-feed .juicer-button {
      display: none; }
    .feed-container .instagram-feed.first .feed-item:not(:nth-child(1)) {
      display: none; }
    .feed-container .instagram-feed.second .feed-item:not(:nth-child(2)) {
      display: none; }
    .feed-container .instagram-feed.third .feed-item:not(:nth-child(3)) {
      display: none; }
    .feed-container .instagram-feed.fourth .feed-item:not(:nth-child(4)) {
      display: none; }

body.fsComposeMode .feed-container {
  margin-bottom: 100px;
  height: 500px; }

body.home .custom-quicklink .fsElementFooterContent a:before, body.home .custom-quicklink.purple .fsElementFooterContent a:before {
  display: none;
  visibility: hidden; }

body.home .custom-quicklink:hover, body.home .custom-quicklink.purple:hover {
  border: 5px solid #055E31 !important;
  background-color: #055E31 !important; }
  body.home .custom-quicklink:hover .fsElementTitle, body.home .custom-quicklink.purple:hover .fsElementTitle {
    color: white !important; }
    body.home .custom-quicklink:hover .fsElementTitle:after, body.home .custom-quicklink.purple:hover .fsElementTitle:after {
      background-color: white !important; }
  body.home .custom-quicklink:hover .fsElementFooterContent a, body.home .custom-quicklink.purple:hover .fsElementFooterContent a {
    color: white !important; }
    body.home .custom-quicklink:hover .fsElementFooterContent a:after, body.home .custom-quicklink.purple:hover .fsElementFooterContent a:after {
      color: white !important; }

body.home .custom-quicklink:focus-within, body.home .custom-quicklink.purple:focus-within {
  border: 5px solid #055E31 !important;
  background-color: #055E31 !important; }
  body.home .custom-quicklink:focus-within .fsElementTitle, body.home .custom-quicklink.purple:focus-within .fsElementTitle {
    color: white !important; }
    body.home .custom-quicklink:focus-within .fsElementTitle:after, body.home .custom-quicklink.purple:focus-within .fsElementTitle:after {
      background-color: white !important; }
  body.home .custom-quicklink:focus-within .fsElementFooterContent a, body.home .custom-quicklink.purple:focus-within .fsElementFooterContent a {
    color: white !important; }
    body.home .custom-quicklink:focus-within .fsElementFooterContent a:after, body.home .custom-quicklink.purple:focus-within .fsElementFooterContent a:after {
      color: white !important; }

body.home .custom-quicklink a:hover, body.home .custom-quicklink.purple a:hover {
  text-decoration: underline; }

body.home .custom-quicklink.purple:hover {
  border: 5px solid #572192 !important;
  background-color: #572192 !important; }

body.home .custom-quicklink.purple:focus-within {
  border: 5px solid #572192 !important;
  background-color: #572192 !important; }

body.home .custom-quicklink.white {
  border: none !important; }
  body.home .custom-quicklink.white:hover {
    background-color: white !important; }
    body.home .custom-quicklink.white:hover p {
      color: #2E2E2E !important; }
    body.home .custom-quicklink.white:hover .fsElementTitle {
      color: #2E2E2E !important; }
      body.home .custom-quicklink.white:hover .fsElementTitle:after {
        background-color: #2E2E2E !important; }
    body.home .custom-quicklink.white:hover .fsElementFooterContent a {
      color: #2E2E2E !important; }
      body.home .custom-quicklink.white:hover .fsElementFooterContent a:after {
        color: #2E2E2E; }
  body.home .custom-quicklink.white:focus-within {
    background-color: white !important; }
    body.home .custom-quicklink.white:focus-within p {
      color: #2E2E2E !important; }
    body.home .custom-quicklink.white:focus-within .fsElementTitle {
      color: #2E2E2E !important; }
      body.home .custom-quicklink.white:focus-within .fsElementTitle:after {
        background-color: #2E2E2E !important; }
    body.home .custom-quicklink.white:focus-within .fsElementFooterContent a {
      color: #2E2E2E !important; }
      body.home .custom-quicklink.white:focus-within .fsElementFooterContent a:after {
        color: #2E2E2E; }
  body.home .custom-quicklink.white .fsElementFooterContent a {
    color: #232323 !important; }

body:not(.fsComposeMode) .fsCalendar article {
  height: auto !important; }

body:not(.fsComposeMode) .fsCalendar article .fsNotes img {
  width: auto;
  max-height: 236px; }

@media (max-width: 640px) {
  body:not(.fsComposeMode) .fsMenu .useful {
    position: absolute;
    width: 50%;
    bottom: 0;
    display: block !important;
    right: 0;
    padding: 20px; } }

@media (max-width: 640px) {
  body:not(.fsComposeMode) .fsMenu .useful ul li {
    display: block; } }

body:not(.fsComposeMode) .main-search button.fsSearchElementSearchButton.fsStyleUpdateButton {
  padding: 20px 40px;
  color: #fff;
  border: solid 2px #fff;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  display: block;
  clear: both;
  float: none;
  /*height: 55px;*/
  width: 225px;
  margin: 40px auto;
  position: relative;
  background: transparent;
  font-size: 14px; }
  body:not(.fsComposeMode) .main-search button.fsSearchElementSearchButton.fsStyleUpdateButton:hover, body:not(.fsComposeMode) .main-search button.fsSearchElementSearchButton.fsStyleUpdateButton:focus {
    background: #fff;
    color: rgba(5, 94, 49, 0.95); }

body:not(.fsComposeMode) .main-search input.fsStyleSearchField.fsStyleDefaultField {
  border-radius: 50px;
  width: 100%;
  max-width: 498px;
  background: #fff;
  text-align: center;
  border: none;
  padding: 0px 10px;
  height: 50px; }

body:not(.fsComposeMode) .fsMenu {
  visibility: inherit !important; }

#fsFooter .contact-container {
  position: relative;
  background-color: rgba(0, 0, 0, 0.6); }

.fsComposeMode .intro-text {
  height: auto !important; }

.hide {
  display: none !important; }
