@charset "UTF-8";
 /**
 *
 * University of Chicago Lab - default
 * @link http://chicagolab.finalsite.com/
 * Site Template : newclientcustom
 * Built By: Jim Peterman
 * Project Manager: Lisa Willsey
 * Designer: Akua Duah
 * ==== Git Info ====
 * Branch Name: 
 * Build version: 3.2.7
 * Git Tag: 
 * Last build by: 
 *
 **/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.book-icon:before {
  font-family: "IcoMoon";
  content: "\e900"; }

.cafe-icon:before {
  font-family: "IcoMoon";
  content: "\e901"; }

.info-icon:before {
  font-family: "IcoMoon";
  content: "\e902"; }

.left-arrow:before {
  font-family: "IcoMoon";
  content: "\e903"; }

.nurse-icon:before {
  font-family: "IcoMoon";
  content: "\e904"; }

.play-icon:before {
  font-family: "IcoMoon";
  content: "\e905"; }

.right-arrow:before {
  font-family: "IcoMoon";
  content: "\e906"; }

.fsRosterName, .fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em; }

h1,
.alpha {
  margin-top: 0;
  font-weight: normal;
  font-size: 2.5em;
  line-height: 1.35em;
  font-family: "freight-display-pro", sans-serif;
  color: #333;
  margin-bottom: 0.375em; }

h2,
.beta {
  margin-top: 0;
  font-weight: normal;
  font-size: 2.25em;
  line-height: 1.38889em;
  font-family: "freight-display-pro", sans-serif;
  color: #700b22;
  margin-bottom: 0.41667em; }

h3,
.gamma {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.875em;
  line-height: 1.4em;
  font-family: "freight-display-pro", sans-serif;
  color: #333;
  margin-bottom: 0.33333em; }

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

h5,
.epsilon {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.125em;
  line-height: 1.66667em;
  font-family: "freight-display-pro", sans-serif;
  color: #333;
  margin-bottom: 0.55556em; }

h6,
.zeta {
  margin-top: 0;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.5em;
  font-family: "freight-display-pro", sans-serif;
  color: #700b22;
  text-transform: uppercase;
  margin-bottom: 0.625em; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  outline: 0;
  text-decoration: none;
  color: #620017;
  transition: background .3s, color .3s; }
  a:hover {
    color: #890124;
    text-decoration: underline; }

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

table.fs_style_34 {
  margin-bottom: 1.25em;
  width: 100%; }
  table.fs_style_34 th,
  table.fs_style_34 td {
    vertical-align: top;
    border-bottom: 1px solid #fff; }
  table.fs_style_34 th {
    padding: 10px 20px 7px;
    text-align: left;
    background: #700b22;
    color: #fff;
    font-weight: 400; }
  table.fs_style_34 td {
    padding: 10px 20px 7px;
    background: #f9f7f7;
    border-left: 1px solid #fff; }
    table.fs_style_34 td:first-child {
      border-left: 0; }
    table.fs_style_34 tr:nth-of-type(odd) td {
      background-color: #f2efef; }

table.fs_style_35 {
  margin-bottom: 1.25em;
  width: 100%; }
  table.fs_style_35 tr:first-child > td {
    background-color: #700b22 !important;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase; }
  table.fs_style_35 th,
  table.fs_style_35 td {
    vertical-align: top;
    border-bottom: 1px solid #fff; }
  table.fs_style_35 th {
    padding: 10px 20px 7px;
    text-align: left;
    background: #700b22;
    color: #fff;
    font-weight: 700; }
  table.fs_style_35 td {
    padding: 10px 20px 7px;
    background: #f2efef;
    border-left: 1px solid #fff; }
    table.fs_style_35 td:first-child {
      border-left: 0; }
    table.fs_style_35 tr:nth-of-type(odd) td {
      background-color: #f9f7f7; }

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

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

/*! content - buttons v0.0.1 */
.button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #700b22;
  color: #fff;
  outline: 0;
  border-radius: 0; }
  .button:hover {
    background: #59091b;
    color: #fff;
    text-decoration: none; }
  .button em {
    display: block;
    font-style: normal; }

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #b5ac9f;
  color: #fff;
  outline: 0;
  border-radius: 0; }
  .color-button:hover {
    background: #aaa091;
    color: #fff;
    text-decoration: none; }
  .color-button em {
    display: block;
    font-style: normal; }

.hollow-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: transparent;
  color: #b5ac9f;
  outline: 0;
  border-radius: 0;
  border: 0.2em solid #b5ac9f; }
  .hollow-button:hover {
    background: rgba(0, 0, 0, 0);
    color: #b5ac9f;
    text-decoration: none; }
  .hollow-button em {
    display: block;
    font-style: normal; }

.fs_style_28, .fs_style_36, .fs_style_29, .fs_style_38, .fs_style_30, .fs_style_37, .fsStyleDefaultButton.fsLoadMoreButton {
  display: inline-block;
  margin-bottom: 12px;
  margin-right: 10px;
  padding: 11px 15px;
  border: 2px solid;
  border-radius: 6px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  transition: background 0.15s linear, color 0.15s linear; }
  .fs_style_28:hover, .fs_style_36:hover, .fs_style_29:hover, .fs_style_38:hover, .fs_style_30:hover, .fs_style_37:hover, .fsStyleDefaultButton.fsLoadMoreButton:hover {
    color: #ffffff !important;
    background: #b5ac9f;
    text-decoration: none; }

.fs_style_28 {
  border-color: #700b22;
  color: #700b22 !important; }
  .fs_style_28:hover {
    background: #700b22; }

.fs_style_36 {
  border-color: #700b22;
  color: #ffffff !important;
  background: #700b22; }
  .fs_style_36:hover {
    background: #ffffff;
    color: #700b22 !important; }

.fs_style_29 {
  border-color: #b5ac9f;
  color: #b5ac9f !important; }
  .fs_style_29:hover {
    background: #b5ac9f; }

.fs_style_38 {
  border-color: #b5ac9f;
  color: #ffffff !important;
  background: #b5ac9f; }
  .fs_style_38:hover {
    background: #ffffff;
    color: #b5ac9f !important; }

.fs_style_30 {
  border-color: #444444;
  color: #444444 !important; }
  .fs_style_30:hover {
    background: #444444; }

.fs_style_37 {
  border-color: #444444;
  color: #ffffff !important;
  background: #444444; }
  .fs_style_37:hover {
    background: #ffffff;
    color: #444444 !important;
    text-decoration: none; }

.fs_style_31,
.fs_style_32,
.fs_style_33 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff !important;
  background: #b5ac9f;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 18px;
  padding: 37px 15px;
  width: 300px;
  border-radius: 6px;
  transition: background 0.15s linear; }
  .fs_style_31 em,
  .fs_style_32 em,
  .fs_style_33 em {
    display: block;
    font-size: 16px;
    line-height: 1em;
    font-weight: 400;
    opacity: 0.7; }
  .fs_style_31:hover,
  .fs_style_32:hover,
  .fs_style_33:hover {
    background: #b5ac9f;
    color: #fff;
    text-decoration: none; }

.fs_style_31 {
  background: #700b22; }
  .fs_style_31:hover {
    background: #890124; }

.fs_style_32 {
  background: #b5ac9f; }
  .fs_style_32:hover {
    background: #666666; }

.fs_style_33 {
  background: #333333; }
  .fs_style_33:hover {
    background: #b2b2b2; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #666666;
  color: #fff;
  outline: 0;
  border-radius: 0; }
  .fsStyleDefaultButton:hover {
    background: #595959;
    color: #fff;
    text-decoration: none; }
  .fsStyleDefaultButton em {
    display: block;
    font-style: normal; }
  .fsStyleDefaultButton.fsCategoryLink {
    margin-right: 5px; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-top: 20px;
    margin-bottom: 0;
    border-color: #444444;
    color: #ffffff !important;
    background: #444444; }
    .fsStyleDefaultButton.fsLoadMoreButton:hover {
      background: #ffffff;
      color: #444444 !important; }

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #666666;
  color: #fff;
  outline: 0;
  border-radius: 0; }
  .fsStyleUpdateButton:hover {
    background: #595959;
    color: #fff;
    text-decoration: none; }
  .fsStyleUpdateButton em {
    display: block;
    font-style: normal; }
  .fsStyleUpdateButton.fsElementToolsSearchButton {
    margin-top: 20px;
    margin-bottom: 0; }

/*! content - style manger v0.0.1 */
.lead-in,
.fs_style_24 {
  font-size: 24px;
  line-height: 30px;
  font-family: "freight-display-pro", sans-serif;
  color: #700b22; }

.portal-mod {
  border: 1px solid #dddddd;
  padding: 15px 25px 10px;
  margin-bottom: 20px; }
  .portal-mod header h2 {
    color: #181818;
    font-size: 24px;
    font-family: "proxima-nova", sans-serif; }
  .portal-mod li > a {
    color: #890124; }
    .portal-mod li > a:hover {
      color: #b5ac9f; }

body:not(.fsComposeMode) .portal-mod {
  position: relative; }
  body:not(.fsComposeMode) .portal-mod.hasImg {
    padding-left: 310px; }
  body:not(.fsComposeMode) .portal-mod .img-wrapper {
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    max-width: 280px; }
  body:not(.fsComposeMode) .portal-mod img {
    position: relative;
    opacity: 0;
    visibility: hidden; }
  body:not(.fsComposeMode) .portal-mod ul {
    -moz-columns: 2;
    columns: 2;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    body:not(.fsComposeMode) .portal-mod ul li {
      padding-left: 1em;
      text-indent: -1em;
      display: block; }
      body:not(.fsComposeMode) .portal-mod ul li:before {
        content: '\00BB';
        padding-right: 5px;
        color: #000;
        font-size: 21px; }
  @media (max-width: 650px) {
    body:not(.fsComposeMode) .portal-mod {
      padding: 0px !important; }
      body:not(.fsComposeMode) .portal-mod .img-wrapper {
        position: relative;
        max-width: 100%;
        width: 100%; }
      body:not(.fsComposeMode) .portal-mod header {
        padding: 15px 25px 0px; }
      body:not(.fsComposeMode) .portal-mod > .fsElementContent {
        padding: 0px 25px 10px; } }

.portal-cal {
  margin-bottom: 30px; }
  .portal-cal header {
    margin-bottom: 0px; }
  .portal-cal article {
    padding: 15px 20px !important; }
  .portal-cal .fsDate {
    color: #333;
    font-size: 24px; }

.portal-sidebar {
  margin-bottom: 30px;
  border: 1px solid #dddddd; }
  .portal-sidebar header {
    background: #f0eeec;
    padding: 15px 15px 15px 25px; }
    .portal-sidebar header h3 {
      font-size: 24px;
      font-family: "proxima-nova", sans-serif;
      color: #666666;
      margin: 0; }
  .portal-sidebar .fsElementContent {
    padding: 15px 25px 10px; }
    .portal-sidebar .fsElementContent p {
      margin-bottom: 10px;
      font-size: 16px; }

blockquote,
.fs_style_26 {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  text-align: center;
  border-top: 1px solid #c5cbcf;
  padding: 40px 30px 15px; }
  blockquote:before,
  .fs_style_26:before {
    content: '';
    width: 66px;
    height: 3px;
    position: absolute;
    top: -2px;
    background: #fff;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  blockquote:after,
  .fs_style_26:after {
    content: '';
    position: absolute;
    top: -20px;
    border: 1px solid #700b22;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../images/quote.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 11px; }

cite,
.fs_style_27 {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #700b22; }

.callout,
.fs_style_25 {
  font-size: 20px;
  line-height: 30px;
  border-left: 4px solid #700b22;
  padding-left: 20px; }

.sidebar-content {
  border: 1px solid #9e9991;
  padding: 30px;
  max-width: 300px; }
  .sidebar-content strong {
    color: #700b22;
    font-weight: 600; }
  .sidebar-content footer {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    margin-top: 30px; }
    .sidebar-content footer a {
      text-transform: uppercase;
      font-size: 14px; }
  .sidebar-content.brown-bg {
    border-color: #b5ac9f;
    background: #b5ac9f;
    color: #fff; }
    .sidebar-content.brown-bg strong {
      color: #fff; }
    .sidebar-content.brown-bg footer {
      border-color: #a39a8f; }
      .sidebar-content.brown-bg footer a {
        color: #fff; }
        .sidebar-content.brown-bg footer a:hover {
          color: #dddddd; }
  .sidebar-content.red-bg {
    border-color: #700b22;
    background: #700b22;
    color: #fff; }
    .sidebar-content.red-bg strong {
      color: #fff; }
    .sidebar-content.red-bg a {
      color: #b5ac9f; }
      .sidebar-content.red-bg a:hover {
        color: #666666; }
    .sidebar-content.red-bg footer {
      border-color: #a96d7a; }
      .sidebar-content.red-bg footer a {
        color: #fff; }
        .sidebar-content.red-bg footer a:hover {
          color: #dddddd; }

/*! structure - header v0.0.1 */
#fsHeader {
  padding: 0;
  background: #fff; }
  body:not(.fsDraftMode) #fsHeader.hasHero > .fsBanner {
    position: relative; }
  body:not(.fsDraftMode) #fsHeader.hasHero .nav-main {
    position: absolute;
    bottom: -50px;
    width: 100%;
    left: 0;
    background: rgba(112, 11, 34, 0.9);
    z-index: 5; }
  body:not(.fsDraftMode) #fsHeader.hasHero .hero {
    width: 100%; }
    body:not(.fsDraftMode) #fsHeader.hasHero .hero:not(.fsStateEditable) {
      background-size: cover;
      background-position: top center;
      height: 450px; }
      @media (max-width: 799px) {
        body:not(.fsDraftMode) #fsHeader.hasHero .hero:not(.fsStateEditable) {
          height: 380px; } }
      body:not(.fsDraftMode) #fsHeader.hasHero .hero:not(.fsStateEditable) img {
        display: none; }

.top-container {
  padding: 0 30px; }
  .top-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }

.site-info-container {
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  width: 42%;
  margin: 0 -2px;
  vertical-align: top; }
  .site-info-container h1 {
    margin-bottom: 0;
    padding: 30px 0; }
  .site-info-container a {
    display: block;
    padding: 0;
    color: transparent;
    background: url("../images/logo.png");
    background-repeat: no-repeat;
    background-size: contain; }
    .site-info-container a:hover {
      color: transparent; }
  @media (max-width: 799px) {
    .site-info-container {
      width: 100%;
      height: 115px; }
      .site-info-container a {
        width: 420px; } }
  @media (max-width: 600px) {
    .site-info-container {
      height: 90px; }
      .site-info-container > .fsElementContent {
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative; }
      .site-info-container h1 {
        margin-right: 160px;
        padding: 0;
        line-height: 1em; }
      .site-info-container a {
        width: 100%; } }
  @media (max-width: 480px) {
    .site-info-container h1 {
      margin-top: 5px;
      max-width: 260px;
      margin-right: 0; } }
  @media (max-width: 400px) {
    .site-info-container h1 {
      margin-right: 85px; } }
  @media (max-width: 340px) {
    .site-info-container h1 {
      margin-top: 10px; } }

.util-container {
  text-align: right;
  width: 58%;
  margin: 0 -2px;
  vertical-align: top;
  padding: 25px 0;
  display: none; }
  @media (min-width: 800px) {
    .util-container {
      display: inline-block; } }

.portal-links, .portal-links ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.portal-links li {
  margin: 0;
  padding: 0; }

.portal-links li {
  display: inline-block;
  margin-left: 30px; }
  .portal-links li a {
    font-size: 16px;
    color: #333; }
    .portal-links li a:hover {
      color: #333333; }

.header-tier.fsNavigation {
  margin: 0;
  background-color: #333333;
  text-align: center; }
  .header-tier.fsNavigation ul, .header-tier.fsNavigation li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .header-tier.fsNavigation ul {
    display: inline-block;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 12px;
    padding-bottom: 11px; }
  .header-tier.fsNavigation li {
    display: inline-block;
    padding: 0 23px;
    position: relative; }
    .header-tier.fsNavigation li:before {
      content: '';
      display: block;
      width: 1px;
      position: absolute;
      top: 6px;
      bottom: 6px;
      right: -2px;
      background-color: #ffffff; }
    .header-tier.fsNavigation li:last-of-type:before {
      display: none; }
    .header-tier.fsNavigation li[class*="fsNavCurrentPage"] > a:before {
      display: block; }
  .header-tier.fsNavigation a {
    display: block;
    position: relative;
    color: #ffffff;
    font-size: 18px; }
    .header-tier.fsNavigation a:before {
      content: '';
      display: none;
      height: 2px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -3px;
      background-color: #ffffff; }
    .header-tier.fsNavigation a:hover:before {
      display: block; }

/*! structure - footer v0.0.1 */
#fsFooter {
  padding: 40px 30px 30px;
  text-align: left;
  color: #fff;
  background: #333333; }
  #fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    padding-bottom: 25px; }

.address {
  margin-bottom: 15px; }
  .address p {
    margin-bottom: 0; }
  .address a {
    color: #b5ac9f; }

.social, .social ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.social li {
  margin: 0;
  padding: 0; }

.social li {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top; }
  .social li a {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    position: relative;
    border-radius: 100%;
    font-size: 0px;
    text-align: center;
    padding-top: 12px;
    transition: border-color 0.15s linear; }
    .social li a:before {
      content: '';
      font-family: "FontAwesome";
      font-size: 18px;
      color: #fff;
      transition: color 0.15s linear; }
    .social li a:hover {
      border-color: #b5ac9f; }
      .social li a:hover:before {
        color: #b5ac9f; }
  .social li.fb a:before {
    content: '\f09a'; }
  .social li.tw a:before {
    content: '\f099'; }
  .social li.yt a:before {
    content: '\f16a'; }

.logo-container {
  display: inline-block;
  width: 25%;
  margin: 0 -2px;
  vertical-align: top;
  padding-right: 20px; }
  @media (max-width: 1024px) {
    .logo-container {
      width: 30%;
      padding-right: 10px; } }
  @media (max-width: 799px) {
    .logo-container {
      padding-left: 0;
      width: 100%;
      margin-bottom: 75px; } }
  @media (max-width: 600px) {
    .logo-container {
      margin-bottom: 35px; } }

.footer-info-container {
  padding: 0;
  overflow: hidden;
  white-space: nowrap; }
  .footer-info-container h2 {
    margin-bottom: 15px;
    padding: 0; }
  .footer-info-container a {
    display: block;
    padding: 0;
    color: transparent;
    background: url("../images/footer-logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 84px; }
    .footer-info-container a:hover {
      color: transparent; }

.footer-links {
  display: inline-block;
  width: 75%;
  margin: 0 -2px;
  padding-left: 80px;
  vertical-align: top; }
  @media (max-width: 1024px) {
    .footer-links {
      padding-left: 30px;
      width: 70%; } }
  @media (max-width: 799px) {
    .footer-links {
      padding-left: 0;
      width: 100%; } }
  .footer-links .links {
    display: inline-block;
    width: 25%;
    margin: 0 -2px;
    vertical-align: top;
    padding-left: 20px; }
    @media (max-width: 1024px) and (min-width: 800px) {
      .footer-links .links {
        width: 50%;
        margin-bottom: 20px; } }
    @media (max-width: 799px) {
      .footer-links .links {
        padding-left: 5px;
        padding-right: 10px; } }
    @media (max-width: 600px) {
      .footer-links .links {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 15px; } }
    .footer-links .links h2 {
      font-size: 16px;
      font-weight: 700;
      color: #fff;
      font-family: "proxima-nova", sans-serif; }
    .footer-links .links ul, .footer-links .links ul ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .footer-links .links ul li {
      margin: 0;
      padding: 0; }
    .footer-links .links ul a {
      font-size: 14px;
      color: #dddddd; }
      .footer-links .links ul a:hover {
        color: #b5ac9f; }
  .footer-links footer .fsImage {
    margin-top: 20px; }
  .footer-links footer a {
    display: block;
    opacity: .8;
    transition: opacity .3s; }
    .footer-links footer a:hover, .footer-links footer a:focus {
      opacity: 1; }

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

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

html {
  font-family: "proxima-nova", sans-serif;
  background: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

#fsPageBodyWrapper {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff; }
  #fsPageBodyWrapper .fsBanner > .fsElement {
    margin-bottom: 30px; }

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

#fsBannerLeft {
  margin-bottom: 20px;
  width: 100%;
  float: none; }
  @media (min-width: 600px) {
    #fsBannerLeft {
      float: left; } }
  @media (min-width: 600px) {
    #fsBannerLeft {
      padding-right: 40px;
      width: 23.72881%; } }
  @media (max-width: 799px) {
    #fsBannerLeft {
      padding-right: 20px;
      width: 25%; } }
  @media (max-width: 699px) {
    #fsBannerLeft {
      padding-left: 0px;
      width: 100%; } }

#fsPageContent {
  margin-bottom: 20px;
  width: 100% !important;
  float: none !important; }
  @media (min-width: 600px) {
    #fsPageContent {
      float: left !important; } }
  @media (min-width: 600px) {
    .fsHasRightBanner #fsPageContent {
      width: 67.79661% !important; } }
  @media (max-width: 799px) {
    .fsHasRightBanner #fsPageContent {
      width: 66% !important; } }
  @media (max-width: 699px) {
    .fsHasRightBanner #fsPageContent {
      width: 100% !important; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner #fsPageContent {
      width: 76.27119% !important; } }
  @media (max-width: 799px) {
    .fsHasLeftBanner #fsPageContent {
      width: 75% !important; } }
  @media (max-width: 699px) {
    .fsHasLeftBanner #fsPageContent {
      width: 100% !important; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: 44.0678% !important; } }
  @media (max-width: 799px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: 41% !important; } }
  @media (max-width: 699px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: 100% !important; } }

#fsBannerRight {
  margin-bottom: 20px;
  width: 100%;
  float: none; }
  @media (min-width: 600px) {
    #fsBannerRight {
      float: left; } }
  @media (min-width: 600px) {
    #fsBannerRight {
      padding-left: 80px;
      width: 32.20339%; } }
  @media (max-width: 1024px) {
    #fsBannerRight {
      padding-left: 40px; } }
  @media (max-width: 799px) {
    #fsBannerRight {
      padding-left: 20px;
      width: 34%; } }
  @media (max-width: 699px) {
    #fsBannerRight {
      padding-left: 0px;
      width: 100%; } }

@media (max-width: 600px) {
  #fsPageBody:not(.fsStateEditable) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    #fsPageBody:not(.fsStateEditable) #fsBannerLeft {
      -ms-flex-order: 2;
      order: 2; }
    #fsPageBody:not(.fsStateEditable) #fsPageContent {
      -ms-flex-order: 1;
      order: 1; }
    #fsPageBody:not(.fsStateEditable) #fsBannerRight {
      -ms-flex-order: 3;
      order: 3; } }

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

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

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

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

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

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

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

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

@media (min-width: 600px) {
  .fsLayout > header {
    padding-right: 1.25em;
    padding-left: 1.25em; } }

#fsPoweredByFinalsite {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding-right: 1.25em;
  padding-left: 1.25em;
  display: none !important; }

.fsBreadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsBreadcrumb li {
  display: inline-block; }

/*! navigation - main v0.0.1 */
.nav-main {
  background: #700b22; }
  #fsHeader .nav-main {
    display: none; }
    @media (min-width: 800px) {
      #fsHeader .nav-main {
        display: block; } }
  .nav-main, .nav-main ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-main li {
    margin: 0;
    padding: 0; }
  @media (min-width: 800px) {
    .nav-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .no-flexbox .nav-main .fsNavLevel1 {
        text-align: justify;
        font-size: 0.1px; }
        .no-flexbox .nav-main .fsNavLevel1 > li {
          display: inline-block; }
        .no-flexbox .nav-main .fsNavLevel1:after {
          content: "";
          display: inline-block;
          width: 100%; } }
  .nav-main .fsNavLevel1 > li {
    position: relative;
    padding: 12px 20px 11px; }
    .nav-main .fsNavLevel1 > li:hover a:after {
      opacity: 1; }
    .nav-main .fsNavLevel1 > li > a {
      color: #fff;
      display: block;
      font-size: 18px;
      position: relative; }
      .nav-main .fsNavLevel1 > li > a:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #fff;
        bottom: -5px;
        left: 0;
        position: absolute;
        opacity: 0; }
      .nav-main .fsNavLevel1 > .fsNavCurrentPage a:after {
        opacity: 1; }
      .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor a:after {
        opacity: 1; }
      .nav-main .fsNavLevel1 > li > a:hover {
        text-decoration: none; }

.nav-main .fsNavLevel1 > li {
  position: relative; }
  .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    overflow: hidden; }
  .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
    max-height: 9999px; }
  @media (max-width: 599px) {
    .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
      max-height: 9999px; } }
  .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    z-index: 300; }

.nav-main .fsNavPageInfo {
  text-align: left;
  left: 50% !important;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0 !important;
    right: auto;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 0;
    left: auto !important;
    -ms-transform: none;
    transform: none; }
  @media (min-width: 900px) {
    .nav-main .fsNavParentPage:hover .fsNavPageInfo {
      display: block; } }

.nav-main .fsNavLevel2 a {
  display: block; }
  .nav-main .fsNavLevel2 a:hover {
    text-decoration: none; }

.meganav {
  width: 400px;
  background: rgba(98, 0, 23, 0.9);
  padding: 15px 10px 5px; }
  .meganav ul.fsNavLevel2 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 -2px;
    position: relative;
    padding: 10px; }
    .meganav ul.fsNavLevel2 a {
      font-size: 16px;
      color: #cdcdcd;
      padding: 8px 0px; }
      .meganav ul.fsNavLevel2 a:hover {
        color: #fff; }

/*! navigation - off-canvas v0.0.1 */
.drawer-ribbon {
  position: absolute;
  height: 65px;
  right: 30px;
  top: 20px;
  width: 150px;
  z-index: 90;
  display: block; }
  @media (min-width: 800px) {
    .drawer-ribbon {
      display: none; } }
  @media (max-width: 600px) {
    .drawer-ribbon {
      top: 12px; } }
  @media (max-width: 480px) {
    .drawer-ribbon {
      width: 65px; } }

#fsMenu {
  display: none; }

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: 65px;
  font-size: 24px;
  color: #333333;
  font-family: "freight-display-pro", sans-serif;
  text-transform: uppercase;
  padding-left: 65px; }
  @media (max-width: 480px) {
    .drawer-trigger {
      font-size: 0px;
      width: 65px;
      padding-left: 0; } }
  .drawer-trigger:before {
    content: '';
    background: url("../images/menu-icon.png");
    width: 26px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    top: 25px; }
  .drawer-trigger:after {
    content: '';
    width: 65px;
    height: 65px;
    border: 1px solid #494949;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0; }

.drawer {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: 0;
  transform: translate3d(-20%, 0, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  top: 0em;
  min-height: 100%;
  max-width: 20em;
  background: #333333; }
  .drawer-is-active .drawer {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .drawer .mobile-search {
    background: #fff;
    border-right: 1px solid #eee; }
    .drawer .mobile-search button {
      width: 50px;
      height: 45px;
      display: inline-block;
      vertical-align: top;
      padding-right: 0; }
      .drawer .mobile-search button:before {
        content: '\f002';
        font-family: "FontAwesome";
        font-size: 16px; }
    .drawer .mobile-search input {
      height: 45px; }
  .drawer .close-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 999; }
    .drawer .close-btn:before {
      content: '';
      width: 18px;
      height: 3px;
      background: #666666;
      position: absolute;
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      left: 50%;
      top: 50%;
      margin-left: -10px; }
    .drawer .close-btn:after {
      content: '';
      width: 18px;
      height: 3px;
      background: #666666;
      position: absolute;
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      left: 50%;
      top: 50%;
      margin-left: -10px; }
  .drawer #fsMenu {
    display: block; }
    .drawer #fsMenu .mobile-nav {
      display: block;
      position: relative;
      margin-top: 0px; }
      .drawer #fsMenu .mobile-nav header {
        display: none; }
      .drawer #fsMenu .mobile-nav ul {
        padding-left: 0px;
        list-style: none;
        margin-bottom: 0px; }
        .drawer #fsMenu .mobile-nav ul li {
          padding: 0; }
          .drawer #fsMenu .mobile-nav ul li.fsNavParentPage {
            position: relative; }
            .drawer #fsMenu .mobile-nav ul li.fsNavParentPage .drop-trigger {
              color: #333333;
              cursor: pointer;
              width: 43px;
              height: 43px;
              padding-top: 8px;
              padding-right: 2px;
              position: absolute;
              right: 0;
              top: 0;
              text-align: left; }
              .drawer #fsMenu .mobile-nav ul li.fsNavParentPage .drop-trigger:after {
                content: '';
                width: 2px;
                height: 9px;
                background: #fff;
                display: block;
                position: absolute;
                -ms-transform: rotate(0deg);
                transform: rotate(0deg);
                right: 19px;
                top: 18px; }
              .drawer #fsMenu .mobile-nav ul li.fsNavParentPage .drop-trigger:before {
                content: '';
                width: 2px;
                height: 9px;
                background: #fff;
                display: block;
                position: absolute;
                -ms-transform: rotate(90deg);
                transform: rotate(90deg);
                right: 19px;
                top: 18px; }
              .drawer #fsMenu .mobile-nav ul li.fsNavParentPage .drop-trigger.expanded:after {
                display: none; }
            .drawer #fsMenu .mobile-nav ul li.fsNavParentPage .fsNavPageInfo {
              display: none; }
            .drawer #fsMenu .mobile-nav ul li.fsNavParentPage > a {
              position: relative; }
              .drawer #fsMenu .mobile-nav ul li.fsNavParentPage > a:after {
                content: '';
                position: absolute;
                height: 100%;
                width: 1px;
                background: #49545a;
                right: 0px;
                top: 0; }
          .drawer #fsMenu .mobile-nav ul li.fsNavCurrentPage > a, .drawer #fsMenu .mobile-nav ul li.fsNavCurrentPageAncestor > a {
            color: #700b22 !important; }
          .drawer #fsMenu .mobile-nav ul li.fsNavCurrentPage > .fsNavPageInfo, .drawer #fsMenu .mobile-nav ul li.fsNavCurrentPageAncestor > .fsNavPageInfo {
            display: block; }
          .drawer #fsMenu .mobile-nav ul li > a {
            padding: 11px 0 11px 18px;
            display: block;
            color: #fefefe;
            margin-right: 40px;
            font-size: 14px;
            font-weight: 600; }
      .drawer #fsMenu .mobile-nav ul.fsNavLevel1 > li {
        border-top: 1px solid #5c5c5c; }
        .drawer #fsMenu .mobile-nav ul.fsNavLevel1 > li > a {
          font-size: 14px; }
      .drawer #fsMenu .mobile-nav ul.fsNavLevel2 {
        background: #5c5c5c; }
        .drawer #fsMenu .mobile-nav ul.fsNavLevel2 > li {
          border-top: 1px solid #7d7d7d; }
          .drawer #fsMenu .mobile-nav ul.fsNavLevel2 > li > a {
            font-size: 14px;
            color: #fff; }
            .drawer #fsMenu .mobile-nav ul.fsNavLevel2 > li > a:after {
              background: #7d7d7d; }
          .drawer #fsMenu .mobile-nav ul.fsNavLevel2 > li .drop-trigger:before {
            background: #fff !important; }
          .drawer #fsMenu .mobile-nav ul.fsNavLevel2 > li .drop-trigger:after {
            background: #fff !important; }
      .drawer #fsMenu .mobile-nav ul.fsNavLevel3 {
        background: #b2b2b2; }
        .drawer #fsMenu .mobile-nav ul.fsNavLevel3 > li {
          border-top: 1px solid #dddddd; }
          .drawer #fsMenu .mobile-nav ul.fsNavLevel3 > li > a {
            font-size: 14px;
            color: #fff; }
            .drawer #fsMenu .mobile-nav ul.fsNavLevel3 > li > a:after {
              background: #dddddd; }
          .drawer #fsMenu .mobile-nav ul.fsNavLevel3 > li .drop-trigger:before {
            background: #fff !important; }
          .drawer #fsMenu .mobile-nav ul.fsNavLevel3 > li .drop-trigger:after {
            background: #fff !important; }
      .drawer #fsMenu .mobile-nav ul.fsNavLevel4 {
        background: #dddddd; }
        .drawer #fsMenu .mobile-nav ul.fsNavLevel4 > li {
          border-top: 1px solid #f4f4f4; }
          .drawer #fsMenu .mobile-nav ul.fsNavLevel4 > li > a {
            font-size: 14px;
            color: #fff; }
            .drawer #fsMenu .mobile-nav ul.fsNavLevel4 > li > a:after {
              background: #f4f4f4; }
          .drawer #fsMenu .mobile-nav ul.fsNavLevel4 > li .drop-trigger:before {
            background: #fff !important; }
          .drawer #fsMenu .mobile-nav ul.fsNavLevel4 > li .drop-trigger:after {
            background: #fff !important; }

.mobile-portal-links {
  background: #cccccc; }
  .mobile-portal-links, .mobile-portal-links ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .mobile-portal-links li {
    margin: 0;
    padding: 0; }
  .mobile-portal-links a {
    padding: 8px 0 8px 18px;
    display: block;
    color: #666666;
    font-size: 16px;
    font-weight: 400; }

/*! navigation - sub v0.0.1 */
.nav-sub, .nav-sub ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-sub li {
  margin: 0;
  padding: 0; }

@media (max-width: 600px) {
  .nav-sub > .fsElementContent {
    display: none; } }

.active-nav > .fsElementContent {
  display: block; }

.nav-sub .fsNavLevel1 {
  position: relative; }
  .nav-sub .fsNavLevel1 > li > a {
    padding: 0.625em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: block;
    color: #333;
    background: none;
    transition: all 0.15s linear; }
    .nav-sub .fsNavLevel1 > li > a:hover {
      color: #700b22;
      background: #e1e0e0; }

.nav-sub li.fsNavCurrentPage > a,
.nav-sub li.fsNavCurrentPageAncestor > a {
  color: #890124;
  font-weight: 600; }

.nav-sub .fsNavLevel2 > li > a,
.nav-sub .fsNavLevel3 > li > a,
.nav-sub .fsNavLevel4 > li > a {
  padding: 5px 1.25em;
  display: block;
  color: #333;
  background: none;
  transition: all 0.15s linear; }
  .nav-sub .fsNavLevel2 > li > a:hover,
  .nav-sub .fsNavLevel3 > li > a:hover,
  .nav-sub .fsNavLevel4 > li > a:hover {
    color: #700b22;
    background: #e1e0e0; }

.nav-sub .fsNavLevel2 li.fsNavCurrentPage > a,
.nav-sub .fsNavLevel2 li.fsNavCurrentPageAncestor > a,
.nav-sub .fsNavLevel3 li.fsNavCurrentPage > a,
.nav-sub .fsNavLevel3 li.fsNavCurrentPageAncestor > a,
.nav-sub .fsNavLevel4 li.fsNavCurrentPage > a,
.nav-sub .fsNavLevel4 li.fsNavCurrentPageAncestor > a {
  color: #890124;
  font-weight: 400; }

.nav-sub > header {
  display: block; }
  @media (min-width: 800px) {
    .nav-sub > header {
      display: none; } }
  .nav-sub > header > .fsElementTitle {
    position: relative;
    margin: 0;
    padding: 20px;
    cursor: pointer;
    background: #700b22;
    color: #fff;
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 800px) {
      .nav-sub > header > .fsElementTitle {
        cursor: default; } }
    @media (max-width: 799px) {
      .nav-sub > header > .fsElementTitle:after {
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 40px;
        line-height: 40px;
        text-align: center;
        margin-left: 8px;
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }
    @media (max-width: 799px) {
      .active-nav > header > .fsElementTitle:after {
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }

.mobile-bar-nav {
  display: none; }

.nav-bar-mobile {
  border-bottom: 1px solid #b5ac9f; }
  @media (min-width: 800px) {
    .nav-bar-mobile {
      display: none; } }
  .nav-bar-mobile > .fsElementContent {
    display: none; }
  .nav-bar-mobile header {
    position: relative;
    background: #b5ac9f;
    padding: 12px 20px 11px;
    cursor: pointer; }
    .nav-bar-mobile header .fsElementHeaderContent {
      font-size: 14px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase; }
    .nav-bar-mobile header:after {
      content: "\f067";
      font-family: "FontAwesome";
      font-weight: 400;
      font-size: 12px;
      position: absolute;
      display: block;
      right: 20px;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #fff; }
    .nav-bar-mobile header.expanded:after {
      content: "\f068"; }
  .nav-bar-mobile nav {
    padding: 10px 20px 20px !important; }
    .nav-bar-mobile nav, .nav-bar-mobile nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .nav-bar-mobile nav li {
      margin: 0;
      padding: 0; }
    .nav-bar-mobile nav ul.fsNavLevel1 > li > a {
      font-weight: 600;
      font-size: 13px;
      color: #666666;
      display: block;
      padding: 6px 0; }
    .nav-bar-mobile nav ul.fsNavLevel2 {
      padding-left: 15px; }
      .nav-bar-mobile nav ul.fsNavLevel2 > li > a {
        font-weight: 600;
        font-size: 13px;
        color: #b5ac9f;
        display: block;
        padding: 5px 0; }
    .nav-bar-mobile nav ul.fsNavLevel3 {
      padding-left: 20px; }
      .nav-bar-mobile nav ul.fsNavLevel3 > li > a {
        font-weight: 600;
        font-size: 13px;
        color: #b5ac9f;
        display: block;
        padding: 5px 0; }

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

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

.nav-util li {
  margin: 0;
  padding: 0; }

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

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

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }
  @media (min-width: 600px) {
    .fsConstituent.fsSearch > .fsElementContent {
      margin: 0 -10px; } }
  .fsConstituent.fsSearch label {
    display: block;
    margin-bottom: 1.25em; }
    @media (min-width: 600px) {
      .fsConstituent.fsSearch label {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        padding: 0 10px; } }
    @media (min-width: 900px) {
      .fsConstituent.fsSearch label {
        width: 32.83333%; } }
  .fsConstituent.fsSearch input,
  .fsConstituent.fsSearch select {
    display: block;
    width: 100%; }
  .fsConstituent.fsSearch [type*='submit'] {
    width: auto; }
    @media (min-width: 600px) {
      .fsConstituent.fsSearch [type*='submit'] {
        margin-left: 0.625em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #666666;
    color: #fff;
    outline: 0;
    border-radius: 0;
    display: block;
    margin: 0 10px; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover {
      background: #595959;
      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: #700b22; }
  @media (min-width: 800px) {
    .fsConstituentProfile.fsHasPhoto > div, .fsConstituentProfile.fsHasPhoto > h3 {
      padding: 0;
      padding-left: calc(25% + 20px); } }
  @media (min-width: 600px) {
    .fsConstituentProfile.fsHasPhoto .fsProfileImage {
      float: left;
      padding-right: 20px;
      max-width: 50%; } }
  @media (min-width: 800px) {
    .fsConstituentProfile.fsHasPhoto .fsProfileImage {
      position: absolute;
      left: 0;
      top: 0;
      max-width: 25%;
      padding: 0;
      float: none; } }
  @media (min-width: 600px) {
    .fsConstituentProfile:not(.fsHasPhoto) .fsProfileImage {
      float: left;
      padding-right: 20px;
      max-width: 50%; } }
  @media (min-width: 800px) {
    .fsConstituentProfile:not(.fsHasPhoto) .fsProfileImage {
      max-width: 25%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - accordion */
.fsAccordion .fsPanel:last-child > header, .fsTabs .fsPanel:last-child > header {
  border-bottom: 1px solid #b2b2b2; }

.fsAccordion .fsPanel:last-child > .fsElementContent, .fsTabs .fsPanel:last-child > .fsElementContent {
  border-top: 0px; }

.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #fff;
  transition: .3s;
  border-top: 1px solid #b2b2b2; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-top: 0;
    font-weight: normal;
    font-size: 2.25em;
    line-height: 1.38889em;
    font-family: "freight-display-pro", sans-serif;
    color: #700b22;
    margin-bottom: 0.41667em;
    margin-bottom: 0px;
    display: block;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    padding: 9px 20px;
    color: #333;
    transition: 0.3s;
    position: relative; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #f4f4f4;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #700b22;
      transition: .3s; }
  .fsAccordion .fsPanel > header > .fsElementTitle > a, .fsTabs .fsPanel > header > .fsElementTitle > a {
    transition: none; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #fff; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #700b22; }
    .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
      content: ""; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 0;
  height: 100%;
  width: 40px;
  text-align: center;
  padding-top: 10px;
  content: "";
  font-family: "FontAwesome"; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 0;
  height: 100%;
  width: 40px;
  text-align: center;
  padding-top: 10px;
  content: "";
  font-family: "FontAwesome"; }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 60px; }
  .fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
    left: 0;
    border-right: 1px solid #d9d9d9 !important;
    height: 100%; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 40px; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
    display: none; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
    right: 0;
    border-left: 1px solid #d9d9d9 !important;
    height: 100%; }

.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: ''; }

.fsAccordion {
  margin-bottom: 30px; }
  .fsAccordion .fsPanel > .fsElementContent {
    min-height: 0;
    border-top: 1px solid #b2b2b2;
    font-size: 16px;
    line-height: 23px; }
    .fsAccordion .fsPanel > .fsElementContent p:last-child {
      margin-bottom: 0px; }

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px; }
  .fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .fsAthleticsEvent .fsAlertFeeds {
        margin-bottom: 0; } }
  .fsAthleticsEvent .fsListItems article {
    margin-bottom: 20px; }
  .fsAthleticsEvent .fsTitle {
    display: inline-block;
    margin-bottom: 0; }
  .fsAthleticsEvent .fsElementEventIcon {
    margin-right: 10px; }
  .fsAthleticsEvent .fsAthleticsEventDetailLink {
    outline: 0; }
  .fsAthleticsEvent .fsAlertIcon {
    margin-left: 5px;
    margin-bottom: -3px; }
  .fsAthleticsEvent .fsLoadMoreButton {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #666666;
    color: #fff;
    outline: 0;
    border-radius: 0;
    padding: 10px 20px; }
    .fsAthleticsEvent .fsLoadMoreButton:hover {
      background: #595959;
      color: #fff;
      text-decoration: none; }
    .fsAthleticsEvent .fsLoadMoreButton em {
      display: block;
      font-style: normal; }
  .fsAthleticsEvent .fsAthleticsOpponents {
    display: inline; }
  .fsAthleticsEvent .fsAthleticsOpponentNames {
    display: inline; }

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

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

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

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

.fsAthleticsRosterList li {
  margin: 0;
  padding: 0; }

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

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

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

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

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px; }

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _list.scss - src/sass/modules/calendar/list.scss - calendar list */
.fsCalendar .fsTimeRange:before {
  content: '\f017';
  font-family: "FontAwesome";
  font-size: 12px;
  margin-right: 5px; }

.fsCalendar .fsLocation:before {
  content: '\f041';
  font-family: "FontAwesome";
  font-size: 12px;
  margin-right: 5px; }

.fsCalendar .fsAllDay:before {
  content: '\f017';
  font-family: "FontAwesome";
  font-size: 12px;
  margin-right: 5px; }

.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0; }

.fsCalendar.fsList header {
  border-bottom: 1px solid #cdcdcc;
  margin-bottom: 10px; }
  .fsCalendar.fsList header h2 {
    font-size: 30px;
    color: #666666;
    display: inline-block;
    margin-bottom: 0; }
  .fsCalendar.fsList header .fsElementHeaderContent {
    float: right;
    display: inline;
    margin-bottom: 0;
    font-size: 14px;
    padding-top: 20px; }

.fsCalendar.fsList .fsDayContainer article {
  border-bottom: 1px solid #cdcdcc;
  padding-bottom: 10px;
  margin-bottom: 18px;
  padding: 15px 30px;
  margin-bottom: 0; }

.fsCalendar.fsList .fsDate {
  font-size: 24px;
  color: #666666;
  font-family: "freight-display-pro", sans-serif;
  margin-bottom: 5px;
  display: block; }

.fsCalendar.fsList .fsTitle {
  font-size: 16px;
  color: #890124;
  line-height: 20px; }
  .fsCalendar.fsList .fsTitle .fsNewsPostLink {
    font-size: 16px;
    color: #890124;
    line-height: 20px; }
    .fsCalendar.fsList .fsTitle .fsNewsPostLink:hover {
      color: #700b22; }

.fsCalendar.fsList .fsEventDetails .fsAllDay {
  text-transform: uppercase;
  font-size: 14px;
  color: #8c8c8c; }

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarMonthYearPicker {
  z-index: 2; }

@media (max-width: 799px) {
  .fsCalendarRow .fsCalendarDaybox.has-info .fsCalendarDate {
    color: #620017;
    border: 1px solid #620017;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 7px; } }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
    margin-bottom: 0; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
    margin-top: 5px; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1; }

@media (min-width: 800px) {
  .flexbox .fsCalendarEventGrid .fsCalendarRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .flexbox .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important; } }

@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(112, 11, 34, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(112, 11, 34, 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(112, 11, 34, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(112, 11, 34, 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: 10px 20px;
    background: #666666;
    color: #fff;
    outline: 0;
    border-radius: 0;
    padding: 10px 20px; }
    .scroll-up span:hover {
      background: #595959;
      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%; } }

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

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

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

.module {
  background: #700b22; }

.custom-title > header {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  text-align: center; }
  .custom-title > header:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #c3c3c3; }
  .custom-title > header h2.fsElementTitle {
    display: inline-block;
    padding: 0 30px;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    background: #ffffff; }

.hero-plain.fsContent {
  position: relative;
  background-size: cover;
  background-position: top center;
  height: 380px; }
  @media (min-width: 800px) {
    .hero-plain.fsContent {
      height: 450px; } }
  .hero-plain.fsContent:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3); }
  .hero-plain.fsContent > header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10; }
    .hero-plain.fsContent > header > .fsElementTitle {
      margin: 0;
      color: #ffffff;
      font-size: 28px;
      line-height: 34px;
      font-family: "proxima-nova", sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center; }
      @media (min-width: 800px) {
        .hero-plain.fsContent > header > .fsElementTitle {
          font-size: 48px;
          line-height: 58px; } }
    .hero-plain.fsContent > header > .fsElementHeaderContent {
      display: none; }
  .hero-plain.fsContent > .fsElementContent {
    display: block; }
    .hero-plain.fsContent > .fsElementContent img {
      display: block;
      width: 100%; }

.fsElementControls {
  margin-bottom: 20px; }

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

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

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

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

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

.fsFormsElement fieldset > legend {
  font-weight: bold; }

.fsFormsElement .fsFormFieldOption {
  -ms-flex-align: center;
  align-items: center; }

.fsFormsElement .fsFormFieldWrapper > label {
  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: 10px 20px;
    background: #666666;
    color: #fff;
    outline: 0;
    border-radius: 0; }
    .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: #595959;
      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: 10px 20px;
    background: #666666;
    color: #fff;
    outline: 0;
    border-radius: 0; }
    .fsAccount .fsAccountLogout a:hover {
      background: #595959;
      color: #fff;
      text-decoration: none; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal; }

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

/*! elements - news v0.0.1 */
.fsNews article,
.fsPostElement article {
  background-repeat: no-repeat; }

.fsNews .fsThumbnail,
.fsPostElement .fsThumbnail {
  display: block;
  margin-bottom: 0.625em; }
  .fsNews .fsThumbnail img,
  .fsPostElement .fsThumbnail img {
    display: block; }

.fsNews.fsList header,
.fsPostElement.fsList header {
  border-bottom: 1px solid #cdcdcc;
  margin-bottom: 10px; }
  .fsNews.fsList header h2,
  .fsPostElement.fsList header h2 {
    font-size: 30px;
    color: #666666;
    display: inline-block;
    margin-bottom: 0; }
  .fsNews.fsList header .fsElementHeaderContent,
  .fsPostElement.fsList header .fsElementHeaderContent {
    float: right;
    display: inline;
    margin-bottom: 0;
    font-size: 14px;
    padding-top: 20px; }

.fsNews.fsList article,
.fsPostElement.fsList article {
  border-bottom: 1px solid #cdcdcc;
  padding-bottom: 10px;
  margin-bottom: 18px; }
  .fsNews.fsList article:last-child,
  .fsPostElement.fsList article:last-child {
    border: 0; }

.fsNews.fsList .fsThumbnail,
.fsPostElement.fsList .fsThumbnail {
  max-width: 100% !important;
  margin-bottom: 5px;
  height: 140px;
  overflow: hidden; }
  .fsNews.fsList .fsThumbnail .fsCroppedImage,
  .fsPostElement.fsList .fsThumbnail .fsCroppedImage {
    padding: 0;
    height: 140px;
    width: 100%; }

.fsNews.fsList .fsTitle,
.fsPostElement.fsList .fsTitle {
  font-size: 16px;
  color: #333333; }
  .fsNews.fsList .fsTitle .fsNewsPostLink,
  .fsNews.fsList .fsTitle .fsPostLink,
  .fsPostElement.fsList .fsTitle .fsNewsPostLink,
  .fsPostElement.fsList .fsTitle .fsPostLink {
    font-size: 16px;
    color: #333333; }
    .fsNews.fsList .fsTitle .fsNewsPostLink:hover, .fsNews.fsList .fsTitle .fsNewsPostLink:focus,
    .fsNews.fsList .fsTitle .fsPostLink:hover,
    .fsNews.fsList .fsTitle .fsPostLink:focus,
    .fsPostElement.fsList .fsTitle .fsNewsPostLink:hover,
    .fsPostElement.fsList .fsTitle .fsNewsPostLink:focus,
    .fsPostElement.fsList .fsTitle .fsPostLink:hover,
    .fsPostElement.fsList .fsTitle .fsPostLink:focus {
      color: #666666; }

.fsNews.fsGrid .fsListItems,
.fsPostElement.fsGrid .fsListItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px; }

.fsNews.fsGrid article,
.fsPostElement.fsGrid article {
  background-repeat: no-repeat;
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%; }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleTwoColumns article,
  .fsPostElement.fsGrid .fsStyleTwoColumns article {
    width: 50%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleThreeColumns article,
  .fsPostElement.fsGrid .fsStyleThreeColumns article {
    width: 50%; } }

@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleThreeColumns article,
  .fsPostElement.fsGrid .fsStyleThreeColumns article {
    width: 33.33%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFourColumns article,
  .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 50%; } }

@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFourColumns article,
  .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 33.33%; } }

@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFourColumns article,
  .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 25%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFiveColumns article,
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 50%; } }

@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFiveColumns article,
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 33.33%; } }

@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFiveColumns article,
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 25%; } }

@media (min-width: 1200px) {
  .fsNews.fsGrid .fsStyleFiveColumns article,
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 20%; } }

.no-flexbox .fsNews.fsGrid .fsListItems, .no-flexbox
.fsPostElement.fsGrid .fsListItems {
  margin: 0 -15px;
  zoom: 1; }
  .no-flexbox .fsNews.fsGrid .fsListItems:after, .no-flexbox
  .fsPostElement.fsGrid .fsListItems:after {
    display: table;
    clear: both;
    content: ''; }
  .no-flexbox .fsNews.fsGrid .fsListItems article, .no-flexbox
  .fsPostElement.fsGrid .fsListItems article {
    margin: 0 0 20px;
    width: 100%;
    padding: 0 15px; }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article, .no-flexbox
  .fsPostElement.fsGrid .fsStyleTwoColumns article {
    width: 50%; } }

.no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1), .no-flexbox
.fsPostElement.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
  clear: both; }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article, .no-flexbox
  .fsPostElement.fsGrid .fsStyleThreeColumns article {
    width: 50%; }
    .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
      clear: both; } }

@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article, .no-flexbox
  .fsPostElement.fsGrid .fsStyleThreeColumns article {
    width: 33.33%; }
    .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
      clear: both; } }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article, .no-flexbox
  .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 50%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
      clear: both; } }

@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article, .no-flexbox
  .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 33.33%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
      clear: both; } }

@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article, .no-flexbox
  .fsPostElement.fsGrid .fsStyleFourColumns article {
    width: 25%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
      clear: both; } }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article, .no-flexbox
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 50%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
      clear: both; } }

@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article, .no-flexbox
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 33.33%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
      clear: both; } }

@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article, .no-flexbox
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 25%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
      clear: both; } }

@media (min-width: 1200px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article, .no-flexbox
  .fsPostElement.fsGrid .fsStyleFiveColumns article {
    width: 20%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1), .no-flexbox
    .fsPostElement.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
      clear: both; } }

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

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.fsSearch.site-search {
  margin-bottom: 20px; }
  .fsSearch.site-search form.gsc-search-box-tools {
    width: 400px; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
      padding: 0; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
        border: 0;
        height: 100%; }
        .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
          background: #b5ac9f !important;
          background-image: none !important;
          width: 100%;
          height: 50px !important;
          color: #eee;
          padding-left: 10px !important;
          padding-right: 10px !important;
          margin: 0 !important;
          border-radius: 0 !important;
          font-size: 16px;
          font-family: "proxima-nova", sans-serif; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
      padding: 0;
      overflow: hidden;
      height: 50px;
      width: 75px;
      background: #700b22;
      position: relative;
      transition: .3s; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
        content: "Search";
        color: #fff;
        font-family: "proxima-nova", sans-serif;
        opacity: 1;
        display: block;
        position: absolute;
        text-align: center;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        line-height: 50px;
        font-size: 16px; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
        background: #302c25;
        transition: .3s; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
        border: 0;
        height: 100%;
        width: 100%;
        color: transparent;
        opacity: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0; }

.top-search {
  margin-top: 15px; }
  .top-search .search-wrapper input {
    height: 28px;
    border: 1px solid #b2b2b2;
    border-right: 0px;
    font-size: 14px;
    color: #666666;
    background: #f4f4f4;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top; }
  .top-search .search-wrapper button {
    position: relative;
    position: relative;
    border: 0;
    padding: 0;
    height: 28px;
    background: none;
    width: 28px;
    border: 1px solid #b2b2b2;
    border-left: 1px solid #d0d0d0;
    display: inline-block;
    vertical-align: top; }
    .top-search .search-wrapper button:before {
      content: '\f002';
      font-family: "FontAwesome";
      font-size: 12px; }

::-webkit-input-placeholder {
  font-size: 14px;
  color: #666666; }

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search) {
  margin-bottom: 20px; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
    padding: 0; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
      border: 0;
      height: 100%;
      border: solid 1px #666666; }
      .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
        background: #fff !important;
        background-image: none !important;
        width: 100%;
        height: 50px !important;
        color: #666666;
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 16px;
        font-family: "proxima-nova", sans-serif; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
    padding: 0;
    overflow: hidden;
    height: 50px;
    width: 75px;
    background: #666666;
    position: relative;
    transition: .3s; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
      content: "Search";
      color: #fff;
      opacity: 1;
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      line-height: 50px;
      font-size: 16px;
      font-family: "proxima-nova", sans-serif; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: #302c25;
      transition: .3s; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
      border: 0;
      height: 100%;
      width: 100%;
      color: transparent;
      opacity: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */
.fsSearchResults form.gsc-search-box-tools, .fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px; }

.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px; }

.fsSearchResults .gsc-results, .fsSearchFieldWithResults .gsc-results {
  width: 100%; }

.fsSearchResults .gsc-webResult .gsc-result, .fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
    color: #666666; }
  .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: #b5ac9f; }

.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: #620017 !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: #890124 !important; }

.fsSearchResults .gsc-control-cse .gs-spelling, .fsSearchResults .gsc-control-cse .gs-result .gs-title, .fsSearchResults .gsc-control-cse .gs-result .gs-title *, .fsSearchFieldWithResults .gsc-control-cse .gs-spelling, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title * {
  font-size: 16px; }

.fsSearchResults .gsc-results .gsc-cursor-box, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0; }

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

.fsFacebookList, .fsFacebookList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsFacebookList li {
  margin: 0;
  padding: 0; }

.fsFacebookList .fsFacebookListItem {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }

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

.fsFacebookFollow {
  margin-top: 20px; }

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

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

.fsVimeoList, .fsVimeoList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsVimeoList li {
  margin: 0;
  padding: 0; }

.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  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: 10px 20px;
  background: #666666;
  color: #fff;
  outline: 0;
  border-radius: 0; }
  .vimeo_view_link a:hover {
    background: #595959;
    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: 10px 20px;
  background: #666666;
  color: #fff;
  outline: 0;
  border-radius: 0; }
  .Youtube_view_link a:hover {
    background: #595959;
    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; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 2px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-top: 0;
        font-weight: normal;
        font-size: 2.25em;
        line-height: 1.38889em;
        font-family: "freight-display-pro", sans-serif;
        color: #700b22;
        margin-bottom: 0.41667em;
        margin-bottom: 0px;
        display: block;
        font-family: "proxima-nova", sans-serif;
        font-size: 16px;
        padding: 9px 20px;
        color: #333;
        transition: 0.3s;
        background: #eae4e4;
        color: #6e6e6e;
        border: 1px solid #c2c2c2;
        border-radius: 4px 4px 0 0;
        position: relative;
        padding: 15px 12px 13px;
        font-size: 14px;
        font-weight: 400; }
        .fsTabs .fsTabsNav li a:after {
          content: '';
          position: absolute;
          bottom: -1px;
          left: -1px;
          height: 3px;
          width: calc(100% + 2px);
          background: #700b22;
          opacity: 0; }
        .fsTabs .fsTabsNav li a:hover {
          background: #700b22;
          color: #fff;
          border-color: #700b22; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #f4f4f4;
        color: #700b22;
        position: relative;
        font-weight: 600 !important; }
        .fsTabs .fsTabsNav li.fsStateSelected a:after {
          opacity: 1; }
  .fsTabs .fsPanel > .fsElementContent {
    padding: 1em 0; }
    .fsTabs .fsPanel > .fsElementContent .portal-mod {
      top: -1em;
      margin-bottom: 0; }

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

.fsTabs.fsPanelIconBefore .fsPanel > header h2 {
  padding-left: 60px !important; }

/*! pages - home v0.0.1 */
.home #fsPageBodyWrapper {
  padding: 0px !important; }

.home #fsPageBody {
  max-width: 100% !important; }

.home #fsPageContent {
  margin-bottom: 0px !important; }
  .home #fsPageContent > .fsPageLayout > .fsDiv {
    margin-bottom: 0px !important; }

.universal-slideshow button.slick-arrow {
  width: 50px;
  height: 50px;
  background: #dddddd;
  opacity: 0.8;
  text-align: center;
  transition: opacity 0.15s linear; }
  .universal-slideshow button.slick-arrow:hover {
    opacity: 1; }
  .universal-slideshow button.slick-arrow:before {
    top: 10px;
    color: #7e7e7e;
    font-size: 20px;
    font-weight: 600;
    text-shadow: none; }
  .universal-slideshow button.slick-arrow.slick-prev {
    left: 30px; }
    .universal-slideshow button.slick-arrow.slick-prev:before {
      font-family: "IcoMoon";
      content: "\e903"; }
  .universal-slideshow button.slick-arrow.slick-next {
    right: 30px; }
    .universal-slideshow button.slick-arrow.slick-next:before {
      font-family: "IcoMoon";
      content: "\e906"; }
  @media (max-width: 600px) {
    .universal-slideshow button.slick-arrow {
      top: 30% !important; } }

@media (max-width: 600px) {
  .universal-slideshow img {
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important; } }

.caption-wrapper {
  background: none !important;
  text-align: center;
  color: #fff;
  bottom: 0 !important;
  padding-bottom: 35px !important; }
  .caption-wrapper:after {
    content: '';
    background: url("../images/home-overlay.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
    @media (max-width: 600px) {
      .caption-wrapper:after {
        display: none; } }
  @media (max-width: 600px) {
    .caption-wrapper {
      position: relative !important;
      background: #b5ac9f !important; } }
  .caption-wrapper .caption-title {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    text-shadow: 0 0 1px #666666;
    margin-bottom: 30px;
    z-index: 2;
    position: relative; }
    @media (max-width: 600px) {
      .caption-wrapper .caption-title {
        font-size: 24px;
        line-height: 36px;
        text-shadow: none;
        margin-bottom: 10px;
        margin-top: 10px; } }
  .caption-wrapper .caption-desc {
    display: block;
    z-index: 2;
    position: relative; }
    .caption-wrapper .caption-desc a {
      font-size: 18px;
      padding: 15px 35px;
      display: inline-block;
      text-decoration: none !important;
      border: 1px solid rgba(181, 172, 159, 0.5);
      background: none;
      color: #fff;
      transition: color 0.15s linear, background 0.15s linear; }
      .caption-wrapper .caption-desc a:hover {
        color: #666666;
        background: #fff; }
      @media (max-width: 600px) {
        .caption-wrapper .caption-desc a {
          color: #666666;
          background: #fff; } }

.home-news {
  padding: 35px 30px; }
  .home-news header {
    text-align: center;
    position: relative;
    overflow: hidden;
    max-width: 1180px;
    margin: 0 auto; }
    .home-news header h2.fsElementTitle {
      text-align: center;
      padding: 0 30px;
      position: relative;
      display: inline-block;
      background: #fff; }
    .home-news header:before {
      content: '';
      width: 100%;
      height: 1px;
      background: #c3c3c3;
      position: absolute;
      display: block;
      left: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .home-news .fsElementSlideshow {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0 !important; }
    .home-news .fsElementSlideshow article {
      padding: 0px;
      margin: 0 10px; }
  .home-news .slick-arrow {
    width: 50px;
    height: 50px;
    background: #dddddd;
    opacity: 0.8;
    text-align: center;
    transition: opacity 0.15s linear; }
    .home-news .slick-arrow:hover {
      opacity: 1; }
    .home-news .slick-arrow:before {
      width: 50px;
      height: 50px;
      padding-top: 10px;
      color: #7e7e7e;
      font-size: 20px;
      font-weight: 600;
      text-shadow: none;
      position: absolute;
      text-align: center; }
    .home-news .slick-arrow.fsPrevButton {
      left: 0px; }
      .home-news .slick-arrow.fsPrevButton:before {
        font-family: "IcoMoon";
        content: "\e903"; }
    .home-news .slick-arrow.fsNextButton {
      right: 0px; }
      .home-news .slick-arrow.fsNextButton:before {
        font-family: "IcoMoon";
        content: "\e906"; }
  .home-news article {
    background: #f3f3f3; }
    .home-news article .fsTitle {
      height: 85px;
      padding: 5px 20px 5px; }
      .home-news article .fsTitle a {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #666666; }
  .home-news .fsThumbnail {
    margin-bottom: 0; }
  .home-news .fsNewsPostLink.fsReadMoreLink {
    font-size: 16px;
    line-height: 18px;
    color: #8b0021;
    padding: 5px 20px 20px;
    display: inline-block;
    font-weight: 500; }

.home-cal {
  padding: 35px 30px; }
  .home-cal header {
    text-align: center;
    position: relative;
    overflow: hidden;
    max-width: 1180px;
    margin: 0 auto; }
    .home-cal header h2.fsElementTitle {
      text-align: center;
      padding: 0 30px;
      position: relative;
      display: inline-block;
      background: #fff; }
    .home-cal header:before {
      content: '';
      width: 100%;
      height: 1px;
      background: #c3c3c3;
      position: absolute;
      display: block;
      left: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .home-cal > .fsElementContent {
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 30px; }
    .home-cal > .fsElementContent ul {
      text-align: center; }
      .home-cal > .fsElementContent ul, .home-cal > .fsElementContent ul ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      .home-cal > .fsElementContent ul li {
        margin: 0;
        padding: 0; }
      .home-cal > .fsElementContent ul li {
        display: inline-block;
        border-right: 1px solid rgba(102, 102, 102, 0.2);
        padding: 0 20px; }
        .home-cal > .fsElementContent ul li:last-child {
          border: 0; }
        @media (max-width: 600px) {
          .home-cal > .fsElementContent ul li {
            display: block;
            text-align: center;
            border: 0px !important;
            padding: 0px;
            margin-bottom: 10px; } }
        .home-cal > .fsElementContent ul li a {
          font-size: 24px;
          color: #333; }
          .home-cal > .fsElementContent ul li a:hover {
            color: #700b22; }

.home:not(.fsComposeMode) .grey-bottom {
  background: #f4f4f4;
  padding: 35px 30px; }
  .home:not(.fsComposeMode) .grey-bottom > .fsElementContent {
    max-width: 1180px;
    margin: 0 auto; }
  .home:not(.fsComposeMode) .grey-bottom .home-callout {
    border: 1px solid #b5ac9f;
    background: #fdfdfd;
    height: 300px;
    text-align: center;
    font-size: 24px;
    font-family: "freight-display-pro", sans-serif;
    color: #888888;
    transition: all 0.15s linear; }
    @media (max-width: 600px) {
      .home:not(.fsComposeMode) .grey-bottom .home-callout {
        max-width: 300px;
        height: 200px;
        margin: 0 auto;
        display: block; } }
    .home:not(.fsComposeMode) .grey-bottom .home-callout > .fsElementContent {
      position: relative;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .home:not(.fsComposeMode) .grey-bottom .home-callout > .fsElementContent a {
        color: #888888;
        transition: all 0.15s linear; }
    .home:not(.fsComposeMode) .grey-bottom .home-callout span {
      font-size: 50px;
      display: block;
      color: #b5ac9f;
      transition: all 0.15s linear; }
    .home:not(.fsComposeMode) .grey-bottom .home-callout:hover {
      background: #b5ac9f; }
      .home:not(.fsComposeMode) .grey-bottom .home-callout:hover a {
        color: #fff; }
      .home:not(.fsComposeMode) .grey-bottom .home-callout:hover span {
        color: #fff; }

.home:not(.fsComposeMode) .small-btns {
  padding: 0 20px;
  background-size: cover; }
  .home:not(.fsComposeMode) .small-btns > .fsElementContent {
    padding-top: 30px;
    padding-bottom: 30px; }
  .home:not(.fsComposeMode) .small-btns .fsLayout .fsDiv {
    margin-bottom: 0; }
  .home:not(.fsComposeMode) .small-btns:before {
    content: '';
    position: absolute;
    left: 0;
    background: #333333;
    width: 100%;
    height: 100%;
    opacity: 0.60; }
  .home:not(.fsComposeMode) .small-btns .home-callout {
    border: none;
    height: 90px;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    margin-top: 10px;
    margin-bottom: 10px; }
    @media (max-width: 1180px) {
      .home:not(.fsComposeMode) .small-btns .home-callout {
        margin-top: 50px;
        margin-bottom: 50px; } }
    @media (max-width: 900px) {
      .home:not(.fsComposeMode) .small-btns .home-callout {
        margin-top: 20px;
        margin-bottom: 20px; } }
    .home:not(.fsComposeMode) .small-btns .home-callout:hover {
      background: white; }
    .home:not(.fsComposeMode) .small-btns .home-callout:hover span {
      color: #b5ac9f; }
    .home:not(.fsComposeMode) .small-btns .home-callout > .fsElementContent a {
      font-family: sans-serif;
      font-weight: 700;
      font-size: 22px;
      color: #333333; }
    .home:not(.fsComposeMode) .small-btns .home-callout span {
      font-size: 25px;
      display: inline;
      vertical-align: middle;
      margin-right: 10px; }

/*! pages - home v0.0.1 */
@media (max-width: 600px) {
  .home-update .universal-slideshow,
  .bpt-athletics3-update .universal-slideshow {
    background: #b5ac9f !important; } }

.home-update .universal-slideshow article:before,
.bpt-athletics3-update .universal-slideshow article:before {
  content: '';
  display: none;
  width: 100%;
  padding-bottom: 43.26389%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 154px, rgba(0, 0, 0, 0) 100%); }
  @media (min-width: 600px) {
    .home-update .universal-slideshow article:before,
    .bpt-athletics3-update .universal-slideshow article:before {
      display: block; } }

.home-update .universal-slideshow .caption-wrapper,
.bpt-athletics3-update .universal-slideshow .caption-wrapper {
  padding-bottom: 38px !important;
  padding-left: 110px;
  padding-right: 110px;
  bottom: 0 !important;
  color: #ffffff;
  text-align: center;
  background: none !important; }
  @media (max-width: 600px) {
    .home-update .universal-slideshow .caption-wrapper,
    .bpt-athletics3-update .universal-slideshow .caption-wrapper {
      padding-bottom: 49px !important;
      padding-left: 10px;
      padding-right: 10px;
      position: relative !important;
      background: #b5ac9f !important; } }
  .home-update .universal-slideshow .caption-wrapper:after,
  .bpt-athletics3-update .universal-slideshow .caption-wrapper:after {
    display: none; }
  .home-update .universal-slideshow .caption-wrapper .caption-title,
  .bpt-athletics3-update .universal-slideshow .caption-wrapper .caption-title {
    margin-bottom: 37px;
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
    font-family: "proxima-nova", sans-serif; }
    @media (max-width: 600px) {
      .home-update .universal-slideshow .caption-wrapper .caption-title,
      .bpt-athletics3-update .universal-slideshow .caption-wrapper .caption-title {
        margin-top: 20px;
        margin-bottom: 25px;
        font-size: 24px;
        line-height: 36px;
        text-shadow: none; } }
  .home-update .universal-slideshow .caption-wrapper .caption-desc,
  .bpt-athletics3-update .universal-slideshow .caption-wrapper .caption-desc {
    display: block;
    position: relative;
    z-index: 2; }
    .home-update .universal-slideshow .caption-wrapper .caption-desc a,
    .bpt-athletics3-update .universal-slideshow .caption-wrapper .caption-desc a {
      display: inline-block;
      padding: 13px 37px 11px;
      border: 0;
      color: #666666;
      font-size: 18px;
      text-decoration: none !important;
      background: #ffffff;
      transition: color 0.15s linear, background 0.15s linear; }
      .home-update .universal-slideshow .caption-wrapper .caption-desc a:hover,
      .bpt-athletics3-update .universal-slideshow .caption-wrapper .caption-desc a:hover {
        color: #ffffff;
        background: #890124; }

.home-update .universal-slideshow button.slick-arrow,
.bpt-athletics3-update .universal-slideshow button.slick-arrow {
  width: 50px;
  height: 50px;
  text-align: center;
  background: #dddddd;
  opacity: 0.8;
  transition: opacity 0.15s linear; }
  .home-update .universal-slideshow button.slick-arrow:hover,
  .bpt-athletics3-update .universal-slideshow button.slick-arrow:hover {
    opacity: 1; }
  .home-update .universal-slideshow button.slick-arrow:before,
  .bpt-athletics3-update .universal-slideshow button.slick-arrow:before {
    top: 10px;
    color: #7e7e7e;
    font-size: 20px;
    font-weight: 600;
    text-shadow: none; }
  .home-update .universal-slideshow button.slick-arrow.slick-prev,
  .bpt-athletics3-update .universal-slideshow button.slick-arrow.slick-prev {
    left: 30px; }
    .home-update .universal-slideshow button.slick-arrow.slick-prev:before,
    .bpt-athletics3-update .universal-slideshow button.slick-arrow.slick-prev:before {
      content: "\e903";
      font-family: "IcoMoon"; }
  .home-update .universal-slideshow button.slick-arrow.slick-next,
  .bpt-athletics3-update .universal-slideshow button.slick-arrow.slick-next {
    right: 30px; }
    .home-update .universal-slideshow button.slick-arrow.slick-next:before,
    .bpt-athletics3-update .universal-slideshow button.slick-arrow.slick-next:before {
      content: "\e906";
      font-family: "IcoMoon"; }
  @media (max-width: 600px) {
    .home-update .universal-slideshow button.slick-arrow,
    .bpt-athletics3-update .universal-slideshow button.slick-arrow {
      top: 30% !important; } }

.home-update .universal-slideshow .image-wrapper,
.bpt-athletics3-update .universal-slideshow .image-wrapper {
  height: 360px;
  background-position: center center;
  background-size: cover; }
  @media (min-width: 600px) {
    .home-update .universal-slideshow .image-wrapper,
    .bpt-athletics3-update .universal-slideshow .image-wrapper {
      height: auto;
      background: none !important; } }
  .home-update .universal-slideshow .image-wrapper img,
  .bpt-athletics3-update .universal-slideshow .image-wrapper img {
    display: none; }

.home-update .fsNews.styled,
.home-update .fsPostElement.styled {
  padding: 35px 20px 35px; }
  @media (min-width: 900px) {
    .home-update .fsNews.styled,
    .home-update .fsPostElement.styled {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 0px; } }
  @media (max-width: 899px) {
    .home-update .fsNews.styled.fsGrid article:last-of-type,
    .home-update .fsPostElement.styled.fsGrid article:last-of-type {
      margin-bottom: 0; } }
  .home-update .fsNews.styled.fsGrid > .fsElementContent,
  .home-update .fsPostElement.styled.fsGrid > .fsElementContent {
    padding-top: 34px; }

.fsNews.styled.article-truncator {
  width: 360px;
  padding: 0; }
  .fsNews.styled.article-truncator article {
    height: auto;
    background: none !important; }
  .fsNews.styled.article-truncator .fsSummary {
    max-height: none;
    padding-bottom: 10px; }

.fsNews.styled.fsGrid > .fsElementContent,
.fsPostElement.styled.fsGrid > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem; }

.fsNews.styled.fsGrid .fsListItems,
.fsPostElement.styled.fsGrid .fsListItems {
  margin-left: -10px;
  margin-right: -10px; }
  @media (max-width: 899px) {
    .fsNews.styled.fsGrid .fsListItems,
    .fsPostElement.styled.fsGrid .fsListItems {
      margin-left: 0;
      margin-right: 0; } }

.fsNews.styled.fsGrid .fsStyleThreeColumns article,
.fsPostElement.styled.fsGrid .fsStyleThreeColumns article {
  width: 100%; }
  @media (min-width: 900px) {
    .fsNews.styled.fsGrid .fsStyleThreeColumns article,
    .fsPostElement.styled.fsGrid .fsStyleThreeColumns article {
      width: calc(33.3333% - 20px); } }

.fsNews.styled.fsGrid article,
.fsPostElement.styled.fsGrid article {
  padding-left: 0;
  padding-right: 0;
  background-image: url("../images/default-news-image.jpg"); }
  @media (min-width: 900px) {
    .fsNews.styled.fsGrid article,
    .fsPostElement.styled.fsGrid article {
      margin-left: 10px;
      margin-right: 10px; } }

.fsNews.styled header,
.fsPostElement.styled header {
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center; }
  .fsNews.styled header h2.fsElementTitle,
  .fsPostElement.styled header h2.fsElementTitle {
    display: inline-block;
    padding: 0 30px;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    background: #ffffff; }
  .fsNews.styled header:before,
  .fsPostElement.styled header:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #c3c3c3; }

.fsNews.styled .fsElementSlideshow,
.fsPostElement.styled .fsElementSlideshow {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0 !important; }
  .fsNews.styled .fsElementSlideshow article,
  .fsPostElement.styled .fsElementSlideshow article {
    padding: 0px;
    margin: 0 10px; }

.fsNews.styled .slick-arrow,
.fsPostElement.styled .slick-arrow {
  width: 50px;
  height: 50px;
  text-align: center;
  background: #dddddd;
  opacity: 0.8;
  transition: opacity 0.15s linear; }
  .fsNews.styled .slick-arrow:hover,
  .fsPostElement.styled .slick-arrow:hover {
    opacity: 1; }
  .fsNews.styled .slick-arrow:before,
  .fsPostElement.styled .slick-arrow:before {
    width: 50px;
    height: 50px;
    padding-top: 10px;
    position: absolute;
    color: #7e7e7e;
    font-size: 20px;
    font-weight: 600;
    text-shadow: none;
    text-align: center; }
  .fsNews.styled .slick-arrow.fsPrevButton,
  .fsPostElement.styled .slick-arrow.fsPrevButton {
    left: 0px; }
    .fsNews.styled .slick-arrow.fsPrevButton:before,
    .fsPostElement.styled .slick-arrow.fsPrevButton:before {
      font-family: "IcoMoon";
      content: "\e903"; }
  .fsNews.styled .slick-arrow.fsNextButton,
  .fsPostElement.styled .slick-arrow.fsNextButton {
    right: 0px; }
    .fsNews.styled .slick-arrow.fsNextButton:before,
    .fsPostElement.styled .slick-arrow.fsNextButton:before {
      font-family: "IcoMoon";
      content: "\e906"; }

.fsNews.styled article,
.fsNews.styled article.slick-slide,
.fsPostElement.styled article,
.fsPostElement.styled article.slick-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 200px;
  background-size: cover;
  background-position: center center; }
  @media (min-width: 600px) {
    .fsNews.styled article,
    .fsNews.styled article.slick-slide,
    .fsPostElement.styled article,
    .fsPostElement.styled article.slick-slide {
      height: 360px; } }
  .fsNews.styled article:before,
  .fsNews.styled article.slick-slide:before,
  .fsPostElement.styled article:before,
  .fsPostElement.styled article.slick-slide:before {
    -ms-flex-order: 100;
    order: 100;
    content: '';
    display: block;
    width: 100%;
    height: 17px;
    background-color: rgba(0, 0, 0, 0.55);
    transition: background 0.8s ease; }
  .fsNews.styled article:hover > *,
  .fsNews.styled article.slick-slide:hover > *,
  .fsPostElement.styled article:hover > *,
  .fsPostElement.styled article.slick-slide:hover > * {
    background-color: rgba(0, 0, 0, 0.8); }
  .fsNews.styled article:hover:before,
  .fsNews.styled article.slick-slide:hover:before,
  .fsPostElement.styled article:hover:before,
  .fsPostElement.styled article.slick-slide:hover:before {
    background-color: rgba(0, 0, 0, 0.8); }
  @media (min-width: 600px) {
    .fsNews.styled article:hover .fsSummary,
    .fsNews.styled article.slick-slide:hover .fsSummary,
    .fsPostElement.styled article:hover .fsSummary,
    .fsPostElement.styled article.slick-slide:hover .fsSummary {
      max-height: 400px;
      padding-bottom: 10px; } }
  .fsNews.styled article > *,
  .fsNews.styled article.slick-slide > *,
  .fsPostElement.styled article > *,
  .fsPostElement.styled article.slick-slide > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: auto;
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.55);
    transition: background 0.8s ease; }
  .fsNews.styled article .fsTitle,
  .fsNews.styled article.slick-slide .fsTitle,
  .fsPostElement.styled article .fsTitle,
  .fsPostElement.styled article.slick-slide .fsTitle {
    -ms-flex-order: -9;
    order: -9;
    padding: 1px 22px 9px; }
    .fsNews.styled article .fsTitle a,
    .fsNews.styled article.slick-slide .fsTitle a,
    .fsPostElement.styled article .fsTitle a,
    .fsPostElement.styled article.slick-slide .fsTitle a {
      color: rgba(255, 255, 255, 0.9);
      font-size: 22px;
      line-height: 30px;
      font-weight: 600;
      transition: color 0.3s ease; }
      .fsNews.styled article .fsTitle a:hover,
      .fsNews.styled article.slick-slide .fsTitle a:hover,
      .fsPostElement.styled article .fsTitle a:hover,
      .fsPostElement.styled article.slick-slide .fsTitle a:hover {
        color: white; }
  .fsNews.styled article .fsDateTime,
  .fsNews.styled article.slick-slide .fsDateTime,
  .fsPostElement.styled article .fsDateTime,
  .fsPostElement.styled article.slick-slide .fsDateTime {
    padding-top: 17px;
    -ms-flex-order: -10;
    order: -10;
    color: #dddddd; }
  .fsNews.styled article .fsSummary,
  .fsNews.styled article.slick-slide .fsSummary,
  .fsPostElement.styled article .fsSummary,
  .fsPostElement.styled article.slick-slide .fsSummary {
    max-height: 0;
    overflow: hidden;
    padding-bottom: 0px;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    transition: max-height 0.8s ease, padding 0.6s ease, background 0.8s ease; }
    .fsNews.styled article .fsSummary > *,
    .fsNews.styled article.slick-slide .fsSummary > *,
    .fsPostElement.styled article .fsSummary > *,
    .fsPostElement.styled article.slick-slide .fsSummary > * {
      margin-bottom: 0; }

.fsNews.styled .fsThumbnail,
.fsPostElement.styled .fsThumbnail {
  margin-bottom: 0; }

.fsNews.styled .fsNewsPostLink.fsReadMoreLink,
.fsNews.styled .fsPostLink.fsReadMoreLink,
.fsPostElement.styled .fsNewsPostLink.fsReadMoreLink,
.fsPostElement.styled .fsPostLink.fsReadMoreLink {
  display: inline-block;
  padding: 5px 20px 20px;
  color: #8b0021;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500; }

.fsPostElement.styled .fsThumbnail {
  display: none; }

@media (min-width: 900px) {
  .panel-feeds-trio {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0;
    padding-right: 0; } }

.panel-feeds-trio > .fsDiv {
  margin-bottom: 0; }
  @media (min-width: 900px) {
    .panel-feeds-trio > .fsDiv {
      padding-left: 10px;
      padding-right: 10px; } }

.panel-feeds.fsContainer {
  padding-left: 20px;
  padding-right: 20px; }
  .panel-feeds.fsContainer > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
  .panel-feeds.fsContainer .fsFeeds .j-poster h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    font-family: "proxima-nova", sans-serif; }
  .panel-feeds.fsContainer .fsFeeds .j-poster a {
    transition: all 0.3s ease; }
    .panel-feeds.fsContainer .fsFeeds .j-poster a:hover h3 {
      color: #890124; }
  .panel-feeds.fsContainer .fsFeeds .j-paginate {
    display: none; }
  .panel-feeds.fsContainer .fsFeeds .j-meta a:hover {
    color: #890124; }

.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: #890124; }
  .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: #620017; }

.portal:not(.fsComposeMode) .portal-news .fsPrevButton::before, .portal:not(.fsComposeMode) .portal-student-announcements .fsPrevButton::before {
  content: "";
  font-family: "FontAwesome";
  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: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  font-size: 60px;
  color: #dedede; }

.portal:not(.fsComposeMode) .portal-news .fsPager, .portal:not(.fsComposeMode) .portal-student-announcements .fsPager {
  padding-top: 20px; }
  .portal:not(.fsComposeMode) .portal-news .fsPager li button:before, .portal:not(.fsComposeMode) .portal-student-announcements .fsPager li button:before {
    color: #dedede; }
  .portal:not(.fsComposeMode) .portal-news .fsPager li.slick-active button:before, .portal:not(.fsComposeMode) .portal-student-announcements .fsPager li.slick-active button:before {
    color: #dedede; }

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

.portal a.files:before {
  content: "";
  font-family: "FontAwesome";
  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: "FontAwesome";
  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: #620017; }
  .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: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0; }
  .portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
    position: absolute;
    right: 0;
    bottom: 40px;
    margin-bottom: 0px;
    text-align: right;
    color: #fff;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 62px; }
    @media (max-width: 1200px) {
      .portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
        padding: 0 20px; } }
    @media (max-width: 799px) {
      .portal:not(.fsComposeMode) .portal-hero h2.fsElementTitle {
        font-size: 42px;
        left: 0;
        text-align: center; } }

.portal:not(.fsComposeMode) #fsPageBodyWrapper header h2.fsElementTitle {
  font-family: "proxima-nova", 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: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #666666;
    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,
  .portal:not(.fsComposeMode) .portal-news .fsTitle a.fsPostLink {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    color: #162f50;
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px; }
    .portal:not(.fsComposeMode) .portal-news .fsTitle a.fsNewsPostLink:hover,
    .portal:not(.fsComposeMode) .portal-news .fsTitle a.fsPostLink:hover {
      color: #890124; }
  .portal:not(.fsComposeMode) .portal-news .fsDateTime {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #666666; }
  .portal:not(.fsComposeMode) .portal-news .fsSummary {
    font-size: 16px;
    color: #666666;
    line-height: 24px; }
  .portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink,
  .portal:not(.fsComposeMode) .portal-news a.fsPostLink.fsReadMoreLink {
    display: inline-block;
    font-family: "proxima-nova", 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,
    .portal:not(.fsComposeMode) .portal-news a.fsPostLink.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-size: 56px;
        font-weight: 400;
        line-height: 1em;
        display: block; }
      .portal:not(.fsComposeMode) .portal-cal article .fsDate .fsMonth {
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 400;
        display: block; }
    .portal:not(.fsComposeMode) .portal-cal article .fsTitle {
      font-weight: bold;
      font-size: 20px;
      color: #162f50;
      line-height: 1em;
      margin-bottom: 5px; }
      .portal:not(.fsComposeMode) .portal-cal article .fsTitle a.fsCalendarEventLink {
        color: #162f50; }
        .portal:not(.fsComposeMode) .portal-cal article .fsTitle a.fsCalendarEventLink:hover {
          color: #890124; }
    .portal:not(.fsComposeMode) .portal-cal article .fsEventDetails {
      font-weight: 400;
      font-size: 15px;
      color: #424242; }
      .portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsTimeRange:before,
      .portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsAllDay:before {
        content: "";
        font-family: "FontAwesome";
        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: "FontAwesome";
        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: "proxima-nova", sans-serif;
    font-size: 16px;
    color: #620017;
    display: block; }
    .portal:not(.fsComposeMode) .portal-directory-search form label > span {
      display: inline-block;
      min-width: 100px;
      text-align: right; }
    .portal:not(.fsComposeMode) .portal-directory-search form label > input,
    .portal:not(.fsComposeMode) .portal-directory-search form label > select {
      display: inline-block;
      max-width: 190px;
      height: 30px;
      padding: 2px;
      margin-left: 10px; }
  .portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton {
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    background: #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: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #620017; }
  @media (max-width: 799px) {
    .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem {
      max-width: 280px;
      display: block;
      float: none; } }
  @media (max-width: 599px) {
    .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem {
      margin: 0 auto; } }
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem strong {
    font-weight: 600; }
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem > div {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px; }
  .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsFullName {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 24px;
    padding-left: 0px;
    padding-right: 0px;
    text-transform: uppercase;
    margin-bottom: 20px; }
    .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsFullName a {
      color: #162f50; }
      .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsFullName a:hover {
        color: #890124; }

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

.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: #700b22; }

.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: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 8px; }
  .portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle {
    position: relative;
    margin: 0;
    padding: 20px;
    cursor: pointer;
    background: #700b22;
    color: #fff;
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 800px) {
      .portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle {
        cursor: default; } }
    @media (max-width: 799px) {
      .portal:not(.fsComposeMode) .portal-sub-nav > header > .fsElementTitle:after {
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 40px;
        line-height: 40px;
        text-align: center;
        margin-left: 8px;
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }
    @media (max-width: 799px) {
      .active-nav > header > .fsElementTitle:after {
        content: "";
        font-family: "FontAwesome";
        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: "proxima-nova", sans-serif;
        font-weight: 600;
        font-size: 24px;
        color: #162f50; }
        .portal:not(.fsComposeMode) .portal-student-announcements .fsElementSlideshow article .fsTitle > a:hover {
          color: #890124; }

.portal:not(.fsComposeMode) .portal-photos {
  background: #d0d6dc;
  text-align: center;
  padding: 30px 0 55px; }
  .portal:not(.fsComposeMode) .portal-photos header h2.fsElementTitle {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase; }
  .portal:not(.fsComposeMode) .portal-photos ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .portal:not(.fsComposeMode) .portal-photos ul li {
      display: inline-block;
      width: 20%;
      margin-left: -2px;
      margin-right: -2px;
      padding: 0 4px; }
      @media (max-width: 599px) {
        .portal:not(.fsComposeMode) .portal-photos ul li {
          width: 33.33%; } }
      @media (max-width: 480px) {
        .portal:not(.fsComposeMode) .portal-photos ul li {
          width: 50%; } }
      @media (max-width: 320px) {
        .portal:not(.fsComposeMode) .portal-photos ul li {
          width: 100%; } }

#fsHeader .pattern-social {
  display: none; }

.pattern-social .fsLayout {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0; }
  .pattern-social .fsLayout > .fsDiv {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0; }
  @media (min-width: 1000px) {
    .pattern-social .fsLayout.fsTwoColumnLayout {
      display: -ms-flexbox;
      display: flex; } }
  .pattern-social .fsLayout.fsTwoColumnLayout > .fsDiv {
    width: 100%; }
    @media (min-width: 1000px) {
      .pattern-social .fsLayout.fsTwoColumnLayout > .fsDiv {
        width: 50%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        float: none; } }
    @media (min-width: 1000px) {
      .pattern-social .fsLayout.fsTwoColumnLayout > .fsDiv .social-block {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
        .pattern-social .fsLayout.fsTwoColumnLayout > .fsDiv .social-block > .fsElementContent {
          width: 100%; } }
  .pattern-social .fsLayout.fsThreeColumnLayout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .pattern-social .fsLayout.fsThreeColumnLayout > .fsDiv {
      float: none;
      -ms-flex: 1 auto;
      flex: 1 auto; }
      .pattern-social .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-1 {
        -ms-flex-order: 1;
        order: 1; }
        @media (min-width: 700px) {
          .pattern-social .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-1 {
            width: 50%; } }
        @media (min-width: 1000px) {
          .pattern-social .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-1 {
            width: 33.33333%; } }
        @media (min-width: 700px) {
          .pattern-social .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-1 > .social-block {
            height: 380px; } }
        @media (min-width: 700px) {
          .pattern-social .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-1 > .social-block > .fsElementContent {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; } }
      .pattern-social .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-2 {
        -ms-flex-order: 3;
        order: 3; }
        @media (min-width: 1000px) {
          .pattern-social .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-2 {
            -ms-flex-order: 2;
            order: 2;
            width: 33.33333%; } }
      .pattern-social .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 {
        -ms-flex-order: 2;
        order: 2; }
        @media (min-width: 700px) {
          .pattern-social .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 {
            width: 50%; } }
        @media (min-width: 1000px) {
          .pattern-social .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 {
            -ms-flex-order: 3;
            order: 3;
            width: 33.33333%; } }
        @media (min-width: 700px) {
          .pattern-social .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 > .social-block {
            height: 380px; } }
        @media (min-width: 700px) {
          .pattern-social .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 > .social-block > .fsElementContent {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; } }
    @media (min-width: 1000px) {
      .pattern-social .fsLayout.fsThreeColumnLayout .social-block {
        height: 380px; } }
    .pattern-social .fsLayout.fsThreeColumnLayout .social-block:not(.social-instagram) {
      position: relative; }
      @media (min-width: 1000px) {
        .pattern-social .fsLayout.fsThreeColumnLayout .social-block:not(.social-instagram) > .fsElementContent {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }

.social-add-more-container .social-add-more {
  cursor: pointer;
  margin: 0 auto; }

.social-block {
  margin-bottom: 20px;
  width: 100%;
  position: relative; }
  .social-block > header {
    display: none; }
  .social-block > .fsElementContent {
    padding: 19px;
    position: relative; }
  .social-block.element-loaded .social-overlay-wrapper {
    z-index: -1; }
  .social-block.element-loaded .social-overlay span {
    opacity: 0; }
  .social-block .entry-content {
    word-wrap: break-word; }
    @media (min-width: 400px) {
      .social-block .entry-content {
        word-wrap: normal; } }
    .social-block .entry-content a {
      word-wrap: break-all; }
      @media (min-width: 400px) {
        .social-block .entry-content a {
          word-wrap: normal; } }
  .social-block .entry-avatar {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: -4px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 20; }
    .social-block .entry-avatar .entry-avatar-image {
      display: block;
      width: 70px;
      height: 70px;
      border: 2px solid #dddddd;
      border-radius: 200px;
      overflow: hidden;
      position: relative;
      z-index: 1;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
    .social-block .entry-avatar:before {
      content: '';
      display: block;
      border-radius: 200px;
      border: 5px solid #005596;
      position: absolute;
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px;
      z-index: 1; }
  .social-block .entry-content {
    color: #ffffff;
    font-size: 17.5px;
    line-height: 28px;
    word-wrap: break-word; }
    .social-block .entry-content a {
      color: inherit; }
  .social-block .entry-author {
    position: absolute;
    left: 32px;
    right: 52px;
    bottom: 32px;
    z-index: 10;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    line-height: 20px; }
    @media (min-width: 400px) {
      .social-block .entry-author {
        right: auto;
        padding-right: 52px; } }
    .social-block .entry-author:hover {
      color: white; }
    .social-block .entry-author a {
      color: inherit; }
    .social-block .entry-author .entry-screenname,
    .social-block .entry-author .entry-username {
      word-wrap: break-word;
      font-weight: 400; }
      @media (min-width: 400px) {
        .social-block .entry-author .entry-screenname,
        .social-block .entry-author .entry-username {
          word-wrap: normal; } }
    .social-block .entry-author .entry-username {
      padding-top: 4px; }
  .social-block .entry-icon {
    width: 38px;
    height: 38px;
    position: absolute;
    right: 6px;
    bottom: 8px;
    z-index: 10;
    text-align: center;
    -ms-transform: scale(1);
    transform: scale(1);
    transition: transform 0.3s ease; }
    .social-block .entry-icon:after {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      color: #ffffff;
      font-size: 25px;
      line-height: 38px; }
    .social-block .entry-icon:hover {
      -ms-transform: scale(1.25);
      transform: scale(1.25); }
  .social-block > footer {
    display: none; }

.row-one .social-overlay-wrapper span,
.row-two .social-overlay-wrapper span {
  transition: transform 1s cubic-bezier(0.84, 0.015, 0.98, -0.075); }

.row-one.fsThreeColumnLayout .fsStyleColumn-2 .social-block .social-overlay-wrapper,
.row-two.fsThreeColumnLayout .fsStyleColumn-2 .social-block .social-overlay-wrapper {
  transition: z-index 0s 1.2s; }
  .row-one.fsThreeColumnLayout .fsStyleColumn-2 .social-block .social-overlay-wrapper span,
  .row-two.fsThreeColumnLayout .fsStyleColumn-2 .social-block .social-overlay-wrapper span {
    transition: transform 1s cubic-bezier(0.84, 0.015, 0.98, -0.075) 0.2s; }

.row-one.fsThreeColumnLayout .fsStyleColumn-3 .social-block .social-overlay-wrapper,
.row-two.fsThreeColumnLayout .fsStyleColumn-3 .social-block .social-overlay-wrapper {
  transition: z-index 0s 1.1s; }
  .row-one.fsThreeColumnLayout .fsStyleColumn-3 .social-block .social-overlay-wrapper span,
  .row-two.fsThreeColumnLayout .fsStyleColumn-3 .social-block .social-overlay-wrapper span {
    transition: transform 1s cubic-bezier(0.84, 0.015, 0.98, -0.075) 0.1s; }

.row-one .social-block.element-loaded .social-overlay-wrapper,
.row-two .social-block.element-loaded .social-overlay-wrapper {
  z-index: -1; }

.row-one .social-block.element-loaded .social-overlay span,
.row-two .social-block.element-loaded .social-overlay span {
  opacity: 1; }
  .row-one .social-block.element-loaded .social-overlay span:nth-of-type(1),
  .row-two .social-block.element-loaded .social-overlay span:nth-of-type(1) {
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%); }
  .row-one .social-block.element-loaded .social-overlay span:nth-of-type(2),
  .row-two .social-block.element-loaded .social-overlay span:nth-of-type(2) {
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%); }
  .row-one .social-block.element-loaded .social-overlay span:nth-of-type(3),
  .row-two .social-block.element-loaded .social-overlay span:nth-of-type(3) {
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%); }
  .row-one .social-block.element-loaded .social-overlay span:nth-of-type(4),
  .row-two .social-block.element-loaded .social-overlay span:nth-of-type(4) {
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%); }

.social-overlay-wrapper {
  overflow: hidden;
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  z-index: 101;
  transition: z-index 0s 1s; }
  .social-overlay-wrapper span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #ffffff;
    transition: opacity 0.3s; }
    .fsThreeColumnLayout .fsStyleColumn-2 .social-overlay-wrapper span {
      transition: opacity 0.3s 0.2s; }
    .fsThreeColumnLayout .fsStyleColumn-3 .social-overlay-wrapper span {
      transition: opacity 0.3s 0.1s; }
    .social-overlay-wrapper span:nth-of-type(1), .social-overlay-wrapper span:nth-of-type(3) {
      height: 500px;
      width: 800px; }
    .social-overlay-wrapper span:nth-of-type(2), .social-overlay-wrapper span:nth-of-type(4) {
      width: 500px;
      height: 800px; }
    .social-overlay-wrapper span:nth-of-type(1) {
      top: 50%;
      bottom: auto;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    .social-overlay-wrapper span:nth-of-type(2) {
      left: 50%;
      right: auto;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .social-overlay-wrapper span:nth-of-type(3) {
      top: auto;
      bottom: 50%;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    .social-overlay-wrapper span:nth-of-type(4) {
      left: auto;
      right: 50%;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }

/* ================================= */
/* ----------- INSTAGRAM ----------- */
/* ================================= */
.social-instagram > .fsElementContent {
  padding: 0; }

.social-instagram .entry-image {
  width: 100%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .social-instagram .entry-image:before {
    content: '';
    display: block;
    padding-bottom: 100%; }
  .social-instagram .entry-image:after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 17.10526%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }

.social-instagram .entry-icon {
  right: 6px;
  bottom: 8px; }
  .social-instagram .entry-icon:after {
    content: '\f16e'; }

.social-instagram .instagram-desc {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 17.5px;
  line-height: 28px; }
  .social-instagram .instagram-desc a {
    color: inherit; }

.social-instagram .entry-author {
  color: #ffffff; }

.social-instagram .entry-icon:after {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); }

.social-instagram:not(.social-instagram-caption) .instagram-entry {
  position: relative; }

.social-instagram:not(.social-instagram-caption) .entry-content {
  padding: 50px 30px 100px 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.3s ease; }
  @media (min-width: 400px) {
    .social-instagram:not(.social-instagram-caption) .entry-content {
      padding-top: 80px; } }

.social-instagram:not(.social-instagram-caption):hover .entry-content {
  opacity: 1; }

.social-instagram img {
  display: block; }

.social-instagram.social-instagram-caption .entry-image {
  max-width: 380px;
  margin: 10px auto;
  z-index: 10;
  position: relative; }
  @media (min-width: 700px) {
    .social-instagram.social-instagram-caption .entry-image {
      margin-left: 0;
      margin-right: 0;
      margin-top: -77px;
      max-width: 276px;
      position: relative;
      left: calc(50% - 276px - 10px); } }
  @media (min-width: 1000px) {
    .social-instagram.social-instagram-caption .entry-image {
      left: 20px;
      max-width: 380px;
      width: 74.36399%; } }

.social-instagram.social-instagram-caption .entry-content {
  padding: 50px 30px 50px 30px;
  padding-top: 51px;
  padding-bottom: 85px;
  position: relative;
  z-index: 10;
  background-color: #0f0; }
  @media (min-width: 400px) {
    .social-instagram.social-instagram-caption .entry-content {
      padding-left: 54px;
      padding-right: 54px; } }
  @media (min-width: 700px) {
    .social-instagram.social-instagram-caption .entry-content {
      padding-top: 50px;
      padding-bottom: 135px; } }
  @media (min-width: 1000px) {
    .social-instagram.social-instagram-caption .entry-content {
      width: auto;
      height: auto;
      padding-bottom: 100px;
      padding-left: 80px;
      padding-right: 80px;
      position: relative;
      top: auto;
      right: auto; } }
  .social-instagram.social-instagram-caption .entry-content:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: auto;
    right: 20px;
    bottom: -69px;
    z-index: -1;
    border-top: 69px solid transparent;
    border-bottom: 69px solid transparent;
    border-left: 69px solid #0f0; }
    @media (min-width: 700px) {
      .social-instagram.social-instagram-caption .entry-content:after {
        left: calc(50% + 10px);
        right: auto; } }
    @media (min-width: 1000px) {
      .social-instagram.social-instagram-caption .entry-content:after {
        left: auto;
        right: 20px; } }
    @media (min-width: 1100px) {
      .social-instagram.social-instagram-caption .entry-content:after {
        left: 422px;
        right: auto; } }

/* ================================= */
/* ------------ TWITTER -------------*/
/* ================================= */
.social-twitter.element-loaded > .fsElementContent {
  background-color: #0093d5; }

.social-twitter > .fsElementContent {
  padding: 90px 32px 100px; }
  @media (min-width: 1000px) {
    .social-twitter > .fsElementContent {
      width: 100%; } }

.social-twitter .entry-avatar:before {
  border-color: #0093d5; }

.social-twitter .entry-icon {
  top: 20px;
  right: 26px;
  bottom: auto; }
  .social-twitter .entry-icon:after {
    content: '\f099';
    font-size: 29px;
    line-height: 38px; }

.social-twitter.social-twitter-02.element-loaded > .fsElementContent {
  background-color: #700b22; }

.social-twitter.social-twitter-02 .entry-avatar:before {
  border-color: #700b22; }

/* ================================= */
/* ----------- FACEBOOK -------------*/
/* ================================= */
.social-facebook.element-loaded > .fsElementContent {
  background-color: #005596; }

.social-facebook > .fsElementContent {
  padding-top: 90px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 96px; }
  @media (min-width: 400px) {
    .social-facebook > .fsElementContent {
      padding-bottom: 76px; } }
  @media (min-width: 1260px) {
    .social-facebook > .fsElementContent {
      padding-bottom: 76px; } }

.social-facebook .entry-avatar:before {
  border-color: #005596; }

.social-facebook .entry-author {
  line-height: 20px; }
  .social-facebook .entry-author .facebook-hashtag {
    display: block; }

.social-facebook .entry-icon {
  top: 17px;
  right: 17px;
  bottom: auto; }
  .social-facebook .entry-icon:after {
    content: '\f09a';
    font-size: 28px;
    line-height: 38px; }

.social-facebook footer {
  display: none; }

/* ================================= */
/* ------------ YOUTUBE ------------ */
/* ================================= */
.social-youtube > .fsElementContent {
  padding: 0; }
  .social-youtube > .fsElementContent:hover .entry-title {
    bottom: 0px;
    opacity: 1; }

.social-youtube iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.social-youtube .entry-content {
  overflow: hidden; }
  .social-youtube .entry-content:before {
    content: '';
    display: block;
    width: 100%; }

.social-youtube .entry-title {
  display: none; }

.social-youtube footer {
  display: none; }

.social-truncate {
  display: block;
  width: 380px;
  position: absolute;
  top: -9999em;
  left: -9999em; }

.page-container > header {
  margin-bottom: 43px;
  padding: 21px 43px 25px;
  background-color: #f4f4f4; }
  .page-container > header > .fsElementTitle {
    margin: 0;
    font-size: 18px;
    font-family: "proxima-nova", sans-serif; }
  .page-container > header > .fsElementHeaderContent {
    display: none; }

.page-container > footer {
  display: none; }

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

.style-guide-page .fsElement.fsContent > header h2.fsElementTitle {
  font-family: "Helvetica";
  font-weight: 100;
  font-size: 28px;
  color: #444444;
  line-height: 40px;
  letter-spacing: initial;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
  margin-bottom: 40px; }

.style-guide-page header .fsElementHeaderContent {
  font-family: "Helvetica";
  font-size: 18px;
  color: #444444;
  font-weight: 400;
  margin-bottom: 30px; }

@media (min-width: 800px) {
  .style-guide-page .nav-sub > .fsElementContent:before {
    content: 'In This Section';
    margin-top: 0;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.5em;
    font-family: "freight-display-pro", sans-serif;
    color: #666666;
    margin-bottom: 0.41667em;
    margin-bottom: 10px;
    display: block; }
  .style-guide-page .nav-sub > header {
    display: block; }
  .style-guide-page .nav-sub .fsNavLevel1 > li.fsNavParentPage > a {
    color: #700b22;
    padding-bottom: 0; }
  .style-guide-page .nav-sub .fsNavLevel2 {
    display: block !important; } }

.style-guide-page .icons {
  margin-bottom: 30px;
  display: block; }
  .style-guide-page .icons ul, .style-guide-page .icons ul ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .style-guide-page .icons ul li {
    margin: 0;
    padding: 0; }
  .style-guide-page .icons ul li {
    display: inline-block;
    margin-right: 30px; }
    .style-guide-page .icons ul li i {
      font-size: 24px; }

.quick-nav {
  margin-bottom: 80px; }
  .quick-nav ul, .quick-nav ul ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .quick-nav ul li {
    margin: 0;
    padding: 0; }
  .quick-nav ul > li {
    display: inline-block; }
    .quick-nav ul > li > a {
      padding: 5px 10px; }

.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2; }
  .back-to-top a {
    width: 60px;
    height: 60px;
    background: #000;
    display: block; }

.instructions {
  position: relative;
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  font-family: "proxima-nova", sans-serif;
  background-color: #cbc5bc;
  border-top: 3px solid #9f9382;
  padding: 0px;
  margin: 50px auto 30px auto; }
  .instructions > header {
    background-color: #c0b8ad;
    padding: 15px 20px; }
    .instructions > header * {
      line-height: 1.1;
      margin-bottom: 0;
      font-size: 24px;
      font-weight: 600;
      color: #666666; }
  .instructions > .fsElementContent {
    padding: 20px;
    position: relative; }
    .instructions > .fsElementContent > .theelement > pre:before {
      display: block;
      content: 'code example, placed in the HTML view:';
      font-weight: 700; }
  .instructions:not(.fsComposeMode) .fsElementHeaderContent {
    position: absolute;
    top: -30px; }
  .instructions:before {
    content: '';
    position: absolute;
    left: -50vw;
    margin-top: -30px;
    width: 200vw;
    height: 4px;
    background-color: #363636; }

.whatami {
  font-size: 20px;
  font-weight: 600; }
  .whatami:before {
    content: '- '; }
  .whatami:after {
    content: ' -'; }

.thebasics {
  padding: 20px;
  font-size: 16px; }
  .thebasics:before {
    content: 'Basic notes:  ';
    padding-right: 6px;
    font-weight: 600; }

.thecontainer,
.theelement {
  position: relative;
  padding: 10px; }
  .thecontainer a,
  .theelement a {
    color: #eee; }
    .thecontainer a:hover,
    .theelement a:hover {
      color: #666666; }

.theclass {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 12px;
  background-color: #fff; }
  .theclass:before {
    content: 'Custom Class(es):  ';
    padding-right: 6px;
    color: #888; }

.thetitle,
.theheader,
.thefooter,
.thecontent {
  background-color: #e1ded9; }

.thetitle {
  padding: 6px 20px; }
  .thetitle:before {
    content: 'Title Field:  ';
    padding-right: 6px;
    font-weight: 600; }

.theheader {
  padding: 6px 20px; }
  .theheader:before {
    content: 'Header Content:  ';
    padding-right: 6px;
    font-weight: 600; }

.thefooter {
  padding: 6px 20px; }
  .thefooter:before {
    content: 'Footer Content:  ';
    padding-right: 6px;
    font-weight: 600; }

.thecontent {
  padding: 6px 20px; }
  .thecontent:before {
    content: 'Main Content Section:  ';
    padding-right: 6px;
    font-weight: 600; }

.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: 44.44444%;
    width: 128px;
    height: 128px;
    margin-right: 3px;
    margin-bottom: 3px; }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #700b22;
      color: #700b22; }
      .colors ol li:nth-of-type(1):after {
        content: "#700b22"; }
    .colors ol li:nth-of-type(2) {
      background: #890124;
      color: #890124; }
      .colors ol li:nth-of-type(2):after {
        content: "#890124"; }
    .colors ol li:nth-of-type(3) {
      background: #b5ac9f;
      color: #b5ac9f; }
      .colors ol li:nth-of-type(3):after {
        content: "#b5ac9f"; }
    .colors ol li:nth-of-type(4) {
      background: #333333;
      color: #333333; }
      .colors ol li:nth-of-type(4):after {
        content: "#333333"; }
    .colors ol li:nth-of-type(5) {
      background: #444444;
      color: #444444; }
      .colors ol li:nth-of-type(5):after {
        content: "#444444"; }
    .colors ol li:nth-of-type(6) {
      background: #666666;
      color: #666666; }
      .colors ol li:nth-of-type(6):after {
        content: "#666666"; }
    .colors ol li:nth-of-type(7) {
      background: #b2b2b2;
      color: #b2b2b2; }
      .colors ol li:nth-of-type(7):after {
        content: "#b2b2b2"; }
    .colors ol li:nth-of-type(8) {
      background: #dddddd;
      color: #dddddd; }
      .colors ol li:nth-of-type(8):after {
        content: "#dddddd"; }
    .colors ol li:nth-of-type(9) {
      background: #f4f4f4;
      color: #f4f4f4; }
      .colors ol li:nth-of-type(9):after {
        content: "#f4f4f4"; }

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

.headers h1:after {
  content: " Freight Display Book 40px / 54px"; }

.headers h2:after {
  content: " Freight Display Book 36px / 50px"; }

.headers h3:after {
  content: " Freight Display Book 30px / 42px"; }

.headers h4:after {
  content: " Freight Display Book 24px / 36px"; }

.headers h5:after {
  content: " Freight Display Book 18px / 30px"; }

.headers h6:after {
  content: " Freight Display Book 16px / 24px"; }

.iconography > .fsDiv > .fsElement {
  margin-bottom: 50px; }

.iconography .fsElementContent > span {
  font-size: 30px;
  margin-right: 15px; }

/*! treatments - Athletics BPT v3 - Configuration File*/
@font-face {
  font-family: 'BPT-IcoMoon';
  src: url("../fonts//bpt/icomoon.eot");
  src: url("../fonts//bpt/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts//bpt/icomoon.woff2") format("woff2"), url("../fonts//bpt/icomoon.woff") format("woff"), url("../fonts//bpt/icomoon.ttf") format("truetype"), url("../fonts//bpt/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

/*! treatments - Athletics BPT v3 - Configuration File*/
@font-face {
  font-family: 'BPT-IcoMoon';
  src: url("../fonts//bpt/icomoon.eot");
  src: url("../fonts//bpt/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts//bpt/icomoon.woff2") format("woff2"), url("../fonts//bpt/icomoon.woff") format("woff"), url("../fonts//bpt/icomoon.ttf") format("truetype"), url("../fonts//bpt/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

/*! treatments - Athletics BPT v3 */
.bpt-athletics3 #fsPageBodyWrapper {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0; }

.bpt-athletics3 #fsPageBody {
  max-width: 100%; }

.bpt-athletics3 h1 {
  color: #700b22; }

.bpt-athletics3 .title-bar {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 20px; }
  .bpt-athletics3 .title-bar > header {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 0; }
    @media (min-width: 600px) {
      .bpt-athletics3 .title-bar > header {
        margin-bottom: 50px; } }
    .bpt-athletics3 .title-bar > header .fsElementHeaderContent {
      float: none;
      display: block; }
    .bpt-athletics3 .title-bar > header .fsElementTitle {
      display: block;
      font-size: 13px;
      line-height: 1.2;
      text-transform: uppercase;
      letter-spacing: .05em;
      color: rgba(0, 0, 0, 0.3);
      font-weight: 600;
      text-align: center;
      position: relative;
      margin: 40px auto 20px; }
      @media (min-width: 600px) {
        .bpt-athletics3 .title-bar > header .fsElementTitle {
          font-size: 18px;
          line-height: 24px;
          margin: 60px auto 20px; } }
      .bpt-athletics3 .title-bar > header .fsElementTitle:before {
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 1px;
        background-color: rgba(0, 0, 0, 0.15);
        opacity: .5; }
  .bpt-athletics3 .title-bar .title-inner {
    background-color: #fff;
    display: inline-block;
    margin: 0 auto;
    padding: 0 8px;
    position: relative; }
    @media (min-width: 600px) {
      .bpt-athletics3 .title-bar .title-inner {
        padding: 0 15px; } }
  .bpt-athletics3 .title-bar.image > header {
    margin-top: 40px; }
    @media (min-width: 600px) {
      .bpt-athletics3 .title-bar.image > header {
        margin-top: 70px; } }
  .bpt-athletics3 .title-bar.image .fsElementHeaderContent {
    position: relative; }
    .bpt-athletics3 .title-bar.image .fsElementHeaderContent:before {
      content: '';
      position: absolute;
      width: 100%;
      left: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 1px;
      background-color: rgba(0, 0, 0, 0.15);
      opacity: .5; }
    .bpt-athletics3 .title-bar.image .fsElementHeaderContent img {
      background-color: #fff;
      display: inline-block;
      margin: 0 auto;
      padding: 0 8px;
      position: relative;
      max-width: 150px;
      width: 100%; }
      @media (min-width: 600px) {
        .bpt-athletics3 .title-bar.image .fsElementHeaderContent img {
          padding: 0 15px;
          max-width: 230px; } }

.bpt-athletics3 .fsElement.fsNews,
.bpt-athletics3 .fsElement.fsPostElement {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 20px; }
  .bpt-athletics3 .fsElement.fsNews.featured-news,
  .bpt-athletics3 .fsElement.fsPostElement.featured-news {
    margin-bottom: 45px; }
    .bpt-athletics3 .fsElement.fsNews.featured-news > header,
    .bpt-athletics3 .fsElement.fsPostElement.featured-news > header {
      text-align: center; }
    .bpt-athletics3 .fsElement.fsNews.featured-news article,
    .bpt-athletics3 .fsElement.fsPostElement.featured-news article {
      zoom: 1;
      position: relative; }
      .bpt-athletics3 .fsElement.fsNews.featured-news article:after,
      .bpt-athletics3 .fsElement.fsPostElement.featured-news article:after {
        display: table;
        clear: both;
        content: ''; }
      @media (min-width: 700px) {
        .bpt-athletics3 .fsElement.fsNews.featured-news article,
        .bpt-athletics3 .fsElement.fsPostElement.featured-news article {
          padding-left: calc(50% + 50px);
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-pack: center;
          justify-content: center;
          min-height: 400px; } }
    .bpt-athletics3 .fsElement.fsNews.featured-news .fsThumbnail,
    .bpt-athletics3 .fsElement.fsPostElement.featured-news .fsThumbnail {
      background-size: cover;
      background-position: center;
      overflow: hidden;
      border: solid 1px #d9d9d9; }
      @media (min-width: 700px) {
        .bpt-athletics3 .fsElement.fsNews.featured-news .fsThumbnail,
        .bpt-athletics3 .fsElement.fsPostElement.featured-news .fsThumbnail {
          position: absolute;
          width: 50%;
          height: 100%;
          left: 0;
          top: 0;
          margin: 0; } }
      .bpt-athletics3 .fsElement.fsNews.featured-news .fsThumbnail img,
      .bpt-athletics3 .fsElement.fsPostElement.featured-news .fsThumbnail img {
        opacity: 0;
        visibility: hidden; }
    .bpt-athletics3 .fsElement.fsNews.featured-news .fsTitle,
    .bpt-athletics3 .fsElement.fsPostElement.featured-news .fsTitle {
      margin-top: 0;
      font-size: 26px;
      line-height: 1.2;
      font-weight: normal;
      margin-bottom: 20px;
      position: relative;
      color: #700b22; }
      @media (min-width: 600px) {
        .bpt-athletics3 .fsElement.fsNews.featured-news .fsTitle,
        .bpt-athletics3 .fsElement.fsPostElement.featured-news .fsTitle {
          font-size: 22px; } }
      @media (min-width: 800px) {
        .bpt-athletics3 .fsElement.fsNews.featured-news .fsTitle,
        .bpt-athletics3 .fsElement.fsPostElement.featured-news .fsTitle {
          font-size: 30px; } }
      @media (min-width: 980px) {
        .bpt-athletics3 .fsElement.fsNews.featured-news .fsTitle,
        .bpt-athletics3 .fsElement.fsPostElement.featured-news .fsTitle {
          font-size: 40px;
          line-height: 48px; } }
      .bpt-athletics3 .fsElement.fsNews.featured-news .fsTitle:before,
      .bpt-athletics3 .fsElement.fsPostElement.featured-news .fsTitle:before {
        content: 'Featured News';
        color: #620017;
        font-size: 15px;
        font-weight: 600;
        line-height: 19px;
        letter-spacing: .05em;
        text-transform: uppercase;
        display: block;
        margin-bottom: 20px; }
      .bpt-athletics3 .fsElement.fsNews.featured-news .fsTitle a,
      .bpt-athletics3 .fsElement.fsPostElement.featured-news .fsTitle a {
        color: inherit; }
        .bpt-athletics3 .fsElement.fsNews.featured-news .fsTitle a:hover,
        .bpt-athletics3 .fsElement.fsPostElement.featured-news .fsTitle a:hover {
          opacity: .7; }
    .bpt-athletics3 .fsElement.fsNews.featured-news .fsCroppedImage,
    .bpt-athletics3 .fsElement.fsPostElement.featured-news .fsCroppedImage {
      border: 1px solid #d9d9d9; }
    .bpt-athletics3 .fsElement.fsNews.featured-news .fsReadMoreLink,
    .bpt-athletics3 .fsElement.fsPostElement.featured-news .fsReadMoreLink {
      font-weight: 600;
      color: #700b22; }
      .bpt-athletics3 .fsElement.fsNews.featured-news .fsReadMoreLink:hover,
      .bpt-athletics3 .fsElement.fsPostElement.featured-news .fsReadMoreLink:hover {
        color: #b5ac9f; }
  .bpt-athletics3 .fsElement.fsNews.recent-news,
  .bpt-athletics3 .fsElement.fsPostElement.recent-news {
    padding-bottom: 40px; }
    @media (min-width: 700px) {
      .bpt-athletics3 .fsElement.fsNews.recent-news,
      .bpt-athletics3 .fsElement.fsPostElement.recent-news {
        padding-bottom: 80px; } }
    .bpt-athletics3 .fsElement.fsNews.recent-news header,
    .bpt-athletics3 .fsElement.fsPostElement.recent-news header {
      border-bottom: 0px; }
    .bpt-athletics3 .fsElement.fsNews.recent-news .fsElementTitle,
    .bpt-athletics3 .fsElement.fsPostElement.recent-news .fsElementTitle {
      color: #620017;
      font-size: 15px;
      font-weight: 600;
      line-height: 19px;
      letter-spacing: .05em;
      text-transform: uppercase;
      margin-bottom: 25px; }
    @media (min-width: 700px) {
      .bpt-athletics3 .fsElement.fsNews.recent-news .fsListItems,
      .bpt-athletics3 .fsElement.fsPostElement.recent-news .fsListItems {
        display: -ms-flexbox;
        display: flex; } }
    .bpt-athletics3 .fsElement.fsNews.recent-news article,
    .bpt-athletics3 .fsElement.fsPostElement.recent-news article {
      border-bottom: none;
      margin-bottom: 20px;
      padding: 7px 20px;
      position: relative; }
      .bpt-athletics3 .fsElement.fsNews.recent-news article:last-child,
      .bpt-athletics3 .fsElement.fsPostElement.recent-news article:last-child {
        margin-bottom: 0; }
      @media (min-width: 700px) {
        .bpt-athletics3 .fsElement.fsNews.recent-news article,
        .bpt-athletics3 .fsElement.fsPostElement.recent-news article {
          margin-bottom: 0;
          width: 33.33%; } }
      .bpt-athletics3 .fsElement.fsNews.recent-news article:before,
      .bpt-athletics3 .fsElement.fsPostElement.recent-news article:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 3px;
        height: 100%;
        display: block;
        background-color: #620017; }
      .bpt-athletics3 .fsElement.fsNews.recent-news article .fsTitle a,
      .bpt-athletics3 .fsElement.fsPostElement.recent-news article .fsTitle a {
        color: inherit; }
    .bpt-athletics3 .fsElement.fsNews.recent-news .fsElementFooterContent,
    .bpt-athletics3 .fsElement.fsPostElement.recent-news .fsElementFooterContent {
      text-align: center; }
      .bpt-athletics3 .fsElement.fsNews.recent-news .fsElementFooterContent > a,
      .bpt-athletics3 .fsElement.fsPostElement.recent-news .fsElementFooterContent > a {
        display: inline-block;
        border: 0;
        margin: 0 0 20px;
        padding: 10px 20px;
        background: #666666;
        color: #fff;
        outline: 0;
        border-radius: 0;
        margin: 40px auto 0;
        background-color: #b5ac9f;
        color: #fff; }
        .bpt-athletics3 .fsElement.fsNews.recent-news .fsElementFooterContent > a:hover,
        .bpt-athletics3 .fsElement.fsPostElement.recent-news .fsElementFooterContent > a:hover {
          background: #595959;
          color: #fff;
          text-decoration: none; }
        .bpt-athletics3 .fsElement.fsNews.recent-news .fsElementFooterContent > a em,
        .bpt-athletics3 .fsElement.fsPostElement.recent-news .fsElementFooterContent > a em {
          display: block;
          font-style: normal; }
        .bpt-athletics3 .fsElement.fsNews.recent-news .fsElementFooterContent > a:hover,
        .bpt-athletics3 .fsElement.fsPostElement.recent-news .fsElementFooterContent > a:hover {
          background-color: #700b22; }
        @media (min-width: 700px) {
          .bpt-athletics3 .fsElement.fsNews.recent-news .fsElementFooterContent > a,
          .bpt-athletics3 .fsElement.fsPostElement.recent-news .fsElementFooterContent > a {
            margin: 60px auto 0; } }

.ath-landing-slideshow {
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
  margin-bottom: 0;
  overflow: hidden; }
  .ath-landing-slideshow:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 20%, transparent 50%, transparent 100%); }
  .ath-landing-slideshow > header {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    width: calc(100% - 40px);
    z-index: 1;
    opacity: 1;
    visibility: visible; }
    @media (min-width: 600px) {
      .ath-landing-slideshow > header {
        padding: 25px 30px 40px;
        width: calc(100% - 100px);
        height: auto; } }
    @media (min-width: 800px) {
      .ath-landing-slideshow > header {
        width: 70%; } }
    @media (min-width: 1180px) {
      .ath-landing-slideshow > header {
        max-width: 580px; } }
    .ath-landing-slideshow > header .fsElementTitle {
      margin-top: 0;
      font-weight: normal;
      font-size: 2.5em;
      line-height: 1.35em;
      font-family: "freight-display-pro", sans-serif;
      color: #333;
      margin-bottom: 0.375em;
      color: #700b22; }
      @media screen and (max-width: 799px) {
        .ath-landing-slideshow > header .fsElementTitle {
          font-size: 36px;
          line-height: 1.2;
          margin-bottom: 20px; } }
      @media screen and (max-width: 599px) {
        .ath-landing-slideshow > header .fsElementTitle {
          font-size: 26px;
          margin-bottom: 10px; } }
    @media screen and (max-width: 599px) {
      .ath-landing-slideshow > header .fsElementHeaderContent {
        font-size: 14px;
        line-height: 1.3; } }
    .ath-landing-slideshow > header .fsElementHeaderContent > a {
      display: inline-block;
      border: 0;
      margin: 0 0 20px;
      padding: 10px 20px;
      background: #666666;
      color: #fff;
      outline: 0;
      border-radius: 0;
      margin-bottom: 0;
      background-color: #b5ac9f;
      color: #fff; }
      .ath-landing-slideshow > header .fsElementHeaderContent > a:hover {
        background: #595959;
        color: #fff;
        text-decoration: none; }
      .ath-landing-slideshow > header .fsElementHeaderContent > a em {
        display: block;
        font-style: normal; }
      .ath-landing-slideshow > header .fsElementHeaderContent > a:hover {
        background-color: #700b22; }
      @media screen and (max-width: 599px) {
        .ath-landing-slideshow > header .fsElementHeaderContent > a {
          font-size: 12px;
          line-height: 1.2;
          padding: 10px 15px; } }
  .ath-landing-slideshow.start-show:before {
    display: none; }
  .ath-landing-slideshow.start-show > header {
    -ms-transform: translate(-50%, 150%);
    transform: translate(-50%, 150%);
    opacity: 0;
    visibility: hidden;
    transition: .5s; }
  .ath-landing-slideshow .fsMediaCustomPlayer {
    height: 300px;
    position: relative;
    opacity: 0;
    visibility: hidden; }
    @media (min-width: 600px) {
      .ath-landing-slideshow .fsMediaCustomPlayer {
        height: 600px; } }
    .ath-landing-slideshow .fsMediaCustomPlayer.show {
      opacity: 1;
      visibility: visible;
      transition: .3s ease-in .3s; }
    .ath-landing-slideshow .fsMediaCustomPlayer:before {
      content: '';
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 20%, transparent 50%, transparent 100%); }
    .ath-landing-slideshow .fsMediaCustomPlayer article {
      height: 300px;
      position: relative; }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer article {
          height: 600px; } }
      .ath-landing-slideshow .fsMediaCustomPlayer article:before {
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 20%, transparent 50%, transparent 100%); }
    .ath-landing-slideshow .fsMediaCustomPlayer .caption-wrapper {
      position: absolute;
      text-align: left;
      bottom: 20px;
      left: 0;
      right: 0;
      z-index: 1;
      margin: 0 auto;
      padding: 0 30px;
      background: transparent;
      max-width: 100%; }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-wrapper {
          bottom: 60px;
          max-width: 1280px;
          padding: 0 50px; } }
    .ath-landing-slideshow .fsMediaCustomPlayer .caption-title, .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc {
      max-width: 100%;
      margin: 0; }
      @media (min-width: 800px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-title, .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc {
          max-width: 60%; } }
      @media (min-width: 1180px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-title, .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc {
          max-width: 40%; } }
    .ath-landing-slideshow .fsMediaCustomPlayer .caption-title {
      font-size: 26px;
      font-weight: 400;
      line-height: 1.3;
      font-style: normal;
      text-shadow: none; }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-title {
          font-size: 40px;
          line-height: 48px; } }
    .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc {
      font-size: 14px;
      font-weight: 600;
      line-height: 1.3;
      text-shadow: none;
      transition: .3s;
      margin-top: 5px; }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc {
          font-size: 18px;
          line-height: 24px;
          margin-top: 15px; } }
      .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc:empty {
        margin: 0; }
      .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc p {
        margin-bottom: 5px; }
        @media (min-width: 600px) {
          .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc p {
            margin-bottom: 15px; } }
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc p:last-child, .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc p:empty {
          margin-bottom: 0; }
      .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc a {
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.3;
        text-transform: uppercase;
        letter-spacing: .05em;
        transition: .3s; }
        @media (min-width: 600px) {
          .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc a {
            font-size: 13px; } }
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc a:hover {
          text-decoration: none;
          opacity: .7;
          transition: .3s; }
    .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow {
      width: 30px; }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow {
          width: 40px; } }
      .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow:hover:before {
        opacity: .7;
        transition: .3s; }
      .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow:before {
        font-family: "BPT-IcoMoon";
        font-size: 26px;
        font-weight: 400;
        text-shadow: none;
        line-height: 40px;
        transition: .3s; }
        @media (min-width: 600px) {
          .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow:before {
            font-size: 40px; } }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow.slick-next {
          right: 10px; } }
      .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow.slick-next:before {
        content: '\e906'; }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow.slick-prev {
          left: 10px; } }
      .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow.slick-prev:before {
        content: '\e907'; }

.ath-toggle-container {
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  overflow: hidden; }
  .ath-toggle-container > .fsElementContent {
    background-color: rgba(0, 0, 0, 0.07);
    padding: 45px 0; }
    @media (min-width: 600px) {
      .ath-toggle-container > .fsElementContent {
        padding: 0;
        height: 100%; } }
  body:not(.fsComposeMode) .ath-toggle-container {
    margin-bottom: 0; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .ath-toggle-container {
        height: 145px; } }
  .ath-toggle-container .fsAthleticsEvent {
    margin-bottom: 0; }
    .ath-toggle-container .fsAthleticsEvent:not(.on) > header h2 {
      transition: .3s; }
    .ath-toggle-container .fsAthleticsEvent:not(.on) > header:hover h2 {
      color: #620017;
      transition: .3s; }
    .ath-toggle-container .fsAthleticsEvent > .fsElementContent {
      opacity: 0;
      visibility: hidden;
      z-index: -1;
      position: relative;
      max-height: 0;
      overflow: hidden; }
      @media (min-width: 600px) {
        .ath-toggle-container .fsAthleticsEvent > .fsElementContent {
          margin-top: 0; } }
      .ath-toggle-container .fsAthleticsEvent > .fsElementContent .fsElementEmpty {
        min-height: 120px;
        padding: 30px; }
    .ath-toggle-container .fsAthleticsEvent.on > header {
      background-color: #620017;
      cursor: default;
      border: none; }
      .ath-toggle-container .fsAthleticsEvent.on > header h2 {
        color: #fff; }
    .ath-toggle-container .fsAthleticsEvent.on > .fsElementContent {
      opacity: 1;
      visibility: visible;
      z-index: 2;
      max-height: inherit;
      overflow: visible; }
    .ath-toggle-container .fsAthleticsEvent.on > footer {
      display: block; }
    .fsComposeMode .ath-toggle-container .fsAthleticsEvent > .fsElementContent {
      opacity: 1;
      visibility: visible;
      z-index: 2;
      max-height: inherit;
      overflow: visible; }

.ath-event-slideshow {
  width: calc(100% - 78px);
  margin: 0 auto; }
  @media (min-width: 600px) {
    .ath-event-slideshow {
      width: calc(100% - 305px); } }
  body:not(.fsComposeMode) .ath-event-slideshow > footer {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 5px;
    width: calc(100% - 80px);
    height: 40px;
    display: none;
    text-align: center;
    background-color: #b5ac9f;
    border-radius: 4px;
    transition: .3s; }
    body:not(.fsComposeMode) .ath-event-slideshow > footer:hover {
      background-color: #620017; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .ath-event-slideshow > footer {
        width: 105px;
        height: calc(100% - 10px);
        top: 5px;
        bottom: auto;
        right: 5px;
        left: auto; } }
    body:not(.fsComposeMode) .ath-event-slideshow > footer > div {
      height: 100%; }
    body:not(.fsComposeMode) .ath-event-slideshow > footer a {
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      color: #fff;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 10px;
      font-size: 15px;
      font-weight: 600;
      line-height: 22px;
      text-transform: uppercase;
      letter-spacing: .05em; }
      body:not(.fsComposeMode) .ath-event-slideshow > footer a br {
        display: none; }
        @media (min-width: 600px) {
          body:not(.fsComposeMode) .ath-event-slideshow > footer a br {
            display: block; } }
  body:not(.fsComposeMode) .ath-event-slideshow > header {
    position: absolute;
    left: 40px;
    width: calc(50% - 45px);
    text-align: center;
    height: 40px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    border-right: none;
    border-left: none;
    z-index: 15;
    top: 0;
    background-color: #fff;
    margin-top: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .ath-event-slideshow > header {
        height: 50px;
        width: 105px;
        left: 5px;
        top: auto;
        height: calc(50% - 8px); } }
    body:not(.fsComposeMode) .ath-event-slideshow.scores > header {
      left: auto;
      right: 40px; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .ath-event-slideshow.scores > header {
          top: auto;
          right: auto;
          left: 5px;
          bottom: 5px; } }
    .fsComposeMode .ath-schedules > header {
      height: calc(100% - 30px); }
    .fsComposeMode .ath-scores > header {
      height: calc(100% - 30px);
      bottom: 30px; }
    body:not(.fsComposeMode) .ath-event-slideshow > header h2 {
      color: #666666;
      margin: 0;
      font-size: 15px;
      font-weight: 600;
      line-height: 22px;
      text-transform: uppercase;
      line-height: 1;
      letter-spacing: .05em; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .ath-event-slideshow > header h2 {
          line-height: 1;
          position: absolute;
          position: absolute;
          left: 50%;
          top: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 100%; } }
  .ath-event-slideshow .fsListItems {
    zoom: 1; }
    .ath-event-slideshow .fsListItems:after {
      display: table;
      clear: both;
      content: ''; }
    .ath-event-slideshow .fsListItems article {
      padding: 15px;
      margin-bottom: 0;
      min-height: 135px;
      color: #666666;
      background-color: white;
      border: 1px solid rgba(0, 0, 0, 0.15);
      margin: 4px 2px;
      outline: transparent;
      line-height: 1.2;
      font-weight: 600;
      font-size: 16px; }
  .ath-event-slideshow .fsDateTime {
    font-size: 14px;
    margin-bottom: 10px; }
    .ath-event-slideshow .fsDateTime:before {
      content: '\e902';
      font-family: "BPT-IcoMoon";
      font-weight: normal;
      color: rgba(0, 0, 0, 0.3);
      font-size: 13px;
      display: inline-block;
      margin-right: 3px; }
    .ath-event-slideshow .fsDateTime .fsSeparator {
      color: rgba(0, 0, 0, 0.3); }
    .ath-event-slideshow .fsDateTime .fsTime:before {
      content: '|';
      color: rgba(0, 0, 0, 0.3); }
    .ath-event-slideshow .fsDateTime .fsTime + .fsTime:before {
      display: none; }
  .ath-event-slideshow .fsTitle {
    font-size: 18px;
    color: #700b22;
    display: block;
    margin-bottom: 5px; }
    .ath-event-slideshow .fsTitle .fsAthleticsEventDetailLink {
      display: block;
      color: inherit;
      transition: .3s; }
      .ath-event-slideshow .fsTitle .fsAthleticsEventDetailLink:hover {
        opacity: .8;
        transition: .3s; }
  .ath-event-slideshow .fsAthleticsOpponents {
    display: block;
    margin-bottom: 10px; }
  .ath-event-slideshow .fsAthleticsAdvantage {
    display: inline-block;
    font-size: 14px;
    vertical-align: bottom; }
    .ath-event-slideshow .fsAthleticsAdvantage:before {
      content: "\e901";
      font-family: "BPT-IcoMoon";
      margin-right: 3px;
      color: rgba(0, 0, 0, 0.3);
      font-size: 13px;
      font-weight: normal; }
    .ath-event-slideshow .fsAthleticsAdvantage + .fsAthleticsLocations:before, .ath-event-slideshow .fsAthleticsAdvantage + .fsAthleticsStatus:before {
      content: '|';
      display: inline-block;
      margin-right: 3px;
      color: rgba(0, 0, 0, 0.3); }
  .ath-event-slideshow .fsAthleticsLocations:before {
    content: "\e901";
    font-family: "BPT-IcoMoon";
    margin-right: 3px;
    color: rgba(0, 0, 0, 0.3);
    font-size: 13px;
    font-weight: normal; }
  .ath-event-slideshow .fsAthleticsLocations, .ath-event-slideshow .fsAthleticsStatus {
    display: inline-block;
    font-size: 14px;
    vertical-align: bottom; }
  .ath-event-slideshow .fsAthleticsLocations + .fsAthleticsStatus:before {
    content: '|';
    display: inline-block;
    margin-right: 3px;
    color: rgba(0, 0, 0, 0.3); }
  .ath-event-slideshow .fsAthleticsStatus {
    color: #620017; }
  .ath-event-slideshow .fsAthleticsResultWrapper {
    font-size: 14px;
    color: #620017; }
    .ath-event-slideshow .fsAthleticsResultWrapper .fsAthleticsResult:after {
      content: '|';
      display: inline-block;
      margin-left: 3px;
      color: rgba(0, 0, 0, 0.3); }
  .ath-event-slideshow .slick-arrow {
    position: absolute;
    width: 35px;
    height: calc(100% + 92px);
    min-height: 145px;
    overflow: hidden;
    background-color: #666666;
    border: none;
    padding: 0;
    color: transparent;
    z-index: 10;
    outline: 0;
    top: -46px;
    border: none; }
    @media (min-width: 600px) {
      .ath-event-slideshow .slick-arrow {
        top: -1px;
        height: 100%;
        width: 30px; } }
    .ath-event-slideshow .slick-arrow:after {
      content: '';
      font-family: "BPT-IcoMoon";
      color: #fff;
      position: absolute;
      position: absolute;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 25px;
      line-height: 1; }
    .ath-event-slideshow .slick-arrow.slick-prev {
      left: -40px; }
      @media (min-width: 600px) {
        .ath-event-slideshow .slick-arrow.slick-prev {
          left: -35px; } }
      .ath-event-slideshow .slick-arrow.slick-prev:after {
        content: '\e907'; }
    .ath-event-slideshow .slick-arrow.slick-next {
      right: -40px; }
      @media (min-width: 600px) {
        .ath-event-slideshow .slick-arrow.slick-next {
          right: -35px; } }
      .ath-event-slideshow .slick-arrow.slick-next:after {
        content: "\e906"; }
  .ath-event-slideshow.scores article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .ath-event-slideshow.scores article > div {
      margin-bottom: 0; }

.team-tabs {
  padding: 40px 20px 50px;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  background-size: cover;
  background-position: center; }
  @media (min-width: 600px) {
    .team-tabs {
      min-height: 450px;
      padding: 50px 20px 40px; } }
  .team-tabs a {
    color: inherit; }
  .team-tabs:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    background-color: #700b22; }
    @media (min-width: 600px) {
      .team-tabs:before {
        opacity: .94; } }
  .team-tabs > header, .team-tabs > .fsElementContent, .team-tabs > footer {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
  .team-tabs .fsElementTitle {
    margin-top: 0;
    font-size: 26px;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 20px;
    position: relative;
    color: #fff; }
    @media (min-width: 600px) {
      .team-tabs .fsElementTitle {
        font-size: 22px; } }
    @media (min-width: 800px) {
      .team-tabs .fsElementTitle {
        font-size: 30px; } }
    @media (min-width: 980px) {
      .team-tabs .fsElementTitle {
        font-size: 40px;
        line-height: 48px; } }
  @media (min-width: 500px) {
    .team-tabs .fsAthleticsTeamDirectory {
      -moz-column-count: 2;
      column-count: 2; } }
  @media (min-width: 700px) {
    .team-tabs .fsAthleticsTeamDirectory {
      -moz-column-count: 3;
      column-count: 3; } }
  .team-tabs .fsAthleticsTeamDirectory a {
    opacity: .8;
    transition: .3s; }
    .team-tabs .fsAthleticsTeamDirectory a:hover {
      opacity: 1;
      transition: .3s; }
  .team-tabs .fsTabsNav li.fsStateSelected a {
    color: #666666;
    background-color: #fff;
    border: solid 1px #fff;
    font-weight: 400 !important; }
    .team-tabs .fsTabsNav li.fsStateSelected a:after {
      display: none; }
  .team-tabs .fsTabsNav {
    border-bottom: 1px solid #fff; }
    .team-tabs .fsTabsNav li a {
      border-bottom: 0 !important; }
  .team-tabs .fsTabsNav li a {
    color: #fff;
    border: solid 1px #fff;
    background-color: transparent; }
    .team-tabs .fsTabsNav li a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #666666; }
  .team-tabs .fsPanel > .fsElementContent {
    padding-top: 35px; }
    .team-tabs .fsPanel > .fsElementContent .fsAthleticsTeam {
      margin-bottom: 0; }

.connect-container .fsTwitter .fsElementTitle {
  margin-bottom: 0;
  color: #b5ac9f; }

.connect-container .fsTwoColumnLayout {
  margin: 0 auto; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn {
    border: solid 1px rgba(0, 0, 0, 0.07);
    margin-bottom: 20px;
    padding: 0;
    float: none; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn {
        margin-bottom: 0;
        width: calc(50% - 10px); } }
    @media (min-width: 1180px) {
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn {
        width: calc(50% - 15px); } }
    body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn > .fsElement:last-child {
      margin-bottom: 0; }
  body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-1 {
    padding: 20px 20px 10px; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-1 {
        margin-right: 20px;
        padding: 30px 30px 10px; } }
    @media (min-width: 1180px) {
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-1 {
        margin-right: 30px; } }
  body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #d9d9d9;
    margin-bottom: 0; }
    body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent {
      width: 100%;
      background-size: cover;
      background-position: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      position: relative;
      padding: 20px; }
      @media (min-width: 400px) {
        body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent {
          height: 525px; } }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent {
          padding: 0;
          height: 100%; } }
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4); }
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent > .fsElementContent {
        position: relative; }
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent p {
        margin: 0; }
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent a {
        display: inline-block;
        border: 0;
        margin: 0 0 20px;
        padding: 10px 20px;
        background: #666666;
        color: #fff;
        outline: 0;
        border-radius: 0;
        margin: 10px 0;
        background-color: #b5ac9f;
        color: #fff; }
        body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent a:hover {
          background: #595959;
          color: #fff;
          text-decoration: none; }
        body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent a em {
          display: block;
          font-style: normal; }
        body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent a:hover {
          background-color: #700b22; }

body.fsComposeMode .circle-button-link {
  pointer-events: none; }

body.fsComposeMode .circle-button {
  overflow: visible; }

body.bpt-athletics3 .circle-button {
  margin-bottom: 0; }

body.bpt-athletics3:not(.fsComposeMode) .circle-button header .fsElementHeaderContent {
  margin-top: 0; }

body.bpt-athletics3 .fsFourColumnLayout:after {
  display: none; }

body.bpt-athletics3:not(.fsComposeMode) body.bpt-athletics3 .fsFourColumnLayout {
  margin: 0; }
  @media (min-width: 600px) {
    body.bpt-athletics3:not(.fsComposeMode) body.bpt-athletics3 .fsFourColumnLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  body.bpt-athletics3:not(.fsComposeMode) body.bpt-athletics3 .fsFourColumnLayout > .fsDiv {
    padding: 0;
    margin: 20px 0; }
    @media (min-width: 600px) {
      body.bpt-athletics3:not(.fsComposeMode) body.bpt-athletics3 .fsFourColumnLayout > .fsDiv {
        width: 50%;
        padding: 0 15px;
        margin: 15px 0; } }
    @media (min-width: 700px) {
      body.bpt-athletics3:not(.fsComposeMode) body.bpt-athletics3 .fsFourColumnLayout > .fsDiv {
        padding: 0; } }
    @media (min-width: 900px) {
      body.bpt-athletics3:not(.fsComposeMode) body.bpt-athletics3 .fsFourColumnLayout > .fsDiv {
        width: auto;
        margin: 0; } }

@media (min-width: 700px) {
  body.bpt-athletics3 .fsFourColumnLayout .circle-button {
    width: 275px;
    height: 275px; } }

@media (min-width: 900px) {
  body.bpt-athletics3 .fsFourColumnLayout .circle-button {
    width: 200px;
    height: 200px; } }

@media (min-width: 1000px) {
  body.bpt-athletics3 .fsFourColumnLayout .circle-button {
    width: 230px;
    height: 230px; } }

@media (min-width: 1180px) {
  body.bpt-athletics3 .fsFourColumnLayout .circle-button {
    width: 275px;
    height: 275px; } }

body.bpt-athletics3 .fsFourColumnLayout .circle-button header h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 0; }
  @media (min-width: 700px) {
    body.bpt-athletics3 .fsFourColumnLayout .circle-button header h2 {
      line-height: 28px;
      padding: 0; } }
  @media (min-width: 900px) {
    body.bpt-athletics3 .fsFourColumnLayout .circle-button header h2 {
      font-size: 20px; } }
  @media (min-width: 1000px) {
    body.bpt-athletics3 .fsFourColumnLayout .circle-button header h2 {
      font-size: 24px; } }

body:not(.home) {
  /* entire container, keeps perspective */
  /*  UPDATED! flip the pane when hovered */
  /* flip speed goes here */
  /* hide back of pane during swap */
  /*  UPDATED! front pane, placed above back */
  /* back, initially hidden pane */ }
  body:not(.home) .circle-button {
    text-align: center;
    position: relative;
    color: #fff;
    z-index: 1;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 100%;
    border: 1px solid #d9d9d9;
    width: 200px;
    height: 200px; }
    @media (min-width: 1000px) {
      body:not(.home) .circle-button {
        width: 300px;
        height: 300px; } }
    @media (min-width: 1220px) {
      body:not(.home) .circle-button {
        width: 370px;
        height: 370px; } }
    body:not(.home) .circle-button:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border-radius: 100%;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.6) 20%, transparent 60%, transparent 100%);
      transition: .6s; }
    body:not(.home) .circle-button header {
      z-index: 5;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      display: block; }
      body:not(.home) .circle-button header h2, body:not(.home) .circle-button header p, body:not(.home) .circle-button header a {
        position: relative; }
      body:not(.home) .circle-button header h2 {
        margin-top: 0;
        font-weight: normal;
        font-size: 1.875em;
        line-height: 1.4em;
        font-family: "freight-display-pro", sans-serif;
        color: #333;
        margin-bottom: 0.33333em;
        margin-bottom: 0;
        color: #fff;
        font-size: 24px;
        line-height: 1.2;
        padding: 0; }
        @media (min-width: 1000px) {
          body:not(.home) .circle-button header h2 {
            font-size: 32px; } }
        @media (min-width: 1220px) {
          body:not(.home) .circle-button header h2 {
            font-size: 40px;
            line-height: 48px; } }
        body:not(.home) .circle-button header h2 + .fsElementHeaderContent {
          margin-top: 5px; }
          @media (min-width: 1000px) {
            body:not(.home) .circle-button header h2 + .fsElementHeaderContent {
              margin-top: 10px; } }
      body:not(.home) .circle-button header .fsElementHeaderContent {
        display: block;
        font-size: 14px; }
        @media (min-width: 1000px) {
          body:not(.home) .circle-button header .fsElementHeaderContent {
            font-size: 18px; } }
      body:not(.home) .circle-button header a {
        margin-bottom: 0;
        color: #fff;
        display: inline-block;
        margin-top: 10px;
        font-weight: 600;
        position: relative; }
      body:not(.home) .circle-button header.front {
        display: block;
        transform: rotateY(0deg);
        opacity: 1;
        visibility: visible;
        transition: opacity .3s ease-in-out .3s; }
      body:not(.home) .circle-button header:not(.front) {
        transform: rotateY(-180deg);
        color: #fff;
        transition: 0.6s; }
        body:not(.home) .circle-button header:not(.front):before {
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          background-color: #b5ac9f;
          opacity: .9;
          border-radius: 100%;
          left: 0;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
    body:not(.home) .circle-button:hover:before {
      opacity: 0;
      visibility: hidden;
      transition: .6s; }
    body:not(.home) .circle-button:hover header {
      transition: 0.6s; }
    body:not(.home) .circle-button:hover header:not(.front) {
      transform: rotateY(0deg) translateY(0);
      top: 0; }
    body:not(.home) .circle-button:hover header.front {
      transform: rotateY(180deg);
      opacity: 0;
      visibility: hidden; }
  body:not(.home) .circle-button-link {
    color: #fff;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    z-index: 3;
    transition: 0.6s;
    background-color: transparent; }
    body:not(.home) .circle-button-link:hover {
      color: #fff; }
  body:not(.home) .circle-button-inner {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0; }
    body:not(.home) .circle-button-inner p:last-child {
      margin-bottom: 0; }
  body:not(.home) .front .circle-button-inner {
    top: auto;
    -ms-transform: translateY(0);
    transform: translateY(0);
    bottom: 40px; }
    @media (min-width: 1000px) {
      body:not(.home) .front .circle-button-inner {
        bottom: 60px; } }
    body:not(.home) .front .circle-button-inner a {
      display: none; }
  body:not(.home) .circle-button {
    perspective: 1000;
    transform-style: preserve-3d; }
  body:not(.home) .circle-button:hover header:not(.front) {
    transform: rotateY(0deg); }
  body:not(.home) .circle-button:hover header.front {
    transform: rotateY(180deg); }
  body:not(.home) .circle-button-link {
    transition: 0.6s;
    transform-style: preserve-3d;
    width: 100%;
    height: 100%;
    position: relative; }
  body:not(.home) .circle-button header {
    backface-visibility: hidden;
    transition: 0.6s;
    position: absolute;
    top: 0;
    left: 0; }
  body:not(.home) .circle-button header.front {
    z-index: 2;
    transform: rotateY(0deg); }
  body:not(.home) .circle-button header:not(.front) {
    transform: rotateY(-180deg); }
  body:not(.home).fsComposeMode .circle-button-link {
    pointer-events: none; }
  body:not(.home).fsComposeMode .circle-button {
    overflow: visible; }
  body:not(.home) .ath-social {
    margin: 0 auto;
    max-width: 1220px;
    padding: 0 20px; }

/*! treatments - Athletics BPT v3 */
.bpt-athletics3-update #fsPageBodyWrapper {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0; }

.bpt-athletics3-update #fsPageBody {
  max-width: 100%; }

.bpt-athletics3-update h1 {
  color: #700b22; }

.bpt-athletics3-update .title-bar {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 20px; }
  .bpt-athletics3-update .title-bar > header {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 0; }
    @media (min-width: 600px) {
      .bpt-athletics3-update .title-bar > header {
        margin-bottom: 50px; } }
    .bpt-athletics3-update .title-bar > header .fsElementHeaderContent {
      float: none;
      display: block; }
    .bpt-athletics3-update .title-bar > header .fsElementTitle {
      display: block;
      font-size: 13px;
      line-height: 1.2;
      text-transform: uppercase;
      letter-spacing: .05em;
      color: rgba(0, 0, 0, 0.3);
      font-weight: 600;
      text-align: center;
      position: relative;
      margin: 40px auto 20px; }
      @media (min-width: 600px) {
        .bpt-athletics3-update .title-bar > header .fsElementTitle {
          font-size: 18px;
          line-height: 24px;
          margin: 60px auto 20px; } }
      .bpt-athletics3-update .title-bar > header .fsElementTitle:before {
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 1px;
        background-color: rgba(0, 0, 0, 0.15);
        opacity: .5; }
  .bpt-athletics3-update .title-bar .title-inner {
    background-color: #fff;
    display: inline-block;
    margin: 0 auto;
    padding: 0 8px;
    position: relative; }
    @media (min-width: 600px) {
      .bpt-athletics3-update .title-bar .title-inner {
        padding: 0 15px; } }
  .bpt-athletics3-update .title-bar.image > header {
    margin-top: 40px; }
    @media (min-width: 600px) {
      .bpt-athletics3-update .title-bar.image > header {
        margin-top: 70px; } }
  .bpt-athletics3-update .title-bar.image .fsElementHeaderContent {
    position: relative; }
    .bpt-athletics3-update .title-bar.image .fsElementHeaderContent:before {
      content: '';
      position: absolute;
      width: 100%;
      left: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 1px;
      background-color: rgba(0, 0, 0, 0.15);
      opacity: .5; }
    .bpt-athletics3-update .title-bar.image .fsElementHeaderContent img {
      background-color: #fff;
      display: inline-block;
      margin: 0 auto;
      padding: 0 8px;
      position: relative;
      max-width: 150px;
      width: 100%; }
      @media (min-width: 600px) {
        .bpt-athletics3-update .title-bar.image .fsElementHeaderContent img {
          padding: 0 15px;
          max-width: 230px; } }

.bpt-athletics3-update .fsElement.fsNews,
.bpt-athletics3-update .fsElement.fsPostElement {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 20px; }
  .bpt-athletics3-update .fsElement.fsNews.featured-news,
  .bpt-athletics3-update .fsElement.fsPostElement.featured-news {
    margin-bottom: 45px; }
    .bpt-athletics3-update .fsElement.fsNews.featured-news > header,
    .bpt-athletics3-update .fsElement.fsPostElement.featured-news > header {
      text-align: center; }
    .bpt-athletics3-update .fsElement.fsNews.featured-news article,
    .bpt-athletics3-update .fsElement.fsPostElement.featured-news article {
      zoom: 1;
      position: relative; }
      .bpt-athletics3-update .fsElement.fsNews.featured-news article:after,
      .bpt-athletics3-update .fsElement.fsPostElement.featured-news article:after {
        display: table;
        clear: both;
        content: ''; }
      @media (min-width: 700px) {
        .bpt-athletics3-update .fsElement.fsNews.featured-news article,
        .bpt-athletics3-update .fsElement.fsPostElement.featured-news article {
          padding-left: calc(50% + 50px);
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-pack: center;
          justify-content: center;
          min-height: 400px; } }
    .bpt-athletics3-update .fsElement.fsNews.featured-news .fsThumbnail,
    .bpt-athletics3-update .fsElement.fsPostElement.featured-news .fsThumbnail {
      background-size: cover;
      background-position: center;
      overflow: hidden;
      border: solid 1px #d9d9d9; }
      @media (min-width: 700px) {
        .bpt-athletics3-update .fsElement.fsNews.featured-news .fsThumbnail,
        .bpt-athletics3-update .fsElement.fsPostElement.featured-news .fsThumbnail {
          position: absolute;
          width: 50%;
          height: 100%;
          left: 0;
          top: 0;
          margin: 0; } }
      .bpt-athletics3-update .fsElement.fsNews.featured-news .fsThumbnail img,
      .bpt-athletics3-update .fsElement.fsPostElement.featured-news .fsThumbnail img {
        opacity: 0;
        visibility: hidden; }
    .bpt-athletics3-update .fsElement.fsNews.featured-news .fsTitle,
    .bpt-athletics3-update .fsElement.fsPostElement.featured-news .fsTitle {
      margin-top: 0;
      font-size: 26px;
      line-height: 1.2;
      font-weight: normal;
      margin-bottom: 20px;
      position: relative;
      color: #700b22; }
      @media (min-width: 600px) {
        .bpt-athletics3-update .fsElement.fsNews.featured-news .fsTitle,
        .bpt-athletics3-update .fsElement.fsPostElement.featured-news .fsTitle {
          font-size: 22px; } }
      @media (min-width: 800px) {
        .bpt-athletics3-update .fsElement.fsNews.featured-news .fsTitle,
        .bpt-athletics3-update .fsElement.fsPostElement.featured-news .fsTitle {
          font-size: 30px; } }
      @media (min-width: 980px) {
        .bpt-athletics3-update .fsElement.fsNews.featured-news .fsTitle,
        .bpt-athletics3-update .fsElement.fsPostElement.featured-news .fsTitle {
          font-size: 40px;
          line-height: 48px; } }
      .bpt-athletics3-update .fsElement.fsNews.featured-news .fsTitle:before,
      .bpt-athletics3-update .fsElement.fsPostElement.featured-news .fsTitle:before {
        content: 'Featured News';
        color: #620017;
        font-size: 15px;
        font-weight: 600;
        line-height: 19px;
        letter-spacing: .05em;
        text-transform: uppercase;
        display: block;
        margin-bottom: 20px; }
      .bpt-athletics3-update .fsElement.fsNews.featured-news .fsTitle a,
      .bpt-athletics3-update .fsElement.fsPostElement.featured-news .fsTitle a {
        color: inherit; }
        .bpt-athletics3-update .fsElement.fsNews.featured-news .fsTitle a:hover,
        .bpt-athletics3-update .fsElement.fsPostElement.featured-news .fsTitle a:hover {
          opacity: .7; }
    .bpt-athletics3-update .fsElement.fsNews.featured-news .fsCroppedImage,
    .bpt-athletics3-update .fsElement.fsPostElement.featured-news .fsCroppedImage {
      border: 1px solid #d9d9d9; }
    .bpt-athletics3-update .fsElement.fsNews.featured-news .fsReadMoreLink,
    .bpt-athletics3-update .fsElement.fsPostElement.featured-news .fsReadMoreLink {
      font-weight: 600;
      color: #700b22; }
      .bpt-athletics3-update .fsElement.fsNews.featured-news .fsReadMoreLink:hover,
      .bpt-athletics3-update .fsElement.fsPostElement.featured-news .fsReadMoreLink:hover {
        color: #b5ac9f; }
  .bpt-athletics3-update .fsElement.fsNews.recent-news,
  .bpt-athletics3-update .fsElement.fsPostElement.recent-news {
    padding-bottom: 40px; }
    @media (min-width: 700px) {
      .bpt-athletics3-update .fsElement.fsNews.recent-news,
      .bpt-athletics3-update .fsElement.fsPostElement.recent-news {
        padding-bottom: 80px; } }
    .bpt-athletics3-update .fsElement.fsNews.recent-news header,
    .bpt-athletics3-update .fsElement.fsPostElement.recent-news header {
      border-bottom: 0px; }
    .bpt-athletics3-update .fsElement.fsNews.recent-news .fsElementTitle,
    .bpt-athletics3-update .fsElement.fsPostElement.recent-news .fsElementTitle {
      color: #620017;
      font-size: 15px;
      font-weight: 600;
      line-height: 19px;
      letter-spacing: .05em;
      text-transform: uppercase;
      margin-bottom: 25px; }
    @media (min-width: 700px) {
      .bpt-athletics3-update .fsElement.fsNews.recent-news .fsListItems,
      .bpt-athletics3-update .fsElement.fsPostElement.recent-news .fsListItems {
        display: -ms-flexbox;
        display: flex; } }
    .bpt-athletics3-update .fsElement.fsNews.recent-news article,
    .bpt-athletics3-update .fsElement.fsPostElement.recent-news article {
      border-bottom: none;
      margin-bottom: 20px;
      padding: 7px 20px;
      position: relative; }
      .bpt-athletics3-update .fsElement.fsNews.recent-news article:last-child,
      .bpt-athletics3-update .fsElement.fsPostElement.recent-news article:last-child {
        margin-bottom: 0; }
      @media (min-width: 700px) {
        .bpt-athletics3-update .fsElement.fsNews.recent-news article,
        .bpt-athletics3-update .fsElement.fsPostElement.recent-news article {
          margin-bottom: 0;
          width: 33.33%; } }
      .bpt-athletics3-update .fsElement.fsNews.recent-news article:before,
      .bpt-athletics3-update .fsElement.fsPostElement.recent-news article:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 3px;
        height: 100%;
        display: block;
        background-color: #620017; }
      .bpt-athletics3-update .fsElement.fsNews.recent-news article .fsTitle a,
      .bpt-athletics3-update .fsElement.fsPostElement.recent-news article .fsTitle a {
        color: inherit; }
    .bpt-athletics3-update .fsElement.fsNews.recent-news .fsElementFooterContent,
    .bpt-athletics3-update .fsElement.fsPostElement.recent-news .fsElementFooterContent {
      text-align: center; }
      .bpt-athletics3-update .fsElement.fsNews.recent-news .fsElementFooterContent > a,
      .bpt-athletics3-update .fsElement.fsPostElement.recent-news .fsElementFooterContent > a {
        display: inline-block;
        border: 0;
        margin: 0 0 20px;
        padding: 10px 20px;
        background: #666666;
        color: #fff;
        outline: 0;
        border-radius: 0;
        margin: 40px auto 0;
        background-color: #b5ac9f;
        color: #fff; }
        .bpt-athletics3-update .fsElement.fsNews.recent-news .fsElementFooterContent > a:hover,
        .bpt-athletics3-update .fsElement.fsPostElement.recent-news .fsElementFooterContent > a:hover {
          background: #595959;
          color: #fff;
          text-decoration: none; }
        .bpt-athletics3-update .fsElement.fsNews.recent-news .fsElementFooterContent > a em,
        .bpt-athletics3-update .fsElement.fsPostElement.recent-news .fsElementFooterContent > a em {
          display: block;
          font-style: normal; }
        .bpt-athletics3-update .fsElement.fsNews.recent-news .fsElementFooterContent > a:hover,
        .bpt-athletics3-update .fsElement.fsPostElement.recent-news .fsElementFooterContent > a:hover {
          background-color: #700b22; }
        @media (min-width: 700px) {
          .bpt-athletics3-update .fsElement.fsNews.recent-news .fsElementFooterContent > a,
          .bpt-athletics3-update .fsElement.fsPostElement.recent-news .fsElementFooterContent > a {
            margin: 60px auto 0; } }

.bpt-athletics3-update .fsNews.fsGrid.styled,
.bpt-athletics3-update .fsPostElement.fsGrid.styled {
  padding-top: 61px;
  padding-bottom: 65px; }
  .bpt-athletics3-update .fsNews.fsGrid.styled > .fsElementContent,
  .bpt-athletics3-update .fsPostElement.fsGrid.styled > .fsElementContent {
    padding-top: 20px; }

.bpt-athletics3-update .panel-feeds.fsContainer .fsFeeds {
  padding-top: 37px; }
  .bpt-athletics3-update .panel-feeds.fsContainer .fsFeeds > .fsElementContent {
    padding-top: 29px; }

.ath-landing-slideshow {
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
  margin-bottom: 0;
  overflow: hidden; }
  .ath-landing-slideshow:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 20%, transparent 50%, transparent 100%); }
  .ath-landing-slideshow > header {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    width: calc(100% - 40px);
    z-index: 1;
    opacity: 1;
    visibility: visible; }
    @media (min-width: 600px) {
      .ath-landing-slideshow > header {
        padding: 25px 30px 40px;
        width: calc(100% - 100px);
        height: auto; } }
    @media (min-width: 800px) {
      .ath-landing-slideshow > header {
        width: 70%; } }
    @media (min-width: 1180px) {
      .ath-landing-slideshow > header {
        max-width: 580px; } }
    .ath-landing-slideshow > header .fsElementTitle {
      margin-top: 0;
      font-weight: normal;
      font-size: 2.5em;
      line-height: 1.35em;
      font-family: "freight-display-pro", sans-serif;
      color: #333;
      margin-bottom: 0.375em;
      color: #700b22; }
      @media screen and (max-width: 799px) {
        .ath-landing-slideshow > header .fsElementTitle {
          font-size: 36px;
          line-height: 1.2;
          margin-bottom: 20px; } }
      @media screen and (max-width: 599px) {
        .ath-landing-slideshow > header .fsElementTitle {
          font-size: 26px;
          margin-bottom: 10px; } }
    @media screen and (max-width: 599px) {
      .ath-landing-slideshow > header .fsElementHeaderContent {
        font-size: 14px;
        line-height: 1.3; } }
    .ath-landing-slideshow > header .fsElementHeaderContent > a {
      display: inline-block;
      border: 0;
      margin: 0 0 20px;
      padding: 10px 20px;
      background: #666666;
      color: #fff;
      outline: 0;
      border-radius: 0;
      margin-bottom: 0;
      background-color: #b5ac9f;
      color: #fff; }
      .ath-landing-slideshow > header .fsElementHeaderContent > a:hover {
        background: #595959;
        color: #fff;
        text-decoration: none; }
      .ath-landing-slideshow > header .fsElementHeaderContent > a em {
        display: block;
        font-style: normal; }
      .ath-landing-slideshow > header .fsElementHeaderContent > a:hover {
        background-color: #700b22; }
      @media screen and (max-width: 599px) {
        .ath-landing-slideshow > header .fsElementHeaderContent > a {
          font-size: 12px;
          line-height: 1.2;
          padding: 10px 15px; } }
  .ath-landing-slideshow.start-show:before {
    display: none; }
  .ath-landing-slideshow.start-show > header {
    -ms-transform: translate(-50%, 150%);
    transform: translate(-50%, 150%);
    opacity: 0;
    visibility: hidden;
    transition: .5s; }
  .ath-landing-slideshow .fsMediaCustomPlayer {
    height: 300px;
    position: relative;
    opacity: 0;
    visibility: hidden; }
    @media (min-width: 600px) {
      .ath-landing-slideshow .fsMediaCustomPlayer {
        height: 600px; } }
    .ath-landing-slideshow .fsMediaCustomPlayer.show {
      opacity: 1;
      visibility: visible;
      transition: .3s ease-in .3s; }
    .ath-landing-slideshow .fsMediaCustomPlayer:before {
      content: '';
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 20%, transparent 50%, transparent 100%); }
    .ath-landing-slideshow .fsMediaCustomPlayer article {
      height: 300px;
      position: relative; }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer article {
          height: 600px; } }
      .ath-landing-slideshow .fsMediaCustomPlayer article:before {
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 20%, transparent 50%, transparent 100%); }
    .ath-landing-slideshow .fsMediaCustomPlayer .caption-wrapper {
      position: absolute;
      text-align: left;
      bottom: 20px;
      left: 0;
      right: 0;
      z-index: 1;
      margin: 0 auto;
      padding: 0 30px;
      background: transparent;
      max-width: 100%; }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-wrapper {
          bottom: 60px;
          max-width: 1280px;
          padding: 0 50px; } }
    .ath-landing-slideshow .fsMediaCustomPlayer .caption-title, .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc {
      max-width: 100%;
      margin: 0; }
      @media (min-width: 800px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-title, .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc {
          max-width: 60%; } }
      @media (min-width: 1180px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-title, .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc {
          max-width: 40%; } }
    .ath-landing-slideshow .fsMediaCustomPlayer .caption-title {
      font-size: 26px;
      font-weight: 400;
      line-height: 1.3;
      font-style: normal;
      text-shadow: none; }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-title {
          font-size: 40px;
          line-height: 48px; } }
    .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc {
      font-size: 14px;
      font-weight: 600;
      line-height: 1.3;
      text-shadow: none;
      transition: .3s;
      margin-top: 5px; }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc {
          font-size: 18px;
          line-height: 24px;
          margin-top: 15px; } }
      .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc:empty {
        margin: 0; }
      .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc p {
        margin-bottom: 5px; }
        @media (min-width: 600px) {
          .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc p {
            margin-bottom: 15px; } }
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc p:last-child, .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc p:empty {
          margin-bottom: 0; }
      .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc a {
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.3;
        text-transform: uppercase;
        letter-spacing: .05em;
        transition: .3s; }
        @media (min-width: 600px) {
          .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc a {
            font-size: 13px; } }
        .ath-landing-slideshow .fsMediaCustomPlayer .caption-desc a:hover {
          text-decoration: none;
          opacity: .7;
          transition: .3s; }
    .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow {
      width: 30px; }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow {
          width: 40px; } }
      .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow:hover:before {
        opacity: .7;
        transition: .3s; }
      .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow:before {
        font-family: "BPT-IcoMoon";
        font-size: 26px;
        font-weight: 400;
        text-shadow: none;
        line-height: 40px;
        transition: .3s; }
        @media (min-width: 600px) {
          .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow:before {
            font-size: 40px; } }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow.slick-next {
          right: 10px; } }
      .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow.slick-next:before {
        content: '\e906'; }
      @media (min-width: 600px) {
        .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow.slick-prev {
          left: 10px; } }
      .ath-landing-slideshow .fsMediaCustomPlayer .slick-arrow.slick-prev:before {
        content: '\e907'; }

.ath-toggle-container {
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  overflow: hidden; }
  .ath-toggle-container > .fsElementContent {
    background-color: rgba(0, 0, 0, 0.07);
    padding: 45px 0; }
    @media (min-width: 600px) {
      .ath-toggle-container > .fsElementContent {
        padding: 0;
        height: 100%; } }
  body:not(.fsComposeMode) .ath-toggle-container {
    margin-bottom: 0; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .ath-toggle-container {
        height: 145px; } }
  .ath-toggle-container .fsAthleticsEvent {
    margin-bottom: 0; }
    .ath-toggle-container .fsAthleticsEvent:not(.on) > header h2 {
      transition: .3s; }
    .ath-toggle-container .fsAthleticsEvent:not(.on) > header:hover h2 {
      color: #620017;
      transition: .3s; }
    .ath-toggle-container .fsAthleticsEvent > .fsElementContent {
      opacity: 0;
      visibility: hidden;
      z-index: -1;
      position: relative;
      max-height: 0;
      overflow: hidden; }
      @media (min-width: 600px) {
        .ath-toggle-container .fsAthleticsEvent > .fsElementContent {
          margin-top: 0; } }
      .ath-toggle-container .fsAthleticsEvent > .fsElementContent .fsElementEmpty {
        min-height: 120px;
        padding: 30px; }
    .ath-toggle-container .fsAthleticsEvent.on > header {
      background-color: #620017;
      cursor: default;
      border: none; }
      .ath-toggle-container .fsAthleticsEvent.on > header h2 {
        color: #fff; }
    .ath-toggle-container .fsAthleticsEvent.on > .fsElementContent {
      opacity: 1;
      visibility: visible;
      z-index: 2;
      max-height: inherit;
      overflow: visible; }
    .ath-toggle-container .fsAthleticsEvent.on > footer {
      display: block; }
    .fsComposeMode .ath-toggle-container .fsAthleticsEvent > .fsElementContent {
      opacity: 1;
      visibility: visible;
      z-index: 2;
      max-height: inherit;
      overflow: visible; }

.ath-event-slideshow {
  width: calc(100% - 78px);
  margin: 0 auto; }
  @media (min-width: 600px) {
    .ath-event-slideshow {
      width: calc(100% - 305px); } }
  body:not(.fsComposeMode) .ath-event-slideshow > footer {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 5px;
    width: calc(100% - 80px);
    height: 40px;
    display: none;
    text-align: center;
    background-color: #b5ac9f;
    border-radius: 4px;
    transition: .3s; }
    body:not(.fsComposeMode) .ath-event-slideshow > footer:hover {
      background-color: #620017; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .ath-event-slideshow > footer {
        width: 105px;
        height: calc(100% - 10px);
        top: 5px;
        bottom: auto;
        right: 5px;
        left: auto; } }
    body:not(.fsComposeMode) .ath-event-slideshow > footer > div {
      height: 100%; }
    body:not(.fsComposeMode) .ath-event-slideshow > footer a {
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      color: #fff;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 10px;
      font-size: 15px;
      font-weight: 600;
      line-height: 22px;
      text-transform: uppercase;
      letter-spacing: .05em; }
      body:not(.fsComposeMode) .ath-event-slideshow > footer a br {
        display: none; }
        @media (min-width: 600px) {
          body:not(.fsComposeMode) .ath-event-slideshow > footer a br {
            display: block; } }
  body:not(.fsComposeMode) .ath-event-slideshow > header {
    position: absolute;
    left: 40px;
    width: calc(50% - 45px);
    text-align: center;
    height: 40px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    border-right: none;
    border-left: none;
    z-index: 15;
    top: 0;
    background-color: #fff;
    margin-top: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .ath-event-slideshow > header {
        height: 50px;
        width: 105px;
        left: 5px;
        top: auto;
        height: calc(50% - 8px); } }
    body:not(.fsComposeMode) .ath-event-slideshow.scores > header {
      left: auto;
      right: 40px; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .ath-event-slideshow.scores > header {
          top: auto;
          right: auto;
          left: 5px;
          bottom: 5px; } }
    .fsComposeMode .ath-schedules > header {
      height: calc(100% - 30px); }
    .fsComposeMode .ath-scores > header {
      height: calc(100% - 30px);
      bottom: 30px; }
    body:not(.fsComposeMode) .ath-event-slideshow > header h2 {
      color: #666666;
      margin: 0;
      font-size: 15px;
      font-weight: 600;
      line-height: 22px;
      text-transform: uppercase;
      line-height: 1;
      letter-spacing: .05em; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .ath-event-slideshow > header h2 {
          line-height: 1;
          position: absolute;
          position: absolute;
          left: 50%;
          top: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 100%; } }
  .ath-event-slideshow .fsListItems {
    zoom: 1; }
    .ath-event-slideshow .fsListItems:after {
      display: table;
      clear: both;
      content: ''; }
    .ath-event-slideshow .fsListItems article {
      padding: 15px;
      margin-bottom: 0;
      min-height: 135px;
      color: #666666;
      background-color: white;
      border: 1px solid rgba(0, 0, 0, 0.15);
      margin: 4px 2px;
      outline: transparent;
      line-height: 1.2;
      font-weight: 600;
      font-size: 16px; }
  .ath-event-slideshow .fsDateTime {
    font-size: 14px;
    margin-bottom: 10px; }
    .ath-event-slideshow .fsDateTime:before {
      content: '\e902';
      font-family: "BPT-IcoMoon";
      font-weight: normal;
      color: rgba(0, 0, 0, 0.3);
      font-size: 13px;
      display: inline-block;
      margin-right: 3px; }
    .ath-event-slideshow .fsDateTime .fsSeparator {
      color: rgba(0, 0, 0, 0.3); }
    .ath-event-slideshow .fsDateTime .fsTime:before {
      content: '|';
      color: rgba(0, 0, 0, 0.3); }
    .ath-event-slideshow .fsDateTime .fsTime + .fsTime:before {
      display: none; }
  .ath-event-slideshow .fsTitle {
    font-size: 18px;
    color: #700b22;
    display: block;
    margin-bottom: 5px; }
    .ath-event-slideshow .fsTitle .fsAthleticsEventDetailLink {
      display: block;
      color: inherit;
      transition: .3s; }
      .ath-event-slideshow .fsTitle .fsAthleticsEventDetailLink:hover {
        opacity: .8;
        transition: .3s; }
  .ath-event-slideshow .fsAthleticsOpponents {
    display: block;
    margin-bottom: 10px; }
  .ath-event-slideshow .fsAthleticsAdvantage {
    display: inline-block;
    font-size: 14px;
    vertical-align: bottom; }
    .ath-event-slideshow .fsAthleticsAdvantage:before {
      content: "\e901";
      font-family: "BPT-IcoMoon";
      margin-right: 3px;
      color: rgba(0, 0, 0, 0.3);
      font-size: 13px;
      font-weight: normal; }
    .ath-event-slideshow .fsAthleticsAdvantage + .fsAthleticsLocations:before, .ath-event-slideshow .fsAthleticsAdvantage + .fsAthleticsStatus:before {
      content: '|';
      display: inline-block;
      margin-right: 3px;
      color: rgba(0, 0, 0, 0.3); }
  .ath-event-slideshow .fsAthleticsLocations:before {
    content: "\e901";
    font-family: "BPT-IcoMoon";
    margin-right: 3px;
    color: rgba(0, 0, 0, 0.3);
    font-size: 13px;
    font-weight: normal; }
  .ath-event-slideshow .fsAthleticsLocations, .ath-event-slideshow .fsAthleticsStatus {
    display: inline-block;
    font-size: 14px;
    vertical-align: bottom; }
  .ath-event-slideshow .fsAthleticsLocations + .fsAthleticsStatus:before {
    content: '|';
    display: inline-block;
    margin-right: 3px;
    color: rgba(0, 0, 0, 0.3); }
  .ath-event-slideshow .fsAthleticsStatus {
    color: #620017; }
  .ath-event-slideshow .fsAthleticsResultWrapper {
    font-size: 14px;
    color: #620017; }
    .ath-event-slideshow .fsAthleticsResultWrapper .fsAthleticsResult:after {
      content: '|';
      display: inline-block;
      margin-left: 3px;
      color: rgba(0, 0, 0, 0.3); }
  .ath-event-slideshow .slick-arrow {
    position: absolute;
    width: 35px;
    height: calc(100% + 92px);
    min-height: 145px;
    overflow: hidden;
    background-color: #666666;
    border: none;
    padding: 0;
    color: transparent;
    z-index: 10;
    outline: 0;
    top: -46px;
    border: none; }
    @media (min-width: 600px) {
      .ath-event-slideshow .slick-arrow {
        top: -1px;
        height: 100%;
        width: 30px; } }
    .ath-event-slideshow .slick-arrow:after {
      content: '';
      font-family: "BPT-IcoMoon";
      color: #fff;
      position: absolute;
      position: absolute;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 25px;
      line-height: 1; }
    .ath-event-slideshow .slick-arrow.slick-prev {
      left: -40px; }
      @media (min-width: 600px) {
        .ath-event-slideshow .slick-arrow.slick-prev {
          left: -35px; } }
      .ath-event-slideshow .slick-arrow.slick-prev:after {
        content: '\e907'; }
    .ath-event-slideshow .slick-arrow.slick-next {
      right: -40px; }
      @media (min-width: 600px) {
        .ath-event-slideshow .slick-arrow.slick-next {
          right: -35px; } }
      .ath-event-slideshow .slick-arrow.slick-next:after {
        content: "\e906"; }
  .ath-event-slideshow.scores article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .ath-event-slideshow.scores article > div {
      margin-bottom: 0; }

.team-tabs {
  padding: 40px 20px 50px;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  background-size: cover;
  background-position: center; }
  @media (min-width: 600px) {
    .team-tabs {
      min-height: 450px;
      padding: 50px 20px 40px; } }
  .team-tabs a {
    color: inherit; }
  .team-tabs:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    background-color: #700b22; }
    @media (min-width: 600px) {
      .team-tabs:before {
        opacity: .94; } }
  .team-tabs > header, .team-tabs > .fsElementContent, .team-tabs > footer {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
  .team-tabs .fsElementTitle {
    margin-top: 0;
    font-size: 26px;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 20px;
    position: relative;
    color: #fff; }
    @media (min-width: 600px) {
      .team-tabs .fsElementTitle {
        font-size: 22px; } }
    @media (min-width: 800px) {
      .team-tabs .fsElementTitle {
        font-size: 30px; } }
    @media (min-width: 980px) {
      .team-tabs .fsElementTitle {
        font-size: 40px;
        line-height: 48px; } }
  @media (min-width: 500px) {
    .team-tabs .fsAthleticsTeamDirectory {
      -moz-column-count: 2;
      column-count: 2; } }
  @media (min-width: 700px) {
    .team-tabs .fsAthleticsTeamDirectory {
      -moz-column-count: 3;
      column-count: 3; } }
  .team-tabs .fsAthleticsTeamDirectory a {
    opacity: .8;
    transition: .3s; }
    .team-tabs .fsAthleticsTeamDirectory a:hover {
      opacity: 1;
      transition: .3s; }
  .team-tabs .fsTabsNav li.fsStateSelected a {
    color: #666666;
    background-color: #fff;
    border: solid 1px #fff;
    font-weight: 400 !important; }
    .team-tabs .fsTabsNav li.fsStateSelected a:after {
      display: none; }
  .team-tabs .fsTabsNav {
    border-bottom: 1px solid #fff; }
    .team-tabs .fsTabsNav li a {
      border-bottom: 0 !important; }
  .team-tabs .fsTabsNav li a {
    color: #fff;
    border: solid 1px #fff;
    background-color: transparent; }
    .team-tabs .fsTabsNav li a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #666666; }
  .team-tabs .fsPanel > .fsElementContent {
    padding-top: 35px; }
    .team-tabs .fsPanel > .fsElementContent .fsAthleticsTeam {
      margin-bottom: 0; }

.connect-container .fsTwitter .fsElementTitle {
  margin-bottom: 0;
  color: #b5ac9f; }

.connect-container .fsTwoColumnLayout {
  margin: 0 auto; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn {
    border: solid 1px rgba(0, 0, 0, 0.07);
    margin-bottom: 20px;
    padding: 0;
    float: none; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn {
        margin-bottom: 0;
        width: calc(50% - 10px); } }
    @media (min-width: 1180px) {
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn {
        width: calc(50% - 15px); } }
    body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn > .fsElement:last-child {
      margin-bottom: 0; }
  body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-1 {
    padding: 20px 20px 10px; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-1 {
        margin-right: 20px;
        padding: 30px 30px 10px; } }
    @media (min-width: 1180px) {
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-1 {
        margin-right: 30px; } }
  body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #d9d9d9;
    margin-bottom: 0; }
    body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent {
      width: 100%;
      background-size: cover;
      background-position: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      position: relative;
      padding: 20px; }
      @media (min-width: 400px) {
        body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent {
          height: 525px; } }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent {
          padding: 0;
          height: 100%; } }
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4); }
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent > .fsElementContent {
        position: relative; }
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent p {
        margin: 0; }
      body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent a {
        display: inline-block;
        border: 0;
        margin: 0 0 20px;
        padding: 10px 20px;
        background: #666666;
        color: #fff;
        outline: 0;
        border-radius: 0;
        margin: 10px 0;
        background-color: #b5ac9f;
        color: #fff; }
        body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent a:hover {
          background: #595959;
          color: #fff;
          text-decoration: none; }
        body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent a em {
          display: block;
          font-style: normal; }
        body:not(.fsComposeMode) .connect-container .fsTwoColumnLayout .fsStyleColumn-2 > .fsContent a:hover {
          background-color: #700b22; }

body.fsComposeMode .circle-button-link {
  pointer-events: none; }

body.fsComposeMode .circle-button {
  overflow: visible; }

body.bpt-athletics3 .circle-button {
  margin-bottom: 0; }

body.bpt-athletics3:not(.fsComposeMode) .circle-button header .fsElementHeaderContent {
  margin-top: 0; }

body.bpt-athletics3 .fsFourColumnLayout:after {
  display: none; }

body.bpt-athletics3:not(.fsComposeMode) body.bpt-athletics3 .fsFourColumnLayout {
  margin: 0; }
  @media (min-width: 600px) {
    body.bpt-athletics3:not(.fsComposeMode) body.bpt-athletics3 .fsFourColumnLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  body.bpt-athletics3:not(.fsComposeMode) body.bpt-athletics3 .fsFourColumnLayout > .fsDiv {
    padding: 0;
    margin: 20px 0; }
    @media (min-width: 600px) {
      body.bpt-athletics3:not(.fsComposeMode) body.bpt-athletics3 .fsFourColumnLayout > .fsDiv {
        width: 50%;
        padding: 0 15px;
        margin: 15px 0; } }
    @media (min-width: 700px) {
      body.bpt-athletics3:not(.fsComposeMode) body.bpt-athletics3 .fsFourColumnLayout > .fsDiv {
        padding: 0; } }
    @media (min-width: 900px) {
      body.bpt-athletics3:not(.fsComposeMode) body.bpt-athletics3 .fsFourColumnLayout > .fsDiv {
        width: auto;
        margin: 0; } }

@media (min-width: 700px) {
  body.bpt-athletics3 .fsFourColumnLayout .circle-button {
    width: 275px;
    height: 275px; } }

@media (min-width: 900px) {
  body.bpt-athletics3 .fsFourColumnLayout .circle-button {
    width: 200px;
    height: 200px; } }

@media (min-width: 1000px) {
  body.bpt-athletics3 .fsFourColumnLayout .circle-button {
    width: 230px;
    height: 230px; } }

@media (min-width: 1180px) {
  body.bpt-athletics3 .fsFourColumnLayout .circle-button {
    width: 275px;
    height: 275px; } }

body.bpt-athletics3 .fsFourColumnLayout .circle-button header h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 0; }
  @media (min-width: 700px) {
    body.bpt-athletics3 .fsFourColumnLayout .circle-button header h2 {
      line-height: 28px;
      padding: 0; } }
  @media (min-width: 900px) {
    body.bpt-athletics3 .fsFourColumnLayout .circle-button header h2 {
      font-size: 20px; } }
  @media (min-width: 1000px) {
    body.bpt-athletics3 .fsFourColumnLayout .circle-button header h2 {
      font-size: 24px; } }

body:not(.home) {
  /* entire container, keeps perspective */
  /*  UPDATED! flip the pane when hovered */
  /* flip speed goes here */
  /* hide back of pane during swap */
  /*  UPDATED! front pane, placed above back */
  /* back, initially hidden pane */ }
  body:not(.home) .circle-button {
    text-align: center;
    position: relative;
    color: #fff;
    z-index: 1;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 100%;
    border: 1px solid #d9d9d9;
    width: 200px;
    height: 200px; }
    @media (min-width: 1000px) {
      body:not(.home) .circle-button {
        width: 300px;
        height: 300px; } }
    @media (min-width: 1220px) {
      body:not(.home) .circle-button {
        width: 370px;
        height: 370px; } }
    body:not(.home) .circle-button:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border-radius: 100%;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.6) 20%, transparent 60%, transparent 100%);
      transition: .6s; }
    body:not(.home) .circle-button header {
      z-index: 5;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      display: block; }
      body:not(.home) .circle-button header h2, body:not(.home) .circle-button header p, body:not(.home) .circle-button header a {
        position: relative; }
      body:not(.home) .circle-button header h2 {
        margin-top: 0;
        font-weight: normal;
        font-size: 1.875em;
        line-height: 1.4em;
        font-family: "freight-display-pro", sans-serif;
        color: #333;
        margin-bottom: 0.33333em;
        margin-bottom: 0;
        color: #fff;
        font-size: 24px;
        line-height: 1.2;
        padding: 0; }
        @media (min-width: 1000px) {
          body:not(.home) .circle-button header h2 {
            font-size: 32px; } }
        @media (min-width: 1220px) {
          body:not(.home) .circle-button header h2 {
            font-size: 40px;
            line-height: 48px; } }
        body:not(.home) .circle-button header h2 + .fsElementHeaderContent {
          margin-top: 5px; }
          @media (min-width: 1000px) {
            body:not(.home) .circle-button header h2 + .fsElementHeaderContent {
              margin-top: 10px; } }
      body:not(.home) .circle-button header .fsElementHeaderContent {
        display: block;
        font-size: 14px; }
        @media (min-width: 1000px) {
          body:not(.home) .circle-button header .fsElementHeaderContent {
            font-size: 18px; } }
      body:not(.home) .circle-button header a {
        margin-bottom: 0;
        color: #fff;
        display: inline-block;
        margin-top: 10px;
        font-weight: 600;
        position: relative; }
      body:not(.home) .circle-button header.front {
        display: block;
        transform: rotateY(0deg);
        opacity: 1;
        visibility: visible;
        transition: opacity .3s ease-in-out .3s; }
      body:not(.home) .circle-button header:not(.front) {
        transform: rotateY(-180deg);
        color: #fff;
        transition: 0.6s; }
        body:not(.home) .circle-button header:not(.front):before {
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          background-color: #b5ac9f;
          opacity: .9;
          border-radius: 100%;
          left: 0;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
    body:not(.home) .circle-button:hover:before {
      opacity: 0;
      visibility: hidden;
      transition: .6s; }
    body:not(.home) .circle-button:hover header {
      transition: 0.6s; }
    body:not(.home) .circle-button:hover header:not(.front) {
      transform: rotateY(0deg) translateY(0);
      top: 0; }
    body:not(.home) .circle-button:hover header.front {
      transform: rotateY(180deg);
      opacity: 0;
      visibility: hidden; }
  body:not(.home) .circle-button-link {
    color: #fff;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    z-index: 3;
    transition: 0.6s;
    background-color: transparent; }
    body:not(.home) .circle-button-link:hover {
      color: #fff; }
  body:not(.home) .circle-button-inner {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0; }
    body:not(.home) .circle-button-inner p:last-child {
      margin-bottom: 0; }
  body:not(.home) .front .circle-button-inner {
    top: auto;
    -ms-transform: translateY(0);
    transform: translateY(0);
    bottom: 40px; }
    @media (min-width: 1000px) {
      body:not(.home) .front .circle-button-inner {
        bottom: 60px; } }
    body:not(.home) .front .circle-button-inner a {
      display: none; }
  body:not(.home) .circle-button {
    perspective: 1000;
    transform-style: preserve-3d; }
  body:not(.home) .circle-button:hover header:not(.front) {
    transform: rotateY(0deg); }
  body:not(.home) .circle-button:hover header.front {
    transform: rotateY(180deg); }
  body:not(.home) .circle-button-link {
    transition: 0.6s;
    transform-style: preserve-3d;
    width: 100%;
    height: 100%;
    position: relative; }
  body:not(.home) .circle-button header {
    backface-visibility: hidden;
    transition: 0.6s;
    position: absolute;
    top: 0;
    left: 0; }
  body:not(.home) .circle-button header.front {
    z-index: 2;
    transform: rotateY(0deg); }
  body:not(.home) .circle-button header:not(.front) {
    transform: rotateY(-180deg); }
  body:not(.home).fsComposeMode .circle-button-link {
    pointer-events: none; }
  body:not(.home).fsComposeMode .circle-button {
    overflow: visible; }
  body:not(.home) .ath-social {
    margin: 0 auto;
    max-width: 1220px;
    padding: 0 20px; }

.advanced-search {
  display: inline-block; }
  .advanced-search form {
    display: -ms-flexbox;
    display: flex; }
    .advanced-search form input {
      height: 28px;
      border: 1px solid #b2b2b2;
      border-right: 0px;
      font-size: 14px;
      color: #666666;
      background: #f4f4f4;
      display: inline-block;
      vertical-align: top; }
    .advanced-search form button.fsSearchElementSearchButton {
      position: relative;
      position: relative;
      border: 0;
      padding: 0;
      height: 28px;
      background: none;
      width: 28px;
      border: 1px solid #b2b2b2;
      border-left: 1px solid #d0d0d0;
      display: inline-block;
      vertical-align: top;
      margin: 0;
      color: #666666;
      font-size: 0; }
      .advanced-search form button.fsSearchElementSearchButton:before {
        content: '\f002';
        font-family: "FontAwesome";
        font-size: 12px; }
  .advanced-search .tt-menu {
    width: auto;
    text-align: left; }

body:not(.fsComposeMode) .resources-slideshow {
  position: relative;
  width: 100%;
  z-index: 10; }
  body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow,
  body:not(.fsComposeMode) .resources-slideshow .fsElementContent {
    padding: 0;
    margin: 0; }
    body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article,
    body:not(.fsComposeMode) .resources-slideshow .fsElementContent article {
      position: relative;
      min-height: 200px;
      overflow: hidden;
      padding: 0; }
      @media (min-width: 800px) {
        body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article,
        body:not(.fsComposeMode) .resources-slideshow .fsElementContent article {
          height: 580px; } }
      body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article figure,
      body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article picture,
      body:not(.fsComposeMode) .resources-slideshow .fsElementContent article figure,
      body:not(.fsComposeMode) .resources-slideshow .fsElementContent article picture {
        width: 100%;
        height: 100%;
        margin: 0; }
      body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article img,
      body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article video,
      body:not(.fsComposeMode) .resources-slideshow .fsElementContent article img,
      body:not(.fsComposeMode) .resources-slideshow .fsElementContent article video {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%; }
      
      body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article video,
      body:not(.fsComposeMode) .resources-slideshow .fsElementContent article video {
        height: 100%;
        display: block; }
      body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article img,
      body:not(.fsComposeMode) .resources-slideshow .fsElementContent article img {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 100%; }
      body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article figcaption,
      body:not(.fsComposeMode) .resources-slideshow .fsElementContent article figcaption {
        padding: 0;
        padding: 20px 30px 18px 30px; }
        body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article figcaption:before,
        body:not(.fsComposeMode) .resources-slideshow .fsElementContent article figcaption:before {
          content: '';
          display: none;
          width: 100%;
          padding-bottom: 43.26389%;
          background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 154px, transparent 100%); }
        @media (min-width: 900px) {
          body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article figcaption,
          body:not(.fsComposeMode) .resources-slideshow .fsElementContent article figcaption {
            display: block;
            position: absolute;
            left: 50%;
            bottom: 40px;
            z-index: 100;
            -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }
        body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article figcaption h2,
        body:not(.fsComposeMode) .resources-slideshow .fsElementContent article figcaption h2 {
          color: #ffffff;
          font-size: 50px;
          line-height: 54px;
          font-weight: 200;
          margin: 0; }
        body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article figcaption p,
        body:not(.fsComposeMode) .resources-slideshow .fsElementContent article figcaption p {
          color: #ffffff;
          font-size: 16px;
          line-height: 24px;
          margin: 0; }
        body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article figcaption a,
        body:not(.fsComposeMode) .resources-slideshow .fsElementContent article figcaption a {
          display: inline-block;
          padding: 13px 37px 11px;
          border: 0;
          color: #666666;
          font-size: 18px;
          text-decoration: none !important;
          background: #ffffff;
          transition: color 0.15s linear, background 0.15s linear; }
          body:not(.fsComposeMode) .resources-slideshow .fsElementSlideshow article figcaption a:hover,
          body:not(.fsComposeMode) .resources-slideshow .fsElementContent article figcaption a:hover {
            color: #ffffff;
            background: #890124; }
  body:not(.fsComposeMode) .resources-slideshow .fsPrevButton,
  body:not(.fsComposeMode) .resources-slideshow .fsNextButton {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #dddddd;
    opacity: 0.8;
    transition: opacity 0.15s linear;
    border: none;
    color: transparent;
    outline: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2; }
    body:not(.fsComposeMode) .resources-slideshow .fsPrevButton:hover,
    body:not(.fsComposeMode) .resources-slideshow .fsNextButton:hover {
      opacity: 1; }
    body:not(.fsComposeMode) .resources-slideshow .fsPrevButton:before,
    body:not(.fsComposeMode) .resources-slideshow .fsNextButton:before {
      top: 10px;
      color: #7e7e7e;
      font-size: 20px;
      font-weight: 600;
      text-shadow: none;
      font-family: "IcoMoon";
      display: block;
      font-weight: normal;
      height: 100%;
      left: 0;
      line-height: 30px;
      position: absolute;
      top: 0;
      width: 100%;
      text-align: center;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
      line-height: 50px; }
  body:not(.fsComposeMode) .resources-slideshow .fsPrevButton {
    left: 30px; }
    body:not(.fsComposeMode) .resources-slideshow .fsPrevButton:before {
      content: "\e903";
      font-family: "IcoMoon"; }
  
  body:not(.fsComposeMode) .resources-slideshow .fsNextButton {
    right: 30px; }
    
    body:not(.fsComposeMode) .resources-slideshow .fsNextButton:before {
      content: "\e906"; }
  body:not(.fsComposeMode) .resources-slideshow > footer {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 101;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .resources-slideshow > footer {
        display: block; } }
    body:not(.fsComposeMode) .resources-slideshow > footer .scroll-to {
      width: 80px;
      height: 70px;
      padding-top: 17px;
      color: #ffffff;
      font-size: 13px;
      letter-spacing: 0.04em;
      font-weight: 600;
      text-transform: uppercase;
      cursor: pointer; }
      body:not(.fsComposeMode) .resources-slideshow > footer .scroll-to:before {
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: block;
        position: absolute;
        left: 50%;
        bottom: 7px;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #ffffff;
        font-size: 20px; }

.resourcesVideoControls {
  position: absolute;
  bottom: 0; }

.resourcesVideoControls__playButton:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.active.resourcesVideoControls__playButton:before {
  content: '\f04b'; }

.resourcesVideoControls__muteButton:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.active.resourcesVideoControls__muteButton:before {
  content: '\f026'; }

.resourcesVideoControls__playButton, .resourcesVideoControls__muteButton {
  margin: 10px;
  width: 40px;
  height: 40px;
  border: 0;
  font-size: 24px;
  color: white;
  line-height: 40px;
  padding: 0;
  background: rgba(112, 11, 34, 0.7); }

.fsRosterName .fsConstituentProfileLink {
  display: grid; }

.fsRosterName .fsConstituentProfileLink {
  display: grid; }
