 /**
 *
 * Gersh Academy - default_16
 * @link http://gershacademyorg.finalsite.com
 * Built By: Jorge Piquer
 * Project Manager: Laurie Murphy
 * Designer: Holly Fehr
 *
 */

@charset "UTF-8";
/*! config-site v0.0.1 */
/*! config-type v0.0.1 */
@import url("https://fonts.googleapis.com/css?family=Montserrat");
/*! config-constants v0.0.1 */
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 88.57143em;
  max-width: 77.5rem;
}

@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.42857em;
  margin-left: 1.42857em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  margin-top: 0;
  font-size: 40px;
  line-height: 40px;
  color: #e7b212;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

h2 {
  margin-top: 0;
  font-size: 20px;
  line-height: 26px;
  color: #06467a;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}

h3 {
  margin-top: 0;
  font-size: 20px;
  line-height: 22px;
  color: #595959;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

h4 {
  margin-top: 0;
  font-size: 18px;
  line-height: 16px;
  color: #06467a;
  text-transform: uppercase;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  font-size: 16px;
  line-height: 17px;
  color: #06467a;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  font-size: 14px;
  line-height: 15px;
  color: #e7b212;
  font-weight: 700;
  margin-bottom: 10px;
}

p {
  margin: 0 0 20px;
}

hr {
  margin: 0 auto 20px;
}

a {
  outline: 0;
  text-decoration: none;
  color: #06467a;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}
a:hover {
  color: #06467a;
  font-weight: 700;
}
a:visited {
  color: #e7b212;
}

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

table.styled,
.fs_style_31 {
  margin-bottom: 1.42857em;
  width: 100%;
}
table.styled th,
table.styled td,
.fs_style_31 th,
.fs_style_31 td {
  vertical-align: top;
  border-bottom: 1px solid #fff;
}
table.styled th,
.fs_style_31 th {
  padding: 1.42857em 1.42857em 0;
  font-family: "trajan-pro-3", sans-serif;
  font-size: 18px;
  line-height: 40px;
  color: #06467a;
  text-align: left;
  background: transparent;
}
table.styled td,
.fs_style_31 td {
  padding: 0.71429em 1.42857em;
  background: white;
  color: #06467a;
}
table.styled tr:nth-of-type(even) td {
  background-color: #fcf6e3;
}

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

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

/*! content - buttons v0.0.1 */
.fsLoadMoreButton {
  display: inline-block;
  margin: 0 5px 20px;
  padding: 10px 20px;
  background: transparent;
  font-family: "trajan-pro-3", sans-serif;
  color: #06467a !important;
  outline: 0;
  border: 1px solid #06467a;
  border-radius: 3px;
  padding: 0;
  font-family: "open-sans", sans-serif;
  text-transform: uppercase;
  text-shadow: none;
  border: none;
}
.fsLoadMoreButton:hover {
  background: transparent;
  color: #06467a !important;
  font-weight: normal;
}
.fsLoadMoreButton em {
  display: block;
  font-style: normal;
}
.fsLoadMoreButton:hover {
  font-weight: 700;
}

.button,
.fs_style_23 {
  display: inline-block;
  margin: 0 5px 20px;
  padding: 10px 20px;
  background: transparent;
  font-family: "trajan-pro-3", sans-serif;
  color: #06467a !important;
  outline: 0;
  border: 1px solid #06467a;
  border-radius: 3px;
  border: 1px solid #06467a;
}
.button:hover,
.fs_style_23:hover {
  background: #06467a;
  color: #fff !important;
  font-weight: normal;
}
.button em,
.fs_style_23 em {
  display: block;
  font-style: normal;
}

.color-button,
.fs_style_26 {
  display: inline-block;
  margin: 0 5px 20px;
  padding: 10px 20px;
  background: transparent;
  font-family: "trajan-pro-3", sans-serif;
  color: #595959 !important;
  outline: 0;
  border: 1px solid #595959;
  border-radius: 3px;
}
.color-button:hover,
.fs_style_26:hover {
  background: #e7b212;
  color: #fff !important;
  font-weight: normal;
}
.color-button em,
.fs_style_26 em {
  display: block;
  font-style: normal;
}
.color-button:hover,
.fs_style_26:hover {
  border: none;
}

.apply-button {
  display: inline-block;
  margin: 0 5px 20px;
  padding: 10px 20px;
  background: #fff;
  font-family: "trajan-pro-3", sans-serif;
  color: #06467a !important;
  outline: 0;
  border: 1px solid #06467a;
  border-radius: 3px;
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
}
.apply-button:hover {
  background: #e7b212;
  color: #fff !important;
  font-weight: normal;
}
.apply-button em {
  display: block;
  font-style: normal;
}
.apply-button:hover {
  font-weight: 600;
}

.empowered-button,
.fs_style_30 {
  display: inline-block;
  margin: 0 5px 20px;
  padding: 10px 20px;
  background: transparent;
  font-family: "trajan-pro-3", sans-serif;
  color: #fff !important;
  outline: 0;
  border: 1px solid #fff;
  border-radius: 3px;
  width: 150px;
  margin: 0 35px;
  padding: 24px 40px;
  font-family: "open-sans", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
.empowered-button:hover,
.fs_style_30:hover {
  background: #e7b212;
  color: #fff !important;
  font-weight: normal;
}
.empowered-button em,
.fs_style_30 em {
  display: block;
  font-style: normal;
}

.callout-button {
  height: 190px;
  width: 100%;
  text-align: center;
}
.callout-button .fsElementContent {
  position: relative;
  height: 100%;
}
.callout-button .fsElementContent:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
  background: #06467a;
  opacity: .6;
  z-index: 1;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}
.callout-button .fsElementContent:hover:before {
  opacity: 1;
}
.callout-button a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-family: "trajan-pro-3", sans-serif;
  font-size: 22px;
  line-height: 190px;
  color: #fff;
  z-index: 2;
}
.callout-button a:hover {
  font-weight: normal;
}
.callout-button a:after {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '\e904';
  font-family: IcoMoon;
  font-size: 6px;
}

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

.banner-blockquote,
.fs_style_28 {
  position: relative;
  margin: 20px 0;
  font-size: 15px;
  line-height: 22px;
  color: #06467a;
}
.banner-blockquote:before,
.fs_style_28:before {
  position: absolute;
  content: '\201c';
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 124px;
  color: #e7b212;
}
.banner-blockquote:before,
.fs_style_28:before {
  top: 0px;
}

.page-bloackquote,
.fs_style_27 {
  position: relative;
  margin: 20px 0;
  font-size: 15px;
  line-height: 22px;
  color: #06467a;
  padding-left: 50px;
}
.page-bloackquote:before,
.fs_style_27:before {
  position: absolute;
  content: '\201c';
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 124px;
  color: #e7b212;
}
.page-bloackquote:before,
.fs_style_27:before {
  top: 35px;
  left: -5px;
}

cite,
.fs_style_25 {
  display: block;
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 40px;
  font-style: normal;
  font-family: "trajan-pro-3", sans-serif;
  color: #b3b3b3;
  text-align: center;
}
cite:before,
.fs_style_25:before {
  content: '- ';
}

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

/*! structure - header v0.0.1 */
#fsHeader {
  background: #fff;
}
body.home #fsHeader {
  border-bottom: 6px solid #06467a;
}
#fsHeader > .fsBanner {
  margin: 0 auto;
}
#fsHeader .site-info-container {
  position: relative;
  width: 95%;
  margin: 0 auto;
  padding: 8.5px 0;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 700px) {
  #fsHeader .site-info-container {
    width: 40%;
    margin-left: 5%;
  }
}
#fsHeader .site-info-container h1 {
  margin-bottom: 0;
}
#fsHeader .site-info-container a {
  display: block;
  padding: 23px 0;
  color: transparent;
  background: url("../images/logo-gersh.png") no-repeat 0 50%;
  background-size: contain;
}
#fsHeader .site-info-container a:hover {
  color: transparent;
}
#fsHeader .hero-video {
  position: relative;
  z-index: 1;
  max-height: 720px;
  overflow: hidden;
}
#fsHeader .hero-video header {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 3;
  text-align: center;
  width: 100%;
}
@media (min-width: 400px) {
  #fsHeader .hero-video header {
    top: 50%;
    bottom: auto;
  }
}
#fsHeader .hero-video header .fsElementHeaderContent {
  font-family: "trajan-pro-3", sans-serif;
  font-size: 25px;
  color: #fff;
}
@media (min-width: 600px) {
  #fsHeader .hero-video header .fsElementHeaderContent {
    font-size: 35px;
  }
}
#fsHeader .hero-video:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.15);
  z-index: 2;
}
#fsHeader .hero-video .fsMediaView img {
  display: block !important;
}
#fsHeader .hero-video .fsMediaView video {
  display: none;
}
@media (min-width: 600px) {
  #fsHeader .hero-video .fsMediaView img {
    display: none !important;
  }
  #fsHeader .hero-video .fsMediaView video {
    display: block;
  }
}

.hero-image img {
  display: block;
  width: 100vw;
}

/*! structure - footer v0.0.1 */
#fsFooter {
  color: #fff;
}
#fsFooter .fsBanner {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#fsFooter .fsBanner:after {
  content: normal;
}
body.fsDraftMode #fsFooter .fsBanner {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
#fsFooter .site-info-container {
  position: relative;
  width: 95%;
  margin: 0 auto;
  padding: 8.5px 0;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 700px) {
  #fsFooter .site-info-container {
    width: 40%;
    margin: 0 0 0 5%;
  }
}
@media (min-width: 1100px) {
  #fsFooter .site-info-container {
    width: 30%;
  }
}
#fsFooter .site-info-container h1 {
  margin-bottom: 0;
  padding: 23px 0;
  text-align: center;
}
#fsFooter .site-info-container a {
  padding: 5px 0;
  color: transparent;
  background: url("../images/logo-gersh-footer.png") no-repeat 0 50%;
  background-size: contain;
}
#fsFooter .site-info-container a:hover {
  color: transparent;
}
@media (min-width: 700px) {
  #fsFooter .site-info-container a {
    display: block;
    padding: 23px 0;
  }
}
#fsFooter .address-container {
  width: 100%;
}
#fsFooter .address-container > .fsElementContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
#fsFooter .address-container .locations-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
#fsFooter .address-container .locations-button > .fsElementContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
#fsFooter .address-container .locations-button a {
  width: auto;
  padding: 10px 40px;
  font-size: 15px;
  font-family: sans-serif-5;
}
@media (min-width: 1100px) {
  #fsFooter .address-container .locations-button {
    float: right;
    width: 30%;
  }
}
#fsFooter .middle-footer {
  width: 100%;
}
@media (min-width: 700px) {
  #fsFooter .middle-footer {
    width: 50%;
    padding-left: 30px;
    margin: 35px 0 35px 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (min-width: 1100px) {
  #fsFooter .middle-footer {
    width: 30%;
  }
}
#fsFooter .nav-social {
  margin-bottom: 20px;
}
@media (min-width: 1100px) {
  #fsFooter .nav-social {
    margin-bottom: 0;
  }
}
#fsFooter .utility-container {
  position: relative;
  width: 100%;
  padding: 25px 0 50px;
  font-family: "trajan-pro-3", sans-serif;
  font-size: 18px;
  text-align: center;
  color: #06467a;
  background: #fff;
}
#fsFooter .utility-container > .fsElementContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
#fsFooter .utility-container a {
  font-size: 15px;
  color: #06467a !important;
  border-color: #06467a;
}
@media (min-width: 1100px) {
  #fsFooter .utility-container {
    text-align: left;
  }
}
#fsFooter .utility-container .footer-utility-title {
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 1100px) {
  #fsFooter .utility-container .footer-utility-title {
    width: 12%;
  }
}
#fsFooter .utility-container .footer-utility-links {
  display: none;
}
#fsFooter .utility-container .footer-utility-links > .fsElementContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
#fsFooter .utility-container .footer-utility-links > .fsElementContent a:nth-child(n+5) {
  margin: 0 23px;
}
#fsFooter .utility-container .footer-utility-links > .fsElementContent a:nth-child(-n+4) {
  margin: 0 36px 20px;
}
@media (min-width: 1000px) {
  #fsFooter .utility-container .footer-utility-links > .fsElementContent a:nth-child(n) {
    margin: 0 20px 0 0;
  }
}
#fsFooter .utility-container .footer-utility-links > .fsElementContent a:hover {
  opacity: .6;
}
@media (min-width: 700px) {
  #fsFooter .utility-container .footer-utility-links {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 900px) {
  #fsFooter .utility-container .footer-utility-links > .fsElementContent {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1100px) {
  #fsFooter .utility-container .footer-utility-links {
    width: 75%;
  }
}
#fsFooter .utility-container .footer-utility-button {
  display: block;
}
@media (min-width: 700px) {
  #fsFooter .utility-container .footer-utility-button {
    display: none;
  }
}

.school-details {
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
.school-details > .fsElementContent {
  display: block;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 700px) {
  .school-details {
    width: 350px;
    margin-right: 10%;
    text-align: left;
  }
  .school-details > .fsElementContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.school-details p {
  margin: 0;
}
@media (min-width: 700px) {
  .school-details [itemprop='name'] {
    width: 100%;
  }
}
.school-details [itemprop='streetAddress'] {
  display: block;
}
@media (min-width: 700px) {
  .school-details [itemprop='addressLocality'] {
    position: relative;
    padding-left: 20px;
  }
  .school-details [itemprop='addressLocality']:before {
    content: '/';
    position: absolute;
    left: 9px;
  }
}
.school-details [itemprop='telephone'] {
  color: #e7b212;
}
@media (min-width: 700px) {
  .school-details [itemprop='email'] {
    position: relative;
    padding-left: 20px;
  }
  .school-details [itemprop='email']:before {
    content: '/';
    position: absolute;
    left: 9px;
  }
}
.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: "open-sans", sans-serif;
  background: #06467a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 0.875em;
  line-height: 1.57143;
  color: #6f6f6f;
}

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

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

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

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

#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.58065% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner #fsPageContent {
    width: 72.58065% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: 45.16129% !important;
  }
}

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

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

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

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

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

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

#fsPoweredByFinalsite {
  position: absolute;
  right: 5px;
  bottom: 10px;
}

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

/*! navigation - main v0.0.1 */
#fsHeader .nav-main {
  display: none;
}
@media (min-width: 700px) {
  #fsHeader .nav-main {
    display: block;
    background: #06467a;
  }
}
.nav-main, .nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-main > li {
  margin: 0;
  padding: 0;
}
@media (min-width: 700px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .no-flexbox .nav-main .fsNavLevel1 {
    text-align: justify;
    font-size: 0.1px;
  }
  .no-flexbox .nav-main .fsNavLevel1 > li {
    display: inline-block;
  }
  .no-flexbox .nav-main .fsNavLevel1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .nav-main .fsNavLevel1 {
    padding: 0 10%;
  }
}
@media (min-width: 700px) {
  .nav-main .fsNavLevel1 > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
}
.nav-main .fsNavLevel1 > li > a {
  padding: 10px 15px;
  font-size: 13px;
  color: #fff;
  display: block;
  text-transform: uppercase;
}
.nav-main .fsNavLevel1 > li > a:hover {
  color: #e7b212;
  font-weight: normal;
}
.nav-main .fsNavLevel1 > .fsNavCurrentPage > a {
  color: #e7b212;
}
.nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
  color: #e7b212;
}

.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 {
  width: 100vw;
  background: rgba(6, 70, 122, 0.9);
  text-align: left;
}
@media (min-width: 980px) {
  .nav-main .fsNavParentPage:hover .fsNavPageInfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.nav-main .fsNavPageDescription {
  width: 20%;
  float: left;
  padding: 52px 0 10px;
  text-align: center;
}
@media (min-width: 1000px) {
  .nav-main .fsNavPageDescription {
    width: 25%;
  }
}
.nav-main .fsNavLevel2 {
  float: right;
  width: 80%;
  padding: 0 0 10px;
}
.nav-main .fsNavLevel2 a {
  padding: 0.71429em;
  color: #fff;
  display: block;
}
.nav-main .fsNavLevel2 a:hover {
  color: #e7b212;
}

.nav-column {
  width: 33%;
  height: auto;
  float: left;
  padding: 5px 25px 0px 50px;
}
.nav-column li {
  border-bottom: 1px solid #4d6e8a;
}

/*! navigation - off-canvas v0.0.1 */
.drawer-ribbon {
  position: relative;
  height: 50px;
  background: #06467a;
}
@media (min-width: 700px) {
  .drawer-ribbon {
    display: none;
  }
}

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  max-width: 50px;
}
.drawer-trigger:before, .drawer-trigger:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 3px;
  width: 50%;
  content: '';
  background: #fff;
}
.drawer-trigger:before {
  margin-top: -0.42857em;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: margin-top .3s, -webkit-transform .3s;
  transition: margin-top .3s, transform .3s;
}
.drawer-trigger:after {
  box-shadow: 0 0.42857em 0 0 #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: box-shadow .3s, -webkit-transform .3s;
  transition: box-shadow .3s, transform .3s;
}
.drawer-is-active .drawer-trigger:before {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer-is-active .drawer-trigger:after {
  box-shadow: none;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(20%, 0, 0);
  transform: translate3d(20%, 0, 0);
  -webkit-transform: translate(20%, 0);
  -ms-transform: translate(20%, 0);
  transform: translate(20%, 0);
  top: 0;
  min-height: 100%;
  max-width: 42.85714em;
  padding: 0 25px;
  background: #06467a;
}
.drawer-is-active .fsMenu {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.close-btn {
  float: right;
  margin-right: -25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 999;
}
.close-btn:hover:before {
  color: #6f6f6f;
}
.close-btn:before {
  content: 'X';
  color: #fff;
  font-size: 22px;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  padding-top: 7px;
  padding-right: 1px;
}

.fsSearch.mobile-search form.gsc-search-box-tools {
  width: 100%;
}
.fsSearch.mobile-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0;
}
.fsSearch.mobile-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
  border: 0;
  height: 100%;
  background: none;
  border-bottom: 1px solid #386b95;
}
.fsSearch.mobile-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
  background: transparent !important;
  background-image: none !important;
  width: 100%;
  height: 40px !important;
  color: #fff;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 14px;
  font-family: "open-sans", sans-serif;
}
.fsSearch.mobile-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 40px;
  width: 20px;
  background: transparent;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsSearch.mobile-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: '\e900';
  color: #e7b212;
  font-family: IcoMoon;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 40px;
  font-size: 20px;
}
.fsSearch.mobile-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsSearch.mobile-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;
}

.off-canvas-nav {
  padding-top: 50px;
}
.off-canvas-nav .fsNavLevel1, .off-canvas-nav .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.off-canvas-nav .fsNavLevel1 > li {
  margin: 0;
  padding: 0;
}
.off-canvas-nav .fsNavLevel1 li {
  border-bottom: 1px solid #386b95;
}
.off-canvas-nav .fsNavLevel1 li a {
  font-size: 15px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
}
.off-canvas-nav .fsNavLevel1 li a:visited {
  color: #fff;
}
.off-canvas-nav .fsNavLevel1 li.fsNavCurrentPage a, .off-canvas-nav .fsNavLevel1 li.fsNavCurrentPageAncestor a {
  color: #e7b212;
}

.mobile-utility {
  padding-top: 40px;
}
.mobile-utility .fsNavLevel1, .mobile-utility .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-utility .fsNavLevel1 > li {
  margin: 0;
  padding: 0;
}
.mobile-utility .fsNavLevel1 li a {
  font-size: 13px;
  line-height: 40px;
  color: #e7b212;
  text-transform: uppercase;
}

/*! navigation - sub v0.0.1 */
.nav-sub {
  margin: 0 0 20px !important;
}
.nav-sub, .nav-sub ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-sub > li {
  margin: 0;
  padding: 0;
}
.nav-sub.nav-sub-empty {
  display: none !important;
}
@media (max-width: 799px) {
  .nav-sub > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.nav-sub.active-nav > .fsElementContent {
  max-height: 9999px;
  visibility: visible;
  opacity: 1;
}
.nav-sub ul {
  background: #fbf4dc;
}
.nav-sub ul li a {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  font-size: 15px;
  line-height: 25px;
  color: #06467a;
}
.nav-sub ul li a:hover {
  color: #06467a;
  font-weight: normal;
}
.nav-sub .fsNavLevel1 > li {
  border-bottom: 1px solid #f5e09f;
}
.nav-sub .fsNavLevel1 > li:last-child {
  border-bottom: none;
}
.nav-sub .fsNavLevel1 > li > a {
  padding-left: 45px;
}
.nav-sub .fsNavLevel1 > li > a:hover {
  color: #fff;
  background: #06467a;
}
.nav-sub .fsNavLevel1 > li.fsNavCurrentPage > a, .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
  color: #fff;
  background: #06467a;
}
.nav-sub .fsNavLevel2 {
  display: none;
}
.nav-sub .fsNavLevel1 li.fsNavCurrentPage .fsNavLevel2 {
  display: block;
}
.nav-sub .fsNavLevel1 li.fsNavCurrentPageAncestor .fsNavLevel2 {
  display: block;
}
.nav-sub .fsNavLevel2 > li {
  border-bottom: 1px solid #f5e09f;
}
.nav-sub .fsNavLevel2 > li:last-child {
  border-bottom: none;
}
.nav-sub .fsNavLevel2 > li > a {
  padding-left: 65px;
  background: #fdfbf1;
}
.nav-sub .fsNavLevel2 > li > a:hover {
  font-weight: 700;
}
.nav-sub .fsNavLevel2 > li.fsNavCurrentPage > a, .nav-sub .fsNavLevel2 > li.fsNavCurrentPageAncestor > a {
  font-weight: 700;
}
.nav-sub > .section-title {
  display: block;
  background: #fbf4dc;
}
@media (min-width: 800px) {
  .nav-sub > .section-title {
    display: none;
  }
}
.nav-sub > .section-title > a {
  margin-top: 0;
  font-size: 16px;
  line-height: 17px;
  color: #06467a;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 800px) {
  .nav-sub > .section-title > a {
    cursor: default;
  }
}
@media (max-width: 799px) {
  .nav-sub > .section-title > a:after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 8px;
    color: #06467a;
    content: "+";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}
@media (max-width: 799px) {
  .nav-sub.active-nav > .section-title > a:after {
    content: "-";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}

/*! Navigation - Social */
.nav-social {
  width: 100%;
  text-align: center;
}
@media (min-width: 700px) {
  .nav-social {
    text-align: left;
  }
}
.nav-social .fsNavLevel1 {
  font-size: 0;
}
.nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-social .fsNavLevel1 > li {
  margin: 0;
  padding: 0;
}
.nav-social .fsNavLevel1 li {
  display: inline-block;
}
.nav-social .fsNavLevel1 li:not(:last-child) {
  margin-right: 45px;
}
.nav-social .fsNavLevel1 [href*='facebook']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='instagram']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='linkedin']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='pinterest']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='tumblr']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='twitter']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='vimeo']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='vine']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='youtube']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='rss']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='facebook']:hover:before {
  color: #e7b212;
}
.nav-social .fsNavLevel1 [href*='instagram']:hover:before {
  color: #e7b212;
}
.nav-social .fsNavLevel1 [href*='linkedin']:hover:before {
  color: #e7b212;
}
.nav-social .fsNavLevel1 [href*='pinterest']:hover:before {
  color: #e7b212;
}
.nav-social .fsNavLevel1 [href*='tumblr']:hover:before {
  color: #e7b212;
}
.nav-social .fsNavLevel1 [href*='twitter']:hover:before {
  color: #e7b212;
}
.nav-social .fsNavLevel1 [href*='vimeo']:hover:before {
  color: #e7b212;
}
.nav-social .fsNavLevel1 [href*='vine']:hover:before {
  color: #e7b212;
}
.nav-social .fsNavLevel1 [href*='youtube']:hover:before {
  color: #e7b212;
}
.nav-social .fsNavLevel1 [href*='rss']:hover:before {
  color: #e7b212;
}
.nav-social .fsNavLevel1 a {
  display: block;
}
.nav-social .fsNavLevel1 a:before {
  color: #fff;
  font-size: 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
}

.nav-utility-hdr {
  display: none;
  float: right;
  height: 103px;
  line-height: 47px;
}
@media (min-width: 700px) {
  .nav-utility-hdr {
    display: block;
    width: 36%;
    margin-right: 50px;
  }
}
@media (min-width: 900px) {
  .nav-utility-hdr {
    width: 42%;
    line-height: 103px;
  }
}
@media (min-width: 1000px) {
  .nav-utility-hdr {
    width: auto;
  }
}
.nav-utility-hdr .fsNavLevel1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.nav-utility-hdr .fsNavLevel1 li a {
  padding: 0 10px;
  font-size: 13px;
  color: #e7b212;
  text-transform: uppercase;
}

.nav-utility-ftr {
  position: absolute;
  right: 155px;
  bottom: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.nav-utility-ftr .fsNavLevel1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.nav-utility-ftr .fsNavLevel1, .nav-utility-ftr .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-utility-ftr .fsNavLevel1 > li {
  margin: 0;
  padding: 0;
}
.nav-utility-ftr .fsNavLevel1 li:first-child {
  padding-right: 15px;
}
.nav-utility-ftr .fsNavLevel1 a {
  font-size: 10px !important;
  color: #e7b212;
}
.nav-utility-ftr .fsNavLevel1 a:hover {
  font-weight: 700;
}

.nav-site-map .fsElementContent nav ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.nav-site-map .fsElementContent nav ul li {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.nav-site-map .fsElementContent nav ul.fsNavLevel1 {
  margin-left: 0;
  list-style: none;
}
@media (min-width: 600px) {
  .nav-site-map .fsElementContent nav ul.fsNavLevel1 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-column-rule: 0;
    -moz-column-rule: 0;
    column-rule: 0;
    min-height: initial;
  }
  .nav-site-map .fsElementContent nav ul.fsNavLevel1 li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
  }
  .no-csscolumns .nav-site-map .fsElementContent nav ul.fsNavLevel1 li {
    float: left;
    display: block;
    width: 100%;
    vertical-align: top;
  }
}
.nav-site-map .fsElementContent nav ul.fsNavLevel1 > li {
  margin-bottom: 20px;
  font-weight: 700;
}
.nav-site-map .fsElementContent nav ul.fsNavLevel2 {
  list-style: disc;
}
.nav-site-map .fsElementContent nav ul.fsNavLevel3 {
  list-style: circle;
}
.nav-site-map .fsElementContent nav ul.fsNavLevel4 {
  list-style: square;
}
.nav-site-map .fsElementContent nav ul.fsNavLevel5 {
  list-style: disc;
}

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch > .fsElementContent {
    margin: 0 -10px;
  }
}
.fsConstituent.fsSearch label {
  display: block;
  margin-bottom: 1.42857em;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch label {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    padding: 0 10px;
  }
}
@media (min-width: 900px) {
  .fsConstituent.fsSearch label {
    width: 32.83333%;
  }
}
.fsConstituent.fsSearch input,
.fsConstituent.fsSearch select {
  display: block;
  width: 100%;
}
.fsConstituent.fsSearch [type*='submit'] {
  width: auto;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch [type*='submit'] {
    margin-left: 0.71429em;
  }
}
.fsConstituent.fsSearch .fsConstituentSearchButton {
  display: inline-block;
  margin: 0 5px 20px;
  padding: 10px 20px;
  background: #6f6f6f;
  font-family: "trajan-pro-3", sans-serif;
  color: #fff !important;
  outline: 0;
  border: 1px solid #fff;
  border-radius: 3px;
  display: block;
  margin: 0 10px;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:hover {
  background: #6f6f6f;
  color: #fff !important;
  font-weight: normal;
}
.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: #06467a;
}
@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.42857em;
  font-size: 16px;
}
.fsProfileSection h4 {
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #333;
  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;
  -webkit-column-break-inside: avoid;
  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;
  -webkit-column-break-inside: avoid;
  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;
  -webkit-column-break-inside: avoid;
  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;
  -webkit-column-break-inside: avoid;
  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: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-size: 20px;
  line-height: 26px;
  color: #06467a;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-bottom: 2px;
  display: block;
  font-size: 17px;
  font-weight: 600;
  padding: 13.33333px;
  color: #595959;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}
.fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
  -webkit-transition: none;
  transition: none;
}
.fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
  background: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
  color: #e7b212;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: transparent;
}
.fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #06467a;
}
.fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
  content: "-";
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after, .fsPanelIconBefore.fsAccordion .fsPanel > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 10px;
  font-size: 25px;
  content: "+";
}
.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before, .fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 10px;
  font-size: 25px;
  content: "-";
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 40px;
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
  left: 13.33333px;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 40px;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
  display: none;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
  right: 13.33333px;
}
.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: '';
}

.fsAccordion {
  margin-bottom: 20px;
  border-top: 4px solid #e7b212;
}
.fsAccordion .fsPanel {
  border-bottom: 1px solid #b6b0a6;
}

/*! 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;
  margin: 0 5px 20px;
  padding: 10px 20px;
  background: #6f6f6f;
  font-family: "trajan-pro-3", sans-serif;
  color: #fff !important;
  outline: 0;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 10px 20px;
}
.fsAthleticsEvent.fsList .fsLoadMoreButton:hover {
  background: #6f6f6f;
  color: #fff !important;
  font-weight: normal;
}
.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 #595959;
}
.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: 75px;
  min-height: 56px;
  padding-top: 0;
}
.fsCalendar article .fsElementEventColorIcon {
  width: 12px;
  height: 12px;
}
.fsCalendar .fsDate {
  position: absolute;
  top: 5px;
  left: 0;
  text-align: center;
  height: 56px;
  width: 56px;
  color: #fff;
  background: #e7b212;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "acumin-pro-condensed", sans-serif;
}
.fsCalendar .fsDate > span {
  display: block;
}
.fsCalendar .fsDate > span.fsDay {
  font-size: 40px;
}
.fsCalendar .title-date {
  padding-bottom: 20px;
  color: #06467a;
  font-weight: 600;
  text-transform: uppercase;
}
.fsCalendar .fsTitle {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  padding-bottom: 10px;
}
.fsCalendar .fsTitle a {
  color: #595959;
}
.fsCalendar .fsEventDetails .fsDescription {
  height: 50px;
  font-size: 15px;
}
.fsCalendar .fsTimeRange {
  font-size: 11px;
  font-weight: 600;
  color: #06467a;
  text-transform: uppercase;
}
.fsCalendar .fsTimeRange:before {
  font-family: IcoMoon;
  content: '\e906';
}
.fsCalendar .fsLocation {
  font-size: 11px;
  font-weight: 600;
  color: #06467a;
  text-transform: uppercase;
}
.fsCalendar .fsLocation:before {
  padding-right: 4px;
  font-family: IcoMoon;
  content: '\e905';
}
.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0;
}

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

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

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

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}
.scroll-up span {
  display: inline-block;
  margin: 0 5px 20px;
  padding: 10px 20px;
  background: #6f6f6f;
  font-family: "trajan-pro-3", sans-serif;
  color: #fff !important;
  outline: 0;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 10px 20px;
}
.scroll-up span:hover {
  background: #6f6f6f;
  color: #fff !important;
  font-weight: normal;
}
.scroll-up span em {
  display: block;
  font-style: normal;
}
.scroll-up + .fsCalendarLegend {
  margin-top: 20px !important;
}
@media screen and (min-width: 800px) {
  .scroll-up {
    display: none;
  }
}

.fsElementEventColorIcon {
  display: inline-block;
}

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
  margin-top: 40px;
}
.fsCalendar.fsGrid .fsCalendarLegend, .fsCalendar.fsGrid .fsCalendarLegend ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsCalendar.fsGrid .fsCalendarLegend > li {
  margin: 0;
  padding: 0;
}
.fsCalendar.fsGrid .fsCalendarLegend h4 {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0;
}
@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
    width: 49%;
  }
}

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

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

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

.module {
  background: #06467a;
}

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

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

::-webkit-input-placeholder {
  color: #6f6f6f;
}
:-moz-placeholder {
  color: #6f6f6f;
}
::-moz-placeholder {
  color: #6f6f6f;
}
:-ms-input-placeholder {
  color: #6f6f6f;
}
/*! 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;
  margin: 0 5px 20px;
  padding: 10px 20px;
  background: #6f6f6f;
  font-family: "trajan-pro-3", sans-serif;
  color: #fff !important;
  outline: 0;
  border: 1px solid #fff;
  border-radius: 3px;
}
.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: #6f6f6f;
  color: #fff !important;
  font-weight: normal;
}
.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;
  margin: 0 5px 20px;
  padding: 10px 20px;
  background: #6f6f6f;
  font-family: "trajan-pro-3", sans-serif;
  color: #fff !important;
  outline: 0;
  border: 1px solid #fff;
  border-radius: 3px;
}
.fsAccount .fsAccountLogout a:hover {
  background: #6f6f6f;
  color: #fff !important;
  font-weight: normal;
}
.fsAccount .fsAccountLogout a em {
  display: block;
  font-style: normal;
}

.fsMediaCustomPlayer {
  background: none;
  position: relative;
}
.fsMediaCustomPlayer article {
  background-position: center;
  background-size: cover;
  outline: 0;
  position: relative;
}
.fsMediaCustomPlayer article img {
  opacity: 0;
  visibility: hidden;
}
.fsMediaCustomPlayer .caption-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  font-family: "open-sans", sans-serif;
  font-size: 14px;
  left: 0;
  line-height: 22px;
  padding: 10px;
  position: absolute;
  width: 100%;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-wrapper {
    padding: 20px;
  }
}
.fsMediaCustomPlayer .caption-wrapper a {
  color: rgba(255, 255, 255, 0.5);
}
.fsMediaCustomPlayer .caption-wrapper a:hover {
  text-decoration: underline;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-title {
    margin-top: 0;
    font-size: 20px;
    line-height: 26px;
    color: #06467a;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
    margin-bottom: 0;
  }
}
.fsMediaCustomPlayer .caption-desc {
  display: none;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-desc {
    display: block;
  }
}
.fsMediaCustomPlayer .caption-desc p:last-child {
  margin-bottom: 0;
}
.fsMediaCustomPlayer .caption-desc:empty {
  display: none;
}
.fsMediaCustomPlayer .slick-next, .fsMediaCustomPlayer .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 2;
}
.fsMediaCustomPlayer .slick-next:before, .fsMediaCustomPlayer .slick-prev:before {
  color: #fff;
  display: block;
  font-size: 50px;
  font-weight: normal;
  height: 100%;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
}
.fsMediaCustomPlayer .slick-next {
  left: auto;
  right: 0;
}
.fsMediaCustomPlayer .slick-next:before {
  content: '\203A';
}
.fsMediaCustomPlayer .slick-prev {
  left: 0;
  right: auto;
}
.fsMediaCustomPlayer .slick-prev:before {
  content: '\2039';
}

.fsNews.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
}
@media (min-width: 600px) {
  .fsNews.fsThumbnailAlignLeft .fsThumbnail {
    float: left;
  }
}
.fsNews.fsThumbnailAlignRight .fsThumbnail {
  float: none;
}
@media (min-width: 600px) {
  .fsNews.fsThumbnailAlignRight .fsThumbnail {
    float: right;
  }
}

.fsNews.fsList .fsThumbnail {
  display: inline-block;
  width: 100%;
}
.fsNews.fsList .fsThumbnail img {
  width: 100%;
}
.fsNews.fsList .fsTitle a {
  font-size: 16px;
  font-weight: 600;
  color: #06467a;
}
.fsNews.fsList .fsSummary {
  height: 50px;
}

/*! _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 {
  display: none;
  position: absolute;
  right: 0;
  height: 103px;
  width: 20px;
  margin-right: 5%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
@media (min-width: 700px) {
  .fsSearch.site-search {
    display: block;
  }
}
.fsMenu .fsSearch.site-search {
  display: block;
}
@media (min-width: 700px) {
  .fsMenu .fsSearch.site-search {
    display: none;
  }
}
@media (min-width: 1100px) {
  .fsSearch.site-search {
    position: relative;
    float: right;
  }
}
.fsSearch.site-search.open-search {
  width: 250px;
}
.fsSearch.site-search.open-search > .fsElementContent {
  right: 0;
  opacity: 1;
}
.fsSearch.site-search header {
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.fsSearch.site-search header h2 {
  font-size: 0;
  margin-bottom: 0;
}
.fsSearch.site-search header h2:before {
  position: relative;
  z-index: 2;
  content: '\e900';
  font-family: IcoMoon;
  font-size: 20px;
  color: #e7b212;
}
.fsSearch.site-search > .fsElementContent {
  position: relative;
  z-index: 1;
  top: 26px;
  right: -250px;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.fsSearch.site-search form.gsc-search-box-tools {
  width: 250px;
}
.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: #fff !important;
  background-image: none !important;
  width: 100%;
  height: 50px !important;
  color: #595959;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 14px;
  font-family: "open-sans", sans-serif;
  border-left: 1px solid #e7b212 !important;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  display: none;
  padding: 0;
  overflow: hidden;
  height: 50px;
  width: 75px;
  background: #06467a;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: "";
  color: #fff;
  font-family: IcoMoon;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 14px;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search):not(.mobile-search) {
  margin-bottom: 20px;
}
.fsSearch:not(.site-search):not(.mobile-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0;
}
.fsSearch:not(.site-search):not(.mobile-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
  border: 0;
  height: 100%;
  border: solid 1px #6f6f6f;
}
.fsSearch:not(.site-search):not(.mobile-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: #6f6f6f;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 14px;
  font-family: "open-sans", sans-serif;
}
.fsSearch:not(.site-search):not(.mobile-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 50px;
  width: 75px;
  background: #6f6f6f;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsSearch:not(.site-search):not(.mobile-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: "";
  color: #fff;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 14px;
  font-family: IcoMoon;
}
.fsSearch:not(.site-search):not(.mobile-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsSearch:not(.site-search):not(.mobile-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: "open-sans", sans-serif;
  font-size: 14px;
}
.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: #6f6f6f;
}
.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: #e7b212;
}
.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: #06467a !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: #06467a !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: 14px;
}
.fsSearchResults .gsc-results .gsc-cursor-box, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0;
}

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

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

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

.fsFacebookFollow {
  margin-top: 20px;
}

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

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

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

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

.vimeo_view_link a {
  display: inline-block;
  margin: 0 5px 20px;
  padding: 10px 20px;
  background: #6f6f6f;
  font-family: "trajan-pro-3", sans-serif;
  color: #fff !important;
  outline: 0;
  border: 1px solid #fff;
  border-radius: 3px;
}
.vimeo_view_link a:hover {
  background: #6f6f6f;
  color: #fff !important;
  font-weight: normal;
}
.vimeo_view_link a em {
  display: block;
  font-style: normal;
}

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

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

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

.Youtube_view_link a {
  display: inline-block;
  margin: 0 5px 20px;
  padding: 10px 20px;
  background: #6f6f6f;
  font-family: "trajan-pro-3", sans-serif;
  color: #fff !important;
  outline: 0;
  border: 1px solid #fff;
  border-radius: 3px;
}
.Youtube_view_link a:hover {
  background: #6f6f6f;
  color: #fff !important;
  font-weight: normal;
}
.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-size: 20px;
  line-height: 26px;
  color: #06467a;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-bottom: 2px;
  display: block;
  font-size: 17px;
  font-weight: 600;
  padding: 13.33333px;
  color: #595959;
  -webkit-transition: .3s;
  transition: .3s;
  background: transparent;
  color: #595959;
}
.fsTabs .fsTabsNav li a:hover {
  background: transparent;
  color: #e7b212;
}
.fsTabs .fsTabsNav li.fsStateSelected {
  border-bottom: 4px solid #d6d6d6;
}
.fsTabs .fsTabsNav li.fsStateSelected a {
  background: transparent;
  color: #06467a;
}

.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-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.home #fsPageBody {
  max-width: none;
}
.home #fsPageContent {
  margin-bottom: 0;
}
.home #fsPageContent .fsDiv {
  margin-bottom: 0;
}

.our-stories {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px;
}
@media (min-width: 900px) {
  .our-stories {
    padding: 0;
  }
}
.our-stories.fsNews.fsThumbnailSquare.fsThumbnailLarge .fsThumbnail {
  max-width: 100%;
  padding-bottom: 120px;
}
@media (min-width: 900px) {
  .our-stories.fsNews.fsThumbnailSquare.fsThumbnailLarge .fsThumbnail {
    max-width: 45%;
    margin-right: 6%;
    padding-bottom: 0;
  }
}
.our-stories header {
  position: absolute;
  bottom: 527px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.our-stories header .fsElementTitle {
  font-family: "trajan-pro-3", sans-serif;
  font-size: 27px;
  color: #e7b212;
}
@media (min-width: 550px) {
  .our-stories header {
    bottom: 467px;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto;
    text-align: left;
  }
}
@media (min-width: 900px) {
  .our-stories header {
    top: 6%;
    right: 30%;
    bottom: auto;
  }
}
.our-stories article {
  padding: 0;
}
.our-stories article .fsThumbnail {
  width: 45%;
}
.our-stories article .fsTitle {
  padding-top: 8%;
}
.our-stories article .fsTitle a {
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  color: #b3b3b3;
}
.our-stories article .fsTitle a:visited {
  color: #b3b3b3;
}
.our-stories article .fsBody {
  height: 327px;
  padding-top: 5px;
  padding-right: 5%;
}
.our-stories .fsPager {
  position: absolute;
  bottom: 410px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  width: 100%;
}
@media (min-width: 550px) {
  .our-stories .fsPager {
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto;
  }
}
@media (min-width: 900px) {
  .our-stories .fsPager {
    top: 6%;
    right: 5%;
    bottom: auto;
  }
}
.our-stories .fsPager li {
  height: 4px;
  width: 42px;
  margin: 0 3px;
}
.our-stories .fsPager li button {
  height: 4px;
  width: 100%;
  padding: 2px;
  background: #b3b3b3;
}
.our-stories .fsPager li button:before {
  content: none;
}
.our-stories .fsPager li.slick-active {
  height: 8px;
}
.our-stories .fsPager li.slick-active button {
  height: 8px;
  background: #e7b212;
}

.home-grid > .fsElementContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-grid > .fsElementContent > .fsElement {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.home-grid > .fsElementContent > .fsElement:not(:last-child) {
  margin-bottom: 20px;
}
.home-grid > .fsElementContent > .fsElement img {
  min-width: 100%;
  max-width: none;
  display: block;
}
.home-grid > .fsElementContent > .fsElement.overlay-blue:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: '';
  background: rgba(6, 70, 122, 0.6);
}
.home-grid > .fsElementContent > .fsElement header,
.home-grid > .fsElementContent > .fsElement footer {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
}
.home-grid > .fsElementContent > .fsElement header strong,
.home-grid > .fsElementContent > .fsElement footer strong {
  position: relative;
  font-size: 22px;
  line-height: 35px;
  text-transform: uppercase;
}
.home-grid > .fsElementContent > .fsElement header strong:after,
.home-grid > .fsElementContent > .fsElement footer strong:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '\e904';
  font-family: IcoMoon;
  font-size: 6px;
}
@media (min-width: 700px) and (max-width: 1000px) {
  .home-grid > .fsElementContent > .fsElement header,
  .home-grid > .fsElementContent > .fsElement footer {
    font-size: 8.5px;
  }
  .home-grid > .fsElementContent > .fsElement header strong,
  .home-grid > .fsElementContent > .fsElement footer strong {
    font-size: 12px;
    line-height: 21px;
  }
  .home-grid > .fsElementContent > .fsElement header strong:after,
  .home-grid > .fsElementContent > .fsElement footer strong:after {
    top: 10px;
    font-size: 4px;
  }
}
.home-grid > .fsElementContent > .fsElement header strong {
  font-family: "trajan-pro-3", sans-serif;
}
.home-grid > .fsElementContent > .fsElement footer {
  display: none;
  padding: 0 40px;
}
@media (min-width: 700px) and (max-width: 1000px) {
  .home-grid > .fsElementContent > .fsElement footer {
    padding: 0 10px;
  }
}
@media (min-width: 1000px) {
  .home-grid > .fsElementContent > .fsElement footer {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .home-grid > .fsElementContent > .fsElement footer {
    padding: 0 20px;
  }
}
.home-grid > .fsElementContent > .fsElement:hover:not(.overlay-blue) img, .home-grid > .fsElementContent > .fsElement:focus:not(.overlay-blue) img, .home-grid > .fsElementContent > .fsElement:active:not(.overlay-blue) img {
  opacity: .6;
}
.home-grid > .fsElementContent > .fsElement:hover.overlay-blue::before, .home-grid > .fsElementContent > .fsElement:focus.overlay-blue::before, .home-grid > .fsElementContent > .fsElement:active.overlay-blue::before {
  background: rgba(6, 70, 122, 0.85);
}
.home-grid > .fsElementContent > .fsElement:hover header, .home-grid > .fsElementContent > .fsElement:focus header, .home-grid > .fsElementContent > .fsElement:active header {
  display: none;
}
.home-grid > .fsElementContent > .fsElement:hover footer, .home-grid > .fsElementContent > .fsElement:focus footer, .home-grid > .fsElementContent > .fsElement:active footer {
  display: block;
}
@media (min-width: 700px) {
  .home-grid > .fsElementContent {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .home-grid > .fsElementContent > .fsElement {
    width: auto;
  }
  .home-grid > .fsElementContent > .fsElement:not(:last-child) {
    margin-bottom: 0;
  }
  .home-grid > .fsElementContent > .fsElement:not(:first-child) {
    margin-left: 20px;
  }
  .home-grid > .fsElementContent > .fsElement img {
    max-width: 100%;
  }
}

.news-events header {
  padding-top: 90px;
}
.news-events header .fsElementTitle {
  margin-bottom: 50px;
  font-family: "trajan-pro-3", sans-serif;
  text-align: center;
  color: #e7b212;
}
.news-events > .fsElementContent {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 500px) {
  .news-events > .fsElementContent {
    max-width: 1180px;
  }
}
.news-events.fsGrid .fsListItems {
  margin: 0;
}
@media (min-width: 700px) {
  .news-events.fsGrid .fsListItems {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.news-events.fsGrid article {
  position: relative;
  width: 85%;
  height: 320px;
  margin: 0 auto;
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-events.fsGrid article:nth-child(2) {
  margin: 20px auto;
}
@media (min-width: 700px) {
  .news-events.fsGrid article:nth-child(2) {
    margin: 0 50px;
  }
}
.news-events.fsGrid article .news-content {
  position: relative;
  height: 100%;
  padding: 15px;
  z-index: 2;
  -webkit-transform: translateY(72%);
  -ms-transform: translateY(72%);
  transform: translateY(72%);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  background: rgba(0, 0, 0, 0.6);
}
.news-events.fsGrid article .fsTitle a {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
}
.news-events.fsGrid article .fsTitle a:hover {
  color: #e7b212;
}
.news-events.fsGrid article .fsSummary {
  height: 120px;
  margin-bottom: 10px;
  padding-top: 10px;
  overflow: hidden;
  color: #fff;
  -webkit-transform: translateY(70%);
  -ms-transform: translateY(70%);
  transform: translateY(70%);
  -webkit-transition: -webkit-transform .3s ease-in-out .1s;
  transition: transform .3s ease-in-out .1s;
}
.news-events.fsGrid article .fsReadMoreLink {
  color: #e7b212;
}
.news-events.fsGrid article:hover .news-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.news-events.fsGrid article:hover .news-content .fsSummary {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.news-events footer > .fsElementFooterContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 50px;
}
.news-events footer > .fsElementFooterContent .fs_style_23 {
  height: 30px;
  width: 115px;
  padding: 0;
  font-family: "open-sans", sans-serif;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  border-color: #595959;
}

.button-section {
  position: relative;
  margin-top: 80px;
  padding-top: 35px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 500px) {
  .button-section {
    padding-top: 155px;
  }
}
.button-section > header {
  padding-bottom: 45px;
}
.button-section > header .fsElementTitle {
  font-family: "trajan-pro-3", sans-serif;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
@media (min-width: 500px) {
  .button-section > header {
    padding-bottom: 66px;
  }
  .button-section > header .fsElementTitle {
    font: 55px;
  }
}
.button-section .button-content {
  padding-bottom: 55px;
  text-align: center;
}
.button-section .button-content .fs_style_30 {
  margin-bottom: 20px;
  cursor: pointer;
}
.button-section .button-content .fs_style_30 > .box-on {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 500px) {
  .button-section .button-content {
    padding-bottom: 183px;
  }
}
@media (min-width: 700px) {
  .button-section .button-content .fs_style_30 {
    margin-bottom: 0;
  }
}
body:not(.fsComposeMode) .button-section .button-box {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: 80%;
  padding: 10px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid #fff;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
body:not(.fsComposeMode) .button-section .button-box:before {
  position: absolute;
  top: 10px;
  right: 20px;
  content: 'X';
}
body:not(.fsComposeMode) .button-section .button-box header .fsElementHeaderContent {
  font-family: "trajan-pro-3", sans-serif;
  font-size: 35px;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) .button-section .button-box {
    padding: 85px 80px 50px;
    font-size: 22px;
  }
}
@media (min-width: 1100px) {
  body:not(.fsComposeMode) .button-section .button-box {
    padding: 85px 210px 100px;
  }
  body:not(.fsComposeMode) .button-section .button-box .fsElementHeaderContent {
    font-size: 55px;
  }
}

.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: #06467a;
}
.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: #06467a;
}

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

#fsAccountBar {
  background: #182f50;
  color: #fff;
  font-size: 14px;
  font-family: "open-sans", sans-serif;
  height: 40px;
}
#fsAccountBar > ul > li {
  height: 40px;
  padding: 10px 12px 8px;
}
#fsAccountBar a {
  color: #fff;
  font-size: 14px;
  font-family: "open-sans", sans-serif;
}
#fsAccountBar a:hover {
  color: #06467a;
}
#fsAccountBar .fsAccountBarAvatar {
  height: 40px;
}
#fsAccountBar .fsAccountBarMenu a {
  color: #6f6f6f;
  font-size: 14px;
  font-family: "open-sans", sans-serif;
}
#fsAccountBar .fsAccountBarMenu a:hover {
  color: #06467a;
}

.portal a.files:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  position: relative;
  display: inline;
  font-size: 14px;
  margin-right: 5px;
}
.portal a.pops:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  position: relative;
  display: inline;
  font-size: 14px;
  margin-right: 5px;
}
.portal #fsBannerLeft .fsCalendar.fsList article {
  padding-left: 0px;
  font-size: 16px;
}
.portal #fsBannerLeft .fsCalendar.fsList .fsDate {
  position: relative;
  top: 0;
  background: none;
  color: initial;
  width: auto;
  height: auto;
  text-align: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #06467a;
}
.portal #fsBannerLeft .fsCalendar.fsList .fsDate span {
  display: inline;
}
.portal #fsBannerLeft .fsCalendar.fsList .fsDescription p {
  margin-bottom: 2px;
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) #fsPageBody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .portal:not(.fsComposeMode) #fsBannerLeft {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .portal:not(.fsComposeMode) #fsPageContent {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.portal:not(.fsComposeMode) .portal-hero {
  height: 310px;
  position: relative;
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-hero {
    height: 200px;
  }
}
.portal:not(.fsComposeMode) .portal-hero header {
  position: relative;
  margin: 0 auto;
  max-width: 88.57143em;
  max-width: 77.5rem;
  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: "open-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: "open-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: "open-sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #6f6f6f;
  text-transform: none;
}
.portal:not(.fsComposeMode) .portal-news {
  position: relative;
}
.portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent {
    position: absolute;
    right: 0;
    top: 10px;
    margin-bottom: 0px;
  }
}
.portal:not(.fsComposeMode) .portal-news a.fsThumbnail {
  width: 300px;
  height: 240px;
  margin-right: 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 599px) {
  .portal:not(.fsComposeMode) .portal-news a.fsThumbnail {
    display: block;
    float: none;
  }
}
.portal:not(.fsComposeMode) .portal-news a.fsThumbnail img {
  display: none;
}
.portal:not(.fsComposeMode) .portal-news .fsTitle a.fsNewsPostLink {
  font-family: "open-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.fsNewsPostLink:hover {
  color: #06467a;
}
.portal:not(.fsComposeMode) .portal-news .fsDateTime {
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #6f6f6f;
}
.portal:not(.fsComposeMode) .portal-news .fsSummary {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 22px;
}
.portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink {
  display: inline-block;
  font-family: "open-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.fsNewsPostLink.fsReadMoreLink:hover {
  background: #149bc7;
}
.portal:not(.fsComposeMode) .portal-news article {
  max-width: 100%;
  border: 0px;
}
@media (max-width: 480px) {
  .portal:not(.fsComposeMode) .portal-news article {
    padding: 0px !important;
  }
}
.portal:not(.fsComposeMode) .portal-cal {
  margin-bottom: 55px;
  position: relative;
}
@media (min-width: 600px) {
  .portal:not(.fsComposeMode) .portal-cal .fsElementControls {
    position: absolute;
    right: 0;
    top: 12px;
  }
}
.portal:not(.fsComposeMode) .portal-cal > .fsElementContent > .fsListItems {
  border: 1px solid #ebebeb;
  padding: 40px 15px 20px;
}
.portal:not(.fsComposeMode) .portal-cal .fsDayContainer {
  display: inline;
}
.portal:not(.fsComposeMode) .portal-cal article {
  width: 25%;
  display: inline-block;
  margin-left: -2px;
  margin-right: -2px;
  padding-left: 0px;
  text-align: center;
  padding: 0 10px;
  vertical-align: top;
  border: 0;
}
@media (max-width: 599px) {
  .portal:not(.fsComposeMode) .portal-cal article {
    width: 100%;
    margin-bottom: 40px;
  }
}
.portal:not(.fsComposeMode) .portal-cal article .fsDate {
  position: relative;
  top: initial;
  width: 135px;
  height: 135px;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  background: #149bc7;
  color: #fff;
  padding-top: 22px;
  margin-bottom: 30px;
}
.portal:not(.fsComposeMode) .portal-cal article .fsDate .fsDay {
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1em;
  display: block;
}
.portal:not(.fsComposeMode) .portal-cal article .fsDate .fsMonth {
  text-transform: uppercase;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: block;
}
.portal:not(.fsComposeMode) .portal-cal article .fsTitle {
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #162f50;
  line-height: 1em;
  margin-bottom: 5px;
}
.portal:not(.fsComposeMode) .portal-cal article .fsTitle a.fsCalendarEventLink {
  color: #162f50;
}
.portal:not(.fsComposeMode) .portal-cal article .fsTitle a.fsCalendarEventLink:hover {
  color: #06467a;
}
.portal:not(.fsComposeMode) .portal-cal article .fsEventDetails {
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #424242;
}
.portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsTimeRange:before,
.portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsAllDay:before {
  content: "";
  font-family: "FontAwesome";
  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: "FontAwesome";
  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: "open-sans", sans-serif;
  font-size: 14px;
  color: #06467a;
  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: "open-sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  background: #c83eab;
  padding: 8px 15px;
  min-width: 190px;
  margin-left: 125px;
  -webkit-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton:hover {
  background: #149bc7;
}
.portal:not(.fsComposeMode) .portal-directory .fsElementPagination {
  text-align: center;
}
.portal:not(.fsComposeMode) .portal-directory .fsConstituentColumnLayout_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentColumnLayout_3 {
    max-width: 600px;
    margin: 0 auto;
  }
}
.portal:not(.fsComposeMode) .portal-directory .fsPhoto {
  width: 280px;
  height: 215px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 15px !important;
}
.portal:not(.fsComposeMode) .portal-directory .fsPhoto img {
  display: none;
}
.portal:not(.fsComposeMode) .portal-directory .fsConstituentItem {
  background: none;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #06467a;
}
@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: "open-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: #06467a;
}
.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.71429em;
  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: #06467a;
}
.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel2 > li > a {
  padding: 0.71429em 1.42857em;
  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: "open-sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  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: #06467a;
  color: #fff;
  font-family: "open-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 {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 8px;
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}
@media (max-width: 799px) {
  .portal-sub-nav.active-nav > header > .fsElementTitle:after {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}
.portal:not(.fsComposeMode) .portal-sub-mobile {
  display: block;
  max-height: 40px;
  overflow: hidden;
  height: 40px;
  -webkit-transition: max-height 0.15s linear;
  transition: max-height 0.15s linear;
  padding: 0px 20px 20px;
  background: #4c4c4c;
}
.portal:not(.fsComposeMode) .portal-sub-mobile a {
  color: #fff !important;
}
.portal:not(.fsComposeMode) .portal-sub-mobile header,
.portal:not(.fsComposeMode) .portal-sub-mobile > .fsElementContent {
  max-width: 480px;
  margin: 0 auto;
  display: block !important;
}
@media (min-width: 800px) {
  .portal:not(.fsComposeMode) .portal-sub-mobile {
    display: none;
  }
}
.portal:not(.fsComposeMode) .portal-sub-mobile.active {
  height: auto;
  max-height: 900px;
}
.portal:not(.fsComposeMode) .portal-sub-mobile .fsNavLevel1 > li > a {
  border-bottom: 1px solid #b7b7b7;
}
.portal:not(.fsComposeMode) .portal-sub-mobile .sub-trigger {
  height: 40px;
  font-weight: 600;
  font-size: 14px;
  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: 14px;
  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: "open-sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #162f50;
}
.portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article .fsTitle > a:hover {
  color: #06467a;
}
.portal:not(.fsComposeMode) .portal-photos {
  background: #d0d6dc;
  text-align: center;
  padding: 30px 0 55px;
}
.portal:not(.fsComposeMode) .portal-photos header h2.fsElementTitle {
  font-family: "open-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: 2.14286em;
  padding: 1.42857em;
  background: rgba(0, 0, 0, 0.1);
}

.colors ol {
  zoom: 1;
  margin-bottom: 2.85714em;
  padding: 0;
  list-style: none;
}
.colors ol:after {
  display: table;
  clear: both;
  content: '';
}
.colors ol li {
  position: relative;
  float: left;
  margin-bottom: 2em;
  height: 4em;
  width: 36.36364%;
}
@media (min-width: 600px) {
  .colors ol li {
    width: 18.18182%;
  }
}
@media (min-width: 1240px) {
  .colors ol li {
    margin-bottom: 0;
    width: 9.09091%;
  }
}
.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}
.colors ol li:nth-of-type(1) {
  background: #6f6f6f;
  color: #6f6f6f;
}
.colors ol li:nth-of-type(1):after {
  content: "#6f6f6f";
}
.colors ol li:nth-of-type(2) {
  background: #06467a;
  color: #06467a;
}
.colors ol li:nth-of-type(2):after {
  content: "#06467a";
}
.colors ol li:nth-of-type(3) {
  background: #e7b212;
  color: #e7b212;
}
.colors ol li:nth-of-type(3):after {
  content: "#e7b212";
}
.colors ol li:nth-of-type(4) {
  background: #fbf4dc;
  color: #fbf4dc;
}
.colors ol li:nth-of-type(4):after {
  content: "#fbf4dc";
}
.colors ol li:nth-of-type(5) {
  background: #f5e09f;
  color: #f5e09f;
}
.colors ol li:nth-of-type(5):after {
  content: "#f5e09f";
}
.colors ol li:nth-of-type(6) {
  background: #fcf6e3;
  color: #fcf6e3;
}
.colors ol li:nth-of-type(6):after {
  content: "#fcf6e3";
}
.colors ol li:nth-of-type(7) {
  background: #fdfbf1;
  color: #fdfbf1;
}
.colors ol li:nth-of-type(7):after {
  content: "#fdfbf1";
}
.colors ol li:nth-of-type(8) {
  background: #595959;
  color: #595959;
}
.colors ol li:nth-of-type(8):after {
  content: "#595959";
}
.colors ol li:nth-of-type(9) {
  background: #b3b3b3;
  color: #b3b3b3;
}
.colors ol li:nth-of-type(9):after {
  content: "#b3b3b3";
}
.colors ol li:nth-of-type(10) {
  background: #b6b0a6;
  color: #b6b0a6;
}
.colors ol li:nth-of-type(10):after {
  content: "#b6b0a6";
}
.colors ol li:nth-of-type(11) {
  background: #d6d6d6;
  color: #d6d6d6;
}
.colors ol li:nth-of-type(11):after {
  content: "#d6d6d6";
}

.fonts ol {
  zoom: 1;
  margin-bottom: 2.85714em;
  padding: 0;
  list-style: none;
}
.fonts ol:after {
  display: table;
  clear: both;
  content: '';
}
.fonts ol li {
  margin-bottom: 0.35714em;
  padding: 0.35714em;
}
.fonts ol li:nth-of-type(1) {
  font-family: "Droid Serif", Georgia, serif;
}
.fonts ol li:nth-of-type(1):after {
  content: "Droid Serif, Georgia, serif";
}
.fonts ol li:nth-of-type(2):after {
  content: "";
}
.fonts ol li:nth-of-type(3) {
  font-family: "open-sans", sans-serif;
}
.fonts ol li:nth-of-type(3):after {
  content: "open-sans, sans-serif";
}
.fonts ol li:nth-of-type(4) {
  font-family: "acumin-pro-condensed", sans-serif;
}
.fonts ol li:nth-of-type(4):after {
  content: "acumin-pro-condensed, sans-serif";
}
.fonts ol li:nth-of-type(5) {
  font-family: "acumin-pro", sans-serif;
}
.fonts ol li:nth-of-type(5):after {
  content: "acumin-pro, sans-serif";
}
.fonts ol li:nth-of-type(6) {
  font-family: "franklin-gothic-urw", sans-serif;
}
.fonts ol li:nth-of-type(6):after {
  content: "franklin-gothic-urw, sans-serif";
}
.fonts ol li:nth-of-type(7) {
  font-family: "trajan-pro-3", sans-serif;
}
.fonts ol li:nth-of-type(7):after {
  content: "trajan-pro-3, sans-serif";
}
.fonts ol li:nth-of-type(8) {
  font-family: "Montserrat", sans-serif;
}
.fonts ol li:nth-of-type(8):after {
  content: "Montserrat, sans-serif";
}
.fonts ol li:nth-of-type(9) {
  font-family: "FontAwesome";
}
.fonts ol li:nth-of-type(9):after {
  content: "FontAwesome";
}
.fonts ol li:nth-of-type(10) {
  font-family: "IcoMoon";
}
.fonts ol li:nth-of-type(10):after {
  content: "IcoMoon";
}
.fonts ol li:nth-of-type(11) {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.fonts ol li:nth-of-type(11):after {
  content: "Menlo, Monaco, Consolas, Courier New, monospace";
}

.icons {
  list-style: none;
}
.icons li:after {
  font-size: 18px;
  font-family: IcoMoon;
}

.icon-facebook::after {
  content: '\e903';
}

.icon-twitter::after {
  content: '\e902';
}

.icon-youtube::after {
  content: '\e901';
}

.icon-search::after {
  content: '\e900';
}

.icon-clock::after {
  content: '\e906';
}

.icon-map::after {
  content: '\e905';
}

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

@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-size: 40px;
    line-height: 40px;
    color: #e7b212;
    font-weight: 700;
    text-transform: uppercase;
    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;
  }
}
