@charset "UTF-8";
 /**
 *
 * Schools of the Sacred Heart - San Francisco - default
 * @link http://sacredsf.finalsite.com
 * Site Template : newclientcustom
 * Built By: Ryan Reese
 * Project Manager: Lisa Catania
 * Designer: Brian Behm
 * ==== Git Info ====
 * Branch Name: clients/sacredsf
 * Build version: 3.2.7
 * Git Tag: Composer-Build-2.0-321-g0a81cb8e28
 * Last build by: James Brettschneider
 *
 **/

@charset "UTF-8";
/*! config-site v0.0.1 */
/*! config-type v0.0.1 */
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
/*! config-constants v0.0.1 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem; }

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

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*! helpers - typography v0.0.1 */
/*! content - html v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("/uploaded/themes/default/fonts/icomoon.eot");
  src: url("/uploaded/themes/default/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default/fonts/icomoon.woff2") format("woff2"), url("/uploaded/themes/default/fonts/icomoon.woff") format("woff"), url("/uploaded/themes/default/fonts/icomoon.ttf") format("truetype"), url("/uploaded/themes/default/fonts/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

h1,
.alpha {
  margin-top: 0;
  font-weight: normal;
  font-family: "Figtree", sans-serif;
  font-size: 2.25em;
  line-height: 1.05556em;
  color: #00447c;
  margin-bottom: 0.44444em; }

h2,
.beta {
  margin-top: 0;
  font-weight: normal;
  font-family: "Figtree", sans-serif;
  font-size: 2em;
  line-height: 1.0625em;
  color: #a30134;
  margin-bottom: 0.5em; }

h3,
.gamma {
  margin-top: 0;
  font-weight: normal;
  font-family: "Figtree", sans-serif;
  font-size: 1.75em;
  line-height: 1.07143em;
  color: #00447c;
  margin-bottom: 0.35714em; }

h4,
.delta {
  margin-top: 0;
  font-weight: normal;
  font-family: "Figtree", sans-serif;
  font-size: 1.5em;
  line-height: 1.08333em;
  color: #a30134;
  margin-bottom: 0.41667em; }

h5,
.epsilon {
  margin-top: 0;
  font-weight: normal;
  font-family: "Figtree", sans-serif;
  font-size: 1.3125em;
  line-height: 1.04762em;
  color: #00447c;
  margin-bottom: 0.47619em; }

h6,
.zeta {
  margin-top: 0;
  font-weight: normal;
  font-family: "Figtree", sans-serif;
  font-size: 1em;
  line-height: 1.125em;
  color: #3a393d;
  margin-bottom: 0.625em; }

a {
  text-decoration: none;
  color: #a30134;
  transition: background .3s, color .3s; }
  a:hover {
    color: #00447c; }

ul,
ol {
  list-style-type: square;
  margin-top: 0;
  padding-left: 1.1em; }

table.fs_style_27 {
  margin-bottom: 1.25em;
  width: 100%; }
  table.fs_style_27 thead tr:first-child td {
    background-color: #2995a7;
    color: #FFF;
    font-size: 1.0625rem;
    font-family: "arvo", "merriweather", "Gill Sans", "adobe-caslon-pro", Georgia, sans-serif; }
  table.fs_style_27 th,
  table.fs_style_27 td {
    vertical-align: top;
    border-bottom: 1px solid #fff; }
  table.fs_style_27 th {
    padding: 1.25em;
    text-align: left;
    background: #2995a7;
    color: #fff; }
  table.fs_style_27 td {
    padding: 0.625em 1.25em;
    background: rgba(0, 0, 0, 0.05); }
    table.fs_style_27 tr:nth-of-type(2n+1) td {
      background-color: rgba(0, 0, 0, 0.1); }

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

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

/*! content - buttons v0.0.1 */
.fs_style_29 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 6.66667px 13.33333px 6.66667px;
  background: #b6c345;
  color: #fff;
  font-size: 0.9375rem;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  border-radius: 5px;
  vertical-align: bottom;
  box-shadow: 0 1px 0px #333; }
  .fs_style_29:hover {
    background: #de8d46;
    color: #FFF; }
  .fs_style_29 em {
    display: block;
    font-style: normal; }

.fs_style_25 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 6.66667px 13.33333px 6.66667px;
  background: #8cab3d;
  color: #fff;
  font-size: 0.9375rem;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  border-radius: 5px;
  vertical-align: bottom;
  box-shadow: 0 1px 0px #333; }
  .fs_style_25:hover {
    background: #de8d46;
    color: #FFF; }
  .fs_style_25 em {
    display: block;
    font-style: normal; }

.fs_style_26 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 6.66667px 13.33333px 6.66667px;
  background: #5a802f;
  color: #fff;
  font-size: 0.9375rem;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  border-radius: 5px;
  vertical-align: bottom;
  box-shadow: 0 1px 0px #333; }
  .fs_style_26:hover {
    background: #de8d46;
    color: #FFF; }
  .fs_style_26 em {
    display: block;
    font-style: normal; }

.fs_style_30, .fsConstituent .fsElementPagination a, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsNews .fsLoadMoreButton, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsPostElement .fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 6.66667px 13.33333px 6.66667px;
  background: #FFF;
  color: #3a3a3d;
  font-size: 0.9375rem;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  border-radius: 5px;
  vertical-align: bottom;
  box-shadow: 0 1px 0px #333;
  font-size: 0.9375rem;
  margin-bottom: 0;
  transition: none; }
  .fs_style_30:hover, .fsConstituent .fsElementPagination a:hover, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsNews .fsLoadMoreButton:hover, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsPostElement .fsLoadMoreButton:hover {
    background: #de8d46;
    color: #FFF; }
  .fs_style_30 em, .fsConstituent .fsElementPagination a em, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsNews .fsLoadMoreButton em, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsPostElement .fsLoadMoreButton em {
    display: block;
    font-style: normal; }
  @media (min-width: 1000px) {
    .fs_style_30, .fsConstituent .fsElementPagination a, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsNews .fsLoadMoreButton, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsPostElement .fsLoadMoreButton {
      transition: background .3s, color .3s; } }

/*! content - forms v0.0.1 */
@media (max-width: 480px) {
  form .mainGroupSub.targetForm {
    max-width: 320px; } }

form p {
  margin: 0; }

textarea,
input,
select {
  padding: 0.625em; }

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

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

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

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

html.fsComposerFormEmbed {
  background: none;
  padding: 1px 0; }
  html.fsComposerFormEmbed .submitBtn {
    padding: 10px 20px;
    background: #2995a7 !important;
    transition: 0.3s background; }
    html.fsComposerFormEmbed .submitBtn:hover {
      background: #a30134 !important; }
  html.fsComposerFormEmbed .saveForLater {
    padding: 10px 20px;
    background: #fff !important;
    color: #3a3a3d;
    border: 2px solid #3a3a3d;
    border-radius: 4px;
    transition: 0.3s background; }
    html.fsComposerFormEmbed .saveForLater:hover {
      background: #a30134 !important;
      color: #fff; }
  html.fsComposerFormEmbed .sflBtn {
    padding: 10px 20px;
    background: #2995a7 !important;
    color: #fff;
    border: 1px solid #2995a7;
    border-radius: 4px;
    margin: 0px 12px;
    transition: 0.3s background; }
    html.fsComposerFormEmbed .sflBtn:hover {
      background: #a30134 !important; }
  html.fsComposerFormEmbed .sflCancel {
    padding: 10px 20px;
    background: #fff !important;
    color: #3a3a3d;
    border: 2px solid #3a3a3d;
    border-radius: 4px;
    transition: 0.3s background; }
    html.fsComposerFormEmbed .sflCancel:hover {
      background: #a30134 !important;
      color: #fff; }
  html.fsComposerFormEmbed .saveForLaterPanel {
    padding: 1.5em 0 0 0.75em; }
  html.fsComposerFormEmbed .pageControls {
    padding: 1em 0 1em 0.75em; }

/*! content - style manger v0.0.1 */
.justify-news-post {
  list-style: none; }
  .justify-news-post > li {
    margin-bottom: 5px; }
  @media (min-width: 600px) {
    .justify-news-post {
      text-align: justify;
      font-size: 0.1px; }
      .justify-news-post > li {
        display: inline-block; }
      .justify-news-post:after {
        content: "";
        display: inline-block;
        width: 100%; }
      .justify-news-post > li {
        text-align: center;
        margin-bottom: 0; }
        .justify-news-post > li:not(:last-child) {
          margin-right: 20px; } }
  .justify-news-post span {
    font-size: 1rem; }

.fs_style_31:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  content: '';
  background: url("/uploaded/themes/default/images/heart-icon.png");
  background-size: contain;
  vertical-align: bottom;
  margin-right: 3px; }

.fs_style_28 {
  font-size: 1.25rem;
  line-height: 1.4em;
  color: #3a393d;
  font-family: "arvo", "merriweather", "Gill Sans", "adobe-caslon-pro", Georgia, sans-serif; }

blockquote, .fs_style_23 {
  position: relative;
  margin: 20px 0;
  font-size: 1.5rem;
  color: #959595;
  font-weight: 300;
  font-style: italic;
  line-height: 1.2;
  font-family: "adobe-caslon-pro", "merriweather", "Gill Sans", "arvo", Georgia, sans-serif; }

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

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

p.fs_style_48,
p.fs_style_49,
p.fs_style_50 {
  margin-top: 0;
  margin-bottom: 0; }

.fs_style_48,
.fs_style_49,
.fs_style_50 {
  padding-left: 25px;
  position: relative;
  font-size: 16px;
  line-height: 26px; }
  .fs_style_48:before,
  .fs_style_49:before,
  .fs_style_50:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    left: 2px;
    top: 8px; }

.fs_style_48:before {
  background-color: #b5242c; }

.fs_style_49:before {
  background-color: #3095a6; }

.fs_style_50:before {
  background-color: #6aa630; }

body:not(.fsComposeMode) .image-button figure {
  margin-bottom: 15px !important; }

body:not(.fsComposeMode) .image-button .fsResourceLink {
  transition: all .3s; }

body:not(.fsComposeMode) .image-button .fsElementFooterContent h2 {
  margin-top: 0;
  font-weight: normal;
  font-family: "arvo", "merriweather", "Gill Sans", "adobe-caslon-pro", Georgia, sans-serif;
  font-size: 1.3125em;
  line-height: 1.04762em;
  margin-bottom: 0.47619em;
  color: #237f90; }

body:not(.fsComposeMode) .image-button .fsElementFooterContent a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 6.6666666667px 13.3333333333px 6.6666666667px;
  background: #54782b;
  color: #fff;
  font-size: 0.9375rem;
  border-radius: 5px;
  vertical-align: bottom;
  margin-bottom: 0; }
  body:not(.fsComposeMode) .image-button .fsElementFooterContent a:hover, body:not(.fsComposeMode) .image-button .fsElementFooterContent a:focus {
    background: #384f1e;
    background: #de8d46; }

body:not(.fsComposeMode) .image-button:hover .fsElementFooterContent h2, body:not(.fsComposeMode) .image-button:focus .fsElementFooterContent h2 {
  color: #54782b; }

body:not(.fsComposeMode) .image-button:hover .fsResourceLink, body:not(.fsComposeMode) .image-button:focus .fsResourceLink {
  opacity: .6; }

/*! structure - header v0.0.1 */
@keyframes showHeader {
  to {
    top: 0px; }
  from {
    top: -44px; } }

#fsHeader {
  padding: 0 20px;
  background: #FFF; }
  @media screen and (min-width: 1100px) {
    #fsHeader {
      zoom: 1; }
      #fsHeader:after {
        display: table;
        clear: both;
        content: ''; } }
  @media (min-width: 1100px) {
    body.header-fixed #fsHeader .nav-main {
      position: fixed;
      left: 0;
      right: 0;
      z-index: 9000;
      animation: showHeader 1s forwards; } }

.regular-slideshow {
  margin: 0 -20px; }
  @media screen and (min-width: 1100px) {
    .regular-slideshow {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      padding-top: 40px; } }
  .regular-slideshow .caption-title {
    display: none; }

.site-info-container {
  background: url("/uploaded/themes/default/images/header-overlay.png");
  background-size: cover;
  margin: 0 -20px;
  padding: 20px 20px 30px;
  overflow: hidden; }
  .site-info-container .fsElementContent > a {
    float: left; }
    .site-info-container .fsElementContent > a img {
      vertical-align: bottom; }
  .site-info-container .fsElementContent .header-buttons {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0; }
    .site-info-container .fsElementContent .header-buttons li {
      float: left;
      margin-right: 13.33333px; }
      .site-info-container .fsElementContent .header-buttons li:last-child {
        margin-right: 0; }
      .site-info-container .fsElementContent .header-buttons li a {
        margin-bottom: 0;
        padding-top: 1px;
        padding-bottom: 1px; }
  .site-info-container .fsElementContent .constituent {
    float: right;
    list-style: none;
    font-family: "Figtree", sans-serif;
    margin: 0 20px 20px;
    padding: 0; }
    .site-info-container .fsElementContent .constituent li {
      float: left;
      margin-right: 30px; }
      .site-info-container .fsElementContent .constituent li:last-child {
        margin-right: 0; }
      .site-info-container .fsElementContent .constituent li a {
        color: #FFF;
        font-size: 0.9375rem;
        font-weight: 600; }
        .site-info-container .fsElementContent .constituent li a:hover {
          color: #eada54; }

/*! structure - footer v0.0.1 */
#fsFooter .fsBanner > .fsThreeColumnLayout {
  background: url("/uploaded/themes/default/images/grey-pattern.png");
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 20px; }
  @media (min-width: 900px) {
    #fsFooter .fsBanner > .fsThreeColumnLayout {
      padding: 20px 40px; }
      #fsFooter .fsBanner > .fsThreeColumnLayout .fsStyleColumn-1, #fsFooter .fsBanner > .fsThreeColumnLayout .fsStyleColumn-3 {
        width: 40%; }
      #fsFooter .fsBanner > .fsThreeColumnLayout .fsStyleColumn-2 {
        width: 20%; } }
  #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn {
    padding: 0; }
    #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn:after {
      content: "";
      display: inline-block;
      width: 100%; }
    #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .constituent, #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .utility {
      list-style: none;
      vertical-align: middle;
      margin: 0;
      padding: 0;
      display: block; }
      @media screen and (min-width: 900px) {
        #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .constituent, #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .utility {
          display: inline-block; } }
      #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .constituent li, #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .utility li {
        display: inline-block;
        vertical-align: bottom; }
    #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .constituent {
      font-family: "Figtree", sans-serif;
      text-align: center; }
      @media screen and (min-width: 900px) {
        #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .constituent {
          text-align: left; } }
      #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .constituent .constituent-ul, #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .constituent .top {
        list-style: none;
        padding: 0;
        margin-bottom: 10px;
        display: inline-block; }
        @media screen and (min-width: 900px) {
          #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .constituent .constituent-ul, #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .constituent .top {
            display: block;
            margin: 0 0 10px; } }
        #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .constituent .constituent-ul li, #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .constituent .top li {
          margin-right: 20px; }
          #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .constituent .constituent-ul li:last-child, #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .constituent .top li:last-child {
            margin-right: 0; }
          #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .constituent .constituent-ul li a, #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .constituent .top li a {
            font-weight: 300;
            color: #FFF;
            font-size: 1rem; }
            #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .constituent .constituent-ul li a:hover, #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .constituent .top li a:hover {
              color: #eada54; }
      #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .constituent .top {
        margin-right: 0; }
    #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .footer-social .fsNavLevel1 {
      text-align: center;
      margin-bottom: 10px;
      list-style: none;
      padding-left: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (min-width: 900px) {
        #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .footer-social .fsNavLevel1 {
          margin-bottom: 0; } }
    #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .footer-social li {
      margin: 0 2px; }
      #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .footer-social li a {
        display: block;
        width: 25px;
        height: 25px;
        color: #000;
        background: #FFF;
        border-radius: 5px;
        text-align: center;
        font-size: 0; }
        #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .footer-social li a:before {
          font-size: 1.125rem;
          display: block; }
        #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .footer-social li a:hover {
          background: #eada54; }
        #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .footer-social li a[href*="facebook"]:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .footer-social li a[href*="twitter"]:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          font-family: "fsIcomoon"; }
        #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .footer-social li a[href*="youtube"]:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .footer-social li a[href*="linkedin"]:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .footer-social li a[href*="flickr"]:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .footer-social li a[href*="instagram"]:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
    #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .utility {
      font-family: "Figtree", sans-serif;
      margin-bottom: 10px; }
      @media (min-width: 900px) {
        #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .utility {
          float: right;
          margin-bottom: 0; } }
      #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .utility .top, #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .utility .bottom {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center; }
        @media screen and (min-width: 900px) {
          #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .utility .top, #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .utility .bottom {
            text-align: right; } }
        #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .utility .top li, #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .utility .bottom li {
          margin-right: 20px; }
          #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .utility .top li:last-child, #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .utility .bottom li:last-child {
            margin-right: 0; }
          #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .utility .top li a, #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .utility .bottom li a {
            font-weight: 300;
            color: #FFF;
            font-size: 1rem; }
            #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .utility .top li a:hover, #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .utility .bottom li a:hover {
              color: #eada54; }
      #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .utility .bottom li a {
        color: #878787;
        font-size: 0.875rem; }
        #fsFooter .fsBanner > .fsThreeColumnLayout > .fsStyleColumn .utility .bottom li a:hover {
          color: #eada54; }
  #fsFooter .fsBanner > .fsThreeColumnLayout footer p {
    margin: 0px;
    font-size: 0.875rem;
    color: #fff; }

#fsFooter .fsBanner .footer-social-media {
  background: url("/uploaded/themes/default/images/teal-pattern.png");
  padding: 0 20px; }
  #fsFooter .fsBanner .footer-social-media > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    padding: 30px 0 0; }
    #fsFooter .fsBanner .footer-social-media > .fsElementContent > .fsLayout {
      margin: 0; }
      #fsFooter .fsBanner .footer-social-media > .fsElementContent > .fsLayout .fsDiv {
        margin-bottom: 0; }
    #fsFooter .fsBanner .footer-social-media > .fsElementContent .blog-container {
      margin-bottom: 0; }
      #fsFooter .fsBanner .footer-social-media > .fsElementContent .blog-container header .fsElementTitle {
        color: #eada54;
        font-size: 0.875rem;
        font-family: Georgia, "merriweather", "Gill Sans", "adobe-caslon-pro", sans-serif;
        text-transform: uppercase; }
        #fsFooter .fsBanner .footer-social-media > .fsElementContent .blog-container header .fsElementTitle:before {
          color: #FFF;
          margin-right: 5px;
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
      #fsFooter .fsBanner .footer-social-media > .fsElementContent .blog-container .fsElementContent {
        padding: 13px 0 0; }
        #fsFooter .fsBanner .footer-social-media > .fsElementContent .blog-container .fsElementContent article {
          overflow: hidden; }
          #fsFooter .fsBanner .footer-social-media > .fsElementContent .blog-container .fsElementContent article .fsTitle {
            display: none; }
          #fsFooter .fsBanner .footer-social-media > .fsElementContent .blog-container .fsElementContent article .fsThumbnail {
            margin-right: 20px;
            width: 128px;
            height: 96px;
            float: left; }
            #fsFooter .fsBanner .footer-social-media > .fsElementContent .blog-container .fsElementContent article .fsThumbnail img {
              vertical-align: bottom;
              display: block;
              width: 128px;
              height: 96px; }
          #fsFooter .fsBanner .footer-social-media > .fsElementContent .blog-container .fsElementContent article .fsDateTime {
            color: #FFF;
            margin-left: 148px;
            font-family: "Figtree", sans-serif;
            font-size: 0.875rem; }
            #fsFooter .fsBanner .footer-social-media > .fsElementContent .blog-container .fsElementContent article .fsDateTime:before {
              content: 'Posted '; }
          #fsFooter .fsBanner .footer-social-media > .fsElementContent .blog-container .fsElementContent article .fsSummary {
            margin-left: 148px;
            font-size: 0.875rem;
            height: 105px;
            overflow: hidden;
            font-family: Georgia, "merriweather", "Gill Sans", "adobe-caslon-pro", sans-serif;
            color: #FFF; }
            #fsFooter .fsBanner .footer-social-media > .fsElementContent .blog-container .fsElementContent article .fsSummary p {
              margin: 0 0 20px; }
              #fsFooter .fsBanner .footer-social-media > .fsElementContent .blog-container .fsElementContent article .fsSummary p:last-child {
                margin-bottom: 0; }
          #fsFooter .fsBanner .footer-social-media > .fsElementContent .blog-container .fsElementContent article .fsNewsPostLink.fsReadMoreLink,
          #fsFooter .fsBanner .footer-social-media > .fsElementContent .blog-container .fsElementContent article .fsReadMoreLink {
            color: #bbbbbb;
            font-size: 0.875rem;
            margin-right: 20px;
            line-height: 1;
            clear: left;
            float: left; }
          #fsFooter .fsBanner .footer-social-media > .fsElementContent .blog-container .fsElementContent article footer {
            float: left;
            line-height: 1; }
            #fsFooter .fsBanner .footer-social-media > .fsElementContent .blog-container .fsElementContent article footer a {
              color: #bbbbbb;
              font-size: 0.875rem; }
              #fsFooter .fsBanner .footer-social-media > .fsElementContent .blog-container .fsElementContent article footer a:hover {
                background-color: inherit;
                color: #fff; }
    #fsFooter .fsBanner .footer-social-media > .fsElementContent .facebook-container header .fsElementTitle {
      color: #eada54;
      font-size: 0.875rem;
      font-family: Georgia, "merriweather", "Gill Sans", "adobe-caslon-pro", sans-serif;
      text-transform: uppercase;
      margin-left: -6px; }
      #fsFooter .fsBanner .footer-social-media > .fsElementContent .facebook-container header .fsElementTitle:before {
        color: #FFF;
        margin-right: 1px;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    #fsFooter .fsBanner .footer-social-media > .fsElementContent .facebook-container .fsElementContent {
      margin-bottom: 20px; }
      @media screen and (min-width: 900px) {
        #fsFooter .fsBanner .footer-social-media > .fsElementContent .facebook-container .fsElementContent {
          margin-bottom: 0; } }
      #fsFooter .fsBanner .footer-social-media > .fsElementContent .facebook-container .fsElementContent .fsFacebookList .fsFacebookFollow {
        clear: both; }
      #fsFooter .fsBanner .footer-social-media > .fsElementContent .facebook-container .fsElementContent .fsFacebookList .fsFacebookListItem .fsFacebookExtras {
        display: none; }
      #fsFooter .fsBanner .footer-social-media > .fsElementContent .facebook-container .fsElementContent .fsFacebookList .fsFacebookListItem .text {
        height: 96px;
        overflow: hidden; }
      #fsFooter .fsBanner .footer-social-media > .fsElementContent .facebook-container .fsElementContent .fsFacebookList .fsFacebookListItem .fsFacebookThumb {
        width: 128px;
        height: 80px;
        margin-right: 20px;
        margin-bottom: 10px;
        float: left; }
    #fsFooter .fsBanner .footer-social-media > .fsElementContent .twitter-container header .fsElementTitle {
      color: #eada54;
      font-size: 0.875rem;
      font-family: Georgia, "merriweather", "Gill Sans", "adobe-caslon-pro", sans-serif;
      text-transform: uppercase; }
      #fsFooter .fsBanner .footer-social-media > .fsElementContent .twitter-container header .fsElementTitle:before {
        color: #FFF;
        margin-right: 5px;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    #fsFooter .fsBanner .footer-social-media > .fsElementContent .twitter-container iframe[id*="twitter"] {
      display: none !important; }

#fsFooter .fsBanner > .fsElement.fsContent {
  background: url("/uploaded/themes/default/images/grey-pattern.png");
  overflow: hidden; }
  #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent {
    text-align: justify;
    padding: 10px 40px; }
    #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent:after {
      content: "";
      display: inline-block;
      width: 100%; }
    #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .constituent, #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .footer-social, #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .utility {
      list-style: none;
      vertical-align: middle;
      margin: 0;
      padding: 0;
      display: block; }
      @media screen and (min-width: 1100px) {
        #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .constituent, #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .footer-social, #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .utility {
          display: inline-block; } }
      #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .constituent li, #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .footer-social li, #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .utility li {
        display: inline-block;
        vertical-align: bottom; }
    #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .constituent {
      font-family: "Figtree", sans-serif;
      text-align: center; }
      @media screen and (min-width: 1100px) {
        #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .constituent {
          text-align: left; } }
      #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .constituent .constituent-ul, #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .constituent .top {
        list-style: none;
        padding: 0;
        margin: 0 20px 10px 0;
        display: inline-block; }
        @media screen and (min-width: 1100px) {
          #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .constituent .constituent-ul, #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .constituent .top {
            display: block;
            margin: 0 0 10px; } }
        #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .constituent .constituent-ul li, #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .constituent .top li {
          margin-right: 20px; }
          #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .constituent .constituent-ul li:last-child, #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .constituent .top li:last-child {
            margin-right: 0; }
          #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .constituent .constituent-ul li a, #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .constituent .top li a {
            font-weight: 300;
            color: #FFF;
            font-size: 1rem; }
            #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .constituent .constituent-ul li a:hover, #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .constituent .top li a:hover {
              color: #eada54; }
      #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .constituent .top {
        margin-right: 0; }
    #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .footer-social {
      text-align: center;
      margin-bottom: 10px; }
      @media screen and (min-width: 1100px) {
        #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .footer-social {
          text-align: left;
          margin-bottom: 0; } }
      #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .footer-social li a {
        display: block;
        width: 25px;
        height: 25px;
        color: #000;
        background: #FFF;
        border-radius: 5px;
        text-align: center; }
        #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .footer-social li a:before {
          font-size: 1.125rem; }
        #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .footer-social li a:hover {
          background: #eada54; }
        #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .footer-social li a.facebook-icon:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .footer-social li a.twitter-icon:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .footer-social li a.youtube-icon:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .footer-social li a.linkedin-icon:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .footer-social li a.flickr-icon:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .footer-social li a.instagram-icon:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
    #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .utility {
      font-family: "Figtree", sans-serif;
      margin-bottom: 10px; }
      @media screen and (min-width: 1100px) {
        #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .utility {
          margin-bottom: 0; } }
      #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .utility .top, #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .utility .bottom {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center; }
        @media screen and (min-width: 1100px) {
          #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .utility .top, #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .utility .bottom {
            text-align: right; } }
        #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .utility .top li, #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .utility .bottom li {
          margin-right: 20px; }
          #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .utility .top li:last-child, #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .utility .bottom li:last-child {
            margin-right: 0; }
          #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .utility .top li a, #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .utility .bottom li a {
            font-weight: 300;
            color: #FFF;
            font-size: 1rem; }
            #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .utility .top li a:hover, #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .utility .bottom li a:hover {
              color: #eada54; }
      #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .utility .bottom li a {
        color: #878787;
        font-size: 0.875rem; }
        #fsFooter .fsBanner > .fsElement.fsContent > .fsElementContent .utility .bottom li a:hover {
          color: #eada54; }
  #fsFooter .fsBanner > .fsElement.fsContent footer {
    padding: 0 40px; }
    #fsFooter .fsBanner > .fsElement.fsContent footer p {
      margin-top: 0px; }

.school-details {
  margin-bottom: 20px; }
  .school-details [itemprop='name'] {
    margin-top: 0;
    font-weight: normal;
    font-family: "Figtree", sans-serif;
    font-size: 1.5em;
    line-height: 1.08333em;
    color: #a30134;
    margin-bottom: 0.41667em; }
  .school-details [itemprop='streetAddress'] {
    display: block; }
  .school-details [itemprop='telephone'] {
    display: inline-block; }
  .school-details [itemprop='fax'] {
    display: inline-block; }
  .school-details a {
    color: inherit; }

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

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

html {
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  background: #2995a7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga'; }

body {
  font-size: 1em;
  line-height: 1.375;
  color: #1c1c1c; }

#fsPageWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh; }
  #fsPageWrapper #fsHeader,
  #fsPageWrapper #fsFooter {
    -ms-flex-negative: 0;
    flex-shrink: 0; }

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

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

#fsBannerLeft {
  margin-bottom: 20px;
  width: 100%;
  float: none; }
  #fsBannerLeft > .fsBanner .fsElement {
    display: none; }
    @media (min-width: 800px) {
      #fsBannerLeft > .fsBanner .fsElement {
        display: block; } }
  @media (min-width: 800px) {
    #fsBannerLeft {
      float: left; } }
  @media (min-width: 800px) {
    #fsBannerLeft {
      padding-right: 40px;
      width: 23.72881%; } }

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

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

@media (min-width: 800px) {
  .fsLayout {
    margin-right: -20px;
    margin-left: -20px; } }

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

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

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

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

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

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

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

#fsPoweredByFinalsite {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding-right: 1.25em;
  padding-left: 1.25em;
  background-position: center center; }
  @media screen and (min-width: 1100px) {
    #fsPoweredByFinalsite {
      background-position: top left; } }

.fsBreadcrumb {
  font-family: "Figtree", sans-serif;
  font-weight: 300; }
  .fsBreadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right; }
  .fsBreadcrumb li {
    display: inline-block;
    color: #FFF; }
  .fsBreadcrumb a {
    color: #959595; }
  .fsBreadcrumb span {
    color: #959595; }

/*! navigation - main v0.0.1 */
.nav-main {
  font-family: "Figtree", sans-serif;
  background: #2995a7;
  font-size: 1.25rem;
  position: relative;
  margin: 0 -20px;
  padding: 0 20px; }
  .nav-main ul,
  .nav-main ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-main a {
    display: block; }
  @media screen and (max-width: 1099px) {
    .nav-main {
      height: auto !important; } }
  .nav-main > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    position: static; }
    @media (min-width: 1100px) {
      .nav-main > .fsElementContent .fsNavLevel1 {
        text-align: center; } }
    .nav-main > .fsElementContent .fsNavLevel1 > li {
      color: #FFF; }
      @media (min-width: 1100px) {
        .nav-main > .fsElementContent .fsNavLevel1 > li {
          display: inline-block; } }
      .nav-main > .fsElementContent .fsNavLevel1 > li:hover {
        color: #eada54; }
      .nav-main > .fsElementContent .fsNavLevel1 > li > a {
        padding: 10px 20px;
        color: inherit;
        line-height: 1.2;
        display: block;
        font-weight: 600; }
        .nav-main > .fsElementContent .fsNavLevel1 > .fsNavCurrentPage > a {
          color: #eada54; }
        .nav-main > .fsElementContent .fsNavLevel1 > .fsNavCurrentPageAncestor.fsNavParentPage > a {
          color: #eada54; }

.nav-main .fsNavPageInfo {
  position: absolute;
  top: 100%;
  z-index: 300;
  width: 100%;
  left: 0;
  display: none;
  transition: 0.3s opacity;
  background: url("/uploaded/themes/default/images/navigation-dropdown-background.png");
  background-size: cover;
  text-align: left;
  visibility: hidden;
  top: 44px;
  opacity: 0; }
  @media screen and (min-width: 1100px) {
    .nav-main .fsNavPageInfo {
      display: block; } }
  .nav-main .fsNavParentPage:hover .fsNavPageInfo {
    visibility: visible;
    opacity: 1; }
  .nav-main .fsNavParentPage.menu-item-open .fsNavPageInfo {
    visibility: visible;
    opacity: 1; }
  .nav-main .fsNavPageInfo .inner-page-info-container {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    overflow: hidden; }

.nav-main .fsNavPageThumbnail {
  float: left;
  width: 28%;
  margin-left: 4%;
  margin-right: 4%;
  height: 300px;
  background-size: cover;
  background-position: center center; }
  .nav-main .fsNavPageThumbnail img {
    vertical-align: bottom;
    max-height: 300px;
    visibility: hidden; }

.nav-main .fsNavLevel2 {
  width: 58%;
  padding: 20px 0 0;
  margin: 0 0 20px;
  list-style: none;
  float: left; }
  .nav-main .fsNavLevel2 li {
    float: left;
    width: 48%; }
    .nav-main .fsNavLevel2 li:nth-child(2n+1) {
      margin-right: 3%; }
  .nav-main .fsNavLevel2 a {
    padding: 10px;
    color: #333333;
    display: block;
    border-bottom: 1px solid #aeaeae;
    font-size: 0.9375rem;
    font-weight: 300;
    font-family: "merriweather", "Gill Sans", "adobe-caslon-pro", "arvo", Georgia, sans-serif; }
    .nav-main .fsNavLevel2 a:hover {
      color: #a30134; }

/*! navigation - off-canvas v0.0.1 */
.drawer-ribbon {
  position: relative;
  height: 50px;
  margin: 0 -20px;
  background: #2995a7;
  padding: 0 20px; }
  @media (min-width: 1100px) {
    .drawer-ribbon {
      display: none; } }

.drawer-trigger {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 90px;
  left: -45px;
  height: 100%;
  margin: auto;
  width: 100%;
  font-family: "Figtree", sans-serif;
  font-size: 1.25rem;
  display: block;
  color: #FFF; }
  .drawer-trigger:before, .drawer-trigger:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 25px;
    content: '';
    background: #fff; }
  .drawer-trigger:before {
    margin-top: -0.25em;
    -ms-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
    transition: margin-top .3s, transform .3s; }
  .drawer-trigger:after {
    box-shadow: 0 0.25em 0 0 #fff;
    -ms-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
    transition: box-shadow .3s, transform .3s; }
  .drawer-is-active .drawer-trigger {
    color: #eada54; }
    .drawer-is-active .drawer-trigger:before {
      background: #eada54;
      margin-top: 0;
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
    .drawer-is-active .drawer-trigger:after {
      background: #eada54;
      box-shadow: none;
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }

.drawer {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: 0;
  transform: translate3d(0, -20%, 0);
  -ms-transform: translate(0, -20%);
  transform: translate(0, -20%);
  top: 100%;
  min-height: 100%;
  width: 100%;
  background: url("/uploaded/themes/default/images/drawer-background.png");
  background-size: cover;
  padding: 20px 20px 40px; }
  .drawer-is-active .drawer {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .drawer .nav-main {
    font-family: "merriweather", "Gill Sans", "adobe-caslon-pro", "arvo", Georgia, sans-serif;
    background: none;
    margin-bottom: 10px; }
    @media screen and (min-width: 600px) {
      .drawer .nav-main {
        float: left;
        width: 45%;
        margin-right: 20px;
        margin-bottom: 0; } }
    .drawer .nav-main > .fsElementContent ul.fsNavLevel1 > li > a {
      color: #888 !important;
      font-weight: bold !important; }
    .drawer .nav-main > .fsElementContent ul.fsNavLevel1 > li.fsNavCurrentPage > a {
      font-weight: bold;
      color: #000 !important; }
    .drawer .nav-main > .fsElementContent ul.fsNavLevel1 > li.fsNavCurrentPageAncestor.fsNavParentPage > a {
      color: #888 !important;
      font-weight: 300; }
    .drawer .nav-main > .fsElementContent ul.fsNavLevel1 > li.fsNavCurrentPageAncestor.fsNavParentPage li.fsNavCurrentPage > a {
      font-weight: bold; }
    .drawer .nav-main > .fsElementContent ul.fsNavLevel1 > li a {
      color: #333333;
      font-size: 0.9375rem;
      font-weight: 300;
      padding-left: 0;
      padding-right: 0; }
      .drawer .nav-main > .fsElementContent ul.fsNavLevel1 > li a:hover, .drawer .nav-main > .fsElementContent ul.fsNavLevel1 > li a:focus {
        color: #2995a7; }
    .drawer .nav-main > .fsElementContent ul.fsNavLevel1 > li > a {
      font-size: 1.0625rem;
      border-bottom: 0; }
    .drawer .nav-main > .fsElementContent ul.fsNavLevel1 > li.active .fsNavPageInfo {
      display: block; }
    .drawer .nav-main > .fsElementContent ul.fsNavLevel1 > li .fsNavPageInfo {
      position: static;
      display: none;
      visibility: visible;
      opacity: 1;
      background-image: url("/uploaded/themes/default/images/navigation-dropdown-background-offcanvas.png"); }
      .drawer .nav-main > .fsElementContent ul.fsNavLevel1 > li .fsNavPageInfo .fsNavPageThumbnail {
        display: none; }
      .drawer .nav-main > .fsElementContent ul.fsNavLevel1 > li .fsNavPageInfo .fsNavLevel2 {
        float: none;
        padding: 0 0 0 20px;
        width: auto; }
        .drawer .nav-main > .fsElementContent ul.fsNavLevel1 > li .fsNavPageInfo .fsNavLevel2 > li {
          float: none;
          width: auto;
          margin-right: 0; }
          .drawer .nav-main > .fsElementContent ul.fsNavLevel1 > li .fsNavPageInfo .fsNavLevel2 > li > a {
            border-bottom: 1px solid #aeaeae; }
  .drawer .constituent, .drawer .header-buttons {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 600px) {
      .drawer .constituent, .drawer .header-buttons {
        float: left;
        width: 50%; } }
  .drawer .header-buttons {
    overflow: hidden; }
    .drawer .header-buttons li {
      float: left;
      margin-right: 20px; }
      .drawer .header-buttons li:last-child {
        margin-right: 0; }
  .drawer .constituent {
    font-family: "Figtree", sans-serif;
    font-size: 0.9375rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #aeaeae; }
    .drawer .constituent li a {
      color: #333333;
      display: block;
      padding: 5px 0; }

/*! navigation - sub v0.0.1 */
.nav-sub {
  font-family: "Figtree", sans-serif; }
  .nav-sub ul,
  .nav-sub ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-sub a {
    display: block; }
  @media (max-width: 799px) {
    .nav-sub > .fsElementContent {
      display: none; } }
  .active-nav > .fsElementContent {
    display: block; }
  #fsHeader .nav-sub {
    margin: 0 -20px; }
    #fsHeader .nav-sub > .fsElementContent {
      padding: 20px; }
    @media (min-width: 800px) {
      #fsHeader .nav-sub {
        display: none; } }
  .nav-sub .fsNavLevel1 {
    position: relative; }
    .nav-sub .fsNavLevel1 > li:first-child > a {
      border-top: 1px solid rgba(0, 0, 0, 0.2); }
    .nav-sub .fsNavLevel1 > li > a {
      color: #959595;
      padding: 6.66667px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      transition: 0.3s padding-left,0.3s background; }
      .nav-sub .fsNavLevel1 > li > a:hover {
        padding-left: 13.33333px;
        font-weight: bold;
        color: #00447c;
        background: #eeeeee; }
  .nav-sub .fsNavPageInfo {
    display: none; }
  .nav-sub li.fsNavParentPage > a {
    position: relative; }
    .nav-sub li.fsNavParentPage > a:before {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 20px;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .nav-sub li.fsNavParentPage.fsNavCurrentPageAncestor > a:before, .nav-sub li.fsNavParentPage.fsNavCurrentPage > a:before {
    content: "\e916"; }
  .nav-sub li.fsNavCurrentPage > .fsNavPageInfo,
  .nav-sub li.fsNavCurrentPageAncestor > .fsNavPageInfo {
    display: block; }
  .nav-sub li.fsNavCurrentPage > a,
  .nav-sub li.fsNavCurrentPageAncestor > a {
    color: #a30134 !important;
    font-weight: bold; }
    .nav-sub li.fsNavCurrentPage > a:after,
    .nav-sub li.fsNavCurrentPageAncestor > a:after {
      content: "\00bb";
      font-family: "Figtree", sans-serif;
      margin-left: 2px;
      vertical-align: top;
      font-size: 1.5rem;
      line-height: 0.75; }
  .nav-sub .fsNavLevel2 > li > a {
    color: #959595;
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transition: 0.3s padding-left; }
    .nav-sub .fsNavLevel2 > li > a:hover {
      padding-left: 30px;
      font-weight: bold;
      color: #00447c;
      background: #eeeeee; }
  .nav-sub > header > .fsElementTitle {
    position: relative;
    margin: 0;
    padding: 10px 0;
    cursor: pointer;
    background: #2995a7;
    color: #FFF;
    font-family: "arvo", "merriweather", "Gill Sans", "adobe-caslon-pro", Georgia, sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center; }
    @media (min-width: 800px) {
      .nav-sub > header > .fsElementTitle {
        cursor: default;
        background: #FFF;
        text-align: left;
        color: #2995a7; } }
    @media (max-width: 799px) {
      .nav-sub > header > .fsElementTitle:after {
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 1.125rem;
        margin-left: 8px;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }
    @media (max-width: 799px) {
      .active-nav > header > .fsElementTitle:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }
  .nav-sub.nav-sub-empty {
    display: none; }

/*! Navigation - Social v0.0.5 */
.nav-social {
  margin-left: 15px; }
  .nav-social ul,
  .nav-social ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-social a {
    display: block; }
  .nav-social li {
    display: inline-block;
    vertical-align: middle; }
  .nav-social .nav-social__item--facebook a:before {
    content: ""; }
  .nav-social .nav-social__item--instagram a:before {
    content: ""; }
  .nav-social .nav-social__item--linkedin a:before {
    content: ""; }
  .nav-social .nav-social__item--pinterest a:before {
    content: ""; }
  .nav-social .nav-social__item--tumblr a:before {
    content: ""; }
  .nav-social .nav-social__item--twitter a:before {
    content: ""; }
  .nav-social .nav-social__item--vine a:before {
    content: ""; }
  .nav-social .nav-social__item--youtube a:before {
    content: ""; }
  .nav-social .nav-social__item--facebook a:hover {
    color: #3b5998; }
  .nav-social .nav-social__item--instagram a:hover {
    color: #517fa4; }
  .nav-social .nav-social__item--linkedin a:hover {
    color: #007bb6; }
  .nav-social .nav-social__item--pinterest a:hover {
    color: #cb2027; }
  .nav-social .nav-social__item--tumblr a:hover {
    color: #32506d; }
  .nav-social .nav-social__item--twitter a:hover {
    color: #00aced; }
  .nav-social .nav-social__item--vine a:hover {
    color: #00a478; }
  .nav-social .nav-social__item--youtube a:hover {
    color: #b00; }
  .nav-social a {
    font-size: 0.875em;
    line-height: 1;
    text-align: center;
    color: #1c1c1c;
    display: block;
    position: relative;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    border: .1em solid currentColor; }
    .nav-social a:before {
      font-family: "fontawesome";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .nav-social a[href*="twitter"]:before {
    content: "\e939";
    font-family: "fsIcomoon"; }
  .nav-social span {
    display: none; }

/* Navigation - Utility Container v0.0.1 */
.nav-util ul,
.nav-util ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav-util a {
  display: block; }

.nav-util ul li a {
  padding: 0em 0em; }

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

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }
  @media (min-width: 800px) {
    .fsConstituent.fsSearch > .fsElementContent {
      margin: 0 -10px; } }
  .fsConstituent.fsSearch label {
    display: block;
    margin-bottom: 1.25em; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch label {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        padding: 0 10px; } }
    @media (min-width: 900px) {
      .fsConstituent.fsSearch label {
        width: 32.83333%; } }
  .fsConstituent.fsSearch input,
  .fsConstituent.fsSearch select {
    display: block;
    width: 100%; }
  .fsConstituent.fsSearch [type*='submit'] {
    width: auto; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch [type*='submit'] {
        margin-left: 0.625em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 6.66667px 13.33333px 6.66667px;
    background: #1c1c1c;
    color: #fff;
    font-size: 0.9375rem;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    border-radius: 5px;
    vertical-align: bottom;
    box-shadow: 0 1px 0px #333;
    display: block;
    margin: 0 10px; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover {
      background: #de8d46;
      color: #FFF; }
    .fsConstituent.fsSearch .fsConstituentSearchButton em {
      display: block;
      font-style: normal; }

.fsConstituent .fsElementPagination {
  margin: 20px 0; }
  .fsConstituent .fsElementPagination span {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle; }
  .fsConstituent .fsElementPagination a {
    vertical-align: middle;
    display: none; }
    .fsConstituent .fsElementPagination a.fsPreviousPageLink, .fsConstituent .fsElementPagination a.fsNextPageLink {
      display: inline-block;
      margin-right: 20px; }

/*! elements - constituent profile */
.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile .fsProfileImage {
    display: block;
    margin-bottom: 20px; }
  .fsConstituentProfile .fsFullName {
    margin-top: 0;
    font-weight: normal;
    font-family: "Figtree", sans-serif;
    font-size: 1.75em;
    line-height: 1.07143em;
    color: #00447c;
    margin-bottom: 0.35714em; }
  @media (min-width: 800px) {
    .fsConstituentProfile.hasImg > div, .fsConstituentProfile.hasImg > h3 {
      padding: 0;
      padding-left: calc(25% + 20px); } }
  @media (min-width: 600px) {
    .fsConstituentProfile.hasImg .fsProfileImage {
      float: left;
      padding-right: 20px;
      max-width: 50%; } }
  @media (min-width: 800px) {
    .fsConstituentProfile.hasImg .fsProfileImage {
      position: absolute;
      left: 0;
      top: 0;
      max-width: 25%;
      padding: 0;
      float: none; } }
  @media (min-width: 600px) {
    .fsConstituentProfile:not(.hasImg) .fsProfileImage {
      float: left;
      padding-right: 20px;
      max-width: 50%; } }
  @media (min-width: 800px) {
    .fsConstituentProfile:not(.hasImg) .fsProfileImage {
      max-width: 25%; } }

.fsProfileSection {
  margin-bottom: 20px; }
  .fsProfileSection .fsProfileSectionData {
    margin-bottom: 0; }
    .fsProfileSection .fsProfileSectionData.fsStyleHalf {
      width: 100%;
      float: none; }
    .fsProfileSection .fsProfileSectionData.fsDepartment {
      margin-bottom: 0;
      display: none; }
    .fsProfileSection .fsProfileSectionData.fsTitle {
      margin-bottom: 0; }
      .fsProfileSection .fsProfileSectionData.fsTitle .fsProfileSectionFieldName {
        display: block;
        float: none;
        width: auto;
        margin-bottom: 6.66667px; }
      .fsProfileSection .fsProfileSectionData.fsTitle .fsProfileSectionFieldValue {
        color: #444;
        font-family: Georgia, "merriweather", "Gill Sans", "adobe-caslon-pro", sans-serif;
        font-size: 1rem; }
  .fsProfileSection .fsLocation {
    margin-bottom: 20px; }
  .fsProfileSection > h4 {
    clear: left; }

.fsProfileSectionSpecialData > div, .fsProfileSpecialFieldName > div {
  width: auto;
  float: none; }
  .fsProfileSectionSpecialData > div:last-child, .fsProfileSpecialFieldName > div:last-child {
    /*font-size:0;*/ }
    .fsProfileSectionSpecialData > div:last-child > *, .fsProfileSpecialFieldName > div:last-child > * {
      font-size: 1rem; }
  @media (min-width: 800px) {
    .fsProfileSectionSpecialData > div, .fsProfileSpecialFieldName > div {
      width: 50%;
      float: left; } }

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

.fsEmployedSince div {
  display: inline-block;
  float: none;
  width: auto; }

.ui-dialog-content .fsDegrees strong {
  font-size: 0;
  display: inline-block;
  max-width: 115px; }
  .ui-dialog-content .fsDegrees strong:before {
    content: 'Affiliation(s):';
    font-size: 16px; }

.noLabels .fsProfileSectionFieldName {
  display: none; }

/*! elements - constituent default layout */
.fsDirectory {
  word-break: break-word;
  margin-bottom: 20px; }
  .fsDirectory .fsConstituentItem {
    padding: 20px 0;
    background-color: #f1f2f2; }
    .fsDirectory .fsConstituentItem .fsDegrees br {
      display: inherit; }
    .fsDirectory .fsConstituentItem > div strong, .fsDirectory .fsConstituentItem > div br {
      display: none; }
    .fsDirectory .fsConstituentItem .fsEmail a {
      color: #00447c; }
      .fsDirectory .fsConstituentItem .fsEmail a:hover {
        color: #a30134; }
    .fsDirectory .fsConstituentItem .fsPhones {
      font-size: 0;
      letter-spacing: -5.5px; }
      .fsDirectory .fsConstituentItem .fsPhones:before {
        content: 'School Phone: ';
        font-size: 16px;
        letter-spacing: 0;
        line-height: 1em; }
      .fsDirectory .fsConstituentItem .fsPhones a {
        font-size: 1rem;
        letter-spacing: 0; }
    .fsDirectory .fsConstituentItem > h3, .fsDirectory .fsConstituentItem > div {
      margin-top: 0;
      font-weight: normal;
      font-family: "Figtree", sans-serif;
      font-size: 1.3125em;
      line-height: 1.04762em;
      color: #00447c;
      margin-bottom: 0.47619em;
      padding-right: 20px;
      padding-left: 20px;
      margin-bottom: 10px;
      padding-top: 0; }
      .fsDirectory .fsConstituentItem > h3:last-child, .fsDirectory .fsConstituentItem > div:last-child {
        margin-bottom: 0; }
      .fsDirectory .fsConstituentItem > h3 > a, .fsDirectory .fsConstituentItem > div > a {
        color: #00447c; }
    .fsDirectory .fsConstituentItem > div {
      font-size: 1rem;
      font-family: "Figtree", sans-serif;
      color: #333; }
    .fsDirectory .fsConstituentItem .fsPhoto img {
      display: inline-block;
      float: left;
      max-width: 100px;
      margin: 0 10px 10px 0;
      width: 100%; }

.fsConstituentColumnLayout_1 .fsConstituentItem {
  margin: 0;
  margin-bottom: 20px; }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_2 {
    margin: 0 -10px; } }

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

@media (min-width: 800px) {
  .fsConstituentColumnLayout_3 {
    margin: 0 -10px; } }

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

@media (min-width: 800px) {
  .fsConstituentColumnLayout_4 {
    margin: 0 -10px; } }

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

/*! elements - accordion */
.fsAccordion {
  margin-bottom: 20px; }
  .fsAccordion > header .fsElementTitle {
    margin-top: 0;
    font-weight: normal;
    font-family: "Figtree", sans-serif;
    font-size: 1.75em;
    line-height: 1.07143em;
    color: #00447c;
    margin-bottom: 0.35714em; }
  .fsAccordion .fsPanel > header {
    cursor: pointer;
    background: #e5e5e5;
    transition: .3s; }
    .fsAccordion .fsPanel > header h2 {
      margin-top: 0;
      font-weight: normal;
      font-family: "Figtree", sans-serif;
      font-size: 2em;
      line-height: 1.0625em;
      color: #a30134;
      margin-bottom: 0.5em;
      margin-bottom: 2px;
      display: block;
      font-size: 17px;
      padding: 13.33333px;
      color: #000;
      transition: .3s; }
    .fsAccordion .fsPanel > header:hover {
      background: #cccccc;
      transition: .3s; }
      .fsAccordion .fsPanel > header:hover h2 {
        color: #000;
        transition: none; }
  .fsAccordion .fsPanel.fsStateOpen > header {
    background: #2995a7; }
    .fsAccordion .fsPanel.fsStateOpen > header h2 {
      color: #eee; }

.fsAccordion.fsPanelIconBefore .fsPanel.fsStateOpen > header h2::before,
.fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  content: "-"; }

.fsAccordion.fsPanelIconAfter .fsPanel > header h2::after,
.fsAccordion.fsPanelIconBefore .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  content: "+"; }

.fsAccordion.fsPanelIconBefore .fsPanel > header h2::before {
  margin: -3px 20px 0 0; }

.fsAccordion.fsPanelIconAfter .fsPanel > header h2:before {
  display: none; }

.fsAccordion.fsPanelIconAfter .fsPanel > header h2:after {
  margin: 0 0 0 20px;
  float: right; }

.white-accordion section:not(.fsStateOpen) header {
  background-color: #fff !important; }

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent:not(.fsDialog) {
  margin-bottom: 20px; }
  .fsAthleticsEvent:not(.fsDialog) .fsAlertFeeds {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .fsAthleticsEvent:not(.fsDialog) .fsAlertFeeds {
        margin-bottom: 0; } }
  .fsAthleticsEvent:not(.fsDialog) .printscreen {
    text-align: right;
    display: none; }
  .fsAthleticsEvent:not(.fsDialog) .fsListItems {
    display: table;
    width: 100%; }
    .fsAthleticsEvent:not(.fsDialog) .fsListItems article {
      width: 100%;
      margin: 0;
      padding: 5px 10px 5px 85px;
      min-height: 95px;
      position: relative; }
      .fsAthleticsEvent:not(.fsDialog) .fsListItems article:nth-child(odd) {
        background: #e5e5e5; }
      .fsAthleticsEvent:not(.fsDialog) .fsListItems article .fsTitle {
        display: inline-block;
        vertical-align: top; }
      .fsAthleticsEvent:not(.fsDialog) .fsListItems article .fsAthleticsSeparator {
        visibility: hidden; }
      .fsAthleticsEvent:not(.fsDialog) .fsListItems article .fsAthleticsLocations {
        display: block; }
        .fsAthleticsEvent:not(.fsDialog) .fsListItems article .fsAthleticsLocations:before {
          content: "Location: "; }
        .fsAthleticsEvent:not(.fsDialog) .fsListItems article .fsAthleticsLocations .fsAthleticsAdvantage {
          display: inline-block;
          color: #000;
          text-transform: lowercase; }
          .fsAthleticsEvent:not(.fsDialog) .fsListItems article .fsAthleticsLocations .fsAthleticsAdvantage:before {
            content: "("; }
          .fsAthleticsEvent:not(.fsDialog) .fsListItems article .fsAthleticsLocations .fsAthleticsAdvantage:after {
            content: ")"; }
      .fsAthleticsEvent:not(.fsDialog) .fsListItems article .fsStartTimeToBeDetermined {
        width: 100%;
        display: inline-block; }
        .fsAthleticsEvent:not(.fsDialog) .fsListItems article .fsStartTimeToBeDetermined:before {
          content: "Time: "; }
      .fsAthleticsEvent:not(.fsDialog) .fsListItems article .fsAthleticsStatus {
        display: block;
        width: 100%;
        text-align: center;
        color: #ee3d42;
        padding-top: 0; }
  .fsAthleticsEvent:not(.fsDialog) .fsDateTime {
    position: absolute;
    top: 5px;
    left: 5px;
    min-height: 86px;
    width: 65px;
    text-align: center;
    background: #FFF;
    color: #000;
    border: 1px solid #cccccc; }
    .fsAthleticsEvent:not(.fsDialog) .fsDateTime span {
      display: block; }
      .fsAthleticsEvent:not(.fsDialog) .fsDateTime span.fsMonth {
        background: #367256;
        color: #FFF;
        padding: 3px 0;
        text-transform: uppercase; }
      .fsAthleticsEvent:not(.fsDialog) .fsDateTime span.fsDay {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
        margin-top: 3px;
        margin-bottom: 5px; }
      .fsAthleticsEvent:not(.fsDialog) .fsDateTime span.fsDayName {
        text-transform: uppercase; }
  .fsAthleticsEvent:not(.fsDialog) .fsTime, .fsAthleticsEvent:not(.fsDialog) .fsAllDay {
    display: block; }
    .fsAthleticsEvent:not(.fsDialog) .fsTime:before, .fsAthleticsEvent:not(.fsDialog) .fsAllDay:before {
      content: "Time: "; }
    .fsAthleticsEvent:not(.fsDialog) .fsTime .fsAthleticsAdvantage, .fsAthleticsEvent:not(.fsDialog) .fsAllDay .fsAthleticsAdvantage {
      display: inline-block;
      color: #000;
      text-transform: lowercase;
      margin-left: 4px; }
      .fsAthleticsEvent:not(.fsDialog) .fsTime .fsAthleticsAdvantage:before, .fsAthleticsEvent:not(.fsDialog) .fsAllDay .fsAthleticsAdvantage:before {
        content: "("; }
      .fsAthleticsEvent:not(.fsDialog) .fsTime .fsAthleticsAdvantage:after, .fsAthleticsEvent:not(.fsDialog) .fsAllDay .fsAthleticsAdvantage:after {
        content: ")"; }
  .fsAthleticsEvent:not(.fsDialog) .fsAthleticsAdvantage {
    color: #000;
    text-transform: lowercase; }
    .fsAthleticsEvent:not(.fsDialog) .fsAthleticsAdvantage:before {
      content: "("; }
    .fsAthleticsEvent:not(.fsDialog) .fsAthleticsAdvantage:after {
      content: ")"; }
  .fsAthleticsEvent:not(.fsDialog) .fsTitle {
    display: inline-block;
    margin-bottom: 0;
    font-size: inherit;
    color: #2995a7; }
    .fsAthleticsEvent:not(.fsDialog) .fsTitle a {
      color: inherit; }
  .fsAthleticsEvent:not(.fsDialog) .fsElementEventIcon {
    margin-right: 10px; }
  .fsAthleticsEvent:not(.fsDialog) .fsAthleticsEventDetailLink {
    outline: 0; }
  .fsAthleticsEvent:not(.fsDialog) .fsAthleticsEventRecapLink + .fsAthleticsEventDetailLink {
    display: none; }
  .fsAthleticsEvent:not(.fsDialog) .fsAlertIcon {
    margin-left: 5px;
    margin-bottom: -3px; }
  .fsAthleticsEvent:not(.fsDialog) .fsLoadMoreButton {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 6.66667px 13.33333px 6.66667px;
    background: #1c1c1c;
    color: #fff;
    font-size: 0.9375rem;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    border-radius: 5px;
    vertical-align: bottom;
    box-shadow: 0 1px 0px #333;
    padding: 10px 20px; }
    .fsAthleticsEvent:not(.fsDialog) .fsLoadMoreButton:hover {
      background: #de8d46;
      color: #FFF; }
    .fsAthleticsEvent:not(.fsDialog) .fsLoadMoreButton em {
      display: block;
      font-style: normal; }
  .fsAthleticsEvent:not(.fsDialog) .fsAthleticsOpponents {
    display: inline-block;
    vertical-align: top; }
  .fsAthleticsEvent:not(.fsDialog) .fsAthleticsOpponentNames {
    display: inline; }
  .fsAthleticsEvent:not(.fsDialog) .fsAthleticsRecap p {
    margin: 0 0 20px; }
    .fsAthleticsEvent:not(.fsDialog) .fsAthleticsRecap p:last-child {
      margin: 0; }
  .fsAthleticsEvent:not(.fsDialog) .fsAthleticsResult:before {
    content: "Result: "; }
  .fsAthleticsEvent:not(.fsDialog) .fsAthleticsScore:before {
    content: "Score: "; }

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

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

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

.fsAthleticsRosterList ul,
.fsAthleticsRosterList ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.fsAthleticsRosterList a {
  display: block; }

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

.fsRosterName {
  margin-top: 0;
  font-weight: normal;
  font-family: "Figtree", sans-serif; }

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

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

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

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px; }

/*! elements - calendar */
.fsCalendar:not(.fsDialog) {
  margin-bottom: 20px; }
  .fsCalendar:not(.fsDialog) article {
    position: relative;
    padding-left: 85px;
    min-height: 115px;
    border: 1px solid #cccccc; }
  .fsCalendar:not(.fsDialog) .fsCalendarEventLink.fsReadMoreLink {
    display: none; }
  .fsCalendar:not(.fsDialog) .fsTitle {
    line-height: 1.2;
    font-size: 1.125rem; }
    .fsCalendar:not(.fsDialog) .fsTitle a {
      color: #367256;
      font-size: inherit;
      font-family: "arvo", "merriweather", "Gill Sans", "adobe-caslon-pro", Georgia, sans-serif; }
      .fsCalendar:not(.fsDialog) .fsTitle a:hover {
        color: #1d3e2f; }
  .fsCalendar:not(.fsDialog) .fsDate {
    position: absolute;
    top: 5px;
    left: 5px;
    min-height: 86px;
    width: 65px;
    text-align: center;
    color: #000;
    border: 1px solid #cccccc; }
    .fsCalendar:not(.fsDialog) .fsDate span {
      display: block; }
      .fsCalendar:not(.fsDialog) .fsDate span.fsMonth {
        background: #367256;
        color: #FFF;
        padding: 3px 0;
        text-transform: uppercase; }
      .fsCalendar:not(.fsDialog) .fsDate span.fsDay {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
        margin-top: 3px;
        margin-bottom: 5px; }
      .fsCalendar:not(.fsDialog) .fsDate span.fsDayName {
        text-transform: uppercase; }

.fsCalendarEventGrid .fsCalendarDaybox {
  font-family: "Figtree", sans-serif;
  font-size: 1rem; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
    line-height: 1.2; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
    font-size: 1rem;
    outline: 0;
    margin-bottom: 5px;
    color: #2995a7; }
    .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle:hover {
      color: #a30134; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    line-height: 1; }

.fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarPrevMonth, .fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarNextMonth {
  color: transparent;
  background-color: transparent;
  border: none;
  position: relative;
  line-height: 0;
  outline: 0;
  padding: 0;
  width: 40px;
  height: 40px; }
  .fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarPrevMonth:before, .fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarNextMonth:before {
    color: #575757;
    content: '\2039';
    font-size: 26px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -2px; }

.fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarNextMonth:before {
  content: '\203A'; }

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

#event-view {
  padding: 20px;
  margin: 20px auto 0; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
  @media screen and (min-width: 800px) {
    #event-view {
      display: none; } }

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 6.66667px 13.33333px 6.66667px;
    background: #1c1c1c;
    color: #fff;
    font-size: 0.9375rem;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    border-radius: 5px;
    vertical-align: bottom;
    box-shadow: 0 1px 0px #333;
    padding: 10px 20px; }
    .scroll-up span:hover {
      background: #de8d46;
      color: #FFF; }
    .scroll-up span em {
      display: block;
      font-style: normal; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block;
  width: 10px;
  height: 10px; }

.fsCalendarLegend {
  margin: 20px 0;
  padding: 0; }
  .fsCalendarLegend ul,
  .fsCalendarLegend ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .fsCalendarLegend a {
    display: block; }
  @media (min-width: 600px) {
    .fsCalendarLegend > ul {
      -moz-column-count: 2;
      column-count: 2; } }
  @media (min-width: 800px) {
    .fsCalendarLegend > ul {
      -moz-column-count: 3;
      column-count: 3; } }
  .fsCalendarLegend > ul ul {
    margin-left: 20px; }

.fsCalendarGridControlBar .fsElementControls .fsAlertFeeds .fsAlertsIcon {
  display: none; }

.fsCalendar.fsList.plain-text .fsListItems .fsMonthContainer {
  margin-bottom: 15px; }

.fsCalendar.fsList.plain-text .fsListItems .fsCalendarMonthHeader h3 {
  font-family: inherit;
  font-size: 1.1em;
  color: inherit;
  font-weight: bold; }

.fsCalendar.fsList.plain-text .fsListItems article {
  border: 0;
  padding: 0;
  min-height: unset;
  margin-bottom: 0; }
  .fsCalendar.fsList.plain-text .fsListItems article .fsDate {
    border: 0;
    position: relative;
    width: auto;
    text-align: left;
    top: auto;
    left: auto;
    min-height: unset;
    color: inherit;
    font-weight: bold; }
    .fsCalendar.fsList.plain-text .fsListItems article .fsDate .fsMonth {
      background: transparent;
      color: inherit;
      text-transform: inherit;
      display: inline-block; }
    .fsCalendar.fsList.plain-text .fsListItems article .fsDate .fsDay {
      font-size: 1em;
      display: inline-block;
      font-weight: inherit;
      margin: auto; }
  .fsCalendar.fsList.plain-text .fsListItems article .fsTitle,
  .fsCalendar.fsList.plain-text .fsListItems article .fsTitle a {
    display: inline-block;
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    line-height: 1em;
    margin: 0; }
    .fsCalendar.fsList.plain-text .fsListItems article .fsTitle .fsCalendarEventLink,
    .fsCalendar.fsList.plain-text .fsListItems article .fsTitle a .fsCalendarEventLink {
      color: #a30134; }
      .fsCalendar.fsList.plain-text .fsListItems article .fsTitle .fsCalendarEventLink:hover,
      .fsCalendar.fsList.plain-text .fsListItems article .fsTitle a .fsCalendarEventLink:hover {
        color: inherit; }
  .fsCalendar.fsList.plain-text .fsListItems article .fsEventDetails {
    display: inline-block; }
    .fsCalendar.fsList.plain-text .fsListItems article .fsEventDetails .fsTimeRange {
      display: inline-block; }

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

.fsListItems article {
  margin-bottom: 1.25em; }

.fsTitle {
  margin-top: 0;
  font-weight: normal;
  font-family: "Figtree", sans-serif;
  font-size: 1.5em;
  line-height: 1.08333em;
  color: #a30134;
  margin-bottom: 0.41667em; }

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

.module {
  background: #2995a7; }

@media (min-width: 800px) {
  .fsGrid {
    margin-right: -0.625em;
    margin-left: -0.625em; } }

.fsGrid .fsListItems > * {
  float: none !important;
  width: 100%;
  padding-right: 0.625em;
  padding-left: 0.625em; }
  @media (min-width: 800px) {
    .fsGrid .fsListItems > * {
      display: inline-block;
      vertical-align: top; } }

@media (min-width: 800px) {
  .fsGrid .fsStyleTwoColumns > * {
    width: 49.5%; } }

@media (min-width: 800px) {
  .fsGrid .fsStyleThreeColumns > * {
    width: 49.5%; } }

@media (min-width: 900px) {
  .fsGrid .fsStyleThreeColumns > * {
    width: 32.83333%; } }

@media (min-width: 800px) {
  .fsGrid .fsStyleFourColumns > * {
    width: 49.5%; } }

@media (min-width: 900px) {
  .fsGrid .fsStyleFourColumns > * {
    width: 32.83333%; } }

@media (min-width: 1000px) {
  .fsGrid .fsStyleFourColumns > * {
    width: 24.5%; } }

@media (min-width: 800px) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 49.5%; } }

@media (min-width: 900px) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 32.83333%; } }

@media (min-width: 1000px) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 24.5%; } }

@media (min-width: 1180px) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 19.5%; } }

.fsDialogCloseButton:focus::before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fsDialogCloseButton:focus::after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.fsDialogCloseButton:hover::before, .fsDialogCloseButton:hover::after {
  -ms-transform: rotate(0);
  transform: rotate(0); }

/*--Forms--*/
.fsLogin p {
  display: block;
  clear: both;
  margin-bottom: 5px; }

.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span {
    display: block;
    font-weight: inherit;
    text-transform: uppercase;
    font-size: inherit; }
  .fsLogin .fsLoginMainView input, .fsLogin .fsLoginForgotView input, .fsLogin .fsLoginNewView input {
    margin-bottom: 20px;
    border: 1px solid inherit;
    font-size: inherit;
    padding: 2px 5px;
    height: 25px;
    display: block;
    clear: both; }
    .fsLogin .fsLoginMainView input:focus, .fsLogin .fsLoginForgotView input:focus, .fsLogin .fsLoginNewView input:focus {
      border: 1px solid inherit;
      outline: none; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button {
    background-color: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    border: 0 none;
    outline: none;
    padding: 5px 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
    transition: all 100ms linear;
    height: 25px;
    line-height: 1;
    display: block;
    float: left;
    margin-right: 20px; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView button:hover {
      background-color: inherit;
      color: inherit; }

.fsLogin .fsLoginForgotPasswordLink {
  margin-top: -2px;
  line-height: 1; }
  .fsLogin .fsLoginForgotPasswordLink a {
    font-size: inherit; }

.fsLogin .fsLoginNewAccountLink {
  line-height: 1; }
  .fsLogin .fsLoginNewAccountLink a {
    font-size: inherit; }

.fsLogin .fsLoginNewCaptcha {
  display: block;
  margin-bottom: 20px; }
  .fsLogin .fsLoginNewCaptcha #recaptcha_area, .fsLogin .fsLoginNewCaptcha #recaptcha_table {
    width: 100% !important;
    max-width: 318px; }

.fsMediaCustomPlayer, .fsResourceElement.randomized-hero {
  background: none;
  position: relative; }
  .fsMediaCustomPlayer article, .fsResourceElement.randomized-hero article {
    background-position: center;
    background-size: cover;
    position: relative; }
    .fsMediaCustomPlayer article img, .fsResourceElement.randomized-hero article img {
      opacity: 0;
      visibility: hidden; }
  .fsMediaCustomPlayer .caption-wrapper, .fsMediaCustomPlayer figcaption, .fsResourceElement.randomized-hero .caption-wrapper, .fsResourceElement.randomized-hero figcaption {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    text-align: center;
    bottom: 40px;
    font-family: "merriweather", "Gill Sans", "adobe-caslon-pro", "arvo", Georgia, sans-serif;
    font-size: 16px;
    left: 0;
    right: 0;
    line-height: 22px;
    padding: 0 10px;
    position: absolute;
    width: 100%; }
    @media (min-width: 600px) {
      .fsMediaCustomPlayer .caption-wrapper .caption-title, .fsMediaCustomPlayer .caption-wrapper .fsTitle, .fsMediaCustomPlayer figcaption .caption-title, .fsMediaCustomPlayer figcaption .fsTitle, .fsResourceElement.randomized-hero .caption-wrapper .caption-title, .fsResourceElement.randomized-hero .caption-wrapper .fsTitle, .fsResourceElement.randomized-hero figcaption .caption-title, .fsResourceElement.randomized-hero figcaption .fsTitle {
        margin-top: 0;
        font-weight: normal;
        font-family: "Figtree", sans-serif;
        font-size: 2.25em;
        line-height: 1.05556em;
        color: #00447c;
        margin-bottom: 0.44444em; } }
    .fsMediaCustomPlayer .caption-wrapper .caption-desc, .fsMediaCustomPlayer .caption-wrapper figcaption .fsTitle + p, .fsMediaCustomPlayer figcaption .caption-desc, .fsMediaCustomPlayer figcaption figcaption .fsTitle + p, .fsResourceElement.randomized-hero .caption-wrapper .caption-desc, .fsResourceElement.randomized-hero .caption-wrapper figcaption .fsTitle + p, .fsResourceElement.randomized-hero figcaption .caption-desc, .fsResourceElement.randomized-hero figcaption figcaption .fsTitle + p {
      display: none; }
      @media (min-width: 600px) {
        .fsMediaCustomPlayer .caption-wrapper .caption-desc, .fsMediaCustomPlayer .caption-wrapper figcaption .fsTitle + p, .fsMediaCustomPlayer figcaption .caption-desc, .fsMediaCustomPlayer figcaption figcaption .fsTitle + p, .fsResourceElement.randomized-hero .caption-wrapper .caption-desc, .fsResourceElement.randomized-hero .caption-wrapper figcaption .fsTitle + p, .fsResourceElement.randomized-hero figcaption .caption-desc, .fsResourceElement.randomized-hero figcaption figcaption .fsTitle + p {
          display: block; } }
      .fsMediaCustomPlayer .caption-wrapper .caption-desc p, .fsMediaCustomPlayer .caption-wrapper figcaption .fsTitle + p p, .fsMediaCustomPlayer figcaption .caption-desc p, .fsMediaCustomPlayer figcaption figcaption .fsTitle + p p, .fsResourceElement.randomized-hero .caption-wrapper .caption-desc p, .fsResourceElement.randomized-hero .caption-wrapper figcaption .fsTitle + p p, .fsResourceElement.randomized-hero figcaption .caption-desc p, .fsResourceElement.randomized-hero figcaption figcaption .fsTitle + p p {
        margin: 0 0 20px; }
        .fsMediaCustomPlayer .caption-wrapper .caption-desc p:last-child, .fsMediaCustomPlayer .caption-wrapper figcaption .fsTitle + p p:last-child, .fsMediaCustomPlayer figcaption .caption-desc p:last-child, .fsMediaCustomPlayer figcaption figcaption .fsTitle + p p:last-child, .fsResourceElement.randomized-hero .caption-wrapper .caption-desc p:last-child, .fsResourceElement.randomized-hero .caption-wrapper figcaption .fsTitle + p p:last-child, .fsResourceElement.randomized-hero figcaption .caption-desc p:last-child, .fsResourceElement.randomized-hero figcaption figcaption .fsTitle + p p:last-child {
          margin-bottom: 0; }
      .fsMediaCustomPlayer .caption-wrapper .caption-desc:empty, .fsMediaCustomPlayer .caption-wrapper figcaption .fsTitle + p:empty, .fsMediaCustomPlayer figcaption .caption-desc:empty, .fsMediaCustomPlayer figcaption figcaption .fsTitle + p:empty, .fsResourceElement.randomized-hero .caption-wrapper .caption-desc:empty, .fsResourceElement.randomized-hero .caption-wrapper figcaption .fsTitle + p:empty, .fsResourceElement.randomized-hero figcaption .caption-desc:empty, .fsResourceElement.randomized-hero figcaption figcaption .fsTitle + p:empty {
        display: none; }
  .fsMediaCustomPlayer .slick-next, .fsMediaCustomPlayer .slick-prev, .fsResourceElement.randomized-hero .slick-next, .fsResourceElement.randomized-hero .slick-prev {
    background: none;
    border: none;
    color: transparent;
    height: 40px;
    padding: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    z-index: 2; }
    .fsMediaCustomPlayer .slick-next:before, .fsMediaCustomPlayer .slick-prev:before, .fsResourceElement.randomized-hero .slick-next:before, .fsResourceElement.randomized-hero .slick-prev:before {
      color: #fff;
      display: block;
      font-size: 50px;
      font-weight: normal;
      height: 100%;
      left: 0;
      line-height: 30px;
      position: absolute;
      top: 0;
      width: 100%;
      text-align: center;
      text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35); }
  .fsMediaCustomPlayer .slick-next, .fsResourceElement.randomized-hero .slick-next {
    left: auto;
    right: 0; }
    .fsMediaCustomPlayer .slick-next:before, .fsResourceElement.randomized-hero .slick-next:before {
      content: '\203A'; }
  .fsMediaCustomPlayer .slick-prev, .fsResourceElement.randomized-hero .slick-prev {
    left: 0;
    right: auto; }
    .fsMediaCustomPlayer .slick-prev:before, .fsResourceElement.randomized-hero .slick-prev:before {
      content: '\2039'; }

/* News Element */
/*General News Styles*/
/*! elements - news v0.0.1 */
.fsNews {
  margin-bottom: 20px;
  /*Slideshow*/
  /*Grid*/ }
  .fsNews .fsSummary {
    font-family: Georgia, "merriweather", "Gill Sans", "adobe-caslon-pro", sans-serif; }
    .fsNews .fsSummary ul {
      position: relative;
      left: 1em; }
  .fsNews .fsThumbnail {
    display: block;
    margin-bottom: 0.625em; }
    .fsNews .fsThumbnail img {
      display: block; }
  .fsNews .fsDateTime .fsMonth:after {
    content: "."; }
  .fsNews .fsDateTime .fsDay:after {
    content: ","; }
  .fsNews.fsSlideshow .fsElementContent {
    margin: 0; }
  .fsNews.fsSlideshow article {
    padding: 20px; }
  .fsNews.fsSlideshow .fsPager span {
    color: inherit;
    opacity: 0.5;
    transition: color 100ms, opacity 100ms; }
    .fsNews.fsSlideshow .fsPager span.fsStateActive {
      color: inherit;
      opacity: 1; }
  .fsNews.fsGrid .fsNewsGrid {
    zoom: 1; }
    .fsNews.fsGrid .fsNewsGrid:after {
      display: table;
      clear: both;
      content: ''; }
  .fsNews.fsGrid article {
    clear: none;
    margin-bottom: 20px !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; }

ul.fsNewsCategories {
  list-style-type: none;
  padding-left: 0.15em;
  margin-top: 16px; }

/* Post Element */
/*General Posts Styles*/
.fsPostElement {
  margin-bottom: 20px;
  /*Slideshow*/
  /*Grid*/ }
  .fsPostElement .fsSummary {
    font-family: Georgia, "merriweather", "Gill Sans", "adobe-caslon-pro", sans-serif; }
    .fsPostElement .fsSummary ul {
      position: relative;
      left: 1em; }
  .fsPostElement .fsThumbnail {
    display: block;
    margin-bottom: 0.625em; }
    .fsPostElement .fsThumbnail img {
      display: block; }
  .fsPostElement .fsDateTime .fsMonth:after {
    content: "."; }
  .fsPostElement .fsDateTime .fsDay:after {
    content: ","; }
  .fsPostElement.fsSlideshow .fsElementContent {
    margin: 0; }
  .fsPostElement.fsSlideshow article {
    padding: 20px; }
  .fsPostElement.fsSlideshow .fsPager span {
    color: inherit;
    opacity: 0.5;
    transition: color 100ms, opacity 100ms; }
    .fsPostElement.fsSlideshow .fsPager span.fsStateActive {
      color: inherit;
      opacity: 1; }
  .fsPostElement.fsGrid {
    zoom: 1; }
    .fsPostElement.fsGrid:after {
      display: table;
      clear: both;
      content: ''; }
  .fsPostElement article {
    clear: none;
    margin-bottom: 20px;
    margin-top: 0 !important;
    padding: 0; }
  .fsPostElement .fsStyleTwoColumns article {
    width: 49%; }
    .fsPostElement .fsStyleTwoColumns article:nth-child(odd) {
      margin-right: 1%; }
    .fsPostElement .fsStyleTwoColumns article:nth-child(even) {
      margin-left: 1%; }
    .fsPostElement .fsStyleTwoColumns article:nth-child(2n+1) {
      clear: both; }
  .fsPostElement .fsStyleThreeColumns article {
    width: 32%; }
    .fsPostElement .fsStyleThreeColumns article:nth-child(3n-1) {
      margin: 0 2%; }
    .fsPostElement .fsStyleThreeColumns article:nth-child(3n+1) {
      clear: both; }
  .fsPostElement .fsStyleFourColumns article {
    width: 23.5%; }
    .fsPostElement .fsStyleFourColumns article:nth-child(4n-2) {
      margin: 0 1% 0 2%; }
    .fsPostElement .fsStyleFourColumns article:nth-child(4n-1) {
      margin: 0 2% 0 1%; }
    .fsPostElement .fsStyleFourColumns article:nth-child(4n+1) {
      clear: both; }
  .fsPostElement .fsStyleFiveColumns article {
    width: 18.4%; }
    .fsPostElement .fsStyleFiveColumns article:nth-child(5n-3) {
      margin: 0 1% 0 2%; }
    .fsPostElement .fsStyleFiveColumns article:nth-child(5n-2) {
      margin: 0 1%; }
    .fsPostElement .fsStyleFiveColumns article:nth-child(5n-1) {
      margin: 0 2% 0 1%; }
    .fsPostElement .fsStyleFiveColumns article:nth-child(5n+1) {
      clear: both; }
  .fsPostElement .fsThumbnail {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 15px;
    max-width: inherit; }
  .fsPostElement .fsTags,
  .fsPostElement ul.fsCategories {
    list-style-type: none;
    padding-left: 0.15em;
    margin-top: 16px; }
  .fsPostElement.updates .fsTitle {
    margin-top: 0;
    font-weight: normal;
    font-family: "Figtree", sans-serif;
    font-size: 1.3125em;
    line-height: 1.04762em;
    color: #00447c;
    margin-bottom: 0.47619em; }
  .fsPostElement.fsThumbnailOriginal {
    margin: 0; }
    .fsPostElement.fsThumbnailOriginal article {
      margin: 0 !important; }
    .fsPostElement.fsThumbnailOriginal .fsThumbnail {
      margin: 0 0 10px; }
      @media screen and (max-width: 600px) {
        .fsPostElement.fsThumbnailOriginal .fsThumbnail {
          margin: 0 0 5px; } }
    .fsPostElement.fsThumbnailOriginal .fsTitle {
      font-size: 1.2em;
      line-height: 1.2em;
      margin-bottom: 0.7em; }
      @media screen and (max-width: 600px) {
        .fsPostElement.fsThumbnailOriginal .fsTitle {
          font-size: 1em;
          line-height: 1em; } }
    .fsPostElement.fsThumbnailOriginal .fsStyleThreeColumns article {
      width: 33%; }
      @media screen and (max-width: 800px) {
        .fsPostElement.fsThumbnailOriginal .fsStyleThreeColumns article {
          padding: 0 10px; } }
      @media screen and (max-width: 600px) {
        .fsPostElement.fsThumbnailOriginal .fsStyleThreeColumns article {
          width: 49.5%; } }
      @media screen and (max-width: 500px) {
        .fsPostElement.fsThumbnailOriginal .fsStyleThreeColumns article {
          padding: 0 5px; } }
      @media screen and (max-width: 400px) {
        .fsPostElement.fsThumbnailOriginal .fsStyleThreeColumns article {
          width: 99%; } }

.fsNews.news-detail-news-posts,
.fsPostElement.news-detail-news-posts.fsList {
  margin-bottom: 30px; }
  .fsNews.news-detail-news-posts .fsElementTitle,
  .fsPostElement.news-detail-news-posts.fsList .fsElementTitle {
    margin-bottom: 10px; }
  .fsNews.news-detail-news-posts article,
  .fsPostElement.news-detail-news-posts.fsList article {
    margin-bottom: 0;
    overflow: hidden;
    transition: 0.3s background;
    border-bottom: 1px solid #dddddd;
    padding: 10px 10px 10px 0; }
    .fsNews.news-detail-news-posts article:last-child,
    .fsPostElement.news-detail-news-posts.fsList article:last-child {
      border-bottom: 0; }
    .fsNews.news-detail-news-posts article:hover,
    .fsPostElement.news-detail-news-posts.fsList article:hover {
      background: #e5e5e5; }
    .fsNews.news-detail-news-posts article .fsThumbnail,
    .fsPostElement.news-detail-news-posts.fsList article .fsThumbnail {
      float: left;
      width: 80px;
      height: 80px;
      margin-right: 10px; }
      .fsNews.news-detail-news-posts article .fsThumbnail img,
      .fsPostElement.news-detail-news-posts.fsList article .fsThumbnail img {
        width: 80px;
        height: 80px;
        display: block; }
    .fsNews.news-detail-news-posts article .fsThumbnail ~ .fsTitle,
    .fsNews.news-detail-news-posts article .fsThumbnail ~ .fsDateTime,
    .fsPostElement.news-detail-news-posts.fsList article .fsThumbnail ~ .fsTitle,
    .fsPostElement.news-detail-news-posts.fsList article .fsThumbnail ~ .fsDateTime {
      margin-left: 100px; }
    .fsNews.news-detail-news-posts article .fsTitle,
    .fsPostElement.news-detail-news-posts.fsList article .fsTitle {
      margin-bottom: 0; }
      .fsNews.news-detail-news-posts article .fsTitle a,
      .fsPostElement.news-detail-news-posts.fsList article .fsTitle a {
        font-size: 1.125rem;
        color: #00447c;
        line-height: 1; }

.fsResourceElement.fsGrid .fsResourceTitle {
  margin-top: 0;
  font-weight: normal;
  font-family: "Figtree", sans-serif;
  font-size: 1em;
  line-height: 1.125em;
  color: #3a393d;
  margin-bottom: 0.625em;
  margin-top: 0.625em; }

.fsResourceElement.fsSlideshow div.fsElementSlideshow[data-dots="true"] {
  padding-bottom: 0;
  margin-bottom: 25px; }
  .fsResourceElement.fsSlideshow div.fsElementSlideshow[data-dots="true"] .fsPager {
    margin-bottom: 0; }

.fsPageLayout .fsResourceElement.fsSingleItem article figure {
  display: block; }
  .fsPageLayout .fsResourceElement.fsSingleItem article figure picture img {
    display: inline-block; }

/*! _dialog.scss - src/sass/modules/resources/_dialog.scss - resource dialog pop up */
/*=======================*/
/* Search Variables      */
/*=======================*/
/*=================================================================*/
/* Normalize Search                                                */
/*=================================================================*/
.site-search {
  float: left;
  margin-top: -2px;
  background: url("/uploaded/themes/default/images/search-background.png") no-repeat;
  transition: 0.3s background ease-in-out, 0.3s border-radius ease-in-out;
  border-radius: 25px; }
  @media screen and (min-width: 1100px) {
    .site-search {
      float: right; } }
  .site-search:hover {
    background: #de8d46; }
  .site-search form.gsc-search-box-tools {
    margin-bottom: 0 !important;
    overflow: hidden; }
    .site-search form.gsc-search-box-tools table {
      border: 0; }
    .site-search form.gsc-search-box-tools table,
    .site-search form.gsc-search-box-tools tbody,
    .site-search form.gsc-search-box-tools tr,
    .site-search form.gsc-search-box-tools td {
      display: block; }
    .site-search form.gsc-search-box-tools td.gsc-input {
      padding: 0 !important;
      display: block;
      float: left;
      border: 0; }
    .site-search form.gsc-search-box-tools table.gsc-search-box {
      margin-bottom: 0;
      overflow: hidden; }
    .site-search form.gsc-search-box-tools div.gsc-input-box {
      min-width: 223px;
      border: 0;
      height: 30px;
      background-color: transparent; }
      .site-search form.gsc-search-box-tools div.gsc-input-box table,
      .site-search form.gsc-search-box-tools div.gsc-input-box tbody,
      .site-search form.gsc-search-box-tools div.gsc-input-box tr,
      .site-search form.gsc-search-box-tools div.gsc-input-box td {
        overflow: hidden;
        display: block;
        width: 100%;
        border: 0;
        height: 30px; }
    .site-search form.gsc-search-box-tools td.gsib_a {
      padding: 0;
      display: inline-block; }
    .site-search form.gsc-search-box-tools td.gsib_b {
      padding: 0;
      display: none !important; }
    .site-search form.gsc-search-box-tools input.gsc-input {
      background: none !important;
      width: 100%;
      height: 30px !important;
      color: #eee;
      padding-left: 15px !important;
      padding-right: 5px !important;
      margin: 0 !important; }
    .site-search form.gsc-search-box-tools table.gsc-branding {
      display: none; }
    .site-search form.gsc-search-box-tools td.gsc-search-button {
      display: block;
      float: left;
      padding: 0 10px 0 3px;
      overflow: hidden;
      height: 30px;
      width: auto;
      position: relative;
      border: 0; }
      .site-search form.gsc-search-box-tools td.gsc-search-button:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        opacity: 1;
        display: block;
        position: relative;
        left: 0;
        right: 0;
        text-align: center;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #000; }
        @media screen and (min-width: 1100px) {
          .site-search form.gsc-search-box-tools td.gsc-search-button:after {
            color: #fff; } }
    .site-search form.gsc-search-box-tools td.gsc-clear-button {
      border: 0; }
    .site-search form.gsc-search-box-tools input.gsc-search-button {
      border: 0;
      height: 30px;
      width: 100%;
      color: transparent;
      opacity: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }

/*=======================*/
/* Custom Styles         */
/*=======================*/
/*Social Elements */
/*--Facebook--*/
.fsFacebook .fsFacebookList {
  padding-left: 0;
  margin-bottom: 0; }
  .fsFacebook .fsFacebookList ul,
  .fsFacebook .fsFacebookList ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .fsFacebook .fsFacebookList a {
    display: block; }
  .fsFacebook .fsFacebookList li {
    display: block;
    font-size: 0.875rem;
    color: #FFF; }
    .fsFacebook .fsFacebookList li:first-child {
      margin-top: 20px;
      margin-bottom: 10px; }
    .fsFacebook .fsFacebookList li a:not(.fsFacebookFollow) {
      word-wrap: break-word; }
  .fsFacebook .fsFacebookList .fsFacebookFrom {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    margin-left: -140px; }
  .fsFacebook .fsFacebookList .fsFacebookExtras {
    margin-top: 10px;
    display: none; }
    .fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookThumb {
      float: left;
      margin: 0 20px 0 0;
      width: 28%; }
    .fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookTitle {
      float: left;
      line-height: 1;
      display: none;
      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;
      font-size: inherit;
      display: none; }
    .fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookDesc {
      clear: both;
      display: none;
      font-style: italic; }
    .fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookLikes {
      clear: both;
      padding-top: 10px;
      font-size: inherit;
      font-style: italic;
      color: inherit; }
  .fsFacebook .fsFacebookList .fsFacebookFollow a {
    background-color: inherit;
    color: #bbbbbb;
    font-size: 0.875rem;
    padding: 5px 10px 5px 0;
    text-transform: capitalize;
    margin-top: -5px; }
    .fsFacebook .fsFacebookList .fsFacebookFollow a:hover {
      background-color: inherit;
      color: inherit; }

li.fsFacebookFollow {
  padding-left: 149px;
  overflow: hidden;
  line-height: 14px; }

/*--Twitter--*/
.fsTwitter .tweets {
  margin: 0;
  padding: 0;
  list-style: none; }
  .fsTwitter .tweets li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    position: relative; }
    .fsTwitter .tweets li a {
      color: #a30134; }
      .fsTwitter .tweets li a:hover {
        color: #2995a7; }
    .fsTwitter .tweets li:first-child {
      margin-top: 20px; }
    .fsTwitter .tweets li .timeline-Tweet-metadata {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 15%;
      text-align: right;
      font-size: 12px; }
      .fsTwitter .tweets li .timeline-Tweet-metadata a {
        color: #bbbbbb; }
        .fsTwitter .tweets li .timeline-Tweet-metadata a:hover {
          color: #a30134; }
    .fsTwitter .tweets li .timeline-Tweet-brand, .fsTwitter .tweets li .timeline-Tweet-media, .fsTwitter .tweets li .timeline-Tweet-retweetCredit {
      display: none; }
    .fsTwitter .tweets li .timeline-Tweet-author {
      position: relative; }
      .fsTwitter .tweets li .timeline-Tweet-author .TweetAuthor-avatar {
        position: relative;
        display: inline-block;
        margin-right: 1px;
        width: 20px;
        height: 20px;
        border-radius: 100%; }
        .fsTwitter .tweets li .timeline-Tweet-author .TweetAuthor-avatar img {
          width: 100%;
          height: auto;
          vertical-align: bottom; }
      .fsTwitter .tweets li .timeline-Tweet-author .TweetAuthor-name {
        font-size: 1rem;
        line-height: 1;
        color: #FFF;
        display: inline-block;
        vertical-align: top;
        font-weight: bold;
        font-family: "Figtree", sans-serif; }
      .fsTwitter .tweets li .timeline-Tweet-author .TweetAuthor-screenName {
        display: block;
        color: #bbbbbb;
        line-height: 1;
        font-weight: normal; }
    .fsTwitter .tweets li .timeline-Tweet-text {
      font-size: 0.875rem;
      line-height: 22px;
      color: #FFF; }
      .fsTwitter .tweets li .timeline-Tweet-text img {
        width: 22px; }
      .fsTwitter .tweets li .timeline-Tweet-text b, .fsTwitter .tweets li .timeline-Tweet-text strong {
        font-weight: normal; }
      .fsTwitter .tweets li .timeline-Tweet-text a {
        color: #FFF; }
        .fsTwitter .tweets li .timeline-Tweet-text a:hover {
          color: #959595; }
    .fsTwitter .tweets li .timeline-Tweet-actions {
      margin: 0;
      padding: 0; }
      .fsTwitter .tweets li .timeline-Tweet-actions li {
        margin: 0 20px 0 0;
        padding: 0;
        position: relative;
        display: inline-block;
        width: auto; }
        .fsTwitter .tweets li .timeline-Tweet-actions li .timeline-ShareMenu-title {
          display: none; }
        .fsTwitter .tweets li .timeline-Tweet-actions li ul[role=menu] {
          line-height: 1; }
          .fsTwitter .tweets li .timeline-Tweet-actions li ul[role=menu] li:not(:first-child) {
            display: none; }
          .fsTwitter .tweets li .timeline-Tweet-actions li ul[role=menu] a {
            color: #bbbbbb;
            font-size: 0;
            display: block; }
            .fsTwitter .tweets li .timeline-Tweet-actions li ul[role=menu] a:before {
              display: block;
              font-size: 1rem;
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none; }
        .fsTwitter .tweets li .timeline-Tweet-actions li:last-child {
          margin-right: 0; }
        .fsTwitter .tweets li .timeline-Tweet-actions li a {
          color: #bbbbbb; }
          .fsTwitter .tweets li .timeline-Tweet-actions li a div {
            font-style: normal; }
            .fsTwitter .tweets li .timeline-Tweet-actions li a div:before {
              display: block;
              font-family: "IcoMoon"; }
        .fsTwitter .tweets li .timeline-Tweet-actions li .Icon--heart:before {
          content: '\e90c'; }

/*--Youtube--*/
.fsYoutube .fsSocialVideoFrame {
  margin-top: 20px; }

.fsYoutube .fsYoutubeList ul,
.fsYoutube .fsYoutubeList ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.fsYoutube .fsYoutubeList a {
  display: block; }

.fsYoutube .fsYoutubeList li {
  display: block;
  margin-bottom: 20px;
  width: 100%; }
  .fsYoutube .fsYoutubeList li:first-child {
    margin-top: 20px; }

.fsYoutube .fsYoutubeList .fsYoutubeThumb {
  margin: 0 20px 20px 0;
  float: left; }

.fsYoutube .fsYoutubeList .fsYoutubeTitle {
  font-weight: inherit;
  font-size: inherit;
  color: inherit; }

.fsYoutube .fsYoutubeList .fsYoutubeViews {
  font-size: inherit;
  font-style: italic;
  color: inherit; }

.fsYoutube .fsYoutubeList .fsYoutubeDesc {
  margin-top: 5px; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 2px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-top: 0;
        font-weight: normal;
        font-family: "Figtree", sans-serif;
        font-size: 2em;
        line-height: 1.0625em;
        color: #a30134;
        margin-bottom: 0.5em;
        margin-bottom: 2px;
        display: block;
        font-size: 17px;
        padding: 13.33333px;
        color: #000;
        transition: .3s;
        background: #e5e5e5;
        color: #000; }
        .fsTabs .fsTabsNav li a:hover {
          background: #cccccc;
          color: #000; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #2995a7;
        color: #eee; }
  .fsTabs .fsPanel > header {
    cursor: pointer;
    background: #e5e5e5;
    transition: .3s; }
    .fsTabs .fsPanel > header h2 {
      margin-top: 0;
      font-weight: normal;
      font-family: "Figtree", sans-serif;
      font-size: 2em;
      line-height: 1.0625em;
      color: #a30134;
      margin-bottom: 0.5em;
      margin-bottom: 2px;
      display: block;
      font-size: 17px;
      padding: 13.33333px;
      color: #000;
      transition: .3s;
      padding: 13.33333px;
      color: #000;
      transition: .3s; }
      .fsTabs .fsPanel > header h2:before {
        content: "+";
        margin-right: 15px; }
    .fsTabs .fsPanel > header:hover {
      background: #cccccc;
      transition: .3s; }
      .fsTabs .fsPanel > header:hover h2 {
        color: #000;
        transition: .3s; }
  .fsTabs .fsPanel > .fsElementContent {
    display: none; }
    .fsTabs .fsPanel > .fsElementContent > .fsElement .fsResourceElement > header h2 {
      margin-top: 0;
      font-weight: normal;
      font-family: "Figtree", sans-serif;
      font-size: 1.3125em;
      line-height: 1.04762em;
      color: #00447c;
      margin-bottom: 0.47619em; }
    .fsTabs .fsPanel > .fsElementContent > .fsElement .fsResourceElement article {
      margin-bottom: 15px; }
  .fsTabs .fsPanel.fsStateOpen > header {
    background: #2995a7; }
    .fsTabs .fsPanel.fsStateOpen > header h2 {
      color: #eee; }
      .fsTabs .fsPanel.fsStateOpen > header h2:before {
        content: "-"; }
  .fsTabs .fsPanel.fsStateOpen > .fsElementContent {
    display: block; }
  .fsTabs.no-margins .fsTabsNav li a {
    margin-bottom: 0; }
  .fsTabs.no-margins .fsPanel > .fsElementContent {
    padding: 0; }
    .fsTabs.no-margins .fsPanel > .fsElementContent > .fsElement {
      margin: 0 !important; }

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

/*! pages - campus-map v0.0.1 */
@font-face {
  font-family: 'campus-map-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SDGwAAAC8AAAAYGNtYXDwkOmyAAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5Zj+qjfwAAAGAAAABLGhlYWQM25AxAAACrAAAADZoaGVhB8IDyAAAAuQAAAAkaG10eA+3AKEAAAMIAAAAHGxvY2EAkgDqAAADJAAAABBtYXhwAAkAGAAAAzQAAAAgbmFtZZlKCfsAAANUAAABhnBvc3QAAwAAAAAE3AAAACAAAwLuAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADwVAPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg6QDwVP/9//8AAAAAACDpAPBT//3//wAB/+MXBA+yAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAP/ABAADwAALAAABJwkBBwkBFwkBNwEEAIn+if6JiQF3/omJAXcBd4n+iQM3if6JAXeJ/on+iYkBd/6JiQF3AAAAAQBjABoCnQOdABUAAAkCFhQPAQYiJwEmNDcBNjIfARYUBwKd/tEBLwsLXwoeC/5YCwsBqAseCl8LCwML/tD+0QseCl8LCwGoCh4LAagLC18KHgsAAQA+ABoCeQOdABUAAAkBBiIvASY0NwkBJjQ/ATYyFwEWFAcCef5YCx4LXwoKATD+0AoKXwseCwGoCgoBwv5YCwtfCh4LAS8BMAseCl8LC/5YCx4KAAAAAAEAAAABAABDIdH9Xw889QALBAAAAAAA1N4l2gAAAADU3iXaAAD/wAQAA8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAABAAAAQAAAAAAAAAAAAAAAAAAAAcEAAAAAAAAAAAAAAACAAAABAAAAAMAAGMCtwA+AAAAAAAKABQAHgBAAGoAlgABAAAABwAWAAEAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABwAAAAEAAAAAAAIABwBgAAEAAAAAAAMABwA2AAEAAAAAAAQABwB1AAEAAAAAAAUACwAVAAEAAAAAAAYABwBLAAEAAAAAAAoAGgCKAAMAAQQJAAEADgAHAAMAAQQJAAIADgBnAAMAAQQJAAMADgA9AAMAAQQJAAQADgB8AAMAAQQJAAUAFgAgAAMAAQQJAAYADgBSAAMAAQQJAAoANACkaWNvbW9vbgBpAGMAbwBtAG8AbwBuVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwaWNvbW9vbgBpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuUmVndWxhcgBSAGUAZwB1AGwAYQByaWNvbW9vbgBpAGMAbwBtAG8AbwBuRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal; }

@media (min-width: 800px) {
  .campus-map.map-pop-active .map-key:before,
  .campus-map.map-pop-active .map-container:before {
    left: 0;
    opacity: 0.7; } }

.campus-map .map-key:before,
.campus-map .map-container:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  z-index: 200;
  opacity: 0;
  background: #ffffff;
  transition: opacity 1s ease; }

.campus-map .map-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 0 19px 0; }
  .campus-map .map-wrapper .map-container {
    margin: 0 0 30px;
    position: relative; }
    @media (min-width: 800px) {
      .campus-map .map-wrapper .map-container {
        margin-bottom: 0; } }
    .campus-map .map-wrapper .map-container > .fsElementContent {
      position: relative; }
      .campus-map .map-wrapper .map-container > .fsElementContent img {
        display: block;
        width: 100%;
        height: auto; }

.campus-map .map-points {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 10px; }
  .campus-map .map-points ul,
  .campus-map .map-points ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .campus-map .map-points a {
    display: block; }
  .campus-map .map-points .fsNavLevel1 {
    font-size: 0; }
  .campus-map .map-points li {
    position: absolute;
    z-index: 0;
    counter-increment: li;
    transition: z-index 0.3s ease, opacity 0.3s ease;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .campus-map .map-points li.active-modal {
      visibility: visible; }
      .campus-map .map-container.element-loaded li.active-modal {
        opacity: 1; }
      .campus-map.fsComposeMode .map-container.element-loaded li.active-modal {
        opacity: 1; }
      .campus-map .map-points li.active-modal a:before, .campus-map .map-points li.active-modal a:after {
        visibility: visible;
        opacity: 1;
        transition: all 0s ease 0s; }
    .campus-map .map-points li:hover {
      z-index: 1; }
    .campus-map .map-points li.pin-1 {
      width: 18.33333%;
      height: 35.61453%;
      left: 10.27778%;
      bottom: 62.01117%; }
    .campus-map .map-points li.pin-2 {
      width: 22.84722%;
      height: 35.3352%;
      left: 32.63889%;
      bottom: 62.01117%; }
    .campus-map .map-points li.pin-3 {
      width: 15.625%;
      height: 34.77654%;
      left: 53.95833%;
      bottom: 62.01117%; }
    .campus-map .map-points li.pin-4 {
      width: 25.34722%;
      height: 29.32961%;
      left: 77.63889%;
      bottom: 62.01117%; }
    .campus-map .map-points li.pin-5 {
      width: 22.15278%;
      height: 29.7486%;
      left: 48.47222%;
      bottom: 22.76536%; }
    .campus-map .map-points li.pin-6 {
      width: 22.43056%;
      height: 42.59777%;
      left: 81.11111%;
      bottom: 4.18994%; }
      .campus-map .map-points li.pin-6 > a:before, .campus-map .map-points li.pin-6 > a:after {
        top: 0;
        bottom: auto; }
      .campus-map .map-points li.pin-6 > a .map-text {
        bottom: calc(100% - 6px); }
    .campus-map .map-points li:before {
      border-radius: 100%; }
    .campus-map .map-points li a {
      display: block;
      width: auto;
      height: auto;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -ms-transform: none;
      transform: none; }
      .map-pop-active.campus-map .map-points li {
        pointer-events: none; }
      @media (min-width: 800px) {
        .campus-map .map-points li a:hover .map-text {
          opacity: 1;
          visibility: visible; } }
      .campus-map .map-points li a:hover:after {
        color: #ffffff; }
      .campus-map .map-points li a:before, .campus-map .map-points li a:after {
        visibility: hidden;
        opacity: 0; }
        @media (min-width: 800px) {
          .campus-map .map-points li a:before, .campus-map .map-points li a:after {
            visibility: visible;
            opacity: 1; } }
      .campus-map .map-points li a:before {
        display: block;
        content: '';
        width: 26px;
        height: 26px;
        position: absolute;
        top: auto;
        left: 50%;
        bottom: 0;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 100px;
        transition: all 0.3s ease;
        background-color: #142941; }
      .campus-map .map-points li a:after {
        content: counter(li);
        display: inline-block;
        height: auto;
        padding-bottom: 1px;
        position: absolute;
        top: auto;
        left: 50%;
        bottom: 0;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 2;
        color: #ffffff;
        font-size: 20px;
        line-height: 25px;
        font-weight: 500;
        text-align: center;
        font-family: 'Times New Roman', 'merriweather', 'Gill Sans', 'adobe-caslon-pro', "arvo", Georgia, sans-serif;
        transition: all 0.3s ease; }
      .campus-map .map-points li a .map-text {
        padding: 25px 22px 47px;
        border-radius: 0 0 40% 40%;
        position: absolute;
        left: 50%;
        bottom: 20px;
        z-index: 0;
        font-size: 14px;
        line-height: 17.5px;
        font-weight: normal;
        font-family: "Figtree", sans-serif;
        text-transform: uppercase;
        color: #ffffff;
        white-space: nowrap;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease; }
        .campus-map .map-points li a .map-text > span {
          position: relative;
          z-index: 3; }
        .campus-map .map-points li a .map-text:before {
          display: block;
          content: '';
          width: 16px;
          height: 16px;
          position: absolute;
          left: 50%;
          bottom: 19px;
          -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
          z-index: 301;
          background-color: #142941;
          box-shadow: 2px 2px 0 0 white; }
        .campus-map .map-points li a .map-text:after {
          content: '';
          display: block;
          border-radius: 5px;
          border: 2px solid #ffffff;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 25px;
          z-index: 2;
          background-color: #142941; }

.campus-map .map-key {
  margin: 0 0 30px 0;
  padding: 0;
  position: relative; }
  @media (min-width: 800px) {
    .campus-map .map-key {
      margin-bottom: 20px;
      max-width: 500px; } }
  .campus-map .map-key > header > .fsElementTitle {
    margin-bottom: 10px;
    color: #00447c;
    font-size: 28px; }
  .campus-map .map-key .fsNavLevel1 {
    padding: 0;
    margin: 0;
    list-style: none; }
    @media (min-width: 600px) {
      .campus-map .map-key .fsNavLevel1 {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 10px;
        column-gap: 10px;
        -moz-column-rule: 0;
        column-rule: 0;
        min-height: initial; } }
    .campus-map .map-key .fsNavLevel1 li {
      counter-increment: li;
      padding: 0px 15px 0px 33px;
      position: relative; }
      .map-pop-active.campus-map .map-key .fsNavLevel1 li {
        pointer-events: none; }
      .campus-map .map-key .fsNavLevel1 li:hover a {
        color: #b5242c; }
      .campus-map .map-key .fsNavLevel1 li:before {
        content: counter(li);
        display: block;
        width: 21px;
        height: 21px;
        margin-right: 4px;
        padding-top: 1px;
        border-radius: 100px;
        position: absolute;
        top: 4px;
        left: 0;
        color: #ffffff;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        font-weight: normal;
        font-family: 'Times New Roman', 'merriweather', 'Gill Sans', 'adobe-caslon-pro', "arvo", Georgia, sans-serif;
        vertical-align: middle;
        background-color: #142941;
        transition: color 0.3s ease; }
      @media screen and (min-width: 600px) {
        .campus-map .map-key .fsNavLevel1 li {
          page-break-inside: avoid;
          break-inside: avoid-column; } }
      .campus-map .map-key .fsNavLevel1 li a {
        display: block;
        color: #1c1c1c;
        font-size: 16px;
        line-height: 26px;
        font-weight: normal; }

@media (min-width: 800px) {
  .campus-map .map-detail {
    width: 100%; } }

.campus-map .map-detail > .fsElementContent {
  height: 100%; }
  .campus-map .map-detail > .fsElementContent .slick-slider {
    height: 100%; }
    @media (min-width: 800px) {
      .campus-map .map-detail > .fsElementContent .slick-slider .slick-list {
        height: 100% !important; } }

.campus-map .map-detail .fsMediaCustomPlayer {
  color: #6d6d6d;
  font-size: 16px;
  font-family: "merriweather", "Gill Sans", "adobe-caslon-pro", "arvo", Georgia, sans-serif; }

.campus-map .map-detail article {
  background-color: #e4e2e1; }
  @media (min-width: 800px) {
    .campus-map .map-detail article {
      background-color: transparent; } }

.campus-map .map-detail .fsDotsWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 23px 20px 7px; }
  .campus-map .map-detail .fsDotsWrapper .dots-wrapper-inner {
    padding: 0 20px;
    position: relative; }
  .campus-map .map-detail .fsDotsWrapper .slick-arrow {
    width: 17px;
    height: 21px;
    position: absolute;
    top: 50%;
    left: auto;
    right: auto;
    bottom: auto;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer; }
    .campus-map .map-detail .fsDotsWrapper .slick-arrow:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 17px;
      height: 21px;
      color: #b2b2b2;
      font-size: 21.24px;
      line-height: 21px;
      text-align: center;
      font-family: 'campus-map-icons';
      transition: color 0.3s ease; }
    .campus-map .map-detail .fsDotsWrapper .slick-arrow:hover:before {
      color: #7f7f7f; }
    .campus-map .map-detail .fsDotsWrapper .slick-arrow.slick-prev {
      left: 0; }
      .campus-map .map-detail .fsDotsWrapper .slick-arrow.slick-prev:before {
        content: '\f053'; }
    .campus-map .map-detail .fsDotsWrapper .slick-arrow.slick-next {
      right: 0; }
      .campus-map .map-detail .fsDotsWrapper .slick-arrow.slick-next:before {
        content: '\f054'; }

.campus-map .map-detail .slick-dots {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 3;
  font-size: 0;
  line-height: 1;
  list-style: none;
  text-align: center; }
  .campus-map .map-detail .slick-dots li {
    font-size: 0;
    display: inline-block;
    vertical-align: bottom;
    margin: 5px; }
    .campus-map .map-detail .slick-dots li.slick-active button {
      opacity: 1;
      background: #668e3a; }
      .campus-map .map-detail .slick-dots li.slick-active button:hover {
        background: #668e3a; }
    .campus-map .map-detail .slick-dots li button {
      width: 11px;
      height: 11px;
      padding: 0;
      border: 0;
      border-radius: 100%;
      background: #b2b2b2;
      transition: 0.3s background; }
      .campus-map .map-detail .slick-dots li button:hover {
        background: #7f7f7f; }

.campus-map .map-detail .fsSlideImage {
  position: relative;
  background-position: center center;
  background-size: cover; }
  @media screen and (max-width: 799px) {
    .campus-map .map-detail .fsSlideImage {
      background-image: none !important; } }
  .campus-map .map-detail .fsSlideImage img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible; }
    @media (min-width: 800px) {
      .campus-map .map-detail .fsSlideImage img {
        opacity: 0;
        visibility: hidden; } }
  .campus-map .map-detail .fsSlideImage .fsCaptionTitleWrapper {
    display: none;
    padding: 20px;
    background: rgba(0, 0, 0, 0.6); }
    @media (min-width: 800px) {
      .campus-map .map-detail .fsSlideImage .fsCaptionTitleWrapper {
        padding: 20px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6); } }
    .campus-map .map-detail .fsSlideImage .fsCaptionTitleWrapper .fsSlideTitle {
      font-size: 16px;
      color: #ffffff; }
      @media (min-width: 800px) {
        .campus-map .map-detail .fsSlideImage .fsCaptionTitleWrapper .fsSlideTitle {
          color: #ffffff;
          font-size: 16px; } }

.campus-map .map-detail .fsCaptionDescWrapper {
  padding: 5px 20px 20px;
  border-top: 0;
  overflow-y: auto;
  height: 300px;
  color: #1c1c1c;
  font-size: 14px;
  line-height: 22px; }
  @media (min-width: 800px) {
    .campus-map .map-detail .fsCaptionDescWrapper {
      padding: 15px 19px 10px; } }
  .campus-map .map-detail .fsCaptionDescWrapper .fsSlideDescription h3 {
    color: #a30134; }
  .campus-map .map-detail .fsCaptionDescWrapper .fsSlideDescription p:last-child {
    margin-bottom: 0; }

.campus-map .ui-dialog.mapDetail {
  border-radius: 0 !important;
  border: 0 !important;
  opacity: 0;
  transition: opacity 0.15s ease 0.3s, position 0.15s ease, width 0.15s ease !important; }
  .campus-map .ui-dialog.mapDetail.element-loaded {
    opacity: 1; }
  .campus-map .ui-dialog.mapDetail .ui-widget-header {
    height: 0;
    padding: 0; }
    .campus-map .ui-dialog.mapDetail .ui-widget-header .ui-state-focus {
      background: none; }
    .campus-map .ui-dialog.mapDetail .ui-widget-header .ui-icon-closethick {
      display: none !important; }
  .campus-map .ui-dialog.mapDetail .ui-dialog-titlebar-close {
    display: block;
    width: 60px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    top: 40px;
    right: 20px;
    z-index: 400;
    color: #ffffff;
    font-size: 0;
    text-align: right;
    text-indent: 0;
    transition: 0.3s color, 0.3s border; }
    .campus-map .ui-dialog.mapDetail .ui-dialog-titlebar-close:hover {
      cursor: pointer;
      color: rgba(255, 255, 255, 0.75);
      border-color: rgba(255, 255, 255, 0.75); }
    .campus-map .ui-dialog.mapDetail .ui-dialog-titlebar-close:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      font-size: 12px;
      font-family: 'campus-map-icons'; }
  .campus-map .ui-dialog.mapDetail h6 {
    margin-bottom: 7px;
    color: #001c1c;
    font-size: 18px;
    line-height: 24px; }

.campus-map .ui-widget-overlay {
  background: #000000;
  opacity: 0.7; }

.campus-map .map-pop-wrapper {
  padding: 0;
  width: 100% !important; }
  @media (min-width: 800px) {
    .campus-map .map-pop-wrapper {
      max-width: 540px;
      margin: 0;
      transition: all 0.3s ease;
      background: #ffffff; } }

body.campus-map.fsComposeMode .map-points {
  text-align: left;
  position: static; }
  body.campus-map.fsComposeMode .map-points li {
    position: static;
    opacity: 1;
    visibility: visible; }
    body.campus-map.fsComposeMode .map-points li:not(:last-child) {
      margin-bottom: 10px; }

.campus-map-title {
  margin-bottom: 30px; }
  @media (min-width: 800px) {
    .campus-map-title {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 20px;
      position: absolute;
      top: calc(100% - 48.88268%);
      left: 0;
      right: calc(100% - 34.72222%);
      bottom: 0;
      z-index: 500; } }
  @media (min-width: 800px) {
    .campus-map-title > header {
      max-width: 314px; } }
  .campus-map-title > header > .fsElementTitle {
    margin-bottom: 9px;
    color: #00447c;
    font-size: 36px; }
  .campus-map-title > .fsElementContent {
    font-size: 20px;
    line-height: 28px; }
    @media (min-width: 800px) {
      .campus-map-title > .fsElementContent {
        max-width: 314px; } }
    .campus-map-title > .fsElementContent > * {
      margin-top: 0; }

.campus-map-definitions {
  margin-bottom: 30px; }
  @media (min-width: 800px) {
    .campus-map-definitions {
      margin-bottom: 0; } }
  .campus-map-definitions > header > .fsElementTitle {
    margin-bottom: 10px;
    color: #00447c;
    font-size: 28px; }

@media (min-width: 800px) {
  .campus-map-columns .fsStyleColumn-1 {
    width: calc(100% - 370px); } }

@media (min-width: 800px) {
  .campus-map-columns .fsStyleColumn-2 {
    width: 370px; } }

@font-face {
  font-family: 'bpa-font-icons';
  src: url("/uploaded/themes/default/fonts/bpa-icon-library.eot");
  src: url("/uploaded/themes/default/fonts/bpa-icon-library.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default/fonts/bpa-icon-library.woff2") format("woff2"), url("/uploaded/themes/default/fonts/bpa-icon-library.woff") format("woff"), url("/uploaded/themes/default/fonts/bpa-icon-library.ttf") format("truetype"), url("/uploaded/themes/default/fonts/bpa-icon-library.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'icomoon-bpa';
  src: url("/uploaded/themes/default/fonts/icomoon-bpa.eot");
  src: url("/uploaded/themes/default/fonts/icomoon-bpa.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default/fonts/icomoon-bpa.woff2") format("woff2"), url("/uploaded/themes/default/fonts/icomoon-bpa.woff") format("woff"), url("/uploaded/themes/default/fonts/icomoon-bpa.ttf") format("truetype"), url("/uploaded/themes/default/fonts/icomoon-bpa.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.bpa-post-filter-1 {
  margin-bottom: 20px; }

body.fsComposeMode .fsTagFilter.bpa-post-filter-1.tag-dropdown > header h2 {
  display: block; }

body.fsComposeMode .fsTagFilter.bpa-post-filter-1.tag-dropdown > .fsElementContent {
  display: block; }

.fsTagFilter.bpa-post-filter-1 {
  margin-top: 20px; }
  .fsTagFilter.bpa-post-filter-1 > header h2 {
    font-family: "arvo", "merriweather", "Gill Sans", "adobe-caslon-pro", Georgia, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #00447c; }
  .fsTagFilter.bpa-post-filter-1 .tags_trigger {
    display: none; }
  .fsTagFilter.bpa-post-filter-1.tag-dropdown > header h2 {
    display: none; }
  .fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    font-family: "arvo", "merriweather", "Gill Sans", "adobe-caslon-pro", Georgia, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 55px;
    position: relative;
    background-color: #f8f8f8;
    padding-left: 20px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: all .3s;
    margin-bottom: 12px;
    display: block; }
    @media (max-width: 599px) {
      .fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger {
        font-size: 17px;
        line-height: 48px;
        padding-right: 50px; } }
    .fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger:before {
      content: '';
      position: absolute;
      top: 50%;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      width: 35px;
      height: 35px;
      background-color: #ffffff;
      border-radius: 100%;
      right: 20px; }
    .fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger:after {
      content: '\e921';
      font-family: 'bpa-font-icons';
      position: absolute;
      top: 50%;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      right: 32px;
      line-height: 1;
      color: #00447c;
      font-size: 25px; }
    .fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger:hover, .fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger:focus {
      background-color: #a30134;
      color: #ffffff; }
    @media (max-width: 699px) {
      .fsStyleOneThird .fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger {
        font-size: 17px;
        line-height: 48px; } }
  .fsTagFilter.bpa-post-filter-1.tag-dropdown > .fsElementContent {
    display: none; }
  .fsTagFilter.bpa-post-filter-1.tag-dropdown.is-active .tags_trigger:after {
    content: '\e921';
    font-family: 'bpa-font-icons';
    right: 29px; }
  .fsTagFilter.bpa-post-filter-1 .fsToolsList .fsTagLink {
    padding: 13.33333px;
    margin: 0 5px 10px 0;
    background-color: #f8f8f8;
    border-radius: 0;
    color: #1c1c1c;
    border: none;
    font-family: "arvo", "merriweather", "Gill Sans", "adobe-caslon-pro", Georgia, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none; }
    .fsTagFilter.bpa-post-filter-1 .fsToolsList .fsTagLink:focus {
      background-color: #2995a7;
      color: #ffffff; }
    .fsTagFilter.bpa-post-filter-1 .fsToolsList .fsTagLink:hover {
      background: #cccccc;
      color: #000; }
  .fsTagFilter.bpa-post-filter-1 .fsToolsList .fsStateSelected .fsTagLink {
    background-color: #2995a7;
    color: #ffffff; }

body.fsComposeMode .fsCategoryFilter.bpa-post-filter-1.category-dropdown > header h2 {
  display: block; }

body.fsComposeMode .fsCategoryFilter.bpa-post-filter-1.category-dropdown > .fsElementContent {
  display: block; }

.fsCategoryFilter.bpa-post-filter-1 {
  margin-top: 40px; }
  @media (max-width: 599px) {
    .fsCategoryFilter.bpa-post-filter-1 {
      margin-top: 24px; } }
  .fsCategoryFilter.bpa-post-filter-1 > header h2 {
    font-family: "arvo", "merriweather", "Gill Sans", "adobe-caslon-pro", Georgia, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    display: block; }
    @media (max-width: 599px) {
      .fsCategoryFilter.bpa-post-filter-1 > header h2 {
        display: none; } }
  .fsCategoryFilter.bpa-post-filter-1 .category_trigger {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    font-family: "arvo", "merriweather", "Gill Sans", "adobe-caslon-pro", Georgia, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 55px;
    position: relative;
    background-color: #f8f8f8;
    padding-left: 20px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: all .3s;
    margin-bottom: 12px;
    display: block;
    display: none; }
    @media (max-width: 599px) {
      .fsCategoryFilter.bpa-post-filter-1 .category_trigger {
        font-size: 17px;
        line-height: 48px;
        padding-right: 50px; } }
    .fsCategoryFilter.bpa-post-filter-1 .category_trigger:before {
      content: '';
      position: absolute;
      top: 50%;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      width: 35px;
      height: 35px;
      background-color: #ffffff;
      border-radius: 100%;
      right: 20px; }
    .fsCategoryFilter.bpa-post-filter-1 .category_trigger:after {
      content: '\e921';
      font-family: 'bpa-font-icons';
      position: absolute;
      top: 50%;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      right: 32px;
      line-height: 1;
      color: #00447c;
      font-size: 25px; }
    .fsCategoryFilter.bpa-post-filter-1 .category_trigger:hover, .fsCategoryFilter.bpa-post-filter-1 .category_trigger:focus {
      background-color: #a30134;
      color: #ffffff; }
    @media (max-width: 699px) {
      .fsStyleOneThird .fsCategoryFilter.bpa-post-filter-1 .category_trigger {
        font-size: 17px;
        line-height: 48px; } }
    @media (max-width: 599px) {
      .fsCategoryFilter.bpa-post-filter-1 .category_trigger {
        display: block; } }
  .fsCategoryFilter.bpa-post-filter-1 > .fsElementContent {
    width: 100%;
    z-index: 2;
    display: block; }
    @media (max-width: 599px) {
      .fsCategoryFilter.bpa-post-filter-1 > .fsElementContent {
        display: none; } }
  @media (max-width: 599px) {
    .fsCategoryFilter.bpa-post-filter-1.is-active > header .category_trigger:after {
      content: '\e91f';
      font-family: 'bpa-font-icons';
      right: 29px; } }
  .fsCategoryFilter.bpa-post-filter-1.category-dropdown {
    margin: 20px 0; }
    .fsCategoryFilter.bpa-post-filter-1.category-dropdown > header h2 {
      display: none; }
    .fsCategoryFilter.bpa-post-filter-1.category-dropdown .category_trigger {
      display: block; }
    .fsCategoryFilter.bpa-post-filter-1.category-dropdown > .fsElementContent {
      display: none; }
  .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li {
    display: block;
    border-bottom: solid 1px #e5e5e5; }
    .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li:last-child {
      border-bottom: none; }
    .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li:first-child .fsCategoryLink {
      padding-top: 0; }
      .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li:first-child .fsCategoryLink:before {
        top: 7px; }
  .fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsCategoryLink {
    position: relative;
    text-align: left;
    border: none;
    padding: 14px 25px;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    color: #a30134;
    font-family: "arvo", "merriweather", "Gill Sans", "adobe-caslon-pro", Georgia, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none; }
    .fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsCategoryLink:before {
      content: '';
      width: 10px;
      height: 10px;
      position: absolute;
      top: 21px;
      left: 0;
      border: 1px solid #a30134;
      border-radius: 100%;
      background: transparent;
      transition: .3s; }
    .fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsCategoryLink:hover, .fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsCategoryLink:focus {
      color: #00447c; }
  .fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsStateSelected .fsCategoryLink:before {
    background-color: #a30134;
    transition: .3s; }
  .fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsStateSelected .fsCategoryLink:focus {
    color: #1c1c1c; }

body:not(.fsComposeMode) .filter-search-container {
  position: relative;
  margin-top: 40px; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 > header {
      width: 340px; } }
  body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 > header h2 {
    display: none; }
  body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .category_trigger {
    display: block; }
  body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 > .fsElementContent {
    display: none;
    padding-bottom: 10px;
    border-bottom: solid 1px #e5e5e5; }
  body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1.is-active > header .category_trigger:after {
    content: '\e91f';
    font-family: 'bpa-font-icons';
    right: 29px; }
  body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList {
    background: #ffffff;
    margin-bottom: 0; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: hidden; } }
    body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li {
      border-bottom: solid 1px #e5e5e5; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li {
          width: calc(33.33% - 20px);
          margin: 1px 10px -1px 10px; } }
      body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li:first-child .fsCategoryLink {
        padding-top: 9px; }
      @media (max-width: 599px) {
        body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li:last-child {
          border: 0; } }
      body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li .fsCategoryLink {
        padding: 9px 25px 9px 40px; }
        body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList > li .fsCategoryLink:before {
          left: 20px;
          top: 16px; }
  body:not(.fsComposeMode) .filter-search-container .fsSearch.bpa-post-filter-1 {
    margin-bottom: 20px; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .filter-search-container .fsSearch.bpa-post-filter-1 {
        position: absolute;
        top: 0;
        right: 0;
        width: calc(100% - 360px);
        margin-bottom: 0; } }

.fsSearch.bpa-post-filter-1 .fsElementToolsSearch {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
  padding: 15.5px 20px; }
  @media (max-width: 599px) {
    .fsSearch.bpa-post-filter-1 .fsElementToolsSearch {
      padding: 13px 20px; } }

.fsSearch.bpa-post-filter-1 .fsElementToolsKeyword {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 5px; }
  .fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsButtonClear {
    z-index: 1000;
    display: none !important; }
    .fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsButtonClear::before {
      line-height: 16px; }
  .fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsStyleSearchField {
    border: none;
    background: none;
    padding: 0 30px 0 0;
    font-family: "arvo", "merriweather", "Gill Sans", "adobe-caslon-pro", Georgia, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #1c1c1c;
    transition: all ease 0.3s; }
    @media (max-width: 599px) {
      .fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsStyleSearchField {
        font-size: 17px; } }
    .fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsStyleSearchField::-moz-placeholder {
      font-weight: 700;
      transition: all ease 0.3s;
      color: #1c1c1c; }
    .fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsStyleSearchField:-ms-input-placeholder {
      font-weight: 700;
      transition: all ease 0.3s;
      color: #1c1c1c; }
    .fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsStyleSearchField::placeholder {
      font-weight: 700;
      transition: all ease 0.3s;
      color: #1c1c1c; }
  .fsSearch.bpa-post-filter-1 .fsElementToolsKeyword.buttonClearActive .fsStyleSearchField::-moz-placeholder {
    color: transparent; }
  .fsSearch.bpa-post-filter-1 .fsElementToolsKeyword.buttonClearActive .fsStyleSearchField:-ms-input-placeholder {
    color: transparent; }
  .fsSearch.bpa-post-filter-1 .fsElementToolsKeyword.buttonClearActive .fsStyleSearchField::placeholder {
    color: transparent; }
  .fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsButtonClear {
    display: none; }
  .fsSearch.bpa-post-filter-1 .fsElementToolsKeyword.buttonClearActive .fsButtonClear {
    display: block; }

.fsSearch.bpa-post-filter-1 .fsElementToolsSearchButton {
  margin: 0;
  width: 35px;
  color: transparent;
  padding: 0;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: transparent;
  position: relative;
  min-width: 35px; }
  .fsSearch.bpa-post-filter-1 .fsElementToolsSearchButton:before {
    content: '';
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 100%; }
  .fsSearch.bpa-post-filter-1 .fsElementToolsSearchButton:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    text-align: center;
    left: 0;
    line-height: 1;
    color: #a30134;
    font-size: 16px; }

.fsGrid.bpa-post-filter-1 .fsListItems {
  margin-left: -10px;
  margin-right: -10px; }

.fsGrid.bpa-post-filter-1 article {
  position: relative;
  text-align: center;
  margin: 0 0 20px !important;
  padding: 0px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  -ms-flex-line-pack: center;
  align-content: center; }
  @media (max-width: 599px) {
    .fsGrid.bpa-post-filter-1 article {
      width: 100% !important; } }
  .fsGrid.bpa-post-filter-1 article[class*='icon-'] .fsTitle::before {
    opacity: 1 !important;
    visibility: visible !important; }
  @media (min-width: 600px) {
    .fsGrid.bpa-post-filter-1 article {
      width: 100%; } }
  @media (min-width: 800px) {
    .fsGrid.bpa-post-filter-1 article {
      width: 50%; } }
  @media (min-width: 1000px) {
    .fsGrid.bpa-post-filter-1 article {
      width: 33.33%; } }
  .fsGrid.bpa-post-filter-1 article:before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 100%;
    background-color: #f8f8f8; }
  .fsGrid.bpa-post-filter-1 article > div, .fsGrid.bpa-post-filter-1 article > a {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .fsGrid.bpa-post-filter-1 article > .fsTitle {
    position: relative;
    padding-bottom: 16px;
    transition: 0.4s;
    transform: translate3d(0, 33px, 0);
    color: #1c1c1c;
    font-family: "arvo", "merriweather", "Gill Sans", "adobe-caslon-pro", Georgia, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: none; }
    .fsGrid.bpa-post-filter-1 article > .fsTitle a {
      color: #1c1c1c;
      font-family: "arvo", "merriweather", "Gill Sans", "adobe-caslon-pro", Georgia, sans-serif;
      font-size: 16px;
      font-weight: 600;
      line-height: 20px;
      text-transform: none; }
    .fsGrid.bpa-post-filter-1 article > .fsTitle:after {
      content: '';
      position: absolute;
      left: 50%;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      bottom: 0;
      width: 30px;
      height: 3px;
      background-color: #de8d46; }
  .fsGrid.bpa-post-filter-1 article > .fsTitle:before {
    content: '';
    font-family: "bpa-font-icons";
    display: block;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    color: #1c1c1c;
    background-color: #fff;
    margin: 15px auto 10px;
    line-height: 60px;
    font-size: 35px;
    font-weight: normal;
    visibility: hidden;
    opacity: 0; }
  .fsGrid.bpa-post-filter-1 article > .fsThumbnail {
    padding: 0;
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat; }
    .fsGrid.bpa-post-filter-1 article > .fsThumbnail:before {
      content: '';
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
      opacity: 0.6;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all .4s; }
    .fsGrid.bpa-post-filter-1 article > .fsThumbnail img {
      opacity: 0;
      visibility: hidden; }
  .fsGrid.bpa-post-filter-1 article > .fsSummary {
    color: inherit;
    font-family: "arvo", "merriweather", "Gill Sans", "adobe-caslon-pro", Georgia, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0px;
    height: 66px;
    opacity: 0;
    overflow: hidden;
    transition: 0.4s;
    -ms-transform: scale(0.5);
    transform: scale(0.5); }
    .fsGrid.bpa-post-filter-1 article > .fsSummary p {
      margin: 0; }
  .fsGrid.bpa-post-filter-1 article > .fsReadMoreLink {
    position: absolute;
    width: 100%;
    height: 100%;
    color: transparent;
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 1;
    margin-top: 0px; }
    .fsGrid.bpa-post-filter-1 article > .fsReadMoreLink:hover, .fsGrid.bpa-post-filter-1 article > .fsReadMoreLink:focus {
      color: transparent; }
  .fsGrid.bpa-post-filter-1 article:hover > .fsTitle, .fsGrid.bpa-post-filter-1 article:focus > .fsTitle, .fsGrid.bpa-post-filter-1 article.active > .fsTitle {
    transform: translate3d(0, 0, 0);
    transition: 0.4s; }
  .fsGrid.bpa-post-filter-1 article:hover > .fsThumbnail:before, .fsGrid.bpa-post-filter-1 article:focus > .fsThumbnail:before, .fsGrid.bpa-post-filter-1 article.active > .fsThumbnail:before {
    background: linear-gradient(180deg, black 0%, #000000 100%);
    opacity: 0.8;
    transition: all .4s; }
  .fsGrid.bpa-post-filter-1 article:hover > .fsSummary, .fsGrid.bpa-post-filter-1 article:focus > .fsSummary, .fsGrid.bpa-post-filter-1 article.active > .fsSummary {
    opacity: 1;
    transition: 0.4s;
    -ms-transform: scale(1);
    transform: scale(1); }
  .fsGrid.bpa-post-filter-1 article:hover > .fsTitle, .fsGrid.bpa-post-filter-1 article:focus > .fsTitle, .fsGrid.bpa-post-filter-1 article.active > .fsTitle {
    transform: translate3d(0, -35px, 0);
    transition: 0.4s; }
    .fsGrid.bpa-post-filter-1 article:hover > .fsTitle:before, .fsGrid.bpa-post-filter-1 article:focus > .fsTitle:before, .fsGrid.bpa-post-filter-1 article.active > .fsTitle:before {
      -ms-transform: scale(0);
      transform: scale(0);
      opacity: 0;
      transition: 0.4s; }
  .fsGrid.bpa-post-filter-1 article:hover > .fsSummary, .fsGrid.bpa-post-filter-1 article:focus > .fsSummary, .fsGrid.bpa-post-filter-1 article.active > .fsSummary {
    opacity: 1;
    transition: 0.4s;
    transform: translate3d(0, -35px, 0) scale(1); }
  .fsGrid.bpa-post-filter-1 article[class*="fsCategory"] {
    padding: 20px 20px 30px; }
    .fsGrid.bpa-post-filter-1 article[class*="fsCategory"] > .fsTitle {
      transform: translate3d(0, 33px, 0); }
      .fsGrid.bpa-post-filter-1 article[class*="fsCategory"] > .fsTitle:before {
        content: '';
        font-family: "bpa-font-icons";
        display: block;
        border-radius: 100%;
        width: 60px;
        height: 60px;
        color: #1c1c1c;
        background-color: #fff;
        margin: 15px auto 10px;
        line-height: 60px;
        font-size: 35px;
        font-weight: normal;
        visibility: hidden;
        opacity: 0; }
    .fsGrid.bpa-post-filter-1 article[class*="fsCategory"]:hover > .fsTitle, .fsGrid.bpa-post-filter-1 article[class*="fsCategory"]:focus > .fsTitle, .fsGrid.bpa-post-filter-1 article[class*="fsCategory"].active > .fsTitle {
      transform: translate3d(0, -35px, 0);
      transition: 0.4s; }
      .fsGrid.bpa-post-filter-1 article[class*="fsCategory"]:hover > .fsTitle:before, .fsGrid.bpa-post-filter-1 article[class*="fsCategory"]:focus > .fsTitle:before, .fsGrid.bpa-post-filter-1 article[class*="fsCategory"].active > .fsTitle:before {
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        transition: 0.4s; }
    .fsGrid.bpa-post-filter-1 article[class*="fsCategory"]:hover > .fsSummary, .fsGrid.bpa-post-filter-1 article[class*="fsCategory"]:focus > .fsSummary, .fsGrid.bpa-post-filter-1 article[class*="fsCategory"].active > .fsSummary {
      opacity: 1;
      transition: 0.4s;
      transform: translate3d(0, -35px, 0) scale(1); }
  .fsGrid.bpa-post-filter-1 article.has-summary[class*="fsCategory"] {
    padding: 0 20px; }
    .fsGrid.bpa-post-filter-1 article.has-summary[class*="fsCategory"].icon > .fsTitle {
      transform: translate3d(0, 33px, 0); }
    .fsGrid.bpa-post-filter-1 article.has-summary[class*="fsCategory"]:hover > .fsTitle, .fsGrid.bpa-post-filter-1 article.has-summary[class*="fsCategory"]:focus > .fsTitle, .fsGrid.bpa-post-filter-1 article.has-summary[class*="fsCategory"].active > .fsTitle {
      transform: translate3d(0, -35px, 0); }
  .fsGrid.bpa-post-filter-1 article.has-thumbnail > .fsTitle {
    color: #ffffff;
    text-shadow: 1px 1px 1px #000; }
    .fsGrid.bpa-post-filter-1 article.has-thumbnail > .fsTitle:before {
      text-shadow: none; }
    .fsGrid.bpa-post-filter-1 article.has-thumbnail > .fsTitle a {
      color: inherit; }
  .fsGrid.bpa-post-filter-1 article.has-thumbnail > .fsSummary {
    color: #ffffff;
    text-shadow: 1px 1px 1px #000; }

.fsGrid.bpa-post-filter-1.dark article:before {
  background-color: #00447c; }

.fsGrid.bpa-post-filter-1.dark article > .fsTitle {
  color: #ffffff; }
  .fsGrid.bpa-post-filter-1.dark article > .fsTitle a {
    color: inherit; }

.fsGrid.bpa-post-filter-1.dark article > .fsSummary {
  color: #ffffff; }

.fsStyleOneThird .fsGrid.bpa-post-filter-1 article {
  width: 100%; }

.fsGrid.bpa-post-filter-1 article.icon.apple .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.backpack .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.bar-graph .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.baseball .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.book .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.briefcase .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.bullhorn .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.bus .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.calendar .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.camera .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.certificate .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.check .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.chess .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.city .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.college .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.covid .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.cross .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.directory .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.diversity .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.dollar .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.door .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.droplet .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.enroll .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.family .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.faq .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.files .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.football .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.gift .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.giving .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.globe .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.grad .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.group-boys .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.group-coed .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.group-girls .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.group .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.heart .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.info .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.jersey .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.leaf .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.lightbulb .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.link .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.list .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.location .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.lock .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.map .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.medal .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.microscope .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.mobile .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.music .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.paint .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.parent .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.pencil .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.person .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.phone .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.piggy-bank .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.portion .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.question .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.ratio .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.robot .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.school .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.screens .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.settings .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.shoe .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.soccer .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.sports .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.star-of-david .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.star .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.store .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.sun .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.teacher .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.theatre .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.time .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.tree .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.trophy .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.virtual .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon.warning .fsTitle:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  opacity: 1;
  visibility: visible; }

.fsGrid.bpa-post-filter-1 article.icon-math .fsTitle:before {
  content: "\e900";
  font-family: "icomoon-bpa"; }

.fsGrid.bpa-post-filter-1 article.icon-languages .fsTitle:before {
  content: "\e901";
  font-family: "icomoon-bpa"; }

.fsGrid.bpa-post-filter-1 article.icon-laboratory-science .fsTitle:before {
  content: "\e902";
  font-family: "icomoon-bpa"; }

.fsGrid.bpa-post-filter-1 article.icon-history .fsTitle:before {
  content: "\e903";
  font-family: "icomoon-bpa"; }

.fsGrid.bpa-post-filter-1 article.icon-journalism .fsTitle:before {
  content: "\e904";
  font-family: "icomoon-bpa"; }

.fsGrid.bpa-post-filter-1 article.icon-english .fsTitle:before {
  content: "\e905";
  font-family: "icomoon-bpa"; }

.fsGrid.bpa-post-filter-1 article.icon-visual-arts .fsTitle:before {
  content: "\e906";
  font-family: "icomoon-bpa"; }

.fsGrid.bpa-post-filter-1 article.icon-computer-science .fsTitle:before {
  content: "\e907";
  font-family: "icomoon-bpa"; }

.fsGrid.bpa-post-filter-1 article.icon-religion-theology .fsTitle:before {
  content: "\e908";
  font-family: "icomoon-bpa"; }

.fsGrid.bpa-post-filter-1 article.icon-performing-arts .fsTitle:before {
  content: "\e909";
  font-family: "icomoon-bpa"; }

.icons-classes li.icon-apple:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-backpack:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-bar-graph:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-baseball:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-book:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-briefcase:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-bullhorn:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-bus:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-calendar:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-camera:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-certificate:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-check:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-chess:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-city:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-college:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-covid:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-cross:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-directory:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-diversity:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-dollar:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-door:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-droplet:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-enroll:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-family:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-faq:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-files:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-football:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-gift:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-giving:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-globe:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-grad:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-group-boys:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-group-coed:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-group-girls:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-group:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-heart:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-info:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-jersey:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-leaf:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-lightbulb:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-link:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-list:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-location:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-lock:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-map:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-medal:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-microscope:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-mobile:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-music:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-paint:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-parent:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-pencil:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-person:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-phone:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-piggy-bank:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-portion:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-question:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-ratio:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-robot:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-school:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-screens:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-settings:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-shoe:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-soccer:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-sports:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-star-of-david:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-star:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-store:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-sun:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-teacher:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-theatre:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-time:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-tree:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-trophy:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-virtual:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes li.icon-warning:before {
  content: "";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none; }

.icons-classes ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.icons-classes li {
  position: relative;
  width: auto;
  padding: 20px 20px 20px 70px;
  margin-bottom: 10px; }
  .icons-classes li:before {
    font-size: 50px;
    line-height: 1;
    color: #2995a7;
    position: absolute;
    left: 0;
    top: 0; }

.icon-apple > .fsTitle:before {
  content: "" !important; }

.icon-backpack > .fsTitle:before {
  content: "" !important; }

.icon-bar-graph > .fsTitle:before {
  content: "" !important; }

.icon-baseball > .fsTitle:before {
  content: "" !important; }

.icon-book > .fsTitle:before {
  content: "" !important; }

.icon-briefcase > .fsTitle:before {
  content: "" !important; }

.icon-bullhorn > .fsTitle:before {
  content: "" !important; }

.icon-bus > .fsTitle:before {
  content: "" !important; }

.icon-calendar > .fsTitle:before {
  content: "" !important; }

.icon-camera > .fsTitle:before {
  content: "" !important; }

.icon-certificate > .fsTitle:before {
  content: "" !important; }

.icon-check > .fsTitle:before {
  content: "" !important; }

.icon-chess > .fsTitle:before {
  content: "" !important; }

.icon-city > .fsTitle:before {
  content: "" !important; }

.icon-college > .fsTitle:before {
  content: "" !important; }

.icon-covid > .fsTitle:before {
  content: "" !important; }

.icon-cross > .fsTitle:before {
  content: "" !important; }

.icon-directory > .fsTitle:before {
  content: "" !important; }

.icon-diversity > .fsTitle:before {
  content: "" !important; }

.icon-dollar > .fsTitle:before {
  content: "" !important; }

.icon-door > .fsTitle:before {
  content: "" !important; }

.icon-droplet > .fsTitle:before {
  content: "" !important; }

.icon-enroll > .fsTitle:before {
  content: "" !important; }

.icon-family > .fsTitle:before {
  content: "" !important; }

.icon-faq > .fsTitle:before {
  content: "" !important; }

.icon-files > .fsTitle:before {
  content: "" !important; }

.icon-football > .fsTitle:before {
  content: "" !important; }

.icon-gift > .fsTitle:before {
  content: "" !important; }

.icon-giving > .fsTitle:before {
  content: "" !important; }

.icon-globe > .fsTitle:before {
  content: "" !important; }

.icon-grad > .fsTitle:before {
  content: "" !important; }

.icon-group-boys > .fsTitle:before {
  content: "" !important; }

.icon-group-coed > .fsTitle:before {
  content: "" !important; }

.icon-group-girls > .fsTitle:before {
  content: "" !important; }

.icon-group > .fsTitle:before {
  content: "" !important; }

.icon-heart > .fsTitle:before {
  content: "" !important; }

.icon-info > .fsTitle:before {
  content: "" !important; }

.icon-jersey > .fsTitle:before {
  content: "" !important; }

.icon-leaf > .fsTitle:before {
  content: "" !important; }

.icon-lightbulb > .fsTitle:before {
  content: "" !important; }

.icon-link > .fsTitle:before {
  content: "" !important; }

.icon-list > .fsTitle:before {
  content: "" !important; }

.icon-location > .fsTitle:before {
  content: "" !important; }

.icon-lock > .fsTitle:before {
  content: "" !important; }

.icon-map > .fsTitle:before {
  content: "" !important; }

.icon-medal > .fsTitle:before {
  content: "" !important; }

.icon-microscope > .fsTitle:before {
  content: "" !important; }

.icon-mobile > .fsTitle:before {
  content: "" !important; }

.icon-music > .fsTitle:before {
  content: "" !important; }

.icon-paint > .fsTitle:before {
  content: "" !important; }

.icon-parent > .fsTitle:before {
  content: "" !important; }

.icon-pencil > .fsTitle:before {
  content: "" !important; }

.icon-person > .fsTitle:before {
  content: "" !important; }

.icon-phone > .fsTitle:before {
  content: "" !important; }

.icon-piggy-bank > .fsTitle:before {
  content: "" !important; }

.icon-portion > .fsTitle:before {
  content: "" !important; }

.icon-question > .fsTitle:before {
  content: "" !important; }

.icon-ratio > .fsTitle:before {
  content: "" !important; }

.icon-robot > .fsTitle:before {
  content: "" !important; }

.icon-school > .fsTitle:before {
  content: "" !important; }

.icon-screens > .fsTitle:before {
  content: "" !important; }

.icon-settings > .fsTitle:before {
  content: "" !important; }

.icon-shoe > .fsTitle:before {
  content: "" !important; }

.icon-soccer > .fsTitle:before {
  content: "" !important; }

.icon-sports > .fsTitle:before {
  content: "" !important; }

.icon-star-of-david > .fsTitle:before {
  content: "" !important; }

.icon-star > .fsTitle:before {
  content: "" !important; }

.icon-store > .fsTitle:before {
  content: "" !important; }

.icon-sun > .fsTitle:before {
  content: "" !important; }

.icon-teacher > .fsTitle:before {
  content: "" !important; }

.icon-theatre > .fsTitle:before {
  content: "" !important; }

.icon-time > .fsTitle:before {
  content: "" !important; }

.icon-tree > .fsTitle:before {
  content: "" !important; }

.icon-trophy > .fsTitle:before {
  content: "" !important; }

.icon-virtual > .fsTitle:before {
  content: "" !important; }

.icon-warning > .fsTitle:before {
  content: "" !important; }

body.fsDialogOpen .bpa-post-filter-1 article {
  pointer-events: none; }

body.fsDialogOpen .fsDialog .fsTitle::before {
  display: none; }

@media (max-width: 599px) {
  html.touch:not(.no-touch) .fsGrid.bpa-post-filter-1 article.has-summary[class*="fsCategory"]:hover > .fsTitle {
    transform: translate3d(0, 33px, 0); }
  html.touch:not(.no-touch) .fsGrid.bpa-post-filter-1 article[class*="fsCategory"]:hover > .fsSummary {
    opacity: 0;
    -ms-transform: scale(0.5);
    transform: scale(0.5); }
  html.touch:not(.no-touch) .fsGrid.bpa-post-filter-1 article[class*="fsCategory"]:hover > .fsTitle:before {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.icon-apple > .fsTitle:before {
  content: "" !important; }

.icon-backpack > .fsTitle:before {
  content: "" !important; }

.icon-bar-graph > .fsTitle:before {
  content: "" !important; }

.icon-baseball > .fsTitle:before {
  content: "" !important; }

.icon-book > .fsTitle:before {
  content: "" !important; }

.icon-briefcase > .fsTitle:before {
  content: "" !important; }

.icon-bullhorn > .fsTitle:before {
  content: "" !important; }

.icon-bus > .fsTitle:before {
  content: "" !important; }

.icon-calendar > .fsTitle:before {
  content: "" !important; }

.icon-camera > .fsTitle:before {
  content: "" !important; }

.icon-certificate > .fsTitle:before {
  content: "" !important; }

.icon-check > .fsTitle:before {
  content: "" !important; }

.icon-chess > .fsTitle:before {
  content: "" !important; }

.icon-city > .fsTitle:before {
  content: "" !important; }

.icon-college > .fsTitle:before {
  content: "" !important; }

.icon-covid > .fsTitle:before {
  content: "" !important; }

.icon-cross > .fsTitle:before {
  content: "" !important; }

.icon-directory > .fsTitle:before {
  content: "" !important; }

.icon-diversity > .fsTitle:before {
  content: "" !important; }

.icon-dollar > .fsTitle:before {
  content: "" !important; }

.icon-door > .fsTitle:before {
  content: "" !important; }

.icon-droplet > .fsTitle:before {
  content: "" !important; }

.icon-enroll > .fsTitle:before {
  content: "" !important; }

.icon-family > .fsTitle:before {
  content: "" !important; }

.icon-faq > .fsTitle:before {
  content: "" !important; }

.icon-files > .fsTitle:before {
  content: "" !important; }

.icon-football > .fsTitle:before {
  content: "" !important; }

.icon-gift > .fsTitle:before {
  content: "" !important; }

.icon-giving > .fsTitle:before {
  content: "" !important; }

.icon-globe > .fsTitle:before {
  content: "" !important; }

.icon-grad > .fsTitle:before {
  content: "" !important; }

.icon-group-boys > .fsTitle:before {
  content: "" !important; }

.icon-group-coed > .fsTitle:before {
  content: "" !important; }

.icon-group-girls > .fsTitle:before {
  content: "" !important; }

.icon-group > .fsTitle:before {
  content: "" !important; }

.icon-heart > .fsTitle:before {
  content: "" !important; }

.icon-info > .fsTitle:before {
  content: "" !important; }

.icon-jersey > .fsTitle:before {
  content: "" !important; }

.icon-leaf > .fsTitle:before {
  content: "" !important; }

.icon-lightbulb > .fsTitle:before {
  content: "" !important; }

.icon-link > .fsTitle:before {
  content: "" !important; }

.icon-list > .fsTitle:before {
  content: "" !important; }

.icon-location > .fsTitle:before {
  content: "" !important; }

.icon-lock > .fsTitle:before {
  content: "" !important; }

.icon-map > .fsTitle:before {
  content: "" !important; }

.icon-medal > .fsTitle:before {
  content: "" !important; }

.icon-microscope > .fsTitle:before {
  content: "" !important; }

.icon-mobile > .fsTitle:before {
  content: "" !important; }

.icon-music > .fsTitle:before {
  content: "" !important; }

.icon-paint > .fsTitle:before {
  content: "" !important; }

.icon-parent > .fsTitle:before {
  content: "" !important; }

.icon-pencil > .fsTitle:before {
  content: "" !important; }

.icon-person > .fsTitle:before {
  content: "" !important; }

.icon-phone > .fsTitle:before {
  content: "" !important; }

.icon-piggy-bank > .fsTitle:before {
  content: "" !important; }

.icon-portion > .fsTitle:before {
  content: "" !important; }

.icon-question > .fsTitle:before {
  content: "" !important; }

.icon-ratio > .fsTitle:before {
  content: "" !important; }

.icon-robot > .fsTitle:before {
  content: "" !important; }

.icon-school > .fsTitle:before {
  content: "" !important; }

.icon-screens > .fsTitle:before {
  content: "" !important; }

.icon-settings > .fsTitle:before {
  content: "" !important; }

.icon-shoe > .fsTitle:before {
  content: "" !important; }

.icon-soccer > .fsTitle:before {
  content: "" !important; }

.icon-sports > .fsTitle:before {
  content: "" !important; }

.icon-star-of-david > .fsTitle:before {
  content: "" !important; }

.icon-star > .fsTitle:before {
  content: "" !important; }

.icon-store > .fsTitle:before {
  content: "" !important; }

.icon-sun > .fsTitle:before {
  content: "" !important; }

.icon-teacher > .fsTitle:before {
  content: "" !important; }

.icon-theatre > .fsTitle:before {
  content: "" !important; }

.icon-time > .fsTitle:before {
  content: "" !important; }

.icon-tree > .fsTitle:before {
  content: "" !important; }

.icon-trophy > .fsTitle:before {
  content: "" !important; }

.icon-virtual > .fsTitle:before {
  content: "" !important; }

.icon-warning > .fsTitle:before {
  content: "" !important; }

/*! pages - home v0.0.1 */
@media screen and (max-width: 800px) {
  .home .fsContainer.custom-calendar-section .fsTabs > header {
    bottom: 35px; } }

.home #fsHeader .main-slideshow {
  max-width: calc(100% + 40px);
  padding: 0;
  margin: 0 -20px; }
  .home #fsHeader .main-slideshow .slick-list .slick-slide article {
    padding-bottom: calc(62.5% - 25px); }
    @media (min-width: 800px) {
      .home #fsHeader .main-slideshow .slick-list .slick-slide article {
        padding-bottom: 0; } }
  .home #fsHeader .main-slideshow .slick-list .slick-slide img {
    width: 100%;
    vertical-align: bottom;
    opacity: 0;
    visibility: hidden;
    min-height: 230px;
    display: none; }
    @media (min-width: 800px) {
      .home #fsHeader .main-slideshow .slick-list .slick-slide img {
        display: block; } }
  @media (min-width: 600px) {
    .home #fsHeader .main-slideshow .slick-list .slick-slide:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 60%;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent); } }
  .home #fsHeader .main-slideshow .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 47%; }
    @media (min-width: 600px) {
      .home #fsHeader .main-slideshow .slick-dots {
        top: auto;
        bottom: 20px; } }
    .home #fsHeader .main-slideshow .slick-dots li {
      display: inline-block;
      margin-right: 10px; }
      .home #fsHeader .main-slideshow .slick-dots li:last-child {
        margin-right: 0; }
      .home #fsHeader .main-slideshow .slick-dots li.slick-active button {
        background: #eada54; }
      .home #fsHeader .main-slideshow .slick-dots li button {
        -moz-appearance: none;
        appearance: none;
        padding: 0;
        border: 0;
        background: #FFF;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        font-size: 0; }
  .home #fsHeader .main-slideshow .caption-wrapper, .home #fsHeader .main-slideshow figcaption {
    position: static;
    margin-top: 20px;
    z-index: 1; }
    @media (min-width: 600px) {
      .home #fsHeader .main-slideshow .caption-wrapper, .home #fsHeader .main-slideshow figcaption {
        position: absolute; } }
    .home #fsHeader .main-slideshow .caption-wrapper .caption-title, .home #fsHeader .main-slideshow .caption-wrapper .fsTitle, .home #fsHeader .main-slideshow figcaption .caption-title, .home #fsHeader .main-slideshow figcaption .fsTitle {
      display: none; }
      @media screen and (min-width: 600px) {
        .home #fsHeader .main-slideshow .caption-wrapper .caption-title, .home #fsHeader .main-slideshow .caption-wrapper .fsTitle, .home #fsHeader .main-slideshow figcaption .caption-title, .home #fsHeader .main-slideshow figcaption .fsTitle {
          display: block;
          letter-spacing: 1px;
          margin-bottom: 10px;
          color: #eada54;
          font-family: "Figtree", sans-serif;
          font-weight: bold; } }
    .home #fsHeader .main-slideshow .caption-wrapper .caption-desc, .home #fsHeader .main-slideshow .caption-wrapper .fsTitle + p, .home #fsHeader .main-slideshow figcaption .caption-desc, .home #fsHeader .main-slideshow figcaption .fsTitle + p {
      display: block;
      font-family: "arvo", "merriweather", "Gill Sans", "adobe-caslon-pro", Georgia, sans-serif;
      margin-bottom: 20px; }
      .home #fsHeader .main-slideshow .caption-wrapper .caption-desc p, .home #fsHeader .main-slideshow .caption-wrapper .fsTitle + p p, .home #fsHeader .main-slideshow figcaption .caption-desc p, .home #fsHeader .main-slideshow figcaption .fsTitle + p p {
        font-size: 1.5rem;
        display: none; }
        @media screen and (min-width: 600px) {
          .home #fsHeader .main-slideshow .caption-wrapper .caption-desc p, .home #fsHeader .main-slideshow .caption-wrapper .fsTitle + p p, .home #fsHeader .main-slideshow figcaption .caption-desc p, .home #fsHeader .main-slideshow figcaption .fsTitle + p p {
            display: block; } }
      .home #fsHeader .main-slideshow .caption-wrapper .caption-desc a:hover, .home #fsHeader .main-slideshow .caption-wrapper .fsTitle + p a:hover, .home #fsHeader .main-slideshow figcaption .caption-desc a:hover, .home #fsHeader .main-slideshow figcaption .fsTitle + p a:hover {
        text-decoration: none; }
    .home #fsHeader .main-slideshow .caption-wrapper .fsTitle + p, .home #fsHeader .main-slideshow figcaption .fsTitle + p {
      font-size: 1.5rem;
      display: none;
      color: #fff;
      line-height: 1; }
      @media screen and (min-width: 600px) {
        .home #fsHeader .main-slideshow .caption-wrapper .fsTitle + p, .home #fsHeader .main-slideshow figcaption .fsTitle + p {
          display: block; } }
  .home #fsHeader .main-slideshow figcaption {
    margin-top: 0; }
    .home #fsHeader .main-slideshow figcaption p {
      margin-bottom: 0;
      margin-top: 0; }
      .home #fsHeader .main-slideshow figcaption p a:first-child {
        margin-right: 8px; }
  .home #fsHeader .main-slideshow .fsListItems article {
    padding-bottom: calc(62.5% - 25px); }
    @media (min-width: 800px) {
      .home #fsHeader .main-slideshow .fsListItems article {
        padding-bottom: 0; } }
  .home #fsHeader .main-slideshow .fsListItems img {
    width: 100%;
    vertical-align: bottom;
    opacity: 0;
    visibility: hidden;
    min-height: 230px;
    display: none; }
    @media (min-width: 800px) {
      .home #fsHeader .main-slideshow .fsListItems img {
        display: block; } }
  @media (min-width: 600px) {
    .home #fsHeader .main-slideshow .fsListItems:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 60%;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
      z-index: 1; } }

.home #fsPageBodyWrapper {
  padding: 0 20px; }
  .home #fsPageBodyWrapper #fsPageBody {
    max-width: 100%; }
    .home #fsPageBodyWrapper #fsPageBody #fsPageContent {
      margin-bottom: 0; }
      .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv {
        margin-bottom: 0; }
        .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer {
          padding: 20px 20px 10px;
          margin: 0 -20px; }
          @media (min-width: 600px) {
            .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer {
              padding-bottom: 20px; } }
          .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer > .fsElementContent, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer > .fsElementContent {
            position: relative;
            margin: 0 auto;
            max-width: 73.75em;
            max-width: 73.75rem; }
          .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.blue-gradient, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.blue-gradient {
            padding: 20px 40px 10px; }
            @media (min-width: 600px) {
              .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.blue-gradient, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.blue-gradient {
                padding-bottom: 20px; } }
          .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.special-homepage-video-section, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.special-homepage-video-section {
            padding: 40px 20px 30px; }
            .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.special-homepage-video-section .fsDiv, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.special-homepage-video-section .fsDiv {
              display: none; }
              .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.special-homepage-video-section .fsDiv:first-child, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.special-homepage-video-section .fsDiv:first-child {
                display: block; }
              @media screen and (min-width: 600px) {
                .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.special-homepage-video-section .fsDiv, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.special-homepage-video-section .fsDiv {
                  width: 49%;
                  float: left; }
                  .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.special-homepage-video-section .fsDiv:nth-child(2), .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.special-homepage-video-section .fsDiv:nth-child(2) {
                    display: block;
                    float: right; } }
              @media screen and (min-width: 800px) {
                .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.special-homepage-video-section .fsDiv, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.special-homepage-video-section .fsDiv {
                  width: 33.33%;
                  display: block; }
                  .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.special-homepage-video-section .fsDiv:nth-child(2), .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.special-homepage-video-section .fsDiv:nth-child(2) {
                    float: left; } }
            .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.special-homepage-video-section .fsMedia.fsPlayer .fsMediaView img, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.special-homepage-video-section .fsMedia.fsPlayer .fsMediaView img {
              transition: 0.3s transform; }
            .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.special-homepage-video-section .fsMedia.fsPlayer:hover .fsMediaView img, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.special-homepage-video-section .fsMedia.fsPlayer:hover .fsMediaView img {
              -ms-transform: scale(1.2);
              transform: scale(1.2); }
            .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.special-homepage-video-section .fsMedia.fsPlayer .fsMediaTitle, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.special-homepage-video-section .fsMedia.fsPlayer .fsMediaTitle {
              font-family: "arvo", "merriweather", "Gill Sans", "adobe-caslon-pro", Georgia, sans-serif;
              font-size: 1.25rem;
              padding-left: 0;
              padding-right: 0; }
            .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.special-homepage-video-section .fsMedia.fsPlayer .fsMediaPlayOverlay:before, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.special-homepage-video-section .fsMedia.fsPlayer .fsMediaPlayOverlay:before {
              box-shadow: inset 0 0 20px 25px white;
              box-shadow: none; }
            .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.special-homepage-video-section .fsMedia.fsPlayer .fsMediaPlayOverlay:after, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.special-homepage-video-section .fsMedia.fsPlayer .fsMediaPlayOverlay:after {
              border-left: 30px solid white;
              border-bottom: 17px solid transparent;
              border-top: 17px solid transparent; }
          .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.parallax-section, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.parallax-section {
            padding: 0;
            background: url("/uploaded/themes/default/images/parallax-background.png");
            background-size: cover;
            overflow: hidden;
            height: 400px;
            display: none; }
            @media screen and (min-width: 600px) {
              .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.parallax-section, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.parallax-section {
                display: block; } }
            .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.parallax-section header, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.parallax-section header {
              padding-top: 50px;
              position: relative;
              z-index: 500;
              text-align: center; }
              .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.parallax-section header h5, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.parallax-section header h5 {
                margin-bottom: 20px; }
            .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.parallax-section > .fsElementContent, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.parallax-section > .fsElementContent {
              position: relative;
              height: 100%;
              max-width: 100%; }
              .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.parallax-section > .fsElementContent > .fsElement.fsContent, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.parallax-section > .fsElementContent > .fsElement.fsContent {
                height: 100%; }
                .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.parallax-section > .fsElementContent > .fsElement.fsContent .fsElementContent, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.parallax-section > .fsElementContent > .fsElement.fsContent .fsElementContent {
                  height: 100%;
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 100%; }
                  .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.parallax-section > .fsElementContent > .fsElement.fsContent .fsElementContent .mouse-bg, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.parallax-section > .fsElementContent > .fsElement.fsContent .fsElementContent .mouse-bg {
                    left: -5%;
                    right: 5%;
                    bottom: 0 !important;
                    top: 0 !important;
                    position: absolute;
                    z-index: 1 !important;
                    background-size: contain !important;
                    background-position: bottom left !important;
                    width: 100%; }
                  .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.parallax-section > .fsElementContent > .fsElement.fsContent .fsElementContent div.parallax-1, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.parallax-section > .fsElementContent > .fsElement.fsContent .fsElementContent div.parallax-1 {
                    background: url("/uploaded/themes/default/images/parallax-1.png") no-repeat; }
                  .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.parallax-section > .fsElementContent > .fsElement.fsContent .fsElementContent div.parallax-2, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.parallax-section > .fsElementContent > .fsElement.fsContent .fsElementContent div.parallax-2 {
                    background: url("/uploaded/themes/default/images/parallax-2.png") no-repeat; }
                  .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.parallax-section > .fsElementContent > .fsElement.fsContent .fsElementContent div.parallax-3, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.parallax-section > .fsElementContent > .fsElement.fsContent .fsElementContent div.parallax-3 {
                    background: url("/uploaded/themes/default/images/parallax-3.png") no-repeat; }
                  .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.parallax-section > .fsElementContent > .fsElement.fsContent .fsElementContent div.parallax-4a, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.parallax-section > .fsElementContent > .fsElement.fsContent .fsElementContent div.parallax-4a {
                    background: url("/uploaded/themes/default/images/parallax-4a.png") no-repeat; }
                  .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.parallax-section > .fsElementContent > .fsElement.fsContent .fsElementContent div.parallax-4b, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.parallax-section > .fsElementContent > .fsElement.fsContent .fsElementContent div.parallax-4b {
                    background: url("/uploaded/themes/default/images/parallax-4b.png") no-repeat;
                    z-index: 2 !important; }
                  .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.parallax-section > .fsElementContent > .fsElement.fsContent .fsElementContent div.parallax-5, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.parallax-section > .fsElementContent > .fsElement.fsContent .fsElementContent div.parallax-5 {
                    background: url("/uploaded/themes/default/images/parallax-5.png") no-repeat; }
                  .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.parallax-section > .fsElementContent > .fsElement.fsContent .fsElementContent div.parallax-6, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.parallax-section > .fsElementContent > .fsElement.fsContent .fsElementContent div.parallax-6 {
                    background: url("/uploaded/themes/default/images/parallax-6.png") no-repeat; }
                  .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.parallax-section > .fsElementContent > .fsElement.fsContent .fsElementContent div.parallax-7, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.parallax-section > .fsElementContent > .fsElement.fsContent .fsElementContent div.parallax-7 {
                    background: url("/uploaded/themes/default/images/parallax-7.png") no-repeat;
                    bottom: 0 !important;
                    top: 0 !important;
                    position: absolute;
                    z-index: 1 !important;
                    background-size: contain !important;
                    background-position: bottom left !important;
                    width: 100%;
                    left: -5%;
                    right: 5%; }
                  .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.parallax-section > .fsElementContent > .fsElement.fsContent .fsElementContent div.parallax-8, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.parallax-section > .fsElementContent > .fsElement.fsContent .fsElementContent div.parallax-8 {
                    background: url("/uploaded/themes/default/images/parallax-8.png") no-repeat;
                    bottom: 0 !important;
                    top: 0 !important;
                    position: absolute;
                    z-index: 1 !important;
                    background-size: contain !important;
                    background-position: bottom left !important;
                    width: 100%;
                    left: -5%;
                    right: 5%; }
          .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.gray, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.grey, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.gray, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.grey {
            background: #e5e5e5; }
          .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.infographic-stats, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.infographic-stats {
            background: url("/uploaded/themes/default/images/pattern-green.png");
            padding: 17px 20px 17px; }
            @media (min-width: 600px) {
              .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.infographic-stats, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.infographic-stats {
                padding: 45px 20px 20px;
                min-height: 280px; } }
            @media (min-width: 800px) {
              .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.infographic-stats, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.infographic-stats {
                padding: 17px 20px 17px;
                min-height: 275px; } }
            .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.infographic-stats > .fsElementContent, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.infographic-stats > .fsElementContent {
              margin-bottom: 20px;
              max-width: 100%;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
              @media (min-width: 600px) {
                .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.infographic-stats > .fsElementContent, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.infographic-stats > .fsElementContent {
                  -ms-flex-flow: row nowrap;
                  flex-flow: row nowrap;
                  -ms-flex-pack: center;
                  justify-content: center; } }
              @media (min-width: 1000px) {
                .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.infographic-stats > .fsElementContent, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.infographic-stats > .fsElementContent {
                  -ms-flex-flow: row nowrap;
                  flex-flow: row nowrap;
                  -ms-flex-pack: justify;
                  justify-content: space-between; } }
              .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.infographic-stats > .fsElementContent .stat, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.infographic-stats > .fsElementContent .stat {
                max-width: 50%;
                -ms-flex: 0 1 50%;
                flex: 0 1 50%;
                font-family: "Figtree", sans-serif;
                font-weight: lighter;
                font-size: 1rem;
                color: #FFF;
                text-align: center;
                padding: 0 10px; }
                .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.infographic-stats > .fsElementContent .stat:nth-child(1), .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.infographic-stats > .fsElementContent .stat:nth-child(2), .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.infographic-stats > .fsElementContent .stat:nth-child(1), .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.infographic-stats > .fsElementContent .stat:nth-child(2) {
                  margin-bottom: 10px; }
                @media (min-width: 600px) {
                  .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.infographic-stats > .fsElementContent .stat, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.infographic-stats > .fsElementContent .stat {
                    font-size: 0.9375rem; }
                    .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.infographic-stats > .fsElementContent .stat:nth-child(1), .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.infographic-stats > .fsElementContent .stat:nth-child(2), .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.infographic-stats > .fsElementContent .stat:nth-child(1), .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.infographic-stats > .fsElementContent .stat:nth-child(2) {
                      margin-bottom: 0px; } }
                @media (min-width: 800px) {
                  .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.infographic-stats > .fsElementContent .stat, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.infographic-stats > .fsElementContent .stat {
                    font-size: 1.25rem; } }
                .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.infographic-stats > .fsElementContent .stat p:last-child, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.infographic-stats > .fsElementContent .stat p:last-child {
                  margin: 0; }
            .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.infographic-stats header, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.infographic-stats header {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-direction: column;
              flex-direction: column;
              margin-bottom: 15px; }
              .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.infographic-stats header .fsElementTitle, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.infographic-stats header .fsElementTitle {
                -ms-flex-order: 2;
                order: 2;
                margin: 0;
                font-size: 1.375rem;
                line-height: 1.625rem;
                font-family: "Figtree", sans-serif;
                text-transform: uppercase;
                color: #FFF;
                text-align: center;
                position: relative;
                padding-bottom: 10px; }
                @media (min-width: 400px) {
                  .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.infographic-stats header .fsElementTitle, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.infographic-stats header .fsElementTitle {
                    font-size: 1.5rem;
                    line-height: 1.75rem;
                    white-space: nowrap; } }
                @media (min-width: 600px) {
                  .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.infographic-stats header .fsElementTitle, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.infographic-stats header .fsElementTitle {
                    font-size: 1.25rem;
                    line-height: 1.5rem; } }
                @media (min-width: 800px) {
                  .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.infographic-stats header .fsElementTitle, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.infographic-stats header .fsElementTitle {
                    font-size: 1.625rem;
                    line-height: 1.875rem; } }
                @media (min-width: 980px) {
                  .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.infographic-stats header .fsElementTitle, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.infographic-stats header .fsElementTitle {
                    font-size: 1.875rem;
                    line-height: 2.125rem; } }
                .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.infographic-stats header .fsElementTitle:after, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.infographic-stats header .fsElementTitle:after {
                  content: '';
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  right: 0;
                  width: 111px;
                  height: 4px;
                  margin: auto;
                  background: url("/uploaded/themes/default/images/line.png") no-repeat; }
              .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.infographic-stats header .fsElementHeaderContent, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.infographic-stats header .fsElementHeaderContent {
                margin-bottom: 10px;
                -ms-flex-order: 1;
                order: 1; }
                .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.infographic-stats header .fsElementHeaderContent img, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.infographic-stats header .fsElementHeaderContent img {
                  vertical-align: bottom;
                  max-width: 100px; }
                  @media (min-width: 600px) {
                    .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.infographic-stats header .fsElementHeaderContent img, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.infographic-stats header .fsElementHeaderContent img {
                      max-width: 90px; } }
                  @media (min-width: 800px) {
                    .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.infographic-stats header .fsElementHeaderContent img, .home #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.infographic-stats header .fsElementHeaderContent img {
                      max-width: 120px; } }

.landing #fsPageBodyWrapper {
  padding: 0; }
  .landing #fsPageBodyWrapper #fsPageBody {
    max-width: 100%; }
    .landing #fsPageBodyWrapper #fsPageBody #fsPageContent {
      padding-top: 1px;
      margin-bottom: 0;
      font-size: 1em;
      line-height: 1.3; }
      @media screen and (min-width: 800px) {
        .landing #fsPageBodyWrapper #fsPageBody #fsPageContent {
          line-height: 1.375; } }
      .landing #fsPageBodyWrapper #fsPageBody #fsPageContent .fsPageLayout {
        margin: 0 !important; }
        .landing #fsPageBodyWrapper #fsPageBody #fsPageContent .fsPageLayout > .fsDiv {
          padding: 0 !important; }
      .landing #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv {
        margin-bottom: 0px; }
        .landing #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv:not(:last-child) {
          margin-bottom: 20px; }
        @media (min-width: 800px) {
          .landing #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv:not(:last-child) {
            margin-bottom: 0px; } }
        @media (min-width: 800px) {
          .landing #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv {
            padding: 0 20px; } }
        .landing #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv p:last-child {
          margin-bottom: 0; }
        @media (min-width: 800px) {
          .landing #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsSharedContainer.flip .fsTwoColumnLayout > .fsDiv {
            float: right; } }
        .landing #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer {
          padding: 20px;
          margin: 0 -20px; }
          @media (min-width: 800px) {
            .landing #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer {
              padding: 50px 40px; } }
          .landing #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer a:not(.fs_style_30):not(.fsNewsPostLink) {
            font-weight: bold; }
          .landing #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.gray, .landing #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.grey {
            background: #dddddd; }
          @media (min-width: 800px) {
            .landing #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.flip .fsTwoColumnLayout .fsDiv {
              float: right; } }
          .landing #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.teal-gradient {
            background: url("/uploaded/themes/default/images/landing-page-teal-gradient.png");
            background-size: cover; }
            .landing #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.teal-gradient > .fsElementContent {
              max-width: 820px; }
            .landing #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.teal-gradient * {
              color: #FFF;
              font-family: "Figtree", sans-serif; }
            .landing #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer.teal-gradient h5 {
              color: #eada54;
              font-family: "arvo", "merriweather", "Gill Sans", "adobe-caslon-pro", Georgia, sans-serif; }
          .landing #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer > .fsElementContent {
            position: relative;
            margin: 0 auto;
            max-width: 73.75em;
            max-width: 73.75rem; }
            .landing #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer > .fsElementContent .small-thumbnail {
              margin-bottom: 30px;
              overflow: hidden; }
              .landing #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer > .fsElementContent .small-thumbnail img {
                width: auto;
                margin: 0 40px 0 0;
                float: left; }
            .landing #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer > .fsElementContent img {
              vertical-align: bottom;
              height: auto;
              width: 100%;
              display: block; }
            .landing #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer > .fsElementContent .fsMedia.fsPlayer {
              margin-bottom: 20px; }
              .landing #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer > .fsElementContent .fsMedia.fsPlayer .fsMediaPlayer .fsMediaTitle {
                display: none; }
              .landing #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer > .fsElementContent .fsMedia.fsPlayer .fsMediaPlayer .fsMediaPlayOverlay:before {
                box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.5), inset 0 0 20px 25px white;
                width: 84px;
                height: 84px; }
              .landing #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer > .fsElementContent .fsMedia.fsPlayer .fsMediaPlayer .fsMediaPlayOverlay:after {
                border-bottom: 19px solid transparent;
                border-left: 32px solid rgba(0, 0, 0, 0.5);
                border-top: 19px solid transparent; }
              .landing #fsPageBodyWrapper #fsPageBody #fsPageContent .fsLayout > .fsDiv .fsContainer > .fsElementContent .fsMedia.fsPlayer .fsMediaPlayer .fsMediaPlayOverlay:hover:after {
                border-bottom: 19px solid transparent;
                border-left: 32px solid rgba(0, 0, 0, 0.5);
                border-top: 19px solid transparent;
                left: 5px; }

.landing #fsHeader .regular-slideshow {
  max-width: initial;
  width: calc(100% + 40px);
  padding-top: 0;
  margin: 0 -20px; }

.landing #fsHeader .header-banner-caption {
  background: url("/uploaded/themes/default/images/landing-banner-caption-overlay.png");
  background-size: cover;
  padding: 5px 20px 10px;
  margin: 0 -20px; }
  .landing #fsHeader .header-banner-caption > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
    .landing #fsHeader .header-banner-caption > .fsElementContent .fsPageTitle {
      color: #eada54;
      font-family: "Figtree", sans-serif;
      font-weight: bold;
      line-height: 1;
      margin-bottom: 5px; }
    .landing #fsHeader .header-banner-caption > .fsElementContent .fs_style_28 {
      color: #FFF; }
    .landing #fsHeader .header-banner-caption > .fsElementContent .fs_style_25:not(:last-child) {
      margin-right: 10px; }

.news-custom-page #fsPageBodyWrapper {
  padding-top: 0;
  padding-bottom: 0; }
  .news-custom-page #fsPageBodyWrapper #fsPageBody {
    max-width: 100%; }
    .news-custom-page #fsPageBodyWrapper #fsPageBody > #fsPageContent {
      margin-bottom: 0; }
    .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout > .fsDiv:last-child {
      margin-bottom: 0;
      padding-top: 35px; }
    .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      clear: both;
      padding-top: 30px; }
      .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:last-child .fsNews, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:last-child .fsPostElement {
        margin-bottom: 30px; }
        .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:last-child .fsNews article, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:last-child .fsPostElement article {
          border-left: 5px solid #e5e5e5;
          padding-bottom: 20px;
          border-bottom: 1px solid #e5e5e5;
          padding-left: 20px; }
          .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:last-child .fsNews article .fsTitle, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:last-child .fsPostElement article .fsTitle {
            margin-bottom: 0;
            font-size: 1.125rem;
            color: #00447c;
            margin-left: 100px; }
            .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:last-child .fsNews article .fsTitle a, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:last-child .fsPostElement article .fsTitle a {
              font-size: 1.125rem;
              color: #00447c; }
              .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:last-child .fsNews article .fsTitle a:focus, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:last-child .fsPostElement article .fsTitle a:focus {
                outline-color: #FFF; }
      .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout .flickr-container {
        margin-bottom: 30px; }
        .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout .flickr-container header .fsElementTitle {
          color: #00447c;
          font-size: 1.5rem; }
        .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout .flickr-container header .fsElementHeaderContent {
          display: none; }
        .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout .flickr-container .fsElementContent {
          padding: 13.33333px;
          background-color: #e5e5e5; }
          .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout .flickr-container .fsElementContent img {
            width: 100%;
            display: block; }
        .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout .flickr-container .fsElementFooterContent {
          padding-top: 5px;
          font-family: "Figtree", sans-serif;
          background-color: #e5e5e5;
          padding: 0 13.33333px 20px;
          color: #585858; }
          .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout .flickr-container .fsElementFooterContent h3 {
            font-size: 1.125rem;
            font-family: "Figtree", sans-serif;
            color: #000;
            font-weight: 600; }
          .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout .flickr-container .fsElementFooterContent * {
            font-size: 1rem; }
      .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout .fsYoutube {
        margin-bottom: 30px; }
        .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout .fsYoutube header .fsElementTitle {
          color: #00447c;
          font-size: 1.5rem; }
        .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout .fsYoutube .fsElementContent {
          padding: 13.33333px;
          background-color: #e5e5e5; }
          .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout .fsYoutube .fsElementContent iframe {
            margin-top: 0; }
        .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout .fsYoutube .fsElementFooterContent {
          padding-top: 5px;
          font-family: "Figtree", sans-serif;
          background-color: #e5e5e5;
          padding: 0 13.33333px 20px;
          color: #585858; }
          .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout .fsYoutube .fsElementFooterContent h3 {
            font-size: 1.125rem;
            font-family: "Figtree", sans-serif;
            color: #000;
            font-weight: 600; }
          .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout .fsYoutube .fsElementFooterContent * {
            font-size: 1rem; }
      @media screen and (min-width: 800px) {
        .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:last-child {
          width: 28%; } }
      @media screen and (min-width: 800px) {
        .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child {
          width: 72%; } }
      .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsNews, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsPostElement {
        text-align: center; }
        .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsNews article, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsPostElement article {
          overflow: hidden;
          margin-bottom: 30px;
          text-align: left; }
          .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsNews article.no-thumbnail, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsPostElement article.no-thumbnail {
            border-left: 5px solid #e5e5e5;
            padding-left: 20px; }
          .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsNews article .fsThumbnail, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsPostElement article .fsThumbnail {
            float: left;
            margin-right: 25px;
            margin-bottom: 10px;
            max-width: 370px;
            width: 100%; }
          .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsNews article .fsTitle, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsPostElement article .fsTitle {
            margin-bottom: 0; }
            .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsNews article .fsTitle a, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsPostElement article .fsTitle a {
              color: #00447c; }
          .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsNews article .fsDateTime, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsPostElement article .fsDateTime {
            font-size: 0.875rem;
            color: #989898;
            margin-bottom: 20px; }
          .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsNews article .fsSummary, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsPostElement article .fsSummary {
            line-height: 1.5; }
            .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsNews article .fsSummary p, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsPostElement article .fsSummary p {
              margin: 0; }
            .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsNews article .fsSummary * + *, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsPostElement article .fsSummary * + * {
              margin-top: 20px; }
            .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsNews article .fsSummary .fsReadMoreLink, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsPostElement article .fsSummary .fsReadMoreLink {
              font-family: "adobe-caslon-pro", "merriweather", "Gill Sans", "arvo", Georgia, sans-serif;
              font-size: 1rem;
              margin-left: 4px;
              font-weight: bold; }
    .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer {
      margin: 0 -20px;
      padding: 0 20px; }
      .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container {
        background-color: #dddddd; }
        .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent {
          position: relative;
          margin: 0 auto;
          max-width: 73.75em;
          max-width: 73.75rem;
          padding: 30px 0; }
          .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsNews header .fsElementTitle, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsPostElement header .fsElementTitle {
            color: #00447c;
            font-size: 1.5rem; }
          @media screen and (min-width: 800px) {
            .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsNews .fsElementContent .fsListItems, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsPostElement .fsElementContent .fsListItems {
              display: table;
              table-layout: fixed;
              width: 100%; } }
          .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsNews .fsElementContent .fsListItems article, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsPostElement .fsElementContent .fsListItems article {
            margin-bottom: 30px;
            font-family: "Figtree", sans-serif; }
            .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsNews .fsElementContent .fsListItems article .fsCategories, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsPostElement .fsElementContent .fsListItems article .fsCategories {
              font-family: "adobe-caslon-pro", "merriweather", "Gill Sans", "arvo", Georgia, sans-serif;
              font-weight: lighter;
              font-size: 1.125rem;
              color: #a30134;
              text-transform: uppercase;
              margin: 0; }
              .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsNews .fsElementContent .fsListItems article .fsCategories li, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsPostElement .fsElementContent .fsListItems article .fsCategories li {
                padding: 0;
                line-height: 1; }
            @media screen and (min-width: 800px) {
              .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsNews .fsElementContent .fsListItems article, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsPostElement .fsElementContent .fsListItems article {
                display: table-cell;
                position: relative; }
                .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsNews .fsElementContent .fsListItems article:not(:last-child):after, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsPostElement .fsElementContent .fsListItems article:not(:last-child):after {
                  content: '';
                  position: absolute;
                  top: 0;
                  bottom: 0;
                  height: auto;
                  border-right: 1px solid #ababab;
                  left: 86.25%;
                  visibility: visible; }
                .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsNews .fsElementContent .fsListItems article .fsCategories, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsPostElement .fsElementContent .fsListItems article .fsCategories {
                  margin: 20px 0 0;
                  width: 72.5%; }
                  .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsNews .fsElementContent .fsListItems article .fsCategories li, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsPostElement .fsElementContent .fsListItems article .fsCategories li {
                    margin: 0;
                    padding: 0;
                    line-height: 1; }
                .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsNews .fsElementContent .fsListItems article .fsThumbnail, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsPostElement .fsElementContent .fsListItems article .fsThumbnail {
                  width: 72.5%;
                  display: block; }
                  .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsNews .fsElementContent .fsListItems article .fsThumbnail img, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsPostElement .fsElementContent .fsListItems article .fsThumbnail img {
                    width: 100%;
                    display: block; }
                .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsNews .fsElementContent .fsListItems article .fsTitle, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsNews .fsElementContent .fsListItems article .fsDateTime, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsPostElement .fsElementContent .fsListItems article .fsTitle, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsPostElement .fsElementContent .fsListItems article .fsDateTime {
                  width: 72.5%; } }
            .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsNews .fsElementContent .fsListItems article .fsDateTime:before, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsPostElement .fsElementContent .fsListItems article .fsDateTime:before {
              content: 'Posted '; }
            .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsNews .fsElementContent .fsListItems article .fsTitle, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsPostElement .fsElementContent .fsListItems article .fsTitle {
              margin-bottom: 0;
              font-family: "Figtree", sans-serif; }
              .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsNews .fsElementContent .fsListItems article .fsTitle a, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsPostElement .fsElementContent .fsListItems article .fsTitle a {
                font-size: 1.125rem;
                color: #000; }
                .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsNews .fsElementContent .fsListItems article .fsTitle a:focus, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsPostElement .fsElementContent .fsListItems article .fsTitle a:focus {
                  outline-color: transparent; }
      .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.gray {
        background-color: #dddddd; }
        .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.gray > .fsElementContent {
          position: relative;
          margin: 0 auto;
          max-width: 73.75em;
          max-width: 73.75rem;
          padding: 40px 0; }
          .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.gray > .fsElementContent header .fsElementTitle {
            color: #00447c; }
          .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.gray > .fsElementContent article {
            overflow: hidden;
            position: relative;
            background: #FFF; }
            .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.gray > .fsElementContent article .vert {
              padding-left: 30px;
              padding-right: 30px; }
              @media screen and (min-width: 800px) {
                .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.gray > .fsElementContent article .vert {
                  position: absolute;
                  left: 50%;
                  width: 50%;
                  top: 50%;
                  -ms-transform: translateY(-50%);
                  transform: translateY(-50%); } }
            .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.gray > .fsElementContent article .fsReadMoreLink {
              font-family: "adobe-caslon-pro", "merriweather", "Gill Sans", "arvo", Georgia, sans-serif;
              font-size: 1rem;
              margin-left: 4px;
              font-weight: bold; }
            .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.gray > .fsElementContent article .fsTitle {
              margin-bottom: 0;
              font-family: "arvo", "merriweather", "Gill Sans", "adobe-caslon-pro", Georgia, sans-serif; }
              .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.gray > .fsElementContent article .fsTitle a {
                color: #00447c; }
            .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.gray > .fsElementContent article .fsDateTime {
              font-size: 0.875rem;
              color: #989898; }
            @media screen and (min-width: 800px) {
              .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.gray > .fsElementContent article .fsThumbnail {
                width: 50%;
                margin-bottom: 0;
                float: left; } }
            .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.gray > .fsElementContent article .fsThumbnail .fsCroppedImage {
              vertical-align: bottom; }

.gray.featured-news {
  background-color: #dddddd; }
  .gray.featured-news > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    padding: 40px 0; }
    .gray.featured-news > .fsElementContent header .fsElementTitle {
      color: #00447c; }
    .gray.featured-news > .fsElementContent article {
      overflow: hidden;
      position: relative;
      background: #FFF; }
      .gray.featured-news > .fsElementContent article .vert {
        padding-left: 30px;
        padding-right: 30px; }
        @media screen and (min-width: 800px) {
          .gray.featured-news > .fsElementContent article .vert {
            position: absolute;
            left: 50%;
            width: 50%;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }
      .gray.featured-news > .fsElementContent article .fsReadMoreLink {
        font-family: "adobe-caslon-pro", "merriweather", "Gill Sans", "arvo", Georgia, sans-serif;
        font-size: 1rem;
        margin-left: 4px;
        font-weight: bold; }
      .gray.featured-news > .fsElementContent article .fsTitle {
        margin-bottom: 0;
        font-family: "arvo", "merriweather", "Gill Sans", "adobe-caslon-pro", Georgia, sans-serif; }
        .gray.featured-news > .fsElementContent article .fsTitle a {
          color: #00447c; }
      .gray.featured-news > .fsElementContent article .fsDateTime {
        font-size: 0.875rem;
        color: #989898; }
      @media screen and (min-width: 800px) {
        .gray.featured-news > .fsElementContent article .fsThumbnail {
          width: 50%;
          margin-bottom: 0;
          float: left; } }
      .gray.featured-news > .fsElementContent article .fsThumbnail .fsCroppedImage {
        vertical-align: bottom; }

.fsContainer.around-campus-container > .fsElementContent .fsPostElement .fsElementContent .fsListItems article .fsTitle {
  font-size: 1.5em;
  line-height: 1.08333em; }

.news-detail #fsPageContent .fsPageLayout {
  border-right: 1px solid #dddddd; }
  @media screen and (min-width: 800px) {
    .news-detail #fsPageContent .fsPageLayout > .fsTwoColumnLayout > .fsDiv:first-child {
      width: 15%; } }
  @media screen and (min-width: 800px) {
    .news-detail #fsPageContent .fsPageLayout > .fsTwoColumnLayout > .fsDiv:last-child {
      width: 85%; } }

.news-detail #fsPageContent .featured-article article .fsTitle {
  font-family: "arvo", "merriweather", "Gill Sans", "adobe-caslon-pro", Georgia, sans-serif;
  font-size: 2rem;
  color: #00447c; }
  .news-detail #fsPageContent .featured-article article .fsTitle a {
    font-family: "arvo", "merriweather", "Gill Sans", "adobe-caslon-pro", Georgia, sans-serif;
    font-size: 2rem;
    color: #00447c; }

.news-detail #fsPageContent .featured-article article .fsDateTime {
  color: #989898;
  font-size: 0.875rem;
  margin-bottom: 10px; }

.news-detail #fsPageContent .featured-article article .fsSummary {
  padding: 1px 0;
  font-family: Georgia, "merriweather", "Gill Sans", "adobe-caslon-pro", sans-serif; }
  .news-detail #fsPageContent .featured-article article .fsSummary p {
    margin: 0 0 20px; }
    .news-detail #fsPageContent .featured-article article .fsSummary p:last-of-type {
      margin-bottom: 5px; }

.fsContainer.around-campus-container > .fsElementContent .fsPostElement .fsElementContent .fsListItems article .fsTitle {
  color: #00447c; }

.fsContainer.around-campus-container > .fsElementContent .fsPostElement .fsElementContent .fsListItems article .fsDateTime {
  font-size: 0.875rem; }

.fsContainer.around-campus-container > .fsElementContent .fsPostElement .fsElementContent .fsListItems article .fsDateTime:before {
  content: none !important; }

.fsContainer.around-campus-container > .fsElementContent .fsPostElement .fsElementContent .fsListItems article .fsThumbnail img {
  width: 100%; }

.fsContainer.around-campus-container > .fsElementContent .fsPostElement .fsElementContent .fsListItems article .fsThumbnail {
  max-width: 100%; }

@media (min-width: 800px) {
  .fsContainer.around-campus-container > .fsElementContent .fsPostElement .fsElementContent .fsListItems article .fsSummary {
    width: 80%; } }

.news-noRightBanner #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:last-child .fsPostElement article {
  border-left: 1px solid #e5e5e5; }

.news-noRightBanner .fsPostElement.news-detail-news-posts article .fsTitle {
  font-size: 1.5em !important; }

.news-noRightBanner .fsPostElement.news-detail-news-posts article .fsTitle a {
  line-height: 1; }

.news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsPostElement .fsElementContent .fsListItems article .fsTags {
  font-family: "adobe-caslon-pro", "merriweather", "Gill Sans", "arvo", Georgia, sans-serif;
  font-weight: lighter;
  font-size: 1.125rem;
  color: #a30134;
  text-transform: uppercase;
  margin: 0; }
  .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsPostElement .fsElementContent .fsListItems article .fsTags li {
    padding: 0;
    line-height: 1; }
  .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsContainer.around-campus-container > .fsElementContent .fsPostElement .fsElementContent .fsListItems article .fsTags .fsTag {
    font-size: 1.125em; }

.calendar-page #fsPageBody {
  max-width: 100%; }

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

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

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

.headers h1:after {
  content: " size: 36px / line: 38px"; }

.headers h2:after {
  content: " size: 32px / line: 34"; }

.headers h3:after {
  content: " size: 28px / line: 30px"; }

.headers h4:after {
  content: " size: 24px / line: 26px"; }

.headers h5:after {
  content: " size: 21px / line: 22px"; }

.headers h6:after {
  content: " size: 16px / line: 18px"; }

@media print {
  body.athleticsPrintStuff #fsHeader, body.athleticsPrintStuff #fsFooter, body.athleticsPrintStuff #fsBannerLeft, body.athleticsPrintStuff #fsBannerRight {
    display: none !important; }
  body.athleticsPrintStuff #fsPageContent .fsPageTitle {
    display: none !important; }
  body.athleticsPrintStuff #fsPageContent .fsPageLayout > .fsDiv > * {
    display: none !important; }
  body.athleticsPrintStuff #fsPageContent .fsPageLayout > .fsDiv .fsAthleticsEvent.fsList {
    display: block !important; }
    body.athleticsPrintStuff #fsPageContent .fsPageLayout > .fsDiv .fsAthleticsEvent.fsList .printscreen {
      display: none !important; } }

.fsContainer.custom-calendar-section {
  padding: 0 40px 80px !important;
  position: relative; }
  @media screen and (min-width: 800px) {
    .fsContainer.custom-calendar-section {
      padding: 0 40px 40px !important; } }
  body:not(.landing):not(.home) .fsContainer.custom-calendar-section {
    padding: 20px 40px 40px !important; }
  body.landing .fsContainer.custom-calendar-section {
    padding: 40px 40px 40px !important;
    margin: 0 !important; }
    @media screen and (min-width: 800px) {
      body.landing .fsContainer.custom-calendar-section {
        padding: 40px 40px 40px !important; } }
  .fsContainer.custom-calendar-section .fsPanel {
    display: block !important;
    height: 1px;
    visibility: hidden;
    position: relative;
    z-index: -1; }
    .fsContainer.custom-calendar-section .fsPanel.fsStateOpen {
      opacity: 1;
      visibility: visible;
      z-index: 1;
      height: auto; }
    @media screen and (max-width: 600px) {
      .fsContainer.custom-calendar-section .fsPanel:first-of-type {
        opacity: 1;
        visibility: visible;
        z-index: 1;
        height: auto; } }
    .fsContainer.custom-calendar-section .fsPanel header {
      display: none;
      background: transparent; }
      .fsContainer.custom-calendar-section .fsPanel header h2 {
        color: #2995a7;
        font-weight: bold;
        cursor: default;
        font-size: 1.5rem;
        text-align: center; }
        .fsContainer.custom-calendar-section .fsPanel header h2 a {
          cursor: default;
          color: #367256; }
        .fsContainer.custom-calendar-section .fsPanel header h2:before {
          content: normal; }
    .fsContainer.custom-calendar-section .fsPanel .fsElementContent {
      display: block !important;
      overflow: visible !important;
      height: auto !important; }
      .fsContainer.custom-calendar-section .fsPanel .fsElementContent .fsCalendar {
        margin-bottom: 0; }
  .fsContainer.custom-calendar-section .fsPanel.athletics header h2 a {
    color: #2995a7; }
  @media screen and (max-width: 800px) {
    .fsContainer.custom-calendar-section .fsPanel.athletics:last-of-type {
      display: none; } }
  .fsContainer.custom-calendar-section .fsPanel.athletics:last-of-type .fsCalendar .fsTitle a {
    color: #2995a7; }
    .fsContainer.custom-calendar-section .fsPanel.athletics:last-of-type .fsCalendar .fsTitle a:hover {
      color: #1f707e; }
  .fsContainer.custom-calendar-section .fsPanel.athletics:last-of-type .fsCalendar .fsDate span.fsMonth {
    background: #2995a7; }
  .fsContainer.custom-calendar-section > .fsElementContent {
    position: static !important; }
  @media screen and (min-width: 800px) {
    .fsContainer.custom-calendar-section .fsTabs {
      position: relative; } }
  .fsContainer.custom-calendar-section .fsTabs > header {
    position: absolute;
    left: 0;
    bottom: 35px;
    right: 0;
    text-align: center;
    margin: auto; }
    @media screen and (max-width: 800px) {
      .fsContainer.custom-calendar-section .fsTabs > header {
        bottom: 10px; } }
    @media screen and (min-width: 800px) {
      .fsContainer.custom-calendar-section .fsTabs > header {
        top: 0;
        right: 0;
        text-align: left;
        left: auto;
        margin: 0; } }
    .fsContainer.custom-calendar-section .fsTabs > header .fs_style_30.home-hide-button, .fsContainer.custom-calendar-section .fsTabs > header .fsConstituent .fsElementPagination a.home-hide-button, .fsConstituent .fsElementPagination .fsContainer.custom-calendar-section .fsTabs > header a.home-hide-button, .fsContainer.custom-calendar-section .fsTabs > header .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsNews .home-hide-button.fsLoadMoreButton, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsNews .fsContainer.custom-calendar-section .fsTabs > header .home-hide-button.fsLoadMoreButton, .fsContainer.custom-calendar-section .fsTabs > header .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsPostElement .home-hide-button.fsLoadMoreButton, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsPostElement .fsContainer.custom-calendar-section .fsTabs > header .home-hide-button.fsLoadMoreButton {
      display: inline-block;
      margin-right: 10px; }
      @media screen and (min-width: 600px) {
        .fsContainer.custom-calendar-section .fsTabs > header .fs_style_30.home-hide-button, .fsContainer.custom-calendar-section .fsTabs > header .fsConstituent .fsElementPagination a.home-hide-button, .fsConstituent .fsElementPagination .fsContainer.custom-calendar-section .fsTabs > header a.home-hide-button, .fsContainer.custom-calendar-section .fsTabs > header .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsNews .home-hide-button.fsLoadMoreButton, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsNews .fsContainer.custom-calendar-section .fsTabs > header .home-hide-button.fsLoadMoreButton, .fsContainer.custom-calendar-section .fsTabs > header .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsPostElement .home-hide-button.fsLoadMoreButton, .news-custom-page #fsPageBodyWrapper #fsPageBody .fsSandwichTwoColumnLayout .fsTwoColumnLayout > .fsDiv:first-child .fsPostElement .fsContainer.custom-calendar-section .fsTabs > header .home-hide-button.fsLoadMoreButton {
          display: none; } }
  .fsContainer.custom-calendar-section .fsTabsNav {
    text-align: center; }
    .fsContainer.custom-calendar-section .fsTabsNav li {
      margin-right: 10px; }
      .fsContainer.custom-calendar-section .fsTabsNav li:last-child {
        margin-right: 0; }
      .fsContainer.custom-calendar-section .fsTabsNav li.fsStateSelected:nth-child(2) a {
        color: #2995a7; }
      .fsContainer.custom-calendar-section .fsTabsNav li a {
        background: #cccccc;
        color: #333333;
        font-size: 1.5rem;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        margin-bottom: 0; }
      .fsContainer.custom-calendar-section .fsTabsNav li.fsStateSelected a {
        background: #FFF;
        color: #3c755a;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-bottom: 0; }
  .fsContainer.custom-calendar-section .fsPanel {
    background: #FFF; }
    @media screen and (max-width: 800px) {
      .fsContainer.custom-calendar-section .fsPanel:last-of-type {
        display: none; } }
    .fsContainer.custom-calendar-section .fsPanel:last-of-type .fsCalendar .fsTitle a {
      color: #367256; }
      .fsContainer.custom-calendar-section .fsPanel:last-of-type .fsCalendar .fsTitle a:hover {
        color: #264f3c; }
    .fsContainer.custom-calendar-section .fsPanel:last-of-type .fsCalendar .fsDate span.fsMonth {
      background: #367256; }
    .fsContainer.custom-calendar-section .fsPanel .fsElementContent {
      padding: 0; }
      .fsContainer.custom-calendar-section .fsPanel .fsElementContent .slick-slider {
        background: #FFF;
        display: none; }
        .fsContainer.custom-calendar-section .fsPanel .fsElementContent .slick-slider.slick-initialized {
          display: block; }
        @media (min-width: 800px) {
          .fsContainer.custom-calendar-section .fsPanel .fsElementContent .slick-slider:before, .fsContainer.custom-calendar-section .fsPanel .fsElementContent .slick-slider:after {
            content: '';
            background: url("/uploaded/themes/default/images/side-shadow.png") no-repeat;
            width: 41px;
            background-position: center center;
            height: 100%;
            position: absolute;
            top: 0;
            left: -15px;
            z-index: 1; }
          .fsContainer.custom-calendar-section .fsPanel .fsElementContent .slick-slider:after {
            left: auto;
            right: -15px; } }
        .fsContainer.custom-calendar-section .fsPanel .fsElementContent .slick-slider .slick-next, .fsContainer.custom-calendar-section .fsPanel .fsElementContent .slick-slider .slick-prev {
          display: block !important;
          position: absolute;
          background: #FFF;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          left: -40px;
          font-size: 0;
          width: 80px;
          height: 80px;
          -moz-appearance: none;
          appearance: none;
          border-radius: 100%;
          z-index: 2;
          text-align: left;
          border: 0; }
          .fsContainer.custom-calendar-section .fsPanel .fsElementContent .slick-slider .slick-next:focus, .fsContainer.custom-calendar-section .fsPanel .fsElementContent .slick-slider .slick-prev:focus {
            outline-color: transparent; }
          .fsContainer.custom-calendar-section .fsPanel .fsElementContent .slick-slider .slick-next:before, .fsContainer.custom-calendar-section .fsPanel .fsElementContent .slick-slider .slick-prev:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            font-size: 1.6875rem;
            color: #000;
            position: relative;
            right: -5px;
            display: block;
            text-align: left; }
        .fsContainer.custom-calendar-section .fsPanel .fsElementContent .slick-slider .slick-next {
          left: auto;
          right: -40px; }
          .fsContainer.custom-calendar-section .fsPanel .fsElementContent .slick-slider .slick-next:before {
            right: auto;
            display: block;
            text-align: center;
            width: calc(100% - 15px);
            left: 15px;
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
        .fsContainer.custom-calendar-section .fsPanel .fsElementContent .slick-slider .slick-list {
          z-index: 3;
          background: #FFF;
          padding: 50px 10px 30px; }
          .fsContainer.custom-calendar-section .fsPanel .fsElementContent .slick-slider .slick-list .slick-slide {
            overflow: hidden;
            margin: 0 10px;
            border-radius: 5px; }
            .fsContainer.custom-calendar-section .fsPanel .fsElementContent .slick-slider .slick-list .slick-slide .fsTitle a {
              word-break: break-word; }

.fsGoogleDirections a {
  text-decoration: underline;
  color: #666;
  font-weight: bold; }
  .fsGoogleDirections a:hover {
    color: #000; }

#fsAthleticsEventElementDialog .fsAthleticsTitle {
  margin-bottom: 20px; }

#fsAthleticsEventElementDialog .fsAthleticsContainer {
  margin-bottom: 20px; }

#fsAthleticsEventElementDialog .fsAthleticsLabel, #fsAthleticsEventElementDialog .fsDateTime.fsAthleticsContent {
  display: inline-block; }

#fsAthleticsEventElementDialog .fsAthleticsLabel + .fsAthleticsContent {
  display: inline-block; }

#fsAthleticsEventElementDialog .fsAthleticsResult, #fsAthleticsEventElementDialog .fsAthleticsScore {
  margin-right: 5px; }
  #fsAthleticsEventElementDialog .fsAthleticsResult > .fsAthleticsContent, #fsAthleticsEventElementDialog .fsAthleticsScore > .fsAthleticsContent {
    margin-left: 5px; }

#fsAthleticsEventElementDialog .fsAthleticsLocation .fsAthleticsLabel {
  width: 100%; }

#fsAthleticsEventElementDialog .fsAthleticsRecap .fsAthleticsLabel {
  display: inline; }

#fsAthleticsEventElementDialog .fsAthleticsRecap .fsAthleticsContent {
  display: inline; }
  #fsAthleticsEventElementDialog .fsAthleticsRecap .fsAthleticsContent p {
    margin: 0 0 20px;
    display: inline; }
    #fsAthleticsEventElementDialog .fsAthleticsRecap .fsAthleticsContent p + p:before {
      content: '';
      display: block; }
    #fsAthleticsEventElementDialog .fsAthleticsRecap .fsAthleticsContent p:last-child {
      margin: 0; }

#fsAthleticsEventElementDialog .fsDateTime.fsAthleticsContent {
  margin-left: 5px; }

.gray, .grey {
  background: #dddddd; }
  body:not(.home):not(.landing) .gray.fsContainer, body:not(.home):not(.landing) .grey.fsContainer {
    margin: 20px -20px;
    padding: 20px; }
    @media (min-width: 800px) {
      body:not(.home):not(.landing) .gray.fsContainer, body:not(.home):not(.landing) .grey.fsContainer {
        margin: 20px 0; } }

.fs_style_32 > .fsElementContent, .youtube-lightbox > .fsElementContent {
  position: relative; }

.fs_style_32 .l-overlay, .youtube-lightbox .l-overlay {
  position: absolute;
  z-index: 300;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

dialog article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  dialog article .fsDate {
    -ms-flex-order: 3;
    order: 3; }
    dialog article .fsDate:before {
      content: "Date: "; }
  dialog article .fsDescription {
    margin: 10px 0 20px; }
  dialog article .fsTitle {
    -ms-flex-order: 2;
    order: 2; }
  dialog article .fsThumbnail {
    -ms-flex-order: 1;
    order: 1; }
  dialog article .fsBody {
    -ms-flex-order: 5;
    order: 5;
    padding: 1px 0; }
  dialog article .fsEventDetails {
    -ms-flex-order: 4;
    order: 4; }
    dialog article .fsEventDetails .fsTimeRange:before {
      content: "Time: "; }
    dialog article .fsEventDetails .fsLocation:before {
      content: "Location: "; }

.fsAthleticsEvent .fsDialogContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .fsAthleticsEvent .fsDialogContent .fsAthleticsDate {
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 15px;
    margin-top: 10px; }
    .fsAthleticsEvent .fsDialogContent .fsAthleticsDate:before {
      content: "Date: "; }
    .fsAthleticsEvent .fsDialogContent .fsAthleticsDate .fsTime, .fsAthleticsEvent .fsDialogContent .fsAthleticsDate .fsAllDayEvent, .fsAthleticsEvent .fsDialogContent .fsAthleticsDate .fsStartTimeToBeDetermined {
      -ms-flex-order: 3;
      order: 3;
      display: table;
      margin-left: -41px; }
      .fsAthleticsEvent .fsDialogContent .fsAthleticsDate .fsTime:before, .fsAthleticsEvent .fsDialogContent .fsAthleticsDate .fsAllDayEvent:before, .fsAthleticsEvent .fsDialogContent .fsAthleticsDate .fsStartTimeToBeDetermined:before {
        content: "Time: "; }
    .fsAthleticsEvent .fsDialogContent .fsAthleticsDate .fsAthleticsLabel {
      display: none; }
    .fsAthleticsEvent .fsDialogContent .fsAthleticsDate .fsDateTime {
      display: inline-block; }
  .fsAthleticsEvent .fsDialogContent .fsAthleticsContainer:nth-child(2) {
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 15px; }
  .fsAthleticsEvent .fsDialogContent .fsAthleticsContainer:nth-child(4) {
    -ms-flex-order: 3;
    order: 3; }
  .fsAthleticsEvent .fsDialogContent .fsAthleticsDescription {
    margin: 10px 0 20px; }
  .fsAthleticsEvent .fsDialogContent .fsAthleticsBody {
    -ms-flex-order: 6;
    order: 6;
    padding: 1px 0; }
  .fsAthleticsEvent .fsDialogContent .fsAthleticsResult div, .fsAthleticsEvent .fsDialogContent .fsAthleticsScore div {
    display: inline-block; }
  .fsAthleticsEvent .fsDialogContent .fsAthleticsResult .fsAthleticsLabel,
  .fsAthleticsEvent .fsDialogContent .fsAthleticsScore .fsAthleticsLabel {
    display: none; }
  .fsAthleticsEvent .fsDialogContent .fsAthleticsResult:before {
    content: "Result: "; }
  .fsAthleticsEvent .fsDialogContent .fsAthleticsScore:before {
    content: "Score: "; }

@media (min-width: 800px) {
  .flip .fsTwoColumnLayout > .fsDiv {
    float: right; } }

.fsContainer.blue-gradient {
  background: url("/uploaded/themes/default/images/pattern-blue.png");
  padding: 30px 40px; }
  body:not(.home):not(.fsComposeMode) .fsContainer.blue-gradient {
    width: 0vw;
    margin: 20px auto;
    background: none;
    padding: 0; }
    body:not(.home):not(.fsComposeMode) .fsContainer.blue-gradient > .fsElementContent {
      max-width: 100vw !important;
      margin: 0 -50vw !important;
      background: url("/uploaded/themes/default/images/pattern-blue.png");
      padding: 30px 0; }
    body:not(.home):not(.fsComposeMode) .fsContainer.blue-gradient .announcement-slider {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem; }
  .fsContainer.blue-gradient header {
    text-align: center;
    margin-bottom: 20px; }
    .fsContainer.blue-gradient header .fsElementTitle {
      color: #de8d46;
      font-size: 2.25rem;
      display: inline-block;
      margin-bottom: 0;
      line-height: 1; }
      .fsContainer.blue-gradient header .fsElementTitle:before {
        content: '';
        background: url("/uploaded/themes/default/images/radio-tower.png") no-repeat;
        width: 26px;
        height: 49px;
        display: inline-block;
        margin-right: 16px;
        vertical-align: bottom; }
  .fsContainer.blue-gradient .fsElementContent .slick-slider {
    display: none; }
    .fsContainer.blue-gradient .fsElementContent .slick-slider.slick-initialized {
      display: block; }
    .fsContainer.blue-gradient .fsElementContent .slick-slider .slick-next, .fsContainer.blue-gradient .fsElementContent .slick-slider .slick-prev {
      position: absolute;
      background: url("/uploaded/themes/default/images/announcements-gradient-previous.png") no-repeat center left;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: -40px;
      font-size: 0;
      width: 80px;
      height: 80px;
      -moz-appearance: none;
      appearance: none;
      border-radius: 100%;
      z-index: 2;
      text-align: left;
      border: 0; }
      .fsContainer.blue-gradient .fsElementContent .slick-slider .slick-next:before, .fsContainer.blue-gradient .fsElementContent .slick-slider .slick-prev:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 1.6875rem;
        color: #FFF;
        position: relative;
        right: -5px; }
    .fsContainer.blue-gradient .fsElementContent .slick-slider .slick-next {
      left: auto;
      text-align: right;
      right: -40px;
      background: url("/uploaded/themes/default/images/announcements-gradient-next.png") no-repeat center right; }
      .fsContainer.blue-gradient .fsElementContent .slick-slider .slick-next:before {
        right: auto;
        left: -5px;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .fsContainer.blue-gradient .fsElementContent .slick-slider .slick-list .slick-slide:focus {
      outline-color: #fff; }
    .fsContainer.blue-gradient .fsElementContent .slick-slider .slick-list .slick-slide .fsTitle {
      display: none; }
    .fsContainer.blue-gradient .fsElementContent .slick-slider .slick-list .slick-slide .fsSummary {
      color: #FFF;
      padding: 5px 20px;
      max-height: 105px; }
      @media (min-width: 600px) {
        .fsContainer.blue-gradient .fsElementContent .slick-slider .slick-list .slick-slide .fsSummary {
          max-height: 70px; } }
      .fsContainer.blue-gradient .fsElementContent .slick-slider .slick-list .slick-slide .fsSummary p {
        margin: 0 0 20px; }
        .fsContainer.blue-gradient .fsElementContent .slick-slider .slick-list .slick-slide .fsSummary p:last-child {
          margin: 0; }
      .fsContainer.blue-gradient .fsElementContent .slick-slider .slick-list .slick-slide .fsSummary a {
        font-size: 0.875rem;
        color: #de8d46; }
        .fsContainer.blue-gradient .fsElementContent .slick-slider .slick-list .slick-slide .fsSummary a:hover {
          color: #e29a5c; }

.video-lightbox .vlightbox {
  display: none; }

.video-lightbox.playing .fsCloseVideoBtn {
  position: absolute;
  right: 50px;
  top: 13px;
  cursor: pointer;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  width: 25px;
  height: 25px; }
  .video-lightbox.playing .fsCloseVideoBtn:before, .video-lightbox.playing .fsCloseVideoBtn:after {
    position: absolute;
    top: 50%;
    left: 0px;
    height: 2px;
    width: 25px;
    content: '';
    background: #FFF; }
  .video-lightbox.playing .fsCloseVideoBtn:before {
    margin-top: 0;
    -ms-transform: translate(0%, -50%) rotate(-45deg);
    transform: translate(0%, -50%) rotate(-45deg); }
  .video-lightbox.playing .fsCloseVideoBtn:after {
    box-shadow: none;
    -ms-transform: translate(0%, -50%) rotate(45deg);
    transform: translate(0%, -50%) rotate(45deg); }

.video-lightbox.playing .vlightbox {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9900;
  background: rgba(255, 255, 255, 0.5); }
  .video-lightbox.playing .vlightbox .fsMediaContainer {
    animation: anim-scale 0.4s ease-in-out;
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 50px;
    right: 50px;
    height: calc(100% - 100px) !important;
    width: calc(100% - 100px) !important; }

.light-gray-bg {
  background: #f1f2f2; }

.headphones-icon, .fs_style_46 {
  display: inline-block;
  vertical-align: middle;
  color: inherit; }
  .headphones-icon:after, .fs_style_46:after {
    margin-left: 2px;
    color: #a30134;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 1.125rem;
    transition: 0.3s color;
    vertical-align: top; }

.rss-icon, .fs_style_45 {
  display: inline-block;
  vertical-align: middle;
  color: inherit; }
  .rss-icon:after, .fs_style_45:after {
    margin-left: 2px;
    color: #a30134;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 1.125rem;
    transition: 0.3s color;
    vertical-align: top; }

.creditcard-icon, .fs_style_44 {
  display: inline-block;
  vertical-align: middle;
  color: inherit; }
  .creditcard-icon:after, .fs_style_44:after {
    margin-left: 2px;
    color: #a30134;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 1.125rem;
    transition: 0.3s color;
    vertical-align: top; }

.imagefile-icon, .fs_style_43 {
  display: inline-block;
  vertical-align: middle;
  color: inherit; }
  .imagefile-icon:after, .fs_style_43:after {
    margin-left: 2px;
    color: #a30134;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 1.125rem;
    transition: 0.3s color;
    vertical-align: top; }

.externallink-icon, .fs_style_42 {
  display: inline-block;
  vertical-align: middle;
  color: inherit; }
  .externallink-icon:after, .fs_style_42:after {
    margin-left: 2px;
    color: #a30134;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 1.125rem;
    transition: 0.3s color;
    vertical-align: top; }

.calendar-icon, .fs_style_41 {
  display: inline-block;
  vertical-align: middle;
  color: inherit; }
  .calendar-icon:after, .fs_style_41:after {
    margin-left: 2px;
    color: #a30134;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 1.125rem;
    transition: 0.3s color;
    vertical-align: top; }

.volumeup-icon, .fs_style_40 {
  display: inline-block;
  vertical-align: middle;
  color: inherit; }
  .volumeup-icon:after, .fs_style_40:after {
    margin-left: 2px;
    color: #a30134;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 1.125rem;
    transition: 0.3s color;
    vertical-align: top; }

.videocamera-icon, .fs_style_39 {
  display: inline-block;
  vertical-align: middle;
  color: inherit; }
  .videocamera-icon:after, .fs_style_39:after {
    margin-left: 2px;
    color: #a30134;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 0.875rem;
    transition: 0.3s color;
    vertical-align: top; }

.playcircle-icon, .fs_style_38 {
  display: inline-block;
  vertical-align: middle;
  color: inherit; }
  .playcircle-icon:after, .fs_style_38:after {
    margin-left: 2px;
    color: #a30134;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 1.125rem;
    transition: 0.3s color;
    vertical-align: top; }

.camera-icon, .fs_style_35 {
  display: inline-block;
  vertical-align: middle;
  color: inherit; }
  .camera-icon:after, .fs_style_35:after {
    margin-left: 2px;
    color: #a30134;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 1.125rem;
    transition: 0.3s color;
    vertical-align: top; }

.word-icon, .fs_style_36 {
  display: inline-block;
  vertical-align: middle;
  color: inherit; }
  .word-icon:after, .fs_style_36:after {
    margin-left: 2px;
    color: #a30134;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 1.125rem;
    transition: 0.3s color;
    vertical-align: top; }

.email-icon, .fs_style_33 {
  display: inline-block;
  vertical-align: middle;
  color: inherit; }
  .email-icon:after, .fs_style_33:after {
    margin-left: 2px;
    color: #a30134;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 1.125rem;
    transition: 0.3s color;
    vertical-align: top; }

.pdf-icon, .fs_style_34 {
  vertical-align: middle;
  color: inherit; }
  .pdf-icon:after, .fs_style_34:after {
    margin-left: 2px;
    color: #a30134;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 1.125rem;
    vertical-align: top; }

.gray-info-element {
  padding: 20px;
  background: #e5e5e5;
  border-radius: 0 0 5px 5px;
  position: relative;
  box-shadow: inset 1px 1px 0px #FFF, inset -1px -1px 0px #FFF;
  border: 1px solid #e5e5e5;
  margin-bottom: 40px; }
  .gray-info-element header .fsElementTitle {
    margin-top: 0;
    font-weight: normal;
    font-family: "Figtree", sans-serif;
    font-size: 1.3125em;
    line-height: 1.04762em;
    color: #00447c;
    margin-bottom: 0.47619em; }
  .gray-info-element .fsElementContent {
    font-family: "Figtree", sans-serif;
    color: #333;
    line-height: 1.25rem; }
    .gray-info-element .fsElementContent p {
      margin: 0 0 7px; }
      .gray-info-element .fsElementContent p:last-child {
        margin: 0; }

#fsBannerRight .flickr-container {
  margin-bottom: 30px; }
  #fsBannerRight .flickr-container header .fsElementTitle {
    color: #00447c;
    font-size: 1.5rem; }
  #fsBannerRight .flickr-container header .fsElementHeaderContent {
    display: none; }
  #fsBannerRight .flickr-container .fsElementContent {
    padding: 13.33333px;
    background-color: #e5e5e5; }
    #fsBannerRight .flickr-container .fsElementContent img {
      width: 100%;
      display: block; }
  #fsBannerRight .flickr-container .fsElementFooterContent {
    padding-top: 5px;
    font-family: "Figtree", sans-serif;
    background-color: #e5e5e5;
    padding: 0 13.33333px 20px;
    color: #585858; }
    #fsBannerRight .flickr-container .fsElementFooterContent h3 {
      font-size: 1.125rem;
      font-family: "Figtree", sans-serif;
      color: #000;
      font-weight: 600; }
    #fsBannerRight .flickr-container .fsElementFooterContent * {
      font-size: 1rem; }

#fsBannerRight .fsYoutube.news-detail-youtube-embed {
  margin-bottom: 30px; }
  #fsBannerRight .fsYoutube.news-detail-youtube-embed header .fsElementTitle {
    color: #00447c;
    font-size: 1.5rem; }
  #fsBannerRight .fsYoutube.news-detail-youtube-embed .fsElementContent {
    padding: 13.33333px;
    background-color: #e5e5e5; }
    #fsBannerRight .fsYoutube.news-detail-youtube-embed .fsElementContent iframe {
      margin-top: 0; }
  #fsBannerRight .fsYoutube.news-detail-youtube-embed .fsElementFooterContent {
    padding-top: 5px;
    font-family: "Figtree", sans-serif;
    background-color: #e5e5e5;
    padding: 0 13.33333px 20px;
    color: #585858; }
    #fsBannerRight .fsYoutube.news-detail-youtube-embed .fsElementFooterContent h3 {
      font-size: 1.125rem;
      font-family: "Figtree", sans-serif;
      color: #000;
      font-weight: 600; }
    #fsBannerRight .fsYoutube.news-detail-youtube-embed .fsElementFooterContent * {
      font-size: 1rem; }

.teal-gradient {
  background: url("/uploaded/themes/default/images/landing-page-teal-gradient.png");
  background-size: cover; }

.community-profiles {
  margin-bottom: 40px; }
  .community-profiles header .fsElementTitle {
    margin-top: 0;
    font-weight: normal;
    font-family: "Figtree", sans-serif;
    font-size: 2em;
    line-height: 1.0625em;
    color: #a30134;
    margin-bottom: 0.5em;
    font-size: 1.75rem; }
  .community-profiles .fsElementContent {
    background: #e5e5e5;
    padding: 13.33333px; }
    .community-profiles .fsElementContent > img {
      width: auto;
      vertical-align: bottom;
      height: auto;
      margin-bottom: 20px; }
      @media (min-width: 800px) {
        .community-profiles .fsElementContent > img {
          width: 100%; } }
    .community-profiles .fsElementContent dl.favorites {
      font-family: "Figtree", sans-serif;
      margin-bottom: 13.33333px; }
      .community-profiles .fsElementContent dl.favorites dt {
        font-size: 0.875rem;
        font-weight: 700; }
        .community-profiles .fsElementContent dl.favorites dt:before {
          display: inline-block;
          width: 18px;
          height: 18px;
          content: '';
          background: url("/uploaded/themes/default/images/heart-icon.png");
          background-size: contain;
          vertical-align: bottom;
          margin-right: 3px; }
      .community-profiles .fsElementContent dl.favorites dd {
        margin: 0 0 6.66667px; }

.department-heads {
  margin-bottom: 40px; }
  .department-heads header .fsElementTitle {
    margin-top: 0;
    font-weight: normal;
    font-family: "Figtree", sans-serif;
    font-size: 1.75em;
    line-height: 1.07143em;
    color: #00447c;
    margin-bottom: 0.35714em; }
  .department-heads .fsElementContent {
    background: #e5e5e5;
    padding: 20px;
    word-wrap: break-word; }
    .department-heads .fsElementContent .constituent {
      margin-bottom: 20px;
      overflow: hidden; }
      .department-heads .fsElementContent .constituent img {
        float: left;
        max-width: 90px;
        margin-right: 10px; }
      .department-heads .fsElementContent .constituent > *:not(img) {
        margin-left: 100px; }
      .department-heads .fsElementContent .constituent:last-child {
        margin-bottom: 0; }
      .department-heads .fsElementContent .constituent h6 {
        font-family: "Figtree", sans-serif;
        font-size: 1rem;
        color: #000;
        font-weight: 500;
        margin-bottom: 5px; }
      .department-heads .fsElementContent .constituent .constituent-details {
        font-size: 90%; }
        .department-heads .fsElementContent .constituent .constituent-details .phone-number, .department-heads .fsElementContent .constituent .constituent-details .email, .department-heads .fsElementContent .constituent .constituent-details .fax-number, .department-heads .fsElementContent .constituent .constituent-details .subtitle {
          display: block;
          color: #585858;
          margin-bottom: 3px; }
          .department-heads .fsElementContent .constituent .constituent-details .phone-number:last-child, .department-heads .fsElementContent .constituent .constituent-details .email:last-child, .department-heads .fsElementContent .constituent .constituent-details .fax-number:last-child, .department-heads .fsElementContent .constituent .constituent-details .subtitle:last-child {
            margin-bottom: 0; }

.special-image-hover {
  margin: 20px 0;
  background-size: cover;
  background-position: center; }
  .special-image-hover .fsElementContent {
    position: relative;
    overflow: hidden; }
    .special-image-hover .fsElementContent:hover .overlay-text {
      top: 0; }
      .special-image-hover .fsElementContent:hover .overlay-text .inner-centered {
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .special-image-hover .fsElementContent > img {
      width: 100%;
      vertical-align: bottom;
      height: auto;
      min-height: 220px;
      opacity: 0; }
    .special-image-hover .fsElementContent .overlay-text {
      transition: 0.3s top, 0.3s bottom;
      position: absolute;
      top: calc(100% - 55px);
      height: 100%;
      left: 0;
      right: 0;
      width: 100%;
      background: rgba(0, 68, 124, 0.65);
      font-family: "Figtree", sans-serif;
      color: #FFF;
      font-size: 1rem;
      text-align: center; }
      .special-image-hover .fsElementContent .overlay-text .inner-centered {
        transition: 0.3s top, 0.3s transform;
        padding: 0 20px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%; }
        .special-image-hover .fsElementContent .overlay-text .inner-centered h1 {
          font-size: 1.3125rem;
          font-family: "arvo", "merriweather", "Gill Sans", "adobe-caslon-pro", Georgia, sans-serif;
          color: #eada54;
          margin: 0;
          padding: 10px 0;
          display: block;
          position: relative; }
          .special-image-hover .fsElementContent .overlay-text .inner-centered h1:after {
            content: '';
            display: block;
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background-color: #e4eaef;
            height: 2px;
            width: 35px;
            margin: auto; }
        .special-image-hover .fsElementContent .overlay-text .inner-centered * {
          margin: 0; }
        .special-image-hover .fsElementContent .overlay-text .inner-centered * + * {
          margin-top: 20px; }
        .special-image-hover .fsElementContent .overlay-text .inner-centered a {
          color: #FFF;
          display: block; }
          .special-image-hover .fsElementContent .overlay-text .inner-centered a:after {
            content: "\00BB";
            margin-left: 5px; }
          .special-image-hover .fsElementContent .overlay-text .inner-centered a:hover {
            color: #dddddd; }

.social-connect h6 {
  text-transform: uppercase;
  color: #959595;
  font-family: "Figtree", sans-serif;
  font-size: 1.0625rem; }

.social-connect.vertical {
  text-align: center; }
  .social-connect.vertical ul li {
    max-width: 40px;
    width: 100%;
    display: inline-block; }
    .social-connect.vertical ul li:not(:last-child) {
      margin-right: 2px; }
  @media (min-width: 800px) {
    .social-connect.vertical ul {
      display: block;
      text-align: left; }
      .social-connect.vertical ul li {
        display: block;
        float: none;
        width: auto;
        margin-bottom: 2px; }
        .social-connect.vertical ul li:last-child {
          margin-bottom: 0; }
        .social-connect.vertical ul li:not(:last-child) {
          margin-right: 0; } }

.social-connect ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-spacing: 2px 0; }
  .social-connect ul li {
    display: table-cell; }
    .social-connect ul li a {
      display: block;
      text-align: center;
      transition: 0.3s opacity; }
      .social-connect ul li a:before {
        font-size: 1.875rem;
        display: block; }
      .social-connect ul li a:hover {
        opacity: 0.9; }
      .social-connect ul li a.facebook-icon:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        background: #4a70ae;
        color: #FFF; }
      .social-connect ul li a.twitter-icon:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        background: #00aced;
        color: #FFF;
        font-family: "fsIcomoon"; }
      .social-connect ul li a.youtube-icon:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        background: #bb0000;
        color: #FFF; }
      .social-connect ul li a.instagram-icon:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        background: #478ec0;
        color: #FFF; }
      .social-connect ul li a.linkedin-icon:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        background: #1365b1;
        color: #FFF; }

.fsContent.square ul {
  list-style-type: square;
  list-style-position: inside; }

.rss-feed-subscribe {
  background: #e5e5e5;
  border-radius: 10px;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  font-family: "arvo", "merriweather", "Gill Sans", "adobe-caslon-pro", Georgia, sans-serif;
  padding: 20px;
  text-align: center; }
  .rss-feed-subscribe .fsElementContent a {
    margin: 0; }
  .rss-feed-subscribe header .fsElementTitle {
    display: inline-block;
    margin-bottom: 10px;
    color: #00447c;
    font-size: 1.5rem; }
    .rss-feed-subscribe header .fsElementTitle:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: inherit;
      vertical-align: bottom;
      margin-right: 10px; }

div.pp_pic_holder a:focus {
  outline: none; }

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9500; }

.vidbox-close {
  position: fixed;
  right: 30px;
  top: 30px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 30px; }
  .vidbox-close:after {
    content: "\e911";
    font-family: "IcoMoon";
    color: #fff;
    line-height: 40px; }

div.pp_pic_holder {
  display: none;
  position: absolute;
  position: fixed;
  width: 100px;
  z-index: 10000;
  left: 0 !important;
  right: 0 !important;
  margin: auto;
  top: 50% !important;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.pp_top {
  position: relative; }

* html .pp_top {
  padding: 0 20px; }

.pp_top .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px; }

.pp_top .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px; }

* html .pp_top .pp_middle {
  left: 0;
  position: static; }

.pp_top .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.pp_content {
  height: 40px;
  min-width: 40px; }

* html .pp_content {
  width: 40px; }

.pp_fade {
  display: none; }

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%; }

.pp_content_container .pp_left {
  padding-left: 20px; }

.pp_content_container .pp_right {
  padding-right: 20px; }

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px 0; }

.pp_description {
  display: none;
  margin: 0; }

.pp_social {
  float: left;
  margin: 0;
  display: none; }

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden; }

.pp_social .twitter {
  float: left; }

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0; }

.pp_nav p {
  float: left;
  margin: 2px 4px;
  white-space: nowrap; }

.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px; }

a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px; }

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000; }

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000; }

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative; }

.pp_gallery ul {
  float: left;
  height: 35px;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
  white-space: nowrap; }

.pp_gallery ul a {
  border: 1px #000 solid;
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden; }

.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #fff; }

.pp_gallery ul a img {
  border: 0; }

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0; }

.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px; }

.pp_gallery li.default a img {
  display: none; }

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important; }

a.pp_next {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%; }

a.pp_previous {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%; }

a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000; }

a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px; }

.pp_bottom {
  height: 20px;
  position: relative; }

* html .pp_bottom {
  padding: 0 20px; }

.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px; }

.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px; }

* html .pp_bottom .pp_middle {
  left: 0;
  position: static; }

.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px; }

#pp_full_res {
  line-height: 1 !important; }

#pp_full_res .pp_inline {
  text-align: left; }

#pp_full_res .pp_inline p {
  margin: 0 0 15px 0; }

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999; }

.fsNews.fsDialog .ui-dialog-title {
  visibility: hidden; }

.wf-loading {
  visibility: hidden;
  opacity: 0; }

.wf-active, .wf-inactive {
  visibility: visible;
  opacity: 1; }

.community-profiles-container {
  padding: 40px 0 !important; }
  @media (max-width: 799px) {
    .community-profiles-container .fsElementTitle {
      font-size: 24px; } }
  @media screen and (min-width: 800px) {
    .community-profiles-container {
      padding: 40px 0 !important; } }
  .home .community-profiles-container {
    padding: 40px 20px 60px !important; }
    @media screen and (min-width: 800px) {
      .home .community-profiles-container {
        padding: 40px !important; } }
  .landing .community-profiles-container {
    padding: 40px 20px !important; }
    @media screen and (max-width: 600px) {
      .landing .community-profiles-container {
        padding-bottom: 60px !important; } }
  .community-profiles-container .community-profiles-news {
    position: relative;
    padding-bottom: 60px;
    margin: 0; }
    @media screen and (min-width: 800px) {
      .community-profiles-container .community-profiles-news {
        padding-bottom: 0; } }
    .community-profiles-container .community-profiles-news header {
      text-align: center;
      margin-bottom: 30px; }
      @media screen and (min-width: 800px) {
        .community-profiles-container .community-profiles-news header {
          position: relative; } }
      .community-profiles-container .community-profiles-news header .fsElementHeaderContent {
        position: absolute;
        left: 0;
        bottom: -27px;
        right: 0;
        margin: auto; }
        @media screen and (min-width: 800px) {
          .community-profiles-container .community-profiles-news header .fsElementHeaderContent {
            top: 50%;
            bottom: auto;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            left: auto; } }
        @media screen and (max-width: 600px) {
          .community-profiles-container .community-profiles-news header .fsElementHeaderContent {
            bottom: -45px; } }
    .community-profiles-container .community-profiles-news .fsElementContent article {
      overflow: hidden;
      background: #FFF;
      margin: 0;
      padding: 0 0 20px; }
      .community-profiles-container .community-profiles-news .fsElementContent article:focus {
        border: 0;
        outline: 0; }
      @media screen and (min-width: 800px) {
        .community-profiles-container .community-profiles-news .fsElementContent article {
          padding: 0; } }
      .community-profiles-container .community-profiles-news .fsElementContent article .fsThumbnail {
        display: block;
        margin: 0;
        float: none;
        max-width: 100%;
        background-size: cover;
        background-position: center center;
        min-height: 230px; }
        @media screen and (min-width: 600px) {
          .community-profiles-container .community-profiles-news .fsElementContent article .fsThumbnail {
            min-height: 1px; } }
        @media screen and (min-width: 800px) {
          .community-profiles-container .community-profiles-news .fsElementContent article .fsThumbnail {
            float: left;
            width: 45%;
            margin-bottom: 0; } }
        .community-profiles-container .community-profiles-news .fsElementContent article .fsThumbnail img, .community-profiles-container .community-profiles-news .fsElementContent article .fsThumbnail div {
          margin: 0;
          width: 100%;
          vertical-align: bottom;
          height: auto;
          visibility: hidden; }
      .community-profiles-container .community-profiles-news .fsElementContent article .fsTitle, .community-profiles-container .community-profiles-news .fsElementContent article .fsSummary, .community-profiles-container .community-profiles-news .fsElementContent article .fsReadMoreLink, .community-profiles-container .community-profiles-news .fsElementContent article .fsBody, .community-profiles-container .community-profiles-news .fsElementContent article .fsDateTime {
        padding: 0 20px 10px; }
        .home .community-profiles-container .community-profiles-news .fsElementContent article .fsTitle, .home .community-profiles-container .community-profiles-news .fsElementContent article .fsSummary, .home .community-profiles-container .community-profiles-news .fsElementContent article .fsReadMoreLink, .home .community-profiles-container .community-profiles-news .fsElementContent article .fsBody, .home .community-profiles-container .community-profiles-news .fsElementContent article .fsDateTime {
          padding: 10px 20px 10px; }
        .landing .community-profiles-container .community-profiles-news .fsElementContent article .fsTitle, .landing .community-profiles-container .community-profiles-news .fsElementContent article .fsSummary, .landing .community-profiles-container .community-profiles-news .fsElementContent article .fsReadMoreLink, .landing .community-profiles-container .community-profiles-news .fsElementContent article .fsBody, .landing .community-profiles-container .community-profiles-news .fsElementContent article .fsDateTime {
          padding: 10px 20px 10px; }
        @media screen and (min-width: 800px) {
          .community-profiles-container .community-profiles-news .fsElementContent article .fsTitle, .community-profiles-container .community-profiles-news .fsElementContent article .fsSummary, .community-profiles-container .community-profiles-news .fsElementContent article .fsReadMoreLink, .community-profiles-container .community-profiles-news .fsElementContent article .fsBody, .community-profiles-container .community-profiles-news .fsElementContent article .fsDateTime {
            float: right;
            width: 55%;
            padding: 0 40px 10px; }
            .home .community-profiles-container .community-profiles-news .fsElementContent article .fsTitle, .home .community-profiles-container .community-profiles-news .fsElementContent article .fsSummary, .home .community-profiles-container .community-profiles-news .fsElementContent article .fsReadMoreLink, .home .community-profiles-container .community-profiles-news .fsElementContent article .fsBody, .home .community-profiles-container .community-profiles-news .fsElementContent article .fsDateTime {
              padding: 0 40px 10px; }
            .landing .community-profiles-container .community-profiles-news .fsElementContent article .fsTitle, .landing .community-profiles-container .community-profiles-news .fsElementContent article .fsSummary, .landing .community-profiles-container .community-profiles-news .fsElementContent article .fsReadMoreLink, .landing .community-profiles-container .community-profiles-news .fsElementContent article .fsBody, .landing .community-profiles-container .community-profiles-news .fsElementContent article .fsDateTime {
              padding: 0 40px 10px; } }
      .community-profiles-container .community-profiles-news .fsElementContent article .fsReadMoreLink {
        font-weight: bold; }
      .community-profiles-container .community-profiles-news .fsElementContent article .fsSummary {
        padding-bottom: 20px; }
        .community-profiles-container .community-profiles-news .fsElementContent article .fsSummary a {
          font-weight: bold; }
        .community-profiles-container .community-profiles-news .fsElementContent article .fsSummary ul {
          list-style: none; }
          .community-profiles-container .community-profiles-news .fsElementContent article .fsSummary ul > li {
            margin-bottom: 5px;
            font-size: 1rem; }
            .community-profiles-container .community-profiles-news .fsElementContent article .fsSummary ul > li > strong:before {
              display: inline-block;
              width: 18px;
              height: 18px;
              content: '';
              background: url("/uploaded/themes/default/images/heart-icon.png");
              background-size: contain;
              vertical-align: bottom;
              margin-right: 3px; }
          @media (min-width: 600px) {
            .community-profiles-container .community-profiles-news .fsElementContent article .fsSummary ul {
              text-align: justify;
              font-size: 0.1px; }
              .community-profiles-container .community-profiles-news .fsElementContent article .fsSummary ul > li {
                display: inline-block; }
              .community-profiles-container .community-profiles-news .fsElementContent article .fsSummary ul:after {
                content: "";
                display: inline-block;
                width: 100%; }
              .community-profiles-container .community-profiles-news .fsElementContent article .fsSummary ul > li {
                text-align: center;
                margin-bottom: 0; }
                .community-profiles-container .community-profiles-news .fsElementContent article .fsSummary ul > li:not(:last-child) {
                  margin-right: 20px; } }
      .community-profiles-container .community-profiles-news .fsElementContent article .fsTitle {
        padding-top: 30px;
        margin-bottom: 10px;
        display: block;
        color: #2995a7; }
        .community-profiles-container .community-profiles-news .fsElementContent article .fsTitle:hover {
          color: #35b8ce; }
        .community-profiles-container .community-profiles-news .fsElementContent article .fsTitle a {
          font-size: 1.25rem;
          color: inherit; }
          .community-profiles-container .community-profiles-news .fsElementContent article .fsTitle a:hover {
            color: inherit; }
          .community-profiles-container .community-profiles-news .fsElementContent article .fsTitle a:focus {
            outline-color: transparent; }
    @media screen and (min-width: 800px) {
      .community-profiles-container .community-profiles-news .fsElementContent .slick-slider:before, .community-profiles-container .community-profiles-news .fsElementContent .slick-slider:after, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems:before, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems:after {
        content: '';
        background: url("/uploaded/themes/default/images/side-shadow.png");
        width: 41px;
        height: 100%;
        position: absolute;
        top: 0;
        left: -15px;
        z-index: 1; }
      .community-profiles-container .community-profiles-news .fsElementContent .slick-slider:after, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems:after {
        left: auto;
        right: -15px; } }
    .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-next, .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-prev, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-next, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-prev {
      display: none !important; }
      .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-next:focus, .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-prev:focus, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-next:focus, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-prev:focus {
        outline-color: transparent; }
      @media screen and (min-width: 800px) {
        .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-next, .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-prev, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-next, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-prev {
          display: block !important;
          position: absolute;
          background: #FFF;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          left: -40px;
          font-size: 0;
          width: 80px;
          height: 80px;
          -moz-appearance: none;
          appearance: none;
          border-radius: 100%;
          z-index: 2;
          text-align: left;
          border: 0; }
          .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-next:before, .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-prev:before, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-next:before, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-prev:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            font-size: 1.6875rem;
            color: #000;
            position: relative;
            right: -5px;
            display: block;
            text-align: left; } }
    .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-next, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-next {
      left: auto;
      right: -40px; }
      .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-next:before, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-next:before {
        right: auto;
        display: block;
        text-align: center;
        width: calc(100% - 15px);
        left: 15px;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list {
      z-index: 3; }
      .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide {
        overflow: hidden;
        background: #FFF;
        margin: 0;
        padding: 0 0 20px; }
        .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide:focus, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide:focus {
          border: 0;
          outline: 0; }
        @media screen and (min-width: 800px) {
          .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide {
            padding: 0; } }
        .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsThumbnail, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsThumbnail {
          display: block;
          margin: 0;
          float: none;
          max-width: 100%;
          background-size: cover;
          background-position: center center; }
          .home .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsThumbnail, .home .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsThumbnail {
            margin-bottom: 10px; }
          .landing .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsThumbnail, .landing .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsThumbnail {
            margin-bottom: 10px; }
          @media screen and (min-width: 800px) {
            .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsThumbnail, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsThumbnail {
              float: left;
              width: 45%;
              margin-bottom: 0; }
              .home .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsThumbnail, .home .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsThumbnail {
                margin-bottom: 0px; }
              .landing .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsThumbnail, .landing .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsThumbnail {
                margin-bottom: 0px; } }
          .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsThumbnail img, .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsThumbnail div, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsThumbnail img, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsThumbnail div {
            margin: 0;
            width: 100%;
            vertical-align: bottom;
            height: auto;
            visibility: hidden; }
        .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsTitle, .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsSummary, .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsReadMoreLink, .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsBody, .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsDateTime, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsTitle, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsSummary, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsReadMoreLink, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsBody, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsDateTime {
          padding: 0 40px 10px; }
          .home .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsTitle, .home .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsSummary, .home .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsReadMoreLink, .home .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsBody, .home .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsDateTime, .home .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsTitle, .home .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsSummary, .home .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsReadMoreLink, .home .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsBody, .home .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsDateTime {
            padding: 0px 20px 0px; }
          @media screen and (min-width: 800px) {
            .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsTitle, .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsSummary, .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsReadMoreLink, .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsBody, .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsDateTime, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsTitle, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsSummary, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsReadMoreLink, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsBody, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsDateTime {
              float: right;
              width: 55%;
              padding: 0 40px 10px; }
              .home .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsTitle, .home .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsSummary, .home .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsReadMoreLink, .home .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsBody, .home .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsDateTime, .home .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsTitle, .home .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsSummary, .home .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsReadMoreLink, .home .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsBody, .home .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsDateTime {
                padding: 0 40px 10px; } }
        .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsReadMoreLink, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsReadMoreLink {
          font-weight: bold;
          margin-top: 10px;
          display: block; }
        .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsSummary, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsSummary {
          padding-bottom: 20px; }
          .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsSummary p, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsSummary p {
            margin: 0 0 20px; }
            .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsSummary p:last-child, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsSummary p:last-child {
              margin: 0; }
          .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsSummary .fs_style_23, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsSummary .fs_style_23 {
            margin-top: 0; }
          .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsSummary a, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsSummary a {
            font-weight: bold; }
        .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsTitle, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsTitle {
          padding-top: 30px;
          margin-bottom: 10px;
          display: block;
          color: #2995a7; }
          .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsTitle:hover, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsTitle:hover {
            color: #35b8ce; }
          .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsTitle a, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsTitle a {
            font-size: 1.25rem;
            color: inherit;
            font-weight: normal !important; }
            .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsTitle a:hover, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsTitle a:hover {
              color: inherit; }
    .community-profiles-container .community-profiles-news:not(.alt-summary) .fsElementContent article .fsSummary p:first-of-type {
      margin: 0 0 20px 0;
      font-size: 1.5rem;
      color: #959595;
      font-weight: 300;
      font-style: italic;
      line-height: 1.2;
      font-family: "adobe-caslon-pro", "merriweather", "Gill Sans", "arvo", Georgia, sans-serif; }

.board-members-page .fsNews .fsTitle, .board-members-page .fsPostElement .fsTitle {
  font-size: 1rem;
  color: #00447c; }
  .board-members-page .fsNews .fsTitle:hover, .board-members-page .fsPostElement .fsTitle:hover {
    color: #a30134; }
  .board-members-page .fsNews .fsTitle a, .board-members-page .fsPostElement .fsTitle a {
    color: inherit; }
    .board-members-page .fsNews .fsTitle a:hover, .board-members-page .fsPostElement .fsTitle a:hover {
      color: inherit; }

.printscreen {
  display: none; }

body[data-pageid="597"] .fsProfileSection .fsLocation, body[data-pageid="520"] .fsProfileSection .fsLocation, body[data-pageid="12"] .fsProfileSection .fsLocation {
  margin-bottom: 0px; }

body[data-pageid="597"] .fsProfileSection .fsProfileSectionData.fsStyleHalf, body[data-pageid="520"] .fsProfileSection .fsProfileSectionData.fsStyleHalf, body[data-pageid="12"] .fsProfileSection .fsProfileSectionData.fsStyleHalf {
  float: left; }

body[data-pageid="597"] .fsProfileSectionFieldName {
  display: inline-block; }

body[data-pageid="597"] .fsEmail > div:first-child {
  display: inline-block; }

body[data-pageid="12"] .fsProfileSectionFieldName {
  display: inline-block; }

.fsProfileSectionFieldName {
  display: none; }

.fsDialog .fsPhone > div:first-child {
  display: none; }

.fsConstituentProfile a {
  color: #a30134; }

.fsProfileSectionSpecialData.fsPhone {
  font-size: 1rem; }

.same-date-border .fsCalendar article {
  border: none; }

.same-date-border .fsListItems article {
  margin-bottom: 0em; }

.same-date-border .fsDayContainer {
  border: 1px solid #cccccc;
  margin-bottom: 1.876em; }

.fsFormContent {
  min-height: 320px; }

body.no-gap #fsPageBodyWrapper {
  padding-bottom: 0; }

@media (min-width: 800px) {
  body.no-gap #fsPageContent {
    margin-bottom: 0; } }

.fsDialog.fsCalendar {
  margin-bottom: auto; }
  .fsDialog.fsCalendar article {
    border: 0; }

.fsAthleticsDate .fsMeridian {
  padding-left: 3px; }

.fsAthleticsEvent .fsAllDayEvent {
  display: block; }

.fsAllDayEvent:before {
  content: "Time: "; }

body.body-redactor-hidden {
  overflow: visible;
  margin: 0 !important; }

figure.fsImage {
  margin: 0 0 1em 0; }

.fsResourceElement.fsSlideshow .fsElementSlideshow[data-arrows*="true"] {
  padding-top: 0;
  margin-bottom: 15px; }
  .fsResourceElement.fsSlideshow .fsElementSlideshow[data-arrows*="true"] .fsTitle.fsResourceName {
    margin-top: 10px;
    margin-bottom: 10px; }
  .fsResourceElement.fsSlideshow .fsElementSlideshow[data-arrows*="true"] p {
    margin-top: 0;
    margin-bottom: 0; }

.communications-toolkit-nav p a {
  color: #a30314;
  padding: 6.6666666667px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1em; }

.scroll-down-btn {
  position: absolute;
  width: 94px;
  left: calc(50% + 8.3px);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  margin: 0;
  bottom: 10px;
  z-index: 2; }
  @media (min-width: 700px) {
    .scroll-down-btn {
      display: block; } }
  .scroll-down-btn a:before {
    content: '\e91f';
    font-family: 'bpa-font-icons' !important; }
  .scroll-down-btn a {
    color: transparent !important;
    position: relative;
    margin: 0 auto;
    display: block; }
    .scroll-down-btn a:before {
      font-family: "IcoMoon";
      font-size: 45px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      color: #fff;
      z-index: 2;
      text-align: center;
      font-weight: normal; }
    .scroll-down-btn a:hover {
      color: transparent;
      background: none; }
      .scroll-down-btn a:hover:before {
        animation-name: wobble-vertical;
        animation-duration: 1s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: 1; }
  .fsComposeMode .scroll-down-btn {
    position: static;
    width: auto;
    left: 0;
    bottom: 0;
    -ms-transform: none;
    transform: none; }
    .fsComposeMode .scroll-down-btn a {
      color: #1c1c1c !important; }
      .fsComposeMode .scroll-down-btn a:before {
        position: static;
        color: #1c1c1c; }

/* Wobble Vertical */
@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px); }
  33.3% {
    transform: translateY(-6px); }
  49.95% {
    transform: translateY(4px); }
  66.6% {
    transform: translateY(-2px); }
  83.25% {
    transform: translateY(1px); }
  100% {
    transform: translateY(0); } }

.randomized-hero {
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px !important; }
  @media (min-width: 600px) {
    .randomized-hero {
      margin-bottom: 0 !important; } }
  .randomized-hero .fsListItems {
    margin: 0; }
    .randomized-hero .fsListItems article {
      margin: 0;
      padding: 0; }
      .randomized-hero .fsListItems article img {
        width: 100%;
        visibility: hidden;
        opacity: 0; }

.featured-events {
  margin: 0 !important;
  padding-top: 0 !important;
  padding: 0 10px !important; }
  @media (min-width: 600px) {
    .featured-events {
      padding-top: 25px !important; } }
  @media (min-width: 800px) {
    .featured-events {
      padding-top: 45px !important;
      padding-left: 20px !important;
      padding-right: 20px !important;
      margin-bottom: 83px !important; } }
  .featured-events:before {
    content: '';
    left: -20px;
    top: -20px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 90% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 90% 100%);
    background: #efefef;
    height: 397px;
    width: 100vw;
    position: absolute;
    display: block; }
    @media (min-width: 600px) {
      .featured-events:before {
        top: 25px; } }
    @media (min-width: 800px) {
      .featured-events:before {
        background: url(/uploaded/BG-top.png);
        width: 100%;
        height: 539px;
        background-repeat: no-repeat;
        z-index: 0;
        background-size: cover;
        background-position: left;
        left: auto;
        top: auto;
        -webkit-clip-path: none;
        clip-path: none; } }
    @media (min-width: 1225px) {
      .featured-events:before {
        background-size: contain;
        background-position: 100%; } }
    @media (min-width: 1600px) {
      .featured-events:before {
        background-size: cover;
        right: -20px;
        max-width: 81.17%; } }
  .featured-events > header {
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 800px) {
      .featured-events > header {
        margin-bottom: 30px; } }
    .featured-events > header .fsElementTitle {
      position: relative;
      font-size: 24px;
      margin: 0;
      margin-top: 25px; }
      @media (min-width: 800px) {
        .featured-events > header .fsElementTitle {
          font-size: 2em;
          margin-top: 33px;
          margin-bottom: 33px; } }
  .featured-events .slick-slider {
    overflow: hidden; }
  .featured-events .fsContent {
    margin: 0 20px; }
    .featured-events .fsContent picture {
      position: relative; }
    body:not(.fsComposeMode) .featured-events .fsContent header picture:before {
      content: ' ';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.4);
      z-index: 999999999;
      width: 100%;
      height: 100%;
      opacity: 1;
      visibility: visible;
      opacity: 0;
      transition: 0.3s; }
    body:not(.fsComposeMode) .featured-events .fsContent:focus header picture:before {
      opacity: 1; }
    body:not(.fsComposeMode) .featured-events .fsContent:focus .fsElementTitle {
      color: #54782b; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .featured-events .fsContent:hover header picture:before {
        opacity: 1; }
      body:not(.fsComposeMode) .featured-events .fsContent:hover .fsElementTitle {
        color: #54782b; } }
    .featured-events .fsContent picture {
      display: block;
      line-height: 0; }
    .featured-events .fsContent .fsElementContent p {
      line-height: 24px;
      margin-top: 5px; }
    .featured-events .fsContent footer a {
      display: inline-block;
      border: 0;
      margin: 0 0 20px;
      padding: 6.6666666667px 13.3333333333px 6.6666666667px;
      background: #54782b;
      color: #fff;
      font-size: 0.9375rem;
      font-family: "arvo", "merriweather", "Gill Sans", "adobe-caslon-pro", Georgia, sans-serif;
      border-radius: 5px;
      vertical-align: bottom;
      margin-bottom: 0; }
      .featured-events .fsContent footer a:hover, .featured-events .fsContent footer a:focus {
        background: #384f1e;
        background: #de8d46; }
    .featured-events .fsContent header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .featured-events .fsContent header .fsElementTitle {
        margin-top: 0;
        font-weight: normal;
        font-family: "Figtree", sans-serif;
        font-size: 1.3125em;
        line-height: 1.04762em;
        color: #00447c;
        margin-bottom: 0.47619em;
        color: #237f90; }
      .featured-events .fsContent header img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%; }
        @media (min-width: 800px) {
          .featured-events .fsContent header img {
            height: 215px; } }
  .featured-events .slick-list {
    margin: 0 -20px; }
  .featured-events .slick-next, .featured-events .slick-prev {
    display: block !important;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -40px;
    font-size: 0;
    z-index: 2;
    text-align: left;
    border: 0;
    width: 40px;
    height: 80px;
    border-bottom-left-radius: 160px;
    border-top-left-radius: 160px;
    -ms-transform: none;
    transform: none;
    top: calc(50% - 165px);
    box-shadow: none;
    background: none; }
    @media (min-width: 800px) {
      .featured-events .slick-next, .featured-events .slick-prev {
        top: 66.5px; } }
    @media (min-width: 1080px) {
      .featured-events .slick-next, .featured-events .slick-prev {
        box-shadow: -1px 2px 2px 1px #d8d8d8;
        background: #fff; } }
    .featured-events .slick-next:before, .featured-events .slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 1.6875rem;
      color: #000;
      position: relative;
      right: -5px;
      display: block;
      text-align: left; }
  .featured-events .slick-next {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 160px;
    border-top-right-radius: 160px;
    right: -30px;
    width: auto;
    padding: 0;
    left: auto; }
    @media (min-width: 1080px) {
      .featured-events .slick-next {
        left: auto;
        right: -40px;
        padding: 1px 6px;
        width: 40px; } }
    @media (min-width: 1080px) {
      .featured-events .slick-next {
        box-shadow: 1px 2px 2px 1px #d8d8d8; } }
    .featured-events .slick-next:before {
      right: auto;
      display: block;
      text-align: center;
      width: calc(100% - 15px);
      left: 15px;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      left: 0; }
  .featured-events .slick-dots {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 0; }
    @media (min-width: 600px) {
      .featured-events .slick-dots {
        top: auto;
        bottom: 20px; } }
    .featured-events .slick-dots li {
      display: inline-block;
      margin-right: 10px; }
      .featured-events .slick-dots li:last-child {
        margin-right: 0; }
      .featured-events .slick-dots li.slick-active button {
        background: #2995a7; }
      .featured-events .slick-dots li button {
        -moz-appearance: none;
        appearance: none;
        padding: 0;
        border: 0;
        background: transparent;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        font-size: 0;
        border: thin solid #2995a7; }

body:not(.fsComposeMode) .home-news-calendar {
  position: relative;
  margin: 0;
  overflow: hidden;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .home-news-calendar {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media (max-width: 1079px) {
    body:not(.fsComposeMode) .home-news-calendar {
      padding-top: 40px !important; } }
  @media (min-width: 1160px) {
    body:not(.fsComposeMode) .home-news-calendar {
      min-height: 538px;
      margin-top: 8px !important;
      padding-bottom: 0px !important; } }
  body:not(.fsComposeMode) .home-news-calendar:before {
    content: '';
    background: url(/uploaded/BG-bottom.png);
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 1px;
    width: 503px;
    background-position: top right;
    background-repeat: no-repeat; }
    @media (min-width: 800px) {
      body:not(.fsComposeMode) .home-news-calendar:before {
        width: 41.875%;
        background-position: unset; } }
    @media (min-width: 1225px) {
      body:not(.fsComposeMode) .home-news-calendar:before {
        background-position: 100% bottom; } }
    @media (min-width: 1450px) {
      body:not(.fsComposeMode) .home-news-calendar:before {
        background-size: cover;
        right: -20px;
        max-width: 81.17%; } }
  body:not(.fsComposeMode) .home-news-calendar header {
    text-align: center;
    margin-bottom: 30px;
    text-align: center;
    background: #fff;
    margin-bottom: 0;
    position: relative;
    max-width: 73.75rem;
    margin: 0 auto;
    padding-bottom: 10px;
    margin-top: 10px;
    padding-top: 25px;
    border-top: thin solid #efefef; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .home-news-calendar header {
        border-top: 0;
        border: thin solid #efefef;
        border-bottom: 0; } }
    @media (min-width: 1160px) {
      body:not(.fsComposeMode) .home-news-calendar header {
        padding-left: 45px;
        padding-right: 35px;
        border: thin solid #dbdbdb;
        border-bottom: 0; } }
    body:not(.fsComposeMode) .home-news-calendar header h2 {
      font-size: 24px; }
      @media (min-width: 800px) {
        body:not(.fsComposeMode) .home-news-calendar header h2 {
          font-size: 2em;
          margin-left: 0;
          text-align: center; } }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .home-news-calendar > .fsElementContent {
      border: thin solid #efefef;
      border-top: 0;
      border-bottom: 0; } }
  @media (min-width: 1160px) {
    body:not(.fsComposeMode) .home-news-calendar > .fsElementContent {
      border: 0; } }
  body:not(.fsComposeMode) .home-news-calendar footer {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    padding: 0 20px;
    border-bottom: thin solid #efefef;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .home-news-calendar footer {
        border-top: 0;
        border-left: thin solid #efefef;
        border-right: thin solid #efefef; } }
    @media (min-width: 1160px) {
      body:not(.fsComposeMode) .home-news-calendar footer {
        border: 0;
        padding-left: 45px;
        padding-right: 35px;
        padding-top: 0;
        padding-right: 0;
        margin-bottom: 0; } }
    body:not(.fsComposeMode) .home-news-calendar footer .fsElementFooterContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (min-width: 1160px) {
        body:not(.fsComposeMode) .home-news-calendar footer .fsElementFooterContent {
          -ms-flex-pack: justify;
          justify-content: space-between; } }
    body:not(.fsComposeMode) .home-news-calendar footer p:first-child {
      margin-right: 10px; }
      @media (min-width: 1160px) {
        body:not(.fsComposeMode) .home-news-calendar footer p:first-child {
          margin-right: 0; } }
      body:not(.fsComposeMode) .home-news-calendar footer p:first-child a {
        display: inline-block;
        border: 0;
        margin: 0 0 20px;
        padding: 6.66667px 13.33333px 6.66667px;
        background: #FFF;
        color: #3a3a3d;
        font-size: 0.9375rem;
        font-family: "Figtree", sans-serif;
        font-weight: 600;
        border-radius: 5px;
        vertical-align: bottom;
        box-shadow: 0 1px 0px #333;
        font-size: 0.9375rem;
        margin-bottom: 0;
        background: #fff;
        box-shadow: 0px 1px 2px 1px #b3b3b3;
        -webkit-tap-highlight-color: transparent !important;
        transition: none; }
        body:not(.fsComposeMode) .home-news-calendar footer p:first-child a:hover {
          background: #de8d46;
          color: #FFF; }
        body:not(.fsComposeMode) .home-news-calendar footer p:first-child a em {
          display: block;
          font-style: normal; }
        @media (min-width: 1000px) {
          body:not(.fsComposeMode) .home-news-calendar footer p:first-child a {
            transition: background .3s, color .3s; } }
        @media (min-width: 1160px) {
          body:not(.fsComposeMode) .home-news-calendar footer p:first-child a {
            box-shadow: 0 1px 0px #b3b3b3; } }
        body:not(.fsComposeMode) .home-news-calendar footer p:first-child a:hover, body:not(.fsComposeMode) .home-news-calendar footer p:first-child a:focus {
          background: #384f1e;
          color: #fff;
          background: #de8d46; }
    @media (min-width: 1160px) {
      body:not(.fsComposeMode) .home-news-calendar footer p:last-child {
        margin-right: 215px; } }
    body:not(.fsComposeMode) .home-news-calendar footer p:last-child a {
      display: inline-block;
      border: 0;
      margin: 0 0 20px;
      padding: 6.66667px 13.33333px 6.66667px;
      background: #FFF;
      color: #3a3a3d;
      font-size: 0.9375rem;
      font-family: "Figtree", sans-serif;
      font-weight: 600;
      border-radius: 5px;
      vertical-align: bottom;
      box-shadow: 0 1px 0px #333;
      font-size: 0.9375rem;
      margin-bottom: 0;
      background: #fff;
      box-shadow: 0px 1px 2px 1px #b3b3b3;
      -webkit-tap-highlight-color: transparent !important;
      transition: none; }
      body:not(.fsComposeMode) .home-news-calendar footer p:last-child a:hover {
        background: #de8d46;
        color: #FFF; }
      body:not(.fsComposeMode) .home-news-calendar footer p:last-child a em {
        display: block;
        font-style: normal; }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .home-news-calendar footer p:last-child a {
          transition: background .3s, color .3s; } }
      body:not(.fsComposeMode) .home-news-calendar footer p:last-child a:hover, body:not(.fsComposeMode) .home-news-calendar footer p:last-child a:focus {
        background: #384f1e;
        color: #fff;
        background: #de8d46; }
  body:not(.fsComposeMode) .home-news-calendar > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    background: #fff;
    border-top: 0; }
    @media (min-width: 1160px) {
      body:not(.fsComposeMode) .home-news-calendar > .fsElementContent {
        padding-left: 45px;
        padding-right: 35px;
        min-height: 345px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border: thin solid #dbdbdb;
        border-top: 0; } }
    body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsCalendar {
      position: relative;
      margin: 0px;
      padding: 0px;
      margin-left: 13px; }
      @media (min-width: 1160px) {
        body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsCalendar {
          width: 308px;
          margin-left: 0; } }
      body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsCalendar .fsListItems .fsDayContainer article:nth-child(3) {
        display: none; }
        @media (min-width: 800px) {
          body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsCalendar .fsListItems .fsDayContainer article:nth-child(3) {
            display: block; } }
      body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsCalendar .fsListItems .fsDayContainer:last-child:nth-of-type(3) {
        display: none; }
        @media (min-width: 800px) {
          body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsCalendar .fsListItems .fsDayContainer:last-child:nth-of-type(3) {
            display: block; } }
      body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsCalendar article {
        padding-top: 8px;
        border: 0;
        border-bottom: 1px solid 313131;
        padding-bottom: 0px;
        margin-bottom: 20px;
        min-height: 91px;
        margin-bottom: 14px; }
        body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsCalendar article .fsEventDetails {
          position: relative; }
          body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsCalendar article .fsEventDetails:before {
            height: 1px;
            background: #313131;
            position: absolute;
            bottom: -10px;
            display: block;
            width: 160px; }
        body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsCalendar article .fsAllDay:before, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsCalendar article .fsTime:before, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsCalendar article .fsTimeRange:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          color: #313131;
          font-size: 16px;
          display: inline-block;
          margin-right: 5px;
          position: relative;
          top: 1px; }
        body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsCalendar article:last-child .fsEventDetails:before {
          display: none; }
        body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsCalendar article .fsDate span.fsMonth {
          background: #54782b; }
        body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsCalendar article .fsTitle a {
          color: #1c1c1c;
          font-size: 16px; }
          body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsCalendar article .fsTitle a:hover, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsCalendar article .fsTitle a:focus {
            text-decoration: underline; }
        body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsCalendar article .fsTimeRange {
          font-size: 15px; }
        body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsCalendar article .fsEventDetails:after {
          content: '';
          width: 205px;
          border-bottom: thin solid #313131;
          display: block !important;
          margin-top: 15px; }
          @media (min-width: 700px) {
            body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsCalendar article .fsEventDetails:after {
              width: 160px; } }
      body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsCalendar .fsDayContainer:last-child article:last-child .fsEventDetails:after {
        display: none !important; }
    body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews {
      position: relative;
      margin: 0px; }
      @media (min-width: 1160px) {
        body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews {
          padding: 0px 0px 0px 465px;
          min-height: 338px; } }
      @media (min-width: 1160px) {
        body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement .fsListItems, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews .fsListItems {
          width: 300px; } }
      body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews article {
        border-bottom: thin solid #313131;
        margin: 0px;
        padding: 13px 0px 13px;
        background: none !important; }
        body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article:first-child, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews article:first-child {
          width: 100%;
          height: 254px;
          position: relative;
          padding-bottom: 0; }
          @media (min-width: 321px) {
            body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article:first-child, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews article:first-child {
              height: 294px; } }
          @media (min-width: 400px) {
            body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article:first-child, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews article:first-child {
              height: 300px; } }
          @media (min-width: 600px) {
            body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article:first-child, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews article:first-child {
              height: 390px; } }
          @media (min-width: 700px) {
            body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article:first-child, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews article:first-child {
              height: 576px; } }
          @media (min-width: 1160px) {
            body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article:first-child, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews article:first-child {
              position: absolute;
              top: 0;
              left: 0;
              width: 420px;
              height: 321px;
              margin: 0px;
              padding: 0px;
              border: none;
              padding-bottom: 13px; } }
          body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article:first-child .fsThumbnail, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews article:first-child .fsThumbnail {
            width: 100%;
            height: 100%;
            max-width: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            position: relative;
            z-index: 2; }
            body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article:first-child .fsThumbnail:after, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews article:first-child .fsThumbnail:after {
              content: "";
              width: 100%;
              height: 100px;
              display: block;
              position: absolute;
              bottom: 0;
              left: 0;
              background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
            body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article:first-child .fsThumbnail img, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews article:first-child .fsThumbnail img {
              display: none; }
          body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article:first-child .text-wrapper, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews article:first-child .text-wrapper {
            position: absolute;
            z-index: 10;
            bottom: 0;
            left: 0;
            width: 100%;
            margin: 0px;
            color: #ffffff;
            font-size: 28px;
            line-height: 32px;
            font-weight: 400;
            padding: 10px 20px 30px;
            cursor: pointer;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
            @media (min-width: 1160px) {
              body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article:first-child .text-wrapper, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews article:first-child .text-wrapper {
                padding: 10px 34px 25px; } }
            body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article:first-child .text-wrapper .fsTitle, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews article:first-child .text-wrapper .fsTitle {
              line-height: 0; }
              @media (max-width: 1159px) {
                body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article:first-child .text-wrapper .fsTitle, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews article:first-child .text-wrapper .fsTitle {
                  margin-bottom: 0; } }
              body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article:first-child .text-wrapper .fsTitle a, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews article:first-child .text-wrapper .fsTitle a {
                line-height: 1.2;
                font-size: 1.125rem;
                color: #fff;
                display: block; }
                body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article:first-child .text-wrapper .fsTitle a:hover, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article:first-child .text-wrapper .fsTitle a:focus, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews article:first-child .text-wrapper .fsTitle a:hover, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews article:first-child .text-wrapper .fsTitle a:focus {
                  text-decoration: underline; }
            body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article:first-child .text-wrapper .fsDateTime time, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews article:first-child .text-wrapper .fsDateTime time {
              font-size: 15px; }
          body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article:first-child:hover .text-wrapper a, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article:first-child:focus .text-wrapper a, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews article:first-child:hover .text-wrapper a, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews article:first-child:focus .text-wrapper a {
            text-decoration: underline; }
        body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article:not(:first-child), body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews article:not(:first-child) {
          margin: 0 20px; }
          @media (min-width: 1160px) {
            body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article:not(:first-child), body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews article:not(:first-child) {
              margin: 0; } }
          body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article:not(:first-child) > .fsThumbnail, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article:not(:first-child) > .fsDateTime, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews article:not(:first-child) > .fsThumbnail, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews article:not(:first-child) > .fsDateTime {
            display: none; }
          body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article:not(:first-child) > .fsTitle, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews article:not(:first-child) > .fsTitle {
            margin-left: 0;
            margin-bottom: 5px;
            line-height: 1; }
            body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article:not(:first-child) > .fsTitle a, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews article:not(:first-child) > .fsTitle a {
              font-size: 16px;
              color: #1c1c1c;
              line-height: 1; }
              body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article:not(:first-child) > .fsTitle a:hover, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article:not(:first-child) > .fsTitle a:focus, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews article:not(:first-child) > .fsTitle a:hover, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews article:not(:first-child) > .fsTitle a:focus {
                text-decoration: underline; }
        @media (min-width: 1160px) {
          body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article:nth-child(2), body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews article:nth-child(2) {
            padding-top: 0; } }
        @media (min-width: 1160px) {
          body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article:last-child, body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsNews article:last-child {
            margin-bottom: 20px !important; } }

@media (max-width: 1159px) {
  body:not(.fsComposeMode) .home-news-calendar > .fsElementContent .fsPostElement article:not(:first-child) {
    margin: 0px 20px !important; } }

.home-feeds {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  margin-top: 45px !important;
  margin-bottom: 40px !important; }
  @media (min-width: 600px) {
    .home-feeds {
      padding: 20px 20px 10px !important;
      margin-top: 25px !important; } }
  .home-feeds .feed-desc a {
    color: #fff;
    text-decoration: underline; }
    .home-feeds .feed-desc a:hover, .home-feeds .feed-desc a:focus {
      text-decoration: none; }
  .home-feeds > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .home-feeds:before {
    content: '';
    left: -20px;
    top: -20px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 90% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 90% 100%);
    background: #efefef;
    width: 100vw;
    position: absolute;
    display: block;
    height: calc(100% + 30px); }
    @media (min-width: 600px) {
      .home-feeds:before {
        top: 25px;
        height: calc(100% + -5px); } }
    @media (min-width: 800px) {
      .home-feeds:before {
        background: url(/uploaded/BG-top.png);
        width: 100%;
        height: 539px;
        background-repeat: no-repeat;
        z-index: 0;
        background-size: cover;
        background-position: left;
        left: auto;
        top: auto;
        -webkit-clip-path: none;
        clip-path: none; } }
    @media (min-width: 1225px) {
      .home-feeds:before {
        background-size: contain;
        background-position: 100%; } }
    @media (min-width: 1600px) {
      .home-feeds:before {
        background-size: cover;
        right: -20px;
        max-width: 81.17%; } }
  .home-feeds > header {
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 800px) {
      .home-feeds > header {
        margin-bottom: 45px;
        margin-top: 50px; } }
    .home-feeds > header .fsElementTitle {
      position: relative;
      font-size: 24px;
      margin: 0;
      margin-top: 25px; }
      @media (min-width: 800px) {
        .home-feeds > header .fsElementTitle {
          font-size: 2em;
          margin-top: 33px;
          margin-bottom: 33px; } }
  .home-feeds .poster-name {
    position: absolute;
    left: 16px;
    bottom: 13px;
    color: #fff; }
    .home-feeds .poster-name:hover, .home-feeds .poster-name:focus {
      text-decoration: underline; }
    .home-feeds .poster-name:before {
      content: '@'; }
  .home-feeds .feed-desc {
    font-family: "Figtree", sans-serif;
    text-align: center; }
  .home-feeds .mixed-feeds {
    width: 100%; }
    @media (min-width: 900px) {
      .home-feeds .mixed-feeds {
        width: 100%; } }
    .home-feeds .mixed-feeds > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .home-feeds .mixed-feeds > .fsElementContent article {
        width: 100%;
        height: 100%;
        margin-bottom: 20px;
        position: relative; }
        @media (min-width: 600px) {
          .home-feeds .mixed-feeds > .fsElementContent article {
            width: calc(33% - 10px);
            height: 330px; } }
        .home-feeds .mixed-feeds > .fsElementContent article:first-child, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(2), .home-feeds .mixed-feeds > .fsElementContent article:nth-child(3) {
          color: #fff;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat; }
          @media (min-width: 600px) {
            .home-feeds .mixed-feeds > .fsElementContent article:first-child, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(2), .home-feeds .mixed-feeds > .fsElementContent article:nth-child(3) {
              background: #2B96A8 !important; } }
          .home-feeds .mixed-feeds > .fsElementContent article:first-child:hover .entry-content, .home-feeds .mixed-feeds > .fsElementContent article:first-child:focus .entry-content, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(2):hover .entry-content, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(2):focus .entry-content, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(3):hover .entry-content, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(3):focus .entry-content {
            opacity: 1; }
          .home-feeds .mixed-feeds > .fsElementContent article:first-child .entry-content, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(2) .entry-content, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(3) .entry-content {
            position: absolute;
            top: 0;
            padding-bottom: 0px;
            background: rgba(0, 0, 0, 0.6);
            padding: 25px;
            z-index: 1;
            transition: 0.3s ease opacity;
            opacity: 0;
            font-family: "Figtree", sans-serif;
            height: 100%;
            width: 100%; }
            @media (min-width: 600px) {
              .home-feeds .mixed-feeds > .fsElementContent article:first-child .entry-content, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(2) .entry-content, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(3) .entry-content {
                margin: 25px;
                height: calc(100% - 50px);
                width: calc(100% - 50px); } }
          .home-feeds .mixed-feeds > .fsElementContent article:first-child .poster-name, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(2) .poster-name, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(3) .poster-name {
            z-index: 99; }
            @media (min-width: 600px) {
              .home-feeds .mixed-feeds > .fsElementContent article:first-child .poster-name, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(2) .poster-name, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(3) .poster-name {
                bottom: 35px;
                left: 40px;
                z-index: 99; } }
          .home-feeds .mixed-feeds > .fsElementContent article:first-child .feed-actions, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(2) .feed-actions, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(3) .feed-actions {
            position: absolute;
            left: 50%;
            top: 50%;
            display: -ms-flexbox;
            display: flex;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -ms-flex-pack: justify;
            justify-content: space-between; }
            .home-feeds .mixed-feeds > .fsElementContent article:first-child .feed-actions .comment-count, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(2) .feed-actions .comment-count, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(3) .feed-actions .comment-count {
              font-size: 20px;
              font-family: "Figtree", sans-serif; }
              .home-feeds .mixed-feeds > .fsElementContent article:first-child .feed-actions .comment-count:before, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(2) .feed-actions .comment-count:before, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(3) .feed-actions .comment-count:before {
                content: '';
                content: "";
                font-family: "IcoMoon";
                font-smoothing: antialiased;
                font-weight: normal;
                speak: none;
                margin-right: 5px;
                display: inline-block;
                color: #fff;
                line-height: 1;
                font-size: 20px;
                top: 3px;
                position: relative; }
            .home-feeds .mixed-feeds > .fsElementContent article:first-child .feed-actions .like-count, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(2) .feed-actions .like-count, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(3) .feed-actions .like-count {
              font-size: 20px;
              font-family: "Figtree", sans-serif;
              margin-right: 30px; }
              .home-feeds .mixed-feeds > .fsElementContent article:first-child .feed-actions .like-count:before, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(2) .feed-actions .like-count:before, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(3) .feed-actions .like-count:before {
                content: '';
                content: "";
                font-family: "IcoMoon";
                font-smoothing: antialiased;
                font-weight: normal;
                speak: none;
                margin-right: 5px;
                display: inline-block;
                color: #fff;
                line-height: 1;
                font-size: 20px;
                top: 3px;
                position: relative; }
          .home-feeds .mixed-feeds > .fsElementContent article:first-child img, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(2) img, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(3) img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            position: relative;
            filter: brightness(0.75); }
            @media (max-width: 599px) {
              .home-feeds .mixed-feeds > .fsElementContent article:first-child img, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(2) img, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(3) img {
                display: block;
                padding-bottom: 75%;
                height: 0; } }
            @media (min-width: 600px) {
              .home-feeds .mixed-feeds > .fsElementContent article:first-child img, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(2) img, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(3) img {
                padding: 25px; } }
          .home-feeds .mixed-feeds > .fsElementContent article:first-child .social-icon, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(2) .social-icon, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(3) .social-icon {
            z-index: 99; }
            @media (min-width: 600px) {
              .home-feeds .mixed-feeds > .fsElementContent article:first-child .social-icon, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(2) .social-icon, .home-feeds .mixed-feeds > .fsElementContent article:nth-child(3) .social-icon {
                bottom: 34px;
                right: 38px;
                z-index: 99; } }
        .home-feeds .mixed-feeds > .fsElementContent article:nth-child(2) {
          background: #54782b;
          color: #fff;
          display: none;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 40px; }
          @media (min-width: 600px) {
            .home-feeds .mixed-feeds > .fsElementContent article:nth-child(2) {
              display: -ms-flexbox;
              display: flex; } }
          .home-feeds .mixed-feeds > .fsElementContent article:nth-child(2):before {
            content: '';
            display: block;
            position: absolute;
            top: -10px;
            left: 50%;
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            width: 54px;
            height: 55px;
            background: url(/uploaded/feed-logo.svg);
            background-size: contain;
            background-repeat: no-repeat; }
        .home-feeds .mixed-feeds > .fsElementContent article:nth-child(4), .home-feeds .mixed-feeds > .fsElementContent article:last-child {
          width: 49%;
          background: #2B96A8 !important;
          position: relative;
          height: 300px;
          display: none;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 40px; }
          @media (min-width: 600px) {
            .home-feeds .mixed-feeds > .fsElementContent article:nth-child(4), .home-feeds .mixed-feeds > .fsElementContent article:last-child {
              height: 310px;
              display: -ms-flexbox;
              display: flex; } }
          .home-feeds .mixed-feeds > .fsElementContent article:nth-child(4) img, .home-feeds .mixed-feeds > .fsElementContent article:last-child img {
            width: 210px;
            height: 210px;
            -o-object-fit: cover;
            object-fit: cover;
            display: none;
            cursor: pointer; }
            @media (min-width: 600px) {
              .home-feeds .mixed-feeds > .fsElementContent article:nth-child(4) img, .home-feeds .mixed-feeds > .fsElementContent article:last-child img {
                display: block; } }
          @media (min-width: 600px) {
            .home-feeds .mixed-feeds > .fsElementContent article:nth-child(4) .feed-content, .home-feeds .mixed-feeds > .fsElementContent article:last-child .feed-content {
              -ms-flex-item-align: start;
              align-self: flex-start; } }
          .home-feeds .mixed-feeds > .fsElementContent article:nth-child(4) .feed-desc, .home-feeds .mixed-feeds > .fsElementContent article:last-child .feed-desc {
            text-align: center;
            padding-top: 0;
            color: #fff; }
            @media (min-width: 600px) {
              .home-feeds .mixed-feeds > .fsElementContent article:nth-child(4) .feed-desc, .home-feeds .mixed-feeds > .fsElementContent article:last-child .feed-desc {
                text-align: left;
                padding: 20px;
                padding-left: 35px;
                padding-top: 35px; } }
          .home-feeds .mixed-feeds > .fsElementContent article:nth-child(4):before, .home-feeds .mixed-feeds > .fsElementContent article:last-child:before {
            content: '';
            display: block;
            position: absolute;
            top: -10px;
            left: 50%;
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            width: 54px;
            height: 55px;
            background: url(/uploaded/feed-logo.svg);
            background-size: contain;
            background-repeat: no-repeat; }
  .home-feeds .single-feed {
    width: 100%;
    display: none; }
    @media (min-width: 600px) {
      .home-feeds .single-feed {
        display: block; } }
    @media (min-width: 900px) {
      .home-feeds .single-feed {
        width: calc(41% - 20px); } }
    .home-feeds .single-feed article {
      background: #237f90 !important;
      color: #fff;
      position: relative;
      height: 640px;
      margin-bottom: 60px; }
      .home-feeds .single-feed article:first-child {
        display: none; }
      @media (min-width: 900px) {
        .home-feeds .single-feed article {
          height: 557px;
          margin-bottom: 0; } }
      .home-feeds .single-feed article .poster-name {
        left: 16px;
        bottom: 16px;
        left: 96px; }
        @media (min-width: 900px) {
          .home-feeds .single-feed article .poster-name {
            left: 16px; } }
      .home-feeds .single-feed article .feed-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 70px; }
        @media (min-width: 900px) {
          .home-feeds .single-feed article .feed-content {
            -ms-flex-align: center;
            align-items: center; } }
        .home-feeds .single-feed article .feed-content .feed-image {
          position: relative; }
        .home-feeds .single-feed article .feed-content .feed-actions {
          position: absolute;
          left: 50%;
          top: 50%;
          display: -ms-flexbox;
          display: flex;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .home-feeds .single-feed article .feed-content .feed-actions .comment-count {
            font-size: 20px;
            font-family: "Figtree", sans-serif; }
            .home-feeds .single-feed article .feed-content .feed-actions .comment-count:before {
              content: '';
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none;
              margin-right: 5px;
              display: inline-block;
              color: #fff;
              line-height: 1;
              font-size: 20px;
              top: 3px;
              position: relative; }
          .home-feeds .single-feed article .feed-content .feed-actions .like-count {
            font-size: 20px;
            font-family: "Figtree", sans-serif;
            margin-right: 30px; }
            .home-feeds .single-feed article .feed-content .feed-actions .like-count:before {
              content: '';
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none;
              margin-right: 5px;
              display: inline-block;
              color: #fff;
              line-height: 1;
              font-size: 20px;
              top: 3px;
              position: relative; }
        .home-feeds .single-feed article .feed-content .feed-desc {
          padding: 0 40px;
          margin-bottom: 40px; }
          @media (min-width: 600px) {
            .home-feeds .single-feed article .feed-content .feed-desc {
              padding: 0 80px; } }
        .home-feeds .single-feed article .feed-content img {
          filter: brightness(0.75);
          -o-object-fit: cover;
          object-fit: cover;
          width: 100%;
          margin-bottom: -6px;
          height: 480px;
          padding: 0 80px; }
          @media (min-width: 900px) {
            .home-feeds .single-feed article .feed-content img {
              width: 404px;
              height: 401px;
              margin-bottom: 0;
              padding: 0;
              cursor: pointer; } }
      .home-feeds .single-feed article:before {
        content: '';
        display: block;
        position: absolute;
        top: -10px;
        left: 50%;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 54px;
        height: 55px;
        background: url(/uploaded/feed-logo.svg);
        background-size: contain;
        background-repeat: no-repeat; }
      .home-feeds .single-feed article:after {
        bottom: auto;
        top: 15px; }
  .home-feeds .fsFeed-post.Twitter .social-icon, .home-feeds .fsFeed-post.X .social-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    transition: 0.3s; }
    .home-feeds .fsFeed-post.Twitter .social-icon:hover, .home-feeds .fsFeed-post.Twitter .social-icon:focus, .home-feeds .fsFeed-post.X .social-icon:hover, .home-feeds .fsFeed-post.X .social-icon:focus {
      opacity: 0.8; }
  .home-feeds .fsFeed-post.Twitter .social-icon:after, .home-feeds .fsFeed-post.X .social-icon:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-family: "fsIcomoon";
    z-index: 2;
    color: #fff;
    font-size: 22px;
    line-height: 1; }
  .home-feeds .fsFeed-post.Facebook a {
    color: #ffffff; }
  .home-feeds .fsFeed-post.Facebook .social-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    transition: 0.3s; }
    .home-feeds .fsFeed-post.Facebook .social-icon:hover, .home-feeds .fsFeed-post.Facebook .social-icon:focus {
      opacity: 0.8; }
  .home-feeds .fsFeed-post.Facebook .social-icon:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    z-index: 2;
    color: #fff;
    font-size: 26px;
    line-height: 1; }
  .home-feeds .fsFeed-post.Instagram .social-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    transition: 0.3s; }
    @media (min-width: 600px) {
      .home-feeds .fsFeed-post.Instagram .social-icon {
        right: 96px; } }
    @media (min-width: 900px) {
      .home-feeds .fsFeed-post.Instagram .social-icon {
        right: 15px; } }
    .home-feeds .fsFeed-post.Instagram .social-icon:hover, .home-feeds .fsFeed-post.Instagram .social-icon:focus {
      opacity: 0.8; }
  .home-feeds .fsFeed-post.Instagram .social-icon:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    line-height: 1; }

.home-2020:not(.home) .caption-wrapper, .update-2021:not(.home) .caption-wrapper {
  display: none !important; }

.home-2020 .main-slideshow, .update-2021 .main-slideshow {
  position: relative; }
  .home-2020 .main-slideshow .slick-dots, .update-2021 .main-slideshow .slick-dots {
    display: none !important; }

.home-2020 .caption-wrapper, .update-2021 .caption-wrapper {
  display: block !important; }
  .home-2020 .caption-wrapper .caption-title, .update-2021 .caption-wrapper .caption-title {
    display: none; }
  .home-2020 .caption-wrapper .caption-desc p:first-child, .update-2021 .caption-wrapper .caption-desc p:first-child {
    display: none; }
  .home-2020 .caption-wrapper .caption-desc p:last-child, .update-2021 .caption-wrapper .caption-desc p:last-child {
    position: absolute;
    bottom: 0;
    display: block !important;
    left: 50%;
    bottom: 51px;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%; }
  @media (min-width: 600px) {
    .home-2020 .caption-wrapper .caption-title, .update-2021 .caption-wrapper .caption-title {
      display: block; }
    .home-2020 .caption-wrapper .caption-desc p:first-child, .update-2021 .caption-wrapper .caption-desc p:first-child {
      display: block; }
    .home-2020 .caption-wrapper .caption-desc p:last-child, .update-2021 .caption-wrapper .caption-desc p:last-child {
      position: relative;
      bottom: auto;
      width: auto;
      -ms-transform: none;
      transform: none;
      left: auto; } }

.home-2020 figcaption p:last-child, .update-2021 figcaption p:last-child {
  position: absolute;
  bottom: 0;
  display: block !important;
  left: 50%;
  bottom: 25px;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%; }
  @media (min-width: 600px) {
    .home-2020 figcaption p:last-child, .update-2021 figcaption p:last-child {
      position: relative;
      bottom: auto;
      width: auto;
      -ms-transform: none;
      transform: none;
      left: auto; } }

.home-2020 .main-slideshow .slick-dots, .update-2021 .main-slideshow .slick-dots {
  display: none !important; }

.home-2020 .parallax-section, .update-2021 .parallax-section {
  background: url("/uploaded/buildings2.png") !important;
  background-size: cover !important;
  background-position: center center !important; }
  .home-2020 .parallax-section .fsContent h5, .update-2021 .parallax-section .fsContent h5 {
    font-size: 26px;
    margin-top: 21px;
    margin-bottom: 40px !important;
    color: #3a3a3d; }
  .home-2020 .parallax-section .fsContent a, .update-2021 .parallax-section .fsContent a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 9px 13.3333333333px 9px;
    background: #54782b;
    color: #fff;
    font-size: 0.9375rem;
    font-family: "arvo", "merriweather", "Gill Sans", "adobe-caslon-pro", Georgia, sans-serif;
    border-radius: 5px;
    vertical-align: bottom;
    margin-bottom: 0; }
    .home-2020 .parallax-section .fsContent a:hover, .home-2020 .parallax-section .fsContent a:focus, .update-2021 .parallax-section .fsContent a:hover, .update-2021 .parallax-section .fsContent a:focus {
      background: #384f1e;
      background: #de8d46; }
  .home-2020 .parallax-section .fsContent > .fsElementContent div, .update-2021 .parallax-section .fsContent > .fsElementContent div {
    background: none !important; }

.home-2020 .site-info-container .fsElementContent .header-buttons li a, .update-2021 .site-info-container .fsElementContent .header-buttons li a {
  background: #5a802f;
  padding-top: 5px;
  padding-bottom: 5px; }
  .home-2020 .site-info-container .fsElementContent .header-buttons li a:hover, .home-2020 .site-info-container .fsElementContent .header-buttons li a:focus, .update-2021 .site-info-container .fsElementContent .header-buttons li a:hover, .update-2021 .site-info-container .fsElementContent .header-buttons li a:focus {
    background: #de8d46; }

.home-2020 .site-info-container .fsElementContent .constituent, .update-2021 .site-info-container .fsElementContent .constituent {
  margin-top: 4px; }

.home-2020 .site-info-container .fsElementContent .site-search, .update-2021 .site-info-container .fsElementContent .site-search {
  margin-top: 1px; }

.scroll-link {
  position: absolute;
  z-index: 1;
  left: calc(50% + 4px);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  color: transparent;
  font-size: 0;
  display: none;
  text-align: center;
  bottom: 20px;
  bottom: 0; }
  @media (min-width: 600px) {
    .scroll-link {
      bottom: 2px; } }

.scroll-link {
  display: block; }

.scroll-link:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 20px;
  line-height: 45px;
  color: #fff;
  transition: .3s;
  display: block; }

.scroll-link:hover:after {
  color: #eada54; }

.community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsTitle, .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsTitle {
  margin-left: 0; }

.community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsThumbnail, .landing .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsThumbnail, .landing .community-profiles-container .community-profiles-news .fsElementContent .fsListItems .slick-list .slick-slide .fsThumbnail {
  height: auto; }

@media (max-width: 799px) {
  .community-profiles-container .community-profiles-news .fsElementContent .slick-slider .slick-list .slick-slide .fsThumbnail {
    width: 100%; } }

body:not(.fsComposeMode).news-detail .fsNews .fsElementEmpty {
  display: none; }
