 /**
 *
 * American School of Lima - default
 * @link http://lima.finalsite.com
 * Built By: Al Ramos
 * Project Manager: Shanda Cuscovitch
 * Designer: Heidi Beutel
 *
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-family: "ff-tisa-web-pro", Georgia, serif;
  font-size: 45px;
  line-height: 50px;
  color: #d3222a;
  margin-bottom: 16px;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-family: "ff-tisa-web-pro", Georgia, serif;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 16px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-family: "ff-tisa-web-pro", Georgia, serif;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-family: "ff-tisa-web-pro", Georgia, serif;
  font-size: 30px;
  line-height: 35px;
  color: #002664;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-family: "ff-tisa-web-pro", Georgia, serif;
  font-size: 25px;
  line-height: 30px;
  color: #002664;
  margin-bottom: 10px;
}

h6, .module .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-family: "ff-tisa-web-pro", Georgia, serif;
  font-size: 20px;
  line-height: 25px;
  color: #d3222a;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

p {
  margin: 0 0 20px;
}

hr {
  margin: 0 auto 20px;
}

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

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

ul {
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAICAYAAADeM14FAAAAMUlEQVQIW2NkQAOMl4w00hgYGEH4LAPDv1mMl4w0zzAyMhqDFP7/z4BVAE0LhqEEBQAKnBJVB70rgAAAAABJRU5ErkJggg==);
}
.mod-red ul {
  list-style-image: none;
}

table.styled, .fs_style_30 {
  margin-bottom: 1.25em;
  width: 100%;
}
table.styled tr:nth-of-type(odd) td, .fs_style_30 tr:nth-of-type(odd) td {
  background-color: #ebebeb;
}
table.styled th,
table.styled td, .fs_style_30 th,
.fs_style_30 td {
  vertical-align: top;
}
table.styled th, .fs_style_30 th {
  padding: 10px 24px;
  text-align: left;
  background: #002664;
  color: #fff;
  text-transform: uppercase;
}
table.styled td, .fs_style_30 td {
  padding: 0.625em 1.25em;
}

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

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

/*! content - buttons v0.0.1 */
.fsLoadMoreButton {
  display: inline-block;
  border: 0;
  padding: 10px 20px;
  background: #343434;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  text-shadow: none;
}
.fsLoadMoreButton:hover {
  background: #272727;
  color: #fff;
}
.fsLoadMoreButton em {
  display: block;
  font-style: normal;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
#fsBannerLeft .fsLoadMoreButton, #fsBannerRight .fsLoadMoreButton {
  display: block;
}

.button {
  display: inline-block;
  border: 0;
  padding: 10px 20px;
  background: #002664;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.button:hover {
  background: #001c4b;
  color: #fff;
}
.button em {
  display: block;
  font-style: normal;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
#fsBannerLeft .button, #fsBannerRight .button {
  display: block;
}

.color-button {
  display: inline-block;
  border: 0;
  padding: 10px 20px;
  background: #d3222a;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.color-button:hover {
  background: #bd1e26;
  color: #fff;
}
.color-button em {
  display: block;
  font-style: normal;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
#fsBannerLeft .color-button, #fsBannerRight .color-button {
  display: block;
}

.hollow-button {
  display: inline-block;
  border: 0;
  padding: 10px 20px;
  background: transparent;
  color: #d3222a;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  border: 0.2em solid #d3222a;
}
.hollow-button:hover {
  background: transparent;
  color: #d3222a;
}
.hollow-button em {
  display: block;
  font-style: normal;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
#fsBannerLeft .hollow-button, #fsBannerRight .hollow-button {
  display: block;
}

.fs_style_23 {
  display: inline-block;
  border: 0;
  padding: 10px 20px;
  background: #d3222a;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.fs_style_23:hover {
  background: #bd1e26;
  color: #fff;
}
.fs_style_23 em {
  display: block;
  font-style: normal;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
#fsBannerLeft .fs_style_23, #fsBannerRight .fs_style_23 {
  display: block;
}

.fs_style_26 {
  display: inline-block;
  border: 0;
  padding: 10px 20px;
  background: #002664;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.fs_style_26:hover {
  background: #001c4b;
  color: #fff;
}
.fs_style_26 em {
  display: block;
  font-style: normal;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
#fsBannerLeft .fs_style_26, #fsBannerRight .fs_style_26 {
  display: block;
}

.fs_style_27 {
  display: inline-block;
  border: 0;
  padding: 10px 20px;
  background: #002664;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.fs_style_27:hover {
  background: #001c4b;
  color: #fff;
}
.fs_style_27 em {
  display: block;
  font-style: normal;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
#fsBannerLeft .fs_style_27, #fsBannerRight .fs_style_27 {
  display: block;
}

.fs_style_28 {
  display: inline-block;
  border: 0;
  padding: 10px 20px;
  background: #d3222a;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.fs_style_28:hover {
  background: #bd1e26;
  color: #fff;
}
.fs_style_28 em {
  display: block;
  font-style: normal;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
#fsBannerLeft .fs_style_28, #fsBannerRight .fs_style_28 {
  display: block;
}

.fs_style_29 {
  display: inline-block;
  border: 0;
  padding: 10px 20px;
  background: #343434;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.fs_style_29:hover {
  background: #272727;
  color: #fff;
}
.fs_style_29 em {
  display: block;
  font-style: normal;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
#fsBannerLeft .fs_style_29, #fsBannerRight .fs_style_29 {
  display: block;
}

.fs_style_27, .fs_style_28, .fs_style_29 {
  font-size: 23px;
  font-family: "ff-tisa-web-pro", Georgia, serif;
  text-transform: none;
  border-radius: 16px;
  padding: 16px 25px;
}

/*! content - style manger v0.0.1 */
.lead-in, .fs_style_24 {
  font-size: 20px;
  line-height: 28px;
  color: #002664;
  font-weight: 700;
}

blockquote {
  position: relative;
  margin: 20px 0 0;
  font-size: 25px;
  line-height: 1.35;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  color: #002664;
  text-align: center;
  font-family: "ff-tisa-web-pro", Georgia, serif;
  padding: 15px 60px;
}

cite, .fs_style_25 {
  display: block;
  font-style: normal;
  color: #fff;
  background-color: #d3222a;
  padding: 13px;
  text-align: center;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 20px;
}
cite:before, .fs_style_25:before {
  content: '- ';
}

.callout {
  font-family: "ff-tisa-web-pro", Georgia, serif;
  font-size: 25px;
  line-height: 33px;
  color: #002664;
}
.callout.left {
  float: left;
  margin-left: 20px;
}
@media (min-width: 500px) {
  .callout.left {
    width: 50%;
  }
}
.callout.right {
  float: right;
  margin-right: 20px;
}
@media (min-width: 500px) {
  .callout.right {
    width: 50%;
  }
}

/*! structure - header v0.0.1 */
#fsHeader {
  background: #fff;
  position: relative;
}
#fsHeader > .fsBanner {
  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;
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  position: static;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
#fsHeader > .fsBanner:after {
  display: none;
}
@media (max-width: 1219px) {
  #fsHeader > .fsBanner {
    padding: 0 20px;
  }
}

.site-info-container {
  overflow: hidden;
  white-space: nowrap;
}
.site-info-container a {
  display: block;
  padding: 20px 0;
  color: transparent;
}
.site-info-container a:hover {
  color: transparent;
}
.site-info-container a img {
  width: 400px;
}

.header-util {
  margin-left: auto;
}
#fsHeader .header-util {
  position: absolute;
  top: 0;
  right: 20px;
  background-color: #fff;
  height: 100%;
}
.header-util > .fsElementContent > *:not(.header-translate) > header {
  text-align: center;
}
.header-util > .fsElementContent > *:not(.header-translate) > header:before {
  display: block;
  color: #d3222a;
  line-height: 1;
  font-size: 26px;
}
.header-util > .fsElementContent > *:not(.header-translate) > header .fsElementTitle {
  font-size: 15px;
  color: #d3222a;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  margin-top: 8px;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .header-util > .fsElementContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%;
    min-width: 400px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header-util > .fsElementContent > *:not(.header-translate) {
    position: relative;
  }
  .header-util > .fsElementContent > *:not(.header-translate) > .fsElementContent {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    overflow: hidden;
  }
  .header-util > .fsElementContent > *:not(.header-translate):hover > .fsElementContent {
    max-height: 9999px;
  }
}
@media (min-width: 1025px) and (max-width: 599px) {
  .header-util > .fsElementContent > *:not(.header-translate):focus > .fsElementContent {
    max-height: 9999px;
  }
}
@media (min-width: 1025px) {
  .header-util > .fsElementContent > *:not(.header-translate) header {
    width: 100px;
    padding: 0 10px;
  }
  .header-util > .fsElementContent > *:not(.header-translate) > .fsElementContent {
    width: 100%;
    background: #fff;
    border: 1px solid #e6e6e6;
    display: none;
    position: static;
    overflow: visible;
    max-height: none;
    margin-right: 10px;
  }
  .header-util > .fsElementContent > *:not(.header-translate):hover header .fsElementTitle, .header-util > .fsElementContent > *:not(.header-translate):hover header:before {
    color: #002664;
  }
  .header-util > .fsElementContent .header-quicklinks:hover > .fsElementContent,
  .header-util > .fsElementContent .header-search:hover > .fsElementContent {
    display: block;
    max-height: none;
  }
  .header-util > .fsElementContent .header-login.active > .fsElementContent {
    display: block;
    max-height: none;
  }
  .header-util > .fsElementContent > .header-translate {
    padding-left: 25px;
  }
  .header-util > .fsElementContent > * {
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-util > .fsElementContent > * + * {
    border-left: 1px solid #cccccc;
  }
}
.fsMenu .header-util {
  padding: 20px;
}
.fsMenu .header-util > .fsElementContent > *:not(.header-translate) > header {
  display: inline-block;
}
@media (max-width: 1024px) {
  #fsHeader .header-util {
    display: none;
  }
}

.header-login > header:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.header-login form {
  position: relative;
}
.header-login .fsError {
  display: none;
}
.header-login .fsError + .fsLoginMainView form {
  padding-top: 1px;
}
.header-login .fsError + .fsLoginMainView form label input {
  outline: 1px solid #c00;
  padding-left: 10px;
}
.header-login .fsLoginForgotPasswordLink {
  position: absolute;
  top: 0;
  right: 97px;
  bottom: 0;
  width: 100px;
  color: #002664;
  margin-bottom: 0 !important;
  text-align: center;
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-login .fsLoginForgotPasswordLink a {
  color: #002664;
  line-height: 1;
}
.header-login .fsLoginForgotPasswordLink a:hover {
  color: #d3222a;
}
.header-login .fsLoginForgotView {
  padding: 8px 20px;
}
.header-login .fsLoginForgotView h3 {
  display: none;
}
.header-login .fsLoginForgotView .fsLoginForgotInstructions {
  font-size: 12px;
}
.header-login .fsLoginForgotView input[type='text'].fsLoginForgotEmail {
  padding: 5px 10px;
  margin: 5px 0;
  border: 1px solid #e6e6e6;
}
.header-login .fsLoginForgotView .fsLoginForgotSubmit, .header-login .fsLoginForgotView .fsLoginForgotCancel {
  font-size: 12px;
  padding: 5px 14px;
}
.header-login .fsElementContent label > span {
  display: none;
}
.header-login .fsElementContent label {
  margin-left: 18px;
  margin-right: 202px;
}
.header-login .fsElementContent label + label {
  border-top: 1px solid #e6e6e6;
}
.header-login .fsElementContent input[type='text'], .header-login .fsElementContent input[type='password'] {
  border: 0;
  margin-bottom: 0;
  width: 100%;
  padding: 16px 0;
}
.header-login .fsElementContent input[type='text']::-webkit-input-placeholder, .header-login .fsElementContent input[type='password']::-webkit-input-placeholder {
  color: #343434;
}
.header-login .fsElementContent input[type='text']:-moz-placeholder, .header-login .fsElementContent input[type='password']:-moz-placeholder {
  color: #343434;
}
.header-login .fsElementContent input[type='text']::-moz-placeholder, .header-login .fsElementContent input[type='password']::-moz-placeholder {
  color: #343434;
}
.header-login .fsElementContent input[type='text']:-ms-input-placeholder, .header-login .fsElementContent input[type='password']:-ms-input-placeholder {
  color: #343434;
}
.header-login .fsElementContent .fsLoginMainView .fsLoginSubmit, .header-login .fsElementContent .fsAccountLogout a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  background: #d3222a;
  height: 100%;
}
.header-login .fsElementContent .fsLoginMainView .fsLoginSubmit:hover, .header-login .fsElementContent .fsAccountLogout a:hover {
  background: #b01c23;
}
.header-login .fsElementContent .fsAccountLogout {
  margin: 0;
}
#fsHeader .header-login .fsElementContent .fsAccountLogout {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.header-login .fsElementContent .fsAccountLogout a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#fsHeader .header-login .fsElementContent .fsAccountGreeting {
  margin-left: 18px;
  margin-right: 122px;
}
.header-login .fsElementContent .fsAccountLinks li {
  display: inline-block;
}
#fsHeader .header-login .fsElementContent .fsAccountLinks li {
  border-top: 0 !important;
  margin-left: 18px;
  margin-right: 120px;
}
.fsMenu .header-login .fsElementContent {
  border: 1px solid #e6e6e6;
  position: relative;
  margin-top: 10px;
  margin-bottom: 50px;
}
.fsMenu .header-login .fsElementContent label {
  margin-right: 105px;
}
.fsMenu .header-login .fsLoginForgotPasswordLink {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  bottom: auto;
  display: block;
  background: transparent;
  width: 100%;
  text-align: left;
  padding-left: 0;
}
.fsMenu .header-login .fsLoginForgotPasswordLink a {
  color: #002664;
}
.fsMenu .header-login .fsLoginForgotPasswordLink a:hover {
  color: #d3222a;
}

.header-quicklinks > header:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.header-quicklinks .fsElementContent .col-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}
.header-quicklinks .fsElementContent ul {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0 15px !important;
}
.header-quicklinks .fsElementContent ul, .header-quicklinks .fsElementContent ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-quicklinks .fsElementContent ul li {
  margin: 0;
  padding: 0;
}
.header-quicklinks .fsElementContent li + li {
  margin-top: 8px;
}
.header-quicklinks .fsElementContent a {
  font-size: 14px;
  font-weight: 400;
  color: #343434;
  display: block;
  line-height: 1;
}
.header-quicklinks .fsElementContent a:hover {
  color: #d3222a;
}
.fsMenu .header-quicklinks .fsElementContent {
  border: 1px solid #e6e6e6;
  margin-top: 10px;
  padding: 10px 0;
  margin-bottom: 30px;
}

.header-search > header:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.header-search form {
  height: 100%;
  position: relative;
}
.header-search input {
  border: 0;
  height: 100%;
  width: calc(100% - 100px);
  padding-left: 20px;
  padding-right: 20px;
}
.header-search input::-webkit-input-placeholder {
  color: #343434;
  font-size: 14px;
}
.header-search input:-moz-placeholder {
  color: #343434;
  font-size: 14px;
}
.header-search input::-moz-placeholder {
  color: #343434;
  font-size: 14px;
}
.header-search input:-ms-input-placeholder {
  color: #343434;
  font-size: 14px;
}
.header-search button {
  top: 0;
  right: 0;
  bottom: 0;
  background: #d3222a;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  width: 95px;
  border: 0;
}
.header-search button:hover {
  background: #b01c23;
}
.fsMenu .header-search .fsElementContent {
  position: relative;
  border: 1px solid #e6e6e6;
  margin-top: 10px;
  margin-bottom: 30px;
}
.fsMenu .header-search input {
  height: 110px;
}

.header-translate {
  text-align: center;
  font-size: 15px;
}
.header-translate .fsElementContent a {
  line-height: 1;
  display: block;
  font-weight: 400;
  color: #d3222a;
}
.header-translate .fsElementContent a:hover, .header-translate .fsElementContent a:hover:before {
  color: #002664;
}
.header-translate .fsElementContent a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 26px;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}
.fsMenu .header-translate {
  display: inline-block;
}

.header-photo {
  position: relative;
}
.header-photo article {
  height: 500px;
}
.home .header-photo article {
  height: 680px;
}
@media (max-width: 799px) {
  .header-photo article {
    height: 275px;
  }
}
@media (max-width: 699px) {
  .header-photo article {
    height: 135px;
  }
}
.header-photo .slick-dots {
  position: absolute;
  right: calc(50% - (1180px / 2));
  bottom: 50px;
}
.header-photo .slick-dots, .header-photo .slick-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-photo .slick-dots li {
  margin: 0;
  padding: 0;
}
.header-photo .slick-dots li {
  display: inline-block;
}
.header-photo .slick-dots li + li {
  margin-left: 10px;
}
.header-photo .slick-dots li.slick-active button, .header-photo .slick-dots li:hover button {
  background: #fff;
}
.header-photo .slick-dots button {
  background-color: transparent;
  border: 2px solid #fff;
  font-size: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
@media (max-width: 1219px) {
  .header-photo .slick-dots {
    right: 20px;
  }
}
@media (max-width: 699px) {
  .header-photo .slick-dots {
    display: none !important;
  }
}
.header-photo .caption-container {
  position: absolute;
  left: calc(50% - (1180px / 2));
  bottom: 50px;
  font-size: 22px;
  font-family: "proxima-nova", sans-serif;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  width: 450px;
}
.header-photo .caption-container p {
  margin: 0;
}
.header-photo .caption-container a {
  color: #fff;
  text-decoration: underline;
}
.header-photo .caption-container a:hover {
  color: #d3222a;
}
.header-photo .caption-container h3 {
  font-weight: 700;
  text-shadow: 3px 3px 3px #000;
}
@media (max-width: 1219px) {
  .header-photo .caption-container {
    left: 20px;
  }
}
@media (max-width: 699px) {
  .header-photo .caption-container {
    display: none;
  }
}
.header-photo .fsMediaCustomPlayer .slick-arrow:before {
  font-size: 28px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6);
}
.header-photo .fsMediaCustomPlayer .slick-next {
  right: 20px;
}
.header-photo .fsMediaCustomPlayer .slick-next:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.header-photo .fsMediaCustomPlayer .slick-prev {
  left: 20px;
}
.header-photo .fsMediaCustomPlayer .slick-prev:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
@media (max-width: 799px) {
  .home .header-photo article {
    height: 460px;
  }
}
@media (max-width: 699px) {
  .home .header-photo article {
    height: 200px;
  }
}

/*! structure - footer v0.0.1 */
#fsFooter {
  color: #fff;
  padding-bottom: 20px;
}
#fsFooter .fsBanner {
  position: relative;
}

.footer-wrap {
  background: #d3222a;
}
.footer-wrap > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-wrap ul, .footer-wrap ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-wrap ul li {
  margin: 0;
  padding: 0;
}
.footer-wrap ul li {
  display: inline-block;
  line-height: 1;
}
.footer-wrap ul li + li {
  margin-left: 28px;
}
.footer-wrap ul a {
  color: #fff;
  font-weight: 400;
  display: block;
}
.footer-wrap ul a:hover {
  color: #002664;
}
@media (max-width: 1219px) {
  .footer-wrap {
    padding: 0 20px;
  }
}
@media (max-width: 699px) {
  .footer-wrap > .fsElementContent {
    display: block;
    text-align: center;
    padding: 15px 0;
  }
  .footer-wrap > .fsElementContent > * + * {
    margin-top: 20px;
  }
  .footer-wrap ul li {
    padding: 0;
  }
}

@media (max-width: 699px) {
  .footer-links li {
    margin: 0 6px !important;
  }
}

.footer-social ul {
  font-size: 0;
}
.footer-social li {
  padding: 0;
}
.footer-social li + li {
  margin-left: 0 !important;
}
.footer-social a {
  font-size: 0;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
}
.footer-social a[href*='facebook']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.footer-social a[href*='twitter']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.footer-social a[href*='youtube']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.footer-social a:before {
  color: #fff;
  font-size: 23px;
  display: block;
  line-height: 50px;
}
.footer-social a:hover {
  background: #002664;
}

.footer-address {
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
  padding: 0 20px;
}
.footer-address p {
  margin-bottom: 0;
}
.footer-address .fsElementTitle {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.4;
}
.footer-address ul {
  font-size: 0;
}
.footer-address ul, .footer-address ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-address ul li {
  margin: 0;
  padding: 0;
}
.footer-address ul li {
  display: inline-block;
  font-size: 18px;
}
.footer-address ul li:first-child:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  color: #d3222a;
  margin-right: 10px;
  vertical-align: top;
}
.footer-address ul li:nth-child(2):before {
  content: "\2022";
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  margin: 0 10px;
}
@media (max-width: 399px) {
  .footer-address ul li:nth-child(2):before {
    display: none;
  }
}
.footer-address ul li:nth-child(2) a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  color: #d3222a;
  margin-right: 10px;
  vertical-align: top;
}
.footer-address ul a {
  color: #fff;
  font-weight: 400;
}
.footer-address ul a:hover {
  color: #d3222a;
}

.footer-text {
  text-align: center;
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  font-style: italic;
  margin-top: 40px;
}
.footer-text:before {
  content: "";
  height: 1px;
  background: #2a2a2a;
  width: 250px;
  top: -20px;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
.footer-text .fsElementContent {
  width: 80%;
  margin: 0 auto;
}
.footer-text p {
  margin-bottom: 0;
}

.footer-accred {
  text-align: center;
  margin-top: 40px;
  position: relative;
}
.footer-accred:before {
  content: "";
  height: 1px;
  background: #2a2a2a;
  width: 250px;
  top: -20px;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
.footer-accred ul, .footer-accred ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-accred ul li {
  margin: 0;
  padding: 0;
}
.footer-accred ul li {
  display: inline-block;
}
.footer-accred ul li + li {
  margin-left: 30px;
}
@media (max-width: 699px) {
  .footer-accred {
    padding: 0 20px;
  }
  .footer-accred ul li {
    margin: 0 10px !important;
  }
}

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

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

html {
  font-family: "proxima-nova", sans-serif;
  background: url("../images/bg-pattern.jpg") #343434;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  padding-top: 100px;
}
.header-photo + #fsPageBodyWrapper {
  padding-top: 70px;
}
@media (max-width: 799px) {
  #fsPageBodyWrapper {
    padding-top: 20px !important;
  }
}

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

#fsBannerLeft {
  margin-bottom: 20px;
  width: 100%;
  float: none;
}
@media (min-width: 800px) {
  #fsBannerLeft {
    float: left;
  }
}
@media (min-width: 800px) {
  #fsBannerLeft {
    padding-right: 50px;
    width: 22.88136%;
  }
}
.fsHasLeftBanner #fsBannerLeft {
  padding-right: 0;
}
@media (min-width: 800px) {
  .fsHasLeftBanner #fsBannerLeft {
    padding-right: 50px;
    width: 36.5%;
  }
}
@media (min-width: 1000px) {
  .fsHasLeftBanner #fsBannerLeft {
    padding-right: 50px;
    width: 22.88136%;
  }
}
#fsBannerLeft .fsBanner > * + * {
  margin-top: 20px;
}

#fsPageContent {
  margin-bottom: 20px;
  width: 100% !important;
  float: none !important;
}
@media (min-width: 800px) {
  #fsPageContent {
    float: left !important;
  }
}
@media (min-width: 800px) {
  .fsHasRightBanner #fsPageContent {
    width: 72.0339% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner #fsPageContent {
    width: 77.11864% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner #fsPageContent {
    width: 63.5% !important;
    float: right;
  }
}
@media (min-width: 1000px) {
  .fsHasLeftBanner #fsPageContent {
    width: 77.11864% !important;
    float: left;
  }
}
@media (min-width: 1000px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: 49.15254% !important;
  }
}

#fsBannerRight {
  margin-bottom: 20px;
  width: 100%;
  float: none;
}
@media (min-width: 800px) {
  #fsBannerRight {
    float: left;
  }
}
@media (min-width: 800px) {
  #fsBannerRight {
    padding-left: 50px;
    width: 27.9661%;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    padding-left: 0;
    width: 63.5%;
    float: right;
  }
}
@media (min-width: 1000px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    padding-left: 50px;
    width: 27.9661%;
  }
}

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

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

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

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

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

#fsPoweredByFinalsite {
  padding-right: 1.25em;
  padding-left: 1.25em;
  position: absolute;
  bottom: 0;
  right: calc(50% - (1180px / 2));
}
@media (max-width: 1219px) {
  #fsPoweredByFinalsite {
    right: 20px;
  }
}
@media (max-width: 699px) {
  #fsPoweredByFinalsite {
    position: static;
    margin: 20px auto;
  }
}

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

/*! navigation - main v0.0.1 */
#fsHeader .nav-main {
  display: none;
}
@media (min-width: 1025px) {
  #fsHeader .nav-main {
    display: block;
    width: 100%;
    background: rgba(0, 38, 100, 0.9);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
  }
}
.nav-main, .nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-main li {
  margin: 0;
  padding: 0;
}
@media (min-width: 1025px) {
  .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;
}
.nav-main .fsNavLevel1 > li:hover > a {
  background: #002664;
}
.nav-main .fsNavLevel1 > li > a {
  padding: 12px 20px;
  color: #fff;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
}
.nav-main .fsNavLevel1 > .fsNavCurrentPage > a, .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
  background: #002664;
}

#fsHeader .nav-main .fsNavLevel1 > li {
  position: relative;
  position: static;
}
#fsHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}
#fsHeader .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px;
}
@media (max-width: 599px) {
  #fsHeader .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
  }
}
.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  z-index: 300;
  right: 0;
}
.nav-main .fsNavPageInfo {
  background: #002664;
  text-align: left;
}
.nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
  right: 0;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media (min-width: 980px) {
  .nav-main .fsNavParentPage:hover .fsNavPageInfo {
    display: block;
  }
}
.nav-main .fsNavPageInfo > div {
  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;
  padding: 20px 10px;
}
.nav-main .fsNavPageInfo > div > *:nth-last-child(-n+2):first-child, .nav-main .fsNavPageInfo > div *:nth-last-child(-n+2):first-child ~ * {
  margin-right: auto;
}
.nav-main .fsNavPageInfo > div > *:nth-last-child(-n+2):first-child.col-wrap, .nav-main .fsNavPageInfo > div > *:nth-last-child(-n+2):first-child.fsNavLevel2, .nav-main .fsNavPageInfo > div *:nth-last-child(-n+2):first-child ~ *.col-wrap, .nav-main .fsNavPageInfo > div *:nth-last-child(-n+2):first-child ~ *.fsNavLevel2 {
  margin-right: 0;
}
.nav-main .fsNavPageInfo > div > .fsNavLevel2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 470px;
  -ms-flex: 0 1 470px;
  flex: 0 1 470px;
}
.nav-main .col-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 470px;
  -ms-flex: 0 1 470px;
  flex: 0 1 470px;
}
.nav-main .col-wrap .menu-col {
  width: 50%;
}
.nav-main .fsNavPageDescription {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 340px;
  -ms-flex: 0 1 340px;
  flex: 0 1 340px;
  padding: 0 15px;
}
.nav-main .fsNavPageThumbnail {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 250px;
  -ms-flex: 0 1 250px;
  flex: 0 1 250px;
}
.nav-main .fsNavPageThumbnail img {
  display: block;
}
.nav-main .fsNavLevel2 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.nav-main .fsNavLevel2 a {
  padding: 0.625em;
  color: #fff;
  display: block;
  font-weight: 400;
  line-height: 1;
}
.nav-main .fsNavLevel2 a:hover {
  background: #d3222a;
}
@media (min-width: 1025px) {
  .nav-main .fsNavPageInfo .fsNavPageInfo {
    display: none;
  }
}

.fsMenu .nav-main {
  background: #002664;
  padding: 10px 0;
}
.fsMenu .nav-main .fsNavLevel1 li > a {
  width: calc(100% - 55px);
  display: inline-block;
}
.fsMenu .nav-main .fsNavLevel1 li .mobile-sub-btn {
  display: inline-block;
  background: transparent;
  border: 0;
  padding: 0;
}
.fsMenu .nav-main .fsNavLevel1 li .mobile-sub-btn:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
}
.fsMenu .nav-main .fsNavLevel1 li.active .mobile-sub-btn:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #d3222a;
}
.fsMenu .nav-main .fsNavLevel1 li.active .fsNavPageInfo {
  display: block;
}
.fsMenu .nav-main .fsNavLevel1 li .fsNavPageInfo {
  display: none;
}
.fsMenu .nav-main .fsNavLevel1 li .fsNavPageInfo .fsNavPageDescription,
.fsMenu .nav-main .fsNavLevel1 li .fsNavPageInfo .fsNavPageThumbnail {
  display: none;
}
.fsMenu .nav-main .fsNavLevel1 li .fsNavPageInfo .fsNavLevel2 {
  padding: 0 30px;
}
.fsMenu .nav-main .fsNavLevel1 li.fsNavCurrentPage > a, .fsMenu .nav-main .fsNavLevel1 li.fsNavCurrentPageAncestor > a {
  color: #d3222a;
}

/*! navigation - off-canvas v0.0.1 */
body.drawer-is-active {
  height: 100%;
  overflow: hidden;
}

#fsMenu {
  position: fixed;
  top: 0;
  height: 100%;
  width: 320px;
  z-index: 9999;
  right: 0;
  -webkit-transform: translateX(320px);
  -ms-transform: translateX(320px);
  transform: translateX(320px);
}
.fsAccountBarVisible #fsMenu {
  top: 40px;
}
#fsMenu .fsMenu {
  height: 100%;
  overflow-y: scroll;
  position: relative;
  z-index: 1;
  background: #fff;
}
.drawer-is-active #fsMenu {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.drawer-is-active #fsMenu:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -9999px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
@media (max-width: 699px) {
  #fsMenu {
    width: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.mobile-btn {
  border: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 20px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
@media (min-width: 1025px) {
  .mobile-btn {
    display: none;
  }
}
.mobile-btn:before {
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.fsMenu .mobile-btn {
  background: #002664;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.fsMenu .mobile-btn:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
#fsHeader .mobile-btn {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(0, 38, 100, 0.9);
  z-index: 1;
}
#fsHeader .mobile-btn:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

/*! navigation - sub v0.0.1 */
.nav-sub {
  margin-bottom: 40px;
}
@media (min-width: 800px) {
  .nav-sub {
    background: #ebebeb;
    padding: 0 20px;
    margin-bottom: 0;
  }
}
.nav-sub ul, .nav-sub ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-sub ul li {
  margin: 0;
  padding: 0;
}
.nav-sub.nav-sub-empty {
  display: none !important;
}
@media (max-width: 799px) {
  .nav-sub > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.nav-sub.active-nav > .fsElementContent {
  max-height: 9999px;
  visibility: visible;
  opacity: 1;
}
.nav-sub ul li.fsNavCurrentPageAncestor > a {
  font-weight: 700;
}
.nav-sub ul li.fsNavCurrentPage > a {
  color: #d3222a;
  font-weight: 700;
}
.nav-sub ul li a {
  display: block;
  padding: 10px 0;
  color: #343434;
  font-weight: 400;
}
.nav-sub ul li a:hover {
  color: #d3222a;
}
.nav-sub .fsNavLevel1 > li + li {
  border-top: 1px solid #fff;
}
.nav-sub .fsNavLevel2 > li > a {
  padding-left: 20px;
}
.nav-sub .fsNavLevel3 > li > a {
  padding-left: 35px;
}
.nav-sub .fsNavLevel4 > li > a {
  padding-left: 50px;
}
.nav-sub > header {
  display: block;
}
@media (min-width: 800px) {
  .nav-sub > header {
    display: none;
  }
}
.nav-sub > header > .fsElementTitle {
  position: relative;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  color: #d3222a;
  font-size: 17px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  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;
  border-bottom: 3px solid #d3222a;
  padding: 10px 15px;
}
@media (min-width: 800px) {
  .nav-sub > header > .fsElementTitle {
    cursor: default;
  }
}
.nav-sub > header > .fsElementTitle:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-sub.active-nav > header > .fsElementTitle:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
@media (max-width: 799px) {
  .nav-sub nav {
    padding: 0 20px;
  }
  #fsBannerLeft .nav-sub ~ * {
    display: none;
  }
}

/*! Navigation - Social */
.nav-social .fsNavLevel1 {
  font-size: 0;
}
.nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-social .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}
.nav-social .fsNavLevel1 li {
  display: inline-block;
}
.nav-social .fsNavLevel1 li:not(:last-child) {
  margin-right: 10px;
}
.nav-social .fsNavLevel1 [href*='facebook']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='instagram']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='linkedin']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='pinterest']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='tumblr']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='twitter']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='vimeo']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='vine']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='youtube']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='rss']:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.nav-social .fsNavLevel1 [href*='facebook']:hover {
  background: #3b5998;
  border-color: #3b5998;
}
.nav-social .fsNavLevel1 [href*='facebook']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='instagram']:hover {
  background: #3f729b;
  border-color: #3f729b;
}
.nav-social .fsNavLevel1 [href*='instagram']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='linkedin']:hover {
  background: #0077b5;
  border-color: #0077b5;
}
.nav-social .fsNavLevel1 [href*='linkedin']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='pinterest']:hover {
  background: #cc2127;
  border-color: #cc2127;
}
.nav-social .fsNavLevel1 [href*='pinterest']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='tumblr']:hover {
  background: #35465c;
  border-color: #35465c;
}
.nav-social .fsNavLevel1 [href*='tumblr']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='twitter']:hover {
  background: #55acee;
  border-color: #55acee;
}
.nav-social .fsNavLevel1 [href*='twitter']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='vimeo']:hover {
  background: #1ab7ea;
  border-color: #1ab7ea;
}
.nav-social .fsNavLevel1 [href*='vimeo']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='vine']:hover {
  background: #00b488;
  border-color: #00b488;
}
.nav-social .fsNavLevel1 [href*='vine']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='youtube']:hover {
  background: #cd201f;
  border-color: #cd201f;
}
.nav-social .fsNavLevel1 [href*='youtube']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 [href*='rss']:hover {
  background: #f26522;
  border-color: #f26522;
}
.nav-social .fsNavLevel1 [href*='rss']:hover:before {
  color: #fff;
}
.nav-social .fsNavLevel1 a {
  display: block;
  position: relative;
  border: 1px solid #002664;
  height: 30px;
  width: 30px;
  border-radius: 100%;
}
.nav-social .fsNavLevel1 a:before {
  color: #002664;
  font-size: 16px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Navigation - Utility Container v0.0.1 */
.nav-util, .nav-util ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-util li {
  margin: 0;
  padding: 0;
}
.nav-util ul li a {
  padding: 0em 0em;
  display: block;
}

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

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch > .fsElementContent {
    margin: 0 -10px;
  }
}
.fsConstituent.fsSearch label {
  display: block;
  margin-bottom: 1.25em;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch label {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    padding: 0 10px;
  }
}
@media (min-width: 900px) {
  .fsConstituent.fsSearch label {
    width: 32.83333%;
  }
}
.fsConstituent.fsSearch input,
.fsConstituent.fsSearch select {
  display: block;
  width: 100%;
}
.fsConstituent.fsSearch [type*='submit'] {
  width: auto;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch [type*='submit'] {
    margin-left: 0.625em;
  }
}
.fsConstituent.fsSearch .fsConstituentSearchButton {
  display: inline-block;
  border: 0;
  padding: 10px 20px;
  background: #343434;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  display: block;
  margin: 0 10px;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:hover {
  background: #272727;
  color: #fff;
}
.fsConstituent.fsSearch .fsConstituentSearchButton em {
  display: block;
  font-style: normal;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
#fsBannerLeft .fsConstituent.fsSearch .fsConstituentSearchButton, #fsBannerRight .fsConstituent.fsSearch .fsConstituentSearchButton {
  display: block;
}
.fsConstituent .fsElementPagination {
  margin: 20px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
  margin-bottom: 2px;
  display: block;
  font-size: 17px;
  padding: 8px 20px;
  color: #bcbcbc;
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  position: relative;
  border-bottom: 3px solid #bcbcbc;
  margin-bottom: 10px;
}
.fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
  -webkit-transition: none;
  transition: none;
}
.fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
  background: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}
.fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
  color: #002664;
  -webkit-transition: .3s;
  transition: .3s;
  border-bottom-color: #002664;
}
.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: transparent;
}
.fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #d3222a;
  border-bottom-color: #d3222a;
}
.fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
  content: "";
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after, .fsPanelIconBefore.fsAccordion .fsPanel > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 50%;
  font-family: "IcoMoon";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}
.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before, .fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 50%;
  font-family: "IcoMoon";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 40px;
}
.fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
  left: 13.33333px;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 40px;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
  display: none;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
  right: 13.33333px;
}
.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: '';
}

.fsAccordion {
  margin-bottom: 20px;
}

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px;
}
.fsAthleticsEvent.fsList .fsAlertFeeds {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .fsAthleticsEvent.fsList .fsAlertFeeds {
    margin-bottom: 0;
  }
}
.fsAthleticsEvent.fsList .fsListItems article {
  margin-bottom: 20px;
}
.fsAthleticsEvent.fsList .fsTitle {
  display: inline-block;
  margin-bottom: 0;
}
.fsAthleticsEvent.fsList .fsElementEventIcon {
  margin-right: 10px;
}
.fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
  outline: 0;
}
.fsAthleticsEvent.fsList .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px;
}
.fsAthleticsEvent.fsList .fsLoadMoreButton {
  display: inline-block;
  border: 0;
  padding: 10px 20px;
  background: #343434;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding: 10px 20px;
}
.fsAthleticsEvent.fsList .fsLoadMoreButton:hover {
  background: #272727;
  color: #fff;
}
.fsAthleticsEvent.fsList .fsLoadMoreButton em {
  display: block;
  font-style: normal;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
#fsBannerLeft .fsAthleticsEvent.fsList .fsLoadMoreButton, #fsBannerRight .fsAthleticsEvent.fsList .fsLoadMoreButton {
  display: block;
}
.fsAthleticsEvent.fsList .fsAthleticsOpponents {
  display: inline;
}
.fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
  display: inline;
}
.fsAthleticsEvent.fsTable {
  overflow-x: auto;
}
.fsAthleticsEvent.fsTable .fsEventTable td, .fsAthleticsEvent.fsTable table.fsTable td {
  padding: 10px;
}

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

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

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

.fsAthleticsRosterList, .fsAthleticsRosterList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsAthleticsRosterList li {
  margin: 0;
  padding: 0;
}
.fsAthleticsRosterList li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #999999;
}
.fsAthleticsRosterList li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.fsAthleticsRosterList li > div {
  margin-bottom: 10px;
}
.fsAthleticsRosterList li > div:last-child {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px;
}

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _list.scss - src/sass/modules/calendar/list.scss - calendar list */
.fsCalendar article {
  position: relative;
  padding: 20px 0;
  padding-left: 100px;
  min-height: 124px;
  margin-bottom: 0;
}
.fsCalendar article .fsElementEventColorIcon {
  width: 12px;
  height: 12px;
}
.fsBanner .fsCalendar article, .fsStyleOneThird .fsCalendar article {
  padding-left: 0;
  padding-top: 100px;
  text-align: center;
}
.fsBanner .fsCalendar .fsDate, .fsStyleOneThird .fsCalendar .fsDate {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fsCalendar .fsDate {
  position: absolute;
  top: 16px;
  left: 0;
  text-align: center;
  height: 80px;
  width: 80px;
  color: #fff;
  background: #002664;
  border-radius: 100%;
  line-height: 0.8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fsCalendar .fsDate > span {
  display: block;
  text-transform: uppercase;
}
.fsCalendar .fsDate > span.fsDay {
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  font-family: "ff-tisa-web-pro", Georgia, serif;
}
.fsCalendar .fsTitle {
  font-weight: 700;
}
.fsCalendar .fsTitle .fsCalendarEventLink {
  color: #343434;
}
.fsCalendar .fsTitle .fsCalendarEventLink:hover {
  color: #d3222a;
}
.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0;
}
.fsCalendar.fsList .fsListItems article + article, .fsCalendar.fsList .fsListItems .fsDayContainer + .fsDayContainer > article:first-child {
  border-top: 1px solid #ebebeb;
}

/*! _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(0, 38, 100, 0.15);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
    background-color: rgba(0, 38, 100, 0.05);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
    border: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    position: relative;
    min-height: 0;
    height: 25px;
    border: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
    background-color: rgba(0, 38, 100, 0.25);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    background-color: rgba(0, 38, 100, 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;
  border: 0;
  padding: 10px 20px;
  background: #343434;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding: 10px 20px;
}
.scroll-up span:hover {
  background: #272727;
  color: #fff;
}
.scroll-up span em {
  display: block;
  font-style: normal;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
#fsBannerLeft .scroll-up span, #fsBannerRight .scroll-up span {
  display: block;
}
.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 article {
  position: relative;
}
.fsCalendar.fsEvent article article {
  position: relative;
  padding: 20px 0;
  padding-left: 100px;
  min-height: 124px;
  margin-bottom: 0;
}
.fsCalendar.fsEvent article article .fsElementEventColorIcon {
  width: 12px;
  height: 12px;
}
.fsBanner .fsCalendar.fsEvent article article, .fsStyleOneThird .fsCalendar.fsEvent article article {
  padding-left: 0;
  padding-top: 100px;
  text-align: center;
}
.fsBanner .fsCalendar.fsEvent article .fsDate, .fsStyleOneThird .fsCalendar.fsEvent article .fsDate {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fsCalendar.fsEvent article .fsDate {
  position: absolute;
  top: 16px;
  left: 0;
  text-align: center;
  height: 80px;
  width: 80px;
  color: #fff;
  background: #002664;
  border-radius: 100%;
  line-height: 0.8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fsCalendar.fsEvent article .fsDate > span {
  display: block;
  text-transform: uppercase;
}
.fsCalendar.fsEvent article .fsDate > span.fsDay {
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  font-family: "ff-tisa-web-pro", Georgia, serif;
}

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

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

.module {
  margin-bottom: 1.25em;
  padding: 25px 30px;
  color: #fff;
}
.fsBanner .module, .fsStyleOneThird .module {
  padding: 25px 15px;
}
.module h1, .module h2, .module h3, .module h4, .module h5, .module h6, .module .fsElementTitle {
  color: inherit;
}

.module.mod-gray {
  background: #ebebeb;
  color: #343434;
}
.module.mod-gray h1, .module.mod-gray h2, .module.mod-gray h3, .module.mod-gray h4, .module.mod-gray h5, .module.mod-gray h6, .module.mod-gray .fsElementTitle {
  color: #d3222a;
}
.module.mod-blue {
  background: #002664;
}
.module.mod-blue a {
  color: #d3222a;
}
.module.mod-blue a:hover {
  color: #fff;
}
.module.mod-red {
  background: #d3222a;
}
.module.mod-line-gray, .module.mod-line-blue, .module.mod-line-red {
  background: transparent;
  color: #343434;
}
.module.mod-line-gray h1, .module.mod-line-gray h2, .module.mod-line-gray h3, .module.mod-line-gray h4, .module.mod-line-gray h5, .module.mod-line-gray h6, .module.mod-line-gray .fsElementTitle, .module.mod-line-blue h1, .module.mod-line-blue h2, .module.mod-line-blue h3, .module.mod-line-blue h4, .module.mod-line-blue h5, .module.mod-line-blue h6, .module.mod-line-blue .fsElementTitle, .module.mod-line-red h1, .module.mod-line-red h2, .module.mod-line-red h3, .module.mod-line-red h4, .module.mod-line-red h5, .module.mod-line-red h6, .module.mod-line-red .fsElementTitle {
  color: #d3222a;
}
.module.mod-line-gray {
  border: 2px solid #ebebeb;
}
.module.mod-line-blue {
  border: 2px solid #002664;
}
.module.mod-line-red {
  border: 2px solid #d3222a;
}

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

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
/*! elements - login */
.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView, .fsAccount .fsLoginMainView, .fsAccount .fsLoginForgotView, .fsAccount .fsLoginNewView {
  zoom: 1;
}
.fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after, .fsAccount .fsLoginMainView:after, .fsAccount .fsLoginForgotView:after, .fsAccount .fsLoginNewView:after {
  display: table;
  clear: both;
  content: '';
}
.fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3, .fsAccount .fsLoginMainView h3, .fsAccount .fsLoginForgotView h3, .fsAccount .fsLoginNewView h3 {
  margin-bottom: 20px;
}
.fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span, .fsAccount .fsLoginMainView span, .fsAccount .fsLoginForgotView span, .fsAccount .fsLoginNewView span {
  margin-bottom: 2px;
}
.fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView button, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginForgotView button, .fsAccount .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginNewView button {
  display: inline-block;
  border: 0;
  padding: 10px 20px;
  background: #343434;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.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: #272727;
  color: #fff;
}
.fsLogin .fsLoginMainView .fsLoginSubmit em, .fsLogin .fsLoginMainView button em, .fsLogin .fsLoginForgotView .fsLoginSubmit em, .fsLogin .fsLoginForgotView button em, .fsLogin .fsLoginNewView .fsLoginSubmit em, .fsLogin .fsLoginNewView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em, .fsAccount .fsLoginMainView button em, .fsAccount .fsLoginForgotView .fsLoginSubmit em, .fsAccount .fsLoginForgotView button em, .fsAccount .fsLoginNewView .fsLoginSubmit em, .fsAccount .fsLoginNewView button em {
  display: block;
  font-style: normal;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
#fsBannerLeft .fsLogin .fsLoginMainView .fsLoginSubmit, #fsBannerRight .fsLogin .fsLoginMainView .fsLoginSubmit, #fsBannerLeft .fsLogin .fsLoginMainView button, #fsBannerRight .fsLogin .fsLoginMainView button, #fsBannerLeft .fsLogin .fsLoginForgotView .fsLoginSubmit, #fsBannerRight .fsLogin .fsLoginForgotView .fsLoginSubmit, #fsBannerLeft .fsLogin .fsLoginForgotView button, #fsBannerRight .fsLogin .fsLoginForgotView button, #fsBannerLeft .fsLogin .fsLoginNewView .fsLoginSubmit, #fsBannerRight .fsLogin .fsLoginNewView .fsLoginSubmit, #fsBannerLeft .fsLogin .fsLoginNewView button, #fsBannerRight .fsLogin .fsLoginNewView button, #fsBannerLeft .fsAccount .fsLoginMainView .fsLoginSubmit, #fsBannerRight .fsAccount .fsLoginMainView .fsLoginSubmit, #fsBannerLeft .fsAccount .fsLoginMainView button, #fsBannerRight .fsAccount .fsLoginMainView button, #fsBannerLeft .fsAccount .fsLoginForgotView .fsLoginSubmit, #fsBannerRight .fsAccount .fsLoginForgotView .fsLoginSubmit, #fsBannerLeft .fsAccount .fsLoginForgotView button, #fsBannerRight .fsAccount .fsLoginForgotView button, #fsBannerLeft .fsAccount .fsLoginNewView .fsLoginSubmit, #fsBannerRight .fsAccount .fsLoginNewView .fsLoginSubmit, #fsBannerLeft .fsAccount .fsLoginNewView button, #fsBannerRight .fsAccount .fsLoginNewView button {
  display: block;
}
.fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
  display: block;
}
.fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
  margin-bottom: 10px;
}
.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block;
}
.fsLogin .fsLoginForgotView .fsLoginForgotSubmit, .fsAccount .fsLoginForgotView .fsLoginForgotSubmit {
  margin-right: 10px;
}
.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px;
}
.fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
    overflow: hidden;
    border-radius: 5px;
  }
}
.fsLogin .fsLoginNewFields .fsLoginNewContinue, .fsAccount .fsLoginNewFields .fsLoginNewContinue {
  margin-right: 10px;
}

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px;
}
.fsAccount .fsAccountLinks {
  margin: 0;
}
.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px;
}
.fsAccount .fsAccountLogout a {
  display: inline-block;
  border: 0;
  padding: 10px 20px;
  background: #343434;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.fsAccount .fsAccountLogout a:hover {
  background: #272727;
  color: #fff;
}
.fsAccount .fsAccountLogout a em {
  display: block;
  font-style: normal;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
#fsBannerLeft .fsAccount .fsAccountLogout a, #fsBannerRight .fsAccount .fsAccountLogout a {
  display: block;
}

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

/*! elements - news v0.0.1 */
.fsNews article {
  background-repeat: no-repeat;
}
.fsNews .fsThumbnail {
  display: block;
  margin-bottom: 0.625em;
}
.fsNews .fsThumbnail img {
  display: block;
}
.fsNews .fsTitle {
  font-weight: 700;
}
.fsNews .fsTitle .fsNewsPostLink {
  color: #343434;
}
.fsNews .fsTitle .fsNewsPostLink:hover {
  color: #d3222a;
}
.fsNews .fsReadMoreLink:after {
  content: "\00bb";
  display: inline-block;
  margin-left: 4px;
}

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

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

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.fsSearch.site-search {
  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: #d3222a !important;
  background-image: none !important;
  width: 100%;
  height: 50px !important;
  color: #999999;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: "proxima-nova", 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: #002664;
  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: "proxima-nova", 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 #343434;
}
.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: #343434;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: "proxima-nova", 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: #343434;
  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: "proxima-nova", 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: "proxima-nova", 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: #343434;
}
.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: #d3222a;
}
.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: #002664 !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: #d3222a !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;
  border: 0;
  padding: 10px 20px;
  background: #343434;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.vimeo_view_link a:hover {
  background: #272727;
  color: #fff;
}
.vimeo_view_link a em {
  display: block;
  font-style: normal;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
#fsBannerLeft .vimeo_view_link a, #fsBannerRight .vimeo_view_link a {
  display: block;
}

/*! 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;
  border: 0;
  padding: 10px 20px;
  background: #343434;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.Youtube_view_link a:hover {
  background: #272727;
  color: #fff;
}
.Youtube_view_link a em {
  display: block;
  font-style: normal;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
#fsBannerLeft .Youtube_view_link a, #fsBannerRight .Youtube_view_link a {
  display: block;
}

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}
.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
  border-bottom: 3px solid #9a9a9a;
}
@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}
@media (min-width: 600px) {
  .home .fsTabs .fsTabsNav {
    display: none;
  }
}
@media (min-width: 800px) {
  .home .fsTabs .fsTabsNav {
    display: block;
  }
}
.fsTabs .fsTabsNav li {
  margin-right: 0;
}
.fsTabs .fsTabsNav li a {
  display: block;
  margin-bottom: 2px;
  display: block;
  font-size: 17px;
  padding: 8px 20px;
  color: #bcbcbc;
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
  background: transparent;
  color: #9a9a9a;
  margin-bottom: 0;
  position: relative;
}
.fsTabs .fsTabsNav li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
}
.fsTabs .fsTabsNav li a:hover {
  background: transparent;
  color: #002664;
}
.fsTabs .fsTabsNav li a:hover:before {
  background-color: #002664;
}
.fsTabs .fsTabsNav li.fsStateSelected a {
  background: transparent;
  color: #d3222a;
}
.fsTabs .fsTabsNav li.fsStateSelected a:before {
  background-color: #d3222a;
}

.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;
  }
}
@media (min-width: 600px) {
  .home .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer, .home
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .home .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
    display: block;
  }
}
@media (min-width: 800px) {
  .home .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer, .home
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .home .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
    display: none;
  }
}

/*! pages - home v0.0.1 */
.home #fsPageBodyWrapper {
  padding-bottom: 0;
}
.home #fsPageBody {
  margin-bottom: 0;
}
.home .fsPageLayout > .fsDiv {
  margin-bottom: 0;
}
.home #fsPageContent {
  margin-bottom: 0;
}

.home-mission {
  font-size: 32px;
  font-family: "ff-tisa-web-pro", Georgia, serif;
  text-align: center;
}
.home-mission em {
  color: #d3222a;
  font-weight: 700;
  font-style: normal;
}
.home-mission strong {
  font-weight: 700;
  color: #002664;
}
@media (max-width: 799px) {
  .home-mission {
    margin-top: 20px;
  }
}

.home-divisions {
  margin-top: 60px;
}
.home-divisions .fsContent {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
}
.home-divisions .fsContent:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 38, 100, 0.7);
}
.home-divisions .fsContent:hover:before {
  display: none;
}
.home-divisions .fsContent:hover a {
  font-size: 0;
}
body.fsComposeMode .home-divisions .fsContent {
  display: block !important;
}
body.fsComposeMode .home-divisions .fsContent .fsElementContent a {
  font-size: 23px !important;
}
.home-divisions p {
  margin-bottom: 0;
}
.home-divisions a:not(.re-icon) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  font-size: 23px;
  color: #fff;
  font-family: "ff-tisa-web-pro", Georgia, serif;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 799px) {
  .home-divisions .fsDiv {
    width: 100%;
  }
}

.home-tabs {
  text-align: center;
  margin-top: 55px;
  margin-bottom: 55px;
}
.home-tabs > footer {
  margin-top: 20px;
}
@media (max-width: 799px) {
  .home-tabs > footer {
    margin-top: 40px;
  }
}
.home-tabs .fsTabsNav {
  text-align: center;
}
.home-tabs .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home-tabs .fsPanel > .fsElementContent {
  padding-left: 0;
  padding-right: 0;
  padding-top: 40px;
}
.home-tabs .fsCalendar article {
  position: relative;
  text-align: center;
  padding: 130px 20px 0;
}
.home-tabs .fsCalendar article.slick-active + .slick-active:before {
  content: "";
  width: 1px;
  height: 160px;
  background-color: #ebebeb;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-tabs .fsCalendar .fsDate {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 799px) {
  .home-tabs {
    margin-bottom: 70px;
  }
  .home-tabs .fsPanel > .fsElementContent {
    padding-top: 0;
  }
  .home-tabs .slick-slider {
    padding-bottom: 15px;
  }
}

.home-news {
  position: relative;
  padding-top: 60px;
  padding-bottom: 72px;
}
.home-news:before {
  content: "";
  background: #ebebeb;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -999px;
  box-shadow: 999px 0 0 #ebebeb;
}
.home-news .fsElementTitle {
  font-size: 35px;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.home-news > footer {
  position: relative;
  text-align: center;
}
.home-news article {
  padding: 0;
  padding-bottom: 20px;
  margin: 0 1em;
  background: #fff;
}
.home-news article > *:not(.fsThumbnail) {
  padding-left: 20px;
  padding-right: 20px;
}
.home-news .fsCroppedImage {
  display: block;
  padding-bottom: 200px !important;
}
.home-news .fsThumbnail {
  margin-bottom: 20px;
}
.home-news .fsThumbnail + .fsTitle {
  padding-top: 0;
}
.home-news .fsTitle {
  padding-top: 20px;
}
.home-news .slick-slider {
  padding-bottom: 35px;
  margin-bottom: 50px;
}

.home-arrow,
.home-tabs .slick-arrow {
  border: 0;
  background: transparent;
  font-size: 0;
  position: absolute;
  bottom: -25px;
}
.home-arrow:before,
.home-tabs .slick-arrow:before {
  font-size: 24px;
  color: #999999;
}
.home-arrow.prev-arrow, .home-arrow.fsPrevButton,
.home-tabs .slick-arrow.prev-arrow,
.home-tabs .slick-arrow.fsPrevButton {
  left: calc(50% - 60px);
}
.home-arrow.prev-arrow:before, .home-arrow.fsPrevButton:before,
.home-tabs .slick-arrow.prev-arrow:before,
.home-tabs .slick-arrow.fsPrevButton:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.home-arrow.next-arrow, .home-arrow.fsNextButton,
.home-tabs .slick-arrow.next-arrow,
.home-tabs .slick-arrow.fsNextButton {
  right: calc(50% - 60px);
}
.home-arrow.next-arrow:before, .home-arrow.fsNextButton:before,
.home-tabs .slick-arrow.next-arrow:before,
.home-tabs .slick-arrow.fsNextButton:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home-tabs .fsPrevButton {
  left: 0 !important;
  bottom: auto;
}

.home-tabs .fsNextButton {
  right: 0 !important;
  bottom: auto;
}

.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: #d3222a;
}
.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: #002664;
}

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

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

.portal a.files:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  position: relative;
  display: inline;
  font-size: 14px;
  margin-right: 5px;
}
.portal a.pops:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  position: relative;
  display: inline;
  font-size: 14px;
  margin-right: 5px;
}
.portal #fsBannerLeft .fsCalendar.fsList article {
  padding-left: 0px;
  font-size: 16px;
}
.portal #fsBannerLeft .fsCalendar.fsList .fsDate {
  position: relative;
  top: 0;
  background: none;
  color: initial;
  width: auto;
  height: auto;
  text-align: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #002664;
}
.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: "proxima-nova", 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: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #343434;
  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: "proxima-nova", 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: #d3222a;
}
.portal:not(.fsComposeMode) .portal-news .fsDateTime {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #343434;
}
.portal:not(.fsComposeMode) .portal-news .fsSummary {
  font-size: 16px;
  color: #343434;
  line-height: 24px;
}
.portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink {
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  background: #002664;
  padding: 8px 15px;
}
.portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink:hover {
  background: #d3222a;
}
.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: #002664;
  color: #fff;
  padding-top: 22px;
  margin-bottom: 30px;
}
.portal:not(.fsComposeMode) .portal-cal article .fsDate .fsDay {
  font-size: 56px;
  font-weight: 400;
  line-height: 1em;
  display: block;
}
.portal:not(.fsComposeMode) .portal-cal article .fsDate .fsMonth {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  display: block;
}
.portal:not(.fsComposeMode) .portal-cal article .fsTitle {
  font-weight: bold;
  font-size: 20px;
  color: #162f50;
  line-height: 1em;
  margin-bottom: 5px;
}
.portal:not(.fsComposeMode) .portal-cal article .fsTitle a.fsCalendarEventLink {
  color: #162f50;
}
.portal:not(.fsComposeMode) .portal-cal article .fsTitle a.fsCalendarEventLink:hover {
  color: #d3222a;
}
.portal:not(.fsComposeMode) .portal-cal article .fsEventDetails {
  font-weight: 400;
  font-size: 15px;
  color: #424242;
}
.portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsTimeRange:before,
.portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsAllDay:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  font-size: 15px;
  color: #002664;
  margin-right: 2px;
  position: relative;
}
.portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsLocation:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  font-size: 15px;
  color: #002664;
  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: "proxima-nova", sans-serif;
  font-size: 16px;
  color: #002664;
  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: "proxima-nova", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  background: #002664;
  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: #d3222a;
}
.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: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #002664;
}
@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: "proxima-nova", 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: #d3222a;
}
.portal:not(.fsComposeMode) #fsBannerLeft > .fsBanner > .fsElement {
  margin-bottom: 70px;
}
.portal:not(.fsComposeMode) .portal-sub-nav, .portal:not(.fsComposeMode) .portal-sub-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.portal:not(.fsComposeMode) .portal-sub-nav li {
  margin: 0;
  padding: 0;
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-sub-nav {
    display: none;
  }
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-sub-nav > .fsElementContent {
    display: none;
  }
}
.portal-sub-nav.active-nav > .fsElementContent {
  display: block;
}
.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel1 {
  position: relative;
}
.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel1 > li > a {
  padding: 0.625em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
}
.portal:not(.fsComposeMode) .portal-sub-nav li.fsNavCurrentPage > a,
.portal:not(.fsComposeMode) .portal-sub-nav li.fsNavCurrentPageAncestor > a {
  color: #d3222a;
}
.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel2 > li > a {
  padding: 0.625em 0;
  display: block;
}
.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel2 > li, .portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel2 > li li {
  padding: 0 1.25em;
}
.portal:not(.fsComposeMode) .portal-sub-nav > header {
  display: block;
}
@media (min-width: 800px) {
  .portal:not(.fsComposeMode) .portal-sub-nav > header {
    display: none;
  }
}
@media (min-width: 800px) {
  .portal:not(.fsComposeMode) .portal-sub-nav > header {
    display: block;
  }
}
.portal:not(.fsComposeMode) .portal-sub-nav > header a {
  font-family: "proxima-nova", 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: #002664;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 800px) {
  .portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle {
    cursor: default;
  }
}
@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle:after {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 8px;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}
@media (max-width: 799px) {
  .portal-sub-nav.active-nav > header > .fsElementTitle:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}
.portal:not(.fsComposeMode) .portal-sub-mobile {
  display: block;
  max-height: 40px;
  margin-top: 50px;
  margin-bottom: 0;
  overflow: hidden;
  height: 40px;
  -webkit-transition: max-height 0.15s linear;
  transition: max-height 0.15s linear;
  padding: 0px 20px 20px;
  background: #ebebeb;
}
.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: #002664;
  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: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #162f50;
}
.portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article .fsTitle > a:hover {
  color: #d3222a;
}
.portal:not(.fsComposeMode) .portal-photos {
  background: #d0d6dc;
  text-align: center;
  padding: 30px 0 55px;
}
.portal:not(.fsComposeMode) .portal-photos header h2.fsElementTitle {
  font-family: "proxima-nova", 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: 80%;
}
@media (min-width: 600px) {
  .colors ol li {
    width: 40%;
  }
}
@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
    width: 20%;
  }
}
.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}
.colors ol li:nth-of-type(1) {
  background: #343434;
  color: #343434;
}
.colors ol li:nth-of-type(1):after {
  content: "#343434";
}
.colors ol li:nth-of-type(2) {
  background: #002664;
  color: #002664;
}
.colors ol li:nth-of-type(2):after {
  content: "#002664";
}
.colors ol li:nth-of-type(3) {
  background: #d3222a;
  color: #d3222a;
}
.colors ol li:nth-of-type(3):after {
  content: "#d3222a";
}
.colors ol li:nth-of-type(4) {
  background: #999999;
  color: #999999;
}
.colors ol li:nth-of-type(4):after {
  content: "#999999";
}
.colors ol li:nth-of-type(5) {
  background: #ebebeb;
  color: #ebebeb;
}
.colors ol li:nth-of-type(5):after {
  content: "#ebebeb";
}

.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: "ff-tisa-web-pro", Georgia, serif;
}
.fonts ol li:nth-of-type(1):after {
  content: "ff-tisa-web-pro, Georgia, serif";
}
.fonts ol li:nth-of-type(2):after {
  content: "";
}
.fonts ol li:nth-of-type(3) {
  font-family: "proxima-nova", sans-serif;
}
.fonts ol li:nth-of-type(3):after {
  content: "proxima-nova, sans-serif";
}
.fonts ol li:nth-of-type(2):after {
  content: "";
}
.fonts ol li:nth-of-type(5) {
  font-family: "IcoMoon";
}
.fonts ol li:nth-of-type(5):after {
  content: "IcoMoon";
}
.fonts ol li:nth-of-type(5) {
  font-family: "IcoMoon";
}
.fonts ol li:nth-of-type(5):after {
  content: "IcoMoon";
}
.fonts ol li:nth-of-type(7) {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.fonts ol li:nth-of-type(7):after {
  content: "Menlo, Monaco, Consolas, Courier New, monospace";
}

.headers h1:after {
  content: " size: 45px / line: 50px";
}
.headers h2:after {
  content: " size: 40px / line: 45px";
}
.headers h3:after {
  content: " size: 35px / line: 40px";
}
.headers h4:after {
  content: " size: 30px / line: 35px";
}
.headers h5:after {
  content: " size: 25px / line: 30px";
}
.headers h6:after, .headers .module .fsElementTitle:after, .module .headers .fsElementTitle:after {
  content: " size: 20px / line: 25px";
}

@font-face {
  font-family: "infographic";
  src: url('../fonts//infographic.eot');
  src: url('../fonts//infographic.eot?#iefix') format("embedded-opentype"), url('../fonts//infographic.woff2') format("woff2"), url('../fonts//infographic.woff') format("woff"), url('../fonts//infographic.ttf') format("truetype"), url('../fonts//infographic.svg') format("svg");
  font-weight: 400;
  font-style: normal;
}
.i-cube:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-microscope:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-bookmark:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-environment:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-pie:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-location:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-info:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-heart:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-backpack:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-grad:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-sun:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-award:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-art:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-gift:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-mega:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-bar:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-news:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-calendar:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-phone:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-money:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-apple:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-recycle:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-pres:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-book:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-people:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-pencil:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-diploma:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-trophy:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-globe:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-light:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-group:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-speech:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.i-search:before {
  content: "";
  font-family: "infographic";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.info-container {
  position: relative;
  z-index: 1;
  padding: 64px 0 35px;
  margin-top: 50px;
}
.info-container > header {
  text-align: center;
  margin-bottom: 40px;
}
.info-container > header .fsElementTitle {
  font-size: 2.25rem;
  color: #343434;
}
.info-container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  background: #ebebeb;
  z-index: -1;
}
.info-container > .fsElementContent {
  zoom: 1;
}
.info-container > .fsElementContent:after {
  display: table;
  clear: both;
  content: '';
}
body:not(.fsDraftMode) .info-container:not(.is-ready) > .fsElementContent {
  visibility: hidden;
}

.infographic {
  text-align: center;
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
  font-size: 1rem;
  outline: none;
}
.infographic:first-child, .infographic:nth-child(4), .infographic:nth-child(5), .infographic:last-child {
  width: 15.25424%;
  font-size: 1rem;
}
.infographic:nth-child(2), .infographic:nth-child(6) {
  text-align: right;
  padding: 52px 115px 0 50px;
  position: relative;
}
.infographic:nth-child(2):before, .infographic:nth-child(6):before {
  position: absolute;
  right: 15px;
  margin-top: 10px;
}
.infographic:nth-child(3), .infographic:nth-child(7) {
  text-align: left;
  padding: 52px 50px 0 115px;
  position: relative;
}
.infographic:nth-child(3):before, .infographic:nth-child(7):before {
  position: absolute;
  left: 15px;
  margin-top: 10px;
}
.infographic:nth-child(4), .infographic:last-child {
  margin-right: 0;
}
.infographic:nth-child(5):not(.slick-slide) {
  clear: left;
}
.infographic header .fsElementTitle {
  margin-bottom: 0;
  font-size: 1.5rem;
  color: #002664;
}
.infographic header em {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.3em;
  font-style: normal;
}
.infographic header .fsElementHeaderContent {
  font-size: 4.5em;
  font-family: "ff-tisa-web-pro", Georgia, serif;
  color: #d3222a;
  line-height: 1;
  margin-bottom: 15px;
}
.infographic:before {
  color: #d3222a;
  font-size: 75px;
  line-height: 1;
}
.infographic.slick-slide {
  padding: 0;
  margin: 0 10px;
  outline: none;
  text-align: center;
}
.infographic.slick-slide:before {
  position: static;
}
.fsDiv > .infographic {
  width: 100%;
  padding: 0;
}
.fsDiv > .infographic:before {
  position: static;
}

.info-container .slick-slider {
  padding-bottom: 100px;
}
.info-container .slick-slider .slick-arrow {
  background: transparent;
  border: 0;
  font-size: 0;
  position: absolute;
  bottom: 0;
  outline: none;
}
.info-container .slick-slider .slick-arrow:before {
  font-size: 24px;
  color: #999999;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.info-container .slick-slider .slick-arrow:hover:before {
  color: #d3222a;
}
.info-container .slick-slider .slick-arrow.slick-prev {
  left: calc(50% - 70px);
}
.info-container .slick-slider .slick-arrow.slick-prev:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.info-container .slick-slider .slick-arrow.slick-next {
  right: calc(50% - 70px);
}
.info-container .slick-slider .slick-arrow.slick-next:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.infographic-doc li:before {
  font-size: 50px;
  display: inline-block;
  margin-right: 15px;
}

#fsBannerLeft + #fsPageContent > .fsPageTitle {
  margin-top: -12px;
}

.fsStyleOneThird .fsElement + .fsElement {
  margin-top: 20px;
}

.virtual-tour .fsElementContent {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
@media (max-width: 699px) {
  .virtual-tour .fsElementContent {
    padding-bottom: 0;
    height: 450px;
  }
}
.virtual-tour iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fsPageLayout .fsDiv > .fsElement + .fsElement {
  margin-top: 20px;
}

.fsSlideshow .slick-slider[data-dots=false] {
  margin-bottom: 0;
}

.fsProfileSectionData.fsStyleHalf .fsProfileSectionFieldName {
  font-weight: bold;
  width: 40%;
}
.fsProfileSectionData.fsStyleHalf .fsProfileSectionFieldValue {
  width: 60%;
}

.fsPanelGroup .fsTabsNav li.fsStateSelected a {
  color: #FFF !important;
  background-color: #d3222a !important;
}

.fsTabs .fsTabsNav {
  border-bottom: none;
}

.fsTabs .fsTabsNav li {
  margin-right: 5px;
}

.fsTabs .fsTabsNav li a {
  background: #ebebeb;
  border-bottom: solid 3px #ebebeb;
  border-radius: 15px 15px 0px 0px;
  color: #002664;
  margin-bottom: 5px;
}
.fsTabs .fsTabsNav li a:hover {
  background: #ebebeb;
  border-bottom: solid 3px #ebebeb;
  border-radius: 15px 15px 0px 0px;
  color: #002664;
  margin-bottom: 5px;
}

.fsAthleticsEvent.fsList .fsListItems article {
  border-bottom: solid 1px #002664;
  padding-bottom: 8px;
}
.fsAthleticsEvent.fsList .fsListItems article:last-child {
  border-bottom: none;
}

.fsNews .fsListItems article {
  border-bottom: solid 1px #ebebeb;
  padding-top: 8px;
  padding-bottom: 8px;
}
.fsNews .fsListItems article:last-child {
  border-bottom: none;
}

.fsPagePopDialog {
  width: 900px;
}

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

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

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

  body {
    font-size: 62.5%;
  }

  #fsHeader {
    border-bottom: 2px solid #000;
  }
  #fsHeader .site-name {
    margin-top: 0;
    font-weight: normal;
    font-family: "ff-tisa-web-pro", Georgia, serif;
    font-size: 45px;
    line-height: 50px;
    color: #d3222a;
    margin-bottom: 16px;
  }

  * {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    min-height: auto !important;
    height: auto !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  dl dd {
    margin-left: 0;
  }

  div, dl, li {
    height: auto !important;
    height: 1%;
  }

  thead {
    display: table-header-group;
  }

  tr, img, h2, h3, pre, blockquote {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
}
