@charset "UTF-8";
 /**
 *
 * Saddleback Valley Unified School District - default_17
 * @link http://svusdorg.finalsite.com
 * Site Template : newclientcustom
 * Built By: Jorge Piquer
 * Project Manager: Mike Hartzler
 * Designer: Julianne Hamilton
 * ==== Git Info ====
 * Branch Name: clients/svusdorg
 * Build version: 3.2.6
 * Git Tag: v3.0-148-gf3bf3294d9
 * Last build by: Kosha Burnett
 *
 **/

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

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

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

/*! helpers - box-model v0.0.1 */
.margin-x {
  margin-right: 1.76471em;
  margin-left: 1.76471em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-family: "adriane", serif;
  color: #005480;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 30px; }

h2 {
  margin-top: 0;
  font-weight: normal;
  font-family: "adriane", serif;
  color: #005480;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px; }

h3 {
  margin-top: 0;
  font-weight: normal;
  font-family: "adriane", serif;
  color: #005480;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 20px; }

h4 {
  margin-top: 0;
  font-weight: normal;
  font-family: "adriane", serif;
  color: #005480;
  font-size: 23px;
  line-height: 28px;
  margin-bottom: 20px; }

h5 {
  margin-top: 0;
  font-weight: normal;
  font-family: "adriane", serif;
  color: #005480;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px; }

h6 {
  margin-top: 0;
  font-weight: normal;
  font-family: "adriane", serif;
  color: #005480;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 30px; }

a {
  color: #81AB73;
  transition: background .3s, color .3s; }
  a:hover, a:focus {
    text-decoration: none;
    color: #005480; }

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

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.styled,
.fs_style_31 {
  margin-bottom: 30px;
  width: 100%;
  overflow-x: auto; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  .fsAthleticsEvent.fsTable .fsElementTable td,
  .fsAthleticsRoster .fsElementTable td,
  table.styled th,
  table.styled td,
  .fs_style_31 th,
  .fs_style_31 td {
    vertical-align: top;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.styled th,
  .fs_style_31 th {
    padding: 15px;
    text-align: left;
    background: #005480;
    color: #fff; }
    .fsAthleticsEvent.fsTable .fsElementTable th:first-of-type, .fsAthleticsRoster .fsElementTable th:first-of-type,
    table.styled th:first-of-type,
    .fs_style_31 th:first-of-type {
      border-top-left-radius: 5px; }
    .fsAthleticsEvent.fsTable .fsElementTable th:last-of-type, .fsAthleticsRoster .fsElementTable th:last-of-type,
    table.styled th:last-of-type,
    .fs_style_31 th:last-of-type {
      border-top-right-radius: 5px; }
  
  .fsAthleticsEvent.fsTable .fsElementTable td,
  .fsAthleticsRoster .fsElementTable td,
  table.styled td,
  .fs_style_31 td {
    padding: 12px;
    background: rgba(0, 84, 128, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.3); }
    .fs_style_31 tr:nth-of-type(odd) td {
      background-color: rgba(0, 84, 128, 0.03); }

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

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

.button-large-blue,
.fs_style_26 {
  display: inline-block;
  border: 0;
  margin: 0 0 30px;
  padding: 15px;
  background: transparent;
  color: #005480;
  font-weight: 700;
  border-radius: 5px;
  text-decoration: none;
  padding: 30px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  border: 4px solid #005480;
  border-radius: 0;
  width: 100%; }
  .button-large-blue:hover,
  .fs_style_26:hover {
    background: rgba(0, 0, 0, 0);
    color: #005480; }
    .button-large-blue:hover em,
    .fs_style_26:hover em {
      color: #fff; }
  .button-large-blue em,
  .fs_style_26 em {
    display: block;
    font-style: normal;
    font-weight: normal;
    color: #444;
    font-size: 18px;
    line-height: 24px; }
  .button-large-blue:hover,
  .fs_style_26:hover {
    background: #005480;
    color: #fff; }

.button-large-orange,
.fs_style_23 {
  display: inline-block;
  border: 0;
  margin: 0 0 30px;
  padding: 15px;
  background: transparent;
  color: #81AB73;
  font-weight: 700;
  border-radius: 5px;
  text-decoration: none;
  padding: 30px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  border: 4px solid #81AB73;
  border-radius: 0;
  width: 100%; }
  .button-large-orange:hover,
  .fs_style_23:hover {
    background: rgba(0, 0, 0, 0);
    color: #81AB73; }
    .button-large-orange:hover em,
    .fs_style_23:hover em {
      color: #fff; }
  .button-large-orange em,
  .fs_style_23 em {
    display: block;
    font-style: normal;
    font-weight: normal;
    color: #444;
    font-size: 18px;
    line-height: 24px; }
  .button-large-orange:hover,
  .fs_style_23:hover {
    background: #81AB73;
    color: #fff; }

.solid-button-blue,
.fs_style_29 {
  display: inline-block;
  border: 0;
  margin: 0 0 30px;
  padding: 15px;
  background: #005480;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  text-decoration: none; }
  .solid-button-blue:hover,
  .fs_style_29:hover {
    background: #004367;
    color: #fff; }
    .solid-button-blue:hover em,
    .fs_style_29:hover em {
      color: #fff; }
  .solid-button-blue em,
  .fs_style_29 em {
    display: block;
    font-style: normal;
    font-weight: normal;
    color: #444;
    font-size: 18px;
    line-height: 24px; }

.solid-button-orange,
.fs_style_30 {
  display: inline-block;
  border: 0;
  margin: 0 0 30px;
  padding: 15px;
  background: #81AB73;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  text-decoration: none; }
  .solid-button-orange:hover,
  .fs_style_30:hover {
    background: #73a163;
    color: #fff; }
    .solid-button-orange:hover em,
    .fs_style_30:hover em {
      color: #fff; }
  .solid-button-orange em,
  .fs_style_30 em {
    display: block;
    font-style: normal;
    font-weight: normal;
    color: #444;
    font-size: 18px;
    line-height: 24px; }

.hollow-button-blue,
.fs_style_27 {
  display: inline-block;
  border: 0;
  margin: 0 0 30px;
  padding: 15px;
  background: transparent;
  color: #005480;
  font-weight: 700;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid #b2b2b2;
  padding: 14px; }
  .hollow-button-blue:hover,
  .fs_style_27:hover {
    background: rgba(0, 0, 0, 0);
    color: #005480; }
    .hollow-button-blue:hover em,
    .fs_style_27:hover em {
      color: #fff; }
  .hollow-button-blue em,
  .fs_style_27 em {
    display: block;
    font-style: normal;
    font-weight: normal;
    color: #444;
    font-size: 18px;
    line-height: 24px; }
  .hollow-button-blue:hover,
  .fs_style_27:hover {
    background: #005480;
    color: #fff;
    border-color: #005480; }

.hollow-button-orange,
.fs_style_28 {
  display: inline-block;
  border: 0;
  margin: 0 0 30px;
  padding: 15px;
  background: transparent;
  color: #81AB73;
  font-weight: 700;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid #b2b2b2;
  padding: 14px; }
  .hollow-button-orange:hover,
  .fs_style_28:hover {
    background: rgba(0, 0, 0, 0);
    color: #81AB73; }
    .hollow-button-orange:hover em,
    .fs_style_28:hover em {
      color: #fff; }
  .hollow-button-orange em,
  .fs_style_28 em {
    display: block;
    font-style: normal;
    font-weight: normal;
    color: #444;
    font-size: 18px;
    line-height: 24px; }
  .hollow-button-orange:hover,
  .fs_style_28:hover {
    background: #81AB73;
    color: #fff;
    border-color: #81AB73; }

.footer-button {
  display: inline-block;
  border: 0;
  margin: 0 0 30px;
  padding: 15px;
  background: #fff;
  color: #005480;
  font-weight: 700;
  border-radius: 5px;
  text-decoration: none; }
  .footer-button:hover {
    background: #f2f2f2;
    color: #005480; }
    .footer-button:hover em {
      color: #fff; }
  .footer-button em {
    display: block;
    font-style: normal;
    font-weight: normal;
    color: #444;
    font-size: 18px;
    line-height: 24px; }
  .footer-button:hover {
    opacity: .6; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 30px;
  padding: 15px;
  background: #444;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  text-decoration: none; }
  .fsStyleDefaultButton:hover {
    background: #373737;
    color: #fff; }
    .fsStyleDefaultButton:hover em {
      color: #fff; }
  .fsStyleDefaultButton em {
    display: block;
    font-style: normal;
    font-weight: normal;
    color: #444;
    font-size: 18px;
    line-height: 24px; }
  .fsStyleDefaultButton.fsCategoryLink {
    margin-right: 5px; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0;
    display: inline-block;
    border: 0;
    margin: 0 0 30px;
    padding: 15px;
    background: transparent;
    color: #005480;
    font-weight: 700;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #b2b2b2; }
    .fsStyleDefaultButton.fsLoadMoreButton:hover {
      background: rgba(0, 0, 0, 0);
      color: #005480; }
      .fsStyleDefaultButton.fsLoadMoreButton:hover em {
        color: #fff; }
    .fsStyleDefaultButton.fsLoadMoreButton em {
      display: block;
      font-style: normal;
      font-weight: normal;
      color: #444;
      font-size: 18px;
      line-height: 24px; }
    .fsStyleDefaultButton.fsLoadMoreButton:hover {
      background: #005480;
      color: #fff;
      border-color: #005480; }

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 30px;
  padding: 15px;
  background: #444;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  text-decoration: none; }
  .fsStyleUpdateButton:hover {
    background: #373737;
    color: #fff; }
    .fsStyleUpdateButton:hover em {
      color: #fff; }
  .fsStyleUpdateButton em {
    display: block;
    font-style: normal;
    font-weight: normal;
    color: #444;
    font-size: 18px;
    line-height: 24px; }
  .fsStyleUpdateButton.fsElementToolsSearchButton {
    margin-top: 30px;
    margin-bottom: 0; }

.directory .fs_style_29, .directory .fs_style_30 {
  background: #005480 !important; }

.lead-in,
.fs_style_24 {
  font-size: 1.41176em;
  line-height: 1.33333em;
  color: #000; }

blockquote {
  position: relative;
  margin: 80px 0 50px;
  padding-top: 50px;
  font-family: "adriane", serif;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  font-style: italic; }
  blockquote:before {
    position: absolute;
    right: 50%;
    top: 0;
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    content: '\201C';
    font-size: 90px;
    color: #81AB73; }
  blockquote:after {
    position: absolute;
    right: 50%;
    top: 20px;
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    content: '';
    height: 3px;
    width: 40px;
    background: #d9d9d9; }

cite,
.fs_style_25 {
  display: block;
  margin: 20px 0 30px;
  font-style: normal;
  font-family: "proxima-nova", sans-serif;
  color: #444;
  font-size: 16px;
  line-height: 21px; }
  cite:before,
  .fs_style_25:before {
    content: '- '; }

.callout,
.fs_style_32 {
  position: relative;
  padding: 0 20px;
  color: #81AB73;
  font-family: "adriane", serif;
  font-size: 23px;
  line-height: 33px;
  margin-bottom: 40px; }
  .callout.left,
  .fs_style_32.left {
    float: left;
    margin-left: 30px; }
    @media (min-width: 500px) {
      .callout.left,
      .fs_style_32.left {
        width: 50%; } }
  .callout.right,
  .fs_style_32.right {
    float: right;
    margin-right: 30px; }
    @media (min-width: 500px) {
      .callout.right,
      .fs_style_32.right {
        width: 50%; } }
  .callout:before,
  .fs_style_32:before {
    position: absolute;
    left: 0;
    content: '';
    width: 3px;
    height: 100%;
    background: #d9d9d9; }

/*! structure - header v0.0.1 */
.header-top {
  position: relative;
  z-index: 100;
  max-height: 210px;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #b2b2b2; }
  .header-top > .fsElementContent {
    max-width: 100vw;
    margin: 0 30px; }
  @media (min-width: 1100px) {
    .header-top {
      max-height: 150px;
      background: rgba(255, 255, 255, 0.9); } }

.site-info-container {
  display: inline-block;
  padding: 0 0 10px 20px;
  margin-bottom: 0 !important;
  overflow: hidden;
  white-space: nowrap; }
  @media (min-width: 900px) {
    .site-info-container {
      padding: 0 0 20px 20px; } }
  @media (min-width: 1100px) {
    .site-info-container {
      padding: 35px 0 10px 20px; } }
  @media (min-width: 1200px) {
    .site-info-container {
      padding: 40px 0 0; } }
  .site-info-container h1 {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0; }
  .site-info-container img {
    max-height: 70px;
    width: auto;
    margin-right: 15px; }
  .site-info-container a:nth-child(2) {
    display: none;
    position: relative;
    padding: 30px 0 0;
    font-size: 18px;
    line-height: 22px;
    color: #777;
    text-decoration: none;
    font-family: "proxima-nova", sans-serif; }
    .site-info-container a:nth-child(2) strong {
      font-size: 34px;
      font-weight: 400;
      color: #444;
      font-family: "adriane", serif; }
    @media (min-width: 750px) {
      .site-info-container a:nth-child(2) {
        display: block; } }

.school-name-mobile {
  font-size: 14px;
  color: #fff;
  background: #005480; }
  .school-name-mobile > .fsElementContent {
    height: 30px;
    padding: 0 0 0 20px; }
    .school-name-mobile > .fsElementContent p {
      margin: 0;
      line-height: 30px; }
  @media (min-width: 750px) {
    .school-name-mobile {
      display: none; } }

@media (min-width: 1100px) {
  .home-hero {
    margin-top: -150px; } }

body:not(.fsComposeMode) .home-hero.hide-image {
  display: none; }

.hero-image img {
  display: block;
  width: 100%; }

@media (min-width: 1100px) {
  .hero-image {
    margin-top: -150px; } }

body:not(.fsComposeMode) .hero-image.hide-image {
  display: none; }

.skip-link a {
  display: block;
  position: absolute;
  top: -100px;
  left: 20px;
  z-index: 111;
  padding: 20px;
  color: #fff;
  background: #000; }
  .skip-link a:focus {
    top: 20px; }

.translate-button {
  position: absolute;
  top: 0;
  right: 90px;
  width: 140px; }
  .translate-button #google_translate_element {
    top: 5px;
    right: 0;
    width: 100%; }
    .translate-button #google_translate_element label {
      position: absolute;
      top: 0;
      left: 0;
      font-size: 16px;
      font-family: "proxima-nova", sans-serif;
      font-weight: 700; }
      .translate-button #google_translate_element label:hover {
        color: #81AB73; }
      .translate-button #google_translate_element label:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin-right: 5px; }
    .translate-button #google_translate_element .goog-te-gadget .goog-te-combo {
      cursor: pointer; }
    .translate-button #google_translate_element a.goog-logo-link {
      display: none; }
    .translate-button #google_translate_element span {
      display: none; }
  .translate-button .goog-te-gadget {
    font-size: 0;
    color: #005480; }
    .translate-button .goog-te-gadget select {
      opacity: 0;
      margin: 0;
      padding: 0; }
    .translate-button .goog-te-gadget:hover {
      color: #81AB73; }
  .translate-button.focused {
    outline-width: 2px;
    outline-style: solid;
    outline-color: Highlight; }
    @media (-webkit-min-device-pixel-ration: 0) {
      .translate-button.focused {
        outline-color: -webkit-focus-ring-color;
        outline-style: auto; } }

#fsFooter {
  padding: 30px;
  color: #fff;
  background: #333; }
  #fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 69.41176em;
    max-width: 73.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #fsFooter .fsBanner:after {
      content: normal; }
    body.fsDraftMode #fsFooter .fsBanner {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; }
  #fsFooter .address-container {
    width: 100%; }
    @media (min-width: 700px) {
      #fsFooter .address-container {
        width: auto; } }
    #fsFooter .address-container .fsElement {
      text-align: center; }
      @media (min-width: 700px) {
        #fsFooter .address-container .fsElement {
          text-align: left; } }
  #fsFooter .nav-social {
    margin-bottom: 30px; }

.school-details {
  margin-bottom: 30px; }
  .school-details [itemprop='name'] {
    margin-top: 0;
    font-weight: normal;
    font-family: "adriane", serif;
    color: #005480;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
    color: #fff; }
  .school-details [itemprop='tagLine'] {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 20px; }
  .school-details [itemprop='address'] {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px; }
  .school-details [itemprop='streetAddress'] {
    display: block; }
  .school-details [itemprop='telephone'] {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px; }
  .school-details [itemprop='fax'] {
    font-size: 18px;
    line-height: 28px; }
  .school-details a {
    color: inherit; }

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

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

html {
  font-family: "proxima-nova", sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 17px;
  line-height: 25px;
  color: #444; }

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

#fsPageBodyWrapper {
  padding-right: 1.76471em;
  padding-left: 1.76471em;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff; }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 69.41176em;
  max-width: 73.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#fsPageContent {
  width: 100%; }

#fsBannerLeft {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 800px) {
    #fsBannerLeft {
      padding-right: 80px;
      width: 300px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @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: 260px; } }

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

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

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

#fsBannerRight {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 700px) {
    #fsBannerRight {
      padding-left: 60px;
      width: 380px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0; }
    @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: 60px;
        width: 340px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#fsPoweredByFinalsite {
  position: static;
  bottom: 0;
  right: 0;
  width: 100%;
  background-position: center; }
  @media (min-width: 700px) {
    #fsPoweredByFinalsite {
      position: absolute;
      width: 132px;
      background-position: left; } }

.school-home .fsBreadcrumb {
  display: none; }

.fsBreadcrumb {
  display: none;
  width: 100%;
  margin-bottom: 30px; }
  .fsBreadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .fsBreadcrumb ul:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #63666a;
      font-size: 12px;
      opacity: .7; }
  .fsBreadcrumb li {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #444;
    letter-spacing: .75px; }
    .fsBreadcrumb li:not(:first-child):before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      margin: 0 10px 0 5px;
      color: #444; }
  .fsBreadcrumb a {
    font-size: 12px;
    text-transform: uppercase;
    color: inherit;
    color: #767676; }
    .fsBreadcrumb a:hover {
      color: #81AB73; }
  .fsBreadcrumb span {
    display: none; }
  @media (min-width: 750px) {
    .fsBreadcrumb {
      display: block; } }
  .fsBreadcrumb.breadcrumb-school li:nth-child(-n+3) {
    display: none; }
  .fsBreadcrumb.breadcrumb-school li:nth-child(4):before {
    display: none; }

#fsHeader .nav-main {
  display: none; }
  @media (min-width: 1100px) {
    #fsHeader .nav-main {
      display: block;
      margin-top: -20px; } }
  #fsHeader .nav-main a {
    text-decoration: none; }

.nav-main .fsNavLevel1 {
  padding: 0 20px; }
  .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: 900px) {
    .nav-main .fsNavLevel1 {
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .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: 1000px) {
    .nav-main .fsNavLevel1 {
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  @media (min-width: 1200px) {
    .nav-main .fsNavLevel1 {
      padding: 0; } }
  html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    left: 20px;
    max-height: 0;
    overflow: hidden; }
    @media (min-width: 1000px) {
      html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
        left: 0; } }
  .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:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    left: 20px;
    max-height: 0;
    overflow: hidden; }
    @media (min-width: 1000px) {
      html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
        left: 0; } }
  html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo, html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px; }
  @media (max-width: 599px) {
    html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
      max-height: 9999px; } }
  .nav-main .fsNavLevel1 > li:nth-last-child(-n+4) .fsNavPageInfo {
    left: auto !important;
    right: 0; }
  @media (min-width: 1000px) {
    .nav-main .fsNavLevel1 > li {
      position: relative;
      padding-bottom: 10px; } }
  .nav-main .fsNavLevel1 > li > a {
    display: block;
    padding: 0 16px 1px;
    font-size: 16px;
    color: #444;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media (min-width: 1000px) {
      .nav-main .fsNavLevel1 > li > a {
        padding: 0 22px 1px 22px; } }
  .nav-main .fsNavLevel1 > li:hover > a {
    position: relative; }
    .nav-main .fsNavLevel1 > li:hover > a:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 6px;
      background: #005480; }
    @media (min-width: 1000px) {
      .nav-main .fsNavLevel1 > li:hover > a:after {
        left: 0;
        bottom: -10px; } }
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
    color: #81AB73; }

.nav-main .fsNavPageInfo {
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 84, 128, 0.9);
  text-align: left;
  width: 600px;
  width: calc(100% - 40px); }
  @media (min-width: 1000px) {
    .nav-main .fsNavPageInfo {
      width: 600px; }
      .nav-main .fsNavLevel1 > .first-half .fsNavPageInfo {
        left: 0;
        -ms-transform: none;
        transform: none; } }
    @media (min-width: 1000px) and (min-width: 1000px) {
      .nav-main .fsNavLevel1 > .first-half .fsNavPageInfo {
        left: 22px; } }
  @media (min-width: 1000px) and (min-width: 1000px) {
    .nav-main .fsNavLevel1 > .first-half.short-menu .fsNavPageInfo {
      left: -160px; } }
  @media (min-width: 1000px) {
      .nav-main .fsNavLevel1 > .second-half .fsNavPageInfo {
        right: 0;
        left: auto;
        -ms-transform: none;
        transform: none; } }
    @media (min-width: 1000px) and (min-width: 1000px) {
      .nav-main .fsNavLevel1 > .second-half .fsNavPageInfo {
        right: -22px; } }
  @media (min-width: 900px) {
    .nav-main .fsNavParentPage:hover .fsNavPageInfo {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

.nav-main .fsNavLevel2 {
  width: 50%;
  padding: 20px 0 40px; }
  .nav-main .fsNavLevel2.column-1 {
    margin-right: 15px;
    padding-left: 40px; }
  .nav-main .fsNavLevel2.column-2 {
    margin-left: 15px;
    padding-right: 40px; }
  .nav-main .fsNavLevel2 li a {
    font-size: 16px;
    font-weight: 700; }
  .nav-main .fsNavLevel2 li:not(:last-child) a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .nav-main .fsNavLevel2 a {
    color: #fff;
    display: block;
    padding: 15px 0 15px 5px;
    transition: padding .3s; }
    .nav-main .fsNavLevel2 a:hover {
      padding: 15px 0 15px 15px;
      background: rgba(0, 0, 0, 0.2); }

.drawer-ribbon {
  position: absolute;
  right: 10px;
  top: calc(50% + 15px);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  height: 50px;
  width: 50px; }
  @media (min-width: 1100px) {
    .drawer-ribbon {
      display: none; } }

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  max-width: 50px;
  font-size: 0; }
  .drawer-trigger:before, .drawer-trigger:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 3px;
    width: 50%;
    content: '';
    font-size: 17px;
    background: #005480; }
  .drawer-trigger:before {
    margin-top: -0.35294em;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: margin-top .3s, transform .3s; }
  .drawer-trigger:after {
    box-shadow: 0 0.35294em 0 0 #005480;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: box-shadow .3s, transform .3s; }
  .drawer-is-active .drawer-trigger:before {
    margin-top: 0;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .drawer-is-active .drawer-trigger:after {
    box-shadow: none;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

@media (min-width: 1100px) {
  #fsMenu {
    display: none; } }

.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: 170px;
  min-height: 100%;
  max-width: 35.29412em;
  background: #005480; }
  .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 .district-nav,
  .fsMenu .mobile-nav {
    display: block;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0 20px; }
    .fsMenu .district-nav header,
    .fsMenu .mobile-nav header {
      display: none; }
    .fsMenu .district-nav ul,
    .fsMenu .mobile-nav ul {
      padding-left: 0px;
      list-style: none;
      margin-bottom: 0px; }
      .fsMenu .district-nav ul li,
      .fsMenu .mobile-nav ul li {
        padding: 0; }
        .fsMenu .district-nav ul li a,
        .fsMenu .mobile-nav ul li a {
          text-decoration: none; }
        .fsMenu .district-nav ul li.fsNavParentPage,
        .fsMenu .mobile-nav ul li.fsNavParentPage {
          position: relative; }
          .fsMenu .district-nav ul li.fsNavParentPage .fsNavPageInfo .fsNavPageDescription, .fsMenu .district-nav ul li.fsNavParentPage .fsNavPageInfo .fsNavPageThumbnail,
          .fsMenu .mobile-nav ul li.fsNavParentPage .fsNavPageInfo .fsNavPageDescription,
          .fsMenu .mobile-nav ul li.fsNavParentPage .fsNavPageInfo .fsNavPageThumbnail {
            display: none; }
          .fsMenu .district-nav ul li.fsNavParentPage .drop-trigger,
          .fsMenu .mobile-nav ul li.fsNavParentPage .drop-trigger {
            color: #444;
            cursor: pointer;
            width: 43px;
            height: 45px;
            padding-top: 8px;
            padding-right: 2px;
            position: absolute;
            right: 0;
            top: 0;
            text-align: left; }
            .fsMenu .district-nav ul li.fsNavParentPage .drop-trigger:before,
            .fsMenu .mobile-nav ul li.fsNavParentPage .drop-trigger:before {
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none;
              display: block;
              position: absolute;
              right: 19px;
              top: 9px;
              font-size: 24px;
              color: #fff;
              transition: .3s; }
            .fsMenu .district-nav ul li.fsNavParentPage .drop-trigger.expanded:before,
            .fsMenu .mobile-nav ul li.fsNavParentPage .drop-trigger.expanded:before {
              -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
          .fsMenu .district-nav ul li.fsNavParentPage .fsNavPageInfo,
          .fsMenu .mobile-nav ul li.fsNavParentPage .fsNavPageInfo {
            display: none; }
          .fsMenu .district-nav ul li.fsNavParentPage > a,
          .fsMenu .mobile-nav ul li.fsNavParentPage > a {
            position: relative; }
        .fsMenu .district-nav ul li.fsNavCurrentPage > .fsNavPageInfo, .fsMenu .district-nav ul li.fsNavCurrentPageAncestor > .fsNavPageInfo,
        .fsMenu .mobile-nav ul li.fsNavCurrentPage > .fsNavPageInfo,
        .fsMenu .mobile-nav ul li.fsNavCurrentPageAncestor > .fsNavPageInfo {
          display: block; }
        .fsMenu .district-nav ul li > a,
        .fsMenu .mobile-nav ul li > a {
          display: block;
          color: #fefefe;
          margin-right: 40px;
          font-size: 16px;
          font-weight: 700; }
    .fsMenu .district-nav ul.fsNavLevel1 > li:not(:first-of-type),
    .fsMenu .mobile-nav ul.fsNavLevel1 > li:not(:first-of-type) {
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
    .fsMenu .district-nav ul.fsNavLevel1 > li:last-child,
    .fsMenu .mobile-nav ul.fsNavLevel1 > li:last-child {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .fsMenu .district-nav ul.fsNavLevel1 > li > a,
    .fsMenu .mobile-nav ul.fsNavLevel1 > li > a {
      padding: 10px 0 10px 20px;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase; }
    .fsMenu .district-nav ul.fsNavLevel1 > li.fsNavCurrentPage > a,
    .fsMenu .mobile-nav ul.fsNavLevel1 > li.fsNavCurrentPage > a {
      background: #004367; }
    .fsMenu .district-nav ul.fsNavLevel1 > li.fsNavCurrentPage > .drop-trigger,
    .fsMenu .mobile-nav ul.fsNavLevel1 > li.fsNavCurrentPage > .drop-trigger {
      background: #004367; }
    .fsMenu .district-nav ul.fsNavLevel2 > li > a,
    .fsMenu .mobile-nav ul.fsNavLevel2 > li > a {
      padding: 10px 0 10px 30px;
      font-size: 14px;
      color: #fff; }
    .fsMenu .district-nav ul.fsNavLevel2 > li.fsNavCurrentPage > a,
    .fsMenu .mobile-nav ul.fsNavLevel2 > li.fsNavCurrentPage > a {
      background: #004367; }
    .fsMenu .district-nav ul.fsNavLevel2 > li.fsNavCurrentPage > .drop-trigger,
    .fsMenu .mobile-nav ul.fsNavLevel2 > li.fsNavCurrentPage > .drop-trigger {
      background: #004367; }
    .fsMenu .district-nav ul.fsNavLevel3 > li > a,
    .fsMenu .mobile-nav ul.fsNavLevel3 > li > a {
      padding: 10px 0 10px 45px;
      font-size: 14px;
      color: #fff; }
    .fsMenu .district-nav ul.fsNavLevel3 > li.fsNavCurrentPage > a,
    .fsMenu .mobile-nav ul.fsNavLevel3 > li.fsNavCurrentPage > a {
      background: #004367; }
    .fsMenu .district-nav ul.fsNavLevel3 > li.fsNavCurrentPage > .drop-trigger,
    .fsMenu .mobile-nav ul.fsNavLevel3 > li.fsNavCurrentPage > .drop-trigger {
      background: #004367; }
    .fsMenu .district-nav ul.fsNavLevel4 > li > a,
    .fsMenu .mobile-nav ul.fsNavLevel4 > li > a {
      padding: 10px 0 10px 60px;
      font-size: 14px;
      color: #fff; }
    .fsMenu .district-nav ul.fsNavLevel5 > li > a,
    .fsMenu .mobile-nav ul.fsNavLevel5 > li > a {
      font-size: 14px;
      color: #fff; }
  .fsMenu .district-nav ul.fsNavLevel1 > li a {
    text-transform: none; }
  .fsMenu .district-nav ul.fsNavLevel1 > li:first-child a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.5); }
  .fsMenu .district-nav ul.fsNavLevel1 > li:nth-child(2) a:after {
    content: '\2026';
    color: #fff; }

.nav-sub.tier-one .fsNavLevel1 > li.fsNavParentPage {
  position: relative;
  padding-left: 0 !important; }
  .nav-sub.tier-one .fsNavLevel1 > li.fsNavParentPage:before {
    display: none; }

.nav-sub.tier-one .fsNavLevel2 {
  display: none; }

.nav-sub.tier-two .fsNavLevel1 > li.fsNavCurrentPage > a {
  position: relative; }
  .nav-sub.tier-two .fsNavLevel1 > li.fsNavCurrentPage > a:before {
    position: absolute;
    top: 0;
    left: -21px;
    content: '';
    height: 100%;
    width: 4px;
    background: #81AB73; }

.nav-sub.tier-two .fsNavLevel3 li {
  display: none; }

.nav-sub.tier-three .fsNavLevel2 a:before {
  display: none; }

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

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

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

#fsPageBody .nav-sub {
  display: block; }
  #fsPageBody .nav-sub > .fsElementContent {
    margin: 0 5px;
    padding: 0 20px;
    border: 1px solid #b2b2b2;
    border-top: none; }
  @media (min-width: 800px) {
    #fsPageBody .nav-sub {
      padding: 30px 20px;
      border: 1px solid #b2b2b2; }
      #fsPageBody .nav-sub > .fsElementContent {
        margin: 0;
        padding: 0;
        border: none; } }

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

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

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

.nav-sub ul li.fsNavCurrentPage > a {
  color: #81AB73; }

.nav-sub ul li.fsNavCurrentPageAncestor > a:before {
  position: absolute;
  top: 0;
  left: -21px;
  content: '';
  height: 100%;
  width: 4px;
  background: #81AB73; }

.nav-sub ul li a {
  position: relative;
  display: block;
  padding: 10px 0;
  font-size: 16px;
  line-height: 21px;
  color: #444;
  text-decoration: none; }
  .nav-sub ul li a:hover {
    color: #81AB73; }

.nav-sub ul li.fsNavParentPage:not(.fsNavCurrentPage):not(.fsNavCurrentPageAncestor) {
  position: relative;
  padding-left: 10px; }
  .nav-sub ul li.fsNavParentPage:not(.fsNavCurrentPage):not(.fsNavCurrentPageAncestor):before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    left: 0;
    top: 7px; }

.nav-sub .fsNavLevel1 > li:last-child {
  border-bottom: none; }

.nav-sub .fsNavLevel1 > li > a {
  font-weight: 700; }

.nav-sub .fsNavLevel2 {
  padding-left: 10px; }

.nav-sub .fsNavLevel3 {
  padding-left: 10px; }

.nav-sub .fsNavLevel4 {
  display: none; }

.nav-sub .section-title {
  padding: 20px;
  border: 1px solid #b2b2b2;
  border-top: 4px solid #81AB73; }
  @media (min-width: 800px) {
    .nav-sub .section-title {
      display: none; } }
  .nav-sub .section-title a {
    font-size: 16px;
    line-height: 12px;
    font-weight: 700;
    color: #444; }
  .nav-sub .section-title:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    right: 15px;
    font-size: 24px;
    color: #777;
    transition: .3s; }

.nav-social {
  position: static;
  top: 40%;
  right: 0;
  width: 100%;
  text-align: center; }
  @media (min-width: 700px) {
    .nav-social {
      text-align: left; } }
  @media (min-width: 900px) {
    .nav-social {
      position: absolute;
      width: auto;
      text-align: left; } }
  .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: 50px; }
    .nav-social .fsNavLevel1 [href*='facebook']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='instagram']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='linkedin']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='pinterest']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='tumblr']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='twitter']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='vimeo']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='vine']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='youtube']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='rss']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='facebook']:hover:before {
      color: rgba(255, 255, 255, 0.6); }
    .nav-social .fsNavLevel1 [href*='instagram']:hover:before {
      color: rgba(255, 255, 255, 0.6); }
    .nav-social .fsNavLevel1 [href*='linkedin']:hover:before {
      color: rgba(255, 255, 255, 0.6); }
    .nav-social .fsNavLevel1 [href*='pinterest']:hover:before {
      color: rgba(255, 255, 255, 0.6); }
    .nav-social .fsNavLevel1 [href*='tumblr']:hover:before {
      color: rgba(255, 255, 255, 0.6); }
    .nav-social .fsNavLevel1 [href*='twitter']:hover:before {
      color: rgba(255, 255, 255, 0.6); }
    .nav-social .fsNavLevel1 [href*='vimeo']:hover:before {
      color: rgba(255, 255, 255, 0.6); }
    .nav-social .fsNavLevel1 [href*='vine']:hover:before {
      color: rgba(255, 255, 255, 0.6); }
    .nav-social .fsNavLevel1 [href*='youtube']:hover:before {
      color: rgba(255, 255, 255, 0.6); }
    .nav-social .fsNavLevel1 [href*='rss']:hover:before {
      color: rgba(255, 255, 255, 0.6); }
    .nav-social .fsNavLevel1 a {
      color: #fff;
      display: block;
      text-decoration: none; }
      .nav-social .fsNavLevel1 a:before {
        color: #fff;
        font-size: 30px;
        transition: 0.3s all;
        display: block; }
      .nav-social .fsNavLevel1 a[href*="twitter"]:before, .nav-social .fsNavLevel1 a[href*="x.com"]:before {
        font-family: 'fsIcomoon';
        content: '\e939';
        font-size: 25px; }
      .nav-social .fsNavLevel1 a[href*="youtube"]:before {
        font-family: 'fsIcomoon';
        content: '\e93a'; }

.nav-utility-header {
  position: relative;
  top: 10px;
  right: 10px; }
  @media (min-width: 1100px) {
    .nav-utility-header {
      display: block;
      top: 20px;
      right: 20px;
      position: absolute; } }
  .nav-utility-header .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: baseline;
    align-items: baseline; }
  .nav-utility-header .fsNavLevel1 {
    position: relative;
    -ms-flex-align: baseline;
    align-items: baseline;
    list-style: none;
    margin-bottom: 0;
    display: none; }
    @media (min-width: 1100px) {
      .nav-utility-header .fsNavLevel1 {
        display: -ms-flexbox;
        display: flex;
        margin-right: 160px; } }
    html.js .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 20px;
      max-height: 0;
      overflow: hidden; }
      @media (min-width: 1000px) {
        html.js .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
          left: 0; } }
    .menu-item-open html.js .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
      max-height: 9999px; }
    html.js .nav-utility-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
      max-height: 9999px; }
    html:not(.js) .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 20px;
      max-height: 0;
      overflow: hidden; }
      @media (min-width: 1000px) {
        html:not(.js) .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
          left: 0; } }
    html:not(.js) .nav-utility-header .fsNavLevel1 > li:hover > .fsNavPageInfo, html:not(.js) .nav-utility-header .fsNavLevel1 > li:focus > .fsNavPageInfo {
      max-height: 9999px; }
    @media (max-width: 599px) {
      html:not(.js) .nav-utility-header .fsNavLevel1 > li:focus > .fsNavPageInfo {
        max-height: 9999px; } }
    .nav-utility-header .fsNavLevel1 > li.fsNavParentPage {
      padding-bottom: 8px; }
    .nav-utility-header .fsNavLevel1 > li a {
      font-size: 14px;
      color: #005480;
      text-decoration: none;
      font-weight: 700; }
      @media (min-width: 1000px) {
        .nav-utility-header .fsNavLevel1 > li a {
          font-size: 16px; } }
    .nav-utility-header .fsNavLevel1 > li:hover > a {
      color: #81AB73; }
    .nav-utility-header .fsNavLevel1 > li:hover:before {
      color: #81AB73; }
    .nav-utility-header .fsNavLevel1 > li:not(:last-child) {
      margin-right: 20px; }
    .nav-utility-header .fsNavLevel1 > li:first-child:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      margin-right: 5px;
      color: rgba(0, 84, 128, 0.5); }
    .nav-utility-header .fsNavLevel1 > li:first-child:hover:before {
      color: #81AB73; }
    .nav-utility-header .fsNavLevel1 > li.board-agendas {
      padding: 0; }
      .nav-utility-header .fsNavLevel1 > li.board-agendas:hover a {
        color: #d74011;
        color: #81AB73; }
  .nav-utility-header .fsNavPageInfo {
    left: 120px !important;
    background: #005480;
    z-index: 9999; }
    .nav-utility-header .fsNavPageInfo .fsNavLevel2 {
      list-style: none;
      padding: 30px; }
      .nav-utility-header .fsNavPageInfo .fsNavLevel2 li {
        width: 100%;
        padding: 5px 50px 5px 0;
        transition: padding .3s; }
        .nav-utility-header .fsNavPageInfo .fsNavLevel2 li:hover {
          background: rgba(0, 0, 0, 0.2);
          padding: 5px 50px 5px 5px; }
      .nav-utility-header .fsNavPageInfo .fsNavLevel2 a {
        color: #fff;
        font-size: 16px;
        font-weight: 700; }

.nav-utility-footer {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding-top: 30px;
  border-top: 4px solid rgba(255, 255, 255, 0.15); }
  .nav-utility-footer > .fsElementContent {
    margin-bottom: 20px; }
  @media (min-width: 700px) {
    .nav-utility-footer > .fsElementContent {
      margin-bottom: 0; } }
  .nav-utility-footer .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center; }
    .nav-utility-footer .fsNavLevel1, .nav-utility-footer .fsNavLevel1 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .nav-utility-footer .fsNavLevel1 li {
      margin: 0;
      padding: 0; }
    @media (min-width: 700px) {
      .nav-utility-footer .fsNavLevel1 {
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .nav-utility-footer .fsNavLevel1 a {
      padding: 0 10px;
      font-size: 16px;
      line-height: 26px;
      color: #fff;
      text-decoration: none; }
      @media (min-width: 800px) {
        .nav-utility-footer .fsNavLevel1 a {
          padding: 0 40px 0 0; } }
      .nav-utility-footer .fsNavLevel1 a:hover {
        opacity: .6; }

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

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #dddedf; }
  @media (min-width: 800px) {
    .fsConstituent.fsSearch > .fsElementContent {
      margin: 0 -10px; } }
  .fsConstituent.fsSearch label {
    display: block;
    margin-bottom: 1.76471em; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch label {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        padding: 0 10px; } }
    @media (min-width: 900px) {
      .fsConstituent.fsSearch label {
        width: 32.83333%; } }
  .fsConstituent.fsSearch input,
  .fsConstituent.fsSearch select {
    display: block;
    width: 100%; }
  .fsConstituent.fsSearch [type*='submit'] {
    width: auto; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch [type*='submit'] {
        margin-left: 0.88235em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    display: inline-block;
    border: 0;
    margin: 0 0 30px;
    padding: 15px;
    background: transparent;
    color: #005480;
    font-weight: 700;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #b2b2b2;
    border-radius: 5px; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover {
      background: rgba(0, 0, 0, 0);
      color: #005480; }
      .fsConstituent.fsSearch .fsConstituentSearchButton:hover em {
        color: #fff; }
    .fsConstituent.fsSearch .fsConstituentSearchButton em {
      display: block;
      font-style: normal;
      font-weight: normal;
      color: #444;
      font-size: 18px;
      line-height: 24px; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover {
      background: #005480;
      color: #fff; }

.fsConstituent .fsElementPagination {
  margin: 30px 0; }

/*! elements - constituent profile */
.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile .fsProfileImage {
    display: block;
    margin-bottom: 30px; }
  .fsConstituentProfile .fsFullName {
    color: #005480; }
  @media (min-width: 800px) {
    .fsConstituentProfile.fsHasPhoto > div, .fsConstituentProfile.fsHasPhoto > h3 {
      padding: 0;
      padding-left: calc(25% + 20px); } }
  @media (min-width: 600px) {
    .fsConstituentProfile.fsHasPhoto .fsProfileImage {
      float: left;
      padding-right: 30px;
      max-width: 50%; } }
  @media (min-width: 800px) {
    .fsConstituentProfile.fsHasPhoto .fsProfileImage {
      position: absolute;
      left: 0;
      top: 0;
      max-width: 25%;
      padding: 0;
      float: none; } }
  @media (min-width: 600px) {
    .fsConstituentProfile:not(.fsHasPhoto) .fsProfileImage {
      float: left;
      padding-right: 30px;
      max-width: 50%; } }
  @media (min-width: 800px) {
    .fsConstituentProfile:not(.fsHasPhoto) .fsProfileImage {
      max-width: 25%; } }

.fsProfileSection {
  margin-bottom: 1.76471em;
  font-size: 16px; }
  .fsProfileSection h4 {
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid #777;
    margin: 0 0 .5em 0;
    padding: 0 0 .5em 0; }
  .fsProfileSection .fsProfileSectionData {
    margin-bottom: 15px;
    padding-bottom: 15px; }
    .fsProfileSection .fsProfileSectionData.fsTitle {
      font-weight: normal;
      font-size: 1em; }

.fsProfileSectionSpecialData > div, .fsProfileSpecialFieldName > div {
  width: auto;
  float: none; }
  @media (min-width: 800px) {
    .fsProfileSectionSpecialData > div, .fsProfileSpecialFieldName > div {
      float: left; }
      .fsProfileSectionSpecialData > div:first-child, .fsProfileSpecialFieldName > div:first-child {
        width: 25%; }
      .fsProfileSectionSpecialData > div:last-child, .fsProfileSpecialFieldName > div:last-child {
        width: 75%; } }

.fsProfileSectionFieldName,
.fsProfileSectionFieldValue {
  width: auto;
  float: none; }

@media (min-width: 800px) {
  .fsProfileSectionFieldName {
    width: 25%;
    float: left; } }

@media (min-width: 800px) {
  .fsProfileSectionFieldValue {
    width: 75%;
    float: left; } }

@media (min-width: 800px) {
  .fsBiography .fsProfileSectionFieldName {
    font-weight: bold; }
  .fsBiography .fsProfileSectionFieldName,
  .fsBiography .fsProfileSectionFieldValue {
    float: none;
    width: 100%; } }

.fsProfileSectionData.fsEmployedSince {
  width: 100% !important; }

/*! elements - constituent default layout */
.fsDirectory {
  word-break: break-word;
  margin-bottom: 30px; }
  .fsDirectory .fsConstituentItem {
    padding: 30px 0;
    border: 1px solid #f1f2f2; }
    .fsDirectory .fsConstituentItem > h3, .fsDirectory .fsConstituentItem > div {
      padding-right: 30px;
      padding-left: 30px;
      margin-bottom: 15px;
      padding-top: 0; }
      .fsDirectory .fsConstituentItem > h3:last-child, .fsDirectory .fsConstituentItem > div:last-child {
        margin-bottom: 0; }
    .fsDirectory .fsConstituentItem .fsPhoto img {
      display: block;
      max-width: 160px; }

.fsConstituentColumnLayout_1 .fsConstituentItem {
  margin: 0;
  margin-bottom: 30px;
  page-break-inside: avoid;
  break-inside: avoid; }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_2 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_2 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
  page-break-inside: avoid;
  break-inside: avoid; }
  @media (min-width: 800px) {
    .fsConstituentColumnLayout_2 .fsConstituentItem {
      width: calc(50% - 20px);
      margin: 0 10px;
      margin-bottom: 30px; } }
  .fsConstituentColumnLayout_2 .fsConstituentItem:nth-child(2n+1) {
    clear: both; }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_3 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_3 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
  page-break-inside: avoid;
  break-inside: avoid; }
  @media (min-width: 800px) {
    .fsConstituentColumnLayout_3 .fsConstituentItem {
      width: calc(50% - 20px);
      float: left;
      margin: 0 10px;
      margin-bottom: 30px; }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 900px) {
    .fsConstituentColumnLayout_3 .fsConstituentItem {
      width: calc(33.33% - 20px); }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(2n+1) {
        clear: none; }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(3n+1) {
        clear: both; } }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_4 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_4 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
  page-break-inside: avoid;
  break-inside: avoid; }
  @media (min-width: 800px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(50% - 20px);
      margin: 0 10px;
      margin-bottom: 30px; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 900px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(33.33% - 20px); }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
        clear: none; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
        clear: both; } }
  @media (min-width: 1000px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(25% - 20px); }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
        clear: none; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(4n+1) {
        clear: both; } }

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #fff;
  transition: .3s;
  padding: 7px 0; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-top: 0;
    font-weight: normal;
    font-family: "adriane", serif;
    color: #005480;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
    margin-bottom: 0;
    display: block;
    font-size: 18px;
    line-height: 24px;
    padding: 8px 15px;
    color: #444;
    transition: .3s;
    position: relative; }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
      transition: none; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover, .fsAccordion .fsPanel > header:focus, .fsTabs .fsPanel > header:focus {
    background: rgba(129, 171, 115, 0.1);
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2, .fsAccordion .fsPanel > header:focus h2, .fsTabs .fsPanel > header:focus h2 {
      color: #444;
      transition: .3s; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: rgba(129, 171, 115, 0.1); }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #333; }
    .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
      content: ""; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 8px;
  color: #81AB73;
  font-family: "IcoMoon";
  content: ""; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 8px;
  color: #81AB73;
  font-family: "IcoMoon";
  content: ""; }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 10px;
  margin-left: 40px;
  border-left: 1px solid rgba(0, 0, 0, 0.3); }
  .fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
    left: -30px; }

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

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

.fsAccordion {
  margin-bottom: 30px; }
  .fsAccordion > .fsElementContent {
    border-top: 4px solid #81AB73; }
  .fsAccordion .fsPanel {
    margin-bottom: 0;
    border-bottom: 1px solid #b2b2b2; }
    .fsAccordion .fsPanel.fsStateOpen > header {
      border-bottom: 1px solid #b2b2b2; }

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 30px; }
  .fsAthleticsEvent > .fsElementContent {
    width: 100%; }
  .fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 15px; }
  .fsAthleticsEvent .fsElementEventIcon {
    display: inline-block;
    max-width: 100%; }
  .fsAthleticsEvent.fsList .fsListItems article {
    margin-bottom: 30px; }
  .fsAthleticsEvent.fsList .fsTitle {
    display: inline-block;
    margin-bottom: 0; }
  .fsAthleticsEvent.fsList .fsElementEventIcon {
    margin-right: 10px; }
  .fsAthleticsEvent.fsList .fsAlertIcon {
    margin-left: 5px;
    margin-bottom: -3px; }
  .fsAthleticsEvent.fsList .fsAthleticsOpponents {
    display: inline; }
  .fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
    display: inline; }
  @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 15px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:not(:last-child) {
        border: 0; }
      .fsAthleticsEvent.fsTable .fsElementTable td:first-of-type {
        padding-top: 15px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:last-of-type {
        padding-bottom: 15px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:before {
        display: inline-block;
        font-weight: 700;
        color: #81AB73; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
        content: 'Team: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
        display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
          content: 'Opponent: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
        content: 'Date: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
        content: 'Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
        content: 'Location: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAdvantage:before {
        content: 'Advantage: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
        content: 'Type: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails:before {
        content: 'Details: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
        content: 'Result: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsScore:before {
        content: 'Score: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAlerts:before {
        content: 'Alerts: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDismissal:before {
        content: 'Dismissal: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDeparture:before {
        content: 'Departure: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsReturn:before {
        content: 'Return Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsPickup:before {
        content: 'Pickup Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
        content: 'Recap: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
        content: 'Status: '; } }

/*! elements - athletics popup modal */
#fsAthleticsEventElementDialog .fsAthleticsEvent.fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px; }

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

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

.fsAthleticsRoster {
  margin-bottom: 30px; }
  @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 15px; }
      .fsAthleticsRoster .fsElementTable td:not(:last-child) {
        border: 0; }
      .fsAthleticsRoster .fsElementTable td:first-of-type {
        padding-top: 15px; }
      .fsAthleticsRoster .fsElementTable td:last-of-type {
        padding-bottom: 15px; } }

.fsAthleticsRosterContent {
  margin-bottom: 30px; }
  .fsAthleticsRosterContent p:last-child {
    margin-bottom: 0; }
  .fsAthleticsRosterContent:empty {
    margin-bottom: 0; }

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

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

.fsAthleticsRosterList li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #444; }
  .fsAthleticsRosterList li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .fsAthleticsRosterList li > div {
    margin-bottom: 15px; }
    .fsAthleticsRosterList li > div:last-child {
      margin-bottom: 0; }

/*! elements - athletics teams */
.fsAthleticsTeam {
  margin-bottom: 30px; }

.fsAthleticsTeamDirectory {
  max-width: 100%;
  margin-bottom: 30px; }
  .fsAthleticsTeamDirectory, .fsAthleticsTeamDirectory ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsAthleticsTeamDirectory li {
    margin: 0;
    padding: 0; }
  .fsAthleticsTeamDirectory > li {
    margin-bottom: 15px; }
  .fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
    display: inline-block; }

.fsAthleticsTeamIcon {
  margin-right: 10px; }

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

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

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

.fsCalendar .fsDate {
  position: absolute;
  top: 5px;
  left: 0;
  text-align: center;
  height: 80px;
  width: 80px;
  color: #444;
  background: none;
  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.fsDayName, .fsCalendar .fsDate > span.fsMonth, .fsCalendar .fsDate > span.fsYear {
      font-size: 15px;
      line-height: 17px;
      font-weight: 700;
      text-transform: uppercase; }
    .fsCalendar .fsDate > span.fsDay {
      margin-top: 10px;
      font-size: 35px;
      color: #81AB73;
      font-weight: 700; }

.fsCalendar .fsTitle {
  margin-bottom: 10px; }
  .fsCalendar .fsTitle a {
    margin-top: 0;
    font-weight: normal;
    font-family: "adriane", serif;
    color: #005480;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #444;
    text-decoration: none; }
    .fsCalendar .fsTitle a:hover {
      color: #000; }

.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0; }

.fsCalendar .fsReadMoreLink {
  text-decoration: none; }
  .fsCalendar .fsReadMoreLink:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    margin-left: 5px;
    font-size: 14px; }

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */
/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarWeekendDayBox.has-info > div {
  height: auto !important; }

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

.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: 30px 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(0, 84, 128, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(0, 84, 128, 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(0, 84, 128, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(0, 84, 128, 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: 30px;
  margin: 30px auto 0; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
    #event-view .fsCalendarDaybox > div {
      margin-bottom: 30px; }
  #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 30px;
    padding: 15px;
    background: #444;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    text-decoration: none;
    padding: 15px 30px; }
    .scroll-up span:hover {
      background: #373737;
      color: #fff; }
      .scroll-up span:hover em {
        color: #fff; }
    .scroll-up span em {
      display: block;
      font-style: normal;
      font-weight: normal;
      color: #444;
      font-size: 18px;
      line-height: 24px; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 30px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

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

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

@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 */
.calendar-home {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-size: cover;
  color: #fff;
  background-color: #000; }
  .calendar-home:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    background: rgba(0, 0, 0, 0.6); }
  .calendar-home header {
    position: relative;
    margin-top: 50px;
    padding-top: 90px;
    text-align: center; }
    .calendar-home header h2 {
      color: #fff; }
    .calendar-home header:after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -15px;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 60px;
      height: 4px;
      background: #d9d9d9; }
  .calendar-home > .fsElementContent {
    margin: 0 auto;
    max-width: 1140px; }
    .calendar-home > .fsElementContent article {
      padding-left: 120px; }
      .calendar-home > .fsElementContent article .fsMonth,
      .calendar-home > .fsElementContent article .fsDay {
        color: #fff; }
      .calendar-home > .fsElementContent article .fsTitle a {
        color: #fff; }
        .calendar-home > .fsElementContent article .fsTitle a:hover {
          opacity: .7; }
  .calendar-home .fsDate {
    top: -10px;
    left: 40px; }
  .calendar-home footer {
    position: relative;
    z-index: 10;
    padding-bottom: 70px;
    text-align: center; }
    .calendar-home footer a {
      color: #fff;
      border-color: #fff; }
  .calendar-home .slick-arrow:before {
    font-size: 40px;
    color: #fff; }
  .calendar-home .slick-arrow:hover:before, .calendar-home .slick-arrow:focus:before {
    opacity: .5; }
  .calendar-home .fsPrevButton {
    left: 2%; }
    @media (min-width: 1240px) {
      .calendar-home .fsPrevButton {
        left: -65px; } }
    .calendar-home .fsPrevButton:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .calendar-home .fsNextButton {
    right: 2%; }
    @media (min-width: 1240px) {
      .calendar-home .fsNextButton {
        right: -65px; } }
    .calendar-home .fsNextButton:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  body:not(.home) .calendar-home {
    margin-bottom: -90px; }

body:not(.fsComposeMode) .hero-slider-container {
  position: relative;
  margin-bottom: 0 !important;
  margin-top: 0px; }
  @media (min-width: 1100px) {
    body:not(.fsComposeMode) .hero-slider-container {
      margin-top: -150px; } }
  @media (max-width: 699px) {
    body:not(.fsComposeMode) .hero-slider-container {
      margin-bottom: 0 !important; } }
  body:not(.fsComposeMode) .hero-slider-container > header {
    display: none; }
  body:not(.fsComposeMode) .hero-slider-container > .fsElement.fsMedia > header {
    display: none; }
  body:not(.fsComposeMode) .hero-slider-container .slick-track {
    display: -ms-flexbox;
    display: flex; }
  body:not(.fsComposeMode) .hero-slider-container .fsElement.fsMedia {
    margin: 0 !important; }
    body:not(.fsComposeMode) .hero-slider-container .fsElement.fsMedia > header {
      display: none; }
  @media (min-width: 800px) {
    body:not(.fsComposeMode) .hero-slider-container article {
      height: 60.26vw;
      background-size: cover;
      overflow: hidden;
      position: relative;
      height: 100%;
      max-height: 700px;
      margin: 0 -1px; } }
  @media (min-width: 800px) and (min-width: 750px) {
    body:not(.fsComposeMode) .hero-slider-container article {
      height: 60.26vw;
      min-height: 440px; } }
  @media (min-width: 800px) and (min-width: 1100px) {
    body:not(.fsComposeMode) .hero-slider-container article {
      height: 60.26vw; } }
  @media (min-width: 1100px) {
    body:not(.fsComposeMode) .hero-slider-container article.video-slide.slick-active {
      margin-top: 150px;
      max-height: 550px;
      transition: visibility 0s 0s, opacity 0s linear; } }
  body:not(.fsComposeMode) .hero-slider-container article:not(.video-slide) {
    margin-top: 0; }
  body:not(.fsComposeMode) .hero-slider-container article .multimedia-controls {
    border: 1px solid #fff;
    border-radius: 100px;
    position: absolute;
    z-index: 5;
    bottom: 40px;
    right: 40px; }
    @media (max-width: 799px) {
      body:not(.fsComposeMode) .hero-slider-container article .multimedia-controls {
        bottom: auto;
        top: 20px;
        right: 20px; } }
  body:not(.fsComposeMode) .hero-slider-container article .multimedia-img-wrapper {
    background-size: cover; }
    @media (min-width: 800px) {
      body:not(.fsComposeMode) .hero-slider-container article .multimedia-img-wrapper {
        background-repeat: no-repeat;
        background-position: top;
        max-height: 700px;
        min-height: 370px;
        height: 60.26vw; } }
  @media (min-width: 800px) and (min-width: 750px) {
    body:not(.fsComposeMode) .hero-slider-container article .multimedia-img-wrapper {
      height: 60.26vw;
      min-height: 440px; } }
  @media (min-width: 800px) and (min-width: 1100px) {
    body:not(.fsComposeMode) .hero-slider-container article .multimedia-img-wrapper {
      height: 60.26vw; } }
    @media (min-width: 800px) {
      body:not(.fsComposeMode) .hero-slider-container article .multimedia-img-wrapper img {
        max-height: 700px;
        min-height: 370px;
        opacity: 0;
        visibility: hidden; } }
  body:not(.fsComposeMode) .hero-slider-container article .video-wrapper {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    max-height: 550px;
    min-height: 370px;
    height: 60.26vw; }
    @media (min-width: 750px) {
      body:not(.fsComposeMode) .hero-slider-container article .video-wrapper {
        height: 60.26vw;
        min-height: 440px; } }
    @media (min-width: 1100px) {
      body:not(.fsComposeMode) .hero-slider-container article .video-wrapper {
        height: 60.26vw; } }
    body:not(.fsComposeMode) .hero-slider-container article .video-wrapper video {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      max-height: 550px;
      min-height: 370px;
      height: 60.26vw;
      opacity: 1; }
      @media (min-width: 750px) {
        body:not(.fsComposeMode) .hero-slider-container article .video-wrapper video {
          height: 60.26vw;
          min-height: 440px; } }
      @media (min-width: 1100px) {
        body:not(.fsComposeMode) .hero-slider-container article .video-wrapper video {
          height: 60.26vw; } }
  @media (max-width: 599px) {
    body:not(.fsComposeMode) .hero-slider-container .slick-arrow {
      top: calc(50% - 50px); } }

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
.fsCalendar.fsEvent .fsAlertIcon {
  margin-bottom: 0; }

/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElement:last-child {
  margin-bottom: 0; }

.fsElementHeaderContent {
  margin-bottom: 30px; }

.fsElementFooterContent {
  margin-top: 30px; }

.fsListItems article {
  margin-bottom: 30px; }

.module1 {
  position: relative;
  margin-bottom: 1.76471em;
  padding: 1.76471em;
  color: #fff;
  background: #005480; }
  .module1 h1, .module1 h2, .module1 h3, .module1 h4, .module1 h5, .module1 h6 {
    color: #fff; }
  .module1:before {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    content: '';
    margin: -5px;
    border: 1px solid rgba(0, 84, 128, 0.5); }
  .module1:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    border: 4px solid rgba(255, 255, 255, 0.5); }

.module2 {
  position: relative;
  margin-bottom: 1.76471em;
  padding: 1.76471em;
  color: #fff;
  background: #81AB73; }
  .module2 h1, .module2 h2, .module2 h3, .module2 h4, .module2 h5, .module2 h6 {
    color: #fff; }
  .module2:before {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    content: '';
    margin: -5px;
    border: 1px solid rgba(129, 171, 115, 0.5); }
  .module2:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    border: 4px solid rgba(255, 255, 255, 0.5); }

.module3 {
  position: relative;
  margin-bottom: 1.76471em;
  padding: 1.76471em;
  color: #444;
  background: #fff; }
  .module3 h1, .module3 h2, .module3 h3, .module3 h4, .module3 h5, .module3 h6 {
    color: #005480; }
  .module3:before {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    content: '';
    margin: -5px;
    border: 1px solid rgba(0, 0, 0, 0.3); }
  .module3:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    border: 4px solid rgba(0, 0, 0, 0.15); }

.news-custom header,
.calendar-custom header {
  position: relative; }
  .news-custom header h2,
  .calendar-custom header h2 {
    margin-bottom: 60px; }
  .news-custom header:after,
  .calendar-custom header:after {
    position: absolute;
    bottom: -30px;
    content: '';
    height: 4px;
    width: 60px;
    background: #d9d9d9; }

.news-custom .fsAuthor {
  margin-bottom: 10px;
  font-family: "adriane", serif;
  font-size: 16px;
  font-style: italic; }

.news-custom .fsDateTime {
  margin-bottom: 20px;
  font-size: 16px; }

.news-custom .fsSummary {
  font-size: 16px; }

.calendar-custom .fsDayContainer {
  padding-top: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

.icon-samples {
  position: relative; }
  .icon-samples i {
    display: block;
    position: relative;
    margin: 0 0 15px 0;
    font-size: 30px; }
    .icon-samples i:before {
      position: relative;
      left: 0;
      top: 0;
      -ms-transform: none;
      transform: none; }

i {
  position: absolute;
  top: 50%;
  font-size: 70px;
  font-style: normal;
  color: rgba(0, 84, 128, 0.5); }
  i:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  i.apple:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  i.books:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  i.cap:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  i.certificate:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  i.chat:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  i.computer:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  i.football:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  i.globe:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  i.graph:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  i.hearts:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  i.kids:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  i.light:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  i.microscope:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  i.music:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  i.painting:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  i.paper:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  i.school:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  i.teacher:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  i.tree:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  i.trophy:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

/*! elements - forms */
textarea,
input,
select {
  padding: 5px;
  max-width: 100%; }

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed body {
    margin: 0; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input {
      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: 30px; }
    .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 30px;
      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: 15px !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: 15px; }
    .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
          width: 20%;
          padding-right: 10px;
          text-align: right;
          float: left; } }
    @media (min-width: 600px) {
      .fsComposerFormEmbed form .labelLeft .elementContainer > label {
        padding: 5px 10px 5px 5px; } }
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
      width: 100%; }
    .fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
      width: auto; }
    .fsComposerFormEmbed form .labelLeft .elementBody {
      margin: 0;
      width: 100%;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementBody {
          width: 80%;
          float: left; } }
    .fsComposerFormEmbed form .linkLike {
      color: #36c;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #039; }
    .fsComposerFormEmbed form .required {
      color: #005480; }
    .fsComposerFormEmbed form .pageControls {
      padding: 15px 0 !important;
      margin-bottom: 15px; }
      .fsComposerFormEmbed form .pageControls .userConfirmation {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .userConfirmation {
      margin-bottom: 30px; }
      .fsComposerFormEmbed form .userConfirmation .userConfirmationToggle {
        margin-right: 5px; }
      .fsComposerFormEmbed form .userConfirmation > label {
        display: block; }
    .fsComposerFormEmbed form .elementColumn {
      zoom: 1;
      margin-bottom: 30px;
      max-width: 100%; }
      .fsComposerFormEmbed form .elementColumn:after {
        display: table;
        clear: both;
        content: ''; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementColumn {
          float: none !important;
          width: 100% !important; } }
      .fsComposerFormEmbed form .elementColumn .elementContainer {
        margin-bottom: 0; }
      .fsComposerFormEmbed form .elementColumn .elementBody > input {
        width: 100%; }
    .fsComposerFormEmbed form .pageBreak {
      zoom: 1; }
      .fsComposerFormEmbed form .pageBreak:after {
        display: table;
        clear: both;
        content: ''; }
      .fsComposerFormEmbed form .pageBreak .nextPage, .fsComposerFormEmbed form .pageBreak .prevPage {
        background: none;
        border: none;
        color: #36c;
        transition: .3s;
        float: left;
        padding: 0;
        line-height: 1;
        padding: 15px 0; }
        .fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:hover {
          color: #039;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 15px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 15px;
        padding: 15px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 15px 30px;
      background: #005480 !important;
      text-shadow: none;
      font-size: inherit;
      border: none !important;
      float: left;
      line-height: 1; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #fff !important;
        background: #81AB73 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "proxima-nova", 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, .fsAccount .fsLoginMainView, .fsAccount .fsLoginForgotView, .fsAccount .fsLoginNewView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after, .fsAccount .fsLoginMainView:after, .fsAccount .fsLoginForgotView:after, .fsAccount .fsLoginNewView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3, .fsAccount .fsLoginMainView h3, .fsAccount .fsLoginForgotView h3, .fsAccount .fsLoginNewView h3 {
    margin-bottom: 30px; }
  .fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span, .fsAccount .fsLoginMainView span, .fsAccount .fsLoginForgotView span, .fsAccount .fsLoginNewView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView button, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginForgotView button, .fsAccount .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginNewView button {
    display: inline-block;
    border: 0;
    margin: 0 0 30px;
    padding: 15px;
    background: #444;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    text-decoration: none; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView button:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView button:hover, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover, .fsAccount .fsLoginForgotView button:hover, .fsAccount .fsLoginNewView .fsLoginSubmit:hover, .fsAccount .fsLoginNewView button:hover {
      background: #373737;
      color: #fff; }
      .fsLogin .fsLoginMainView .fsLoginSubmit:hover em, .fsLogin .fsLoginMainView button:hover em, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover em, .fsLogin .fsLoginForgotView button:hover em, .fsLogin .fsLoginNewView .fsLoginSubmit:hover em, .fsLogin .fsLoginNewView button:hover em, .fsAccount .fsLoginMainView .fsLoginSubmit:hover em, .fsAccount .fsLoginMainView button:hover em, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover em, .fsAccount .fsLoginForgotView button:hover em, .fsAccount .fsLoginNewView .fsLoginSubmit:hover em, .fsAccount .fsLoginNewView button:hover em {
        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, .fsAccount .fsLoginMainView .fsLoginSubmit em, .fsAccount .fsLoginMainView button em, .fsAccount .fsLoginForgotView .fsLoginSubmit em, .fsAccount .fsLoginForgotView button em, .fsAccount .fsLoginNewView .fsLoginSubmit em, .fsAccount .fsLoginNewView button em {
      display: block;
      font-style: normal;
      font-weight: normal;
      color: #444;
      font-size: 18px;
      line-height: 24px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
    margin-bottom: 15px; }

.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block; }

.fsLogin .fsLoginForgotView .fsLoginForgotSubmit, .fsAccount .fsLoginForgotView .fsLoginForgotSubmit {
  margin-right: 15px; }

.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 30px; }
  .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 .fsLoginNewFields .fsLoginNewContinue, .fsAccount .fsLoginNewFields .fsLoginNewContinue {
  margin-right: 15px; }

.fsAccount .fsAccountGreeting {
  margin-bottom: 30px; }

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 30px; }
  .fsAccount .fsAccountLogout a {
    display: inline-block;
    border: 0;
    margin: 0 0 30px;
    padding: 15px;
    background: #444;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    text-decoration: none; }
    .fsAccount .fsAccountLogout a:hover {
      background: #373737;
      color: #fff; }
      .fsAccount .fsAccountLogout a:hover em {
        color: #fff; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal;
      font-weight: normal;
      color: #444;
      font-size: 18px;
      line-height: 24px; }

.fsMediaCustomPlayer {
  background: #fff;
  position: relative;
  color: #444;
  font-family: "proxima-nova", 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: auto;
  right: 0;
  top: 94px;
  left: auto;
  z-index: 2;
  width: 50px;
  height: 50px;
  padding: 0;
  color: transparent;
  -ms-transform: none;
  transform: none;
  border: none;
  background-color: rgba(0, 0, 0, 0.7); }
  .fsCustomSlider .slider-play-btn:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: normal;
    height: 100%;
    line-height: 48px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35); }
  .fsCustomSlider .slider-play-btn.paused:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fsCustomSlider .slider-play-btn:hover:before {
    color: rgba(255, 255, 255, 0.6); }

.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: "proxima-nova", sans-serif;
  font-size: 17px;
  line-height: 25px;
  width: 100%;
  background-color: #81AB73;
  color: #fff; }
  .fsCustomSlider .caption-wrapper .caption-inner {
    padding: 15px 15px 30px; }
  @media (min-width: 800px) {
    .fsCustomSlider .caption-wrapper {
      padding: 30px 30px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(129, 171, 115, 0.5); } }
  .fsCustomSlider .caption-wrapper a {
    color: rgba(255, 255, 255, 0.5); }
    .fsCustomSlider .caption-wrapper a:hover {
      text-decoration: underline; }
  .fsCustomSlider .caption-wrapper.is-empty {
    display: none; }

@media (min-width: 800px) {
  .fsCustomSlider .caption-title {
    margin-top: 0;
    font-weight: normal;
    font-family: "adriane", serif;
    color: #005480;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
    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; }

.hero-slider-container .fsElement {
  margin-bottom: 0; }

.hero-slider-container .slick-next, .hero-slider-container .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; }
  .hero-slider-container .slick-next:before, .hero-slider-container .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; }

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

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

.hero-slider-container .slider-play-btn {
  bottom: 0 !important; }

.hero-slider-container.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; }

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

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

.hero-slider-container .caption-wrapper {
  font-family: "proxima-nova", sans-serif;
  font-size: 17px;
  line-height: 25px;
  width: 100%;
  background-color: #81AB73;
  color: #fff; }
  .hero-slider-container .caption-wrapper .caption-inner {
    padding: 15px 15px 30px; }
  @media (min-width: 800px) {
    .hero-slider-container .caption-wrapper {
      padding: 30px 30px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(129, 171, 115, 0.5); } }
  .hero-slider-container .caption-wrapper a {
    color: rgba(255, 255, 255, 0.5); }
    .hero-slider-container .caption-wrapper a:hover {
      text-decoration: underline; }
  .hero-slider-container .caption-wrapper.is-empty {
    display: none; }

@media (min-width: 800px) {
  .hero-slider-container .caption-title {
    margin-top: 0;
    font-weight: normal;
    font-family: "adriane", serif;
    color: #005480;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
    color: #fff;
    margin-bottom: 0; } }

@media (min-width: 800px) {
  .hero-slider-container .caption-desc {
    display: block; } }

.hero-slider-container .caption-desc p:last-child {
  margin-bottom: 0; }

.hero-slider-container .caption-desc:empty {
  display: none; }

.hero-slider-container .multimedia-controls {
  padding: 17px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5); }
  .hero-slider-container .multimedia-controls button {
    border: none;
    background: none;
    font-size: 0;
    width: 20px;
    height: 25px;
    margin: 0 25px 0 0;
    position: relative;
    line-height: 12px; }
    .hero-slider-container .multimedia-controls button:last-child {
      margin: 0; }
    .hero-slider-container .multimedia-controls button:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: rgba(255, 255, 255, 0.5);
      font-size: 25px;
      line-height: 25px; }
    .hero-slider-container .multimedia-controls button:hover:before {
      color: #fff; }
    .hero-slider-container .multimedia-controls button.video-prev-btn, .hero-slider-container .multimedia-controls button.slider-prev-btn {
      display: block; }
      .hero-slider-container .multimedia-controls button.video-prev-btn:before, .hero-slider-container .multimedia-controls button.slider-prev-btn:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .hero-slider-container .multimedia-controls button.playbutton, .hero-slider-container .multimedia-controls button.slider-play-btn {
      display: none; }
      .hero-slider-container .multimedia-controls button.playbutton:before, .hero-slider-container .multimedia-controls button.slider-play-btn:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    html.touch .hero-slider-container .multimedia-controls button.playbutton {
      display: block; }
    .hero-slider-container .multimedia-controls button.pausebutton:before, .hero-slider-container .multimedia-controls button.slider-pause-btn:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    html.touch .hero-slider-container .multimedia-controls button.pausebutton {
      display: none; }
    .hero-slider-container .multimedia-controls button.video-next-btn:before, .hero-slider-container .multimedia-controls button.slider-next-btn:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }

.hero-slider-container .sound-button {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 100%;
  color: transparent;
  display: block;
  position: absolute;
  top: 80px;
  left: 40px;
  z-index: 5;
  width: 40px;
  height: 40px;
  padding: 0;
  overflow: hidden; }
  @media (max-width: 699px) {
    .hero-slider-container .sound-button {
      top: 20px;
      left: 20px; } }
  @media (max-width: 599px) {
    .hero-slider-container .sound-button {
      display: none; } }
  .hero-slider-container .sound-button:hover:before {
    color: #fff; }
  .hero-slider-container .sound-button:before {
    color: rgba(255, 255, 255, 0.5);
    font-size: 26px;
    line-height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .hero-slider-container .sound-button.video-mute {
    display: none; }
    .hero-slider-container .sound-button.video-mute:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      left: calc(50%); }
  .hero-slider-container .sound-button.video-unmute:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

@keyframes bounce {
  0%, 20%, 60%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-15px); }
  80% {
    transform: translateY(-10px); } }

.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 .fsThumbnail {
  max-width: 35%; }

.fsNews .fsTitle {
  margin-bottom: 20px; }
  .fsNews .fsTitle a {
    font-size: 18px;
    line-height: 24px;
    color: #444;
    text-decoration: none;
    font-weight: 400; }
    .fsNews .fsTitle a:hover {
      color: #005480; }

.fsNews .fsAuthor {
  margin-bottom: 20px;
  font-family: "adriane", serif; }

.fsNews .fsDateTime {
  margin-bottom: 30px; }

.fsNews .fsSummary {
  height: 50px;
  overflow: hidden; }

.fsNews .fsReadMoreLink {
  text-decoration: none; }
  .fsNews .fsReadMoreLink:after {
    position: absolute;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    margin-left: 5px;
    font-size: 14px; }
  .fsNews .fsReadMoreLink:hover:after {
    animation: bounce 1s; }

.fsNews.fsList:not(.news-home) article {
  padding-bottom: 30px; }
  .fsNews.fsList:not(.news-home) article:not(:last-child) {
    border-bottom: 1px solid #b2b2b2; }
  .fsNews.fsList:not(.news-home) article .fsTitle {
    margin-bottom: 10px;
    font-family: "adriane", serif; }
  .fsNews.fsList:not(.news-home) article .fsAuthor {
    margin-bottom: 10px;
    font-family: "adriane", serif;
    font-size: 16px;
    font-style: italic; }
  .fsNews.fsList:not(.news-home) article .fsDateTime {
    margin-bottom: 20px;
    font-size: 16px; }
  .fsNews.fsList:not(.news-home) article .fsSummary {
    font-size: 16px; }
  .fsNews.fsList:not(.news-home) article .fsReadMoreLink:hover:after {
    animation: bounce 1s; }

.news-home header {
  position: relative;
  margin-top: 80px;
  text-align: center;
  color: #005480; }
  .news-home header:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: #d9d9d9; }

.news-home .fsElementContent {
  margin: 50px 0 40px; }

.news-home .slick-slider {
  margin-bottom: 0;
  padding: 0 !important; }
  .news-home .slick-slider .slick-list {
    width: 100vw;
    max-width: 1440px;
    left: 50%;
    padding: 0 10%;
    transform: translate3d(-50%, 0, 0);
    overflow: visible; }
  .news-home .slick-slider .slick-track {
    padding-top: 2px; }

.news-home .fsThumbnail img {
  width: 100%;
  margin-bottom: 0; }

.news-home article {
  margin: 0 10px;
  opacity: .2; }
  .news-home article.slick-active:not(:last-child) {
    opacity: 1; }
  .news-home article .news-content {
    height: 161px; }
    .news-home article .news-content .fsTitle {
      margin-bottom: 10px;
      font-family: "adriane", serif; }
  .news-home article.has-image .news-content {
    padding: 15px 20px;
    border: 1px solid #b2b2b2;
    border-top: none; }
  .news-home article.no-image {
    height: 100%; }
    .news-home article.no-image .news-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      height: calc(100% - 10px);
      width: calc(100% - 10px);
      padding: 15px;
      margin: 4px;
      background: #005480;
      border: 4px solid rgba(255, 255, 255, 0.5); }
      .news-home article.no-image .news-content:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        margin: -10px;
        height: calc(100% + 20px);
        width: calc(100% + 20px);
        border: 1px solid rgba(0, 84, 128, 0.5); }
      .news-home article.no-image .news-content .fsTitle {
        text-align: center; }
        .news-home article.no-image .news-content .fsTitle a {
          font-family: "adriane", serif;
          font-size: 24px;
          line-height: 36px;
          color: #fff; }
          .news-home article.no-image .news-content .fsTitle a:hover {
            opacity: .6; }
      .news-home article.no-image .news-content .fsReadMoreLink {
        display: block;
        color: #fff;
        text-align: center; }
        .news-home article.no-image .news-content .fsReadMoreLink:hover {
          opacity: .6; }

.news-home footer {
  text-align: center; }
  .news-home footer .fsElementFooterContent {
    margin-top: 0; }

.news-home .slick-next, .news-home .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; }
  .news-home .slick-next:before, .news-home .slick-prev:before {
    color: #444;
    display: block;
    font-size: 40px;
    font-weight: normal;
    height: 100%;
    left: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35); }
  .news-home .slick-next:hover, .news-home .slick-next:focus, .news-home .slick-prev:hover, .news-home .slick-prev:focus {
    opacity: .5; }

.news-home .slick-next {
  left: auto;
  right: -30px; }
  .news-home .slick-next:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  @media (min-width: 1350px) {
    .news-home .slick-next {
      right: -5%; } }

.news-home .slick-prev {
  left: -30px;
  right: auto; }
  .news-home .slick-prev:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  @media (min-width: 1350px) {
    .news-home .slick-prev {
      left: -5%; } }

.fsNews.fsPost .fsTitle {
  margin-bottom: 10px;
  font-family: "adriane", serif; }

.fsNews.fsPost .fsAuthor {
  margin-bottom: 10px;
  font-family: "adriane", serif;
  font-size: 16px;
  font-style: italic; }

.fsNews.fsPost .fsDateTime {
  margin-bottom: 20px;
  font-size: 16px; }

.fsNews.fsPost .fsSummary {
  font-size: 16px; }

.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 .fsTitle {
  margin-bottom: 20px; }
  .fsPostElement .fsTitle a {
    font-size: 18px;
    line-height: 24px;
    color: #444;
    text-decoration: none;
    font-weight: 400; }
    .fsPostElement .fsTitle a:hover {
      color: #005480; }

.fsPostElement .fsAuthor {
  margin-bottom: 20px;
  font-family: "adriane", serif; }

.fsPostElement .fsDateTime {
  margin-bottom: 30px; }

.fsPostElement .fsSummary {
  height: 50px;
  overflow: hidden; }

.fsPostElement .fsReadMoreLink {
  text-decoration: none; }
  .fsPostElement .fsReadMoreLink:after {
    position: absolute;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    margin-left: 5px;
    font-size: 14px; }
  .fsPostElement .fsReadMoreLink:hover:after {
    animation: bounce 1s; }

.fsPostElement.fsList.custom-post-list .fsElementTitle {
  color: #005480;
  margin-bottom: 30px; }
  @media (min-width: 700px) {
    .fsPostElement.fsList.custom-post-list .fsElementTitle {
      font-size: 50px;
      line-height: 59px; } }
  @media (min-width: 1000px) {
    .fsPostElement.fsList.custom-post-list .fsElementTitle {
      margin: 0px 0 -18px 0; } }

.fsPostElement.fsList.custom-post-list.slider article {
  padding-bottom: 0;
  margin-bottom: 0; }

.fsPostElement.fsList.custom-post-list.slider .slick-list {
  margin: 0 -10px; }

@media (max-width: 999px) {
  .fsPostElement.fsList.custom-post-list.slider .slick-slider {
    text-align: center; } }

.fsPostElement.fsList.custom-post-list article {
  padding: 0 10px; }
  @media (min-width: 1000px) {
    .fsPostElement.fsList.custom-post-list article {
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 20px;
      margin-bottom: 20px;
      -ms-flex-order: 0;
      order: 0; }
      .fsPostElement.fsList.custom-post-list article:last-child {
        padding-bottom: 30px;
        margin-bottom: 30px; } }

.fsPostElement.fsList.custom-post-list .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 40px; }

.fsPostElement.fsList.custom-post-list .fsTitle {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #005480;
  margin-bottom: 20px;
  position: relative;
  border-top: 4px solid #D8D8D8;
  padding-top: 58px;
  margin-bottom: 15px; }
  @media (min-width: 700px) {
    .fsPostElement.fsList.custom-post-list .fsTitle {
      font-size: 36px;
      line-height: 50px; } }
  .fsPostElement.fsList.custom-post-list .fsTitle:before {
    content: '';
    background: #D8D8D8;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 2px;
    left: 0; }
  .fsPostElement.fsList.custom-post-list .fsTitle a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-decoration: none;
    font-weight: inherit; }
    .fsPostElement.fsList.custom-post-list .fsTitle a:hover, .fsPostElement.fsList.custom-post-list .fsTitle a:focus {
      color: #005480;
      text-decoration: underline; }

.fsPostElement.fsList.custom-post-list .fsSummary, .fsPostElement.fsList.custom-post-list .fsBody {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #444;
  height: auto; }
  @media (min-width: 700px) {
    .fsPostElement.fsList.custom-post-list .fsSummary, .fsPostElement.fsList.custom-post-list .fsBody {
      font-size: 16px;
      line-height: 28px; } }

.fsPostElement.fsList.custom-post-list .fsSummary {
  margin-bottom: 0; }

.fsPostElement.fsList.custom-post-list .fsThumbnail {
  position: relative;
  padding: 3px;
  border: 4px solid #D8D8D8;
  line-height: 0;
  z-index: 0;
  margin-top: 10px; }
  @media (max-width: 999px) {
    .fsPostElement.fsList.custom-post-list .fsThumbnail {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px; } }
  .fsPostElement.fsList.custom-post-list .fsThumbnail:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 1px solid #D8D8D8; }
  @media (min-width: 1000px) {
    .fsPostElement.fsList.custom-post-list .fsThumbnail {
      max-width: 450px;
      max-height: 400px;
      margin-left: 50px;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      -ms-flex-order: 1;
      order: 1; } }
  .fsPostElement.fsList.custom-post-list .fsThumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }

.fsPostElement.fsList.custom-post-list .slick-dots {
  padding: 0;
  list-style: none;
  margin: 0;
  line-height: normal; }
  .fsPostElement.fsList.custom-post-list .slick-dots li {
    display: inline-block;
    line-height: 10px; }
  .fsPostElement.fsList.custom-post-list .slick-dots li + li {
    margin-left: 10px; }
  .fsPostElement.fsList.custom-post-list .slick-dots button {
    background-color: #fff;
    padding: 0;
    border-radius: 100%;
    color: transparent;
    height: 10px;
    width: 10px;
    border: 1px solid rgba(68, 68, 68, 0.5);
    overflow: hidden;
    cursor: pointer;
    transition: all .3s; }
    @media (min-width: 600px) {
      .fsPostElement.fsList.custom-post-list .slick-dots button {
        height: 10px;
        width: 10px; } }
    .fsPostElement.fsList.custom-post-list .slick-dots button:hover, .fsPostElement.fsList.custom-post-list .slick-dots button:focus {
      background-color: #9d9e9f; }
  .fsPostElement.fsList.custom-post-list .slick-dots .slick-active button {
    border: 1px solid #9d9e9f;
    background-color: #9d9e9f; }

.fsPostElement.fsList.custom-post-list .nav-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 1000px) {
    .fsPostElement.fsList.custom-post-list .nav-container {
      position: absolute;
      bottom: 75px;
      left: 0; } }
  .fsPostElement.fsList.custom-post-list .nav-container .slick-dots {
    -ms-flex-order: 1;
    order: 1;
    margin-top: 3px; }
  .fsPostElement.fsList.custom-post-list .nav-container .slick-arrow {
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center center;
    height: 32px;
    width: 13px;
    background-color: transparent;
    border-radius: 100%;
    color: transparent;
    cursor: pointer;
    overflow: hidden;
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    transition: all .3s; }
    .fsPostElement.fsList.custom-post-list .nav-container .slick-arrow:before, .fsPostElement.fsList.custom-post-list .nav-container .slick-arrow:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 13px;
      height: 32px;
      background-repeat: no-repeat;
      background-image: url("/uploaded/themes/default_17/images/sprite-nav-arrows.svg");
      transition: all .3s; }
    .fsPostElement.fsList.custom-post-list .nav-container .slick-arrow:before {
      opacity: 1; }
    .fsPostElement.fsList.custom-post-list .nav-container .slick-arrow:after {
      opacity: 0; }
    .fsPostElement.fsList.custom-post-list .nav-container .slick-arrow:hover:before, .fsPostElement.fsList.custom-post-list .nav-container .slick-arrow:focus:before {
      opacity: 0; }
    .fsPostElement.fsList.custom-post-list .nav-container .slick-arrow:hover:after, .fsPostElement.fsList.custom-post-list .nav-container .slick-arrow:focus:after {
      opacity: 1; }
  .fsPostElement.fsList.custom-post-list .nav-container .slick-prev {
    -ms-flex-order: 0;
    order: 0;
    margin-right: 20px; }
    .fsPostElement.fsList.custom-post-list .nav-container .slick-prev:before {
      background-position: 0 0; }
    .fsPostElement.fsList.custom-post-list .nav-container .slick-prev:after {
      background-position: -48px 0; }
  .fsPostElement.fsList.custom-post-list .nav-container .slick-next {
    -ms-flex-order: 2;
    order: 2;
    margin-left: 20px; }
    .fsPostElement.fsList.custom-post-list .nav-container .slick-next:before {
      background-position: -144px 0; }
    .fsPostElement.fsList.custom-post-list .nav-container .slick-next:after {
      background-position: -96px 0; }

/*! _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: 30px; }
  .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: #81AB73 !important;
          background-image: none !important;
          width: 100%;
          height: 50px !important;
          color: #444;
          padding-left: 10px !important;
          padding-right: 85px !important;
          margin: 0 !important;
          border-radius: 0 !important;
          font-size: 17px;
          font-family: "proxima-nova", 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: #005480;
      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: "proxima-nova", sans-serif;
        opacity: 1;
        display: block;
        position: absolute;
        text-align: center;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        line-height: 50px;
        font-size: 17px; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
        background: #0e130c;
        transition: .3s; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
        border: 0;
        height: 100%;
        width: 100%;
        color: transparent;
        opacity: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0; }

.search-trigger-container {
  margin-bottom: 0; }
  .search-trigger-container a {
    color: #005480;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700; }
    .search-trigger-container a:before {
      display: inline-block;
      margin: 0 8px 0 20px;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: rgba(0, 84, 128, 0.5); }
  .search-trigger-container:hover a, .search-trigger-container:focus a {
    color: #81AB73; }
    .search-trigger-container:hover a:before, .search-trigger-container:focus a:before {
      color: rgba(129, 171, 115, 0.5); }

.top-search {
  position: absolute;
  top: -4px;
  right: 0;
  width: 1px;
  transition: width linear .3s;
  z-index: 10; }
  .top-search form {
    opacity: 0;
    width: 1px;
    position: relative; }
    .top-search form label {
      font-size: 0; }
    .top-search form input {
      width: 0;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
      .top-search form input::-moz-placeholder {
        color: #005480;
        font-weight: 700; }
      .top-search form input:-ms-input-placeholder {
        color: #005480;
        font-weight: 700; }
      .top-search form input::placeholder {
        color: #005480;
        font-weight: 700; }
    .top-search form button {
      position: absolute;
      right: 0;
      opacity: 0;
      visibility: hidden;
      height: 100%;
      width: 50px;
      font-size: 0;
      transition: opacity .3s;
      background: #005480;
      border: none;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
      .top-search form button:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 16px;
        color: #fff;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .top-search.active {
    width: 605px; }
    .top-search.active form {
      opacity: 1;
      width: 100%; }
      .top-search.active form input {
        width: 93%;
        border: 1px solid #b2b2b2; }
      .top-search.active form button {
        opacity: 1;
        visibility: visible; }
    .top-search.active .close-btn {
      opacity: 1; }
  .top-search input {
    height: 50px; }
  #fsMenu .top-search {
    position: static;
    width: calc(100% - 20px);
    padding: 20px 0 0 20px; }
    #fsMenu .top-search form {
      opacity: 1;
      width: 100%; }
      #fsMenu .top-search form input {
        width: calc(100% - 50px);
        border: 1px solid rgba(0, 0, 0, 0.3); }
      #fsMenu .top-search form button {
        opacity: 1;
        visibility: visible;
        background: rgba(0, 0, 0, 0.3); }
  .top-search .close-btn {
    opacity: 0;
    position: absolute;
    top: 5px;
    right: -30px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 999;
    background: transparent;
    font-size: 0;
    border: none; }
    .top-search .close-btn:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 16px;
      position: absolute;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #444; }

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search) {
  margin-bottom: 30px; }
  .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 #444; }
      .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: #444;
        padding-left: 10px !important;
        padding-right: 85px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 17px;
        font-family: "proxima-nova", 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: #444;
    position: absolute;
    transition: .3s;
    right: 0;
    top: 0; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
      content: "Search";
      color: #fff;
      opacity: 1;
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      line-height: 50px;
      font-size: 17px;
      font-family: "proxima-nova", sans-serif; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: #0e130c;
      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; }

body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout {
  display: none;
  padding: 55px 30px;
  background: rgba(0, 84, 128, 0.95);
  height: 100%;
  overflow: scroll;
  position: absolute;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
  -ms-transform: translate(0, -20%);
  transform: translate(0, -20%);
  z-index: 500; }
  body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout > .fsElementContent {
    max-width: 80%;
    margin: 0 auto; }
  body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .search-menu-close button {
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    right: 30px;
    width: 40px;
    height: 40px;
    -ms-transform: none;
    transform: none;
    transition: all 0.4s ease; }
    body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .search-menu-close button::before {
      display: block;
      position: relative;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #ffffff;
      width: 100%;
      height: 100%;
      font-size: 40px; }
    body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .search-menu-close button span {
      display: block;
      clip: rect(0 0 0 0);
      -webkit-clip-path: inset(50%);
      clip-path: inset(50%);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      white-space: nowrap;
      width: 1px; }
    body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .search-menu-close button:hover, body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .search-menu-close button:focus {
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .search-field {
    position: relative;
    width: 100%;
    padding: 35px 0; }
    body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .search-field form {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative; }
    body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .search-field .fsFieldLabel {
      display: block;
      clip: rect(0 0 0 0);
      -webkit-clip-path: inset(50%);
      clip-path: inset(50%);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      white-space: nowrap;
      width: 1px; }
    body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .search-field .fsSearchElementKeyword {
      -ms-flex: 1 1;
      flex: 1 1;
      margin: 0; }
      body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .search-field .fsSearchElementKeyword input {
        background: transparent;
        box-shadow: none;
        border: 0;
        color: #ffffff;
        background: rgba(0, 0, 0, 0.4);
        padding: 20px; }
        body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .search-field .fsSearchElementKeyword input::-moz-placeholder {
          color: #ffffff; }
        body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .search-field .fsSearchElementKeyword input:-ms-input-placeholder {
          color: #ffffff; }
        body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .search-field .fsSearchElementKeyword input::placeholder {
          color: #ffffff; }
    body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .search-field .fsSearchElementSearchButton {
      border: 0;
      background: none;
      cursor: pointer;
      margin: 0;
      padding: 0;
      position: absolute;
      right: 20px;
      font-size: 0;
      height: 40px;
      width: 40px; }
      body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .search-field .fsSearchElementSearchButton:before {
        display: inline-block;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 25px;
        color: #ffffff;
        transition: all 0.3s; }
      body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .search-field .fsSearchElementSearchButton:hover:before, body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .search-field .fsSearchElementSearchButton:focus:before {
        font-size: 28px; }
    body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .search-field .fsElementToolsKeyword .fsButtonClear,
    body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .search-field .fsSearchElementKeyword .fsButtonClear {
      right: 77px; }
  body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .find-it-fast {
    padding-top: 35px;
    padding-bottom: 50px; }
    body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .find-it-fast nav ul.fsNavLevel1 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .find-it-fast nav ul.fsNavLevel1, body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .find-it-fast nav ul.fsNavLevel1 ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .find-it-fast nav ul.fsNavLevel1 li {
        margin: 0;
        padding: 0; }
      body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .find-it-fast nav ul.fsNavLevel1 li {
        margin: 15px; }
        @media (min-width: 1130px) {
          body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .find-it-fast nav ul.fsNavLevel1 li {
            margin: 0; } }
      @media (min-width: 1130px) {
        body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .find-it-fast nav ul.fsNavLevel1 {
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          margin: 0; } }
  body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .extra-quicklinks-container {
    padding-top: 50px; }
    body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .extra-quicklinks-container > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .extra-quicklinks-container > .fsElementContent .fsNavigation.fsList header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 25px; }
        body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .extra-quicklinks-container > .fsElementContent .fsNavigation.fsList header h2 {
          color: #ffffff;
          font-family: "proxima-nova", sans-serif;
          font-size: 26px;
          font-style: normal;
          font-weight: 700;
          line-height: 16px;
          margin-bottom: 0; }
        body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .extra-quicklinks-container > .fsElementContent .fsNavigation.fsList header .nav-toggle {
          display: none;
          border: 0;
          background: none;
          cursor: pointer;
          margin: 0;
          padding: 0;
          position: relative;
          width: 40px;
          height: 40px; }
          body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .extra-quicklinks-container > .fsElementContent .fsNavigation.fsList header .nav-toggle::before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            color: #ffffff;
            font-size: 30px; }
          body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .extra-quicklinks-container > .fsElementContent .fsNavigation.fsList header .nav-toggle span {
            display: block;
            clip: rect(0 0 0 0);
            -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            white-space: nowrap;
            width: 1px; }
      body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .extra-quicklinks-container > .fsElementContent .fsNavigation.fsList > .fsElementContent {
        padding-bottom: 30px; }
      body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .extra-quicklinks-container > .fsElementContent .fsNavigation.fsList ul.fsNavLevel1, body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .extra-quicklinks-container > .fsElementContent .fsNavigation.fsList ul.fsNavLevel1 ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .extra-quicklinks-container > .fsElementContent .fsNavigation.fsList ul.fsNavLevel1 li {
        margin: 0;
        padding: 0; }
      body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .extra-quicklinks-container > .fsElementContent .fsNavigation.fsList ul.fsNavLevel1 li {
        margin: 10px 0; }
        body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .extra-quicklinks-container > .fsElementContent .fsNavigation.fsList ul.fsNavLevel1 li:first-child {
          margin-top: 0; }
        body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .extra-quicklinks-container > .fsElementContent .fsNavigation.fsList ul.fsNavLevel1 li a {
          color: #ffffff;
          font-family: "proxima-nova", sans-serif;
          font-size: 16px;
          font-style: normal;
          font-weight: 700;
          line-height: 16px;
          text-decoration: none; }
          body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .extra-quicklinks-container > .fsElementContent .fsNavigation.fsList ul.fsNavLevel1 li a:hover, body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .extra-quicklinks-container > .fsElementContent .fsNavigation.fsList ul.fsNavLevel1 li a:focus {
            text-decoration: underline; }
      @media screen and (max-width: 1000px) {
        body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .extra-quicklinks-container > .fsElementContent .fsNavigation.fsList > .fsElementContent {
          display: none;
          height: 0;
          transition: height 0.4s ease; }
        body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .extra-quicklinks-container > .fsElementContent .fsNavigation.fsList header .nav-toggle {
          display: block; }
        body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .extra-quicklinks-container > .fsElementContent .fsNavigation.fsList.active-nav header .nav-toggle::before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .extra-quicklinks-container > .fsElementContent .fsNavigation.fsList.active-nav > .fsElementContent {
          display: block;
          height: auto; } }
      @media screen and (max-width: 1000px) {
        body:not(.fsBannerEditMode) #fsHeader .search-menu-flyout .extra-quicklinks-container > .fsElementContent {
          -ms-flex-direction: column;
          flex-direction: column; } }

body:not(.fsBannerEditMode).search-is-active #fsHeader .search-menu-flyout {
  display: block;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: fixed; }

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */
.fsSearchResults form.gsc-search-box-tools, .fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 30px; }

.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 17px; }

.fsSearchResults .gsc-results, .fsSearchFieldWithResults .gsc-results {
  width: 100%; }

.fsSearchResults .gsc-webResult .gsc-result, .fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 30px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 30px; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
    color: #444; }
  .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: #81AB73; }

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

.fsSearchResults a.gs-title, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page, .fsSearchFieldWithResults a.gs-title, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #36c !important; }
  .fsSearchResults a.gs-title:hover, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .fsSearchFieldWithResults a.gs-title:hover, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    color: #039 !important; }

.fsSearchResults .gsc-control-cse .gs-spelling, .fsSearchResults .gsc-control-cse .gs-result .gs-title, .fsSearchResults .gsc-control-cse .gs-result .gs-title *, .fsSearchFieldWithResults .gsc-control-cse .gs-spelling, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title * {
  font-size: 17px; }

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

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

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

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

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

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

.fsFacebookFollow {
  margin-top: 30px; }

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

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

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

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

.fsVimeoList .fsVimeoListItem {
  padding-bottom: 30px;
  margin-bottom: 30px;
  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: 30px;
    opacity: 1;
    transition: opacity .3s; }
    .fsVimeoList .fsVimeoListItem:hover:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

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

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 30px;
  padding: 15px;
  background: #444;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  text-decoration: none; }
  .vimeo_view_link a:hover {
    background: #373737;
    color: #fff; }
    .vimeo_view_link a:hover em {
      color: #fff; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal;
    font-weight: normal;
    color: #444;
    font-size: 18px;
    line-height: 24px; }

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

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

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

.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 30px;
  margin-bottom: 30px;
  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: 30px;
    opacity: 1;
    transition: opacity .3s; }
    .fsYoutubeList .fsYoutubeListItem:hover:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.fsYoutubeThumb {
  margin-bottom: 15px;
  margin-right: 30px;
  float: none; }
  @media (min-width: 600px) {
    .fsYoutubeThumb {
      float: left;
      margin-bottom: 0; } }

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 30px;
  padding: 15px;
  background: #444;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  text-decoration: none; }
  .Youtube_view_link a:hover {
    background: #373737;
    color: #fff; }
    .Youtube_view_link a:hover em {
      color: #fff; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal;
    font-weight: normal;
    color: #444;
    font-size: 18px;
    line-height: 24px; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 30px; }
  @media only screen and (max-width: 600px) {
    .fsTabs > .fsElementContent {
      border-top: 4px solid #81AB73; }
    .fsTabs .fsPanel {
      margin-bottom: 0;
      border-bottom: 1px solid #b2b2b2; }
      .fsTabs .fsPanel.fsStateOpen > header {
        border-bottom: 1px solid #b2b2b2; } }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block;
        border-bottom: 1px solid #b2b2b2; } }
    .fsTabs .fsTabsNav li {
      margin-right: 0; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-top: 0;
        font-weight: normal;
        font-family: "adriane", serif;
        color: #005480;
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px;
        margin-bottom: 0;
        display: block;
        font-size: 18px;
        line-height: 24px;
        padding: 8px 15px;
        color: #444;
        transition: .3s;
        margin: 0;
        background: #fff;
        color: #333; }
        .fsTabs .fsTabsNav li a:hover {
          background: #fff;
          color: #81AB73; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        position: relative;
        background: #fff;
        color: #333;
        border-left: 1px solid #b2b2b2;
        border-right: 1px solid #b2b2b2; }
        .fsTabs .fsTabsNav li.fsStateSelected a:before, .fsTabs .fsTabsNav li.fsStateSelected a:after {
          content: '';
          position: absolute;
          left: 0;
          width: 100%; }
        .fsTabs .fsTabsNav li.fsStateSelected a:before {
          top: 0;
          height: 4px;
          background: #81AB73; }
        .fsTabs .fsTabsNav li.fsStateSelected a:after {
          bottom: -1px;
          height: 1px;
          background: #fff; }

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

/*! pages - home v0.0.1 */
.home.core-tab-active .core-tab-modal {
  -ms-transform: translateX(0%);
  transform: translateX(0%); }
  .home.core-tab-active .core-tab-modal .core-intro,
  .home.core-tab-active .core-tab-modal .highlight-slide .fsContent,
  .home.core-tab-active .core-tab-modal .highlight-slide .fsResourceElement {
    -ms-transform: translateX(0%);
    transform: translateX(0%); }

.home-hero .fsElementContent, .hero .fsElementContent, .hero-slider-container .fsElementContent {
  position: relative; }

.home-hero article, .hero article, .hero-slider-container article {
  background-size: 0; }
  .home-hero article img, .hero article img, .hero-slider-container article img {
    opacity: 1;
    visibility: visible;
    max-width: 100%;
    min-width: 100%; }
  @media (min-width: 800px) {
    .home-hero article, .hero article, .hero-slider-container article {
      max-height: 600px;
      background-size: cover; }
      .home-hero article img, .hero article img, .hero-slider-container article img {
        opacity: 0;
        visibility: hidden;
        height: auto; } }

.home-hero .caption-wrapper, .hero .caption-wrapper, .hero-slider-container .caption-wrapper {
  position: relative;
  left: 0;
  width: 100%;
  padding: 30px 30px 60px;
  font-family: "proxima-nova", sans-serif;
  font-size: 17px;
  line-height: 25px;
  background-color: #005480; }
  @media (min-width: 800px) {
    .home-hero .caption-wrapper, .hero .caption-wrapper, .hero-slider-container .caption-wrapper {
      position: absolute;
      bottom: 50px;
      width: 430px;
      padding: 40px 40px 60px;
      background-color: rgba(0, 0, 0, 0.7); } }
  .home-hero .caption-wrapper a, .hero .caption-wrapper a, .hero-slider-container .caption-wrapper a {
    color: rgba(255, 255, 255, 0.5); }
    .home-hero .caption-wrapper a:hover, .hero .caption-wrapper a:hover, .hero-slider-container .caption-wrapper a:hover {
      text-decoration: underline; }

.home-hero .caption-desc, .hero .caption-desc, .hero-slider-container .caption-desc {
  display: block;
  color: #fff; }
  .home-hero .caption-desc p:last-child, .hero .caption-desc p:last-child, .hero-slider-container .caption-desc p:last-child {
    margin-bottom: 0; }
  .home-hero .caption-desc a, .hero .caption-desc a, .hero-slider-container .caption-desc a {
    display: block;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none; }
    .home-hero .caption-desc a:after, .hero .caption-desc a:after, .hero-slider-container .caption-desc a:after {
      position: absolute;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      margin-left: 10px; }
    .home-hero .caption-desc a:hover, .hero .caption-desc a:hover, .hero-slider-container .caption-desc a:hover {
      opacity: .6;
      text-decoration: none; }
      .home-hero .caption-desc a:hover:after, .hero .caption-desc a:hover:after, .hero-slider-container .caption-desc a:hover:after {
        animation: bounce 1s; }
  .home-hero .caption-desc:empty, .hero .caption-desc:empty, .hero-slider-container .caption-desc:empty {
    display: none; }

.home-hero .slick-next, .home-hero .fsNextButton,
.home-hero .slick-prev, .home-hero .fsPrevButton, .hero .slick-next, .hero .fsNextButton,
.hero .slick-prev, .hero .fsPrevButton, .hero-slider-container .slick-next, .hero-slider-container .fsNextButton,
.hero-slider-container .slick-prev, .hero-slider-container .fsPrevButton {
  position: absolute;
  top: auto;
  right: 0;
  left: auto;
  z-index: 2;
  width: 50px;
  height: 50px;
  padding: 0;
  color: transparent;
  -ms-transform: none;
  transform: none;
  border: none;
  background-color: rgba(0, 0, 0, 0.7); }
  .home-hero .slick-next:before, .home-hero .fsNextButton:before,
  .home-hero .slick-prev:before, .home-hero .fsPrevButton:before, .hero .slick-next:before, .hero .fsNextButton:before,
  .hero .slick-prev:before, .hero .fsPrevButton:before, .hero-slider-container .slick-next:before, .hero-slider-container .fsNextButton:before,
  .hero-slider-container .slick-prev:before, .hero-slider-container .fsPrevButton:before {
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: normal;
    height: 100%;
    line-height: 48px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35); }
  .home-hero .slick-next:hover:before, .home-hero .fsNextButton:hover:before,
  .home-hero .slick-prev:hover:before, .home-hero .fsPrevButton:hover:before, .hero .slick-next:hover:before, .hero .fsNextButton:hover:before,
  .hero .slick-prev:hover:before, .hero .fsPrevButton:hover:before, .hero-slider-container .slick-next:hover:before, .hero-slider-container .fsNextButton:hover:before,
  .hero-slider-container .slick-prev:hover:before, .hero-slider-container .fsPrevButton:hover:before {
    color: rgba(255, 255, 255, 0.6); }

.home-hero .slick-next,
.home-hero .fsNextButton, .hero .slick-next,
.hero .fsNextButton, .hero-slider-container .slick-next,
.hero-slider-container .fsNextButton {
  top: 40px; }
  .home-hero .slick-next:before,
  .home-hero .fsNextButton:before, .hero .slick-next:before,
  .hero .fsNextButton:before, .hero-slider-container .slick-next:before,
  .hero-slider-container .fsNextButton:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

.home-hero .slick-prev,
.home-hero .fsPrevButton, .hero .slick-prev,
.hero .fsPrevButton, .hero-slider-container .slick-prev,
.hero-slider-container .fsPrevButton {
  top: 148px; }
  .home-hero .slick-prev:before,
  .home-hero .fsPrevButton:before, .hero .slick-prev:before,
  .hero .fsPrevButton:before, .hero-slider-container .slick-prev:before,
  .hero-slider-container .fsPrevButton:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

@media (min-width: 800px) {
  .home-hero .slick-next,
  .home-hero .fsNextButton, .hero .slick-next,
  .hero .fsNextButton, .hero-slider-container .slick-next,
  .hero-slider-container .fsNextButton {
    top: auto;
    bottom: 154px; }
  .home-hero .slick-prev,
  .home-hero .fsPrevButton, .hero .slick-prev,
  .hero .fsPrevButton, .hero-slider-container .slick-prev,
  .hero-slider-container .fsPrevButton {
    top: auto;
    bottom: 50px; }
  .home-hero .slider-play-btn,
  .home-hero .fsSlideshowPlay,
  .home-hero .fsSlideshowPause, .hero .slider-play-btn,
  .hero .fsSlideshowPlay,
  .hero .fsSlideshowPause, .hero-slider-container .slider-play-btn,
  .hero-slider-container .fsSlideshowPlay,
  .hero-slider-container .fsSlideshowPause {
    top: auto;
    bottom: 102px; } }

.home-hero .slick-dots, .home-hero .fsPager, .hero .slick-dots, .hero .fsPager, .hero-slider-container .slick-dots, .hero-slider-container .fsPager {
  position: absolute;
  padding-right: 30px;
  width: 100%;
  bottom: 15px;
  text-align: right; }
  @media (min-width: 800px) {
    .home-hero .slick-dots, .home-hero .fsPager, .hero .slick-dots, .hero .fsPager, .hero-slider-container .slick-dots, .hero-slider-container .fsPager {
      left: 290px;
      right: auto;
      padding-right: 0;
      width: auto !important;
      bottom: 75px;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
  .home-hero .slick-dots li, .home-hero .fsPager li, .hero .slick-dots li, .hero .fsPager li, .hero-slider-container .slick-dots li, .hero-slider-container .fsPager li {
    display: inline-block; }
    .home-hero .slick-dots li.slick-active button, .home-hero .fsPager li.slick-active button, .hero .slick-dots li.slick-active button, .hero .fsPager li.slick-active button, .hero-slider-container .slick-dots li.slick-active button, .hero-slider-container .fsPager li.slick-active button {
      border: none;
      background: #fff;
      /* Active Color */ }
    .home-hero .slick-dots li button, .home-hero .fsPager li button, .hero .slick-dots li button, .hero .fsPager li button, .hero-slider-container .slick-dots li button, .hero-slider-container .fsPager li button {
      display: block;
      float: left;
      height: 10px;
      width: 10px;
      padding: 0;
      margin: 0px 7px;
      border: 1px solid #fff;
      border-radius: 50%;
      transition: .3s all ease-out;
      color: transparent;
      background: rgba(0, 0, 0, 0.3);
      /* Inactive Color */ }

.hero .fsPager {
  bottom: 0; }
  @media (min-width: 800px) {
    .hero .fsPager {
      bottom: 50px; } }

.fsSlideshow .fsPager li button:before {
  display: none; }

.schools-container > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center; }

.schools-container .module3 {
  padding: 0;
  width: 100%; }
  @media (min-width: 600px) {
    .schools-container .module3 {
      width: calc(100% / 2 - 23px); } }
  @media (min-width: 1000px) {
    .schools-container .module3 {
      margin-bottom: 0;
      width: calc(100% / 4 - 23px); } }
  .schools-container .module3 header {
    text-align: center;
    padding-top: 30px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .schools-container .module3 header .fsElementHeaderContent {
      position: absolute;
      left: 50%;
      top: 0;
      width: 100%;
      height: 100%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-bottom: 0;
      transition: .3s; }
    .schools-container .module3 header a {
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      padding-top: 70px;
      color: #fff;
      text-decoration: none;
      font-weight: 700; }
  .schools-container .module3 h2 {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    color: #81AB73;
    font-weight: 700;
    font-family: "proxima-nova", sans-serif; }
    .schools-container .module3 h2:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      margin-left: 5px;
      color: inherit; }
  @media only screen and (max-width: 600px) {
    .schools-container .module3:not(:first-child) {
      margin-top: 15px; }
    .schools-container .module3:not(:last-child) {
      margin-bottom: 15px; } }
  @media only screen and (max-width: 1000px) and (min-width: 600px) {
    .schools-container .module3:nth-child(n-2) {
      margin-bottom: 15px; }
    .schools-container .module3:nth-child(n+3) {
      margin-top: 15px; }
    .schools-container .module3:nth-child(odd) {
      margin-right: 15px; }
    .schools-container .module3:nth-child(even) {
      margin-left: 15px; } }
  @media (min-width: 1000px) {
    .schools-container .module3:not(:first-child) {
      margin-left: 15px; }
    .schools-container .module3:not(:last-child) {
      margin-right: 15px; } }
  .schools-container .module3 .fsElementContent {
    position: relative;
    transition: .3s;
    padding: 20px 20px 30px;
    margin-top: 80px;
    z-index: 1; }
    .schools-container .module3 .fsElementContent:before {
      position: absolute;
      width: calc(100% - 40px);
      height: calc(100% - 50px);
      content: '';
      border: 4px solid rgba(255, 255, 255, 0.5);
      border-radius: 50%; }
  .schools-container .module3 img {
    display: block;
    width: 100%; }
  .schools-container .module3:hover, .schools-container .module3:focus {
    background: #81AB73; }
    .schools-container .module3:hover .fsElementHeaderContent, .schools-container .module3:focus .fsElementHeaderContent {
      display: block;
      opacity: 1; }
    .schools-container .module3:hover .fsElementContent, .schools-container .module3:focus .fsElementContent {
      -ms-transform: scale(0.9);
      transform: scale(0.9); }
    .schools-container .module3:hover h2, .schools-container .module3:focus h2 {
      color: #fff; }

.mission-element {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-top: 80px;
  margin-left: -50vw;
  background-size: cover;
  background-position: 0;
  background-attachment: fixed; }
  .mission-element:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    background: rgba(0, 0, 0, 0.6); }
  .mission-element > .fsElementContent {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
    padding: 60px 0;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #fff; }

.infographic-container > header {
  position: relative;
  margin-top: 80px;
  text-align: center;
  color: #005480; }
  .infographic-container > header:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: #d9d9d9; }

.infographic-container .infographic-slide {
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
  line-height: 21px; }
  .infographic-container .infographic-slide header {
    font-size: 0; }
    .infographic-container .infographic-slide header .fsElementHeaderContent {
      position: relative;
      width: 120px;
      min-height: 110px;
      margin: 0 auto;
      padding: 15px 0; }
  .infographic-container .infographic-slide .fsElementContent p {
    margin-bottom: 10px; }
  .infographic-container .infographic-slide strong {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    color: #81AB73; }

.infographic-container .slick-next, .infographic-container .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; }
  .infographic-container .slick-next:before, .infographic-container .slick-prev:before {
    color: #444;
    display: block;
    font-size: 40px;
    font-weight: normal;
    height: 100%;
    left: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35); }
  .infographic-container .slick-next:hover, .infographic-container .slick-next:focus, .infographic-container .slick-prev:hover, .infographic-container .slick-prev:focus {
    opacity: .5; }

.infographic-container .slick-next {
  left: auto;
  right: -3%; }
  .infographic-container .slick-next:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

.infographic-container .slick-prev {
  left: -3%;
  right: auto; }
  .infographic-container .slick-prev:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

body:not(.fsComposeMode) .core-value-tab {
  position: fixed;
  top: 50%;
  left: 0;
  -ms-transform: translate(-50px, -50%) rotate(45deg);
  transform: translate(-50px, -50%) rotate(45deg);
  background: transparent;
  z-index: 9998;
  width: 100px;
  font-size: 0;
  height: 100px;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .core-value-tab {
      top: 33%;
      -ms-transform: translate(-50px, -33%) rotate(45deg);
      transform: translate(-50px, -33%) rotate(45deg); } }
  body:not(.fsComposeMode) .core-value-tab .fsElementContent, body:not(.fsComposeMode) .core-value-tab div {
    width: inherit;
    height: inherit;
    position: relative; }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .core-value-tab {
      display: block; } }
  body:not(.fsComposeMode) .core-value-tab .core-trigger {
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 50%;
    left: 50%;
    width: 100%;
    -ms-transform: rotate(-90deg) translate(-65px, -65px);
    transform: rotate(-90deg) translate(-65px, -65px);
    box-shadow: 0 0 7px -3px #000;
    display: block;
    color: #fff;
    cursor: pointer;
    background: #fff;
    transition: background 0.3s, transform 0.3s;
    width: inherit;
    height: inherit;
    position: relative;
    /* 
    @keyframes bellshake {
      0% { transform: rotate(59deg); }
      15% { transform: rotate(64deg); }
      30% { transform: rotate(54deg); }
      45% { transform: rotate(63deg); }
      60% { transform: rotate(55deg); }
      75% { transform: rotate(61deg); }
      85% { transform: rotate(57deg); }
      92% { transform: rotate(60deg); }
      100% { transform: rotate(59deg); }
    }
    */ }

@keyframes bellshake {
  0% {
    transform: rotate(59deg); }
  15% {
    transform: rotate(66deg); }
  30% {
    transform: rotate(52deg); }
  45% {
    transform: rotate(63deg); }
  60% {
    transform: rotate(55deg); }
  75% {
    transform: rotate(61deg); }
  85% {
    transform: rotate(57deg); }
  92% {
    transform: rotate(60deg); }
  100% {
    transform: rotate(59deg); } }
    body:not(.fsComposeMode).bell-update .core-value-tab .core-trigger {
      background: #81AB73;
      -ms-transform: rotate(-90deg) translate(-50px, -50px);
      transform: rotate(-90deg) translate(-50px, -50px); }
      body:not(.fsComposeMode).bell-update .core-value-tab .core-trigger:before {
        content: '';
        position: absolute;
        width: 151.42px;
        height: 151.42px;
        -ms-transform: translate(-50px, -51px) rotate(-90deg);
        transform: translate(-50px, -51px) rotate(-90deg);
        background-color: #81AB73;
        z-index: 0;
        position: absolute;
        left: 0px;
        top: 0;
        transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s; }
      body:not(.fsComposeMode).bell-update .core-value-tab .core-trigger:after {
        color: #fff;
        top: 6px;
        left: 57px;
        width: 23px;
        height: 23px; }
      body:not(.fsComposeMode).bell-update .core-value-tab .core-trigger:hover, body:not(.fsComposeMode).bell-update .core-value-tab .core-trigger:focus, body:not(.fsComposeMode).bell-update .core-value-tab .core-trigger.loaded {
        background: #005480;
        -ms-transform: rotate(-90deg) translate(-45px, -45px);
        transform: rotate(-90deg) translate(-45px, -45px); }
        body:not(.fsComposeMode).bell-update .core-value-tab .core-trigger:hover:before, body:not(.fsComposeMode).bell-update .core-value-tab .core-trigger:focus:before, body:not(.fsComposeMode).bell-update .core-value-tab .core-trigger.loaded:before {
          background-color: #005480; }
        body:not(.fsComposeMode).bell-update .core-value-tab .core-trigger:hover:after, body:not(.fsComposeMode).bell-update .core-value-tab .core-trigger:focus:after, body:not(.fsComposeMode).bell-update .core-value-tab .core-trigger.loaded:after {
          color: #fff; }
      body:not(.fsComposeMode).bell-update .core-value-tab .core-trigger.shake:after {
        animation: bellshake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; }
    body:not(.fsComposeMode) .core-value-tab .core-trigger:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      font-size: 23px;
      letter-spacing: normal;
      line-height: 1;
      font-style: normal;
      color: #005480;
      width: 20px;
      height: 20px;
      margin: 0;
      transform: translate3d(0, 0, 0) rotate(59deg);
      -ms-transform-origin: 0px 16px;
      top: 12px;
      left: 67px;
      position: relative;
      transition: color 0.3s; }
    body:not(.fsComposeMode) .core-value-tab .core-trigger:hover, body:not(.fsComposeMode) .core-value-tab .core-trigger:focus, body:not(.fsComposeMode) .core-value-tab .core-trigger.loaded {
      background: #005480;
      -ms-transform: rotate(-90deg) translate(-60px, -60px);
      transform: rotate(-90deg) translate(-60px, -60px); }
      body:not(.fsComposeMode) .core-value-tab .core-trigger:hover:after, body:not(.fsComposeMode) .core-value-tab .core-trigger:focus:after, body:not(.fsComposeMode) .core-value-tab .core-trigger.loaded:after {
        color: #fff; }

body:not(.fsComposeMode) .core-tab-modal {
  position: fixed;
  box-shadow: 0 0 7px -3px #000;
  top: 0;
  left: 0;
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
  width: 100%;
  max-height: 100%;
  overflow: auto;
  z-index: 9999;
  background: #fff;
  transition: 1s transform ease-in-out;
  padding: 75px 40px 75px 40px; }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .core-tab-modal {
      display: block;
      padding: 96px 40px 70px 128px; } }
  body:not(.fsComposeMode) .core-tab-modal .close-modal {
    position: absolute;
    top: 28px;
    right: 45px; }
    body:not(.fsComposeMode) .core-tab-modal .close-modal .core-modal-close {
      border: 0;
      background: none;
      cursor: pointer;
      margin: 0;
      padding: 0;
      color: #9d9d9f;
      transition: 0.3s color;
      width: 32px;
      height: 32px;
      font-family: "adriane", serif;
      font-weight: 700;
      font-size: 1.375rem;
      line-height: 26px;
      font-style: italic;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
      align-items: flex-end;
      letter-spacing: -0.5px;
      overflow: hidden;
      transition: color 0.3s;
      cursor: pointer;
      font-size: 0;
      font-size: 0;
      width: 32px;
      height: 32px;
      position: relative;
      display: block; }
      body:not(.fsComposeMode) .core-tab-modal .close-modal .core-modal-close:hover, body:not(.fsComposeMode) .core-tab-modal .close-modal .core-modal-close:focus {
        color: #005480; }
      body:not(.fsComposeMode) .core-tab-modal .close-modal .core-modal-close:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 43px;
        line-height: 21px;
        font-style: normal;
        letter-spacing: normal;
        margin: 0;
        position: absolute;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        color: #9d9d9f;
        transition: 0.3s color; }
      body:not(.fsComposeMode) .core-tab-modal .close-modal .core-modal-close:hover:after, body:not(.fsComposeMode) .core-tab-modal .close-modal .core-modal-close:focus:after {
        color: #005480; }
  body:not(.fsComposeMode) .core-tab-modal .core-intro {
    padding-bottom: 45px;
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
    transition: 1s transform ease-in-out; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .core-tab-modal .core-intro {
        width: 54.11585%;
        padding-right: 15px;
        position: absolute;
        top: 90px;
        left: 128px; } }
    body:not(.fsComposeMode) .core-tab-modal .core-intro:before {
      width: 100%;
      content: '';
      border: .5px solid #d6d6d6;
      position: absolute;
      left: 0;
      bottom: -3px; }
    body:not(.fsComposeMode) .core-tab-modal .core-intro:after {
      content: '';
      width: 100%;
      bottom: 0;
      left: 0;
      content: '';
      border: 2px solid rgba(0, 0, 0, 0.15);
      position: absolute; }
    body:not(.fsComposeMode) .core-tab-modal .core-intro > header .fsElementTitle {
      margin-top: 0;
      font-weight: normal;
      font-family: "adriane", serif;
      color: #005480;
      font-size: 36px;
      line-height: 44px;
      margin-bottom: 30px; }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .core-tab-modal .core-intro > header .fsElementTitle {
          font-size: 53px; } }
    body:not(.fsComposeMode) .core-tab-modal .core-intro > .fsElementContent {
      font-size: 21px;
      line-height: 24px;
      font-family: "adriane", serif;
      font-style: italic; }
      body:not(.fsComposeMode) .core-tab-modal .core-intro > .fsElementContent p {
        margin-bottom: 0; }
  body:not(.fsComposeMode) .core-tab-modal .slick-dots {
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    bottom: 4px;
    left: 0; }
    body:not(.fsComposeMode) .core-tab-modal .slick-dots, body:not(.fsComposeMode) .core-tab-modal .slick-dots ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    body:not(.fsComposeMode) .core-tab-modal .slick-dots li {
      margin: 0;
      padding: 0; }
    body:not(.fsComposeMode) .core-tab-modal .slick-dots li:not(:last-child) {
      margin-right: 10px; }
    body:not(.fsComposeMode) .core-tab-modal .slick-dots li.slick-active button {
      background: #9e9ea0; }
      body:not(.fsComposeMode) .core-tab-modal .slick-dots li.slick-active button:before {
        width: 19px;
        height: 19px;
        opacity: 1; }
    body:not(.fsComposeMode) .core-tab-modal .slick-dots li button {
      border: 0;
      background: none;
      cursor: pointer;
      margin: 0;
      padding: 0;
      width: 11px;
      height: 11px;
      border-radius: 100%;
      display: block;
      background: #fff;
      transition: all 0.3s ease;
      cursor: pointer;
      position: relative;
      font-size: 0;
      line-height: 1;
      color: #9e9ea0;
      border: 1px solid #9e9ea0; }
      body:not(.fsComposeMode) .core-tab-modal .slick-dots li button:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 11px;
        height: 1px;
        border-radius: 100%;
        opacity: 0;
        transition: all 0.3s ease-in-out; }
      body:not(.fsComposeMode) .core-tab-modal .slick-dots li button:hover, body:not(.fsComposeMode) .core-tab-modal .slick-dots li button:focus {
        background: #9e9ea0; }
  body:not(.fsComposeMode) .core-tab-modal .slides-container > .fsElementContent {
    padding-bottom: 20px; }
  body:not(.fsComposeMode) .core-tab-modal .highlight-slide > header {
    display: none; }
  body:not(.fsComposeMode) .core-tab-modal .highlight-slide > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .core-tab-modal .highlight-slide > .fsElementContent {
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 0; } }
  body:not(.fsComposeMode) .core-tab-modal .highlight-slide .fsContent {
    -ms-transform: translate(-101%, 0%) matrix(1, 0, 0, 1, 0, 0);
    transform: translate(-101%, 0%) matrix(1, 0, 0, 1, 0, 0);
    transition: 1s transform ease-in-out;
    width: 100%; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .core-tab-modal .highlight-slide .fsContent {
        width: calc((100% - 33.38415%) - 100px);
        margin-right: 100px;
        padding-top: 200px; } }
    @media (min-width: 1920px) {
      body:not(.fsComposeMode) .core-tab-modal .highlight-slide .fsContent {
        margin-right: 200px; } }
    body:not(.fsComposeMode) .core-tab-modal .highlight-slide .fsContent > header {
      margin-bottom: 18px; }
      body:not(.fsComposeMode) .core-tab-modal .highlight-slide .fsContent > header .fsElementTitle {
        color: #005480;
        font-weight: 900;
        margin-bottom: 0;
        font-family: "proxima-nova", sans-serif; }
        @media (min-width: 1000px) {
          body:not(.fsComposeMode) .core-tab-modal .highlight-slide .fsContent > header .fsElementTitle {
            font-size: 40px;
            line-height: 44px; } }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .core-tab-modal .highlight-slide .fsContent > .fsElementContent {
        padding-right: 10px;
        line-height: 30px; } }
  body:not(.fsComposeMode) .core-tab-modal .highlight-slide .fsResourceElement {
    width: 100%;
    max-width: 512px;
    margin: 0 auto 20px 0;
    -ms-flex-order: -1;
    order: -1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-transform: translate(-101%, 0%) matrix(1, 0, 0, 1, 0, 0);
    transform: translate(-101%, 0%) matrix(1, 0, 0, 1, 0, 0);
    transition: 1s transform ease-in-out;
    top: 5px;
    right: 5px;
    position: relative; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .core-tab-modal .highlight-slide .fsResourceElement {
        width: 33.38415%;
        max-width: none;
        -ms-flex-order: 1;
        order: 1; } }
    @media (min-width: 1200px) {
      body:not(.fsComposeMode) .core-tab-modal .highlight-slide .fsResourceElement {
        width: 35%; } }
    body:not(.fsComposeMode) .core-tab-modal .highlight-slide .fsResourceElement > header {
      display: none; }
    body:not(.fsComposeMode) .core-tab-modal .highlight-slide .fsResourceElement picture {
      display: block;
      position: relative;
      margin-bottom: 1.76471em;
      padding: 1.76471em;
      color: #444;
      background: #fff;
      padding: 9px;
      margin-bottom: 0;
      margin: 11px; }
      body:not(.fsComposeMode) .core-tab-modal .highlight-slide .fsResourceElement picture h1, body:not(.fsComposeMode) .core-tab-modal .highlight-slide .fsResourceElement picture h2, body:not(.fsComposeMode) .core-tab-modal .highlight-slide .fsResourceElement picture h3, body:not(.fsComposeMode) .core-tab-modal .highlight-slide .fsResourceElement picture h4, body:not(.fsComposeMode) .core-tab-modal .highlight-slide .fsResourceElement picture h5, body:not(.fsComposeMode) .core-tab-modal .highlight-slide .fsResourceElement picture h6 {
        color: #005480; }
      body:not(.fsComposeMode) .core-tab-modal .highlight-slide .fsResourceElement picture:before {
        position: absolute;
        top: 0;
        left: 0;
        height: calc(100% + 10px);
        width: calc(100% + 10px);
        content: '';
        margin: -5px;
        border: 1px solid rgba(0, 0, 0, 0.3); }
      body:not(.fsComposeMode) .core-tab-modal .highlight-slide .fsResourceElement picture:after {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        content: '';
        border: 4px solid rgba(0, 0, 0, 0.15); }
    body:not(.fsComposeMode) .core-tab-modal .highlight-slide .fsResourceElement img {
      width: 100%; }

body.fsComposeMode .core-tab-modal > .fsContainer {
  height: 20px;
  opacity: 0; }

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

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

.colors ol {
  zoom: 1;
  margin-bottom: 3.52941em;
  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: 57.14286%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 28.57143%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 14.28571%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #444;
      color: #444; }
      .colors ol li:nth-of-type(1):after {
        content: "#444"; }
    .colors ol li:nth-of-type(2) {
      background: #005480;
      color: #005480; }
      .colors ol li:nth-of-type(2):after {
        content: "#005480"; }
    .colors ol li:nth-of-type(3) {
      background: #81AB73;
      color: #81AB73; }
      .colors ol li:nth-of-type(3):after {
        content: "#81AB73"; }
    .colors ol li:nth-of-type(1) {
      background: #444;
      color: #444; }
      .colors ol li:nth-of-type(1):after {
        content: "#444"; }
    .colors ol li:nth-of-type(5) {
      background: #777;
      color: #777; }
      .colors ol li:nth-of-type(5):after {
        content: "#777"; }
    .colors ol li:nth-of-type(6) {
      background: #b2b2b2;
      color: #b2b2b2; }
      .colors ol li:nth-of-type(6):after {
        content: "#b2b2b2"; }
    .colors ol li:nth-of-type(7) {
      background: #d9d9d9;
      color: #d9d9d9; }
      .colors ol li:nth-of-type(7):after {
        content: "#d9d9d9"; }

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

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

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

.headers h3:after {
  content: " size: 26px / line: 32px"; }

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

.headers h5:after {
  content: " size: 20px / line: 24px"; }

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

.externalLinkWarningDialog {
  display: none;
  padding: 30px;
  z-index: 1000;
  max-width: 100%; }
  .active.externalLinkWarningDialog {
    display: block; }
  .externalLinkWarningDialog .center {
    text-align: center; }
  .externalLinkWarningDialog .secondaryContent {
    display: none; }
  @media (min-width: 800px) {
    .externalLinkWarningDialog {
      max-width: calc(100% - 40px); }
      .externalLinkWarningDialog .secondaryContent {
        display: block; } }

.externalLinkWarningDialog__continueButton {
  margin-bottom: 10px;
  max-width: 100%; }

.externalLinkWarningDialog__closeButton {
  background: none;
  border: 0;
  text-decoration: underline; }

.externalLinkOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100; }
  .active.externalLinkOverlay {
    display: block; }

body:not(.fsComposeMode) .social-feed-panel-container > .fsElementContent {
  width: 100%; }
  @media (min-width: 800px) {
    body:not(.fsComposeMode) .social-feed-panel-container > .fsElementContent {
      display: grid;
      grid-template-columns: 33% 33% 33%;
      grid-template-rows: repeat(25, 40px);
      -ms-grid-rows: 40px [25]; }
      body:not(.fsComposeMode) .social-feed-panel-container > .fsElementContent .social-feed-panel-post {
        margin: 10px; }
        body:not(.fsComposeMode) .social-feed-panel-container > .fsElementContent .social-feed-panel-post:nth-child(2) {
          -ms-grid-column: 2; }
        body:not(.fsComposeMode) .social-feed-panel-container > .fsElementContent .social-feed-panel-post:nth-child(3) {
          -ms-grid-column: 3; }
        body:not(.fsComposeMode) .social-feed-panel-container > .fsElementContent .social-feed-panel-post:nth-child(4) {
          -ms-grid-row: 10;
          -ms-grid-column: 3; }
        body:not(.fsComposeMode) .social-feed-panel-container > .fsElementContent .social-feed-panel-post:nth-child(5) {
          -ms-grid-row: 12;
          -ms-grid-column: 2; }
        body:not(.fsComposeMode) .social-feed-panel-container > .fsElementContent .social-feed-panel-post:nth-child(6) {
          -ms-grid-row: 17;
          -ms-grid-column: 1; }
        body:not(.fsComposeMode) .social-feed-panel-container > .fsElementContent .social-feed-panel-post.social-feed-panel-button {
          -ms-grid-column: 2;
          -ms-grid-row: 22; } }

body:not(.fsComposeMode) .social-feed-panel-post {
  position: relative;
  padding: 30px;
  background: #d9d9d9;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  margin-bottom: 20px; }
  @media (min-width: 800px) {
    body:not(.fsComposeMode) .social-feed-panel-post {
      margin-bottom: 0; } }
  body:not(.fsComposeMode) .social-feed-panel-post:before {
    font-size: 20px; }
  body:not(.fsComposeMode) .social-feed-panel-post .post-image {
    max-height: 50%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center; }
    body:not(.fsComposeMode) .social-feed-panel-post .post-image img {
      visibility: hidden;
      opacity: 0; }
  body:not(.fsComposeMode) .social-feed-panel-post .post-header,
  body:not(.fsComposeMode) .social-feed-panel-post .post-header-fb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    width: 100%; }
    body:not(.fsComposeMode) .social-feed-panel-post .post-header .post-header-image,
    body:not(.fsComposeMode) .social-feed-panel-post .post-header-fb .post-header-image {
      border-radius: 50%;
      margin-right: 10px;
      width: 48px; }
    body:not(.fsComposeMode) .social-feed-panel-post .post-header .post-header-time,
    body:not(.fsComposeMode) .social-feed-panel-post .post-header-fb .post-header-time {
      font-weight: bold;
      margin-left: auto; }
  body:not(.fsComposeMode) .social-feed-panel-post .post-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    width: 100%; }
    body:not(.fsComposeMode) .social-feed-panel-post .post-footer .post-footer-time {
      margin-left: auto; }

body:not(.fsComposeMode) .social-feed-panel-post[data-source="Twitter"] {
  background: #005480;
  color: white; }
  body:not(.fsComposeMode) .social-feed-panel-post[data-source="Twitter"] a {
    color: white; }
  body:not(.fsComposeMode) .social-feed-panel-post[data-source="Twitter"] .icon-twitter {
    position: absolute;
    top: 20px;
    right: 20px;
    text-decoration: none; }
    body:not(.fsComposeMode) .social-feed-panel-post[data-source="Twitter"] .icon-twitter:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  body:not(.fsComposeMode) .social-feed-panel-post[data-source="Twitter"] .twitter-intents {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0; }
    body:not(.fsComposeMode) .social-feed-panel-post[data-source="Twitter"] .twitter-intents a {
      background-image: url("../images/juicer-icons.png");
      color: transparent;
      background-repeat: no-repeat;
      display: block;
      text-indent: -9999px; }
    body:not(.fsComposeMode) .social-feed-panel-post[data-source="Twitter"] .twitter-intents li {
      list-style: none;
      margin: 0 10px; }
    body:not(.fsComposeMode) .social-feed-panel-post[data-source="Twitter"] .twitter-intents a.twitter-reply {
      background-position: 0 -756px;
      background-position: 0 -378px;
      background-size: 18px auto;
      -moz-background-size: 18px auto;
      -o-background-size: 18px auto;
      -webkit-background-size: 18px auto;
      height: 13px;
      width: 14px; }
    body:not(.fsComposeMode) .social-feed-panel-post[data-source="Twitter"] .twitter-intents a.twitter-retweet {
      background-position: 0 -1020px;
      background-position: 0 -510px;
      background-size: 18px auto;
      -moz-background-size: 18px auto;
      -o-background-size: 18px auto;
      -webkit-background-size: 18px auto;
      height: 13px;
      width: 18px; }
    body:not(.fsComposeMode) .social-feed-panel-post[data-source="Twitter"] .twitter-intents a.twitter-like {
      background-position: 0 -492px;
      background-position: 0 -246px;
      background-size: 18px auto;
      -moz-background-size: 18px auto;
      -o-background-size: 18px auto;
      -webkit-background-size: 18px auto;
      height: 13px;
      width: 15px; }

body:not(.fsComposeMode) .social-feed-panel-post[data-source="Facebook"] .icon-facebook {
  position: absolute;
  right: 20px;
  bottom: 20px; }
  body:not(.fsComposeMode) .social-feed-panel-post[data-source="Facebook"] .icon-facebook:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

body:not(.fsComposeMode) .social-feed-panel-post[data-source="Facebook"] a {
  color: inherit;
  font-weight: bold;
  text-decoration: none; }

body:not(.fsComposeMode) .social-feed-panel-post[data-source="Instagram"] {
  background-size: cover;
  background-position: center;
  min-height: 320px; }
  body:not(.fsComposeMode) .social-feed-panel-post[data-source="Instagram"] .icon-instagram {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: inherit;
    font-weight: bold;
    text-decoration: none; }
    body:not(.fsComposeMode) .social-feed-panel-post[data-source="Instagram"] .icon-instagram:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  body:not(.fsComposeMode) .social-feed-panel-post[data-source="Instagram"] a {
    color: white; }
  body:not(.fsComposeMode) .social-feed-panel-post[data-source="Instagram"]:before {
    position: absolute;
    right: 20px;
    bottom: 20px;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: white; }

body:not(.fsComposeMode) .social-feed-panel-button {
  background: #81AB73;
  color: white; }
  body:not(.fsComposeMode) .social-feed-panel-button > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    width: 100%; }
    body:not(.fsComposeMode) .social-feed-panel-button > .fsElementContent p {
      margin: 0; }
    body:not(.fsComposeMode) .social-feed-panel-button > .fsElementContent a,
    body:not(.fsComposeMode) .social-feed-panel-button > .fsElementContent h2 {
      color: white;
      width: 100%;
      margin: 0;
      font-family: "proxima-nova", sans-serif; }

body:not(.fsComposeMode) .social-feed-panel {
  margin: 60px 0; }
  body:not(.fsComposeMode) .social-feed-panel-source {
    display: none; }
  body:not(.fsComposeMode) .social-feed-panel-post:nth-child(1) {
    grid-row: span 15; }
  body:not(.fsComposeMode) .social-feed-panel-post:nth-child(2) {
    grid-row: span 10; }
  body:not(.fsComposeMode) .social-feed-panel-post:nth-child(3) {
    grid-row: span 9; }
  body:not(.fsComposeMode) .social-feed-panel-post:nth-child(4) {
    grid-row: span 15; }
  body:not(.fsComposeMode) .social-feed-panel-post:nth-child(5) {
    grid-row: span 10; }
  body:not(.fsComposeMode) .social-feed-panel-post:nth-child(6) {
    grid-row: span 9; }
  body:not(.fsComposeMode) .social-feed-panel-post:nth-child(7) {
    grid-row: span 4; }
  body:not(.fsComposeMode) .social-feed-panel .fsElementFooterContent {
    text-align: center; }

@media (min-width: 1100px) {
  body.home-resources:not(.fsComposeMode) #fsPageBodyWrapper {
    padding-top: 12px; }
  body.home-resources:not(.fsComposeMode) .fsBreadcrumb {
    margin-bottom: 7px; } }

body.district-home:not(.fsComposeMode) #fsPageBodyWrapper {
  padding-top: 30px; }

body.home-resources.fsComposeMode .fsSlideshowPause {
  padding-right: 1em; }

body.home-resources .hero-image {
  display: none; }

.hero.fsResourceElement {
  margin-bottom: 0; }
  @media (min-width: 1100px) {
    body:not(.fsComposeMode) .hero.fsResourceElement {
      margin-top: -150px; } }
  body.fsDraftMode .hero.fsResourceElement {
    margin-top: 0; }
  @media (min-width: 700px) {
    .hero.fsResourceElement.shown .caption {
      margin-top: 0;
      opacity: 1;
      pointer-events: auto; } }
  .hero.fsResourceElement .fsResourceTypeImage .caption-button {
    display: none; }
  .hero.fsResourceElement .fsElementSlideshow {
    padding: 0;
    margin: 0;
    background-size: cover;
    background-position: center center; }
  .hero.fsResourceElement .fsElementSlideshowControls .fsSlideshowPlay,
  .hero.fsResourceElement .fsElementSlideshowControls .fsSlideshowPause {
    position: absolute;
    top: 94px;
    right: 0;
    left: auto;
    z-index: 2;
    width: 50px;
    height: 50px;
    padding: 0;
    color: transparent;
    -ms-transform: none;
    transform: none;
    border: none;
    background-color: rgba(0, 0, 0, 0.9) !important;
    width: 50px;
    height: 50px;
    color: rgba(255, 255, 255, 0.6); }
    @media (min-width: 800px) {
      .hero.fsResourceElement .fsElementSlideshowControls .fsSlideshowPlay,
      .hero.fsResourceElement .fsElementSlideshowControls .fsSlideshowPause {
        top: auto; } }
    .hero.fsResourceElement .fsElementSlideshowControls .fsSlideshowPlay:hover:before,
    .hero.fsResourceElement .fsElementSlideshowControls .fsSlideshowPause:hover:before {
      color: rgba(255, 255, 255, 0.3); }
  .hero.fsResourceElement video::-webkit-media-controls {
    display: none; }
  .hero.fsResourceElement video.changed::-webkit-media-text-track-container {
    display: block; }
  .hero.fsResourceElement video::cue {
    overflow: visible; }
    @media (min-width: 700px) {
      .hero.fsResourceElement video::cue {
        font-size: 26px; } }
  .hero.fsResourceElement video::-webkit-media-text-track-container {
    width: 100%;
    height: 80%;
    overflow: visible;
    max-height: 100%;
    display: none; }
    @media (min-width: 1100px) {
      .hero.fsResourceElement video::-webkit-media-text-track-container {
        transform: translateY(-40%) !important; } }
    @media (min-width: 1700px) {
      .hero.fsResourceElement video::-webkit-media-text-track-container {
        transform: translateY(-20%) !important; } }
  @media (min-width: 1100px) {
    .hero.fsResourceElement.top-video video::-webkit-media-text-track-container {
      transform: translateY(-20%) !important; } }
  @media (min-width: 1100px) {
    .hero.fsResourceElement.top-video .fsResourceTypeVideo video {
      margin-top: 0; } }
  .hero.fsResourceElement .slick-list {
    height: auto !important; }
  .hero.fsResourceElement article {
    min-height: 160px;
    position: relative; }
    @media (min-width: 700px) {
      .hero.fsResourceElement article {
        max-height: 90vh; } }
    .hero.fsResourceElement article img {
      opacity: 0;
      max-height: 0px;
      overflow: hidden; }
    .hero.fsResourceElement article video {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .hero.fsResourceElement article video .fsError {
        color: #000000; }
  .hero.fsResourceElement .fsResourceTypeVideo video {
    margin-top: 0; }
    @media (min-width: 1100px) {
      .hero.fsResourceElement .fsResourceTypeVideo video {
        margin-top: 150px; } }
    @media (min-width: 1700px) {
      .hero.fsResourceElement .fsResourceTypeVideo video {
        margin-top: 0; } }
  .hero.fsResourceElement .slide-overlay {
    min-height: 200px;
    max-height: 90vh;
    background-size: cover;
    background-position: center center;
    background-color: #ffffff;
    position: relative;
    overflow: hidden; }
    .hero.fsResourceElement .slide-overlay:before {
      display: block;
      content: '';
      padding-bottom: 56.25%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.9%, rgba(0, 0, 0, 0.65) 100%); }
      @media (min-width: 1400px) {
        .hero.fsResourceElement .slide-overlay:before {
          padding-bottom: 68.35938%; } }
    .hero.fsResourceElement .slide-overlay:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10;
      background-color: #000000;
      opacity: 0;
      pointer-events: none;
      visibility: visible;
      height: auto; }
  .hero.fsResourceElement.element-loaded {
    visibility: visible; }
    .hero.fsResourceElement.element-loaded article img {
      display: none;
      max-height: none;
      overflow: visible; }
  .fsHeader .hero.fsResourceElement article {
    padding: 0; }
  .hero.fsResourceElement .sound-button {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 100%;
    color: transparent;
    display: block;
    position: absolute;
    top: 190px;
    right: 30px;
    z-index: 5;
    width: 40px;
    height: 40px;
    padding: 0;
    overflow: hidden; }
    @media (max-width: 1099px) {
      .hero.fsResourceElement .sound-button {
        top: 20px;
        left: 20px; } }
    .hero.fsResourceElement .sound-button:hover:before {
      color: #fff; }
    .hero.fsResourceElement .sound-button:before {
      color: rgba(255, 255, 255, 0.5);
      font-size: 26px;
      line-height: 26px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .hero.fsResourceElement .sound-button.video-mute {
      display: none; }
      .hero.fsResourceElement .sound-button.video-mute:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        left: calc(50%); }
    .hero.fsResourceElement .sound-button.video-unmute:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .hero.fsResourceElement .caption-button {
    background: rgba(0, 0, 0, 0.7);
    border: none;
    color: transparent;
    display: block;
    position: absolute;
    bottom: 3px;
    right: 0px;
    z-index: 5;
    width: 50px;
    height: 44px;
    padding: 0;
    overflow: hidden; }
    @media (max-width: 799px) {
      .hero.fsResourceElement .caption-button {
        left: 0; } }
    .hero.fsResourceElement .caption-button:hover:before {
      color: #fff; }
    .hero.fsResourceElement .caption-button:before {
      color: rgba(255, 255, 255, 0.5);
      font-size: 26px;
      line-height: 26px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .hero.fsResourceElement .caption-button.caption-show:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      left: calc(50%); }
    .hero.fsResourceElement .caption-button.caption-hide {
      display: none; }
      .hero.fsResourceElement .caption-button.caption-hide:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        border-bottom: 2px solid #f00; }

body:not(.fsComposeMode) .post-grid .fsListItems {
  margin: 0 -10px; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .post-grid .fsListItems > article {
      width: 50%; } }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .post-grid .fsListItems > article {
      width: 33.33%; } }

body:not(.fsComposeMode) .post-grid article {
  position: relative;
  height: 300px;
  padding: 0 10px;
  margin-bottom: 20px;
  border: 0;
  z-index: 0; }
  body:not(.fsComposeMode) .post-grid article:hover .inner, body:not(.fsComposeMode) .post-grid article:focus-within .inner {
    opacity: 1; }
  body:not(.fsComposeMode) .post-grid article:hover .outer, body:not(.fsComposeMode) .post-grid article:focus-within .outer {
    opacity: 0;
    visibility: hidden; }
  body:not(.fsComposeMode) .post-grid article .outer {
    position: absolute;
    left: 0;
    bottom: 18px;
    width: 100%;
    padding: 0 30px;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transition: all .3s; }
    body:not(.fsComposeMode) .post-grid article .outer .fsSummary {
      display: none; }
  body:not(.fsComposeMode) .post-grid article .inner {
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 84, 128, 0.9), rgba(0, 84, 128, 0.9));
    padding: 15px;
    opacity: 0;
    transition: all .3s; }
    @media (min-width: 1200px) {
      body:not(.fsComposeMode) .post-grid article .inner {
        padding: 23px 30px; } }
    body:not(.fsComposeMode) .post-grid article .inner .fsTitle .fsPostLink:hover, body:not(.fsComposeMode) .post-grid article .inner .fsTitle .fsPostLink:focus {
      text-decoration: underline; }
    body:not(.fsComposeMode) .post-grid article .inner .fsAuthor, body:not(.fsComposeMode) .post-grid article .inner .fsDateTime {
      margin-bottom: 14px; }
  body:not(.fsComposeMode) .post-grid article .fsSummary {
    font-family: "proxima-nova", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    margin-bottom: 20px;
    height: auto;
    overflow: initial; }
  body:not(.fsComposeMode) .post-grid article .fsThumbnail {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    max-width: 100%; }
    body:not(.fsComposeMode) .post-grid article .fsThumbnail:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32.67%, rgba(0, 0, 0, 0.8) 100%); }
    body:not(.fsComposeMode) .post-grid article .fsThumbnail img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%; }
  body:not(.fsComposeMode) .post-grid article .fsTitle {
    z-index: 1;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    font-family: "adriane", serif;
    color: #FFFFFF;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
    margin-bottom: 0;
    opacity: 1;
    transition: all .3s; }
    body:not(.fsComposeMode) .post-grid article .fsTitle .fsPostLink {
      font-size: inherit;
      line-height: inherit;
      color: inherit;
      font-weight: normal; }
      body:not(.fsComposeMode) .post-grid article .fsTitle .fsPostLink:hover, body:not(.fsComposeMode) .post-grid article .fsTitle .fsPostLink:focus {
        text-decoration: none; }
  body:not(.fsComposeMode) .post-grid article .fsAuthor, body:not(.fsComposeMode) .post-grid article .fsDateTime {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin: 0; }
  body:not(.fsComposeMode) .post-grid article .fsAuthor {
    position: relative; }
    body:not(.fsComposeMode) .post-grid article .fsAuthor:after {
      content: '|';
      display: inline-block;
      margin: 0 5px; }
  body:not(.fsComposeMode) .post-grid article .fsReadMoreLink {
    position: relative;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-right: 17px; }
    body:not(.fsComposeMode) .post-grid article .fsReadMoreLink:after {
      content: '>';
      font-family: "proxima-nova", sans-serif;
      font-size: 13px;
      position: absolute;
      top: 0;
      right: 0;
      line-height: 16px;
      animation: none; }
    body:not(.fsComposeMode) .post-grid article .fsReadMoreLink:hover, body:not(.fsComposeMode) .post-grid article .fsReadMoreLink:focus {
      text-decoration: underline; }

body:not(.fsComposeMode) .post-grid .fsLoadMoreButton {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
  background: #005480;
  border: 1px solid #005480;
  border-radius: 4px;
  width: 170px;
  padding: 16px 38px;
  margin: 46px auto 0 auto;
  display: block; }
  body:not(.fsComposeMode) .post-grid .fsLoadMoreButton:hover, body:not(.fsComposeMode) .post-grid .fsLoadMoreButton:focus {
    background: #fff;
    color: #005480; }

body:not(.fsComposeMode) .post-filter .fsToolsList {
  margin-bottom: 34px; }
  body:not(.fsComposeMode) .post-filter .fsToolsList li {
    margin: 0 12px 12px 0;
    padding: 0; }
    body:not(.fsComposeMode) .post-filter .fsToolsList li a {
      font-family: "proxima-nova", sans-serif;
      font-weight: normal;
      font-size: 13px;
      line-height: 16px;
      text-transform: uppercase;
      color: #FFFFFF;
      padding: 8px 20px;
      border: 1px solid #005480;
      margin: 0;
      background: #fff;
      color: #005480;
      border-radius: 0;
      transition: all .3s; }
      body:not(.fsComposeMode) .post-filter .fsToolsList li a:hover, body:not(.fsComposeMode) .post-filter .fsToolsList li a:focus {
        color: #fff;
        background: #005480; }

body:not(.fsComposeMode) .school-information > .fsElementContent {
  border-top: none !important; }

body:not(.fsComposeMode) .school-information > header {
  position: relative;
  margin-top: 80px;
  text-align: center;
  color: #005480; }
  body:not(.fsComposeMode) .school-information > header:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: #d9d9d9; }

body:not(.fsComposeMode) .school-information .fsTabsNav {
  border-bottom: none;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 1250px) {
    body:not(.fsComposeMode) .school-information .fsTabsNav {
      width: 45%;
      margin-top: 80px; } }
  body:not(.fsComposeMode) .school-information .fsTabsNav > header {
    position: relative;
    margin-top: 80px;
    margin-bottom: 60px;
    text-align: center;
    color: #005480;
    width: 100%; }
    body:not(.fsComposeMode) .school-information .fsTabsNav > header h2 {
      margin-bottom: 0; }
    body:not(.fsComposeMode) .school-information .fsTabsNav > header:after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -15px;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 60px;
      height: 4px;
      background: #d9d9d9; }
  body:not(.fsComposeMode) .school-information .fsTabsNav li {
    width: 100%;
    height: 100px;
    text-align: center;
    margin: 0 3px 5px; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .school-information .fsTabsNav li {
        width: 165px;
        margin-bottom: 0; } }
    body:not(.fsComposeMode) .school-information .fsTabsNav li:nth-of-type(1).fsStateSelected a:before {
      color: #fff; }
    body:not(.fsComposeMode) .school-information .fsTabsNav li:nth-of-type(1) a:before {
      content: '\e929';
      color: #81AB73;
      position: relative;
      height: auto;
      left: auto;
      top: 5px;
      font-family: 'IcoMoon';
      font-weight: 100;
      margin-bottom: 10px;
      font-size: 60px;
      transition: 0.3s; }
    body:not(.fsComposeMode) .school-information .fsTabsNav li:nth-of-type(1) a:hover:before {
      color: #fff; }
    body:not(.fsComposeMode) .school-information .fsTabsNav li:nth-of-type(2).fsStateSelected a:before {
      color: #fff; }
    body:not(.fsComposeMode) .school-information .fsTabsNav li:nth-of-type(2) a:before {
      content: '\e92b';
      color: #81AB73;
      position: relative;
      height: auto;
      top: auto;
      left: auto;
      font-family: 'IcoMoon';
      font-weight: 100;
      margin-bottom: 10px;
      font-size: 35px;
      top: 4px;
      transition: 0.3s; }
    body:not(.fsComposeMode) .school-information .fsTabsNav li:nth-of-type(2) a:hover:before {
      color: #fff; }
    body:not(.fsComposeMode) .school-information .fsTabsNav li:nth-of-type(3).fsStateSelected a:before {
      color: #fff; }
    body:not(.fsComposeMode) .school-information .fsTabsNav li:nth-of-type(3) a:before {
      content: '\e92a';
      color: #81AB73;
      position: relative;
      height: auto;
      top: 3px;
      left: auto;
      font-family: 'IcoMoon';
      font-weight: 100;
      margin-bottom: 10px;
      font-size: 47px;
      transition: 0.3s; }
    body:not(.fsComposeMode) .school-information .fsTabsNav li:nth-of-type(3) a:hover:before {
      color: #fff; }
    body:not(.fsComposeMode) .school-information .fsTabsNav li a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%;
      width: 100%;
      -ms-flex-pack: center;
      justify-content: center;
      font-family: "proxima-nova", sans-serif;
      padding-top: 100%;
      color: #005480;
      font-weight: bold;
      font-size: 22px;
      padding: 0;
      border: 1px solid #b2b2b2;
      cursor: pointer; }
      body:not(.fsComposeMode) .school-information .fsTabsNav li a:hover {
        background: #81AB73;
        color: #fff; }
      body:not(.fsComposeMode) .school-information .fsTabsNav li a:before {
        background: none !important; }
      body:not(.fsComposeMode) .school-information .fsTabsNav li a:after {
        display: none; }
    body:not(.fsComposeMode) .school-information .fsTabsNav li.fsStateSelected a {
      background: #81AB73;
      color: #fff; }

body:not(.fsComposeMode) .school-information .fsResourceElement.module3 {
  visibility: hidden;
  padding: 10px; }
  .panel-loaded body:not(.fsComposeMode) .school-information .fsResourceElement.module3 {
    visibility: visible; }
  @media (min-width: 1250px) {
    body:not(.fsComposeMode) .school-information .fsResourceElement.module3 {
      position: absolute;
      top: 452px;
      width: 53%;
      right: 0;
      margin-bottom: 0; }
      body:not(.fsComposeMode) .school-information .fsResourceElement.module3 article.fsResourceTypeVideo {
        height: 284px;
        overflow: hidden; }
        body:not(.fsComposeMode) .school-information .fsResourceElement.module3 article.fsResourceTypeVideo video {
          -o-object-fit: cover;
          object-fit: cover;
          height: 100%; } }

body:not(.fsComposeMode) .school-information .fsPanel {
  border-bottom: none !important;
  margin-top: 40px; }
  body:not(.fsComposeMode) .school-information .fsPanel > header {
    display: none !important; }

body:not(.fsComposeMode) .school-information .fsNews .fsNextButton,
body:not(.fsComposeMode) .school-information .fsNews .fsPrevButton {
  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; }
  body:not(.fsComposeMode) .school-information .fsNews .fsNextButton:before,
  body:not(.fsComposeMode) .school-information .fsNews .fsPrevButton:before {
    color: #005480;
    display: block;
    font-size: 40px;
    font-weight: normal;
    height: 100%;
    left: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
    opacity: 0.6; }
  body:not(.fsComposeMode) .school-information .fsNews .fsNextButton:focus, body:not(.fsComposeMode) .school-information .fsNews .fsNextButton:hover,
  body:not(.fsComposeMode) .school-information .fsNews .fsPrevButton:focus,
  body:not(.fsComposeMode) .school-information .fsNews .fsPrevButton:hover {
    opacity: 0.5; }

body:not(.fsComposeMode) .school-information .fsNews .fsNextButton {
  left: auto;
  right: -7%; }
  body:not(.fsComposeMode) .school-information .fsNews .fsNextButton:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

body:not(.fsComposeMode) .school-information .fsNews .fsPrevButton {
  left: -7%;
  right: auto; }
  body:not(.fsComposeMode) .school-information .fsNews .fsPrevButton:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

body:not(.fsComposeMode) .school-information .fsNews .fsElementFooterContent {
  text-align: center; }
  body:not(.fsComposeMode) .school-information .fsNews .fsElementFooterContent a {
    display: inline-block;
    border: 0;
    margin: 0 0 30px;
    padding: 15px;
    background: transparent;
    color: #005480;
    font-weight: 700;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #b2b2b2;
    padding: 14px; }
    body:not(.fsComposeMode) .school-information .fsNews .fsElementFooterContent a:hover {
      background: rgba(0, 0, 0, 0);
      color: #005480; }
      body:not(.fsComposeMode) .school-information .fsNews .fsElementFooterContent a:hover em {
        color: #fff; }
    body:not(.fsComposeMode) .school-information .fsNews .fsElementFooterContent a em {
      display: block;
      font-style: normal;
      font-weight: normal;
      color: #444;
      font-size: 18px;
      line-height: 24px; }
    body:not(.fsComposeMode) .school-information .fsNews .fsElementFooterContent a:hover {
      background: #005480;
      color: #fff;
      border-color: #005480; }

body:not(.fsComposeMode) .school-information .fsCalendar.fsSlideshow {
  background: none !important;
  color: #005480;
  margin-top: 20px; }
  body:not(.fsComposeMode) .school-information .fsCalendar.fsSlideshow:before {
    display: none; }
  body:not(.fsComposeMode) .school-information .fsCalendar.fsSlideshow header {
    display: none; }
  body:not(.fsComposeMode) .school-information .fsCalendar.fsSlideshow article .fsDay,
  body:not(.fsComposeMode) .school-information .fsCalendar.fsSlideshow article .fsMonth {
    color: #81AB73; }
  body:not(.fsComposeMode) .school-information .fsCalendar.fsSlideshow article .fsTitle a {
    color: #005480; }
    body:not(.fsComposeMode) .school-information .fsCalendar.fsSlideshow article .fsTitle a:hover {
      color: #002f47;
      opacity: 1; }
  body:not(.fsComposeMode) .school-information .fsCalendar.fsSlideshow .slick-arrow:before {
    color: #005480;
    opacity: 0.6; }
  body:not(.fsComposeMode) .school-information .fsCalendar.fsSlideshow .slick-arrow:focus, body:not(.fsComposeMode) .school-information .fsCalendar.fsSlideshow .slick-arrow:hover {
    opacity: 0.5; }
  @media (max-width: 999px) {
    body:not(.fsComposeMode) .school-information .fsCalendar.fsSlideshow .fsPrevButton {
      left: 5%; }
    body:not(.fsComposeMode) .school-information .fsCalendar.fsSlideshow .fsNextButton {
      right: 5%; } }
  body:not(.fsComposeMode) .school-information .fsCalendar.fsSlideshow .fsElementFooterContent {
    text-align: center; }
    body:not(.fsComposeMode) .school-information .fsCalendar.fsSlideshow .fsElementFooterContent a {
      display: inline-block;
      border: 0;
      margin: 0 0 30px;
      padding: 15px;
      background: transparent;
      color: #005480;
      font-weight: 700;
      border-radius: 5px;
      text-decoration: none;
      border: 1px solid #b2b2b2;
      padding: 14px; }
      body:not(.fsComposeMode) .school-information .fsCalendar.fsSlideshow .fsElementFooterContent a:hover {
        background: rgba(0, 0, 0, 0);
        color: #005480; }
        body:not(.fsComposeMode) .school-information .fsCalendar.fsSlideshow .fsElementFooterContent a:hover em {
          color: #fff; }
      body:not(.fsComposeMode) .school-information .fsCalendar.fsSlideshow .fsElementFooterContent a em {
        display: block;
        font-style: normal;
        font-weight: normal;
        color: #444;
        font-size: 18px;
        line-height: 24px; }
      body:not(.fsComposeMode) .school-information .fsCalendar.fsSlideshow .fsElementFooterContent a:hover {
        background: #005480;
        color: #fff;
        border-color: #005480; }

body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom {
  margin-top: 40px; }
  body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .slick-next,
  body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .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; }
    body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .slick-next:before,
    body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .slick-prev:before {
      color: #005480;
      opacity: 0.6;
      display: block;
      font-size: 40px;
      font-weight: normal;
      height: 100%;
      left: 0;
      line-height: 30px;
      position: absolute;
      top: 0;
      width: 100%;
      text-align: center;
      text-shadow: 0 0 2px rgba(0, 0, 0, 0.35); }
    body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .slick-next:focus, body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .slick-next:hover,
    body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .slick-prev:focus,
    body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .slick-prev:hover {
      opacity: 0.5; }
  body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .slick-next {
    left: auto;
    right: -7%; }
    body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .slick-prev {
    left: -7%;
    right: auto; }
    body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .slick-list {
    margin: 0 -25px; }
  body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .social-feed-panel-post {
    height: 400px;
    margin: 0 25px; }
    body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .social-feed-panel-post[data-source="Twitter"] .post-header-fb {
      display: none; }
    body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .social-feed-panel-post[data-source="Twitter"] .post-header-time {
      display: none; }
    body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .social-feed-panel-post[data-source="Twitter"] .icon-instagram {
      display: none; }
    body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .social-feed-panel-post[data-source="Facebook"] {
      background: #005480;
      color: #fff; }
      body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .social-feed-panel-post[data-source="Facebook"] .post-header {
        display: none; }
      body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .social-feed-panel-post[data-source="Facebook"] .post-header-fb a {
        text-decoration: none;
        font-weight: normal; }
      body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .social-feed-panel-post[data-source="Facebook"] .twitter-intents {
        display: none; }
      body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .social-feed-panel-post[data-source="Facebook"] .post-footer-time {
        display: none; }
      body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .social-feed-panel-post[data-source="Facebook"] .icon-instagram {
        display: none; }
    body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .social-feed-panel-post[data-source="Instagram"] {
      background: #005480;
      color: #fff; }
      body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .social-feed-panel-post[data-source="Instagram"]:before {
        display: none; }
      body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .social-feed-panel-post[data-source="Instagram"] .post-header {
        display: none; }
      body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .social-feed-panel-post[data-source="Instagram"] .post-header-fb a {
        text-decoration: none; }
      body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .social-feed-panel-post[data-source="Instagram"] .twitter-intents {
        display: none; }
      body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .social-feed-panel-post[data-source="Instagram"] .post-footer-time {
        display: none; }
  body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .fsElementFooterContent {
    text-align: center; }
    body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .fsElementFooterContent a {
      display: inline-block;
      border: 0;
      margin: 0 0 30px;
      padding: 15px;
      background: transparent;
      color: #005480;
      font-weight: 700;
      border-radius: 5px;
      text-decoration: none;
      border: 1px solid #b2b2b2;
      padding: 14px; }
      body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .fsElementFooterContent a:hover {
        background: rgba(0, 0, 0, 0);
        color: #005480; }
        body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .fsElementFooterContent a:hover em {
          color: #fff; }
      body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .fsElementFooterContent a em {
        display: block;
        font-style: normal;
        font-weight: normal;
        color: #444;
        font-size: 18px;
        line-height: 24px; }
      body:not(.fsComposeMode) .school-information .fsFeeds.fsCustom .fsElementFooterContent a:hover {
        background: #005480;
        color: #fff;
        border-color: #005480; }

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

@font-face {
  font-family: 'bpa-font-icons-v3';
  src: url("../fonts/bpa-icon-library-v3.eot");
  src: url("../fonts/bpa-icon-library-v3.eot?#iefix") format("embedded-opentype"), url("../fonts/bpa-icon-library-v3.woff2") format("woff2"), url("../fonts/bpa-icon-library-v3.woff") format("woff"), url("../fonts/bpa-icon-library-v3.ttf") format("truetype"), url("../fonts/bpa-icon-library-v3.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

body:not(.fsComposeMode) .news-events-container .hp-news .fsListItems.slick-slider,
body:not(.fsComposeMode) .news-events-container .hp-calendar .fsListItems.slick-slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

body:not(.fsComposeMode) .news-events-container .hp-news .slick-arrow,
body:not(.fsComposeMode) .news-events-container .hp-calendar .slick-arrow {
  position: relative;
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  padding: 0;
  width: 40px;
  z-index: 2;
  transition: all 0.3s ease; }
  body:not(.fsComposeMode) .news-events-container .hp-news .slick-arrow:before,
  body:not(.fsComposeMode) .news-events-container .hp-calendar .slick-arrow:before {
    color: #005480;
    display: block;
    content: '';
    font-size: 40px;
    font-weight: normal;
    height: 100%;
    left: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35); }
  body:not(.fsComposeMode) .news-events-container .hp-news .slick-arrow:hover, body:not(.fsComposeMode) .news-events-container .hp-news .slick-arrow:focus,
  body:not(.fsComposeMode) .news-events-container .hp-calendar .slick-arrow:hover,
  body:not(.fsComposeMode) .news-events-container .hp-calendar .slick-arrow:focus {
    opacity: .5; }
  body:not(.fsComposeMode) .news-events-container .hp-news .slick-arrow.slick-next:before, body:not(.fsComposeMode) .news-events-container .hp-news .slick-arrow.news-next:before,
  body:not(.fsComposeMode) .news-events-container .hp-calendar .slick-arrow.slick-next:before,
  body:not(.fsComposeMode) .news-events-container .hp-calendar .slick-arrow.news-next:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  body:not(.fsComposeMode) .news-events-container .hp-news .slick-arrow.slick-prev:before, body:not(.fsComposeMode) .news-events-container .hp-news .slick-arrow.news-prev:before,
  body:not(.fsComposeMode) .news-events-container .hp-calendar .slick-arrow.slick-prev:before,
  body:not(.fsComposeMode) .news-events-container .hp-calendar .slick-arrow.news-prev:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  body:not(.fsComposeMode) .news-events-container .hp-news .slick-arrow.slick-prev, body:not(.fsComposeMode) .news-events-container .hp-news .slick-arrow.slick-next,
  body:not(.fsComposeMode) .news-events-container .hp-calendar .slick-arrow.slick-prev,
  body:not(.fsComposeMode) .news-events-container .hp-calendar .slick-arrow.slick-next {
    display: none !important; }
    @media (min-width: 800px) {
      body:not(.fsComposeMode) .news-events-container .hp-news .slick-arrow.slick-prev, body:not(.fsComposeMode) .news-events-container .hp-news .slick-arrow.slick-next,
      body:not(.fsComposeMode) .news-events-container .hp-calendar .slick-arrow.slick-prev,
      body:not(.fsComposeMode) .news-events-container .hp-calendar .slick-arrow.slick-next {
        display: block !important; } }

body:not(.fsComposeMode) .news-events-container .hp-news {
  width: 100vw;
  margin-left: 50%;
  margin-right: 0;
  transform: translate3d(-50%, 0, 0); }
  @media (min-width: 800px) {
    body:not(.fsComposeMode) .news-events-container .hp-news {
      padding-bottom: 50px;
      width: initial;
      margin-left: auto;
      margin-right: auto;
      -ms-transform: none;
      transform: none; } }
  @media (min-width: 1260px) {
    body:not(.fsComposeMode) .news-events-container .hp-news {
      margin: 0 -50px; } }
  body:not(.fsComposeMode) .news-events-container .hp-news .fsListItems::before {
    display: block;
    position: absolute;
    content: '';
    background: #005480;
    width: 100%;
    height: 196px;
    bottom: -30px; }
  body:not(.fsComposeMode) .news-events-container .hp-news article {
    position: relative;
    width: 380px;
    height: 380px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 10px; }
    body:not(.fsComposeMode) .news-events-container .hp-news article::before {
      display: block;
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32.67%, rgba(0, 0, 0, 0.8) 100%); }
    body:not(.fsComposeMode) .news-events-container .hp-news article .outer-overlay {
      position: absolute;
      bottom: 0;
      padding: 20px 40px;
      background: transparent;
      transition: background-color 0.3s ease; }
      body:not(.fsComposeMode) .news-events-container .hp-news article .outer-overlay .fsTitle {
        color: #ffffff;
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
        font-family: "adriane", serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 23px; }
      body:not(.fsComposeMode) .news-events-container .hp-news article .outer-overlay .fsAuthor,
      body:not(.fsComposeMode) .news-events-container .hp-news article .outer-overlay .fsDateTime {
        color: #ffffff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
        font-family: "proxima-nova", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        margin-bottom: 0; }
      body:not(.fsComposeMode) .news-events-container .hp-news article .outer-overlay .fsAuthor {
        border-right: 1px solid #ffffff;
        text-transform: capitalize;
        margin-right: 0px;
        padding-right: 10px; }
      body:not(.fsComposeMode) .news-events-container .hp-news article .outer-overlay .fsDateTime {
        padding-left: 10px; }
      body:not(.fsComposeMode) .news-events-container .hp-news article .outer-overlay .fsBody {
        color: #ffffff;
        font-family: sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px; }
      body:not(.fsComposeMode) .news-events-container .hp-news article .outer-overlay .fsPostLink,
      body:not(.fsComposeMode) .news-events-container .hp-news article .outer-overlay .fsReadMoreLink {
        color: #ffffff;
        font-family: sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px; }
      body:not(.fsComposeMode) .news-events-container .hp-news article .outer-overlay .fsReadMoreLink::after {
        margin-left: 10px;
        font-size: 14px;
        margin-top: 4px; }
    body:not(.fsComposeMode) .news-events-container .hp-news article .inner-overlay {
      display: none; }
    body:not(.fsComposeMode) .news-events-container .hp-news article .fsThumbnail {
      display: none; }
    body:not(.fsComposeMode) .news-events-container .hp-news article.showing .outer-overlay {
      height: 380px;
      background: rgba(0, 84, 128, 0.9);
      animation: fillBackground 0.3s forwards;
      padding: 70px 40px; }
      body:not(.fsComposeMode) .news-events-container .hp-news article.showing .outer-overlay .fsTitle {
        margin-bottom: 8px; }
      body:not(.fsComposeMode) .news-events-container .hp-news article.showing .outer-overlay .fsAuthor,
      body:not(.fsComposeMode) .news-events-container .hp-news article.showing .outer-overlay .fsDateTime {
        margin-bottom: 18px; }
    body:not(.fsComposeMode) .news-events-container .hp-news article.showing .inner-overlay {
      display: block;
      height: 100%; }
  body:not(.fsComposeMode) .news-events-container .hp-news footer .arrow-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px; }
    @media (min-width: 800px) {
      body:not(.fsComposeMode) .news-events-container .hp-news footer .arrow-wrap {
        display: none; } }
    body:not(.fsComposeMode) .news-events-container .hp-news footer .arrow-wrap .slick-arrow {
      margin: 0 15px; }

body:not(.fsComposeMode) .news-events-container .hp-calendar {
  padding-top: 25px;
  display: none; }
  @media (min-width: 800px) {
    body:not(.fsComposeMode) .news-events-container .hp-calendar {
      display: block; } }
  @media (min-width: 1260px) {
    body:not(.fsComposeMode) .news-events-container .hp-calendar {
      margin: 0 -50px; } }
  body:not(.fsComposeMode) .news-events-container .hp-calendar .fsListItems.slick-slider .slick-list {
    margin: 0 90px; }
  body:not(.fsComposeMode) .news-events-container .hp-calendar .fsListItems.slick-slider .fsDayContainer {
    margin: 0 20px; }
    body:not(.fsComposeMode) .news-events-container .hp-calendar .fsListItems.slick-slider .fsDayContainer article {
      display: none;
      padding-left: 80px;
      max-width: 250px; }
      body:not(.fsComposeMode) .news-events-container .hp-calendar .fsListItems.slick-slider .fsDayContainer article:first-of-type {
        display: block; }
      body:not(.fsComposeMode) .news-events-container .hp-calendar .fsListItems.slick-slider .fsDayContainer article .fsMonth {
        color: #81AB73; }
      body:not(.fsComposeMode) .news-events-container .hp-calendar .fsListItems.slick-slider .fsDayContainer article .fsYear {
        display: none; }
      body:not(.fsComposeMode) .news-events-container .hp-calendar .fsListItems.slick-slider .fsDayContainer article .fsDate {
        -ms-flex-pack: start;
        justify-content: flex-start; }
      body:not(.fsComposeMode) .news-events-container .hp-calendar .fsListItems.slick-slider .fsDayContainer article .fsCalendarEventLink:hover, body:not(.fsComposeMode) .news-events-container .hp-calendar .fsListItems.slick-slider .fsDayContainer article .fsCalendarEventLink:focus {
        text-decoration: underline; }
      body:not(.fsComposeMode) .news-events-container .hp-calendar .fsListItems.slick-slider .fsDayContainer article .fsTitle,
      body:not(.fsComposeMode) .news-events-container .hp-calendar .fsListItems.slick-slider .fsDayContainer article .fsTitle a,
      body:not(.fsComposeMode) .news-events-container .hp-calendar .fsListItems.slick-slider .fsDayContainer article .fsEventDetails {
        color: #005480; }

body:not(.fsComposeMode) .news-events-container footer > .fsElementFooterContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }
  body:not(.fsComposeMode) .news-events-container footer > .fsElementFooterContent p {
    margin-bottom: 0; }
    body:not(.fsComposeMode) .news-events-container footer > .fsElementFooterContent p a,
    body:not(.fsComposeMode) .news-events-container footer > .fsElementFooterContent p .hollow-button-blue,
    body:not(.fsComposeMode) .news-events-container footer > .fsElementFooterContent p .fs_style_27 {
      margin: 0 20px;
      padding: 14px 40px; }

@keyframes fillBackground {
  0% {
    background-size: 0% 0%;
    background-position: 100% 100%; }
  100% {
    background-size: 100% 100%;
    background-position: 0% 0%; } }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-add-user a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-add-user a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-alumni a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-alumni a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-apple a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-apple a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-apply a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-apply a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-backpack a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-backpack a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-badge a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-badge a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-bar-graph a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-bar-graph a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-baseball a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-baseball a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-block a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-block a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-book-stack a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-book-stack a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-book a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-book a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-brainstorm a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-brainstorm a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-briefcase a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-briefcase a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-bullhorn a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-bullhorn a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-bus a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-bus a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-calendar a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-calendar a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-camera a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-camera a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-certificate a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-certificate a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-chat-alt a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-chat-alt a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-chat a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-chat a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-check a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-check a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-chess a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-chess a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-church a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-church a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-city a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-city a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-classroom a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-classroom a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-cleat a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-cleat a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-clock a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-clock a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-college a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-college a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-connected-users a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-connected-users a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-construction a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-construction a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-credit-card a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-credit-card a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-cross a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-cross a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-diagram a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-diagram a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-diploma a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-diploma a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-directory a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-directory a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-diversity a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-diversity a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-droplet a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-droplet a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-email a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-email a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-family a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-family a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-faq a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-faq a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-flag a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-flag a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-folder a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-folder a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-football a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-football a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-gift a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-gift a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-global-diversity a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-global-diversity a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-globe a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-globe a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-google-classroom a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-google-classroom a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-graduation a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-graduation a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-group-alt a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-group-alt a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-group a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-group a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-handshake a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-handshake a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-heart-hand-alt a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-heart-hand-alt a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-heart-hand a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-heart-hand a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-heart a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-heart a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-info a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-info a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-interactive a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-interactive a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-jersey a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-jersey a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-laurel a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-laurel a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-leader a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-leader a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-leaf a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-leaf a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-lightbulb a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-lightbulb a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-link a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-link a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-location a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-location a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-lock a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-lock a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-map a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-map a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-medal a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-medal a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-medical a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-medical a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-menu a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-menu a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-microphone-alt a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-microphone-alt a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-microphone a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-microphone a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-microscope a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-microscope a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-mobile-phone a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-mobile-phone a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-money a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-money a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-music a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-music a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-name-badge a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-name-badge a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-newspaper a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-newspaper a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-open-door a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-open-door a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-paint a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-paint a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-parent a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-parent a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-park a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-park a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-party a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-party a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-pencil a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-pencil a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-phone a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-phone a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-picture a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-picture a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-pie-chart a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-pie-chart a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-piggy-bank a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-piggy-bank a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-ping-pong a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-ping-pong a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-plate a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-plate a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-playground a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-playground a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-podium a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-podium a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-question a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-question a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-rain a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-rain a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-reading-alt a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-reading-alt a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-reading a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-reading a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-report-card a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-report-card a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-robot a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-robot a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-school a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-school a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-screens a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-screens a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-settings a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-settings a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-shield-police a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-shield-police a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-snowflake a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-snowflake a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-soccer a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-soccer a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-star-david a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-star-david a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-star a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-star a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-store a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-store a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-sun a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-sun a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-task a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-task a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-teacher a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-teacher a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-teamwork a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-teamwork a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-theatre a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-theatre a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-thumbs-up a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-thumbs-up a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-tools a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-tools a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-translate a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-translate a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-tree a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-tree a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-trophy a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-trophy a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-user a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-user a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-video a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-video a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-virus a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-virus a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-warning a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-warning a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-wheelchair a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-wheelchair a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-add-user-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-add-user-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-alumni-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-alumni-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-apple-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-apple-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-apply-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-apply-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-backpack-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-backpack-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-badge-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-badge-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-bar-graph-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-bar-graph-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-baseball-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-baseball-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-block-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-block-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-book-stack-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-book-stack-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-book-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-book-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-brainstorm-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-brainstorm-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-briefcase-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-briefcase-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-bullhorn-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-bullhorn-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-bus-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-bus-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-calendar-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-calendar-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-camera-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-camera-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-certificate-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-certificate-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-chat-alt-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-chat-alt-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-chat-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-chat-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-check-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-check-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-chess-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-chess-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-church-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-church-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-city-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-city-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-classroom-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-classroom-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-cleat-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-cleat-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-clock-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-clock-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-college-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-college-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-connected-users-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-connected-users-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-construction-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-construction-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-credit-card-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-credit-card-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-cross-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-cross-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-diagram-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-diagram-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-diploma-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-diploma-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-directory-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-directory-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-diversity-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-diversity-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-droplet-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-droplet-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-email-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-email-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "ຝ";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-family-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-family-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-faq-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-faq-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-flag-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-flag-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-folder-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-folder-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-football-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-football-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-gift-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-gift-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-global-diversity-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-global-diversity-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-globe-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-globe-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-google-classroom-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-google-classroom-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-graduation-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-graduation-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-group-alt-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-group-alt-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-group-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-group-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-handshake-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-handshake-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-heart-hand-alt-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-heart-hand-alt-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-heart-hand-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-heart-hand-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-heart-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-heart-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-info-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-info-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-interactive-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-interactive-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-jersey-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-jersey-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-laurel-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-laurel-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-leader-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-leader-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-leaf-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-leaf-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-lightbulb-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-lightbulb-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-link-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-link-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-location-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-location-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-lock-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-lock-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-map-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-map-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-medal-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-medal-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-medical-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-medical-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-menu-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-menu-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-microphone-alt-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-microphone-alt-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-microphone-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-microphone-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-microscope-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-microscope-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-mobile-phone-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-mobile-phone-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-money-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-money-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-music-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-music-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-name-badge-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-name-badge-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-newspaper-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-newspaper-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-open-door-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-open-door-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-paint-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-paint-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-parent-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-parent-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-park-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-park-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-party-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-party-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-pencil-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-pencil-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-phone-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-phone-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-picture-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-picture-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-pie-chart-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-pie-chart-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-piggy-bank-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-piggy-bank-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-ping-pong-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-ping-pong-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-plate-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-plate-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-playground-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-playground-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-podium-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-podium-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-question-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-question-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-rain-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-rain-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-reading-alt-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-reading-alt-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-reading-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-reading-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-report-card-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-report-card-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-robot-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-robot-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-school-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-school-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-screens-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-screens-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-settings-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-settings-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-shield-police-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-shield-police-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-snowflake-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-snowflake-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-soccer-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-soccer-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-star-david-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-star-david-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-star-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-star-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-store-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-store-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-sun-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-sun-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-task-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-task-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-teacher-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-teacher-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-teamwork-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-teamwork-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-theatre-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-theatre-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-thumbs-up-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-thumbs-up-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-tools-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-tools-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-translate-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-translate-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-tree-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-tree-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-trophy-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-trophy-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-user-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-user-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-video-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-video-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-virus-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-virus-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-warning-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-warning-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-wheelchair-solid a:not([class]) {
  padding-top: 100px;
  display: block;
  height: 100px;
  width: 90px;
  text-align: center;
  position: relative; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li.icon-wheelchair-solid a:not([class]):before {
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.1875rem;
    line-height: 45px;
    text-align: center;
    -ms-transform: scale(100%);
    transform: scale(100%);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s all; }

body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li a:not([class]) {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  color: #ffffff;
  text-decoration: none; }
  body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li a:not([class]):hover, body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li a:not([class]):focus {
    text-decoration: underline; }
    body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li a:not([class]):hover::before, body:not(.fsComposeMode) .find-it-fast nav ul.fsNavLevel1 li a:not([class]):focus::before {
      background-color: #ffffff;
      color: #444; }

.updated-hero .fsElementSlideshow.slick-slider {
  padding: 0; }
  .updated-hero .fsElementSlideshow.slick-slider .slick-slide,
  .updated-hero .fsElementSlideshow.slick-slider article {
    padding: 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .updated-hero .fsElementSlideshow.slick-slider .slick-slide::before,
    .updated-hero .fsElementSlideshow.slick-slider article::before {
      display: block;
      position: absolute;
      content: '';
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.9%, rgba(0, 0, 0, 0.9) 100%);
      width: 100%;
      height: 100%;
      bottom: 0; }
    .updated-hero .fsElementSlideshow.slick-slider .slick-slide .fsResourceName,
    .updated-hero .fsElementSlideshow.slick-slider article .fsResourceName {
      display: none; }
    .updated-hero .fsElementSlideshow.slick-slider .slick-slide figcaption,
    .updated-hero .fsElementSlideshow.slick-slider article figcaption {
      position: relative;
      background-color: #005480;
      padding: 30px; }
      @media (min-width: 1000px) {
        .updated-hero .fsElementSlideshow.slick-slider .slick-slide figcaption,
        .updated-hero .fsElementSlideshow.slick-slider article figcaption {
          position: absolute;
          bottom: 10px;
          background-color: transparent;
          padding: 30px 100px; } }
      .updated-hero .fsElementSlideshow.slick-slider .slick-slide figcaption .fsTitle,
      .updated-hero .fsElementSlideshow.slick-slider article figcaption .fsTitle {
        color: #ffffff;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-family: "adriane", serif;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
        @media (min-width: 800px) {
          .updated-hero .fsElementSlideshow.slick-slider .slick-slide figcaption .fsTitle,
          .updated-hero .fsElementSlideshow.slick-slider article figcaption .fsTitle {
            font-size: 50px; } }
      .updated-hero .fsElementSlideshow.slick-slider .slick-slide figcaption .fsDescription p, .updated-hero .fsElementSlideshow.slick-slider .slick-slide figcaption .fsDescription a,
      .updated-hero .fsElementSlideshow.slick-slider article figcaption .fsDescription p,
      .updated-hero .fsElementSlideshow.slick-slider article figcaption .fsDescription a {
        color: #ffffff;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-family: "proxima-nova", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
        @media (min-width: 800px) {
          .updated-hero .fsElementSlideshow.slick-slider .slick-slide figcaption .fsDescription p, .updated-hero .fsElementSlideshow.slick-slider .slick-slide figcaption .fsDescription a,
          .updated-hero .fsElementSlideshow.slick-slider article figcaption .fsDescription p,
          .updated-hero .fsElementSlideshow.slick-slider article figcaption .fsDescription a {
            font-size: 20px; } }
      .updated-hero .fsElementSlideshow.slick-slider .slick-slide figcaption .fsDescription a,
      .updated-hero .fsElementSlideshow.slick-slider article figcaption .fsDescription a {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 13px;
        text-decoration: none; }
        @media (min-width: 800px) {
          .updated-hero .fsElementSlideshow.slick-slider .slick-slide figcaption .fsDescription a,
          .updated-hero .fsElementSlideshow.slick-slider article figcaption .fsDescription a {
            font-size: 18px; } }
        .updated-hero .fsElementSlideshow.slick-slider .slick-slide figcaption .fsDescription a:after,
        .updated-hero .fsElementSlideshow.slick-slider article figcaption .fsDescription a:after {
          position: absolute;
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          margin-left: 10px; }
        .updated-hero .fsElementSlideshow.slick-slider .slick-slide figcaption .fsDescription a:hover,
        .updated-hero .fsElementSlideshow.slick-slider article figcaption .fsDescription a:hover {
          opacity: .9;
          text-decoration: underline; }
          .updated-hero .fsElementSlideshow.slick-slider .slick-slide figcaption .fsDescription a:hover:after,
          .updated-hero .fsElementSlideshow.slick-slider article figcaption .fsDescription a:hover:after {
            animation: bounce 1s; }
    .updated-hero .fsElementSlideshow.slick-slider .slick-slide.fsResourceTypeVideo figcaption,
    .updated-hero .fsElementSlideshow.slick-slider article.fsResourceTypeVideo figcaption {
      margin-top: -7px; }
      @media (min-width: 1000px) {
        .updated-hero .fsElementSlideshow.slick-slider .slick-slide.fsResourceTypeVideo figcaption,
        .updated-hero .fsElementSlideshow.slick-slider article.fsResourceTypeVideo figcaption {
          bottom: 70px;
          margin-top: 0; } }
    .updated-hero .fsElementSlideshow.slick-slider .slick-slide video,
    .updated-hero .fsElementSlideshow.slick-slider article video {
      -o-object-fit: cover;
      object-fit: cover; }
      @media (min-width: 1000px) {
        .updated-hero .fsElementSlideshow.slick-slider .slick-slide video,
        .updated-hero .fsElementSlideshow.slick-slider article video {
          height: 80vh; } }

.updated-hero .fsNextButton,
.updated-hero .fsPrevButton {
  background-color: #005480;
  top: 30%;
  -ms-transform: none;
  transform: none;
  transition: all 0.3s ease;
  z-index: 10; }
  .updated-hero .fsNextButton::before,
  .updated-hero .fsPrevButton::before {
    color: #ffffff; }
  .updated-hero .fsNextButton:hover, .updated-hero .fsNextButton:focus,
  .updated-hero .fsPrevButton:hover,
  .updated-hero .fsPrevButton:focus {
    opacity: 0.9; }
  @media (min-width: 1000px) {
    .updated-hero .fsNextButton,
    .updated-hero .fsPrevButton {
      top: 75%; } }

.updated-hero .fsNextButton::before {
  -ms-transform: translateX(-25%);
  transform: translateX(-25%); }

.updated-hero .fsPrevButton::before {
  -ms-transform: translateX(25%);
  transform: translateX(25%); }

body:not(.fsComposeMode) .updated-hero .fsElementSlideshow.slick-slider .slick-slide img,
body:not(.fsComposeMode) .updated-hero .fsElementSlideshow.slick-slider article img {
  width: 100vw; }

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

@font-face {
  font-family: 'bpa-font-icons-v3';
  src: url("../fonts/bpa-icon-library-v3.eot");
  src: url("../fonts/bpa-icon-library-v3.eot?#iefix") format("embedded-opentype"), url("../fonts/bpa-icon-library-v3.woff2") format("woff2"), url("../fonts/bpa-icon-library-v3.woff") format("woff"), url("../fonts/bpa-icon-library-v3.ttf") format("truetype"), url("../fonts/bpa-icon-library-v3.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.fsGrid.bpa-image-slideshow-1 {
  margin-bottom: 50px; }
  .fsGrid.bpa-image-slideshow-1 .fsListItems {
    margin: 0 auto;
    background: #fff;
    border: solid 1px rgba(0, 0, 0, 0.2); }
    body:not(.fsComposeMode) .fsGrid.bpa-image-slideshow-1 .fsListItems:not(.slick-initialized) {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      height: 580px;
      opacity: 0;
      visibility: hidden; }
  .fsGrid.bpa-image-slideshow-1 article {
    position: relative;
    overflow: hidden;
    padding: 0;
    height: auto;
    margin-bottom: 0; }
    @media (min-width: 700px) {
      .fsGrid.bpa-image-slideshow-1 article {
        padding-top: 64px;
        min-height: calc-vw(580px, 1220px); } }
    @media (min-width: 900px) {
      .fsGrid.bpa-image-slideshow-1 article {
        padding-top: 84px; } }
    @media (min-width: 1220px) {
      .fsGrid.bpa-image-slideshow-1 article {
        min-height: 580px; } }
    .fsGrid.bpa-image-slideshow-1 article .fsTitle {
      margin-top: 0;
      font-weight: normal;
      font-family: "adriane", serif;
      color: #005480;
      font-size: 26px;
      line-height: 32px;
      margin-bottom: 20px;
      text-align: center;
      position: relative;
      margin-bottom: 20px;
      padding-bottom: 24px;
      padding-top: 64px; }
      @media (min-width: 700px) {
        .fsGrid.bpa-image-slideshow-1 article .fsTitle {
          width: 50%;
          padding-top: 0; } }
      .fsGrid.bpa-image-slideshow-1 article .fsTitle:after {
        content: '';
        position: absolute;
        left: 50%;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        bottom: 0;
        width: 40px;
        height: 4px;
        background-color: rgba(0, 0, 0, 0.2); }
      .fsGrid.bpa-image-slideshow-1 article .fsTitle a {
        color: inherit; }
      .fsGrid.bpa-image-slideshow-1 article .fsTitle.fsResourceName {
        display: none; }
    .fsGrid.bpa-image-slideshow-1 article > .fsTitle {
      padding-left: 20px;
      padding-right: 20px; }
      @media (min-width: 700px) {
        .fsGrid.bpa-image-slideshow-1 article > .fsTitle {
          padding-left: 0;
          padding-right: 0;
          width: calc(50% - 40px);
          margin-left: 20px; } }
      @media (min-width: 900px) {
        .fsGrid.bpa-image-slideshow-1 article > .fsTitle {
          width: calc(50% - 60px);
          margin-left: 30px; } }
    .fsGrid.bpa-image-slideshow-1 article figure {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      @media (min-width: 700px) {
        .fsGrid.bpa-image-slideshow-1 article figure {
          display: block; } }
    .fsGrid.bpa-image-slideshow-1 article picture {
      background-size: cover;
      background-position: center;
      display: block;
      width: 100%; }
      @media (min-width: 700px) {
        .fsGrid.bpa-image-slideshow-1 article picture {
          overflow: hidden;
          position: absolute;
          width: 50%;
          height: 100%;
          right: 0;
          top: 0; } }
      .fsGrid.bpa-image-slideshow-1 article picture img {
        display: block;
        width: 100%; }
        @media (min-width: 700px) {
          .fsGrid.bpa-image-slideshow-1 article picture img {
            display: block;
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            white-space: nowrap;
            width: 1px; } }
    .fsGrid.bpa-image-slideshow-1 article figcaption {
      margin-top: 0;
      text-align: center;
      padding: 0 20px 30px;
      color: #444;
      font-family: "proxima-nova", sans-serif;
      font-size: 17px;
      line-height: 25px;
      font-weight: 400; }
      @media (min-width: 700px) {
        .fsGrid.bpa-image-slideshow-1 article figcaption {
          width: 50%;
          padding: 0 20px 75px 20px;
          width: calc(50% - 10px);
          max-height: calc(calc-vw(580px, 1220px) - 44px - 40px);
          overflow: auto; } }
      @media (min-width: 900px) {
        .fsGrid.bpa-image-slideshow-1 article figcaption {
          padding: 0 20px 75px 30px;
          max-height: calc(calc-vw(580px, 1220px) - 44px - 70px); } }
      @media (min-width: 1220px) {
        .fsGrid.bpa-image-slideshow-1 article figcaption {
          max-height: 466px; } }
      .fsGrid.bpa-image-slideshow-1 article figcaption h2 {
        padding-bottom: 0; }
        .fsGrid.bpa-image-slideshow-1 article figcaption h2:before {
          display: none; }
      @media (min-width: 700px) {
        .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle {
          margin-left: auto;
          margin-right: auto;
          width: 100%; } }
    @media (min-width: 700px) {
      .fsGrid.bpa-image-slideshow-1 article.has-caption {
        position: relative; } }
    @media (min-width: 700px) {
      .fsGrid.bpa-image-slideshow-1 article.has-caption:before {
        content: '';
        position: absolute;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 51.8%, #fff 100%);
        height: 100px;
        width: calc(50% - 50px);
        left: 20px;
        bottom: 20px;
        z-index: 10;
        height: 75px; } }
    @media (min-width: 900px) {
      .fsGrid.bpa-image-slideshow-1 article.has-caption:before {
        width: calc(50% - 60px);
        left: 30px;
        bottom: 30px; } }
    .fsGrid.bpa-image-slideshow-1 article.has-caption:not(.has-title) {
      padding-top: 64px; }
      @media (min-width: 900px) {
        .fsGrid.bpa-image-slideshow-1 article.has-caption:not(.has-title) {
          padding-top: 84px; } }
    .fsGrid.bpa-image-slideshow-1 article:not(.has-caption) {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 700px) {
        .fsGrid.bpa-image-slideshow-1 article:not(.has-caption) {
          display: block; } }
      .fsGrid.bpa-image-slideshow-1 article:not(.has-caption) > figure {
        -ms-flex-order: 2;
        order: 2; }
        .fsGrid.bpa-image-slideshow-1 article:not(.has-caption) > figure + .fsTitle {
          margin-bottom: 20px; }
      .fsGrid.bpa-image-slideshow-1 article:not(.has-caption) .fsTitle {
        margin-bottom: 0;
        padding-bottom: 0; }
        .fsGrid.bpa-image-slideshow-1 article:not(.has-caption) .fsTitle:after {
          display: none; }
    .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) {
      padding-top: 0;
      min-height: auto; }
      .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) picture {
        width: 100%;
        position: relative;
        height: auto; }
        .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) picture img {
          height: auto;
          width: 100%;
          position: relative;
          margin: 0; }
  .fsGrid.bpa-image-slideshow-1 .slick-arrow {
    width: 44px;
    height: 44px;
    border: none;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.42);
    position: absolute;
    left: 0;
    top: 0;
    transform: translate3d(0, 0, 0);
    z-index: 20;
    transition: .3s;
    cursor: pointer;
    color: transparent;
    overflow: hidden;
    white-space: nowrap; }
    .fsGrid.bpa-image-slideshow-1 .slick-arrow:before {
      color: #fff;
      font-size: 24px;
      line-height: 1;
      position: absolute;
      top: 50%;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      left: 0;
      width: 100%;
      text-align: center; }
    .fsGrid.bpa-image-slideshow-1 .slick-arrow:hover, .fsGrid.bpa-image-slideshow-1 .slick-arrow:focus {
      background: rgba(0, 0, 0, 0.5);
      transition: .3s; }
    .fsGrid.bpa-image-slideshow-1 .slick-arrow.slick-prev:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none; }
    .fsGrid.bpa-image-slideshow-1 .slick-arrow.slick-next {
      left: 45px; }
      .fsGrid.bpa-image-slideshow-1 .slick-arrow.slick-next:before {
        content: "";
        font-family: "bpa-font-icons";
        font-weight: normal;
        speak: none; }
  .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article,
  .fsBannerRight .fsGrid.bpa-image-slideshow-1 article,
  .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article,
  .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article,
  .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article,
  .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article {
    padding-top: 64px;
    padding-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    min-height: auto; }
    .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
    .fsBannerRight .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
    .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
    .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
    .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
    .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) {
      padding-top: 0; }
    .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article:before,
    .fsBannerRight .fsGrid.bpa-image-slideshow-1 article:before,
    .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article:before,
    .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article:before,
    .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:before,
    .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:before {
      display: none; }
    .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article .fsTitle,
    .fsBannerRight .fsGrid.bpa-image-slideshow-1 article .fsTitle,
    .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article .fsTitle,
    .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article .fsTitle,
    .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article .fsTitle,
    .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article .fsTitle {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 0;
      margin-left: 0; }
    .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article figure,
    .fsBannerRight .fsGrid.bpa-image-slideshow-1 article figure,
    .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article figure,
    .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article figure,
    .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figure,
    .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figure {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-order: 2;
      order: 2; }
    .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsBannerRight .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption,
    .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption {
      padding: 0 20px 30px;
      width: 100%;
      max-height: 100%; }
      .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
      .fsBannerRight .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
      .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
      .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
      .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
      .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle {
        padding-left: 0;
        padding-right: 0; }
    .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article picture,
    .fsBannerRight .fsGrid.bpa-image-slideshow-1 article picture,
    .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article picture,
    .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article picture,
    .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture,
    .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture {
      width: 100%;
      height: auto;
      position: relative;
      overflow: visible; }
      body.fsComposeMode .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article picture, body.fsComposeMode
      .fsBannerRight .fsGrid.bpa-image-slideshow-1 article picture, body.fsComposeMode
      .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article picture, body.fsComposeMode
      .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article picture, body.fsComposeMode
      .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture, body.fsComposeMode
      .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture {
        width: 100%; }
      .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article picture img,
      .fsBannerRight .fsGrid.bpa-image-slideshow-1 article picture img,
      .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article picture img,
      .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article picture img,
      .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture img,
      .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture img {
        height: auto;
        width: 100%;
        margin: 0;
        position: relative; }
  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article {
    min-height: auto; }
    .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article:before,
    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article:before,
    .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article:before {
      display: none; }
      @media (min-width: 1000px) {
        .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article:before,
        .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article:before,
        .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article:before {
          display: block;
          width: calc(50% - 40px);
          left: 20px;
          bottom: 20px; } }
    @media (min-width: 1000px) {
      .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article,
      .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article,
      .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article {
        min-height: calc-vw(422.71186px, 1220px);
        padding-top: 64px; } }
    @media (min-width: 1220px) {
      .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article,
      .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article,
      .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article {
        min-height: 422.71186px; } }
    .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figure,
    .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figure,
    .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figure {
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 1000px) {
        .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figure,
        .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figure,
        .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figure {
          display: block; } }
    @media (max-width: 999px) {
      .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article picture,
      .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article picture,
      .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article picture {
        width: 100%;
        height: auto;
        position: relative; }
        .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article picture img,
        .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article picture img,
        .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article picture img {
          height: auto;
          width: 100%;
          margin: 0;
          position: relative;
          opacity: 0; } }
    @media (min-width: 1000px) {
      .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figcaption,
      .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
      .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figcaption {
        padding: 0 10px 75px 20px;
        max-height: calc(calc-vw(422.71186px, 1220px) - 44px - 40px); } }
    @media (min-width: 1220px) {
      .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figcaption,
      .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
      .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figcaption {
        max-height: calc(422.71186px - 44px - 40px); } }
    @media (max-width: 999px) {
      .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figcaption,
      .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
      .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figcaption {
        width: 100%;
        max-height: 100%;
        padding: 0 20px 30px; } }
    @media (max-width: 999px) {
      .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption),
      .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption),
      .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) {
        display: -ms-flexbox;
        display: flex; }
        .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) .fsTitle,
        .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) .fsTitle,
        .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) .fsTitle {
          margin-left: 0;
          margin-right: 0;
          padding-left: 20px;
          padding-right: 20px;
          width: 100%; } }
  body.fsComposeMode .fsGrid.bpa-image-slideshow-1 .fsListItems:not(.slick-initialized) article {
    min-height: auto; }

.fsGrid.bpa-image-slideshow-1.dark .fsListItems {
  background: #005480;
  border: none; }

.fsGrid.bpa-image-slideshow-1.dark article .fsTitle {
  color: #fff; }
  .fsGrid.bpa-image-slideshow-1.dark article .fsTitle:after {
    background-color: rgba(255, 255, 255, 0.2); }

.fsGrid.bpa-image-slideshow-1.dark article figcaption {
  color: #fff; }
  .fsGrid.bpa-image-slideshow-1.dark article figcaption a {
    color: #fff;
    text-decoration: underline;
    -webkit-text-decoration-style: solid;
    -moz-text-decoration-style: solid;
    text-decoration-style: solid; }
    .fsGrid.bpa-image-slideshow-1.dark article figcaption a:hover, .fsGrid.bpa-image-slideshow-1.dark article figcaption a:focus {
      -webkit-text-decoration-style: dotted;
      -moz-text-decoration-style: dotted;
      text-decoration-style: dotted; }

.fsGrid.bpa-image-slideshow-1.dark article.has-caption:before {
  background: linear-gradient(180deg, rgba(0, 84, 128, 0) 0%, rgba(0, 84, 128, 0.85) 51.8%, #005480 100%); }

dialog button#fsPagePopNextButton {
  background-color: #81AB73;
  opacity: 1; }

dialog button#fsPagePopPrevButton {
  background-color: #81AB73;
  opacity: 1; }

dialog #fsPagePopDotsContainer button {
  color: #81AB73; }

.wo-update .nav-main .fsNavLevel1 > li > a {
  padding: 0 16px 1px;
  letter-spacing: 0; }

.wo-update .nav-main .fsNavLevel1 > li:last-child > a {
  padding-right: 0;
  padding-left: 0;
  margin-left: 16px; }

@media (min-width: 1100px) {
  .wo-update .nav-utility-header {
    top: 10px;
    right: 30px; } }

.wo-update .nav-utility-header > .fsNavLevel1 > li:nth-child(2):not(.board-agendas) {
  display: none; }

.wo-update .search-trigger-container a:before {
  margin: 0 8px 0 10px; }

.wo-update .board-agendas:before {
  top: 2px;
  position: relative;
  margin-right: 7px;
  font-weight: bold;
  color: rgba(0, 84, 128, 0.5);
  font-size: 18px; }

.wo-update .board-agendas:after {
  display: none; }

@media (min-width: 1100px) {
  .wo-update .site-info-container {
    position: relative;
    left: -14px; } }

.wo-update .site-info-container a:nth-child(2) {
  font-size: 16px; }
  .wo-update .site-info-container a:nth-child(2) strong {
    font-size: 30px; }

@media (min-width: 750px) {
  .wo-update .site-info-container img {
    position: relative;
    top: 10px; } }

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

@font-face {
  font-family: 'bpa-font-icons-v3';
  src: url("../fonts/bpa-icon-library-v3.eot");
  src: url("../fonts/bpa-icon-library-v3.eot?#iefix") format("embedded-opentype"), url("../fonts/bpa-icon-library-v3.woff2") format("woff2"), url("../fonts/bpa-icon-library-v3.woff") format("woff"), url("../fonts/bpa-icon-library-v3.ttf") format("truetype"), url("../fonts/bpa-icon-library-v3.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.icon-apple > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-backpack > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-bar-graph > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-baseball > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-book > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-briefcase > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-bullhorn > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-bus > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-calendar > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-camera > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-certificate > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-check > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-chess > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-city > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-college > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-covid > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-cross > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-directory > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-diversity > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-dollar > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-door > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-droplet > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-enroll > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-family > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-faq > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-files > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-football > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-gift > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-giving > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-globe > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-grad > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-group-boys > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-group-coed > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-group-girls > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-group > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-heart > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-info > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-jersey > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-leaf > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-lightbulb > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-link > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-list > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-location > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-lock > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-map > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-medal > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-microscope > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-mobile > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-music > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-paint > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-parent > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-pencil > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-person > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-phone > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-piggy-bank > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-portion > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-question > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-ratio > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-robot > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-school > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-screens > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-settings > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-shoe > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-soccer > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-sports > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-star-of-david > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-star > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-store > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-sun > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-teacher > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-theatre > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-time > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-tree > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-trophy > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-virtual > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.icon-warning > .fsTitle:before {
  font-family: "bpa-font-icons";
  content: "" !important; }

.bpa-post-filter-1 {
  margin-bottom: 20px; }

body.fsComposeMode .fsTagFilter.bpa-post-filter-1.tag-dropdown > header h2 {
  display: block; }

body.fsComposeMode .fsTagFilter.bpa-post-filter-1.tag-dropdown > .fsElementContent {
  display: block; }

.fsTagFilter.bpa-post-filter-1 {
  margin-top: 20px; }
  .fsTagFilter.bpa-post-filter-1 > header h2 {
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px; }
  .fsTagFilter.bpa-post-filter-1 .tags_trigger {
    display: none; }
  .fsTagFilter.bpa-post-filter-1.tag-dropdown > header h2 {
    display: none; }
  .fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger {
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 55px;
    position: relative;
    background-color: #f8f8f8;
    padding-left: 20px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 12px;
    display: block; }
    @media (max-width: 599px) {
      .fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger {
        font-size: 17px;
        line-height: 48px; } }
    .fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger:before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      width: 35px;
      height: 35px;
      background-color: #ffffff;
      border-radius: 100%;
      right: 20px; }
    .fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger:after {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      right: 32px;
      line-height: 1;
      color: #81AB73;
      font-size: 25px; }
    .fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger:focus, .fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger:hover {
      background-color: #81AB73;
      color: #ffffff; }
    @media (max-width: 699px) {
      .fsStyleOneThird .fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger {
        font-size: 17px;
        line-height: 48px; } }
  .fsTagFilter.bpa-post-filter-1.tag-dropdown > .fsElementContent {
    display: none; }
  .fsTagFilter.bpa-post-filter-1.tag-dropdown.is-active .tags_trigger:after {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    right: 29px; }
  .fsTagFilter.bpa-post-filter-1 .fsToolsList .fsTagLink {
    padding: 5px 10px;
    margin: 0 5px 10px 0;
    background-color: #f8f8f8;
    border-radius: 0;
    color: #444;
    border: none !important;
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none; }
    .fsTagFilter.bpa-post-filter-1 .fsToolsList .fsTagLink:focus, .fsTagFilter.bpa-post-filter-1 .fsToolsList .fsTagLink:hover {
      background-color: #81AB73;
      color: #ffffff; }
  .fsTagFilter.bpa-post-filter-1 .fsToolsList .fsStateSelected .fsTagLink {
    background-color: #81AB73;
    color: #ffffff; }

body.fsComposeMode .fsCategoryFilter.bpa-post-filter-1.category-dropdown > header h2 {
  display: block; }

body.fsComposeMode .fsCategoryFilter.bpa-post-filter-1.category-dropdown > .fsElementContent {
  display: block; }

.fsCategoryFilter.bpa-post-filter-1 {
  margin-top: 40px; }
  @media (max-width: 599px) {
    .fsCategoryFilter.bpa-post-filter-1 {
      margin-top: 24px; } }
  .fsCategoryFilter.bpa-post-filter-1 > header h2 {
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    display: block; }
    @media (max-width: 599px) {
      .fsCategoryFilter.bpa-post-filter-1 > header h2 {
        display: none; } }
  .fsCategoryFilter.bpa-post-filter-1 .category_trigger {
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 55px;
    position: relative;
    background-color: #f8f8f8;
    padding-left: 20px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 12px;
    display: block;
    display: none; }
    @media (max-width: 599px) {
      .fsCategoryFilter.bpa-post-filter-1 .category_trigger {
        font-size: 17px;
        line-height: 48px; } }
    .fsCategoryFilter.bpa-post-filter-1 .category_trigger:before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      width: 35px;
      height: 35px;
      background-color: #ffffff;
      border-radius: 100%;
      right: 20px; }
    .fsCategoryFilter.bpa-post-filter-1 .category_trigger:after {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      right: 32px;
      line-height: 1;
      color: #81AB73;
      font-size: 25px; }
    .fsCategoryFilter.bpa-post-filter-1 .category_trigger:focus, .fsCategoryFilter.bpa-post-filter-1 .category_trigger:hover {
      background-color: #81AB73;
      color: #ffffff; }
    @media (max-width: 699px) {
      .fsStyleOneThird .fsCategoryFilter.bpa-post-filter-1 .category_trigger {
        font-size: 17px;
        line-height: 48px; } }
    @media (max-width: 599px) {
      .fsCategoryFilter.bpa-post-filter-1 .category_trigger {
        display: block; } }
  .fsCategoryFilter.bpa-post-filter-1 > .fsElementContent {
    width: 100%;
    z-index: 2;
    display: block; }
    @media (max-width: 599px) {
      .fsCategoryFilter.bpa-post-filter-1 > .fsElementContent {
        display: none; } }
  @media (max-width: 599px) {
    .fsCategoryFilter.bpa-post-filter-1.is-active > header .category_trigger:after {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      right: 29px; } }
  .fsCategoryFilter.bpa-post-filter-1.category-dropdown {
    margin: 20px 0; }
    .fsCategoryFilter.bpa-post-filter-1.category-dropdown > header h2 {
      display: none; }
    .fsCategoryFilter.bpa-post-filter-1.category-dropdown .category_trigger {
      display: block; }
    .fsCategoryFilter.bpa-post-filter-1.category-dropdown > .fsElementContent {
      display: none; }
  .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li {
    display: block;
    border-bottom: solid 1px #e5e5e5; }
    .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li:last-child {
      border-bottom: none; }
    .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li:first-child .fsCategoryLink {
      padding-top: 0; }
      .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li:first-child .fsCategoryLink:before {
        top: 7px; }
  .fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsCategoryLink {
    position: relative;
    text-align: left;
    border: none !important;
    padding: 14px 25px;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    color: #444;
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none; }
    .fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsCategoryLink:before {
      content: '';
      width: 10px;
      height: 10px;
      position: absolute;
      top: 21px;
      left: 0;
      border: 1px solid #005480;
      border-radius: 100%;
      background: transparent;
      transition: 0.3s; }
    .fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsCategoryLink:focus, .fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsCategoryLink:hover {
      color: #005480; }
  .fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsStateSelected .fsCategoryLink:before {
    background-color: #005480;
    transition: 0.3s; }
  .fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsStateSelected .fsCategoryLink:focus {
    color: #444; }

body:not(.fsComposeMode) .filter-search-container {
  position: relative;
  margin-top: 40px; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 > header {
      width: 280px; } }
  body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 > header h2 {
    display: none; }
  body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .category_trigger {
    display: block; }
  body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 > .fsElementContent {
    display: none;
    padding-bottom: 10px;
    border-bottom: solid 1px #e5e5e5; }
  body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1.is-active > header .category_trigger:after {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    right: 29px; }
  body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList {
    background: #ffffff;
    margin-bottom: 0; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: hidden; } }
    body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li {
      border-bottom: solid 1px #e5e5e5; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li {
          width: calc(33.33% - 20px);
          margin: 1px 10px -1px; } }
      body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li:first-child .fsCategoryLink {
        padding-top: 9px; }
      @media (max-width: 599px) {
        body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li:last-child {
          border: 0; } }
      body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li .fsCategoryLink {
        padding: 9px 25px 9px 40px; }
        body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li .fsCategoryLink:before {
          left: 20px;
          top: 16px; }
  body:not(.fsComposeMode) .filter-search-container .fsSearch.bpa-post-filter-1 {
    margin-bottom: 20px; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .filter-search-container .fsSearch.bpa-post-filter-1 {
        position: absolute;
        top: 0;
        right: 0;
        width: calc(100% - 300px);
        margin-bottom: 0; } }

.fsSearch.bpa-post-filter-1 .fsElementToolsSearch {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
  padding: 15.5px 20px; }
  @media (max-width: 599px) {
    .fsSearch.bpa-post-filter-1 .fsElementToolsSearch {
      padding: 13px 20px; } }

.fsSearch.bpa-post-filter-1 .fsElementToolsKeyword {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 5px; }
  .fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsStyleSearchField {
    border: none;
    background: none;
    padding: 0 30px 0 0;
    color: #444;
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1; }
    @media (max-width: 599px) {
      .fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsStyleSearchField {
        font-size: 17px; } }
    .fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsStyleSearchField::-moz-placeholder {
      color: #444; }
    .fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsStyleSearchField:-ms-input-placeholder {
      color: #444; }
    .fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsStyleSearchField::placeholder {
      color: #444; }

.fsSearch.bpa-post-filter-1 .fsElementToolsSearchButton {
  margin: 0;
  width: 35px;
  color: transparent;
  padding: 0;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: transparent;
  position: relative;
  border: 0 !important;
  min-width: initial; }
  .fsSearch.bpa-post-filter-1 .fsElementToolsSearchButton:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 100%;
    transition: 0.3s background-color; }
  .fsSearch.bpa-post-filter-1 .fsElementToolsSearchButton:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 100%;
    text-align: center;
    left: 0;
    line-height: 1;
    color: #81AB73;
    font-size: 16px;
    transition: 0.3s color; }

.fsGrid.bpa-post-filter-1 .fsListItems {
  margin-left: -10px;
  margin-right: -10px; }

.fsGrid.bpa-post-filter-1 article {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
  padding: 20px 20px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  outline: none;
  overflow: visible !important; }
  .fsGrid.bpa-post-filter-1 article[class*="icon-"] .fsTitle {
    position: relative; }
    .fsGrid.bpa-post-filter-1 article[class*="icon-"] .fsTitle:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      visibility: visible !important;
      opacity: 1 !important; }
  @media (min-width: 600px) {
    .fsGrid.bpa-post-filter-1 article {
      width: 100%; } }
  @media (min-width: 800px) {
    .fsGrid.bpa-post-filter-1 article {
      width: 50%; } }
  @media (min-width: 1000px) {
    .fsGrid.bpa-post-filter-1 article {
      width: 33.33%; } }
  .fsGrid.bpa-post-filter-1 article:before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 100%;
    background-color: #f8f8f8; }
  .fsGrid.bpa-post-filter-1 article > a,
  .fsGrid.bpa-post-filter-1 article > div {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .fsGrid.bpa-post-filter-1 article > .fsTitle {
    position: relative;
    padding-bottom: 16px;
    transition: 0.4s;
    transform: translate3d(0, calc($summary-height / 2), 0);
    color: #444;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: none; }
    .fsGrid.bpa-post-filter-1 article > .fsTitle a {
      color: inherit; }
    .fsGrid.bpa-post-filter-1 article > .fsTitle:after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translate3d(-50%, 0, 0);
      bottom: 0;
      width: 30px;
      height: 3px;
      background-color: #81AB73; }
  .fsGrid.bpa-post-filter-1 article > .fsThumbnail {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .fsGrid.bpa-post-filter-1 article > .fsThumbnail:before {
      content: '';
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
      opacity: 0.6;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all 0.4s; }
    .fsGrid.bpa-post-filter-1 article > .fsThumbnail img {
      display: block;
      clip: rect(0 0 0 0);
      -webkit-clip-path: inset(50%);
      clip-path: inset(50%);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      white-space: nowrap;
      width: 1px; }
  .fsGrid.bpa-post-filter-1 article > .fsSummary {
    color: inherit;
    font-family: "proxima-nova", sans-serif;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 12px;
    height: 75px;
    opacity: 0;
    overflow: hidden;
    transition: 0.4s;
    -ms-transform: scale(0.5);
    transform: scale(0.5); }
  .fsGrid.bpa-post-filter-1 article > .fsReadMoreLink {
    position: absolute;
    width: 100%;
    height: 100%;
    color: transparent;
    top: 0;
    left: 0; }
  .fsGrid.bpa-post-filter-1 article > .fsTitle {
    transform: translate3d(0, 0, 0); }
    .fsGrid.bpa-post-filter-1 article > .fsTitle:before {
      content: '$';
      display: block;
      border-radius: 100%;
      width: 60px;
      height: 60px;
      color: #444;
      background-color: #fff;
      margin: 0 auto 25px;
      line-height: 60px;
      font-size: 24px;
      font-weight: normal;
      visibility: hidden;
      opacity: 0; }
  .fsGrid.bpa-post-filter-1 article:focus-within > .fsTitle, .fsGrid.bpa-post-filter-1 article:hover > .fsTitle {
    transform: translate3d(0, -42.5px, 0);
    transition: 0.4s; }
    .fsGrid.bpa-post-filter-1 article:focus-within > .fsTitle:before, .fsGrid.bpa-post-filter-1 article:hover > .fsTitle:before {
      -ms-transform: scale(0);
      transform: scale(0);
      opacity: 0;
      transition: 0.4s; }
  .fsGrid.bpa-post-filter-1 article:focus-within > .fsSummary, .fsGrid.bpa-post-filter-1 article:hover > .fsSummary {
    opacity: 1;
    transition: 0.4s;
    transform: translate3d(0, -42.5px, 0) scale(1); }
  .fsGrid.bpa-post-filter-1 article.has-summary[class*="icon-"] > .fsTitle {
    transform: translate3d(0, 43.5px, 0); }
  .fsGrid.bpa-post-filter-1 article.has-summary:focus-within > .fsTitle, .fsGrid.bpa-post-filter-1 article.has-summary:hover > .fsTitle {
    transform: translate3d(0, -42.5px, 0); }
  .fsGrid.bpa-post-filter-1 article.has-thumbnail > .fsTitle {
    color: #ffffff;
    text-shadow: 1px 1px 1px #000; }
    .fsGrid.bpa-post-filter-1 article.has-thumbnail > .fsTitle:before {
      text-shadow: none; }
    .fsGrid.bpa-post-filter-1 article.has-thumbnail > .fsTitle a {
      color: inherit; }
  .fsGrid.bpa-post-filter-1 article.has-thumbnail > .fsSummary {
    color: #ffffff;
    text-shadow: 1px 1px 1px #000; }
    .fsGrid.bpa-post-filter-1 article.has-thumbnail > .fsSummary a:not([class]) {
      color: #ffffff; }

.fsGrid.bpa-post-filter-1.dark article:before {
  background-color: #005480; }

.fsGrid.bpa-post-filter-1.dark article > .fsTitle {
  color: #ffffff; }
  .fsGrid.bpa-post-filter-1.dark article > .fsTitle a {
    color: inherit; }

.fsGrid.bpa-post-filter-1.dark article > .fsSummary {
  color: #ffffff; }
  .fsGrid.bpa-post-filter-1.dark article > .fsSummary a:not([class]) {
    color: #ffffff; }

.fsStyleOneThird .fsGrid.bpa-post-filter-1 article {
  width: 100%; }

.bpa-icon-library .fsContent {
  position: relative;
  padding-top: 20px; }
  .bpa-icon-library .fsContent[class*="icon"]:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    font-size: 50px; }

.bpa-icon-library .icon-apple:before {
  content: "" !important; }

.bpa-icon-library .icon-backpack:before {
  content: "" !important; }

.bpa-icon-library .icon-bar-graph:before {
  content: "" !important; }

.bpa-icon-library .icon-baseball:before {
  content: "" !important; }

.bpa-icon-library .icon-book:before {
  content: "" !important; }

.bpa-icon-library .icon-briefcase:before {
  content: "" !important; }

.bpa-icon-library .icon-bullhorn:before {
  content: "" !important; }

.bpa-icon-library .icon-bus:before {
  content: "" !important; }

.bpa-icon-library .icon-calendar:before {
  content: "" !important; }

.bpa-icon-library .icon-camera:before {
  content: "" !important; }

.bpa-icon-library .icon-certificate:before {
  content: "" !important; }

.bpa-icon-library .icon-check:before {
  content: "" !important; }

.bpa-icon-library .icon-chess:before {
  content: "" !important; }

.bpa-icon-library .icon-city:before {
  content: "" !important; }

.bpa-icon-library .icon-college:before {
  content: "" !important; }

.bpa-icon-library .icon-covid:before {
  content: "" !important; }

.bpa-icon-library .icon-cross:before {
  content: "" !important; }

.bpa-icon-library .icon-directory:before {
  content: "" !important; }

.bpa-icon-library .icon-diversity:before {
  content: "" !important; }

.bpa-icon-library .icon-dollar:before {
  content: "" !important; }

.bpa-icon-library .icon-door:before {
  content: "" !important; }

.bpa-icon-library .icon-droplet:before {
  content: "" !important; }

.bpa-icon-library .icon-enroll:before {
  content: "" !important; }

.bpa-icon-library .icon-family:before {
  content: "" !important; }

.bpa-icon-library .icon-faq:before {
  content: "" !important; }

.bpa-icon-library .icon-files:before {
  content: "" !important; }

.bpa-icon-library .icon-football:before {
  content: "" !important; }

.bpa-icon-library .icon-gift:before {
  content: "" !important; }

.bpa-icon-library .icon-giving:before {
  content: "" !important; }

.bpa-icon-library .icon-globe:before {
  content: "" !important; }

.bpa-icon-library .icon-grad:before {
  content: "" !important; }

.bpa-icon-library .icon-group-boys:before {
  content: "" !important; }

.bpa-icon-library .icon-group-coed:before {
  content: "" !important; }

.bpa-icon-library .icon-group-girls:before {
  content: "" !important; }

.bpa-icon-library .icon-group:before {
  content: "" !important; }

.bpa-icon-library .icon-heart:before {
  content: "" !important; }

.bpa-icon-library .icon-info:before {
  content: "" !important; }

.bpa-icon-library .icon-jersey:before {
  content: "" !important; }

.bpa-icon-library .icon-leaf:before {
  content: "" !important; }

.bpa-icon-library .icon-lightbulb:before {
  content: "" !important; }

.bpa-icon-library .icon-link:before {
  content: "" !important; }

.bpa-icon-library .icon-list:before {
  content: "" !important; }

.bpa-icon-library .icon-location:before {
  content: "" !important; }

.bpa-icon-library .icon-lock:before {
  content: "" !important; }

.bpa-icon-library .icon-map:before {
  content: "" !important; }

.bpa-icon-library .icon-medal:before {
  content: "" !important; }

.bpa-icon-library .icon-microscope:before {
  content: "" !important; }

.bpa-icon-library .icon-mobile:before {
  content: "" !important; }

.bpa-icon-library .icon-music:before {
  content: "" !important; }

.bpa-icon-library .icon-paint:before {
  content: "" !important; }

.bpa-icon-library .icon-parent:before {
  content: "" !important; }

.bpa-icon-library .icon-pencil:before {
  content: "" !important; }

.bpa-icon-library .icon-person:before {
  content: "" !important; }

.bpa-icon-library .icon-phone:before {
  content: "" !important; }

.bpa-icon-library .icon-piggy-bank:before {
  content: "" !important; }

.bpa-icon-library .icon-portion:before {
  content: "" !important; }

.bpa-icon-library .icon-question:before {
  content: "" !important; }

.bpa-icon-library .icon-ratio:before {
  content: "" !important; }

.bpa-icon-library .icon-robot:before {
  content: "" !important; }

.bpa-icon-library .icon-school:before {
  content: "" !important; }

.bpa-icon-library .icon-screens:before {
  content: "" !important; }

.bpa-icon-library .icon-settings:before {
  content: "" !important; }

.bpa-icon-library .icon-shoe:before {
  content: "" !important; }

.bpa-icon-library .icon-soccer:before {
  content: "" !important; }

.bpa-icon-library .icon-sports:before {
  content: "" !important; }

.bpa-icon-library .icon-star-of-david:before {
  content: "" !important; }

.bpa-icon-library .icon-star:before {
  content: "" !important; }

.bpa-icon-library .icon-store:before {
  content: "" !important; }

.bpa-icon-library .icon-sun:before {
  content: "" !important; }

.bpa-icon-library .icon-teacher:before {
  content: "" !important; }

.bpa-icon-library .icon-theatre:before {
  content: "" !important; }

.bpa-icon-library .icon-time:before {
  content: "" !important; }

.bpa-icon-library .icon-tree:before {
  content: "" !important; }

.bpa-icon-library .icon-trophy:before {
  content: "" !important; }

.bpa-icon-library .icon-virtual:before {
  content: "" !important; }

.bpa-icon-library .icon-warning:before {
  content: "" !important; }

.bpa-college-slider-2 {
  position: relative;
  min-height: 210px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 0 50px; }
  @media (min-width: 700px) {
    .bpa-college-slider-2 {
      margin: 50px 0; } }
  body.fsComposeMode .bpa-college-slider-2 {
    -ms-flex-direction: column;
    flex-direction: column; }
    body.fsComposeMode .bpa-college-slider-2 > header {
      -ms-flex-item-align: end;
      align-self: flex-end; }
  .bpa-college-slider-2 > header {
    position: relative;
    z-index: 10;
    max-width: 100%;
    padding: 20px;
    background: rgba(0, 84, 128, 0.95);
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 700px) {
      .bpa-college-slider-2 > header {
        margin-right: 20px;
        text-align: right;
        width: 380px;
        max-width: 65%; } }
    @media (min-width: 900px) {
      .bpa-college-slider-2 > header {
        margin-right: 30px;
        padding: 20px 30px; } }
    .bpa-college-slider-2 > header p {
      margin-bottom: 15px; }
    .bpa-college-slider-2 > header h1, .bpa-college-slider-2 > header h2, .bpa-college-slider-2 > header h3, .bpa-college-slider-2 > header h4, .bpa-college-slider-2 > header h5, .bpa-college-slider-2 > header h6 {
      color: inherit; }
    .bpa-college-slider-2 > header a {
      color: #ffffff;
      -webkit-text-decoration-style: solid;
      -moz-text-decoration-style: solid;
      text-decoration-style: solid;
      text-decoration: underline; }
      .bpa-college-slider-2 > header a:hover, .bpa-college-slider-2 > header a:focus {
        color: #ffffff;
        -webkit-text-decoration-style: dotted;
        -moz-text-decoration-style: dotted;
        text-decoration-style: dotted; }
    .bpa-college-slider-2 > header .fsElementTitle {
      display: inline-block;
      margin: 0 0 10px;
      position: relative; }
      .bpa-college-slider-2 > header .fsElementTitle:before {
        content: '';
        display: inline-block;
        height: 1px;
        background: #fff;
        margin-right: 15px;
        vertical-align: middle;
        width: 40px; }
        @media (min-width: 700px) {
          .bpa-college-slider-2 > header .fsElementTitle:before {
            width: 60px; } }
    .bpa-college-slider-2 > header .fsElementHeaderContent {
      margin-bottom: 0; }
  .bpa-college-slider-2 > .fsElementContent {
    box-shadow: 0 1px 0 0 rgba(0, 84, 128, 0.05), 0 -1px 0 0 rgba(0, 84, 128, 0.05);
    width: 100%;
    height: 150px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px; }
    @media (min-width: 700px) {
      .bpa-college-slider-2 > .fsElementContent {
        position: absolute;
        left: 0;
        top: 30px;
        margin-top: 0; } }
    .bpa-college-slider-2 > .fsElementContent > .fsListItems {
      height: 90px;
      background: none;
      overflow: hidden;
      margin: 0;
      padding: 0;
      display: block;
      zoom: 1; }
      .bpa-college-slider-2 > .fsElementContent > .fsListItems:after {
        display: table;
        clear: both;
        content: ''; }
      body.fsComposeMode .bpa-college-slider-2 > .fsElementContent > .fsListItems {
        white-space: nowrap; }
      .bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource {
        float: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        padding: 0 20px;
        height: 90px;
        position: relative; }
        @media (min-width: 700px) {
          .bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource {
            padding: 0 30px; } }
        @media (min-width: 900px) {
          .bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource {
            padding: 0 60px; } }
        body.fsComposeMode .bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource {
          width: auto;
          margin-bottom: 20px; }
        .bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource figure {
          display: block;
          margin: auto; }
        .bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource img {
          display: block;
          max-height: 90px;
          width: auto;
          opacity: 1; }
        body:not(.fsComposeMode) .bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource a {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          color: transparent;
          white-space: nowrap;
          background: transparent;
          transition: .3s; }
          body:not(.fsComposeMode) .bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource a:focus {
            box-shadow: inset 0 0 0 1px #36c; }
  @media (min-width: 700px) {
    .fsBannerLeft .bpa-college-slider-2 > header,
    .fsBannerRight .bpa-college-slider-2 > header,
    .fsStyleOneThird .bpa-college-slider-2 > header,
    .fsTwoColumnLayout > .fsDiv .bpa-college-slider-2 > header,
    .fsThreeColumnLayout > .fsDiv .bpa-college-slider-2 > header,
    .fsFourColumnLayout > .fsDiv .bpa-college-slider-2 > header,
    .wide-left > .fsStyleColumn-last .bpa-college-slider-2 > header,
    .wide-right > .fsStyleColumn-1 .bpa-college-slider-2 > header {
      max-width: 100%;
      width: 100%;
      margin-right: 0;
      text-align: left;
      padding: 20px; }
      .fsBannerLeft .bpa-college-slider-2 > header .fsElementTitle:before,
      .fsBannerRight .bpa-college-slider-2 > header .fsElementTitle:before,
      .fsStyleOneThird .bpa-college-slider-2 > header .fsElementTitle:before,
      .fsTwoColumnLayout > .fsDiv .bpa-college-slider-2 > header .fsElementTitle:before,
      .fsThreeColumnLayout > .fsDiv .bpa-college-slider-2 > header .fsElementTitle:before,
      .fsFourColumnLayout > .fsDiv .bpa-college-slider-2 > header .fsElementTitle:before,
      .wide-left > .fsStyleColumn-last .bpa-college-slider-2 > header .fsElementTitle:before,
      .wide-right > .fsStyleColumn-1 .bpa-college-slider-2 > header .fsElementTitle:before {
        width: 40px; }
    .fsBannerLeft .bpa-college-slider-2 > .fsElementContent,
    .fsBannerRight .bpa-college-slider-2 > .fsElementContent,
    .fsStyleOneThird .bpa-college-slider-2 > .fsElementContent,
    .fsTwoColumnLayout > .fsDiv .bpa-college-slider-2 > .fsElementContent,
    .fsThreeColumnLayout > .fsDiv .bpa-college-slider-2 > .fsElementContent,
    .fsFourColumnLayout > .fsDiv .bpa-college-slider-2 > .fsElementContent,
    .wide-left > .fsStyleColumn-last .bpa-college-slider-2 > .fsElementContent,
    .wide-right > .fsStyleColumn-1 .bpa-college-slider-2 > .fsElementContent {
      position: relative;
      left: auto;
      top: auto;
      margin-top: 30px; } }
  @media (max-width: 899px) {
    .fsHasLeftBanner .bpa-college-slider-2 > header,
    .fsHasRightBanner .bpa-college-slider-2 > header,
    .fsHasTwoColumnWideLeftLayout .bpa-college-slider-2 > header,
    .fsHasTwoColumnWideRightLayout .bpa-college-slider-2 > header {
      max-width: 100%;
      width: 100%;
      margin-right: 0;
      text-align: left;
      padding: 20px; }
      .fsHasLeftBanner .bpa-college-slider-2 > header .fsElementTitle:before,
      .fsHasRightBanner .bpa-college-slider-2 > header .fsElementTitle:before,
      .fsHasTwoColumnWideLeftLayout .bpa-college-slider-2 > header .fsElementTitle:before,
      .fsHasTwoColumnWideRightLayout .bpa-college-slider-2 > header .fsElementTitle:before {
        width: 40px; }
    .fsHasLeftBanner .bpa-college-slider-2 > .fsElementContent,
    .fsHasRightBanner .bpa-college-slider-2 > .fsElementContent,
    .fsHasTwoColumnWideLeftLayout .bpa-college-slider-2 > .fsElementContent,
    .fsHasTwoColumnWideRightLayout .bpa-college-slider-2 > .fsElementContent {
      position: relative;
      left: auto;
      top: auto;
      margin-top: 30px; } }
  .bpa-college-slider-2 > footer {
    width: 100%; }
  .bpa-college-slider-2.dark > .fsElementContent {
    padding: 20px 0;
    background-color: #e5e5e5; }

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