 /**
 *
 * The Pennington School - default_16
 * @link http://penningtonorg.finalsite.com
 * Built By: Jim Peterman
 * Project Manager: Lisa Willsey
 * Designer: Akua Duah
 *
 */

@charset "UTF-8";
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 59em;
  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: 1em;
  margin-left: 1em;
}

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

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

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

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

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

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

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

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

.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 */
@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;
}
.fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
}

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 48px;
  line-height: 65px;
  font-family: "Oswald", sans-serif;
  color: #191919;
  margin-bottom: 16px;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 54px;
  font-variant: small-caps;
  margin-bottom: 16px;
  font-family: "arno-pro", Georgia, serif;
  color: #e8002b;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 36px;
  line-height: 50px;
  font-family: sans-serif-2;
  color: #666;
  margin-bottom: 10px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 38px;
  font-family: "arno-pro", Georgia, serif;
  color: #e8002b;
  font-variant: small-caps;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 36px;
  font-family: "Oswald", sans-serif;
  color: #191919;
  margin-bottom: 15px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 26px;
  line-height: 32px;
  font-family: "arno-pro", Georgia, serif;
  color: #08347e;
  margin-bottom: 10px;
}

p {
  margin: 0 0 20px;
}

hr {
  margin: 0 auto 20px;
}

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

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

.fsAthleticsEvent.fsTable, .fsAthleticsRoster .fsTable,
.fs_style_36 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
}
.fsAthleticsEvent.fsTable tr td:nth-child(n+1), .fsAthleticsRoster .fsTable tr td:nth-child(n+1),
.fs_style_36 tr td:nth-child(n+1) {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.fsAthleticsEvent.fsTable th, .fsAthleticsRoster .fsTable th,
.fsAthleticsEvent.fsTable td,
.fsAthleticsRoster .fsTable td,
.fs_style_36 th,
.fs_style_36 td {
  vertical-align: top;
  border-bottom: 1px solid #fff;
  font-size: 16px;
}
.fsAthleticsEvent.fsTable th, .fsAthleticsRoster .fsTable th,
.fs_style_36 th {
  padding: 15px 20px;
  text-align: left;
  background: #e8002b;
  color: #fff;
}
.fsAthleticsEvent.fsTable td, .fsAthleticsRoster .fsTable td,
.fs_style_36 td {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.05);
}
table.fs_style_36 tr:nth-of-type(odd) td {
  background-color: rgba(0, 0, 0, 0.1);
}

.fs_style_37 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
}
.fs_style_37 tr:first-child td {
  padding: 15px 20px;
  text-align: left;
  background: #e8002b !important;
  color: #fff;
  text-transform: uppercase;
  font-family: "effra", sans-serif;
  font-weight: 700;
}
.fs_style_37 tr td:nth-child(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.fs_style_37 th,
.fs_style_37 td {
  vertical-align: top;
  border-bottom: 1px solid #fff;
  font-size: 16px;
}
.fs_style_37 th {
  padding: 15px 20px;
  text-align: left;
  background: #e8002b;
  color: #fff;
}
.fs_style_37 td {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.05);
}
table.fs_style_37 tr:nth-of-type(odd) td {
  background-color: rgba(0, 0, 0, 0.1);
}

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

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

body:not(.fsComposeMode) .ath-coach-slider.hidden {
  display: none;
}

@keyframes anim-display {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body:not(.fsComposeMode) .cookie-popup {
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #FFF;
  display: none;
  animation: anim-display 0.6s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #747476;
  border-radius: 3px;
  color: #232327;
  left: 50%;
  margin: 0;
  max-height: 100%;
  max-width: calc(100% - 40px);
  min-height: 175px;
  min-width: 240px;
  overflow: auto;
  padding: 0;
  position: fixed;
  top: 50%;
  width: 700px;
  word-wrap: break-word;
  right: 0;
  z-index: 850;
}
body:not(.fsComposeMode) .cookie-popup .fsDialogCloseButton {
  font-size: 0;
}
body:not(.fsComposeMode) .cookie-popup .fsElementContent {
  padding: 35px;
  color: #232327;
  word-wrap: break-word;
  font-size: 20px;
  line-height: 24px;
}

body.fsComposeMode .cookie-popup {
  display: block;
}

.cookie-msg-open {
  position: relative;
}
.cookie-msg-open:before {
  content: '';
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 800;
}
.cookie-msg-open .cookie-popup {
  display: block !important;
}

.fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 15px 15px 0;
  padding: 20px 30px 18px;
  background: #474747;
  color: #fff;
  outline: 0;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "effra", sans-serif;
  font-weight: 400;
  min-width: 180px;
  text-shadow: none;
}
.fsLoadMoreButton:hover {
  background: #616161;
  color: #fff;
}
.fsLoadMoreButton em {
  display: block;
  font-style: normal;
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 4px;
}

.button {
  display: inline-block;
  border: 0;
  margin: 0 15px 15px 0;
  padding: 20px 30px 18px;
  background: #e8002b;
  color: #fff;
  outline: 0;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "effra", sans-serif;
  font-weight: 400;
  min-width: 180px;
}
.button:hover {
  background: #ff1c46;
  color: #fff;
}
.button em {
  display: block;
  font-style: normal;
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 4px;
}

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 15px 15px 0;
  padding: 20px 30px 18px;
  background: #191919;
  color: #fff;
  outline: 0;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "effra", sans-serif;
  font-weight: 400;
  min-width: 180px;
}
.color-button:hover {
  background: #333333;
  color: #fff;
}
.color-button em {
  display: block;
  font-style: normal;
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 4px;
}

.hollow-button {
  display: inline-block;
  border: 0;
  margin: 0 15px 15px 0;
  padding: 20px 30px 18px;
  background: transparent;
  color: #191919;
  outline: 0;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "effra", sans-serif;
  font-weight: 400;
  min-width: 180px;
  border: 0.2em solid #191919;
}
.hollow-button:hover {
  background: rgba(26, 26, 26, 0);
  color: #191919;
}
.hollow-button em {
  display: block;
  font-style: normal;
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 4px;
}

.fs_style_23 {
  display: inline-block;
  border: 0;
  margin: 0 15px 15px 0;
  padding: 20px 30px 18px;
  background: transparent;
  color: #666;
  outline: 0;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "effra", sans-serif;
  font-weight: 400;
  min-width: 180px;
  border: 5px solid #ddd;
  padding: 15px 30px 13px;
}
.fs_style_23:hover {
  background: rgba(26, 26, 26, 0);
  color: #666;
}
.fs_style_23 em {
  display: block;
  font-style: normal;
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 4px;
}
.fs_style_23:hover {
  background: #dddddd;
}

.fs_style_25 {
  display: inline-block;
  border: 0;
  margin: 0 15px 15px 0;
  padding: 20px 30px 18px;
  background: #08347e;
  color: #fff;
  outline: 0;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "effra", sans-serif;
  font-weight: 400;
  min-width: 180px;
}
.fs_style_25:hover {
  background: #0b48ae;
  color: #fff;
}
.fs_style_25 em {
  display: block;
  font-style: normal;
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 4px;
}

.fs_style_26 {
  display: inline-block;
  border: 0;
  margin: 0 15px 15px 0;
  padding: 20px 30px 18px;
  background: #e8002b;
  color: #fff;
  outline: 0;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "effra", sans-serif;
  font-weight: 400;
  min-width: 180px;
}
.fs_style_26:hover {
  background: #ff1c46;
  color: #fff;
}
.fs_style_26 em {
  display: block;
  font-style: normal;
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 4px;
}

.fs_style_27 {
  display: inline-block;
  border: 0;
  margin: 0 15px 15px 0;
  padding: 20px 30px 18px;
  background: #666;
  color: #fff;
  outline: 0;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "effra", sans-serif;
  font-weight: 400;
  min-width: 180px;
}
.fs_style_27:hover {
  background: gray;
  color: #fff;
}
.fs_style_27 em {
  display: block;
  font-style: normal;
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 4px;
}

.fs_style_28 {
  display: inline-block;
  border: 0;
  margin: 0 15px 15px 0;
  padding: 20px 30px 18px;
  background: #191919;
  color: #fff;
  outline: 0;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "effra", sans-serif;
  font-weight: 400;
  min-width: 180px;
}
.fs_style_28:hover {
  background: #333333;
  color: #fff;
}
.fs_style_28 em {
  display: block;
  font-style: normal;
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 4px;
}

.fs_style_29 {
  display: inline-block;
  border: 0;
  margin: 0 15px 15px 0;
  padding: 20px 30px 18px;
  background: #191919;
  color: #fff;
  outline: 0;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "effra", sans-serif;
  font-weight: 400;
  min-width: 180px;
}
.fs_style_29:hover {
  background: #333333;
  color: #fff;
}
.fs_style_29 em {
  display: block;
  font-style: normal;
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 4px;
}

.fs_style_30 {
  display: inline-block;
  border: 0;
  margin: 0 15px 15px 0;
  padding: 20px 30px 18px;
  background: #e8002b;
  color: #fff;
  outline: 0;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "effra", sans-serif;
  font-weight: 400;
  min-width: 180px;
}
.fs_style_30:hover {
  background: #ff1c46;
  color: #fff;
}
.fs_style_30 em {
  display: block;
  font-style: normal;
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 4px;
}

.fs_style_31 {
  display: inline-block;
  border: 0;
  margin: 0 15px 15px 0;
  padding: 20px 30px 18px;
  background: #08347e;
  color: #fff;
  outline: 0;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "effra", sans-serif;
  font-weight: 400;
  min-width: 180px;
}
.fs_style_31:hover {
  background: #0b48ae;
  color: #fff;
}
.fs_style_31 em {
  display: block;
  font-style: normal;
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 4px;
}

.fs_style_29,
.fs_style_30,
.fs_style_31 {
  font-family: "arno-pro", Georgia, serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: none;
  padding: 19px 30px 14px;
  min-width: 300px;
  border-radius: 15px;
}

.lead-in,
.fs_style_24 {
  font-size: 24px;
  line-height: 34px;
  font-family: "effra", sans-serif;
  color: #666;
  font-weight: 500;
}

.fs_style_35 {
  font-family: "bickham-script-pro-3";
  font-size: 72px;
  text-align: center;
  line-height: 1em;
  color: #aaa;
}

.top-image img {
  display: block;
  width: 100%;
}

blockquote {
  position: relative;
  margin: 20px 0;
  font-size: 1em;
  line-height: 1.2em;
  color: #474747;
  padding-left: 35px;
  font-size: 22px;
  line-height: 30px;
  font-family: "arno-pro", Georgia, serif;
}
blockquote:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '\201C';
  font-size: 55px;
  font-family: "arno-pro", Georgia, serif;
  color: #ddd;
  font-weight: 700;
}

cite,
.fs_style_32 {
  display: block;
  margin: 15px 0 0;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
  font-family: "arno-pro", Georgia, serif;
  text-align: right;
  text-transform: uppercase;
  color: #474747;
}

.callout,
.fs_style_33,
.fs_style_34 {
  color: #474747;
  font-size: 20px;
  line-height: 25px;
  font-style: italic;
  border-left: 5px solid #e8002b;
  padding-left: 25px;
}

.fs_style_34 {
  color: #08347e;
}

.sidebar-content {
  padding: 20px 30px 40px;
}
.sidebar-content h4 {
  margin-bottom: 5px;
}
.sidebar-content.grey {
  background: #f4f2f2;
}
.sidebar-content.blue {
  background: #08347e;
  color: #fff;
}
.sidebar-content.blue h4 {
  color: #fff;
}
.sidebar-content.blue a {
  color: #ddd;
}
.sidebar-content.blue a:hover {
  color: #f4f2f2;
}

.fs_style_38 {
  font-size: 16px;
  font-family: "effra", sans-serif;
  line-height: 24px;
  color: #4c4c4c;
  text-transform: uppercase;
}
.fs_style_38:hover {
  color: #666;
}

/*! structure - header v0.0.1 */
#fsHeader {
  position: relative;
}

.red-container {
  background: #e8002b;
  border-bottom: 4px solid #fff;
  padding-left: 30px;
  height: 54px;
  margin-bottom: 0 !important;
  position: relative;
}
.red-container .header-info {
  display: inline-block;
  margin-bottom: 0 !important;
  height: 50px;
  vertical-align: top;
  padding-left: 122px;
}
.red-container .header-info p {
  font-size: 22px;
  font-weight: 700;
  font-family: "arno-pro", Georgia, serif;
  color: #fff;
  margin-bottom: 0;
  padding: 13px 0;
}
@media (max-width: 650px) {
  .red-container .header-info {
    padding-left: 0;
  }
  .red-container .header-info p {
    font-size: 16px;
    line-height: 22px;
    padding: 15px 0 13px;
  }
}
.red-container .util-links {
  vertical-align: top;
  margin-bottom: 0 !important;
  height: 50px;
  margin-right: 60px !important;
  display: none;
}
.red-container .util-links, .red-container .util-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.red-container .util-links li {
  margin: 0;
  padding: 0;
}
@media (min-width: 1100px) {
  .red-container .util-links {
    display: inline-block;
    float: right;
  }
}
.red-container .util-links li {
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #fff;
  height: 50px;
  margin-left: -4px;
  background: transparent;
  transition: background 0.3s;
}
.red-container .util-links li:hover {
  background: #ba0627;
}
.red-container .util-links li > a {
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "arno-pro", Georgia, serif;
  color: #fff;
  padding: 14px 15px;
}
.red-container .util-links li > a > span {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
}
.red-container .top-search {
  margin-bottom: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
@media (min-width: 1100px) {
  .red-container .top-search {
    display: block;
  }
}
.red-container .top-search header {
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #fff;
  z-index: 2;
  width: 61px;
}
.red-container .top-search header .fsElementHeaderContent {
  margin-bottom: 0;
}
.red-container .top-search header .fsElementHeaderContent .open {
  height: 50px;
  display: inline-block;
  vertical-align: top;
  border: 0;
  padding: 0;
  width: 61px;
  background: #e8002b;
  text-align: center;
  padding-top: 12px;
  cursor: pointer;
  transition: background 0.3s;
}
.red-container .top-search header .fsElementHeaderContent .open:hover {
  background: #ba0627;
}
.red-container .top-search header .fsElementHeaderContent .open:before {
  content: '\f002';
  font-family: "IcoMoon";
  color: #fff;
  font-size: 20px;
}
.red-container .top-search > .fsElementContent .search-wrapper {
  width: 0;
  transition: width 0.3s linear;
}
.red-container .top-search.opened > .fsElementContent .search-wrapper {
  width: 415px;
}
.red-container .top-search input {
  height: 50px;
  border: 0;
  padding: 10px 20px;
  background: #ba0627;
  width: 355px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 60px;
}
.red-container .top-search button {
  height: 50px;
  display: inline-block;
  vertical-align: top;
  border: 0;
  padding: 0;
  width: 61px;
  margin-left: -4px;
  background: #e8002b;
  position: absolute;
  right: 0;
  top: 0;
  transition: background 0.3s;
}
.red-container .top-search button:hover {
  background: #ba0627;
}
.red-container .top-search button:before {
  content: '\f002';
  font-family: "IcoMoon";
  color: #fff;
  font-size: 20px;
  top: 1px;
  right: -1px;
  position: relative;
}

.black-container {
  background: #191919;
  border-bottom: 4px solid #fff;
  padding: 0 25px;
  height: 84px;
  margin-bottom: 0 !important;
  position: relative;
}

.slideout-cal {
  position: absolute;
  top: 0;
  right: -999px;
  width: 360px;
  height: 100%;
  z-index: 400;
  background: #f4f2f2;
  padding: 35px 25px;
  transition: right 0.3s;
}
.slideout-cal.cal-active {
  right: 0;
}
.slideout-cal > header {
  position: relative;
}
.slideout-cal > header .fsElementHeaderContent {
  margin-bottom: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
}
.slideout-cal > header .fsElementHeaderContent a.close-cal {
  font-size: 0;
  width: 40px;
  height: 45px;
  display: block;
  text-align: center;
}
.slideout-cal > header .fsElementHeaderContent a.close-cal:before, .slideout-cal > header .fsElementHeaderContent a.close-cal:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1px;
  width: 30px;
  content: '';
  background: #474747;
}
.slideout-cal > header .fsElementHeaderContent a.close-cal:before {
  margin-top: -8px;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: margin-top .3s, transform .3s;
}
.slideout-cal > header .fsElementHeaderContent a.close-cal:after {
  box-shadow: 0 0.4em 0 0 #474747;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: box-shadow .3s, transform .3s;
}
.slideout-cal > header .fsElementHeaderContent a.close-cal:before {
  margin-top: 0;
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.slideout-cal > header .fsElementHeaderContent a.close-cal:after {
  box-shadow: none;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.site-info-container {
  margin-bottom: 0 !important;
  display: inline-block;
  height: 80px;
  position: relative;
}
.site-info-container h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 54px;
  font-variant: small-caps;
  margin-bottom: 16px;
  font-family: "arno-pro", Georgia, serif;
  color: #e8002b;
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 1240px) {
  .site-info-container h1 {
    font-size: 35px;
  }
}
.site-info-container h1 a {
  color: #fff;
  position: relative;
  display: block;
  padding: 19px 0 19px 127px;
}
.site-info-container h1 a:before {
  content: '';
  width: 112px;
  height: 111px;
  position: relative;
  background: url("../images/logo-new.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: -39px;
}
@media (max-width: 650px) {
  .site-info-container h1 {
    font-size: 24px;
    line-height: 1.3em;
  }
  .site-info-container h1 a {
    padding: 26px 0 23px;
  }
  .site-info-container h1 a:before {
    display: none;
  }
}

#fsFooter {
  padding: 40px 35px 20px;
  color: #fff;
  background-image: url(../images/Yen-resized.png);
  background-size: cover;
  background-position: 0 350px;
  position: relative;
  overflow: hidden;
}
#fsFooter:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.8);
}
#fsFooter .fsBanner {
  position: relative;
  margin: 0 auto;
  max-width: 59em;
  max-width: 73.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 800px) {
  #fsFooter .fsBanner {
    display: block;
  }
}
#fsFooter .fsBanner:after {
  content: normal;
}
body.fsDraftMode #fsFooter .fsBanner {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (max-width: 800px) {
  #fsFooter .address-container {
    margin-bottom: 40px;
    width: 100%;
    display: block;
  }
}
@media (max-width: 800px) {
  #fsFooter .utility-container {
    width: 100%;
    display: block;
  }
}
#fsFooter .nav-social {
  margin-bottom: 20px;
}

.nav-utility-ftr nav, .nav-utility-ftr nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-utility-ftr nav li {
  margin: 0;
  padding: 0;
}
.nav-utility-ftr li {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 17px !important;
}
@media (max-width: 600px) {
  .nav-utility-ftr li {
    padding: 0 20px 0 0 !important;
    margin-bottom: 10px !important;
  }
}
.nav-utility-ftr li:first-child {
  padding-left: 0 !important;
}
.nav-utility-ftr li:after {
  content: '';
  width: 1px;
  background: #ddd;
  height: 18px;
  position: absolute;
  display: block;
  right: 0;
  top: 2px;
}
@media (max-width: 600px) {
  .nav-utility-ftr li:after {
    display: none;
  }
}
.nav-utility-ftr li:last-child {
  padding-right: 0 !important;
}
.nav-utility-ftr li:last-child:after {
  display: none;
}
.nav-utility-ftr li > a {
  display: block;
  color: #ddd;
  font-size: 18px;
  line-height: 22px;
}
.nav-utility-ftr li > a:hover {
  color: #f4f2f2;
}

.school-details {
  margin-bottom: 20px;
  font-family: "effra", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #ddd;
}
.school-details [itemprop='name'] {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 38px;
  font-family: "arno-pro", Georgia, serif;
  color: #e8002b;
  font-variant: small-caps;
  margin-bottom: 10px;
  color: #fff;
  margin-bottom: 0;
}
.school-details [itemprop='streetAddress'] {
  display: block;
  margin-bottom: 8px;
}
.school-details [itemprop='addressLocality'] {
  display: inline-block;
  margin-bottom: 8px;
}
.school-details [itemprop='addressRegion'] {
  display: inline-block;
  margin-bottom: 8px;
}
.school-details [itemprop='postalCode'] {
  display: inline-block;
  margin-bottom: 8px;
}
.school-details [itemprop='telephone'] {
  display: inline-block;
  position: relative;
  padding-right: 8px;
  margin-right: 4px;
}
.school-details [itemprop='telephone']:after {
  content: '';
  width: 1px;
  background: #ddd;
  height: 18px;
  position: absolute;
  display: block;
  right: 0;
  top: 2px;
}
.school-details [itemprop='fax'] {
  display: inline-block;
}
.school-details a {
  color: inherit;
}

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

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

html {
  font-family: "arno-pro", Georgia, serif;
  background: #191919;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 20px;
  line-height: 24px;
  color: #474747;
}

#fsPageWrapper {
  overflow: hidden;
  position: relative;
  right: 0;
  transition: right 0.3s;
}
.drawer-is-active #fsPageWrapper {
  right: 280px;
  overflow: visible;
}

#fsPageBodyWrapper {
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  min-height: 500px;
  overflow: hidden;
  position: relative;
}
#fsPageBodyWrapper img, #fsPageBodyWrapper video {
  border: 5px solid #ddd;
}
#fsPageBodyWrapper img.fs_style_39, #fsPageBodyWrapper video.fs_style_39 {
  border: 0px !important;
}

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

#fsBannerLeft {
  margin-bottom: 20px;
  width: 100%;
  float: none;
}
@media (min-width: 800px) {
  #fsBannerLeft {
    float: left;
  }
}
@media (min-width: 800px) {
  #fsBannerLeft {
    padding-right: 40px;
    width: 23.7288135593%;
  }
}
.fsHasLeftBanner #fsBannerLeft {
  padding-right: 0;
}
@media (min-width: 800px) {
  .fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 36.5%;
  }
}
@media (min-width: 900px) {
  .fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 23.7288135593%;
  }
}

#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: 66.1016949153% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner #fsPageContent {
    width: 76.2711864407% !important;
  }
}
@media (min-width: 800px) {
  .fsHasLeftBanner #fsPageContent {
    width: 63.5% !important;
    float: right;
  }
}
@media (min-width: 900px) {
  .fsHasLeftBanner #fsPageContent {
    width: 76.2711864407% !important;
    float: left;
  }
}
@media (min-width: 900px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: 42.3728813559% !important;
  }
}

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

@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: 1em;
    padding-left: 1em;
  }
}

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

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

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

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

#fsPoweredByFinalsite {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 59em;
  max-width: 73.75rem;
  background-position: right top;
}
@media (max-width: 800px) {
  #fsPoweredByFinalsite {
    background-position: left top;
  }
}

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

#fsHeader .nav-main {
  display: none;
}
@media (min-width: 1100px) {
  #fsHeader .nav-main {
    display: inline-block;
    float: right;
  }
}
.nav-main, .nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-main li {
  margin: 0;
  padding: 0;
}
@media (min-width: 1100px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 59em;
    max-width: 73.75rem;
    text-align: center;
    display: block;
    position: static !important;
  }
}
.nav-main .fsNavLevel1 > li {
  position: static !important;
  display: inline-block;
}
.nav-main .fsNavLevel1 > li > a {
  padding: 30px 0px 30px 10px;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "arno-pro", Georgia, serif;
  position: relative;
}
@media (max-width: 1350px) {
  .nav-main .fsNavLevel1 > li > a {
    font-size: 16px;
  }
}
@media (max-width: 1230px) {
  .nav-main .fsNavLevel1 > li > a {
    font-size: 15px;
  }
}
.nav-main .fsNavLevel1 > li > a:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 13px solid #fff;
  position: absolute;
  bottom: 4px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
.nav-main .fsNavLevel1 > li:hover > a {
  color: rgba(255, 255, 255, 0.6);
}
.nav-main .fsNavLevel1 > li:hover > a:after {
  display: block !important;
}
.nav-main .fsNavLevel1 > li.fsNavCurrentPage > a:after, .nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor > a:after {
  display: block !important;
}

.nav-main .fsNavLevel1 > li {
  position: relative;
}
.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px;
  transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
}
@media (max-width: 599px) {
  .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
    transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
  }
}
.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  z-index: 300;
}
.nav-main .fsNavPageInfo {
  background: rgba(221, 221, 221, 0.95);
  text-align: left;
  width: 100%;
  margin-top: 3px;
  border-right: 4px solid #fff;
  border-left: 4px solid #fff;
  padding: 0 20px;
}
.nav-main .fsNavPageInfo .meganav {
  position: relative;
  margin: 0 auto;
  max-width: 59em;
  max-width: 73.75rem;
  max-width: 1280px;
  text-align: center;
}
.nav-main .fsNavPageInfo .meganav .fsNavLevel2 {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.nav-main .fsNavPageInfo .meganav .fsNavLevel2 > li > a {
  font-size: 16px;
  font-family: "effra", sans-serif;
  font-weight: 400;
  color: #666;
}
.nav-main .fsNavPageInfo .meganav .fsNavLevel2 > li > a:hover {
  color: #191919;
}
.nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
  left: 0;
  -ms-transform: none;
  transform: none;
}
.nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
  right: 0;
  left: auto;
  -ms-transform: none;
  transform: none;
}
@media (min-width: 1100px) {
  .nav-main .fsNavParentPage:hover .fsNavPageInfo {
    display: block;
    border-bottom: 4px solid #fff;
  }
}
.nav-main .fsNavPageDescription {
  width: 35%;
  max-width: 340px;
  display: inline-block;
  vertical-align: top;
  float: left;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  color: #666;
  padding-top: 15px;
  padding-bottom: 25px;
}
@media (max-width: 1230px) {
  .nav-main .fsNavPageDescription {
    width: 30%;
  }
}
.nav-main .fsNavPageDescription h3 {
  font-size: 36px;
  line-height: 1em;
  color: #08347e;
  padding-top: 15px;
}
.nav-main .fsNavPageDescription h3 a {
  color: #08347e;
}
.nav-main .fsNavPageDescription h3 a:hover {
  color: #191919;
}
.nav-main .fsNavPageThumbnail {
  width: 35%;
  max-width: 360px;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  padding-top: 30px;
  padding-bottom: 35px;
}
@media (max-width: 1230px) {
  .nav-main .fsNavPageThumbnail {
    width: 30%;
  }
}
.nav-main .meganav-items {
  display: inline-block;
  vertical-align: top;
  float: right;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 25px;
  width: 40%;
}
.nav-main .fsNavLevel2 {
  padding: 0 0 0 20px;
}
.nav-main .fsNavLevel2:first-child {
  padding: 0 20px 0 0;
}
.nav-main .fsNavLevel2 li {
  border-bottom: 1px solid #939393;
}
.nav-main .fsNavLevel2 a {
  padding: 10px 0 5px;
  color: #fff;
  display: block;
  min-width: 220px;
}

.drawer-ribbon {
  position: absolute;
  height: 50px;
  width: 60px;
  right: 5px;
  top: 0;
  z-index: 500;
}
@media (min-width: 1100px) {
  .drawer-ribbon {
    display: none;
  }
}

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

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  right: -280px;
  transform: translate3d(20%, 0, 0);
  -ms-transform: translate(20%, 0);
  transform: translate(20%, 0);
  top: 0em;
  min-height: 100%;
  max-width: 14em;
  background: #191919;
  box-shadow: -1px 0px 0px rgba(85, 84, 84, 0.5);
  padding: 10px;
}
.drawer-is-active .fsMenu {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-search .search-wrapper {
  position: relative;
}
.mobile-search input {
  height: 35px;
  border: 0;
  padding: 5px;
  background: none;
  width: 240px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.mobile-search button {
  height: 35px;
  display: inline-block;
  vertical-align: top;
  border: 0;
  padding: 0;
  width: 38px;
  margin-left: -4px;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
}
.mobile-search button:before {
  content: '\f002';
  font-family: "IcoMoon";
  color: #fff;
  font-size: 16px;
  top: 1px;
  right: -1px;
  position: relative;
}

.mobile-nav ul.fsNavLevel1, .mobile-nav ul.fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav ul.fsNavLevel1 li {
  margin: 0;
  padding: 0;
}
.mobile-nav ul.fsNavLevel1 > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav ul.fsNavLevel1 > li > a {
  font-size: 18px;
  line-height: 50px;
  font-family: "arno-pro", Georgia, serif;
  font-weight: 700;
  color: #bbb;
  padding: 2px 5px 0;
  display: block;
}
.mobile-nav ul.fsNavLevel1 > li > a:hover {
  color: #fff;
}

.mobile-util-links ul, .mobile-util-links ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-util-links ul li {
  margin: 0;
  padding: 0;
}
.mobile-util-links ul > li {
  display: block;
}
.mobile-util-links ul > li > a {
  font-size: 16px;
  line-height: 30px;
  display: block;
  color: #fff;
  font-family: "arno-pro", Georgia, serif;
  padding-left: 8px;
}
.mobile-util-links ul > li > a:hover {
  color: #ddd;
}

.nav-sub, .nav-sub ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-sub li {
  margin: 0;
  padding: 0;
}
#fsHeader .nav-sub {
  display: block;
  padding: 35px 30px 0;
  background: #fff;
}
@media (min-width: 800px) {
  #fsHeader .nav-sub {
    display: none;
  }
}
#fsPageBody .nav-sub {
  display: none;
}
@media (min-width: 800px) {
  #fsPageBody .nav-sub {
    display: block;
  }
}
.nav-sub.nav-sub-empty {
  display: none !important;
}
@media (max-width: 799px) {
  .nav-sub > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
  }
}
.nav-sub.active-nav > .fsElementContent {
  max-height: 9999px;
  visibility: visible;
  opacity: 1;
}
.nav-sub ul.fsNavLevel1 {
  border: 4px solid #ddd;
  border-top-width: 2px;
  padding-left: 30px;
}
.nav-sub ul.fsNavLevel1 li.fsNavCurrentPage > a, .nav-sub ul.fsNavLevel1 li.fsNavCurrentPageAncestor > a {
  color: #e8002b;
}
.nav-sub ul.fsNavLevel1 li a {
  display: block;
  padding: 10px 0;
  color: #08347e;
  font-family: "effra", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #666;
}
.nav-sub ul.fsNavLevel1 li a:hover {
  color: #191919;
}
.nav-sub ul.fsNavLevel1 ul.fsNavLevel2,
.nav-sub ul.fsNavLevel1 ul.fsNavLevel3,
.nav-sub ul.fsNavLevel1 ul.fsNavLevel4 {
  padding-left: 15px;
}
.nav-sub .fsNavLevel1 > li:last-child {
  border-bottom: none;
}
.nav-sub .fsNavLevel1 > li.fsNavCurrentPage .fsNavLevel2, .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor .fsNavLevel2 {
  display: block;
}
.nav-sub .fsNavLevel1 > li.fsNavCurrentPage .fsNavLevel2 > li.fsNavCurrentPage .fsNavLevel3, .nav-sub .fsNavLevel1 > li.fsNavCurrentPage .fsNavLevel2 > li.fsNavCurrentPageAncestor .fsNavLevel3, .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor .fsNavLevel2 > li.fsNavCurrentPage .fsNavLevel3, .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor .fsNavLevel2 > li.fsNavCurrentPageAncestor .fsNavLevel3 {
  display: block;
}
.nav-sub .fsNavLevel2 {
  display: none;
}
.nav-sub .fsNavLevel3 {
  display: none;
}
.nav-sub > header {
  display: block;
}
@media (min-width: 800px) {
  .nav-sub > header {
    display: none;
  }
}
.nav-sub > header > .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 54px;
  font-variant: small-caps;
  margin-bottom: 16px;
  font-family: "arno-pro", Georgia, serif;
  color: #e8002b;
  display: block;
  color: #fff;
  transition: .3s;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 24px;
  font-family: "effra", sans-serif;
  margin: 0;
  padding: 19px 25px 17px;
  cursor: pointer;
  text-align: left;
  background-color: #666;
}
@media (min-width: 800px) {
  .nav-sub > header > .fsElementTitle {
    cursor: default;
  }
}
.nav-sub > header > .fsElementTitle:hover {
  background-color: #191919;
}
@media (max-width: 799px) {
  .nav-sub > header > .fsElementTitle:after {
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    margin-left: 8px;
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}
.nav-sub.active-nav > header > .fsElementTitle {
  background-color: #e8002b;
}
@media (max-width: 799px) {
  .nav-sub.active-nav > header > .fsElementTitle:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}

.subnav-bar {
  display: none;
  margin-bottom: 0px !important;
}
@media (min-width: 1100px) {
  .subnav-bar {
    display: block;
    background: #f4f2f2;
    padding: 18px 25px 13px;
  }
  .subnav-bar ul.fsNavLevel1, .subnav-bar ul.fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .subnav-bar ul.fsNavLevel1 li {
    margin: 0;
    padding: 0;
  }
  .subnav-bar ul.fsNavLevel1 > li {
    display: none;
  }
  .subnav-bar ul.fsNavLevel1 > li.fsNavCurrentPage, .subnav-bar ul.fsNavLevel1 > li.fsNavCurrentPageAncestor {
    display: block !important;
  }
  .subnav-bar ul.fsNavLevel1 > li > a {
    display: none;
  }
  .subnav-bar ul.fsNavLevel2 > li {
    display: inline-block;
    padding-right: 12px;
    margin-bottom: 5px;
  }
  .subnav-bar ul.fsNavLevel2 > li:last-child {
    padding-right: 0;
  }
  .subnav-bar ul.fsNavLevel2 > li > a {
    font-size: 16px;
    font-family: "effra", sans-serif;
    font-weight: 500;
    line-height: 18px;
    color: #666;
  }
  .subnav-bar ul.fsNavLevel2 > li > a:hover {
    color: #191919;
  }
  .subnav-bar ul.fsNavLevel2 > li.fsNavCurrentPage > a, .subnav-bar ul.fsNavLevel2 > li.fsNavCurrentPageAncestor > a {
    color: #e8002b;
  }
  .subnav-bar ul.fsNavLevel3 {
    display: none;
  }
}

.fsAccordion.mobile-subnav {
  display: block;
  margin-bottom: 0px !important;
  padding: 35px 30px 0;
  background: #fff;
}
@media (min-width: 1100px) {
  .fsAccordion.mobile-subnav {
    display: none;
  }
}
.fsAccordion.mobile-subnav > .fsElementContent .fsPanel > header h2.fsElementTitle {
  margin-bottom: 0 !important;
}
.fsAccordion.mobile-subnav > .fsElementContent .fsPanel > .fsElementContent {
  padding-top: 5px !important;
}
.fsAccordion.mobile-subnav .accordion-nav ul li {
  display: block;
  margin: 15px 0 !important;
}
.fsAccordion.mobile-subnav .accordion-nav ul.fsNavLevel1, .fsAccordion.mobile-subnav .accordion-nav ul.fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsAccordion.mobile-subnav .accordion-nav ul.fsNavLevel1 li {
  margin: 0;
  padding: 0;
}
.fsAccordion.mobile-subnav .accordion-nav ul.fsNavLevel1 > li {
  display: none;
}
.fsAccordion.mobile-subnav .accordion-nav ul.fsNavLevel1 > li.fsNavCurrentPage, .fsAccordion.mobile-subnav .accordion-nav ul.fsNavLevel1 > li.fsNavCurrentPageAncestor {
  display: block !important;
}
.fsAccordion.mobile-subnav .accordion-nav ul.fsNavLevel1 > li > a {
  display: none;
}
.fsAccordion.mobile-subnav .accordion-nav ul.fsNavLevel1 a {
  font-size: 16px;
  font-family: "effra", sans-serif;
  font-weight: 500;
  line-height: 18px;
  color: #666;
}
.fsAccordion.mobile-subnav .accordion-nav ul.fsNavLevel1 a:hover {
  color: #191919;
}
.fsAccordion.mobile-subnav .accordion-nav ul.fsNavLevel1 li.fsNavCurrentPage > a,
.fsAccordion.mobile-subnav .accordion-nav ul.fsNavLevel1 li.fsNavCurrentPageAncestor > a {
  color: #e8002b;
}
.fsAccordion.mobile-subnav .accordion-nav ul.fsNavLevel3,
.fsAccordion.mobile-subnav .accordion-nav ul.fsNavLevel4,
.fsAccordion.mobile-subnav .accordion-nav ul.fsNavLevel5 {
  display: none;
  padding-left: 20px !important;
}
.fsAccordion.mobile-subnav .accordion-nav ul.fsNavLevel2 > li.fsNavCurrentPage ul.fsNavLevel3,
.fsAccordion.mobile-subnav .accordion-nav ul.fsNavLevel2 > li.fsNavCurrentPageAncestor ul.fsNavLevel3 {
  display: block;
}
.fsAccordion.mobile-subnav .accordion-nav ul.fsNavLevel3 > li.fsNavCurrentPage ul.fsNavLevel4,
.fsAccordion.mobile-subnav .accordion-nav ul.fsNavLevel3 > li.fsNavCurrentPageAncestor ul.fsNavLevel4 {
  display: block;
}
.fsAccordion.mobile-subnav .accordion-nav ul.fsNavLevel4 > li.fsNavCurrentPage ul.fsNavLevel5,
.fsAccordion.mobile-subnav .accordion-nav ul.fsNavLevel4 > li.fsNavCurrentPageAncestor ul.fsNavLevel5 {
  display: block;
}

.nav-social {
  text-align: right;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .nav-social {
    text-align: left;
  }
}
.nav-social .fsNavLevel1 {
  font-size: 0;
}
.nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-social .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}
.nav-social .fsNavLevel1 li {
  display: inline-block;
}
.nav-social .fsNavLevel1 li:not(:last-child) {
  margin-right: 24px;
}
.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 a {
  display: block;
  position: relative;
  border: 5px solid rgba(221, 221, 221, 0.5);
  background: transparent;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  transition: 0.3s all;
}
.nav-social .fsNavLevel1 a:before {
  color: #aaaaaa;
  font-size: 24px;
  transition: 0.3s all;
  display: block;
  padding-left: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nav-social .fsNavLevel1 a:hover {
  background: #9b9c9f;
  border: 5px solid #9b9c9f;
}
.nav-social .fsNavLevel1 a:hover:before {
  color: #fff;
}

.nav-utility-footer .fsNavLevel1, .nav-utility-footer .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-utility-footer .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}

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

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch > .fsElementContent {
    margin: 0 -10px;
  }
}
.fsConstituent.fsSearch label {
  display: block;
  margin-bottom: 1em;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch label {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    padding: 0 10px;
  }
}
@media (min-width: 900px) {
  .fsConstituent.fsSearch label {
    width: 32.8333333333%;
  }
}
.fsConstituent.fsSearch input,
.fsConstituent.fsSearch select {
  display: block;
  width: 100%;
}
.fsConstituent.fsSearch [type*='submit'] {
  width: auto;
}
@media (min-width: 800px) {
  .fsConstituent.fsSearch [type*='submit'] {
    margin-left: 0.5em;
  }
}
.fsConstituent.fsSearch .fsConstituentSearchButton {
  display: inline-block;
  border: 0;
  margin: 0 15px 15px 0;
  padding: 20px 30px 18px;
  background: #474747;
  color: #fff;
  outline: 0;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "effra", sans-serif;
  font-weight: 400;
  min-width: 180px;
  display: block;
  margin: 0 10px;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:hover {
  background: #616161;
  color: #fff;
}
.fsConstituent.fsSearch .fsConstituentSearchButton em {
  display: block;
  font-style: normal;
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 4px;
}
.fsConstituent .fsElementPagination {
  margin: 20px 0;
}

/*! elements - constituent profile */
.fsConstituentProfile {
  position: relative;
}
.fsConstituentProfile .fsProfileImage {
  display: block;
  margin-bottom: 20px;
}
.fsConstituentProfile .fsFullName {
  color: #e8002b;
}
@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: 1em;
  font-size: 16px;
}
.fsProfileSection h4 {
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #f4f2f2;
  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;
  page-break-inside: avoid;
  break-inside: avoid;
}

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

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

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

/*! elements - accordion */
.fsAccordion .fsPanel, .fsTabs .fsPanel {
  margin-bottom: 4px;
}
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #666;
  transition: .3s;
}
.fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 54px;
  font-variant: small-caps;
  margin-bottom: 16px;
  font-family: "arno-pro", Georgia, serif;
  color: #e8002b;
  margin-bottom: 2px;
  display: block;
  font-size: 25px;
  padding: 13.3333333333px;
  color: #fff;
  transition: .3s;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 24px;
  font-family: "effra", sans-serif;
  padding: 19px 25px 17px;
}
.fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
  transition: none;
}
.fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
  background: #191919;
  transition: .3s;
}
.fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
  color: #fff;
  transition: .3s;
}
.fsAccordion .fsPanel > header ~ .fsElementContent, .fsTabs .fsPanel > header ~ .fsElementContent {
  border: 4px solid #ddd;
  border-top: 2px solid #ddd;
  position: relative;
  top: -2px;
}
.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #e8002b;
}
.fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #fff;
}
.fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
  content: "";
  font-family: "IcoMoon";
  font-size: 30px;
  top: 18px !important;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after, .fsPanelIconBefore.fsAccordion .fsPanel > header h2::after, .fsPanelIconBefore.fsTabs .fsPanel > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.3333333333px;
  content: "";
  font-family: "IcoMoon";
  font-size: 30px;
  top: 18px !important;
}
.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::after, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::after, .fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.3333333333px;
  content: "";
  font-family: "IcoMoon";
  font-size: 30px;
  top: 18px !important;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2, .fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-right: 40px;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before, .fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
  display: none;
}
.fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after, .fsPanelIconBefore.fsAccordion .fsPanel > header h2:after, .fsPanelIconBefore.fsTabs .fsPanel > header h2:after {
  right: 13.3333333333px;
}
.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 > .fsElementContent {
  width: 100%;
}
.fsAthleticsEvent .fsAlertFeeds {
  margin-bottom: 10px;
}
.fsAthleticsEvent .fsElementEventIcon {
  display: inline-block;
  max-width: 100%;
}
.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;
  margin: 0 15px 15px 0;
  padding: 20px 30px 18px;
  background: #474747;
  color: #fff;
  outline: 0;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "effra", sans-serif;
  font-weight: 400;
  min-width: 180px;
  padding: 10px 20px;
}
.fsAthleticsEvent.fsList .fsLoadMoreButton:hover {
  background: #616161;
  color: #fff;
}
.fsAthleticsEvent.fsList .fsLoadMoreButton em {
  display: block;
  font-style: normal;
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 4px;
}
.fsAthleticsEvent.fsList .fsAthleticsOpponents {
  display: inline;
}
.fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
  display: inline;
}
@media (max-width: 800px) {
  .fsAthleticsEvent.fsTable thead {
    display: none;
  }
}
@media (max-width: 800px) {
  .fsAthleticsEvent.fsTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
  }
  .fsAthleticsEvent.fsTable td:not(:last-child) {
    border: 0;
  }
  .fsAthleticsEvent.fsTable td:first-of-type {
    padding-top: 10px;
  }
  .fsAthleticsEvent.fsTable td:last-of-type {
    padding-bottom: 10px;
  }
  .fsAthleticsEvent.fsTable td:before {
    display: inline-block;
    font-weight: 700;
    color: #191919;
  }
  .fsAthleticsEvent.fsTable td.fsTitle:before {
    content: 'Team: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsOpponents {
    display: inline-block;
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsOpponents .fsAthleticsVs {
    display: inline-block;
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
    display: inline-block;
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsOpponents:before {
    content: 'Opponent: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsDate .fsDateTime {
    display: inline-block;
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsDate:before {
    content: 'Date: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsTime .fsDateTime {
    display: inline-block;
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsTime:before {
    content: 'Time: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsLocations:before {
    content: 'Location: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsAdvantage:before {
    content: 'Advantage: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsEventType:before {
    content: 'Type: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsDetails:before {
    content: 'Details: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsResult:before {
    content: 'Result: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsScore:before {
    content: 'Score: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsAlerts:before {
    content: 'Alerts: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsDismissal:before {
    content: 'Dismissal: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsDeparture:before {
    content: 'Departure: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsReturn:before {
    content: 'Return Time: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsPickup:before {
    content: 'Pickup Time: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsRecap:before {
    content: 'Recap: ';
  }
  .fsAthleticsEvent.fsTable td.fsAthleticsStatus:before {
    content: 'Status: ';
  }
}

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

/*! elements - athletics roster */
.fsAthleticsRoster .fsTable td:before, .fsAthleticsRosterList li > div:before {
  margin-right: 5px;
  display: inline-block;
  font-weight: 700;
  color: #191919;
}

.fsAthleticsRoster .fsTable td.fsRosterPlayerNumber:before, .fsAthleticsRosterList li > div.fsRosterPlayerNumber:before {
  content: 'Number: ';
}
.fsAthleticsRoster .fsTable td.fsRosterName:before, .fsAthleticsRosterList li > div.fsRosterName:before {
  content: 'Name: ';
}
.fsAthleticsRoster .fsTable td.fsRosterPosition:before, .fsAthleticsRosterList li > div.fsRosterPosition:before {
  content: 'Position: ';
}
.fsAthleticsRoster .fsTable td.fsRosterClass:before, .fsAthleticsRosterList li > div.fsRosterClass:before {
  content: 'Class: ';
}
.fsAthleticsRoster .fsTable td.fsRosterGradeLevel:before, .fsAthleticsRosterList li > div.fsRosterGradeLevel:before {
  content: 'Grade: ';
}
.fsAthleticsRoster .fsTable td.fsRosterHometown:before, .fsAthleticsRosterList li > div.fsRosterHometown:before {
  content: 'Hometown: ';
}
.fsAthleticsRoster .fsTable td.fsRosterHeight:before, .fsAthleticsRosterList li > div.fsRosterHeight:before {
  content: 'Height: ';
}
.fsAthleticsRoster .fsTable td.fsRosterWeight:before, .fsAthleticsRosterList li > div.fsRosterWeight:before {
  content: 'Weight: ';
}

.fsAthleticsRoster {
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .fsAthleticsRoster .fsTable thead {
    display: none;
  }
}
@media (min-width: 800px) {
  .fsAthleticsRoster .fsTable td:before {
    display: none;
  }
}
@media (max-width: 800px) {
  .fsAthleticsRoster .fsTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
  }
  .fsAthleticsRoster .fsTable td:not(:last-child) {
    border: 0;
  }
  .fsAthleticsRoster .fsTable td:first-of-type {
    padding-top: 10px;
  }
  .fsAthleticsRoster .fsTable td:last-of-type {
    padding-bottom: 10px;
  }
}

.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 #ddd;
}
.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;
}

/*! 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 header h2.fsElementTitle {
  font-size: 30px;
  line-height: 48px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}
.fsCalendar .fsTitle {
  font-size: 20px;
  font-family: "effra", sans-serif;
  color: #666;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 4px;
  display: block;
}
.fsCalendar .fsTitle a.fsCalendarEventLink {
  color: #666;
  font-weight: 400;
}
.fsCalendar .fsTitle a.fsCalendarEventLink:hover {
  color: #08347e;
}
.fsCalendar .fsDate {
  font-size: 18px;
  font-family: "effra", sans-serif;
  font-weight: 400;
  color: #08347e;
  margin-bottom: 5px;
  display: block;
}
.fsCalendar .fsEventDetails {
  font-size: 18px;
  color: #8f8b8b;
  font-family: "effra", sans-serif;
  font-weight: 400;
  line-height: 20px;
}
.fsCalendar .fsTimeRange:before {
  content: '\f017';
  font-family: "IcoMoon";
  font-size: 16px;
  color: #8f8b8b;
  vertical-align: text-bottom;
  margin-right: 5px;
}
.fsCalendar .fsAllDay {
  text-transform: uppercase;
}
.fsCalendar .fsAllDay:before {
  content: '\f017';
  font-family: "IcoMoon";
  font-size: 16px;
  color: #8f8b8b;
  vertical-align: text-bottom;
  margin-right: 5px;
}
.fsCalendar .fsLocation:before {
  content: '\f041';
  font-family: "IcoMoon";
  font-size: 16px;
  color: #8f8b8b;
  vertical-align: text-bottom;
  margin-right: 6px;
  margin-left: 2px;
}
.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0;
}

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

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

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

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}
.scroll-up span {
  display: inline-block;
  border: 0;
  margin: 0 15px 15px 0;
  padding: 20px 30px 18px;
  background: #474747;
  color: #fff;
  outline: 0;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "effra", sans-serif;
  font-weight: 400;
  min-width: 180px;
  padding: 10px 20px;
}
.scroll-up span:hover {
  background: #616161;
  color: #fff;
}
.scroll-up span em {
  display: block;
  font-style: normal;
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 4px;
}
.scroll-up + .fsCalendarLegend {
  margin-top: 20px !important;
}
@media screen and (min-width: 800px) {
  .scroll-up {
    display: none;
  }
}

.fsElementEventColorIcon {
  display: inline-block;
}

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

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

.fsElementHeaderContent {
  margin-bottom: 20px;
}

.fsElementFooterContent {
  margin-top: 20px;
}

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

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

.module {
  background: #e8002b;
}

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

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

::-webkit-input-placeholder {
  color: rgba(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;
  margin: 0 15px 15px 0;
  padding: 20px 30px 18px;
  background: #474747;
  color: #fff;
  outline: 0;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "effra", sans-serif;
  font-weight: 400;
  min-width: 180px;
}
.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: #616161;
  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: "effra", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 4px;
}
.fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
  display: block;
}
.fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
  margin-bottom: 10px;
}
.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block;
}
.fsLogin .fsLoginForgotView .fsLoginForgotSubmit, .fsAccount .fsLoginForgotView .fsLoginForgotSubmit {
  margin-right: 10px;
}
.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px;
}
.fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
    overflow: hidden;
    border-radius: 5px;
  }
}
.fsLogin .fsLoginNewFields .fsLoginNewContinue, .fsAccount .fsLoginNewFields .fsLoginNewContinue {
  margin-right: 10px;
}

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px;
}
.fsAccount .fsAccountLinks {
  margin: 0;
}
.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px;
}
.fsAccount .fsAccountLogout a {
  display: inline-block;
  border: 0;
  margin: 0 15px 15px 0;
  padding: 20px 30px 18px;
  background: #474747;
  color: #fff;
  outline: 0;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "effra", sans-serif;
  font-weight: 400;
  min-width: 180px;
}
.fsAccount .fsAccountLogout a:hover {
  background: #616161;
  color: #fff;
}
.fsAccount .fsAccountLogout a em {
  display: block;
  font-style: normal;
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 4px;
}

.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: "effra", sans-serif;
  font-size: 20px;
  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-size: 40px;
    line-height: 54px;
    font-variant: small-caps;
    margin-bottom: 16px;
    font-family: "arno-pro", Georgia, serif;
    color: #e8002b;
    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%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 2;
}
.fsMediaCustomPlayer .slick-next:before, .fsMediaCustomPlayer .slick-prev:before {
  color: #fff;
  display: block;
  font-size: 50px;
  font-weight: normal;
  height: 100%;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
}
.fsMediaCustomPlayer .slick-next {
  left: auto;
  right: 0;
}
.fsMediaCustomPlayer .slick-next:before {
  content: '\203A';
}
.fsMediaCustomPlayer .slick-prev {
  left: 0;
  right: auto;
}
.fsMediaCustomPlayer .slick-prev:before {
  content: '\2039';
}

.fsNews {
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.fsNews header h2.fsElementTitle {
  font-size: 30px;
  line-height: 48px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}
.fsNews.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
}
@media (min-width: 600px) {
  .fsNews.fsThumbnailAlignLeft .fsThumbnail {
    float: left;
  }
}
.fsNews.fsThumbnailAlignRight .fsThumbnail {
  float: none;
}
@media (min-width: 600px) {
  .fsNews.fsThumbnailAlignRight .fsThumbnail {
    float: right;
  }
}
.fsNews article {
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}
.fsNews .fsTitle {
  font-weight: 700;
  color: #4c4c4c;
}
.fsNews .fsTitle a.fsNewsPostLink {
  color: #4c4c4c;
}
.fsNews .fsTitle a.fsNewsPostLink:hover {
  color: #08347e;
}
.fsNews .fsAuthor {
  color: #666;
}
.fsNews .fsDateTime {
  color: #666;
}

/*! _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: #191919 !important;
  background-image: none !important;
  width: 100%;
  height: 50px !important;
  color: #ddd;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 20px;
  font-family: "effra", 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: #e8002b;
  position: relative;
  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: "effra", sans-serif;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 20px;
}
.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  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 #474747;
}
.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: #474747;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 20px;
  font-family: "effra", 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: #474747;
  position: relative;
  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: 20px;
  font-family: "effra", sans-serif;
}
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  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: "effra", sans-serif;
  font-size: 20px;
}
.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: #474747;
}
.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: #191919;
}
.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: #08347e !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: #666 !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: 20px;
}
.fsSearchResults .gsc-results .gsc-cursor-box, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0;
}

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

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

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

.fsFacebookFollow {
  margin-top: 20px;
}

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

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

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

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

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 15px 15px 0;
  padding: 20px 30px 18px;
  background: #474747;
  color: #fff;
  outline: 0;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "effra", sans-serif;
  font-weight: 400;
  min-width: 180px;
}
.vimeo_view_link a:hover {
  background: #616161;
  color: #fff;
}
.vimeo_view_link a em {
  display: block;
  font-style: normal;
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 4px;
}

/*! elements - social youtube */
.fsYoutube {
  margin-bottom: 20px;
  border: 5px solid #ddd;
}

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

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

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 15px 15px 0;
  padding: 20px 30px 18px;
  background: #474747;
  color: #fff;
  outline: 0;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "effra", sans-serif;
  font-weight: 400;
  min-width: 180px;
}
.Youtube_view_link a:hover {
  background: #616161;
  color: #fff;
}
.Youtube_view_link a em {
  display: block;
  font-style: normal;
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 4px;
}

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}
.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}
@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
    border-bottom: 1px solid #ddd;
  }
}
.fsTabs .fsTabsNav li {
  margin-right: 6px;
}
.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 54px;
  font-variant: small-caps;
  margin-bottom: 16px;
  font-family: "arno-pro", Georgia, serif;
  color: #e8002b;
  margin-bottom: 2px;
  display: block;
  font-size: 25px;
  padding: 13.3333333333px;
  color: #fff;
  transition: .3s;
  background: #666;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "effra", sans-serif;
  font-weight: 400;
  border-radius: 10px 10px 0 0;
  padding: 14px 20px 12px;
  min-width: 110px;
  margin-bottom: 0;
}
.fsTabs .fsTabsNav li a:hover {
  background: #191919;
  color: #fff;
}
.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #e8002b;
  color: #fff;
}
@media (min-width: 600px) {
  .fsTabs .fsPanel > header ~ .fsElementContent {
    border: 0px !important;
    position: relative;
    top: 0 !important;
  }
}

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

/*! pages - home v0.0.1 */
.home #fsPageBodyWrapper {
  padding: 0px;
}
.home #fsPageBody {
  max-width: 100%;
}
.home #fsPageContent {
  margin-bottom: 0 !important;
}
.home #fsPageContent > .fsPageLayout.fsLayout > .fsDiv {
  margin-bottom: 0 !important;
}
.home .subnav-bar,
.home .fsAccordion.mobile-subnav {
  display: none !important;
}

@media (min-width: 1025px) {
  body:not(.fsComposeMode) .home-video {
    min-height: 500px;
  }
}
body:not(.fsComposeMode) .home-video.autoplay {
  display: block;
}
@media (max-device-width: 1025px) {
  body:not(.fsComposeMode) .home-video.autoplay {
    display: none;
  }
}
body:not(.fsComposeMode) .home-video.click {
  display: none;
}
@media (max-device-width: 1025px) {
  body:not(.fsComposeMode) .home-video.click {
    display: block;
  }
}

.home-video {
  max-height: 575px;
  max-height: 80vh;
  overflow: hidden;
  position: relative;
}
@media (max-height: 700px) {
  .home-video {
    max-height: 70vh;
  }
}
@media (max-height: 440px) {
  .home-video {
    max-height: 65vh;
  }
}
.home-video img, .home-video video {
  border: 0 !important;
}
.home-video .fsMediaControlsTop,
.home-video .fsMediaControlsBottom {
  display: none !important;
}
.home-video .fsMediaPlayOverlay {
  max-height: 575px;
  max-height: 80vh;
  margin: 0;
}
@media (max-height: 700px) {
  .home-video .fsMediaPlayOverlay {
    max-height: 70vh;
  }
}
@media (max-height: 440px) {
  .home-video .fsMediaPlayOverlay {
    max-height: 65vh;
  }
}
.home-video .fsMediaPlayOverlay:before {
  content: "" !important;
  font-family: "IcoMoon";
  color: #fff;
  font-size: 100px;
  opacity: 0.8;
  border: 0px;
  border-radius: 0;
  box-shadow: none !important;
  width: 100px !important;
  height: 100px !important;
}
@media (max-width: 760px) {
  .home-video .fsMediaPlayOverlay:before {
    font-size: 60px;
    width: 60px !important;
    height: 60px !important;
  }
}
.home-video .fsMediaPlayOverlay:after {
  display: none !important;
}
.home-video > footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
}
.home-video > footer .fsElementFooterContent {
  margin-top: 0;
  text-align: center;
  overflow: hidden;
}
.home-video > footer .fsElementFooterContent a {
  font-size: 0;
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  border-radius: 100%;
  position: relative;
  top: 60px;
}
.home-video > footer .fsElementFooterContent a:before {
  content: '\f107';
  font-family: "IcoMoon";
  color: #fff;
  font-size: 50px;
  position: relative;
  top: 10px;
}

.home-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 130px;
  padding-top: 50px;
}
@media (max-width: 1180px) {
  .home-grid {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 10px;
  }
}
.home-grid > .fsDiv.fsStyleColumn {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
@media (max-width: 1180px) {
  .home-grid > .fsDiv.fsStyleColumn {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.home-grid > .fsDiv.fsStyleColumn.fsStyleColumn-1, .home-grid > .fsDiv.fsStyleColumn.fsStyleColumn-3 {
  width: 26%;
}
@media (min-width: 1181px) {
  .home-grid > .fsDiv.fsStyleColumn.fsStyleColumn-1 .testimonial-box img, .home-grid > .fsDiv.fsStyleColumn.fsStyleColumn-3 .testimonial-box img {
    min-height: 366px;
    opacity: 0;
  }
}
@media (max-width: 1180px) {
  .home-grid > .fsDiv.fsStyleColumn.fsStyleColumn-1, .home-grid > .fsDiv.fsStyleColumn.fsStyleColumn-3 {
    width: 33.33%;
  }
}
@media (max-width: 799px) {
  .home-grid > .fsDiv.fsStyleColumn.fsStyleColumn-1, .home-grid > .fsDiv.fsStyleColumn.fsStyleColumn-3 {
    float: left;
    width: 100%;
    padding: 0 !important;
    margin-bottom: 1% !important;
  }
}
@media (max-width: 600px) {
  .home-grid > .fsDiv.fsStyleColumn.fsStyleColumn-1, .home-grid > .fsDiv.fsStyleColumn.fsStyleColumn-3 {
    float: none;
    margin-bottom: 0 !important;
  }
}
.home-grid > .fsDiv.fsStyleColumn.fsStyleColumn-2 {
  padding: 0 !important;
  width: 48%;
}
@media (max-width: 1180px) {
  .home-grid > .fsDiv.fsStyleColumn.fsStyleColumn-2 {
    width: 33.33%;
  }
}
@media (max-width: 799px) {
  .home-grid > .fsDiv.fsStyleColumn.fsStyleColumn-2 {
    float: left;
    width: 100%;
    margin-bottom: 1% !important;
  }
}
@media (max-width: 600px) {
  .home-grid > .fsDiv.fsStyleColumn.fsStyleColumn-2 {
    float: none;
    margin-bottom: 0 !important;
  }
}
.home-grid .testimonial-box {
  position: relative;
  margin-bottom: 0 !important;
}
@media (max-width: 1180px) {
  .home-grid .testimonial-box {
    margin-bottom: 20px !important;
    height: 250px;
    background-size: cover;
    background-position: top center;
  }
}
@media (max-width: 799px) {
  .home-grid .testimonial-box {
    width: 48%;
    display: inline-block;
    margin: 0 1% 1% !important;
    float: left;
  }
}
@media (max-width: 600px) {
  .home-grid .testimonial-box {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 15px !important;
    display: block;
    float: none;
  }
}
.home-grid .testimonial-box > header {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #08347e;
  padding: 20px 25px;
  font-size: 18px;
  line-height: 30px;
  font-family: "effra", sans-serif;
  color: #fff;
  z-index: 5;
  transition: all 0.25s ease-in-out;
}
.home-grid .testimonial-box > header > .fsElementHeaderContent {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: 0 !important;
}
.home-grid .testimonial-box > header > .fsElementHeaderContent a {
  color: #ddd;
}
.home-grid .testimonial-box > header > .fsElementHeaderContent a:hover {
  color: #fff;
}
.home-grid .testimonial-box > header .fs_style_32 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-family: "effra", sans-serif;
  font-weight: 700;
  text-transform: none;
}
.home-grid .testimonial-box:hover > header {
  opacity: 1;
  top: -15px;
  left: 15px;
}
.home-grid .testimonial-box > .fsElementContent img {
  border: 0 !important;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 1180px) {
  .home-grid .testimonial-box > .fsElementContent {
    overflow: hidden;
    height: 250px;
  }
  .home-grid .testimonial-box > .fsElementContent img {
    opacity: 0;
    visibility: hidden;
  }
}
.home-grid .grid-blurb {
  position: relative;
  margin-bottom: 0 !important;
  text-align: center;
  padding: 10px 60px;
  font-size: 20px;
  line-height: 30px;
  color: #474747;
  font-family: "arno-pro", Georgia, serif;
  height: 235px;
}
@media (max-width: 1180px) {
  .home-grid .grid-blurb {
    display: none !important;
  }
}
.home-grid .grid-blurb ul, .home-grid .grid-blurb ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-grid .grid-blurb ul li {
  margin: 0;
  padding: 0;
}
.home-grid .grid-blurb ul > li {
  display: inline-block;
  padding: 0 8px;
  margin-top: 0;
  font-weight: normal;
  font-size: 36px;
  line-height: 50px;
  font-family: sans-serif-2;
  color: #666;
  margin-bottom: 10px;
  font-variant: small-caps;
  color: #e8002b;
  position: relative;
}
.home-grid .grid-blurb ul > li:after {
  content: '\00b7';
  position: absolute;
  right: -6px;
  display: block;
  top: 3px;
  height: 100%;
}
.home-grid .grid-blurb ul > li:last-child:after {
  display: none;
}
.home-grid .grid-blurb.mobile-blurb {
  display: none;
}
@media (max-width: 1180px) {
  .home-grid .grid-blurb.mobile-blurb {
    display: block !important;
    height: auto !important;
  }
}

.home-community {
  background: #f4f2f2;
  text-align: center;
  position: relative;
  padding: 0 20px 30px;
}
.home-community > header {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
}
.home-community > header > .fsElementHeaderContent {
  margin-bottom: 0 !important;
}
.home-community > header > .fsElementHeaderContent img {
  border: 0 !important;
  display: block;
  width: 100%;
}
.home-community > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 59em;
  max-width: 73.75rem;
  max-width: 1180px;
}
.home-community .fsElement.fsLayout.fsThreeColumnLayout {
  max-width: 975px;
  margin: 0 auto;
}

.community-blurb {
  max-width: 580px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.community-blurb header > h2.fsElementTitle {
  font-size: 36px;
  line-height: 48px;
}

body:not(.fsComposeMode) .community-circle {
  width: 290px;
  height: 290px;
  margin: 0 auto;
  position: relative;
  border: 5px solid #fff !important;
  border-radius: 100%;
  overflow: hidden;
}
body:not(.fsComposeMode) .community-circle img {
  border: 0 !important;
  width: 290px;
  height: 290px;
  display: block;
}
body:not(.fsComposeMode) .community-circle footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  padding-top: 155px;
}
body:not(.fsComposeMode) .community-circle footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/circle-overlay.png);
  background-size: cover;
  z-index: 1;
}
body:not(.fsComposeMode) .community-circle footer > .fsElementFooterContent {
  position: relative;
  z-index: 2;
}
body:not(.fsComposeMode) .community-circle footer h6 {
  font-size: 36px;
  line-height: 1.3em;
  color: #fff;
  font-family: "arno-pro", Georgia, serif;
  font-variant: small-caps;
  margin-bottom: 0;
}
body:not(.fsComposeMode) .community-circle footer a {
  font-family: "effra", sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #ddd;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  bottom: 110px;
  transition: all 0.15s linear;
  cursor: pointer;
}
body:not(.fsComposeMode) .community-circle:hover footer a {
  bottom: -22px;
  opacity: 1;
}

.home-experience {
  padding: 40px 20px;
}
.home-experience > header > h2.fsElementTitle {
  font-size: 36px;
  line-height: 48px;
  text-align: center;
}
.home-experience > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 59em;
  max-width: 73.75rem;
  max-width: 1315px;
  padding: 20px 40px;
}
.home-experience > .fsElementContent .slick-slide {
  padding-right: 30px;
}
.home-experience > .fsElementContent .slick-slide > header {
  border: 5px solid #ddd;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  float: left;
  margin-right: 20px;
}
.home-experience > .fsElementContent .slick-slide > header img {
  border: 0px !important;
}
.home-experience > .fsElementContent .slick-slide > .fsElementContent h3 {
  color: #e8002b;
  font-family: "arno-pro", Georgia, serif;
}
.home-experience .slick-next, .home-experience .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 35px;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  z-index: 2;
}
.home-experience .slick-next:before, .home-experience .slick-prev:before {
  color: #aaa;
  display: block;
  font-size: 50px;
  font-weight: normal;
  height: 100%;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
.home-experience .slick-next {
  left: auto;
  right: 0;
}
.home-experience .slick-next:before {
  content: '\f105';
  font-family: "IcoMoon";
}
.home-experience .slick-prev {
  left: 0;
  right: auto;
}
.home-experience .slick-prev:before {
  content: '\f104';
  font-family: "IcoMoon";
}

.home-glance {
  height: 380px;
  position: relative;
  display: block;
  margin-bottom: 0 !important;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  text-align: center;
}
.home-glance .fsElementContent {
  padding-top: 150px;
  margin-top: 0;
  font-weight: normal;
  font-size: 26px;
  line-height: 32px;
  font-family: "arno-pro", Georgia, serif;
  color: #08347e;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1em;
  color: #fff;
  font-family: "arno-pro", Georgia, serif;
  font-variant: small-caps;
  margin-bottom: 0;
}
.home-glance .fsElementContent p {
  margin-bottom: 0 !important;
  position: relative;
  z-index: 2;
}
.home-glance .fsElementContent a {
  font-family: "effra", sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  font-variant: none;
  position: relative;
  text-align: center;
}
.home-glance .fsElementContent a:after {
  content: '';
  width: 98%;
  height: 2px;
  left: 50%;
  bottom: -5px;
  opacity: 0;
  position: absolute;
  background: rgba(221, 221, 221, 0.6);
  transition: opacity 0.3s;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home-glance .fsElementContent a:hover {
  color: #ddd;
}
.home-glance .fsElementContent:after {
  content: '';
  background-image: url(../images/large-gradient.png);
  background-position: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s;
}
.home-glance:hover .fsElementContent a:after {
  opacity: 1;
}
.home-glance:hover .fsElementContent:after {
  opacity: 0.4;
}

.home-featured {
  padding: 60px 20px;
}
.home-featured header > h2.fsElementTitle {
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 30px;
}
.home-featured > .fsElementContent > .fsNews.fsList {
  position: relative;
  margin: 0 auto;
  max-width: 59em;
  max-width: 73.75rem;
}
.home-featured > .fsElementContent > .fsNews.fsList article {
  display: inline-block;
  width: 50%;
  margin: 0 -3px;
  vertical-align: top;
  position: relative;
  border: 0 !important;
  border-right: 6px solid #fff !important;
  border-left: 6px solid #fff !important;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 799px) {
  .home-featured > .fsElementContent > .fsNews.fsList article {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto 15px;
  }
}
.home-featured > .fsElementContent > .fsNews.fsList article:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/news-gradient-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.home-featured > .fsElementContent > .fsNews.fsList article .fsThumbnail.fsNewsPostLink {
  opacity: 0;
  visibility: hidden;
}
.home-featured > .fsElementContent > .fsNews.fsList article .fsThumbnail.fsNewsPostLink img {
  display: block;
  width: 100%;
  min-height: 470px;
  position: relative;
  border: 0 !important;
}
.home-featured .basic-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: block;
  padding: 20px 20px 30px;
}
.home-featured .basic-container .fsTitle {
  color: #fff;
  font-size: 30px;
  line-height: 1em;
  font-family: "arno-pro", Georgia, serif;
  font-variant: small-caps;
  font-weight: 400;
  margin-bottom: 10px;
}
.home-featured .basic-container .fsTitle > a {
  color: #fff;
}
.home-featured .basic-container .fsTitle > a:hover {
  color: #ddd;
}
.home-featured .basic-container .fsDateTime span {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-family: "effra", sans-serif;
  font-weight: 400;
}
.home-featured .hover-container {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #08347e;
  padding: 40px 25px 20px;
  font-size: 18px;
  line-height: 30px;
  font-family: "effra", sans-serif;
  color: #fff;
  z-index: 5;
  transition: all 0.25s ease-in-out;
}
.home-featured .hover-container .fsNewsPostLink.fsReadMoreLink {
  display: inline-block;
  border: 0;
  margin: 0 15px 15px 0;
  padding: 20px 30px 18px;
  background: transparent;
  color: #fff;
  outline: 0;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "effra", sans-serif;
  font-weight: 400;
  min-width: 180px;
  border: 5px solid rgba(255, 255, 255, 0.2);
  padding: 15px 20px 13px;
  min-width: 150px;
}
.home-featured .hover-container .fsNewsPostLink.fsReadMoreLink:hover {
  background: rgba(26, 26, 26, 0);
  color: #fff;
}
.home-featured .hover-container .fsNewsPostLink.fsReadMoreLink em {
  display: block;
  font-style: normal;
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 4px;
}
.home-featured .hover-container .fsNewsPostLink.fsReadMoreLink:hover {
  background: rgba(255, 255, 255, 0.2);
}
.home-featured article:hover .hover-container {
  opacity: 1;
  top: -15px;
  left: 15px;
}
.home-featured footer {
  text-align: center;
  margin-top: 40px;
}

body:not(.fsComposeMode) .cookie-msg {
  background: #e8002b;
  color: #fff;
  position: absolute;
  z-index: 999;
  top: 0;
  width: 100%;
  left: 0;
  text-align: left;
  padding: 25px 40px 18px;
  border-bottom: 4px solid #fff;
  display: none;
}
@media (max-width: 1025px) {
  body:not(.fsComposeMode) .cookie-msg {
    display: block;
  }
}
body:not(.fsComposeMode) .cookie-msg.closed {
  display: none !important;
}
body:not(.fsComposeMode) .cookie-msg header {
  position: absolute;
  right: 10px;
  top: 20px;
}
body:not(.fsComposeMode) .cookie-msg header .fsElementHeaderContent {
  margin-bottom: 0;
}
body:not(.fsComposeMode) .cookie-msg header .fsElementHeaderContent button {
  border: 0;
  background: none;
  font-size: 0;
  width: 60px;
  position: relative;
}
body:not(.fsComposeMode) .cookie-msg header .fsElementHeaderContent button:before, body:not(.fsComposeMode) .cookie-msg header .fsElementHeaderContent button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 3px;
  width: 30px;
  content: '';
  background: #fff;
}
body:not(.fsComposeMode) .cookie-msg header .fsElementHeaderContent button:before {
  margin-top: -8px;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: margin-top .3s, transform .3s;
}
body:not(.fsComposeMode) .cookie-msg header .fsElementHeaderContent button:after {
  box-shadow: 0 0.4em 0 0 #fff;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: box-shadow .3s, transform .3s;
}
body:not(.fsComposeMode) .cookie-msg header .fsElementHeaderContent button:before {
  margin-top: 0;
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
body:not(.fsComposeMode) .cookie-msg header .fsElementHeaderContent button:after {
  box-shadow: none;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
body:not(.fsComposeMode) .cookie-msg .fsElementContent {
  padding-right: 40px;
}
body:not(.fsComposeMode) .cookie-msg .fsElementContent p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
}

/*! pages - admissions v0.0.1 */
.admissions #fsPageBodyWrapper {
  padding: 0px;
}
.admissions #fsPageBody {
  max-width: 100%;
}
.admissions #fsPageContent {
  margin-bottom: 0 !important;
}
.admissions #fsPageContent > .fsPageLayout.fsLayout > .fsDiv {
  margin-bottom: 0 !important;
}
.admissions .youtube-container {
  padding: 20px;
}
.admissions .fsYoutube {
  max-width: 980px;
  margin: 20px auto;
}
.admissions .learn-more {
  text-align: center;
  padding: 20px;
  background: #f4f2f2;
  margin-bottom: 0 !important;
}

.excellence-circle-container {
  position: relative;
  margin: 0 auto;
  max-width: 59em;
  max-width: 73.75rem;
  padding: 20px;
}
.excellence-circle-container > header {
  text-align: center;
  position: relative;
}
.excellence-circle-container > header:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ddd;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.excellence-circle-container > header .fsElementHeaderContent {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  width: 80px;
  background: #fff;
  z-index: 1;
  position: relative;
  top: 5px;
}
.excellence-circle-container > header img {
  border: 0px !important;
  width: 51px;
}
.excellence-circle-container h6 {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  font-family: "effra", sans-serif;
  color: #666;
  padding: 20px 20px 10px;
  margin-bottom: 0;
}
.excellence-circle-container .fsThreeColumnLayout {
  max-width: 950px;
  margin: 0 auto;
}

body:not(.fsComposeMode) .community-circle.admissions {
  border: 5px solid #ddd !important;
}
body:not(.fsComposeMode) .community-circle.admissions > .fsElementContent {
  background-size: cover;
  background-position: center center;
}
body:not(.fsComposeMode) .community-circle.admissions > .fsElementContent img {
  opacity: 0;
}
body:not(.fsComposeMode) .community-circle.admissions > footer {
  text-align: center;
  padding-top: 95px !important;
}
body:not(.fsComposeMode) .community-circle.admissions > footer:before {
  background-image: none !important;
  background-color: #191919;
  opacity: 0.3;
}
body:not(.fsComposeMode) .community-circle.admissions > footer h4 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  font-family: "arno-pro", Georgia, serif;
}

.learn-more > header {
  margin: 10px 0 30px;
}
.learn-more > header > h2.fsElementTitle {
  font-size: 30px;
  line-height: 48px;
  color: #191919;
  margin: 10px 0 20px;
}
.learn-more > .fsElementContent > p > a {
  max-width: 280px;
  width: 25%;
  min-width: 300px;
}

.discovering-container {
  padding: 40px 20px 70px;
}
.discovering-container > header > h2.fsElementTitle {
  text-align: center;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 35px;
}
.discovering-container .keep-discovering {
  position: relative;
  margin: 0 auto;
  max-width: 59em;
  max-width: 73.75rem;
  max-width: 1160px;
}
.discovering-container .keep-discovering > .fsDiv {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.admissions-box {
  position: relative;
  margin-bottom: 0 !important;
}
@media (max-width: 899px) {
  .admissions-box {
    max-width: 400px;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
.admissions-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/circle-overlay.png);
  background-size: cover;
  z-index: 1;
}
.admissions-box > header {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #08347e;
  padding: 20px 25px;
  font-size: 18px;
  line-height: 30px;
  font-family: "effra", sans-serif;
  color: #fff;
  z-index: 5;
  transition: all 0.25s ease-in-out;
}
.admissions-box > header > .fsElementHeaderContent {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: 0 !important;
}
.admissions-box > header > .fsElementHeaderContent a {
  display: inline-block;
  border: 0;
  margin: 0 15px 15px 0;
  padding: 20px 30px 18px;
  background: transparent;
  color: #fff;
  outline: 0;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "effra", sans-serif;
  font-weight: 400;
  min-width: 180px;
  border: 5px solid rgba(255, 255, 255, 0.2);
  padding: 15px 20px 13px;
  min-width: 150px;
}
.admissions-box > header > .fsElementHeaderContent a:hover {
  background: rgba(26, 26, 26, 0);
  color: #fff;
}
.admissions-box > header > .fsElementHeaderContent a em {
  display: block;
  font-style: normal;
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 4px;
}
.admissions-box > header > .fsElementHeaderContent a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.admissions-box:hover > header {
  opacity: 1;
  top: -15px;
  left: 15px;
}
.admissions-box > .fsElementContent img {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.admissions-box footer {
  position: absolute;
  bottom: 35px;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.admissions-box footer h3 {
  font-size: 30px;
  line-height: 1.3em;
  margin-bottom: 0;
  color: #eeeeee;
  font-variant: small-caps;
}

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

.colors ol {
  zoom: 1;
  margin-bottom: 2em;
  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: 50%;
}
@media (min-width: 600px) {
  .colors ol li {
    width: 25%;
  }
}
@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
    width: 12.5%;
  }
}
.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}
.colors ol li:nth-of-type(1) {
  background: #e8002b;
  color: #e8002b;
}
.colors ol li:nth-of-type(1):after {
  content: "#e8002b";
}
.colors ol li:nth-of-type(2) {
  background: #ba0627;
  color: #ba0627;
}
.colors ol li:nth-of-type(2):after {
  content: "#ba0627";
}
.colors ol li:nth-of-type(3) {
  background: #08347e;
  color: #08347e;
}
.colors ol li:nth-of-type(3):after {
  content: "#08347e";
}
.colors ol li:nth-of-type(4) {
  background: #191919;
  color: #191919;
}
.colors ol li:nth-of-type(4):after {
  content: "#191919";
}
.colors ol li:nth-of-type(5) {
  background: #474747;
  color: #474747;
}
.colors ol li:nth-of-type(5):after {
  content: "#474747";
}
.colors ol li:nth-of-type(6) {
  background: #666;
  color: #666;
}
.colors ol li:nth-of-type(6):after {
  content: "#666";
}
.colors ol li:nth-of-type(7) {
  background: #ddd;
  color: #ddd;
}
.colors ol li:nth-of-type(7):after {
  content: "#ddd";
}
.colors ol li:nth-of-type(8) {
  background: #f4f2f2;
  color: #f4f2f2;
}
.colors ol li:nth-of-type(8):after {
  content: "#f4f2f2";
}

.fonts ol {
  zoom: 1;
  margin-bottom: 2em;
  padding: 0;
  list-style: none;
}
.fonts ol:after {
  display: table;
  clear: both;
  content: '';
}
.fonts ol li {
  margin-bottom: 0.25em;
  padding: 0.25em;
}
.fonts ol li:nth-of-type(1) {
  font-family: "arno-pro", Georgia, serif;
}
.fonts ol li:nth-of-type(1):after {
  content: "arno-pro, Georgia, serif";
}
.fonts ol li:nth-of-type(2):after {
  content: "";
}
.fonts ol li:nth-of-type(3) {
  font-family: "effra", sans-serif;
}
.fonts ol li:nth-of-type(3):after {
  content: "effra, sans-serif";
}
.fonts ol li:nth-of-type(4) {
  font-family: "Oswald", sans-serif;
}
.fonts ol li:nth-of-type(4):after {
  content: "Oswald, sans-serif";
}
.fonts ol li:nth-of-type(5) {
  font-family: "IcoMoon";
}
.fonts ol li:nth-of-type(5):after {
  content: "IcoMoon";
}
.fonts ol li:nth-of-type(6) {
  font-family: "FontAwesome";
}
.fonts ol li:nth-of-type(6):after {
  content: "FontAwesome";
}
.fonts ol li:nth-of-type(7) {
  font-family: "bickham-script-pro-3";
}
.fonts ol li:nth-of-type(7):after {
  content: "bickham-script-pro-3";
}
.fonts ol li:nth-of-type(8) {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.fonts ol li:nth-of-type(8):after {
  content: "Menlo, Monaco, Consolas, Courier New, monospace";
}

.headers h1:after {
  content: " size: 48px / line: 65px";
}
.headers h2:after {
  content: " size: 40px / line: 54px";
}
.headers h3:after {
  content: " size: 36px / line: 50px";
}
.headers h4:after {
  content: " size: 30px / line: 38px";
}
.headers h5:after {
  content: " size: 28px / line: 36px";
}
.headers h6:after {
  content: " size: 26px / line: 32px";
}

.athletics-2 .fsPageTitle {
  display: none;
}
.athletics-2 #fsPageBodyWrapper {
  padding: 40px 20px 0;
}
.athletics-2 #fsPageContent {
  margin: 0;
}
.athletics-2 .fsPageLayout > .fsDiv {
  margin-bottom: 0;
}
.athletics-2 .fsPageLayout > .fsDiv > *:last-child {
  margin-bottom: 0;
}
.athletics-2 .fsElementTitle {
  font-size: 25px;
  color: #e8002b;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 900px) {
  .athletics-2 .ath-three-col .fsStyleColumn-1 {
    width: 33.3333333333%;
  }
  .athletics-2 .ath-three-col .fsStyleColumn-2 {
    width: 41.6666666667%;
  }
  .athletics-2 .ath-three-col .fsStyleColumn-3 {
    width: 25%;
  }
}
.athletics-2 .header-top {
  height: 140px;
}
@media (min-width: 900px) {
  .athletics-2 .header-top {
    height: auto;
  }
}
.athletics-2 .header-top:after {
  content: '';
  clear: both;
  display: block;
  width: 100%;
}
.athletics-2 .landing-info {
  float: left;
}
.athletics-2 textarea {
  background: #fff;
  padding: 0;
}
.athletics-2 .fsAccordion.mobile-subnav {
  padding: 35px 30px;
}
.athletics-2 .ath-seasons {
  position: relative;
  margin-bottom: 60px;
}
.athletics-2 .ath-seasons .fsTabsNav {
  text-align: center;
  background: #fff;
  display: block;
}
@media (max-width: 900px) {
  .athletics-2 .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header {
    display: none;
  }
}
.athletics-2 .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: none;
}
@media (min-width: 900px) {
  .athletics-2 .ath-seasons .fsTabsNavItem {
    margin: 0 20px;
  }
}
.athletics-2 .ath-seasons .fsTabsNavItem a {
  box-shadow: 0 -4px 0 rgba(8, 52, 126, 0);
  background: #fff;
  color: rgba(232, 0, 43, 0.5);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
  margin: 0;
}
.athletics-2 .ath-seasons .fsTabsNavItem a:hover {
  background: #fff;
  color: rgba(232, 0, 43, 0.8);
  box-shadow: 0 -4px 0 rgba(8, 52, 126, 0.8);
}
@media (max-width: 800px) {
  .athletics-2 .ath-seasons .fsTabsNavItem a {
    font-size: 14px;
  }
}
.athletics-2 .ath-seasons .fsTabsNavItem.fsStateSelected a {
  color: #e8002b;
  background: #ddd;
  box-shadow: 0 -4px 0 #08347e;
}
.athletics-2 .ath-seasons .fsPanel {
  position: relative;
  margin: 0 auto;
  max-width: 48em;
  max-width: 60rem;
  background: #ddd;
  position: relative;
  padding: 20px;
}
.athletics-2 .ath-seasons .fsPanel:before, .athletics-2 .ath-seasons .fsPanel:after {
  content: '';
  position: absolute;
  display: block;
  background: #ddd;
  top: 0;
  height: 100%;
  width: 100vw;
  visibility: visible;
}
.athletics-2 .ath-seasons .fsPanel:before {
  left: -100vw;
}
.athletics-2 .ath-seasons .fsPanel:after {
  right: -100vw;
}
.athletics-2 .ath-seasons .fsAthleticsTeamDirectory {
  display: block;
}
.athletics-2 .ath-seasons .fsAthleticsTeamDirectory > li {
  display: inline-block;
  margin: 0 -3px 20px !important;
  width: 33%;
  padding: 0 10px;
  vertical-align: top;
}
.athletics-2 .ath-seasons li[data-sport] {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  margin: 0 -3px 30px;
  padding: 0 25px;
}
@media (max-width: 800px) {
  .athletics-2 .ath-seasons li[data-sport] {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .athletics-2 .ath-seasons li[data-sport] {
    width: 100%;
  }
}
.athletics-2 .ath-seasons li[data-sport]:before {
  content: attr(data-sport);
  pointer-events: auto;
  display: block;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  color: #e8002b;
}
.athletics-2 .ath-seasons li[data-sport^="Track"]:before {
  content: 'Track & Field';
}
.athletics-2 .ath-cal-slider footer a,
.athletics-2 .ath-scoreboard footer a {
  color: #666;
}
.athletics-2 .ath-cal-slider footer a:hover,
.athletics-2 .ath-scoreboard footer a:hover {
  color: #08347e;
}
@media (min-width: 900px) {
  .athletics-2 .ath-cal-slider {
    padding-right: 40px;
  }
}
.athletics-2 .ath-cal-slider article {
  position: relative;
  padding-left: 100px;
  min-height: 80px;
  padding-top: 0;
}
.athletics-2 .ath-cal-slider article .fsElementEventColorIcon {
  width: 12px;
  height: 12px;
}
.athletics-2 .ath-cal-slider .fsDate {
  position: absolute;
  top: 5px;
  left: 0;
  text-align: center;
  height: 80px;
  width: 80px;
  color: #fff;
  background: #e8002b;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.athletics-2 .ath-cal-slider .fsDate > span {
  display: block;
}
.athletics-2 .ath-cal-slider .fsDayName {
  display: none !important;
}
.athletics-2 .ath-cal-slider footer {
  border-top: 1px solid #c2c2c2;
  padding-top: 15px;
  font-size: 14px;
}
.athletics-2 .ath-cal-slider footer:after {
  content: '';
  clear: both;
  display: block;
  width: 100%;
}
.athletics-2 .ath-cal-slider footer a {
  float: right;
  text-align: right;
}
.athletics-2 .ath-cal-dots, .athletics-2 .ath-cal-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.athletics-2 .ath-cal-dots li {
  margin: 0;
  padding: 0;
}
.athletics-2 .ath-cal-dots li {
  display: inline-block;
}
.athletics-2 .ath-cal-dots li.slick-active button {
  background: #666;
}
.athletics-2 .ath-cal-dots button {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  display: block;
  color: transparent;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  border-radius: 10px;
  background: #c2c2c2;
}
.athletics-2 .ath-scoreboard {
  margin-bottom: 40px;
}
.athletics-2 .ath-scoreboard article {
  background: #ddd;
  padding: 10px;
}
.athletics-2 .ath-scoreboard article:after {
  content: '';
  clear: both;
  display: block;
  width: 100%;
}
.athletics-2 .ath-scoreboard article > * {
  display: inline-block;
}
.athletics-2 .ath-scoreboard article:nth-of-type(even) {
  background: none;
}
.athletics-2 .ath-scoreboard .fsDateTime {
  text-align: left;
  float: left;
  padding-right: 20px;
}
.athletics-2 .ath-scoreboard .fsAthleticsResultWrapper {
  float: right;
  text-align: right;
}
.athletics-2 .ath-scoreboard .fsAthleticsResult {
  border-right: 1px solid #474747;
  padding-right: 6px;
}
.athletics-2 .ath-scoreboard .fsAthleticsScore {
  padding-left: 4px;
}
.athletics-2 .ath-scoreboard footer {
  font-size: 14px;
}
.athletics-2 .ath-coach-slider {
  background: #ddd;
  position: relative;
  padding: 40px 20px;
  text-align: center;
}
.athletics-2 .ath-coach-slider > header {
  margin-bottom: 40px;
}
.athletics-2 .ath-coach-slider .fsElementTitle {
  text-align: center;
  color: #191919;
  font-size: 30px;
  margin-bottom: 10px;
}
.athletics-2 .ath-coach-slider:before, .athletics-2 .ath-coach-slider:after {
  content: '';
  position: absolute;
  display: block;
  background: #ddd;
  top: 0;
  height: 100%;
  width: 100vw;
}
.athletics-2 .ath-coach-slider:before {
  left: -100vw;
}
.athletics-2 .ath-coach-slider:after {
  right: -100vw;
}
.athletics-2 .ath-coach-slider .fsConstituentItem {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.athletics-2 .ath-coach-slider .slick-slider {
  margin-left: -20px;
  margin-right: -20px;
}
.athletics-2 .ath-coach-slider .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.athletics-2 .ath-coach-slider .fsConstituentItem {
  height: auto;
  margin: 0 10px;
}
.athletics-2 .ath-coach-slider .fsEmail {
  -ms-flex-order: 3;
  order: 3;
  line-height: .8;
  display: block;
}
.athletics-2 .ath-coach-slider .fsEmail a {
  color: #666;
}
.athletics-2 .ath-coach-slider .fsFullName, .athletics-2 .ath-coach-slider .fsFullName a {
  color: #e8002b;
  font-size: 18px;
  -ms-flex-order: 2;
  order: 2;
  font-weight: bold;
}
.athletics-2 .ath-coach-slider .fsFullName:hover, .athletics-2 .ath-coach-slider .fsFullName a:hover {
  color: #666;
}
.athletics-2 .ath-coach-slider .fsRoles {
  -ms-flex-order: 4;
  order: 4;
}
.athletics-2 .ath-coach-slider .fsRoles:before {
  content: "";
  font-size: 15px;
  font-weight: bold;
  display: block;
  color: #e8002b;
  margin-top: 15px;
}
.athletics-2 .ath-coach-slider .fsPhoto {
  -ms-flex-order: 0;
  order: 0;
}
.athletics-2 .ath-coach-slider .slick-dots, .athletics-2 .ath-coach-slider .slick-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.athletics-2 .ath-coach-slider .slick-dots li {
  margin: 0;
  padding: 0;
}
.athletics-2 .ath-coach-slider .slick-dots > li {
  display: none;
  padding: 0 5px;
}
.athletics-2 .ath-coach-slider .slick-dots > li > button {
  padding: 0;
  border: 0;
  background: none;
  color: #08347e;
  font-size: 18px;
}
.athletics-2 .ath-coach-slider .fsElementPagination a, .athletics-2 .ath-coach-slider .fsElementPagination span {
  display: none;
}
.athletics-2 .ath-coach-slider .fsElementPagination > .fsPreviousPageLink, .athletics-2 .ath-coach-slider .fsElementPagination .fsNextPageLink {
  display: inline-block !important;
  font: 32px bold;
}
.athletics-2 .ath-coach-arrows {
  text-align: center;
  padding: 20px 0;
  vertical-align: middle;
}
.athletics-2 .ath-coach-arrows .slick-arrow {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
  z-index: 9999;
  height: 40px;
  width: 40px;
  background: none;
  border: 1px solid #666;
  padding: 0 10px;
  position: relative;
  font-family: "IcoMoon";
}
.athletics-2 .ath-coach-arrows .slick-arrow:before {
  content: '<';
  color: #666;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.athletics-2 .ath-coach-arrows .slick-prev {
  border-right: 0;
}
.athletics-2 .ath-coach-arrows .slick-prev:before {
  content: "<";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.athletics-2 .ath-coach-arrows .slick-next {
  border-left: 0;
}
.athletics-2 .ath-coach-arrows .slick-next:before {
  content: ">";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}
.athletics-2 .athletics-button:last-of-type {
  margin-bottom: 40px;
}
.athletics-2 .athletics-button p:empty {
  display: none;
}
.athletics-2 .athletics-button a {
  display: inline-block;
  border: 0;
  margin: 0 15px 15px 0;
  padding: 20px 30px 18px;
  background: #191919;
  color: #fff;
  outline: 0;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "effra", sans-serif;
  font-weight: 400;
  min-width: 180px;
  padding: 20px 10px;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
.athletics-2 .athletics-button a:hover {
  background: #333333;
  color: #fff;
}
.athletics-2 .athletics-button a em {
  display: block;
  font-style: normal;
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 4px;
}
.athletics-2 .athletics-button a:hover {
  background: #08347e;
}
.athletics-2 .athletics-button a strong {
  font-size: 15px;
  text-transform: none;
  font-weight: normal;
}
.athletics-2 .module-athletics {
  padding: 20px;
  background: #fcfcfc;
  border: 1px solid #dddddd;
  border-top: 0;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  color: #474747;
  box-shadow: 0 -4px 0 #08347e;
}
.athletics-2 .module-athletics .fsElementTitle {
  color: #e8002b;
  text-align: center;
  font-size: 20px;
  line-height: 1.2em;
}
.athletics-2 .ath-slideshow-container > header {
  display: none;
}
.athletics-2 .ath-grid-contain {
  height: 500px;
}
body:not(.fsDraftMode) .ath-2-slide {
  display: none;
}
@media (max-width: 600px) {
  .athletics-2 .ath-grid-contain {
    height: 300px;
  }
}
.athletics-2 .ath-grid-contain .slick-arrow {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 299;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 50px;
  width: 40px;
  background: #fff;
  color: transparent;
  padding: 0 10px;
}
.athletics-2 .ath-grid-contain .slick-arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #191919;
}
.athletics-2 .ath-grid-contain .slick-prev {
  left: 0;
}
.athletics-2 .ath-grid-contain .slick-prev:before {
  content: "<";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  padding-left: 5px;
}
@media (min-width: 1180px) {
  .athletics-2 .ath-grid-contain .slick-prev {
    left: calc(50% - 630px);
  }
}
.athletics-2 .ath-grid-contain .slick-next {
  left: auto;
  right: 0;
}
.athletics-2 .ath-grid-contain .slick-next:before {
  content: ">";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  padding-left: 5px;
}
@media (min-width: 1180px) {
  .athletics-2 .ath-grid-contain .slick-next {
    right: calc(50% - 630px);
  }
}
.athletics-2 .ath-grid-contain .slick-list {
  height: 100%;
}
.athletics-2 .ath-grid-contain .slick-track {
  height: 100%;
}
.athletics-2 .ath-grid-contain .slick-slide {
  opacity: 0.5;
  transition: 0.3s opacity;
}
.athletics-2 .ath-grid-contain .slick-slide + .slick-current {
  opacity: 1;
}
.athletics-2 .ath-grid-contain .fsMediaCustomPlayer {
  width: 100%;
  height: 100%;
}
@media (min-width: 600px) {
  .athletics-2 .ath-grid-contain .fsMediaCustomPlayer {
    width: 600px;
  }
}
@media (min-width: 800px) {
  .athletics-2 .ath-grid-contain .fsMediaCustomPlayer {
    width: 800;
  }
}
@media (min-width: 900px) {
  .athletics-2 .ath-grid-contain .fsMediaCustomPlayer {
    width: 900;
  }
}
@media (min-width: 1024px) {
  .athletics-2 .ath-grid-contain .fsMediaCustomPlayer {
    width: 1024px;
  }
}
@media (min-width: 1180px) {
  .athletics-2 .ath-grid-contain .fsMediaCustomPlayer {
    width: 1180px;
  }
}
.athletics-2 .ath-grid-contain .fsMediaCustomPlayer > * {
  box-shadow: inset 0 0 0 4px #fff;
}
.athletics-2 .ath-grid-contain .caption {
  padding: 20px;
  background: #666;
  color: #fff;
  position: absolute;
  top: 50%;
  height: 50%;
  width: 50%;
  left: 0;
  display: none;
  font-size: 15px;
  line-height: 24px;
  font-family: "effra", sans-serif;
}
.athletics-2 .ath-grid-contain .caption strong {
  font-family: "effra", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .athletics-2 .ath-grid-contain .caption {
    display: block;
  }
}
@media (min-width: 900px) {
  .athletics-2 .ath-grid-contain .caption {
    top: 55%;
    height: 45%;
    width: 25%;
  }
}
.athletics-2 .ath-grid-contain .ath-ss {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.athletics-2 .ath-grid-contain .ath-ss.slide0 {
  display: block;
}
@media (min-width: 600px) {
  .athletics-2 .ath-grid-contain .ath-ss.slide0 {
    height: 50%;
    width: 50%;
  }
  .athletics-2 .ath-grid-contain .ath-ss.slide1 {
    width: 50%;
    height: 100%;
    left: 50%;
    display: block;
  }
}
@media (min-width: 900px) {
  .athletics-2 .ath-grid-contain .ath-ss {
    height: 55%;
    width: 25%;
    display: block;
  }
  .athletics-2 .ath-grid-contain .ath-ss.slide0 {
    width: 25%;
    height: 55%;
  }
  .athletics-2 .ath-grid-contain .ath-ss.slide1 {
    height: 100%;
    width: 30%;
    left: 25%;
  }
  .athletics-2 .ath-grid-contain .ath-ss.slide2 {
    width: 45%;
    left: 55%;
    height: 40%;
  }
  .athletics-2 .ath-grid-contain .ath-ss.slide3 {
    width: 45%;
    height: 60%;
    left: 55%;
    top: 40%;
  }
}
.athletics-2.fsHasLeftBanner #fsPageContent {
  width: 100% !important;
}
@media (max-width: 899px) {
  .athletics-2 .nav-sub {
    margin: -40px -20px 0 !important;
  }
  .athletics-2 .nav-sub > .fsElementContent {
    display: none;
  }
}
.athletics-2 .nav-sub > header {
  display: block;
}
@media (min-width: 900px) {
  .athletics-2 .nav-sub > header {
    display: none;
  }
}
.athletics-2 .nav-sub.active-nav > .fsElementContent {
  display: block;
}
.athletics-2 #fsBannerLeft {
  margin-bottom: 20px;
  width: 100%;
  float: none;
  padding-right: 0;
}
@media (min-width: 900px) {
  .athletics-2 #fsBannerLeft {
    display: none;
  }
}

@media (max-width: 899px) {
  .camp-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .camp-info .fsStyleColumn-2 {
    -ms-flex-order: -1;
    order: -1;
  }
}

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

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

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

  body {
    font-size: 62.5%;
  }

  #fsHeader {
    border-bottom: 2px solid #000;
  }
  #fsHeader .site-name {
    margin-top: 0;
    font-weight: normal;
    font-size: 48px;
    line-height: 65px;
    font-family: "Oswald", sans-serif;
    color: #191919;
    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;
  }
}
