@charset "UTF-8";
 /**
 *
 * University Prep - default_2021
 * @link http://universityprep.finalsite.com/
 * Site Template : newclientcustom
 * Built By: Jeff Snow
 * Project Manager: Connie Cavallo
 * Designer: Natalie Sequeira
 * ==== Git Info ====
 * Branch Name: clients/universityprep
 * Build version: 3.2.6
 * Git Tag: Composer-Build-2.0-427-g8b03ad60c8
 * Last build by: Chris Dryland
 *
 **/

@charset "UTF-8";
/*! config-site v0.0.1 */
/*! config-type v0.0.1 */
/*! config-constants v0.0.1 */
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
body:not(.fsDraftMode) .hidetitle > header .fsElementTitle {
  display: none; }

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 81.33333em;
  max-width: 76.25rem;
  padding: 0 20px; }

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

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

/**
* Custom dotted border mixin
*/
/*! helpers - box-model v0.0.1 */
.margin-x {
  margin-right: 1.33333em;
  margin-left: 1.33333em; }

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

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

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

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

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

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

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

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

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

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

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-apple:before {
  content: "\e900"; }

.icon-backpack:before {
  content: "\e901"; }

.icon-badge:before {
  content: "\e902"; }

.icon-book:before {
  content: "\e903"; }

.icon-calendar:before {
  content: "\e905"; }

.icon-chat:before {
  content: "\e906"; }

.icon-coins:before {
  content: "\e907"; }

.icon-diploma:before {
  content: "\e908"; }

.icon-gift:before {
  content: "\e909"; }

.icon-globe:before {
  content: "\e90a"; }

.icon-gradcap:before {
  content: "\e90b"; }

.icon-graph:before {
  content: "\e90c"; }

.icon-heart:before {
  content: "\e90d"; }

.icon-info:before {
  content: "\e90e"; }

.icon-lightbulb:before {
  content: "\e90f"; }

.icon-magglass:before {
  content: "\e910"; }

.icon-newspaper:before {
  content: "\e911"; }

.icon-paint:before {
  content: "\e912"; }

.icon-pencil:before {
  content: "\e913"; }

.icon-people:before {
  content: "\e914"; }

.icon-phone:before {
  content: "\e915"; }

.icon-recycle:before {
  content: "\e916"; }

.icon-students:before {
  content: "\e917"; }

.icon-sun:before {
  content: "\e918"; }

.icon-teacher:before {
  content: "\e919"; }

.icon-trophy:before {
  content: "\e91a"; }

.icon-list header .fsTitle {
  text-align: center;
  font-size: 30px; }

.icon-list header .fsElementHeaderContent {
  text-align: center;
  padding: 20px 0px; }

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

.icon-list li {
  margin: 0;
  padding: 0; }

.icon-list :before {
  font-size: 36px;
  margin-right: 20px; }

.infographic-container {
  position: relative;
  position: relative;
  margin: 0 auto;
  max-width: 81.33333em;
  max-width: 76.25rem;
  padding: 0 20px;
  padding: 15px 20px;
  background: transparent; }
  .home .infographic-container {
    max-width: 936px;
    margin-bottom: 50px; }
    @media (min-width: 800px) {
      .home .infographic-container {
        margin-top: 25px; } }
    .home .infographic-container > header {
      color: #00395D; }
      .home .infographic-container > header .fsElementTitle {
        color: #00395D;
        margin-top: 15px;
        font-weight: 700;
        font-size: 2.1333333333em;
        line-height: 1.125em;
        text-transform: uppercase;
        margin-bottom: 0.3125em; }
  .infographic-container > header {
    color: #545252;
    text-align: center; }
    .infographic-container > header .fsElementTitle {
      color: #545252; }
  .infographic-container > .fsElementContent {
    overflow: hidden;
    position: relative; }
  .infographic-container.colored {
    background-color: #00395D; }
    .infographic-container.colored > header {
      color: #fff; }
      .infographic-container.colored > header .fsElementTitle {
        color: #fff; }

.info-slide {
  float: left;
  display: block;
  position: relative;
  width: 50%;
  margin: 0;
  text-align: left;
  color: #fff;
  line-height: 1;
  padding: 25px 15px 0px 15px; }
  @media (max-width: 599px) {
    .info-slide {
      width: 100%; } }
  @media (max-width: 499px) {
    .info-slide {
      text-align: center;
      padding-top: 10px; } }
  .info-slide:before {
    font-size: 90px;
    display: block;
    padding: 20px 0px 10px 15px;
    margin: 0;
    line-height: 1;
    color: #67B346;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100px; }
    @media (max-width: 499px) {
      .info-slide:before {
        position: relative;
        width: 100%;
        padding: 10px;
        top: auto;
        left: auto;
        text-align: center;
        -ms-transform: translateY(0%);
        transform: translateY(0%); } }
  .info-slide > header .fsElementTitle {
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
    color: #67B346;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    padding: 20px 0px 10px 15px;
    width: 100px; }
    @media (max-width: 499px) {
      .info-slide > header .fsElementTitle {
        position: relative;
        width: 100%;
        padding: 10px;
        top: auto;
        left: auto;
        text-align: center;
        -ms-transform: translateY(0%);
        transform: translateY(0%); } }
  .info-slide > header .fsElementHeaderContent {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
    padding-left: 110px;
    color: #545252; }
    @media (max-width: 499px) {
      .info-slide > header .fsElementHeaderContent {
        padding-left: 0; } }
  .info-slide .fsElementContent {
    font-weight: 400;
    line-height: 1.2;
    padding-left: 110px;
    font-size: 14px;
    letter-spacing: .04em;
    color: #545252;
    font-family: "Hind", sans-serif;
    min-height: 70px; }
    .info-slide .fsElementContent p {
      margin: 0; }
    @media (max-width: 499px) {
      .info-slide .fsElementContent {
        padding-left: 0; } }
  .colored .info-slide {
    color: #fff; }
    .colored .info-slide:before {
      color: #e8b23f; }
    .colored .info-slide > header .fsElementTitle {
      color: #e8b23f; }
    .colored .info-slide > header .fsElementHeaderContent {
      color: #fff; }
    .colored .info-slide .fsElementContent {
      color: #fff; }

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

.fsRosterName, .fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: 500;
  font-size: 18px; }

h1,
.alpha {
  margin-top: 0;
  font-weight: normal;
  font-size: 3.33333em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-family: 'Hind', sans-serif;
  letter-spacing: 10px;
  font-weight: 400 !important;
  margin-bottom: 0.2em; }

h2,
.beta {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1.16667em;
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 41px;
  text-transform: uppercase;
  color: #00395D;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0.41667em; }

h3,
.gamma {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.46667em;
  line-height: 1.27273em;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #67B346;
  font-weight: bold;
  margin-bottom: 0.45455em; }

h4,
.delta {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.33333em;
  line-height: 1.4em;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #545252;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0.4em; }

h5,
.epsilon {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.55556em;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #545252;
  margin-bottom: 0.44444em; }

h6,
.zeta {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.06667em;
  line-height: 1.75em;
  color: #00395D;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  /* brand/color 1 */
  margin-bottom: 0.5em; }

h6 {
  text-transform: uppercase; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  outline: 0;
  text-decoration: none;
  color: #67B346;
  transition: background .3s, color .3s; }
  a:hover {
    color: #84c468; }

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

table.fs_style_35 {
  margin-bottom: 20px;
  width: 100%;
  color: #444444;
  font-weight: 300;
  font-size: 16px; }
  table.fs_style_35 tr:nth-child(even) {
    background-color: #e1e1e1; }
  table.fs_style_35 tr:nth-child(odd) {
    background-color: #eeeeee; }
  table.fs_style_35 tr:first-child {
    background-color: #00395D;
    border-radius: 4px 4px 0px 0px; }
    table.fs_style_35 tr:first-child td {
      color: #fff;
      font-family: "Hind", sans-serif;
      text-transform: uppercase;
      font-size: 15px;
      font-weight: 700; }
  table.fs_style_35 th,
  table.fs_style_35 td {
    vertical-align: top; }
  table.fs_style_35 th {
    background-color: #e8b23f;
    color: #fff;
    text-transform: uppercase;
    font-family: "museo-sans", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px 4px 0px 0px; }
  table.fs_style_35 td {
    padding: 0.66667em 1.33333em; }

table.styled, table.fs_style_34 {
  margin-bottom: 20px;
  width: 100%;
  color: #444444;
  font-weight: 600;
  font-size: 16px;
  font-weight: 300; }
  table.styled tr:nth-child(even), table.fs_style_34 tr:nth-child(even) {
    background-color: #e1e1e1; }
  table.styled tr:nth-child(odd), table.fs_style_34 tr:nth-child(odd) {
    background-color: #eeeeee; }
  table.styled th,
  table.styled td, table.fs_style_34 th,
  table.fs_style_34 td {
    vertical-align: top; }
  table.styled td, table.fs_style_34 td {
    padding: 0.66667em 1.33333em; }

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

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

/*! content - buttons v0.0.1 */
a.button, a.fs_style_27, a.fs_style_23 {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "Hind", sans-serif;
  border: 0px solid #00395D;
  margin: 0 0 20px;
  padding: 22px 26px;
  background: #00395D !important;
  color: #fff !important;
  outline: 0;
  border-radius: 1px;
  letter-spacing: .06em;
  max-width: 350px; }
  a.button:hover, a.fs_style_27:hover, a.fs_style_23:hover {
    background: #002034 !important; }
  a.button em, a.fs_style_27 em, a.fs_style_23 em {
    display: block;
    font-style: normal; }
  a.button:hover, a.fs_style_27:hover, a.fs_style_23:hover {
    background: #002c49; }

a.fs_style_29 {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "Hind", sans-serif;
  border: 0px solid #67B346;
  margin: 0 0 20px;
  padding: 22px 26px;
  background: #67B346 !important;
  color: #fff !important;
  outline: 0;
  border-radius: 1px;
  letter-spacing: .06em;
  max-width: 350px; }
  a.fs_style_29:hover {
    background: #56963b !important; }
  a.fs_style_29 em {
    display: block;
    font-style: normal; }

a.fs_style_28 {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "Hind", sans-serif;
  border: 0px solid #00395D;
  margin: 0 0 20px;
  padding: 18px 22px;
  background: #00395D !important;
  color: #fff !important;
  outline: 0;
  border-radius: 1px;
  letter-spacing: .06em; }
  a.fs_style_28:hover {
    background: #002034 !important; }
  a.fs_style_28 em {
    display: block;
    font-style: normal; }
  a.fs_style_28:hover {
    background: #002c49; }

a.fs_style_30 {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "Hind", sans-serif;
  border: 0px solid #67B346;
  margin: 0 0 20px;
  padding: 18px 22px;
  background: #67B346 !important;
  color: #fff !important;
  outline: 0;
  border-radius: 1px;
  letter-spacing: .06em; }
  a.fs_style_30:hover {
    background: #56963b !important; }
  a.fs_style_30 em {
    display: block;
    font-style: normal; }
  a.fs_style_30:hover {
    background-color: #106659; }

a.fs_style_31 {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #e8b23f;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "Hind", sans-serif;
  margin: 0 auto;
  background: transparent url("../png/circlebutton.png") left top no-repeat;
  background-size: 167px 167px;
  outline: 0;
  letter-spacing: .01em;
  height: 167px;
  width: 167px;
  position: relative; }
  a.fs_style_31 span {
    position: absolute;
    top: 50%;
    width: 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    padding: 22px 22px; }
  a.fs_style_31:hover {
    color: #fff; }

.full-width-button a {
  width: 100%; }

/*! content - style manger v0.0.1 */
.lead-in, .fs_style_33 {
  font-size: 20px;
  line-height: 1.3;
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  color: #00395D;
  transition: all .5s ease-in-out;
  opacity: 0;
  -ms-transform: translateY(50%);
  transform: translateY(50%); }
  @media (max-width: 599px) {
    .lead-in, .fs_style_33 {
      font-size: 17px; } }
  .lead-in.visible, .fs_style_33.visible {
    opacity: 1;
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  .fsContentEditable .lead-in, .fsContentEditable .fs_style_33 {
    opacity: 1 !important;
    -ms-transform: translateY(0%) !important;
    transform: translateY(0%) !important; }

blockquote, .fs_style_25 {
  position: relative;
  /*
  padding: 5px 25px;
  margin: 10px 5px 15px 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #898989;
  */
  color: #67B346;
  font-size: 24px;
  line-height: 34px;
  margin-left: 70px;
  transition: all .5s ease-in-out;
  opacity: 0;
  -ms-transform: translateY(50%);
  transform: translateY(50%); }
  @media (max-width: 899px) {
    blockquote, .fs_style_25 {
      font-size: 16px; } }
  blockquote:before, .fs_style_25:before {
    content: '';
    /*
    width: 19px;
    height: 17px;
    position: absolute;
    top: 0;left: 0;
    background:transparent url('../images/openquote.gif') left top no-repeat;
    */
    content: '';
    background: url(../svg/quotation.svg);
    height: 30px;
    background-size: contain;
    width: 50px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    left: -70px;
    top: 0; }
  blockquote.visible, .fs_style_25.visible {
    opacity: 1;
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  .fsContentEditable blockquote, .fsContentEditable .fs_style_25 {
    opacity: 1 !important;
    -ms-transform: translateY(0%) !important;
    transform: translateY(0%) !important; }

cite, .fs_style_26 {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #00395D;
  display: block;
  margin-top: 20px; }
  @media (max-width: 899px) {
    cite, .fs_style_26 {
      font-size: 14px; } }

.callout, .fs_style_32 {
  padding: 8px 15px;
  margin-left: 10px;
  color: #67B346;
  float: right;
  font-family: "museo-sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  border-left: 4px solid #e1e1e1;
  transition: all .5s ease-in-out;
  opacity: 0;
  -ms-transform: translateY(50%);
  transform: translateY(50%); }
  .callout p, .fs_style_32 p {
    margin: 0; }
  .callout.left, .fs_style_32.left {
    float: left;
    margin-left: 20px; }
  @media (min-width: 600px) {
    .callout, .fs_style_32 {
      width: 40%;
      font-size: 20px;
      padding: 5px 20px; } }
  @media (min-width: 1180px) {
    .callout, .fs_style_32 {
      width: 45%; } }
  .callout.visible, .fs_style_32.visible {
    opacity: 1;
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  .fsContentEditable .callout, .fsContentEditable .fs_style_32 {
    opacity: 1 !important;
    -ms-transform: translateY(0%) !important;
    transform: translateY(0%) !important; }

/*! structure - header v0.0.1 */
body:not(.fsComposeMode) .nav-util > header,
body:not(.fsComposeMode) .top-container > header,
body:not(.fsComposeMode) .top-search-container > header,
body:not(.fsComposeMode) .nav-mobile > header {
  display: none; }

body:not(.fsComposeMode) .header-photo img {
  opacity: 0; }

#fsHeader {
  padding: 0;
  background-color: #fff; }
  #fsHeader .top-search-container > .fsElementContent,
  #fsHeader .util-container > .fsElementContent,
  #fsHeader .top-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 81.33333em;
    max-width: 76.25rem;
    padding: 0 20px; }

.site-info-container {
  position: absolute; }
  @media (max-width: 999px) {
    .site-info-container {
      left: 0;
      right: 0;
      margin: 0px auto;
      top: 0; } }

.upreplogo {
  display: block;
  position: absolute;
  color: transparent;
  top: 24px;
  left: 0px;
  width: 271px;
  height: 90px;
  background-image: url("../png/up-002_logo_with_tagline_horiz_green_tag_rgb.png");
  background-size: 100% 100%;
  transition: opacity .4s ease-in-out .1s;
  opacity: 0; }
  .upreplogo:hover {
    color: transparent; }
  @media (max-width: 999px) {
    .upreplogo {
      margin: 39px auto;
      width: 242px;
      height: 80px;
      top: 0;
      position: relative; } }

.top-search-container {
  max-height: 0px;
  background-color: #e8b23f;
  transition: max-height .4s ease-in-out;
  overflow: hidden; }
  .search-expanded .top-search-container {
    max-height: 90px; }
  .top-search-container > .fsElementContent {
    padding: 20px !important;
    text-align: center; }
  .top-search-container .top-search form {
    padding: 0px;
    margin: 0px;
    width: 100%;
    overflow: hidden;
    border-bottom: 2px solid #edd6a4; }
  .top-search-container .top-search input {
    background-color: transparent;
    height: 44px;
    border: 0px;
    margin: 0;
    padding: 10px;
    float: left;
    display: block;
    width: calc(100% - 40px);
    font-size: 20px;
    font-weight: 500;
    color: #fff; }
  .top-search-container .top-search button {
    height: 44px;
    width: 40px;
    margin: 0px;
    padding: 0px;
    float: left;
    display: block;
    background-color: transparent;
    border: 0px; }
    .top-search-container .top-search button:before {
      content: '\f002';
      font-family: FontAwesome;
      font-size: 20px;
      color: #fff; }
  #fsMenu .top-search-container {
    right: 0;
    margin: 0 auto;
    left: 0;
    width: 100%;
    max-height: 90px; }
    #fsMenu .top-search-container > .fsElementContent {
      width: 100%;
      right: 0;
      left: 0;
      margin: 0 auto;
      border-radius: 13px; }
    #fsMenu .top-search-container form {
      border-bottom: 1px solid #fff; }
    #fsMenu .top-search-container input {
      color: #fff;
      font-size: 16px;
      padding-left: 0;
      padding-right: 0; }
    #fsMenu .top-search-container button {
      color: #fff; }
      #fsMenu .top-search-container button:before {
        color: #fff;
        font-size: 14px; }

.top-container {
  background: #fff url("../png/headerbg.png") right top no-repeat; }
  .top-container > .fsElementContent {
    height: 170px;
    position: relative; }
    @media (max-width: 999px) {
      .top-container > .fsElementContent {
        height: 194px; } }
    @media (max-width: 699px) {
      .top-container > .fsElementContent {
        background: #fff url("../png/headermobilebg.png") right top no-repeat; } }

.pageloaded .upreplogo {
  opacity: 1; }

.header-photo {
  left: 0;
  width: 100%;
  max-height: 500px;
  height: 39.2vw;
  background-size: cover;
  background-position: center center;
  overflow: hidden; }
  .header-photo img {
    width: 100%; }

.no-header-photo {
  height: 5vh; }

/*! structure - footer v0.0.1 */
#fsFooter {
  padding: 20px;
  text-align: center;
  color: #fff;
  background: #233c4c url("../png/footer-bg.png") left top no-repeat;
  padding: 0;
  background-position: left top;
  background-size: cover; }
  #fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 81.33333em;
    max-width: 76.25rem;
    padding: 0 20px;
    padding: 40px 0px !important;
    margin: 0 auto;
    position: relative; }
  @media (max-width: 899px) {
    #fsFooter {
      background: #233c4c url("../png/footermobilebg.png") center top no-repeat; } }
  @media (max-width: 599px) {
    #fsFooter .fsBanner {
      padding: 50px 0px 40px 0px !important; } }

#fsFooter .upreplogo {
  background-image: url("../png/up-002_logo_with_tagline_horiz_white.png");
  background-size: 100% 100%;
  top: auto; }
  @media (max-width: 1219px) {
    #fsFooter .upreplogo {
      left: 20px; } }
  @media (max-width: 999px) {
    #fsFooter .upreplogo {
      margin: 0;
      top: 5px; } }
  @media (max-width: 899px) {
    #fsFooter .upreplogo {
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 0; } }
  @media (max-width: 599px) {
    #fsFooter .upreplogo {
      width: 280px;
      background-size: contain;
      height: 90px;
      background-repeat: no-repeat;
      background-position: center; } }

.footer-logo {
  float: left;
  width: 340px;
  height: 150px; }
  @media (max-width: 899px) {
    .footer-logo {
      width: 100%;
      float: none;
      position: relative; }
      .footer-logo:after {
        content: '';
        position: absolute;
        height: 4px;
        width: 260px;
        background-color: #67B346;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 0; } }
  @media (max-width: 599px) {
    .footer-logo {
      height: 110px; } }

.footer-info {
  float: left;
  width: 250px;
  height: 150px;
  text-align: left;
  border-left: 4px solid #67B346;
  padding: 4px 0px 4px 50px !important;
  color: #cbcbcb;
  font-size: 15px;
  line-height: 1.6em; }
  @media (min-width: 600px) {
    .footer-info {
      height: 234px;
      margin-bottom: -20px !important; } }
  .footer-info, .footer-info ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .footer-info li {
    margin: 0;
    padding: 0; }
  .footer-info a {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    margin-bottom: 12px;
    display: inline-block; }
    .footer-info a:hover {
      color: #e8b23f; }
  @media (max-width: 899px) {
    .footer-info {
      text-align: center;
      float: none;
      margin: 45px auto 35px auto;
      left: 0;
      right: 0;
      border: 0;
      padding-left: 0 !important; } }

.footer-soc {
  float: left;
  width: calc(100% - 640px);
  text-align: right;
  font-size: 16px;
  font-weight: 300; }
  .footer-soc a {
    color: #fff;
    font-size: 14px; }
    .footer-soc a:hover {
      color: #e8b23f; }
    @media (max-width: 799px) {
      .footer-soc a {
        display: inline-block;
        margin: 0 10px; } }
  @media (max-width: 1099px) {
    .footer-soc {
      width: 285px;
      float: right;
      padding-right: 20px !important; } }
  @media (max-width: 899px) {
    .footer-soc {
      text-align: center;
      float: none;
      margin: 0 auto;
      left: 0;
      right: 0;
      padding: 0 2px !important; }
      .footer-soc .nav-social__item--facebook {
        margin-left: 0; } }
  .footer-soc #google_translate_element {
    margin-top: -25px; }
  .footer-soc .goog-te-gadget {
    margin-bottom: 15px; }

.nav-social b, .nav-social strong {
  display: none; }

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

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

html {
  font-family: "Hind", sans-serif;
  background: #00395D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 0.9375em;
  line-height: 1.46667;
  color: #545252;
  font-size: 18px;
  line-height: 29px; }

.ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog) {
  max-width: 600px !important;
  width: 65% !important; }

.fsProfileSectionFieldName {
  font-weight: 600; }

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

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

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 81.33333em;
  max-width: 76.25rem;
  padding: 0 20px;
  padding-left: 0;
  padding-right: 0; }

#fsBannerLeft {
  margin-bottom: 20px;
  width: 100%;
  float: none; }
  @media (min-width: 800px) {
    #fsBannerLeft {
      float: left; } }
  @media (min-width: 800px) {
    #fsBannerLeft {
      padding-right: 40px;
      width: 23.72881%; } }

#fsPageContent {
  margin-bottom: 20px;
  width: 100% !important;
  float: none !important; }
  @media (min-width: 800px) {
    #fsPageContent {
      float: left !important; } }
  @media (min-width: 800px) {
    .fsHasRightBanner #fsPageContent {
      width: 72.88136% !important; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner #fsPageContent {
      width: 76.27119% !important; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: 49.15254% !important; } }

#fsBannerRight {
  margin-bottom: 20px;
  width: 100%;
  float: none; }
  @media (min-width: 800px) {
    #fsBannerRight {
      float: left; } }
  @media (min-width: 800px) {
    #fsBannerRight {
      padding-left: 40px;
      width: 27.11864%; } }

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

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

@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: 1000px) {
    .fsLayout .fsStyleTwoThirds {
      width: 66.66667%; } }

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

#fsPoweredByFinalsite {
  position: relative;
  margin: 0 auto;
  max-width: 81.33333em;
  max-width: 76.25rem;
  padding: 0 20px;
  padding-right: 1.33333em;
  padding-left: 1.33333em;
  margin-top: 0px !important;
  margin-right: 45px !important;
  float: right;
  clear: both; }
  @media (max-width: 1099px) {
    #fsPoweredByFinalsite {
      margin-right: 20px !important;
      margin-top: 15px !important; } }
  @media (max-width: 899px) {
    #fsPoweredByFinalsite {
      margin: 15px auto 0 auto !important;
      float: none;
      left: 0 !important;
      right: 0 !important;
      width: 132px; } }

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

.fsBreadcrumb li {
  display: inline-block; }

/*! navigation - main v0.0.1 */
.nav-main {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 57, 93, 0.9);
  z-index: 2; }
  body.fsDraftMode .nav-main {
    position: relative; }
  .nav-main:after {
    content: '';
    position: absolute;
    left: 0;
    margin-top: -7px;
    height: 7px;
    width: 100%;
    background-color: #e8b23f;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); }
  #fsHeader .nav-main {
    display: none; }
    @media (min-width: 1000px) {
      #fsHeader .nav-main {
        display: block;
        text-align: center; } }
  .nav-main > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 81.33333em;
    max-width: 76.25rem;
    padding: 0 20px;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    position: static; }
    .nav-main > .fsElementContent, .nav-main > .fsElementContent ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .nav-main > .fsElementContent li {
      margin: 0;
      padding: 0; }
  .nav-main, .nav-main ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-main li {
    margin: 0;
    padding: 0; }
  .nav-main .fsNavLevel1 {
    position: static !important; }
    @media (min-width: 900px) {
      .nav-main .fsNavLevel1 {
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .no-flexbox .nav-main .fsNavLevel1 {
          text-align: justify;
          font-size: 0.1px; }
          .no-flexbox .nav-main .fsNavLevel1 > li {
            display: inline-block; }
          .no-flexbox .nav-main .fsNavLevel1:after {
            content: "";
            display: inline-block;
            width: 100%; } }
    .nav-main .fsNavLevel1 > li {
      position: relative !important; }
      .nav-main .fsNavLevel1 > li:last-child > .fsNavPageInfo {
        right: 0;
        left: auto !important; }
      @media (min-width: 900px) {
        .nav-main .fsNavLevel1 > li {
          -ms-flex: 1 auto;
          flex: 1 auto; } }
      .nav-main .fsNavLevel1 > li > a {
        padding: 17px 10px 20px 10px;
        text-transform: uppercase;
        color: #fff;
        height: 57px;
        display: block;
        font-weight: 500;
        font-size: 18px;
        line-height: 1;
        position: relative;
        text-align: center;
        overflow: hidden; }
        @media (max-width: 1049px) {
          .nav-main .fsNavLevel1 > li > a {
            font-size: 16px; } }
        .nav-main .fsNavLevel1 > li > a:hover {
          color: #e8b23f; }
        .nav-main .fsNavLevel1 > .fsNavCurrentPage > a {
          color: #e8b23f; }
        .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
          color: #e8b23f; }

.nav-main {
  z-index: 100; }
  .nav-main .fsNavLevel1 {
    position: relative; }
    .nav-main .fsNavLevel1 > li {
      position: static; }
      .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        overflow: hidden; }
      .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
        max-height: 9999px; }
      @media (max-width: 599px) {
        .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
          max-height: 9999px; } }
      .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
        z-index: 300; }
  .nav-main .contain {
    position: relative;
    margin: 0 auto;
    max-width: 81.33333em;
    max-width: 76.25rem;
    padding: 0 20px;
    padding: 35px 0px;
    overflow: hidden;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .nav-main .contain > * {
      -ms-flex: 1 auto !important;
      flex: 1 auto !important;
      position: relative;
      vertical-align: top; }
  .nav-main .fsNavPageInfo {
    background: rgba(0, 57, 93, 0.9);
    text-align: left;
    left: 0 !important;
    position: relative;
    width: auto; }
    @media (min-width: 1000px) {
      .nav-main .fsNavParentPage:hover .fsNavPageInfo {
        display: block; } }
  .nav-main .fsNavPageDescription {
    max-width: 280px;
    text-align: left;
    padding-top: 15px;
    padding-left: 20px;
    display: none;
    color: #fff;
    font-weight: 400; }
    .nav-main .fsNavPageDescription h1, .nav-main .fsNavPageDescription h2, .nav-main .fsNavPageDescription h3, .nav-main .fsNavPageDescription h4, .nav-main .fsNavPageDescription h5, .nav-main .fsNavPageDescription h6 {
      font-size: 18px;
      color: #e8b23f;
      font-weight: 600; }
    .nav-main .fsNavPageDescription img {
      height: 190px; }
    .nav-main .fsNavPageDescription a {
      color: #e8b23f; }
      .nav-main .fsNavPageDescription a:hover {
        color: #fff; }
  .nav-main .fsNavPageThumbnail {
    display: none;
    max-width: 260px;
    background: transparent url("../png/dropthumbbg.png") center center no-repeat;
    background-size: 216px 216px;
    height: 216px;
    position: relative;
    text-align: center; }
    .nav-main .fsNavPageThumbnail .thumbwrapper {
      position: absolute;
      margin: 0 auto;
      left: 0;
      right: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 155px;
      width: 155px;
      border-radius: 50%;
      background-size: cover; }
      .nav-main .fsNavPageThumbnail .thumbwrapper img {
        opacity: 0; }
  .nav-main .fsNavLevel2 {
    width: 200px;
    padding: 15px 30px 0px 30px !important;
    display: -ms-flexbox;
    display: flex;
    padding: 0 !important;
    width: 350px;
    -ms-flex-direction: column;
    flex-direction: column; }
    .nav-main .fsNavLevel2 ul {
      display: inline-block;
      float: left;
      width: 100%;
      padding: 0 40px; }
    .nav-main .fsNavLevel2 a {
      padding: 13px 0px;
      color: #fff;
      display: block;
      font-size: 16px;
      font-weight: 300;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .nav-main .fsNavLevel2 a:hover {
        color: #fec01a; }

/*! navigation - off-canvas v0.0.1 */
.nav-mobile {
  display: none; }

.mobile-menu-trigger {
  position: absolute;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  border: 0px solid #fff !important;
  color: #fff;
  left: 0;
  z-index: 4;
  background-color: rgba(0, 57, 93, 0.9);
  display: none;
  font-family: "Hind", sans-serif;
  font-weight: 600;
  /* @include maxbp($bp-medium) {
    position: relative;
    float: none;
  } */ }
  .mobile-menu-trigger span {
    border: 2px solid #fff !important;
    color: #fff;
    position: relative;
    border-radius: 50%;
    width: 25px;
    height: 24px;
    padding-top: 2px;
    margin-right: 4px; }
    .mobile-menu-trigger span:before {
      font-size: 14px;
      font-weight: 300; }
  .mobile-menu-trigger:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    margin-top: -7px;
    height: 7px;
    width: 100%;
    background-color: #e8b23f;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); }
  @media (max-width: 999px) {
    .mobile-menu-trigger {
      display: inline-block;
      float: left; } }

.exit-off-canvas {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 26, 51, 0.25);
  opacity: 0;
  cursor: default;
  visibility: hidden;
  transition: all .5s; }

.menu_active .exit-off-canvas {
  opacity: 1;
  visibility: visible; }

.mobile-top-bar {
  background-color: #fff;
  overflow: hidden; }

#fsMenu {
  zoom: 1;
  position: absolute;
  top: 0px;
  right: -300px;
  width: 300px;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0, 57, 93, 0.98);
  transition: right .5s; }
  #fsMenu:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 1000px) {
    #fsMenu {
      display: none; } }
  .menu_active #fsMenu {
    right: 0; }
  .fsAccountBarVisible #fsMenu {
    top: 45px; }
  #fsMenu .fsNavPageInfo .fsNavPageDescription, #fsMenu .fsNavPageThumbnail {
    display: none; }
  #fsMenu .mobile-back-btn {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    color: #545252;
    font: 400 16px "Hind", sans-serif;
    text-transform: uppercase;
    float: left;
    line-height: 1.2;
    margin: 14px 20px; }
    #fsMenu .mobile-back-btn:before {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: relative;
      font-size: 16px;
      top: 0px;
      margin-right: 8px; }
  #fsMenu .mobile-menu-close {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    float: right;
    margin: 14px 0px 14px 20px;
    vertical-align: top;
    padding-right: 50px;
    line-height: 1.2;
    font-family: "Hind", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    color: #00395D; }
    #fsMenu .mobile-menu-close:after {
      content: "";
      display: inline-block;
      position: absolute;
      background: transparent url("../png/closex.png") left top no-repeat;
      background-size: 100% 100%;
      line-height: 1;
      font-size: 20px;
      width: 26px;
      height: 26px;
      line-height: 22px;
      font-weight: 700;
      margin-top: -3px;
      margin-left: 11px; }
  #fsMenu .mobile-main {
    clear: none;
    display: block;
    width: 100%;
    background-color: transparent;
    padding: 0; }
    #fsMenu .mobile-main .fsElementContent {
      display: block; }
    #fsMenu .mobile-main .fsNavLevel1 {
      padding: 30px 0;
      text-align: left; }
      #fsMenu .mobile-main .fsNavLevel1 > li > .fsNavPageInfo {
        display: none !important; }
      #fsMenu .mobile-main .fsNavLevel1 li {
        float: none;
        padding: 0;
        display: block; }
        #fsMenu .mobile-main .fsNavLevel1 li:last-child {
          text-align: left; }
        #fsMenu .mobile-main .fsNavLevel1 li.fsNavCurrentPage a, #fsMenu .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor a {
          color: #fff;
          text-transform: uppercase; }
        #fsMenu .mobile-main .fsNavLevel1 li a {
          padding: 15px 30px;
          font-size: 20px;
          line-height: 1;
          color: #fff;
          font-family: "Hind", sans-serif;
          font-weight: 500;
          display: block;
          position: relative;
          text-transform: uppercase;
          letter-spacing: .01em; }
          #fsMenu .mobile-main .fsNavLevel1 li a:before {
            display: none; }
          #fsMenu .mobile-main .fsNavLevel1 li a span.next-menu-btn {
            display: block;
            position: absolute;
            top: 50%;
            right: 0;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 50px;
            height: 100%;
            text-align: center;
            cursor: pointer; }
            #fsMenu .mobile-main .fsNavLevel1 li a span.next-menu-btn:before {
              content: "";
              font-family: "FontAwesome";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none;
              font-size: 18px;
              color: #e0e0e0;
              position: absolute;
              top: 50%;
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              right: 25px;
              font-weight: 300;
              transition: all .3s ease-in-out; }
          #fsMenu .mobile-main .fsNavLevel1 li a:hover {
            color: #e9b33e; }
            #fsMenu .mobile-main .fsNavLevel1 li a:hover span:before {
              color: #e9b33e; }
  #fsMenu .mobile-util {
    display: block;
    clear: both;
    float: none;
    margin-top: 0;
    padding: 15px 0px !important;
    border-top: 3px solid #e9b33e;
    border-bottom: 3px solid #e9b33e;
    background-color: rgba(255, 255, 255, 0.9); }
    #fsMenu .mobile-util, #fsMenu .mobile-util ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    #fsMenu .mobile-util li {
      margin: 0;
      padding: 0; }
    #fsMenu .mobile-util header {
      display: none; }
    #fsMenu .mobile-util ul.fsNavLevel1 {
      position: static;
      opacity: 1;
      visibility: visible;
      width: auto;
      background: transparent;
      -ms-transform: none;
      transform: none;
      text-align: left;
      padding-left: 18px; }
      #fsMenu .mobile-util ul.fsNavLevel1 li {
        float: none;
        margin: 0;
        padding: 0px 0;
        display: block; }
        #fsMenu .mobile-util ul.fsNavLevel1 li a {
          color: #13796a;
          font: 500 14px "Hind", sans-serif;
          padding: 15px 10px;
          display: block;
          position: relative;
          text-transform: capitalize; }
          #fsMenu .mobile-util ul.fsNavLevel1 li a:hover {
            color: #e9b33e; }
          #fsMenu .mobile-util ul.fsNavLevel1 li a:before {
            color: #ccb084;
            width: 20px;
            display: inline-block; }
      #fsMenu .mobile-util ul.fsNavLevel1 .fsNavPageInfo {
        z-index: 1;
        max-height: 100%;
        position: relative;
        width: 100%;
        top: 0;
        background-color: transparent;
        padding: 6px 0px; }
        #fsMenu .mobile-util ul.fsNavLevel1 .fsNavPageInfo li {
          padding: 0;
          margin: 0; }
          #fsMenu .mobile-util ul.fsNavLevel1 .fsNavPageInfo li a {
            font-size: 15px;
            font-family: "museo-sans", sans-serif;
            font-weight: 300;
            padding: 10px 10px 10px 50px; }
            #fsMenu .mobile-util ul.fsNavLevel1 .fsNavPageInfo li a:hover {
              background-color: transparent; }
  #fsMenu .popup-btns {
    float: none;
    width: 100%;
    padding: 0 20px;
    margin-top: 37px; }
  #fsMenu a[class*="fs_style"] {
    min-width: inherit;
    width: 100%; }
  #fsMenu .mobile-menu-level2 {
    background-color: rgba(35, 60, 76, 0.99);
    position: absolute;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    z-index: 1;
    transition: right .5s; }
    #fsMenu.mobile-menu-level2-active .mobile-menu-level2 {
      right: 0; }
    #fsMenu .mobile-menu-level2:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 49px;
      background-color: #fff; }
    #fsMenu .mobile-menu-level2 .mobile-back-btn, #fsMenu .mobile-menu-level2 .mobile-menu-close {
      position: relative;
      z-index: 1; }
    #fsMenu .mobile-menu-level2 .mobile-main {
      margin-top: 49px; }
    #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 {
      padding: 0; }
      #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 > li > .fsNavPageInfo {
        display: block !important; }
      #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li {
        display: none; }
        #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor {
          display: block; }
          #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage a, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor a {
            color: #fff !important;
            padding: 20px 0px !important;
            margin: 0 35px !important;
            line-height: 1;
            height: auto !important;
            font-weight: 300;
            font-size: 16px;
            border-bottom: 1px solid #6b7a84; }
            #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage a:before, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage a:after, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor a:before, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor a:after {
              display: none; }
            #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage a span.next-menu-btn, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor a span.next-menu-btn {
              display: none; }
            #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage a:hover, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor a:hover {
              color: #e8b23f !important; }
          #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage > a, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor > a {
            color: #233c4c !important;
            background-color: #e8b23f;
            font-size: 20px;
            font-weight: 500;
            padding: 18px 0px !important;
            height: auto !important; }
            #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage > a:before, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage > a:after, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor > a:before, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor > a:after {
              display: none; }
            #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage > a span.next-menu-btn, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor > a span.next-menu-btn {
              display: none; }
            #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage > a:hover, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor > a:hover {
              color: #233c4c !important; }
          #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage .fsNavPageInfo, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor .fsNavPageInfo {
            border: 0px solid #ececec;
            border-width: 0px 0;
            padding: 0px 0; }
            #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage .fsNavPageInfo ul, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor .fsNavPageInfo ul {
              width: 100%;
              float: none;
              display: block;
              margin: 0;
              padding: 0px 0px; }
              #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage .fsNavPageInfo ul li, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor .fsNavPageInfo ul li {
                display: block; }
                #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage .fsNavPageInfo ul li a, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor .fsNavPageInfo ul li a {
                  font-size: 16px;
                  padding: 12px 35px;
                  font-family: "Hind", sans-serif;
                  color: #67B346;
                  text-transform: capitalize; }
                  #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage .fsNavPageInfo ul li a:hover, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor .fsNavPageInfo ul li a:hover {
                    color: #00395D;
                    background-color: transparent; }
              #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage .fsNavPageInfo ul .fsNavLevel3 a, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor .fsNavPageInfo ul .fsNavLevel3 a {
                padding: 12px 25px 12px 30px !important;
                border-bottom: 0; }
              #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage .fsNavPageInfo ul .fsNavLevel4 a, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor .fsNavPageInfo ul .fsNavLevel4 a {
                padding: 12px 25px 12px 60px !important;
                border-bottom: 0; }
      #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 > li.fsNavCurrentPage > a, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
        margin: 0 !important;
        padding-left: 35px !important; }
    #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 {
      display: block;
      padding: 22px 0px !important; }
      #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavParentPage > a {
        background-color: transparent;
        border-bottom: 0px; }
        #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavParentPage > a:hover {
          color: #fff !important; }
      #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPage > a, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPageAncestor > a {
        color: #e8b23f !important;
        background-color: transparent;
        border-bottom: 0px; }
        #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPage > a:hover, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPageAncestor > a:hover {
          color: #fff !important; }
      #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPage .fsNavPageInfo, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPageAncestor .fsNavPageInfo {
        display: block;
        padding: 0px 0px !important;
        border: 0 none !important;
        background: transparent !important; }
        #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPage .fsNavPageInfo ul, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPageAncestor .fsNavPageInfo ul {
          width: 100%;
          float: none; }
          #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPage .fsNavPageInfo ul li.fsNavCurrentPage > a:after, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPage .fsNavPageInfo ul li.fsNavCurrentPageAncestor > a:after, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPageAncestor .fsNavPageInfo ul li.fsNavCurrentPage > a:after, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPageAncestor .fsNavPageInfo ul li.fsNavCurrentPageAncestor > a:after {
            content: "";
            font-family: "FontAwesome";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            color: #e8b23f;
            font-size: 17px;
            position: absolute;
            top: 50%;
            left: 3px;
            -ms-transform: translateY(-50.5%);
            transform: translateY(-50.5%);
            opacity: 1; }
          #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPage .fsNavPageInfo ul li a, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPageAncestor .fsNavPageInfo ul li a {
            border-bottom: 0px solid #e2e2e2;
            font-weight: 400;
            position: relative; }
            #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPage .fsNavPageInfo ul li a:after, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPageAncestor .fsNavPageInfo ul li a:after {
              content: "";
              font-family: "FontAwesome";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none;
              color: #e8b23f;
              font-size: 17px;
              position: absolute;
              top: 50%;
              left: 3px;
              -ms-transform: translateY(-50.5%);
              transform: translateY(-50.5%);
              opacity: 0;
              transition: opacity .5s; }
            #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPage .fsNavPageInfo ul li a:hover:after, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPageAncestor .fsNavPageInfo ul li a:hover:after {
              opacity: 1; }

/*! navigation - sub v0.0.1 */
.nav-sub, .nav-portal {
  margin-bottom: 30px !important; }
  .nav-sub, .nav-sub ul, .nav-portal, .nav-portal ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-sub li, .nav-portal li {
    margin: 0;
    padding: 0; }
  @media (max-width: 799px) {
    .nav-sub > .fsElementContent, .nav-portal > .fsElementContent {
      display: none; } }
  .active-nav > .fsElementContent {
    display: block; }
  .nav-sub > .fsElementContent a, .nav-portal > .fsElementContent a {
    color: #00395D;
    font-size: 15px;
    line-height: 1.4; }
    .nav-sub > .fsElementContent a:hover, .nav-portal > .fsElementContent a:hover {
      color: #e8b23f; }
  .nav-sub .fsNavLevel1, .nav-portal .fsNavLevel1 {
    position: relative; }
    .nav-sub .fsNavLevel1 > li > a, .nav-portal .fsNavLevel1 > li > a {
      padding: 0.66667em 0;
      background: transparent url("../gif/navdash.gif") left bottom repeat-x;
      display: block; }
  .nav-sub li.fsNavCurrentPage > a,
  .nav-sub li.fsNavCurrentPageAncestor > a, .nav-portal li.fsNavCurrentPage > a,
  .nav-portal li.fsNavCurrentPageAncestor > a {
    color: #e8b23f;
    background: none; }
  .nav-sub li.fsNavCurrentPageAncestor > a, .nav-portal li.fsNavCurrentPageAncestor > a {
    font-weight: 700; }
  .nav-sub .fsNavLevel2 > li > a, .nav-portal .fsNavLevel2 > li > a {
    padding: 0.66667em 1.33333em;
    display: block; }
  .nav-sub .fsNavLevel3 > li > a, .nav-portal .fsNavLevel3 > li > a {
    padding: 0.51282em 2em;
    display: block; }
  .nav-sub .fsNavLevel4 > li > a, .nav-portal .fsNavLevel4 > li > a {
    padding: 0.44444em 2.66667em;
    display: block; }
  .nav-sub > header, .nav-portal > header {
    display: block; }
    @media (min-width: 800px) {
      .nav-sub > header, .nav-portal > header {
        display: none; } }
    .nav-sub > header > .fsElementTitle, .nav-portal > header > .fsElementTitle {
      position: relative;
      margin: 0;
      padding: 10px 20px;
      cursor: pointer;
      background: #00395D;
      color: #fff;
      font-family: "Hind", sans-serif;
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      text-align: center; }
      @media (min-width: 800px) {
        .nav-sub > header > .fsElementTitle, .nav-portal > header > .fsElementTitle {
          cursor: default; } }
      @media (max-width: 799px) {
        .nav-sub > header > .fsElementTitle:after, .nav-portal > header > .fsElementTitle:after {
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          width: 40px;
          line-height: 40px;
          text-align: center;
          margin-left: 8px;
          content: "";
          font-family: "FontAwesome";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; } }
      @media (max-width: 799px) {
        .active-nav > header > .fsElementTitle:after {
          content: "";
          font-family: "FontAwesome";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; } }

/*! Navigation - Social v0.0.5 */
.nav-social {
  margin: 21px 0px !important;
  position: relative; }
  .nav-social, .nav-social ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-social li {
    margin: 0;
    padding: 0; }
  @media (max-width: 599px) {
    .nav-social {
      margin: 50px 0 !important; } }
  .nav-social ul {
    font-size: 0; }
  .nav-social li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 9px; }
    @media (max-width: 799px) {
      .nav-social li {
        margin: 0 9px !important; } }
    @media (max-width: 599px) {
      .nav-social li {
        margin: 0 9px !important; } }
    .nav-social li a {
      margin: 0; }
  .nav-social .nav-social__item--facebook a {
    display: block; }
    .nav-social .nav-social__item--facebook a:before {
      content: "";
      font-size: 22px !important; }
  .nav-social .nav-social__item--instagram a {
    display: block; }
    .nav-social .nav-social__item--instagram a:before {
      content: "";
      font-size: 22px !important; }
  .nav-social .nav-social__item--linkedin a {
    display: block; }
    .nav-social .nav-social__item--linkedin a:before {
      content: "";
      font-size: 22px !important; }
  .nav-social .nav-social__item--pinterest a {
    display: block; }
    .nav-social .nav-social__item--pinterest a:before {
      content: "";
      font-size: 22px !important; }
  .nav-social .nav-social__item--tumblr a {
    display: block; }
    .nav-social .nav-social__item--tumblr a:before {
      content: "";
      font-size: 22px !important; }
  .nav-social .nav-social__item--twitter a {
    display: block; }
    .nav-social .nav-social__item--twitter a:before {
      content: "";
      font-size: 22px !important; }
  .nav-social .nav-social__item--vine a {
    display: block; }
    .nav-social .nav-social__item--vine a:before {
      content: "";
      font-size: 22px !important; }
  .nav-social .nav-social__item--youtube a {
    display: block; }
    .nav-social .nav-social__item--youtube a:before {
      content: "";
      font-size: 22px !important; }
  .nav-social .nav-social__item--vimeo a {
    display: block; }
    .nav-social .nav-social__item--vimeo a:before {
      content: "";
      font-size: 22px !important; }
  .nav-social .nav-social__item--facebook a:hover {
    color: #fff;
    background-color: #67B346; }
  .nav-social .nav-social__item--instagram a:hover {
    color: #fff;
    background-color: #67B346; }
  .nav-social .nav-social__item--linkedin a:hover {
    color: #fff;
    background-color: #67B346; }
  .nav-social .nav-social__item--pinterest a:hover {
    color: #fff;
    background-color: #67B346; }
  .nav-social .nav-social__item--tumblr a:hover {
    color: #fff;
    background-color: #67B346; }
  .nav-social .nav-social__item--twitter a:hover {
    color: #fff;
    background-color: #67B346; }
  .nav-social .nav-social__item--vine a:hover {
    color: #fff;
    background-color: #67B346; }
  .nav-social .nav-social__item--youtube a:hover {
    color: #fff;
    background-color: #67B346; }
  .nav-social .nav-social__item--vimeo a:hover {
    color: #fff;
    background-color: #67B346; }
  .nav-social a {
    line-height: 1;
    text-align: center;
    color: #233c4c;
    display: block;
    position: relative;
    height: 38px;
    width: 38px;
    border-radius: 100%;
    background-color: #fff; }
    .nav-social a:before {
      font-family: "fontawesome";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .nav-social span {
    display: none; }

/* Navigation - Utility Container v0.0.1 */
.nav-util {
  position: absolute;
  top: 48px;
  top: 70px;
  right: 0;
  border-bottom: 12px solid #67B346;
  border-bottom: none; }
  .nav-util, .nav-util ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-util li {
    margin: 0;
    padding: 0; }
  .nav-util ul li:not(.nav-search) {
    visibility: hidden; }
  .nav-util ul .hover-util li:not(.nav-search) {
    visibility: visible; }
  @media (max-width: 1279px) {
    .nav-util {
      right: 20px; } }
  .nav-util ul {
    text-align: right; }
    .nav-util ul li {
      float: left;
      display: block; }
      .nav-util ul li a {
        padding: 5px 12px;
        display: block;
        color: #67B346;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        padding-top: 0;
        line-height: 25px; }
        .nav-util ul li a:hover {
          color: #e8b23f; }
      .nav-util ul li.nav-search {
        position: relative;
        cursor: pointer;
        margin-left: 4px; }
        .nav-util ul li.nav-search:before {
          content: '|';
          color: #67B346;
          position: absolute;
          left: 0;
          top: 3px; }
        .nav-util ul li.nav-search:before {
          content: none; }
        .nav-util ul li.nav-search .search-button {
          padding-left: 40px; }
          .nav-util ul li.nav-search .search-button:before {
            content: '\f002';
            font-family: FontAwesome;
            font-size: 14px;
            position: absolute;
            margin-top: -1px;
            margin-left: -22px; }
  .nav-util .hover-util {
    float: left;
    position: relative; }
    .nav-util .hover-util:before {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-family: 'IcoMoon';
      position: relative;
      bottom: 3px;
      font-size: 24px;
      transition: 0.3s color ease;
      color: #67B346; }
    .nav-util .hover-util:after {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-family: 'IcoMoon';
      position: relative;
      bottom: 10px;
      left: 3px;
      font-size: 14px;
      transition: 0.3s color ease;
      color: #67B346; }
    .nav-util .hover-util:hover .util-links {
      max-height: 9999px;
      visibility: visible;
      padding: 15px;
      opacity: 1; }
    .nav-util .hover-util:hover:before {
      color: #e8b23f; }
    .nav-util .hover-util:hover:after {
      color: #e8b23f; }
    .nav-util .hover-util .util-links {
      max-height: 0;
      visibility: hidden;
      opacity: 0;
      transition: 0.3s opacity ease;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
      overflow: hidden;
      background: #00395D;
      z-index: 999;
      text-align: center;
      position: absolute;
      left: 50%;
      -ms-transform: translate(-50%, -5px);
      transform: translate(-50%, -5px); }
      .nav-util .hover-util .util-links li a {
        color: #fff; }
        .nav-util .hover-util .util-links li a:hover {
          color: #e8b23f; }
  @media (max-width: 999px) {
    .nav-util {
      display: none; } }

.fsNavigation.top-util {
  position: relative;
  top: 0;
  left: auto;
  width: 100%;
  background: #67B346;
  display: none; }
  @media (min-width: 1000px) {
    .fsNavigation.top-util {
      display: block; } }
  .fsNavigation.top-util > .fsElementContent {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px; }
    @media (min-width: 1250px) {
      .fsNavigation.top-util > .fsElementContent {
        padding: 0 25px; } }
    .fsNavigation.top-util > .fsElementContent .fsNavLevel1 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
      justify-content: flex-end;
      height: 50px; }
      .fsNavigation.top-util > .fsElementContent .fsNavLevel1, .fsNavigation.top-util > .fsElementContent .fsNavLevel1 ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      .fsNavigation.top-util > .fsElementContent .fsNavLevel1 li {
        margin: 0;
        padding: 0; }
      .fsNavigation.top-util > .fsElementContent .fsNavLevel1 li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 18px; }
        .fsNavigation.top-util > .fsElementContent .fsNavLevel1 li.nav-search .search-button {
          color: #fff;
          cursor: pointer; }
          .fsNavigation.top-util > .fsElementContent .fsNavLevel1 li.nav-search .search-button:after {
            content: '\f002';
            font-family: FontAwesome;
            color: #fff;
            font-size: 17px;
            line-height: 1;
            margin-left: 10px;
            position: relative;
            top: -1px;
            display: inline-block; }
        .fsNavigation.top-util > .fsElementContent .fsNavLevel1 li:last-child {
          padding-right: 0; }
        .fsNavigation.top-util > .fsElementContent .fsNavLevel1 li a {
          cursor: pointer;
          color: #fff;
          transition: background .3s, color .3s, opacity .3s;
          font-size: 15px;
          font-weight: 500; }
          .fsNavigation.top-util > .fsElementContent .fsNavLevel1 li a:hover, .fsNavigation.top-util > .fsElementContent .fsNavLevel1 li a:focus {
            text-decoration: underline; }
  .fsNavigation.top-util + .top-container .fsElementContent {
    height: 136px; }

.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: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }
  @media (min-width: 800px) {
    .fsConstituent.fsSearch > .fsElementContent {
      margin: 0 -10px; } }
  .fsConstituent.fsSearch label {
    display: block;
    margin-bottom: 1.33333em; }
    @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.66667em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: "Hind", sans-serif;
    border: 0px solid #00395D;
    margin: 0 0 20px;
    padding: 22px 26px;
    background: #00395D !important;
    color: #fff !important;
    outline: 0;
    border-radius: 1px;
    letter-spacing: .06em;
    max-width: 350px;
    display: block;
    margin: 0 10px; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover {
      background: #002034 !important; }
    .fsConstituent.fsSearch .fsConstituentSearchButton em {
      display: block;
      font-style: normal; }

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

/*! elements - constituent profile */
.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile .fsProfileImage {
    display: block;
    margin-bottom: 20px; }
  .fsConstituentProfile .fsFullName {
    color: #00395D; }
  @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: 20px;
      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: 20px;
      max-width: 50%; } }
  @media (min-width: 800px) {
    .fsConstituentProfile:not(.fsHasPhoto) .fsProfileImage {
      max-width: 25%; } }

.fsProfileSection {
  margin-bottom: 1.33333em;
  font-size: 16px; }
  .fsProfileSection h4 {
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid #fec01a;
    margin: 0 0 .5em 0;
    padding: 0 0 .5em 0; }
  .fsProfileSection .fsProfileSectionData {
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .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: 30%;
    float: left; } }

@media (min-width: 800px) {
  .fsProfileSectionFieldValue {
    width: 70%;
    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: 20px; }
  .fsDirectory .fsConstituentItem {
    padding: 20px 0;
    background-color: #f1f2f2; }
    .fsDirectory .fsConstituentItem > h3, .fsDirectory .fsConstituentItem > div {
      padding-right: 20px;
      padding-left: 20px;
      margin-bottom: 10px;
      padding-top: 0; }
      .fsDirectory .fsConstituentItem > h3:last-child, .fsDirectory .fsConstituentItem > div:last-child {
        margin-bottom: 0; }
    .fsDirectory .fsConstituentItem .fsPhoto img {
      display: block;
      width: 100%; }

.fsConstituentColumnLayout_1 .fsConstituentItem {
  margin: 0;
  margin-bottom: 20px;
  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: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }
  @media (min-width: 800px) {
    .fsConstituentColumnLayout_2 .fsConstituentItem {
      width: calc(50% - 20px);
      margin: 0 10px;
      margin-bottom: 20px; } }
  .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: 20px;
  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: 20px; }
      .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: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }
  @media (min-width: 800px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(50% - 20px);
      margin: 0 10px;
      margin-bottom: 20px; }
      .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: #00395D;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-top: 0;
    font-weight: normal;
    font-size: 1.6em;
    line-height: 1.16667em;
    font-family: 'Hind', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 41px;
    text-transform: uppercase;
    color: #00395D;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0.41667em;
    margin-bottom: 2px;
    display: block;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 4px;
    font-weight: 700;
    padding: 13.33333px;
    color: #fff;
    transition: .3s;
    position: relative; }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
      transition: none; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #00395D;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #e8b23f;
      transition: .3s; }
      .fsAccordion .fsPanel > header:hover h2 a, .fsTabs .fsPanel > header:hover h2 a {
        transition: none; }

.fsAccordion .fsPanel.fsStateOpen, .fsTabs .fsPanel.fsStateOpen {
  border: 1px solid #e8b23f;
  border-top: 0; }
  .fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
    background: #e8b23f; }
    .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
      color: #fff; }
      .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;
  font-family: FontAwesome;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  content: ""; }

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

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

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

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

.fsAccordion {
  margin-bottom: 20px; }

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px; }
  .fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .fsAthleticsEvent .fsAlertFeeds {
        margin-bottom: 0; } }
  .fsAthleticsEvent .fsListItems article {
    margin-bottom: 20px; }
  .fsAthleticsEvent .fsTitle {
    display: inline-block;
    margin-bottom: 0; }
  .fsAthleticsEvent .fsElementEventIcon {
    margin-right: 10px; }
  .fsAthleticsEvent .fsAthleticsEventDetailLink {
    outline: 0; }
  .fsAthleticsEvent .fsAlertIcon {
    margin-left: 5px;
    margin-bottom: -3px; }
  .fsAthleticsEvent .fsLoadMoreButton {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: "Hind", sans-serif;
    border: 0px solid #00395D;
    margin: 0 0 20px;
    padding: 22px 26px;
    background: #00395D !important;
    color: #fff !important;
    outline: 0;
    border-radius: 1px;
    letter-spacing: .06em;
    max-width: 350px;
    padding: 10px 20px; }
    .fsAthleticsEvent .fsLoadMoreButton:hover {
      background: #002034 !important; }
    .fsAthleticsEvent .fsLoadMoreButton em {
      display: block;
      font-style: normal; }
  .fsAthleticsEvent .fsAthleticsOpponents {
    display: inline; }
  .fsAthleticsEvent .fsAthleticsOpponentNames {
    display: inline; }

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

/*! elements - athletics roster */
.fsAthleticsRoster {
  margin-bottom: 20px; }

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

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

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

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

.fsRosterPlayerNumber:before {
  content: 'Number: '; }

.fsRosterPosition:before {
  content: 'Position: '; }

.fsRosterHeight:before {
  content: 'Height: '; }

.fsRosterWeight:before {
  content: 'Weight: '; }

.fsRosterBio p:last-child {
  margin-bottom: 0; }

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px; }

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _list.scss - src/sass/modules/calendar/list.scss - calendar list */
.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: #666;
  background: transparent url("../png/elipseyellow.png") center center no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }
  .fsCalendar .fsDate > span {
    display: block; }
    .fsCalendar .fsDate > span.fsMonth {
      text-transform: uppercase;
      font-size: 15px;
      line-height: 1;
      font-weight: 700; }
    .fsCalendar .fsDate > span.fsDay {
      font-weight: 300;
      font-size: 30px;
      line-height: 1;
      color: #e8b23f; }

.fsCalendar article a {
  color: #444; }
  .fsCalendar article a:hover {
    color: #e8b23f; }

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

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

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0;
  word-wrap: break-word; }
  .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; } }

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(0, 57, 93, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(0, 57, 93, 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, 57, 93, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(0, 57, 93, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 1;
        font-size: 15px;
        margin-bottom: 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
      border-left: 1px solid #EDEDED;
      border-right: 1px solid #EDEDED;
      zoom: 1;
      display: block; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
        display: table;
        clear: both;
        content: ''; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
        border-top: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
        border-bottom: 1px solid #EDEDED; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
      width: 16.666% !important;
      height: 50px !important;
      border: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
        display: block; } }

#event-view {
  padding: 20px;
  margin: 20px auto 0; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
    #event-view .fsCalendarDaybox > div {
      margin-bottom: 20px; }
  #event-view .fsCalendarEventTitle {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px; }
  @media screen and (min-width: 800px) {
    #event-view {
      display: none; } }

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: "Hind", sans-serif;
    border: 0px solid #00395D;
    margin: 0 0 20px;
    padding: 22px 26px;
    background: #00395D !important;
    color: #fff !important;
    outline: 0;
    border-radius: 1px;
    letter-spacing: .06em;
    max-width: 350px;
    padding: 10px 20px; }
    .scroll-up span:hover {
      background: #002034 !important; }
    .scroll-up span em {
      display: block;
      font-style: normal; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

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

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

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

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

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

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

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElementTitle p {
  margin-bottom: 0; }

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

.module, .module-circle {
  margin-bottom: 1.33333em;
  padding: 25px;
  color: #fff; }
  .module .fsElementTitle, .module-circle .fsElementTitle {
    font-size: 18px;
    font-weight: 500; }
    @media (max-width: 899px) {
      .module .fsElementTitle, .module-circle .fsElementTitle {
        font-size: 16px; } }
  .module h1, .module-circle h1, .module h2, .module-circle h2, .module h3, .module-circle h3, .module h4, .module-circle h4, .module h5, .module-circle h5, .module h6, .module-circle h6 {
    color: inherit; }

.module {
  background: #67B346; }
  .module header {
    border-bottom: 1px solid #e8b23f;
    padding-bottom: 5px;
    margin-bottom: 12px; }
  .module a {
    color: #00395D; }
    .module a:hover {
      color: #e1e1e1; }

.module-circle {
  position: relative;
  padding: 100% 0 0 0;
  width: 100%;
  color: #67B346;
  text-align: center;
  font-size: 15px; }
  @media (max-width: 1179px) {
    .module-circle {
      padding-top: 0;
      background-image: linear-gradient(to right, #67B346 1px, transparent 1px),linear-gradient(to bottom, #67B346 1px, transparent 1px),linear-gradient(to right, #67B346 1px, transparent 1px),linear-gradient(to bottom, #67B346 1px, transparent 1px);
      background-repeat: repeat-x,repeat-y,repeat-x,repeat-y;
      background-position: top center,center right,bottom center,center left;
      background-size: 5px 1px,1px 5px,5px 1px,1px 5px; } }
  .module-circle:before {
    content: '';
    position: absolute;
    background: transparent url("../png/elipsecontent.png") center center no-repeat;
    background-size: 100% 100%;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%; }
    @media (max-width: 1179px) {
      .module-circle:before {
        display: none; } }
  .module-circle header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 45px; }
    @media (max-width: 1179px) {
      .module-circle header {
        position: relative;
        left: auto;
        top: auto;
        padding-top: 25px; } }
  .module-circle .fsElementContent {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 12px; }
    .module-circle .fsElementContent p {
      margin-bottom: 8px; }
    @media (max-width: 1179px) {
      .module-circle .fsElementContent {
        position: relative;
        top: auto;
        -ms-transform: translateY(0%);
        transform: translateY(0%); } }
  .module-circle footer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 45px;
    width: 100%;
    font-size: 14px;
    font-weight: 700; }
    .module-circle footer a {
      color: #888; }
      .module-circle footer a:hover {
        color: #e8b23f; }
    @media (max-width: 1179px) {
      .module-circle footer {
        position: relative;
        left: auto;
        bottom: auto;
        padding-bottom: 25px; } }

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

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ccc; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
    .fsComposerFormEmbed form textarea {
      max-width: 100%;
      width: 100%;
      border: solid 1px #ccc; }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 20px; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0; }
      .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementContainer {
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementContainer {
          width: 100%; } }
      .fsComposerFormEmbed form .elementContainer label {
        margin-bottom: 2px; }
        .fsComposerFormEmbed form .elementContainer label.horizontal {
          white-space: normal;
          margin-right: 10px !important; }
          .fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
            margin-right: 0; }
      .fsComposerFormEmbed form .elementContainer hr {
        margin: 0 auto; }
      .fsComposerFormEmbed form .elementContainer p:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 599px) {
      .fsComposerFormEmbed form .elementBody > input {
        width: 100%; } }
    .fsComposerFormEmbed form .elementBody > .descText {
      margin-bottom: 10px; }
    .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
          width: 20%;
          padding-right: 10px;
          text-align: right;
          float: left; } }
    @media (min-width: 600px) {
      .fsComposerFormEmbed form .labelLeft .elementContainer > label {
        padding: 5px 10px 5px 5px; } }
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
      width: 100%; }
    .fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
      width: auto; }
    .fsComposerFormEmbed form .labelLeft .elementBody {
      margin: 0;
      width: 100%;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementBody {
          width: 80%;
          float: left; } }
    .fsComposerFormEmbed form .linkLike {
      color: #eeeeee;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #e1e1e1; }
    .fsComposerFormEmbed form .required {
      color: #00395D; }
    .fsComposerFormEmbed form .pageControls {
      padding: 10px 0 !important;
      margin-bottom: 10px; }
      .fsComposerFormEmbed form .pageControls .userConfirmation {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .userConfirmation {
      margin-bottom: 20px; }
      .fsComposerFormEmbed form .userConfirmation .userConfirmationToggle {
        margin-right: 5px; }
      .fsComposerFormEmbed form .userConfirmation > label {
        display: block; }
    .fsComposerFormEmbed form .elementColumn {
      zoom: 1;
      margin-bottom: 20px;
      max-width: 100%; }
      .fsComposerFormEmbed form .elementColumn:after {
        display: table;
        clear: both;
        content: ''; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementColumn {
          float: none !important;
          width: 100% !important; } }
      .fsComposerFormEmbed form .elementColumn .elementContainer {
        margin-bottom: 0; }
      .fsComposerFormEmbed form .elementColumn .elementBody > input {
        width: 100%; }
    .fsComposerFormEmbed form .pageBreak {
      zoom: 1; }
      .fsComposerFormEmbed form .pageBreak:after {
        display: table;
        clear: both;
        content: ''; }
      .fsComposerFormEmbed form .pageBreak .nextPage, .fsComposerFormEmbed form .pageBreak .prevPage {
        background: none;
        border: none;
        color: #eeeeee;
        transition: .3s;
        outline: 0;
        float: left;
        padding: 0;
        line-height: 1;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:hover {
          color: #e1e1e1;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 10px 20px;
      outline: 0;
      background: #00395D !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: #e8b23f !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "Hind", 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: white; }

:-moz-placeholder {
  color: white; }

::-moz-placeholder {
  color: white; }

:-ms-input-placeholder {
  color: white; }

/*! 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: 20px; }
  .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: block;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: "Hind", sans-serif;
    border: 0px solid #00395D;
    margin: 0 0 20px;
    padding: 22px 26px;
    background: #00395D !important;
    color: #fff !important;
    outline: 0;
    border-radius: 1px;
    letter-spacing: .06em;
    max-width: 350px; }
    .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: #002034 !important; }
    .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; }
  .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: 10px; }

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

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

.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px; }
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
    max-width: 100%; }
  @media screen and (max-width: 599px) {
    .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
      overflow: hidden;
      border-radius: 5px; } }

.fsLogin .fsLoginNewFields .fsLoginNewContinue, .fsAccount .fsLoginNewFields .fsLoginNewContinue {
  margin-right: 10px; }

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

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: "Hind", sans-serif;
    border: 0px solid #00395D;
    margin: 0 0 20px;
    padding: 22px 26px;
    background: #00395D !important;
    color: #fff !important;
    outline: 0;
    border-radius: 1px;
    letter-spacing: .06em;
    max-width: 350px; }
    .fsAccount .fsAccountLogout a:hover {
      background: #002034 !important; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal; }

.fsMediaCustomPlayer {
  background: none;
  position: relative; }
  .fsMediaCustomPlayer article {
    background-position: center;
    background-size: cover;
    outline: 0;
    position: relative; }
    .fsMediaCustomPlayer article img {
      opacity: 0;
      visibility: hidden; }
  .fsMediaCustomPlayer .caption-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    font-family: "Hind", sans-serif;
    font-size: 15px;
    left: 0;
    line-height: 22px;
    padding: 10px;
    position: absolute;
    width: 100%; }
    @media (min-width: 800px) {
      .fsMediaCustomPlayer .caption-wrapper {
        padding: 20px; } }
    .fsMediaCustomPlayer .caption-wrapper a {
      color: rgba(255, 255, 255, 0.5); }
      .fsMediaCustomPlayer .caption-wrapper a:hover {
        text-decoration: underline; }
  @media (min-width: 800px) {
    .fsMediaCustomPlayer .caption-title {
      margin-top: 0;
      font-weight: normal;
      font-size: 1.6em;
      line-height: 1.16667em;
      font-family: 'Hind', sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 34px;
      line-height: 41px;
      text-transform: uppercase;
      color: #00395D;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 0.41667em;
      margin-bottom: 0; } }
  .fsMediaCustomPlayer .caption-desc {
    display: none; }
    @media (min-width: 800px) {
      .fsMediaCustomPlayer .caption-desc {
        display: block; } }
    .fsMediaCustomPlayer .caption-desc p:last-child {
      margin-bottom: 0; }
    .fsMediaCustomPlayer .caption-desc:empty {
      display: none; }
  .fsMediaCustomPlayer .slick-next, .fsMediaCustomPlayer .slick-prev {
    background: none;
    border: none;
    color: transparent;
    height: 40px;
    outline: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    z-index: 2; }
    .fsMediaCustomPlayer .slick-next:before, .fsMediaCustomPlayer .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;
      text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35); }
  .fsMediaCustomPlayer .slick-next {
    left: auto;
    right: 0; }
    .fsMediaCustomPlayer .slick-next:before {
      content: '\203A'; }
  .fsMediaCustomPlayer .slick-prev {
    left: 0;
    right: auto; }
    .fsMediaCustomPlayer .slick-prev:before {
      content: '\2039'; }

/*! elements - news v0.0.1 */
.fsNews article {
  background-repeat: no-repeat; }

.fsNews .fsThumbnail {
  display: block;
  margin-bottom: 0.66667em; }
  .fsNews .fsThumbnail img {
    display: block; }

.fsNews .fsTitle, .fsNews .fsTitle a {
  color: #375d77;
  font-size: 16px;
  line-height: 1.2; }
  .fsNews .fsTitle:hover, .fsNews .fsTitle a:hover {
    color: #e8b23f; }

.fsNews .fsTitle {
  padding: 10px 0px; }

.fsNews .fsDateTime {
  font-size: 14px;
  font-weight: 300;
  color: #838383; }

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

.fsNews.fsGrid .fsListItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px; }

.fsNews.fsGrid article {
  background-repeat: no-repeat;
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%; }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 50%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 50%; } }

@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 33.33%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 50%; } }

@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 33.33%; } }

@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 25%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 50%; } }

@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 33.33%; } }

@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 25%; } }

@media (min-width: 1200px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 20%; } }

.no-flexbox .fsNews.fsGrid .fsListItems {
  margin: 0 -15px;
  zoom: 1; }
  .no-flexbox .fsNews.fsGrid .fsListItems:after {
    display: table;
    clear: both;
    content: ''; }
  .no-flexbox .fsNews.fsGrid .fsListItems article {
    margin: 0 0 20px;
    width: 100%;
    padding: 0 15px; }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 50%; } }

.no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
  clear: both; }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 50%; }
    .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
      clear: both; } }

@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 33.33%; }
    .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
      clear: both; } }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 50%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
      clear: both; } }

@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 33.33%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
      clear: both; } }

@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 25%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
      clear: both; } }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 50%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
      clear: both; } }

@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 33.33%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
      clear: both; } }

@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 25%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
      clear: both; } }

@media (min-width: 1200px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 20%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
      clear: both; } }

/*! _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; }
  .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 {
  position: relative;
  margin: 0 auto;
  max-width: 81.33333em;
  max-width: 76.25rem;
  padding: 0 20px; }
  #fsHeader .fsSearch.site-search {
    display: none; }
    @media (min-width: 900px) {
      #fsHeader .fsSearch.site-search {
        display: block; } }

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search) {
  margin-bottom: 20px; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
    padding: 0; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
      border: 0;
      height: 100%;
      border: solid 1px #545252; }
      .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: #545252;
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 15px;
        font-family: "Hind", sans-serif; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
    padding: 0;
    overflow: hidden;
    height: 50px;
    width: 75px;
    background: #545252;
    position: relative;
    transition: .3s; }
    .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: 15px;
      font-family: "Hind", sans-serif; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: #241a04;
      transition: .3s; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
      border: 0;
      height: 100%;
      width: 100%;
      color: transparent;
      opacity: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }

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

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

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

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

.fsSearchResults .gsc-table-result, .fsSearchResults .gsc-thumbnail-inside, .fsSearchResults .gsc-url-top, .fsSearchFieldWithResults .gsc-table-result, .fsSearchFieldWithResults .gsc-thumbnail-inside, .fsSearchFieldWithResults .gsc-url-top {
  padding: 0; }

.fsSearchResults div.gs-title, .fsSearchFieldWithResults div.gs-title {
  margin-bottom: 10px; }

.fsSearchResults a.gs-title, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page, .fsSearchFieldWithResults a.gs-title, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page {
  outline: transparent; }

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

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

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

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

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

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

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

.fsFacebookFollow {
  margin-top: 20px; }

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

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

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

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

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

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

.vimeo_view_link a {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "Hind", sans-serif;
  border: 0px solid #00395D;
  margin: 0 0 20px;
  padding: 22px 26px;
  background: #00395D !important;
  color: #fff !important;
  outline: 0;
  border-radius: 1px;
  letter-spacing: .06em;
  max-width: 350px; }
  .vimeo_view_link a:hover {
    background: #002034 !important; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal; }

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

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

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

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

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

.Youtube_view_link a {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "Hind", sans-serif;
  border: 0px solid #00395D;
  margin: 0 0 20px;
  padding: 22px 26px;
  background: #00395D !important;
  color: #fff !important;
  outline: 0;
  border-radius: 1px;
  letter-spacing: .06em;
  max-width: 350px; }
  .Youtube_view_link a:hover {
    background: #002034 !important; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 2px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-top: 0;
        font-weight: normal;
        font-size: 1.6em;
        line-height: 1.16667em;
        font-family: 'Hind', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 34px;
        line-height: 41px;
        text-transform: uppercase;
        color: #00395D;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 0.41667em;
        margin-bottom: 2px;
        display: block;
        font-size: 15px;
        margin-bottom: 0;
        margin-top: 4px;
        font-weight: 700;
        padding: 13.33333px;
        color: #fff;
        transition: .3s;
        background: #00395D;
        color: #fff; }
        .fsTabs .fsTabsNav li a:hover {
          background: #00395D;
          color: #e8b23f; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #e8b23f;
        color: #fff; }
  .fsTabs .fsPanel.fsStateOpen {
    border: 0px; }

.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 */
.landing:not(.fsDraftMode) .facebookhide, .landing:not(.fsDraftMode) .twitterhide {
  display: none; }

.landing:not(.fsDraftMode) .main-slideshow,
.landing:not(.fsDraftMode) .slideshow-buttons,
.landing:not(.fsDraftMode) .social-home {
  margin-top: 50px; }
  .landing:not(.fsDraftMode) .main-slideshow > header,
  .landing:not(.fsDraftMode) .slideshow-buttons > header,
  .landing:not(.fsDraftMode) .social-home > header {
    display: none; }

.landing #fsPageBodyWrapper, .home #fsPageBodyWrapper {
  margin: 0;
  padding: 0; }

.landing #fsPageBody, .home #fsPageBody {
  max-width: 100%;
  margin: 0;
  padding: 0; }

.landing #fsPageContent, .home #fsPageContent {
  margin-bottom: 0; }
  .landing #fsPageContent > .fsPageLayout > .fsDiv, .home #fsPageContent > .fsPageLayout > .fsDiv {
    margin-bottom: 0px; }

@media (min-width: 800px) {
  .landing .fsLayout, .home .fsLayout {
    margin-left: 0;
    margin-right: 0; }
    .landing .fsLayout .fsDiv, .home .fsLayout .fsDiv {
      padding-left: 0;
      padding-right: 0; } }

.home .header-photo {
  display: none;
  background-image: none !important; }
  .home .header-photo img {
    opacity: 0; }

.resourcesVideoControls {
  position: absolute;
  bottom: 30px;
  z-index: 10;
  left: 30px; }

.resourcesVideoControls__playButton:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: 'IcoMoon'; }

.active.resourcesVideoControls__playButton:before {
  content: '\e925'; }

.resourcesVideoControls__muteButton:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: 'IcoMoon'; }

.active.resourcesVideoControls__muteButton:before {
  content: '\e927'; }

.resourcesVideoControls__playButton, .resourcesVideoControls__muteButton {
  margin: 5px;
  width: 40px;
  height: 40px;
  border: 0;
  font-size: 24px;
  color: white;
  line-height: 40px;
  padding: 0;
  background: transparent; }

.main-slideshow {
  position: relative; }
  .main-slideshow .slick-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(calc(-50% + 25px)) translateX(-50%);
    transform: translateY(calc(-50% + 25px)) translateX(-50%);
    cursor: pointer;
    z-index: 2;
    width: 14px;
    height: 27px;
    background-size: cover; }
    .main-slideshow .slick-arrow:before {
      color: #fff;
      font-size: 50px; }
  .main-slideshow .custom-arrow-left, .main-slideshow .fsLeftArrow {
    margin-left: calc(-50vw + 60px);
    background: transparent url("../png/slickleft.png") left top no-repeat; }
  .main-slideshow .custom-arrow-right, .main-slideshow .fsRightArrow {
    margin-left: calc(50vw - 60px);
    background: transparent url("../png/slickright.png") left top no-repeat; }
  .main-slideshow .slick-disabled {
    opacity: .5;
    cursor: default; }
  .main-slideshow .fsElementSlideshow {
    padding: 0 !important;
    margin-bottom: 0; }
    .main-slideshow .fsElementSlideshow + .slick-arrow:before {
      font-size: 0; }
  .main-slideshow .fsElementSlideshowControls {
    bottom: 50px;
    position: absolute;
    right: 50px;
    z-index: 99; }
    @media (max-width: 799px) {
      .main-slideshow .fsElementSlideshowControls {
        left: 50%;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        right: auto;
        bottom: 15px; } }
    .main-slideshow .fsElementSlideshowControls > button {
      background: none;
      height: 40px;
      width: 40px;
      border-radius: 100%;
      border: thin solid white;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      position: static;
      pointer-events: auto;
      z-index: 99;
      opacity: 1; }
      .main-slideshow .fsElementSlideshowControls > button:before {
        background-image: none;
        margin: 0;
        height: auto;
        width: auto;
        font-size: 10px;
        color: #fff; }
      .main-slideshow .fsElementSlideshowControls > button.fsSlideshowPause:before {
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-family: 'IcoMoon'; }
      .main-slideshow .fsElementSlideshowControls > button.fsSlideshowPlay:before {
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-family: 'IcoMoon'; }
  .main-slideshow article {
    height: calc(100vh - 350px);
    max-height: 500px;
    padding: 0;
    background-size: cover;
    background-position: center top; }
    @media (min-width: 1180px) {
      body.wo-update .main-slideshow article {
        height: calc(100vh - 170px);
        max-height: none; } }
    @media (max-width: 1179px) {
      .main-slideshow article {
        height: 55.5vw; } }
    @media (max-width: 599px) {
      .main-slideshow article {
        min-height: 405px; } }
    .main-slideshow article img {
      display: none; }
    .main-slideshow article video {
      -o-object-fit: cover;
      object-fit: cover;
      height: 100%;
      transform: translate3d(0, 0, 0); }
    .main-slideshow article figcaption {
      position: absolute;
      bottom: 40px;
      padding: 20px 20px 20px 100px;
      max-width: 550px;
      color: #fff; }
      @media (min-width: 600px) {
        .main-slideshow article figcaption {
          display: block; } }
      .main-slideshow article figcaption p {
        margin-top: 0;
        font-weight: normal;
        font-size: 1.46667em;
        line-height: 1.27273em;
        font-size: 30px;
        line-height: 36px;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #67B346;
        font-weight: bold;
        margin-bottom: 0.45455em;
        color: #fff;
        text-transform: none; }
  @media (max-width: 799px) {
    .main-slideshow .slick-arrow {
      top: 85%; }
      .main-slideshow .slick-arrow.fsPrevButton {
        margin-left: calc(-50vw + 30px); }
      .main-slideshow .slick-arrow.fsNextButton {
        margin-left: calc(50vw - 30px); } }

body.wo-update:not(.fsDraftMode) .three-callout-container {
  max-width: 1178px;
  margin: 0 auto;
  margin-bottom: 13px; }
  @media (max-width: 799px) {
    body.wo-update:not(.fsDraftMode) .three-callout-container {
      margin-bottom: 0; } }
  body.wo-update:not(.fsDraftMode) .three-callout-container > .fsElementContent {
    height: 280px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    @media (max-width: 799px) {
      body.wo-update:not(.fsDraftMode) .three-callout-container > .fsElementContent {
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  body.wo-update:not(.fsDraftMode) .three-callout-container .three-callout {
    border: 0;
    border-top: 0;
    margin-right: 13px;
    background-repeat: no-repeat;
    background-size: cover; }
    body.wo-update:not(.fsDraftMode) .three-callout-container .three-callout > header {
      -ms-transform: translateY(-100%) !important;
      transform: translateY(-100%) !important;
      border-bottom: 0;
      background-color: rgba(103, 179, 70, 0.8); }
      body.wo-update:not(.fsDraftMode) .three-callout-container .three-callout > header a {
        color: #fff;
        margin: 0;
        font-size: 20px;
        font-weight: normal;
        text-transform: uppercase; }
      body.wo-update:not(.fsDraftMode) .three-callout-container .three-callout > header .fsElementTitle {
        display: none; }
    body.wo-update:not(.fsDraftMode) .three-callout-container .three-callout .fsElementContent {
      display: none; }
    @media (max-width: 799px) {
      body.wo-update:not(.fsDraftMode) .three-callout-container .three-callout {
        margin-right: 0; } }
    body.wo-update:not(.fsDraftMode) .three-callout-container .three-callout:last-child {
      margin-right: 0; }
    body.wo-update:not(.fsDraftMode) .three-callout-container .three-callout:before {
      display: none; }
    body.wo-update:not(.fsDraftMode) .three-callout-container .three-callout:after {
      display: none; }
    body.wo-update:not(.fsDraftMode) .three-callout-container .three-callout:hover > header {
      background-color: #e8b23f; }
      body.wo-update:not(.fsDraftMode) .three-callout-container .three-callout:hover > header a {
        color: #2a4e66; }

body:not(.fsDraftMode) .three-callout-container > .fsElementContent {
  position: relative;
  height: 377px;
  overflow: hidden; }
  @media (max-width: 799px) {
    body:not(.fsDraftMode) .three-callout-container > .fsElementContent {
      height: auto; } }

body:not(.fsDraftMode) .three-callout {
  width: 33.33%;
  height: 100%;
  float: left;
  background-size: cover;
  background-position: center center;
  position: relative;
  border: 2px solid #fff;
  border-top: 4px solid #fff; }
  @media (max-width: 799px) {
    body:not(.fsDraftMode) .three-callout {
      width: 100%;
      margin: 0 auto;
      float: none;
      height: 430px;
      overflow: hidden; } }
  @media (max-width: 599px) {
    body:not(.fsDraftMode) .three-callout {
      height: 350px;
      background-position: center 30px;
      border-left: 0px;
      border-right: 0px; } }
  body:not(.fsDraftMode) .three-callout:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 31px;
    border-bottom: 4px solid #fff;
    transition: all .3s ease-in-out; }
  body:not(.fsDraftMode) .three-callout:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s ease-in-out; }
  body:not(.fsDraftMode) .three-callout .secondtitle {
    position: absolute;
    padding: 17px 10px;
    line-height: 1;
    top: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 100%;
    text-align: center;
    border-bottom: 4px solid #fff;
    transition: all .3s ease-in-out .0s;
    z-index: 2;
    color: #fff;
    margin: 0;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase; }
    @media (max-width: 599px) {
      body:not(.fsDraftMode) .three-callout .secondtitle {
        padding: 22px 10px;
        font-size: 18px;
        line-height: 1; } }
  body:not(.fsDraftMode) .three-callout > header {
    position: absolute;
    padding: 17px 10px;
    line-height: 1;
    top: 100%;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 100%;
    text-align: center;
    transition: all .3s ease-in-out;
    z-index: 2; }
    body:not(.fsDraftMode) .three-callout > header .fsElementTitle {
      color: #fff;
      margin: 0;
      font-size: 20px;
      font-weight: 300;
      text-transform: uppercase; }
  body:not(.fsDraftMode) .three-callout > .fsElementContent {
    position: absolute;
    padding: 17px 15px 50px 15px;
    top: 100%;
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    text-align: center;
    transition: all .3s ease-in-out .0s;
    color: #fff;
    z-index: 2; }
    body:not(.fsDraftMode) .three-callout > .fsElementContent > footer {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 10px 10px 14px 10px;
      width: 100%;
      text-align: center;
      color: #fff; }
      body:not(.fsDraftMode) .three-callout > .fsElementContent > footer a {
        color: #fff; }
        body:not(.fsDraftMode) .three-callout > .fsElementContent > footer a:hover {
          font-weight: 600; }
  body:not(.fsDraftMode) .three-callout:hover:before {
    opacity: 0; }
  body:not(.fsDraftMode) .three-callout:hover:after {
    opacity: .5; }
  body:not(.fsDraftMode) .three-callout:hover .secondtitle {
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all .3s ease-in-out .13s; }
  body:not(.fsDraftMode) .three-callout:hover > header {
    top: 100%;
    -ms-transform: translateY(0);
    transform: translateY(0);
    border-bottom: 4px solid #fff; }
  body:not(.fsDraftMode) .three-callout:hover > .fsElementContent {
    -ms-transform: translateY(-98%);
    transform: translateY(-98%);
    transition: all .3s ease-in-out .3s; }
  @media (max-width: 799px) {
    body:not(.fsDraftMode) .three-callout:before {
      opacity: 0; }
    body:not(.fsDraftMode) .three-callout:after {
      opacity: .5; }
    body:not(.fsDraftMode) .three-callout .secondtitle {
      -ms-transform: translateY(0);
      transform: translateY(0);
      transition: all .3s ease-in-out .13s; }
    body:not(.fsDraftMode) .three-callout > header {
      top: 100%;
      -ms-transform: translateY(0);
      transform: translateY(0);
      border-bottom: 4px solid #fff; }
    body:not(.fsDraftMode) .three-callout > .fsElementContent {
      -ms-transform: translateY(-98%);
      transform: translateY(-98%);
      transition: all .3s ease-in-out .3s; } }

body:not(.fsDraftMode) .three-callout:nth-child(1) {
  border-left: 0px; }
  body:not(.fsDraftMode) .three-callout:nth-child(1):before, body:not(.fsDraftMode) .three-callout:nth-child(1):after, body:not(.fsDraftMode) .three-callout:nth-child(1) .secondtitle {
    background-color: #13796a; }
  body:not(.fsDraftMode) .three-callout:nth-child(1) > header {
    background-color: rgba(19, 121, 106, 0.8); }
  body:not(.fsDraftMode) .three-callout:nth-child(1) > .fsElementContent {
    background-color: #13796a; }
  body:not(.fsDraftMode) .three-callout:nth-child(1):hover > header {
    background-color: #13796a; }

body:not(.fsDraftMode) .three-callout:nth-child(2):before, body:not(.fsDraftMode) .three-callout:nth-child(2):after, body:not(.fsDraftMode) .three-callout:nth-child(2) .secondtitle {
  background-color: #e8b23f; }

body:not(.fsDraftMode) .three-callout:nth-child(2) > header {
  background-color: rgba(232, 178, 63, 0.8); }

body:not(.fsDraftMode) .three-callout:nth-child(2) > .fsElementContent {
  background-color: #e8b23f; }

body:not(.fsDraftMode) .three-callout:nth-child(2):hover > header {
  background-color: #e8b23f; }

body:not(.fsDraftMode) .three-callout:nth-child(3) {
  border-right: 0; }
  body:not(.fsDraftMode) .three-callout:nth-child(3):before, body:not(.fsDraftMode) .three-callout:nth-child(3):after, body:not(.fsDraftMode) .three-callout:nth-child(3) .secondtitle {
    background-color: #d12229; }
  body:not(.fsDraftMode) .three-callout:nth-child(3) > header {
    background-color: rgba(209, 34, 41, 0.8); }
  body:not(.fsDraftMode) .three-callout:nth-child(3) > .fsElementContent {
    background-color: #d12229; }
  body:not(.fsDraftMode) .three-callout:nth-child(3):hover > header {
    background-color: #d12229; }

body:not(.fsDraftMode) .spotlight-container {
  position: absolute;
  width: 380px;
  -ms-transform: translateY(calc(-100% - 50px));
  transform: translateY(calc(-100% - 50px));
  text-align: center;
  right: calc(50% - 590px);
  display: none; }
  body:not(.fsDraftMode) .spotlight-container.on {
    display: block; }
  body:not(.fsDraftMode) .spotlight-container > header {
    background-color: rgba(255, 255, 255, 0.87);
    padding: 15px;
    text-align: center;
    margin-bottom: 1px; }
    body:not(.fsDraftMode) .spotlight-container > header h2 {
      margin-bottom: 0px;
      line-height: 1;
      font-size: 30px;
      font-weight: 700; }
  body:not(.fsDraftMode) .spotlight-container .spotlight {
    background-color: rgba(255, 255, 255, 0.87);
    padding: 20px 20px 50px 20px; }
    body:not(.fsDraftMode) .spotlight-container .spotlight header .fsElementTitle, body:not(.fsDraftMode) .spotlight-container .spotlight header .fsElementHeaderContent {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 5px;
      line-height: 1.3;
      color: #00395D; }
    body:not(.fsDraftMode) .spotlight-container .spotlight a {
      color: #00395D; }
      body:not(.fsDraftMode) .spotlight-container .spotlight a:hover {
        color: #e8b23f; }
  body:not(.fsDraftMode) .spotlight-container .slick-dots {
    margin-top: -42px !important;
    text-align: center;
    position: relative;
    z-index: 2; }
    body:not(.fsDraftMode) .spotlight-container .slick-dots, body:not(.fsDraftMode) .spotlight-container .slick-dots ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    body:not(.fsDraftMode) .spotlight-container .slick-dots li {
      margin: 0;
      padding: 0; }
    body:not(.fsDraftMode) .spotlight-container .slick-dots li {
      margin: 0 3px;
      display: inline-block; }
      body:not(.fsDraftMode) .spotlight-container .slick-dots li button {
        border: 0;
        background: none;
        outline: 0;
        margin: 0;
        padding: 0;
        border: 1px solid #8298a7 !important;
        background-color: transparent;
        text-indent: -9999px;
        width: 12px;
        height: 12px;
        border-radius: 50%; }
      body:not(.fsDraftMode) .spotlight-container .slick-dots li.slick-active button {
        background-color: #8298a7 !important; }
  @media (max-width: 1399px) {
    body:not(.fsDraftMode) .spotlight-container {
      right: 100px; } }
  @media (max-width: 899px) {
    body:not(.fsDraftMode) .spotlight-container {
      position: relative;
      left: 0;
      right: 0;
      margin: 0 auto;
      -ms-transform: translateY(0);
      transform: translateY(0);
      padding: 0px 0px 20px 0;
      position: relative; }
      body:not(.fsDraftMode) .spotlight-container > header {
        text-align: center;
        padding: 45px 0px; }
        body:not(.fsDraftMode) .spotlight-container > header .fsElementTitle {
          font-weight: 700;
          font-size: 45px;
          line-height: 1;
          text-transform: uppercase;
          margin: 0; } }
      @media (max-width: 899px) and (max-width: 899px) {
        body:not(.fsDraftMode) .spotlight-container > header .fsElementTitle {
          font-size: 35px;
          line-height: 1.3; } }
  @media (max-width: 899px) {
        body:not(.fsDraftMode) .spotlight-container > header .fsElementHeaderContent {
          padding-top: 15px;
          font-weight: 700;
          font-size: 14px; } }
      @media (max-width: 899px) and (min-width: 800px) {
        body:not(.fsDraftMode) .spotlight-container > header .fsElementHeaderContent {
          position: absolute;
          right: 20px;
          -ms-transform: translateY(-100%);
          transform: translateY(-100%); } }
    @media (max-width: 899px) and (max-width: 599px) {
      body:not(.fsDraftMode) .spotlight-container > header {
        padding: 20px 0px; } }
  @media (max-width: 899px) {
      body:not(.fsDraftMode) .spotlight-container > header {
        padding-bottom: 0px; } }

body:not(.fsDraftMode) .more-information {
  position: relative;
  background-color: #f2f2f2;
  overflow: hidden;
  font-size: 0px; }
  body.wo-update:not(.fsDraftMode) .more-information {
    margin-top: 70px; }
  body:not(.fsDraftMode) .more-information header {
    display: inline-block;
    text-align: right;
    width: 50%;
    height: 100%;
    position: absolute; }
    body:not(.fsDraftMode) .more-information header .fsElementTitle {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 40px;
      color: #e8b23f;
      display: block;
      width: 100%;
      padding: 30px 35px 30px 0px; }
    @media (max-width: 1249px) {
      body:not(.fsDraftMode) .more-information header {
        width: 100%;
        position: relative;
        text-align: center;
        float: none;
        padding: 0 20px; }
        body:not(.fsDraftMode) .more-information header .fsElementTitle {
          top: 0;
          -ms-transform: translateY(0px);
          transform: translateY(0px);
          position: relative;
          padding-bottom: 0;
          padding-right: 0; } }
    @media (max-width: 599px) {
      body:not(.fsDraftMode) .more-information header .fsElementTitle {
        font-size: 35px;
        line-height: 1.3;
        padding-top: 40px; } }
  body:not(.fsDraftMode) .more-information .fsElementContent {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 50%;
    margin-left: 50%;
    padding: 30px 0 30px 34px; }
    body:not(.fsDraftMode) .more-information .fsElementContent a {
      display: inline-block;
      margin: 0 15px; }
      body.wo-update:not(.fsDraftMode) .more-information .fsElementContent a span {
        padding: 22px 30px; }
    @media (max-width: 1249px) {
      body:not(.fsDraftMode) .more-information .fsElementContent {
        width: 100%;
        margin-left: 0;
        text-align: center;
        padding-left: 0;
        padding-top: 0px; }
        body:not(.fsDraftMode) .more-information .fsElementContent a {
          margin: 18px 20px; } }

.home-news {
  position: relative;
  position: relative;
  margin: 0 auto;
  max-width: 81.33333em;
  max-width: 76.25rem;
  padding: 0 20px;
  padding-top: 35px;
  padding-bottom: 65px; }
  .home-news > header {
    text-align: center;
    padding: 45px 0px; }
    .home-news > header .fsElementTitle {
      font-weight: 700;
      font-size: 45px;
      line-height: 1;
      text-transform: uppercase;
      margin: 0; }
      @media (max-width: 899px) {
        .home-news > header .fsElementTitle {
          font-size: 35px;
          line-height: 1.3; } }
    .home-news > header .fsElementHeaderContent {
      padding-top: 15px;
      font-weight: 700;
      font-size: 14px; }
      @media (min-width: 800px) {
        .home-news > header .fsElementHeaderContent {
          position: absolute;
          right: 20px;
          -ms-transform: translateY(-100%);
          transform: translateY(-100%); } }
    @media (max-width: 599px) {
      .home-news > header {
        padding: 20px 0px; } }
  @media (max-width: 699px) {
    .home-news {
      padding-top: 25px;
      padding-bottom: 55px; } }
  @media (max-width: 599px) {
    .home-news {
      padding-top: 20px;
      padding-bottom: 35px; } }
  .home-news > header a {
    color: #a0a0a0; }
    .home-news > header a:hover {
      color: #e8b23f; }
  .home-news > .fsElementContent {
    position: relative;
    overflow: hidden; }
    .home-news > .fsElementContent:after {
      content: '';
      position: absolute;
      height: 100%;
      width: 4px;
      background-color: #e1e1e1;
      left: 68%;
      bottom: 0; }
      @media (max-width: 799px) {
        .home-news > .fsElementContent:after {
          display: none; } }
  .home-news article {
    float: left;
    width: 30%;
    position: relative;
    border-bottom: 4px solid #e1e1e1;
    padding: 18px 0px;
    margin-bottom: 0; }
    .home-news article .fsThumbnail, .home-news article .fsSummary, .home-news article .fsReadMoreLink {
      display: none; }
    .home-news article p {
      margin-bottom: 10px; }
    @media (max-width: 799px) {
      .home-news article {
        display: none; } }
    .home-news article .fsReadMoreLink {
      color: #a0a0a0;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 500; }
  .home-news article:first-child {
    width: 70%;
    padding-right: 40px;
    border: 0px; }
    .home-news article:first-child .fsTitle, .home-news article:first-child .fsTitle a {
      font-size: 18px; }
    .home-news article:first-child .fsThumbnail, .home-news article:first-child .fsSummary, .home-news article:first-child .fsReadMoreLink {
      display: block; }
    .home-news article:first-child .fsThumbnail {
      max-width: 44%;
      margin-right: 40px;
      margin-bottom: 20px; }
      @media (max-width: 799px) {
        .home-news article:first-child .fsThumbnail {
          max-width: 100%;
          margin-right: 0; } }
    @media (max-width: 799px) {
      .home-news article:first-child {
        display: block;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        padding-right: 0;
        padding-top: 0;
        float: none; } }
    @media (max-width: 599px) {
      .home-news article:first-child {
        text-align: center; }
        .home-news article:first-child .fsReadMoreLink {
          text-transform: uppercase; }
          .home-news article:first-child .fsReadMoreLink:hover {
            color: #00395D; } }
  .home-news article:last-child {
    border: 0px; }

.color-calendar .fsDate {
  display: none; }

.color-calendar .fsDayContainer {
  text-align: center; }
  .color-calendar .fsDayContainer article {
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    color: #e8b23f; }
    @media (max-width: 599px) {
      .color-calendar .fsDayContainer article {
        min-height: 40px; } }
    .color-calendar .fsDayContainer article .fsTitle:before {
      content: 'Today is:';
      display: inline-block; }

.home-calendar-container {
  position: relative;
  background-size: cover;
  background-position: center top;
  position: relative;
  padding-top: 35px;
  padding-bottom: 65px; }
  body:not(.fsDraftMode) .home-calendar-container {
    min-height: 600px; }
    @media (max-width: 499px) {
      body:not(.fsDraftMode) .home-calendar-container {
        min-height: 600px; } }
  .home-calendar-container > header {
    text-align: center;
    padding: 45px 0px; }
    .home-calendar-container > header .fsElementTitle {
      font-weight: 700;
      font-size: 45px;
      line-height: 1;
      text-transform: uppercase;
      margin: 0; }
      @media (max-width: 899px) {
        .home-calendar-container > header .fsElementTitle {
          font-size: 35px;
          line-height: 1.3; } }
    .home-calendar-container > header .fsElementHeaderContent {
      padding-top: 15px;
      font-weight: 700;
      font-size: 14px; }
      @media (min-width: 800px) {
        .home-calendar-container > header .fsElementHeaderContent {
          position: absolute;
          right: 20px;
          -ms-transform: translateY(-100%);
          transform: translateY(-100%); } }
    @media (max-width: 599px) {
      .home-calendar-container > header {
        padding: 20px 0px; } }
  @media (max-width: 699px) {
    .home-calendar-container {
      padding-top: 25px;
      padding-bottom: 55px; } }
  @media (max-width: 599px) {
    .home-calendar-container {
      padding-top: 20px;
      padding-bottom: 35px; } }
  .home-calendar-container > header {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding-bottom: 35px; }
    .home-calendar-container > header > .fsElementTitle {
      color: #fff; }
    .home-calendar-container > header > .fsElementHeaderContent a {
      color: #dedede; }
      .home-calendar-container > header > .fsElementHeaderContent a:hover {
        color: #e8b23f; }
  .home-calendar-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 81.33333em;
    max-width: 76.25rem;
    padding: 0 20px;
    position: relative; }
  .home-calendar-container .slick-dots {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 2;
    bottom: -115px; }
    .home-calendar-container .slick-dots, .home-calendar-container .slick-dots ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .home-calendar-container .slick-dots li {
      margin: 0;
      padding: 0; }
    .home-calendar-container .slick-dots li {
      margin: 0 3px;
      display: inline-block;
      vertical-align: top; }
      .home-calendar-container .slick-dots li button {
        border: 0;
        background: none;
        outline: 0;
        margin: 0;
        padding: 0;
        border: 1px solid rgba(222, 222, 222, 0.6) !important;
        background-color: transparent;
        text-indent: -9999px;
        width: 12px;
        height: 12px;
        border-radius: 50%; }
      .home-calendar-container .slick-dots li.slick-active button {
        background-color: rgba(222, 222, 222, 0.6) !important;
        border: 0px !important;
        width: 12px;
        height: 12px; }

body:not(.fsComposeMode) .home-calendar.off,
body:not(.fsComposeMode) .home-athletics.off {
  position: absolute;
  width: 100%;
  -ms-transform: translateX(-5000px);
  transform: translateX(-5000px); }

.home-calendar, .home-athletics {
  text-align: center;
  color: #fff; }
  .home-calendar.off, .home-athletics.off {
    position: absolute;
    width: 100%;
    -ms-transform: translateX(-5000px);
    transform: translateX(-5000px); }
  .home-calendar article, .home-athletics article {
    padding-left: 0; }
  .home-calendar .fsDate, .home-athletics .fsDate {
    background: transparent url("../png/elipsewhite.png") center center no-repeat;
    display: block;
    position: relative;
    padding-top: 18px;
    margin: 0 auto 20px auto;
    left: 0;
    right: 0; }
    .home-calendar .fsDate .fsMonth, .home-athletics .fsDate .fsMonth {
      color: #fff; }
  .home-calendar .fsTitle a, .home-athletics .fsTitle a {
    color: #fff; }

.toggle-buttons {
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding-top: 40px; }
  .toggle-buttons a {
    color: #fff;
    display: inline-block;
    margin: 0 15px; }
    .toggle-buttons a.on {
      color: #e8b23f; }

.connect-container {
  position: relative; }
  .connect-container > header {
    text-align: center;
    padding: 45px 0px; }
    .connect-container > header .fsElementTitle {
      font-weight: 700;
      font-size: 45px;
      line-height: 1;
      text-transform: uppercase;
      margin: 0; }
      @media (max-width: 899px) {
        .connect-container > header .fsElementTitle {
          font-size: 35px;
          line-height: 1.3; } }
    .connect-container > header .fsElementHeaderContent {
      padding-top: 15px;
      font-weight: 700;
      font-size: 14px; }
      @media (min-width: 800px) {
        .connect-container > header .fsElementHeaderContent {
          position: absolute;
          right: 20px;
          -ms-transform: translateY(-100%);
          transform: translateY(-100%); } }
    @media (max-width: 599px) {
      .connect-container > header {
        padding: 20px 0px; } }
  .connect-container > header {
    padding-top: 70px;
    padding-bottom: 60px; }
  .connect-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 81.33333em;
    max-width: 76.25rem;
    padding: 0 20px; }
    .connect-container > .fsElementContent .fsFourColumnLayout {
      padding: 0 20px 20px 20px; }
      @media (max-width: 599px) {
        .connect-container > .fsElementContent .fsFourColumnLayout {
          padding: 10px; } }
      .connect-container > .fsElementContent .fsFourColumnLayout > .fsDiv {
        padding: 0 10px; }
      .connect-container > .fsElementContent .fsFourColumnLayout .fsStyleColumn > * {
        min-height: 150px;
        background-color: #f2f2f2;
        margin-bottom: 20px; }
      @media (max-width: 799px) {
        .connect-container > .fsElementContent .fsFourColumnLayout {
          padding: 10px 0px; }
          .connect-container > .fsElementContent .fsFourColumnLayout > .fsDiv {
            padding: 0 0px; } }

.soc-insta,
.soc-facebook,
.soc-twitter {
  position: relative; }
  .soc-insta:before,
  .soc-facebook:before,
  .soc-twitter:before {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    top: 10px;
    left: 10px; }
  .soc-insta:after,
  .soc-facebook:after,
  .soc-twitter:after {
    content: '';
    position: absolute;
    font-family: FontAwesome;
    width: 48px;
    height: 48px;
    top: 10px;
    left: 10px;
    padding-top: 12px;
    color: #fff;
    text-align: center;
    font-size: 20px; }

.soc-insta:before {
  background-color: #125688; }

.soc-insta:after {
  content: '\f16d'; }

.soc-insta .entry-title,
.soc-insta .entry-content {
  display: none; }

.soc-insta .img-wrap img {
  vertical-align: top;
  width: 100%; }

.soc-facebook {
  overflow: hidden; }
  .soc-facebook:before {
    background-color: #5c7b90; }
  .soc-facebook:after {
    content: '\f09a'; }
  .soc-facebook img {
    float: left;
    margin: 10px;
    max-width: 100px; }
  .soc-facebook, .soc-facebook ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .soc-facebook li {
    margin: 0;
    padding: 0; }
  .soc-facebook .facebook-post {
    padding: 20px;
    font-size: 14px;
    color: #545252;
    font-weight: 500; }
  .soc-facebook .facebook-picture {
    display: none; }
  .soc-facebook .facebook-title {
    display: block;
    font-size: 16px;
    color: #00395D;
    font-weight: 700;
    padding-top: 50px;
    padding-left: 0px;
    line-height: 1.2;
    padding-bottom: 5px;
    transition: color .3s ease-in-out; }
    .soc-facebook .facebook-title:before {
      content: 'University Prep';
      position: absolute;
      top: 20px;
      left: 70px; }
    .soc-facebook .facebook-title:hover {
      color: #e8b23f; }
  .soc-facebook .facebook-picture {
    overflow: hidden;
    float: left; }

.soc-twitter:before {
  background-color: #409185; }

.soc-twitter:after {
  content: '\f099'; }

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

.soc-twitter li {
  margin: 0;
  padding: 0; }

.soc-twitter .timeline-Tweet-retweetCredit {
  display: none; }

.soc-twitter a {
  color: #67B346;
  font-weight: 500; }
  .soc-twitter a:hover {
    color: #00395D; }

.soc-twitter .fsElementContent {
  overflow: hidden;
  font-size: 14px;
  color: #545252;
  font-weight: 500; }

.soc-twitter .TweetAuthor {
  padding: 20px 10px 10px 60px;
  vertical-align: top;
  line-height: 1.3; }

.soc-twitter .TweetAuthor-name {
  font-size: 16px;
  color: #67B346;
  font-weight: 700;
  padding-left: 12px;
  transition: color .3s ease-in-out; }
  .soc-twitter .TweetAuthor-name:hover {
    color: #e8b23f; }

.soc-twitter .TweetAuthor-avatar {
  display: none; }

.soc-twitter .TweetAuthor-screenName {
  padding-left: 12px;
  font-size: 14px;
  color: #777; }

.soc-twitter .timeline-Tweet-text {
  padding: 15px 20px 0px 20px;
  width: calc(100% - 20px); }

.soc-twitter .timeline-ShareMenu-container {
  display: none; }

.soc-twitter .Identity-avatar, .soc-twitter img {
  overflow: hidden !important;
  float: left !important; }

.soc-twitter .timeline-Tweet-media {
  display: none; }

.soc-twitter .timeline-Tweet-metadata {
  float: right;
  padding: 5px 10px 10px 0px;
  color: #666;
  font-size: 13px; }
  .soc-twitter .timeline-Tweet-metadata a {
    color: #67B346;
    font-size: 13px; }

.soc-twitter .timeline-Tweet-text {
  overflow-x: hidden;
  display: inline-block; }

body:not(.fsDraftMode) .swap-container > .fsElementContent > .fsElement.active {
  overflow: hidden !important; }

body:not(.fsComposeMode) .testimonial-slideshow {
  width: 100%;
  overflow: hidden;
  padding-top: 74px;
  background: #00395D;
  padding-top: 50px;
  padding-bottom: 0; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .testimonial-slideshow {
      padding-top: 74px;
      padding-bottom: 44px; } }
  @media (min-width: 800px) {
    body:not(.fsComposeMode) .testimonial-slideshow {
      padding-bottom: 93px; } }
  @media (min-width: 800px) {
    body:not(.fsComposeMode) .testimonial-slideshow {
      padding-top: 90px; } }
  body:not(.fsComposeMode) .testimonial-slideshow > header {
    padding: 0 15px 25px;
    margin: 0;
    text-align: center; }
    body:not(.fsComposeMode) .testimonial-slideshow > header h2 {
      font-style: normal;
      font-weight: 600;
      font-size: 22px;
      line-height: 26px;
      font-family: 'Hind', sans-serif;
      text-align: center;
      letter-spacing: 2px;
      text-transform: uppercase;
      position: relative;
      display: inline-block;
      z-index: 1;
      color: #fff;
      margin-bottom: 0; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .testimonial-slideshow > header h2 {
          font-size: 34px;
          line-height: 41px;
          margin-bottom: 20px; } }
    body:not(.fsComposeMode) .testimonial-slideshow > header a {
      text-align: center;
      display: inline-block;
      font-weight: 500;
      font-size: 11px;
      line-height: 11px;
      color: #666666;
      text-align: center;
      text-transform: uppercase; }
      body:not(.fsComposeMode) .testimonial-slideshow > header a:hover, body:not(.fsComposeMode) .testimonial-slideshow > header a:focus {
        color: #e8b23f;
        text-decoration: underline; }
  body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent {
    max-width: 1180px;
    margin: 0 auto; }
    body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-content {
      position: relative;
      max-width: 980px;
      margin: 0 auto;
      padding-top: 20px; }
      body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-content .fsContent {
        padding: 0 50px;
        position: relative;
        margin-left: 20px; }
        @media (min-width: 600px) {
          body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-content .fsContent {
            margin-left: 40px; } }
        body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-content .fsContent:before {
          content: '';
          color: #E8B23F;
          background: url("../svg/quotation.svg");
          height: 20px;
          background-size: contain;
          width: 32px;
          display: block;
          background-repeat: no-repeat;
          position: absolute;
          left: -5px;
          top: 0; }
          @media (min-width: 600px) {
            body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-content .fsContent:before {
              width: 50px;
              height: 30px;
              left: -40px; } }
      body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-content .fsElementContent {
        margin: 0;
        text-align: center;
        font-weight: 300;
        font-size: 14px;
        line-height: 21px; }
        @media (min-width: 600px) {
          body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-content .fsElementContent {
            font-size: 19px;
            line-height: 32px; } }
        body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-content .fsElementContent p {
          color: #fff;
          text-align: left; }
        @media (min-width: 400px) {
          body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-content .fsElementContent {
            font-size: 20px;
            line-height: 32px; } }
        body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-content .fsElementContent:before, body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-content .fsElementContent:after {
          display: none; }
      body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-content .fsElement > header {
        display: none; }
      body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-content .fsElement > footer p {
        font-family: 'Hind', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #fff; }
      @media (min-width: 400px) {
        body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-content .fsElement > footer {
          margin-top: 29px; } }
      @media (max-width: 399px) {
        body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-content .fsElement > footer {
          margin-bottom: 37px; } }
    body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation {
      max-width: 800px;
      margin: 0 auto; }
      body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation .slick-dots {
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media (max-width: 599px) {
          body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation .slick-dots {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-left: -10px;
            margin-right: -10px; } }
      body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation ul, body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation li {
        list-style: none;
        padding: 0;
        margin: 0; }
      body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation li {
        display: inline-block;
        padding: 4px 4px 4px 4px;
        border-radius: 100%;
        position: relative;
        cursor: pointer;
        /*
        &:before {
          content: '';
          display: block;
          border-radius: 100%;
          width: 42px;
          height: 42px;
          position: absolute;
          top: 50%;
          left: 50%;
          z-index: 8;
          transform: translate(-50%, -50%) scale(0.1);
          border: 1px solid #cccccc;
          transition: transform 0.3s ease;

          @include breakpoint($bp-tiny) {
            width: 85px;
            height: 85px;
            border-width: 3px;
          }
        }
        */
        /*
        &:after {
          content: '';
          display: block;
          border-radius: 100%;
          width: 34px;
          height: 34px;
          position: absolute;
          top: 50%;
          left: 50%;
          z-index: 11;
          transform: translate(-50%, -50%) scale(0.1);
          opacity: 0;
          background-color: #cccccc;
          transition: transform 0.3s ease, opacity 0.3s ease;

          @include breakpoint($bp-tiny) {
            width: 50px;
            height: 50px;
          }
        }
        */ }
        @media (min-width: 400px) {
          body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation li {
            padding: 4px 12px; } }
        body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation li:hover:before, body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation li:focus-within:before {
          -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1); }
        body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation li:hover:after, body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation li:focus-within:after {
          -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
          opacity: 1; }
        body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation li.slick-active button {
          -ms-transform: scale(1.25);
          transform: scale(1.25);
          border-color: #E8B23F; }
        body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation li.slick-active:before {
          -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
          border-color: #e8b23f; }
        body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation li.slick-active:after {
          -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
          background-color: #e8b23f;
          opacity: 1; }
      body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation .testimonial-thumbnail {
        display: block;
        width: 55px;
        height: 55px;
        border-radius: 100%;
        border: 0px;
        position: relative;
        z-index: 12;
        background-color: #dcdcdd;
        background-size: cover;
        background-position: center center;
        font-size: 0;
        cursor: pointer;
        transition: 0.3s ease;
        border: 3px solid transparent;
        background-size: 80px; }
        @media (min-width: 400px) {
          body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation .testimonial-thumbnail {
            width: 80px;
            height: 80px; } }
  body:not(.fsComposeMode) .testimonial-slideshow .slick-arrow.fsPrevButton, body:not(.fsComposeMode) .testimonial-slideshow .slick-arrow.fsNextButton {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    z-index: 10; }
    body:not(.fsComposeMode) .testimonial-slideshow .slick-arrow.fsPrevButton span, body:not(.fsComposeMode) .testimonial-slideshow .slick-arrow.fsNextButton span {
      font-size: 0; }
  body:not(.fsComposeMode) .testimonial-slideshow .slick-arrow.fsPrevButton {
    left: -10px; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .testimonial-slideshow .slick-arrow.fsPrevButton {
        left: -20px; } }
  body:not(.fsComposeMode) .testimonial-slideshow .slick-arrow.fsNextButton {
    right: -10px; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .testimonial-slideshow .slick-arrow.fsNextButton {
        right: -20px; } }

.callout-buttons > .fsElementContent li a {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  display: block;
  padding: 23px 20px 18px;
  position: relative;
  text-align: center; }

.donation-pages:not(.fsComposeMode) {
  position: relative; }
  .donation-pages:not(.fsComposeMode) #fsPageBodyWrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0; }
  .donation-pages:not(.fsComposeMode) #fsPageBody {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  body.donation-pages:not(.home):not(.fsHasLeftBanner):not(.fsHasRightBanner) #fsPageContent {
    max-width: 100%; }
  .donation-pages:not(.fsComposeMode) #fsPageContent .fsPageLayout {
    margin-left: 0;
    margin-right: 0; }
    .donation-pages:not(.fsComposeMode) #fsPageContent .fsPageLayout > .fsDiv {
      padding-left: 0;
      padding-right: 0; }
  .donation-pages:not(.fsComposeMode) .nav-main .fsNavPageInfo .site-info-container {
    display: inline-block; }
  .donation-pages:not(.fsComposeMode) .hero {
    position: relative;
    background-color: #00395D;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    width: 100%;
    height: auto;
    min-height: 480px;
    overflow: hidden; }
    @media (min-width: 800px) {
      .donation-pages:not(.fsComposeMode) .hero {
        height: 600px; } }
    @media (max-width: 799px) {
      .donation-pages:not(.fsComposeMode) .hero {
        min-height: 680px; } }
    .donation-pages:not(.fsComposeMode) .hero:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.3);
      content: ''; }
    .donation-pages:not(.fsComposeMode) .hero > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 81.33333em;
      max-width: 76.25rem;
      padding: 0 20px;
      position: absolute;
      top: 50%;
      right: 20px;
      left: 20px;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-align: center; }
      @media (max-width: 799px) {
        .donation-pages:not(.fsComposeMode) .hero > .fsElementContent {
          top: 410px; } }
      .donation-pages:not(.fsComposeMode) .hero > .fsElementContent > header .fsElementTitle {
        margin-top: 0;
        font-weight: normal;
        font-size: 3.33333em;
        line-height: 1.2em;
        text-transform: uppercase;
        font-family: 'Hind', sans-serif;
        letter-spacing: 10px;
        font-weight: 400 !important;
        margin-bottom: 0.2em;
        color: #fff;
        text-transform: none;
        font-size: 65px; }
        @media (max-width: 799px) {
          .donation-pages:not(.fsComposeMode) .hero > .fsElementContent > header .fsElementTitle {
            font-size: 35px; } }
      .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step {
        zoom: 1;
        margin: 0 auto 20px;
        padding: 0;
        width: 100%;
        max-width: 1000px;
        background: rgba(0, 0, 0, 0.6);
        display: -ms-flexbox;
        display: flex; }
        .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step:after {
          display: table;
          clear: both;
          content: ''; }
        .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step > .fsElementContent {
          padding: 26px 20px;
          display: inline-block;
          width: 60%;
          float: left;
          text-align: left; }
          @media (min-width: 800px) {
            .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step > .fsElementContent {
              width: 50%; } }
          .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step > .fsElementContent p {
            margin-bottom: 0; }
          .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step > .fsElementContent strong {
            font-weight: 700;
            font-size: 26px;
            line-height: 30px;
            text-transform: uppercase;
            /*

              &:before {
                @include font-icon('\f155'); // dollar sign
                display: inline-block;
                margin-right: 14px;
                color: $intro-icon-text;
              }

              */ }
        .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step > footer {
          display: inline-block;
          width: 40%;
          text-align: center; }
          @media (min-width: 800px) {
            .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step > footer {
              width: 50%;
              text-align: right; } }
          .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step > footer .fsElementFooterContent, .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step > footer .fsElementFooterContent a {
            height: 100%; }
          .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step > footer a {
            margin-bottom: 0;
            display: inline-block;
            text-transform: uppercase;
            font-weight: 700;
            border: none;
            background: #fec01a;
            color: #fff;
            padding: 30px 35px; }
            .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step > footer a:hover {
              background: #fff;
              color: #fec01a; }
  .donation-pages:not(.fsComposeMode) .blurb {
    position: relative;
    margin: 0 auto;
    max-width: 81.33333em;
    max-width: 76.25rem;
    padding: 0 20px;
    padding-right: 1.33333em;
    padding-left: 1.33333em;
    max-width: 980px;
    margin-top: 60px;
    margin-bottom: 60px; }
    @media (min-width: 1220px) {
      .donation-pages:not(.fsComposeMode) .blurb {
        padding-right: 0;
        padding-left: 0; } }
    .donation-pages:not(.fsComposeMode) .blurb > header {
      text-align: center; }
      .donation-pages:not(.fsComposeMode) .blurb > header .fsElementTitle {
        margin-top: 0;
        font-weight: normal;
        font-size: 3.33333em;
        line-height: 1.2em;
        text-transform: uppercase;
        font-family: 'Hind', sans-serif;
        letter-spacing: 10px;
        font-weight: 400 !important;
        margin-bottom: 0.2em;
        color: #00395D;
        text-transform: none; }
  .donation-pages:not(.fsComposeMode) .callout-buttons {
    background: #00395D; }
    .donation-pages:not(.fsComposeMode) .callout-buttons > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 81.33333em;
      max-width: 76.25rem;
      padding: 0 20px;
      padding-right: 1.33333em;
      padding-left: 1.33333em;
      padding-top: 1.33333em;
      padding-bottom: 1.33333em;
      zoom: 1;
      text-align: center; }
      .donation-pages:not(.fsComposeMode) .callout-buttons > .fsElementContent:after {
        display: table;
        clear: both;
        content: ''; }
      .donation-pages:not(.fsComposeMode) .callout-buttons > .fsElementContent li {
        display: block;
        margin: 0 0 20px;
        padding: 0 10px;
        width: auto; }
        .donation-pages:not(.fsComposeMode) .callout-buttons > .fsElementContent li:nth-of-type(4) {
          margin-bottom: 0; }
        @media (min-width: 800px) {
          .donation-pages:not(.fsComposeMode) .callout-buttons > .fsElementContent li {
            display: inline-block;
            float: left;
            width: 50%; }
            .donation-pages:not(.fsComposeMode) .callout-buttons > .fsElementContent li:nth-of-type(3), .donation-pages:not(.fsComposeMode) .callout-buttons > .fsElementContent li:nth-of-type(4) {
              margin-bottom: 0; } }
        @media (min-width: 1000px) {
          .donation-pages:not(.fsComposeMode) .callout-buttons > .fsElementContent li {
            width: 25%;
            margin-bottom: 0; } }
  .donation-pages:not(.fsComposeMode) .spotlight {
    position: relative;
    margin: 0 auto;
    max-width: 81.33333em;
    max-width: 76.25rem;
    padding: 0 20px;
    max-width: 980px; }
    .donation-pages:not(.fsComposeMode) .spotlight .fsDiv {
      padding: 0;
      margin: 0; }
    .donation-pages:not(.fsComposeMode) .spotlight .fsElement {
      position: relative;
      margin: 0 auto 20px;
      padding: 0;
      background-color: transparent;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 280px;
      height: 280px; }
      .donation-pages:not(.fsComposeMode) .spotlight .fsElement:hover:before {
        background: rgba(103, 179, 70, 0.9); }
      .donation-pages:not(.fsComposeMode) .spotlight .fsElement:hover .fsElementContent {
        max-height: 500px;
        visibility: visible;
        opacity: 1; }
      .donation-pages:not(.fsComposeMode) .spotlight .fsElement:before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        transition: all 0.3s ease; }
      .donation-pages:not(.fsComposeMode) .spotlight .fsElement:after {
        display: block;
        content: '';
        position: absolute;
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        border: 1px solid rgba(255, 255, 255, 0.9); }
      @media (min-width: 800px) {
        .donation-pages:not(.fsComposeMode) .spotlight .fsElement {
          width: 300px;
          height: 300px; } }
      .donation-pages:not(.fsComposeMode) .spotlight .fsElement header {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 20px;
        color: #fff;
        text-align: center; }
        .donation-pages:not(.fsComposeMode) .spotlight .fsElement header .fsElementTitle {
          font-weight: 700;
          font-size: 18px;
          line-height: 22px;
          color: #fff;
          text-transform: none; }
      .donation-pages:not(.fsComposeMode) .spotlight .fsElement .fsElementContent {
        height: auto;
        max-height: 0;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease; }
        .donation-pages:not(.fsComposeMode) .spotlight .fsElement .fsElementContent a {
          color: #eeeeee; }
          .donation-pages:not(.fsComposeMode) .spotlight .fsElement .fsElementContent a:hover {
            color: #fff; }

.donation-pages-form .ways-give-intro,
.donation-pages-form .types-gifts-intro {
  margin: 0 0 20px 0;
  width: 100%; }

.donation-pages-form .ways-give-panel,
.donation-pages-form .types-gifts-panel {
  position: fixed; }

.callout-buttons > .fsElementContent li {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  width: 100%; }
  .callout-buttons > .fsElementContent li a {
    font-family: "museo-sans", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    max-width: 100%;
    width: 100%;
    background: #00395D;
    color: #fff; }
    .callout-buttons > .fsElementContent li a:hover {
      background: #fff;
      color: #00395D; }

.ways-give-intro,
.types-gifts-intro {
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
  height: auto;
  text-align: left;
  transition: all 0.3s ease;
  color: #fff; }
  @media (min-width: 800px) {
    .ways-give-intro,
    .types-gifts-intro {
      margin: 0 10px;
      width: 280px; } }
  .ways-give-intro:hover,
  .types-gifts-intro:hover {
    background: #fec01a; }
    .ways-give-intro:hover > header .fsElementTitle:after,
    .types-gifts-intro:hover > header .fsElementTitle:after {
      color: #fff; }
  .ways-give-intro > header,
  .types-gifts-intro > header {
    cursor: pointer; }
    .ways-give-intro > header .fsElementTitle,
    .types-gifts-intro > header .fsElementTitle {
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      color: #fff;
      text-transform: none;
      font-family: "Hind", sans-serif; }
      .ways-give-intro > header .fsElementTitle:after,
      .types-gifts-intro > header .fsElementTitle:after {
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-style: normal;
        float: right;
        color: #fec01a;
        font-size: 14px;
        line-height: 20px;
        transition: all 0.3s ease; }
  .ways-give-intro > .fsElementContent,
  .types-gifts-intro > .fsElementContent {
    font-size: 13px;
    line-height: 20px; }

.ways-give-panel,
.types-gifts-panel {
  padding-right: 1.33333em;
  padding-left: 1.33333em;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0;
  background: rgba(232, 178, 63, 0.95);
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9001;
  width: 100%;
  height: auto;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  transition: all 0.3s ease; }
  @media (min-width: 800px) {
    .ways-give-panel,
    .types-gifts-panel {
      position: absolute; } }
  @media (min-width: 1220px) {
    .ways-give-panel,
    .types-gifts-panel {
      padding-right: 0;
      padding-left: 0; } }
  .ways-give-panel.panel-active,
  .types-gifts-panel.panel-active {
    max-height: 5000px;
    visibility: visible;
    opacity: 1;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .ways-give-panel .fsContainer > header,
  .types-gifts-panel .fsContainer > header {
    position: relative;
    margin: 0 auto;
    max-width: 81.33333em;
    max-width: 76.25rem;
    padding: 0 20px;
    position: relative; }
    .ways-give-panel .fsContainer > header .fsElementTitle,
    .types-gifts-panel .fsContainer > header .fsElementTitle {
      margin-top: 0;
      font-weight: normal;
      font-size: 3.33333em;
      line-height: 1.2em;
      text-transform: uppercase;
      font-family: 'Hind', sans-serif;
      letter-spacing: 10px;
      font-weight: 400 !important;
      margin-bottom: 0.2em;
      margin: 0 0 20px 0; }
      .ways-give-panel .fsContainer > header .fsElementTitle .close-panel,
      .types-gifts-panel .fsContainer > header .fsElementTitle .close-panel {
        float: right;
        display: inline-block;
        margin: 0;
        padding: 0;
        cursor: pointer;
        color: #fff; }
        .ways-give-panel .fsContainer > header .fsElementTitle .close-panel:hover,
        .types-gifts-panel .fsContainer > header .fsElementTitle .close-panel:hover {
          color: rgba(255, 255, 255, 0.5); }
        .ways-give-panel .fsContainer > header .fsElementTitle .close-panel span,
        .types-gifts-panel .fsContainer > header .fsElementTitle .close-panel span {
          font-size: 0; }
          .ways-give-panel .fsContainer > header .fsElementTitle .close-panel span:before,
          .types-gifts-panel .fsContainer > header .fsElementTitle .close-panel span:before {
            display: inline-block;
            content: 'X';
            font-weight: 400;
            font-size: 20px;
            line-height: 1;
            width: auto;
            color: inherit; }
  .ways-give-panel .fsContainer > .fsElementContent,
  .types-gifts-panel .fsContainer > .fsElementContent {
    zoom: 1;
    position: relative;
    margin: 0 auto;
    max-width: 81.33333em;
    max-width: 76.25rem;
    padding: 0 20px;
    text-align: left;
    width: 100%; }
    .ways-give-panel .fsContainer > .fsElementContent:after,
    .types-gifts-panel .fsContainer > .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }
  .ways-give-panel .fsElement:not(.fsContainer),
  .types-gifts-panel .fsElement:not(.fsContainer) {
    position: relative;
    margin-bottom: 40px;
    text-align: left; }
    @media (min-width: 600px) {
      .ways-give-panel .fsElement:not(.fsContainer),
      .types-gifts-panel .fsElement:not(.fsContainer) {
        display: inline-block;
        float: left;
        width: 50%;
        padding-right: 30px; } }
    @media (min-width: 800px) {
      .ways-give-panel .fsElement:not(.fsContainer),
      .types-gifts-panel .fsElement:not(.fsContainer) {
        width: 33.33%; } }
    .ways-give-panel .fsElement:not(.fsContainer):before,
    .types-gifts-panel .fsElement:not(.fsContainer):before {
      display: block;
      width: 50px;
      height: auto;
      font-size: 22px;
      line-height: 50px;
      text-align: center;
      border-radius: 100%;
      background: #fff;
      color: #545252;
      position: absolute;
      top: 50%;
      left: 0;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .ways-give-panel .fsElement:not(.fsContainer) > header,
    .types-gifts-panel .fsElement:not(.fsContainer) > header {
      padding-left: 65px; }
      .ways-give-panel .fsElement:not(.fsContainer) > header .fsElementTitle,
      .types-gifts-panel .fsElement:not(.fsContainer) > header .fsElementTitle {
        margin-bottom: 0;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase; }
    .ways-give-panel .fsElement:not(.fsContainer) > .fsElementContent,
    .types-gifts-panel .fsElement:not(.fsContainer) > .fsElementContent {
      padding-left: 65px;
      font-size: 14px;
      line-height: 20px; }
      .ways-give-panel .fsElement:not(.fsContainer) > .fsElementContent a,
      .types-gifts-panel .fsElement:not(.fsContainer) > .fsElementContent a {
        color: #eeeeee; }
        .ways-give-panel .fsElement:not(.fsContainer) > .fsElementContent a:hover,
        .types-gifts-panel .fsElement:not(.fsContainer) > .fsElementContent a:hover {
          color: #fff; }

.ways-give-panel .fsElement:not(.fsContainer):nth-of-type(1):before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.ways-give-panel .fsElement:not(.fsContainer):nth-of-type(2):before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.ways-give-panel .fsElement:not(.fsContainer):nth-of-type(3):before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.ways-give-panel .fsElement:not(.fsContainer):nth-of-type(4):before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.ways-give-panel .fsElement:not(.fsContainer):nth-of-type(5):before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.ways-give-panel .fsElement:not(.fsContainer):nth-of-type(6):before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.ways-give-panel .fsElement:not(.fsContainer):nth-of-type(7):before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.ways-give-panel .fsElement:not(.fsContainer):nth-of-type(8):before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.ways-give-panel .fsElement:not(.fsContainer):nth-of-type(9):before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.types-gifts-panel .fsElement:not(.fsContainer):nth-of-type(1):before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.types-gifts-panel .fsElement:not(.fsContainer):nth-of-type(2):before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.types-gifts-panel .fsElement:not(.fsContainer):nth-of-type(3):before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.types-gifts-panel .fsElement:not(.fsContainer):nth-of-type(4):before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.types-gifts-panel .fsElement:not(.fsContainer):nth-of-type(5):before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent a, .portal:not(.fsComposeMode) .portal-cal .fsElementFooterContent a, .portal:not(.fsComposeMode) .portal-directory .fsElementPagination a, .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsEmail a {
  color: #fec01a; }
  .portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent a:hover, .portal:not(.fsComposeMode) .portal-cal .fsElementFooterContent a:hover, .portal:not(.fsComposeMode) .portal-directory .fsElementPagination a:hover, .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsEmail a:hover {
    color: #67B346; }

.portal:not(.fsComposeMode) .portal-news .fsPrevButton::before, .portal:not(.fsComposeMode) .portal-student-announcements .fsPrevButton::before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  font-size: 60px;
  color: #dedede; }

.portal:not(.fsComposeMode) .portal-news .fsNextButton::before, .portal:not(.fsComposeMode) .portal-student-announcements .fsNextButton::before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  font-size: 60px;
  color: #dedede; }

.portal:not(.fsComposeMode) .portal-news .fsPager, .portal:not(.fsComposeMode) .portal-student-announcements .fsPager {
  padding-top: 20px; }
  .portal:not(.fsComposeMode) .portal-news .fsPager li button:before, .portal:not(.fsComposeMode) .portal-student-announcements .fsPager li button:before {
    color: #dedede; }
  .portal:not(.fsComposeMode) .portal-news .fsPager li.slick-active button:before, .portal:not(.fsComposeMode) .portal-student-announcements .fsPager li.slick-active button:before {
    color: #dedede; }

#fsAccountBar {
  background: #182f50;
  color: #fff;
  font-size: 15px;
  font-family: "Hind", sans-serif;
  height: 40px; }
  #fsAccountBar > ul > li {
    height: 40px;
    padding: 10px 12px 8px; }
  #fsAccountBar a {
    color: #fff;
    font-size: 15px;
    font-family: "Hind", sans-serif; }
    #fsAccountBar a:hover {
      color: #fec01a; }
  #fsAccountBar .fsAccountBarAvatar {
    height: 40px; }
  #fsAccountBar .fsAccountBarMenu a {
    color: #545252;
    font-size: 15px;
    font-family: "Hind", sans-serif; }
    #fsAccountBar .fsAccountBarMenu a:hover {
      color: #fec01a; }

.portal a.files:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  position: relative;
  display: inline;
  font-size: 14px;
  margin-right: 5px; }

.portal a.pops:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  position: relative;
  display: inline;
  font-size: 14px;
  margin-right: 5px; }

.portal #fsBannerLeft .fsCalendar.fsList article {
  padding-left: 0px;
  font-size: 16px; }

.portal #fsBannerLeft .fsCalendar.fsList .fsDate {
  position: relative;
  top: 0;
  background: none;
  color: initial;
  width: auto;
  height: auto;
  text-align: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #67B346; }
  .portal #fsBannerLeft .fsCalendar.fsList .fsDate span {
    display: inline; }

.portal #fsBannerLeft .fsCalendar.fsList .fsDescription p {
  margin-bottom: 2px; }

@media (max-width: 799px) {
  .portal:not(.fsComposeMode) #fsPageBody {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .portal:not(.fsComposeMode) #fsBannerLeft {
    -ms-flex-order: 2;
    order: 2; }
  .portal:not(.fsComposeMode) #fsPageContent {
    -ms-flex-order: 1;
    order: 1; } }

.portal:not(.fsComposeMode) .portal-hero {
  height: 310px;
  position: relative; }
  @media (max-width: 799px) {
    .portal:not(.fsComposeMode) .portal-hero {
      height: 200px; } }
  .portal:not(.fsComposeMode) .portal-hero header {
    position: relative;
    margin: 0 auto;
    max-width: 81.33333em;
    max-width: 76.25rem;
    padding: 0 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0; }
  .portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
    position: absolute;
    right: 0;
    bottom: 40px;
    margin-bottom: 0px;
    text-align: right;
    color: #fff;
    font-family: "Hind", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 62px; }
    @media (max-width: 1200px) {
      .portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
        padding: 0 20px; } }
    @media (max-width: 799px) {
      .portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
        font-size: 42px;
        left: 0;
        text-align: center; } }

.portal:not(.fsComposeMode) #fsPageBodyWrapper header h2.fsElementTitle {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
  color: #162f50; }

.portal:not(.fsComposeMode) #fsPageBodyWrapper .portal-rsrc > .fsElementContent > .fsElement {
  margin-bottom: 30px; }
  .portal:not(.fsComposeMode) #fsPageBodyWrapper .portal-rsrc > .fsElementContent > .fsElement > header h2.fsElementTitle {
    font-family: "Hind", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #545252;
    text-transform: none; }

.portal:not(.fsComposeMode) .portal-news {
  position: relative; }
  .portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent {
        position: absolute;
        right: 0;
        top: 10px;
        margin-bottom: 0px; } }
  .portal:not(.fsComposeMode) .portal-news a.fsThumbnail {
    width: 300px;
    height: 240px;
    margin-right: 30px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (max-width: 599px) {
      .portal:not(.fsComposeMode) .portal-news a.fsThumbnail {
        display: block;
        float: none; } }
    .portal:not(.fsComposeMode) .portal-news a.fsThumbnail img {
      display: none; }
  .portal:not(.fsComposeMode) .portal-news .fsTitle a.fsNewsPostLink {
    font-family: "Hind", sans-serif;
    font-weight: 600;
    color: #162f50;
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px; }
    .portal:not(.fsComposeMode) .portal-news .fsTitle a.fsNewsPostLink:hover {
      color: #fec01a; }
  .portal:not(.fsComposeMode) .portal-news .fsDateTime {
    font-family: "Hind", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #545252; }
  .portal:not(.fsComposeMode) .portal-news .fsSummary {
    font-size: 15px;
    color: #545252;
    line-height: 22px; }
  .portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink {
    display: inline-block;
    font-family: "Hind", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    background: #00395D;
    padding: 8px 15px; }
    .portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink:hover {
      background: #e8b23f; }
  .portal:not(.fsComposeMode) .portal-news article {
    max-width: 100%;
    border: 0px; }
    @media (max-width: 480px) {
      .portal:not(.fsComposeMode) .portal-news article {
        padding: 0px !important; } }

.portal:not(.fsComposeMode) .portal-cal {
  margin-bottom: 55px;
  position: relative; }
  @media (min-width: 600px) {
    .portal:not(.fsComposeMode) .portal-cal .fsElementControls {
      position: absolute;
      right: 0;
      top: 12px; } }
  .portal:not(.fsComposeMode) .portal-cal > .fsElementContent > .fsListItems {
    border: 1px solid #ebebeb;
    padding: 40px 15px 20px; }
  .portal:not(.fsComposeMode) .portal-cal .fsDayContainer {
    display: inline; }
  .portal:not(.fsComposeMode) .portal-cal article {
    width: 25%;
    display: inline-block;
    margin-left: -2px;
    margin-right: -2px;
    padding-left: 0px;
    text-align: center;
    padding: 0 10px;
    vertical-align: top;
    border: 0; }
    @media (max-width: 599px) {
      .portal:not(.fsComposeMode) .portal-cal article {
        width: 100%;
        margin-bottom: 40px; } }
    .portal:not(.fsComposeMode) .portal-cal article .fsDate {
      position: relative;
      top: initial;
      width: 135px;
      height: 135px;
      border-radius: 100%;
      display: block;
      margin: 0 auto;
      background: #00395D;
      color: #fff;
      padding-top: 22px;
      margin-bottom: 30px; }
      .portal:not(.fsComposeMode) .portal-cal article .fsDate .fsDay {
        font-size: 56px;
        font-weight: 400;
        line-height: 1em;
        display: block; }
      .portal:not(.fsComposeMode) .portal-cal article .fsDate .fsMonth {
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 400;
        display: block; }
    .portal:not(.fsComposeMode) .portal-cal article .fsTitle {
      font-weight: bold;
      font-size: 20px;
      color: #162f50;
      line-height: 1em;
      margin-bottom: 5px; }
      .portal:not(.fsComposeMode) .portal-cal article .fsTitle a.fsCalendarEventLink {
        color: #162f50; }
        .portal:not(.fsComposeMode) .portal-cal article .fsTitle a.fsCalendarEventLink:hover {
          color: #fec01a; }
    .portal:not(.fsComposeMode) .portal-cal article .fsEventDetails {
      font-weight: 400;
      font-size: 15px;
      color: #424242; }
      .portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsTimeRange:before,
      .portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsAllDay:before {
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-family: FontAwesome;
        font-size: 15px;
        color: #67B346;
        margin-right: 2px;
        position: relative; }
      .portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsLocation:before {
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-family: FontAwesome;
        font-size: 15px;
        color: #67B346;
        margin-right: 5px;
        position: relative; }
  .portal:not(.fsComposeMode) .portal-cal .fsElementFooterContent {
    text-align: center; }

.portal:not(.fsComposeMode) .portal-directory-search {
  border-bottom: 0px; }
  .portal:not(.fsComposeMode) .portal-directory-search form label {
    font-family: "Hind", sans-serif;
    font-size: 15px;
    color: #67B346;
    display: block; }
    .portal:not(.fsComposeMode) .portal-directory-search form label > span {
      display: inline-block;
      min-width: 100px;
      text-align: right; }
    .portal:not(.fsComposeMode) .portal-directory-search form label > input,
    .portal:not(.fsComposeMode) .portal-directory-search form label > select {
      display: inline-block;
      max-width: 190px;
      height: 30px;
      padding: 2px;
      margin-left: 10px; }
  .portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton {
    font-family: "Hind", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    background: #00395D;
    padding: 8px 15px;
    min-width: 190px;
    margin-left: 125px;
    transition: background 0.15s linear; }
    .portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton:hover {
      background: #e8b23f; }

.portal:not(.fsComposeMode) .portal-directory .fsElementPagination {
  text-align: center; }

.portal:not(.fsComposeMode) .portal-directory .fsConstituentColumnLayout_3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 799px) {
    .portal:not(.fsComposeMode) .portal-directory .fsConstituentColumnLayout_3 {
      max-width: 600px;
      margin: 0 auto; } }

.portal:not(.fsComposeMode) .portal-directory .fsPhoto {
  width: 280px;
  height: 215px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 15px !important; }
  .portal:not(.fsComposeMode) .portal-directory .fsPhoto img {
    display: none; }

.portal:not(.fsComposeMode) .portal-directory .fsConstituentItem {
  background: none;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #67B346; }
  @media (max-width: 799px) {
    .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem {
      max-width: 280px;
      display: block;
      float: none; } }
  @media (max-width: 599px) {
    .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem {
      margin: 0 auto; } }
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem strong {
    font-weight: 600; }
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem > div {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px; }
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsFullName {
    font-family: "Hind", sans-serif;
    font-weight: 600;
    font-size: 24px;
    padding-left: 0px;
    padding-right: 0px;
    text-transform: uppercase;
    margin-bottom: 20px; }
    .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsFullName a {
      color: #162f50; }
      .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsFullName a:hover {
        color: #fec01a; }

.portal:not(.fsComposeMode) #fsBannerLeft > .fsBanner > .fsElement {
  margin-bottom: 70px; }

.portal:not(.fsComposeMode) .portal-sub-nav, .portal:not(.fsComposeMode) .portal-sub-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.portal:not(.fsComposeMode) .portal-sub-nav li {
  margin: 0;
  padding: 0; }

@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-sub-nav {
    display: none; } }

@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-sub-nav > .fsElementContent {
    display: none; } }

.active-nav > .fsElementContent {
  display: block; }

.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel1 {
  position: relative; }
  .portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel1 > li > a {
    padding: 0.66667em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: block; }

.portal:not(.fsComposeMode) .portal-sub-nav li.fsNavCurrentPage > a,
.portal:not(.fsComposeMode) .portal-sub-nav li.fsNavCurrentPageAncestor > a {
  color: #00395D; }

.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel2 > li > a {
  padding: 0.66667em 1.33333em;
  display: block; }

.portal:not(.fsComposeMode) .portal-sub-nav > header {
  display: block; }
  @media (min-width: 800px) {
    .portal:not(.fsComposeMode) .portal-sub-nav > header {
      display: none; } }
  @media (min-width: 800px) {
    .portal:not(.fsComposeMode) .portal-sub-nav > header {
      display: block; } }
  .portal:not(.fsComposeMode) .portal-sub-nav > header a {
    font-family: "Hind", sans-serif;
    font-weight: 600;
    font-size: 15px;
    display: block;
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 8px; }
  .portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle {
    position: relative;
    margin: 0;
    padding: 20px;
    cursor: pointer;
    background: #00395D;
    color: #fff;
    font-family: "Hind", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 800px) {
      .portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle {
        cursor: default; } }
    @media (max-width: 799px) {
      .portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle:after {
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 40px;
        line-height: 40px;
        text-align: center;
        margin-left: 8px;
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }
    @media (max-width: 799px) {
      .active-nav > header > .fsElementTitle:after {
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }

.portal:not(.fsComposeMode) .portal-sub-mobile {
  display: block;
  max-height: 40px;
  overflow: hidden;
  height: 40px;
  transition: max-height 0.15s linear;
  padding: 0px 20px 20px;
  background: #4c4c4c; }
  .portal:not(.fsComposeMode) .portal-sub-mobile a {
    color: #fff !important; }
  .portal:not(.fsComposeMode) .portal-sub-mobile header,
  .portal:not(.fsComposeMode) .portal-sub-mobile > .fsElementContent {
    max-width: 480px;
    margin: 0 auto;
    display: block !important; }
  @media (min-width: 800px) {
    .portal:not(.fsComposeMode) .portal-sub-mobile {
      display: none; } }
  .portal:not(.fsComposeMode) .portal-sub-mobile.active {
    height: auto;
    max-height: 900px; }
  .portal:not(.fsComposeMode) .portal-sub-mobile .fsNavLevel1 > li > a {
    border-bottom: 1px solid #b7b7b7; }
  .portal:not(.fsComposeMode) .portal-sub-mobile .sub-trigger {
    height: 40px;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0; }

.portal:not(.fsComposeMode) .rsrc-box ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px; }
  .portal:not(.fsComposeMode) .rsrc-box ul li {
    display: block; }

.portal:not(.fsComposeMode) .rsrc-box.qls ul li {
  display: inline-block;
  max-width: 50px;
  margin-right: 5px; }

.portal:not(.fsComposeMode) .portal-student-announcements {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 50px;
  width: 100%; }
  .portal:not(.fsComposeMode) .portal-student-announcements header {
    text-align: center; }
  .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow {
    margin-bottom: 0px;
    padding-bottom: 10px; }
    .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article {
      color: #6c6c6c;
      font-size: 15px;
      max-width: 100%;
      border: 0px; }
      @media (min-width: 600px) {
        .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article {
          padding-left: 30px; }
          .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article:nth-child(odd) {
            border-right: 1px solid #ebebeb; } }
      .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article .fsTitle > a {
        font-family: "Hind", sans-serif;
        font-weight: 600;
        font-size: 24px;
        color: #162f50; }
        .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article .fsTitle > a:hover {
          color: #fec01a; }

.portal:not(.fsComposeMode) .portal-photos {
  background: #d0d6dc;
  text-align: center;
  padding: 30px 0 55px; }
  .portal:not(.fsComposeMode) .portal-photos header h2.fsElementTitle {
    font-family: "Hind", sans-serif;
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase; }
  .portal:not(.fsComposeMode) .portal-photos ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .portal:not(.fsComposeMode) .portal-photos ul li {
      display: inline-block;
      width: 20%;
      margin-left: -2px;
      margin-right: -2px;
      padding: 0 4px; }
      @media (max-width: 599px) {
        .portal:not(.fsComposeMode) .portal-photos ul li {
          width: 33.33%; } }
      @media (max-width: 480px) {
        .portal:not(.fsComposeMode) .portal-photos ul li {
          width: 50%; } }
      @media (max-width: 320px) {
        .portal:not(.fsComposeMode) .portal-photos ul li {
          width: 100%; } }

/*! pages - style-guide v0.0.1 */
.fiftyfiftySlider {
  margin-bottom: 20px; }
  .fiftyfiftySlider .slick-arrow {
    position: absolute;
    top: auto;
    bottom: 350px;
    -ms-transform: none;
    transform: none;
    width: 50px;
    height: 50px;
    transition: 0.3s background;
    display: block !important;
    background: rgba(0, 0, 0, 0.2); }
    @media (min-width: 500px) {
      .fiftyfiftySlider .slick-arrow {
        bottom: 470px; } }
    @media (min-width: 700px) {
      .fiftyfiftySlider .slick-arrow {
        top: 1px;
        bottom: auto; } }
    .fiftyfiftySlider .slick-arrow:hover {
      background: rgba(0, 0, 0, 0.4); }
    .fiftyfiftySlider .slick-arrow:before {
      display: block;
      font-size: 1.625rem;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      line-height: 50px;
      color: #FFF; }
    .fiftyfiftySlider .slick-arrow.slick-prev {
      left: 1px; }
      .fiftyfiftySlider .slick-arrow.slick-prev:before {
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .fiftyfiftySlider .slick-arrow.slick-next {
      right: 0; }
      @media (min-width: 500px) {
        .fiftyfiftySlider .slick-arrow.slick-next {
          left: 52px;
          right: auto; } }
      .fiftyfiftySlider .slick-arrow.slick-next:before {
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
  .fiftyfiftySlider .bpa-slide {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #f8f8f8; }
    .fiftyfiftySlider .bpa-slide:focus {
      outline: 0; }
    @media (min-width: 700px) {
      .fiftyfiftySlider .bpa-slide {
        min-height: 480px; } }
    .fiftyfiftySlider .bpa-slide .caption-wrapper {
      position: static;
      top: 0;
      left: 0;
      bottom: auto;
      right: auto;
      -ms-transform: none;
      transform: none;
      text-align: center;
      padding: 65px 30px 65px;
      font-weight: normal;
      font-family: "Hind", sans-serif;
      background: transparent; }
      @media (min-width: 700px) {
        .fiftyfiftySlider .bpa-slide .caption-wrapper {
          width: 50%;
          height: 100%;
          position: absolute;
          padding-bottom: 30px; } }
      .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-title, .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-desc {
        text-align: center;
        text-shadow: none;
        font-size: 1.125rem;
        line-height: 1.2;
        display: block;
        color: #777777; }
      .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-title {
        margin-bottom: 10px;
        font-weight: bold;
        position: relative;
        padding-bottom: 18px; }
        .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-title:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          background: rgba(0, 0, 0, 0.2);
          width: 30px;
          height: 2px;
          margin: auto;
          background: rgba(0, 0, 0, 0.2); }
      .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-desc h1, .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-desc h2 {
        color: #1cacc1;
        font-size: 1.875rem;
        line-height: 1.2;
        margin-bottom: 18px;
        color: #1cacc1; }
      .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-desc p {
        line-height: 1.4; }
    .fiftyfiftySlider .bpa-slide article {
      top: 0;
      right: 0;
      position: static;
      height: 350px; }
      @media (min-width: 500px) {
        .fiftyfiftySlider .bpa-slide article {
          height: 470px; } }
      @media (min-width: 700px) {
        .fiftyfiftySlider .bpa-slide article {
          height: 100%;
          width: 50%;
          position: absolute; } }

.customSlideshow1 {
  margin-bottom: 20px; }
  .customSlideshow1 .slick-arrow {
    position: absolute;
    top: auto;
    bottom: 1px;
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none;
    width: 50px;
    height: 50px;
    transition: 0.3s background;
    display: block !important;
    background: rgba(0, 0, 0, 0.3); }
    .customSlideshow1 .slick-arrow:hover {
      background: rgba(0, 0, 0, 0.6); }
    .customSlideshow1 .slick-arrow:before {
      display: block;
      font-size: 1.625rem;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      line-height: 50px;
      color: #FFF; }
    .customSlideshow1 .slick-arrow.slick-prev {
      right: 52px; }
      .customSlideshow1 .slick-arrow.slick-prev:before {
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .customSlideshow1 .slick-arrow.slick-next {
      right: 1px; }
      @media (min-width: 500px) {
        .customSlideshow1 .slick-arrow.slick-next {
          right: 1px; } }
      .customSlideshow1 .slick-arrow.slick-next:before {
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
  .customSlideshow1 .bpa-slide {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #1cacc1; }
    .customSlideshow1 .bpa-slide:focus {
      outline: 0; }
    @media (min-width: 700px) {
      .customSlideshow1 .bpa-slide {
        min-height: 540px; } }
    .customSlideshow1 .bpa-slide .caption-wrapper {
      position: absolute;
      width: 100%;
      height: auto;
      bottom: 0;
      left: 0;
      right: auto;
      -ms-transform: none;
      transform: none;
      text-align: center;
      padding: 65px 30px 35px;
      font-weight: normal;
      font-family: "Hind", sans-serif;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+59 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 59%, rgba(0, 0, 0, 0.5) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );
      /* IE6-9 */
      z-index: 2; }
      .customSlideshow1 .bpa-slide .caption-wrapper .caption-title, .customSlideshow1 .bpa-slide .caption-wrapper .caption-desc {
        text-align: left;
        text-shadow: none;
        font-size: 18px;
        line-height: 1.2;
        display: block;
        font-weight: 300;
        padding-right: 110px;
        color: #FFF; }
      .customSlideshow1 .bpa-slide .caption-wrapper .caption-title {
        margin-bottom: 10px;
        font-weight: bold;
        position: relative;
        font-size: 20px;
        padding-bottom: 5px; }
      .customSlideshow1 .bpa-slide .caption-wrapper .caption-desc {
        font-size: 18px;
        font-weight: 300; }
        .customSlideshow1 .bpa-slide .caption-wrapper .caption-desc h1, .customSlideshow1 .bpa-slide .caption-wrapper .caption-desc h2 {
          color: #1cacc1;
          font-size: 1.2em;
          line-height: 1.2;
          margin-bottom: 18px;
          color: #FFF; }
        .customSlideshow1 .bpa-slide .caption-wrapper .caption-desc p {
          line-height: 1.4; }
    .customSlideshow1 .bpa-slide article {
      top: 0;
      right: 0;
      position: static;
      height: 350px;
      width: 100%; }
      @media (min-width: 500px) {
        .customSlideshow1 .bpa-slide article {
          height: 470px; } }
      @media (min-width: 700px) {
        .customSlideshow1 .bpa-slide article {
          height: 100%;
          width: 100%;
          position: absolute; } }

.style-guide-page .fsPageTitle {
  margin-bottom: 2em;
  padding: 1.33333em;
  background: rgba(0, 0, 0, 0.1); }

.instructions {
  position: relative;
  position: relative;
  margin: 0 auto;
  max-width: 81.33333em;
  max-width: 76.25rem;
  padding: 0 20px;
  font-family: "Hind", sans-serif;
  background-color: #edc46d;
  border-top: 3px solid #cc9318;
  padding: 0px;
  margin: 30px auto 20px auto; }
  .instructions > header {
    background-color: #e8b23f;
    padding: 15px 20px; }
    .instructions > header * {
      line-height: 1.1;
      margin-bottom: 0;
      font-size: 24px;
      font-weight: 600;
      color: #000; }
  .instructions > .fsElementContent {
    padding: 20px;
    position: relative; }
    .instructions > .fsElementContent > .theelement > pre:before {
      display: block;
      content: 'code example, placed in the HTML view:';
      font-weight: 700; }
  .instructions:before {
    content: '';
    position: absolute;
    left: -50vw;
    margin-top: -30px;
    width: 200vw;
    height: 4px;
    background-color: #363636; }

.whatami {
  font-size: 20px;
  font-weight: 600; }
  .whatami:before {
    content: '- '; }
  .whatami:after {
    content: ' -'; }

.thebasics {
  padding: 20px;
  font-size: 16px; }
  .thebasics:before {
    content: 'Basic notes:  ';
    padding-right: 6px;
    font-weight: 600; }

.thecontainer,
.theelement {
  position: relative;
  padding: 10px; }

.theclass {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 12px;
  background-color: #fff; }
  .theclass:before {
    content: 'Custom Class(es):  ';
    padding-right: 6px;
    color: #888; }

.thetitle,
.theheader,
.thefooter,
.thecontent {
  background-color: #f2d391; }

.thetitle {
  padding: 6px 20px; }
  .thetitle:before {
    content: 'Title Field:  ';
    padding-right: 6px;
    font-weight: 600; }

.theheader {
  padding: 6px 20px; }
  .theheader:before {
    content: 'Header Content:  ';
    padding-right: 6px;
    font-weight: 600; }

.thefooter {
  padding: 6px 20px; }
  .thefooter:before {
    content: 'Footer Content:  ';
    padding-right: 6px;
    font-weight: 600; }

.thecontent {
  padding: 6px 20px; }
  .thecontent:before {
    content: 'Main Content Section:  ';
    padding-right: 6px;
    font-weight: 600; }

.colors ol {
  zoom: 1;
  margin-bottom: 2.66667em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 80%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 40%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 20%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #545252;
      color: #545252; }
      .colors ol li:nth-of-type(1):after {
        content: "#545252"; }
    .colors ol li:nth-of-type(2) {
      background: #00395D;
      color: #00395D; }
      .colors ol li:nth-of-type(2):after {
        content: "#00395D"; }
    .colors ol li:nth-of-type(3) {
      background: #e8b23f;
      color: #e8b23f; }
      .colors ol li:nth-of-type(3):after {
        content: "#e8b23f"; }
    .colors ol li:nth-of-type(4) {
      background: #67B346;
      color: #67B346; }
      .colors ol li:nth-of-type(4):after {
        content: "#67B346"; }
    .colors ol li:nth-of-type(5) {
      background: #fec01a;
      color: #fec01a; }
      .colors ol li:nth-of-type(5):after {
        content: "#fec01a"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.66667em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.33333em;
    padding: 0.33333em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "museo-sans", sans-serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "museo-sans, sans-serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "Hind", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "Hind, sans-serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(5) {
      font-family: "FontAwesome"; }
      .fonts ol li:nth-of-type(5):after {
        content: "FontAwesome"; }
    .fonts ol li:nth-of-type(6) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(6):after {
        content: "IcoMoon"; }
    .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: 50px / line: 60px"; }

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

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

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

.headers h5:after {
  content: " size: 18px / line: 28px"; }

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

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

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

body:not(.fsComposeMode).publications-2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #545252; }
  body:not(.fsComposeMode).publications-2 #fsPageWrapper {
    overflow: hidden; }
  body:not(.fsComposeMode).publications-2 .hideme {
    display: none !important; }
  body:not(.fsComposeMode).publications-2 .pub-skip-link {
    margin: 0; }
    body:not(.fsComposeMode).publications-2 .pub-skip-link p {
      margin: 0; }
    body:not(.fsComposeMode).publications-2 .pub-skip-link a {
      position: absolute;
      top: -150px;
      left: 0px;
      color: #fff;
      padding: 2px 6px;
      font-size: 10px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .5px;
      background: transparent;
      transition: top 1s ease-out, background 1s linear;
      z-index: 9999;
      text-decoration: none; }
      body:not(.fsComposeMode).publications-2 .pub-skip-link a:after {
        content: "";
        font-family: "IcoMoon2";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin-left: 5px;
        font-size: 8px; }
      body:not(.fsComposeMode).publications-2 .pub-skip-link a:focus {
        left: 0px;
        top: 0px;
        background: #67B346;
        color: #FFF;
        transition: top .1s ease-in, background .5s linear; }
      body:not(.fsComposeMode).publications-2 .pub-skip-link a:hover {
        background: #fff;
        color: #67B346; }
  body:not(.fsComposeMode).publications-2 #fsHeader {
    position: relative;
    height: auto;
    overflow: visible; }
    body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section {
      background: #00395D;
      height: 50px;
      margin: 0; }
      body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section > .fsElementContent {
        position: relative;
        margin: 0 auto;
        max-width: 81.33333em;
        max-width: 76.25rem;
        padding: 0 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        @media (max-width: 1220px) {
          body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section > .fsElementContent {
            padding-right: 1.33333em;
            padding-left: 1.33333em; } }
      body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .school-name {
        margin: 0;
        display: none; }
        @media (min-width: 700px) {
          body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .school-name {
            display: block;
            text-align: center;
            width: 100%; } }
        @media (min-width: 900px) {
          body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .school-name {
            width: auto;
            text-align: left; } }
        body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .school-name a {
          display: block;
          font-family: "Hind", sans-serif;
          text-transform: uppercase;
          color: #fff;
          font-size: 14px;
          font-weight: bold;
          line-height: 18px;
          padding: 16px 0; }
          body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .school-name a:hover {
            color: #67B346; }
      body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 {
        display: none; }
        @media (min-width: 900px) {
          body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 {
            display: block; } }
        body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1, body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 ul {
          margin: 0;
          padding: 0;
          list-style: none; }
        body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li {
          margin: 0;
          padding: 0; }
        body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li {
          display: inline-block; }
          body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li a {
            display: block;
            font-family: "Hind", sans-serif;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: bold;
            line-height: 18px;
            padding: 16px;
            color: rgba(255, 255, 255, 0.6); }
            body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li a:hover {
              color: #fff; }
          body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li.search-trigger a {
            font-size: 0;
            color: transparent;
            width: 24px;
            position: relative;
            line-height: 1; }
            body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li.search-trigger a:before {
              content: "";
              font-family: "IcoMoon2";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none;
              color: rgba(255, 255, 255, 0.6);
              font-size: 26px;
              line-height: 1;
              position: absolute;
              top: -2px;
              left: 0;
              transition: color .3s; }
            body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li.search-trigger a:hover:before {
              color: #67B346; }
            body:not(.fsComposeMode).publications-2.pub-search-active #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li.search-trigger a:before {
              content: '\e901';
              color: rgba(255, 255, 255, 0.8); }
            body:not(.fsComposeMode).publications-2.pub-search-active #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li.search-trigger a:hover:before {
              color: #67B346; }
    body:not(.fsComposeMode).publications-2 #fsHeader .masthead {
      background: #67B346;
      height: 100px;
      margin: 0; }
      body:not(.fsComposeMode).publications-2 #fsHeader .masthead > .fsElementContent {
        position: relative; }
        @media (max-width: 1220px) {
          body:not(.fsComposeMode).publications-2 #fsHeader .masthead > .fsElementContent {
            padding-right: 1.33333em;
            padding-left: 1.33333em; } }
      body:not(.fsComposeMode).publications-2 #fsHeader .masthead .masthead-inner {
        margin: 0; }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .masthead-inner > .fsElementContent {
          position: relative;
          margin: 0 auto;
          max-width: 81.33333em;
          max-width: 76.25rem;
          padding: 0 20px; }
          @media (min-width: 900px) {
            body:not(.fsComposeMode).publications-2 #fsHeader .masthead .masthead-inner > .fsElementContent {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-direction: row;
              flex-direction: row;
              -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
              -ms-flex-pack: justify;
              justify-content: space-between; } }
          body:not(.fsComposeMode).publications-2 #fsHeader .masthead .masthead-inner > .fsElementContent > .fsElement {
            height: 100px;
            margin: 0; }
            @media (min-width: 900px) {
              body:not(.fsComposeMode).publications-2 #fsHeader .masthead .masthead-inner > .fsElementContent > .fsElement {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-direction: column;
                flex-direction: column;
                -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
                -ms-flex-pack: center;
                justify-content: center; } }
            body:not(.fsComposeMode).publications-2 #fsHeader .masthead .masthead-inner > .fsElementContent > .fsElement * {
              margin: 0; }
      body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse {
        width: 28%;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        cursor: pointer; }
        @media (max-width: 900px) {
          body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse {
            display: none; } }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse > .fsElementContent:before {
          content: "";
          font-family: "IcoMoon2";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: block;
          height: 49px;
          width: 49px;
          border: 1px solid #fff;
          font-size: 26px;
          text-align: center;
          line-height: 49px;
          float: left;
          margin-right: 20px;
          color: #fff;
          transition: background .4s; }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse > .fsElementContent:after {
          display: inline-block;
          content: 'Browse Issues';
          border: 0;
          background: none;
          outline: 0;
          margin: 0;
          padding: 0;
          color: #fff;
          font-family: "Hind", sans-serif;
          font-size: 14px;
          font-weight: bold;
          line-height: 1;
          text-transform: uppercase;
          display: inline-block; }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse:hover > .fsElementContent:before {
          background: #fff;
          color: #545252; }
        .issue-browser-open .pub-browse > .fsElementContent:before {
          background: #fff !important;
          color: #545252 !important; }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse .fsName,
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse .fsSubtitle {
          display: inline-block;
          font-family: "museo-sans", sans-serif;
          color: #fff;
          font-size: 24px;
          font-weight: bold;
          line-height: 1;
          width: calc(100% - 70px); }
      body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name {
        text-align: center;
        padding-top: 12px; }
        @media (min-width: 900px) {
          body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name {
            width: 44%;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto; } }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name h1 {
          font-family: "museo-sans", sans-serif;
          color: #fff;
          font-size: 60px;
          line-height: 1; }
          body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name h1 a {
            color: #fff; }
            body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name h1 a:hover {
              color: rgba(255, 255, 255, 0.9); }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name img {
          max-height: 85px; }
      body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle {
        width: 28%;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        cursor: pointer; }
        @media (max-width: 900px) {
          body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle {
            display: none; } }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle > .fsElementContent {
          text-align: right; }
          body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle > .fsElementContent:after {
            content: "";
            font-family: "IcoMoon2";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            display: block;
            height: 49px;
            width: 49px;
            border: 1px solid #fff;
            font-size: 26px;
            text-align: center;
            line-height: 49px;
            float: right;
            margin-left: 20px;
            color: #fff;
            transition: background .4s; }
          body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle > .fsElementContent:hover:after {
            background: #fff;
            color: #545252; }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle p {
          display: inline-block; }
        body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle button {
          border: 0;
          background: none;
          outline: 0;
          margin: 0;
          padding: 0;
          display: block;
          width: 100%;
          font-family: "museo-sans", sans-serif;
          color: #fff;
          font-size: 24px;
          font-weight: bold;
          line-height: 1.1;
          text-align: right; }
          body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle button em {
            display: block;
            font-style: normal;
            font-family: "Hind", sans-serif;
            font-size: 14px;
            line-height: 1;
            margin-top: 11px !important;
            text-transform: uppercase; }
    body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser {
      display: none;
      background: #00395D;
      padding: 0 25px;
      position: absolute;
      top: 100px;
      left: 0;
      width: 100%;
      z-index: 500;
      transition: all .3s; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser {
          display: block;
          max-height: 0;
          overflow: hidden; } }
      @media (min-width: 700px) {
        body:not(.fsComposeMode).publications-2.issue-browser-open #fsHeader .fsSlideshow.issue-browser {
          max-height: 335px;
          overflow: visible; } }
      body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent {
        position: relative;
        margin: 0 auto;
        max-width: 81.33333em;
        max-width: 76.25rem;
        padding: 0 20px;
        background: #fff;
        -ms-transform: translate(0, 25px);
        transform: translate(0, 25px);
        padding: calc(30px - 1em) calc(20px - 1em) 0 calc(20px - 1em); }
        body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsElementSlideshow {
          padding-bottom: 20px !important; }
        body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsPrevButton,
        body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsNextButton {
          height: 50px;
          width: 50px;
          border-radius: 0;
          background: #40434E;
          transition: all .3s; }
          body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsPrevButton:before,
          body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsNextButton:before {
            color: #fff;
            position: absolute;
            top: 0;
            right: auto;
            left: 50%;
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            line-height: 42px; }
          body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsPrevButton:hover,
          body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsNextButton:hover {
            background: #67B346; }
        body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsPrevButton {
          left: -25px; }
        body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsNextButton {
          right: -25px; }
        body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent article {
          font-family: "Hind", sans-serif;
          font-size: 14px;
          font-weight: bold;
          line-height: 18px;
          text-align: center; }
          body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent article .fsIssueTitle {
            color: #9D9FA5;
            display: block;
            width: 100%;
            text-transform: uppercase; }
          body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent article .fsThumbnail {
            margin: 0 auto 10px;
            border: 5px solid #E1E1E1; }
            body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent article .fsThumbnail img {
              margin: 0; }
          body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent article:hover .fsIssueTitle {
            color: #00395D; }
  body:not(.fsComposeMode).publications-2 .pub-categories {
    background: #00395D;
    padding: 0 20px;
    width: 330px;
    max-width: 100%;
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 500;
    max-height: 0;
    overflow: hidden; }
    body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 {
      background: #fff;
      padding: 20px !important;
      -ms-transform: translate(0, 20px);
      transform: translate(0, 20px); }
      body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1, body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 li {
        margin: 0;
        padding: 0; }
      body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 li {
        text-transform: uppercase;
        font-size: 1.3em;
        padding-top: 10px;
        padding-bottom: 10px; }
        body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 li:not(:last-child) {
          border-bottom: 2px solid #E1E1E1; }
        body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 li a {
          color: #00395D; }
          body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 li a:hover {
            color: #67B346; }
  body:not(.fsComposeMode).publications-2.category-menu-open .pub-categories {
    max-height: 1000px;
    overflow: visible; }
  .category-menu-open .cat-toggle > .fsElementContent:after {
    background: #fff !important;
    color: #545252 !important; }
  body:not(.fsComposeMode).publications-2 .fsLoadMoreButton {
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 25px 40px;
    background: #ADAFB4;
    display: block;
    width: 288px;
    max-width: 100%;
    transition: background .3s; }
    body:not(.fsComposeMode).publications-2 .fsLoadMoreButton:hover {
      background: #00395D; }
  body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article {
    position: relative;
    padding-bottom: 28px; }
    body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article:before {
      display: block;
      content: '';
      width: calc(100% - 30px);
      position: absolute;
      bottom: 0;
      left: 50%;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      height: 2px;
      background: #E1E1E1; }
    body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsCategory,
    body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsDateTime {
      color: #00395D;
      font-family: "Hind", sans-serif;
      font-size: 14px;
      font-weight: bold;
      line-height: 18px;
      text-transform: uppercase;
      text-decoration: underline;
      color: #9D9FA5;
      margin-bottom: 18px; }
    body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsTitle {
      font-family: "museo-sans", sans-serif;
      font-size: 20px;
      font-weight: bold;
      line-height: 30px;
      margin-bottom: 10px; }
      body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsTitle a {
        color: #31333D; }
        body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsTitle a:hover {
          color: #00395D; }
    body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsReadMoreLink {
      color: #00395D;
      font-size: 16px;
      font-weight: bold;
      line-height: 26px; }
      body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsReadMoreLink:hover {
        color: #67B346; }
  body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid .fsLoadMoreButton {
    margin-top: 65px; }
  body:not(.fsComposeMode).publications-2 .fsPostElement.fsPost .fsTitle {
    color: #31333D;
    font-family: "museo-sans", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 40px; }
  body:not(.fsComposeMode).publications-2 .fsPostElement.fsPost .fsAuthor,
  body:not(.fsComposeMode).publications-2 .fsPostElement.fsPost .fsDateTime {
    color: #9D9FA5;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 20px; }
  body:not(.fsComposeMode).publications-2 .fsPostElement.fsPost .fsAuthor {
    padding-right: 10px;
    border-right: 2px solid #E1E1E1; }
  body:not(.fsComposeMode).publications-2 .fsPostToolsElement.fsNavigation button {
    height: 50px;
    width: 150px;
    background: #ADAFB4; }
    body:not(.fsComposeMode).publications-2 .fsPostToolsElement.fsNavigation button.fsPreviousButton {
      margin-right: 10px; }
  body:not(.fsComposeMode).publications-2 .fsComments button.fsCommentCount {
    display: block;
    width: 100%;
    padding: 20px 0;
    background: transparent;
    color: #ADAFB4;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #ADAFB4; }
    body:not(.fsComposeMode).publications-2 .fsComments button.fsCommentCount:hover {
      color: #67B346; }
  body:not(.fsComposeMode).publications-2 .fsComments .fsMyComment {
    margin-top: 20px; }
  body:not(.fsComposeMode).publications-2 .fsComments button.fsPostComment {
    font-size: 14px;
    line-height: 18px;
    padding: 5px 12px;
    background-color: #ADAFB4;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold; }
    body:not(.fsComposeMode).publications-2 .fsComments button.fsPostComment:hover {
      background: #00395D; }
  body:not(.fsComposeMode).publications-2 .fsTags {
    margin: 50px 0; }
    body:not(.fsComposeMode).publications-2 .fsTags li {
      font-size: 14px;
      line-height: 18px;
      padding: 5px 12px;
      background-color: #ADAFB4;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold;
      margin-right: 15px; }
  body:not(.fsComposeMode).publications-2 .related-articles {
    padding-top: 40px;
    border-top: 1px solid #E1E1E1; }
    body:not(.fsComposeMode).publications-2 .related-articles .fsElementTitle {
      color: #00395D;
      font-family: "Hind", sans-serif;
      font-size: 14px;
      font-weight: bold;
      line-height: 18px;
      text-transform: uppercase;
      text-decoration: underline;
      margin-bottom: 40px; }
  body:not(.fsComposeMode).publications-2 .fsMenu {
    position: absolute;
    z-index: 500;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s, transform .3s;
    top: 0;
    right: 0;
    transform: translate3d(20%, 0, 0);
    -ms-transform: translate(20%, 0);
    transform: translate(20%, 0);
    top: 50px;
    min-height: 100%;
    background: #40434E;
    z-index: 9000; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode).publications-2 .fsMenu {
        max-width: 332px; } }
    @media (min-width: 900px) {
      body:not(.fsComposeMode).publications-2 .fsMenu {
        display: none !important; } }
    body:not(.fsComposeMode).publications-2.drawer-active .fsMenu {
      pointer-events: auto;
      opacity: 1;
      visibility: visible;
      transform: translate3d(0, 0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
    body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow {
      background: #67B346; }
      body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow > header {
        padding-top: 30px; }
      body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsElementTitle {
        color: #00395D;
        font-family: "Hind", sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        text-transform: uppercase;
        text-decoration: underline;
        color: #fff;
        text-align: center;
        margin-bottom: 10px; }
      body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow article {
        font-family: "Hind", sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        text-align: center; }
        body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow article .fsIssueTitle {
          color: #9D9FA5;
          display: block;
          width: 100%;
          text-transform: uppercase;
          margin-bottom: 40px !important; }
        body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow article .fsThumbnail {
          margin: 0 auto 10px;
          border: 5px solid #E1E1E1; }
          body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow article .fsThumbnail img {
            margin: 0; }
        body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow article:hover .fsIssueTitle {
          color: #00395D; }
      body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsPrevButton,
      body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsNextButton {
        height: 50px;
        width: 50px;
        border-radius: 0;
        background: #40434E;
        transition: all .3s; }
        body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsPrevButton:before,
        body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsNextButton:before {
          color: #fff;
          position: absolute;
          top: 0;
          right: auto;
          left: 50%;
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          line-height: 42px; }
        body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsPrevButton:hover,
        body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsNextButton:hover {
          background: #00395D; }
      body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsPrevButton {
        left: 0; }
      body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsNextButton {
        right: 0; }
    body:not(.fsComposeMode).publications-2 .fsMenu .pub-mobile-categories > header {
      text-align: center;
      padding-top: 30px; }
      body:not(.fsComposeMode).publications-2 .fsMenu .pub-mobile-categories > header .fsElementTitle {
        color: #00395D;
        font-family: "Hind", sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        text-transform: uppercase;
        text-decoration: underline;
        color: #fff; }
    body:not(.fsComposeMode).publications-2 .fsMenu .pub-mobile-categories .fsNavLevel1 li a {
      font-size: 24px;
      font-weight: 300;
      line-height: 34px;
      text-align: center;
      color: #fff;
      text-transform: uppercase; }
  body:not(.fsComposeMode).publications-2 .publication2-search {
    height: 50px;
    overflow: hidden;
    position: absolute;
    top: -50px;
    margin: 0;
    width: calc(100% - 70px); }
    body:not(.fsComposeMode).publications-2 .publication2-search label {
      font-size: 0;
      color: transparent; }
    body:not(.fsComposeMode).publications-2 .publication2-search .fsStyleSearchField {
      height: 50px;
      background: none;
      border: none;
      text-transform: uppercase;
      color: #fff;
      font-weight: bold;
      width: calc(100% - 50px);
      float: right; }
    body:not(.fsComposeMode).publications-2 .publication2-search .fsElementToolsSearchButton {
      border: 0;
      background: none;
      outline: 0;
      margin: 0;
      padding: 0;
      font-size: 0;
      color: transparent;
      height: 50px;
      width: 50px;
      float: left; }
      body:not(.fsComposeMode).publications-2 .publication2-search .fsElementToolsSearchButton:before {
        content: "";
        font-family: "IcoMoon2";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #fff;
        font-size: 30px; }
    body:not(.fsComposeMode).publications-2 .publication2-search .fsButtonClear {
      display: none; }
    .fsMenu body:not(.fsComposeMode).publications-2 .publication2-search {
      top: -50px;
      left: 10px;
      width: calc(100% - 80px); }
    body:not(.fsComposeMode).publications-2 #fsHeader .publication2-search {
      width: 350px;
      top: -100px;
      right: 45px;
      background: #00395D;
      transition: all .3s; }
    body:not(.fsComposeMode).publications-2.pub-search-active #fsHeader .publication2-search {
      top: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

body:not(.fsComposeMode).publications-2.pub2-home .top-stories {
  background: #67B346; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode).publications-2.pub2-home .top-stories {
      margin-top: 50px; } }
  body:not(.fsComposeMode).publications-2.pub2-home .top-stories article {
    background-size: cover;
    height: auto;
    position: relative;
    padding: 0; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode).publications-2.pub2-home .top-stories article {
        height: 570px;
        overflow: hidden; } }
    @media (min-width: 900px) {
      body:not(.fsComposeMode).publications-2.pub2-home .top-stories article {
        height: 750px; } }
    body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .fsThumbnail {
      margin: 0; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .fsThumbnail {
          background-size: cover;
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%; } }
      body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .fsThumbnail:before {
        display: block;
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%); }
      body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .fsThumbnail img {
        position: relative;
        width: 100%;
        margin: 0; }
        @media (min-width: 700px) {
          body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .fsThumbnail img {
            visibility: hidden; } }
    body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption {
      display: block;
      background: #40434E;
      color: #fff;
      position: relative;
      padding: 30px 20px 100px;
      text-align: center; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption {
          text-align: left;
          background: none;
          background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 15%, rgba(255, 255, 255, 0) 100%);
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          padding: 0; } }
      body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner {
        width: 100%;
        max-width: 1180px; }
        @media (min-width: 700px) {
          body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner {
            padding-right: 30px;
            position: absolute;
            bottom: 130px;
            left: 50%;
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
        @media (max-width: 1220px) {
          body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner {
            padding-right: 1.33333em;
            padding-left: 1.33333em; } }
        body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner .fsTitle {
          color: #fff;
          font-family: "museo-sans", sans-serif;
          font-size: 30px;
          font-weight: bold;
          line-height: 44px;
          margin-bottom: 20px; }
          body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner .fsTitle:before {
            display: block;
            content: 'Top Stories';
            color: #00395D;
            font-family: "Hind", sans-serif;
            font-size: 14px;
            font-weight: bold;
            line-height: 18px;
            text-transform: uppercase;
            text-decoration: underline;
            color: #fff;
            margin-bottom: 20px; }
          body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner .fsTitle a {
            color: #fff; }
        body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner .fsReadMoreLink {
          font-weight: bold;
          color: #fff; }
        @media (min-width: 1000px) {
          body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner .fsTitle,
          body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner .fsReadMoreLink {
            display: block;
            width: 580px;
            float: right;
            clear: both; } }

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

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

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

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

body.has-hero {
  opacity: 0; }
  body.has-hero.hero-loaded {
    opacity: 1; }

body:not(.fsComposeMode) .hero.fsResourceElement > header {
  display: none; }

body.fsLiveMode .hero {
  max-height: 0;
  overflow: hidden; }
  body.fsLiveMode .hero img {
    width: 100%; }

body.hero-loaded .hero {
  max-height: initial;
  overflow: visible;
  z-index: 0; }

body:not(.fsComposeMode) .universal-hero article picture, body:not(.fsComposeMode) .universal-hero article .video-wrapper, body:not(.fsComposeMode) .universal-hero article img, body:not(.fsComposeMode) .universal-hero article video {
  min-height: 300px;
  max-height: 500px; }

body:not(.fsComposeMode).home .universal-hero article picture, body:not(.fsComposeMode).home .universal-hero article .video-wrapper, body:not(.fsComposeMode).home .universal-hero article img, body:not(.fsComposeMode).home .universal-hero article video {
  max-height: 100%; }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode).home .universal-hero article picture, body:not(.fsComposeMode).home .universal-hero article .video-wrapper, body:not(.fsComposeMode).home .universal-hero article img, body:not(.fsComposeMode).home .universal-hero article video {
      height: calc(100vh - 235px); } }

body:not(.fsComposeMode) .universal-hero {
  margin-bottom: 0;
  margin-top: 50px; }
  body:not(.fsComposeMode) .universal-hero.has-caption article {
    background: #00395D; }
    body:not(.fsComposeMode) .universal-hero.has-caption article:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      background: linear-gradient(180deg, rgba(0, 127, 101, 0.15) 0%, rgba(0, 57, 93, 0.85) 84.37%);
      opacity: 0.2;
      height: 100%;
      z-index: 1; }
    body:not(.fsComposeMode) .universal-hero.has-caption article:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(19, 19, 19, 0) 0%, #131313 100%);
      opacity: 0.8;
      visibility: visible;
      z-index: 99;
      max-height: 550px;
      bottom: 0;
      top: auto; }
    body:not(.fsComposeMode) .universal-hero.has-caption article picture, body:not(.fsComposeMode) .universal-hero.has-caption article .video-wrapper {
      min-height: 405px; }
    body:not(.fsComposeMode) .universal-hero.has-caption article img, body:not(.fsComposeMode) .universal-hero.has-caption article video {
      min-height: 405px; }
  body:not(.fsComposeMode) .universal-hero > header {
    display: none; }
  body:not(.fsComposeMode) .universal-hero article {
    position: relative;
    padding: 0;
    line-height: 0;
    height: 100%; }
    body:not(.fsComposeMode) .universal-hero article picture, body:not(.fsComposeMode) .universal-hero article .video-wrapper {
      position: relative;
      border-radius: 0;
      display: block; }
    body:not(.fsComposeMode) .universal-hero article img, body:not(.fsComposeMode) .universal-hero article video {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%; }
    body:not(.fsComposeMode) .universal-hero article figcaption, body:not(.fsComposeMode) .universal-hero article .fsDescription {
      text-align: center;
      z-index: 999;
      position: absolute;
      bottom: 40px;
      padding: 20px 20px 20px 100px;
      max-width: 550px;
      color: #fff; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .universal-hero article figcaption, body:not(.fsComposeMode) .universal-hero article .fsDescription {
          display: block; } }
      body:not(.fsComposeMode) .universal-hero article figcaption p, body:not(.fsComposeMode) .universal-hero article .fsDescription p {
        margin-top: 0;
        font-weight: normal;
        font-size: 1.46667em;
        line-height: 1.27273em;
        font-size: 30px;
        line-height: 36px;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #67B346;
        font-weight: bold;
        margin-bottom: 0.45455em;
        color: #fff;
        text-transform: none; }
      body:not(.fsComposeMode) .universal-hero article figcaption .fsTitle, body:not(.fsComposeMode) .universal-hero article .fsDescription .fsTitle {
        font-style: normal;
        font-weight: 600;
        font-size: 34px;
        line-height: 41px;
        font-family: 'Hind', sans-serif;
        text-align: center;
        letter-spacing: 2px;
        text-transform: uppercase;
        position: relative;
        display: inline-block;
        margin-bottom: 20px; }
        body:not(.fsComposeMode) .universal-hero article figcaption .fsTitle:after, body:not(.fsComposeMode) .universal-hero article .fsDescription .fsTitle:after {
          content: '';
          position: absolute;
          height: 20px;
          border-radius: 10px;
          width: calc(100% + 40px);
          top: 20px;
          background-color: #67B346;
          left: 0;
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          z-index: -1;
          left: 50%; }
      @media (min-width: 800px) {
        body:not(.fsComposeMode) .universal-hero article figcaption, body:not(.fsComposeMode) .universal-hero article .fsDescription {
          background: none;
          left: 50%;
          bottom: 100px;
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          max-width: 725px;
          padding: 0 20px; } }
      body:not(.fsComposeMode) .universal-hero article figcaption strong, body:not(.fsComposeMode) .universal-hero article .fsDescription strong {
        font-style: normal;
        font-weight: 300;
        font-size: 100px;
        line-height: 1;
        text-align: center;
        letter-spacing: 12px;
        color: #FFFFFF;
        font-family: 'Hind', sans-serif;
        text-transform: uppercase;
        white-space: nowrap; }
      body:not(.fsComposeMode) .universal-hero article figcaption p, body:not(.fsComposeMode) .universal-hero article .fsDescription p {
        font-family: 'Hind', sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        line-height: 36px;
        text-align: center;
        color: #fff; }
      @media (max-width: 799px) {
        body:not(.fsComposeMode) .universal-hero article figcaption, body:not(.fsComposeMode) .universal-hero article .fsDescription {
          left: 50%;
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          padding: 0;
          margin-bottom: 30px; }
          body:not(.fsComposeMode) .universal-hero article figcaption .fsTitle, body:not(.fsComposeMode) .universal-hero article .fsDescription .fsTitle {
            font-size: 18px;
            line-height: 22px; }
            body:not(.fsComposeMode) .universal-hero article figcaption .fsTitle:after, body:not(.fsComposeMode) .universal-hero article .fsDescription .fsTitle:after {
              top: 9px;
              height: 15px; }
          body:not(.fsComposeMode) .universal-hero article figcaption strong, body:not(.fsComposeMode) .universal-hero article .fsDescription strong {
            font-size: 30px;
            line-height: 30px;
            letter-spacing: 10px;
            font-weight: 300; }
          body:not(.fsComposeMode) .universal-hero article figcaption p, body:not(.fsComposeMode) .universal-hero article .fsDescription p {
            font-size: 14px;
            line-height: 21px;
            font-weight: 300; } }

body:not(.fsComposeMode) .fsSlideshow.universal-hero .fsElementSlideshowControls {
  bottom: 50px;
  position: absolute;
  right: 50px;
  z-index: 99; }
  @media (max-width: 799px) {
    body:not(.fsComposeMode) .fsSlideshow.universal-hero .fsElementSlideshowControls {
      left: 50%;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      right: auto;
      bottom: 15px; } }
  body:not(.fsComposeMode) .fsSlideshow.universal-hero .fsElementSlideshowControls > button {
    background: none;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    border: thin solid white;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: static;
    pointer-events: auto;
    z-index: 99;
    opacity: 1;
    background: transparent;
    transition: all .3s; }
    body:not(.fsComposeMode) .fsSlideshow.universal-hero .fsElementSlideshowControls > button:hover, body:not(.fsComposeMode) .fsSlideshow.universal-hero .fsElementSlideshowControls > button:focus {
      background: rgba(0, 0, 0, 0.85); }
    body:not(.fsComposeMode) .fsSlideshow.universal-hero .fsElementSlideshowControls > button:before {
      background-image: none;
      margin: 0;
      height: auto;
      width: auto;
      font-size: 10px;
      color: #fff; }
    body:not(.fsComposeMode) .fsSlideshow.universal-hero .fsElementSlideshowControls > button.fsSlideshowPause:before {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-family: 'IcoMoon'; }
    body:not(.fsComposeMode) .fsSlideshow.universal-hero .fsElementSlideshowControls > button.fsSlideshowPlay:before {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-family: 'IcoMoon'; }

.fsSlideshow.universal-hero .fsElementSlideshow {
  margin: 0; }
  .fsSlideshow.universal-hero .fsElementSlideshow[data-arrows*="true"] {
    padding: 0;
    margin-bottom: 0; }
  .fsSlideshow.universal-hero .fsElementSlideshow + .slick-arrow:before {
    font-size: 0; }

.fsSlideshow.universal-hero .slick-track {
  padding: 0; }

.fsSlideshow.universal-hero .slick-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(calc(-50% + 25px)) translateX(-50%);
  transform: translateY(calc(-50% + 25px)) translateX(-50%);
  cursor: pointer;
  z-index: 2;
  width: 14px;
  height: 27px;
  background-size: cover;
  opacity: 1;
  transition: all .3s; }
  .fsSlideshow.universal-hero .slick-arrow:hover, .fsSlideshow.universal-hero .slick-arrow:focus {
    opacity: 0.7; }
  .fsSlideshow.universal-hero .slick-arrow:before {
    color: #fff;
    font-size: 50px; }

.fsSlideshow.universal-hero .custom-arrow-left, .fsSlideshow.universal-hero .fsLeftArrow {
  margin-left: calc(-50vw + 60px);
  background: transparent url("../png/slickleft.png") left top no-repeat; }

.fsSlideshow.universal-hero .custom-arrow-right, .fsSlideshow.universal-hero .fsRightArrow {
  margin-left: calc(50vw - 60px);
  background: transparent url("../png/slickright.png") left top no-repeat; }

.fsSlideshow.universal-hero .slick-disabled {
  opacity: .5;
  cursor: default; }

@media (max-width: 799px) {
  .fsSlideshow.universal-hero .slick-arrow {
    top: 85%; }
    .fsSlideshow.universal-hero .slick-arrow.fsPrevButton {
      margin-left: calc(-50vw + 30px); }
    .fsSlideshow.universal-hero .slick-arrow.fsNextButton {
      margin-left: calc(50vw - 30px); } }

.control-toggle {
  position: absolute;
  bottom: 20px;
  right: 15px;
  overflow: hidden;
  height: 40px;
  width: 40px;
  border: 1px solid white;
  border-radius: 100%;
  color: transparent;
  background: rgba(0, 0, 0, 0.65);
  z-index: 500;
  cursor: pointer;
  transition: all .3s; }
  @media (min-width: 1000px) {
    .control-toggle {
      right: 50px;
      bottom: 50px; } }
  @media (min-width: 1000px) {
    .home .control-toggle {
      right: auto;
      bottom: 24px;
      left: 24px; } }
  .control-toggle:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-family: 'IcoMoon';
    color: #fff;
    margin: 0;
    font-size: 0.625rem; }
  .control-toggle:hover, .control-toggle:focus {
    background: rgba(0, 0, 0, 0.85); }
    .control-toggle:hover:before, .control-toggle:focus:before {
      color: #fff; }
  .video-playing .control-toggle:before {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-family: 'IcoMoon'; }

.blog.search-expanded #fsHeader {
  height: 190px;
  transition: all ease 0.3s; }
  .blog.search-expanded #fsHeader .nav-main {
    transition: all ease 0.3s; }

.blog #fsHeader {
  background-color: #00395D;
  height: 100px;
  position: relative;
  transition: all ease 0.3s; }
  @media (max-width: 999px) {
    .blog #fsHeader {
      height: 140px; } }
  .blog #fsHeader .mobile-menu-trigger {
    bottom: 0;
    background-color: #00395D; }
  .blog #fsHeader .header-bar {
    position: relative;
    margin: 0 auto;
    max-width: 81.33333em;
    max-width: 76.25rem;
    padding: 0 20px;
    position: static; }
    .blog #fsHeader .header-bar > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  .blog #fsHeader:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 7px;
    width: 100%;
    background-color: #e8b23f;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
  .blog #fsHeader .site-info-container {
    position: relative;
    z-index: 500;
    margin-right: 30px; }
    @media (max-width: 999px) {
      .blog #fsHeader .site-info-container {
        margin: 10px auto; } }
    .blog #fsHeader .site-info-container .upreplogo {
      width: 130px;
      height: 53px;
      background-image: url("../png/upreplogo-white.png"); }
      @media (max-width: 999px) {
        .blog #fsHeader .site-info-container .upreplogo {
          margin: 15px auto; } }
  .blog #fsHeader .nav-main {
    background-color: transparent !important;
    position: static;
    width: calc(100% - 160px);
    padding: 30px 0 0; }
    .blog #fsHeader .nav-main:after {
      content: '';
      display: none !important; }
    .blog #fsHeader .nav-main .fsNavLevel1 > li:last-child > a:after {
      display: none; }
    .blog #fsHeader .nav-main .fsNavLevel1 > li.nav-search {
      cursor: pointer; }
    .blog #fsHeader .nav-main .fsNavLevel1 > li > a {
      padding: 10px;
      font-size: 14px;
      position: relative; }
      .blog #fsHeader .nav-main .fsNavLevel1 > li > a:after {
        content: '';
        height: 18px;
        width: 2px;
        background-color: #e8b23f;
        position: absolute;
        right: 0;
        top: 9px; }

.blog h1.fsPageTitle {
  text-align: center;
  color: #67B346;
  text-transform: none;
  font-size: 80px;
  font-family: "kinescope";
  font-weight: 400; }

.blog .fsPostElement .fsAuthor {
  font-size: 15px;
  color: #0068aa;
  margin-bottom: 15px; }

.blog .fsPostElement .fsDateTime {
  color: #878585;
  font-size: 13px; }

.blog .fsPostElement .fsTitle {
  color: #00395D; }
  .blog .fsPostElement .fsTitle a {
    color: inherit; }
    .blog .fsPostElement .fsTitle a:hover {
      color: #e8b23f; }

.blog .fsPostElement .fsReadMoreLink {
  color: #00395D;
  text-decoration: underline; }
  .blog .fsPostElement .fsReadMoreLink:hover {
    color: #e8b23f; }

.blog .fsPostElement.fsGrid article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.blog .fsPostElement.fsGrid .fsThumbnail {
  -ms-flex-order: 1;
  order: 1;
  height: 256px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px; }
  .blog .fsPostElement.fsGrid .fsThumbnail img {
    width: 100%;
    visibility: hidden; }

.blog .fsPostElement.fsGrid .fsAuthor {
  -ms-flex-order: 4;
  order: 4; }

.blog .fsPostElement.fsGrid .fsTitle {
  -ms-flex-order: 3;
  order: 3; }

.blog .fsPostElement.fsGrid .fsDateTime {
  -ms-flex-order: 2;
  order: 2; }

.blog .fsPostElement.fsGrid .fsSummary {
  -ms-flex-order: 5;
  order: 5; }

.blog .fsPostElement.fsGrid .fsReadMoreLink {
  -ms-flex-order: 6;
  order: 6; }

.blog .fsPostElement.fsPost article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.blog .fsPostElement.fsPost .fsAuthor {
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 30px;
  -ms-flex-order: 3;
  order: 3; }

.blog .fsPostElement.fsPost .fsTitle {
  font-size: 55px;
  line-height: 62px;
  margin-bottom: 20px;
  -ms-flex-order: 2;
  order: 2; }

.blog .fsPostElement.fsPost .fsDateTime {
  color: #00395D;
  font-size: 25px;
  line-height: 32px;
  -ms-flex-order: 1;
  order: 1; }

.blog .fsPostElement.fsPost .fsThumbnail {
  -ms-flex-order: 4;
  order: 4; }

.blog .fsPostElement.fsPost .fsSummary {
  -ms-flex-order: 5;
  order: 5; }

.blog .fsPostElement.fsPost .fsBody {
  -ms-flex-order: 6;
  order: 6; }

.blog .fsPostElement.fsPost .fsTags {
  -ms-flex-order: 7;
  order: 7; }

.blog .fsPostElement.fsPost .fsSharingButtonsContainer {
  -ms-flex-order: 8;
  order: 8; }

.blog .fsPostElement.fsPost .fsComments {
  -ms-flex-order: 9;
  order: 9; }

.fsAlertsIcon {
  float: left;
  background-color: transparent;
  border-radius: 0;
  height: 30px;
  width: 30px; }
  .fsAlertsIcon:before {
    background-image: url("../png/alert-bell.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%; }

.resource-slider .fsElementFooterContent .scroll-link {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -30px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 58px;
  height: 58px;
  color: transparent;
  background: #fff;
  border-radius: 100%;
  font-size: 0;
  display: none;
  text-align: center; }
  @media (min-width: 1180px) {
    .resource-slider .fsElementFooterContent .scroll-link {
      display: block; } }
  .resource-slider .fsElementFooterContent .scroll-link:after {
    content: "\e929";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 20px;
    line-height: 39px;
    color: #B3B9C6;
    transition: 0.3s; }
  .resource-slider .fsElementFooterContent .scroll-link:hover:after {
    color: #343B41; }

.resource-slider article {
  background: #00395D;
  /*
		&:before {
			content:'';
			position: absolute;
			left:0;
			top:0;
			width:100%;
			height: 100%;
			background: linear-gradient(180deg, rgba(19, 19, 19, 0) 0%, #131313 100%);
			opacity: 0.8;
		}
		*/ }
  .resource-slider article figure {
    height: 100%; }
    .resource-slider article figure picture {
      height: 100%;
      width: 100%;
      display: block;
      background-size: cover;
      background-position: center top;
      opacity: 0.8; }
  .resource-slider article:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 127, 101, 0.15) 0%, rgba(0, 57, 93, 0.85) 84.37%);
    opacity: 0.2;
    height: 100%;
    z-index: 1; }
  .resource-slider article:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(19, 19, 19, 0) 0%, #131313 100%);
    opacity: 0.8;
    visibility: visible;
    z-index: 99;
    max-height: 550px;
    bottom: 0;
    top: auto; }
  .resource-slider article figcaption {
    text-align: center;
    z-index: 999; }
    .resource-slider article figcaption .fsTitle {
      font-style: normal;
      font-weight: 600;
      font-size: 34px;
      line-height: 41px;
      font-family: 'Hind', sans-serif;
      text-align: center;
      letter-spacing: 2px;
      text-transform: uppercase;
      position: relative;
      display: inline-block;
      margin-bottom: 20px; }
      .resource-slider article figcaption .fsTitle:after {
        content: '';
        position: absolute;
        height: 20px;
        border-radius: 10px;
        width: calc(100% + 40px);
        top: 20px;
        background-color: #67B346;
        left: 0;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        z-index: -1;
        left: 50%; }
    @media (min-width: 800px) {
      .resource-slider article figcaption {
        background: none;
        left: 50%;
        bottom: 100px;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        max-width: 725px;
        padding: 0 20px; } }
    .resource-slider article figcaption strong {
      font-style: normal;
      font-weight: 300;
      font-size: 100px;
      line-height: 1;
      text-align: center;
      letter-spacing: 12px;
      color: #FFFFFF;
      font-family: 'Hind', sans-serif;
      text-transform: uppercase;
      white-space: nowrap; }
    .resource-slider article figcaption p {
      font-family: 'Hind', sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 24px;
      line-height: 36px;
      text-align: center;
      color: #fff; }
    @media (max-width: 799px) {
      .resource-slider article figcaption {
        left: 50%;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        padding: 0;
        margin-bottom: 30px; }
        .resource-slider article figcaption .fsTitle {
          font-size: 18px;
          line-height: 22px; }
          .resource-slider article figcaption .fsTitle:after {
            top: 9px;
            height: 15px; }
        .resource-slider article figcaption strong {
          font-size: 30px;
          line-height: 30px;
          letter-spacing: 10px;
          font-weight: 300; }
        .resource-slider article figcaption p {
          font-size: 14px;
          line-height: 21px;
          font-weight: 300; } }

.our-mission {
  background: #F2F2F2;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px; }
  @media (min-width: 600px) {
    .our-mission {
      padding-top: 100px;
      padding-bottom: 100px;
      margin-bottom: 100px; } }
  .our-mission > .fsElementContent {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px; }
  .our-mission .fsContent {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 799px) {
      .our-mission .fsContent {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 20px; } }
    .our-mission .fsContent .fsElementTitle {
      font-size: 40px;
      line-height: 48px;
      letter-spacing: 10px;
      text-transform: uppercase;
      max-width: 250px;
      display: inline-block;
      position: relative;
      z-index: 1;
      font-weight: 400;
      font-family: 'Hind', sans-serif;
      margin-right: 120px; }
      @media (min-width: 600px) {
        .our-mission .fsContent .fsElementTitle {
          font-size: 50px;
          line-height: 60px; } }
      .our-mission .fsContent .fsElementTitle:before {
        content: '';
        position: absolute;
        height: 20px;
        border-radius: 10px;
        width: calc(100% + 40px);
        bottom: 0;
        background-color: #E8B23F;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        z-index: -1;
        left: 50%;
        bottom: 5px; }
    .our-mission .fsContent .fsElementContent p {
      font-family: 'Hind', sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 22px;
      color: #00395D; }
      @media (min-width: 600px) {
        .our-mission .fsContent .fsElementContent p {
          font-size: 30px;
          line-height: 42px; } }
    .our-mission .fsContent .fsElementContent strong {
      text-transform: uppercase;
      color: #67B346;
      letter-spacing: 3px; }
    .our-mission .fsContent .fsElementContent a {
      font-family: 'Hind', sans-serif;
      font-style: normal;
      font-weight: 600;
      line-height: 1;
      font-size: 15px;
      color: #00395D;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      text-transform: uppercase;
      padding: 15px 50px;
      text-align: center;
      border: thin solid #00395D;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 50px;
      display: inline-block; }
      @media (min-width: 600px) {
        .our-mission .fsContent .fsElementContent a {
          font-size: 18px; } }
      .our-mission .fsContent .fsElementContent a:hover, .our-mission .fsContent .fsElementContent a:focus {
        background: #00395D;
        color: #fff; }

.next-step {
  margin-top: 0;
  margin-bottom: 40px; }
  @media (min-width: 600px) {
    .next-step {
      margin-top: 20px;
      margin-bottom: 80px; } }
  .next-step .fsElementTitle {
    font-family: 'Hind', sans-serif;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #E8B23F;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 26px; }
    @media (min-width: 600px) {
      .next-step .fsElementTitle {
        font-size: 34px;
        line-height: 41px; } }
  .next-step .fsElementContent a {
    font-family: 'Hind', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 50px;
    text-align: center;
    border: thin solid #fff;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    display: inline-block;
    margin-right: 20px; }
    @media (max-width: 599px) {
      .next-step .fsElementContent a {
        width: 100%;
        max-width: 239px;
        margin-bottom: 10px;
        margin-right: 0; } }
    .next-step .fsElementContent a:last-child {
      margin-right: 0; }
    .next-step .fsElementContent a:hover, .next-step .fsElementContent a:focus {
      background: #fff;
      color: #00395D; }

.callout-boxes {
  position: relative;
  padding-top: 60px;
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 0;
  margin-bottom: 30px; }
  @media (min-width: 600px) {
    .callout-boxes {
      margin-bottom: 80px; } }
  .callout-boxes > header {
    text-align: center;
    padding-bottom: 30px; }
    .callout-boxes > header > .fsElementHeaderContent {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.8;
      padding: 10px 10%; }
      @media (max-width: 799px) {
        .callout-boxes > header > .fsElementHeaderContent {
          line-height: 1.5; } }
      @media (max-width: 599px) {
        .callout-boxes > header > .fsElementHeaderContent {
          line-height: 1.2; } }
  .callout-boxes > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 600px) {
      .callout-boxes > .fsElementContent {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .callout-boxes > .fsElementContent > .fsElement {
      position: relative;
      margin-bottom: 0;
      min-height: 320px;
      min-width: 280px;
      min-width: 100%;
      z-index: 1;
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat;
      transition: .5s;
      color: #fff;
      cursor: pointer;
      overflow: hidden;
      text-align: center;
      margin-bottom: 20px; }
      .callout-boxes > .fsElementContent > .fsElement:before {
        content: '';
        background: linear-gradient(180deg, rgba(55, 55, 55, 0.15) 0%, rgba(55, 55, 55, 0.85) 79.17%);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        display: block;
        height: 100%;
        width: 100%;
        opacity: 0.5; }
      .callout-boxes > .fsElementContent > .fsElement .inner-wrapper {
        position: absolute;
        bottom: 0px;
        left: 0;
        height: 0;
        background: rgba(103, 179, 70, 0.9);
        width: 100%;
        transition: all .3s ease-in-out;
        padding: 0 20px;
        min-height: 64px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center; }
        @media (max-width: 699px) {
          .callout-boxes > .fsElementContent > .fsElement .inner-wrapper {
            padding: 0 16px;
            line-height: 1.2;
            font-size: 15px; } }
        .callout-boxes > .fsElementContent > .fsElement .inner-wrapper > * {
          position: relative; }
        .callout-boxes > .fsElementContent > .fsElement .inner-wrapper header {
          padding: 25px 0px;
          position: relative; }
          @media (max-width: 599px) {
            .callout-boxes > .fsElementContent > .fsElement .inner-wrapper header {
              padding: 20px 0; } }
          .callout-boxes > .fsElementContent > .fsElement .inner-wrapper header .fsElementTitle {
            color: #fff;
            font-size: 18px;
            margin-bottom: 0;
            line-height: 1.1;
            font-size: 20px;
            line-height: 24px;
            font-family: 'Hind', sans-serif;
            letter-spacing: 4px;
            text-transform: uppercase; }
        .callout-boxes > .fsElementContent > .fsElement .inner-wrapper > .fsElementContent p {
          font-family: 'Hind', sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 26px;
          text-align: center; }
        .callout-boxes > .fsElementContent > .fsElement .inner-wrapper > footer {
          padding-top: 0 !important; }
        .callout-boxes > .fsElementContent > .fsElement .inner-wrapper > .fsElementContent,
        .callout-boxes > .fsElementContent > .fsElement .inner-wrapper > footer {
          max-height: 0px;
          overflow: hidden;
          transition: all .3s ease-in-out;
          padding-left: 20px;
          padding-right: 20px;
          opacity: 0; }
          .callout-boxes > .fsElementContent > .fsElement .inner-wrapper > .fsElementContent .fsElementFooterContent,
          .callout-boxes > .fsElementContent > .fsElement .inner-wrapper > footer .fsElementFooterContent {
            margin-top: 0; }
          .callout-boxes > .fsElementContent > .fsElement .inner-wrapper > .fsElementContent a,
          .callout-boxes > .fsElementContent > .fsElement .inner-wrapper > footer a {
            font-weight: 600;
            font-size: 16px;
            line-height: 16px;
            text-transform: uppercase;
            text-decoration: underline;
            color: #fff;
            font-family: 'Hind', sans-serif; }
      .callout-boxes > .fsElementContent > .fsElement:hover .inner-wrapper, .callout-boxes > .fsElementContent > .fsElement:focus .inner-wrapper, .callout-boxes > .fsElementContent > .fsElement.focused .inner-wrapper {
        bottom: 0;
        min-height: 100%; }
        .callout-boxes > .fsElementContent > .fsElement:hover .inner-wrapper header:before, .callout-boxes > .fsElementContent > .fsElement:focus .inner-wrapper header:before, .callout-boxes > .fsElementContent > .fsElement.focused .inner-wrapper header:before {
          bottom: 1px; }
        .callout-boxes > .fsElementContent > .fsElement:hover .inner-wrapper > .fsElementContent,
        .callout-boxes > .fsElementContent > .fsElement:hover .inner-wrapper > footer, .callout-boxes > .fsElementContent > .fsElement:focus .inner-wrapper > .fsElementContent,
        .callout-boxes > .fsElementContent > .fsElement:focus .inner-wrapper > footer, .callout-boxes > .fsElementContent > .fsElement.focused .inner-wrapper > .fsElementContent,
        .callout-boxes > .fsElementContent > .fsElement.focused .inner-wrapper > footer {
          max-height: 460px;
          opacity: 1; }
      @media (min-width: 600px) {
        .callout-boxes > .fsElementContent > .fsElement {
          min-width: 50%;
          min-width: calc(50% - 10px);
          min-height: 280px; }
          .callout-boxes > .fsElementContent > .fsElement .inner-wrapper {
            padding: 0 20px;
            min-height: 64px; } }
      @media (min-width: 1000px) {
        .callout-boxes > .fsElementContent > .fsElement {
          min-width: calc(33.33% - 15px);
          min-height: 280px; } }

.image-button {
  position: relative;
  margin-bottom: 0;
  min-height: 320px;
  min-width: 280px;
  min-width: 100%;
  z-index: 1;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: .5s;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px; }
  .image-button.blue .inner-wrapper {
    background: rgba(0, 57, 93, 0.8); }
  .image-button:before {
    content: '';
    background: linear-gradient(180deg, rgba(55, 55, 55, 0.15) 0%, rgba(55, 55, 55, 0.85) 79.17%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0.5; }
  .image-button .inner-wrapper {
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 0;
    background: rgba(103, 179, 70, 0.8);
    width: 100%;
    transition: all .3s ease-in-out;
    padding: 0 20px;
    min-height: 64px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 699px) {
      .image-button .inner-wrapper {
        padding: 0 16px;
        line-height: 1.2;
        font-size: 15px; } }
    .image-button .inner-wrapper > * {
      position: relative; }
    .image-button .inner-wrapper header {
      padding: 25px 0px;
      position: relative; }
      @media (max-width: 599px) {
        .image-button .inner-wrapper header {
          padding: 20px 0; } }
      .image-button .inner-wrapper header .fsElementTitle {
        color: #fff;
        font-size: 18px;
        margin-bottom: 0;
        line-height: 1.1;
        font-size: 20px;
        line-height: 24px;
        font-family: 'Hind', sans-serif;
        letter-spacing: 4px;
        text-transform: uppercase; }
    .image-button .inner-wrapper > .fsElementContent p {
      font-family: 'Hind', sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 26px;
      text-align: center; }
    .image-button .inner-wrapper > footer {
      padding-top: 0 !important; }
    .image-button .inner-wrapper > .fsElementContent,
    .image-button .inner-wrapper > footer {
      max-height: 0px;
      overflow: hidden;
      transition: all .3s ease-in-out;
      padding-left: 20px;
      padding-right: 20px;
      opacity: 0; }
      .image-button .inner-wrapper > .fsElementContent .fsElementFooterContent,
      .image-button .inner-wrapper > footer .fsElementFooterContent {
        margin-top: 0; }
      .image-button .inner-wrapper > .fsElementContent a,
      .image-button .inner-wrapper > footer a {
        font-weight: 600;
        font-size: 16px;
        line-height: 16px;
        text-transform: uppercase;
        text-decoration: underline;
        color: #fff;
        font-family: 'Hind', sans-serif; }
  .image-button:hover .inner-wrapper, .image-button:focus .inner-wrapper, .image-button.focused .inner-wrapper {
    bottom: 0;
    min-height: 100%; }
    .image-button:hover .inner-wrapper header:before, .image-button:focus .inner-wrapper header:before, .image-button.focused .inner-wrapper header:before {
      bottom: 1px; }
    .image-button:hover .inner-wrapper > .fsElementContent,
    .image-button:hover .inner-wrapper > footer, .image-button:focus .inner-wrapper > .fsElementContent,
    .image-button:focus .inner-wrapper > footer, .image-button.focused .inner-wrapper > .fsElementContent,
    .image-button.focused .inner-wrapper > footer {
      max-height: 460px;
      opacity: 1; }
  @media (min-width: 600px) {
    .image-button {
      min-height: 280px; }
      .image-button .inner-wrapper {
        padding: 0 20px;
        min-height: 64px; } }
  @media (min-width: 1000px) {
    .image-button {
      min-height: 280px; } }

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

.icon-library .fsElement.fsContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }
  .icon-library .fsElement.fsContent.apple:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.backpack:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.bar-graph:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.baseball:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.book:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.briefcase:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.bullhorn:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.bus:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.calendar:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.camera:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.certificate:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.check:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.chess:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.city:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.college:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.covid:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.cross:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.directory:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.diversity:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.dollar:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.door:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.droplet:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.enroll:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.family:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.faq:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.files:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.football:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.gift:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.giving:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.globe:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.grad:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.group-boys:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.group-coed:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.group-girls:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.group:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.heart:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.info:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.jersey:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.leaf:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.lightbulb:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.link:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.list:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.location:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.lock:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.map:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.medal:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.microscope:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.mobile:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.music:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.paint:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.parent:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.pencil:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.person:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.phone:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.piggy-bank:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.portion:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.question:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.ratio:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.robot:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.school:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.screens:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.settings:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.shoe:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.soccer:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.sports:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.star-of-david:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.star:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.store:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.sun:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.teacher:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.theatre:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.time:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.tree:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.trophy:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.virtual:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent.warning:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    display: block !important; }
  .icon-library .fsElement.fsContent:before {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 20px; }

.bpa-infographic-1 {
  padding: 40px 20px 40px 20px;
  background-color: #F2F2F2; }
  @media (min-width: 600px) {
    .bpa-infographic-1 {
      padding: 100px 20px 100px 20px; } }
  .bpa-infographic-1 > header {
    padding-bottom: 30px;
    text-align: center; }
    .bpa-infographic-1 > header .fsElementTitle {
      font-size: 22px;
      line-height: 26px;
      font-style: normal;
      font-weight: 600;
      font-family: 'Hind', sans-serif;
      text-align: center;
      letter-spacing: 2px;
      text-transform: uppercase;
      position: relative;
      display: inline-block;
      margin-bottom: 20px;
      z-index: 1;
      padding: 0 20px;
      margin-bottom: 0; }
      @media (min-width: 600px) {
        .bpa-infographic-1 > header .fsElementTitle {
          font-size: 34px;
          line-height: 41px;
          padding: 0;
          margin-bottom: 20px; } }
      .bpa-infographic-1 > header .fsElementTitle:after {
        content: '';
        position: absolute;
        height: 20px;
        border-radius: 10px;
        top: 20px;
        background-color: #E8B23F;
        left: 0;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        z-index: -1;
        left: 50%;
        width: 220px;
        height: 15px;
        top: 35px; }
        @media (min-width: 600px) {
          .bpa-infographic-1 > header .fsElementTitle:after {
            width: calc(100% + 40px);
            top: 20px;
            height: 20px; } }
  .bpa-infographic-1 > .fsElementContent {
    padding-bottom: 40px; }
    .bpa-infographic-1 > .fsElementContent[bp="0"] .slick-slide {
      max-width: 100% !important;
      margin: 0 0 20px 0 !important; }
    .bpa-infographic-1 > .fsElementContent[bp="1"] {
      padding-bottom: 0px; }
      .bpa-infographic-1 > .fsElementContent[bp="1"] .slick-list {
        width: 100%; }
    .bpa-infographic-1 > .fsElementContent[bp="2"] {
      padding-bottom: 0px; }
      .bpa-infographic-1 > .fsElementContent[bp="2"] .slick-list {
        width: 100%; }
    .bpa-infographic-1 > .fsElementContent[bp="3"] {
      padding-bottom: 0px; }
      .bpa-infographic-1 > .fsElementContent[bp="3"] .slick-list {
        width: 100%; }
    body:not(.fsComposeMode) .bpa-infographic-1 > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-pack: center;
      justify-content: center;
      max-width: 1220px;
      margin: 0 auto; }
    .bpa-infographic-1 > .fsElementContent[has-arrows="true"] {
      padding-bottom: 40px; }
    .bpa-infographic-1 > .fsElementContent > .fsElement,
    .bpa-infographic-1 > .fsElementContent .slick-slide {
      width: 100%;
      height: auto;
      position: relative;
      color: #545252;
      text-align: center;
      background: #ffffff; }
      .bpa-infographic-1 > .fsElementContent > .fsElement .fsElementContent p,
      .bpa-infographic-1 > .fsElementContent .slick-slide .fsElementContent p {
        font-family: 'Hind', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 29px;
        text-align: center; }
      body:not(.fsComposeMode) .bpa-infographic-1 > .fsElementContent > .fsElement, body:not(.fsComposeMode)
      .bpa-infographic-1 > .fsElementContent .slick-slide {
        -ms-flex: 1 1;
        flex: 1 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
        min-width: 220px;
        max-width: 330px;
        min-height: 400px;
        padding: 0 40px 40px;
        margin: 0 20px 40px 20px;
        margin: 0 10px 40px 10px; }
      .bpa-infographic-1 > .fsElementContent > .fsElement:before,
      .bpa-infographic-1 > .fsElementContent .slick-slide:before {
        display: block;
        width: 100%;
        padding-top: 90px;
        color: #67B346;
        line-height: 1;
        font-size: 70px; }
      .bpa-infographic-1 > .fsElementContent > .fsElement header,
      .bpa-infographic-1 > .fsElementContent .slick-slide header {
        width: 100%;
        padding-top: 20px; }
      .bpa-infographic-1 > .fsElementContent > .fsElement .fsElementTitle,
      .bpa-infographic-1 > .fsElementContent .slick-slide .fsElementTitle {
        font-size: 4em;
        line-height: 1.1;
        font-weight: 500;
        font-family: 'Hind', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 60px;
        line-height: 70px; }
  .bpa-infographic-1 .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-pack: center;
    justify-content: center; }
  .bpa-infographic-1 .slick-arrow {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    font-size: 0;
    cursor: pointer;
    overflow: hidden; }
    .bpa-infographic-1 .slick-arrow:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      display: block !important;
      display: block;
      width: 28px;
      height: 28px;
      position: absolute;
      top: 6px;
      left: 6px;
      color: #545252;
      font-size: 48px;
      line-height: 25px;
      text-align: center; }
    .bpa-infographic-1 .slick-arrow.slick-prev {
      -ms-transform: translateX(-34px);
      transform: translateX(-34px); }
      .bpa-infographic-1 .slick-arrow.slick-prev:before {
        content: ""; }
    .bpa-infographic-1 .slick-arrow.slick-next {
      -ms-transform: translateX(34px);
      transform: translateX(34px); }
      .bpa-infographic-1 .slick-arrow.slick-next:before {
        content: ""; }
  .bpa-infographic-1.dark {
    background-color: #00395D; }
    .bpa-infographic-1.dark > header > .fsElementTitle {
      color: #ffffff; }
    .bpa-infographic-1.dark > .fsElementContent > .fsElement,
    .bpa-infographic-1.dark > .fsElementContent .slick-slide {
      color: #ffffff;
      background: #002944; }
      .bpa-infographic-1.dark > .fsElementContent > .fsElement:before,
      .bpa-infographic-1.dark > .fsElementContent .slick-slide:before {
        color: #0068aa; }
      .bpa-infographic-1.dark > .fsElementContent > .fsElement .fsElementTitle,
      .bpa-infographic-1.dark > .fsElementContent .slick-slide .fsElementTitle {
        color: #ffffff; }
    .bpa-infographic-1.dark .slick-arrow:before {
      color: #ffffff; }

.bpa-infographic-1 .fsContent[class*="icon-"]:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  display: block !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bpa-infographic-1 .icon-leaf:before {
  content: "" !important; }

.bpa-infographic-1 .icon-lightbulb:before {
  content: "" !important; }

.bpa-infographic-1 .icon-link:before {
  content: "" !important; }

.bpa-infographic-1 .icon-list:before {
  content: "" !important; }

.bpa-infographic-1 .icon-location:before {
  content: "" !important; }

.bpa-infographic-1 .icon-lock:before {
  content: "" !important; }

.bpa-infographic-1 .icon-map:before {
  content: "" !important; }

.bpa-infographic-1 .icon-medal:before {
  content: "" !important; }

.bpa-infographic-1 .icon-microscope:before {
  content: "" !important; }

.bpa-infographic-1 .icon-mobile:before {
  content: "" !important; }

.bpa-infographic-1 .icon-music:before {
  content: "" !important; }

.bpa-infographic-1 .icon-paint:before {
  content: "" !important; }

.bpa-infographic-1 .icon-parent:before {
  content: "" !important; }

.bpa-infographic-1 .icon-pencil:before {
  content: "" !important; }

.bpa-infographic-1 .icon-person:before {
  content: "" !important; }

.bpa-infographic-1 .icon-phone:before {
  content: "" !important; }

.bpa-infographic-1 .icon-piggy-bank:before {
  content: "" !important; }

.bpa-infographic-1 .icon-portion:before {
  content: "" !important; }

.bpa-infographic-1 .icon-question:before {
  content: "" !important; }

.bpa-infographic-1 .icon-ratio:before {
  content: "" !important; }

.bpa-infographic-1 .icon-robot:before {
  content: "" !important; }

.bpa-infographic-1 .icon-school:before {
  content: "" !important; }

.bpa-infographic-1 .icon-screens:before {
  content: "" !important; }

.bpa-infographic-1 .icon-settings:before {
  content: "" !important; }

.bpa-infographic-1 .icon-shoe:before {
  content: "" !important; }

.bpa-infographic-1 .icon-soccer:before {
  content: "" !important; }

.bpa-infographic-1 .icon-sports:before {
  content: "" !important; }

.bpa-infographic-1 .icon-star-of-david:before {
  content: "" !important; }

.bpa-infographic-1 .icon-star:before {
  content: "" !important; }

.bpa-infographic-1 .icon-store:before {
  content: "" !important; }

.bpa-infographic-1 .icon-sun:before {
  content: "" !important; }

.bpa-infographic-1 .icon-teacher:before {
  content: "" !important; }

.bpa-infographic-1 .icon-theatre:before {
  content: "" !important; }

.bpa-infographic-1 .icon-time:before {
  content: "" !important; }

.bpa-infographic-1 .icon-tree:before {
  content: "" !important; }

.bpa-infographic-1 .icon-trophy:before {
  content: "" !important; }

.bpa-infographic-1 .icon-virtual:before {
  content: "" !important; }

.bpa-infographic-1 .icon-warning:before {
  content: "" !important; }

.content-callout-blue {
  background: #00395D;
  color: #fff;
  display: block;
  margin-bottom: 20px; }
  .content-callout-blue .fsElementTitle {
    display: none; }
  .content-callout-blue > header, .content-callout-blue img {
    display: block;
    width: 100%;
    height: auto; }
  .content-callout-blue .fsElementContent {
    padding: 30px; }
    .content-callout-blue .fsElementContent h1, .content-callout-blue .fsElementContent h2, .content-callout-blue .fsElementContent h3, .content-callout-blue .fsElementContent h4, .content-callout-blue .fsElementContent h5, .content-callout-blue .fsElementContent h6 {
      color: #fff;
      font-weight: bold;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 4px;
      text-transform: uppercase; }
    .content-callout-blue .fsElementContent a {
      color: #fff;
      text-decoration: underline; }
      .content-callout-blue .fsElementContent a:hover, .content-callout-blue .fsElementContent a:focus {
        text-decoration: none; }
    .content-callout-blue .fsElementContent p:last-child {
      margin-bottom: 0; }

.content-callout-green {
  background: #67B346;
  color: #fff;
  display: block;
  margin-bottom: 20px; }
  .content-callout-green .fsElementTitle {
    display: none; }
  .content-callout-green > header, .content-callout-green img {
    display: block;
    width: 100%;
    height: auto; }
  .content-callout-green .fsElementContent {
    padding: 30px; }
    .content-callout-green .fsElementContent h1, .content-callout-green .fsElementContent h2, .content-callout-green .fsElementContent h3, .content-callout-green .fsElementContent h4, .content-callout-green .fsElementContent h5, .content-callout-green .fsElementContent h6 {
      color: #fff;
      font-weight: bold;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 4px;
      text-transform: uppercase; }
    .content-callout-green .fsElementContent a {
      color: #fff;
      text-decoration: underline; }
      .content-callout-green .fsElementContent a:hover, .content-callout-green .fsElementContent a:focus {
        text-decoration: none; }
    .content-callout-green .fsElementContent p:last-child {
      margin-bottom: 0; }
