@charset "UTF-8";
 /**
 *
 * Eatonville School District - default_17
 * @link http://eatonville.finalsite.com
 * Site Template : newclientcustom
 * Built By: Keisha Croxton
 * Project Manager: Connie Cavallo
 * Designer: Keisha Croxton
 * ==== Git Info ====
 * Branch Name: clients/eatonville
 * Build version: 3.2.5
 * Git Tag: v3.0-190-g408a9d3edc
 * Last build by: Jworthington
 *
 **/

@charset "UTF-8";
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.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");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.fsTitle, .fsAthleticsRosterList li > div.fsRosterName, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em; }

h1 {
  margin-top: 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  margin-bottom: 20px;
  color: #4169e1; }

h2 {
  margin-top: 0;
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 15px;
  color: #4169e1; }

h3 {
  margin-top: 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 15px; }

h4 {
  margin-top: 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 10px; }

h5 {
  margin-top: 0;
  font-weight: 700;
  font-size: 19px;
  line-height: 27px;
  margin-bottom: 10px; }

h6 {
  margin-top: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  text-decoration: none;
  color: #4169e1;
  font-weight: 500;
  transition: background .3s,
 color .3s; }
  a:hover, a:focus {
    color: #1e1e1e; }

ul,
ol {
  margin-top: 0;
  padding-left: 1.25em; }

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.styled,
.fs_style_28 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: inline-block; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  .fsAthleticsEvent.fsTable .fsElementTable td,
  .fsAthleticsRoster .fsElementTable td,
  table.styled th,
  table.styled td,
  .fs_style_28 th,
  .fs_style_28 td {
    vertical-align: top;
    border-bottom: 1px solid #ffffff; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.styled th,
  .fs_style_28 th {
    padding: 0.625em 1.25em;
    text-align: left;
    background: #4169e1;
    color: #ffffff;
    font-weight: 500; }
  
  .fsAthleticsEvent.fsTable .fsElementTable td,
  .fsAthleticsRoster .fsElementTable td,
  table.styled td,
  .fs_style_28 td {
    padding: 0.625em 1.25em;
    background: #fbfbfb; }
    table.styled tr:nth-of-type(odd) td {
      background-color: #f1f0f0; }
    table.fs_style_28 tr:nth-of-type(odd) td {
      background-color: #f1f0f0; }

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0;
  max-width: 100%; }

.fsSlideshow .fsNextButton::before,
.fsSlideshow .fsPrevButton::before {
  font-size: 45px;
  color: rgba(0, 0, 0, 0.5);
  transition: all ease 0.3s; }

.fsSlideshow .fsNextButton:hover:before,
.fsSlideshow .fsPrevButton:hover:before {
  color: #4169e1;
  transition: all ease 0.3s; }

.fsSlideshow .fsPrevButton::before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.fsSlideshow .fsNextButton::before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.fsSlideshow .fsElementSlideshow[data-arrows*="true"] {
  padding: calc(45px - 1em) 45px; }

.fsSlideshow .fsPager li {
  height: 12px;
  width: 12px !important; }
  .fsSlideshow .fsPager li button {
    font-size: 0;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    border: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.35); }
    .fsSlideshow .fsPager li button:before {
      display: none; }
  .fsSlideshow .fsPager li:hover button {
    background: #c9c9c9; }
  .fsSlideshow .fsPager li.slick-active button {
    background: #4169e1; }

/*! _main.scss - src/sass/modules/common/ - main common import */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElement:last-child {
  margin-bottom: 0; }

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

.fsDialogCloseButton {
  opacity: 1; }
  .fsDialogCloseButton:after, .fsDialogCloseButton:before {
    background: #5d5d5d; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #5d5d5d; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: #2a2a2a; }

.fsElementDialog {
  color: #5d5d5d; }

/*! 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: #5d5d5d;
  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: #5d5d5d;
        transition: .3s; }
      .fsSlideshow .fsPager li button:hover:before {
        transition: .3s; }

.fs_style_26 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #4169e1;
  color: #fff;
  border-radius: 0; }
  .fs_style_26:hover, .fs_style_26:focus {
    background: #6d8ce8;
    color: #fff; }
  .fs_style_26 em {
    display: block;
    font-style: normal; }

.fs_style_27 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #c9c9c9;
  color: #fff;
  border-radius: 0; }
  .fs_style_27:hover, .fs_style_27:focus {
    background: #e3e3e3;
    color: #fff; }
  .fs_style_27 em {
    display: block;
    font-style: normal; }

.district .fs_style_27, .ehs .fs_style_27 {
  color: #4169e1; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #5d5d5d;
  color: #fff;
  border-radius: 0; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus {
    background: #777777;
    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: #5d5d5d;
  color: #fff;
  border-radius: 0; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus {
    background: #777777;
    color: #fff; }
  .fsStyleUpdateButton em {
    display: block;
    font-style: normal; }
  .fsStyleUpdateButton.fsElementToolsSearchButton {
    margin-top: 20px;
    margin-bottom: 0; }

.lead-in,
.fs_style_24 {
  font-size: 20px;
  line-height: 30px;
  color: #1e1e1e; }

blockquote {
  position: relative;
  margin: 20px 0;
  padding: 20px;
  padding-top: 70px;
  font-size: 18px;
  line-height: 28px;
  color: #1e1e1e;
  background-color: #e5e5e5;
  border-bottom: 3px solid #4169e1;
  text-align: center; }
  blockquote:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    right: 100%;
    top: 20px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 14px;
    line-height: 38px;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    text-align: center;
    background-color: #4169e1; }

cite,
.fs_style_25 {
  display: block;
  margin: 20px 0 0;
  font-style: normal;
  font-weight: 500;
  color: #5d5d5d;
  font-size: 16px;
  line-height: 25px; }

.callout {
  padding: 20px;
  background: #4169e1;
  color: #ffffff;
  margin-bottom: 20px; }
  .callout h1, .callout h2, .callout h3, .callout h4, .callout h5, .callout h6 {
    color: #ffffff; }
  .callout a {
    color: #ffffff;
    text-decoration: underline; }
    .callout a:hover {
      color: #c9c9c9; }
  .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%; } }

/*! structure - header v0.0.1 */
#fsHeader {
  background: #ffffff;
  border-top: 5px solid #4169e1;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  position: relative; }
  #fsHeader .header-top {
    margin-top: 10px;
    position: relative; }
    #fsHeader .header-top > .fsElementContent {
      max-width: 73.75rem;
      margin: 0 auto;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #fsHeader .header-top .header-utility {
      -ms-flex-order: 1;
      order: 1; }
      @media (max-width: 699px) {
        #fsHeader .header-top .header-utility {
          text-align: left; } }
      @media (max-width: 1019px) {
        #fsHeader .header-top .header-utility {
          width: 100%;
          position: relative; } }
      @media (min-width: 700px) {
        #fsHeader .header-top .header-utility {
          border-bottom: 1px solid rgba(201, 201, 201, 0.7); } }
      @media (min-width: 1020px) {
        #fsHeader .header-top .header-utility {
          -ms-flex-order: 2;
          order: 2;
          border-bottom: 0; } }
      #fsHeader .header-top .header-utility > .fsElementContent {
        padding: 0 20px; }
        @media (min-width: 1100px) {
          #fsHeader .header-top .header-utility > .fsElementContent {
            padding: 0; } }
        @media (max-width: 1019px) {
          #fsHeader .header-top .header-utility > .fsElementContent {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
            justify-content: space-between; } }
    #fsHeader .header-top .site-info-container {
      -ms-flex-order: 2;
      order: 2;
      padding: 20px; }
      @media (max-width: 1019px) {
        #fsHeader .header-top .site-info-container {
          width: 100%; } }
      @media (min-width: 1020px) {
        #fsHeader .header-top .site-info-container {
          -ms-flex-order: 1;
          order: 1;
          padding: 0 20px; } }

@media (min-width: 700px) {
  .site-info-container {
    text-align: left; } }

.site-info-container .fsImage {
  display: inline; }
  .site-info-container .fsImage img {
    float: left;
    height: 90px;
    width: 90px;
    margin-right: 20px; }
    @media (max-width: 699px) {
      .site-info-container .fsImage img {
        height: 50px;
        width: 50px; } }

.site-info-container a {
  display: inline-block;
  margin-top: 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 10px;
  color: #4169e1;
  line-height: 90px;
  margin-bottom: 0; }
  @media (max-width: 699px) {
    .site-info-container a {
      font-size: 18px;
      line-height: 50px; } }

#fsHeader .top-search {
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  width: 0;
  height: 0; }
  #fsHeader .top-search.active {
    z-index: 500;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 40px; }
    @media (min-width: 1180px) {
      #fsHeader .top-search.active {
        padding: 40px 0; } }
  #fsHeader .top-search > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
  #fsHeader .top-search header {
    text-align: right;
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
    #fsHeader .top-search header button {
      font-size: 0;
      border: 0;
      background: transparent; }
      #fsHeader .top-search header button:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 25px;
        color: #ffffff;
        transition: color 0.3s ease; }
      #fsHeader .top-search header button:hover:before, #fsHeader .top-search header button:focus:before {
        color: #868686; }

#fsHeader .google-translate-box label {
  display: none; }

#fsHeader .google-translate-box #google_translate_element {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  opacity: 0; }
  #fsHeader .google-translate-box #google_translate_element * {
    height: 40px;
    overflow: hidden; }

#fsHeader .google-translate-box .goog-logo-link {
  display: none; }

@media (min-width: 1020px) {
  body:not(.fsComposeMode) #fsHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100; } }

.hero {
  position: relative;
  width: 100%;
  height: 250px;
  background-color: #c9c9c9;
  background-size: cover;
  background-position: center center;
  transition: all ease 0.3s; }
  @media (min-width: 700px) {
    .hero {
      height: 275px; } }
  @media (min-width: 900px) {
    .hero {
      height: 450px; } }

body:not(.fsComposeMode) .hero img {
  visibility: hidden; }

@media (min-width: 1020px) {
  body:not(.fsComposeMode) .hero {
    margin-top: 157px; } }

body:not(.fsComposeMode) #fsPageContent .hero,
body:not(.fsComposeMode) #fsHeader .hero {
  opacity: 0;
  visibility: hidden; }

#fsFooter {
  color: #fff; }
  #fsFooter .footer-container {
    padding: 20px 0 0;
    position: relative;
    background-size: cover;
    background-position: bottom center; }
    #fsFooter .footer-container > .fsElementContent {
      position: relative;
      z-index: 1; }
    #fsFooter .footer-container:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(65, 105, 225, 0.9); }
  #fsFooter .address-container {
    position: relative; }
    #fsFooter .address-container > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      padding: 0 20px; }
      @media (min-width: 900px) {
        #fsFooter .address-container > .fsElementContent {
          display: -ms-flexbox;
          display: flex; } }
    #fsFooter .address-container .footer-logo {
      text-align: center; }
      @media (min-width: 900px) {
        #fsFooter .address-container .footer-logo {
          text-align: left;
          width: 50%; } }
      #fsFooter .address-container .footer-logo img {
        float: left;
        height: 90px;
        width: 90px;
        margin-right: 20px; }
        @media (max-width: 699px) {
          #fsFooter .address-container .footer-logo img {
            height: 50px;
            width: 50px; } }
      #fsFooter .address-container .footer-logo a {
        display: inline-block;
        margin-top: 0;
        font-weight: 700;
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 10px;
        color: #ffffff;
        line-height: 90px;
        margin-bottom: 0; }
        @media (max-width: 699px) {
          #fsFooter .address-container .footer-logo a {
            font-size: 20px;
            line-height: 50px; } }
    #fsFooter .address-container .school-details-container {
      text-align: center; }
      @media (min-width: 900px) {
        #fsFooter .address-container .school-details-container {
          text-align: left;
          width: 50%; } }
  #fsFooter .utility-container {
    background-color: rgba(0, 0, 0, 0.2); }
    #fsFooter .utility-container > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      padding: 15px 20px; }
      @media (min-width: 700px) {
        #fsFooter .utility-container > .fsElementContent {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
  #fsFooter .nav-social {
    margin-bottom: 20px; }

.school-details {
  margin-bottom: 20px;
  font-weight: 500; }
  .school-details [itemprop='name'] {
    display: none; }
  .school-details [itemprop='streetAddress'] {
    display: block; }
  .school-details [itemprop='telephone'] {
    display: inline-block; }
  .school-details [itemprop='faxNumber'] {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    padding-left: 12px; }
    .school-details [itemprop='faxNumber']:before {
      content: '';
      display: block;
      position: absolute;
      top: 4px;
      bottom: 4px;
      left: 0;
      width: 2px;
      background: #ffffff; }
  .school-details a {
    color: inherit; }

.footer-logos {
  text-align: center; }
  @media (min-width: 1075px) {
    .footer-logos {
      margin-left: -151px; } }
  .footer-logos .fsElementContent {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row; }

/*! structure - layouts v0.0.1 */
* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none; }

html {
  font-family: "Roboto", sans-serif;
  background: #4169e1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 16px;
  line-height: 25px;
  color: #5d5d5d; }

#fsPageWrapper {
  overflow: hidden;
  position: relative; }

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff; }

@media (min-width: 1020px) {
  body:not(.fsComposeMode) #fsPageBodyWrapper {
    margin-top: 157px; }
    body:not(.fsComposeMode) #fsPageBodyWrapper.hasHero {
      margin-top: 0; } }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 600px) {
    #fsPageBody {
      display: block; } }
  @media (min-width: 800px) {
    #fsPageBody {
      display: -ms-flexbox;
      display: flex; } }

#fsBannerLeft {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    #fsBannerLeft {
      padding-right: 20px;
      width: 200px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerLeft {
      padding-right: 40px;
      width: 280px;
      -ms-flex-order: 1;
      order: 1; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }

#fsPageContent {
  width: 100%; }
  .fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 240px); } }
    @media (min-width: 700px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 320px); } }
  .fsHasLeftBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 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; }
  @media (min-width: 600px) {
    #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerRight {
      padding-left: 40px;
      width: 320px;
      -ms-flex-order: 1;
      order: 1; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 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; } }

@media (min-width: 600px) {
  .fsLayout {
    margin-right: -20px;
    margin-left: -20px; } }

.fsLayout .fsDiv {
  margin-bottom: 20px;
  width: 100%;
  float: none; }
  @media (min-width: 600px) {
    .fsLayout .fsDiv {
      float: left; } }
  @media (min-width: 600px) {
    .fsLayout .fsDiv {
      padding-right: 1.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 .fsStyleOneThird {
  float: none; }

.fsLayout .fsStyleTwoThirds {
  float: none; }
  .fsLayout .fsStyleTwoThirds > .fsDiv {
    padding-left: 0;
    padding-right: 0;
    float: none; }
  @media (min-width: 600px) {
    .fsLayout .fsStyleTwoThirds > .fsTwoColumnLayout {
      margin-right: -20px;
      margin-left: -20px; } }

.fsTwoColumnWideRightLayout,
.fsElephantLeftLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .fsTwoColumnWideRightLayout,
    .fsElephantLeftLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-left: 0;
        padding-right: 20px;
        width: 200px;
        margin-bottom: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-right: 40px;
        width: 280px; } }
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 600px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        width: calc(100% - 280px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 240px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 320px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      margin-top: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 40px;
      width: 320px; } }

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 700px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 280px; } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 280px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 280px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 280px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 200px); } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 280px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
    margin-top: 0; } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px; } }

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-right: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-right: 20px;
      width: 200px; } }

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 440px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      margin-top: 0; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-right: 20px;
      width: 200px;
      margin-bottom: 0; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }

.fsTwoColumnWideLeftLayout,
.fsElephantRightLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .fsTwoColumnWideLeftLayout,
    .fsElephantRightLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 20px;
        padding-right: 0;
        width: 240px;
        margin-bottom: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 40px;
        width: 320px; } }
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 600px) {
      .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 240px);
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 320px); } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 280px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 280px); } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px;
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 40px;
      width: 320px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 240px);
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 320px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 240px); } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 320px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    margin-top: 0; } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 40px;
    width: 320px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 240px); } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      margin-top: 0; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 440px); } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px;
      margin-bottom: 0; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 0; }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      width: 100%;
      padding-left: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 0; }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 240px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: 100%; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 240px); } }

@media (max-width: 699px) {
  #fsPoweredByFinalsite {
    margin: 0 auto; } }

/*! _main.scss - src/sass/navigation/ - main import */
.fsNavigation ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .fsNavigation ul li.fsNavCurrentPage > a, .fsNavigation ul li.fsNavCurrentPageAncestor > a {
    color: #1e1e1e;
    background: transparent; }
  .fsNavigation ul li a {
    display: block;
    padding: 10px 0;
    color: #4169e1;
    background: transparent; }
    .fsNavigation ul li a:hover, .fsNavigation ul li a:focus {
      color: #1e1e1e;
      background: transparent; }

.fsNavigation .fsNavLevel2 > li > a {
  padding-left: 10px; }

.fsNavigation .fsNavLevel3 > li > a {
  padding-left: 20px; }

.fsNavigation .fsNavLevel4 > li > a {
  padding-left: 30px; }

.fsNavigation .fsNavLevel5 > li > a {
  padding-left: 40px; }

.fsBreadcrumb ul li {
  display: inline-block; }
  .fsBreadcrumb ul li a {
    display: inline-block;
    padding: 0; }

.nav-site-map ul {
  margin: 0 0 0 20px;
  padding: 0; }
  .nav-site-map ul.fsNavLevel1 {
    margin-left: 0;
    list-style: none; }
    @media (min-width: 600px) {
      .nav-site-map ul.fsNavLevel1 {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 0;
        column-gap: 0;
        -moz-column-rule: 0;
        column-rule: 0;
        min-height: initial; }
        .nav-site-map ul.fsNavLevel1 li {
          page-break-inside: avoid;
          break-inside: avoid-column; } }
    .nav-site-map ul.fsNavLevel1 > li > a {
      margin-bottom: 20px;
      font-weight: 700; }
  .nav-site-map ul.fsNavLevel2 {
    list-style: disc; }
  .nav-site-map ul.fsNavLevel3 {
    list-style: circle; }
  .nav-site-map ul.fsNavLevel4 {
    list-style: square; }
  .nav-site-map ul.fsNavLevel5 {
    list-style: disc; }

.nav-tier ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-tier ul li a {
    display: block;
    padding: 10px 10px;
    color: #4169e1;
    background: transparent; }
    .nav-tier ul li a:hover, .nav-tier ul li a:focus {
      color: #1e1e1e;
      background: #1e1e1e; }
  .nav-tier ul li.fsNavCurrentPage > a {
    color: #4169e1;
    background: #050505; }
    .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
      color: #c9c9c9;
      background: #1e1e1e; }
  .nav-tier ul li.fsNavCurrentPageAncestor {
    background: #1e1e1e; }
    .nav-tier ul li.fsNavCurrentPageAncestor > a {
      color: #4169e1;
      background: transparent; }
      .nav-tier ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
        color: #4169e1;
        background: #1e1e1e; }

.nav-tier .fsNavLevel1 {
  padding-left: 0; }
  .nav-tier .fsNavLevel1 > li {
    border-bottom: 1px solid #1e1e1e; }
    .nav-tier .fsNavLevel1 > li:last-child {
      border-bottom: none; }

.nav-tier .fsNavLevel2 > li > a {
  padding-left: 20px; }

.nav-tier .fsNavLevel3 > li > a {
  padding-left: 30px; }

.nav-tier .fsNavLevel4 > li > a {
  padding-left: 40px; }

.nav-tier .fsNavLevel5 > li > a {
  padding-left: 50px; }

.nav-sub {
  background-color: #ededed;
  padding: 10px 0;
  display: none; }
  @media screen and (max-width: 599px) {
    .nav-sub > header {
      display: block;
      position: relative; }
      .nav-sub > header .fsElementTitle {
        position: relative;
        margin-top: 0;
        font-weight: 700;
        font-size: 19px;
        line-height: 27px;
        margin-bottom: 10px;
        margin-bottom: 0;
        display: block;
        font-size: 16px;
        padding: 10px 20px;
        color: #1e1e1e;
        background-color: #c9c9c9;
        transition: .3s;
        cursor: pointer;
        position: relative;
        padding-right: 40px; }
        .nav-sub > header .fsElementTitle:hover {
          background-color: #99afef;
          color: #1e1e1e; } }
    @media screen and (max-width: 599px) and (min-width: 600px) {
      .nav-sub > header .fsElementTitle {
        cursor: default; } }
  @media screen and (max-width: 599px) {
        .nav-sub > header .fsElementTitle:after {
          content: "+";
          line-height: 1;
          position: absolute;
          margin: 0;
          position: absolute;
          top: 50%;
          transform: translate3d(0, -50%, 0);
          right: 20px; }
    .nav-sub > .fsElementContent {
      position: relative;
      display: block;
      background-color: #1e1e1e; }
      .nav-sub > .fsElementContent ul li a {
        display: block;
        padding: 10px 20px;
        color: #4169e1;
        background: transparent; }
        .nav-sub > .fsElementContent ul li a:hover, .nav-sub > .fsElementContent ul li a:focus {
          color: #1e1e1e;
          background: #515151; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
        color: #1e1e1e;
        background: black; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
          color: #c9c9c9;
          background: black; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
        background: #050505; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
          color: #4169e1;
          background: transparent; }
          .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
            color: #4169e1;
            background: black; }
      .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
        padding-left: 20px; }
      .nav-sub > .fsElementContent .fsNavLevel2 > li > a {
        padding-left: 30px; }
      .nav-sub > .fsElementContent .fsNavLevel3 > li > a {
        padding-left: 40px; }
      .nav-sub > .fsElementContent .fsNavLevel4 > li > a {
        padding-left: 50px; }
      .nav-sub > .fsElementContent .fsNavLevel5 > li > a {
        padding-left: 60px; }
    .nav-sub.active-nav > header .fsElementTitle {
      background-color: #c9c9c9;
      color: #1e1e1e; }
      .nav-sub.active-nav > header .fsElementTitle:after {
        content: "-"; } }
  @media (min-width: 600px) {
    .nav-sub {
      display: block; } }
  .nav-sub > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease; }
    @media (min-width: 600px) {
      .nav-sub > .fsElementContent {
        max-height: 9999px;
        visibility: visible;
        opacity: 1; } }
  .nav-sub.active-nav > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1; }
  .fsHeader .nav-sub {
    display: block; }
    @media (min-width: 600px) {
      .fsHeader .nav-sub {
        display: none; } }
  .nav-sub.nav-sub-empty {
    display: none !important; }
  .nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-sub ul li a {
      display: block;
      padding: 10px 20px;
      color: #5d5d5d;
      background: transparent; }
      .nav-sub ul li a:hover, .nav-sub ul li a:focus {
        color: #ffffff;
        background: #4169e1; }
    .nav-sub ul li.fsNavCurrentPage > a {
      color: #4169e1;
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus {
        color: #ffffff;
        background: #4169e1; }
    .nav-sub ul li.fsNavCurrentPageAncestor {
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPageAncestor > a {
        color: #4169e1;
        background: transparent; }
        .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
          color: #ffffff;
          background: #4169e1; }
  .nav-sub .fsNavLevel1 {
    padding-left: 0; }
    @media screen and (max-width: 599px) {
      .nav-sub .fsNavLevel1 {
        padding-top: 10px;
        padding-bottom: 10px; } }
    .nav-sub .fsNavLevel1 > li {
      position: relative; }
      .nav-sub .fsNavLevel1 > li:after {
        content: '';
        width: calc(100% - 40px);
        height: 1px;
        background-color: rgba(93, 93, 93, 0.2);
        position: absolute;
        bottom: 0;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .nav-sub .fsNavLevel1 > li:last-child:after {
        display: none; }
  .nav-sub .fsNavLevel2 > li > a {
    padding-left: 30px; }
  .nav-sub .fsNavLevel3 > li > a {
    padding-left: 40px; }
  .nav-sub .fsNavLevel4 > li > a {
    padding-left: 50px; }
  .nav-sub .fsNavLevel5 > li > a {
    padding-left: 60px; }

.nav-main {
  margin-bottom: 0; }
  .fsHeader .nav-main {
    display: none; }
    @media (min-width: 1020px) {
      .fsHeader .nav-main {
        display: block;
        position: relative; } }
  .nav-main .fsNavLevel1 {
    border-top: 1px solid rgba(201, 201, 201, 0.7); }
    .nav-main .fsNavLevel1, .nav-main .fsNavLevel1 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .nav-main .fsNavLevel1 li {
      margin: 0;
      padding: 0; }
    @media (min-width: 1020px) {
      .nav-main .fsNavLevel1 {
        max-width: 73.75rem;
        margin: 0 auto;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .no-flexbox .nav-main .fsNavLevel1 {
          text-align: justify;
          font-size: 0.1px; }
          .no-flexbox .nav-main .fsNavLevel1 > li {
            display: inline-block; }
          .no-flexbox .nav-main .fsNavLevel1:after {
            content: "";
            display: inline-block;
            width: 100%; } }
    @media (min-width: 1020px) {
      .nav-main .fsNavLevel1 > li {
        -ms-flex: 1 auto;
        flex: 1 auto;
        position: static !important; } }
    .nav-main .fsNavLevel1 > li:hover > a {
      color: #5d5d5d;
      background: transparent;
      position: relative; }
      .nav-main .fsNavLevel1 > li:hover > a:after {
        opacity: 1; }
    .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo {
      padding: 20px; }
      @media (min-width: 1180px) {
        .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo {
          padding: 20px 0; } }
    .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
      color: #4169e1;
      background: transparent; }
    .nav-main .fsNavLevel1 > li > a {
      display: block;
      color: #5d5d5d;
      background: transparent;
      padding: 15px 20px; }
      .nav-main .fsNavLevel1 > li > a:focus {
        color: #5d5d5d;
        background: transparent; }
      .nav-main .fsNavLevel1 > li > a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: calc(100% - 30px);
        height: 3px;
        background: #4169e1;
        opacity: 0; }
    html.js .nav-main .fsNavLevel1 > li {
      position: relative; }
      html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        overflow: hidden; }
      .menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
        max-height: 9999px; }
      html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
        max-height: 9999px; }
      html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo {
        max-height: 9999px; }
    html:not(.js) .nav-main .fsNavLevel1 > li {
      position: relative; }
      html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        overflow: hidden; }
      html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
        max-height: 9999px; }
      @media (max-width: 599px) {
        html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
          max-height: 9999px; } }

.nav-main .fsNavPageInfo {
  background-color: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  text-align: left;
  z-index: 300;
  width: 100%; }
  .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 {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  margin: 0 auto !important; }
  .nav-main .fsNavLevel2 li a {
    display: block;
    color: #5d5d5d;
    background: transparent;
    padding: 0.625em; }
    .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus {
      color: #000000;
      background: transparent; }
  .nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
    color: #4169e1;
    background: transparent; }
  .nav-main .fsNavLevel2 .threeCol-list {
    width: 33%;
    display: inline-block;
    vertical-align: top; }

.drawer-ribbon {
  position: relative;
  height: 50px; }
  @media (min-width: 1020px) {
    .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;
  top: 5px;
  right: 20px;
  left: auto;
  height: 38px;
  max-width: 38px;
  background-color: #4169e1;
  z-index: 12; }
  .drawer-trigger:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #ffffff;
    font-size: 25px;
    line-height: 38px; }
  @media (min-width: 700px) {
    .drawer-trigger {
      top: 85px; } }
  @media (min-width: 1020px) {
    .drawer-trigger {
      display: none; } }

.district #fsMenu .utility-nav {
  display: none; }

body.drawer-is-active {
  position: relative;
  min-height: 100%;
  top: 0px; }
  body.drawer-is-active #fsPageWrapper {
    overflow: visible; }

body.drawer-is-active:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 400; }

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s,
 visibility .3s,
 transform .3s;
  top: 0;
  right: 0;
  transform: translate3d(20%, 0, 0);
  -ms-transform: translate(20%, 0);
  transform: translate(20%, 0);
  top: 0;
  min-height: 100%;
  max-width: 37.5em;
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); }
  .drawer-is-active .fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .fsMenu .drawer-close {
    background-color: transparent;
    font-size: 1px;
    color: transparent;
    position: relative;
    height: 50px;
    width: 50px;
    float: right;
    border: 0;
    margin: 10px 10px 10px 0;
    text-align: center; }
    .fsMenu .drawer-close:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 20px;
      line-height: 50px;
      color: #5d5d5d; }
  .fsMenu .menu-search {
    padding: 20px; }
    .fsMenu .menu-search form {
      width: calc(100% - 55px);
      background-color: #e5e5e5; }
      .fsMenu .menu-search form input {
        width: 83%;
        background-color: transparent;
        border: 0;
        color: #5d5d5d;
        padding: 0 10px 0 20px;
        height: 40px;
        line-height: 40px; }
      .fsMenu .menu-search form button {
        -webkit-appearance: none;
        background: transparent;
        box-shadow: 0;
        border: 0;
        height: 40px;
        width: 15%;
        padding: 0; }
        .fsMenu .menu-search form button:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          color: #5d5d5d;
          font-size: 20px;
          line-height: 30px;
          padding-right: 10px;
          transition: color .3s;
          text-align: center; }
  .fsMenu .utility-nav,
  .fsMenu .community-nav {
    background-color: rgba(229, 229, 229, 0.5); }
    .fsMenu .utility-nav, .fsMenu .utility-nav ul,
    .fsMenu .community-nav,
    .fsMenu .community-nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .fsMenu .utility-nav li,
    .fsMenu .community-nav li {
      margin: 0;
      padding: 0; }
    .fsMenu .utility-nav .fsNavLevel1 a,
    .fsMenu .community-nav .fsNavLevel1 a {
      color: #5d5d5d; }
    .fsMenu .utility-nav .fsNavLevel1 > li,
    .fsMenu .community-nav .fsNavLevel1 > li {
      padding: 0 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .fsMenu .utility-nav .fsNavLevel1 > li > a,
      .fsMenu .community-nav .fsNavLevel1 > li > a {
        font-size: 13px;
        letter-spacing: .75px;
        text-transform: uppercase; }
      .fsMenu .utility-nav .fsNavLevel1 > li.district-home > a:before,
      .fsMenu .community-nav .fsNavLevel1 > li.district-home > a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: inline-block;
        margin-right: 5px; }
      .fsMenu .utility-nav .fsNavLevel1 > li.our-schools > a:before,
      .fsMenu .community-nav .fsNavLevel1 > li.our-schools > a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: inline-block;
        margin-right: 5px; }
      .fsMenu .utility-nav .fsNavLevel1 > li.google-translate,
      .fsMenu .community-nav .fsNavLevel1 > li.google-translate {
        display: none; }
      .fsMenu .utility-nav .fsNavLevel1 > li.search-trigger,
      .fsMenu .community-nav .fsNavLevel1 > li.search-trigger {
        display: none; }
      .fsMenu .utility-nav .fsNavLevel1 > li.active,
      .fsMenu .community-nav .fsNavLevel1 > li.active {
        background-color: rgba(229, 229, 229, 0.9);
        padding-bottom: 10px; }
        .fsMenu .utility-nav .fsNavLevel1 > li.active > a,
        .fsMenu .community-nav .fsNavLevel1 > li.active > a {
          color: #4169e1; }
          .fsMenu .utility-nav .fsNavLevel1 > li.active > a:before,
          .fsMenu .community-nav .fsNavLevel1 > li.active > a:before {
            color: #4169e1; }
    .fsMenu .utility-nav .fsNavLevel2,
    .fsMenu .community-nav .fsNavLevel2 {
      padding-left: 1.25em; }
      .fsMenu .utility-nav .fsNavLevel2 > li,
      .fsMenu .community-nav .fsNavLevel2 > li {
        padding: 0 5px; }
        .fsMenu .utility-nav .fsNavLevel2 > li a,
        .fsMenu .community-nav .fsNavLevel2 > li a {
          font-size: 14px; }
        .fsMenu .utility-nav .fsNavLevel2 > li.active > a,
        .fsMenu .community-nav .fsNavLevel2 > li.active > a {
          color: #4169e1; }
    .fsMenu .utility-nav .fsNavLevel3,
    .fsMenu .community-nav .fsNavLevel3 {
      padding-left: 1.25em; }
      .fsMenu .utility-nav .fsNavLevel3 > li,
      .fsMenu .community-nav .fsNavLevel3 > li {
        padding: 20px; }
        .fsMenu .utility-nav .fsNavLevel3 > li a,
        .fsMenu .community-nav .fsNavLevel3 > li a {
          font-size: 14px; }
        .fsMenu .utility-nav .fsNavLevel3 > li.active > a,
        .fsMenu .community-nav .fsNavLevel3 > li.active > a {
          color: #4169e1; }
    .fsMenu .utility-nav ul, .fsMenu .utility-nav ul ul,
    .fsMenu .community-nav ul,
    .fsMenu .community-nav ul ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .fsMenu .utility-nav ul li,
    .fsMenu .community-nav ul li {
      margin: 0;
      padding: 0; }
    .fsMenu .utility-nav ul li.fsNavParentPage,
    .fsMenu .community-nav ul li.fsNavParentPage {
      position: relative; }
      .fsMenu .utility-nav ul li.fsNavParentPage .fsNavPageInfo,
      .fsMenu .community-nav ul li.fsNavParentPage .fsNavPageInfo {
        display: none; }
      .fsMenu .utility-nav ul li.fsNavParentPage .drop-trigger,
      .fsMenu .community-nav ul li.fsNavParentPage .drop-trigger {
        color: #5d5d5d;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        text-align: center;
        font-size: 25px;
        padding: 10px 0; }
        .fsMenu .utility-nav ul li.fsNavParentPage .drop-trigger:after,
        .fsMenu .community-nav ul li.fsNavParentPage .drop-trigger:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .fsMenu .utility-nav ul li.fsNavParentPage .drop-trigger.expanded:after,
        .fsMenu .community-nav ul li.fsNavParentPage .drop-trigger.expanded:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          color: #4169e1; }
    .fsMenu .utility-nav ul li.fsNavCurrentPage > a, .fsMenu .utility-nav ul li.fsNavCurrentPageAncestor > a,
    .fsMenu .community-nav ul li.fsNavCurrentPage > a,
    .fsMenu .community-nav ul li.fsNavCurrentPageAncestor > a {
      color: #4169e1 !important; }
    .fsMenu .utility-nav ul li.fsNavCurrentPage > .fsNavPageInfo, .fsMenu .utility-nav ul li.fsNavCurrentPageAncestor > .fsNavPageInfo,
    .fsMenu .community-nav ul li.fsNavCurrentPage > .fsNavPageInfo,
    .fsMenu .community-nav ul li.fsNavCurrentPageAncestor > .fsNavPageInfo {
      display: block; }
  .fsMenu .main-navigation a {
    color: #5d5d5d; }
  .fsMenu .main-navigation .fsNavLevel1 > li {
    padding: 5px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .fsMenu .main-navigation .fsNavLevel1 > li > a {
      font-size: 17px; }
    .fsMenu .main-navigation .fsNavLevel1 > li.active {
      background-color: rgba(229, 229, 229, 0.9);
      padding-bottom: 10px; }
      .fsMenu .main-navigation .fsNavLevel1 > li.active > a {
        color: #4169e1; }
  .fsMenu .main-navigation .fsNavLevel2 {
    padding-left: 1.25em; }
    .fsMenu .main-navigation .fsNavLevel2 > li {
      padding: 0 10px; }
      .fsMenu .main-navigation .fsNavLevel2 > li.active > a {
        color: #4169e1; }
  .fsMenu .main-navigation .fsNavLevel3 {
    padding-left: 1.25em; }
    .fsMenu .main-navigation .fsNavLevel3 > li {
      padding: 0 10px; }
      .fsMenu .main-navigation .fsNavLevel3 > li.active > a {
        color: #000000; }
  .fsMenu .main-navigation ul, .fsMenu .main-navigation ul ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsMenu .main-navigation ul li {
    margin: 0;
    padding: 0; }
  .fsMenu .main-navigation ul li.fsNavParentPage {
    position: relative; }
    .fsMenu .main-navigation ul li.fsNavParentPage .fsNavPageInfo {
      display: none; }
    .fsMenu .main-navigation ul li.fsNavParentPage .drop-trigger {
      color: #5d5d5d;
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      width: 60px;
      text-align: center;
      font-size: 25px;
      padding: 10px 0; }
      .fsMenu .main-navigation ul li.fsNavParentPage .drop-trigger:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .fsMenu .main-navigation ul li.fsNavParentPage .drop-trigger.expanded:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #4169e1; }
  .fsMenu .main-navigation ul li.fsNavCurrentPage > a, .fsMenu .main-navigation ul li.fsNavCurrentPageAncestor > a {
    color: #4169e1 !important; }
  .fsMenu .main-navigation ul li.fsNavCurrentPage > .fsNavPageInfo, .fsMenu .main-navigation ul li.fsNavCurrentPageAncestor > .fsNavPageInfo {
    display: block; }

@media (max-width: 699px) {
  .nav-social {
    text-align: center; } }

.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, .nav-social .fsNavLevel1 [href*='facebook']:focus {
    background: #ffffff; }
    .nav-social .fsNavLevel1 [href*='facebook']:hover:before, .nav-social .fsNavLevel1 [href*='facebook']:focus:before {
      color: #4169e1; }
  .nav-social .fsNavLevel1 [href*='instagram']:hover, .nav-social .fsNavLevel1 [href*='instagram']:focus {
    background: #ffffff; }
    .nav-social .fsNavLevel1 [href*='instagram']:hover:before, .nav-social .fsNavLevel1 [href*='instagram']:focus:before {
      color: #4169e1; }
  .nav-social .fsNavLevel1 [href*='linkedin']:hover, .nav-social .fsNavLevel1 [href*='linkedin']:focus {
    background: #ffffff; }
    .nav-social .fsNavLevel1 [href*='linkedin']:hover:before, .nav-social .fsNavLevel1 [href*='linkedin']:focus:before {
      color: #4169e1; }
  .nav-social .fsNavLevel1 [href*='pinterest']:hover, .nav-social .fsNavLevel1 [href*='pinterest']:focus {
    background: #ffffff; }
    .nav-social .fsNavLevel1 [href*='pinterest']:hover:before, .nav-social .fsNavLevel1 [href*='pinterest']:focus:before {
      color: #4169e1; }
  .nav-social .fsNavLevel1 [href*='tumblr']:hover, .nav-social .fsNavLevel1 [href*='tumblr']:focus {
    background: #ffffff; }
    .nav-social .fsNavLevel1 [href*='tumblr']:hover:before, .nav-social .fsNavLevel1 [href*='tumblr']:focus:before {
      color: #4169e1; }
  .nav-social .fsNavLevel1 [href*='twitter']:hover, .nav-social .fsNavLevel1 [href*='twitter']:focus {
    background: #ffffff; }
    .nav-social .fsNavLevel1 [href*='twitter']:hover:before, .nav-social .fsNavLevel1 [href*='twitter']:focus:before {
      color: #4169e1; }
  .nav-social .fsNavLevel1 [href*='vimeo']:hover, .nav-social .fsNavLevel1 [href*='vimeo']:focus {
    background: #ffffff; }
    .nav-social .fsNavLevel1 [href*='vimeo']:hover:before, .nav-social .fsNavLevel1 [href*='vimeo']:focus:before {
      color: #4169e1; }
  .nav-social .fsNavLevel1 [href*='vine']:hover, .nav-social .fsNavLevel1 [href*='vine']:focus {
    background: #ffffff; }
    .nav-social .fsNavLevel1 [href*='vine']:hover:before, .nav-social .fsNavLevel1 [href*='vine']:focus:before {
      color: #4169e1; }
  .nav-social .fsNavLevel1 [href*='youtube']:hover, .nav-social .fsNavLevel1 [href*='youtube']:focus {
    background: #ffffff; }
    .nav-social .fsNavLevel1 [href*='youtube']:hover:before, .nav-social .fsNavLevel1 [href*='youtube']:focus:before {
      color: #4169e1; }
  .nav-social .fsNavLevel1 [href*='rss']:hover, .nav-social .fsNavLevel1 [href*='rss']:focus {
    background: #ffffff; }
    .nav-social .fsNavLevel1 [href*='rss']:hover:before, .nav-social .fsNavLevel1 [href*='rss']:focus:before {
      color: #4169e1; }
  .nav-social .fsNavLevel1 a {
    display: block;
    padding: 0 10px;
    position: relative;
    height: 40px;
    width: 40px;
    border-radius: 100%; }
    .nav-social .fsNavLevel1 a:before {
      color: #ffffff;
      font-size: 25px;
      transition: 0.3s all;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.nav-functions-header {
  margin-bottom: 5px; }
  @media (min-width: 1020px) {
    .nav-functions-header {
      text-align: right; } }
  .nav-functions-header .fsNavLevel1, .nav-functions-header .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-functions-header .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  .nav-functions-header .fsNavLevel1 > li {
    position: relative;
    display: inline-block;
    padding-bottom: 10px; }
    .nav-functions-header .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden; }
    .nav-functions-header .fsNavLevel1 > li:hover > .fsNavPageInfo {
      max-height: 9999px; }
    @media (max-width: 599px) {
      .nav-functions-header .fsNavLevel1 > li:focus > .fsNavPageInfo {
        max-height: 9999px; } }
    .nav-functions-header .fsNavLevel1 > li:not(.fsNavParentPage) > a:after {
      display: none; }
    .nav-functions-header .fsNavLevel1 > li.district-home {
      display: none; }
      @media (min-width: 700px) {
        .nav-functions-header .fsNavLevel1 > li.district-home {
          display: inline-block; } }
      .nav-functions-header .fsNavLevel1 > li.district-home > a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    @media (min-width: 700px) {
      .nav-functions-header .fsNavLevel1 > li.our-schools {
        display: inline-block; } }
    .nav-functions-header .fsNavLevel1 > li.our-schools > a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-functions-header .fsNavLevel1 > li.google-translate {
      position: relative; }
      .nav-functions-header .fsNavLevel1 > li.google-translate a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .nav-functions-header .fsNavLevel1 > li.google-translate:hover, .nav-functions-header .fsNavLevel1 > li.google-translate:focus {
        cursor: pointer; }
        .nav-functions-header .fsNavLevel1 > li.google-translate:hover a, .nav-functions-header .fsNavLevel1 > li.google-translate:focus a {
          color: #4169e1; }
    .nav-functions-header .fsNavLevel1 > li.search-trigger {
      display: none; }
      @media (min-width: 700px) {
        .nav-functions-header .fsNavLevel1 > li.search-trigger {
          display: inline-block; } }
      .nav-functions-header .fsNavLevel1 > li.search-trigger > a {
        font-size: 0;
        padding-right: 0; }
        .nav-functions-header .fsNavLevel1 > li.search-trigger > a:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          font-size: 16px; }
    .nav-functions-header .fsNavLevel1 > li > a {
      padding: 0 10px;
      color: #868686;
      text-transform: uppercase;
      letter-spacing: .75px;
      font-size: 13px; }
      .nav-functions-header .fsNavLevel1 > li > a:hover, .nav-functions-header .fsNavLevel1 > li > a:focus {
        color: #4169e1; }
      .nav-functions-header .fsNavLevel1 > li > a:before {
        content: '';
        font-weight: 400;
        display: inline-block;
        margin-right: 5px; }
      .nav-functions-header .fsNavLevel1 > li > a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 8px solid #e5e5e5;
        opacity: 0; }
    .nav-functions-header .fsNavLevel1 > li:hover > a:after, .nav-functions-header .fsNavLevel1 > li:focus > a:after {
      opacity: 1; }
  .nav-functions-header .fsNavLevel1 .fsNavPageInfo {
    background-color: #e5e5e5;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 300;
    width: 250px;
    left: 50% !important;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .nav-functions-header .fsNavLevel2 {
    padding: 10px 20px !important; }
    .nav-functions-header .fsNavLevel2 > li > a {
      padding-left: 0;
      color: #5d5d5d; }
      .nav-functions-header .fsNavLevel2 > li > a:hover {
        color: #1e1e1e; }

@media (max-width: 749px) {
  .nav-utility-header {
    display: none; } }

.nav-utility-header .fsNavLevel1 {
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .nav-utility-header .fsNavLevel1, .nav-utility-header .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-utility-header .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  .nav-utility-header .fsNavLevel1 > li {
    position: static !important;
    position: relative;
    padding-bottom: 10px; }
    .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden; }
    .nav-utility-header .fsNavLevel1 > li:hover > .fsNavPageInfo {
      max-height: 9999px; }
    @media (max-width: 599px) {
      .nav-utility-header .fsNavLevel1 > li:focus > .fsNavPageInfo {
        max-height: 9999px; } }
    @media (min-width: 900px) {
      .nav-utility-header .fsNavLevel1 > li {
        padding-bottom: 20px; } }
    .nav-utility-header .fsNavLevel1 > li:not(.fsNavParentPage) > a:after {
      display: none; }
    .nav-utility-header .fsNavLevel1 > li:not(:last-of-type) {
      margin-right: 10px; }
    .nav-utility-header .fsNavLevel1 > li > a {
      padding: 2px 10px;
      color: #ffffff;
      text-transform: uppercase;
      background-color: #4169e1;
      font-size: 13px;
      letter-spacing: 0.75px;
      display: block; }
      .nav-utility-header .fsNavLevel1 > li > a:after {
        content: '';
        position: absolute;
        bottom: -19px;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 8px solid #e5e5e5;
        opacity: 0; }
        @media (min-width: 900px) {
          .nav-utility-header .fsNavLevel1 > li > a:after {
            bottom: -20px; } }
    .nav-utility-header .fsNavLevel1 > li:hover > a, .nav-utility-header .fsNavLevel1 > li:focus > a {
      color: #ffffff;
      background-color: #5d5d5d;
      position: relative; }
      .nav-utility-header .fsNavLevel1 > li:hover > a:after, .nav-utility-header .fsNavLevel1 > li:focus > a:after {
        opacity: 1; }
    .nav-utility-header .fsNavLevel1 > li:hover .fsNavPageInfo, .nav-utility-header .fsNavLevel1 > li:focus .fsNavPageInfo {
      padding: 20px; }
      @media (min-width: 1180px) {
        .nav-utility-header .fsNavLevel1 > li:hover .fsNavPageInfo, .nav-utility-header .fsNavLevel1 > li:focus .fsNavPageInfo {
          padding: 20px 0; } }
  .nav-utility-header .fsNavLevel1 .fsNavPageInfo {
    background-color: #e5e5e5;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    text-align: left;
    z-index: 300;
    width: 100%; }

.nav-utility-header .fsNavLevel2 {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  margin: 0 auto !important; }
  .nav-utility-header .fsNavLevel2 li a {
    display: block;
    color: #5d5d5d;
    padding: 0.625em; }
    .nav-utility-header .fsNavLevel2 li a:hover, .nav-utility-header .fsNavLevel2 li a:focus {
      color: #000000; }
  .nav-utility-header .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
    color: #4169e1; }
  .nav-utility-header .fsNavLevel2 .threeCol-list {
    width: 33%;
    display: inline-block;
    vertical-align: top; }

@media (max-width: 699px) {
  .nav-utility-footer {
    text-align: center; } }

.nav-utility-footer .fsNavLevel1, .nav-utility-footer .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-utility-footer .fsNavLevel1 li {
  margin: 0;
  padding: 0; }

.nav-utility-footer .fsNavLevel1 li {
  display: inline-block; }
  .nav-utility-footer .fsNavLevel1 li a {
    padding: 0 10px;
    color: #ffffff; }
    .nav-utility-footer .fsNavLevel1 li a:hover, .nav-utility-footer .fsNavLevel1 li a:focus {
      color: #ffffff;
      text-decoration: underline; }

/*! 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: 25px; }
  .fsProfileSectionData > div {
    width: auto;
    float: none;
    display: block; }
  .fsProfileSectionData.fsStyleHalf {
    width: 100%; }
    @media (min-width: 600px) {
      .fsProfileSectionData.fsStyleHalf {
        width: 50%; } }

.fsProfileSectionSpecialData > div {
  width: auto;
  float: none;
  display: block; }

.fsProfileSectionSpecialData div[id^="fsEmail"] {
  display: inline-block; }

.fsProfileSectionFieldName,
.fsEmail > div:first-child {
  font-weight: 700; }

/*! elements - constituent search */
.fsConstituent.fsSearch {
  overflow: hidden; }
  .fsConstituent.fsSearch + .fsConstituent {
    border-top: solid 1px black;
    margin-top: 20px;
    padding-top: 20px; }

.fsConstituentSearchForm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .fsConstituentSearchForm > label {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .fsConstituentSearchForm > label > span {
      margin-bottom: 2px; }
    .fsConstituentSearchForm > label > select,
    .fsConstituentSearchForm > label > input {
      border: solid 1px black;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .fsConstituentSearchForm > label > select {
      height: 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: #e5e5e5;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-top: 0;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
    margin-bottom: 2px;
    font-weight: 500;
    display: block;
    font-size: 16px;
    padding: 3px 13.33333px;
    color: #4169e1;
    transition: .3s;
    position: relative; }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
      transition: none; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #c9c9c9;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #4169e1;
      transition: .3s; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #4169e1; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #ffffff; }
    .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;
  text-align: center;
  font-weight: normal;
  top: 0;
  padding-top: 6px;
  font-family: "IcoMoon";
  font-size: 14px;
  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;
  text-align: center;
  font-weight: normal;
  top: 0;
  padding-top: 6px;
  font-family: "IcoMoon";
  font-size: 14px;
  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; }

body.fsAccountBarVisible {
  margin-top: 35px; }
  @media (min-width: 1020px) {
    body.fsAccountBarVisible:not(.fsComposeMode) #fsHeader {
      top: 35px; } }

#fsAccountBar {
  background-color: #4169e1;
  color: #fff;
  padding: 0 9%;
  z-index: 9999; }
  #fsAccountBar a {
    color: #fff; }
  #fsAccountBar > ul > li {
    cursor: pointer;
    margin: 0;
    padding: 0 1em; }
    #fsAccountBar > ul > li:hover {
      background-color: #d6d6d6; }
    #fsAccountBar > ul > li:first-child ul {
      margin-left: 35px; }
  #fsAccountBar .fsAccountBarMenu {
    background-color: #c9c9c9;
    border-width: 0;
    left: 0; }
    #fsAccountBar .fsAccountBarMenu li:hover {
      background-color: #d6d6d6; }
    #fsAccountBar .fsAccountBarMenu ul {
      background-color: #c9c9c9;
      left: 100%; }

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent > .fsElementContent {
  width: 100%; }

.fsAthleticsEvent .fsAlertFeeds {
  margin-bottom: 10px; }

.fsAthleticsEvent .fsElementEventIcon {
  display: inline-block;
  max-width: 100%; }

.fsAthleticsEvent .fsTitle {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0; }

.fsAthleticsEvent div.fsTitle {
  display: inline-block; }

/*! elements - athletics events - list subtype */
.fsAthleticsEvent.fsList .fsElementEventIcon {
  margin-right: 10px; }
  .fsAthleticsEvent.fsList .fsElementEventIcon img {
    max-width: 20px;
    height: auto; }

.fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
  outline: 0; }

.fsAthleticsEvent.fsList .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px; }

.fsAthleticsEvent.fsList .fsAthleticsOpponents {
  display: inline; }

.fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
  display: inline; }

.fsAthleticsEvent.fsList .fsAthleticsEventReadMoreLink {
  display: inline-block;
  margin-top: 5px; }

.fsAthleticsEvent.fsList .fsAthleticsDismissal,
.fsAthleticsEvent.fsList .fsAthleticsDeparture,
.fsAthleticsEvent.fsList .fsAthleticsReturn,
.fsAthleticsEvent.fsList .fsAthleticsPickup {
  margin-top: 5px; }

.fsAthleticsEvent.fsList .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsList .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsList .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsList .fsAthleticsPickupLabel {
  display: inline-block; }
  .fsAthleticsEvent.fsList .fsAthleticsDismissalLabel + div,
  .fsAthleticsEvent.fsList .fsAthleticsDepartureLabel + div,
  .fsAthleticsEvent.fsList .fsAthleticsReturnLabel + div,
  .fsAthleticsEvent.fsList .fsAthleticsPickupLabel + div {
    display: inline-block; }

/*! elements - athletics events */
.fsAthleticsEvent.fsEvent article > div {
  margin-bottom: 10px; }
  .fsAthleticsEvent.fsEvent article > div:last-child {
    margin-bottom: 0; }

.fsAthleticsEvent.fsEvent .fsAthleticsOpponents {
  display: inline-block; }

.fsAthleticsEvent.fsEvent .fsAthleticsVs + div {
  display: inline-block; }

/*! elements - athletics events - table*/
@media (min-width: 801px) {
  .fsAthleticsEvent.fsTable .fsDateTime,
  .fsAthleticsEvent.fsTable .fsAthleticsScore {
    white-space: nowrap; } }

.fsAthleticsEvent.fsTable .fsElementTable {
  margin-bottom: 0; }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable thead {
      display: none; } }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable td {
      display: inline-block;
      width: 100%;
      padding: 0 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:not(:last-child) {
        border: 0; }
      .fsAthleticsEvent.fsTable .fsElementTable td:first-of-type {
        padding-top: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:last-of-type {
        padding-bottom: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:before {
        display: inline-block;
        font-weight: 700; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
        content: 'Team: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
        display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
          content: 'Opponent: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
        content: 'Date: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
        content: 'Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
        content: 'Location: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAdvantage:before {
        content: 'Advantage: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
        content: 'Type: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails:before {
        content: 'Details: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
        content: 'Result: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsScore:before {
        content: 'Score: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAlerts:before {
        content: 'Alerts: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDismissal:before {
        content: 'Dismissal: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDeparture:before {
        content: 'Departure: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsReturn:before {
        content: 'Return Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsPickup:before {
        content: 'Pickup Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
        content: 'Recap: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
        content: 'Status: '; } }

.fsAthleticsEvent.fsTable .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsTable .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsTable .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsTable .fsAthleticsPickupLabel {
  display: none; }

.fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
  display: inline-block; }
  @media (min-width: 800px) {
    .fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
      display: block; } }

/*! elements - athletics popup modal */
.fsAthleticsEvent.fsDialog {
  margin: auto; }
  .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
    margin-top: 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 15px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsLabel {
    font-weight: bold;
    margin-top: 20px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsAddress > div {
    margin-top: 10px; }

/*! elements - athletics roster */
.fsAthleticsRoster .fsElementTable td:before, .fsAthleticsRosterList li > div:before {
  margin-right: 5px;
  display: inline-block;
  font-weight: 700; }

.fsAthleticsRoster .fsElementTable td.fsRosterPlayerNumber:before, .fsAthleticsRosterList li > div.fsRosterPlayerNumber:before {
  content: 'Number: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterName:before, .fsAthleticsRosterList li > div.fsRosterName:before {
  content: 'Name: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterPosition:before, .fsAthleticsRosterList li > div.fsRosterPosition:before {
  content: 'Position: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterClass:before, .fsAthleticsRosterList li > div.fsRosterClass:before {
  content: 'Class: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterGradeLevel:before, .fsAthleticsRosterList li > div.fsRosterGradeLevel:before {
  content: 'Grade: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterHometown:before, .fsAthleticsRosterList li > div.fsRosterHometown:before {
  content: 'Hometown: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterHeight:before, .fsAthleticsRosterList li > div.fsRosterHeight:before {
  content: 'Height: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterWeight:before, .fsAthleticsRosterList li > div.fsRosterWeight:before {
  content: 'Weight: '; }

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable thead {
    display: none; } }

@media (min-width: 800px) {
  .fsAthleticsRoster .fsElementTable td:before {
    display: none; } }

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px; }
    .fsAthleticsRoster .fsElementTable td:not(:last-child) {
      border: 0; }
    .fsAthleticsRoster .fsElementTable td:first-of-type {
      padding-top: 10px; }
    .fsAthleticsRoster .fsElementTable td:last-of-type {
      padding-bottom: 10px; } }

.fsAthleticsRosterContent {
  margin-bottom: 20px; }
  .fsAthleticsRosterContent:empty, .fsAthleticsRosterContent:last-child {
    margin-bottom: 0; }

.fsAthleticsRosterList, .fsAthleticsRosterList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsAthleticsRosterList li {
  margin: 0;
  padding: 0; }

.fsAthleticsRosterList li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e5e5e5; }
  .fsAthleticsRosterList li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .fsAthleticsRosterList li > div {
    margin-bottom: 10px; }
    .fsAthleticsRosterList li > div:last-child {
      margin-bottom: 0; }
    .fsAthleticsRosterList li > div.fsRosterName {
      margin-bottom: 10px; }
      .fsAthleticsRosterList li > div.fsRosterName:before {
        display: none; }

.fsAthleticsRosterList .fsCoachImage {
  display: block;
  margin-bottom: 10px; }

/*! elements - athletics teams */
.fsAthleticsTeamDirectory {
  max-width: 100%; }
  .fsAthleticsTeamDirectory, .fsAthleticsTeamDirectory ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsAthleticsTeamDirectory li {
    margin: 0;
    padding: 0; }
  .fsAthleticsTeamDirectory > li {
    margin-bottom: 10px; }
  .fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
    display: inline-block; }

.fsAthleticsTeamIcon {
  margin-right: 10px; }

.fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

.fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */
.fsCalendar article {
  position: relative;
  padding-left: 100px;
  min-height: 75px;
  padding-top: 0; }
  .fsCalendar article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 75px;
  width: 75px;
  color: #ffffff;
  background: #4169e1;
  border-radius: 50%;
  font-weight: 700;
  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.fsMonth {
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 14px;
      line-height: 14px;
      margin-bottom: 5px; }
    .fsCalendar .fsDate > span.fsDay {
      font-size: 25px;
      line-height: 23px; }
    .fsCalendar .fsDate > span.fsYear {
      font-size: 14px;
      line-height: 14px;
      margin-top: 5px; }

.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0; }

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */
.fsCalendar.fsList .fsListItems + button {
  margin-top: 0; }

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
    margin-bottom: 0; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
    margin-top: 5px; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1; }

@media (min-width: 800px) {
  .flexbox .fsCalendarEventGrid .fsCalendarRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .flexbox .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important; }
    .flexbox .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      .flexbox .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
        height: auto;
        -ms-flex-positive: 1;
        flex-grow: 1; } }

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar:after {
    display: none; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar > div {
    margin: 0; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
    margin-right: 10px; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
    width: 100%; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
        width: auto; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    margin: 10px 0; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
        -ms-flex-order: 3;
        order: 3;
        margin: 0; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
    z-index: 1; }

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(65, 105, 225, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(65, 105, 225, 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(65, 105, 225, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(65, 105, 225, 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: #5d5d5d;
    color: #fff;
    border-radius: 0;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus {
      background: #777777;
      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,
    .fsComposerFormEmbed form textarea,
    .fsComposerFormEmbed form select {
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      line-height: 25px;
      color: #5d5d5d; }
    .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: #4169e1;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #1e1e1e; }
    .fsComposerFormEmbed form .required {
      color: #4169e1; }
    .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: #4169e1;
        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: #1e1e1e;
          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: #4169e1 !important;
      text-shadow: none;
      font-size: inherit;
      border: none !important;
      float: left;
      line-height: 1;
      color: #ffffff !important; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #fff !important;
        background: #c9c9c9 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "Roboto", 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: #5d5d5d;
    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: #777777;
      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: #5d5d5d;
    color: #fff;
    border-radius: 0; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus {
      background: #777777;
      color: #fff; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal; }

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #5d5d5d;
  font-family: "Roboto", sans-serif; }
  .fsMediaCustomPlayer article {
    position: relative; }

.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; }
  .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: #c9c9c9;
  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; }

.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: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 25px;
  width: 100%;
  background-color: #c9c9c9;
  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(201, 201, 201, 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: 700;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
    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; } }

.fsNews .fsTitle {
  margin-top: 0;
  font-weight: 700;
  font-size: 19px;
  line-height: 27px;
  margin-bottom: 10px; }

.fsNews.fsList article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e5e5e5; }

.fsNews.fsList .fsListItems:last-of-type > article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

.fsNews.fsList .fsListItems:last-of-type > .fsDayContainer:last-child article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0; }

.fsNews.fsList .fsListItems + button {
  margin-top: 20px; }

.fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

.fsPostElement.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

.fsPostElement.fsList article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e5e5e5; }

.fsPostElement.fsList .fsListItems:last-of-type > article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

.fsPostElement.fsList .fsListItems:last-of-type > .fsDayContainer:last-child article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0; }

.fsPostElement.fsList .fsListItems + button {
  margin-top: 20px; }

.custom-post .fsDateTime {
  margin-bottom: 1em; }

.custom-post .fsTitle {
  font-size: 1.6rem;
  font-weight: bold; }

/*! _main.scss - src/sass/modules/search/ - main search import */
.fsSearch form.gsc-search-box-tools {
  margin-bottom: 0;
  overflow: hidden;
  font-size: inherit; }
  .fsSearch form.gsc-search-box-tools table {
    border: 0; }
  .fsSearch form.gsc-search-box-tools > table.gsc-search-box {
    margin-bottom: 0;
    position: relative; }
  .fsSearch form.gsc-search-box-tools td.gsib_a {
    padding: 0; }
  .fsSearch form.gsc-search-box-tools td.gsib_b {
    display: none !important; }
  .fsSearch form.gsc-search-box-tools table.gsc-branding {
    display: none; }

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.fsSearch.site-search {
  margin-bottom: 20px; }
  .fsSearch.site-search form.gsc-search-box-tools {
    width: 400px; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
      padding: 0; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
        border: 0;
        height: 100%; }
        .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
          background: #c9c9c9 !important;
          background-image: none !important;
          width: 100%;
          height: 50px !important;
          color: #1e1e1e;
          padding-left: 10px !important;
          padding-right: 85px !important;
          margin: 0 !important;
          border-radius: 0 !important;
          font-size: 16px;
          font-family: "Roboto", 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: #4169e1;
      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: "Roboto", 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: #4a4a4a;
        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; }

#fsHeader .top-search form {
  width: 100%;
  border-bottom: 2px solid #ffffff;
  padding: 10px 0;
  font-size: 30px; }
  #fsHeader .top-search form input {
    width: calc(100% - 60px);
    background-color: transparent;
    border: 0;
    padding: 5px 0;
    height: 50px;
    color: #ffffff; }
  #fsHeader .top-search form button {
    width: 50px;
    height: 45px;
    padding: 0;
    border: 0;
    background-color: transparent; }
    #fsHeader .top-search form button:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #ffffff;
      font-size: 30px;
      transition: color 0.3s ease; }
    #fsHeader .top-search form button:hover:before {
      color: #868686; }

/*! _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 #5d5d5d; }
      .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: #5d5d5d;
        padding-left: 10px !important;
        padding-right: 85px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 16px;
        font-family: "Roboto", 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: #5d5d5d;
    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: "Roboto", sans-serif; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: #4a4a4a;
      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: "Roboto", 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: #5d5d5d; }
  .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: #c9c9c9; }

.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: #4169e1 !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: #1e1e1e !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; }
  .fsFacebook .fsFacebookTitle {
    font-size: 0;
    display: inline-block; }
    .fsFacebook .fsFacebookTitle:before {
      content: 'View Post';
      font-size: 16px; }

.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 {
    word-break: break-word; }
    .fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      display: block; }

.fsFacebookFollow {
  margin-top: 20px; }

.fsFacebookTitle {
  font-size: 0;
  display: inline-block; }
  .fsFacebookTitle:before {
    content: 'View Post';
    font-size: 16px; }

/*! 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: #5d5d5d;
  color: #fff;
  border-radius: 0; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus {
    background: #777777;
    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: #5d5d5d;
  color: #fff;
  border-radius: 0; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus {
    background: #777777;
    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; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-top: 0;
        font-weight: 700;
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 15px;
        margin-bottom: 2px;
        font-weight: 500;
        display: block;
        font-size: 16px;
        padding: 3px 13.33333px;
        color: #4169e1;
        transition: .3s;
        background: #e5e5e5;
        color: #4169e1; }
        .fsTabs .fsTabsNav li a:hover {
          background: #c9c9c9;
          color: #4169e1; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #4169e1;
        color: #ffffff; }

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block; }
  @media (min-width: 600px) {
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
      display: none; } }

/*! pages - home v0.0.1 */
.home #fsPageBodyWrapper {
  padding: 0; }

.home #fsPageBody {
  max-width: 100%; }

.home #fsPageContent {
  margin-bottom: 0px; }
  .home #fsPageContent > .fsPageLayout > .fsDiv {
    margin-bottom: 0px;
    padding: 0; }

.home .panel-news {
  padding: 30px 20px;
  background: #ffffff;
  position: relative;
  transition: all 0.3s ease; }
  @media (min-width: 900px) {
    .home .panel-news {
      padding: 75px 20px; } }
  .home .panel-news > header {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media (min-width: 700px) {
      .home .panel-news > header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 15px;
        letter-spacing: 2px; }
        .home .panel-news > header:after {
          content: '';
          position: absolute;
          display: block;
          background: rgba(201, 201, 201, 0.7);
          bottom: 0;
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          height: 1px;
          width: calc(100% - 40px); } }
    @media (min-width: 700px) and (min-width: 1300px) {
      .home .panel-news > header:after {
        width: 100%; } }
    @media (min-width: 1300px) {
      .home .panel-news > header {
        padding: 0;
        padding-bottom: 15px; } }
    .home .panel-news > header h2.fsElementTitle {
      margin-top: 0;
      font-weight: 700;
      font-size: 25px;
      line-height: 32px;
      margin-bottom: 10px;
      margin-bottom: 10px; }
      @media (min-width: 700px) {
        .home .panel-news > header h2.fsElementTitle {
          font-weight: 700;
          font-size: 35px;
          line-height: 40px;
          margin-bottom: 10px; } }
    .home .panel-news > header .fsElementHeaderContent {
      margin-bottom: 0; }
      .home .panel-news > header .fsElementHeaderContent a {
        color: #868686;
        font-size: 14px;
        letter-spacing: 0.75px; }
        .home .panel-news > header .fsElementHeaderContent a:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: inline-block;
          margin-left: 8px; }
        .home .panel-news > header .fsElementHeaderContent a:hover, .home .panel-news > header .fsElementHeaderContent a:focus {
          color: #4169e1; }
  .home .panel-news > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
    @media (min-width: 600px) {
      .home .panel-news > .fsElementContent {
        padding: 0 20px; } }
    @media (min-width: 1300px) {
      .home .panel-news > .fsElementContent {
        padding: 0; } }
  .home .panel-news .j-paginate.juicer-button {
    display: none; }
  .home .panel-news .fsPostElement.fsList .fsListItems {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 700px) {
      .home .panel-news .fsPostElement.fsList .fsListItems {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media (min-width: 900px) {
      .home .panel-news .fsPostElement.fsList .fsListItems {
        -ms-flex-align: stretch;
        align-items: stretch; } }
    .home .panel-news .fsPostElement.fsList .fsListItems article {
      border-bottom: 0;
      padding-bottom: 0;
      width: 100%;
      margin-bottom: 0; }
      @media (min-width: 700px) {
        .home .panel-news .fsPostElement.fsList .fsListItems article {
          width: 50%; } }
      @media (min-width: 900px) {
        .home .panel-news .fsPostElement.fsList .fsListItems article {
          width: 25%; } }
      .home .panel-news .fsPostElement.fsList .fsListItems article .fsCroppedImage {
        display: block; }
      .home .panel-news .fsPostElement.fsList .fsListItems article .fsTags {
        position: absolute;
        top: 20px;
        left: 0;
        z-index: 1; }
        .home .panel-news .fsPostElement.fsList .fsListItems article .fsTags .fsTag {
          background-color: rgba(65, 105, 225, 0.9);
          margin: 0;
          color: #ffffff;
          padding: 5px 20px;
          text-transform: uppercase;
          font-weight: 700;
          font-size: 14px;
          line-height: 29px;
          letter-spacing: 0.5px; }
          .home .panel-news .fsPostElement.fsList .fsListItems article .fsTags .fsTag:not(:first-of-type) {
            display: none; }
          .home .panel-news .fsPostElement.fsList .fsListItems article .fsTags .fsTag:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            display: inline-block;
            margin-right: 10px;
            font-weight: 400; }
      @media (min-width: 700px) {
        .home .panel-news .fsPostElement.fsList .fsListItems article.social-feeds {
          width: 100%;
          -ms-flex-order: 5;
          order: 5; } }
      @media (min-width: 900px) {
        .home .panel-news .fsPostElement.fsList .fsListItems article.social-feeds {
          width: 50%;
          -ms-flex-order: 4;
          order: 4; } }
      .home .panel-news .fsPostElement.fsList .fsListItems article.social-feeds .juicer-feed .j-date {
        display: none; }
      .home .panel-news .fsPostElement.fsList .fsListItems article.social-feeds .juicer-feed .j-poster {
        height: 60px; }
        .home .panel-news .fsPostElement.fsList .fsListItems article.social-feeds .juicer-feed .j-poster img {
          height: 50px;
          width: 50px !important;
          display: inline-block;
          margin-right: 15px; }
        .home .panel-news .fsPostElement.fsList .fsListItems article.social-feeds .juicer-feed .j-poster h3 {
          font-size: 16px;
          line-height: 40px; }
      .home .panel-news .fsPostElement.fsList .fsListItems article.social-feeds .juicer-feed .j-meta a {
        color: #5d5d5d;
        font-weight: 400; }
        .home .panel-news .fsPostElement.fsList .fsListItems article.social-feeds .juicer-feed .j-meta a:hover {
          color: #c9c9c9; }
          .home .panel-news .fsPostElement.fsList .fsListItems article.social-feeds .juicer-feed .j-meta a:hover:before {
            transition: all ease 0.3s;
            color: #c9c9c9 !important; }
      .home .panel-news .fsPostElement.fsList .fsListItems article.social-feeds .juicer-feed .j-meta a.comments:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #4169e1; }
      .home .panel-news .fsPostElement.fsList .fsListItems article.social-feeds .juicer-feed .j-meta a.retweets:before {
        color: #4169e1; }
      .home .panel-news .fsPostElement.fsList .fsListItems article.social-feeds .juicer-feed .j-meta a.heart:before,
      .home .panel-news .fsPostElement.fsList .fsListItems article.social-feeds .juicer-feed .j-meta a.likes:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #4169e1; }
      .home .panel-news .fsPostElement.fsList .fsListItems article.social-feeds .juicer-feed .j-meta .j-social {
        display: none; }
      @media (min-width: 900px) {
        .home .panel-news .fsPostElement.fsList .fsListItems article.social-feeds .juicer-feed .j-stacker-wrapper {
          margin: 0 !important; } }
      @media (min-width: 1300px) {
        .home .panel-news .fsPostElement.fsList .fsListItems article.social-feeds .juicer-feed .j-stacker-wrapper {
          margin-left: -10px !important;
          margin-right: -10px !important; } }
      @media (min-width: 700px) {
        .home .panel-news .fsPostElement.fsList .fsListItems article.social-feeds .juicer-feed .j-stacker {
          display: -ms-flexbox !important;
          display: flex !important; } }
      @media (min-width: 700px) {
        .home .panel-news .fsPostElement.fsList .fsListItems article.social-feeds .juicer-feed .j-stack {
          width: 50% !important;
          display: -ms-flexbox !important;
          display: flex !important; }
          .home .panel-news .fsPostElement.fsList .fsListItems article.social-feeds .juicer-feed .j-stack:first-of-type {
            padding-right: 0 !important; }
            .home .panel-news .fsPostElement.fsList .fsListItems article.social-feeds .juicer-feed .j-stack:first-of-type li {
              border-right: 0; }
          .home .panel-news .fsPostElement.fsList .fsListItems article.social-feeds .juicer-feed .j-stack:last-of-type {
            padding-left: 0 !important; } }
      @media (min-width: 900px) {
        .home .panel-news .fsPostElement.fsList .fsListItems article.social-feeds .juicer-feed .j-stack {
          width: 100% !important; } }
      .home .panel-news .fsPostElement.fsList .fsListItems article.social-feeds .juicer-feed .feed-item {
        margin-bottom: 0 !important;
        position: relative;
        border: 1px solid #e5e5e5;
        border-top: 0; }
        .home .panel-news .fsPostElement.fsList .fsListItems article.social-feeds .juicer-feed .feed-item:before {
          content: 'Social Post';
          position: absolute;
          top: 25px;
          left: 0;
          display: block;
          background-color: rgba(65, 105, 225, 0.9);
          margin: 0;
          color: #ffffff;
          padding: 5px 20px;
          padding-left: 30px;
          text-transform: uppercase;
          font-weight: 700;
          font-size: 14px;
          line-height: 29px;
          letter-spacing: 0.5px;
          z-index: 1; }
        .home .panel-news .fsPostElement.fsList .fsListItems article.social-feeds .juicer-feed .feed-item:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          color: #ffffff;
          font-size: 14px;
          line-height: 29px;
          padding: 5px 20px 5px 0;
          position: absolute;
          top: 25px;
          left: 10px;
          display: block;
          z-index: 1; }
        .home .panel-news .fsPostElement.fsList .fsListItems article.social-feeds .juicer-feed .feed-item.j-twitter {
          padding-top: 75px; }
          .home .panel-news .fsPostElement.fsList .fsListItems article.social-feeds .juicer-feed .feed-item.j-twitter:after {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        .home .panel-news .fsPostElement.fsList .fsListItems article.social-feeds .juicer-feed .feed-item.j-facebook .j-poster {
          display: none; }
      .home .panel-news .fsPostElement.fsList .fsListItems article.smaller-posts {
        border: 1px solid #e5e5e5;
        position: relative;
        border-top: 0; }
        .home .panel-news .fsPostElement.fsList .fsListItems article.smaller-posts .fsTitle {
          padding: 10px;
          font-size: 16px;
          line-height: 25px; }
          @media (min-width: 700px) {
            .home .panel-news .fsPostElement.fsList .fsListItems article.smaller-posts .fsTitle {
              padding: 15px;
              font-size: 19px;
              line-height: 26px; } }
          @media (min-width: 900px) {
            .home .panel-news .fsPostElement.fsList .fsListItems article.smaller-posts .fsTitle {
              padding: 20px; } }
        @media (min-width: 700px) {
          .home .panel-news .fsPostElement.fsList .fsListItems article.smaller-posts {
            border-top: 1px solid #e5e5e5; } }
      @media (min-width: 700px) {
        .home .panel-news .fsPostElement.fsList .fsListItems article:first-of-type {
          -ms-flex-order: 1;
          order: 1; } }
      @media (min-width: 700px) {
        .home .panel-news .fsPostElement.fsList .fsListItems article:nth-of-type(2) {
          -ms-flex-order: 2;
          order: 2; } }
      @media (min-width: 900px) {
        .home .panel-news .fsPostElement.fsList .fsListItems article:nth-of-type(2) {
          border-right: 0; } }
      @media (min-width: 700px) {
        .home .panel-news .fsPostElement.fsList .fsListItems article:nth-of-type(3) {
          -ms-flex-order: 3;
          order: 3; } }
      @media (min-width: 700px) {
        .home .panel-news .fsPostElement.fsList .fsListItems article:last-of-type {
          -ms-flex-order: 4;
          order: 4; } }
      @media (min-width: 900px) {
        .home .panel-news .fsPostElement.fsList .fsListItems article:last-of-type {
          -ms-flex-order: 5;
          order: 5; } }
      .home .panel-news .fsPostElement.fsList .fsListItems article:first-of-type, .home .panel-news .fsPostElement.fsList .fsListItems article:last-of-type {
        position: relative;
        border: 0;
        background-color: #e5e5e5;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
        .home .panel-news .fsPostElement.fsList .fsListItems article:first-of-type .fsCroppedImage, .home .panel-news .fsPostElement.fsList .fsListItems article:last-of-type .fsCroppedImage {
          background: transparent !important; }
        @media (min-width: 900px) {
          .home .panel-news .fsPostElement.fsList .fsListItems article:first-of-type, .home .panel-news .fsPostElement.fsList .fsListItems article:last-of-type {
            width: 50%; } }
        .home .panel-news .fsPostElement.fsList .fsListItems article:first-of-type:before, .home .panel-news .fsPostElement.fsList .fsListItems article:last-of-type:before {
          content: '';
          background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          height: 50%; }
          @media (min-width: 900px) {
            .home .panel-news .fsPostElement.fsList .fsListItems article:first-of-type:before, .home .panel-news .fsPostElement.fsList .fsListItems article:last-of-type:before {
              height: 70%; } }
        .home .panel-news .fsPostElement.fsList .fsListItems article:first-of-type .fsTitle, .home .panel-news .fsPostElement.fsList .fsListItems article:last-of-type .fsTitle {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: auto;
          padding: 0 20px 20px;
          font-size: 18px;
          line-height: 27px;
          font-weight: 500;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
          @media (min-width: 900px) {
            .home .panel-news .fsPostElement.fsList .fsListItems article:first-of-type .fsTitle, .home .panel-news .fsPostElement.fsList .fsListItems article:last-of-type .fsTitle {
              font-size: 26px;
              line-height: 33px; } }
          .home .panel-news .fsPostElement.fsList .fsListItems article:first-of-type .fsTitle a, .home .panel-news .fsPostElement.fsList .fsListItems article:last-of-type .fsTitle a {
            color: #ffffff;
            display: block; }
            .home .panel-news .fsPostElement.fsList .fsListItems article:first-of-type .fsTitle a:hover, .home .panel-news .fsPostElement.fsList .fsListItems article:last-of-type .fsTitle a:hover {
              text-decoration: underline; }

.home .panel-calendar {
  padding: 30px 20px;
  background: #ffffff;
  position: relative;
  transition: all 0.3s ease;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; }
  @media (min-width: 900px) {
    .home .panel-calendar {
      padding: 75px 20px; } }
  .home .panel-calendar > header {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media (min-width: 700px) {
      .home .panel-calendar > header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 15px;
        letter-spacing: 2px; }
        .home .panel-calendar > header:after {
          content: '';
          position: absolute;
          display: block;
          background: rgba(201, 201, 201, 0.7);
          bottom: 0;
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          height: 1px;
          width: calc(100% - 40px); } }
    @media (min-width: 700px) and (min-width: 1300px) {
      .home .panel-calendar > header:after {
        width: 100%; } }
    @media (min-width: 1300px) {
      .home .panel-calendar > header {
        padding: 0;
        padding-bottom: 15px; } }
    .home .panel-calendar > header h2.fsElementTitle {
      margin-top: 0;
      font-weight: 700;
      font-size: 25px;
      line-height: 32px;
      margin-bottom: 10px;
      margin-bottom: 10px; }
      @media (min-width: 700px) {
        .home .panel-calendar > header h2.fsElementTitle {
          font-weight: 700;
          font-size: 35px;
          line-height: 40px;
          margin-bottom: 10px; } }
    .home .panel-calendar > header .fsElementHeaderContent {
      margin-bottom: 0; }
      .home .panel-calendar > header .fsElementHeaderContent a {
        color: #868686;
        font-size: 14px;
        letter-spacing: 0.75px; }
        .home .panel-calendar > header .fsElementHeaderContent a:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: inline-block;
          margin-left: 8px; }
        .home .panel-calendar > header .fsElementHeaderContent a:hover, .home .panel-calendar > header .fsElementHeaderContent a:focus {
          color: #4169e1; }
  .home .panel-calendar > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
    @media (min-width: 600px) {
      .home .panel-calendar > .fsElementContent {
        padding: 0 20px; } }
    @media (min-width: 1300px) {
      .home .panel-calendar > .fsElementContent {
        padding: 0; } }
  .home .panel-calendar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.45); }
  @media (min-width: 700px) {
    .home .panel-calendar > header:after {
      content: '';
      background: rgba(255, 255, 255, 0.7); } }
  .home .panel-calendar > header h2.fsElementTitle {
    color: #ffffff; }
  .home .panel-calendar > header .fsElementHeaderContent a {
    color: #ffffff; }
    .home .panel-calendar > header .fsElementHeaderContent a:hover, .home .panel-calendar > header .fsElementHeaderContent a:focus {
      color: #ffffff;
      text-decoration: underline; }
  .home .panel-calendar > .fsElementContent {
    z-index: 2; }
  .home .panel-calendar .fsCalendar.fsSlideshow article {
    text-align: center;
    padding-left: 0; }
    .home .panel-calendar .fsCalendar.fsSlideshow article .fsDate {
      position: relative;
      margin: 0 auto 10px; }
    .home .panel-calendar .fsCalendar.fsSlideshow article .fsTitle,
    .home .panel-calendar .fsCalendar.fsSlideshow article .fsEventDetails {
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
      color: #ffffff; }
      .home .panel-calendar .fsCalendar.fsSlideshow article .fsTitle a,
      .home .panel-calendar .fsCalendar.fsSlideshow article .fsEventDetails a {
        color: #ffffff; }
        .home .panel-calendar .fsCalendar.fsSlideshow article .fsTitle a:hover, .home .panel-calendar .fsCalendar.fsSlideshow article .fsTitle a:focus,
        .home .panel-calendar .fsCalendar.fsSlideshow article .fsEventDetails a:hover,
        .home .panel-calendar .fsCalendar.fsSlideshow article .fsEventDetails a:focus {
          text-decoration: underline; }
  .home .panel-calendar .fsCalendar.fsSlideshow .fsNextButton::before,
  .home .panel-calendar .fsCalendar.fsSlideshow .fsPrevButton::before {
    font-size: 35px;
    color: #ffffff;
    opacity: 1;
    transition: all ease 0.3s; }
  .home .panel-calendar .fsCalendar.fsSlideshow .fsNextButton:hover:before,
  .home .panel-calendar .fsCalendar.fsSlideshow .fsPrevButton:hover:before {
    color: #4169e1;
    transition: all ease 0.3s; }

.home .panel-infographic {
  padding: 30px 20px;
  background: #ffffff;
  position: relative; }
  @media (min-width: 900px) {
    .home .panel-infographic {
      padding: 75px 20px; } }
  .home .panel-infographic > header {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media (min-width: 700px) {
      .home .panel-infographic > header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 15px;
        letter-spacing: 2px; }
        .home .panel-infographic > header:after {
          content: '';
          position: absolute;
          display: block;
          background: rgba(201, 201, 201, 0.7);
          bottom: 0;
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          height: 1px;
          width: calc(100% - 40px); } }
    @media (min-width: 700px) and (min-width: 1300px) {
      .home .panel-infographic > header:after {
        width: 100%; } }
    @media (min-width: 1300px) {
      .home .panel-infographic > header {
        padding: 0;
        padding-bottom: 15px; } }
    .home .panel-infographic > header h2.fsElementTitle {
      margin-top: 0;
      font-weight: 700;
      font-size: 25px;
      line-height: 32px;
      margin-bottom: 10px;
      margin-bottom: 10px; }
      @media (min-width: 700px) {
        .home .panel-infographic > header h2.fsElementTitle {
          font-weight: 700;
          font-size: 35px;
          line-height: 40px;
          margin-bottom: 10px; } }
    .home .panel-infographic > header .fsElementHeaderContent {
      margin-bottom: 0; }
      .home .panel-infographic > header .fsElementHeaderContent a {
        color: #868686;
        font-size: 14px;
        letter-spacing: 0.75px; }
        .home .panel-infographic > header .fsElementHeaderContent a:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: inline-block;
          margin-left: 8px; }
        .home .panel-infographic > header .fsElementHeaderContent a:hover, .home .panel-infographic > header .fsElementHeaderContent a:focus {
          color: #4169e1; }
  .home .panel-infographic > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
    @media (min-width: 600px) {
      .home .panel-infographic > .fsElementContent {
        padding: 0 20px; } }
    @media (min-width: 1300px) {
      .home .panel-infographic > .fsElementContent {
        padding: 0; } }
  .home .panel-infographic > .fsElementContent {
    z-index: 1; }
  @media (min-width: 700px) {
    .home .panel-infographic > header h2.fsElementTitle {
      margin-bottom: 0; } }
  .home .panel-infographic > header .fsElementHeaderContent {
    color: #868686;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px; }
    @media (min-width: 700px) {
      .home .panel-infographic > header .fsElementHeaderContent {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 15px; } }
  .home .panel-infographic .stat-container {
    margin-bottom: 40px; }
    @media (min-width: 700px) {
      .home .panel-infographic .stat-container {
        margin-bottom: 0;
        padding-right: 20px; } }
    .home .panel-infographic .stat-container .stat {
      font-size: 20px;
      line-height: 25px;
      font-weight: 500; }
      .home .panel-infographic .stat-container .stat p {
        margin: 0; }
      .home .panel-infographic .stat-container .stat b,
      .home .panel-infographic .stat-container .stat strong {
        text-transform: uppercase;
        padding: 5px 10px;
        background-color: #4169e1;
        color: #ffffff;
        margin-right: 10px;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 1px;
        display: inline-block;
        margin-bottom: 10px; }
        @media (min-width: 700px) {
          .home .panel-infographic .stat-container .stat b,
          .home .panel-infographic .stat-container .stat strong {
            font-size: 55px;
            line-height: 60px;
            margin-right: 20px;
            padding: 10px 20px; } }
      @media (min-width: 700px) {
        .home .panel-infographic .stat-container .stat {
          margin-top: 0;
          font-weight: 700;
          font-size: 25px;
          line-height: 32px;
          margin-bottom: 10px;
          font-weight: 500; } }
      .home .panel-infographic .stat-container .stat:not(:last-of-type) {
        margin-bottom: 10px; }
        @media (min-width: 700px) {
          .home .panel-infographic .stat-container .stat:not(:last-of-type) {
            margin-bottom: 20px; } }
  .home .panel-infographic .links-container {
    padding: 30px;
    background-color: #ececec; }
    .home .panel-infographic .links-container > header h2.fsElementTitle {
      margin-top: 0;
      font-weight: 700;
      font-size: 25px;
      line-height: 32px;
      margin-bottom: 10px;
      margin-bottom: 20px;
      color: #5d5d5d;
      font-weight: 500; }
    .home .panel-infographic .links-container ul, .home .panel-infographic .links-container ul ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .home .panel-infographic .links-container ul li {
      margin: 0;
      padding: 0; }
    .home .panel-infographic .links-container ul li {
      margin-left: 10px; }
  .home .panel-infographic > footer {
    position: absolute;
    left: 0;
    bottom: -350px;
    width: 775px;
    height: 775px;
    opacity: 0.1; }
    .home .panel-infographic > footer img {
      width: 100%;
      height: auto; }

@media (min-width: 700px) {
  .home:not(.fsDraftMode) .panel-infographic > header {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left; }
    .home:not(.fsDraftMode) .panel-infographic > header h2.fsElementTitle,
    .home:not(.fsDraftMode) .panel-infographic > header .fsElementHeaderContent {
      display: block; } }

@media (min-width: 700px) {
  .home:not(.fsDraftMode) .panel-infographic > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (min-width: 700px) {
  .home:not(.fsDraftMode) .panel-infographic > .fsElementContent .links-container {
    width: 40%; } }

@media (min-width: 900px) {
  .home:not(.fsDraftMode) .panel-infographic > .fsElementContent .links-container {
    width: 30%; } }

@media (min-width: 1100px) {
  .home:not(.fsDraftMode) .panel-infographic > .fsElementContent .links-container {
    width: 25%; } }

.home:not(.fsDraftMode) .home-slideshow {
  position: relative;
  background-color: transparent; }
  @media (min-width: 1020px) {
    .home:not(.fsDraftMode) .home-slideshow {
      position: fixed;
      margin-top: 157px;
      top: 0;
      left: 0;
      right: 0; }
      .home:not(.fsDraftMode) .home-slideshow:before {
        content: '';
        display: block;
        z-index: 1;
        height: 100%;
        width: 50%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, transparent 100%); } }
  .home:not(.fsDraftMode) .home-slideshow > header {
    display: none; }
  @media (min-width: 1020px) {
    .home:not(.fsDraftMode) .home-slideshow .slick-list {
      height: 700px !important; } }
  .home:not(.fsDraftMode) .home-slideshow .fsCustomSlider .slider-play-btn {
    background-color: rgba(0, 0, 0, 0.5);
    transition: all ease 0.3s; }
    .home:not(.fsDraftMode) .home-slideshow .fsCustomSlider .slider-play-btn:hover {
      background-color: #4169e1; }
  @media (max-width: 699px) {
    .home:not(.fsDraftMode) .home-slideshow .slick-arrow {
      -ms-transform: none;
      transform: none;
      top: 75px; } }
  .home:not(.fsDraftMode) .home-slideshow .slick-arrow.slick-next {
    right: 20px; }
    @media (min-width: 700px) {
      .home:not(.fsDraftMode) .home-slideshow .slick-arrow.slick-next {
        right: 40px; } }
    .home:not(.fsDraftMode) .home-slideshow .slick-arrow.slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 30px;
      line-height: 40px;
      transition: all ease 0.3s; }
    .home:not(.fsDraftMode) .home-slideshow .slick-arrow.slick-next:hover:before {
      color: #4169e1; }
  .home:not(.fsDraftMode) .home-slideshow .slick-arrow.slick-prev {
    left: 20px; }
    @media (min-width: 700px) {
      .home:not(.fsDraftMode) .home-slideshow .slick-arrow.slick-prev {
        left: 40px; } }
    .home:not(.fsDraftMode) .home-slideshow .slick-arrow.slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 30px;
      line-height: 40px;
      transition: all ease 0.3s; }
    .home:not(.fsDraftMode) .home-slideshow .slick-arrow.slick-prev:hover:before {
      color: #4169e1; }
  .home:not(.fsDraftMode) .home-slideshow article {
    transition: all ease 0.3s;
    background-color: #c9c9c9;
    background-size: cover;
    background-position: center center;
    position: relative; }
    @media (min-width: 700px) {
      .home:not(.fsDraftMode) .home-slideshow article {
        height: 370px; } }
    @media (min-width: 1020px) {
      .home:not(.fsDraftMode) .home-slideshow article {
        height: 700px !important; } }
    @media (max-width: 699px) {
      .home:not(.fsDraftMode) .home-slideshow article {
        background: transparent !important; } }
  .home:not(.fsDraftMode) .home-slideshow img {
    visibility: visible;
    opacity: 1; }
    @media (min-width: 700px) {
      .home:not(.fsDraftMode) .home-slideshow img {
        visibility: hidden;
        opacity: 0;
        height: 370px; } }
    @media (min-width: 1020px) {
      .home:not(.fsDraftMode) .home-slideshow img {
        height: 545px; } }
  .home:not(.fsDraftMode) .home-slideshow .caption-wrapper {
    position: static;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #c9c9c9;
    padding: 10px 20px; }
    @media (min-width: 700px) {
      .home:not(.fsDraftMode) .home-slideshow .caption-wrapper {
        display: none; } }

@media (min-width: 1020px) {
  .home:not(.fsDraftMode) .home-slideshow-container {
    height: 700px;
    position: relative; } }

.home:not(.fsDraftMode) .home-slideshow-container > .fsElementContent {
  position: relative; }
  @media (min-width: 1020px) {
    .home:not(.fsDraftMode) .home-slideshow-container > .fsElementContent {
      position: static; } }

.home:not(.fsDraftMode) .home-slideshow-container .caption-desc {
  padding: 10px 20px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #5d5d5d; }
  @media (min-width: 700px) {
    .home:not(.fsDraftMode) .home-slideshow-container .caption-desc {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      color: #ffffff;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
      font-size: 30px;
      line-height: 40px;
      text-align: left;
      padding: 0; } }
  @media (min-width: 1020px) {
    .home:not(.fsDraftMode) .home-slideshow-container .caption-desc {
      margin: 0;
      max-width: 100%;
      width: 100%; } }
  .home:not(.fsDraftMode) .home-slideshow-container .caption-desc p {
    margin: 0; }

.home:not(.fsDraftMode) .home-slideshow-container .slideshow-captions {
  display: none; }
  .home:not(.fsDraftMode) .home-slideshow-container .slideshow-captions ul, .home:not(.fsDraftMode) .home-slideshow-container .slideshow-captions ul ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .home:not(.fsDraftMode) .home-slideshow-container .slideshow-captions ul li {
    margin: 0;
    padding: 0; }
  @media (min-width: 1020px) {
    .home:not(.fsDraftMode) .home-slideshow-container .slideshow-captions ul {
      max-width: 400px;
      height: auto;
      position: absolute;
      bottom: 0; } }
  .home:not(.fsDraftMode) .home-slideshow-container .slideshow-captions a {
    text-decoration: underline;
    color: #ffffff; }
    .home:not(.fsDraftMode) .home-slideshow-container .slideshow-captions a:hover {
      color: #4169e1; }
  @media (min-width: 1020px) {
    .home:not(.fsDraftMode) .home-slideshow-container .slideshow-captions .caption-wrapper {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      position: static;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
      align-items: flex-end;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      vertical-align: bottom; } }
  .home:not(.fsDraftMode) .home-slideshow-container .slideshow-captions .caption-wrapper .caption-desc {
    padding-bottom: 20px; }
  @media (min-width: 700px) {
    .home:not(.fsDraftMode) .home-slideshow-container .slideshow-captions {
      display: block;
      position: absolute;
      width: 100%;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
      left: 0;
      right: 0;
      bottom: 0;
      border-bottom: 0;
      padding: 0 80px 20px; } }
  @media (min-width: 1020px) {
    .home:not(.fsDraftMode) .home-slideshow-container .slideshow-captions {
      background: transparent;
      z-index: 1; } }

.portal-page .fsTwoColumnWideRightLayout > .fsDiv > .fsElement + .fsElement {
  margin-top: 2em; }

/*! pages - style-guide v0.0.1 */
.style-guide-page .fsPageTitle {
  margin-bottom: 1.875em;
  padding: 1.25em;
  background: rgba(0, 0, 0, 0.1); }

.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: #5d5d5d;
      color: #5d5d5d; }
      .colors ol li:nth-of-type(1):after {
        content: "#5d5d5d"; }
    .colors ol li:nth-of-type(2) {
      background: #4169e1;
      color: #4169e1; }
      .colors ol li:nth-of-type(2):after {
        content: "#4169e1"; }
    .colors ol li:nth-of-type(3) {
      background: #c9c9c9;
      color: #c9c9c9; }
      .colors ol li:nth-of-type(3):after {
        content: "#c9c9c9"; }
    .colors ol li:nth-of-type(4) {
      background: #1e1e1e;
      color: #1e1e1e; }
      .colors ol li:nth-of-type(4):after {
        content: "#1e1e1e"; }
    .colors ol li:nth-of-type(5) {
      background: #868686;
      color: #868686; }
      .colors ol li:nth-of-type(5):after {
        content: "#868686"; }

.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):after {
      content: ""; }
    .fonts ol li:nth-of-type(1):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "Roboto", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "Roboto, sans-serif"; }
    .fonts ol li:nth-of-type(1):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: 40px / line: 47px"; }

.headers h2:after {
  content: " size: 35px / line: 40px"; }

.headers h3:after {
  content: " size: 30px / line: 37px"; }

.headers h4:after {
  content: " size: 25px / line: 32px"; }

.headers h5:after {
  content: " size: 19px / line: 27px"; }

.headers h6:after {
  content: " size: 14px / line: 18px"; }

body:not(.fsComposeMode).home .fsResourceElement.universal-hero {
  position: relative;
  background-color: transparent; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode).home .fsResourceElement.universal-hero {
      padding: 0 20px; } }
  @media (min-width: 1020px) {
    body:not(.fsComposeMode).home .fsResourceElement.universal-hero {
      position: fixed;
      margin-top: 157px;
      top: 0;
      left: 0;
      right: 0;
      height: 700px;
      padding: 0; } }
  body:not(.fsComposeMode).home .fsResourceElement.universal-hero article {
    transition: all ease 0.3s;
    background-color: #c9c9c9;
    background-size: cover;
    background-position: center center;
    position: relative; }
    @media (min-width: 1020px) {
      body:not(.fsComposeMode).home .fsResourceElement.universal-hero article {
        height: 700px; } }
    @media (max-width: 699px) {
      body:not(.fsComposeMode).home .fsResourceElement.universal-hero article {
        background: transparent; } }

body:not(.fsComposeMode) .fsResourceElement.universal-hero {
  position: relative;
  margin: 0;
  overflow: hidden;
  padding: 0;
  z-index: 0; }
  body:not(.fsComposeMode) .fsResourceElement.universal-hero > header {
    display: none; }
  body:not(.fsComposeMode) .fsResourceElement.universal-hero > .fsElementContent {
    height: 100%; }
  body:not(.fsComposeMode) .fsResourceElement.universal-hero .slick-slider {
    padding: 0;
    margin: 0;
    height: 100%; }
  body:not(.fsComposeMode) .fsResourceElement.universal-hero .slick-track {
    height: 100%; }
  body:not(.fsComposeMode) .fsResourceElement.universal-hero .fsElementSlideshowControls > button {
    top: 20px;
    left: 20px; }
    @media (min-width: 1020px) {
      body:not(.fsComposeMode) .fsResourceElement.universal-hero .fsElementSlideshowControls > button {
        top: 40px; } }
  @media (max-width: 699px) {
    body:not(.fsComposeMode) .fsResourceElement.universal-hero .slick-arrow {
      -ms-transform: none;
      transform: none;
      top: 75px; } }
  body:not(.fsComposeMode) .fsResourceElement.universal-hero .slick-arrow:before {
    color: #fff;
    opacity: 1; }
  body:not(.fsComposeMode) .fsResourceElement.universal-hero .slick-arrow.fsNextButton {
    right: 20px; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .fsResourceElement.universal-hero .slick-arrow.fsNextButton {
        right: 40px; } }
    body:not(.fsComposeMode) .fsResourceElement.universal-hero .slick-arrow.fsNextButton:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 30px;
      line-height: 40px;
      transition: all ease 0.3s; }
    body:not(.fsComposeMode) .fsResourceElement.universal-hero .slick-arrow.fsNextButton:hover:before {
      color: #4169e1; }
  body:not(.fsComposeMode) .fsResourceElement.universal-hero .slick-arrow.fsPrevButton {
    left: 20px; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .fsResourceElement.universal-hero .slick-arrow.fsPrevButton {
        left: 40px; } }
    body:not(.fsComposeMode) .fsResourceElement.universal-hero .slick-arrow.fsPrevButton:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 30px;
      line-height: 40px;
      transition: all ease 0.3s; }
    body:not(.fsComposeMode) .fsResourceElement.universal-hero .slick-arrow.fsPrevButton:hover:before {
      color: #4169e1; }
  body:not(.fsComposeMode) .fsResourceElement.universal-hero article {
    position: relative;
    padding: 0; }
    body:not(.fsComposeMode) .fsResourceElement.universal-hero article figcaption {
      display: none; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .fsResourceElement.universal-hero article figcaption {
          display: block;
          position: absolute;
          width: 100%;
          background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
          left: 0;
          right: 0;
          bottom: 0;
          border-bottom: 0;
          padding: 0 80px 20px; } }
      body:not(.fsComposeMode) .fsResourceElement.universal-hero article figcaption h2 {
        padding: 10px 20px;
        text-align: center;
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        color: #5d5d5d; }
        @media (min-width: 700px) {
          body:not(.fsComposeMode) .fsResourceElement.universal-hero article figcaption h2 {
            position: relative;
            margin: 0 auto;
            max-width: 73.75em;
            max-width: 73.75rem;
            color: #ffffff;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
            font-size: 30px;
            line-height: 40px;
            text-align: left;
            padding: 0; } }
        @media (min-width: 1020px) {
          body:not(.fsComposeMode) .fsResourceElement.universal-hero article figcaption h2 {
            margin: 0;
            max-width: 100%;
            width: 100%; } }
      body:not(.fsComposeMode) .fsResourceElement.universal-hero article figcaption a {
        text-decoration: underline;
        color: #ffffff; }
        body:not(.fsComposeMode) .fsResourceElement.universal-hero article figcaption a:hover {
          color: #4169e1; }
    body:not(.fsComposeMode) .fsResourceElement.universal-hero article figure {
      height: 100%;
      margin: 0; }
    body:not(.fsComposeMode) .fsResourceElement.universal-hero article img {
      -o-object-fit: cover;
      object-fit: cover;
      height: 100%;
      width: 100%;
      -o-object-position: center;
      object-position: center; }
    body:not(.fsComposeMode) .fsResourceElement.universal-hero article picture {
      display: block;
      position: relative;
      height: 100%; }
    body:not(.fsComposeMode) .fsResourceElement.universal-hero article video {
      -o-object-fit: cover;
      object-fit: cover;
      height: 100%;
      min-width: 100%;
      max-width: 100%;
      display: block;
      position: relative; }
    body:not(.fsComposeMode) .fsResourceElement.universal-hero article .fsResourceThumbnail {
      height: 100%; }
    body:not(.fsComposeMode) .fsResourceElement.universal-hero article .fsPlayOverlay {
      display: none; }
  .fsComposeMode body:not(.fsComposeMode) .fsResourceElement.universal-hero {
    height: auto; }
    .fsComposeMode body:not(.fsComposeMode) .fsResourceElement.universal-hero > header {
      display: block; }

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important; }
  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important; }
  html {
    font-size: 100%;
    /* for IE */ }
  body {
    font-size: 62.5%; }
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .slick-slide {
    display: none !important; }
    .slick-slide.slick-active {
      display: block !important; }
  .slick-list {
    height: auto !important; }
  .slick-track {
    width: auto !important;
    height: auto !important;
    -ms-transform: none !important;
    transform: none !important; }
    .slick-track .slick-slide {
      width: auto !important; }
  a[class*='fs_style'] {
    border-color: #000; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid; }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .fsPanel > header ~ .fsElementContent {
    display: block; } }
