 /**
 *
 * American International School of Vienna - default_16
 * @link http://vienna.redesign.finalsite.com/
 * Built By: Jorge Piquer
 * Project Manager: Lisa Willsey
 * Designer: Akua Duah
 *
 */

@charset "UTF-8";
/*! config-site v0.0.1 */
/*! config-type v0.0.1 */
/*! config-constants v0.0.1 */
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 54px;
  color: #007f3e;
  margin-bottom: 20px;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 36px;
  line-height: 50px;
  color: #007f3e;
  margin-bottom: 10px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 42px;
  color: #333333;
  margin-bottom: 10px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  color: #007f3e;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #007f3e;
  margin-bottom: 10px;
}

p {
  margin: 0 0 20px;
}

hr {
  margin: 0 auto 20px;
}

a {
  outline: 0;
  text-decoration: none;
  color: #03573c;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}
a:hover {
  color: #007f3e;
}

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

table.styled,
.fs_style_33 {
  margin-bottom: 1.25em;
  width: 100%;
}
table.styled th,
table.styled td,
.fs_style_33 th,
.fs_style_33 td {
  vertical-align: top;
  border-bottom: 1px solid #fff;
}
table.styled th,
.fs_style_33 th {
  padding: 1.25em;
  text-align: left;
  background: #03573c;
  color: #fff;
}
table.styled td,
.fs_style_33 td {
  padding: 0.625em 1.25em;
  background: rgba(0, 0, 0, 0.1);
}
.fs_style_33 tr:nth-of-type(odd) td {
  background-color: rgba(0, 0, 0, 0.05);
}

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 0 20px;
  padding: 10px 20px;
  background: #333333;
  color: #fff;
  outline: 0;
  border-radius: 5px;
  text-shadow: none;
}
.fsLoadMoreButton:hover {
  background: #fff;
  color: #fff;
}
.fsLoadMoreButton em {
  display: block;
  font-style: normal;
}

.button,
.fs_style_28 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: transparent;
  color: #006c38;
  outline: 0;
  border-radius: 5px;
  border: 2px solid #006c38;
}
.button:hover,
.fs_style_28:hover {
  background: #006c38;
  color: #fff;
}
.button em,
.fs_style_28 em {
  display: block;
  font-style: normal;
}

.color-button,
.fs_style_27 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: transparent;
  color: #2a7d9b;
  outline: 0;
  border-radius: 5px;
  border: 2px solid #2a7d9b;
}
.color-button:hover,
.fs_style_27:hover {
  background: #2a7d9b;
  color: #fff;
}
.color-button em,
.fs_style_27 em {
  display: block;
  font-style: normal;
}

.hollow-button,
.fs_style_29 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: transparent;
  color: #333333;
  outline: 0;
  border-radius: 5px;
  border: 2px solid #333333;
}
.hollow-button:hover,
.fs_style_29:hover {
  background: #333333;
  color: #fff;
}
.hollow-button em,
.fs_style_29 em {
  display: block;
  font-style: normal;
}

.callout-button,
.fs_style_23 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: #006c38;
  color: #fff;
  outline: 0;
  border-radius: 5px;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  padding: 30px 30px;
  max-width: 280px;
}
.callout-button p,
.fs_style_23 p {
  margin-bottom: 0;
}
.callout-button em,
.fs_style_23 em {
  display: block;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  margin-top: 10px;
}
.callout-button:hover,
.fs_style_23:hover {
  background: rgba(0, 108, 56, 0.8);
  color: #fff;
}

.callout-button-1,
.fs_style_22 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: #2a7d9b;
  color: #fff;
  outline: 0;
  border-radius: 5px;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  padding: 30px 30px;
  max-width: 280px;
}
.callout-button-1 p,
.fs_style_22 p {
  margin-bottom: 0;
}
.callout-button-1 em,
.fs_style_22 em {
  display: block;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  margin-top: 10px;
}
.callout-button-1:hover,
.fs_style_22:hover {
  background: rgba(42, 125, 155, 0.8);
  color: #fff;
}

.callout-button-2,
.fs_style_24 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  background: #333333;
  color: #fff;
  outline: 0;
  border-radius: 5px;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  padding: 30px 30px;
  max-width: 280px;
}
.callout-button-2 p,
.fs_style_24 p {
  margin-bottom: 0;
}
.callout-button-2 em,
.fs_style_24 em {
  display: block;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  margin-top: 10px;
}
.callout-button-2:hover,
.fs_style_24:hover {
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
}

/*! content - style manger v0.0.1 */
.lead-in,
.fs_style_31 {
  font-size: 1.125em;
  line-height: 1.33333em;
  color: #399ec3;
}

blockquote,
.fs_style_25 {
  display: block;
  position: relative;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-family: "Droid Serif", Georgia, serif;
  text-align: center;
  border-top: 1px solid #848484;
  padding: 35px 30px 20px;
  margin: 40px 0 30px;
}
blockquote:before,
.fs_style_25:before {
  content: '';
  width: 66px;
  height: 3px;
  position: absolute;
  top: -2px;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
blockquote:after,
.fs_style_25:after {
  content: "\201C";
  position: absolute;
  top: -20px;
  border: 1px solid #03573c;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  font-style: normal;
  color: #fff;
  background: #2a7d9b;
  padding-top: 16px;
  padding-right: 1px;
  font-weight: 700;
  font-size: 50px;
}

cite,
.fs_style_32 {
  display: block;
  margin: 0 0 20px;
  font-style: normal;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
}

.callout,
.fs_style_26 {
  padding-left: 20px;
  color: #666;
  border-left: 4px solid #2a7d9b;
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
}
.callout.left,
.fs_style_26.left {
  float: left;
  margin-left: 20px;
}
@media (min-width: 500px) {
  .callout.left,
  .fs_style_26.left {
    width: 50%;
  }
}
.callout.right,
.fs_style_26.right {
  float: right;
  margin-right: 20px;
}
@media (min-width: 500px) {
  .callout.right,
  .fs_style_26.right {
    width: 50%;
  }
}

/*! structure - header v0.0.1 */
#fsHeader {
  background: #fff;
}
#fsHeader .upperHead {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  height: 69px;
  width: 100%;
}
#fsHeader .upperHead > .fsElementContent {
  width: 100%;
}
@media (min-width: 900px) {
  #fsHeader .upperHead {
    height: 86px;
  }
}
@media (min-width: 1000px) {
  #fsHeader .upperHead {
    height: 97px;
  }
}

.site-info-container {
  position: absolute;
  max-width: 73.75em;
  max-width: 73.75rem;
  margin-left: 3%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  margin-top: 15px;
  zoom: .55;
}
@media (min-width: 600px) {
  .site-info-container {
    margin-top: -10px;
    zoom: .85;
  }
}
@media (min-width: 900px) {
  .site-info-container {
    margin-top: 0;
  }
}
@media (min-width: 1000px) {
  .site-info-container {
    zoom: 1;
  }
}
@media (min-width: 1200px) {
  .site-info-container {
    margin-left: 23%;
  }
}
.site-info-container a {
  display: block;
  padding: 26px 0;
  color: transparent;
  background: url("../images/AIS-School-Name-Mobile.png") no-repeat 0 50%;
}
@media (min-width: 500px) {
  .site-info-container a {
    background: url("../images/AIS-School-Name.png") no-repeat 0 50%;
  }
}
.site-info-container a:hover {
  color: transparent;
}
@media (min-width: 1000px) {
  .site-info-container a {
    padding: 20px 0;
  }
}

.headerLogo {
  display: none;
  position: absolute;
  top: 10px;
  left: 10%;
  -webkit-transform: translate(-10%, 0);
  -ms-transform: translate(-10%, 0);
  transform: translate(-10%, 0);
  z-index: 1;
}
@media (min-width: 1200px) {
  .headerLogo {
    display: inline-block;
  }
}

/*! structure - footer v0.0.1 */
#fsFooter {
  text-align: center;
  color: #fff;
}
#fsFooter .upperFoot {
  position: relative;
  background: #e6e5e3;
  height: 380px;
}
@media (min-width: 600px) {
  #fsFooter .upperFoot {
    height: 200px;
  }
}
@media (min-width: 900px) {
  #fsFooter .upperFoot {
    height: 150px;
  }
}
#fsFooter .upperFoot .nav-social {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 900px) {
  #fsFooter .upperFoot .nav-social {
    right: 10%;
    top: 50%;
    left: auto;
  }
}
#fsFooter .lowerFoot {
  position: relative;
  background: #333333;
  height: 110px;
}
@media (min-width: 600px) {
  #fsFooter .lowerFoot {
    height: 75px;
  }
}
#fsFooter .accreditations {
  text-align: left;
  position: absolute;
  left: 5%;
  width: 100%;
  height: 64px;
}
#fsFooter .accreditations > .fsElementContent {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#fsFooter .accreditations > .fsElementContent > a:nth-child(odd) img {
  padding-top: 10px;
}
@media (min-width: 600px) {
  #fsFooter .accreditations {
    bottom: 0;
    left: 10%;
  }
}
#fsFooter .accreditations img {
  margin: 0 10px;
}

.school-details {
  margin-bottom: 20px;
  color: #333333;
  text-align: left;
  margin-left: 10%;
  padding-top: 22px;
}
.school-details header {
  margin-right: 15px;
}
@media (min-width: 600px) {
  .school-details header {
    float: left;
  }
}
.school-details [itemprop='name'] {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  color: #333333;
}
.school-details [itemprop='streetAddress'] {
  display: block;
}
.school-details [itemprop='telephone'] {
  display: inline-block;
}
.school-details [itemprop='fax'] {
  display: inline-block;
}
.school-details .phone::before {
  padding-right: 5px;
  font-family: IcoMoon;
  color: #333333;
  content: '\e90f';
}
.school-details .fax::before {
  padding-right: 5px;
  font-family: IcoMoon;
  color: #333333;
  content: '\e90e';
}
.school-details .email::before {
  padding-right: 5px;
  font-family: IcoMoon;
  color: #333333;
  content: '\e90d';
}
.school-details p {
  margin-bottom: 5px;
}
.school-details a {
  color: #399ec3;
}
.school-details a:hover {
  color: #006c38;
}

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

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

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

body {
  font-size: 1em;
  line-height: 1.5;
  color: #666;
}

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

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-bottom: 40px;
  background: #fff;
}
@media (min-width: 800px) {
  #fsPageBodyWrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

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

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

#fsPageContent {
  margin-bottom: 20px;
  width: 100% !important;
  float: none !important;
}
@media (min-width: 800px) {
  #fsPageContent {
    float: left !important;
  }
}
@media (min-width: 800px) {
  .fsHasRightBanner #fsPageContent {
    width: 67.79661% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner #fsPageContent {
    width: 76.27119% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: 44.0678% !important;
  }
}

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

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

@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;
  bottom: 20px;
  left: 5%;
}
@media (min-width: 600px) {
  #fsPoweredByFinalsite {
    right: 10%;
    left: auto;
  }
}

.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: 900px) {
  #fsHeader .nav-main {
    display: block;
    background: #006c38;
    padding: 0 10px;
  }
}
@media (min-width: 900px) and (min-width: 1200px) {
  #fsHeader .nav-main {
    padding-right: 10%;
    padding-left: 0;
  }
}
.nav-main, .nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-main li {
  margin: 0;
  padding: 0;
}
@media (min-width: 900px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    height: 50px;
    max-width: 73.75em;
    max-width: 73.75rem;
    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;
  }
}
@media (min-width: 900px) and (min-width: 1200px) {
  .nav-main .fsNavLevel1 {
    margin-left: 25%;
  }
}
@media (min-width: 900px) {
  .no-flexbox .nav-main .fsNavLevel1 {
    text-align: justify;
    font-size: 0.1px;
  }
  .no-flexbox .nav-main .fsNavLevel1 > li {
    display: inline-block;
  }
  .no-flexbox .nav-main .fsNavLevel1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}
.nav-main .fsNavLevel1 > li {
  position: relative;
}
@media (min-width: 900px) {
  .nav-main .fsNavLevel1 > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
}
.nav-main .fsNavLevel1 > li > a {
  margin: .7em;
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
.nav-main .fsNavLevel1 > li > a::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 0;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 38px;
  margin: 0 auto;
  -webkit-transition: .3s;
  transition: .3s;
}
.nav-main .fsNavLevel1 > li > a:hover::after {
  width: calc(100% - 20px);
}
.nav-main .fsNavLevel1 > .fsNavCurrentPage > a {
  background: #4f92b1;
}
.nav-main .fsNavLevel1 .fsNavCurrentPage, .nav-main .fsNavLevel1 .fsNavCurrentPageAncestor {
  background: #4f92b1;
}

.nav-main .fsNavLevel1 > li {
  position: relative;
}
.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}
.nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px;
}
@media (max-width: 599px) {
  .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
  }
}
.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  z-index: 300;
}
.nav-main .fsNavPageInfo {
  background: #e6e5e3;
  text-align: left;
}
.nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.nav-main .fsNavLevel1 > li:nth-child(n + 7) .fsNavPageInfo {
  right: 0;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media (min-width: 980px) {
  .nav-main .fsNavParentPage:hover .fsNavPageInfo {
    display: block;
  }
}
.nav-main .fsNavLevel2 {
  text-align: left;
  width: 35vw;
}
.nav-main .fsNavLevel2 .nav-column {
  width: 50%;
  float: left;
  padding: 20px;
}
.nav-main .fsNavLevel2 a {
  padding: 0.625em;
  color: #333333;
  display: block;
  border-bottom: 1px solid #ccc;
}
.nav-main .fsNavLevel2 a:hover {
  color: #006c38;
}

/*! navigation - off-canvas v0.0.1 */
.drawer-ribbon {
  position: absolute;
  right: 0;
  height: 75px;
  width: 85px;
  background: #2a7d9b;
  z-index: 1;
}
@media (min-width: 900px) {
  .drawer-ribbon {
    display: none;
  }
}

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  max-width: 85px;
}
.drawer-trigger:before, .drawer-trigger:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4px;
  width: 50%;
  content: '';
  background: #fff;
}
.drawer-trigger:before {
  margin-top: -0.5em;
  -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.5em 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);
  min-height: 100%;
  max-width: 37.5em;
  background: #333333;
  display: block;
}
.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);
}
.fsMenu .mobile-search {
  background: #fff;
}
.fsMenu .mobile-search button {
  width: 50px;
  height: 45px;
  display: inline-block;
  vertical-align: top;
  padding-right: 0;
  background: none;
  border: 0;
  border-radius: 0px !important;
}
.fsMenu .mobile-search button:before {
  content: "\e905";
  font-family: IcoMoon;
  font-size: 16px;
}
.fsMenu .mobile-search input {
  height: 45px;
  background: none;
  border: 0;
  border-radius: 0px !important;
  color: #333333;
}
.fsMenu .mobile-search ::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-transform: none;
}
.fsMenu .close-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 999;
}
.fsMenu .close-btn:before {
  content: '';
  width: 18px;
  height: 3px;
  background: #666;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 50%;
  top: 50%;
  margin-left: -10px;
}
.fsMenu .close-btn:after {
  content: '';
  width: 18px;
  height: 3px;
  background: #666;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin-left: -10px;
}
.fsMenu .mobile-nav {
  display: block;
  position: relative;
  margin-top: 0px;
}
.fsMenu .mobile-nav header {
  display: none;
}
.fsMenu .mobile-nav ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.fsMenu .mobile-nav ul li {
  padding: 0;
}
.fsMenu .mobile-nav ul li.fsNavParentPage {
  position: relative;
}
.fsMenu .mobile-nav ul li.fsNavParentPage .drop-trigger {
  color: #666;
  cursor: pointer;
  width: 43px;
  height: 43px;
  padding-top: 8px;
  padding-right: 2px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: left;
}
.fsMenu .mobile-nav ul li.fsNavParentPage .drop-trigger:after {
  content: '';
  width: 2px;
  height: 9px;
  background: #fff;
  display: block;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  right: 19px;
  top: 18px;
}
.fsMenu .mobile-nav ul li.fsNavParentPage .drop-trigger:before {
  content: '';
  width: 2px;
  height: 9px;
  background: #fff;
  display: block;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 19px;
  top: 18px;
}
.fsMenu .mobile-nav ul li.fsNavParentPage .drop-trigger.expanded:after {
  display: none;
}
.fsMenu .mobile-nav ul li.fsNavParentPage .fsNavPageInfo {
  display: none;
}
.fsMenu .mobile-nav ul li.fsNavParentPage > a {
  position: relative;
}
.fsMenu .mobile-nav ul li.fsNavParentPage > a:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  right: 0px;
  top: 0;
}
.fsMenu .mobile-nav ul li.fsNavCurrentPage > .fsNavPageInfo, .fsMenu .mobile-nav ul li.fsNavCurrentPageAncestor > .fsNavPageInfo {
  display: block;
}
.fsMenu .mobile-nav ul li > a {
  padding: 11px 0 11px 18px;
  display: block;
  color: #fefefe;
  margin-right: 40px;
  font-size: 14px;
  font-weight: 600;
}
.fsMenu .mobile-nav ul.fsNavLevel1 > li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.fsMenu .mobile-nav ul.fsNavLevel1 > li > a {
  font-size: 14px;
}
.fsMenu .mobile-nav ul.fsNavLevel2 {
  background: #5c5c5c;
}
.fsMenu .mobile-nav ul.fsNavLevel2 > li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.fsMenu .mobile-nav ul.fsNavLevel2 > li > a {
  font-size: 14px;
  color: #fff;
}
.fsMenu .mobile-nav ul.fsNavLevel2 > li > a:after {
  background: rgba(255, 255, 255, 0.2);
}
.fsMenu .mobile-nav ul.fsNavLevel2 > li .drop-trigger:before {
  background: #fff !important;
}
.fsMenu .mobile-nav ul.fsNavLevel2 > li .drop-trigger:after {
  background: #fff !important;
}
.fsMenu .mobile-nav ul.fsNavLevel3 {
  background: #006c38;
}
.fsMenu .mobile-nav ul.fsNavLevel3 > li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.fsMenu .mobile-nav ul.fsNavLevel3 > li > a {
  font-size: 14px;
  color: #fff;
}
.fsMenu .mobile-nav ul.fsNavLevel3 > li > a:after {
  background: rgba(255, 255, 255, 0.2);
}
.fsMenu .mobile-nav ul.fsNavLevel3 > li .drop-trigger:before {
  background: #fff !important;
}
.fsMenu .mobile-nav ul.fsNavLevel3 > li .drop-trigger:after {
  background: #fff !important;
}
.fsMenu .mobile-nav ul.fsNavLevel4 {
  background: #bcbec0;
}
.fsMenu .mobile-nav ul.fsNavLevel4 > li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.fsMenu .mobile-nav ul.fsNavLevel4 > li > a {
  font-size: 14px;
  color: #fff;
}
.fsMenu .mobile-nav ul.fsNavLevel4 > li > a:after {
  background: rgba(255, 255, 255, 0.2);
}
.fsMenu .mobile-nav ul.fsNavLevel4 > li .drop-trigger:before {
  background: #fff !important;
}
.fsMenu .mobile-nav ul.fsNavLevel4 > li .drop-trigger:after {
  background: #fff !important;
}
.fsMenu .mobile-nav ul.fsNavLevel5 {
  background: #e6e5e3;
}
.fsMenu .mobile-nav ul.fsNavLevel5 > li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.fsMenu .mobile-nav ul.fsNavLevel5 > li > a {
  font-size: 14px;
  color: #fff;
}
.fsMenu .mobile-nav ul.fsNavLevel5 > li > a:after {
  background: rgba(255, 255, 255, 0.2);
}
.fsMenu .mobile-nav ul.fsNavLevel5 > li .drop-trigger:before {
  background: #fff !important;
}
.fsMenu .mobile-nav ul.fsNavLevel5 > li .drop-trigger:after {
  background: #fff !important;
}

.mobile-portal-links {
  background: #cccccc;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  display: block;
}
.mobile-portal-links, .mobile-portal-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-portal-links li {
  margin: 0;
  padding: 0;
}
.mobile-portal-links .fsNavLevel1 > li:not(:first-child) > a {
  pointer-events: none;
}
.mobile-portal-links .fsNavLevel1 > li .fsNavLevel2 {
  padding-left: 15px;
}
.mobile-portal-links a {
  padding: 8px 0 8px 18px;
  display: block;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}

.mobile-utility-links {
  background: #666;
  margin-top: 10px !important;
  display: block;
}
.mobile-utility-links, .mobile-utility-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-utility-links li {
  margin: 0;
  padding: 0;
}
.mobile-utility-links header h2.fsElementTitle {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  padding: 6px 0 6px 18px;
}
.mobile-utility-links header h2.fsElementTitle:before {
  content: '\f0c1';
  font-family: "IcoMoon";
  min-width: 20px;
  text-align: center;
  font-size: 13px;
  margin-right: 5px;
}
.mobile-utility-links a {
  padding: 6px 0 6px 18px;
  display: block;
  color: #bcbec0;
  font-size: 16px;
  font-weight: 400;
}

/*! navigation - sub v0.0.1 */
.nav-sub {
  width: 100vw;
  margin: 0 -20px;
  padding: 0;
  list-style: none;
}
@media (min-width: 800px) {
  .nav-sub {
    width: auto;
  }
}
#fsHeader .nav-sub {
  display: block;
  padding: 0 20px;
  background: #fff;
}
@media (min-width: 800px) {
  #fsHeader .nav-sub {
    display: none;
  }
}
#fsPageBody .nav-sub {
  display: block;
}
.nav-sub.nav-sub-empty {
  display: none !important;
}
@media (max-width: 799px) {
  .nav-sub > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.nav-sub.active-nav > .fsElementContent {
  max-height: 9999px;
  visibility: visible;
  opacity: 1;
  border-bottom: 1px solid #e6e5e3;
}
.nav-sub ul li.fsNavCurrentPage > a, .nav-sub ul li.fsNavCurrentPageAncestor > a {
  color: #4f92b1;
}
.nav-sub ul li a {
  display: block;
  padding: 10px 15px;
  color: #333333;
}
.nav-sub ul li a:hover {
  color: #fff;
  background: #4f92b1;
}
.nav-sub .fsNavLevel1 > li {
  list-style: none;
}
.nav-sub .fsNavLevel1 > li > a {
  color: #333333;
}
.nav-sub .fsNavLevel2 {
  display: none;
}
.nav-sub .fsNavCurrentPage > .fsNavPageInfo > .fsNavLevel2,
.fsNavCurrentPageAncestor > .fsNavPageInfo > .fsNavLevel2 {
  display: block;
}
.nav-sub .fsNavLevel2 > li {
  list-style: none;
}
.nav-sub .fsNavLevel2 > li > a {
  color: #858688;
  padding: 10px 30px;
}
.nav-sub .fsNavLevel2 > li > a:hover {
  color: #4f92b1;
  background: none;
}
.nav-sub .fsNavLevel3 {
  display: none;
}
.nav-sub .fsNavLevel2 > .fsNavCurrentPageAncestor > .fsNavPageInfo > .fsNavLevel3,
.fsNavLevel2 > .fsNavCurrentPage > .fsNavPageInfo > .fsNavLevel3 {
  display: block;
}
.nav-sub .fsNavLevel3 > li {
  list-style: none;
}
.nav-sub .fsNavLevel3 > li > a {
  color: #858688;
  padding: 10px 30px;
}
.nav-sub .fsNavLevel3 > li > a:hover {
  color: #4f92b1;
  background: none;
}
.nav-sub > header {
  display: block;
  background: #4f92b1;
}
@media (min-width: 800px) {
  .nav-sub > header {
    display: none;
  }
}
.nav-sub > header > .fsElementTitle {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  padding: 20px;
  cursor: pointer;
  text-align: center;
}
@media (min-width: 800px) {
  .nav-sub > header > .fsElementTitle {
    cursor: default;
  }
}
@media (max-width: 799px) {
  .nav-sub > header > .fsElementTitle:after {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 50px;
    padding: 3px 5px;
    line-height: 40px;
    text-align: center;
    margin-left: 8px;
    color: #4f92b1;
    background: #fff;
    border-radius: 50%;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}
@media (max-width: 799px) {
  .nav-sub.active-nav > header > .fsElementTitle:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}

/*! Navigation - Social */
.nav-social .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: 10px;
}
.nav-social .fsNavLevel1 [href*='facebook']: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*='twitter']: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*='facebook']:hover {
  background: #007f3e;
}
.nav-social .fsNavLevel1 [href*='facebook']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='linkedin']:hover {
  background: #007f3e;
}
.nav-social .fsNavLevel1 [href*='linkedin']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='twitter']:hover {
  background: #007f3e;
}
.nav-social .fsNavLevel1 [href*='twitter']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='youtube']:hover {
  background: #007f3e;
}
.nav-social .fsNavLevel1 [href*='youtube']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 a {
  display: block;
  background: #666;
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 100%;
}
.nav-social .fsNavLevel1 a:before {
  color: #fff;
  font-size: 16px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Navigation - Utility Container v0.0.1 */
#fsHeader .nav-util {
  display: none;
}
@media (min-width: 900px) {
  #fsHeader .nav-util {
    display: inline-block;
    float: right;
    height: 97px;
    line-height: 65px;
  }
  #fsHeader .nav-util, #fsHeader .nav-util ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #fsHeader .nav-util li {
    margin: 0;
    padding: 0;
  }
}
.nav-util ul li a {
  padding: 0em 0em;
  display: block;
}
@media (min-width: 900px) {
  .nav-util .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    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-util .fsNavLevel1 {
    text-align: justify;
    font-size: 0.1px;
  }
  .no-flexbox .nav-util .fsNavLevel1 > li {
    display: inline-block;
  }
  .no-flexbox .nav-util .fsNavLevel1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}
.nav-util .fsNavLevel1 > li {
  position: relative;
}
@media (min-width: 900px) {
  .nav-util .fsNavLevel1 > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
}
.nav-util .fsNavLevel1 > li:nth-child(2)::before {
  font-family: IcoMoon;
  content: "";
  color: #399ec3;
  display: block;
  position: absolute;
  top: 20px;
}
.nav-util .fsNavLevel1 > li > a {
  padding: 20px;
  color: #399ec3;
  display: block;
  pointer-events: none;
}
.nav-util .fsNavLevel1 > li > a span {
  font-weight: bold;
}
.nav-util .fsNavLevel1 > li > a:hover {
  color: #006c38;
}
.nav-util .fsNavLevel1 > li:last-child > a {
  padding-left: 0;
}

.nav-util .fsNavLevel1 > li {
  position: relative;
}
.nav-util .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}
.nav-util .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px;
}
@media (max-width: 599px) {
  .nav-util .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
  }
}
.nav-util .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 70%;
  left: 0;
  overflow: hidden;
  z-index: 300;
}
.nav-util .fsNavPageInfo {
  background: #399ec3;
  text-align: left;
}
@media (min-width: 980px) {
  .nav-main .fsNavParentPage:hover .fsNavPageInfo {
    display: block;
  }
}
.nav-util .fsNavLevel2 {
  padding: 10px 15px;
}
.nav-util .fsNavLevel2 li {
  line-height: 15px;
}
.nav-util .fsNavLevel2 a {
  font-size: 14px;
  padding: 0.625em 20px;
  color: #fff;
  display: block;
}
.nav-util .fsNavLevel2 a:hover {
  color: #006c38;
}

.my-ais > .fsNavPageInfo {
  min-width: 118px;
}

.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.25em;
}
@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.625em;
  }
}
.fsConstituent.fsSearch .fsConstituentSearchButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #333333;
  color: #fff;
  outline: 0;
  border-radius: 5px;
  display: block;
  margin: 0 10px;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:hover {
  background: #fff;
  color: #fff;
}
.fsConstituent.fsSearch .fsConstituentSearchButton em {
  display: block;
  font-style: normal;
}
.fsConstituent .fsElementPagination {
  margin: 20px 0;
}

/*! elements - constituent profile */
.fsConstituentProfile {
  position: relative;
}
.fsConstituentProfile .fsProfileImage {
  display: block;
  margin-bottom: 20px;
}
.fsConstituentProfile .fsFullName {
  color: #03573c;
}
@media (min-width: 800px) {
  .fsConstituentProfile.fsHasPhoto > div, .fsConstituentProfile.fsHasPhoto > h3 {
    padding: 0;
    padding-left: calc(25% + 20px);
  }
}
@media (min-width: 600px) {
  .fsConstituentProfile.fsHasPhoto .fsProfileImage {
    float: left;
    padding-right: 20px;
    max-width: 50%;
  }
}
@media (min-width: 800px) {
  .fsConstituentProfile.fsHasPhoto .fsProfileImage {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 25%;
    padding: 0;
    float: none;
  }
}
@media (min-width: 600px) {
  .fsConstituentProfile:not(.fsHasPhoto) .fsProfileImage {
    float: left;
    padding-right: 20px;
    max-width: 50%;
  }
}
@media (min-width: 800px) {
  .fsConstituentProfile:not(.fsHasPhoto) .fsProfileImage {
    max-width: 25%;
  }
}

.fsProfileSection {
  margin-bottom: 1.25em;
  font-size: 16px;
}
.fsProfileSection h4 {
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #858688;
  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: #e6e5e3;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 36px;
  line-height: 50px;
  color: #007f3e;
  margin-bottom: 10px;
  margin-bottom: 2px;
  display: block;
  font-size: 21px;
  padding: 13.33333px;
  color: #03573c;
  -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: #05885e;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #03573c;
}
.fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #fff;
}
.fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
  content: "-";
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after, .fsPanelIconBefore.fsAccordion .fsPanel > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  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: 13.33333px;
  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;
}
.fsAccordion > .fsElementContent {
  border: 1px solid #03573c;
}

/*! 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 0 20px;
  padding: 10px 20px;
  background: #333333;
  color: #fff;
  outline: 0;
  border-radius: 5px;
  padding: 10px 20px;
}
.fsAthleticsEvent.fsList .fsLoadMoreButton:hover {
  background: #fff;
  color: #fff;
}
.fsAthleticsEvent.fsList .fsLoadMoreButton em {
  display: block;
  font-style: normal;
}
.fsAthleticsEvent.fsList .fsAthleticsOpponents {
  display: inline;
}
.fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
  display: inline;
}
.fsAthleticsEvent.fsTable {
  overflow-x: auto;
}
.fsAthleticsEvent.fsTable .fsEventTable td, .fsAthleticsEvent.fsTable table.fsTable td {
  padding: 10px;
}

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

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

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

.fsAthleticsRosterList, .fsAthleticsRosterList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsAthleticsRosterList li {
  margin: 0;
  padding: 0;
}
.fsAthleticsRosterList li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #666;
}
.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;
}

.fsAthleticsTeamName {
  font-size: 40px;
  line-height: 54px;
  color: #007f3e;
}

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _list.scss - src/sass/modules/calendar/list.scss - calendar list */
.fsCalendar.fsList {
  position: relative;
  margin-bottom: 40px;
}
.fsCalendar.fsList header {
  border-bottom: 1px solid #bcbec0;
  margin-bottom: 20px;
}
.fsCalendar.fsList header > h2 {
  margin-bottom: 0;
}
.fsCalendar.fsList .fsLoadMoreButton {
  background: transparent;
  color: #666;
  position: absolute;
  top: 10px;
  right: 0;
}

.fsCalendar article {
  position: relative;
  padding-left: 100px;
  min-height: 65px;
  padding-top: 0;
}
.fsCalendar article .fsElementEventColorIcon {
  width: 12px;
  height: 12px;
}
.fsCalendar article > time {
  border-radius: 50%;
}
.fsCalendar article a {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
.fsCalendar .fsDate {
  position: absolute;
  top: 5px;
  left: 0;
  text-align: center;
  height: 65px;
  width: 65px;
  color: #fff;
  background: #03573c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fsCalendar .fsDate > span {
  display: block;
}
.fsCalendar .fsDate > span.fsDay {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.fsCalendar .fsDate > span.fsDayName {
  display: none;
}
.fsCalendar .fsDate > span.fsYear {
  display: none;
}
.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: 1em;
  font-weight: bold;
  outline: 0;
  word-wrap: break-word;
}
.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(3, 87, 60, 0.15);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
    background-color: rgba(3, 87, 60, 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(3, 87, 60, 0.25);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    background-color: rgba(3, 87, 60, 0.25);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.has-info .fsCalendarDate {
    color: #007f3e;
  }
  .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 0 20px;
  padding: 10px 20px;
  background: #333333;
  color: #fff;
  outline: 0;
  border-radius: 5px;
  padding: 10px 20px;
}
.scroll-up span:hover {
  background: #fff;
  color: #fff;
}
.scroll-up span em {
  display: block;
  font-style: normal;
}
.scroll-up + .fsCalendarLegend {
  margin-top: 20px !important;
}
@media screen and (min-width: 800px) {
  .scroll-up {
    display: none;
  }
}

.fsElementEventColorIcon {
  display: inline-block;
}

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

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
.fsCalendar.fsSlideshow {
  background: -webkit-repeating-linear-gradient(315deg, #4ca275, #4ca275 10px, #4ca578 10px, #4ca578 11px);
  background: repeating-linear-gradient(135deg, #4ca275, #4ca275 10px, #4ca578 10px, #4ca578 11px);
  color: #fff;
  margin: 0 auto;
  position: relative;
}
.fsCalendar.fsSlideshow .fsElementContent {
  max-width: 1440px;
  position: relative;
  margin: 0 auto;
}
.fsCalendar.fsSlideshow .fsElementSlideshow {
  margin-bottom: 0;
}
.fsCalendar.fsSlideshow .fsElementSlideshow[data-arrows*="true"] {
  padding: calc(75px - 1em);
}
.fsCalendar.fsSlideshow .fsTitle {
  margin-left: 15px;
  margin-top: 15px;
}
@media (min-width: 600px) {
  .fsCalendar.fsSlideshow .fsTitle {
    margin-top: 0;
  }
}
.fsCalendar.fsSlideshow .fsTitle a {
  color: #fff;
}
.fsCalendar.fsSlideshow .fsTitle a:hover {
  color: #cccccc;
}
.fsCalendar.fsSlideshow .fsEventDetails {
  margin-left: 15px;
}
.fsCalendar.fsSlideshow .fsDate {
  height: 85px;
  width: 85px;
}
@media (min-width: 1200px) {
  .fsCalendar.fsSlideshow .fsDate {
    height: 100px;
    width: 100px;
  }
}
.fsCalendar.fsSlideshow .fsReadMoreLink:hover {
  color: #fff;
}
.fsCalendar.fsSlideshow article {
  padding-top: 1em;
  padding-left: 0;
}
@media (min-width: 600px) {
  .fsCalendar.fsSlideshow article {
    padding-left: 90px;
  }
}
@media (min-width: 1200px) {
  .fsCalendar.fsSlideshow article {
    padding-left: 100px;
  }
}
.fsCalendar.fsSlideshow article > time {
  position: inherit;
  margin: 0 auto;
  background: transparent;
  border: 2px solid #fff;
}
@media (min-width: 600px) {
  .fsCalendar.fsSlideshow article > time {
    position: absolute;
  }
}
.fsCalendar.fsSlideshow article > time .fsYear {
  display: none;
}
.fsCalendar.fsSlideshow .fsLeftArrow, .fsCalendar.fsSlideshow .fsRightArrow {
  display: none;
  margin: 0 5px;
  background: #cae4d7;
  border-radius: 50%;
  font-family: IcoMoon;
}
@media (min-width: 600px) {
  .fsCalendar.fsSlideshow .fsLeftArrow, .fsCalendar.fsSlideshow .fsRightArrow {
    display: block;
  }
}
.fsCalendar.fsSlideshow .fsLeftArrow::before, .fsCalendar.fsSlideshow .fsRightArrow::before {
  color: #000;
  text-align: center;
  font-size: 30px;
  line-height: 43px;
}
.fsCalendar.fsSlideshow .fsLeftArrow::before {
  content: '\e901';
}
.fsCalendar.fsSlideshow .fsRightArrow::before {
  content: '\e900';
}
.fsCalendar.fsSlideshow .fsPager li.slick-active button::before {
  color: transparent;
  border: 2px solid #03573c;
  border-radius: 50%;
  opacity: 1;
}
.fsCalendar .fsTimeRange, .fsCalendar .fsLocation {
  color: #ddd;
}
.fsCalendar .fsTimeRange::before, .fsCalendar .fsLocation::before {
  font-family: IcoMoon;
  display: inline-block;
  margin-right: 10px;
}
.fsCalendar .fsTimeRange::before {
  content: "";
}
.fsCalendar .fsLocation::before {
  content: "";
}

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

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

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

.module {
  background: #03573c;
}

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

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

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

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

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

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

/*! elements - login */
.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView, .fsAccount .fsLoginMainView, .fsAccount .fsLoginForgotView, .fsAccount .fsLoginNewView {
  zoom: 1;
}
.fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after, .fsAccount .fsLoginMainView:after, .fsAccount .fsLoginForgotView:after, .fsAccount .fsLoginNewView:after {
  display: table;
  clear: both;
  content: '';
}
.fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3, .fsAccount .fsLoginMainView h3, .fsAccount .fsLoginForgotView h3, .fsAccount .fsLoginNewView h3 {
  margin-bottom: 20px;
}
.fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span, .fsAccount .fsLoginMainView span, .fsAccount .fsLoginForgotView span, .fsAccount .fsLoginNewView span {
  margin-bottom: 2px;
}
.fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView button, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginForgotView button, .fsAccount .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginNewView button {
  display: inline-block;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #333333;
  color: #fff;
  outline: 0;
  border-radius: 5px;
}
.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: #fff;
  color: #fff;
}
.fsLogin .fsLoginMainView .fsLoginSubmit em, .fsLogin .fsLoginMainView button em, .fsLogin .fsLoginForgotView .fsLoginSubmit em, .fsLogin .fsLoginForgotView button em, .fsLogin .fsLoginNewView .fsLoginSubmit em, .fsLogin .fsLoginNewView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em, .fsAccount .fsLoginMainView button em, .fsAccount .fsLoginForgotView .fsLoginSubmit em, .fsAccount .fsLoginForgotView button em, .fsAccount .fsLoginNewView .fsLoginSubmit em, .fsAccount .fsLoginNewView button em {
  display: block;
  font-style: normal;
}
.fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
  display: block;
}
.fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
  margin-bottom: 10px;
}
.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block;
}
.fsLogin .fsLoginForgotView .fsLoginForgotSubmit, .fsAccount .fsLoginForgotView .fsLoginForgotSubmit {
  margin-right: 10px;
}
.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px;
}
.fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
    overflow: hidden;
    border-radius: 5px;
  }
}
.fsLogin .fsLoginNewFields .fsLoginNewContinue, .fsAccount .fsLoginNewFields .fsLoginNewContinue {
  margin-right: 10px;
}

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px;
}
.fsAccount .fsAccountLinks {
  margin: 0;
}
.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px;
}
.fsAccount .fsAccountLogout a {
  display: inline-block;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #333333;
  color: #fff;
  outline: 0;
  border-radius: 5px;
}
.fsAccount .fsAccountLogout a:hover {
  background: #fff;
  color: #fff;
}
.fsAccount .fsAccountLogout a em {
  display: block;
  font-style: normal;
}

.fsMediaCustomPlayer {
  background: #fff;
  position: relative;
  width: 100%;
}
.fsMediaCustomPlayer .slick-list {
  width: 100vw;
  max-width: 100vw;
}
.fsMediaCustomPlayer article {
  background-position: center;
  background-size: cover;
  outline: 0;
  position: relative;
}
.fsMediaCustomPlayer article img {
  width: 100%;
  opacity: 1;
  display: block;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer article img {
    opacity: 0;
    visibility: hidden;
  }
}
.fsMediaCustomPlayer .caption-wrapper {
  background-color: #399ec3;
  bottom: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 35px 15px 55px;
  position: relative;
  width: 100%;
  height: 35%;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-wrapper {
    position: absolute;
    width: 50%;
    right: 20px;
    opacity: .95;
    bottom: 20px;
  }
}
@media (min-width: 1100px) {
  .fsMediaCustomPlayer .caption-wrapper {
    padding: 20px;
    width: 35%;
  }
}
.fsMediaCustomPlayer .caption-wrapper a {
  color: #fff;
}
.fsMediaCustomPlayer .caption-wrapper a:hover {
  text-decoration: underline;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-title {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
  }
}
.fsMediaCustomPlayer .caption-desc {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #ddd;
}
.fsMediaCustomPlayer .caption-desc p:last-child {
  margin-bottom: 0;
}
.fsMediaCustomPlayer .caption-desc:empty {
  display: none;
}
.fsMediaCustomPlayer .slick-next, .fsMediaCustomPlayer .slick-prev {
  background: #bcbec0;
  font-family: IcoMoon;
  border: none;
  border-radius: 50%;
  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;
  opacity: 0;
}
@media (min-width: 1100px) {
  .fsMediaCustomPlayer .slick-next, .fsMediaCustomPlayer .slick-prev {
    opacity: 1;
  }
}
.fsMediaCustomPlayer .slick-next:before, .fsMediaCustomPlayer .slick-prev:before {
  color: #333333;
  display: block;
  font-size: 30px;
  font-weight: normal;
  height: 100%;
  left: 0;
  line-height: 39px;
  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: 30px;
}
.fsMediaCustomPlayer .slick-next:before {
  content: '\e900';
}
.fsMediaCustomPlayer .slick-prev {
  left: 30px;
  right: auto;
}
.fsMediaCustomPlayer .slick-prev:before {
  content: '\e901';
}

/*! elements - news v0.0.1 */
.fsNews article {
  background-repeat: no-repeat;
}
.fsNews .fsThumbnail {
  display: block;
  margin-bottom: 0.625em;
}
.fsNews .fsThumbnail img {
  display: block;
}

.fsNews.bannerNews {
  position: relative;
  margin-bottom: 40px;
}
.fsNews.bannerNews header {
  margin-bottom: 20px;
  border-bottom: 1px solid #bcbec0;
}
.fsNews.bannerNews header > h2 {
  margin-bottom: 0;
}
.fsNews.bannerNews article {
  border-bottom: 1px solid #e6e5e3;
  background-size: cover;
}
.fsNews.bannerNews article:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 82%;
}
.fsNews.bannerNews article .fsTitle a {
  color: #fff;
}
.fsNews.bannerNews .fsLoadMoreButton {
  background: transparent;
  color: #666;
  position: absolute;
  top: 10px;
  right: 0;
}

.fsBanner .fsNews.fsSlideshow > header {
  border-bottom: 1px solid #bcbec0;
}

.home-news {
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 0px 60px;
  position: relative;
}
.home-news header {
  text-align: center;
}
.home-news header a {
  color: #3a9fc6;
  font-size: 18px;
  line-height: 20px;
}
.home-news > .fsElementContent article {
  height: auto;
  position: relative;
  padding: 0;
  margin: 0 17px;
  background-size: cover;
}
.home-news > .fsElementContent article:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.home-news > .fsElementContent article .news-content {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
  opacity: 1;
  color: #fff;
  padding: 0 15px;
  -webkit-transition: .5s all;
  transition: .5s all;
}
.home-news > .fsElementContent article .news-content:hover {
  background: #2a7d9b;
}
.home-news > .fsElementContent article .news-content:hover .fsTitle {
  top: 0;
}
.home-news > .fsElementContent article .news-content:hover .fsTitle > a.fsNewsPostLink {
  color: #bcbec0;
}
.home-news > .fsElementContent article .news-content:hover .fsSummary {
  display: block;
}
.home-news > .fsElementContent article .news-content:hover .fsReadMoreLink {
  display: block;
}
.home-news > .fsElementContent article .news-content .fsTitle {
  position: relative;
  top: 72%;
  margin: 10px 0;
}
.home-news > .fsElementContent article .news-content .fsTitle > a.fsNewsPostLink {
  color: #fff;
}
.home-news > .fsElementContent article .news-content .fsTitle > a.fsNewsPostLink:hover {
  color: #fff;
}
.home-news > .fsElementContent article .news-content .fsSummary {
  display: none;
}
.home-news > .fsElementContent article .news-content .fsReadMoreLink {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #bcbec0;
  display: none;
}
.home-news > .fsElementContent article .news-content .fsReadMoreLink:hover {
  color: #fff;
}
.home-news .fsLeftArrow, .home-news .fsRightArrow {
  display: none;
  margin: 0 5px;
  background: #c9cbcd;
  border-radius: 50%;
}
@media (min-width: 600px) {
  .home-news .fsLeftArrow, .home-news .fsRightArrow {
    display: block;
  }
}
.home-news .fsLeftArrow::before, .home-news .fsRightArrow::before {
  font-family: IcoMoon;
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 44px;
}
.home-news .fsLeftArrow::before {
  content: '\e901';
}
.home-news .fsRightArrow::before {
  content: '\e900';
}
.home-news .fsPager li.slick-active button::before {
  color: transparent;
  border: 2px solid #03573c;
  border-radius: 50%;
  opacity: 1;
}

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

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

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.fsSearch.site-search {
  display: none;
}
@media (min-width: 900px) {
  .fsSearch.site-search {
    margin-bottom: 20px;
    margin-right: 50px;
    display: inline-block;
    float: right;
    padding-top: 26.5px;
  }
}
@media (min-width: 1400px) {
  .fsSearch.site-search {
    margin-right: 150px;
  }
}
.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: #e6e5e3 !important;
  background-image: none !important;
  width: 100%;
  height: 50px !important;
  color: #333333;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 50px;
  width: 50px;
  background: #e6e5e3;
  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: #03573c;
  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: 16px;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: #e6e5e3;
  -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;
}
.fsSearch.site-search::before {
  content: '';
  position: absolute;
  top: 50px;
  right: 88px;
  height: 1px;
  width: 20px;
  background: #bcbec0;
  display: block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 1400px) {
  .fsSearch.site-search::before {
    right: 183px;
  }
}
.fsSearch.site-search > .fsElementContent {
  position: absolute;
  height: 50px;
  right: 0;
  margin-right: 40px;
  top: 31px;
  width: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}
@media (min-width: 1400px) {
  .fsSearch.site-search > .fsElementContent {
    margin-right: 140px;
  }
}
.fsSearch.site-search > .fsElementContent.open {
  -webkit-transition: .3s;
  transition: .3s;
  width: 640px;
  z-index: 1;
}
@media (min-width: 960px) {
  .fsSearch.site-search > .fsElementContent.open {
    width: 251px;
  }
}
@media (min-width: 1400px) {
  .fsSearch.site-search > .fsElementContent.open {
    width: 252px;
  }
}
.fsSearch.site-search header {
  cursor: pointer;
  padding: 0 10px;
  position: relative;
}
.fsSearch.site-search header h2 {
  padding: 0em 0em;
  display: block;
  font-size: 0;
}
@media (min-width: 600px) {
  .fsSearch.site-search header h2 {
    line-height: 45px;
  }
}
.fsSearch.site-search header h2:before {
  content: "\e905";
  color: #399ec3;
  font-family: IcoMoon;
  font-size: 16px;
  margin-left: 10px;
  font-weight: normal;
}
.fsSearch.site-search header h2::before .fsSearch.site-search header h2:hover {
  color: #006c38;
  background: #e6e5e3;
}

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search) {
  margin-bottom: 20px;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
  border: 0;
  height: 100%;
  border: solid 1px #333333;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
  background: #fff !important;
  background-image: none !important;
  width: 100%;
  height: 50px !important;
  color: #333333;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 50px;
  width: 50px;
  background: #333333;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: "";
  color: #03573c;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 16px;
  font-family: IcoMoon;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: #e6e5e3;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */
.fsSearchResults form.gsc-search-box-tools, .fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px;
}
.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
.fsSearchResults .gsc-results, .fsSearchFieldWithResults .gsc-results {
  width: 100%;
}
.fsSearchResults .gsc-webResult .gsc-result, .fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px;
}
.fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
  color: #333333;
}
.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: #006c38;
}
.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: #03573c !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: #007f3e !important;
}
.fsSearchResults .gsc-control-cse .gs-spelling, .fsSearchResults .gsc-control-cse .gs-result .gs-title, .fsSearchResults .gsc-control-cse .gs-result .gs-title *, .fsSearchFieldWithResults .gsc-control-cse .gs-spelling, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title * {
  font-size: 16px;
}
.fsSearchResults .gsc-results .gsc-cursor-box, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0;
}

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

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

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

.fsFacebookFollow {
  margin-top: 20px;
}

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

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

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

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

.vimeo_view_link a {
  display: inline-block;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #333333;
  color: #fff;
  outline: 0;
  border-radius: 5px;
}
.vimeo_view_link a:hover {
  background: #fff;
  color: #fff;
}
.vimeo_view_link a em {
  display: block;
  font-style: normal;
}

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

.fsYoutubeList, .fsYoutubeList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsYoutubeList li {
  margin: 0;
  padding: 0;
}
.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  -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 0 20px;
  padding: 10px 20px;
  background: #333333;
  color: #fff;
  outline: 0;
  border-radius: 5px;
}
.Youtube_view_link a:hover {
  background: #fff;
  color: #fff;
}
.Youtube_view_link a em {
  display: block;
  font-style: normal;
}

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}
.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}
@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}
.fsTabs .fsTabsNav li {
  margin-right: 2px;
}
.fsTabs .fsTabsNav li a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-size: 36px;
  line-height: 50px;
  color: #007f3e;
  margin-bottom: 10px;
  margin-bottom: 2px;
  display: block;
  font-size: 21px;
  padding: 13.33333px;
  color: #03573c;
  -webkit-transition: .3s;
  transition: .3s;
  background: #bcbec0;
  color: #333333;
}
.fsTabs .fsTabsNav li a:hover {
  background: #1f5d73;
  color: #fff;
}
.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #2a7d9b;
  color: #fff;
}

.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.drawer-is-active #fsPageWrapper {
  overflow: scroll;
}
.home #fsPageBodyWrapper {
  padding: 0;
}
.home #fsPageBody {
  margin: 0;
  max-width: 100%;
}
.home #fsPageContent {
  width: 100%;
  margin-bottom: 0;
}
.home #fsPageContent > .fsLayout > .fsDiv {
  margin-bottom: 0;
}
.home:not(.fsComposeMode) .universal-slideshow > header {
  display: none;
}
.home .universal-slideshow {
  position: relative;
}
.home .universal-slideshow .slick-dots {
  position: absolute;
  bottom: 5%;
}
@media (min-width: 800px) {
  .home .universal-slideshow .slick-dots {
    right: 46%;
    bottom: 6%;
  }
}
@media (min-width: 1100px) {
  .home .universal-slideshow .slick-dots {
    right: 32%;
    bottom: 6%;
  }
}
.home .universal-slideshow .slick-dots li {
  display: inline-block;
}
.home .universal-slideshow .slick-dots li.slick-active button {
  border: none;
  background: #fff;
  /* Active Color */
}
.home .universal-slideshow .slick-dots li button {
  display: block;
  float: left;
  height: 10px;
  width: 10px;
  padding: 0;
  margin: 0px 5px;
  border: 0;
  outline: 0;
  border-radius: 10px;
  -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out;
  color: transparent;
  background: #bcbec0;
  /* Inactive Color */
}
.home .universal-slideshow footer {
  position: absolute;
  font-size: 0px;
  font-weight: 700;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .home .universal-slideshow footer {
    font-size: 25px;
  }
}
@media (min-width: 1000px) {
  .home .universal-slideshow footer {
    font-size: 45px;
  }
}

.facts-slider {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  padding: 65px 0;
}
.facts-slider > header {
  text-align: center;
}
.facts-slider > .fsElementContent {
  padding: calc(45px - 1em);
  padding-left: 40px;
  padding-right: 40px;
}
.facts-slider > .fsElementContent .slick-list {
  max-width: 1180px;
  margin: 0 auto;
  display: block;
}
.facts-slider > .fsElementContent .slick-list .slick-current > .fsElementContent {
  border-right: none;
}
@media (min-width: 800px) {
  .facts-slider > .fsElementContent .slick-list .slick-current > .fsElementContent {
    border-right: 1px dashed #bcbec0;
    padding-bottom: 30px;
  }
}
.facts-slider > .fsElementContent .fsElement.fsContent.slick-slide {
  text-align: left;
}
@media (min-width: 600px) {
  .facts-slider > .fsElementContent .fsElement.fsContent.slick-slide {
    padding-left: 50px;
  }
}
.facts-slider > .fsElementContent .fsElement.fsContent.slick-slide img {
  width: 110px;
  margin: 0 auto;
  float: none;
}
.facts-slider > .fsElementContent .fsElement.fsContent.slick-slide h3 {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  line-height: 26px;
  font-weight: bold;
  text-align: center !important;
}
@media (min-width: 600px) {
  .facts-slider > .fsElementContent .fsElement.fsContent.slick-slide h3 {
    padding-left: 130px;
    padding-top: 30px;
    text-align: left !important;
  }
}
.facts-slider > .fsElementContent .fsElement.fsContent.slick-slide p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  text-align: center !important;
  color: #333333;
}
@media (min-width: 600px) {
  .facts-slider > .fsElementContent .fsElement.fsContent.slick-slide p {
    max-width: 80%;
    padding-left: 80px;
    text-align: left !important;
  }
}
@media (min-width: 600px) {
  .facts-slider > .fsElementContent .fsElement.fsContent.slick-slide img {
    float: left;
  }
  .facts-slider > .fsElementContent .fsElement.fsContent.slick-slide p {
    margin: 0 auto;
  }
}
.facts-slider .slick-prev.slick-arrow,
.facts-slider .slick-next.slick-arrow {
  font-family: IcoMoon;
  background: #c9cbcd;
  border: none;
  border-radius: 50%;
  color: transparent;
  height: 45px;
  outline: 0;
  margin: 0 5px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 45px;
  z-index: 2;
}
.facts-slider .slick-prev.slick-arrow:before,
.facts-slider .slick-next.slick-arrow:before {
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: normal;
  height: 100%;
  left: 0;
  line-height: 42px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
.facts-slider .slick-prev.slick-arrow {
  left: 0;
  right: auto;
}
.facts-slider .slick-prev.slick-arrow:before {
  content: "\e901";
  position: relative;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.facts-slider .slick-next.slick-arrow {
  left: auto;
  right: 0;
}
.facts-slider .slick-next.slick-arrow:before {
  content: "\e900";
  position: relative;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.facts-slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.facts-slider .slick-dots li {
  display: inline-block;
}
.facts-slider .slick-dots li.slick-active button {
  border: 2px solid #03573c;
  background: #fff;
  /* Active Color */
}
.facts-slider .slick-dots li button {
  display: block;
  float: left;
  height: 13px;
  width: 13px;
  padding: 0;
  margin: 0px 5px;
  border: 0;
  outline: 0;
  border-radius: 10px;
  -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out;
  color: transparent;
  background: #bcbec0;
  /* Inactive Color */
}

.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: #007f3e;
}
.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: #03573c;
}

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

#fsAccountBar {
  background: #182f50;
  color: #fff;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  height: 40px;
}
#fsAccountBar > ul > li {
  height: 40px;
  padding: 10px 12px 8px;
}
#fsAccountBar a {
  color: #fff;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}
#fsAccountBar a:hover {
  color: #007f3e;
}
#fsAccountBar .fsAccountBarAvatar {
  height: 40px;
}
#fsAccountBar .fsAccountBarMenu a {
  color: #333333;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}
#fsAccountBar .fsAccountBarMenu a:hover {
  color: #007f3e;
}

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

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none;
}
.colors ol:after {
  display: table;
  clear: both;
  content: '';
}
.colors ol li {
  position: relative;
  float: left;
  margin-bottom: 2em;
  height: 4em;
  width: 33.33333%;
}
@media (min-width: 600px) {
  .colors ol li {
    width: 16.66667%;
  }
}
@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
    width: 8.33333%;
  }
}
.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}
.colors ol li:nth-of-type(1) {
  background: #333333;
  color: #333333;
}
.colors ol li:nth-of-type(1):after {
  content: "#333333";
}
.colors ol li:nth-of-type(2) {
  background: #ecc305;
  color: #ecc305;
}
.colors ol li:nth-of-type(2):after {
  content: "#ecc305";
}
.colors ol li:nth-of-type(3) {
  background: #03573c;
  color: #03573c;
}
.colors ol li:nth-of-type(3):after {
  content: "#03573c";
}
.colors ol li:nth-of-type(4) {
  background: #006c38;
  color: #006c38;
}
.colors ol li:nth-of-type(4):after {
  content: "#006c38";
}
.colors ol li:nth-of-type(5) {
  background: #007f3e;
  color: #007f3e;
}
.colors ol li:nth-of-type(5):after {
  content: "#007f3e";
}
.colors ol li:nth-of-type(6) {
  background: #2a7d9b;
  color: #2a7d9b;
}
.colors ol li:nth-of-type(6):after {
  content: "#2a7d9b";
}
.colors ol li:nth-of-type(7) {
  background: #399ec3;
  color: #399ec3;
}
.colors ol li:nth-of-type(7):after {
  content: "#399ec3";
}
.colors ol li:nth-of-type(8) {
  background: #666;
  color: #666;
}
.colors ol li:nth-of-type(8):after {
  content: "#666";
}
.colors ol li:nth-of-type(9) {
  background: #858688;
  color: #858688;
}
.colors ol li:nth-of-type(9):after {
  content: "#858688";
}
.colors ol li:nth-of-type(10) {
  background: #bcbec0;
  color: #bcbec0;
}
.colors ol li:nth-of-type(10):after {
  content: "#bcbec0";
}
.colors ol li:nth-of-type(11) {
  background: #e6e5e3;
  color: #e6e5e3;
}
.colors ol li:nth-of-type(11):after {
  content: "#e6e5e3";
}
.colors ol li:nth-of-type(12) {
  background: #babbbe;
  color: #babbbe;
}
.colors ol li:nth-of-type(12):after {
  content: "#babbbe";
}

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

.headers h1:after {
  content: " size: 40px / line: 54px";
}
.headers h2:after {
  content: " size: 36px / line: 50px";
}
.headers h3:after {
  content: " size: 30px / line: 42px";
}
.headers h4:after {
  content: " size: 24px / line: 36px";
}
.headers h5:after {
  content: " size: 20px / line: 32px";
}
.headers h6:after {
  content: " size: 18px / line: 30px";
}

.campus-map .coordinates-popup {
  position: absolute;
  background: #FFF;
  color: #000;
  padding: 9px 5px;
  margin-top: -87px;
  margin-left: -310px;
  z-index: 9000;
  width: 620px;
  height: 80px;
  text-align: center;
  border: 1px solid #000;
}
.campus-map .coordinates-popup:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
}
.campus-map .coordinates-popup .html-markup {
  display: block;
  margin: 5px;
}
.campus-map .coordinates-popup .copyButton.success:after {
  content: "\2714";
  margin-left: 5px;
}
@media (min-width: 800px) {
  .campus-map.map-pop-active .map-wrapper {
    overflow: hidden;
  }
  .campus-map.map-pop-active .map-pop-wrapper:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 1000px;
    background: rgba(255, 255, 255, 0.7);
    content: '';
    z-index: 200;
  }
}
.campus-map .map-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}
.campus-map .map-wrapper .map-container > .fsElementContent {
  position: relative;
}
.campus-map .map-wrapper .map-container > .fsElementContent img {
  display: block;
  width: 100%;
  height: auto;
}
.campus-map .map-points, .campus-map .map-points ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.campus-map .map-points li {
  margin: 0;
  padding: 0;
}
@media (min-width: 800px) {
  .campus-map .map-points.mobile {
    display: none;
  }
}
.campus-map .map-points:not(.mobile) {
  display: none;
}
@media (min-width: 800px) {
  .campus-map .map-points:not(.mobile) {
    display: block;
  }
}
@media (min-width: 800px) {
  .campus-map .map-points {
    text-align: center;
    font-size: 0.625rem;
  }
}
.campus-map .map-points ul:not(.redactor-toolbar) {
  font-size: 0;
}
.campus-map .map-points ul:not(.redactor-toolbar) li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  counter-increment: li;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  visibility: hidden;
  opacity: 0;
  z-index: 200;
}
.campus-map .map-points ul:not(.redactor-toolbar) li.active-modal {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 800px) {
  .campus-map .map-points ul:not(.redactor-toolbar) li {
    visibility: visible;
    opacity: 1;
  }
}
.campus-map .map-points ul:not(.redactor-toolbar) li:hover {
  z-index: 1;
}
.campus-map .map-points ul:not(.redactor-toolbar) li:before {
  border-radius: 100%;
}
.campus-map .map-points ul:not(.redactor-toolbar) li a {
  display: block;
  position: relative;
}
.campus-map .map-points ul:not(.redactor-toolbar) li a:hover:before {
  background: #363636;
}
.campus-map .map-points ul:not(.redactor-toolbar) li a:hover .map-text {
  background: rgba(22, 48, 82, 0.9);
  -webkit-transform: scale(1) translate(-50%, -10%);
  -ms-transform: scale(1) translate(-50%, -10%);
  transform: scale(1) translate(-50%, -10%);
  opacity: 1;
  visibility: visible;
}
.campus-map .map-points ul:not(.redactor-toolbar) li a:before {
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  vertical-align: bottom;
  content: counter(li);
  background: rgba(54, 54, 54, 0.96);
  color: #FFF;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 1rem;
}
.campus-map .map-points ul:not(.redactor-toolbar) li a .map-text {
  bottom: 100%;
  font-size: 0.875rem;
  color: #FFF;
  padding: 5px;
  position: absolute;
  left: 50%;
  border-radius: 5px;
  white-space: nowrap;
  -webkit-transform: scale(0.95) translate(-50%, 100%);
  -ms-transform: scale(0.95) translate(-50%, 100%);
  transform: scale(0.95) translate(-50%, 100%);
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.campus-map .map-key {
  margin: 40px 0 20px 0;
  padding: 0;
}
.campus-map .map-key ul:not(.redactor-toolbar) {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 600px) {
  .campus-map .map-key ul:not(.redactor-toolbar) {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -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;
  }
}
.campus-map .map-key ul:not(.redactor-toolbar) li {
  counter-increment: li;
  padding: 5px;
  margin-bottom: 2px;
}
.campus-map .map-key ul:not(.redactor-toolbar) li:before {
  box-shadow: 1px 0px 8px #020202;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 7px;
  content: counter(li);
  background: rgba(54, 54, 54, 0.96);
  color: #FFF;
  width: 22px;
  height: 22px;
  font-size: 16px;
  border-radius: 100%;
}
@media screen and (min-width: 600px) {
  .campus-map .map-key ul:not(.redactor-toolbar) li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
  }
}
.campus-map .map-detail {
  font-family: "Lato", sans-serif;
  color: #6d6d6d;
  font-size: 16px;
}
@media (min-width: 800px) {
  .campus-map .map-detail {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
  }
}
@media (min-width: 800px) {
  .campus-map .map-detail .slick-list {
    height: 100% !important;
  }
}
.campus-map .map-detail .slick-dots {
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 15px 20px;
  display: block !important;
  line-height: 1;
  text-align: center;
}
.campus-map .map-detail .slick-dots li {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0;
}
.campus-map .map-detail .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.campus-map .map-detail .slick-dots li.slick-active button {
  background: #03573c;
  opacity: 1;
}
.campus-map .map-detail .slick-dots li button {
  padding: 0;
  opacity: 0.6;
  background: #b2b2b2;
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 100%;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
}
.campus-map .map-detail .slick-dots li button:hover {
  background: #007f3e;
  opacity: 1;
}
.campus-map .map-detail .fsSlideImage {
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 799px) {
  .campus-map .map-detail .fsSlideImage {
    background-image: none !important;
  }
}
.campus-map .map-detail .fsSlideImage img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 800px) {
  .campus-map .map-detail .fsSlideImage img {
    opacity: 0;
    visibility: hidden;
  }
}
.campus-map .map-detail .fsSlideImage .fsCaptionTitleWrapper {
  background: #e4e2e1;
  padding: 20px 20px 5px;
  line-height: 1.5;
}
@media (min-width: 800px) {
  .campus-map .map-detail .fsSlideImage .fsCaptionTitleWrapper {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.campus-map .map-detail .fsSlideImage .fsCaptionTitleWrapper .fsSlideTitle {
  font-size: 1.5625rem;
  color: #5e5e5e;
}
@media (min-width: 800px) {
  .campus-map .map-detail .fsSlideImage .fsCaptionTitleWrapper .fsSlideTitle {
    color: #FFF;
    font-size: inherit;
  }
}
.campus-map .map-detail .fsCaptionDescWrapper {
  padding: 5px 20px 20px;
  line-height: 1.5;
  background: #e4e2e1;
  color: #5e5e5e;
}
@media (min-width: 800px) {
  .campus-map .map-detail .fsCaptionDescWrapper {
    background: none;
    padding: 10px 20px;
  }
}
.campus-map .map-detail .fsCaptionDescWrapper .fsSlideDescription p:last-child {
  margin-bottom: 0;
}
.campus-map.map-pop-active .map-pop-wrapper {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  margin-top: 20px;
}
@media (min-width: 800px) {
  .campus-map.map-pop-active .map-pop-wrapper {
    margin-top: 0;
  }
}
.campus-map .map-pop-wrapper {
  position: relative;
  -webkit-transition: 0.3s margin;
  transition: 0.3s margin;
}
@media (min-width: 800px) {
  .campus-map .map-pop-wrapper {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    opacity: 0;
    z-index: 500;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    max-width: 640px;
  }
  .campus-map .map-pop-wrapper .map-pop-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.campus-map .map-pop-wrapper .map-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #FFF;
  font-size: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #FFF;
  text-align: center;
  z-index: 400;
  -webkit-transition: 0.3s color, 0.3s border;
  transition: 0.3s color, 0.3s border;
}
.campus-map .map-pop-wrapper .map-close:hover {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.75);
}
.campus-map .map-pop-wrapper .map-close:before {
  content: 'X';
  font-size: 1.1875rem;
  line-height: 2;
  display: block;
}

body.campus-map.fsComposeMode .coordinates-popup {
  display: none;
}
body.campus-map.fsComposeMode .map-key {
  display: none;
}
body.campus-map.fsComposeMode .map-points {
  text-align: left;
}
body.campus-map.fsComposeMode .map-points ul:not(.redactor-toolbar) {
  font-size: 16px;
}
body.campus-map.fsComposeMode .map-points ul:not(.redactor-toolbar) li {
  position: static;
  opacity: 1;
  visibility: visible;
}
body.campus-map.fsComposeMode .map-points ul:not(.redactor-toolbar) li:not(:last-child) {
  margin-bottom: 10px;
}
body.campus-map.fsComposeMode .map-points ul:not(.redactor-toolbar) li .map-text {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
  color: inherit;
  border-radius: 0;
  white-space: normal;
}

.sidebarWhite {
  font-size: 14px;
  line-height: 22px;
  padding: 30px 20px;
  margin-bottom: 40px;
  background: none;
  color: #333333;
  border: 1px solid #bcbec0;
}
.sidebarWhite h2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #333333;
}
.sidebarWhite footer {
  text-transform: uppercase;
  border-top: 1px solid #e5e5e5;
  padding-top: 18px;
  margin-top: 45px;
}
.sidebarWhite footer a {
  color: #333333;
}

.sidebarGreen {
  font-size: 14px;
  line-height: 22px;
  padding: 30px 20px;
  margin-bottom: 40px;
  background: #03573c;
  color: #fff;
}
.sidebarGreen h2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
}
.sidebarGreen footer {
  text-transform: uppercase;
  border-top: 1px solid #034e36;
  padding-top: 18px;
  margin-top: 45px;
}
.sidebarGreen footer a {
  color: #fff;
}

.sidebarBlue {
  font-size: 14px;
  line-height: 22px;
  padding: 30px 20px;
  margin-bottom: 40px;
  background: #4f92b1;
  color: #fff;
  background: #4f92b1;
}
.sidebarBlue h2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
}
.sidebarBlue footer {
  text-transform: uppercase;
  border-top: 1px solid #7fb1c3;
  padding-top: 18px;
  margin-top: 45px;
}
.sidebarBlue footer a {
  color: #fff;
}

.ui-widget-content a {
  color: #03573c;
}
.ui-widget-content a:hover {
  text-decoration: underline;
}

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

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

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

  body {
    font-size: 62.5%;
  }

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

  * {
    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;
  }
}
