 /**
 *
 * Lincoln School - default2016
 * @link http://lincoln.redesign.finalsite.com
 * Built By: Ryan Reese
 * Project Manager: Jaime Skerker
 * Designer: 3rd Party Design
 *
 */

@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 */
@import url("//hello.myfonts.net/count/31a237");
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 65.5555555556em;
  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.1111111111em;
  margin-left: 1.1111111111em;
}

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

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

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

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

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

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

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

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

.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;
}
@font-face {
  font-family: 'FFKievitSlabWebProMedium';
  src: url("../fonts//31A237_0_0.eot");
  src: url("../fonts//31A237_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts//31A237_0_0.woff2") format("woff2"), url("../fonts//31A237_0_0.woff") format("woff"), url("../fonts//31A237_0_0.ttf") format("truetype");
}
@font-face {
  font-family: 'FFKievitSlabWebProLight';
  src: url("../fonts//31A237_1_0.eot");
  src: url("../fonts//31A237_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts//31A237_1_0.woff2") format("woff2"), url("../fonts//31A237_1_0.woff") format("woff"), url("../fonts//31A237_1_0.ttf") format("truetype");
}
.fsAthleticsEvent.fsTable thead th, .fsRosterName, .fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-size: 1.1em;
}

h1 {
  margin-top: 0;
  font-weight: normal;
  color: #009448;
  font-size: 36px;
  line-height: 56px;
  font-family: "FFKievitSlabWebProLight", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  color: #009448;
  font-size: 24px;
  line-height: 35px;
  font-family: "FFKievitSlabWebProMedium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  color: #009448;
  font-size: 24px;
  line-height: 35px;
  font-family: "FFKievitSlabWebProMedium", sans-serif;
  margin-bottom: 10px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  color: #009448;
  font-size: 22px;
  line-height: 32px;
  font-family: "FFKievitSlabWebProMedium", sans-serif;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  color: #009448;
  font-size: 20px;
  line-height: 30px;
  font-family: "FFKievitSlabWebProMedium", sans-serif;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  color: #009448;
  font-size: 18px;
  line-height: 28px;
  font-family: "FFKievitSlabWebProMedium", sans-serif;
  margin-bottom: 10px;
}

p {
  margin: 0 0 20px;
}

hr {
  margin: 0 auto 20px;
}

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

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

body:not(.fsComposeMode) #fsPageContent ul:not(.fsTabsNav):not(.fsPager):not(.slick-dots):not(.fsAthleticsTeamDirectory) {
  list-style: none;
  padding-left: 0;
}
body:not(.fsComposeMode) #fsPageContent ul:not(.fsTabsNav):not(.fsPager):not(.slick-dots):not(.fsAthleticsTeamDirectory) ul, body:not(.fsComposeMode) #fsPageContent ul:not(.fsTabsNav):not(.fsPager):not(.slick-dots):not(.fsAthleticsTeamDirectory) ol {
  padding-left: 20px;
}
body:not(.fsComposeMode) #fsPageContent ul:not(.fsTabsNav):not(.fsPager):not(.slick-dots):not(.fsAthleticsTeamDirectory) ol {
  margin-left: 20px;
}
body:not(.fsComposeMode) #fsPageContent ul:not(.fsTabsNav):not(.fsPager):not(.slick-dots):not(.fsAthleticsTeamDirectory) > li:before {
  color: #009448;
  /* set color to red */
  content: "\2022";
  /* /2022 is the numerical unicode for &bull; */
  padding-right: .6em;
  /* give the bullet some padding from the text Make sure to use em*/
  position: relative;
  font-size: 1.75rem;
  line-height: 0.5;
  vertical-align: top;
  display: inline-block;
  top: .35em;
  /* set the vertical position of the bullet if necessary. Make sure to use em or % */
}

table.fs_style_14 {
  margin-bottom: 40px;
  width: 100%;
}
table.fs_style_14 td {
  vertical-align: top;
  padding: 9px 0;
  border-bottom: 1px solid #dcdcdc;
}
table.fs_style_14 tr:first-child td {
  margin-top: 0;
  font-weight: normal;
  color: #009448;
  font-size: 24px;
  line-height: 35px;
  font-family: "FFKievitSlabWebProMedium", sans-serif;
  margin-bottom: 10px;
}

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

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

/*! content - buttons v0.0.1 */
.fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 28px;
  background: #FFF;
  border: 1px solid #009448;
  font-size: 0.9375rem;
  line-height: 1;
  color: #009448;
  outline: 0;
  border-radius: 0;
  text-shadow: none;
}
.fsLoadMoreButton:hover {
  background: #009448;
  color: #FFF;
  text-decoration: none;
}

.fs_style_17 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 28px;
  background: #FFF;
  border: 1px solid #009448;
  font-size: 0.9375rem;
  line-height: 1;
  color: #009448;
  outline: 0;
  border-radius: 0;
  /* Safari */
  transition-duration: 0.4s;
}
.fs_style_17:hover {
  background: #009448;
  color: #FFF;
  text-decoration: none;
}
.fs_style_17:hover {
  color: #fff;
}
.fs_style_17:hover a {
  color: #fff;
}
.fs_style_17 a:hover {
  color: #fff;
}

/*! content - style manger v0.0.1 */
.lead-in, .fs_style_15 {
  font-size: 1.5555555556em;
  line-height: 1.7142857143em;
  font-family: "FFKievitSlabWebProLight", sans-serif;
}

blockquote, .fs_style_16 {
  position: relative;
  margin: 20px 0;
  font-family: "FFKievitSlabWebProLight", sans-serif;
  color: #009448;
  padding: 35px 15px;
  font-size: 1.4375rem;
  line-height: 2.5rem;
}
blockquote:before, .fs_style_16:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.0625rem;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
blockquote:after, .fs_style_16:after {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.0625rem;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

cite {
  display: block;
  margin: 0 0 20px;
  font-style: normal;
}
cite:before {
  content: '- ';
}

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

/*! structure - header v0.0.1 */
#fsHeader {
  background: #FFF;
}
#fsHeader .interior-slider article {
  position: relative;
}
#fsHeader .interior-slider article:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
body:not(.fsComposeMode) #fsHeader .interior-slider > header {
  display: none;
}
#fsHeader .site-info-container {
  border-bottom: 1px solid #dcdcdc;
  padding: 18px 20px 14px;
}
@media (min-width: 700px) {
  #fsHeader .site-info-container {
    padding: 20px 35px;
  }
}
@media (min-width: 1000px) {
  #fsHeader .site-info-container {
    padding: 30px 30px 20px;
  }
}
@media (min-width: 1150px) {
  #fsHeader .site-info-container {
    padding: 31px 30px 21px;
  }
}
#fsHeader .site-info-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.5555555556em;
  max-width: 73.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#fsHeader .site-info-container .util-search {
  display: none;
  position: relative;
}
@media (min-width: 1000px) {
  #fsHeader .site-info-container .util-search {
    display: block;
  }
}
#fsHeader .site-info-container .util-search > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#fsHeader .site-info-container .util-search .search-container {
  margin-left: 15px;
}
#fsHeader .site-info-container .util-search .search-container.open .fsSearch.site-search {
  width: 330px;
  opacity: 1;
  visibility: visible;
}
#fsHeader .site-info-container .util-search .search-container .search-trigger {
  display: block;
  font-size: 0;
  position: relative;
  top: -3px;
}
@media (min-width: 1150px) {
  #fsHeader .site-info-container .util-search .search-container .search-trigger {
    top: 3px;
  }
}
#fsHeader .site-info-container .util-search .search-container .search-trigger:hover {
  text-decoration: none;
}
#fsHeader .site-info-container .util-search .search-container .search-trigger:hover:before {
  color: #009448;
}
#fsHeader .site-info-container .util-search .search-container .search-trigger:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #464646;
  display: block;
  font-size: 0.9375rem;
  transition: 0.3s color;
}
#fsHeader .site-info-container .logo-container {
  color: #464646;
  font-family: "FFKievitSlabWebProMedium", sans-serif;
  font-size: 0.9375rem;
}
@media (min-width: 1150px) {
  #fsHeader .site-info-container .logo-container {
    font-size: 1.0625rem;
  }
}
#fsHeader .site-info-container .logo-container a {
  color: inherit;
  display: block;
}
@media (min-width: 1000px) {
  #fsHeader .site-info-container .logo-container a {
    line-height: 1.45;
  }
}
@media (min-width: 1150px) {
  #fsHeader .site-info-container .logo-container a {
    line-height: 2.1;
  }
}
#fsHeader .site-info-container .logo-container a:hover {
  text-decoration: none;
}
#fsHeader .site-info-container .logo-container img {
  vertical-align: top;
  max-width: 195px;
}
@media (min-width: 700px) {
  #fsHeader .site-info-container .logo-container img {
    max-width: 100%;
  }
}

/*! structure - footer v0.0.1 */
#fsFooter {
  color: #fff;
}
#fsFooter > .fsBanner:after {
  content: normal;
}
#fsFooter .footer-utility {
  border-top: 1px solid #000000;
  color: #000000;
  font-family: "roboto", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 16px 0px;
  margin: 0 20px;
  text-align: center;
}
@media (min-width: 700px) {
  #fsFooter .footer-utility {
    text-align: left;
    margin: 0;
    padding: 16px 35px;
  }
}
@media (min-width: 700px) {
  #fsFooter .footer-utility .school-details {
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media (min-width: 1000px) {
  #fsFooter .footer-utility .school-details {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
#fsFooter .footer-utility .copyright {
  margin: 1px 0 10px;
}
@media (min-width: 700px) {
  #fsFooter .footer-utility .copyright {
    -ms-flex-order: 3;
    order: 3;
    margin: 3px 0 0;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 1000px) {
  #fsFooter .footer-utility .copyright {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0;
  }
}
#fsFooter .footer-utility p:last-child {
  margin: 0;
}
#fsFooter .footer-utility > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  max-width: 65.5555555556em;
  max-width: 73.75rem;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 700px) {
  #fsFooter .footer-utility > .fsElementContent {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
@media (min-width: 1000px) {
  #fsFooter .footer-utility > .fsElementContent {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}
#fsFooter .info-container {
  padding: 40px 20px 30px;
  text-align: center;
}
@media (min-width: 700px) {
  #fsFooter .info-container {
    padding: 67px 35px 60px;
    text-align: left;
  }
}
#fsFooter .info-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.5555555556em;
  max-width: 73.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 700px) {
  #fsFooter .info-container > .fsElementContent {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
#fsFooter .info-container .address-social {
  padding: 0 0 30px;
}
@media (min-width: 700px) {
  #fsFooter .info-container .address-social {
    -ms-flex: 0 1 360px;
    flex: 0 1 360px;
    padding: 13px 0 0;
  }
}
@media (min-width: 1000px) {
  #fsFooter .info-container .address-social {
    -ms-flex: 0 1 550px;
    flex: 0 1 550px;
  }
}
#fsFooter .info-container .description {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 33px;
}
@media (min-width: 1000px) {
  #fsFooter .info-container .description {
    margin-bottom: 38px;
  }
}
#fsFooter .info-container .description p:last-child {
  margin-bottom: 0;
}
#fsFooter .info-container .logo {
  margin-bottom: 24px;
}
@media (min-width: 700px) {
  #fsFooter .info-container .logo {
    margin-bottom: 34px;
  }
}
#fsFooter .info-container .logo img {
  vertical-align: bottom;
}
#fsFooter .footer-background-quote {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  min-height: 300px;
}
@media (min-width: 700px) {
  #fsFooter .footer-background-quote {
    min-height: 340px;
  }
}
@media (min-width: 1150px) {
  #fsFooter .footer-background-quote {
    min-height: 450px;
  }
}
#fsFooter .footer-background-quote:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fsFooter .footer-background-quote > .fsElementContent > .fsElement.fsContent {
  margin-bottom: 20px;
}
body:not(.fsComposeMode) #fsFooter .footer-background-quote > .fsElementContent > .fsElement.fsContent {
  display: none;
  position: absolute;
  margin: auto;
  left: 20px;
  right: 20px;
  width: calc(100% - 40px);
  max-width: 750px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
}
@media (min-width: 700px) {
  body:not(.fsComposeMode) #fsFooter .footer-background-quote > .fsElementContent > .fsElement.fsContent {
    left: 35px;
    right: 35px;
    width: calc(100% - 70px);
  }
}
body:not(.fsComposeMode) #fsFooter .footer-background-quote > .fsElementContent > .fsElement.fsContent.active {
  display: block;
}
#fsFooter .footer-background-quote > .fsElementContent > .fsElement.fsContent p {
  font-family: "FFKievitSlabWebProLight", sans-serif;
  text-align: center;
  color: #FFF;
  font-size: 2rem;
  line-height: 1.438;
  text-shadow: 0px 0px 68px rgba(0, 0, 0, 0.3);
}
@media (min-width: 700px) {
  #fsFooter .footer-background-quote > .fsElementContent > .fsElement.fsContent p {
    font-size: 3rem;
    line-height: 1.458;
  }
}
#fsFooter .footer-background-quote > .fsElementContent > .fsElement.fsContent p:last-child {
  margin: 0;
}

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

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

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

body {
  font-size: 1.125em;
  line-height: 1.8888888889;
  color: #464646;
}

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

#fsPageBodyWrapper {
  padding: 20px;
  background: #fff;
}
@media (min-width: 700px) {
  #fsPageBodyWrapper {
    padding: 45px 35px;
  }
}
@media (min-width: 1000px) {
  #fsPageBodyWrapper {
    padding: 60px 30px;
  }
}

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 65.5555555556em;
  max-width: 73.75rem;
}
body.fsHasLeftBanner #fsPageBody:not(.fsStateEditable) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
body.fsHasLeftBanner #fsPageBody:not(.fsStateEditable) #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
}
body.fsHasLeftBanner #fsPageBody:not(.fsStateEditable) #fsBannerLeft {
  -ms-flex-order: 2;
  order: 2;
}
body.fsHasLeftBanner #fsPageBody:not(.fsStateEditable) #fsBannerRight {
  -ms-flex-order: 3;
  order: 3;
}
@media (min-width: 800px) {
  body.fsHasLeftBanner #fsPageBody:not(.fsStateEditable) {
    display: block;
  }
}

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

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

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

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

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

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

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

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

#fsPoweredByFinalsite {
  margin: auto;
}
@media (min-width: 700px) {
  #fsPoweredByFinalsite {
    margin: 0;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 1000px) {
  #fsPoweredByFinalsite {
    -ms-flex-order: 3;
    order: 3;
  }
}

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

/*! navigation - main v0.0.1 */
.nav-main {
  position: relative;
  padding: 0 30px;
}
#fsHeader .nav-main {
  display: none;
}
@media (min-width: 1000px) {
  #fsHeader .nav-main {
    display: block;
  }
}
.nav-main .fsNavLevel1, .nav-main .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-main .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}
@media (min-width: 1000px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 65.5555555556em;
    max-width: 73.75rem;
    position: static;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.nav-main .fsNavLevel1 > li {
  padding: 15px 0;
}
@media (min-width: 1000px) {
  .nav-main .fsNavLevel1 > li.giving > a {
    border: 1px solid #009448;
    padding: 1px 20px;
    color: #009448;
  }
  .nav-main .fsNavLevel1 > li.giving > a:after {
    content: normal;
  }
  .nav-main .fsNavLevel1 > li.giving:hover > a {
    background: #009448;
    color: #FFF;
  }
}
@media (min-width: 1000px) {
  .nav-main .fsNavLevel1 > li:hover > a:after {
    width: 100%;
  }
}
.nav-main .fsNavLevel1 > li > a {
  text-decoration: none;
  padding: 1px 0;
  color: #009448;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.nav-main .fsNavLevel1 > li > a:hover {
  text-decoration: none;
}
.nav-main .fsNavLevel1 > li > a:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 0;
  background-color: #dcdcdc;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  transition: .3s all;
}
.nav-main .fsNavLevel1 > .fsNavCurrentPage > a:after {
  width: 100%;
}
.nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a:after {
  width: 100%;
}

.nav-main .fsNavLevel1 > li {
  position: relative;
  position: static;
}
.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: #FFF;
  text-align: left;
  left: 0;
  -ms-transform: none;
  transform: none;
  width: 100%;
}
@media (min-width: 1000px) {
  .nav-main .fsNavParentPage:hover .fsNavPageInfo {
    display: block;
  }
}
.nav-main .dropdown-inner {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 auto;
  max-width: 65.5555555556em;
  max-width: 73.75rem;
  padding: 12px 0 50px;
}
.nav-main .fsNavPageDescription {
  -ms-flex-order: 2;
  order: 2;
  margin-right: 60px;
  -ms-flex: 0 0 249px;
  flex: 0 0 249px;
  font-family: "FFKievitSlabWebProMedium", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.8125rem;
  color: #8c8c8c;
  padding-top: 15px;
}
.nav-main .fsNavPageThumbnail {
  -ms-flex: 0 0 249px;
  flex: 0 0 249px;
  margin-right: 60px;
  padding-top: 21px;
  -ms-flex-order: 1;
  order: 1;
}
.nav-main .fsNavPageThumbnail img {
  vertical-align: bottom;
  width: 100%;
}
.nav-main .fsNavLevel2 {
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: calc(50% - 309px);
  -ms-flex-order: 3;
  order: 3;
  overflow: hidden;
}
.nav-main .fsNavLevel2 li {
  margin: 15px 0;
}
.nav-main .fsNavLevel2 li a {
  color: #464646;
  font-size: 1rem;
  line-height: 1.5rem;
  display: block;
}
.nav-main .fsNavLevel2 li a:hover {
  color: #009448;
}

/*! navigation - off-canvas v0.0.1 */
.drawer-ribbon {
  position: relative;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  height: 23px;
}
@media (min-width: 1000px) {
  .drawer-ribbon {
    display: none;
  }
}

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

#fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  right: 0;
  transform: translate3d(20%, 0, 0);
  -ms-transform: translate(20%, 0);
  transform: translate(20%, 0);
  top: 74px;
  padding: 0 20px 60px;
  max-width: 320px;
  background: #FFF;
  box-shadow: -15px 40px 60px 0px rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
@media (min-width: 400px) {
  #fsMenu {
    max-width: 350px;
    padding: 0 35px 60px;
  }
}
@media (min-width: 700px) {
  #fsMenu {
    top: 82px;
  }
}
.drawer-is-active #fsMenu {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#fsMenu .site-search.fsSearch {
  position: static;
  visibility: visible;
  opacity: 1;
  width: 100%;
}
#fsMenu .nav-util-header {
  margin-bottom: 20px;
}
#fsMenu .drop-trigger {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 100;
  cursor: pointer;
  width: 40px;
  height: 50px;
  text-align: center;
  display: table;
}
#fsMenu .drop-trigger:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  line-height: 1;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.125rem;
}
li.active > a > .drop-trigger:before {
  content: "\e939";
}
#fsMenu .drop-trigger.expanded:before {
  content: "\e939";
}
#fsMenu .nav-main {
  padding: 0;
  margin-bottom: 15px;
}
#fsMenu .nav-main .fsNavLevel1 li.fsNavCurrentPage > .fsNavPageInfo, #fsMenu .nav-main .fsNavLevel1 li.fsNavCurrentPageAncestor > .fsNavPageInfo {
  display: block;
}
#fsMenu .nav-main .fsNavLevel1 li.fsNavCurrentPage > a, #fsMenu .nav-main .fsNavLevel1 li.fsNavCurrentPageAncestor > a {
  color: #009448;
}
#fsMenu .nav-main .fsNavLevel1 li .fsNavPageInfo {
  position: static;
  width: auto;
  background: transparent;
  opacity: 1;
  visibility: visible;
  max-height: 9999px;
  overflow: visible;
  display: none;
}
#fsMenu .nav-main .fsNavLevel1 li .fsNavPageInfo .dropdown-inner {
  padding: 0;
  display: block;
}
#fsMenu .nav-main .fsNavLevel1 > li {
  border-top: 1px solid #dcdcdc;
  padding: 0;
}
#fsMenu .nav-main .fsNavLevel1 > li:last-child {
  border-bottom: 1px solid #dcdcdc;
}
#fsMenu .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  border-top: 1px solid #d9d9d9;
}
#fsMenu .nav-main .fsNavLevel1 > li > a {
  padding: 12px 0;
}
#fsMenu .nav-main .fsNavLevel1 > li > a:after {
  content: normal;
}
#fsMenu .nav-main .fsNavLevel1 > li > a:hover {
  color: #000000;
}
#fsMenu .nav-main .fsNavLevel2 {
  max-width: 100%;
  overflow: visible;
  -moz-column-count: 1;
  column-count: 1;
  padding: 0px 0 7px 0px !important;
}
#fsMenu .nav-main .fsNavLevel2 > li > a {
  font-size: 1rem;
}
#fsMenu .nav-main .fsNavLevel2 li {
  float: none;
  width: auto;
  margin: 0;
  padding: 4px 0;
}
#fsMenu .nav-main .fsNavLevel2 li .fsNavPageInfo {
  display: block;
}
#fsMenu .nav-main .fsNavLevel3, #fsMenu .nav-main .fsNavLevel4 {
  padding-left: 30px !important;
}
#fsMenu .nav-main .fsNavLevel3 > li > a, #fsMenu .nav-main .fsNavLevel4 > li > a {
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

/*! navigation - sub v0.0.1 */
.nav-sub, .nav-sub ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-sub li {
  margin: 0;
  padding: 0;
}
#fsHeader .nav-sub {
  display: block;
  padding: 0 20px;
  background: #fff;
}
@media (min-width: 800px) {
  #fsHeader .nav-sub {
    display: none;
  }
}
#fsPageBody .nav-sub {
  display: none;
}
@media (min-width: 800px) {
  #fsPageBody .nav-sub {
    display: block;
  }
}
.nav-sub.nav-sub-empty {
  display: none !important;
}
@media (max-width: 799px) {
  .nav-sub > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
  }
}
.nav-sub.active-nav > .fsElementContent {
  max-height: 9999px;
  visibility: visible;
  opacity: 1;
}
.nav-sub ul li.fsNavCurrentPage > a, .nav-sub ul li.fsNavCurrentPageAncestor > a {
  color: #009448;
  padding-bottom: 3px;
}
.nav-sub ul li a {
  display: block;
}
.nav-sub ul li a:hover {
  text-decoration: none;
}
.nav-sub .fsNavLevel1 > li {
  border-top: 1px solid #dcdcdc;
}
.nav-sub .fsNavLevel1 > li:last-child {
  border-bottom: 1px solid #dcdcdc;
}
.nav-sub .fsNavLevel1 > li > a {
  text-decoration: none;
  font-size: 1.0625rem;
  font-weight: 500;
  padding: 10px 0;
  font-family: "roboto", sans-serif;
  color: #8c8c8c;
}
.nav-sub .fsNavLevel1 > li > a:hover {
  color: #000000;
}
.nav-sub .fsNavLevel2 {
  padding-bottom: 12px !important;
}
.nav-sub .fsNavLevel2 > li > a {
  text-decoration: none;
  font-size: 0.875rem;
  color: #000;
}
.nav-sub .fsNavLevel2 > li > a:hover {
  color: #009448;
}
.nav-sub > header {
  display: block;
}
@media (min-width: 800px) {
  .nav-sub > header {
    display: none;
  }
}
.nav-sub > header > .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  color: #009448;
  font-size: 20px;
  line-height: 30px;
  font-family: "FFKievitSlabWebProMedium", sans-serif;
  margin-bottom: 10px;
  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 {
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 8px;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}
@media (max-width: 799px) {
  .nav-sub.active-nav > header > .fsElementTitle:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}

.nav-tier {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0;
  margin-bottom: 30px;
}
.nav-tier .fsNavLevel1, .nav-tier .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-tier .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}
.nav-tier .fsNavLevel1 li {
  display: inline-block;
}
.nav-tier .fsNavLevel1 li:not(:last-child) {
  margin-right: 30px;
}
.nav-tier .fsNavLevel1 li.fsNavCurrentPage > a {
  color: #009448;
}
.nav-tier .fsNavLevel1 li a {
  color: #000000;
  font-size: 0.875rem;
  font-family: "roboto", sans-serif;
  line-height: 1.6;
}
.nav-tier .fsNavLevel1 li a:hover {
  color: #009448;
}

/*! 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: 20px;
}
.nav-social .fsNavLevel1 li.facebook > a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 li.instagram > a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 li.twitter > a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 li.facebook > a:hover {
  background: #000000;
}
.nav-social .fsNavLevel1 li.instagram > a:hover {
  background: #000000;
}
.nav-social .fsNavLevel1 li.twitter > a:hover {
  background: #000000;
}
.nav-social .fsNavLevel1 li a {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  background: #FFF;
  border-radius: 100%;
}
.nav-social .fsNavLevel1 li a:before {
  color: #009448;
  font-size: 18px;
  transition: 0.3s all;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nav-util-footer .fsNavLevel1, .nav-util-footer .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-util-footer .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}
.nav-util-footer .fsNavLevel1 li:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .nav-util-footer .fsNavLevel1 li:not(:last-child) {
    margin-bottom: 45px;
  }
}
.nav-util-footer .fsNavLevel1 li a {
  font-size: 1rem;
  font-family: "FFKievitSlabWebProMedium", sans-serif;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.nav-util-footer .fsNavLevel1 li a:hover {
  color: #000000;
  text-decoration: none;
}
@media (min-width: 700px) {
  .nav-util-footer .fsNavLevel1 li a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 15px;
    font-size: 1.25rem;
  }
}

@media (min-width: 1000px) {
  .nav-util-header {
    line-height: 17px;
  }
}
@media (min-width: 1150px) {
  .nav-util-header {
    line-height: 1.75;
  }
}
.nav-util-header .fsNavLevel1, .nav-util-header .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-util-header .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}
@media (min-width: 1000px) {
  .nav-util-header .fsNavLevel1 li {
    display: inline-block;
  }
}
@media (min-width: 1000px) {
  .nav-util-header .fsNavLevel1 li:not(:last-child) {
    margin-right: 8px;
  }
}
@media (min-width: 1150px) {
  .nav-util-header .fsNavLevel1 li:not(:last-child) {
    margin-right: 20px;
  }
}
.nav-util-header .fsNavLevel1 li a {
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: "roboto", sans-serif;
  color: #464646;
}
@media (min-width: 1000px) {
  .nav-util-header .fsNavLevel1 li a {
    font-size: 0.75rem;
  }
}
@media (min-width: 1150px) {
  .nav-util-header .fsNavLevel1 li a {
    font-size: 0.8125rem;
  }
}
.nav-util-header .fsNavLevel1 li a:hover {
  color: #009448;
  text-decoration: none;
}
.nav-util-header .fsNavLevel1 li a:hover .fsNavPageInfo {
  opacity: 1;
  visibility: visible;
}
.nav-util-header .fsNavLevel1 .fsNavPageInfo {
  background: white;
  opacity: 0;
  padding: 8px 15px;
  visibility: hidden;
  position: absolute;
  top: auto;
  bottom: 2%;
  right: 0px;
  transition: 0.3s all;
  width: 200px;
  z-index: 99;
}
@media (min-width: 1000px) {
  .nav-util-header .fsNavLevel1 .fsNavPageInfo {
    top: 70%;
    bottom: auto;
  }
}
.nav-util-header .fsNavLevel1 .fsNavPageInfo .fsNavLevel2 li {
  display: block;
}
.nav-util-header .fsNavLevel1 .fsNavPageInfo .fsNavLevel2 li a {
  display: block;
  position: relative;
  padding: 6px 0;
  z-index: 999;
}
.nav-util-header .fsNavLevel1 .fsNavPageInfo .fsNavLevel2 li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-util-header .fsNavLevel1 .log-in:hover .fsNavPageInfo, .nav-util-header .fsNavLevel1 .quicklinks:hover .fsNavPageInfo {
  opacity: 1;
  visibility: visible;
}

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

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch > .fsElementContent {
    margin: 0 -10px;
  }
}
.fsConstituent.fsSearch label {
  display: block;
  margin-bottom: 1.1111111111em;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch label {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    padding: 0 10px;
  }
}
@media (min-width: 900px) {
  .fsConstituent.fsSearch label {
    width: 32.8333333333%;
  }
}
.fsConstituent.fsSearch input,
.fsConstituent.fsSearch select {
  display: block;
  width: 100%;
}
.fsConstituent.fsSearch [type*='submit'] {
  width: auto;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch [type*='submit'] {
    margin-left: 0.5555555556em;
  }
}
.fsConstituent.fsSearch .fsConstituentSearchButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 28px;
  background: #FFF;
  border: 1px solid #009448;
  font-size: 0.9375rem;
  line-height: 1;
  color: #009448;
  outline: 0;
  border-radius: 0;
  display: block;
  margin: 0 10px;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:hover {
  background: #009448;
  color: #FFF;
  text-decoration: none;
}
.fsConstituent .fsElementPagination {
  margin: 20px 0;
}

/*! elements - constituent profile */
.fsConstituentProfile {
  position: relative;
  min-height: 180px;
  clear: both;
}
.fsConstituentProfile .fsProfileImage {
  display: block;
  margin-bottom: 20px;
}
.fsConstituentProfile .fsFullName {
  color: #009448;
}
@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.1111111111em;
  font-size: 16px;
}
.fsProfileSection h4 {
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #333;
  margin: 0 0 .5em 0;
  padding: 0 0 .5em 0;
}
.fsProfileSection .fsProfileSectionData {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.fsProfileSection .fsProfileSectionData.fsTitle {
  font-weight: normal;
  font-size: 1em;
}

.fsProfileSectionSpecialData > div, .fsProfileSpecialFieldName > div {
  width: auto;
  float: none;
}
@media (min-width: 800px) {
  .fsProfileSectionSpecialData > div, .fsProfileSpecialFieldName > div {
    float: left;
  }
  .fsProfileSectionSpecialData > div:first-child, .fsProfileSpecialFieldName > div:first-child {
    width: 25%;
  }
  .fsProfileSectionSpecialData > div:last-child, .fsProfileSpecialFieldName > div:last-child {
    width: 75%;
  }
}

.fsProfileSectionFieldName,
.fsProfileSectionFieldValue {
  width: auto;
  float: none;
}

@media (min-width: 800px) {
  .fsProfileSectionFieldName {
    width: 25%;
    float: left;
  }
}

@media (min-width: 800px) {
  .fsProfileSectionFieldValue {
    width: 75%;
    float: left;
  }
}

@media (min-width: 800px) {
  .fsBiography .fsProfileSectionFieldName {
    font-weight: bold;
  }
  .fsBiography .fsProfileSectionFieldName,
  .fsBiography .fsProfileSectionFieldValue {
    float: none;
    width: 100%;
  }
}

.fsProfileSectionData.fsEmployedSince {
  width: 100% !important;
}

/*! elements - constituent default layout */
.fsDirectory {
  word-break: break-word;
  margin-bottom: 20px;
}
.fsDirectory .fsConstituentItem {
  font-size: 0.9375rem;
}
.fsDirectory .fsConstituentItem > h3, .fsDirectory .fsConstituentItem > div {
  margin-bottom: 10px;
  padding-top: 0;
}
.fsDirectory .fsConstituentItem > h3:last-child, .fsDirectory .fsConstituentItem > div:last-child {
  margin-bottom: 0;
}
.fsDirectory .fsConstituentItem > h3 {
  font-family: "roboto", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: inherit;
  line-height: 1;
}
.fsDirectory .fsConstituentItem > h3 a {
  color: inherit;
}
.fsDirectory .fsConstituentItem > h3 a:hover {
  color: #009448;
}
.fsDirectory .fsConstituentItem .fsEmail {
  line-height: 1;
}
.fsDirectory .fsConstituentItem .fsEmail strong {
  vertical-align: bottom;
}
.fsDirectory .fsConstituentItem .fsEmail > div {
  vertical-align: top;
}
.fsDirectory .fsConstituentItem .fsTitles {
  line-height: 1.5;
  margin-bottom: 5px;
}
.fsDirectory .fsConstituentItem .fsTitles strong {
  display: none;
}
.fsDirectory .fsConstituentItem .fsPhoto img {
  display: block;
  width: 100%;
}

.fsConstituentColumnLayout_1 .fsConstituentItem {
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid;
}

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

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

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

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #FFF;
  transition: .3s;
}
.fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  color: #009448;
  font-size: 24px;
  line-height: 35px;
  font-family: "FFKievitSlabWebProMedium", sans-serif;
  margin-bottom: 10px;
  margin-bottom: 2px;
  display: block;
  color: #009448;
  transition: .3s;
  border-top: 1px solid #dcdcdc;
  padding: 12px 0 6px;
  text-transform: none;
  position: relative;
}
.fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
  transition: none;
}
.fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
  background: #FFF;
  transition: .3s;
}
.fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
  color: #464646;
  transition: .3s;
}
.fsAccordion .fsPanel > .fsElementContent, .fsTabs .fsPanel > .fsElementContent {
  padding: 0 0 15px;
}
.fsAccordion .fsPanel > .fsElementContent p:last-child, .fsTabs .fsPanel > .fsElementContent p:last-child {
  margin: 0;
}
.fsAccordion .fsPanel:last-child, .fsTabs .fsPanel:last-child {
  border-bottom: 1px solid #dcdcdc;
}
.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #FFF;
}
.fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #009448;
}
.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: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "IcoMoon";
  font-size: 1.25rem;
  line-height: 1;
  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: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "IcoMoon";
  font-size: 1.25rem;
  line-height: 1;
  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: 10px;
}
.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: 20px;
}
.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: '';
}

.fsAccordion {
  margin-bottom: 20px;
}

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px;
}
.fsAthleticsEvent.fsList .fsAlertFeeds {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .fsAthleticsEvent.fsList .fsAlertFeeds {
    margin-bottom: 0;
  }
}
.fsAthleticsEvent.fsList .fsListItems article {
  margin-bottom: 20px;
  position: relative;
  position: relative;
  padding-left: 102px;
  min-height: 85px;
  padding-top: 0;
  border-bottom: 1px solid #dcdcdc;
  line-height: 1;
  padding-bottom: 20px;
  padding-top: 10px;
}
.fsAthleticsEvent.fsList .fsDateTime {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  margin-bottom: 5px;
}
.fsAthleticsEvent.fsList .fsDateTime:last-child {
  margin-bottom: 0;
}
.fsAthleticsEvent.fsList .fsDate {
  position: absolute;
  padding-top: 9px;
  top: 0px;
  left: 0;
  text-align: center;
  height: 85px;
  width: 75px;
  color: #000000;
  background: #FFF url("../images/calendar-shape.svg") no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1;
  font-family: "roboto", sans-serif;
}
.fsAthleticsEvent.fsList .fsDate > span {
  display: block;
}
.fsAthleticsEvent.fsList .fsDate > span.fsMonth {
  font-size: 0.625rem;
  line-height: 34px;
  font-weight: 500;
}
.fsAthleticsEvent.fsList .fsDate > span.fsDay {
  line-height: 40px;
}
.fsAthleticsEvent.fsList .fsTitle {
  display: inline-block;
  margin-bottom: 0;
  font-family: "FFKievitSlabWebProMedium", sans-serif;
  color: #009448;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  margin-bottom: 3px;
}
.fsAthleticsEvent.fsList .fsTitle > a {
  color: inherit;
}
.fsAthleticsEvent.fsList .fsTitle > a:hover {
  color: #000000;
}
.fsAthleticsEvent.fsList .fsElementEventIcon {
  margin-right: 10px;
}
.fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
  outline: 0;
}
.fsAthleticsEvent.fsList .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px;
}
.fsAthleticsEvent.fsList .fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 28px;
  background: #FFF;
  border: 1px solid #009448;
  font-size: 0.9375rem;
  line-height: 1;
  color: #009448;
  outline: 0;
  border-radius: 0;
  padding: 10px 20px;
}
.fsAthleticsEvent.fsList .fsLoadMoreButton:hover {
  background: #009448;
  color: #FFF;
  text-decoration: none;
}
.fsAthleticsEvent.fsList .fsAthleticsOpponents {
  display: inline;
}
.fsAthleticsEvent.fsList .fsAthleticsVs {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
.fsAthleticsEvent.fsList .fsAthleticsEventType {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
.fsAthleticsEvent.fsList .fsAthleticsLocations {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
.fsAthleticsEvent.fsList .fsAthleticsEventReadMoreLink {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
.fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
  display: inline;
}
.fsAthleticsEvent.fsList .fsAthleticsAdvantage {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
.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 #eee;
}
.fsAthleticsRosterList li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.fsAthleticsRosterList li > div {
  margin-bottom: 10px;
}
.fsAthleticsRosterList li > div:last-child {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px;
}

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _list.scss - src/sass/modules/calendar/list.scss - calendar list */
.fsCalendar {
  margin-bottom: 40px;
}
.fsCalendar > footer {
  margin-top: 20px;
}
.fsCalendar > footer a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 28px;
  background: #FFF;
  border: 1px solid #009448;
  font-size: 0.9375rem;
  line-height: 1;
  color: #009448;
  outline: 0;
  border-radius: 0;
  margin: 0;
  padding: 16px 20px;
}
.fsCalendar > footer a:hover {
  background: #009448;
  color: #FFF;
  text-decoration: none;
}
.fsCalendar > footer a:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: relative;
  top: -2px;
  margin-left: 9px;
  vertical-align: middle;
}
.fsCalendar > header > .fsElementTitle {
  font-size: 1.0625rem;
  border-bottom: 1px solid #dcdcdc;
}
.fsCalendar .fsElementControls {
  margin-bottom: 5px;
}
.fsCalendar article {
  position: relative;
  padding-left: 102px;
  min-height: 85px;
  padding-top: 0;
}
.fsCalendar article .fsElementEventColorIcon {
  width: 12px;
  height: 12px;
}
.fsCalendar .fsDate {
  position: absolute;
  padding-top: 9px;
  top: 0px;
  left: 0;
  text-align: center;
  height: 85px;
  width: 75px;
  color: #000000;
  background: #FFF url("../images/calendar-shape.svg") no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1;
  font-family: "roboto", sans-serif;
}
.fsCalendar .fsDate > span {
  display: block;
}
.fsCalendar .fsDate > span.fsMonth {
  font-size: 0.625rem;
  line-height: 34px;
  font-weight: 500;
}
.fsCalendar .fsDate > span.fsDay {
  line-height: 40px;
}
.fsCalendar .fsDayContainer:last-child article:last-child {
  margin-bottom: 0;
}
.fsCalendar article {
  border-bottom: 1px solid #dcdcdc;
  line-height: 1;
  padding-bottom: 20px;
  padding-top: 10px;
}
.fsCalendar .fsTitle {
  font-family: "FFKievitSlabWebProMedium", sans-serif;
  color: #009448;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  margin-bottom: 3px;
}
.fsCalendar .fsTitle > a {
  color: inherit;
}
.fsCalendar .fsTitle > a:hover {
  color: #000000;
}
.fsCalendar .fsEventDetails {
  color: #000000;
  font-family: "roboto", sans-serif;
}
.fsCalendar .fsTimeRange, .fsCalendar .fsAllDay {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  margin-bottom: 5px;
}
.fsCalendar .fsTimeRange:last-child, .fsCalendar .fsAllDay:last-child {
  margin-bottom: 0;
}
.fsCalendar .fsAllDay {
  text-transform: capitalize;
}
.fsCalendar .fsLocation {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0;
}
.fsCalendar .fsLoadMoreButton {
  margin-bottom: 0;
  margin-top: 20px;
}
.fsCalendar .fsReadMoreLink {
  display: inline-block;
  color: #009448;
  margin-top: 5px;
  font-size: 0.9375rem;
  line-height: 1.125rem;
}
.fsCalendar .fsReadMoreLink:hover {
  color: #000000;
}

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

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

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

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}
.scroll-up span {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 28px;
  background: #FFF;
  border: 1px solid #009448;
  font-size: 0.9375rem;
  line-height: 1;
  color: #009448;
  outline: 0;
  border-radius: 0;
  padding: 10px 20px;
}
.scroll-up span:hover {
  background: #009448;
  color: #FFF;
  text-decoration: none;
}
.scroll-up + .fsCalendarLegend {
  margin-top: 20px !important;
}
@media screen and (min-width: 800px) {
  .scroll-up {
    display: none;
  }
}

.fsElementEventColorIcon {
  display: inline-block;
}

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

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

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

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

.module {
  background: #009448;
}

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

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

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

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

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

/*! elements - login */
.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView, .fsAccount .fsLoginMainView, .fsAccount .fsLoginForgotView, .fsAccount .fsLoginNewView {
  zoom: 1;
}
.fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after, .fsAccount .fsLoginMainView:after, .fsAccount .fsLoginForgotView:after, .fsAccount .fsLoginNewView:after {
  display: table;
  clear: both;
  content: '';
}
.fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3, .fsAccount .fsLoginMainView h3, .fsAccount .fsLoginForgotView h3, .fsAccount .fsLoginNewView h3 {
  margin-bottom: 20px;
}
.fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span, .fsAccount .fsLoginMainView span, .fsAccount .fsLoginForgotView span, .fsAccount .fsLoginNewView span {
  margin-bottom: 2px;
}
.fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView button, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginForgotView button, .fsAccount .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginNewView button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 28px;
  background: #FFF;
  border: 1px solid #009448;
  font-size: 0.9375rem;
  line-height: 1;
  color: #009448;
  outline: 0;
  border-radius: 0;
}
.fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView button:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView button:hover, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover, .fsAccount .fsLoginForgotView button:hover, .fsAccount .fsLoginNewView .fsLoginSubmit:hover, .fsAccount .fsLoginNewView button:hover {
  background: #009448;
  color: #FFF;
  text-decoration: none;
}
.fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
  display: block;
}
.fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
  margin-bottom: 10px;
}
.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block;
}
.fsLogin .fsLoginForgotView .fsLoginForgotSubmit, .fsAccount .fsLoginForgotView .fsLoginForgotSubmit {
  margin-right: 10px;
}
.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px;
}
.fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
    overflow: hidden;
    border-radius: 5px;
  }
}
.fsLogin .fsLoginNewFields .fsLoginNewContinue, .fsAccount .fsLoginNewFields .fsLoginNewContinue {
  margin-right: 10px;
}

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px;
}
.fsAccount .fsAccountLinks {
  margin: 0;
}
.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px;
}
.fsAccount .fsAccountLogout a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 28px;
  background: #FFF;
  border: 1px solid #009448;
  font-size: 0.9375rem;
  line-height: 1;
  color: #009448;
  outline: 0;
  border-radius: 0;
}
.fsAccount .fsAccountLogout a:hover {
  background: #009448;
  color: #FFF;
  text-decoration: none;
}

.fsMediaCustomPlayer {
  background: none;
  position: relative;
}
.fsMediaCustomPlayer article {
  background-position: center;
  background-size: cover;
  outline: 0;
  position: relative;
}
.fsMediaCustomPlayer article img {
  opacity: 0;
  visibility: hidden;
  vertical-align: bottom;
  min-height: 300px;
}
@media (min-width: 700px) {
  .fsMediaCustomPlayer article img {
    min-height: 420px;
  }
}
@media (min-width: 1000px) {
  .fsMediaCustomPlayer article img {
    min-height: 1px;
  }
}
.fsMediaCustomPlayer .caption-wrapper {
  position: absolute;
  bottom: 5px;
  width: 100%;
  max-width: 1220px;
  margin: auto;
  left: 0;
  right: 0;
  color: #FFF;
  padding: 20px;
}
@media (min-width: 700px) {
  .fsMediaCustomPlayer .caption-wrapper {
    padding: 20px 35px;
    max-width: 1250px;
    bottom: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 1000px) {
  .fsMediaCustomPlayer .caption-wrapper {
    padding: 20px 30px;
    max-width: 1240px;
  }
}
.fsMediaCustomPlayer .caption-title {
  font-weight: 900;
  font-family: "roboto", sans-serif;
  line-height: 1.275;
  margin-bottom: 10px;
  font-size: 1.875rem;
  text-shadow: 0px 0px 70px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 700px) {
  .fsMediaCustomPlayer .caption-title {
    font-size: 2.8125rem;
    margin-bottom: 15px;
  }
}
.fsMediaCustomPlayer .caption-desc {
  font-weight: 300;
  font-family: "roboto", sans-serif;
  line-height: 1.6;
  font-size: 1.125rem;
  text-shadow: 0px 0px 70px rgba(0, 0, 0, 0.3);
}
@media (min-width: 700px) {
  .fsMediaCustomPlayer .caption-desc {
    font-size: 1.4375rem;
    line-height: 1.4;
  }
}
.fsMediaCustomPlayer .caption-desc p:last-child {
  margin-bottom: 0;
}
.fsMediaCustomPlayer .caption-desc:empty {
  display: none;
}
.fsMediaCustomPlayer .slick-next, .fsMediaCustomPlayer .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 2;
}
.fsMediaCustomPlayer .slick-next:before, .fsMediaCustomPlayer .slick-prev:before {
  color: #fff;
  display: block;
  font-size: 50px;
  font-weight: normal;
  height: 100%;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
}
.fsMediaCustomPlayer .slick-next {
  left: auto;
  right: 0;
}
.fsMediaCustomPlayer .slick-next:before {
  content: '\203A';
}
.fsMediaCustomPlayer .slick-prev {
  left: 0;
  right: auto;
}
.fsMediaCustomPlayer .slick-prev:before {
  content: '\2039';
}

/*! elements - news v0.0.1 */
.fsNews {
  margin-bottom: 40px;
}
.fsNews > footer {
  margin-top: 20px;
}
.fsNews > footer a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 28px;
  background: #FFF;
  border: 1px solid #009448;
  font-size: 0.9375rem;
  line-height: 1;
  color: #009448;
  outline: 0;
  border-radius: 0;
  margin: 0;
  padding: 16px 20px;
}
.fsNews > footer a:hover {
  background: #009448;
  color: #FFF;
  text-decoration: none;
}
.fsNews > footer a:after {
  position: relative;
  top: -2px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-left: 9px;
  vertical-align: middle;
}
.fsNews > header > .fsElementTitle {
  font-size: 1.0625rem;
  border-bottom: 1px solid #dcdcdc;
}
.fsNews .fsAlertFeeds {
  margin-bottom: 5px;
}
.fsNews article {
  background-repeat: no-repeat;
  line-height: 1;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 15px;
}
.fsNews .fsThumbnail {
  display: block;
  margin-bottom: 13px;
}
.fsNews .fsThumbnail img {
  display: block;
}
.fsNews .fsThumbnail .fsCroppedImage {
  vertical-align: bottom;
}
.fsNews .fsTitle {
  font-family: "FFKievitSlabWebProMedium", sans-serif;
  color: #009448;
  font-size: 1.0625rem;
  line-height: 1.25rem;
  margin-bottom: 3px;
}
.fsNews .fsTitle > a {
  color: inherit;
}
.fsNews .fsTitle > a:hover {
  color: #000000;
}
.fsNews .fsReadMoreLink {
  display: inline-block;
  color: #009448;
  margin-top: 5px;
  font-size: 0.9375rem;
  line-height: 1.125rem;
}
.fsNews .fsReadMoreLink:hover {
  color: #000000;
}
.fsNews .fsSummary, .fsNews .fsAuthor, .fsNews .fsDateTime {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: #000000;
  font-family: "roboto", sans-serif;
}
.fsNews .fsSummary p:last-child, .fsNews .fsAuthor p:last-child, .fsNews .fsDateTime p:last-child {
  margin: 0;
}
.fsNews .fsBody ul li:before {
  top: 0 !important;
}

.fsNews.fsGrid .fsListItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px;
}
.fsNews.fsGrid article {
  background-repeat: no-repeat;
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%;
  border: 0;
}
@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;
  }
}

.fsNews.fsSlideshow article {
  border: 0;
  padding-bottom: 1em;
}

/*! _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 {
  border: 1px solid #dcdcdc;
  border-radius: 30px;
  background: #FFF;
  position: absolute;
  right: -12px;
  top: -5px;
  transition: 0.3s width, 0.1s opacity, 0.1s visibility;
  visibility: hidden;
  opacity: 0;
  width: 50px;
  z-index: 500;
}
@media (min-width: 1150px) {
  .fsSearch.site-search {
    top: 1px;
  }
}
.fsSearch.site-search form.gsc-search-box-tools {
  width: 100%;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0;
  float: left;
  width: calc(100% - 35px);
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
  border: 0;
  height: 100%;
  background: transparent;
  box-shadow: none !important;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
  background: #FFF !important;
  background-image: none !important;
  width: 100%;
  height: 29px !important;
  color: #464646;
  padding-left: 15px !important;
  padding-right: 0px !important;
  margin: 0 !important;
  font-size: 0.9375rem;
  font-family: "roboto", sans-serif;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 29px;
  width: 35px;
  background: transparent;
  position: relative;
  transition: .3s;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  float: right;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: "";
  color: #464646;
  font-family: "IcoMoon";
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 29px;
  font-size: 0.9375rem;
}
@media (min-width: 1000px) {
  .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
    color: #009448;
  }
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: transparent;
  transition: .3s;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search) {
  margin-bottom: 20px;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
  border: 0;
  height: 100%;
  border: solid 1px #464646;
}
.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: 29px !important;
  color: #464646;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 0.9375rem;
  font-family: "roboto", sans-serif;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 29px;
  width: 35px;
  background: #464646;
  position: relative;
  transition: .3s;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: "";
  color: #009448;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 29px;
  font-size: 0.9375rem;
  font-family: "IcoMoon";
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: transparent;
  transition: .3s;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */
.fsSearchResults form.gsc-search-box-tools, .fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px;
}
.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "roboto", sans-serif;
  font-size: 0.9375rem;
}
.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: #464646;
}
.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: #000000;
}
.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;
  line-height: 1.4em;
}
.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: #36c !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: #039 !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: 18px;
}
.fsSearchResults .gsc-results .gsc-cursor-box, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0;
}

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

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

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

.fsFacebookFollow {
  margin-top: 20px;
}

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

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

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

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

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 28px;
  background: #FFF;
  border: 1px solid #009448;
  font-size: 0.9375rem;
  line-height: 1;
  color: #009448;
  outline: 0;
  border-radius: 0;
}
.vimeo_view_link a:hover {
  background: #009448;
  color: #FFF;
  text-decoration: none;
}

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

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

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

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 28px;
  background: #FFF;
  border: 1px solid #009448;
  font-size: 0.9375rem;
  line-height: 1;
  color: #009448;
  outline: 0;
  border-radius: 0;
}
.Youtube_view_link a:hover {
  background: #009448;
  color: #FFF;
  text-decoration: none;
}

/*! 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;
    border-bottom: 1px solid #dcdcdc;
  }
}
.fsTabs .fsTabsNav li {
  margin-right: 0;
  border: 1px solid #dcdcdc;
  vertical-align: bottom;
  position: relative;
  bottom: -1px;
}
.fsTabs .fsTabsNav li:not(:last-child) {
  border-right: 0;
}
.fsTabs .fsTabsNav li a {
  display: block;
  transition: 0.3s color;
  font-size: 0.9375rem;
  padding: 6px 30px;
  background: #FFF;
  color: #009448;
}
.fsTabs .fsTabsNav li a:hover {
  background: #FFF;
  color: #464646;
}
.fsTabs .fsTabsNav li.fsStateSelected {
  border-bottom-color: #FFF;
}
.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #FFF;
  color: #009448;
}
.fsTabs .fsPanel {
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
.fsTabs .fsPanel > .fsElementContent {
  padding: 20px;
}

.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 */
body:not(.fsComposeMode).home .home-slider > header {
  display: none;
}

.home #fsPageBodyWrapper {
  padding: 0;
}
.home #fsPageBody {
  max-width: 100%;
}
.home #fsPageContent {
  margin: 0;
}
.home .fsPageLayout {
  margin: 0;
}
.home .fsPageLayout > .fsDiv {
  margin: 0;
  padding: 0;
}
.home .fsPageLayout:after {
  content: normal;
}
.home .slider-container {
  position: relative;
}
.home .slider-container .callout-buttons {
  padding: 40px 20px;
}
@media (min-width: 700px) {
  .home .slider-container .callout-buttons {
    padding: 0;
    position: absolute;
    bottom: 60px;
    left: 35px;
    right: 35px;
    width: calc(100% - 70px);
    max-width: 1180px;
    margin: auto;
  }
}
.home .slider-container .callout-buttons > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.home .slider-container .callout-buttons > .fsElementContent > * {
  width: 100%;
}
@media (min-width: 700px) {
  .home .slider-container .callout-buttons > .fsElementContent > * {
    width: 31%;
  }
  .home .slider-container .callout-buttons > .fsElementContent > *:nth-child(2) {
    margin-left: 2%;
    margin-right: 2%;
  }
}
.home .slider-container .callout-buttons > .fsElementContent a {
  display: block;
  margin: 0 auto;
  font-family: "roboto", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 1rem;
  padding: 5px 0;
  color: #464646;
  line-height: 1.938;
  border: 2px solid #009448;
  width: 100%;
  max-width: 400px;
}
@media (min-width: 700px) {
  .home .slider-container .callout-buttons > .fsElementContent a {
    text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.3);
    color: #FFF;
  }
}
.home .slider-container .callout-buttons > .fsElementContent a:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-left: 13px;
  vertical-align: middle;
}
.home .slider-container .callout-buttons > .fsElementContent a:hover {
  background: #009448;
  text-decoration: none;
}
.home .slider-container .callout-buttons > .fsElementContent a:not(:nth-child(3)) {
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .home .slider-container .callout-buttons > .fsElementContent a:not(:nth-child(3)) {
    margin-right: 35px;
    margin-bottom: 0;
  }
}
.home .slider-container .home-slider {
  position: relative;
}
@keyframes bouncing {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.home .slider-container .home-slider .down-arrow {
  position: absolute;
  cursor: pointer;
  left: 0;
  right: 0;
  width: 18px;
  margin: 0 auto;
  bottom: 30px;
  line-height: 1;
  color: #FFF;
  z-index: 500;
  animation: 1.3s bouncing infinite cubic-bezier(0.2, 0.2, 0.5, 1.25) both;
}
@media (min-width: 700px) {
  .home .slider-container .home-slider .down-arrow {
    display: none;
  }
}
.home .slider-container .home-slider .down-arrow:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.home .slider-container .home-slider article img {
  min-height: 492px;
}
@media (min-width: 700px) {
  .home .slider-container .home-slider article img {
    min-height: 620px;
  }
}
@media (min-width: 1000px) {
  .home .slider-container .home-slider article img {
    min-height: 560px;
  }
}
.home .slider-container .home-slider article .caption-wrapper {
  bottom: 83px;
  top: auto;
  -ms-transform: none;
  transform: none;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
@media (min-width: 700px) {
  .home .slider-container .home-slider article .caption-wrapper {
    text-align: left;
    bottom: 50%;
  }
}
.home .slider-container .home-slider article .caption-title {
  margin-bottom: 5px;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
@media (min-width: 700px) {
  .home .slider-container .home-slider article .caption-title {
    font-size: 4rem;
  }
}
.home .slider-container .home-slider article .caption-desc {
  font-size: 1rem;
}
@media (min-width: 700px) {
  .home .slider-container .home-slider article .caption-desc {
    font-size: 1.4375rem;
  }
}
.home .slider-container .home-slider article:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 999px) {
  .home .education {
    background: none !important;
  }
}
@media (min-width: 1000px) {
  .home .education {
    padding: 130px 30px 135px;
    background-size: cover;
    background-position: center;
  }
}
@media (min-width: 1150px) {
  .home .education {
    padding: 140px 30px;
  }
}
.home .education > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.5555555556em;
  max-width: 73.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .home .education > .fsElementContent {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.home .education .fact-list {
  background: #FFF;
  padding: 10px 20px 20px;
}
@media (min-width: 700px) {
  .home .education .fact-list {
    padding: 15px 35px 30px;
  }
}
@media (min-width: 1000px) {
  .home .education .fact-list {
    -ms-flex: 0 1 450px;
    flex: 0 1 450px;
    padding: 45px 25px 35px;
  }
}
@media (min-width: 1150px) {
  .home .education .fact-list {
    -ms-flex: 0 1 558px;
    flex: 0 1 558px;
    padding: 55px 30px 45px;
  }
}
.home .education .fact-list > header > .fsElementTitle {
  background: #009448;
  color: #FFF;
  margin: 0 -20px;
  padding: 30px 20px;
  font-size: 2.25rem;
  text-align: center;
  line-height: 1.444;
}
@media (min-width: 700px) {
  .home .education .fact-list > header > .fsElementTitle {
    margin: 0 -35px;
  }
}
@media (min-width: 1000px) {
  .home .education .fact-list > header > .fsElementTitle {
    text-align: left;
    padding: 0 20px;
    margin: 0 0 15px;
    font-size: 3.375rem;
    background: transparent;
    color: #b4b4b4;
  }
}
@media (min-width: 1150px) {
  .home .education .fact-list > header > .fsElementTitle {
    padding: 0 30px;
    margin-bottom: 10px;
  }
}
.home .education .fact-list > header:after {
  content: '';
  display: block;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #009448;
  margin: auto;
  max-width: 40px;
}
@media (min-width: 1000px) {
  .home .education .fact-list > header:after {
    content: normal;
  }
}
.home .education .fact-list > .fsElementContent p:last-child {
  margin: 0;
}
.home .education .fact-list .fact {
  padding: 30px 0px;
  text-align: center;
}
.home .education .fact-list .fact:not(:first-child) {
  border-top: 1px solid #dcdcdc;
}
@media (min-width: 700px) {
  .home .education .fact-list .fact {
    padding: 40px 0;
  }
}
@media (min-width: 1000px) {
  .home .education .fact-list .fact {
    text-align: left;
    padding: 10px 15px 20px;
    border-top: 1px solid #dcdcdc;
  }
}
@media (min-width: 1150px) {
  .home .education .fact-list .fact {
    padding: 20px 30px;
  }
}
.home .education .fact-list .fact:hover > .fsElementContent {
  color: #009448;
}
.home .education .fact-list .fact:hover > .fsElementContent p:last-child:after {
  color: #009448;
}
.home .education .fact-list .fact > .fsElementContent {
  font-size: 1.125rem;
  color: #464646;
  line-height: 1.889;
  transition: 0.3s color;
}
.home .education .fact-list .fact > .fsElementContent h2 {
  letter-spacing: 0;
  line-height: 1.75;
  margin: 0;
}
.home .education .fact-list .fact > .fsElementContent a {
  margin-top: 0;
  font-weight: normal;
  color: #009448;
  font-size: 24px;
  line-height: 35px;
  font-family: "FFKievitSlabWebProMedium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 0;
  text-transform: none;
}
.home .education .fact-list .fact > .fsElementContent a:hover {
  text-decoration: none;
}
@media (min-width: 700px) {
  .home .education .fact-list .fact > .fsElementContent {
    max-width: 525px;
    margin: 0 auto;
  }
  .home .education .fact-list .fact > .fsElementContent p:last-child:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    margin-left: 13px;
    vertical-align: middle;
  }
}
@media (min-width: 1000px) {
  .home .education .fact-list .fact > .fsElementContent {
    max-width: 100%;
  }
}
.home .education .funfact {
  background: #009448;
  text-align: center;
  padding: 30px 20px;
}
@media (min-width: 700px) {
  .home .education .funfact {
    padding: 52px 35px;
  }
  .home .education .funfact > .fsElementContent {
    margin: 0 auto;
    max-width: 500px;
  }
}
@media (min-width: 1000px) {
  .home .education .funfact {
    padding: 20px 30px;
    -ms-flex: 0 1 285px;
    flex: 0 1 285px;
    text-align: left;
  }
  .home .education .funfact > .fsElementContent {
    max-width: 100%;
  }
}
@media (min-width: 1150px) {
  .home .education .funfact {
    padding: 30px 40px;
    -ms-flex: 0 1 354px;
    flex: 0 1 354px;
  }
}
.home .education .funfact > .fsElementContent {
  font-size: 1.4375rem;
  color: #FFF;
  line-height: 1.652;
  font-family: "FFKievitSlabWebProLight", sans-serif;
}
.home .education .funfact p:last-child {
  margin: 0;
}
.home .news-events {
  padding: 60px 20px;
}
@media (min-width: 700px) {
  .home .news-events {
    padding: 80px 35px 120px;
  }
}
@media (min-width: 1000px) {
  .home .news-events {
    padding: 100px 30px 120px;
  }
}
.home .news-events > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.5555555556em;
  max-width: 73.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .home .news-events > .fsElementContent {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.home .news-events .fsCalendar {
  margin: 0;
}
@media (min-width: 1150px) {
  .home .news-events .fsCalendar {
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    max-width: calc(33.33% - 40px);
  }
}
.home .news-events .fsCalendar > footer {
  margin-top: 30px;
}
.home .news-events .fsCalendar > footer a {
  margin: 0 10px 0 0;
}
.home .news-events .fsCalendar .fsDayContainer:first-child article:first-child {
  border-top: 1px solid #dcdcdc;
}
.home .news-events .fsCalendar article {
  padding-top: 30px;
  margin: 0;
  min-height: 147px;
}
.home .news-events .fsCalendar article .fsDate {
  top: 30px;
}
.home .news-events .fsNews {
  margin: 0 0 60px 0;
}
@media (min-width: 700px) {
  .home .news-events .fsNews {
    margin-bottom: 80px;
    padding: 0 40px;
  }
}
@media (min-width: 1000px) {
  .home .news-events .fsNews {
    margin: 0 60px 0 0;
    padding: 0;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
  }
}
.home .news-events .fsNews > .fsElementContent {
  height: 100%;
}
.home .news-events .fsNews > .fsElementContent .fsListItems {
  overflow: hidden;
  height: 100%;
}
.home .news-events .fsNews > .fsElementContent .fsListItems article {
  border: 0;
  margin: 0 0 20px 0;
  padding: 0;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 520px;
}
.home .news-events .fsNews > .fsElementContent .fsListItems article:after {
  content: normal;
}
.home .news-events .fsNews > .fsElementContent .fsListItems article:nth-child(1) {
  margin-bottom: 40px;
}
@media (min-width: 700px) {
  .home .news-events .fsNews > .fsElementContent .fsListItems article {
    width: calc(50% - 25px);
    min-height: 1px;
    max-height: 250px;
    height: 250px;
    float: left;
  }
  .home .news-events .fsNews > .fsElementContent .fsListItems article:nth-child(1) {
    margin-bottom: 0;
    margin-right: 50px;
  }
}
@media (min-width: 1000px) {
  .home .news-events .fsNews > .fsElementContent .fsListItems article {
    width: calc(50% - 30px);
  }
  .home .news-events .fsNews > .fsElementContent .fsListItems article:nth-child(1) {
    margin-right: 60px;
  }
}
.home .news-events .fsNews > .fsElementContent .fsListItems article .inner-wrap {
  width: 100%;
  background: rgba(255, 255, 255, 0.878);
  padding: 10px 15px;
  overflow: hidden;
  transition: 0.3s background;
}
.home .news-events .fsNews > .fsElementContent .fsListItems article .inner-wrap:hover {
  background: #009448;
}
.home .news-events .fsNews > .fsElementContent .fsListItems article .inner-wrap:hover a {
  color: #fff;
}
.home .news-events .fsNews > .fsElementContent .fsListItems article .inner-wrap:hover .fsTitle, .home .news-events .fsNews > .fsElementContent .fsListItems article .inner-wrap:hover .fsSummary {
  color: #FFF;
}
.home .news-events .fsNews > .fsElementContent .fsListItems article .inner-wrap .fsTitle {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.home .news-events .fsNews > .fsElementContent .fsListItems article .inner-wrap .fsTitle > a:hover {
  color: #FFF;
}
.home .news-events .fsNews > .fsElementContent .fsListItems article .inner-wrap .fsSummary {
  font-size: 1.125rem;
  transition: 0.3s color;
  line-height: 1.889;
  color: #464646;
}
.home .infographic {
  padding: 0 20px;
}
@media (min-width: 700px) {
  .home .infographic {
    padding: 50px 35px 10px;
  }
}
@media (min-width: 1000px) {
  .home .infographic {
    padding: 70px 5px;
  }
}
@media (min-width: 1150px) {
  .home .infographic {
    padding: 70px 20px;
  }
}
.home .infographic > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.5555555556em;
  max-width: 73.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 1000px) {
  .home .infographic > .fsElementContent {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.home .infographic .stat {
  border-top: 1px solid #dcdcdc;
  padding: 40px 0px;
}
@media (min-width: 700px) {
  .home .infographic .stat {
    padding: 75px 40px 40px;
    border: 0;
  }
  .home .infographic .stat:not(:last-child) {
    border-bottom: 1px solid #dcdcdc;
  }
}
@media (min-width: 1000px) {
  .home .infographic .stat {
    padding: 75px 30px 40px;
  }
  .home .infographic .stat:not(:last-child) {
    border-bottom: 0;
    border-right: 1px solid #dcdcdc;
  }
}
@media (min-width: 1150px) {
  .home .infographic .stat {
    padding: 75px 40px 40px;
  }
}
@media (min-width: 700px) {
  .home .infographic .stat.faculty {
    padding-top: 30px;
  }
}
@media (min-width: 1000px) {
  .home .infographic .stat.faculty {
    padding-top: 65px;
  }
}
@media (min-width: 1150px) {
  .home .infographic .stat.faculty {
    padding-top: 70px;
  }
}
.home .infographic .stat.faculty:before {
  background: url("../images/OurFaculty.svg") no-repeat top center;
  width: 326px;
  height: 127px;
  margin: 0 auto 15px;
}
@media (min-width: 700px) {
  .home .infographic .stat.faculty:before {
    margin-bottom: 35px;
  }
}
@media (min-width: 1000px) {
  .home .infographic .stat.faculty:before {
    margin-bottom: 80px;
    width: 276px;
    height: 107px;
  }
}
@media (min-width: 1150px) {
  .home .infographic .stat.faculty:before {
    width: 326px;
    height: 127px;
  }
}
.home .infographic .stat.opportunities {
  padding-top: 10px;
}
@media (min-width: 700px) {
  .home .infographic .stat.opportunities {
    padding-top: 25px;
  }
}
@media (min-width: 1000px) {
  .home .infographic .stat.opportunities {
    padding-top: 40px;
  }
}
.home .infographic .stat.opportunities:before {
  background: url("../images/EducationalOpportunities&Partnerships.svg") no-repeat top center;
  background-size: cover;
  width: 280px;
  height: 190px;
  margin: 0 auto 11px;
}
@media (min-width: 700px) {
  .home .infographic .stat.opportunities:before {
    width: 250px;
    height: 170px;
  }
}
@media (min-width: 1000px) {
  .home .infographic .stat.opportunities:before {
    margin-bottom: 7px;
  }
}
@media (min-width: 1150px) {
  .home .infographic .stat.opportunities:before {
    width: 310px;
    height: 190px;
    margin-bottom: 12px;
  }
}
@media (min-width: 700px) {
  .home .infographic .stat.ideas {
    padding-top: 50px;
  }
}
@media (min-width: 1000px) {
  .home .infographic .stat.ideas {
    padding-top: 30px;
  }
}
.home .infographic .stat.ideas:before {
  background: url("../images/BoldMindsBoldFutures.svg") no-repeat top center;
  width: 185px;
  height: 209px;
  margin: 0 auto 22px;
}
@media (min-width: 700px) {
  .home .infographic .stat.ideas:before {
    width: 157px;
    height: 178px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1000px) {
  .home .infographic .stat.ideas:before {
    margin-bottom: 27px;
  }
}
@media (min-width: 1150px) {
  .home .infographic .stat.ideas:before {
    margin-bottom: 22px;
    width: 185px;
    height: 209px;
  }
}
.home .infographic .stat:before {
  display: block;
  max-width: 100%;
  line-height: 1;
  content: '';
}
.home .infographic .stat > .fsElementContent h2 {
  margin-top: 0;
  font-weight: normal;
  color: #009448;
  font-size: 24px;
  line-height: 35px;
  font-family: "FFKievitSlabWebProMedium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  margin: 0 0 15px;
}
.home .infographic .stat > .fsElementContent h2 a {
  text-decoration: none;
}
.home .infographic .stat > .fsElementContent h2 a:hover {
  color: #000;
}
.home .infographic .stat > .fsElementContent p:last-child {
  margin: 0;
}

.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: #039;
}
.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: #36c;
}

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

.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: #36c;
}
.portal #fsBannerLeft .fsCalendar.fsList .fsDate span {
  display: inline;
}
.portal #fsBannerLeft .fsCalendar.fsList .fsDescription p {
  margin-bottom: 2px;
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) #fsPageBody {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .portal:not(.fsComposeMode) #fsBannerLeft {
    -ms-flex-order: 2;
    order: 2;
  }
  .portal:not(.fsComposeMode) #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
  }
}
.portal:not(.fsComposeMode) .portal-hero {
  height: 310px;
  position: relative;
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-hero {
    height: 200px;
  }
}
.portal:not(.fsComposeMode) .portal-hero header {
  position: relative;
  margin: 0 auto;
  max-width: 65.5555555556em;
  max-width: 73.75rem;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
  position: absolute;
  right: 0;
  bottom: 40px;
  margin-bottom: 0px;
  text-align: right;
  color: #fff;
  font-family: "roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 62px;
}
@media (max-width: 1200px) {
  .portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
    padding: 0 20px;
  }
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
    font-size: 42px;
    left: 0;
    text-align: center;
  }
}
.portal:not(.fsComposeMode) #fsPageBodyWrapper header h2.fsElementTitle {
  font-family: "roboto", sans-serif;
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
  color: #162f50;
}
.portal:not(.fsComposeMode) #fsPageBodyWrapper .portal-rsrc > .fsElementContent > .fsElement {
  margin-bottom: 30px;
}
.portal:not(.fsComposeMode) #fsPageBodyWrapper .portal-rsrc > .fsElementContent > .fsElement > header h2.fsElementTitle {
  font-family: "roboto", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #464646;
  text-transform: none;
}
.portal:not(.fsComposeMode) .portal-news {
  position: relative;
}
.portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent {
    position: absolute;
    right: 0;
    top: 10px;
    margin-bottom: 0px;
  }
}
.portal:not(.fsComposeMode) .portal-news a.fsThumbnail {
  width: 300px;
  height: 240px;
  margin-right: 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 599px) {
  .portal:not(.fsComposeMode) .portal-news a.fsThumbnail {
    display: block;
    float: none;
  }
}
.portal:not(.fsComposeMode) .portal-news a.fsThumbnail img {
  display: none;
}
.portal:not(.fsComposeMode) .portal-news .fsTitle a.fsNewsPostLink {
  font-family: "roboto", 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: #039;
}
.portal:not(.fsComposeMode) .portal-news .fsDateTime {
  font-family: "roboto", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #464646;
}
.portal:not(.fsComposeMode) .portal-news .fsSummary {
  font-size: 18px;
  color: #464646;
  line-height: 34px;
}
.portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink {
  display: inline-block;
  font-family: "roboto", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  background: #c83eab;
  padding: 8px 15px;
}
.portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink:hover {
  background: #149bc7;
}
.portal:not(.fsComposeMode) .portal-news article {
  max-width: 100%;
  border: 0px;
}
@media (max-width: 480px) {
  .portal:not(.fsComposeMode) .portal-news article {
    padding: 0px !important;
  }
}
.portal:not(.fsComposeMode) .portal-cal {
  margin-bottom: 55px;
  position: relative;
}
@media (min-width: 600px) {
  .portal:not(.fsComposeMode) .portal-cal .fsElementControls {
    position: absolute;
    right: 0;
    top: 12px;
  }
}
.portal:not(.fsComposeMode) .portal-cal > .fsElementContent > .fsListItems {
  border: 1px solid #ebebeb;
  padding: 40px 15px 20px;
}
.portal:not(.fsComposeMode) .portal-cal .fsDayContainer {
  display: inline;
}
.portal:not(.fsComposeMode) .portal-cal article {
  width: 25%;
  display: inline-block;
  margin-left: -2px;
  margin-right: -2px;
  padding-left: 0px;
  text-align: center;
  padding: 0 10px;
  vertical-align: top;
  border: 0;
}
@media (max-width: 599px) {
  .portal:not(.fsComposeMode) .portal-cal article {
    width: 100%;
    margin-bottom: 40px;
  }
}
.portal:not(.fsComposeMode) .portal-cal article .fsDate {
  position: relative;
  top: initial;
  width: 135px;
  height: 135px;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  background: #149bc7;
  color: #fff;
  padding-top: 22px;
  margin-bottom: 30px;
}
.portal:not(.fsComposeMode) .portal-cal article .fsDate .fsDay {
  font-family: "FFKievitSlabWebProMedium", sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1em;
  display: block;
}
.portal:not(.fsComposeMode) .portal-cal article .fsDate .fsMonth {
  text-transform: uppercase;
  font-family: "FFKievitSlabWebProMedium", sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: block;
}
.portal:not(.fsComposeMode) .portal-cal article .fsTitle {
  font-family: "FFKievitSlabWebProMedium", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #162f50;
  line-height: 1em;
  margin-bottom: 5px;
}
.portal:not(.fsComposeMode) .portal-cal article .fsTitle a.fsCalendarEventLink {
  color: #162f50;
}
.portal:not(.fsComposeMode) .portal-cal article .fsTitle a.fsCalendarEventLink:hover {
  color: #039;
}
.portal:not(.fsComposeMode) .portal-cal article .fsEventDetails {
  font-family: "FFKievitSlabWebProMedium", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #424242;
}
.portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsTimeRange:before,
.portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsAllDay:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: 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: "roboto", sans-serif;
  font-size: 18px;
  color: #36c;
  display: block;
}
.portal:not(.fsComposeMode) .portal-directory-search form label > span {
  display: inline-block;
  min-width: 100px;
  text-align: right;
}
.portal:not(.fsComposeMode) .portal-directory-search form label > input,
.portal:not(.fsComposeMode) .portal-directory-search form label > select {
  display: inline-block;
  max-width: 190px;
  height: 30px;
  padding: 2px;
  margin-left: 10px;
}
.portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton {
  font-family: "roboto", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  background: #c83eab;
  padding: 8px 15px;
  min-width: 190px;
  margin-left: 125px;
  transition: background 0.15s linear;
}
.portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton:hover {
  background: #149bc7;
}
.portal:not(.fsComposeMode) .portal-directory .fsElementPagination {
  text-align: center;
}
.portal:not(.fsComposeMode) .portal-directory .fsConstituentColumnLayout_3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentColumnLayout_3 {
    max-width: 600px;
    margin: 0 auto;
  }
}
.portal:not(.fsComposeMode) .portal-directory .fsPhoto {
  width: 280px;
  height: 215px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 15px !important;
}
.portal:not(.fsComposeMode) .portal-directory .fsPhoto img {
  display: none;
}
.portal:not(.fsComposeMode) .portal-directory .fsConstituentItem {
  background: none;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #36c;
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem {
    max-width: 280px;
    display: block;
    float: none;
  }
}
@media (max-width: 599px) {
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem {
    margin: 0 auto;
  }
}
.portal:not(.fsComposeMode) .portal-directory .fsConstituentItem strong {
  font-weight: 600;
}
.portal:not(.fsComposeMode) .portal-directory .fsConstituentItem > div {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
}
.portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsFullName {
  font-family: "roboto", 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: #039;
}
.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.5555555556em;
  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: #009448;
}
.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel2 > li > a {
  padding: 0.5555555556em 1.1111111111em;
  display: block;
}
.portal:not(.fsComposeMode) .portal-sub-nav > header {
  display: block;
}
@media (min-width: 800px) {
  .portal:not(.fsComposeMode) .portal-sub-nav > header {
    display: none;
  }
}
@media (min-width: 800px) {
  .portal:not(.fsComposeMode) .portal-sub-nav > header {
    display: block;
  }
}
.portal:not(.fsComposeMode) .portal-sub-nav > header a {
  font-family: "roboto", sans-serif;
  font-weight: 600;
  font-size: 18px;
  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: #009448;
  color: #fff;
  font-family: "roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 800px) {
  .portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle {
    cursor: default;
  }
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle:after {
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 8px;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}
@media (max-width: 799px) {
  .portal-sub-nav.active-nav > header > .fsElementTitle:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}
.portal:not(.fsComposeMode) .portal-sub-mobile {
  display: block;
  max-height: 40px;
  overflow: hidden;
  height: 40px;
  transition: max-height 0.15s linear;
  padding: 0px 20px 20px;
  background: #4c4c4c;
}
.portal:not(.fsComposeMode) .portal-sub-mobile a {
  color: #fff !important;
}
.portal:not(.fsComposeMode) .portal-sub-mobile header,
.portal:not(.fsComposeMode) .portal-sub-mobile > .fsElementContent {
  max-width: 480px;
  margin: 0 auto;
  display: block !important;
}
@media (min-width: 800px) {
  .portal:not(.fsComposeMode) .portal-sub-mobile {
    display: none;
  }
}
.portal:not(.fsComposeMode) .portal-sub-mobile.active {
  height: auto;
  max-height: 900px;
}
.portal:not(.fsComposeMode) .portal-sub-mobile .fsNavLevel1 > li > a {
  border-bottom: 1px solid #b7b7b7;
}
.portal:not(.fsComposeMode) .portal-sub-mobile .sub-trigger {
  height: 40px;
  font-weight: 600;
  font-size: 18px;
  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: 18px;
  max-width: 100%;
  border: 0px;
}
@media (min-width: 600px) {
  .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article {
    padding-left: 30px;
  }
  .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
.portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article .fsTitle > a {
  font-family: "roboto", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #162f50;
}
.portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article .fsTitle > a:hover {
  color: #039;
}
.portal:not(.fsComposeMode) .portal-photos {
  background: #d0d6dc;
  text-align: center;
  padding: 30px 0 55px;
}
.portal:not(.fsComposeMode) .portal-photos header h2.fsElementTitle {
  font-family: "roboto", 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%;
  }
}

.athletics .fsPageLayout > .fsDiv {
  border-top: 1px solid #dcdcdc;
  padding-top: 30px;
}
@media screen and (min-width: 800px) {
  .athletics .fsPageLayout > .fsDiv {
    margin: 0 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 800px) {
  .athletics .fsPageLayout > .fsTwoColumnLayout .fsDiv {
    width: 100%;
    float: none;
  }
}
@media screen and (min-width: 1000px) {
  .athletics .fsPageLayout > .fsTwoColumnLayout .fsDiv {
    float: left;
  }
  .athletics .fsPageLayout > .fsTwoColumnLayout .fsDiv:nth-child(1) {
    width: 66.67%;
  }
  .athletics .fsPageLayout > .fsTwoColumnLayout .fsDiv:nth-child(2) {
    width: 33.33%;
  }
}

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.2222222222em;
  padding: 0;
  list-style: none;
}
.colors ol:after {
  display: table;
  clear: both;
  content: '';
}
.colors ol li {
  position: relative;
  float: left;
  margin-bottom: 2em;
  height: 4em;
  width: 80%;
}
@media (min-width: 600px) {
  .colors ol li {
    width: 40%;
  }
}
@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
    width: 20%;
  }
}
.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}
.colors ol li:nth-of-type(1) {
  background: #009448;
  color: #009448;
}
.colors ol li:nth-of-type(1):after {
  content: "#009448";
}
.colors ol li:nth-of-type(2) {
  background: #000000;
  color: #000000;
}
.colors ol li:nth-of-type(2):after {
  content: "#000000";
}
.colors ol li:nth-of-type(3) {
  background: #464646;
  color: #464646;
}
.colors ol li:nth-of-type(3):after {
  content: "#464646";
}
.colors ol li:nth-of-type(4) {
  background: #8c8c8c;
  color: #8c8c8c;
}
.colors ol li:nth-of-type(4):after {
  content: "#8c8c8c";
}
.colors ol li:nth-of-type(5) {
  background: #dcdcdc;
  color: #dcdcdc;
}
.colors ol li:nth-of-type(5):after {
  content: "#dcdcdc";
}

.fonts ol {
  zoom: 1;
  margin-bottom: 2.2222222222em;
  padding: 0;
  list-style: none;
}
.fonts ol:after {
  display: table;
  clear: both;
  content: '';
}
.fonts ol li {
  margin-bottom: 0.2777777778em;
  padding: 0.2777777778em;
}
.fonts ol li:nth-of-type(1) {
  font-family: "roboto", sans-serif;
}
.fonts ol li:nth-of-type(1):after {
  content: "roboto, sans-serif";
}
.fonts ol li:nth-of-type(2) {
  font-family: "FFKievitSlabWebProMedium", sans-serif;
}
.fonts ol li:nth-of-type(2):after {
  content: "FFKievitSlabWebProMedium, sans-serif";
}
.fonts ol li:nth-of-type(3) {
  font-family: "FFKievitSlabWebProLight", sans-serif;
}
.fonts ol li:nth-of-type(3):after {
  content: "FFKievitSlabWebProLight, sans-serif";
}
.fonts ol li:nth-of-type(4) {
  font-family: "IcoMoon";
}
.fonts ol li:nth-of-type(4):after {
  content: "IcoMoon";
}

.headers h1:after {
  content: " size: 36px / line: 56px";
}
.headers h2:after {
  content: " size: 24px / line: 35px";
}
.headers h3:after {
  content: " size: 24px / line: 35px";
}
.headers h4:after {
  content: " size: 22px / line: 32px";
}
.headers h5:after {
  content: " size: 20px / line: 30px";
}
.headers h6:after {
  content: " size: 18px / line: 28px";
}

.portal-banner article::before {
  background: transparent !important;
}

.fsNavLevel3 li a {
  margin-left: 14px;
  font-size: 0.875rem;
  color: #000;
}
.fsNavLevel3 li a:hover {
  color: #009448;
}

.fsNavLevel4 li a {
  margin-left: 10px;
  font-size: 14px;
}

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

.fsPostElement .fsTitle {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #0b8945;
}

.fsPostElement.fsThumbnailAlignLeft .fsThumbnail .fsCroppedImage,
.fsPostElement.fsThumbnailAlignRight .fsThumbnail .fsCroppedImage {
  display: block;
}

.fsPostElement article {
  background-size: cover;
  background-position: center;
}

.fsPostElement article > div {
  margin-top: 5px;
}

.fsPostElement .fsTitle {
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: normal;
  color: #009448;
  font-size: 24px;
  line-height: 35px;
  font-family: "FFKievitSlabWebProMedium", sans-serif;
  letter-spacing: 0.1em;
}

.fsPostElement .fsTitle:last-child {
  margin-bottom: 0;
}

.fsPostElement .fsAuthor,
.fsPostElement .fsDateTime {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 1.2222;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.fsPostElement .fsSummary {
  font-size: 18px;
  line-height: 22px;
}

.fsPostElement .fsSummary,
.fsPostElement .fsBody {
  margin-top: 15px;
}

.fsPostElement .fsReadMoreLink {
  display: block;
  margin-top: 5px;
}

.fsPostElement .fsLoadMoreButton {
  margin-top: 40px;
}

.fsPostElement .fsLoadMoreButton:last-child {
  margin-bottom: 10px;
}

.fsPost.fsList .fsListItems > article,
.fsPostElement.fsList .fsListItems > article {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: solid 1px #CFCECC;
}

.fsPost.fsList .fsListItems:last-of-type > article:last-child,
.fsPostElement.fsList .fsListItems:last-of-type > article:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

body:not(.homepage-cal) .fsCalendar article:nth-child(n+2) .fsDate {
  visibility: hidden;
}

.home-posts {
  margin: 0 0 60px 0;
}
@media (min-width: 700px) {
  .home-posts {
    margin-bottom: 80px;
    padding: 0 40px;
  }
}
@media (min-width: 1000px) {
  .home-posts {
    margin: 0 60px 0 0;
    padding: 0;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
  }
}
.home-posts > .fsElementContent {
  height: 100%;
}
.home-posts > .fsElementContent .fsListItems {
  overflow: hidden;
  height: 100%;
}
.home-posts > .fsElementContent .fsListItems article {
  border: 0;
  margin: 0 0 20px 0;
  padding: 0;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 520px;
}
.home-posts > .fsElementContent .fsListItems article:after {
  content: normal;
}
.home-posts > .fsElementContent .fsListItems article:nth-child(1) {
  margin-bottom: 40px;
}
@media (min-width: 700px) {
  .home-posts > .fsElementContent .fsListItems article {
    width: calc(50% - 25px);
    min-height: 1px;
    max-height: 250px;
    height: 250px;
    float: left;
  }
  .home-posts > .fsElementContent .fsListItems article:nth-child(1), .home-posts > .fsElementContent .fsListItems article:nth-child(3) {
    margin-bottom: 0;
    margin-right: 50px;
  }
}
@media (min-width: 1000px) {
  .home-posts > .fsElementContent .fsListItems article {
    width: calc(50% - 30px);
  }
  .home-posts > .fsElementContent .fsListItems article:nth-child(1), .home-posts > .fsElementContent .fsListItems article:nth-child(3) {
    margin-right: 60px;
  }
}
.home-posts > .fsElementContent .fsListItems article .inner-wrap {
  width: 100%;
  background: rgba(255, 255, 255, 0.878);
  padding: 10px 15px;
  overflow: hidden;
  transition: 0.3s background;
}
.home-posts > .fsElementContent .fsListItems article .inner-wrap:hover {
  background: #009448;
}
.home-posts > .fsElementContent .fsListItems article .inner-wrap:hover a {
  color: #fff;
}
.home-posts > .fsElementContent .fsListItems article .inner-wrap:hover .fsTitle, .home-posts > .fsElementContent .fsListItems article .inner-wrap:hover .fsSummary {
  color: #FFF;
}
.home-posts > .fsElementContent .fsListItems article .inner-wrap .fsTitle {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 5px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.home-posts > .fsElementContent .fsListItems article .inner-wrap .fsTitle > a:hover {
  color: #FFF;
}
.home-posts > .fsElementContent .fsListItems article .inner-wrap .fsSummary {
  font-size: 1.125rem;
  transition: 0.3s color;
  line-height: 1.889;
  color: #464646;
}
.home-posts > .fsElementContent .fsListItems article .fsThumbnail {
  display: none;
}
.home-posts > .fsElementContent .fsListItems article .fsReadMoreLink {
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 1.125rem;
}

@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;
    color: #009448;
    font-size: 36px;
    line-height: 56px;
    font-family: "FFKievitSlabWebProLight", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }

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