@charset "UTF-8";
 /**
 *
 * Manzano Day School - default_16
 * @link http://manzano.redesign.finalsite.com
 * Site Template : newclientcustom
 * Built By: EWOS
 * Project Manager: Dave Lopes
 * Designer: Holly Fehr
 * ==== Git Info ====
 * Branch Name: clients/manzano
 * Build version: 1.0.0
 * Git Tag: Composer-Build-2.0-447-g4707863232
 * Last build by: Kosha Burnett
 *
 **/

@charset "UTF-8";
/*! config-site v0.0.1 */
/*! config-type v0.0.1 */
/*! config-constants v0.0.1 */
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  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.33333em;
  margin-left: 1.33333em; }

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
		<div class='parent'>
			<span class='sibling'>Dropdown</span>
			<ul class='dropdown'>
				<li>Link</li>
				<li>Link</li>
				<li>Link</li>
			</ul>
		</div>

Use:
		.parent {
				@include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
		}

		.parent {
				@include drop(".dropdown", true, ".drop-class"); //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
		}

*/
/*! helpers - typography v0.0.1 */
/*! content - html v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts/icomoon/icomoon.eot");
  src: url("../fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff2") format("woff2"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 35px;
  line-height: 37px;
  margin-bottom: 19px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #767676; }

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #e4152b; }

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 23px;
  line-height: 25px;
  margin-bottom: 28px;
  font-family: "Adobe Caslon Pro";
  font-weight: 400;
  color: #e4172b; }

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #767676; }

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #767676; }

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 25px;
  font-family: "Adobe Caslon Pro";
  font-weight: 400;
  color: #e4172b; }

p {
  margin: 0 0 17px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #282828; }

hr {
  margin: 0 auto 20px; }

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

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

table.styled, .fs_style_33 {
  margin-bottom: 1.33333em;
  width: 100%; }
  table.styled th,
  table.styled td, .fs_style_33 th,
  .fs_style_33 td {
    vertical-align: top;
    border-bottom: 1px solid #fff; }
  table.styled th, .fs_style_33 th {
    padding: 0;
    text-align: left;
    background: #363636;
    color: #fff; }
  table.styled td, .fs_style_33 td {
    padding: 14px 20px;
    background: #f1f1f1;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #918b8b; }
    table.fs_style_33 tr:nth-of-type(odd) td {
      background-color: #f9f9f9; }
    table.fs_style_33 tr:first-child td {
      background-color: #918b8b;
      font-size: 16px;
      line-height: 16px;
      color: #fff;
      text-transform: uppercase;
      padding: 17px 20px; }

table.styled, .fs_style_34 {
  margin-bottom: 1.33333em;
  width: 100%; }
  table.styled th,
  table.styled td, .fs_style_34 th,
  .fs_style_34 td {
    vertical-align: top;
    border-bottom: 1px solid #fff; }
  table.styled th, .fs_style_34 th {
    padding: 0;
    text-align: left;
    background: #363636;
    color: #fff; }
  table.styled td, .fs_style_34 td {
    padding: 14px 20px;
    background: #f1f1f1;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #918b8b; }
    table.fs_style_34 tr:nth-of-type(odd) td {
      background-color: #f9f9f9; }

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

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

/*! content - buttons v0.0.1 */
.fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #1c1c1c;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-shadow: none; }
  .fsLoadMoreButton:hover {
    background: #0f0f0f;
    color: #fff; }
  .fsLoadMoreButton em {
    display: block;
    font-style: normal; }

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

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #163052;
  color: #fff;
  outline: 0;
  border-radius: 0; }
  .color-button:hover {
    background: #11243e;
    color: #fff; }
  .color-button em {
    display: block;
    font-style: normal; }

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

/*! content - style manger v0.0.1 */
.lead-in {
  font-size: 1.33333em;
  line-height: 1.2em; }

blockquote {
  position: relative;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  color: #e31d23;
  display: block;
  font-size: 17px;
  color: #e3152b;
  text-indent: 30px;
  position: relative;
  padding: 20px; }
  blockquote:before {
    position: absolute;
    top: 30px;
    left: -4px;
    content: '\201C';
    color: #767676;
    font-size: 60px; }

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

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

/*! structure - header v0.0.1 */
#fsHeader {
  padding: 0 0 20px;
  background: #fff; }
  @media (min-width: 600px) {
    #fsHeader {
      padding: 0; } }
  @media (min-width: 800px) {
    #fsHeader {
      background: url(../images/header-bg.jpg) repeat-x; } }
  #fsHeader .fsBanner {
    position: relative;
    max-width: 1180px;
    margin: 0 auto; }

.site-info-container {
  position: relative;
  margin: 0 auto;
  float: none;
  padding-left: 0;
  width: 265px; }
  @media (min-width: 600px) {
    .site-info-container {
      margin: 44px 0 23px 0;
      float: left;
      padding-left: 20px;
      width: auto; } }
  @media (min-width: 1000px) {
    .site-info-container {
      margin: 27px 0 5px 0; } }
  @media (min-width: 1200px) {
    .site-info-container {
      padding-left: 0; } }
  .site-info-container a {
    width: 265px;
    height: 234px;
    display: block;
    background: url(../images/logo-mobile.png) no-repeat;
    background-position: center;
    background-size: 265px 235px;
    color: transparent; }
    @media (min-width: 600px) {
      .site-info-container a {
        width: 445px;
        height: 102px;
        background: url(../images/logo-text.png) no-repeat;
        background-position: top left;
        background-size: 445px 102px; } }
    @media (min-width: 800px) {
      .site-info-container a {
        width: 495px;
        height: 115px;
        background-size: 493px 114px; } }
    @media (min-width: 1000px) {
      .site-info-container a {
        width: 572px;
        height: 131px;
        background-size: 572px 131px; } }
  .site-info-container p {
    position: relative;
    top: 0;
    left: 0;
    font-family: "Adobe Caslon Pro";
    font-weight: 400;
    font-style: italic;
    font-size: 17px;
    line-height: 17px;
    color: #171717;
    text-align: center; }
    @media (min-width: 600px) {
      .site-info-container p {
        position: absolute;
        top: 67px;
        left: 135px;
        text-align: left; } }
    @media (min-width: 800px) {
      .site-info-container p {
        left: 147px; } }
    @media (min-width: 1000px) {
      .site-info-container p {
        left: 170px; } }
    @media (min-width: 1200px) {
      .site-info-container p {
        left: 150px; } }

.header-top-right-search {
  width: 311px;
  float: none;
  margin: 0 auto;
  height: 65px;
  position: relative;
  z-index: 100; }
  @media (min-width: 600px) {
    .header-top-right-search {
      float: right;
      margin: 0;
      height: 0; } }
  @media (min-width: 800px) {
    .header-top-right-search {
      width: 268px; } }
  .header-top-right-search .header-top-searchbox {
    position: relative;
    float: left;
    margin-right: 2px; }
    .header-top-right-search .header-top-searchbox a {
      position: relative;
      display: block;
      padding: 0;
      text-align: center;
      color: transparent;
      background: #e4152b;
      width: 43px;
      height: 39px;
      overflow: hidden; }
      .header-top-right-search .header-top-searchbox a:after {
        display: inline-block;
        position: absolute;
        top: 12px;
        left: 15px;
        content: '';
        font-size: 15px;
        color: #fff;
        font-family: "IcoMoon";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-smoothing: antialiased;
        content: ""; }
      .header-top-right-search .header-top-searchbox a.active {
        background: #171717; }
        .header-top-right-search .header-top-searchbox a.active:after {
          font-family: "IcoMoon";
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-smoothing: antialiased;
          content: ""; }
    .header-top-right-search .header-top-searchbox .top-search {
      display: none;
      position: absolute;
      margin-top: 2px;
      width: 311px;
      height: auto;
      background: #e3152b; }
      @media (min-width: 800px) {
        .header-top-right-search .header-top-searchbox .top-search {
          width: 266px; } }
      .header-top-right-search .header-top-searchbox .top-search form {
        position: relative;
        font-size: 16px; }
        .header-top-right-search .header-top-searchbox .top-search form input {
          width: 100%;
          height: 40px;
          padding: 10px 0px 10px 35px;
          border: 0;
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          font-size: 16px;
          line-height: 16px;
          color: #fff;
          background: transparent; }
        .header-top-right-search .header-top-searchbox .top-search form:before {
          position: absolute;
          top: 50%;
          margin-top: -8px;
          left: 10px;
          width: 25px;
          font-size: 15px;
          content: '';
          color: #fff;
          font-family: "IcoMoon";
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-smoothing: antialiased;
          content: ""; }
    .header-top-right-search .header-top-searchbox:hover a {
      background: #171717; }
  .header-top-right-search .header-top-learning {
    position: relative;
    float: left;
    height: 42px; }
    .header-top-right-search .header-top-learning .header-learning-link {
      width: 176px;
      height: 39px;
      float: left;
      background: #e4152b; }
      .header-top-right-search .header-top-learning .header-learning-link a {
        display: block;
        padding: 11px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 16px;
        color: #fff;
        text-align: center; }
    .header-top-right-search .header-top-learning .header-learning-hover {
      max-height: 0;
      position: absolute;
      top: 0;
      right: 0;
      margin-top: 41px;
      width: 221px;
      background: #e4152b;
      z-index: 999;
      overflow: hidden; }
      .header-top-right-search .header-top-learning .header-learning-hover p {
        padding: 32px 20px;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 17px;
        line-height: 23px;
        color: #fff;
        text-align: center; }
        .header-top-right-search .header-top-learning .header-learning-hover p strong {
          font-weight: 700; }
    .header-top-right-search .header-top-learning:hover .header-learning-link {
      background: #171717; }
    .header-top-right-search .header-top-learning:hover .header-learning-hover {
      max-height: 9999px; }
  .header-top-right-search .header-top-quick-link-container {
    position: relative;
    float: left;
    margin-left: 2px; }
    .header-top-right-search .header-top-quick-link-container .header-top-quick-link-icon {
      position: relative;
      height: 42px; }
      .header-top-right-search .header-top-quick-link-container .header-top-quick-link-icon a {
        position: relative;
        display: block;
        padding: 0;
        text-align: center;
        color: transparent;
        background: #e4152b;
        width: 43px;
        height: 39px;
        overflow: hidden; }
        .header-top-right-search .header-top-quick-link-container .header-top-quick-link-icon a:after {
          display: inline-block;
          position: absolute;
          top: 12px;
          left: 15px;
          content: '';
          font-size: 15px;
          color: #fff;
          font-family: "IcoMoon";
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-smoothing: antialiased;
          content: ""; }
    .header-top-right-search .header-top-quick-link-container .header-top-quick-link-hover {
      display: none;
      padding: 10px 0;
      position: absolute;
      top: 0;
      right: 0;
      margin-top: 41px;
      width: 260px;
      background: #e4152b;
      z-index: 999;
      transition: all 0.4s ease;
      overflow: hidden; }
      .header-top-right-search .header-top-quick-link-container .header-top-quick-link-hover ul, .header-top-right-search .header-top-quick-link-container .header-top-quick-link-hover ul ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      .header-top-right-search .header-top-quick-link-container .header-top-quick-link-hover ul li {
        margin: 0;
        padding: 0; }
      .header-top-right-search .header-top-quick-link-container .header-top-quick-link-hover ul li {
        width: 100%; }
        .header-top-right-search .header-top-quick-link-container .header-top-quick-link-hover ul li a {
          padding: 8px 15px;
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          font-size: 16px;
          line-height: 24px;
          color: #fff;
          background: transparent; }
          .header-top-right-search .header-top-quick-link-container .header-top-quick-link-hover ul li a:hover {
            color: #000; }
    .header-top-right-search .header-top-quick-link-container:hover a {
      background: #171717; }
    .header-top-right-search .header-top-quick-link-container:hover .header-top-quick-link-hover {
      display: block; }
  .header-top-right-search .header-top-menu-bar {
    float: left;
    margin-left: 2px;
    display: block; }
    @media (min-width: 800px) {
      .header-top-right-search .header-top-menu-bar {
        display: none; } }
    .header-top-right-search .header-top-menu-bar a {
      position: relative;
      display: block;
      padding: 0;
      text-align: center;
      color: transparent;
      background: #e4152b;
      width: 43px;
      height: 39px;
      overflow: hidden;
      cursor: pointer; }
      .header-top-right-search .header-top-menu-bar a:after {
        display: inline-block;
        position: absolute;
        top: 12px;
        left: 15px;
        content: '';
        font-size: 16px;
        color: #fff;
        font-family: "IcoMoon";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-smoothing: antialiased;
        content: ""; }
      .header-top-right-search .header-top-menu-bar a:hover {
        background: #171717; }
      .header-top-right-search .header-top-menu-bar a.active {
        background: #171717; }
        .header-top-right-search .header-top-menu-bar a.active:after {
          font-family: "IcoMoon";
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-smoothing: antialiased;
          content: ""; }

.header-right-mavigation {
  display: none;
  position: absolute;
  top: 92px;
  right: 22px;
  width: 448px; }
  @media (min-width: 900px) {
    .header-right-mavigation {
      display: block; } }
  .header-right-mavigation ul, .header-right-mavigation ul ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .header-right-mavigation ul li {
    margin: 0;
    padding: 0; }
  .header-right-mavigation ul li {
    float: left;
    margin-right: 28px;
    height: 24px;
    display: block; }
    .header-right-mavigation ul li a {
      font-family: "Adobe Caslon Pro";
      font-weight: 400;
      font-size: 18px;
      line-height: 18px;
      color: #767676; }
    .header-right-mavigation ul li:hover a {
      color: #e4152b; }
    .header-right-mavigation ul li:last-child {
      margin-right: 0; }

.header-main-navigation {
  position: absolute;
  width: 100%;
  top: 135px;
  right: 22px; }
  .header-main-navigation > .fsElementContent {
    width: 760px;
    float: right; }
  @media (min-width: 1100px) {
    .header-main-navigation {
      right: 13px; }
      .header-main-navigation > .fsElementContent {
        width: 870px; } }

.mashup-page .fsBanner {
  max-width: 100% !important; }

.mashup-page .mahsup-header-container {
  display: block;
  width: 100%;
  background: #fff; }
  .mashup-page .mahsup-header-container .mahsup-header-top-container {
    padding: 24px 10px;
    background: #171717;
    overflow: hidden; }
    @media (min-width: 600px) {
      .mashup-page .mahsup-header-container .mahsup-header-top-container {
        padding: 24px 59px; } }
    .mashup-page .mahsup-header-container .mahsup-header-top-container .mahsup-header-top-inner {
      width: 230px;
      height: 235px;
      float: none;
      margin: 0 auto; }
      @media (min-width: 600px) {
        .mashup-page .mahsup-header-container .mahsup-header-top-container .mahsup-header-top-inner {
          width: 368px;
          height: 60px;
          float: left;
          margin: 0; } }
      .mashup-page .mahsup-header-container .mahsup-header-top-container .mahsup-header-top-inner a {
        display: block;
        color: transparent;
        padding: 106px 0;
        background: url(../images/logo-mobile.png) no-repeat;
        background-size: 230px 235px;
        background-position: center center;
        cursor: pointer; }
        @media (min-width: 600px) {
          .mashup-page .mahsup-header-container .mahsup-header-top-container .mahsup-header-top-inner a {
            padding: 19px 0;
            background-size: 366px 60px;
            background-position: left center;
            background: url(../images/social-mahsup-logo.png) no-repeat; } }
  .mashup-page .mahsup-header-container .mahsup-header-bottom-container {
    max-width: 600px;
    margin: 55px auto 40px; }
    .mashup-page .mahsup-header-container .mahsup-header-bottom-container .mahsup-header-bottom-logo {
      width: 100%;
      height: 44px;
      margin-bottom: 25px; }
      @media (min-width: 600px) {
        .mashup-page .mahsup-header-container .mahsup-header-bottom-container .mahsup-header-bottom-logo {
          width: 598px;
          height: 89px; } }
      .mashup-page .mahsup-header-container .mahsup-header-bottom-container .mahsup-header-bottom-logo a {
        display: block;
        font-family: "Adobe Caslon Pro";
        font-weight: 400;
        font-size: 40px;
        line-height: 40px;
        color: #e31d23;
        text-align: center;
        cursor: pointer; }
        @media (min-width: 600px) {
          .mashup-page .mahsup-header-container .mahsup-header-bottom-container .mahsup-header-bottom-logo a {
            font-size: 90px;
            line-height: 90px; } }
        .mashup-page .mahsup-header-container .mahsup-header-bottom-container .mahsup-header-bottom-logo a strong {
          font-weight: 700;
          color: #171717; }
    .mashup-page .mahsup-header-container .mahsup-header-bottom-container .mahsup-header-navigation {
      width: 245px;
      margin: 0 auto; }
      @media (min-width: 600px) {
        .mashup-page .mahsup-header-container .mahsup-header-bottom-container .mahsup-header-navigation {
          width: 325px; } }
      .mashup-page .mahsup-header-container .mahsup-header-bottom-container .mahsup-header-navigation nav ul {
        height: 34px; }
        .mashup-page .mahsup-header-container .mahsup-header-bottom-container .mahsup-header-navigation nav ul, .mashup-page .mahsup-header-container .mahsup-header-bottom-container .mahsup-header-navigation nav ul ul {
          margin: 0;
          padding: 0;
          list-style: none; }
        .mashup-page .mahsup-header-container .mahsup-header-bottom-container .mahsup-header-navigation nav ul li {
          margin: 0;
          padding: 0; }
        .mashup-page .mahsup-header-container .mahsup-header-bottom-container .mahsup-header-navigation nav ul li {
          float: left;
          width: 30px; }
          @media (min-width: 600px) {
            .mashup-page .mahsup-header-container .mahsup-header-bottom-container .mahsup-header-navigation nav ul li {
              width: 38px; } }
          .mashup-page .mahsup-header-container .mahsup-header-bottom-container .mahsup-header-navigation nav ul li a {
            display: block;
            position: relative;
            color: transparent;
            text-align: center; }
            .mashup-page .mahsup-header-container .mahsup-header-bottom-container .mahsup-header-navigation nav ul li a:before {
              position: absolute;
              display: inline-block;
              color: #a9a9a9;
              font-size: 24px; }
              @media (min-width: 600px) {
                .mashup-page .mahsup-header-container .mahsup-header-bottom-container .mahsup-header-navigation nav ul li a:before {
                  font-size: 31px; } }
            .mashup-page .mahsup-header-container .mahsup-header-bottom-container .mahsup-header-navigation nav ul li a[href*="facebook"]:before {
              font-family: "IcoMoon";
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-smoothing: antialiased;
              content: ""; }
            .mashup-page .mahsup-header-container .mahsup-header-bottom-container .mahsup-header-navigation nav ul li a[href*="vimeo"]:before {
              font-family: "IcoMoon";
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-smoothing: antialiased;
              content: ""; }
            .mashup-page .mahsup-header-container .mahsup-header-bottom-container .mahsup-header-navigation nav ul li a[href*="newspaper"]:before {
              font-family: "IcoMoon";
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-smoothing: antialiased;
              content: ""; }
            .mashup-page .mahsup-header-container .mahsup-header-bottom-container .mahsup-header-navigation nav ul li a[href*="instagram"]:before {
              font-family: "IcoMoon";
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-smoothing: antialiased;
              content: ""; }
            .mashup-page .mahsup-header-container .mahsup-header-bottom-container .mahsup-header-navigation nav ul li a[href*="twitter"]:before {
              font-family: "IcoMoon";
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-smoothing: antialiased;
              content: ""; }
            .mashup-page .mahsup-header-container .mahsup-header-bottom-container .mahsup-header-navigation nav ul li a[href*="calendar"]:before {
              font-family: "IcoMoon";
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-smoothing: antialiased;
              content: ""; }
            .mashup-page .mahsup-header-container .mahsup-header-bottom-container .mahsup-header-navigation nav ul li a[href*="youtube"]:before {
              font-family: "IcoMoon";
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-smoothing: antialiased;
              content: ""; }
            .mashup-page .mahsup-header-container .mahsup-header-bottom-container .mahsup-header-navigation nav ul li a[href*="linkedin"]:before {
              font-family: "IcoMoon";
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-smoothing: antialiased;
              content: ""; }
          .mashup-page .mahsup-header-container .mahsup-header-bottom-container .mahsup-header-navigation nav ul li:nth-child(3) {
            margin-right: 5px; }

/*! structure - footer v0.0.1 */
#fsFooter {
  color: #fff; }
  #fsFooter .fsBanner {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #fsFooter .fsBanner:after {
      content: normal; }
    body.fsDraftMode #fsFooter .fsBanner {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; }
  #fsFooter .nav-social {
    margin-bottom: 20px; }

.footer-container {
  position: relative;
  width: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0; }
  @media (min-width: 600px) {
    .footer-container {
      padding: 77px 0 35px; } }
  .footer-container .footer-bottom-utility-container {
    position: relative; }
  .footer-container .footer-inner-container {
    padding: 33px 0;
    border-bottom: 1px solid #666769;
    overflow: hidden; }
    .footer-container .footer-inner-container .footer-left-nav {
      width: 227px;
      margin: 0 auto; }
      @media (min-width: 600px) {
        .footer-container .footer-inner-container .footer-left-nav {
          width: 495px; } }
      .footer-container .footer-inner-container .footer-left-nav ul, .footer-container .footer-inner-container .footer-left-nav ul ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      .footer-container .footer-inner-container .footer-left-nav ul li {
        margin: 0;
        padding: 0; }
      .footer-container .footer-inner-container .footer-left-nav ul li {
        width: 50%;
        float: left;
        margin-right: 0;
        padding: 4px 0; }
        .footer-container .footer-inner-container .footer-left-nav ul li:nth-child(odd) {
          text-align: right;
          padding-right: 22px; }
        .footer-container .footer-inner-container .footer-left-nav ul li:nth-child(even) {
          padding-left: 22px; }
        @media (min-width: 600px) {
          .footer-container .footer-inner-container .footer-left-nav ul li {
            width: auto;
            margin-right: 45px;
            padding: 0; }
            .footer-container .footer-inner-container .footer-left-nav ul li:nth-child(odd) {
              text-align: left; }
            .footer-container .footer-inner-container .footer-left-nav ul li:nth-child(even) {
              padding-left: 0; } }
        .footer-container .footer-inner-container .footer-left-nav ul li a {
          display: block;
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          font-size: 16px;
          line-height: 16px;
          color: #e3152b; }
        .footer-container .footer-inner-container .footer-left-nav ul li:last-child {
          margin-right: 0; }
        .footer-container .footer-inner-container .footer-left-nav ul li:hover a {
          color: #4cc2cd; }
    .footer-container .footer-inner-container .footer-middle-container {
      max-width: 220px;
      margin: 0 auto; }
      @media (min-width: 600px) {
        .footer-container .footer-inner-container .footer-middle-container {
          max-width: 886px; } }
      .footer-container .footer-inner-container .footer-middle-container .footer-middle-content {
        width: 550px;
        float: none;
        margin: 0 auto; }
        @media (min-width: 900px) {
          .footer-container .footer-inner-container .footer-middle-container .footer-middle-content {
            float: left;
            margin: 0; } }
        .footer-container .footer-inner-container .footer-middle-container .footer-middle-content .footer-school-name {
          display: inline-block;
          margin-top: 0;
          margin-right: 0;
          float: none;
          height: 20px;
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          font-size: 16px;
          line-height: 16px;
          color: #e3152b;
          width: 220px;
          text-align: center; }
          @media (min-width: 600px) {
            .footer-container .footer-inner-container .footer-middle-container .footer-middle-content .footer-school-name {
              margin-top: 4px;
              margin-right: 20px;
              float: left;
              width: auto;
              text-align: left; } }
          @media (min-width: 1300px) {
            .footer-container .footer-inner-container .footer-middle-container .footer-middle-content .footer-school-name {
              height: 50px; } }
        .footer-container .footer-inner-container .footer-middle-container .footer-middle-content p {
          display: block;
          margin: 0;
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          font-size: 16px;
          line-height: 25px;
          color: #a9a9a9;
          width: 220px;
          text-align: center; }
          @media (min-width: 600px) {
            .footer-container .footer-inner-container .footer-middle-container .footer-middle-content p {
              width: auto;
              text-align: left; } }
          .footer-container .footer-inner-container .footer-middle-container .footer-middle-content p strong {
            font-weight: 400;
            display: block; }
            @media (min-width: 600px) {
              .footer-container .footer-inner-container .footer-middle-container .footer-middle-content p strong {
                display: inline-block; } }
            .footer-container .footer-inner-container .footer-middle-container .footer-middle-content p strong:first-child {
              margin-right: 0; }
              @media (min-width: 600px) {
                .footer-container .footer-inner-container .footer-middle-container .footer-middle-content p strong:first-child {
                  margin-right: 22px; } }
              @media (min-width: 1300px) {
                .footer-container .footer-inner-container .footer-middle-container .footer-middle-content p strong:first-child {
                  margin-right: 9px; } }
            .footer-container .footer-inner-container .footer-middle-container .footer-middle-content p strong:last-child {
              display: inline-block;
              margin-right: 0; }
              @media (min-width: 600px) {
                .footer-container .footer-inner-container .footer-middle-container .footer-middle-content p strong:last-child {
                  margin-right: 22px; } }
              @media (min-width: 1300px) {
                .footer-container .footer-inner-container .footer-middle-container .footer-middle-content p strong:last-child {
                  display: none; } }
    .footer-container .footer-inner-container:first-child {
      position: relative; }
    .footer-container .footer-inner-container:last-child {
      border-bottom: none;
      max-width: 295px;
      margin: 0 auto; }
      @media (min-width: 600px) {
        .footer-container .footer-inner-container:last-child {
          max-width: 560px; } }
      @media (min-width: 900px) {
        .footer-container .footer-inner-container:last-child {
          max-width: auto; } }
  .footer-container .footer-social-navigation {
    width: 218px;
    margin: 0 auto;
    float: none; }
    @media (min-width: 600px) {
      .footer-container .footer-social-navigation {
        margin: 14px 0;
        float: left; } }
    @media (min-width: 900px) {
      .footer-container .footer-social-navigation {
        width: 218px;
        margin: 0 auto;
        float: none; } }
    .footer-container .footer-social-navigation ul, .footer-container .footer-social-navigation ul ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .footer-container .footer-social-navigation ul li {
      margin: 0;
      padding: 0; }
    .footer-container .footer-social-navigation ul li {
      width: 31px;
      height: 31px;
      float: left;
      margin-right: 15px; }
      .footer-container .footer-social-navigation ul li a {
        display: block;
        width: 31px;
        height: 31px;
        font-size: 25px;
        text-align: center;
        color: transparent; }
        .footer-container .footer-social-navigation ul li a:before {
          display: inline-block;
          color: #515151;
          font-size: 31px;
          margin-top: 4px;
          border-radius: 5px;
          text-shadow: 1px 1px 0px black; }
        .footer-container .footer-social-navigation ul li a[href*="facebook"]:before {
          font-family: "IcoMoon";
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-smoothing: antialiased;
          content: ""; }
        .footer-container .footer-social-navigation ul li a[href*="twitter"]:before {
          font-family: "IcoMoon";
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-smoothing: antialiased;
          content: ""; }
        .footer-container .footer-social-navigation ul li a[href*="instagram"]:before {
          font-family: "IcoMoon";
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-smoothing: antialiased;
          content: ""; }
        .footer-container .footer-social-navigation ul li a[href*="vimeo"]:before {
          font-family: "IcoMoon";
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-smoothing: antialiased;
          content: ""; }
        .footer-container .footer-social-navigation ul li a[href*="linkedin"]:before {
          font-family: "IcoMoon";
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-smoothing: antialiased;
          content: ""; }
        .footer-container .footer-social-navigation ul li a:hover:before {
          color: #4cc2cd; }
      .footer-container .footer-social-navigation ul li:last-child {
        margin-right: 0; }
  .footer-container .footer-bottom-nav-right {
    position: relative;
    top: 0;
    left: 0;
    width: 295px;
    float: right;
    margin-top: 11px; }
    @media (min-width: 600px) {
      .footer-container .footer-bottom-nav-right {
        margin-top: 0; } }
    @media (min-width: 900px) {
      .footer-container .footer-bottom-nav-right {
        position: absolute;
        top: 30px;
        left: 65%;
        width: 295px;
        float: none; } }
    .footer-container .footer-bottom-nav-right a {
      display: block;
      float: left;
      margin-right: 20px;
      height: 55px;
      text-align: center;
      color: transparent;
      background-position: top center; }
      .footer-container .footer-bottom-nav-right a:nth-child(1) {
        width: 55px;
        background: url(../images/footer-bottom-logo-1.png) no-repeat;
        background-size: 55px 55px; }
      .footer-container .footer-bottom-nav-right a:nth-child(2) {
        width: 95px;
        background: url(../images/footer-bottom-logo-2.png) no-repeat;
        background-size: 95px 40px;
        margin-top: 10px; }
      .footer-container .footer-bottom-nav-right a:nth-child(3) {
        width: 105px;
        background: url(../images/footer-bottom-logo-3.png) no-repeat;
        background-size: 104px 40px;
        margin-top: 10px; }
      .footer-container .footer-bottom-nav-right a:last-child {
        margin-right: 0; }
  .footer-container:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(25, 25, 25, 0.85); }

.school-details {
  margin-bottom: 20px; }
  .school-details [itemprop='name'] {
    margin-top: 0;
    font-weight: normal;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 28px; }
  .school-details [itemprop='streetAddress'] {
    display: block; }
  .school-details a {
    color: inherit; }

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

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

html {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

#fsPageBodyWrapper {
  padding-right: 1.33333em;
  padding-left: 1.33333em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  background: url(../images/header-bg.jpg) repeat #fff; }

.subpage-banner {
  width: 100%;
  height: 460px;
  background-position: top;
  background-size: cover;
  clear: both;
  border: 10px solid #171717;
  border-left: 0;
  border-right: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

#fsPoweredByFinalsite {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem; }

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

.fsBreadcrumb li {
  display: inline-block; }

/*! navigation - main v0.0.1 */
#fsHeader .nav-main {
  display: none; }
  @media (min-width: 900px) {
    #fsHeader .nav-main {
      display: block; } }

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

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

@media (min-width: 900px) {
  .nav-main .fsNavLevel1 {
    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%; } }

@media (min-width: 900px) {
  .nav-main .fsNavLevel1 > li {
    -ms-flex: 1 auto;
    flex: 1 auto; } }

.nav-main .fsNavLevel1 > li > a {
  padding: 7px 7px 24px 7px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #767676;
  text-align: center;
  display: block;
  position: relative; }
  .nav-main .fsNavLevel1 > .fsNavCurrentPage > a, .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
    color: #e3182b; }
  .nav-main .fsNavLevel1 > li > a:after {
    width: 1px;
    height: 30px;
    background: #c6c6c6;
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    right: 0px; }

.nav-main .fsNavLevel1 > li:last-child > a:after {
  display: none; }

.nav-main .fsNavLevel1 > li:hover > a {
  color: #e3182b; }

.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  right: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }

.nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px;
  transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); }

@media (max-width: 599px) {
  .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
    transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); } }

.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  z-index: 300; }

.nav-main .fsNavPageInfo {
  max-width: 100%;
  background: rgba(23, 23, 23, 0.9);
  text-align: left; }
  @media (min-width: 980px) {
    .nav-main .fsNavParentPage:hover .fsNavPageInfo {
      display: block; } }

.nav-main .menu-set-container {
  padding: 40px 80px;
  overflow: hidden; }

.nav-main .fsNavPageDescription {
  display: inline-block;
  width: 35%;
  vertical-align: top;
  padding: 0 35px 0 0;
  font-family: "Adobe Caslon Pro";
  font-size: 17px;
  color: #fff;
  font-weight: 400; }
  .nav-main .fsNavPageDescription h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #4cc2cd;
    background: transparent;
    font-weight: 700;
    margin-bottom: 4px; }

.nav-main .fsNavPageThumbnail {
  display: inline-block;
  width: calc(30% - 40px);
  background-size: cover;
  background-position: center center;
  vertical-align: top;
  padding-right: 10px; }

.nav-main .fsNavLevel2 {
  display: inline-block;
  width: 35%;
  vertical-align: top;
  padding: 0 10px 0 30px;
  border-left: 1px solid #666361; }
  .nav-main .fsNavLevel2 li {
    margin-bottom: 3px; }
  .nav-main .fsNavLevel2 a {
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    line-height: 17px;
    color: #4cc2cd;
    padding: 3px 6px 3px 0px;
    font-weight: 700; }
    .nav-main .fsNavLevel2 a:hover {
      color: #e3182b; }

/*! navigation - off-canvas v0.0.1 */
.mobile-off-canvas {
  width: 311px;
  position: absolute;
  left: 50%;
  margin-left: -155px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 900;
  top: 40px;
  padding: 28px;
  transition: all 0.3s ease;
  overflow: hidden;
  display: none; }

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

.mobile-main-nav .fsNavLevel1 li {
  margin: 0;
  padding: 0; }

.mobile-main-nav .fsNavLevel1 > li {
  border-top: 1px solid #c6c6c6; }
  .mobile-main-nav .fsNavLevel1 > li > a {
    font-family: "Montserrat", sans-serif;
    display: block;
    padding: 20px 0px;
    color: #767676;
    line-height: 16px;
    font-size: 16px;
    font-weight: 400; }
    .mobile-main-nav .fsNavLevel1 > li > a:hover {
      color: #e3152b; }

.mobile-util {
  margin-bottom: 20px; }
  .mobile-util .fsNavLevel1, .mobile-util .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .mobile-util .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  .mobile-util .fsNavLevel1 > li > a {
    display: block;
    padding: 8px 0 8px 0;
    margin: 0;
    color: #767676;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    position: relative;
    font-family: "Adobe Caslon Pro";
    text-align: left; }
    .mobile-util .fsNavLevel1 > li > a:hover {
      color: #e3152b; }

/*! navigation - sub v0.0.1 */
.nav-sub {
  padding: 20px !important;
  background: #f1f1f1; }
  .nav-sub, .nav-sub ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-sub li {
    margin: 0;
    padding: 0; }
  #fsHeader .nav-sub {
    display: block;
    padding: 0 20px;
    background: #fff; }
    @media (min-width: 800px) {
      #fsHeader .nav-sub {
        display: none; } }
  .nav-sub.nav-sub-empty {
    display: none !important; }
  @media (max-width: 799px) {
    .nav-sub > .fsElementContent {
      height: auto;
      max-height: 0;
      visibility: hidden;
      opacity: 0;
      transition: all 0.3s ease; } }
  .nav-sub.active-nav > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1; }
  .nav-sub ul li.fsNavCurrentPage > a, .nav-sub ul li.fsNavCurrentPageAncestor > a {
    color: #e3152b;
    border-bottom: 2px solid #e3152b; }
  .nav-sub ul li.fsNavCurrentPage > .fsNavPageInfo > ul, .nav-sub ul li.fsNavCurrentPageAncestor > .fsNavPageInfo > ul {
    display: block; }
    .nav-sub ul li.fsNavCurrentPage > .fsNavPageInfo > ul > li > a, .nav-sub ul li.fsNavCurrentPageAncestor > .fsNavPageInfo > ul > li > a {
      color: #e3152b; }
      .nav-sub ul li.fsNavCurrentPage > .fsNavPageInfo > ul > li > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > .fsNavPageInfo > ul > li > a:hover {
        color: #ef5566; }
  .nav-sub ul li a {
    display: block;
    padding: 9px 10px 10px;
    color: #767676;
    font-size: 15px;
    line-height: 21px;
    font-family: "Montserrat", sans-serif; }
    .nav-sub ul li a:hover {
      color: #ef5566; }
  .nav-sub ul.fsNavLevel1 ul {
    display: none; }
  .nav-sub ul.fsNavLevel1 > li:last-child {
    border-bottom: none; }
  .nav-sub ul.fsNavLevel2 {
    padding-left: 18px; }
  .nav-sub > header {
    display: block; }
    @media (min-width: 800px) {
      .nav-sub > header {
        display: none; } }
    .nav-sub > header > .fsElementTitle {
      color: #767676;
      font-size: 25px;
      font-weight: 700;
      position: relative;
      margin: 0;
      margin-bottom: 15px;
      cursor: pointer;
      text-align: center; }
      @media (min-width: 800px) {
        .nav-sub > header > .fsElementTitle {
          cursor: default; } }
      @media (max-width: 799px) {
        .nav-sub > header > .fsElementTitle:after {
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          width: 40px;
          line-height: 40px;
          text-align: center;
          margin-left: 8px;
          font-family: "IcoMoon";
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-smoothing: antialiased;
          content: ""; } }
      @media (max-width: 799px) {
        .nav-sub.active-nav > header > .fsElementTitle:after {
          font-family: "IcoMoon";
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-smoothing: antialiased;
          content: ""; } }

/*! 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 {
    font-family: "IcoMoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: ""; }
  .nav-social .fsNavLevel1 [href*='instagram']:before {
    font-family: "IcoMoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: ""; }
  .nav-social .fsNavLevel1 [href*='linkedin']:before {
    font-family: "IcoMoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: ""; }
  .nav-social .fsNavLevel1 [href*='pinterest']:before {
    font-family: "IcoMoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: ""; }
  .nav-social .fsNavLevel1 [href*='tumblr']:before {
    font-family: "IcoMoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: ""; }
  .nav-social .fsNavLevel1 [href*='twitter']:before {
    font-family: "IcoMoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: ""; }
  .nav-social .fsNavLevel1 [href*='vimeo']:before {
    font-family: "IcoMoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: ""; }
  .nav-social .fsNavLevel1 [href*='vine']:before {
    font-family: "IcoMoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: ""; }
  .nav-social .fsNavLevel1 [href*='youtube']:before {
    font-family: "IcoMoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: ""; }
  .nav-social .fsNavLevel1 [href*='rss']:before {
    font-family: "IcoMoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: ""; }
  .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 #163052;
    background: #FFF;
    height: 30px;
    width: 30px;
    border-radius: 100%; }
    .nav-social .fsNavLevel1 a:before {
      color: #163052;
      font-size: 15px;
      transition: 0.3s all;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.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.33333em; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch label {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        padding: 0 10px; } }
    @media (min-width: 900px) {
      .fsConstituent.fsSearch label {
        width: 32.83333%; } }
  .fsConstituent.fsSearch input,
  .fsConstituent.fsSearch select {
    display: block;
    width: 100%; }
  .fsConstituent.fsSearch [type*='submit'] {
    width: auto; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch [type*='submit'] {
        margin-left: 0.66667em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #1c1c1c;
    color: #fff;
    outline: 0;
    border-radius: 0;
    display: block;
    margin: 0 10px; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover {
      background: #0f0f0f;
      color: #fff; }
    .fsConstituent.fsSearch .fsConstituentSearchButton em {
      display: block;
      font-style: normal; }

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

/*! elements - constituent profile */
.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile .fsProfileImage {
    display: block;
    margin-bottom: 20px; }
  .fsConstituentProfile .fsFullName {
    color: #363636; }
  @media (min-width: 800px) {
    .fsConstituentProfile.fsHasPhoto > div, .fsConstituentProfile.fsHasPhoto > h3 {
      padding: 0;
      padding-left: calc(25% + 20px); } }
  @media (min-width: 600px) {
    .fsConstituentProfile.fsHasPhoto .fsProfileImage {
      float: left;
      padding-right: 20px;
      max-width: 50%; } }
  @media (min-width: 800px) {
    .fsConstituentProfile.fsHasPhoto .fsProfileImage {
      position: absolute;
      left: 0;
      top: 0;
      max-width: 25%;
      padding: 0;
      float: none; } }
  @media (min-width: 600px) {
    .fsConstituentProfile:not(.fsHasPhoto) .fsProfileImage {
      float: left;
      padding-right: 20px;
      max-width: 50%; } }
  @media (min-width: 800px) {
    .fsConstituentProfile:not(.fsHasPhoto) .fsProfileImage {
      max-width: 25%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #f1f1f1;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-top: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 28px;
    margin-bottom: 2px;
    display: block;
    font-size: 20px;
    padding: 13.33333px;
    color: #a9a9a9;
    transition: .3s;
    position: relative; }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
      transition: none;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 16px; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #a9a9a9;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #fff;
      transition: .3s; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #e3152b; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #fff; }
    .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
      font-family: "IcoMoon";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-smoothing: antialiased;
      content: ""; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: ""; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: ""; }

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

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

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

.fsAccordion {
  margin-bottom: 20px; }

/*! 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;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #1c1c1c;
    color: #fff;
    outline: 0;
    border-radius: 0;
    padding: 10px 20px; }
    .fsAthleticsEvent.fsList .fsLoadMoreButton:hover {
      background: #0f0f0f;
      color: #fff; }
    .fsAthleticsEvent.fsList .fsLoadMoreButton em {
      display: block;
      font-style: normal; }
  .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 #eee; }
  .fsAthleticsRosterList li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .fsAthleticsRosterList li > div {
    margin-bottom: 10px; }
    .fsAthleticsRosterList li > div:last-child {
      margin-bottom: 0; }

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

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

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

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px; }

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _list.scss - src/sass/modules/calendar/list.scss - calendar list */
.fsCalendar header > h2 {
  padding: 14px 26px;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
  background: #e31b23; }

.fsCalendar article {
  position: relative;
  padding-left: 70px;
  min-height: 54px;
  padding-top: 0; }
  .fsCalendar article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 54px;
  width: 54px;
  color: #fff;
  background: #e4152b;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }
  .fsCalendar .fsDate > span {
    display: block; }
    .fsCalendar .fsDate > span.fsDay {
      margin-top: 4px;
      font-family: "Adobe Caslon Pro";
      font-size: 30px;
      font-weight: 400;
      line-height: 30px;
      color: #fff; }
    .fsCalendar .fsDate > span.fsDayName {
      margin-top: 2px;
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      font-weight: 700;
      line-height: 12px;
      color: #fff;
      text-transform: uppercase; }

.fsCalendar .fsTitle {
  margin-top: 8px;
  font-family: "Adobe Caslon Pro";
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
  color: #848484; }
  .fsCalendar .fsTitle a {
    color: #848484; }

.fsCalendar .fsEventDetails {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  color: #e4152b; }

.fsCalendar .fsTimeRange {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  color: #e41b23; }

.fsCalendar .fsLoadMoreButton {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  color: #e41b23;
  background: #fff;
  padding: 11px 30px;
  border: 1px solid #c6c6c6; }
  .fsCalendar .fsLoadMoreButton:hover {
    background: #e41b23;
    color: #fff; }

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

.fsCalendar.calendar-container {
  min-height: 384px;
  overflow: hidden;
  transition: all 0.3s ease; }
  @media (min-width: 1000px) {
    .fsCalendar.calendar-container {
      width: 54px;
      float: left;
      height: 384px; }
      .fsCalendar.calendar-container.active {
        width: calc(100% - 54px); } }
  .fsCalendar.calendar-container header {
    width: 100%;
    background: #e4152b;
    position: relative;
    cursor: pointer; }
    @media (min-width: 1000px) {
      .fsCalendar.calendar-container header {
        width: 54px;
        float: left;
        height: 384px;
        background: #888; }
        .fsCalendar.calendar-container.active header {
          background: #e4152b; } }
    .fsCalendar.calendar-container header h2 {
      margin: 0;
      padding: 17px 0 17px;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 26px;
      line-height: 26px;
      color: #fff;
      text-align: center;
      background: none; }
      @media (min-width: 700px) {
        .fsCalendar.calendar-container header h2 {
          text-align: right;
          margin-right: 31px; } }
      @media (min-width: 1000px) {
        .fsCalendar.calendar-container header h2 {
          -ms-transform: rotate(-90deg);
          /* IE 9 */
          /* Chrome, Safari, Opera */
          transform: rotate(-90deg);
          position: absolute;
          left: -40px;
          top: 58px; } }
  .fsCalendar.calendar-container > .fsElementContent {
    margin: 30px auto 52px;
    padding: 27px 0 0 0;
    padding: 0 15px;
    max-width: 100%;
    overflow: hidden; }
    @media (min-width: 700px) {
      .fsCalendar.calendar-container > .fsElementContent {
        max-width: 885px; } }
    .fsCalendar.calendar-container > .fsElementContent article {
      width: 240px;
      float: none;
      margin: 0 auto;
      margin-bottom: 20px;
      display: block; }
      @media (min-width: 700px) {
        .fsCalendar.calendar-container > .fsElementContent article {
          width: 33%;
          float: left;
          display: inline-block; } }
      .fsCalendar.calendar-container > .fsElementContent article .fsLocation {
        font-family: "Adobe Caslon Pro";
        font-weight: 400;
        font-size: 18px;
        line-height: 18px;
        color: #848484; }
  .fsCalendar.calendar-container footer {
    margin-bottom: 25px; }
    .fsCalendar.calendar-container footer > .fsElementFooterContent {
      width: 180px;
      height: 34px;
      margin: 0 auto;
      background: rgba(241, 241, 241, 0.1);
      border: 1px solid #c6c6c6; }
      .fsCalendar.calendar-container footer > .fsElementFooterContent a {
        padding: 10px 26px;
        display: block;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 13px;
        color: #e4152b;
        text-align: center; }
        .fsCalendar.calendar-container footer > .fsElementFooterContent a:hover {
          color: #fff;
          background: #e4152b; }

/*! _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(54, 54, 54, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(54, 54, 54, 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(54, 54, 54, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(54, 54, 54, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 1;
        font-size: 15px;
        margin-bottom: 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
      border-left: 1px solid #EDEDED;
      border-right: 1px solid #EDEDED;
      zoom: 1;
      display: block; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
        display: table;
        clear: both;
        content: ''; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
        border-top: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
        border-bottom: 1px solid #EDEDED; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
      width: 16.666% !important;
      height: 50px !important;
      border: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
        display: block; } }

#event-view {
  padding: 20px;
  margin: 20px auto 0; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
    #event-view .fsCalendarDaybox > div {
      margin-bottom: 20px; }
  #event-view .fsCalendarEventTitle {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px; }
  @media screen and (min-width: 800px) {
    #event-view {
      display: none; } }

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #1c1c1c;
    color: #fff;
    outline: 0;
    border-radius: 0;
    padding: 10px 20px; }
    .scroll-up span:hover {
      background: #0f0f0f;
      color: #fff; }
    .scroll-up span em {
      display: block;
      font-style: normal; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
  margin-top: 40px; }

.fsCalendar.fsGrid .fsCalendarLegend, .fsCalendar.fsGrid .fsCalendarLegend ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsCalendar.fsGrid .fsCalendarLegend li {
  margin: 0;
  padding: 0; }

.fsCalendar.fsGrid .fsCalendarLegend h4 {
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0; }
  @media (min-width: 600px) {
    .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
      width: 49%; } }

body:not(.fsDraftMode) .mobile-cal {
  display: block; }
  @media (min-width: 800px) {
    body:not(.fsDraftMode) .mobile-cal {
      display: none; } }
  body:not(.fsDraftMode) .mobile-cal .fsElementTitle {
    display: none; }

body:not(.fsDraftMode) .desktop-cal {
  display: none; }
  @media (min-width: 800px) {
    body:not(.fsDraftMode) .desktop-cal {
      display: block; } }
  body:not(.fsDraftMode) .desktop-cal .fsElementTitle {
    display: none; }

.fsAllDay {
  display: none; }

body.home .fsCalendar .fsDate {
  height: 75px;
  width: 75px; }

body.home .fsCalendar article {
  padding-left: 85px;
  min-height: 80px; }

body.home .fsCalendar .fsDate > span.fsDayName {
  font-size: 16px; }

body.home .fsCalendar .fsDate > span.fsDay {
  margin-top: 8px;
  font-size: 34px; }

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

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

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

.module {
  background: #363636; }

/*! elements - forms */
textarea,
input,
select {
  padding: 5px;
  max-width: 100%; }

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ccc; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
    .fsComposerFormEmbed form textarea {
      max-width: 100%;
      width: 100%;
      border: solid 1px #ccc; }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 20px; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0; }
      .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementContainer {
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementContainer {
          width: 100%; } }
      .fsComposerFormEmbed form .elementContainer label {
        margin-bottom: 2px; }
        .fsComposerFormEmbed form .elementContainer label.horizontal {
          white-space: normal;
          margin-right: 10px !important; }
          .fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
            margin-right: 0; }
      .fsComposerFormEmbed form .elementContainer hr {
        margin: 0 auto; }
      .fsComposerFormEmbed form .elementContainer p:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 599px) {
      .fsComposerFormEmbed form .elementBody > input {
        width: 100%; } }
    .fsComposerFormEmbed form .elementBody > .descText {
      margin-bottom: 10px; }
    .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
          width: 20%;
          padding-right: 10px;
          text-align: right;
          float: left; } }
    @media (min-width: 600px) {
      .fsComposerFormEmbed form .labelLeft .elementContainer > label {
        padding: 5px 10px 5px 5px; } }
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
      width: 100%; }
    .fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
      width: auto; }
    .fsComposerFormEmbed form .labelLeft .elementBody {
      margin: 0;
      width: 100%;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementBody {
          width: 80%;
          float: left; } }
    .fsComposerFormEmbed form .linkLike {
      color: #36c;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #039; }
    .fsComposerFormEmbed form .required {
      color: #363636; }
    .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: #36c;
        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: #039;
          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: #363636 !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: #163052 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "Montserrat", 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;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #1c1c1c;
    color: #fff;
    outline: 0;
    border-radius: 0; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView button:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView button:hover, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover, .fsAccount .fsLoginForgotView button:hover, .fsAccount .fsLoginNewView .fsLoginSubmit:hover, .fsAccount .fsLoginNewView button:hover {
      background: #0f0f0f;
      color: #fff; }
    .fsLogin .fsLoginMainView .fsLoginSubmit em, .fsLogin .fsLoginMainView button em, .fsLogin .fsLoginForgotView .fsLoginSubmit em, .fsLogin .fsLoginForgotView button em, .fsLogin .fsLoginNewView .fsLoginSubmit em, .fsLogin .fsLoginNewView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em, .fsAccount .fsLoginMainView button em, .fsAccount .fsLoginForgotView .fsLoginSubmit em, .fsAccount .fsLoginForgotView button em, .fsAccount .fsLoginNewView .fsLoginSubmit em, .fsAccount .fsLoginNewView button em {
      display: block;
      font-style: normal; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block; }

.fsLogin .fsLoginForgotView .fsLoginForgotSubmit, .fsAccount .fsLoginForgotView .fsLoginForgotSubmit {
  margin-right: 10px; }

.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px; }
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
    max-width: 100%; }
  @media screen and (max-width: 599px) {
    .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
      overflow: hidden;
      border-radius: 5px; } }

.fsLogin .fsLoginNewFields .fsLoginNewContinue, .fsAccount .fsLoginNewFields .fsLoginNewContinue {
  margin-right: 10px; }

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px; }

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #1c1c1c;
    color: #fff;
    outline: 0;
    border-radius: 0; }
    .fsAccount .fsAccountLogout a:hover {
      background: #0f0f0f;
      color: #fff; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal; }

.fsMediaCustomPlayer {
  background: none;
  position: relative; }
  .fsMediaCustomPlayer article {
    background-position: center;
    background-size: cover;
    outline: 0;
    position: relative; }
    .fsMediaCustomPlayer article img {
      opacity: 0;
      visibility: hidden; }
  .fsMediaCustomPlayer .caption-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    left: 0;
    line-height: 22px;
    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: 24px;
      line-height: 26px;
      margin-bottom: 28px;
      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 {
  float: none; }
  @media (min-width: 600px) {
    .fsNews.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

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

.fsNews .fsThumbnail img {
  display: block;
  max-width: 100%;
  height: auto; }

.fsNews.news-container {
  min-height: 384px;
  overflow: hidden;
  /*
  & > .fsElementContent{
    max-width: 930px;
    padding: 0px 20px;
    margin: 0 auto;
  }
  */ }
  @media (min-width: 1000px) {
    .fsNews.news-container {
      width: 54px;
      float: left;
      height: 384px;
      transition: all 0.3s ease; }
      .fsNews.news-container.active {
        width: calc(100% - 54px); } }
  .fsNews.news-container header {
    width: 100%;
    background: #e4152b;
    cursor: pointer; }
    @media (min-width: 1000px) {
      .fsNews.news-container header {
        width: 54px;
        float: left;
        height: 384px;
        background: #888; }
        .fsNews.news-container.active header {
          background: #e4152b; } }
    .fsNews.news-container header h2 {
      margin-right: 0;
      padding: 17px 0 17px;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 26px;
      line-height: 26px;
      color: #fff;
      text-align: center; }
      @media (min-width: 700px) {
        .fsNews.news-container header h2 {
          text-align: right;
          margin-right: 31px; } }
      @media (min-width: 1000px) {
        .fsNews.news-container header h2 {
          -ms-transform: rotate(-90deg);
          /* IE 9 */
          /* Chrome, Safari, Opera */
          transform: rotate(-90deg);
          position: absolute;
          left: -16px;
          top: 58px; } }
  .fsNews.news-container > .fsElementContent {
    margin: 0 auto 45px auto;
    max-width: 1200px;
    padding: 20px 0 0 0;
    overflow: hidden; }
  .fsNews.news-container article {
    /*
    margin: 0 auto 38px;
    width: 100%;
    float: none;

    @include breakpoint($bp-big){
      width: 33.33%;
      margin: 0 45px;
      float: left;
    }
    */
    margin: 0 auto 35px;
    width: calc(100% - 20px);
    float: none; }
    @media (min-width: 700px) {
      .fsNews.news-container article {
        width: calc(33.33% - 20px);
        margin: 0 20px 0px 0px;
        float: left; } }
    .fsNews.news-container article .fsThumbnail {
      max-width: 100%;
      height: 193px;
      overflow: hidden; }
    .fsNews.news-container article .fsTitle {
      padding: 18px 11px 0 11px; }
      .fsNews.news-container article .fsTitle .fsNewsPostLink {
        font-family: "Adobe Caslon Pro";
        font-weight: 400;
        font-size: 24px;
        line-height: 24px;
        color: #e4152b; }
        .fsNews.news-container article .fsTitle .fsNewsPostLink:hover {
          color: #4cc2cd; }
    .fsNews.news-container article .fsSummary {
      margin-bottom: -18px;
      padding: 5px 11px 0; }
      .fsNews.news-container article .fsSummary p {
        font-family: "Adobe Caslon Pro";
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        color: #848484; }
    .fsNews.news-container article .fsDateTime {
      padding: 0 0 0 11px;
      display: inline-block; }
      .fsNews.news-container article .fsDateTime .fsDate {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 11px;
        line-height: 11px;
        color: #848484; }
      .fsNews.news-container article .fsDateTime:after {
        margin-left: 5px;
        margin-right: 5px;
        content: '|';
        display: inline-block;
        color: #959595; }
    .fsNews.news-container article .fsReadMoreLink {
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      font-size: 11px;
      line-height: 11px;
      color: #e4152b; }
      .fsNews.news-container article .fsReadMoreLink:hover {
        color: #959595; }
    .fsNews.news-container article:last-child {
      margin-bottom: 0; }

.fsNews.fsGrid {
  /*
    .fsListItems {
      width: 100%;
      min-height: initial;
      column-count: 1;
      column-gap: 20px;
      column-rule: none;
      > * {
        width: 100%;
        break-inside: avoid-column;
      }
      .fsAlertFeeds {
        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: #163052 !important;
          background-image: none !important;
          width: 100%;
          height: 50px !important;
          color: #eee;
          padding-left: 10px !important;
          padding-right: 10px !important;
          margin: 0 !important;
          border-radius: 0 !important;
          font-size: 15px;
          font-family: "Montserrat", 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: #363636;
      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: "Montserrat", sans-serif;
        opacity: 1;
        display: block;
        position: absolute;
        text-align: center;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        line-height: 50px;
        font-size: 15px; }
      .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; }

/*! _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: 15px;
        font-family: "Montserrat", 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: 15px;
      font-family: "Montserrat", 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: "Montserrat", sans-serif;
  font-size: 15px; }

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

.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: #36c !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: #039 !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: 15px; }

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

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

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

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

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

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

.fsFacebookFollow {
  margin-top: 20px; }

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

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

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

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

.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6;
  cursor: pointer; }
  .fsVimeoList .fsVimeoListItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .fsVimeoList .fsVimeoListItem:hover {
    border: none;
    border-bottom: solid 1px #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    transition: opacity .3s; }
    .fsVimeoList .fsVimeoListItem:hover:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.fsVimeoThumb {
  margin-bottom: 10px;
  margin-right: 20px; }
  @media (min-width: 600px) {
    .fsVimeoThumb {
      float: left;
      margin-bottom: 0; } }

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #1c1c1c;
  color: #fff;
  outline: 0;
  border-radius: 0; }
  .vimeo_view_link a:hover {
    background: #0f0f0f;
    color: #fff; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal; }

/*! elements - social youtube */
.fsYoutube {
  margin-bottom: 20px; }
  .fsYoutube .fsSocialVideoFrame {
    margin-bottom: 20px; }

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

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

.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6; }
  .fsYoutubeList .fsYoutubeListItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .fsYoutubeList .fsYoutubeListItem:hover {
    border: none;
    border-bottom: solid 1px #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    transition: opacity .3s; }
    .fsYoutubeList .fsYoutubeListItem:hover:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.fsYoutubeThumb {
  margin-bottom: 10px;
  margin-right: 20px;
  float: none; }
  @media (min-width: 600px) {
    .fsYoutubeThumb {
      float: left;
      margin-bottom: 0; } }

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #1c1c1c;
  color: #fff;
  outline: 0;
  border-radius: 0; }
  .Youtube_view_link a:hover {
    background: #0f0f0f;
    color: #fff; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 2px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-top: 0;
        font-weight: normal;
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 28px;
        margin-bottom: 2px;
        display: block;
        font-size: 20px;
        padding: 13.33333px;
        color: #a9a9a9;
        transition: .3s;
        background: #f1f1f1;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 14px;
        color: #e41b23; }
        .fsTabs .fsTabsNav li a:hover {
          background: #767676;
          color: #fff; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #e41b23;
        color: #fff; }

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

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

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

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

.header-slider-area {
  position: relative; }
  .header-slider-area .header-slider {
    padding: 20px;
    background: #171717;
    max-width: 100%;
    overflow: hidden; }
    .header-slider-area .header-slider .slider-main-section {
      margin-right: 20px;
      float: left; }
      .header-slider-area .header-slider .slider-main-section:last-child {
        margin-right: 0; }
    .header-slider-area .header-slider .slider-section-left {
      width: 100%; }
      @media (min-width: 700px) {
        .header-slider-area .header-slider .slider-section-left {
          width: 39%; } }
      @media (min-width: 900px) {
        .header-slider-area .header-slider .slider-section-left {
          width: calc(26% - 20px); } }
      .header-slider-area .header-slider .slider-section-left .slider-section-left-top {
        width: 100%;
        margin-bottom: 20px;
        overflow: hidden; }
        .header-slider-area .header-slider .slider-section-left .slider-section-left-top .slider-section-left-top-1 {
          width: 100%;
          height: 100%;
          background: #4cc2cd;
          padding: 23px 0; }
          .header-slider-area .header-slider .slider-section-left .slider-section-left-top .slider-section-left-top-1 > .fsElementContent strong {
            width: 113px;
            height: 105px;
            margin: 0 auto;
            display: block; }
            .header-slider-area .header-slider .slider-section-left .slider-section-left-top .slider-section-left-top-1 > .fsElementContent strong:before {
              display: inline-block;
              font-size: 113px;
              color: #7ccfd8;
              font-family: "IcoMoon";
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-smoothing: antialiased;
              content: ""; }
          .header-slider-area .header-slider .slider-section-left .slider-section-left-top .slider-section-left-top-1 > .fsElementContent a {
            display: block;
            width: 145px;
            margin: 20px auto 0;
            font-family: "Adobe Caslon Pro";
            font-weight: 400;
            font-size: 55px;
            line-height: 55px;
            color: #fff;
            text-align: center; }
        .header-slider-area .header-slider .slider-section-left .slider-section-left-top .slider-section-left-top-2 {
          display: none; }
      .header-slider-area .header-slider .slider-section-left .slider-section-left-bottom {
        width: 100%;
        height: 197px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
    .header-slider-area .header-slider .slider-section-middel {
      width: 57%;
      margin-right: 0;
      display: none; }
      @media (min-width: 700px) {
        .header-slider-area .header-slider .slider-section-middel {
          display: block; } }
      @media (min-width: 900px) {
        .header-slider-area .header-slider .slider-section-middel {
          width: calc(32% - 20px);
          margin-right: 20px; } }
      .header-slider-area .header-slider .slider-section-middel .slider-middel-top {
        margin-bottom: 20px;
        width: 100%;
        height: 193px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
      .header-slider-area .header-slider .slider-section-middel .slider-middel-bottom {
        width: 100%;
        height: 284px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
    .header-slider-area .header-slider .slider-section-right {
      width: 42%;
      display: none; }
      @media (min-width: 900px) {
        .header-slider-area .header-slider .slider-section-right {
          display: block; } }
      .header-slider-area .header-slider .slider-section-right .slider-section-right-top {
        margin-bottom: 20px;
        width: 100%;
        height: 372px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
        .header-slider-area .header-slider .slider-section-right .slider-section-right-top .fsMedia {
          height: 372px; }
          .header-slider-area .header-slider .slider-section-right .slider-section-right-top .fsMedia > .fsElementContent {
            height: 100%; }
            .header-slider-area .header-slider .slider-section-right .slider-section-right-top .fsMedia > .fsElementContent .fsMediaContainer {
              height: 372px !important; }
          .header-slider-area .header-slider .slider-section-right .slider-section-right-top .fsMedia .fsMediaControlsTop {
            display: none; }
          .header-slider-area .header-slider .slider-section-right .slider-section-right-top .fsMedia .fsMediaView img {
            height: 100% !important;
            width: auto !important;
            max-width: none !important;
            position: absolute;
            top: 0;
            left: 50%;
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
        .header-slider-area .header-slider .slider-section-right .slider-section-right-top > .fsElementContent div {
          height: 372px !important;
          width: 100% !important; }
          .header-slider-area .header-slider .slider-section-right .slider-section-right-top > .fsElementContent div #pct_container {
            display: block;
            height: 372px !important;
            width: 100% !important;
            position: relative;
            overflow: hidden;
            background: #000; }
            .header-slider-area .header-slider .slider-section-right .slider-section-right-top > .fsElementContent div #pct_container img:first-child {
              height: 100% !important;
              width: auto !important;
              position: absolute !important;
              top: 0 !important;
              left: 50% !important;
              -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
              max-width: none; }
              @media (min-width: 1636px) {
                .header-slider-area .header-slider .slider-section-right .slider-section-right-top > .fsElementContent div #pct_container img:first-child {
                  top: 50% !important;
                  left: 50% !important;
                  -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
                  height: auto !important;
                  width: 100% !important; } }
            .header-slider-area .header-slider .slider-section-right .slider-section-right-top > .fsElementContent div #pct_container img:last-child {
              position: absolute;
              top: 50% !important;
              left: 50% !important;
              -ms-transform: translate(-50%, -50%) !important;
              transform: translate(-50%, -50%) !important; }
      .header-slider-area .header-slider .slider-section-right .slider-section-right-bottom {
        width: 100%;
        height: 104px;
        background: #4cc2cd;
        padding: 21px 10px 26px; }
        @media (min-width: 1200px) {
          .header-slider-area .header-slider .slider-section-right .slider-section-right-bottom {
            padding: 31px 0 26px; } }
        .header-slider-area .header-slider .slider-section-right .slider-section-right-bottom p {
          font-family: "Montserrat", sans-serif;
          font-weight: 700;
          font-size: 16px;
          line-height: 24px;
          color: #fff;
          text-align: center; }
          @media (min-width: 1200px) {
            .header-slider-area .header-slider .slider-section-right .slider-section-right-bottom p {
              font-size: 23px; } }
          .header-slider-area .header-slider .slider-section-right .slider-section-right-bottom p strong {
            margin-top: 10px;
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
            font-size: 16px;
            line-height: 18px; }
            @media (min-width: 1200px) {
              .header-slider-area .header-slider .slider-section-right .slider-section-right-bottom p strong {
                font-size: 18px; } }
    .header-slider-area .header-slider .slider-2-section-left-top {
      width: 100%;
      height: 280px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      margin-bottom: 20px; }
    .header-slider-area .header-slider .slider-middel-bottom-content {
      width: 126px;
      margin: 0 auto;
      padding-top: 120px; }
      .header-slider-area .header-slider .slider-middel-bottom-content a {
        display: inline-block;
        font-family: "Adobe Caslon Pro";
        font-weight: 400;
        font-size: 50px;
        line-height: 60px;
        color: #fff;
        text-align: center; }
    .header-slider-area .header-slider .slider-3-section-left-bottom-content {
      width: 126px;
      margin: 0 auto;
      padding-top: 82px; }
      .header-slider-area .header-slider .slider-3-section-left-bottom-content a {
        font-family: "Adobe Caslon Pro";
        font-weight: 400;
        font-size: 50px;
        line-height: 60px;
        color: #fff;
        text-align: center; }
    .header-slider-area .header-slider .slider-4-right-top {
      margin-bottom: 20px;
      width: 100%;
      height: 372px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
  .header-slider-area .slider-next-arrow {
    display: none !important;
    position: absolute;
    width: 70px;
    height: 70px;
    position: absolute;
    z-index: 800;
    right: 30px;
    top: 50%;
    margin-top: -35px;
    text-align: center;
    cursor: pointer; }
    @media (min-width: 700px) {
      .header-slider-area .slider-next-arrow {
        display: block !important; } }
    .header-slider-area .slider-next-arrow:before {
      display: inline-block;
      vertical-align: middle;
      color: rgba(0, 0, 0, 0.4);
      font-family: "IcoMoon";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-smoothing: antialiased;
      content: "";
      font-size: 75px; }
  .header-slider-area .slider-prev-arrow {
    display: none !important;
    position: absolute;
    width: 70px;
    height: 70px;
    position: absolute;
    z-index: 800;
    left: 30px;
    top: 50%;
    margin-top: -35px;
    text-align: center;
    cursor: pointer; }
    @media (min-width: 700px) {
      .header-slider-area .slider-prev-arrow {
        display: block !important; } }
    .header-slider-area .slider-prev-arrow:before {
      display: inline-block;
      vertical-align: middle;
      color: rgba(0, 0, 0, 0.4);
      font-family: "IcoMoon";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-smoothing: antialiased;
      content: "";
      font-size: 75px; }

.news-calendar-container {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .news-calendar-container .calendar-container > .fsElementContent {
    margin-bottom: 5px; }
  .news-calendar-container .fsCalendar .fsListItems {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .news-calendar-container .fsCalendar .fsListItems .fsDayContainer {
      width: 47%; }
      @media (min-width: 700px) {
        .news-calendar-container .fsCalendar .fsListItems .fsDayContainer {
          width: 33%; } }
      .news-calendar-container .fsCalendar .fsListItems .fsDayContainer article {
        width: 100%; }
      .news-calendar-container .fsCalendar .fsListItems .fsDayContainer:nth-child(n+7) {
        display: none; }
  .news-calendar-container .fsCalendar .fsDayContainer article:not(:nth-child(1)) {
    margin-top: -25px; }
    @media (max-width: 599px) {
      .news-calendar-container .fsCalendar .fsDayContainer article:not(:nth-child(1)) {
        margin-bottom: 0; } }
    .news-calendar-container .fsCalendar .fsDayContainer article:not(:nth-child(1)) .fsDate {
      display: none; }
  .news-calendar-container .fsCalendar .fsDayContainer article:nth-child(3) {
    margin-top: -10px; }
    @media (min-width: 600px) {
      .news-calendar-container .fsCalendar .fsDayContainer article:nth-child(3) {
        margin-top: -30px; } }

.buttons-container {
  position: relative;
  width: 100%;
  float: left;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat; }
  .buttons-container .buttons-inner {
    max-width: 200px;
    margin: 0 auto;
    padding: 60px 0;
    overflow: hidden;
    position: relative; }
    @media (min-width: 700px) {
      .buttons-container .buttons-inner {
        padding: 90px 0;
        max-width: 700px; } }
    @media (min-width: 1000px) {
      .buttons-container .buttons-inner {
        max-width: 876px; } }
    .buttons-container .buttons-inner a {
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      font-size: 32px;
      line-height: 32px;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      padding: 15px 0;
      width: 200px;
      height: 86px;
      margin-right: 0;
      margin-bottom: 25px;
      background: url(../images/3-botton-botton_bg.png) no-repeat;
      background-position: center center;
      background-size: 200px 206px;
      float: left; }
      @media (min-width: 700px) {
        .buttons-container .buttons-inner a {
          padding: 76px 0;
          height: 206px;
          margin-right: 50px;
          margin-bottom: 0; } }
      @media (min-width: 1000px) {
        .buttons-container .buttons-inner a {
          width: 227px;
          height: 234px;
          font-size: 41px;
          line-height: 41px;
          padding: 80px 0;
          margin-right: 96px;
          background-size: 227px 234px; } }
      .buttons-container .buttons-inner a strong {
        display: block;
        font-size: 21px;
        line-height: 21px;
        font-weight: 400;
        text-transform: capitalize; }
      .buttons-container .buttons-inner a:nth-child(2) {
        font-size: 32px;
        line-height: 32px; }
        @media (min-width: 1000px) {
          .buttons-container .buttons-inner a:nth-child(2) {
            font-size: 41px;
            line-height: 41px; } }
      .buttons-container .buttons-inner a:last-child {
        padding: 15px 0;
        margin-right: 0;
        margin-bottom: 0;
        font-size: 28px; }
        @media (min-width: 700px) {
          .buttons-container .buttons-inner a:last-child {
            padding: 76px 0; } }
        @media (min-width: 1000px) {
          .buttons-container .buttons-inner a:last-child {
            font-size: 41px;
            line-height: 41px;
            padding: 80px 0; } }
      .buttons-container .buttons-inner a:hover {
        background: #4cc2cd; }
  .buttons-container:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(76, 194, 205, 0.67); }

.homepage-quote-area {
  width: 100%; }
  @media (min-width: 1200px) {
    .homepage-quote-area.fsSharedContainer > .fsContainer > .fsElementContent, .homepage-quote-area.fsContainer > .fsElementContent {
      display: -ms-flexbox;
      display: flex; } }
  .homepage-quote-area .homepage-quote-area-slider {
    position: relative;
    padding: 38px 32px;
    width: 100%;
    float: left;
    background: #171717;
    cursor: pointer;
    height: auto; }
    @media (min-width: 1200px) {
      .homepage-quote-area .homepage-quote-area-slider {
        width: 33.33%;
        height: 216px;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }
    .homepage-quote-area .homepage-quote-area-slider > .fsElementContent {
      max-width: 700px;
      margin: 0 auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (min-width: 700px) {
        .homepage-quote-area .homepage-quote-area-slider > .fsElementContent {
          -ms-flex-direction: row;
          flex-direction: row; } }
      @media (min-width: 1200px) {
        .homepage-quote-area .homepage-quote-area-slider > .fsElementContent {
          width: 100%; } }
    .homepage-quote-area .homepage-quote-area-slider .quote-area-left-img {
      position: relative;
      display: block;
      width: 115px;
      height: 115px;
      cursor: pointer;
      background-position: center center;
      background-size: 100%;
      border-radius: 50%;
      transition: background-size .3s ease-in-out, opacity .3s ease-in-out;
      margin: 0 auto; }
      @media (min-width: 700px) {
        .homepage-quote-area .homepage-quote-area-slider .quote-area-left-img {
          margin: 0; } }
      .homepage-quote-area .homepage-quote-area-slider .quote-area-left-img:after {
        display: none;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.5); }
    .homepage-quote-area .homepage-quote-area-slider .quote-area-left-content {
      padding-top: 25px; }
      @media (min-width: 700px) {
        .homepage-quote-area .homepage-quote-area-slider .quote-area-left-content {
          padding: 0 0 0 25px; } }
      .homepage-quote-area .homepage-quote-area-slider .quote-area-left-content h4 {
        margin-bottom: 5px;
        padding-left: 17px;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 21px;
        line-height: 21px;
        color: #4cc2cd;
        text-align: center; }
        @media (min-width: 700px) {
          .homepage-quote-area .homepage-quote-area-slider .quote-area-left-content h4 {
            text-align: left; } }
      .homepage-quote-area .homepage-quote-area-slider .quote-area-left-content p {
        padding-left: 17px;
        font-family: "Adobe Caslon Pro";
        font-weight: 400;
        font-size: 18px;
        line-height: 21px;
        color: #848484;
        text-align: center; }
        @media (min-width: 700px) {
          .homepage-quote-area .homepage-quote-area-slider .quote-area-left-content p {
            text-align: left; } }
    .homepage-quote-area .homepage-quote-area-slider:hover .quote-area-left-img {
      background-size: 110%; }
      .homepage-quote-area .homepage-quote-area-slider:hover .quote-area-left-img:after {
        display: inline-block; }
    .homepage-quote-area .homepage-quote-area-slider:after {
      display: inline-block;
      content: '';
      position: absolute;
      bottom: -20px;
      left: 50%;
      margin-left: -25px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 25px 0 25px;
      border-color: #171717 transparent transparent; }
      @media (min-width: 1200px) {
        .homepage-quote-area .homepage-quote-area-slider:after {
          display: none; } }
  .homepage-quote-area .active {
    position: relative;
    background: #e4152b; }
    .homepage-quote-area .active .quote-area-left-img {
      border: 2px solid #fff; }
    .homepage-quote-area .active .quote-area-left-content h4 {
      color: #fff; }
    .homepage-quote-area .active .quote-area-left-content p {
      color: #fff; }
    .homepage-quote-area .active:after {
      display: inline-block;
      content: '';
      position: absolute;
      bottom: -20px;
      left: 50%;
      margin-left: -25px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 25px 0 25px;
      border-color: #e41529 transparent transparent; }

.homepage-quote-area-info {
  width: 100%;
  float: left; }
  .homepage-quote-area-info > .fsContainer {
    padding-bottom: 40px;
    overflow: hidden; }
    .homepage-quote-area-info > .fsContainer > .fsElementContent:before {
      display: inline-block;
      width: 75px;
      content: "";
      color: #c6c6c6;
      margin-left: calc(50% - 66px);
      padding: 115px 30px 40px 30px;
      background: transparent url("../images/quotes.png") center 36px no-repeat; }
  .homepage-quote-area-info .homepage-quote-area-info-slider {
    margin-bottom: 35px;
    padding: 0 17px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 400; }
    @media (min-width: 400px) {
      .homepage-quote-area-info .homepage-quote-area-info-slider {
        padding: 0 22px; } }
    @media (min-width: 1200px) {
      .homepage-quote-area-info .homepage-quote-area-info-slider {
        padding: 0 122px; } }
    .homepage-quote-area-info .homepage-quote-area-info-slider h1 {
      font-weight: 400;
      font-size: 25px;
      line-height: 48px;
      color: #e3152b; }
      @media (min-width: 700px) {
        .homepage-quote-area-info .homepage-quote-area-info-slider h1 {
          font-size: 48px; } }
    .homepage-quote-area-info .homepage-quote-area-info-slider p {
      font-size: 22px;
      line-height: 33px;
      color: #848484; }
    .homepage-quote-area-info .homepage-quote-area-info-slider a {
      font-size: 15px;
      line-height: 17px;
      color: #e31b24; }

.mashup-page #fsPageBodyWrapper {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  background: #fff; }

.mashup-page .social-mahsup-body .social-mahsup-buttons, .mashup-page .social-mahsup-bottom-right-container .social-mahsup-buttons {
  width: 100%;
  float: left; }
  .mashup-page .social-mahsup-body .social-mahsup-buttons a, .mashup-page .social-mahsup-bottom-right-container .social-mahsup-buttons a {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0; }
    @media (min-width: 700px) {
      .mashup-page .social-mahsup-body .social-mahsup-buttons a, .mashup-page .social-mahsup-bottom-right-container .social-mahsup-buttons a {
        width: calc(34% - 20px);
        margin-right: 20px;
        margin-bottom: 0; } }
    .mashup-page .social-mahsup-body .social-mahsup-buttons a:last-child, .mashup-page .social-mahsup-bottom-right-container .social-mahsup-buttons a:last-child {
      width: 100%;
      margin-right: 0;
      margin-bottom: 0; }
      @media (min-width: 700px) {
        .mashup-page .social-mahsup-body .social-mahsup-buttons a:last-child, .mashup-page .social-mahsup-bottom-right-container .social-mahsup-buttons a:last-child {
          width: 32%; } }

.mashup-page .social-mahsup-body {
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto; }
  .mashup-page .social-mahsup-body .social-mahsup-top-left-container .social-mahsup-news-container,
  .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-news-container,
  .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .social-mahsup-news-container,
  .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .social-mahsup-news-container {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    background: #4cc2cd;
    padding-bottom: 80px; }
    @media (min-width: 1200px) {
      .mashup-page .social-mahsup-body .social-mahsup-top-left-container .social-mahsup-news-container,
      .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-news-container,
      .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .social-mahsup-news-container,
      .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .social-mahsup-news-container {
        margin-top: 20px;
        margin-bottom: 0; } }
    .mashup-page .social-mahsup-body .social-mahsup-top-left-container .social-mahsup-news-container header,
    .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-news-container header,
    .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .social-mahsup-news-container header,
    .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .social-mahsup-news-container header {
      background: rgba(0, 0, 0, 0.3);
      padding: 15px 16px 15px; }
      .mashup-page .social-mahsup-body .social-mahsup-top-left-container .social-mahsup-news-container header h2,
      .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-news-container header h2,
      .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .social-mahsup-news-container header h2,
      .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .social-mahsup-news-container header h2 {
        margin-bottom: 0;
        font-family: "Adobe Caslon Pro";
        font-weight: 400;
        font-size: 38px;
        line-height: 38px;
        color: #fff; }
        .mashup-page .social-mahsup-body .social-mahsup-top-left-container .social-mahsup-news-container header h2:before,
        .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-news-container header h2:before,
        .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .social-mahsup-news-container header h2:before,
        .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .social-mahsup-news-container header h2:before {
          margin-right: 17px;
          display: inline-block;
          color: #fff;
          font-size: 34px;
          font-family: "IcoMoon";
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-smoothing: antialiased;
          content: ""; }
    .mashup-page .social-mahsup-body .social-mahsup-top-left-container .social-mahsup-news-container article,
    .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-news-container article,
    .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .social-mahsup-news-container article,
    .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .social-mahsup-news-container article {
      padding: 28px 30px 0;
      margin-bottom: 0; }
      .mashup-page .social-mahsup-body .social-mahsup-top-left-container .social-mahsup-news-container article .fsTitle,
      .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-news-container article .fsTitle,
      .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .social-mahsup-news-container article .fsTitle,
      .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .social-mahsup-news-container article .fsTitle {
        margin-bottom: 6px; }
        .mashup-page .social-mahsup-body .social-mahsup-top-left-container .social-mahsup-news-container article .fsTitle a,
        .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-news-container article .fsTitle a,
        .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .social-mahsup-news-container article .fsTitle a,
        .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .social-mahsup-news-container article .fsTitle a {
          font-family: "Montserrat", sans-serif;
          font-weight: 700;
          font-size: 15px;
          line-height: 15px;
          color: #fff; }
      .mashup-page .social-mahsup-body .social-mahsup-top-left-container .social-mahsup-news-container article .fsSummary p,
      .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-news-container article .fsSummary p,
      .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .social-mahsup-news-container article .fsSummary p,
      .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .social-mahsup-news-container article .fsSummary p {
        margin-bottom: 0;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 19px;
        color: #fff; }
      .mashup-page .social-mahsup-body .social-mahsup-top-left-container .social-mahsup-news-container article .fsNewsPostLink.fsReadMoreLink,
      .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-news-container article .fsNewsPostLink.fsReadMoreLink,
      .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .social-mahsup-news-container article .fsNewsPostLink.fsReadMoreLink,
      .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .social-mahsup-news-container article .fsNewsPostLink.fsReadMoreLink {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 12px;
        line-height: 12px;
        color: #fff;
        display: inline-block; }
      .mashup-page .social-mahsup-body .social-mahsup-top-left-container .social-mahsup-news-container article:first-child,
      .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-news-container article:first-child,
      .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .social-mahsup-news-container article:first-child,
      .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .social-mahsup-news-container article:first-child {
        padding-top: 45px; }
  .mashup-page .social-mahsup-body .social-mahsup-top-left-container .twitter-instagram-container,
  .mashup-page .social-mahsup-body .social-mahsup-top-right-container .twitter-instagram-container,
  .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .twitter-instagram-container,
  .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .twitter-instagram-container {
    width: 100%;
    float: left; }
    @media (min-width: 700px) {
      .mashup-page .social-mahsup-body .social-mahsup-top-left-container .twitter-instagram-container,
      .mashup-page .social-mahsup-body .social-mahsup-top-right-container .twitter-instagram-container,
      .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .twitter-instagram-container,
      .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .twitter-instagram-container {
        width: 50%; } }
    @media (min-width: 1200px) {
      .mashup-page .social-mahsup-body .social-mahsup-top-left-container .twitter-instagram-container,
      .mashup-page .social-mahsup-body .social-mahsup-top-right-container .twitter-instagram-container,
      .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .twitter-instagram-container,
      .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .twitter-instagram-container {
        width: 100%;
        margin-bottom: 20px; } }
    .mashup-page .social-mahsup-body .social-mahsup-top-left-container .twitter-instagram-container .social-mahsup-instagram-container,
    .mashup-page .social-mahsup-body .social-mahsup-top-right-container .twitter-instagram-container .social-mahsup-instagram-container,
    .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .twitter-instagram-container .social-mahsup-instagram-container,
    .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .twitter-instagram-container .social-mahsup-instagram-container {
      width: 100%;
      float: left;
      margin-right: 0; }
      @media (min-width: 1200px) {
        .mashup-page .social-mahsup-body .social-mahsup-top-left-container .twitter-instagram-container .social-mahsup-instagram-container,
        .mashup-page .social-mahsup-body .social-mahsup-top-right-container .twitter-instagram-container .social-mahsup-instagram-container,
        .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .twitter-instagram-container .social-mahsup-instagram-container,
        .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .twitter-instagram-container .social-mahsup-instagram-container {
          width: calc(50% - 19px);
          margin-right: 19px; } }
      .mashup-page .social-mahsup-body .social-mahsup-top-left-container .twitter-instagram-container .social-mahsup-instagram-container .social-mahsup-instagram-inner,
      .mashup-page .social-mahsup-body .social-mahsup-top-right-container .twitter-instagram-container .social-mahsup-instagram-container .social-mahsup-instagram-inner,
      .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .twitter-instagram-container .social-mahsup-instagram-container .social-mahsup-instagram-inner,
      .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .twitter-instagram-container .social-mahsup-instagram-container .social-mahsup-instagram-inner {
        width: 100%;
        position: relative;
        background-position: center center;
        background-size: cover;
        height: 423px;
        width: 100%; }
        .mashup-page .social-mahsup-body .social-mahsup-top-left-container .twitter-instagram-container .social-mahsup-instagram-container .social-mahsup-instagram-inner header,
        .mashup-page .social-mahsup-body .social-mahsup-top-right-container .twitter-instagram-container .social-mahsup-instagram-container .social-mahsup-instagram-inner header,
        .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .twitter-instagram-container .social-mahsup-instagram-container .social-mahsup-instagram-inner header,
        .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .twitter-instagram-container .social-mahsup-instagram-container .social-mahsup-instagram-inner header {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          background: rgba(0, 0, 0, 0.3);
          padding: 19px 15px 17px; }
          .mashup-page .social-mahsup-body .social-mahsup-top-left-container .twitter-instagram-container .social-mahsup-instagram-container .social-mahsup-instagram-inner header h2,
          .mashup-page .social-mahsup-body .social-mahsup-top-right-container .twitter-instagram-container .social-mahsup-instagram-container .social-mahsup-instagram-inner header h2,
          .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .twitter-instagram-container .social-mahsup-instagram-container .social-mahsup-instagram-inner header h2,
          .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .twitter-instagram-container .social-mahsup-instagram-container .social-mahsup-instagram-inner header h2 {
            margin-bottom: 0;
            font-family: "Adobe Caslon Pro";
            font-weight: 400;
            font-size: 38px;
            line-height: 38px;
            color: #fff; }
            .mashup-page .social-mahsup-body .social-mahsup-top-left-container .twitter-instagram-container .social-mahsup-instagram-container .social-mahsup-instagram-inner header h2:before,
            .mashup-page .social-mahsup-body .social-mahsup-top-right-container .twitter-instagram-container .social-mahsup-instagram-container .social-mahsup-instagram-inner header h2:before,
            .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .twitter-instagram-container .social-mahsup-instagram-container .social-mahsup-instagram-inner header h2:before,
            .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .twitter-instagram-container .social-mahsup-instagram-container .social-mahsup-instagram-inner header h2:before {
              margin-right: 25px;
              display: inline-block;
              color: #fff;
              font-size: 34px;
              font-family: "IcoMoon";
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-smoothing: antialiased;
              content: ""; }
    .mashup-page .social-mahsup-body .social-mahsup-top-left-container .twitter-instagram-container .social-mahsup-twitter-container,
    .mashup-page .social-mahsup-body .social-mahsup-top-right-container .twitter-instagram-container .social-mahsup-twitter-container,
    .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .twitter-instagram-container .social-mahsup-twitter-container,
    .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .twitter-instagram-container .social-mahsup-twitter-container {
      width: 100%;
      float: left;
      height: auto;
      margin-top: 20px;
      margin-bottom: 20px; }
      @media (min-width: 700px) {
        .mashup-page .social-mahsup-body .social-mahsup-top-left-container .twitter-instagram-container .social-mahsup-twitter-container,
        .mashup-page .social-mahsup-body .social-mahsup-top-right-container .twitter-instagram-container .social-mahsup-twitter-container,
        .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .twitter-instagram-container .social-mahsup-twitter-container,
        .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .twitter-instagram-container .social-mahsup-twitter-container {
          margin-bottom: 0; } }
      @media (min-width: 1200px) {
        .mashup-page .social-mahsup-body .social-mahsup-top-left-container .twitter-instagram-container .social-mahsup-twitter-container,
        .mashup-page .social-mahsup-body .social-mahsup-top-right-container .twitter-instagram-container .social-mahsup-twitter-container,
        .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .twitter-instagram-container .social-mahsup-twitter-container,
        .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .twitter-instagram-container .social-mahsup-twitter-container {
          width: 50%;
          height: 410px;
          margin-top: 0; } }
      .mashup-page .social-mahsup-body .social-mahsup-top-left-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner,
      .mashup-page .social-mahsup-body .social-mahsup-top-right-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner,
      .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner,
      .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner {
        width: 100%;
        float: left;
        background: #4299fe;
        position: relative;
        padding: 0 28px 30px; }
        .mashup-page .social-mahsup-body .social-mahsup-top-left-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner header,
        .mashup-page .social-mahsup-body .social-mahsup-top-right-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner header,
        .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner header,
        .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner header {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          background: rgba(0, 0, 0, 0.3);
          padding: 12px; }
          .mashup-page .social-mahsup-body .social-mahsup-top-left-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner header h2,
          .mashup-page .social-mahsup-body .social-mahsup-top-right-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner header h2,
          .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner header h2,
          .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner header h2 {
            margin-bottom: 0;
            font-family: "Adobe Caslon Pro";
            font-weight: 400;
            font-size: 25px;
            line-height: 25px;
            color: #fff; }
            .mashup-page .social-mahsup-body .social-mahsup-top-left-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner header h2:before,
            .mashup-page .social-mahsup-body .social-mahsup-top-right-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner header h2:before,
            .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner header h2:before,
            .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner header h2:before {
              margin-right: 11px;
              display: inline-block;
              color: #fff;
              font-size: 23px;
              font-family: "IcoMoon";
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-smoothing: antialiased;
              content: ""; }
        .mashup-page .social-mahsup-body .social-mahsup-top-left-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner > .fsElementContent,
        .mashup-page .social-mahsup-body .social-mahsup-top-right-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner > .fsElementContent,
        .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner > .fsElementContent,
        .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner > .fsElementContent {
          margin: 60px 0 0; }
          .mashup-page .social-mahsup-body .social-mahsup-top-left-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner > .fsElementContent h2,
          .mashup-page .social-mahsup-body .social-mahsup-top-right-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner > .fsElementContent h2,
          .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner > .fsElementContent h2,
          .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner > .fsElementContent h2 {
            margin-bottom: 0;
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
            font-size: 15px;
            line-height: 15px;
            color: #fff; }
            .mashup-page .social-mahsup-body .social-mahsup-top-left-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner > .fsElementContent h2 strong,
            .mashup-page .social-mahsup-body .social-mahsup-top-right-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner > .fsElementContent h2 strong,
            .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner > .fsElementContent h2 strong,
            .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner > .fsElementContent h2 strong {
              color: #aed4ff; }
          .mashup-page .social-mahsup-body .social-mahsup-top-left-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner > .fsElementContent p,
          .mashup-page .social-mahsup-body .social-mahsup-top-right-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner > .fsElementContent p,
          .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner > .fsElementContent p,
          .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner > .fsElementContent p {
            margin-bottom: 0;
            display: inline-block;
            float: left;
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
            font-size: 15px;
            line-height: 24px;
            color: #fff; }
          .mashup-page .social-mahsup-body .social-mahsup-top-left-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner > .fsElementContent a,
          .mashup-page .social-mahsup-body .social-mahsup-top-right-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner > .fsElementContent a,
          .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner > .fsElementContent a,
          .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner > .fsElementContent a {
            margin-right: 8px;
            margin-bottom: 0;
            display: inline-block;
            float: left;
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
            font-size: 15px;
            line-height: 24px;
            color: #e41b23; }
        .mashup-page .social-mahsup-body .social-mahsup-top-left-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner:first-child,
        .mashup-page .social-mahsup-body .social-mahsup-top-right-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner:first-child,
        .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner:first-child,
        .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .twitter-instagram-container .social-mahsup-twitter-container .social-mahsup-twitter-inner:first-child {
          margin-bottom: 20px; }
  .mashup-page .social-mahsup-body .social-mahsup-top-left-container .social-mahsup-youtube-container,
  .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-youtube-container,
  .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .social-mahsup-youtube-container,
  .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .social-mahsup-youtube-container {
    position: relative;
    width: 100%;
    margin-right: 0;
    float: left; }
    @media (min-width: 1200px) {
      .mashup-page .social-mahsup-body .social-mahsup-top-left-container .social-mahsup-youtube-container,
      .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-youtube-container,
      .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .social-mahsup-youtube-container,
      .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .social-mahsup-youtube-container {
        width: calc(60% - 20px);
        margin-right: 20px; } }
    .mashup-page .social-mahsup-body .social-mahsup-top-left-container .social-mahsup-youtube-container .social-mahsup-youtube-inner,
    .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-youtube-container .social-mahsup-youtube-inner,
    .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .social-mahsup-youtube-container .social-mahsup-youtube-inner,
    .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .social-mahsup-youtube-container .social-mahsup-youtube-inner {
      width: 100%; }
      .mashup-page .social-mahsup-body .social-mahsup-top-left-container .social-mahsup-youtube-container .social-mahsup-youtube-inner header,
      .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-youtube-container .social-mahsup-youtube-inner header,
      .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .social-mahsup-youtube-container .social-mahsup-youtube-inner header,
      .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .social-mahsup-youtube-container .social-mahsup-youtube-inner header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.3);
        padding: 16px 11px 17px; }
        .mashup-page .social-mahsup-body .social-mahsup-top-left-container .social-mahsup-youtube-container .social-mahsup-youtube-inner header h2,
        .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-youtube-container .social-mahsup-youtube-inner header h2,
        .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .social-mahsup-youtube-container .social-mahsup-youtube-inner header h2,
        .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .social-mahsup-youtube-container .social-mahsup-youtube-inner header h2 {
          margin-bottom: 0;
          font-family: "Adobe Caslon Pro";
          font-weight: 400;
          font-size: 38px;
          line-height: 38px;
          color: #fff; }
          .mashup-page .social-mahsup-body .social-mahsup-top-left-container .social-mahsup-youtube-container .social-mahsup-youtube-inner header h2:before,
          .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-youtube-container .social-mahsup-youtube-inner header h2:before,
          .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .social-mahsup-youtube-container .social-mahsup-youtube-inner header h2:before,
          .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .social-mahsup-youtube-container .social-mahsup-youtube-inner header h2:before {
            margin-right: 25px;
            display: inline-block;
            color: #fff;
            font-size: 34px;
            font-family: "IcoMoon";
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-smoothing: antialiased;
            content: ""; }
  .mashup-page .social-mahsup-body .social-mahsup-top-left-container {
    width: 100%;
    float: left; }
    @media (min-width: 1200px) {
      .mashup-page .social-mahsup-body .social-mahsup-top-left-container {
        width: 33%; } }
    .mashup-page .social-mahsup-body .social-mahsup-top-left-container .social-mahsup-facebook-container {
      width: 100%;
      margin-right: 0;
      padding-bottom: 75px;
      float: left;
      background: #3b5998; }
      @media (min-width: 700px) {
        .mashup-page .social-mahsup-body .social-mahsup-top-left-container .social-mahsup-facebook-container {
          width: calc(50% - 20px);
          margin-right: 20px; } }
      @media (min-width: 1200px) {
        .mashup-page .social-mahsup-body .social-mahsup-top-left-container .social-mahsup-facebook-container {
          margin-left: 0;
          width: 100%; } }
      .mashup-page .social-mahsup-body .social-mahsup-top-left-container .social-mahsup-facebook-container .social-mahsup-facebook-inner {
        padding-bottom: 0; }
        @media (min-width: 700px) {
          .mashup-page .social-mahsup-body .social-mahsup-top-left-container .social-mahsup-facebook-container .social-mahsup-facebook-inner {
            padding-bottom: 237px; } }
        @media (min-width: 1200px) {
          .mashup-page .social-mahsup-body .social-mahsup-top-left-container .social-mahsup-facebook-container .social-mahsup-facebook-inner {
            padding-bottom: 0; } }
        .mashup-page .social-mahsup-body .social-mahsup-top-left-container .social-mahsup-facebook-container .social-mahsup-facebook-inner header {
          background: #293e6a;
          padding: 19px 15px 17px; }
          .mashup-page .social-mahsup-body .social-mahsup-top-left-container .social-mahsup-facebook-container .social-mahsup-facebook-inner header h2 {
            margin-bottom: 0;
            font-family: "Adobe Caslon Pro";
            font-weight: 400;
            font-size: 38px;
            line-height: 38px;
            color: #fff; }
            .mashup-page .social-mahsup-body .social-mahsup-top-left-container .social-mahsup-facebook-container .social-mahsup-facebook-inner header h2:before {
              margin-right: 25px;
              display: inline-block;
              color: #fff;
              font-size: 34px;
              font-family: "IcoMoon";
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-smoothing: antialiased;
              content: ""; }
        .mashup-page .social-mahsup-body .social-mahsup-top-left-container .social-mahsup-facebook-container .social-mahsup-facebook-inner .mahsup-facebook-article {
          margin: 25px 30px; }
          .mashup-page .social-mahsup-body .social-mahsup-top-left-container .social-mahsup-facebook-container .social-mahsup-facebook-inner .mahsup-facebook-article .mahsup-facebook-heading {
            margin-bottom: 15px;
            font-family: "Montserrat", sans-serif;
            font-weight: 700;
            font-size: 12px;
            line-height: 12px;
            color: #fff; }
          .mashup-page .social-mahsup-body .social-mahsup-top-left-container .social-mahsup-facebook-container .social-mahsup-facebook-inner .mahsup-facebook-article .mahsup-facebook-details {
            margin-bottom: 15px;
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
            font-size: 12px;
            line-height: 20px;
            color: #fff; }
          .mashup-page .social-mahsup-body .social-mahsup-top-left-container .social-mahsup-facebook-container .social-mahsup-facebook-inner .mahsup-facebook-article .mahsup-facebook-date-time {
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
            font-size: 12px;
            line-height: 20px;
            color: #fff;
            margin-bottom: 0; }
  .mashup-page .social-mahsup-body .social-mahsup-top-right-container {
    width: 100%;
    margin-left: 0;
    float: left;
    margin-top: 20px; }
    @media (min-width: 1200px) {
      .mashup-page .social-mahsup-body .social-mahsup-top-right-container {
        width: calc(67% - 20px);
        margin-left: 20px;
        margin-top: 0; } }
    .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-vimeo-container {
      width: 100%;
      float: left; }
      .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-vimeo-container .social-mahsup-vimeo-inner {
        width: 100%;
        position: relative; }
        .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-vimeo-container .social-mahsup-vimeo-inner header {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          background: rgba(0, 0, 0, 0.3);
          padding: 19px 15px 17px; }
          .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-vimeo-container .social-mahsup-vimeo-inner header h2 {
            margin-bottom: 0;
            font-family: "Adobe Caslon Pro";
            font-weight: 400;
            font-size: 38px;
            line-height: 38px;
            color: #fff; }
            .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-vimeo-container .social-mahsup-vimeo-inner header h2:before {
              margin-right: 25px;
              display: inline-block;
              color: #fff;
              font-size: 34px;
              font-family: "IcoMoon";
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-smoothing: antialiased;
              content: ""; }
        .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-vimeo-container .social-mahsup-vimeo-inner .iframe {
          width: 100%; }
    .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-calender-container {
      width: 100%;
      float: left;
      position: relative; }
      .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-calender-container .social-mahsup-calender-inner {
        background: #a9a9a9;
        overflow: hidden; }
        .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-calender-container .social-mahsup-calender-inner header {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          background: rgba(0, 0, 0, 0.3);
          padding: 15px; }
          .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-calender-container .social-mahsup-calender-inner header h2 {
            padding: 0;
            margin-bottom: 0;
            font-family: "Adobe Caslon Pro";
            font-weight: 400;
            font-size: 38px;
            line-height: 38px;
            color: #fff;
            background: transparent; }
            .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-calender-container .social-mahsup-calender-inner header h2:before {
              margin-right: 15px;
              display: inline-block;
              color: #fff;
              font-size: 34px;
              font-family: "IcoMoon";
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-smoothing: antialiased;
              content: ""; }
        .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-calender-container .social-mahsup-calender-inner > .fsElementContent {
          margin: 82px 56px 35px;
          overflow: hidden; }
          .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-calender-container .social-mahsup-calender-inner > .fsElementContent .fsDayContainer article {
            min-height: 62px;
            margin-bottom: 25px;
            width: calc(50% - 10px);
            float: left;
            margin-right: 10px; }
            .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-calender-container .social-mahsup-calender-inner > .fsElementContent .fsDayContainer article .fsDate {
              width: 60px;
              height: 60px; }
              .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-calender-container .social-mahsup-calender-inner > .fsElementContent .fsDayContainer article .fsDate .fsDate {
                background: #e41b23; }
              .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-calender-container .social-mahsup-calender-inner > .fsElementContent .fsDayContainer article .fsDate .fsDay {
                margin-top: 2px;
                font-family: "Montserrat", sans-serif;
                font-weight: 400;
                font-size: 32px;
                line-height: 32px; }
            .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-calender-container .social-mahsup-calender-inner > .fsElementContent .fsDayContainer article .fsTitle {
              padding-top: 5px; }
              .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-calender-container .social-mahsup-calender-inner > .fsElementContent .fsDayContainer article .fsTitle a {
                font-family: "Montserrat", sans-serif;
                font-weight: 400;
                font-size: 19px;
                line-height: 27px;
                color: #fff; }
            .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-calender-container .social-mahsup-calender-inner > .fsElementContent .fsDayContainer article .fsSummary p {
              font-family: "Montserrat", sans-serif;
              font-weight: 400;
              font-size: 15px;
              line-height: 17px;
              color: #fff;
              margin-bottom: 0; }
            .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-calender-container .social-mahsup-calender-inner > .fsElementContent .fsDayContainer article .fsEventDetails .fsAllDay, .mashup-page .social-mahsup-body .social-mahsup-top-right-container .social-mahsup-calender-container .social-mahsup-calender-inner > .fsElementContent .fsDayContainer article .fsEventDetails .fsTimeRange {
              font-family: "Montserrat", sans-serif;
              font-weight: 400;
              font-size: 14px;
              line-height: 14px;
              color: #e41b23; }
  .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container {
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    float: left; }
    @media (min-width: 700px) {
      .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container {
        width: calc(50% - 20px);
        margin-right: 20px; } }
    @media (min-width: 1200px) {
      .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container {
        width: calc(70% - 20px); } }
    .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .social-mahsup-linkedin-container {
      position: relative;
      width: 100%;
      margin-bottom: 0;
      float: left;
      background: #007bb6; }
      @media (min-width: 700px) {
        .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .social-mahsup-linkedin-container {
          margin-bottom: 20px; } }
      @media (min-width: 1200px) {
        .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .social-mahsup-linkedin-container {
          width: 40%;
          margin-bottom: 0; } }
      .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .social-mahsup-linkedin-container .social-mahsup-linkedin-inner {
        width: 100%;
        padding: 100px 25px 20px; }
        .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .social-mahsup-linkedin-container .social-mahsup-linkedin-inner header {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          background: rgba(0, 0, 0, 0.3);
          padding: 16px 11px 17px; }
          .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .social-mahsup-linkedin-container .social-mahsup-linkedin-inner header h2 {
            margin-bottom: 0;
            font-family: "Adobe Caslon Pro";
            font-weight: 400;
            font-size: 38px;
            line-height: 38px;
            color: #fff; }
            .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .social-mahsup-linkedin-container .social-mahsup-linkedin-inner header h2:before {
              margin-right: 25px;
              display: inline-block;
              color: #fff;
              font-size: 34px;
              font-family: "IcoMoon";
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-smoothing: antialiased;
              content: ""; }
        .mashup-page .social-mahsup-body .social-mahsup-bottom-left-container .social-mahsup-linkedin-container .social-mahsup-linkedin-inner p {
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          font-size: 14px;
          line-height: 24px;
          color: #fff;
          height: 118px;
          overflow: hidden; }
  .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    float: left; }
    @media (min-width: 700px) {
      .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container {
        width: 50%;
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container {
        width: 30%; } }
    .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .social-mahsup-publications-container {
      position: relative;
      width: 100%;
      height: 356px;
      background: #e3152b;
      float: left; }
      .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .social-mahsup-publications-container header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.3);
        padding: 24px 41px 12px; }
        .mashup-page .social-mahsup-body .social-mahsup-bottom-right-container .social-mahsup-publications-container header h2 {
          margin-bottom: 0;
          font-family: "Adobe Caslon Pro";
          font-weight: 400;
          font-size: 38px;
          line-height: 38px;
          color: #fff; }

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

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

.fonts ol {
  zoom: 1;
  margin-bottom: 2.66667em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.33333em;
    padding: 0.33333em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "Adobe Caslon Pro"; }
      .fonts ol li:nth-of-type(1):after {
        content: "Adobe Caslon Pro"; }
    .fonts ol li:nth-of-type(1) {
      font-family: "Adobe Caslon Pro"; }
      .fonts ol li:nth-of-type(1):after {
        content: "Adobe Caslon Pro"; }
    .fonts ol li:nth-of-type(3) {
      font-family: "Montserrat", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "Montserrat, sans-serif"; }
    .fonts ol li:nth-of-type(3) {
      font-family: "Montserrat", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "Montserrat, sans-serif"; }
    .fonts ol li:nth-of-type(5) {
      font-family: "FontAwesome"; }
      .fonts ol li:nth-of-type(5):after {
        content: "FontAwesome"; }
    .fonts ol li:nth-of-type(6) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(6):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(7) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(7):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.headers h1:after {
  content: " size: 35px / line: 37px"; }

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

.headers h3:after {
  content: " size: 23px / line: 25px"; }

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

.headers h5:after {
  content: " size: 18px / line: 20px"; }

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

.fs_style_32 {
  margin-bottom: 10px;
  font-family: "Adobe Caslon Pro";
  font-size: 23px;
  font-weight: 400;
  line-height: 27px;
  color: #e4172b; }

.fs_style_35 {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #fff;
  text-align: center;
  background: #e31b23;
  padding: 12px 55px; }
  .fs_style_35:hover {
    background: #ec5f65;
    color: #fff; }

.fs_style_36 {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #fff;
  text-align: center;
  background: #767676;
  padding: 12px 55px; }
  .fs_style_36:hover {
    background: #9f9f9f;
    color: #fff; }

.white-content-box {
  padding: 29px 27px; }
  .white-content-box header {
    margin-bottom: 23px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #171717; }
  .white-content-box h3 {
    margin-bottom: 12px;
    font-family: "Adobe Caslon Pro";
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    color: #e41b23; }
  .white-content-box p {
    font-family: "Adobe Caslon Pro";
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    color: #848484;
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5; }
    .white-content-box p > a {
      font-size: 18px;
      font-weight: 400;
      line-height: 21px;
      color: #e41b23; }
  .white-content-box a {
    margin-top: 20px;
    text-transform: lowercase;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    color: #e41b23; }
    .white-content-box a:hover {
      color: #848484; }

.gray-content-box {
  background: #f1f1f1;
  padding: 29px 27px; }
  .gray-content-box header {
    margin-bottom: 23px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #171717; }
  .gray-content-box h3 {
    margin-bottom: 12px;
    font-family: "Adobe Caslon Pro";
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    color: #e41b23; }
  .gray-content-box p {
    font-family: "Adobe Caslon Pro";
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    color: #848484;
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5; }
    .gray-content-box p > a {
      font-size: 18px;
      font-weight: 400;
      line-height: 21px;
      color: #e41b23; }
  .gray-content-box a {
    margin-top: 20px;
    text-transform: lowercase;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 11px;
    color: #e41b23; }
    .gray-content-box a:hover {
      color: #848484; }

.black-content-box {
  background: #171717;
  padding: 29px 27px; }
  .black-content-box header {
    margin-bottom: 23px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #fff; }
  .black-content-box h3 {
    margin-bottom: 12px;
    font-family: "Adobe Caslon Pro";
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    color: #e41b23; }
  .black-content-box p {
    font-family: "Adobe Caslon Pro";
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5; }
    .black-content-box p > a {
      font-size: 18px;
      font-weight: 400;
      line-height: 21px;
      color: #e41b23; }
      .black-content-box p > a:hover {
        color: #848484; }
  .black-content-box a {
    margin-top: 20px;
    text-transform: lowercase;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 11px;
    color: #e41b23; }
    .black-content-box a:hover {
      color: #848484; }

.fs_style_37 {
  padding: 30px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  background: #a9a9a9; }
  .fs_style_37:hover {
    color: #fff;
    background: #e3152b; }

.fs_style_38 {
  padding: 30px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  background: #e3152b; }
  .fs_style_38:hover {
    color: #fff;
    background: #a9a9a9; }

.fs_style_39 {
  padding: 30px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  background: #4cc2cd; }
  .fs_style_39:hover {
    color: #fff;
    background: #007bb6; }

.fsNotes p {
  color: #e3152b; }

.fsDialog time.fsDate {
  height: 80px; }

.center {
  text-align: center; }

.home-slideshow article img {
  height: 50vw; }
  @media (min-width: 800px) {
    .home-slideshow article img {
      height: 35vw; } }

.home-slideshow article .caption-wrapper {
  padding: 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); }
  .home-slideshow article .caption-wrapper .caption-title {
    margin-top: 40px; }
  .home-slideshow article .caption-wrapper .caption-desc p {
    color: #fff; }

.home-slideshow .slick-arrow:before {
  background: rgba(0, 0, 0, 0.1); }

.homePosts {
  background-image: url("/uploaded/theme_images/quote-area-info-bg.png");
  padding-bottom: 40px; }
  .homePosts .slick-slider {
    margin-bottom: 0; }
    .homePosts .slick-slider .fsPager li button:before {
      color: #848484; }
  .homePosts .fsElementFooterContent {
    text-align: center;
    width: 180px;
    height: 34px;
    margin: 0 auto;
    background: rgba(241, 241, 241, 0.1);
    border: 1px solid #c6c6c6; }
    .homePosts .fsElementFooterContent a {
      padding: 10px 26px;
      display: block;
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      font-size: 13px;
      line-height: 13px;
      color: #e4152b;
      text-align: center; }
  .homePosts > .fsElementContent {
    margin: 0 auto;
    max-width: 1600px;
    padding: 0;
    overflow: hidden; }
  .homePosts h2.fsElementTitle {
    font-size: 35px;
    line-height: 37px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 39px;
    padding-bottom: 18px; }
  .homePosts .fsElementHeaderContent {
    text-align: right;
    max-width: 1200px;
    overflow: hidden;
    margin: -42px auto 0;
    padding-bottom: 20px; }

.homeCalendar {
  padding-bottom: 40px;
  background-image: url("/uploaded/theme_images/quote-area-info-bg.png"); }
  .homeCalendar .fsTitle {
    margin-top: 0; }
  .homeCalendar h2.fsElementTitle {
    padding: 14px 26px;
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
    background: #e31b23; }
  .homeCalendar > .fsElementContent {
    margin: 14px auto;
    padding: 0 15px;
    max-width: 100%;
    overflow: hidden; }
    .homeCalendar > .fsElementContent article {
      width: 240px;
      float: none;
      margin: 0 auto 20px;
      display: block; }
    .homeCalendar > .fsElementContent .fsListItems {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      .homeCalendar > .fsElementContent .fsListItems .fsDayContainer {
        width: 100%; }
        .homeCalendar > .fsElementContent .fsListItems .fsDayContainer article {
          width: 100%; }
          .homeCalendar > .fsElementContent .fsListItems .fsDayContainer article:not(:nth-child(1)) {
            margin-top: -65px; }
            .homeCalendar > .fsElementContent .fsListItems .fsDayContainer article:not(:nth-child(1)) .fsDate {
              display: none; }
    @media (min-width: 700px) {
      .homeCalendar > .fsElementContent {
        max-width: 885px; }
        .homeCalendar > .fsElementContent article {
          float: left;
          display: inline-block; }
        .homeCalendar > .fsElementContent .fsListItems .fsDayContainer {
          width: 33%; } }
  .homeCalendar .fsElementFooterContent {
    text-align: center;
    width: 180px;
    height: 34px;
    margin: 0 auto;
    background: rgba(241, 241, 241, 0.1);
    border: 1px solid #c6c6c6; }
    .homeCalendar .fsElementFooterContent a {
      padding: 10px 26px;
      display: block;
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      font-size: 13px;
      line-height: 13px;
      color: #e4152b;
      text-align: center; }

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-hdr,
  .nav-utility-ftr,
  #fsMenu,
  #fsFooter,
  .fsThumbnail {
    display: none !important; }
  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100%; }
  html {
    font-size: 100%;
    /* for IE */ }
  body {
    font-size: 62.5%; }
  #fsHeader {
    border-bottom: 2px solid #000; }
    #fsHeader .site-name {
      margin-top: 0;
      font-weight: normal;
      font-size: 35px;
      line-height: 37px;
      margin-bottom: 19px; }
  * {
    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; } }
