 /**
 *
 * Cristo Rey Network - default
 * @link https://cristorey.redesign.finalsite.com
 * Built By: Jordan Melendez
 * Project Manager: Connie Cavallo
 * Designer: Natalie Sequeira
 *
 */

@charset "UTF-8";
/*! config-site v0.0.1 */
/*! config-type v0.0.1 */
/*! config-constants v0.0.1 */
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 78.6666666667em;
  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.3333333333em;
  margin-left: 1.3333333333em;
}

.margin-x-2x {
  margin-right: 2.6666666667em;
  margin-left: 2.6666666667em;
}

.margin-y {
  margin-top: 1.3333333333em;
  margin-bottom: 1.3333333333em;
}

.margin-y-2x {
  margin-top: 2.6666666667em;
  margin-bottom: 2.6666666667em;
}

.padding-x {
  padding-right: 1.3333333333em;
  padding-left: 1.3333333333em;
}

.padding-x-2x {
  padding-right: 2.6666666667em;
  padding-left: 2.6666666667em;
}

.padding-y {
  padding-top: 1.3333333333em;
  padding-bottom: 1.3333333333em;
}

.padding-y-2x {
  padding-top: 2.6666666667em;
  padding-bottom: 2.6666666667em;
}

.stretch-container {
  margin-right: -1.3333333333em;
  margin-left: -1.3333333333em;
}

.cover {
  position: absolute;
  height: 50px;
  width: 100%;
}

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
		<div class='parent'>
			<span class='sibling'>Dropdown</span>
			<ul class='dropdown'>
				<li>Link</li>
				<li>Link</li>
				<li>Link</li>
			</ul>
		</div>

Use: 
		.parent {
				@include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
		}

		.parent {
				@include drop(".dropdown", true, ".drop-class"); //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
		}

*/
/*! helpers - typography v0.0.1 */
/*! content - html v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts//icomoon.eot");
  src: url("../fonts//icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts//icomoon.woff2") format("woff2"), url("../fonts//icomoon.woff") format("woff"), url("../fonts//icomoon.ttf") format("truetype"), url("../fonts//icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal;
}
.fsAthleticsEvent.fsTable thead th, .fsRosterName, .fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
}

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 36px;
  line-height: 38px;
  font-family: "trajan-pro-3", Georgia, serif;
  color: #004b87;
  margin-bottom: 16px;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 32px;
  line-height: 34px;
  font-family: "trajan-pro-3", Georgia, serif;
  color: #004b87;
  margin-bottom: 16px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  font-family: "trajan-pro-3", Georgia, serif;
  color: #004b87;
  margin-bottom: 10px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 26px;
  font-family: "trajan-pro-3", Georgia, serif;
  color: #004b87;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  font-family: "nimbus-sans", sans-serif;
  color: #004b87;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  font-family: "nimbus-sans", sans-serif;
  color: #004b87;
  font-weight: bold;
  margin-bottom: 10px;
}

p {
  margin: 0 0 20px;
}

hr {
  margin: 0 auto 20px;
}

a {
  outline: 0;
  text-decoration: none;
  color: #eaaa00;
  transition: background .3s, color .3s;
}
a:hover {
  color: #004b87;
}

ul,
ol {
  margin-top: 0;
  padding-left: 1.3333333333em;
}

.fs_style_26 {
  margin-bottom: 1.3333333333em;
  width: 100%;
}
.fs_style_26 th,
.fs_style_26 td {
  vertical-align: top;
}
.fs_style_26 th {
  padding: 0.6666666667em;
  text-align: left;
  background: #004b87;
  color: #fff;
  font-family: "nimbus-sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
}
.fs_style_26 td {
  padding: 0.6666666667em 1.3333333333em;
  background: rgba(0, 0, 0, 0.05);
}
.fs_style_26 tr:nth-of-type(odd) td {
  background-color: rgba(0, 0, 0, 0.1);
}

.fs_style_27 {
  margin-bottom: 1.3333333333em;
  width: 100%;
}
.fs_style_27 th,
.fs_style_27 td {
  vertical-align: top;
}
.fs_style_27 th {
  padding: 1.3333333333em;
  text-align: left;
  background: #004b87;
  color: #fff;
  font-family: "nimbus-sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  display: none;
}
.fs_style_27 td {
  padding: 0.6666666667em 1.3333333333em;
  background: rgba(0, 0, 0, 0.05);
}
.fs_style_27 tr:nth-of-type(odd) td {
  background-color: rgba(0, 0, 0, 0.1);
}

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 0 20px;
  padding: 10px 20px;
  background: #737373;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-shadow: none;
}
.fsLoadMoreButton:hover {
  background: #666666;
  color: #fff;
}
.fsLoadMoreButton em {
  display: block;
  font-style: normal;
}

.button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #004b87;
  color: #fff;
  outline: 0;
  border-radius: 0;
}
.button:hover {
  background: #003d6e;
  color: #fff;
}
.button em {
  display: block;
  font-style: normal;
}

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #eaaa00;
  color: #fff;
  outline: 0;
  border-radius: 0;
}
.color-button:hover {
  background: #d19700;
  color: #fff;
}
.color-button em {
  display: block;
  font-style: normal;
}

.hollow-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: transparent;
  color: #eaaa00;
  outline: 0;
  border-radius: 0;
  border: 0.2em solid #eaaa00;
}
.hollow-button:hover {
  background: rgba(0, 0, 0, 0);
  color: #eaaa00;
}
.hollow-button em {
  display: block;
  font-style: normal;
}

/*! content - style manger v0.0.1 */
.lead-in,
.fs_style_25 {
  font-size: 1.3333333333em;
  line-height: 1.2em;
  color: #929292;
}

blockquote {
  position: relative;
  margin: 20px 0;
  font-size: 17px;
  line-height: 1.2em;
}
blockquote:before {
  position: absolute;
  right: 100%;
  top: 0;
  content: '\201C';
  color: #004b87;
}
blockquote:after {
  position: absolute;
  bottom: 7px;
  content: '\201C';
  color: #004b87;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

cite,
.fs_style_15 {
  display: block;
  margin: 0 0 20px;
  font-style: normal;
  font-family: "trajan-pro-3", Georgia, serif;
  color: #004b87;
  text-transform: uppercase;
  margin-top: -10px;
}

.callout,
.fs_style_23 {
  color: #004b87;
  font-family: "trajan-pro-3", Georgia, serif;
  font-family: 18px;
  border-left: 1px solid #e3e3e3;
  padding-left: 20px;
}

.sample-callout,
.more-sample-callout {
  padding: 20px 0px;
}

.fs_style_16 {
  padding: 20px;
  border: 1px solid #004b87;
  color: #004b87;
  font-family: "trajan-pro-3", Georgia, serif;
  font-size: 18px;
}
.fs_style_16:hover {
  background-color: #004b87;
  color: #fff;
}
.fs_style_16.left {
  float: left;
  margin-left: 20px;
}
@media (min-width: 500px) {
  .fs_style_16.left {
    width: 50%;
  }
}
.fs_style_16.right {
  float: right;
  margin-right: 20px;
}
@media (min-width: 500px) {
  .fs_style_16.right {
    width: 50%;
  }
}

.fs_style_17 {
  padding: 20px;
  border: 1px solid #eaaa00;
  color: #eaaa00;
  font-family: "trajan-pro-3", Georgia, serif;
  font-size: 18px;
}
.fs_style_17:hover {
  background-color: #eaaa00;
  color: #fff;
}
.fs_style_17.left {
  float: left;
  margin-left: 20px;
}
@media (min-width: 500px) {
  .fs_style_17.left {
    width: 50%;
  }
}
.fs_style_17.right {
  float: right;
  margin-right: 20px;
}
@media (min-width: 500px) {
  .fs_style_17.right {
    width: 50%;
  }
}

.fs_style_18 {
  padding: 20px;
  border: 1px solid #e3e3e3;
  color: #737373;
  font-family: "trajan-pro-3", Georgia, serif;
  font-size: 18px;
}
.fs_style_18:hover {
  background-color: #e3e3e3;
  color: #737373;
}
.fs_style_18.left {
  float: left;
  margin-left: 20px;
}
@media (min-width: 500px) {
  .fs_style_18.left {
    width: 50%;
  }
}
.fs_style_18.right {
  float: right;
  margin-right: 20px;
}
@media (min-width: 500px) {
  .fs_style_18.right {
    width: 50%;
  }
}

.fs_style_19 {
  padding: 20px;
  background: #004b87;
  color: #fff;
  font-family: "trajan-pro-3", Georgia, serif;
  font-size: 18px;
}
.fs_style_19:hover {
  background-color: #004175;
  color: #fff;
}
.fs_style_19:hover a {
  color: #fff;
  text-decoration: underline;
}
.fs_style_19 a {
  color: #fff;
}
.fs_style_19.left {
  float: left;
  margin-left: 20px;
}
@media (min-width: 500px) {
  .fs_style_19.left {
    width: 50%;
  }
}
.fs_style_19.right {
  float: right;
  margin-right: 20px;
}
@media (min-width: 500px) {
  .fs_style_19.right {
    width: 50%;
  }
}

.fs_style_20 {
  padding: 20px;
  background: #eaaa00;
  color: #fff;
  font-family: "trajan-pro-3", Georgia, serif;
  font-size: 18px;
}
.fs_style_20:hover {
  background-color: #eaa500;
  color: #fff;
}
.fs_style_20:hover a {
  color: #fff;
  text-decoration: underline;
}
.fs_style_20 a {
  color: #fff;
}
.fs_style_20.left {
  float: left;
  margin-left: 20px;
}
@media (min-width: 500px) {
  .fs_style_20.left {
    width: 50%;
  }
}
.fs_style_20.right {
  float: right;
  margin-right: 20px;
}
@media (min-width: 500px) {
  .fs_style_20.right {
    width: 50%;
  }
}

.fs_style_22 {
  padding: 20px;
  background: #e3e3e3;
  color: #737373;
  font-family: "trajan-pro-3", Georgia, serif;
  font-size: 18px;
}
.fs_style_22:hover {
  background-color: #d6d6d6;
  color: #737373;
}
.fs_style_22.left {
  float: left;
  margin-left: 20px;
}
@media (min-width: 500px) {
  .fs_style_22.left {
    width: 50%;
  }
}
.fs_style_22.right {
  float: right;
  margin-right: 20px;
}
@media (min-width: 500px) {
  .fs_style_22.right {
    width: 50%;
  }
}

.content-box-1 {
  background-color: #004b87;
  padding: 20px;
  color: #fff;
}
.content-box-1 .fsElementTitle {
  font-size: 20px;
  color: #fff;
  background-color: #004b87;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.content-box-1 p {
  margin: 0;
}
.content-box-1 a {
  word-wrap: break-word;
}
.content-box-1 a:hover {
  color: #fff;
}

.content-box-2 {
  margin: 20px 0;
  background-color: #eaaa00;
  padding: 20px;
  color: #fff;
}
.content-box-2 .fsElementTitle {
  font-size: 20px;
  background-color: #eaaa00;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.content-box-2 p {
  margin: 0;
}
.content-box-2 a {
  color: #004b87;
  word-wrap: break-word;
}
.content-box-2 a:hover {
  color: #fff;
}

.content-box-3 {
  margin: 20px 0;
  background-color: #e3e3e3;
  padding: 20px;
  color: #004b87;
}
.content-box-3 .fsElementTitle {
  font-size: 20px;
  background-color: #e3e3e3;
  border-bottom: 1px solid #004b87;
  padding-bottom: 10px;
}
.content-box-3 a {
  word-wrap: break-word;
}
.content-box-3 p {
  margin: 0;
}

.content-box-4 {
  margin: 20px 0;
  border: 1px solid #004b87;
  padding: 20px;
  color: #004b87;
}
.content-box-4 .fsElementTitle {
  font-size: 20px;
  border-bottom: 1px solid #004b87;
  padding-bottom: 10px;
}
.content-box-4 a {
  word-wrap: break-word;
}
.content-box-4 p {
  margin: 0;
}

.fs_style_28 {
  width: 100%;
}

.fs_style_24 {
  color: #fff;
  font-size: 14px;
  font-family: "nimbus-sans", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.fs_style_24:hover {
  cursor: pointer;
  color: #eaaa00;
}
@media (max-width: 1049px) {
  .fs_style_24 {
    margin-top: -21px;
  }
}
@media (max-width: 899px) {
  .fs_style_24 {
    margin-top: -31px;
  }
}

.icon-cross:before {
  content: '\e930';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-retention:before {
  content: '\e931';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-dollar:before {
  content: '\e933';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-business:before {
  content: '\e932';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-brain:before {
  content: '\e90d';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-megaphone:before {
  content: '\e90e';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-sun:before {
  content: '\e90f';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-trophy:before {
  content: '\e910';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-apple-books:before {
  content: '\e911';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-paint-pallete:before {
  content: '\e912';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-microscope:before {
  content: '\e913';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-certificate:before {
  content: '\e914';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-backpack:before {
  content: '\e915';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-books:before {
  content: '\e916';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-government:before {
  content: '\e917';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-lightbulb:before {
  content: '\e918';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-shopping-cart:before {
  content: '\e919';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-usa:before {
  content: '\e91a';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-chart:before {
  content: '\e91b';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-people:before {
  content: '\e91c';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-clipboard:before {
  content: '\e91d';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-savings:before {
  content: '\e91e';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-info:before {
  content: '\e91f';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-home:before {
  content: '\e920';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-graph:before {
  content: '\e921';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-globe:before {
  content: '\e922';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-banner:before {
  content: '\e923';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-recycle:before {
  content: '\e924';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-graduate:before {
  content: '\e925';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-network:before {
  content: '\e926';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-star:before {
  content: '\e927';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-pencil:before {
  content: '\e928';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-diploma:before {
  content: '\e929';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.icon-list ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 650px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 600px;
}
.icon-list ul, .icon-list ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.icon-list ul li {
  margin: 0;
  padding: 0;
}
.icon-list ul .icon-cross:before {
  content: '\e930';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-retention:before {
  content: '\e931';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-business:before {
  content: '\e932';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-dollar:before {
  content: '\e933';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-brain:before {
  content: '\e90d';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-megaphone:before {
  content: '\e90e';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-sun:before {
  content: '\e90f';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-trophy:before {
  content: '\e910';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-apple-books:before {
  content: '\e911';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-paint-pallete:before {
  content: '\e912';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-microscope:before {
  content: '\e913';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-certificate:before {
  content: '\e914';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-backpack:before {
  content: '\e915';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-books:before {
  content: '\e916';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-government:before {
  content: '\e917';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-lightbulb:before {
  content: '\e918';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-shopping-cart:before {
  content: '\e919';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-usa:before {
  content: '\e91a';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-chart:before {
  content: '\e91b';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-people:before {
  content: '\e91c';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-clipboard:before {
  content: '\e91d';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-savings:before {
  content: '\e91e';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-info:before {
  content: '\e91f';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-home:before {
  content: '\e920';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-graph:before {
  content: '\e921';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-globe:before {
  content: '\e922';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-banner:before {
  content: '\e923';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-recycle:before {
  content: '\e924';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-graduate:before {
  content: '\e925';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-network:before {
  content: '\e926';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-star:before {
  content: '\e927';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-pencil:before {
  content: '\e928';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}
.icon-list ul .icon-diploma:before {
  content: '\e929';
  font-family: 'Icomoon';
  color: #055eaa;
  font-size: 40px;
  display: inline-block;
}

/*! structure - header v0.0.1 */
#fsHeader {
  background-color: #fff;
  padding: 0 20px;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 899px) {
  #fsHeader {
    border-bottom: 50px solid rgba(3, 76, 131, 0.8);
  }
}
#fsHeader .header-banner {
  margin-top: -74px;
}
#fsHeader .header-banner img {
  width: 100%;
  height: 100%;
}
@media (max-width: 899px) {
  #fsHeader .header-banner img {
    border-top: 50px solid rgba(3, 76, 131, 0.8);
  }
}
@media (max-width: 899px) {
  #fsHeader .header-banner {
    margin-top: 0;
    border-top: 3px solid #eaaa00;
  }
}
@media (max-width: 899px) {
  #fsHeader .fsBanner {
    border-bottom: 3px solid #eaaa00;
  }
}
@media (max-width: 899px) {
  #fsHeader .banner-header {
    border: none;
  }
}
#fsHeader .top-search {
  position: absolute;
  right: 110px;
  top: 36px;
  z-index: 500;
}
@media (max-width: 1049px) {
  #fsHeader .top-search {
    right: 30px;
  }
}
@media (max-width: 899px) {
  #fsHeader .top-search {
    display: none;
  }
}
#fsHeader .top-search form {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 0px;
  height: 40px;
  transition: all 0.4s ease-in;
}
#fsHeader .top-search form:hover {
  width: 270px;
  transition: all 0.4s ease-in;
}
#fsHeader .top-search form:hover .search-btn:after {
  color: #fff;
}
#fsHeader .top-search input {
  width: 270px;
  background-color: #eaaa00;
  border: none;
  width: 270px;
  height: 40px;
  transition: all 0.4s ease-out;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
}
#fsHeader .top-search input:focus {
  outline: none;
}
#fsHeader .top-search ::-webkit-input-placeholder {
  color: #fff;
}
#fsHeader .top-search .search-btn {
  position: absolute;
  right: 0;
  top: 7px;
  background: none;
  border: none;
}
#fsHeader .top-search .search-btn:focus {
  outline: none;
}
#fsHeader .top-search .search-btn:after {
  content: "\e90a";
  font-family: "icomoon";
  color: #737373;
}

.site-info-container {
  position: relative;
  margin: 0 auto;
  max-width: 78.6666666667em;
  max-width: 73.75rem;
  max-width: 29.75rem;
  margin: 0;
  padding: 10px 0;
  overflow: hidden;
  white-space: nowrap;
  height: 99px;
}
.site-info-container a {
  display: block;
  width: 353px;
  margin-left: 110px;
  color: transparent;
  background: url("../images/logo.png") no-repeat 0 50%;
}
.site-info-container a:hover {
  color: transparent;
}
@media (max-width: 1049px) {
  .site-info-container a {
    margin-left: 30px;
  }
}
@media (max-width: 899px) {
  .site-info-container a {
    width: 327px;
  }
}
@media (max-width: 499px) {
  .site-info-container a {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/*! structure - footer v0.0.1 */
#fsFooter {
  padding: 20px;
  padding-bottom: 0px;
  text-align: center;
  color: #fff;
  position: relative;
  height: 273px;
}
@media (max-width: 899px) {
  #fsFooter {
    height: 385px;
  }
}
@media (max-width: 599px) {
  #fsFooter {
    height: 695px;
  }
}
#fsFooter .footer-nav .fsNavLevel1 {
  position: absolute;
  right: 4px;
  top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 430px;
}
#fsFooter .footer-nav .fsNavLevel1, #fsFooter .footer-nav .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#fsFooter .footer-nav .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}
@media (max-width: 1049px) {
  #fsFooter .footer-nav .fsNavLevel1 {
    right: -46px;
  }
}
@media (max-width: 899px) {
  #fsFooter .footer-nav .fsNavLevel1 {
    width: 511px;
    right: 50%;
    margin-right: -294px;
    top: 168px;
  }
}
@media (max-width: 599px) {
  #fsFooter .footer-nav .fsNavLevel1 {
    width: 198px;
    right: 50%;
    margin-right: -99px;
    margin-top: -20px;
    top: 168px;
  }
}
@media (max-width: 449px) {
  #fsFooter .footer-nav .fsNavLevel1 {
    top: 200px;
  }
}
#fsFooter .footer-nav .fsNavLevel1 li {
  text-align: left;
  width: 50%;
  margin: 5px 0;
}
@media (max-width: 899px) {
  #fsFooter .footer-nav .fsNavLevel1 li:nth-child(2) {
    width: 21%;
  }
}
@media (max-width: 899px) {
  #fsFooter .footer-nav .fsNavLevel1 li:nth-child(5) {
    width: 21%;
  }
}
@media (max-width: 899px) {
  #fsFooter .footer-nav .fsNavLevel1 li {
    width: 33%;
  }
}
@media (max-width: 599px) {
  #fsFooter .footer-nav .fsNavLevel1 li:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 599px) {
  #fsFooter .footer-nav .fsNavLevel1 li:nth-child(5) {
    width: 100%;
  }
}
@media (max-width: 599px) {
  #fsFooter .footer-nav .fsNavLevel1 li {
    padding: 5px 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 449px) {
  #fsFooter .footer-nav .fsNavLevel1 li {
    padding: 0;
  }
  #fsFooter .footer-nav .fsNavLevel1 li:nth-child(2) {
    -ms-flex-order: 1;
    order: 1;
  }
  #fsFooter .footer-nav .fsNavLevel1 li:nth-child(4) {
    -ms-flex-order: 1;
    order: 1;
  }
  #fsFooter .footer-nav .fsNavLevel1 li:nth-child(6) {
    -ms-flex-order: 1;
    order: 1;
  }
}
#fsFooter .footer-nav .fsNavLevel1 li a {
  color: #fff;
  opacity: .6;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
#fsFooter .footer-nav .fsNavLevel1 li a:hover {
  color: #eaaa00;
}
#fsFooter .school-title {
  position: absolute;
  font-family: "trajan-pro-3", Georgia, serif;
  color: #eaaa00;
  font-size: 19px;
  left: 108px;
  top: 57px;
}
@media (max-width: 1049px) {
  #fsFooter .school-title {
    left: 50px;
  }
}
@media (max-width: 899px) {
  #fsFooter .school-title {
    left: 50%;
    margin-left: -120px;
  }
}
@media (max-width: 449px) {
  #fsFooter .school-title {
    top: 38px;
  }
}
#fsFooter .school-info {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 517px;
  position: absolute;
  top: 100px;
  left: 90px;
}
@media (max-width: 1049px) {
  #fsFooter .school-info {
    left: 30px;
  }
}
@media (max-width: 899px) {
  #fsFooter .school-info {
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    margin-left: -269.5px;
  }
}
@media (max-width: 449px) {
  #fsFooter .school-info {
    width: 290px;
    margin-left: -145px;
    top: 83px;
  }
  #fsFooter .school-info .street-address,
  #fsFooter .school-info .locality {
    width: 100%;
  }
}
#fsFooter .school-info .street-address:after {
  content: '|';
  padding: 0 3px;
}
@media (max-width: 449px) {
  #fsFooter .school-info .street-address:after {
    display: none;
  }
}
#fsFooter .school-info .phone-number:after {
  content: '|';
  padding: 0 3px;
}
#fsFooter .school-info a {
  color: #fff;
}
#fsFooter .social-nav-container {
  background-color: #00345e;
  margin-top: 60px;
  margin-left: -20px;
  margin-right: -20px;
  text-align: right;
}
@media (max-width: 899px) {
  #fsFooter .social-nav-container {
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-right: 0;
  }
}
@media (max-width: 599px) {
  #fsFooter .social-nav-container {
    height: 230px;
  }
}

.school-details {
  margin-bottom: 20px;
}
.school-details [itemprop='name'] {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 26px;
  font-family: "trajan-pro-3", Georgia, serif;
  color: #004b87;
  margin-bottom: 10px;
}
.school-details [itemprop='streetAddress'] {
  display: block;
}
.school-details [itemprop='telephone'] {
  display: inline-block;
}
.school-details [itemprop='fax'] {
  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: "nimbus-sans", sans-serif;
  background: #004b87;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 0.9375em;
  line-height: 1.4666666667;
  color: #737373;
}

#fsPageWrapper {
  overflow: hidden;
  position: relative;
}

#fsPageBodyWrapper {
  padding-right: 1.3333333333em;
  padding-left: 1.3333333333em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 78.6666666667em;
  max-width: 73.75rem;
}

#fsBannerLeft {
  margin-bottom: 20px;
  width: 100%;
  float: none;
}
@media (min-width: 800px) {
  #fsBannerLeft {
    float: left;
  }
}
@media (min-width: 800px) {
  #fsBannerLeft {
    padding-right: 40px;
    width: 23.7288135593%;
  }
}

#fsPageContent {
  margin-bottom: 20px;
  width: 100% !important;
  float: none !important;
}
@media (min-width: 800px) {
  #fsPageContent {
    float: left !important;
  }
}
@media (min-width: 800px) {
  .fsHasRightBanner #fsPageContent {
    width: 72.8813559322% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner #fsPageContent {
    width: 76.2711864407% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: 49.1525423729% !important;
  }
}

#fsBannerRight {
  margin-bottom: 20px;
  width: 100%;
  float: none;
}
@media (min-width: 800px) {
  #fsBannerRight {
    float: left;
  }
}
@media (min-width: 800px) {
  #fsBannerRight {
    padding-left: 40px;
    width: 27.1186440678%;
  }
}

@media (min-width: 800px) {
  .fsLayout {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.fsLayout .fsDiv {
  margin-bottom: 20px;
  width: 100%;
  float: none;
}
@media (min-width: 800px) {
  .fsLayout .fsDiv {
    float: left;
  }
}
@media (min-width: 800px) {
  .fsLayout .fsDiv {
    padding-right: 1.3333333333em;
    padding-left: 1.3333333333em;
  }
}

@media (min-width: 800px) {
  .fsTwoColumnLayout .fsDiv {
    width: 50%;
  }
}

@media (min-width: 900px) {
  .fsThreeColumnLayout .fsDiv {
    width: 33.3333333333%;
  }
}

@media (min-width: 800px) {
  .fsFourColumnLayout .fsDiv {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .fsFourColumnLayout .fsDiv {
    width: 25%;
  }
}

.fsLayout .fsStyleTwoThirds {
  width: 100%;
}
@media (min-width: 1000px) {
  .fsLayout .fsStyleTwoThirds {
    width: 66.6666666667%;
  }
}
.fsLayout .fsStyleOneThird {
  width: 100%;
}
@media (min-width: 1000px) {
  .fsLayout .fsStyleOneThird {
    width: 33.3333333333%;
  }
}

#fsPoweredByFinalsite {
  position: relative;
  margin: 0 auto;
  max-width: 78.6666666667em;
  max-width: 73.75rem;
  padding-right: 1.3333333333em;
  padding-left: 1.3333333333em;
  position: absolute;
  bottom: 29px;
  left: 110px;
}
@media (max-width: 1049px) {
  #fsPoweredByFinalsite {
    left: 50px;
  }
}
@media (max-width: 599px) {
  #fsPoweredByFinalsite {
    left: 20px;
    bottom: 20px;
  }
}

.fsBreadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsBreadcrumb li {
  display: inline-block;
}

/*! navigation - main v0.0.1 */
.nav-main {
  position: relative;
  background-color: rgba(0, 75, 135, 0.8);
  width: 100%;
  border-top: 3px solid #eaaa00;
  z-index: 200;
}
#fsHeader .nav-main {
  display: none;
}
@media (min-width: 900px) {
  #fsHeader .nav-main {
    display: block;
  }
}
.nav-main, .nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-main li {
  margin: 0;
  padding: 0;
}
@media (min-width: 900px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 78.6666666667em;
    max-width: 73.75rem;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 51.75em;
  }
  .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: static !important;
}
@media (min-width: 900px) {
  .nav-main .fsNavLevel1 > li {
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
}
.nav-main .fsNavLevel1 > li > a {
  padding: 1.3333333333em;
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
}
.nav-main .fsNavLevel1 > li > a:hover {
  background: transparent;
  color: #eaaa00;
}
.nav-main .fsNavLevel1 > .fsNavCurrentPage > a {
  background: transparent;
  color: #eaaa00;
}
.nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
  background: transparent;
  color: #eaaa00;
}

.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.94);
  text-align: left;
  width: 162%;
  height: 280px;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav-main .fsNavLevel1 > li .fsNavPageInfo {
  left: -31%;
  -ms-transform: none;
  transform: none;
}
.nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
  left: -31%;
  -ms-transform: none;
  transform: none;
}
.nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
  right: 0;
  -ms-transform: none;
  transform: none;
}
@media (min-width: 897px) {
  .nav-main .fsNavParentPage:hover .fsNavPageInfo {
    display: -ms-flexbox;
    display: flex;
  }
}
.nav-main .fsNavPageDescription {
  width: 208px;
  margin-top: 40px;
  margin-right: 50px;
}
.nav-main .fsNavPageDescription strong {
  color: #004b87;
  font-size: 20px;
  font-family: "trajan-pro-3", Georgia, serif;
  font-weight: normal;
}
.nav-main .fsNavPageDescription a {
  color: #838383;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  bottom: 52px;
}
.nav-main .fsNavPageThumbnail {
  -ms-flex-order: -1;
  order: -1;
  margin-top: 40px;
  margin-right: 30px;
}
.nav-main .fsNavLevel2 {
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  width: 560px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 20%;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1149px) {
  .nav-main .fsNavLevel2 {
    width: 430px;
  }
}
@media (max-width: 999px) {
  .nav-main .fsNavLevel2 {
    width: 275px;
  }
}
.nav-main .fsNavLevel2 .col-2:first-child {
  padding-right: 30px;
}
.nav-main .fsNavLevel2 li {
  min-width: 255px;
  border-bottom: 1px solid rgba(63, 63, 63, 0.3);
}
@media (max-width: 1149px) {
  .nav-main .fsNavLevel2 li {
    min-width: 200px;
  }
}
@media (max-width: 999px) {
  .nav-main .fsNavLevel2 li {
    min-width: 150px;
  }
}
.nav-main .fsNavLevel2 a {
  padding: 0.6666666667em;
  color: #3f3f3f;
  display: block;
}
.nav-main .fsNavLevel2 a:hover {
  color: #004b87;
}

/*! navigation - off-canvas v0.0.1 */
.drawer-ribbon {
  position: relative;
  height: 50px;
}
@media (min-width: 900px) {
  .drawer-ribbon {
    display: none;
  }
}

.drawer-trigger {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 0;
  right: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  max-width: 50px;
  z-index: 700;
  right: 32px;
  top: 20px;
}
@media (min-width: 900px) {
  .drawer-trigger {
    display: none;
  }
}
@media (max-width: 499px) {
  .drawer-trigger {
    top: 100px;
    right: 20px;
  }
}
.drawer-trigger:after {
  content: '\e92a';
  font-family: 'Icomoon';
  color: #004b87;
  font-size: 20px;
}
@media (max-width: 499px) {
  .drawer-trigger:after {
    color: #fff;
  }
}
.drawer-is-active .drawer-trigger {
  right: 32px;
  top: 20px;
}
.drawer-is-active .drawer-trigger:after {
  content: '\e92b';
  font-family: 'Icomoon';
  font-size: 20px;
  color: #004b87;
}

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  right: 0;
  transform: translate3d(20%, 0, 0);
  -ms-transform: translate(20%, 0);
  transform: translate(20%, 0);
  width: 320px;
  min-height: 100%;
  max-width: 40em;
  background-color: rgba(230, 230, 230, 0.94);
}
@media (max-width: 499px) {
  .fsMenu {
    width: 100%;
  }
}
.fsMenu .mobile-top-search {
  position: absolute;
  right: 50%;
  margin-right: -127px;
  top: 98px;
  z-index: 500;
}
.fsMenu .mobile-top-search .search-btn {
  background: none;
  border: none;
  position: absolute;
  top: 7px;
  right: 5px;
}
.fsMenu .mobile-top-search .search-btn:after {
  content: "\e90a";
  color: #fff;
  font-family: "icomoon";
}
.fsMenu .mobile-top-search .search-btn:focus {
  outline: none;
}
.fsMenu .mobile-top-search .search-input {
  background-color: #eaaa00;
  border: none;
  width: 255px;
  height: 40px;
  transition: all 0.4s ease-out;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
}
.fsMenu .mobile-top-search .search-input:focus {
  outline: none;
}
.fsMenu .mobile-top-search ::-webkit-input-placeholder {
  color: #fff;
}
.fsMenu .nav-main {
  background-color: transparent;
  border: none;
  width: 255px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
}
.fsMenu .nav-main .fsNavLevel1 {
  -ms-flex-direction: column;
  flex-direction: column;
}
.fsMenu .nav-main .fsNavLevel1 > li {
  position: relative;
  text-align: left;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}
.fsMenu .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}
.fsMenu .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px;
}
@media (max-width: 599px) {
  .fsMenu .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
  }
}
.fsMenu .nav-main .fsNavLevel1 > li .fsNavPageInfo {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  background: none;
  height: 100%;
}
.fsMenu .nav-main .fsNavLevel1 > li .fsNavPageInfo .fsNavLevel2 {
  margin-top: 0;
  margin-left: 40px;
}
.fsMenu .nav-main .fsNavLevel1 > li .fsNavPageInfo .fsNavLevel2 li {
  border: none;
}
.fsMenu .nav-main .fsNavLevel1 > li .fsNavPageInfo .fsNavLevel2 li a {
  padding: 10px;
}
.fsMenu .nav-main .fsNavLevel1 > li:last-child {
  border-bottom: none;
}
.fsMenu .nav-main .fsNavLevel1 > .fsNavCurrentPage > a {
  background: transparent;
  color: #eaaa00;
}
.fsMenu .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
  background: transparent;
  color: #eaaa00;
}
.fsMenu .nav-main .fsNavLevel2 > .fsNavCurrentPage > a {
  background: transparent;
  color: #eaaa00;
}
.fsMenu .nav-main .fsNavLevel1 > li a {
  font-size: 18px;
  color: #004b87;
  padding: 20px;
}
.fsMenu .mobile-nav-util {
  width: 255px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.fsMenu .mobile-nav-util .fsNavLevel1 {
  list-style: none;
}
.fsMenu .mobile-nav-util .fsNavLevel1 > li {
  position: relative;
  padding: 5px;
}
.fsMenu .mobile-nav-util .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}
.fsMenu .mobile-nav-util .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px;
}
@media (max-width: 599px) {
  .fsMenu .mobile-nav-util .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
  }
}
.fsMenu .mobile-nav-util .fsNavLevel1 > li:nth-child(3) > a:after {
  content: '\e907';
  font-family: 'Icomoon';
  font-size: 10px;
  padding-left: 5px;
}
.fsMenu .mobile-nav-util .fsNavLevel1 > li .fsNavPageInfo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 500;
}
.fsMenu .mobile-nav-util .fsNavLevel1 > li .fsNavPageInfo a {
  padding: 20px;
}
.fsMenu .mobile-nav-util .fsNavLevel1 > li .fsNavPageInfo .fsNavLevel2 {
  list-style: none;
}
.fsMenu .mobile-nav-util .fsNavLevel1 a {
  color: #838383;
}
.drawer-is-active .fsMenu {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*! navigation - sub v0.0.1 */
.nav-sub, .nav-sub ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-sub li {
  margin: 0;
  padding: 0;
}
#fsHeader .nav-sub {
  display: block;
  padding: 0 20px;
  background: #fff;
}
@media (min-width: 800px) {
  #fsHeader .nav-sub {
    display: none;
  }
}
@media (min-width: 800px) {
  #fsPageBody .nav-sub {
    display: block;
  }
}
.nav-sub.nav-sub-empty {
  display: none !important;
}
@media (max-width: 799px) {
  .nav-sub > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
  }
}
.nav-sub.active-nav > .fsElementContent {
  max-height: 9999px;
  visibility: visible;
  opacity: 1;
}
.nav-sub ul li.fsNavCurrentPage > a, .nav-sub ul li.fsNavCurrentPageAncestor > a {
  color: #eaaa00;
  font-weight: bold;
}
.nav-sub ul li a {
  display: block;
  padding: 10px 0;
  color: #737373;
}
.nav-sub ul li a:hover {
  color: #eaaa00;
}
.nav-sub .fsNavLevel1, .nav-sub .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-sub .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}
.nav-sub .fsNavLevel1 > li {
  border-bottom: 1px solid #e3e3e3;
}
.nav-sub .fsNavLevel1 > li:last-child {
  border-bottom: none;
}
.nav-sub .fsNavLevel1 > li > a {
  color: #737373;
}
@media (max-width: 799px) {
  .nav-sub .fsNavLevel1 > li {
    margin-left: -20px;
    margin-right: -20px;
  }
  .nav-sub .fsNavLevel1 > li a {
    margin-left: 40%;
  }
}
.nav-sub .fsNavLevel2 {
  margin-left: 35px !important;
}
.nav-sub .fsNavLevel2, .nav-sub .fsNavLevel2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-sub .fsNavLevel2 li {
  margin: 0;
  padding: 0;
}
.nav-sub .fsNavLevel3 {
  margin-left: 35px !important;
}
.nav-sub .fsNavLevel3, .nav-sub .fsNavLevel3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-sub .fsNavLevel3 li {
  margin: 0;
  padding: 0;
}
.nav-sub > header {
  display: block;
  margin-top: -46px;
  margin-left: -20px;
  margin-right: -20px;
  border-bottom: 2px solid #eaaa00;
}
@media (min-width: 800px) {
  .nav-sub > header {
    display: none;
  }
}
.nav-sub > header > .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  font-family: "nimbus-sans", sans-serif;
  color: #004b87;
  margin-bottom: 10px;
  color: #eaaa00;
  position: relative;
  margin: 0;
  padding: 20px 20px 10px 40px;
  cursor: pointer;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 800px) {
  .nav-sub > header > .fsElementTitle {
    cursor: default;
  }
}
@media (max-width: 799px) {
  .nav-sub > header > .fsElementTitle:after {
    content: '\e92d';
    font-family: 'Icomoon';
    color: #eaaa00;
    position: absolute;
    right: 40px;
  }
}
@media (max-width: 799px) {
  .nav-sub.active-nav > header > .fsElementTitle:after {
    content: '\e909';
    font-family: 'Icomoon';
    color: #eaaa00;
  }
}

/*! Navigation - Social */
.nav-social {
  background: #00345e;
  height: 80px;
  margin-left: -20px;
  margin-right: -20px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
@media (max-width: 599px) {
  .nav-social {
    height: 230px;
  }
}
.nav-social .fsNavLevel1 {
  position: absolute;
  bottom: 0;
  right: 110px;
  padding: 0;
  list-style: none;
  font-size: 0;
}
@media (max-width: 1049px) {
  .nav-social .fsNavLevel1 {
    right: 50px;
  }
}
@media (max-width: 599px) {
  .nav-social .fsNavLevel1 {
    position: relative;
    left: 50%;
    margin-left: -89px;
    top: 40px;
    display: -ms-flexbox;
    display: flex;
    width: 178px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.nav-social .fsNavLevel1 li {
  margin: 5px 0;
  display: inline-block;
}
@media (max-width: 599px) {
  .nav-social .fsNavLevel1 li {
    margin: 0;
  }
}
.nav-social .fsNavLevel1 li:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 599px) {
  .nav-social .fsNavLevel1 li:not(:last-child) {
    margin-right: 0;
  }
}
.nav-social .fsNavLevel1 [href*='facebook']:before {
  content: "";
  font-family: "Icomoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 45px;
  color: rgba(255, 255, 255, 0.8);
}
.nav-social .fsNavLevel1 [href*='instagram']:before {
  content: "";
  font-family: "Icomoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 45px;
  color: rgba(255, 255, 255, 0.8);
}
.nav-social .fsNavLevel1 [href*='linkedin']:before {
  content: "";
  font-family: "Icomoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 45px;
  color: rgba(255, 255, 255, 0.8);
}
.nav-social .fsNavLevel1 [href*='pinterest']:before {
  content: "";
  font-family: "Icomoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 45px;
  color: rgba(255, 255, 255, 0.8);
}
.nav-social .fsNavLevel1 [href*='tumblr']:before {
  content: "";
  font-family: "Icomoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 45px;
  color: rgba(255, 255, 255, 0.8);
}
.nav-social .fsNavLevel1 [href*='twitter']:before {
  content: "";
  font-family: "Icomoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 45px;
  color: rgba(255, 255, 255, 0.8);
}
.nav-social .fsNavLevel1 [href*='vimeo']:before {
  content: "";
  font-family: "Icomoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 45px;
  color: rgba(255, 255, 255, 0.8);
}
.nav-social .fsNavLevel1 [href*='vine']:before {
  content: "";
  font-family: "Icomoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 45px;
  color: rgba(255, 255, 255, 0.8);
}
.nav-social .fsNavLevel1 [href*='youtube']:before {
  content: "";
  font-family: "Icomoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 45px;
  color: rgba(255, 255, 255, 0.8);
}
.nav-social .fsNavLevel1 [href*='rss']:before {
  content: "";
  font-family: "Icomoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 45px;
  color: rgba(255, 255, 255, 0.8);
}
.nav-social .fsNavLevel1 [href*='wordpress']:before {
  content: "";
  font-family: "Icomoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 45px;
  color: rgba(255, 255, 255, 0.8);
}
.nav-social .fsNavLevel1 [href*='facebook']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='instagram']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='linkedin']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='pinterest']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='tumblr']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='twitter']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='vimeo']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='vine']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='youtube']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='rss']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='wordpress']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 a {
  display: block;
}
.nav-social .fsNavLevel1 a:before {
  color: #004b87;
  font-size: 15px;
  transition: 0.3s all;
  display: block;
}

/* Navigation - Utility Container v0.0.1 */
.nav-util {
  position: absolute;
  right: 140px;
  top: 45px;
}
.nav-util, .nav-util ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-util li {
  margin: 0;
  padding: 0;
}
@media (max-width: 1049px) {
  .nav-util {
    right: 60px;
  }
}
@media (max-width: 899px) {
  .nav-util {
    display: none;
  }
}
.nav-util ul {
  display: inline-block;
}
.nav-util ul li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  display: inline-block;
}
.nav-util ul li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}
.nav-util ul li:hover > .fsNavPageInfo {
  max-height: 9999px;
}
@media (max-width: 599px) {
  .nav-util ul li:focus > .fsNavPageInfo {
    max-height: 9999px;
  }
}
.nav-util ul li .fsNavPageInfo {
  background-color: #eaaa00;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  z-index: 500;
}
.nav-util ul li .fsNavPageInfo a {
  color: #fff;
  padding: 5px 15px 10px 5px;
}
.nav-util ul li .fsNavPageInfo a:hover {
  color: #004b87;
}
.nav-util ul li a {
  padding: 0em 0em;
  display: block;
  color: #737373;
}
.nav-util ul li a:hover {
  color: #eaaa00;
}
.nav-util .fsNavLevel1 > li:nth-child(3) > a:after {
  content: '\e907';
  font-family: 'Icomoon';
  font-size: 10px;
  padding-left: 5px;
}

.nav-site-map .fsElementContent nav ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.nav-site-map .fsElementContent nav ul li {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.nav-site-map .fsElementContent nav ul.fsNavLevel1 {
  margin-left: 0;
  list-style: none;
}
@media (min-width: 600px) {
  .nav-site-map .fsElementContent nav ul.fsNavLevel1 {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 0;
    column-gap: 0;
    -moz-column-rule: 0;
    column-rule: 0;
    min-height: initial;
  }
  .nav-site-map .fsElementContent nav ul.fsNavLevel1 li {
    page-break-inside: avoid;
    break-inside: avoid-column;
  }
  .no-csscolumns .nav-site-map .fsElementContent nav ul.fsNavLevel1 li {
    float: left;
    display: block;
    width: 100%;
    vertical-align: top;
  }
}
.nav-site-map .fsElementContent nav ul.fsNavLevel1 > li {
  margin-bottom: 20px;
  font-weight: 700;
}
.nav-site-map .fsElementContent nav ul.fsNavLevel2 {
  list-style: disc;
}
.nav-site-map .fsElementContent nav ul.fsNavLevel3 {
  list-style: circle;
}
.nav-site-map .fsElementContent nav ul.fsNavLevel4 {
  list-style: square;
}
.nav-site-map .fsElementContent nav ul.fsNavLevel5 {
  list-style: disc;
}

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch > .fsElementContent {
    margin: 0 -10px;
  }
}
.fsConstituent.fsSearch label {
  display: block;
  margin-bottom: 1.3333333333em;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch label {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    padding: 0 10px;
  }
}
@media (min-width: 900px) {
  .fsConstituent.fsSearch label {
    width: 32.8333333333%;
  }
}
.fsConstituent.fsSearch input,
.fsConstituent.fsSearch select {
  display: block;
  width: 100%;
}
.fsConstituent.fsSearch [type*='submit'] {
  width: auto;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch [type*='submit'] {
    margin-left: 0.6666666667em;
  }
}
.fsConstituent.fsSearch .fsConstituentSearchButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #737373;
  color: #fff;
  outline: 0;
  border-radius: 0;
  display: block;
  margin: 0 10px;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:hover {
  background: #666666;
  color: #fff;
}
.fsConstituent.fsSearch .fsConstituentSearchButton em {
  display: block;
  font-style: normal;
}
.fsConstituent .fsElementPagination {
  margin: 20px 0;
}

/*! elements - constituent profile */
.fsConstituentProfile {
  position: relative;
}
.fsConstituentProfile .fsProfileImage {
  display: block;
  margin-bottom: 20px;
}
.fsConstituentProfile .fsFullName {
  color: #004b87;
}
@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.3333333333em;
  font-size: 16px;
}
.fsProfileSection h4 {
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #fff;
  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;
  page-break-inside: avoid;
  break-inside: avoid;
}

@media (min-width: 800px) {
  .fsConstituentColumnLayout_2 {
    margin: 0 -10px;
  }
}
.fsConstituentColumnLayout_2 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (min-width: 800px) {
  .fsConstituentColumnLayout_2 .fsConstituentItem {
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
  }
}
.fsConstituentColumnLayout_2 .fsConstituentItem:nth-child(2n+1) {
  clear: both;
}

@media (min-width: 800px) {
  .fsConstituentColumnLayout_3 {
    margin: 0 -10px;
  }
}
.fsConstituentColumnLayout_3 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (min-width: 800px) {
  .fsConstituentColumnLayout_3 .fsConstituentItem {
    width: calc(50% - 20px);
    float: left;
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 900px) {
  .fsConstituentColumnLayout_3 .fsConstituentItem {
    width: calc(33.33% - 20px);
  }
  .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(2n+1) {
    clear: none;
  }
  .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(3n+1) {
    clear: both;
  }
}

@media (min-width: 800px) {
  .fsConstituentColumnLayout_4 {
    margin: 0 -10px;
  }
}
.fsConstituentColumnLayout_4 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (min-width: 800px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 900px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(33.33% - 20px);
  }
  .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
    clear: none;
  }
  .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1000px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(25% - 20px);
  }
  .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
    clear: none;
  }
  .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(4n+1) {
    clear: both;
  }
}

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #004b87;
  transition: .3s;
}
.fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 32px;
  line-height: 34px;
  font-family: "trajan-pro-3", Georgia, serif;
  color: #004b87;
  margin-bottom: 16px;
  margin-bottom: 2px;
  display: block;
  font-size: 20px;
  padding: 13.3333333333px;
  color: #fff;
  transition: .3s;
  font-family: "nimbus-sans", sans-serif;
  position: relative;
}
.fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
  transition: none;
}
.fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
  background: #004175;
  transition: .3s;
}
.fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
  color: #fff;
  transition: .3s;
}
.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #004175;
}
.fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #eaaa00;
}
.fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
  content: "";
  font-family: "icomoon";
}
.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.3333333333px;
  content: "";
  font-family: "icomoon";
}
.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.3333333333px;
  content: "";
  font-family: "icomoon";
}
.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.3333333333px;
}
.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.3333333333px;
}
.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: '';
}

.fsAccordion {
  margin-bottom: 20px;
}
.fsAccordion .fsStateOpen {
  border: 1px solid #004b87;
  margin-bottom: 2px;
}

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px;
}
.fsAthleticsEvent.fsList .fsAlertFeeds {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .fsAthleticsEvent.fsList .fsAlertFeeds {
    margin-bottom: 0;
  }
}
.fsAthleticsEvent.fsList .fsListItems article {
  margin-bottom: 20px;
}
.fsAthleticsEvent.fsList .fsTitle {
  display: inline-block;
  margin-bottom: 0;
}
.fsAthleticsEvent.fsList .fsElementEventIcon {
  margin-right: 10px;
}
.fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
  outline: 0;
}
.fsAthleticsEvent.fsList .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px;
}
.fsAthleticsEvent.fsList .fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #737373;
  color: #fff;
  outline: 0;
  border-radius: 0;
  padding: 10px 20px;
}
.fsAthleticsEvent.fsList .fsLoadMoreButton:hover {
  background: #666666;
  color: #fff;
}
.fsAthleticsEvent.fsList .fsLoadMoreButton em {
  display: block;
  font-style: normal;
}
.fsAthleticsEvent.fsList .fsAthleticsOpponents {
  display: inline;
}
.fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
  display: inline;
}
.fsAthleticsEvent.fsTable {
  overflow-x: auto;
}
.fsAthleticsEvent.fsTable .fsEventTable td, .fsAthleticsEvent.fsTable table.fsTable td {
  padding: 10px;
}

/*! elements - athletics popup modal */
#fsAthleticsEventElementDialog .fsAthleticsEvent.fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px;
}

/*! elements - athletics roster */
.fsAthleticsRoster {
  margin-bottom: 20px;
}

.fsAthleticsRosterContent {
  margin-bottom: 20px;
}
.fsAthleticsRosterContent p:last-child {
  margin-bottom: 0;
}
.fsAthleticsRosterContent:empty {
  margin-bottom: 0;
}

.fsAthleticsRosterList, .fsAthleticsRosterList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsAthleticsRosterList li {
  margin: 0;
  padding: 0;
}
.fsAthleticsRosterList li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #e3e3e3;
}
.fsAthleticsRosterList li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.fsAthleticsRosterList li > div {
  margin-bottom: 10px;
}
.fsAthleticsRosterList li > div:last-child {
  margin-bottom: 0;
}

.fsRosterPlayerNumber:before {
  content: 'Number: ';
}

.fsRosterPosition:before {
  content: 'Position: ';
}

.fsRosterHeight:before {
  content: 'Height: ';
}

.fsRosterWeight:before {
  content: 'Weight: ';
}

.fsRosterBio p:last-child {
  margin-bottom: 0;
}

/*! elements - athletics teams */
.fsAthleticsTeam {
  margin-bottom: 20px;
}

.fsAthleticsTeamDirectory {
  max-width: 100%;
  margin-bottom: 20px;
}
.fsAthleticsTeamDirectory, .fsAthleticsTeamDirectory ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsAthleticsTeamDirectory li {
  margin: 0;
  padding: 0;
}
.fsAthleticsTeamDirectory > li {
  margin-bottom: 10px;
}
.fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
  display: inline-block;
}

.fsAthleticsTeamIcon {
  margin-right: 10px;
}

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _list.scss - src/sass/modules/calendar/list.scss - calendar list */
.fsCalendar article {
  position: relative;
  padding-left: 100px;
  min-height: 90px;
  padding-top: 0;
}
.fsCalendar article .fsElementEventColorIcon {
  width: 12px;
  height: 12px;
}
.fsCalendar .fsDate {
  position: absolute;
  top: 5px;
  left: 0;
  text-align: center;
  height: 90px;
  width: 90px;
  color: #fff;
  background: #004b87;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px;
}
.fsCalendar .fsDate > span.fsMonth {
  text-transform: uppercase;
  font-size: 12px;
}
.fsCalendar .fsDate > span.fsDay {
  font-size: 45px;
  font-family: "trajan-pro-3", Georgia, serif;
  color: #eaaa00;
  line-height: 1;
}
.fsCalendar .fsDate > span.fsDayName {
  -ms-flex-order: 1;
  order: 1;
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 10px;
}
.fsCalendar .fsDate > span.fsYear {
  padding-bottom: 10px;
}
.fsCalendar .fsTitle .fsCalendarEventLink {
  color: #004b87;
  font-size: 21px;
}
.fsCalendar .fsTimeRange:before {
  content: '\e92e';
  font-family: 'Icomoon';
  color: #004b87;
  font-size: 13px;
}
.fsCalendar .fsLocation:before {
  content: '\e92f';
  font-family: 'Icomoon';
  color: #004b87;
  font-size: 15px;
}
.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0;
}

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
  margin-bottom: 0;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
  margin-top: 5px;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1;
}

@media (min-width: 800px) {
  .flexbox .fsCalendarEventGrid .fsCalendarRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .flexbox .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important;
  }
}
.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
.fsCalendar.fsGrid .fsCalendarGridControlBar:after {
  display: none;
}
.fsCalendar.fsGrid .fsCalendarGridControlBar > div {
  margin: 0;
}
.fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
  margin-right: 10px;
}
.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
  width: 100%;
}
@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
    width: auto;
  }
}
.fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
  margin: 10px 0;
}
@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    -ms-flex-order: 3;
    order: 3;
    margin: 0;
  }
}
.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
  z-index: 1;
}

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
    margin: 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, 75, 135, 0.15);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
    background-color: rgba(0, 75, 135, 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, 75, 135, 0.25);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    background-color: rgba(0, 75, 135, 0.25);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1;
    font-size: 15px;
    margin-bottom: 0;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
    display: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    zoom: 1;
    display: block;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
    display: table;
    clear: both;
    content: '';
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
    border-top: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
    border-bottom: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
    width: 16.666% !important;
    height: 50px !important;
    border: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
    border: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
    display: block;
  }
}
#event-view {
  padding: 20px;
  margin: 20px auto 0;
}
#event-view .fsCalendarDaybox {
  height: auto !important;
}
#event-view .fsCalendarDaybox > div {
  margin-bottom: 20px;
}
#event-view .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (min-width: 800px) {
  #event-view {
    display: none;
  }
}

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}
.scroll-up span {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #737373;
  color: #fff;
  outline: 0;
  border-radius: 0;
  padding: 10px 20px;
}
.scroll-up span:hover {
  background: #666666;
  color: #fff;
}
.scroll-up span em {
  display: block;
  font-style: normal;
}
.scroll-up + .fsCalendarLegend {
  margin-top: 20px !important;
}
@media screen and (min-width: 800px) {
  .scroll-up {
    display: none;
  }
}

.fsElementEventColorIcon {
  display: inline-block;
}

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
  margin-top: 40px;
}
.fsCalendar.fsGrid .fsCalendarLegend, .fsCalendar.fsGrid .fsCalendarLegend ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsCalendar.fsGrid .fsCalendarLegend li {
  margin: 0;
  padding: 0;
}
.fsCalendar.fsGrid .fsCalendarLegend h4 {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0;
}
@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
    width: 49%;
  }
}

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElementTitle p {
  margin-bottom: 0;
}

.fsListItems article {
  margin-bottom: 20px;
}

.module {
  margin-bottom: 1.3333333333em;
  padding: 1.3333333333em;
  color: #fff;
}
.module h1, .module h2, .module h3, .module h4, .module h5, .module h6 {
  color: inherit;
}

.module {
  background: #004b87;
}

/*! 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: #eaaa00;
  margin-right: 10px;
  cursor: pointer;
  transition: .3s;
}
.fsComposerFormEmbed form .linkLike:hover {
  color: #004b87;
}
.fsComposerFormEmbed form .required {
  color: #004b87;
}
.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: #eaaa00;
  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: #004b87;
  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: #004b87 !important;
  text-shadow: none;
  font-size: inherit;
  border: none !important;
  float: left;
  line-height: 1;
}
.fsComposerFormEmbed form .submitBtn:hover {
  transition: .3s;
  color: #fff !important;
  background: #eaaa00 !important;
}
.fsComposerFormEmbed .ui-widget {
  font-family: "nimbus-sans", sans-serif;
  max-width: 100%;
}
.fsComposerFormEmbed .ui-datepicker:empty {
  display: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
  background: none;
  border: none;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
  display: none;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '';
  font-weight: bold;
  transition: .3s;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
  transition: .3s;
  opacity: .5;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '\203A';
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
  content: '\2039';
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}
.fsComposerFormEmbed .ui-datepicker .ui-state-default {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}
.fsComposerFormEmbed .ui-datepicker .ui-state-active {
  background: rgba(0, 0, 0, 0.1);
}
.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/*! elements - login */
.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView, .fsAccount .fsLoginMainView, .fsAccount .fsLoginForgotView, .fsAccount .fsLoginNewView {
  zoom: 1;
}
.fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after, .fsAccount .fsLoginMainView:after, .fsAccount .fsLoginForgotView:after, .fsAccount .fsLoginNewView:after {
  display: table;
  clear: both;
  content: '';
}
.fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3, .fsAccount .fsLoginMainView h3, .fsAccount .fsLoginForgotView h3, .fsAccount .fsLoginNewView h3 {
  margin-bottom: 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 0 20px;
  padding: 10px 20px;
  background: #737373;
  color: #fff;
  outline: 0;
  border-radius: 0;
}
.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: #666666;
  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;
}
.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 0 20px;
  padding: 10px 20px;
  background: #737373;
  color: #fff;
  outline: 0;
  border-radius: 0;
}
.fsAccount .fsAccountLogout a:hover {
  background: #666666;
  color: #fff;
}
.fsAccount .fsAccountLogout a em {
  display: block;
  font-style: normal;
}

.fsMediaCustomPlayer {
  background: none;
  position: relative;
}
.fsMediaCustomPlayer .home-slide {
  position: relative;
}
.fsMediaCustomPlayer .home-slide.slick-active article, .fsMediaCustomPlayer .home-slide.womp article {
  animation: move 40s ease infinite;
}
@keyframes move {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.fsMediaCustomPlayer article {
  background-position: center;
  background-size: cover;
  outline: 0;
  position: relative;
  min-height: 280px;
}
.fsMediaCustomPlayer article img {
  opacity: 0;
  visibility: hidden;
}
.fsMediaCustomPlayer .caption-wrapper {
  bottom: 67px;
  font-family: "nimbus-sans", sans-serif;
  font-size: 20px;
  right: 94px;
  line-height: 22px;
  padding: 10px;
  position: absolute;
  width: 534px;
  line-height: normal;
  z-index: 2;
}
@media (max-width: 1049px) {
  .fsMediaCustomPlayer .caption-wrapper {
    bottom: 10px;
    right: 20px;
  }
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-wrapper {
    padding: 20px;
  }
}
@media (max-width: 799px) {
  .fsMediaCustomPlayer .caption-wrapper {
    right: 50%;
    margin-right: -267px;
    bottom: 50px;
  }
}
@media (max-width: 549px) {
  .fsMediaCustomPlayer .caption-wrapper {
    width: 270px;
    margin-right: -135px;
    bottom: 2px;
  }
}
.fsMediaCustomPlayer .caption-wrapper a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.fsMediaCustomPlayer .caption-wrapper a:hover {
  text-decoration: none;
  color: #eaaa00;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-title {
    margin-top: 0;
    font-weight: normal;
    font-size: 32px;
    line-height: 34px;
    font-family: "trajan-pro-3", Georgia, serif;
    color: #004b87;
    margin-bottom: 16px;
    margin-bottom: 0;
    color: #fff;
    font-size: 29px;
  }
}
@media (max-width: 799px) {
  .fsMediaCustomPlayer .caption-title {
    text-align: center;
    font-family: "trajan-pro-3", Georgia, serif;
    font-size: 29px;
  }
}
@media (max-width: 549px) {
  .fsMediaCustomPlayer .caption-title {
    font-size: 20px;
  }
}
.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-dots {
  z-index: 2;
}
.fsMediaCustomPlayer .slick-next, .fsMediaCustomPlayer .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 2;
}
.fsMediaCustomPlayer .slick-next:before, .fsMediaCustomPlayer .slick-prev:before {
  color: #fff;
  display: block;
  font-size: 50px;
  font-weight: normal;
  height: 100%;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
}
.fsMediaCustomPlayer .slick-next {
  left: auto;
  right: 0;
}
.fsMediaCustomPlayer .slick-next:before {
  content: '\203A';
}
.fsMediaCustomPlayer .slick-prev {
  left: 0;
  right: auto;
}
.fsMediaCustomPlayer .slick-prev:before {
  content: '\2039';
}

/*! elements - news v0.0.1 */
.fsNews article {
  background-repeat: no-repeat;
}
.fsNews .fsThumbnail {
  display: block;
  margin-bottom: 0.6666666667em;
}
.fsNews .fsThumbnail img {
  display: block;
}
.fsNews .fsTitle .fsNewsPostLink {
  color: #004b87;
  font-size: 21px;
}
.fsNews .fsDateTime span {
  color: #918c8c;
}
.fsNews .fsSummary p {
  margin: 0 0 10px;
}
.fsNews .fsBody a {
  color: #eaaa00;
}
.fsNews .fsBody a:hover {
  text-decoration: underline;
}

.fsPostElement .fsDateTime {
  display: block;
}
.fsPostElement .fsTitle .fsPostLink {
  color: #004b87;
  font-size: 21px;
}
.fsPostElement .fsThumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fsPostElement .fsDateTime span {
  color: #918c8c;
}
.fsPostElement .fsSummary p {
  margin: 0 0 10px;
}
.fsPostElement .fsBody a {
  color: #eaaa00;
}
.fsPostElement .fsBody a:hover {
  text-decoration: underline;
}

.fsNews.fsGrid .fsListItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px;
}
.fsNews.fsGrid article {
  background-repeat: no-repeat;
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 50%;
  }
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 33.33%;
  }
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 33.33%;
  }
}
@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 25%;
  }
}
@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 33.33%;
  }
}
@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 20%;
  }
}
.no-flexbox .fsNews.fsGrid .fsListItems {
  margin: 0 -15px;
  zoom: 1;
}
.no-flexbox .fsNews.fsGrid .fsListItems:after {
  display: table;
  clear: both;
  content: '';
}
.no-flexbox .fsNews.fsGrid .fsListItems article {
  margin: 0 0 20px;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 50%;
  }
}
.no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
  clear: both;
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 50%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 33.33%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 50%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 33.33%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 25%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 50%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 33.33%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 25%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 20%;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
    clear: none;
  }
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
    clear: both;
  }
}

/*! _main.scss - src/sass/modules/search/ - main search import */
.fsSearch form.gsc-search-box-tools {
  margin-bottom: 0;
  overflow: hidden;
  font-size: inherit;
}
.fsSearch form.gsc-search-box-tools table {
  border: 0;
}
.fsSearch form.gsc-search-box-tools > table.gsc-search-box {
  margin-bottom: 0;
}
.fsSearch form.gsc-search-box-tools td.gsib_a {
  padding: 0;
}
.fsSearch form.gsc-search-box-tools td.gsib_b {
  display: none !important;
}
.fsSearch form.gsc-search-box-tools table.gsc-branding {
  display: none;
}

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.fsSearch.site-search {
  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: #eaaa00 !important;
  background-image: none !important;
  width: 100%;
  height: 50px !important;
  color: #e3e3e3;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 15px;
  font-family: "nimbus-sans", 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: #004b87;
  position: relative;
  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: "nimbus-sans", sans-serif;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 15px;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  transition: .3s;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

/*! _search-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 #737373;
}
.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: #737373;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 15px;
  font-family: "nimbus-sans", 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: #737373;
  position: relative;
  transition: .3s;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: "Search";
  color: #fff;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 15px;
  font-family: "nimbus-sans", sans-serif;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  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: "nimbus-sans", sans-serif;
  font-size: 15px;
}
.fsSearchResults .gsc-results, .fsSearchFieldWithResults .gsc-results {
  width: 100%;
}
.fsSearchResults .gsc-webResult .gsc-result, .fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px;
}
.fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
  color: #737373;
}
.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: #eaaa00;
}
.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: #eaaa00 !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: #004b87 !important;
}
.fsSearchResults .gsc-control-cse .gs-spelling, .fsSearchResults .gsc-control-cse .gs-result .gs-title, .fsSearchResults .gsc-control-cse .gs-result .gs-title *, .fsSearchFieldWithResults .gsc-control-cse .gs-spelling, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title * {
  font-size: 15px;
}
.fsSearchResults .gsc-results .gsc-cursor-box, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0;
}

/*! elements - social main */
/*! elements - social facebook */
.fsFacebook {
  margin-bottom: 20px;
}

.fsFacebookList, .fsFacebookList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsFacebookList li {
  margin: 0;
  padding: 0;
}
.fsFacebookList .fsFacebookListItem {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf;
}

.fsFacebookExtras {
  margin-top: 10px;
}
.fsFacebookExtras .fsFacebookThumb {
  margin-bottom: 10px;
  display: block;
}
.fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.fsFacebookFollow {
  margin-top: 20px;
}

/*! elements - social twitter */
.fsTwitter {
  margin-bottom: 20px;
}

/*! elements - social vimeo */
.fsVimeo {
  margin-bottom: 20px;
}
.fsVimeo iframe.fsSocialVideoFrame {
  margin-bottom: 20px;
}

.fsVimeoList, .fsVimeoList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsVimeoList li {
  margin: 0;
  padding: 0;
}
.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6;
  cursor: pointer;
}
.fsVimeoList .fsVimeoListItem:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.fsVimeoList .fsVimeoListItem:hover {
  border: none;
  border-bottom: solid 1px #dddedf;
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  transition: opacity .3s;
}
.fsVimeoList .fsVimeoListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsVimeoThumb {
  margin-bottom: 10px;
  margin-right: 20px;
}
@media (min-width: 600px) {
  .fsVimeoThumb {
    float: left;
    margin-bottom: 0;
  }
}

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #737373;
  color: #fff;
  outline: 0;
  border-radius: 0;
}
.vimeo_view_link a:hover {
  background: #666666;
  color: #fff;
}
.vimeo_view_link a em {
  display: block;
  font-style: normal;
}

/*! elements - social youtube */
.fsYoutube {
  margin-bottom: 20px;
}
.fsYoutube .fsSocialVideoFrame {
  margin-bottom: 20px;
}

.fsYoutubeList, .fsYoutubeList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsYoutubeList li {
  margin: 0;
  padding: 0;
}
.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6;
}
.fsYoutubeList .fsYoutubeListItem:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.fsYoutubeList .fsYoutubeListItem:hover {
  border: none;
  border-bottom: solid 1px #dddedf;
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  transition: opacity .3s;
}
.fsYoutubeList .fsYoutubeListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsYoutubeThumb {
  margin-bottom: 10px;
  margin-right: 20px;
  float: none;
}
@media (min-width: 600px) {
  .fsYoutubeThumb {
    float: left;
    margin-bottom: 0;
  }
}

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #737373;
  color: #fff;
  outline: 0;
  border-radius: 0;
}
.Youtube_view_link a:hover {
  background: #666666;
  color: #fff;
}
.Youtube_view_link a em {
  display: block;
  font-style: normal;
}

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}
.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}
@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}
.fsTabs .fsTabsNav li {
  margin-right: 2px;
}
.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-size: 32px;
  line-height: 34px;
  font-family: "trajan-pro-3", Georgia, serif;
  color: #004b87;
  margin-bottom: 16px;
  margin-bottom: 2px;
  display: block;
  font-size: 20px;
  padding: 13.3333333333px;
  color: #fff;
  transition: .3s;
  font-family: "nimbus-sans", sans-serif;
  background: #004b87;
  color: #fff;
  font-size: 16px;
  padding: 10px 40px;
}
.fsTabs .fsTabsNav li a:hover {
  background: #004175;
  color: #fff;
}
.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #004175;
  color: #eaaa00;
}

.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 #fsPageBodyWrapper {
  padding-bottom: 0px;
}
@media (max-width: 899px) {
  .home #fsPageBodyWrapper {
    padding-top: 93px;
  }
}
.home #fsPageBody {
  max-width: none;
}
.home #fsPageContent {
  margin-bottom: -20px;
}
.home #fsPageContent .home-news-container h2 {
  text-align: center;
  margin-top: 44px;
}
.home #fsPageContent .view-all-link {
  position: absolute;
  right: 110px;
  padding-top: 45px;
}
@media (max-width: 799px) {
  .home #fsPageContent .view-all-link {
    right: 20px;
  }
}
@media (max-width: 499px) {
  .home #fsPageContent .view-all-link {
    right: 50%;
    margin-right: -32px;
    padding-top: 75px;
  }
}
.home #fsPageContent .view-all-link a {
  color: #737373;
  font-size: 15px;
  text-transform: uppercase;
}
.home #fsPageContent .view-all-link a:hover {
  color: #eaaa00;
}
.home #fsPageContent .fsPostElement .fsThumbnail {
  position: absolute;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.home #fsPageContent .fsPostElement,
.home #fsPageContent .fsNews {
  position: relative;
  margin: 0 auto;
  max-width: 78.6666666667em;
  max-width: 73.75rem;
  padding-top: 40px;
}
.home #fsPageContent .fsPostElement .fsElementTitle,
.home #fsPageContent .fsNews .fsElementTitle {
  text-align: center;
}
@media (max-width: 499px) {
  .home #fsPageContent .fsPostElement .fsElementSlideshow,
  .home #fsPageContent .fsNews .fsElementSlideshow {
    margin-top: 40px;
  }
}
.home #fsPageContent .fsPostElement .fsPrevButton,
.home #fsPageContent .fsPostElement .fsNextButton,
.home #fsPageContent .fsNews .fsPrevButton,
.home #fsPageContent .fsNews .fsNextButton {
  display: none !important;
}
.home #fsPageContent .fsPostElement article,
.home #fsPageContent .fsNews article {
  height: 318px;
  margin: 0 10px;
  background-position: top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.home #fsPageContent .fsPostElement article:hover .article-overlay,
.home #fsPageContent .fsNews article:hover .article-overlay {
  top: 0;
  transition: top 0.3s ease-in;
  font-size: 100%;
}
.home #fsPageContent .fsPostElement article:hover .article-overlay .fsTitle,
.home #fsPageContent .fsNews article:hover .article-overlay .fsTitle {
  padding-bottom: 0px;
}
.home #fsPageContent .fsPostElement article:hover .article-overlay .fsTitle a,
.home #fsPageContent .fsNews article:hover .article-overlay .fsTitle a {
  color: #eaaa00;
}
@media (max-width: 899px) {
  .home #fsPageContent .fsPostElement article:hover .article-overlay,
  .home #fsPageContent .fsNews article:hover .article-overlay {
    margin-top: 193px;
  }
}
@media (max-width: 1049px) {
  .home #fsPageContent .fsPostElement article,
  .home #fsPageContent .fsNews article {
    margin: 0 25px;
  }
}
@media (max-width: 769px) {
  .home #fsPageContent .fsPostElement article,
  .home #fsPageContent .fsNews article {
    margin: 0 39px;
  }
}
@media (max-width: 599px) {
  .home #fsPageContent .fsPostElement article,
  .home #fsPageContent .fsNews article {
    margin: 0px 1px;
  }
}
.home #fsPageContent .fsPostElement .article-overlay,
.home #fsPageContent .fsNews .article-overlay {
  background-color: rgba(0, 43, 78, 0.8);
  height: 318px;
  width: inherit;
  left: 0;
  top: 214px;
  position: absolute;
  transition: top 0.3s ease-out;
  font-size: 0;
}
.home #fsPageContent .fsPostElement .article-overlay .fsTitle,
.home #fsPageContent .fsNews .article-overlay .fsTitle {
  max-height: 65px;
  overflow: hidden;
}
.home #fsPageContent .fsPostElement .article-overlay .fsTitle,
.home #fsPageContent .fsPostElement .article-overlay .fsSummary,
.home #fsPageContent .fsPostElement .article-overlay .fsReadMoreLink,
.home #fsPageContent .fsNews .article-overlay .fsTitle,
.home #fsPageContent .fsNews .article-overlay .fsSummary,
.home #fsPageContent .fsNews .article-overlay .fsReadMoreLink {
  position: relative;
  margin: 20px;
  color: #fff;
}
.home #fsPageContent .fsPostElement .article-overlay .fsTitle,
.home #fsPageContent .fsNews .article-overlay .fsTitle {
  padding-bottom: 20px;
}
.home #fsPageContent .fsPostElement .article-overlay .fsTitle a,
.home #fsPageContent .fsNews .article-overlay .fsTitle a {
  color: #fff;
  font-size: 16px;
}
.home #fsPageContent .fsPostElement .article-overlay .fsReadMoreLink,
.home #fsPageContent .fsNews .article-overlay .fsReadMoreLink {
  color: #c1c1c1;
  text-transform: uppercase;
}
.home #fsPageContent .fsPostElement .article-overlay .fsReadMoreLink:hover,
.home #fsPageContent .fsNews .article-overlay .fsReadMoreLink:hover {
  color: #eaaa00;
}
.home #fsPageContent .fsPostElement .fsPager,
.home #fsPageContent .fsNews .fsPager {
  padding-top: 20px;
}
.home #fsPageContent .fsPostElement .fsPager li,
.home #fsPageContent .fsNews .fsPager li {
  margin: 0;
}
.home #fsPageContent .fsPostElement .fsPager li button:before,
.home #fsPageContent .fsNews .fsPager li button:before {
  font-size: 32px;
  color: #999999;
  opacity: 1;
}
.home #fsPageContent .fsPostElement .fsPager .slick-active button:before,
.home #fsPageContent .fsNews .fsPager .slick-active button:before {
  color: #eaaa00;
  opacity: 1;
}
.home .home-slider {
  margin-top: -114px;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}
.home .home-slider article img {
  height: 100%;
}
.home .home-slider::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 275px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  z-index: 1;
}
@media (max-width: 899px) {
  .home .home-slider {
    margin-top: -93px;
  }
}
.home .slick-dots {
  list-style: none;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 77px;
  right: 111px;
}
@media (max-width: 1049px) {
  .home .slick-dots {
    bottom: 20px;
    right: 52px;
  }
}
@media (max-width: 799px) {
  .home .slick-dots {
    right: 50%;
    margin-right: -57px;
    bottom: 20px;
  }
}
.home .slick-dots .slick-active button:before {
  color: #eaaa00;
}
.home .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.home .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.home .slick-dots li button:before {
  font-size: 32px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'ΓÇó';
  text-align: center;
  opacity: 1;
  color: #fff;
}

.find-more-container {
  background-color: #004b87;
  margin-left: -20px;
  margin-right: -20px;
}
.find-more-container .fsElementContent {
  color: #fff;
  font-size: 26px;
  font-family: "trajan-pro-3", Georgia, serif;
  text-align: center;
  padding: 20px 9%;
}
.find-more-container .fsElementContent a {
  color: #fff !important;
}
.find-more-container .fsElementContent a:hover {
  color: #eaaa00 !important;
}
@media (max-width: 1049px) {
  .find-more-container .fsElementContent {
    font-size: 20px;
    padding: 20px 30px;
  }
}
@media (max-width: 899px) {
  .find-more-container .fsElementContent {
    font-size: 20px;
    padding: 20px 15px;
  }
}
@media (max-width: 449px) {
  .find-more-container .fsElementContent {
    font-size: 16px;
  }
}

.discover-more-link {
  position: absolute;
  right: 110px;
  padding-top: 45px;
  z-index: 200;
}
@media (max-width: 799px) {
  .discover-more-link {
    right: 20px;
  }
}
@media (max-width: 599px) {
  .discover-more-link {
    right: 50%;
    margin-right: -59.3px;
    padding-top: 80px;
  }
}
.discover-more-link a {
  color: #737373;
  font-size: 15px;
  text-transform: uppercase;
}
.discover-more-link a:hover {
  color: #eaaa00;
}

.glance-container {
  background-color: #f1f1f1;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 115px;
  position: relative;
}
.glance-container .fsElementTitle {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
}
.glance-container .slick-slide {
  border-right: 1px solid rgba(115, 115, 115, 0.3);
}
@media (max-width: 599px) {
  .glance-container .slick-slide {
    border-right: none;
  }
}
.glance-container .slick-slide:last-child {
  border-right: none;
}
.glance-container .slick-slide .fsElementTitle {
  color: #eaaa00;
  font-family: "nimbus-sans", sans-serif;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 0px;
}
.glance-container .slick-slide .fsElementContent {
  color: #004b87;
  text-align: center;
}
.glance-container .slick-dots {
  position: absolute;
  bottom: -86px;
  display: block;
  padding-left: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  right: 0;
}
.glance-container .slick-dots li button:before {
  color: #999999;
}

.home-callout-btns {
  background-color: #004b87;
  margin-left: -20px;
  margin-right: -20px;
  border-bottom: 3px solid #eaaa00;
}
.home-callout-btns > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-callout-btns > .fsElementContent .home-callout:first-child {
  margin-left: -60px;
}
@media (max-width: 400px) {
  .home-callout-btns > .fsElementContent .home-callout:first-child {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .home-callout-btns > .fsElementContent .home-callout:first-child .fsElementContent {
    margin-right: 60px;
  }
}
@media (max-width: 984px) {
  .home-callout-btns > .fsElementContent .home-callout:last-child {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .home-callout-btns > .fsElementContent .home-callout:last-child .fsElementContent {
    margin-right: 60px;
  }
}
@media (max-width: 644px) {
  .home-callout-btns > .fsElementContent .home-callout:nth-child(2) {
    margin-right: 60px;
  }
}
.home-callout-btns p {
  background-color: #f0f4f8;
  padding: 10px 30px;
  margin-left: 60px;
  font-size: 30px;
  font-family: "trajan-pro-3", Georgia, serif;
  text-align: center;
  min-width: 283px;
  transition: all 0.2s ease-out;
}
.home-callout-btns p:hover {
  background-color: #eaaa00;
  transition: all 0.2s ease-in;
}
.home-callout-btns p:hover a {
  color: #f0f4f8;
}

.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: #004b87;
}
.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: #eaaa00;
}

.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: FontAwesome;
  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: FontAwesome;
  font-size: 60px;
  color: #dedede;
}
.portal:not(.fsComposeMode) .portal-news .fsPager, .portal:not(.fsComposeMode) .portal-student-announcements .fsPager {
  padding-top: 20px;
}
.portal:not(.fsComposeMode) .portal-news .fsPager li button:before, .portal:not(.fsComposeMode) .portal-student-announcements .fsPager li button:before {
  color: #dedede;
}
.portal:not(.fsComposeMode) .portal-news .fsPager li.slick-active button:before, .portal:not(.fsComposeMode) .portal-student-announcements .fsPager li.slick-active button:before {
  color: #dedede;
}

#fsAccountBar {
  background: #182f50;
  color: #fff;
  font-size: 15px;
  font-family: "nimbus-sans", sans-serif;
  height: 40px;
}
#fsAccountBar > ul > li {
  height: 40px;
  padding: 10px 12px 8px;
}
#fsAccountBar a {
  color: #fff;
  font-size: 15px;
  font-family: "nimbus-sans", sans-serif;
}
#fsAccountBar a:hover {
  color: #004b87;
}
#fsAccountBar .fsAccountBarAvatar {
  height: 40px;
}
#fsAccountBar .fsAccountBarMenu a {
  color: #737373;
  font-size: 15px;
  font-family: "nimbus-sans", sans-serif;
}
#fsAccountBar .fsAccountBarMenu a:hover {
  color: #004b87;
}

.portal a.files:before {
  content: "";
  font-family: "Icomoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  position: relative;
  display: inline;
  font-size: 14px;
  margin-right: 5px;
}
.portal a.pops:before {
  content: "";
  font-family: "Icomoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  position: relative;
  display: inline;
  font-size: 14px;
  margin-right: 5px;
}
.portal #fsBannerLeft .fsCalendar.fsList article {
  padding-left: 0px;
  font-size: 16px;
}
.portal #fsBannerLeft .fsCalendar.fsList .fsDate {
  position: relative;
  top: 0;
  background: none;
  color: initial;
  width: auto;
  height: auto;
  text-align: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #eaaa00;
}
.portal #fsBannerLeft .fsCalendar.fsList .fsDate span {
  display: inline;
}
.portal #fsBannerLeft .fsCalendar.fsList .fsDescription p {
  margin-bottom: 2px;
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) #fsPageBody {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .portal:not(.fsComposeMode) #fsBannerLeft {
    -ms-flex-order: 2;
    order: 2;
  }
  .portal:not(.fsComposeMode) #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
  }
}
.portal:not(.fsComposeMode) .portal-hero {
  height: 310px;
  position: relative;
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-hero {
    height: 200px;
  }
}
.portal:not(.fsComposeMode) .portal-hero header {
  position: relative;
  margin: 0 auto;
  max-width: 78.6666666667em;
  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: "nimbus-sans", 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: "nimbus-sans", 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: "nimbus-sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #737373;
  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.fsPostLink,
.portal:not(.fsComposeMode) .portal-news .fsTitle a.fsNewsPostLink {
  font-family: "nimbus-sans", 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.fsPostLink:hover,
.portal:not(.fsComposeMode) .portal-news .fsTitle a.fsNewsPostLink:hover {
  color: #004b87;
}
.portal:not(.fsComposeMode) .portal-news .fsDateTime {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #737373;
}
.portal:not(.fsComposeMode) .portal-news .fsSummary {
  font-size: 15px;
  color: #737373;
  line-height: 22px;
}
.portal:not(.fsComposeMode) .portal-news a.fsPostLink.fsReadMoreLink,
.portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink {
  display: inline-block;
  font-family: "nimbus-sans", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  background: #c83eab;
  padding: 8px 15px;
}
.portal:not(.fsComposeMode) .portal-news a.fsPostLink.fsReadMoreLink:hover,
.portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink:hover {
  background: #149bc7;
}
.portal:not(.fsComposeMode) .portal-news article {
  max-width: 100%;
  border: 0px;
}
@media (max-width: 480px) {
  .portal:not(.fsComposeMode) .portal-news article {
    padding: 0px !important;
  }
}
.portal:not(.fsComposeMode) .portal-cal {
  margin-bottom: 55px;
  position: relative;
}
@media (min-width: 600px) {
  .portal:not(.fsComposeMode) .portal-cal .fsElementControls {
    position: absolute;
    right: 0;
    top: 12px;
  }
}
.portal:not(.fsComposeMode) .portal-cal > .fsElementContent > .fsListItems {
  border: 1px solid #ebebeb;
  padding: 40px 15px 20px;
}
.portal:not(.fsComposeMode) .portal-cal .fsDayContainer {
  display: inline;
}
.portal:not(.fsComposeMode) .portal-cal article {
  width: 25%;
  display: inline-block;
  margin-left: -2px;
  margin-right: -2px;
  padding-left: 0px;
  text-align: center;
  padding: 0 10px;
  vertical-align: top;
  border: 0;
}
@media (max-width: 599px) {
  .portal:not(.fsComposeMode) .portal-cal article {
    width: 100%;
    margin-bottom: 40px;
  }
}
.portal:not(.fsComposeMode) .portal-cal article .fsDate {
  position: relative;
  top: initial;
  width: 135px;
  height: 135px;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  background: #149bc7;
  color: #fff;
  padding-top: 22px;
  margin-bottom: 30px;
}
.portal:not(.fsComposeMode) .portal-cal article .fsDate .fsDay {
  font-size: 56px;
  font-weight: 400;
  line-height: 1em;
  display: block;
}
.portal:not(.fsComposeMode) .portal-cal article .fsDate .fsMonth {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  display: block;
}
.portal:not(.fsComposeMode) .portal-cal article .fsTitle {
  font-weight: bold;
  font-size: 20px;
  color: #162f50;
  line-height: 1em;
  margin-bottom: 5px;
}
.portal:not(.fsComposeMode) .portal-cal article .fsTitle a.fsCalendarEventLink {
  color: #162f50;
}
.portal:not(.fsComposeMode) .portal-cal article .fsTitle a.fsCalendarEventLink:hover {
  color: #004b87;
}
.portal:not(.fsComposeMode) .portal-cal article .fsEventDetails {
  font-weight: 400;
  font-size: 15px;
  color: #424242;
}
.portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsTimeRange:before,
.portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsAllDay:before {
  content: "";
  font-family: "Icomoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  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: FontAwesome;
  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: "nimbus-sans", sans-serif;
  font-size: 15px;
  color: #eaaa00;
  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: "nimbus-sans", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  background: #c83eab;
  padding: 8px 15px;
  min-width: 190px;
  margin-left: 125px;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentColumnLayout_3 {
    max-width: 600px;
    margin: 0 auto;
  }
}
.portal:not(.fsComposeMode) .portal-directory .fsPhoto {
  width: 280px;
  height: 215px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 15px !important;
}
.portal:not(.fsComposeMode) .portal-directory .fsPhoto img {
  display: none;
}
.portal:not(.fsComposeMode) .portal-directory .fsConstituentItem {
  background: none;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #eaaa00;
}
@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: "nimbus-sans", 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: #004b87;
}
.portal:not(.fsComposeMode) #fsBannerLeft > .fsBanner > .fsElement {
  margin-bottom: 70px;
}
.portal:not(.fsComposeMode) .portal-sub-nav, .portal:not(.fsComposeMode) .portal-sub-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.portal:not(.fsComposeMode) .portal-sub-nav li {
  margin: 0;
  padding: 0;
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-sub-nav {
    display: none;
  }
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-sub-nav > .fsElementContent {
    display: none;
  }
}
.portal-sub-nav.active-nav > .fsElementContent {
  display: block;
}
.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel1 {
  position: relative;
}
.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel1 > li > a {
  padding: 0.6666666667em;
  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: #004b87;
}
.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel2 > li > a {
  padding: 0.6666666667em 1.3333333333em;
  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: "nimbus-sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  display: block;
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 8px;
}
.portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle {
  position: relative;
  margin: 0;
  padding: 20px;
  cursor: pointer;
  background: #004b87;
  color: #fff;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 800px) {
  .portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle {
    cursor: default;
  }
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle:after {
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 8px;
    content: "";
    font-family: "Icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}
@media (max-width: 799px) {
  .portal-sub-nav.active-nav > header > .fsElementTitle:after {
    content: "";
    font-family: "Icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}
.portal:not(.fsComposeMode) .portal-sub-mobile {
  display: block;
  max-height: 40px;
  overflow: hidden;
  height: 40px;
  transition: max-height 0.15s linear;
  padding: 0px 20px 20px;
  background: #4c4c4c;
}
.portal:not(.fsComposeMode) .portal-sub-mobile a {
  color: #fff !important;
}
.portal:not(.fsComposeMode) .portal-sub-mobile header,
.portal:not(.fsComposeMode) .portal-sub-mobile > .fsElementContent {
  max-width: 480px;
  margin: 0 auto;
  display: block !important;
}
@media (min-width: 800px) {
  .portal:not(.fsComposeMode) .portal-sub-mobile {
    display: none;
  }
}
.portal:not(.fsComposeMode) .portal-sub-mobile.active {
  height: auto;
  max-height: 900px;
}
.portal:not(.fsComposeMode) .portal-sub-mobile .fsNavLevel1 > li > a {
  border-bottom: 1px solid #b7b7b7;
}
.portal:not(.fsComposeMode) .portal-sub-mobile .sub-trigger {
  height: 40px;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
}
.portal:not(.fsComposeMode) .rsrc-box ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
}
.portal:not(.fsComposeMode) .rsrc-box ul li {
  display: block;
}
.portal:not(.fsComposeMode) .rsrc-box.qls ul li {
  display: inline-block;
  max-width: 50px;
  margin-right: 5px;
}
.portal:not(.fsComposeMode) .portal-student-announcements {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 50px;
  width: 100%;
}
.portal:not(.fsComposeMode) .portal-student-announcements header {
  text-align: center;
}
.portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow {
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article {
  color: #6c6c6c;
  font-size: 15px;
  max-width: 100%;
  border: 0px;
}
@media (min-width: 600px) {
  .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article {
    padding-left: 30px;
  }
  .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
.portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article .fsTitle > a {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #162f50;
}
.portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article .fsTitle > a:hover {
  color: #004b87;
}
.portal:not(.fsComposeMode) .portal-photos {
  background: #d0d6dc;
  text-align: center;
  padding: 30px 0 55px;
}
.portal:not(.fsComposeMode) .portal-photos header h2.fsElementTitle {
  font-family: "nimbus-sans", 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: 2em;
  padding: 1.3333333333em;
  background: rgba(0, 0, 0, 0.1);
}

.colors ol {
  zoom: 1;
  margin-bottom: 2.6666666667em;
  padding: 0;
  list-style: none;
}
.colors ol:after {
  display: table;
  clear: both;
  content: '';
}
.colors ol li {
  position: relative;
  float: left;
  margin-bottom: 2em;
  height: 4em;
  width: 80%;
}
@media (min-width: 600px) {
  .colors ol li {
    width: 40%;
  }
}
@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
    width: 20%;
  }
}
.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}
.colors ol li:nth-of-type(1) {
  background: #737373;
  color: #737373;
}
.colors ol li:nth-of-type(1):after {
  content: "#737373";
}
.colors ol li:nth-of-type(2) {
  background: #004b87;
  color: #004b87;
}
.colors ol li:nth-of-type(2):after {
  content: "#004b87";
}
.colors ol li:nth-of-type(3) {
  background: #eaaa00;
  color: #eaaa00;
}
.colors ol li:nth-of-type(3):after {
  content: "#eaaa00";
}
.colors ol li:nth-of-type(4) {
  background: #e3e3e3;
  color: #e3e3e3;
}
.colors ol li:nth-of-type(4):after {
  content: "#e3e3e3";
}
.colors ol li:nth-of-type(5) {
  background: #fff;
  color: #fff;
}
.colors ol li:nth-of-type(5):after {
  content: "#fff";
}

.fonts ol {
  zoom: 1;
  margin-bottom: 2.6666666667em;
  padding: 0;
  list-style: none;
}
.fonts ol:after {
  display: table;
  clear: both;
  content: '';
}
.fonts ol li {
  margin-bottom: 0.3333333333em;
  padding: 0.3333333333em;
}
.fonts ol li:nth-of-type(1) {
  font-family: "trajan-pro-3", Georgia, serif;
}
.fonts ol li:nth-of-type(1):after {
  content: "trajan-pro-3, Georgia, serif";
}
.fonts ol li:nth-of-type(2):after {
  content: "";
}
.fonts ol li:nth-of-type(3) {
  font-family: "nimbus-sans", sans-serif;
}
.fonts ol li:nth-of-type(3):after {
  content: "nimbus-sans, sans-serif";
}
.fonts ol li:nth-of-type(2):after {
  content: "";
}
.fonts ol li:nth-of-type(5) {
  font-family: "Icomoon";
}
.fonts ol li:nth-of-type(5):after {
  content: "Icomoon";
}
.fonts ol li:nth-of-type(6) {
  font-family: "IcoMoon";
}
.fonts ol li:nth-of-type(6):after {
  content: "IcoMoon";
}
.fonts ol li:nth-of-type(7) {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.fonts ol li:nth-of-type(7):after {
  content: "Menlo, Monaco, Consolas, Courier New, monospace";
}

.headers h1:after {
  content: " size: 36px / line: 38px";
}
.headers h2:after {
  content: " size: 32px / line: 34px";
}
.headers h3:after {
  content: " size: 28px / line: 30px";
}
.headers h4:after {
  content: " size: 24px / line: 26px";
}
.headers h5:after {
  content: " size: 20px / line: 22px";
}
.headers h6:after {
  content: " size: 16px / line: 18px";
}

.layout_8 {
  background: #fff;
}
.layout_8 #bodydiv #text1 h1 {
  display: none;
}
.layout_8 #bodydiv .buttons {
  background-color: #e3e3e3;
  transition: all 0.4s ease-in;
}
.layout_8 #bodydiv .buttons:hover {
  background-color: #cacaca;
  transition: all 0.4s ease-in;
}
.layout_8 #bodydiv #poweredby {
  display: none;
}

.fifty-bpa {
  margin-bottom: 20px;
}
.fifty-bpa .slick-arrow {
  position: absolute;
  top: auto;
  bottom: 350px;
  -ms-transform: none;
  transform: none;
  width: 50px;
  height: 50px;
  transition: 0.3s background;
  display: block !important;
  background: rgba(0, 0, 0, 0.2);
}
@media (min-width: 500px) {
  .fifty-bpa .slick-arrow {
    bottom: 470px;
  }
}
@media (min-width: 700px) {
  .fifty-bpa .slick-arrow {
    top: 1px;
    bottom: auto;
  }
}
.fifty-bpa .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.4);
}
.fifty-bpa .slick-arrow:before {
  display: block;
  font-size: 1.625rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  color: #FFF;
}
.fifty-bpa .slick-arrow.slick-prev {
  left: auto;
}
@media (max-width: 699px) {
  .fifty-bpa .slick-arrow.slick-prev {
    top: 0;
  }
}
.fifty-bpa .slick-arrow.slick-prev:before {
  content: "";
  font-family: "Icomoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: "Icomoon";
}
.fifty-bpa .slick-arrow.slick-next {
  left: 51px;
}
@media (max-width: 699px) {
  .fifty-bpa .slick-arrow.slick-next {
    top: 0;
  }
}
@media (max-width: 499px) {
  .fifty-bpa .slick-arrow.slick-next {
    left: 0;
  }
}
@media (min-width: 500px) {
  .fifty-bpa .slick-arrow.slick-next {
    right: auto;
  }
}
.fifty-bpa .slick-arrow.slick-next:before {
  content: "";
  font-family: "Icomoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: "Icomoon";
}
.fifty-bpa .bpa-slide {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #f8f8f8;
}
.fifty-bpa .bpa-slide:focus {
  outline: 0;
}
@media (min-width: 700px) {
  .fifty-bpa .bpa-slide {
    min-height: 480px;
  }
}
.fifty-bpa .bpa-slide .caption-wrapper {
  position: static;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  -ms-transform: none;
  transform: none;
  text-align: center;
  padding: 65px 30px 65px;
  font-weight: normal;
  font-family: "nimbus-sans", sans-serif;
  background: transparent;
  width: 100%;
}
@media (min-width: 700px) {
  .fifty-bpa .bpa-slide .caption-wrapper {
    width: 50%;
    height: 100%;
    position: absolute;
    padding-bottom: 30px;
  }
}
.fifty-bpa .bpa-slide .caption-wrapper .caption-title, .fifty-bpa .bpa-slide .caption-wrapper .caption-desc {
  text-align: center;
  text-shadow: none;
  font-size: 1.125rem;
  line-height: 1.2;
  display: block;
  color: #777777;
}
.fifty-bpa .bpa-slide .caption-wrapper .caption-title {
  margin-top: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  font-family: "trajan-pro-3", Georgia, serif;
  color: #004b87;
  margin-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
  padding-bottom: 18px;
}
.fifty-bpa .bpa-slide .caption-wrapper .caption-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 30px;
  height: 2px;
  margin: auto;
  background: rgba(0, 0, 0, 0.2);
}
.fifty-bpa .bpa-slide .caption-wrapper .caption-desc h2 {
  color: #1cacc1;
  font-size: 1.875rem;
  line-height: 1.2;
  margin-bottom: 18px;
  color: #1cacc1;
}
.fifty-bpa .bpa-slide .caption-wrapper .caption-desc p {
  line-height: 1.4;
}
.fifty-bpa .bpa-slide article {
  top: 0;
  right: 0;
  position: static;
  height: 350px;
}
@media (min-width: 500px) {
  .fifty-bpa .bpa-slide article {
    height: 470px;
  }
}
@media (min-width: 700px) {
  .fifty-bpa .bpa-slide article {
    height: 100%;
    width: 50%;
    position: absolute;
  }
}

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-hdr,
  .nav-utility-ftr,
  #fsMenu,
  #fsFooter,
  .fsThumbnail {
    display: none !important;
  }

  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100%;
  }

  html {
    font-size: 100%;
    /* for IE */
  }

  body {
    font-size: 62.5%;
  }

  #fsHeader {
    border-bottom: 2px solid #000;
  }
  #fsHeader .site-name {
    margin-top: 0;
    font-weight: normal;
    font-size: 36px;
    line-height: 38px;
    font-family: "trajan-pro-3", Georgia, serif;
    color: #004b87;
    margin-bottom: 16px;
  }

  * {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    min-height: auto !important;
    height: auto !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  dl dd {
    margin-left: 0;
  }

  div, dl, li {
    height: auto !important;
    height: 1%;
  }

  thead {
    display: table-header-group;
  }

  tr, img, h2, h3, pre, blockquote {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
}
