@charset "UTF-8";
 /**
 *
 * Taft School - default
 * @link http://www.taftschool.org
 * Site Template : newclientcustom
 * Built By: Tom Schisler
 * Project Manager: Lisa Catania
 * Designer: Kelly Wilson
 * ==== Git Info ====
 * Branch Name: clients/taft
 * Build version: 3.2.7
 * Git Tag: Composer-Build-2.0-496-g8178fcb614
 * Last build by: Jworthington
 *
 **/

@charset "UTF-8";
/*! config-site v0.0.1 */
/*! config-type v0.0.1 */
/*! config-constants v0.0.1 */
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 73.75em;
  max-width: 73.75rem; }

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left; } }

@media (min-width: 900px) {
  .col-4 {
    width: 25%; } }

/*! helpers - box-model v0.0.1 */
.margin-x {
  margin-right: 1.25em;
  margin-left: 1.25em; }

.margin-x-2x {
  margin-right: 2.5em;
  margin-left: 2.5em; }

.margin-y {
  margin-top: 1.25em;
  margin-bottom: 1.25em; }

.margin-y-2x {
  margin-top: 2.5em;
  margin-bottom: 2.5em; }

.padding-x {
  padding-right: 1.25em;
  padding-left: 1.25em; }

.padding-x-2x {
  padding-right: 2.5em;
  padding-left: 2.5em; }

.padding-y {
  padding-top: 1.25em;
  padding-bottom: 1.25em; }

.padding-y-2x {
  padding-top: 2.5em;
  padding-bottom: 2.5em; }

.stretch-container {
  margin-right: -1.25em;
  margin-left: -1.25em; }

.cover {
  position: absolute;
  height: 100%;
  width: 100%; }

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    .parent {
        @include drop(".dropdown", true, ".drop-class"); //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    }

*/
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts//icomoon.eot");
  src: url("../fonts//icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts//icomoon.woff2") format("woff2"), url("../fonts//icomoon.woff") format("woff"), url("../fonts//icomoon.ttf") format("truetype"), url("../fonts//icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

/*! content - html v0.0.1 */
h1 {
  margin-top: 0;
  font-weight: normal;
  font-family: "adelle-condensed", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 46px;
  line-height: 54px;
  margin-bottom: 25px; }
  @media (max-width: 1000px) {
    h1 {
      font-size: 2.5em;
      line-height: 1em; } }

h2 {
  margin-top: 0;
  font-weight: normal;
  font-family: "adelle-condensed", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 15px; }

h3 {
  margin-top: 0;
  font-weight: normal;
  font-family: "adelle-condensed", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px; }

h4 {
  margin-top: 0;
  font-weight: normal;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px; }

h5 {
  margin-top: 0;
  font-weight: normal;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 5px; }

h6 {
  margin-top: 0;
  font-weight: normal;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px; }

.fsCalendar .fsTitle, .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle, .fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin-top: 0;
  font-weight: normal;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
  margin: 0; }
  .fsCalendar .fsTitle a, .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle a, .fsTitle a, .fsFacebookFrom a, .fsVimeoTitle a, .fsYoutubeTitle a {
    color: #292f36; }
    .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle a:hover, .fsTitle a:hover, .fsFacebookFrom a:hover, .fsVimeoTitle a:hover, .fsYoutubeTitle a:hover {
      color: #010155;
      text-decoration: none; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  outline: 0;
  text-decoration: none;
  color: #010155;
  transition: background .3s,
 color .3s; }
  a:hover {
    text-decoration: underline;
    color: #010155; }

.athletics-landing .news-announcements > header .fsElementHeaderContent a, .fsElement .fsReadMoreLink, .fsPostElement.fsList.news-spotlight header .fsElementHeaderContent a,
.fsNews.fsList.news-spotlight header .fsElementHeaderContent a, .photo-spotlight .fsContent footer a, .fsPostElement.pinterest-style .fsSummary a, .fsPostElement.pinterest-style .fsReadMoreLink, .fsPostElement.profile-slider > header .fsElementHeaderContent, .photo-list .fsElementFooterContent a, .home .news-spotlight > footer a {
  font-family: "adelle-condensed", serif;
  font-style: italic;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #818386; }
  .athletics-landing .news-announcements > header .fsElementHeaderContent a:hover, .fsElement .fsReadMoreLink:hover, .fsPostElement.fsList.news-spotlight header .fsElementHeaderContent a:hover,
  .fsNews.fsList.news-spotlight header .fsElementHeaderContent a:hover, .photo-spotlight .fsContent footer a:hover, .fsPostElement.pinterest-style .fsSummary a:hover, .fsPostElement.pinterest-style .fsReadMoreLink:hover, .fsPostElement.profile-slider > header .fsElementHeaderContent:hover, .photo-list .fsElementFooterContent a:hover, .home .news-spotlight > footer a:hover {
    color: #010155;
    text-decoration: none; }

ul, ol {
  margin-top: 0;
  padding-left: 20px; }

ul {
  list-style: disc; }
  ul ul {
    list-style: circle; }
  ul ol {
    list-style: lower-roman; }

ol {
  list-style: decimal; }
  ol ol {
    list-style: lower-roman; }
  ol ul {
    list-style: circle; }

.fsAthleticsEvent.fsTable .fsEventTable, .fsAthleticsRoster .fsElementTable,
table.fs_style_28 {
  margin-bottom: 1.25em;
  width: 100%; }
  .fsAthleticsEvent.fsTable .fsEventTable tr:nth-of-type(odd) td, .fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
  table.fs_style_28 tr:nth-of-type(odd) td {
    background: rgba(255, 255, 255, 0.6); }
  .fsAthleticsEvent.fsTable .fsEventTable th, .fsAthleticsRoster .fsElementTable th,
  table.fs_style_28 th {
    margin-top: 0;
    font-weight: normal;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
    padding: 10px 20px;
    text-align: left;
    background: #900;
    color: #fff;
    border-radius: 0; }
    .fsAthleticsEvent.fsTable .fsEventTable th:first-of-type, .fsAthleticsRoster .fsElementTable th:first-of-type,
    table.fs_style_28 th:first-of-type {
      border-radius: 5px 0 0 5px; }
    .fsAthleticsEvent.fsTable .fsEventTable th:last-of-type, .fsAthleticsRoster .fsElementTable th:last-of-type,
    table.fs_style_28 th:last-of-type {
      border-radius: 0 5px 5px 0; }
    .fsAthleticsEvent.fsTable .fsEventTable th:only-of-type, .fsAthleticsRoster .fsElementTable th:only-of-type,
    table.fs_style_28 th:only-of-type {
      border-radius: 5px; }
  .fsAthleticsEvent.fsTable .fsEventTable td, .fsAthleticsRoster .fsElementTable td,
  table.fs_style_28 td {
    vertical-align: top; }
  .fsAthleticsEvent.fsTable .fsEventTable td, .fsAthleticsRoster .fsElementTable td,
  table.fs_style_28 td {
    padding: 10px 20px;
    background: rgba(191, 194, 197, 0.3); }
    .fsAthleticsEvent.fsTable .fsEventTable td:first-of-type, .fsAthleticsRoster .fsElementTable td:first-of-type,
    table.fs_style_28 td:first-of-type {
      border-radius: 5px 0 0 5px; }
    .fsAthleticsEvent.fsTable .fsEventTable td:last-of-type, .fsAthleticsRoster .fsElementTable td:last-of-type,
    table.fs_style_28 td:last-of-type {
      border-radius: 0 5px 5px 0; }
    .fsAthleticsEvent.fsTable .fsEventTable td:only-of-type, .fsAthleticsRoster .fsElementTable td:only-of-type,
    table.fs_style_28 td:only-of-type {
      border-radius: 5px; }

.img-container {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .img-container[style*=left], .img-container.left {
      float: left;
      margin-right: 20px;
      width: 37.5%; } }
  @media (min-width: 600px) {
    .img-container[style*=right], .img-container.right {
      float: right;
      margin-left: 20px;
      width: 37.5%; } }
  .img-container .img-wrapper img {
    display: block;
    width: 100%;
    height: auto; }
  .img-container .img-caption {
    padding: 5px 0 0;
    font-family: "adelle-condensed", serif;
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
    color: #bfc2c5; }

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0;
  max-width: 100%; }

pre {
  margin: 0 0 20px;
  padding: 10px;
  background: rgba(41, 47, 54, 0.1);
  border: 1px solid rgba(41, 47, 54, 0.2);
  color: #bfc2c5;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  word-break: normal;
  white-space: pre-wrap; }

.bg-scroll-test {
  border: 5px solid lime;
  min-height: 400px;
  background-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.fs_style_23 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 14px 20px;
  background: transparent;
  color: #818386;
  outline: 0;
  box-shadow: inset 0 0 0 1px #818386;
  border: none;
  border-radius: 5px;
  font-family: "adelle-condensed", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  transition: all 0.3s ease; }
  .fs_style_23:hover {
    background: #010155;
    box-shadow: inset 0 0 0 1px #010155;
    color: #fff;
    text-decoration: none; }
  .fs_style_23 em {
    display: block;
    font-style: normal; }

.fs_style_25 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  background: #fff;
  color: #818386;
  box-shadow: inset 0 0 0 1px #818386;
  border: none;
  border-radius: 5px;
  outline: 0;
  transition: all 0.3s ease;
  font-family: "adelle-condensed", serif;
  font-style: italic;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  text-transform: none;
  text-align: center; }
  @media (min-width: 600px) {
    .fs_style_25[style*=left], .fs_style_25.left {
      float: left;
      margin-right: 20px;
      width: 50%; } }
  @media (min-width: 600px) {
    .fs_style_25[style*=right], .fs_style_25.right {
      float: right;
      margin-left: 20px;
      width: 50%; } }
  .fs_style_25:hover {
    background: #010155;
    box-shadow: inset 0 0 0 1px #010155;
    color: #fff;
    text-decoration: none; }
  .fs_style_25 em {
    display: block;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase; }

.fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 14px 20px;
  background: transparent;
  color: #818386;
  outline: 0;
  box-shadow: inset 0 0 0 1px #818386;
  border: none;
  border-radius: 5px;
  font-family: "adelle-condensed", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  transition: all 0.3s ease;
  text-shadow: none; }
  .fsLoadMoreButton:hover {
    background: #010155;
    box-shadow: inset 0 0 0 1px #010155;
    color: #fff;
    text-decoration: none; }
  .fsLoadMoreButton em {
    display: block;
    font-style: normal; }

.fs_style_24 {
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #292f36; }

blockquote, .fs_style_26 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  position: relative;
  margin: 0 0 25px 0;
  padding: 0;
  font-weight: 400;
  font-style: italic;
  font-family: "adelle-condensed", serif;
  font-size: 24px;
  line-height: 36px;
  color: #900;
  text-align: center; }
  @media (min-width: 600px) {
    blockquote[style*=left], blockquote.left, .fs_style_26[style*=left], .fs_style_26.left {
      float: left;
      margin-right: 40px;
      width: 50%; } }
  @media (min-width: 600px) {
    blockquote[style*=right], blockquote.right, .fs_style_26[style*=right], .fs_style_26.right {
      float: right;
      margin-left: 40px;
      width: 50%; } }
  blockquote[style*=left], blockquote[style*=right], .fs_style_26[style*=left], .fs_style_26[style*=right] {
    margin-bottom: 25px; }
    @media (min-width: 600px) {
      blockquote[style*=left], blockquote[style*=right], .fs_style_26[style*=left], .fs_style_26[style*=right] {
        margin-bottom: 10px; } }
  blockquote[style*=left], .fs_style_26[style*=left] {
    text-align: right; }
  blockquote[style*=right], .fs_style_26[style*=right] {
    text-align: left; }
  blockquote em, .fs_style_26 em {
    position: relative;
    display: block;
    margin: 10px 0 0;
    padding: 0;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase; }

.fsNews .fsCallout,
.fs_style_27 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  position: relative;
  margin: 0 0 25px 0;
  padding: 0 60px;
  font-weight: 400;
  font-style: italic;
  font-family: "adelle-condensed", serif;
  font-size: 24px;
  line-height: 36px;
  color: #900;
  text-align: center;
  box-shadow: inset -2px 0 0 0 #900, inset 2px 0 0 0 #900; }
  @media (min-width: 600px) {
    .fsNews .fsCallout[style*=left], .fsNews .left.fsCallout,
    .fs_style_27[style*=left],
    .fs_style_27.left {
      float: left;
      margin-right: 20px;
      width: 50%; } }
  @media (min-width: 600px) {
    .fsNews .fsCallout[style*=right], .fsNews .right.fsCallout,
    .fs_style_27[style*=right],
    .fs_style_27.right {
      float: right;
      margin-left: 20px;
      width: 50%; } }

/*! structure - header v0.0.1 */
#fsHeader {
  background: #fff; }
  #fsHeader .header-top {
    position: relative;
    margin: 0;
    padding: 0;
    box-shadow: inset 0 -5px 0 0 #900; }
    .transparent-header #fsHeader .header-top {
      box-shadow: none;
      z-index: 9000; }
      .transparent-header #fsHeader .header-top:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(2, 1, 10, 0.45);
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(2, 1, 10, 0.85) 0%, transparent 23.75%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        z-index: 9000; }
    .transparent-header > .fsSection74 #fsHeader .header-top:before {
      background: rgba(2, 1, 10, 0.45);
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(2, 1, 10, 0.45) 0%, transparent 50%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    #fsHeader .header-top .fsStyleColumn {
      margin: 0;
      padding: 0;
      width: 100%;
      z-index: 9001; }
      @media (min-width: 1000px) and (max-width: 1200px) {
        #fsHeader .header-top .fsStyleColumn.fsStyleColumn-1 {
          width: 225px; } }
      @media (min-width: 1200px) {
        #fsHeader .header-top .fsStyleColumn.fsStyleColumn-1 {
          width: 275px; } }
      @media (min-width: 600px) {
        #fsHeader .header-top .fsStyleColumn.fsStyleColumn-2 {
          width: calc(50%);
          padding-right: 40px;
          text-align: right; } }
      @media (min-width: 1000px) and (max-width: 1200px) {
        #fsHeader .header-top .fsStyleColumn.fsStyleColumn-2 {
          width: calc(100% - 225px); } }
      @media (min-width: 1200px) {
        #fsHeader .header-top .fsStyleColumn.fsStyleColumn-2 {
          width: calc(100% - 275px); } }

.site-info-container {
  margin: 0 auto;
  padding: 45px 0 40px;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  text-align: center; }
  @media (min-width: 600px) {
    .site-info-container {
      text-align: left;
      padding-left: 50px; } }
  @media (min-width: 1000px) {
    .site-info-container {
      display: inline-block;
      float: left;
      max-width: 275px; } }
  .site-info-container a {
    display: block;
    width: auto; }
    .site-info-container a:hover {
      text-decoration: none; }
  .site-info-container svg {
    height: auto; }
    .site-info-container svg.shield {
      display: inline-block;
      margin-right: 20px;
      width: 55px; }
      @media (min-width: 1000px) and (max-width: 1200px) {
        .site-info-container svg.shield {
          display: none; } }
      @media (min-width: 1200px) {
        .site-info-container svg.shield {
          width: 60px; } }
    .site-info-container svg.text {
      width: 125px; }
      @media (min-width: 1200px) {
        .site-info-container svg.text {
          width: 139px; } }
    .site-info-container svg .shield-path,
    .site-info-container svg .text-path {
      fill: #900; }
      .transparent-header .site-info-container svg .shield-path, .transparent-header
      .site-info-container svg .text-path {
        fill: #fff; }

/*! structure - footer v0.0.1 */
#fsFooter {
  text-align: center;
  color: #fff; }
  @media (min-width: 600px) {
    #fsFooter {
      text-align: left; } }
  #fsFooter .footer-background {
    position: relative;
    background-color: transparent;
    background-image: url("../images/bg-footer.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: inherit;
    box-shadow: inset 0 -5px 0 0 #900;
    z-index: 1;
    padding-right: 20px;
    padding-left: 20px; }
    @media (min-width: 600px) {
      #fsFooter .footer-background {
        padding-right: 50px;
        padding-left: 50px; } }
    #fsFooter .footer-background:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.25);
      z-index: 0; }
    #fsFooter .footer-background > .fsElementContent {
      position: relative;
      margin-right: auto;
      margin-left: auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      padding-right: 0;
      padding-left: 0;
      padding-top: 60px;
      padding-bottom: 20px;
      min-height: 450px; }
      @media (min-width: 800px) {
        #fsFooter .footer-background > .fsElementContent {
          padding-top: 100px; } }

.school-details-container {
  margin-bottom: 20px;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 18px;
  line-height: 26px; }

.school-details [itemprop='name'] {
  text-transform: uppercase; }

.school-details [itemprop='streetAddress'] {
  display: block; }
  @media (min-width: 600px) {
    .school-details [itemprop='streetAddress'] {
      display: inline-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: "franklin-gothic-urw", sans-serif;
  background: #650000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  html.wf-loading {
    visibility: hidden;
    opacity: 0; }
  html.wf-active, html .wf-inactive {
    visibility: visible;
    opacity: 1;
    transition: all 0.25s ease-in-out; }

body {
  font-size: 1em;
  line-height: 1.5;
  color: #292f36; }
  body:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out; }
  @media (max-width: 1000px) {
    body.menu-is-active {
      overflow: hidden; }
      body.menu-is-active:after {
        opacity: 1;
        visibility: visible; } }
  body.activate-team, body.active-view-legend, body.active-about-bulletin {
    overflow: hidden; }
    body.activate-team li,
    body.activate-team a, body.active-view-legend li,
    body.active-view-legend a, body.active-about-bulletin li,
    body.active-about-bulletin a {
      pointer-events: none; }

#fsPageWrapper {
  overflow: hidden;
  position: relative; }

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  background: #fff; }
  @media (min-width: 600px) {
    #fsPageBodyWrapper {
      padding-right: 50px;
      padding-left: 50px;
      padding-top: 60px;
      padding-bottom: 20px; } }

#fsPageBody {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 73.75em;
  max-width: 73.75rem; }
  body.fsHasLeftBanner #fsPageBody:not(.fsStateEditable) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    body.fsHasLeftBanner #fsPageBody:not(.fsStateEditable) #fsPageContent {
      -ms-flex-order: 1;
      order: 1; }
    body.fsHasLeftBanner #fsPageBody:not(.fsStateEditable) #fsBannerLeft {
      -ms-flex-order: 2;
      order: 2; }
    body.fsHasLeftBanner #fsPageBody:not(.fsStateEditable) #fsBannerRight {
      -ms-flex-order: 3;
      order: 3; }
    @media (min-width: 1000px) {
      body.fsHasLeftBanner #fsPageBody:not(.fsStateEditable) {
        display: block; } }

.fsPageLayout .fsDiv > * {
  margin-bottom: 20px; }

#fsBannerLeft {
  margin-bottom: 20px;
  width: 100%;
  float: none; }
  @media (min-width: 1000px) {
    #fsBannerLeft {
      float: left; } }
  @media (min-width: 1000px) {
    #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }

#fsPageContent {
  margin-bottom: 20px;
  width: 100% !important;
  float: none !important; }
  @media (min-width: 1000px) {
    #fsPageContent {
      float: left !important; } }
  @media (min-width: 1000px) {
    .fsHasRightBanner #fsPageContent {
      width: calc(100% - 380px) !important; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner #fsPageContent {
      width: calc(100% - 280px) !important; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: calc(100% - 280px - 380px) !important; } }

#fsBannerRight {
  margin-bottom: 20px;
  width: 100%;
  float: none; }
  @media (min-width: 1000px) {
    #fsBannerRight {
      float: left; } }
  @media (min-width: 1000px) {
    #fsBannerRight {
      padding-left: 80px;
      width: 380px; } }

@media (min-width: 1000px) {
  .fsLayout {
    margin-right: -20px;
    margin-left: -20px; } }

.fsLayout .fsDiv {
  margin-bottom: 20px;
  width: 100%;
  float: none; }
  @media (min-width: 1000px) {
    .fsLayout .fsDiv {
      float: left; } }
  @media (min-width: 1000px) {
    .fsLayout .fsDiv {
      padding-right: 1.25em;
      padding-left: 1.25em; } }

@media (min-width: 1000px) {
  .fsTwoColumnLayout .fsDiv {
    width: 50%; } }

@media (min-width: 1000px) {
  .fsThreeColumnLayout .fsDiv {
    width: 33.33333%; } }

@media (min-width: 1000px) {
  .fsFourColumnLayout .fsDiv {
    width: 50%; } }

@media (min-width: 1000px) {
  .fsFourColumnLayout .fsDiv {
    width: 25%; } }

.fsLayout .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 1000px) {
    .fsLayout .fsStyleTwoThirds {
      width: calc(100% - 300px); } }

.fsLayout .fsStyleOneThird {
  width: 100%; }
  @media (min-width: 1000px) {
    .fsLayout .fsStyleOneThird {
      width: 300px; } }

#fsPoweredByFinalsite {
  width: 132px;
  display: inline-block;
  margin: 0 5px; }
  @media (min-width: 600px) {
    #fsPoweredByFinalsite {
      position: absolute;
      right: 20px;
      bottom: 17px; } }

.fsBreadcrumb {
  display: none;
  padding: 0 50px; }
  @media (min-width: 1000px) {
    .fsBreadcrumb {
      display: block; } }
  .fsBreadcrumb .fsElementContent {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #4e5155;
    text-transform: uppercase;
    box-shadow: inset 0 -2px 0 0 rgba(191, 194, 197, 0.8); }
    .fsSection73 .fsBreadcrumb .fsElementContent {
      color: #bfc2c5; }
  .fsBreadcrumb ul {
    margin: 0;
    padding: 20px 0 5px;
    list-style: none; }
  .fsBreadcrumb li {
    display: inline-block;
    pointer-events: none; }
  .fsBreadcrumb a {
    color: #818386;
    pointer-events: auto; }
    .fsBreadcrumb a:hover {
      color: #4e5155;
      text-decoration: none; }
      .arts-interior .fsBreadcrumb a:hover {
        color: #bfc2c5; }
  .fsBreadcrumb span {
    margin: 0 5px; }
    .fsBreadcrumb span.fsNavBreadcrumbSeperator {
      font-size: 0; }
      .fsBreadcrumb span.fsNavBreadcrumbSeperator:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 12px;
        line-height: 20px;
        color: #bfc2c5; }

.nav-copyright {
  margin-bottom: 20px;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.7); }
  @media (min-width: 600px) {
    .nav-copyright {
      margin-bottom: 0;
      position: absolute;
      right: 172px;
      bottom: 20px; } }
  .nav-copyright > header {
    display: inline-block;
    margin-right: 8px; }
  .nav-copyright .fsElementContent {
    display: inline-block; }
  .nav-copyright ul, .nav-copyright ul ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-copyright ul li {
    margin: 0;
    padding: 0; }
  .nav-copyright ul li {
    display: inline-block;
    margin-right: 8px; }
    .nav-copyright ul li a {
      display: block;
      color: inherit; }
      .nav-copyright ul li a:hover {
        color: #fff; }

#fsHeader .nav-main {
  display: none; }
  @media (min-width: 1000px) {
    #fsHeader .nav-main {
      display: block;
      position: relative; } }

.nav-main, .nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-main li {
  margin: 0;
  padding: 0; }

@media (min-width: 1000px) {
  .nav-main .fsNavLevel1 {
    width: auto;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.nav-main .fsNavLevel1 > li {
  position: relative;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  cursor: pointer; }
  @media (min-width: 1000px) {
    .nav-main .fsNavLevel1 > li {
      position: static;
      -ms-flex: 1 auto;
      flex: 1 auto;
      font-size: 17px;
      line-height: 24px; } }
  @media (min-width: 1200px) {
    .nav-main .fsNavLevel1 > li {
      font-size: 20px;
      line-height: 24px; } }
  .nav-main .fsNavLevel1 > li:hover > a, .nav-main .fsNavLevel1 > li:focus > a {
    color: #02010a;
    text-decoration: none; }
    @media (min-width: 1000px) {
      .nav-main .fsNavLevel1 > li:hover > a, .nav-main .fsNavLevel1 > li:focus > a {
        color: #010155; }
        .transparent-header .nav-main .fsNavLevel1 > li:hover > a,
        .fsSection81 .nav-main .fsNavLevel1 > li:hover > a,
        .fsSection73 .nav-main .fsNavLevel1 > li:hover > a, .transparent-header .nav-main .fsNavLevel1 > li:focus > a,
        .fsSection81 .nav-main .fsNavLevel1 > li:focus > a,
        .fsSection73 .nav-main .fsNavLevel1 > li:focus > a {
          color: #fff; } }
  @media (min-width: 1000px) {
    .nav-main .fsNavLevel1 > li[class*="fsNavParentPage"]:hover > a, .nav-main .fsNavLevel1 > li[class*="fsNavParentPage"]:focus > a {
      box-shadow: inset 0 -4px 0 0 #010155; }
      .transparent-header .nav-main .fsNavLevel1 > li[class*="fsNavParentPage"]:hover > a,
      .fsSection81 .nav-main .fsNavLevel1 > li[class*="fsNavParentPage"]:hover > a,
      .fsSection73 .nav-main .fsNavLevel1 > li[class*="fsNavParentPage"]:hover > a, .transparent-header .nav-main .fsNavLevel1 > li[class*="fsNavParentPage"]:focus > a,
      .fsSection81 .nav-main .fsNavLevel1 > li[class*="fsNavParentPage"]:focus > a,
      .fsSection73 .nav-main .fsNavLevel1 > li[class*="fsNavParentPage"]:focus > a {
        box-shadow: inset 0 -4px 0 0 #fff; } }
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
    color: #02010a; }
    @media (min-width: 1000px) {
      .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
        color: #900; }
        .transparent-header .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a,
        .fsSection81 .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a,
        .fsSection73 .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
          color: #fff;
          background: rgba(2, 1, 10, 0.5); } }
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"]:hover > a, .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"]:focus > a {
    color: #02010a; }
    @media (min-width: 1000px) {
      .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"]:hover > a, .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"]:focus > a {
        color: #010155; } }
    .transparent-header .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"]:hover > a,
    .fsSection81 .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"]:hover > a,
    .fsSection73 .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"]:hover > a, .transparent-header .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"]:focus > a,
    .fsSection81 .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"]:focus > a,
    .fsSection73 .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"]:focus > a {
      color: #fff;
      background: rgba(2, 1, 10, 0.5);
      box-shadow: none; }
  @media (max-width: 999px) {
    .nav-main .fsNavLevel1 > li > a {
      padding: 15.03759px 0;
      box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.25); }
      .fsSection878 .nav-main .fsNavLevel1 > li > a {
        padding: 6.66667px 0;
        box-shadow: none; }
    .nav-main .fsNavLevel1 > li:first-child > a {
      box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25), inset 0 -1px 0 0 rgba(255, 255, 255, 0.25); }
      .fsSection878 .nav-main .fsNavLevel1 > li:first-child > a {
        box-shadow: none; } }
  .nav-main .fsNavLevel1 > li > a {
    color: #fff;
    display: block; }
    @media (min-width: 1000px) {
      .nav-main .fsNavLevel1 > li > a {
        margin: 30px 0 0 0;
        padding: 10px;
        color: rgba(41, 47, 54, 0.8);
        border-bottom: 2px solid transparent;
        box-shadow: inset 0 -4px 0 0 transparent;
        transition: box-shadow 0.25s linear; }
        .transparent-header .nav-main .fsNavLevel1 > li > a,
        .fsSection81 .nav-main .fsNavLevel1 > li > a,
        .fsSection73 .nav-main .fsNavLevel1 > li > a {
          color: rgba(255, 255, 255, 0.8); }
        .fsSection74 .nav-main .fsNavLevel1 > li > a {
          margin-top: 0; }
        .nav-main .fsNavLevel1 > li > a:hover, .nav-main .fsNavLevel1 > li > a:focus {
          color: #010155; }
          .transparent-header .nav-main .fsNavLevel1 > li > a:hover,
          .fsSection81 .nav-main .fsNavLevel1 > li > a:hover,
          .fsSection73 .nav-main .fsNavLevel1 > li > a:hover, .transparent-header .nav-main .fsNavLevel1 > li > a:focus,
          .fsSection81 .nav-main .fsNavLevel1 > li > a:focus,
          .fsSection73 .nav-main .fsNavLevel1 > li > a:focus {
            color: #fff; } }
  .nav-main .fsNavLevel1 > li.arts .fsNavLevel2 > li.quicklinks, .nav-main .fsNavLevel1 > li.arts .fsNavLevel2 > li.search {
    display: none; }

.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: visibility 0.25s cubic-bezier(0, 1, 0, 1), opacity 0.25s cubic-bezier(0, 1, 0, 1); }

.nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
  transition: visibility 0.25s cubic-bezier(1, 0, 1, 0), opacity 0.25s cubic-bezier(1, 0, 1, 0); }
  @media (min-width: 1000px) {
    .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
      max-height: 9999px;
      visibility: visible;
      opacity: 1; } }

@media (max-width: 599px) {
  .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
    transition: visibility 0.25s cubic-bezier(1, 0, 1, 0), opacity 0.25s cubic-bezier(1, 0, 1, 0); } }
  @media (max-width: 599px) and (min-width: 1000px) {
    .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
      max-height: 9999px; } }

.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  z-index: 300;
  width: 100%;
  max-width: 960px;
  right: 0;
  left: auto; }

.nav-main .fsNavPageInfo {
  text-align: left;
  display: -ms-flexbox;
  display: flex; }
  #fsMenu .nav-main li .fsNavPageInfo {
    display: none; }

.nav-main .fsNavPageDescription {
  background: rgba(153, 0, 0, 0.9);
  color: rgba(255, 255, 255, 0.8);
  -ms-flex-order: 2;
  order: 2;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  width: 50%;
  height: auto;
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: "adelle-condensed", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 30px;
  text-transform: none; }
  .nav-main .fsNavPageDescription em {
    margin-top: 15px;
    display: block;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase; }
    .nav-main .fsNavPageDescription em:before {
      margin-right: 4px;
      content: '\2014'; }
    .nav-main .fsNavPageDescription em:after {
      margin-left: 4px;
      content: ' \2014'; }
  .nav-main .fsNavPageDescription strong {
    font-weight: 600; }
  .nav-main .fsNavPageDescription .fsNavPageDescriptionInner {
    margin: 0;
    padding: 50px;
    width: auto; }

.nav-main .fsNavPageThumbnail {
  display: none; }

.nav-main .fsNavLevel2 {
  padding: 20px;
  width: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 0 0 1px rgba(191, 194, 197, 0.3);
  min-height: initial;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -moz-column-rule: none;
  column-rule: none;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-order: 1;
  order: 1; }
  .nav-main .fsNavLevel2 li {
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-transform: none;
    page-break-inside: avoid;
    break-inside: avoid-column; }
    .nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
      color: #900; }
  .nav-main .fsNavLevel2 a {
    padding: 5px 10px;
    color: #010155;
    display: block; }
    .nav-main .fsNavLevel2 a:hover, .nav-main .fsNavLevel2 a:focus {
      color: #818386;
      text-decoration: none; }

.menu-trigger-container {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 0;
  margin: 0;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 60px;
  width: auto;
  height: auto;
  min-height: 60px;
  text-align: left;
  text-transform: uppercase;
  color: #292f36;
  transition: background 0.3s ease-in-out;
  pointer-events: none; }
  .menu-is-active .menu-trigger-container {
    box-shadow: none; }
  @media (min-width: 1000px) {
    .menu-trigger-container {
      display: none; } }

.menu-trigger {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  pointer-events: auto; }
  @media (min-width: 600px) {
    .menu-trigger {
      margin-top: 40px;
      margin-right: 40px; } }
  .menu-trigger:focus {
    outline: none; }
  .menu-trigger span {
    width: auto;
    display: block;
    position: absolute;
    top: 29px;
    left: 20px;
    right: 20px;
    height: 2px;
    background: #292f36;
    transition: background 0s 0.3s ease-in; }
    .transparent-header .menu-trigger span,
    .fsSection81 .menu-trigger span,
    .fsSection878 .menu-trigger span {
      background: rgba(255, 255, 255, 0.8); }
    .menu-trigger span:before, .menu-trigger span:after {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 2px;
      background: #292f36;
      content: "";
      transition-duration: 0.3s, 0.3s;
      transition-delay: 0.3s, 0s; }
      .transparent-header .menu-trigger span:before,
      .fsSection81 .menu-trigger span:before,
      .fsSection878 .menu-trigger span:before, .transparent-header .menu-trigger span:after,
      .fsSection81 .menu-trigger span:after,
      .fsSection878 .menu-trigger span:after {
        background: rgba(255, 255, 255, 0.8); }
    .menu-trigger span:before {
      top: -8px;
      transition-property: top, transform; }
    .menu-trigger span:after {
      bottom: -8px;
      transition-property: bottom, transform; }
  .menu-is-active .menu-trigger span {
    background: none;
    color: #fff;
    height: 2px; }
    .menu-is-active .menu-trigger span:before {
      top: 0;
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .menu-is-active .menu-trigger span:after {
      bottom: 0;
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .menu-is-active .menu-trigger span:before, .menu-is-active .menu-trigger span:after {
      background: #fff;
      height: 2px;
      transition-delay: 0s, 0.3s; }

#fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s,
 visibility .3s,
 transform .3s;
  top: 0;
  right: 0;
  transform: translate3d(20%, 0, 0);
  -ms-transform: translate(20%, 0);
  transform: translate(20%, 0);
  padding: 20px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  height: 100%;
  width: 100%;
  max-width: 480px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #900;
  opacity: 0;
  visibility: hidden;
  z-index: 18000; }
  @media (min-width: 600px) {
    #fsMenu {
      padding: 60px 40px; } }
  .menu-is-active #fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  @media (min-width: 1000px) {
    #fsMenu {
      display: none; } }

/*! navigation - sub v0.0.1 */
.nav-sub {
  background: rgba(191, 194, 197, 0.3);
  box-shadow: inset 0 5px 0 0 #bfc2c5;
  padding: 25px 20px 20px 20px; }
  #fsHeader .nav-sub {
    display: block;
    margin: 20px 20px 0 20px; }
    @media (min-width: 600px) {
      #fsHeader .nav-sub {
        margin-right: 50px;
        margin-left: 50px; } }
    @media (min-width: 1000px) {
      #fsHeader .nav-sub {
        display: none; } }
  #fsPageBody .nav-sub {
    display: none; }
    @media (min-width: 1000px) {
      #fsPageBody .nav-sub {
        display: block;
        margin: 0 0 20px 0; } }
    .arts-interior #fsPageBody .nav-sub {
      box-shadow: none;
      background: transparent; }
      @media (min-width: 1000px) {
        .arts-interior #fsPageBody .nav-sub {
          margin-top: -10px;
          padding-top: 0;
          padding-right: 0;
          padding-left: 0; } }
  .nav-sub.nav-sub-empty {
    display: none !important; }
  @media (max-width: 999px) {
    .nav-sub > .fsElementContent {
      height: auto;
      max-height: 0;
      visibility: hidden;
      opacity: 0;
      transition: all 0.3s ease; } }
  .nav-sub.active-nav > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1; }
  .nav-sub ul {
    font-family: "franklin-gothic-urw-cond", sans-serif; }
    .nav-sub ul, .nav-sub ul ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .nav-sub ul li {
      margin: 0;
      padding: 0; }
    .nav-sub ul li.fsNavCurrentPage > a, .nav-sub ul li.fsNavCurrentPageAncestor > a {
      color: #900; }
      .arts-interior .nav-sub ul li.fsNavCurrentPage > a, .arts-interior .nav-sub ul li.fsNavCurrentPageAncestor > a {
        color: #e09f3e; }
    .nav-sub ul li a {
      display: block;
      padding: 5px 0;
      color: #414148; }
      .arts-interior .nav-sub ul li a {
        color: #818386; }
      .nav-sub ul li a:hover {
        color: #010155;
        text-decoration: none; }
        .arts-interior .nav-sub ul li a:hover {
          color: #bfc2c5; }
  .nav-sub .fsNavLevel1 {
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase; }
    @media (max-width: 999px) {
      .nav-sub .fsNavLevel1 {
        padding-top: 20px; } }
    .nav-sub .fsNavLevel1 > li:last-child > a, .nav-sub .fsNavLevel1 > li.fsNavParentPage.fsNavCurrentPage > a, .nav-sub .fsNavLevel1 > li.fsNavParentPage.fsNavCurrentPageAncestor > a {
      box-shadow: none; }
    .nav-sub .fsNavLevel1 > li > a {
      padding-top: 10px;
      padding-bottom: 10px;
      box-shadow: inset 0 -1px 0 0 rgba(191, 194, 197, 0.8); }
  .nav-sub .fsNavLevel2 {
    padding: 0 0 10px 10px;
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
    box-shadow: inset 0 -1px 0 0 rgba(191, 194, 197, 0.8); }
    .nav-sub .fsNavLevel2 ul {
      padding: 0 0 0 10px;
      font-size: 14px;
      line-height: 22px; }
      .nav-sub .fsNavLevel2 ul > li {
        text-transform: none; }
  .nav-sub > header {
    display: block; }
    @media (min-width: 1000px) {
      .nav-sub > header {
        display: none; } }
    .nav-sub > header > .fsElementTitle {
      font-family: "franklin-gothic-urw-cond", sans-serif;
      font-style: normal;
      font-size: 18px;
      line-height: 26px;
      text-transform: uppercase;
      position: relative;
      margin: 0;
      padding: 0;
      cursor: pointer;
      text-align: left; }
      @media (min-width: 1000px) {
        .nav-sub > header > .fsElementTitle {
          cursor: default; } }
      @media (max-width: 999px) {
        .nav-sub > header > .fsElementTitle:before {
          display: inline-block;
          width: 15px;
          font-size: 12px;
          line-height: 20px;
          text-align: center;
          margin-right: 8px;
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; } }
      .nav-sub.active-nav > header > .fsElementTitle {
        color: #900; }
        @media (max-width: 999px) {
          .nav-sub.active-nav > header > .fsElementTitle:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; } }

/*! Navigation - Social */
.nav-social {
  margin-bottom: 20px; }
  .nav-social .fsNavLevel1 {
    font-size: 0; }
    .nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .nav-social .fsNavLevel1 li {
      margin: 0;
      padding: 0; }
    .nav-social .fsNavLevel1 li {
      display: inline-block; }
      .nav-social .fsNavLevel1 li:not(:last-child) {
        margin-right: 5px; }
    .nav-social .fsNavLevel1 [href*='facebook']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='instagram']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='linkedin']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='pinterest']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='tumblr']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='twitter']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='vimeo']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='vine']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='youtube']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='rss']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 a {
      display: block; }
      .nav-social .fsNavLevel1 a:hover {
        text-decoration: none; }
        .nav-social .fsNavLevel1 a:hover:before {
          color: #fff; }
      .nav-social .fsNavLevel1 a:before {
        color: rgba(255, 255, 255, 0.7);
        font-size: 35px;
        line-height: 35px;
        width: 35px;
        transition: 0.3s all;
        display: block; }

#fsMenu .nav-utility-header {
  margin-top: 20px; }

#fsHeader .nav-utility-header {
  display: none; }
  @media (min-width: 1000px) {
    #fsHeader .nav-utility-header {
      display: block; } }

.fsSection878 .nav-utility-header {
  position: relative;
  margin-top: 20px;
  z-index: 500; }
  @media (max-width: 999px) {
    .fsSection878 .nav-utility-header {
      margin-bottom: 15px;
      padding-bottom: 15px;
      box-shadow: inset 0 -1.1px 0 0 rgba(255, 255, 255, 0.25); } }

.nav-utility-header .fsNavLevel1, .nav-utility-header .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-utility-header .fsNavLevel1 li {
  margin: 0;
  padding: 0; }

@media (min-width: 1000px) {
  .nav-utility-header .fsNavLevel1 {
    width: auto;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.nav-utility-header .fsNavLevel1 > li {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase; }
  @media (min-width: 1000px) {
    .nav-utility-header .fsNavLevel1 > li {
      margin-top: 10px;
      font-size: 14px; } }
  @media (min-width: 1200px) {
    .nav-utility-header .fsNavLevel1 > li {
      font-size: 16px; } }
  @media (min-width: 1000px) {
    .transparent-header .nav-utility-header .fsNavLevel1 > li:hover > a,
    .fsSection81 .nav-utility-header .fsNavLevel1 > li:hover > a,
    .fsSection878 .nav-utility-header .fsNavLevel1 > li:hover > a {
      color: #fff; } }
  .nav-utility-header .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
    color: #010155; }
    .transparent-header .nav-utility-header .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a,
    .fsSection81 .nav-utility-header .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a,
    .fsSection878 .nav-utility-header .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
      color: #fff;
      background: rgba(2, 1, 10, 0.5); }
  .nav-utility-header .fsNavLevel1 > li.quicklinks {
    margin-bottom: 20px; }
    @media (min-width: 1000px) {
      .nav-utility-header .fsNavLevel1 > li.quicklinks {
        margin-bottom: 0;
        margin-right: 10px; } }
    .nav-utility-header .fsNavLevel1 > li.quicklinks > a:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: inline-block;
      vertical-align: bottom;
      margin-left: 5px;
      font-size: 10px;
      line-height: 14px;
      color: #e09f3e; }
      @media (min-width: 1000px) {
        .nav-utility-header .fsNavLevel1 > li.quicklinks > a:after {
          color: inherit; } }
    @media (min-width: 1000px) {
      .nav-utility-header .fsNavLevel1 > li.quicklinks:hover > a {
        box-shadow: inset 0 -4px 0 0 #010155; }
        .transparent-header .nav-utility-header .fsNavLevel1 > li.quicklinks:hover > a,
        .fsSection81 .nav-utility-header .fsNavLevel1 > li.quicklinks:hover > a,
        .fsSection878 .nav-utility-header .fsNavLevel1 > li.quicklinks:hover > a {
          box-shadow: inset 0 -4px 0 0 #fff; } }
  .nav-utility-header .fsNavLevel1 > li.search {
    display: none; }
    @media (min-width: 1000px) {
      .nav-utility-header .fsNavLevel1 > li.search {
        display: block;
        font-size: 0;
        line-height: 0;
        margin-left: 10px; }
        .nav-utility-header .fsNavLevel1 > li.search > a:hover {
          box-shadow: none; }
        .nav-utility-header .fsNavLevel1 > li.search > a:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          font-size: 15px;
          line-height: 18px; } }
    .activate-search .nav-utility-header .search > a {
      color: #010155; }
      .transparent-header .activate-search .nav-utility-header .search > a,
      .fsSection81 .activate-search .nav-utility-header .search > a,
      .fsSection878 .activate-search .nav-utility-header .search > a {
        color: #fff; }
  @media (min-width: 1000px) {
    .nav-utility-header .fsNavLevel1 > li {
      -ms-flex: 1 auto;
      flex: 1 auto; }
      .nav-utility-header .fsNavLevel1 > li:hover > a {
        color: #010155; }
        .transparent-header .nav-utility-header .fsNavLevel1 > li:hover > a,
        .fsSection81 .nav-utility-header .fsNavLevel1 > li:hover > a,
        .fsSection878 .nav-utility-header .fsNavLevel1 > li:hover > a {
          color: #fff; } }
  .nav-utility-header .fsNavLevel1 > li > a {
    margin: 0;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.8);
    display: block; }
    @media (min-width: 1000px) {
      .nav-utility-header .fsNavLevel1 > li > a {
        padding: 10px;
        color: rgba(153, 0, 0, 0.8);
        border-bottom: 2px solid transparent;
        box-shadow: inset 0 -4px 0 0 transparent;
        transition: box-shadow 0.25s linear; }
        .transparent-header .nav-utility-header .fsNavLevel1 > li > a,
        .fsSection81 .nav-utility-header .fsNavLevel1 > li > a,
        .fsSection878 .nav-utility-header .fsNavLevel1 > li > a {
          color: rgba(255, 255, 255, 0.8); } }
    .nav-utility-header .fsNavLevel1 > li > a:hover {
      color: #02010a;
      text-decoration: none; }
      @media (min-width: 1000px) {
        .nav-utility-header .fsNavLevel1 > li > a:hover {
          color: #010155; }
          .transparent-header .nav-utility-header .fsNavLevel1 > li > a:hover,
          .fsSection81 .nav-utility-header .fsNavLevel1 > li > a:hover,
          .fsSection878 .nav-utility-header .fsNavLevel1 > li > a:hover {
            color: #fff; } }

.nav-utility-header .fsNavLevel1 > li:not(.quicklinks) > .fsNavPageInfo {
  display: none; }

@media (min-width: 1000px) {
  .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: visibility 0.25s cubic-bezier(0, 1, 0, 1), opacity 0.25s cubic-bezier(0, 1, 0, 1); }
  .nav-utility-header .fsNavLevel1 > li:hover > .fsNavPageInfo {
    transition: visibility 0.25s cubic-bezier(1, 0, 1, 0), opacity 0.25s cubic-bezier(1, 0, 1, 0); } }
  @media (min-width: 1000px) and (min-width: 1000px) {
    .nav-utility-header .fsNavLevel1 > li:hover > .fsNavPageInfo {
      max-height: 9999px;
      visibility: visible;
      opacity: 1; } }

@media (min-width: 1000px) and (max-width: 599px) {
  .nav-utility-header .fsNavLevel1 > li:focus > .fsNavPageInfo {
    transition: visibility 0.25s cubic-bezier(1, 0, 1, 0), opacity 0.25s cubic-bezier(1, 0, 1, 0); } }
  @media (min-width: 1000px) and (max-width: 599px) and (min-width: 1000px) {
    .nav-utility-header .fsNavLevel1 > li:focus > .fsNavPageInfo {
      max-height: 9999px; } }

@media (min-width: 1000px) {
  .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
    z-index: 300;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }

.nav-utility-header .fsNavPageInfo {
  text-align: left;
  padding: 10px; }
  @media (min-width: 1000px) {
    .nav-utility-header .fsNavPageInfo {
      padding: 10px 20px;
      background: #fff;
      box-shadow: inset 0 0 0 1px rgba(191, 194, 197, 0.3);
      width: 200px; } }
  @media (min-width: 1000px) {
    #fsMenu .nav-utility-header .fsNavParentPage .fsNavPageInfo {
      display: none; } }

.nav-utility-header .fsNavLevel2 li {
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-transform: none; }

.nav-utility-header .fsNavLevel2 a {
  display: block;
  padding: 5px 0;
  color: #e09f3e; }
  @media (min-width: 1000px) {
    .nav-utility-header .fsNavLevel2 a {
      color: #010155; } }
  .nav-utility-header .fsNavLevel2 a:hover {
    text-decoration: none;
    color: #02010a; }
    @media (min-width: 1000px) {
      .nav-utility-header .fsNavLevel2 a:hover {
        color: #818386; } }

.nav-utility-footer {
  margin-bottom: 30px; }
  .nav-utility-footer ul, .nav-utility-footer ul ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-utility-footer ul li {
    margin: 0;
    padding: 0; }
  .nav-utility-footer ul li {
    margin-bottom: 5px; }
    @media (min-width: 600px) {
      .nav-utility-footer ul li {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0; } }
    .nav-utility-footer ul li.inquire-apply a {
      display: inline-block;
      border: 0;
      margin: 0 0 20px;
      padding: 14px 20px;
      background: #900;
      color: #fff;
      outline: 0;
      box-shadow: inset 0 0 0 1px #900;
      border: none;
      border-radius: 5px;
      font-family: "adelle-condensed", serif;
      font-weight: 600;
      font-style: italic;
      font-size: 15px;
      line-height: 22px;
      text-align: center;
      transition: all 0.3s ease;
      margin-bottom: 0; }
      .nav-utility-footer ul li.inquire-apply a:hover {
        background: #fff;
        box-shadow: inset 0 0 0 1px #fff;
        color: #900;
        text-decoration: none; }
      .nav-utility-footer ul li.inquire-apply a em {
        display: block;
        font-style: normal; }
    .nav-utility-footer ul li a {
      display: inline-block;
      border: 0;
      margin: 0 0 20px;
      padding: 14px 20px;
      background: transparent;
      color: #fff;
      outline: 0;
      box-shadow: inset 0 0 0 1px #fff;
      border: none;
      border-radius: 5px;
      font-family: "adelle-condensed", serif;
      font-weight: 600;
      font-style: italic;
      font-size: 15px;
      line-height: 22px;
      text-align: center;
      transition: all 0.3s ease;
      width: 100%;
      min-width: 150px;
      margin-bottom: 0; }
      .nav-utility-footer ul li a:hover {
        background: #fff;
        box-shadow: inset 0 0 0 1px #fff;
        color: #900;
        text-decoration: none; }
      .nav-utility-footer ul li a em {
        display: block;
        font-style: normal; }

.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; }

.nav-site-map div.fsNavPageInfo {
  display: grid; }

.fsElement .fsAlertFeeds {
  margin-bottom: 20px; }

.fsElement .fsThumbnail {
  display: block; }
  .fsElement .fsThumbnail img {
    display: block;
    width: 100%;
    height: auto; }

.fsElement .fsTitle {
  margin-bottom: 5px; }

.fsElement .fsAuthor {
  margin-bottom: 5px; }

.fsElement .fsDateTime {
  margin-bottom: 5px; }
  .fsElement .fsDateTime .fsDate,
  .fsElement .fsDateTime .fsTime {
    margin-top: 0;
    font-weight: normal;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #818386; }
  .fsElement .fsDateTime .fsMeridian {
    text-transform: lowercase; }

.fsElement .fsCategories, .fsElement .fsCategories ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsElement .fsCategories li {
  margin: 0;
  padding: 0; }

.fsElement .fsCategories li {
  margin: 0 5px 0 0;
  padding: 0;
  border: 0;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase; }
  .fsElement .fsCategories li:not(:last-child):after {
    content: ','; }

.fsElement .fsTags {
  font-style: italic;
  color: #bfc2c5; }
  .fsElement .fsTags, .fsElement .fsTags ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsElement .fsTags li {
    margin: 0;
    padding: 0; }
  .fsElement .fsTags li {
    display: inline-block; }
    .fsElement .fsTags li:not(:last-child):after {
      content: ','; }

.fsElement .fsSummary,
.fsElement .fsBody {
  margin-bottom: 20px; }
  .fsElement .fsSummary p:last-of-type,
  .fsElement .fsBody p:last-of-type {
    margin-bottom: 0; }

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }
  @media (min-width: 1000px) {
    .fsConstituent.fsSearch > .fsElementContent {
      margin: 0 -10px; } }
  .fsConstituent.fsSearch label {
    display: block;
    margin-bottom: 1.25em; }
    @media (min-width: 1000px) {
      .fsConstituent.fsSearch label {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        padding: 0 10px; } }
    @media (min-width: 1000px) {
      .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: 1000px) {
      .fsConstituent.fsSearch [type*='submit'] {
        margin-left: 0.625em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 14px 20px;
    background: transparent;
    color: #818386;
    outline: 0;
    box-shadow: inset 0 0 0 1px #818386;
    border: none;
    border-radius: 5px;
    font-family: "adelle-condensed", serif;
    font-weight: 600;
    font-style: italic;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    transition: all 0.3s ease;
    display: block;
    margin: 0 10px; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover {
      background: #010155;
      box-shadow: inset 0 0 0 1px #010155;
      color: #fff;
      text-decoration: none; }
    .fsConstituent.fsSearch .fsConstituentSearchButton em {
      display: block;
      font-style: normal; }

.fsConstituent .fsElementPagination {
  margin: 20px 0; }

/*! elements - constituent profile */
.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile .fsProfileImage {
    display: block;
    margin-bottom: 20px; }
  .fsConstituentProfile .fsFullName {
    color: #650000; }
  @media (min-width: 800px) {
    .fsConstituentProfile.fsHasPhoto > div, .fsConstituentProfile.fsHasPhoto > h3 {
      padding: 0; } }
  @media (min-width: 600px) {
    .fsConstituentProfile.fsHasPhoto .fsProfileImage {
      float: left;
      padding-right: 20px;
      max-width: 280px; } }
  @media (min-width: 600px) {
    .fsConstituentProfile:not(.fsHasPhoto) .fsProfileImage {
      float: left;
      padding-right: 20px;
      max-width: 280px; } }
  @media (min-width: 800px) {
    .fsConstituentProfile:not(.fsHasPhoto) .fsProfileImage {
      max-width: 280px; } }

.fsProfileSection {
  margin-bottom: 20px;
  font-size: 16px; }
  .fsProfileSection h4 {
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid #818386;
    margin: 0 0 .5em 0;
    padding: 0 0 .5em 0; }
  .fsProfileSection .fsProfileSectionData {
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .fsProfileSection .fsProfileSectionData.fsTitle {
      font-weight: normal;
      font-size: 1em; }

.fsProfileSectionSpecialData > div, .fsProfileSpecialFieldName > div {
  width: auto;
  float: none; }
  @media (min-width: 800px) {
    .fsProfileSectionSpecialData > div, .fsProfileSpecialFieldName > div {
      float: left; }
      .fsProfileSectionSpecialData > div:first-child, .fsProfileSpecialFieldName > div:first-child {
        width: 25%; }
      .fsProfileSectionSpecialData > div:last-child, .fsProfileSpecialFieldName > div:last-child {
        width: 75%; } }

.fsProfileSectionFieldName,
.fsProfileSectionFieldValue {
  width: auto;
  float: none; }

@media (min-width: 800px) {
  .fsProfileSectionFieldName {
    width: 25%;
    float: left; } }

@media (min-width: 800px) {
  .fsProfileSectionFieldValue {
    width: 75%;
    float: left; } }

@media (min-width: 800px) {
  .fsBiography .fsProfileSectionFieldName {
    font-weight: bold; }
  .fsBiography .fsProfileSectionFieldName,
  .fsBiography .fsProfileSectionFieldValue {
    float: none;
    width: 100%; } }

.fsProfileSectionData.fsEmployedSince {
  width: 100% !important; }

/*! elements - constituent default layout */
.fsDirectory {
  word-break: break-word;
  margin-bottom: 20px; }
  .fsDirectory .fsConstituentItem {
    padding: 20px 0;
    background-color: #f1f2f2; }
    .fsDirectory .fsConstituentItem > h3, .fsDirectory .fsConstituentItem > div {
      padding-right: 20px;
      padding-left: 20px;
      margin-bottom: 10px;
      padding-top: 0; }
      .fsDirectory .fsConstituentItem > h3:last-child, .fsDirectory .fsConstituentItem > div:last-child {
        margin-bottom: 0; }
    .fsDirectory .fsConstituentItem .fsPhoto img {
      display: block;
      width: 100%; }

.fsConstituentColumnLayout_1 .fsConstituentItem {
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }

@media (min-width: 1000px) {
  .fsConstituentColumnLayout_2 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_2 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }
  @media (min-width: 1000px) {
    .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: 1000px) {
  .fsConstituentColumnLayout_3 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_3 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }
  @media (min-width: 1000px) {
    .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: 1000px) {
    .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: 1000px) {
  .fsConstituentColumnLayout_4 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_4 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }
  @media (min-width: 1000px) {
    .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: 1000px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(33.33% - 20px); }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
        clear: none; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
        clear: both; } }
  @media (min-width: 1000px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(25% - 20px); }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
        clear: none; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(4n+1) {
        clear: both; } }

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  margin: 0 !important;
  padding: 13.33333px 0;
  position: relative;
  cursor: pointer;
  background: transparent; }
  .fsAccordion .fsPanel > header:after, .fsTabs .fsPanel > header:after {
    display: none !important; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-top: 0;
    font-weight: normal;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    font-style: normal;
    display: block;
    padding: 0 20px;
    margin: 0;
    color: #292f36;
    transition: all .3s ease;
    color: #292f36; }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
      display: block;
      color: #292f36;
      text-decoration: none !important; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #010155; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #fff;
      transition: all .3s ease; }
      .fsAccordion .fsPanel > header:hover h2 a, .fsTabs .fsPanel > header:hover h2 a {
        color: #fff;
        transition: all .3s ease; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  height: auto;
  background: transparent; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #900; }
    .fsAccordion .fsPanel.fsStateOpen > header h2 a, .fsTabs .fsPanel.fsStateOpen > header h2 a {
      color: #900; }
    .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before, .fsAccordion .fsPanel.fsStateOpen > header h2:after, .fsTabs .fsPanel.fsStateOpen > header h2:after {
      content: '';
      color: #900; }

.fsAccordion .fsPanel > .fsElementContent, .fsTabs .fsPanel > .fsElementContent {
  margin: 0 10px -2px;
  padding: 0 10px 20px; }
  .fsAccordion .fsPanel > .fsElementContent .fsElement, .fsTabs .fsPanel > .fsElementContent .fsElement {
    margin-bottom: 0 !important; }
  .fsAccordion .fsPanel > .fsElementContent p, .fsTabs .fsPanel > .fsElementContent p {
    margin-bottom: 20px; }
    .fsAccordion .fsPanel > .fsElementContent p:last-child, .fsTabs .fsPanel > .fsElementContent p:last-child {
      margin-bottom: 0; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2:before {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  border: none;
  width: auto;
  height: auto;
  font-family: "IcoMoon";
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: ""; }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 40px; }
  .fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    border: none;
    width: auto;
    height: auto;
    font-family: "IcoMoon";
    font-size: 12px;
    line-height: 12px;
    color: inherit;
    content: "";
    left: 20px; }
  .fsPanelIconBefore.fsAccordion .fsPanel > header h2:after, .fsPanelIconBefore.fsTabs .fsPanel > header h2:after {
    display: none; }

.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2:after {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  border: none;
  width: auto;
  height: auto;
  font-family: "IcoMoon";
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: ""; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 40px; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    border: none;
    width: auto;
    height: auto;
    font-family: "IcoMoon";
    font-size: 12px;
    line-height: 12px;
    color: inherit;
    content: "";
    right: 20px; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
    display: none; }

.fsPanelIconAfter.fsAccordion .fsPanel > .fsElementContent, .fsPanelIconAfter.fsTabs .fsPanel > .fsElementContent {
  padding-right: 40px; }

#fsPageContent .fsAccordion, #fsBannerLeft .fsAccordion, #fsBannerRight .fsAccordion {
  margin-bottom: 20px; }

.fsAccordion .fsPanel {
  border: 1px solid rgba(191, 194, 197, 0.8);
  border-radius: 5px;
  margin-bottom: 2px; }

.fsSection73 .split-content .fsAccordion .fsPanel > header h2 {
  color: #818386; }
  .fsSection73 .split-content .fsAccordion .fsPanel > header h2 a {
    color: #818386; }

.fsSection73 .split-content .fsAccordion .fsPanel > header:hover {
  background: transparent; }
  .fsSection73 .split-content .fsAccordion .fsPanel > header:hover h2 {
    color: #bfc2c5; }
    .fsSection73 .split-content .fsAccordion .fsPanel > header:hover h2 a {
      color: #bfc2c5; }

.fsSection73 .split-content .fsAccordion .fsPanel.fsStateOpen > header h2 {
  color: #e09f3e; }
  .fsSection73 .split-content .fsAccordion .fsPanel.fsStateOpen > header h2 a {
    color: #e09f3e; }
  .fsSection73 .split-content .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsSection73 .split-content .fsAccordion .fsPanel.fsStateOpen > header h2:after {
    color: #e09f3e; }

.fsSection74 #fsFooter .team-dropdown {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  height: 100%;
  width: 100%;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background: rgba(101, 0, 0, 0.9);
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 45000; }
  .fsSection74 #fsFooter .team-dropdown > header {
    padding: 20px; }
    @media (min-width: 1000px) {
      .fsSection74 #fsFooter .team-dropdown > header {
        padding: 40px; } }
    .fsSection74 #fsFooter .team-dropdown > header .fsElementHeaderContent {
      text-align: right; }
    .fsSection74 #fsFooter .team-dropdown > header em {
      display: inline-block;
      font-size: 0;
      line-height: 0;
      font-style: normal;
      color: #fff;
      pointer-events: auto;
      cursor: pointer;
      transition: all 0.3s ease-in-out; }
      .fsSection74 #fsFooter .team-dropdown > header em:hover, .fsSection74 #fsFooter .team-dropdown > header em:focus {
        color: rgba(255, 255, 255, 0.5); }
      .fsSection74 #fsFooter .team-dropdown > header em:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-weight: 700;
        font-size: 18px;
        line-height: 1; }
        @media (min-width: 1000px) {
          .fsSection74 #fsFooter .team-dropdown > header em:before {
            font-weight: 400;
            font-size: 30px; } }
  .fsSection74 #fsFooter .team-dropdown > .fsElementContent {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
    @media (min-width: 800px) {
      .fsSection74 #fsFooter .team-dropdown > .fsElementContent {
        display: -ms-flexbox;
        display: flex; } }
    .fsSection74 #fsFooter .team-dropdown > .fsElementContent > .fsContent {
      display: block;
      padding: 20px;
      margin: 0 auto;
      text-align: left;
      pointer-events: auto;
      max-width: 480px; }
      @media (min-width: 800px) {
        .fsSection74 #fsFooter .team-dropdown > .fsElementContent > .fsContent {
          padding-right: 20px;
          padding-left: 20px;
          -ms-flex: 0 1 auto;
          flex: 0 1 auto;
          width: 33.33%;
          max-width: auto; } }
      @media screen and (min-width: 800px) and (max-width: 1000px) {
        .fsSection74 #fsFooter .team-dropdown > .fsElementContent > .fsContent {
          text-align: center; } }
  .fsSection74.activate-team #fsFooter .team-dropdown {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    z-index: 18000; }
  .fsSection74 #fsFooter .team-dropdown .fsContent > header {
    text-align: center; }
    .fsSection74 #fsFooter .team-dropdown .fsContent > header .fsElementTitle {
      position: relative;
      margin: 0 0 20px 0;
      padding: 0 0 10px 0;
      font-family: "franklin-gothic-urw-cond", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 22px;
      text-transform: uppercase; }
      .fsSection74 #fsFooter .team-dropdown .fsContent > header .fsElementTitle:after {
        content: '';
        margin: 0 auto;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: block;
        width: 40px;
        height: 2px;
        background: rgba(255, 255, 255, 0.8); }
  .fsSection74 #fsFooter .team-dropdown p {
    margin-bottom: 10px; }
  .fsSection74 #fsFooter .team-dropdown strong {
    display: inline-block;
    font-weight: 500;
    width: auto;
    min-width: 130px; }
    @media screen and (min-width: 800px) and (max-width: 1000px) {
      .fsSection74 #fsFooter .team-dropdown strong {
        display: block; } }
  .fsSection74 #fsFooter .team-dropdown a {
    margin-right: 10px;
    text-transform: uppercase;
    color: #e09f3e;
    pointer-events: auto; }
    .fsSection74 #fsFooter .team-dropdown a:hover {
      color: #fff; }

.fsSection74 .team-toggle {
  display: inline-block;
  width: auto;
  margin: 20px 0 30px; }
  @media (min-width: 1000px) {
    .fsSection74 .team-toggle {
      position: absolute;
      top: 50px;
      right: 50px;
      margin-top: 0;
      margin-bottom: 0; } }
  .fsSection74 .team-toggle a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 14px 20px;
    background: #900;
    color: #fff;
    outline: 0;
    box-shadow: inset 0 0 0 1px #900;
    border: none;
    border-radius: 5px;
    font-family: "adelle-condensed", serif;
    font-weight: 600;
    font-style: italic;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    transition: all 0.3s ease;
    padding-right: 40px;
    padding-left: 40px;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 0; }
    .fsSection74 .team-toggle a:hover {
      background: #010155;
      box-shadow: inset 0 0 0 1px #010155;
      color: #fff;
      text-decoration: none; }
    .fsSection74 .team-toggle a em {
      display: block;
      font-style: normal; }
    @media (min-width: 1000px) {
      .fsSection74 .team-toggle a {
        padding-right: 30px;
        padding-left: 30px; } }

.fsSection74 hr {
  margin: 0 0 40px;
  padding: 0;
  position: relative;
  width: 100%;
  height: 80px;
  border: 0;
  background-color: transparent;
  background-image: url("../images/athletics/rhino.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80px 79px;
  overflow: hidden; }
  .fsSection74 hr:before, .fsSection74 hr:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 50%;
    height: 2px;
    background: #bfc2c5; }
  .fsSection74 hr:before {
    right: -50px; }
  .fsSection74 hr:after {
    left: -50px; }

.fsSection74 .header-top {
  text-align: center; }
  .fsSection74 .header-top > .fsElementContent {
    z-index: 9001;
    min-height: 215px; }
    .has-hero-treatment .fsSection74 .header-top > .fsElementContent {
      position: absolute;
      top: 0;
      right: 0;
      left: 0; }
  .fsSection74 .header-top .site-info-container {
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 600px) {
      .fsSection74 .header-top .site-info-container {
        text-align: center;
        padding-left: 0; } }
    @media (min-width: 1000px) {
      .fsSection74 .header-top .site-info-container {
        float: none;
        max-width: 625px; } }
  .fsSection74 .header-top svg {
    margin: 0 auto; }
    .fsSection74 .header-top svg.shield {
      display: block; }
      @media (min-width: 1000px) {
        .fsSection74 .header-top svg.shield {
          display: inline-block;
          margin-right: 20px; } }
    .fsSection74 .header-top svg.text {
      width: 540px; }

@media (min-width: 1000px) {
  .fsSection74 .nav-main > header,
  .fsSection74 .nav-main > footer {
    display: inline-block;
    width: auto;
    vertical-align: middle; } }

.fsSection74 .nav-main > header a,
.fsSection74 .nav-main > footer a {
  display: block;
  padding: 10px 0;
  position: relative;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff; }
  .fsSection74 .nav-main > header a:before,
  .fsSection74 .nav-main > footer a:before {
    display: inline-block;
    font-size: 14px;
    line-height: 1; }
  @media (min-width: 1000px) {
    .fsSection74 .nav-main > header a,
    .fsSection74 .nav-main > footer a {
      padding-right: 10px;
      padding-left: 10px;
      color: rgba(41, 47, 54, 0.8);
      line-height: 1; }
      .transparent-header .fsSection74 .nav-main > header a, .transparent-header
      .fsSection74 .nav-main > footer a {
        color: rgba(255, 255, 255, 0.8); } }
  .fsSection74 .nav-main > header a:hover,
  .fsSection74 .nav-main > footer a:hover {
    text-decoration: none;
    color: #010155; }
    @media (min-width: 1000px) {
      .transparent-header .fsSection74 .nav-main > header a:hover, .transparent-header
      .fsSection74 .nav-main > footer a:hover {
        color: #fff;
        background: rgba(65, 65, 72, 0.5); } }

@media (min-width: 1000px) {
  .fsSection74 .nav-main > header a {
    font-size: 0; }
    .fsSection74 .nav-main > header a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; } }

.fsSection74 .nav-main > footer {
  display: none; }
  @media (min-width: 1000px) {
    .fsSection74 .nav-main > footer {
      display: inline-block;
      position: relative; } }
  .fsSection74 .nav-main > footer a {
    font-size: 0; }
    .fsSection74 .nav-main > footer a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }

@media (min-width: 1000px) {
  .fsSection74 .nav-main > .fsElementContent {
    display: inline-block;
    width: auto;
    vertical-align: middle; } }

body.athletics-landing:not(.fsComposeMode) .overview-philosophy .fsStyleColumn-2 {
  text-align: right;
  min-height: 400px; }

body.athletics-landing:not(.fsComposeMode) .overview-philosophy .cta ul {
  text-align: right; }
  @media (min-width: 1000px) {
    body.athletics-landing:not(.fsComposeMode) .overview-philosophy .cta ul {
      position: absolute;
      top: 50%;
      right: 0; } }
  body.athletics-landing:not(.fsComposeMode) .overview-philosophy .cta ul a {
    color: #fff; }
    body.athletics-landing:not(.fsComposeMode) .overview-philosophy .cta ul a:hover {
      color: rgba(255, 255, 255, 0.75);
      text-decoration: none; }

.athletics-landing .fsBreadcrumb {
  display: none; }

@media (min-width: 600px) {
  .athletics-landing #fsPageBodyWrapper {
    zoom: 1;
    padding-top: 60px;
    padding-bottom: 0; }
    .athletics-landing #fsPageBodyWrapper:after {
      display: table;
      clear: both;
      content: ''; } }

@media (min-width: 600px) {
  .athletics-landing .fsPageLayout > .fsDiv {
    margin-bottom: 0; } }

.athletics-landing .recent-scores {
  background: #900;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .athletics-landing .recent-scores > header {
    padding: 30px 0;
    background: rgba(101, 0, 0, 0.5);
    width: calc(100% - 50px);
    -ms-flex-order: 1;
    order: 1;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
    @media (min-width: 1000px) {
      .athletics-landing .recent-scores > header {
        -ms-flex-order: 1;
        order: 1;
        width: 265px; } }
    .athletics-landing .recent-scores > header .fsElementTitle {
      display: inline-block;
      margin: 0;
      padding: 0 20px;
      color: #fff;
      font-size: 24px;
      line-height: 30px; }
      @media (min-width: 1000px) {
        .athletics-landing .recent-scores > header .fsElementTitle {
          display: block; } }
    .athletics-landing .recent-scores > header .fsElementHeaderContent {
      padding: 0 20px;
      display: inline-block;
      font-family: "adelle-condensed", serif;
      font-style: italic;
      color: #fff; }
      @media (min-width: 1000px) {
        .athletics-landing .recent-scores > header .fsElementHeaderContent {
          display: block; } }
      .athletics-landing .recent-scores > header .fsElementHeaderContent > a {
        color: #fff; }
        .athletics-landing .recent-scores > header .fsElementHeaderContent > a:hover {
          color: rgba(255, 255, 255, 0.75); }
  .athletics-landing .recent-scores > .fsElementContent {
    margin: 0;
    padding: 20px 0;
    -ms-flex-order: 3;
    order: 3;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    color: #fff; }
    @media (min-width: 1000px) {
      .athletics-landing .recent-scores > .fsElementContent {
        -ms-flex-order: 2;
        order: 2;
        padding-top: 10px;
        padding-bottom: 10px;
        width: calc(100% - 315px); } }
  .athletics-landing .recent-scores .button-wrapper {
    position: relative;
    padding: 20px 0;
    background: rgba(101, 0, 0, 0.5);
    width: 50px;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
    @media (min-width: 1000px) {
      .athletics-landing .recent-scores .button-wrapper {
        -ms-flex-order: 3;
        order: 3; } }
    .athletics-landing .recent-scores .button-wrapper .slick-prev {
      display: none !important; }
    .athletics-landing .recent-scores .button-wrapper .slick-next {
      right: 8px !important; }
      .athletics-landing .recent-scores .button-wrapper .slick-next:before {
        font-size: 22px !important;
        content: '\f105' !important; }
  .athletics-landing .recent-scores article {
    margin: 0;
    padding: 10px 20px;
    box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.2); }
  .athletics-landing .recent-scores .fsDateTime {
    margin: 0; }
    .athletics-landing .recent-scores .fsDateTime .fsDate,
    .athletics-landing .recent-scores .fsDateTime .fsTime,
    .athletics-landing .recent-scores .fsDateTime .fsAllDayEvent,
    .athletics-landing .recent-scores .fsDateTime .fsStartTimeToBeDetermined {
      font-family: "adelle-condensed", serif;
      font-style: italic;
      font-size: 14px;
      line-height: 20px;
      text-transform: none;
      color: #fff; }
  .athletics-landing .recent-scores .fsTitle {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px; }
    .athletics-landing .recent-scores .fsTitle a {
      color: inherit; }
      .athletics-landing .recent-scores .fsTitle a:hover {
        color: rgba(255, 255, 255, 0.75); }
  .athletics-landing .recent-scores .fsAthleticsOpponents {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px; }
    .athletics-landing .recent-scores .fsAthleticsOpponents .fsAthleticsOpponentNames {
      display: inline-block; }
  .athletics-landing .recent-scores .fsAthleticsResultWrapper {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px; }
    .athletics-landing .recent-scores .fsAthleticsResultWrapper .fsAthleticsScore {
      margin-left: 4px;
      padding-left: 6px;
      box-shadow: inset 1px 0 0 0 #fff; }

.athletics-landing .news-announcements {
  padding-top: 0;
  padding-bottom: 20px; }
  @media (min-width: 600px) {
    .athletics-landing .news-announcements {
      padding-bottom: 40px; } }
  .athletics-landing .news-announcements > header {
    display: -ms-flexbox;
    display: flex; }
    .athletics-landing .news-announcements > header .fsElementTitle {
      display: block;
      width: 50%;
      position: relative;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      font-family: "franklin-gothic-urw-cond", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 22px;
      text-transform: uppercase;
      color: #900;
      margin: 0 0 10px 0;
      padding: 0 0 5px 0;
      white-space: nowrap; }
      @media (min-width: 800px) {
        .athletics-landing .news-announcements > header .fsElementTitle {
          display: none; } }
      .athletics-landing .news-announcements > header .fsElementTitle:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        display: block;
        width: 40px;
        height: 2px;
        background: #900; }
    .athletics-landing .news-announcements > header .fsElementHeaderContent {
      width: 100%;
      text-align: right; }
      .athletics-landing .news-announcements > header .fsElementHeaderContent a {
        color: #818386; }
  .athletics-landing .news-announcements .fsListItems {
    zoom: 1; }
    .athletics-landing .news-announcements .fsListItems:after {
      display: table;
      clear: both;
      content: ''; }
    .athletics-landing .news-announcements .fsListItems article {
      padding-bottom: 10px;
      margin-bottom: 10px;
      box-shadow: none; }
      @media (min-width: 800px) {
        .athletics-landing .news-announcements .fsListItems article:first-child {
          display: -ms-flexbox;
          display: flex; } }
      @media (min-width: 800px) {
        .athletics-landing .news-announcements .fsListItems article:first-child .fsThumbnail,
        .athletics-landing .news-announcements .fsListItems article:first-child .feature-wrapper {
          -ms-flex: 0 1 auto;
          flex: 0 1 auto;
          width: 50%; } }
      .athletics-landing .news-announcements .fsListItems article:first-child .fsElementTitle {
        display: none;
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        font-family: "franklin-gothic-urw-cond", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        text-transform: uppercase;
        color: #900;
        margin: 0 0 10px 0;
        padding: 30px 0 5px 0; }
        @media (min-width: 800px) {
          .athletics-landing .news-announcements .fsListItems article:first-child .fsElementTitle {
            display: block; } }
        .athletics-landing .news-announcements .fsListItems article:first-child .fsElementTitle:after {
          content: '';
          position: absolute;
          top: 100%;
          left: 0;
          display: block;
          width: 40px;
          height: 2px;
          background: #900; }
      .athletics-landing .news-announcements .fsListItems article:last-child {
        padding-bottom: 0;
        margin-bottom: 0; }
      .athletics-landing .news-announcements .fsListItems article .fsThumbnail {
        width: 100%; }
        @media (min-width: 800px) {
          .athletics-landing .news-announcements .fsListItems article .fsThumbnail {
            width: 50%;
            margin-right: 40px; } }
      .athletics-landing .news-announcements .fsListItems article .fsTitle {
        font-family: "adelle-condensed", serif;
        font-style: italic;
        font-size: 34px;
        line-height: 44px; }
      @media (min-width: 800px) {
        .athletics-landing .news-announcements .fsListItems article:not(:first-child) {
          display: inline-block;
          float: left;
          width: 33.33%;
          padding-bottom: 0;
          margin-bottom: 0; } }
      .athletics-landing .news-announcements .fsListItems article:not(:first-child) .fsThumbnail,
      .athletics-landing .news-announcements .fsListItems article:not(:first-child) .fsDateTime,
      .athletics-landing .news-announcements .fsListItems article:not(:first-child) .fsSummary {
        display: none; }
      .athletics-landing .news-announcements .fsListItems article:not(:first-child) .fsTitle {
        position: relative;
        padding-top: 10px;
        font-size: 24px;
        line-height: 34px; }
        .athletics-landing .news-announcements .fsListItems article:not(:first-child) .fsTitle:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 40px;
          height: 2px;
          background: #900; }

.athletics-landing .overview-philosophy > .fsElementContent {
  background: rgba(191, 194, 197, 0.3); }

.athletics-landing .overview-philosophy .fsTwoColumnLayout {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0; }
  .athletics-landing .overview-philosophy .fsTwoColumnLayout > .fsStyleColumn {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0; }
    @media (min-width: 1000px) {
      .athletics-landing .overview-philosophy .fsTwoColumnLayout > .fsStyleColumn.fsStyleColumn-1 {
        padding-top: 80px;
        padding-bottom: 80px; } }
    .athletics-landing .overview-philosophy .fsTwoColumnLayout > .fsStyleColumn.fsStyleColumn-1 > .fsElement {
      padding-right: 20px;
      padding-left: 20px; }
      @media (min-width: 600px) {
        .athletics-landing .overview-philosophy .fsTwoColumnLayout > .fsStyleColumn.fsStyleColumn-1 > .fsElement {
          padding-right: 50px;
          padding-left: 50px; } }
      @media (min-width: 1400px) {
        .athletics-landing .overview-philosophy .fsTwoColumnLayout > .fsStyleColumn.fsStyleColumn-1 > .fsElement {
          padding-left: 100px; } }
    .athletics-landing .overview-philosophy .fsTwoColumnLayout > .fsStyleColumn.fsStyleColumn-2 {
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover; }

.athletics-landing .overview-philosophy .cta {
  position: relative;
  height: 100%; }
  .athletics-landing .overview-philosophy .cta, .athletics-landing .overview-philosophy .cta ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .athletics-landing .overview-philosophy .cta li {
    margin: 0;
    padding: 0; }
  .athletics-landing .overview-philosophy .cta ul:not(.redactor-toolbar) {
    margin: 0;
    display: inline-block;
    width: auto; }
    .athletics-landing .overview-philosophy .cta ul:not(.redactor-toolbar) li {
      font-family: "franklin-gothic-urw-cond", sans-serif;
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      text-transform: uppercase; }
      @media (min-width: 1000px) {
        .athletics-landing .overview-philosophy .cta ul:not(.redactor-toolbar) li {
          display: block; } }
      .athletics-landing .overview-philosophy .cta ul:not(.redactor-toolbar) li:nth-child(1n+0) a {
        background: #292f36; }
      .athletics-landing .overview-philosophy .cta ul:not(.redactor-toolbar) li:nth-child(2n+0) a {
        background: #900; }
      .athletics-landing .overview-philosophy .cta ul:not(.redactor-toolbar) li:nth-child(3n+0) a {
        background: #010155; }
      .athletics-landing .overview-philosophy .cta ul:not(.redactor-toolbar) li:nth-child(4n+0) a {
        background: #818386; }
    .athletics-landing .overview-philosophy .cta ul:not(.redactor-toolbar) a {
      display: inline-block;
      padding: 20px 40px;
      background: #900;
      color: #fff; }
      .athletics-landing .overview-philosophy .cta ul:not(.redactor-toolbar) a:hover {
        color: rgba(255, 255, 255, 0.75);
        text-decoration: none; }

.athletics-landing .profile-slider {
  padding-top: 30px;
  padding-bottom: 0;
  margin-bottom: 0; }

.team-page .team-overview table, .team-page .team-record table {
  width: 100%; }
  @media (max-width: 800px) {
    .team-page .team-overview table th, .team-page .team-record table th,
    .team-page .team-overview table td,
    .team-page .team-record table td {
      display: none; } }
  
  .team-page .team-overview table td,
  .team-page .team-record table td {
    vertical-align: top; }
    @media (max-width: 800px) {
      
      .team-page .team-overview table td,
      .team-page .team-record table td {
        border: 5px solid red;
        display: inline-block;
        width: 100%;
        padding: 0 10px;
        border-radius: 0;
        border: 0; } }

.team-page:not(.fsDraftMode) #fsPageBodyWrapper {
  padding-bottom: 0; }
  .team-page:not(.fsDraftMode) #fsPageBodyWrapper #fsPageContent {
    margin-bottom: 0; }
  .team-page:not(.fsDraftMode) #fsPageBodyWrapper .fsPageLayout > .fsDiv {
    margin-bottom: 0; }
    .team-page:not(.fsDraftMode) #fsPageBodyWrapper .fsPageLayout > .fsDiv > .fsElement > header {
      display: none; }

.team-page:not(.fsDraftMode) .team-tabs {
  margin-bottom: 50px; }
  .team-page:not(.fsDraftMode) .team-tabs .fsTabsNav {
    margin-bottom: 80px; }
  .team-page:not(.fsDraftMode) .team-tabs > .fsElementContent > .fsElement > .fsElementContent > .fsElement > header {
    display: none; }

.team-page:not(.fsDraftMode) .team-slideshow > header {
  display: none; }

.team-page .team-info .fsAthleticsTeamName {
  margin-top: 0;
  font-weight: normal;
  font-family: "adelle-condensed", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 46px;
  line-height: 54px;
  margin-bottom: 25px;
  text-align: center; }
  @media (max-width: 1000px) {
    .team-page .team-info .fsAthleticsTeamName {
      font-size: 2.5em;
      line-height: 1em; } }

@media (min-width: 600px) {
  .team-page .team-tabs {
    text-align: center; }
    .team-page .team-tabs .fsTabsNav {
      display: inline-block;
      width: auto;
      margin-right: auto;
      margin-left: auto; }
    .team-page .team-tabs .fsPanel {
      text-align: left; } }

.team-page .team-schedule .fsAthleticsTeamRecord {
  margin: 0 40px 20px 0;
  float: right;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #010155; }
  .team-page .team-schedule .fsAthleticsTeamRecord span {
    margin-right: 5px; }

.team-page .team-coaches > .fsElementContent {
  text-align: center; }

@media (min-width: 600px) {
  .team-page .team-coaches .fsAthleticsRosterList {
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.team-page .team-coaches .fsAthleticsRosterList li {
  position: relative;
  margin: 0 0 10px;
  padding: 0;
  border: 0; }
  @media (min-width: 600px) {
    .team-page .team-coaches .fsAthleticsRosterList li {
      margin-bottom: 20px;
      padding-right: 10px;
      padding-left: 10px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      max-width: 33.33%; } }

.team-page .team-coaches .fsAthleticsRosterList .fsRosterName {
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .team-page .team-coaches .fsAthleticsRosterList .fsRosterName .fsConstituentProfileLink {
    display: inline-block; }
    .team-page .team-coaches .fsAthleticsRosterList .fsRosterName .fsConstituentProfileLink .link-inner {
      position: absolute;
      top: auto;
      right: 0;
      bottom: 20px;
      left: 0;
      margin: 0;
      padding: 20px 10px;
      background: rgba(153, 0, 0, 0.8);
      font-family: "franklin-gothic-urw", sans-serif;
      font-weight: 500;
      font-size: 20px;
      line-height: 20px;
      color: #fff;
      text-align: center;
      transition: all 0.3s ease-in-out; }
      .team-page .team-coaches .fsAthleticsRosterList .fsRosterName .fsConstituentProfileLink .link-inner:hover {
        background: rgba(1, 1, 85, 0.8); }
  .team-page .team-coaches .fsAthleticsRosterList .fsRosterName .fsCoachImage img {
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden; }

.team-page .team-coaches .fsAthleticsRosterList .fsRosterTitle {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px; }

.team-page .fsElementDialog .fsProfileSectionData.fsLocation .fsProfileSectionFieldName {
  visibility: hidden; }
  .team-page .fsElementDialog .fsProfileSectionData.fsLocation .fsProfileSectionFieldName:before {
    visibility: visible;
    content: 'Sport(s)'; }

.team-page .team-buttons {
  margin-bottom: 0; }
  .team-page .team-buttons > .fsElementContent {
    padding: 60px 20px;
    background: rgba(191, 194, 197, 0.3); }
  .team-page .team-buttons .fsAthleticsTeamProfile {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
  @media (min-width: 1000px) {
    .team-page .team-buttons .fsAthleticsTeamScheduleContent {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .team-page .team-buttons .fsAthleticsTeamScheduleContent > * {
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; } }
  .team-page .team-buttons .fsAthleticsTeamScheduleContent .cta-button-wrapper {
    text-align: center; }
    .team-page .team-buttons .fsAthleticsTeamScheduleContent .cta-button-wrapper:nth-of-type(1) .cta-button-text {
      background: #292f36; }
    .team-page .team-buttons .fsAthleticsTeamScheduleContent .cta-button-wrapper:nth-of-type(2) .cta-button-text {
      background: #900; }
    .team-page .team-buttons .fsAthleticsTeamScheduleContent .cta-button-wrapper:nth-of-type(3) .cta-button-text {
      background: #010155; }
  .team-page .team-buttons .fsAthleticsTeamScheduleContent .cta-button {
    position: relative;
    margin: 0 auto;
    display: inline-block;
    width: auto; }
  .team-page .team-buttons .fsAthleticsTeamScheduleContent .cta-button-text {
    position: absolute;
    bottom: 30px;
    right: 0;
    background: #010155;
    color: #fff;
    display: inline-block;
    width: auto;
    padding: 20px 50px;
    margin: 0;
    font-family: "franklin-gothic-urw", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out; }
    .team-page .team-buttons .fsAthleticsTeamScheduleContent .cta-button-text:hover {
      opacity: 0.75; }

.team-page .team-slideshow {
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background: transparent; }
  .team-page .team-slideshow .fsElementContent {
    width: 100%;
    position: relative;
    background: transparent; }
  .team-page .team-slideshow .team-slide {
    position: relative;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    outline: 0; }
  .team-page .team-slideshow .img-wrapper {
    position: relative;
    width: 100%;
    height: auto; }
    .team-page .team-slideshow .img-wrapper img {
      width: 100%;
      height: auto;
      opacity: 0;
      visibility: hidden; }
  .team-page .team-slideshow .button-wrapper {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0; }
    .team-page .team-slideshow .button-wrapper .slick-arrow.slick-prev {
      left: 0 !important; }
    .team-page .team-slideshow .button-wrapper .slick-arrow.slick-next {
      right: 0 !important; }
  .team-page .team-slideshow .fsAthleticsTeamRecord {
    position: absolute;
    bottom: 30px;
    right: 0;
    background: #010155;
    color: #fff;
    display: inline-block;
    width: auto;
    padding: 0 60px 10px 30px;
    margin: 0;
    font-family: "adelle-condensed", serif;
    font-style: italic;
    font-size: 46px;
    line-height: 54px; }
    .team-page .team-slideshow .fsAthleticsTeamRecord span {
      font-family: "franklin-gothic-urw", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      text-transform: uppercase;
      vertical-align: middle; }

.team-page .team-gallery {
  margin-bottom: 0; }

.fsAthleticsEvent .fsAthleticsOpponentNames {
  display: inline-block; }

.fsAthleticsEvent .fsTitle {
  margin-bottom: 0;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px; }

.fsAthleticsEvent.fsEvent .fsAlertFeeds {
  margin-bottom: 10px; }

.fsAthleticsEvent.fsEvent .fsDateTime .fsDate {
  margin-top: 0;
  font-weight: normal;
  font-family: "adelle-condensed", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
  text-transform: none;
  color: #292f36;
  margin-bottom: 10px; }

.fsAthleticsEvent.fsEvent .fsTitle {
  margin-top: 0;
  font-weight: normal;
  font-family: "adelle-condensed", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 15px;
  margin-bottom: 10px; }

.fsAthleticsEvent.fsEvent .fsAthleticsOpponents:before {
  content: 'Opponent(s): '; }

.fsAthleticsEvent.fsEvent .fsAthleticsOpponents .fsAthleticsVs {
  display: none; }

.fsAthleticsEvent.fsEvent .fsAthleticsAdvantage:before {
  content: 'Advantage: '; }

.fsAthleticsEvent.fsEvent .fsAthleticsLocations:before {
  content: 'Location(s): '; }

.fsAthleticsEvent.fsEvent .fsAthleticsDismissal .fsAthleticsDismissalLabel {
  display: inline-block; }

.fsAthleticsEvent.fsEvent .fsAthleticsDismissal .fsDateTime {
  display: inline-block; }

.fsAthleticsEvent.fsEvent .fsAthleticsDeparture .fsAthleticsDepartureLabel {
  display: inline-block; }

.fsAthleticsEvent.fsEvent .fsAthleticsDeparture .fsDateTime {
  display: inline-block; }

.fsAthleticsEvent.fsEvent .fsAthleticsReturn .fsAthleticsReturnLabel {
  display: inline-block; }

.fsAthleticsEvent.fsEvent .fsAthleticsReturn .fsDateTime {
  display: inline-block; }

.fsAthleticsEvent.fsEvent .fsAthleticsPickup .fsAthleticsPickupLabel {
  display: inline-block; }

.fsAthleticsEvent.fsEvent .fsAthleticsPickup .fsDateTime {
  display: inline-block; }

.fsAthleticsEvent.fsEvent .fsAthleticsLocationDetails {
  margin-bottom: 10px; }
  .fsAthleticsEvent.fsEvent .fsAthleticsLocationDetails:before {
    content: 'Location Details: '; }
  .fsAthleticsEvent.fsEvent .fsAthleticsLocationDetails .fsAthleticsLocationName {
    font-weight: 700; }

.fsAthleticsEvent.fsEvent .fsAthleticsCustomDirections {
  margin-bottom: 10px; }
  .fsAthleticsEvent.fsEvent .fsAthleticsCustomDirections:before {
    content: 'Custom Directions: '; }
  .fsAthleticsEvent.fsEvent .fsAthleticsCustomDirections p:last-child {
    margin-bottom: 0; }

.fsAthleticsEvent.fsEvent .fsAthleticsStatus .fsAthleticsStatusChanged {
  font-weight: 700;
  color: #900; }

.fsAthleticsEvent.fsEvent .fsAthleticsEventType:before {
  content: 'Type: '; }

.fsAthleticsEvent.fsEvent .fsElementEventIcon {
  margin-right: 10px; }

.fsAthleticsEvent.fsEvent .fsAthleticsEventDetailLink {
  outline: 0; }

.fsAthleticsEvent.fsEvent .fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 14px 20px;
  background: transparent;
  color: #818386;
  outline: 0;
  box-shadow: inset 0 0 0 1px #818386;
  border: none;
  border-radius: 5px;
  font-family: "adelle-condensed", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  transition: all 0.3s ease;
  padding: 10px 20px; }
  .fsAthleticsEvent.fsEvent .fsLoadMoreButton:hover {
    background: #010155;
    box-shadow: inset 0 0 0 1px #010155;
    color: #fff;
    text-decoration: none; }
  .fsAthleticsEvent.fsEvent .fsLoadMoreButton em {
    display: block;
    font-style: normal; }

@media (max-width: 800px) {
  .fsAthleticsEvent.fsTable .fsEventTable thead {
    display: none; } }

.fsAthleticsEvent.fsTable .fsEventTable thead th {
  border-radius: 0; }
  .fsAthleticsEvent.fsTable .fsEventTable thead th:first-child {
    border-radius: 5px 0 0 5px; }
  .fsAthleticsEvent.fsTable .fsEventTable thead th:last-child {
    border-radius: 0 5px 5px 0; }

@media (max-width: 800px) {
  .fsAthleticsEvent.fsTable .fsEventTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    border-radius: 0;
    border: 0; }
    .fsAthleticsEvent.fsTable .fsEventTable td:first-of-type {
      padding-top: 10px;
      border-radius: 0; }
    .fsAthleticsEvent.fsTable .fsEventTable td:last-of-type {
      padding-bottom: 10px;
      border-radius: 0; }
    .fsAthleticsEvent.fsTable .fsEventTable td:before {
      display: inline-block;
      font-weight: 500;
      color: #900; }
    .fsAthleticsEvent.fsTable .fsEventTable td.fsTitle:before {
      content: 'Team: '; }
    .fsAthleticsEvent.fsTable .fsEventTable td.fsAthleticsOpponents .fsAthleticsVs {
      display: none; }
    .fsAthleticsEvent.fsTable .fsEventTable td.fsAthleticsOpponents:before {
      content: 'Opponent: '; }
    .fsAthleticsEvent.fsTable .fsEventTable td.fsAthleticsDate .fsDateTime {
      display: inline-block; }
    .fsAthleticsEvent.fsTable .fsEventTable td.fsAthleticsDate:before {
      content: 'Date: '; }
    .fsAthleticsEvent.fsTable .fsEventTable td.fsAthleticsTime .fsDateTime {
      display: inline-block; }
    .fsAthleticsEvent.fsTable .fsEventTable td.fsAthleticsTime:before {
      content: 'Time: '; }
    .fsAthleticsEvent.fsTable .fsEventTable td.fsAthleticsLocations:before {
      content: 'Location: '; }
    .fsAthleticsEvent.fsTable .fsEventTable td.fsAthleticsAdvantage:before {
      content: 'Advantage: '; }
    .fsAthleticsEvent.fsTable .fsEventTable td.fsAthleticsEventType:before {
      content: 'Type: '; }
    .fsAthleticsEvent.fsTable .fsEventTable td.fsAthleticsDetails:before {
      content: 'Details: '; }
    .fsAthleticsEvent.fsTable .fsEventTable td.fsAthleticsResult:before {
      content: 'Result: '; }
    .fsAthleticsEvent.fsTable .fsEventTable td.fsAthleticsScore:before {
      content: 'Score: '; }
    .fsAthleticsEvent.fsTable .fsEventTable td.fsAthleticsAlerts:before {
      content: 'Alerts: '; }
    .fsAthleticsEvent.fsTable .fsEventTable td.fsAthleticsDismissal:before {
      content: 'Dismissal: '; }
    .fsAthleticsEvent.fsTable .fsEventTable td.fsAthleticsDeparture:before {
      content: 'Departure: '; }
    .fsAthleticsEvent.fsTable .fsEventTable td.fsAthleticsReturn:before {
      content: 'Return Time: '; }
    .fsAthleticsEvent.fsTable .fsEventTable td.fsAthleticsPickup:before {
      content: 'Pickup Time: '; }
    .fsAthleticsEvent.fsTable .fsEventTable td.fsAthleticsRecap:before {
      content: 'Recap: '; }
    .fsAthleticsEvent.fsTable .fsEventTable td.fsAthleticsStatus:before {
      content: 'Status: '; } }

.team-page .fsAthleticsEvent.fsTable .fsEventTable .fsAthleticsVs {
  display: none; }

/*! elements - athletics popup modal */
#fsAthleticsEventElementDialog .fsAthleticsEvent.fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px; }

/*! elements - athletics roster */
.fsAthleticsRoster {
  margin-bottom: 20px; }
  @media (max-width: 800px) {
    .fsAthleticsRoster .fsElementTable thead {
      display: none; } }
  .fsAthleticsRoster .fsElementTable thead th {
    border-radius: 0; }
    .fsAthleticsRoster .fsElementTable thead th:first-child {
      border-radius: 5px 0 0 5px; }
    .fsAthleticsRoster .fsElementTable thead th:last-child {
      border-radius: 0 5px 5px 0; }
  @media (max-width: 800px) {
    .fsAthleticsRoster .fsElementTable td {
      display: inline-block;
      width: 100%;
      padding: 0 10px;
      border-radius: 0;
      border: 0; }
      .fsAthleticsRoster .fsElementTable td:first-of-type {
        padding-top: 10px;
        border-radius: 0; }
      .fsAthleticsRoster .fsElementTable td:last-of-type {
        padding-bottom: 10px;
        border-radius: 0; }
      .fsAthleticsRoster .fsElementTable td:before {
        display: inline-block;
        font-weight: 500;
        color: #900; }
      .fsAthleticsRoster .fsElementTable td.fsRosterPlayerNumber:before {
        content: 'Number: '; }
      .fsAthleticsRoster .fsElementTable td.fsRosterName:before {
        content: 'Name: '; }
      .fsAthleticsRoster .fsElementTable td.fsRosterPosition:before {
        content: 'Position: '; }
      .fsAthleticsRoster .fsElementTable td.fsRosterClass:before {
        content: 'Class: '; }
      .fsAthleticsRoster .fsElementTable td.fsRosterGradeLevel itely:before {
        content: 'Grade: '; }
      .fsAthleticsRoster .fsElementTable td.fsRosterHometown:before {
        content: 'Hometown: '; }
      .fsAthleticsRoster .fsElementTable td.fsRosterHeight:before {
        content: 'Height: '; }
      .fsAthleticsRoster .fsElementTable td.fsRosterWeight:before {
        content: 'Weight: '; } }

.fsAthleticsRosterContent {
  margin-bottom: 20px; }
  .fsAthleticsRosterContent p:last-child {
    margin-bottom: 0; }
  .fsAthleticsRosterContent:empty {
    margin-bottom: 0; }

.fsAthleticsRosterList, .fsAthleticsRosterList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsAthleticsRosterList li {
  margin: 0;
  padding: 0; }

.fsAthleticsRosterList li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #4e5155; }
  .fsAthleticsRosterList li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .fsAthleticsRosterList li > div {
    margin-bottom: 10px; }

/*! elements - athletics teams */
.fsAthleticsTeam {
  margin-bottom: 20px; }

.fsAthleticsTeamDirectory {
  max-width: 100%;
  margin-bottom: 20px; }
  .fsAthleticsTeamDirectory, .fsAthleticsTeamDirectory ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsAthleticsTeamDirectory li {
    margin: 0;
    padding: 0; }
  .fsAthleticsTeamDirectory > li {
    margin-bottom: 10px; }
  .fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
    display: inline-block; }

.fsAthleticsTeamIcon {
  margin-right: 10px; }

.fsBoardElement .fsThumbnail {
  display: block; }
  .fsBoardElement .fsThumbnail img {
    display: block;
    width: 100%;
    height: auto; }

.fsBoardElement .fsTitle {
  margin-bottom: 5px; }

.fsBoardElement .fsDateTime {
  margin-bottom: 5px; }
  .fsBoardElement .fsDateTime .fsDate,
  .fsBoardElement .fsDateTime .fsTime {
    margin-top: 0;
    font-weight: normal;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #818386; }

.fsBoardElement .fsBody {
  margin-bottom: 20px; }
  .fsBoardElement .fsBody p:last-of-type {
    margin-bottom: 0; }

.fsBoardElement.fsList.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsBoardElement.fsList.fsThumbnailAlignLeft .fsThumbnail {
      float: left;
      margin-right: 20px;
      width: 25%; } }

.fsBoardElement.fsList.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsBoardElement.fsList.fsThumbnailAlignRight .fsThumbnail {
      float: right;
      margin-left: 20px;
      width: 25%; } }

.fsBoardElement.fsList article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  box-shadow: inset 0 -1px 0 0 rgba(191, 194, 197, 0.8); }
  .fsBoardElement.fsList article:last-child {
    padding-bottom: 10px;
    margin-bottom: 10px;
    box-shadow: none; }

.fsBoardElement.fsList .fsThumbnail {
  margin-bottom: 10px; }

@media (min-width: 600px) {
  .fsBoardElement.fsGrid.fsThumbnailAlignLeft .fsThumbnail {
    width: 50%; } }

@media (min-width: 600px) {
  .fsBoardElement.fsGrid.fsThumbnailAlignRight .fsThumbnail {
    width: 50%; } }

.fsCalendar .fsElementEventColorIcon {
  width: 10px;
  height: 10px; }

.fsCalendar .fsTitle {
  margin-bottom: 5px; }

.fsCalendar .fsEventDetails .fsTimeRange,
.fsCalendar .fsEventDetails .fsLocation {
  display: inline-block;
  margin-bottom: 5px;
  color: #292f36; }

.fsCalendar .fsEventDetails .fsTimeRange + .fsLocation:before {
  content: '| '; }

.fsCalendar .fsEventDetails .fsNotes {
  margin-bottom: 5px; }
  .fsCalendar .fsEventDetails .fsNotes p {
    margin-bottom: 5px; }

.fsCalendar .fsEventDetails .fsDescription {
  margin-bottom: 5px; }
  .fsCalendar .fsEventDetails .fsDescription p {
    margin-bottom: 5px; }

.fsCalendar.fsList .fsListItems {
  margin-bottom: 20px; }

.fsCalendar.fsList article {
  position: relative;
  padding-left: 20px; }

.fsCalendar.fsList .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  height: 100%;
  width: 90px;
  color: #414148;
  background: transparent;
  font-family: "adelle-condensed", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 34px;
  line-height: 38px;
  white-space: nowrap; }
  .fsCalendar.fsList .fsDate > span.fsSeparator {
    margin-right: 4px;
    margin-left: 4px; }

.fsCalendar.fsList .fsDayContainer {
  border-left: 79px transparent solid;
  box-shadow: inset 1px 0 0 0 rgba(191, 194, 197, 0.8); }
  .fsCalendar.fsList .fsDayContainer .fsDate {
    left: -80px; }

.fsCalendar.fsList article:not(:nth-of-type(1)) {
  padding-top: 10px;
  margin-top: 10px; }
  .fsCalendar.fsList article:not(:nth-of-type(1)) .fsDate {
    display: none; }

#fsBannerLeft .fsCalendar.fsList .fsEventDetails .fsTimeRange,
#fsBannerLeft .fsCalendar.fsList .fsEventDetails .fsLocation,
#fsBannerRight .fsCalendar.fsList .fsEventDetails .fsTimeRange,
#fsBannerRight .fsCalendar.fsList .fsEventDetails .fsLocation {
  display: block; }

#fsBannerLeft .fsCalendar.fsList .fsEventDetails .fsTimeRange + .fsLocation:before,
#fsBannerRight .fsCalendar.fsList .fsEventDetails .fsTimeRange + .fsLocation:before {
  content: ''; }

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
    margin-bottom: 0; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  outline: 0; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
    margin-top: 5px; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1; }

@media (min-width: 800px) {
  .flexbox .fsCalendarEventGrid .fsCalendarRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .flexbox .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important; } }

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar:after {
    display: none; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar > div {
    margin: 0; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
    margin-right: 10px; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
    width: 100%; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
        width: auto; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    margin: 10px 0; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
        -ms-flex-order: 3;
        order: 3;
        margin: 0; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
    z-index: 1; }

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(101, 0, 0, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(101, 0, 0, 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(101, 0, 0, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(101, 0, 0, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 1;
        font-size: 15px;
        margin-bottom: 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
      border-left: 1px solid #EDEDED;
      border-right: 1px solid #EDEDED;
      zoom: 1;
      display: block; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
        display: table;
        clear: both;
        content: ''; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
        border-top: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
        border-bottom: 1px solid #EDEDED; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
      width: 16.666% !important;
      height: 50px !important;
      border: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
        display: block; } }

#event-view {
  padding: 20px;
  margin: 20px auto 0; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
    #event-view .fsCalendarDaybox > div {
      margin-bottom: 20px; }
  #event-view .fsCalendarEventTitle {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px; }
  @media screen and (min-width: 800px) {
    #event-view {
      display: none; } }

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 14px 20px;
    background: transparent;
    color: #818386;
    outline: 0;
    box-shadow: inset 0 0 0 1px #818386;
    border: none;
    border-radius: 5px;
    font-family: "adelle-condensed", serif;
    font-weight: 600;
    font-style: italic;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    transition: all 0.3s ease;
    padding: 10px 20px; }
    .scroll-up span:hover {
      background: #010155;
      box-shadow: inset 0 0 0 1px #010155;
      color: #fff;
      text-decoration: none; }
    .scroll-up span em {
      display: block;
      font-style: normal; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
  margin-top: 40px; }

.fsCalendar.fsGrid .fsCalendarLegend, .fsCalendar.fsGrid .fsCalendarLegend ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsCalendar.fsGrid .fsCalendarLegend li {
  margin: 0;
  padding: 0; }

.fsCalendar.fsGrid .fsCalendarLegend h4 {
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0; }
  @media (min-width: 600px) {
    .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
      width: 49%; } }

.fsCalendar.fsSlideshow header {
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 2px solid #bfc2c5; }
  .fsCalendar.fsSlideshow header .fsElementTitle {
    font-family: "franklin-gothic-urw", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #900;
    margin-bottom: 0; }

.fsCalendar.fsSlideshow .fsElementSlideshow {
  padding: 0 60px; }

.fsCalendar.fsSlideshow .fsDate {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #414148;
  font-family: "adelle-condensed", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 34px;
  line-height: 38px;
  white-space: nowrap;
  box-shadow: inset 0 -1px 0 0 rgba(191, 194, 197, 0.8); }

.fsCalendar.fsSlideshow article {
  padding-top: 0;
  padding-right: 40px;
  padding-bottom: 0; }

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
.fsCalendar.fsEvent .fsDate {
  margin-top: 0;
  font-weight: normal;
  font-family: "adelle-condensed", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
  margin-bottom: 10px; }

.fsCalendar.fsEvent .fsTitle {
  margin-top: 0;
  font-weight: normal;
  font-family: "adelle-condensed", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 15px;
  margin-bottom: 10px; }

.fsCalendar.fsEvent .fsEventDetails .fsNotes p {
  margin-bottom: 20px; }

.fsCalendar.fsEvent .fsEventDetails .fsDescription p {
  margin-bottom: 20px; }

/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
#fsBannerLeft .fsElement,
#fsBannerRight .fsElement {
  margin: 0 0 40px 0; }
  #fsBannerLeft .fsElement > header .fsElementTitle,
  #fsBannerRight .fsElement > header .fsElementTitle {
    margin-top: 0;
    font-weight: normal;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-style: normal;
    color: #900;
    box-shadow: inset 0 -2px 0 0 rgba(191, 194, 197, 0.8); }
  #fsBannerLeft .fsElement > footer .fsElementFooterContent .fs_style_23,
  #fsBannerRight .fsElement > footer .fsElementFooterContent .fs_style_23 {
    display: block; }

.fsElementTitle p {
  margin-bottom: 0; }

.fsListItems article {
  margin-bottom: 20px; }

.module > footer .fsElementFooterContent a {
  font-family: "adelle-condensed", serif;
  font-style: italic;
  font-weight: 600; }

/*! elements - forms */
textarea,
input,
select {
  padding: 5px;
  max-width: 100%; }

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ccc; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
    .fsComposerFormEmbed form textarea {
      max-width: 100%;
      width: 100%;
      border: solid 1px #ccc; }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 20px; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0; }
      .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementContainer {
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementContainer {
          width: 100%; } }
      .fsComposerFormEmbed form .elementContainer label {
        margin-bottom: 2px; }
        .fsComposerFormEmbed form .elementContainer label.horizontal {
          white-space: normal;
          margin-right: 10px !important; }
          .fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
            margin-right: 0; }
      .fsComposerFormEmbed form .elementContainer hr {
        margin: 0 auto; }
      .fsComposerFormEmbed form .elementContainer p:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 599px) {
      .fsComposerFormEmbed form .elementBody > input {
        width: 100%; } }
    .fsComposerFormEmbed form .elementBody > .descText {
      margin-bottom: 10px; }
    .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
          width: 20%;
          padding-right: 10px;
          text-align: right;
          float: left; } }
    @media (min-width: 600px) {
      .fsComposerFormEmbed form .labelLeft .elementContainer > label {
        padding: 5px 10px 5px 5px; } }
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
      width: 100%; }
    .fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
      width: auto; }
    .fsComposerFormEmbed form .labelLeft .elementBody {
      margin: 0;
      width: 100%;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementBody {
          width: 80%;
          float: left; } }
    .fsComposerFormEmbed form .linkLike {
      color: #010155;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #010155; }
    .fsComposerFormEmbed form .required {
      color: #650000; }
    .fsComposerFormEmbed form .pageControls {
      padding: 10px 0 !important;
      margin-bottom: 10px; }
      .fsComposerFormEmbed form .pageControls .userConfirmation {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .userConfirmation {
      margin-bottom: 20px; }
      .fsComposerFormEmbed form .userConfirmation .userConfirmationToggle {
        margin-right: 5px; }
      .fsComposerFormEmbed form .userConfirmation > label {
        display: block; }
    .fsComposerFormEmbed form .elementColumn {
      zoom: 1;
      margin-bottom: 20px;
      max-width: 100%; }
      .fsComposerFormEmbed form .elementColumn:after {
        display: table;
        clear: both;
        content: ''; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementColumn {
          float: none !important;
          width: 100% !important; } }
      .fsComposerFormEmbed form .elementColumn .elementContainer {
        margin-bottom: 0; }
      .fsComposerFormEmbed form .elementColumn .elementBody > input {
        width: 100%; }
    .fsComposerFormEmbed form .pageBreak {
      zoom: 1; }
      .fsComposerFormEmbed form .pageBreak:after {
        display: table;
        clear: both;
        content: ''; }
      .fsComposerFormEmbed form .pageBreak .nextPage, .fsComposerFormEmbed form .pageBreak .prevPage {
        background: none;
        border: none;
        color: #010155;
        transition: .3s;
        outline: 0;
        float: left;
        padding: 0;
        line-height: 1;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:hover {
          color: #010155;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 10px 20px;
      outline: 0;
      background: #650000 !important;
      text-shadow: none;
      font-size: inherit;
      border: none !important;
      float: left;
      line-height: 1; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #fff !important;
        background: #900 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "franklin-gothic-urw", sans-serif;
    max-width: 100%; }
  .fsComposerFormEmbed .ui-datepicker:empty {
    display: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
      content: '';
      font-weight: bold;
      transition: .3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
      transition: .3s;
      opacity: .5; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
    content: '\203A'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
    content: '\2039'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-default {
    background: rgba(0, 0, 0, 0.05);
    text-align: center; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0, 0, 0, 0.1); }
  .fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: solid 1px #d3d3d3;
    background-color: #d3d3d3; }

::-webkit-input-placeholder {
  color: inherit; }

:-moz-placeholder {
  color: inherit; }

::-moz-placeholder {
  color: inherit; }

:-ms-input-placeholder {
  color: inherit; }

.fsFormsElement .fsForm .fsFormFieldWrapper > label,
.fsFormsElement .fsForm .fsFormFieldWrapper legend {
  font-weight: bold; }

/*! elements - login */
.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView, .fsAccount .fsLoginMainView, .fsAccount .fsLoginForgotView, .fsAccount .fsLoginNewView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after, .fsAccount .fsLoginMainView:after, .fsAccount .fsLoginForgotView:after, .fsAccount .fsLoginNewView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3, .fsAccount .fsLoginMainView h3, .fsAccount .fsLoginForgotView h3, .fsAccount .fsLoginNewView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span, .fsAccount .fsLoginMainView span, .fsAccount .fsLoginForgotView span, .fsAccount .fsLoginNewView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView button, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginForgotView button, .fsAccount .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginNewView button {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 14px 20px;
    background: transparent;
    color: #818386;
    outline: 0;
    box-shadow: inset 0 0 0 1px #818386;
    border: none;
    border-radius: 5px;
    font-family: "adelle-condensed", serif;
    font-weight: 600;
    font-style: italic;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    transition: all 0.3s ease; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView button:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView button:hover, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover, .fsAccount .fsLoginForgotView button:hover, .fsAccount .fsLoginNewView .fsLoginSubmit:hover, .fsAccount .fsLoginNewView button:hover {
      background: #010155;
      box-shadow: inset 0 0 0 1px #010155;
      color: #fff;
      text-decoration: none; }
    .fsLogin .fsLoginMainView .fsLoginSubmit em, .fsLogin .fsLoginMainView button em, .fsLogin .fsLoginForgotView .fsLoginSubmit em, .fsLogin .fsLoginForgotView button em, .fsLogin .fsLoginNewView .fsLoginSubmit em, .fsLogin .fsLoginNewView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em, .fsAccount .fsLoginMainView button em, .fsAccount .fsLoginForgotView .fsLoginSubmit em, .fsAccount .fsLoginForgotView button em, .fsAccount .fsLoginNewView .fsLoginSubmit em, .fsAccount .fsLoginNewView button em {
      display: block;
      font-style: normal; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block; }

.fsLogin .fsLoginForgotView .fsLoginForgotSubmit, .fsAccount .fsLoginForgotView .fsLoginForgotSubmit {
  margin-right: 10px; }

.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px; }
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
    max-width: 100%; }
  @media screen and (max-width: 599px) {
    .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
      overflow: hidden;
      border-radius: 5px; } }

.fsLogin .fsLoginNewFields .fsLoginNewContinue, .fsAccount .fsLoginNewFields .fsLoginNewContinue {
  margin-right: 10px; }

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px; }

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 14px 20px;
    background: transparent;
    color: #818386;
    outline: 0;
    box-shadow: inset 0 0 0 1px #818386;
    border: none;
    border-radius: 5px;
    font-family: "adelle-condensed", serif;
    font-weight: 600;
    font-style: italic;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    transition: all 0.3s ease; }
    .fsAccount .fsAccountLogout a:hover {
      background: #010155;
      box-shadow: inset 0 0 0 1px #010155;
      color: #fff;
      text-decoration: none; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal; }

@media (min-width: 600px) {
  .fsMedia .fsMediaGallery.fsMediaPlaylist {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px; } }

.fsMedia .fsMediaGallery .fsMediaGalleryObject {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%; }
  @media (min-width: 600px) {
    .fsMedia .fsMediaGallery .fsMediaGalleryObject {
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      width: 50%; } }
  @media (min-width: 1000px) {
    .fsMedia .fsMediaGallery .fsMediaGalleryObject {
      width: 33.33%; } }
  @media (min-width: 1200px) {
    .fsMedia .fsMediaGallery .fsMediaGalleryObject {
      width: 25%; } }

.lightboxOverlay {
  background: rgba(2, 1, 10, 0.8);
  opacity: 1; }

.lightbox .lb-dataContainer .lb-caption {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px; }
  .lightbox .lb-dataContainer .lb-caption p {
    margin-bottom: 10px; }
    .lightbox .lb-dataContainer .lb-caption p:last-child {
      margin-bottom: 0; }

.lightbox .lb-dataContainer .lb-number {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px; }

.fsNews.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
  margin-right: 0; }
  @media (min-width: 700px) {
    .fsNews.fsThumbnailAlignLeft .fsThumbnail {
      float: left;
      margin-right: 40px;
      width: 260px; } }

.fsNews.fsThumbnailAlignRight .fsThumbnail {
  float: none;
  margin-left: 0; }
  @media (min-width: 700px) {
    .fsNews.fsThumbnailAlignRight .fsThumbnail {
      float: right;
      margin-left: 40px;
      width: 260px; } }

.fsNews .fsAuthor {
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #818386;
  text-transform: uppercase; }
  .fsNews .fsAuthor:before {
    content: 'By '; }

.fsNews .fsCategories {
  display: none; }

.fsNews.fsList article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  box-shadow: inset 0 -1px 0 0 rgba(191, 194, 197, 0.8); }
  .fsNews.fsList article:last-child {
    padding-bottom: 10px;
    margin-bottom: 10px;
    box-shadow: none; }

.fsNews.fsList .fsThumbnail {
  margin-bottom: 10px; }

.fsNews.fsList .fsTitle {
  margin-bottom: 5px; }

.fsNews.fsList .fsAuthor {
  margin-bottom: 5px; }

.fsNews.fsList .fsDateTime {
  margin-bottom: 5px; }
  .fsNews.fsList .fsDateTime .fsDate {
    margin-top: 0;
    font-weight: normal;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #818386; }
    .fsNews.fsList .fsDateTime .fsDate:before {
      content: "Posted "; }

.fsNews.fsList .fsSummary {
  margin-bottom: 5px; }
  .fsNews.fsList .fsSummary p {
    margin-bottom: 0; }
  .fsNews.fsList .fsSummary .fs_style_23 {
    display: none; }

.fsNews.fsGrid {
  zoom: 1; }
  .fsNews.fsGrid:after {
    display: table;
    clear: both;
    content: ''; }
  .fsNews.fsGrid .fsThumbnail {
    margin-bottom: 20px; }

.fsNews.fsPost article.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
  margin: 0 0 20px; }
  @media (min-width: 600px) {
    .fsNews.fsPost article.fsThumbnailAlignLeft .fsThumbnail {
      float: left;
      margin-right: 20px;
      width: 25%; } }

.fsNews.fsPost article.fsThumbnailAlignRight .fsThumbnail {
  float: none;
  margin: 0 0 20px; }
  @media (min-width: 600px) {
    .fsNews.fsPost article.fsThumbnailAlignRight .fsThumbnail {
      float: right;
      margin-left: 20px;
      width: 25%; } }

.fsNews.fsPost .fsTitle {
  margin-top: 0;
  font-weight: normal;
  font-family: "adelle-condensed", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 46px;
  line-height: 54px;
  margin-bottom: 25px; }
  @media (max-width: 1000px) {
    .fsNews.fsPost .fsTitle {
      font-size: 2.5em;
      line-height: 1em; } }

.fsNews.fsPost .fsAuthor {
  margin-top: 0;
  font-weight: normal;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #292f36;
  text-transform: none; }

.fsNews.fsPost .fsCategories {
  display: block; }

/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  background: rgba(153, 0, 0, 0.95); }
  .nivo-lightbox-overlay.nivo-lightbox-open {
    visibility: visible;
    opacity: 1; }
  .nivo-lightbox-overlay #fsHeader {
    border: 5px solid lime; }

.nivo-lightbox-overlay .nivo-lightbox-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.nivo-lightbox-content {
  width: 100%;
  height: 100%; }
  .nivo-lightbox-content iframe {
    width: 100%;
    height: 100%; }

.nivo-lightbox-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center; }

.nivo-lightbox-nav {
  display: none; }

.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0; }

.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0; }

.nivo-lightbox-close {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50px;
  right: 50px;
  transition: 0.3s all ease-in-out;
  line-height: 0;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  cursor: pointer;
  color: #fff;
  font-size: 0; }
  .nivo-lightbox-close:hover {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none; }
  .nivo-lightbox-close:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 30px;
    line-height: 30px; }

.nivo-lightbox-image {
  text-align: center; }
  .nivo-lightbox-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle; }

.nivo-lightbox-inline,
.nivo-lightbox-ajax {
  max-height: 100%;
  overflow: auto;
  box-sizing: border-box;
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */ }

.nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000; }
  .nivo-lightbox-error p {
    display: table-cell;
    vertical-align: middle; }

/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
  transition: all 0.2s ease-in-out; }

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  transition: all 0.3s;
  -ms-transform: scale(0.7);
  transform: scale(0.7); }

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  -ms-transform: scale(1);
  transform: scale(1); }

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); }

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  -ms-transform: translateX(-10%);
  transform: translateX(-10%); }

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  -ms-transform: translateX(10%);
  transform: translateX(10%); }

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  -ms-transform: translateX(0);
  transform: translateX(0); }

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -ms-transform: translateY(-10%);
  transform: translateY(-10%); }

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -ms-transform: translateY(10%);
  transform: translateY(10%); }

.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  perspective: 1000px; }

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  transition: all 0.3s ease-out;
  -ms-transform: translateZ(300px);
  transform: translateZ(300px); }

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
      float: left;
      margin-right: 20px;
      width: 260px; } }

.fsPostElement.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
      float: right;
      margin-left: 20px;
      width: 260px; } }

.fsPostElement .fsAuthor {
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #818386;
  text-transform: uppercase; }

.fsPostElement .fsTags .fsTag {
  padding-right: 5px;
  padding-left: 5px; }

.fsPostElement .fsBody .fsImageCaptioned figcaption {
  color: #bfc2c5;
  margin-bottom: 20px;
  font-style: italic; }

.fsPostElement.fsList.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsPostElement.fsList.fsThumbnailAlignLeft .fsThumbnail {
      float: left;
      margin-right: 20px;
      width: 25%; } }

.fsPostElement.fsList.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsPostElement.fsList.fsThumbnailAlignRight .fsThumbnail {
      float: right;
      margin-left: 20px;
      width: 25%; } }

.fsPostElement.fsList article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  box-shadow: inset 0 -1px 0 0 rgba(191, 194, 197, 0.8); }
  .fsPostElement.fsList article:last-child {
    padding-bottom: 10px;
    margin-bottom: 10px;
    box-shadow: none; }

.fsPostElement.fsList .fsThumbnail {
  margin-bottom: 10px; }

@media (min-width: 600px) {
  .fsPostElement.fsGrid.fsThumbnailAlignLeft .fsThumbnail {
    width: 50%; } }

@media (min-width: 600px) {
  .fsPostElement.fsGrid.fsThumbnailAlignRight .fsThumbnail {
    width: 50%; } }

.fsPostElement.fsPost .fsTitle {
  margin-top: 0;
  font-weight: normal;
  font-family: "adelle-condensed", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 46px;
  line-height: 54px;
  margin-bottom: 25px; }
  @media (max-width: 1000px) {
    .fsPostElement.fsPost .fsTitle {
      font-size: 2.5em;
      line-height: 1em; } }

@media (min-width: 600px) {
  .fsPostElement.fsSlideshow.fsThumbnailAlignLeft .fsThumbnail {
    width: 50%; } }

@media (min-width: 600px) {
  .fsPostElement.fsSlideshow.fsThumbnailAlignRight .fsThumbnail {
    width: 50%; } }

.fsPostToolsElement .fsToolsList, .fsPostToolsElement .fsToolsList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsPostToolsElement .fsToolsList li {
  margin: 0;
  padding: 0; }

.fsPostToolsElement .fsToolsList li {
  display: inline-block;
  padding: 0 10px; }
  .fsPostToolsElement .fsToolsList li:first-child {
    padding-left: 0; }
  .fsPostToolsElement .fsToolsList li:last-child {
    padding-left: 0; }
  .fsPostToolsElement .fsToolsList li .fsCategoryLink {
    font-weight: 400; }
  .fsPostToolsElement .fsToolsList li.fsStateSelected .fsCategoryLink {
    font-weight: 700; }

/*! _main.scss - src/sass/modules/search/ - main search import */
.fsSearch form.gsc-search-box {
  margin-bottom: 0;
  overflow: hidden;
  font-size: inherit; }
  .fsSearch form.gsc-search-box table {
    border: 0; }
  .fsSearch form.gsc-search-box > table.gsc-search-box {
    margin-bottom: 0; }
  .fsSearch form.gsc-search-box td.gsib_a {
    padding: 0; }
  .fsSearch form.gsc-search-box td.gsc-clear-button,
  .fsSearch form.gsc-search-box td.gsib_b {
    display: none !important; }
  .fsSearch form.gsc-search-box table.gsc-branding {
    display: none; }

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.fsSimpleSearch {
  display: none;
  overflow: hidden; }
  #fsMenu .fsSimpleSearch {
    display: block;
    margin-right: 40px; }
    @media (min-width: 600px) {
      #fsMenu .fsSimpleSearch {
        margin-right: 60px; } }
    #fsMenu .fsSimpleSearch input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    #fsMenu .fsSimpleSearch input:-moz-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    #fsMenu .fsSimpleSearch input::-moz-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    #fsMenu .fsSimpleSearch input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
  #fsHeader .fsSimpleSearch {
    display: none; }
    @media (min-width: 1000px) {
      #fsHeader .fsSimpleSearch {
        display: block;
        width: 280px;
        height: 60px;
        background: #fff;
        box-shadow: inset 0 0 0 1px rgba(191, 194, 197, 0.3);
        position: absolute;
        right: 40px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        z-index: 9000; }
        .fsSection74 #fsHeader .fsSimpleSearch {
          right: 0; } }
  .activate-search #fsHeader .fsSimpleSearch {
    visibility: visible;
    opacity: 1; }
  .fsSimpleSearch form {
    position: relative;
    width: 100%; }
    .fsSimpleSearch form input[type="text"] {
      background: transparent;
      width: 100%;
      height: 60px;
      color: #fff;
      padding-left: 40px;
      padding-right: 10px;
      margin: 0;
      border: none;
      outline: 0;
      font-size: 16px;
      font-family: "adelle-condensed", serif;
      font-weight: 400;
      font-style: italic; }
      @media (min-width: 1000px) {
        .fsSimpleSearch form input[type="text"] {
          color: #818386;
          padding-left: 20px;
          padding-right: 20px; } }
    .fsSimpleSearch form button[type="submit"] {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      padding: 0;
      overflow: hidden;
      border: none;
      outline: 0;
      height: 60px;
      width: 20px;
      background: transparent;
      transition: .3s;
      color: #fff; }
      .fsSimpleSearch form button[type="submit"]:before {
        content: "";
        color: inherit;
        font-family: "IcoMoon";
        opacity: 1;
        display: block;
        position: absolute;
        text-align: center;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 60px; }
      .fsSimpleSearch form button[type="submit"]:hover {
        color: #818386; }

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search) {
  margin-bottom: 20px; }
  .fsSearch:not(.site-search) form.gsc-search-box > table.gsc-search-box td.gsc-input {
    padding: 0; }
    .fsSearch:not(.site-search) form.gsc-search-box > table.gsc-search-box td.gsc-input div.gsc-input-box {
      border: 0;
      height: 100%;
      border: solid 1px #900; }
      .fsSearch:not(.site-search) form.gsc-search-box > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
        background: #fff !important;
        background-image: none !important;
        width: 100%;
        height: 60px !important;
        color: #818386;
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 16px;
        font-family: "adelle-condensed", serif; }
  .fsSearch:not(.site-search) form.gsc-search-box > table.gsc-search-box td.gsc-search-button {
    padding: 0;
    overflow: hidden;
    height: 60px;
    width: 40px;
    background: #900;
    position: relative;
    transition: .3s; }
    .fsSearch:not(.site-search) form.gsc-search-box > table.gsc-search-box td.gsc-search-button:after {
      content: "";
      color: #fff;
      opacity: 1;
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      line-height: 60px;
      font-size: 14px;
      font-family: "IcoMoon"; }
    .fsSearch:not(.site-search) form.gsc-search-box > table.gsc-search-box td.gsc-search-button:hover {
      background: #650000;
      transition: .3s; }
    .fsSearch:not(.site-search) form.gsc-search-box > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
      border: 0;
      height: 100%;
      width: 100%;
      color: transparent;
      opacity: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */
.fsSearchResults form.gsc-search-box, .fsSearchFieldWithResults form.gsc-search-box {
  margin-bottom: 20px; }

.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "adelle-condensed", serif;
  font-size: 16px; }

.fsSearchResults .gsc-results, .fsSearchFieldWithResults .gsc-results {
  width: 100%; }

.fsSearchResults .gsc-webResult .gsc-result, .fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
    color: #292f36; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl, .fsSearchResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl {
    color: #900; }

.fsSearchResults .gsc-table-result, .fsSearchResults .gsc-thumbnail-inside, .fsSearchResults .gsc-url-top, .fsSearchFieldWithResults .gsc-table-result, .fsSearchFieldWithResults .gsc-thumbnail-inside, .fsSearchFieldWithResults .gsc-url-top {
  padding: 0; }

.fsSearchResults div.gs-title, .fsSearchFieldWithResults div.gs-title {
  margin-bottom: 10px; }

.fsSearchResults a.gs-title, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page, .fsSearchFieldWithResults a.gs-title, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #010155 !important;
  outline: transparent; }
  .fsSearchResults a.gs-title:hover, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .fsSearchFieldWithResults a.gs-title:hover, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    color: #010155 !important; }

.fsSearchResults .gsc-control-cse .gs-spelling, .fsSearchResults .gsc-control-cse .gs-result .gs-title, .fsSearchResults .gsc-control-cse .gs-result .gs-title *, .fsSearchFieldWithResults .gsc-control-cse .gs-spelling, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title * {
  font-size: 16px; }

.fsSearchResults .gsc-results .gsc-cursor-box, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0; }

/* slick slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  height: 100%; }

.slick-track {
  zoom: 1;
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:after {
    display: table;
    clear: both;
    content: ''; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: auto;
  min-height: 1px;
  outline: 0;
  z-index: 300;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slider {
  position: relative; }
  .slick-slider .slick-slide {
    outline: 0 !important;
    z-index: 300; }

.slick-arrow {
  position: absolute !important;
  top: 50% !important;
  -ms-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent;
  display: block;
  height: 40px !important;
  width: 40px !important;
  font-weight: 400;
  font-size: 0 !important;
  line-height: 0 !important;
  color: #bfc2c5 !important;
  opacity: 1 !important;
  outline: none !important;
  cursor: pointer;
  z-index: 300;
  text-align: center; }
  .slick-arrow:hover, .slick-arrow:focus {
    background: transparent;
    color: #818386 !important;
    outline: 0 !important; }
    .slick-arrow:hover:before, .slick-arrow:focus:before {
      color: inherit !important; }
  .slick-arrow:before {
    display: block !important;
    height: 40px !important;
    width: 40px !important;
    font-family: "IcoMoon" !important;
    font-size: 40px !important;
    line-height: 40px !important;
    text-align: center !important;
    color: inherit !important;
    border: none !important;
    text-shadow: none !important; }
  .slick-arrow.slick-prev, .slick-arrow.fsLeftArrow {
    left: 0 !important; }
    .slick-arrow.slick-prev:before, .slick-arrow.fsLeftArrow:before {
      content: "" !important; }
  .slick-arrow.slick-next, .slick-arrow.fsRightArrow {
    right: 0 !important; }
    .slick-arrow.slick-next:before, .slick-arrow.fsRightArrow:before {
      content: "" !important; }
  .slick-arrow.slick-disabled:before {
    display: none; }

.slick-dots,
.fsPager {
  margin: 10px 0 0 0 !important;
  padding: 0;
  display: block;
  text-align: center;
  width: 100%;
  height: auto; }
  .slick-dots, .slick-dots ul,
  .fsPager,
  .fsPager ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .slick-dots li,
  .fsPager li {
    margin: 0;
    padding: 0; }
  .slick-dots li,
  .fsPager li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    width: 14px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    outline: 0;
    color: rgba(191, 194, 197, 0.4); }
    .slick-dots li button,
    .fsPager li button {
      margin: 0 !important;
      padding: 0 !important;
      border: 0;
      background: transparent;
      display: block;
      height: 14px;
      width: 14px;
      outline: 0;
      line-height: 0;
      font-size: 0;
      color: rgba(191, 194, 197, 0.4);
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus,
      .fsPager li button:hover,
      .fsPager li button:focus {
        color: #bfc2c5; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before,
        .fsPager li button:hover:before,
        .fsPager li button:focus:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
      .slick-dots li button:before,
      .fsPager li button:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 10px;
        line-height: 14px;
        text-align: center; }
    .slick-dots li.slick-active button,
    .fsPager li.slick-active button {
      color: #bfc2c5; }
      .slick-dots li.slick-active button:before,
      .fsPager li.slick-active button:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 16px; }

.fsSlideshow .fsPager li {
  height: 14px;
  width: 14px;
  background: rgba(191, 194, 197, 0.4);
  border-radius: 100%; }
  .fsSlideshow .fsPager li:hover {
    background: #bfc2c5; }
  .fsSlideshow .fsPager li.slick-active {
    background: #bfc2c5; }
  .fsSlideshow .fsPager li button {
    display: none !important; }

/*! elements - social main */
.fsFeeds .juicer-feed .j-filters li {
  margin: 0;
  padding: 0 5px;
  width: auto;
  height: auto;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: transparent; }
  .fsFeeds .juicer-feed .j-filters li:before {
    font-size: 35px;
    line-height: 35px;
    color: rgba(191, 194, 197, 0.8);
    transition: all 0.3s ease-in-out; }
  .fsFeeds .juicer-feed .j-filters li:after {
    display: none; }
  .fsFeeds .juicer-feed .j-filters li:hover, .fsFeeds .juicer-feed .j-filters li:focus {
    background: transparent; }
    .fsFeeds .juicer-feed .j-filters li:hover:before, .fsFeeds .juicer-feed .j-filters li:focus:before {
      color: #010155; }
    .fsFeeds .juicer-feed .j-filters li:hover:after, .fsFeeds .juicer-feed .j-filters li:focus:after {
      display: none; }
  .fsFeeds .juicer-feed .j-filters li.selected, .fsFeeds .juicer-feed .j-filters li.highlight {
    background: transparent; }
    .fsFeeds .juicer-feed .j-filters li.selected:before, .fsFeeds .juicer-feed .j-filters li.highlight:before {
      color: #900; }
    .fsFeeds .juicer-feed .j-filters li.selected:after, .fsFeeds .juicer-feed .j-filters li.highlight:after {
      display: none; }
  .fsFeeds .juicer-feed .j-filters li.j-facebook:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fsFeeds .juicer-feed .j-filters li.j-instagram:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fsFeeds .juicer-feed .j-filters li.j-twitter:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fsFeeds .juicer-feed .j-filters li.j-vimeo:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fsFeeds .juicer-feed .j-filters li.j-youtube:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fsFeeds .juicer-feed .j-filters li.all:before, .fsFeeds .juicer-feed .j-filters li.grouped:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

.fsFeeds .juicer-feed .j-stacker-wrapper .j-stack .feed-item {
  border: 1px solid #bfc2c5; }
  .fsFeeds .juicer-feed .j-stacker-wrapper .j-stack .feed-item .j-poster h3 {
    font-family: "franklin-gothic-urw", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px; }
  .fsFeeds .juicer-feed .j-stacker-wrapper .j-stack .feed-item .j-text {
    font-family: "franklin-gothic-urw", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px; }
  .fsFeeds .juicer-feed .j-stacker-wrapper .j-stack .feed-item .j-meta nav a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fsFeeds .juicer-feed .j-stacker-wrapper .j-stack .feed-item.j-facebook nav a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fsFeeds .juicer-feed .j-stacker-wrapper .j-stack .feed-item.j-instagram nav a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fsFeeds .juicer-feed .j-stacker-wrapper .j-stack .feed-item.j-twitter nav a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fsFeeds .juicer-feed .j-stacker-wrapper .j-stack .feed-item.j-vimeo nav a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fsFeeds .juicer-feed .j-stacker-wrapper .j-stack .feed-item.j-youtube nav a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fsFeeds .juicer-feed .j-stacker-wrapper .j-stack .feed-item.j-facebook nav a:before {
    color: #3b5998; }
  .fsFeeds .juicer-feed .j-stacker-wrapper .j-stack .feed-item.j-instagram nav a:before {
    color: #3f729b; }
  .fsFeeds .juicer-feed .j-stacker-wrapper .j-stack .feed-item.j-twitter nav a:before {
    color: #55acee; }
  .fsFeeds .juicer-feed .j-stacker-wrapper .j-stack .feed-item.j-vimeo nav a:before {
    color: #1ab7ea; }
  .fsFeeds .juicer-feed .j-stacker-wrapper .j-stack .feed-item.j-youtube nav a:before {
    color: #cd201f; }

.fsFeeds .juicer-feed .j-paginate {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 14px 20px;
  background: transparent;
  color: #818386;
  outline: 0;
  box-shadow: inset 0 0 0 1px #818386;
  border: none;
  border-radius: 5px;
  font-family: "adelle-condensed", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  transition: all 0.3s ease; }
  .fsFeeds .juicer-feed .j-paginate:hover {
    background: #010155;
    box-shadow: inset 0 0 0 1px #010155;
    color: #fff;
    text-decoration: none; }
  .fsFeeds .juicer-feed .j-paginate em {
    display: block;
    font-style: normal; }

/*! elements - social facebook */
.fsFacebook {
  margin-bottom: 20px; }

.fsFacebookList, .fsFacebookList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsFacebookList li {
  margin: 0;
  padding: 0; }

.fsFacebookList .fsFacebookListItem {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }

.fsFacebookExtras {
  margin-top: 10px; }
  .fsFacebookExtras .fsFacebookThumb {
    margin-bottom: 10px;
    display: block; }
  .fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block; }

.fsFacebookFollow {
  margin-top: 20px; }

/*! elements - social twitter */
.fsTwitter {
  margin-bottom: 20px; }

/*! elements - social vimeo */
.fsVimeo {
  margin-bottom: 20px; }
  .fsVimeo iframe.fsSocialVideoFrame {
    margin-bottom: 20px; }

.fsVimeoList, .fsVimeoList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsVimeoList li {
  margin: 0;
  padding: 0; }

.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6;
  cursor: pointer; }
  .fsVimeoList .fsVimeoListItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .fsVimeoList .fsVimeoListItem:hover {
    border: none;
    border-bottom: solid 1px #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    transition: opacity .3s; }
    .fsVimeoList .fsVimeoListItem:hover:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.fsVimeoThumb {
  margin-bottom: 10px;
  margin-right: 20px; }
  @media (min-width: 600px) {
    .fsVimeoThumb {
      float: left;
      margin-bottom: 0; } }

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 14px 20px;
  background: transparent;
  color: #818386;
  outline: 0;
  box-shadow: inset 0 0 0 1px #818386;
  border: none;
  border-radius: 5px;
  font-family: "adelle-condensed", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  transition: all 0.3s ease; }
  .vimeo_view_link a:hover {
    background: #010155;
    box-shadow: inset 0 0 0 1px #010155;
    color: #fff;
    text-decoration: none; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal; }

/*! elements - social youtube */
.fsYoutube {
  margin-bottom: 20px; }
  .fsYoutube .fsSocialVideoFrame {
    margin-bottom: 20px; }

.fsYoutubeList, .fsYoutubeList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsYoutubeList li {
  margin: 0;
  padding: 0; }

.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6; }
  .fsYoutubeList .fsYoutubeListItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .fsYoutubeList .fsYoutubeListItem:hover {
    border: none;
    border-bottom: solid 1px #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    transition: opacity .3s; }
    .fsYoutubeList .fsYoutubeListItem:hover:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.fsYoutubeThumb {
  margin-bottom: 10px;
  margin-right: 20px;
  float: none; }
  @media (min-width: 600px) {
    .fsYoutubeThumb {
      float: left;
      margin-bottom: 0; } }

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 14px 20px;
  background: transparent;
  color: #818386;
  outline: 0;
  box-shadow: inset 0 0 0 1px #818386;
  border: none;
  border-radius: 5px;
  font-family: "adelle-condensed", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  transition: all 0.3s ease; }
  .Youtube_view_link a:hover {
    background: #010155;
    box-shadow: inset 0 0 0 1px #010155;
    color: #fff;
    text-decoration: none; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  @media (max-width: 600px) {
    .fsTabs .fsPanel {
      border: 1px solid rgba(191, 194, 197, 0.8) !important;
      border-radius: 5px;
      margin-bottom: 2px; } }
  .fsTabs .fsTabsNav {
    margin: 0 0 20px 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin: 0 5px 0 0;
      padding: 0; }
      .fsTabs .fsTabsNav li:last-child {
        margin-right: 0; }
      .fsTabs .fsTabsNav li a {
        margin-top: 0;
        font-weight: normal;
        font-family: "franklin-gothic-urw", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
        font-style: normal;
        display: block;
        margin: 0;
        padding: 10px 15px;
        border: none;
        background: transparent;
        color: #292f36;
        border: 1px solid rgba(191, 194, 197, 0.8);
        border-radius: 5px; }
        @media (min-width: 600px) {
          .fsTabs .fsTabsNav li a {
            font-family: "adelle-condensed", serif;
            font-weight: normal;
            font-style: italic;
            font-size: 15px;
            line-height: 22px; } }
        .fsTabs .fsTabsNav li a:hover {
          background: #010155;
          border: 1px solid #010155;
          color: #fff; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #900;
        border: 1px solid #900;
        color: #fff; }
  .fsTabs .fsPanel.fsStateOpen {
    background: transparent; }
  @media (min-width: 600px) {
    .fsTabs .fsPanel > .fsElementContent {
      margin: 0 0 20px !important;
      padding: 0 !important;
      border: none; } }

.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; } }

.fsPanel > header ~ .fsElementContent {
  display: none; }

.fsPanel.fsStateOpen > header ~ .fsElementContent {
  display: block; }

.fsSection73 .split-content .fsTabs .fsTabsNav li a {
  background: transparent;
  color: #fff;
  border: 1px solid #fff; }
  .fsSection73 .split-content .fsTabs .fsTabsNav li a:hover {
    background: transparent;
    color: #818386;
    border: 1px solid #818386; }

.fsSection73 .split-content .fsTabs .fsTabsNav li.fsStateSelected a {
  background: transparent;
  color: #e09f3e;
  border: 1px solid #e09f3e; }

.setup-note {
  padding: 20px 40px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  color: #fff;
  background: #900;
  box-shadow: inset 0 0 0 2px #650000; }
  .setup-note > header {
    border-bottom: 2px solid #650000;
    margin-bottom: 20px;
    padding-bottom: 10px; }
    .setup-note > header .fsElementTitle {
      margin-bottom: 0;
      padding-bottom: 0; }
  .setup-note a {
    color: #e09f3e; }
    .setup-note a:hover {
      color: #010155; }
  .setup-note dl dt {
    font-weight: 700; }

.arts-home .upcoming-events header .fsElementTitle, body:not(.fsComposeMode) .at-a-glance > header .fsElementTitle, .campus-map .locations header .fsElementTitle, body:not(.fsComposeMode) .photo-spotlight > header .fsElementTitle, .fsPostElement.profile-slider .fsListItems.profile-text .fsElementTitle, .home .fsVimeo.video-spotlight header .fsElementTitle, .home .upcoming-events > header .fsElementTitle, .home .living-our-moto > header .fsElementTitle, .fsSection878 .about-bulletin-container .fsContent header .fsElementTitle, .fsSection878 .news-features header .fsElementTitle, .fsCalendar.calendar-slideshow header .fsElementTitle, .fsPostElement.fsList.news-spotlight header .fsElementTitle,
.fsNews.fsList.news-spotlight header .fsElementTitle {
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #900;
  margin-bottom: 0; }

.arts-home .upcoming-events header .fsElementTitle, body:not(.fsComposeMode) .at-a-glance > header .fsElementTitle, .campus-map .locations header .fsElementTitle, body:not(.fsComposeMode) .photo-spotlight > header .fsElementTitle, .fsPostElement.profile-slider .fsListItems.profile-text .fsElementTitle, .home .fsVimeo.video-spotlight header .fsElementTitle, .home .upcoming-events > header .fsElementTitle, .home .living-our-moto > header .fsElementTitle {
  position: relative; }
  .arts-home .upcoming-events header .fsElementTitle:after, body:not(.fsComposeMode) .at-a-glance > header .fsElementTitle:after, .campus-map .locations header .fsElementTitle:after, body:not(.fsComposeMode) .photo-spotlight > header .fsElementTitle:after, .fsPostElement.profile-slider .fsListItems.profile-text .fsElementTitle:after, .home .fsVimeo.video-spotlight header .fsElementTitle:after, .home .upcoming-events > header .fsElementTitle:after, .home .living-our-moto > header .fsElementTitle:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 40px;
    height: 2px;
    background: rgba(153, 0, 0, 0.8); }

ul.its-going-down {
  display: none; }
  ul.its-going-down, ul.its-going-down ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  ul.its-going-down li {
    margin: 0;
    padding: 0; }
  @media (min-width: 1000px) {
    ul.its-going-down {
      display: inline-block;
      width: auto;
      margin: 0 auto;
      padding: 0;
      position: absolute;
      bottom: 8%;
      left: 50%;
      -ms-transform: translate(-50%, -8%);
      transform: translate(-50%, -8%);
      cursor: pointer;
      z-index: 9000; } }
  ul.its-going-down li {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0; }
    ul.its-going-down li:nth-of-type(1) {
      animation: chevron-drop 1.25s infinite 0.5s; }
    ul.its-going-down li:nth-of-type(2) {
      animation: chevron-drop 1.25s infinite 0.6s; }
    ul.its-going-down li:nth-of-type(3) {
      animation: chevron-drop 1.25s infinite 0.7s; }
    ul.its-going-down li em {
      display: inline-block;
      font-style: normal; }
      ul.its-going-down li em:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 14px;
        line-height: 18px;
        color: #fff; }

@keyframes chevron-drop {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0.1;
    transform: translateY(10px); } }

.fsStyleSROnly {
  position: absolute !important; }

.fsSection73 #fsHeader .header-top {
  box-shadow: inset 0 60px 0 0 #900; }
  .fsSection73 #fsHeader .header-top .video-image-slideshow.fsMediaCustomPlayer {
    position: relative; }
    .fsSection73 #fsHeader .header-top .video-image-slideshow.fsMediaCustomPlayer:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 60px;
      background: #900;
      z-index: 9000; }
  .fsSection73 #fsHeader .header-top > .fsElementContent {
    box-shadow: inset 0 60px 0 0 deeppink;
    z-index: 99999999; }
  .fsSection73 #fsHeader .header-top .site-info-container {
    padding: 10px; }
  .fsSection73 #fsHeader .header-top svg {
    margin: 0 auto;
    width: 220px; }
    .fsSection73 #fsHeader .header-top svg .path-shield-taft {
      fill: #fff; }
    .fsSection73 #fsHeader .header-top svg .path-a,
    .fsSection73 #fsHeader .header-top svg .path-r,
    .fsSection73 #fsHeader .header-top svg .path-t,
    .fsSection73 #fsHeader .header-top svg .path-s {
      fill: #02010a; }

@media (min-width: 600px) {
  .fsSection73 .menu-trigger {
    margin-top: 0;
    margin-right: 0; } }

@media (min-width: 600px) {
  .fsSection73 #fsMenu {
    padding-top: 20px; } }

@media (min-width: 1000px) {
  .fsSection73 .nav-main {
    margin-top: 10px; } }

@media (min-width: 1000px) {
  .fsSection73 .nav-main .fsNavLevel1 > li > a {
    margin-top: 0; } }

.fsSection73 .nav-main .fsNavLevel1 > li.quicklinks .fsNavLevel2 {
  width: 100%; }

.fsSection73 .nav-main .fsNavLevel1 > li.search {
  display: none; }
  @media (min-width: 1000px) {
    .fsSection73 .nav-main .fsNavLevel1 > li.search {
      display: block;
      font-size: 0;
      line-height: 0;
      margin-left: 10px; }
      .fsSection73 .nav-main .fsNavLevel1 > li.search > a:hover {
        box-shadow: none; }
      .fsSection73 .nav-main .fsNavLevel1 > li.search > a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 15px;
        line-height: 18px; } }
  .activate-search .nav-main .search > a {
    color: #fff !important; }

.fsSection73 .nav-main .fsNavPageDescription {
  background: rgba(224, 159, 62, 0.9); }

.fsSection73 .nav-main li:not(.programs):not(.quicklinks) .fsNavPageInfo {
  display: none; }

@media (min-width: 1000px) {
  .fsSection73 .nav-main li:not(.programs):not(.quicklinks)[class*="fsNavCurrentPage"] > a {
    background: transparent; } }

.fsSection73 .nav-main li:not(.programs):not(.quicklinks)[class*="fsNavCurrentPage"]:hover > a {
  background: transparent; }

@media (min-width: 1000px) {
  .fsSection73 .nav-main li:not(.programs):not(.quicklinks)[class*="fsNavParentPage"]:hover > a {
    box-shadow: none; } }

.fsSection73 .nav-main li.quicklinks > a:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 5px;
  font-size: 10px;
  line-height: 14px;
  color: #e09f3e; }
  @media (min-width: 1000px) {
    .fsSection73 .nav-main li.quicklinks > a:after {
      color: inherit; } }

.fsSection73 .nav-main li.quicklinks .fsNavPageInfo {
  display: block;
  max-width: 200px; }
  .fsSection73 .nav-main li.quicklinks .fsNavPageInfo .fsNavLevel2 {
    -moz-column-count: auto;
    column-count: auto;
    -moz-column-gap: 0;
    column-gap: 0;
    -moz-column-rule: none;
    column-rule: none; }

@media (min-width: 1000px) {
  .fsSection73 .nav-utility-header .fsNavLevel1 > li > a {
    margin-top: 20px; } }

.fsSection73 .nav-utility-header .fsNavLevel1 > li.back-main-site {
  padding-top: 20px; }
  @media (min-width: 1000px) {
    .fsSection73 .nav-utility-header .fsNavLevel1 > li.back-main-site {
      padding-top: 0;
      margin-left: 20px; } }

.arts-home .fsBreadcrumb {
  display: none; }

.arts-home #fsPageBodyWrapper {
  padding: 0; }

.arts-home #fsPageBody {
  max-width: 100%; }

.arts-home #fsPageContent {
  margin-bottom: 0; }

.arts-home .fsPageLayout {
  margin-bottom: 0; }
  .arts-home .fsPageLayout .fsDiv {
    margin-bottom: 0; }

@media (min-width: 1000px) {
  .arts-home #fsFooter .footer-background {
    background: transparent !important; } }

.arts-home #fsFooter .footer-background:before {
  background: rgba(0, 0, 0, 0.1);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.75) 100%); }

.arts-home #fsHeader .nav-sub {
  display: none; }

.arts-home .container-arts {
  position: relative;
  margin-bottom: 0;
  background-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit;
  min-height: 100vh; }
  .arts-home .container-arts:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.75) 100%); }
  .arts-home .container-arts header {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    padding-right: 1.25em;
    padding-left: 1.25em;
    padding-top: 70px; }
    @media (min-width: 1000px) {
      .arts-home .container-arts header {
        padding-right: 50px;
        padding-left: 50px;
        padding-top: 100px; } }
    @media (min-width: 1220px) {
      .arts-home .container-arts header {
        padding-right: 0;
        padding-left: 0; } }
    .arts-home .container-arts header .fsElementTitle {
      width: 100%;
      font-family: "franklin-gothic-urw-cond", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 56px;
      line-height: 50px;
      text-transform: uppercase;
      color: #fff;
      text-align: center; }
      @media (min-width: 1000px) {
        .arts-home .container-arts header .fsElementTitle {
          max-width: 700px;
          font-size: 100px;
          line-height: 80px;
          text-align: left; } }
      @media (min-width: 1220px) {
        .arts-home .container-arts header .fsElementTitle {
          font-size: 120px;
          line-height: 100px; } }
  .arts-home .container-arts footer {
    display: none; }
    @media (min-width: 1000px) {
      .arts-home .container-arts footer {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 30px;
        padding-left: 30px;
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        cursor: pointer;
        font-family: "adelle-condensed", serif;
        font-style: italic;
        font-size: 15px;
        line-height: 22px;
        color: rgba(255, 255, 255, 0.5);
        text-align: right;
        transition: all 0.3s ease-in-out;
        pointer-events: none; } }
    .arts-home .container-arts footer .fsElementFooterContent {
      display: inline-block;
      text-align: right;
      pointer-events: auto; }
      .arts-home .container-arts footer .fsElementFooterContent:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: inline-block;
        vertical-align: middle;
        font-style: normal;
        font-size: 20px;
        line-height: 22px;
        margin-left: 14px; }
      .arts-home .container-arts footer .fsElementFooterContent p {
        margin-bottom: 0; }
      .arts-home .container-arts footer .fsElementFooterContent .photo-credit {
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
        pointer-events: auto;
        cursor: pointer; }
      .arts-home .container-arts footer .fsElementFooterContent:hover {
        color: #fff; }
        .arts-home .container-arts footer .fsElementFooterContent:hover .photo-credit {
          opacity: 1;
          visibility: visible; }
  .arts-home .container-arts > .fsElementContent {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    padding-right: 1.25em;
    padding-left: 1.25em; }
    @media (min-width: 1220px) {
      .arts-home .container-arts > .fsElementContent {
        padding-right: 0;
        padding-left: 0; } }

.arts-home .nav-arts, .arts-home .nav-arts ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.arts-home .nav-arts li {
  margin: 0;
  padding: 0; }

.arts-home .nav-arts li {
  padding: 0;
  text-align: center; }
  @media (min-width: 1000px) {
    .arts-home .nav-arts li {
      max-width: 60%; } }

.arts-home .nav-arts a {
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 1000px) {
    .arts-home .nav-arts a {
      font-size: 32px;
      line-height: 100px; } }
  .arts-home .nav-arts a:hover, .arts-home .nav-arts a:active, .arts-home .nav-arts a:focus {
    color: #e09f3e; }
    @media (min-width: 1000px) {
      .arts-home .nav-arts a:hover, .arts-home .nav-arts a:active, .arts-home .nav-arts a:focus {
        font-size: 36px;
        line-height: 100px; } }

.arts-home .upcoming-events {
  min-height: auto;
  pointer-events: none; }
  .arts-home .upcoming-events header {
    pointer-events: auto;
    zoom: 1; }
    .arts-home .upcoming-events header:after {
      display: table;
      clear: both;
      content: ''; }
    .arts-home .upcoming-events header .fsElementTitle {
      display: inline-block;
      width: 50%;
      float: left;
      padding-top: 20px;
      white-space: nowrap; }
      @media (min-width: 1000px) {
        .arts-home .upcoming-events header .fsElementTitle {
          color: #fff; }
          .arts-home .upcoming-events header .fsElementTitle:after {
            background: rgba(255, 255, 255, 0.8); } }
    .arts-home .upcoming-events header .fsElementHeaderContent {
      display: inline-block;
      width: 50%;
      float: left;
      text-align: right;
      margin: 0;
      padding: 0; }
      .arts-home .upcoming-events header .fsElementHeaderContent p {
        margin-bottom: 0; }
      .arts-home .upcoming-events header .fsElementHeaderContent a {
        display: none; }
        @media (min-width: 1000px) {
          .arts-home .upcoming-events header .fsElementHeaderContent a {
            display: block;
            display: inline-block;
            border: 0;
            margin: 0 0 20px;
            padding: 14px 20px;
            background: transparent;
            color: #fff;
            outline: 0;
            box-shadow: inset 0 0 0 1px #fff;
            border: none;
            border-radius: 5px;
            font-family: "adelle-condensed", serif;
            font-weight: 600;
            font-style: italic;
            font-size: 15px;
            line-height: 22px;
            text-align: center;
            transition: all 0.3s ease; }
            .arts-home .upcoming-events header .fsElementHeaderContent a:hover {
              background: #fff;
              box-shadow: inset 0 0 0 1px #fff;
              color: #900;
              text-decoration: none; }
            .arts-home .upcoming-events header .fsElementHeaderContent a em {
              display: block;
              font-style: normal; } }
  .arts-home .upcoming-events .fsElementContent article {
    pointer-events: auto; }
  .arts-home .upcoming-events footer {
    pointer-events: auto; }
    .arts-home .upcoming-events footer .fsElementFooterContent a {
      display: inline-block;
      border: 0;
      margin: 0 0 20px;
      padding: 14px 20px;
      background: transparent;
      color: #818386;
      outline: 0;
      box-shadow: inset 0 0 0 1px #818386;
      border: none;
      border-radius: 5px;
      font-family: "adelle-condensed", serif;
      font-weight: 600;
      font-style: italic;
      font-size: 15px;
      line-height: 22px;
      text-align: center;
      transition: all 0.3s ease;
      display: block; }
      .arts-home .upcoming-events footer .fsElementFooterContent a:hover {
        background: #010155;
        box-shadow: inset 0 0 0 1px #010155;
        color: #fff;
        text-decoration: none; }
      .arts-home .upcoming-events footer .fsElementFooterContent a em {
        display: block;
        font-style: normal; }
      @media (min-width: 1000px) {
        .arts-home .upcoming-events footer .fsElementFooterContent a {
          display: none; } }

.arts-home .arts-mobile {
  display: block; }
  @media (min-width: 1000px) {
    .arts-home .arts-mobile {
      display: none; } }
  .arts-home .arts-mobile section {
    position: relative;
    padding: 20px;
    min-height: 400px; }
    .arts-home .arts-mobile section:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.1); }

.arts-home .arts-desktop {
  display: none; }
  @media (min-width: 1000px) {
    .arts-home .arts-desktop {
      display: block;
      position: relative; } }
  .arts-home .arts-desktop section {
    position: relative;
    z-index: 400; }
  .arts-home .arts-desktop .upcoming-events {
    position: absolute;
    top: 80px;
    right: 50px;
    left: auto;
    width: 33.33%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    color: #fff; }
    .arts-home .arts-desktop .upcoming-events.fixed {
      position: fixed;
      opacity: 1;
      visibility: visible;
      z-index: 500; }
    .arts-home .arts-desktop .upcoming-events .fsDate {
      color: #fff; }
    .arts-home .arts-desktop .upcoming-events .fsTitle {
      color: #fff; }
      .arts-home .arts-desktop .upcoming-events .fsTitle a {
        color: #fff; }
        .arts-home .arts-desktop .upcoming-events .fsTitle a:hover {
          color: rgba(255, 255, 255, 0.5); }
    .arts-home .arts-desktop .upcoming-events .fsEventDetails .fsTimeRange,
    .arts-home .arts-desktop .upcoming-events .fsEventDetails .fsLocation {
      color: #fff; }
    .arts-home .arts-desktop .upcoming-events .fsReadMoreLink {
      color: #fff; }
      .arts-home .arts-desktop .upcoming-events .fsReadMoreLink:hover {
        color: rgba(255, 255, 255, 0.5); }

.arts-home .arts-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 100vh; }
  .arts-home .arts-bg section {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    min-height: 100vh;
    background-color: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: inherit;
    opacity: 0; }
    .arts-home .arts-bg section:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.1); }

.arts-home .portrait-graduate {
  padding-top: 100px; }

body.arts-home:not(.fsComposeMode) .portrait-graduate header {
  display: none; }

body.arts-home:not(.fsComposeMode) .portrait-graduate .portrait-graduate-inner {
  max-width: 780px;
  min-height: 440px;
  padding-top: 150px;
  background-color: rgba(153, 0, 0, 0.9);
  background-position: 50% 30px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-image: url("../images/arts/bg-portrait-mobile.png"); }
  @media (min-width: 1000px) {
    body.arts-home:not(.fsComposeMode) .portrait-graduate .portrait-graduate-inner {
      padding-top: 230px;
      background-color: transparent;
      background-position: center top;
      background-image: url("../images/arts/bg-portrait-desktop.png"); } }

.arts-home .portrait-graduate-inner {
  padding: 30px 20px;
  margin: 0 auto;
  color: #fff; }
  .arts-home .portrait-graduate-inner .fsElementContent .slick-slide > .fsElementContent {
    padding-right: 1.25em;
    padding-left: 1.25em;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center; }
    @media (min-width: 800px) {
      .arts-home .portrait-graduate-inner .fsElementContent .slick-slide > .fsElementContent {
        padding-right: 50px;
        padding-left: 50px; } }
    .arts-home .portrait-graduate-inner .fsElementContent .slick-slide > .fsElementContent p {
      margin-bottom: 10px; }
      .arts-home .portrait-graduate-inner .fsElementContent .slick-slide > .fsElementContent p:last-child {
        margin-bottom: 0; }
  .arts-home .portrait-graduate-inner .slick-dots {
    position: absolute;
    right: 20px;
    width: auto;
    bottom: -125px;
    left: 20px; }
    .arts-home .portrait-graduate-inner .slick-dots li {
      display: inline-block;
      margin: 0 6.66667px;
      padding: 0;
      width: 40px;
      height: 40px; }
      .arts-home .portrait-graduate-inner .slick-dots li.first-child {
        margin-left: 0; }
      .arts-home .portrait-graduate-inner .slick-dots li.last-child {
        margin-right: 0; }
      .arts-home .portrait-graduate-inner .slick-dots li.slick-active > a {
        color: #fff;
        border: 2px solid #fff; }
    .arts-home .portrait-graduate-inner .slick-dots a {
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-weight: 500;
      color: #e09f3e;
      border: 2px solid transparent;
      border-radius: 100%; }
      .arts-home .portrait-graduate-inner .slick-dots a:hover {
        color: #fff;
        text-decoration: none; }

.arts-interior #fsPageBodyWrapper {
  padding-top: 0;
  padding-bottom: 0; }

.arts-interior #fsPageContent {
  margin-bottom: 0; }
  .arts-interior #fsPageContent .fsPageTitle {
    position: relative;
    margin-right: -20px;
    margin-bottom: 0;
    margin-left: -20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
    color: #fff;
    background-color: #292f36; }
    @media (min-width: 600px) {
      .arts-interior #fsPageContent .fsPageTitle {
        display: none; } }

.arts-interior .fsPageLayout {
  margin-bottom: 0; }
  .arts-interior .fsPageLayout .fsDiv {
    margin-bottom: 0; }

.arts-interior #fsHeader {
  background: #292f36; }

.arts-interior .split-content {
  zoom: 1;
  position: relative;
  margin-bottom: 0;
  padding-top: 1.25em;
  padding-bottom: 1.25em; }
  .arts-interior .split-content:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 600px) {
    .arts-interior .split-content {
      padding-top: 50px;
      padding-bottom: 80px;
      margin-bottom: 25px; } }
  .arts-interior .split-content:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50vw;
    content: '';
    width: 200vw;
    height: 100%;
    background: #292f36;
    z-index: 0; }
  .arts-interior .split-content .fsStyleColumn {
    position: relative;
    z-index: 1; }
    .arts-interior .split-content .fsStyleColumn.fsStyleColumn-1 {
      color: #fff; }
      .arts-interior .split-content .fsStyleColumn.fsStyleColumn-1 .fs_style_24 {
        color: #fff; }
      .arts-interior .split-content .fsStyleColumn.fsStyleColumn-1 .fsCalendar .fsListItems .fsDate,
      .arts-interior .split-content .fsStyleColumn.fsStyleColumn-1 .fsCalendar .fsListItems .fsTimeRange,
      .arts-interior .split-content .fsStyleColumn.fsStyleColumn-1 .fsCalendar .fsListItems .fsLocation {
        color: #bfc2c5; }
      .arts-interior .split-content .fsStyleColumn.fsStyleColumn-1 h2, .arts-interior .split-content .fsStyleColumn.fsStyleColumn-1 h3, .arts-interior .split-content .fsStyleColumn.fsStyleColumn-1 h4, .arts-interior .split-content .fsStyleColumn.fsStyleColumn-1 h5, .arts-interior .split-content .fsStyleColumn.fsStyleColumn-1 h6 {
        color: #e09f3e; }
      .arts-interior .split-content .fsStyleColumn.fsStyleColumn-1 blockquote,
      .arts-interior .split-content .fsStyleColumn.fsStyleColumn-1 .fs_style_26 {
        color: #e09f3e; }
      .arts-interior .split-content .fsStyleColumn.fsStyleColumn-1 a {
        color: #e09f3e; }
        .arts-interior .split-content .fsStyleColumn.fsStyleColumn-1 a:hover {
          color: #bfc2c5; }
    .arts-interior .split-content .fsStyleColumn.fsStyleColumn-2 blockquote,
    .arts-interior .split-content .fsStyleColumn.fsStyleColumn-2 .fs_style_26 {
      color: #e09f3e; }
  .arts-interior .split-content .content-spotlight {
    color: #fff;
    box-shadow: unset; }

.arts-interior .featured-gallery {
  margin-bottom: 0; }

.arts-interior .fsNavLevel1 a {
  text-decoration: none !important; }

body:not(.fsComposeMode) .at-a-glance {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 300px;
  border: 1px solid #bfc2c5;
  border-radius: 100%; }
  body:not(.fsComposeMode) .at-a-glance > header {
    position: absolute;
    top: 25%;
    right: 0;
    left: 0;
    text-align: center; }
    body:not(.fsComposeMode) .at-a-glance > header .fsElementTitle:after {
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  body:not(.fsComposeMode) .at-a-glance > .fsElementContent {
    position: absolute;
    top: 35%;
    right: 25px;
    left: 25px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 250px;
    height: 150px; }

.at-a-glance > .fsElementContent {
  margin: 0;
  padding: 0 10px; }

.at-a-glance .fsContent {
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #4e5155;
  text-align: center; }
  .at-a-glance .fsContent strong {
    display: block;
    font-family: "adelle-condensed", serif;
    font-style: italic;
    font-weight: 300;
    font-size: 50px;
    line-height: 56px;
    color: #818386; }

.at-a-glance .slick-arrow {
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  background: #fff;
  border-radius: 100%; }
  .at-a-glance .slick-arrow.slick-prev {
    top: 50px !important;
    left: 0 !important; }
  .at-a-glance .slick-arrow.slick-next {
    top: auto !important;
    bottom: 50px !important;
    right: 0 !important; }

/*! Taft Bulletin */
body.fsSection878:not(.fsComposeMode) .featured-image {
  display: none; }

.fsSection878 #fsHeader {
  position: relative; }
  .fsSection878 #fsHeader:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(41, 47, 54, 0.1); }
  .fsSection878 #fsHeader .header-top {
    position: relative;
    box-shadow: none;
    background-color: transparent;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    transform: translateZ(0);
    height: 34.72vw;
    min-height: 220px;
    max-height: 500px; }
    .fsSection878 #fsHeader .header-top .header-top-overlay {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #292f36;
      z-index: 9000;
      pointer-events: none; }
    .fsSection878 #fsHeader .header-top .fsThumbnail {
      display: none; }
    .fsSection878 #fsHeader .header-top > .fsStyleColumn {
      z-index: 9000; }
      .fsSection878 #fsHeader .header-top > .fsStyleColumn.fsStyleColumn-1 {
        text-align: center; }
        .fsSection878 #fsHeader .header-top > .fsStyleColumn.fsStyleColumn-1:before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: rgba(2, 1, 10, 0.45);
          /* FF3.6-15 */
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, rgba(2, 1, 10, 0.45) 0%, transparent 30%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          z-index: 100; }
        @media (min-width: 600px) {
          .fsSection878 #fsHeader .header-top > .fsStyleColumn.fsStyleColumn-1 {
            text-align: left; } }
        @media (min-width: 1000px) {
          .fsSection878 #fsHeader .header-top > .fsStyleColumn.fsStyleColumn-1 {
            width: 230px; } }
      @media (min-width: 1000px) {
        .fsSection878 #fsHeader .header-top > .fsStyleColumn.fsStyleColumn-2 {
          width: calc(100% - 230px); } }
    .fsSection878 #fsHeader .header-top .site-info-container {
      padding-top: 0;
      padding-bottom: 20px; }
      @media (min-width: 600px) {
        .fsSection878 #fsHeader .header-top .site-info-container {
          padding-bottom: 30px; } }
    .fsSection878 #fsHeader .header-top svg {
      margin: 0 auto;
      width: 160px; }
      .fsSection878 #fsHeader .header-top svg .text-path {
        fill: #fff; }

.fsSection878 .current-issue-logo {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 20px 0;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  z-index: 500; }
  @media (min-width: 600px) {
    .fsSection878 .current-issue-logo {
      padding-left: 50px; } }
  @media (min-width: 1000px) {
    .fsSection878 .current-issue-logo {
      float: left; } }
  .fsSection878 .current-issue-logo > .fsElementContent {
    margin: 0;
    padding: 10px 20px;
    background: #900;
    color: #fff;
    min-width: 160px;
    text-align: center; }
    .fsSection878 .current-issue-logo > .fsElementContent .fsPageTitle {
      margin: 0 auto;
      padding: 0;
      font-family: "franklin-gothic-urw-cond", sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      text-transform: uppercase; }

.fsSection878 .nav-bulletin-post-close {
  display: inline-block;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9000; }
  .fsSection878 .nav-bulletin-post-close, .fsSection878 .nav-bulletin-post-close ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsSection878 .nav-bulletin-post-close li {
    margin: 0;
    padding: 0; }
  @media (min-width: 600px) {
    .fsSection878 .nav-bulletin-post-close {
      top: 50px;
      right: 50px; } }
  .fsSection878 .nav-bulletin-post-close .fsNavLevel1 li:not(.fsNavCurrentPageAncestor) {
    display: none; }
  .fsSection878 .nav-bulletin-post-close .fsNavLevel1 li > a {
    display: block;
    font-size: 0;
    color: #bfc2c5; }
    .fsSection878 .nav-bulletin-post-close .fsNavLevel1 li > a:hover {
      text-decoration: none;
      color: #fff; }
    .fsSection878 .nav-bulletin-post-close .fsNavLevel1 li > a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 30px;
      line-height: 30px; }

.fsSection878 .about-bulletin-container {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s,
 visibility .3s,
 transform .3s;
  top: 0;
  right: 0;
  transform: translate3d(20%, 0, 0);
  -ms-transform: translate(20%, 0);
  transform: translate(20%, 0);
  padding: 20px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  height: 100%;
  width: 100%;
  max-width: 480px;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(153, 0, 0, 0.95);
  opacity: 0;
  visibility: hidden;
  z-index: 18000; }
  @media (min-width: 600px) {
    .fsSection878 .about-bulletin-container {
      padding: 60px 40px; } }
  @media (min-width: 1000px) {
    .fsSection878 .about-bulletin-container .menu-trigger-container {
      display: block; } }
  .fsSection878 .about-bulletin-container .menu-trigger:hover span {
    color: rgba(255, 255, 255, 0.8); }
    .fsSection878 .about-bulletin-container .menu-trigger:hover span:before, .fsSection878 .about-bulletin-container .menu-trigger:hover span:after {
      background: rgba(255, 255, 255, 0.8); }
  .fsSection878 .about-bulletin-container .menu-trigger span {
    background: none;
    color: #fff;
    height: 2px; }
    .fsSection878 .about-bulletin-container .menu-trigger span:before {
      top: 0;
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .fsSection878 .about-bulletin-container .menu-trigger span:after {
      bottom: 0;
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .fsSection878 .about-bulletin-container .menu-trigger span:before, .fsSection878 .about-bulletin-container .menu-trigger span:after {
      background: #fff;
      height: 2px;
      transition-delay: 0s, 0.3s; }
  .fsSection878 .about-bulletin-container .fsContent {
    color: #fff;
    margin-bottom: 40px; }
    .fsSection878 .about-bulletin-container .fsContent:last-of-type {
      margin-bottom: 0; }
    .fsSection878 .about-bulletin-container .fsContent header {
      border-bottom: 2px solid rgba(255, 255, 255, 0.8);
      margin: 0 0 20px 0;
      padding: 0 0 10px 0; }
      .fsSection878 .about-bulletin-container .fsContent header .fsElementTitle {
        color: #fff; }
        .fsSection878 .about-bulletin-container .fsContent header .fsElementTitle:after {
          display: none; }
    .fsSection878 .about-bulletin-container .fsContent .fsElementContent {
      font-family: "adelle-condensed", serif;
      font-style: italic;
      font-size: 16px;
      line-height: 26px; }
    .fsSection878 .about-bulletin-container .fsContent a {
      pointer-events: auto;
      color: #e09f3e; }
      .fsSection878 .about-bulletin-container .fsContent a:hover {
        color: #fff; }

body.fsSection878.active-about-bulletin:not(.fsComposeMode) .about-bulletin-container {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.fsSection878 .news-features {
  margin-bottom: 70px; }
  .fsSection878 .news-features header {
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 2px solid rgba(191, 194, 197, 0.8); }
    .fsSection878 .news-features header .fsElementTitle:after {
      display: none; }
  .fsSection878 .news-features .fs_style_31 {
    display: none; }

.fsSection878 .nav-bulletin, .fsSection878 .nav-bulletin ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsSection878 .nav-bulletin li {
  margin: 0;
  padding: 0; }

.fsSection878 .nav-bulletin.nav-current-issue {
  margin-bottom: 40px;
  z-index: 9001; }
  .fsSection878 .nav-bulletin.nav-current-issue .fsElementTitle {
    margin: 0 0 60px 0;
    padding: 0;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #650000; }
    @media (min-width: 1000px) {
      .fsSection878 .nav-bulletin.nav-current-issue .fsElementTitle {
        color: #fff; } }
    .fsSection878 .nav-bulletin.nav-current-issue .fsElementTitle span {
      margin: 0 0 0 10px;
      padding: 0;
      font-family: "adelle-condensed", serif;
      font-style: italic;
      font-weight: 400;
      font-size: 46px;
      line-height: 54px;
      text-transform: none;
      color: #e09f3e; }
  .fsSection878 .nav-bulletin.nav-current-issue li:not(.fsNavCurrentPage) {
    display: none; }
  .fsSection878 .nav-bulletin.nav-current-issue li > a {
    display: none; }
  .fsSection878 .nav-bulletin.nav-current-issue .fsNavPageInfo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    @media (min-width: 700px) {
      .fsSection878 .nav-bulletin.nav-current-issue .fsNavPageInfo {
        -ms-flex-direction: row;
        flex-direction: row; } }
  .fsSection878 .nav-bulletin.nav-current-issue .fsNavPageThumbnail {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 700px) {
      .fsSection878 .nav-bulletin.nav-current-issue .fsNavPageThumbnail {
        width: 260px; } }
  .fsSection878 .nav-bulletin.nav-current-issue .fsNavPageDescription {
    padding: 20px 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-order: 2;
    order: 2;
    width: 100%; }
    @media (min-width: 700px) {
      .fsSection878 .nav-bulletin.nav-current-issue .fsNavPageDescription {
        width: calc(100% - 260px);
        padding: 60px 40px 0 40px; } }
    .fsSection878 .nav-bulletin.nav-current-issue .fsNavPageDescription a {
      display: inline-block;
      margin: 10px 0;
      padding: 0;
      font-family: "adelle-condensed", serif;
      font-style: italic;
      font-size: 15px;
      line-height: 22px;
      color: #900;
      white-space: nowrap; }
      .fsSection878 .nav-bulletin.nav-current-issue .fsNavPageDescription a:not(.last-of-type) {
        margin-right: 40px; }
      .fsSection878 .nav-bulletin.nav-current-issue .fsNavPageDescription a:hover {
        color: #e09f3e;
        text-decoration: none; }
      .fsSection878 .nav-bulletin.nav-current-issue .fsNavPageDescription a:before {
        display: inline-block;
        margin-right: 15px;
        vertical-align: middle;
        font-style: normal;
        font-size: 40px;
        line-height: 40px; }
      .fsSection878 .nav-bulletin.nav-current-issue .fsNavPageDescription a.bulletin-features:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .fsSection878 .nav-bulletin.nav-current-issue .fsNavPageDescription a.bulletin-issue:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .fsSection878 .nav-bulletin.nav-current-issue .fsNavPageDescription a.bulletin-pdf:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .fsSection878 .nav-bulletin.nav-current-issue .fsNavPageDescription a.bulletin-notes:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .fsSection878 .nav-bulletin.nav-current-issue .fsNavPageDescription a.bulletin-candle:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }

.fsSection878 .nav-bulletin.nav-past-issues > .fsElementContent {
  padding-top: 20px;
  padding-bottom: 10px;
  background: rgba(191, 194, 197, 0.3); }
  @media (min-width: 800px) {
    .fsSection878 .nav-bulletin.nav-past-issues > .fsElementContent {
      padding-top: 60px;
      padding-bottom: 60px; } }

.fsSection878 .nav-bulletin.nav-past-issues header,
.fsSection878 .nav-bulletin.nav-past-issues footer {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 600px) {
    .fsSection878 .nav-bulletin.nav-past-issues header,
    .fsSection878 .nav-bulletin.nav-past-issues footer {
      padding-right: 40px;
      padding-left: 40px; } }
  @media (min-width: 1220px) {
    .fsSection878 .nav-bulletin.nav-past-issues header,
    .fsSection878 .nav-bulletin.nav-past-issues footer {
      padding-right: 10px;
      padding-left: 10px; } }

.fsSection878 .nav-bulletin.nav-past-issues header {
  margin-bottom: 40px; }

.fsSection878 .nav-bulletin.nav-past-issues .fsNavLevel1 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 600px) {
    .fsSection878 .nav-bulletin.nav-past-issues .fsNavLevel1 {
      padding-right: 35px;
      padding-left: 35px; } }
  @media (min-width: 1220px) {
    .fsSection878 .nav-bulletin.nav-past-issues .fsNavLevel1 {
      padding-right: 0;
      padding-left: 0; } }
  .fsSection878 .nav-bulletin.nav-past-issues .fsNavLevel1 li {
    position: relative;
    margin: 0;
    padding: 10px;
    text-align: center;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%; }
    .fsSection878 .nav-bulletin.nav-past-issues .fsNavLevel1 li.fsNavCurrentPage {
      display: none; }
    @media (min-width: 700px) {
      .fsSection878 .nav-bulletin.nav-past-issues .fsNavLevel1 li {
        -ms-flex: 0 1 33.33%;
        flex: 0 1 33.33%; } }
    @media (min-width: 900px) {
      .fsSection878 .nav-bulletin.nav-past-issues .fsNavLevel1 li {
        -ms-flex: 0 1 25%;
        flex: 0 1 25%; } }
    @media (min-width: 1100px) {
      .fsSection878 .nav-bulletin.nav-past-issues .fsNavLevel1 li {
        -ms-flex: 0 1 20%;
        flex: 0 1 20%; } }
    .fsSection878 .nav-bulletin.nav-past-issues .fsNavLevel1 li:hover .wrapper-past:before {
      background: rgba(41, 47, 54, 0.75); }
    .fsSection878 .nav-bulletin.nav-past-issues .fsNavLevel1 li:hover a {
      opacity: 1;
      visibility: visible; }
  .fsSection878 .nav-bulletin.nav-past-issues .fsNavLevel1 .wrapper-past {
    position: relative;
    background-color: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: inherit;
    height: auto;
    cursor: pointer; }
    .fsSection878 .nav-bulletin.nav-past-issues .fsNavLevel1 .wrapper-past:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: transparent;
      transition: all 0.3s ease-in-out; }
  .fsSection878 .nav-bulletin.nav-past-issues .fsNavLevel1 .fsNavPageInfo {
    opacity: 0;
    visibility: hidden; }
  .fsSection878 .nav-bulletin.nav-past-issues .fsNavLevel1 a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: "adelle-condensed", serif;
    font-style: italic;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out; }
    .fsSection878 .nav-bulletin.nav-past-issues .fsNavLevel1 a:hover {
      color: #e09f3e;
      text-decoration: none; }
    .fsSection878 .nav-bulletin.nav-past-issues .fsNavLevel1 a em {
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      margin-top: -6.25%; }

body.fsSection878.bulletin-landing:not(.fsComposeMode) #fsPageContent .fsPageTitle {
  display: none; }

body.fsSection878.bulletin-landing:not(.fsComposeMode) .nav-current-issue {
  padding-top: 20px; }
  @media (min-width: 1000px) {
    body.fsSection878.bulletin-landing:not(.fsComposeMode) .nav-current-issue {
      margin-top: -140px;
      padding-top: 0; } }

.fsSection878.bulletin-landing #fsPageBodyWrapper {
  padding-top: 0;
  padding-bottom: 0; }

.fsSection878.bulletin-landing #fsPageContent {
  margin-bottom: 0; }

.fsSection878.bulletin-landing .fsPageLayout .fsDiv {
  margin-bottom: 0; }

.fsSection878.featured-news .site-info-container {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  z-index: 9000; }
  @media (min-width: 600px) {
    .fsSection878.featured-news .site-info-container {
      right: auto; } }
  .fsSection878.featured-news .site-info-container svg .shield-path,
  .fsSection878.featured-news .site-info-container svg .text-path {
    fill: #fff; }

.fsSection878.featured-news .current-issue-logo {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9000; }
  @media (min-width: 600px) {
    .fsSection878.featured-news .current-issue-logo {
      left: 0;
      -ms-transform: translateX(0);
      transform: translateX(0); } }

body:not(.fsComposeMode) .full-width {
  position: relative;
  max-width: 0vw;
  margin-right: auto;
  margin-left: auto; }
  body:not(.fsComposeMode) .full-width > header,
  body:not(.fsComposeMode) .full-width > footer,
  body:not(.fsComposeMode) .full-width > .fsElementContent {
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw; }
  body:not(.fsComposeMode) .full-width .fsLayout {
    padding-right: 0;
    padding-left: 0; }
    body:not(.fsComposeMode) .full-width .fsLayout > .fsStyleColumn:first-child {
      padding-left: 0; }
    body:not(.fsComposeMode) .full-width .fsLayout > .fsStyleColumn:last-child {
      padding-right: 0; }

.full-width > header,
.full-width > footer,
.full-width > .fsElementContent {
  width: auto; }

.fsCalendar.calendar-slideshow header {
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 2px solid #bfc2c5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .fsCalendar.calendar-slideshow header .fsElementTitle {
    margin-top: 20px;
    margin-bottom: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%; }
  .fsCalendar.calendar-slideshow header .button-wrapper {
    position: relative;
    text-align: right;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin: 0;
    padding: 0; }
    .fsCalendar.calendar-slideshow header .button-wrapper .slick-arrow.slick-prev, .fsCalendar.calendar-slideshow header .button-wrapper .slick-arrow.fsLeftArrow {
      left: auto !important;
      right: 45px !important; }

.fsCalendar.calendar-slideshow .fsListItems {
  padding-top: 20px; }

.fsCalendar.calendar-slideshow article {
  padding-top: 0;
  padding-right: 40px;
  padding-bottom: 0;
  margin-bottom: 0;
  border-left: 79px transparent solid;
  box-shadow: inset 1px 0 0 0 rgba(191, 194, 197, 0.8); }
  .fsCalendar.calendar-slideshow article:not(:nth-of-type(1)) .fsDate {
    display: block; }
  .fsCalendar.calendar-slideshow article .fsDate {
    left: -80px; }

.campus-map .legend-container .legend-close, .campus-map .map-pop-wrapper .map-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1; }
  .campus-map .legend-container .legend-close em, .campus-map .map-pop-wrapper .map-close em {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    font-style: normal;
    color: #fff;
    pointer-events: auto;
    cursor: pointer;
    transition: all 0.3s ease-in-out; }
    .campus-map .legend-container .legend-close em:hover, .campus-map .map-pop-wrapper .map-close em:hover, .campus-map .legend-container .legend-close em:focus, .campus-map .map-pop-wrapper .map-close em:focus {
      color: rgba(255, 255, 255, 0.5); }
    .campus-map .legend-container .legend-close em:before, .campus-map .map-pop-wrapper .map-close em:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-weight: 700;
      font-size: 18px;
      line-height: 1; }
      @media (min-width: 1000px) {
        .campus-map .legend-container .legend-close em:before, .campus-map .map-pop-wrapper .map-close em:before {
          font-weight: 400;
          font-size: 30px; } }

.campus-map.fsComposeMode .coordinates-popup {
  display: none; }

.campus-map.fsComposeMode .locations {
  width: 100%;
  display: block;
  margin: 0; }

.campus-map.fsComposeMode .map-points {
  text-align: left; }
  .campus-map.fsComposeMode .map-points ul:not(.redactor-toolbar) {
    font-size: 16px; }
    .campus-map.fsComposeMode .map-points ul:not(.redactor-toolbar) li {
      position: static;
      opacity: 1;
      visibility: visible; }
      .campus-map.fsComposeMode .map-points ul:not(.redactor-toolbar) li a {
        padding-left: 0; }
      .campus-map.fsComposeMode .map-points ul:not(.redactor-toolbar) li .map-text {
        position: static;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        visibility: visible;
        color: inherit;
        border-radius: 0;
        white-space: normal; }

.campus-map:not(.fsComposeMode) .coordinates-popup {
  display: block;
  position: absolute;
  background: white;
  color: #292f36;
  padding: 10px;
  margin: 0;
  z-index: 18000;
  width: 600px;
  height: 80px;
  text-align: center;
  border: 1px solid #900;
  border-radius: 5px;
  -ms-transform: translate(-50%, -105%);
  transform: translate(-50%, -105%); }
  .campus-map:not(.fsComposeMode) .coordinates-popup .html-markup {
    display: block; }
  .campus-map:not(.fsComposeMode) .coordinates-popup .copyButton .success:after {
    content: "\2714";
    margin-left: 5px; }

@media (min-width: 800px) {
  .campus-map:not(.fsComposeMode) .legend-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9001; } }

@media (min-width: 800px) {
  .campus-map:not(.fsComposeMode) .by-space > .fsElementContent {
    min-height: initial;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -moz-column-rule: none;
    column-rule: none; } }

@media (min-width: 1200px) {
  .campus-map:not(.fsComposeMode) .by-space > .fsElementContent {
    -moz-column-count: 3;
    column-count: 3; } }

.campus-map:not(.fsComposeMode) .by-space > .fsElementContent .fsContent {
  margin-bottom: 0;
  padding-top: 20px;
  page-break-inside: avoid;
  break-inside: avoid-column; }

@media (min-width: 800px) {
  .campus-map:not(.fsComposeMode) .by-number .number-points {
    min-height: initial;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -moz-column-rule: none;
    column-rule: none; } }

@media (min-width: 1200px) {
  .campus-map:not(.fsComposeMode) .by-number .number-points {
    -moz-column-count: 3;
    column-count: 3; } }

.campus-map:not(.fsComposeMode) .by-number .number-points > li {
  page-break-inside: avoid;
  break-inside: avoid-column; }

.campus-map .map-wrapper {
  width: 100%;
  height: auto;
  position: relative; }

.campus-map .map-image-container {
  position: relative; }
  .campus-map .map-image-container > header {
    padding: 10px 20px;
    text-align: center;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1; }
    .campus-map .map-image-container > header .fs_style_23.download-pdf {
      display: inline-block;
      border: 0;
      margin: 0 0 20px;
      padding: 14px 20px;
      background: #fff;
      color: #900;
      outline: 0;
      box-shadow: inset 0 0 0 1px #fff;
      border: none;
      border-radius: 5px;
      font-family: "adelle-condensed", serif;
      font-weight: 600;
      font-style: italic;
      font-size: 15px;
      line-height: 22px;
      text-align: center;
      transition: all 0.3s ease;
      margin-bottom: 0; }
      .campus-map .map-image-container > header .fs_style_23.download-pdf:hover {
        background: #010155;
        box-shadow: inset 0 0 0 1px #010155;
        color: #fff;
        text-decoration: none; }
      .campus-map .map-image-container > header .fs_style_23.download-pdf em {
        display: block;
        font-style: normal; }
    .campus-map .map-image-container > header .fs_style_23.view-legend {
      display: none; }
      @media (min-width: 800px) {
        .campus-map .map-image-container > header .fs_style_23.view-legend {
          display: inline-block;
          border: 0;
          margin: 0 0 20px;
          padding: 14px 20px;
          background: #900;
          color: #fff;
          outline: 0;
          box-shadow: inset 0 0 0 1px #900;
          border: none;
          border-radius: 5px;
          font-family: "adelle-condensed", serif;
          font-weight: 600;
          font-style: italic;
          font-size: 15px;
          line-height: 22px;
          text-align: center;
          transition: all 0.3s ease;
          margin-bottom: 0; }
          .campus-map .map-image-container > header .fs_style_23.view-legend:hover {
            background: #010155;
            box-shadow: inset 0 0 0 1px #010155;
            color: #fff;
            text-decoration: none; }
          .campus-map .map-image-container > header .fs_style_23.view-legend em {
            display: block;
            font-style: normal; } }
  .campus-map .map-image-container > footer {
    display: none; }
    @media (min-width: 1000px) {
      .campus-map .map-image-container > footer {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
        width: 100%;
        max-width: 270px;
        padding: 15px 20px;
        background: rgba(41, 47, 54, 0.4); } }
    .campus-map .map-image-container > footer > .fsElementFooterContent {
      color: #fff;
      font-family: "franklin-gothic-urw-cond", sans-serif;
      font-weight: 500;
      font-size: 16px;
      line-height: 20px; }
      .campus-map .map-image-container > footer > .fsElementFooterContent strong {
        display: block;
        margin: 0 0 10px 0;
        padding: 0;
        text-transform: uppercase; }
      .campus-map .map-image-container > footer > .fsElementFooterContent ul, .campus-map .map-image-container > footer > .fsElementFooterContent ul ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      .campus-map .map-image-container > footer > .fsElementFooterContent ul li {
        margin: 0;
        padding: 0; }
      .campus-map .map-image-container > footer > .fsElementFooterContent ul li {
        margin: 0 0 4px 0;
        padding: 0;
        font-size: 14px;
        line-height: 20px; }
        .campus-map .map-image-container > footer > .fsElementFooterContent ul li:last-child {
          margin-bottom: 0; }
        .campus-map .map-image-container > footer > .fsElementFooterContent ul li.active-location {
          color: #900; }
      .campus-map .map-image-container > footer > .fsElementFooterContent ul a {
        padding-left: 0;
        color: #fff; }
        .campus-map .map-image-container > footer > .fsElementFooterContent ul a:hover {
          color: #fff; }
      .campus-map .map-image-container > footer > .fsElementFooterContent ul span.marker {
        display: none; }
  .campus-map .map-image-container > .fsElementContent {
    position: relative; }
    .campus-map .map-image-container > .fsElementContent, .campus-map .map-image-container > .fsElementContent ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .campus-map .map-image-container > .fsElementContent li {
      margin: 0;
      padding: 0; }
    .campus-map .map-image-container > .fsElementContent img {
      display: block;
      width: 100%;
      height: auto; }

.campus-map .map-points:not(.redactor-toolbar) {
  font-size: 0; }
  .campus-map .map-points:not(.redactor-toolbar) li {
    position: absolute;
    transition: 0.3s all ease-in-out;
    visibility: hidden;
    opacity: 0; }
    .campus-map .map-points:not(.redactor-toolbar) li.active-location {
      visibility: visible;
      opacity: 1; }
      .campus-map .map-points:not(.redactor-toolbar) li.active-location .marker {
        background-color: #900; }
    @media (min-width: 1000px) {
      .campus-map .map-points:not(.redactor-toolbar) li {
        visibility: visible;
        opacity: 1; } }
    .campus-map .map-points:not(.redactor-toolbar) li:hover {
      z-index: 1; }
    .campus-map .map-points:not(.redactor-toolbar) li:before {
      border-radius: 100%; }
    .campus-map .map-points:not(.redactor-toolbar) li a {
      padding-left: 0;
      padding-right: 0;
      display: block;
      position: relative; }
      .campus-map .map-points:not(.redactor-toolbar) li a:hover .map-text {
        -ms-transform: scale(1) translate(-50%, -10%);
        transform: scale(1) translate(-50%, -10%);
        opacity: 1;
        visibility: visible; }
      .campus-map .map-points:not(.redactor-toolbar) li a .marker {
        transition: all 0.3s ease-in-out;
        display: inline-block;
        vertical-align: bottom;
        color: #fff;
        width: 22px;
        height: 22px;
        border-radius: 100%;
        background-color: #292f36;
        font-family: "franklin-gothic-urw-cond", sans-serif;
        font-weight: 500;
        font-size: 12px;
        line-height: 22px;
        text-align: center;
        z-index: 0;
        position: relative;
        font-weight: 600; }
        .campus-map .map-points:not(.redactor-toolbar) li a .marker:hover {
          background-color: #900;
          z-index: 1; }
        .campus-map .map-points:not(.redactor-toolbar) li a .marker + .marker {
          display: none; }
      .campus-map .map-points:not(.redactor-toolbar) li a .map-text {
        padding: 5px 10px;
        position: absolute;
        bottom: 100%;
        left: 50%;
        width: auto;
        font-family: "franklin-gothic-urw-cond", sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        border-radius: 5px;
        white-space: nowrap;
        text-align: center;
        background: rgba(153, 0, 0, 0.9);
        -ms-transform: scale(0.95) translate(-50%, 100%);
        transform: scale(0.95) translate(-50%, 100%);
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        transition: all 0.3s ease; }
    .campus-map .map-points:not(.redactor-toolbar) li.pin-OC {
      display: none; }

body.fsDraftMode.campus-map:not(.fsComposeMode) .map-points {
  pointer-events: none; }

@media (min-width: 800px) {
  .campus-map .legend-container {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background: rgba(101, 0, 0, 0.9);
    transition: all 0.3s ease-in-out; } }

.campus-map .legend-container > header .fsElementTitle {
  text-align: center; }

.campus-map .legend-container > .fsElementContent {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding-top: 1.25em;
  padding-bottom: 1.25em; }
  @media (min-width: 800px) {
    .campus-map .legend-container > .fsElementContent {
      padding-right: 1.25em;
      padding-left: 1.25em; } }

.campus-map .legend-container.active-view-legend {
  visibility: visible;
  opacity: 1; }
  .campus-map .legend-container.active-view-legend .fsContainer .fs_style_23 {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 14px 20px;
    background: transparent;
    color: #fff;
    outline: 0;
    box-shadow: inset 0 0 0 1px #fff;
    border: none;
    border-radius: 5px;
    font-family: "adelle-condensed", serif;
    font-weight: 600;
    font-style: italic;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    transition: all 0.3s ease; }
    .campus-map .legend-container.active-view-legend .fsContainer .fs_style_23:hover {
      background: #010155;
      box-shadow: inset 0 0 0 1px #010155;
      color: #fff;
      text-decoration: none; }
    .campus-map .legend-container.active-view-legend .fsContainer .fs_style_23 em {
      display: block;
      font-style: normal; }
  .campus-map .legend-container.active-view-legend .fsElementTitle {
    color: #fff; }
    .campus-map .legend-container.active-view-legend .fsElementTitle:after {
      background: rgba(255, 255, 255, 0.8); }
  .campus-map .legend-container.active-view-legend a {
    color: #fff;
    pointer-events: auto; }

.campus-map .legend-container .fsContainer.by-space, .campus-map .legend-container .fsContainer.by-number {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out; }

.campus-map .legend-container.active-by-space .fsContainer.by-space {
  max-height: 99999px;
  visibility: visible;
  opacity: 1; }

.campus-map .legend-container.active-by-space .fsContainer.by-number {
  visibility: hidden;
  opacity: 0; }

.campus-map .legend-container.active-by-number .fsContainer.by-number {
  max-height: 99999px;
  visibility: visible;
  opacity: 1; }

.campus-map .legend-container.active-by-number .fsContainer.by-space {
  visibility: hidden;
  opacity: 0; }

.campus-map .legend-container ul, .campus-map .legend-container ul ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.campus-map .legend-container ul li {
  margin: 0;
  padding: 0; }

.campus-map .legend-container ul li {
  margin: 0 0 4px 0;
  padding: 0;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px; }
  .campus-map .legend-container ul li.active-location {
    font-weight: 700; }
    .campus-map .legend-container ul li.active-location a {
      color: #900; }

.campus-map .legend-container ul a {
  display: block;
  position: relative;
  padding-left: 30px; }

.campus-map .legend-container ul span.marker {
  position: absolute;
  left: 0;
  min-width: 20px;
  margin-right: 10px; }
  .campus-map .legend-container ul span.marker-OC {
    color: transparent; }

.campus-map .legend-container .legend-close {
  display: none; }
  @media (min-width: 800px) {
    .campus-map .legend-container .legend-close {
      display: block; } }

.campus-map .view-legend > .fsElementContent {
  text-align: center; }
  .campus-map .view-legend > .fsElementContent strong {
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #900; }
    @media (min-width: 800px) {
      .campus-map .view-legend > .fsElementContent strong {
        color: #fff; } }
  .campus-map .view-legend > .fsElementContent .fs_style_23 {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 14px 20px;
    background: #fff;
    color: #650000;
    outline: 0;
    box-shadow: inset 0 0 0 1px #650000;
    border: none;
    border-radius: 5px;
    font-family: "adelle-condensed", serif;
    font-weight: 600;
    font-style: italic;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 0; }
    .campus-map .view-legend > .fsElementContent .fs_style_23:hover {
      background: #010155;
      box-shadow: inset 0 0 0 1px #010155;
      color: #fff;
      text-decoration: none; }
    .campus-map .view-legend > .fsElementContent .fs_style_23 em {
      display: block;
      font-style: normal; }
    @media (min-width: 800px) {
      .campus-map .view-legend > .fsElementContent .fs_style_23 {
        display: inline-block;
        border: 0;
        margin: 0 0 20px;
        padding: 14px 20px;
        background: transparent;
        color: #fff;
        outline: 0;
        box-shadow: inset 0 0 0 1px #fff;
        border: none;
        border-radius: 5px;
        font-family: "adelle-condensed", serif;
        font-weight: 600;
        font-style: italic;
        font-size: 15px;
        line-height: 22px;
        text-align: center;
        transition: all 0.3s ease; }
        .campus-map .view-legend > .fsElementContent .fs_style_23:hover {
          background: #010155;
          box-shadow: inset 0 0 0 1px #010155;
          color: #fff;
          text-decoration: none; }
        .campus-map .view-legend > .fsElementContent .fs_style_23 em {
          display: block;
          font-style: normal; } }
    .campus-map .view-legend > .fsElementContent .fs_style_23.toggle-by-space.active-by-space {
      display: inline-block;
      border: 0;
      margin: 0 0 20px;
      padding: 14px 20px;
      background: #650000;
      color: #fff;
      outline: 0;
      box-shadow: inset 0 0 0 1px #650000;
      border: none;
      border-radius: 5px;
      font-family: "adelle-condensed", serif;
      font-weight: 600;
      font-style: italic;
      font-size: 15px;
      line-height: 22px;
      text-align: center;
      transition: all 0.3s ease; }
      .campus-map .view-legend > .fsElementContent .fs_style_23.toggle-by-space.active-by-space:hover {
        background: #010155;
        box-shadow: inset 0 0 0 1px #010155;
        color: #fff;
        text-decoration: none; }
      .campus-map .view-legend > .fsElementContent .fs_style_23.toggle-by-space.active-by-space em {
        display: block;
        font-style: normal; }
    .campus-map .view-legend > .fsElementContent .fs_style_23.toggle-by-number.active-by-number {
      display: inline-block;
      border: 0;
      margin: 0 0 20px;
      padding: 14px 20px;
      background: #650000;
      color: #fff;
      outline: 0;
      box-shadow: inset 0 0 0 1px #650000;
      border: none;
      border-radius: 5px;
      font-family: "adelle-condensed", serif;
      font-weight: 600;
      font-style: italic;
      font-size: 15px;
      line-height: 22px;
      text-align: center;
      transition: all 0.3s ease; }
      .campus-map .view-legend > .fsElementContent .fs_style_23.toggle-by-number.active-by-number:hover {
        background: #010155;
        box-shadow: inset 0 0 0 1px #010155;
        color: #fff;
        text-decoration: none; }
      .campus-map .view-legend > .fsElementContent .fs_style_23.toggle-by-number.active-by-number em {
        display: block;
        font-style: normal; }

.campus-map .locations {
  margin-bottom: 20px; }
  .campus-map .locations.off-campus a {
    padding-left: 0; }
  .campus-map .locations.off-campus span.marker {
    display: none; }
  .campus-map .locations header .fsElementTitle {
    margin-bottom: 10px; }

.campus-map .by-space {
  opacity: 1;
  visibility: visible; }

.campus-map .by-number > .fsElementContent {
  padding-top: 20px; }

@media (min-width: 800px) {
  body.campus-map:not(.fsComposeMode).map-is-active .map-pop-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400; } }

.campus-map .map-pop-wrapper {
  position: relative;
  display: none; }
  @media (min-width: 800px) {
    .campus-map .map-pop-wrapper {
      display: block; } }
  .campus-map .map-pop-wrapper .map-pop-container {
    height: 100%; }
  .campus-map .map-pop-wrapper .map-detail.slick-slider {
    height: 100%; }
    .campus-map .map-pop-wrapper .map-detail.slick-slider .slick-list {
      height: 100% !important; }
  .campus-map .map-pop-wrapper .location-slide {
    position: relative;
    width: 100%;
    height: 100%; }
    .campus-map .map-pop-wrapper .location-slide .image-wrapper {
      position: relative; }
      .campus-map .map-pop-wrapper .location-slide .image-wrapper:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.2);
        z-index: 0; }
    .campus-map .map-pop-wrapper .location-slide .caption-wrapper {
      background: #292f36;
      width: 100%; }
      @media (min-width: 800px) {
        .campus-map .map-pop-wrapper .location-slide .caption-wrapper {
          background: rgba(41, 47, 54, 0.4);
          position: absolute;
          top: 0;
          right: auto;
          bottom: 0;
          left: 0;
          max-width: 400px; } }
    .campus-map .map-pop-wrapper .location-slide .caption-inner {
      padding: 20px;
      color: #fff; }
      @media (min-width: 800px) {
        .campus-map .map-pop-wrapper .location-slide .caption-inner {
          padding: 40px 60px;
          position: absolute;
          bottom: 0;
          top: auto; } }
    .campus-map .map-pop-wrapper .location-slide .group-title,
    .campus-map .map-pop-wrapper .location-slide .image-title {
      margin-top: 0;
      font-weight: normal;
      font-family: "adelle-condensed", serif;
      font-style: italic;
      font-weight: 400;
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 5px; }
    .campus-map .map-pop-wrapper .location-slide .group-description,
    .campus-map .map-pop-wrapper .location-slide .image-description {
      font-weight: 500;
      font-size: 16px;
      line-height: 24px; }
      .campus-map .map-pop-wrapper .location-slide .group-description p,
      .campus-map .map-pop-wrapper .location-slide .image-description p {
        margin-bottom: 10px; }
        .campus-map .map-pop-wrapper .location-slide .group-description p:last-child,
        .campus-map .map-pop-wrapper .location-slide .image-description p:last-child {
          margin-bottom: 0; }
    .campus-map .map-pop-wrapper .location-slide .fs_style_23 {
      display: inline-block;
      border: 0;
      margin: 0 0 20px;
      padding: 14px 20px;
      background: transparent;
      color: #fff;
      outline: 0;
      box-shadow: inset 0 0 0 1px #fff;
      border: none;
      border-radius: 5px;
      font-family: "adelle-condensed", serif;
      font-weight: 600;
      font-style: italic;
      font-size: 15px;
      line-height: 22px;
      text-align: center;
      transition: all 0.3s ease;
      margin-bottom: 0;
      margin-top: 40px; }
      .campus-map .map-pop-wrapper .location-slide .fs_style_23:hover {
        background: #900;
        box-shadow: inset 0 0 0 1px #900;
        color: #fff;
        text-decoration: none; }
      .campus-map .map-pop-wrapper .location-slide .fs_style_23 em {
        display: block;
        font-style: normal; }

.content-spotlight {
  padding: 0;
  box-shadow: inset 0 0 0 1px #bfc2c5;
  border-top: 5px solid #900; }
  body:not(.fsComposeMode) .content-spotlight header {
    display: none; }
  .content-spotlight img {
    width: 100%;
    height: auto; }
  .content-spotlight .fsElementContent {
    padding: 10px 20px 20px; }
    .content-spotlight .fsElementContent .fsElementTitle {
      margin-top: 0;
      font-weight: normal;
      font-family: "franklin-gothic-urw-cond", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 5px; }
    .content-spotlight .fsElementContent p:last-of-type {
      margin-bottom: 0; }
  .content-spotlight footer {
    padding: 0 20px 20px; }
    .content-spotlight footer .fsElementFooterContent .fs_style_23 {
      display: inline-block;
      border: 0;
      margin: 0 0 20px;
      padding: 14px 20px;
      background: #900;
      color: #fff;
      outline: 0;
      box-shadow: inset 0 0 0 1px #900;
      border: none;
      border-radius: 5px;
      font-family: "adelle-condensed", serif;
      font-weight: 600;
      font-style: italic;
      font-size: 15px;
      line-height: 22px;
      text-align: center;
      transition: all 0.3s ease;
      margin-bottom: 0;
      width: 100%; }
      .content-spotlight footer .fsElementFooterContent .fs_style_23:hover {
        background: #010155;
        box-shadow: inset 0 0 0 1px #010155;
        color: #fff;
        text-decoration: none; }
      .content-spotlight footer .fsElementFooterContent .fs_style_23 em {
        display: block;
        font-style: normal; }

.has-featured-gallery {
  background: transparent; }
  .has-featured-gallery #fsPageBodyWrapper {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: transparent; }
  .has-featured-gallery #fsPageBody {
    max-width: 100%; }
  .has-featured-gallery #fsPageContent {
    margin-bottom: 0; }
  .has-featured-gallery .fsPageLayout > .fsDiv {
    margin-bottom: 0; }
  .has-featured-gallery #fsPoweredByFinalsite {
    display: none; }

.featured-gallery,
.team-gallery {
  width: 100%;
  margin-bottom: 0 !important; }
  .featured-gallery > .fsElementContent,
  .team-gallery > .fsElementContent {
    position: relative;
    height: auto; }
  .featured-gallery .fsMediaCustomPlayer,
  .team-gallery .fsMediaCustomPlayer {
    background: none;
    position: relative;
    border: 5px solid #fff; }
    @media (min-width: 700px) {
      .featured-gallery .fsMediaCustomPlayer,
      .team-gallery .fsMediaCustomPlayer {
        height: 133vh; } }
    @media (min-width: 1000px) {
      .featured-gallery .fsMediaCustomPlayer,
      .team-gallery .fsMediaCustomPlayer {
        height: 100vh; } }
    .featured-gallery .fsMediaCustomPlayer article,
    .team-gallery .fsMediaCustomPlayer article {
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      background-size: cover;
      outline: 0;
      box-shadow: inset 0 0 0 5px #fff; }
      @media (min-width: 700px) {
        .featured-gallery .fsMediaCustomPlayer article,
        .team-gallery .fsMediaCustomPlayer article {
          position: absolute; } }
      .featured-gallery .fsMediaCustomPlayer article:nth-of-type(1),
      .team-gallery .fsMediaCustomPlayer article:nth-of-type(1) {
        display: none; }
        @media (min-width: 1000px) {
          .featured-gallery .fsMediaCustomPlayer article:nth-of-type(1),
          .team-gallery .fsMediaCustomPlayer article:nth-of-type(1) {
            display: block;
            top: 0%;
            left: 0%;
            height: 50%;
            width: 33.33333%; } }
      .featured-gallery .fsMediaCustomPlayer article:nth-of-type(2),
      .team-gallery .fsMediaCustomPlayer article:nth-of-type(2) {
        display: none; }
        @media (min-width: 1000px) {
          .featured-gallery .fsMediaCustomPlayer article:nth-of-type(2),
          .team-gallery .fsMediaCustomPlayer article:nth-of-type(2) {
            display: block;
            top: 50%;
            left: 0%;
            height: 50%;
            width: 33.33333%; } }
      .featured-gallery .fsMediaCustomPlayer article:nth-of-type(3),
      .team-gallery .fsMediaCustomPlayer article:nth-of-type(3) {
        display: none; }
        @media (min-width: 700px) {
          .featured-gallery .fsMediaCustomPlayer article:nth-of-type(3),
          .team-gallery .fsMediaCustomPlayer article:nth-of-type(3) {
            display: block;
            top: 0%;
            left: 0%;
            height: 25%;
            width: 50%; } }
        @media (min-width: 1000px) {
          .featured-gallery .fsMediaCustomPlayer article:nth-of-type(3),
          .team-gallery .fsMediaCustomPlayer article:nth-of-type(3) {
            top: 0%;
            left: 33.33333%;
            height: 25%;
            width: 16.66667%; } }
      .featured-gallery .fsMediaCustomPlayer article:nth-of-type(4),
      .team-gallery .fsMediaCustomPlayer article:nth-of-type(4) {
        display: none; }
        @media (min-width: 700px) {
          .featured-gallery .fsMediaCustomPlayer article:nth-of-type(4),
          .team-gallery .fsMediaCustomPlayer article:nth-of-type(4) {
            display: block;
            top: 0%;
            left: 50%;
            height: 25%;
            width: 50%; } }
        @media (min-width: 1000px) {
          .featured-gallery .fsMediaCustomPlayer article:nth-of-type(4),
          .team-gallery .fsMediaCustomPlayer article:nth-of-type(4) {
            top: 0%;
            left: 50%;
            height: 25%;
            width: 16.66667%; } }
      @media (min-width: 700px) {
        .featured-gallery .fsMediaCustomPlayer article:nth-of-type(5),
        .team-gallery .fsMediaCustomPlayer article:nth-of-type(5) {
          top: 25%;
          left: 0%;
          height: 50%;
          width: 100%; } }
      @media (min-width: 1000px) {
        .featured-gallery .fsMediaCustomPlayer article:nth-of-type(5),
        .team-gallery .fsMediaCustomPlayer article:nth-of-type(5) {
          top: 25%;
          left: 33.33333%;
          height: 50%;
          width: 33.33333%; } }
      .featured-gallery .fsMediaCustomPlayer article:nth-of-type(5) .group-wrapper,
      .team-gallery .fsMediaCustomPlayer article:nth-of-type(5) .group-wrapper {
        display: block; }
      .featured-gallery .fsMediaCustomPlayer article:nth-of-type(6),
      .team-gallery .fsMediaCustomPlayer article:nth-of-type(6) {
        display: none; }
        @media (min-width: 700px) {
          .featured-gallery .fsMediaCustomPlayer article:nth-of-type(6),
          .team-gallery .fsMediaCustomPlayer article:nth-of-type(6) {
            display: block;
            top: 75%;
            left: 0%;
            height: 25%;
            width: 50%; } }
        @media (min-width: 1000px) {
          .featured-gallery .fsMediaCustomPlayer article:nth-of-type(6),
          .team-gallery .fsMediaCustomPlayer article:nth-of-type(6) {
            top: 75%;
            left: 50%;
            height: 25%;
            width: 16.66667%; } }
      .featured-gallery .fsMediaCustomPlayer article:nth-of-type(7),
      .team-gallery .fsMediaCustomPlayer article:nth-of-type(7) {
        display: none; }
        @media (min-width: 700px) {
          .featured-gallery .fsMediaCustomPlayer article:nth-of-type(7),
          .team-gallery .fsMediaCustomPlayer article:nth-of-type(7) {
            display: block;
            top: 75%;
            left: 50%;
            height: 25%;
            width: 50%; } }
        @media (min-width: 1000px) {
          .featured-gallery .fsMediaCustomPlayer article:nth-of-type(7),
          .team-gallery .fsMediaCustomPlayer article:nth-of-type(7) {
            top: 75%;
            left: 33.33333%;
            height: 25%;
            width: 16.66667%; } }
      .featured-gallery .fsMediaCustomPlayer article:nth-of-type(8),
      .team-gallery .fsMediaCustomPlayer article:nth-of-type(8) {
        display: none; }
        @media (min-width: 1000px) {
          .featured-gallery .fsMediaCustomPlayer article:nth-of-type(8),
          .team-gallery .fsMediaCustomPlayer article:nth-of-type(8) {
            display: block;
            top: 0%;
            left: 66.66667%;
            height: 50%;
            width: 33.33333%; } }
      .featured-gallery .fsMediaCustomPlayer article:nth-of-type(9),
      .team-gallery .fsMediaCustomPlayer article:nth-of-type(9) {
        display: none; }
        @media (min-width: 1000px) {
          .featured-gallery .fsMediaCustomPlayer article:nth-of-type(9),
          .team-gallery .fsMediaCustomPlayer article:nth-of-type(9) {
            display: block;
            top: 50%;
            left: 66.66667%;
            height: 50%;
            width: 33.33333%; } }
      .featured-gallery .fsMediaCustomPlayer article img,
      .team-gallery .fsMediaCustomPlayer article img {
        opacity: 0;
        visibility: hidden; }
    .featured-gallery .fsMediaCustomPlayer .group-wrapper,
    .team-gallery .fsMediaCustomPlayer .group-wrapper {
      display: none;
      margin: 0;
      padding: 20px 10px;
      position: absolute;
      top: auto;
      right: 5px;
      bottom: 5px;
      left: 5px;
      width: auto;
      background: rgba(1, 1, 85, 0.9);
      font-family: "adelle-condensed", serif;
      font-style: italic;
      font-size: 15px;
      line-height: 22px;
      text-align: center;
      color: #fff; }
      .featured-gallery .fsMediaCustomPlayer .group-wrapper a,
      .team-gallery .fsMediaCustomPlayer .group-wrapper a {
        color: #fff; }
        .featured-gallery .fsMediaCustomPlayer .group-wrapper a:hover,
        .team-gallery .fsMediaCustomPlayer .group-wrapper a:hover {
          color: rgba(255, 255, 255, 0.75); }
    .featured-gallery .fsMediaCustomPlayer .group-title,
    .team-gallery .fsMediaCustomPlayer .group-title {
      margin-top: 0;
      font-weight: normal;
      font-family: "adelle-condensed", serif;
      font-style: italic;
      font-weight: 400;
      font-size: 34px;
      line-height: 44px;
      margin-bottom: 15px;
      margin-bottom: 0; }
    .featured-gallery .fsMediaCustomPlayer .group-desc p:last-child,
    .team-gallery .fsMediaCustomPlayer .group-desc p:last-child {
      margin-bottom: 0; }
    .featured-gallery .fsMediaCustomPlayer .group-desc:empty,
    .team-gallery .fsMediaCustomPlayer .group-desc:empty {
      display: none; }

.faux-lightbox {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(41, 47, 54, 0.9);
  z-index: 9000; }

.has-featured-news {
  background: transparent; }

.featured-news .fsBreadcrumb,
.featured-news #fsPoweredByFinalsite {
  display: none; }

.featured-news #fsPageBodyWrapper {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff; }
  @media (min-width: 1000px) {
    .featured-news #fsPageBodyWrapper {
      padding-right: 0;
      padding-left: 0; } }

.featured-news #fsPageBody {
  max-width: 100%; }

.featured-news .fsPageLayout > .fsDiv {
  margin-bottom: 0; }

.featured-news .featured-news-close {
  display: inline-block;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9000; }
  .featured-news .featured-news-close, .featured-news .featured-news-close ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .featured-news .featured-news-close li {
    margin: 0;
    padding: 0; }
  @media (min-width: 600px) {
    .featured-news .featured-news-close {
      top: 50px;
      right: 50px; } }
  .featured-news .featured-news-close .fsElementContent p {
    margin: 0;
    padding: 0; }
  .featured-news .featured-news-close .fsElementContent a {
    display: block;
    font-size: 0;
    color: #bfc2c5; }
    .featured-news .featured-news-close .fsElementContent a:hover {
      text-decoration: none;
      color: #fff; }
    .featured-news .featured-news-close .fsElementContent a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 30px;
      line-height: 30px; }

.featured-news .featured-top {
  margin: 0 0 20px;
  padding: 0; }
  .featured-news .featured-top.fsPost article {
    margin: 0;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    max-width: 100%; }
  .featured-news .featured-top.fsPost .featured-image-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #292f36; }
  .featured-news .featured-top.fsPost .featured-image-wrapper {
    position: relative;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    min-height: 200px; }
    @media (min-width: 1000px) {
      .featured-news .featured-top.fsPost .featured-image-wrapper {
        max-height: 100vh; } }
    .featured-news .featured-top.fsPost .featured-image-wrapper .featured-container {
      margin: 0 auto;
      background: #650000;
      padding-right: 1.25em;
      padding-left: 1.25em; }
      @media (min-width: 1000px) {
        .featured-news .featured-top.fsPost .featured-image-wrapper .featured-container {
          padding-right: 0;
          padding-left: 0;
          max-width: 980px;
          background: transparent;
          position: absolute;
          top: auto;
          right: 0;
          bottom: 10%;
          left: 0; } }
    .featured-news .featured-top.fsPost .featured-image-wrapper .featured-inner {
      position: relative;
      padding: 20px 0;
      max-width: 100%;
      position: relative;
      overflow: hidden; }
      @media (min-width: 1000px) {
        .featured-news .featured-top.fsPost .featured-image-wrapper .featured-inner {
          max-width: 490px; } }
    .featured-news .featured-top.fsPost .featured-image-wrapper .fsCategories,
    .featured-news .featured-top.fsPost .featured-image-wrapper .fsSummary {
      color: #fff; }
    .featured-news .featured-top.fsPost .featured-image-wrapper .fs_style_23 {
      display: inline-block;
      border: 0;
      margin: 0 0 20px;
      padding: 14px 20px;
      background: transparent;
      color: #fff;
      outline: 0;
      box-shadow: inset 0 0 0 1px #fff;
      border: none;
      border-radius: 5px;
      font-family: "adelle-condensed", serif;
      font-weight: 600;
      font-style: italic;
      font-size: 15px;
      line-height: 22px;
      text-align: center;
      transition: all 0.3s ease; }
      .featured-news .featured-top.fsPost .featured-image-wrapper .fs_style_23:hover {
        background: #fff;
        box-shadow: inset 0 0 0 1px #fff;
        color: #900;
        text-decoration: none; }
      .featured-news .featured-top.fsPost .featured-image-wrapper .fs_style_23 em {
        display: block;
        font-style: normal; }
  .featured-news .featured-top.fsPost .featured-content {
    padding-right: 1.25em;
    padding-left: 1.25em;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    margin: 0 auto;
    max-width: 980px; }
    @media (min-width: 1000px) {
      .featured-news .featured-top.fsPost .featured-content {
        padding-right: 0;
        padding-left: 0;
        padding-top: 60px;
        padding-bottom: 60px; } }
    .featured-news .featured-top.fsPost .featured-content .fsTitle {
      margin-top: 0;
      font-weight: normal;
      font-family: "adelle-condensed", serif;
      font-style: italic;
      font-weight: 400;
      font-size: 46px;
      line-height: 54px;
      margin-bottom: 25px; }
      @media (max-width: 1000px) {
        .featured-news .featured-top.fsPost .featured-content .fsTitle {
          font-size: 2.5em;
          line-height: 1em; } }
    .featured-news .featured-top.fsPost .featured-content .fsDate {
      display: block;
      margin-bottom: 20px; }
      .featured-news .featured-top.fsPost .featured-content .fsDate:before {
        content: ''; }
  .featured-news .featured-top.fsPost .fsThumbnail {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: auto;
    min-height: 54.5vw; }
    @media (min-width: 1000px) {
      .featured-news .featured-top.fsPost .fsThumbnail {
        opacity: 0;
        visibility: hidden; } }
    .featured-news .featured-top.fsPost .fsThumbnail img {
      display: block;
      width: 100%;
      height: auto; }
  .featured-news .featured-top.fsPost .fsCategories {
    display: block;
    position: relative;
    margin-bottom: 30px; }
    .featured-news .featured-top.fsPost .fsCategories:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      display: block;
      width: 40px;
      height: 2px;
      background: rgba(255, 255, 255, 0.8); }
  .featured-news .featured-top.fsPost .fsSummary {
    font-family: "adelle-condensed", serif;
    font-style: italic;
    font-size: 24px;
    line-height: 36px; }
    .featured-news .featured-top.fsPost .fsSummary p {
      margin-bottom: 30px; }
      .featured-news .featured-top.fsPost .fsSummary p:last-child {
        margin-bottom: 0; }
  .featured-news .featured-top.fsPost .fs_style_23 {
    margin-bottom: 0 !important; }
  .featured-news .featured-top.fsPost .fsBody {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px; }
    @media (min-width: 1100px) {
      .featured-news .featured-top.fsPost .fsBody blockquote[style*=left] {
        margin-left: -100px; } }
    @media (min-width: 1100px) {
      .featured-news .featured-top.fsPost .fsBody blockquote[style*=right] {
        margin-right: -100px; } }
  .featured-news .featured-top.fsPost .fs_style_31 {
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 18px; }

.featured-news .featured-bottom {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  max-width: auto; }
  @media (min-width: 1000px) {
    .featured-news .featured-bottom {
      margin-right: 10px;
      margin-left: 10px;
      max-width: 100%; } }
  @media (min-width: 1000px) {
    .featured-news .featured-bottom.fsList .fsListItems {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .featured-news .featured-bottom.fsList article {
    margin: 0 20px 20px 20px;
    padding: 0;
    position: relative;
    background-color: #650000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: auto;
    height: 62.5vw;
    max-height: 300px;
    min-height: 200px; }
    @media (min-width: 1000px) {
      .featured-news .featured-bottom.fsList article {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 100%;
        margin: 0 10px; } }
    .featured-news .featured-bottom.fsList article:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.4);
      transition: all 0.3s ease-in-out; }
    .featured-news .featured-bottom.fsList article:hover:before {
      background: rgba(0, 0, 0, 0.8); }
    .featured-news .featured-bottom.fsList article .fsTitle {
      display: block;
      padding: 10px 20px;
      margin: 0;
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-align: center;
      font-family: "adelle-condensed", serif;
      font-style: italic;
      font-size: 24px;
      line-height: 30px;
      color: #fff; }
      .featured-news .featured-bottom.fsList article .fsTitle a {
        color: inherit; }

.featured-news .fsResourceElement {
  margin: 0 auto;
  max-width: 980px; }
  .featured-news .fsResourceElement article figure {
    text-align: center; }
    .featured-news .fsResourceElement article figure picture img {
      margin: 0 auto; }
  .featured-news .fsResourceElement article figcaption {
    margin: 20px auto;
    text-align: center; }
  .featured-news .fsResourceElement .fsElementEmpty {
    display: none; }

.fsPostElement.featured-bottom ul.its-going-down {
  display: none; }

.fsPostElement.featured-bottom article {
  overflow: hidden; }

.fsPostElement.featured-bottom .featured-content .fsAuthor,
.fsPostElement.featured-bottom .featured-container,
.fsPostElement.featured-bottom .fsPostLink.fsReadMoreLink {
  display: none; }

.center-post-gallery .fsResourceElement {
  margin: 0 auto;
  max-width: 980px; }
  .center-post-gallery .fsResourceElement article figure {
    text-align: center; }
    .center-post-gallery .fsResourceElement article figure picture img {
      margin: 0 auto; }
  .center-post-gallery .fsResourceElement article figcaption {
    margin: 20px auto;
    text-align: center; }
  .center-post-gallery .fsResourceElement .fsElementEmpty {
    display: none; }

.has-hero-treatment .header-top > .fsElementContent {
  pointer-events: none; }
  .has-hero-treatment .header-top > .fsElementContent a {
    pointer-events: auto; }

.has-hero-treatment .header-top .fsStyleColumn {
  position: absolute;
  top: 0; }
  .has-hero-treatment .header-top .fsStyleColumn.fsStyleColumn-1 {
    left: 0; }
  .has-hero-treatment .header-top .fsStyleColumn.fsStyleColumn-2 {
    right: 0; }

.video-image-slideshow.fsMediaCustomPlayer {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background: transparent; }
  body:not(.fsComposeMode) .video-image-slideshow.fsMediaCustomPlayer {
    background: #292f36; }
    body:not(.fsComposeMode) .video-image-slideshow.fsMediaCustomPlayer > header {
      display: none; }
    body:not(.fsComposeMode) .video-image-slideshow.fsMediaCustomPlayer .hero-treatment-overlay {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #292f36;
      opacity: 0;
      z-index: 9000;
      pointer-events: none; }
  .video-image-slideshow.fsMediaCustomPlayer .fsElementContent {
    width: 100%;
    position: relative;
    background: transparent; }
  .video-image-slideshow.fsMediaCustomPlayer article {
    position: relative;
    background-color: transparent;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    transform: translateZ(0);
    outline: 0; }
    @media (max-width: 1000px) {
      .video-image-slideshow.fsMediaCustomPlayer article {
        background-size: auto auto;
        min-height: 400px; } }
    @media (min-width: 1000px) {
      .video-image-slideshow.fsMediaCustomPlayer article {
        min-width: auto;
        max-height: 55.55vw; } }
    .video-image-slideshow.fsMediaCustomPlayer article:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.2);
      z-index: -1; }
  .video-image-slideshow.fsMediaCustomPlayer .video-wrapper {
    display: none; }
    @media (min-width: 800px) {
      .video-image-slideshow.fsMediaCustomPlayer .video-wrapper {
        display: block;
        margin: 0 auto;
        position: relative;
        width: 100%;
        height: auto;
        background: transparent;
        transform: translateZ(0); } }
    .video-image-slideshow.fsMediaCustomPlayer .video-wrapper video {
      width: 100%;
      height: auto; }
  .video-image-slideshow.fsMediaCustomPlayer .multimedia-img-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden; }
    .video-image-slideshow.fsMediaCustomPlayer .multimedia-img-wrapper img {
      width: 100%;
      height: auto; }
  .video-image-slideshow.fsMediaCustomPlayer .caption-container {
    display: none; }
    @media (min-width: 1000px) {
      .video-image-slideshow.fsMediaCustomPlayer .caption-container {
        display: block;
        padding-right: 1.25em;
        padding-left: 1.25em;
        margin: 0 auto;
        max-width: 1180px;
        text-align: left;
        position: absolute;
        top: auto;
        right: 0;
        bottom: 6.25%;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out; } }
    @media (min-width: 1220px) {
      .video-image-slideshow.fsMediaCustomPlayer .caption-container {
        padding-right: 0;
        padding-left: 0; } }
  .video-image-slideshow.fsMediaCustomPlayer .caption-inner {
    position: relative;
    overflow: hidden; }
    @media (min-width: 1000px) {
      .video-image-slideshow.fsMediaCustomPlayer .caption-inner {
        max-width: 450px; } }
  .video-image-slideshow.fsMediaCustomPlayer .caption-blur {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 450px;
    background-color: rgba(0, 0, 0, 0.2);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    filter: blur(2px); }
  .video-image-slideshow.fsMediaCustomPlayer .caption-title {
    margin-bottom: 5px;
    font-family: "adelle-condensed", serif;
    font-style: italic;
    font-size: 24px;
    line-height: 36px;
    color: #fff; }
  .video-image-slideshow.fsMediaCustomPlayer .caption-desc {
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #fff; }
    .video-image-slideshow.fsMediaCustomPlayer .caption-desc p {
      margin-bottom: 30px; }
      .video-image-slideshow.fsMediaCustomPlayer .caption-desc p:last-child {
        margin-bottom: 0; }
  .video-image-slideshow.fsMediaCustomPlayer .fs_style_23 {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 14px 20px;
    background: transparent;
    color: #fff;
    outline: 0;
    box-shadow: inset 0 0 0 1px #fff;
    border: none;
    border-radius: 5px;
    font-family: "adelle-condensed", serif;
    font-weight: 600;
    font-style: italic;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 0 !important;
    pointer-events: auto; }
    .video-image-slideshow.fsMediaCustomPlayer .fs_style_23:hover {
      background: #fff;
      box-shadow: inset 0 0 0 1px #fff;
      color: #900;
      text-decoration: none; }
    .video-image-slideshow.fsMediaCustomPlayer .fs_style_23 em {
      display: block;
      font-style: normal; }
  .video-image-slideshow.fsMediaCustomPlayer .video-image-slideshow-controls {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    margin: 0 50px;
    padding: 0;
    max-width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    translate: transform(0, -50%);
    z-index: 9000; }
    @media (min-width: 1220px) {
      .video-image-slideshow.fsMediaCustomPlayer .video-image-slideshow-controls {
        max-width: 100%; } }
    .video-image-slideshow.fsMediaCustomPlayer .video-image-slideshow-controls .slick-arrow:before {
      color: #fff !important; }
    .video-image-slideshow.fsMediaCustomPlayer .video-image-slideshow-controls .slick-arrow:hover:before, .video-image-slideshow.fsMediaCustomPlayer .video-image-slideshow-controls .slick-arrow:focus:before {
      color: #bfc2c5 !important; }
  .video-image-slideshow.fsMediaCustomPlayer .fsPageTitle {
    display: none; }
    @media (min-width: 600px) {
      .video-image-slideshow.fsMediaCustomPlayer .fsPageTitle {
        position: relative;
        margin-right: auto;
        margin-left: auto;
        max-width: 73.75em;
        max-width: 73.75rem;
        display: block;
        font-family: "franklin-gothic-urw-cond", sans-serif;
        font-style: normal;
        font-size: 70px;
        line-height: 76px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        z-index: 9000;
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); } }

body.narrow-content:not(.fsHasRightBanner):not(.fsHasLeftBanner) #fsPageContent .fsPageTitle {
  margin-right: auto;
  margin-left: auto;
  max-width: 980px;
  float: none; }

body.narrow-content:not(.fsHasRightBanner):not(.fsHasLeftBanner) #fsPageContent .fsPageLayout .fsDiv .fsElement.fsContent:first-child {
  margin-right: auto;
  margin-left: auto;
  max-width: 980px;
  float: none; }

.fsPostElement.fsList.news-spotlight header,
.fsNews.fsList.news-spotlight header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 50px; }
  @media (min-width: 1000px) {
    .fsPostElement.fsList.news-spotlight header,
    .fsNews.fsList.news-spotlight header {
      margin-bottom: 30px; } }
  .fsPostElement.fsList.news-spotlight header .fsElementTitle,
  .fsNews.fsList.news-spotlight header .fsElementTitle {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%; }
  .fsPostElement.fsList.news-spotlight header .fsElementHeaderContent,
  .fsNews.fsList.news-spotlight header .fsElementHeaderContent {
    text-align: right;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin: 0;
    padding: 0; }
    .fsPostElement.fsList.news-spotlight header .fsElementHeaderContent p,
    .fsNews.fsList.news-spotlight header .fsElementHeaderContent p {
      margin-bottom: 0; }

@media (min-width: 700px) {
  .fsPostElement.fsList.news-spotlight .fsListItems,
  .fsNews.fsList.news-spotlight .fsListItems {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 260px; } }

@media (min-width: 1000px) {
  .fsPostElement.fsList.news-spotlight .fsListItems,
  .fsNews.fsList.news-spotlight .fsListItems {
    height: 240px; } }

.fsPostElement.fsList.news-spotlight article,
.fsNews.fsList.news-spotlight article {
  position: relative;
  margin: 0 0 20px;
  padding: 0;
  box-shadow: none;
  background-color: #292f36;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  width: 100%;
  height: 240px;
  overflow: hidden;
  transition: all 0.3s ease-in-out; }
  .fsPostElement.fsList.news-spotlight article:nth-of-type(3),
  .fsNews.fsList.news-spotlight article:nth-of-type(3) {
    display: none; }
    @media (min-width: 1000px) {
      .fsPostElement.fsList.news-spotlight article:nth-of-type(3),
      .fsNews.fsList.news-spotlight article:nth-of-type(3) {
        display: block; } }
  @media (min-width: 1000px) {
    .fsPostElement.fsList.news-spotlight article,
    .fsNews.fsList.news-spotlight article {
      margin-bottom: 0;
      width: 50%;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; } }
  @media (min-width: 1000px) {
    .fsPostElement.fsList.news-spotlight article,
    .fsNews.fsList.news-spotlight article {
      width: 33.33%; } }
  @media (min-width: 700px) {
    .fsPostElement.fsList.news-spotlight article:hover, .fsPostElement.fsList.news-spotlight article:focus,
    .fsNews.fsList.news-spotlight article:hover,
    .fsNews.fsList.news-spotlight article:focus {
      height: 270px; } }
  .fsPostElement.fsList.news-spotlight article:hover .article-wrapper, .fsPostElement.fsList.news-spotlight article:focus .article-wrapper,
  .fsNews.fsList.news-spotlight article:hover .article-wrapper,
  .fsNews.fsList.news-spotlight article:focus .article-wrapper {
    background: rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 5px 0 0 #e09f3e; }
    .fsPostElement.fsList.news-spotlight article:hover .article-wrapper .article-inner, .fsPostElement.fsList.news-spotlight article:focus .article-wrapper .article-inner,
    .fsNews.fsList.news-spotlight article:hover .article-wrapper .article-inner,
    .fsNews.fsList.news-spotlight article:focus .article-wrapper .article-inner {
      bottom: 40px; }
  .fsPostElement.fsList.news-spotlight article:hover .link-wrapper, .fsPostElement.fsList.news-spotlight article:focus .link-wrapper,
  .fsNews.fsList.news-spotlight article:hover .link-wrapper,
  .fsNews.fsList.news-spotlight article:focus .link-wrapper {
    max-height: 50px;
    opacity: 1;
    visibility: visible; }
  .fsPostElement.fsList.news-spotlight article .fsTitle,
  .fsNews.fsList.news-spotlight article .fsTitle {
    margin-bottom: 20px;
    color: #fff; }
    .fsPostElement.fsList.news-spotlight article .fsTitle a,
    .fsNews.fsList.news-spotlight article .fsTitle a {
      color: #fff; }
      .fsPostElement.fsList.news-spotlight article .fsTitle a:hover,
      .fsNews.fsList.news-spotlight article .fsTitle a:hover {
        color: inherit; }
  .fsPostElement.fsList.news-spotlight article .fsReadMoreLink,
  .fsNews.fsList.news-spotlight article .fsReadMoreLink {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 14px 20px;
    background: transparent;
    color: #fff;
    outline: 0;
    box-shadow: inset 0 0 0 1px #fff;
    border: none;
    border-radius: 5px;
    font-family: "adelle-condensed", serif;
    font-weight: 600;
    font-style: italic;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 0; }
    .fsPostElement.fsList.news-spotlight article .fsReadMoreLink:hover,
    .fsNews.fsList.news-spotlight article .fsReadMoreLink:hover {
      background: #fff;
      box-shadow: inset 0 0 0 1px #fff;
      color: #292f36;
      text-decoration: none; }
    .fsPostElement.fsList.news-spotlight article .fsReadMoreLink em,
    .fsNews.fsList.news-spotlight article .fsReadMoreLink em {
      display: block;
      font-style: normal; }
  .fsPostElement.fsList.news-spotlight article .fsThumbnail,
  .fsNews.fsList.news-spotlight article .fsThumbnail {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: block; }
    .fsPostElement.fsList.news-spotlight article .fsThumbnail img,
    .fsNews.fsList.news-spotlight article .fsThumbnail img {
      display: none; }

.fsPostElement.fsList.news-spotlight .article-wrapper,
.fsNews.fsList.news-spotlight .article-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 5px 0 0 #900;
  transition: all 0.3s ease-in-out;
  z-index: 20; }
  .fsPostElement.fsList.news-spotlight .article-wrapper .article-inner,
  .fsNews.fsList.news-spotlight .article-wrapper .article-inner {
    position: absolute;
    top: auto;
    right: 30px;
    bottom: 5px;
    left: 30px;
    transition: all 0.3s ease-in-out; }

.fsPostElement.fsList.news-spotlight .link-wrapper,
.fsNews.fsList.news-spotlight .link-wrapper {
  height: auto;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out; }

body:not(.fsComposeMode) .photo-spotlight > header {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 500;
  pointer-events: none; }
  body:not(.fsComposeMode) .photo-spotlight > header .fsElementTitle {
    color: #fff;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0; }
    body:not(.fsComposeMode) .photo-spotlight > header .fsElementTitle:after {
      background: rgba(255, 255, 255, 0.8); }
  body:not(.fsComposeMode) .photo-spotlight > header .button-wrapper {
    position: relative;
    margin: 20px 0 0;
    padding: 0;
    min-height: 40px; }
    body:not(.fsComposeMode) .photo-spotlight > header .button-wrapper .slick-arrow {
      color: rgba(255, 255, 255, 0.8) !important;
      pointer-events: auto; }
      body:not(.fsComposeMode) .photo-spotlight > header .button-wrapper .slick-arrow:hover {
        color: rgba(255, 255, 255, 0.4) !important; }
      body:not(.fsComposeMode) .photo-spotlight > header .button-wrapper .slick-arrow.slick-next, body:not(.fsComposeMode) .photo-spotlight > header .button-wrapper .slick-arrow.fsRightArrow {
        right: auto !important;
        left: 45px !important; }

body:not(.fsComposeMode) .photo-spotlight .fsContent:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 100;
  transition: background 0.3s ease-in-out; }

body:not(.fsComposeMode) .photo-spotlight .fsContent .wrapper-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

body:not(.fsComposeMode) .photo-spotlight .fsContent header {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 80px;
  left: 0;
  z-index: 400; }
  body:not(.fsComposeMode) .photo-spotlight .fsContent header .fsElementTitle {
    background: rgba(153, 0, 0, 0.8);
    transition: all 0.3s ease-in-out; }

body:not(.fsComposeMode) .photo-spotlight .fsContent .fsElementContent {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 180px;
  left: 0;
  overflow: hidden;
  -ms-transform: translate(0, 25%);
  transform: translate(0, 25%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out; }
  body:not(.fsComposeMode) .photo-spotlight .fsContent .fsElementContent:before {
    display: block;
    margin: 0 auto 10px auto;
    padding: 0;
    content: url("../images/shield-white.svg");
    width: 25px;
    height: 30px; }

body:not(.fsComposeMode) .photo-spotlight .fsContent:hover:after {
  background: rgba(1, 1, 85, 0.7); }

body:not(.fsComposeMode) .photo-spotlight .fsContent:hover header .fsElementTitle {
  background: #010155; }

body:not(.fsComposeMode) .photo-spotlight .fsContent:hover .fsElementContent {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible; }

.photo-spotlight .fsContent {
  position: relative;
  background-color: #292f36;
  background-repear: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 570px;
  text-align: center; }
  .photo-spotlight .fsContent header .fsElementTitle {
    margin: 0;
    padding: 18px 20px;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: none;
    color: #fff; }
  .photo-spotlight .fsContent .fsElementContent {
    margin: 0;
    padding: 20px;
    z-index: 400;
    font-family: "adelle-condensed", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff; }
  .photo-spotlight .fsContent footer a {
    color: #fff; }
    .photo-spotlight .fsContent footer a:hover {
      color: #bfc2c5; }

.fsPostElement.pinterest-style .fsSummary a, .fsPostElement.pinterest-style .fsReadMoreLink {
  display: inline-block;
  color: #fff; }
  .fsPostElement.pinterest-style .fsSummary a:hover, .fsPostElement.pinterest-style .fsReadMoreLink:hover {
    color: #bfc2c5; }

body:not(.fsComposeMode) .fsPostElement.pinterest-style {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out; }
  body:not(.fsComposeMode) .fsPostElement.pinterest-style.pinterest-loaded {
    visibility: visible;
    opacity: 1; }
  body:not(.fsComposeMode) .fsPostElement.pinterest-style article {
    background-color: #900;
    page-break-inside: avoid;
    break-inside: avoid-column; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .fsPostElement.pinterest-style article {
        width: calc(50% - 20px); } }
    @media (min-width: 800px) {
      body:not(.fsComposeMode) .fsPostElement.pinterest-style article {
        width: calc(33.33% - 20px); } }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .fsPostElement.pinterest-style article {
        width: calc(25% - 20px); } }
    body:not(.fsComposeMode) .fsPostElement.pinterest-style article .fsThumbnail,
    body:not(.fsComposeMode) .fsPostElement.pinterest-style article .fsTags {
      display: none; }
    body:not(.fsComposeMode) .fsPostElement.pinterest-style article .article-inner {
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease-in-out; }
    body:not(.fsComposeMode) .fsPostElement.pinterest-style article > .fsTitle {
      position: absolute;
      top: auto;
      right: 0;
      bottom: 20px;
      left: 0;
      background: rgba(101, 0, 0, 0.8);
      transition: all 0.3s ease-in-out;
      color: #fff; }
      body:not(.fsComposeMode) .fsPostElement.pinterest-style article > .fsTitle a {
        color: #fff; }
        body:not(.fsComposeMode) .fsPostElement.pinterest-style article > .fsTitle a:hover {
          color: #bfc2c5; }
    body:not(.fsComposeMode) .fsPostElement.pinterest-style article .fsSummary {
      color: #fff;
      height: auto; }
      body:not(.fsComposeMode) .fsPostElement.pinterest-style article .fsSummary strong {
        color: #e09f3e; }
    body:not(.fsComposeMode) .fsPostElement.pinterest-style article:hover .article-overlay, body:not(.fsComposeMode) .fsPostElement.pinterest-style article:focus .article-overlay {
      background: rgba(1, 1, 85, 0.7); }
    body:not(.fsComposeMode) .fsPostElement.pinterest-style article:hover .article-inner, body:not(.fsComposeMode) .fsPostElement.pinterest-style article:focus .article-inner {
      opacity: 1;
      visibility: visible; }
      body:not(.fsComposeMode) .fsPostElement.pinterest-style article:hover .article-inner > .fsTitle, body:not(.fsComposeMode) .fsPostElement.pinterest-style article:focus .article-inner > .fsTitle {
        color: #fff; }
        body:not(.fsComposeMode) .fsPostElement.pinterest-style article:hover .article-inner > .fsTitle a, body:not(.fsComposeMode) .fsPostElement.pinterest-style article:focus .article-inner > .fsTitle a {
          color: #fff; }
          body:not(.fsComposeMode) .fsPostElement.pinterest-style article:hover .article-inner > .fsTitle a:hover, body:not(.fsComposeMode) .fsPostElement.pinterest-style article:focus .article-inner > .fsTitle a:hover {
            color: #bfc2c5; }
    body:not(.fsComposeMode) .fsPostElement.pinterest-style article:hover > .fsTitle, body:not(.fsComposeMode) .fsPostElement.pinterest-style article:focus > .fsTitle {
      background: transparent;
      opacity: 0;
      visibility: hidden; }

.fsPostElement.pinterest-style .fsElementContent {
  padding: 0;
  margin: 0;
  width: 100%; }

.fsPostElement.pinterest-style article {
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 360px;
  padding: 0;
  margin: 0 0 20px 0;
  box-shadow: none;
  text-align: center;
  overflow: hidden; }
  @media (min-width: 600px) {
    .fsPostElement.pinterest-style article {
      min-height: 280px; } }
  .fsPostElement.pinterest-style article .article-overlay {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
    background: rgba(41, 47, 54, 0.1);
    transition: all 0.3s ease-in-out; }
  .fsPostElement.pinterest-style article * {
    position: relative;
    z-index: 300; }
  .fsPostElement.pinterest-style article.has-video:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    margin: 0;
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
    left: auto;
    color: #fff;
    z-index: 200; }
  .fsPostElement.pinterest-style article.has-video .fsTitle .fsPostLink {
    cursor: default;
    pointer-events: none; }
  .fsPostElement.pinterest-style article.has-video .fsReadMoreLink {
    display: none; }

.fsPostElement.pinterest-style .article-inner {
  margin: 0;
  padding: 20vw 20px; }
  @media (min-width: 600px) {
    .fsPostElement.pinterest-style .article-inner {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .fsPostElement.pinterest-style .article-inner .fsTitle {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0; }
    .fsPostElement.pinterest-style .article-inner .fsTitle:after {
      padding: 0;
      margin: 0 auto;
      content: '';
      position: absolute;
      top: auto;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      width: 40px;
      height: 2px;
      background: rgba(255, 255, 255, 0.8); }

.fsPostElement.pinterest-style .fsTitle {
  margin: 0;
  padding: 18px 0;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-transform: none; }

.fsPostElement.pinterest-style .fsSummary {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  height: auto;
  font-family: "adelle-condensed", serif;
  font-style: italic;
  font-size: 16px;
  line-height: 28px; }
  .fsPostElement.pinterest-style .fsSummary p {
    margin-bottom: 10px; }
    .fsPostElement.pinterest-style .fsSummary p:last-of-type {
      margin-bottom: 0; }
  .fsPostElement.pinterest-style .fsSummary strong {
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase; }

.fsPostElement.pinterest-style .fsReadMoreLink {
  margin-top: 10px; }

.fsPostElement.profile-slider > header .fsElementHeaderContent {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding-right: 1.25em;
  padding-left: 1.25em;
  margin-bottom: 20px;
  text-align: right; }
  @media (min-width: 600px) {
    .fsPostElement.profile-slider > header .fsElementHeaderContent {
      padding-right: 50px;
      padding-left: 50px; } }
  @media (min-width: 1220px) {
    .fsPostElement.profile-slider > header .fsElementHeaderContent {
      padding-right: 0;
      padding-left: 0; } }
  .fsPostElement.profile-slider > header .fsElementHeaderContent a {
    color: #818386; }
    .fsPostElement.profile-slider > header .fsElementHeaderContent a:hover {
      color: #4e5155; }

.fsPostElement.profile-slider > .fsElementContent {
  padding-right: 1.25em;
  padding-left: 1.25em;
  width: 100%; }
  @media (min-width: 600px) {
    .fsPostElement.profile-slider > .fsElementContent {
      padding-right: 50px;
      padding-left: 50px; } }
  @media (min-width: 1000px) {
    .fsPostElement.profile-slider > .fsElementContent {
      padding-right: 0; } }

.fsPostElement.profile-slider .fsListItems {
  display: inline-block;
  vertical-align: top; }
  .fsPostElement.profile-slider .fsListItems.profile-current {
    width: 100%; }
    @media (min-width: 800px) {
      .fsPostElement.profile-slider .fsListItems.profile-current {
        width: 50%; } }
    @media (min-width: 1000px) {
      .fsPostElement.profile-slider .fsListItems.profile-current {
        width: 25%; } }
    @media (min-width: 1200px) {
      .fsPostElement.profile-slider .fsListItems.profile-current {
        width: 20%; } }
    .fsPostElement.profile-slider .fsListItems.profile-current .article-wrapper {
      display: none; }
  .fsPostElement.profile-slider .fsListItems.profile-text {
    width: 100%; }
    @media (min-width: 800px) {
      .fsPostElement.profile-slider .fsListItems.profile-text {
        width: 50%; } }
    @media (min-width: 1200px) {
      .fsPostElement.profile-slider .fsListItems.profile-text {
        width: 40%; } }
    .fsPostElement.profile-slider .fsListItems.profile-text .fsThumbnail {
      display: none; }
    .fsPostElement.profile-slider .fsListItems.profile-text .fsElementTitle {
      margin-top: 20px;
      padding-right: 0;
      padding-left: 0; }
      @media (min-width: 800px) {
        .fsPostElement.profile-slider .fsListItems.profile-text .fsElementTitle {
          padding-right: 40px;
          padding-left: 40px;
          margin-top: 0; } }
      @media (min-width: 800px) {
        .fsPostElement.profile-slider .fsListItems.profile-text .fsElementTitle:after {
          left: 40px; } }
    .fsPostElement.profile-slider .fsListItems.profile-text .button-wrapper {
      position: absolute;
      top: -20px !important;
      right: 0 !important;
      margin: 0;
      padding: 0;
      min-width: 85px;
      min-height: 40px; }
      @media (min-width: 1000px) {
        .fsPostElement.profile-slider .fsListItems.profile-text .button-wrapper {
          top: 0 !important;
          right: 40px !important; } }
      .fsPostElement.profile-slider .fsListItems.profile-text .button-wrapper .slick-arrow {
        color: rgba(191, 194, 197, 0.8) !important; }
        .fsPostElement.profile-slider .fsListItems.profile-text .button-wrapper .slick-arrow:hover {
          color: rgba(191, 194, 197, 0.4) !important; }
        .fsPostElement.profile-slider .fsListItems.profile-text .button-wrapper .slick-arrow.slick-next, .fsPostElement.profile-slider .fsListItems.profile-text .button-wrapper .slick-arrow.fsRightArrow {
          right: auto !important;
          left: 45px !important; }
  .fsPostElement.profile-slider .fsListItems.profile-images {
    display: none; }
    @media (min-width: 1000px) {
      .fsPostElement.profile-slider .fsListItems.profile-images {
        display: inline-block;
        width: 25%; } }
    @media (min-width: 1200px) {
      .fsPostElement.profile-slider .fsListItems.profile-images {
        display: inline-block;
        width: 40%; } }
    .fsPostElement.profile-slider .fsListItems.profile-images .slick-current,
    .fsPostElement.profile-slider .fsListItems.profile-images .article-wrapper {
      display: none; }
  .fsPostElement.profile-slider .fsListItems .fsThumbnail img {
    display: block;
    height: auto; }

.fsPostElement.profile-slider article {
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none; }

.fsPostElement.profile-slider .article-wrapper {
  padding-right: 0;
  padding-left: 0;
  padding-top: 1.25em;
  padding-bottom: 1.25em; }
  @media (min-width: 800px) {
    .fsPostElement.profile-slider .article-wrapper {
      padding-right: 40px;
      padding-left: 40px; } }

.fsPostElement.profile-slider .fsTitle {
  margin-bottom: 10px;
  font-family: "adelle-condensed", serif;
  font-size: 34px;
  line-height: 40px; }

.fsPostElement.profile-slider .fsSummary {
  margin-bottom: 10px; }
  .fsPostElement.profile-slider .fsSummary p {
    margin-bottom: 0; }
  .fsPostElement.profile-slider .fsSummary strong {
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-size: 20px;
    line-height: 24px; }

.tabs-networking {
  text-align: center; }
  .tabs-networking .fsTabsNav {
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    width: auto; }

.fsTwoColumnLayout.split-content {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }
  .fsTwoColumnLayout.split-content .fsDiv {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsTwoColumnLayout.split-content .fsDiv:first-child {
        padding-left: 0;
        width: calc(100% - 380px); } }
    @media (min-width: 1000px) {
      .fsTwoColumnLayout.split-content .fsDiv:last-child {
        padding-right: 0;
        padding-left: 80px;
        width: 380px !important; } }

.fsSection81 #fsHeader .header-top {
  box-shadow: none;
  background-image: url("../images/summer/sunburst.png");
  background-size: inherit;
  background-position: center -20px;
  background-repeat: no-repeat;
  background-color: #900; }
  @media (min-width: 1000px) {
    .fsSection81 #fsHeader .header-top {
      background-position: 50px -30px; } }
  .fsSection81 #fsHeader .header-top .site-info-container {
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (min-width: 600px) {
      .fsSection81 #fsHeader .header-top .site-info-container {
        padding-top: 30px;
        padding-bottom: 30px; } }
  .fsSection81 #fsHeader .header-top svg {
    margin: 0 auto; }
    .fsSection81 #fsHeader .header-top svg.text {
      width: 180px; }
    .fsSection81 #fsHeader .header-top svg .shield-path,
    .fsSection81 #fsHeader .header-top svg .text-path {
      fill: #fff; }

@media (min-width: 1000px) {
  .fsSection81 .nav-main {
    margin-top: 10px; } }

@media (min-width: 1200px) {
  .fsSection81 .nav-main .fsNavLevel1 > li > a {
    padding-right: 30px;
    padding-left: 30px; } }

.fsSection81 .nav-main .fsNavPageDescription {
  background: rgba(224, 159, 62, 0.9); }

@media (min-width: 1000px) {
  .fsSection81 .nav-utility-header .fsNavLevel1 > li:last-child > a {
    padding-right: 30px; } }

.photo-list {
  zoom: 1; }
  body:not(.fsComposeMode) .photo-list header,
  body:not(.fsComposeMode) .photo-list footer {
    display: none; }
  body:not(.fsComposeMode) .photo-list .fsElementContent {
    position: relative; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .photo-list .fsElementContent {
        padding-left: 300px;
        min-height: 160px; } }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .photo-list .fsElementContent img {
        max-width: 260px;
        position: absolute;
        top: 0;
        left: 0; } }
  .photo-list:after {
    display: table;
    clear: both;
    content: ''; }
  .photo-list:not(:last-of-type) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    box-shadow: inset 0 -1px 0 0 #bfc2c5; }
  .photo-list .fsElementContent {
    color: #292f36; }
    .photo-list .fsElementContent h2 {
      margin-top: 0;
      font-weight: normal;
      font-family: "adelle-condensed", serif;
      font-style: italic;
      font-weight: 400;
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 5px;
      padding-top: 10px; }
    .photo-list .fsElementContent p:last-of-type {
      margin-bottom: 10px; }
  .photo-list .wrapper-link {
    display: block;
    transition: all 0.3s ease; }
    .photo-list .wrapper-link:hover {
      text-decoration: none; }
      .photo-list .wrapper-link:hover .fsElementContent {
        color: #292f36; }
      .photo-list .wrapper-link:hover img {
        opacity: 0.75; }

.arts-interior .split-content .photo-list .fsElementContent p {
  color: #bfc2c5; }

.home .fsBreadcrumb {
  display: none; }

.home #fsPageBodyWrapper {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0; }

.home #fsPageBody {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0; }

.home #fsPageContent {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0; }

.home .fsPageLayout {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .home .fsPageLayout > .fsDiv {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0; }

.home .news-spotlight {
  position: relative;
  margin-top: 0;
  z-index: 9001; }
  @media (min-width: 1000px) {
    .home .news-spotlight {
      margin-top: -5px; } }
  .home .news-spotlight > .fsElementContent {
    padding-right: 20px;
    padding-left: 20px; }
    @media (min-width: 1000px) {
      .home .news-spotlight > .fsElementContent {
        padding-right: 50px;
        padding-left: 50px; } }
  .home .news-spotlight > footer {
    padding-right: 70px;
    padding-left: 70px;
    padding-top: 10px;
    padding-bottom: 10px; }
    .home .news-spotlight > footer > .fsElementFooterContent {
      text-align: right; }

.home .profile-slider {
  display: block; }

.home .video-events {
  margin-bottom: 0; }
  .home .video-events > .fsElementContent {
    padding-top: 50px;
    padding-bottom: 50px;
    background: rgba(191, 194, 197, 0.5);
    width: 100%; }
  .home .video-events .fsLayout.fsTwoColumnLayout {
    margin-right: 40px;
    margin-left: 40px;
    width: auto; }
  .home .video-events .fsStyleColumn {
    width: 100%; }
    @media (min-width: 1000px) {
      .home .video-events .fsStyleColumn.fsStyleColumn-1 {
        width: 60%; } }
    @media (min-width: 1000px) {
      .home .video-events .fsStyleColumn.fsStyleColumn-2 {
        width: 40%; } }

.home .fsVimeo.video-spotlight {
  display: none;
  display: block;
  position: relative;
  background-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit;
  box-shadow: 0 -5px 0 0 #900; }
  @media (min-width: 800px) {
    .home .fsVimeo.video-spotlight {
      display: block;
      margin-bottom: 0; } }
  .home .fsVimeo.video-spotlight.show-vimeo header {
    opacity: 0;
    visibility: hidden; }
  .home .fsVimeo.video-spotlight.show-vimeo .fsElementContent {
    opacity: 1;
    visibility: visible; }
  .home .fsVimeo.video-spotlight:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1); }
  .home .fsVimeo.video-spotlight header {
    position: absolute;
    top: 20px;
    left: 20px;
    opacity: 1;
    visibility: visible;
    transition: all 0.25s ease-in-out; }
    @media (min-width: 500px) {
      .home .fsVimeo.video-spotlight header {
        top: 40px;
        left: 40px; } }
    @media (min-width: 800px) {
      .home .fsVimeo.video-spotlight header {
        top: 80px;
        left: 80px; } }
    .home .fsVimeo.video-spotlight header .fsElementTitle {
      color: #fff;
      margin-bottom: 15px; }
      .home .fsVimeo.video-spotlight header .fsElementTitle:after {
        background: rgba(255, 255, 255, 0.8); }
    .home .fsVimeo.video-spotlight header .fsElementHeaderContent {
      margin-top: 0;
      font-weight: normal;
      font-family: "adelle-condensed", serif;
      font-style: italic;
      font-weight: 400;
      font-size: 34px;
      line-height: 44px;
      margin-bottom: 15px;
      color: #fff; }
      @media (max-width: 499px) {
        .home .fsVimeo.video-spotlight header .fsElementHeaderContent {
          font-size: 28px;
          line-height: 36px; } }
      .home .fsVimeo.video-spotlight header .fsElementHeaderContent a {
        color: #fff; }
        .home .fsVimeo.video-spotlight header .fsElementHeaderContent a:hover {
          color: rgba(255, 255, 255, 0.8);
          text-decoration: none; }
  .home .fsVimeo.video-spotlight .fs_style_23 {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 14px 20px;
    background: transparent;
    color: #fff;
    outline: 0;
    box-shadow: inset 0 0 0 1px #fff;
    border: none;
    border-radius: 5px;
    font-family: "adelle-condensed", serif;
    font-weight: 600;
    font-style: italic;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 0; }
    .home .fsVimeo.video-spotlight .fs_style_23:hover {
      background: #900;
      box-shadow: inset 0 0 0 1px #900;
      color: #fff;
      text-decoration: none; }
    .home .fsVimeo.video-spotlight .fs_style_23 em {
      display: block;
      font-style: normal; }
    @media (max-width: 499px) {
      .home .fsVimeo.video-spotlight .fs_style_23 {
        font-size: 14px;
        line-height: 20px;
        padding: 8px 12px; } }
  .home .fsVimeo.video-spotlight .fsElementContent {
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease-in-out; }
  .home .fsVimeo.video-spotlight .fsSocialVideoFrame {
    position: relative;
    z-index: 8999; }
  .home .fsVimeo.video-spotlight .close-video {
    position: absolute;
    top: 40px;
    right: 60px;
    bottom: auto;
    left: auto;
    width: 30px;
    height: 30px;
    z-index: 9001; }
    @media (max-width: 380px) {
      .home .fsVimeo.video-spotlight .close-video {
        top: 10px;
        right: 10px; } }
    .home .fsVimeo.video-spotlight .close-video span {
      display: inline-block;
      font-size: 0;
      line-height: 0;
      font-style: normal;
      color: #fff;
      pointer-events: auto;
      cursor: pointer;
      transition: all 0.3s ease-in-out; }
      .home .fsVimeo.video-spotlight .close-video span:hover, .home .fsVimeo.video-spotlight .close-video span:focus {
        color: rgba(255, 255, 255, 0.5); }
      .home .fsVimeo.video-spotlight .close-video span:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        text-shadow: 0 0 1px rgba(41, 47, 54, 0.5); }
        @media (min-width: 1000px) {
          .home .fsVimeo.video-spotlight .close-video span:before {
            font-weight: 400;
            font-size: 30px; } }

.home .upcoming-events {
  margin-top: 70px;
  margin-bottom: 0; }
  @media (min-width: 1000px) {
    .home .upcoming-events {
      margin-top: 30px; } }
  .home .upcoming-events > header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    .home .upcoming-events > header .fsElementTitle {
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      width: 50%; }
    .home .upcoming-events > header .fsElementHeaderContent {
      position: relative;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      width: 50%;
      text-align: right; }
    .home .upcoming-events > header a {
      display: inline-block;
      border: 0;
      margin: 0 0 20px;
      padding: 14px 20px;
      background: transparent;
      color: #818386;
      outline: 0;
      box-shadow: inset 0 0 0 1px #818386;
      border: none;
      border-radius: 5px;
      font-family: "adelle-condensed", serif;
      font-weight: 600;
      font-style: italic;
      font-size: 15px;
      line-height: 22px;
      text-align: center;
      transition: all 0.3s ease;
      position: absolute;
      top: -50px;
      right: 0; }
      .home .upcoming-events > header a:hover {
        background: #010155;
        box-shadow: inset 0 0 0 1px #010155;
        color: #fff;
        text-decoration: none; }
      .home .upcoming-events > header a em {
        display: block;
        font-style: normal; }
  .home .upcoming-events > .fsElementContent article {
    padding-top: 0;
    padding-right: 40px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-left: 79px transparent solid;
    box-shadow: inset 1px 0 0 0 rgba(191, 194, 197, 0.8); }
    .home .upcoming-events > .fsElementContent article:not(:nth-of-type(1)) .fsDate {
      display: block; }
    .home .upcoming-events > .fsElementContent article .fsDate {
      left: -80px; }
  .home .upcoming-events .button-wrapper {
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 28px;
    height: 56px; }
  .home .upcoming-events .carouFredSel-btn {
    color: #818386; }
    .home .upcoming-events .carouFredSel-btn:hover {
      color: #bfc2c5;
      text-decoration: none; }
    .home .upcoming-events .carouFredSel-btn span {
      display: block;
      font-size: 0;
      text-align: center; }
      .home .upcoming-events .carouFredSel-btn span:before {
        display: block;
        font-size: 28px;
        line-height: 28px; }
    .home .upcoming-events .carouFredSel-btn.carouFredSel-prev span:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .home .upcoming-events .carouFredSel-btn.carouFredSel-next span:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }

.home .photo-spotlight {
  margin-bottom: 0;
  display: none; }
  @media (min-width: 800px) {
    .home .photo-spotlight {
      display: block; } }

.home .moto-glance {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 0; }
  .home .moto-glance .fsStyleColumn {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%; }
    .home .moto-glance .fsStyleColumn.fsStyleColumn-2 {
      text-align: center; }

.home .living-our-moto > header .fsElementTitle {
  margin-bottom: 20px; }

@media (min-width: 1000px) {
  .home .at-a-glance {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

@media (min-width: 1000px) {
  .home .fsStyleColumn .at-a-glance {
    position: relative;
    top: 0;
    left: 0;
    -ms-transform: none;
    transform: none; } }

.portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent a, .portal:not(.fsComposeMode) .portal-cal .fsElementFooterContent a, .portal:not(.fsComposeMode) .portal-directory .fsElementPagination a, .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsEmail a {
  color: #010155; }
  .portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent a:hover, .portal:not(.fsComposeMode) .portal-cal .fsElementFooterContent a:hover, .portal:not(.fsComposeMode) .portal-directory .fsElementPagination a:hover, .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsEmail a:hover {
    color: #010155; }

.portal:not(.fsComposeMode) .portal-news .fsPrevButton::before, .portal:not(.fsComposeMode) .portal-student-announcements .fsPrevButton::before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  font-size: 60px;
  color: #dedede; }

.portal:not(.fsComposeMode) .portal-news .fsNextButton::before, .portal:not(.fsComposeMode) .portal-student-announcements .fsNextButton::before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  font-size: 60px;
  color: #dedede; }

.portal:not(.fsComposeMode) .portal-news .fsPager, .portal:not(.fsComposeMode) .portal-student-announcements .fsPager {
  padding-top: 20px; }
  .portal:not(.fsComposeMode) .portal-news .fsPager li button:before, .portal:not(.fsComposeMode) .portal-student-announcements .fsPager li button:before {
    color: #dedede; }
  .portal:not(.fsComposeMode) .portal-news .fsPager li.slick-active button:before, .portal:not(.fsComposeMode) .portal-student-announcements .fsPager li.slick-active button:before {
    color: #dedede; }

#fsAccountBar {
  background: #182f50;
  color: #fff;
  font-size: 16px;
  font-family: "franklin-gothic-urw", sans-serif;
  height: 40px; }
  #fsAccountBar > ul > li {
    height: 40px;
    padding: 10px 12px 8px; }
  #fsAccountBar a {
    color: #fff;
    font-size: 16px;
    font-family: "franklin-gothic-urw", sans-serif; }
    #fsAccountBar a:hover {
      color: #010155; }
  #fsAccountBar .fsAccountBarAvatar {
    height: 40px; }
  #fsAccountBar .fsAccountBarMenu a {
    color: #292f36;
    font-size: 16px;
    font-family: "franklin-gothic-urw", sans-serif; }
    #fsAccountBar .fsAccountBarMenu a:hover {
      color: #010155; }

.portal a.files:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  position: relative;
  display: inline;
  font-size: 14px;
  margin-right: 5px; }

.portal a.pops:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  position: relative;
  display: inline;
  font-size: 14px;
  margin-right: 5px; }

.portal #fsBannerLeft .fsCalendar.fsList article {
  padding-left: 0px;
  font-size: 16px; }

.portal #fsBannerLeft .fsCalendar.fsList .fsDate {
  position: relative;
  top: 0;
  background: none;
  color: initial;
  width: auto;
  height: auto;
  text-align: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #010155; }
  .portal #fsBannerLeft .fsCalendar.fsList .fsDate span {
    display: inline; }

.portal #fsBannerLeft .fsCalendar.fsList .fsDescription p {
  margin-bottom: 2px; }

@media (max-width: 799px) {
  .portal:not(.fsComposeMode) #fsPageBody {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .portal:not(.fsComposeMode) #fsBannerLeft {
    -ms-flex-order: 2;
    order: 2; }
  .portal:not(.fsComposeMode) #fsPageContent {
    -ms-flex-order: 1;
    order: 1; } }

.portal:not(.fsComposeMode) .portal-hero {
  height: 310px;
  position: relative; }
  @media (max-width: 799px) {
    .portal:not(.fsComposeMode) .portal-hero {
      height: 200px; } }
  .portal:not(.fsComposeMode) .portal-hero header {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0; }
  .portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
    position: absolute;
    right: 0;
    bottom: 40px;
    margin-bottom: 0px;
    text-align: right;
    color: #fff;
    font-family: "franklin-gothic-urw", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 62px; }
    @media (max-width: 1200px) {
      .portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
        padding: 0 20px; } }
    @media (max-width: 799px) {
      .portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
        font-size: 42px;
        left: 0;
        text-align: center; } }

.portal:not(.fsComposeMode) #fsPageBodyWrapper header h2.fsElementTitle {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
  color: #162f50; }

.portal:not(.fsComposeMode) #fsPageBodyWrapper .portal-rsrc > .fsElementContent > .fsElement {
  margin-bottom: 30px; }
  .portal:not(.fsComposeMode) #fsPageBodyWrapper .portal-rsrc > .fsElementContent > .fsElement > header h2.fsElementTitle {
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #292f36;
    text-transform: none; }

.portal:not(.fsComposeMode) .portal-news {
  position: relative; }
  .portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent {
        position: absolute;
        right: 0;
        top: 10px;
        margin-bottom: 0px; } }
  .portal:not(.fsComposeMode) .portal-news a.fsThumbnail {
    width: 300px;
    height: 240px;
    margin-right: 30px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (max-width: 599px) {
      .portal:not(.fsComposeMode) .portal-news a.fsThumbnail {
        display: block;
        float: none; } }
    .portal:not(.fsComposeMode) .portal-news a.fsThumbnail img {
      display: none; }
  .portal:not(.fsComposeMode) .portal-news .fsTitle a.fsNewsPostLink {
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 600;
    color: #162f50;
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px; }
    .portal:not(.fsComposeMode) .portal-news .fsTitle a.fsNewsPostLink:hover {
      color: #010155; }
  .portal:not(.fsComposeMode) .portal-news .fsDateTime {
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #292f36; }
  .portal:not(.fsComposeMode) .portal-news .fsSummary {
    font-size: 16px;
    color: #292f36;
    line-height: 24px; }
  .portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink {
    display: inline-block;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    background: #c83eab;
    padding: 8px 15px; }
    .portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink:hover {
      background: #149bc7; }
  .portal:not(.fsComposeMode) .portal-news article {
    max-width: 100%;
    border: 0px; }
    @media (max-width: 480px) {
      .portal:not(.fsComposeMode) .portal-news article {
        padding: 0px !important; } }

.portal:not(.fsComposeMode) .portal-cal {
  margin-bottom: 55px;
  position: relative; }
  @media (min-width: 600px) {
    .portal:not(.fsComposeMode) .portal-cal .fsElementControls {
      position: absolute;
      right: 0;
      top: 12px; } }
  .portal:not(.fsComposeMode) .portal-cal > .fsElementContent > .fsListItems {
    border: 1px solid #ebebeb;
    padding: 40px 15px 20px; }
  .portal:not(.fsComposeMode) .portal-cal .fsDayContainer {
    display: inline; }
  .portal:not(.fsComposeMode) .portal-cal article {
    width: 25%;
    display: inline-block;
    margin-left: -2px;
    margin-right: -2px;
    padding-left: 0px;
    text-align: center;
    padding: 0 10px;
    vertical-align: top;
    border: 0; }
    @media (max-width: 599px) {
      .portal:not(.fsComposeMode) .portal-cal article {
        width: 100%;
        margin-bottom: 40px; } }
    .portal:not(.fsComposeMode) .portal-cal article .fsDate {
      position: relative;
      top: initial;
      width: 135px;
      height: 135px;
      border-radius: 100%;
      display: block;
      margin: 0 auto;
      background: #149bc7;
      color: #fff;
      padding-top: 22px;
      margin-bottom: 30px; }
      .portal:not(.fsComposeMode) .portal-cal article .fsDate .fsDay {
        font-family: "franklin-gothic-urw-cond", sans-serif;
        font-size: 56px;
        font-weight: 400;
        line-height: 1em;
        display: block; }
      .portal:not(.fsComposeMode) .portal-cal article .fsDate .fsMonth {
        text-transform: uppercase;
        font-family: "franklin-gothic-urw-cond", sans-serif;
        font-size: 24px;
        font-weight: 400;
        display: block; }
    .portal:not(.fsComposeMode) .portal-cal article .fsTitle {
      font-family: "franklin-gothic-urw-cond", sans-serif;
      font-weight: bold;
      font-size: 20px;
      color: #162f50;
      line-height: 1em;
      margin-bottom: 5px; }
      .portal:not(.fsComposeMode) .portal-cal article .fsTitle a.fsCalendarEventLink {
        color: #162f50; }
        .portal:not(.fsComposeMode) .portal-cal article .fsTitle a.fsCalendarEventLink:hover {
          color: #010155; }
    .portal:not(.fsComposeMode) .portal-cal article .fsEventDetails {
      font-family: "franklin-gothic-urw-cond", sans-serif;
      font-weight: 400;
      font-size: 15px;
      color: #424242; }
      .portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsTimeRange:before,
      .portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsAllDay:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-family: FontAwesome;
        font-size: 15px;
        color: #c83eab;
        margin-right: 2px;
        position: relative; }
      .portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsLocation:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-family: FontAwesome;
        font-size: 15px;
        color: #c83eab;
        margin-right: 5px;
        position: relative; }
  .portal:not(.fsComposeMode) .portal-cal .fsElementFooterContent {
    text-align: center; }

.portal:not(.fsComposeMode) .portal-directory-search {
  border-bottom: 0px; }
  .portal:not(.fsComposeMode) .portal-directory-search form label {
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 16px;
    color: #010155;
    display: block; }
    .portal:not(.fsComposeMode) .portal-directory-search form label > span {
      display: inline-block;
      min-width: 100px;
      text-align: right; }
    .portal:not(.fsComposeMode) .portal-directory-search form label > input,
    .portal:not(.fsComposeMode) .portal-directory-search form label > select {
      display: inline-block;
      max-width: 190px;
      height: 30px;
      padding: 2px;
      margin-left: 10px; }
  .portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton {
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    background: #c83eab;
    padding: 8px 15px;
    min-width: 190px;
    margin-left: 125px;
    transition: background 0.15s linear; }
    .portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton:hover {
      background: #149bc7; }

.portal:not(.fsComposeMode) .portal-directory .fsElementPagination {
  text-align: center; }

.portal:not(.fsComposeMode) .portal-directory .fsConstituentColumnLayout_3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 799px) {
    .portal:not(.fsComposeMode) .portal-directory .fsConstituentColumnLayout_3 {
      max-width: 600px;
      margin: 0 auto; } }

.portal:not(.fsComposeMode) .portal-directory .fsPhoto {
  width: 280px;
  height: 215px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 15px !important; }
  .portal:not(.fsComposeMode) .portal-directory .fsPhoto img {
    display: none; }

.portal:not(.fsComposeMode) .portal-directory .fsConstituentItem {
  background: none;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #010155; }
  @media (max-width: 799px) {
    .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem {
      max-width: 280px;
      display: block;
      float: none; } }
  @media (max-width: 599px) {
    .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem {
      margin: 0 auto; } }
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem strong {
    font-weight: 600; }
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem > div {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px; }
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsFullName {
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 600;
    font-size: 24px;
    padding-left: 0px;
    padding-right: 0px;
    text-transform: uppercase;
    margin-bottom: 20px; }
    .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsFullName a {
      color: #162f50; }
      .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsFullName a:hover {
        color: #010155; }

.portal:not(.fsComposeMode) #fsBannerLeft > .fsBanner > .fsElement {
  margin-bottom: 70px; }

.portal:not(.fsComposeMode) .portal-sub-nav, .portal:not(.fsComposeMode) .portal-sub-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.portal:not(.fsComposeMode) .portal-sub-nav li {
  margin: 0;
  padding: 0; }

@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-sub-nav {
    display: none; } }

@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-sub-nav > .fsElementContent {
    display: none; } }

.portal-sub-nav.active-nav > .fsElementContent {
  display: block; }

.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel1 {
  position: relative; }
  .portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel1 > li > a {
    padding: 0.625em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: block; }

.portal:not(.fsComposeMode) .portal-sub-nav li.fsNavCurrentPage > a,
.portal:not(.fsComposeMode) .portal-sub-nav li.fsNavCurrentPageAncestor > a {
  color: #650000; }

.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel2 > li > a {
  padding: 0.625em 1.25em;
  display: block; }

.portal:not(.fsComposeMode) .portal-sub-nav > header {
  display: block; }
  @media (min-width: 800px) {
    .portal:not(.fsComposeMode) .portal-sub-nav > header {
      display: none; } }
  @media (min-width: 800px) {
    .portal:not(.fsComposeMode) .portal-sub-nav > header {
      display: block; } }
  .portal:not(.fsComposeMode) .portal-sub-nav > header a {
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 600;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 8px; }
  .portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle {
    position: relative;
    margin: 0;
    padding: 20px;
    cursor: pointer;
    background: #650000;
    color: #fff;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 800px) {
      .portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle {
        cursor: default; } }
    @media (max-width: 799px) {
      .portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle:after {
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 40px;
        line-height: 40px;
        text-align: center;
        margin-left: 8px;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }
    @media (max-width: 799px) {
      .portal-sub-nav.active-nav > header > .fsElementTitle:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }

.portal:not(.fsComposeMode) .portal-sub-mobile {
  display: block;
  max-height: 40px;
  overflow: hidden;
  height: 40px;
  transition: max-height 0.15s linear;
  padding: 0px 20px 20px;
  background: #4c4c4c; }
  .portal:not(.fsComposeMode) .portal-sub-mobile a {
    color: #fff !important; }
  .portal:not(.fsComposeMode) .portal-sub-mobile header,
  .portal:not(.fsComposeMode) .portal-sub-mobile > .fsElementContent {
    max-width: 480px;
    margin: 0 auto;
    display: block !important; }
  @media (min-width: 800px) {
    .portal:not(.fsComposeMode) .portal-sub-mobile {
      display: none; } }
  .portal:not(.fsComposeMode) .portal-sub-mobile.active {
    height: auto;
    max-height: 900px; }
  .portal:not(.fsComposeMode) .portal-sub-mobile .fsNavLevel1 > li > a {
    border-bottom: 1px solid #b7b7b7; }
  .portal:not(.fsComposeMode) .portal-sub-mobile .sub-trigger {
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0; }

.portal:not(.fsComposeMode) .rsrc-box ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px; }
  .portal:not(.fsComposeMode) .rsrc-box ul li {
    display: block; }

.portal:not(.fsComposeMode) .rsrc-box.qls ul li {
  display: inline-block;
  max-width: 50px;
  margin-right: 5px; }

.portal:not(.fsComposeMode) .portal-student-announcements {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 50px;
  width: 100%; }
  .portal:not(.fsComposeMode) .portal-student-announcements header {
    text-align: center; }
  .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow {
    margin-bottom: 0px;
    padding-bottom: 10px; }
    .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article {
      color: #6c6c6c;
      font-size: 16px;
      max-width: 100%;
      border: 0px; }
      @media (min-width: 600px) {
        .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article {
          padding-left: 30px; }
          .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article:nth-child(odd) {
            border-right: 1px solid #ebebeb; } }
      .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article .fsTitle > a {
        font-family: "franklin-gothic-urw", sans-serif;
        font-weight: 600;
        font-size: 24px;
        color: #162f50; }
        .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article .fsTitle > a:hover {
          color: #010155; }

.portal:not(.fsComposeMode) .portal-photos {
  background: #d0d6dc;
  text-align: center;
  padding: 30px 0 55px; }
  .portal:not(.fsComposeMode) .portal-photos header h2.fsElementTitle {
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase; }
  .portal:not(.fsComposeMode) .portal-photos ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .portal:not(.fsComposeMode) .portal-photos ul li {
      display: inline-block;
      width: 20%;
      margin-left: -2px;
      margin-right: -2px;
      padding: 0 4px; }
      @media (max-width: 599px) {
        .portal:not(.fsComposeMode) .portal-photos ul li {
          width: 33.33%; } }
      @media (max-width: 480px) {
        .portal:not(.fsComposeMode) .portal-photos ul li {
          width: 50%; } }
      @media (max-width: 320px) {
        .portal:not(.fsComposeMode) .portal-photos ul li {
          width: 100%; } }

/*! pages - style-guide v0.0.1 */
.style-guide-page .fsPageTitle {
  margin-bottom: 1.875em;
  padding: 1.25em;
  background: rgba(0, 0, 0, 0.1); }

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 40%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 20%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 10%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #292f36;
      color: #292f36; }
      .colors ol li:nth-of-type(1):after {
        content: "#292f36"; }
    .colors ol li:nth-of-type(2) {
      background: #650000;
      color: #650000; }
      .colors ol li:nth-of-type(2):after {
        content: "#650000"; }
    .colors ol li:nth-of-type(3) {
      background: #900;
      color: #900; }
      .colors ol li:nth-of-type(3):after {
        content: "#900"; }
    .colors ol li:nth-of-type(4) {
      background: #010155;
      color: #010155; }
      .colors ol li:nth-of-type(4):after {
        content: "#010155"; }
    .colors ol li:nth-of-type(5) {
      background: #e09f3e;
      color: #e09f3e; }
      .colors ol li:nth-of-type(5):after {
        content: "#e09f3e"; }
    .colors ol li:nth-of-type(6) {
      background: #02010a;
      color: #02010a; }
      .colors ol li:nth-of-type(6):after {
        content: "#02010a"; }
    .colors ol li:nth-of-type(7) {
      background: #414148;
      color: #414148; }
      .colors ol li:nth-of-type(7):after {
        content: "#414148"; }
    .colors ol li:nth-of-type(8) {
      background: #4e5155;
      color: #4e5155; }
      .colors ol li:nth-of-type(8):after {
        content: "#4e5155"; }
    .colors ol li:nth-of-type(9) {
      background: #818386;
      color: #818386; }
      .colors ol li:nth-of-type(9):after {
        content: "#818386"; }
    .colors ol li:nth-of-type(10) {
      background: #bfc2c5;
      color: #bfc2c5; }
      .colors ol li:nth-of-type(10):after {
        content: "#bfc2c5"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.3125em;
    padding: 0.3125em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "adelle-condensed", serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "adelle-condensed, serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "franklin-gothic-urw", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "franklin-gothic-urw, sans-serif"; }
    .fonts ol li:nth-of-type(4) {
      font-family: "franklin-gothic-urw-cond", sans-serif; }
      .fonts ol li:nth-of-type(4):after {
        content: "franklin-gothic-urw-cond, sans-serif"; }
    .fonts ol li:nth-of-type(5) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(5):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(7) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(7):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.headers h1:after {
  content: " size: 46px / line: 54px"; }

.headers h2:after {
  content: " size: 34px / line: 44px"; }

.headers h3:after {
  content: " size: 24px / line: 30px"; }

.headers h4:after {
  content: " size: 20px / line: 24px"; }

.headers h5:after {
  content: " size: 16px / line: 24px"; }

.headers h6:after {
  content: " size: 16px / line: 24px"; }

body:not(.home) .fsPageBody .fsElement:not(.fsNavigation):not(.photo-list):not(.fsPostElement):not(.fsCalendar) a:not(.fs_style_23):not(.fs_style_25):not(.fsLoadMoreButton):not(.wrapper-link) {
  text-decoration: underline; }

.post-page .fsPost article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .post-page .fsPost article .fsThumbnail,
  .post-page .fsPost article .fsTitle,
  .post-page .fsPost article .fsSummary {
    -ms-flex-order: -1;
    order: -1; }
  .post-page .fsPost article .fsSummary {
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #292f36; }

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-hdr,
  .nav-utility-ftr,
  #fsMenu,
  #fsFooter,
  .fsThumbnail {
    display: none !important; }
  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100%; }
  html {
    font-size: 100%;
    /* for IE */ }
  body {
    font-size: 62.5%; }
  #fsHeader {
    border-bottom: 2px solid #000; }
    #fsHeader .site-name {
      margin-top: 0;
      font-weight: normal;
      font-family: "adelle-condensed", serif;
      font-style: italic;
      font-weight: 400;
      font-size: 46px;
      line-height: 54px;
      margin-bottom: 25px; } }
    @media print and (max-width: 1000px) {
      #fsHeader .site-name {
        font-size: 2.5em;
        line-height: 1em; } }

@media print {
  * {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    min-height: auto !important;
    height: auto !important; }
  a, a:visited {
    text-decoration: underline; }
  dl dd {
    margin-left: 0; }
  div, dl, li {
    height: auto !important;
    height: 1%; }
  thead {
    display: table-header-group; }
  tr, img, h2, h3, pre, blockquote {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; } }
