 /**
 *
 * St. Joseph School - build
 * @link http://stjosephsea.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: 73.75em;
  max-width: 73.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		.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;
}
.fsRosterName, .fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: normal;
  font-size: 1.1em;
}

h1,
.alpha {
  margin-top: 0;
  font-weight: 700;
  font-family: "roboto-condensed", sans-serif;
  font-size: 2.1875em;
  line-height: 1.14286em;
  margin-bottom: 0.57143em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #003e7e;
}

h2,
.beta {
  margin-top: 0;
  font-weight: 700;
  font-family: "roboto-condensed", sans-serif;
  font-size: 1.875em;
  line-height: 1.33333em;
  margin-bottom: 0.66667em;
  letter-spacing: .5px;
  color: #003e7e;
  text-transform: uppercase;
}

h3,
.gamma {
  margin-top: 0;
  font-weight: 700;
  font-family: "roboto-condensed", sans-serif;
  font-size: 1.375em;
  line-height: 1.31818em;
  margin-bottom: 0.90909em;
  letter-spacing: .5px;
  color: #003e7e;
  text-transform: uppercase;
}

h4,
.delta {
  margin-top: 0;
  font-weight: 700;
  font-family: "roboto-condensed", sans-serif;
  font-size: 1.375em;
  line-height: 1.13636em;
  margin-bottom: 0.68182em;
  color: #adaeb0;
  font-family: "roboto", sans-serif;
}

h5,
.epsilon {
  margin-top: 0;
  font-weight: 700;
  font-family: "roboto-condensed", sans-serif;
  font-size: 1.125em;
  line-height: 1.38889em;
  margin-bottom: 0.55556em;
  color: #606060;
  font-family: "roboto", sans-serif;
}

h6, blockquote em,
.fs_style_29 em, .fsNews .fsDateTime,
.zeta {
  margin-top: 0;
  font-weight: 700;
  font-family: "roboto-condensed", sans-serif;
  font-size: 0.875em;
  line-height: 1.78571em;
  margin-bottom: 0.71429em;
  color: #606060;
  text-transform: uppercase;
}

p {
  margin: 0 0 20px;
}

hr {
  margin: 0 auto 20px;
}

a {
  outline: 0;
  text-decoration: none;
  color: #4f7eaf;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}
a:hover {
  color: #003e7e;
}

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

table.styled,
table.fs_style_27,
table.fs_style_28 {
  margin-bottom: 1.25em;
  width: 100%;
}
table.styled th,
table.styled td,
table.fs_style_27 th,
table.fs_style_27 td,
table.fs_style_28 th,
table.fs_style_28 td {
  vertical-align: top;
  border-bottom: 1px solid #fff;
}
table.styled th,
table.fs_style_27 th,
table.fs_style_28 th {
  padding: 0.625em 1.25em;
  text-align: left;
  background: #003e7e;
  color: #fff;
  font-family: "roboto", sans-serif;
  font-weight: 700;
}
table.styled td,
table.fs_style_27 td,
table.fs_style_28 td {
  padding: 0.625em 1.25em;
  background: #eaeaea;
}
table.styled tr:nth-of-type(odd) td {
  background-color: #fbfbfb;
}
table.fs_style_27 tr:nth-of-type(odd) td {
  background-color: #fbfbfb;
}
table.fs_style_28 tr:nth-of-type(odd) td {
  background-color: #fbfbfb;
}

table.fs_style_28 tr:first-child > td {
  padding: 0.625em 1.25em;
  text-align: left;
  background: #003e7e;
  color: #fff;
  font-family: "roboto", sans-serif;
  font-weight: 700;
}

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

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

/*! content - buttons v0.0.1 */
.fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0;
  font-family: "roboto-condensed", sans-serif;
  padding: 13.33333px 20px;
  background: #606060;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: none;
}
.fsLoadMoreButton:hover {
  background: #535353;
  color: #fff;
}
.fsLoadMoreButton em {
  display: block;
  font-style: normal;
}
#fsBannerRight .fsLoadMoreButton {
  width: 100%;
}
#fsBannerLeft .fsLoadMoreButton {
  width: 100%;
}

.button, .backbutton {
  display: inline-block;
  border: 0;
  margin: 0;
  font-family: "roboto-condensed", sans-serif;
  padding: 13.33333px 20px;
  background: #003e7e;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}
.button:hover, .backbutton:hover {
  background: #003165;
  color: #fff;
}
.button em, .backbutton em {
  display: block;
  font-style: normal;
}
#fsBannerRight .button, #fsBannerRight .backbutton {
  width: 100%;
}
#fsBannerLeft .button, #fsBannerLeft .backbutton {
  width: 100%;
}

.fs_style_23 {
  display: inline-block;
  border: 0;
  margin: 0;
  font-family: "roboto-condensed", sans-serif;
  padding: 13.33333px 20px;
  background: #003e7e;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}
.fs_style_23:hover {
  background: #003165;
  color: #fff;
}
.fs_style_23 em {
  display: block;
  font-style: normal;
}
#fsBannerRight .fs_style_23 {
  width: 100%;
}
#fsBannerLeft .fs_style_23 {
  width: 100%;
}

.fs_style_25 {
  display: inline-block;
  border: 0;
  margin: 0;
  font-family: "roboto-condensed", sans-serif;
  padding: 13.33333px 20px;
  background: #4f7eaf;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}
.fs_style_25:hover {
  background: #47719d;
  color: #fff;
}
.fs_style_25 em {
  display: block;
  font-style: normal;
}
#fsBannerRight .fs_style_25 {
  width: 100%;
}
#fsBannerLeft .fs_style_25 {
  width: 100%;
}

.fs_style_26 {
  display: inline-block;
  border: 0;
  margin: 0;
  font-family: "roboto-condensed", sans-serif;
  padding: 13.33333px 20px;
  background: #adaeb0;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}
.fs_style_26:hover {
  background: #a0a1a3;
  color: #fff;
}
.fs_style_26 em {
  display: block;
  font-style: normal;
}
#fsBannerRight .fs_style_26 {
  width: 100%;
}
#fsBannerLeft .fs_style_26 {
  width: 100%;
}

/*! content - style manger v0.0.1 */
.lead-in,
.fs_style_30 {
  font-size: 1.125em;
  line-height: 1.55556em;
  color: #003e7e;
}

blockquote,
.fs_style_29 {
  position: relative;
  margin: 20px 0;
  text-align: center;
  padding: 60px 20px 50px;
  background: #eaeaea;
  font-size: 18px;
  line-height: 27px;
  color: #003e7e;
}
blockquote:before,
.fs_style_29:before {
  font-size: 18px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 20px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
blockquote:after,
.fs_style_29:after {
  font-size: 18px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 20px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
blockquote em,
.fs_style_29 em {
  display: block;
  font-family: "roboto-condensed", sans-serif;
  font-style: normal;
  margin-top: 15px;
  color: #606060;
  font-size: 14px;
  letter-spacing: 1px;
}

.callout {
  padding: 20px;
  background: #003e7e;
  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%;
  }
}

.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.slick-dots li {
  margin: 0 4px;
  line-height: 15px;
  font-size: 15px;
  display: inline-block;
}
.slick-dots li button {
  border: 0;
  padding: 0;
  background: rgba(63, 63, 63, 0.9);
  color: transparent;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  overflow: hidden;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.slick-dots li.slick-active button, .slick-dots li:hover button {
  background: #fff;
}

.slick-active {
  outline: none;
}

#fsPageContent .fsPageLayout img[style="float: left;"] {
  margin-right: 20px;
}
#fsPageContent .fsPageLayout img[style="float: right;"] {
  margin-left: 20px;
}

.backbutton {
  cursor: pointer;
  text-decoration: none;
  margin-top: 2em;
  padding: .3em .5em;
  background: #3f3f3f;
}
.backbutton:hover {
  text-decoration: none;
}
.backbutton:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  padding-right: .5em;
}

.fsSlideshow .fsElementSlideshow[data-arrows*="true"] {
  padding: 0;
}
@media (min-width: 700px) {
  .fsSlideshow .fsElementSlideshow[data-arrows*="true"] {
    padding: 0 calc(60px - 1em);
  }
}
@media (min-width: 1000px) {
  .fsSlideshow .fsElementSlideshow[data-arrows*="true"] {
    padding: 0 calc(45px - 1em);
  }
}

@media (max-width: 700px) {
  .fsSlideshow > .fsElementContent {
    padding-bottom: 55px;
  }
}

.fsSlideshow .fsNextButton,
.fsSlideshow .fsPrevButton {
  color: transparent;
  cursor: pointer;
  display: block;
  position: absolute;
  height: 45px !important;
  width: 25px !important;
  z-index: 200;
  overflow: hidden;
  position: absolute;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: auto;
  bottom: 0;
}
@media (min-width: 700px) {
  .fsSlideshow .fsNextButton,
  .fsSlideshow .fsPrevButton {
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
  }
}
.fsSlideshow .fsNextButton:before,
.fsSlideshow .fsPrevButton:before {
  text-align: center;
  color: #adaeb0;
  display: block;
  font-size: 90px;
  font-weight: normal;
  line-height: 1em;
  height: auto !important;
  width: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fsSlideshow .fsNextButton:hover:before,
.fsSlideshow .fsPrevButton:hover:before {
  color: #4f7eaf;
}

.fsSlideshow .fsNextButton {
  right: 25%;
}
@media (min-width: 700px) {
  .fsSlideshow .fsNextButton {
    right: 0;
  }
}

.fsSlideshow .fsPrevButton {
  left: 25%;
}
@media (min-width: 700px) {
  .fsSlideshow .fsPrevButton {
    left: 0;
  }
}

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

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

.callout-box {
  padding: 20px;
  background: #003e7e;
  color: #fff;
  margin: 0 0 20px;
}
.callout-box .fsElementTitle {
  color: #fff !important;
  font-size: 22px;
  text-transform: none;
}
.callout-box a {
  color: #fff;
}
.callout-box a:hover {
  color: #4f7eaf;
}

/*! structure - header v0.0.1 */
#fsHeader {
  padding: 0;
  background: #fff;
  border-bottom: 5px solid #003e7e;
}
@media (min-width: 700px) {
  #fsHeader {
    position: relative;
    height: 170px;
    border-bottom: none;
  }
}
@media (min-width: 1000px) {
  #fsHeader {
    height: 150px;
  }
}
@media (min-width: 1180px) {
  #fsHeader {
    height: 193px;
  }
}
@media (min-width: 700px) {
  #fsHeader .fsBanner {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
#fsHeader .fsBanner.fsStyleAutoclear {
  clear: none !important;
}
#fsHeader .fsBanner.fsStyleAutoclear:after {
  display: none !important;
}
@media (min-width: 700px) {
  #fsHeader .fsBanner .topsection {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1000px) {
  #fsHeader .fsBanner .topsection {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
  }
}
@media (min-width: 700px) {
  #fsHeader .fsBanner .topsection > .fsElementContent {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1180px) {
  #fsHeader .fsBanner .topsection > .fsElementContent {
    padding: 0;
  }
}
@media (min-width: 700px) {
  #fsHeader > .fsBanner {
    padding-top: 14px;
  }
}
#fsHeader .giving-button {
  float: right;
  display: none;
}
@media (min-width: 700px) {
  #fsHeader .giving-button {
    display: inline-block;
    margin-top: 10px;
  }
}
@media (min-width: 1000px) {
  #fsHeader .giving-button {
    margin-top: 22px;
  }
}
@media (min-width: 1180px) {
  #fsHeader .giving-button {
    margin-top: 40px;
  }
}
#fsHeader .giving-button a {
  display: inline-block;
  padding: 7px 12px;
  text-align: center;
  color: #fff;
  background: #003e7e;
  font-family: "roboto-condensed", sans-serif;
  margin: 0 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
}
#fsHeader .giving-button a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 10px;
}
#fsHeader .giving-button a:hover {
  background: #4f7eaf;
}
#fsHeader .site-info-container {
  width: 100%;
  padding: 50px 0 20px 0;
}
@media (min-width: 700px) {
  #fsHeader .site-info-container {
    padding: 0;
    position: relative;
    margin: 65px auto 15px;
    height: 90px;
    width: 419px;
  }
}
@media (min-width: 1000px) {
  #fsHeader .site-info-container {
    z-index: 9000;
    position: absolute;
    top: 0;
    left: 20px;
    margin: 0;
    width: 360px;
  }
}
@media (min-width: 1180px) {
  #fsHeader .site-info-container {
    width: 445px;
    left: 0;
  }
}
#fsHeader .site-info-container a.crest {
  color: transparent;
  display: block;
  width: 57px;
  height: 73px;
  background: url("../images/logo-crest.png") no-repeat 50% 0;
  background-size: cover;
  margin: 0 auto 15px;
}
@media (min-width: 700px) {
  #fsHeader .site-info-container a.crest {
    width: 70px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#fsHeader .site-info-container a.crest:hover {
  color: transparent;
}
@media (min-width: 1000px) {
  #fsHeader .site-info-container a.crest {
    width: 99px;
    height: 128px;
  }
}
@media (min-width: 1180px) {
  #fsHeader .site-info-container a.crest {
    width: 123px;
    height: 158px;
  }
}
#fsHeader .site-info-container a.text {
  color: transparent;
  display: block;
  width: 270px;
  height: 49px;
  background: url("../images/logo-text.png") no-repeat 0 0;
  background-size: cover;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 700px) {
  #fsHeader .site-info-container a.text {
    width: 337px;
    height: 62px;
    position: absolute;
    top: 14px;
    right: 0;
  }
}
@media (min-width: 1000px) {
  #fsHeader .site-info-container a.text {
    width: 248px;
    height: 46px;
    top: 20px;
  }
}
@media (min-width: 1180px) {
  #fsHeader .site-info-container a.text {
    width: 307px;
    height: 56px;
    top: 30px;
  }
}
#fsHeader .site-info-container a.text:hover {
  color: transparent;
}

/*! structure - footer v0.0.1 */
#fsFooter {
  padding: 30px 20px;
  text-align: center;
  color: #fff;
  background: url("../images/footer-bg.jpg") 50% 0 no-repeat;
  background-size: cover;
  min-height: 496px;
  border-top: 5px solid #adaeb0;
}
#fsFooter .fsBanner {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}
#fsFooter .footer-logo {
  margin-bottom: 30px;
  width: 100%;
  padding: 0;
}
@media (min-width: 700px) {
  #fsFooter .footer-logo {
    margin-bottom: 40px;
  }
}
#fsFooter .footer-logo img {
  max-width: 100%;
}

.school-details {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "roboto-condensed", sans-serif;
  font-weight: normal;
}
@media (min-width: 700px) {
  .school-details {
    margin-bottom: 40px;
  }
}
.school-details [itemprop='name'] {
  margin-top: 0;
  font-weight: 700;
  font-family: "roboto-condensed", sans-serif;
  font-size: 1.375em;
  line-height: 1.13636em;
  margin-bottom: 0.68182em;
}
@media (min-width: 700px) {
  .school-details [itemprop='address'] {
    line-height: 1em;
    display: inline-block;
  }
}
.school-details [itemprop='streetAddress'] {
  display: block;
}
@media (min-width: 700px) {
  .school-details [itemprop='streetAddress'] {
    line-height: 1em;
    display: inline-block;
    margin-right: 10px;
    padding-right: 13px;
    border-right: 1px solid #fff;
  }
}
@media (min-width: 700px) {
  .school-details [itemprop='addressRegion'] {
    line-height: 1em;
    display: inline-block;
    margin-right: 10px;
    padding-right: 13px;
    border-right: 1px solid #fff;
  }
}
.school-details [itemprop='postalCode'] {
  display: block;
}
@media (min-width: 700px) {
  .school-details [itemprop='postalCode'] {
    line-height: 1em;
    display: inline-block;
    margin-right: 10px;
    padding-right: 13px;
    border-right: 1px solid #fff;
  }
}
.school-details [itemprop='telephone'] {
  display: block;
}
@media (min-width: 700px) {
  .school-details [itemprop='telephone'] {
    line-height: 1em;
    display: inline-block;
    margin-right: 10px;
    padding-right: 13px;
    border-right: 1px solid #fff;
  }
}
.school-details [itemprop='fax'] {
  display: block;
}
@media (min-width: 700px) {
  .school-details [itemprop='fax'] {
    line-height: 1em;
    display: inline-block;
  }
}
.school-details a {
  color: inherit;
}

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

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

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

body {
  font-size: 1em;
  line-height: 1.5625;
  color: #606060;
}

body:not(.fsComposeMode).landing .landing-image {
  height: 180px;
  max-width: 100vw;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode).landing .landing-image {
    height: 239px;
  }
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode).landing .landing-image {
    height: 320px;
  }
}
@media (min-width: 1400px) {
  body:not(.fsComposeMode).landing .landing-image {
    height: 450px;
  }
}
body:not(.fsComposeMode).landing .landing-image > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  height: 100%;
  position: relative;
}
body:not(.fsComposeMode).landing .landing-image .fsPageTitle {
  padding: 20px;
  background: #003e7e;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  line-height: 1em;
  letter-spacing: .5px;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode).landing .landing-image .fsPageTitle {
    font-size: 30px;
    padding: 20px;
    background: rgba(0, 62, 126, 0.7);
  }
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode).landing .landing-image .fsPageTitle {
    text-align: left;
    bottom: 54px;
    left: auto;
    right: 0;
    width: 40%;
  }
}

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

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

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

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

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

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

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

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

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

@media (min-width: 700px) {
  .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-top: 30px;
  background-position: 50% 0;
  width: 100%;
}
@media (min-width: 700px) {
  #fsPoweredByFinalsite {
    margin-top: 40px;
  }
}
#fsPoweredByFinalsite a {
  display: block;
}

.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: block;
    background: #003e7e;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 120px;
    padding-right: 100px;
  }
}
@media (min-width: 1180px) {
  #fsHeader .nav-main {
    padding-left: 190px;
  }
}
.nav-main > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}
.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: 62.5em;
    max-width: 62.5rem;
    text-align: center;
    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;
  }
  .no-flexbox .nav-main .fsNavLevel1 {
    text-align: justify;
    font-size: 0.1px;
  }
  .no-flexbox .nav-main .fsNavLevel1 > li {
    display: inline-block;
  }
  .no-flexbox .nav-main .fsNavLevel1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}
.nav-main .fsNavLevel1 > li {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: 1em;
  letter-spacing: 1px;
  font-family: "roboto-condensed", sans-serif;
}
@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 {
  background: #4f7eaf;
}
.nav-main .fsNavLevel1 > li > a {
  padding: 12px 10px;
  color: #fff;
  display: block;
  position: relative;
}
.nav-main .fsNavLevel1 > li > a:after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: rgba(79, 126, 175, 0);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1180px) {
  .nav-main .fsNavLevel1 > li > a {
    padding: 18px 10px;
  }
}
.nav-main .fsNavLevel1 > .fsNavCurrentPage > a:after {
  background: #4f7eaf;
}
.nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
  background: #4f7eaf;
}

.nav-main .fsNavLevel1 > li {
  position: relative;
}
.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}
.nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px;
}
@media (max-width: 599px) {
  .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
  }
}
.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  z-index: 300;
}
.nav-main .fsNavPageInfo {
  background: rgba(255, 255, 255, 0.95);
  text-align: left;
  width: 580px;
}
.nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
  left: -65px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.nav-main .fsNavLevel1 > li:nth-last-child(2) .fsNavPageInfo {
  right: 0;
  left: auto;
  -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: 10px 20px;
  margin: 0;
  width: 100%;
  min-height: initial;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-column-rule: none;
  -moz-column-rule: none;
  column-rule: none;
}
.nav-main .fsNavLevel2 li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  border-bottom: 1px solid #e1e1e1;
  font-size: 16px;
  text-transform: none;
  font-family: "roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .5px;
}
.nav-main .fsNavLevel2 li:last-child {
  border-bottom: none;
}
.no-csscolumns .nav-main .fsNavLevel2 li {
  display: inline-block;
  float: left;
  width: 50%;
  vertical-align: top;
}
.nav-main .fsNavLevel2 a {
  padding: 0.625em 0 0.41667em;
  color: #003e7e;
  display: block;
}
.nav-main .fsNavLevel2 a:hover {
  color: #4f7eaf;
}

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

.drawer-trigger {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  height: 35px;
  width: 35px;
  background: #4f7eaf;
  position: relative;
  top: 5px;
  left: 20px;
  z-index: 9000;
}
@media (min-width: 700px) {
  .drawer-trigger {
    top: 14px;
  }
}
.drawer-trigger:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
}
.drawer-trigger:hover:before {
  color: #003e7e;
}
.drawer-is-active .drawer-trigger {
  background: none;
  position: absolute;
  top: 5px;
  left: auto;
  right: 20px;
}
.drawer-is-active .drawer-trigger:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #e1e1e1;
}

#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;
  left: 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: 0;
  padding-top: 65px;
  min-height: 100%;
  width: 378px;
  max-width: 100%;
  background: #fff;
  z-index: 8999;
}
.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);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.drawer-is-active #fsMenu:after {
  content: '';
  display: block;
  height: 100%;
  width: 200%;
  position: absolute;
  top: 0;
  left: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9000;
}
@media (min-width: 1000px) {
  .drawer-is-active #fsMenu {
    display: none;
  }
}
#fsMenu .off-canvas-nav {
  position: relative;
  top: 0;
  margin-bottom: 30px !important;
  padding: 20px 0 10px;
  zoom: 1;
}
#fsMenu .off-canvas-nav, #fsMenu .off-canvas-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#fsMenu .off-canvas-nav li {
  margin: 0;
  padding: 0;
}
#fsMenu .off-canvas-nav:after {
  display: table;
  clear: both;
  content: '';
}
#fsMenu .off-canvas-nav .fsElementTitle {
  padding: 0 30px;
  font-size: 14px;
  text-transform: uppercase;
  color: #adaeb0;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
#fsMenu .off-canvas-nav ul.fsNavLevel1 {
  display: block;
  margin: 0;
  padding: 0;
}
#fsMenu .off-canvas-nav ul.fsNavLevel1 > li {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
}
#fsMenu .off-canvas-nav ul.fsNavLevel1 > li:last-child > a {
  border-bottom: 1px solid rgba(63, 63, 63, 0.2);
}
#fsMenu .off-canvas-nav ul.fsNavLevel1 li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
#fsMenu .off-canvas-nav ul.fsNavLevel1 li.active {
  background: #ededed;
  padding-bottom: 4px;
  margin-bottom: -1px;
}
#fsMenu .off-canvas-nav ul.fsNavLevel1 li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
#fsMenu .off-canvas-nav ul.fsNavLevel1 li:last-child.active li:last-of-type a {
  border-bottom: 1px solid rgba(63, 63, 63, 0.2);
}
#fsMenu .off-canvas-nav ul.fsNavLevel1 li.fsNavCurrentPage > a, #fsMenu .off-canvas-nav ul.fsNavLevel1 li.fsNavCurrentPageAncestor > a {
  color: #3f3f3f;
  background: none;
}
#fsMenu .off-canvas-nav 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 rgba(63, 63, 63, 0.2);
}
#fsMenu .off-canvas-nav ul.fsNavLevel1 li span.sub-trigger:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #003e7e;
  position: absolute;
  font-size: 24px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: normal;
}
#fsMenu .off-canvas-nav ul.fsNavLevel1 li span.sub-trigger:hover:after {
  color: #4f7eaf;
}
#fsMenu .off-canvas-nav ul.fsNavLevel1 > li.active > a {
  color: #9ac0e7;
}
#fsMenu .off-canvas-nav ul.fsNavLevel2 > li.active > a {
  color: #9ac0e7;
}
#fsMenu .off-canvas-nav ul.fsNavLevel3 > li.active > a {
  color: #9ac0e7;
}
#fsMenu .off-canvas-nav ul.fsNavLevel1 > li.active > span.sub-trigger:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 18px;
  color: #4f7eaf;
}
#fsMenu .off-canvas-nav ul.fsNavLevel2 > li.active > span.sub-trigger:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 18px;
  color: #4f7eaf;
}
#fsMenu .off-canvas-nav ul.fsNavLevel3 > li.active > span.sub-trigger:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 18px;
  color: #4f7eaf;
}
#fsMenu .off-canvas-nav ul.fsNavLevel1 li a {
  border-top: 1px solid rgba(63, 63, 63, 0.2);
  display: block;
  width: calc(100% - 55px);
  color: #003e7e;
  padding: 9px 30px 9px 0;
}
#fsMenu .off-canvas-nav ul.fsNavLevel1 > li > a {
  margin: 0 30px;
}
#fsMenu .off-canvas-nav li.fsNavCurrentPage > a {
  color: #9ac0e7 !important;
}
#fsMenu .off-canvas-nav li.fsNavCurrentPageAncestor > a {
  color: #9ac0e7 !important;
}
#fsMenu .off-canvas-nav ul.fsNavLevel1 li a:hover {
  color: #9ac0e7;
  text-decoration: none;
}
#fsMenu .off-canvas-nav ul.fsNavLevel2 {
  margin: 0;
  padding: 0;
}
#fsMenu .off-canvas-nav ul.fsNavLevel2 li {
  margin: 0;
  padding: 0;
  text-transform: none;
  font-size: 16px;
}
#fsMenu .off-canvas-nav ul.fsNavLevel2 li > a {
  padding-left: 20px;
  margin: 0 30px;
  text-transform: uppercase;
  font-weight: normal;
}
#fsMenu .off-canvas-nav ul.fsNavLevel2 li.fsNavCurrentPage > a {
  color: #3f3f3f;
}
#fsMenu .off-canvas-nav .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 .off-canvas-nav ul.fsNavLevel3 li {
  font-size: 16px;
}
#fsMenu .off-canvas-nav ul.fsNavLevel3 li a {
  padding-left: 30px;
  text-transform: none;
}
#fsMenu .off-canvas-nav ul.fsNavLevel4 li a {
  padding-left: 40px;
  font-style: italic;
}
#fsMenu .giving-button a {
  display: block;
  padding: 15px 30px;
  text-align: center;
  color: #fff;
  background: #003e7e;
  margin: 0 30px 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
}
#fsMenu .giving-button a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 10px;
}
#fsMenu .giving-button a:hover {
  background: #4f7eaf;
}

/*! navigation - sub v0.0.1 */
.nav-sub {
  display: none;
  background: #eaeaea;
  padding: 10px 20px !important;
  margin-bottom: 30px !important;
}
.nav-sub, .nav-sub ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-sub li {
  margin: 0;
  padding: 0;
}
@media (min-width: 700px) {
  .nav-sub {
    display: block;
  }
}
.nav-sub a {
  color: #003e7e;
}
.nav-sub a:hover {
  color: #606060;
}
.nav-sub .fsNavLevel1 {
  position: relative;
}
.nav-sub .fsNavLevel1 > li > a {
  padding: 0.625em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  font-weight: 500;
}
.nav-sub .fsNavLevel1 > li:last-child > a {
  border-bottom: 0;
}
.nav-sub li.fsNavCurrentPage > a,
.nav-sub li.fsNavCurrentPageAncestor > a {
  color: #4f7eaf;
}
.nav-sub .fsNavPageInfo {
  display: none;
}
.nav-sub .fsNavCurrentPageAncestor .fsNavPageInfo {
  display: block;
}
.nav-sub .fsNavCurrentPage .fsNavPageInfo {
  display: block;
}
.nav-sub .fsNavLevel2 > li > a {
  padding: 0.625em 1.25em;
  display: block;
}
.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: #003e7e;
  color: #fff;
  font-family: "roboto-condensed", 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;
  }
}
.nav-sub > header > .fsElementTitle:after {
  display: none;
}
@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) {
  .active-nav > header > .fsElementTitle:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}

/*! Navigation - Social v0.0.5 */
.nav-social {
  margin-left: 15px;
}
.nav-social, .nav-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-social li {
  margin: 0;
  padding: 0;
}
.nav-social li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.nav-social .nav-social__item--facebook a {
  display: block;
}
.nav-social .nav-social__item--facebook a:before {
  content: "";
}
.nav-social .nav-social__item--instagram a {
  display: block;
}
.nav-social .nav-social__item--instagram a:before {
  content: "";
}
.nav-social .nav-social__item--linkedin a {
  display: block;
}
.nav-social .nav-social__item--linkedin a:before {
  content: "";
}
.nav-social .nav-social__item--pinterest a {
  display: block;
}
.nav-social .nav-social__item--pinterest a:before {
  content: "";
}
.nav-social .nav-social__item--tumblr a {
  display: block;
}
.nav-social .nav-social__item--tumblr a:before {
  content: "";
}
.nav-social .nav-social__item--twitter a {
  display: block;
}
.nav-social .nav-social__item--twitter a:before {
  content: "";
}
.nav-social .nav-social__item--vine a {
  display: block;
}
.nav-social .nav-social__item--vine a:before {
  content: "";
}
.nav-social .nav-social__item--youtube a {
  display: block;
}
.nav-social .nav-social__item--youtube a:before {
  content: "";
}
.nav-social .nav-social__item--facebook a:hover {
  background: #4f7eaf;
  color: #fff;
}
.nav-social .nav-social__item--instagram a:hover {
  background: #4f7eaf;
  color: #fff;
}
.nav-social .nav-social__item--linkedin a:hover {
  background: #4f7eaf;
  color: #fff;
}
.nav-social .nav-social__item--pinterest a:hover {
  background: #4f7eaf;
  color: #fff;
}
.nav-social .nav-social__item--tumblr a:hover {
  background: #4f7eaf;
  color: #fff;
}
.nav-social .nav-social__item--twitter a:hover {
  background: #4f7eaf;
  color: #fff;
}
.nav-social .nav-social__item--vine a:hover {
  background: #4f7eaf;
  color: #fff;
}
.nav-social .nav-social__item--youtube a:hover {
  background: #4f7eaf;
  color: #fff;
}
.nav-social a {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #003e7e;
  display: block;
  background: #fff;
  position: relative;
  height: 35px;
  width: 35px;
}
.nav-social a:before {
  font-family: "IcoMoon";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.nav-social span {
  display: none;
}

/* Navigation - Utility Container v0.0.1 */
.nav-util {
  margin-bottom: 60px !important;
}
.nav-util, .nav-util ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-util li {
  margin: 0;
  padding: 0;
}
@media (min-width: 700px) {
  .nav-util ul {
    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-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.nav-util ul li {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  margin: 0 0 8px 0;
  display: block;
}
@media (min-width: 700px) {
  .nav-util ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #003266;
  }
  .nav-util ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
  }
}
.nav-util ul li a {
  padding: 0em 0em;
  display: block;
  color: #fff;
  letter-spacing: 1px;
}
.nav-util ul li a:hover {
  color: #4f7eaf;
}

.nav-const {
  display: none;
}
.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 {
    height: 35px;
    display: inline-block;
    float: right;
    margin: 10px 10px 0 0;
  }
}
@media (min-width: 1000px) {
  .nav-const {
    margin: 22px 10px 0 0;
  }
}
@media (min-width: 1180px) {
  .nav-const {
    margin: 40px 10px 0 0;
  }
}
.nav-const ul {
  width: auto;
}
.nav-const ul li {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 8px 0;
  font-family: "roboto-condensed", sans-serif;
}
@media (min-width: 700px) {
  .nav-const ul li {
    margin: 0 8px 0 0;
  }
  .nav-const ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
  }
}
@media (min-width: 1000px) {
  .nav-const ul li {
    margin: 0 8px 0 0;
  }
}
.nav-const ul li a {
  padding: 7.5px 5px;
  display: block;
  color: #4f7eaf;
  letter-spacing: 1px;
}
.nav-const ul li a:hover {
  color: #003e7e;
}

#fsHeader .nav-quick {
  display: none;
}
@media (min-width: 700px) {
  #fsHeader .nav-quick {
    display: inline-block;
    float: right;
    height: 35px;
    width: 35px;
    margin-top: 10px;
  }
}
@media (min-width: 1000px) {
  #fsHeader .nav-quick {
    margin-top: 22px;
  }
}
@media (min-width: 1180px) {
  #fsHeader .nav-quick {
    margin-top: 40px;
  }
}
.nav-quick, .nav-quick ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-quick li {
  margin: 0;
  padding: 0;
}
.nav-quick .fsNavLevel1 > li {
  position: relative;
  display: block;
  height: 35px;
  width: 35px;
  margin: 0;
  background: #4f7eaf;
}
.nav-quick .fsNavLevel1 > li > a {
  padding: 0;
  display: block;
  color: transparent;
  height: 100%;
  width: 100%;
}
.nav-quick .fsNavLevel1 > li > a:before {
  color: #fff;
  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%);
}
.nav-quick .fsNavLevel1 > li > a:hover {
  color: transparent;
}
.nav-quick .fsNavLevel1 > li:hover {
  background: #003e7e;
}

.nav-quick .fsNavLevel1 > li {
  position: relative;
}
.nav-quick .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}
.nav-quick .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px;
}
@media (max-width: 599px) {
  .nav-quick .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
  }
}
.nav-quick .fsNavLevel1 > li > .fsNavPageInfo {
  z-index: 300;
}
.nav-quick .fsNavPageInfo {
  background: rgba(0, 62, 126, 0.95);
  text-align: left;
  width: 180px;
}
.nav-quick .fsNavLevel1 > li:first-child .fsNavPageInfo {
  left: auto;
  right: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media (min-width: 1000px) {
  .nav-quick .fsNavParentPage:hover .fsNavPageInfo {
    display: block;
  }
}
.nav-quick .fsNavLevel2 {
  border-top: 10px solid #fff;
  padding-bottom: 10px;
}
.nav-quick .fsNavLevel2 li {
  border-bottom: 1px solid #003266;
  margin: 0 10px;
  letter-spacing: .5px;
  font-weight: 500;
  font-family: "roboto", sans-serif;
}
.nav-quick .fsNavLevel2 li:last-child {
  border: none;
}
.nav-quick .fsNavLevel2 a {
  padding: 0.41667em 0.625em;
  color: #fff;
  display: block;
}
.nav-quick .fsNavLevel2 a:hover {
  background: #003974;
}

.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: 700px) {
  .fsConstituent.fsSearch > .fsElementContent {
    margin: 0 -10px;
  }
}
.fsConstituent.fsSearch label {
  display: block;
  margin-bottom: 1.25em;
}
@media (min-width: 700px) {
  .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: 700px) {
  .fsConstituent.fsSearch [type*='submit'] {
    margin-left: 0.625em;
  }
}
.fsConstituent.fsSearch .fsConstituentSearchButton {
  display: inline-block;
  border: 0;
  margin: 0;
  font-family: "roboto-condensed", sans-serif;
  padding: 13.33333px 20px;
  background: #606060;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  display: block;
  margin: 0 10px;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:hover {
  background: #535353;
  color: #fff;
}
.fsConstituent.fsSearch .fsConstituentSearchButton em {
  display: block;
  font-style: normal;
}
#fsBannerRight .fsConstituent.fsSearch .fsConstituentSearchButton {
  width: 100%;
}
#fsBannerLeft .fsConstituent.fsSearch .fsConstituentSearchButton {
  width: 100%;
}
.fsConstituent .fsElementPagination {
  margin: 20px 0;
}

/*! elements - constituent profile */
.fsConstituentProfile {
  position: relative;
}
.fsConstituentProfile .fsProfileImage {
  display: block;
  margin-bottom: 20px;
}
.fsConstituentProfile .fsFullName {
  color: #003e7e;
}
@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.25em;
  font-size: 16px;
}
.fsProfileSection h4 {
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #474747;
  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 default layout */
.fsDirectory {
  word-break: break-word;
  margin-bottom: 20px;
}
.fsDirectory .fsConstituentItem {
  padding: 20px 0;
  background-color: #f1f2f2;
}
.fsDirectory .fsConstituentItem > h3, .fsDirectory .fsConstituentItem > div {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
  padding-top: 0;
}
.fsDirectory .fsConstituentItem > h3:last-child, .fsDirectory .fsConstituentItem > div:last-child {
  margin-bottom: 0;
}
.fsDirectory .fsConstituentItem .fsPhoto img {
  display: block;
  width: 100%;
}

.fsConstituentColumnLayout_1 .fsConstituentItem {
  margin: 0;
  margin-bottom: 20px;
}

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

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

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

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #adaeb0;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: 700;
  font-family: "roboto-condensed", sans-serif;
  font-size: 1.875em;
  line-height: 1.33333em;
  margin-bottom: 0.66667em;
  font-family: "roboto", sans-serif;
  margin-bottom: 2px;
  display: block;
  font-size: 21px;
  padding: 10px 13.33333px;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: none;
  font-size: 16px;
  position: relative;
}
.fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
  background: #4f7eaf;
  -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: #003e7e;
}
.fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #fff;
}
.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: 13.33333px;
  font-size: 16px;
  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: 13.33333px;
  font-size: 16px;
  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;
}
.fsAccordion .fsPanel.fsStateOpen > .fsElementContent {
  border: 1px solid #e1e1e1;
  border-top: 0;
}

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px;
}
.fsAthleticsEvent .fsAlertFeeds {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 0;
  }
}
.fsAthleticsEvent .fsListItems article {
  margin-bottom: 20px;
}
.fsAthleticsEvent .fsTitle {
  display: inline-block;
  margin-bottom: 0;
}
.fsAthleticsEvent .fsElementEventIcon {
  margin-right: 10px;
}
.fsAthleticsEvent .fsAthleticsEventDetailLink {
  outline: 0;
}
.fsAthleticsEvent .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px;
}
.fsAthleticsEvent .fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0;
  font-family: "roboto-condensed", sans-serif;
  padding: 13.33333px 20px;
  background: #606060;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  padding: 10px 20px;
}
.fsAthleticsEvent .fsLoadMoreButton:hover {
  background: #535353;
  color: #fff;
}
.fsAthleticsEvent .fsLoadMoreButton em {
  display: block;
  font-style: normal;
}
#fsBannerRight .fsAthleticsEvent .fsLoadMoreButton {
  width: 100%;
}
#fsBannerLeft .fsAthleticsEvent .fsLoadMoreButton {
  width: 100%;
}
.fsAthleticsEvent .fsAthleticsOpponents {
  display: inline;
}
.fsAthleticsEvent .fsAthleticsOpponentNames {
  display: inline;
}

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

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

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

.fsAthleticsRosterList, .fsAthleticsRosterList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsAthleticsRosterList li {
  margin: 0;
  padding: 0;
}
.fsAthleticsRosterList li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #3f3f3f;
}
.fsAthleticsRosterList li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.fsAthleticsRosterList li > div {
  margin-bottom: 10px;
}
.fsAthleticsRosterList li > div:last-child {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px;
}

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _list.scss - src/sass/modules/calendar/list.scss - calendar list */
.fsCalendar article {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  font-size: 16px;
}
.fsCalendar .fsDayContainer:last-child article {
  margin-bottom: 10px;
}
.fsCalendar .fsTitle {
  font-size: 16px;
  line-height: 1.3em;
  margin-bottom: 8px;
}
.fsCalendar .fsTitle a {
  color: #4f7eaf;
}
.fsCalendar .fsTitle a:hover {
  color: #9ac0e7;
}
.fsCalendar .fsDate {
  display: block;
  font-size: 18px;
  color: #606060;
  line-height: 1.3em;
  margin-bottom: 10px;
  font-weight: 700;
}
.fsCalendar .fsDescription {
  margin-top: 1em;
}
.fsCalendar .fsTimeRange:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 4px;
  font-size: .9em;
  color: #003e7e;
}
.fsCalendar .fsLocation:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 9px;
  margin-left: 3px;
  font-size: .9em;
  color: #003e7e;
}
.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0;
}
.fsCalendar footer a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

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

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}
.scroll-up span {
  display: inline-block;
  border: 0;
  margin: 0;
  font-family: "roboto-condensed", sans-serif;
  padding: 13.33333px 20px;
  background: #606060;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  padding: 10px 20px;
}
.scroll-up span:hover {
  background: #535353;
  color: #fff;
}
.scroll-up span em {
  display: block;
  font-style: normal;
}
#fsBannerRight .scroll-up span {
  width: 100%;
}
#fsBannerLeft .scroll-up span {
  width: 100%;
}
.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.25em;
  padding: 1.25em;
  color: #fff;
}
.module h1, .module h2, .module h3, .module h4, .module h5, .module h6, .module blockquote em, blockquote .module em,
.module .fs_style_29 em,
.fs_style_29 .module em, .module .fsNews .fsDateTime, .fsNews .module .fsDateTime {
  color: inherit;
}

.module {
  background: #003e7e;
}

/*! 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: #4f7eaf;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsComposerFormEmbed form .linkLike:hover {
  color: #003e7e;
}
.fsComposerFormEmbed form .required {
  color: #003e7e;
}
.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: #4f7eaf;
  -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: #003e7e;
  -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: #003e7e !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: #4f7eaf !important;
}
.fsComposerFormEmbed .ui-widget {
  font-family: "roboto-condensed", sans-serif;
  max-width: 100%;
}
.fsComposerFormEmbed .ui-datepicker:empty {
  display: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
  background: none;
  border: none;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
  display: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '';
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .5;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '\203A';
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
  content: '\2039';
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}
.fsComposerFormEmbed .ui-datepicker .ui-state-default {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}
.fsComposerFormEmbed .ui-datepicker .ui-state-active {
  background: rgba(0, 0, 0, 0.1);
}
.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/*! elements - login */
.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView, .fsAccount .fsLoginMainView, .fsAccount .fsLoginForgotView, .fsAccount .fsLoginNewView {
  zoom: 1;
}
.fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after, .fsAccount .fsLoginMainView:after, .fsAccount .fsLoginForgotView:after, .fsAccount .fsLoginNewView:after {
  display: table;
  clear: both;
  content: '';
}
.fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3, .fsAccount .fsLoginMainView h3, .fsAccount .fsLoginForgotView h3, .fsAccount .fsLoginNewView h3 {
  margin-bottom: 20px;
}
.fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span, .fsAccount .fsLoginMainView span, .fsAccount .fsLoginForgotView span, .fsAccount .fsLoginNewView span {
  margin-bottom: 2px;
}
.fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView button, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginForgotView button, .fsAccount .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginNewView button {
  display: inline-block;
  border: 0;
  margin: 0;
  font-family: "roboto-condensed", sans-serif;
  padding: 13.33333px 20px;
  background: #606060;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}
.fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView button:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView button:hover, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover, .fsAccount .fsLoginForgotView button:hover, .fsAccount .fsLoginNewView .fsLoginSubmit:hover, .fsAccount .fsLoginNewView button:hover {
  background: #535353;
  color: #fff;
}
.fsLogin .fsLoginMainView .fsLoginSubmit em, .fsLogin .fsLoginMainView button em, .fsLogin .fsLoginForgotView .fsLoginSubmit em, .fsLogin .fsLoginForgotView button em, .fsLogin .fsLoginNewView .fsLoginSubmit em, .fsLogin .fsLoginNewView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em, .fsAccount .fsLoginMainView button em, .fsAccount .fsLoginForgotView .fsLoginSubmit em, .fsAccount .fsLoginForgotView button em, .fsAccount .fsLoginNewView .fsLoginSubmit em, .fsAccount .fsLoginNewView button em {
  display: block;
  font-style: normal;
}
#fsBannerRight .fsLogin .fsLoginMainView .fsLoginSubmit, #fsBannerRight .fsLogin .fsLoginMainView button, #fsBannerRight .fsLogin .fsLoginForgotView .fsLoginSubmit, #fsBannerRight .fsLogin .fsLoginForgotView button, #fsBannerRight .fsLogin .fsLoginNewView .fsLoginSubmit, #fsBannerRight .fsLogin .fsLoginNewView button, #fsBannerRight .fsAccount .fsLoginMainView .fsLoginSubmit, #fsBannerRight .fsAccount .fsLoginMainView button, #fsBannerRight .fsAccount .fsLoginForgotView .fsLoginSubmit, #fsBannerRight .fsAccount .fsLoginForgotView button, #fsBannerRight .fsAccount .fsLoginNewView .fsLoginSubmit, #fsBannerRight .fsAccount .fsLoginNewView button {
  width: 100%;
}
#fsBannerLeft .fsLogin .fsLoginMainView .fsLoginSubmit, #fsBannerLeft .fsLogin .fsLoginMainView button, #fsBannerLeft .fsLogin .fsLoginForgotView .fsLoginSubmit, #fsBannerLeft .fsLogin .fsLoginForgotView button, #fsBannerLeft .fsLogin .fsLoginNewView .fsLoginSubmit, #fsBannerLeft .fsLogin .fsLoginNewView button, #fsBannerLeft .fsAccount .fsLoginMainView .fsLoginSubmit, #fsBannerLeft .fsAccount .fsLoginMainView button, #fsBannerLeft .fsAccount .fsLoginForgotView .fsLoginSubmit, #fsBannerLeft .fsAccount .fsLoginForgotView button, #fsBannerLeft .fsAccount .fsLoginNewView .fsLoginSubmit, #fsBannerLeft .fsAccount .fsLoginNewView button {
  width: 100%;
}
.fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
  display: block;
}
.fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
  margin-bottom: 10px;
}
.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block;
}
.fsLogin .fsLoginForgotView .fsLoginForgotSubmit, .fsAccount .fsLoginForgotView .fsLoginForgotSubmit {
  margin-right: 10px;
}
.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px;
}
.fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
    overflow: hidden;
    border-radius: 5px;
  }
}
.fsLogin .fsLoginNewFields .fsLoginNewContinue, .fsAccount .fsLoginNewFields .fsLoginNewContinue {
  margin-right: 10px;
}

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px;
}
.fsAccount .fsAccountLinks {
  margin: 0;
}
.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px;
}
.fsAccount .fsAccountLogout a {
  display: inline-block;
  border: 0;
  margin: 0;
  font-family: "roboto-condensed", sans-serif;
  padding: 13.33333px 20px;
  background: #606060;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}
.fsAccount .fsAccountLogout a:hover {
  background: #535353;
  color: #fff;
}
.fsAccount .fsAccountLogout a em {
  display: block;
  font-style: normal;
}
#fsBannerRight .fsAccount .fsAccountLogout a {
  width: 100%;
}
#fsBannerLeft .fsAccount .fsAccountLogout a {
  width: 100%;
}

.fsMediaCustomPlayer {
  background: none;
  position: relative;
}
.fsMediaCustomPlayer article {
  background-position: center;
  background-size: cover;
  outline: 0;
  position: relative;
}
.fsMediaCustomPlayer article img {
  opacity: 0;
  visibility: hidden;
}
.fsMediaCustomPlayer .caption-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  font-family: "roboto-condensed", sans-serif;
  font-size: 16px;
  left: 0;
  line-height: 25px;
  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: 700;
    font-family: "roboto-condensed", sans-serif;
    font-size: 1.875em;
    line-height: 1.33333em;
    margin-bottom: 0.66667em;
    margin-bottom: 0;
  }
}
.fsMediaCustomPlayer .caption-desc {
  display: none;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-desc {
    display: block;
  }
}
.fsMediaCustomPlayer .caption-desc p:last-child {
  margin-bottom: 0;
}
.fsMediaCustomPlayer .caption-desc:empty {
  display: none;
}
.fsMediaCustomPlayer .slick-next, .fsMediaCustomPlayer .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 2;
}
.fsMediaCustomPlayer .slick-next:before, .fsMediaCustomPlayer .slick-prev:before {
  color: #fff;
  display: block;
  font-size: 50px;
  font-weight: normal;
  height: 100%;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
}
.fsMediaCustomPlayer .slick-next {
  left: auto;
  right: 0;
}
.fsMediaCustomPlayer .slick-next:before {
  content: '\203A';
}
.fsMediaCustomPlayer .slick-prev {
  left: 0;
  right: auto;
}
.fsMediaCustomPlayer .slick-prev:before {
  content: '\2039';
}

/*! elements - news v0.0.1 */
.fsNews article {
  background-repeat: no-repeat;
}
.fsNews .fsThumbnail {
  display: block;
  margin-bottom: 0.625em;
}
@media (max-width: 500px) {
  .fsNews .fsThumbnail img {
    width: 100%;
  }
}
@media (min-width: 700px) {
  #fsBannerRight .fsNews .fsThumbnail {
    float: none;
    margin: 0 0 1em 0;
  }
  #fsBannerRight .fsNews .fsThumbnail img {
    width: 100%;
  }
}
@media (min-width: 700px) {
  #fsBannerLeft .fsNews .fsThumbnail {
    float: none;
    margin: 0 0 1em 0;
  }
  #fsBannerLeft .fsNews .fsThumbnail img {
    width: 100%;
  }
}
.fsNews .fsThumbnail img {
  display: block;
}
.fsNews .fsTitle a {
  color: #003e7e;
}
.fsNews .fsTitle a:hover {
  color: #4f7eaf;
}
.fsNews .fsDateTime {
  margin-bottom: 8px;
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
.fsNews footer a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.fsNews.fsList article {
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.fsNews.fsList .fsTitle a {
  color: #003e7e;
}
.fsNews.fsList .fsTitle a:hover {
  color: #4f7eaf;
}
.fsNews.fsList .fsDateTime {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #606060;
  margin-bottom: 1em;
}
.fsNews.fsList .fsSummary {
  font-size: 17px;
}
.fsNews.fsList .fsSummary p {
  margin-bottom: 1em;
}

.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: 700px) {
  .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 50%;
  }
}
@media (min-width: 700px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 33.33%;
  }
}
@media (min-width: 700px) {
  .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: 700px) {
  .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: 700px) {
  .no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 50%;
  }
}
.no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
  clear: both;
}
@media (min-width: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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;
  }
}

.fsNews.fsSlideshow .fsThumbnail img {
  width: 100%;
}

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

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.fsSearch.site-search {
  margin-bottom: 20px;
}
.fsSearch.site-search form.gsc-search-box-tools {
  width: 400px;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
  border: 0;
  height: 100%;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
  background: #4f7eaf !important;
  background-image: none !important;
  width: 100%;
  height: 50px !important;
  color: #3f3f3f;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: "roboto-condensed", sans-serif;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 50px;
  width: 75px;
  background: #003e7e;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: "Search";
  color: #fff;
  font-family: "roboto-condensed", sans-serif;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 16px;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.top-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
@media (min-width: 700px) {
  .top-search {
    position: relative;
    top: 10px;
    right: auto;
    float: right;
    width: auto;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    -webkit-transition: width .3s linear;
    transition: width .3s linear;
    margin-left: 5px;
    z-index: 500;
  }
  .search-active .top-search {
    width: 200px;
  }
}
@media (min-width: 1000px) {
  .top-search {
    top: 22px;
  }
}
@media (min-width: 1180px) {
  .top-search {
    top: 40px;
  }
}
.top-search .search-trigger {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  color: transparent;
  overflow: hidden;
  height: 35px;
  width: 35px;
  background: #4f7eaf;
  position: absolute;
  top: 5px;
  right: 20px;
}
@media (min-width: 700px) {
  .top-search .search-trigger {
    top: 0;
    right: 0;
  }
}
.search-active .top-search .search-trigger {
  display: none;
}
.top-search .search-trigger:hover {
  color: transparent;
}
.top-search .search-trigger:focus {
  color: transparent;
}
.top-search .search-trigger:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
}
.top-search form {
  width: calc(100% - 80px);
  height: 35px;
  position: absolute;
  top: 5px;
  right: 20px;
  display: none;
}
@media (min-width: 700px) {
  .top-search form {
    width: 100%;
    right: 0;
    top: 0;
  }
}
.search-active .top-search form {
  display: block;
}
.top-search form input[type="text"] {
  background: #003e7e;
  color: #fff;
  border: 0;
  margin: 0;
  height: 35px;
  width: calc(100% - 35px);
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
}
.top-search form input[type="text"]:focus {
  outline: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
}
.top-search form button[type="submit"] {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  color: transparent;
  overflow: hidden;
  height: 35px;
  width: 35px;
  background: #003e7e;
  position: absolute;
  top: 0;
  right: 0;
}
.top-search form button[type="submit"]:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
}

/*! _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 #606060;
}
.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: #606060;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: "roboto-condensed", 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: #606060;
  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: 16px;
  font-family: "roboto-condensed", 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: "roboto-condensed", sans-serif;
  font-size: 16px;
}
.fsSearchResults .gsc-results, .fsSearchFieldWithResults .gsc-results {
  width: 100%;
}
.fsSearchResults .gsc-webResult .gsc-result, .fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px;
}
.fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
  color: #606060;
}
.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: #4f7eaf;
}
.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: #4f7eaf !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: #003e7e !important;
}
.fsSearchResults .gsc-control-cse .gs-spelling, .fsSearchResults .gsc-control-cse .gs-result .gs-title, .fsSearchResults .gsc-control-cse .gs-result .gs-title *, .fsSearchFieldWithResults .gsc-control-cse .gs-spelling, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title * {
  font-size: 16px;
}
.fsSearchResults .gsc-results .gsc-cursor-box, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0;
}

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

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

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

.fsFacebookFollow {
  margin-top: 20px;
}

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

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

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

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

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0;
  font-family: "roboto-condensed", sans-serif;
  padding: 13.33333px 20px;
  background: #606060;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}
.vimeo_view_link a:hover {
  background: #535353;
  color: #fff;
}
.vimeo_view_link a em {
  display: block;
  font-style: normal;
}
#fsBannerRight .vimeo_view_link a {
  width: 100%;
}
#fsBannerLeft .vimeo_view_link a {
  width: 100%;
}

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

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

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

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0;
  font-family: "roboto-condensed", sans-serif;
  padding: 13.33333px 20px;
  background: #606060;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}
.Youtube_view_link a:hover {
  background: #535353;
  color: #fff;
}
.Youtube_view_link a em {
  display: block;
  font-style: normal;
}
#fsBannerRight .Youtube_view_link a {
  width: 100%;
}
#fsBannerLeft .Youtube_view_link a {
  width: 100%;
}

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}
.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}
@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}
.fsTabs .fsTabsNav li {
  margin-right: 2px;
}
.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-weight: 700;
  font-family: "roboto-condensed", sans-serif;
  font-size: 1.875em;
  line-height: 1.33333em;
  margin-bottom: 0.66667em;
  font-family: "roboto", sans-serif;
  margin-bottom: 2px;
  display: block;
  font-size: 21px;
  padding: 10px 13.33333px;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: none;
  font-size: 16px;
  background: #e1e1e1;
  color: #606060;
}
.fsTabs .fsTabsNav li a:hover {
  background: #adaeb0;
  color: #fff;
}
.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #003e7e;
  color: #fff;
}
.fsTabs .fsPanel > .fsElementContent {
  padding: 1em 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;
}
.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: 280px;
}
@media (min-width: 470px) {
  .home:not(.fsComposeMode) .main-slideshow {
    height: 332px;
  }
}
@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .main-slideshow {
    height: 441px;
  }
}
@media (min-width: 1400px) {
  .home:not(.fsComposeMode) .main-slideshow {
    height: 631px;
  }
}
.home:not(.fsComposeMode) .main-slideshow .fsMediaContainer {
  padding: 0 !important;
  background: #000;
  position: relative;
}
.home:not(.fsComposeMode) .main-slideshow .fsMediaContainer .slick-dots {
  position: absolute;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 470px) {
  .home:not(.fsComposeMode) .main-slideshow .fsMediaContainer .slick-dots {
    bottom: 60px;
  }
}
@media (min-width: 700px) {
  .home:not(.fsComposeMode) .main-slideshow .fsMediaContainer .slick-dots {
    bottom: 75px;
  }
}
.home:not(.fsComposeMode) .main-slideshow .fsMediaContainer .slick-dots li, .home:not(.fsComposeMode) .main-slideshow .fsMediaContainer .slick-dots button {
  height: 10px;
  width: 10px;
}
.home:not(.fsComposeMode) .main-slideshow .fsMediaContainer .slick-dots li {
  margin: 0 6px;
}
.home:not(.fsComposeMode) .main-slideshow .fsMediaContainer .slick-dots button {
  background: #d1d1d3;
  outline: none;
}
.home:not(.fsComposeMode) .main-slideshow .fsMediaContainer .slick-dots li:hover button {
  background: #4f7eaf;
}
.home:not(.fsComposeMode) .main-slideshow .fsMediaContainer .slick-dots li.slick-active button {
  background: #003e7e;
}
.home:not(.fsComposeMode) .main-slideshow article {
  width: 100%;
  font-family: "roboto-condensed", sans-serif;
  background-size: auto 200px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  max-height: 100vh !important;
  height: 280px;
}
@media (min-width: 470px) {
  .home:not(.fsComposeMode) .main-slideshow article {
    background-size: cover;
    height: 332px;
    position: relative;
  }
}
@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .main-slideshow article {
    height: 441px;
  }
  .home:not(.fsComposeMode) .main-slideshow 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%);
  }
}
@media (min-width: 1400px) {
  .home:not(.fsComposeMode) .main-slideshow article {
    height: 631px;
  }
}
.home:not(.fsComposeMode) .main-slideshow article .caption-wrapper {
  padding: 0;
  background: none;
}
@media (min-width: 700px) {
  .home:not(.fsComposeMode) .main-slideshow article .caption-wrapper {
    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 article .caption {
  background: #003e7e;
  color: #fff;
  height: 82px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: .5px;
  font-family: "roboto-condensed", sans-serif;
  font-weight: 300;
}
@media (min-width: 470px) {
  .home:not(.fsComposeMode) .main-slideshow article .caption {
    bottom: 100px;
    right: 0;
    width: 45%;
    max-width: 479px;
    background: rgba(0, 62, 126, 0.7);
    text-align: left;
    height: 57px;
  }
}
@media (min-width: 700px) {
  .home:not(.fsComposeMode) .main-slideshow article .caption {
    height: 82px;
  }
}
@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .main-slideshow article .caption {
    font-size: 30px;
  }
}
.home:not(.fsComposeMode) .main-slideshow article .caption p {
  margin: 0;
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (min-width: 470px) {
  .home:not(.fsComposeMode) .main-slideshow article .caption p {
    -webkit-transform: translate(-45%, -50%);
    -ms-transform: translate(-45%, -50%);
    transform: translate(-45%, -50%);
  }
}
.home:not(.fsComposeMode) .main-slideshow .fsElementContent {
  margin-top: 0;
}
.home:not(.fsComposeMode) .panel-welcome > header, .home:not(.fsComposeMode) .panel-news > header, .home:not(.fsComposeMode) .panel-calendar > header {
  text-align: center;
  color: #003e7e;
  line-height: 0.5;
  margin-bottom: 30px;
}
.home:not(.fsComposeMode) .panel-welcome > header .fsElementTitle, .home:not(.fsComposeMode) .panel-news > header .fsElementTitle, .home:not(.fsComposeMode) .panel-calendar > header .fsElementTitle {
  display: inline-block;
  position: relative;
  color: #003e7e;
  font-weight: 300;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .home:not(.fsComposeMode) .panel-welcome > header .fsElementTitle:before, .home:not(.fsComposeMode) .panel-news > header .fsElementTitle:before, .home:not(.fsComposeMode) .panel-calendar > header .fsElementTitle:before,
  .home:not(.fsComposeMode) .panel-welcome > header .fsElementTitle:after,
  .home:not(.fsComposeMode) .panel-news > header .fsElementTitle:after,
  .home:not(.fsComposeMode) .panel-calendar > header .fsElementTitle:after {
    content: "";
    position: absolute;
    height: 1;
    border-bottom: 1px solid rgba(173, 174, 176, 0.6);
    top: 50%;
    width: 100vw;
  }
  .home:not(.fsComposeMode) .panel-welcome > header .fsElementTitle:before, .home:not(.fsComposeMode) .panel-news > header .fsElementTitle:before, .home:not(.fsComposeMode) .panel-calendar > header .fsElementTitle:before {
    right: 100%;
    margin-right: 35px;
  }
  .home:not(.fsComposeMode) .panel-welcome > header .fsElementTitle:after, .home:not(.fsComposeMode) .panel-news > header .fsElementTitle:after, .home:not(.fsComposeMode) .panel-calendar > header .fsElementTitle:after {
    left: 100%;
    margin-left: 35px;
  }
}
.home:not(.fsComposeMode) .panel-welcome > header a, .home:not(.fsComposeMode) .panel-news > header a, .home:not(.fsComposeMode) .panel-calendar > header a {
  font-size: 13px;
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: #4f7eaf;
  text-transform: uppercase;
}
.home:not(.fsComposeMode) .panel-welcome > header a:hover, .home:not(.fsComposeMode) .panel-news > header a:hover, .home:not(.fsComposeMode) .panel-calendar > header a:hover {
  color: #003e7e;
}
@media (max-width: 1180px) {
  .home:not(.fsComposeMode) .panel-welcome > header, .home:not(.fsComposeMode) .panel-news > header, .home:not(.fsComposeMode) .panel-calendar > header {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}
.home:not(.fsComposeMode) .panel-welcome {
  background: #eaeaea;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
@media (min-width: 700px) {
  .home:not(.fsComposeMode) .panel-welcome {
    padding-top: 150px;
  }
}
.home:not(.fsComposeMode) .panel-welcome > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  font-size: 18px;
  zoom: 1;
}
.home:not(.fsComposeMode) .panel-welcome > .fsElementContent:after {
  display: table;
  clear: both;
  content: '';
}
@media (max-width: 1180px) {
  .home:not(.fsComposeMode) .panel-welcome > .fsElementContent {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}
.home:not(.fsComposeMode) .panel-welcome > .fsElementContent .mission {
  text-align: center;
}
@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .panel-welcome > .fsElementContent .mission {
    width: 40%;
    float: left;
    text-align: left;
    padding-right: 20px;
  }
}
.home:not(.fsComposeMode) .panel-welcome > .fsElementContent .mission h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.home:not(.fsComposeMode) .panel-welcome > .fsElementContent .mission .smalltext {
  font-size: 16px;
}
.home:not(.fsComposeMode) .panel-welcome > .fsElementContent .mission ul {
  margin-bottom: 40px !important;
}
.home:not(.fsComposeMode) .panel-welcome > .fsElementContent .mission ul, .home:not(.fsComposeMode) .panel-welcome > .fsElementContent .mission ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home:not(.fsComposeMode) .panel-welcome > .fsElementContent .mission ul li {
  margin: 0;
  padding: 0;
}
.home:not(.fsComposeMode) .panel-welcome > .fsElementContent .mission ul li {
  font-size: 16px;
  display: block;
  text-align: center;
}
@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .panel-welcome > .fsElementContent .mission ul li {
    text-align: left;
  }
}
.home:not(.fsComposeMode) .panel-welcome > .fsElementContent .mission ul li a {
  display: inline-block;
  position: relative;
  padding-left: 12px;
}
.home:not(.fsComposeMode) .panel-welcome > .fsElementContent .mission ul li a:before {
  display: inline-block;
  content: '';
  height: 5px;
  width: 5px;
  background: #4f7eaf;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .panel-welcome > .fsElementContent .fsMedia {
    width: 60%;
    float: left;
  }
}
.home:not(.fsComposeMode) .panel-welcome > .fsElementContent .fsMedia .fsMediaTitle {
  display: none;
}
.home:not(.fsComposeMode) .panel-welcome > .fsElementContent .fsMediaPlayOverlay:before {
  display: none;
  box-shadow: none;
}
.home:not(.fsComposeMode) .panel-welcome > .fsElementContent .fsMediaPlayOverlay:after {
  width: 110px;
  height: 110px;
  border: 0;
  border-radius: 0;
  padding: 0;
  line-height: 1em;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 100px;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -20px;
  text-shadow: 0 0 5px transparent;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.home:not(.fsComposeMode) .panel-welcome > .fsElementContent .fsMediaPlayOverlay:hover:after {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.home:not(.fsComposeMode) .panel-news {
  background: #003e7e;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.home:not(.fsComposeMode) .panel-news .fsPager {
  display: none !important;
}
@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .panel-news .slick-slider {
    padding: 0 58px;
  }
}
.home:not(.fsComposeMode) .panel-news > header {
  margin-bottom: 40px;
}
.home:not(.fsComposeMode) .panel-news > header .fsElementTitle:before,
.home:not(.fsComposeMode) .panel-news > header .fsElementTitle:after {
  border-bottom: 1px solid rgba(173, 174, 176, 0.6);
}
.home:not(.fsComposeMode) .panel-news > header a {
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}
.home:not(.fsComposeMode) .panel-news > header a:hover {
  color: #4f7eaf;
}
@media (max-width: 1180px) {
  .home:not(.fsComposeMode) .panel-news > header {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}
.home:not(.fsComposeMode) .panel-news > header .fsElementTitle {
  color: #fff;
}
.home:not(.fsComposeMode) .panel-news > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 83.125em;
  max-width: 83.125rem;
  font-size: 18px;
}
@media (max-width: 1180px) {
  .home:not(.fsComposeMode) .panel-news > .fsElementContent {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}
.home:not(.fsComposeMode) .panel-news article {
  background: #fff;
  padding: 0 20px 20px;
  margin: 0 10px;
  color: #606060;
  text-align: left;
  font-size: 16px;
  margin-bottom: -999px;
  padding-bottom: 999px;
}
.home:not(.fsComposeMode) .panel-news article .fsDate {
  color: #adaeb0;
}
.home:not(.fsComposeMode) .panel-news article .fsTitle {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 12px;
}
.home:not(.fsComposeMode) .panel-news article .fsThumbnail {
  margin: 0 -20px 20px;
}
.home:not(.fsComposeMode) .panel-news .fsSlideshow .fsNextButton:hover:before,
.home:not(.fsComposeMode) .panel-news .fsSlideshow .fsPrevButton:hover:before {
  color: #fff;
}
.home:not(.fsComposeMode) .panel-calendar {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.home:not(.fsComposeMode) .panel-calendar .fsPager {
  display: none !important;
}
@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .panel-calendar .slick-slider {
    padding: 0 58px;
  }
}
.home:not(.fsComposeMode) .panel-calendar > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 83.125em;
  max-width: 83.125rem;
  font-size: 18px;
}
@media (max-width: 1180px) {
  .home:not(.fsComposeMode) .panel-calendar > .fsElementContent {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}
.home:not(.fsComposeMode) .panel-calendar article {
  text-align: left;
  border: none;
  margin: 0;
}
.home:not(.fsComposeMode) .panel-calendar article .fsTitle {
  margin-bottom: 12px;
  font-weight: normal;
}
.home:not(.fsComposeMode) .panel-calendar article .fsTitle a {
  color: #003e7e;
}
.home:not(.fsComposeMode) .panel-calendar article .fsTitle a:hover {
  color: #4f7eaf;
}
.home:not(.fsComposeMode) .panel-calendar .fsDate {
  display: block;
  background: #003e7e;
  height: 68px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
}
.home:not(.fsComposeMode) .panel-calendar .fsDate span {
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
}
.home:not(.fsComposeMode) .panel-calendar .fsDate .fsMonth {
  color: #4f7eaf;
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  width: 69.29825%;
  padding: 10px 0 0 15px;
}
.home:not(.fsComposeMode) .panel-calendar .fsDate .fsDayName {
  font-size: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 69.29825%;
  padding: 0 0 10px 15px;
}
.home:not(.fsComposeMode) .panel-calendar .fsDate .fsDay {
  font-size: 40px;
  color: #fff;
  background: #003266;
  padding: 22px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  width: 30.70175%;
}

body:not(.fsComposeMode) .icon-buttons {
  padding: 30px 20px;
  zoom: 1;
  font-family: "roboto-condensed", sans-serif;
}
body:not(.fsComposeMode) .icon-buttons:after {
  display: table;
  clear: both;
  content: '';
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .icon-buttons {
    padding: 20px 0;
    width: calc(100% - 80px);
    position: absolute;
    top: 267px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    max-width: 1182px;
  }
}
@media (min-width: 1000px) {
  body:not(.fsComposeMode) .icon-buttons {
    top: 386px;
  }
}
@media (min-width: 1400px) {
  body:not(.fsComposeMode) .icon-buttons {
    top: 580px;
  }
}
body:not(.fsComposeMode) .icon-buttons > .fsElementContent > .fsElement {
  width: calc(50% - 1px);
  float: left;
  margin-bottom: 37px;
}
body:not(.fsComposeMode) .icon-buttons > .fsElementContent > .fsElement:nth-child(odd) {
  border-right: 1px solid #e1e1e1;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .icon-buttons > .fsElementContent > .fsElement {
    width: 16.6%;
    margin-bottom: 0;
  }
  body:not(.fsComposeMode) .icon-buttons > .fsElementContent > .fsElement:nth-child(even) {
    border-right: 1px solid #e1e1e1;
  }
  body:not(.fsComposeMode) .icon-buttons > .fsElementContent > .fsElement:last-child {
    border-right: 0;
  }
}

.icon-apply,
.icon-facts,
.icon-cyo,
.icon-give,
.icon-endowment,
.icon-calendar,
.icon-contact {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}
.icon-apply a,
.icon-facts a,
.icon-cyo a,
.icon-give a,
.icon-endowment a,
.icon-calendar a,
.icon-contact a {
  display: block;
  padding-top: 60px;
  position: relative;
  font-weight: 700;
  letter-spacing: 1px;
}
.icon-apply a:before,
.icon-facts a:before,
.icon-cyo a:before,
.icon-give a:before,
.icon-endowment a:before,
.icon-calendar a:before,
.icon-contact a:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 44px;
  color: #adaeb0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.icon-apply a:hover:before,
.icon-facts a:hover:before,
.icon-cyo a:hover:before,
.icon-give a:hover:before,
.icon-endowment a:hover:before,
.icon-calendar a:hover:before,
.icon-contact a:hover:before {
  color: #003e7e;
  top: -10px;
  font-size: 54px;
}

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

.icon-facts a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.icon-cyo a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

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

.icon-endowment a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

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

.icon-contact a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent a, .portal:not(.fsComposeMode) .portal-cal .fsElementFooterContent a, .portal:not(.fsComposeMode) .portal-directory .fsElementPagination a, .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsEmail a {
  color: #003e7e;
}
.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: #4f7eaf;
}

.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: 16px;
  font-family: "roboto-condensed", sans-serif;
  height: 40px;
}
#fsAccountBar > ul > li {
  height: 40px;
  padding: 10px 12px 8px;
}
#fsAccountBar a {
  color: #fff;
  font-size: 16px;
  font-family: "roboto-condensed", sans-serif;
}
#fsAccountBar a:hover {
  color: #003e7e;
}
#fsAccountBar .fsAccountBarAvatar {
  height: 40px;
}
#fsAccountBar .fsAccountBarMenu a {
  color: #606060;
  font-size: 16px;
  font-family: "roboto-condensed", sans-serif;
}
#fsAccountBar .fsAccountBarMenu a:hover {
  color: #003e7e;
}

.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: #4f7eaf;
}
.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: 73.75em;
  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: "roboto-condensed", 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: "roboto-condensed", 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: "roboto-condensed", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #606060;
  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: "roboto-condensed", 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: #003e7e;
}
.portal:not(.fsComposeMode) .portal-news .fsDateTime {
  font-family: "roboto-condensed", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #606060;
}
.portal:not(.fsComposeMode) .portal-news .fsSummary {
  font-size: 16px;
  color: #606060;
  line-height: 25px;
}
.portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink {
  display: inline-block;
  font-family: "roboto-condensed", 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-family: "roboto", sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1em;
  display: block;
}
.portal:not(.fsComposeMode) .portal-cal article .fsDate .fsMonth {
  text-transform: uppercase;
  font-family: "roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: block;
}
.portal:not(.fsComposeMode) .portal-cal article .fsTitle {
  font-family: "roboto", sans-serif;
  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: #003e7e;
}
.portal:not(.fsComposeMode) .portal-cal article .fsEventDetails {
  font-family: "roboto", sans-serif;
  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: "roboto-condensed", sans-serif;
  font-size: 16px;
  color: #4f7eaf;
  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: "roboto-condensed", sans-serif;
  font-size: 16px;
  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: "roboto-condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #4f7eaf;
}
@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: "roboto-condensed", 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: #003e7e;
}
.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;
  }
}
.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel1 {
  position: relative;
}
.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel1 > li > a {
  padding: 0.625em;
  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: #003e7e;
}
.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel2 > li > a {
  padding: 0.625em 1.25em;
  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: "roboto-condensed", sans-serif;
  font-weight: 600;
  font-size: 16px;
  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: #003e7e;
  color: #fff;
  font-family: "roboto-condensed", 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;
  }
}
.portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle:after {
  display: none;
}
@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) {
  .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: 16px;
  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: 16px;
  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: "roboto-condensed", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #162f50;
}
.portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article .fsTitle > a:hover {
  color: #003e7e;
}
.portal:not(.fsComposeMode) .portal-photos {
  background: #d0d6dc;
  text-align: center;
  padding: 30px 0 55px;
}
.portal:not(.fsComposeMode) .portal-photos header h2.fsElementTitle {
  font-family: "roboto-condensed", sans-serif;
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
}
.portal:not(.fsComposeMode) .portal-photos ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.portal:not(.fsComposeMode) .portal-photos ul li {
  display: inline-block;
  width: 20%;
  margin-left: -2px;
  margin-right: -2px;
  padding: 0 4px;
}
@media (max-width: 599px) {
  .portal:not(.fsComposeMode) .portal-photos ul li {
    width: 33.33%;
  }
}
@media (max-width: 480px) {
  .portal:not(.fsComposeMode) .portal-photos ul li {
    width: 50%;
  }
}
@media (max-width: 320px) {
  .portal:not(.fsComposeMode) .portal-photos ul li {
    width: 100%;
  }
}

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none;
}
.colors ol:after {
  display: table;
  clear: both;
  content: '';
}
.colors ol li {
  position: relative;
  float: left;
  margin-bottom: 2em;
  height: 4em;
  width: 36.36364%;
}
@media (min-width: 600px) {
  .colors ol li {
    width: 18.18182%;
  }
}
@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
    width: 9.09091%;
  }
}
.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}
.colors ol li:nth-of-type(1) {
  background: #606060;
  color: #606060;
}
.colors ol li:nth-of-type(1):after {
  content: "#606060";
}
.colors ol li:nth-of-type(2) {
  background: #003e7e;
  color: #003e7e;
}
.colors ol li:nth-of-type(2):after {
  content: "#003e7e";
}
.colors ol li:nth-of-type(3) {
  background: #4f7eaf;
  color: #4f7eaf;
}
.colors ol li:nth-of-type(3):after {
  content: "#4f7eaf";
}
.colors ol li:nth-of-type(4) {
  background: #9ac0e7;
  color: #9ac0e7;
}
.colors ol li:nth-of-type(4):after {
  content: "#9ac0e7";
}
.colors ol li:nth-of-type(5) {
  background: #003266;
  color: #003266;
}
.colors ol li:nth-of-type(5):after {
  content: "#003266";
}
.colors ol li:nth-of-type(6) {
  background: #3f3f3f;
  color: #3f3f3f;
}
.colors ol li:nth-of-type(6):after {
  content: "#3f3f3f";
}
.colors ol li:nth-of-type(7) {
  background: #474747;
  color: #474747;
}
.colors ol li:nth-of-type(7):after {
  content: "#474747";
}
.colors ol li:nth-of-type(1) {
  background: #606060;
  color: #606060;
}
.colors ol li:nth-of-type(1):after {
  content: "#606060";
}
.colors ol li:nth-of-type(9) {
  background: #adaeb0;
  color: #adaeb0;
}
.colors ol li:nth-of-type(9):after {
  content: "#adaeb0";
}
.colors ol li:nth-of-type(10) {
  background: #e1e1e1;
  color: #e1e1e1;
}
.colors ol li:nth-of-type(10):after {
  content: "#e1e1e1";
}
.colors ol li:nth-of-type(11) {
  background: #eaeaea;
  color: #eaeaea;
}
.colors ol li:nth-of-type(11):after {
  content: "#eaeaea";
}

.fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none;
}
.fonts ol:after {
  display: table;
  clear: both;
  content: '';
}
.fonts ol li {
  margin-bottom: 0.3125em;
  padding: 0.3125em;
}
.fonts ol li:nth-of-type(1) {
  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: "roboto-condensed", sans-serif;
}
.fonts ol li:nth-of-type(3):after {
  content: "roboto-condensed, sans-serif";
}
.fonts ol li:nth-of-type(4) {
  font-family: "roboto", sans-serif;
}
.fonts ol li:nth-of-type(4):after {
  content: "roboto, sans-serif";
}
.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: 35px / line: 40px";
}
.headers h2:after {
  content: " size: 30px / line: 40px";
}
.headers h3:after {
  content: " size: 22px / line: 29px";
}
.headers h4:after {
  content: " size: 22px / line: 25px";
}
.headers h5:after {
  content: " size: 18px / line: 25px";
}
.headers h6:after, .headers blockquote em:after, blockquote .headers em:after,
.headers .fs_style_29 em:after,
.fs_style_29 .headers em:after, .headers .fsNews .fsDateTime:after, .fsNews .headers .fsDateTime:after {
  content: " size: 14px / line: 25px";
}
