 /**
 *
 * Woodward Academy - default_2015
 * @link https://www.woodward.edu
 * Built By: Jeff Snow
 * Project Manager: Jeff Snow
 * Designer: Jeff Snow
 *
 */

@charset "UTF-8";
 /* html resets/
----------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, blockquote, .fs_style_18, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, fieldset, form, label, legend, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  text-align: left;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

#contentdiv table {
  background: transparent;
}

object {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
}

td > img {
  max-height: initial;
  max-width: initial;
}

img[align="left"] {
  margin-right: 1em;
}

img[align="right"] {
  margin-left: 1em;
}

hr {
  border: 0;
  height: 1px;
  background: #ccc;
  margin: 1em 0;
}

address {
  font-style: normal;
}

a[href*="tel"] {
  color: inherit;
  text-decoration: none;
}

*, *:before, *:after {
  box-sizing: border-box !important;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.clearFix {
  display: block;
  height: 1px;
  width: 100%;
  clear: both;
  float: none !important;
}

.fsBanner:not(.fsPanel), .fsElement:not(.fsPanel) {
  min-height: inherit !important;
}

/*--Theme Colors--*/
/*--Main Theme Font Rules--*/
/*--Header Font Rules--*/
/*--Theme Dimensions--*/
/*--Spacing--*/
/* general layout */
body {
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  width: 100%;
  position: relative;
}

body.fsComposeMode #fsPageWrapper {
  overflow-x: unset;
}

#fsPageWrapper {
  width: 100%;
  height: 100%;
  overflow-x: initial;
  overflow-y: visible;
}

#fsHeader {
  margin: 0;
  padding: 0;
  width: 100%;
  padding-top: 0;
  transition: padding-top .50s;
}
.search_active #fsHeader {
  padding-top: 80px;
}
.menu_active #fsHeader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.menu_active #fsPageBodyWrapper {
  padding-top: 340px;
}
@media (max-width: 640px) {
  .menu_active #fsPageBodyWrapper {
    padding-top: 70px;
  }
}

#fsPageBodyWrapper {
  width: 100%;
  padding: 50px 0;
}
#fsPageBodyWrapper #fsPageBody .fsElement {
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  #fsPageBodyWrapper {
    padding: 20px 0;
  }
}

#fsPageBody {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 950px) {
  #fsPageBody {
    padding: 0 3%;
  }
}

.fsHasLeftBanner #fsPageBody #fsPageContent {
  width: 82%;
  padding: 0 0 0 3%;
}
@media (max-width: 768px) {
  .fsHasLeftBanner #fsPageBody #fsPageContent {
    width: 75%;
  }
}
@media (max-width: 640px) {
  .fsHasLeftBanner #fsPageBody #fsPageContent {
    width: 100%;
    padding: 0;
  }
}

.fsHasRightBanner #fsPageBody #fsPageContent {
  width: 72%;
  padding: 0 3% 0 0;
}
@media (max-width: 768px) {
  .fsHasRightBanner #fsPageBody #fsPageContent {
    width: 75%;
  }
}
@media (max-width: 640px) {
  .fsHasRightBanner #fsPageBody #fsPageContent {
    width: 100%;
    padding: 0;
  }
}

.fsHasLeftBanner.fsHasRightBanner #fsPageBody #fsPageContent {
  width: 54%;
  padding: 0 3%;
}
@media (max-width: 768px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageBody #fsPageContent {
    width: 75%;
    padding: 0 0 0 3%;
  }
}
@media (max-width: 640px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageBody #fsPageContent {
    width: 100%;
    padding: 0;
  }
}

#fsBannerLeft {
  width: 18%;
}
#fsBannerLeft .fsElement {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #fsBannerLeft {
    width: 25%;
  }
}
@media (max-width: 640px) {
  #fsBannerLeft {
    width: 100%;
    padding: 0;
  }
}

#fsBannerRight {
  width: 28%;
}
#fsBannerRight .fsElement {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #fsBannerRight {
    width: 100%;
  }
}
@media (max-width: 640px) {
  #fsBannerRight {
    width: 100%;
    padding: 0;
  }
}

/*Page Layouts*/
.fsTwoColumnLayout > .fsDiv {
  width: 48.501%;
}
.fsTwoColumnLayout > .fsDiv:nth-child(odd) {
  margin-right: 1.5%;
}
.fsTwoColumnLayout > .fsDiv:nth-child(even) {
  margin-left: 1.5%;
}
@media (max-width: 640px) {
  .fsTwoColumnLayout > .fsDiv {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.fsThreeColumnLayout > .fsDiv {
  width: 31.333%;
  margin: 0 1.5%;
}
.fsThreeColumnLayout > .fsDiv:first-child {
  margin: 0 1.5% 0 0;
}
.fsThreeColumnLayout > .fsDiv:last-child {
  margin: 0 0 0 1.5%;
}
@media (max-width: 640px) {
  .fsThreeColumnLayout > .fsDiv {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.fsFourColumnLayout > .fsDiv {
  width: 22.75%;
  margin: 0 1.5%;
}
.fsFourColumnLayout > .fsDiv:first-child {
  margin: 0 1.5% 0 0;
}
.fsFourColumnLayout > .fsDiv:last-child {
  margin: 0 0 0 1.5%;
}
@media (max-width: 768px) {
  .fsFourColumnLayout > .fsDiv {
    width: 50%;
    margin: 0 !important;
  }
  .fsFourColumnLayout > .fsDiv:nth-child(odd) {
    margin-right: 1.5% !important;
  }
  .fsFourColumnLayout > .fsDiv:nth-child(even) {
    margin-left: 1.5% !important;
  }
}
@media (max-width: 640px) {
  .fsFourColumnLayout > .fsDiv {
    width: 100%;
  }
}

.fsElephantRightLayout .fsStyleTwoThirds {
  width: 65%;
  margin-right: 1.5%;
}
.fsElephantRightLayout .fsStyleOneThird {
  width: 32%;
  margin-left: 1.5%;
}
@media (max-width: 768px) {
  .fsElephantRightLayout {
    width: 100%;
  }
  .fsElephantRightLayout .fsStyleTwoThirds, .fsElephantRightLayout .fsStyleOneThird {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.fsElephantLeftLayout .fsStyleOneThird {
  width: 32%;
  margin-right: 1.5%;
}
.fsElephantLeftLayout .fsStyleTwoThirds {
  width: 65%;
  margin-left: 1.5%;
}
@media (max-width: 768px) {
  .fsElephantLeftLayout .fsStyleTwoThirds, .fsElephantLeftLayout .fsStyleOneThird {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/*Layout Elements*/
.fsTwoColumnLayout > .fsElementContent > .fsDiv {
  width: 48.501%;
}
.fsTwoColumnLayout > .fsElementContent > .fsDiv:nth-child(odd) {
  margin-right: 1.5%;
}
.fsTwoColumnLayout > .fsElementContent > .fsDiv:nth-child(even) {
  margin-left: 1.5%;
}
@media (max-width: 640px) {
  .fsTwoColumnLayout > .fsElementContent > .fsDiv {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.fsThreeColumnLayout > .fsElementContent > .fsDiv {
  width: 31.333%;
  margin: 0 1.5%;
}
.fsThreeColumnLayout > .fsElementContent > .fsDiv:first-child {
  margin: 0 1.5% 0 0;
}
.fsThreeColumnLayout > .fsElementContent > .fsDiv:last-child {
  margin: 0 0 0 1.5%;
}
@media (max-width: 640px) {
  .fsThreeColumnLayout > .fsElementContent > .fsDiv {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.fsFourColumnLayout > .fsElementContent > .fsDiv {
  width: 22.75%;
  margin: 0 1.5%;
}
.fsFourColumnLayout > .fsElementContent > .fsDiv:first-child {
  margin: 0 1.5% 0 0;
}
.fsFourColumnLayout > .fsElementContent > .fsDiv:last-child {
  margin: 0 0 0 1.5%;
}
@media (max-width: 768px) {
  .fsFourColumnLayout > .fsElementContent > .fsDiv {
    width: 50%;
    margin: 0 !important;
  }
  .fsFourColumnLayout > .fsElementContent > .fsDiv:nth-child(odd) {
    margin-right: 1.5% !important;
  }
  .fsFourColumnLayout > .fsElementContent > .fsDiv:nth-child(even) {
    margin-left: 1.5% !important;
  }
}
@media (max-width: 640px) {
  .fsFourColumnLayout > .fsElementContent > .fsDiv {
    width: 100%;
  }
}

#fsFooter {
  margin: 0;
  padding: 0;
  width: 100%;
}
#fsFooter:before, #fsFooter:after {
  content: '';
  display: block;
}
#fsFooter:after {
  clear: both;
}
#fsFooter {
  zoom: 1;
}

.fsElement header:before, .fsElement header:after, .fsElement footer:before, .fsElement footer:after {
  content: '';
  display: block;
}
.fsElement header:after, .fsElement footer:after {
  clear: both;
}
.fsElement header, .fsElement footer {
  zoom: 1;
}

.fsLayout .fsContent img {
  margin: 0 0 20px 0;
}
.fsLayout .fsContent img[style*="float: left;"] {
  margin: 0 40px 20px 0;
}
.fsLayout .fsContent img[style*="float: right;"] {
  margin: 0 0 40px 20px;
}

@media (min-width: 768px) {
  .fsDialog {
    width: 100%;
  }
}
@media (min-width: 1100px) {
  .fsDialog {
    max-width: 1100px;
  }
}
@media (max-width: 1000px) {
  .calendar-mobile .fsStyleOneThird {
    width: 100%;
    -ms-flex-order: 1;
    order: 1;
  }
  .calendar-mobile .fsStyleTwoThirds {
    width: 100%;
    -ms-flex-order: 2;
    order: 2;
  }
  .calendar-mobile .fsTwoColumnWideLeftLayout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 1001px) {
  .calendar-mobile .fsStyleOneThird {
    width: 32.33%;
  }
}

/* Theme Typography */
body {
  color: #4a4f55;
  font-weight: 400;
  font-size: 20px;
  font-family: "clavo", sans-serif;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
}

/* general typography */
h1, h2, h3, h4, blockquote, .fs_style_18, h5, h6 {
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 400;
  line-height: 1;
}

h1 {
  font-family: "clavo", sans-serif;
  font-size: 50px;
  line-height: 0.8;
  margin-bottom: 21px;
  color: #a32136;
}
@media (max-width: 640px) {
  h1 {
    font-size: 24px;
    line-height: 1.4;
  }
}

h2 {
  font-family: "clavo", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 40px;
  margin-bottom: 22px;
  color: #005e63;
  line-height: 0.8;
}
@media (max-width: 640px) {
  h2 {
    font-size: 24px;
    line-height: 1.4;
  }
}

h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 22px;
  color: #4a4f55;
  line-height: 0.8;
}
@media (max-width: 640px) {
  h3 {
    font-size: 14px;
    line-height: 1.2;
  }
}

h4, blockquote, .fs_style_18 {
  font-family: "clavo", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  margin-bottom: 19px;
  color: #a32136;
}

h5 {
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 19px;
  color: #005e63;
}

h6 {
  font-weight: 700;
  font-size: 14px;
  color: #929599;
  margin-bottom: 21px;
}

p {
  margin-bottom: 30px;
}

strong {
  font-weight: 700;
}

a {
  color: #a32136;
  text-decoration: none;
  transition: color .25s linear, background .25s linear, opacity .25s linear, border-color .25s linear;
  outline: 0 none;
}

#fsBannerLeft a:hover, #fsBannerRight a:hover {
  background-color: rgba(221, 222, 112, 0.5);
}

.fsLayout .fsContent {
  position: relative;
  z-index: 1;
}
.fsLayout .fsContent a:not(.re-icon):not(.fs_style_15) {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .fsLayout .fsContent a:not(.re-icon):not(.fs_style_15) {
    white-space: nowrap;
  }
}
.fsLayout .fsContent a:not(.re-icon):not(.fs_style_15):before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(221, 222, 112, 0.5);
  content: "";
  transition: transform 0.3s;
  -ms-transform: scaleY(0.618) translateX(-100%);
  transform: scaleY(0.618) translateX(-100%);
}
.fsLayout .fsContent a:not(.re-icon):not(.fs_style_15):hover:before {
  -ms-transform: scaleY(0.618) translateX(0);
  transform: scaleY(0.618) translateX(0);
}
.fsLayout .fsContent ul:not(.redactor-toolbar) {
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.fsLayout .fsContent ul:not(.redactor-toolbar) li {
  position: relative;
  padding-left: 17px;
  color: #4a4f55;
  font: 400 18px "ff-dagny-web-pro", sans-serif;
  margin-bottom: 15px;
}
.fsLayout .fsContent ul:not(.redactor-toolbar) li:last-child {
  margin-bottom: 0;
}
.fsLayout .fsContent ul:not(.redactor-toolbar) li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: url("/uploaded/themes/default_2015/images/list-bullet.png") 0 0 no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -2.5px;
  left: 0px;
}

.fsLayout.fsOneColumnLayout .fsContent a:not(.re-icon):not(.fs_style_15) {
  white-space: normal;
}

blockquote, .fs_style_18 {
  padding-left: 35px;
  border-left: 5px solid #ddde70;
  line-height: 1.3;
  position: relative;
  padding-top: 5px;
  /*@at-root .fsHasLeftBanner {
    blockquote {width: 50% !important;}
  }
  @at-root .fsHasRightBanner {
    blockquote {width: 50% !important;}
  }
  @at-root .fsHasLeftBanner.fsHasRightBanner {
    blockquote {width: 50% !important;}
  }*/
}
blockquote span, .fs_style_18 span {
  display: block;
  width: 100%;
  text-align: right;
  color: #929599;
  text-transform: uppercase;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-top: 27px;
  margin-bottom: 10px;
}

/*Tables*/
.fsContent table {
  width: 100%;
  margin-bottom: 30px;
  /*tr:nth-child(odd) {background-color: #dddddd;}
  tr:nth-child(even) {background-color: #f4f4f4;}*/
}
.fsContent table tbody {
  line-height: 1;
}
.fsContent table caption {
  background-color: #f6f6f6;
  text-align: left;
  line-height: 1;
  padding: 15px 0 13px 0;
  color: #4a4f55;
  font: 700 18px "ff-dagny-web-pro", sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.fsContent table tr {
  background-color: #f6f6f6;
}
.fsContent table tr:first-child {
  background-color: #e2e3e3;
}
.fsContent table tr:last-child td {
  border-bottom: 0 none;
}
.fsContent table tr td {
  padding: 14px 20px 11px 20px;
  color: #4a4f55;
  font: 700 14px "ff-dagny-web-pro", sans-serif;
  border: 1px solid #e2e3e3;
  border-width: 0 1px 1px 1px;
}
.fsContent table tr td:first-child {
  border-left: 0 none;
}
.fsContent table tr td:last-child {
  border-right: 0 none;
}
.fsContent table th {
  background-color: #e2e3e3;
  border-right: 1px solid #d2d3d4;
  color: #005e63;
  text-align: left;
  line-height: 1;
  padding: 12px 20px 10px 20px;
  font: 700 14px "ff-dagny-web-pro", sans-serif;
  text-transform: uppercase;
}
.fsContent table th:last-child {
  border-right: 0 none;
}
@media (max-width: 640px) {
  .fsContent table td {
    width: 100%;
    padding: 5px 10px !important;
  }
}

/*Element Header View More Btn & Text*/
.fsElement header h2, .fsElement footer h2 {
  display: inline-block;
  margin: 0;
}
.fsElement header a, .fsElement footer a {
  display: block;
  color: #a32136;
  font-size: 18px;
}

@font-face {
  font-family: 'icomoon';
  src: url("/uploaded/themes/default_2015/fonts/icomoon.eot?-upvckw");
  src: url("/uploaded/themes/default_2015/fonts/icomoon.eot?#iefix?-upvckw") format("embedded-opentype"), url("/uploaded/themes/default_2015/fonts/icomoon.woff?-upvckw") format("woff"), url("/uploaded/themes/default_2015/fonts/icomoon.ttf?-upvckw") format("truetype"), url("/uploaded/themes/default_2015/fonts/icomoon.svg?-upvckw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*Font Icons Reference
Search: \f002
Close: \f00d
Arrow Circle Down: \f01a
Arrow Circle Up: \f01b
Arrow Circle right: \f18e
Arrow Circle left: \f190
Chevron Left: \f053
Chevron Right: \f054
Map Marker: \f041
Plus Circle: \f055
Minus Circle: \f056
Hamburger Menu: \f0c9
Angle Left: \f104
Angle Right: \f105
Angle Down: \f107
Sun: \f185
Long Arrow Down: \f175
PDF: \f1c1
Word Doc: \f1c2
Image File: \f1c5
Facebook: \f09a
Twitter: \f099
Instagram: \f16d
Youtube: \f167
RSS: \f09e
Swoopy Arrow: \e967
*/
.fsSearch header:before,
td.gsc-search-button:before,
.resources ul:last-child li:first-child a:before,
.social ul li a:before,
.resources ul:last-child li:first-child a:before,
.fsAccordion section > header h2:after,
.fsTabs.fsPanelGroup section.fsPanel > header h2:after,
.fs_style_13:before, .fs_style_14:before, .fs_style_15:before,
.fsNews footer a:after,
.fsPostElement footer a:after,
.fsCalendar footer a:after,
.fsCalendar .fsLocation:before,
.utilityNav header .fsElementHeaderContent:after,
#mobileMenu ul.fsNavLevel1 > li > span:after,
.mobileMenuBtn .fsElementContent:before,
.secondaryNav .stbBtn span:before,
.mission a:after,
.discover .fsContent .fsElementContent a:after,
.whyWoodward footer:after,
.homeVid > header h2.fsElementTitle:after,
.callouts .fsElementContent a:after,
.fsPrevButton:before,
.fsNextButton:before,
.fsBio-js a:after,
.map .pin:after,
#nav7 .stbBtn span:after,
#nav9 .stbBtn span:after,
a .btn-text:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  outline: none;
  font-size: inherit;
  color: inherit;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: auto;
  text-decoration: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*.fs_style_3:hover, .fs_style_4:hover, .fs_style_5:hover, .fs_style_6:hover, .fs_style_7:hover {
	color: inherit;
}*/
/* selected text color */
::-moz-selection {
  background: #4a4f55;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #4a4f55;
  color: #fff;
  text-shadow: none;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Secondary Navigation */
.secondaryNav.fsNavigation {
  background-color: #f6f6f6;
  padding: 10px 0;
}
.secondaryNav.fsNavigation .fsNavLevel1 > li > a:hover {
  color: #4a4f55;
  background: transparent !important;
}
.secondaryNav.fsNavigation .fsNavLevel1 > li > a:hover:before {
  opacity: 1;
}
.secondaryNav.fsNavigation .fsNavLevel1 > .fsNavCurrentPage > a, .secondaryNav.fsNavigation .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
  color: #a32136;
}
.secondaryNav.fsNavigation .fsNavLevel1 > .fsNavCurrentPage > a:before, .secondaryNav.fsNavigation .fsNavLevel1 > .fsNavCurrentPageAncestor > a:before {
  opacity: 1;
}
.secondaryNav.fsNavigation .fsNavLevel1 > .fsNavCurrentPage > a:hover, .secondaryNav.fsNavigation .fsNavLevel1 > .fsNavCurrentPageAncestor > a:hover {
  color: #a32136;
}
.secondaryNav.fsNavigation .fsNavLevel1 li.fsNavParentPage {
  position: relative;
}
.secondaryNav.fsNavigation .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPage > a, .secondaryNav.fsNavigation .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPageAncestor > a {
  color: #a32136;
}
.secondaryNav.fsNavigation .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPage > a:before, .secondaryNav.fsNavigation .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPageAncestor > a:before {
  opacity: 1;
}
.secondaryNav.fsNavigation .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPage > a:hover, .secondaryNav.fsNavigation .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPageAncestor > a:hover {
  color: #a32136;
}
.secondaryNav.fsNavigation .fsNavLevel1 li.fsNavParentPage:hover > a {
  color: #4a4f55;
  background: transparent !important;
}
.secondaryNav.fsNavigation .fsNavLevel1 li.fsNavParentPage:hover > a:before {
  opacity: 1;
}
.secondaryNav.fsNavigation nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.secondaryNav.fsNavigation nav > ul > li > a {
  position: relative;
  padding-left: 15px !important;
}
.secondaryNav.fsNavigation nav > ul > li > a:before {
  transition: opacity 100ms;
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  margin-right: 10px;
  margin-top: -2.5px;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  background: url("/uploaded/themes/default_2015/images/list-bullet.png") 0 0 no-repeat;
}
.secondaryNav.fsNavigation nav > ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 15px;
}
.secondaryNav.fsNavigation nav > ul li {
  border-bottom: 1px solid #e2e3e3;
  padding: 0 20px 0 20px;
}
.secondaryNav.fsNavigation nav > ul li a {
  display: block;
  color: #4a4f55;
  font: 700 14px "ff-dagny-web-pro", sans-serif;
  line-height: 1;
  padding: 12px 0 10px 0;
  margin: 0;
  text-decoration: none;
}
.secondaryNav.fsNavigation nav > ul li:last-child {
  border-bottom: 0 none;
}

/* Dropdowns */
#fsHeader .mainNav.fsNavigation:not(.mobileNav) nav {
  position: relative;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  max-width: 950px;
  margin: 0 auto !important;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 > li {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 > li:last-child {
  margin-right: 0;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 > li > a {
  display: block;
  line-height: 1;
  color: #FFFFFF;
  padding: 12px 21px 10px 21px;
  font: 700 18px "ff-dagny-web-pro", sans-serif;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1008px) {
  #fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 > li > a {
    padding: 12px 10px 10px 10px;
    font-size: 16px;
  }
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 > li > a:hover:after {
  content: "";
  display: block;
  width: calc(100% - 42px);
  height: 2px;
  background-color: #ddde70;
  position: absolute;
  bottom: 4px;
  left: auto;
  right: auto;
}
@media (max-width: 1008px) {
  #fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 > li > a:hover:after {
    width: calc(100% - 20px);
  }
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 > .fsNavCurrentPage > a, #fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
  color: #6e7277;
  background-color: #f6f6f6;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 > .fsNavCurrentPage > a:after, #fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 > .fsNavCurrentPageAncestor > a:after {
  display: none !important;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPage > a, #fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPageAncestor > a {
  color: #6e7277;
  background-color: #f6f6f6;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPage > a:after, #fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPageAncestor > a:after {
  display: none !important;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPage .fsNavPageInfo, #fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPageAncestor .fsNavPageInfo {
  display: block !important;
  transition: none !important;
  opacity: 1 !important;
  animation: none !important;
  visibility: visible !important;
  background-color: #f6f6f6;
  width: 100%;
  left: 0;
  padding: 10px 0;
  z-index: 25;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPage .fsNavPageInfo:before, #fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPageAncestor .fsNavPageInfo:before {
  content: "";
  position: absolute;
  width: 10000px;
  top: 0;
  left: -10000px;
  height: 100%;
  background-color: #f6f6f6;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPage .fsNavPageInfo:after, #fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPageAncestor .fsNavPageInfo:after {
  content: "";
  position: absolute;
  width: 10000px;
  top: 0;
  right: -10000px;
  height: 100%;
  background-color: #f6f6f6;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPage .fsNavPageInfo .threeCol-list, #fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPageAncestor .fsNavPageInfo .threeCol-list {
  display: inline;
  width: auto;
  border: 0 none;
  padding-left: 0 !important;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPage .fsNavPageInfo .threeCol-list li, #fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPageAncestor .fsNavPageInfo .threeCol-list li {
  margin-bottom: 0;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPage .fsNavPageInfo ul, #fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPageAncestor .fsNavPageInfo ul {
  display: inline;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPage .fsNavPageInfo ul li, #fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPageAncestor .fsNavPageInfo ul li {
  display: block;
  float: left;
  margin-right: 19px;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPage .fsNavPageInfo ul li a, #fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPageAncestor .fsNavPageInfo ul li a {
  color: #4a4f55;
  font: 700 15px "ff-dagny-web-pro", sans-serif;
  display: block;
  padding: 7px 0 4px 0;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPage .fsNavPageInfo ul li a:hover, #fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPageAncestor .fsNavPageInfo ul li a:hover {
  color: #929599;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPage .fsNavPageInfo ul li.fsNavCurrentPage a, #fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPage .fsNavPageInfo ul li.fsNavCurrentPageAncestor a, #fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPageAncestor .fsNavPageInfo ul li.fsNavCurrentPage a, #fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPageAncestor .fsNavPageInfo ul li.fsNavCurrentPageAncestor a {
  color: #a32136;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage:hover > a:after {
  content: "";
  display: block;
  width: calc(100% - 42px);
  height: 2px;
  background-color: #ddde70;
  position: absolute;
  bottom: 4px;
  left: auto;
  right: auto;
}
@media (max-width: 1008px) {
  #fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage:hover > a:after {
    width: calc(100% - 20px);
  }
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo {
  background-color: #6e7277;
  width: 100%;
  position: absolute;
  top: auto;
  left: -10px;
  z-index: 9999;
  transition: all 0.15s linear .1s;
  opacity: 0;
  visibility: hidden;
  padding: 25px 0;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo:before {
  content: "";
  position: absolute;
  width: 10000px;
  top: 0;
  left: -10000px;
  height: 100%;
  background-color: #6e7277;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo:after {
  content: "";
  position: absolute;
  width: 10000px;
  top: 0;
  right: -10000px;
  height: 100%;
  background-color: #6e7277;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo ul.fsNavLevel2 {
  max-width: 950px;
  margin: 0 auto !important;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo ul.fsNavLevel2:before, #fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo ul.fsNavLevel2:after {
  content: '';
  display: block;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo ul.fsNavLevel2:after {
  clear: both;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo ul.fsNavLevel2 {
  zoom: 1;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .threeCol-list {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  border-left: 2px solid #5c6166;
  padding-left: 20px;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .threeCol-list:first-child {
  border-left: 0 none;
  padding-left: 10px;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .threeCol-list li {
  text-align: left;
  margin-bottom: 12px;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .threeCol-list li:last-child {
  margin-bottom: 0;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .threeCol-list li a {
  display: block;
  color: #ededee;
  font: 700 15px "ff-dagny-web-pro", sans-serif;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .threeCol-list li a:hover {
  color: #ddde70;
}
@media (max-width: 640px) {
  #fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo {
    display: none !important;
  }
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage:last-child .fsNavPageInfo {
  left: auto;
  right: 0;
}
#fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li.fsNavParentPage:hover .fsNavPageInfo {
  					/*display: block;
  					-webkit-animation: revealNav forwards;
            			animation: revealNav .25s forwards;*/
  transition: all 0.15s linear;
  visibility: visible;
  opacity: 1;
}
@keyframes revealNav {
  0%, 50% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
body[data-pageid="1"] #fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 .fsNavPageInfo {
  transition: all 0.15s linear;
}
body[data-pageid="1"] #fsHeader .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1:hover .fsNavPageInfo {
  					/*display: block;
  					-webkit-animation: revealNav forwards;
            			animation: revealNav .25s forwards;*/
  transition: all 0.15s linear;
}

#fsHeader .mainNav.secondNav.fsNavigation:not(.mobileNav) {
  display: block !important;
  transition: none !important;
  opacity: 1 !important;
  animation: none !important;
  visibility: visible !important;
  background-color: #f6f6f6;
  width: 100%;
  left: 0;
  padding: 10px 0;
  z-index: 25;
}
#fsHeader .mainNav.secondNav.fsNavigation:not(.mobileNav) a {
  color: #6e7277;
  background-color: #f6f6f6;
}
#fsHeader .mainNav.secondNav.fsNavigation:not(.mobileNav) a:after {
  display: none !important;
}
#fsHeader .mainNav.secondNav.fsNavigation:not(.mobileNav):before {
  content: "";
  position: absolute;
  width: 10000px;
  top: 0;
  left: -10000px;
  height: 100%;
  background-color: #f6f6f6;
}
#fsHeader .mainNav.secondNav.fsNavigation:not(.mobileNav):after {
  content: "";
  position: absolute;
  width: 10000px;
  top: 0;
  right: -10000px;
  height: 100%;
  background-color: #f6f6f6;
}
#fsHeader .mainNav.secondNav.fsNavigation:not(.mobileNav) .threeCol-list {
  display: inline;
  width: auto;
  border: 0 none;
  padding-left: 0 !important;
}
#fsHeader .mainNav.secondNav.fsNavigation:not(.mobileNav) .threeCol-list li {
  margin-bottom: 0;
}
#fsHeader .mainNav.secondNav.fsNavigation:not(.mobileNav) ul {
  display: inline;
}
#fsHeader .mainNav.secondNav.fsNavigation:not(.mobileNav) ul li {
  display: block;
  float: left;
  margin-right: 19px;
}
#fsHeader .mainNav.secondNav.fsNavigation:not(.mobileNav) ul li a {
  color: #4a4f55;
  font: 700 15px "ff-dagny-web-pro", sans-serif;
  display: block;
  padding: 7px 0 4px 0;
  text-transform: none;
}
#fsHeader .mainNav.secondNav.fsNavigation:not(.mobileNav) ul li a:hover {
  color: #929599;
}
#fsHeader .mainNav.secondNav.fsNavigation:not(.mobileNav) ul li.fsNavCurrentPage a {
  color: #a32136;
}

/* Mobile Menus */
#mobileMenu {
  position: absolute;
  top: 78px;
  width: 100%;
  left: 0;
  height: 0px;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.8);
  overflow-y: auto;
  overflow-x: hidden;
  transition: left .3s, right .3s, top .50s, height .50s;
}
#mobileMenu .fsSearch header {
  display: none;
}
#mobileMenu .fsSearch > .fsElementContent {
  position: static;
  padding: 16px 20px;
  background: #dbdcdd;
}
#mobileMenu .fsSearch > .fsElementContent .gsc-control-searchbox-only {
  position: relative;
  left: 0;
  margin: 0;
  white-space: normal;
  width: 100%;
}
#mobileMenu .fsSearch > .fsElementContent .gsc-control-searchbox-only .gsc-input {
  width: 100% !important;
}
#mobileMenu .fsSearch > .fsElementContent .gsc-control-searchbox-only .gsc-input input[type="text"] {
  width: 100% !important;
  border: 0 none !important;
  padding-left: 35px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  font-family: "ff-dagny-web-pro", sans-serif !important;
  color: #4a4f55 !important;
}
#mobileMenu .fsSearch > .fsElementContent .gsc-control-searchbox-only td.gsc-search-button {
  float: none;
  width: 14px !important;
  height: 14px !important;
  position: absolute;
  top: 6px;
  left: 0;
  color: #4a4f55;
}
#mobileMenu .fsSearch > .fsElementContent .gsc-control-searchbox-only td.gsc-search-button:before {
  font-size: 15px;
  width: 14px !important;
  height: 14px !important;
  border: 0 none !important;
  top: -10px !important;
}
#mobileMenu .fsSearch > .fsElementContent .gsc-control-searchbox-only td.gsc-search-button input {
  top: -28px;
  width: 14px !important;
  height: 14px !important;
}
#mobileMenu .mainNav {
  position: static;
}
#mobileMenu .mainNav > .fsElementContent {
  padding: 0;
}
#mobileMenu .mainNav ul.fsNavLevel1 {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
#mobileMenu .mainNav ul.fsNavLevel1 > li {
  display: block;
  margin-right: 0;
  position: relative;
  background-color: #6e7277;
}
#mobileMenu .mainNav ul.fsNavLevel1 > li span:after {
  content: "\f01a";
  position: absolute;
  font-size: 17px;
  padding: 0 20px;
  top: 0;
  right: 0;
  line-height: 2.9;
  background-color: #63666b;
  height: 48px;
  border-left: 2px solid #82878d;
  color: #FFFFFF;
  cursor: pointer;
}
#mobileMenu .mainNav ul.fsNavLevel1 > li > a {
  padding: 18px 20px 15px 20px;
  border-bottom: 2px solid #82878d;
  color: #FFFFFF;
  font: 700 15px "ff-dagny-web-pro", sans-serif;
  text-transform: uppercase;
  display: block;
  line-height: 1;
}
#mobileMenu .mainNav ul.fsNavLevel1 > li > a:hover {
  color: #FFFFFF;
  background-color: #6e7277;
}
#mobileMenu .mainNav ul.fsNavLevel1 > li:hover > a {
  color: #FFFFFF;
  background-color: #6e7277;
}
#mobileMenu .mainNav ul.fsNavLevel1 > li.fsNavParentPage.fsNavCurrentPage > a, #mobileMenu .mainNav ul.fsNavLevel1 > li.fsNavParentPage.fsNavCurrentPageAncestor > a {
  color: #FFFFFF;
  background-color: #6e7277;
}
#mobileMenu .mainNav ul.fsNavLevel1 > li.fsNavParentPage.fsNavCurrentPage > a:hover, #mobileMenu .mainNav ul.fsNavLevel1 > li.fsNavParentPage.fsNavCurrentPageAncestor > a:hover {
  color: #FFFFFF;
  background-color: #6e7277;
}
#mobileMenu .mainNav ul.fsNavLevel1 > li.fsNavParentPage.fsNavCurrentPage:hover > a, #mobileMenu .mainNav ul.fsNavLevel1 > li.fsNavParentPage.fsNavCurrentPageAncestor:hover > a {
  color: #FFFFFF;
  background-color: #6e7277;
}
#mobileMenu .mainNav ul.fsNavLevel1 > li.fsNavParentPage.fsNavCurrentPage .fsNavPageInfo, #mobileMenu .mainNav ul.fsNavLevel1 > li.fsNavParentPage.fsNavCurrentPageAncestor .fsNavPageInfo {
  display: none;
}
#mobileMenu .mainNav ul.fsNavLevel1 > li .fsNavPageInfo {
  position: static;
  display: none;
  background-color: #82878d;
  opacity: 1 !important;
  animation: none !important;
  visibility: visible !important;
  padding: 0;
}
#mobileMenu .mainNav ul.fsNavLevel1 > li .fsNavPageInfo ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  max-width: inherit;
  margin: 0 !important;
  padding: 12px 20px;
}
#mobileMenu .mainNav ul.fsNavLevel1 > li .fsNavPageInfo ul li {
  display: block;
  float: none;
  margin: 0;
}
#mobileMenu .mainNav ul.fsNavLevel1 > li .fsNavPageInfo ul li a {
  display: block;
  color: #FFFFFF;
  font: 700 15px "ff-dagny-web-pro", sans-serif;
  padding: 7px 0 7px 0;
  line-height: 1;
}
#mobileMenu .mainNav ul.fsNavLevel1 > li:hover .fsNavPageInfo {
  display: none;
  animation: none;
  visibility: visible;
  opacity: 1;
}
#mobileMenu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #a32136;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  border-bottom: 2px solid #82878d;
}
#mobileMenu > ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
}
#mobileMenu > ul li a {
  display: block;
  font: 700 15px "ff-dagny-web-pro", sans-serif;
  color: #FFFFFF;
  line-height: 1;
  margin: 0 14px;
}
#mobileMenu .inquireWrap {
  background-color: #6e7277;
  display: block;
  padding: 30px 20px 0 20px;
}
#mobileMenu .inquireWrap a {
  display: block;
  padding: 14px 20px 12px 20px;
}
#mobileMenu .subsite {
  background-color: #6e7277;
  float: none;
  margin: 0;
  padding: 18px 0 15px 0;
  border-bottom: 2px solid #82878d;
}
#mobileMenu .subsite > .fsElementContent {
  display: table;
  margin: 0 auto;
}
#mobileMenu .subsite a {
  border: 0 none;
  padding-left: 23px;
}
#mobileMenu .subsite a em {
  color: #dbdcdd;
}
#mobileMenu .subsite a:before {
  color: #37393b;
  left: 0;
}
.menu_active #mobileMenu {
  height: 100%;
}
.menu_active.search-active #mobileMenu {
  top: 158px;
}
.search_active #mobileMenu {
  top: 158px;
}
@media (max-width: 640px) {
  #mobileMenu {
    top: 50px;
  }
}

#fsHeader .fsSearch {
  	/*Sliding Search	
  		header {
  			cursor:pointer; 
  			float: right;
  			padding: 0 0 0 10px;
  			font-size: 0;
  
  			&:before {
  				content: "\f002";
  				font-size: $lg-font;
  				color: $alt-color-2;
  				width: 100%;
  				text-align: center;
  			}
  		}
  
  		.fsElementContent {float: left;}
  
  		.gsc-control-searchbox-only {
  			white-space: nowrap;
  			width: 0px;
  			overflow: hidden;
  			height: 25px;
  			transition: width 0.25s ease;
  	
  			.gsc-input {
  				width: 223px !important;
  	
  				input[type="text"]{
  					width: 223px !important;
  				}
  			}	
  
  			@at-root .search-active .fsSearch {
  				header {
  
  					&:before {
  						content: "\f057";
  						font-size: $lg-font;
  						color: $alt-color-2;
  						width: 100%;
  						text-align: center;
  					}
  				}
  
  				.gsc-control-searchbox-only {
  					width: 256px;
  					margin-left: 8px;
  
  					@media (max-width : $mobile-bp){
  						margin-left: 0;
  					}
  				}
  			}
  		}
  	*/
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  	/*Dropdown Search
  		position: relative;
  
  		header {
  			cursor:pointer; 
  			float: right;
  			padding: 0 0 0 10px;
  			font-size: 0;
  
  			&:before {
  				content: "\f002";
  				font-size: $lg-font;
  				color: $alt-color-2;
  				width: 100%;
  				text-align: center;
  				min-width: 16px;
  			}
  		}
  
  		> .fsElementContent {
  			position: absolute;
  			right: 0;
  			top: 36px;
  			width: 280px;
  			background-color: $alt-color-2;
  			padding: 0;
  			height: 0;
  			overflow: hidden;
  			transition: height 0.25s ease;
  			z-index: 10000;
  		}
  
  		.gsc-control-searchbox-only{
  			margin: 10px;
  
  			.gsc-input {
  				width: 227px !important;
  		
  				input[type="text"]{
  					width: 227px !important;
  				}
  			}
  		}	
  
  
  		@at-root .search-active .fsSearch {
  			> .fsElementContent {
  				height: 45px;
  			}
  
  			header {
  				&:before {
  					color: $alt-color-2;
  					content: "\f057";
  				}
  			}
  		}
  
  	}*/
}
#fsHeader .fsSearch .gsc-control-searchbox-only {
  position: relative;
  overflow: hidden;
}
#fsHeader .fsSearch .gsc-control-searchbox-only *, #fsHeader .fsSearch .gsc-control-searchbox-only *:focus {
  background: transparent !important;
  height: auto !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border-width: 0;
  outline: none;
  box-shadow: none;
}
#fsHeader .fsSearch .gsc-control-searchbox-only .gsib_b {
  display: none !important;
}
#fsHeader .fsSearch .gsc-control-searchbox-only .gsc-input {
  display: block;
  float: left;
  width: 247px !important;
  height: 25px !important;
}
#fsHeader .fsSearch .gsc-control-searchbox-only .gsc-input input[type="text"] {
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  width: 247px !important;
  height: 25px !important;
  padding: 0 10px !important;
  border: 0 none !important;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}
#fsHeader .fsSearch .gsc-control-searchbox-only td.gsc-search-button {
  display: block;
  float: left;
  width: 33px !important;
  height: 25px !important;
  overflow: hidden !important;
}
#fsHeader .fsSearch .gsc-control-searchbox-only td.gsc-search-button:before {
  content: "\f002";
  font-size: 20px;
  color: #4a4f55;
  width: 100%;
  text-align: center;
  height: 25px;
  line-height: 1.3;
  position: relative;
  top: -3px;
}
#fsHeader .fsSearch .gsc-control-searchbox-only td.gsc-search-button input {
  display: block !important;
  width: 33px !important;
  height: 25px !important;
  padding: 0 !important;
  overflow: hidden;
  background-image: none !important;
  background-size: auto;
  border-style: none;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  border-radius: 2px;
  opacity: 0;
  position: relative;
  top: -25px;
  z-index: 1;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: content-box;
}
#fsHeader .fsSearch > .fsElementContent {
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  top: -80px;
  width: 100%;
  border-width: 1px 0;
  padding: 27px 0 28px 0;
}
#fsHeader .fsSearch .gsc-control-searchbox-only {
  white-space: nowrap;
  overflow: visible !important;
  position: relative;
  top: 0;
  left: -140px;
  margin-left: 50%;
  width: 280px;
  background-color: transparent !important;
}
#fsHeader .fsSearch .gsc-control-searchbox-only .gsc-input {
  width: 247px !important;
}
#fsHeader .fsSearch .gsc-control-searchbox-only .gsc-input input[type="text"] {
  width: 247px !important;
  background: transparent !important;
  border-bottom: 2px solid #d8d9d9 !important;
}
#fsHeader .fsSearch .gsc-control-searchbox-only td.gsc-search-button {
  background: transparent !important;
}
#fsHeader .fsSearch .gsc-control-searchbox-only td.gsc-search-button:before {
  background: transparent;
  border-bottom: 2px solid #d8d9d9 !important;
  line-height: 1;
  height: 27px;
  top: -4px;
}
#fsHeader .fsSearch .gsc-control-searchbox-only td.gsc-search-button input {
  background: transparent !important;
}
.search_active {
  /*.fsSearch {
  	header {
  		&:before {
  			content: "\f00d";
  			width: 100%;
  			text-align: center;
  			font-size: 18px;
  			line-height: 0.8;
  		}
  	}
  }*/
}
.search_active #fsHeader {
  padding-top: 80px;
}

.search_active #fsHeader .fsSearch > .fsElementContent {
  top: 0;
}

/* Calendar Element */
.fsCalendar {
  position: relative;
  /*Grid*/
  	/*
  	&.fsGrid {
  		.fsTitle, .fsTitle a {color: $black;}
  
  		.fsCalendarMonthBrowser {
  			margin-top: $vertical-gutter;
  
  			span {
  				//font-family:$header-font;
  				//font-weight: $header-weight;
  				line-height: 1;
  				color: $header-color;
  				font-size: 22px;
  				text-transform: capitalize;
  				margin: 0 15px;
  			}
  
  			button {
  				position: relative;
  				top: -5px;
  				border: 0 none;
  				background: transparent;
  				font-size: 0;
  
  				&:before {
  					//color: $theme-color-1;
  					font-size: 25px;
  				}
  
  				&:first-child {
  					&:before {content: "\f104"}
  				}
  				&:last-child {
  					&:before {content: "\f105"}
  				}
  			}
  
  		}
  
  
  
  		.fsCalendarDaybox {
  			//border-color: $theme-color-1;
  
  			.fsCalendarDate {
  				//color: $theme-color-1;
  			}
  		}
  
  		.fsCalendarToday {
  			//background-color: $theme-color-1;
  
  			.fsCalendarDate {
  				color: $white;
  			}
  
  			.fsCalendarInfo {
  				.fsCalendarEventTitle {
  					color: $white !important;
  				}
  			}
  		}
  	}
  	*/
  /*Slideshow*/
  	/*
  	&.fsSlideshow {
  		.fsAlertsIcon, .fsRSSIcon {
  			top: -41px;
  		}
  
  		.fsPrevButton, .fsNextButton {
  			font-size: 0;
  			top: 50%;
  			margin-top: -25px;
  
  			&:before {
  				display: block;
  				font-size: 50px;
  				//color: $theme-color-1;
  			}
  		}
  
  		.fsPrevButton {
  			&:before {content: "\f104";}
  		}
  
  		.fsNextButton {
  			&:before {content: "\f105";}
  		}
  
  		.fsPager {
  			span {
  				//color: $theme-color-1;
  				opacity: 0.5;
  
  				&.fsStateActive {
  					//color: $theme-color-1;
  					opacity: 1;
  				}
  			}
  		}
  
  		article {
  			padding: 0 38px 0 38px;
  		}
  	}*/
}
.fsCalendar header, .fsCalendar header h2 {
  color: #929599;
  font: 700 18px "ff-dagny-web-pro", sans-serif;
  text-transform: uppercase;
}
.fsCalendar header h2 {
  border-bottom: 2px solid #ddde70;
  letter-spacing: 1px;
}
.fsCalendar footer a {
  font: 700 18px "ff-dagny-web-pro", sans-serif;
  display: block;
  margin-top: 18px;
}
.fsCalendar footer a:after {
  content: "\f18e";
  color: #929599;
  font-size: 18px;
  margin-left: 6px;
  margin-top: -4px;
}
.fsCalendar footer a:hover {
  background: transparent !important;
  color: #621420;
}
.fsCalendar .fsAlertsIcon, .fsCalendar .fsRSSIcon {
  position: absolute;
  top: 5px;
  right: 0px;
  outline: none;
}
.fsCalendar .fsRSSIcon {
  right: 20px;
}
.fsCalendar.alerts-on header {
  padding-right: 45px;
}
.fsCalendar article, .fsCalendar .fsDayContainer {
  clear: both;
  float: none;
  display: block;
  width: 100%;
  margin-top: 20px;
}
.fsCalendar article:before, .fsCalendar article:after, .fsCalendar .fsDayContainer:before, .fsCalendar .fsDayContainer:after {
  content: '';
  display: block;
}
.fsCalendar article:after, .fsCalendar .fsDayContainer:after {
  clear: both;
}
.fsCalendar article, .fsCalendar .fsDayContainer {
  zoom: 1;
}
.fsCalendar article {
  position: relative;
  padding-left: 80px;
}
.fsCalendar .fsTitle {
  font-weight: 700;
  font-size: 18px;
  font-style: italic;
  display: table-cell;
  vertical-align: middle;
  color: #005e63;
  margin-top: 5px;
}
.fsCalendar .fsTitle a {
  color: #a32136;
  display: block;
  line-height: 1.3;
}
.fsCalendar .fsTitle a:hover {
  color: #621420;
  background: transparent !important;
}
.fsCalendar .fsDate {
  background-color: #005e63;
  float: left;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  border-radius: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
.fsCalendar .fsDate .fsMonth {
  display: block;
  text-align: center;
  padding: 14px 0 2px 0;
  font: 700 17px "ff-dagny-web-pro", sans-serif;
  text-transform: uppercase;
  color: #ccdfe0;
  line-height: 1;
}
.fsCalendar .fsDate .fsDayName {
  display: none;
}
.fsCalendar .fsDate .fsDay {
  display: block;
  text-align: center;
  padding: 0;
  font: 700 16px "ff-dagny-web-pro", sans-serif;
  color: #FFFFFF;
  line-height: 1;
}
.fsCalendar .fsDate .fsYear {
  display: none;
}
.fsCalendar .fsDate .fsSeparator {
  display: none;
}
.fsCalendar .fsTimeContainer {
  display: block;
}
.fsCalendar .fsStartTime {
  margin-top: 2px;
  color: #929599;
  line-height: 1;
  font: 700 15px "ff-dagny-web-pro", sans-serif;
}
.fsCalendar .fsEndTime {
  margin-top: 2px;
  color: #929599;
  line-height: 1;
  font: 700 15px "ff-dagny-web-pro", sans-serif;
}
.fsCalendar .fsAllDay {
  margin-top: 2px;
  text-transform: capitalize;
  color: #929599;
  line-height: 1;
  font: 700 15px "ff-dagny-web-pro", sans-serif;
}
.fsCalendar .fsLocation {
  margin-top: 2px;
  color: #929599;
  line-height: 1;
  font: 700 15px "ff-dagny-web-pro", sans-serif;
}
.fsCalendar .fsLocation:before {
  content: "\f041";
  color: #ddde70;
  font-size: 15px;
  margin-right: 6px;
  margin-top: -4px;
}
.fsCalendar .fsNotes {
  margin-top: 12px;
  font: 400 15px "ff-dagny-web-pro", sans-serif;
  line-height: 1.3;
}
.fsCalendar .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
  font-size: 13px;
  font-family: "ff-dagny-web-pro", sans-serif;
}
.fsCalendar .fsCalendarWeekdays {
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: bold;
}

.fsCalendarMonthBrowser .fsCalendarPrevMonth, .fsCalendarMonthBrowser .fsCalendarNextMonth {
  color: transparent;
  background-color: transparent;
  border: none;
  position: relative;
  line-height: 0;
  outline: 0;
}
.fsCalendarMonthBrowser .fsCalendarPrevMonth:before, .fsCalendarMonthBrowser .fsCalendarNextMonth:before {
  display: block;
  font-size: 24px;
  color: #929599;
  line-height: 1;
  font-weight: bold;
  content: '\f104';
  font-family: 'icomoon';
  font-size: 18px;
}
.fsCalendarMonthBrowser .fsCalendarNextMonth:before {
  content: '\f105';
}

@media screen and (max-width: 800px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
    margin: 20px 0;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
    width: 16% !important;
    height: 50px !important;
    float: left;
    overflow: hidden !important;
    cursor: pointer;
    min-height: 0;
    position: relative;
    padding: 0;
    margin: 1px;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
    border: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    position: relative;
    min-height: 0;
    height: 24px;
    border: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:first-child {
    margin-bottom: 1px;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
    background-color: #a32136;
    color: #fff;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    background-color: #a32136;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected .fsCalendarDate {
    color: #fff;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    position: absolute;
    right: 10px;
    top: 5px;
    line-height: 1;
    font-size: 15px;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
    width: auto;
    display: inline;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
    display: none;
  }
}
#event-view {
  padding: 20px;
  margin: 20px auto;
}
#event-view .fsCalendarDaybox {
  height: auto !important;
}
@media screen and (min-width: 800px) {
  #event-view {
    display: none;
  }
}

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (min-width: 800px) {
  .scroll-up {
    display: none;
  }
}

@media screen and (min-width: 800px) {
  .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow > .fsCalendarDaybox {
    width: 16%;
    display: table-cell;
    float: none;
    height: auto !important;
  }

  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
    word-break: break-word;
  }
}
/*General News Styles*/
.fsNews {
  position: relative;
  /*Slideshow*/
  /*Grid*/
}
.fsNews header, .fsNews header h2 {
  color: #929599;
  font: 700 18px "ff-dagny-web-pro", sans-serif;
  text-transform: uppercase;
}
.fsNews header h2 {
  border-bottom: 2px solid #ddde70;
  letter-spacing: 1px;
}
.fsNews footer a {
  font: 700 18px "ff-dagny-web-pro", sans-serif;
  display: block;
  margin-top: 18px;
}
.fsNews footer a:after {
  content: "\f18e";
  color: #929599;
  font-size: 18px;
  margin-left: 6px;
  margin-top: -4px;
}
.fsNews footer a:hover {
  background: transparent !important;
  color: #621420;
}
.fsNews .fsAlertsIcon, .fsNews .fsRSSIcon {
  position: absolute;
  top: 5px;
  right: 0px;
  outline: none;
}
.fsNews .fsRSSIcon {
  right: 20px;
}
.fsNews.alerts-on header {
  padding-right: 45px;
}
.fsNews article {
  clear: both;
  display: block;
  margin-top: 20px;
}
.fsNews article:before, .fsNews article:after {
  content: '';
  display: block;
}
.fsNews article:after {
  clear: both;
}
.fsNews article {
  zoom: 1;
}
.fsNews .fsThumbnail {
  float: left;
  margin: 0 20px 0 0;
}
.fsNews .fsThumbnail.fsThumbnailSmallOriginal {
  max-width: 90px;
}
.fsNews .fsTitle {
  font-weight: 700;
  font-size: 16px;
  font-style: italic;
  display: table;
}
.fsNews .fsTitle a {
  color: #a32136;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.3;
}
.fsNews .fsTitle a:hover {
  color: #621420;
  background: transparent !important;
}
.fsNews .fsAuthor, .fsNews .fsDateTime {
  font-size: 14px;
  font-style: italic;
  color: #4a4f55;
  line-height: 1.4;
}
.fsNews .fsTime {
  display: none;
}
.fsNews .fsSummary {
  line-height: 1.2;
  margin: 5px 0;
  font-size: 14px;
}
.fsNews .fsBody {
  margin: 5px 0;
}
.fsNews .fsReadMoreLink {
  font-size: 20px;
}
.fsNews .fsNewsLoadMore {
  float: none;
  margin-top: 40px;
  color: #FFFFFF;
  text-shadow: none;
}
.fsNews .fsNewsLoadMore {
  display: none;
}
.fsNews.fsSlideshow .fsElementContent {
  margin: 0;
}
.fsNews.fsSlideshow article {
  padding: 0 38px 0 38px;
}
@media (max-width: 640px) {
  .fsNews.fsSlideshow article img {
    margin: 0 auto 20px auto;
    display: block;
    float: none;
    width: 100%;
    max-width: inherit;
  }
}
.fsNews.fsSlideshow .fsPrevButton, .fsNews.fsSlideshow .fsNextButton {
  font-size: 0;
  margin-top: -12px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fsNews.fsSlideshow .fsPrevButton:before, .fsNews.fsSlideshow .fsNextButton:before {
  display: block;
  font-size: 24px;
  color: #929599;
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .fsNews.fsSlideshow .fsPrevButton:before, .fsNews.fsSlideshow .fsNextButton:before {
    font-size: 36px;
    font-weight: bold;
  }
}
.fsNews.fsSlideshow .fsPrevButton {
  left: 10px;
}
.fsNews.fsSlideshow .fsPrevButton:before {
  content: '\f104';
}
.fsNews.fsSlideshow .fsNextButton {
  right: 10px;
}
.fsNews.fsSlideshow .fsNextButton:before {
  content: '\f105';
}
.fsNews.fsSlideshow .fsPager {
  margin-top: 15px;
}
.fsNews.fsSlideshow .fsPager span {
  color: #a32136;
  opacity: 0.5;
  margin: 0 15px;
  height: 10px;
  width: 10px;
}
.fsNews.fsSlideshow .fsPager span.fsStateActive {
  color: #a32136;
  opacity: 1;
}
.fsNews.fsGrid .fsAlertsIcon, .fsNews.fsGrid .fsRSSIcon {
  top: -41px;
}
.fsNews.fsGrid header {
  margin-bottom: 50px;
}
.fsNews.fsGrid .fsNewsGrid:after {
  content: ".";
  width: 100%;
  height: 0;
  font-size: 0;
  clear: both;
  display: block;
}
.fsNews.fsGrid article {
  clear: none;
  margin-bottom: 50px !important;
  margin-top: 0 !important;
  padding: 0;
}
.fsNews.fsGrid .fsStyleTwoColumns article {
  width: 49%;
}
.fsNews.fsGrid .fsStyleTwoColumns article:nth-child(odd) {
  margin-right: 1%;
}
.fsNews.fsGrid .fsStyleTwoColumns article:nth-child(even) {
  margin-left: 1%;
}
.fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
  clear: both;
}
.fsNews.fsGrid .fsStyleThreeColumns article {
  width: 32%;
}
.fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n-1) {
  margin: 0 2%;
}
.fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
  clear: both;
}
.fsNews.fsGrid .fsStyleFourColumns article {
  width: 23.5%;
}
.fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-2) {
  margin: 0 1% 0 2%;
}
.fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-1) {
  margin: 0 2% 0 1%;
}
.fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
  clear: both;
}
.fsNews.fsGrid .fsStyleFiveColumns article {
  width: 18.4%;
}
.fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-3) {
  margin: 0 1% 0 2%;
}
.fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-2) {
  margin: 0 1%;
}
.fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-1) {
  margin: 0 2% 0 1%;
}
.fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
  clear: both;
}
.fsNews.fsGrid .fsThumbnail {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 15px 0;
  max-width: inherit;
}
@media (max-width: 768px) {
  .fsNews.fsGrid .fsStyleFourColumns article, .fsNews.fsGrid .fsStyleFiveColumns article {
    display: block;
    width: 100%;
    padding: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 640px) {
  .fsNews.fsGrid .fsStyleTwoColumns article, .fsNews.fsGrid .fsStyleThreeColumns article {
    display: block;
    width: 100%;
    padding: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.fsPostElement footer a:after {
  content: "\f18e";
  color: #929599;
  font-size: 18px;
  margin-left: 6px;
  margin-top: -4px;
}
.fsPostElement footer a:hover {
  background: transparent !important;
  color: #621420;
  text-decoration: underline;
}

/*--Media Element--*/
.fsMedia:not(.homeVid) header, .fsMedia:not(.homeVid) header h2 {
  color: #929599;
  font: 700 18px "ff-dagny-web-pro", sans-serif;
  text-transform: uppercase;
}
.fsMedia:not(.homeVid) header h2 {
  border-bottom: 2px solid #ddde70;
  letter-spacing: 1px;
}
.fsMedia:not(.homeVid) .fsMediaGallery:before, .fsMedia:not(.homeVid) .fsMediaGallery:after {
  content: '';
  display: block;
}
.fsMedia:not(.homeVid) .fsMediaGallery:after {
  clear: both;
}
.fsMedia:not(.homeVid) .fsMediaGallery {
  zoom: 1;
}
.fsMedia:not(.homeVid) .fsMediaGallery .fsMediaGalleryObject {
  margin: 0 0 20px 0;
  float: left;
  width: 100%;
}
.fsMedia:not(.homeVid) .fsMediaGallery .fsMediaGalleryThumbnail {
  height: 210px;
}
.fsMedia:not(.homeVid) .fsMediaGallery .fsMediaPlayOverlay {
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: #FFFFFF !important;
  border: 0 none;
  font-size: 15px;
  font-weight: bold;
  padding: 0 10px;
  opacity: 1;
  text-transform: capitalize;
  margin-left: -28.5px;
  margin-top: -12px;
}
.fsMedia:not(.homeVid) .fsMediaGallery .fsMediaGalleryTitle {
  color: #4a4f55;
  font: 700 18px "ff-dagny-web-pro", sans-serif;
  text-transform: uppercase;
  text-align: left;
}
.fsMedia:not(.homeVid) > .fsElementContent {
  margin-top: 20px;
}

/* .fsGallery Modal */
#cboxOverlay {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.cboxElement:hover {
  background: transparent !important;
}

#colorbox {
  z-index: 10000;
}
#colorbox #cboxTitle {
  position: absolute;
  left: 0;
  bottom: 28px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
}
#colorbox #cboxCurrent {
  bottom: 0;
  left: 10px;
}

/* Accordion */
.fsAccordion > header {
  margin: 20px 0;
}
.fsAccordion section {
  width: 100%;
  margin-top: 4px;
  margin-bottom: 0 !important;
}
.fsAccordion section:first-child {
  margin-top: 0;
}
.fsAccordion section > header {
  line-height: 1;
  position: relative;
  cursor: pointer;
  background-color: rgba(0, 94, 99, 0.5);
  transition: background-color 100ms;
}
.fsAccordion section > header h2 {
  line-height: 1;
  color: #FFFFFF;
  font: 700 18px "ff-dagny-web-pro", sans-serif;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: 10px 65px 7px 20px;
  position: relative;
  transition: color 100ms;
}
.fsAccordion section > header h2:after {
  content: "\f055" !important;
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 2;
  border: 0 none !important;
  width: auto !important;
  height: 100% !important;
  margin: 0 !important;
  color: #FFFFFF;
  font-size: 20px;
  padding-left: 20px;
  border-left: 1px solid #bfd7d8 !important;
}
.fsAccordion section > .fsElementContent {
  min-height: inherit;
}
.fsAccordion section > .fsElementContent > .fsContent {
  margin-bottom: 0 !important;
}
.fsAccordion section > .fsElementContent > .fsContent > .fsElementContent {
  font-size: 18px;
  padding: 25px 20px 23px 20px;
  margin-bottom: 0 !important;
}
.fsAccordion section:hover > header {
  background-color: #005e63;
}
.fsAccordion section:hover > header h2:after {
  border-left: 1px solid #80afb1;
}
.fsAccordion section.fsStateOpen > header {
  background-color: #005e63;
}
.fsAccordion section.fsStateOpen > header h2:after {
  content: "\f056" !important;
  border-left: 1px solid #80afb1;
}

/* Tab Element */
.fsTabs .ui-tabs {
  border: 0 none;
  border-radius: 0;
  padding: 0;
}
.fsTabs .ui-tabs .ui-tabs-nav {
  padding: 0;
  background: transparent;
}
.fsTabs .ui-tabs .ui-state-default {
  background-color: rgba(163, 33, 54, 0.5);
  border-radius: 20px;
  color: #FFFFFF;
  font: 700 14px "ff-dagny-web-pro", sans-serif;
  text-transform: uppercase;
  border: 0 none;
  text-align: center;
  margin: 0 0 0 10px;
  transition: background-color .5s, color .5s;
}
.fsTabs .ui-tabs .ui-state-default a {
  display: block;
  width: 100%;
  padding: 13px 20px 9px;
  color: #FFFFFF;
}
.fsTabs .ui-tabs .ui-state-default:first-child {
  margin-left: 0;
}
.fsTabs .ui-tabs .ui-state-default.ui-state-active, .fsTabs .ui-tabs .ui-state-default:hover {
  background-color: #a32136;
}
.fsTabs .ui-tabs .fsTab {
  padding: 20px;
}
.fsTabs .ui-tabs .fsTab p {
  font-size: 18px;
  line-height: 1.4;
}
.fsTabs .ui-tabs .fsTab .fsElement {
  margin-bottom: 0;
}
.fsTabs .accordion span {
  display: none;
}
.fsTabs .accordion h3 {
  background-color: rgba(163, 33, 54, 0.5);
  width: 100%;
  border-radius: 20px;
  color: #FFFFFF;
  font: 700 14px "ff-dagny-web-pro", sans-serif;
  text-transform: uppercase;
  border: 0 none;
  text-align: center;
  margin: 0 0 0 10px;
  transition: background-color .5s, color .5s;
  margin-bottom: 10px;
}
.fsTabs .accordion h3.ui-state-active, .fsTabs .accordion h3:hover {
  background-color: #a32136;
}
.fsTabs .accordion h3 a {
  display: block;
  width: 100%;
  padding: 13px 5px 9px 5px;
  color: #FFFFFF;
}
.fsTabs .accordion .ui-accordion-content {
  border: none;
  padding: 20px 30px 20px;
  height: auto !important;
}

/*New Tab Element*/
.fsTabs.fsPanelGroup .fsTabsNav {
  margin: 0;
  padding: 0;
  background: transparent;
}
@media (max-width: 640px) {
  .fsTabs.fsPanelGroup .fsTabsNav {
    display: none;
  }
}
.fsTabs.fsPanelGroup .fsTabsNavItem {
  background-color: rgba(163, 33, 54, 0.5);
  border-radius: 20px;
  color: #FFFFFF;
  font: 700 14px "ff-dagny-web-pro", sans-serif;
  text-transform: uppercase;
  border: 0 none;
  text-align: center;
  margin: 0 0 0 10px;
  transition: background-color .5s, color .5s;
}
.fsTabs.fsPanelGroup .fsTabsNavItem a {
  background: transparent;
  display: block;
  width: 100%;
  padding: 13px 20px 9px;
  color: #FFFFFF;
}
.fsTabs.fsPanelGroup .fsTabsNavItem:first-child {
  margin-left: 0;
}
.fsTabs.fsPanelGroup .fsTabsNavItem.fsStateSelected, .fsTabs.fsPanelGroup .fsTabsNavItem:hover {
  background-color: #a32136;
}
.fsTabs.fsPanelGroup .fsTabsNavItem.fsStateSelected a, .fsTabs.fsPanelGroup .fsTabsNavItem:hover a {
  background: transparent;
}
.fsTabs.fsPanelGroup section.fsPanel {
  width: 100%;
  margin-top: 4px;
  margin-bottom: 0 !important;
}
@media (max-width: 640px) {
  .fsTabs.fsPanelGroup section.fsPanel {
    display: block !important;
  }
}
.fsTabs.fsPanelGroup section.fsPanel:first-child {
  margin-top: 0;
}
.fsTabs.fsPanelGroup section.fsPanel > header {
  line-height: 1;
  position: relative;
  cursor: pointer;
  background-color: rgba(0, 94, 99, 0.5);
  transition: background-color 100ms;
}
@media (max-width: 640px) {
  .fsTabs.fsPanelGroup section.fsPanel > header {
    display: block !important;
  }
}
.fsTabs.fsPanelGroup section.fsPanel > header h2 {
  line-height: 1;
  color: #FFFFFF;
  font: 700 18px "ff-dagny-web-pro", sans-serif;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: 10px 65px 7px 20px;
  position: relative;
  transition: color 100ms;
}
.fsTabs.fsPanelGroup section.fsPanel > header h2:after {
  content: "\f055" !important;
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 2;
  border: 0 none !important;
  width: auto !important;
  height: 100% !important;
  margin: 0 !important;
  color: #FFFFFF;
  font-size: 20px;
  padding-left: 20px;
  border-left: 1px solid #bfd7d8 !important;
}
.fsTabs.fsPanelGroup section.fsPanel > .fsElementContent {
  min-height: inherit;
  display: none;
}
.fsTabs.fsPanelGroup section.fsPanel > .fsElementContent > .fsContent {
  margin-bottom: 0 !important;
}
.fsTabs.fsPanelGroup section.fsPanel > .fsElementContent > .fsContent > .fsElementContent {
  font-size: 18px;
  padding: 25px 20px 23px 20px;
  margin-bottom: 0 !important;
}
.fsTabs.fsPanelGroup section.fsPanel:hover > header {
  background-color: #005e63;
}
.fsTabs.fsPanelGroup section.fsPanel:hover > header h2:after {
  border-left: 1px solid #80afb1;
}
.fsTabs.fsPanelGroup section.fsPanel.fsStateOpen > header {
  background-color: #005e63;
}
.fsTabs.fsPanelGroup section.fsPanel.fsStateOpen > header h2:after {
  content: "\f056" !important;
  border-left: 1px solid #80afb1;
}
.fsTabs.fsPanelGroup section.fsPanel.fsStateOpen > .fsElementContent {
  display: block;
}
.fsTabs.fsPanelGroup .accordion span {
  display: none;
}
.fsTabs.fsPanelGroup .accordion h3 {
  background-color: rgba(163, 33, 54, 0.5);
  width: 100%;
  border-radius: 20px;
  color: #FFFFFF;
  font: 700 14px "ff-dagny-web-pro", sans-serif;
  text-transform: uppercase;
  border: 0 none;
  text-align: center;
  margin: 0 0 0 10px;
  transition: background-color .5s, color .5s;
  margin-bottom: 10px;
}
.fsTabs.fsPanelGroup .accordion h3.ui-state-active, .fsTabs.fsPanelGroup .accordion h3:hover {
  background-color: #a32136;
}
.fsTabs.fsPanelGroup .accordion h3 a {
  display: block;
  width: 100%;
  padding: 13px 5px 9px 5px;
  color: #FFFFFF;
}
.fsTabs.fsPanelGroup .accordion .ui-accordion-content {
  border: none;
  padding: 20px 30px 20px;
  height: auto !important;
}

.fsTabs:not(.fsPanelGroup) .fsElementContent .fsTab > header {
  display: none;
}
@media (max-width: 640px) {
  .fsTabs:not(.fsPanelGroup) .ui-tabs-nav {
    display: none;
  }
  .fsTabs:not(.fsPanelGroup) .fsTab {
    padding: 0;
    margin: 0 !important;
  }
  body:not(.curriculum-page) .fsTabs:not(.fsPanelGroup) .fsTab {
    display: block !important;
  }
  .fsTabs:not(.fsPanelGroup) .fsTab .extra-wrapper {
    display: none;
    padding: 20px;
  }
  .fsTabs:not(.fsPanelGroup) .fsTab > header {
    display: block !important;
    background-color: rgba(163, 33, 54, 0.5);
    border-radius: 20px;
    color: #FFFFFF;
    font: 700 14px "ff-dagny-web-pro", sans-serif;
    text-transform: uppercase;
    border: 0 none;
    text-align: center;
    padding: 13px 20px 9px;
    margin: 4px 0 0 0;
    transition: background-color .5s, color .5s;
  }
  .fsTabs:not(.fsPanelGroup) .fsTab.fsStateOpen-custom > header, .fsTabs:not(.fsPanelGroup) .fsTab:hover > header {
    background-color: #a32136;
  }
}

/* Athletics */
body:not(.fsHasTheme4) .fsAthleticsEvent {
  position: relative;
  text-align: left;
}
body:not(.fsHasTheme4) .fsAthleticsEvent .fsAlertsIcon, body:not(.fsHasTheme4) .fsAthleticsEvent .fsRSSIcon {
  position: absolute;
  top: 5px;
  right: 0px;
  outline: none;
}
body:not(.fsHasTheme4) .fsAthleticsEvent .fsRSSIcon {
  right: 20px;
}
body:not(.fsHasTheme4) .fsAthleticsEvent header {
  padding-right: 45px;
}
body:not(.fsHasTheme4) .fsAthleticsEvent article {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e3e3;
}
body:not(.fsHasTheme4) .fsAthleticsEvent article:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0;
  font-size: 0;
  clear: both;
}
body:not(.fsHasTheme4) .fsAthleticsEvent .fsDateTime {
  padding: 5px;
}
body:not(.fsHasTheme4) .fsAthleticsEvent .teamsContainer {
  padding: 5px;
}
@media screen and (min-width: 600px) {
  body:not(.fsHasTheme4) .fsAthleticsEvent .teamsContainer {
    width: 50%;
    float: left;
  }
}
body:not(.fsHasTheme4) .fsAthleticsEvent .resultsContainer, body:not(.fsHasTheme4) .fsAthleticsEvent .fsAthleticsLocations {
  padding: 5px;
}
@media screen and (min-width: 600px) {
  body:not(.fsHasTheme4) .fsAthleticsEvent .resultsContainer, body:not(.fsHasTheme4) .fsAthleticsEvent .fsAthleticsLocations {
    width: 50%;
    float: right;
    padding-bottom: 0;
  }
}
body:not(.fsHasTheme4) .fsAthleticsEvent .fsAthleticsLocations {
  padding: 0 5px 5px 5px;
}
body:not(.fsHasTheme4) .fsAthleticsEvent .fsAthleticsOpponentNames {
  display: inline;
}
@media screen and (min-width: 600px) {
  body:not(.fsHasTheme4) .fsAthleticsEvent .fsAthleticsAdvantage, body:not(.fsHasTheme4) .fsAthleticsEvent .fsAthleticsResultWrapper {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}
body:not(.fsHasTheme4) .fsAthleticsEvent .fsAthleticsDismissal {
  width: 50%;
  float: right;
  padding: 5px;
}

/* Constituents */
.fsConstituent {
  font-family: "ff-dagny-web-pro", sans-serif;
  line-height: 1;
  font-size: 15px;
  color: #929599;
}
.fsConstituent h3 {
  line-height: 1;
}
.fsConstituent .fsFullName {
  margin-bottom: 0;
  color: #494f55;
  margin-bottom: 10px;
  font-size: 18px;
}
.fsConstituent .fsFullName a {
  color: #494f55;
}
.fsConstituent .fsClassOf {
  margin-bottom: 10px;
}
.fsConstituent .fsPhoto {
  padding: 1px !important;
}
.fsConstituent .fsTitles {
  font-style: italic;
  color: #005e63;
  font-family: "clavo", sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.fsConstituent .fsTitles strong {
  display: none;
}
.fsConstituent .fsEmail a {
  position: relative;
  width: 80px;
  overflow: hidden;
  display: inline-block;
}
.fsConstituent .fsEmail a:before {
  display: none !important;
}
.fsConstituent .fsEmail a:after {
  display: none !important;
}
.fsConstituent.fsDirectory {
  		/*Grid Style Setup
  		.fsConstituentItem {
  			float: none;
  			display: inline-block;
  			vertical-align: top;
  			margin: 0 0 $element-gutter 0 !important;
  			margin-right: -4px;
  			border:1px solid $theme-color-1;
  			border-width: 1px 1px 2px 1px;
  			padding: 10px 10px 5px 10px;
  			margin: 5px 0;
  
  			@include autoclear;
  
  			@media (max-width : $mobile-bp){
  				display: block;
  				margin: 0 auto $element-gutter auto !important;
  				width: 100% !important;
  
  				> * {
  					display: block;
  					float: none;
  				}
  			}
  		}
  		*/
  /*Column Style Setup*/
}
.fsConstituent.fsDirectory .fsElementPagination {
  width: auto;
  text-align: right;
}
.fsConstituent.fsDirectory .fsElementPagination a {
  margin: 0 2.5px;
  color: #a32035;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 15px;
  font-weight: bold;
  transition: .3s;
}
.fsConstituent.fsDirectory .fsElementPagination a.fsFirstPageLink, .fsConstituent.fsDirectory .fsElementPagination a.fsPrevPageLink {
  margin-left: 10px;
}
.fsConstituent.fsDirectory .fsElementPagination a.fsNextPageLink, .fsConstituent.fsDirectory .fsElementPagination a.fsPreviousPageLink {
  color: transparent;
  position: relative;
}
.fsConstituent.fsDirectory .fsElementPagination a.fsNextPageLink:hover, .fsConstituent.fsDirectory .fsElementPagination a.fsPreviousPageLink:hover {
  color: transparent;
}
.fsConstituent.fsDirectory .fsElementPagination a.fsNextPageLink:hover:after, .fsConstituent.fsDirectory .fsElementPagination a.fsPreviousPageLink:hover:after {
  color: #005e63;
  transition: .3s;
}
.fsConstituent.fsDirectory .fsElementPagination a.fsNextPageLink:after, .fsConstituent.fsDirectory .fsElementPagination a.fsPreviousPageLink:after {
  content: '\f18e';
  color: #929599;
  position: absolute;
  left: 0;
  font-family: 'icomoon';
  transition: .3s;
}
.fsConstituent.fsDirectory .fsElementPagination a.fsPreviousPageLink:after {
  content: '\f190';
}
.fsConstituent.fsDirectory .fsElementPagination a:hover {
  color: #005e63;
  transition: .3s;
}
.fsConstituent.fsDirectory .fsPaginationLabel {
  display: none;
}
.fsConstituent.fsDirectory .fsConstituentItem {
  transform: translateZ(0);
}
.fsConstituent.fsDirectory .fsConstituentColumnLayout_1 .fsConstituentItem {
  margin: 5px 0;
}
.fsConstituent.fsDirectory .fsConstituentColumnLayout_2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.fsConstituent.fsDirectory .fsConstituentColumnLayout_2 div.fsConstituentItem {
  width: 49%;
}
.fsConstituent.fsDirectory .fsConstituentColumnLayout_2 div.fsConstituentItem:nth-child(odd) {
  margin-right: 1%;
  margin-left: 0;
}
.fsConstituent.fsDirectory .fsConstituentColumnLayout_2 div.fsConstituentItem:nth-child(even) {
  margin-left: 1%;
  margin-right: 0;
}
.fsConstituent.fsDirectory .fsConstituentColumnLayout_3 {
  border-top: solid 2px #dddd70;
  padding-top: 30px;
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.fsConstituent.fsDirectory .fsConstituentColumnLayout_3 .fsConstituentItem {
  width: 31%;
  border: 1px solid #e1e3e3;
  border-radius: 0;
  margin-bottom: 30px;
  padding: 0 0 30px;
}
.fsConstituent.fsDirectory .fsConstituentColumnLayout_3 .fsConstituentItem .fsFullName a {
  margin-top: 10px;
  display: block;
}
.fsConstituent.fsDirectory .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(3n) {
  margin-right: 0;
}
.fsConstituent.fsDirectory .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(3n+1) {
  margin-left: 0;
}
.fsConstituent.fsDirectory .fsConstituentColumnLayout_3:after {
  display: none;
}
.fsConstituent.fsDirectory .fsConstituentColumnLayout_4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.fsConstituent.fsDirectory .fsConstituentColumnLayout_4 .fsConstituentItem {
  width: 24%;
  margin-right: 1%;
}
.fsConstituent.fsDirectory .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(4n) {
  margin-right: 0;
  margin-right: 0;
}
.fsConstituent.fsDirectory .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(4n+1) {
  margin-left: 0;
}
.fsConstituent.fsDirectory .fsConstituentItem {
  float: none;
  border: 1px solid #e1e3e3;
  margin: 0 0 30px;
  width: 100%;
  display: inline-block;
  text-align: left;
}
.fsConstituent.fsDirectory .fsConstituentItem:before, .fsConstituent.fsDirectory .fsConstituentItem:after {
  content: '';
  display: block;
}
.fsConstituent.fsDirectory .fsConstituentItem:after {
  clear: both;
}
.fsConstituent.fsDirectory .fsConstituentItem {
  zoom: 1;
}
.fsConstituent.fsDirectory .fsConstituentItem > div, .fsConstituent.fsDirectory .fsConstituentItem > h3 {
  padding: 0 10px;
  padding-bottom: 5px !important;
}
.fsConstituent.fsDirectory .fsConstituentItem .fsWebsite a {
  font-size: 0;
  display: inline-block;
  color: #005e63;
}
.fsConstituent.fsDirectory .fsConstituentItem .fsWebsite a:before {
  display: block;
  content: 'View Website';
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.fsConstituent.fsDirectory .fsConstituentItem .fsWebsite a:hover {
  color: rgba(0, 94, 99, 0.7);
}
.fsConstituent.fsDirectory .fsPhoto {
  float: none;
  margin-bottom: 10px;
}
.fsConstituent.fsDirectory .fsPhoto img {
  width: auto;
  width: 100%;
  display: block;
}
.fsConstituent.fsDirectory .fsConstituentColumnLayout_2 {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-width: calc($max-width / 2);
  column-width: calc($max-width / 2);
  -moz-column-gap: 40px;
  column-gap: 40px;
  -moz-column-fill: balance;
  column-fill: balance;
}
@media (max-width: 640px) {
  .fsConstituent.fsDirectory .fsConstituentColumnLayout_2 {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-width: 100%;
    column-width: 100%;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -moz-column-fill: balance;
    column-fill: balance;
  }
}
.fsConstituent.fsDirectory .fsConstituentColumnLayout_3 {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-width: calc($max-width / 3);
  column-width: calc($max-width / 3);
  -moz-column-gap: 40px;
  column-gap: 40px;
  -moz-column-fill: balance;
  column-fill: balance;
}
@media (max-width: 640px) {
  .fsConstituent.fsDirectory .fsConstituentColumnLayout_3 {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-width: 100%;
    column-width: 100%;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -moz-column-fill: balance;
    column-fill: balance;
  }
}
.fsConstituent.fsDirectory .fsConstituentColumnLayout_4 {
  -moz-column-count: 4;
  column-count: 4;
  -moz-column-width: calc($max-width / 4);
  column-width: calc($max-width / 4);
  -moz-column-gap: 40px;
  column-gap: 40px;
  -moz-column-fill: balance;
  column-fill: balance;
  min-height: initial;
}
@media (max-width: 768px) {
  .fsConstituent.fsDirectory .fsConstituentColumnLayout_4 {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-width: 100%;
    column-width: 100%;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -moz-column-fill: balance;
    column-fill: balance;
  }
}

.fsDirectory .fsElementTitle {
  line-height: 1.2;
  margin-bottom: 20px;
}

.fsConstituent.fsProfile {
  line-height: 1.2;
}

#fsElementPopupDialog .fsProfileImage {
  display: block;
  margin-bottom: 30px;
}
#fsElementPopupDialog .fsConstituentProfile .fsProfileSectionSpecialData > div, #fsElementPopupDialog .fsConstituentProfile .fsProfileSpecialFieldName > div {
  width: 40%;
}

body:not(.fsHasTheme3) .fsConstituentProfile {
  overflow: hidden;
  margin-top: 50px;
}
body:not(.fsHasTheme3) .fsConstituentProfile .fsProfileImage {
  display: block;
  max-width: 300px;
  margin-bottom: 15px;
}
@media screen and (min-width: 800px) {
  body:not(.fsHasTheme3) .fsConstituentProfile .fsProfileImage {
    width: 26.32%;
    display: inline-block;
    float: left;
    margin-bottom: 0;
    padding: 0 15px 15px 0;
  }
}
body:not(.fsHasTheme3) .fsConstituentProfile .fsProfileSection {
  display: inline-block;
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 800px) {
  body:not(.fsHasTheme3) .fsConstituentProfile .fsProfileSection {
    width: 73%;
    padding-left: 15px;
  }
}
body:not(.fsHasTheme3) .fsConstituentProfile .fsProfileSection h4, body:not(.fsHasTheme3) .fsConstituentProfile .fsProfileSection blockquote, body:not(.fsHasTheme3) .fsConstituentProfile .fsProfileSection .fs_style_18 {
  margin-bottom: 10px;
  font-size: 22px;
}
body:not(.fsHasTheme3) .fsConstituentProfile .fsProfileSectionFieldName, body:not(.fsHasTheme3) .fsConstituentProfile .fsProfileSectionFieldValue {
  width: 100%;
}
body:not(.fsHasTheme3) .fsConstituentProfile .fsProfileSectionFieldName {
  font-weight: bold;
}
body:not(.fsHasTheme3) .fsConstituentProfile .fsFullName {
  display: inline-block;
  margin-bottom: 10px;
}
body:not(.fsHasTheme3) .fsConstituentProfile .fsEmail a {
  float: left;
}

/* Social Elements */
.custom-social a {
  display: inline-block;
}

/*--Facebook--*/
.fsFacebook h2 {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 20px !important;
}
.fsFacebook .fsFacebookList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fsFacebook .fsFacebookList li {
  display: block;
  margin-bottom: 30px;
}
.fsFacebook .fsFacebookList li a:not(.fsFacebookFollow) {
  word-wrap: break-word;
}
.fsFacebook .fsFacebookList .fsFacebookFrom {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1;
}
.fsFacebook .fsFacebookList .fsFacebookExtras {
  margin-top: 10px;
  position: relative;
}
.fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookThumb {
  float: left;
  width: 28%;
  margin: 0 15px 15px 0;
}
.fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookTitle {
  float: left;
  line-height: 1;
  width: 60%;
}
.fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookCaption {
  float: left;
}
.fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookDesc {
  clear: both;
  font-style: italic;
}
.fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookLikes {
  clear: both;
  padding-top: 10px;
  font-style: italic;
}
@media (max-width: 640px) {
  .fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookThumb {
    float: none;
    width: auto;
    display: block;
  }
  .fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookTitle {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }
  .fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookCaption {
    float: none;
    display: block;
    text-align: center;
  }
}
.fsFacebook .fsFacebookList .fsFacebookFollow a {
  padding: 5px 10px;
  text-transform: capitalize;
}

.fsFacebookList {
  padding: 30px;
  font-family: "ff-dagny-web-pro", sans-serif;
}

.fsFacebookListItem {
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
}

.fsFacebookFrom {
  font-weight: bold;
  font-size: 18px;
}

.fsFacebookFollow {
  display: none;
}

a.fsFacebookTitle {
  position: absolute;
  width: 100% !important;
  height: 100%;
  left: 0;
  opacity: 0;
}

/*--Twitter--*/
.fsTwitter .tweets {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fsTwitter .tweets li {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  word-wrap: break-word;
}
.fsTwitter .tweets li .header > a[data-datetime] {
  display: none;
}
.fsTwitter .tweets li .footer a.expand, .fsTwitter .tweets li .footer .tweet-actions, .fsTwitter .tweets li .footer .stats-wide {
  display: none;
}
.fsTwitter .tweets li .footer .stats-narrow {
  padding-top: 10px;
  display: block;
}
.fsTwitter .tweets li .footer .stats-narrow a {
  text-transform: capitalize;
}
.fsTwitter .tweets li .footer .stats-narrow a:hover {
  text-decoration: underline;
}
.fsTwitter .tweets li .footer .stats-narrow a:first-child {
  margin-right: 10px;
}

/*--Youtube--*/
.fsYoutube .fsSocialVideoFrame {
  margin-top: 30px;
}
.fsYoutube .fsYoutubeList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fsYoutube .fsYoutubeList li {
  display: block;
  width: 100%;
}
.fsYoutube .fsYoutubeList .fsYoutubeThumb {
  margin: 0 40px 40px 0;
  float: left;
}
.fsYoutube .fsYoutubeList .fsYoutubeViews {
  font-style: italic;
}
.fsYoutube .fsYoutubeList .fsYoutubeDesc {
  margin-top: 5px;
}

/*--Vimeo--*/
/*mashup button */
.mashup-button {
  width: 269px;
  height: 269px;
  border-radius: 100%;
  position: relative;
  max-width: 100%;
}
.mashup-button a, .mashup-button header {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  text-align: center;
  color: #fff;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.mashup-button a {
  padding-top: 37%;
}
.mashup-button a:after {
  content: "\f18e";
  color: #FFFFFF;
  font-size: 17px;
  margin-left: 6px;
  margin-top: -2px;
  position: absolute;
  font-family: 'icomoon';
  font-weight: normal;
}
.mashup-button a:before {
  content: '';
  width: 0;
  height: 0;
  border-radius: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #a32136;
  display: block;
  transition: .5s;
}
.mashup-button a:hover {
  background-color: transparent !important;
}
.mashup-button a:hover:before {
  width: 90%;
  height: 90%;
}
.mashup-button span {
  font-size: 38px;
  font-style: italic;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  font-family: "clavo", sans-serif;
  position: relative;
}
.mashup-button b {
  position: relative;
}

.mashup-button {
  width: 269px;
  height: 269px;
  border-radius: 100%;
  position: relative;
  max-width: 100%;
}
.mashup-button a, .mashup-button header {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  text-align: center;
  color: #fff;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.mashup-button a {
  padding-top: 37%;
}
.mashup-button a:after {
  content: "\f18e";
  color: #FFFFFF;
  font-size: 17px;
  margin-left: 6px;
  margin-top: -2px;
  position: absolute;
  font-family: 'icomoon';
  font-weight: normal;
}
.mashup-button a:before {
  content: '';
  width: 0;
  height: 0;
  border-radius: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #a32136;
  display: block;
  transition: .5s;
}
.mashup-button a:hover {
  background-color: transparent !important;
}
.mashup-button a:hover:before {
  width: 90%;
  height: 90%;
}
.mashup-button span {
  font-size: 38px;
  font-style: italic;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  font-family: "clavo", sans-serif;
  position: relative;
}
.mashup-button b {
  position: relative;
}

.rectangle-mashup-button {
  position: relative;
  max-width: 100%;
}
.rectangle-mashup-button a, .rectangle-mashup-button header {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  color: #fff;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.rectangle-mashup-button a {
  padding: 40px 0;
}
.rectangle-mashup-button a:after {
  content: "\f18e";
  color: #FFFFFF;
  font-size: 17px;
  margin-left: 6px;
  margin-top: -2px;
  position: absolute;
  font-family: 'icomoon';
  font-weight: normal;
}
.rectangle-mashup-button a:before {
  content: '';
  width: 0 !important;
  height: 0 !important;
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
  top: 50% !important;
  -ms-transform: scaleY(1) translateX(0%) translateY(-50%) !important;
  transform: scaleY(1) translateX(0%) translateY(-50%) !important;
  background-color: #a32136 !important;
  display: block;
  transition: all .5s ease-in-out !important;
}
.rectangle-mashup-button a:hover {
  background-color: transparent !important;
}
.rectangle-mashup-button a:hover:before {
  width: calc(100% - 20px) !important;
  height: calc(100% - 20px) !important;
  -ms-transform: scaleY(1) translateX(0%) translateY(-50%) !important;
  transform: scaleY(1) translateX(0%) translateY(-50%) !important;
}
.rectangle-mashup-button span {
  font-size: 38px;
  font-style: italic;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  font-family: "clavo", sans-serif;
  position: relative;
}
.rectangle-mashup-button b {
  position: relative;
}

.hide-calendar .hidden {
  display: none;
}

.icon-calendar {
  background-image: url("../images/icon-calendar.png");
}

.icon-parnet {
  background-image: url("../images/icon-parent.png");
}

.icon-student {
  background-image: url("../images/icon-student.png");
}

.icon-arts {
  background-image: url("../images/icon-arts.png");
}

.icon-athletics {
  background-image: url("../images/icon-athletics.png");
}

.icon-global {
  background-image: url("../images/icon-global.png");
}

.icon-giving {
  background-image: url("../images/icon-givebck.png");
}

.icon-uniform {
  background-image: url("../images/icon-check.png");
}

.icon-tuition {
  background-image: url("../images/icon-tuition.png");
}

.icon-weather {
  background-image: url("../images/icon-weather.png");
}

.icon-emergency {
  background-image: url("../images/icon-emergencies.png");
}

.icon-goal {
  background-image: url("../images/icon-goal.png");
}

.parents-buttons-icons .fsElementContent {
  background-color: #f6f6f6;
}
.parents-buttons-icons .fsElementContent ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.parents-buttons-icons .fsElementContent ul li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #dbdcdd;
}
.parents-buttons-icons .fsElementContent ul li a {
  font-size: 20px;
  display: block;
  padding: 20px 25px 20px 70px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 22px 22px;
  color: #4a4f55;
  font-weight: 400;
}

.parents-buttons-big .fsElementContent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.parents-buttons-big .fsElementContent ul li {
  padding: 0;
  margin: 0 0 10px 0;
}
.parents-buttons-big .fsElementContent ul li a {
  display: block;
  padding: 24px 0px;
  background-size: 50% 50%;
  font-size: 25px;
  font-weight: 400;
}
.parents-buttons-big .fsElementContent ul li a:hover {
  color: #4a4f55 !important;
}
.parents-buttons-big .fsElementContent ul li:nth-child(1) a {
  background-color: #d26e15;
  color: #fff;
}
.parents-buttons-big .fsElementContent ul li:nth-child(2) a {
  background-color: #2369a7;
  color: #fff;
}
.parents-buttons-big .fsElementContent ul li:nth-child(3) a {
  background-color: #005e63;
  color: #fff;
}

/*--Header--*/
#fsHeader ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.headerContainer {
  background-color: #a32136;
}
.headerContainer > .fsElementContent {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0;
}
.headerContainer > .fsElementContent:before, .headerContainer > .fsElementContent:after {
  content: '';
  display: block;
}
.headerContainer > .fsElementContent:after {
  clear: both;
}
.headerContainer > .fsElementContent {
  zoom: 1;
}
@media (max-width: 1270px) {
  .headerContainer > .fsElementContent {
    padding: 0 3%;
  }
}

.logo {
  float: left;
  padding: 25px 0;
}
@media (max-width: 1010px) {
  .logo a {
    display: block;
    width: 320px;
    padding: 4px 0;
    line-height: 1;
  }
}
@media (max-width: 640px) {
  .logo {
    padding: 14px 0 8px 0;
  }
  .logo a {
    width: 220px;
  }
}

.subsite {
  float: right;
  margin-top: 16px;
  margin-left: 32px;
}
.subsite a {
  display: block;
  color: #FFFFFF;
  text-transform: uppercase;
  font: 700 14px "ff-dagny-web-pro", sans-serif;
  padding-left: 43px;
  border-left: 2px solid #921e30;
  position: relative;
}
.subsite a br {
  display: none;
}
.subsite a em {
  display: block;
  font: italic 300 22px "clavo", sans-serif;
  color: #edd3d7;
  text-transform: none;
}
.subsite a:before {
  content: "+";
  font-size: 24px;
  color: #621420;
  position: absolute;
  margin-top: -15.5px;
  top: 50%;
  left: 20px;
}
.subsite a:hover {
  background: transparent;
  color: white;
}

@media (max-width: 900px) {
  .fsBanner .subsite {
    display: none;
  }
}
#fsHeader .fsSearch {
  float: right;
}
#fsHeader .fsSearch header {
  font-size: 0;
  line-height: 1;
  margin-top: 31px;
  cursor: pointer;
  float: right;
  margin-left: 32px;
}
#fsHeader .fsSearch header:before {
  content: "\f002";
  color: #FFFFFF;
  font-size: 15px;
  cursor: pointer;
  width: 14px;
}

.utilityNav {
  float: right;
  margin-top: 20px;
  position: relative;
}
.utilityNav header {
  display: none;
}
.utilityNav header:hover {
  color: #ddde70;
}
.utilityNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.utilityNav ul li {
  display: block;
  float: left;
  margin-left: 20px;
}
.utilityNav ul li:first-child {
  margin-left: 0;
}
.utilityNav ul li a {
  display: block;
  color: #FFFFFF;
  font: 700 15px "ff-dagny-web-pro", sans-serif;
}
.utilityNav ul li a:hover {
  color: #ddde70;
}
.utilityNav .fsElementContent .fs_style_8 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}
@media (max-width: 1165px) {
  .utilityNav {
    		/*&:hover {
    			header {
    				color: $mc-2;
    			}
    
    			ul {
    				display: block;
    				-webkit-animation: revealNav .25s forwards;
              		animation: revealNav .25s forwards;
              		visibility: visible;
              		opacity: 1;
    			}
    		}*/
  }
  .utilityNav ul {
    position: absolute;
    top: 33px;
    width: 140px;
    left: -11px;
    background-color: #a32136;
    padding: 10px !important;
    z-index: 10000;
    transition: opacity 0.15s linear;
    display: none;
  }
  .utilityNav ul li {
    display: block;
    margin: 0 0 5px 0;
    float: none;
  }
  .utilityNav ul li a {
    font-weight: 400;
    font-size: 14px;
  }
  .utilityNav ul li:last-child {
    margin-bottom: 0;
  }
  .utilityNav header {
    display: block;
    float: left;
    color: #FFFFFF;
    font: 700 15px "ff-dagny-web-pro", sans-serif;
    padding-top: 10px;
    cursor: pointer;
  }
  .utilityNav header p {
    margin-bottom: 0;
    float: left;
  }
  .utilityNav header .fsElementHeaderContent:after {
    content: "\f107";
    float: left;
    font-size: 25px;
    position: relative;
    top: -3px;
    margin-left: 10px;
  }
  .utilityNav > .fsElementContent {
    float: left;
  }
  .utilityNav header:hover + .fsElementContent ul, .utilityNav .fsElementContent ul:hover {
    display: block;
    animation: revealNav .25s forwards;
    visibility: visible;
    opacity: 1;
  }
  .utilityNav header:hover ul {
    display: block;
    animation: revealNav .25s forwards;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 900px) {
  .utilityNav header, .utilityNav ul {
    display: none;
  }
}
@media (max-width: 640px) {
  .utilityNav {
    display: none;
  }
}

.mobileMenuBtn {
  float: right;
  font-size: 0;
  line-height: 1;
  display: none;
}
.mobileMenuBtn p {
  display: none;
}
.mobileMenuBtn .fsElementContent:before {
  content: "\f0c9";
  font-size: 18px;
  color: #FFFFFF;
  cursor: pointer;
  margin-top: 28px;
  margin-left: 20px;
  border-left: 2px solid #921e30;
  padding: 4px 0 5px 20px;
  line-height: 0.8;
}
@media (max-width: 900px) {
  .mobileMenuBtn {
    display: block;
  }
}
@media (max-width: 640px) {
  .mobileMenuBtn .fsElementContent:before {
    margin-top: 14px;
    margin-left: 0;
  }
}
.menu_active .mobileMenuBtn .fsElementContent:before {
  content: "\f00d";
  min-width: 40px;
  line-height: 0.8;
}

.fsBanner .mainNav {
  background-color: #6e7277;
}
.fsBanner .mainNav > .fsElementContent {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0;
}
.fsBanner .mainNav > .fsElementContent:before, .fsBanner .mainNav > .fsElementContent:after {
  content: '';
  display: block;
}
.fsBanner .mainNav > .fsElementContent:after {
  clear: both;
}
.fsBanner .mainNav > .fsElementContent {
  zoom: 1;
}
@media (max-width: 1270px) {
  .fsBanner .mainNav > .fsElementContent {
    padding: 0 3%;
  }
}
@media (max-width: 900px) {
  .fsBanner .mainNav {
    display: none;
  }
}

.headerPhoto {
  overflow: hidden;
}
.headerPhoto img {
  width: 100%;
}
@media (max-width: 1662px) {
  .headerPhoto img {
    width: 100%;
    min-width: 1662px;
    margin-left: -831px;
    position: relative;
    left: 50%;
  }
}
@media (max-width: 900px) {
  .headerPhoto img {
    min-width: 900px;
    margin-left: -450px;
  }
}
@media (max-width: 640px) {
  .headerPhoto img {
    min-width: 624px;
    margin-left: -312px;
  }
}

@media screen and (min-width: 600px) {
  .touch body[data-pageid="1"] .vidContainer {
    height: 500px;
  }
}
.touch body[data-pageid="1"] .homeVid {
  position: relative;
  background-image: url("http://woodward.finalsite.com/uploaded/themes/default_2015/images/tablet_homepage_image.jpg");
  background-position: top;
  background-size: cover;
  height: 500px;
}
.touch body[data-pageid="1"] .homeVid video {
  opacity: 0;
  visibility: hidden;
}

body.fsSection91 .logo {
  font-family: 'Times New Roman', serif;
  font-size: 22px;
  padding: 0;
}
@media (min-width: 641px) {
  body.fsSection91 .logo {
    font-size: 32px;
  }
}
@media (min-width: 1015px) {
  body.fsSection91 .logo {
    font-size: 40px;
  }
}
body.fsSection91 .logo a {
  line-height: 52px;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 641px) {
  body.fsSection91 .logo a {
    line-height: 78px;
  }
}
body.fsSection91 .subsite {
  margin-top: 25px;
}
body.fsSection91 .subsite a:before {
  content: '\e967';
  font-family: 'icomoon';
  left: 15px;
  font-size: 20px;
  top: 18px;
}

.right-btns ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.right-btns a {
  display: block;
}
.right-btns a .btn-text {
  color: #fff;
  width: 70px;
  height: 60px;
  display: block;
  background-color: rgba(164, 31, 53, 0.85);
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.right-btns a .btn-text:before {
  display: block;
  font-size: 20px;
  padding-top: 10px;
  margin-bottom: -5px;
}
.right-btns a .btn-text:hover {
  background-color: #a41f35;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.right-btns li {
  display: inline-block;
}
.right-btns li + li {
  margin-left: 20px;
}
.right-btns .fsElementContent {
  padding: 20px;
  padding-right: 0;
}
.right-btns .fsElementContent li:first-child a .btn-text:before {
  content: "\e901";
  margin-bottom: -2px;
}
.right-btns .fsElementContent li:nth-child(2) a .btn-text:before {
  content: "\f19c";
  padding-bottom: 7px;
}
.right-btns .fsElementContent li:nth-child(3) a .btn-text:before {
  content: "\e900";
  font-size: 19px;
  padding-bottom: 5px;
}
#fsHeader .right-btns {
  position: fixed;
  right: 0;
  top: 55%;
  z-index: 9;
}
#fsHeader .right-btns a {
  position: relative;
  z-index: 1;
}
#fsHeader .right-btns a em {
  background: #fff;
  font-size: 15px;
  display: block;
  color: #a41f35;
  white-space: nowrap;
  font-style: normal;
  padding: 14px;
  padding-right: 80px;
  border: 2px solid #a41f35;
}
#fsHeader .right-btns a:hover {
  opacity: 1;
}
#fsHeader .right-btns a:hover .btn-inner {
  max-width: 999px;
  transition: max-width 0.7s cubic-bezier(0.5, 0, 0.5, 0);
  border: none;
  visibility: visible;
}
#fsHeader .right-btns .btn-inner {
  overflow: hidden;
  max-width: 50px;
  transition: max-width 0.7s cubic-bezier(0, 0.5, 0, 0.5);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  visibility: hidden;
}
#fsHeader .right-btns li {
  display: block;
}
#fsHeader .right-btns li + li {
  margin-left: 0;
  margin-top: 4px;
}
#fsMenu .right-btns .btn-inner {
  display: none;
}

/* Begin Custom Layout Styles */
html {
  background-color: #00383b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#fsPageBodyWrapper {
  background-color: #FFFFFF;
}

body.fsComposeMode .fsTabsNavItem .fsElementActionButtonContainer {
  margin-top: -35px;
}

/*--Leftbanner--*/
/*--Middle--*/
/*--Rightbanner--*/
.imgWrap span {
  font: 700 14px "ff-dagny-web-pro", sans-serif;
  color: #929599;
  line-height: 1;
  display: block;
  width: 100%;
  margin-top: 8px;
}

.background {
  background-color: #f6f6f6;
  font-size: 15px;
}
.background header {
  background-color: #e2e3e3;
  padding: 13px 0 10px 0;
  font: 700 18px "ff-dagny-web-pro", sans-serif;
}
.background header p {
  margin-bottom: 0;
}
.background .fsElementContent {
  padding: 20px;
}
.background p {
  margin-bottom: 18px;
  line-height: 1.3;
}
.background h1 {
  font: 700 18px "ff-dagny-web-pro", sans-serif;
  color: #4a4f55;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.background h2 {
  font-size: 18px;
  margin-bottom: 13px;
}
.background h3 {
  font-size: 15px;
  color: #929599;
  margin-bottom: 12px;
}
@keyframes arrowBounce {
  0%, 20%, 50%, 80%, 100% {
    		/*-webkit-transform: translateY(0);
    		-ms-transform: translateY(0);
       		transform: translateY(0);*/
  }
  40% {
    		/*-webkit-transform: translateY(-10px);
    		-ms-transform: translateY(-10px);
        	transform: translateY(-10px);*/
  }
  60% {
    		/*-webkit-transform: translateY(-5px);
    		-ms-transform: translateY(-5px);
        	transform: translateY(-5px);*/
  }
}
body[data-pageid="15"] .fsEmbed iframe {
  display: none;
}

/* Page Pops */
#fsPagePopHideButton {
  background-color: rgba(21, 21, 21, 0.9);
  padding: 12px;
  text-decoration: none;
  color: #fff;
}

/*--Footer--*/
#fsFooter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footerContainer {
  background-color: #005e63;
}
@media (min-width: 861px) {
  .footerContainer {
    background: #005e63 url("/uploaded/themes/default_2015/images/footerLogo.png") center center no-repeat;
    padding: 60px 0;
  }
}
.footerContainer > .fsElementContent {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.footerContainer > .fsElementContent:before, .footerContainer > .fsElementContent:after {
  content: '';
  display: block;
}
.footerContainer > .fsElementContent:after {
  clear: both;
}
.footerContainer > .fsElementContent {
  zoom: 1;
}
@media (max-width: 950px) {
  .footerContainer {
    padding: 60px 3%;
  }
}
@media (min-width: 641px) and (max-width: 860px) {
  .footerContainer {
    background: #005e63 url("/uploaded/themes/default_2015/images/footerLogo_tab.png") 50% 210px no-repeat;
    padding: 30px 3%;
  }
}
@media (max-width: 640px) {
  .footerContainer > .fsElementContent {
    background: transparent;
  }
}

.info {
  float: left;
}
.info:before, .info:after {
  content: '';
  display: block;
}
.info:after {
  clear: both;
}
.info {
  zoom: 1;
}
.info br {
  display: none;
}
.info ul {
  float: left;
}
.info ul:first-child {
  margin-right: 40px !important;
}
.info ul li {
  color: #ccdfe0;
  font: 400 15px "ff-dagny-web-pro", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
}
.info ul li:first-child {
  font: italic 700 18px "clavo", sans-serif;
  color: #ddde70;
  margin-bottom: 14px;
}
.info ul li:nth-child(2), .info ul li:last-child {
  font-weight: 700;
}
.info ul li:last-child {
  margin-top: 10px;
}
.info ul li a {
  color: #ccdfe0;
}
.info ul li a:hover {
  color: #FFFFFF;
}
@media (max-width: 860px) {
  .info {
    display: table;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .info {
    border-bottom: 2px solid #007a81;
    display: block;
  }
  .info ul {
    float: none;
    display: table;
    margin: 0 auto 30px auto !important;
    margin-bottom: 30px !important;
  }
  .info ul:first-child {
    margin-right: auto !important;
  }
  .info ul li:first-child {
    margin-bottom: 0;
    float: left;
  }
  .info ul li:nth-child(2) {
    float: left;
    margin: 5px 0 0 8px;
  }
  .info ul li:nth-child(3) {
    clear: both;
    padding-top: 14px;
  }
  .info ul li:nth-child(4) {
    margin-left: 9px;
    margin-right: 5px;
  }
  .info ul li:nth-child(4), .info ul li:nth-child(5) {
    float: left;
  }
  .info ul li:last-child {
    clear: both;
    margin: 0;
    padding-top: 10px;
  }
}

.resources {
  float: right;
}
.resources br {
  display: none;
}
.resources ul {
  float: left;
}
.resources ul:first-child {
  margin: 12px 40px 0 10px !important;
}
.resources ul:first-child li {
  color: #ccdfe0;
  font: 700 15px "ff-dagny-web-pro", sans-serif;
  margin-bottom: 5px;
}
.resources ul:first-child li:first-child {
  margin-bottom: 15px;
}
.resources ul:first-child li:first-child, .resources ul:first-child li:first-child a {
  color: #FFFFFF;
  text-transform: uppercase;
}
.resources ul:first-child li a {
  color: #ccdfe0;
  font: 700 15px "ff-dagny-web-pro", sans-serif;
}
.resources ul:first-child li a:hover {
  color: #FFFFFF;
}
.resources ul:last-child {
  margin-top: 12px !important;
}
.resources ul:last-child li {
  display: block;
  margin-bottom: 10px;
}
.resources ul:last-child li a {
  display: block;
  border: 1px solid #ddde70;
  min-width: 150px;
  text-align: center;
  font: 700 17px "ff-dagny-web-pro", sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 6px 5px 4px 5px;
}
.resources ul:last-child li a:hover {
  color: #005e63;
  background-color: #ddde70;
}
.resources ul:last-child li:first-child a:before {
  content: "\f185";
  color: #ddde70;
  font-size: 18px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.resources ul:last-child li:first-child a:hover:before {
  color: #7c7c2b;
}
.resources ul:last-child li:nth-child(2) a:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 16px;
  background: url("/uploaded/themes/default_2015/images/wa.png") 0 0 no-repeat;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.resources ul:last-child li:nth-child(2) a:hover:before {
  background: url("/uploaded/themes/default_2015/images/wa_on.png") 0 0 no-repeat;
}
.resources ul:last-child li:last-child {
  margin-bottom: 0;
}
@media (max-width: 860px) {
  .resources {
    float: none;
  }
  .resources ul:first-child {
    margin-left: 0px;
  }
  .resources ul:last-child {
    float: right;
  }
}
@media (max-width: 640px) {
  .resources {
    margin-top: 30px;
  }
  .resources ul {
    float: none;
    display: block;
  }
  .resources ul:first-child {
    text-align: center;
    margin: 0 !important;
  }
  .resources ul:first-child li {
    width: 50%;
    display: block;
    float: left;
    margin-bottom: 12px;
  }
  .resources ul:first-child li:first-child {
    width: 100%;
    display: block;
    float: none;
  }
  .resources ul:last-child {
    clear: both;
    margin-top: 0 !important;
    padding-top: 23px !important;
    float: none;
  }
  .resources ul:last-child li {
    display: block;
    margin-bottom: 10px;
  }
  .resources ul:last-child li a {
    display: block;
    border: 1px solid #ddde70;
    min-width: 150px;
    text-align: center;
    font: 700 17px "ff-dagny-web-pro", sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 6px 5px 4px 5px;
  }
  .resources ul:last-child li:first-child a:before {
    content: "\f185";
    color: #ddde70;
    font-size: 18px;
    position: relative;
    top: -2px;
    margin-right: 5px;
  }
  .resources ul:last-child li:nth-child(2) a:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 16px;
    background: url("/uploaded/themes/default_2015/images/wa.png") 0 0 no-repeat;
    margin-right: 8px;
    position: relative;
    top: 2px;
  }
}

.footerContainer2 {
  padding: 25px 0;
}
.footerContainer2 > .fsElementContent {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.footerContainer2 > .fsElementContent:before, .footerContainer2 > .fsElementContent:after {
  content: '';
  display: block;
}
.footerContainer2 > .fsElementContent:after {
  clear: both;
}
.footerContainer2 > .fsElementContent {
  zoom: 1;
}
.footerContainer2 .poweredby {
  float: left;
  width: 33.3333%;
}
.footerContainer2 .social {
  float: left;
  width: 33.3333%;
  margin-right: 0;
}
.footerContainer2 .social ul {
  float: right;
}
.footerContainer2 .social ul li {
  display: block;
  float: left;
  margin-left: 20px;
  line-height: 0;
}
.footerContainer2 .social ul li:first-child {
  margin-left: 0;
}
.footerContainer2 .social ul li a {
  color: #669ea1;
  font-size: 0;
}
.footerContainer2 .social ul li a:before {
  font-size: 18px;
}
.footerContainer2 .social ul li a:hover {
  color: #FFFFFF;
}
.footerContainer2 .social ul li:first-child a:before {
  content: "\f09a";
}
.footerContainer2 .social ul li:nth-child(2) a:before {
  content: "\f099";
}
.footerContainer2 .social ul li:nth-child(3) a:before {
  content: "\f16d";
}
.footerContainer2 .social ul li:nth-child(4) a:before {
  content: "\f167";
}
.footerContainer2 .social ul li:last-child a:before {
  content: "\f09e";
}
.footerContainer2 .footerLinks {
  float: left;
  width: 33.3333%;
}
.footerContainer2 .footerLinks ul {
  text-align: center;
}
.footerContainer2 .footerLinks ul li {
  display: inline-block;
  vertical-align: top;
  line-height: 0.8;
  margin: 0 9px;
}
.footerContainer2 .footerLinks ul li:first-child {
  margin-left: 0;
}
.footerContainer2 .footerLinks ul li:last-child {
  margin-right: 0;
}
.footerContainer2 .footerLinks ul li a {
  color: #669ea1;
  font: 700 13px "ff-dagny-web-pro", sans-serif;
}
.footerContainer2 .footerLinks ul li a:hover {
  color: #FFFFFF;
}
@media (max-width: 950px) {
  .footerContainer2 {
    padding: 25px 3%;
  }
}
@media (max-width: 640px) {
  .footerContainer2 .poweredby, .footerContainer2 .social, .footerContainer2 .footerLinks {
    float: none;
    display: table;
    width: auto;
    margin: 0 auto;
    line-height: 1;
  }
  .footerContainer2 .poweredby ul li, .footerContainer2 .social ul li, .footerContainer2 .footerLinks ul li {
    line-height: 1;
  }
  .footerContainer2 .poweredby {
    margin-bottom: 12px;
  }
  .footerContainer2 .social {
    margin-top: 9px;
  }
}

#fsPoweredByFinalsite {
  float: left;
  width: 33.33%;
}
@media (max-width: 640px) {
  #fsPoweredByFinalsite {
    float: none;
    margin: 0 auto 15px;
    width: 132px;
  }
}

/* We need to include this for now */
.poweredby a {
  display: inline-block;
  width: 132px;
  height: 21px;
  text-indent: -9999em;
  background: url("http://newcss.finalsite.com/141212/images/poweredBy.svg") 0 0 no-repeat;
  opacity: 0.5;
}

/* Styles Manager Styles */
/*Lead In*/
.fs_style_1 {
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #929599;
  line-height: 1.2;
}
@media (max-width: 640px) {
  .fs_style_1 {
    font-size: 17px;
    line-height: 1.2;
  }
}

/*Callout*/
.fs_style_2 {
  display: block;
  background-color: rgba(221, 222, 112, 0.5);
  color: #4a4f55;
  font-size: 28px;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 700;
  padding: 15px 20px;
  line-height: 1.1;
  width: 100% !important;
  float: none !important;
}
.fs_style_2 a:before {
  display: none;
}

/*Inline Element Widths*/
.fs_style_3 {
  width: 50%;
}

.fs_style_4 {
  width: 33.333%;
}

.fs_style_5 {
  width: 25%;
}

@media (max-width: 640px) {
  .fs_style_3, .fs_style_4, .fs_style_5 {
    width: 100%;
  }
}
/*Alignment Styles*/
.fs_style_6 {
  float: left;
  margin: 0 20px 20px 0;
}
@media (max-width: 640px) {
  .fs_style_6 {
    margin: 0 0 20px 0;
  }
}

.fs_style_7 {
  float: right;
  margin: 0 0 20px 20px;
}
@media (max-width: 640px) {
  .fs_style_7 {
    margin: 0 0 20px 0;
  }
}

/*Rounded Button*/
.fs_style_8 {
    color: #ffffff;
    background-color: #a41f35;
    text-transform: uppercase;
    font: 700 14px "din-2014", sans-serif;
    padding: 14px 20px 12px 20px;
    display: inline-block;
    border-radius: 0;
    text-align: center;
    line-height: 1;
}
.fs_style_8:hover {
  color: #edd3d7;
  background-color: #410d16;
}
.fs_style_8:before {
  display: none;
}

#fsPageBody .fs_style_8 {
  color: #ffffff;
  background-color: #a41f35;
  text-transform: uppercase;
  font: 700 14px "din-2014", sans-serif;
  padding: 14px 20px 12px 20px;
  display: inline-block;
  border-radius: 0px;
  text-align: center;
  line-height: 1;
  margin-bottom: 5px;
}
#fsPageBody .fs_style_8:hover {
  color: #edd3d7;
  background-color: #410d16;
}
#fsPageBody .fs_style_8:before {
  display: none;
}

/* .fs_style_9 is used for the Quote Author style which can be found in _typography.scss */
/* .fs_style_10 is used to generate image captions - used both for js purposes */
/* Button 2 */
.fs_style_11 {
  background-color: rgba(221, 222, 112, 0.5);
  border: 1px solid #ddde70;
  color: #005e63;
  text-align: center;
  display: block;
  font: 700 17px "ff-dagny-web-pro", sans-serif;
  text-transform: uppercase;
  padding: 12px 12px 11px 12px;
}
.fs_style_11:hover {
  background-color: #ddde70 !important;
}

/* Button 2 Subtext */
.fs_style_12 {
  display: block;
  color: #7c7c2b;
  font: 700 15px "ff-dagny-web-pro", sans-serif;
  text-transform: none;
  margin-top: -2px;
}

/* Word Doc Icon */
.fs_style_13:before {
  content: "\f1c2";
}

/* Image File Icon */
.fs_style_14:before {
  content: "\f1c5";
}

/* PDF Icon */
.fs_style_15:before {
  content: "\f1c1";
}

.fs_style_13, .fs_style_14, .fs_style_15 {
  position: relative;
  padding-left: 24px;
  display: block;
}
.fs_style_13:before, .fs_style_14:before, .fs_style_15:before {
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.fs_style_13:hover, .fs_style_14:hover, .fs_style_15:hover {
  color: #621420;
  background: transparent !important;
}

/* Circular Image */
.fs_style_16 {
  display: block;
  border-radius: 50%;
}

/* List w/ no bullets */
.fs_style_17 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font: 700 15px "ff-dagny-web-pro", sans-serif;
}
.fs_style_17 li {
  display: block;
  margin-bottom: 21px;
}
.fs_style_17 li:last-child {
  margin-bottom: 0;
}

.circle-style {
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.circle-style img {
  opacity: 0;
  visibility: hidden;
  margin: 0 !important;
}

.teamsContainer a {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color .25s linear, background .25s linear, opacity .25s linear, border-color .25s linear;
}
.teamsContainer a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(221, 222, 112, 0.5);
  content: "";
  -ms-transform: scaleY(0.618) translateX(-100%);
  transform: scaleY(0.618) translateX(-100%);
  transition: transform 0.3s;
}
.teamsContainer a:hover:before {
  -ms-transform: scaleY(0.618) translateX(0);
  transform: scaleY(0.618) translateX(0);
}

[data-pageid="241"] .fame-slide:last-child {
  opacity: 0;
  visibility: hidden;
}

/* fs_style_18 used in conjunction with blockquote styles (for news manager purposes) */
/*hide in "desktop" view*/
.stbBtn {
  display: none;
}

.stbContent {
  display: block;
}

/* mobile only */
@media only screen and (max-width: 640px) {
  .secondaryNav.fsNavigation {
    padding: 0;
    background: rgba(221, 222, 112, 0.5);
  }
  .secondaryNav.fsNavigation nav > ul > li {
    padding: 0 !important;
    border: 0 none !important;
  }
  .secondaryNav.fsNavigation nav > ul > li > a {
    padding: 12px 0 !important;
  }
  .secondaryNav.fsNavigation nav > ul > li > a:before {
    display: none !important;
  }
  .secondaryNav.fsNavigation nav > ul > li > a:hover {
    color: #a32136 !important;
  }
  .secondaryNav .stbContainer {
    border: 1px solid #ddde70;
  }
  .secondaryNav .stbContent {
    display: none;
    padding: 0 20px;
    border-top: 1px solid #ddde70;
  }
  .secondaryNav .stbBtn {
    display: inline-block !important;
    cursor: pointer !important;
    font: 700 15px "ff-dagny-web-pro", sans-serif;
    color: #005e63;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    padding: 12px 0 9px 0;
    transition: background 100ms, color 100ms;
  }
  .secondaryNav .stbBtn span:before {
    content: "\f0c9";
    position: relative;
    top: -1px;
    margin-right: 10px;
    font-size: 14px;
    color: #7c7c2b;
  }
  .secondaryNav .stbBtn.active span:before {
    content: "\f0c9";
  }
}

@media only screen and (max-width: 640px) {
  .stickyNav #nav7, .stickyNav #nav9, .artsNav #nav7, .artsNav #nav9 {
    padding: 20px 3% 0 3%;
  }
  .stickyNav #nav7 .artsSubNav, .stickyNav #nav9 ul, .artsNav #nav7 .artsSubNav, .artsNav #nav9 ul {
    margin: 0 !important;
    text-align: left !important;
    overflow: hidden !important;
  }
  .stickyNav #nav7 .artsSubNav li, .stickyNav #nav9 ul li, .artsNav #nav7 .artsSubNav li, .artsNav #nav9 ul li {
    display: block !important;
    width: 100%;
    margin: 0 !important;
    padding: 5px 3% !important;
    font-size: 14px !important;
  }
  .stickyNav #nav7 .artsSubNav li:after, .stickyNav #nav9 ul li:after, .artsNav #nav7 .artsSubNav li:after, .artsNav #nav9 ul li:after {
    display: none !important;
  }
  .stickyNav .stbContainer, .artsNav .stbContainer {
    position: relative;
  }
  .stickyNav .stbContent, .artsNav .stbContent {
    display: none;
    padding: 10px 0 !important;
    position: absolute;
    top: 57px;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 10000;
  }
  .stickyNav #nav9 .stbContent, .artsNav #nav9 .stbContent {
    top: 66px;
  }
  .stickyNav .stbBtn, .artsNav .stbBtn {
    border-bottom: 4px solid #a32136;
    display: inline-block !important;
    cursor: pointer !important;
    font: 700 17px "ff-dagny-web-pro", sans-serif;
    color: #4c4c4c;
    display: block;
    width: 100%;
    padding: 0 0 8px 0;
    line-height: 1;
    transition: background 100ms, color 100ms;
  }
  .stickyNav .stbBtn span:after, .artsNav .stbBtn span:after {
    content: "\f01a";
    position: relative;
    font-size: 17px;
    color: #929599;
    float: right;
    display: block;
  }
  .stickyNav .stbBtn.active span:after, .artsNav .stbBtn.active span:after {
    content: "\f01b";
  }
}

body[data-pageid="16"] .fsPageTitle {
  margin-bottom: 35px;
}

.staff-directory > header:first-child {
  margin-bottom: 15px;
}
@media (min-width: 640px) {
  .staff-directory > header:first-child {
    margin-bottom: -15px;
  }
}
.staff-directory input {
  border: 1px solid #e1e3e3;
  background-color: #f5f5f5;
  width: 100%;
  outline: 0;
  padding: 10px;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 15px;
  font-weight: bold;
}
.staff-directory label {
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
  position: relative;
}
@media (min-width: 500px) {
  .staff-directory label {
    width: 48%;
  }
}
.staff-directory label.on span {
  display: none;
}
.staff-directory label.last, .staff-directory label.keywords {
  float: right;
}
.staff-directory label span {
  position: absolute;
  line-height: 41px;
  left: 10px;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 15px;
  font-weight: bold;
  opacity: .35;
  display: none;
}
.staff-directory .fsConstituentSearchButton {
  width: 270px;
  height: 40px;
  border-radius: 20px;
  background-clip: padding-box;
  background-color: #61131f;
  color: #fff;
  color: #ecd2d7;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  transition: .3s;
  margin: 0 auto;
}
.staff-directory .fsConstituentSearchButton:hover {
  color: #edd3d7;
  background-color: #410d16;
  transition: .3s;
}
.staff-directory label.fsFieldLabel.last {
  float: left !important;
}

.fsSearch.staff-directory label:nth-child(5) {
  display: inline-block;
}

@media (min-width: 1000px) {
  .fsSearch.staff-directory .fsConstituentSearchButton {
    position: absolute;
    right: 185px;
    bottom: 23px;
  }

  .fsConstituent.staff-directory {
    position: relative;
  }
}
.staff-directory-list .fsDepartments, .staff-directory-list .fsEmail, .staff-directory-list .fsPhones, .staff-directory-list .fsLocations {
  font-weight: bold;
  margin-bottom: 5px;
}
.staff-directory-list .fsDepartments strong, .staff-directory-list .fsEmail strong, .staff-directory-list .fsPhones strong, .staff-directory-list .fsLocations strong {
  display: none;
}
.staff-directory-list .fsDepartments div, .staff-directory-list .fsEmail div, .staff-directory-list .fsPhones div, .staff-directory-list .fsLocations div {
  padding: 0 !important;
}
.staff-directory-list .fsEmail {
  line-height: 1;
}

.curriculum-page .right-btns {
  display: none;
}
@media (min-width: 700px) {
  .curriculum-page .right-btns {
    display: block;
  }
}
.curriculum-page .fsTabs > .fsElementContent > ul {
  opacity: 0;
}
.curriculum-page .fsTabs > .fsElementContent > ul.ui-tabs-nav {
  opacity: 1;
}
.curriculum-page .fsElementEmpty {
  font-size: 0;
}
.curriculum-page .fsElementEmpty:before {
  content: 'No classes to display.';
  font-size: 16px;
  font-weight: 400;
  font-size: 17px;
  font-family: "din-2014", sans-serif;
  line-height: 25px;
}
.curriculum-page .fsLayout {
  margin: 0;
}
.curriculum-page .fsDialogContent .fsSummary br {
  display: none;
}
.curriculum-page .fsElementTitle {
  font: 700 18px "din-2014", sans-serif;
  color: #4a4f55;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.curriculum-page .fsTab {
  padding: 0 !important;
}
.curriculum-page .fsTabs .ui-tabs .ui-tabs-nav {
  margin-bottom: 30px;
  display: block !important;
}
.curriculum-page .fsTabs .ui-tabs .ui-tabs-nav li {
  background-color: transparent;
  border-radius: 0;
  color: #A32136;
  border: 1px solid #4FA071;
  margin-left: 0;
  height: 56px;
  width: 211px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: .45px;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 450px) {
  .curriculum-page .fsTabs .ui-tabs .ui-tabs-nav li {
    width: 50%;
  }
  .curriculum-page .fsTabs .ui-tabs .ui-tabs-nav li a {
    font-size: 13px;
    padding: 9px 20px 9px 20px;
  }
}
.curriculum-page .fsTabs .ui-tabs .ui-tabs-nav li a {
  color: #A32136;
  font-family: "ff-dagny-web-pro", sans-serif;
}
.curriculum-page .fsTabs .ui-tabs .ui-tabs-nav li.ui-state-active {
  background-color: #4FA071;
  color: #fff;
}
.curriculum-page .fsTabs .ui-tabs .ui-tabs-nav li.ui-state-active a {
  color: #fff;
}
.curriculum-page .fsPostToolsElement.fsSearch .fsElementToolsSearch {
  max-width: 422px;
  position: relative;
}
.curriculum-page .fsPostToolsElement.fsSearch input {
  max-width: 422px;
  height: 56px;
  padding-left: 20px;
  background: #F6F6F6;
  border: 1px solid #4FA071;
  border-radius: 0;
}
.curriculum-page .fsPostToolsElement.fsSearch .fsButtonClear {
  display: none;
}
.curriculum-page .fsPostToolsElement.fsSearch .fsElementToolsSearchButton {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: none;
}
.curriculum-page .fsPostToolsElement.fsSearch .fsElementToolsSearchButton:before {
  content: "\f002";
  color: #A32136;
  font-size: 15px;
  cursor: pointer;
  width: 14px;
  font-family: 'icomoon';
  transition: 0.3s color;
}
.curriculum-page .fsPostToolsElement.fsSearch .fsElementToolsSearchButton:hover:before {
  color: #000;
  transition: 0.3s color;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 0 -10px;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li {
  width: 145px;
  height: 139px;
  margin: 0 10px 20px 10px;
  padding: 0;
}
@media (max-width: 450px) {
  .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li {
    width: calc(50% - 20px);
  }
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li a {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border: 1px solid #B7B7B7;
  background: #fff;
  color: #fff;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 400;
  color: #6E7277;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding-bottom: 20px;
  padding: 0 0 20px 0;
  transition: background-color .15s ease-in-out, color .15s ease-in-out;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li a:before {
  content: "";
  font-family: 'icomoon';
  font-size: 55px;
  font-weight: normal;
  text-align: center;
  display: block;
  margin-bottom: 15px;
  color: #A32136;
  transition: background-color .15s ease-in-out, color .15s ease-in-out;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsStateSelected a {
  border: 1px solid #A32136;
  background: #A32136;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 400 !important;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li:hover a:before, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsStateSelected a:before {
  color: #fff !important;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-562:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-562.fsStateSelected a {
  border: 1px solid #6fcfe6;
  background: #6fcfe6;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-562 a:before {
  color: #6fcfe6;
  content: "";
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-535:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-535.fsStateSelected a {
  border: 1px solid #ef6e88;
  background: #ef6e88;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-535 a:before {
  color: #ef6e88;
  content: "";
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-536:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-536.fsStateSelected a {
  border: 1px solid #a969a0;
  background: #a969a0;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-536 a:before {
  color: #a969a0;
  content: "";
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-561:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-561.fsStateSelected a {
  border: 1px solid #faa53f;
  background: #faa53f;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-561 a:before {
  color: #faa53f;
  content: "";
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-555:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-555.fsStateSelected a {
  border: 1px solid #4ea172;
  background: #4ea172;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-555 a:before {
  color: #4ea172;
  content: "";
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-556:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-556.fsStateSelected a {
  border: 1px solid #6fcfe6;
  background: #6fcfe6;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-556 a:before {
  color: #6fcfe6;
  content: "";
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-557:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-557.fsStateSelected a {
  border: 1px solid #0c6970;
  background: #0c6970;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-557 a:before {
  color: #0c6970;
  content: "";
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-563:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-563.fsStateSelected a {
  border: 1px solid #a41f35;
  background: #a41f35;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-563 a:before {
  color: #a41f35;
  content: "";
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-559:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-559.fsStateSelected a {
  border: 1px solid #faa441;
  background: #faa441;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-559 a:before {
  color: #faa441;
  content: "";
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-560:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-560.fsStateSelected a {
  border: 1px solid #ee6e87;
  background: #ee6e87;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-560 a:before {
  color: #ee6e87;
  content: "";
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-537:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-537.fsStateSelected a {
  border: 1px solid #6fcfe6;
  background: #6fcfe6;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-537 a:before {
  color: #6fcfe6;
  content: "";
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-538:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-538.fsStateSelected a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-565:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-565.fsStateSelected a {
  border: 1px solid #ef6e88;
  background: #ef6e88;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-538 a:before, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-565 a:before {
  color: #ef6e88;
  content: "";
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-539:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-539.fsStateSelected a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-551:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-551.fsStateSelected a {
  border: 1px solid #a969a0;
  background: #a969a0;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-539 a:before, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-551 a:before {
  color: #a969a0;
  content: "";
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-531:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-531.fsStateSelected a {
  border: 1px solid #faa53f;
  background: #faa53f;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-531 a:before {
  color: #faa53f;
  content: "";
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-540:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-540.fsStateSelected a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-552:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-552.fsStateSelected a {
  border: 1px solid #4ea172;
  background: #4ea172;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-540 a:before, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-552 a:before {
  color: #4ea172;
  content: "";
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-541:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-541.fsStateSelected a {
  border: 1px solid #A32136;
  background: #A32136;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-541 a:before {
  color: #A32136;
  content: "";
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-534:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-534.fsStateSelected a {
  border: 1px solid #6fcfe6;
  background: #6fcfe6;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-534 a:before {
  color: #6fcfe6;
  content: "";
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-542:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-542.fsStateSelected a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-566:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-566.fsStateSelected a {
  border: 1px solid #ef6e88;
  background: #ef6e88;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-542 a:before, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-566 a:before {
  color: #ef6e88;
  content: "";
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-543:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-543.fsStateSelected a {
  border: 1px solid #a969a0;
  background: #a969a0;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-543 a:before {
  color: #a969a0;
  content: "";
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-544:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-544.fsStateSelected a {
  border: 1px solid #6fcee5;
  background: #6fcee5;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-544 a:before {
  color: #6fcee5;
  content: "";
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-545:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-545.fsStateSelected a {
  border: 1px solid #0c6970;
  background: #0c6970;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-545 a:before {
  color: #0c6970;
  content: "";
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-546:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-546.fsStateSelected a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-558:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-558.fsStateSelected a {
  border: 1px solid #A32136;
  background: #A32136;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-546 a:before, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-558 a:before {
  color: #A32136;
  content: "";
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-547:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-547.fsStateSelected a {
  border: 1px solid #faa441;
  background: #faa441;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-547 a:before {
  color: #faa441;
  content: "";
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-548:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-548.fsStateSelected a {
  border: 1px solid #ee6e87;
  background: #ee6e87;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-548 a:before {
  color: #ee6e87;
  content: "";
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-564:hover a, .curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-564.fsStateSelected a {
  border: 1px solid #6fcee5;
  background: #6fcee5;
}
.curriculum-page .fsPostToolsElement.fsCategoryFilter ul li.fsCategory-564 a:before {
  color: #6fcee5;
  content: "";
}
.curriculum-page .fsPostToolsElement.fsTagFilter li {
  padding: 0;
  margin: 0 3px 3px 0px;
}
.curriculum-page .fsPostToolsElement.fsTagFilter li a {
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 400 !important;
  color: #6E7277;
  text-decoration: none !important;
  letter-spacing: 0.5px;
  padding: 8px 15px;
}
.curriculum-page .fsPostToolsElement.fsTagFilter li.fsStateSelected a, .curriculum-page .fsPostToolsElement.fsTagFilter li:hover a {
  color: #fff;
  background: #A32136;
  color: #fff;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems {
  margin: 0;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article {
  border: 1px solid #999;
  padding: 0;
  margin: 0.5% 1% 0.5% 0;
  margin: 7px 1% 7px 0;
  animation: 1s linear 0s normal forwards 1 fadeIn;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 600px) {
  .curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article {
    width: 49%;
  }
}
@media (min-width: 800px) {
  .curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article {
    width: 32.33%;
  }
}
@media (min-width: 1000px) {
  .curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article {
    width: 24%;
  }
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article .fsTitle {
  padding: 0 1em 1em;
  text-align: center;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article .fsTitle a.fsPostLink {
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 600;
  color: #6E7277 !important;
  font-size: 14px !important;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 16px;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article .fsTitle a.fsPostLink:hover {
  color: #a7a7a7;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article ul {
  padding: 0;
  margin: 0 auto 1em;
  width: 100%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-562 .fsCategory {
  background-color: #6fcfe6;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-562 .fsCategory:before {
  content: '\e908';
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-535 .fsCategory {
  background-color: #ef6e88;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-535 .fsCategory:before {
  content: "";
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-536 .fsCategory {
  background-color: #a969a0;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-536 .fsCategory:before {
  content: "";
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-561 .fsCategory {
  background-color: #faa53f;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-561 .fsCategory:before {
  content: "";
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-555 .fsCategory {
  background-color: #4ea172;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-555 .fsCategory:before {
  content: "";
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-556 .fsCategory {
  background-color: #6fcfe6;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-556 .fsCategory:before {
  content: "";
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-557 .fsCategory {
  background-color: #0c6970;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-557 .fsCategory:before {
  content: "";
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-563 .fsCategory {
  background-color: #a41f35;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-563 .fsCategory:before {
  content: "";
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-559 .fsCategory {
  background-color: #faa441;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-559 .fsCategory:before {
  content: "";
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-560 .fsCategory {
  background-color: #ee6e87;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-560 .fsCategory:before {
  content: "";
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-537 .fsCategory {
  background-color: #6fcfe6;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-537 .fsCategory:before {
  content: "";
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-538 .fsCategory, .curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-565 .fsCategory {
  background-color: #ef6e88;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-538 .fsCategory:before, .curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-565 .fsCategory:before {
  content: "";
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-539 .fsCategory, .curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-551 .fsCategory {
  background-color: #a969a0;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-539 .fsCategory:before, .curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-551 .fsCategory:before {
  content: "";
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-531 .fsCategory {
  background-color: #faa53f;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-531 .fsCategory:before {
  content: "";
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-540 .fsCategory, .curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-552 .fsCategory {
  background-color: #4ea172;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-540 .fsCategory:before, .curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-552 .fsCategory:before {
  content: "";
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-541 .fsCategory {
  background-color: #A32136;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-541 .fsCategory:before {
  content: "";
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-534 .fsCategory {
  background-color: #6fcfe6;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-534 .fsCategory:before {
  content: "";
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-542 .fsCategory, .curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-566 .fsCategory {
  background-color: #ef6e88;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-542 .fsCategory:before, .curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-566 .fsCategory:before {
  content: "";
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-543 .fsCategory {
  background-color: #a969a0;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-543 .fsCategory:before {
  content: "";
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-544 .fsCategory {
  background-color: #6fcee5;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-544 .fsCategory:before {
  content: "";
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-545 .fsCategory {
  background-color: #0c6970;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-545 .fsCategory:before {
  content: "";
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-546 .fsCategory, .curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-558 .fsCategory {
  background-color: #A32136;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-546 .fsCategory:before, .curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-558 .fsCategory:before {
  content: "";
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-547 .fsCategory {
  background-color: #faa441;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-547 .fsCategory:before {
  content: "";
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-548 .fsCategory {
  background-color: #ee6e87;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-548 .fsCategory:before {
  content: "";
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-564 .fsCategory {
  background-color: #6fcee5;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article.fsCategory-564 .fsCategory:before {
  content: "";
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article .fsCategory {
  display: block;
  padding: 14px 18px;
  margin: 0;
  text-align: center;
  color: #fff;
  background-color: #a7a7a7;
  height: 54px;
  letter-spacing: normal;
  text-transform: none;
  font-weight: normal;
  font-family: "ff-dagny-web-pro", sans-serif;
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article .fsCategory:before {
  content: "\f19c";
  font-family: 'icomoon';
  font-size: 20px;
  font-weight: normal;
  vertical-align: middle;
  position: absolute;
  -ms-transform: translate(-23px, 0);
  transform: translate(-23px, 0);
}
.curriculum-page .fsTabs .fsPostElement.fsGrid .fsListItems > article .fsTags {
  display: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.fsHasTheme2 {
  /* Discover Special Treatment Styles */
  /*Discover Sections*/
}
body.fsHasTheme2 #fsPageBodyWrapper #fsPageBody {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}
body.fsHasTheme2 #fsPageBodyWrapper #fsPageBody #fsPageContent > .fsLayout > .fsDiv > .fsElement {
  margin-bottom: 0;
}
.sticky #fsPageContent > .fsLayout > .fsDiv {
  padding-top: 165px;
}
@media (max-width: 768px) {
  .sticky #fsPageContent > .fsLayout > .fsDiv {
    padding-top: 102px;
  }
}
@media (max-width: 640px) {
  .sticky #fsPageContent > .fsLayout > .fsDiv {
    padding-top: 0;
  }
}
body.fsHasTheme2 #fsPageContent > .fsLayout > .fsDiv > .fsElement:first-child, body.fsHasTheme2 #fsPageContent > .fsLayout > .fsDiv .stickyNav > .fsElementContent {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
@media (max-width: 950px) {
  body.fsHasTheme2 #fsPageContent > .fsLayout > .fsDiv > .fsElement:first-child, body.fsHasTheme2 #fsPageContent > .fsLayout > .fsDiv .stickyNav > .fsElementContent {
    padding-left: 3%;
    padding-right: 3%;
  }
}
body.fsHasTheme2 #fsPageContent > .fsLayout > .fsDiv > .fsElement:first-child > p {
  margin-bottom: 0;
}
body.fsHasTheme2 .stickyNav {
  padding: 50px 0 65px 0;
  border-bottom: 1px solid #dbdcdd;
}
body.sticky .stickyNav {
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
body.fsHasTheme2 .stickyNav > .fsElementContent {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.fsHasTheme2 .stickyNav > .fsElementContent ul {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  overflow: visible !important;
}
body.fsHasTheme2 .stickyNav > .fsElementContent ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 25px;
  padding: 0;
  opacity: 0.5;
  font: 700 17px "ff-dagny-web-pro", sans-serif;
  color: #4a4f55;
  cursor: pointer;
  transition: opacity 0.5s;
}
body.fsHasTheme2 .stickyNav > .fsElementContent ul li:before {
  display: none !important;
}
body.fsHasTheme2 .stickyNav > .fsElementContent ul li:after {
  content: "";
  width: 50px;
  height: 5px;
  display: block;
  position: relative;
  margin-left: 50%;
  left: -25px;
  background-color: #000000;
  top: 14px;
}
body.fsHasTheme2 .stickyNav > .fsElementContent ul li:first-child:after {
  background-color: #a32136;
}
body.fsHasTheme2 .stickyNav > .fsElementContent ul li:nth-child(2):after {
  background-color: #ddde70;
}
body.fsHasTheme2 .stickyNav > .fsElementContent ul li:nth-child(3):after {
  background-color: #005e63;
}
body.fsHasTheme2 .stickyNav > .fsElementContent ul li:nth-child(4):after {
  background-color: #d26e15;
}
body.fsHasTheme2 .stickyNav > .fsElementContent ul li:last-child:after {
  background-color: #2369a7;
}
body.fsHasTheme2 .stickyNav > .fsElementContent ul li:hover, body.fsHasTheme2 .stickyNav > .fsElementContent ul li.current-section {
  opacity: 1;
}
@media (max-width: 768px) {
  body.fsHasTheme2 .stickyNav {
    padding: 18px 0 34px 0;
  }
}
@media (max-width: 640px) {
  body.fsHasTheme2 .stickyNav {
    position: static !important;
  }
  body.sticky .stickyNav #nav9 {
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
}
body.fsHasTheme2 .photo {
  margin-bottom: 40px;
}
body.fsHasTheme2 .photo header {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: -28px;
  top: 50%;
}
body.fsHasTheme2 .photo header h2 {
  font-size: 70px;
  color: #FFFFFF;
}
body.fsHasTheme2 .photo img {
  width: 100%;
  margin: 0;
}
@media (max-width: 950px) {
  body.fsHasTheme2 .photo header {
    margin-top: -20px;
  }
  body.fsHasTheme2 .photo header h2 {
    font-size: 50px;
  }
}
@media (max-width: 640px) {
  body.fsHasTheme2 .photo header {
    margin-top: -12px;
  }
  body.fsHasTheme2 .photo header h2 {
    font-size: 30px;
  }
}
body.fsHasTheme2 .contentBlock:not(.fsStateEditable) {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.2;
}
body.fsHasTheme2 .contentBlock:not(.fsStateEditable) p {
  margin-bottom: 15px;
}
body.fsHasTheme2 .contentBlock:not(.fsStateEditable) > .fsDiv {
  margin: 0;
  width: 50%;
  display: none;
}
body.fsHasTheme2 .contentBlock:not(.fsStateEditable) > .fsDiv > .fsElement {
  margin: 0 !important;
}
body.fsHasTheme2 .contentBlock:not(.fsStateEditable) .content-photo {
  display: block;
  position: relative;
}
body.fsHasTheme2 .contentBlock:not(.fsStateEditable) .content-photo > .fsElement {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
body.fsHasTheme2 .contentBlock:not(.fsStateEditable) .content-photo img {
  margin: 0;
  display: none;
}
body.fsHasTheme2 .contentBlock:not(.fsStateEditable) .content-photo .imgCap {
  position: absolute;
  left: 20px;
  bottom: 15px;
  display: block;
  color: #FFFFFF;
  font: 700 14px "ff-dagny-web-pro", sans-serif;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
body.fsHasTheme2 .contentBlock:not(.fsStateEditable) > .fsDiv:not(.content-photo) {
  display: block;
  background-color: #a32136;
  padding: 80px;
  font: 700 24px "ff-dagny-web-pro", sans-serif;
  color: #FFFFFF;
}
body.fsHasTheme2 .contentBlock:not(.fsStateEditable) > .fsDiv:not(.content-photo) > .fsElement {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1270px) {
  body.fsHasTheme2 .contentBlock:not(.fsStateEditable) {
    padding: 0 3%;
  }
  body.fsHasTheme2 .contentBlock:not(.fsStateEditable) > .fsDiv:not(.content-photo) {
    padding: 60px 40px;
    font-size: 20px;
    color: #FFFFFF;
  }
}
@media (max-width: 950px) {
  body.fsHasTheme2 .contentBlock:not(.fsStateEditable) {
    padding: 0 3%;
  }
  body.fsHasTheme2 .contentBlock:not(.fsStateEditable) > .fsDiv:not(.content-photo) {
    padding: 40px;
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  body.fsHasTheme2 .contentBlock:not(.fsStateEditable) .content-photo:not(.cloned-photo-block) {
    display: none;
  }
  body.fsHasTheme2 .contentBlock:not(.fsStateEditable) > .fsDiv {
    display: block;
    float: none;
    width: 100%;
    height: auto !important;
  }
  body.fsHasTheme2 .contentBlock:not(.fsStateEditable) .content-photo img {
    display: block;
  }
  body.fsHasTheme2 .contentBlock:not(.fsStateEditable) > .fsDiv:not(.content-photo) {
    padding: 20px;
  }
  body.fsHasTheme2 .contentBlock:not(.fsStateEditable) > .fsDiv:not(.content-photo) > .fsElement {
    margin-bottom: 0 !important;
    position: static;
    -ms-transform: none;
    transform: none;
  }
}
body.fsHasTheme2 .buttons {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  padding-top: 32px;
}
body.fsHasTheme2 .buttons header {
  text-align: center;
}
body.fsHasTheme2 .buttons header h2 {
  color: #4a4f55;
  font: 700 24px "ff-dagny-web-pro", sans-serif;
  text-transform: uppercase;
  display: block;
  margin-bottom: 22px;
}
body.fsHasTheme2 .buttons header h2:before, body.fsHasTheme2 .buttons header h2:after {
  content: "";
  width: 53px;
  height: 2px;
  display: inline-block;
  background-color: #d8d9d9;
  position: relative;
  top: -8px;
}
body.fsHasTheme2 .buttons header h2:before {
  margin-right: 8px;
}
body.fsHasTheme2 .buttons header h2:after {
  margin-left: 8px;
}
body.fsHasTheme2 .buttons ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
body.fsHasTheme2 .buttons ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 5px 10px 5px;
  max-width: 270px;
  width: 100%;
}
body.fsHasTheme2 .buttons ul li:before {
  display: none !important;
}
body.fsHasTheme2 .buttons ul li a {
  display: inline-block;
  vertical-align: top;
  background-color: #a32136;
  max-width: 270px;
  width: 100%;
  color: #FFFFFF;
  font: 700 14px "ff-dagny-web-pro", sans-serif;
  text-transform: uppercase;
  padding: 12px 20px 10px 20px;
  border-radius: 20px;
}
body.fsHasTheme2 .buttons ul li a:before {
  display: none !important;
}
@media (max-width: 640px) {
  body.fsHasTheme2 .buttons ul {
    display: table;
    margin: 0 auto !important;
    max-width: 270px;
    width: 100%;
  }
  body.fsHasTheme2 .buttons ul li {
    display: block;
    margin: 0 0 15px 0;
    padding: 0 !important;
  }
}
body.fsHasTheme2 .callouts {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
}
body.fsHasTheme2 .callouts .fsElementTitle {
  font: 700 20px "ff-dagny-web-pro", sans-serif;
  color: #a32136;
  margin-bottom: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
html.no-touch .callouts .fsElementTitle {
  display: none;
}
body.fsHasTheme2 .callouts > .fsDiv {
  width: 23%;
  height: auto;
  margin: 0 1.33% !important;
  padding: 0;
  text-align: center;
}
body.fsHasTheme2 .callouts > .fsDiv:first-child {
  margin-left: 0 !important;
}
body.fsHasTheme2 .callouts > .fsDiv:last-child {
  margin-right: 0 !important;
}
body.fsHasTheme2 .callouts .fsDiv > .fsElement {
  position: relative;
  max-width: 290px;
  width: 100%;
  height: auto;
  margin: 0 auto !important;
  border-radius: 100%;
}
body.fsHasTheme2 .callouts .fsDiv > .fsElement header img {
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 100%;
}
body.fsHasTheme2 .callouts .fsDiv > .fsElement > .fsElementContent {
  max-width: 270px;
  width: calc(100% - 20px);
  max-height: 270px;
  height: calc(100% - 20px);
  background-color: #a32136;
  border-radius: 100%;
  padding: 0 40px;
  text-align: center;
  font: 400 15px "ff-dagny-web-pro", sans-serif;
  color: #FFFFFF;
  position: absolute;
  top: 10px;
  left: 10px;
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.5s;
}
body.fsHasTheme2 .callouts .fsDiv > .fsElement > .fsElementContent .callout-wrap {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.fsHasTheme2 .callouts .fsDiv > .fsElement > .fsElementContent p {
  margin-bottom: 10px;
}
body.fsHasTheme2 .callouts .fsDiv > .fsElement > .fsElementContent strong {
  font: 700 18px "ff-dagny-web-pro", sans-serif;
}
body.fsHasTheme2 .callouts .fsDiv > .fsElement > .fsElementContent a {
  color: #FFFFFF;
  font: 700 17px "ff-dagny-web-pro", sans-serif;
}
body.fsHasTheme2 .callouts .fsDiv > .fsElement > .fsElementContent a:after {
  content: "\f18e";
  margin-left: 6px;
  margin-top: -4px;
}
body.fsHasTheme2 .callouts .fsDiv > .fsElement > .fsElementContent a:before {
  display: none !important;
}
body.fsHasTheme2 .callouts .fsDiv > .fsElement:hover > .fsElementContent {
  -ms-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 1270px) {
  body.fsHasTheme2 .callouts {
    padding: 0 3%;
  }
  body.fsHasTheme2 .callouts .fsDiv > .fsElement > .fsElementContent {
    padding: 0 10px;
  }
}
@media (max-width: 950px) {
  body.fsHasTheme2 .callouts .fsDiv > .fsElement > .fsElementContent p {
    display: none;
  }
  body.fsHasTheme2 .callouts .fsDiv > .fsElement > .fsElementContent p:first-child, body.fsHasTheme2 .callouts .fsDiv > .fsElement > .fsElementContent p:last-child {
    display: block;
  }
  body.fsHasTheme2 .callouts .fsDiv > .fsElement > .fsElementContent p a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body.fsHasTheme2 .callouts > .fsDiv {
    width: 30.4%;
    margin: 0 9.8% 70px 9.8% !important;
  }
  body.fsHasTheme2 .callouts > .fsDiv:first-child {
    margin-left: 9.8% !important;
  }
  body.fsHasTheme2 .callouts > .fsDiv:nth-child(3) {
    margin-bottom: 0 !important;
  }
  body.fsHasTheme2 .callouts > .fsDiv:last-child {
    margin-right: 9.8% !important;
    margin-bottom: 0 !important;
  }
  body.fsHasTheme2 .callouts .fsDiv > .fsElement > .fsElementContent {
    position: static;
    width: 100%;
    height: 100%;
    max-width: inherit;
    max-height: inherit;
    -ms-transform: scale(1);
    transform: scale(1);
    background: transparent !important;
    transition: none;
    margin-top: 25px;
  }
  body.fsHasTheme2 .callouts .fsDiv > .fsElement > .fsElementContent .callout-wrap {
    -ms-transform: none;
    transform: none;
    position: static;
  }
  body.fsHasTheme2 .callouts .fsDiv > .fsElement > .fsElementContent .callout-wrap p:first-child {
    font: 700 18px "ff-dagny-web-pro", sans-serif;
    color: #1a1a1a;
    text-transform: uppercase;
  }
  body.fsHasTheme2 .callouts .fsDiv > .fsElement > .fsElementContent .callout-wrap a {
    font: 700 17px "ff-dagny-web-pro", sans-serif;
    color: #2369a7;
  }
}
body.fsHasTheme2 .map {
  max-width: 950px;
  margin: 0 auto;
  padding-top: 50px;
}
body.fsHasTheme2 .map > .fsElementContent {
  position: relative;
}
body.fsHasTheme2 .map footer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*.fsElementFooterContent, ul {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  }*/
}
body.fsHasTheme2 .map p, body.fsHasTheme2 .map img {
  margin-bottom: 0;
}
@media (max-width: 950px) {
  body.fsHasTheme2 .map {
    margin: 0 3%;
  }
}
@media (max-width: 640px) {
  body.fsHasTheme2 .map {
    display: none;
  }
}
body.fsHasTheme2 .map ul:not(.redactor-toolbar) {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.fsHasTheme2 .map ul:not(.redactor-toolbar) li {
  position: absolute;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
body.fsHasTheme2 .map ul:not(.redactor-toolbar) li:before {
  display: none !important;
}
body.fsHasTheme2 .map ul:not(.redactor-toolbar) li:after {
  content: "\f041";
  color: #ddde70;
  position: absolute;
  top: -18px;
  left: -5px;
}
body.fsHasTheme2 .map ul:not(.redactor-toolbar) li a {
  display: block !important;
  overflow: visible !important;
  white-space: normal !important;
  position: absolute !important;
  width: 195px;
  bottom: 33px;
  left: -97.5px;
  margin-left: 50%;
  color: #7c7c2b;
  background-color: #eeeeb7;
  border: 1px solid #ddde70;
  border-radius: 2px;
  text-align: center;
  font: 700 15px "ff-dagny-web-pro", sans-serif;
  line-height: 1;
  padding: 19px 0;
  cursor: default;
  visibility: hidden;
  z-index: 1;
  opacity: 0;
  transition: visibility .5s, opacity .5s;
}
body.fsHasTheme2 .map ul:not(.redactor-toolbar) li a strong {
  font: 700 17px "ff-dagny-web-pro", sans-serif;
  color: #005e63;
  display: block;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 2px;
}
body.fsHasTheme2 .map ul:not(.redactor-toolbar) li a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 21px 0 21px;
  border-color: #dcde70 transparent transparent transparent;
  position: absolute;
  top: auto;
  bottom: -16px;
  left: -21px;
  margin-left: 50%;
  z-index: 1;
  -ms-transform: rotate(360deg) scale(0) translateX(0) !important;
  transform: rotate(360deg) scale(0) translateX(0) !important;
  background: transparent;
}
body.fsHasTheme2 .map ul:not(.redactor-toolbar) li a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 0 20px;
  border-color: #eeeeb7 transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: -20px;
  margin-left: 50%;
  z-index: 2;
  -webkit-transform: rotate(360deg);
  background: transparent;
}
body.fsHasTheme2 .map ul:not(.redactor-toolbar) li:hover a {
  visibility: visible;
  opacity: 1;
}
body.fsHasTheme2 .quoteSlider {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
}
body.fsHasTheme2 .quoteSlider .fsElementSlideshow {
  overflow: visible !important;
}
body.fsHasTheme2 .quoteSlider article {
  clear: none;
  float: left;
  margin: 0 75px;
  padding: 0;
}
body.fsHasTheme2 .quoteSlider article .fsTitle {
  display: none;
}
body.fsHasTheme2 .quoteSlider article .fsBody {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 59.5%;
  padding: 0 30px;
}
body.fsHasTheme2 .quoteSlider article .fsBody p {
  margin-bottom: 0;
}
body.fsHasTheme2 .quoteSlider article .fsThumbnail.newsThumb {
  display: inline-block;
  vertical-align: middle;
  width: 34.5%;
  margin-left: 6%;
  margin-right: 0;
  float: none;
}
@media screen and (max-width: 640px) {
  body.fsHasTheme2 .quoteSlider article .fsThumbnail.newsThumb {
    display: none;
  }
}
body.fsHasTheme2 .quoteSlider article .fsThumbnail.newsThumb img {
  margin: 0;
  width: 100%;
  border-radius: 100%;
}
body.fsHasTheme2 .quoteSlider article .fsThumbnail.newsThumb:not(.cloned-thumb) {
  display: none;
}
@media (max-width: 950px) {
  body.fsHasTheme2 .quoteSlider article .fsBody .fs_style_18 {
    font-size: 17px;
  }
  body.fsHasTheme2 .quoteSlider article .fsBody .fs_style_18 .fs_style_9 {
    font-size: 11px;
  }
}
@media (max-width: 640px) {
  body.fsHasTheme2 .quoteSlider .fsPrevButton, body.fsHasTheme2 .quoteSlider .fsNextButton {
    margin-top: 0;
  }
  body.fsHasTheme2 .quoteSlider article {
    margin: 0;
  }
  body.fsHasTheme2 .quoteSlider article .newsThumb:not(.cloned-thumb) {
    display: block;
    margin: 0 auto 12px auto;
    max-width: 155px;
    width: 100%;
  }
  body.fsHasTheme2 .quoteSlider article .cloned-thumb {
    display: none;
  }
  body.fsHasTheme2 .quoteSlider article .fsBody {
    max-width: inherit;
    width: 100%;
    display: block;
  }
  body.fsHasTheme2 .quoteSlider article .fsBody .fs_style_18 {
    text-align: center;
    border-right: 5px solid #ddde70;
    padding: 10px 12px 14px 12px;
  }
  body.fsHasTheme2 .quoteSlider article .fsBody .fs_style_18 span {
    text-align: center;
    margin-bottom: 0;
  }
}
body.fsHasTheme2 .red .contentBlock:not(.fsStateEditable) > .fsDiv:not(.content-photo) {
  background-color: #a32136;
}
body.fsHasTheme2 .red .buttons {
  padding-top: 0;
}
body.fsHasTheme2 .red .buttons ul li a {
  background-color: #a32136;
}
body.fsHasTheme2 .red .callouts .fsDiv > .fsElement > .fsElementContent {
  background-color: #a32136;
}
body.fsHasTheme2 .yellow .contentBlock:not(.fsStateEditable) > .fsDiv:not(.content-photo) {
  background-color: #ddde70;
  color: #4a4f55;
}
body.fsHasTheme2 .yellow .buttons {
  padding-top: 0;
}
body.fsHasTheme2 .yellow .buttons ul li a {
  background-color: #ddde70;
  color: #4a4f55;
}
body.fsHasTheme2 .yellow .callouts .fsDiv > .fsElement > .fsElementContent {
  background-color: #ddde70;
}
body.fsHasTheme2 .green .contentBlock:not(.fsStateEditable) > .fsDiv:not(.content-photo) {
  background-color: #005e63;
}
body.fsHasTheme2 .green .buttons {
  padding-top: 0;
}
body.fsHasTheme2 .green .buttons ul li a {
  background-color: #005e63;
}
body.fsHasTheme2 .green .callouts .fsDiv > .fsElement > .fsElementContent {
  background-color: #005e63;
}
body.fsHasTheme2 .orange .contentBlock:not(.fsStateEditable) > .fsDiv:not(.content-photo) {
  background-color: #d26e15;
}
body.fsHasTheme2 .orange .buttons {
  padding-top: 0;
}
body.fsHasTheme2 .orange .buttons ul li a {
  background-color: #d26e15;
}
body.fsHasTheme2 .orange .callouts .fsDiv > .fsElement > .fsElementContent {
  background-color: #d26e15;
}
body.fsHasTheme2 .blue .contentBlock:not(.fsStateEditable) > .fsDiv:not(.content-photo) {
  background-color: #2369a7;
}
body.fsHasTheme2 .blue .buttons {
  margin-bottom: 0 !important;
}
body.fsHasTheme2 .blue .buttons ul li a {
  background-color: #2369a7;
}
body.fsHasTheme2 .blue .callouts .fsDiv > .fsElement > .fsElementContent {
  background-color: #2369a7;
}
body.fsHasTheme2 #fsPageBody .fs_style_8 {
  color: #edd3d7;
  background-color: #621420;
  text-transform: uppercase;
  font: 700 14px "ff-dagny-web-pro", sans-serif;
  padding: 14px 20px 12px 20px;
  max-width: 270px;
  width: 100%;
  border-radius: 100px;
  text-align: center;
  line-height: 1;
}
body.fsHasTheme2 #fsPageBody .fs_style_8:hover {
  color: #edd3d7;
  background-color: #410d16;
}
body.fsHasTheme2 #fsPageBody .fs_style_8:before {
  display: none;
}

body.fsHasTheme3 {
  /* Arts */
}
body.fsHasTheme3 #fsPageBodyWrapper {
  padding: 0 0 40px 0;
}
body.fsHasTheme3 #fsPageBodyWrapper #fsPageBody {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 950px) {
  body.fsHasTheme3 #fsPageBodyWrapper #fsPageBody {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 640px) {
  body.fsHasTheme3 #fsPageBodyWrapper #fsPageBody {
    padding-left: 0;
    padding-right: 0;
  }
}
body.fsHasTheme3 #fsPageBodyWrapper #fsPageBody #fsPageContent > .fsLayout > .fsDiv > .fsElement, body.fsHasTheme3 #fsPageBodyWrapper #fsPageBody #fsPageContent > .fsLayout > .fsDiv > .fsElement .fsProfileGroup-js, body.fsHasTheme3 #fsPageBodyWrapper #fsPageBody #fsPageContent > .fsLayout > .fsDiv > .fsProfileGroupContainer, body.fsHasTheme3 #fsPageBodyWrapper #fsPageBody #fsPageContent > .fsLayout > .fsDiv > .fsProfileGroupContainer .fsProfileGroup-js {
  margin-bottom: 0;
}
body.fsHasTheme3 #fsPageBodyWrapper #fsPageBody #fsPageContent > .fsLayout > .fsDiv > .fsElement:not(.artsNav), body.fsHasTheme3 #fsPageBodyWrapper #fsPageBody #fsPageContent > .fsLayout > .fsDiv > .fsProfileGroupContainer:not(.artsNav) {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
body.fsHasTheme3 #fsPageBodyWrapper .fsPageTitle {
  display: none;
}
.sticky #fsPageContent > .fsLayout > .fsDiv {
  padding-top: 183px;
}
@media (max-width: 640px) {
  .sticky #fsPageContent > .fsLayout > .fsDiv {
    padding: 0;
  }
}
body.fsHasTheme3 .contentBlock, body.fsHasTheme3 .fsAccordion {
  padding-bottom: 30px;
}
body.fsHasTheme3 .headerPhoto {
  position: relative;
}
body.fsHasTheme3 .headerPhoto header {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font: 700 28px "ff-dagny-web-pro", sans-serif;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
body.fsHasTheme3 .headerPhoto h2 {
  color: #FFFFFF;
  font: 400 50px "clavo", sans-serif;
  margin-bottom: 3px;
}
body.fsHasTheme3 .headerPhoto p {
  margin: 0;
}
@media (max-width: 768px) {
  body.fsHasTheme3 .headerPhoto header {
    font: 700 20px "ff-dagny-web-pro", sans-serif;
  }
  body.fsHasTheme3 .headerPhoto h2 {
    font: 400 40px "clavo", sans-serif;
  }
}
@media (max-width: 640px) {
  body.fsHasTheme3 .headerPhoto {
    display: block;
  }
  body.fsHasTheme3 .headerPhoto h2 {
    font: 400 27px "clavo", sans-serif;
  }
  body.fsHasTheme3 .headerPhoto p {
    display: none;
  }
  body.fsHasTheme3 .headerPhoto img {
    min-width: 640px;
    margin-left: -320px;
  }
}
@media (max-width: 320px) {
  body.fsHasTheme3 .headerPhoto img {
    min-width: 410px;
    margin-left: -205px;
  }
}
body.fsHasTheme3 .artsNav {
  border-bottom: 1px solid #dbdcdd;
  padding-top: 40px;
  position: relative;
}
body.fsHasTheme3 .artsNav:before, body.fsHasTheme3 .artsNav:after {
  content: "";
  position: absolute;
  top: 1px;
  height: 100%;
  border-bottom: 1px solid #dbdcdd;
}
body.fsHasTheme3 .artsNav:before {
  left: -10000px;
  width: 10000px;
}
body.fsHasTheme3 .artsNav:after {
  right: -10000px;
  width: 10000px;
}
body.sticky .artsNav {
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
@media (max-width: 950px) {
  body.sticky .artsNav {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 640px) {
  body.sticky .artsNav {
    position: static !important;
    padding-left: 0;
    padding-right: 0;
  }
}
body.fsHasTheme3 .artsNav > .fsElementContent {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
body.fsHasTheme3 .artsNav .fsElementContent nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0px;
}
body.fsHasTheme3 .artsNav .fsElementContent nav ul:before, body.fsHasTheme3 .artsNav .fsElementContent nav ul:after {
  content: '';
  display: block;
}
body.fsHasTheme3 .artsNav .fsElementContent nav ul:after {
  clear: both;
}
body.fsHasTheme3 .artsNav .fsElementContent nav ul {
  zoom: 1;
}
body.fsHasTheme3 .artsNav .fsElementContent nav ul li {
  display: block;
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  opacity: 1;
}
body.fsHasTheme3 .artsNav .fsElementContent nav ul li:before, body.fsHasTheme3 .artsNav .fsElementContent nav ul li:after {
  display: none;
}
body.fsHasTheme3 .artsNav .fsElementContent nav ul li a {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #929599;
  font: 700 14px "ff-dagny-web-pro", sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 12px 0 10px 0;
  border-left: 1px solid #FFFFFF;
}
body.fsHasTheme3 .artsNav .fsElementContent nav ul li a:hover {
  background-color: #4a4f55;
}
body.fsHasTheme3 .artsNav .fsElementContent nav ul li.fsNavCurrentPage a {
  background-color: #4a4f55;
}
body.fsHasTheme3 .artsNav .fsElementContent nav ul li:first-child a {
  border: 0 none;
  border-radius: 20px 0 0 20px;
}
body.fsHasTheme3 .artsNav .fsElementContent nav ul li:last-child a {
  border-radius: 0 20px 20px 0;
}
body.fsHasTheme3 .artsNav .fsElementContent nav ul ul {
  display: none;
}
body.fsHasTheme3 .artsNav .fsElementContent ul.artsSubNav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 50px;
  overflow: visible !important;
}
body.fsHasTheme3 .artsNav .fsElementContent ul.artsSubNav:before, body.fsHasTheme3 .artsNav .fsElementContent ul.artsSubNav:after {
  content: '';
  display: block;
}
body.fsHasTheme3 .artsNav .fsElementContent ul.artsSubNav:after {
  clear: both;
}
body.fsHasTheme3 .artsNav .fsElementContent ul.artsSubNav {
  zoom: 1;
}
body.fsHasTheme3 .artsNav .fsElementContent ul.artsSubNav li {
  display: inline-block;
  vertical-align: top;
  margin: 25px 25px 0 25px;
  padding: 0;
  opacity: 0.5;
  font: 700 17px "ff-dagny-web-pro", sans-serif;
  color: #4a4f55;
  cursor: pointer;
  transition: opacity 0.5s;
}
body.fsHasTheme3 .artsNav .fsElementContent ul.artsSubNav li:first-child {
  margin-left: 0;
}
body.fsHasTheme3 .artsNav .fsElementContent ul.artsSubNav li:last-child {
  margin-right: 0;
}
body.fsHasTheme3 .artsNav .fsElementContent ul.artsSubNav li:before {
  display: none;
}
body.fsHasTheme3 .artsNav .fsElementContent ul.artsSubNav li:after {
  content: "";
  width: 50px;
  height: 5px;
  display: block;
  position: relative;
  margin-left: 50%;
  left: -25px;
  background-color: #a32136;
  top: 14px;
}
body.fsHasTheme3 .artsNav .fsElementContent ul.artsSubNav li:hover, body.fsHasTheme3 .artsNav .fsElementContent ul.artsSubNav li.current-section {
  opacity: 1;
}
@media (max-width: 950px) {
  body.fsHasTheme3 .artsNav .fsElementContent ul.artsSubNav li {
    margin: 25px 15px 0 15px;
  }
}
@media (max-width: 768px) {
  body.fsHasTheme3 .artsNav .fsElementContent ul.artsSubNav li {
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  body.sticky .artsNav #nav7 {
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
}
@media (max-width: 768px) {
  body.fsHasTheme3 .artsNav {
    padding-top: 25px;
  }
}
@media (max-width: 640px) {
  body.fsHasTheme3 .artsNav {
    padding-top: 0;
    border: 0 none;
  }
  body.fsHasTheme3 .artsNav:before, body.fsHasTheme3 .artsNav:after {
    display: none;
  }
  body.fsHasTheme3 .artsNav .fsElementContent nav ul li {
    float: none;
    width: 100%;
  }
  body.fsHasTheme3 .artsNav .fsElementContent nav ul li a {
    text-align: left;
    border: 1px solid #FFFFFF !important;
    border-width: 0 0 1px 0 !important;
    padding-left: 3%;
    padding-right: 3%;
  }
  body.fsHasTheme3 .artsNav .fsElementContent nav ul li:first-child a {
    border-width: 1px 0 !important;
  }
  body.fsHasTheme3 .artsNav .fsElementContent nav ul li:first-child a, body.fsHasTheme3 .artsNav .fsElementContent nav ul li:last-child a {
    border-radius: 0;
  }
}
body.fsHasTheme3 .contentBlock:not(.fsStateEditable) {
  max-width: 1270px;
  width: 100%;
  line-height: 1.2;
  padding-top: 65px !important;
}
body.fsHasTheme3 .contentBlock:not(.fsStateEditable) p {
  margin-bottom: 15px;
}
body.fsHasTheme3 .contentBlock:not(.fsStateEditable) > .fsDiv {
  margin: 0;
  width: 48%;
  display: none;
}
body.fsHasTheme3 .contentBlock:not(.fsStateEditable) > .fsDiv > .fsElement {
  margin: 0 !important;
}
body.fsHasTheme3 .contentBlock:not(.fsStateEditable) > .fsDiv:first-child {
  margin-right: 4%;
}
body.fsHasTheme3 .contentBlock:not(.fsStateEditable) .content-photo {
  display: block;
  position: relative;
}
body.fsHasTheme3 .contentBlock:not(.fsStateEditable) .content-photo > .fsElement {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
body.fsHasTheme3 .contentBlock:not(.fsStateEditable) .content-photo img {
  margin: 0;
  display: none;
}
body.fsHasTheme3 .contentBlock:not(.fsStateEditable) > .fsDiv:not(.content-photo) {
  display: block;
  padding: 0 0 45px 0;
  font-size: 20px;
}
body.fsHasTheme3 .contentBlock:not(.fsStateEditable) > .fsDiv:not(.content-photo) strong {
  font: 700 18px "ff-dagny-web-pro", sans-serif;
  text-transform: uppercase;
}
body.fsHasTheme3 .contentBlock:not(.fsStateEditable) > .fsDiv:not(.content-photo) p {
  line-height: 1.3;
}
@media (max-width: 950px) {
  body.fsHasTheme3 .contentBlock:not(.fsStateEditable) > .fsDiv:not(.content-photo) {
    padding: 0;
  }
}
@media (max-width: 768px) {
  body.fsHasTheme3 .contentBlock:not(.fsStateEditable) > .fsDiv:not(.content-photo) h2 {
    font-size: 30px;
  }
  body.fsHasTheme3 .contentBlock:not(.fsStateEditable) > .fsDiv:not(.content-photo) strong, body.fsHasTheme3 .contentBlock:not(.fsStateEditable) > .fsDiv:not(.content-photo) p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  body.fsHasTheme3 .contentBlock:not(.fsStateEditable) {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0;
    padding-bottom: 0;
  }
  body.fsHasTheme3 .contentBlock:not(.fsStateEditable) .content-photo:not(.cloned-photo-block) {
    display: none;
  }
  body.fsHasTheme3 .contentBlock:not(.fsStateEditable) > .fsDiv {
    display: block;
    float: none;
    width: 100%;
    height: auto !important;
  }
  body.fsHasTheme3 .contentBlock:not(.fsStateEditable) .content-photo img {
    display: block;
    width: 100%;
  }
  body.fsHasTheme3 .contentBlock:not(.fsStateEditable) > .fsDiv:not(.content-photo) {
    padding: 20px 0 0 0;
  }
  body.fsHasTheme3 .contentBlock:not(.fsStateEditable) > .fsDiv:not(.content-photo) > .fsElement {
    margin-bottom: 0 !important;
    position: static;
    -ms-transform: none;
    transform: none;
  }
}
body.fsHasTheme3 .fsConstituent {
  border: 2px solid #ddde70;
  border-width: 2px 0;
  padding: 30px 0 15px;
}
body.fsHasTheme3 .fsConstituent .fsConstituentProfile:before, body.fsHasTheme3 .fsConstituent .fsConstituentProfile:after {
  content: '';
  display: block;
}
body.fsHasTheme3 .fsConstituent .fsConstituentProfile:after {
  clear: both;
}
body.fsHasTheme3 .fsConstituent .fsConstituentProfile {
  zoom: 1;
}
body.fsHasTheme3 .fsConstituent .fsConstituentProfile footer.bio {
  margin: 10px 0;
  color: #4a4f55;
  line-height: 20px;
}
body.fsHasTheme3 .fsConstituent .fsConstituentProfile footer.bio a {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}
body.fsHasTheme3 .fsConstituent .fsConstituentProfile footer.bio a:after {
  content: "\f18e";
  color: #929599;
  font-size: 15px;
  margin-left: 6px;
  font-family: 'icomoon';
  font-weight: normal;
  position: absolute;
}
body.fsHasTheme3 .fsConstituent .fsProfileImage {
  float: left;
  display: block;
  margin-right: 30px;
  margin-bottom: 15px;
}
body.fsHasTheme3 .fsConstituent .fsProfileImage img {
  border-radius: 100%;
  display: block;
  max-width: 120px;
}
body.fsHasTheme3 .fsConstituent h3.fsFullName {
  padding-top: 6px;
  font: 700 18px "ff-dagny-web-pro", sans-serif;
  margin-bottom: 0;
}
body.fsHasTheme3 .fsConstituent .fsTitle-js > div, body.fsHasTheme3 .fsConstituent .fsEmail-js > div, body.fsHasTheme3 .fsConstituent .fsBio-js > div {
  display: block;
  float: none;
  width: auto;
}
body.fsHasTheme3 .fsConstituent .fsTitle-js > div:first-child, body.fsHasTheme3 .fsConstituent .fsEmail-js > div:first-child, body.fsHasTheme3 .fsConstituent .fsBio-js > div:first-child {
  display: none;
}
body.fsHasTheme3 .fsConstituent .fsTitle-js {
  margin-bottom: 3px;
}
body.fsHasTheme3 .fsConstituent .fsTitle-js > div {
  color: #005e63;
  font: italic 700 18px "clavo", sans-serif;
}
body.fsHasTheme3 .fsConstituent .fsEmail-js {
  margin-bottom: -2px;
}
body.fsHasTheme3 .fsConstituent .fsEmail-js > div {
  font-size: 0;
}
body.fsHasTheme3 .fsConstituent .fsEmail-js > div a {
  font: 700 15px "ff-dagny-web-pro", sans-serif;
}
body.fsHasTheme3 .fsConstituent .fsBio-js > div {
  font: 400 15px "ff-dagny-web-pro", sans-serif;
}
body.fsHasTheme3 .fsConstituent .fsBio-js > div a {
  font-weight: 700;
}
body.fsHasTheme3 .fsConstituent .fsBio-js > div a:after {
  content: "\f18e";
  margin-left: 6px;
  margin-top: -4px;
  color: #929599;
}
@media (max-width: 640px) {
  body.fsHasTheme3 .fsConstituent {
    border: 0 none;
    padding-left: 3%;
    padding-right: 3%;
  }
  body.fsHasTheme3 .fsConstituent > .fsElementContent {
    padding: 30px 0 30px 0;
    border: 2px solid #ddde70;
    border-width: 2px 0;
  }
  body.fsHasTheme3 .fsConstituent .fsProfileImage {
    float: none;
    display: block;
    margin: 0 auto 24px auto;
    width: 100%;
  }
  body.fsHasTheme3 .fsConstituent .fsProfileImage img {
    margin: 0 auto;
  }
  body.fsHasTheme3 .fsConstituent h3.fsFullName, body.fsHasTheme3 .fsConstituent .fsTitle-js, body.fsHasTheme3 .fsConstituent .fsEmail-js, body.fsHasTheme3 .fsConstituent .fsBio-js {
    text-align: center;
  }
}
body.fsHasTheme3 .fsProfileGroupContainer .fsProfileGroup-js {
  border-width: 0;
}
body.fsHasTheme3 .fsProfileGroupContainer .fsProfileGroup-js:first-child {
  border-top-width: 2px;
}
body.fsHasTheme3 .fsProfileGroupContainer .fsProfileGroup-js:last-child {
  border-bottom-width: 2px;
}
@media (max-width: 640px) {
  body.fsHasTheme3 .fsProfileGroupContainer {
    padding: 0 3%;
  }
  body.fsHasTheme3 .fsProfileGroupContainer .fsProfileGroup-js {
    padding: 0;
  }
}
body.fsHasTheme3 .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
body.fsHasTheme3 .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: -25px 4px 0 4px;
  line-height: 0;
  position: relative;
  z-index: 1;
}
body.fsHasTheme3 .slick-dots li button {
  font-size: 0;
  width: 11px;
  height: 11px;
  border: 0 none;
  padding: 0;
  background-color: #cccccc;
  border-radius: 11px;
  outline: none;
}
body.fsHasTheme3 .slick-dots li.slick-active button {
  background-color: #a32136;
}
@media (max-width: 768px) {
  body.fsHasTheme3 .fsAccordion header h3 {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  body.fsHasTheme3 .fsAccordion header {
    padding: 0 3%;
  }
  body.fsHasTheme3 .fsAccordion header h3 {
    font-size: 16px;
  }
}

body.fsHasTheme4 {
  /* Athletics Page Styles */
  /* Scrollbar */
}
body.fsHasTheme4 body.fsComposeMode .fsElement.fsStateEditable > .fsElementAddWrapper {
  z-index: 5;
}
body.fsHasTheme4 .fsElementActionSection {
  position: relative;
  z-index: 3;
}
body.fsHasTheme4 #fsPageBodyWrapper {
  padding: 0;
}
body.fsHasTheme4 #fsPageBody {
  max-width: inherit;
  padding: 0;
}
body.fsHasTheme4 #fsPageBody .fsElement {
  margin-bottom: 0 !important;
}
body.fsHasTheme4 .fsCroppedImage {
  width: 100%;
  height: 100%;
}
body.fsHasTheme4 #fsHeader {
  background-color: #FFF;
}
body.fsHasTheme4 section {
  text-align: center;
  padding: 30px 20px;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 section {
    padding: 50px 30px;
  }
}
body.fsHasTheme4 section > .fsElementContent {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
body.fsHasTheme4 section h2 {
  margin-bottom: 25px;
}
body.fsHasTheme4 section footer {
  text-align: center;
}
body.fsHasTheme4 section footer .fs_style_8 {
  margin: 0 auto;
}
body.fsHasTheme4 .accordion-slider-wrapper {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 700px) {
  body.fsHasTheme4 .accordion-slider-wrapper {
    height: 450px;
  }
}
@media (min-width: 901px) {
  body.fsHasTheme4 .accordion-slider-wrapper {
    height: 580px;
  }
}
@media (min-width: 700px) {
  body.fsHasTheme4 .accordion-slider-wrapper > .fsElementContent {
    display: table;
    width: 100%;
  }
}
body.fsHasTheme4 .ath-slide {
  height: 40px;
  display: block;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  transition: width .4s, height .4s;
  position: relative;
}
@media (min-width: 700px) {
  body.fsHasTheme4 .ath-slide {
    display: table-cell;
    width: 5%;
    height: 450px;
  }
}
@media (min-width: 901px) {
  body.fsHasTheme4 .ath-slide {
    height: 580px;
  }
}
body.fsHasTheme4 .ath-slide img {
  margin-bottom: 0 !important;
  max-width: none;
  display: none;
}
body.fsHasTheme4 .ath-slide.on {
  height: 350px;
  transition: width .4s, height .4s;
}
@media (min-width: 700px) {
  body.fsHasTheme4 .ath-slide.on {
    width: 70%;
    height: 450px;
  }
}
@media (min-width: 901px) {
  body.fsHasTheme4 .ath-slide.on {
    height: 580px;
  }
}
@media (min-width: 700px) {
  body.fsHasTheme4 .ath-slide.on.min {
    width: 69%;
  }
}
body.fsHasTheme4 .ath-slide.off {
  transition: width .4s, height .4s;
}
body.fsHasTheme4 .ath-slide.off:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: .3s;
}
@media (min-width: 700px) {
  body.fsHasTheme4 .ath-slide:hover.off {
    width: 6%;
  }
}
body.fsHasTheme4 .ath-slide:hover.off:after {
  background-color: transparent;
  transition: .3s;
}
body.fsHasTheme4 .ath-text {
  text-align: center;
  position: relative;
  padding: 0 20px;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 .ath-text {
    padding: 0 30px;
  }
}
body.fsHasTheme4 .ath-text:after {
  content: '';
  position: absolute;
  top: -75px;
  width: 150px;
  height: 150px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  display: block;
}
body.fsHasTheme4 .ath-text:before {
  content: '';
  position: absolute;
  top: -71px;
  width: 142px;
  height: 142px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #fff;
  display: block;
}
body.fsHasTheme4 .ath-text .fsElementContent:before {
  content: url("/uploaded/themes/default_2015/images/athletics/war-eagle.png");
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -42px;
}
body.fsHasTheme4 .ath-text .fsElementContent, body.fsHasTheme4 .ath-text header, body.fsHasTheme4 .ath-text footer {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  padding: 50px 0;
  z-index: 2;
}
body.fsHasTheme4 .athletic-bar {
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 .athletic-bar:hover > header .fsElementTitle:after {
    content: 'Watch  Video';
    border: none;
    font-family: "ff-dagny-web-pro", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    left: 0;
    display: block;
    text-align: center;
    width: 76px;
    height: 40px;
  }
}
body.fsHasTheme4 .athletic-bar:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/uploaded/themes/default_2015/images/athletics/dot-overlay.png");
  display: block;
}
body.fsHasTheme4 .athletic-bar > header {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
body.fsHasTheme4 .athletic-bar > header .fsElementTitle {
  color: #fff;
  font-family: "clavo", sans-serif;
  font-size: 24px;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  font-style: normal;
  font-weight: normal;
  position: relative;
  padding-left: 50px;
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 .athletic-bar > header .fsElementTitle {
    font-size: 50px;
    padding-left: 100px;
  }
}
body.fsHasTheme4 .athletic-bar > header .fsElementTitle:before {
  content: '';
  width: 31px;
  height: 31px;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: #a32035;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 .athletic-bar > header .fsElementTitle:before {
    width: 76px;
    height: 76px;
    top: -16px;
  }
}
body.fsHasTheme4 .athletic-bar > header .fsElementTitle:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: 12px;
  top: 8px;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 .athletic-bar > header .fsElementTitle:after {
    border-width: 18px 0 18px 32px;
    left: 27px;
    top: 4px;
  }
}
body.fsHasTheme4 .athletic-bar img {
  opacity: 0;
  visibility: hidden;
  margin: 0 !important;
}
body.fsHasTheme4 .video-overlay-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  cursor: default;
  text-align: center;
}
body.fsHasTheme4 .video-overlay-wrapper video {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 100%;
}
body.fsHasTheme4 .close-button {
  background: url("/uploaded/themes/default_2015/images/vidCloseBtn.png") 0 0 no-repeat;
  width: 38px;
  height: 38px;
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 31;
  cursor: pointer;
}
body.fsHasTheme4 .facilities-container {
  padding: 30px 0 0;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 .facilities-container {
    padding: 70px 0;
  }
}
body.fsHasTheme4 .facilities-container > header {
  text-align: center;
}
body.fsHasTheme4 .facilities-container .fsElementContent.slick-slider {
  max-width: none;
}
body.fsHasTheme4 .facilities-container .slick-list:before {
  content: '';
  width: 5%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 .facilities-container .slick-list:before {
    width: 15%;
  }
}
body.fsHasTheme4 .facilities-container .slick-list:after {
  content: '';
  width: 5%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 .facilities-container .slick-list:after {
    width: 15%;
    background-color: rgba(255, 255, 255, 0.75);
  }
}
body.fsHasTheme4 .facilities-container .slick-dots {
  list-style: none;
  padding: 0;
  margin: 30px 0 20px;
}
body.fsHasTheme4 .facilities-container .slick-dots li {
  display: inline-block;
  margin: 0 15px;
  height: 10px;
  overflow: hidden;
}
body.fsHasTheme4 .facilities-container .slick-dots li.slick-active button {
  background-color: #a32035;
}
body.fsHasTheme4 .facilities-container .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: rgba(163, 32, 53, 0.5);
  border: none;
  padding: 0;
  outline: 0;
}
body.fsHasTheme4 .facility-slide {
  position: relative;
  border: solid 1px #fff;
}
@media screen and (min-width: 900px) {
  body.fsHasTheme4 .facility-slide {
    border: none;
  }
}
body.fsHasTheme4 .facility-slide .fsDiv {
  margin: 0 !important;
  width: 100% !important;
}
@media screen and (min-width: 900px) {
  body.fsHasTheme4 .facility-slide .fsDiv {
    width: 50% !important;
  }
  body.fsHasTheme4 .facility-slide .fsDiv:last-child {
    display: block;
  }
}
body.fsHasTheme4 .facility-slide img {
  margin: 0;
  opacity: 0;
  visibility: hidden;
}
body.fsHasTheme4 .facility-slide footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
}
body.fsHasTheme4 .facility-slide footer p {
  margin: 0;
}
body.fsHasTheme4 .facility-slide footer a {
  display: block !important;
  text-transform: uppercase;
  color: #fff;
  font-family: "ff-dagny-web-pro", sans-serif;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 15px;
  font-weight: bold;
  padding: 12px;
}
body.fsHasTheme4 .facility-slide footer a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
@root .fsComposeMode .facility-slide footer {
  body.fsHasTheme4 .facility-slide {
    position: relative;
  }
}
body.fsHasTheme4 .facility-slide .tile {
  overflow: hidden;
}
@root body:not(.fsComposeMode) .tile:hover {
  body.fsHasTheme4 .facility-slide .tile .fsElementContent {
    transition: .4s;
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
body.fsHasTheme4 .facility-slide .tile .fsElementContent {
  background-size: cover;
  background-position: center;
  transition: .4s;
  height: 100%;
}
body.fsHasTheme4 .facility-slide .tile a:before {
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
@root body:not(.fsComposeMode) .tile img {
  body.fsHasTheme4 .facility-slide .tile {
    opacity: 0;
    visibility: hidden;
  }
}
@root .fsComposeMode .facility-slide .tile img {
  body.fsHasTheme4 .facility-slide .tile {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
body.fsHasTheme4 .facility-slide .tile.one {
  border-bottom: 2px solid #fff;
  height: 280px;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 .facility-slide .tile.one {
    height: 475px;
  }
}
@media screen and (min-width: 900px) {
  body.fsHasTheme4 .facility-slide .tile.one {
    border: none;
    border-right: solid 2px #fff;
    border-left: solid 2px #fff;
  }
}
body.fsHasTheme4 .facility-slide .tile.two {
  height: 240px;
  border-bottom: solid 2px #fff;
}
body.fsHasTheme4 .facility-slide .tile.three {
  height: 235px;
  width: 50%;
  float: left;
  border-right: solid 1px #fff;
}
body.fsHasTheme4 .facility-slide .tile.four {
  height: 235px;
  width: 50%;
  float: left;
  border-left: solid 1px #fff;
}
body.fsHasTheme4 .facility-slide .tile a {
  white-space: initial;
}
body.fsHasTheme4.fsDraftMode .team-content {
  width: 145px;
  display: inline-block;
}
body.fsHasTheme4.fsDraftMode .team-content a {
  white-space: normal;
}
body.fsHasTheme4 .varsity-teams {
  background-color: #a32136;
  color: #fff;
}
@media screen and (max-width: 599px) {
  body.fsHasTheme4 .varsity-teams {
    padding: 0px 20px;
  }
  body.fsHasTheme4 .varsity-teams header {
    cursor: pointer;
  }
  body.fsHasTheme4 .varsity-teams header h2 {
    margin-bottom: 0;
    line-height: 54px;
    font-size: 18px;
  }
  body.fsHasTheme4 .varsity-teams header h2:after {
    font-family: 'icomoon';
    content: '\f107';
    color: #d1909a;
    margin-left: 10px;
    font-weight: bold;
    font-size: 24px;
    position: absolute;
    line-height: 52px;
  }
  body.fsHasTheme4 .varsity-teams > .fsElementContent {
    display: none;
    padding: 20px 0;
  }
  body.fsHasTheme4 .varsity-teams.open .fsElementContent {
    display: block;
  }
}
body.fsHasTheme4 .varsity-teams a {
  color: #fff;
  font-size: 15px;
  white-space: normal !important;
}
body.fsHasTheme4 .varsity-teams a:hover {
  color: #d1909a;
}
body.fsHasTheme4 .varsity-teams h2 {
  color: white;
  color: #fff;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
}
body.fsHasTheme4 .varsity-teams > .fsElementContent {
  max-width: 500px;
}
@media screen and (min-width: 800px) {
  body.fsHasTheme4 .varsity-teams > .fsElementContent {
    max-width: 600px;
  }
}
@media screen and (min-width: 950px) {
  body.fsHasTheme4 .varsity-teams > .fsElementContent {
    max-width: 870px;
  }
}
body.fsHasTheme4 .varsity-teams .fsAthleticsTeamDirectory {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.fsHasTheme4 .varsity-teams .slick-slide {
  color: #fff;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  width: 148px;
}
body.fsHasTheme4 .varsity-teams .slick-slide a {
  display: block;
  white-space: initial;
}
body.fsHasTheme4 .varsity-teams .slick-slide a:before {
  display: none;
}
body.fsHasTheme4 .varsity-teams .slick-slider button:not(.fsElementActionButton):not(.fsElementAdd) {
  width: 20px;
  position: absolute;
  top: 40%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: transparent;
  padding: 0;
  height: 28px;
  outline: 0;
}
body.fsHasTheme4 .varsity-teams .slick-slider button:not(.fsElementActionButton):not(.fsElementAdd):before {
  content: '\f105';
  color: #d18f99;
  font-family: 'icomoon';
  font-weight: bold;
  font-size: 32px;
  display: block;
  line-height: 28px;
}
body.fsHasTheme4 .varsity-teams .slick-slider button:not(.fsElementActionButton):not(.fsElementAdd).slick-prev {
  left: -45px;
}
@media screen and (min-width: 950px) {
  body.fsHasTheme4 .varsity-teams .slick-slider button:not(.fsElementActionButton):not(.fsElementAdd).slick-prev {
    left: -25px;
  }
}
body.fsHasTheme4 .varsity-teams .slick-slider button:not(.fsElementActionButton):not(.fsElementAdd).slick-prev:before {
  content: '\f104';
}
body.fsHasTheme4 .varsity-teams .slick-slider button:not(.fsElementActionButton):not(.fsElementAdd).slick-next {
  right: -45px;
}
@media screen and (min-width: 950px) {
  body.fsHasTheme4 .varsity-teams .slick-slider button:not(.fsElementActionButton):not(.fsElementAdd).slick-next {
    right: -25px;
  }
}
body.fsHasTheme4 .team-content .fsElementHeaderContent {
  background-size: cover;
  background-position: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  margin: 0 auto 10px;
  display: none;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 .team-content .fsElementHeaderContent {
    display: block;
  }
}
body.fsHasTheme4 .team-content .fsElementHeaderContent img {
  display: none;
}
body.fsHasTheme4 .team-content p {
  margin-bottom: 10px;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 15px;
  font-weight: bold;
}
body.fsHasTheme4 .team-content a:before {
  display: none;
}
body.fsHasTheme4 .varsity-calendar {
  display: table;
  padding: 0 20px 40px;
  width: 100%;
  color: #fff;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 .varsity-calendar {
    padding: 0 40px 40px;
  }
}
body.fsHasTheme4 .varsity-calendar .fsAthleticsEvent {
  padding-bottom: 50px;
  padding-top: 50px;
  margin: 0 auto;
}
body.fsHasTheme4 .varsity-calendar .fsAthleticsEvent .fsElementContent {
  padding-bottom: 70px;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 .varsity-calendar .fsAthleticsEvent .fsElementContent {
    padding-bottom: 80px;
  }
}
body.fsHasTheme4 .varsity-calendar .fsAthleticsEvent p {
  margin-bottom: 0;
}
body.fsHasTheme4 .varsity-calendar .fsAthleticsEvent footer {
  text-align: center;
}
body.fsHasTheme4 .varsity-calendar .fsAthleticsEvent footer a {
  border: 1px solid #dddd70;
  text-transform: uppercase;
  display: inline-block;
  line-height: 32px;
  padding: 0 10px;
  font-size: 17px;
  letter-spacing: .045em;
}
body.fsHasTheme4 .varsity-calendar .fsAthleticsEvent footer a:hover {
  background-color: #dddd70;
}
body.fsHasTheme4 .varsity-calendar > .fsElementContent {
  display: table-row;
}
body.fsHasTheme4 .varsity-calendar h2 {
  color: #dddd70;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  position: relative;
  margin-bottom: 40px;
}
body.fsHasTheme4 .varsity-calendar h2:after {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  opacity: .5;
  background-color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -20px;
}
body.fsHasTheme4 .varsity-calendar a {
  color: #fff;
}
body.fsHasTheme4 .varsity-calendar article {
  text-align: left;
}
body.fsHasTheme4 .upcoming-varsity-games, body.fsHasTheme4 .recent-varsity-games {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 1025px) {
  body.fsHasTheme4 .upcoming-varsity-games, body.fsHasTheme4 .recent-varsity-games {
    width: 50%;
    height: 100%;
    display: table-cell;
  }
}
body.fsHasTheme4 .upcoming-varsity-games footer, body.fsHasTheme4 .recent-varsity-games footer {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 50px;
}
body.fsHasTheme4 .upcoming-varsity-games article, body.fsHasTheme4 .recent-varsity-games article {
  display: table-row;
}
body.fsHasTheme4 .upcoming-varsity-games article:last-child .teamsContainer, body.fsHasTheme4 .upcoming-varsity-games article:last-child .fsDateTime, body.fsHasTheme4 .upcoming-varsity-games article:last-child .resultsContainer, body.fsHasTheme4 .recent-varsity-games article:last-child .teamsContainer, body.fsHasTheme4 .recent-varsity-games article:last-child .fsDateTime, body.fsHasTheme4 .recent-varsity-games article:last-child .resultsContainer {
  border-bottom: none;
  padding-bottom: 10px;
}
body.fsHasTheme4 .upcoming-varsity-games .teamsContainer, body.fsHasTheme4 .recent-varsity-games .teamsContainer {
  display: table-cell;
  padding: 10px 15px 5px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  border-right: solid 1px rgba(0, 0, 0, 0.2);
  width: 80%;
}
body.fsHasTheme4 .upcoming-varsity-games .teamsContainer div, body.fsHasTheme4 .recent-varsity-games .teamsContainer div {
  display: inline-block;
}
body.fsHasTheme4 .upcoming-varsity-games .fsDateTime, body.fsHasTheme4 .recent-varsity-games .fsDateTime {
  display: table-cell;
  padding: 10px 0 5px 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
body.fsHasTheme4 .upcoming-varsity-games {
  padding: 0 20px;
}
@media screen and (min-width: 750px) {
  body.fsHasTheme4 .upcoming-varsity-games {
    padding: 0 50px;
  }
}
@media screen and (min-width: 850px) {
  body.fsHasTheme4 .upcoming-varsity-games {
    padding: 0 100px;
  }
}
@media screen and (min-width: 1025px) {
  body.fsHasTheme4 .upcoming-varsity-games {
    padding: 0 50px;
  }
}
body.fsHasTheme4 .upcoming-varsity-games .fsListItems {
  position: relative;
  display: none;
  width: 100%;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 .upcoming-varsity-games .fsListItems {
    display: table;
  }
}
body.fsHasTheme4 .upcoming-varsity-games article {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
body.fsHasTheme4 .upcoming-varsity-games .fsAthleticsOpponents {
  margin-right: 5px;
}
body.fsHasTheme4 .upcoming-varsity-games .fsAthleticsLocations:before {
  content: 'at ';
  display: inline-block;
  margin-right: 5px;
}
body.fsHasTheme4 .upcoming-varsity-games .fsTitle {
  margin-right: 5px;
}
body.fsHasTheme4 .recent-varsity-games {
  background-image: url("http://woodward.finalsite.com/uploaded/themes/default_2015/images/athletics/ath-results-bg.png");
  background-size: cover;
  background-position: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 750px) {
  body.fsHasTheme4 .recent-varsity-games {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 850px) {
  body.fsHasTheme4 .recent-varsity-games {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 1025px) {
  body.fsHasTheme4 .recent-varsity-games {
    padding-left: 50px;
    padding-right: 50px;
  }
}
body.fsHasTheme4 .recent-varsity-games .fsListItems {
  position: relative;
  display: none;
  width: 100%;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 .recent-varsity-games .fsListItems {
    display: table;
  }
}
body.fsHasTheme4 .recent-varsity-games article {
  display: table-row;
}
body.fsHasTheme4 .recent-varsity-games .fsAthleticsVs {
  display: none;
}
body.fsHasTheme4 .recent-varsity-games .teamsContainer {
  width: 65%;
  display: table-cell;
  padding: 0;
  border: none;
  padding: 10px 0 5px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  border-right: solid 1px rgba(0, 0, 0, 0.2);
  position: relative;
}
body.fsHasTheme4 .recent-varsity-games .teamsContainer:after {
  content: '';
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  left: 51%;
  top: 0;
}
body.fsHasTheme4 .recent-varsity-games article div, body.fsHasTheme4 .recent-varsity-games article span {
  height: 100%;
}
body.fsHasTheme4 .recent-varsity-games .fsTitle {
  width: 51%;
  vertical-align: top;
  float: left;
}
body.fsHasTheme4 .recent-varsity-games .fsAthleticsOpponents {
  width: 49%;
  vertical-align: top;
  float: left;
  padding: 0 15px;
}
body.fsHasTheme4 .recent-varsity-games .fsDateTime {
  display: none;
}
body.fsHasTheme4 .recent-varsity-games .resultsContainer {
  display: table-cell;
  vertical-align: top;
  padding: 10px 0 5px;
  width: 35%;
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  position: relative;
}
body.fsHasTheme4 .recent-varsity-games .resultsContainer:after {
  content: '';
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  left: 65%;
  top: 0;
}
body.fsHasTheme4 .recent-varsity-games .fsAthleticsResult {
  display: block;
  float: left;
  text-align: left;
  width: 35%;
  padding: 0 15px;
}
body.fsHasTheme4 .recent-varsity-games .fsAthleticsScore {
  width: 65%;
  display: block;
  float: left;
  padding: 0 15px;
}
body.fsHasTheme4 .recent-varsity-games .fsAthleticsResultWrapper {
  display: block;
  width: 100%;
}
body.fsHasTheme4 .upcoming-varsity-games {
  background-image: url("http://woodward.finalsite.com/uploaded/themes/default_2015/images/athletics/upcoming-games.jpg");
  background-size: cover;
  background-position: center;
}
body.fsHasTheme4 .athletics-news {
  font-family: "ff-dagny-web-pro", sans-serif;
  padding: 0 20px 30px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 .athletics-news {
    text-align: left;
    padding: 0 30px 50px;
  }
}
@media screen and (min-width: 980px) {
  body.fsHasTheme4 .athletics-news {
    padding: 0 0px 50px;
  }
}
body.fsHasTheme4 .athletics-news header, body.fsHasTheme4 .athletics-news header h2 {
  color: #494f55;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 0;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 .athletics-news header, body.fsHasTheme4 .athletics-news header h2 {
    font-size: 24px;
  }
}
body.fsHasTheme4 .athletics-news header {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
body.fsHasTheme4 .athletics-news header:before {
  content: '';
  height: 2px;
  background-color: #d7d9d9;
  display: block;
  width: 100%;
  top: 14px;
  position: absolute;
}
body.fsHasTheme4 .athletics-news h2 {
  padding: 0 20px;
  background-color: #fff;
  margin-bottom: 0;
  position: relative;
}
body.fsHasTheme4 .athletics-news .fsThumbnail {
  width: 90px;
  height: 90px;
  display: none;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 .athletics-news .fsThumbnail {
    display: block;
  }
}
body.fsHasTheme4 .athletics-news .fsListItems {
  text-align: justify;
}
body.fsHasTheme4 .athletics-news .fsListItems article {
  display: block;
  width: 100%;
  vertical-align: top;
  padding: 0 10px;
  border-bottom: solid 1px rgba(145, 149, 153, 0.2);
  text-align: center;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 .athletics-news .fsListItems article {
    display: inline-block;
    width: 49%;
    border-bottom: none;
    text-align: left;
  }
  body.fsHasTheme4 .athletics-news .fsListItems article:last-child {
    display: none;
  }
}
@media screen and (min-width: 950px) {
  body.fsHasTheme4 .athletics-news .fsListItems article {
    width: 33%;
    padding: 0 15px;
  }
  body.fsHasTheme4 .athletics-news .fsListItems article:first-child {
    padding-left: 0;
  }
  body.fsHasTheme4 .athletics-news .fsListItems article:last-child {
    display: inline-block;
    padding-right: 0;
  }
}
body.fsHasTheme4 .athletics-news .fsTitle {
  font-weight: bold;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-style: normal;
  margin-bottom: 20px;
  display: block;
  font-size: 17px;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 .athletics-news .fsTitle {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
body.fsHasTheme4 .athletics-news .fsTitle a {
  display: block;
  line-height: 1.2;
}
body.fsHasTheme4 .athletics-news .fsTime {
  display: none;
}
body.fsHasTheme4 .athletics-news .fsDateTime {
  color: #919599;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 5px;
  display: none;
}
body.fsHasTheme4 .athletics-news .fsDateTime:before {
  content: 'Posted ';
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 .athletics-news .fsDateTime {
    display: block;
  }
}
body.fsHasTheme4 .athletics-news .fsSummary {
  font-size: 15px;
  display: none;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 .athletics-news .fsSummary {
    display: block;
  }
}
body.fsHasTheme4 .athletics-news .fsReadMoreLink {
  font-weight: bold;
  font-size: 17px;
  display: none;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 .athletics-news .fsReadMoreLink {
    display: block;
  }
}
body.fsHasTheme4 .athletics-news .fsReadMoreLink:after {
  content: ' \f18e';
  color: #919599;
  font-family: 'icomoon';
  font-weight: normal;
  position: absolute;
  margin-left: 5px;
}
body.fsHasTheme4 .athletics-fame {
  text-align: left;
  padding: 0 20px 0px;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 .athletics-fame {
    padding: 0 30px 50px;
  }
}
body.fsHasTheme4 .athletics-fame header, body.fsHasTheme4 .athletics-fame header h2 {
  color: #494f55;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 0;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-style: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 .athletics-fame header, body.fsHasTheme4 .athletics-fame header h2 {
    font-size: 24px;
  }
}
body.fsHasTheme4 .athletics-fame > header {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
body.fsHasTheme4 .athletics-fame > header:before {
  content: '';
  height: 2px;
  background-color: #d7d9d9;
  display: block;
  width: 100%;
  top: 14px;
  position: absolute;
}
body.fsHasTheme4 .athletics-fame h2 {
  padding: 0 20px;
  background-color: #fff;
  margin-bottom: 0;
  position: relative;
}
body.fsHasTheme4 .athletics-fame .fsElementContent > section {
  padding: 0;
}
body.fsHasTheme4 .fame-slide {
  text-align: left;
  border: 1px solid #e1e3e3;
}
body.fsHasTheme4 .fame-slide header {
  padding: 20px 20px 10px;
}
body.fsHasTheme4 .fame-slide header h2 {
  display: block;
  padding: 0;
  font-size: 18px;
  margin-bottom: 5px;
}
body.fsHasTheme4 .fame-slide header .fsElementHeaderContent {
  font-family: "clavo", sans-serif;
  color: #005e63;
  font-style: italic;
  font-size: 18px;
  letter-spacing: .045em;
  text-transform: capitalize;
}
body.fsHasTheme4 .fame-slide .fame-photo {
  background-size: cover;
  background-position: center;
  height: 296px;
  width: 100%;
}
body.fsHasTheme4 .fame-slide .fame-photo img {
  opacity: 0;
  visibility: hidden;
}
body.fsHasTheme4 .fame-slide p {
  margin: 0;
  line-height: 1.2;
}
body.fsHasTheme4 .fame-slide .fsElementContent {
  color: #929599;
  font-size: 15px;
  font-family: "ff-dagny-web-pro", sans-serif;
  padding: 0 20px;
  font-weight: bold;
  line-height: 1.2;
}
body.fsHasTheme4 .fame-slide .fsElementFooterContent {
  text-align: left;
  font-family: "ff-dagny-web-pro", sans-serif;
  padding: 10px 20px 20px;
  font-weight: bold;
}
body.fsHasTheme4 .fame-slide .fsElementFooterContent a {
  font-size: 15px;
}
body.fsHasTheme4 .bottom-ath-image {
  background-size: cover;
  background-position: center;
  position: relative;
}
body.fsHasTheme4 .bottom-ath-image header {
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 .bottom-ath-image header {
    background-color: transparent;
  }
}
body.fsHasTheme4 .bottom-ath-image img {
  display: none;
  margin: 0;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 .bottom-ath-image img {
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
body.fsHasTheme4 .bottom-ath-image footer {
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 .bottom-ath-image footer {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    height: 121px;
    position: absolute;
    bottom: 0;
    padding: 0 30px;
  }
}
@media screen and (min-width: 950px) {
  body.fsHasTheme4 .bottom-ath-image footer {
    height: 82px;
  }
}
body.fsHasTheme4 .bottom-ath-image .fsElementFooterContent {
  font-family: "ff-dagny-web-pro", sans-serif;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  padding: 30px 0;
  position: relative;
}
@media screen and (min-width: 700px) {
  body.fsHasTheme4 .bottom-ath-image .fsElementFooterContent {
    font-size: 24px;
  }
}
body.fsHasTheme4 .bottom-ath-image .fsElementFooterContent p {
  margin: 0;
  display: block;
  text-align: center;
}
@media screen and (min-width: 950px) {
  body.fsHasTheme4 .bottom-ath-image .fsElementFooterContent p {
    display: inline-block;
    margin: 0;
    text-align: left;
  }
}
body.fsHasTheme4 .bottom-ath-image .fsElementFooterContent p:first-child {
  margin-bottom: 10px;
}
@media screen and (min-width: 950px) {
  body.fsHasTheme4 .bottom-ath-image .fsElementFooterContent p:first-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 .bottom-ath-image .fsElementFooterContent p:first-child:after {
    content: "\f099";
    font-family: 'icomoon';
    margin-left: 10px;
    position: absolute;
    margin-top: -1px;
  }
}
body.fsHasTheme4 .bottom-ath-image .fsElementFooterContent p:first-child a:hover {
  color: #ddde70;
}
body.fsHasTheme4 .bottom-ath-image .fsElementFooterContent p:first-child a:before {
  display: none;
}
@media screen and (max-width: 599px) {
  body.fsHasTheme4 .bottom-ath-image .fsElementFooterContent p:first-child a {
    background-color: #61131f;
    border-radius: 20px;
    line-height: 40px;
    padding: 0 40px;
    width: 240px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    color: #edd3d7;
  }
}
@media screen and (min-width: 950px) {
  body.fsHasTheme4 .bottom-ath-image .fsElementFooterContent p:last-child {
    float: right;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 22px;
  }
}
body.fsHasTheme4 .bottom-ath-image .fsElementFooterContent p:last-child a {
  font-size: 14px;
  border-radius: 20px;
  line-height: 40px;
  padding: 0;
  background-color: #a32035;
  display: block;
  width: 270px;
  text-align: center;
  margin: 0 auto;
}
body.fsHasTheme4 .bottom-ath-image .fsElementFooterContent p:last-child a:before {
  display: none;
}
body.fsHasTheme4 .bottom-ath-image .fsElementFooterContent p:last-child a:hover {
  color: #edd3d7;
  background-color: #410d16;
}
body.fsHasTheme4 .bottom-ath-image .fsElementFooterContent a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 700px) {
  body.fsHasTheme4 .bottom-ath-image .fsElementFooterContent a {
    font-size: 24px;
  }
}
body.fsHasTheme4 .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
body.fsHasTheme4 .swiper-slide {
  background: #fff;
  /* Center slide text vertically */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: block;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 245px;
  margin-right: 30px;
  padding: 0;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 .swiper-slide {
    width: 296px;
  }
}
body.fsHasTheme4 .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition-property: transform;
  box-sizing: content-box;
}
body.fsHasTheme4 .swiper-container-android .swiper-slide,
body.fsHasTheme4 .swiper-wrapper {
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
body.fsHasTheme4 .swiper-slide {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  position: relative;
}
body.fsHasTheme4 .swiper-scrollbar {
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  height: 28px;
  border: 1px solid #e1e3e3;
  border-radius: 15px;
  background-color: #f5f5f5;
  width: 950px;
  max-width: 100%;
  margin: 30px auto;
  overflow: hidden;
}
body.fsHasTheme4 .swiper-scrollbar:before {
  content: '\f104';
  font-family: 'icomoon';
  color: #919599;
  font-size: 18px;
  position: absolute;
  left: 10px;
  line-height: 28px;
  display: block;
  width: 15px;
  top: -2px;
  font-weight: bold;
}
body.fsHasTheme4 .swiper-scrollbar:after {
  content: '\f105';
  font-family: 'icomoon';
  color: #919599;
  font-size: 18px;
  position: absolute;
  right: 10px;
  line-height: 28px;
  display: inline-block;
  width: 15px;
  top: -2px;
  font-weight: bold;
  text-align: right;
}
body.fsHasTheme4 .swiper-scrollbar-drag {
  height: 28px;
  position: relative;
  background-color: #a32035;
  border-radius: 15px;
  left: 0px;
  top: -1px;
}
body.fsHasTheme4 .swiper-scrollbar-cursor-drag {
  cursor: move;
}
body.fsHasTheme4.lightbox #fsPageWrapper:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  top: 0;
  left: 0;
  z-index: 99;
}
body.fsHasTheme4.lightbox #fsPageWrapper .facilities-container {
  position: relative;
}
body.fsHasTheme4 .slideshowception {
  z-index: 100;
  background-color: transparent;
  width: 740px;
  padding: 0 35px;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  body.fsHasTheme4 .slideshowception {
    padding: 0 55px;
  }
}
body.fsHasTheme4 .slideshowception .slick-list:before, body.fsHasTheme4 .slideshowception .slick-list:after {
  display: none;
}
body.fsHasTheme4 .ception-wrapper {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 160px;
}
body.fsHasTheme4 .ception-wrapper .slick-prev, body.fsHasTheme4 .ception-wrapper .slick-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: transparent;
  border: none;
  height: 35px;
  width: 35px;
  color: transparent;
  padding: 0;
  transition: .3s;
  outline: 0;
}
@media screen and (min-width: 900px) {
  body.fsHasTheme4 .ception-wrapper .slick-prev, body.fsHasTheme4 .ception-wrapper .slick-next {
    height: 55px;
    width: 55px;
  }
}
body.fsHasTheme4 .ception-wrapper .slick-prev:hover, body.fsHasTheme4 .ception-wrapper .slick-next:hover {
  transition: .3s;
}
body.fsHasTheme4 .ception-wrapper .slick-prev:before, body.fsHasTheme4 .ception-wrapper .slick-next:before {
  content: '\f104';
  font-family: 'icomoon';
  color: #ffffff;
  font-size: 35px;
  position: absolute;
  line-height: 35px;
  display: block;
  width: 35px;
  top: 0;
  left: 0;
}
@media screen and (min-width: 900px) {
  body.fsHasTheme4 .ception-wrapper .slick-prev:before, body.fsHasTheme4 .ception-wrapper .slick-next:before {
    font-size: 55px;
    width: 55px;
    line-height: 55px;
  }
}
body.fsHasTheme4 .ception-wrapper .slick-next {
  right: 0;
  left: auto;
}
body.fsHasTheme4 .ception-wrapper .slick-next:before {
  content: '\f105';
}
body.fsHasTheme4 .facilities-photo {
  background-size: cover;
  background-position: center;
  height: 250px;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme4 .facilities-photo {
    height: 400px;
  }
}
body.fsHasTheme4 .facilities-photo img {
  opacity: 0;
  visibility: hidden;
}
body.fsHasTheme4 .close-out {
  background: url("/uploaded/themes/default_2015/images/vidCloseBtn.png") 0 0 no-repeat;
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  top: 100px;
  right: 20px;
  z-index: 101;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  body.fsHasTheme4 .close-out {
    top: 122px;
    right: calc(50% - 400px);
  }
}

body.fsHasTheme5 {
  /* Athletics Page Styles */
  /* Scrollbar */
}
body.fsHasTheme5 body.fsComposeMode .fsElement.fsStateEditable > .fsElementAddWrapper {
  z-index: 5;
}
body.fsHasTheme5 .fsElementActionSection {
  position: relative;
  z-index: 3;
}
body.fsHasTheme5 #fsPageBodyWrapper {
  padding: 0;
}
body.fsHasTheme5 #fsPageBody {
  max-width: inherit;
  padding: 0;
}
body.fsHasTheme5 #fsPageBody .fsElement {
  margin-bottom: 0 !important;
}
body.fsHasTheme5 .fsCroppedImage {
  width: 100%;
  height: 100%;
}
body.fsHasTheme5 #fsHeader {
  background-color: #FFF;
}
body.fsHasTheme5 section {
  text-align: center;
  padding: 30px 20px;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 section {
    padding: 50px 30px;
  }
}
body.fsHasTheme5 section > .fsElementContent {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
body.fsHasTheme5 section h2 {
  margin-bottom: 25px;
}
body.fsHasTheme5 section footer {
  text-align: center;
}
body.fsHasTheme5 section footer .fs_style_8 {
  margin: 0 auto;
}
body.fsHasTheme5 .accordion-slider-wrapper {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 700px) {
  body.fsHasTheme5 .accordion-slider-wrapper {
    height: 450px;
  }
}
@media (min-width: 901px) {
  body.fsHasTheme5 .accordion-slider-wrapper {
    height: 580px;
  }
}
@media (min-width: 700px) {
  body.fsHasTheme5 .accordion-slider-wrapper > .fsElementContent {
    display: table;
    width: 100%;
  }
}
body.fsHasTheme5 .ath-slide {
  height: 40px;
  display: block;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  transition: width .4s, height .4s;
  position: relative;
}
@media (min-width: 700px) {
  body.fsHasTheme5 .ath-slide {
    display: table-cell;
    width: 5%;
    height: 450px;
  }
}
@media (min-width: 901px) {
  body.fsHasTheme5 .ath-slide {
    height: 580px;
  }
}
body.fsHasTheme5 .ath-slide img {
  margin-bottom: 0 !important;
  max-width: none;
  display: none;
}
body.fsHasTheme5 .ath-slide.on {
  height: 350px;
  transition: width .4s, height .4s;
}
@media (min-width: 700px) {
  body.fsHasTheme5 .ath-slide.on {
    width: 70%;
    height: 450px;
  }
}
@media (min-width: 901px) {
  body.fsHasTheme5 .ath-slide.on {
    height: 580px;
  }
}
@media (min-width: 700px) {
  body.fsHasTheme5 .ath-slide.on.min {
    width: 69%;
  }
}
body.fsHasTheme5 .ath-slide.off {
  transition: width .4s, height .4s;
}
body.fsHasTheme5 .ath-slide.off:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: .3s;
}
@media (min-width: 700px) {
  body.fsHasTheme5 .ath-slide:hover.off {
    width: 6%;
  }
}
body.fsHasTheme5 .ath-slide:hover.off:after {
  background-color: transparent;
  transition: .3s;
}
body.fsHasTheme5 .ath-text {
  text-align: center;
  position: relative;
  padding: 0 20px;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .ath-text {
    padding: 0 30px;
  }
}
body.fsHasTheme5 .ath-text:after {
  content: '';
  position: absolute;
  top: -75px;
  width: 150px;
  height: 150px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  display: block;
}
body.fsHasTheme5 .ath-text:before {
  content: '';
  position: absolute;
  top: -71px;
  width: 142px;
  height: 142px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #fff;
  display: block;
}
body.fsHasTheme5 .ath-text .fsElementContent:before {
  content: url("/uploaded/themes/default_2015/images/athletics/war-eagle.png");
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -42px;
}
body.fsHasTheme5 .ath-text .fsElementContent, body.fsHasTheme5 .ath-text header, body.fsHasTheme5 .ath-text footer {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  padding: 50px 0;
  z-index: 2;
}
body.fsHasTheme5 .athletic-bar {
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .athletic-bar:hover > header .fsElementTitle:after {
    content: 'Watch  Video';
    border: none;
    font-family: "ff-dagny-web-pro", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    left: 0;
    display: block;
    text-align: center;
    width: 76px;
    height: 40px;
  }
}
body.fsHasTheme5 .athletic-bar:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/uploaded/themes/default_2015/images/athletics/dot-overlay.png");
  display: block;
}
body.fsHasTheme5 .athletic-bar > header {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
body.fsHasTheme5 .athletic-bar > header .fsElementTitle {
  color: #fff;
  font-family: "clavo", sans-serif;
  font-size: 24px;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  font-style: normal;
  font-weight: normal;
  position: relative;
  padding-left: 50px;
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .athletic-bar > header .fsElementTitle {
    font-size: 50px;
    padding-left: 100px;
  }
}
body.fsHasTheme5 .athletic-bar > header .fsElementTitle:before {
  content: '';
  width: 31px;
  height: 31px;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: #a32035;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .athletic-bar > header .fsElementTitle:before {
    width: 76px;
    height: 76px;
    top: -16px;
  }
}
body.fsHasTheme5 .athletic-bar > header .fsElementTitle:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: 12px;
  top: 8px;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .athletic-bar > header .fsElementTitle:after {
    border-width: 18px 0 18px 32px;
    left: 27px;
    top: 4px;
  }
}
body.fsHasTheme5 .athletic-bar img {
  opacity: 0;
  visibility: hidden;
  margin: 0 !important;
}
body.fsHasTheme5 .video-overlay-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  cursor: default;
  text-align: center;
}
body.fsHasTheme5 .video-overlay-wrapper video {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 100%;
}
body.fsHasTheme5 .close-button {
  background: url("/uploaded/themes/default_2015/images/vidCloseBtn.png") 0 0 no-repeat;
  width: 38px;
  height: 38px;
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 31;
  cursor: pointer;
}
body.fsHasTheme5 .facilities-container {
  padding: 30px 0 0;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .facilities-container {
    padding: 70px 0;
  }
}
body.fsHasTheme5 .facilities-container > header {
  text-align: center;
}
body.fsHasTheme5 .facilities-container .fsElementContent.slick-slider {
  max-width: none;
}
body.fsHasTheme5 .facilities-container .slick-list:before {
  content: '';
  width: 5%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .facilities-container .slick-list:before {
    width: 15%;
  }
}
body.fsHasTheme5 .facilities-container .slick-list:after {
  content: '';
  width: 5%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .facilities-container .slick-list:after {
    width: 15%;
    background-color: rgba(255, 255, 255, 0.75);
  }
}
body.fsHasTheme5 .facilities-container .slick-dots {
  list-style: none;
  padding: 0;
  margin: 30px 0 20px;
}
body.fsHasTheme5 .facilities-container .slick-dots li {
  display: inline-block;
  margin: 0 15px;
  height: 10px;
  overflow: hidden;
}
body.fsHasTheme5 .facilities-container .slick-dots li.slick-active button {
  background-color: #a32035;
}
body.fsHasTheme5 .facilities-container .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: rgba(163, 32, 53, 0.5);
  border: none;
  padding: 0;
  outline: 0;
}
body.fsHasTheme5 .facility-slide {
  position: relative;
  border: solid 1px #fff;
}
@media screen and (min-width: 900px) {
  body.fsHasTheme5 .facility-slide {
    border: none;
  }
}
body.fsHasTheme5 .facility-slide .fsDiv {
  margin: 0 !important;
  width: 100% !important;
}
@media screen and (min-width: 900px) {
  body.fsHasTheme5 .facility-slide .fsDiv {
    width: 50% !important;
  }
  body.fsHasTheme5 .facility-slide .fsDiv:last-child {
    display: block;
  }
}
body.fsHasTheme5 .facility-slide img {
  margin: 0;
  opacity: 0;
  visibility: hidden;
}
body.fsHasTheme5 .facility-slide footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
}
body.fsHasTheme5 .facility-slide footer p {
  margin: 0;
}
body.fsHasTheme5 .facility-slide footer a {
  display: block !important;
  text-transform: uppercase;
  color: #fff;
  font-family: "ff-dagny-web-pro", sans-serif;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 15px;
  font-weight: bold;
  padding: 12px;
}
body.fsHasTheme5 .facility-slide footer a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
@root .fsComposeMode .facility-slide footer {
  body.fsHasTheme5 .facility-slide {
    position: relative;
  }
}
body.fsHasTheme5 .facility-slide .tile {
  overflow: hidden;
}
@root body:not(.fsComposeMode) .tile:hover {
  body.fsHasTheme5 .facility-slide .tile .fsElementContent {
    transition: .4s;
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
body.fsHasTheme5 .facility-slide .tile .fsElementContent {
  background-size: cover;
  background-position: center;
  transition: .4s;
  height: 100%;
}
body.fsHasTheme5 .facility-slide .tile a:before {
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
@root body:not(.fsComposeMode) .tile img {
  body.fsHasTheme5 .facility-slide .tile {
    opacity: 0;
    visibility: hidden;
  }
}
@root .fsComposeMode .facility-slide .tile img {
  body.fsHasTheme5 .facility-slide .tile {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
body.fsHasTheme5 .facility-slide .tile.one {
  border-bottom: 2px solid #fff;
  height: 280px;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .facility-slide .tile.one {
    height: 475px;
  }
}
@media screen and (min-width: 900px) {
  body.fsHasTheme5 .facility-slide .tile.one {
    border: none;
    border-right: solid 2px #fff;
    border-left: solid 2px #fff;
  }
}
body.fsHasTheme5 .facility-slide .tile.two {
  height: 240px;
  border-bottom: solid 2px #fff;
}
body.fsHasTheme5 .facility-slide .tile.three {
  height: 235px;
  width: 50%;
  float: left;
  border-right: solid 1px #fff;
}
body.fsHasTheme5 .facility-slide .tile.four {
  height: 235px;
  width: 50%;
  float: left;
  border-left: solid 1px #fff;
}
body.fsHasTheme5 .facility-slide .tile a {
  white-space: initial;
}
body.fsHasTheme5.fsDraftMode .team-content {
  width: 145px;
  display: inline-block;
}
body.fsHasTheme5.fsDraftMode .team-content a {
  white-space: normal;
}
body.fsHasTheme5 .varsity-teams {
  background-color: #a32136;
  color: #fff;
}
@media screen and (max-width: 599px) {
  body.fsHasTheme5 .varsity-teams {
    padding: 0px 20px;
  }
  body.fsHasTheme5 .varsity-teams header {
    cursor: pointer;
  }
  body.fsHasTheme5 .varsity-teams header h2 {
    margin-bottom: 0;
    line-height: 54px;
    font-size: 18px;
  }
  body.fsHasTheme5 .varsity-teams header h2:after {
    font-family: 'icomoon';
    content: '\f107';
    color: #d1909a;
    margin-left: 10px;
    font-weight: bold;
    font-size: 24px;
    position: absolute;
    line-height: 52px;
  }
  body.fsHasTheme5 .varsity-teams > .fsElementContent {
    display: none;
    padding: 20px 0;
  }
  body.fsHasTheme5 .varsity-teams.open .fsElementContent {
    display: block;
  }
}
body.fsHasTheme5 .varsity-teams a {
  color: #fff;
  font-size: 15px;
  white-space: normal !important;
}
body.fsHasTheme5 .varsity-teams a:hover {
  color: #d1909a;
}
body.fsHasTheme5 .varsity-teams h2 {
  color: white;
  color: #fff;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
}
body.fsHasTheme5 .varsity-teams > .fsElementContent {
  max-width: 500px;
}
@media screen and (min-width: 800px) {
  body.fsHasTheme5 .varsity-teams > .fsElementContent {
    max-width: 600px;
  }
}
@media screen and (min-width: 950px) {
  body.fsHasTheme5 .varsity-teams > .fsElementContent {
    max-width: 870px;
  }
}
body.fsHasTheme5 .varsity-teams .fsAthleticsTeamDirectory {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.fsHasTheme5 .varsity-teams .slick-slide {
  color: #fff;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  width: 148px;
}
body.fsHasTheme5 .varsity-teams .slick-slide a {
  display: block;
  white-space: initial;
}
body.fsHasTheme5 .varsity-teams .slick-slide a:before {
  display: none;
}
body.fsHasTheme5 .varsity-teams .slick-slider button:not(.fsElementActionButton):not(.fsElementAdd) {
  width: 20px;
  position: absolute;
  top: 40%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: transparent;
  padding: 0;
  height: 28px;
  outline: 0;
}
body.fsHasTheme5 .varsity-teams .slick-slider button:not(.fsElementActionButton):not(.fsElementAdd):before {
  content: '\f105';
  color: #d18f99;
  font-family: 'icomoon';
  font-weight: bold;
  font-size: 32px;
  display: block;
  line-height: 28px;
}
body.fsHasTheme5 .varsity-teams .slick-slider button:not(.fsElementActionButton):not(.fsElementAdd).slick-prev {
  left: -45px;
}
@media screen and (min-width: 950px) {
  body.fsHasTheme5 .varsity-teams .slick-slider button:not(.fsElementActionButton):not(.fsElementAdd).slick-prev {
    left: -25px;
  }
}
body.fsHasTheme5 .varsity-teams .slick-slider button:not(.fsElementActionButton):not(.fsElementAdd).slick-prev:before {
  content: '\f104';
}
body.fsHasTheme5 .varsity-teams .slick-slider button:not(.fsElementActionButton):not(.fsElementAdd).slick-next {
  right: -45px;
}
@media screen and (min-width: 950px) {
  body.fsHasTheme5 .varsity-teams .slick-slider button:not(.fsElementActionButton):not(.fsElementAdd).slick-next {
    right: -25px;
  }
}
body.fsHasTheme5 .team-content .fsElementHeaderContent {
  background-size: cover;
  background-position: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  margin: 0 auto 10px;
  display: none;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .team-content .fsElementHeaderContent {
    display: block;
  }
}
body.fsHasTheme5 .team-content .fsElementHeaderContent img {
  display: none;
}
body.fsHasTheme5 .team-content p {
  margin-bottom: 10px;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 15px;
  font-weight: bold;
}
body.fsHasTheme5 .team-content a:before {
  display: none;
}
body.fsHasTheme5 .varsity-calendar {
  display: table;
  padding: 0 20px 40px;
  width: 100%;
  color: #fff;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .varsity-calendar {
    padding: 0 40px 40px;
  }
}
body.fsHasTheme5 .varsity-calendar .fsAthleticsEvent {
  padding-bottom: 50px;
  padding-top: 50px;
  margin: 0 auto;
}
body.fsHasTheme5 .varsity-calendar .fsAthleticsEvent .fsElementContent {
  padding-bottom: 70px;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .varsity-calendar .fsAthleticsEvent .fsElementContent {
    padding-bottom: 80px;
  }
}
body.fsHasTheme5 .varsity-calendar .fsAthleticsEvent p {
  margin-bottom: 0;
}
body.fsHasTheme5 .varsity-calendar .fsAthleticsEvent footer {
  text-align: center;
}
body.fsHasTheme5 .varsity-calendar .fsAthleticsEvent footer a {
  border: 1px solid #dddd70;
  text-transform: uppercase;
  display: inline-block;
  line-height: 32px;
  padding: 0 10px;
  font-size: 17px;
  letter-spacing: .045em;
}
body.fsHasTheme5 .varsity-calendar .fsAthleticsEvent footer a:hover {
  background-color: #dddd70;
}
body.fsHasTheme5 .varsity-calendar > .fsElementContent {
  display: table-row;
}
body.fsHasTheme5 .varsity-calendar h2 {
  color: #dddd70;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  position: relative;
  margin-bottom: 40px;
}
body.fsHasTheme5 .varsity-calendar h2:after {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  opacity: .5;
  background-color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -20px;
}
body.fsHasTheme5 .varsity-calendar a {
  color: #fff;
}
body.fsHasTheme5 .varsity-calendar article {
  text-align: left;
}
body.fsHasTheme5 .upcoming-varsity-games, body.fsHasTheme5 .recent-varsity-games {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 1025px) {
  body.fsHasTheme5 .upcoming-varsity-games, body.fsHasTheme5 .recent-varsity-games {
    width: 50%;
    height: 100%;
    display: table-cell;
  }
}
body.fsHasTheme5 .upcoming-varsity-games footer, body.fsHasTheme5 .recent-varsity-games footer {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 50px;
}
body.fsHasTheme5 .upcoming-varsity-games article, body.fsHasTheme5 .recent-varsity-games article {
  display: table-row;
}
body.fsHasTheme5 .upcoming-varsity-games article:last-child .teamsContainer, body.fsHasTheme5 .upcoming-varsity-games article:last-child .fsDateTime, body.fsHasTheme5 .upcoming-varsity-games article:last-child .resultsContainer, body.fsHasTheme5 .recent-varsity-games article:last-child .teamsContainer, body.fsHasTheme5 .recent-varsity-games article:last-child .fsDateTime, body.fsHasTheme5 .recent-varsity-games article:last-child .resultsContainer {
  border-bottom: none;
  padding-bottom: 10px;
}
body.fsHasTheme5 .upcoming-varsity-games .teamsContainer, body.fsHasTheme5 .recent-varsity-games .teamsContainer {
  display: table-cell;
  padding: 10px 15px 5px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  border-right: solid 1px rgba(0, 0, 0, 0.2);
  width: 80%;
}
body.fsHasTheme5 .upcoming-varsity-games .teamsContainer div, body.fsHasTheme5 .recent-varsity-games .teamsContainer div {
  display: inline-block;
}
body.fsHasTheme5 .upcoming-varsity-games .fsDateTime, body.fsHasTheme5 .recent-varsity-games .fsDateTime {
  display: table-cell;
  padding: 10px 0 5px 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
body.fsHasTheme5 .upcoming-varsity-games {
  padding: 0 20px;
}
@media screen and (min-width: 750px) {
  body.fsHasTheme5 .upcoming-varsity-games {
    padding: 0 50px;
  }
}
@media screen and (min-width: 850px) {
  body.fsHasTheme5 .upcoming-varsity-games {
    padding: 0 100px;
  }
}
@media screen and (min-width: 1025px) {
  body.fsHasTheme5 .upcoming-varsity-games {
    padding: 0 50px;
  }
}
body.fsHasTheme5 .upcoming-varsity-games .fsListItems {
  position: relative;
  display: none;
  width: 100%;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .upcoming-varsity-games .fsListItems {
    display: table;
  }
}
body.fsHasTheme5 .upcoming-varsity-games article {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
body.fsHasTheme5 .upcoming-varsity-games .fsAthleticsOpponents {
  margin-right: 5px;
}
body.fsHasTheme5 .upcoming-varsity-games .fsAthleticsLocations:before {
  content: 'at ';
  display: inline-block;
  margin-right: 5px;
}
body.fsHasTheme5 .upcoming-varsity-games .fsTitle {
  margin-right: 5px;
}
body.fsHasTheme5 .recent-varsity-games {
  background-image: url("http://woodward.finalsite.com/uploaded/themes/default_2015/images/athletics/ath-results-bg.png");
  background-size: cover;
  background-position: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 750px) {
  body.fsHasTheme5 .recent-varsity-games {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 850px) {
  body.fsHasTheme5 .recent-varsity-games {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 1025px) {
  body.fsHasTheme5 .recent-varsity-games {
    padding-left: 50px;
    padding-right: 50px;
  }
}
body.fsHasTheme5 .recent-varsity-games .fsListItems {
  position: relative;
  display: none;
  width: 100%;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .recent-varsity-games .fsListItems {
    display: table;
  }
}
body.fsHasTheme5 .recent-varsity-games article {
  display: table-row;
}
body.fsHasTheme5 .recent-varsity-games .fsAthleticsVs {
  display: none;
}
body.fsHasTheme5 .recent-varsity-games .teamsContainer {
  width: 65%;
  display: table-cell;
  padding: 0;
  border: none;
  padding: 10px 0 5px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  border-right: solid 1px rgba(0, 0, 0, 0.2);
  position: relative;
}
body.fsHasTheme5 .recent-varsity-games .teamsContainer:after {
  content: '';
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  left: 51%;
  top: 0;
}
body.fsHasTheme5 .recent-varsity-games article div, body.fsHasTheme5 .recent-varsity-games article span {
  height: 100%;
}
body.fsHasTheme5 .recent-varsity-games .fsTitle {
  width: 51%;
  vertical-align: top;
  float: left;
}
body.fsHasTheme5 .recent-varsity-games .fsAthleticsOpponents {
  width: 49%;
  vertical-align: top;
  float: left;
  padding: 0 15px;
}
body.fsHasTheme5 .recent-varsity-games .fsDateTime {
  display: none;
}
body.fsHasTheme5 .recent-varsity-games .resultsContainer {
  display: table-cell;
  vertical-align: top;
  padding: 10px 0 5px;
  width: 35%;
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  position: relative;
}
body.fsHasTheme5 .recent-varsity-games .resultsContainer:after {
  content: '';
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  left: 65%;
  top: 0;
}
body.fsHasTheme5 .recent-varsity-games .fsAthleticsResult {
  display: block;
  float: left;
  text-align: left;
  width: 35%;
  padding: 0 15px;
}
body.fsHasTheme5 .recent-varsity-games .fsAthleticsScore {
  width: 65%;
  display: block;
  float: left;
  padding: 0 15px;
}
body.fsHasTheme5 .recent-varsity-games .fsAthleticsResultWrapper {
  display: block;
  width: 100%;
}
body.fsHasTheme5 .upcoming-varsity-games {
  background-image: url("http://woodward.finalsite.com/uploaded/themes/default_2015/images/athletics/upcoming-games.jpg");
  background-size: cover;
  background-position: center;
}
body.fsHasTheme5 .athletics-news {
  font-family: "ff-dagny-web-pro", sans-serif;
  padding: 0 20px 30px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .athletics-news {
    text-align: left;
    padding: 0 30px 50px;
  }
}
@media screen and (min-width: 980px) {
  body.fsHasTheme5 .athletics-news {
    padding: 0 0px 50px;
  }
}
body.fsHasTheme5 .athletics-news header, body.fsHasTheme5 .athletics-news header h2 {
  color: #494f55;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 0;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .athletics-news header, body.fsHasTheme5 .athletics-news header h2 {
    font-size: 24px;
  }
}
body.fsHasTheme5 .athletics-news header {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
body.fsHasTheme5 .athletics-news header:before {
  content: '';
  height: 2px;
  background-color: #d7d9d9;
  display: block;
  width: 100%;
  top: 14px;
  position: absolute;
}
body.fsHasTheme5 .athletics-news h2 {
  padding: 0 20px;
  background-color: #fff;
  margin-bottom: 0;
  position: relative;
}
body.fsHasTheme5 .athletics-news .fsThumbnail {
  width: 90px;
  height: 90px;
  display: none;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .athletics-news .fsThumbnail {
    display: block;
  }
}
body.fsHasTheme5 .athletics-news .fsListItems {
  text-align: justify;
}
body.fsHasTheme5 .athletics-news .fsListItems article {
  display: block;
  width: 100%;
  vertical-align: top;
  padding: 0 10px;
  border-bottom: solid 1px rgba(145, 149, 153, 0.2);
  text-align: center;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .athletics-news .fsListItems article {
    display: inline-block;
    width: 49%;
    border-bottom: none;
    text-align: left;
  }
  body.fsHasTheme5 .athletics-news .fsListItems article:last-child {
    display: none;
  }
}
@media screen and (min-width: 950px) {
  body.fsHasTheme5 .athletics-news .fsListItems article {
    width: 33%;
    padding: 0 15px;
  }
  body.fsHasTheme5 .athletics-news .fsListItems article:first-child {
    padding-left: 0;
  }
  body.fsHasTheme5 .athletics-news .fsListItems article:last-child {
    display: inline-block;
    padding-right: 0;
  }
}
body.fsHasTheme5 .athletics-news .fsTitle {
  font-weight: bold;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-style: normal;
  margin-bottom: 20px;
  display: block;
  font-size: 17px;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .athletics-news .fsTitle {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
body.fsHasTheme5 .athletics-news .fsTitle a {
  display: block;
  line-height: 1.2;
}
body.fsHasTheme5 .athletics-news .fsTime {
  display: none;
}
body.fsHasTheme5 .athletics-news .fsDateTime {
  color: #919599;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 5px;
  display: none;
}
body.fsHasTheme5 .athletics-news .fsDateTime:before {
  content: 'Posted ';
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .athletics-news .fsDateTime {
    display: block;
  }
}
body.fsHasTheme5 .athletics-news .fsSummary {
  font-size: 15px;
  display: none;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .athletics-news .fsSummary {
    display: block;
  }
}
body.fsHasTheme5 .athletics-news .fsReadMoreLink {
  font-weight: bold;
  font-size: 17px;
  display: none;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .athletics-news .fsReadMoreLink {
    display: block;
  }
}
body.fsHasTheme5 .athletics-news .fsReadMoreLink:after {
  content: ' \f18e';
  color: #919599;
  font-family: 'icomoon';
  font-weight: normal;
  position: absolute;
  margin-left: 5px;
}
body.fsHasTheme5 .athletics-fame {
  text-align: left;
  padding: 0 20px 0px;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .athletics-fame {
    padding: 0 30px 50px;
  }
}
body.fsHasTheme5 .athletics-fame header, body.fsHasTheme5 .athletics-fame header h2 {
  color: #494f55;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 0;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-style: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .athletics-fame header, body.fsHasTheme5 .athletics-fame header h2 {
    font-size: 24px;
  }
}
body.fsHasTheme5 .athletics-fame > header {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
body.fsHasTheme5 .athletics-fame > header:before {
  content: '';
  height: 2px;
  background-color: #d7d9d9;
  display: block;
  width: 100%;
  top: 14px;
  position: absolute;
}
body.fsHasTheme5 .athletics-fame h2 {
  padding: 0 20px;
  background-color: #fff;
  margin-bottom: 0;
  position: relative;
}
body.fsHasTheme5 .athletics-fame .fsElementContent > section {
  padding: 0;
}
body.fsHasTheme5 .fame-slide {
  text-align: left;
  border: 1px solid #e1e3e3;
}
body.fsHasTheme5 .fame-slide header {
  padding: 20px 20px 10px;
}
body.fsHasTheme5 .fame-slide header h2 {
  display: block;
  padding: 0;
  font-size: 18px;
  margin-bottom: 5px;
}
body.fsHasTheme5 .fame-slide header .fsElementHeaderContent {
  font-family: "clavo", sans-serif;
  color: #005e63;
  font-style: italic;
  font-size: 18px;
  letter-spacing: .045em;
  text-transform: capitalize;
}
body.fsHasTheme5 .fame-slide .fame-photo {
  background-size: cover;
  background-position: center;
  height: 296px;
  width: 100%;
}
body.fsHasTheme5 .fame-slide .fame-photo img {
  opacity: 0;
  visibility: hidden;
}
body.fsHasTheme5 .fame-slide p {
  margin: 0;
  line-height: 1.2;
}
body.fsHasTheme5 .fame-slide .fsElementContent {
  color: #929599;
  font-size: 15px;
  font-family: "ff-dagny-web-pro", sans-serif;
  padding: 0 20px;
  font-weight: bold;
  line-height: 1.2;
}
body.fsHasTheme5 .fame-slide .fsElementFooterContent {
  text-align: left;
  font-family: "ff-dagny-web-pro", sans-serif;
  padding: 10px 20px 20px;
  font-weight: bold;
}
body.fsHasTheme5 .fame-slide .fsElementFooterContent a {
  font-size: 15px;
}
body.fsHasTheme5 .bottom-ath-image {
  background-size: cover;
  background-position: center;
  position: relative;
}
body.fsHasTheme5 .bottom-ath-image header {
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .bottom-ath-image header {
    background-color: transparent;
  }
}
body.fsHasTheme5 .bottom-ath-image img {
  display: none;
  margin: 0;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .bottom-ath-image img {
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
body.fsHasTheme5 .bottom-ath-image footer {
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .bottom-ath-image footer {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    height: 121px;
    position: absolute;
    bottom: 0;
    padding: 0 30px;
  }
}
@media screen and (min-width: 950px) {
  body.fsHasTheme5 .bottom-ath-image footer {
    height: 82px;
  }
}
body.fsHasTheme5 .bottom-ath-image .fsElementFooterContent {
  font-family: "ff-dagny-web-pro", sans-serif;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  padding: 30px 0;
  position: relative;
}
@media screen and (min-width: 700px) {
  body.fsHasTheme5 .bottom-ath-image .fsElementFooterContent {
    font-size: 24px;
  }
}
body.fsHasTheme5 .bottom-ath-image .fsElementFooterContent p {
  margin: 0;
  display: block;
  text-align: center;
}
@media screen and (min-width: 950px) {
  body.fsHasTheme5 .bottom-ath-image .fsElementFooterContent p {
    display: inline-block;
    margin: 0;
    text-align: left;
  }
}
body.fsHasTheme5 .bottom-ath-image .fsElementFooterContent p:first-child {
  margin-bottom: 10px;
}
@media screen and (min-width: 950px) {
  body.fsHasTheme5 .bottom-ath-image .fsElementFooterContent p:first-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .bottom-ath-image .fsElementFooterContent p:first-child:after {
    content: "\f099";
    font-family: 'icomoon';
    margin-left: 10px;
    position: absolute;
    margin-top: -1px;
  }
}
body.fsHasTheme5 .bottom-ath-image .fsElementFooterContent p:first-child a:hover {
  color: #ddde70;
}
body.fsHasTheme5 .bottom-ath-image .fsElementFooterContent p:first-child a:before {
  display: none;
}
@media screen and (max-width: 599px) {
  body.fsHasTheme5 .bottom-ath-image .fsElementFooterContent p:first-child a {
    background-color: #61131f;
    border-radius: 20px;
    line-height: 40px;
    padding: 0 40px;
    width: 240px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    color: #edd3d7;
  }
}
@media screen and (min-width: 950px) {
  body.fsHasTheme5 .bottom-ath-image .fsElementFooterContent p:last-child {
    float: right;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 22px;
  }
}
body.fsHasTheme5 .bottom-ath-image .fsElementFooterContent p:last-child a {
  font-size: 14px;
  border-radius: 20px;
  line-height: 40px;
  padding: 0;
  background-color: #a32035;
  display: block;
  width: 270px;
  text-align: center;
  margin: 0 auto;
}
body.fsHasTheme5 .bottom-ath-image .fsElementFooterContent p:last-child a:before {
  display: none;
}
body.fsHasTheme5 .bottom-ath-image .fsElementFooterContent p:last-child a:hover {
  color: #edd3d7;
  background-color: #410d16;
}
body.fsHasTheme5 .bottom-ath-image .fsElementFooterContent a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 700px) {
  body.fsHasTheme5 .bottom-ath-image .fsElementFooterContent a {
    font-size: 24px;
  }
}
body.fsHasTheme5 .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
body.fsHasTheme5 .swiper-slide {
  background: #fff;
  /* Center slide text vertically */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: block;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 245px;
  margin-right: 30px;
  padding: 0;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .swiper-slide {
    width: 296px;
  }
}
body.fsHasTheme5 .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition-property: transform;
  box-sizing: content-box;
}
body.fsHasTheme5 .swiper-container-android .swiper-slide,
body.fsHasTheme5 .swiper-wrapper {
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
body.fsHasTheme5 .swiper-slide {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  position: relative;
}
body.fsHasTheme5 .swiper-scrollbar {
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  height: 28px;
  border: 1px solid #e1e3e3;
  border-radius: 15px;
  background-color: #f5f5f5;
  width: 950px;
  max-width: 100%;
  margin: 30px auto;
  overflow: hidden;
}
body.fsHasTheme5 .swiper-scrollbar:before {
  content: '\f104';
  font-family: 'icomoon';
  color: #919599;
  font-size: 18px;
  position: absolute;
  left: 10px;
  line-height: 28px;
  display: block;
  width: 15px;
  top: -2px;
  font-weight: bold;
}
body.fsHasTheme5 .swiper-scrollbar:after {
  content: '\f105';
  font-family: 'icomoon';
  color: #919599;
  font-size: 18px;
  position: absolute;
  right: 10px;
  line-height: 28px;
  display: inline-block;
  width: 15px;
  top: -2px;
  font-weight: bold;
  text-align: right;
}
body.fsHasTheme5 .swiper-scrollbar-drag {
  height: 28px;
  position: relative;
  background-color: #a32035;
  border-radius: 15px;
  left: 0px;
  top: -1px;
}
body.fsHasTheme5 .swiper-scrollbar-cursor-drag {
  cursor: move;
}
body.fsHasTheme5.lightbox #fsPageWrapper:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  top: 0;
  left: 0;
  z-index: 99;
}
body.fsHasTheme5.lightbox #fsPageWrapper .facilities-container {
  position: relative;
}
body.fsHasTheme5 .slideshowception {
  z-index: 100;
  background-color: transparent;
  width: 740px;
  padding: 0 35px;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  body.fsHasTheme5 .slideshowception {
    padding: 0 55px;
  }
}
body.fsHasTheme5 .slideshowception .slick-list:before, body.fsHasTheme5 .slideshowception .slick-list:after {
  display: none;
}
body.fsHasTheme5 .ception-wrapper {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 160px;
}
body.fsHasTheme5 .ception-wrapper .slick-prev, body.fsHasTheme5 .ception-wrapper .slick-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: transparent;
  border: none;
  height: 35px;
  width: 35px;
  color: transparent;
  padding: 0;
  transition: .3s;
  outline: 0;
}
@media screen and (min-width: 900px) {
  body.fsHasTheme5 .ception-wrapper .slick-prev, body.fsHasTheme5 .ception-wrapper .slick-next {
    height: 55px;
    width: 55px;
  }
}
body.fsHasTheme5 .ception-wrapper .slick-prev:hover, body.fsHasTheme5 .ception-wrapper .slick-next:hover {
  transition: .3s;
}
body.fsHasTheme5 .ception-wrapper .slick-prev:before, body.fsHasTheme5 .ception-wrapper .slick-next:before {
  content: '\f104';
  font-family: 'icomoon';
  color: #ffffff;
  font-size: 35px;
  position: absolute;
  line-height: 35px;
  display: block;
  width: 35px;
  top: 0;
  left: 0;
}
@media screen and (min-width: 900px) {
  body.fsHasTheme5 .ception-wrapper .slick-prev:before, body.fsHasTheme5 .ception-wrapper .slick-next:before {
    font-size: 55px;
    width: 55px;
    line-height: 55px;
  }
}
body.fsHasTheme5 .ception-wrapper .slick-next {
  right: 0;
  left: auto;
}
body.fsHasTheme5 .ception-wrapper .slick-next:before {
  content: '\f105';
}
body.fsHasTheme5 .facilities-photo {
  background-size: cover;
  background-position: center;
  height: 250px;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .facilities-photo {
    height: 400px;
  }
}
body.fsHasTheme5 .facilities-photo img {
  opacity: 0;
  visibility: hidden;
}
body.fsHasTheme5 .close-out {
  background: url("/uploaded/themes/default_2015/images/vidCloseBtn.png") 0 0 no-repeat;
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  top: 100px;
  right: 20px;
  z-index: 101;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  body.fsHasTheme5 .close-out {
    top: 122px;
    right: calc(50% - 400px);
  }
}
body.fsHasTheme5 .fsStateEditable {
  position: relative;
  z-index: 99;
}
body.fsHasTheme5 .welcome-wrapper {
  padding: 50px 10px;
}
@media screen and (min-width: 800px) {
  body.fsHasTheme5 .welcome-wrapper {
    padding: 50px 30px;
  }
}
body.fsHasTheme5 .welcome-wrapper h2 {
  font-family: "clavo", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 21px;
  color: #a32136;
  font-style: normal;
  font-weight: normal;
}
@media screen and (min-width: 650px) {
  body.fsHasTheme5 .welcome-wrapper h2 {
    font-size: 50px;
    line-height: 0.8;
  }
}
body.fsHasTheme5 .welcome-wrapper .fsElementHeaderContent {
  color: #929599;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
}
@media screen and (min-width: 650px) {
  body.fsHasTheme5 .welcome-wrapper .fsElementHeaderContent {
    font-size: 28px;
    line-height: 34px;
  }
}
body.fsHasTheme5 .welcome-wrapper .fsElementFooterContent {
  color: #494f55;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .045em;
}
@media screen and (min-width: 400px) {
  body.fsHasTheme5 .welcome-wrapper .fsElementFooterContent {
    font-size: 24px;
  }
}
body.fsHasTheme5 .welcome-wrapper p {
  margin-bottom: 20px;
}
body.fsHasTheme5 .welcome-wrapper > footer {
  display: inline-block;
}
body.fsHasTheme5 .welcome-wrapper > footer .fsElementFooterContent {
  position: relative;
}
body.fsHasTheme5 .welcome-wrapper > footer .fsElementFooterContent:before, body.fsHasTheme5 .welcome-wrapper > footer .fsElementFooterContent:after {
  content: '';
  position: absolute;
  left: 20px;
  width: 43px;
  height: 2px;
  background-color: #d7d9d9;
  top: 12px;
}
@media screen and (min-width: 400px) {
  body.fsHasTheme5 .welcome-wrapper > footer .fsElementFooterContent:before, body.fsHasTheme5 .welcome-wrapper > footer .fsElementFooterContent:after {
    left: 30px;
  }
}
body.fsHasTheme5 .welcome-wrapper > footer .fsElementFooterContent:after {
  left: auto;
  right: 20px;
}
@media screen and (min-width: 400px) {
  body.fsHasTheme5 .welcome-wrapper > footer .fsElementFooterContent:after {
    right: 30px;
  }
}
body.fsHasTheme5 #fsPageBody .welcome-wrapper .fsElementFooterContent a {
  background-color: #dddd70;
  color: #4a4f54;
  max-width: none;
  display: inline-block;
  width: auto;
}
body.fsHasTheme5 #fsPageBody .welcome-wrapper .fsThreeColumnLayout {
  margin: 50px 0 !important;
}
body.fsHasTheme5 #fsPageBody .welcome-wrapper .fsThreeColumnLayout .fsDiv {
  width: 100%;
  float: none;
  padding-top: 30px;
}
body.fsHasTheme5 #fsPageBody .welcome-wrapper .fsThreeColumnLayout .fsDiv:first-child {
  padding-top: 0;
}
@media screen and (min-width: 650px) {
  body.fsHasTheme5 #fsPageBody .welcome-wrapper .fsThreeColumnLayout .fsDiv {
    width: 50%;
    float: left;
    margin: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 950px) {
  body.fsHasTheme5 #fsPageBody .welcome-wrapper .fsThreeColumnLayout .fsDiv {
    width: 30%;
    margin: 0 1.5%;
    padding-top: 0;
  }
}
body.fsHasTheme5 #fsPageBody .welcome-wrapper .fsThreeColumnLayout .fsDiv:last-child {
  width: 100%;
}
@media screen and (min-width: 650px) {
  body.fsHasTheme5 #fsPageBody .welcome-wrapper .fsThreeColumnLayout .fsDiv:last-child {
    padding-top: 40px;
    width: 100%;
  }
}
@media screen and (min-width: 950px) {
  body.fsHasTheme5 #fsPageBody .welcome-wrapper .fsThreeColumnLayout .fsDiv:last-child {
    padding-top: 0;
    width: 30%;
  }
}
body.fsHasTheme5 #fsPageBody .welcome-wrapper .welcome-button-treatment {
  margin: 0 auto !important;
}
body.fsHasTheme5 .welcome-button-treatment {
  position: relative;
  width: 280px;
}
@media screen and (min-width: 650px) {
  body.fsHasTheme5 .welcome-button-treatment {
    width: 290px;
  }
}
body.fsHasTheme5 .welcome-button-treatment header {
  width: 280px;
  height: 280px;
  display: block;
  border-radius: 100%;
  overflow: hidden;
}
@media screen and (min-width: 650px) {
  body.fsHasTheme5 .welcome-button-treatment header {
    width: 290px;
    height: 290px;
  }
}
body.fsHasTheme5 .welcome-button-treatment > footer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
body.fsHasTheme5 .welcome-button-treatment > footer a {
  color: #fff !important;
  font-family: "clavo", sans-serif;
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  background-color: transparent !important;
  text-transform: none !important;
  line-height: 280px;
  width: 100% !important;
  height: 100%;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  letter-spacing: 0;
}
@media screen and (min-width: 650px) {
  body.fsHasTheme5 .welcome-button-treatment > footer a {
    line-height: 290px;
  }
}
body.fsHasTheme5 .welcome-button-treatment > footer a:before {
  display: none;
}
body.fsHasTheme5 .welcome-button-treatment:before {
  content: '';
  max-width: 260px;
  width: calc(100% - 20px);
  max-height: 260px;
  height: calc(100% - 20px);
  background-color: #a32136;
  border-radius: 100%;
  padding: 0 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.5s;
}
@media screen and (min-width: 650px) {
  body.fsHasTheme5 .welcome-button-treatment:before {
    max-width: 270px;
    max-height: 270px;
  }
}
body.fsHasTheme5 .welcome-button-treatment:hover:before {
  -ms-transform: scale(1);
  transform: scale(1);
}
body.fsHasTheme5 .welcome-button-treatment .fsStateEditable {
  position: relative;
  z-index: 3;
}
body.fsHasTheme5 .welcome-button-treatment.visit footer .fsElementFooterContent, body.fsHasTheme5 .welcome-button-treatment.apply footer .fsElementFooterContent {
  color: #fff !important;
  font-family: "clavo", sans-serif;
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  background-color: transparent !important;
  text-transform: none !important;
  line-height: 290px;
  width: 100% !important;
  height: 100%;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  letter-spacing: 0;
  cursor: pointer;
}
body.fsHasTheme5 .welcome-button-treatment.visit footer .fsElementFooterContent:before, body.fsHasTheme5 .welcome-button-treatment.apply footer .fsElementFooterContent:before {
  display: none;
}
body.fsHasTheme5 .welcome-button-treatment.open header {
  border: 10px solid #a32035;
}
body.fsHasTheme5 .welcome-button-treatment.open:hover:before {
  -ms-transform: scale(0);
  transform: scale(0);
}
body.fsHasTheme5 .visit-content, body.fsHasTheme5 .apply-content {
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  height: 0;
  overflow: hidden;
  padding-bottom: 0;
}
body.fsHasTheme5 .visit-content.display-content, body.fsHasTheme5 .apply-content.display-content {
  opacity: 1;
  visibility: visible;
  transition: .3s;
  height: 100%;
  padding-bottom: 50px;
}
body.fsHasTheme5 .visit-content a, body.fsHasTheme5 .apply-content a {
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 700;
  overflow: visible !important;
  font-size: 16px;
}
body.fsHasTheme5 .visit-content a:before, body.fsHasTheme5 .apply-content a:before {
  display: none;
}
body.fsHasTheme5 .visit-content a:after, body.fsHasTheme5 .apply-content a:after {
  content: "\f18e";
  font-size: 17px;
  margin-left: 6px;
  position: absolute;
  font-family: 'icomoon';
  font-weight: normal;
  color: #a32136;
}
body.fsHasTheme5 .contentBlock {
  max-width: 1270px;
  margin: 0 20px;
  position: relative;
}
@media screen and (min-width: 1300px) {
  body.fsHasTheme5 .contentBlock {
    margin: 0 auto;
  }
}
body.fsHasTheme5 .contentBlock .fsDiv {
  margin: 0 !important;
  width: 100%;
  float: none;
  vertical-align: top;
  transform: translateZ(0);
  background-color: #a32136;
}
body.fsHasTheme5 .contentBlock .fsDiv:first-child {
  padding-top: 300px;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .contentBlock .fsDiv:first-child {
    padding-top: 500px;
  }
}
@media screen and (min-width: 800px) {
  body.fsHasTheme5 .contentBlock .fsDiv:first-child {
    padding-top: 0;
  }
}
body.fsHasTheme5 .contentBlock .fsDiv:last-child {
  position: absolute;
  top: 0;
}
@media screen and (min-width: 800px) {
  body.fsHasTheme5 .contentBlock .fsDiv:last-child {
    position: initial;
  }
}
@media screen and (min-width: 800px) {
  body.fsHasTheme5 .contentBlock .fsDiv {
    width: 50%;
    display: table-cell;
  }
}
body.fsHasTheme5 .content-photo {
  z-index: 1;
  position: absolute;
  top: 0;
  height: 300px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: top;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .content-photo {
    height: 500px;
  }
}
@media screen and (min-width: 800px) {
  body.fsHasTheme5 .content-photo {
    position: fixed;
    height: 100%;
    background-position: center;
  }
}
body.fsHasTheme5 .content-photo img {
  opacity: 0;
  visibility: hidden;
  margin: 0;
}
body.fsHasTheme5 .content-text {
  font-size: 16px !important;
  padding: 20px;
  font: 700 21px "ff-dagny-web-pro", sans-serif;
  line-height: 28px;
  color: #FFFFFF;
  height: 100%;
}
@media screen and (min-width: 600px) {
  body.fsHasTheme5 .content-text {
    padding: 40px;
  }
}
@media screen and (min-width: 950px) {
  body.fsHasTheme5 .content-text {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 1300px) {
  body.fsHasTheme5 .content-text {
    padding: 80px;
  }
}
body.fsHasTheme5 .content-text a {
  color: #fff;
}
body.fsHasTheme5 .content-text a:before {
  display: none;
}
body.fsHasTheme5 .content-text a:hover {
  color: #dddd70;
}
body.fsHasTheme5 .athletics-fame {
  padding-top: 60px;
}
body.fsHasTheme5 .keep-discovering {
  padding-top: 80px;
  max-width: 950px;
  margin: 0 auto;
  padding-bottom: 70px;
}
body.fsHasTheme5 .keep-discovering .fsDiv {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 650px) {
  body.fsHasTheme5 .keep-discovering .fsDiv {
    width: 50%;
  }
}
@media screen and (min-width: 980px) {
  body.fsHasTheme5 .keep-discovering .fsDiv:first-child {
    margin-right: 1.5%;
    width: 48.501%;
  }
}
@media screen and (min-width: 980px) {
  body.fsHasTheme5 .keep-discovering .fsDiv:last-child {
    margin-left: 1.5%;
    width: 48.501%;
  }
}
body.fsHasTheme5 .keep-discovering header h2 {
  border-bottom: 2px solid #ddde70;
  letter-spacing: 1px;
  color: #929599;
  font: 700 18px "ff-dagny-web-pro", sans-serif;
  text-transform: uppercase;
}
body.fsHasTheme5 .keep-discovering .fsContent {
  text-align: left;
  padding-top: 0;
}
body.fsHasTheme5 .keep-discovering .keep-discovering-img {
  width: 300px;
  height: 300px;
  border-radius: 100%;
  overflow: hidden;
  margin-top: 15px;
  display: none;
}
@media screen and (min-width: 650px) {
  body.fsHasTheme5 .keep-discovering .keep-discovering-img {
    display: block;
  }
}
@media screen and (min-width: 750px) {
  body.fsHasTheme5 .keep-discovering .keep-discovering-img {
    width: 360px;
    height: 360px;
    margin-top: -15px;
  }
}
@media screen and (min-width: 840px) {
  body.fsHasTheme5 .keep-discovering .keep-discovering-img {
    width: 400px;
    height: 400px;
  }
}
@media screen and (min-width: 980px) {
  body.fsHasTheme5 .keep-discovering .keep-discovering-img {
    width: 460px;
    height: 460px;
  }
}
body.fsHasTheme5 .keep-discovering a {
  font: normal 700 17px "ff-dagny-web-pro", sans-serif;
  color: #4a4f55;
  line-height: 1;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9eaeb;
  margin-top: 0;
  position: relative;
  display: block !important;
  white-space: normal !important;
  overflow: visible !important;
}
@media screen and (min-width: 650px) {
  body.fsHasTheme5 .keep-discovering a {
    margin-right: 20px;
    font: normal 700 28px "ff-dagny-web-pro", sans-serif;
  }
}
@media screen and (min-width: 840px) {
  body.fsHasTheme5 .keep-discovering a {
    margin-right: 90px;
  }
}
body.fsHasTheme5 .keep-discovering a:before {
  display: none;
}
body.fsHasTheme5 .keep-discovering a:after {
  content: "";
  background-color: #d1909a;
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 5px);
  margin-top: -5px;
  left: -18px;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
body.fsHasTheme5 .keep-discovering a:hover {
  color: #a32136;
}
body.fsHasTheme5 .keep-discovering a:hover:after {
  opacity: 1;
  visibility: visible;
  transition: .3s;
  width: 10px;
  height: 10px;
  left: -28px;
  top: 50%;
}
body.fsHasTheme5 .fame-slide:last-child {
  opacity: 0;
  visibility: hidden;
}

body.tile-slider #fsPageBody {
  max-width: inherit;
  padding: 0;
}
body.tile-slider #fsPageBody .fsElement .fsElementTitle {
  display: block;
  text-align: center;
  margin-bottom: 25px;
}
body.tile-slider #fsPageBody .fsElement .fsTwoColumnLayout .fsDiv {
  width: 50%;
  margin: 0;
}
body.tile-slider #fsPageBody .fsElement .fsElementContent {
  height: 100%;
  max-width: 100%;
}
body.tile-slider #fsPageBody .fsElement .fsElementFooterContent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
}
body.tile-slider #fsPageBody .fsElement .fsElementFooterContent a {
  display: block;
  padding: 12px;
  font-size: 15px;
  color: #fff;
}
body.tile-slider #fsPageBody .fsElement .fsElementFooterContent a:before {
  display: none;
}
body.tile-slider .tile-slide-container .fsContent {
  position: relative;
  background-size: cover;
  background-position: center;
  transition: .4s;
  height: 100%;
  height: 238px;
  border: 1px solid #fff;
  margin-bottom: 0 !important;
}
body.tile-slider .tile-slide-container .fsContent.half {
  width: 50%;
  float: left;
  height: 235px;
}
body.tile-slider .tile-slide-container .fsContent.big {
  height: 473px;
}
body.tile-slider .slick-dots {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 30px 0 20px;
}
body.tile-slider .slick-dots li {
  display: inline-block;
  margin: 0 15px;
  height: 10px;
  overflow: hidden;
}
body.tile-slider .slick-dots li.slick-active button {
  background-color: #a32035;
}
body.tile-slider .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: rgba(163, 32, 53, 0.5);
  border: none;
  padding: 0;
  outline: 0;
}
body.tile-slider .slick-list:before {
  content: '';
  width: 5%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  body.tile-slider .slick-list:before {
    width: 15%;
  }
}
body.tile-slider .slick-list:after {
  content: '';
  width: 5%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  body.tile-slider .slick-list:after {
    width: 15%;
    background-color: rgba(255, 255, 255, 0.75);
  }
}
body.tile-slider.lightbox #fsPageWrapper:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  top: 0;
  left: 0;
  z-index: 99;
}
body.tile-slider.lightbox #fsPageWrapper .tile-slide-container {
  position: relative;
}
body.tile-slider .slideshowception {
  z-index: 100;
  background-color: transparent;
  width: 740px;
  padding: 0 35px;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  body.tile-slider .slideshowception {
    padding: 0 55px;
  }
}
body.tile-slider .slideshowception .slick-list:before, body.tile-slider .slideshowception .slick-list:after {
  display: none;
}
body.tile-slider .ception-wrapper {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 160px;
}
body.tile-slider .ception-wrapper .slick-prev, body.tile-slider .ception-wrapper .slick-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: transparent;
  border: none;
  height: 35px;
  width: 35px;
  color: transparent;
  padding: 0;
  transition: .3s;
  outline: 0;
}
@media screen and (min-width: 900px) {
  body.tile-slider .ception-wrapper .slick-prev, body.tile-slider .ception-wrapper .slick-next {
    height: 55px;
    width: 55px;
  }
}
body.tile-slider .ception-wrapper .slick-prev:hover, body.tile-slider .ception-wrapper .slick-next:hover {
  transition: .3s;
}
body.tile-slider .ception-wrapper .slick-prev:before, body.tile-slider .ception-wrapper .slick-next:before {
  content: '\f104';
  font-family: 'icomoon';
  color: #ffffff;
  font-size: 35px;
  position: absolute;
  line-height: 35px;
  display: block;
  width: 35px;
  top: 0;
  left: 0;
}
@media screen and (min-width: 900px) {
  body.tile-slider .ception-wrapper .slick-prev:before, body.tile-slider .ception-wrapper .slick-next:before {
    font-size: 55px;
    width: 55px;
    line-height: 55px;
  }
}
body.tile-slider .ception-wrapper .slick-next {
  right: 0;
  left: auto;
}
body.tile-slider .ception-wrapper .slick-next:before {
  content: '\f105';
}
body.tile-slider .facilities-photo {
  background-size: cover;
  background-position: center;
  height: 250px;
}
@media screen and (min-width: 600px) {
  body.tile-slider .facilities-photo {
    height: 400px;
  }
}
body.tile-slider .facilities-photo img {
  opacity: 0;
  visibility: hidden;
}
body.tile-slider .close-out {
  background: url("/uploaded/themes/default_2015/images/vidCloseBtn.png") 0 0 no-repeat;
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  top: 100px;
  right: 20px;
  z-index: 101;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  body.tile-slider .close-out {
    top: 122px;
    right: calc(50% - 400px);
  }
}

body[data-pageid="1"] {
  /* Home Page Styles */
}
body[data-pageid="1"] #fsPageBodyWrapper {
  padding: 0;
}
body[data-pageid="1"] #fsPageBody {
  max-width: inherit;
  padding: 0;
}
body[data-pageid="1"] #fsPageBody .fsElement {
  margin-bottom: 0 !important;
}
body[data-pageid="1"] #fsPageContent > .fsLayout > .fsDiv > .fsContainer:not(.vidContainer) > .fsElementContent > .fsElement:nth-child(odd) {
  background-color: #f6f6f6;
}
body[data-pageid="1"] #fsHeader {
  background-color: #FFF;
}
body[data-pageid="1"] .mainNav {
  background-color: rgba(74, 79, 85, 0.8);
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  z-index: 2;
}
body[data-pageid="1"] .mainNav .fsNavPageInfo {
  background-color: rgba(74, 79, 85, 0.8) !important;
}
body[data-pageid="1"] .mainNav .fsNavPageInfo:before, body[data-pageid="1"] .mainNav .fsNavPageInfo:after {
  background-color: rgba(74, 79, 85, 0.8) !important;
}
body[data-pageid="1"] .headerPhoto {
  display: none;
}
body[data-pageid="1"] .vidContainer {
  position: relative;
  overflow: hidden;
  display: block;
}
@media (max-width: 655px) {
  body[data-pageid="1"] .vidContainer {
    min-width: 655px;
    min-height: 375px;
    margin-left: 50%;
    left: -327.5px;
  }
}
body[data-pageid="1"] #fsPageBody .homeVid {
  position: relative;
  margin-bottom: -3px !important;
}
body[data-pageid="1"] #fsPageBody .homeVid video {
  width: 100% !important;
  height: auto !important;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 600px) {
  body[data-pageid="1"] #fsPageBody .homeVid video {
    opacity: 1;
    visibility: visible;
  }
}
body[data-pageid="1"] #fsPageBody .homeVid .fsMediaContainer {
  background: #FFFFFF url("http://woodward.finalsite.com/uploaded/themes/default_2015/images/mobile-hero.jpg") center center no-repeat !important;
  background-size: cover !important;
}
body[data-pageid="1"] #fsPageBody .homeVid .fsMediaControlsContainer {
  display: none !important;
}
body[data-pageid="1"] #fsPageBody .homeVid > .fsElementContent {
  margin: 0;
}
body[data-pageid="1"] #fsPageBody .homeVid > header {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
body[data-pageid="1"] #fsPageBody .homeVid > header h2.fsElementTitle {
  color: #FFFFFF;
  font-size: 70px;
  font-style: italic;
  cursor: pointer;
  position: relative;
  animation: fadeInDown 2s .5s both;
}
body[data-pageid="1"] #fsPageBody .homeVid > header h2.fsElementTitle:after {
  content: "\f055";
  font-family: 'icomoon';
  font-size: 28px;
  color: rgba(255, 255, 255, 0.75);
  height: 24px;
  width: 24px;
  line-height: 0.9;
  right: -22px;
  position: absolute;
  top: -29px;
  transition: all 1s;
}
body[data-pageid="1"] #fsPageBody .homeVid > header h2.fsElementTitle:hover:after {
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
@media (max-width: 950px) {
  body[data-pageid="1"] #fsPageBody .homeVid > header {
    margin-top: -24px;
  }
  body[data-pageid="1"] #fsPageBody .homeVid > header .fsElementTitle {
    font-size: 60px !important;
  }
}
@media (max-width: 750px) {
  body[data-pageid="1"] #fsPageBody .homeVid > header {
    margin-top: -20px;
  }
  body[data-pageid="1"] #fsPageBody .homeVid > header .fsElementTitle {
    font-size: 50px !important;
  }
}
@media (max-width: 640px) {
  body[data-pageid="1"] #fsPageBody .homeVid > header {
    display: block;
    margin: 0 auto;
    max-width: 282px;
    margin-top: -67.5px;
    right: 0;
  }
  body[data-pageid="1"] #fsPageBody .homeVid > header .fsElementTitle {
    font-size: 50px !important;
    line-height: 1.1 !important;
  }
  body[data-pageid="1"] #fsPageBody .homeVid > header .fsElementTitle:after {
    position: relative;
    right: auto;
    top: 10px;
    left: -14px;
    margin-left: 50%;
    display: block;
    transition: none;
  }
}
body[data-pageid="1"] .whyWoodward:not(.fsStateEditable) {
  position: fixed;
  bottom: 25px;
  left: auto;
  right: auto;
  color: rgba(255, 255, 255, 0.5);
  font: 700 15px "ff-dagny-web-pro", sans-serif;
  text-transform: uppercase;
  margin-left: 50%;
  left: -69.5px;
  background: transparent !important;
}
body[data-pageid="1"] .whyWoodward:not(.fsStateEditable) footer {
  animation: arrowBounce 2s infinite;
  font-size: 0;
}
body[data-pageid="1"] .whyWoodward:not(.fsStateEditable) footer:after {
  content: "\f175";
  font-size: 24px;
  margin-top: 5px;
  position: relative;
  margin-left: 50%;
  left: -5px;
}
body[data-pageid="1"] .whyWoodward:not(.fsStateEditable) p {
  margin-bottom: 0;
}
body[data-pageid="1"] .whyWoodward:not(.fsStateEditable).stuck {
  position: absolute;
}
@media (max-width: 950px) {
  body[data-pageid="1"] .whyWoodward:not(.fsStateEditable) {
    display: none;
  }
}
body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .fsContent {
  max-width: 1270px;
  min-width: 280px;
  height: 595px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -297.5px;
  		/*-webkit-transform: translateY(-50%);
    		-ms-transform: translateY(-50%);
    		transform: translateY(-50%);*/
  color: #edd3d7;
  font: 400 18px "ff-dagny-web-pro", sans-serif;
  line-height: 1.7;
  visibility: hidden;
  backface-visibility: hidden;
  perspective: 1300px;
}
body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .fsContent > .fsElementContent {
  background-color: rgba(163, 33, 54, 0.95) !important;
  padding: 150px 260px;
  position: relative;
  transform-style: preserve-3d;
  -ms-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}
body.vp-show .vidPanelHolder:not(.fsStateEditable) .fsContent {
  visibility: visible;
}
body.vp-show .vidPanelHolder:not(.fsStateEditable) .fsContent > .fsElementContent {
  transition: all 0.3s ease-in;
  -ms-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}
body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .fsContent h2 {
  color: #FFFFFF;
  font: 700 36px "ff-dagny-web-pro", sans-serif;
  line-height: 1;
  margin-bottom: 32px;
}
body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .fsContent h2 strong {
  font: italic 700 36px "clavo", sans-serif;
  color: #ddde70;
}
body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .fsContent a {
  color: #FFFFFF;
  text-transform: uppercase;
  font: 700 17px "ff-dagny-web-pro", sans-serif;
  border: 1px solid #ddde70;
  padding: 6px 10px 4px 10px;
}
body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .fsContent a:before {
  display: none;
}
body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .fsContent a:hover {
  background: transparent;
}
body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .fsContent .closeBtn {
  background: url("/uploaded/themes/default_2015/images/vidCloseBtn.png") 0 0 no-repeat;
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 10000;
  border: 0 none;
  outline: none;
}
@media (max-width: 1330px) {
  body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .fsContent {
    max-width: 950px;
    height: 455px;
    margin-top: -227.5px;
  }
  body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .fsContent > .fsElementContent {
    padding: 80px 100px;
  }
  body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .fsContent > .fsElementContent .closeBtn {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 1015px) {
  body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .fsContent {
    max-width: 768px;
    height: 409px;
    margin-top: -204.5px;
  }
  body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .fsContent > .fsElementContent {
    padding: 52px 40px;
  }
  body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .fsContent > .fsElementContent .closeBtn {
    top: 15px;
    right: 15px;
    background-size: 50%;
    background-position: top right;
  }
}
@media (max-width: 805px) {
  body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .fsContent {
    max-width: 480px;
    height: 340px;
    margin-top: -170px;
    font-size: 15px;
    line-height: 1.2;
  }
  body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .fsContent > .fsElementContent {
    padding: 52px 40px;
  }
  body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .fsContent > .fsElementContent h2 {
    font-size: 20px;
  }
  body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .fsContent > .fsElementContent h2 strong {
    font-size: 20px;
  }
  body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .fsContent > .fsElementContent a {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .fsContent {
    max-width: 280px;
    max-height: 335px;
    height: 335px;
    top: 182px;
    font-size: 15px;
    line-height: 1.2;
  }
  body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .fsContent > .fsElementContent {
    padding: 52px 80px 52px 40px;
    height: 100%;
  }
  body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .fsContent > .fsElementContent h2 {
    font-size: 20px;
    line-height: 1.3;
  }
  body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .fsContent > .fsElementContent h2 strong {
    font-size: 20px;
  }
  body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .fsContent > .fsElementContent a {
    font-size: 14px;
  }
  body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .fsContent > .fsElementContent p {
    display: none;
  }
}
body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .vidPanelControls {
  position: absolute;
  max-width: 1270px;
  min-width: 280px;
  width: 100%;
  left: 0;
  right: 0;
  margin: -30px auto 0 auto;
  top: 50%;
  display: none;
}
body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .vidPanelControls a {
  display: block;
  width: 60px;
  height: 60px;
  text-indent: -9999em;
  position: relative;
  z-index: 2;
}
body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .vidPanelControls a.prevBtn {
  background: url("/uploaded/themes/default_2015/images/prevArrow.png") 0 0 no-repeat;
  float: left;
  margin-left: -25px;
}
body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .vidPanelControls a.nextBtn {
  background: url("/uploaded/themes/default_2015/images/nextArrow.png") 0 0 no-repeat;
  float: right;
  margin-right: -25px;
}
@media (max-width: 1330px) {
  body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .vidPanelControls {
    max-width: 950px;
  }
}
@media (max-width: 1015px) {
  body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .vidPanelControls {
    max-width: 768px;
    margin-top: -15px;
  }
  body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .vidPanelControls a {
    background-size: cover !important;
    width: 40px;
    height: 40px;
  }
  body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .vidPanelControls a.prevBtn {
    margin-left: -15px;
  }
  body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .vidPanelControls a.nextBtn {
    margin-right: -15px;
  }
}
@media (max-width: 805px) {
  body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .vidPanelControls {
    max-width: 480px;
  }
}
@media (max-width: 600px) {
  body[data-pageid="1"] .vidPanelHolder:not(.fsStateEditable) .vidPanelControls {
    max-width: 280px;
  }
}
body[data-pageid="1"] .mission {
  /*-webkit-animation: fadeIn 2s .5s;
     -moz-animation: fadeIn 2s .5s;
      -ms-animation: fadeIn 2s .5s;
       -o-animation: fadeIn 2s .5s;
          animation: fadeIn 2s .5s;*/
  opacity: 0;
  transition: opacity 2s .5s;
}
body[data-pageid="1"] .mission.elShow {
  opacity: 1;
}
body[data-pageid="1"] .mission .fsElementContent, body[data-pageid="1"] .mission header, body[data-pageid="1"] .mission footer {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
body[data-pageid="1"] .mission .fsElementContent {
  padding: 67px 0 65px 222px;
  background: url("/uploaded/themes/default_2015/images/missionPhoto.png") 0 center no-repeat;
}
body[data-pageid="1"] .mission p {
  margin-bottom: 0;
}
body[data-pageid="1"] .mission a {
  font: 700 18px "ff-dagny-web-pro", sans-serif;
}
body[data-pageid="1"] .mission a:hover {
  background: transparent !important;
  color: #621420;
}
body[data-pageid="1"] .mission a:hover:before {
  display: none;
}
body[data-pageid="1"] .mission a:after {
  content: "\f18e";
  color: #929599;
  font-size: 18px;
  margin-left: 6px;
  margin-top: -4px;
}
body[data-pageid="1"] .mission h2 {
  margin-bottom: 25px;
}
body[data-pageid="1"] .mission h3 {
  margin-bottom: 12px;
}
@media (max-width: 950px) {
  body[data-pageid="1"] .mission {
    padding-left: 3%;
    padding-right: 3%;
  }
  body[data-pageid="1"] .mission > .fsElementContent {
    padding: 48px 0 46px 148px;
    background-size: 120px 76px;
    display: table;
    max-width: inherit;
    width: auto;
  }
  body[data-pageid="1"] .mission > .fsElementContent a {
    font-size: 14px;
  }
  body[data-pageid="1"] .mission > .fsElementContent a:after {
    font-size: 14px;
  }
  body[data-pageid="1"] .mission > .fsElementContent h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  body[data-pageid="1"] .mission > .fsElementContent h3 {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body[data-pageid="1"] .mission > .fsElementContent {
    padding: 30px 0 28px 0;
    background: transparent;
  }
}
body[data-pageid="1"] .discover {
  padding: 55px 0 0 0;
  opacity: 0;
  transition: opacity 2s .5s;
}
body[data-pageid="1"] .discover.elShow {
  opacity: 1;
}
body[data-pageid="1"] .discover > header {
  text-align: center;
  /*-webkit-animation: fadeInLeft 2s .5s both;
  -moz-animation: fadeInLeft 2s .5s both;
  -ms-animation: fadeInLeft 2s .5s both;
  -o-animation: fadeInLeft 2s .5s both;
  animation: fadeInLeft 2s .5s both;*/
}
body[data-pageid="1"] .discover > header h1 {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
body[data-pageid="1"] .discover > header h1:before, body[data-pageid="1"] .discover > header h1:after {
  content: "";
  height: 2px;
  width: 42px;
  background-color: #d8d9d9;
  position: absolute;
  margin-top: -1px;
  top: 50%;
}
body[data-pageid="1"] .discover > header h1:before {
  left: -54px;
}
body[data-pageid="1"] .discover > header h1:after {
  right: -54px;
}
body[data-pageid="1"] .discover > .fsElementContent {
  white-space: nowrap;
}
body[data-pageid="1"] .discover > .fsElementContent:before, body[data-pageid="1"] .discover > .fsElementContent:after {
  content: '';
  display: block;
}
body[data-pageid="1"] .discover > .fsElementContent:after {
  clear: both;
}
body[data-pageid="1"] .discover > .fsElementContent {
  zoom: 1;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent {
  display: inline-block;
  margin-right: -5px;
  vertical-align: top;
  width: 20.05%;
  margin-top: 38px;
  margin-bottom: 0;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 330px !important;
  overflow: hidden;
  transition: width 0.5s;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent header {
  text-align: center;
  color: #FFFFFF;
  font: 700 28px "ff-dagny-web-pro", sans-serif;
  position: absolute;
  left: auto;
  right: auto;
  width: 100%;
  bottom: 30px;
  min-height: 88px;
  z-index: 1;
  line-height: 1;
  white-space: normal;
  transition: bottom 0.5s;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent header p {
  margin-bottom: 0;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent header:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  margin-top: 16px;
  margin-left: 50%;
  position: relative;
  left: -25px;
  background-color: rgba(255, 255, 255, 0.5);
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent > .fsElementContent {
  position: absolute;
  left: 0;
  bottom: -107px;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  padding: 15px 15px 5px 15px;
  white-space: normal;
  transition: bottom 0.5s, opacity 0.5s;
  text-align: center;
  font: 400 15px "ff-dagny-web-pro", sans-serif;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent > .fsElementContent p {
  margin-bottom: 4px;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent > .fsElementContent a {
  color: #FFFFFF;
  font: 700 17px "ff-dagny-web-pro", sans-serif;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent > .fsElementContent a:before {
  display: none;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent > .fsElementContent a:after {
  content: "\f18e";
  color: #FFFFFF;
  font-size: 17px;
  margin-left: 6px;
  margin-top: -4px;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent > .fsElementContent a:hover {
  background: transparent;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent footer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  white-space: normal;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.5s;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent footer img {
  display: none;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0px;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:first-child:after {
  background-color: #d1909a;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:first-child .fsElementContent {
  background-color: #a32136;
  color: #FFFFFF;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:first-child:hover {
  width: 26%;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:first-child:hover header {
  bottom: 110px;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:first-child:hover .fsElementContent {
  bottom: 0 !important;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:first-child:hover footer {
  background-color: rgba(163, 33, 54, 0.4);
}
body.discover_active .discover > .fsElementContent .fsContent {
  width: 18.55%;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(2):after {
  background-color: #eeeeb7;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(2) .fsElementContent {
  background-color: #ddde70;
  color: #4a4f55;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(2) .fsElementContent a {
  color: #4a4f55;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(2) .fsElementContent a:after {
  color: #4a4f55;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(2):hover {
  width: 26%;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(2):hover header {
  bottom: 110px;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(2):hover .fsElementContent {
  bottom: 0 !important;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(2):hover footer {
  background-color: rgba(221, 222, 112, 0.4);
}
body.discover_active .discover > .fsElementContent .fsContent {
  width: 18.55%;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(3):after {
  background-color: #7faeb1;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(3) .fsElementContent {
  background-color: #005e63;
  color: #FFFFFF;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(3):hover {
  width: 26%;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(3):hover header {
  bottom: 110px;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(3):hover .fsElementContent {
  bottom: 0 !important;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(3):hover footer {
  background-color: rgba(0, 94, 99, 0.4);
}
body.discover_active .discover > .fsElementContent .fsContent {
  width: 18.55%;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(4):after {
  background-color: #91b4d3;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(4) .fsElementContent {
  background-color: #2369a7;
  color: #FFFFFF;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(4):hover {
  width: 26%;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(4):hover header {
  bottom: 110px;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(4):hover .fsElementContent {
  bottom: 0 !important;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(4):hover footer {
  background-color: rgba(35, 105, 167, 0.4);
}
body.discover_active .discover > .fsElementContent .fsContent {
  width: 18.55%;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:last-child:after {
  background-color: #e8b68a;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:last-child .fsElementContent {
  background-color: #d26e15;
  color: #FFFFFF;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:last-child:hover {
  width: 26%;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:last-child:hover header {
  bottom: 110px;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:last-child:hover .fsElementContent {
  bottom: 0 !important;
}
body[data-pageid="1"] .discover > .fsElementContent .fsContent:last-child:hover footer {
  background-color: rgba(210, 110, 21, 0.4);
}
body.discover_active .discover > .fsElementContent .fsContent {
  width: 18.55%;
}
@media (max-width: 950px) {
  body[data-pageid="1"] .discover {
    padding: 0;
  }
  body[data-pageid="1"] .discover > .fsElementContent {
    white-space: normal;
  }
  body[data-pageid="1"] .discover > .fsElementContent > header {
    float: left;
    width: 33.333%;
    background-color: #a32136;
    height: 330px !important;
    text-align: center;
    padding: 0 30px;
  }
  body[data-pageid="1"] .discover > .fsElementContent > header .fsElementHeaderContent {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body[data-pageid="1"] .discover > .fsElementContent > header h1 {
    color: #FFFFFF;
    font-size: 35px !important;
    margin-bottom: 0 !important;
    line-height: 1.1;
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent {
    width: 33.333%;
    margin: 0 -5px 0 0;
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent:hover {
    width: 33.333% !important;
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(2):after {
    background-color: #d1909a;
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(2) .fsElementContent {
    background-color: #a32136;
    color: #FFFFFF;
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(2):hover .fsElementContent {
    bottom: 0 !important;
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(2):hover footer {
    background-color: rgba(163, 33, 54, 0.4);
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(3):after {
    background-color: #eeeeb7;
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(3) .fsElementContent {
    background-color: #ddde70;
    color: #000000;
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(3) .fsElementContent a {
    color: #4a4f55;
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(3) .fsElementContent a:after {
    color: #4a4f55;
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(3):hover .fsElementContent {
    bottom: 0 !important;
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(3):hover footer {
    background-color: rgba(221, 222, 112, 0.4);
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(4):after {
    background-color: #7faeb1;
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(4) .fsElementContent {
    background-color: #005e63;
    color: #FFFFFF;
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(4):hover .fsElementContent {
    bottom: 0 !important;
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(4):hover footer {
    background-color: rgba(0, 94, 99, 0.4);
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(5):after {
    background-color: #91b4d3;
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(5) .fsElementContent {
    background-color: #2369a7;
    color: #FFFFFF;
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(5):hover .fsElementContent {
    bottom: 0 !important;
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent:nth-child(5):hover footer {
    background-color: rgba(35, 105, 167, 0.4);
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent:last-child:after {
    background-color: #e8b68a;
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent:last-child .fsElementContent {
    background-color: #d26e15;
    color: #FFFFFF;
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent:last-child:hover .fsElementContent {
    bottom: 0 !important;
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent:last-child:hover footer {
    background-color: rgba(210, 110, 21, 0.4);
  }
  body.discover_active .discover > .fsElementContent .fsContent {
    width: 33.333% !important;
  }
}
@media (max-width: 700px) {
  body[data-pageid="1"] .discover {
    padding: 0;
  }
  body[data-pageid="1"] .discover > .fsElementContent > header {
    float: left;
    width: 50%;
    background-color: #a32136;
    height: 330px !important;
    text-align: center;
    padding: 0 30px;
  }
  body[data-pageid="1"] .discover > .fsElementContent > header .fsElementHeaderContent {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body[data-pageid="1"] .discover > .fsElementContent > header h1 {
    color: #FFFFFF;
    font-size: 35px !important;
    margin-bottom: 0 !important;
    line-height: 1.1;
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent {
    width: 50%;
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent:hover {
    width: 50% !important;
  }
  body.discover_active .discover > .fsElementContent .fsContent {
    width: 50% !important;
  }
}
@media (max-width: 500px) {
  body[data-pageid="1"] .discover {
    padding: 0;
  }
  body[data-pageid="1"] .discover > .fsElementContent > header {
    float: left;
    width: 50%;
    background-color: #a32136;
    height: 195px !important;
    text-align: center;
    padding: 0 30px;
  }
  body[data-pageid="1"] .discover > .fsElementContent > header .fsElementHeaderContent {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body[data-pageid="1"] .discover > .fsElementContent > header h1 {
    color: #FFFFFF;
    font-size: 24px !important;
    margin-bottom: 0 !important;
    line-height: 1.1;
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent {
    width: 50%;
    height: 195px !important;
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent:hover {
    width: 50% !important;
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent header {
    font-size: 17px;
    bottom: 20px;
    min-height: inherit;
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent header:after {
    margin-top: 6px;
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent > .fsElementContent {
    font-size: 14px;
  }
  body[data-pageid="1"] .discover > .fsElementContent .fsContent > .fsElementContent a {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  body[data-pageid="1"] .discover > .fsElementContent > header h1 {
    font-size: 18px !important;
  }
  body[data-pageid="1"] .discover .fsContent {
    width: 50%;
    height: 195px !important;
  }
  body[data-pageid="1"] .discover .fsContent:hover {
    width: 50% !important;
  }
  body[data-pageid="1"] .discover .fsContent:hover > .fsElementContent {
    opacity: 1;
  }
  body[data-pageid="1"] .discover .fsContent header {
    font-size: 17px;
    bottom: 20px;
    min-height: inherit;
  }
  body[data-pageid="1"] .discover .fsContent header:after {
    margin-top: 6px;
  }
  body[data-pageid="1"] .discover .fsContent > .fsElementContent {
    top: 0;
    bottom: auto !important;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 500ms;
    font-size: 14px;
  }
  body[data-pageid="1"] .discover .fsContent > .fsElementContent a {
    font-size: 15px;
  }
}
body[data-pageid="1"] .homeNews {
  padding: 146px 0 80px;
  min-height: 620px !important;
  opacity: 0;
  transition: opacity 2s .5s;
}
body[data-pageid="1"] .homeNews article:nth-child(2) .fsThumbnail img {
  opacity: 1;
}
body[data-pageid="1"] .homeNews.elShow {
  opacity: 1;
}
body[data-pageid="1"] .homeNews > .fsElementContent, body[data-pageid="1"] .homeNews header, body[data-pageid="1"] .homeNews footer {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
body[data-pageid="1"] .homeNews > .fsElementContent {
  position: relative;
}
body[data-pageid="1"] .homeNews footer a {
  font-size: 17px;
  margin-top: 20px;
  line-height: 1;
}
body[data-pageid="1"] .homeNews footer p {
  margin-bottom: 0;
}
body[data-pageid="1"] .homeNews article {
  border-bottom: 1px solid #e9eaeb;
  max-width: 300px;
  margin-top: 0;
}
@media screen and (min-width: 930px) {
  body[data-pageid="1"] .homeNews article {
    max-width: 375px;
  }
}
body[data-pageid="1"] .homeNews article:first-child .fsTitle a {
  padding-top: 40px;
}
body[data-pageid="1"] .homeNews article:first-child .fsTitle a:before {
  margin-top: 5px;
}
body[data-pageid="1"] .homeNews article:first-child .fsThumbnail img {
  z-index: 1;
  opacity: 1;
}
body[data-pageid="1"] .homeNews article:last-child {
  border-bottom: 0 none;
}
body[data-pageid="1"] .homeNews .fsTitle a {
  font: normal 700 28px "ff-dagny-web-pro", sans-serif;
  color: #4a4f55;
  line-height: 1 !important;
  position: relative;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  display: table-cell;
}
body[data-pageid="1"] .homeNews .fsTitle a:before {
  content: "";
  background-color: #d1909a;
  display: none;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: -28px;
  border-radius: 50px;
}
body[data-pageid="1"] .homeNews .fsTitle a:hover {
  color: #a32136;
}
body[data-pageid="1"] .homeNews .fsTitle a:hover:before {
  display: inline-block;
}
body[data-pageid="1"] .homeNews .fsThumbnail img {
  max-width: 350px;
  max-height: 350px;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: -2px !important;
  margin: 0;
  opacity: 0;
}
@media screen and (min-width: 930px) {
  body[data-pageid="1"] .homeNews .fsThumbnail img {
    max-width: 460px;
    max-height: 460px;
  }
}
body[data-pageid="1"] .homeNews .fsThumbnail.thumb_active img {
  z-index: 2;
  opacity: 1;
}
@media (max-width: 950px) {
  body[data-pageid="1"] .homeNews {
    padding-left: 3%;
    padding-right: 3%;
    min-height: 491px !important;
  }
  body[data-pageid="1"] .homeNews .fsTitle a {
    font-size: 18px;
  }
  body[data-pageid="1"] .homeNews .fsTitle a:before {
    display: none !important;
  }
  body[data-pageid="1"] .homeNews .fsThumbnail {
    max-width: 300px;
    max-height: 300px;
    top: -60px;
  }
}
@media (max-width: 750px) {
  body[data-pageid="1"] .homeNews {
    padding: 30px 20px 28px 20px;
    min-height: inherit !important;
  }
  body[data-pageid="1"] .homeNews article {
    max-width: inherit;
  }
  body[data-pageid="1"] .homeNews article:first-child {
    margin-top: 30px;
  }
  body[data-pageid="1"] .homeNews .fsThumbnail {
    display: none;
  }
}

body[data-pageid="91"] {
  /* Home Page Styles */
}
body[data-pageid="91"] #fsPageBodyWrapper {
  padding: 0;
}
body[data-pageid="91"] #fsPageBody {
  max-width: inherit;
  padding: 0;
}
body[data-pageid="91"] #fsPageBody .fsElement {
  margin-bottom: 0 !important;
}
body[data-pageid="91"] #fsPageContent > .fsLayout > .fsDiv > .fsContainer > .fsElementContent > .fsElement:nth-child(odd) {
  background-color: #f6f6f6;
}
body[data-pageid="91"] #fsHeader {
  background-color: #FFF;
}
body[data-pageid="91"] .logo {
  font-family: 'Times New Roman', serif;
  font-size: 22px;
  padding: 0;
}
@media (min-width: 641px) {
  body[data-pageid="91"] .logo {
    font-size: 32px;
  }
}
@media (min-width: 1015px) {
  body[data-pageid="91"] .logo {
    font-size: 40px;
  }
}
body[data-pageid="91"] .logo a {
  line-height: 52px;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 641px) {
  body[data-pageid="91"] .logo a {
    line-height: 78px;
  }
}
body[data-pageid="91"] .mainNav {
  background-color: rgba(74, 79, 85, 0.8);
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  z-index: 2;
}
body[data-pageid="91"] .mainNav .fsNavPageInfo {
  background-color: rgba(74, 79, 85, 0.8) !important;
}
body[data-pageid="91"] .mainNav .fsNavPageInfo:before, body[data-pageid="91"] .mainNav .fsNavPageInfo:after {
  background-color: rgba(74, 79, 85, 0.8) !important;
}
body[data-pageid="91"] .subsite {
  margin-top: 25px;
}
body[data-pageid="91"] .subsite a:before {
  content: '\e967';
  font-family: 'icomoon';
  left: 15px;
  font-size: 20px;
  top: 18px;
}
body[data-pageid="91"] .vidContainer {
  min-width: 0 !important;
  margin-left: 0 !important;
  left: 0 !important;
  width: 100%;
}
body[data-pageid="91"] .headerPhoto {
  display: none;
}
body[data-pageid="91"] .whyWoodward {
  display: none;
}
body[data-pageid="91"] .north-slideshow-container .slide {
  background-size: cover;
  background-position: center;
  min-height: 375px;
  max-height: 710px;
}
body[data-pageid="91"] .north-slideshow-container .slide img {
  opacity: 0;
  visibility: hidden;
  margin: 0 !important;
  max-width: inherit;
}
body[data-pageid="91"] .slick-dots {
  position: absolute;
  right: 0px;
  left: 0;
  margin: 0 auto !important;
  bottom: 20px;
  list-style: none;
  text-align: center;
}
@media (min-width: 641px) {
  body[data-pageid="91"] .slick-dots {
    right: 25px;
    left: auto;
  }
}
body[data-pageid="91"] .slick-dots li {
  display: inline-block;
  padding: 0 !important;
  margin: 0 15px !important;
  line-height: 1;
}
body[data-pageid="91"] .slick-dots li:before {
  display: none !important;
}
body[data-pageid="91"] .slick-dots li.slick-active button {
  background-color: #fff;
}
body[data-pageid="91"] .slick-dots button {
  border: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0;
  color: #fff;
  color: transparent;
  outline: 0;
}
body[data-pageid="91"] .vidContainer {
  position: relative;
  overflow: hidden;
  display: block;
}
@media (max-width: 655px) {
  body[data-pageid="91"] .vidContainer {
    min-width: 655px;
    min-height: 375px;
    margin-left: 50%;
    left: -327.5px;
  }
}
body[data-pageid="91"] .homeVid {
  position: relative;
}
body[data-pageid="91"] .homeVid video {
  width: 100% !important;
  height: auto !important;
}
body[data-pageid="91"] .homeVid > header {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
body[data-pageid="91"] .homeVid > header .fsElementTitle {
  color: #FFFFFF;
  font-size: 70px;
  font-style: italic;
  cursor: pointer;
  position: relative;
  animation: fadeInDown 2s .5s both;
}
body[data-pageid="91"] .homeVid > header .fsElementTitle:after {
  content: "\f055";
  font-family: 'icomoon';
  font-size: 28px;
  color: rgba(255, 255, 255, 0.75);
  height: 24px;
  width: 24px;
  line-height: 0.9;
  right: -22px;
  position: absolute;
  top: -29px;
  transition: all 1s;
}
body[data-pageid="91"] .homeVid > header .fsElementTitle:hover:after {
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
@media (max-width: 950px) {
  body[data-pageid="91"] .homeVid > header {
    margin-top: -24px;
  }
  body[data-pageid="91"] .homeVid > header .fsElementTitle {
    font-size: 60px;
  }
}
@media (max-width: 750px) {
  body[data-pageid="91"] .homeVid > header {
    margin-top: -20px;
  }
  body[data-pageid="91"] .homeVid > header .fsElementTitle {
    font-size: 50px;
  }
}
@media (max-width: 640px) {
  body[data-pageid="91"] .homeVid > header {
    display: block;
    margin: 0 auto;
    max-width: 282px;
    margin-top: -67.5px;
    right: 0;
  }
  body[data-pageid="91"] .homeVid > header .fsElementTitle {
    font-size: 50px;
    line-height: 1.1 !important;
  }
  body[data-pageid="91"] .homeVid > header .fsElementTitle:after {
    position: relative;
    right: auto;
    top: 10px;
    left: -14px;
    margin-left: 50%;
    display: block;
    transition: none;
  }
}
body[data-pageid="91"] .whyWoodward:not(.fsStateEditable) {
  position: fixed;
  bottom: 25px;
  left: auto;
  right: auto;
  color: rgba(255, 255, 255, 0.5);
  font: 700 15px "ff-dagny-web-pro", sans-serif;
  text-transform: uppercase;
  margin-left: 50%;
  left: -69.5px;
}
body[data-pageid="91"] .whyWoodward:not(.fsStateEditable) footer {
  animation: arrowBounce 2s infinite;
  font-size: 0;
}
body[data-pageid="91"] .whyWoodward:not(.fsStateEditable) footer:after {
  content: "\f175";
  font-size: 24px;
  margin-top: 5px;
  position: relative;
  margin-left: 50%;
  left: -5px;
}
body[data-pageid="91"] .whyWoodward:not(.fsStateEditable) p {
  margin-bottom: 0;
}
body[data-pageid="91"] .whyWoodward:not(.fsStateEditable).stuck {
  position: absolute;
}
@media (max-width: 950px) {
  body[data-pageid="91"] .whyWoodward:not(.fsStateEditable) {
    display: none;
  }
}
body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .fsContent {
  max-width: 1270px;
  min-width: 280px;
  height: 595px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -297.5px;
  		/*-webkit-transform: translateY(-50%);
    		-ms-transform: translateY(-50%);
    		transform: translateY(-50%);*/
  color: #edd3d7;
  font: 400 18px "ff-dagny-web-pro", sans-serif;
  line-height: 1.7;
  visibility: hidden;
  backface-visibility: hidden;
  perspective: 1300px;
}
body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .fsContent > .fsElementContent {
  background-color: rgba(163, 33, 54, 0.95) !important;
  padding: 150px 260px;
  position: relative;
  transform-style: preserve-3d;
  -ms-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}
body.vp-show .vidPanelHolder:not(.fsStateEditable) .fsContent {
  visibility: visible;
}
body.vp-show .vidPanelHolder:not(.fsStateEditable) .fsContent > .fsElementContent {
  transition: all 0.3s ease-in;
  -ms-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}
body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .fsContent h2 {
  color: #FFFFFF;
  font: 700 36px "ff-dagny-web-pro", sans-serif;
  line-height: 1;
  margin-bottom: 32px;
}
body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .fsContent h2 strong {
  font: italic 700 36px "clavo", sans-serif;
  color: #ddde70;
}
body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .fsContent a {
  color: #FFFFFF;
  text-transform: uppercase;
  font: 700 17px "ff-dagny-web-pro", sans-serif;
  border: 1px solid #ddde70;
  padding: 6px 10px 4px 10px;
}
body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .fsContent a:before {
  display: none;
}
body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .fsContent a:hover {
  background: transparent;
}
body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .fsContent .closeBtn {
  background: url("/uploaded/themes/default_2015/images/vidCloseBtn.png") 0 0 no-repeat;
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  border: none;
  outline: 0;
}
@media (max-width: 1330px) {
  body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .fsContent {
    max-width: 950px;
    height: 455px;
    margin-top: -227.5px;
  }
  body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .fsContent > .fsElementContent {
    padding: 80px 100px;
  }
  body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .fsContent > .fsElementContent .closeBtn {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 1015px) {
  body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .fsContent {
    max-width: 768px;
    height: 409px;
    margin-top: -204.5px;
  }
  body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .fsContent > .fsElementContent {
    padding: 52px 40px;
  }
  body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .fsContent > .fsElementContent span.closeBtn {
    top: 15px;
    right: 15px;
    background-size: 50%;
    background-position: top right;
  }
}
@media (max-width: 805px) {
  body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .fsContent {
    max-width: 480px;
    height: 340px;
    margin-top: -170px;
    font-size: 15px;
    line-height: 1.2;
  }
  body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .fsContent > .fsElementContent {
    padding: 52px 40px;
  }
  body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .fsContent > .fsElementContent h2 {
    font-size: 20px;
  }
  body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .fsContent > .fsElementContent h2 strong {
    font-size: 20px;
  }
  body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .fsContent > .fsElementContent a {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .fsContent {
    max-width: 280px;
    max-height: 335px;
    height: 335px;
    top: 182px;
    font-size: 15px;
    line-height: 1.2;
  }
  body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .fsContent > .fsElementContent {
    padding: 52px 80px 52px 40px;
    height: 100%;
  }
  body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .fsContent > .fsElementContent h2 {
    font-size: 20px;
    line-height: 1.3;
  }
  body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .fsContent > .fsElementContent h2 strong {
    font-size: 20px;
  }
  body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .fsContent > .fsElementContent a {
    font-size: 14px;
  }
  body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .fsContent > .fsElementContent p {
    display: none;
  }
}
body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .vidPanelControls {
  position: absolute;
  max-width: 1270px;
  min-width: 280px;
  width: 100%;
  left: 0;
  right: 0;
  margin: -30px auto 0 auto;
  top: 50%;
  display: none;
}
body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .vidPanelControls a {
  display: block;
  width: 60px;
  height: 60px;
  text-indent: -9999em;
  position: relative;
  z-index: 2;
}
body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .vidPanelControls a.prevBtn {
  background: url("/uploaded/themes/default_2015/images/prevArrow.png") 0 0 no-repeat;
  float: left;
  margin-left: -25px;
}
body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .vidPanelControls a.nextBtn {
  background: url("/uploaded/themes/default_2015/images/nextArrow.png") 0 0 no-repeat;
  float: right;
  margin-right: -25px;
}
@media (max-width: 1330px) {
  body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .vidPanelControls {
    max-width: 950px;
  }
}
@media (max-width: 1015px) {
  body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .vidPanelControls {
    max-width: 768px;
    margin-top: -15px;
  }
  body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .vidPanelControls a {
    background-size: cover !important;
    width: 40px;
    height: 40px;
  }
  body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .vidPanelControls a.prevBtn {
    margin-left: -15px;
  }
  body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .vidPanelControls a.nextBtn {
    margin-right: -15px;
  }
}
@media (max-width: 805px) {
  body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .vidPanelControls {
    max-width: 480px;
  }
}
@media (max-width: 600px) {
  body[data-pageid="91"] .vidPanelHolder:not(.fsStateEditable) .vidPanelControls {
    max-width: 280px;
  }
}
body[data-pageid="91"] .mission {
  /*-webkit-animation: fadeIn 2s .5s; 
     -moz-animation: fadeIn 2s .5s;
      -ms-animation: fadeIn 2s .5s;
       -o-animation: fadeIn 2s .5s;
          animation: fadeIn 2s .5s;*/
  opacity: 0;
  transition: opacity 2s .5s;
}
body[data-pageid="91"] .mission .fsElementContent, body[data-pageid="91"] .mission header, body[data-pageid="91"] .mission footer {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
body[data-pageid="91"] .mission > header {
  position: relative;
  max-width: 590px;
}
@media (min-width: 950px) {
  body[data-pageid="91"] .mission > header {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
  }
}
body[data-pageid="91"] .mission > header > .fsElementHeaderContent {
  position: absolute;
  width: 125px !important;
  height: 125px;
  border-radius: 100%;
  overflow: hidden;
  left: 0;
  top: 20px;
  text-align: center;
  background-size: cover;
  background-position: center;
  display: none;
}
@media (min-width: 640px) {
  body[data-pageid="91"] .mission > header > .fsElementHeaderContent {
    display: block;
  }
}
@media (min-width: 950px) {
  body[data-pageid="91"] .mission > header > .fsElementHeaderContent {
    width: 175px !important;
    height: 175px;
    top: 42px;
  }
}
body[data-pageid="91"] .mission > header > .fsElementHeaderContent img {
  margin: 0;
  max-width: none;
  display: none;
}
body[data-pageid="91"] .mission.elShow {
  opacity: 1;
}
body[data-pageid="91"] .mission .fsElementContent {
  padding: 67px 0 65px 210px;
}
body[data-pageid="91"] .mission p {
  margin-bottom: 0;
}
body[data-pageid="91"] .mission a {
  font: 700 18px "ff-dagny-web-pro", sans-serif;
}
body[data-pageid="91"] .mission a:hover {
  background: transparent !important;
  color: #621420;
}
body[data-pageid="91"] .mission a:hover:before {
  display: none;
}
body[data-pageid="91"] .mission a:after {
  content: "\f18e";
  color: #929599;
  font-size: 18px;
  margin-left: 6px;
  margin-top: -4px;
}
body[data-pageid="91"] .mission h2 {
  margin-bottom: 25px;
}
body[data-pageid="91"] .mission h3 {
  margin-bottom: 12px;
}
@media (max-width: 950px) {
  body[data-pageid="91"] .mission {
    padding-left: 3%;
    padding-right: 3%;
  }
  body[data-pageid="91"] .mission > .fsElementContent {
    padding: 48px 0 46px 148px;
    background-size: 120px 76px;
    display: table;
    max-width: inherit;
    width: auto;
  }
  body[data-pageid="91"] .mission > .fsElementContent a {
    font-size: 14px;
  }
  body[data-pageid="91"] .mission > .fsElementContent a:after {
    font-size: 14px;
  }
  body[data-pageid="91"] .mission > .fsElementContent h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  body[data-pageid="91"] .mission > .fsElementContent h3 {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body[data-pageid="91"] .mission > .fsElementContent {
    padding: 30px 0 28px 0;
    background: transparent;
  }
}
body[data-pageid="91"] .discover {
  padding: 55px 0 0 0;
  opacity: 0;
  transition: opacity 2s .5s;
}
body[data-pageid="91"] .discover.elShow {
  opacity: 1;
}
body[data-pageid="91"] .discover > header {
  text-align: center;
  /*-webkit-animation: fadeInLeft 2s .5s both;
  -moz-animation: fadeInLeft 2s .5s both;
  -ms-animation: fadeInLeft 2s .5s both;
  -o-animation: fadeInLeft 2s .5s both;
  animation: fadeInLeft 2s .5s both;*/
}
body[data-pageid="91"] .discover > header h1 {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
body[data-pageid="91"] .discover > header h1:before, body[data-pageid="91"] .discover > header h1:after {
  content: "";
  height: 2px;
  width: 42px;
  background-color: #d8d9d9;
  position: absolute;
  margin-top: -1px;
  top: 50%;
}
body[data-pageid="91"] .discover > header h1:before {
  left: -54px;
}
body[data-pageid="91"] .discover > header h1:after {
  right: -54px;
}
body[data-pageid="91"] .discover > .fsElementContent {
  white-space: nowrap;
}
body[data-pageid="91"] .discover > .fsElementContent:before, body[data-pageid="91"] .discover > .fsElementContent:after {
  content: '';
  display: block;
}
body[data-pageid="91"] .discover > .fsElementContent:after {
  clear: both;
}
body[data-pageid="91"] .discover > .fsElementContent {
  zoom: 1;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent {
  display: inline-block;
  margin-right: -5px;
  vertical-align: top;
  width: 20.05%;
  margin-top: 38px;
  margin-bottom: 0;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 330px !important;
  overflow: hidden;
  transition: width 0.5s;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent header {
  text-align: center;
  color: #FFFFFF;
  font: 700 28px "ff-dagny-web-pro", sans-serif;
  position: absolute;
  left: auto;
  right: auto;
  width: 100%;
  bottom: 30px;
  min-height: 88px;
  z-index: 1;
  line-height: 1;
  white-space: normal;
  transition: bottom 0.5s;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent header p {
  margin-bottom: 0;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent header:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  margin-top: 16px;
  margin-left: 50%;
  position: relative;
  left: -25px;
  background-color: rgba(255, 255, 255, 0.5);
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent > .fsElementContent {
  position: absolute;
  left: 0;
  bottom: -107px;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  padding: 15px 15px 5px 15px;
  white-space: normal;
  transition: bottom 0.5s, opacity 0.5s;
  text-align: center;
  font: 400 15px "ff-dagny-web-pro", sans-serif;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent > .fsElementContent p {
  margin-bottom: 4px;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent > .fsElementContent a {
  color: #FFFFFF;
  font: 700 17px "ff-dagny-web-pro", sans-serif;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent > .fsElementContent a:before {
  display: none;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent > .fsElementContent a:after {
  content: "\f18e";
  color: #FFFFFF;
  font-size: 17px;
  margin-left: 6px;
  margin-top: -4px;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent > .fsElementContent a:hover {
  background: transparent;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent footer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  white-space: normal;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.5s;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent footer img {
  display: none;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0px;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:first-child:after {
  background-color: #d1909a;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:first-child .fsElementContent {
  background-color: #a32136;
  color: #FFFFFF;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:first-child:hover {
  width: 26%;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:first-child:hover header {
  bottom: 110px;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:first-child:hover .fsElementContent {
  bottom: 0 !important;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:first-child:hover footer {
  background-color: rgba(163, 33, 54, 0.4);
}
body.discover_active .discover > .fsElementContent .fsContent {
  width: 18.55%;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(2):after {
  background-color: #eeeeb7;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(2) .fsElementContent {
  background-color: #ddde70;
  color: #4a4f55;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(2) .fsElementContent a {
  color: #4a4f55;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(2) .fsElementContent a:after {
  color: #4a4f55;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(2):hover {
  width: 26%;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(2):hover header {
  bottom: 110px;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(2):hover .fsElementContent {
  bottom: 0 !important;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(2):hover footer {
  background-color: rgba(221, 222, 112, 0.4);
}
body.discover_active .discover > .fsElementContent .fsContent {
  width: 18.55%;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(3):after {
  background-color: #7faeb1;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(3) .fsElementContent {
  background-color: #005e63;
  color: #FFFFFF;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(3):hover {
  width: 26%;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(3):hover header {
  bottom: 110px;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(3):hover .fsElementContent {
  bottom: 0 !important;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(3):hover footer {
  background-color: rgba(0, 94, 99, 0.4);
}
body.discover_active .discover > .fsElementContent .fsContent {
  width: 18.55%;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(4):after {
  background-color: #91b4d3;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(4) .fsElementContent {
  background-color: #2369a7;
  color: #FFFFFF;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(4):hover {
  width: 26%;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(4):hover header {
  bottom: 110px;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(4):hover .fsElementContent {
  bottom: 0 !important;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(4):hover footer {
  background-color: rgba(35, 105, 167, 0.4);
}
body.discover_active .discover > .fsElementContent .fsContent {
  width: 18.55%;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:last-child:after {
  background-color: #e8b68a;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:last-child .fsElementContent {
  background-color: #d26e15;
  color: #FFFFFF;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:last-child:hover {
  width: 26%;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:last-child:hover header {
  bottom: 110px;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:last-child:hover .fsElementContent {
  bottom: 0 !important;
}
body[data-pageid="91"] .discover > .fsElementContent .fsContent:last-child:hover footer {
  background-color: rgba(210, 110, 21, 0.4);
}
body.discover_active .discover > .fsElementContent .fsContent {
  width: 18.55%;
}
@media (max-width: 950px) {
  body[data-pageid="91"] .discover {
    padding: 0;
  }
  body[data-pageid="91"] .discover > .fsElementContent {
    white-space: normal;
  }
  body[data-pageid="91"] .discover > .fsElementContent > header {
    float: left;
    width: 33.333%;
    background-color: #a32136;
    height: 330px !important;
    text-align: center;
    padding: 0 30px;
  }
  body[data-pageid="91"] .discover > .fsElementContent > header .fsElementHeaderContent {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body[data-pageid="91"] .discover > .fsElementContent > header h1 {
    color: #FFFFFF;
    font-size: 35px !important;
    margin-bottom: 0 !important;
    line-height: 1.1;
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent {
    width: 33.333%;
    margin: 0 -5px 0 0;
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent:hover {
    width: 33.333% !important;
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(2):after {
    background-color: #d1909a;
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(2) .fsElementContent {
    background-color: #a32136;
    color: #FFFFFF;
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(2):hover .fsElementContent {
    bottom: 0 !important;
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(2):hover footer {
    background-color: rgba(163, 33, 54, 0.4);
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(3):after {
    background-color: #eeeeb7;
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(3) .fsElementContent {
    background-color: #ddde70;
    color: #000000;
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(3) .fsElementContent a {
    color: #4a4f55;
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(3) .fsElementContent a:after {
    color: #4a4f55;
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(3):hover .fsElementContent {
    bottom: 0 !important;
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(3):hover footer {
    background-color: rgba(221, 222, 112, 0.4);
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(4):after {
    background-color: #7faeb1;
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(4) .fsElementContent {
    background-color: #005e63;
    color: #FFFFFF;
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(4):hover .fsElementContent {
    bottom: 0 !important;
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(4):hover footer {
    background-color: rgba(0, 94, 99, 0.4);
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(5):after {
    background-color: #91b4d3;
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(5) .fsElementContent {
    background-color: #2369a7;
    color: #FFFFFF;
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(5):hover .fsElementContent {
    bottom: 0 !important;
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent:nth-child(5):hover footer {
    background-color: rgba(35, 105, 167, 0.4);
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent:last-child:after {
    background-color: #e8b68a;
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent:last-child .fsElementContent {
    background-color: #d26e15;
    color: #FFFFFF;
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent:last-child:hover .fsElementContent {
    bottom: 0 !important;
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent:last-child:hover footer {
    background-color: rgba(210, 110, 21, 0.4);
  }
}
@media (max-width: 700px) {
  body[data-pageid="91"] .discover {
    padding: 0;
  }
  body[data-pageid="91"] .discover > .fsElementContent > header {
    float: left;
    width: 50%;
    background-color: #a32136;
    height: 330px !important;
    text-align: center;
    padding: 0 30px;
  }
  body[data-pageid="91"] .discover > .fsElementContent > header .fsElementHeaderContent {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body[data-pageid="91"] .discover > .fsElementContent > header h1 {
    color: #FFFFFF;
    font-size: 35px !important;
    margin-bottom: 0 !important;
    line-height: 1.1;
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent {
    width: 50%;
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent:hover {
    width: 50% !important;
  }
}
@media (max-width: 500px) {
  body[data-pageid="91"] .discover {
    padding: 0;
  }
  body[data-pageid="91"] .discover > .fsElementContent > header {
    float: left;
    width: 50%;
    background-color: #a32136;
    height: 195px !important;
    text-align: center;
    padding: 0 30px;
  }
  body[data-pageid="91"] .discover > .fsElementContent > header .fsElementHeaderContent {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body[data-pageid="91"] .discover > .fsElementContent > header h1 {
    color: #FFFFFF;
    font-size: 24px !important;
    margin-bottom: 0 !important;
    line-height: 1.1;
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent {
    width: 50%;
    height: 195px !important;
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent:hover {
    width: 50% !important;
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent header {
    font-size: 17px;
    bottom: 20px;
    min-height: inherit;
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent header:after {
    margin-top: 6px;
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent > .fsElementContent {
    font-size: 14px;
  }
  body[data-pageid="91"] .discover > .fsElementContent .fsContent > .fsElementContent a {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  body[data-pageid="91"] .discover > .fsElementContent > header h1 {
    font-size: 18px !important;
  }
  body[data-pageid="91"] .discover .fsContent {
    width: 50%;
    height: 195px !important;
  }
  body[data-pageid="91"] .discover .fsContent:hover {
    width: 50% !important;
  }
  body[data-pageid="91"] .discover .fsContent:hover > .fsElementContent {
    opacity: 1;
  }
  body[data-pageid="91"] .discover .fsContent header {
    font-size: 17px;
    bottom: 20px;
    min-height: inherit;
  }
  body[data-pageid="91"] .discover .fsContent header:after {
    margin-top: 6px;
  }
  body[data-pageid="91"] .discover .fsContent > .fsElementContent {
    top: 0;
    bottom: auto !important;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 500ms;
    font-size: 14px;
  }
  body[data-pageid="91"] .discover .fsContent > .fsElementContent a {
    font-size: 15px;
  }
}
body[data-pageid="91"] .homeNews {
  padding: 80px 0;
  min-height: 620px !important;
  opacity: 0;
  transition: opacity 2s .5s;
}
body[data-pageid="91"] .homeNews.elShow {
  opacity: 1;
}
body[data-pageid="91"] .homeNews > .fsElementContent, body[data-pageid="91"] .homeNews header, body[data-pageid="91"] .homeNews footer {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
body[data-pageid="91"] .homeNews > .fsElementContent {
  position: relative;
}
body[data-pageid="91"] .homeNews footer a {
  font-size: 17px;
  margin-top: 20px;
  line-height: 1;
}
body[data-pageid="91"] .homeNews footer p {
  margin-bottom: 0;
}
body[data-pageid="91"] .homeNews article {
  border-bottom: 1px solid #e9eaeb;
  max-width: 375px;
  margin-top: 0;
}
body[data-pageid="91"] .homeNews article:first-child .fsTitle a {
  padding-top: 40px;
}
body[data-pageid="91"] .homeNews article:first-child .fsThumbnail {
  z-index: 1;
  opacity: 1;
}
body[data-pageid="91"] .homeNews article:last-child {
  border-bottom: 0 none;
}
body[data-pageid="91"] .homeNews .fsTitle a {
  font: normal 700 28px "ff-dagny-web-pro", sans-serif;
  color: #4a4f55;
  line-height: 1;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
body[data-pageid="91"] .homeNews .fsTitle a:before {
  content: "";
  background-color: #d1909a;
  display: none;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: -28px;
  border-radius: 50px;
}
body[data-pageid="91"] .homeNews .fsTitle a:hover {
  color: #a32136;
}
body[data-pageid="91"] .homeNews .fsTitle a:hover:before {
  display: inline-block;
}
body[data-pageid="91"] .homeNews .fsThumbnail {
  max-width: 460px;
  max-height: 460px;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: -66px;
  margin: 0;
  opacity: 0;
  overflow: hidden;
}
body[data-pageid="91"] .homeNews .fsThumbnail.thumb_active {
  z-index: 2;
  opacity: 1;
}
@media (max-width: 950px) {
  body[data-pageid="91"] .homeNews {
    padding-left: 3%;
    padding-right: 3%;
    min-height: 491px !important;
  }
  body[data-pageid="91"] .homeNews .fsTitle a {
    font-size: 18px;
  }
  body[data-pageid="91"] .homeNews .fsTitle a:before {
    display: none !important;
  }
  body[data-pageid="91"] .homeNews .fsThumbnail {
    max-width: 300px;
    max-height: 300px;
    top: -60px;
  }
}
@media (max-width: 750px) {
  body[data-pageid="91"] .homeNews {
    padding: 30px 20px 28px 20px;
    min-height: inherit !important;
  }
  body[data-pageid="91"] .homeNews article {
    max-width: inherit;
  }
  body[data-pageid="91"] .homeNews article:first-child {
    margin-top: 30px;
  }
  body[data-pageid="91"] .homeNews .fsThumbnail {
    display: none;
  }
}

body[data-pageid="193"] #fsPageBodyWrapper {
  background-image: url("http://woodward.finalsite.com/uploaded/themes/default_2015/images/special-treatments/mashup/mashup-bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding-top: 50px;
}
body[data-pageid="193"] #fsPageBodyWrapper #fsPageBody .fsElement {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  body[data-pageid="193"] #fsPageBodyWrapper #fsPageBody .fsElement {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 800px) {
  body[data-pageid="193"] #fsPageBodyWrapper #fsPageBody .fsElement {
    margin-bottom: 40px;
  }
}
body[data-pageid="193"] .fsBanner .mainNav {
  position: relative;
}
body[data-pageid="193"] .mash-head {
  position: relative;
}
@media screen and (min-width: 600px) {
  body[data-pageid="193"] .mash-head {
    padding-right: 120px;
  }
}
body[data-pageid="193"] .mash-head h2 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 25px;
}
@media screen and (min-width: 600px) {
  body[data-pageid="193"] .mash-head h2 {
    font-size: 70px;
  }
}
body[data-pageid="193"] .mash-head .fsElementHeaderContent {
  color: #fff;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
}
@media screen and (min-width: 600px) {
  body[data-pageid="193"] .mash-head footer {
    position: absolute;
    right: 0;
    top: 0;
  }
}
body[data-pageid="193"] .mash-head footer p {
  margin-bottom: 10px;
}
body[data-pageid="193"] .mash-head footer p .fs_style_8 {
  min-width: 110px;
  width: 100%;
}
body[data-pageid="193"] .mash-head footer p:last-child .fs_style_8 {
  background-color: #dddd6f !important;
  color: #494f55 !important;
}
body[data-pageid="193"] .mash-head footer p:last-child .fs_style_8:hover {
  background-color: #bfc04b !important;
}
body[data-pageid="193"] .tile-wrapper.fsThreeColumnLayout > .fsDiv {
  margin: 0;
  width: 100%;
  padding: 0 5px;
}
@media screen and (min-width: 600px) {
  body[data-pageid="193"] .tile-wrapper.fsThreeColumnLayout > .fsDiv {
    width: 33.33%;
  }
}
@media screen and (min-width: 800px) {
  body[data-pageid="193"] .tile-wrapper.fsThreeColumnLayout > .fsDiv {
    padding: 0 15px;
  }
}
@media screen and (min-width: 600px) {
  body[data-pageid="193"] .tile-wrapper.fsThreeColumnLayout > .fsDiv:first-child {
    padding-left: 0;
  }
}
@media screen and (min-width: 600px) {
  body[data-pageid="193"] .tile-wrapper.fsThreeColumnLayout > .fsDiv:last-child {
    padding-right: 0;
  }
}
body[data-pageid="193"] .tile-wrapper p {
  margin: 0;
}
body[data-pageid="193"] .tile-wrapper .fsElement {
  background-color: #ffffff;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: bold;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
}
body[data-pageid="193"] .tile-wrapper .fsElement footer {
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  background-color: #f6f6f6;
  border-top: solid 1px rgba(145, 149, 153, 0.2);
}
body[data-pageid="193"] .tile-wrapper .fsElement footer a {
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: bold;
  color: #4a4f55;
  font-size: 15px;
  display: inline-block;
}
body[data-pageid="193"] .tile-wrapper .fsElement footer a:hover {
  color: #a32035;
}
body[data-pageid="193"] .tile-wrapper .fsElement footer p {
  display: inline-block;
}
body[data-pageid="193"] .tile-wrapper .fsElement .fsElementContent {
  padding: 2px;
}
body[data-pageid="193"] .tile-wrapper .fsElementFooterContent:before {
  font-family: 'icomoon';
  color: #a32035;
  font-size: 18px;
  font-weight: normal;
  margin-right: 5px;
}
body[data-pageid="193"] .tile-wrapper .fsElementContent {
  margin-top: 0;
}
body[data-pageid="193"] .latest-photos .fsMediaContainer {
  height: 221px;
}
body[data-pageid="193"] .latest-photos .fsElementFooterContent:before {
  content: '\f1c5';
}
body[data-pageid="193"] .latest-photos .slick-list {
  height: 100%;
}
body[data-pageid="193"] .latest-photos .slide {
  height: 221px;
}
body[data-pageid="193"] .latest-photos .slide-image-wrapper {
  background-size: cover;
  background-position: center;
  height: 100%;
}
body[data-pageid="193"] .latest-photos .slide-image-wrapper img {
  opacity: 0;
  visibility: hidden;
}
body[data-pageid="193"] .latest-photos .slick-prev, body[data-pageid="193"] .latest-photos .slick-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  height: 40px;
  width: 40px;
  color: transparent;
  padding: 0;
  transition: .3s;
  outline: 0;
}
body[data-pageid="193"] .latest-photos .slick-prev:hover, body[data-pageid="193"] .latest-photos .slick-next:hover {
  background: rgba(0, 0, 0, 0.4);
  transition: .3s;
}
body[data-pageid="193"] .latest-photos .slick-prev:before, body[data-pageid="193"] .latest-photos .slick-next:before {
  content: '\f104';
  font-family: 'icomoon';
  color: #f6f6f6;
  font-size: 22px;
  position: absolute;
  line-height: 38px;
  display: block;
  width: 40px;
  font-weight: bold;
  top: 0;
  left: 0;
}
body[data-pageid="193"] .latest-photos .slick-next {
  right: 0;
  left: auto;
}
body[data-pageid="193"] .latest-photos .slick-next:before {
  content: '\f105';
}
body[data-pageid="193"] .facebook h2.fsElementTitle {
  font-weight: bold;
  font-size: 18px;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-style: normal;
  color: #4a4f55;
  margin-bottom: 0 !important;
  padding: 30px 30px 0;
  line-height: 1;
}
body[data-pageid="193"] .facebook .fsElementFooterContent:before {
  content: "\f09a ";
}
body[data-pageid="193"] .facebook .fsElementEmpty {
  display: none;
}
body[data-pageid="193"] .facebook .fsFacebookList {
  padding: 30px;
}
body[data-pageid="193"] .facebook .fsFacebookListItem {
  margin-bottom: 0;
}
body[data-pageid="193"] .facebook .facebook-post {
  padding: 10px 30px 30px;
  display: none;
}
body[data-pageid="193"] .facebook .facebook-post:nth-of-type(1) {
  display: block;
}
body[data-pageid="193"] .facebook .entry-content {
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
}
body[data-pageid="193"] .facebook .fsFacebookFrom {
  font-weight: bold;
  font-size: 18px;
}
body[data-pageid="193"] .facebook .fsFacebookFollow {
  display: none;
}
body[data-pageid="193"] .twitter .fsElementFooterContent:before {
  content: "\f099 ";
}
body[data-pageid="193"] .twitter a.link.customisable {
  word-break: break-word;
}
body[data-pageid="193"] ul.tweets {
  padding: 30px;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
}
body[data-pageid="193"] li.tweet {
  display: none;
  margin-bottom: 0;
}
body[data-pageid="193"] li.tweet:first-child {
  display: block;
}
body[data-pageid="193"] li.tweet header {
  font-size: 18px;
}
body[data-pageid="193"] .full-name {
  color: #4a4f55;
  font-weight: bold;
  font-size: 18px;
}
body[data-pageid="193"] .avatar {
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
}
body[data-pageid="193"] .p-nickname {
  margin-bottom: 10px;
  display: inline-block;
}
body[data-pageid="193"] .instagram .fsElementFooterContent:before {
  content: '\f16d';
}
body[data-pageid="193"] .instagram .entry {
  padding: 20px;
}
body[data-pageid="193"] .instagram .entry .entry-content {
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
}
body[data-pageid="193"] .instagram .entry .entry-content img {
  margin: 0;
  width: 100%;
}
body[data-pageid="193"] .instagram .entry:not(:first-child) div {
  display: none;
}
body[data-pageid="193"] .instagram .entry:not(:first-child) div.img-wrap {
  display: block;
  background-size: cover;
  background-position: center;
}
body[data-pageid="193"] .instagram .entry:not(:first-child) div.img-wrap img {
  opacity: 0;
  visibility: hidden;
}
body[data-pageid="193"] .wordpress-entry {
  padding: 30px;
}
body[data-pageid="193"] .wordpress-entry .entry-content {
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body[data-pageid="193"] .wordpress-entry .entry-content p {
  display: inline;
}
body[data-pageid="193"] .wordpress-entry .entry-title {
  font-size: 15px;
  line-height: 17px;
  position: relative;
  margin-bottom: 20px;
}
body[data-pageid="193"] .wordpress-entry .entry-title:before {
  content: 'The Blade';
  font-weight: bold;
  font-size: 18px;
  display: block;
}
body[data-pageid="193"] .wordpress-entry .entry-title a:before {
  display: none;
}

.fsSection98 #fsHeader {
  position: relative;
}
.fsSection98 .hide {
  display: none;
}
.fsSection98 .headerContainer > .fsElementContent {
  max-width: 100%;
  position: relative;
  padding: 0;
}
.fsSection98 .header-image .fsElementContent {
  background-size: cover;
  background-position: center;
  min-height: 330px;
}
@media screen and (min-width: 750px) {
  .fsSection98 .header-image .fsElementContent {
    min-height: auto;
    max-height: 280px;
  }
}
@media screen and (min-width: 800px) {
  .fsSection98 .header-image .fsElementContent {
    max-height: 258px;
  }
}
@media screen and (min-width: 1180px) {
  .fsSection98 .header-image .fsElementContent {
    max-height: 220px;
  }
}
.fsSection98 .header-image .fsElementContent img {
  opacity: 0;
  visibility: hidden;
  width: 100%;
}
.fsSection98 .subsite {
  position: absolute;
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 40px;
  padding: 0;
  z-index: 3;
  text-align: center;
  display: block;
}
@media screen and (min-width: 600px) {
  .fsSection98 .subsite {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1180px) {
  .fsSection98 .subsite {
    text-align: right;
    margin-right: 0;
    right: calc(50% - 475px);
    max-width: 440px;
  }
}
@media screen and (min-width: 1350px) {
  .fsSection98 .subsite {
    padding: 0;
  }
}
.fsSection98 .subsite span {
  margin-bottom: 5px;
}
@media screen and (min-width: 1180px) {
  .fsSection98 .subsite span {
    display: block;
  }
}
.fsSection98 .subsite span:before {
  content: '\e967';
  font-family: 'icomoon';
  margin-right: 5px;
}
.fsSection98 .subsite a {
  display: block;
  border-left: 0;
  padding: 0;
}
@media screen and (min-width: 1180px) {
  .fsSection98 .subsite a {
    display: inline-block;
    text-align: left;
  }
}
.fsSection98 .subsite a:before {
  display: none;
}
.fsSection98 .subsite img {
  width: 185px;
  margin-top: 2px;
  margin-left: 6px;
}
@media screen and (min-width: 700px) {
  .fsSection98 .subsite img {
    width: auto;
    margin: 0;
  }
}
.fsSection98 .utilityNav.parents {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  bottom: 50px;
  text-align: center;
  width: 100%;
  max-width: 1270px;
  padding: 0 0px;
  display: block;
}
.fsSection98 .utilityNav.parents > .fsElementContent {
  float: none;
}
@media screen and (min-width: 600px) {
  .fsSection98 .utilityNav.parents {
    padding: 0 40px;
    bottom: 30px;
  }
}
@media screen and (min-width: 1180px) {
  .fsSection98 .utilityNav.parents {
    text-align: left;
    top: 40px;
    bottom: auto;
  }
}
@media screen and (min-width: 1350px) {
  .fsSection98 .utilityNav.parents {
    padding: 0;
  }
}
.fsSection98 .utilityNav.parents header {
  display: none;
}
.fsSection98 .utilityNav.parents h1, .fsSection98 .utilityNav.parents h1 a {
  color: #fff;
  font-family: "clavo", sans-serif;
  font-size: 35px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .fsSection98 .utilityNav.parents h1, .fsSection98 .utilityNav.parents h1 a {
    font-size: 60px;
  }
}
@media screen and (min-width: 1000px) {
  .fsSection98 .utilityNav.parents h1, .fsSection98 .utilityNav.parents h1 a {
    font-size: 70px;
  }
}
@media screen and (min-width: 1180px) {
  .fsSection98 .utilityNav.parents h1, .fsSection98 .utilityNav.parents h1 a {
    margin-bottom: 40px;
  }
}
.fsSection98 .utilityNav.parents a {
  margin-left: 0;
  font-size: 11px;
}
@media screen and (min-width: 500px) {
  .fsSection98 .utilityNav.parents a {
    font-size: 14px;
  }
}
.fsSection98 .utilityNav.parents .fs_style_8 {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #a32035;
  color: #fff;
}
.fsSection98 #mobileMenu .inquireWrap {
  top: -100px;
  background-color: transparent;
  bottom: auto;
  padding: 0;
  display: none;
}
.fsSection98 #mobileMenu .inquireWrap a {
  display: inline-block;
}
.fsSection98 #mobileMenu .subsite {
  display: none;
}
.fsSection98 #mobileMenu {
  top: 0px;
  background-color: transparent;
  position: relative;
  height: 100%;
  overflow: initial;
}
@media screen and (min-width: 900px) {
  .fsSection98 #mobileMenu {
    display: none;
  }
}
.fsSection98 .mobileMenuBtn {
  display: none;
}
.fsSection98 .threeCol-list {
  display: inline-block !important;
}
.fsSection98.menu_active #fsPageBodyWrapper {
  padding-top: 20px;
}
@media screen and (min-width: 900px) {
  .fsSection98.menu_active #fsPageBodyWrapper {
    padding-top: 50px;
  }
}
.fsSection98 .mainNav .fsNavLevel1 li:nth-child(1) a:after {
  background-color: #a32136 !important;
}
.fsSection98 .mainNav .fsNavLevel1 li:nth-child(1) .fsNavPageInfo {
  background: #a32136 !important;
}
.fsSection98 .mainNav .fsNavLevel1 li:nth-child(1) .fsNavPageInfo:before, .fsSection98 .mainNav .fsNavLevel1 li:nth-child(1) .fsNavPageInfo:after {
  background-color: #a32136 !important;
}
.fsSection98 .mainNav .fsNavLevel1 li:nth-child(1) .fsNavPageInfo a {
  color: #fff !important;
}
.fsSection98 .mainNav .fsNavLevel1 li:nth-child(1) .fsNavPageInfo .threeCol-list {
  border-color: #d1909a !important;
}
.fsSection98 .mainNav .fsNavLevel1 li:nth-child(2) a:after {
  background-color: #aaab1e !important;
}
.fsSection98 .mainNav .fsNavLevel1 li:nth-child(2) .fsNavPageInfo {
  background: #aaab1e !important;
}
.fsSection98 .mainNav .fsNavLevel1 li:nth-child(2) .fsNavPageInfo:before, .fsSection98 .mainNav .fsNavLevel1 li:nth-child(2) .fsNavPageInfo:after {
  background-color: #aaab1e !important;
}
.fsSection98 .mainNav .fsNavLevel1 li:nth-child(2) .fsNavPageInfo a {
  color: #fff !important;
}
.fsSection98 .mainNav .fsNavLevel1 li:nth-child(2) .fsNavPageInfo .threeCol-list {
  border-color: #eeeeb7 !important;
}
.fsSection98 .mainNav .fsNavLevel1 li:nth-child(3) a:after {
  background-color: #005e63 !important;
}
.fsSection98 .mainNav .fsNavLevel1 li:nth-child(3) .fsNavPageInfo {
  background: #005e63 !important;
}
.fsSection98 .mainNav .fsNavLevel1 li:nth-child(3) .fsNavPageInfo:before, .fsSection98 .mainNav .fsNavLevel1 li:nth-child(3) .fsNavPageInfo:after {
  background-color: #005e63 !important;
}
.fsSection98 .mainNav .fsNavLevel1 li:nth-child(3) .fsNavPageInfo a {
  color: #fff !important;
}
.fsSection98 .mainNav .fsNavLevel1 li:nth-child(3) .fsNavPageInfo .threeCol-list {
  border-color: #7faeb1 !important;
}
.fsSection98 .mainNav .fsNavLevel1 li:nth-child(4) a:after {
  background-color: #d26e15 !important;
}
.fsSection98 .mainNav .fsNavLevel1 li:nth-child(4) .fsNavPageInfo {
  background: #d26e15 !important;
}
.fsSection98 .mainNav .fsNavLevel1 li:nth-child(4) .fsNavPageInfo:before, .fsSection98 .mainNav .fsNavLevel1 li:nth-child(4) .fsNavPageInfo:after {
  background-color: #d26e15 !important;
}
.fsSection98 .mainNav .fsNavLevel1 li:nth-child(4) .fsNavPageInfo a {
  color: #fff !important;
}
.fsSection98 .mainNav .fsNavLevel1 li:nth-child(4) .fsNavPageInfo .threeCol-list {
  border-color: #e8b68a !important;
}
.fsSection98 .mainNav .fsNavLevel1 li:nth-child(5) a:after {
  background-color: #2369a7 !important;
}
.fsSection98 .mainNav .fsNavLevel1 li:nth-child(5) .fsNavPageInfo {
  background: #2369a7 !important;
}
.fsSection98 .mainNav .fsNavLevel1 li:nth-child(5) .fsNavPageInfo:before, .fsSection98 .mainNav .fsNavLevel1 li:nth-child(5) .fsNavPageInfo:after {
  background-color: #2369a7 !important;
}
.fsSection98 .mainNav .fsNavLevel1 li:nth-child(5) .fsNavPageInfo a {
  color: #fff !important;
}
.fsSection98 .mainNav .fsNavLevel1 li:nth-child(5) .fsNavPageInfo .threeCol-list {
  border-color: #91b4d3 !important;
}
.fsSection98 .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li:nth-child(1).fsNavParentPage.fsNavCurrentPage > a,
.fsSection98 .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li:nth-child(1).fsNavParentPage.fsNavCurrentPageAncestor > a {
  background-color: #a32136 !important;
  color: #fff !important;
}
.fsSection98 .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li:nth-child(1).fsNavParentPage.fsNavCurrentPage > a:before, .fsSection98 .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li:nth-child(1).fsNavParentPage.fsNavCurrentPage > a:after,
.fsSection98 .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li:nth-child(1).fsNavParentPage.fsNavCurrentPageAncestor > a:before,
.fsSection98 .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li:nth-child(1).fsNavParentPage.fsNavCurrentPageAncestor > a:after {
  background-color: #a32136 !important;
}
.fsSection98 .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li:nth-child(2).fsNavParentPage.fsNavCurrentPage > a,
.fsSection98 .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li:nth-child(2).fsNavParentPage.fsNavCurrentPageAncestor > a {
  background-color: #aaab1e !important;
  color: #fff !important;
}
.fsSection98 .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li:nth-child(2).fsNavParentPage.fsNavCurrentPage > a:before, .fsSection98 .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li:nth-child(2).fsNavParentPage.fsNavCurrentPage > a:after,
.fsSection98 .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li:nth-child(2).fsNavParentPage.fsNavCurrentPageAncestor > a:before,
.fsSection98 .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li:nth-child(2).fsNavParentPage.fsNavCurrentPageAncestor > a:after {
  background-color: #aaab1e !important;
}
.fsSection98 .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li:nth-child(3).fsNavParentPage.fsNavCurrentPage > a,
.fsSection98 .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li:nth-child(3).fsNavParentPage.fsNavCurrentPageAncestor > a {
  background-color: #005e63 !important;
  color: #fff !important;
}
.fsSection98 .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li:nth-child(3).fsNavParentPage.fsNavCurrentPage > a:before, .fsSection98 .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li:nth-child(3).fsNavParentPage.fsNavCurrentPage > a:after,
.fsSection98 .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li:nth-child(3).fsNavParentPage.fsNavCurrentPageAncestor > a:before,
.fsSection98 .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li:nth-child(3).fsNavParentPage.fsNavCurrentPageAncestor > a:after {
  background-color: #005e63 !important;
}
.fsSection98 .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li:nth-child(4).fsNavParentPage.fsNavCurrentPage > a,
.fsSection98 .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li:nth-child(4).fsNavParentPage.fsNavCurrentPageAncestor > a {
  background-color: #d26e15 !important;
  color: #fff !important;
}
.fsSection98 .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li:nth-child(4).fsNavParentPage.fsNavCurrentPage > a:before, .fsSection98 .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li:nth-child(4).fsNavParentPage.fsNavCurrentPage > a:after,
.fsSection98 .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li:nth-child(4).fsNavParentPage.fsNavCurrentPageAncestor > a:before,
.fsSection98 .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li:nth-child(4).fsNavParentPage.fsNavCurrentPageAncestor > a:after {
  background-color: #d26e15 !important;
}
.fsSection98 .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li:nth-child(5).fsNavParentPage.fsNavCurrentPage > a,
.fsSection98 .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li:nth-child(5).fsNavParentPage.fsNavCurrentPageAncestor > a {
  background-color: #2369a7 !important;
  color: #fff !important;
}
.fsSection98 .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li:nth-child(5).fsNavParentPage.fsNavCurrentPage > a:before, .fsSection98 .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li:nth-child(5).fsNavParentPage.fsNavCurrentPage > a:after,
.fsSection98 .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li:nth-child(5).fsNavParentPage.fsNavCurrentPageAncestor > a:before,
.fsSection98 .mainNav.fsNavigation:not(.mobileNav) .fsNavLevel1 li:nth-child(5).fsNavParentPage.fsNavCurrentPageAncestor > a:after {
  background-color: #2369a7 !important;
}

.infographic #fsPageBodyWrapper {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 750px) {
  .infographic #fsPageBodyWrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.infographic #fsPageBody {
  padding: 0 !important;
}
@media (max-width: 640px) {
  .infographic h3 {
    font-size: 24px;
  }
}
.infographic .info-row {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 980px) {
  .infographic .info-row.two > .fsDiv {
    position: relative;
    padding-bottom: 30px;
    height: 265px;
  }
  .infographic .info-row.two > .fsDiv:before {
    content: '';
    width: calc(100% - 30px);
    position: absolute;
    bottom: 20px;
    height: 1px;
    display: block;
    background-color: #e9eaeb;
  }
  .infographic .info-row.two > .fsDiv:nth-of-type(2) {
    padding-bottom: 30px;
  }
  .infographic .info-row.two > .fsDiv:nth-of-type(2):before {
    right: 0;
    margin: 0 auto;
    width: calc(100% - 60px);
    left: 0;
  }
  .infographic .info-row.two > .fsDiv:last-child:before {
    width: calc(100% - 60px);
    right: 30px;
  }
}
.infographic .fsThreeColumnLayout > .fsDiv {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 670px) {
  .infographic .fsThreeColumnLayout > .fsDiv {
    width: 50%;
    float: left;
    border-right: solid 1px #e9eaeb;
    box-shadow: -1px 0 0 0 #e9eaeb;
  }
}
@media screen and (min-width: 980px) {
  .infographic .fsThreeColumnLayout > .fsDiv {
    width: 33.333%;
  }
}
.infographic .fsThreeColumnLayout > .fsDiv:first-child {
  box-shadow: none;
}
@media screen and (max-width: 670px) {
  .infographic .fsThreeColumnLayout > .fsDiv:first-child {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #e9eaeb;
  }
}
@media screen and (min-width: 670px) {
  .infographic .fsThreeColumnLayout > .fsDiv:first-child {
    padding-right: 20px;
  }
}
.infographic .fsThreeColumnLayout > .fsDiv:nth-of-type(2) {
  border-right: 0;
}
@media screen and (min-width: 670px) {
  .infographic .fsThreeColumnLayout > .fsDiv:nth-of-type(2) {
    padding: 0 0px 0 30px;
  }
}
@media screen and (min-width: 980px) {
  .infographic .fsThreeColumnLayout > .fsDiv:nth-of-type(2) {
    border-right: solid 1px #e9eaeb;
  }
}
.infographic .fsThreeColumnLayout > .fsDiv:last-child {
  border-right: none;
  width: 100%;
  box-shadow: none;
  border-top: solid 1px #e9eaeb;
  padding-top: 30px;
  margin-top: 45px;
}
@media screen and (min-width: 980px) {
  .infographic .fsThreeColumnLayout > .fsDiv:last-child {
    padding-left: 30px;
    width: 33.333%;
    box-shadow: -1px 0 0 0 #e9eaeb;
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
}
.infographic #fsPageContent {
  position: relative;
  text-align: center;
}
.infographic #fsPageContent:before {
  content: '';
  position: absolute;
  top: 20px;
  height: 2px;
  width: 100%;
  background-color: #d8d9d9;
  left: 0;
}
.infographic .fsPageTitle {
  text-align: center;
  background-color: #fff;
  z-index: 1;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
  margin-bottom: 35px;
}
.infographic .fsPageTitle:after {
  position: absolute;
  display: inline-block;
}
.infographic .cell {
  text-align: left !important;
  margin-bottom: 0 !important;
}
.infographic .cell header {
  margin-bottom: 30px;
}
.infographic .cell header h2 {
  text-transform: uppercase;
  font-family: "ff-dagny-web-pro", sans-serif;
  color: #929599;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  font-style: normal;
  margin-bottom: 35px;
  border-bottom: solid 2px #ddde70;
}
.infographic .cell h3 {
  color: #a32136;
  text-transform: none;
  margin-bottom: 10px;
  line-height: 33px;
}
.infographic .cell footer {
  font-family: "ff-dagny-web-pro", sans-serif;
  color: #929599;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}
.infographic .cell footer h3 {
  margin-bottom: 0;
}
.infographic .cell p {
  margin: 0;
}
.infographic .cell .fsElementContent {
  margin-bottom: 30px;
}
.infographic .cell .fsElementContent h3 {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 0;
}
.infographic .cell .fsElementContent h6 {
  letter-spacing: .045em;
  font-size: 15px;
  line-height: 20px;
}
.infographic .cell.one header {
  font-family: "ff-dagny-web-pro", sans-serif;
  color: #929599;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}
.infographic .cell.one .fsElementHeaderContent {
  position: relative;
  padding-left: 100px;
  padding-right: 40px;
}
@media screen and (max-width: 670px) {
  .infographic .cell.one .fsElementHeaderContent {
    height: 125px;
    padding-right: 0;
  }
}
.infographic .cell.one .fsElementHeaderContent:before {
  content: url("/uploaded/themes/default_2015/images/infographic/trophy.svg");
  position: absolute;
  display: block;
  width: 81px;
  height: 125px;
  left: 0;
  top: 8px;
}
.infographic .cell.one footer h3 {
  line-height: 1;
}
.infographic .cell.one .fsElementFooterContent > p {
  margin-bottom: 10px;
}
.infographic .cell.one .fsElementFooterContent > p:before {
  content: url("/uploaded/themes/default_2015/images/infographic/diploma.svg");
  width: 110px;
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.infographic .cell.two .fsElementHeaderContent h3 {
  display: inline;
}
.infographic .cell.two .fsElementContent {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .infographic .cell.two .fsElementContent {
    padding-top: 10px;
  }
}
.infographic .cell.two .fsElementContent:before {
  content: url("/uploaded/themes/default_2015/images/infographic/books.svg");
  width: 146px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.infographic .cell.two .fsElementContent h3, .infographic .cell.two .fsElementContent p {
  padding-left: 160px;
}
.infographic .cell.two .fsElementContent p {
  margin-bottom: 10px;
}
.infographic .cell.two footer {
  position: relative;
  padding-right: 130px;
}
.infographic .cell.two footer:before {
  content: url("/uploaded/themes/default_2015/images/infographic/diploma2.svg");
  width: 120px;
  display: inline-block;
  position: absolute;
  left: 130px;
  top: 12px;
}
.infographic .cell.two footer h3 {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 10px;
}
.infographic .cell.two .fsElementFooterContent {
  max-width: 110px;
}
.infographic .cell.three header {
  margin-bottom: 0;
}
.infographic .cell.three .fsElementContent {
  position: relative;
}
.infographic .cell.three .fsElementContent:before {
  content: url("/uploaded/themes/default_2015/images/infographic/atom.svg");
  width: 120px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50px;
  left: auto;
}
@media screen and (max-width: 980px) {
  .infographic .cell.three .fsElementContent:before {
    right: auto;
    left: 175px;
  }
}
.infographic .cell.three .fsElementContent h3 {
  margin-bottom: 30px;
}
.infographic .cell.three .fsElementContent p {
  max-width: 155px;
}
@media screen and (min-width: 980px) {
  .infographic .cell.three .fsElementContent p {
    padding-right: 130px;
    max-width: none;
  }
}
@media screen and (max-width: 980px) {
  .infographic .cell.three .fsElementContent {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 650px) {
  .infographic .cell.three .fsElementContent {
    width: 100%;
    float: none;
  }
}
.infographic .cell.three footer {
  position: relative;
  padding-left: 110px;
  padding-top: 60px;
  margin-bottom: 14px;
}
.infographic .cell.three footer:before {
  content: url("/uploaded/themes/default_2015/images/infographic/testtube.svg");
  width: 90px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0px;
}
@media screen and (max-width: 980px) {
  .infographic .cell.three footer:before {
    left: 50px;
  }
}
@media screen and (max-width: 650px) {
  .infographic .cell.three footer:before {
    left: 0;
  }
}
@media screen and (max-width: 980px) {
  .infographic .cell.three footer {
    width: 50%;
    float: left;
    padding-left: 160px;
  }
}
@media screen and (max-width: 650px) {
  .infographic .cell.three footer {
    width: 100%;
    float: none;
    padding-left: 110px;
  }
}
.infographic .cell.four {
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 33px;
  color: #a32136;
  padding: 30px 0;
  border-top: solid 1px #e9eaeb;
  border-bottom: solid 1px #e9eaeb;
  margin-bottom: 30px !important;
}
.infographic .cell.four strong {
  color: #929599;
  font-weight: bold;
}
.infographic .cell.four header h2 {
  margin-bottom: 0;
}
.infographic .cell.four .fsElementContent {
  position: relative;
  padding-top: 150px;
  margin-bottom: 0;
}
@media screen and (min-width: 500px) {
  .infographic .cell.four .fsElementContent {
    padding-top: 300px;
  }
}
@media screen and (min-width: 800px) {
  .infographic .cell.four .fsElementContent {
    padding-top: 110px;
  }
}
.infographic .cell.four .fsElementContent:before {
  content: url("/uploaded/themes/default_2015/images/infographic/opportunity-01.svg");
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 800px) {
  .infographic .cell.four .fsElementContent:before {
    padding-right: 32px;
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .infographic .cell.four .fsElementContent:before {
    max-width: 300px;
  }
}
.infographic .cell.four .fsElementContent:after {
  content: url("/uploaded/themes/default_2015/images/infographic/opportunity-02.svg");
  position: absolute;
  right: 0;
  width: 100%;
  top: 150px;
}
@media screen and (min-width: 800px) {
  .infographic .cell.four .fsElementContent:after {
    width: 50%;
    top: 0;
    padding-left: 32px;
  }
}
@media screen and (max-width: 500px) {
  .infographic .cell.four .fsElementContent:after {
    max-width: 300px;
    right: auto;
    left: 0;
    top: 75px;
  }
}
.infographic .info-row.two, .infographic .info-row.three {
  margin-bottom: 0 !important;
}
.infographic .info-row.two header, .infographic .info-row.three header {
  margin-bottom: 0;
  line-height: 1;
}
.infographic .info-row.two header h2, .infographic .info-row.three header h2 {
  margin-bottom: 30px;
}
.infographic .cell h6 {
  font-family: "ff-dagny-web-pro", sans-serif;
  color: #929599;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}
.infographic .cell.five .fsElementContent {
  font-family: "ff-dagny-web-pro", sans-serif;
  color: #929599;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  padding-right: 130px;
}
.infographic .cell.five .fsElementContent:before {
  content: url("/uploaded/themes/default_2015/images/infographic/globe.svg");
  width: 125px;
  display: inline-block;
  position: absolute;
  left: 112px;
  top: 0px;
}
@media screen and (min-width: 980px) {
  .infographic .cell.five .fsElementContent:before {
    right: 50px;
    left: auto;
  }
}
.infographic .cell.five h3 {
  margin-top: 10px;
  font-size: 28px;
  line-height: 33px;
}
.infographic .cell.six h3 {
  font-size: 28px;
  line-height: 33px;
}
.infographic .cell.six .fsElementContent {
  margin-bottom: 0;
}
.infographic .cell.seven .fsElementContent {
  position: relative;
}
.infographic .cell.seven .fsElementContent:before {
  content: url("/uploaded/themes/default_2015/images/infographic/clocks.svg");
  width: 250px;
  display: block;
  margin: 5px 0 10px;
}
@media screen and (max-width: 980px) {
  .infographic .cell.seven {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 670px) {
  .infographic .cell.seven {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 980px) {
  .infographic .cell.eight {
    width: 50%;
    float: left;
    padding-left: 30px;
    border-left: solid 1px #e9eaeb;
  }
}
@media screen and (max-width: 670px) {
  .infographic .cell.eight {
    width: 100%;
    float: none;
    padding-left: 0;
    border-left: none;
    border-top: solid 1px #e9eaeb;
    padding-top: 30px;
  }
}
@media screen and (max-width: 980px) {
  .infographic .cell.eight header {
    max-width: 260px;
  }
}
.infographic .cell.eight .fsElementHeaderContent {
  position: relative;
  padding-left: 120px;
}
@media screen and (min-width: 980px) {
  .infographic .cell.eight .fsElementHeaderContent {
    padding-right: 40px;
  }
}
.infographic .cell.eight .fsElementHeaderContent h3 {
  margin-bottom: 5px;
}
.infographic .cell.eight .fsElementHeaderContent:before {
  content: url("/uploaded/themes/default_2015/images/infographic/ribbon.svg");
  width: 98px;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}
.infographic .cell.eight .fsElementContent {
  margin-top: 50px;
  margin-bottom: 0;
}
.infographic .cell.eight .fsElementContent h6 {
  margin-top: 10px;
  margin-bottom: 0;
}
.infographic .cell.nine h3 {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 0;
}
.infographic .cell.nine .fsElementContent h3 {
  font-size: 28px;
  line-height: 33px;
}
.infographic .cell.nine .fsElementHeaderContent {
  position: relative;
  padding-left: 106px;
  padding-top: 15px;
  margin-bottom: 15px;
}
.infographic .cell.nine .fsElementHeaderContent:before {
  content: url("/uploaded/themes/default_2015/images/infographic/bus.svg");
  width: 87px;
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
}
.infographic .cell.nine footer {
  position: relative;
  padding-left: 90px;
  padding-top: 15px;
  margin-bottom: 15px;
}
.infographic .cell.nine footer:before {
  content: url("/uploaded/themes/default_2015/images/infographic/train.svg");
  width: 68px;
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
}
.infographic .cell.nine .fsElementFooterContent {
  color: #4a4f55;
  font-weight: 400;
  font-size: 20px;
  font-family: "clavo", sans-serif;
  line-height: 28px;
}
.infographic .cell.ten {
  max-width: 285px;
}
.infographic .cell.ten header {
  margin-bottom: 20px;
}
.infographic .cell.ten header h3 {
  font-size: 48px;
}
@media screen and (max-width: 500px) {
  .infographic .cell.ten header h3 {
    line-height: 1;
  }
}
.infographic .cell.ten .fsElementContent {
  position: relative;
  padding-left: 155px;
  padding-right: 10px;
}
.infographic .cell.ten .fsElementContent:before {
  content: url("/uploaded/themes/default_2015/images/infographic/building.svg");
  width: 135px;
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
}
.infographic .cell.ten footer {
  position: relative;
}
.infographic .cell.ten footer:before {
  content: url("/uploaded/themes/default_2015/images/infographic/gradcap.svg");
  width: 70px;
  display: block;
  position: absolute;
  right: 15px;
  top: -15px;
}
@media screen and (max-width: 980px) {
  .infographic .cell-wrapper.eight {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .infographic .fsThreeColumnLayout.info-row.three {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #e9eaeb;
  }
}
@media screen and (max-width: 980px) {
  .infographic .fsThreeColumnLayout.info-row.three > .fsDiv {
    width: 50%;
    float: left;
    vertical-align: top;
    padding-left: 0;
    box-shadow: none;
  }
}
@media screen and (max-width: 670px) {
  .infographic .fsThreeColumnLayout.info-row.three > .fsDiv {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 980px) {
  .infographic .fsThreeColumnLayout.info-row.three > .fsDiv:nth-child(2) {
    border-right: solid 1px #e9eaeb;
  }
}
@media screen and (max-width: 670px) {
  .infographic .fsThreeColumnLayout.info-row.three > .fsDiv:nth-child(2) {
    padding-bottom: 50px;
    margin-bottom: 30px;
    border-bottom: solid 1px #e9eaeb;
    border-right: none;
  }
}
@media screen and (max-width: 980px) {
  .infographic .fsThreeColumnLayout.info-row.three > .fsDiv:last-child {
    margin-top: 0;
    padding-left: 30px;
    border-top: none;
    padding-top: 0;
  }
}
@media screen and (max-width: 670px) {
  .infographic .fsThreeColumnLayout.info-row.three > .fsDiv:last-child {
    padding-left: 0;
  }
}
