 /**
 *
 * Full Demo 1 - defaultv2
 * @link http://fulldemo1.templates.finalsite.com
 * Built By: Sarah Bagwell
 * Project Manager: Lauren Barth
 * Designer: Kelly Wilson
 *
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  margin-top: 0;
  font-weight: normal;
  color: #163052;
  font-size: 40px;
  font-weight: 300;
  line-height: 46px;
  margin-bottom: 20px;
}
@media (min-width: 1040px) {
  h1 {
    font-size: 60px;
    line-height: 66px;
  }
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 15px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}

p {
  margin: 0 0 20px;
}

hr {
  margin: 0 auto 20px;
}

a {
  outline: 0;
  text-decoration: none;
  color: #02A7C0;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}
a:hover {
  color: #000;
}

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

table.styled {
  margin-bottom: 1.25em;
  width: 100%;
}
table.styled th,
table.styled td {
  vertical-align: top;
  border-bottom: 1px solid #fff;
}
table.styled th {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 1.25em;
  text-align: left;
  background: #163052;
  color: #fff;
}
table.styled td {
  padding: 0.625em 1.25em;
  background: transparent;
}
table.styled tr:nth-of-type(odd) td {
  background-color: rgba(0, 0, 0, 0.1);
}

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

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

/*! content - buttons v0.0.1 */
.fsLoadMoreButton {
  display: inline-block;
  box-shadow: inset 0 0 0 0 transparent;
  border: 0;
  font-size: .875em;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 15.38462px 30px;
  background: #163052;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: background .3s, box-shadow .3s, color .3s;
  transition: background .3s, box-shadow .3s, color .3s;
  text-shadow: none;
}
.fsLoadMoreButton:hover {
  background: transparent;
  box-shadow: inset 0 0 0 2px #163052;
  color: #163052;
}
.fsLoadMoreButton em {
  display: block;
  font-style: normal;
}

.button,
.fs_style_56 {
  display: inline-block;
  box-shadow: inset 0 0 0 0 transparent;
  border: 0;
  font-size: .875em;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 15.38462px 30px;
  background: #252525;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: background .3s, box-shadow .3s, color .3s;
  transition: background .3s, box-shadow .3s, color .3s;
}
.button:hover,
.fs_style_56:hover {
  background: transparent;
  box-shadow: inset 0 0 0 2px #252525;
  color: #252525;
}
.button em,
.fs_style_56 em {
  display: block;
  font-style: normal;
}

.color-button,
.fs_style_53 {
  display: inline-block;
  box-shadow: inset 0 0 0 0 transparent;
  border: 0;
  font-size: .875em;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 15.38462px 30px;
  background: #02A7C0;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: background .3s, box-shadow .3s, color .3s;
  transition: background .3s, box-shadow .3s, color .3s;
}
.color-button:hover,
.fs_style_53:hover {
  background: transparent;
  box-shadow: inset 0 0 0 2px #02A7C0;
  color: #02A7C0;
}
.color-button em,
.fs_style_53 em {
  display: block;
  font-style: normal;
}

.color-button-2,
.fs_style_54 {
  display: inline-block;
  box-shadow: inset 0 0 0 0 transparent;
  border: 0;
  font-size: .875em;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 15.38462px 30px;
  background: #80A355;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: background .3s, box-shadow .3s, color .3s;
  transition: background .3s, box-shadow .3s, color .3s;
}
.color-button-2:hover,
.fs_style_54:hover {
  background: transparent;
  box-shadow: inset 0 0 0 2px #80A355;
  color: #80A355;
}
.color-button-2 em,
.fs_style_54 em {
  display: block;
  font-style: normal;
}

.color-button-3,
.fs_style_55 {
  display: inline-block;
  box-shadow: inset 0 0 0 0 transparent;
  border: 0;
  font-size: .875em;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 15.38462px 30px;
  background: #BF479A;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: background .3s, box-shadow .3s, color .3s;
  transition: background .3s, box-shadow .3s, color .3s;
}
.color-button-3:hover,
.fs_style_55:hover {
  background: transparent;
  box-shadow: inset 0 0 0 2px #BF479A;
  color: #BF479A;
}
.color-button-3 em,
.fs_style_55 em {
  display: block;
  font-style: normal;
}

.hollow-button,
.fs_style_52 {
  display: inline-block;
  box-shadow: inset 0 0 0 0 transparent;
  border: 0;
  font-size: .875em;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 15.38462px 30px;
  background: transparent;
  color: #02A7C0;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: background .3s, box-shadow .3s, color .3s;
  transition: background .3s, box-shadow .3s, color .3s;
  box-shadow: inset 0 0 0 2px #02A7C0;
}
.hollow-button:hover,
.fs_style_52:hover {
  background: transparent;
  box-shadow: inset 0 0 0 2px transparent;
  color: transparent;
}
.hollow-button em,
.fs_style_52 em {
  display: block;
  font-style: normal;
}
.hollow-button:hover,
.fs_style_52:hover {
  background: #02A7C0;
  color: #FFF;
}

.callout-button,
.fs_style_57 {
  display: inline-block;
  box-shadow: inset 0 0 0 0 transparent;
  border: 0;
  font-size: .875em;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 15.38462px 30px;
  background: #656565;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: background .3s, box-shadow .3s, color .3s;
  transition: background .3s, box-shadow .3s, color .3s;
  text-align: center;
  vertical-align: top;
}
.callout-button:hover,
.fs_style_57:hover {
  background: transparent;
  box-shadow: inset 0 0 0 2px #656565;
  color: #656565;
}
.callout-button em,
.fs_style_57 em {
  display: block;
  font-style: normal;
}
.callout-button em,
.fs_style_57 em {
  display: block;
  font-size: .75em;
}

.callout-button-2,
.fs_style_58 {
  display: inline-block;
  box-shadow: inset 0 0 0 0 transparent;
  border: 0;
  font-size: .875em;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 15.38462px 30px;
  background: #C3C3C3;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: background .3s, box-shadow .3s, color .3s;
  transition: background .3s, box-shadow .3s, color .3s;
  text-align: center;
  vertical-align: top;
}
.callout-button-2:hover,
.fs_style_58:hover {
  background: transparent;
  box-shadow: inset 0 0 0 2px #C3C3C3;
  color: #C3C3C3;
}
.callout-button-2 em,
.fs_style_58 em {
  display: block;
  font-style: normal;
}
.callout-button-2 em,
.fs_style_58 em {
  display: block;
  font-size: .75em;
}

/*! content - style manger v0.0.1 */
.lead-in,
.fs_style_49 {
  color: #8D378B;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 15px;
}

blockquote {
  border-width: 0 2px;
  border-color: #C3C3C3;
  border-style: solid;
  color: #163052;
  position: relative;
  margin: 20px 0 15.38462px;
  padding: 0 36px;
  font-size: 24px;
  line-height: 1.7em;
}

cite,
.fs_style_51 {
  color: #898989;
  display: block;
  font-size: .583em;
  line-height: 20px;
  margin: 0 0 30px;
  font-style: normal;
  text-transform: uppercase;
}

.callout,
.fs_style_50 {
  padding: 20px;
  color: #8D378B;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5em;
}
.callout.left,
.fs_style_50.left {
  float: left;
  margin-left: 20px;
}
@media (min-width: 500px) {
  .callout.left,
  .fs_style_50.left {
    width: 50%;
  }
}
.callout.right,
.fs_style_50.right {
  float: right;
  margin-right: 20px;
}
@media (min-width: 500px) {
  .callout.right,
  .fs_style_50.right {
    width: 50%;
  }
}

.fs_style_59,
.text-callout {
  color: #02A7C0;
  font-size: .875em;
  margin-bottom: 0;
  text-transform: uppercase;
}

/*! structure - header v0.0.1 */
#fsHeader {
  padding: 0;
}

.hdr-top-bar {
  background: rgba(0, 0, 0, 0.2);
  font-size: .875em;
  min-height: 40px;
  position: absolute;
  top: 0;
  width: 100%;
}
.hdr-top-bar a {
  color: whitesmoke;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
}

/*reposition the top bar for inline banner edit mode*/
.fsBannerEdit .hdr-top-bar {
  position: relative;
}

@media (min-width: 1040px) {
  .hdr-top-left {
    display: inline-block;
  }
}
.hdr-top-left ul, .hdr-top-left ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hdr-top-left ul li {
  margin: 0;
  padding: 0;
}
.hdr-top-left ul li {
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
}
.hdr-top-left:not(.district):not(.portal) {
  display: none;
  padding: 10px 20px 9px;
}
@media (min-width: 1040px) {
  .hdr-top-left:not(.district):not(.portal) {
    display: inline-block;
  }
}
.hdr-top-left:not(.district):not(.portal) a {
  background: #0d1d32;
}
.hdr-top-left:not(.district):not(.portal) a:hover {
  background: #0b182a;
}
.hdr-top-left a {
  margin-right: 24px;
  padding: 10px 24px 9px;
}
.hdr-top-left a:hover {
  color: #FFF;
}
.hdr-top-left.district a {
  opacity: .8;
  padding: 10px 20px 9px;
}
.hdr-top-left.district a:hover {
  opacity: 1;
}
.hdr-top-left.district a::before, .hdr-top-left.portal a.main-link::before {
  background: url("../images/home.svg") no-repeat center center;
  content: '';
  display: inline-block;
  height: 13px;
  margin-right: 4px;
  width: 15px;
}
.hdr-top-left.portal a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.hdr-top-left.portal .fsElementContent > ul > li:first-child a {
  margin-right: 0;
}
.hdr-top-left.portal .fsElementContent > ul > li:first-child a:not(:hover) {
  background-color: rgba(0, 0, 0, 0.1);
}

.hdr-top-right {
  display: block;
}
@media (min-width: 1040px) {
  .hdr-top-right {
    display: inline-block;
    float: right;
  }
}
.hdr-top-right p {
  margin-bottom: 0;
}

.hdr-link1 {
  background: rgba(0, 0, 0, 0.3);
  display: none;
  padding: 10px 0;
  text-align: center;
}
@media (min-width: 1040px) {
  .hdr-link1 {
    background: transparent;
    display: inline-block;
    padding: 0;
    text-align: left;
  }
}
.hdr-link1 a {
  vertical-align: top;
}
@media (min-width: 1040px) {
  .hdr-link1 a {
    color: transparent;
    font-size: 0;
    line-height: 0;
  }
}
.hdr-link1 a:hover {
  color: #163052;
}
@media (min-width: 1040px) {
  .hdr-link1 a:hover {
    background-color: rgba(0, 0, 0, 0.3);
    color: inherit;
    opacity: 1;
  }
}
.hdr-link1 a:hover::before {
  opacity: 1;
}
.hdr-link1 a::before {
  background: url("../images/login.svg") no-repeat center center;
  content: '';
  cursor: pointer;
  display: block;
  height: 14px;
  margin: 0 auto;
  opacity: .8;
  padding: 20px 22px;
  -webkit-transition: opacity .3s, background-color .3s;
  transition: opacity .3s, background-color .3s;
  width: 15px;
  vertical-align: top;
}
@media (min-width: 1040px) {
  .hdr-link1 a::before {
    display: inline-block;
    margin: 0;
  }
}

.hdr-link2 {
  display: inline-block;
}
.hdr-link2 a {
  border-left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 0;
  margin-left: -3px;
  opacity: .8;
  padding: 20px 24px;
  vertical-align: top;
  -webkit-transition: background .3s, opacity .3s;
  transition: background .3s, opacity .3s;
}
@media (min-width: 1040px) {
  .hdr-link2 a {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 0;
  }
  .hdr-link2 a:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.hdr-link2 a:hover {
  opacity: 1;
}
.hdr-link2 p {
  margin-bottom: 0;
}
.hdr-link2.portal {
  display: none;
}
@media (min-width: 1040px) {
  .hdr-link2.portal {
    display: inline-block;
  }
}

.site-search {
  vertical-align: top;
}

.hdr-top {
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 40px;
  text-align: center;
  white-space: nowrap;
}
.hdr-top.private {
  background-color: #163052;
}
.hdr-top.district {
  background-color: #163052;
}
.hdr-top.jhs {
  background-color: #8D378B;
}
.hdr-top.lms {
  background-color: #80A355;
}
.hdr-top.fes {
  background-color: #BF479A;
}
.hdr-top.res {
  background-color: #BF479A;
}
.hdr-top.portal {
  background-color: #80A355;
}
@media (min-width: 1040px) {
  .hdr-top {
    text-align: left;
  }
}
.hdr-top > .fsContainer > .fsElementContent,
.hdr-top > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}
.hdr-top > .fsContainer > .fsElementContent > .fsElement,
.hdr-top > .fsElementContent > .fsElement {
  -webkit-transition: margin .3s;
  transition: margin .3s;
}
.svg .hdr-top.private .hdr-logo a {
  background: url("../images/logo.svg") no-repeat 0 50%;
  background-size: 100%;
}
.svg .hdr-top.district .hdr-logo a {
  background: url("../images/logo-sd.svg") no-repeat 0 50%;
  background-size: 100%;
}
@media screen and (max-width: 1170px) and (min-width: 700px) {
  .hdr-top.district .hdr-logo a {
    max-width: 360px;
  }
}
.svg .hdr-top.jhs .hdr-logo a {
  background: url("../images/logo-jhs.svg") no-repeat 0 50%;
  background-size: 100%;
}
.svg .hdr-top.lms .hdr-logo a {
  background: url("../images/logo-lms.svg") no-repeat 0 50%;
  background-size: 100%;
}
.svg .hdr-top.fes .hdr-logo a {
  background: url("../images/logo-fes.svg") no-repeat 0 50%;
  background-size: 100%;
}
.svg .hdr-top.res .hdr-logo a {
  background: url("../images/logo-res.svg") no-repeat 0 50%;
  background-size: 100%;
}
.hdr-top.district .fsNavLevel1 li:last-child .fsNavPageInfo {
  max-width: 250px;
}
.hdr-top.district .fsNavLevel1 li:last-child .fsNavPageInfo .fsNavLevel2 {
  margin: 30px;
  min-width: 0;
}
.hdr-top.district .fsNavLevel1 li:last-child .fsNavPageInfo .fsNavLevel2 > li:nth-child(odd) {
  margin-right: 0;
}
.hdr-top.district .fsNavLevel1 li:last-child .fsNavPageInfo .fsNavLevel2 > li:nth-child(2) {
  border-top: 1px solid #51c6d7;
}

.hdr-logo {
  display: inline-block;
}
@media (min-width: 1300px) {
  .hdr-logo {
    margin-left: -55px;
  }
}
.hdr-logo h1 {
  font-size: 72px;
  margin-bottom: 0;
}
.hdr-logo a {
  background-size: 100%;
  display: block;
  padding: 36px 0;
  color: transparent;
  max-width: 265px;
  -webkit-transition: none;
  transition: none;
}
.no-svg .hdr-logo a {
  background: url("../images/logo.png") no-repeat 0 50%;
}
.hdr-logo a:hover {
  color: transparent;
}
@media (min-width: 1171px) {
  .hdr-logo a {
    max-width: 400px;
  }
}

.hdr-pic {
  display: none;
}
@media (min-width: 1040px) {
  .hdr-pic {
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    text-align: center;
  }
  .hdr-pic > .fsElementContent {
    background: transparent;
    background: -webkit-linear-gradient(top, transparent 30%, #bf479a 240%);
    background: linear-gradient(to bottom, transparent 30%, #bf479a 240%);
    line-height: 0;
  }
  .hdr-pic img {
    opacity: 0;
  }
}

.hdr-portal-text {
  color: transparent;
  margin-top: -22px;
}
@media (min-width: 1040px) {
  .hdr-portal-text {
    display: inline-block;
    float: right;
    margin-top: 0;
    padding: 25px 0 0;
  }
}
@media (min-width: 1300px) {
  .hdr-portal-text {
    margin-right: -55px;
  }
}
.hdr-portal-text h2 {
  font-size: 15px;
  opacity: .7;
  padding-bottom: 10px;
  position: relative;
}
@media (min-width: 1040px) {
  .hdr-portal-text h2 {
    font-size: 32px;
    font-weight: 700;
    opacity: 1;
    padding-bottom: 0;
  }
}
.hdr-portal-text h2::before {
  color: #FFF;
  display: inline-block;
  position: absolute;
}
@media (min-width: 1040px) {
  .hdr-portal-text h2::before {
    right: 0;
  }
}

.portal .hdr-logo a {
  padding: 22px 0;
}
@media (min-width: 1040px) {
  .portal .hdr-logo a {
    padding: 12px 0;
  }
}
.portal.parent .hdr-portal-text h2::before {
  content: 'PARENT PORTAL';
}
.portal.faculty .hdr-portal-text h2::before {
  content: 'FACULTY PORTAL';
}
.portal.student .hdr-portal-text h2::before {
  content: 'STUDENT PORTAL';
}

/*! structure - footer v0.0.1 */
#fsFooter {
  padding: 0;
  color: #fff;
}
#fsFooter .fsBanner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
#fsFooter .fsBanner:after {
  content: normal;
}
body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
#fsFooter .utility-container,
#fsFooter .footer-container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
#fsFooter .fsBanner.private .footer-container > .fsElementContent {
  background: #163052 url("/uploaded/themes/defaultv2/images/footer-map.jpg") no-repeat top center;
  background-size: cover;
}
#fsFooter .fsBanner.private .utility-container {
  background-color: #163052;
}
#fsFooter .fsBanner.district .footer-container > .fsElementContent {
  background: #163052 url("/uploaded/themes/defaultv2/images/footer-map.jpg") no-repeat top center;
  background-size: cover;
}
#fsFooter .fsBanner.district .utility-container {
  background-color: #163052;
}
#fsFooter .fsBanner.jhs .footer-container > .fsElementContent {
  background: #8D378B url("/uploaded/themes/defaultv2/images/footer-map-purple.jpg") no-repeat top center;
  background-size: cover;
}
#fsFooter .fsBanner.jhs .utility-container {
  background-color: #8D378B;
}
#fsFooter .fsBanner.lms .footer-container > .fsElementContent {
  background: #80A355 url("/uploaded/themes/defaultv2/images/footer-map-green.jpg") no-repeat top center;
  background-size: cover;
}
#fsFooter .fsBanner.lms .utility-container {
  background-color: #80A355;
}
#fsFooter .fsBanner.fes .footer-container > .fsElementContent, #fsFooter .fsBanner.res .footer-container > .fsElementContent {
  background: #BF479A url("/uploaded/themes/defaultv2/images/footer-map-pink.jpg") no-repeat top center;
  background-size: cover;
}
#fsFooter .fsBanner.fes .utility-container, #fsFooter .fsBanner.res .utility-container {
  background-color: #BF479A;
}
#fsFooter .footer-container > .fsElementContent {
  background-color: #19375e;
  padding-top: 75px;
}
#fsFooter .utility-container {
  background: #163052;
}
#fsFooter .utility-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
#fsFooter .nav-social {
  margin: 14px 0 16px;
}
#fsFooter .nav-utility-ftr {
  margin: 18px 0;
}
#fsFooter .nav-utility-ftr > .fsElementContent {
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 1040px) {
  #fsFooter .nav-utility-ftr {
    margin-top: 0;
  }
}
#fsFooter .nav-social,
#fsFooter .nav-utility-ftr,
#fsFooter #fsPoweredByFinalsite {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  text-align: center;
}
@media (min-width: 1040px) {
  #fsFooter .nav-social,
  #fsFooter .nav-utility-ftr,
  #fsFooter #fsPoweredByFinalsite {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
#fsFooter .button-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding: 0 20px 30px;
  text-align: center;
}
@media (min-width: 1040px) {
  #fsFooter .button-container > .fsElementContent {
    padding: 0 10px;
  }
}
#fsFooter .button-container a {
  display: block;
  margin-bottom: 0;
  margin-top: 5px;
  margin-right: 2px;
  min-width: 200px;
}
@media (min-width: 700px) {
  #fsFooter .button-container a {
    display: inline-block;
    margin-bottom: 75px;
  }
}

.school-details > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding: 0 10px;
  text-align: center;
}
.school-details [itemprop='name'] {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}
.school-details [itemprop='address'] {
  font-size: 18px;
  font-weight: 700;
}
.school-details [itemprop='telephone'] {
  font-size: 1.875em;
  margin: 10px 0 30px;
}
@media (max-width: 1040px) {
  .school-details [itemprop='streetAddress'] {
    display: block;
  }
}
.school-details a {
  color: inherit;
}

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

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

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

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

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

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

.color-lines {
  height: 5px;
  left: 0;
  margin-top: -80px;
  position: absolute;
  vertical-align: top;
  width: 100%;
}
.color-lines::before, .color-lines::after,
.color-lines > span::before,
.color-lines > span::after {
  content: '';
  display: inline-block;
  height: 5px;
  vertical-align: top;
}
.color-lines::before, .color-lines::after {
  width: 25%;
}
.color-lines > span {
  display: inline-block;
  width: 50%;
}
.color-lines > span::before, .color-lines > span::after {
  width: 50%;
}
.color-lines > span::before {
  background-color: #02A7C0;
}
.color-lines > span::after {
  background-color: #80A355;
}
.color-lines::before {
  background-color: #BF479A;
}
.color-lines::after {
  background-color: #8D378B;
}

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

.fsDialog[aria-describedby="fsElementPopupDialog"] .ui-dialog-title {
  opacity: 0;
}

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

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

#fsBannerRight {
  margin-bottom: 20px;
  width: 100%;
  float: none;
}
@media (min-width: 1040px) {
  #fsBannerRight {
    float: left;
  }
}
@media (min-width: 1040px) {
  #fsBannerRight {
    padding-left: 80px;
    width: 32.20339%;
  }
}
#fsBannerRight .fsBanner > .fsElement {
  margin-bottom: 40px;
}
#fsBannerRight .fsBanner > .fsElement:not(.fsNavigation):not(.fsAccount) {
  box-shadow: inset 0 0 0 1px #C3C3C3;
}
#fsBannerRight .fsAccount {
  text-align: center;
}
#fsBannerRight .fsAccount .fsLoginSubmit {
  margin: 0 auto 20px;
}
#fsBannerRight .fsContent > .fsElementContent {
  padding: 25px 25px;
}
#fsBannerRight .fsCalendar > header,
#fsBannerRight .fsPostElement > header,
#fsBannerRight .fsNews > header {
  position: relative;
}
#fsBannerRight .fsCalendar > header::before,
#fsBannerRight .fsPostElement > header::before,
#fsBannerRight .fsNews > header::before {
  background: #C3C3C3;
  content: '';
  display: block;
  height: 4px;
  margin: auto 25px;
  margin-bottom: -4px;
}
#fsBannerRight .fsCalendar > header > .fsElementTitle,
#fsBannerRight .fsPostElement > header > .fsElementTitle,
#fsBannerRight .fsNews > header > .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  padding: 25px 25px 0;
  margin-bottom: 20px;
}
#fsBannerRight .fsCalendar > .fsElementContent,
#fsBannerRight .fsPostElement > .fsElementContent,
#fsBannerRight .fsNews > .fsElementContent {
  padding: 0 25px;
}
#fsBannerRight .fsCalendar > .fsElementContent p,
#fsBannerRight .fsPostElement > .fsElementContent p,
#fsBannerRight .fsNews > .fsElementContent p {
  margin-bottom: 10px;
}
#fsBannerRight .fsCalendar.view-all-link > footer,
#fsBannerRight .fsPostElement.view-all-link > footer,
#fsBannerRight .fsNews.view-all-link > footer {
  padding: 0 25px 25px;
}
#fsBannerRight .fsCalendar.view-all-link > footer a,
#fsBannerRight .fsPostElement.view-all-link > footer a,
#fsBannerRight .fsNews.view-all-link > footer a {
  color: #898989;
  font-size: .875em;
  font-weight: 700;
  text-transform: uppercase;
}
#fsBannerRight .fsCalendar.view-all-link > footer a:hover,
#fsBannerRight .fsPostElement.view-all-link > footer a:hover,
#fsBannerRight .fsNews.view-all-link > footer a:hover {
  color: #424242;
}
@media (max-width: 1039px) {
  #fsBannerRight > .fsBanner > .fsElement:not(.fsNavigation) {
    display: none;
  }
}
#fsBannerRight .fsContent > header {
  line-height: 13px;
}

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

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

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

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

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

#fsPoweredByFinalsite {
  background-position: center 0;
  margin: 0 0 20px;
}
@media (min-width: 1040px) {
  #fsPoweredByFinalsite {
    margin: 18px 0;
  }
}

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

/*! navigation - main v0.0.1 */
#fsHeader .nav-main {
  display: none;
}
@media (min-width: 1040px) {
  #fsHeader .nav-main {
    display: inline-block;
    float: right;
    margin-top: 50px;
  }
}
@media (min-width: 1300px) {
  #fsHeader .nav-main {
    margin-right: -55px;
  }
}
.nav-main a {
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-main, .nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-main li {
  margin: 0;
  padding: 0;
}
@media (min-width: 1040px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .no-flexbox .nav-main .fsNavLevel1 {
    text-align: justify;
    font-size: 0.1px;
  }
  .no-flexbox .nav-main .fsNavLevel1 > li {
    display: inline-block;
  }
  .no-flexbox .nav-main .fsNavLevel1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}
.nav-main .fsNavLevel1 > li {
  position: relative;
}
@media (min-width: 1040px) {
  .nav-main .fsNavLevel1 > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    padding-bottom: 10px;
  }
}
.nav-main .fsNavLevel1 > li > a {
  padding: .875em;
  color: #fff;
  display: block;
  text-align: center;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
.nav-main .fsNavLevel1 > li > a:hover {
  background-color: #029ab1;
}
@media (min-width: 1040px) {
  .nav-main .fsNavLevel1 > li > a:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.nav-main .fsNavLevel1 > .fsNavCurrentPage > a {
  color: rgba(255, 255, 255, 0.7);
}
.nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 1040px) {
  .nav-main .fsNavLevel1 > li > a {
    text-align: left;
  }
  .nav-main .fsNavLevel1 > .fsNavCurrentPage > a {
    color: #02A7C0;
  }
  .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
    color: #02A7C0;
  }
}
@media screen and (max-width: 1039px) {
  .nav-main .fsNavLevel1 > li > a {
    padding: .75em .5em;
  }
}

.jhs .nav-main .fsNavLevel1 > .fsNavCurrentPage > a,
.lms .nav-main .fsNavLevel1 > .fsNavCurrentPage > a,
.fes .nav-main .fsNavLevel1 > .fsNavCurrentPage > a,
.res .nav-main .fsNavLevel1 > .fsNavCurrentPage > a {
  background-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
}

.nav-main .fsNavLevel1 > li {
  position: relative;
}
.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}
.nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px;
}
@media (max-width: 599px) {
  .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
  }
}
.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 300;
}
.nav-main .fsNavPageInfo {
  background: #02A7C0;
  text-align: left;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.nav-main .fsNavPageInfo a {
  display: block;
}
.nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
  right: 0;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.nav-main .fsNavLevel1 > li:nth-child(6) .fsNavPageInfo {
  right: 0;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media (min-width: 1040px) {
  .nav-main .fsNavParentPage:hover .fsNavPageInfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav-main .fsNavPageDescription {
  width: 100%;
}
.nav-main .fsNavPageDescription a {
  padding: 25px 10px;
  text-align: center;
}
.nav-main .fsNavPageDescription li {
  width: 50%;
  display: inline-block;
}
.nav-main .fsNavPageDescription li:first-child a {
  background-color: #017b8e;
}
.nav-main .fsNavPageDescription li:first-child a:hover {
  background-color: #016a79;
}
.nav-main .fsNavPageDescription li:nth-child(2) a {
  background-color: #028498;
}
.nav-main .fsNavPageDescription li:nth-child(2) a:hover {
  background-color: #017283;
}
.nav-main .fsNavLevel2 {
  font-size: .875em;
  margin: 30px 50px;
  min-width: 420px;
  width: 100%;
}
.nav-main .fsNavLevel2 > li {
  display: inline-block;
  float: left;
  min-width: 190px;
  width: 46%;
}
.nav-main .fsNavLevel2 > li:nth-child(odd) {
  margin-right: 8%;
}
.nav-main .fsNavLevel2 > li:not(:first-child):not(:nth-child(2)) {
  border-top: 1px solid #51c6d7;
}
.nav-main .fsNavLevel2 a {
  line-height: 1;
  padding: 1.04167em 0;
  color: #fff;
  display: block;
}
.nav-main .fsNavLevel2 a:hover {
  color: #163052;
}

/*! navigation - off-canvas v0.0.1 */
.drawer-ribbon {
  height: 40px;
  margin-right: 10px;
  min-width: 50px;
  position: relative;
  z-index: 500;
}
@media (min-width: 1040px) {
  .drawer-ribbon {
    display: none;
  }
}
.drawer-ribbon span {
  display: none;
}

.drawer-trigger-container {
  position: absolute;
  right: 0;
  top: 0;
}

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

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(20%, 0, 0);
  transform: translate3d(20%, 0, 0);
  -webkit-transform: translate(20%, 0);
  -ms-transform: translate(20%, 0);
  transform: translate(20%, 0);
  top: 0;
  min-height: 100%;
  background: #02A7C0;
}
@media (min-width: 1040px) {
  .fsMenu {
    display: none;
  }
}
.drawer-is-active .fsMenu {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fsMenu a {
  color: whitesmoke;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
}
.fsMenu .hdr-link2,
.fsMenu .hdr-top-left.portal {
  background-color: #028498;
  display: block;
  font-size: .875em;
}
.fsMenu .hdr-link2 a {
  border-color: #51c6d7;
  min-height: 40px;
}
.fsMenu .fsNavPageInfo {
  display: none;
}
.fsMenu .hdr-link1,
.fsMenu .nav-utility-hdr {
  display: block;
}
.fsMenu .nav-utility-hdr {
  background-color: #0295ac;
  margin-top: 20px;
  text-align: center;
}
.fsMenu .nav-utility-hdr .fsNavLevel1 li:last-child {
  display: block;
}
.fsMenu .nav-utility-hdr nav::before {
  content: 'QUICKLINKS';
  color: #FFF;
  font-weight: 700;
}

/*! navigation - sub v0.0.1 */
.nav-sub {
  background-color: #e2e2e2;
}
.nav-sub, .nav-sub ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-sub li {
  margin: 0;
  padding: 0;
}
.nav-sub.active-nav {
  background-color: #163052;
}
.nav-sub.active-nav > .fsElementContent {
  background-color: #163052;
}
@media (min-width: 1040px) {
  .nav-sub {
    background-color: #163052;
  }
}
#fsHeader .nav-sub {
  display: block;
  padding: 0 20px;
  background: #fff;
}
@media (min-width: 1040px) {
  #fsHeader .nav-sub {
    display: none;
  }
}
.nav-sub.nav-sub-empty {
  display: none !important;
}
@media (max-width: 1039px) {
  .nav-sub > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 100%;
    z-index: 100;
  }
}
.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: #FFF;
}
.nav-sub ul li a {
  display: block;
  font-size: .875em;
  font-weight: 700;
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.6);
}
.nav-sub ul li a:hover {
  color: #FFF;
}
.nav-sub .fsNavLevel1 {
  padding: 24px 20px;
}
.nav-sub .fsNavLevel1 > li {
  border-bottom: 1px solid rgba(195, 195, 195, 0.5);
}
.nav-sub .fsNavLevel1 > li:last-child {
  border-bottom: none;
}
.nav-sub .fsNavLevel1 > li > a {
  text-transform: uppercase;
}
.nav-sub .fsNavLevel2 {
  padding-left: 10px;
}
.nav-sub > header {
  display: block;
}
@media (min-width: 1040px) {
  .nav-sub > header {
    display: none;
  }
}
.nav-sub > header > .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  color: #898989;
  position: relative;
  margin: 0;
  padding: 12.5px 20px 12.5px 20px;
  cursor: pointer;
  text-align: left;
  font-weight: 400;
  text-transform: none;
}
.active-nav > header > .fsElementTitle {
  color: #FFF;
}
@media (min-width: 1040px) {
  .nav-sub > header > .fsElementTitle {
    cursor: default;
  }
}
@media (min-width: 1040px) {
  .nav-sub > header > .fsElementTitle {
    padding: 20px;
    text-align: center;
  }
}
.nav-sub > header > .fsElementTitle:after {
  border: none;
  content: ' ';
  display: inline-block;
  float: right;
  height: 20px;
  width: 20px;
}
@media (max-width: 1039px) {
  .nav-sub > header > .fsElementTitle:after {
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px);
    background: url("../images/plus.svg") no-repeat 0 50%;
  }
}
@media (max-width: 1039px) {
  .nav-sub.active-nav > header > .fsElementTitle:after {
    background: url("../images/minus.svg") no-repeat 0 50%;
  }
}

@media (min-width: 1040px) {
  .portal .nav-sub {
    background-color: #80A355;
  }
}

/*! 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 [href*='facebook'] {
  background: url("../images/facebook.svg") no-repeat 50% 50%;
}
.nav-social .fsNavLevel1 [href*='instagram'] {
  background: url("../images/instagram.svg") no-repeat 50% 50%;
}
.nav-social .fsNavLevel1 [href*='twitter'] {
  background: url("../images/twitter.svg") no-repeat 50% 50%;
}
.nav-social .fsNavLevel1 [href*='google'] {
  background: url("../images/google.svg") no-repeat 50% 50%;
}
.nav-social .fsNavLevel1 [href*='youtube'] {
  background: url("../images/youtube.svg") no-repeat 50% 50%;
}
.nav-social .fsNavLevel1 [href*='facebook']:hover {
  background-image: url("../images/facebook_white.svg");
}
.nav-social .fsNavLevel1 [href*='instagram']:hover {
  background-image: url("../images/instagram_white.svg");
}
.nav-social .fsNavLevel1 [href*='twitter']:hover {
  background-image: url("../images/twitter_white.svg");
}
.nav-social .fsNavLevel1 [href*='google']:hover {
  background-image: url("../images/google_white.svg");
}
.nav-social .fsNavLevel1 [href*='youtube']:hover {
  background-image: url("../images/youtube_white.svg");
}
.nav-social .fsNavLevel1 a {
  display: block;
  height: 30px;
  width: 30px;
}
.nav-social .fsNavLevel1 a:before {
  color: #02A7C0;
  font-size: 16px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
}

.nav-utility-hdr {
  display: none;
}
.nav-utility-hdr > .fsElementContent::before {
  background: url("../images/quicklinks.svg") no-repeat center center;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 14px;
  opacity: .8;
  margin: 10px 0;
  padding: 20px 22px;
  -webkit-transition: opacity .3s, background-color .3s;
  transition: opacity .3s, background-color .3s;
  width: 15px;
  vertical-align: top;
}
@media (min-width: 1040px) {
  .nav-utility-hdr {
    display: inline-block;
  }
  .nav-utility-hdr > .fsElementContent {
    position: relative;
  }
  .nav-utility-hdr > .fsElementContent nav {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  }
  .nav-utility-hdr > .fsElementContent:hover nav {
    max-height: 9999px;
    -webkit-transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
    transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
  }
}
@media (min-width: 1040px) and (max-width: 599px) {
  .nav-utility-hdr > .fsElementContent:focus nav {
    max-height: 9999px;
    -webkit-transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
    transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
  }
}
@media (min-width: 1040px) {
  .nav-utility-hdr > .fsElementContent:hover::before {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
  .nav-utility-hdr > .fsElementContent::before {
    margin: 0;
  }
  .nav-utility-hdr > .fsElementContent nav {
    left: auto;
    min-width: 240px;
    right: 0;
    z-index: 1;
  }
}
.nav-utility-hdr .fsNavLevel1 {
  font-size: .875em;
  margin-bottom: 0;
  padding: 16px 30px;
}
@media (min-width: 1040px) {
  .nav-utility-hdr .fsNavLevel1 {
    background-color: #02A7C0;
    font-size: 1em;
  }
  .nav-utility-hdr .fsNavLevel1 li:not(:first-child) a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.nav-utility-hdr .fsNavLevel1 li,
.nav-utility-hdr .fsNavLevel1 a {
  display: block;
}
.nav-utility-hdr .fsNavLevel1 a {
  padding: 10px 0;
}
.nav-utility-hdr .fsNavLevel1 a:hover {
  color: #163052;
}
.nav-utility-hdr .fsNavLevel1 li:last-child {
  display: none;
}

.nav-utility-ftr .fsNavLevel1, .nav-utility-ftr .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-utility-ftr .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}
.nav-utility-ftr li {
  display: block;
}
@media (min-width: 700px) {
  .nav-utility-ftr li {
    display: inline-block;
  }
}
.nav-utility-ftr a {
  color: #C3C3C3;
  display: inline-block;
  font-size: .875em;
  font-weight: 700;
  margin-right: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.nav-utility-ftr a:hover {
  color: #FFF;
}
@media (min-width: 700px) {
  .nav-utility-ftr a {
    margin-right: 20px;
  }
}

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

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf;
}
@media (min-width: 1040px) {
  .fsConstituent.fsSearch > .fsElementContent {
    margin: 0 -10px;
  }
}
.fsConstituent.fsSearch label {
  display: block;
  margin-bottom: 1.25em;
}
@media (min-width: 1040px) {
  .fsConstituent.fsSearch label {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    padding: 0 10px;
  }
}
@media (min-width: 1040px) {
  .fsConstituent.fsSearch label {
    width: 32.83333%;
  }
}
.fsConstituent.fsSearch input,
.fsConstituent.fsSearch select {
  display: block;
  width: 100%;
}
.fsConstituent.fsSearch [type*='submit'] {
  width: auto;
}
@media (min-width: 1040px) {
  .fsConstituent.fsSearch [type*='submit'] {
    margin-left: 0.625em;
  }
}
.fsConstituent.fsSearch .fsConstituentSearchButton {
  display: inline-block;
  box-shadow: inset 0 0 0 0 transparent;
  border: 0;
  font-size: .875em;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 15.38462px 30px;
  background: #163052;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: background .3s, box-shadow .3s, color .3s;
  transition: background .3s, box-shadow .3s, color .3s;
  display: block;
  margin: 0 10px;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:hover {
  background: transparent;
  box-shadow: inset 0 0 0 2px #163052;
  color: #163052;
}
.fsConstituent.fsSearch .fsConstituentSearchButton em {
  display: block;
  font-style: normal;
}
.fsConstituent .fsElementPagination {
  margin: 20px 0;
}

/*! elements - constituent profile */
.fsConstituentProfile {
  position: relative;
}
.fsConstituentProfile .fsProfileImage {
  display: block;
  margin-bottom: 20px;
}
.fsConstituentProfile .fsFullName {
  color: #424242;
}
@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%;
  }
}
.fsConstituentProfile .fsEmail a {
  word-wrap: break-word;
}

.fsProfileSection {
  margin-bottom: 1.25em;
  font-size: 16px;
}
.fsProfileSection h4 {
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #424242;
  margin: 0 0 .5em 0;
  padding: 0 0 .5em 0;
}
.fsProfileSection .fsProfileSectionData {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

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

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

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

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

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

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

/*! elements - constituent default layout */
.fsDirectory {
  word-break: break-word;
  margin-bottom: 20px;
}
.fsDirectory .fsConstituentItem {
  padding: 20px 0;
  background-color: #f1f2f2;
}
.fsDirectory .fsConstituentItem > h3, .fsDirectory .fsConstituentItem > div {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
  padding-top: 0;
}
.fsDirectory .fsConstituentItem > h3:last-child, .fsDirectory .fsConstituentItem > div:last-child {
  margin-bottom: 0;
}
.fsDirectory .fsConstituentItem .fsFullName {
  font-weight: bold;
}
.fsDirectory .fsConstituentItem .fsPhoto img {
  display: block;
  width: 100%;
}

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

@media (min-width: 1040px) {
  .fsConstituentColumnLayout_2 {
    margin: 0 -10px;
  }
}
.fsConstituentColumnLayout_2 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (min-width: 1040px) {
  .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: 1040px) {
  .fsConstituentColumnLayout_3 {
    margin: 0 -10px;
  }
}
.fsConstituentColumnLayout_3 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (min-width: 1040px) {
  .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: 1040px) {
  .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: 1040px) {
  .fsConstituentColumnLayout_4 {
    margin: 0 -10px;
  }
}
.fsConstituentColumnLayout_4 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (min-width: 1040px) {
  .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: 1040px) {
  .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: 1040px) {
  .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: #f6f6f6;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  margin-bottom: 2px;
  display: block;
  padding: 13.33333px;
  color: #898989;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}
.fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
  -webkit-transition: none;
  transition: none;
}
.fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
  background: #C3C3C3;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
  color: #FFF;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #FFF;
}
.fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #424242;
}
.fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
  background-image: url("../images/minus_gray.svg");
}
.fsAccordion:not(.fsTabs) .fsPanel > .fsElementContent, .fsTabs:not(.fsTabs) .fsPanel > .fsElementContent {
  border: 1px solid #C3C3C3;
}
.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: 20px;
  height: 20px;
  position: absolute;
  margin: 0;
  top: 15px;
  background-image: url("../images/plus.svg");
}
.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: 20px;
  height: 20px;
  position: absolute;
  margin: 0;
  top: 15px;
  background-image: url("../images/minus_gray.svg");
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 40px;
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
  left: 13.33333px;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 40px;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
  display: none;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
  right: 13.33333px;
}
.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: '';
}

.fsAccordion {
  margin-bottom: 20px;
}

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px;
}
.fsAthleticsEvent.fsList .fsAlertFeeds {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .fsAthleticsEvent.fsList .fsAlertFeeds {
    margin-bottom: 0;
  }
}
.fsAthleticsEvent.fsList .fsListItems article {
  margin-bottom: 20px;
}
.fsAthleticsEvent.fsList .fsTitle {
  display: inline-block;
  margin-bottom: 0;
}
.fsAthleticsEvent.fsList .fsElementEventIcon {
  margin-right: 10px;
}
.fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
  outline: 0;
}
.fsAthleticsEvent.fsList .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px;
}
.fsAthleticsEvent.fsList .fsLoadMoreButton {
  display: inline-block;
  box-shadow: inset 0 0 0 0 transparent;
  border: 0;
  font-size: .875em;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 15.38462px 30px;
  background: #163052;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: background .3s, box-shadow .3s, color .3s;
  transition: background .3s, box-shadow .3s, color .3s;
  padding: 10px 20px;
}
.fsAthleticsEvent.fsList .fsLoadMoreButton:hover {
  background: transparent;
  box-shadow: inset 0 0 0 2px #163052;
  color: #163052;
}
.fsAthleticsEvent.fsList .fsLoadMoreButton em {
  display: block;
  font-style: normal;
}
.fsAthleticsEvent.fsEvent .fsAthleticsAdvantage,
.fsAthleticsEvent.fsEvent .fsAthleticsResultWrapper {
  margin: 10px 0;
}
.fsAthleticsEvent.fsEvent .fsTitle {
  display: inline-block;
}
.fsAthleticsEvent:not(.fsTable) .fsAthleticsOpponentNames,
.fsAthleticsEvent:not(.fsTable) .fsAthleticsOpponents {
  display: inline;
}
.fsAthleticsEvent .fsDateTime {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
  color: #C3C3C3;
}
.fsAthleticsEvent .fsTitle {
  margin-top: 10px;
}
.fsAthleticsEvent .fsTitle a {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 700;
}
.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;
}
.fsAthleticsRoster.fsCoaches .fsCoachImage {
  float: left;
  margin: 0 20px 10px 0;
  max-width: 100px;
}
.fsAthleticsRoster .fsRosterTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
  color: #656565;
}

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

.fsAthleticsRosterList {
  padding-top: 13.33333px;
}
.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 #252525;
}
.fsAthleticsRosterList li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.fsAthleticsRosterList li > div {
  margin-bottom: 5px;
}
.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;
}
.fsAthleticsTeam.fsProfile .fsAthleticsTeamName {
  margin-top: 0;
  font-weight: normal;
  color: #163052;
  font-size: 40px;
  font-weight: 300;
  line-height: 46px;
  margin-bottom: 20px;
}
@media (min-width: 1040px) {
  .fsAthleticsTeam.fsProfile .fsAthleticsTeamName {
    font-size: 60px;
    line-height: 66px;
  }
}

.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 {
  /*@include dateStyle;//optional*/
}
.fsCalendar .fsTitle {
  margin-bottom: 10px;
}
.fsCalendar .fsMonth,
.fsCalendar .fsDay {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  display: inline-block;
  margin-bottom: 8.33333px;
}
.fsCalendar .fsDayName {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  color: #898989;
}
.fsCalendar .fsEventDetails {
  margin-bottom: 10px;
}
.fsCalendar .fsTimeRange:before,
.fsCalendar .fsAllDay:before {
  background: url("../images/clock.svg") no-repeat 0 50%;
}
.fsCalendar .fsTimeRange .fsMeridian,
.fsCalendar .fsAllDay .fsMeridian {
  text-transform: lowercase;
}
.fsCalendar .fsLocation:before {
  background: url("../images/map.svg") no-repeat 0 50%;
}
.fsCalendar .fsLocation::before,
.fsCalendar .fsTimeRange::before,
.fsCalendar .fsAllDay::before {
  content: '';
  display: inline-block;
  height: 15px;
  margin-right: 8px;
  margin-top: 5px;
  vertical-align: top;
  width: 15px;
}
.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0;
}
.fsCalendar .fsReadMoreLink {
  display: block;
  font-weight: 700;
}
body:not(.home) .fsCalendar.fsList .fsYear {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  display: inline-block;
  margin-bottom: 8.33333px;
}

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

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

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

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}
.scroll-up span {
  display: inline-block;
  box-shadow: inset 0 0 0 0 transparent;
  border: 0;
  font-size: .875em;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 15.38462px 30px;
  background: #163052;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: background .3s, box-shadow .3s, color .3s;
  transition: background .3s, box-shadow .3s, color .3s;
  padding: 10px 20px;
}
.scroll-up span:hover {
  background: transparent;
  box-shadow: inset 0 0 0 2px #163052;
  color: #163052;
}
.scroll-up span em {
  display: block;
  font-style: normal;
}
.scroll-up + .fsCalendarLegend {
  margin-top: 20px !important;
}
@media screen and (min-width: 800px) {
  .scroll-up {
    display: none;
  }
}

.fsElementEventColorIcon {
  display: inline-block;
}

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

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
.fsCalendar.fsEvent .fsDayName {
  display: block;
  margin-bottom: -14px;
  margin-top: 20px;
}
.fsCalendar.fsEvent .fsEventRegLink a {
  background: #BF479A;
  border-radius: 3px;
  color: #FFF;
  display: inline-block;
  margin: 12px 0;
  padding: 10px 20px;
  text-shadow: none;
}
.fsCalendar.fsEvent .fsEventRegLink a:hover {
  -webkit-transition: .3s;
  transition: .3s;
  color: #FFF;
  background: #02A7C0;
}

/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElementTitle p {
  margin-bottom: 0;
}

.fsListItems article {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.fsGrid .fsListItems > article {
  padding-bottom: 20px;
}

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

.module {
  background: #BF479A;
}

.fsFeeds.fsSlideshow {
  margin-bottom: 30px;
  margin-top: 20px;
}

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

::-webkit-input-placeholder {
  color: #FFF;
}
:-moz-placeholder {
  color: #FFF;
}
::-moz-placeholder {
  color: #FFF;
}
:-ms-input-placeholder {
  color: #FFF;
}
/*! 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;
  box-shadow: inset 0 0 0 0 transparent;
  border: 0;
  font-size: .875em;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 15.38462px 30px;
  background: #163052;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: background .3s, box-shadow .3s, color .3s;
  transition: background .3s, box-shadow .3s, color .3s;
}
.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: transparent;
  box-shadow: inset 0 0 0 2px #163052;
  color: #163052;
}
.fsLogin .fsLoginMainView .fsLoginSubmit em, .fsLogin .fsLoginMainView button em, .fsLogin .fsLoginForgotView .fsLoginSubmit em, .fsLogin .fsLoginForgotView button em, .fsLogin .fsLoginNewView .fsLoginSubmit em, .fsLogin .fsLoginNewView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em, .fsAccount .fsLoginMainView button em, .fsAccount .fsLoginForgotView .fsLoginSubmit em, .fsAccount .fsLoginForgotView button em, .fsAccount .fsLoginNewView .fsLoginSubmit em, .fsAccount .fsLoginNewView button em {
  display: block;
  font-style: normal;
}
.fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
  display: block;
}
.fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
  margin-bottom: 10px;
}
.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block;
}
.fsLogin .fsLoginForgotView .fsLoginForgotSubmit, .fsAccount .fsLoginForgotView .fsLoginForgotSubmit {
  margin-right: 10px;
}
.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px;
}
.fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
    overflow: hidden;
    border-radius: 5px;
  }
}
.fsLogin .fsLoginNewFields .fsLoginNewContinue, .fsAccount .fsLoginNewFields .fsLoginNewContinue {
  margin-right: 10px;
}

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px;
}
.fsAccount .fsAccountLinks {
  margin: 0;
}
.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px;
}
.fsAccount .fsAccountLogout a {
  display: inline-block;
  box-shadow: inset 0 0 0 0 transparent;
  border: 0;
  font-size: .875em;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 15.38462px 30px;
  background: #163052;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: background .3s, box-shadow .3s, color .3s;
  transition: background .3s, box-shadow .3s, color .3s;
}
.fsAccount .fsAccountLogout a:hover {
  background: transparent;
  box-shadow: inset 0 0 0 2px #163052;
  color: #163052;
}
.fsAccount .fsAccountLogout a em {
  display: block;
  font-style: normal;
}

.fsMediaCustomPlayer {
  background: none;
  max-height: 900px;
  position: relative;
}
.fsMediaCustomPlayer article {
  background-position: center;
  background-size: cover;
  outline: 0;
  position: relative;
}
.fsMediaCustomPlayer article img {
  opacity: 0;
  visibility: hidden;
}
.fsMediaCustomPlayer .slick-slide {
  border: 0;
  min-height: 387px;
}
@media (min-width: 1040px) {
  .fsMediaCustomPlayer .slick-slide {
    min-height: 48.2638vw;
  }
}
.fsMediaCustomPlayer .caption-wrapper {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  left: 0;
  line-height: 24px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}
@media (min-width: 700px) {
  .fsMediaCustomPlayer .caption-wrapper {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.fsMediaCustomPlayer .caption-wrapper a {
  color: rgba(255, 255, 255, 0.5);
}
.fsMediaCustomPlayer .caption-wrapper a:hover {
  text-decoration: underline;
}
.fsMediaCustomPlayer .caption-title {
  margin-top: 0;
  font-weight: normal;
  color: #163052;
  font-size: 40px;
  font-weight: 300;
  line-height: 46px;
  margin-bottom: 20px;
  color: #FFF;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 1040px) {
  .fsMediaCustomPlayer .caption-title {
    font-size: 60px;
    line-height: 66px;
  }
}
@media (min-width: 1040px) {
  .fsMediaCustomPlayer .caption-title {
    font-size: 60px;
  }
}
.fsMediaCustomPlayer .caption-desc {
  font-size: 1.25em;
  font-weight: 700;
}
.fsMediaCustomPlayer .caption-desc p {
  margin-bottom: 40px;
  margin-top: 10px;
}
.fsMediaCustomPlayer .caption-desc p:last-child {
  margin-bottom: 10px;
}
.fsMediaCustomPlayer .caption-desc:empty {
  display: none;
}
.fsMediaCustomPlayer .caption-desc a {
  display: inline-block;
  font-size: 14px;
  padding: 13px 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background .3s, opacity .3s;
  transition: background .3s, opacity .3s;
}
.fsMediaCustomPlayer .caption-desc a:hover {
  text-decoration: none;
}

.slideshow-controls {
  bottom: 0;
  display: none;
  height: 250px;
  margin: auto;
  position: absolute;
  right: 66px;
  top: 40px;
  z-index: 3;
}
@media (min-width: 700px) {
  .slideshow-controls {
    display: block;
    z-index: 2;
  }
}
.slideshow-controls .slick-next {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  outline: 0;
  left: auto;
  right: 0;
  opacity: .5;
  padding: 0;
  position: absolute;
  bottom: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  width: 40px;
  z-index: 2;
}
.slideshow-controls .slick-next:before {
  color: #fff;
  background: url("../images/caretdown.svg") no-repeat center center;
  content: '';
  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);
}
.slideshow-controls .slick-next:hover {
  opacity: 1;
}
.slideshow-controls .slick-prev {
  display: none !important;
}
.slideshow-controls .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 40px;
}
.slideshow-controls .slick-dots li {
  cursor: pointer;
  line-height: 0;
  padding: 20px 0;
}
.slideshow-controls .slick-dots li:hover button, .slideshow-controls .slick-dots li.slick-active button {
  opacity: 1;
}
.slideshow-controls .slick-dots button {
  background: transparent;
  background: #FFF;
  border: 0;
  border-radius: 50%;
  font-size: 0;
  height: 10px;
  opacity: .5;
  outline: none;
  padding: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  width: 10px;
}
.slideshow-controls .slick-dots button:hover {
  opacity: 1;
}

.fsNews.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
}
@media (min-width: 600px) {
  .fsNews.fsThumbnailAlignLeft .fsThumbnail {
    float: left;
  }
}
.fsNews.fsThumbnailAlignRight .fsThumbnail {
  float: none;
}
@media (min-width: 600px) {
  .fsNews.fsThumbnailAlignRight .fsThumbnail {
    float: right;
  }
}
.fsNews .fsThumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.fsNews .fsTitle {
  margin-top: 10px;
}
.fsNews .fsAuthor {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
  color: #656565;
  margin-bottom: 0;
  margin-top: 16px;
}
.fsNews .fsDateTime {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
  color: #C3C3C3;
}
.fsNews .fsReadMoreLink {
  display: block;
  font-weight: 700;
}

.fsNews.fsGrid .fsListItems,
.fsPostElement.fsGrid .fsListItems {
  min-height: initial;
}
.fsNews.fsGrid .fsListItems .fsAlertFeeds,
.fsPostElement.fsGrid .fsListItems .fsAlertFeeds {
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
}

.fsPostElement .fsCategory {
  font-weight: bold;
}
.fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
}
@media (min-width: 600px) {
  .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
    float: left;
  }
}
.fsPostElement.fsThumbnailAlignRight .fsThumbnail {
  float: none;
}
@media (min-width: 600px) {
  .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
    float: right;
  }
}
.fsPostElement .fsThumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.fsPostElement .fsTitle {
  margin-bottom: 13.33333px;
  margin-top: 10px;
}
.fsPostElement .fsAuthor {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
  color: #656565;
  margin-bottom: 0;
  margin-top: 16px;
}
.fsPostElement .fsDateTime {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
  color: #C3C3C3;
}
.fsPostElement .fsReadMoreLink {
  display: block;
  font-weight: 700;
}
.fsPostElement.fsList .fsSummary p:last-of-type, .fsPostElement.fsGrid .fsSummary p:last-of-type {
  margin-bottom: 5px;
}

.fsPostElement.fsThumbnailXLarge .fsThumbnail,
.fsBoardElement.fsThumbnailXLarge .fsThumbnail {
  max-width: 768px;
}
.fsPostElement.fsThumbnailLarge .fsThumbnail,
.fsBoardElement.fsThumbnailLarge .fsThumbnail {
  max-width: 512px;
}
.fsPostElement.fsThumbnailMedium .fsThumbnail,
.fsBoardElement.fsThumbnailMedium .fsThumbnail {
  max-width: 256px;
}
.fsPostElement.fsThumbnailSmall .fsThumbnail,
.fsBoardElement.fsThumbnailSmall .fsThumbnail {
  max-width: 128px;
}
.fsPostElement .fsThumbnail,
.fsBoardElement .fsThumbnail {
  display: block;
}

/*! _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 */
.site-search {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 10px 20px;
  padding-bottom: 10px;
  text-align: center;
}
#fsHeader .site-search {
  display: none;
}
@media (min-width: 1040px) {
  #fsHeader .site-search {
    display: inline-block;
  }
}
.site-search button[type="submit"],
.site-search .btn-expand {
  padding: 10px 14px 9px;
}
.site-search button[type="submit"]::before,
.site-search .btn-expand::before {
  display: inline-block;
  content: '';
  height: 15px;
  width: 15px;
}
.site-search button[type="submit"]::before,
.site-search .btn-expand::before {
  background: url("../images/search.svg") no-repeat center center;
  opacity: .7;
}
.site-search button[type="submit"]:hover::before,
.site-search .btn-expand:hover::before {
  opacity: 1;
}
.site-search .btn-expand {
  opacity: 0;
  visibility: hidden;
  background-color: transparent;
  outline: none;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}
.site-search .btn-expand:hover::before {
  color: #6092d4;
}
.site-search .btn-expand::before {
  color: #02A7C0;
  -webkit-transition: .2s;
  transition: .2s;
}
.site-search button[type="submit"] {
  background: transparent;
  border: 0;
  vertical-align: middle;
}
.site-search button[type="submit"]::before {
  color: #132946;
}
.site-search input {
  background-color: #02A7C0;
  border: 0;
  color: #FFF;
  font-style: italic;
  font-weight: 700;
  height: 100%;
}

@media (min-width: 1040px) {
  .site-search {
    display: inline-block;
    border-bottom: 0;
    margin: 0 0 0 -5px;
    padding-bottom: 0;
    position: relative;
    text-align: left;
    vertical-align: top;
  }
  .site-search .btn-expand {
    opacity: 1;
    visibility: visible;
    border: 0;
    margin-left: -43px;
    position: absolute;
  }
  .site-search .btn-expand:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .site-search input {
    -webkit-transition: width .3s;
    transition: width .3s;
    max-width: none;
    padding: 0;
    position: absolute;
    right: 100%;
    top: 0;
    width: 0;
  }
  .site-search form[action="/search-results"] {
    float: left;
  }
  .site-search footer {
    display: inline-block;
  }

  .expanded .btn-expand {
    opacity: 0;
    visibility: hidden;
  }
  .expanded .site-search input {
    padding: 0 16px;
    width: 675px;
  }
  .expanded .site-search button[type="submit"] {
    background-color: rgba(0, 0, 0, 0.3);
    position: relative;
    width: auto;
  }
  .expanded .site-search button[type="submit"]::before {
    opacity: 1;
  }
}
.fsSearch.site-search {
  margin-bottom: 20px;
}
.fsSearch.site-search form.gsc-search-box-tools {
  width: 400px;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
  border: 0;
  height: 100%;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
  background: #02A7C0 !important;
  background-image: none !important;
  width: 100%;
  height: 50px !important;
  color: #252525;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 50px;
  width: 75px;
  background: #BF479A;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: "Search";
  color: #fff;
  font-family: "Lato", sans-serif;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 16px;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

/*! _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 #163052;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
  background: #fff !important;
  background-image: none !important;
  width: 100%;
  height: 50px !important;
  color: #163052;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 50px;
  width: 75px;
  background: #163052;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: "Search";
  color: #fff;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */
.fsSearchResults form.gsc-search-box-tools, .fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px;
}
.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
.fsSearchResults .gsc-results, .fsSearchFieldWithResults .gsc-results {
  width: 100%;
}
.fsSearchResults .gsc-webResult .gsc-result, .fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px;
}
.fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
  color: #163052;
}
.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: #02A7C0;
}
.fsSearchResults .gsc-table-result, .fsSearchResults .gsc-thumbnail-inside, .fsSearchResults .gsc-url-top, .fsSearchFieldWithResults .gsc-table-result, .fsSearchFieldWithResults .gsc-thumbnail-inside, .fsSearchFieldWithResults .gsc-url-top {
  padding: 0;
}
.fsSearchResults div.gs-title, .fsSearchFieldWithResults div.gs-title {
  margin-bottom: 10px;
}
.fsSearchResults a.gs-title, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page, .fsSearchFieldWithResults a.gs-title, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #02A7C0 !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: #000 !important;
}
.fsSearchResults .gsc-control-cse .gs-spelling, .fsSearchResults .gsc-control-cse .gs-result .gs-title, .fsSearchResults .gsc-control-cse .gs-result .gs-title *, .fsSearchFieldWithResults .gsc-control-cse .gs-spelling, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title * {
  font-size: 16px;
}
.fsSearchResults .gsc-results .gsc-cursor-box, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0;
}

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

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

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

.fsFacebookFollow {
  margin-top: 20px;
}

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

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

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

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

.vimeo_view_link a {
  display: inline-block;
  box-shadow: inset 0 0 0 0 transparent;
  border: 0;
  font-size: .875em;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 15.38462px 30px;
  background: #163052;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: background .3s, box-shadow .3s, color .3s;
  transition: background .3s, box-shadow .3s, color .3s;
}
.vimeo_view_link a:hover {
  background: transparent;
  box-shadow: inset 0 0 0 2px #163052;
  color: #163052;
}
.vimeo_view_link a em {
  display: block;
  font-style: normal;
}

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

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

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

.Youtube_view_link a {
  display: inline-block;
  box-shadow: inset 0 0 0 0 transparent;
  border: 0;
  font-size: .875em;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 15.38462px 30px;
  background: #163052;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: background .3s, box-shadow .3s, color .3s;
  transition: background .3s, box-shadow .3s, color .3s;
}
.Youtube_view_link a:hover {
  background: transparent;
  box-shadow: inset 0 0 0 2px #163052;
  color: #163052;
}
.Youtube_view_link a em {
  display: block;
  font-style: normal;
}

.fsElementToolsSearch .fsElementToolsKeyword {
  margin: 20px 0;
}

.fsElementToolsDateRangeStart,
.fsElementToolsDateRangeEnd {
  margin-bottom: 10px;
  max-width: 135px;
}

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}
.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}
@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}
.fsTabs .fsTabsNav li {
  margin-right: 2px;
}
.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  margin-bottom: 2px;
  display: block;
  padding: 13.33333px;
  color: #898989;
  -webkit-transition: .3s;
  transition: .3s;
  background: #f6f6f6;
  color: #898989;
}
.fsTabs .fsTabsNav li a:hover {
  background: #C3C3C3;
  color: #FFF;
}
.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #163052;
  color: #FFF;
}

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block;
}
@media (min-width: 600px) {
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
    display: none;
  }
}

/*! pages - home v0.0.1 */
.home .hdr-top {
  z-index: 1;
}
@media (min-width: 700px) {
  .home .hdr-top {
    background-color: transparent;
    margin-top: 40px;
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 1040px) {
  .home .hdr-top {
    z-index: 3;
  }
}
@media (min-width: 700px) {
  .home .hdr-top > .fsContainer > .fsElementContent,
  .home .hdr-top > .fsElementContent {
    text-align: left;
  }
}
.home .site-search .btn-expand {
  background-color: transparent;
}
.home .hdr-top-bar {
  width: 100%;
  z-index: 4;
}
@media (min-width: 700px) {
  .home .hdr-top-bar {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
  }
}
.home.drawer-is-active .hdr-top-bar {
  z-index: auto;
}
@media (min-width: 1040px) {
  .home .nav-utility-hdr > .fsElementContent:hover::before,
  .home .hdr-link1 a:hover,
  .home .site-search .btn-expand:hover,
  .home .hdr-link2 a:hover,
  .home .nav-main .fsNavLevel1 > li > a:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.home .hdr-link2 a {
  border-color: rgba(195, 195, 195, 0.6);
}
.home .fsPageLayout header a:hover {
  opacity: .8;
}
.home .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  color: #656565;
  margin-bottom: -2px;
}
@media (min-width: 700px) {
  .home .fsElementTitle {
    margin-bottom: 15px;
  }
}
.home .fsElementHeaderContent {
  float: none;
  font-size: .875em;
  margin-bottom: 14px;
  margin-top: 9px;
}
@media (min-width: 700px) {
  .home .fsElementHeaderContent {
    float: right;
    margin-top: 9px;
  }
}
.home .fsElementHeaderContent a {
  color: #898989;
  font-weight: bold;
}
.home .fsProfileImage {
  background-size: cover;
}
.home .fsProfileImage .fsThumbnail {
  opacity: 0;
}
.home .fsDialog .fsProfileImage {
  margin-right: 10px;
}
@media screen and (max-width: 1040px) and (min-width: 700px) {
  .home .hdr-logo a {
    max-width: 320px;
    padding: 0;
  }
}
.home .fsCalendar .fsDayName {
  display: block;
  color: #C3C3C3;
  text-transform: uppercase;
}
.home .fsCalendar .fsMonth,
.home .fsCalendar .fsDay {
  margin-top: 0;
  font-weight: normal;
  color: #163052;
  font-size: 40px;
  font-weight: 300;
  line-height: 46px;
  margin-bottom: 20px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media (min-width: 1040px) {
  .home .fsCalendar .fsMonth,
  .home .fsCalendar .fsDay {
    font-size: 60px;
    line-height: 66px;
  }
}

.district-top-links {
  display: inline-block;
}
.district-top-links ul, .district-top-links ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.district-top-links ul li {
  margin: 0;
  padding: 0;
}
.district-top-links li {
  display: inline-block;
}
.district-top-links a {
  opacity: .8;
  padding: 10px 12px 9px;
  max-height: 40px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  vertical-align: top;
}
.district-top-links a:hover {
  opacity: 1;
}

.home-slideshow > .fsElementContent {
  position: relative;
}
.home-slideshow .slick-track > article {
  		/*&:nth-child(6) {
  			&::before {
  				background-color: $m1;
  			}
  
  			@include breakpoint($bp-big) {
  				&::before {
  					background-color: transparent;
  				}
  			}
  		}*/
}
.home-slideshow .slick-track > article::before {
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
}
.home-slideshow .slick-track > article:nth-child(1)::before {
  background-color: #BF479A;
}
@media (min-width: 700px) {
  .home-slideshow .slick-track > article:nth-child(1)::before {
    background: transparent;
    background: -webkit-linear-gradient(top, transparent 30%, #BF479A 240%);
    background: linear-gradient(to bottom, transparent 30%, #BF479A 240%);
    background-color: transparent;
  }
}
.home-slideshow .slick-track > article:nth-child(1) .caption-desc a {
  background-color: #FFF;
  color: #BF479A;
}
@media (min-width: 700px) {
  .home-slideshow .slick-track > article:nth-child(1) .caption-desc a {
    background-color: #BF479A;
    color: #FFF;
  }
  .home-slideshow .slick-track > article:nth-child(1) .caption-desc a:hover {
    background-color: #bb4195;
  }
}
.home-slideshow .slick-track > article:nth-child(2)::before {
  background-color: #02A7C0;
}
@media (min-width: 700px) {
  .home-slideshow .slick-track > article:nth-child(2)::before {
    background: transparent;
    background: -webkit-linear-gradient(top, transparent 30%, #02A7C0 240%);
    background: linear-gradient(to bottom, transparent 30%, #02A7C0 240%);
    background-color: transparent;
  }
}
.home-slideshow .slick-track > article:nth-child(2) .caption-desc a {
  background-color: #FFF;
  color: #02A7C0;
}
@media (min-width: 700px) {
  .home-slideshow .slick-track > article:nth-child(2) .caption-desc a {
    background-color: #02A7C0;
    color: #FFF;
  }
  .home-slideshow .slick-track > article:nth-child(2) .caption-desc a:hover {
    background-color: #029eb6;
  }
}
.home-slideshow .slick-track > article:nth-child(3)::before {
  background-color: #80A355;
}
@media (min-width: 700px) {
  .home-slideshow .slick-track > article:nth-child(3)::before {
    background: transparent;
    background: -webkit-linear-gradient(top, transparent 30%, #80A355 240%);
    background: linear-gradient(to bottom, transparent 30%, #80A355 240%);
    background-color: transparent;
  }
}
.home-slideshow .slick-track > article:nth-child(3) .caption-desc a {
  background-color: #FFF;
  color: #80A355;
}
@media (min-width: 700px) {
  .home-slideshow .slick-track > article:nth-child(3) .caption-desc a {
    background-color: #80A355;
    color: #FFF;
  }
  .home-slideshow .slick-track > article:nth-child(3) .caption-desc a:hover {
    background-color: #7b9c52;
  }
}
.home-slideshow .slick-track > article:nth-child(4)::before {
  background-color: #8D378B;
}
@media (min-width: 700px) {
  .home-slideshow .slick-track > article:nth-child(4)::before {
    background: transparent;
    background: -webkit-linear-gradient(top, transparent 30%, #8D378B 240%);
    background: linear-gradient(to bottom, transparent 30%, #8D378B 240%);
    background-color: transparent;
  }
}
.home-slideshow .slick-track > article:nth-child(4) .caption-desc a {
  background-color: #FFF;
  color: #8D378B;
}
@media (min-width: 700px) {
  .home-slideshow .slick-track > article:nth-child(4) .caption-desc a {
    background-color: #8D378B;
    color: #FFF;
  }
  .home-slideshow .slick-track > article:nth-child(4) .caption-desc a:hover {
    background-color: #863484;
  }
}

.home-news .fsThumbnail {
  display: none;
}
@media (min-width: 700px) {
  .home-news .fsThumbnail {
    display: block;
    height: 100%;
    line-height: 0;
    overflow: hidden;
    position: relative;
  }
  .home-news .fsThumbnail::after {
    background: transparent;
    background: -webkit-linear-gradient(top, transparent 0%, #000 110%);
    background: linear-gradient(to bottom, transparent 0%, #000 110%);
    content: '';
    height: 200%;
    left: 0;
    position: absolute;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    width: 100%;
  }
}
.home-news article {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .home-news .fsCroppedImage {
    height: 100%;
    -webkit-transition: -webkit-filter .4s, filter .4s;
    transition: filter .4s;
  }
  .home-news article {
    float: left;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    width: calc(34% - 5px);
  }
  .home-news article:first-child {
    height: 487px;
    margin-right: 5px;
    width: 66%;
  }
  .home-news article:hover .fsReadMoreLink,
  .home-news article:hover .fsSummary {
    opacity: 1;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .home-news article:hover .fsThumbnail::after {
    background: transparent;
    background: -webkit-linear-gradient(top, transparent 0%, #222222 110%);
    background: linear-gradient(to bottom, transparent 0%, #222222 110%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .home-news article:hover .fsThumbnail .fsCroppedImage {
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
  .home-news article:hover .news-cont {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .home-news article:hover .fsTitle::before {
    background-color: #02A7C0;
  }
  .home-news article:not(:first-child) {
    height: 241px;
  }
  .home-news .fsReadMoreLink,
  .home-news .fsSummary {
    opacity: 0;
    overflow: hidden;
    -webkit-transition: .9s;
    transition: .9s;
  }
}
@media (min-width: 700px) {
  .home-news .fsSummary > p,
  .home-news .fsSummary > a,
  .home-news .fsTitle > p,
  .home-news .fsTitle > a {
    display: block;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.home-news .fsReadMoreLink,
.home-news .fsSummary {
  display: none;
}
@media (min-width: 700px) {
  .home-news .fsReadMoreLink,
  .home-news .fsSummary {
    display: block;
  }
}
.home-news .fsTitle {
  display: block;
  font-size: 1.125em;
  margin-bottom: 0;
}
.home-news .fsTitle::before {
  background-color: #C3C3C3;
  content: '';
  display: inline-block;
  height: 2px;
  width: 50px;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}
@media (min-width: 700px) {
  .home-news .fsTitle {
    overflow: hidden;
    margin-bottom: 10px;
  }
  .home-news .fsTitle::before {
    background-color: #FFF;
  }
}
.home-news .fsTitle > a {
  color: #424242;
  display: block;
  margin-top: 7px;
}
@media (min-width: 700px) {
  .home-news .fsTitle > a {
    color: #FFF;
    margin-top: 0;
  }
}
.home-news .fsTitle > a:hover {
  opacity: .8;
}
.home-news > .fsElementContent > article:first-child .fsTitle {
  font-weight: normal;
}
@media (min-width: 700px) {
  .home-news > .fsElementContent > article:first-child .fsTitle {
    font-size: 1.5em;
  }
}
.home-news .news-cont {
  color: #FFF;
  padding: 0;
}
@media (min-width: 700px) {
  .home-news .news-cont {
    bottom: 0;
    max-height: 230px;
    max-width: 100%;
    padding: 30px 40px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translate(0, 65px);
    -ms-transform: translate(0, 65px);
    transform: translate(0, 65px);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
  }
}

.home-calendar header .fsElementHeaderContent,
.home-calendar header .fsElementTitle,
.home-news header .fsElementHeaderContent,
.home-news header .fsElementTitle,
.home-community-title header .fsElementHeaderContent,
.home-community-title header .fsElementTitle {
  display: block;
  text-align: center;
}
@media (min-width: 700px) {
  .home-calendar header .fsElementHeaderContent,
  .home-calendar header .fsElementTitle,
  .home-news header .fsElementHeaderContent,
  .home-news header .fsElementTitle,
  .home-community-title header .fsElementHeaderContent,
  .home-community-title header .fsElementTitle {
    display: inline-block;
    text-align: left;
  }
}

.home-calendar {
  clear: both;
  padding-top: 50px;
}
.home-calendar.fsList .fsDayName {
  color: #000;
  display: block;
  font-size: 18px;
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .home-calendar.fsList .fsDayName {
    margin-bottom: 5px;
  }
}
.home-calendar.fsList .fsDay,
.home-calendar.fsList .fsMonth {
  margin-top: 0;
  font-weight: normal;
  color: #163052;
  font-size: 40px;
  font-weight: 300;
  line-height: 46px;
  margin-bottom: 20px;
  color: #FFF;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media (min-width: 1040px) {
  .home-calendar.fsList .fsDay,
  .home-calendar.fsList .fsMonth {
    font-size: 60px;
    line-height: 66px;
  }
}
.home-calendar .fsTitle {
  margin-bottom: 10px;
  max-width: 235px;
  padding-right: 10px;
}
.home-calendar .fsTitle a {
  color: #FFF;
}
.home-calendar .fsTitle a:hover {
  opacity: .8;
}
.home-calendar article {
  color: #FFF;
  margin-bottom: 0;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-bottom: 30px;
  padding-top: 32px;
  width: calc(100% + 2.5em);
}
@media (min-width: 700px) {
  .home-calendar article {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 56px;
    padding-top: 64px;
    width: 100%;
  }
}
@media (min-width: 700px) {
  .home-calendar .fsListItems {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.home-calendar .fsListItems > article:first-child {
  background-color: rgba(141, 55, 139, 0.75);
}
.home-calendar .fsListItems > article:nth-child(2) {
  background-color: rgba(141, 55, 139, 0.85);
}
.home-calendar .fsListItems > article:nth-child(3) {
  background-color: rgba(141, 55, 139, 0.95);
}
.home-calendar .fsListItems > article:nth-child(4) {
  background-color: rgba(141, 55, 139, 0.99);
}
.home-calendar .fsListItems > article:nth-child(5) {
  background-color: #7e317d;
}
.home-calendar > header {
  background-color: rgba(141, 55, 139, 0.75);
  margin-left: -1.25em;
  padding: 32px 0 0;
  width: calc(100% + 2.5em);
}
@media (min-width: 700px) {
  .home-calendar > header {
    background-color: transparent;
    margin-left: 0;
    padding: 0;
    width: auto;
  }
}
.home-calendar .fsElementTitle {
  color: #FFF;
}
@media (min-width: 700px) {
  .home-calendar .fsElementTitle {
    color: #656565;
  }
}
.home-calendar .fsElementHeaderContent {
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .home-calendar .fsElementHeaderContent {
    margin-bottom: 14px;
  }
}
.home-calendar .fsElementHeaderContent a {
  color: #FFF;
}
@media (min-width: 700px) {
  .home-calendar .fsElementHeaderContent a {
    color: #898989;
  }
}
.home-calendar.district > .fsElementContent, .home-calendar.private > .fsElementContent {
  position: relative;
}
@media (min-width: 700px) {
  .home-calendar.district > .fsElementContent::before, .home-calendar.district > .fsElementContent::after, .home-calendar.private > .fsElementContent::before, .home-calendar.private > .fsElementContent::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .home-calendar.district > .fsElementContent::before, .home-calendar.private > .fsElementContent::before {
    background-color: rgba(141, 55, 139, 0.75);
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .home-calendar.district > .fsElementContent::after, .home-calendar.private > .fsElementContent::after {
    background-color: rgba(141, 55, 139, 0.95);
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@media (min-width: 700px) {
  .home-calendar.district .fsListItems > article:not(:first-child):not(:first-child), .home-calendar.private .fsListItems > article:not(:first-child):not(:first-child) {
    padding-left: 70px;
  }
}
@media screen and (max-width: 1040px) and (min-width: 700px) {
  .home-calendar.district .fsListItems > article:not(:first-child):not(:first-child), .home-calendar.private .fsListItems > article:not(:first-child):not(:first-child) {
    padding-left: 40px;
  }
}
.home-calendar.district article, .home-calendar.private article {
  margin-left: -1.25em;
}
@media (min-width: 700px) {
  .home-calendar.district article, .home-calendar.private article {
    margin: 0;
  }
}
.home-calendar.jhs {
  clear: none;
  padding-top: 0;
}
@media (min-width: 700px) {
  .home-calendar.jhs {
    max-height: 600px;
    overflow: auto;
  }
}
@media (min-width: 700px) {
  .home-calendar.jhs.fsList .fsDayName {
    margin-bottom: 0;
  }
}
.home-calendar.jhs .fsListItems {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-calendar.jhs article {
  padding: 20px 30px;
}
@media (min-width: 700px) {
  .home-calendar.jhs article {
    min-height: 200px;
    padding: 48px;
  }
}
.home-calendar.jhs .fsDayName {
  font-weight: 400;
}
@media (min-width: 700px) {
  .home-calendar.jhs .fsDate,
  .home-calendar.jhs .home-cal-details {
    float: left;
  }
}
.home-calendar.jhs .fsDate {
  margin-right: 5%;
}
.home-calendar .fsTimeRange::before,
.home-calendar .fsAllDay::before {
  background: url("../images/clock_white.svg") no-repeat 0 50%;
}
.home-calendar .fsLocation::before {
  background: url("../images/map_white.svg") no-repeat 0 50%;
}

@media (min-width: 700px) {
  .jhs-home-img,
  .home-calendar.jhs {
    display: inline-block;
    float: left;
    width: 50%;
  }
}

.jhs-home-img {
  background-position: center;
  background-size: cover;
  line-height: 0;
  position: relative;
}
@media (min-width: 700px) {
  .jhs-home-img {
    min-height: 600px;
  }
}
.jhs-home-img img {
  opacity: 0;
}
.jhs-home-img::before {
  background: transparent;
  background: -webkit-linear-gradient(top, transparent 30%, #BF479A 240%);
  background: linear-gradient(to bottom, transparent 30%, #BF479A 240%);
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
}

.jhs-home .fsAccordion:not(.fsTabs) .fsPanel > .fsElementContent {
  border: 0;
}
.jhs-home .fsAccordion .fsPanel > header {
  background-color: transparent;
  border-top: 3px solid #C3C3C3;
}
.jhs-home .fsAccordion .fsPanel > header:hover a {
  color: #898989;
}
.jhs-home .fsAccordion .fsPanel > header h2 {
  font-size: 1.5em;
  padding: 20px 40px 20px 10px;
}
.jhs-home .fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header h2::after, .jhs-home .fsAccordion.fsPanelIconAfter .fsPanel > header h2::after {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.jhs-home .fsPanel > .fsElementContent {
  padding: 0;
}
.jhs-home .fsPageLayout > .fsDiv > .fsContent:first-child {
  margin: 0 auto;
  max-width: 970px;
  padding-bottom: 50px;
  padding-top: 60px;
}
.jhs-home .fsGrid .fsListItems {
  margin: 0 -10px;
}
.jhs-home .fsGrid .fsListItems > article {
  padding-left: 10px;
  padding-right: 10px;
}
.jhs-home .fsDateTime {
  color: #C3C3C3;
}

.home-community-title {
  clear: both;
  padding-top: 50px;
}

.home-community .fsBiography p {
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .home-community .fsConstituentProfile.fsHasPhoto > div {
    padding-left: 0;
  }
  .home-community .fsConstituentProfile.fsHasPhoto .fsProfileImage {
    background-position: center;
    float: none;
    margin-bottom: 0;
    max-width: none;
    height: 500px;
    position: relative;
  }
  .home-community .fsConstituentProfile.fsHasPhoto .community-cont {
    padding: 30px 40px;
  }
}
.home-community .fsConstituentProfile:hover .community-cont {
  pointer-events: auto;
}
@media (min-width: 700px) {
  .home-community .fsConstituentProfile:hover .community-cont {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (min-width: 700px) {
  .home-community .fsConstituentProfile:hover .fsViewProfileLink,
  .home-community .fsConstituentProfile:hover .fsBiography {
    opacity: 1;
    -webkit-transition: .9s;
    transition: .9s;
  }
}
.home-community .fsConstituentProfile:hover .fsProfileImage {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.home-community .fsConstituentProfile:hover .fsProfileImage::after {
  background: transparent;
  background: -webkit-linear-gradient(top, transparent 0%, #222222 110%);
  background: linear-gradient(to bottom, transparent 0%, #222222 110%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.home-community .fsProfileImage {
  display: none;
}
@media (min-width: 700px) {
  .home-community .fsProfileImage {
    display: block;
    overflow: hidden;
    -webkit-transition: -webkit-filter .4s, filter .4s;
    transition: filter .4s;
  }
  .home-community .fsProfileImage::after {
    background: transparent;
    background: -webkit-linear-gradient(top, transparent 0%, #000 110%);
    background: linear-gradient(to bottom, transparent 0%, #000 110%);
    content: '';
    height: 200%;
    left: 0;
    position: absolute;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    width: 100%;
  }
}
.home-community .profile-image-cont {
  /*this is appended via js and is to hide the edges of the filter blur as it's animated*/
  overflow: hidden;
}
.home-community .fsFullName {
  margin-bottom: 0;
}
.home-community .fsFullName::before {
  background-color: #C3C3C3;
  content: '';
  display: inline-block;
  height: 2px;
  width: 50px;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}
@media (min-width: 700px) {
  .home-community .fsFullName::before {
    background-color: #FFF;
  }
}
.home-community .fsFullName a {
  color: #656565;
  display: block;
  padding-top: 10px;
}
@media (min-width: 700px) {
  .home-community .fsFullName a {
    color: #FFF;
  }
}
.home-community .fsClassOf,
.home-community .fsTitles {
  font-size: .875em;
  margin-bottom: 20px;
}
.home-community .community-cont {
  color: #424242;
}
@media (min-width: 700px) {
  .home-community .community-cont {
    bottom: 0;
    color: #FFF;
    max-height: 230px;
    max-width: 100%;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translate(0, 65px);
    -ms-transform: translate(0, 65px);
    transform: translate(0, 65px);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
  }
}
@media (min-width: 700px) {
  .home-community .fsViewProfileLink,
  .home-community .fsBiography {
    display: block;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
  }
}
@media (min-width: 700px) {
  .home-community .fsViewProfileLink a:hover {
    color: #FFF;
  }
}
@media (min-width: 700px) {
  .home-community .fsBiography > p {
    display: block;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 700px) {
  .home-community > .fsElementContent {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 700px) {
  .home-community > .fsElementContent > .fsConstituent {
    float: left;
    width: 33.33333%;
  }
  .home-community > .fsElementContent > .fsConstituent:first-child {
    padding-left: 1.25em;
  }
  .home-community > .fsElementContent > .fsConstituent:last-child {
    padding-right: 1.25em;
  }
  .home-community > .fsElementContent > .fsConstituent:not(:first-child) {
    padding-left: 5px;
  }
}

.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: #000;
}
.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: #02A7C0;
}

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

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

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

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none;
}
.colors ol:after {
  display: table;
  clear: both;
  content: '';
}
.colors ol li {
  position: relative;
  float: left;
  margin-bottom: 2em;
  height: 4em;
  width: 33.33333%;
}
@media (min-width: 600px) {
  .colors ol li {
    width: 16.66667%;
  }
}
@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
    width: 8.33333%;
  }
}
.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}
.colors ol li:nth-of-type(1) {
  background: #163052;
  color: #163052;
}
.colors ol li:nth-of-type(1):after {
  content: "#163052";
}
.colors ol li:nth-of-type(2) {
  background: #BF479A;
  color: #BF479A;
}
.colors ol li:nth-of-type(2):after {
  content: "#BF479A";
}
.colors ol li:nth-of-type(3) {
  background: #02A7C0;
  color: #02A7C0;
}
.colors ol li:nth-of-type(3):after {
  content: "#02A7C0";
}
.colors ol li:nth-of-type(4) {
  background: #80A355;
  color: #80A355;
}
.colors ol li:nth-of-type(4):after {
  content: "#80A355";
}
.colors ol li:nth-of-type(5) {
  background: #8D378B;
  color: #8D378B;
}
.colors ol li:nth-of-type(5):after {
  content: "#8D378B";
}
.colors ol li:nth-of-type(6) {
  background: #252525;
  color: #252525;
}
.colors ol li:nth-of-type(6):after {
  content: "#252525";
}
.colors ol li:nth-of-type(7) {
  background: #424242;
  color: #424242;
}
.colors ol li:nth-of-type(7):after {
  content: "#424242";
}
.colors ol li:nth-of-type(8) {
  background: #656565;
  color: #656565;
}
.colors ol li:nth-of-type(8):after {
  content: "#656565";
}
.colors ol li:nth-of-type(9) {
  background: #898989;
  color: #898989;
}
.colors ol li:nth-of-type(9):after {
  content: "#898989";
}
.colors ol li:nth-of-type(10) {
  background: #C3C3C3;
  color: #C3C3C3;
}
.colors ol li:nth-of-type(10):after {
  content: "#C3C3C3";
}
.colors ol li:nth-of-type(11) {
  background: #000;
  color: #000;
}
.colors ol li:nth-of-type(11):after {
  content: "#000";
}
.colors ol li:nth-of-type(12) {
  background: #FFF;
  color: #FFF;
}
.colors ol li:nth-of-type(12):after {
  content: "#FFF";
}

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

.headers h1:after {
  content: " size: 60px / line: 66px";
}
.headers h2:after {
  content: " size: 32px / line: 38px";
}
.headers h3:after {
  content: " size: 24px / line: 32px";
}
.headers h4:after {
  content: " size: 18px / line: 24px";
}
.headers h5:after {
  content: " size: 16px / line: 24px";
}
.headers h6:after {
  content: " size: 16px / line: 24px";
}

@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: #163052;
    font-size: 40px;
    font-weight: 300;
    line-height: 46px;
    margin-bottom: 20px;
  }
}
@media print and (min-width: 1040px) {
  #fsHeader .site-name {
    font-size: 60px;
    line-height: 66px;
  }
}

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