 /**
 *
 * Marvelwood School - build
 * @link http://marvelwood.finalsite.com/
 * Built By: Josh Webb
 * Project Manager: Ralph Purificato
 * Designer: Keisha Croxton
 *
 */

@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: 78.66667em;
  max-width: 73.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

*/
/*! helpers - typography v0.0.1 */
/*! 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;
}
.fsAthleticsEvent.fsTable thead th, .fsRosterName, .fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
}

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 44px;
  margin-bottom: 16px;
  color: #005596;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 16px;
  color: #005596;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #0f0f0f;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px;
  color: #0f0f0f;
  text-transform: uppercase;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  color: #005596;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px;
  color: #0f0f0f;
}

p {
  margin: 0 0 20px;
}

hr {
  margin: 0 auto 20px;
}

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

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

table.styled,
table.fs_style_37,
table.fs_style_38 {
  margin-bottom: 1.33333em;
  width: 100%;
}
table.styled th,
table.styled td,
table.fs_style_37 th,
table.fs_style_37 td,
table.fs_style_38 th,
table.fs_style_38 td {
  vertical-align: top;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
  font-weight: 700;
}
table.styled th,
table.fs_style_37 th,
table.fs_style_38 th {
  background: #005596;
  color: #fff;
}
table.styled td,
table.fs_style_37 td,
table.fs_style_38 td {
  padding: 0.66667em 1.33333em;
}

table.fs_style_38 tr:first-child td {
  background: #005596;
  color: #fff;
}

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

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

/*! content - buttons v0.0.1 */
@-webkit-keyframes button-slide {
  0% {
    left: 0;
    width: 0%;
  }
  25% {
    left: 0;
    width: 100%;
  }
  26% {
    left: auto;
    right: 0;
    width: 100%;
  }
  50% {
    left: auto;
    right: 0;
    width: 30px;
  }
}
@keyframes button-slide {
  0% {
    left: 0;
    width: 0%;
  }
  25% {
    left: 0;
    width: 100%;
  }
  26% {
    left: auto;
    right: 0;
    width: 100%;
  }
  50% {
    left: auto;
    right: 0;
    width: 30px;
  }
}
.hollow-button, .home:not(.fsComposeMode) .news-cal-container .fsNews footer a, .home:not(.fsComposeMode) .news-cal-container footer a,
.fs_style_39 {
  padding: 1em 2em;
  border: 1px solid #005596;
  color: #005596;
  display: inline-block;
  position: relative;
  margin: 0 10px 20px 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}
.hollow-button:hover, .home:not(.fsComposeMode) .news-cal-container footer a:hover,
.fs_style_39:hover {
  background: #005596;
  color: #fff;
}
#fsBannerRight .hollow-button, #fsBannerRight .home:not(.fsComposeMode) .news-cal-container footer a, .home:not(.fsComposeMode) .news-cal-container footer #fsBannerRight a, #fsBannerRight
.fs_style_39 {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}
#fsBannerLeft .hollow-button, #fsBannerLeft .home:not(.fsComposeMode) .news-cal-container footer a, .home:not(.fsComposeMode) .news-cal-container footer #fsBannerLeft a, #fsBannerLeft
.fs_style_39 {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}

.fsLoadMoreButton {
  position: relative;
  width: 280px;
  max-width: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding-top: 15px;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: left;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  padding: 10px 30px 10px 20px;
  line-height: 18px;
  background: #e5af0b;
  text-shadow: none;
}
.fsLoadMoreButton:before {
  display: block;
  content: '';
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #da9307;
}
.fsLoadMoreButton:after {
  text-align: center;
  color: #fff;
  font-size: 14px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 9px;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  text-align: right;
}
.fsLoadMoreButton:hover {
  color: #fff;
  font-weight: 600;
  background-color: #da9307;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}
.fsLoadMoreButton:hover:after {
  text-align: right;
  animation: button-slide 1s;
  -webkit-animation: button-slide 1s;
  -webkit-backface-visibility: hidden;
  position: absolute;
}
.fsLoadMoreButton em {
  display: block;
  font-style: normal;
}

.button {
  position: relative;
  width: 280px;
  max-width: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding-top: 15px;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: left;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  padding: 10px 30px 10px 20px;
  line-height: 18px;
  background: #e5af0b;
}
.button:before {
  display: block;
  content: '';
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #da9307;
}
.button:after {
  text-align: center;
  color: #fff;
  font-size: 14px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 9px;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  text-align: right;
}
.button:hover {
  color: #fff;
  font-weight: 600;
  background-color: #da9307;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}
.button:hover:after {
  text-align: right;
  animation: button-slide 1s;
  -webkit-animation: button-slide 1s;
  -webkit-backface-visibility: hidden;
  position: absolute;
}
.button em {
  display: block;
  font-style: normal;
}

.fs_style_33 {
  position: relative;
  width: 280px;
  max-width: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding-top: 15px;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: left;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  padding: 10px 30px 10px 20px;
  line-height: 18px;
  background: #e5af0b;
}
.fs_style_33:before {
  display: block;
  content: '';
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #da9307;
}
.fs_style_33:after {
  text-align: center;
  color: #fff;
  font-size: 14px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 9px;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  text-align: right;
}
.fs_style_33:hover {
  color: #fff;
  font-weight: 600;
  background-color: #da9307;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}
.fs_style_33:hover:after {
  text-align: right;
  animation: button-slide 1s;
  -webkit-animation: button-slide 1s;
  -webkit-backface-visibility: hidden;
  position: absolute;
}
.fs_style_33 em {
  display: block;
  font-style: normal;
}

.fs_style_34 {
  position: relative;
  width: 280px;
  max-width: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding-top: 15px;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: left;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  padding: 10px 30px 10px 20px;
  line-height: 18px;
  background: #459967;
}
.fs_style_34:before {
  display: block;
  content: '';
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #da9307;
}
.fs_style_34:after {
  text-align: center;
  color: #fff;
  font-size: 14px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 9px;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  text-align: right;
}
.fs_style_34:hover {
  color: #fff;
  font-weight: 600;
  background-color: #da9307;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}
.fs_style_34:hover:after {
  text-align: right;
  animation: button-slide 1s;
  -webkit-animation: button-slide 1s;
  -webkit-backface-visibility: hidden;
  position: absolute;
}
.fs_style_34 em {
  display: block;
  font-style: normal;
}
.fs_style_34:before {
  background: #007c2e;
}
.fs_style_34:hover {
  background: #007c2e;
}

/*! content - style manger v0.0.1 */
.lead-in,
.fs_style_35 {
  font-size: 1.33333em;
  line-height: 1.2em;
}

blockquote,
.fs_style_36 {
  color: #e5af0b;
  font-style: italic;
  font-weight: 700;
  border-left: 8px solid #e5af0b;
  padding-left: 20px;
  margin-bottom: 20px;
}
blockquote em,
.fs_style_36 em {
  display: block;
  font-style: normal;
  color: #404040;
  font-weight: normal;
  font-size: 14px;
  margin-top: 10px;
}

.callout {
  padding: 20px;
  background: #004070;
  color: #fff;
}
.callout.left {
  float: left;
  margin-left: 20px;
}
@media (min-width: 500px) {
  .callout.left {
    width: 50%;
  }
}
.callout.right {
  float: right;
  margin-right: 20px;
}
@media (min-width: 500px) {
  .callout.right {
    width: 50%;
  }
}

.callout-box {
  color: #fff;
  background: #005596;
  padding: 10px;
  margin-bottom: 20px;
}
.callout-box .fsElementTitle {
  font-size: 18px;
  font-weight: 700;
}
.callout-box a {
  color: #fff;
  font-weight: 700;
}
.callout-box a:hover {
  color: #e5af0b;
}

/*! structure - header v0.0.1 */
#fsHeader {
  padding: 0 0 0 20px;
  background: #fff;
  width: calc(100% - 60px);
}
body:not(.home) #fsHeader {
  border-bottom: 6px solid #005596;
}
@media (min-width: 1000px) {
  #fsHeader {
    width: 100%;
    padding: 0;
  }
}
#fsHeader .fsBanner {
  height: 80px;
  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;
}
@media (min-width: 700px) {
  #fsHeader .fsBanner {
    height: 110px;
  }
}
@media (min-width: 1180px) {
  #fsHeader .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem;
  }
}
#fsHeader .info-apply-buttons {
  display: none;
}
@media (min-width: 1000px) {
  #fsHeader .info-apply-buttons {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 330px;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
  }
}
#fsHeader .info-apply-buttons, #fsHeader .info-apply-buttons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#fsHeader .info-apply-buttons li {
  margin: 0;
  padding: 0;
}
#fsHeader .info-apply-buttons ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#fsHeader .info-apply-buttons ul li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1em;
  font-weight: 700;
}
#fsHeader .info-apply-buttons ul li:first-child {
  margin-right: 10px;
}
#fsHeader .info-apply-buttons ul a {
  text-transform: uppercase;
  color: #fff;
  background: #007c2e;
  display: block;
  padding: 15px 18px;
  border: 1px solid #007c2e;
}
#fsHeader .info-apply-buttons ul a:hover {
  background: #fff;
  color: #007c2e;
}

.site-info-container {
  padding: 14px 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
}
@media (min-width: 700px) {
  .site-info-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 350px;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
  }
}
@media (min-width: 900px) {
  .site-info-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 330px;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
  }
}
@media (min-width: 1000px) {
  .site-info-container {
    padding-left: 10px;
  }
}
@media (min-width: 1400px) {
  .site-info-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 450px;
    -ms-flex: 0 0 450px;
    flex: 0 0 450px;
  }
}
.site-info-container h1 {
  margin: 0;
  line-height: 1em;
}
.site-info-container a {
  display: block;
  color: transparent;
  width: 225px;
  height: 52px;
  background: url("/uploaded/themes/build/images/MarvLogo.svg") no-repeat 0 0;
  background-size: cover;
}
@media (min-width: 700px) {
  .site-info-container a {
    width: 350px;
    height: 83px;
  }
}
@media (min-width: 900px) {
  .site-info-container a {
    width: 309px;
    height: 72px;
  }
}
@media (min-width: 1200px) {
  .site-info-container a {
    width: 377px;
    height: 89px;
  }
}
.site-info-container a:hover {
  color: transparent;
}

.banner-image {
  background: #fff;
  width: 100%;
  position: relative;
}
.banner-image > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  height: 300px;
  overflow: hidden;
  text-align: center;
}
.banner-image > .fsElementContent img {
  width: 100%;
}

/*! structure - footer v0.0.1 */
#fsFooter {
  padding: 30px 20px;
  text-align: center;
  color: #fff;
}
#fsFooter .fsBanner {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
}
@media (min-width: 700px) {
  #fsFooter .fsBanner {
    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;
    height: 320px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 900px) {
  #fsFooter .fsBanner {
    height: 200px;
  }
}
#fsFooter .footer-logo {
  display: block;
  height: 166px;
  width: 166px;
  background: url("/uploaded/themes/build/images/seal_342.png") 0 0 no-repeat;
  background-size: 166px 166px;
  margin: 20px auto 30px;
}
@media (min-width: 700px) {
  #fsFooter .footer-logo {
    float: left;
    margin: 0 30px 0 0;
  }
}
@media (min-width: 700px) {
  #fsFooter .address-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 70%;
  }
}
@media (min-width: 900px) {
  #fsFooter .address-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 45%;
  }
}
#fsFooter .school-details {
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  #fsFooter .school-details {
    text-align: left;
    margin-bottom: 0;
  }
}
#fsFooter .school-details [itemprop='name'] {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (min-width: 700px) {
  #fsFooter .school-details [itemprop='name'] {
    padding-top: 15px;
  }
}
#fsFooter .school-details [itemprop='streetAddress'] {
  display: block;
}
#fsFooter .school-details [itemprop='telephone'] {
  display: inline-block;
}
#fsFooter .school-details [itemprop='fax'] {
  display: inline-block;
}
#fsFooter .school-details a {
  color: inherit;
}
#fsFooter .footerlinks {
  margin-bottom: 30px !important;
}
@media (min-width: 700px) {
  #fsFooter .footerlinks {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 70%;
    text-align: left;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-left: 196px;
    padding-top: 15px;
  }
}
@media (min-width: 900px) {
  #fsFooter .footerlinks {
    width: 20%;
    height: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 15px 0 0 0;
  }
}
#fsFooter .footerlinks .fsElementContent {
  width: 100%;
}
#fsFooter .footerlinks ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}
#fsFooter .footerlinks li {
  margin: 0 0 10px !important;
  display: block;
}
#fsFooter .footerlinks a {
  color: #fff;
  font-weight: 700;
}
#fsFooter .footerlinks a:hover {
  color: #007c2e;
}
#fsFooter .footerlinks .translate-button {
  position: relative;
  font-weight: 700;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}
#fsFooter .footerlinks .translate-button:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-left: 3px;
  font-size: .8em;
}
#fsFooter .footerlinks .translate-button:hover {
  color: #007c2e;
}
#fsFooter .footerlinks .translate-button:hover .google-translate-toggle {
  border-color: #c8c8c8;
}
#fsFooter .footerlinks .translate-button #google_translate_element {
  position: absolute;
  top: 5px;
  right: 0;
  cursor: pointer;
  width: 100%;
  z-index: 2;
  opacity: 0;
}

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

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

html {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  background: #004070;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html:not(.fsComposerFormEmbed) {
  height: 100%;
}

body {
  font-size: 0.9375em;
  line-height: 1.46667;
  color: #404040;
}

html:not(.fsComposerFormEmbed) body {
  visibility: hidden;
}
html:not(.fsComposerFormEmbed) body.loaded {
  visibility: visible;
}
html:not(.fsComposerFormEmbed) body.fsComposeMode {
  visibility: visible;
}
html:not(.fsComposerFormEmbed) body.fsDraftMode {
  visibility: visible;
}

#fsPageWrapper {
  overflow: hidden;
  position: relative;
}
.drawer-is-active #fsPageWrapper {
  position: static;
}

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

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  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: 72.88136% !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: 49.15254% !important;
  }
}

#fsBannerRight {
  margin-bottom: 20px;
  width: 100%;
  float: none;
}
@media (min-width: 800px) {
  #fsBannerRight {
    float: left;
  }
}
@media (min-width: 800px) {
  #fsBannerRight {
    padding-left: 40px;
    width: 27.11864%;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    padding-left: 0;
    width: 63.5%;
    float: right;
  }
}
@media (min-width: 900px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    padding-left: 40px;
    width: 27.11864%;
  }
}

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

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

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

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

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

#fsPoweredByFinalsite {
  margin: 0 auto;
}
@media (min-width: 900px) {
  #fsPoweredByFinalsite {
    margin: 0 20px 0 0;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

.fsBreadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsBreadcrumb li {
  display: inline-block;
}

/*! navigation - main v0.0.1 */
#fsHeader .nav-main {
  display: none;
}
@media (min-width: 1000px) {
  #fsHeader .nav-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #d9d9d9;
  }
  #fsHeader .nav-main > .fsElementContent {
    width: 100%;
  }
}
.nav-main, .nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-main li {
  margin: 0;
  padding: 0;
}
@media (min-width: 1000px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .no-flexbox .nav-main .fsNavLevel1 {
    text-align: justify;
    font-size: 0.1px;
  }
  .no-flexbox .nav-main .fsNavLevel1 > li {
    display: inline-block;
  }
  .no-flexbox .nav-main .fsNavLevel1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .nav-main .fsNavLevel1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.nav-main .fsNavLevel1 > li {
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
}
@media (min-width: 1000px) {
  .nav-main .fsNavLevel1 > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
}
.nav-main .fsNavLevel1 > li:hover > a:before {
  display: block;
  content: '';
  bottom: 0;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 85, 150, 0);
  border-bottom-color: #005596;
  border-width: 12px;
  margin-left: -12px;
}
.nav-main .fsNavLevel1 > li > a {
  padding: 1.33333em 0;
  color: #004070;
  display: block;
  position: relative;
  font-weight: 600;
}
.nav-main .fsNavLevel1 > .fsNavCurrentPage > a {
  color: #e5af0b;
}
.nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
  color: #e5af0b;
}
.nav-main .fsNavLevel1 > li:first-child > a {
  padding-left: 0;
}
.nav-main .fsNavLevel1 > li:last-child > a {
  padding-right: 0;
}

.nav-main .fsNavLevel1 > li {
  position: relative;
}
.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px;
  -webkit-transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
  transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
}
@media (max-width: 599px) {
  .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
    -webkit-transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
    transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
  }
}
.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  z-index: 300;
}
.nav-main .fsNavPageInfo {
  text-align: left;
  background-color: #005596;
  color: #fff;
  list-style: none;
  width: 200px;
}
.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: 1000px) {
  .nav-main .fsNavParentPage:hover .fsNavPageInfo {
    display: block;
  }
}
.nav-main .fsNavLevel2 {
  padding: 20px;
}
.nav-main .fsNavLevel2 a {
  color: #fff;
  display: block;
  padding: 5px 0px;
  font-size: 15px;
  line-height: 20px;
  text-transform: none;
}
.nav-main .fsNavLevel2 a:hover {
  color: #459967;
}

/*! navigation - main v0.0.1 */
#fsHeader .nav-const {
  display: none;
}
@media (min-width: 700px) {
  #fsHeader .nav-const {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.nav-const, .nav-const ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-const li {
  margin: 0;
  padding: 0;
}
@media (min-width: 700px) {
  .nav-const .fsNavLevel1 {
    height: 110px;
    text-align: center;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .no-flexbox .nav-const .fsNavLevel1 {
    text-align: justify;
    font-size: 0.1px;
  }
  .no-flexbox .nav-const .fsNavLevel1 > li {
    display: inline-block;
  }
  .no-flexbox .nav-const .fsNavLevel1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}
.nav-const .fsNavLevel1 > li {
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
}
@media (min-width: 700px) {
  .nav-const .fsNavLevel1 > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.nav-const .fsNavLevel1 > li.alumni > a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 5px;
}
.nav-const .fsNavLevel1 > li.parents > a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 5px;
}
.nav-const .fsNavLevel1 > li > a {
  padding: 1.33333em;
  color: #808080;
  display: block;
  font-weight: 700;
}
@media (min-width: 1000px) {
  .nav-const .fsNavLevel1 > li > a {
    padding: 1.33333em 0.66667em;
  }
}
@media (min-width: 1200px) {
  .nav-const .fsNavLevel1 > li > a {
    padding: 1.33333em;
  }
}
.nav-const .fsNavLevel1 > li > a:hover {
  color: #e5af0b;
}
.nav-const .fsNavLevel1 > .fsNavCurrentPage > a {
  background: #005596;
}

.nav-const .fsNavLevel1 > li {
  position: relative;
}
.nav-const .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.nav-const .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px;
  -webkit-transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
  transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
}
@media (max-width: 599px) {
  .nav-const .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
    -webkit-transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
    transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
  }
}
.nav-const .fsNavLevel1 > li > .fsNavPageInfo {
  z-index: 300;
}
.nav-const .fsNavPageInfo {
  text-align: left;
  background-color: #005596;
  color: #fff;
  list-style: none;
  width: 200px;
  position: relative;
  left: -25% !important;
}
@media (min-width: 1000px) {
  .nav-const .fsNavParentPage:hover .fsNavPageInfo {
    display: block;
    padding: 20px 0;
    overflow: visible !important;
  }
  .nav-const .fsNavParentPage:hover .fsNavPageInfo:before {
    z-index: 400;
    display: block;
    content: '';
    top: -24px;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 85, 150, 0);
    border-bottom-color: #005596;
    border-width: 12px;
    margin-left: -12px;
  }
}
.nav-const .fsNavLevel2 a {
  color: #fff;
  display: block;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 18px;
  text-transform: none;
}
.nav-const .fsNavLevel2 a:hover {
  color: #e6af0b;
}

/*! navigation - main v0.0.1 */
#fsHeader .nav-quick {
  display: none;
}
@media (min-width: 800px) {
  #fsHeader .nav-quick {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.nav-quick, .nav-quick ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-quick li {
  margin: 0;
  padding: 0;
}
@media (min-width: 700px) {
  .nav-quick .fsNavLevel1 {
    height: 110px;
    text-align: center;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .no-flexbox .nav-quick .fsNavLevel1 {
    text-align: justify;
    font-size: 0.1px;
  }
  .no-flexbox .nav-quick .fsNavLevel1 > li {
    display: inline-block;
  }
  .no-flexbox .nav-quick .fsNavLevel1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}
.nav-quick .fsNavLevel1 > li {
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
}
@media (min-width: 700px) {
  .nav-quick .fsNavLevel1 > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
}
.nav-quick .fsNavLevel1 > li:hover > a:after {
  display: block;
  content: '';
  bottom: 0;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 85, 150, 0);
  border-bottom-color: #005596;
  border-width: 12px;
  margin-left: -12px;
}
.nav-quick .fsNavLevel1 > li > a {
  padding: 1.33333em;
  color: #808080;
  display: block;
  font-weight: 700;
}
@media (min-width: 1000px) {
  .nav-quick .fsNavLevel1 > li > a {
    padding: 1.33333em 0.66667em;
  }
}
@media (min-width: 1200px) {
  .nav-quick .fsNavLevel1 > li > a {
    padding: 1.33333em;
  }
}
.nav-quick .fsNavLevel1 > li > a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 5px;
}
.nav-quick .fsNavLevel1 > li > a:hover {
  color: #e5af0b;
}
.nav-quick .fsNavLevel1 > .fsNavCurrentPage > a {
  background: #005596;
}

.nav-quick .fsNavLevel1 > li {
  position: relative;
}
.nav-quick .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.nav-quick .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px;
  -webkit-transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
  transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
}
@media (max-width: 599px) {
  .nav-quick .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
    -webkit-transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
    transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
  }
}
.nav-quick .fsNavLevel1 > li > .fsNavPageInfo {
  z-index: 300;
}
.nav-quick .fsNavPageInfo {
  text-align: left;
  background-color: #005596;
  color: #fff;
  list-style: none;
  width: 200px;
}
.nav-quick .fsNavLevel1 > li:first-child .fsNavPageInfo {
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.nav-quick .fsNavLevel1 > li:last-child .fsNavPageInfo {
  right: 0;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media (min-width: 1000px) {
  .nav-quick .fsNavParentPage:hover .fsNavPageInfo {
    display: block;
    padding: 20px 0;
  }
}
.nav-quick .fsNavLevel2 a {
  color: #fff;
  display: block;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 18px;
  text-transform: none;
}
.nav-quick .fsNavLevel2 a:hover {
  color: #e6af0b;
}

/*! navigation - off-canvas v0.0.1 */
.drawer-ribbon {
  height: 80px;
  width: 60px;
  background: none;
  z-index: 9000;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}
@media (min-width: 700px) {
  .drawer-ribbon {
    height: 110px;
  }
}
.drawer-is-active .drawer-ribbon {
  width: 100%;
  background: #005596;
}
@media (min-width: 378px) {
  .drawer-is-active .drawer-ribbon {
    width: 378px;
  }
}
@media (min-width: 1000px) {
  .drawer-ribbon {
    display: none;
  }
}

.drawer-trigger {
  color: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #007c2e;
}
@media (min-width: 700px) {
  .drawer-trigger {
    width: 41px;
    height: 41px;
  }
}
.drawer-trigger:before, .drawer-trigger:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 20px;
  content: '';
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 700px) {
  .drawer-trigger:before, .drawer-trigger:after {
    width: 26px;
  }
}
.drawer-trigger:before {
  margin-top: -6px;
  -webkit-transition: margin-top .3s, -webkit-transform .3s;
  transition: margin-top .3s, transform .3s;
}
.drawer-trigger:after {
  box-shadow: 0 6px 0 0 #fff;
  -webkit-transition: box-shadow .3s, -webkit-transform .3s;
  transition: box-shadow .3s, transform .3s;
}
.drawer-is-active .drawer-trigger {
  color: #404040;
  right: 10px;
  left: auto;
  background: none;
}
.drawer-is-active .drawer-trigger:before, .drawer-is-active .drawer-trigger:after {
  background: #fff;
}
.drawer-is-active .drawer-trigger:before {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer-is-active .drawer-trigger:after {
  box-shadow: none;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

#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, 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);
  top: 80px;
  width: 378px;
  max-width: 100%;
  background: #005596;
  z-index: 9000;
  height: 100%;
}
.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);
}
@media (min-width: 1000px) {
  .drawer-is-active #fsMenu {
    display: none;
  }
}
#fsMenu .nav-mobile {
  position: relative;
  top: 0;
  margin-bottom: 0px !important;
  padding: 20px 0 10px;
  zoom: 1;
}
#fsMenu .nav-mobile, #fsMenu .nav-mobile ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#fsMenu .nav-mobile li {
  margin: 0;
  padding: 0;
}
#fsMenu .nav-mobile:after {
  display: table;
  clear: both;
  content: '';
}
#fsMenu .nav-mobile.quicklinks {
  margin-bottom: 30px !important;
}
#fsMenu .nav-mobile .fsElementTitle {
  padding: 0 30px;
  font-size: 12px;
  color: #404040;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  display: none;
}
#fsMenu .nav-mobile ul.fsNavLevel1 {
  display: block;
  margin: 0;
  padding: 0;
}
.nav-mobile.quicklinks ul.fsNavLevel1 > li:last-child > a {
  border-bottom: 1px solid #004070 !important;
}
#fsMenu .nav-mobile ul.fsNavLevel1 li {
  display: block;
  position: relative;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
#fsMenu .nav-mobile ul.fsNavLevel1 li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
#fsMenu .nav-mobile ul.fsNavLevel1 li:last-child > a {
  border-bottom: 0;
}
#fsMenu .nav-mobile ul.fsNavLevel1 li:last-child.active li:last-of-type a {
  border-bottom: 1px solid #004070;
}
#fsMenu .nav-mobile ul.fsNavLevel1 li.fsNavCurrentPage > a, #fsMenu .nav-mobile ul.fsNavLevel1 li.fsNavCurrentPageAncestor > a {
  color: #8fcaf4 !important;
  background: none;
}
#fsMenu .nav-mobile ul.fsNavLevel1 li span.sub-trigger {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 5px;
  right: 30px;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #004070;
}
#fsMenu .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%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  font-weight: normal;
  color: #fff;
  font-size: 16px;
}
#fsMenu .nav-mobile ul.fsNavLevel1 li span.sub-trigger:hover:after {
  color: #8fcaf4;
}
#fsMenu .nav-mobile li.active > a {
  color: #8fcaf4 !important;
}
#fsMenu .nav-mobile li.active > span.sub-trigger:after {
  content: '\e906' !important;
  color: #8fcaf4 !important;
}
#fsMenu .nav-mobile ul.fsNavLevel1 li a {
  border-top: 1px solid #004070;
  display: block;
  width: calc(100% - 55px);
  color: #fff;
  padding: 9px 40px 9px 0;
  font-weight: 600;
  text-transform: uppercase;
}
#fsMenu .nav-mobile ul.fsNavLevel1 > li > a {
  margin: 0 30px;
}
#fsMenu .nav-mobile li.fsNavCurrentPage > a {
  color: #8fcaf4 !important;
}
#fsMenu .nav-mobile li.fsNavCurrentPageAncestor > a {
  color: #8fcaf4 !important;
}
#fsMenu .nav-mobile ul.fsNavLevel1 li a:hover {
  color: #8fcaf4;
  text-decoration: none;
}
#fsMenu .nav-mobile ul.fsNavLevel2 {
  margin: 0;
  padding: 0;
  background: #004070;
}
#fsMenu .nav-mobile ul.fsNavLevel2 li {
  margin: 0 0 4px;
  padding: 0;
  font-size: 16px;
}
#fsMenu .nav-mobile ul.fsNavLevel2 li > a {
  margin: 0 30px;
  border-top: 1px solid #005596;
  padding-left: 15px;
  text-transform: none;
  font-weight: normal;
}
#fsMenu .nav-mobile ul.fsNavLevel2 li .sub-trigger {
  border-color: #8fcaf4;
}
#fsMenu .nav-mobile ul.fsNavLevel2 li.fsNavCurrentPage > a {
  color: #8fcaf4;
}
#fsMenu .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;
}
#fsMenu .nav-mobile ul.fsNavLevel3 li {
  font-size: 16px;
}
#fsMenu .nav-mobile ul.fsNavLevel3 li a {
  padding-left: 25px;
}
#fsMenu .nav-mobile ul.fsNavLevel4 li a {
  padding-left: 35px;
}
#fsMenu .info-apply-buttons ul, #fsMenu .info-apply-buttons ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#fsMenu .info-apply-buttons ul li {
  margin: 0;
  padding: 0;
}
#fsMenu .info-apply-buttons a {
  display: block;
  padding: 1em;
  background: #007c2e;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0 20px 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1em;
}
#fsMenu .info-apply-buttons a:hover {
  background: #046ebf;
}

/*! navigation - sub v0.0.1 */
.nav-sub, .nav-sub ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-sub li {
  margin: 0;
  padding: 0;
}
.nav-sub a {
  color: #000;
}
.nav-sub a:hover {
  color: #e5af0b;
}
@media (max-width: 799px) {
  .nav-sub > .fsElementContent {
    display: none;
  }
}
.nav-sub.active-nav > .fsElementContent {
  display: block;
}
.nav-sub .fsNavLevel1 {
  position: relative;
}
.nav-sub .fsNavLevel1 > li > a {
  padding: 0.66667em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  font-weight: bold;
}
.nav-sub .fsNavLevel1 > li:last-child > a {
  border-bottom: 0;
}
.nav-sub li.fsNavCurrentPage:before,
.nav-sub li.fsNavCurrentPageAncestor:before {
  color: #e5af0b !important;
}
.nav-sub li.fsNavCurrentPage > a,
.nav-sub li.fsNavCurrentPageAncestor > a {
  color: #e5af0b;
}
.nav-sub .fsNavLevel2 > li {
  position: relative;
}
.nav-sub .fsNavLevel2 > li:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.2);
}
.nav-sub .fsNavLevel2 > li > a {
  padding: 5px 10px 5px 25px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.nav-sub > header {
  display: block;
}
@media (min-width: 800px) {
  .nav-sub > header {
    display: none;
  }
}
.nav-sub > header > .fsElementTitle {
  position: relative;
  margin: 0;
  padding: 20px;
  cursor: pointer;
  background: #004070;
  color: #fff;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 800px) {
  .nav-sub > header > .fsElementTitle {
    cursor: default;
  }
}
@media (max-width: 799px) {
  .nav-sub > 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 {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}

/*! Navigation - Social */
.nav-social {
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  .nav-social {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 30%;
  }
}
@media (min-width: 900px) {
  .nav-social {
    width: calc(30% - 20px);
    margin-left: 20px;
  }
}
.nav-social .fsNavLevel1 {
  font-size: 0;
  zoom: 1;
}
.nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-social .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}
.nav-social .fsNavLevel1:after {
  display: table;
  clear: both;
  content: '';
}
@media (min-width: 700px) {
  .nav-social .fsNavLevel1 {
    text-align: right;
  }
}
.nav-social .fsNavLevel1 li {
  display: inline-block;
}
.nav-social .fsNavLevel1 li:not(:last-child) {
  margin-right: 10px;
}
.nav-social .fsNavLevel1 [href*='facebook']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='instagram']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='linkedin']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='pinterest']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='tumblr']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='twitter']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='vimeo']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='vine']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='youtube']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='rss']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='facebook']:hover {
  background: #007c2e;
  border-color: #007c2e;
}
.nav-social .fsNavLevel1 [href*='facebook']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='instagram']:hover {
  background: #007c2e;
  border-color: #007c2e;
}
.nav-social .fsNavLevel1 [href*='instagram']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='linkedin']:hover {
  background: #007c2e;
  border-color: #007c2e;
}
.nav-social .fsNavLevel1 [href*='linkedin']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='pinterest']:hover {
  background: #007c2e;
  border-color: #007c2e;
}
.nav-social .fsNavLevel1 [href*='pinterest']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='tumblr']:hover {
  background: #007c2e;
  border-color: #007c2e;
}
.nav-social .fsNavLevel1 [href*='tumblr']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='twitter']:hover {
  background: #007c2e;
  border-color: #007c2e;
}
.nav-social .fsNavLevel1 [href*='twitter']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='vimeo']:hover {
  background: #007c2e;
  border-color: #007c2e;
}
.nav-social .fsNavLevel1 [href*='vimeo']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='vine']:hover {
  background: #007c2e;
  border-color: #007c2e;
}
.nav-social .fsNavLevel1 [href*='vine']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='youtube']:hover {
  background: #007c2e;
  border-color: #007c2e;
}
.nav-social .fsNavLevel1 [href*='youtube']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='rss']:hover {
  background: #007c2e;
  border-color: #007c2e;
}
.nav-social .fsNavLevel1 [href*='rss']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 a {
  display: block;
  position: relative;
  color: #fff;
  border: 1px solid #fff;
  height: 40px;
  width: 40px;
  border-radius: 100%;
}
.nav-social .fsNavLevel1 a:before {
  color: #004070;
  font-size: 20px;
  -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%);
}

/* Navigation - Utility Container v0.0.1 */
.nav-util, .nav-util ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-util li {
  margin: 0;
  padding: 0;
}
.nav-util ul li a {
  padding: 0em 0em;
  display: block;
}

.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.33333em;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch label {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    padding: 0 10px;
  }
}
@media (min-width: 900px) {
  .fsConstituent.fsSearch label {
    width: 32.83333%;
  }
}
.fsConstituent.fsSearch input,
.fsConstituent.fsSearch select {
  display: block;
  width: 100%;
}
.fsConstituent.fsSearch [type*='submit'] {
  width: auto;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch [type*='submit'] {
    margin-left: 0.66667em;
  }
}
.fsConstituent.fsSearch .fsConstituentSearchButton {
  position: relative;
  width: 280px;
  max-width: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding-top: 15px;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: left;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  padding: 10px 30px 10px 20px;
  line-height: 18px;
  background: #e5af0b;
  display: block;
  margin: 0 10px;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:before {
  display: block;
  content: '';
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #da9307;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:after {
  text-align: center;
  color: #fff;
  font-size: 14px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 9px;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  text-align: right;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:hover {
  color: #fff;
  font-weight: 600;
  background-color: #da9307;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:hover:after {
  text-align: right;
  animation: button-slide 1s;
  -webkit-animation: button-slide 1s;
  -webkit-backface-visibility: hidden;
  position: absolute;
}
.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: #004070;
}
@media (min-width: 800px) {
  .fsConstituentProfile.fsHasPhoto > div, .fsConstituentProfile.fsHasPhoto > h3 {
    padding: 0;
    padding-left: calc(25% + 20px);
  }
}
@media (min-width: 600px) {
  .fsConstituentProfile.fsHasPhoto .fsProfileImage {
    float: left;
    padding-right: 20px;
    max-width: 50%;
  }
}
@media (min-width: 800px) {
  .fsConstituentProfile.fsHasPhoto .fsProfileImage {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 25%;
    padding: 0;
    float: none;
  }
}
@media (min-width: 600px) {
  .fsConstituentProfile:not(.fsHasPhoto) .fsProfileImage {
    float: left;
    padding-right: 20px;
    max-width: 50%;
  }
}
@media (min-width: 800px) {
  .fsConstituentProfile:not(.fsHasPhoto) .fsProfileImage {
    max-width: 25%;
  }
}

.fsProfileSection {
  margin-bottom: 1.33333em;
  font-size: 16px;
}
.fsProfileSection h4 {
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #808080;
  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: #fff;
  border: 1px solid #cccccc;
  border-bottom: 5px solid #005596;
  -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: #005596;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 16px;
  margin-bottom: 2px;
  display: block;
  font-size: 20px;
  padding: 5px 10px;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 15px;
  font-weight: 700;
  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: #004070;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #046ebf;
}
.fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #fff;
}
.fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
  content: "";
  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: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  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: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  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: 13.33333px;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 40px;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
  display: none;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
  right: 13.33333px;
}
.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: '';
}

.fsAccordion {
  margin-bottom: 20px;
}

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px;
}
.fsAthleticsEvent.fsList .fsAlertFeeds {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .fsAthleticsEvent.fsList .fsAlertFeeds {
    margin-bottom: 0;
  }
}
.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 {
  position: relative;
  width: 280px;
  max-width: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding-top: 15px;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: left;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  padding: 10px 30px 10px 20px;
  line-height: 18px;
  background: #e5af0b;
  padding: 10px 20px;
}
.fsAthleticsEvent.fsList .fsLoadMoreButton:before {
  display: block;
  content: '';
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #da9307;
}
.fsAthleticsEvent.fsList .fsLoadMoreButton:after {
  text-align: center;
  color: #fff;
  font-size: 14px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 9px;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  text-align: right;
}
.fsAthleticsEvent.fsList .fsLoadMoreButton:hover {
  color: #fff;
  font-weight: 600;
  background-color: #da9307;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}
.fsAthleticsEvent.fsList .fsLoadMoreButton:hover:after {
  text-align: right;
  animation: button-slide 1s;
  -webkit-animation: button-slide 1s;
  -webkit-backface-visibility: hidden;
  position: absolute;
}
.fsAthleticsEvent.fsList .fsLoadMoreButton em {
  display: block;
  font-style: normal;
}
.fsAthleticsEvent.fsList .fsAthleticsOpponents {
  display: inline;
}
.fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
  display: inline;
}
.fsAthleticsEvent.fsTable {
  overflow-x: auto;
}
.fsAthleticsEvent.fsTable .fsEventTable td, .fsAthleticsEvent.fsTable table.fsTable td {
  padding: 10px;
}

/*! 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 #292929;
}
.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 {
  font-size: 13px;
}
.fsCalendar article {
  position: relative;
  padding-left: 65px;
  min-height: 60px;
  padding-top: 0;
}
.fsCalendar article .fsElementEventColorIcon {
  width: 8px;
  height: 8px;
}
.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 45px;
  color: #fff;
  background: #e9f0f5;
  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;
}
.fsCalendar .fsDate > span {
  display: block;
}
.fsCalendar .fsDate > span.fsMonth {
  color: #fff;
  background: #367cb3;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px;
  font-weight: 700;
}
.fsCalendar .fsDate > span.fsDay {
  color: #367cb3;
  font-size: 22px;
}
.fsCalendar .fsTitle {
  font-size: 13px;
  color: #1f1f1f;
}
.fsCalendar .fsTitle a {
  color: #1f1f1f;
}
.fsCalendar .fsTitle a:hover {
  color: #367cb3;
}
.fsCalendar .fsTimeRange:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 5px;
  color: #005596;
}
.fsCalendar .fsLocation:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 5px;
  color: #005596;
}
.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0;
}

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
  margin-bottom: 0;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0;
}
.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(0, 64, 112, 0.15);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
    background-color: rgba(0, 64, 112, 0.05);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
    border: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    position: relative;
    min-height: 0;
    height: 25px;
    border: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
    background-color: rgba(0, 64, 112, 0.25);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    background-color: rgba(0, 64, 112, 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 {
  position: relative;
  width: 280px;
  max-width: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding-top: 15px;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: left;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  padding: 10px 30px 10px 20px;
  line-height: 18px;
  background: #e5af0b;
  padding: 10px 20px;
}
.scroll-up span:before {
  display: block;
  content: '';
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #da9307;
}
.scroll-up span:after {
  text-align: center;
  color: #fff;
  font-size: 14px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 9px;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  text-align: right;
}
.scroll-up span:hover {
  color: #fff;
  font-weight: 600;
  background-color: #da9307;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}
.scroll-up span:hover:after {
  text-align: right;
  animation: button-slide 1s;
  -webkit-animation: button-slide 1s;
  -webkit-backface-visibility: hidden;
  position: absolute;
}
.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 */
/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElementTitle p {
  margin-bottom: 0;
}

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

.module {
  margin-bottom: 1.33333em;
  padding: 1.33333em;
  color: #fff;
}
.module h1, .module h2, .module h3, .module h4, .module h5, .module h6 {
  color: inherit;
}

.module {
  background: #004070;
}

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

.fsComposerFormEmbed {
  background: none;
}
.fsComposerFormEmbed form {
  zoom: 1;
}
.fsComposerFormEmbed form:after {
  display: table;
  clear: both;
  content: '';
}
.fsComposerFormEmbed form input {
  border: solid 1px #ccc;
}
.fsComposerFormEmbed form input.fileUploader {
  padding: 0;
  width: 100%;
  border: none;
}
.fsComposerFormEmbed form fieldset {
  padding: 0;
}
.fsComposerFormEmbed form textarea {
  max-width: 100%;
  width: 100%;
  border: solid 1px #ccc;
}
.fsComposerFormEmbed form .mainGroupSub {
  max-width: 100%;
  width: 100% !important;
}
.fsComposerFormEmbed form .formPage {
  margin-bottom: 20px;
}
.fsComposerFormEmbed form .elementRow {
  max-width: 100%;
  margin: 0;
}
.fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
  margin-bottom: 0;
}
.fsComposerFormEmbed form .elementContainer {
  margin: 0 0 20px;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .fsComposerFormEmbed form .elementContainer {
    width: 100%;
  }
}
.fsComposerFormEmbed form .elementContainer label {
  margin-bottom: 2px;
}
.fsComposerFormEmbed form .elementContainer label.horizontal {
  white-space: normal;
  margin-right: 10px !important;
}
.fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
  margin-right: 0;
}
.fsComposerFormEmbed form .elementContainer hr {
  margin: 0 auto;
}
.fsComposerFormEmbed form .elementContainer p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .fsComposerFormEmbed form .elementBody > input {
    width: 100%;
  }
}
.fsComposerFormEmbed form .elementBody > .descText {
  margin-bottom: 10px;
}
.fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  float: none;
}
@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
    width: 20%;
    padding-right: 10px;
    text-align: right;
    float: left;
  }
}
@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementContainer > label {
    padding: 5px 10px 5px 5px;
  }
}
.fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
  width: 100%;
}
.fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
  width: auto;
}
.fsComposerFormEmbed form .labelLeft .elementBody {
  margin: 0;
  width: 100%;
  float: none;
}
@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementBody {
    width: 80%;
    float: left;
  }
}
.fsComposerFormEmbed form .linkLike {
  color: #005596;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsComposerFormEmbed form .linkLike:hover {
  color: #e5af0b;
}
.fsComposerFormEmbed form .required {
  color: #004070;
}
.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: #005596;
  -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: #e5af0b;
  -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: #004070 !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: #005596 !important;
}
.fsComposerFormEmbed .ui-widget {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, 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 {
  position: relative;
  width: 280px;
  max-width: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding-top: 15px;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: left;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  padding: 10px 30px 10px 20px;
  line-height: 18px;
  background: #e5af0b;
}
.fsLogin .fsLoginMainView .fsLoginSubmit:before, .fsLogin .fsLoginMainView button:before, .fsLogin .fsLoginForgotView .fsLoginSubmit:before, .fsLogin .fsLoginForgotView button:before, .fsLogin .fsLoginNewView .fsLoginSubmit:before, .fsLogin .fsLoginNewView button:before, .fsAccount .fsLoginMainView .fsLoginSubmit:before, .fsAccount .fsLoginMainView button:before, .fsAccount .fsLoginForgotView .fsLoginSubmit:before, .fsAccount .fsLoginForgotView button:before, .fsAccount .fsLoginNewView .fsLoginSubmit:before, .fsAccount .fsLoginNewView button:before {
  display: block;
  content: '';
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #da9307;
}
.fsLogin .fsLoginMainView .fsLoginSubmit:after, .fsLogin .fsLoginMainView button:after, .fsLogin .fsLoginForgotView .fsLoginSubmit:after, .fsLogin .fsLoginForgotView button:after, .fsLogin .fsLoginNewView .fsLoginSubmit:after, .fsLogin .fsLoginNewView button:after, .fsAccount .fsLoginMainView .fsLoginSubmit:after, .fsAccount .fsLoginMainView button:after, .fsAccount .fsLoginForgotView .fsLoginSubmit:after, .fsAccount .fsLoginForgotView button:after, .fsAccount .fsLoginNewView .fsLoginSubmit:after, .fsAccount .fsLoginNewView button:after {
  text-align: center;
  color: #fff;
  font-size: 14px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 9px;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  text-align: right;
}
.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 {
  color: #fff;
  font-weight: 600;
  background-color: #da9307;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}
.fsLogin .fsLoginMainView .fsLoginSubmit:hover:after, .fsLogin .fsLoginMainView button:hover:after, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover:after, .fsLogin .fsLoginForgotView button:hover:after, .fsLogin .fsLoginNewView .fsLoginSubmit:hover:after, .fsLogin .fsLoginNewView button:hover:after, .fsAccount .fsLoginMainView .fsLoginSubmit:hover:after, .fsAccount .fsLoginMainView button:hover:after, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover:after, .fsAccount .fsLoginForgotView button:hover:after, .fsAccount .fsLoginNewView .fsLoginSubmit:hover:after, .fsAccount .fsLoginNewView button:hover:after {
  text-align: right;
  animation: button-slide 1s;
  -webkit-animation: button-slide 1s;
  -webkit-backface-visibility: hidden;
  position: absolute;
}
.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 {
  position: relative;
  width: 280px;
  max-width: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding-top: 15px;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: left;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  padding: 10px 30px 10px 20px;
  line-height: 18px;
  background: #e5af0b;
}
.fsAccount .fsAccountLogout a:before {
  display: block;
  content: '';
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #da9307;
}
.fsAccount .fsAccountLogout a:after {
  text-align: center;
  color: #fff;
  font-size: 14px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 9px;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  text-align: right;
}
.fsAccount .fsAccountLogout a:hover {
  color: #fff;
  font-weight: 600;
  background-color: #da9307;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}
.fsAccount .fsAccountLogout a:hover:after {
  text-align: right;
  animation: button-slide 1s;
  -webkit-animation: button-slide 1s;
  -webkit-backface-visibility: hidden;
  position: absolute;
}
.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: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 15px;
  left: 0;
  line-height: 22px;
  padding: 10px;
  position: absolute;
  width: 100%;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-wrapper {
    padding: 20px;
  }
}
.fsMediaCustomPlayer .caption-wrapper a {
  color: rgba(255, 255, 255, 0.5);
}
.fsMediaCustomPlayer .caption-wrapper a:hover {
  text-decoration: underline;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-title {
    margin-top: 0;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 16px;
    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);
  font-family: "IcoMoon";
}
.fsMediaCustomPlayer .slick-next {
  left: auto;
  right: 0;
}
.fsMediaCustomPlayer .slick-next:before {
  content: '\e904';
}
.fsMediaCustomPlayer .slick-prev {
  left: 0;
  right: auto;
}
.fsMediaCustomPlayer .slick-prev:before {
  content: '\e905';
}

/*! elements - news v0.0.1 */
.fsNews.fsList article {
  background-repeat: no-repeat;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.fsNews.fsList article:last-child {
  border-bottom: none;
}
.fsNews .fsThumbnail {
  display: block;
  margin-bottom: 0.66667em;
}
.fsNews .fsThumbnail img {
  display: block;
}
.fsNews .fsTitle a.fsNewsPostLink {
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.fsNews .fsTitle a.fsNewsPostLink:hover {
  color: #e5af0b;
}
.fsNews .fsAuthor {
  font-size: 14px;
}
.fsNews .fsDateTime {
  font-size: 14px;
}
.fsNews .fsSummary {
  color: #707070;
  font-size: 14px;
  line-height: 18px;
  margin-top: 5px;
}

.fsNews.fsGrid .fsListItems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px;
}
.fsNews.fsGrid article {
  background-repeat: no-repeat;
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 50%;
  }
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 33.33%;
  }
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 33.33%;
  }
}
@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 25%;
  }
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 33.33%;
  }
}
@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 20%;
  }
}
.no-flexbox .fsNews.fsGrid .fsListItems {
  margin: 0 -15px;
  zoom: 1;
}
.no-flexbox .fsNews.fsGrid .fsListItems:after {
  display: table;
  clear: both;
  content: '';
}
.no-flexbox .fsNews.fsGrid .fsListItems article {
  margin: 0 0 20px;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 50%;
  }
}
.no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
  clear: both;
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 50%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 33.33%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 50%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 33.33%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 25%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 50%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 33.33%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 25%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 20%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
    clear: both;
  }
}

/*! _main.scss - src/sass/modules/search/ - main search import */
.fsSearch form.gsc-search-box-tools {
  margin-bottom: 0;
  overflow: hidden;
  font-size: inherit;
}
.fsSearch form.gsc-search-box-tools table {
  border: 0;
}
.fsSearch form.gsc-search-box-tools > table.gsc-search-box {
  margin-bottom: 0;
}
.fsSearch form.gsc-search-box-tools td.gsib_a {
  padding: 0;
}
.fsSearch form.gsc-search-box-tools td.gsib_b {
  display: none !important;
}
.fsSearch form.gsc-search-box-tools table.gsc-branding {
  display: none;
}

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.search-container {
  display: block;
  background: #004070;
  width: 100%;
  height: 50px;
  zoom: 1;
  border: 1px solid #fff;
  margin-bottom: 30px;
}
.search-container:after {
  display: table;
  clear: both;
  content: '';
}
@media (min-width: 700px) {
  .search-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 30%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 20px;
  }
}
@media (min-width: 900px) {
  .search-container {
    width: calc(30% - 20px);
    margin-left: 20px;
    margin-top: 15px;
  }
}
.search-container input[type="text"] {
  display: block;
  float: left;
  border: 0;
  padding: 0 0 0 18px;
  margin: 0;
  height: 48px;
  width: calc(100% - 40px);
  background: none;
  line-height: 1em;
  font-size: 16px;
  color: #fff;
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
}
.search-container input[type="text"]:focus {
  outline: none;
  background: #00497f;
}
.search-container button {
  display: block;
  float: left;
  height: 48px;
  width: 40px;
  color: #fff;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 18px;
  background: #fff;
}
.search-container button:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #004070;
}
.search-container button:hover:after {
  color: #007c2e;
}

/*! _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 #404040;
}
.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: #404040;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 15px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, 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: #404040;
  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: 15px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  -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: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 15px;
}
.fsSearchResults .gsc-results, .fsSearchFieldWithResults .gsc-results {
  width: 100%;
}
.fsSearchResults .gsc-webResult .gsc-result, .fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px;
}
.fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
  color: #404040;
}
.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: #005596;
}
.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: #005596 !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: #e5af0b !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: 15px;
}
.fsSearchResults .gsc-results .gsc-cursor-box, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0;
}

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

.fsFacebookList, .fsFacebookList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsFacebookList li {
  margin: 0;
  padding: 0;
}
.fsFacebookList .fsFacebookListItem {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf;
}

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

.fsFacebookFollow {
  margin-top: 20px;
}

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

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

.fsVimeoList, .fsVimeoList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsVimeoList li {
  margin: 0;
  padding: 0;
}
.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  -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 {
  position: relative;
  width: 280px;
  max-width: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding-top: 15px;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: left;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  padding: 10px 30px 10px 20px;
  line-height: 18px;
  background: #e5af0b;
}
.vimeo_view_link a:before {
  display: block;
  content: '';
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #da9307;
}
.vimeo_view_link a:after {
  text-align: center;
  color: #fff;
  font-size: 14px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 9px;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  text-align: right;
}
.vimeo_view_link a:hover {
  color: #fff;
  font-weight: 600;
  background-color: #da9307;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}
.vimeo_view_link a:hover:after {
  text-align: right;
  animation: button-slide 1s;
  -webkit-animation: button-slide 1s;
  -webkit-backface-visibility: hidden;
  position: absolute;
}
.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 {
  position: relative;
  width: 280px;
  max-width: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding-top: 15px;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: left;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  padding: 10px 30px 10px 20px;
  line-height: 18px;
  background: #e5af0b;
}
.Youtube_view_link a:before {
  display: block;
  content: '';
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #da9307;
}
.Youtube_view_link a:after {
  text-align: center;
  color: #fff;
  font-size: 14px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 9px;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  text-align: right;
}
.Youtube_view_link a:hover {
  color: #fff;
  font-weight: 600;
  background-color: #da9307;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}
.Youtube_view_link a:hover:after {
  text-align: right;
  animation: button-slide 1s;
  -webkit-animation: button-slide 1s;
  -webkit-backface-visibility: hidden;
  position: absolute;
}
.Youtube_view_link a em {
  display: block;
  font-style: normal;
}

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}
.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}
@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}
.fsTabs .fsTabsNav li {
  margin-right: 2px;
}
.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 16px;
  margin-bottom: 2px;
  display: block;
  font-size: 20px;
  padding: 5px 10px;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 15px;
  font-weight: 700;
  background: #005596;
  color: #fff;
}
.fsTabs .fsTabsNav li a:hover {
  background: #004070;
  color: #fff;
}
.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #046ebf;
  color: #fff;
}
.fsTabs .fsPanel > .fsElementContent {
  padding: 20px 0 0 0;
}

.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) #fsPageBodyWrapper {
  padding: 0;
  margin: 0;
}
.home:not(.fsComposeMode) #fsPageBody {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.home:not(.fsComposeMode) #fsPageContent {
  max-width: 100%;
  padding: 0;
  margin: 0;
  background: url("/uploaded/images/home/fixed-bg.jpg") 0 0 fixed no-repeat;
  background-size: cover;
}
.home:not(.fsComposeMode) .fsLayout {
  margin-right: 0px;
  margin-left: 0px;
}
.home:not(.fsComposeMode) .fsLayout .fsDiv {
  padding: 0;
  margin-bottom: 0;
}
.home:not(.fsComposeMode) .fsMedia > .fsElementContent {
  margin: 0;
}
.home:not(.fsComposeMode) .main-slideshow {
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  background: none;
  max-height: 100vh;
  height: 250px;
}
@media (min-width: 700px) {
  .home:not(.fsComposeMode) .main-slideshow {
    height: 720px;
  }
}
.home:not(.fsComposeMode) .main-slideshow .fsMediaContainer {
  padding: 0 !important;
  background: #000;
  position: relative;
}
.home:not(.fsComposeMode) .main-slideshow .fsMediaContainer article {
  width: 100%;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  background-size: auto 250px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  max-height: 100vh !important;
  height: 250px;
}
@media (min-width: 700px) {
  .home:not(.fsComposeMode) .main-slideshow .fsMediaContainer article {
    background-size: cover;
    position: relative;
    height: 720px;
  }
}
@media (min-width: 900px) {
  .home:not(.fsComposeMode) .main-slideshow .fsMediaContainer article:before {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(top, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.2) 100%);
  }
}
.home:not(.fsComposeMode) .main-slideshow .fsMediaContainer article .caption-wrapper {
  padding: 0;
  background: none;
  display: none;
}
@media (min-width: 900px) {
  .home:not(.fsComposeMode) .main-slideshow .fsMediaContainer article .caption-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 100%;
    width: 1180px;
    max-width: 100%;
  }
}
.home:not(.fsComposeMode) .main-slideshow .fsMediaContainer article .caption {
  color: #fff;
  height: 82px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: normal;
}
@media (min-width: 700px) {
  .home:not(.fsComposeMode) .main-slideshow .fsMediaContainer article .caption {
    bottom: 60px;
    right: 20px;
    width: 45%;
    max-width: 479px;
    text-align: right;
    height: auto;
  }
}
.home:not(.fsComposeMode) .main-slideshow .fsMediaContainer article .caption p {
  margin: 0;
}
.home:not(.fsComposeMode) .main-slideshow .slick-next {
  right: -40px;
}
.home:not(.fsComposeMode) .main-slideshow .slick-next:hover:before {
  color: #005596;
}
.home:not(.fsComposeMode) .main-slideshow .slick-prev {
  left: -40px;
}
.home:not(.fsComposeMode) .main-slideshow .slick-prev:hover:before {
  color: #005596;
}
.home:not(.fsComposeMode) .news-cal-container {
  background: #e9f0f5;
}
.home:not(.fsComposeMode) .news-cal-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  zoom: 1;
}
.home:not(.fsComposeMode) .news-cal-container > .fsElementContent:after {
  display: table;
  clear: both;
  content: '';
}
.home:not(.fsComposeMode) .news-cal-container .fsNews {
  padding: 40px 20px;
  background: #fff;
}
@media (min-width: 700px) {
  .home:not(.fsComposeMode) .news-cal-container .fsNews {
    float: left;
    margin-top: -150px;
    width: calc(50% - 20px);
    padding: 20px 20px 100px;
    margin-left: 20px;
    position: relative;
  }
  .home:not(.fsComposeMode) .news-cal-container .fsNews:after {
    display: block;
    content: '';
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100px;
    top: 100%;
    left: 0;
  }
}
@media (min-width: 900px) {
  .home:not(.fsComposeMode) .news-cal-container .fsNews {
    width: calc(35% - 20px);
    margin-left: 20px;
  }
}
@media (min-width: 1400px) {
  .home:not(.fsComposeMode) .news-cal-container .fsNews {
    width: 30%;
    margin-left: 0;
  }
}
.home:not(.fsComposeMode) .news-cal-container .fsNews footer {
  text-align: center;
}
.home:not(.fsComposeMode) .news-cal-container .fsNews article .fsTitle a {
  color: #404040;
}
.home:not(.fsComposeMode) .news-cal-container .fsNews article .fsTitle a:hover {
  color: #004070;
}
.home:not(.fsComposeMode) .news-cal-container .fsCalendar {
  padding: 40px 20px;
}
@media (min-width: 700px) {
  .home:not(.fsComposeMode) .news-cal-container .fsCalendar {
    float: left;
    width: 50%;
  }
}
@media (min-width: 900px) {
  .home:not(.fsComposeMode) .news-cal-container .fsCalendar {
    width: 65%;
  }
}
@media (min-width: 1400px) {
  .home:not(.fsComposeMode) .news-cal-container .fsCalendar {
    width: 70%;
  }
}
.home:not(.fsComposeMode) .news-cal-container .fsCalendar .fsPager {
  display: none !important;
}
.home:not(.fsComposeMode) .news-cal-container .fsCalendar article {
  padding: 20px 0 0 0;
  text-align: center;
}
.home:not(.fsComposeMode) .news-cal-container .fsCalendar .fsDate {
  height: 95px;
  width: 95px;
  position: relative;
  display: block;
  top: auto;
  left: auto;
  margin: 0 auto 30px;
}
.home:not(.fsComposeMode) .news-cal-container .fsCalendar .fsDate:before {
  display: block;
  content: '';
  height: 95px;
  width: 95px;
  border-radius: 5px;
  background: #005596;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.home:not(.fsComposeMode) .news-cal-container .fsCalendar .fsDate .fsMonth,
.home:not(.fsComposeMode) .news-cal-container .fsCalendar .fsDate .fsDay {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: none;
  color: #fff;
  z-index: 300;
}
.home:not(.fsComposeMode) .news-cal-container .fsCalendar .fsDate .fsMonth {
  font-size: 13px;
  top: 14px;
}
.home:not(.fsComposeMode) .news-cal-container .fsCalendar .fsDate .fsDay {
  font-size: 30px;
  font-weight: 700;
  top: 34px;
}
.home:not(.fsComposeMode) .news-cal-container footer {
  text-align: center;
}
.home:not(.fsComposeMode) .callouts-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (min-width: 700px) {
  .home:not(.fsComposeMode) .callouts-container > .fsElementContent {
    padding-top: 150px;
    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;
    height: 1000px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.home:not(.fsComposeMode) .callouts-container > .fsElementContent > .fsElement {
  padding: 20px;
  text-align: center;
  background: #fff;
  margin: 0 20px 40px;
  font-size: 17px;
}
@media (min-width: 700px) {
  .home:not(.fsComposeMode) .callouts-container > .fsElementContent > .fsElement {
    width: calc(50% - 20px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 20px 25px 0;
    margin: 0 10px 40px;
  }
}
@media (min-width: 900px) {
  .home:not(.fsComposeMode) .callouts-container > .fsElementContent > .fsElement:nth-child(3) {
    margin-top: 100px;
  }
}
.home:not(.fsComposeMode) .featured-video {
  position: relative;
}
.home:not(.fsComposeMode) .featured-video > header {
  width: 100%;
  z-index: 300;
  text-align: center;
  width: 580px;
  max-width: 100%;
  font-size: 18px;
  line-height: 25px;
  background: #fff;
  padding: 20px;
}
.home:not(.fsComposeMode) .featured-video.active > header {
  display: none;
}
@media (min-width: 700px) {
  .home:not(.fsComposeMode) .featured-video > header {
    color: #fff;
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: none;
    font-size: 20px;
    line-height: 27px;
  }
}
@media (min-width: 900px) {
  .home:not(.fsComposeMode) .featured-video > header {
    top: 60px;
  }
}
@media (min-width: 700px) {
  .home:not(.fsComposeMode) .featured-video > header .fsElementTitle {
    color: #fff !important;
    margin-bottom: 30px;
  }
  .home:not(.fsComposeMode) .featured-video > header .fsElementTitle:after {
    background: #fff !important;
  }
}
.home:not(.fsComposeMode) .featured-video .fsMediaControlsTop {
  display: none;
}
.home:not(.fsComposeMode) .featured-video .fsMediaPlayOverlay {
  background: none;
}
.home:not(.fsComposeMode) .featured-video .fsMediaPlayOverlay:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 80px;
  color: #fff;
  border-radius: 0;
  background: none;
  border: 0;
  box-shadow: none;
}
.home:not(.fsComposeMode) .featured-video .fsMediaPlayOverlay:after {
  display: none;
}

.home:not(.fsComposeMode) .news-cal-container .fsNews .fsElementTitle, .home:not(.fsComposeMode) .news-cal-container .fsCalendar .fsElementTitle, .home:not(.fsComposeMode) .callouts-container > .fsElementContent > .fsElement .fsElementTitle, .home:not(.fsComposeMode) .featured-video > header .fsElementTitle, .faq-container > header .fsElementTitle {
  color: #005596;
  padding: 0 0 20px 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 25px;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
}
.home:not(.fsComposeMode) .news-cal-container .fsNews .fsElementTitle:after, .home:not(.fsComposeMode) .news-cal-container .fsCalendar .fsElementTitle:after, .home:not(.fsComposeMode) .callouts-container > .fsElementContent > .fsElement .fsElementTitle:after, .home:not(.fsComposeMode) .featured-video > header .fsElementTitle:after, .faq-container > header .fsElementTitle:after {
  display: block;
  height: 1px;
  content: '';
  background: #007c2e;
  width: 60px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.faq-container {
  background: #007c2e;
  position: relative;
  padding: 50px 20px 20px;
}
@media (min-width: 1180px) {
  .faq-container {
    padding: 50px 0 20px;
  }
}
.faq-container:before, .faq-container:after {
  display: block;
  content: '';
  height: 50%;
  width: 200%;
  background: #007c2e;
  position: absolute;
  -webkit-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
  z-index: 0;
}
.faq-container:before {
  top: 0;
  right: 0;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}
.faq-container:after {
  bottom: 0;
  right: 0;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.faq-container > header {
  text-align: center;
}
.faq-container > header .fsElementTitle {
  color: #fff;
}
.faq-container > header .fsElementTitle:after {
  background: #fff;
}
.faq-container > .fsElementContent {
  z-index: 1;
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  padding-top: 40px;
  padding-bottom: 40px;
  zoom: 1;
  text-align: center;
}
.faq-container > .fsElementContent:after {
  display: table;
  clear: both;
  content: '';
}
@media (min-width: 700px) {
  .faq-container > .fsElementContent {
    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;
  }
}

/* entire container, keeps perspective */
.flip-card {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  width: calc(100% - 40px);
  height: 280px;
  margin: 0 20px 20px 20px;
  /* front pane, placed above back */
  /* back, initially hidden pane */
}
@media (min-width: 700px) {
  .flip-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: calc(50% - 20px);
    margin: 0 20px 20px 0;
  }
}
@media (min-width: 900px) {
  .flip-card {
    width: calc(33.33% - 40px);
  }
}
.flip-card:last-child {
  margin-right: 0;
}
.flip-card.active .flip-inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flip-card .flip-inner {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
.flip-card header, .flip-card footer {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.flip-card header strong, .flip-card footer strong {
  font-size: 25px;
}
.flip-card header {
  z-index: 2;
  /* for firefox 31 */
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  background: #007c2e;
  border: 2px solid white;
  height: 280px;
  width: 100%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  padding-top: 40px;
}
.flip-card header:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 25px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.flip-card header:hover {
  background: rgba(255, 255, 255, 0.1);
}
.flip-card header:hover:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.flip-card footer {
  background: #fff;
  color: #004070;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  height: 280px;
  width: 100%;
  padding-top: 40px;
}
.flip-card footer:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 20px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.flip-card footer:hover:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.flip-card.ie11 .flip-inner,
.flip-card.ie11.active .flip-inner,
.flip-card.ie11 header,
.flip-card.ie11 footer {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.flip-card.ie11 header,
.flip-card.ie11:hover header {
  display: block;
}

.flip-card.ie11.active header {
  display: none;
}

.flip-card.ie11 footer,
.flip-card.ie11:hover footer {
  display: none;
}

.flip-card.ie11.active footer {
  display: block;
}

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

.portal:not(.fsComposeMode) .portal-news .fsPrevButton::before, .portal:not(.fsComposeMode) .portal-student-announcements .fsPrevButton::before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: "IcoMoon";
  font-size: 60px;
  color: #dedede;
}
.portal:not(.fsComposeMode) .portal-news .fsNextButton::before, .portal:not(.fsComposeMode) .portal-student-announcements .fsNextButton::before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: "IcoMoon";
  font-size: 60px;
  color: #dedede;
}
.portal:not(.fsComposeMode) .portal-news .fsPager, .portal:not(.fsComposeMode) .portal-student-announcements .fsPager {
  padding-top: 20px;
}
.portal:not(.fsComposeMode) .portal-news .fsPager li button:before, .portal:not(.fsComposeMode) .portal-student-announcements .fsPager li button:before {
  color: #dedede;
}
.portal:not(.fsComposeMode) .portal-news .fsPager li.slick-active button:before, .portal:not(.fsComposeMode) .portal-student-announcements .fsPager li.slick-active button:before {
  color: #dedede;
}

#fsAccountBar {
  background: #182f50;
  color: #fff;
  font-size: 15px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  height: 40px;
}
#fsAccountBar > ul > li {
  height: 40px;
  padding: 10px 12px 8px;
}
#fsAccountBar a {
  color: #fff;
  font-size: 15px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
#fsAccountBar a:hover {
  color: #e5af0b;
}
#fsAccountBar .fsAccountBarAvatar {
  height: 40px;
}
#fsAccountBar .fsAccountBarMenu a {
  color: #404040;
  font-size: 15px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
#fsAccountBar .fsAccountBarMenu a:hover {
  color: #e5af0b;
}

.portal a.files:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: "IcoMoon";
  position: relative;
  display: inline;
  font-size: 14px;
  margin-right: 5px;
}
.portal a.pops:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: "IcoMoon";
  position: relative;
  display: inline;
  font-size: 14px;
  margin-right: 5px;
}
.portal #fsBannerLeft .fsCalendar.fsList article {
  padding-left: 0px;
  font-size: 16px;
}
.portal #fsBannerLeft .fsCalendar.fsList .fsDate {
  position: relative;
  top: 0;
  background: none;
  color: initial;
  width: auto;
  height: auto;
  text-align: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #005596;
}
.portal #fsBannerLeft .fsCalendar.fsList .fsDate span {
  display: inline;
}
.portal #fsBannerLeft .fsCalendar.fsList .fsDescription p {
  margin-bottom: 2px;
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) #fsPageBody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .portal:not(.fsComposeMode) #fsBannerLeft {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .portal:not(.fsComposeMode) #fsPageContent {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.portal:not(.fsComposeMode) .portal-hero {
  height: 310px;
  position: relative;
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-hero {
    height: 200px;
  }
}
.portal:not(.fsComposeMode) .portal-hero header {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
  position: absolute;
  right: 0;
  bottom: 40px;
  margin-bottom: 0px;
  text-align: right;
  color: #fff;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 62px;
}
@media (max-width: 1200px) {
  .portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
    padding: 0 20px;
  }
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
    font-size: 42px;
    left: 0;
    text-align: center;
  }
}
.portal:not(.fsComposeMode) #fsPageBodyWrapper header h2.fsElementTitle {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
  color: #162f50;
}
.portal:not(.fsComposeMode) #fsPageBodyWrapper .portal-rsrc > .fsElementContent > .fsElement {
  margin-bottom: 30px;
}
.portal:not(.fsComposeMode) #fsPageBodyWrapper .portal-rsrc > .fsElementContent > .fsElement > header h2.fsElementTitle {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #404040;
  text-transform: none;
}
.portal:not(.fsComposeMode) .portal-news {
  position: relative;
}
.portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent {
    position: absolute;
    right: 0;
    top: 10px;
    margin-bottom: 0px;
  }
}
.portal:not(.fsComposeMode) .portal-news a.fsThumbnail {
  width: 300px;
  height: 240px;
  margin-right: 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 599px) {
  .portal:not(.fsComposeMode) .portal-news a.fsThumbnail {
    display: block;
    float: none;
  }
}
.portal:not(.fsComposeMode) .portal-news a.fsThumbnail img {
  display: none;
}
.portal:not(.fsComposeMode) .portal-news .fsTitle a.fsNewsPostLink {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 600;
  color: #162f50;
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.portal:not(.fsComposeMode) .portal-news .fsTitle a.fsNewsPostLink:hover {
  color: #e5af0b;
}
.portal:not(.fsComposeMode) .portal-news .fsDateTime {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #404040;
}
.portal:not(.fsComposeMode) .portal-news .fsSummary {
  font-size: 15px;
  color: #404040;
  line-height: 22px;
}
.portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink {
  display: inline-block;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  background: #c83eab;
  padding: 8px 15px;
}
.portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink:hover {
  background: #149bc7;
}
.portal:not(.fsComposeMode) .portal-news article {
  max-width: 100%;
  border: 0px;
}
@media (max-width: 480px) {
  .portal:not(.fsComposeMode) .portal-news article {
    padding: 0px !important;
  }
}
.portal:not(.fsComposeMode) .portal-cal {
  margin-bottom: 55px;
  position: relative;
}
@media (min-width: 600px) {
  .portal:not(.fsComposeMode) .portal-cal .fsElementControls {
    position: absolute;
    right: 0;
    top: 12px;
  }
}
.portal:not(.fsComposeMode) .portal-cal > .fsElementContent > .fsListItems {
  border: 1px solid #ebebeb;
  padding: 40px 15px 20px;
}
.portal:not(.fsComposeMode) .portal-cal .fsDayContainer {
  display: inline;
}
.portal:not(.fsComposeMode) .portal-cal article {
  width: 25%;
  display: inline-block;
  margin-left: -2px;
  margin-right: -2px;
  padding-left: 0px;
  text-align: center;
  padding: 0 10px;
  vertical-align: top;
  border: 0;
}
@media (max-width: 599px) {
  .portal:not(.fsComposeMode) .portal-cal article {
    width: 100%;
    margin-bottom: 40px;
  }
}
.portal:not(.fsComposeMode) .portal-cal article .fsDate {
  position: relative;
  top: initial;
  width: 135px;
  height: 135px;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  background: #149bc7;
  color: #fff;
  padding-top: 22px;
  margin-bottom: 30px;
}
.portal:not(.fsComposeMode) .portal-cal article .fsDate .fsDay {
  font-size: 56px;
  font-weight: 400;
  line-height: 1em;
  display: block;
}
.portal:not(.fsComposeMode) .portal-cal article .fsDate .fsMonth {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  display: block;
}
.portal:not(.fsComposeMode) .portal-cal article .fsTitle {
  font-weight: bold;
  font-size: 20px;
  color: #162f50;
  line-height: 1em;
  margin-bottom: 5px;
}
.portal:not(.fsComposeMode) .portal-cal article .fsTitle a.fsCalendarEventLink {
  color: #162f50;
}
.portal:not(.fsComposeMode) .portal-cal article .fsTitle a.fsCalendarEventLink:hover {
  color: #e5af0b;
}
.portal:not(.fsComposeMode) .portal-cal article .fsEventDetails {
  font-weight: 400;
  font-size: 15px;
  color: #424242;
}
.portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsTimeRange:before,
.portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsAllDay:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: "IcoMoon";
  font-size: 15px;
  color: #c83eab;
  margin-right: 2px;
  position: relative;
}
.portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsLocation:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: "IcoMoon";
  font-size: 15px;
  color: #c83eab;
  margin-right: 5px;
  position: relative;
}
.portal:not(.fsComposeMode) .portal-cal .fsElementFooterContent {
  text-align: center;
}
.portal:not(.fsComposeMode) .portal-directory-search {
  border-bottom: 0px;
}
.portal:not(.fsComposeMode) .portal-directory-search form label {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 15px;
  color: #005596;
  display: block;
}
.portal:not(.fsComposeMode) .portal-directory-search form label > span {
  display: inline-block;
  min-width: 100px;
  text-align: right;
}
.portal:not(.fsComposeMode) .portal-directory-search form label > input,
.portal:not(.fsComposeMode) .portal-directory-search form label > select {
  display: inline-block;
  max-width: 190px;
  height: 30px;
  padding: 2px;
  margin-left: 10px;
}
.portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  background: #c83eab;
  padding: 8px 15px;
  min-width: 190px;
  margin-left: 125px;
  -webkit-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton:hover {
  background: #149bc7;
}
.portal:not(.fsComposeMode) .portal-directory .fsElementPagination {
  text-align: center;
}
.portal:not(.fsComposeMode) .portal-directory .fsConstituentColumnLayout_3 {
  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;
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentColumnLayout_3 {
    max-width: 600px;
    margin: 0 auto;
  }
}
.portal:not(.fsComposeMode) .portal-directory .fsPhoto {
  width: 280px;
  height: 215px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 15px !important;
}
.portal:not(.fsComposeMode) .portal-directory .fsPhoto img {
  display: none;
}
.portal:not(.fsComposeMode) .portal-directory .fsConstituentItem {
  background: none;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #005596;
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem {
    max-width: 280px;
    display: block;
    float: none;
  }
}
@media (max-width: 599px) {
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem {
    margin: 0 auto;
  }
}
.portal:not(.fsComposeMode) .portal-directory .fsConstituentItem strong {
  font-weight: 600;
}
.portal:not(.fsComposeMode) .portal-directory .fsConstituentItem > div {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
}
.portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsFullName {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 600;
  font-size: 24px;
  padding-left: 0px;
  padding-right: 0px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsFullName a {
  color: #162f50;
}
.portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsFullName a:hover {
  color: #e5af0b;
}
.portal:not(.fsComposeMode) #fsBannerLeft > .fsBanner > .fsElement {
  margin-bottom: 70px;
}
.portal:not(.fsComposeMode) .portal-sub-nav, .portal:not(.fsComposeMode) .portal-sub-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.portal:not(.fsComposeMode) .portal-sub-nav li {
  margin: 0;
  padding: 0;
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-sub-nav {
    display: none;
  }
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-sub-nav > .fsElementContent {
    display: none;
  }
}
.portal-sub-nav.active-nav > .fsElementContent {
  display: block;
}
.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel1 {
  position: relative;
}
.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel1 > li > a {
  padding: 0.66667em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
}
.portal:not(.fsComposeMode) .portal-sub-nav li.fsNavCurrentPage > a,
.portal:not(.fsComposeMode) .portal-sub-nav li.fsNavCurrentPageAncestor > a {
  color: #004070;
}
.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel2 > li > a {
  padding: 0.66667em 1.33333em;
  display: block;
}
.portal:not(.fsComposeMode) .portal-sub-nav > header {
  display: block;
}
@media (min-width: 800px) {
  .portal:not(.fsComposeMode) .portal-sub-nav > header {
    display: none;
  }
}
@media (min-width: 800px) {
  .portal:not(.fsComposeMode) .portal-sub-nav > header {
    display: block;
  }
}
.portal:not(.fsComposeMode) .portal-sub-nav > header a {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 600;
  font-size: 15px;
  display: block;
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 8px;
}
.portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle {
  position: relative;
  margin: 0;
  padding: 20px;
  cursor: pointer;
  background: #004070;
  color: #fff;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 800px) {
  .portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle {
    cursor: default;
  }
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle:after {
    -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) {
  .portal-sub-nav.active-nav > header > .fsElementTitle:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}
.portal:not(.fsComposeMode) .portal-sub-mobile {
  display: block;
  max-height: 40px;
  overflow: hidden;
  height: 40px;
  -webkit-transition: max-height 0.15s linear;
  transition: max-height 0.15s linear;
  padding: 0px 20px 20px;
  background: #4c4c4c;
}
.portal:not(.fsComposeMode) .portal-sub-mobile a {
  color: #fff !important;
}
.portal:not(.fsComposeMode) .portal-sub-mobile header,
.portal:not(.fsComposeMode) .portal-sub-mobile > .fsElementContent {
  max-width: 480px;
  margin: 0 auto;
  display: block !important;
}
@media (min-width: 800px) {
  .portal:not(.fsComposeMode) .portal-sub-mobile {
    display: none;
  }
}
.portal:not(.fsComposeMode) .portal-sub-mobile.active {
  height: auto;
  max-height: 900px;
}
.portal:not(.fsComposeMode) .portal-sub-mobile .fsNavLevel1 > li > a {
  border-bottom: 1px solid #b7b7b7;
}
.portal:not(.fsComposeMode) .portal-sub-mobile .sub-trigger {
  height: 40px;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
}
.portal:not(.fsComposeMode) .rsrc-box ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
}
.portal:not(.fsComposeMode) .rsrc-box ul li {
  display: block;
}
.portal:not(.fsComposeMode) .rsrc-box.qls ul li {
  display: inline-block;
  max-width: 50px;
  margin-right: 5px;
}
.portal:not(.fsComposeMode) .portal-student-announcements {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 50px;
  width: 100%;
}
.portal:not(.fsComposeMode) .portal-student-announcements header {
  text-align: center;
}
.portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow {
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article {
  color: #6c6c6c;
  font-size: 15px;
  max-width: 100%;
  border: 0px;
}
@media (min-width: 600px) {
  .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article {
    padding-left: 30px;
  }
  .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
.portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article .fsTitle > a {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #162f50;
}
.portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article .fsTitle > a:hover {
  color: #e5af0b;
}
.portal:not(.fsComposeMode) .portal-photos {
  background: #d0d6dc;
  text-align: center;
  padding: 30px 0 55px;
}
.portal:not(.fsComposeMode) .portal-photos header h2.fsElementTitle {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
}
.portal:not(.fsComposeMode) .portal-photos ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.portal:not(.fsComposeMode) .portal-photos ul li {
  display: inline-block;
  width: 20%;
  margin-left: -2px;
  margin-right: -2px;
  padding: 0 4px;
}
@media (max-width: 599px) {
  .portal:not(.fsComposeMode) .portal-photos ul li {
    width: 33.33%;
  }
}
@media (max-width: 480px) {
  .portal:not(.fsComposeMode) .portal-photos ul li {
    width: 50%;
  }
}
@media (max-width: 320px) {
  .portal:not(.fsComposeMode) .portal-photos ul li {
    width: 100%;
  }
}

.billboard {
  margin: 0px;
  color: #ffffff;
  height: 100%;
  background: #003479 url("/uploaded/billboard/billboard-bg2.jpg") 50% 0 no-repeat;
  background-size: cover;
}
.billboard #fsPageBodyWrapper {
  padding: 0;
  margin: 0;
  background: none;
  height: 100%;
}
.billboard #fsPageBody {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.billboard #fsPageContent {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.billboard h1, .billboard h2, .billboard h3, .billboard h4, .billboard h5, .billboard h6 {
  color: #f8d466;
  font-weight: bold;
  line-height: 1.2em;
}
.billboard .billboard-top {
  background: #fff;
}
.billboard .billboard-top > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  position: relative;
}
.billboard .billboard-top .bb-date-container #billboard-date {
  color: #d2bc6e;
  font-size: 44px;
  padding: 12px 0 12px 0;
  font-weight: bold;
}
.billboard .billboard-top .bb-logo {
  width: 404px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 20px;
  background: #fff;
  box-shadow: 4px 4px 15px rgba(51, 51, 51, 0.5);
}
.billboard .billboard-top .bb-logo img {
  width: 100%;
}
.billboard .fsTwoColumnLayout {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
}
.billboard .fsTwoColumnLayout > .fsDiv {
  padding-top: 30px;
  width: 60%;
}
.billboard .fsTwoColumnLayout > .fsDiv:first-child {
  padding-left: 0;
  padding-right: 20px;
}
.billboard .fsTwoColumnLayout > .fsDiv:last-child {
  padding: 70px 0 0 20px;
  text-align: center;
  width: 40%;
}
.billboard .fsCalendar article {
  padding: 0;
}
.billboard .fsCalendar .fsELementTitle {
  text-transform: uppercase;
  font-weight: bold;
}
.billboard .fsCalendar .fsTitle {
  color: #fff;
  font-size: 26px;
}
.billboard .fsCalendar .fsTitle a {
  color: #fff;
}
.billboard .fsCalendar .fsDate {
  position: static;
  width: auto;
  display: block;
  background: none;
  text-align: left;
}
.billboard .fsCalendar .fsDate span {
  text-transform: none;
  font-weight: bold;
  color: #dcc677;
  background: none;
  display: inline-block;
  font-size: 30px;
  padding: 0;
}
.billboard .galleria-image img {
  width: 100% !important;
  height: auto !important;
}
.billboard .billboard-quote {
  border: 2px solid #dcc677;
  border-radius: 20px;
  padding: 15px 25px;
}
.billboard .billboard-quote p {
  display: block;
  text-align: right;
  font-style: italic;
  font-weight: bold;
}
.billboard #fsPoweredByFinalsite {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.billboard h2 {
  font-size: 44px;
}
.billboard article {
  font-size: 200%;
}

.billboard:not(.fsDraftMode) #fsPageWrapper {
  height: 100%;
}

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.66667em;
  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: #404040;
  color: #404040;
}
.colors ol li:nth-of-type(1):after {
  content: "#404040";
}
.colors ol li:nth-of-type(2) {
  background: #004070;
  color: #004070;
}
.colors ol li:nth-of-type(2):after {
  content: "#004070";
}
.colors ol li:nth-of-type(3) {
  background: #005596;
  color: #005596;
}
.colors ol li:nth-of-type(3):after {
  content: "#005596";
}
.colors ol li:nth-of-type(4) {
  background: #046ebf;
  color: #046ebf;
}
.colors ol li:nth-of-type(4):after {
  content: "#046ebf";
}
.colors ol li:nth-of-type(5) {
  background: #8fcaf4;
  color: #8fcaf4;
}
.colors ol li:nth-of-type(5):after {
  content: "#8fcaf4";
}
.colors ol li:nth-of-type(6) {
  background: #c1d7e6;
  color: #c1d7e6;
}
.colors ol li:nth-of-type(6):after {
  content: "#c1d7e6";
}
.colors ol li:nth-of-type(7) {
  background: #cee0ec;
  color: #cee0ec;
}
.colors ol li:nth-of-type(7):after {
  content: "#cee0ec";
}
.colors ol li:nth-of-type(8) {
  background: #007c2e;
  color: #007c2e;
}
.colors ol li:nth-of-type(8):after {
  content: "#007c2e";
}
.colors ol li:nth-of-type(9) {
  background: #2f7b4b;
  color: #2f7b4b;
}
.colors ol li:nth-of-type(9):after {
  content: "#2f7b4b";
}
.colors ol li:nth-of-type(10) {
  background: #459967;
  color: #459967;
}
.colors ol li:nth-of-type(10):after {
  content: "#459967";
}
.colors ol li:nth-of-type(11) {
  background: #da9307;
  color: #da9307;
}
.colors ol li:nth-of-type(11):after {
  content: "#da9307";
}
.colors ol li:nth-of-type(12) {
  background: #e5af0b;
  color: #e5af0b;
}
.colors ol li:nth-of-type(12):after {
  content: "#e5af0b";
}
.colors ol li:nth-of-type(13) {
  background: #292929;
  color: #292929;
}
.colors ol li:nth-of-type(13):after {
  content: "#292929";
}
.colors ol li:nth-of-type(14) {
  background: #808080;
  color: #808080;
}
.colors ol li:nth-of-type(14):after {
  content: "#808080";
}

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

.headers h1:after {
  content: " size: 28px / line: 44px";
}
.headers h2:after {
  content: " size: 22px / line: 26px";
}
.headers h3:after {
  content: " size: 20px / line: 26px";
}
.headers h4:after {
  content: " size: 15px / line: 22px";
}
.headers h5:after {
  content: " size: 16px / line: 22px";
}
.headers h6:after {
  content: " size: 15px / line: 22px";
}

body:not(.fsComposeMode) .thermometer {
  position: relative;
  font-weight: bold;
}
body:not(.fsComposeMode) .thermometer .track {
  height: 300px;
  width: 100px;
  border: 0;
  position: relative;
  margin: 0 auto;
  background: #cee0ec;
  background: -webkit-linear-gradient(top, #8fcaf4 0%, #cee0ec 1px) 0 0;
  background: linear-gradient(to bottom, #8fcaf4 0%, #cee0ec 1px) 0 0;
  background-size: 100% 12.5%;
  box-shadow: inset 0 0 0 1px #8fcaf4;
}
body:not(.fsComposeMode) .thermometer .track .rule {
  position: absolute;
  left: -45%;
  top: 65px;
  overflow: visible;
  font-size: 0.8em;
}
body:not(.fsComposeMode) .thermometer .track .rule ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 265px;
}
body:not(.fsComposeMode) .thermometer .track .rule ul li {
  display: block;
  height: 44.8px;
  position: relative;
  padding: 0;
}
body:not(.fsComposeMode) .thermometer .track .rule ul li:after {
  content: '-';
  position: absolute;
  right: -11px;
  top: 0;
}
body:not(.fsComposeMode) .thermometer .amount {
  margin: 0;
  padding: 0;
  position: absolute;
  width: auto;
  min-width: 120px;
  text-align: center;
}
body:not(.fsComposeMode) .thermometer .goal {
  position: absolute;
  top: 0;
  left: 100%;
}
body:not(.fsComposeMode) .thermometer .goal .amount {
  left: -200px;
  color: #2f7b4b;
}
body:not(.fsComposeMode) .thermometer .progress {
  height: 0%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e5af0b;
  box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.25);
}
body:not(.fsComposeMode) .thermometer .progress .amount {
  left: -25px;
  padding-left: 25px;
  top: 10px;
  color: #ffffff;
}

@media print {
  .nav-main,
  .nav-sub,
  .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: 28px;
    line-height: 44px;
    margin-bottom: 16px;
  }

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

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

  dl dd {
    margin-left: 0;
  }

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

  thead {
    display: table-header-group;
  }

  tr, img, h2, h3, pre, blockquote {
    page-break-inside: avoid;
  }

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

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
}
