@charset "UTF-8";
 /**
 *
 * Pomfret - default_15_wo
 * @link https://pomfret.finalsite.com/
 * Site Template : newclientcustom
 * Built By: Stephen Petrus
 * Project Manager: Dave Lopes
 * Designer: Brittany Murray
 * ==== Git Info ====
 * Branch Name: clients/pomfret
 * Build version: 3.2.7
 * Git Tag: Composer-Build-2.0-467-g610cd85698
 * Last build by: Kosha Burnett
 *
 **/

@charset "UTF-8";
/*! config-site v0.0.1 */
/*! config-type v0.0.1 */
/*
Regular	 		400	normal	
Italic 			400	italic	
Semibold 		600	normal	
Semibold Italic	600	italic	
Bold 			700	normal	
Bold Italic		700	italic	
*/
/*
Thin 				100	normal	
Thin Italic 		100	italic	
Light 				300	normal	
Light Italic 		300	italic	
Regular 			400	normal	
Regular Italic 		400	italic	
Medium 				500	normal	
Medium Italic 		500	italic	
Semibold 			600	normal	
Semibold Italic 	600	italic	
Bold 				700	normal	
Bold Italic 		700	italic	
Extrabold 			800	normal	
Extrabold Italic 	800	italic	
Black 				900	normal	
Black Italic 		900	italic
*/
/*! config-constants v0.0.1 */
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 69.41176em;
  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.17647em;
  margin-left: 1.17647em; }

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

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

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

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

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

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

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

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

.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.eot");
  src: url("../fonts//icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts//icomoon.woff2") format("woff2"), url("../fonts//icomoon.woff") format("woff"), url("../fonts//icomoon.ttf") format("truetype"), url("../fonts//icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

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

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

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

h1, .fsStyleTwoThirds .fsContent:not(.module-dark) > header h2.fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  color: #000;
  font-size: 38px;
  line-height: 46px;
  text-transform: uppercase;
  font-family: "proxima-nova-condensed", sans-serif;
  letter-spacing: -0.007em;
  font-weight: 600;
  margin-bottom: 16px; }
  h1:after, .fsStyleTwoThirds .fsContent:not(.module-dark) > header h2.fsElementTitle:after {
    content: '';
    position: relative;
    display: block;
    width: 75px;
    height: 6px;
    background-color: #ac162c;
    margin-top: 5px; }

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 37px;
  font-family: "proxima-nova-condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.007em;
  color: #000;
  margin-bottom: 16px; }

h3 {
  margin-top: 0;
  font-weight: normal;
  color: #ac162c;
  font-size: 30px;
  line-height: 37px;
  font-family: "proxima-nova-condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.007em;
  text-transform: uppercase;
  margin-bottom: 16px; }

h4 {
  margin-top: 0;
  font-weight: normal;
  color: #000;
  font-size: 26px;
  line-height: 32px;
  font-family: "proxima-nova-condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -0.007em;
  margin-bottom: 16px; }
  h4:before {
    /*
    content:'';
    background: url($image-dir + 'header-icon-red.png');
    width:24px;
    height:24px;
    background-size:contain;
    display:inline-block;
    margin-right: 8px;
    position: relative;
    top: 3px;
    */
    content: '\e901' !important;
    color: #fff;
    font-family: "IcoMoon";
    font-size: 12px;
    line-height: 1;
    background: #ac162c;
    border-radius: 50%;
    text-align: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 100;
    top: -3px;
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 8px; }

h5 {
  margin-top: 0;
  font-weight: normal;
  color: #ac162c;
  font-size: 26px;
  line-height: 32px;
  font-family: "proxima-nova-condensed", sans-serif;
  font-weight: 600;
  margin-bottom: 16px; }
  h5:before {
    /*
    content:'';
    background: url($image-dir + 'header-icon.png');
    width:24px;
    height:24px;
    background-size:contain;
    display:inline-block;
    margin-right: 8px;
    position: relative;
    top: 3px;
    */
    content: '\e901' !important;
    color: #fff;
    font-family: "IcoMoon";
    font-size: 12px;
    line-height: 1;
    background: #000;
    border-radius: 50%;
    text-align: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 100;
    top: -3px;
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 8px; }

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  margin-bottom: 16px; }
  h6:after {
    content: '';
    position: relative;
    display: block;
    width: 56px;
    height: 1px;
    background-color: #ac162c;
    margin-top: 5px; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

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

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

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

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

/*! content - buttons v0.0.1 */
.fsLoadMoreButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 18px 22px 15px 22px;
  border-radius: 200px;
  outline: 0;
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  background: #ac162c;
  text-shadow: none; }
  .fsLoadMoreButton:hover {
    color: #ac162c;
    background: #ffffff; }
    .fsLoadMoreButton:hover:before {
      transform: scale3d(1, 1, 1);
      opacity: 1;
      z-index: 1;
      transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0s; }
  .fsLoadMoreButton em {
    display: block;
    margin-top: -3px;
    padding-bottom: 3px;
    font-size: 14px;
    line-height: 22px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0.02em; }
  .fsLoadMoreButton:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.6, 0.6, 1);
    transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
  .fsLoadMoreButton.fs_style_34 {
    width: 100%; }

.fs_style_23 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 18px 22px 15px 22px;
  border-radius: 200px;
  outline: 0;
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  background: #ac162c; }
  .fs_style_23:hover {
    color: #ac162c;
    background: #ffffff; }
    .fs_style_23:hover:before {
      transform: scale3d(1, 1, 1);
      opacity: 1;
      z-index: 1;
      transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0s; }
  .fs_style_23 em {
    display: block;
    margin-top: -3px;
    padding-bottom: 3px;
    font-size: 14px;
    line-height: 22px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0.02em; }
  .fs_style_23:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #ac162c;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.6, 0.6, 1);
    transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
  .fs_style_23.fs_style_34 {
    width: 100%; }

.fs_style_28 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 18px 22px 15px 22px;
  border-radius: 200px;
  outline: 0;
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  background: #000000; }
  .fs_style_28:hover {
    color: #000000;
    background: #ffffff; }
    .fs_style_28:hover:before {
      transform: scale3d(1, 1, 1);
      opacity: 1;
      z-index: 1;
      transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0s; }
  .fs_style_28 em {
    display: block;
    margin-top: -3px;
    padding-bottom: 3px;
    font-size: 14px;
    line-height: 22px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0.02em; }
  .fs_style_28:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #000000;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.6, 0.6, 1);
    transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
  .fs_style_28.fs_style_34 {
    width: 100%; }

.fs_style_29 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 18px 22px 15px 22px;
  border-radius: 200px;
  outline: 0;
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  background: #ac162c; }
  .fs_style_29:hover {
    color: #ac162c;
    background: #ffffff; }
    .fs_style_29:hover:before {
      transform: scale3d(1, 1, 1);
      opacity: 1;
      z-index: 1;
      transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0s; }
  .fs_style_29 em {
    display: block;
    margin-top: -3px;
    padding-bottom: 3px;
    font-size: 14px;
    line-height: 22px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0.02em; }
  .fs_style_29:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #ac162c;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.6, 0.6, 1);
    transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
  .fs_style_29.fs_style_34 {
    width: 100%; }

.fs_style_30 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 18px 22px 15px 22px;
  border-radius: 200px;
  outline: 0;
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  background: #ac162c; }
  .fs_style_30:hover {
    color: #ac162c;
    background: #ffffff; }
    .fs_style_30:hover:before {
      transform: scale3d(1, 1, 1);
      opacity: 1;
      z-index: 1;
      transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0s; }
  .fs_style_30 em {
    display: block;
    margin-top: -3px;
    padding-bottom: 3px;
    font-size: 14px;
    line-height: 22px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0.02em; }
  .fs_style_30:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #ac162c;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.6, 0.6, 1);
    transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
  .fs_style_30.fs_style_34 {
    width: 100%; }

.fs_style_31 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 18px 22px 15px 22px;
  border-radius: 200px;
  outline: 0;
  position: relative;
  color: #000000;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  background: #ac162c;
  background: #ffffff; }
  .fs_style_31:hover {
    color: #ac162c;
    background: #ffffff;
    color: #ffffff;
    background: #ac162c; }
    .fs_style_31:hover:before {
      transform: scale3d(1, 1, 1);
      opacity: 1;
      z-index: 1;
      transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0s;
      transform: scale3d(0.6, 0.6, 1);
      opacity: 0;
      z-index: -1;
      transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0.3s; }
  .fs_style_31 em {
    display: block;
    margin-top: -3px;
    padding-bottom: 3px;
    font-size: 14px;
    line-height: 22px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0.02em; }
  .fs_style_31:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #f3f3f3;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.6, 0.6, 1);
    transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
    z-index: 1;
    transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0s; }
  .fs_style_31.fs_style_34 {
    width: 100%; }

/*! content - style manger v0.0.1 */
.fs_style_24 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.007em;
  font-family: "proxima-nova-condensed", sans-serif;
  color: #ac162c;
  margin: 0 0 20px !important; }

.fs_style_25 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600; }

h3.fs_style_25 {
  border-top: 0;
  padding-top: 0; }

.fs_style_26 {
  margin-top: 23px;
  padding-top: 10px;
  padding-left: 57px;
  position: relative;
  color: #333333;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: "proxima-nova", sans-serif; }
  .fs_style_26:before {
    content: '\201C';
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    font-size: 45px;
    line-height: 78px;
    text-align: center;
    font-weight: normal;
    font-family: "adobe-caslon-pro", Georgia, serif;
    vertical-align: top;
    background-color: #ac162c;
    font-style: normal; }

table.fs_style_27, table.fs_style_32 {
  margin-bottom: 20px;
  width: 100%; }
  table.fs_style_27 td, table.fs_style_32 td {
    padding: 10px 21px 5px 21px;
    border: 0;
    vertical-align: top; }

table.fs_style_27 tr:nth-of-type(odd) td {
  background-color: #f3f3f3; }

table.fs_style_32 tr:nth-of-type(even) td {
  background-color: #f3f3f3; }

table.fs_style_32 tr:first-of-type td {
  color: #ffffff;
  background-color: #ac162c; }

.fsNews .fs_style_33,
.fsCalendar .fs_style_33 {
  display: block;
  color: #000000;
  font-size: 13px;
  line-height: 16px;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600; }
  .fsNews .fs_style_33:after,
  .fsCalendar .fs_style_33:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    padding-left: 3px; }

.fs_style_35:first-letter {
  float: left;
  padding-right: 10px;
  line-height: 80px;
  color: #ac162c;
  font-size: 95px;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: -0.007em;
  font-weight: 500; }

span.fs_style_35 {
  display: block; }

/*! structure - header v0.0.1 */
#fsHeader {
  padding: 0; }
  .has-hero #fsHeader {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: white;
    transition: top 0.3s ease; }
    @media (min-width: 450px) {
      .has-hero #fsHeader {
        top: 15px;
        background-color: rgba(255, 255, 255, 0.9); } }
  .has-hero .fsComposeMode #fsHeader {
    position: static;
    background: none; }
  @media (min-width: 1000px) {
    .no-hero #fsHeader:not(.header-float) {
      position: relative;
      margin-bottom: 70px; }
      .no-hero #fsHeader:not(.header-float):after {
        content: '';
        display: block;
        width: 100%;
        height: 70px;
        top: 90px;
        border-style: solid;
        border-width: 30px 0 0 100vw;
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000;
        -ms-transform: rotate(180deg) translate(0px, 0px);
        transform: rotate(180deg) translate(0px, 0px);
        background: #fff;
        position: absolute; } }
  #fsHeader > .fsBanner {
    position: relative; }
  #fsHeader.header-float {
    opacity: 0;
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    z-index: 399;
    background-color: #ffffff;
    transition: top 0.3s ease, opacity 0.3s ease; }
    .fsComposeMode #fsHeader.header-float {
      display: none; }
    .nav-float-up #fsHeader.header-float {
      top: 0;
      opacity: 1; }
    .nav-float-up.fsAccountBarVisible #fsHeader.header-float {
      top: 40px; }
    .nav-float-up.nav-float-near-top #fsHeader.header-float {
      top: -100px;
      opacity: 0;
      transition: top 0s ease, opacity 0s ease; }
    .nav-float-up.nav-float-top #fsHeader.header-float {
      top: -100px;
      opacity: 0;
      transition: top 0s ease, opacity 0s ease; }
    .nav-float-down #fsHeader.header-float {
      top: -100px;
      opacity: 0; }
    #fsHeader.header-float .nav-sticky {
      display: none; }

.header-util-container {
  float: right;
  display: none;
  padding-right: 25px;
  padding-right: 0;
  margin-bottom: 6px;
  border-bottom: 1px solid #000;
  border-color: transparent;
  transition: border 0.3s ease; }
  .search-open .header-util-container {
    border-bottom: 1px solid transparent; }
  @media (min-width: 1350px) {
    .header-util-container {
      display: block; } }
  .header-util-container > .fsElementContent {
    zoom: 1; }
    .header-util-container > .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }

.search-custom {
  float: left;
  padding-left: 18px; }

.nav-main {
  display: none;
  float: right;
  clear: right;
  padding-right: 23px; }
  @media (min-width: 1350px) {
    .nav-main {
      display: block; } }

.off-canvas-open {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0; }
  @media (min-width: 550px) {
    .off-canvas-open {
      right: 40px; } }
  @media (min-width: 1350px) {
    .off-canvas-open {
      display: none; } }
  .off-canvas-open .off-canvas-open-inner {
    width: 36px;
    cursor: pointer; }
    .off-canvas-open .off-canvas-open-inner:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      content: '\e904';
      display: block;
      height: 36px;
      width: 36px;
      padding-bottom: 3px;
      border: 2px solid #ac162c;
      border-radius: 100%;
      color: #000000;
      font-size: 12px;
      line-height: 32px;
      text-align: center; }
    .off-canvas-open .off-canvas-open-inner span {
      display: none;
      padding-top: 7px;
      color: #000000;
      font-size: 11px;
      line-height: 13px;
      letter-spacing: 0.055em;
      font-weight: 600;
      text-transform: uppercase;
      font-family: "proxima-nova", sans-serif; }
      @media (min-width: 450px) {
        .off-canvas-open .off-canvas-open-inner span {
          display: block; } }

.site-info-container {
  float: left;
  margin-left: 15px;
  margin-right: 85px; }
  @media (min-width: 550px) {
    .site-info-container {
      margin-left: 40px; } }
  @media (min-width: 1350px) {
    .site-info-container {
      margin-right: 0; } }
  .site-info-container a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px; }
    @media (min-width: 450px) {
      .site-info-container a {
        padding-top: 19px;
        padding-bottom: 19px; } }
  .site-info-container img {
    display: block; }

.fsBanner .site-info-container a .logo125 {
  width: 80px;
  height: auto;
  position: absolute;
  top: 0;
  left: 10px; }

.fsBanner .site-info-container a img:last-child {
  padding-left: 80px; }

@media (min-width: 550px) {
  .fsBanner .site-info-container a .logo125 {
    width: 100px; } }

div.nav-main .fsNavLevel1 > li > a {
  padding: 10px 9px; }

/*! structure - footer v0.0.1 */
#fsFooter {
  padding: 0 20px 20px 20px;
  color: #ffffff;
  background-color: transparent; }
  #fsFooter > .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 69.41176em;
    max-width: 73.75rem;
    padding-top: 39px;
    border-top: 2px solid #ececec; }
  #fsFooter .fsLayout.fsThreeColumnLayout {
    margin-left: -10px;
    margin-right: -10px; }
    @media (min-width: 800px) {
      #fsFooter .fsLayout.fsThreeColumnLayout {
        margin-left: -10px;
        margin-right: -10px; } }
    #fsFooter .fsLayout.fsThreeColumnLayout > .fsDiv {
      padding-left: 10px;
      padding-right: 10px;
      text-align: center; }
      @media (min-width: 900px) {
        #fsFooter .fsLayout.fsThreeColumnLayout > .fsDiv {
          text-align: left; } }
      @media (min-width: 800px) {
        #fsFooter .fsLayout.fsThreeColumnLayout > .fsDiv {
          padding-left: 10px;
          padding-right: 10px; } }
      #fsFooter .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-1 {
        width: 100%; }
        @media (min-width: 900px) {
          #fsFooter .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-1 {
            width: 50%;
            padding-left: 50px; } }
        @media (min-width: 1200px) {
          #fsFooter .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-1 {
            width: 41.66667%;
            padding-left: 10px; } }
      #fsFooter .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-2 {
        width: 100%; }
        @media (min-width: 900px) {
          #fsFooter .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-2 {
            width: 50%; } }
        @media (min-width: 1200px) {
          #fsFooter .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-2 {
            width: 38.33333%; } }
      #fsFooter .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 {
        width: 100%; }
        @media (min-width: 900px) {
          #fsFooter .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 {
            padding-left: 50px; } }
        @media (min-width: 1200px) {
          #fsFooter .fsLayout.fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 {
            width: 20%;
            padding-left: 10px; } }

.footer-quicklinks {
  display: inline-block;
  max-width: 204px;
  width: 100%;
  padding-top: 3px;
  margin: 0 auto; }
  @media (min-width: 550px) {
    .footer-quicklinks {
      max-width: 420px; } }
  @media (min-width: 900px) {
    .footer-quicklinks {
      margin: 0;
      max-width: 440px; } }
  .footer-quicklinks ul, .footer-quicklinks li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .footer-quicklinks ul {
    position: relative; }
    @media (min-width: 550px) {
      .footer-quicklinks ul {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 22px;
        column-gap: 22px; } }
    @media (min-width: 900px) {
      .footer-quicklinks ul {
        -moz-column-gap: 40px;
        column-gap: 40px; } }
    .footer-quicklinks ul:before {
      content: '';
      display: block;
      height: 1px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ffffff; }
  .footer-quicklinks li {
    display: block;
    border-bottom: 1px solid #e0e0e0;
    page-break-inside: avoid;
    break-inside: avoid; }
    .footer-quicklinks li:last-of-type {
      border-bottom: 1px solid transparent; }
  .footer-quicklinks a {
    display: block;
    padding: 7px 0 7px;
    color: #000000;
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
    font-family: "proxima-nova", sans-serif;
    text-align: left; }
    .footer-quicklinks a:hover {
      color: #ac162c; }

.footer-util {
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  text-align: center; }
  @media (min-width: 900px) {
    .footer-util {
      margin: 0; } }
  .footer-util > header {
    display: block; }
    @media (min-width: 550px) {
      .footer-util > header {
        display: inline-block; } }
  .footer-util > .fsElementContent {
    display: inline-block; }
  .footer-util ul, .footer-util li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .footer-util li {
    display: inline-block;
    padding-left: 14px;
    padding-right: 15px;
    position: relative; }
    @media (min-width: 550px) {
      .footer-util li {
        padding-left: 29px;
        padding-right: 0; } }
    @media (max-width: 549px) {
      .footer-util li:first-of-type:before {
        display: none; } }
    .footer-util li:before {
      display: block;
      content: '';
      width: 1px;
      height: 9px;
      border-radius: 100%;
      position: absolute;
      top: 50%;
      left: -3px;
      bottom: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #a7a9ac; }
      @media (min-width: 550px) {
        .footer-util li:before {
          left: 13px; } }
  .footer-util a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit; }
    .footer-util a:hover {
      color: #ac162c; }

.footer-bottom > .fsElementContent {
  zoom: 1; }
  .footer-bottom > .fsElementContent:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 900px) {
    .footer-bottom > .fsElementContent {
      padding-left: 40px; } }
  @media (min-width: 1200px) {
    .footer-bottom > .fsElementContent {
      padding-left: 0px; } }

@media (min-width: 900px) {
  .footer-bottom .footer-util {
    float: left; } }

.footer-bottom #fsPoweredByFinalsite {
  display: block;
  margin: 22px auto 0 auto; }
  @media (min-width: 900px) {
    .footer-bottom #fsPoweredByFinalsite {
      margin: 0;
      float: right; } }

.footer-social-links {
  padding: 0;
  display: inline-block;
  text-align: right; }
  .footer-social-links .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 400px) {
      .footer-social-links .fsNavLevel1 {
        display: block; } }
    .footer-social-links .fsNavLevel1 > li {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
  .footer-social-links ul, .footer-social-links li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .footer-social-links ul {
    zoom: 1;
    margin-left: -5px;
    margin-right: -5px; }
    .footer-social-links ul:after {
      display: table;
      clear: both;
      content: ''; }
  .footer-social-links li {
    display: block;
    float: left;
    margin-right: -1px;
    height: 46px;
    line-height: 46px; }
  .footer-social-links a {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    border: 1px solid transparent;
    position: relative;
    font-size: 1px;
    line-height: inherit;
    color: transparent; }
    .footer-social-links a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: auto;
      height: 36px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      color: #ac162c;
      font-size: 18px;
      line-height: 36px;
      text-align: center;
      transition: color 0.3s ease;
      width: 43px;
      height: 43px;
      line-height: 43px; }
    .footer-social-links a:after {
      border-radius: 100%;
      content: '';
      width: 100%;
      height: 100%;
      border-radius: inherit;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      box-shadow: inset 0 0 0 1px #ac162c;
      transform: scale3d(0.9, 0.9, 1);
      transition: box-shadow 0.3s, transform 0.3s; }
    .footer-social-links a:hover:before {
      color: #ffffff; }
    .footer-social-links a:hover:hover:after {
      box-shadow: inset 0 0 0 35px #ac162c;
      transform: scale3d(1, 1, 1); }
  .footer-social-links .social-facebook a:before {
    content: '\f09a'; }
  .footer-social-links .social-instagram a:before {
    content: '\f16d'; }
  .footer-social-links .social-twitter a:before {
    content: '\f099'; }
  .footer-social-links .social-flickr a:before {
    content: '\f16e'; }
  .footer-social-links .social-vimeo a:before {
    content: '\f27d'; }
  .footer-social-links .social-issuu a:before {
    content: '\f16a'; }
  .footer-social-links .social-youtube a:before {
    content: '\f16a'; }
  .footer-social-links .social-linkedin a:before {
    content: '\f0e1'; }
  .footer-social-links .social-livestream a:before {
    content: '\e900';
    font-size: 36px; }

.school-details {
  display: inline-block;
  color: #000000;
  font-size: 15px;
  line-height: 18px; }
  .school-details header img {
    display: block; }
  .school-details .fsElementContent {
    max-width: 204px;
    padding-top: 3px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 550px) {
      .school-details .fsElementContent {
        max-width: none;
        padding-left: 73px;
        margin-left: 0;
        margin-right: 0; } }
  .school-details span {
    display: block; }
  .school-details [itemprop='name'] {
    font-size: 1px;
    color: transparent;
    font-indent: -9999em; }
  .school-details [itemprop='streetAddress'] {
    display: block; }
  .school-details a {
    color: inherit; }
  .school-details .school-details-address {
    text-align: left; }

/*! 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: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-weight: 300;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: -0.003em;
  font-family: "proxima-nova", sans-serif;
  color: #000; }

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

#fsPageBodyWrapper {
  padding-top: 46px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  background: #ffffff; }
  .has-hero.has-hero-multimedia.hero-loading #fsPageBodyWrapper:before {
    content: '';
    display: block;
    width: 100%;
    height: 100vh; }
  @media (min-width: 800px) {
    #fsPageBodyWrapper {
      padding-left: 70px;
      padding-right: 70px; } }

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

main a {
  font-weight: 500; }

main .fsElement {
  margin-bottom: 20px; }

#fsBannerLeft {
  margin-bottom: 20px;
  width: 100%;
  float: none;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -ms-flex-order: 3;
  order: 3; }
  @media (min-width: 800px) {
    #fsBannerLeft {
      float: left; } }
  @media (min-width: 800px) {
    #fsBannerLeft {
      -ms-flex: none;
      flex: none;
      padding-right: 40px;
      width: 23.72881%; } }

#fsPageContent {
  margin-bottom: 20px;
  width: 100% !important;
  float: none !important;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 800px) {
    #fsPageContent {
      float: left !important; } }
  @media (min-width: 1000px) {
    #fsPageContent {
      -ms-flex: none;
      flex: none; } }
  @media (min-width: 1000px) {
    .fsHasRightBanner #fsPageContent {
      width: 72.88136% !important; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner #fsPageContent {
      width: 76.27119% !important; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: 49.15254% !important; } }

#fsBannerRight {
  margin-bottom: 20px;
  width: 100%;
  float: none;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -ms-flex-order: 2;
  order: 2; }
  @media (min-width: 800px) {
    #fsBannerRight {
      float: left; } }
  @media (min-width: 1000px) {
    #fsBannerRight {
      -ms-flex: none;
      flex: none;
      padding-left: 40px;
      width: 27.11864%; } }

#fsBannerRight > .fsBanner > .fsElement:not(:last-child) {
  margin-bottom: 40px; }

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

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

@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%; } }

@media (min-width: 1350px) {
  .fsLayout.fsTwoColumnWideLeftLayout {
    margin-left: 0;
    margin-right: 0; } }

.fsLayout.fsTwoColumnWideLeftLayout .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 1000px) {
    .fsLayout.fsTwoColumnWideLeftLayout .fsStyleTwoThirds {
      width: 72.88136% !important; } }
  @media (min-width: 1000px) {
    .fsLayout.fsTwoColumnWideLeftLayout .fsStyleTwoThirds {
      padding-left: 0;
      padding-right: 0; } }

.fsLayout.fsTwoColumnWideLeftLayout .fsStyleOneThird {
  width: 100%; }
  @media (max-width: 599px) {
    .fsLayout.fsTwoColumnWideLeftLayout .fsStyleOneThird .fsContent img {
      width: 100%; } }
  @media (min-width: 1000px) {
    .fsLayout.fsTwoColumnWideLeftLayout .fsStyleOneThird {
      width: 27.11864%;
      padding-left: 40px;
      padding-right: 0; }
      .fsLayout.fsTwoColumnWideLeftLayout .fsStyleOneThird > .fsElement:not(:last-child) {
        margin-bottom: 40px; } }

@media (min-width: 1350px) {
  .fsLayout.fsTwoColumnWideRightLayout {
    margin-left: 0;
    margin-right: 0; } }

.fsLayout.fsTwoColumnWideRightLayout .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 1000px) {
    .fsLayout.fsTwoColumnWideRightLayout .fsStyleTwoThirds {
      width: 76.27119% !important; } }
  @media (min-width: 1000px) {
    .fsLayout.fsTwoColumnWideRightLayout .fsStyleTwoThirds {
      padding-left: 0;
      padding-right: 0; } }

.fsLayout.fsTwoColumnWideRightLayout .fsStyleOneThird {
  width: 100%; }
  @media (max-width: 599px) {
    .fsLayout.fsTwoColumnWideRightLayout .fsStyleOneThird .fsContent img {
      width: 100%; } }
  @media (min-width: 1000px) {
    .fsLayout.fsTwoColumnWideRightLayout .fsStyleOneThird {
      width: 23.72881%;
      padding-left: 0;
      padding-right: 40px; }
      .fsLayout.fsTwoColumnWideRightLayout .fsStyleOneThird > .fsElement:not(:last-child) {
        margin-bottom: 40px; } }

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

.fsLayout .fsStyleOneThird {
  width: 100%; }
  .fsLayout .fsStyleOneThird .module .fsCroppedImage, .fsLayout .fsStyleOneThird .module-dark .fsCroppedImage {
    border-radius: 50%;
    background-position: top center; }
  @media (min-width: 1000px) {
    .fsLayout .fsStyleOneThird {
      width: 33.33333%; } }

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

.fsBreadcrumb li {
  display: inline-block; }

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

@media (min-width: 1350px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 69.41176em;
    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; }
  @media (min-width: 1350px) {
    .nav-main .fsNavLevel1 > li {
      -ms-flex: 1 auto;
      flex: 1 auto; } }
  .nav-main .fsNavLevel1 > li.nav-why-pomfret > a {
    font-size: 0px;
    color: transparent; }
    .nav-main .fsNavLevel1 > li.nav-why-pomfret > a span:before, .nav-main .fsNavLevel1 > li.nav-why-pomfret > a span:after {
      display: inline-block;
      color: #000000;
      font-size: 13px;
      letter-spacing: 0.055em;
      text-transform: uppercase;
      font-weight: 600;
      transition: color 0.3s ease; }
    .nav-main .fsNavLevel1 > li.nav-why-pomfret > a span:before {
      content: 'why';
      padding-right: 3px;
      font-family: "adobe-caslon-pro", Georgia, serif;
      font-style: italic;
      text-transform: lowercase; }
    .nav-main .fsNavLevel1 > li.nav-why-pomfret > a span:after {
      content: 'Pomfret?';
      font-family: "proxima-nova", sans-serif;
      text-transform: uppercase; }
  .nav-main .fsNavLevel1 > li.nav-why-pomfret:hover > a span:before, .nav-main .fsNavLevel1 > li.nav-why-pomfret:hover > a span:after {
    color: #ac162c; }
  .nav-main .fsNavLevel1 > li:hover > a {
    color: #ac162c; }
    .nav-main .fsNavLevel1 > li:hover > a:before {
      max-height: 4px; }
  .nav-main .fsNavLevel1 > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
    color: #000000;
    font-size: 13px;
    font-family: "proxima-nova", sans-serif;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    font-weight: 600; }
    .nav-main .fsNavLevel1 > li > a:before {
      content: '';
      display: block;
      height: 4px;
      max-height: 0;
      overflow: hidden;
      position: absolute;
      bottom: 0;
      left: 20px;
      right: 20px;
      background-color: #cccccc;
      transition: max-height 0.3s ease; }
    .nav-main .fsNavLevel1 > li > a span {
      display: block;
      height: 28px;
      line-height: 28px; }
    .nav-main .fsNavLevel1 > .fsNavCurrentPage > a,
    .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
      color: #ac162c; }
      .nav-main .fsNavLevel1 > .fsNavCurrentPage > a span:before, .nav-main .fsNavLevel1 > .fsNavCurrentPage > a span:after,
      .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a span:before,
      .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a span:after {
        color: #ac162c !important; }
      .nav-main .fsNavLevel1 > .fsNavCurrentPage > a:before,
      .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a:before {
        max-height: 4px; }

.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 {
  background: #ac162c;
  text-align: left;
  width: 520px; }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:nth-last-child(1) .fsNavPageInfo, .nav-main .fsNavLevel1 > li:nth-last-child(2) .fsNavPageInfo, .nav-main .fsNavLevel1 > li:nth-last-child(3) .fsNavPageInfo {
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none; }
  @media (min-width: 980px) {
    .nav-main .fsNavParentPage:hover .fsNavPageInfo {
      display: block; } }

.nav-main .fsNavLevel2 {
  padding: 10px 39px 25px;
  position: relative;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 39px;
  column-gap: 39px; }
  .nav-main .fsNavLevel2:after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    background-color: #ac162c; }
  .nav-main .fsNavLevel2 li {
    page-break-inside: avoid;
    break-inside: avoid;
    border-bottom: 1px solid rgba(224, 224, 224, 0.2); }
    .nav-main .fsNavLevel2 li:last-of-type {
      border-bottom: 1px solid rgba(224, 224, 224, 0); }
  .nav-main .fsNavLevel2 a {
    display: block;
    padding: 7px 0 7px;
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
    font-family: "proxima-nova", sans-serif; }
    .nav-main .fsNavLevel2 a:hover {
      color: #ac162c; }

/*! navigation - off-canvas v0.0.1 */
#fsMenu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

html.off-canvas-main,
html[class*="nav-resource"] {
  overflow: hidden;
  height: 100%; }

html.off-canvas-main body,
html[class*="nav-resource"] body {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100%; }

.fsMenu .off-canvas-container {
  display: block;
  height: 100%;
  width: 100%;
  max-width: 320px;
  z-index: 10000;
  overflow-x: hidden;
  overflow-y: visible;
  position: fixed;
  top: 0;
  right: -100%;
  opacity: 0;
  transition: opacity 0.3s ease, right 0.3s ease;
  background-color: #ac162c; }
  .fsAccountBarVisible .fsMenu .off-canvas-container {
    top: 40px; }
  .off-canvas-main .fsMenu .off-canvas-container {
    right: 0;
    opacity: 1; }

.fsMenu .resources-container {
  display: block;
  height: 100%;
  width: 100%;
  max-width: 320px;
  padding-bottom: 40px;
  overflow-x: hidden;
  overflow-y: visible;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.3s ease, right 0.3s ease;
  background-color: #fff;
  background-image: url("../images/seal.png");
  background-repeat: no-repeat;
  background-position: left -106px bottom -71px;
  background-size: 400px 400px; }
  .fsAccountBarVisible .fsMenu .resources-container {
    top: 40px; }
  html[class*="nav-resource"] .fsMenu .resources-container {
    right: 0;
    opacity: 1; }

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

.fsMenu .nav-main-mobile {
  padding-top: 10px;
  padding-bottom: 2px;
  margin-bottom: 0;
  background-color: #ffffff; }
  .fsMenu .nav-main-mobile a {
    color: #414141;
    font-family: "proxima-nova", sans-serif; }
  .fsMenu .nav-main-mobile nav a {
    display: block; }
  .fsMenu .nav-main-mobile .menu-toggle {
    display: block;
    width: 52px;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    cursor: pointer;
    transition: transform 0.3s ease; }
    .fsMenu .nav-main-mobile .menu-toggle:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 11px;
      height: 11px;
      position: absolute;
      top: 14px;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      color: #ac162c;
      line-height: 11px;
      font-size: 17px;
      text-align: center;
      transition: transform 0.3s ease, color 0.3s ease; }
  .fsMenu .nav-main-mobile .fsNavLevel1 > li {
    display: block;
    position: relative; }
    .fsMenu .nav-main-mobile .fsNavLevel1 > li.menu-open > a {
      color: #ac162c; }
    .fsMenu .nav-main-mobile .fsNavLevel1 > li.menu-open > .menu-toggle:before {
      -ms-transform: translateX(-50%) rotate(90deg);
      transform: translateX(-50%) rotate(90deg); }
    .fsMenu .nav-main-mobile .fsNavLevel1 > li.fsNavParentPage > a {
      padding-right: 0;
      margin-right: 52px; }
    .fsMenu .nav-main-mobile .fsNavLevel1 > li.nav-why-pomfret.menu-open > a {
      color: #ac162c; }
      .fsMenu .nav-main-mobile .fsNavLevel1 > li.nav-why-pomfret.menu-open > a span:before, .fsMenu .nav-main-mobile .fsNavLevel1 > li.nav-why-pomfret.menu-open > a span:after {
        color: #ac162c; }
    .fsMenu .nav-main-mobile .fsNavLevel1 > li.nav-why-pomfret > a {
      font-size: 0px;
      color: transparent; }
      .fsMenu .nav-main-mobile .fsNavLevel1 > li.nav-why-pomfret > a:hover span:before, .fsMenu .nav-main-mobile .fsNavLevel1 > li.nav-why-pomfret > a:hover span:after {
        color: #ac162c; }
      .fsMenu .nav-main-mobile .fsNavLevel1 > li.nav-why-pomfret > a span:before, .fsMenu .nav-main-mobile .fsNavLevel1 > li.nav-why-pomfret > a span:after {
        display: inline-block;
        color: #000000;
        font-size: 13px;
        letter-spacing: 0.055em;
        font-weight: 600;
        transition: color 0.3s ease; }
      .fsMenu .nav-main-mobile .fsNavLevel1 > li.nav-why-pomfret > a span:before {
        content: 'why';
        padding-right: 3px;
        font-family: "adobe-caslon-pro", Georgia, serif;
        text-transform: none;
        font-style: italic; }
      .fsMenu .nav-main-mobile .fsNavLevel1 > li.nav-why-pomfret > a span:after {
        content: 'Pomfret?';
        font-family: "proxima-nova", sans-serif;
        text-transform: uppercase; }
    .fsMenu .nav-main-mobile .fsNavLevel1 > li.fsNavCurrentPage > a, .fsMenu .nav-main-mobile .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
      color: #ac162c; }
      .fsMenu .nav-main-mobile .fsNavLevel1 > li.fsNavCurrentPage > a span:before, .fsMenu .nav-main-mobile .fsNavLevel1 > li.fsNavCurrentPage > a span:after, .fsMenu .nav-main-mobile .fsNavLevel1 > li.fsNavCurrentPageAncestor > a span:before, .fsMenu .nav-main-mobile .fsNavLevel1 > li.fsNavCurrentPageAncestor > a span:after {
        color: #ac162c !important; }
    .fsMenu .nav-main-mobile .fsNavLevel1 > li > a {
      display: block;
      padding: 6px 35px 7px 35px;
      position: relative;
      color: #000000;
      font-size: 13px;
      font-family: "proxima-nova", sans-serif;
      letter-spacing: 0.055em;
      text-transform: uppercase;
      font-weight: 600; }
      .fsMenu .nav-main-mobile .fsNavLevel1 > li > a:hover {
        color: #ac162c; }
      .fsMenu .nav-main-mobile .fsNavLevel1 > li > a span {
        display: block;
        height: 28px;
        line-height: 28px; }
    .fsMenu .nav-main-mobile .fsNavLevel1 > li > .fsNavPageInfo {
      display: none;
      background-color: #f3f3f3; }
  .fsMenu .nav-main-mobile .fsNavLevel2 {
    padding-top: 11px;
    padding-bottom: 9px;
    border: 0;
    border-top: 4px solid #ffffff;
    border-bottom: 13px solid #ffffff; }
    .fsMenu .nav-main-mobile .fsNavLevel2 li.fsNavCurrentPage > a, .fsMenu .nav-main-mobile .fsNavLevel2 li.fsNavCurrentPageAncestor > a {
      color: #008594; }
    .fsMenu .nav-main-mobile .fsNavLevel2 > li {
      display: block;
      position: relative; }
      .fsMenu .nav-main-mobile .fsNavLevel2 > li:last-of-type > a:after {
        display: none; }
      .fsMenu .nav-main-mobile .fsNavLevel2 > li > a {
        display: block;
        padding: 10px 35px 10px 35px;
        border: 0;
        color: #414141;
        font-weight: 500;
        font-size: 15px;
        font-family: "proxima-nova", sans-serif;
        line-height: 22px; }
        .fsMenu .nav-main-mobile .fsNavLevel2 > li > a:after {
          content: '';
          display: block;
          border-bottom: 1px solid rgba(183, 183, 183, 0.4);
          position: absolute;
          left: 31px;
          right: 31px;
          bottom: 0; }
      .fsMenu .nav-main-mobile .fsNavLevel2 > li.fsNavParentPage > .fsNavPageInfo {
        display: none; }
      .fsMenu .nav-main-mobile .fsNavLevel2 > li > .menu-toggle {
        display: block;
        width: 52px;
        position: absolute;
        top: 0;
        right: 5px;
        bottom: 0;
        cursor: pointer;
        transition: transform 0.3s ease; }
        .fsMenu .nav-main-mobile .fsNavLevel2 > li > .menu-toggle:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: block;
          width: 11px;
          height: 11px;
          position: absolute;
          top: 14px;
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
          color: #ac162c;
          line-height: 11px;
          font-size: 17px;
          text-align: center;
          transition: transform 0.3s ease, color 0.3s ease; }
      .fsMenu .nav-main-mobile .fsNavLevel2 > li.menu-open > a {
        color: #ac162c; }
      .fsMenu .nav-main-mobile .fsNavLevel2 > li.menu-open > .menu-toggle:before {
        color: #ac162c;
        -ms-transform: translateX(-50%) rotate(90deg);
        transform: translateX(-50%) rotate(90deg); }
  .fsMenu .nav-main-mobile ul.fsNavLevel3 {
    margin-top: -4px;
    padding-bottom: 23px; }
    .fsMenu .nav-main-mobile ul.fsNavLevel3 li a {
      padding-top: 1px;
      padding-bottom: 0px;
      font-size: 14px;
      line-height: 24px; }
    .fsMenu .nav-main-mobile ul.fsNavLevel3 ul {
      padding-top: 5px;
      padding-bottom: 5px; }
    .fsMenu .nav-main-mobile ul.fsNavLevel3 > li > a {
      padding-left: 56px; }
    .fsMenu .nav-main-mobile ul.fsNavLevel3 .menu-toggle {
      top: -8px; }
  .fsMenu .nav-main-mobile ul.fsNavLevel4 > li > a {
    padding-left: 76px; }
  .fsMenu .nav-main-mobile ul.fsNavLevel5 > li > a {
    padding-left: 96px; }

.fsMenu .off-canvas-close {
  display: block;
  height: 69px;
  width: 50px;
  padding-top: 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 100;
  background-color: transparent; }
  .fsMenu .off-canvas-close:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: block;
    height: 56px;
    width: 50px;
    color: #000000;
    font-size: 12px;
    line-height: 55px;
    text-align: center;
    vertical-align: middle; }

.off-canvas-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 0;
  background-color: #000000;
  transition: opacity 0.3s ease; }
  html.off-canvas-main .off-canvas-overlay,
  html[class*="nav-resource"] .off-canvas-overlay {
    left: 0;
    opacity: 0.5; }

.nav-resources {
  float: left;
  position: relative;
  z-index: 1;
  transition: opacity 0.3s ease 0s, z-index 0.3s ease 0.3s; }
  .search-open .nav-resources {
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease 0s, z-index 0.3s ease 0s; }
  .nav-resources ul, .nav-resources li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .nav-resources ul {
    zoom: 1; }
    .nav-resources ul:after {
      display: table;
      clear: both;
      content: ''; }
  .nav-resources li {
    display: block;
    float: left;
    padding-right: 32px; }
    .nav-resources li:last-of-type {
      padding-right: 0; }
  .nav-resources a {
    display: block;
    padding-top: 15px;
    height: 35px;
    color: #ac162c;
    font-size: 16px;
    letter-spacing: -0.02em;
    font-weight: 600;
    cursor: pointer; }
    .nav-resources a:hover {
      color: #000000; }

.top-nav-give,
.top-nav-give-mobile {
  display: block;
  float: left;
  padding-top: 15px;
  padding-left: 19px;
  height: 35px;
  font-size: 16px;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
  transition: opacity 0.3s ease 0s, z-index 0.3s ease 0.3s; }
  .search-open .top-nav-give, .search-open
  .top-nav-give-mobile {
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease 0s, z-index 0.3s ease 0s; }
  .top-nav-give a,
  .top-nav-give-mobile a {
    color: #000;
    font-style: italic;
    font-weight: 600; }
    .top-nav-give a:hover,
    .top-nav-give-mobile a:hover {
      color: #ac162c; }
      .top-nav-give a:hover:before,
      .top-nav-give-mobile a:hover:before {
        color: #ac162c;
        transition: background .3s, color .3s; }
    .top-nav-give a:before,
    .top-nav-give-mobile a:before {
      content: '\f004';
      font-family: 'Icomoon';
      margin-right: 5px;
      color: #939598;
      font-style: normal;
      display: none; }

.top-nav-give-mobile {
  float: none;
  background: #fff;
  position: relative;
  padding: 0 35px 50px;
  margin-top: -28px; }

.nav-resources-mobile {
  position: relative;
  background-color: #ffffff; }
  .nav-resources-mobile > .fsElementContent {
    padding-top: 13px;
    padding-bottom: 31px; }
  .nav-resources-mobile a {
    display: block;
    padding: 7px 35px 6px 35px;
    color: #ac162c;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 19px;
    cursor: pointer; }
    .nav-resources-mobile a:hover {
      color: #000000; }

.nav-resources-menu {
  padding: 38px 50px 10px; }
  .nav-resources-menu ul, .nav-resources-menu li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .nav-resources-menu ul {
    text-align: left; }
  .nav-resources-menu li {
    display: block;
    position: relative;
    border-bottom: 1px solid #f3f3f3; }
  .nav-resources-menu a {
    display: block;
    color: #ffffff;
    font-family: "proxima-nova", sans-serif; }
  .nav-resources-menu .fsNavLevel1 > li {
    display: none;
    border-bottom: 0; }
    .nav-resource-students .nav-resources-menu .fsNavLevel1 > li.nav-resource-students {
      display: block; }
    .nav-resource-parents .nav-resources-menu .fsNavLevel1 > li.nav-resource-parents {
      display: block; }
    .nav-resource-alumni .nav-resources-menu .fsNavLevel1 > li.nav-resource-alumni {
      display: block; }
    .nav-resource-faculty .nav-resources-menu .fsNavLevel1 > li.nav-resource-faculty {
      display: block; }
    html[class*="nav-resource"] .nav-resources-menu .fsNavLevel1 > li[class*="nav-resource"] {
      display: block; }
    .nav-resources-menu .fsNavLevel1 > li > a {
      padding: 0 0 11px 0;
      margin-left: -2px;
      pointer-events: none;
      color: #ac162c;
      position: relative;
      font-size: 32px;
      line-height: 44px;
      text-transform: uppercase;
      font-weight: 200; }
      .nav-resources-menu .fsNavLevel1 > li > a:before {
        content: '';
        display: block;
        height: 3px;
        position: absolute;
        left: -50px;
        right: 35px;
        bottom: 0;
        background-color: #000; }
      .nav-resources-menu .fsNavLevel1 > li > a:after {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        border: 3px solid #000;
        border-radius: 100%;
        position: absolute;
        right: 15px;
        bottom: -8px; }
  .nav-resources-menu .fsNavLevel2 {
    padding-top: 27px; }
    .nav-resources-menu .fsNavLevel2 a {
      padding: 8px 0px 8px;
      font-size: 15px;
      line-height: 20px;
      color: #000; }
      .nav-resources-menu .fsNavLevel2 a:hover {
        color: #ac162c; }

/*! navigation - sub v0.0.1 */
.nav-sub {
  display: none;
  background-color: #f3f3f3;
  /*
  ul.fsNavLevel3 {
    a {
      padding-top: 6px;
      padding-bottom: 6px;
      border: 0;

      color: #0f0;

      font-size: 14px;
      line-height: 22px;
      letter-spacing: 0.03em;
      font-weight: 500;
    }

    > li > a {
      padding-left: 60px;
    }
  }

  ul.fsNavLevel4 {
    > li > a {
      padding-left: 80px;
    }
  }

  ul.fsNavLevel5 {
    > li > a {
      padding-left: 100px;
    }
  }
*/ }
  @media (min-width: 1000px) {
    .nav-sub {
      display: block; } }
  .nav-sub ul, .nav-sub li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block; }
  .nav-sub a {
    display: block;
    font-family: "proxima-nova", sans-serif; }
  .nav-sub .fsNavLevel1 {
    position: relative; }
    .nav-sub .fsNavLevel1 > li {
      display: none;
      position: relative; }
      .nav-sub .fsNavLevel1 > li > a {
        display: none; }
      .nav-sub .fsNavLevel1 > li.fsNavCurrentPage, .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor {
        display: block; }
      .nav-sub .fsNavLevel1 > li > .fsNavPageInfo {
        background-color: #f3f3f3; }
  .nav-sub .fsNavLevel2 {
    padding-top: 22px;
    padding-bottom: 24px; }
    .nav-sub .fsNavLevel2 > li:last-of-type > a:after {
      display: none; }
    .nav-sub .fsNavLevel2 > li > a {
      display: block;
      padding: 10px 40px 10px 40px;
      border: 0;
      color: #414141;
      font-weight: 500;
      font-size: 15px;
      line-height: 22px; }
      .nav-sub .fsNavLevel2 > li > a:after {
        content: '';
        display: block;
        border-bottom: 1px solid rgba(183, 183, 183, 0.4);
        position: absolute;
        left: 40px;
        right: 40px;
        bottom: 0; }
    .nav-sub .fsNavLevel2 > li > .fsNavPageInfo {
      display: none; }
    .nav-sub .fsNavLevel2 li {
      position: relative; }
      .nav-sub .fsNavLevel2 li.fsNavParentPage.fsNavCurrentPage > .fsNavPageInfo, .nav-sub .fsNavLevel2 li.fsNavParentPage.fsNavCurrentPageAncestor > .fsNavPageInfo {
        display: block; }
      .nav-sub .fsNavLevel2 li.fsNavParentPage.fsNavCurrentPage > a, .nav-sub .fsNavLevel2 li.fsNavParentPage.fsNavCurrentPageAncestor > a {
        color: #ac162c !important;
        font-weight: 500 !important; }
      .nav-sub .fsNavLevel2 li.fsNavCurrentPage > a {
        color: #ac162c !important;
        font-weight: 500 !important; }
      .nav-sub .fsNavLevel2 li.fsNavParentPage > a {
        padding-right: 65px; }
      .nav-sub .fsNavLevel2 li.fsNavParentPage > .fsNavPageInfo {
        display: none; }
      .nav-sub .fsNavLevel2 li a {
        color: #414141; }
        .nav-sub .fsNavLevel2 li a:hover {
          color: #ac162c; }
      .nav-sub .fsNavLevel2 li > .menu-toggle {
        display: block;
        width: 52px;
        position: absolute;
        top: 0;
        right: 14px;
        bottom: 0;
        cursor: pointer;
        transition: transform 0.3s ease; }
        .nav-sub .fsNavLevel2 li > .menu-toggle:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: block;
          width: 19px;
          height: 19px;
          position: absolute;
          top: 11px;
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
          color: #ac162c;
          line-height: 19px;
          font-size: 19px;
          text-align: center;
          opacity: 1;
          transition: transform 0.3s ease, color 0.3s ease; }
      .nav-sub .fsNavLevel2 li.menu-open > a {
        color: #414141; }
      .nav-sub .fsNavLevel2 li.menu-open > .menu-toggle:before {
        -ms-transform: translateX(-50%) rotate(90deg);
        transform: translateX(-50%) rotate(90deg); }
  .nav-sub ul.fsNavLevel3 {
    margin-top: -4px;
    padding-bottom: 23px; }
    .nav-sub ul.fsNavLevel3 li a {
      padding-top: 1px;
      padding-bottom: 0px;
      padding-right: 40px;
      font-size: 14px;
      line-height: 24px; }
    .nav-sub ul.fsNavLevel3 ul {
      padding-top: 5px;
      padding-bottom: 5px; }
    .nav-sub ul.fsNavLevel3 > li > a {
      padding-left: 61px; }
    .nav-sub ul.fsNavLevel3 .menu-toggle {
      top: -8px; }
  .nav-sub ul.fsNavLevel4 > li > a {
    padding-left: 81px; }
  .nav-sub ul.fsNavLevel5 > li > a {
    padding-left: 101px; }

.nav-sub-mobile {
  display: block;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  opacity: 0; }
  .nav-sub-mobile + .nav-sub-mobile {
    display: none; }
  main .nav-sub-mobile {
    margin-bottom: 0; }
  .nav-sub-mobile.element-loaded {
    opacity: 1; }
  .fsComposeMode .nav-sub-mobile {
    opacity: 1; }
  @media (max-width: 399px) {
    .nav-sub-mobile {
      width: calc(100% + 40px);
      margin-left: -20px;
      margin-right: -20px; } }
  @media (min-width: 1000px) {
    .nav-sub-mobile {
      display: none; } }
  .nav-sub-mobile .menu-toggle {
    display: block;
    width: 52px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    transition: transform 0.3s ease; }
    .nav-sub-mobile .menu-toggle:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 11px;
      height: 11px;
      position: absolute;
      top: 17px;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      color: #ffffff;
      line-height: 11px;
      font-size: 17px;
      text-align: center;
      transition: transform 0.3s ease; }
  .nav-sub-mobile .fsNavLevel1 > li.fsNavCurrentPage, .nav-sub-mobile .fsNavLevel1 > li.fsNavCurrentPageAncestor {
    margin-bottom: 45px; }
    @media (max-width: 799px) {
      .nav-sub-mobile .fsNavLevel1 > li.fsNavCurrentPage, .nav-sub-mobile .fsNavLevel1 > li.fsNavCurrentPageAncestor {
        margin-top: -35px;
        margin-bottom: 16px; } }
  .nav-sub-mobile .fsNavLevel1 > li.menu-open > a {
    color: #ffffff; }
  .nav-sub-mobile .fsNavLevel1 > li.menu-open > .menu-toggle:before {
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg); }
  .nav-sub-mobile .fsNavLevel1 > li.fsNavParentPage > a {
    padding-right: 0; }
  .nav-sub-mobile .fsNavLevel1 > li > a {
    display: block;
    padding: 11px 35px 5px 25px;
    position: relative;
    color: #ffffff;
    font-size: 13px;
    line-height: 29px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.005em;
    background-color: #ac162c; }
  .nav-sub-mobile .fsNavLevel1 > li > .menu-toggle {
    right: 5px; }
  .nav-sub-mobile .fsNavLevel1 > li > .fsNavPageInfo {
    display: none;
    background: none; }
  .nav-sub-mobile ul.fsNavLevel2 {
    margin-top: 5px;
    padding: 6px 0 28px 0;
    border: 1px solid #e6e6e6;
    border-top: 0;
    background-color: #f3f3f3; }
    .nav-sub-mobile ul.fsNavLevel2 li a {
      padding: 10px 24px 10px 24px;
      border: 0; }
      .nav-sub-mobile ul.fsNavLevel2 li a:after {
        content: '';
        display: block;
        border-bottom: 1px solid rgba(183, 183, 183, 0.4);
        position: absolute;
        left: 25px;
        right: 25px;
        bottom: 0; }
    .nav-sub-mobile ul.fsNavLevel2 li > .menu-toggle {
      right: 4px; }
      .nav-sub-mobile ul.fsNavLevel2 li > .menu-toggle:before {
        top: 12px; }
    .nav-sub-mobile ul.fsNavLevel2 > li ul li a:after {
      display: none; }
  .nav-sub-mobile ul.fsNavLevel3 {
    margin-top: -4px;
    padding-bottom: 23px; }
    .nav-sub-mobile ul.fsNavLevel3 li a {
      padding-top: 1px;
      padding-bottom: 0px;
      font-size: 14px;
      line-height: 24px; }
    .nav-sub-mobile ul.fsNavLevel3 ul {
      padding-top: 5px;
      padding-bottom: 5px; }
    .nav-sub-mobile ul.fsNavLevel3 > li > a {
      padding-left: 44px; }
    .nav-sub-mobile ul.fsNavLevel3 .menu-toggle {
      top: -8px; }
  .nav-sub-mobile ul.fsNavLevel4 > li > a {
    padding-left: 64px; }
  .nav-sub-mobile ul.fsNavLevel5 > li > a {
    padding-left: 84px; }

/*! Navigation - Social */
.nav-social .fsNavLevel1 {
  font-size: 0; }
  .nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-social .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  .nav-social .fsNavLevel1 li {
    display: inline-block; }
    .nav-social .fsNavLevel1 li:not(:last-child) {
      margin-right: 10px; }
  .nav-social .fsNavLevel1 [href*='facebook']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='instagram']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='linkedin']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='pinterest']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='tumblr']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='twitter']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vimeo']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vine']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='youtube']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='rss']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='facebook']:hover {
    background: #3b5998;
    border-color: #3b5998; }
    .nav-social .fsNavLevel1 [href*='facebook']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='instagram']:hover {
    background: #3f729b;
    border-color: #3f729b; }
    .nav-social .fsNavLevel1 [href*='instagram']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='linkedin']:hover {
    background: #0077b5;
    border-color: #0077b5; }
    .nav-social .fsNavLevel1 [href*='linkedin']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='pinterest']:hover {
    background: #cc2127;
    border-color: #cc2127; }
    .nav-social .fsNavLevel1 [href*='pinterest']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='tumblr']:hover {
    background: #35465c;
    border-color: #35465c; }
    .nav-social .fsNavLevel1 [href*='tumblr']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='twitter']:hover {
    background: #55acee;
    border-color: #55acee; }
    .nav-social .fsNavLevel1 [href*='twitter']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='vimeo']:hover {
    background: #1ab7ea;
    border-color: #1ab7ea; }
    .nav-social .fsNavLevel1 [href*='vimeo']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='vine']:hover {
    background: #00b488;
    border-color: #00b488; }
    .nav-social .fsNavLevel1 [href*='vine']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='youtube']:hover {
    background: #cd201f;
    border-color: #cd201f; }
    .nav-social .fsNavLevel1 [href*='youtube']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='rss']:hover {
    background: #f26522;
    border-color: #f26522; }
    .nav-social .fsNavLevel1 [href*='rss']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 a {
    display: block;
    position: relative;
    border: 1px solid #000;
    background: #FFF;
    height: 30px;
    width: 30px;
    border-radius: 100%; }
    .nav-social .fsNavLevel1 a:before {
      color: #000;
      font-size: 17px;
      transition: 0.3s all;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.nav-sticky {
  display: none;
  position: fixed;
  top: 155px;
  right: 0;
  transition: left 0.3s ease; }
  @media (min-width: 700px) {
    .nav-sticky {
      display: block; } }
  .no-hero .nav-sticky {
    top: 230px; }
  .nav-sticky ul, .nav-sticky li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .nav-sticky ul {
    text-align: center; }
  .nav-sticky li {
    display: block;
    margin-bottom: 1px; }
    .nav-sticky li.nav-inquire a:before {
      content: '\e902';
      font-size: 15px; }
    .nav-sticky li.nav-visit a:before {
      content: '\e903';
      font-size: 14px; }
    .nav-sticky li.nav-apply a:before {
      content: '\f040';
      font-size: 17px; }
    .nav-sticky li:first-of-type > a {
      border-radius: 20px 0 0 0; }
    .nav-sticky li:last-of-type > a {
      border-radius: 0 0 0 20px; }
  .nav-sticky a {
    display: block;
    width: 60px;
    height: 60px;
    padding-top: 35px;
    position: relative;
    color: #ffffff;
    font-size: 11px;
    line-height: 13px;
    font-weight: 600;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    background-color: rgba(172, 22, 44, 0.8); }
    .nav-sticky a:hover {
      background-color: black; }
    .nav-sticky a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 100%;
      position: absolute;
      top: 14px;
      font-size: 15px; }

.nav-sticky-mobile {
  background-color: #ac162c; }
  .nav-sticky-mobile ul, .nav-sticky-mobile li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .nav-sticky-mobile ul {
    text-align: center; }
  .nav-sticky-mobile li {
    display: inline-block; }
    .nav-sticky-mobile li.nav-inquire a:before {
      content: '\e902';
      font-size: 15px; }
    .nav-sticky-mobile li.nav-visit a:before {
      content: '\e903';
      font-size: 14px; }
    .nav-sticky-mobile li.nav-apply a:before {
      content: '\f040';
      font-size: 17px; }
  .nav-sticky-mobile a {
    display: block;
    padding: 35px 10px 12px;
    position: relative;
    color: #ffffff;
    font-size: 11px;
    line-height: 13px;
    font-weight: 600;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    transition: color 0.3s ease 0s; }
    .nav-sticky-mobile a:hover {
      opacity: 0.8; }
      .nav-sticky-mobile a:hover:before {
        transition: opacity 0.3s ease 0s; }
    .nav-sticky-mobile a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      position: absolute;
      top: 15px;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      font-size: 12px;
      transition: none; }

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

.nav-utility-ftr .fsNavLevel1 li {
  margin: 0;
  padding: 0; }

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

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }
  @media (min-width: 800px) {
    .fsConstituent.fsSearch > .fsElementContent {
      margin: 0 -10px; } }
  .fsConstituent.fsSearch label {
    display: block;
    margin-bottom: 1.17647em; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch label {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        padding: 0 10px; } }
    @media (min-width: 900px) {
      .fsConstituent.fsSearch label {
        width: 32.83333%; } }
  .fsConstituent.fsSearch input,
  .fsConstituent.fsSearch select {
    display: block;
    width: 100%;
    border: 1px solid #ddd; }
  .fsConstituent.fsSearch [type*='submit'] {
    width: auto; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch [type*='submit'] {
        margin-left: 0.58824em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    display: inline-block;
    margin: 0 0 20px;
    padding: 18px 22px 15px 22px;
    border-radius: 200px;
    outline: 0;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    background: #ac162c;
    display: block;
    margin: 0 10px; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover {
      color: #ac162c;
      background: #ffffff; }
      .fsConstituent.fsSearch .fsConstituentSearchButton:hover:before {
        transform: scale3d(1, 1, 1);
        opacity: 1;
        z-index: 1;
        transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0s; }
    .fsConstituent.fsSearch .fsConstituentSearchButton em {
      display: block;
      margin-top: -3px;
      padding-bottom: 3px;
      font-size: 14px;
      line-height: 22px;
      font-style: normal;
      font-weight: normal;
      text-transform: none;
      letter-spacing: 0.02em; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      border: 2px solid transparent;
      border-radius: inherit;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      opacity: 0;
      transform: scale3d(0.6, 0.6, 1);
      transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0.3s;
      transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
    .fsConstituent.fsSearch .fsConstituentSearchButton.fs_style_34 {
      width: 100%; }

.fsConstituent .fsElementPagination {
  margin: 20px 0; }

/*! elements - constituent profile */
.fsDialog .fsProfileImage {
  display: block;
  margin-bottom: 20px; }

.fsDialog .fsFullName {
  color: #ac162c; }

@media (min-width: 800px) {
  .fsDialog.fsHasPhoto > div, .fsDialog.fsHasPhoto > h3 {
    padding: 0;
    padding-left: calc(25% + 20px); } }

@media (min-width: 600px) {
  .fsDialog.fsHasPhoto .fsProfileImage {
    float: left;
    padding-right: 20px;
    max-width: 50%; } }

@media (min-width: 800px) {
  .fsDialog.fsHasPhoto .fsProfileImage {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 25%;
    padding: 0;
    float: none; } }

@media (min-width: 600px) {
  .fsDialog:not(.fsHasPhoto) .fsProfileImage {
    float: left;
    padding-right: 20px;
    max-width: 50%; } }

@media (min-width: 800px) {
  .fsDialog:not(.fsHasPhoto) .fsProfileImage {
    max-width: 25%; } }

.fsProfileSection {
  margin-bottom: 1.17647em;
  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; } }

.fsConstituent.fsProfile h3 {
  margin-bottom: 3px; }

/*! elements - accordion */
.fsAccordion .fsPanel, .fsTabs .fsPanel {
  margin-bottom: 3px; }
  .fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
    cursor: pointer;
    background-color: #f3f3f3;
    transition: all 0.3s ease;
    margin: 0; }
    .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
      display: block;
      margin-bottom: 0;
      padding: 11px 19px 4px 19px;
      color: #121314;
      font-size: 16px;
      line-height: 30px;
      font-weight: 700;
      letter-spacing: 0;
      position: relative;
      transition: none;
      text-transform: none; }
      .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
        font-weight: bold; }
      .fsAccordion .fsPanel > header h2:before, .fsTabs .fsPanel > header h2:before, .fsAccordion .fsPanel > header h2:after, .fsTabs .fsPanel > header h2:after {
        color: #ac162c;
        transition: color 0.3s ease, transform 0.3s ease; }
    .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
      background-color: #000; }
      .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
        color: #ffffff; }
        .fsAccordion .fsPanel > header:hover h2:before, .fsTabs .fsPanel > header:hover h2:before, .fsAccordion .fsPanel > header:hover h2:after, .fsTabs .fsPanel > header:hover h2:after {
          color: #fff; }
  .fsAccordion .fsPanel > .fsElementContent, .fsTabs .fsPanel > .fsElementContent {
    padding: 19px 40px 5px; }
  .fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
    background-color: #000; }
    .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
      color: #ffffff; }
      .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before, .fsAccordion .fsPanel.fsStateOpen > header h2:after, .fsTabs .fsPanel.fsStateOpen > header h2:after {
        color: #fff;
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.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: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  margin: 0;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 18px;
  font-size: 19px;
  line-height: 13px;
  text-align: center;
  border: none;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 40px; }
  .fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
    left: 14px; }

.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: 14px; }

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

.fsAccordion {
  margin-bottom: 20px; }
  .fsAccordion .fsPanel > .fsElementContent {
    padding: 23px 19px 0; }
  .fsAccordion.accordion-red .fsPanel > header {
    background-color: #f3f3f3; }
    .fsAccordion.accordion-red .fsPanel > header h2 {
      color: #121314; }
      .fsAccordion.accordion-red .fsPanel > header h2:before, .fsAccordion.accordion-red .fsPanel > header h2:after {
        color: #ac162c; }
    .fsAccordion.accordion-red .fsPanel > header:hover {
      background-color: #ac162c; }
      .fsAccordion.accordion-red .fsPanel > header:hover h2 {
        color: #ffffff; }
        .fsAccordion.accordion-red .fsPanel > header:hover h2:before, .fsAccordion.accordion-red .fsPanel > header:hover h2:after {
          color: #fff; }
  .fsAccordion.accordion-red .fsPanel.fsStateOpen > header {
    background-color: #ac162c; }
    .fsAccordion.accordion-red .fsPanel.fsStateOpen > header h2 {
      color: #ffffff; }
      .fsAccordion.accordion-red .fsPanel.fsStateOpen > header h2:before, .fsAccordion.accordion-red .fsPanel.fsStateOpen > header h2:after {
        color: #fff; }

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px; }
  .fsAthleticsEvent.fsList .fsAlertFeeds {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .fsAthleticsEvent.fsList .fsAlertFeeds {
        margin-bottom: 0; } }
  .fsAthleticsEvent.fsList .fsListItems article {
    margin-bottom: 20px; }
  .fsAthleticsEvent.fsList .fsTitle {
    display: inline-block;
    margin-bottom: 0; }
  .fsAthleticsEvent.fsList .fsElementEventIcon {
    margin-right: 10px; }
  .fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
    outline: 0; }
  .fsAthleticsEvent.fsList .fsAlertIcon {
    margin-left: 5px;
    margin-bottom: -3px; }
  .fsAthleticsEvent.fsList .fsLoadMoreButton {
    display: inline-block;
    margin: 0 0 20px;
    padding: 18px 22px 15px 22px;
    border-radius: 200px;
    outline: 0;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    background: #ac162c;
    padding: 10px 20px; }
    .fsAthleticsEvent.fsList .fsLoadMoreButton:hover {
      color: #ac162c;
      background: #ffffff; }
      .fsAthleticsEvent.fsList .fsLoadMoreButton:hover:before {
        transform: scale3d(1, 1, 1);
        opacity: 1;
        z-index: 1;
        transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0s; }
    .fsAthleticsEvent.fsList .fsLoadMoreButton em {
      display: block;
      margin-top: -3px;
      padding-bottom: 3px;
      font-size: 14px;
      line-height: 22px;
      font-style: normal;
      font-weight: normal;
      text-transform: none;
      letter-spacing: 0.02em; }
    .fsAthleticsEvent.fsList .fsLoadMoreButton:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      border: 2px solid transparent;
      border-radius: inherit;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      opacity: 0;
      transform: scale3d(0.6, 0.6, 1);
      transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0.3s;
      transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
    .fsAthleticsEvent.fsList .fsLoadMoreButton.fs_style_34 {
      width: 100%; }
  .fsAthleticsEvent.fsList .fsAthleticsOpponents {
    display: inline; }
  .fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
    display: inline; }
  .fsAthleticsEvent.fsTable {
    overflow-x: auto; }
    .fsAthleticsEvent.fsTable .fsEventTable td, .fsAthleticsEvent.fsTable table.fsTable td {
      padding: 10px; }

/*! 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 #f3f3f3; }
  .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 .fsTitle {
  padding-bottom: 6px;
  font-size: 17px;
  line-height: 26px;
  font-weight: 600; }
  .fsCalendar .fsTitle a {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit; }

.fsCalendar .fsDate {
  display: block;
  padding-bottom: 13px;
  color: #999999;
  font-size: 13px;
  line-height: 16px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600; }
  .fsCalendar .fsDate span {
    display: inline-block; }

.fsCalendar .fsEventDetails {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 0.02em; }

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

.fsStyleOneThird .fsCalendar header {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 17px; }
  .fsStyleOneThird .fsCalendar header:before {
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    left: 0;
    right: 20px;
    bottom: 8px;
    background-color: #ac162c; }
  .fsStyleOneThird .fsCalendar header:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 3px solid #ac162c;
    position: absolute;
    right: 0;
    bottom: 0; }
  .fsStyleOneThird .fsCalendar header .fsElementTitle {
    margin-top: 0;
    font-weight: normal;
    color: #000;
    font-size: 26px;
    line-height: 32px;
    font-family: "proxima-nova-condensed", sans-serif;
    font-weight: 600;
    letter-spacing: -0.007em;
    margin-bottom: 16px;
    margin-bottom: 0; }

.fsStyleOneThird .fsCalendar.fsHasAlertFeeds header {
  padding-right: 50px; }
  .fsStyleOneThird .fsCalendar.fsHasAlertFeeds header .fsAlertFeeds {
    width: 50px;
    position: absolute;
    bottom: 23px;
    right: 0; }

.fsCalendar.fsList article {
  margin-bottom: 0;
  padding-top: 28px;
  padding-bottom: 27px;
  border-bottom: 1px solid #e6e6e6; }

.fsCalendar.fsList .fsElementFooterContent {
  padding-top: 16px; }

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
    margin-bottom: 0; }

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

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

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

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

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(172, 22, 44, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(172, 22, 44, 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(172, 22, 44, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(172, 22, 44, 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;
    margin: 0 0 20px;
    padding: 18px 22px 15px 22px;
    border-radius: 200px;
    outline: 0;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    background: #ac162c;
    padding: 10px 20px; }
    .scroll-up span:hover {
      color: #ac162c;
      background: #ffffff; }
      .scroll-up span:hover:before {
        transform: scale3d(1, 1, 1);
        opacity: 1;
        z-index: 1;
        transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0s; }
    .scroll-up span em {
      display: block;
      margin-top: -3px;
      padding-bottom: 3px;
      font-size: 14px;
      line-height: 22px;
      font-style: normal;
      font-weight: normal;
      text-transform: none;
      letter-spacing: 0.02em; }
    .scroll-up span:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      border: 2px solid transparent;
      border-radius: inherit;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      opacity: 0;
      transform: scale3d(0.6, 0.6, 1);
      transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0.3s;
      transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
    .scroll-up span.fs_style_34 {
      width: 100%; }
  .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, .module-dark {
  margin-bottom: 20px;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 0.02em; }
  .module h1, .module-dark h1, .module h2, .module-dark h2, .module h3, .module-dark h3, .module h4, .module-dark h4, .module h5, .module-dark h5, .module h6, .module-dark h6 {
    color: inherit; }

.module header {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 17px; }
  .module header:before {
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    left: 0;
    right: 20px;
    bottom: 8px;
    background-color: #f3f3f3; }
  .module header:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 3px solid #f3f3f3;
    position: absolute;
    right: 0;
    bottom: 0; }
  .module header .fsElementTitle {
    margin-top: 0;
    font-weight: normal;
    color: #000;
    font-size: 26px;
    line-height: 32px;
    font-family: "proxima-nova-condensed", sans-serif;
    font-weight: 600;
    letter-spacing: -0.007em;
    margin-bottom: 16px;
    margin-bottom: 0;
    color: #ac162c; }

/*
.fsStyleOneThird,
div[id^="fsBanner"] {
  .module {
    header {
      @include loopBorder($color-green);

      .fsElementTitle {
        @include h4;

        margin-bottom: 0;

        color: $color-green;
      }
    }
  }
}
*/
.module-dark {
  padding-top: 40px;
  background-color: #f3f3f3; }
  .module-dark header {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 17px; }
    .module-dark header:before {
      content: '';
      display: block;
      height: 3px;
      position: absolute;
      left: 0;
      right: 20px;
      bottom: 8px;
      background-color: #ac162c; }
    .module-dark header:after {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 100%;
      border: 3px solid #ac162c;
      position: absolute;
      right: 0;
      bottom: 0; }
    .module-dark header:before {
      right: 36px; }
    .module-dark header:after {
      right: 16px; }
    .module-dark header .fsElementTitle {
      margin-top: 0;
      font-weight: normal;
      color: #000;
      font-size: 26px;
      line-height: 32px;
      font-family: "proxima-nova-condensed", sans-serif;
      font-weight: 600;
      letter-spacing: -0.007em;
      margin-bottom: 16px;
      margin-bottom: 0;
      color: #ac162c; }
  .module-dark header,
  .module-dark .fsElementContent,
  .module-dark footer {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px; }
  .module-dark .fsElementTitle {
    margin-bottom: 0; }
  .fsStyleOneThird .module-dark header {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 17px; }
    .fsStyleOneThird .module-dark header:before {
      content: '';
      display: block;
      height: 3px;
      position: absolute;
      left: 0;
      right: 20px;
      bottom: 8px;
      background-color: #ac162c; }
    .fsStyleOneThird .module-dark header:after {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 100%;
      border: 3px solid #ac162c;
      position: absolute;
      right: 0;
      bottom: 0; }
    .fsStyleOneThird .module-dark header:before {
      right: 36px; }
    .fsStyleOneThird .module-dark header:after {
      right: 16px; }
    .fsStyleOneThird .module-dark header .fsElementTitle {
      margin-top: 0;
      font-weight: normal;
      color: #000;
      font-size: 26px;
      line-height: 32px;
      font-family: "proxima-nova-condensed", sans-serif;
      font-weight: 600;
      letter-spacing: -0.007em;
      margin-bottom: 16px;
      margin-bottom: 0;
      color: #ac162c; }
  .module-dark h6 {
    margin-top: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 4px; }
    .module-dark h6:after {
      display: none; }

body:not(.fsComposeMode) .panel-full-width {
  max-width: 0vw;
  margin: 0 auto; }
  body:not(.fsComposeMode) .panel-full-width > .fsElementContent {
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw; }
  body:not(.fsComposeMode) .panel-full-width.fsSharedContainer > .fsContainer {
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw; }
  body:not(.fsComposeMode) .panel-full-width.panel-background > .fsElementContent {
    position: relative; }
    body:not(.fsComposeMode) .panel-full-width.panel-background > .fsElementContent > .fsElementBackground {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-position: center center;
      background-size: cover; }

body:not(.fsComposeMode) .panel-full-boundry > .fsElementContent {
  padding: 0 20px; }
  body:not(.fsComposeMode) .panel-full-boundry > .fsElementContent > .fsElement {
    position: relative;
    margin: 0 auto;
    max-width: 69.41176em;
    max-width: 73.75rem; }

body:not(.fsComposeMode) .panel-full-boundry.fsSharedContainer > .fsContainer {
  padding: 0 20px; }
  body:not(.fsComposeMode) .panel-full-boundry.fsSharedContainer > .fsContainer > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 69.41176em;
    max-width: 73.75rem; }

.hero-image {
  position: relative;
  background-color: #ffffff; }
  .hero-image > header {
    display: none; }
  .hero-image.fsMedia {
    display: block;
    opacity: 0; }
    .hero-image.fsMedia.element-loaded {
      opacity: 1; }
      .hero-image.fsMedia.element-loaded .fsMediaCustomPlayer:before {
        display: none; }
    .fsComposeMode .hero-image.fsMedia {
      opacity: 1; }
    .hero-image.fsMedia .fsElementContent {
      position: relative; }
    .hero-image.fsMedia .fsMediaCustomPlayer {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      .hero-image.fsMedia .fsMediaCustomPlayer:before {
        content: '';
        display: block;
        width: 100%;
        padding-bottom: 66.66667%; }
    .hero-image.fsMedia article {
      min-height: 320px;
      max-height: 730px; }
      @media (min-width: 900px) {
        .hero-image.fsMedia article {
          height: 730px; } }
      .hero-image.fsMedia article:before {
        padding-bottom: 66.66667%; }
    .hero-image.fsMedia .slick-list {
      z-index: 1; }
    .hero-image.fsMedia .slick-arrow {
      width: 42px;
      height: 42px;
      position: absolute;
      top: auto;
      bottom: -10px;
      font-size: 1px;
      color: transparent;
      cursor: pointer;
      opacity: 0;
      transition: opacity 0.3s, left 0.3s ease, right 0.3s ease; }
      .hero-image.fsMedia .slick-arrow:hover:before {
        color: #ac162c;
        font-size: 42px;
        line-height: 42px; }
      .hero-image.fsMedia .slick-arrow:hover:after {
        border-color: transparent;
        box-shadow: inset 0 0 0 8px #ac162c;
        transition: box-shadow 0.3s ease 0s, border 0.3s ease; }
      .hero-image.fsMedia .slick-arrow:before {
        width: 60px;
        height: 60px;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: block;
        width: 42px;
        height: 42px;
        border: 0;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #ffffff;
        font-size: 28px;
        line-height: 38px;
        text-align: center;
        text-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        transition: border 0.3s ease, color 0.3s ease; }
      .hero-image.fsMedia .slick-arrow:after {
        content: '';
        display: block;
        display: block;
        width: 42px;
        height: 42px;
        border: 2px solid #ffffff;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: box-shadow 0.3s ease, border 0.3s ease; }
    .hero-image.fsMedia .slick-prev {
      left: -100px; }
      @media (min-width: 900px) {
        .hero-image.fsMedia .slick-prev {
          left: calc(50% - 45px);
          opacity: 1; } }
      .hero-image.fsMedia .slick-prev:before {
        content: '\f104'; }
      .hero-image.fsMedia .slick-prev:hover:before {
        content: '\e905'; }
    .hero-image.fsMedia .slick-next {
      right: -100px; }
      @media (min-width: 900px) {
        .hero-image.fsMedia .slick-next {
          right: calc(50% - 45px);
          opacity: 1; } }
      .hero-image.fsMedia .slick-next:before {
        content: '\f105'; }
      .hero-image.fsMedia .slick-next:hover:before {
        content: '\e906'; }
  .hero-image.fsContent {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .hero-image.fsContent .fsElementContent {
      min-height: 320px;
      max-height: 530px; }
      .hero-image.fsContent .fsElementContent:before {
        display: block;
        content: '';
        width: 100%;
        padding-bottom: 36.80556%; }
  body.fsDraftMode .fsContent.hero-image .fsElementContent,
  body.fsComposeMode .fsContent.hero-image .fsElementContent {
    pointer-events: none; }
    body.fsDraftMode .fsContent.hero-image .fsElementContent .fsContentOverlay,
    body.fsDraftMode .fsContent.hero-image .fsElementContent .fsEditable,
    body.fsDraftMode .fsContent.hero-image .fsElementContent .redactor-box,
    body.fsComposeMode .fsContent.hero-image .fsElementContent .fsContentOverlay,
    body.fsComposeMode .fsContent.hero-image .fsElementContent .fsEditable,
    body.fsComposeMode .fsContent.hero-image .fsElementContent .redactor-box {
      display: none; }
  body.fsDraftMode .hero-image,
  body.fsComposeMode .hero-image {
    display: block;
    opacity: 1; }

[class*="hero-"] .fsMediaCustomPlayer article {
  position: relative; }
  [class*="hero-"] .fsMediaCustomPlayer article:before {
    content: '';
    display: block; }
  [class*="hero-"] .fsMediaCustomPlayer article img {
    display: none; }
  [class*="hero-"] .fsMediaCustomPlayer article.slick-shown .caption-wrapper .caption-title {
    max-height: 200px;
    opacity: 1; }
  [class*="hero-"] .fsMediaCustomPlayer article.slick-shown .caption-wrapper .caption-desc {
    max-height: 200px;
    opacity: 1; }

[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper {
  display: none;
  width: 480px;
  padding: 0;
  left: auto;
  right: 0px;
  bottom: 60px;
  text-align: right;
  background: none; }
  @media (min-width: 900px) {
    [class*="hero-"] .fsMediaCustomPlayer .caption-wrapper {
      display: block; } }
  [class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-wrapper-inner {
    padding: 35px 80px 30px 20px;
    border-radius: 40px 0 0 40px;
    background-color: rgba(0, 0, 0, 0.4); }
  [class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-content-wrapper {
    position: relative; }
  [class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-placeholder {
    opacity: 0 !important;
    max-height: none !important;
    position: static !important;
    background-color: transparent !important; }
  [class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-content-wrapper {
    position: relative; }
  [class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-title {
    overflow: hidden;
    width: 100%;
    max-height: 0;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    font-weight: 200;
    font-family: "proxima-nova", sans-serif;
    font-size: 40px;
    line-height: 36px;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity 2s ease, max-height 1.5s ease 0.04s; }
  [class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc {
    overflow: hidden;
    width: 100%;
    max-height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    opacity: 0;
    transition: opacity 2s ease, max-height 0.8s ease; }
    [class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc > *:last-child {
      margin-bottom: 0; }
    [class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc p {
      margin-bottom: 15px; }
    [class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc a {
      text-decoration: none; }
      [class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc a[class*="fs_style"] {
        margin: 0; }
      [class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc a:hover {
        text-decoration: none; }
    [class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc .fs_style_31 {
      display: inline-block;
      margin: 0 0 20px;
      padding: 18px 22px 15px 22px;
      border-radius: 200px;
      outline: 0;
      position: relative;
      color: #000000;
      text-transform: uppercase;
      font-family: "proxima-nova", sans-serif;
      font-size: 15px;
      line-height: 22px;
      font-weight: 700;
      text-align: center;
      background: #ac162c;
      background: #ffffff;
      padding: 8px 28px 8px;
      color: #ffffff;
      font-size: 13px;
      background-color: transparent; }
      [class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc .fs_style_31:hover {
        color: #ac162c;
        background: #ffffff;
        color: #ffffff;
        background: #ac162c; }
        [class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc .fs_style_31:hover:before {
          transform: scale3d(1, 1, 1);
          opacity: 1;
          z-index: 1;
          transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0s;
          transform: scale3d(0.6, 0.6, 1);
          opacity: 0;
          z-index: -1;
          transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0.3s; }
      [class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc .fs_style_31 em {
        display: block;
        margin-top: -3px;
        padding-bottom: 3px;
        font-size: 14px;
        line-height: 22px;
        font-style: normal;
        font-weight: normal;
        text-transform: none;
        letter-spacing: 0.02em; }
      [class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc .fs_style_31:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        border: 2px solid #d7d7d7;
        border-radius: inherit;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
        transform: scale3d(0.6, 0.6, 1);
        transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0.3s;
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
        z-index: 1;
        transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0s; }
      [class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc .fs_style_31.fs_style_34 {
        width: 100%; }

/*! elements - forms */
textarea,
input,
select {
  padding: 10px;
  max-width: 100%;
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  border-radius: 4px;
  color: #333;
  background: none; }
  textarea:focus,
  input:focus,
  select:focus {
    outline: none;
    border: 1px solid #74767b !important; }

select, input[type='text'] {
  height: 45px; }

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ddd; }
      .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: #ac162c;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #ac162c; }
    .fsComposerFormEmbed form .required {
      color: #ac162c; }
    .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: #ac162c;
        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: #ac162c;
          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: #ac162c !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: #000 !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); }

/*! 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;
    margin: 0 0 20px;
    padding: 18px 22px 15px 22px;
    border-radius: 200px;
    outline: 0;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    background: #ac162c; }
    .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 {
      color: #ac162c;
      background: #ffffff; }
      .fsLogin .fsLoginMainView .fsLoginSubmit:hover:before, .fsLogin .fsLoginMainView button:hover:before, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover:before, .fsLogin .fsLoginForgotView button:hover:before, .fsLogin .fsLoginNewView .fsLoginSubmit:hover:before, .fsLogin .fsLoginNewView button:hover:before, .fsAccount .fsLoginMainView .fsLoginSubmit:hover:before, .fsAccount .fsLoginMainView button:hover:before, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover:before, .fsAccount .fsLoginForgotView button:hover:before, .fsAccount .fsLoginNewView .fsLoginSubmit:hover:before, .fsAccount .fsLoginNewView button:hover:before {
        transform: scale3d(1, 1, 1);
        opacity: 1;
        z-index: 1;
        transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0s; }
    .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;
      margin-top: -3px;
      padding-bottom: 3px;
      font-size: 14px;
      line-height: 22px;
      font-style: normal;
      font-weight: normal;
      text-transform: none;
      letter-spacing: 0.02em; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:before, .fsLogin .fsLoginMainView button:before, .fsLogin .fsLoginForgotView .fsLoginSubmit:before, .fsLogin .fsLoginForgotView button:before, .fsLogin .fsLoginNewView .fsLoginSubmit:before, .fsLogin .fsLoginNewView button:before, .fsAccount .fsLoginMainView .fsLoginSubmit:before, .fsAccount .fsLoginMainView button:before, .fsAccount .fsLoginForgotView .fsLoginSubmit:before, .fsAccount .fsLoginForgotView button:before, .fsAccount .fsLoginNewView .fsLoginSubmit:before, .fsAccount .fsLoginNewView button:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      border: 2px solid transparent;
      border-radius: inherit;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      opacity: 0;
      transform: scale3d(0.6, 0.6, 1);
      transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0.3s;
      transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
    .fsLogin .fsLoginMainView .fsLoginSubmit.fs_style_34, .fsLogin .fsLoginMainView button.fs_style_34, .fsLogin .fsLoginForgotView .fsLoginSubmit.fs_style_34, .fsLogin .fsLoginForgotView button.fs_style_34, .fsLogin .fsLoginNewView .fsLoginSubmit.fs_style_34, .fsLogin .fsLoginNewView button.fs_style_34, .fsAccount .fsLoginMainView .fsLoginSubmit.fs_style_34, .fsAccount .fsLoginMainView button.fs_style_34, .fsAccount .fsLoginForgotView .fsLoginSubmit.fs_style_34, .fsAccount .fsLoginForgotView button.fs_style_34, .fsAccount .fsLoginNewView .fsLoginSubmit.fs_style_34, .fsAccount .fsLoginNewView button.fs_style_34 {
      width: 100%; }
  .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;
    margin: 0 0 20px;
    padding: 18px 22px 15px 22px;
    border-radius: 200px;
    outline: 0;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    background: #ac162c; }
    .fsAccount .fsAccountLogout a:hover {
      color: #ac162c;
      background: #ffffff; }
      .fsAccount .fsAccountLogout a:hover:before {
        transform: scale3d(1, 1, 1);
        opacity: 1;
        z-index: 1;
        transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0s; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      margin-top: -3px;
      padding-bottom: 3px;
      font-size: 14px;
      line-height: 22px;
      font-style: normal;
      font-weight: normal;
      text-transform: none;
      letter-spacing: 0.02em; }
    .fsAccount .fsAccountLogout a:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      border: 2px solid transparent;
      border-radius: inherit;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      opacity: 0;
      transform: scale3d(0.6, 0.6, 1);
      transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0.3s;
      transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
    .fsAccount .fsAccountLogout a.fs_style_34 {
      width: 100%; }

.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: 17px;
    left: 0;
    line-height: 28px;
    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: 30px;
      line-height: 37px;
      font-family: "proxima-nova-condensed", sans-serif;
      font-weight: 600;
      letter-spacing: -0.007em;
      color: #000;
      margin-bottom: 16px;
      margin-bottom: 0; } }
  .fsMediaCustomPlayer .caption-desc {
    display: none; }
    @media (min-width: 800px) {
      .fsMediaCustomPlayer .caption-desc {
        display: block; } }
    .fsMediaCustomPlayer .caption-desc p:last-child {
      margin-bottom: 0; }
    .fsMediaCustomPlayer .caption-desc:empty {
      display: none; }
  .fsMediaCustomPlayer .slick-next, .fsMediaCustomPlayer .slick-prev {
    background: none;
    border: none;
    color: transparent;
    height: 40px;
    outline: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    z-index: 2; }
    .fsMediaCustomPlayer .slick-next:before, .fsMediaCustomPlayer .slick-prev:before {
      color: #fff;
      display: block;
      font-size: 50px;
      font-weight: normal;
      height: 100%;
      left: 0;
      line-height: 30px;
      position: absolute;
      top: 0;
      width: 100%;
      text-align: center;
      text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35); }
  .fsMediaCustomPlayer .slick-next {
    left: auto;
    right: 0; }
    .fsMediaCustomPlayer .slick-next:before {
      content: '\203A'; }
  .fsMediaCustomPlayer .slick-prev {
    left: 0;
    right: auto; }
    .fsMediaCustomPlayer .slick-prev:before {
      content: '\2039'; }

.fsNews.fsThumbnailAlignLeft .fsThumbnail,
.fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsNews.fsThumbnailAlignLeft .fsThumbnail,
    .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

.fsNews.fsThumbnailAlignRight .fsThumbnail,
.fsPostElement.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsNews.fsThumbnailAlignRight .fsThumbnail,
    .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

.fsNews.fsThumbnailSmall.fsThumbnailSquare .fsThumbnail,
.fsPostElement.fsThumbnailSmall.fsThumbnailSquare .fsThumbnail {
  max-width: 61px; }

.fsNews .fsThumbnail img,
.fsPostElement .fsThumbnail img {
  height: auto; }

.fsNews .fsTitle,
.fsPostElement .fsTitle {
  font-size: 17px;
  line-height: 26px;
  font-weight: 600; }
  .fsNews .fsTitle a,
  .fsPostElement .fsTitle a {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit; }

.fsNews .fsDateTime,
.fsPostElement .fsDateTime {
  color: #999999;
  font-size: 13px;
  line-height: 16px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600; }

.fsStyleOneThird .fsNews.fsList header {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 17px; }
  .fsStyleOneThird .fsNews.fsList header:before {
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    left: 0;
    right: 20px;
    bottom: 8px;
    background-color: #ac162c; }
  .fsStyleOneThird .fsNews.fsList header:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 3px solid #ac162c;
    position: absolute;
    right: 0;
    bottom: 0; }
  .fsStyleOneThird .fsNews.fsList header .fsElementTitle {
    margin-top: 0;
    font-weight: normal;
    color: #000;
    font-size: 26px;
    line-height: 32px;
    font-family: "proxima-nova-condensed", sans-serif;
    font-weight: 600;
    letter-spacing: -0.007em;
    margin-bottom: 16px;
    margin-bottom: 0; }

.fsStyleOneThird .fsNews.fsList.fsHasAlertFeeds header {
  padding-right: 50px; }
  .fsStyleOneThird .fsNews.fsList.fsHasAlertFeeds header .fsAlertFeeds {
    width: 50px;
    position: absolute;
    bottom: 23px;
    right: 0; }

.fsNews.fsList article {
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 19px;
  border-bottom: 1px solid #e6e6e6; }
  .fsNews.fsList article .fsThumbnail .fsCroppedImage {
    border-radius: 50%; }

.fsNews.fsList .fsElementFooterContent {
  padding-top: 16px; }

.fsNews.fsGrid .fsListItems {
  width: 100%;
  min-height: initial;
  -moz-column-count: 1;
  column-count: 1;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -moz-column-rule: none;
  column-rule: none; }
  .fsNews.fsGrid .fsListItems > * {
    page-break-inside: avoid;
    break-inside: avoid-column; }
  .fsNews.fsGrid .fsListItems .fsAlertFeeds {
    -moz-column-span: all;
    column-span: all; }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleTwoColumns {
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleThreeColumns {
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleThreeColumns {
    -moz-column-count: 3;
    column-count: 3; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFourColumns {
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFourColumns {
    -moz-column-count: 3;
    column-count: 3; } }

@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFourColumns {
    -moz-column-count: 4;
    column-count: 4; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFiveColumns {
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFiveColumns {
    -moz-column-count: 3;
    column-count: 3; } }

@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFiveColumns {
    -moz-column-count: 4;
    column-count: 4; } }

@media (min-width: 1200px) {
  .fsNews.fsGrid .fsStyleFiveColumns {
    -moz-column-count: 5;
    column-count: 5; } }

/*! _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: #000 !important;
          background-image: none !important;
          width: 100%;
          height: 50px !important;
          color: #f3f3f3;
          padding-left: 10px !important;
          padding-right: 10px !important;
          margin: 0 !important;
          border-radius: 0 !important;
          font-size: 17px;
          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: #ac162c;
      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: 17px; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
        background: black;
        transition: .3s; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
        border: 0;
        height: 100%;
        width: 100%;
        color: transparent;
        opacity: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0; }

.fsEmbed.search-custom {
  position: relative; }
  .fsEmbed.search-custom .search-toggle {
    position: relative;
    z-index: 200;
    color: transparent;
    font-size: 1px; }
    .fsEmbed.search-custom .search-toggle:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #ffffff;
      font-size: 14px; }
  .fsEmbed.search-custom .search-toggle {
    width: 40px;
    padding-top: 15px;
    height: 35px;
    position: relative;
    font-size: 1px;
    color: transparent;
    cursor: pointer; }
    .fsEmbed.search-custom .search-toggle:hover:before {
      color: #ac162c; }
    .fsEmbed.search-custom .search-toggle:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 40px;
      height: 20px;
      color: #000;
      font-size: 12px;
      text-align: center;
      line-height: 20px;
      transition: color 0.3s ease; }
  .fsEmbed.search-custom .fsElementContent {
    max-width: 8px;
    width: 280px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    transition: max-width 0.5s ease, opacity 0.3s ease; }
    .search-open .fsEmbed.search-custom .fsElementContent {
      max-width: 400px;
      opacity: 1;
      z-index: 201; }
    .fsEmbed.search-custom .fsElementContent:before {
      content: '';
      display: block;
      height: 1px;
      position: absolute;
      left: 0;
      right: 0px;
      bottom: 10px;
      z-index: -1;
      background-color: #d7d7d7; }
  .fsEmbed.search-custom .search-input {
    width: 100%;
    margin-top: 10px;
    padding: 0 40px 0 19px;
    outline: 0;
    border: 0;
    color: #333333;
    font-family: "adobe-caslon-pro", Georgia, serif;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    line-height: 36px;
    background-color: transparent;
    height: 36px; }
    .fsEmbed.search-custom .search-input::-ms-clear {
      display: none; }
    .fsEmbed.search-custom .search-input::-webkit-input-placeholder {
      color: rgba(51, 51, 51, 0.2);
      font-family: "adobe-caslon-pro", Georgia, serif;
      font-size: 15px;
      font-weight: 600;
      font-style: italic; }
    .fsEmbed.search-custom .search-input:-moz-placeholder {
      color: rgba(51, 51, 51, 0.2);
      font-family: "adobe-caslon-pro", Georgia, serif;
      font-size: 15px;
      font-weight: 600;
      font-style: italic; }
    .fsEmbed.search-custom .search-input::-moz-placeholder {
      color: rgba(51, 51, 51, 0.2);
      font-family: "adobe-caslon-pro", Georgia, serif;
      font-size: 15px;
      font-weight: 600;
      font-style: italic; }
    .fsEmbed.search-custom .search-input:-ms-input-placeholder {
      color: rgba(51, 51, 51, 0.2);
      font-family: "adobe-caslon-pro", Georgia, serif;
      font-size: 15px;
      font-weight: 600;
      font-style: italic; }
  .fsEmbed.search-custom button {
    height: 40px;
    width: 40px;
    border: 0;
    outline: none;
    position: absolute;
    right: 0;
    top: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none; }

.search-custom-mobile {
  padding-top: 10px;
  padding-right: 50px;
  background-color: #ffffff; }
  .search-custom-mobile > .fsElementContent {
    padding: 10px 12px 10px 35px; }
  .search-custom-mobile .search-form {
    background: none;
    position: relative;
    height: 36px;
    width: 100%; }
  .search-custom-mobile .search-input {
    width: 100%;
    padding: 6px 0 0 19px;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    color: #333333;
    font-family: "adobe-caslon-pro", Georgia, serif;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    line-height: 36px;
    background-color: transparent;
    height: 36px; }
    .search-custom-mobile .search-input::-ms-clear {
      display: none; }
    .search-custom-mobile .search-input::-webkit-input-placeholder {
      color: rgba(51, 51, 51, 0.2);
      font-family: "adobe-caslon-pro", Georgia, serif;
      font-size: 15px;
      font-weight: 600;
      font-style: italic; }
    .search-custom-mobile .search-input:-moz-placeholder {
      color: rgba(51, 51, 51, 0.2);
      font-family: "adobe-caslon-pro", Georgia, serif;
      font-size: 15px;
      font-weight: 600;
      font-style: italic; }
    .search-custom-mobile .search-input::-moz-placeholder {
      color: rgba(51, 51, 51, 0.2);
      font-family: "adobe-caslon-pro", Georgia, serif;
      font-size: 15px;
      font-weight: 600;
      font-style: italic; }
    .search-custom-mobile .search-input:-ms-input-placeholder {
      color: rgba(51, 51, 51, 0.2);
      font-family: "adobe-caslon-pro", Georgia, serif;
      font-size: 15px;
      font-weight: 600;
      font-style: italic; }
  .search-custom-mobile .search-submit {
    display: block;
    padding: 0;
    outline: 0;
    border: 0;
    position: absolute;
    left: -12px;
    top: 0;
    text-align: center;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .search-custom-mobile .search-submit:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      width: 36px;
      line-height: 36px;
      height: 36px;
      font-size: 12px;
      color: #999999;
      display: block;
      background: transparent; }

/*! _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 #1c1c1c; }
      .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: #1c1c1c;
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 17px;
        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: #1c1c1c;
    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: 17px;
      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: black;
      transition: .3s; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
      border: 0;
      height: 100%;
      width: 100%;
      color: transparent;
      opacity: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }

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

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

.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: #1c1c1c; }
  .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: #000; }

.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: #ac162c !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: #ac162c !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: 17px; }

.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;
  margin: 0 0 20px;
  padding: 18px 22px 15px 22px;
  border-radius: 200px;
  outline: 0;
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  background: #ac162c; }
  .vimeo_view_link a:hover {
    color: #ac162c;
    background: #ffffff; }
    .vimeo_view_link a:hover:before {
      transform: scale3d(1, 1, 1);
      opacity: 1;
      z-index: 1;
      transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0s; }
  .vimeo_view_link a em {
    display: block;
    margin-top: -3px;
    padding-bottom: 3px;
    font-size: 14px;
    line-height: 22px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0.02em; }
  .vimeo_view_link a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.6, 0.6, 1);
    transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
  .vimeo_view_link a.fs_style_34 {
    width: 100%; }

/*! 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;
  margin: 0 0 20px;
  padding: 18px 22px 15px 22px;
  border-radius: 200px;
  outline: 0;
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  background: #ac162c; }
  .Youtube_view_link a:hover {
    color: #ac162c;
    background: #ffffff; }
    .Youtube_view_link a:hover:before {
      transform: scale3d(1, 1, 1);
      opacity: 1;
      z-index: 1;
      transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0s; }
  .Youtube_view_link a em {
    display: block;
    margin-top: -3px;
    padding-bottom: 3px;
    font-size: 14px;
    line-height: 22px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0.02em; }
  .Youtube_view_link a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.6, 0.6, 1);
    transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
  .Youtube_view_link a.fs_style_34 {
    width: 100%; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    display: none;
    margin: 0 0 6px;
    padding: 0;
    border-bottom: 1px solid #e7e7e7; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 13px; }
      .fsTabs .fsTabsNav li:last-of-type {
        margin-right: 0; }
      .fsTabs .fsTabsNav li a {
        display: block;
        padding: 7px 17px 7px;
        position: relative;
        color: #232426;
        font-size: 17px;
        line-height: 25px;
        font-weight: bold;
        background-color: transparent;
        transition: 0.3s ease; }
        .fsTabs .fsTabsNav li a:hover {
          background-color: transparent;
          color: #232426; }
          .fsTabs .fsTabsNav li a:hover:before {
            max-height: 3px;
            background-color: #ac162c; }
        .fsTabs .fsTabsNav li a:before {
          content: '';
          display: block;
          height: 3px;
          position: absolute;
          left: 0;
          right: 0;
          bottom: -1px;
          max-height: 3px;
          background-color: #f3f3f3;
          transition: max-height 0.3s ease, background 0.3s ease; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        color: #232426;
        background-color: transparent; }
        .fsTabs .fsTabsNav li.fsStateSelected a:before {
          max-height: 3px;
          background-color: #ac162c; }
  .fsTabs .fsPanel {
    color: #4c4c4c; }
    .fsTabs .fsPanel > .fsElementContent {
      padding-left: 0;
      padding-right: 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; } }

/*! enhancements - animating-elements v0.0.1 */
.animate-slide-up.shown {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes slideUp {
  0% {
    transform: translateY(100%); }
  50% {
    transform: translateY(-8%); }
  65% {
    transform: translateY(4%); }
  80% {
    transform: translateY(-4%); }
  95% {
    transform: translateY(2%); }
  100% {
    transform: translateY(0%); } }

.animate-slide-down.shown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes slideDown {
  0% {
    transform: translateY(-100%); }
  50% {
    transform: translateY(8%); }
  65% {
    transform: translateY(-4%); }
  80% {
    transform: translateY(4%); }
  95% {
    transform: translateY(-2%); }
  100% {
    transform: translateY(0%); } }

.animate-slide-left.shown {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes slideLeft {
  0% {
    transform: translateX(150%); }
  50% {
    transform: translateX(-8%); }
  65% {
    transform: translateX(4%); }
  80% {
    transform: translateX(-4%); }
  95% {
    transform: translateX(2%); }
  100% {
    transform: translateX(0%); } }

.animate-slide-right.shown {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes slideRight {
  0% {
    transform: translateX(-150%); }
  50% {
    transform: translateX(8%); }
  65% {
    transform: translateX(-4%); }
  80% {
    transform: translateX(4%); }
  95% {
    transform: translateX(-2%); }
  100% {
    transform: translateX(0%); } }

.animate-slide-expand-up.shown {
  animation-name: slideExpandUp;
  -webkit-animation-name: slideExpandUp;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease -out;
  visibility: visible !important; }

@keyframes slideExpandUp {
  0% {
    transform: translateY(100%) scaleX(0.5); }
  30% {
    transform: translateY(-8%) scaleX(0.5); }
  40% {
    transform: translateY(2%) scaleX(0.5); }
  50% {
    transform: translateY(0%) scaleX(1.1); }
  60% {
    transform: translateY(0%) scaleX(0.9); }
  70% {
    transform: translateY(0%) scaleX(1.05); }
  80% {
    transform: translateY(0%) scaleX(0.95); }
  90% {
    transform: translateY(0%) scaleX(1.02); }
  100% {
    transform: translateY(0%) scaleX(1); } }

.animate-expand-up.shown {
  animation-name: expandUp;
  -webkit-animation-name: expandUp;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes expandUp {
  0% {
    transform: translateY(100%) scale(0.6) scaleY(0.5); }
  60% {
    transform: translateY(-7%) scaleY(1.12); }
  75% {
    transform: translateY(3%); }
  100% {
    transform: translateY(0%) scale(1) scaleY(1); } }

.animate-fade-in.shown {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0.0; }
  60% {
    transform: scale(1.1); }
  80% {
    transform: scale(0.9);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }

.animate-expand-open.shown {
  animation-name: expandOpen;
  -webkit-animation-name: expandOpen;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important; }

@keyframes expandOpen {
  0% {
    transform: scale(1.8); }
  50% {
    transform: scale(0.95); }
  80% {
    transform: scale(1.05); }
  90% {
    transform: scale(0.98); }
  100% {
    transform: scale(1); } }

.animate-big-entrance.shown {
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important; }

@keyframes bigEntrance {
  0% {
    transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2; }
  30% {
    transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1; }
  45% {
    transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  60% {
    transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  75% {
    transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  90% {
    transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; }
  100% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; } }

.animate-hatch.shown {
  animation-name: hatch;
  -webkit-animation-name: hatch;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  visibility: visible !important; }

@keyframes hatch {
  0% {
    transform: rotate(0deg) scaleY(0.6); }
  20% {
    transform: rotate(-2deg) scaleY(1.05); }
  35% {
    transform: rotate(2deg) scaleY(1); }
  50% {
    transform: rotate(-2deg); }
  65% {
    transform: rotate(1deg); }
  80% {
    transform: rotate(-1deg); }
  100% {
    transform: rotate(0deg); } }

.animate-pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7; }
  50% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.9);
    opacity: 0.7; } }

/*! enhancements - counter v0.0.1 */
.counter.fsContent {
  background-position: -9999em;
  background-repeat: no-repeat; }
  .fsComposeMode .counter.fsContent {
    background-position: center center; }
  .counter.fsContent > .fsElementBackground {
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
    overflow: hidden; }
    .counter.fsContent > .fsElementBackground:before {
      content: '';
      display: block;
      padding-bottom: 48.0427%; }
  .counter.fsContent .fsElementBackgroundInner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .counter.fsContent .fsElementBackgroundInner img {
      display: inline-block;
      max-width: 70%;
      max-height: 100%;
      width: auto;
      height: auto;
      position: absolute;
      left: 50%;
      bottom: 0;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .counter.fsContent > header {
    text-align: center; }
    .counter.fsContent > header > .fsElementTitle,
    .counter.fsContent > header > .fsElementCounterTitle {
      position: relative;
      word-break: break-all;
      font-size: 60px;
      line-height: normal;
      line-height: 102px;
      font-weight: 500;
      padding-bottom: 4px;
      margin-bottom: 0; }
      .counter.fsContent > header > .fsElementTitle:before,
      .counter.fsContent > header > .fsElementCounterTitle:before {
        content: '';
        display: block;
        width: 26px;
        height: 3px;
        position: absolute;
        left: 50%;
        bottom: 17px;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #d1d2d2; }
    .counter.fsContent > header > .fsElementTitle {
      opacity: 0; }
      .fsComposeMode .counter.fsContent > header > .fsElementTitle {
        opacity: 1; }
    .counter.fsContent > header > .fsElementHeaderContent {
      padding-bottom: 8px;
      color: #000000;
      font-size: 13px;
      letter-spacing: 0.08em;
      font-family: "proxima-nova", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      text-align: center; }
      .counter.fsContent > header > .fsElementHeaderContent br {
        display: none; }
  .counter.fsContent > .fsElementContent {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    font-family: "proxima-nova", sans-serif; }
  .counter.fsContent > footer {
    display: none; }

.hero-multimedia.fsElement {
  padding: 0;
  margin: 0; }
  .hero-multimedia.fsElement .fsElementTitle {
    display: none; }
  .hero-multimedia.fsElement .fsElement {
    margin: 0;
    padding: 0; }

.hero-multimedia.fsMediaCustomPlayer {
  position: relative;
  /*
  .caption-wrapper {
    width: 0px;
    height: 90px;
    padding: 0;

    position: absolute;
    left: 0;
    left: auto;
    right: 41.1765%;
    bottom: -55px;
    z-index: 999999;

    background: none;
    overflow: hidden;
  }

  .caption-title {
    display: none;
  }

  .caption-desc {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;

    font-size: 34px;
    // font-size: 40px;
    width: 58.8235vw;
    text-align: center;

    @include maxbp($bp-small) {

    }

    @include breakpoint(360px) {
      width: 200px;
    }

    @include maxbp($bp-portrait) {
      height: 90px;
      padding: 21px 0 0 0;
      line-height: 19px;
    }

    @include breakpoint($bp-portrait) {
      font-size: 60px;
      text-align: left;
      width: 350px;
    }

    em {
      margin: 0 auto;
      padding-left: 0;
      padding-bottom: 5px;
      text-align: center;

      @include breakpoint($bp-portrait) {
        text-align: left;
        margin: 0;
        // padding-left: 62px;
        // padding-left: 31px;
        padding-left: 0;
        padding-bottom: 10px;
      }
    }

    h1 {
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      margin: 0;
      padding: 0;
      font-weight: inherit;
    }
  }
*/ }
  .hero-multimedia.fsMediaCustomPlayer .multimedia-slide {
    opacity: 0; }
    .hero-multimedia.fsMediaCustomPlayer .multimedia-slide.slick-current {
      opacity: 1; }
      .hero-multimedia.fsMediaCustomPlayer .multimedia-slide.slick-current:after {
        right: 0;
        opacity: 1; }
  .hero-multimedia.fsMediaCustomPlayer .hero-multimedia-content {
    opacity: 0; }
    .hero-multimedia.fsMediaCustomPlayer .hero-multimedia-content.slick-loaded {
      opacity: 1; }
    .fsComposeMode .hero-multimedia.fsMediaCustomPlayer .hero-multimedia-content {
      opacity: 1; }
  .hero-multimedia.fsMediaCustomPlayer .fsElementTitle {
    display: none; }
  .hero-multimedia.fsMediaCustomPlayer .slick-list {
    overflow: visible; }
    @media (min-width: 500px) {
      .hero-multimedia.fsMediaCustomPlayer .slick-list {
        overflow: hidden; } }
  .hero-multimedia.fsMediaCustomPlayer .slick-slide {
    position: relative; }
    .hero-multimedia.fsMediaCustomPlayer .slick-slide img {
      display: none; }
  .hero-multimedia.fsMediaCustomPlayer .video-slide .caption-wrapper {
    z-index: 100; }
  .hero-multimedia.fsMediaCustomPlayer .video-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: center center; }
    .hero-multimedia.fsMediaCustomPlayer .video-wrapper:before {
      display: block;
      content: '';
      width: 100%;
      padding-bottom: 93.54839%; }
      @media (min-width: 500px) {
        .hero-multimedia.fsMediaCustomPlayer .video-wrapper:before {
          padding-bottom: 56.83931%; } }
      @media (min-width: 900px) {
        .hero-multimedia.fsMediaCustomPlayer .video-wrapper:before {
          height: calc(100vh);
          padding-bottom: 0; } }
    .hero-multimedia.fsMediaCustomPlayer .video-wrapper video {
      display: none;
      width: auto;
      height: auto;
      min-height: 100%;
      min-width: 100%;
      max-width: none;
      max-height: none;
      position: absolute;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 15; }
      @media (min-width: 900px) {
        .hero-multimedia.fsMediaCustomPlayer .video-wrapper video {
          display: block; } }
  .hero-multimedia.fsMediaCustomPlayer .multimedia-img-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative; }
    .hero-multimedia.fsMediaCustomPlayer .multimedia-img-wrapper:before {
      content: '';
      display: block;
      width: 100%;
      padding-bottom: 93.54839%; }
      @media (min-width: 500px) {
        .hero-multimedia.fsMediaCustomPlayer .multimedia-img-wrapper:before {
          padding-bottom: 56.83931%; } }
      @media (min-width: 900px) {
        .hero-multimedia.fsMediaCustomPlayer .multimedia-img-wrapper:before {
          height: 100vh;
          padding-bottom: 0; } }
  .hero-multimedia.fsMediaCustomPlayer .slick-dots {
    display: none !important;
    position: absolute;
    left: 20px;
    bottom: 18px;
    right: 164px; }
    @media (min-width: 500px) {
      .hero-multimedia.fsMediaCustomPlayer .slick-dots {
        display: -ms-flexbox !important;
        display: flex !important; } }
    @media (min-width: 600px) {
      .hero-multimedia.fsMediaCustomPlayer .slick-dots {
        width: 100%;
        max-width: 400px;
        right: auto; } }
    @media (min-width: 900px) {
      .hero-multimedia.fsMediaCustomPlayer .slick-dots {
        left: 51px;
        bottom: 40px; } }
    .hero-multimedia.fsMediaCustomPlayer .slick-dots li {
      float: none; }
  .hero-multimedia.fsMediaCustomPlayer .slick-list {
    z-index: 1; }
  .hero-multimedia.fsMediaCustomPlayer .slick-arrow {
    width: 42px;
    height: 42px;
    position: absolute;
    top: auto;
    bottom: -10px;
    font-size: 1px;
    color: transparent;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s, left 0.3s ease, right 0.3s ease; }
    .hero-multimedia.fsMediaCustomPlayer .slick-arrow:hover:before {
      color: #ac162c;
      font-size: 42px;
      line-height: 42px; }
    .hero-multimedia.fsMediaCustomPlayer .slick-arrow:hover:after {
      border-color: transparent;
      box-shadow: inset 0 0 0 8px #ac162c;
      transition: box-shadow 0.3s ease 0s, border 0.3s ease; }
    .hero-multimedia.fsMediaCustomPlayer .slick-arrow:before {
      width: 60px;
      height: 60px;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 42px;
      height: 42px;
      border: 0;
      border-radius: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #ffffff;
      font-size: 28px;
      line-height: 38px;
      text-align: center;
      text-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
      transition: border 0.3s ease, color 0.3s ease; }
    .hero-multimedia.fsMediaCustomPlayer .slick-arrow:after {
      content: '';
      display: block;
      display: block;
      width: 42px;
      height: 42px;
      border: 2px solid #ffffff;
      border-radius: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transition: box-shadow 0.3s ease, border 0.3s ease; }
  .hero-multimedia.fsMediaCustomPlayer .slick-prev {
    left: -100px; }
    @media (min-width: 900px) {
      .hero-multimedia.fsMediaCustomPlayer .slick-prev {
        left: calc(50% - 45px);
        opacity: 1; } }
    .hero-multimedia.fsMediaCustomPlayer .slick-prev:before {
      content: '\f104'; }
    .hero-multimedia.fsMediaCustomPlayer .slick-prev:hover:before {
      content: '\e905'; }
  .hero-multimedia.fsMediaCustomPlayer .slick-next {
    right: -100px; }
    @media (min-width: 900px) {
      .hero-multimedia.fsMediaCustomPlayer .slick-next {
        right: calc(50% - 45px);
        opacity: 1; } }
    .hero-multimedia.fsMediaCustomPlayer .slick-next:before {
      content: '\f105'; }
    .hero-multimedia.fsMediaCustomPlayer .slick-next:hover:before {
      content: '\e906'; }

.resource-slider {
  display: block;
  position: relative;
  width: 100%; }
  .resource-slider .fsElementSlideshow {
    padding: 0 !important;
    margin-bottom: 0; }
  .resource-slider article {
    padding: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .resource-slider article:before {
      content: '';
      display: block;
      width: 100%;
      padding-bottom: 93.54839%; }
      @media (min-width: 500px) {
        .resource-slider article:before {
          padding-bottom: 56.83931%; } }
      @media (min-width: 900px) {
        .resource-slider article:before {
          padding-bottom: 0; } }
    @media (min-width: 900px) {
      .resource-slider article {
        height: 100vh; } }
    .resource-slider article video, .resource-slider article figure {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .resource-slider article img {
      display: none; }
    .resource-slider article figcaption, .resource-slider article .fsDescription {
      display: none;
      width: 480px;
      padding: 0;
      position: absolute;
      z-index: 1000;
      left: auto;
      right: 0px;
      bottom: 60px;
      text-align: right;
      background: none;
      padding: 35px 80px 30px 20px;
      border-radius: 40px 0 0 40px;
      background-color: rgba(0, 0, 0, 0.4); }
      @media (min-width: 900px) {
        .resource-slider article figcaption, .resource-slider article .fsDescription {
          display: block; } }
      .resource-slider article figcaption h2, .resource-slider article figcaption h3, .resource-slider article .fsDescription h2, .resource-slider article .fsDescription h3 {
        overflow: hidden;
        width: 100%;
        margin: 0;
        padding: 0;
        margin-bottom: 8px;
        color: #ffffff;
        font-weight: 200;
        font-family: "proxima-nova", sans-serif;
        font-size: 40px;
        line-height: 36px;
        text-transform: uppercase;
        transition: opacity 2s ease, max-height 1.5s ease 0.04s; }
      .resource-slider article figcaption p, .resource-slider article .fsDescription p {
        width: 100%;
        margin: 0 0 15px 0;
        padding: 0;
        color: #ffffff;
        font-family: "proxima-nova", sans-serif;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.02em;
        transition: opacity 2s ease, max-height 0.8s ease; }
        .resource-slider article figcaption p > *:last-child, .resource-slider article .fsDescription p > *:last-child {
          margin-bottom: 0; }
        .resource-slider article figcaption p a, .resource-slider article .fsDescription p a {
          text-decoration: none; }
          .resource-slider article figcaption p a[class*="fs_style"], .resource-slider article .fsDescription p a[class*="fs_style"] {
            margin: 0; }
          .resource-slider article figcaption p a:hover, .resource-slider article .fsDescription p a:hover {
            text-decoration: none; }
        .resource-slider article figcaption p .fs_style_31, .resource-slider article .fsDescription p .fs_style_31 {
          display: inline-block;
          margin: 0 0 20px;
          padding: 18px 22px 15px 22px;
          border-radius: 200px;
          outline: 0;
          position: relative;
          color: #000000;
          text-transform: uppercase;
          font-family: "proxima-nova", sans-serif;
          font-size: 15px;
          line-height: 22px;
          font-weight: 700;
          text-align: center;
          background: #ac162c;
          background: #ffffff;
          padding: 8px 28px 8px;
          color: #ffffff;
          font-size: 13px;
          background-color: transparent; }
          .resource-slider article figcaption p .fs_style_31:hover, .resource-slider article .fsDescription p .fs_style_31:hover {
            color: #ac162c;
            background: #ffffff;
            color: #ffffff;
            background: #ac162c; }
            .resource-slider article figcaption p .fs_style_31:hover:before, .resource-slider article .fsDescription p .fs_style_31:hover:before {
              transform: scale3d(1, 1, 1);
              opacity: 1;
              z-index: 1;
              transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0s;
              transform: scale3d(0.6, 0.6, 1);
              opacity: 0;
              z-index: -1;
              transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0.3s; }
          .resource-slider article figcaption p .fs_style_31 em, .resource-slider article .fsDescription p .fs_style_31 em {
            display: block;
            margin-top: -3px;
            padding-bottom: 3px;
            font-size: 14px;
            line-height: 22px;
            font-style: normal;
            font-weight: normal;
            text-transform: none;
            letter-spacing: 0.02em; }
          .resource-slider article figcaption p .fs_style_31:before, .resource-slider article .fsDescription p .fs_style_31:before {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            border: 2px solid #d7d7d7;
            border-radius: inherit;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            opacity: 0;
            transform: scale3d(0.6, 0.6, 1);
            transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0.3s;
            transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
            transform: scale3d(1, 1, 1);
            opacity: 1;
            z-index: 1;
            transition: transform 0.3s ease, opacity 0.3s ease, z-index 0s ease 0s; }
          .resource-slider article figcaption p .fs_style_31.fs_style_34, .resource-slider article .fsDescription p .fs_style_31.fs_style_34 {
            width: 100%; }
    .resource-slider article.fsResourceTypeVideo video {
      height: 100%;
      display: block;
      line-height: 0;
      -o-object-fit: cover;
      object-fit: cover; }
  .resource-slider .fsPager {
    display: none !important;
    position: absolute;
    left: 20px;
    bottom: 18px;
    right: 164px; }
    @media (min-width: 500px) {
      .resource-slider .fsPager {
        display: -ms-flexbox !important;
        display: flex !important; } }
    @media (min-width: 600px) {
      .resource-slider .fsPager {
        width: 100%;
        max-width: 400px;
        right: auto; } }
    @media (min-width: 900px) {
      .resource-slider .fsPager {
        left: 51px;
        bottom: 40px; } }
    .resource-slider .fsPager li {
      float: none; }
  .resource-slider .slick-list {
    z-index: 1; }
  .resource-slider .slick-arrow {
    width: 42px;
    height: 42px;
    position: absolute;
    top: auto;
    bottom: -10px;
    font-size: 1px;
    color: transparent;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s, left 0.3s ease, right 0.3s ease; }
    .resource-slider .slick-arrow:hover:before {
      color: #ac162c;
      font-size: 42px;
      line-height: 42px; }
    .resource-slider .slick-arrow:hover:after {
      border-color: transparent;
      box-shadow: inset 0 0 0 8px #ac162c;
      transition: box-shadow 0.3s ease 0s, border 0.3s ease; }
    .resource-slider .slick-arrow:before {
      width: 60px;
      height: 60px;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 42px;
      height: 42px;
      border: 0;
      border-radius: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #ffffff;
      font-size: 28px;
      line-height: 38px;
      text-align: center;
      text-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
      transition: border 0.3s ease, color 0.3s ease; }
    .resource-slider .slick-arrow:after {
      content: '';
      display: block;
      display: block;
      width: 42px;
      height: 42px;
      border: 2px solid #ffffff;
      border-radius: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transition: box-shadow 0.3s ease, border 0.3s ease; }
  .resource-slider .fsPrevButton {
    left: -100px; }
    @media (min-width: 900px) {
      .resource-slider .fsPrevButton {
        left: calc(50% - 45px);
        opacity: 1; } }
    .resource-slider .fsPrevButton:before {
      content: '\f104'; }
    .resource-slider .fsPrevButton:hover:before {
      content: '\e905'; }
  .resource-slider .fsNextButton {
    right: -100px; }
    @media (min-width: 900px) {
      .resource-slider .fsNextButton {
        right: calc(50% - 45px);
        opacity: 1; } }
    .resource-slider .fsNextButton:before {
      content: '\f105'; }
    .resource-slider .fsNextButton:hover:before {
      content: '\e906'; }

/*! enhancements - expanding-content v0.0.1 */
.expanding-content.fsContent {
  height: 380px;
  border-radius: 20px;
  position: relative;
  background-color: #666666;
  overflow: hidden;
  opacity: 0;
  background-position: center center;
  background-size: cover; }
  .fsComposeMode .expanding-content.fsContent {
    opacity: 1;
    height: auto;
    border-radius: 0;
    overflow: visible; }
  .expanding-content.fsContent.element-loaded {
    opacity: 1; }
  .expanding-content.fsContent.fsStateRedactorEditing {
    border: 1px solid #0f0 !important; }
    .expanding-content.fsContent.fsStateRedactorEditing .fsContentEditable {
      background-color: #ffffff; }
  .expanding-content.fsContent:hover .header-placeholder header {
    top: 0 !important;
    border-radius: 20px 20px 20px 20px;
    transition: top 0.3s ease 0s, border-radius 0.1s ease 0.1s; }
  .expanding-content.fsContent:hover > .content-wrapper {
    bottom: 50%;
    -ms-transform: translateY(50%);
    transform: translateY(50%); }
    .expanding-content.fsContent:hover > .content-wrapper > header {
      padding-top: 0; }
    .expanding-content.fsContent:hover > .content-wrapper > .content-inner {
      max-height: 400px;
      opacity: 1;
      transition: max-height 0.6s ease 0s, opacity 0.6s ease; }
  .expanding-content.fsContent > .header-placeholder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .expanding-content.fsContent > .header-placeholder header {
      position: absolute;
      top: auto;
      bottom: 0;
      left: 0;
      right: 0;
      border-radius: 0 0 20px 20px;
      overflow: hidden;
      background-color: rgba(255, 255, 255, 0.9);
      transition: top 0.5s ease 0.2s, border-radius 0.1s ease 0.4s; }
      .expanding-content.fsContent > .header-placeholder header .fsElementTitle {
        color: transparent !important; }
  .expanding-content.fsContent header {
    padding-top: 22px;
    padding-bottom: 18px;
    transition: padding 0.3s ease; }
    .expanding-content.fsContent header > .fsElementTitle {
      margin: 0;
      padding-left: 10px;
      padding-right: 10px;
      color: #000;
      font-family: "proxima-nova", sans-serif;
      text-align: center;
      font-weight: 500;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      font-size: 22px;
      line-height: 25px; }
    .expanding-content.fsContent header > .fsElementHeaderContent {
      display: none; }
  .expanding-content.fsContent > .content-wrapper {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    transition: bottom 0.6s ease, transform 0.6s ease; }
    .expanding-content.fsContent > .content-wrapper > .content-inner {
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: max-height 0.6s ease, opacity 0.6s ease; }
    .expanding-content.fsContent > .content-wrapper .fsElementContent {
      padding: 0 20px;
      color: #000;
      font-size: 14px;
      line-height: 24px;
      font-family: "proxima-nova", sans-serif;
      text-align: center;
      letter-spacing: 0.02em; }
      .expanding-content.fsContent > .content-wrapper .fsElementContent > *:last-child {
        margin-bottom: 0; }
    .expanding-content.fsContent > .content-wrapper footer > .fsElementFooterContent {
      padding-top: 11px;
      text-align: center; }
      .expanding-content.fsContent > .content-wrapper footer > .fsElementFooterContent a.fs_style_33 {
        display: block;
        color: #000;
        font-size: 13px;
        line-height: 16px;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-family: "proxima-nova", sans-serif;
        font-weight: 600; }
        .expanding-content.fsContent > .content-wrapper footer > .fsElementFooterContent a.fs_style_33:hover {
          color: #333333; }

@media (min-width: 1000px) {
  .fsFourColumnLayout .expanding-content.fsContent header > .fsElementTitle {
    font-size: 19px;
    line-height: 21px; } }

@media (min-width: 1200px) {
  .fsFourColumnLayout .expanding-content.fsContent header > .fsElementTitle {
    font-size: 22px;
    line-height: 25px; } }

@media (min-width: 1000px) {
  body.fsHasRightBanner .fsFourColumnLayout .expanding-content.fsContent header > .fsElementTitle,
  body.fsHasLeftBanner .fsFourColumnLayout .expanding-content.fsContent header > .fsElementTitle,
  .fsPageLayout.fsTwoColumnWideRightLayout .fsStyleTwoThirds .fsFourColumnLayout .expanding-content.fsContent header > .fsElementTitle,
  .fsPageLayout.fsTwoColumnWideLeftLayout .fsStyleTwoThirds .fsFourColumnLayout .expanding-content.fsContent header > .fsElementTitle {
    font-size: 19px;
    line-height: 21px; } }

@media (min-width: 1000px) {
  body.fsHasRightBanner .fsThreeColumnLayout .expanding-content.fsContent header > .fsElementTitle,
  body.fsHasLeftBanner .fsThreeColumnLayout .expanding-content.fsContent header > .fsElementTitle,
  .fsPageLayout.fsTwoColumnWideRightLayout .fsStyleTwoThirds .fsThreeColumnLayout .expanding-content.fsContent header > .fsElementTitle,
  .fsPageLayout.fsTwoColumnWideLeftLayout .fsStyleTwoThirds .fsThreeColumnLayout .expanding-content.fsContent header > .fsElementTitle {
    font-size: 19px;
    line-height: 21px; } }

@media (min-width: 1200px) {
  body.fsHasRightBanner .fsThreeColumnLayout .expanding-content.fsContent header > .fsElementTitle,
  body.fsHasLeftBanner .fsThreeColumnLayout .expanding-content.fsContent header > .fsElementTitle,
  .fsPageLayout.fsTwoColumnWideRightLayout .fsStyleTwoThirds .fsThreeColumnLayout .expanding-content.fsContent header > .fsElementTitle,
  .fsPageLayout.fsTwoColumnWideLeftLayout .fsStyleTwoThirds .fsThreeColumnLayout .expanding-content.fsContent header > .fsElementTitle {
    font-size: 22px;
    line-height: 25px; } }

/*! enhancements - hero-alert v0.0.1 */
@media all and (min-width: 900px) and (min-height: 650px) {
  body.home .hero-alert.fsContent {
    position: absolute;
    left: 0px;
    bottom: 10px;
    z-index: 390; } }

body.fsComposeMode.home .hero-alert.fsContent {
  width: auto;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  -ms-transform: none;
  transform: none;
  padding: 31px 55px 40px 40px;
  color: #000;
  font-family: "proxima-nova", sans-serif;
  background-color: rgba(255, 255, 255, 0.95); }

body.home .hero-alert.fsContent .hero-alert-toggle {
  display: none;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  position: absolute;
  top: 5px;
  left: auto;
  right: 6px;
  bottom: auto;
  z-index: 100;
  font-size: 0;
  color: transparent;
  text-indent: -9999em;
  background: none;
  overflow: visible;
  cursor: pointer; }
  @media all and (min-width: 900px) and (min-height: 650px) {
    body.home .hero-alert.fsContent .hero-alert-toggle {
      display: block; } }
  body.home .hero-alert.fsContent .hero-alert-toggle.hero-alert-open {
    opacity: 1;
    z-index: 1;
    transition: opacity 0.1s ease-out 0.5s, z-index 0s ease-out 0.5s; }
    body.home .hero-alert.fsContent .hero-alert-toggle.hero-alert-open:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 16px;
      height: 16px;
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 2;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      color: #ac162c;
      font-size: 15px;
      line-height: 16px; }
    .hero-alert-open body.home .hero-alert.fsContent .hero-alert-toggle.hero-alert-open {
      opacity: 0;
      z-index: -1;
      transition: opacity 0.1s ease-out 0s, z-index 0s ease-out 0.1s; }
  body.home .hero-alert.fsContent .hero-alert-toggle.hero-alert-close {
    opacity: 0;
    z-index: -1;
    transition: opacity 0.1s ease-out 0s, z-index 0s ease-out 0.1s; }
    body.home .hero-alert.fsContent .hero-alert-toggle.hero-alert-close:hover:before, body.home .hero-alert.fsContent .hero-alert-toggle.hero-alert-close:hover:after {
      background-color: #000;
      opacity: 0.6; }
    body.home .hero-alert.fsContent .hero-alert-toggle.hero-alert-close:before, body.home .hero-alert.fsContent .hero-alert-toggle.hero-alert-close:after {
      content: '';
      display: block;
      width: 2px;
      height: 16px;
      position: absolute;
      top: 50%;
      left: 50%;
      background-color: #000000;
      transition: background 0.3s ease, opacity 0.3s ease; }
    body.home .hero-alert.fsContent .hero-alert-toggle.hero-alert-close:before {
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
    body.home .hero-alert.fsContent .hero-alert-toggle.hero-alert-close:after {
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .hero-alert-open body.home .hero-alert.fsContent .hero-alert-toggle.hero-alert-close {
      opacity: 1;
      z-index: 1;
      transition: opacity 0.1s ease-out 0.4s, z-index 0s ease-out 0.4s; }

body.home .hero-alert.fsContent .content-wrapper {
  padding: 31px 55px 40px 40px; }
  @media all and (min-width: 900px) and (min-height: 650px) {
    body.home .hero-alert.fsContent .content-wrapper header {
      width: 375px; } }
  @media all and (min-width: 900px) and (min-height: 650px) {
    body.home .hero-alert.fsContent .content-wrapper .fsElementContent {
      width: 375px; } }

body.home .hero-alert.fsContent .content-sizer {
  display: none;
  max-height: 226px;
  min-height: 226px;
  color: transparent !important;
  background: none;
  position: relative;
  left: -470px;
  transition: max-height 0.4s ease-out 0s; }
  @media all and (min-width: 900px) and (min-height: 650px) {
    body.home .hero-alert.fsContent .content-sizer {
      display: block; } }
  body.home .hero-alert.fsContent .content-sizer header,
  body.home .hero-alert.fsContent .content-sizer .fsElementTitle,
  body.home .hero-alert.fsContent .content-sizer .fsElementContent {
    opacity: 0 !important; }
  body.home .hero-alert.fsContent .content-sizer .hero-alert-toggle {
    display: none; }
  .hero-alert-open body.home .hero-alert.fsContent .content-sizer {
    max-height: 600px;
    transition: max-height 0.4s ease-out 0s; }

body.home .hero-alert.fsContent .content-display {
  color: #000;
  background-color: #fff; }
  body.fsComposeMode.home .hero-alert.fsContent .content-wrapper {
    width: auto;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto; }
  @media all and (min-width: 900px) and (min-height: 650px) {
    body.home .hero-alert.fsContent .content-display:hover {
      background-color: #ac162c; } }
  @media all and (min-width: 900px) and (min-height: 650px) {
    body.home .hero-alert.fsContent .content-display:hover .hero-alert-open:before {
      color: #ffffff; } }
  @media all and (min-width: 900px) and (min-height: 650px) {
    body.home .hero-alert.fsContent .content-display {
      padding: 0;
      width: 100px;
      height: auto;
      max-height: 100px;
      padding: 0;
      border-radius: 8px;
      position: absolute;
      top: 0;
      right: calc(100% - 41px);
      z-index: 399;
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -ms-transform-origin: calc(100% - 26px) calc(0% + 26px);
      transform-origin: calc(100% - 26px) calc(0% + 26px);
      background-color: #ffffff;
      overflow: hidden;
      transition: padding 0.4s ease-out 0s, max-height 0.4s ease-out 0s, width 0.4s ease-out 0s, right 0.4s ease-out 0s, transform 0.2s ease-out 0.275s, border-radius 0.4s ease-out 0s, background 0.4s ease-out 0s; } }
  .hero-alert-open body.home .hero-alert.fsContent .content-display {
    padding: 31px 55px 40px 40px;
    border-radius: 0;
    right: calc(100% - 470px - 10px);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: rgba(255, 255, 255, 0.95);
    transition: padding 0.4s ease-out 0.05s, max-height 0.4s ease-out 0.05s, width 0.4s ease-out 0s, right 0.4s ease-out 0.1s, transform 0.1s ease-out 0s, border-radius 0.4s ease-out 0s, background 0.4s ease-out 0s; }
    @media all and (min-width: 900px) and (min-height: 650px) {
      .hero-alert-open body.home .hero-alert.fsContent .content-display {
        width: 470px;
        height: auto;
        max-height: 600px;
        position: absolute;
        top: 0;
        right: calc(100% - 470px - 10px);
        z-index: 399; } }
  body.home .hero-alert.fsContent .content-display .fsElementTitle {
    transition: opacity 0s ease-out 0s; }
    @media all and (min-width: 900px) and (min-height: 650px) {
      body.home .hero-alert.fsContent .content-display .fsElementTitle {
        opacity: 0; } }
    @media all and (min-width: 900px) and (min-height: 650px) {
      .hero-alert-open body.home .hero-alert.fsContent .content-display .fsElementTitle {
        opacity: 1;
        transition: opacity 0.5s ease-out 0.4s; } }
  @media all and (min-width: 900px) and (min-height: 650px) {
    body.home .hero-alert.fsContent .content-display .fsElementContent {
      overflow: hidden;
      opacity: 0;
      transition: opacity 0s ease-out 0s; } }
  @media all and (min-width: 900px) and (min-height: 650px) {
    .hero-alert-open body.home .hero-alert.fsContent .content-display .fsElementContent {
      opacity: 1;
      z-index: 1;
      transition: opacity 0.5s ease-out 0.5s; } }

body.home .hero-alert.fsContent header {
  padding-bottom: 25px;
  padding-right: 20px; }

body.home .hero-alert.fsContent .fsElementTitle {
  display: inline-block;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase; }
  body.home .hero-alert.fsContent .fsElementTitle span {
    position: relative; }
    body.home .hero-alert.fsContent .fsElementTitle span:before, body.home .hero-alert.fsContent .fsElementTitle span:after {
      content: '';
      display: block;
      position: absolute; }
    body.home .hero-alert.fsContent .fsElementTitle span:before {
      height: 3px;
      width: 500px;
      bottom: -9px;
      right: -40px;
      background-color: #000; }
    body.home .hero-alert.fsContent .fsElementTitle span:after {
      height: 20px;
      width: 20px;
      border-radius: 100%;
      border: 3px solid #000;
      bottom: -18px;
      right: -60px; }

body.home .hero-alert.fsContent .fsElementContent {
  font-size: 14px;
  line-height: 24px;
  font-family: "proxima-nova", sans-serif; }

/*! enhancements - icon-chart v0.0.1 */
.icon-chart.fsContent {
  background-position: -9999em;
  background-repeat: no-repeat; }
  .fsComposeMode .icon-chart.fsContent {
    background-position: center center; }
  .icon-chart.fsContent .fsElementBackground {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .icon-chart.fsContent .fsElementBackground img {
      position: block;
      max-width: 100%;
      max-height: 100%; }
  .icon-chart.fsContent > header {
    text-align: center;
    position: relative;
    z-index: 1; }
    .icon-chart.fsContent > header > .fsElementTitle {
      font-size: 1px;
      color: transparent;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .icon-chart.fsContent > header > .fsElementTitle .chart-container {
        margin: 0 auto;
        height: 176px;
        width: 176px;
        position: relative; }
        .icon-chart.fsContent > header > .fsElementTitle .chart-container:before {
          content: '';
          display: block;
          width: 176px;
          height: 176px;
          border: 10px solid #ac162c;
          border-radius: 100%;
          position: absolute;
          top: 0px;
          left: 0px; }
      .icon-chart.fsContent > header > .fsElementTitle .chart-left,
      .icon-chart.fsContent > header > .fsElementTitle .chart-right {
        display: block;
        width: 88px;
        height: 176px;
        position: absolute;
        top: 0;
        overflow: hidden; }
      .icon-chart.fsContent > header > .fsElementTitle .chart-left {
        left: 0; }
        .icon-chart.fsContent > header > .fsElementTitle .chart-left .chart-inner {
          left: 0;
          -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%; }
          .icon-chart.fsContent > header > .fsElementTitle .chart-left .chart-inner span {
            left: 0; }
      .icon-chart.fsContent > header > .fsElementTitle .chart-right {
        right: 0; }
        .icon-chart.fsContent > header > .fsElementTitle .chart-right .chart-inner {
          right: 0;
          -ms-transform-origin: 0 50%;
          transform-origin: 0 50%; }
          .icon-chart.fsContent > header > .fsElementTitle .chart-right .chart-inner span {
            right: 0; }
      .icon-chart.fsContent > header > .fsElementTitle .chart-inner {
        display: block;
        width: 88px;
        height: 176px;
        position: absolute;
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        overflow: hidden;
        background-color: white; }
        .icon-chart.fsContent > header > .fsElementTitle .chart-inner span {
          display: block;
          width: 176px;
          height: 176px;
          position: absolute; }
          .icon-chart.fsContent > header > .fsElementTitle .chart-inner span:before {
            content: '';
            display: block;
            width: 176px;
            height: 176px;
            border: 10px solid #eeeeee;
            border-radius: 100%;
            position: absolute;
            top: 0; }
    .icon-chart.fsContent > header > .fsElementHeaderContent {
      padding-top: 21px;
      color: #000000;
      font-size: 17px;
      line-height: 24px;
      letter-spacing: 0.04em;
      font-family: "proxima-nova", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      text-align: center; }
      .icon-chart.fsContent > header > .fsElementHeaderContent br {
        display: none; }
  .icon-chart.fsContent > .fsElementContent {
    padding-top: 11px;
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    font-family: "proxima-nova", sans-serif; }
  .icon-chart.fsContent > footer {
    display: none; }

/*! enhancements - image-slider v0.0.1 */
.image-slider {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px; }
  .image-slider.fsResourceElement img {
    -o-object-fit: cover;
    object-fit: cover; }
  .image-slider.fsResourceElement .slick-arrow {
    z-index: 999; }
    @media (min-width: 700px) {
      .image-slider.fsResourceElement .slick-arrow {
        bottom: 60px !important; } }
  .image-slider .fsListItems {
    margin: 0; }
  @media (min-width: 550px) {
    .image-slider {
      width: auto;
      margin-left: 0;
      margin-right: 0; } }
  .image-slider > header > .fsElementTitle {
    display: none; }
  .image-slider .slick-list:before {
    display: block;
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px 20px 20px 20px;
    background-color: #f3f3f3; }
    @media (min-width: 700px) {
      .image-slider .slick-list:before {
        background: none; } }
  .image-slider article {
    position: relative;
    padding-bottom: 100px; }
    @media (min-width: 700px) {
      .image-slider article {
        min-height: 380px;
        padding-bottom: 0; } }
  .image-slider .image-wrapper, .image-slider picture {
    padding: 0 20px;
    position: relative;
    z-index: 4; }
    @media (min-width: 700px) {
      .image-slider .image-wrapper, .image-slider picture {
        top: 60px;
        bottom: 0; } }
    @media (min-width: 900px) {
      .image-slider .image-wrapper, .image-slider picture {
        padding: 0;
        top: 0; } }
  .image-slider picture {
    display: block; }
  .image-slider .slide-image, .image-slider img {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    border-radius: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 700px) {
      .image-slider .slide-image, .image-slider img {
        position: absolute;
        margin: 0;
        max-width: 240px; } }
    @media (min-width: 900px) {
      .image-slider .slide-image, .image-slider img {
        max-width: 360px; } }
    @media (min-width: 1200px) {
      .image-slider .slide-image, .image-slider img {
        max-width: 380px; } }
    .image-slider .slide-image:before, .image-slider img:before {
      content: '';
      display: block;
      width: 100%;
      padding-bottom: 100%; }
  .image-slider .image-wrapper ~ .caption-wrapper {
    padding-top: 28px; }
    @media (min-width: 700px) {
      .image-slider .image-wrapper ~ .caption-wrapper {
        padding-top: 10px; } }
    @media (min-width: 1200px) {
      .image-slider .image-wrapper ~ .caption-wrapper {
        padding-top: 20px; } }
  .image-slider.fsResourceElement .caption-wrapper {
    padding-top: 28px; }
    @media (min-width: 700px) {
      .image-slider.fsResourceElement .caption-wrapper {
        padding-top: 10px; } }
    @media (min-width: 1200px) {
      .image-slider.fsResourceElement .caption-wrapper {
        padding-top: 20px; } }
  .image-slider .caption-wrapper {
    padding: 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 3;
    background: none; }
    @media (min-width: 700px) {
      .image-slider .caption-wrapper {
        min-height: 380px;
        position: static;
        padding: 20px 0 20px 0; } }
    @media (min-width: 900px) {
      .image-slider .caption-wrapper {
        padding-left: 180px; } }
    @media (min-width: 1200px) {
      .image-slider .caption-wrapper {
        padding-left: 190px; } }
  .image-slider .caption-wrapper-inner {
    border-radius: 20px 20px 20px 20px;
    padding: 0 30px;
    position: relative;
    background-color: transparent; }
    @media (min-width: 700px) {
      .image-slider .caption-wrapper-inner {
        min-height: 340px;
        padding: 52px 60px 62px 300px;
        background-color: #f3f3f3; } }
    @media (min-width: 900px) {
      .image-slider .caption-wrapper-inner {
        padding-left: 225px; } }
    @media (min-width: 1200px) {
      .image-slider .caption-wrapper-inner {
        padding-left: 235px; } }
  .image-slider .caption-title, .image-slider .fsTitle {
    padding-bottom: 12px;
    color: #999999;
    font-size: 13px;
    line-height: 16px;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em; }
  .image-slider .caption-desc {
    display: block;
    color: #333333;
    font-size: 17px;
    line-height: 28px;
    font-family: "proxima-nova", sans-serif; }
    .image-slider .caption-desc h1, .image-slider .caption-desc h2, .image-slider .caption-desc h3, .image-slider .caption-desc h4, .image-slider .caption-desc h5, .image-slider .caption-desc h6 {
      margin-bottom: 7px;
      color: #1c1c1c;
      font-size: 26px;
      font-weight: 600;
      line-height: 36px;
      font-family: "proxima-nova", sans-serif;
      text-transform: none; }
  .image-slider .slick-slider .slick-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: auto;
    bottom: 0;
    -ms-transform: none;
    transform: none;
    font-size: 1px;
    color: transparent;
    cursor: pointer; }
    .image-slider .slick-slider .slick-arrow:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 40px;
      height: 40px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #ac162c;
      font-size: 40px;
      line-height: 40px;
      text-align: center;
      text-shadow: none;
      opacity: 0.8;
      transition: color 0.3s ease, opacity 0.3s ease; }
    .image-slider .slick-slider .slick-arrow:hover:before {
      color: #ac162c;
      opacity: 1; }
  .image-slider .slick-slider .fsPrevButton,
  .image-slider .slick-slider .slick-prev {
    left: auto;
    right: calc(50% + 3px); }
    @media (min-width: 550px) {
      .image-slider .slick-slider .fsPrevButton,
      .image-slider .slick-slider .slick-prev {
        left: auto;
        right: 45px; } }
    .image-slider .slick-slider .fsPrevButton:before,
    .image-slider .slick-slider .slick-prev:before {
      content: '\e905'; }
  .image-slider .slick-slider .fsNextButton,
  .image-slider .slick-slider .slick-next {
    left: calc(50% + 2px);
    right: auto; }
    @media (min-width: 550px) {
      .image-slider .slick-slider .fsNextButton,
      .image-slider .slick-slider .slick-next {
        left: auto;
        right: 0; } }
    .image-slider .slick-slider .fsNextButton:before,
    .image-slider .slick-slider .slick-next:before {
      content: '\e906'; }
  .image-slider .slick-slider .slick-arrow {
    bottom: 30px; }
    @media (min-width: 700px) {
      .image-slider .slick-slider .slick-arrow {
        bottom: 40px; } }
  .image-slider .slick-slider .slick-prev {
    right: calc(50% + 2px); }
    @media (min-width: 700px) {
      .image-slider .slick-slider .slick-prev {
        right: 65px; } }
  .image-slider .slick-slider .slick-next {
    right: calc(50% - 42px); }
    @media (min-width: 700px) {
      .image-slider .slick-slider .slick-next {
        right: 20px; } }
  .image-slider.image-slider-dark .slick-list:before {
    background-color: #ac162c; }
    @media (min-width: 700px) {
      .image-slider.image-slider-dark .slick-list:before {
        background: none; } }
  @media (min-width: 700px) {
    .image-slider.image-slider-dark .caption-wrapper-inner {
      background-color: #ac162c; } }
  .image-slider.image-slider-dark .caption-wrapper-inner .caption-title, .image-slider.image-slider-dark .caption-wrapper-inner .fsTitle {
    color: rgba(255, 255, 255, 0.8); }
  .image-slider.image-slider-dark .caption-desc {
    color: rgba(255, 255, 255, 0.8); }
    .image-slider.image-slider-dark .caption-desc h1, .image-slider.image-slider-dark .caption-desc h2, .image-slider.image-slider-dark .caption-desc h3, .image-slider.image-slider-dark .caption-desc h4, .image-slider.image-slider-dark .caption-desc h5, .image-slider.image-slider-dark .caption-desc h6 {
      color: #ffffff; }
  .image-slider.image-slider-dark .slick-arrow {
    color: #fff;
    font-size: 0; }
    .image-slider.image-slider-dark .slick-arrow:before {
      color: #fff !important; }
    .image-slider.image-slider-dark .slick-arrow:hover:before {
      color: #ffffff; }

/*! enhancements - video-slider v0.0.1 */
.video-slider.fsMedia > .fsElementContent {
  overflow: hidden; }

.video-slider.fsMedia .fsMediaCustomPlayer {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 50px; }
  .video-slider.fsMedia .fsMediaCustomPlayer:before, .video-slider.fsMedia .fsMediaCustomPlayer:after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    bottom: 20px;
    background-color: #e0e0e0; }
  .video-slider.fsMedia .fsMediaCustomPlayer:before {
    left: 0;
    right: calc(50% + 50px); }
  .video-slider.fsMedia .fsMediaCustomPlayer:after {
    left: calc(50% + 50px);
    right: 0; }

.video-slider.fsMedia article {
  padding: 0 10px;
  cursor: pointer; }
  .video-slider.fsMedia article:hover .caption-title {
    color: #ac162c; }
  .video-slider.fsMedia article:hover .image-wrapper:after {
    background-color: #e31837; }

.video-slider.fsMedia .image-wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .video-slider.fsMedia .image-wrapper:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 60.71429%; }
  .video-slider.fsMedia .image-wrapper:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: block;
    width: 60px;
    height: 40px;
    border-radius: 9px;
    border: 3px solid #ffffff;
    position: absolute;
    left: 50%;
    bottom: -25px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    background-color: #ac162c;
    transition: background 0.3s ease; }

.video-slider.fsMedia .caption-wrapper {
  padding: 45px 0 0 0;
  background: none;
  position: static; }

.video-slider.fsMedia .caption-title {
  color: #000000;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.04em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  transition: color 0.3s ease; }

.video-slider.fsMedia .caption-desc {
  padding-top: 11px;
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  text-align: center; }

.video-slider.fsMedia .slick-slider .slick-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: auto;
  bottom: 0;
  -ms-transform: none;
  transform: none;
  font-size: 1px;
  color: transparent;
  cursor: pointer; }
  .video-slider.fsMedia .slick-slider .slick-arrow:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ac162c;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    text-shadow: none;
    opacity: 0.8;
    transition: color 0.3s ease, opacity 0.3s ease; }
  .video-slider.fsMedia .slick-slider .slick-arrow:hover:before {
    color: #ac162c;
    opacity: 1; }

.video-slider.fsMedia .slick-slider .fsPrevButton,
.video-slider.fsMedia .slick-slider .slick-prev {
  left: auto;
  right: calc(50% + 3px); }
  @media (min-width: 550px) {
    .video-slider.fsMedia .slick-slider .fsPrevButton,
    .video-slider.fsMedia .slick-slider .slick-prev {
      left: auto;
      right: 45px; } }
  .video-slider.fsMedia .slick-slider .fsPrevButton:before,
  .video-slider.fsMedia .slick-slider .slick-prev:before {
    content: '\e905'; }

.video-slider.fsMedia .slick-slider .fsNextButton,
.video-slider.fsMedia .slick-slider .slick-next {
  left: calc(50% + 2px);
  right: auto; }
  @media (min-width: 550px) {
    .video-slider.fsMedia .slick-slider .fsNextButton,
    .video-slider.fsMedia .slick-slider .slick-next {
      left: auto;
      right: 0; } }
  .video-slider.fsMedia .slick-slider .fsNextButton:before,
  .video-slider.fsMedia .slick-slider .slick-next:before {
    content: '\e906'; }

.video-slider.fsMedia .slick-slider .slick-arrow {
  bottom: 0;
  opacity: 1; }
  .video-slider.fsMedia .slick-slider .slick-arrow:before {
    color: #ac162c;
    opacity: 1; }
  .video-slider.fsMedia .slick-slider .slick-arrow:hover:before {
    transition: all 0.3s ease; }

.video-slider.fsMedia .slick-slider .slick-prev {
  right: calc(50% + 2px); }
  .video-slider.fsMedia .slick-slider .slick-prev:before {
    content: '\e907'; }
  .video-slider.fsMedia .slick-slider .slick-prev:hover:before {
    content: '\e905'; }

.video-slider.fsMedia .slick-slider .slick-next {
  right: calc(50% - 42px); }
  .video-slider.fsMedia .slick-slider .slick-next:before {
    content: '\e908'; }
  .video-slider.fsMedia .slick-slider .slick-next:hover:before {
    content: '\e906'; }

.videoSliderDialog.ui-dialog video {
  width: 100% !important; }

.ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).videoSliderDialog {
  width: 100% !important;
  max-width: 910px;
  border: 0;
  border-radius: 0;
  overflow: visible;
  padding: 0 10px 0 10px;
  background: none; }
  @media (min-width: 550px) {
    .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).videoSliderDialog {
      padding: 0 60px; } }
  .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).videoSliderDialog .ui-dialog-content {
    padding: 0; }
  .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).videoSliderDialog .ui-dialog-titlebar {
    background: none;
    padding: 0;
    position: relative; }
    .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).videoSliderDialog .ui-dialog-titlebar > span {
      display: none; }
    .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).videoSliderDialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
      display: block;
      width: 40px;
      height: 40px;
      margin: 0;
      padding: 0;
      border-radius: 0;
      position: absolute;
      top: 0px;
      left: auto;
      right: 0px;
      bottom: auto;
      z-index: 10000000000;
      background: none;
      overflow: visible; }
      @media (min-width: 550px) {
        .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).videoSliderDialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
          top: -10px;
          right: -50px; } }
      .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).videoSliderDialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before, .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).videoSliderDialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
        content: '';
        display: block;
        width: 2px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: #ffffff; }
      .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).videoSliderDialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
      .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).videoSliderDialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
      .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).videoSliderDialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon {
        display: none; }
      .ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog).videoSliderDialog .ui-dialog-titlebar .ui-dialog-titlebar-close > span {
        color: transparent;
        font-size: 1px;
        text-indent: -9999em; }

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

.home #fsPageContent {
  padding-bottom: 0;
  margin: 0; }

.home .fsPageLayout > .fsDiv {
  margin-bottom: 0; }

.home .social-block-container {
  max-width: 980px !important;
  padding-top: 58px;
  padding-bottom: 55px; }
  @media (min-width: 700px) {
    .home .social-block-container {
      padding-top: 80px;
      padding-bottom: 0; } }
  @media (min-width: 900px) {
    .home .social-block-container {
      padding-bottom: 15px; } }
  .home .social-block-container.fsContainer > .fsElementContent {
    zoom: 1; }
    .home .social-block-container.fsContainer > .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }
  .home .social-block-container.fsSharedContainer > .fsContainer {
    margin-bottom: 0; }
    .home .social-block-container.fsSharedContainer > .fsContainer > .fsElementContent {
      margin-left: -5px;
      margin-right: -5px; }
      @media (min-width: 700px) {
        .home .social-block-container.fsSharedContainer > .fsContainer > .fsElementContent {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap; } }

@keyframes socialIcon {
  0% {
    transform: scale(0.3);
    opacity: 0.2; }
  10% {
    transform: scale(1);
    opacity: 1; }
  20% {
    transform: scale(1.35);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes socialContent {
  0% {
    transform: scale(0.3);
    opacity: 0.2; }
  30% {
    transform: scale(1);
    opacity: 1; }
  50% {
    transform: scale(1.1);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }

.home .social-block {
  margin-bottom: 34px;
  padding: 0 5px;
  position: relative;
  color: #000;
  opacity: 0;
  transition: opacity 0.3s ease; }
  .home .social-block.element-loaded {
    opacity: 1; }
  .fsComposeMode .home .social-block {
    opacity: 1; }
  @media (min-width: 700px) {
    .home .social-block {
      width: 50%; } }
  .home .social-block.shown > header:before {
    opacity: 1; }
  .home .social-block.shown > header .fsElementHeaderContent > a {
    animation-name: socialIcon;
    -webkit-animation-name: socialIcon;
    animation-duration: 0.75s;
    -webkit-animation-duration: 0.75s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    visibility: visible !important;
    opacity: 1; }
  .home .social-block.shown > header .slideshow-index {
    opacity: 1;
    cursor: pointer; }
  .home .social-block > header {
    position: relative; }
    .home .social-block > header:before {
      content: '';
      display: block;
      height: 3px;
      position: absolute;
      top: 50%;
      left: 0;
      right: 46px;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 1;
      opacity: 0;
      transition: opacity 0.4s ease 0.5s; }
      @media (min-width: 700px) {
        .home .social-block > header:before {
          right: 60px; } }
    .home .social-block > header > .fsElementTitle {
      display: none; }
    .home .social-block > header > .fsElementHeaderContent {
      position: relative;
      z-index: 2;
      height: 44px; }
      @media (min-width: 550px) {
        .home .social-block > header > .fsElementHeaderContent {
          height: 61px; } }
      @media (min-width: 900px) {
        .home .social-block > header > .fsElementHeaderContent {
          height: 66px; } }
      .home .social-block > header > .fsElementHeaderContent > a {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        display: block;
        width: 44px;
        height: 44px;
        border-radius: 100%;
        border-width: 2px;
        border-style: solid;
        position: absolute;
        top: 0;
        left: 0;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        z-index: 1000;
        font-size: 1px;
        color: transparent;
        line-height: 44px;
        opacity: 0;
        transition: opacity 0s ease 1.6s;
        background-color: #ffffff; }
        @media (min-width: 550px) {
          .home .social-block > header > .fsElementHeaderContent > a {
            width: 61px;
            height: 61px;
            line-height: 61px; } }
        @media (min-width: 900px) {
          .home .social-block > header > .fsElementHeaderContent > a {
            width: 66px;
            height: 66px;
            line-height: 66px; } }
        .home .social-block > header > .fsElementHeaderContent > a:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: block;
          width: 26px;
          height: 26px;
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          z-index: 10;
          color: transparent;
          line-height: 26px;
          text-align: center; }
  .home .social-block .fsElementContent {
    opacity: 0; }
  .home .social-block article {
    cursor: default; }
  .home .social-block article.entry-social {
    margin-left: 6px;
    margin-right: 6px; }
    @media (min-width: 700px) {
      .home .social-block article.entry-social {
        margin-left: 26px;
        margin-right: 26px; } }
    @media (min-width: 900px) {
      .home .social-block article.entry-social {
        margin-left: 46px;
        margin-right: 46px; } }
  .home .social-block article.entry-instagram {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative; }
    .home .social-block article.entry-instagram:hover .entry-image:after {
      box-shadow: inset 0 0 0 210px rgba(0, 0, 0, 0.95); }
    .home .social-block article.entry-instagram:hover .entry-image .entry-content .entry-content-inner {
      opacity: 1;
      -ms-transform: scale(1);
      transform: scale(1); }
    .home .social-block article.entry-instagram .entry-image {
      border-radius: 500px;
      overflow: hidden;
      position: relative;
      background-position: center center;
      background-size: cover; }
      .home .social-block article.entry-instagram .entry-image:before {
        content: '';
        display: block;
        width: 100%;
        padding-bottom: 100%; }
      .home .social-block article.entry-instagram .entry-image:after {
        content: '';
        display: block;
        border-radius: 100%;
        border: 3px solid #ac162c;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
        transition: box-shadow 0.3s ease 0s; }
    .home .social-block article.entry-instagram .entry-content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff;
      font-size: 14px;
      line-height: 20px;
      font-family: "proxima-nova", sans-serif;
      text-align: center;
      transition: opacity 0.3s ease; }
      @media (min-width: 400px) {
        .home .social-block article.entry-instagram .entry-content {
          font-size: 16px;
          line-height: 23px; } }
      @media (min-width: 700px) {
        .home .social-block article.entry-instagram .entry-content {
          font-size: 14px;
          line-height: 20px; } }
      @media (min-width: 900px) {
        .home .social-block article.entry-instagram .entry-content {
          font-size: 16px;
          line-height: 23px; } }
    .home .social-block article.entry-instagram .entry-content-inner {
      padding-left: 27.63158%;
      padding-right: 27.63158%;
      position: relative;
      z-index: 10;
      -ms-transform: scale(0);
      transform: scale(0);
      opacity: 0;
      transition: transform 0.4s ease 0s, opacity 0.5s ease 0s; }
      @media (min-width: 900px) {
        .home .social-block article.entry-instagram .entry-content-inner {
          padding-left: 23.68421%;
          padding-right: 23.68421%; } }
      .home .social-block article.entry-instagram .entry-content-inner > * {
        width: 100%; }
        .home .social-block article.entry-instagram .entry-content-inner > *:last-child {
          margin-bottom: 0; }
  .home .social-block .slideshow-index {
    position: absolute;
    top: 50%;
    right: -9px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    opacity: 0;
    transition: opacity 0.4s ease 0.5s; }
    @media (min-width: 700px) {
      .home .social-block .slideshow-index {
        right: 6px; } }
  .home .social-block .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .home .social-block .slick-dots li {
      display: block;
      list-style: none;
      background: none; }
      .home .social-block .slick-dots li a {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        display: block;
        margin: 0;
        padding: 0;
        width: 16px;
        height: 16px;
        position: relative;
        outline: none;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-size: 1px;
        color: transparent; }
        .home .social-block .slick-dots li a:before {
          content: '';
          display: block;
          border-radius: 100%;
          width: 6px;
          height: 6px;
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background-color: #ac162c;
          transition: height 0.3s ease, width 0.3s ease; }
      .home .social-block .slick-dots li.slick-active a:before {
        width: 12px;
        height: 12px;
        background-color: #000; }
  .home .social-block .entry-content {
    font-size: 16px;
    line-height: 25px; }
    @media (min-width: 400px) {
      .home .social-block .entry-content {
        font-size: 18px;
        line-height: 28px; } }
    @media (min-width: 700px) {
      .home .social-block .entry-content {
        font-size: 16px;
        line-height: 25px; } }
    @media (min-width: 900px) {
      .home .social-block .entry-content {
        font-size: 18px;
        line-height: 28px; } }
    .home .social-block .entry-content a {
      color: #ac162c;
      font-weight: 800; }
      .home .social-block .entry-content a:hover {
        color: #000; }
  .home .social-block .entry-footer {
    height: 26px;
    zoom: 1; }
    .home .social-block .entry-footer:after {
      display: table;
      clear: both;
      content: ''; }
  .home .social-block .entry-actions {
    float: left;
    margin-left: -8px;
    margin-right: -8px; }
    .home .social-block .entry-actions > a {
      padding: 0 8px;
      line-height: 26px; }
      .home .social-block .entry-actions > a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        line-height: 26px;
        color: #ffffff;
        opacity: 0.4;
        transition: all 0.3s ease; }
      .home .social-block .entry-actions > a:hover:before {
        opacity: 0.8; }
  .home .social-block .entry-share:before {
    content: '\f112' !important;
    font-size: 15.5px; }
  .home .social-block .entry-retweet:before {
    content: '\f079' !important;
    font-size: 16.6px; }
  .home .social-block .entry-favorite:before {
    content: '\f004' !important;
    font-size: 15.5px; }
  .home .social-block .entry-comment:before {
    content: '\f075' !important;
    font-size: 15.5px; }
  .home .social-block .entry-like:before {
    content: '\f164' !important;
    font-size: 15.5px; }
  .home .social-block .entry-author {
    float: right; }
  .home .social-block .entry-username,
  .home .social-block .entry-screenname {
    color: #ffffff;
    font-size: 13px;
    font-family: "proxima-nova", sans-serif;
    line-height: 26px;
    letter-spacing: 0.08em;
    font-weight: 600;
    text-transform: uppercase;
    transition: color 0.3s ease; }
    .home .social-block .entry-username:hover,
    .home .social-block .entry-screenname:hover {
      color: #ac162c; }
  .home .social-block > footer {
    display: none; }

.home .social-instagram > header {
  position: relative;
  z-index: 1; }
  .home .social-instagram > header:before {
    background-color: #ac162c; }
  .home .social-instagram > header .fsElementHeaderContent a {
    border-color: #ac162c; }
    .home .social-instagram > header .fsElementHeaderContent a:before {
      font-size: 18px;
      content: '\f16d' !important;
      color: #000; }
      @media (min-width: 550px) {
        .home .social-instagram > header .fsElementHeaderContent a:before {
          font-size: 26px; } }

.home .social-instagram.shown > .fsElementContent {
  animation-name: socialContent;
  -webkit-animation-name: socialContent;
  animation-duration: 0.75s;
  -webkit-animation-duration: 0.75s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  visibility: visible !important;
  opacity: 1; }

.home .social-instagram > .fsElementContent {
  opacity: 0;
  transition: opacity 0s ease 0.6s;
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 700px) {
    .home .social-instagram > .fsElementContent {
      margin-left: 62px;
      margin-right: 62px; } }
  @media (min-width: 900px) {
    .home .social-instagram > .fsElementContent {
      margin-left: 59px;
      margin-right: 56px; } }

.home .social-instagram .slick-list {
  top: auto;
  margin-top: -54px;
  padding-bottom: 6px; }
  @media (min-width: 700px) {
    .home .social-instagram .slick-list {
      top: auto;
      margin-top: -73px;
      padding-bottom: 27px; } }
  @media (min-width: 900px) {
    .home .social-instagram .slick-list {
      top: auto;
      margin-top: -96px;
      padding-bottom: 8px; } }

.home .social-instagram .entry-image {
  max-width: 380px;
  margin: 0 auto; }

.home .social-instagram .slick-slider {
  z-index: 1; }

.home .social-facebook > header:before {
  background-color: #ac162c; }

.home .social-facebook > header .fsElementHeaderContent a {
  border-color: #ac162c; }
  .home .social-facebook > header .fsElementHeaderContent a:before {
    font-size: 18px;
    content: '\f09a' !important;
    color: #000; }
    @media (min-width: 550px) {
      .home .social-facebook > header .fsElementHeaderContent a:before {
        font-size: 22px; } }

.home .social-facebook.shown > .fsElementContent {
  opacity: 1;
  -ms-transform: scale(1);
  transform: scale(1); }

.home .social-facebook .fsElementContent {
  opacity: 0;
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s; }

.home .social-facebook .entry-image {
  display: block;
  float: right;
  width: 170px;
  height: 170px;
  margin-top: 24px;
  margin-left: 20px;
  margin-bottom: 10px;
  border-radius: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.home .social-facebook .entry-content {
  padding-top: 27px;
  padding-bottom: 0; }
  @media (min-width: 900px) {
    .home .social-facebook .entry-content {
      padding-top: 19px; } }
  @media (min-width: 900px) {
    .home .social-facebook .entry-content {
      padding-top: 24px; } }
  .home .social-facebook .entry-content > *:last-child {
    margin-bottom: 0; }
  .home .social-facebook .entry-content br + br {
    display: none; }

.home .social-facebook .entry-has-video .entry-image:before {
  font-family: "fontawesome-webfont", Arial, sans-serif;
  font-size: 2.5rem;
  text-shadow: 0px 0px 4px #999;
  content: '\f04b';
  color: white;
  position: absolute;
  right: 65px;
  top: 93px;
  z-index: 3; }

.home .social-facebook .entry-footer {
  clear: both;
  padding-top: 37px;
  height: 63px; }

.home .social-facebook .entry-author-container {
  float: right;
  width: calc(100% - 110px);
  text-align: right; }
  .home .social-facebook .entry-author-container .entry-author {
    float: none; }

.social-truncate-facebook {
  color: transparent;
  font-size: 18px;
  line-height: 28px;
  font-family: "adobe-caslon-pro", Georgia, serif; }

.home .social-twitter > header:before {
  background-color: #ac162c; }

.home .social-twitter > header .fsElementHeaderContent a {
  border-color: #ac162c; }
  .home .social-twitter > header .fsElementHeaderContent a:before {
    font-size: 20px;
    content: '\f099' !important;
    color: #000; }
    @media (min-width: 550px) {
      .home .social-twitter > header .fsElementHeaderContent a:before {
        font-size: 26px; } }

.home .social-twitter.shown > .fsElementContent {
  opacity: 1;
  -ms-transform: scale(1);
  transform: scale(1); }

.home .social-twitter .fsElementContent {
  opacity: 0;
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s; }

.home .social-twitter .entry-content {
  padding-top: 19px;
  padding-bottom: 27px; }
  @media (min-width: 900px) {
    .home .social-twitter .entry-content {
      padding-top: 24px; } }

.home .social-twitter .twitter-desc > *:last-child {
  margin-bottom: 0; }

.home .social-mashup > header:before {
  background-color: #ac162c;
  right: 50%; }

.home .social-mashup > header .fsElementHeaderContent a {
  border-color: #ac162c; }
  .home .social-mashup > header .fsElementHeaderContent a:before {
    width: 40px;
    height: 22px;
    line-height: 22px;
    font-size: 22px;
    content: '\e901' !important;
    color: #000; }
    @media (min-width: 550px) {
      .home .social-mashup > header .fsElementHeaderContent a:before {
        width: 40px;
        height: 30px;
        padding-top: 2px;
        font-size: 30px; } }

.home .social-mashup.shown > .fsElementContent {
  animation-name: socialContent;
  -webkit-animation-name: socialContent;
  animation-duration: 0.75s;
  -webkit-animation-duration: 0.75s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  visibility: visible !important;
  opacity: 1; }

.home .social-mashup > .fsElementContent {
  opacity: 0;
  transition: opacity 0s ease 0.6s; }

.home .social-mashup .social-mashup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .home .social-mashup .social-mashup-overlay:before, .home .social-mashup .social-mashup-overlay:after {
    display: none !important; }

.home .social-mashup .fsElementContent {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 700px) {
    .home .social-mashup .fsElementContent {
      padding-left: 62px;
      padding-right: 62px; } }
  .home .social-mashup .fsElementContent .fsContentInner {
    max-width: 280px;
    margin: 0 auto;
    position: relative;
    margin-top: -56px;
    z-index: 100; }
    @media (min-width: 700px) {
      .home .social-mashup .fsElementContent .fsContentInner {
        margin-top: -70px; } }
    @media (min-width: 900px) {
      .home .social-mashup .fsElementContent .fsContentInner {
        margin-top: -93px; } }
    .home .social-mashup .fsElementContent .fsContentInner:before {
      display: block;
      content: '';
      width: 100%;
      padding-bottom: 100%;
      border-radius: 300px;
      background-color: #ac162c; }
    .home .social-mashup .fsElementContent .fsContentInner:after {
      display: block;
      content: '';
      border-radius: 300px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background-color: #ac162c;
      animation-name: radar;
      -webkit-animation-name: radar;
      animation-duration: 1.75s;
      -webkit-animation-duration: 1.75s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite; }

@keyframes radar {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1.075);
    opacity: 0; } }
  .home .social-mashup .fsElementContent .fsContentInnerInner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    .home .social-mashup .fsElementContent .fsContentInnerInner > * {
      width: 100%; }
    .home .social-mashup .fsElementContent .fsContentInnerInner > *:last-child {
      margin-bottom: 0; }
  .home .social-mashup .fsElementContent h2 {
    padding-top: 19px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 36px;
    line-height: 36px;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    font-weight: 200; }
    @media (min-width: 900px) {
      .home .social-mashup .fsElementContent h2 {
        margin-bottom: 26px;
        font-size: 40px;
        line-height: 40px; } }
  .home .social-mashup .fsElementContent a {
    color: #ffffff;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    letter-spacing: 0.08em; }
    .home .social-mashup .fsElementContent a:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: inline-block;
      margin-left: 5px;
      font-size: 12px;
      color: #ffffff;
      text-align: center;
      line-height: 16px; }

body:not(.fsComposeMode) .panel-news.panel-full-boundry > .fsElementContent {
  padding: 0 40px; }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .panel-news.panel-full-boundry > .fsElementContent {
      padding: 0 30px; } }

.home .panel-news-element {
  max-width: 980px !important; }
  .home .panel-news-element.fsNews.fsThumbnailLarge article, .home .panel-news-element.fsPostElement.fsThumbnailLarge article {
    min-height: 320px;
    transition: padding 0.3s ease, min-height 0.3s ease; }
    @media (min-width: 550px) {
      .home .panel-news-element.fsNews.fsThumbnailLarge article, .home .panel-news-element.fsPostElement.fsThumbnailLarge article {
        padding-left: 284px; } }
    @media (min-width: 900px) {
      .home .panel-news-element.fsNews.fsThumbnailLarge article, .home .panel-news-element.fsPostElement.fsThumbnailLarge article {
        min-height: 340px;
        padding-left: 409px; } }
    @media (min-width: 1200px) {
      .home .panel-news-element.fsNews.fsThumbnailLarge article, .home .panel-news-element.fsPostElement.fsThumbnailLarge article {
        min-height: 340px;
        padding-left: 500px; } }
  .home .panel-news-element.fsNews.fsThumbnailLarge .fsThumbnail, .home .panel-news-element.fsPostElement.fsThumbnailLarge .fsThumbnail {
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    transition: max-width 0.3s ease; }
    @media (min-width: 550px) {
      .home .panel-news-element.fsNews.fsThumbnailLarge .fsThumbnail, .home .panel-news-element.fsPostElement.fsThumbnailLarge .fsThumbnail {
        max-width: 240px; } }
    @media (min-width: 900px) {
      .home .panel-news-element.fsNews.fsThumbnailLarge .fsThumbnail, .home .panel-news-element.fsPostElement.fsThumbnailLarge .fsThumbnail {
        max-width: 360px; } }
    @media (min-width: 1200px) {
      .home .panel-news-element.fsNews.fsThumbnailLarge .fsThumbnail, .home .panel-news-element.fsPostElement.fsThumbnailLarge .fsThumbnail {
        max-width: 380px;
        margin-left: 50px; } }
  .home .panel-news-element.fsNews.fsThumbnailSquare .fsThumbnail, .home .panel-news-element.fsPostElement.fsThumbnailSquare .fsThumbnail {
    overflow: hidden;
    border-radius: 100%; }
  .home .panel-news-element.fsNews .slick-track, .home .panel-news-element.fsPostElement .slick-track {
    display: -ms-flexbox;
    display: flex; }
  .home .panel-news-element.fsNews article, .home .panel-news-element.fsPostElement article {
    padding: 0;
    padding-bottom: 70px; }
    @media (min-width: 550px) {
      .home .panel-news-element.fsNews article, .home .panel-news-element.fsPostElement article {
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media (min-width: 900px) {
      .home .panel-news-element.fsNews article, .home .panel-news-element.fsPostElement article {
        padding: 0; } }
    .home .panel-news-element.fsNews article > *, .home .panel-news-element.fsPostElement article > * {
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      width: 100%; }
  .home .panel-news-element.fsNews .fsContentInner, .home .panel-news-element.fsPostElement .fsContentInner {
    max-width: 470px; }
    @media (min-width: 900px) {
      .home .panel-news-element.fsNews .fsContentInner, .home .panel-news-element.fsPostElement .fsContentInner {
        padding-top: 62px; } }
    .home .panel-news-element.fsNews .fsContentInner.fsContentSmall, .home .panel-news-element.fsPostElement .fsContentInner.fsContentSmall {
      display: none; }
      @media (min-width: 550px) {
        .home .panel-news-element.fsNews .fsContentInner.fsContentSmall, .home .panel-news-element.fsPostElement .fsContentInner.fsContentSmall {
          display: block; } }
      @media (min-width: 700px) {
        .home .panel-news-element.fsNews .fsContentInner.fsContentSmall, .home .panel-news-element.fsPostElement .fsContentInner.fsContentSmall {
          display: none; } }
    .home .panel-news-element.fsNews .fsContentInner.fsContentLarge, .home .panel-news-element.fsPostElement .fsContentInner.fsContentLarge {
      display: block; }
      @media (min-width: 550px) {
        .home .panel-news-element.fsNews .fsContentInner.fsContentLarge, .home .panel-news-element.fsPostElement .fsContentInner.fsContentLarge {
          display: none; } }
      @media (min-width: 700px) {
        .home .panel-news-element.fsNews .fsContentInner.fsContentLarge, .home .panel-news-element.fsPostElement .fsContentInner.fsContentLarge {
          display: block; } }
  .home .panel-news-element.fsNews .fsThumbnail, .home .panel-news-element.fsPostElement .fsThumbnail {
    -ms-flex-order: -3;
    order: -3;
    display: block;
    margin-top: -20px;
    margin-right: 0;
    margin-bottom: 27px; }
    @media (min-width: 550px) {
      .home .panel-news-element.fsNews .fsThumbnail, .home .panel-news-element.fsPostElement .fsThumbnail {
        margin-top: 0;
        margin-right: 44px;
        margin-bottom: 0;
        position: absolute;
        top: 50%;
        left: 0;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    .home .panel-news-element.fsNews .fsThumbnail .fsCroppedImage, .home .panel-news-element.fsPostElement .fsThumbnail .fsCroppedImage {
      display: block;
      position: relative; }
      .home .panel-news-element.fsNews .fsThumbnail .fsCroppedImage:before, .home .panel-news-element.fsPostElement .fsThumbnail .fsCroppedImage:before {
        content: '';
        display: block;
        border-radius: 100%;
        border: 3px solid #ffffff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
  .home .panel-news-element.fsNews .fsTitle, .home .panel-news-element.fsPostElement .fsTitle {
    -ms-flex-order: -1;
    order: -1;
    padding-bottom: 7px;
    color: #ffffff;
    font-size: 26px;
    line-height: 36px; }
    .home .panel-news-element.fsNews .fsTitle a, .home .panel-news-element.fsPostElement .fsTitle a {
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit; }
      .home .panel-news-element.fsNews .fsTitle a:hover, .home .panel-news-element.fsPostElement .fsTitle a:hover {
        color: #ac162c; }
  .home .panel-news-element.fsNews .fsDateTime, .home .panel-news-element.fsPostElement .fsDateTime {
    -ms-flex-order: -2;
    order: -2;
    padding-bottom: 17px;
    color: #ac162c; }
  .home .panel-news-element.fsNews .fsSummary, .home .panel-news-element.fsPostElement .fsSummary {
    color: rgba(255, 255, 255, 0.6); }
    .home .panel-news-element.fsNews .fsSummary > *:last-child, .home .panel-news-element.fsPostElement .fsSummary > *:last-child {
      margin-bottom: 0; }
  .home .panel-news-element.fsSlideshow .slick-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: auto;
    bottom: 0;
    -ms-transform: none;
    transform: none;
    font-size: 1px;
    color: transparent;
    cursor: pointer; }
    .home .panel-news-element.fsSlideshow .slick-arrow:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 40px;
      height: 40px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #ac162c;
      font-size: 40px;
      line-height: 40px;
      text-align: center;
      text-shadow: none;
      opacity: 0.8;
      transition: color 0.3s ease, opacity 0.3s ease; }
    .home .panel-news-element.fsSlideshow .slick-arrow:hover:before {
      color: #ac162c;
      opacity: 1; }
  .home .panel-news-element.fsSlideshow .fsPrevButton,
  .home .panel-news-element.fsSlideshow .slick-prev {
    left: auto;
    right: calc(50% + 3px); }
    @media (min-width: 550px) {
      .home .panel-news-element.fsSlideshow .fsPrevButton,
      .home .panel-news-element.fsSlideshow .slick-prev {
        left: auto;
        right: 45px; } }
    .home .panel-news-element.fsSlideshow .fsPrevButton:before,
    .home .panel-news-element.fsSlideshow .slick-prev:before {
      content: '\e905'; }
  .home .panel-news-element.fsSlideshow .fsNextButton,
  .home .panel-news-element.fsSlideshow .slick-next {
    left: calc(50% + 2px);
    right: auto; }
    @media (min-width: 550px) {
      .home .panel-news-element.fsSlideshow .fsNextButton,
      .home .panel-news-element.fsSlideshow .slick-next {
        left: auto;
        right: 0; } }
    .home .panel-news-element.fsSlideshow .fsNextButton:before,
    .home .panel-news-element.fsSlideshow .slick-next:before {
      content: '\e906'; }
  .home .panel-news-element.fsSlideshow .slick-arrow:before {
    opacity: 1; }
  .home .panel-news-element.fsSlideshow .slick-arrow:after {
    content: '';
    width: 20px;
    background-color: #fff;
    display: block;
    position: absolute;
    height: 20px;
    z-index: -1;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%; }
  .home .panel-news-element.fsSlideshow .fsPager {
    display: none !important; }
  .home .panel-news-element.fsSlideshow .slick-arrow {
    bottom: 25px; }
    @media (min-width: 900px) {
      .home .panel-news-element.fsSlideshow .slick-arrow {
        bottom: 40px; } }
    .home .panel-news-element.fsSlideshow .slick-arrow:hover:before {
      color: #8a1223; }
  .home .panel-news-element.fsSlideshow .fsElementSlideshow {
    padding: 0;
    margin-bottom: 0; }
    .home .panel-news-element.fsSlideshow .fsElementSlideshow .slick-list {
      overflow: visible; }
    .home .panel-news-element.fsSlideshow .fsElementSlideshow[data-fade="true"] .slick-list {
      overflow: visible !important; }

.home .panel-calendar .fsCalendar {
  max-width: 980px !important;
  padding-top: 12px; }
  @media (min-width: 900px) {
    .home .panel-calendar .fsCalendar {
      padding-top: 17px; } }
  @media (min-width: 1200px) {
    .home .panel-calendar .fsCalendar {
      padding-top: 32px; } }
  .home .panel-calendar .fsCalendar.fsSlideshow .slick-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: auto;
    bottom: 0;
    -ms-transform: none;
    transform: none;
    font-size: 1px;
    color: transparent;
    cursor: pointer; }
    .home .panel-calendar .fsCalendar.fsSlideshow .slick-arrow:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 40px;
      height: 40px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #ac162c;
      font-size: 40px;
      line-height: 40px;
      text-align: center;
      text-shadow: none;
      opacity: 0.8;
      transition: color 0.3s ease, opacity 0.3s ease; }
    .home .panel-calendar .fsCalendar.fsSlideshow .slick-arrow:hover:before {
      color: #ac162c;
      opacity: 1; }
  .home .panel-calendar .fsCalendar.fsSlideshow .fsPrevButton,
  .home .panel-calendar .fsCalendar.fsSlideshow .slick-prev {
    left: auto;
    right: calc(50% + 3px); }
    @media (min-width: 550px) {
      .home .panel-calendar .fsCalendar.fsSlideshow .fsPrevButton,
      .home .panel-calendar .fsCalendar.fsSlideshow .slick-prev {
        left: auto;
        right: 45px; } }
    .home .panel-calendar .fsCalendar.fsSlideshow .fsPrevButton:before,
    .home .panel-calendar .fsCalendar.fsSlideshow .slick-prev:before {
      content: '\e905'; }
  .home .panel-calendar .fsCalendar.fsSlideshow .fsNextButton,
  .home .panel-calendar .fsCalendar.fsSlideshow .slick-next {
    left: calc(50% + 2px);
    right: auto; }
    @media (min-width: 550px) {
      .home .panel-calendar .fsCalendar.fsSlideshow .fsNextButton,
      .home .panel-calendar .fsCalendar.fsSlideshow .slick-next {
        left: auto;
        right: 0; } }
    .home .panel-calendar .fsCalendar.fsSlideshow .fsNextButton:before,
    .home .panel-calendar .fsCalendar.fsSlideshow .slick-next:before {
      content: '\e906'; }
  .home .panel-calendar .fsCalendar.fsSlideshow .fsPager {
    display: none !important; }
  .home .panel-calendar .fsCalendar.fsSlideshow .fsElementSlideshow {
    padding-bottom: 54px;
    margin: 0; }
    .home .panel-calendar .fsCalendar.fsSlideshow .fsElementSlideshow[data-fade="true"] article {
      opacity: 0;
      transition: opacity 0.5s ease; }
      .home .panel-calendar .fsCalendar.fsSlideshow .fsElementSlideshow[data-fade="true"] article.slick-active {
        opacity: 1; }
  .home .panel-calendar .fsCalendar article {
    position: relative;
    text-align: center; }
    .home .panel-calendar .fsCalendar article:before {
      content: '';
      display: none;
      width: 1px;
      position: absolute;
      top: 0;
      right: -1px;
      bottom: 0;
      background-color: #e7e1e5; }
    .home .panel-calendar .fsCalendar article.slick-active:before {
      display: block; }
  .home .panel-calendar .fsCalendar .fsTitle {
    padding-bottom: 8px;
    color: #ac162c;
    font-size: 26px;
    line-height: 34px; }
    .home .panel-calendar .fsCalendar .fsTitle a {
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit; }
      .home .panel-calendar .fsCalendar .fsTitle a:hover {
        color: #000; }

.home .panel-campus > header,
.home .panel-campus > footer {
  display: none; }

.home .panel-campus .campus-graphic {
  margin-top: 30px;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 615px auto;
  transition: all 0.3s ease; }
  @media (min-width: 550px) {
    .home .panel-campus .campus-graphic {
      background-size: 846px auto; } }
  @media (min-width: 700px) {
    .home .panel-campus .campus-graphic {
      margin-top: 40px;
      background-size: 1078px auto; } }
  @media (min-width: 900px) {
    .home .panel-campus .campus-graphic {
      margin-top: 26px;
      background-size: auto; } }
  @media (min-width: 1440px) {
    .home .panel-campus .campus-graphic {
      margin-top: 24px;
      background-position: center bottom;
      background-size: cover;
      max-height: none; } }
  .home .panel-campus .campus-graphic:before {
    content: '';
    display: block;
    width: 100%;
    height: 90px; }
    @media (min-width: 550px) {
      .home .panel-campus .campus-graphic:before {
        height: 124px; } }
    @media (min-width: 700px) {
      .home .panel-campus .campus-graphic:before {
        height: 156px; } }
    @media (min-width: 900px) {
      .home .panel-campus .campus-graphic:before {
        height: 211px; } }
    @media (min-width: 1440px) {
      .home .panel-campus .campus-graphic:before {
        padding-bottom: 14.65278%; } }

.home #fsFooter > .fsBanner {
  border-top: 2px solid transparent; }

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

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

.portal:not(.fsComposeMode) .portal-news .fsNextButton::before, .portal:not(.fsComposeMode) .portal-student-announcements .fsNextButton::before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  font-size: 60px;
  color: #dedede; }

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

#fsAccountBar {
  background: #002F56;
  color: #fff;
  font-size: 17px;
  font-family: "proxima-nova", sans-serif;
  height: 40px; }
  #fsAccountBar > ul > li {
    height: 40px;
    padding: 10px 12px 8px; }
  #fsAccountBar a {
    color: #fff;
    font-size: 17px;
    font-family: "proxima-nova", sans-serif; }
    #fsAccountBar a:hover {
      color: #ac162c; }
  #fsAccountBar .fsAccountBarAvatar {
    height: 40px; }
  #fsAccountBar .fsAccountBarMenu a {
    color: #1c1c1c;
    font-size: 17px;
    font-family: "proxima-nova", sans-serif; }
    #fsAccountBar .fsAccountBarMenu a:hover {
      color: #ac162c; }

body.fsAccountBarVisible {
  margin-top: 0; }
  body.fsAccountBarVisible #fsPageWrapper {
    margin-top: 40px; }

.portal a.files:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  position: relative;
  display: inline;
  font-size: 14px;
  margin-right: 5px; }

.portal a.pops:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-family: FontAwesome;
  position: relative;
  display: inline;
  font-size: 14px;
  margin-right: 5px; }

.portal #fsBannerLeft .fsCalendar.fsList article {
  padding-left: 0px;
  font-size: 16px; }

.portal #fsBannerLeft .fsCalendar.fsList .fsDate {
  position: relative;
  top: 0;
  background: none;
  color: initial;
  width: auto;
  height: auto;
  text-align: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #ac162c; }
  .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: 69.41176em;
    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: 17px;
    color: #1c1c1c;
    text-transform: none; }

.portal:not(.fsComposeMode) .portal-news {
  position: relative; }
  .portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent {
        position: absolute;
        right: 0;
        top: 10px;
        margin-bottom: 0px; } }
  .portal:not(.fsComposeMode) .portal-news a.fsThumbnail {
    width: 300px;
    height: 240px;
    margin-right: 30px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (max-width: 599px) {
      .portal:not(.fsComposeMode) .portal-news a.fsThumbnail {
        display: block;
        float: none; } }
    .portal:not(.fsComposeMode) .portal-news a.fsThumbnail img {
      display: none; }
  .portal:not(.fsComposeMode) .portal-news .fsTitle a.fsNewsPostLink {
    font-family: "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 {
      color: #ac162c; }
  .portal:not(.fsComposeMode) .portal-news .fsDateTime {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #1c1c1c; }
  .portal:not(.fsComposeMode) .portal-news .fsSummary {
    font-size: 17px;
    color: #1c1c1c;
    line-height: 28px; }
  .portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.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 {
      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 #f3f3f3;
    padding: 40px 15px 20px; }
  .portal:not(.fsComposeMode) .portal-cal .fsDayContainer {
    display: inline; }
  .portal:not(.fsComposeMode) .portal-cal article {
    width: 25%;
    display: inline-block;
    margin-left: -2px;
    margin-right: -2px;
    padding-left: 0px;
    text-align: center;
    padding: 0 10px;
    vertical-align: top;
    border: 0; }
    @media (max-width: 599px) {
      .portal:not(.fsComposeMode) .portal-cal article {
        width: 100%;
        margin-bottom: 40px; } }
    .portal:not(.fsComposeMode) .portal-cal article .fsDate {
      position: relative;
      top: initial;
      width: 135px;
      height: 135px;
      border-radius: 100%;
      display: block;
      margin: 0 auto;
      background: #149bc7;
      color: #fff;
      padding-top: 22px;
      margin-bottom: 30px; }
      .portal:not(.fsComposeMode) .portal-cal article .fsDate .fsDay {
        font-family: "proxima-nova-condensed", sans-serif;
        font-size: 56px;
        font-weight: 400;
        line-height: 1em;
        display: block; }
      .portal:not(.fsComposeMode) .portal-cal article .fsDate .fsMonth {
        text-transform: uppercase;
        font-family: "proxima-nova-condensed", sans-serif;
        font-size: 24px;
        font-weight: 400;
        display: block; }
    .portal:not(.fsComposeMode) .portal-cal article .fsTitle {
      font-family: "proxima-nova-condensed", sans-serif;
      font-weight: bold;
      font-size: 20px;
      color: #162f50;
      line-height: 1em;
      margin-bottom: 5px; }
      .portal:not(.fsComposeMode) .portal-cal article .fsTitle a.fsCalendarEventLink {
        color: #162f50; }
        .portal:not(.fsComposeMode) .portal-cal article .fsTitle a.fsCalendarEventLink:hover {
          color: #ac162c; }
    .portal:not(.fsComposeMode) .portal-cal article .fsEventDetails {
      font-family: "proxima-nova-condensed", sans-serif;
      font-weight: 400;
      font-size: 15px;
      color: #424242; }
      .portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsTimeRange:before,
      .portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsAllDay:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-family: FontAwesome;
        font-size: 15px;
        color: #c83eab;
        margin-right: 2px;
        position: relative; }
      .portal:not(.fsComposeMode) .portal-cal article .fsEventDetails .fsLocation:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-family: FontAwesome;
        font-size: 15px;
        color: #c83eab;
        margin-right: 5px;
        position: relative; }
  .portal:not(.fsComposeMode) .portal-cal .fsElementFooterContent {
    text-align: center; }

.portal:not(.fsComposeMode) .portal-directory-search {
  border-bottom: 0px; }
  .portal:not(.fsComposeMode) .portal-directory-search form label {
    font-family: "proxima-nova", sans-serif;
    font-size: 17px;
    color: #ac162c;
    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: 17px;
    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: 17px;
  color: #ac162c; }
  @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: #ac162c; }

.portal:not(.fsComposeMode) #fsBannerLeft > .fsBanner > .fsElement {
  margin-bottom: 70px; }

.portal:not(.fsComposeMode) .portal-sub-nav, .portal:not(.fsComposeMode) .portal-sub-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.portal:not(.fsComposeMode) .portal-sub-nav li {
  margin: 0;
  padding: 0; }

@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-sub-nav {
    display: none; } }

@media (max-width: 799px) {
  .portal:not(.fsComposeMode) .portal-sub-nav > .fsElementContent {
    display: none; } }

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

.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel1 {
  position: relative; }
  .portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel1 > li > a {
    padding: 0.58824em;
    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: #ac162c; }

.portal:not(.fsComposeMode) .portal-sub-nav .fsNavLevel2 > li > a {
  padding: 0.58824em 1.17647em;
  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: 17px;
    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: #ac162c;
    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: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }
    @media (max-width: 799px) {
      .portal-sub-nav.active-nav > header > .fsElementTitle:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }

.portal:not(.fsComposeMode) .portal-sub-mobile {
  display: block;
  max-height: 40px;
  overflow: hidden;
  height: 40px;
  transition: max-height 0.15s linear;
  padding: 0px 20px 20px;
  background: #4c4c4c; }
  .portal:not(.fsComposeMode) .portal-sub-mobile a {
    color: #fff !important; }
  .portal:not(.fsComposeMode) .portal-sub-mobile header,
  .portal:not(.fsComposeMode) .portal-sub-mobile > .fsElementContent {
    max-width: 480px;
    margin: 0 auto;
    display: block !important; }
  @media (min-width: 800px) {
    .portal:not(.fsComposeMode) .portal-sub-mobile {
      display: none; } }
  .portal:not(.fsComposeMode) .portal-sub-mobile.active {
    height: auto;
    max-height: 900px; }
  .portal:not(.fsComposeMode) .portal-sub-mobile .fsNavLevel1 > li > a {
    border-bottom: 1px solid #b7b7b7; }
  .portal:not(.fsComposeMode) .portal-sub-mobile .sub-trigger {
    height: 40px;
    font-weight: 600;
    font-size: 17px;
    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 #f3f3f3;
  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: 17px;
      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 #f3f3f3; } }
      .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: #ac162c; }

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

/*! pages - social-mashup v0.0.1 */
.social-mashup #fsPageBodyWrapper {
  padding-top: 77px;
  padding-bottom: 0;
  background: #edeced; }

.social-mashup #fsPageContent {
  padding-bottom: 0;
  margin: 0; }

.social-mashup .fsPageLayout > .fsDiv {
  margin-bottom: 0; }

.social-mashup .j-stacker {
  padding-bottom: 30px; }

.social-mashup .juicer-feed li.feed-item {
  padding: 24px 20px 24px 20px; }

.social-mashup .feed-item {
  padding: 20px;
  border-radius: 7px; }
  .social-mashup .feed-item.j-facebook .j-message a {
    color: #653661; }
    .social-mashup .feed-item.j-facebook .j-message a:hover {
      color: #231221; }
  .social-mashup .feed-item.j-facebook .j-image {
    border-color: #653661; }
  .social-mashup .feed-item.j-twitter .j-message a {
    color: #00a8e1; }
    .social-mashup .feed-item.j-twitter .j-message a:hover {
      color: #005c7b; }
  .social-mashup .feed-item.j-twitter .j-image {
    border-color: #00a8e1; }
  .social-mashup .feed-item.j-instagram .j-message a {
    color: #edaa00; }
    .social-mashup .feed-item.j-instagram .j-message a:hover {
      color: #876100; }
  .social-mashup .feed-item.j-instagram .j-image {
    border-color: #edaa00; }
  .social-mashup .feed-item .j-poster {
    display: none; }
  .social-mashup .feed-item .j-image {
    display: block;
    border: 2px solid transparent;
    border-radius: 100%;
    margin-bottom: 11px;
    margin-top: -7px;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover; }
    .social-mashup .feed-item .j-image.playing {
      border: 0;
      background: none !important; }
      .social-mashup .feed-item .j-image.playing .video-wrapper {
        border-radius: 100%;
        overflow: hidden;
        margin-bottom: 0;
        padding-bottom: 100%; }
      .social-mashup .feed-item .j-image.playing:after {
        display: none; }
    .social-mashup .feed-item .j-image:after {
      content: '';
      display: block;
      width: 100%;
      padding-bottom: 100%; }
    .social-mashup .feed-item .j-image img {
      display: none !important; }
  .social-mashup .feed-item .j-meta {
    margin-top: 9px; }
    .social-mashup .feed-item .j-meta > ul {
      display: none; }
    .social-mashup .feed-item .j-meta nav {
      display: block;
      float: none;
      position: relative; }
      .social-mashup .feed-item .j-meta nav:before {
        content: '';
        display: block;
        height: 1px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 17px;
        z-index: 1;
        background-color: #e6e6e6; }
      .social-mashup .feed-item .j-meta nav a.j-social {
        display: block;
        width: 36px;
        height: 36px;
        margin: 0 auto;
        border-radius: 100%;
        border: 2px solid transparent;
        position: relative;
        z-index: 2;
        background-color: #ffffff;
        transition: border 0.3s ease, background 0.3s ease, color 0.3s ease; }
        .social-mashup .feed-item .j-meta nav a.j-social:before {
          padding: 0;
          margin: 0;
          position: absolute;
          left: 50%;
          top: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-size: 16px; }
        .social-mashup .feed-item .j-meta nav a.j-social.j-facebook {
          border-color: #653661;
          color: #653661; }
          .social-mashup .feed-item .j-meta nav a.j-social.j-facebook:before {
            content: '\f09a'; }
          .social-mashup .feed-item .j-meta nav a.j-social.j-facebook:hover {
            border-color: transparent;
            background-color: #653661; }
            .social-mashup .feed-item .j-meta nav a.j-social.j-facebook:hover:before {
              color: #ffffff; }
        .social-mashup .feed-item .j-meta nav a.j-social.j-twitter {
          border-color: #00a8e1;
          color: #00a8e1; }
          .social-mashup .feed-item .j-meta nav a.j-social.j-twitter:before {
            content: '\f099'; }
          .social-mashup .feed-item .j-meta nav a.j-social.j-twitter:hover {
            border-color: transparent;
            background-color: #00a8e1; }
            .social-mashup .feed-item .j-meta nav a.j-social.j-twitter:hover:before {
              color: #ffffff; }
        .social-mashup .feed-item .j-meta nav a.j-social.j-instagram {
          border-color: #edaa00;
          color: #edaa00; }
          .social-mashup .feed-item .j-meta nav a.j-social.j-instagram:before {
            content: '\f16d'; }
          .social-mashup .feed-item .j-meta nav a.j-social.j-instagram:hover {
            border-color: transparent;
            background-color: #edaa00; }
            .social-mashup .feed-item .j-meta nav a.j-social.j-instagram:hover:before {
              color: #ffffff; }

.social-mashup .j-message {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  font-family: "proxima-nova", sans-serif; }
  .social-mashup .j-message > *:last-child {
    margin-bottom: 0; }

.social-mashup .j-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 700px) {
    .social-mashup .j-overlay {
      padding-left: 50px;
      padding-right: 50px; } }
  .social-mashup .j-overlay .j-close {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
    bottom: auto;
    z-index: 10000000000;
    background: none;
    overflow: visible; }
    @media (min-width: 700px) {
      .social-mashup .j-overlay .j-close {
        top: -10px;
        right: -50px; } }
    .social-mashup .j-overlay .j-close:hover:before, .social-mashup .j-overlay .j-close:hover:after {
      background-color: #ac162c; }
    .social-mashup .j-overlay .j-close:before, .social-mashup .j-overlay .j-close:after {
      content: '';
      display: block;
      width: 2px;
      height: 24px;
      position: absolute;
      top: 50%;
      left: 50%;
      background-color: #bababa;
      transition: background 0.3s ease; }
      @media (min-width: 700px) {
        .social-mashup .j-overlay .j-close:before, .social-mashup .j-overlay .j-close:after {
          background-color: #ffffff; } }
    .social-mashup .j-overlay .j-close:before {
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
    .social-mashup .j-overlay .j-close:after {
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
  .social-mashup .j-overlay .j-overlay-content {
    max-width: 1080px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    width: 100% !important; }
    @media (min-width: 700px) {
      .social-mashup .j-overlay .j-overlay-content {
        overflow-x: visible;
        overflow-y: visible; } }
  .social-mashup .j-overlay .j-post-overlay.juicer-feed {
    max-width: 100%;
    width: 100%;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    position: static; }
    @media (min-width: 700px) {
      .social-mashup .j-overlay .j-post-overlay.juicer-feed {
        display: -ms-flexbox;
        display: flex;
        overflow-x: visible !important;
        overflow-y: visible !important;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
    .social-mashup .j-overlay .j-post-overlay.juicer-feed > .image {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      float: none;
      width: 100%;
      overflow-y: auto; }
      @media (min-width: 700px) {
        .social-mashup .j-overlay .j-post-overlay.juicer-feed > .image {
          margin-bottom: 51px;
          width: auto; } }
    .social-mashup .j-overlay .j-post-overlay.juicer-feed > .j-overlay-text {
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      padding: 20px 20px 65px;
      width: 100%;
      overflow-x: visible;
      overflow-y: auto;
      position: relative; }
      @media (min-width: 600px) {
        .social-mashup .j-overlay .j-post-overlay.juicer-feed > .j-overlay-text {
          padding-bottom: 55px; } }
      @media (min-width: 700px) {
        .social-mashup .j-overlay .j-post-overlay.juicer-feed > .j-overlay-text {
          position: static;
          padding-top: 20px;
          padding-bottom: 25px;
          width: auto;
          max-height: calc(100% - 51px); } }
      .social-mashup .j-overlay .j-post-overlay.juicer-feed > .j-overlay-text .j-message a {
        color: #ac162c; }
        .social-mashup .j-overlay .j-post-overlay.juicer-feed > .j-overlay-text .j-message a:hover {
          color: #E31837; }
    .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-bottom {
      zoom: 1;
      border-top: 1px solid #e0e0e0;
      background-color: #ffffff; }
      .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-bottom:after {
        display: table;
        clear: both;
        content: ''; }
      @media (min-width: 700px) {
        .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-bottom {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 51px;
          margin-left: 15px;
          margin-right: 15px; } }
      .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-bottom .juicer-button {
        float: none;
        margin-left: -10px;
        margin-bottom: 0;
        padding: 16px 13px; }
        @media (min-width: 600px) {
          .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-bottom .juicer-button {
            float: left; } }
        .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-bottom .juicer-button:before {
          margin-right: 8px;
          height: 16px;
          width: 16px;
          display: inline-block;
          position: relative;
          left: 0;
          top: 0; }
        .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-bottom .juicer-button.facebook:before {
          color: #653661; }
        .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-bottom .juicer-button.twitter:before {
          color: #00a8e1; }
        .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-bottom .juicer-button.instagram:before {
          color: #edaa00; }
        @media (max-width: 699px) {
          .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-bottom .juicer-button {
            float: none; } }
      .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-bottom ul.j-share {
        padding: 0;
        float: none;
        position: static; }
        @media (min-width: 600px) {
          .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-bottom ul.j-share {
            padding-top: 4px;
            float: right; } }
    .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-poster {
      height: 81px;
      border-bottom: 1px solid #e0e0e0;
      margin-bottom: 23px; }
      .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-poster img {
        width: 60px !important;
        height: 60px !important;
        padding: 5px;
        border: 1px solid #e0e0e0;
        border-radius: 100%;
        margin-right: 13px;
        overflow: hidden; }
      .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-poster h3 {
        float: none;
        padding-top: 9px;
        font-size: 16px;
        font-weight: bold;
        color: #ac162c;
        text-transform: uppercase;
        letter-spacing: -0.03em; }
      .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-poster .j-date {
        display: block;
        float: none;
        clear: none;
        margin-top: 2px;
        color: #999999;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.02em;
        font-family: "proxima-nova", sans-serif; }
    .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-message {
      padding: 0 10px;
      margin-bottom: 21px; }
    @media (min-width: 700px) {
      .social-mashup .j-overlay .j-post-overlay.juicer-feed iframe,
      .social-mashup .j-overlay .j-post-overlay.juicer-feed video,
      .social-mashup .j-overlay .j-post-overlay.juicer-feed embed {
        height: calc(100% - 51px); } }
    .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-meta {
      padding: 0 10px; }
      .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-meta > ul li {
        margin-right: 21px; }
      .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-meta > ul a {
        font-family: "proxima-nova", sans-serif;
        font-size: 14px;
        line-height: 24px;
        font-weight: 600;
        letter-spacing: 0.02em; }
        .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-meta > ul a:before {
          font-size: 15px;
          line-height: 24px;
          font-weight: normal; }
        .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-meta > ul a:hover {
          color: #ac162c; }
    .social-mashup .j-overlay .j-post-overlay.juicer-feed ul.j-share {
      padding: 4px 0 0 0;
      margin: 0;
      float: right;
      clear: none;
      display: block; }
      .social-mashup .j-overlay .j-post-overlay.juicer-feed ul.j-share li {
        margin: 0 2px; }
      .social-mashup .j-overlay .j-post-overlay.juicer-feed ul.j-share a {
        width: 37px;
        height: 37px;
        border-radius: 300px;
        padding: 0;
        position: relative; }
        .social-mashup .j-overlay .j-post-overlay.juicer-feed ul.j-share a:before {
          position: absolute;
          top: 50% !important;
          left: 50% !important;
          -ms-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important; }
    .social-mashup .j-overlay .j-post-overlay.juicer-feed a.juicer-button {
      border: 0;
      color: #262626;
      font-family: "proxima-nova", sans-serif;
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 0.02em;
      font-weight: normal; }
      .social-mashup .j-overlay .j-post-overlay.juicer-feed a.juicer-button:hover {
        background: none;
        color: #ac162c; }
    .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-navigate {
      position: absolute;
      top: auto;
      left: 0;
      right: 0;
      bottom: 50px; }
      @media (min-width: 700px) {
        .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-navigate {
          top: 50%;
          bottom: auto;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
      .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-navigate a.j-next,
      .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-navigate a.j-previous {
        display: block;
        width: 40px;
        height: 40px;
        margin: 0;
        padding: 0;
        position: absolute; }
        @media (min-width: 700px) {
          .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-navigate a.j-next,
          .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-navigate a.j-previous {
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }
        .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-navigate a.j-next:hover:before,
        .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-navigate a.j-previous:hover:before {
          color: #ac162c; }
        .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-navigate a.j-next:before,
        .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-navigate a.j-previous:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          width: 40px;
          height: 40px;
          position: absolute;
          top: 0;
          left: 0;
          color: #bababa;
          font-size: 40px;
          line-height: 40px;
          text-align: center;
          opacity: 1;
          transition: all 0.3s ease;
          font-size: 30px; }
          @media (min-width: 700px) {
            .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-navigate a.j-next:before,
            .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-navigate a.j-previous:before {
              opacity: 0.7;
              color: #ffffff;
              font-size: 40px; } }
        .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-navigate a.j-next:hover:before,
        .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-navigate a.j-previous:hover:before {
          opacity: 1; }
      .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-navigate a.j-next {
        right: 10px; }
        @media (min-width: 700px) {
          .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-navigate a.j-next {
            right: -47px; } }
        .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-navigate a.j-next:before {
          content: '\f105'; }
      .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-navigate a.j-previous {
        left: 10px; }
        @media (min-width: 700px) {
          .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-navigate a.j-previous {
            left: -47px; } }
        .social-mashup .j-overlay .j-post-overlay.juicer-feed .j-navigate a.j-previous:before {
          content: '\f104'; }

.social-mashup .j-paginate.juicer-button {
  margin: 0 auto;
  background-color: #b2b4b4;
  opacity: 1;
  border: 0;
  border-radius: 30px;
  padding: 8px 0 8px;
  width: 135px;
  color: #ffffff;
  font-size: 13px;
  line-height: 16px;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 0.08em;
  font-weight: 600;
  text-transform: uppercase;
  transition: background 0.3s ease; }
  .social-mashup .j-paginate.juicer-button:hover {
    background: #ac162c; }

.social-mashup .j-loading {
  border-color: #ac162c; }
  .social-mashup .j-loading:before {
    background-color: #ac162c; }

.social-mashup .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.social-mashup .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
.social-mashup .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block; }

.social-mashup .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1; }
  @media (min-width: 600px) {
    .social-mashup .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
      display: block; } }

.social-mashup .fsPanel > header ~ .fsElementContent {
  display: block; }

.social-tabs {
  position: relative; }
  .social-tabs .fsPanel {
    margin-bottom: 0; }
  .social-tabs > header {
    zoom: 1;
    margin-bottom: 11px;
    position: relative; }
    .social-tabs > header:after {
      display: table;
      clear: both;
      content: ''; }
    .social-tabs > header:before {
      content: '';
      display: none;
      height: 2px;
      position: absolute;
      top: 50%;
      left: 0;
      right: 5px;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 1;
      background-color: #ac162c; }
      @media (min-width: 700px) {
        .social-tabs > header:before {
          display: block; } }
    .social-tabs > header > .fsElementTitle,
    .social-tabs > header > .fsElementHeaderContent {
      display: block;
      float: left;
      position: relative;
      z-index: 2;
      font-size: 32px;
      line-height: 34px;
      letter-spacing: -0.01em;
      font-weight: 300;
      font-family: "proxima-nova", sans-serif;
      background-color: #edeced; }
      @media (min-width: 700px) {
        .social-tabs > header > .fsElementTitle,
        .social-tabs > header > .fsElementHeaderContent {
          line-height: 40px; } }
      @media (min-width: 900px) {
        .social-tabs > header > .fsElementTitle,
        .social-tabs > header > .fsElementHeaderContent {
          font-size: 36px;
          line-height: 40px; } }
    .social-tabs > header > .fsElementTitle {
      padding-right: 9px;
      color: #000000;
      text-transform: uppercase; }
    .social-tabs > header > .fsElementHeaderContent {
      padding-right: 11px;
      color: #ac162c; }
  .social-tabs > .fsElementContent {
    position: relative; }
    .social-tabs > .fsElementContent > .fsTabsNav {
      zoom: 1;
      display: inline-block;
      margin: 0;
      border: 0;
      position: relative;
      text-align: center; }
      .social-tabs > .fsElementContent > .fsTabsNav:after {
        display: table;
        clear: both;
        content: ''; }
      @media (min-width: 700px) {
        .social-tabs > .fsElementContent > .fsTabsNav {
          display: block;
          position: absolute;
          top: -54px;
          right: 0;
          z-index: 100; } }
      .social-tabs > .fsElementContent > .fsTabsNav:before {
        content: '';
        display: block;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 0;
        right: 5px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
        background-color: #ac162c; }
        @media (min-width: 700px) {
          .social-tabs > .fsElementContent > .fsTabsNav:before {
            display: none; } }
      .social-tabs > .fsElementContent > .fsTabsNav li {
        display: block;
        height: 36px;
        float: left;
        position: relative;
        z-index: 2;
        margin-top: 3px;
        margin-right: 5px;
        margin-bottom: 0; }
        .social-tabs > .fsElementContent > .fsTabsNav li:last-of-type {
          margin-right: 0; }
        .social-tabs > .fsElementContent > .fsTabsNav li.fsStateSelected a:before {
          color: #ffffff !important; }
        .social-tabs > .fsElementContent > .fsTabsNav li.social-tab-facebook.fsStateSelected a {
          background-color: #653661; }
        .social-tabs > .fsElementContent > .fsTabsNav li.social-tab-facebook a {
          border-color: #653661; }
          .social-tabs > .fsElementContent > .fsTabsNav li.social-tab-facebook a:before {
            content: '\f09a';
            color: #653661; }
          .social-tabs > .fsElementContent > .fsTabsNav li.social-tab-facebook a:hover {
            border-color: transparent;
            background-color: #653661; }
            .social-tabs > .fsElementContent > .fsTabsNav li.social-tab-facebook a:hover:before {
              color: #ffffff; }
        .social-tabs > .fsElementContent > .fsTabsNav li.social-tab-twitter.fsStateSelected a {
          background-color: #00a8e1; }
        .social-tabs > .fsElementContent > .fsTabsNav li.social-tab-twitter a {
          border-color: #00a8e1; }
          .social-tabs > .fsElementContent > .fsTabsNav li.social-tab-twitter a:before {
            content: '\f099';
            color: #00a8e1; }
          .social-tabs > .fsElementContent > .fsTabsNav li.social-tab-twitter a:hover {
            border-color: transparent;
            background-color: #00a8e1; }
            .social-tabs > .fsElementContent > .fsTabsNav li.social-tab-twitter a:hover:before {
              color: #ffffff; }
        .social-tabs > .fsElementContent > .fsTabsNav li.social-tab-instagram.fsStateSelected a {
          background-color: #edaa00; }
        .social-tabs > .fsElementContent > .fsTabsNav li.social-tab-instagram a {
          border-color: #edaa00; }
          .social-tabs > .fsElementContent > .fsTabsNav li.social-tab-instagram a:before {
            content: '\f16d';
            color: #edaa00; }
          .social-tabs > .fsElementContent > .fsTabsNav li.social-tab-instagram a:hover {
            border-color: transparent;
            background-color: #edaa00; }
            .social-tabs > .fsElementContent > .fsTabsNav li.social-tab-instagram a:hover:before {
              color: #ffffff; }
        .social-tabs > .fsElementContent > .fsTabsNav li.social-tab-all.fsStateSelected a {
          background-color: #ac162c;
          color: #ffffff; }
        .social-tabs > .fsElementContent > .fsTabsNav li.social-tab-all a {
          padding: 0 29px 0 13px;
          color: #ac162c;
          font-size: 13px;
          line-height: 33px;
          text-transform: uppercase;
          font-family: "proxima-nova", sans-serif;
          border-color: #ac162c; }
          .social-tabs > .fsElementContent > .fsTabsNav li.social-tab-all a:before {
            content: '\e901';
            display: inline-block;
            padding-right: 10px;
            color: #ac162c;
            font-size: 18px; }
          .social-tabs > .fsElementContent > .fsTabsNav li.social-tab-all a:hover {
            border-color: transparent;
            color: #ffffff;
            background-color: #ac162c; }
            .social-tabs > .fsElementContent > .fsTabsNav li.social-tab-all a:hover:before {
              color: #ffffff; }
        .social-tabs > .fsElementContent > .fsTabsNav li a {
          display: block;
          height: 36px;
          min-width: 36px;
          padding: 0;
          border: 2px solid transparent;
          border-radius: 30px;
          font-size: 0px;
          line-height: 10.5px;
          color: transparent;
          vertical-align: middle;
          background-color: #ffffff; }
          .social-tabs > .fsElementContent > .fsTabsNav li a:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            display: block;
            max-height: none;
            height: 32px;
            width: auto;
            margin: 0 auto;
            padding: 0;
            border: 0;
            position: static;
            font-size: 18px;
            line-height: 32px;
            vertical-align: middle;
            opacity: 1;
            transition: color 0.3s ease;
            background: none;
            margin: 0; }
    .social-tabs > .fsElementContent > .fsPanel > header {
      display: none !important; }
    .social-tabs > .fsElementContent > .fsPanel > .fsElementContent {
      padding-top: 12px; }
      .social-tabs > .fsElementContent > .fsPanel > .fsElementContent > .fsFeeds {
        opacity: 0;
        transition: opacity 0.3s ease; }
        .fsComposeMode .social-tabs > .fsElementContent > .fsPanel > .fsElementContent > .fsFeeds {
          opacity: 1; }
    .social-tabs > .fsElementContent > .fsPanel.active > .fsElementContent > .fsFeeds {
      opacity: 1; }

.j-twitter .j-meta:before {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  z-index: 1;
  background-color: #e6e6e6;
  margin: 0 20px; }

.j-twitter .j-meta a {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto;
  border-radius: 100%;
  border: 2px solid transparent;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  transition: border 0.3s ease, background 0.3s ease, color 0.3s ease;
  border-color: #00a8e1;
  color: #00a8e1; }
  .j-twitter .j-meta a .j-twitter-date {
    display: none; }
  .j-twitter .j-meta a:before {
    content: '\f099';
    position: relative;
    top: 8px;
    left: 8px; }
  .j-twitter .j-meta a:hover {
    border-color: transparent;
    background-color: #00a8e1; }
    .j-twitter .j-meta a:hover:before {
      color: #ffffff; }

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.35294em;
  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: 100%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 50%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 25%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #ac162c;
      color: #ac162c; }
      .colors ol li:nth-of-type(1):after {
        content: "#ac162c"; }
    .colors ol li:nth-of-type(2) {
      background: #000;
      color: #000; }
      .colors ol li:nth-of-type(2):after {
        content: "#000"; }
    .colors ol li:nth-of-type(3) {
      background: #f3f3f3;
      color: #f3f3f3; }
      .colors ol li:nth-of-type(3):after {
        content: "#f3f3f3"; }
    .colors ol li:nth-of-type(4) {
      background: #333;
      color: #333; }
      .colors ol li:nth-of-type(4):after {
        content: "#333"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.35294em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.29412em;
    padding: 0.29412em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "adobe-caslon-pro", Georgia, serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "adobe-caslon-pro, Georgia, 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(4) {
      font-family: "proxima-nova-condensed", sans-serif; }
      .fonts ol li:nth-of-type(4):after {
        content: "proxima-nova-condensed, sans-serif"; }
    .fonts ol li:nth-of-type(5) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(5):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(6) {
      font-family: "FontAwesome"; }
      .fonts ol li:nth-of-type(6):after {
        content: "FontAwesome"; }
    .fonts ol li:nth-of-type(7) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(7):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

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

.headers h2:after {
  content: " size: 30px / line: 37px"; }

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

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

.headers h5:after {
  content: " size: 26px / line: 32px"; }

.headers h6:after {
  content: " size: 20px / line: 24px"; }

.lead-in {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.007em;
  font-family: "proxima-nova-condensed", sans-serif;
  color: #ac162c;
  margin: 0 0 20px !important; }
  .lead-in .fs_style_35 {
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.003em;
    font-family: "proxima-nova", sans-serif;
    color: #000; }

.search-custom + .top-nav-give {
  padding: 0;
  background: #000;
  height: 45px;
  margin-bottom: -15px; }
  .search-custom + .top-nav-give header {
    height: 100%; }
    .search-custom + .top-nav-give header .fsElementHeaderContent {
      height: 100%; }
      .search-custom + .top-nav-give header .fsElementHeaderContent > div {
        height: 100%; }
      .search-custom + .top-nav-give header .fsElementHeaderContent a {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1;
        color: #fff;
        padding: 15px;
        position: relative;
        top: 1px;
        font-family: "proxima-nova", sans-serif;
        font-weight: 100;
        letter-spacing: 0.8px;
        font-size: 14px;
        font-style: normal;
        text-transform: uppercase; }
        .search-custom + .top-nav-give header .fsElementHeaderContent a:hover {
          color: #f3f3f3;
          text-decoration: underline; }

#fsHeader .fsEmbed.search-custom button {
  height: 45px;
  width: 45px;
  top: 0; }

#fsHeader .fsEmbed.search-custom .fsElementContent {
  left: -108px;
  transition: max-width 0.5s ease; }
  #fsHeader .fsEmbed.search-custom .fsElementContent:before {
    background-color: #000; }
  #fsHeader .fsEmbed.search-custom .fsElementContent form {
    margin-top: 10px; }
  #fsHeader .fsEmbed.search-custom .fsElementContent .search-input {
    height: 45px;
    margin-top: 0;
    border: none !important;
    outline: inherit; }
    #fsHeader .fsEmbed.search-custom .fsElementContent .search-input::-webkit-input-placeholder {
      color: #000; }
    #fsHeader .fsEmbed.search-custom .fsElementContent .search-input:-moz-placeholder {
      color: #000; }
    #fsHeader .fsEmbed.search-custom .fsElementContent .search-input::-moz-placeholder {
      color: #000; }
    #fsHeader .fsEmbed.search-custom .fsElementContent .search-input:-ms-input-placeholder {
      color: #000; }

#fsHeader .fsEmbed.search-custom .search-toggle {
  padding-top: 0;
  background-color: #ac162c;
  width: 45px;
  height: 45px;
  margin-bottom: -15px;
  transition: background-color 0.3s; }
  #fsHeader .fsEmbed.search-custom .search-toggle:before {
    top: 50%;
    position: relative;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    width: 45px;
    font-size: 20px;
    transition: none; }
  #fsHeader .fsEmbed.search-custom .search-toggle:hover {
    background: #1c1c1c; }
    #fsHeader .fsEmbed.search-custom .search-toggle:hover:before {
      color: #fff; }
  .search-open #fsHeader .fsEmbed.search-custom .search-toggle {
    background: transparent; }
    .search-open #fsHeader .fsEmbed.search-custom .search-toggle:before {
      color: #000;
      transition: none;
      -ms-transform: translate(108px, -50%);
      transform: translate(108px, -50%);
      transition: 0.3s ease; }

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-hdr,
  .nav-utility-ftr,
  #fsMenu,
  #fsFooter,
  .fsThumbnail {
    display: none !important; }
  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100%; }
  html {
    font-size: 100%;
    /* for IE */ }
  body {
    font-size: 62.5%; }
  #fsHeader {
    border-bottom: 2px solid #000; }
    #fsHeader .site-name {
      margin-top: 0;
      font-weight: normal;
      color: #000;
      font-size: 38px;
      line-height: 46px;
      text-transform: uppercase;
      font-family: "proxima-nova-condensed", sans-serif;
      letter-spacing: -0.007em;
      font-weight: 600;
      margin-bottom: 16px; }
  * {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    min-height: auto !important;
    height: auto !important; }
  a, a:visited {
    text-decoration: underline; }
  dl dd {
    margin-left: 0; }
  div, dl, li {
    height: auto !important;
    height: 1%; }
  thead {
    display: table-header-group; }
  tr, img, h2, h3, pre, blockquote {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; } }
