 /**
 *
 * Global Indian International School - build
 * @link http://giissingaporeorg.finalsite.com
 * Built By: Josh Webb
 * Project Manager: Lisa Catania
 * Designer: Kelly Wilson
 *
 */

@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 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
}
.note {
    color: #26abe2!important;
}
@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left;
  }
}
.note {
    color: #26abe2;
}
@media (min-width: 900px) {
  .col-4 {
    width: 25%;
  }
}

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

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

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

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

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

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

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

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

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

.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 */
[class^="icon-"], [class*=" icon-"] {
  display: block;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-size: 46px;
  color: #fff;
}

.icon-7:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.icon-8:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.icon-9:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.icon-5:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.icon-6:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.icon-2:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.icon-3:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.icon-4:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.icon-talking-gears-icon:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.icon-globe-plain:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.icon-building:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

/*! content - html v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts//icomoon.eot");
  src: url("../fonts//icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts//icomoon.woff2") format("woff2"), url("../fonts//icomoon.woff") format("woff"), url("../fonts//icomoon.ttf") format("truetype"), url("../fonts//icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal;
}
.fsRosterName, .fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
}

h1, body:not(.fsComposeMode) .section-intro h2, body:not(.fsComposeMode) .icon-list header .fsElementTitle, body:not(.fsComposeMode) .t1-landing-intro > .fsElementContent h2, body:not(.fsComposeMode) .slider-grid header .fsElementTitle, body:not(.fsComposeMode) .global-presence-modal header .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 300;
  color: #105caa;
  display: block;
  position: relative;
}
h1:after, body:not(.fsComposeMode) .section-intro h2:after, body:not(.fsComposeMode) .icon-list header .fsElementTitle:after, body:not(.fsComposeMode) .t1-landing-intro > .fsElementContent h2:after, body:not(.fsComposeMode) .slider-grid header .fsElementTitle:after, body:not(.fsComposeMode) .global-presence-modal header .fsElementTitle:after {
  display: block;
  /*content: '';*/
  height: 2px;
  width: 90px;
  background: #bebebe;
  position: absolute;
  bottom: -20px;
  left: 0;
}

h2, body:not(.fsComposeMode) .landing-section-panel h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 15px;
  font-weight: 300;
}

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

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

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

h6, .fsAthleticsEvent.fsTable th,
table.styled th,
table.fs_style_27 th, .fsElementTitle, .fsTabs .fsTabsNav li a {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: 700;
}

p {
  margin: 0 0 15px;
}

hr {
  margin: 0 auto 20px;
}

a {
  outline: 0;
  text-decoration: none;
  color: #26abe2;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}
a:hover {
  color: #f69322;
}

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

.fsAthleticsEvent.fsTable,
table.styled,
table.fs_style_27 {
  margin-bottom: 1.11111em;
  width: 100%;
}
.fsAthleticsEvent.fsTable th,
.fsAthleticsEvent.fsTable td,
table.styled th,
table.styled td,
table.fs_style_27 th,
table.fs_style_27 td {
  vertical-align: top;
}
.fsAthleticsEvent.fsTable th,
table.styled th,
table.fs_style_27 th {
  padding: 1.11111em;
  text-align: left;
  background: #105caa;
  color: #fff;
}
.fsAthleticsEvent.fsTable td,
table.styled td,
table.fs_style_27 td {
  padding: 0.55556em 1.11111em;
  background: #fff;
}
table.styled tr:nth-of-type(odd) td {
  background-color: #ebebeb;
}
table.fs_style_27 tr:nth-of-type(odd) td {
  background-color: #ebebeb;
}

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

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

/*! content - buttons v0.0.1 */
.fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  background: transparent;
  color: rgba(143, 143, 143, 0.8);
  border: 1px solid #bebebe;
  outline: 0;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  text-shadow: none;
}
.fsLoadMoreButton:hover {
  background: #f69322;
  border-color: #f69322;
  color: #fff;
}
.fsLoadMoreButton em {
  display: block;
  font-style: normal;
}

.button {
  display: inline-block;
  border: 0;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  background: #fff;
  color: #8f8f8f;
  border: 1px solid #8f8f8f;
  outline: 0;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.button:hover {
  background: #f69322;
  border-color: #f69322;
  color: #fff;
}
.button em {
  display: block;
  font-style: normal;
}

.fs_style_23 {
  display: inline-block;
  border: 0;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  background: transparent;
  color: rgba(143, 143, 143, 0.8);
  border: 1px solid #bebebe;
  outline: 0;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.fs_style_23:hover {
  background: #f69322;
  border-color: #f69322;
  color: #fff;
}
.fs_style_23 em {
  display: block;
  font-style: normal;
}

.fs_style_30, .home:not(.fsComposeMode) .home-image-container .footer-admissions-buttons .fsNavLevel1 li a {
  display: inline-block;
  border: 0;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  background: #105caa;
  color: #fff;
  border: 1px solid #105caa;
  outline: 0;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  padding: 10px 30px;
}
.fs_style_30:hover, .home:not(.fsComposeMode) .home-image-container .footer-admissions-buttons .fsNavLevel1 li a:hover {
  background: #f69322;
  border-color: #f69322;
  color: #fff;
}
.fs_style_30 em, .home:not(.fsComposeMode) .home-image-container .footer-admissions-buttons .fsNavLevel1 li a em {
  display: block;
  font-style: normal;
}

.fs_style_31, .contact-container .footer-admissions-buttons .fsNavLevel1 li a {
  display: inline-block;
  border: 0;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  background: #48b3e3;
  color: #fff;
  border: 1px solid #48b3e3;
  outline: 0;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  padding: 10px 30px;
}
.fs_style_31:hover, .contact-container .footer-admissions-buttons .fsNavLevel1 li a:hover {
  background: #f69322;
  border-color: #f69322;
  color: #fff;
}
.fs_style_31 em, .contact-container .footer-admissions-buttons .fsNavLevel1 li a em {
  display: block;
  font-style: normal;
}

/*! content - style manger v0.0.1 */
.lead-in,
.fs_style_26 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  .lead-in,
  .fs_style_26 {
    font-size: 18px;
    line-height: 30px;
  }
}

blockquote {
  position: relative;
  margin: 10px 0 40px;
  font-size: 16px;
  line-height: 30px;
  padding-left: 35px;
  border-left: 1px solid #bebebe;
  color: #105caa;
  font-weight: 700;
}

.fs_style_25 {
  display: block;
  margin: 0 0 40px;
  font-size: 14px;
  line-height: 20px;
  color: #a4cd39;
  font-weight: 700;
  text-transform: uppercase;
}

.fs_style_29 {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #bebebe;
  font-weight: 700;
  text-transform: none;
}

#fsBannerRight .fs_style_25,
#fsBannerRight .fs_style_29,
#fsBannerLeft .fs_style_25,
#fsBannerLeft .fs_style_29 {
  font-size: 14px !important;
  line-height: 20px !important;
}

.fsSlideshow .fsNextButton, .fsSlideshow .fsPrevButton {
  height: 35px;
  width: 35px;
}
.fsSlideshow .fsNextButton:hover:before, .fsSlideshow .fsPrevButton:hover:before {
  color: #bebebe;
}
.fsSlideshow .fsNextButton::before, .fsSlideshow .fsPrevButton::before {
  color: #ebebeb;
  font-size: 55px;
  height: 35px;
  width: 35px;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}
.fsSlideshow .fsNextButton::before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: right;
}
.fsSlideshow .fsPrevButton::before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: left;
}
.fsSlideshow .fsPager li {
  height: 15px;
  margin: 0 2px;
  width: 15px;
}
.fsSlideshow .fsPager li button {
  height: 15px;
  padding: 5px;
  width: 15px;
}
.fsSlideshow .fsPager li button:hover, .fsSlideshow .fsPager li button:focus {
  outline: none;
}
.fsSlideshow .fsPager li button:hover::before, .fsSlideshow .fsPager li button:focus::before {
  opacity: 1;
  color: #bebebe;
}
.fsSlideshow .fsPager li button:before {
  color: #ebebeb;
  font-size: 30px;
  height: 15px;
  line-height: 15px;
  opacity: 1;
  width: 15px;
}
.fsSlideshow .fsPager li.slick-active button:before {
  color: #bebebe;
  opacity: 1;
}

body:not(.fsComposeMode) .logo-list {
  padding: 50px 20px;
  background: #ebebeb;
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .logo-list {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1280px) {
  body:not(.fsComposeMode) .logo-list {
    padding-right: 0px;
    padding-left: 0px;
  }
}
body:not(.fsComposeMode) .logo-list > header {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
  margin-bottom: 30px;
}
body:not(.fsComposeMode) .logo-list > footer {
  padding-top: 50px;
}
body:not(.fsComposeMode) .logo-list:before {
  left: -100%;
}
body:not(.fsComposeMode) .logo-list:after {
  right: -100%;
}
body:not(.fsComposeMode) .logo-list > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body:not(.fsComposeMode) .logo-list > .fsElementContent > .fsElement {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  font-size: 16px;
  color: #656565;
  padding: 0 10px;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .logo-list > .fsElementContent > .fsElement {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .logo-list > .fsElementContent > .fsElement {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 33.333%;
    -ms-flex: 1 0 33.333%;
    flex: 1 0 33.333%;
  }
}
@media (min-width: 1200px) {
  body:not(.fsComposeMode) .logo-list > .fsElementContent > .fsElement {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 225px;
    -ms-flex: 1 0 225px;
    flex: 1 0 225px;
  }
}
body:not(.fsComposeMode) .logo-list > .fsElementContent > .fsElement header {
  text-align: center;
  min-height: 90px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body:not(.fsComposeMode) .logo-list > .fsElementContent > .fsElement header .fsElementTitle {
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  body:not(.fsComposeMode) .logo-list > .fsElementContent > .fsElement header .fsElementTitle {
    font-size: 14px;
  }
}
body:not(.fsComposeMode) .logo-list > .fsElementContent > .fsElement h3 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}
body:not(.fsComposeMode) .logo-list > .fsElementContent > .fsElement h3:before {
  display: block;
  content: '';
  height: 2px;
  width: 46px;
  background: #bebebe;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
body:not(.fsComposeMode) .logo-list > .fsElementContent > .fsElement h3 a {
  color: #231f20;
}
body:not(.fsComposeMode) .logo-list > .fsElementContent > .fsElement h3 a:hover {
  color: #f69322;
}
body:not(.fsComposeMode) .logo-list > .fsElementContent > .fsElement img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  max-height: 80px;
  width: auto !important;
}
body:not(.fsComposeMode) .logo-list > .fsElementContent > .fsElement:hover img {
  -webkit-filter: none;
  filter: none;
}
body:not(.fsComposeMode) .logo-list footer {
  text-align: center;
}
body:not(.fsComposeMode) .logo-list footer .fs_style_23 {
  margin: 0 0 10px;
  padding: 10px 40px;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .logo-list > .fsElementContent > .fsElement {
    opacity: 0;
    -webkit-transition: all .8s;
    transition: all .8s;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  body:not(.fsComposeMode) .logo-list > .fsElementContent > .fsElement.visible {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

body:not(.fsComposeMode) .testimonial-slider {
  text-align: center;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .testimonial-slider {
    text-align: left;
  }
}
body:not(.fsComposeMode) .testimonial-slider > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 43.66667em;
  max-width: 49.125rem;
  padding-top: 40px;
  padding-bottom: 40px;
}
body:not(.fsComposeMode) .testimonial-slider .fsElement {
  outline: none;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .testimonial-slider .fsElement {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .testimonial-slider .fsElement header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 270px;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
  }
}
body:not(.fsComposeMode) .testimonial-slider .fsElement header img {
  border-radius: 100%;
  margin: 0 auto 20px;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .testimonial-slider .fsElement header img {
    margin: 0 0 20px;
  }
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .testimonial-slider .fsElement > .fsElementContent {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 270px);
    -ms-flex: 0 0 calc(100% - 270px);
    flex: 0 0 calc(100% - 270px);
  }
}
@media (max-width: 700px) {
  body:not(.fsComposeMode) .testimonial-slider blockquote {
    padding-left: 0;
    border: 0;
  }
}

.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 0;
}
.slick-dots li {
  margin: 0 5px;
  line-height: 10px;
  font-size: 10px;
  display: inline-block;
}
.slick-dots li button {
  border: 0;
  padding: 0;
  background: #ebebeb;
  color: transparent;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  overflow: hidden;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.slick-dots li.slick-active button, .slick-dots li:hover button {
  background: #bebebe;
}

body:not(.fsComposeMode) .section-intro h2, body:not(.fsComposeMode) .icon-list header .fsElementTitle, body:not(.fsComposeMode) .t1-landing-intro > .fsElementContent h2, body:not(.fsComposeMode) .slider-grid header .fsElementTitle {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
body:not(.fsComposeMode) .section-intro h2:after, body:not(.fsComposeMode) .icon-list header .fsElementTitle:after, body:not(.fsComposeMode) .t1-landing-intro > .fsElementContent h2:after, body:not(.fsComposeMode) .slider-grid header .fsElementTitle:after {
  display: block;
  content: '';
  height: 2px;
  width: 90px;
  background: #bebebe;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

body:not(.fsComposeMode) .section-intro {
  text-align: center;
  position: relative;
  margin: 0 auto;
  max-width: 56em;
  max-width: 63rem;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1180px) {
  body:not(.fsComposeMode) .section-intro {
    padding-right: 1.11111em;
    padding-left: 1.11111em;
  }
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .section-intro h2,
  body:not(.fsComposeMode) .section-intro p {
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  body:not(.fsComposeMode) .section-intro.active h2 {
    -webkit-animation: slideUp ease-out;
    animation: slideUp ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
  }
  body:not(.fsComposeMode) .section-intro.active p {
    -webkit-animation: slideUp ease-out;
    animation: slideUp ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
}

body:not(.fsComposeMode) .icon-list {
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: 50% 50%;
}
body:not(.fsComposeMode) .icon-list header .fsElementTitle {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
body:not(.fsComposeMode) .icon-list header .fsElementTitle:after {
  background: #fff;
}
body:not(.fsComposeMode) .icon-list > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body:not(.fsComposeMode) .icon-list .fsElement {
  color: #fff;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(33.333% - 1px);
  -ms-flex: 0 0 calc(33.333% - 1px);
  flex: 0 0 calc(33.333% - 1px);
  padding-bottom: 10px;
  margin: 0 10px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .icon-list .fsElement {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 20px);
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    margin: 0;
    border-bottom: 0;
    padding-top: 20px;
  }
  body:not(.fsComposeMode) .icon-list .fsElement:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  body:not(.fsComposeMode) .icon-list .fsElement:first-child, body:not(.fsComposeMode) .icon-list .fsElement:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .icon-list .fsElement {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  body:not(.fsComposeMode) .icon-list .fsElement:last-child {
    border-right: 0;
  }
  body:not(.fsComposeMode) .icon-list .fsElement:first-child, body:not(.fsComposeMode) .icon-list .fsElement:nth-child(2) {
    border-bottom: 0;
  }
}
body:not(.fsComposeMode) .icon-list .fsElement h3 {
  color: #a4cd39;
  font-weight: 500;
}
body:not(.fsComposeMode) .icon-list footer {
  text-align: center;
  padding-top: 30px;
}
body:not(.fsComposeMode) .icon-list footer .fs_style_23 {
  margin: 0 0 10px;
  padding: 10px 40px;
}

body:not(.fsComposeMode) .icon-list-with-hovers {
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
}
@media (max-width: 700px) {
  body:not(.fsComposeMode) .icon-list-with-hovers {
    background: #231f20 !important;
  }
}
@media (max-width: 1180px) {
  body:not(.fsComposeMode) .icon-list-with-hovers {
    padding-right: 1.11111em;
    padding-left: 1.11111em;
  }
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .icon-list-with-hovers {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
body:not(.fsComposeMode) .icon-list-with-hovers .section-intro {
  padding-top: 0;
}
body:not(.fsComposeMode) .icon-list-with-hovers .section-intro h2 {
  color: #fff;
}
@media (max-width: 700px) {
  body:not(.fsComposeMode) .icon-list-with-hovers .section-intro {
    padding-bottom: 0;
  }
  body:not(.fsComposeMode) .icon-list-with-hovers .section-intro .fs_style_26 {
    margin-bottom: 0;
  }
}
body:not(.fsComposeMode) .icon-list-with-hovers .grid-container {
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .icon-list-with-hovers .grid-container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1280px) {
  body:not(.fsComposeMode) .icon-list-with-hovers .grid-container {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .icon-list-with-hovers .grid-container {
    margin-bottom: 15px;
  }
}
body:not(.fsComposeMode) .icon-list-with-hovers .grid-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .icon-list-with-hovers .grid-container > .fsElementContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  padding: 30px;
  width: 100%;
}
body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement:first-child {
  display: none;
}
@media (min-width: 900px) {
  body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement:first-child {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement:last-child {
  border-bottom: none;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement {
    width: calc(33.333% - 1px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.333% - 1px);
    -ms-flex: 0 0 calc(33.333% - 1px);
    flex: 0 0 calc(33.333% - 1px);
    min-height: 130px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement:nth-child(8), body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement:nth-child(9) {
    border-bottom: none;
  }
  body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement:nth-child(4), body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement:nth-child(7), body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement:nth-child(10) {
    border-right: none;
  }
}
@media (min-width: 900px) {
  body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement:nth-child(6), body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement:nth-child(7), body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement:nth-child(8), body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement:nth-child(9), body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement:nth-child(10) {
    border-bottom: none;
  }
  body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement:nth-child(5), body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement:nth-child(10) {
    border-right: none;
  }
  body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement:nth-child(4), body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement:nth-child(7) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement.visible {
    opacity: 1;
  }
}
body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement > header img:before,
body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement > header span[class^="icon-"]:before,
body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement > span[class*=" icon-"]:before {
  color: #fff;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement > header img,
  body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement > header span[class^="icon-"],
  body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement > span[class*=" icon-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement > .fsElementContent {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement > .fsElementContent {
    height: 60%;
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -5px;
    margin-left: -5px;
    background: rgba(246, 147, 34, 0.9);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    opacity: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: 700;
  }
}
body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement > .fsElementContent p {
  margin: 0;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .icon-list-with-hovers .grid-container .fsElement > .fsElementContent p {
    opacity: 0;
  }
}
body:not(.fsComposeMode) .icon-list-with-hovers .grid-container h3 {
  color: #a4cd39;
}
body:not(.fsComposeMode) .icon-list-with-hovers footer {
  text-align: center;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .icon-list-with-hovers footer {
    padding-top: 30px;
  }
}
body:not(.fsComposeMode) .icon-list-with-hovers footer .fs_style_23 {
  margin: 0 0 10px;
  padding: 10px 40px;
  color: #8f8f8f;
}
body:not(.fsComposeMode) .icon-list-with-hovers footer .fs_style_23:hover {
  color: #fff;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .icon-list-with-hovers footer .fs_style_23 {
    color: rgba(255, 255, 255, 0.8);
  }
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .icon-list-with-hovers .grid-container > .fsElementContent > .fsElement:not(:first-child):hover > .fsElementContent {
    opacity: 1;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
  }
  body:not(.fsComposeMode) .icon-list-with-hovers .grid-container > .fsElementContent > .fsElement:not(:first-child):hover > .fsElementContent p {
    -webkit-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes slideLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes slideLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.landing .fsBreadcrumb {
  display: none;
}
.landing #fsPageBodyWrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.landing #fsPageContent {
  margin-bottom: 0;
}
.landing #fsPageContent > .fsLayout > .fsDiv {
  margin-bottom: 0;
}

.landing-image {
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  height: 230px;
  background-size: cover;
  background-position: 50% top !important;
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .landing-image {
    height: 350px;
    background-size: cover;
  }
}
@media (min-width: 1000px) {
  .landing-image {
    height: 450px;
    background-size: cover;
  }
}

body:not(.fsComposeMode) .callout-photo-grid, body:not(.fsComposeMode) .callout-photo-grid-small {
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
}
body:not(.fsComposeMode) .callout-photo-grid > .fsElementContent, body:not(.fsComposeMode) .callout-photo-grid-small > .fsElementContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body:not(.fsComposeMode) .callout-photo-grid > .fsElementContent .fsElement, body:not(.fsComposeMode) .callout-photo-grid-small > .fsElementContent .fsElement {
  background-size: cover;
  background-position: 50% top;
  text-align: center;
  color: #fff;
  position: relative;
  height: 500px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .callout-photo-grid > .fsElementContent .fsElement, body:not(.fsComposeMode) .callout-photo-grid-small > .fsElementContent .fsElement {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 10px);
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
  }
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .callout-photo-grid > .fsElementContent .fsElement, body:not(.fsComposeMode) .callout-photo-grid-small > .fsElementContent .fsElement {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    height: 500px;
  }
}
body:not(.fsComposeMode) .callout-photo-grid > .fsElementContent .fsElement header, body:not(.fsComposeMode) .callout-photo-grid-small > .fsElementContent .fsElement header {
  font-size: 24px;
  position: absolute;
  bottom: 20%;
  width: 100%;
  text-align: center;
  opacity: 1;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
body:not(.fsComposeMode) .callout-photo-grid > .fsElementContent .fsElement .fsElementContent, body:not(.fsComposeMode) .callout-photo-grid-small > .fsElementContent .fsElement .fsElementContent {
  font-size: 16px;
  position: absolute;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(246, 147, 34, 0.9);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10px 30px;
  opacity: 0;
}
body:not(.fsComposeMode) .callout-photo-grid > .fsElementContent .fsElement .fsElementContent h2, body:not(.fsComposeMode) .callout-photo-grid-small > .fsElementContent .fsElement .fsElementContent h2 {
  font-size: 24px;
  font-weight: normal;
}
body:not(.fsComposeMode) .callout-photo-grid > .fsElementContent .fsElement .fsElementContent .fs_style_23, body:not(.fsComposeMode) .callout-photo-grid-small > .fsElementContent .fsElement .fsElementContent .fs_style_23 {
  color: #fff;
  border-color: #fff;
  margin-right: 0;
  padding: 10px 40px;
}
body:not(.fsComposeMode) .callout-photo-grid > .fsElementContent .fsElement .fsElementContent .fs_style_23:hover, body:not(.fsComposeMode) .callout-photo-grid-small > .fsElementContent .fsElement .fsElementContent .fs_style_23:hover {
  color: #f69321;
  background: #fff;
}
body:not(.fsComposeMode) .callout-photo-grid > .fsElementContent .fsElement:hover header, body:not(.fsComposeMode) .callout-photo-grid-small > .fsElementContent .fsElement:hover header {
  bottom: 60%;
  opacity: 0;
}
body:not(.fsComposeMode) .callout-photo-grid > .fsElementContent .fsElement:hover .fsElementContent, body:not(.fsComposeMode) .callout-photo-grid-small > .fsElementContent .fsElement:hover .fsElementContent {
  top: 0;
  opacity: 1;
}

body:not(.fsComposeMode) .callout-photo-grid-small {
  width: 100%;
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
body:not(.fsComposeMode) .callout-photo-grid-small > .fsElementContent .fsElement {
  height: 210px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 10px);
  -ms-flex: 0 0 calc(100% - 10px);
  flex: 0 0 calc(100% - 10px);
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .callout-photo-grid-small > .fsElementContent .fsElement {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 10px);
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
  }
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .callout-photo-grid-small > .fsElementContent .fsElement {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(25% - 10px);
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
  }
}
body:not(.fsComposeMode) .callout-photo-grid-small > .fsElementContent .fsElement h2 {
  font-size: 18px;
  font-weight: 700;
}

body:not(.fsComposeMode) .t1-landing-intro {
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  background-size: cover;
  color: #fff;
  text-align: center;
}
body:not(.fsComposeMode) .t1-landing-intro > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 54.44444em;
  max-width: 61.25rem;
  padding-top: 65px;
  padding-bottom: 65px;
  padding-right: 20px;
  padding-left: 20px;
}
body:not(.fsComposeMode) .t1-landing-intro > .fsElementContent h2 {
  color: #fff;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .t1-landing-intro > .fsElementContent h2, body:not(.fsComposeMode) .t1-landing-intro > .fsElementContent p {
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
}
body:not(.fsComposeMode) .t1-landing-intro.active h2 {
  -webkit-animation: slideUp ease-out;
  animation: slideUp ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
body:not(.fsComposeMode) .t1-landing-intro.active p {
  -webkit-animation: slideUp ease-out;
  animation: slideUp ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

body:not(.fsComposeMode) .landing-section-panel h2 {
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}
body:not(.fsComposeMode) .landing-section-panel h2:after {
  display: block;
  content: '';
  height: 2px;
  width: 90px;
  background: #bebebe;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

body:not(.fsComposeMode) .landing-section-panel {
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  zoom: 1;
  background-size: cover;
  background-position: 50% 50%;
}
body:not(.fsComposeMode) .landing-section-panel:after {
  display: table;
  clear: both;
  content: '';
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .landing-section-panel {
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    opacity: 0;
  }
  body:not(.fsComposeMode) .landing-section-panel.active {
    opacity: 1;
  }
}
@media (max-width: 700px) {
  body:not(.fsComposeMode) .landing-section-panel {
    background: #fff !important;
    text-align: center;
  }
}
body:not(.fsComposeMode) .landing-section-panel h2:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .landing-section-panel h2:after {
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .landing-section-panel h2 {
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
}
body:not(.fsComposeMode) .landing-section-panel > .fsElementContent {
  padding: 50px;
  min-height: 500px;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .landing-section-panel > .fsElementContent {
    background: rgba(255, 255, 255, 0.9);
    padding: 110px;
  }
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .landing-section-panel > .fsElementContent {
    width: 50%;
    height: 100%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
  }
  body:not(.fsComposeMode) .landing-section-panel > .fsElementContent p {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .landing-section-panel:nth-child(odd) > .fsElementContent {
    float: right;
  }
}

@media (min-width: 1000px) {
  .landing-section-panel.active > .fsElementContent {
    -webkit-animation: fadeIn ease-in;
    animation: fadeIn ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .5;
    animation-duration: .5s;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
  }
  .landing-section-panel.active > .fsElementContent h2 {
    -webkit-animation: slideUp ease-in;
    animation: slideUp ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
  .landing-section-panel.active > .fsElementContent p {
    -webkit-animation: slideUp ease-in;
    animation: slideUp ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
}

body:not(.fsComposeMode) .slider-grid {
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
}
@media (max-width: 700px) {
  body:not(.fsComposeMode) .slider-grid {
    background: #f3f3f3 !important;
    color: #231f20;
  }
}
@media (max-width: 1180px) {
  body:not(.fsComposeMode) .slider-grid {
    padding-right: 1.11111em;
    padding-left: 1.11111em;
  }
}
body:not(.fsComposeMode) .slider-grid header .fsElementTitle {
  text-align: center;
  color: #fff;
}
body:not(.fsComposeMode) .slider-grid header .fsElementTitle:after {
  background: #fff;
}
@media (max-width: 700px) {
  body:not(.fsComposeMode) .slider-grid header .fsElementTitle {
    color: #105caa;
  }
  body:not(.fsComposeMode) .slider-grid header .fsElementTitle:after {
    background: #105caa;
  }
}
body:not(.fsComposeMode) .slider-grid footer {
  text-align: center;
  padding-top: 30px;
}
body:not(.fsComposeMode) .slider-grid footer .fs_style_23 {
  margin: 0 0 10px;
  padding: 10px 40px;
  color: #8f8f8f;
}
body:not(.fsComposeMode) .slider-grid footer .fs_style_23:hover {
  color: #fff;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .slider-grid footer .fs_style_23 {
    color: rgba(255, 255, 255, 0.8);
  }
}
body:not(.fsComposeMode) .slider-grid > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
  zoom: 1;
}
body:not(.fsComposeMode) .slider-grid > .fsElementContent:after {
  display: table;
  clear: both;
  content: '';
}
body:not(.fsComposeMode) .slider-grid .icon-slider {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  body:not(.fsComposeMode) .slider-grid .icon-slider {
    border: 1px solid #bebebe;
  }
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .slider-grid .icon-slider {
    width: 50%;
    float: left;
  }
}
body:not(.fsComposeMode) .slider-grid .icon-slider > .fsElementContent .fsElement {
  color: #231f20;
  text-align: center;
  font-size: 24px;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .slider-grid .icon-slider > .fsElementContent .fsElement {
    color: #fff;
  }
}
body:not(.fsComposeMode) .slider-grid .icon-slider > .fsElementContent .fsElement header {
  text-align: center;
  padding-bottom: 10px;
}
body:not(.fsComposeMode) .slider-grid .icon-slider > .fsElementContent .fsElement header span:before {
  color: #bebebe;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .slider-grid .icon-slider > .fsElementContent .fsElement header {
    color: #fff;
  }
  body:not(.fsComposeMode) .slider-grid .icon-slider > .fsElementContent .fsElement header span:before {
    color: #fff;
  }
}
body:not(.fsComposeMode) .slider-grid .icon-slider > .fsElementContent .fsElement h3 {
  font-size: 50px;
  font-weight: 500;
  color: #a4cd39;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .slider-grid .minigrid > .fsElementContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .slider-grid .minigrid > .fsElementContent {
    width: 50%;
    float: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
body:not(.fsComposeMode) .slider-grid .minigrid > .fsElementContent > .fsElement {
  text-align: center;
  font-weight: 700;
  border-bottom: 1px solid #bebebe;
  padding: 20px;
  text-transform: uppercase;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .slider-grid .minigrid > .fsElementContent > .fsElement {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px;
  }
  body:not(.fsComposeMode) .slider-grid .minigrid > .fsElementContent > .fsElement:nth-child(3) {
    border: none;
    padding-right: 30px;
  }
  body:not(.fsComposeMode) .slider-grid .minigrid > .fsElementContent > .fsElement:last-of-type {
    display: none;
  }
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .slider-grid .minigrid > .fsElementContent > .fsElement {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    border: none;
    padding: 35px 30px;
  }
  body:not(.fsComposeMode) .slider-grid .minigrid > .fsElementContent > .fsElement:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  body:not(.fsComposeMode) .slider-grid .minigrid > .fsElementContent > .fsElement:first-child, body:not(.fsComposeMode) .slider-grid .minigrid > .fsElementContent > .fsElement:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  body:not(.fsComposeMode) .slider-grid .minigrid > .fsElementContent > .fsElement:last-of-type {
    display: block;
  }
}
body:not(.fsComposeMode) .slider-grid .minigrid > .fsElementContent > .fsElement p {
  margin: 0;
}
body:not(.fsComposeMode) .slider-grid .minigrid > .fsElementContent > .fsElement strong {
  font-size: 24px;
  color: #a4cd39;
}

body:not(.fsComposeMode) .alt-slider-grid {
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
}
@media (max-width: 700px) {
  body:not(.fsComposeMode) .alt-slider-grid {
    background: #231f20 !important;
  }
}
@media (max-width: 1180px) {
  body:not(.fsComposeMode) .alt-slider-grid {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .alt-slider-grid {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
body:not(.fsComposeMode) .alt-slider-grid .section-intro {
  padding-top: 0;
  padding-bottom: 10px;
}
body:not(.fsComposeMode) .alt-slider-grid .section-intro h2 {
  color: #fff;
}
body:not(.fsComposeMode) .alt-slider-grid footer {
  text-align: center;
  padding-top: 30px;
}
body:not(.fsComposeMode) .alt-slider-grid footer .fs_style_23 {
  margin: 0 0 10px;
  padding: 10px 40px;
  color: #8f8f8f;
}
body:not(.fsComposeMode) .alt-slider-grid footer .fs_style_23:hover {
  color: #fff;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .alt-slider-grid footer .fs_style_23 {
    color: rgba(255, 255, 255, 0.8);
  }
}
body:not(.fsComposeMode) .alt-slider-grid > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
  zoom: 1;
}
body:not(.fsComposeMode) .alt-slider-grid > .fsElementContent:after {
  display: table;
  clear: both;
  content: '';
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .alt-slider-grid .alt-grid-slide-container {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
}
@media (min-width: 1000px) {
  .global-section.active .alt-grid-slide-container {
    -webkit-animation: slideUp ease-in;
    animation: slideUp ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
}
body:not(.fsComposeMode) .alt-slider-grid .alt-grid-slide {
  outline: none;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .alt-slider-grid .alt-grid-slide > .fsElementContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .alt-slider-grid .alt-grid-slide > .fsElementContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
body:not(.fsComposeMode) .alt-slider-grid .alt-grid-slide > .fsElementContent > .fsElement {
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
body:not(.fsComposeMode) .alt-slider-grid .alt-grid-slide > .fsElementContent > .fsElement:first-child {
  font-size: 24px;
  text-transform: none;
  height: 300px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
body:not(.fsComposeMode) .alt-slider-grid .alt-grid-slide > .fsElementContent > .fsElement:nth-last-child(2) {
  border: none;
}
body:not(.fsComposeMode) .alt-slider-grid .alt-grid-slide > .fsElementContent > .fsElement:last-child {
  display: none;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .alt-slider-grid .alt-grid-slide > .fsElementContent > .fsElement {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
  }
  body:not(.fsComposeMode) .alt-slider-grid .alt-grid-slide > .fsElementContent > .fsElement:nth-child(2), body:not(.fsComposeMode) .alt-slider-grid .alt-grid-slide > .fsElementContent > .fsElement:nth-child(3) {
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  body:not(.fsComposeMode) .alt-slider-grid .alt-grid-slide > .fsElementContent > .fsElement:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .alt-slider-grid .alt-grid-slide > .fsElementContent > .fsElement {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(25% - 1px);
    height: 148px;
    margin: 0;
  }
  body:not(.fsComposeMode) .alt-slider-grid .alt-grid-slide > .fsElementContent > .fsElement:first-child {
    width: calc(50% - 1px);
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  body:not(.fsComposeMode) .alt-slider-grid .alt-grid-slide > .fsElementContent > .fsElement:not(:first-child) {
    opacity: 0;
  }
  body:not(.fsComposeMode) .alt-slider-grid .alt-grid-slide > .fsElementContent > .fsElement:not(:first-child) > .fsElementContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
  body:not(.fsComposeMode) .alt-slider-grid .alt-grid-slide > .fsElementContent > .fsElement:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  body:not(.fsComposeMode) .alt-slider-grid .alt-grid-slide > .fsElementContent > .fsElement:nth-child(4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-right: none;
  }
  body:not(.fsComposeMode) .alt-slider-grid .alt-grid-slide > .fsElementContent > .fsElement:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: none;
  }
  body:not(.fsComposeMode) .alt-slider-grid .alt-grid-slide > .fsElementContent > .fsElement:last-child {
    display: block;
    border-bottom: none;
  }
}
body:not(.fsComposeMode) .alt-slider-grid .alt-grid-slide > .fsElementContent > .fsElement strong {
  font-size: 24px;
  color: #a4cd39;
  font-weight: 500;
}
body:not(.fsComposeMode) .alt-slider-grid .alt-grid-slide > .fsElementContent > .fsElement header {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 20px;
}
body:not(.fsComposeMode) .alt-slider-grid .alt-grid-slide > .fsElementContent > .fsElement header span:before {
  color: #fff;
}
body:not(.fsComposeMode) .alt-slider-grid .alt-grid-slide > .fsElementContent > .fsElement h3 {
  font-size: 50px;
  font-weight: 500;
  color: #a4cd39;
  margin-bottom: 20px;
}
body:not(.fsComposeMode) .alt-slider-grid .slick-dots {
  position: absolute;
  top: 250px;
  left: 0;
  width: 100%;
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .alt-slider-grid .slick-dots {
    top: 260px;
    width: 50%;
  }
  body:not(.fsComposeMode) .alt-slider-grid .slick-dots li button {
    background: #bebebe;
  }
  body:not(.fsComposeMode) .alt-slider-grid .slick-dots li.slick-active button, body:not(.fsComposeMode) .alt-slider-grid .slick-dots li:hover button {
    background: #ebebeb;
  }
}

@media (min-width: 1000px) {
  .alt-slider-grid .alt-grid-slide.slick-current > .fsElementContent > .fsElement:nth-child(2) {
    -webkit-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: .15s;
    animation-delay: .15;
  }
  .alt-slider-grid .alt-grid-slide.slick-current > .fsElementContent > .fsElement:nth-child(3) {
    -webkit-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
  }
  .alt-slider-grid .alt-grid-slide.slick-current > .fsElementContent > .fsElement:nth-child(4) {
    -webkit-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
  }
  .alt-slider-grid .alt-grid-slide.slick-current > .fsElementContent > .fsElement:nth-child(5) {
    -webkit-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
  }
}
/*! structure - header v0.0.1 */
#fsHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9000;
  border-bottom: 1px solid #ebebeb;
}
.fsAccountBarVisible #fsHeader {
  top: 45px;
}
#fsHeader .callbutton {
  display: none;
}
@media (max-width: 500px) {
  #fsHeader .callbutton {
    display: block;
    height: 30px;
    width: 30px;
    color: transparent;
    position: absolute;
    top: 26px;
    right: 80px;
  }
  #fsHeader .callbutton:hover {
    color: transparent;
  }
  #fsHeader .callbutton:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #8f8f8f;
    font-size: 28px;
    line-height: 1em;
  }
}
#fsHeader .hdr-top-container {
  background: #fff;
}
#fsHeader .hdr-top-container > .fsElementContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
  padding-right: 50px;
  padding-left: 50px;
}
@media (max-width: 700px) {
  #fsHeader .hdr-top-container > .fsElementContent {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#fsHeader .site-info-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 125px;
  -ms-flex: 1 1 125px;
  flex: 1 1 125px;
}
#fsHeader .site-info-container h1, #fsHeader .site-info-container body:not(.fsComposeMode) .section-intro h2, body:not(.fsComposeMode) .section-intro #fsHeader .site-info-container h2, #fsHeader .site-info-container body:not(.fsComposeMode) .icon-list header .fsElementTitle, body:not(.fsComposeMode) .icon-list header #fsHeader .site-info-container .fsElementTitle, #fsHeader .site-info-container body:not(.fsComposeMode) .t1-landing-intro > .fsElementContent h2, body:not(.fsComposeMode) .t1-landing-intro > .fsElementContent #fsHeader .site-info-container h2, #fsHeader .site-info-container body:not(.fsComposeMode) .slider-grid header .fsElementTitle, body:not(.fsComposeMode) .slider-grid header #fsHeader .site-info-container .fsElementTitle, #fsHeader .site-info-container body:not(.fsComposeMode) .global-presence-modal header .fsElementTitle, body:not(.fsComposeMode) .global-presence-modal header #fsHeader .site-info-container .fsElementTitle {
  margin: 0;
  line-height: 1em;
}
#fsHeader .site-info-container h1:after, #fsHeader .site-info-container body:not(.fsComposeMode) .section-intro h2:after, body:not(.fsComposeMode) .section-intro #fsHeader .site-info-container h2:after, #fsHeader .site-info-container body:not(.fsComposeMode) .icon-list header .fsElementTitle:after, body:not(.fsComposeMode) .icon-list header #fsHeader .site-info-container .fsElementTitle:after, #fsHeader .site-info-container body:not(.fsComposeMode) .t1-landing-intro > .fsElementContent h2:after, body:not(.fsComposeMode) .t1-landing-intro > .fsElementContent #fsHeader .site-info-container h2:after, #fsHeader .site-info-container body:not(.fsComposeMode) .slider-grid header .fsElementTitle:after, body:not(.fsComposeMode) .slider-grid header #fsHeader .site-info-container .fsElementTitle:after, #fsHeader .site-info-container body:not(.fsComposeMode) .global-presence-modal header .fsElementTitle:after, body:not(.fsComposeMode) .global-presence-modal header #fsHeader .site-info-container .fsElementTitle:after {
  display: none;
}
#fsHeader .site-info-container a {
  display: block;
  height: 60px;
  width: 125px;
  position: relative;
  color: transparent;
  overflow: hidden;
  background: url("/Adm/AdmissionForm/img/OWIS-Logo.png") 0 0 no-repeat;
  background-size: 125px 60px;
  margin-top: 10px;
  -webkit-transition: width .3s linear;
  transition: width .3s linear;
}
#fsHeader .site-info-container a:hover {
  color: transparent;
}
#fsHeader .login-container {
  display: none;
}
@media (min-width: 850px) {
  #fsHeader .login-container {
    display: block;
    width: 51px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 51px;
    -ms-flex: 0 0 51px;
    flex: 0 0 51px;
  }
}
#fsHeader .login-container a {
  display: block;
  position: relative;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  color: transparent;
  overflow: hidden;
  height: 32px;
  width: 31px;
  padding: 0;
  margin: 25px 0;
}
@media (min-width: 500px) {
  #fsHeader .login-container a {
    margin: 25px 10px;
  }
}
#fsHeader .login-container a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #8f8f8f;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: normal;
}
#fsHeader .login-container a:hover:before {
  color: #f69322;
}
#fsHeader .global-trigger-container {
  display: none;
}
@media (min-width: 850px) {
  #fsHeader .global-trigger-container {
    display: block;
    width: 35px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35px;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
  }
}
#fsHeader .global-trigger-container button.gp-trigger {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  color: transparent;
  overflow: hidden;
  height: 32px;
  width: 35px;
  padding: 0;
  margin: 25px 10px !important;
}
#fsHeader .global-trigger-container button.gp-trigger:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #8f8f8f;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: normal;
}
#fsHeader .global-trigger-container button.gp-trigger:hover:before {
  color: #f69322;
}

/*! structure - footer v0.0.1 */
#fsFooter .fsBanner {
  text-align: center;
  padding-bottom: 50px;
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 700px) {
  #fsFooter .fsBanner {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1280px) {
  #fsFooter .fsBanner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1000px) {
  #fsFooter .fsBanner {
    position: relative;
    padding-bottom: 65px;
  }
}
#fsFooter .fsBanner:after {
  content: normal;
}
body.fsDraftMode #fsFooter .fsBanner {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
#fsFooter .nav-social {
  margin-bottom: 20px;
}

.contact-container {
  background: #105caa;
  color: #fff;
  padding: 50px 20px;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
}
@media (min-width: 700px) {
  .contact-container {
    padding: 50px;
  }
}
@media (min-width: 1000px) {
  .contact-container {
    padding: 100px 50px;
  }
}
.contact-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
}
.contact-container .footer-admissions-buttons .fsNavLevel1, .contact-container .footer-admissions-buttons .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-container .footer-admissions-buttons .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}
.contact-container .footer-admissions-buttons .fsNavLevel1 li {
  display: block;
  vertical-align: top;
  position: relative;
  height: auto;
  margin: 0 0 10px 0;
}
@media (min-width: 700px) {
  .contact-container .footer-admissions-buttons .fsNavLevel1 li {
    display: inline-block;
    width: 160px;
    margin: 0 3px 10px;
  }
}
@media (min-width: 1000px) {
  .contact-container .footer-admissions-buttons .fsNavLevel1 li {
    margin: 0 3px;
  }
}
.contact-container .footer-admissions-buttons .fsNavLevel1 li a {
  display: block;
  width: 100%;
}

.school-details [itemprop='address'] {
  position: relative;
  margin-top: 22px;
  padding-top: 12px;
}
.school-details [itemprop='address']:after {
  display: block;
  content: '';
  height: 2px;
  width: 46px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: rgba(0, 0, 0, 0.5);
}

.school-details {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 700px) {
  .school-details {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1000px) {
  .school-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.school-details .nameandnumber {
  display: block;
}
@media (min-width: 1000px) {
  .school-details .nameandnumber {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.school-details [itemprop='name'] {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (min-width: 700px) {
  .school-details [itemprop='name'] {
    font-weight: normal;
  }
}
@media (min-width: 1000px) {
  .school-details [itemprop='name'] {
    display: inline-block;
  }
}
.school-details .campusname {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  display: block;
}
.school-details [itemprop='telephone'] {
  display: block;
}
@media (min-width: 1000px) {
  .school-details [itemprop='telephone'] {
    display: inline-block;
    padding-left: 30px;
  }
}
.school-details [itemprop='address'] {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 700px) {
  .school-details [itemprop='address'] {
    display: none;
  }
}
@media (min-width: 1000px) {
  .school-details [itemprop='address'] {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.school-details a {
  color: inherit;
}

@media (max-width: 700px) {
  .footer-logos {
    display: none;
  }
}
.footer-logos > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
}
.footer-logos .fsNavLevel1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #bebebe;
  padding: 40px 0 !important;
}
.footer-logos .fsNavLevel1, .footer-logos .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-logos .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}
.footer-logos .fsNavLevel1 li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 61px;
  margin: 0 10px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 1000px) {
  .footer-logos .fsNavLevel1 li {
    margin: 0 52px 10px 0;
  }
}
@media (max-width: 1000px) {
  .footer-logos .fsNavLevel1 li:first-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-bottom: 40px;
  }
}
.footer-logos .fsNavLevel1 li a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  overflow: hidden;
}
.footer-logos .fsNavLevel1 li a:hover {
  color: transparent;
}
.footer-logos .fsNavLevel1 li:hover img {
  -webkit-filter: none !important;
  filter: none !important;
}
.footer-logos .fsNavLevel1 li:not(:first-child) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.footer-logos .fsNavLevel1 li:not(:first-child) img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  max-height: 75px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.nav-main-footer {
  margin-top: 40px !important;
}
.nav-main-footer, .nav-main-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-main-footer li {
  margin: 0;
  padding: 0;
}
@media (min-width: 1000px) {
  .nav-main-footer {
    margin-bottom: 20px;
  }
}
@media (max-width: 1180px) {
  .nav-main-footer {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.nav-main-footer > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
}
@media (min-width: 1000px) {
  .nav-main-footer .fsNavLevel1 {
    text-align: left;
    width: 100%;
    zoom: 1;
  }
  .nav-main-footer .fsNavLevel1:after {
    display: table;
    clear: both;
    content: '';
  }
}
.nav-main-footer .fsNavLevel1 > li {
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px !important;
  text-transform: uppercase;
  font-weight: 500;
}
@media (min-width: 1000px) {
  .nav-main-footer .fsNavLevel1 > li {
    float: left;
    width: 25%;
  }
  .nav-main-footer .fsNavLevel1 > li:first-child {
    padding-right: 15px;
  }
  .nav-main-footer .fsNavLevel1 > li:nth-child(2) {
    padding-right: 15px;
  }
  .nav-main-footer .fsNavLevel1 > li:nth-child(3) {
    padding-right: 15px;
  }
}
@media (min-width: 1000px) {
  .nav-main-footer .fsNavLevel1 > li {
    display: inline-block;
  }
}
.nav-main-footer .fsNavLevel1 > li > a {
  display: inline-block;
  margin-bottom: 5px;
}
.nav-main-footer .fsNavLevel1 > li:last-child {
  margin-bottom: 0 !important;
}
.nav-main-footer .fsNavLevel1 > li a {
  color: #231f20;
}
.nav-main-footer .fsNavLevel1 > li a:hover {
  color: #f69322;
}
.nav-main-footer .fsNavLevel2 {
  display: none;
}
@media (min-width: 1000px) {
  .nav-main-footer .fsNavLevel2 {
    display: block;
  }
}
@media (min-width: 1000px) {
  .nav-main-footer .fsNavLevel2 li {
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 5px !important;
  }
  .nav-main-footer .fsNavLevel2 li a {
    color: #656565;
  }
}

.nav-util-footer {
  position: relative;
  margin-bottom: 20px !important;
}
.nav-util-footer, .nav-util-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-util-footer li {
  margin: 0;
  padding: 0;
}
.nav-util-footer > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
}
@media (min-width: 1000px) {
  .nav-util-footer {
    display: inline-block;
    text-align: left;
    float: left;
    margin-bottom: 0 !important;
  }
}
.nav-util-footer li {
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px !important;
}
@media (min-width: 700px) {
  .nav-util-footer li {
    display: inline-block;
  }
}
@media (min-width: 1000px) {
  .nav-util-footer li {
    line-height: 18px;
  }
}
.nav-util-footer li a {
  color: #656565;
}
@media (min-width: 700px) {
  .nav-util-footer li a {
    padding: 0 10px;
  }
}
@media (min-width: 1000px) {
  .nav-util-footer li a {
    padding: 0 20px 0 0;
  }
}
.nav-util-footer li a:hover {
  color: #f69322;
}

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

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

html {
  font-family: "roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  /*font-size: 1.125em;
  line-height: 1.55556;
  color: #231f20;*/
}

#fsPageWrapper {
  overflow: hidden;
  position: relative;
  padding-top: 80px;
}

#fsPageBodyWrapper {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}
@media (min-width: 700px) {
  #fsPageBodyWrapper {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1280px) {
  #fsPageBodyWrapper {
    padding-right: 0;
    padding-left: 0;
  }
}

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
}

#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%;
  }
}
.fsHasLeftBanner #fsBannerLeft {
  padding-right: 0;
}
@media (min-width: 800px) {
  .fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 36.5%;
  }
}
@media (min-width: 900px) {
  .fsHasLeftBanner #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: 67.79661% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner #fsPageContent {
    width: 76.27119% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner #fsPageContent {
    width: 63.5% !important;
    float: right;
  }
}
@media (min-width: 900px) {
  .fsHasLeftBanner #fsPageContent {
    width: 76.27119% !important;
    float: left;
  }
}
@media (min-width: 900px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: 44.0678% !important;
  }
}

#fsBannerRight {
  margin-bottom: 20px;
  width: 100%;
  float: none;
}
@media (min-width: 800px) {
  #fsBannerRight {
    float: left;
  }
}
#fsBannerRight .fsBanner > .fsElement {
  margin-bottom: 30px;
}
@media (min-width: 800px) {
  #fsBannerRight {
    padding-left: 80px;
    width: 32.20339%;
  }
  #fsBannerRight p, #fsBannerRight ul, #fsBannerRight ol {
    font-size: .9em !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    padding-left: 0;
    width: 63.5%;
    float: right;
  }
}
@media (min-width: 900px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    padding-left: 80px;
    width: 32.20339%;
    position: relative;
  }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight:before {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50px;
    background: #bebebe;
  }
}

@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.11111em;
    padding-left: 1.11111em;
  }
}

@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 {
  margin: 0 auto;
}
@media (min-width: 1000px) {
  #fsPoweredByFinalsite {
    background-position: top right;
    width: 134px;
    position: absolute;
    bottom: 40px;
    right: 50px;
  }
}
@media (min-width: 1280px) {
  #fsPoweredByFinalsite {
    right: 0;
  }
}

.fsBreadcrumb {
  margin-bottom: 40px;
}
.home .fsBreadcrumb {
  display: none;
}
.fsBreadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsBreadcrumb li {
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: #656565;
}
.fsBreadcrumb a {
  color: #bebebe;
}
.fsBreadcrumb a:hover {
  color: #f69322;
}
.fsBreadcrumb span.fsNavBreadcrumbSeperator:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin: 0 5px;
  color: #bebebe;
}

/*! navigation - main v0.0.1 */
#fsHeader .nav-main {
  display: none;
}
@media (min-width: 850px) {
  #fsHeader .nav-main {
    display: block;
    height: 80px;
    width: 100%;
  }
}
.nav-main, .nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-main li {
  margin: 0;
  padding: 0;
}
@media (min-width: 850px) {
  .nav-main .fsNavLevel1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .no-flexbox .nav-main .fsNavLevel1 {
    text-align: justify;
    font-size: 0.1px;
  }
  .no-flexbox .nav-main .fsNavLevel1 > li {
    display: inline-block;
  }
  .no-flexbox .nav-main .fsNavLevel1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 850px) {
  .nav-main .fsNavLevel1 > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.nav-main .fsNavLevel1 > li:hover > a {
  color: #f69322;
}
.nav-main .fsNavLevel1 > li > a {
  padding: 30px 10px;
  color: #8f8f8f;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 900px) {
  .nav-main .fsNavLevel1 > li > a {
    padding: 30px 20px;
  }
}
.nav-main .fsNavLevel1 > .fsNavCurrentPage > a {
  color: #26abe2;
}
.nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
  color: #26abe2;
}

.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 .fsNavPageInfo {
  background: #f69322;
  text-align: left;
  width: 100%;
}
.nav-main .fsNavPageInfo:before, .nav-main .fsNavPageInfo:after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  background: #f69322;
  position: absolute;
  top: 0;
  z-index: 1;
}
.nav-main .fsNavPageInfo:before {
  right: 100%;
}
.nav-main .fsNavPageInfo:after {
  left: 100%;
}
.nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
  right: 0;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media (min-width: 900px) {
  .nav-main .fsNavParentPage:hover .fsNavPageInfo {
    display: block;
    overflow: visible;
  }
}
@media (min-width: 900px) {
  .nav-main .fsNavParentPage.fsNavCurrentPage:hover .fsNavPageInfo {
    display: none !important;
    overflow: hidden !important;
  }
}
@media (min-width: 900px) {
  .nav-main .fsNavParentPage.fsNavCurrentPageAncestor:hover .fsNavPageInfo {
    display: none !important;
    overflow: hidden !important;
  }
}
.nav-main .fsNavLevel2 {
  text-align: center;
  padding: 10px 0 !important;
}
.nav-main .fsNavLevel2, .nav-main .fsNavLevel2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-main .fsNavLevel2 li {
  margin: 0;
  padding: 0;
}
.nav-main .fsNavLevel2 li {
  display: inline-block;
  padding: 10px !important;
}
.nav-main .fsNavLevel2 li a {
  font-size: 14px;
  text-transform: none;
  color: #fff;
  font-weight: 700;
}
.nav-main .fsNavLevel2 li a:hover {
  color: #424242;
}
.nav-main .fsNavLevel2 li .fsNavPageInfo {
  display: none;
}

/*! navigation - off-canvas v0.0.1 */
.drawer-ribbon {
  display: block;
  width: 50px;
  height: 80px;
  overflow: hidden;
  z-index: 9001;
  position: fixed;
  top: 0;
  right: 20px;
}
@media (min-width: 700px) {
  .drawer-ribbon {
    right: 50px;
  }
}
@media (min-width: 1280px) {
  .drawer-ribbon {
    right: 0;
  }
}
@media (min-width: 850px) {
  .drawer-ribbon {
    display: none;
  }
}
.drawer-is-active .drawer-ribbon {
  display: none;
}
.fsAccountBarVisible .drawer-ribbon {
  top: 45px !important;
}

.drawer-ribbon .drawer-trigger {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  color: transparent;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  left: 0;
  text-align: center;
}
.drawer-ribbon .drawer-trigger:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #8f8f8f;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}
.drawer-ribbon .drawer-trigger:hover:before {
  color: #f69322;
}

#fsMenu .drawer-trigger {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  color: transparent;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  position: absolute;
  text-align: center;
  height: 40px;
  width: 40px;
  left: auto;
  right: 10px;
  top: 20px;
}
#fsMenu .drawer-trigger:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#fsMenu .drawer-trigger:hover:before {
  color: #231f20;
}

#fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(20%, 0, 0);
  transform: translate3d(20%, 0, 0);
  -webkit-transform: translate(20%, 0);
  -ms-transform: translate(20%, 0);
  transform: translate(20%, 0);
  position: fixed;
  height: 100%;
  overflow: auto;
  padding: 84px 20px 0;
  min-height: 100%;
  width: 100%;
  background: #105caa url("/uploaded/themes/build2016/images/text-logo-white.svg") 20px 20px no-repeat;
  background-size: 216px 36px;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);
  z-index: 9001;
}
.drawer-is-active #fsMenu {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.drawer-is-active #fsMenu:after {
  display: block;
  content: '';
  height: 100%;
  width: 3000px;
  position: absolute;
  top: 0;
  left: 100%;
  background: rgba(0, 0, 0, 0.2);
}
@media (min-width: 850px) {
  .drawer-is-active #fsMenu {
    display: none;
  }
}

.nav-mobile {
  position: relative;
  top: 0;
  margin-bottom: 20px !important;
  padding: 20px 0 10px;
  zoom: 1;
}
.nav-mobile, .nav-mobile ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-mobile li {
  margin: 0;
  padding: 0;
}
.nav-mobile:after {
  display: table;
  clear: both;
  content: '';
}
.nav-mobile ul.fsNavLevel1 {
  display: block;
  margin: 0;
  padding: 0;
}
.nav-mobile ul.fsNavLevel1 > li:last-child > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.nav-mobile ul.fsNavLevel1 li {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.nav-mobile ul.fsNavLevel1 li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.nav-mobile ul.fsNavLevel1 li:last-child.active li:last-of-type a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.nav-mobile ul.fsNavLevel1 li.fsNavCurrentPage > a, .nav-mobile ul.fsNavLevel1 li.fsNavCurrentPageAncestor > a {
  background: none;
}
.nav-mobile ul.fsNavLevel1 li span.sub-trigger {
  display: block;
  width: 30px;
  height: 46px;
  position: absolute;
  top: 7px;
  right: 0;
  text-align: center;
  cursor: pointer;
}
.nav-mobile ul.fsNavLevel1 li span.sub-trigger:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  display: block;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 12px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}
.nav-mobile ul.fsNavLevel1 li span.sub-trigger:hover:after {
  color: white;
}
#fsMenu .nav-mobile li.active > a {
  color: #48b3e3 !important;
}
#fsMenu .nav-mobile li.active > span.sub-trigger:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  color: #48b3e3 !important;
}
.nav-mobile ul.fsNavLevel2 li span.sub-trigger {
  height: 20px;
}
.nav-mobile ul.fsNavLevel2 li span.sub-trigger:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 18px;
}
#fsMenu .nav-mobile ul.fsNavLevel2 li.active > span.sub-trigger:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  font-size: 10px;
}
.nav-mobile ul.fsNavLevel1 li a {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  padding: 18px 30px 18px 0;
  font-weight: 600;
}
#fsMenu .nav-mobile ul.fsNavLevel1 > li > a {
  margin: 0;
}
#fsMenu .nav-mobile li.fsNavCurrentPage > a {
  color: #48b3e3 !important;
}
#fsMenu .nav-mobile li.fsNavCurrentPageAncestor > a {
  color: #48b3e3 !important;
}
.nav-mobile ul.fsNavLevel1 li a:hover {
  color: #fff;
  text-decoration: none;
}
.nav-mobile ul.fsNavLevel2 {
  margin: 0;
  padding: 0;
}
.nav-mobile ul.fsNavLevel2 li {
  margin: 0;
  padding: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 24px;
}
.nav-mobile ul.fsNavLevel2 li:last-child > a {
  padding-bottom: 20px !important;
}
.nav-mobile ul.fsNavLevel2 li > a {
  margin: 0;
  border-top: 1px solid #105caa;
  padding: 5px 30px 5px 20px;
}
.nav-mobile ul.fsNavLevel2 li .sub-trigger {
  border-color: #105caa !important;
}
.nav-mobile ul.fsNavLevel2 li.fsNavCurrentPage > a {
  color: #656565;
}
.nav-mobile .fsNavPageInfo {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: none;
  overflow: visible;
  max-height: 100%;
  display: none;
}
.nav-mobile ul.fsNavLevel3 > li {
  font-weight: 500;
}
.nav-mobile ul.fsNavLevel3 > li > a {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 40px;
  font-weight: 500;
}
.nav-mobile ul.fsNavLevel3 > li:last-child > a {
  padding-bottom: 10px !important;
}
.nav-mobile ul.fsNavLevel4 > li > a {
  padding-left: 60px;
}
.nav-mobile ul.fsNavLevel5 > li > a {
  padding-left: 80px;
}

.nav-mobile.global-campus .fsNavLevel1 > li > a {
  padding-left: 36px;
  position: relative;
  text-transform: none;
}
.nav-mobile.global-campus .fsNavLevel1 > li > a:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 24px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-mobile.global-campus ul.fsNavLevel2 > li a {
  border-bottom: none !important;
}

.mobile-login a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  padding-left: 36px;
  position: relative;
  font-weight: 600;
  font-size: 14px;
}
.mobile-login a:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 24px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.mobile-login a:hover {
  color: #fff;
}

/*! navigation - sub v0.0.1 */
.nav-secondary {
  display: none;
}
@media (min-width: 850px) {
  .nav-secondary {
    display: block;
    background: #105caa;
  }
}
.nav-secondary > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
}
.nav-secondary .fsNavLevel1 {
  text-align: center;
  padding: 10px 0 !important;
}
.nav-secondary .fsNavLevel1, .nav-secondary .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-secondary .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}
.nav-secondary .fsNavLevel1 li {
  display: inline-block;
  padding: 10px !important;
}
.nav-secondary .fsNavLevel1 li a {
  font-size: 14px;
  text-transform: none;
  color: #fff;
  font-weight: 700;
}
.nav-secondary .fsNavLevel1 li a:hover {
  color: #f69322;
}
.nav-secondary .fsNavLevel1 > .fsNavCurrentPage > a {
  color: #48b3e3;
}
.nav-secondary .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
  color: #48b3e3;
}
.nav-secondary .fsNavLevel1 li .fsNavPageInfo {
  display: none;
}

.nav-sub, .nav-sub-styleguide {
  margin-bottom: 30px !important;
}
.nav-sub, .nav-sub-styleguide, .nav-sub ul, .nav-sub-styleguide ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-sub li, .nav-sub-styleguide li {
  margin: 0;
  padding: 0;
}
#fsHeader .nav-sub, #fsHeader .nav-sub-styleguide {
  display: block;
  padding: 0 20px;
  background: #fff;
}
@media (min-width: 800px) {
  #fsHeader .nav-sub, #fsHeader .nav-sub-styleguide {
    display: none;
  }
}
#fsPageBody .nav-sub, #fsPageBody .nav-sub-styleguide {
  display: none;
}
@media (min-width: 800px) {
  #fsPageBody .nav-sub, #fsPageBody .nav-sub-styleguide {
    display: block;
  }
}
.nav-sub.nav-sub-empty, .nav-sub-empty.nav-sub-styleguide {
  display: none !important;
}
@media (max-width: 799px) {
  .nav-sub > .fsElementContent, .nav-sub-styleguide > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.nav-sub.active-nav > .fsElementContent, .active-nav.nav-sub-styleguide > .fsElementContent {
  max-height: 9999px;
  visibility: visible;
  opacity: 1;
}
.nav-sub ul li, .nav-sub-styleguide ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.nav-sub ul li.fsNavCurrentPage > a, .nav-sub-styleguide ul li.fsNavCurrentPage > a, .nav-sub ul li.fsNavCurrentPageAncestor > a, .nav-sub-styleguide ul li.fsNavCurrentPageAncestor > a {
  color: #48b3e3;
}
.nav-sub ul li a, .nav-sub-styleguide ul li a {
  display: block;
  padding: 10px 0;
  color: #656565;
}
.nav-sub ul li a:hover, .nav-sub-styleguide ul li a:hover {
  color: #f69322;
}
.nav-sub .fsNavLevel1 > li:last-child, .nav-sub-styleguide .fsNavLevel1 > li:last-child {
  border-bottom: none;
}
.nav-sub .fsNavLevel2 > li > a, .nav-sub-styleguide .fsNavLevel2 > li > a {
  padding-left: 20px;
}
.nav-sub .fsNavLevel3 > li > a, .nav-sub-styleguide .fsNavLevel3 > li > a {
  padding-left: 40px;
}
.nav-sub .fsNavLevel4 > li > a, .nav-sub-styleguide .fsNavLevel4 > li > a {
  padding-left: 60px;
}
.nav-sub > header, .nav-sub-styleguide > header {
  display: block;
}
.nav-sub > header > .fsElementTitle, .nav-sub-styleguide > header > .fsElementTitle {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  margin: 0 0 10px;
  padding: 0;
}
.nav-sub > header > .fsElementTitle a, .nav-sub-styleguide > header > .fsElementTitle a {
  color: #105caa;
}
.nav-sub > header > .fsElementTitle a:hover, .nav-sub-styleguide > header > .fsElementTitle a:hover {
  color: #f69322;
}
@media (max-width: 799px) {
  .nav-sub > header > .fsElementTitle:after, .nav-sub-styleguide > header > .fsElementTitle:after {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 8px;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}
@media (max-width: 799px) {
  .nav-sub.active-nav > header > .fsElementTitle:after, .active-nav.nav-sub-styleguide > header > .fsElementTitle:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}

/*! Navigation - Social */
@media (min-width: 1000px) {
  .nav-social {
    display: inline-block;
    float: left;
    padding-right: 30px;
  }
}
.nav-social > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
  padding: 30px 20px 10px;
}
@media (min-width: 1000px) {
  .nav-social > .fsElementContent {
    padding: 0;
    position: relative;
  }
}
.nav-social .fsNavLevel1 {
  font-size: 0;
}
.nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-social .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}
@media (min-width: 1000px) {
  .nav-social .fsNavLevel1 {
    text-align: left;
  }
}
.nav-social .fsNavLevel1 li {
  display: inline-block;
}
.nav-social .fsNavLevel1 li:not(:last-child) {
  margin-right: 5px;
}
.nav-social .fsNavLevel1 [href*='facebook']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='instagram']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='linkedin']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='pinterest']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='tumblr']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='twitter']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='vimeo']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='vine']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='youtube']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='rss']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='facebook'] {
  background: #3b5998;
  border-color: #3b5998;
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='facebook']:hover {
  background: #fff;
}
.nav-social .fsNavLevel1 [href*='facebook']:hover:before {
  color: #3b5998;
}
.nav-social .fsNavLevel1 [href*='instagram'] {
  background: #405de6;
  border-color: #405de6;
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='instagram']:hover {
  background: #fff;
}
.nav-social .fsNavLevel1 [href*='instagram']:hover:before {
  color: #405de6;
}
.nav-social .fsNavLevel1 [href*='linkedin'] {
  background: #0077b5;
  border-color: #0077b5;
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='linkedin']:hover {
  background: #fff;
}
.nav-social .fsNavLevel1 [href*='linkedin']:hover:before {
  color: #0077b5;
}
.nav-social .fsNavLevel1 [href*='pinterest'] {
  background: #cc2127;
  border-color: #cc2127;
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='pinterest']:hover {
  background: #fff;
}
.nav-social .fsNavLevel1 [href*='pinterest']:hover:before {
  color: #cc2127;
}
.nav-social .fsNavLevel1 [href*='tumblr'] {
  background: #35465c;
  border-color: #35465c;
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='tumblr']:hover {
  background: #fff;
}
.nav-social .fsNavLevel1 [href*='tumblr']:hover:before {
  color: #35465c;
}
.nav-social .fsNavLevel1 [href*='twitter'] {
  background: #55acee;
  border-color: #55acee;
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='twitter']:hover {
  background: #fff;
}
.nav-social .fsNavLevel1 [href*='twitter']:hover:before {
  color: #55acee;
}
.nav-social .fsNavLevel1 [href*='vimeo'] {
  background: #1ab7ea;
  border-color: #1ab7ea;
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='vimeo']:hover {
  background: #fff;
}
.nav-social .fsNavLevel1 [href*='vimeo']:hover:before {
  color: #1ab7ea;
}
.nav-social .fsNavLevel1 [href*='vine'] {
  background: #00b488;
  border-color: #00b488;
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='vine']:hover {
  background: #fff;
}
.nav-social .fsNavLevel1 [href*='vine']:hover:before {
  color: #00b488;
}
.nav-social .fsNavLevel1 [href*='youtube'] {
  background: #cd201f;
  border-color: #cd201f;
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='youtube']:hover {
  background: #fff;
}
.nav-social .fsNavLevel1 [href*='youtube']:hover:before {
  color: #cd201f;
}
.nav-social .fsNavLevel1 [href*='rss'] {
  background: #f26522;
  border-color: #f26522;
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='rss']:hover {
  background: #fff;
}
.nav-social .fsNavLevel1 [href*='rss']:hover:before {
  color: #f26522;
}
.nav-social .fsNavLevel1 a {
  display: block;
  position: relative;
  border: 1px solid #48b3e3;
  background: #FFF;
  height: 30px;
  width: 30px;
  border-radius: 100%;
}
.nav-social .fsNavLevel1 a:before {
  color: #fff;
  font-size: 18px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nav-utility-ftr .fsNavLevel1, .nav-utility-ftr .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-utility-ftr .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}

body:not(.fsComposeMode) .global-presence-modal {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background: rgba(35, 31, 32, 0.95);
  position: fixed;
  top: 80px;
  left: 0;
  height: calc(100vh - 80px);
  width: 100vw;
  padding-top: 100px;
  z-index: -10;
  opacity: .5;
  visibility: hidden;
  overflow: auto;
}
body:not(.fsComposeMode).modal-active .global-presence-modal {
  visibility: visible;
  z-index: 9000;
  opacity: 1;
}
@media (max-width: 850px) {
  body:not(.fsComposeMode).modal-active .global-presence-modal {
    display: none;
  }
}
body:not(.fsComposeMode) .global-presence-modal > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
}
body:not(.fsComposeMode) .global-presence-modal .global-close {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  color: transparent;
  height: 40px;
  width: 40px;
  overflow: hidden;
  position: absolute;
  top: 50px;
  right: 50px;
}
body:not(.fsComposeMode) .global-presence-modal .global-close:before, body:not(.fsComposeMode) .global-presence-modal .global-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 40px;
  content: '';
  background: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
body:not(.fsComposeMode) .global-presence-modal .global-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
body:not(.fsComposeMode) .global-presence-modal .global-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
body:not(.fsComposeMode) .global-presence-modal .global-close:hover:before, body:not(.fsComposeMode) .global-presence-modal .global-close:hover:after {
  width: 20px;
}
body:not(.fsComposeMode) .global-presence-modal .global-close:hover:before {
  margin-left: -7px;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
body:not(.fsComposeMode) .global-presence-modal .global-close:hover:after {
  margin-left: 7px;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  -ms-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}
body:not(.fsComposeMode) .global-presence-modal header .fsElementTitle {
  padding-bottom: 20px;
  position: relative;
  color: #fff;
  text-align: center;
}
body:not(.fsComposeMode) .global-presence-modal header .fsElementTitle:after {
  display: block;
  content: '';
  height: 2px;
  width: 90px;
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.locations-nav {
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}
@media (max-width: 1180px) {
  .locations-nav header {
    padding-right: 1.11111em;
    padding-left: 1.11111em;
  }
}
.locations-nav.hidden {
  opacity: 0;
  z-index: -1;
}
.locations-nav .fsNavLevel1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.locations-nav .fsNavLevel1, .locations-nav .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.locations-nav .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}
.locations-nav .fsNavLevel1 li {
  display: block;
  height: 180px;
  width: 180px;
  position: relative;
  background: #231f20;
  margin: 0 10px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 180px;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
}
.locations-nav .fsNavLevel1 li a {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  padding-bottom: 0;
}
.locations-nav .fsNavLevel1 li a:hover {
  background: transparent;
  padding-bottom: 15px;
}
.locations-nav .fsNavLevel1 li .fsNavPageInfo {
  display: block;
  height: 180px;
  width: 180px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.locations-nav .back {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.locations-nav .back:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 30px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.locations-nav .back:hover:before {
  color: #f69322;
}

body:not(.fsComposeMode) .locations-nav.countries .fsNavLevel1 li {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
body:not(.fsComposeMode) .locations-nav.countries .fsElementTitle {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
}

body:not(.fsComposeMode).modal-active .locations-nav.countries .fsNavLevel1 li,
body:not(.fsComposeMode).modal-active .locations-nav.countries .fsElementTitle {
  -webkit-animation: slideUp ease-out;
  animation: slideUp ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
}
body:not(.fsComposeMode).modal-active .locations-nav.countries .fsNavLevel1 li .fsElementTitle,
body:not(.fsComposeMode).modal-active .locations-nav.countries .fsElementTitle .fsElementTitle {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
body:not(.fsComposeMode).modal-active .locations-nav.countries .fsNavLevel1 li:first-child,
body:not(.fsComposeMode).modal-active .locations-nav.countries .fsElementTitle:first-child {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}
body:not(.fsComposeMode).modal-active .locations-nav.countries .fsNavLevel1 li:nth-child(2),
body:not(.fsComposeMode).modal-active .locations-nav.countries .fsElementTitle:nth-child(2) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
body:not(.fsComposeMode).modal-active .locations-nav.countries .fsNavLevel1 li:nth-child(3),
body:not(.fsComposeMode).modal-active .locations-nav.countries .fsElementTitle:nth-child(3) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
body:not(.fsComposeMode).modal-active .locations-nav.countries .fsNavLevel1 li:nth-child(4),
body:not(.fsComposeMode).modal-active .locations-nav.countries .fsElementTitle:nth-child(4) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
body:not(.fsComposeMode).modal-active .locations-nav.countries .fsNavLevel1 li:nth-child(5),
body:not(.fsComposeMode).modal-active .locations-nav.countries .fsElementTitle:nth-child(5) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
body:not(.fsComposeMode).modal-active .locations-nav.countries .fsNavLevel1 li:nth-child(6),
body:not(.fsComposeMode).modal-active .locations-nav.countries .fsElementTitle:nth-child(6) {
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}
body:not(.fsComposeMode).modal-active .locations-nav.countries .fsNavLevel1 li:nth-child(7),
body:not(.fsComposeMode).modal-active .locations-nav.countries .fsElementTitle:nth-child(7) {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}
body:not(.fsComposeMode).modal-active .locations-nav.countries .fsNavLevel1 li:nth-child(8),
body:not(.fsComposeMode).modal-active .locations-nav.countries .fsElementTitle:nth-child(8) {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

body:not(.fsComposeMode) .locations-nav.location {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
body:not(.fsComposeMode) .locations-nav.location.active {
  -webkit-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  z-index: 1;
}

.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 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-column-rule: 0;
    -moz-column-rule: 0;
    column-rule: 0;
    min-height: initial;
  }
  .nav-site-map .fsElementContent nav ul.fsNavLevel1 li {
    -webkit-column-break-inside: avoid;
    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.11111em;
}
@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.55556em;
  }
}
.fsConstituent.fsSearch .fsConstituentSearchButton {
  display: inline-block;
  border: 0;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  background: #231f20;
  color: #fff;
  border: 1px solid #231f20;
  outline: 0;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  display: block;
  margin: 0 10px;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:hover {
  background: #231f20;
  border-color: #231f20;
  color: #231f20;
}
.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: #105caa;
}
@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.11111em;
  font-size: 16px;
}
.fsProfileSection h4 {
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #656565;
  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: 25%;
    float: left;
  }
}

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

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

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

/*! elements - constituent pinterest option */
.fsDirectory {
  word-break: break-word;
  margin-bottom: 20px;
}
.fsDirectory .fsConstituentItem {
  float: none;
  max-width: 400px;
  width: 100%;
  margin: 0 auto 20px;
  padding: 20px 0;
  background-color: #ebebeb;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (min-width: 800px) {
  .fsDirectory .fsConstituentItem {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
  }
}
.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%;
}
@media (min-width: 800px) {
  .fsDirectory [class^='fsConstituentColumnLayout'] {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media (min-width: 800px) {
  .fsConstituentColumnLayout_2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 800px) {
  .fsConstituentColumnLayout_3 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 900px) {
  .fsConstituentColumnLayout_3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

@media (min-width: 800px) {
  .fsConstituentColumnLayout_4 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 900px) {
  .fsConstituentColumnLayout_4 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 1000px) {
  .fsConstituentColumnLayout_4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #ebebeb;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  text-transform: none;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 2px;
  display: block;
  padding: 14px 30px 14px 20px;
  font-weight: 700;
  color: #8f8f8f;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}
.fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
  -webkit-transition: none;
  transition: none;
}
.fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
  background: #bebebe;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
  color: #231f20;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsAccordion .fsPanel.fsStateOpen, .fsTabs .fsPanel.fsStateOpen {
  border-bottom: 1px solid #bebebe;
}
.fsAccordion .fsPanel.fsStateOpen > .fsElementContent, .fsTabs .fsPanel.fsStateOpen > .fsElementContent {
  padding-top: 10px;
}
.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #fff;
}
.fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #f69322;
  padding-bottom: 0 !important;
}
.fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after, .fsPanelIconBefore.fsAccordion .fsPanel > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 16.66667px;
  font-size: .9em;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before, .fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 16.66667px;
  font-size: .9em;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.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: 16.66667px;
}
.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: 16.66667px;
}
.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: '';
}

.fsAccordion {
  margin-bottom: 24px;
}

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px;
}
.fsAthleticsEvent > .fsElementContent {
  width: 100%;
}
.fsAthleticsEvent .fsAlertFeeds {
  margin-bottom: 10px;
}
.fsAthleticsEvent .fsElementEventIcon {
  display: inline-block;
  max-width: 100%;
}
.fsAthleticsEvent.fsList .fsListItems article {
  margin-bottom: 20px;
}
.fsAthleticsEvent.fsList .fsTitle {
  display: inline-block;
  margin-bottom: 0;
}
.fsAthleticsEvent.fsList .fsElementEventIcon {
  margin-right: 10px;
}
.fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
  outline: 0;
}
.fsAthleticsEvent.fsList .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px;
}
.fsAthleticsEvent.fsList .fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  background: #231f20;
  color: #fff;
  border: 1px solid #231f20;
  outline: 0;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  padding: 10px 20px;
}
.fsAthleticsEvent.fsList .fsLoadMoreButton:hover {
  background: #231f20;
  border-color: #231f20;
  color: #231f20;
}
.fsAthleticsEvent.fsList .fsLoadMoreButton em {
  display: block;
  font-style: normal;
}
.fsAthleticsEvent.fsList .fsAthleticsOpponents {
  display: inline;
}
.fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
  display: inline;
}
@media (max-width: 800px) {
  .fsAthleticsEvent.fsTable thead {
    display: none;
  }
}
@media (max-width: 800px) {
  .fsAthleticsEvent.fsTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
  }
  .fsAthleticsEvent.fsTable td:not(:last-child) {
    border: 0;
  }
  .fsAthleticsEvent.fsTable td:first-of-type {
    padding-top: 10px;
  }
  .fsAthleticsEvent.fsTable td:last-of-type {
    padding-bottom: 10px;
  }
  .fsAthleticsEvent.fsTable td:before {
    display: inline-block;
    font-weight: 700;
    color: #48b3e3;
  }
  .fsAthleticsEvent.fsTable td.fsTitle:before {
    content: 'Team: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsOpponents {
    display: inline-block;
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsOpponents .fsAthleticsVs {
    display: inline-block;
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
    display: inline-block;
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsOpponents:before {
    content: 'Opponent: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsDate .fsDateTime {
    display: inline-block;
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsDate:before {
    content: 'Date: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsTime .fsDateTime {
    display: inline-block;
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsTime:before {
    content: 'Time: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsLocations:before {
    content: 'Location: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsAdvantage:before {
    content: 'Advantage: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsEventType:before {
    content: 'Type: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsDetails:before {
    content: 'Details: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsResult:before {
    content: 'Result: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsScore:before {
    content: 'Score: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsAlerts:before {
    content: 'Alerts: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsDismissal:before {
    content: 'Dismissal: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsDeparture:before {
    content: 'Departure: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsReturn:before {
    content: 'Return Time: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsPickup:before {
    content: 'Pickup Time: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsRecap:before {
    content: 'Recap: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsStatus:before {
    content: 'Status: ';
  }
}

/*! 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 #424242;
}
.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 {
  margin-bottom: 30px;
}
.fsCalendar .fsReadMoreLink {
  font-size: 16px;
  line-height: 24px;
}
.fsCalendar .fsTitle {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.fsCalendar .fsTitle a {
  color: #48b3e3;
}
.fsCalendar .fsTitle a:hover {
  color: #f69322;
}
.fsCalendar .fsDate {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #8f8f8f;
  position: relative;
  margin-bottom: 5px;
  padding-top: 20px;
}
.fsCalendar .fsDate:before {
  display: block;
  content: '';
  height: 2px;
  width: 46px;
  background: #bebebe;
  position: absolute;
  top: 0px;
  left: 0;
}
.fsCalendar .fsEventDetails {
  font-size: 16px;
}
.fsCalendar .fsTimeRange {
  font-size: 16px;
  color: #656565;
}
.fsCalendar .fsLocation {
  font-size: 16px;
  color: #656565;
}
.fsCalendar .fsNotes, .fsCalendar .fsDescription {
  font-size: 16px;
  margin-top: 15px;
}
.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0;
}
.fsCalendar .fsCalendarEventLink {
  display: block;
  color: #231f20;
  font-weight: 700;
  margin-top: 10px;
}
.fsCalendar .fsCalendarEventLink:hover {
  color: #f69322;
}

.fsList.cal-list-horizontal {
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  background: #ebebeb;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1000px) {
  .fsList.cal-list-horizontal {
    padding-bottom: 100px;
  }
}
.fsList.cal-list-horizontal > .fsElementContent,
.fsList.cal-list-horizontal > header,
.fsList.cal-list-horizontal > footer {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 700px) {
  .fsList.cal-list-horizontal > .fsElementContent,
  .fsList.cal-list-horizontal > header,
  .fsList.cal-list-horizontal > footer {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1280px) {
  .fsList.cal-list-horizontal > .fsElementContent,
  .fsList.cal-list-horizontal > header,
  .fsList.cal-list-horizontal > footer {
    padding-right: 0;
    padding-left: 0;
  }
}
.fsList.cal-list-horizontal header {
  padding-bottom: 40px;
  text-align: center;
}
@media (min-width: 700px) {
  .fsList.cal-list-horizontal header {
    text-align: left;
  }
}
.fsList.cal-list-horizontal header .fsElementTitle {
  font-size: 14px;
}
.fsList.cal-list-horizontal footer {
  padding-top: 20px;
  text-align: center;
}
.fsList.cal-list-horizontal .fsListItems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fsList.cal-list-horizontal .fsListItems article {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  padding: 0 10px;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}
@media (min-width: 500px) {
  .fsList.cal-list-horizontal .fsListItems article {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media (min-width: 700px) {
  .fsList.cal-list-horizontal .fsListItems article {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  .fsList.cal-list-horizontal .fsListItems article.visible {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (max-width: 850px) {
  .fsList.cal-list-horizontal .fsListItems article:last-child {
    display: none;
  }
}
@media (max-width: 775px) {
  .fsList.cal-list-horizontal .fsListItems article:nth-last-child(2) {
    display: none;
  }
}
@media (max-width: 700px) {
  .fsList.cal-list-horizontal .fsListItems article:nth-last-child(3) {
    display: none;
  }
}
@media (max-width: 600px) {
  .fsList.cal-list-horizontal .fsListItems article:nth-last-child(4) {
    display: none;
  }
}
.fsList.cal-list-horizontal .fsListItems .fsDate {
  padding-top: 0;
  padding-bottom: 20px;
  color: #231f20;
}
.fsList.cal-list-horizontal .fsListItems .fsDate:before {
  top: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 5px;
}

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
  margin-bottom: 0;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
  margin-top: 5px;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1;
}

@media (min-width: 800px) {
  .flexbox .fsCalendarEventGrid .fsCalendarRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .flexbox .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important;
  }
}
.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.fsCalendar.fsGrid .fsCalendarGridControlBar:after {
  display: none;
}
.fsCalendar.fsGrid .fsCalendarGridControlBar > div {
  margin: 0;
}
.fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
  margin-right: 10px;
}
.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
  width: 100%;
}
@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
    width: auto;
  }
}
.fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
  margin: 10px 0;
}
@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin: 0;
  }
}
.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
  z-index: 1;
}

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

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}
.scroll-up span {
  display: inline-block;
  border: 0;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  background: #231f20;
  color: #fff;
  border: 1px solid #231f20;
  outline: 0;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  padding: 10px 20px;
}
.scroll-up span:hover {
  background: #231f20;
  border-color: #231f20;
  color: #231f20;
}
.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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0;
}
@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
    width: 49%;
  }
}

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
.fsCalendar.fsSlideshow .fsDate {
  padding-top: 0;
}
.fsCalendar.fsSlideshow .fsDate:before {
  display: none;
}

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
.fsCalendar.fsEvent .fsDate {
  padding-top: 15px;
}
.fsCalendar.fsEvent .fsDate:before {
  display: none;
}

/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElementTitle {
  text-transform: uppercase;
  color: #105caa;
  font-size: 14px;
  line-height: 20px;
}
.fsElementTitle p {
  margin-bottom: 0;
}

#fsBannerRight .fsElementTitle,
#fsBannerLeft .fsElementTitle {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}

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

.module {
  margin-bottom: 1.11111em;
  padding: 1.11111em;
  color: #fff;
}
.module h1, .module body:not(.fsComposeMode) .section-intro h2, body:not(.fsComposeMode) .section-intro .module h2, .module body:not(.fsComposeMode) .icon-list header .fsElementTitle, body:not(.fsComposeMode) .icon-list header .module .fsElementTitle, .module body:not(.fsComposeMode) .t1-landing-intro > .fsElementContent h2, body:not(.fsComposeMode) .t1-landing-intro > .fsElementContent .module h2, .module body:not(.fsComposeMode) .slider-grid header .fsElementTitle, body:not(.fsComposeMode) .slider-grid header .module .fsElementTitle, .module body:not(.fsComposeMode) .global-presence-modal header .fsElementTitle, body:not(.fsComposeMode) .global-presence-modal header .module .fsElementTitle, .module h2, .module body:not(.fsComposeMode) .landing-section-panel h2, body:not(.fsComposeMode) .landing-section-panel .module h2, .module h3, .module h4, .module h5, .module h6, .module .fsAthleticsEvent.fsTable th, .fsAthleticsEvent.fsTable .module th,
.module table.styled th,
table.styled .module th,
.module table.fs_style_27 th,
table.fs_style_27 .module th, .module .fsElementTitle, .module .fsTabs .fsTabsNav li a, .fsTabs .fsTabsNav li .module a {
  color: inherit;
}

.module {
  background: #105caa;
}

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

.fsComposerFormEmbed {
  background: none;
}
.fsComposerFormEmbed body {
  margin: 0;
}
.fsComposerFormEmbed form {
  zoom: 1;
}
.fsComposerFormEmbed form:after {
  display: table;
  clear: both;
  content: '';
}
.fsComposerFormEmbed form input {
  border: solid 1px #ccc;
}
.fsComposerFormEmbed form input.fileUploader {
  padding: 0;
  width: 100%;
  border: none;
}
.fsComposerFormEmbed form fieldset {
  padding: 0;
}
.fsComposerFormEmbed form textarea {
  max-width: 100%;
  width: 100%;
  border: solid 1px #ccc;
}
.fsComposerFormEmbed form .mainGroupSub {
  max-width: 100%;
  width: 100% !important;
}
.fsComposerFormEmbed form .formPage {
  margin-bottom: 20px;
}
.fsComposerFormEmbed form .elementRow {
  max-width: 100%;
  margin: 0;
}
.fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
  margin-bottom: 0;
}
.fsComposerFormEmbed form .elementContainer {
  margin: 0 0 20px;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .fsComposerFormEmbed form .elementContainer {
    width: 100%;
  }
}
.fsComposerFormEmbed form .elementContainer label {
  margin-bottom: 2px;
}
.fsComposerFormEmbed form .elementContainer label.horizontal {
  white-space: normal;
  margin-right: 10px !important;
}
.fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
  margin-right: 0;
}
.fsComposerFormEmbed form .elementContainer hr {
  margin: 0 auto;
}
.fsComposerFormEmbed form .elementContainer p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .fsComposerFormEmbed form .elementBody > input {
    width: 100%;
  }
}
.fsComposerFormEmbed form .elementBody > .descText {
  margin-bottom: 10px;
}
.fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  float: none;
}
@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
    width: 20%;
    padding-right: 10px;
    text-align: right;
    float: left;
  }
}
@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementContainer > label {
    padding: 5px 10px 5px 5px;
  }
}
.fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
  width: 100%;
}
.fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
  width: auto;
}
.fsComposerFormEmbed form .labelLeft .elementBody {
  margin: 0;
  width: 100%;
  float: none;
}
@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementBody {
    width: 80%;
    float: left;
  }
}
.fsComposerFormEmbed form .linkLike {
  color: #26abe2;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsComposerFormEmbed form .linkLike:hover {
  color: #f69322;
}
.fsComposerFormEmbed form .required {
  color: #105caa;
}
.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: #26abe2;
  -webkit-transition: .3s;
  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: #f69322;
  -webkit-transition: .3s;
  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: #105caa !important;
  text-shadow: none;
  font-size: inherit;
  border: none !important;
  float: left;
  line-height: 1;
}
.fsComposerFormEmbed form .submitBtn:hover {
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff !important;
  background: #48b3e3 !important;
}
.fsComposerFormEmbed .ui-widget {
  font-family: "roboto", sans-serif;
  max-width: 100%;
}
.fsComposerFormEmbed .ui-datepicker:empty {
  display: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
  background: none;
  border: none;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
  display: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '';
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .5;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '\203A';
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
  content: '\2039';
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}
.fsComposerFormEmbed .ui-datepicker .ui-state-default {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}
.fsComposerFormEmbed .ui-datepicker .ui-state-active {
  background: rgba(0, 0, 0, 0.1);
}
.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
/*! elements - login */
.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView, .fsAccount .fsLoginMainView, .fsAccount .fsLoginForgotView, .fsAccount .fsLoginNewView {
  zoom: 1;
}
.fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after, .fsAccount .fsLoginMainView:after, .fsAccount .fsLoginForgotView:after, .fsAccount .fsLoginNewView:after {
  display: table;
  clear: both;
  content: '';
}
.fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3, .fsAccount .fsLoginMainView h3, .fsAccount .fsLoginForgotView h3, .fsAccount .fsLoginNewView h3 {
  margin-bottom: 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: inline-block;
  border: 0;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  background: #231f20;
  color: #fff;
  border: 1px solid #231f20;
  outline: 0;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.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: #231f20;
  border-color: #231f20;
  color: #231f20;
}
.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: inline-block;
  border: 0;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  background: #231f20;
  color: #fff;
  border: 1px solid #231f20;
  outline: 0;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.fsAccount .fsAccountLogout a:hover {
  background: #231f20;
  border-color: #231f20;
  color: #231f20;
}
.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: "roboto", sans-serif;
  font-size: 18px;
  left: 0;
  line-height: 28px;
  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: 34px;
    line-height: 40px;
    margin-bottom: 15px;
    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%;
  -webkit-transform: translateY(-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';
}

.fsNews.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
}
@media (min-width: 600px) {
  .fsNews.fsThumbnailAlignLeft .fsThumbnail {
    float: left;
  }
}
.fsNews.fsThumbnailAlignRight .fsThumbnail {
  float: none;
}
@media (min-width: 600px) {
  .fsNews.fsThumbnailAlignRight .fsThumbnail {
    float: right;
  }
}
.fsNews .fsThumbnail img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.fsNews .fsTitle {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.fsNews .fsTitle a {
  color: #48b3e3;
}
.fsNews .fsTitle a:hover {
  color: #f69322;
}
.fsNews .fsAuthor {
  font-size: 14px;
  line-height: 18px;
}
.fsNews .fsDateTime {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #8f8f8f;
  position: relative;
  margin-bottom: 5px;
  padding-top: 20px;
}
.fsNews .fsDateTime:before {
  display: block;
  content: '';
  height: 2px;
  width: 46px;
  background: #bebebe;
  position: absolute;
  top: 0px;
  left: 0;
}
.fsNews .fsReadMoreLink {
  display: block;
  color: #231f20;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
.fsNews .fsReadMoreLink:hover {
  color: #f69322;
}

.fsNews {
  margin-bottom: 30px;
}

@media (min-width: 800px) {
  .fsOneColumnLayout > .fsDiv > .fsNews.fsList .fsThumbnail {
    width: 30%;
    float: left;
    margin-right: 20px;
  }
  .fsOneColumnLayout > .fsDiv > .fsNews.fsList .fsDateTime {
    padding: 0;
  }
  .fsOneColumnLayout > .fsDiv > .fsNews.fsList .fsDateTime:before {
    display: none;
  }
}

.fsNews.fsGrid .fsDateTime {
  padding-top: 5px;
}
.fsNews.fsGrid .fsDateTime:before {
  display: none;
}

.fsNews.fsSlideshow {
  position: relative;
}
.fsNews.fsSlideshow > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 50em;
  max-width: 56.25rem;
}
.fsNews.fsSlideshow > header {
  position: relative;
  margin: 0 auto;
  max-width: 50em;
  max-width: 56.25rem;
}
.fsNews.fsSlideshow > header .fsElementTitle {
  font-size: 14px;
}
@media (max-width: 700px) {
  .fsNews.fsSlideshow > header .fsElementTitle {
    text-align: center;
  }
}
@media (min-width: 700px) {
  .fsNews.fsSlideshow > header .fsElementTitle {
    position: absolute;
    top: 30px;
    padding-left: 300px;
  }
}
@media (min-width: 800px) {
  .fsNews.fsSlideshow > header .fsElementTitle {
    padding-left: 360px;
  }
}
@media (max-width: 700px) {
  .fsNews.fsSlideshow article {
    text-align: center;
  }
}
.fsNews.fsSlideshow article .fsThumbnail {
  height: 220px;
  width: 220px;
}
@media (min-width: 800px) {
  .fsNews.fsSlideshow article .fsThumbnail {
    height: 280px;
    width: 280px;
  }
}
@media (max-width: 700px) {
  .fsNews.fsSlideshow article .fsThumbnail {
    margin: 0 auto 20px;
  }
}
.fsNews.fsSlideshow article .fsThumbnail .fsCroppedImage {
  border-radius: 100%;
}
.fsNews.fsSlideshow article .fsTitle {
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
}
@media (min-width: 700px) {
  .fsNews.fsSlideshow article .fsTitle {
    margin-top: 60px;
  }
}
.fsNews.fsSlideshow article .fsTitle a {
  color: #231f20;
  font-size: 30px;
}
.fsNews.fsSlideshow article .fsTitle a:hover {
  color: #f69322;
}
.fsNews.fsSlideshow article .fsSummary {
  font-weight: 300;
  font-size: 16px;
}
.fsNews.fsSlideshow article .fsReadMoreLink {
  display: inline-block;
  margin: 0 0 0 10px;
  color: #656565;
}
.fsNews.fsSlideshow article .fsReadMoreLink:hover {
  color: #231f20;
}
.fsNews.fsSlideshow.fsThumbnailAlignLeft .fsThumbnail {
  float: none !important;
  margin: 0 auto 20px !important;
}
@media (min-width: 700px) {
  .fsNews.fsSlideshow.fsThumbnailAlignLeft .fsThumbnail {
    float: left !important;
    margin: 0 62px 20px 0 !important;
  }
}

.fsNews.fsPost .fsDateTime {
  padding-top: 5px;
}
.fsNews.fsPost .fsDateTime:before {
  display: none;
}

/*! _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 {
  margin-bottom: 20px;
}
.fsSearch.site-search form.gsc-search-box-tools {
  width: 400px;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
  border: 0;
  height: 100%;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
  background: #48b3e3 !important;
  background-image: none !important;
  width: 100%;
  height: 50px !important;
  color: #424242;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 18px;
  font-family: "roboto", sans-serif;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 50px;
  width: 75px;
  background: #105caa;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: "Search";
  color: #fff;
  font-family: "roboto", sans-serif;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 18px;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: #061c26;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.top-search {
  display: none;
  height: 31px;
  width: 55px;
  margin: 25px 0;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 51px;
  -ms-flex: 0 0 51px;
  flex: 0 0 51px;
}
@media (min-width: 850px) {
  .top-search {
    display: block;
  }
}
.top-search > .fsElementContent {
  width: 100%;
}
@media (min-width: 1000px) {
  .search-active .top-search {
    width: 244px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 244px;
    -ms-flex: 0 0 244px;
    flex: 0 0 244px;
  }
}
.top-search .search-trigger {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  color: transparent;
  overflow: hidden;
  height: 31px;
  width: 31px;
  padding: 0;
}
.search-active .top-search .search-trigger {
  display: none;
}
.top-search .search-trigger:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #8f8f8f;
  font-size: 30px;
  line-height: 1em;
  font-weight: normal;
}
.top-search .search-trigger:hover:before {
  color: #f69322;
}
.top-search form {
  width: 224px;
  position: relative;
  display: none;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}
.search-active .top-search form {
  opacity: 1;
}
@media (max-width: 1066px) {
  .search-active .top-search form {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99999;
    height: 80px;
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 850px) {
  .search-active .top-search form {
    width: calc(100% - 50px);
  }
}
.top-search form input[type="text"] {
  background: #fff;
  color: #8f8f8f;
  margin: 0 0 0 5px;
  height: 31px;
  width: calc(100% - 31px);
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px;
  border: 0;
  font-size: 14px;
  border: 1px solid transparent;
  border-left: 0;
  border-top-right-radius: 1.5em;
  border-bottom-right-radius: 1.5em;
  zoom: 1;
}
.top-search form input[type="text"]::-webkit-input-placeholder {
  color: #8f8f8f;
}
.top-search form input[type="text"]:-moz-placeholder {
  color: #8f8f8f;
}
.top-search form input[type="text"]::-moz-placeholder {
  color: #8f8f8f;
}
.top-search form input[type="text"]:-ms-input-placeholder {
  color: #8f8f8f;
}
.search-active .top-search form input[type="text"] {
  border-color: #f69322;
}
@media (max-width: 1066px) {
  .top-search form input[type="text"] {
    top: 25px;
    right: 25px;
    width: calc(100% - 81px);
    -webkit-transition: none;
    transition: none;
  }
}
.top-search form input[type="text"]:focus {
  outline: none;
  box-shadow: 0 0 1px rgba(101, 101, 101, 0.2) inset;
}
.top-search form button[type="submit"] {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  color: transparent;
  overflow: hidden;
  height: 31px;
  width: 31px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  padding: 0;
  border-top-left-radius: 1.5em;
  border-bottom-left-radius: 1.5em;
  border: 1px solid transparent;
  border-right: 0;
}
.search-active .top-search form button[type="submit"] {
  border-color: #f69322;
}
@media (max-width: 1066px) {
  .top-search form button[type="submit"] {
    top: 25px;
    left: 25px;
    -webkit-transition: none;
    transition: none;
  }
}
.top-search form button[type="submit"]:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #f69322;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 16px;
}

.mobile-search form {
  position: absolute;
  top: 25px;
  left: 20px;
  height: 31px;
  width: calc(100% - 90px);
}
.drawer-is-active .drawer-ribbon form {
  display: none;
}
.mobile-search form input[type="text"] {
  background: none;
  color: #fff;
  margin: 0 0 0 5px;
  height: 31px;
  width: calc(100% - 31px);
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.mobile-search form input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
.mobile-search form input[type="text"]:-moz-placeholder {
  color: #fff;
}
.mobile-search form input[type="text"]::-moz-placeholder {
  color: #fff;
}
.mobile-search form input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
.mobile-search form input[type="text"]:focus {
  outline: none;
  box-shadow: 0 0 3px rgba(101, 101, 101, 0.2) inset;
}
.mobile-search form button[type="submit"] {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  color: transparent;
  overflow: hidden;
  height: 31px;
  width: 31px;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  padding: 0;
}
.mobile-search form button[type="submit"]:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 26px;
}

/*! _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 #231f20;
}
.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: #231f20;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 18px;
  font-family: "roboto", sans-serif;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 50px;
  width: 75px;
  background: #231f20;
  position: relative;
  -webkit-transition: .3s;
  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: 18px;
  font-family: "roboto", sans-serif;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: #061c26;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */
.fsSearchResults form.gsc-search-box-tools, .fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px;
}
.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "roboto", sans-serif;
  font-size: 18px;
}
.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: #231f20;
}
.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: #48b3e3;
}
.fsSearchResults .gsc-table-result, .fsSearchResults .gsc-thumbnail-inside, .fsSearchResults .gsc-url-top, .fsSearchFieldWithResults .gsc-table-result, .fsSearchFieldWithResults .gsc-thumbnail-inside, .fsSearchFieldWithResults .gsc-url-top {
  padding: 0;
}
.fsSearchResults div.gs-title, .fsSearchFieldWithResults div.gs-title {
  margin-bottom: 10px;
}
.fsSearchResults a.gs-title, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page, .fsSearchFieldWithResults a.gs-title, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #26abe2 !important;
  outline: transparent;
}
.fsSearchResults a.gs-title:hover, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .fsSearchFieldWithResults a.gs-title:hover, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  color: #f69322 !important;
}
.fsSearchResults .gsc-control-cse .gs-spelling, .fsSearchResults .gsc-control-cse .gs-result .gs-title, .fsSearchResults .gsc-control-cse .gs-result .gs-title *, .fsSearchFieldWithResults .gsc-control-cse .gs-spelling, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title * {
  font-size: 18px;
}
.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;
  -webkit-transition: opacity .3s;
  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;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.fsVimeoList .fsVimeoListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

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

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  background: #231f20;
  color: #fff;
  border: 1px solid #231f20;
  outline: 0;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.vimeo_view_link a:hover {
  background: #231f20;
  border-color: #231f20;
  color: #231f20;
}
.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;
  -webkit-transition: opacity .3s;
  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;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.fsYoutubeList .fsYoutubeListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

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

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  background: #231f20;
  color: #fff;
  border: 1px solid #231f20;
  outline: 0;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.Youtube_view_link a:hover {
  background: #231f20;
  border-color: #231f20;
  color: #231f20;
}
.Youtube_view_link a em {
  display: block;
  font-style: normal;
}

body.fsAccountBarVisible {
  margin-top: 35px;
}

#fsAccountBar {
  background-color: #105caa;
  color: #fff;
  padding: 0 9%;
  z-index: 9999;
}
@media (max-width: 600px) {
  #fsAccountBar > ul:last-child {
    display: none;
  }
}
#fsAccountBar a {
  color: #fff;
}
#fsAccountBar > ul > li {
  cursor: pointer;
  margin: 0;
  padding: 0 1em;
}
#fsAccountBar > ul > li:hover {
  background-color: #5ebce6;
}
#fsAccountBar > ul > li:first-child ul {
  margin-left: 35px;
}
#fsAccountBar > ul > li:last-child > span {
  display: inline-block;
  padding: 12px !important;
}
#fsAccountBar > ul > li > a {
  padding: 12px;
  margin: 0;
}
#fsAccountBar .fsAccountBarName > span {
  display: inline-block;
  padding: 12px !important;
}
#fsAccountBar .fsAccountBarMenu {
  background-color: #48b3e3;
}
#fsAccountBar .fsAccountBarMenu li:hover {
  background-color: #5ebce6;
}
#fsAccountBar .fsAccountBarMenu ul {
  background-color: #48b3e3;
  left: 100%;
}
#fsAccountBar .fsAccountBarMenu ul li span {
  display: inline-block;
  padding: 10px 0;
}

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 30px;
}
.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}
@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}
.fsTabs .fsTabsNav li {
  margin-right: 3px;
}
.fsTabs .fsTabsNav li a {
  display: block;
  background: #ebebeb;
  color: #8f8f8f;
  padding: 18.5px 20px;
}
.fsTabs .fsTabsNav li a:hover {
  background: #bebebe;
  color: #231f20;
}
.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #f69322;
  color: #fff;
}
.fsTabs .fsPanel > .fsElementContent {
  padding: 13.33333px;
}

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

/*! pages - home v0.0.1 */
.home:not(.fsComposeMode) .loader {
  display: none;
}
@media (min-width: 700px) {
  .home:not(.fsComposeMode) .loader {
    display: block;
    height: 1px;
    width: 0px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #8f8f8f;
    -webkit-animation-name: loaderAnim;
    -webkit-animation-duration: 2100ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: loaderAnim;
    -moz-animation-duration: 2100ms;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -ms-animation-name: loaderAnim;
    -ms-animation-duration: 2100ms;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}
@-webkit-keyframes loaderAnim {
  0% {
    width: 0vw;
    opacity: 1;
    display: block;
  }
  85% {
    width: 100vw;
    opacity: 1;
    display: block;
  }
  99% {
    width: 100vw;
    opacity: 0;
    display: block;
  }
  100% {
    width: 100vw;
    opacity: 0;
    display: none;
  }
}
@keyframes loaderAnim {
  0% {
    width: 0vw;
    opacity: 1;
    display: block;
  }
  85% {
    width: 100vw;
    opacity: 1;
    display: block;
  }
  99% {
    width: 100vw;
    opacity: 0;
    display: block;
  }
  100% {
    width: 100vw;
    opacity: 0;
    display: none;
  }
}
@media (min-width: 700px) {
  .home:not(.fsComposeMode) #fsPageWrapper {
    padding-top: 0;
  }
  .home:not(.fsComposeMode) #fsHeader,
  .home:not(.fsComposeMode) #fsPageBodyWrapper,
  .home:not(.fsComposeMode) #fsFooter,
  .home:not(.fsComposeMode) .drawer-ribbon {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
  }
  .home:not(.fsComposeMode) #fsHeader.show,
  .home:not(.fsComposeMode) #fsPageBodyWrapper.show,
  .home:not(.fsComposeMode) #fsFooter.show,
  .home:not(.fsComposeMode) .drawer-ribbon.show {
    opacity: 1;
  }
  .home:not(.fsComposeMode).fsComposeMode #fsHeader {
    opacity: 1;
  }
  .home:not(.fsComposeMode).fsComposeMode #fsPageBodyWrapper {
    opacity: 1;
  }
  .home:not(.fsComposeMode).fsComposeMode #fsFooter {
    opacity: 1;
  }
  .home:not(.fsComposeMode).fsComposeMode .drawer-ribbon {
    opacity: 1;
  }
}
.home:not(.fsComposeMode) #fsPageBodyWrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.home:not(.fsComposeMode) #fsPageContent {
  margin-bottom: 0;
}
.home:not(.fsComposeMode) #fsPageContent > .fsLayout > .fsDiv {
  margin-bottom: 0;
}
@media (min-width: 850px) {
  .home:not(.fsComposeMode) #fsHeader {
    border-bottom: 1px solid #ebebeb;
  }
  .home:not(.fsComposeMode) #fsHeader.not-top {
    border-bottom: 1px solid #ebebeb;
  }
}
.home:not(.fsComposeMode) #fsHeader .site-info-container-home {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.home:not(.fsComposeMode) #fsHeader .site-info-container-home a.logo {
  display: block;
  height: 60px!important;
  width: 125px;
  position: absolute;
  top: 0;
  left: 20px;
  color: transparent;
  overflow: hidden;
  background: url("/Adm/AdmissionForm/img/OWIS-Logo.png") 0 0 no-repeat;
  background-size: 60px 60px;
  margin-top: 10px;
  -webkit-transition: width .4s linear;
  transition: width .4s linear;
}
@media (min-width: 700px) {
  .home:not(.fsComposeMode) #fsHeader .site-info-container-home a.logo {
    left: 50px;
  }
}
@media (min-width: 850px) {
  .home:not(.fsComposeMode) #fsHeader .site-info-container-home a.logo {
    width: 100%;
  }
}
.home:not(.fsComposeMode) #fsHeader .site-info-container-home a.logo:hover {
  color: transparent;
}
.home:not(.fsComposeMode) #fsHeader .site-info-container-home a.sitename {
  display: none;
  width: 100%;
  color: #656565;
  font-size: 20px;
  line-height: 36px;
  background: none;
  text-align: center;
  padding: 20px 130px 0 60px;
  letter-spacing: .2em;
  font-weight: normal;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (min-width: 1000px) {
  .home:not(.fsComposeMode) #fsHeader .site-info-container-home a.sitename {
    font-size: 26px;
  }
}
@media (min-width: 850px) {
  .home:not(.fsComposeMode) #fsHeader .site-info-container-home a.sitename {
    display: block;
  }
}
.home:not(.fsComposeMode) #fsHeader.expanded .top-search,
.home:not(.fsComposeMode) #fsHeader.expanded .login-container,
.home:not(.fsComposeMode) #fsHeader.expanded .global-trigger-container, .home:not(.fsComposeMode) #fsHeader.not-top .top-search,
.home:not(.fsComposeMode) #fsHeader.not-top .login-container,
.home:not(.fsComposeMode) #fsHeader.not-top .global-trigger-container {
  background: #fff;
  z-index: 9000;
}
.home:not(.fsComposeMode).search-active #fsHeader.expanded .login-container {
  z-index: 0;
}
.home:not(.fsComposeMode).search-active #fsHeader.expanded .global-trigger-container {
  z-index: 0;
}
.home:not(.fsComposeMode).search-active #fsHeader.not-top .login-container {
  z-index: 0;
}
.home:not(.fsComposeMode).search-active #fsHeader.not-top .global-trigger-container {
  z-index: 0;
}
.home:not(.fsComposeMode) #fsHeader.expanded .nav-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.home:not(.fsComposeMode) #fsHeader.expanded .site-info-container-home {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 125px;
  -ms-flex: 0 0 125px;
  flex: 0 0 125px;
  overflow: hidden;
}
@media (min-width: 850px) and (max-width: 1025px) {
  .home:not(.fsComposeMode) #fsHeader.expanded .site-info-container-home {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
  }
}
.home:not(.fsComposeMode) #fsHeader.expanded .site-info-container-home a.logo {
  width: 125px;
}
@media (min-width: 850px) and (max-width: 1025px) {
  .home:not(.fsComposeMode) #fsHeader.expanded .site-info-container-home a.logo {
    width: 60px;
  }
}
.home:not(.fsComposeMode) #fsHeader.expanded .site-info-container-home a.sitename {
  opacity: 0;
  -webkit-transform: translate(-25%, 0);
  -ms-transform: translate(-25%, 0);
  transform: translate(-25%, 0);
}
.home:not(.fsComposeMode) #fsHeader.not-top {
  border-bottom: 1px solid #ebebeb;
}
.home:not(.fsComposeMode) #fsHeader.not-top .nav-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.home:not(.fsComposeMode) #fsHeader.not-top .site-info-container-home {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 125px;
  -ms-flex: 0 0 125px;
  flex: 0 0 125px;
}
.home:not(.fsComposeMode) #fsHeader.not-top .site-info-container-home a.logo {
  width: 125px;
}
.home:not(.fsComposeMode) #fsHeader.not-top .site-info-container-home a.sitename {
  opacity: 0;
  -webkit-transform: translate(-25%, 0);
  -ms-transform: translate(-25%, 0);
  transform: translate(-25%, 0);
}
.home:not(.fsComposeMode) .nav-main {
  opacity: 0;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
}
.home:not(.fsComposeMode) .top-search,
.home:not(.fsComposeMode) .login-container {
  opacity: 0;
}
.home:not(.fsComposeMode) .global-trigger-container {
  -webkit-transition: top .4s linear;
  transition: top .4s linear;
}
.home:not(.fsComposeMode) .global-trigger-container:before {
  opacity: 0;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}
.home:not(.fsComposeMode) .global-trigger-container button.gp-trigger:before {
  z-index: 1;
  -webkit-transition: opacity .8s linear;
  transition: opacity .8s linear;
  opacity: 1;
}
.home:not(.fsComposeMode) #fsHeader.expanded .login-container {
  -webkit-animation: fadeIn ease-out;
  animation: fadeIn ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
.home:not(.fsComposeMode) #fsHeader.expanded .top-search {
  -webkit-animation: fadeIn ease-out;
  animation: fadeIn ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.home:not(.fsComposeMode) #fsHeader.expanded .nav-main {
  -webkit-animation: slideLeft ease-out;
  animation: slideLeft ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.home:not(.fsComposeMode) #fsHeader.not-top .login-container {
  -webkit-animation: fadeIn ease-out;
  animation: fadeIn ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
.home:not(.fsComposeMode) #fsHeader.not-top .top-search {
  -webkit-animation: fadeIn ease-out;
  animation: fadeIn ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.home:not(.fsComposeMode) #fsHeader.not-top .nav-main {
  -webkit-animation: slideLeft ease-out;
  animation: slideLeft ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.home:not(.fsComposeMode) .home-header-toggle {
  display: none;
}
@media (min-width: 850px) {
  .home:not(.fsComposeMode) .home-header-toggle {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 9001;
    height: 100%;
    padding: 0;
    width: 130px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 130px;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    border-left: 1px solid #bebebe;
    margin: 0 -50px 0 0;
    background: #fff;
    z-index: 9000;
  }
  .home:not(.fsComposeMode) #fsHeader.expanded .home-header-toggle {
    width: 80px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin: 0 0 0 20px;
  }
}
.home:not(.fsComposeMode) #fsHeader.not-top .home-header-toggle {
  display: none;
}
.home:not(.fsComposeMode) .home-header-toggle button {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  color: transparent;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  height: 32px;
  width: 35px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home:not(.fsComposeMode) .home-header-toggle button:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #8f8f8f;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home:not(.fsComposeMode) .home-header-toggle button:hover:before {
  color: #f69322;
}
.home:not(.fsComposeMode) #fsHeader.expanded .home-header-toggle button:before {
  font-size: 26px;
  line-height: 26px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #f69322;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.home:not(.fsComposeMode) #fsHeader.expanded .home-header-toggle button:hover:before {
  color: #231f20;
}
.home #fsHeader:not(.not-top) .global-trigger-container {
  position: fixed;
  height: 85px;
  width: 180px;
  top: 94px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1 !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex: none !important;
  -ms-flex: none !important;
  flex: none !important;
  background: none !important;
}
.home #fsHeader:not(.not-top) .global-trigger-container:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #231f20;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-49%, -50%);
  -ms-transform: translate(-49%, -50%);
  transform: translate(-49%, -50%);
  font-size: 77px;
  z-index: -1;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  opacity: 1;
}
.home #fsHeader:not(.not-top) .global-trigger-container:hover {
  top: 99px;
}
.home #fsHeader:not(.not-top) .global-trigger-container:hover:before {
  color: #f69322;
}
.home #fsHeader:not(.not-top) .global-trigger-container button.gp-trigger {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  top: 0;
  color: #fff;
  overflow: hidden;
  height: 99px;
  width: 100%;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: none;
  transition: none;
}
.home #fsHeader:not(.not-top) .global-trigger-container button.gp-trigger:before {
  opacity: 0;
  z-index: -5;
}
.home #fsHeader:not(.not-top) .global-trigger-container button.gp-trigger:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
  font-size: 4px;
  line-height: 4px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.home:not(.fsComposeMode) .home-image-container {
  background-position: 50% top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
}
@media (min-width: 500px) {
  .home:not(.fsComposeMode) .home-image-container {
    height: 310px;
  }
}
@media (min-width: 700px) {
  .home:not(.fsComposeMode) .home-image-container {
    height: 620px;
  }
}
@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .home-image-container {
    height: 100vh;
  }
}
.home:not(.fsComposeMode) .home-image-container > .fsElementContent {
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+55,000000+55,000000+100&0+45,0.65+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 45%, rgba(0, 0, 0, 0.12) 55%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, transparent 45%, rgba(0, 0, 0, 0.12) 55%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
}
.home:not(.fsComposeMode) .home-image-container .intro-text {
  padding: 320px 20px 40px 20px;
  text-align: center;
  display: none;
}
@media (min-width: 700px) {
  .home:not(.fsComposeMode) .home-image-container .intro-text {
    display: block;
    position: absolute;
    bottom: 190px;
    width: 100%;
    opacity: 0;
    -webkit-animation: slideUp ease-in;
    animation: slideUp ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
  }
}
.home:not(.fsComposeMode) .home-image-container .intro-text h2 {
  color: #fff;
  font-size: 40px;
  line-height: 1em;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .home-image-container .intro-text h2 {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
.home:not(.fsComposeMode) .home-image-container .intro-text h2 span {
  display: block;
  font-weight: normal;
  font-size: 30px;
}
.home:not(.fsComposeMode) .home-image-container .footer-admissions-buttons {
  display: none;
}
@media (min-width: 700px) {
  .home:not(.fsComposeMode) .home-image-container .footer-admissions-buttons {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 100px;
    width: 100%;
    opacity: 0;
    -webkit-animation: slideUp ease-in;
    animation: slideUp ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }
}
.home:not(.fsComposeMode) .home-image-container .footer-admissions-buttons .fsNavLevel1, .home:not(.fsComposeMode) .home-image-container .footer-admissions-buttons .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home:not(.fsComposeMode) .home-image-container .footer-admissions-buttons .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}
.home:not(.fsComposeMode) .home-image-container .footer-admissions-buttons .fsNavLevel1 li {
  vertical-align: top;
  position: relative;
  height: auto;
  display: inline-block;
  width: 160px;
  margin: 0 3px 10px;
}
.home:not(.fsComposeMode) .home-image-container .footer-admissions-buttons .fsNavLevel1 li a {
  display: block;
  width: 100%;
  text-align: center;
}
.home:not(.fsComposeMode) .home-image-container .gsf-button {
  text-align: center;
  display: none;
}
@media (min-width: 700px) {
  .home:not(.fsComposeMode) .home-image-container .gsf-button {
    display: block;
    position: absolute;
    bottom: 40px;
    width: 100%;
    opacity: 0;
    -webkit-animation: slideUp ease-in;
    animation: slideUp ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
  }
}
@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .home-image-container .gsf-button {
    width: auto;
    left: 50px;
  }
}
.home:not(.fsComposeMode) .home-image-container .gsf-button a {
  display: inline-block;
  margin: 0 auto;
}
.home:not(.fsComposeMode) .sidebar-container {
  padding-bottom: 12px;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 250px;
  right: 0px;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  z-index: 500;
  display: none;
}
@media (min-width: 700px) {
  .home:not(.fsComposeMode) .sidebar-container {
    display: block;
  }
}
.home:not(.fsComposeMode) .sidebar-container.pinned {
  right: -195px;
}
.home:not(.fsComposeMode) .sidebar-container.pinned ul.sidebar li a {
  padding: 5px 30px 5px 70px;
}
.home:not(.fsComposeMode) .sidebar-container.pinned:hover {
  right: 0;
}
.home:not(.fsComposeMode) .sidebar-container.pinned:hover ul.sidebar li a {
  padding: 25px 30px 25px 70px;
}
@media (max-width: 990px) {
  .home:not(.fsComposeMode) .sidebar-container {
    right: -184px;
    top: 33%;
  }
  .home:not(.fsComposeMode) .sidebar-container ul.sidebar li a {
    padding: 5px 30px 5px 70px !important;
  }
  .home:not(.fsComposeMode) .sidebar-container:hover {
    right: 0;
  }
  .home:not(.fsComposeMode) .sidebar-container:hover ul.sidebar li a {
    padding: 25px 30px 25px 70px !important;
  }
}
.home:not(.fsComposeMode) .sidebar-container ul.sidebar, .home:not(.fsComposeMode) .sidebar-container ul.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home:not(.fsComposeMode) .sidebar-container ul.sidebar li {
  margin: 0;
  padding: 0;
}
.home:not(.fsComposeMode) .sidebar-container ul.sidebar li {
  font-size: 12px;
  font-weight: 700;
  display: block;
  position: relative;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translateX(200px);
  -ms-transform: translateX(200px);
  transform: translateX(200px);
}
.sidebar-container.show ul.sidebar li:first-child {
  -webkit-animation: slideLeft ease-out;
  animation: slideLeft ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}
.sidebar-container.show ul.sidebar li:nth-child(2) {
  -webkit-animation: slideLeft ease-out;
  animation: slideLeft ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
.sidebar-container.show ul.sidebar li:nth-child(3) {
  -webkit-animation: slideLeft ease-out;
  animation: slideLeft ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
.sidebar-container.show ul.sidebar li:last-child {
  -webkit-animation: slideLeft ease-out;
  animation: slideLeft ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
.home:not(.fsComposeMode) .sidebar-container ul.sidebar li a {
  display: block;
  color: #fff;
  z-index: 11;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  padding: 25px 30px 25px 70px;
}
.home:not(.fsComposeMode) .sidebar-container ul.sidebar li:before {
  display: block;
  content: '';
  height: 2px;
  width: 35px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.home:not(.fsComposeMode) .sidebar-container ul.sidebar li.active:before {
  width: 60px;
  left: 0;
  background: #8f8f8f !important;
}
.home:not(.fsComposeMode) .sidebar-container ul.sidebar li.active:hover:before {
  width: 35px;
  left: 20px;
  background: #fff !important;
}
.home:not(.fsComposeMode) .sidebar-container ul.sidebar li:after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  background: #f69322;
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 0;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  z-index: -1 !important;
}
.home:not(.fsComposeMode) .sidebar-container ul.sidebar li:hover a {
  color: #fff !important;
}
.home:not(.fsComposeMode) .sidebar-container ul.sidebar li:hover:before {
  background: #fff !important;
}
.home:not(.fsComposeMode) .sidebar-container ul.sidebar li:hover:after {
  opacity: 1;
  left: 0;
}
.home:not(.fsComposeMode) .sidebar-container.pinned ul.sidebar li a {
  color: #f69322;
}
.home:not(.fsComposeMode) .sidebar-container.pinned ul.sidebar li:before {
  background: #f69322;
}
@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .academics-section {
    padding-top: 60px;
  }
}
.home:not(.fsComposeMode) .academics-section .section-intro {
  padding-bottom: 10px;
}
.home:not(.fsComposeMode) .academics-section .testimonial-slider > .fsElementContent {
  padding-top: 0;
}
@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .academics-section .testimonial-slider {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  .home:not(.fsComposeMode) .academics-section.active .testimonial-slider {
    -webkit-animation: slideUp ease-in;
    animation: slideUp ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
}
.home:not(.fsComposeMode) .cal-list-horizontal {
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .icon-list-with-hovers.holistic-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.home:not(.fsComposeMode) .vibrant-campus {
  padding-top: 50px;
  padding-bottom: 20px;
}
.home:not(.fsComposeMode) .vibrant-campus .section-intro {
  padding-bottom: 0;
}
@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .vibrant-campus .fsNews.fsSlideshow {
    opacity: 0;
    -webkit-transform: transition(0, 30px);
    -ms-transform: transition(0, 30px);
    transform: transition(0, 30px);
  }
  .home:not(.fsComposeMode) .vibrant-campus.active .fsNews.fsSlideshow {
    -webkit-animation: slideUp ease-in;
    animation: slideUp ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
}
.home:not(.fsComposeMode) .cal-list-horizontal {
  display: none;
}
@media (min-width: 700px) {
  .home:not(.fsComposeMode) .cal-list-horizontal {
    display: block;
  }
}
@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .slider-grid.global-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 700px) {
  .home:not(.fsComposeMode) .logo-list {
    display: none;
  }
}

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

.owis #fsHeader .site-info-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 252px;
  -ms-flex: 1 1 252px;
  flex: 1 1 252px;
}
.owis #fsHeader .site-info-container a {
  width: 252px;
  background: url("/uploaded/images/owis-logo.gif") 0 0 no-repeat;
  background-size: 252px 60px;
}
.owis .home #fsHeader .site-info-container-home a.logo {
  width: 252px;
  background: url("/uploaded/images/owis-logo.gif") 0 0 no-repeat;
  background-size: 252px 60px;
}
@media (min-width: 850px) {
  .owis .home #fsHeader .site-info-container-home a.logo {
    width: 76px;
  }
}
.owis .home #fsHeader.expanded .site-info-container-home {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 252px;
  -ms-flex: 0 0 252px;
  flex: 0 0 252px;
}
@media (min-width: 850px) and (max-width: 1025px) {
  .owis .home #fsHeader.expanded .site-info-container-home {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 76px;
    -ms-flex: 0 0 76px;
    flex: 0 0 76px;
  }
}
.owis .home #fsHeader.expanded .site-info-container-home a.logo {
  width: 252px;
}
@media (min-width: 850px) and (max-width: 1025px) {
  .owis .home #fsHeader.expanded .site-info-container-home a.logo {
    width: 76px;
  }
}
.owis .home #fsHeader.not-top .site-info-container-home {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 252px;
  -ms-flex: 0 0 252px;
  flex: 0 0 252px;
}
.owis .home #fsHeader.not-top .site-info-container-home a.logo {
  width: 252px;
}

/*! pages - style-guide v0.0.1 */
.colors ol {
  zoom: 1;
  margin-bottom: 1.11111em;
  padding: 0;
  list-style: none;
  min-height: 260px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.colors ol:after {
  display: table;
  clear: both;
  content: '';
}
.colors ol li {
  position: relative;
  margin: 0 1px 40px;
  height: 100px;
  width: 100px;
  display: flex 1 0 auto;
}
.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.colors ol li:nth-of-type(1) {
  background: #231f20;
  color: #231f20;
}
.colors ol li:nth-of-type(1):after {
  content: "#231f20";
}
.colors ol li:nth-of-type(2) {
  background: #105caa;
  color: #105caa;
}
.colors ol li:nth-of-type(2):after {
  content: "#105caa";
}
.colors ol li:nth-of-type(3) {
  background: #48b3e3;
  color: #48b3e3;
}
.colors ol li:nth-of-type(3):after {
  content: "#48b3e3";
}
.colors ol li:nth-of-type(4) {
  background: #f69322;
  color: #f69322;
}
.colors ol li:nth-of-type(4):after {
  content: "#f69322";
}
.colors ol li:nth-of-type(5) {
  background: #a4cd39;
  color: #a4cd39;
}
.colors ol li:nth-of-type(5):after {
  content: "#a4cd39";
}
.colors ol li:nth-of-type(6) {
  background: #ec2028;
  color: #ec2028;
}
.colors ol li:nth-of-type(6):after {
  content: "#ec2028";
}
.colors ol li:nth-of-type(7) {
  background: #424242;
  color: #424242;
}
.colors ol li:nth-of-type(7):after {
  content: "#424242";
}
.colors ol li:nth-of-type(8) {
  background: #656565;
  color: #656565;
}
.colors ol li:nth-of-type(8):after {
  content: "#656565";
}
.colors ol li:nth-of-type(9) {
  background: #8f8f8f;
  color: #8f8f8f;
}
.colors ol li:nth-of-type(9):after {
  content: "#8f8f8f";
}
.colors ol li:nth-of-type(10) {
  background: #bebebe;
  color: #bebebe;
}
.colors ol li:nth-of-type(10):after {
  content: "#bebebe";
}
.colors ol li:nth-of-type(11) {
  background: #ebebeb;
  color: #ebebeb;
}
.colors ol li:nth-of-type(11):after {
  content: "#ebebeb";
}
.colors ol li:nth-of-type(12) {
  background: #f3f3f3;
  color: #f3f3f3;
}
.colors ol li:nth-of-type(12):after {
  content: "#f3f3f3";
}

.fonts ol {
  zoom: 1;
  margin-bottom: 2.22222em;
  padding: 0;
  list-style: none;
}
.fonts ol:after {
  display: table;
  clear: both;
  content: '';
}
.fonts ol li {
  margin-bottom: 0.27778em;
  padding: 0.27778em;
}
.fonts ol li:nth-of-type(1):after {
  content: "";
}
.fonts ol li:nth-of-type(1):after {
  content: "";
}
.fonts ol li:nth-of-type(3) {
  font-family: "roboto", sans-serif;
}
.fonts ol li:nth-of-type(3):after {
  content: "roboto, sans-serif";
}
.fonts ol li:nth-of-type(1):after {
  content: "";
}
.fonts ol li:nth-of-type(5) {
  font-family: "IcoMoon";
}
.fonts ol li:nth-of-type(5):after {
  content: "IcoMoon";
}
.fonts ol li:nth-of-type(1):after {
  content: "";
}
.fonts ol li:nth-of-type(1):after {
  content: "";
}

@media print {
  .nav-main,
  .nav-sub,
  .nav-sub-styleguide,
  .nav-social,
  .nav-utility-hdr,
  .nav-utility-ftr,
  #fsMenu,
  #fsFooter,
  .fsThumbnail {
    display: none !important;
  }

  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100%;
  }

  html {
    font-size: 100%;
    /* for IE */
  }

  body {
    font-size: 62.5%;
  }

  #fsHeader {
    border-bottom: 2px solid #000;
  }
  #fsHeader .site-name {
    margin-top: 0;
    font-weight: normal;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 40px;
  }

  * {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    min-height: auto !important;
    height: auto !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  dl dd {
    margin-left: 0;
  }

  div, dl, li {
    height: auto !important;
    height: 1%;
  }

  thead {
    display: table-header-group;
  }

  tr, img, h2, body:not(.fsComposeMode) .landing-section-panel h2, h3, pre, blockquote {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, body:not(.fsComposeMode) .landing-section-panel h2, h3 {
    orphans: 3;
    widows: 3;
  }
}
