@charset "UTF-8";
/*--------------------------------------------------------------
## Media queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Support color palette
--------------------------------------------------------------*/
/*
## Add to Pages by Randy Otero
*/
/*--------------------------------------------------------------
## Text color palette
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Social color palette
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Blocks Home color palette
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");
*, *:before, *:after {
  box-sizing: border-box; }

html {
  line-height: 20px;
  line-height: 1.25rem; }

/*
@font-face {
  font-family: 'Chalkduster-Regular';
  src: url('fonts/chalkduster/chalkduster-webfont.woff2') format('woff2'),
  url('fonts/chalkduster/chalkduster-webfont.woff') format('woff'),
  url('fonts/chalkduster/chalkduster-webfont.ttf') format('truetype'),
  url('fonts/chalkduster/chalkduster-webfont.svg#chalkdusterregular') format('svg');
}*/
/*--------------------------------------------------------------
## Font mixins
--------------------------------------------------------------*/
.flexslider- {
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: 100%; }
  .flexslider- .slides {
    margin: 0;
    padding: 0; }
    .flexslider- .slides li {
      margin: 0 !important;
      padding: 0; }
      .flexslider- .slides li:before {
        display: none; }
    .flexslider- .slides:after {
      display: none; }
    .flexslider- .slides img {
      width: 100%;
      height: auto; }

.flexslider .flex-direction-nav a.flex-next:before {
  content: url("/sites/default/files/next_icon.png");
  text-shadow: none;
  color: transparent; }

.flexslider .flex-direction-nav a.flex-prev:before {
  content: url("/sites/default/files/prev_icon.png");
  text-shadow: none;
  color: transparent; }

.flexslider .flex-direction-nav a {
  width: 100px;
  height: 100px;
  z-index: 2;
  text-shadow: none;
  color: transparent; }
  
/* Search page */
#searchheader #search-block-form {
    width: 80%;
    margin: 45px auto;
}
  #searchheader #search-block-form .form-search {
    background-color: #152a39;
    color: #fff;
    border: none;
    width: 100%;
    padding: 19px;
    font-size: 2em;
    box-sizing: border-box !important;
  }
  #searchheader #search-block-form  .form-actions {
    text-align: center;
    margin-top: 25px;
  }
  #searchheader #search-block-form  .form-submit {
    background-color: #f23522;
    border: none;
    height: 43px;
    font-size: 19px;
  }
  #searchheader #search-block-form .form-search::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
  }

  #searchheader #search-block-form .form-search:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    opacity: 1;
  }

  #searchheader #search-block-form .form-search::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
    opacity: 1;
  }

  #searchheader #search-block-form .form-search:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
  }
form {
  /*--------------------------------------------------------------
  ## Text inputs
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
 ## Form buttons
 --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    ## Form checkboxes & radios
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
   ## Form select
   --------------------------------------------------------------*/ }
  form input[type="text"],
  form input[type="password"],
  form input[type="email"],
  form input[type="tel"],
  form input[type="number"],
  form textarea,
  form select {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    margin-top: 10px;
    margin-top: 0.625rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    padding: 0.5em;
    padding-top: 5px;
    padding-top: 0.3125rem;
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
    color: #444a5a;
    background-color: white;
    border: solid 1px #d5d5d5; }
    form input[type="text"]:focus,
    form input[type="password"]:focus,
    form input[type="email"]:focus,
    form input[type="tel"]:focus,
    form input[type="number"]:focus,
    form textarea:focus,
    form select:focus {
      border: solid 1px #0287ee;
      outline: none; }
    form input[type="text"]:disabled,
    form input[type="password"]:disabled,
    form input[type="email"]:disabled,
    form input[type="tel"]:disabled,
    form input[type="number"]:disabled,
    form textarea:disabled,
    form select:disabled {
      opacity: 0.75;
      background-color: #7a7a7a; }
  form input[type="text"],
  form input[type="email"],
  form input[type="password"],
  form input[type="tel"],
  form input[type="number"],
  form textarea {
    width: 100%;
    height: 60px;
    font-size: 1em;
    padding: 1.5em;
    border-radius: 2px;
    color: #3a4d69;
    box-shadow: none;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    /*
    @include breakpoint($small-screen) {
      width: 46%;
    }
    */ }
  form textarea {
    box-shadow: none !important;
    border: solid 1px #d5d5d5 !important; }
  form .form-type-textarea .grippie {
    width: 96%; }
    @media screen and (min-width: 600px) {
      form .form-type-textarea .grippie {
        width: 46%; } }
  form .form-autocomplete {
    background: none; }
    form .form-autocomplete.throbbing {
      background: white url("../../images/ajax-loader.gif") no-repeat;
      background-position: 98% center; }
  form input[type="submit"], form .button {
    background-color: #c0bfbf;
    border: 3px solid #fff;
    color: #fff;
    font-size: 0.8em;
    font-size: 15px;
    padding: 0;
    width: 130px;
    height: 60px;
    box-shadow: none;
    border-radius: 2px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400; }
  form .button {
    padding: 15px; }
  form .form-type-checkbox,
  form .form-type-radio {
    padding: 5px 0;
    position: relative; }
    form .form-type-checkbox label,
    form .form-type-radio label {
      padding-left: 36px; }
    form .form-type-checkbox input,
    form .form-type-radio input {
      position: absolute;
      left: 0;
      top: 9px;
      width: 21px;
      height: 20px;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none; }
      form .form-type-checkbox input:focus,
      form .form-type-radio input:focus {
        outline: none; }
      form .form-type-checkbox input::-ms-expand,
      form .form-type-radio input::-ms-expand {
        display: none; }
  form .form-type-checkbox input {
    display: none; }
  form .form-type-checkbox label {
    position: relative; }
    form .form-type-checkbox label:before {
      position: absolute;
      content: " ";
      display: inline-block;
      width: 25px;
      height: 25px;
      margin: -10.5px 10px 0 0;
      top: 50%;
      left: 0;
      background: url("../../images/checkbox-off.png") no-repeat top left; }
  form .form-type-checkbox input:checked ~ label:before {
    background: url("../../images/checkbox-on.png") no-repeat top right; }
  form .form-type-radio {
    position: relative; }
    form .form-type-radio input {
      display: none; }
    form .form-type-radio label {
      position: relative; }
      form .form-type-radio label:before {
        position: absolute;
        content: " ";
        display: inline-block;
        width: 25px;
        height: 25px;
        margin: -10.5px 10px 0 0;
        top: 50%;
        left: 0;
        background: url("../../images/radio-off.png") no-repeat bottom left; }
    form .form-type-radio input:checked ~ label:before {
      background: url("../../images/radio-on.png") no-repeat bottom right; }
  form .form-type-select select:not([size]),
  form .webform-component-select select:not([size]) {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    margin-top: 10px;
    margin-top: 0.625rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    padding: 0.5em;
    padding-top: 5px;
    padding-top: 0.3125rem;
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
    color: #444a5a;
    background-color: white;
    border: solid 1px #d5d5d5;
    width: 100%;
    height: 50px;
    padding: 1.5em;
    border-radius: 0; }
    form .form-type-select select:not([size]):focus,
    form .webform-component-select select:not([size]):focus {
      border: solid 1px #0287ee;
      outline: none; }
    form .form-type-select select:not([size]):disabled,
    form .webform-component-select select:not([size]):disabled {
      opacity: 0.75;
      background-color: #7a7a7a; }
    form .form-type-select select:not([size]):before,
    form .webform-component-select select:not([size]):before {
      display: inline-block;
      content: " "; }
    form .form-type-select select:not([size])::-ms-expand,
    form .webform-component-select select:not([size])::-ms-expand {
      display: none; }

button:focus {
  outline: none; }

/*--------------------------------------------------------------
   ## Homepage Form 'Need More Info'
   --------------------------------------------------------------*/
.homepage #contact-message-need-more-info-form {
  /*
    height: 225px;
    width: 1168px;
    */
  background-color: #c0bfbf;
  font-family: 'Raleway',sans-serif;
  font-weight: 400; }
  .homepage #contact-message-need-more-info-form label {
    display: none; }
  .homepage #contact-message-need-more-info-form input {
    height: 50px;
    box-shadow: none;
    border: none;
    width: 100%;
    font-size: 0.5em;
    padding: 1.5em;
    border-radius: 2px;
    color: #3a4d69; }
  .homepage #contact-message-need-more-info-form p, .homepage #contact-message-need-more-info-form .main-block .mn-body, .main-block .homepage #contact-message-need-more-info-form .mn-body {
    color: #ffffff;
    font-size: 2em;
    margin-bottom: 0;
    margin-left: 2em;
    font-weight: 100; }
  .homepage #contact-message-need-more-info-form div p, .homepage #contact-message-need-more-info-form div .main-block .mn-body, .main-block .homepage #contact-message-need-more-info-form div .mn-body {
    font-size: 1.5em;
    margin-left: 0; }
  .homepage #contact-message-need-more-info-form #edit-field-name-wrapper {
    width: 165px;
    display: inline-block;
    margin-left: 4em;
    margin-top: 1em;
    margin-right: 0.5em; }
  .homepage #contact-message-need-more-info-form #edit-field-contact-phone-wrapper {
    width: 165px;
    display: inline-block;
    margin-right: 0.5em; }
  .homepage #contact-message-need-more-info-form #edit-field-email-wrapper {
    width: 250px;
    display: inline-block; }
    .homepage #contact-message-need-more-info-form #edit-field-email-wrapper input {
      width: 100%; }
  .homepage #contact-message-need-more-info-form #edit-langcode-wrapper {
    display: inline-block; }
  .homepage #contact-message-need-more-info-form #edit-actions {
    width: 130px;
    display: inline-block;
    margin-right: 2em; }
    .homepage #contact-message-need-more-info-form #edit-actions #edit-submit {
      background-color: #c0bfbf;
      border: none;
      color: #fff;
      font-size: 0.8em;
      padding: 0; }
    .homepage #contact-message-need-more-info-form #edit-actions #edit-preview {
      display: none; }

.view-faculty-and-staff .form-type-select label {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.25em; }

.view-faculty-and-staff input[type=text],
.view-faculty-and-staff select {
  padding: 0.5em;
  height: 50px; }

.view-faculty-and-staff .form-actions {
  display: inline-block; }
  .view-faculty-and-staff .form-actions input {
    margin-top: 3.2em;
    height: 55px;
    background-color: #ff3333;
    color: white;
    font-weight: bold; }
  .view-faculty-and-staff .form-actions input:hover {
    background-color: #ff3333; }

.view-faculty-and-staff .views-infinite-scroll-content-wrapper table thead {
  display: none; }

.view-faculty-and-staff .views-infinite-scroll-content-wrapper table:first-child thead {
  display: table-header-group; }

@media (max-width: 1279px) {
  .view-faculty-and-staff .form-select {
    width: 180px !important; } }

@media screen and (max-width: 959px) {
  .view-faculty-and-staff .form--inline .form-item {
    float: none; }
  .view-faculty-and-staff .form-actions input {
    margin-top: 0; } }

body {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
  color: #444a5a;
  background-color: white;
  max-width: 100%;
  width: 100vw;
  overflow-x: hidden; }
  body.not-front {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem; }

ul, ol, p, .main-block .mn-body {
  margin: 0px;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

p, .main-block .mn-body {
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
  font-size: 1em; }

a:hover {
  text-decoration: none; }

b, strong {
  font-family: 'Open Sans',sans-serif;
  font-weight: 700; }

em, i {
  font-style: italic; }

hr {
  border: none;
  border-bottom: solid 1px #7a7a7a; }

figure, figcaption {
  font-family: 'Open Sans',sans-serif;
  font-weight: 100;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #0287ee; }

small {
  font-family: 'Open Sans',sans-serif;
  font-weight: 100;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #7a7a7a; }

sub, sup {
  font-family: 'Open Sans',sans-serif;
  font-weight: 100;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #030303;
  text-transform: uppercase; }

sub {
  vertical-align: sub; }

sup {
  vertical-align: super; }

/*--------------------------------------------------------------
  ## Text elements
  --------------------------------------------------------------*/
blockquote {
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #7a7a7a;
  text-align: justify;
  padding: 0px 70px;
  quotes: "“" "”" "‘" "’";
  position: relative;
  margin: 0px 60px; }
  blockquote:before, blockquote:after {
    font-size: 120px;
    font-size: 7.5rem;
    line-height: 130px;
    line-height: 8.125rem;
    position: absolute;
    color: #0287ee; }
  blockquote:before {
    content: open-quote;
    top: 0;
    left: 0;
    line-height: 1; }
  blockquote:after {
    content: close-quote;
    bottom: 0;
    right: 0;
    line-height: 0; }

@media screen and (max-width: 719px) {
  blockquote {
    padding: 0 40px;
    margin: 0; }
    blockquote:before, blockquote:after {
      font-size: 60px;
      font-size: 3.75rem;
      line-height: 70px;
      line-height: 4.375rem; } }

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
.l-page a {
  color: #0287ee;
  text-decoration: none; }
  .l-page a.with-title {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  .l-page a:hover {
    color: #0c446f; }
  .l-page a:focus {
    outline: 0; }
  .l-page a:hover, .l-page a:active {
    outline: 0; }
  .l-page a.button-small-navy {
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 30px;
    line-height: 1.875rem;
    letter-spacing: 0.1em;
    cursor: pointer;
    padding: 10px 40px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    color: white;
    background-color: #0c446f; }
    .l-page a.button-small-navy:hover {
      background-color: #f27801; }
  .l-page a.button-small-blue {
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 30px;
    line-height: 1.875rem;
    letter-spacing: 0.1em;
    cursor: pointer;
    padding: 10px 40px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    color: white;
    background-color: #0287ee; }
    .l-page a.button-small-blue:hover {
      background-color: #0c446f; }
  .l-page a.button-small-green {
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 30px;
    line-height: 1.875rem;
    letter-spacing: 0.1em;
    cursor: pointer;
    padding: 10px 40px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    color: white;
    background-color: #28b7be; }
    .l-page a.button-small-green:hover {
      background-color: #238085; }
  .l-page a.button-large-blue {
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px;
    line-height: 2.5rem;
    letter-spacing: 0.1em;
    cursor: pointer;
    padding: 20px 60px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    color: white;
    background-color: #0287ee; }
    .l-page a.button-large-blue:hover {
      background-color: #0c446f; }
  .l-page a.button-large-green {
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px;
    line-height: 2.5rem;
    letter-spacing: 0.1em;
    cursor: pointer;
    padding: 20px 60px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    color: white;
    background-color: #28b7be; }
    .l-page a.button-large-green:hover {
      background-color: #238085; }

/*--------------------------------------------------------------
  ## Drupal overrides
  --------------------------------------------------------------*/
span.mailto {
  display: none; }

#ui-datepicker-div {
  z-index: 100 !important; }

.breadcrumb {
  padding: 0; }
  .breadcrumb li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    margin-right: 1em;
    padding-left: 20px; }
    .breadcrumb li:before {
      display: inline-block;
      font-family: FontAwesome;
      font-weight: normal;
      content: "";
      margin-right: 10px; }
    .breadcrumb li:before {
      position: absolute;
      left: 0;
      top: 8px;
      font-size: 14px;
      line-height: 1; }
    .breadcrumb li a {
      color: #555;
      font-family: 'Raleway',sans-serif;
      font-weight: 400;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 30px;
      line-height: 1.875rem;
      text-transform: uppercase;
      text-decoration: none; }
      .breadcrumb li a:hover {
        text-decoration: underline; }

/*--------------------------------------------------------------
  ## Classes included by panels plugins
  --------------------------------------------------------------*/
.center-to-layout {
  margin: 0px auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .center-to-layout:after {
    content: " ";
    display: block;
    clear: both; }
  @media screen and (min-width: 320px) {
    .center-to-layout {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .center-to-layout:after {
        content: " ";
        display: block;
        clear: both; } }
  @media screen and (min-width: 600px) {
    .center-to-layout {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .center-to-layout:after {
        content: " ";
        display: block;
        clear: both; } }
  @media screen and (min-width: 960px) {
    .center-to-layout {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .center-to-layout:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1280px) {
    .center-to-layout {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .center-to-layout:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1600px) {
    .center-to-layout {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .center-to-layout:after {
        content: " ";
        display: block;
        clear: both; } }

.max-width-layout {
  margin: 0px auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .max-width-layout:after {
    content: " ";
    display: block;
    clear: both; }
  @media screen and (min-width: 600px) {
    .max-width-layout {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .max-width-layout:after {
        content: " ";
        display: block;
        clear: both; } }
  @media screen and (min-width: 960px) {
    .max-width-layout {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .max-width-layout:after {
        content: " ";
        display: block;
        clear: both; } }

h1, .pane-title, .page-lp .top-lp span, .sshp .top-row .titles-row .sshp-title, .sshp .top-row .titles-row .sshp-sub-title, h2, .page-hp .featured_news_hp .row-title-link h2, .page-hp .upcoming_events_hp h2, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-lp .right-lp .field--name-field-title-block, .blocks-information .title-ihp, .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .main-block .mn-subtitle, h3, .page-hp .contact_hp p, .page-hp .contact_hp .main-block .mn-body, .main-block .page-hp .contact_hp .mn-body, h4, h5, h6, .popup-alerts .views-field-info, .page-lp .right-lp .last-row .block-last .field--name-field-sub-title-block, .featured-news .fn-title, .main-block .mn-title {
  font-family: 'Raleway',sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

h1, .pane-title, .page-lp .top-lp span, .sshp .top-row .titles-row .sshp-title, .sshp .top-row .titles-row .sshp-sub-title {
  font-size: 48px;
  font-size: 3rem;
  line-height: 60px;
  line-height: 3.75rem;
  letter-spacing: 0.05em;
  /*
  @include breakpoint($medium-screen) {
    @include set-font-size(60px);
  }
  */ }

h2, .page-hp .featured_news_hp .row-title-link h2, .page-hp .upcoming_events_hp h2, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-lp .right-lp .field--name-field-title-block, .blocks-information .title-ihp, .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .main-block .mn-subtitle {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 40px;
  line-height: 2.5rem;
  /*
  //Special header
  &.special {
    @include chalkduster-regular;
    @include set-font-size(70px);
    @include breakpoint($medium-screen) {
      @include set-font-size(100px);
    }
  }*/ }

h3, .page-hp .contact_hp p, .page-hp .contact_hp .main-block .mn-body, .main-block .page-hp .contact_hp .mn-body {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 40px;
  line-height: 2.5rem;
  /*
  //Special header
  &.special {
    @include chalkduster-regular;
    @include set-font-size(57px);
  }*/ }

h4 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 40px;
  line-height: 2.5rem; }

h5 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px;
  line-height: 2.5rem; }

h6, .popup-alerts .views-field-info, .page-lp .right-lp .last-row .block-last .field--name-field-sub-title-block, .featured-news .fn-title, .main-block .mn-title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem; }

/*--------------------------------------------------------------
  ## Special header elements
  --------------------------------------------------------------*/
.pane-title {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  text-align: center;
  text-transform: uppercase; }

@media (max-width: 1279px) {
  h2, .page-hp .featured_news_hp .row-title-link h2, .page-hp .upcoming_events_hp h2, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-lp .right-lp .field--name-field-title-block, .blocks-information .title-ihp, .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .main-block .mn-subtitle {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 40px;
    line-height: 2.5rem; }
  h3, .page-hp .contact_hp p, .page-hp .contact_hp .main-block .mn-body, .main-block .page-hp .contact_hp .mn-body {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 40px;
    line-height: 2.5rem; } }

@media screen and (max-width: 1023px) {
  h2, .page-hp .featured_news_hp .row-title-link h2, .page-hp .upcoming_events_hp h2, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-lp .right-lp .field--name-field-title-block, .blocks-information .title-ihp, .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .main-block .mn-subtitle {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 30px;
    line-height: 1.875rem; }
  h3, .page-hp .contact_hp p, .page-hp .contact_hp .main-block .mn-body, .main-block .page-hp .contact_hp .mn-body {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 30px;
    line-height: 1.875rem; } }

.icons-social-media {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .icons-social-media > li {
    display: block;
    float: left; }
    .icons-social-media > li:before {
      display: none !important; }
    .icons-social-media > li:last-child {
      margin-right: 0; }
  .icons-social-media:after {
    content: ' ';
    display: block;
    clear: both; }

.icon-social-media {
  border-radius: 50%;
  text-align: center;
  position: relative;
  width: 40px;
  height: 0px;
  padding-top: 40px;
  margin: 10px 0px;
  overflow: hidden;
  display: inline-block; }
  .icon-social-media:before {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .icon-social-media.facebook {
    background: #4d70a8; }
    .icon-social-media.facebook:before {
      display: inline-block;
      font-family: FontAwesome;
      font-weight: normal;
      content: "";
      margin-right: 10px; }
    .icon-social-media.facebook:hover {
      background: rgba(77, 112, 168, 0.75); }
  .icon-social-media.twitter {
    background: #41bbf2; }
    .icon-social-media.twitter:before {
      display: inline-block;
      font-family: FontAwesome;
      font-weight: normal;
      content: "";
      margin-right: 10px; }
    .icon-social-media.twitter:hover {
      background: rgba(65, 187, 242, 0.75); }
  .icon-social-media.linkedin {
    background: #2d87b1; }
    .icon-social-media.linkedin:before {
      display: inline-block;
      font-family: FontAwesome;
      font-weight: normal;
      content: "";
      margin-right: 10px; }
    .icon-social-media.linkedin:hover {
      background: rgba(45, 135, 177, 0.75); }
  .icon-social-media.envelope {
    background: #28b7be; }
    .icon-social-media.envelope:before {
      display: inline-block;
      font-family: FontAwesome;
      font-weight: normal;
      content: "";
      margin-right: 10px; }
    .icon-social-media.envelope:hover {
      background: rgba(40, 183, 190, 0.75); }

ul {
  list-style: none; }

.l-page ul:not(.menu):not(.tabs):not(.pager):not(.node-pager):not(.slides):not(.color-palette):not(.color-support-palette):not(.flex-direction-nav) {
  list-style: none;
  padding-left: 20px; }
  .l-page ul:not(.menu):not(.tabs):not(.pager):not(.node-pager):not(.slides):not(.color-palette):not(.color-support-palette):not(.flex-direction-nav) li:not([class]) {
    padding-left: 20px;
    position: relative;
    list-style-image: none;
    list-style-type: none; }
    .l-page ul:not(.menu):not(.tabs):not(.pager):not(.node-pager):not(.slides):not(.color-palette):not(.color-support-palette):not(.flex-direction-nav) li:not([class]):before {
      display: inline-block;
      font-family: FontAwesome;
      font-weight: normal;
      content: "";
      margin-right: 10px; }
    .l-page ul:not(.menu):not(.tabs):not(.pager):not(.node-pager):not(.slides):not(.color-palette):not(.color-support-palette):not(.flex-direction-nav) li:not([class]):before {
      color: #062651;
      font-size: 5px;
      line-height: 1;
      position: absolute;
      left: 0px;
      top: 10px; }
    .l-page ul:not(.menu):not(.tabs):not(.pager):not(.node-pager):not(.slides):not(.color-palette):not(.color-support-palette):not(.flex-direction-nav) li:not([class]) > ul > li:before {
      color: #062651; }
    .l-page ul:not(.menu):not(.tabs):not(.pager):not(.node-pager):not(.slides):not(.color-palette):not(.color-support-palette):not(.flex-direction-nav) li:not([class]) > ul > li > ul > li:before {
      color: #062651; }

.l-page ol:not([class]) {
  padding-left: 20px; }
  .l-page ol:not([class]) li {
    padding-left: 20px;
    list-style-type: none;
    counter-increment: list;
    position: relative; }
    .l-page ol:not([class]) li:after {
      content: counter(list) ".";
      position: absolute;
      left: -20px;
      top: 0px;
      width: 2em;
      text-align: right;
      color: #062651; }

.messages {
  font-family: 'Open Sans',sans-serif;
  font-weight: 100;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  background: transparent;
  position: relative;
  color: white;
  border: none;
  margin: 0;
  padding: 15px 50px 15px 30px;
  margin: 15px; }
  .messages a {
    color: rgba(255, 255, 255, 0.5); }
    .messages a:hover {
      color: rgba(255, 255, 255, 0.75); }
  .messages:after {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
    position: absolute;
    right: 10px;
    line-height: 1;
    top: 50%;
    margin-top: -10px; }
  .messages.status, .messages.messages--status {
    background: #238085; }
    .messages.status:after, .messages.messages--status:after {
      display: inline-block;
      font-family: FontAwesome;
      font-weight: normal;
      content: "";
      margin-left: 10px; }
  .messages.warning, .messages.messages--warning {
    background: #f27801; }
    .messages.warning:after, .messages.messages--warning:after {
      display: inline-block;
      font-family: FontAwesome;
      font-weight: normal;
      content: "";
      margin-left: 10px; }
  .messages.error, .messages.messages--error {
    background: #ff3333; }
    .messages.error:after, .messages.messages--error:after {
      display: inline-block;
      font-family: FontAwesome;
      font-weight: normal;
      content: "";
      margin-left: 10px; }

.pager-wrapper {
  text-align: center;
  width: 100%; }

.pager {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  margin-left: 1.5em;
  margin-right: 1.5em;
  background-color: white;
  width: 100%;
  margin-left: 0;
  display: inline-block;
  border-radius: 3px; }
  .pager .pager__items {
    padding-left: 0; }
  .pager .pager-ellipsis {
    display: none; }
  .pager .pager-first,
  .pager .pager-last,
  .pager .pager-previous,
  .pager .pager-next,
  .pager .pager-item,
  .pager .pager-current {
    display: inline-block; }
  .pager .pager-first a,
  .pager .pager-last a,
  .pager .pager-previous a,
  .pager .pager-next a {
    position: relative;
    background-color: #0287ee;
    color: white;
    display: inline-block;
    overflow: hidden;
    width: 20px;
    height: 0px;
    padding-top: 20px; }
    .pager .pager-first a:before,
    .pager .pager-last a:before,
    .pager .pager-previous a:before,
    .pager .pager-next a:before {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 30px;
      line-height: 1.875rem;
      line-height: 1;
      position: absolute;
      left: 0;
      top: 0; }
    .pager .pager-first a:hover,
    .pager .pager-last a:hover,
    .pager .pager-previous a:hover,
    .pager .pager-next a:hover {
      background-color: #0c446f; }
  .pager .pager-first a:before,
  .pager .pager-last a:before {
    left: 5px; }
  .pager .pager-previous a:before,
  .pager .pager-next a:before {
    left: 6px; }
  .pager .pager-first a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    content: "";
    margin-right: 10px; }
  .pager .pager-last a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    content: "";
    margin-right: 10px; }
  .pager .pager-previous a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    content: "";
    margin-right: 10px; }
  .pager .pager-next a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    content: "";
    margin-right: 10px; }
  .pager .pager-item {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 30px;
    line-height: 1.875rem;
    text-transform: uppercase;
    padding: 3px 12px; }
    .pager .pager-item a {
      font-family: 'Open Sans',sans-serif;
      font-weight: 100;
      color: #0c446f; }
      .pager .pager-item a:hover {
        color: #f27801; }
  .pager .pager-current {
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 30px;
    line-height: 1.875rem;
    color: #238085;
    position: relative;
    padding: 3px 12px;
    border-radius: 2px; }
    .pager .pager-current:after {
      background-color: #28b7be;
      content: " ";
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 3px; }

/*--------------------------------------------------------------
  ## Node pager
  --------------------------------------------------------------*/
.node-pager {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center; }
  .node-pager a {
    color: #062651; }
    .node-pager a:hover {
      color: #f27801; }
  .node-pager .pager-first {
    float: left;
    margin-top: 29px; }
    .node-pager .pager-first a:before {
      display: inline-block;
      font-family: FontAwesome;
      font-weight: normal;
      content: "";
      margin-right: 10px; }
  .node-pager .pager-center {
    display: inline-block; }
    .node-pager .pager-center a:before {
      display: inline-block;
      font-family: FontAwesome;
      font-weight: normal;
      content: "";
      margin-right: 10px; }
    .node-pager .pager-center a:before {
      display: block; }
  .node-pager .pager-last {
    float: right;
    margin-top: 29px; }
    .node-pager .pager-last a:after {
      display: inline-block;
      font-family: FontAwesome;
      font-weight: normal;
      content: "";
      margin-left: 10px; }

.tabs--primary {
  border-bottom: none; }
  .tabs--primary li a {
    font-family: 'Open Sans',sans-serif;
    font-weight: 100;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 30px;
    line-height: 1.875rem;
    text-transform: uppercase;
    color: white;
    background-color: #0287ee; }
    .tabs--primary li a:hover, .tabs--primary li a.active {
      color: white;
      background-color: #f27801; }
  .page-node .tabs--primary {
    position: absolute;
    width: 100%;
    padding: 1.5em;
    z-index: 10;
    background: rgba(54, 58, 70, 0.9); }

.l-content .search-block-form {
  text-align: center; }
  .l-content .search-block-form input[type="text"] {
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 30px;
    line-height: 1.875rem;
    padding: 10px 20px; }

.search-result {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  border-bottom: solid 1px #d5d5d5; }
  .search-result h4 {
    margin-bottom: 0px;
    margin-bottom: 0rem; }
  .search-result:last-child {
    margin-bottom: 0px;
    margin-bottom: 0rem;
    border: none; }

table:not(.ui-datepicker-calendar) {
  margin: 0 2.5%;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  width: 95%; }
  table:not(.ui-datepicker-calendar) caption {
    padding-top: 10px;
    padding-top: 0.625rem;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem;
    text-transform: uppercase;
    color: #238085; }
  table:not(.ui-datepicker-calendar) thead th {
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: white;
    background-color: #ff3333; }
    table:not(.ui-datepicker-calendar) thead th a {
      color: white; }
      table:not(.ui-datepicker-calendar) thead th a.active, table:not(.ui-datepicker-calendar) thead th a:hover {
        color: #f27801; }
    table:not(.ui-datepicker-calendar) thead th img {
      display: inline-block;
      margin-left: 5px; }
  table:not(.ui-datepicker-calendar) tr {
    margin-bottom: 10px;
    padding: 0; }
    table:not(.ui-datepicker-calendar) tr th {
      font-family: 'Open Sans',sans-serif;
      font-weight: 700;
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.25rem;
      color: white;
      background-color: #ff3333;
      text-align: left; }
      table:not(.ui-datepicker-calendar) tr th a {
        color: white; }
        table:not(.ui-datepicker-calendar) tr th a.active, table:not(.ui-datepicker-calendar) tr th a:hover {
          color: #f27801; }
      table:not(.ui-datepicker-calendar) tr th img {
        display: inline-block;
        margin-left: 5px; }
    table:not(.ui-datepicker-calendar) tr td {
      border: solid 1px #0c446f;
      background-color: white;
      border-bottom: none; }
      table:not(.ui-datepicker-calendar) tr td:last-child {
        border-bottom: solid 3px #0c446f; }
      table:not(.ui-datepicker-calendar) tr td:before {
        font-family: 'Open Sans',sans-serif;
        font-weight: 700;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 20px;
        line-height: 1.25rem;
        width: 100%;
        display: block;
        content: attr(data-label);
        text-transform: uppercase;
        color: #238085;
        letter-spacing: 0.05em; }
  table:not(.ui-datepicker-calendar) td, table:not(.ui-datepicker-calendar) th {
    padding: 10px 15px; }
  @media screen and (max-width: 839px) {
    table:not(.ui-datepicker-calendar) thead {
      display: none; }
    table:not(.ui-datepicker-calendar) tr {
      display: block; }
      table:not(.ui-datepicker-calendar) tr td {
        display: block; } }
  @media screen and (min-width: 960px) {
    table:not(.ui-datepicker-calendar) {
      margin: 0;
      width: 100%; }
      table:not(.ui-datepicker-calendar) tr {
        width: inherit; }
        table:not(.ui-datepicker-calendar) tr td {
          border: none;
          border-bottom: solid 1px #0c446f; }
          table:not(.ui-datepicker-calendar) tr td:last-child {
            border-bottom: solid 1px #0c446f; }
          table:not(.ui-datepicker-calendar) tr td:before {
            display: none; } }

.l-footer {
  background-color: #062651;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  /*--------------------------------------------------------------
  ## Global theming for footer elements
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Theming for specific footer elements
  ---------------------------------------------------------------*/ }
  .l-footer .l-region--footer {
    text-align: center;
    margin: 0px auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .l-footer .l-region--footer:after {
      content: " ";
      display: block;
      clear: both; }
    @media screen and (min-width: 320px) {
      .l-footer .l-region--footer {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .l-footer .l-region--footer:after {
          content: " ";
          display: block;
          clear: both; } }
    @media screen and (min-width: 600px) {
      .l-footer .l-region--footer {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .l-footer .l-region--footer:after {
          content: " ";
          display: block;
          clear: both; } }
    @media screen and (min-width: 960px) {
      .l-footer .l-region--footer {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .l-footer .l-region--footer:after {
          content: " ";
          display: block;
          clear: both; } }
    @media (min-width: 1280px) {
      .l-footer .l-region--footer {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .l-footer .l-region--footer:after {
          content: " ";
          display: block;
          clear: both; } }
    @media (min-width: 1600px) {
      .l-footer .l-region--footer {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .l-footer .l-region--footer:after {
          content: " ";
          display: block;
          clear: both; } }
    .l-footer .l-region--footer *, .l-footer .l-region--footer a {
      color: white; }
    .l-footer .l-region--footer a:hover {
      color: #0287ee; }
  .l-footer .site-logo {
    width: 255px;
    height: 0px;
    padding-top: 65px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    background: transparent url("../images/logo-white.png") no-repeat;
    margin-bottom: 40px;
    margin-bottom: 2.5rem; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .l-footer .site-logo {
        /* on retina, use image that's scaled by 2 */
        background-image: url("../images/logo-white-2x.png");
        background-size: 255px 65px; } }

.main_footer {
  background-color: #323339;
  display: inline-block;
  overflow: hidden;
  width: 100%; }
  .main_footer .footer_mobile {
    display: none; }
  .main_footer .f_links {
    margin-bottom: 50px;
    width: 66.66667%;
    float: left; }
    @media screen and (min-width: 960px) {
      .main_footer .f_links {
        width: 58.33333%;
        float: left; } }
    @media (min-width: 1280px) {
      .main_footer .f_links {
        width: 66.66667%;
        float: left; } }
    .main_footer .f_links .f_bigrow {
      width: 100%;
      float: left;
      margin-top: 7%;
      margin-left: 18%;
      width: auto;
      padding-bottom: 30px; }
      @media screen and (min-width: 960px) {
        .main_footer .f_links .f_bigrow {
          margin-left: 3%; } }
      @media (min-width: 1280px) {
        .main_footer .f_links .f_bigrow {
          margin-left: 18%; } }
      .main_footer .f_links .f_bigrow ul {
        margin-bottom: 2px; }
        .main_footer .f_links .f_bigrow ul li {
          width: 20.83333%;
          float: left;
          margin-left: 2.08333%;
          margin-right: 2.08333%; }
          .main_footer .f_links .f_bigrow ul li a {
            font-family: 'Montserrat',sans-serif;
            font-weight: 400;
            color: #ff3333;
            margin-bottom: 10px; }
          .main_footer .f_links .f_bigrow ul li a:hover {
            text-decoration: none;
            cursor: default; }
          .main_footer .f_links .f_bigrow ul li ul a {
            color: #ffffff;
            letter-spacing: 1px; }
          .main_footer .f_links .f_bigrow ul li ul a:hover {
            text-decoration: underline;
            cursor: pointer; }
          .main_footer .f_links .f_bigrow ul li ul li {
            width: 100%;
            margin-top: 7px;
            margin-left: 0; }
    .main_footer .f_links .f_social {
      margin-top: 2em; }
      .main_footer .f_links .f_social .f_inside_social {
        padding-left: 45%; }
  .main_footer #msocialntws, .main_footer .f_social {
    width: 100%;
    text-align: center; }
    .main_footer #msocialntws ul, .main_footer .f_social ul {
      display: inline-block; }
      .main_footer #msocialntws ul li, .main_footer .f_social ul li {
        display: inline; }
        @media screen and (max-width: 599px) {
          .main_footer #msocialntws ul li, .main_footer .f_social ul li {
            width: 31.66667%;
            float: left; }
            .main_footer #msocialntws ul li:nth-child(3n + 1), .main_footer .f_social ul li:nth-child(3n + 1) {
              margin-left: 0.83333%;
              margin-right: -100%;
              clear: both; }
            .main_footer #msocialntws ul li:nth-child(3n + 2), .main_footer .f_social ul li:nth-child(3n + 2) {
              margin-left: 34.16667%;
              margin-right: -100%;
              clear: none; }
            .main_footer #msocialntws ul li:nth-child(3n + 3), .main_footer .f_social ul li:nth-child(3n + 3) {
              margin-left: 67.5%;
              margin-right: -100%;
              clear: none; }
            .main_footer #msocialntws ul li a, .main_footer .f_social ul li a {
              padding: 30px; } }
      .main_footer #msocialntws ul a, .main_footer .f_social ul a {
        font-size: 40px;
        padding: 20px;
        color: white; }
      .main_footer #msocialntws ul a:hover, .main_footer .f_social ul a:hover {
        color: #EEEEEE; }
  .main_footer .f_title {
    color: #ff3333;
    margin-bottom: 10px; }
  .main_footer ul {
    list-style: none;
    padding-left: 0; }
    .main_footer ul li a {
      color: #ffffff;
      font-size: 12px;
      letter-spacing: 1px; }
  .main_footer .f_info {
    display: inline-block;
    width: 31.66667%;
    float: right;
    margin-top: 83px;
    padding-right: 2%; }
    @media screen and (min-width: 960px) {
      .main_footer .f_info {
        width: 40%;
        float: left; } }
    @media (min-width: 1280px) {
      .main_footer .f_info {
        width: 31.66667%;
        float: right; } }
    .main_footer .f_info p, .main_footer .f_info .main-block .mn-body, .main-block .main_footer .f_info .mn-body {
      font-family: 'Raleway',sans-serif;
      font-weight: 500;
      color: #ffffff;
      font-size: 12px;
      margin-bottom: 0;
      letter-spacing: 1px;
      color: #bbbbbf; }
    .main_footer .f_info a {
      color: #bbbbbf; }
      .main_footer .f_info a:visited {
        color: white; }
      .main_footer .f_info a:hover {
        color: white; }
      .main_footer .f_info a:active {
        color: white; }
    .main_footer .f_info #footerlogo {
      width: 280px;
      height: 138px;
      background: url("/themes/racc/images/footer_logo.png") no-repeat;
      margin-left: 26px; }
    .main_footer .f_info .f_description_area {
      margin-top: 48px;
      margin-left: 25px; }
      .main_footer .f_info .f_description_area .f_desc_row1 {
        margin-bottom: 28px; }

@media screen and (max-width: 1023px) {
  #omega-screen--indicator {
    display: none; }
  .main_footer {
    height: 100%; }
    .main_footer .f_links {
      display: none; }
    .main_footer .f_info {
      display: none; }
    .main_footer .footer_mobile {
      display: block; }
      .main_footer .footer_mobile a {
        color: white; }
        .main_footer .footer_mobile a:visited {
          color: #bbbbbf; }
        .main_footer .footer_mobile a:hover {
          color: #bbbbbf; }
        .main_footer .footer_mobile a:active {
          color: #bbbbbf; }
      .main_footer .footer_mobile #m_menu {
        padding: 0 15px;
        width: 92.42424%;
        float: left;
        margin-left: 3.78788%;
        margin-right: 3.78788%; }
        .main_footer .footer_mobile #m_menu ul {
          padding-top: 4.8em;
          margin-bottom: 2.2rem; }
          .main_footer .footer_mobile #m_menu ul li {
            width: 100%;
            margin-bottom: 1.2em; }
            .main_footer .footer_mobile #m_menu ul li a {
              background-color: #231f20;
              width: 100%;
              display: block;
              text-align: center;
              padding: 0.8em 0 0.5em 0;
              font-family: 'Raleway',sans-serif;
              font-weight: 100;
              font-size: 1.5em;
              text-transform: uppercase; }
      .main_footer .footer_mobile #mfooterlogo {
        width: 186px;
        height: 114px;
        background: url("/themes/racc/images/logofootermobile.png") no-repeat;
        display: block;
        position: relative;
        overflow: hidden;
        margin-right: auto;
        margin-left: auto; }
      .main_footer .footer_mobile #mftext {
        margin-top: 10px;
        width: 92.06349%;
        float: left;
        margin-left: 3.96825%;
        margin-right: 3.96825%;
        float: none; }
        .main_footer .footer_mobile #mftext p, .main_footer .footer_mobile #mftext .main-block .mn-body, .main-block .main_footer .footer_mobile #mftext .mn-body {
          font-family: 'Raleway',sans-serif;
          font-weight: 100;
          text-align: center;
          margin-bottom: 0;
          color: #fff;
          font-size: 1.2em;
          letter-spacing: 1px;
          line-height: 25px; }
      .main_footer .footer_mobile #msocialntws {
        margin-top: 35px; } }

header {
  position: relative;
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  z-index: 10; }
  header p, header .main-block .mn-body, .main-block header .mn-body, header a {
    font-family: 'Open Sans', sans-serif;
    font-family: 'Raleway', sans-serif; }

.header-opacity {
  background: white; }

.toolbar-tray-open {
  padding-top: 80px !important; }

.header-layout .region--header {
  margin-right: 0;
  margin-left: 0;
  width: 100%; }

#block-racc-branding {
  width: 27.5%;
  float: left;
  display: inline-block;
  float: left;
  height: 105px;
  z-index: 15;
  position: relative; }
  #block-racc-branding #site-branding {
    margin-top: 0; }
    #block-racc-branding #site-branding #logo {
      max-width: 100%;
      width: 100%;
      float: left; }
      #block-racc-branding #site-branding #logo img {
        display: block;
        height: 86px;
        margin: 7px auto; }

#searchheader {
  display: none;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 2000;
  height: 100%;
  overflow: hidden; }
  #searchheader .search-block-form {
    padding: 0 160px; }
    #searchheader .search-block-form .form-type-search {
      margin: 0;
      /* firefox 19+ */
      /* ie */ }
      #searchheader .search-block-form .form-type-search input {
        font-family: 'Raleway',sans-serif;
        font-weight: 400;
        width: 100%;
        font-size: 48px;
        height: auto;
        padding: 10px 0 10px 30px;
        margin-top: 1em;
        background: #d7d7d7;
        color: white;
        border: none; }
        #searchheader .search-block-form .form-type-search input:focus {
          outline: none;
          outline-width: 0; }
      #searchheader .search-block-form .form-type-search input::-webkit-input-placeholder {
        color: white; }
      #searchheader .search-block-form .form-type-search input::-moz-placeholder {
        color: white; }
      #searchheader .search-block-form .form-type-search input:-ms-input-placeholder {
        color: white; }
      #searchheader .search-block-form .form-type-search input:-moz-placeholder {
        color: white; }
    #searchheader .search-block-form .form-actions {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    #searchheader .search-block-form input.button {
      margin: 0 auto !important;
      background: #ff3333;
      border: none;
      font-size: 18px; }
  #searchheader #topbarsearch {
    width: 100%;
    height: 40px;
    background-color: #ff3333; }
    #searchheader #topbarsearch:after {
      content: '\f00d';
      font-family: FontAwesome;
      font-size: 2.5em;
      position: absolute;
      color: white;
      top: 8px;
      right: 15px;
      cursor: pointer; }

#block-racc-search {
  display: inline-block;
  background: #ff3333;
  width: 43%;
  float: right;
  height: 2em; }
  #block-racc-search input {
    border: 0;
    background: #ff3333; }

.menu--top-menu {
  width: 72.5%;
  float: right;
  display: inline-block;
  height: 46px;
  background: #ff3333;
  z-index: 10;
  position: relative; }
  .menu--top-menu ul {
    background: #ff3333;
    height: 100%; }
    .menu--top-menu ul li {
      padding: 0.9em 2.1em !important;
      margin: 0px 0px !important;
      height: 100%; }
      @media (min-width: 1280px) {
        .menu--top-menu ul li {
          padding: 0.9em 2.3em; } }
      .menu--top-menu ul li a {
        font-family: 'Raleway',sans-serif;
        font-weight: 500;
        color: white;
        font-size: 0.9em;
        letter-spacing: 2px; }
        .menu--top-menu ul li a:hover {
          font-family: 'Raleway',sans-serif;
          font-weight: 600; }
    .menu--top-menu ul li:last-child {
      padding: 0.9em 0.4em !important; }
      .menu--top-menu ul li:last-child a {
        font-family: FontAwesome;
        font-size: 1.2em;
        font-weight: bold; }
    .menu--top-menu ul li:hover {
      background-color: #EC2B2B; }

#block-mainmenu {
  width: 72.5%;
  float: right;
  display: inline-block;
  z-index: 10;
  height: 60px;
  position: relative; }
  #block-mainmenu a {
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    line-height: 15px !important; }
  #block-mainmenu ul li.sf-depth-1 a.sf-depth-1 {
    font-family: 'Raleway',sans-serif;
    font-weight: 600;
    font-size: 15px; }
  #block-mainmenu ul li.sf-depth-1.menuparent a.sf-depth-1.menuparent .sf-sub-indicator {
    display: none; }
  #block-mainmenu ul li.sf-depth-1:last-child a {
    font-weight: 700; }
  #block-mainmenu .sf-depth-1 {
    background: rgba(255, 255, 255, 0);
    height: 100%; }
    #block-mainmenu .sf-depth-1 a {
      color: #000000;
      padding: 1.5em 1.65em;
      letter-spacing: 2px; }
      @media screen and (min-width: 600px) {
        #block-mainmenu .sf-depth-1 a {
          padding: 1.5em 1.38em; } }
      @media (min-width: 1599px) {
        #block-mainmenu .sf-depth-1 a {
          padding: 1.5em 1.65em; } }
    #block-mainmenu .sf-depth-1 ul {
      box-shadow: none;
      margin-top: 25px;
      width: 17em !important; }
      #block-mainmenu .sf-depth-1 ul .sf-depth-2 a {
        font-family: 'Raleway',sans-serif;
        font-weight: 500;
        font-size: 0.8em;
        padding: 0.9em 2em;
        letter-spacing: 2px; }
        #block-mainmenu .sf-depth-1 ul .sf-depth-2 a:hover {
          font-family: 'Raleway',sans-serif;
          font-weight: 600;
          background-color: #eaeaea; }
      #block-mainmenu .sf-depth-1 ul .sf-depth-2:hover, #block-mainmenu .sf-depth-1 ul .sf-depth-2:focus {
        background-color: #eaeaea;
        text-decoration: none; }
      #block-mainmenu .sf-depth-1 ul .sf-depth-2 .sf-depth-3:hover {
        background-color: #eaeaea;
        text-decoration: none; }
      #block-mainmenu .sf-depth-1 ul li {
        background: white;
        padding: 5px; }
    #block-mainmenu .sf-depth-1:hover {
      background: white;
      text-decoration: none; }
  #block-mainmenu li.sf-depth-1 ul li.sf-depth-2 ul {
    margin-top: 0; }
  #block-mainmenu .sf-depth-1:last-child a {
    font-weight: 700; }
  #block-mainmenu ul.sf-menu.sf-style-blue {
    margin-bottom: 0;
    height: 60px; }
  #block-mainmenu .sf-accordion-toggle {
    height: 50px;
    width: 135px;
    float: right; }
    #block-mainmenu .sf-accordion-toggle a {
      background: rgba(255, 255, 255, 0);
      color: #000000;
      display: inline-block;
      font-weight: bold;
      padding: 1em 3em 1em 1em;
      position: relative;
      padding-top: 25px;
      padding-bottom: 25px;
      float: right; }
      #block-mainmenu .sf-accordion-toggle a span {
        display: none; }
    #block-mainmenu .sf-accordion-toggle a::after {
      content: "≡";
      font-size: 5em;
      position: absolute;
      right: 20px;
      top: 30%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      speak: none; }

/*--------------------------------------------------------------
## Responsive Racc Header
--------------------------------------------------------------*/
@media screen and (max-width: 1023px) {
  header .region-header {
    z-index: 9; }
  .menu--top-menu {
    width: 100%;
    height: 7px; }
    .menu--top-menu ul {
      display: none; }
  #block-racc-branding {
    width: 77.70833%;
    float: left;
    height: 65px;
    padding-left: 0; }
    #block-racc-branding #logo {
      margin-right: 0; }
    #block-racc-branding #logo img {
      width: 100px !important;
      height: auto !important; }
  #searchheader {
    z-index: 8;
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px; }
    #searchheader .search-block-form {
      padding: 0 15px;
      padding-right: 45px; }
      #searchheader .search-block-form .form-type-search input {
        font-size: 22px;
        padding: 10px 0 10px 10px; }
    #searchheader #topbarsearch {
      display: none; }
  #block-mainmenu {
    height: 65px;
    width: 22.29167%;
    float: left; }
    #block-mainmenu .sf-accordion-toggle {
      float: right;
      width: 130px;
      height: 100%;
      padding-left: 0;
      background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0; }
      #block-mainmenu .sf-accordion-toggle a {
        padding: 32.5px; }
    #block-mainmenu #searchtoggle {
      height: 65px;
      width: 65px;
      cursor: pointer;
      color: black;
      z-index: 10;
      text-align: center; }
      #block-mainmenu #searchtoggle div {
        text-align: right; }
      #block-mainmenu #searchtoggle .fa-search {
        font-size: 30px;
        padding-top: 16px; }
      #block-mainmenu #searchtoggle .fa-close {
        font-size: 36px;
        font-weight: bold;
        padding-top: 13px; }
    #block-mainmenu .sf-accordion-toggle a::after {
      content: "\f0c9";
      font-family: FontAwesome;
      font-size: 2.5em;
      top: 48%;
      position: absolute;
      right: 17px;
      speak: none;
      height: 100%;
      width: 50%;
      text-align: center;
      padding-top: 26px; }
    #block-mainmenu a.sf-expanded:after {
      content: '\f00d';
      font-family: FontAwesome;
      font-size: 2.5em;
      margin-top: 30px;
      top: 0; }
    #block-mainmenu #superfish-main-menu-accordion {
      margin-top: 65px;
      position: absolute;
      right: -9px;
      width: 103vw;
      background-color: #eaeaea;
      height: auto;
      padding-top: 1em;
      padding-bottom: 1em;
      float: none; }
      #block-mainmenu #superfish-main-menu-accordion a.menuparent:after {
        content: '\f078';
        font-family: FontAwesome;
        color: #ff3333;
        position: absolute;
        font-size: 20px;
        right: 30px; }
      #block-mainmenu #superfish-main-menu-accordion .sf-expanded {
        background-color: white; }
        #block-mainmenu #superfish-main-menu-accordion .sf-expanded a {
          background-color: white; }
        #block-mainmenu #superfish-main-menu-accordion .sf-expanded ul li {
          background-color: white; }
          #block-mainmenu #superfish-main-menu-accordion .sf-expanded ul li:hover {
            background-color: #eaeaea !important; }
            #block-mainmenu #superfish-main-menu-accordion .sf-expanded ul li:hover a {
              background-color: #eaeaea; }
          #block-mainmenu #superfish-main-menu-accordion .sf-expanded ul li a {
            font-size: 0.8em;
            padding-top: 0.8em;
            padding-bottom: 0.8em; }
            #block-mainmenu #superfish-main-menu-accordion .sf-expanded ul li a:hover {
              background-color: #eaeaea; }
          #block-mainmenu #superfish-main-menu-accordion .sf-expanded ul li li.menuparent {
            background-color: black; }
            #block-mainmenu #superfish-main-menu-accordion .sf-expanded ul li li.menuparent a:after {
              content: '\f078';
              font-family: FontAwesome;
              color: #ff3333; }
          #block-mainmenu #superfish-main-menu-accordion .sf-expanded ul li .menuparent {
            background-color: white; }
            #block-mainmenu #superfish-main-menu-accordion .sf-expanded ul li .menuparent:focus {
              background-color: white; }
            #block-mainmenu #superfish-main-menu-accordion .sf-expanded ul li .menuparent:after {
              content: '\f078';
              font-family: FontAwesome;
              color: #ff3333;
              position: absolute;
              font-size: 20px;
              right: 12px; }
      #block-mainmenu #superfish-main-menu-accordion li {
        background-color: transparent;
        height: auto; }
        #block-mainmenu #superfish-main-menu-accordion li a:hover {
          background-color: transparent; }
        #block-mainmenu #superfish-main-menu-accordion li .sf-accordion-button {
          visibility: hidden; }
          #block-mainmenu #superfish-main-menu-accordion li .sf-accordion-button:hover {
            background-color: transparent; }
          #block-mainmenu #superfish-main-menu-accordion li .sf-accordion-button:after {
            visibility: visible; }
      #block-mainmenu #superfish-main-menu-accordion .sf-depth-1 ul {
        width: 100% !important; }
      #block-mainmenu #superfish-main-menu-accordion .sf-depth-1 .menuparent {
        height: auto; }
        #block-mainmenu #superfish-main-menu-accordion .sf-depth-1 .menuparent ul li {
          padding: 5px; }
    #block-mainmenu ul.sf-expanded li.sf-depth-1 {
      width: 100%;
      margin: 0; }
      #block-mainmenu ul.sf-expanded li.sf-depth-1 a {
        padding-left: 1.8em;
        padding-top: 0.8em;
        padding-bottom: 0.5em !important;
        font-size: 18px;
        font-weight: 400; }
    #block-mainmenu ul.sf-expanded li.sf-depth-1.menuparent a {
      padding-left: 3em;
      padding-top: 0.8em;
      padding-bottom: 0.8em; }
    #block-mainmenu ul.sf-expanded li.sf-depth-1.menuparent a.sf-depth-1.menuparent {
      padding-left: 1.8em;
      padding-top: 0.8em;
      padding-bottom: 0.5em !important;
      font-size: 18px;
      font-weight: 400; }
    #block-mainmenu ul.sf-expanded li.sf-depth-1.menuparent.sf-expanded a.sf-depth-1.menuparent:after {
      content: '\f077' !important; }
    #block-mainmenu ul.sf-expanded li.sf-depth-1.menuparent.sf-expanded ul {
      margin-top: 0; }
      #block-mainmenu ul.sf-expanded li.sf-depth-1.menuparent.sf-expanded ul li a {
        letter-spacing: 3px; }
      #block-mainmenu ul.sf-expanded li.sf-depth-1.menuparent.sf-expanded ul li.sf-depth-2.menuparent a.sf-depth-2.menuparent:after {
        top: 0; }
      #block-mainmenu ul.sf-expanded li.sf-depth-1.menuparent.sf-expanded ul li.sf-depth-2.menuparent.sf-expanded a.sf-depth-2.menuparent:after {
        content: '' !important; }
    #block-mainmenu ul.sf-expanded li.sf-depth-1.menuparent.sf-expanded a.sf-depth-1.menuparent {
      color: #ff3333; }
    #block-mainmenu .sf-depth-2 a:after {
      content: '' !important; }
    #block-mainmenu .sf-depth-2.sf-expanded a:after {
      content: '' !important; }
    #block-mainmenu li:hover, #block-mainmenu a:hover {
      background: transparent !important; } }

@media screen and (max-width: 479px) {
  #block-racc-branding {
    width: 65.25%;
    float: left; }
  #block-mainmenu {
    height: 65px;
    width: 34.75%;
    float: left; } }

@media only screen and (max-width: 1200px) {
  #block-racc-branding {
    padding-left: 0px; }
  .menu--top-menu ul li a {
    margin-left: 5px; }
  #block-mainmenu .sf-depth-1 a {
    padding: 1.6em .6em;
    font-size: 14px; }
  #block-mainmenu .sf-accordion-toggle .sf-depth-1 a {
    padding-left: 3em; }
  .menu--top-menu ul li {
    padding: .9em !important; } }

/*--------------------------------------------------------------
## Global theming for header layout structure
--------------------------------------------------------------*/
.l-header-inner {
  margin: 0px auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .l-header-inner:after {
    content: " ";
    display: block;
    clear: both; }
  @media screen and (min-width: 320px) {
    .l-header-inner {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .l-header-inner:after {
        content: " ";
        display: block;
        clear: both; } }
  @media screen and (min-width: 600px) {
    .l-header-inner {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .l-header-inner:after {
        content: " ";
        display: block;
        clear: both; } }
  @media screen and (min-width: 960px) {
    .l-header-inner {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .l-header-inner:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1280px) {
    .l-header-inner {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .l-header-inner:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1600px) {
    .l-header-inner {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .l-header-inner:after {
        content: " ";
        display: block;
        clear: both; } }
  .l-header-inner .l-branding {
    width: 45%;
    float: left;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 40px;
    margin-top: 2.5rem; }
  .l-header-inner .l-region--header {
    display: none; }
  @media screen and (min-width: 600px) {
    .l-header-inner .l-branding {
      width: 47.5%;
      float: left;
      margin-left: 1.25%;
      margin-right: 1.25%; } }
  @media screen and (min-width: 960px) {
    .l-header-inner .l-branding {
      width: 23.33333%;
      float: left;
      margin-left: 0.83333%;
      margin-right: 0.83333%; }
    .l-header-inner .l-region--header {
      width: 73.33333%;
      float: right;
      margin-left: 0.83333%;
      margin-right: 0.83333%;
      display: inherit; } }

/*--------------------------------------------------------------
  ## Sticky header
  ---------------------------------------------------------------*/
/*
body:not(.cke_editable) {
  padding-top: 145px;
  &.transparent-header {
    .l-header {
      background: transparent url('../images/header-menu-bg.png') repeat-x;
    }
  }
  &.no-spacing {
    padding-top: 0px;
  }
  .l-header.sticky-header {
    position: fixed;
    background: $main-blue-dark url('../images/header-menu-bg.png') repeat-x;
    .l-branding {
      @include leader(0);
      .site-name {
        a {
          padding-top: 45px;
          background-size: contain;
          @include breakpoint($max-l-s) {
            @include leader(2);
          }
        }
      }
    }
    .block--menu-menu-header-utilities {
      opacity: 0;
      @include leader(-5);
    }
    .block--superfish-1 {
      @include leader(2);
    }
  }
}
*/
/*--------------------------------------------------------------
  ## Mobile nav general elements
  ---------------------------------------------------------------*/
#nav-menu {
  color: white;
  float: right;
  margin-top: 40px;
  margin-top: 2.5rem; }
  #nav-menu .menu-name {
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 20px;
    line-height: 1.25rem;
    text-transform: uppercase;
    display: block; }
  #nav-menu .hamburger-inner,
  #nav-menu .hamburger-inner::before,
  #nav-menu .hamburger-inner::after {
    background: white; }
  #nav-menu.is-active .hamburger-inner {
    background: transparent; }
  @media screen and (min-width: 960px) {
    #nav-menu {
      display: none; } }

/*--------------------------------------------------------------
  ## Theme AAAs mobile nav
  ---------------------------------------------------------------*/
/*--------------------------------------------------------------
  ## Main navigation
  ---------------------------------------------------------------*/
.block--superfish-1 {
  float: right;
  clear: both; }
  .block--superfish-1 li.sf-depth-1 {
    margin: 0 0.25em; }
    .block--superfish-1 li.sf-depth-1 > a {
      padding: 20px 1em;
      font-family: 'Open Sans',sans-serif;
      font-weight: 700;
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.25rem;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: white; }
      .block--superfish-1 li.sf-depth-1 > a:hover {
        color: white;
        background: #0287ee; }
    .block--superfish-1 li.sf-depth-1.first {
      margin-left: 0; }
    .block--superfish-1 li.sf-depth-1.last {
      margin-right: 0; }
    .block--superfish-1 li.sf-depth-1.sfHover > a {
      background: #0287ee; }
    .block--superfish-1 li.sf-depth-1.sfHover.menuparent > ul {
      top: 60px; }
  .block--superfish-1 .menuparent > ul {
    background-color: #0287ee;
    padding: 1em; }
  .block--superfish-1 li.sf-depth-2 {
    padding: 0; }
    .block--superfish-1 li.sf-depth-2 a {
      font-family: 'Open Sans',sans-serif;
      font-weight: 100;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 30px;
      line-height: 1.875rem;
      letter-spacing: 0.02em;
      padding: 5%;
      color: white;
      border-bottom: solid 1px white; }
      .block--superfish-1 li.sf-depth-2 a:hover {
        color: #0287ee;
        background-color: white; }
    .block--superfish-1 li.sf-depth-2.last a {
      border-bottom: none; }

/*--------------------------------------------------------------
  ## Preheader navigation
  ---------------------------------------------------------------*/
.block--menu-menu-header-utilities {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  float: right;
  opacity: 1; }
  .block--menu-menu-header-utilities ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .block--menu-menu-header-utilities ul > li {
      display: block;
      float: left; }
      .block--menu-menu-header-utilities ul > li:before {
        display: none !important; }
      .block--menu-menu-header-utilities ul > li:last-child {
        margin-right: 0; }
    .block--menu-menu-header-utilities ul:after {
      content: ' ';
      display: block;
      clear: both; }
    .block--menu-menu-header-utilities ul li:nth-last-child(3) {
      margin-left: 1em; }
    .block--menu-menu-header-utilities ul li.last {
      margin-top: 25px;
      margin-left: 20px; }
  .block--menu-menu-header-utilities .icon-social-media {
    margin: 20px 0.5em 0; }
  .block--menu-menu-header-utilities .header-button {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    color: white;
    width: 80px;
    margin: 0 1px;
    padding: 30px 0px 15px;
    display: block; }
    .block--menu-menu-header-utilities .header-button.blue {
      color: white;
      background-color: #0287ee; }
      .block--menu-menu-header-utilities .header-button.blue:hover {
        background-color: rgba(2, 135, 238, 0.5);
        color: white; }
    .block--menu-menu-header-utilities .header-button.orange {
      color: white;
      background-color: #f27801; }
      .block--menu-menu-header-utilities .header-button.orange:hover {
        color: white;
        background-color: rgba(242, 120, 1, 0.85); }
  .block--menu-menu-header-utilities .search {
    width: 30px;
    height: 0px;
    overflow: hidden;
    padding-top: 30px;
    display: block;
    background: transparent url("../images/search-white.png") no-repeat; }

.popup-alerts {
  padding: 30px;
  background: #ff3333;
  color: white; }
  .popup-alerts .views-field-info {
    text-align: center;
    text-transform: uppercase; }

#popup {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
  display: none; }

.content-popup {
  margin: 0px auto;
  margin-top: 120px;
  position: fixed;
  padding: 15px;
  width: 50%;
  background-color: #FFFFFF;
  box-shadow: 0 2px 5px #666666;
  margin-left: -25%;
  left: 50%;
  top: 5%; }

.content-popup h2, .content-popup .page-hp .featured_news_hp .row-title-link h2, .page-hp .featured_news_hp .row-title-link .content-popup h2, .content-popup .page-hp .upcoming_events_hp h2, .page-hp .upcoming_events_hp .content-popup h2, .content-popup .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .content-popup .field--name-field-title-block, .content-popup .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .content-popup .field--name-field-sub-title-block, .content-popup .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .content-popup h2, .content-popup .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .content-popup .field--name-field-title-block, .content-popup .blocks-information .title-ihp, .blocks-information .content-popup .title-ihp, .content-popup .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .content-popup .ihp-column-left-title, .content-popup .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .content-popup .ihp-column-right-title, .content-popup .main-block .mn-subtitle, .main-block .content-popup .mn-subtitle {
  color: #48484B;
  border-bottom: 1px solid #48484B;
  margin-top: 0;
  padding-bottom: 4px; }

.popup-overlay {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 0.7; }

.close {
  position: absolute;
  right: 15px;
  font-size: 20px; }
  .close a {
    color: white; }
  .close .fa {
    margin-right: 10px;
    margin-top: 8px; }

.contact-message-stay-connected-form {
  padding: 30px;
  border-bottom: 3px solid white; }
  .contact-message-stay-connected-form .form-type-select label {
    display: block;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 0.25em; }
  .contact-message-stay-connected-form input[type=text],
  .contact-message-stay-connected-form select {
    padding: 0.5em;
    height: 50px; }
  .contact-message-stay-connected-form .form-actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .contact-message-stay-connected-form .form-actions input {
      margin-top: -0.6em;
      margin-right: 0em;
      margin-left: auto;
      height: 40px;
      background-color: #ff3333;
      color: white; }
    .contact-message-stay-connected-form .form-actions input:hover {
      background-color: #FF5542; }
  .contact-message-stay-connected-form .views-infinite-scroll-content-wrapper table thead {
    display: none; }
  .contact-message-stay-connected-form .views-infinite-scroll-content-wrapper table:first-child thead {
    display: table-header-group; }

/*
.node-type-blog {
  .col-top {
    position: relative;
    img {
      width: 100%;
      height: auto;
    }
    .field--name-field-image:after {
      content: " ";
      width: 100%;
      height: 500px;
      background: $main-blue-dark;
      background: linear-gradient(rgba($main-blue-dark, 0), $main-blue-dark);

      position: absolute;
      left: 0;
      bottom: 0;
    }
    .col-top-content {
      @include content_full_width;
      padding: 0 gutters(10px);
      position: absolute;
      text-align: center;
      bottom: rhythm(2);
      * {
        color: $main-white;
      }
      .pane-node-title {
        margin: 0 auto;
        display: block;
      }
      .pane-blog-detail-page-author-panel-pane-2,
      .pane-node-created {
        &, * {
          display: inline-block;
        }
      }
      .pane-blog-detail-page-author-panel-pane-2 {
        line-height: 1;
        padding-right: 15px;
        margin-right: 10px;
        border-right: solid 1px $main-white;
      }
      @include breakpoint($large-screen) {
        left: 50%;
        width: $psd-width;
        margin-left: -($psd-width / 2);
      }
      @include breakpoint($xlarge-screen) {
        width: $max-width;
        margin-left: -($max-width / 2);
      }
    }
  }
  .col-social-media {
    text-align: center;
  }
  .addthis_sharing_toolbox {
    margin-top: rhythm(-1);
    .at-share-btn {
      margin: 0 gutter(1em);
      min-width: 50px;
      min-height: 50px;
      border-radius: 50%;
      .at-icon-wrapper {
        height: 50px !important;
        width: 50px !important;
        line-height: 65px !important;
      }
    }
  }
  .col-left {
    .node-pager {
      @include leader;
    }
  }
  .col-right {
    .panel-pane {
      @include padding-leader;
      @include padding-trailer;
      @include trailer;
      border-bottom: solid 1px $support-grey;
      &:first-child {
        border-top: solid 1px $support-grey;
      }
    }
    .pane-title {
      @include set-font-size(35px);
      @include trailer(0.5);
      color: $support-black;
      text-align: left;
      text-transform: capitalize;
    }
    .pane-node-field-tags {
      .field__items {
        @include clearfix_after;
      }
      .field__item {
        float: left;
        a {
          @include opensans-bold;
          @include set-font-size(16px);
          text-transform: uppercase;
          display: block;
          color: $main-white;
          background-color: $main-green-light;
          border-radius: 12px;
          padding: 10px 20px;
          margin-right: 20px;
          margin-bottom: 20px;
          &:hover {
            background-color: $main-orange;
          }
        }
      }
    }
  }
}
*/
.error_page {
  max-width: 70%;
  margin: 0 auto 100px auto;
  padding: 0 5%; }
  .error_page h2, .error_page .page-hp .featured_news_hp .row-title-link h2, .page-hp .featured_news_hp .row-title-link .error_page h2, .error_page .page-hp .upcoming_events_hp h2, .page-hp .upcoming_events_hp .error_page h2, .error_page .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .error_page .field--name-field-title-block, .error_page .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .error_page .field--name-field-sub-title-block, .error_page .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .error_page h2, .error_page .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .error_page .field--name-field-title-block, .error_page .blocks-information .title-ihp, .blocks-information .error_page .title-ihp, .error_page .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .error_page .ihp-column-left-title, .error_page .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .error_page .ihp-column-right-title, .error_page .main-block .mn-subtitle, .main-block .error_page .mn-subtitle {
    color: #ff3333;
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 40px; }
  .error_page p, .error_page .main-block .mn-body, .main-block .error_page .mn-body {
    font-size: 30px;
    line-height: 38px; }
  @media (max-width: 719px) {
    .error_page {
      max-width: 80%; } }

.node--type-event .top-bp h2, .node--type-event .top-bp .page-hp .featured_news_hp .row-title-link h2, .page-hp .featured_news_hp .row-title-link .node--type-event .top-bp h2, .node--type-event .top-bp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .node--type-event .top-bp .field--name-field-title-block, .node--type-event .top-bp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .node--type-event .top-bp .field--name-field-sub-title-block, .node--type-event .top-bp .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .node--type-event .top-bp h2, .node--type-event .top-bp .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .node--type-event .top-bp .field--name-field-title-block, .node--type-event .top-bp .blocks-information .title-ihp, .blocks-information .node--type-event .top-bp .title-ihp, .node--type-event .top-bp .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .node--type-event .top-bp .ihp-column-left-title, .node--type-event .top-bp .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .node--type-event .top-bp .ihp-column-right-title, .node--type-event .top-bp .main-block .mn-subtitle, .main-block .node--type-event .top-bp .mn-subtitle {
  padding: 30px 0 0 60px;
  font-size: 3rem;
  line-height: 3.75rem;
  color: white;
  margin-top: 0; }
  @media screen and (max-width: 1023px) {
    .node--type-event .top-bp h2, .node--type-event .top-bp .page-hp .featured_news_hp .row-title-link h2, .page-hp .featured_news_hp .row-title-link .node--type-event .top-bp h2, .node--type-event .top-bp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .node--type-event .top-bp .field--name-field-title-block, .node--type-event .top-bp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .node--type-event .top-bp .field--name-field-sub-title-block, .node--type-event .top-bp .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .node--type-event .top-bp h2, .node--type-event .top-bp .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .node--type-event .top-bp .field--name-field-title-block, .node--type-event .top-bp .blocks-information .title-ihp, .blocks-information .node--type-event .top-bp .title-ihp, .node--type-event .top-bp .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .node--type-event .top-bp .ihp-column-left-title, .node--type-event .top-bp .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .node--type-event .top-bp .ihp-column-right-title, .node--type-event .top-bp .main-block .mn-subtitle, .main-block .node--type-event .top-bp .mn-subtitle {
      padding: 5px 0 0 30px;
      font-size: 2.5rem; } }

.node--type-event .content-bp {
  padding-top: 30px; }

.node--type-event .view-id-taxonomy_filter_menu {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px; }
  .node--type-event .view-id-taxonomy_filter_menu .views-row {
    margin-top: 25px; }
    .node--type-event .view-id-taxonomy_filter_menu .views-row a {
      font-family: 'Raleway',sans-serif;
      font-weight: 400;
      color: black;
      text-transform: uppercase; }
      .node--type-event .view-id-taxonomy_filter_menu .views-row a:hover, .node--type-event .view-id-taxonomy_filter_menu .views-row a.active-link {
        text-decoration: none;
        cursor: pointer;
        color: #ff3333; }

.node--type-event .view-mode-default,
.node--type-event .upper-row {
  padding-top: 30px; }

.node--type-event .field--name-field-date-event,
.node--type-event .event-register-button,
.node--type-event .field--name-dynamic-block-fieldnode-add-to-calendar,
.node--type-event .add-to-calendar-button,
.node--type-event .sharethis-wrapper,
.node--type-event .field--name-field-event-time,
.node--type-event .field--name-field-place-event,
.node--type-event .field--name-dynamic-token-fieldnode-add-to-calendar-button {
  display: inline-block; }

.node--type-event .field--name-field-image-event {
  padding-top: 30px; }

.node--type-event .field--name-field-date-event {
  color: #ff3333;
  font-size: 32px;
  font-family: 'Raleway',sans-serif;
  font-weight: 500;
  width: 220px; }

.node--type-event .field.field--name-node-title h2, .node--type-event .field.field--name-node-title .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .node--type-event .field.field--name-node-title .field--name-field-title-block, .node--type-event .field.field--name-node-title .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .node--type-event .field.field--name-node-title .field--name-field-sub-title-block, .node--type-event .field.field--name-node-title .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .node--type-event .field.field--name-node-title h2, .node--type-event .field.field--name-node-title .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .node--type-event .field.field--name-node-title .field--name-field-title-block, .node--type-event .field.field--name-node-title .blocks-information .title-ihp, .blocks-information .node--type-event .field.field--name-node-title .title-ihp, .node--type-event .field.field--name-node-title .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .node--type-event .field.field--name-node-title .ihp-column-left-title, .node--type-event .field.field--name-node-title .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .node--type-event .field.field--name-node-title .ihp-column-right-title, .node--type-event .field.field--name-node-title .main-block .mn-subtitle, .main-block .node--type-event .field.field--name-node-title .mn-subtitle {
  font-size: 1.5rem;
  color: #030303;
  font-weight: 400; }

.node--type-event .register-button,
.node--type-event .add-to-calendar-wrapper {
  display: block;
  color: white;
  background-color: #ff3333;
  font-weight: bold;
  line-height: 38px;
  width: 200px;
  text-align: center;
  margin-right: 15px; }
  .node--type-event .register-button .add-to-calendar-link,
  .node--type-event .add-to-calendar-wrapper .add-to-calendar-link {
    color: white; }

.node--type-event .register-button:hover,
.node--type-event .add-to-calendar-wrapper:hover {
  background-color: #F24F40; }

.node--type-event .add-calendar-icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url("../../images/calendar_image.png") no-repeat;
  margin-left: 16px;
  position: relative;
  top: 6px;
  background-size: auto 100%;
  background-position: center top; }

.node--type-event .sharethis-wrapper .stButton {
  z-index: 0; }
  .node--type-event .sharethis-wrapper .stButton .sharethis {
    line-height: 28px;
    height: 24px;
    background-image: url("../../images/share_events.png"); }

.node--type-event .field--name-field-event-time,
.node--type-event .field--name-field-place-event {
  color: #5c5b5b;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.25rem; }

.node--type-event .field--name-field-event-time::after {
  content: ' | '; }

@media (min-width: 1023px) and (max-width: 1439px) {
  .node--type-event .add-calendar-text {
    display: none; }
  .node--type-event .register-button,
  .node--type-event .add-to-calendar-wrapper {
    width: 140px; }
  .node--type-event .add-calendar-icon {
    margin-left: 0;
    width: 100%; } }

@media (max-width: 839px) {
  .node--type-event .add-calendar-text {
    display: none; }
  .node--type-event .register-button,
  .node--type-event .add-to-calendar-wrapper {
    width: 140px; }
  .node--type-event .add-calendar-icon {
    margin-left: 0;
    width: 100%; } }

@media (max-width: 719px) {
  .node--type-event .field--name-field-date-event {
    display: block; } }

@media (max-width: 479px) {
  .node--type-event .register-button,
  .node--type-event .add-to-calendar-wrapper {
    width: 90px; } }

#user-login-form div.form-item {
  padding: 0 3em; }

#user-login-form .forgot-password,
#user-login-form #edit-actions,
#user-login-form .actions-suffix {
  margin-left: 3em;
  margin-right: 3em; }
  @media (max-width: 399px) {
    #user-login-form .forgot-password,
    #user-login-form #edit-actions,
    #user-login-form .actions-suffix {
      float: none;
      position: static; } }

#user-login-form label {
  font-size: 1.2em; }

#user-login-form input[type="text"],
#user-login-form input[type="password"] {
  padding: 0.5em 1.5em;
  font-size: 1.3em; }

#user-login-form a {
  color: #ff3333; }

#user-login-form #edit-name {
  background-size: 3em 1em; }

#user-login-form #edit-pass {
  background-position: 25px center;
  max-width: 100%; }

#user-login-form #edit-submit {
  background-color: #ff3333;
  font-weight: bold; }

.node--type-article .top-bp h2, .node--type-article .top-bp .page-hp .featured_news_hp .row-title-link h2, .page-hp .featured_news_hp .row-title-link .node--type-article .top-bp h2, .node--type-article .top-bp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .node--type-article .top-bp .field--name-field-title-block, .node--type-article .top-bp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .node--type-article .top-bp .field--name-field-sub-title-block, .node--type-article .top-bp .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .node--type-article .top-bp h2, .node--type-article .top-bp .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .node--type-article .top-bp .field--name-field-title-block, .node--type-article .top-bp .blocks-information .title-ihp, .blocks-information .node--type-article .top-bp .title-ihp, .node--type-article .top-bp .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .node--type-article .top-bp .ihp-column-left-title, .node--type-article .top-bp .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .node--type-article .top-bp .ihp-column-right-title, .node--type-article .top-bp .main-block .mn-subtitle, .main-block .node--type-article .top-bp .mn-subtitle {
  padding: 30px 0 0 60px;
  font-size: 3rem;
  line-height: 3.75rem;
  color: white;
  margin-top: 0; }
  @media screen and (max-width: 1023px) {
    .node--type-article .top-bp h2, .node--type-article .top-bp .page-hp .featured_news_hp .row-title-link h2, .page-hp .featured_news_hp .row-title-link .node--type-article .top-bp h2, .node--type-article .top-bp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .node--type-article .top-bp .field--name-field-title-block, .node--type-article .top-bp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .node--type-article .top-bp .field--name-field-sub-title-block, .node--type-article .top-bp .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .node--type-article .top-bp h2, .node--type-article .top-bp .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .node--type-article .top-bp .field--name-field-title-block, .node--type-article .top-bp .blocks-information .title-ihp, .blocks-information .node--type-article .top-bp .title-ihp, .node--type-article .top-bp .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .node--type-article .top-bp .ihp-column-left-title, .node--type-article .top-bp .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .node--type-article .top-bp .ihp-column-right-title, .node--type-article .top-bp .main-block .mn-subtitle, .main-block .node--type-article .top-bp .mn-subtitle {
      padding: 5px 0 0 30px;
      font-size: 2.5rem; } }

.node--type-article .page-bp div.content-bp {
  padding-top: 30px; }

.node--type-article .view-id-taxonomy_filter_menu {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px; }
  .node--type-article .view-id-taxonomy_filter_menu .views-row {
    margin-top: 25px; }
    .node--type-article .view-id-taxonomy_filter_menu .views-row a {
      font-family: 'Raleway',sans-serif;
      font-weight: 400;
      color: black;
      text-transform: uppercase; }
      .node--type-article .view-id-taxonomy_filter_menu .views-row a:hover, .node--type-article .view-id-taxonomy_filter_menu .views-row a.active-link {
        text-decoration: none;
        cursor: pointer;
        color: #ff3333; }

.node--type-article .field.field--name-node-title h2, .node--type-article .field.field--name-node-title .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .node--type-article .field.field--name-node-title .field--name-field-title-block, .node--type-article .field.field--name-node-title .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .node--type-article .field.field--name-node-title .field--name-field-sub-title-block, .node--type-article .field.field--name-node-title .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .node--type-article .field.field--name-node-title h2, .node--type-article .field.field--name-node-title .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .node--type-article .field.field--name-node-title .field--name-field-title-block, .node--type-article .field.field--name-node-title .blocks-information .title-ihp, .blocks-information .node--type-article .field.field--name-node-title .title-ihp, .node--type-article .field.field--name-node-title .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .node--type-article .field.field--name-node-title .ihp-column-left-title, .node--type-article .field.field--name-node-title .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .node--type-article .field.field--name-node-title .ihp-column-right-title, .node--type-article .field.field--name-node-title .main-block .mn-subtitle, .main-block .node--type-article .field.field--name-node-title .mn-subtitle {
  font-size: 1.5rem;
  color: #030303;
  font-weight: 400; }

.node--type-article .field--name-node-post-date {
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #5c5b5b;
  text-transform: uppercase;
  margin-bottom: 20px; }

.node--type-oportunities .top-bp h2, .node--type-oportunities .top-bp .page-hp .featured_news_hp .row-title-link h2, .page-hp .featured_news_hp .row-title-link .node--type-oportunities .top-bp h2, .node--type-oportunities .top-bp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .node--type-oportunities .top-bp .field--name-field-title-block, .node--type-oportunities .top-bp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .node--type-oportunities .top-bp .field--name-field-sub-title-block, .node--type-oportunities .top-bp .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .node--type-oportunities .top-bp h2, .node--type-oportunities .top-bp .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .node--type-oportunities .top-bp .field--name-field-title-block, .node--type-oportunities .top-bp .blocks-information .title-ihp, .blocks-information .node--type-oportunities .top-bp .title-ihp, .node--type-oportunities .top-bp .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .node--type-oportunities .top-bp .ihp-column-left-title, .node--type-oportunities .top-bp .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .node--type-oportunities .top-bp .ihp-column-right-title, .node--type-oportunities .top-bp .main-block .mn-subtitle, .main-block .node--type-oportunities .top-bp .mn-subtitle {
  padding: 30px 0 0 60px;
  font-size: 3rem;
  line-height: 3.75rem;
  color: white;
  margin-top: 0; }
  @media screen and (max-width: 1023px) {
    .node--type-oportunities .top-bp h2, .node--type-oportunities .top-bp .page-hp .featured_news_hp .row-title-link h2, .page-hp .featured_news_hp .row-title-link .node--type-oportunities .top-bp h2, .node--type-oportunities .top-bp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .node--type-oportunities .top-bp .field--name-field-title-block, .node--type-oportunities .top-bp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .node--type-oportunities .top-bp .field--name-field-sub-title-block, .node--type-oportunities .top-bp .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .node--type-oportunities .top-bp h2, .node--type-oportunities .top-bp .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .node--type-oportunities .top-bp .field--name-field-title-block, .node--type-oportunities .top-bp .blocks-information .title-ihp, .blocks-information .node--type-oportunities .top-bp .title-ihp, .node--type-oportunities .top-bp .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .node--type-oportunities .top-bp .ihp-column-left-title, .node--type-oportunities .top-bp .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .node--type-oportunities .top-bp .ihp-column-right-title, .node--type-oportunities .top-bp .main-block .mn-subtitle, .main-block .node--type-oportunities .top-bp .mn-subtitle {
      padding: 5px 0 0 30px;
      font-size: 2.5rem; } }

.node--type-oportunities .content-bp > .field {
  border-bottom: 1px solid #0c446f;
  padding: 10px 15px; }
  .node--type-oportunities .content-bp > .field p, .node--type-oportunities .content-bp > .field .main-block .mn-body, .main-block .node--type-oportunities .content-bp > .field .mn-body {
    margin-bottom: 0; }
  .node--type-oportunities .content-bp > .field .field__label {
    display: inline-block;
    width: 25%; }
  .node--type-oportunities .content-bp > .field .field__item {
    display: inline-block;
    width: 75%; }

@media screen and (max-width: 839px) {
  .node--type-oportunities .content-bp > .field .field__label {
    width: 100%; }
  .node--type-oportunities .content-bp > .field .field__item {
    width: 100%; } }

.page-container {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .page-container .page-sidebar {
    background: #eaeaea;
    float: left;
    width: 20.6%;
    min-width: 290px;
    border-top: 15px solid red;
    z-index: 1; }
    .page-container .page-sidebar h2, .page-container .page-sidebar .page-hp .featured_news_hp .row-title-link h2, .page-hp .featured_news_hp .row-title-link .page-container .page-sidebar h2, .page-container .page-sidebar .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-container .page-sidebar .field--name-field-title-block, .page-container .page-sidebar .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-container .page-sidebar .field--name-field-sub-title-block, .page-container .page-sidebar .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .page-container .page-sidebar h2, .page-container .page-sidebar .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .page-container .page-sidebar .field--name-field-title-block, .page-container .page-sidebar .blocks-information .title-ihp, .blocks-information .page-container .page-sidebar .title-ihp, .page-container .page-sidebar .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-container .page-sidebar .ihp-column-left-title, .page-container .page-sidebar .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-container .page-sidebar .ihp-column-right-title, .page-container .page-sidebar .main-block .mn-subtitle, .main-block .page-container .page-sidebar .mn-subtitle {
      text-transform: uppercase;
      margin-top: 0; }
    .page-container .page-sidebar aside {
      display: inline-block;
      width: 100%; }
    .page-container .page-sidebar .menu--main-menu {
      padding: 30px;
      border-bottom: 3px solid white;
      margin-bottom: 25px; }
    .page-container .page-sidebar .block-menu .link-active > a {
      color: #ff3333; }
    .page-container .page-sidebar .block-menu .link-active .is-active {
      color: #ff3333; }
    .page-container .page-sidebar .block-menu li {
      display: inherit;
      padding: 0;
      line-height: 3; }
      .page-container .page-sidebar .block-menu li:hover {
        cursor: pointer; }
      .page-container .page-sidebar .block-menu li:first-child {
        margin: 3px 5px; }
      .page-container .page-sidebar .block-menu li.arrow-right-open a {
        font-family: 'Raleway',sans-serif;
        font-weight: 600; }
      .page-container .page-sidebar .block-menu li.arrow-right-open ul.links-red li a {
        font-family: 'Raleway',sans-serif;
        font-weight: 500;
        text-transform: capitalize; }
      .page-container .page-sidebar .block-menu li a {
        font-family: 'Raleway',sans-serif;
        font-weight: 400;
        color: black;
        text-transform: uppercase; }
        .page-container .page-sidebar .block-menu li a:hover {
          text-decoration: none;
          cursor: pointer;
          color: #ff3333; }
    .page-container .page-sidebar .menu-responsive {
      display: none; }
  .page-container .page-content-sidebar {
    width: 83.33333%;
    float: left;
    width: 79.4%;
    background: white; }
  .page-container .page-content-full {
    width: 100%;
    background: white; }
  .page-container .text-formatted table {
    display: table-row;
    border: none; }
    .page-container .text-formatted table tr td:first-child {
      font-weight: bold;
      vertical-align: top; }

@media screen and (max-width: 1023px) {
  .page-container .page-sidebar {
    width: 100%;
    border: none;
    min-height: inherit !important;
    float: none;
    height: auto !important;
    position: absolute;
    top: 70px;
    z-index: 1; }
    .page-container .page-sidebar aside {
      display: none; }
    .page-container .page-sidebar .menu--main-menu {
      margin-bottom: 0;
      border-bottom: none; }
    .page-container .page-sidebar .menu-responsive {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      background: #ff3333;
      text-align: center;
      color: white;
      width: 100%;
      padding: 20px 30px; }
      .page-container .page-sidebar .menu-responsive div {
        padding-top: 5%;
        padding-top: 5%; }
      .page-container .page-sidebar .menu-responsive .menu-bar {
        font-size: 30px;
        float: left;
        text-align: left;
        padding: 0px;
        width: auto;
        cursor: pointer; }
      .page-container .page-sidebar .menu-responsive .menu-title {
        padding: 0px;
        margin: auto auto;
        text-align: center; }
        .page-container .page-sidebar .menu-responsive .menu-title h2, .page-container .page-sidebar .menu-responsive .menu-title .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-container .page-sidebar .menu-responsive .menu-title .field--name-field-title-block, .page-container .page-sidebar .menu-responsive .menu-title .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-container .page-sidebar .menu-responsive .menu-title .field--name-field-sub-title-block, .page-container .page-sidebar .menu-responsive .menu-title .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .page-container .page-sidebar .menu-responsive .menu-title .field--name-field-title-block, .page-container .page-sidebar .menu-responsive .menu-title .blocks-information .title-ihp, .blocks-information .page-container .page-sidebar .menu-responsive .menu-title .title-ihp, .page-container .page-sidebar .menu-responsive .menu-title .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-container .page-sidebar .menu-responsive .menu-title .ihp-column-left-title, .page-container .page-sidebar .menu-responsive .menu-title .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-container .page-sidebar .menu-responsive .menu-title .ihp-column-right-title, .page-container .page-sidebar .menu-responsive .menu-title .main-block .mn-subtitle, .main-block .page-container .page-sidebar .menu-responsive .menu-title .mn-subtitle {
          margin-bottom: 0px;
          text-transform: capitalize;
          font-family: 'Raleway',sans-serif;
          font-weight: 100; }
  .page-container .page-content-sidebar {
    width: 100%; }
    .page-container .page-content-sidebar .top-bp {
      min-height: 70px; }
      .page-container .page-content-sidebar .top-bp span {
        padding-left: 30px;
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 30px;
        line-height: 1.875rem; } }

@media screen and (max-width: 599px) {
  .page-container .page-content-sidebar .top-bp span {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
    line-height: 1.875rem; } }

@media screen and (max-width: 479px) {
  .page-container .page-sidebar .menu-responsive .menu-title h2, .page-container .page-sidebar .menu-responsive .menu-title .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-container .page-sidebar .menu-responsive .menu-title .field--name-field-title-block, .page-container .page-sidebar .menu-responsive .menu-title .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-container .page-sidebar .menu-responsive .menu-title .field--name-field-sub-title-block, .page-container .page-sidebar .menu-responsive .menu-title .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .page-container .page-sidebar .menu-responsive .menu-title .field--name-field-title-block, .page-container .page-sidebar .menu-responsive .menu-title .blocks-information .title-ihp, .blocks-information .page-container .page-sidebar .menu-responsive .menu-title .title-ihp, .page-container .page-sidebar .menu-responsive .menu-title .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-container .page-sidebar .menu-responsive .menu-title .ihp-column-left-title, .page-container .page-sidebar .menu-responsive .menu-title .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-container .page-sidebar .menu-responsive .menu-title .ihp-column-right-title, .page-container .page-sidebar .menu-responsive .menu-title .main-block .mn-subtitle, .main-block .page-container .page-sidebar .menu-responsive .menu-title .mn-subtitle {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem; } }

.page-admin-appearance-styleguide .l-main {
  margin: 0px auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .page-admin-appearance-styleguide .l-main:after {
    content: " ";
    display: block;
    clear: both; }
  @media screen and (min-width: 320px) {
    .page-admin-appearance-styleguide .l-main {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .page-admin-appearance-styleguide .l-main:after {
        content: " ";
        display: block;
        clear: both; } }
  @media screen and (min-width: 600px) {
    .page-admin-appearance-styleguide .l-main {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .page-admin-appearance-styleguide .l-main:after {
        content: " ";
        display: block;
        clear: both; } }
  @media screen and (min-width: 960px) {
    .page-admin-appearance-styleguide .l-main {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .page-admin-appearance-styleguide .l-main:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1280px) {
    .page-admin-appearance-styleguide .l-main {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .page-admin-appearance-styleguide .l-main:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1600px) {
    .page-admin-appearance-styleguide .l-main {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .page-admin-appearance-styleguide .l-main:after {
        content: " ";
        display: block;
        clear: both; } }
  .page-admin-appearance-styleguide .l-main .l-content {
    width: 95%;
    float: left;
    margin-left: 2.5%;
    margin-right: 2.5%; }
    @media screen and (min-width: 600px) {
      .page-admin-appearance-styleguide .l-main .l-content {
        width: 97.5%;
        float: left;
        margin-left: 1.25%;
        margin-right: 1.25%; } }
    @media screen and (min-width: 960px) {
      .page-admin-appearance-styleguide .l-main .l-content {
        width: 98.33333%;
        float: left;
        margin-left: 0.83333%;
        margin-right: 0.83333%; } }

.page-admin-appearance-styleguide .color-palette,
.page-admin-appearance-styleguide .color-support-palette {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .page-admin-appearance-styleguide .color-palette > li,
  .page-admin-appearance-styleguide .color-support-palette > li {
    display: block;
    float: left; }
    .page-admin-appearance-styleguide .color-palette > li:before,
    .page-admin-appearance-styleguide .color-support-palette > li:before {
      display: none !important; }
    .page-admin-appearance-styleguide .color-palette > li:last-child,
    .page-admin-appearance-styleguide .color-support-palette > li:last-child {
      margin-right: 0; }
  .page-admin-appearance-styleguide .color-palette:after,
  .page-admin-appearance-styleguide .color-support-palette:after {
    content: ' ';
    display: block;
    clear: both; }
  .page-admin-appearance-styleguide .color-palette li,
  .page-admin-appearance-styleguide .color-support-palette li {
    margin: 0.83333%;
    text-align: center;
    position: relative;
    padding-top: 110px;
    width: 100px; }
    .page-admin-appearance-styleguide .color-palette li:after,
    .page-admin-appearance-styleguide .color-support-palette li:after {
      content: " ";
      display: block;
      margin-bottom: 10px;
      margin-bottom: 0.625rem;
      width: 100px;
      height: 100px;
      position: absolute;
      top: 0px;
      left: 0px; }
    .page-admin-appearance-styleguide .color-palette li.color-navy:after,
    .page-admin-appearance-styleguide .color-support-palette li.color-navy:after {
      background-color: #0c446f; }
    .page-admin-appearance-styleguide .color-palette li.color-blue-dark:after,
    .page-admin-appearance-styleguide .color-support-palette li.color-blue-dark:after {
      background-color: #062651; }
    .page-admin-appearance-styleguide .color-palette li.color-blue:after,
    .page-admin-appearance-styleguide .color-support-palette li.color-blue:after {
      background-color: #0287ee; }
    .page-admin-appearance-styleguide .color-palette li.color-green:after,
    .page-admin-appearance-styleguide .color-support-palette li.color-green:after {
      background-color: #238085; }
    .page-admin-appearance-styleguide .color-palette li.color-green-light:after,
    .page-admin-appearance-styleguide .color-support-palette li.color-green-light:after {
      background-color: #28b7be; }
    .page-admin-appearance-styleguide .color-palette li.color-text:after,
    .page-admin-appearance-styleguide .color-support-palette li.color-text:after {
      background-color: #444a5a; }
    .page-admin-appearance-styleguide .color-palette li.color-orange:after,
    .page-admin-appearance-styleguide .color-support-palette li.color-orange:after {
      background-color: #f27801; }
    .page-admin-appearance-styleguide .color-palette li.color-red:after,
    .page-admin-appearance-styleguide .color-support-palette li.color-red:after {
      background-color: #ff3333; }
    .page-admin-appearance-styleguide .color-palette li.color-support-grey:after,
    .page-admin-appearance-styleguide .color-support-palette li.color-support-grey:after {
      background-color: #7a7a7a; }
    .page-admin-appearance-styleguide .color-palette li.color-support-grey-light:after,
    .page-admin-appearance-styleguide .color-support-palette li.color-support-grey-light:after {
      background-color: #d5d5d5; }

.node--type-financial-aid-job-opportunities .top-bp h2, .node--type-financial-aid-job-opportunities .top-bp .page-hp .featured_news_hp .row-title-link h2, .page-hp .featured_news_hp .row-title-link .node--type-financial-aid-job-opportunities .top-bp h2, .node--type-financial-aid-job-opportunities .top-bp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .node--type-financial-aid-job-opportunities .top-bp .field--name-field-title-block, .node--type-financial-aid-job-opportunities .top-bp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .node--type-financial-aid-job-opportunities .top-bp .field--name-field-sub-title-block, .node--type-financial-aid-job-opportunities .top-bp .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .node--type-financial-aid-job-opportunities .top-bp h2, .node--type-financial-aid-job-opportunities .top-bp .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .node--type-financial-aid-job-opportunities .top-bp .field--name-field-title-block, .node--type-financial-aid-job-opportunities .top-bp .blocks-information .title-ihp, .blocks-information .node--type-financial-aid-job-opportunities .top-bp .title-ihp, .node--type-financial-aid-job-opportunities .top-bp .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .node--type-financial-aid-job-opportunities .top-bp .ihp-column-left-title, .node--type-financial-aid-job-opportunities .top-bp .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .node--type-financial-aid-job-opportunities .top-bp .ihp-column-right-title, .node--type-financial-aid-job-opportunities .top-bp .main-block .mn-subtitle, .main-block .node--type-financial-aid-job-opportunities .top-bp .mn-subtitle {
  padding: 30px 0 0 60px;
  font-size: 3rem;
  line-height: 3.75rem;
  color: white;
  margin-top: 0; }
  @media screen and (max-width: 1023px) {
    .node--type-financial-aid-job-opportunities .top-bp h2, .node--type-financial-aid-job-opportunities .top-bp .page-hp .featured_news_hp .row-title-link h2, .page-hp .featured_news_hp .row-title-link .node--type-financial-aid-job-opportunities .top-bp h2, .node--type-financial-aid-job-opportunities .top-bp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .node--type-financial-aid-job-opportunities .top-bp .field--name-field-title-block, .node--type-financial-aid-job-opportunities .top-bp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .node--type-financial-aid-job-opportunities .top-bp .field--name-field-sub-title-block, .node--type-financial-aid-job-opportunities .top-bp .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .node--type-financial-aid-job-opportunities .top-bp h2, .node--type-financial-aid-job-opportunities .top-bp .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .node--type-financial-aid-job-opportunities .top-bp .field--name-field-title-block, .node--type-financial-aid-job-opportunities .top-bp .blocks-information .title-ihp, .blocks-information .node--type-financial-aid-job-opportunities .top-bp .title-ihp, .node--type-financial-aid-job-opportunities .top-bp .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .node--type-financial-aid-job-opportunities .top-bp .ihp-column-left-title, .node--type-financial-aid-job-opportunities .top-bp .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .node--type-financial-aid-job-opportunities .top-bp .ihp-column-right-title, .node--type-financial-aid-job-opportunities .top-bp .main-block .mn-subtitle, .main-block .node--type-financial-aid-job-opportunities .top-bp .mn-subtitle {
      padding: 5px 0 0 30px;
      font-size: 2.5rem; } }

.node--type-financial-aid-job-opportunities table tr td:first-child {
  font-weight: bold;
  vertical-align: top; }

sub {
  color: #030303; }

.aside-element {
  display: none !important; }

.show-aside {
  display: block !important; }

.page-bp {
  position: relative;
  display: inline-block;
  background: #eaeaea;
  width: 100%; }
  .page-bp .top-bp {
    width: 100%;
    margin: 0px;
    background: black;
    min-height: 107px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .page-bp .top-bp img {
      width: 100%;
      min-height: 160px; }
    .page-bp .top-bp span {
      display: block;
      width: 100%;
      text-align: left;
      padding-left: 56px;
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 50px;
      line-height: 3.125rem;
      color: white;
      font-weight: 300; }
  .page-bp .content-bp {
    width: 100%;
    background: white;
    font-size: 16px;
    line-height: 1.7;
    padding: 59px;
    min-height: 800px; }
    .page-bp .content-bp h2, .page-bp .content-bp .page-hp .featured_news_hp .row-title-link h2, .page-hp .featured_news_hp .row-title-link .page-bp .content-bp h2, .page-bp .content-bp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-bp .content-bp .field--name-field-title-block, .page-bp .content-bp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-bp .content-bp .field--name-field-sub-title-block, .page-bp .content-bp .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .page-bp .content-bp h2, .page-bp .content-bp .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .page-bp .content-bp .field--name-field-title-block, .page-bp .content-bp .blocks-information .title-ihp, .blocks-information .page-bp .content-bp .title-ihp, .page-bp .content-bp .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-bp .content-bp .ihp-column-left-title, .page-bp .content-bp .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-bp .content-bp .ihp-column-right-title, .page-bp .content-bp .main-block .mn-subtitle, .main-block .page-bp .content-bp .mn-subtitle {
      font-family: 'Raleway',sans-serif;
      font-weight: 400;
      font-size: 38px;
      font-size: 2.375rem;
      line-height: 50px;
      line-height: 3.125rem;
      color: #ff3333;
      margin-top: 0px; }
      .page-bp .content-bp h2 strong, .page-bp .content-bp .page-hp .featured_news_hp .row-title-link h2 strong, .page-hp .featured_news_hp .row-title-link .page-bp .content-bp h2 strong, .page-bp .content-bp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block strong, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-bp .content-bp .field--name-field-title-block strong, .page-bp .content-bp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block strong, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-bp .content-bp .field--name-field-sub-title-block strong, .page-bp .content-bp .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2 strong, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .page-bp .content-bp h2 strong, .page-bp .content-bp .page-lp .right-lp .field--name-field-title-block strong, .page-lp .right-lp .page-bp .content-bp .field--name-field-title-block strong, .page-bp .content-bp .blocks-information .title-ihp strong, .blocks-information .page-bp .content-bp .title-ihp strong, .page-bp .content-bp .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title strong, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-bp .content-bp .ihp-column-left-title strong, .page-bp .content-bp .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title strong, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-bp .content-bp .ihp-column-right-title strong, .page-bp .content-bp .main-block .mn-subtitle strong, .main-block .page-bp .content-bp .mn-subtitle strong {
        font-family: 'Raleway',sans-serif;
        font-weight: 400; }
      @media screen and (max-width: 1023px) {
        .page-bp .content-bp h2, .page-bp .content-bp .page-hp .featured_news_hp .row-title-link h2, .page-hp .featured_news_hp .row-title-link .page-bp .content-bp h2, .page-bp .content-bp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-bp .content-bp .field--name-field-title-block, .page-bp .content-bp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-bp .content-bp .field--name-field-sub-title-block, .page-bp .content-bp .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .page-bp .content-bp h2, .page-bp .content-bp .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .page-bp .content-bp .field--name-field-title-block, .page-bp .content-bp .blocks-information .title-ihp, .blocks-information .page-bp .content-bp .title-ihp, .page-bp .content-bp .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-bp .content-bp .ihp-column-left-title, .page-bp .content-bp .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-bp .content-bp .ihp-column-right-title, .page-bp .content-bp .main-block .mn-subtitle, .main-block .page-bp .content-bp .mn-subtitle {
          font-size: 30px;
          font-size: 1.875rem;
          line-height: 40px;
          line-height: 2.5rem; } }
    .page-bp .content-bp h3, .page-bp .content-bp .page-hp .contact_hp p, .page-hp .contact_hp .page-bp .content-bp p, .page-bp .content-bp .page-hp .contact_hp .main-block .mn-body, .page-hp .contact_hp .main-block .page-bp .content-bp .mn-body, .page-bp .content-bp .main-block .page-hp .contact_hp .mn-body, .main-block .page-hp .contact_hp .page-bp .content-bp .mn-body {
      font-family: 'Raleway',sans-serif;
      font-weight: 400;
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 40px;
      line-height: 2.5rem;
      color: #444a5a; }
      .page-bp .content-bp h3 strong, .page-bp .content-bp .page-hp .contact_hp p strong, .page-hp .contact_hp .page-bp .content-bp p strong, .page-bp .content-bp .page-hp .contact_hp .main-block .mn-body strong, .page-hp .contact_hp .main-block .page-bp .content-bp .mn-body strong, .page-bp .content-bp .main-block .page-hp .contact_hp .mn-body strong, .main-block .page-hp .contact_hp .page-bp .content-bp .mn-body strong {
        font-family: 'Raleway',sans-serif;
        font-weight: 400; }
      @media screen and (max-width: 1023px) {
        .page-bp .content-bp h3, .page-bp .content-bp .page-hp .contact_hp p, .page-hp .contact_hp .page-bp .content-bp p, .page-bp .content-bp .page-hp .contact_hp .main-block .mn-body, .page-hp .contact_hp .main-block .page-bp .content-bp .mn-body, .page-bp .content-bp .main-block .page-hp .contact_hp .mn-body, .main-block .page-hp .contact_hp .page-bp .content-bp .mn-body {
          font-size: 22px;
          font-size: 1.375rem;
          line-height: 30px;
          line-height: 1.875rem; } }
    .page-bp .content-bp h4 {
      font-family: 'Raleway',sans-serif;
      font-weight: 400;
      font-size: 25px;
      font-size: 1.5625rem;
      line-height: 30px;
      line-height: 1.875rem;
      color: #ff3333; }
      .page-bp .content-bp h4 strong {
        font-family: 'Raleway',sans-serif;
        font-weight: 400; }
      @media screen and (max-width: 1023px) {
        .page-bp .content-bp h4 {
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 30px;
          line-height: 1.875rem; } }
    .page-bp .content-bp .left120 {
      float: left;
      width: 120px; }
    .page-bp .content-bp .left300 {
      float: left;
      width: 300px; }
    .page-bp .content-bp .clearfloat {
      display: block;
      clear: both;
      width: 100%;
      font-size: 1px;
      height: 1px; }
    .page-bp .content-bp .leftimage {
      float: left;
      margin-top: 5px;
      margin-left: 5px;
      margin-right: 10px;
      margin-bottom: 3px; }
      @media screen and (max-width: 719px) {
        .page-bp .content-bp .leftimage {
          float: none;
          display: block;
          margin: 0 0 20px 0;
          padding: 0; } }
    .page-bp .content-bp .rightimage {
      float: right;
      margin-left: 9px;
      padding-right: 5px;
      margin-top: 5px;
      margin-bottom: 3px; }
      @media screen and (max-width: 719px) {
        .page-bp .content-bp .rightimage {
          float: none;
          display: block;
          margin: 0 0 20px 0;
          padding: 0; } }
    .page-bp .content-bp .ravenAmb {
      width: 80%;
      font-size: 14px;
      clear: both;
      padding-bottom: 15px;
      min-height: 215px; }
    .page-bp .content-bp dl {
      clear: both;
      margin-left: 10px;
      overflow: hidden;
      padding-bottom: 20px; }
    .page-bp .content-bp dt {
      float: left;
      width: 20%; }
    .page-bp .content-bp dd {
      float: left;
      width: 80%; }
    .page-bp .content-bp dl.staff dt {
      font-weight: bold;
      width: 25%; }
    .page-bp .content-bp dl.staff dd {
      width: 70%;
      display: block; }
    .page-bp .content-bp .leftFloat {
      float: left; }
    .page-bp .content-bp ul li {
      list-style: disc; }

@media screen and (max-width: 1023px) {
  .page-bp .content-bp {
    padding: 100px 30px 30px 30px; } }

div.htmltooltip {
  position: absolute;
  z-index: 1000;
  left: -1000px;
  top: -1000px;
  background: #272727;
  border: 10px solid black;
  color: white;
  padding: 3px;
  width: 250px; }

.page-sb .content-bp {
  position: relative;
  min-height: 800px; }
  @media (min-width: 319px) {
    .page-sb .content-bp {
      width: 100%;
      padding: 60px 30px 30px 30px; } }
  @media (min-width: 1279px) {
    .page-sb .content-bp {
      width: 72%;
      padding: 0 60px 60px; } }

@media (min-width: 319px) {
  .page-sb .sidebar-right {
    display: block;
    width: 100%; } }

@media (min-width: 1279px) {
  .page-sb .sidebar-right {
    position: absolute;
    top: 130px;
    right: 0;
    width: 28%; } }

.page-sb .sidebar-right h2, .page-sb .sidebar-right .page-hp .featured_news_hp .row-title-link h2, .page-hp .featured_news_hp .row-title-link .page-sb .sidebar-right h2, .page-sb .sidebar-right .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-sb .sidebar-right .field--name-field-title-block, .page-sb .sidebar-right .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-sb .sidebar-right .field--name-field-sub-title-block, .page-sb .sidebar-right .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .page-sb .sidebar-right h2, .page-sb .sidebar-right .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .page-sb .sidebar-right .field--name-field-title-block, .page-sb .sidebar-right .blocks-information .title-ihp, .blocks-information .page-sb .sidebar-right .title-ihp, .page-sb .sidebar-right .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-sb .sidebar-right .ihp-column-left-title, .page-sb .sidebar-right .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-sb .sidebar-right .ihp-column-right-title, .page-sb .sidebar-right .main-block .mn-subtitle, .main-block .page-sb .sidebar-right .mn-subtitle {
  margin-bottom: 26px;
  padding: 0 36px;
  color: #091f31;
  text-transform: uppercase; }

.calendar-events {
  width: 100%; }
  .calendar-events .month-view {
    margin-bottom: 60px; }
    .calendar-events .month-view thead {
      display: table-header-group; }
    .calendar-events .month-view tr {
      display: table-row; }
    .calendar-events .month-view td {
      display: table-cell; }

@media screen and (max-width: 767px) {
  .calendar-events .month-view .single-day {
    display: none; }
.node--type-page .field--name-body table{ width: 100% !important;}
.node--type-page .field--name-body iframe{ width: 100%; height: 390px;}

 }

@media screen and (max-width: 480px) {
  .calendar-events .month-view th {
    font-size: 12px !important;
    padding: 8px !important; } }

.page-hp {
  display: inline-block;
  background: white;
  width: 100%;
  margin-top: -111px;
  overflow: hidden; }
  .page-hp p, .page-hp .main-block .mn-body, .main-block .page-hp .mn-body {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    line-height: 2;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    letter-spacing: 0.7px; }
  .page-hp .border_br {
    border: 2px solid darkred; }
  .page-hp .link-block {
    display: none; }
  .page-hp .tabs_hp {
    width: 73.33333%;
    float: left;
    float: right;
    background: white;
    position: relative;
    z-index: 9;
    top: -390px;
    margin-bottom: -390px; }
  .page-hp .featured_news_hp {
    width: 98.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
    margin-top: 28px;
    margin-bottom: 0;
    padding: 0 20px; }
    .page-hp .featured_news_hp .row-title-link {
      position: relative; }
      .page-hp .featured_news_hp .row-title-link h2, .page-hp .featured_news_hp .row-title-link .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .featured_news_hp .row-title-link .field--name-field-title-block, .page-hp .featured_news_hp .row-title-link .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .featured_news_hp .row-title-link .field--name-field-sub-title-block, .page-hp .featured_news_hp .row-title-link .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .featured_news_hp .row-title-link h2, .page-hp .featured_news_hp .row-title-link .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .page-hp .featured_news_hp .row-title-link .field--name-field-title-block, .page-hp .featured_news_hp .row-title-link .blocks-information .title-ihp, .blocks-information .page-hp .featured_news_hp .row-title-link .title-ihp, .page-hp .featured_news_hp .row-title-link .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-hp .featured_news_hp .row-title-link .ihp-column-left-title, .page-hp .featured_news_hp .row-title-link .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-hp .featured_news_hp .row-title-link .ihp-column-right-title, .page-hp .featured_news_hp .row-title-link .main-block .mn-subtitle, .main-block .page-hp .featured_news_hp .row-title-link .mn-subtitle {
        text-transform: uppercase;
        margin: 29px 0 32px 11px; }
      .page-hp .featured_news_hp .row-title-link .view-all {
        position: absolute;
        top: 16px;
        right: 0;
        float: right;
        width: 80px;
        text-align: right;
        font-size: 16px;
        color: #595959; }
        @media (min-width: 319px) {
          .page-hp .featured_news_hp .row-title-link .view-all {
            right: 0;
            margin-right: 0;
            text-align: right;
            top: 8px; } }
        @media (min-width: 719px) {
          .page-hp .featured_news_hp .row-title-link .view-all {
            margin-right: 22px; } }
      .page-hp .featured_news_hp .row-title-link .view-all:hover {
        text-decoration: underline; }
    .page-hp .featured_news_hp .main-new {
      width: 100%;
      float: left; }
      @media (min-width: 1280px) {
        .page-hp .featured_news_hp .main-new {
          width: 50%;
          float: left; } }
    .page-hp .featured_news_hp .last-news {
      width: 100%;
      float: left; }
      @media (min-width: 1280px) {
        .page-hp .featured_news_hp .last-news {
          width: 50%;
          float: left; } }
  .page-hp .upcoming_events_hp {
    width: 98.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
    padding: 0 20px 30px; }
    .page-hp .upcoming_events_hp .featured_news_hp .row-title-link h2, .page-hp .featured_news_hp .row-title-link .upcoming_events_hp h2, .page-hp .upcoming_events_hp h2, .page-hp .upcoming_events_hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .upcoming_events_hp .field--name-field-title-block, .page-hp .upcoming_events_hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .upcoming_events_hp .field--name-field-sub-title-block, .page-hp .upcoming_events_hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .upcoming_events_hp h2, .page-hp .upcoming_events_hp .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .page-hp .upcoming_events_hp .field--name-field-title-block, .page-hp .upcoming_events_hp .blocks-information .title-ihp, .blocks-information .page-hp .upcoming_events_hp .title-ihp, .page-hp .upcoming_events_hp .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-hp .upcoming_events_hp .ihp-column-left-title, .page-hp .upcoming_events_hp .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-hp .upcoming_events_hp .ihp-column-right-title, .page-hp .upcoming_events_hp .main-block .mn-subtitle, .main-block .page-hp .upcoming_events_hp .mn-subtitle {
      text-transform: uppercase;
      margin: 25px 0 64px 38px;
      color: #3a4d37; }
  .page-hp .row-sn .first-block {
    width: 100%;
    float: left;
    position: relative;
    float: left;
    vertical-align: top;
    overflow: hidden;
    margin: 0;
    padding: 38px;
    background: #ff3333; }
    @media screen and (min-width: 960px) {
      .page-hp .row-sn .first-block {
        width: 50%;
        float: left; } }
    @media (min-width: 1280px) {
      .page-hp .row-sn .first-block {
        width: 25%;
        float: left; } }
    .page-hp .row-sn .first-block .social-wrapper {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      padding-top: 38px;
      z-index: 30; }
    .page-hp .row-sn .first-block h2, .page-hp .row-sn .first-block .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .row-sn .first-block .field--name-field-title-block, .page-hp .row-sn .first-block .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .row-sn .first-block .field--name-field-sub-title-block, .page-hp .row-sn .first-block .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .row-sn .first-block h2, .page-hp .row-sn .first-block .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .page-hp .row-sn .first-block .field--name-field-title-block, .page-hp .row-sn .first-block .blocks-information .title-ihp, .blocks-information .page-hp .row-sn .first-block .title-ihp, .page-hp .row-sn .first-block .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-hp .row-sn .first-block .ihp-column-left-title, .page-hp .row-sn .first-block .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-hp .row-sn .first-block .ihp-column-right-title, .page-hp .row-sn .first-block .main-block .mn-subtitle, .main-block .page-hp .row-sn .first-block .mn-subtitle {
      font-family: 'Raleway',sans-serif;
      font-weight: 400;
      font-size: 42px;
      font-size: 2.625rem;
      line-height: 50px;
      line-height: 3.125rem;
      width: 90%;
      color: white;
      margin: 0;
      line-height: 50px !important; }
    .page-hp .row-sn .first-block .social-menu {
      position: absolute;
      bottom: 0;
      overflow: hidden;
      width: 90%; }
      .page-hp .row-sn .first-block .social-menu ul {
        width: 104%;
        height: 40px; }
        .page-hp .row-sn .first-block .social-menu ul li {
          width: 31.66667%;
          float: left;
          margin: 0;
          padding: 0; }
          .page-hp .row-sn .first-block .social-menu ul li:nth-child(3n + 1) {
            margin-left: 0.83333%;
            margin-right: -100%;
            clear: both; }
          .page-hp .row-sn .first-block .social-menu ul li:nth-child(3n + 2) {
            margin-left: 34.16667%;
            margin-right: -100%;
            clear: none; }
          .page-hp .row-sn .first-block .social-menu ul li:nth-child(3n + 3) {
            margin-left: 67.5%;
            margin-right: -100%;
            clear: none; }
    .page-hp .row-sn .first-block .fa {
      width: 40px;
      height: 40px;
      margin: 0;
      padding: 0;
      border-radius: 50%;
      background: white;
      color: #ff3333;
      font-size: 24px;
      letter-spacing: 20px;
      text-align: center; }
      .page-hp .row-sn .first-block .fa:hover {
        cursor: pointer;
        background: #EEEEEE; }
      .page-hp .row-sn .first-block .fa:before {
        display: block;
        width: 22px;
        height: 24px;
        margin: 8px 8px 8px 10px;
        text-align: center; }
    .page-hp .row-sn .first-block .fa:hover {
      background: #EEEEEE; }
  .page-hp .row-sn .instagram-block {
    width: 100%;
    float: left;
    position: relative;
    float: left;
    vertical-align: top;
    overflow: hidden;
    margin: 0;
    cursor: pointer;
    background: #7a7a7a; }
    @media screen and (min-width: 960px) {
      .page-hp .row-sn .instagram-block {
        width: 50%;
        float: left; } }
    @media (min-width: 1280px) {
      .page-hp .row-sn .instagram-block {
        width: 25%;
        float: left; } }
    .page-hp .row-sn .instagram-block a:nth-of-type(1) {
      display: block;
      width: 100%;
      height: 100%; }
    .page-hp .row-sn .instagram-block img {
      display: block;
      width: 100%;
      height: auto;
      border: 0;
      vertical-align: middle; }
    .page-hp .row-sn .instagram-block .social-block--footer {
      position: absolute; }
      .page-hp .row-sn .instagram-block .social-block--footer .social-text {
        color: white; }
    .page-hp .row-sn .instagram-block:hover {
      border: 15px solid white;
      transition: border 0.5s; }
  .page-hp .row-sn .twitter-block {
    width: 100%;
    float: left;
    position: relative;
    float: left;
    vertical-align: top;
    overflow: hidden;
    margin: 0;
    cursor: pointer;
    background: #f0f0f2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 960px) {
      .page-hp .row-sn .twitter-block {
        width: 50%;
        float: left; } }
    @media (min-width: 1280px) {
      .page-hp .row-sn .twitter-block {
        width: 25%;
        float: left; } }
    .page-hp .row-sn .twitter-block .twit {
      font-family: 'Open Sans',sans-serif;
      font-weight: 100;
      position: absolute;
      width: 80%;
      margin: 0 10%;
      padding: 0;
      height: 100%;
      color: #646e82;
      font-size: 16px;
      top: 0; }
      .page-hp .row-sn .twitter-block .twit p, .page-hp .row-sn .twitter-block .twit .main-block .mn-body, .main-block .page-hp .row-sn .twitter-block .twit .mn-body {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .page-hp .row-sn .twitter-block .twit a {
        font-family: 'Open Sans',sans-serif;
        font-weight: 100;
        color: #ff3333; }
        .page-hp .row-sn .twitter-block .twit a:hover {
          color: #ff3333;
          text-decoration: underline; }
    .page-hp .row-sn .twitter-block .social-block--footer .social-text {
      color: #ff3333; }
  .page-hp .row-sn .facebook-block {
    width: 100%;
    float: left;
    position: relative;
    float: left;
    vertical-align: top;
    overflow: hidden;
    margin: 0;
    cursor: pointer;
    background: #f0f0f2;
    display: block;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 960px) {
      .page-hp .row-sn .facebook-block {
        width: 50%;
        float: left; } }
    @media (min-width: 1280px) {
      .page-hp .row-sn .facebook-block {
        width: 25%;
        float: left; } }
    .page-hp .row-sn .facebook-block a {
      z-index: 1;
      font-family: 'Open Sans',sans-serif;
      font-weight: 100; }
      .page-hp .row-sn .facebook-block a:hover {
        text-decoration: underline; }
    .page-hp .row-sn .facebook-block .facebook-post {
      font-family: 'Open Sans',sans-serif;
      font-weight: 100;
      position: absolute;
      width: 100%;
      padding: 0 34px;
      color: #646e82;
      font-size: 16px; }
    .page-hp .row-sn .facebook-block .social-icon {
      width: 50%; }
    .page-hp .row-sn .facebook-block.with-image .facebook-img,
    .page-hp .row-sn .facebook-block.with-image .facebook-overlay,
    .page-hp .row-sn .facebook-block.with-image .facebook-overlay-link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .page-hp .row-sn .facebook-block.with-image .social-placeholder {
      position: relative;
      z-index: -1; }
    .page-hp .row-sn .facebook-block.with-image .facebook-img {
      background: no-repeat 50%;
      background-size: cover;
      z-index: 0; }
    .page-hp .row-sn .facebook-block.with-image .facebook-overlay {
      background: url("/themes/racc/images/facebook_overlay.png") 0 100% repeat-x;
      z-index: 1; }
    .page-hp .row-sn .facebook-block.with-image .facebook-overlay-link {
      z-index: 2; }
    .page-hp .row-sn .facebook-block.with-image .facebook-post {
      font-weight: normal;
      color: white;
      bottom: 70px;
      position: absolute;
      z-index: 3; }
      .page-hp .row-sn .facebook-block.with-image .facebook-post a {
        color: white; }
        .page-hp .row-sn .facebook-block.with-image .facebook-post a:hover {
          color: white; }
    .page-hp .row-sn .facebook-block.with-image .social-block--footer {
      z-index: 3; }
      .page-hp .row-sn .facebook-block.with-image .social-block--footer .social-icon .fa-facebook {
        color: white; }
      .page-hp .row-sn .facebook-block.with-image .social-block--footer .social-text {
        color: white; }
    .page-hp .row-sn .facebook-block.without-image {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .page-hp .row-sn .facebook-block.without-image .facebook-img {
        display: none; }
      .page-hp .row-sn .facebook-block.without-image .facebook-post {
        padding: 0;
        text-decoration: none;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        line-height: 2;
        font-family: 'Open Sans',sans-serif;
        font-weight: 400;
        letter-spacing: 0.7px;
        font-size: 14px;
        font-size: 0.875rem; }
        .page-hp .row-sn .facebook-block.without-image .facebook-post a {
          color: #ff3333; }
          .page-hp .row-sn .facebook-block.without-image .facebook-post a:hover {
            color: #ff3333; }
      .page-hp .row-sn .facebook-block.without-image .social-block--footer .social-icon .fa-facebook {
        color: #ff3333; }
      .page-hp .row-sn .facebook-block.without-image .social-block--footer .social-text {
        color: #ff3333; }
      .page-hp .row-sn .facebook-block.without-image .social-placeholder {
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; }
      .page-hp .row-sn .facebook-block.without-image .facebook-post-link {
        position: absolute;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-weight: 100;
        width: 80%;
        margin: 0 10%;
        padding: 0;
        height: 100%;
        color: #646e82;
        font-size: 16px;
        top: 0;
        left: 0; }
  .page-hp .row-sn .social-placeholder {
    display: block;
    opacity: 0;
    width: 100%;
    height: auto;
    border: 0; }
  .page-hp .row-sn .social-block--footer {
    position: absolute;
    bottom: 24px;
    width: 100%;
    text-align: center; }
  .page-hp .row-sn div .social-icon {
    width: 50%;
    float: left;
    padding-left: 34px;
    text-align: left; }
    .page-hp .row-sn div .social-icon .fa-instagram {
      color: white; }
    .page-hp .row-sn div .social-icon .fa-twitter {
      color: #ff3333; }
    .page-hp .row-sn div .social-icon .fa {
      font-size: 28px; }
  .page-hp .row-sn div .social-text {
    width: 50%;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    margin-left: -41px;
    height: 29px;
    font-size: 14px;
    line-height: 2;
    text-align: left; }
  .page-hp .row-sn a:focus {
    outline: none; }
  .page-hp .first_back_image_hp {
    display: none; }
  .page-hp .second_slider_hp {
    width: 100%;
    float: left;
    bottom: 475px;
    position: relative;
    margin-bottom: -475px; }
  .page-hp .contact_hp {
    width: 87.08333%;
    float: left;
    float: right;
    background: #87888e;
    padding: 50px 50px 75px; }
    .page-hp .contact_hp label {
      display: none; }
    .page-hp .contact_hp p, .page-hp .contact_hp .main-block .mn-body, .main-block .page-hp .contact_hp .mn-body {
      color: white;
      font-family: 'Raleway',sans-serif;
      font-weight: 400;
      margin-bottom: 30px;
      letter-spacing: 0; }
    .page-hp .contact_hp form div:last-child p, .page-hp .contact_hp form div:last-child .main-block .mn-body, .main-block .page-hp .contact_hp form div:last-child .mn-body {
      font-family: 'Raleway',sans-serif;
      font-weight: 400;
      margin-top: 10px;
      margin-left: 20px;
      margin-bottom: 0;
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 40px;
      line-height: 2.5rem; }
      .page-hp .contact_hp form div:last-child p strong, .page-hp .contact_hp form div:last-child .main-block .mn-body strong, .main-block .page-hp .contact_hp form div:last-child .mn-body strong {
        font-family: 'Raleway',sans-serif;
        font-weight: 700;
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 40px;
        line-height: 2.5rem; }
    .page-hp .contact_hp input {
      width: 15%;
      float: left;
      margin-left: 0.83333%;
      margin-right: 0.83333%;
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 0;
      font-size: 11px;
      margin-right: 8px;
      color: #83969f; }
    .page-hp .contact_hp input[type="email"] {
      width: 22.91667%;
      float: left;
      margin-left: 0.83333%;
      margin-right: 0.83333%;
      margin-left: 0; }
    .page-hp .contact_hp input[type="submit"] {
      width: 11.66667%;
      float: left;
      margin-left: 0.83333%;
      margin-right: 0.83333%;
      margin-left: 0;
      font-size: 15px;
      color: white;
      background: #87888e; }
    .page-hp .contact_hp input[type="submit"]:hover {
      background: #9799A1; }
  .page-hp .row-hp {
    display: inline-block;
    margin-bottom: -6px; }
  .page-hp .second_back_image_hp {
    float: right;
    height: 735px;
    overflow: hidden; }
  .page-hp .container_last_row_hp {
    float: right;
    position: relative;
    bottom: 275px;
    margin-bottom: -274px; }
    .page-hp .container_last_row_hp .last_row_hp {
      width: 87.08333%;
      float: left;
      background: #ff3333; }
      .page-hp .container_last_row_hp .last_row_hp .vi_block_hp {
        width: 68.33333%;
        float: left;
        float: right;
        padding-top: 0;
        background: white; }
        .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block {
          text-transform: uppercase;
          font-family: 'Raleway',sans-serif;
          font-weight: 100;
          margin-bottom: 0;
          padding-left: 50px; }
        .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-body {
          padding-left: 50px; }
          .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-body p, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-body .main-block .mn-body, .main-block .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-body .mn-body {
            color: black;
            font-size: 17px;
            font-family: 'Open Sans',sans-serif;
            font-weight: 400;
            line-height: 30px; }
        .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block {
          margin-top: 50px;
          margin-bottom: 15px; }
        .page-hp .container_last_row_hp .last_row_hp .vi_block_hp p, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .main-block .mn-body, .main-block .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .mn-body {
          color: #95a5ac; }
        .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .img-container {
          max-height: 520px;
          overflow: hidden;
          position: relative; }
          .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .img-container img {
            width: 100%; }
          .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .img-container::after {
            transition: all 0.3s ease;
            content: "\25B6\FE0E";
            font-size: 75px;
            color: white;
            padding: 55px 50px 50px 40px;
            border-radius: 63%;
            border: 12px solid white;
            position: absolute;
            width: 150px;
            height: 150px;
            top: 50%;
            left: 50%;
            margin-left: -75px;
            margin-top: -75px;
            background: rgba(0, 0, 0, 0.4);
            cursor: pointer; }
          .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .img-container:hover::after {
            transition: all 0.3s ease;
            color: #ff3333;
            border-color: #ff3333; }
      .page-hp .container_last_row_hp .last_row_hp .red_block_hp {
        background-color: #ff3333;
        width: 31.66667%;
        float: left;
        padding: 85px 45px;
        color: white; }
        .page-hp .container_last_row_hp .last_row_hp .red_block_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .red_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .red_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .page-hp .container_last_row_hp .last_row_hp .red_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .blocks-information .title-ihp, .blocks-information .page-hp .container_last_row_hp .last_row_hp .red_block_hp .title-ihp, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-hp .container_last_row_hp .last_row_hp .red_block_hp .ihp-column-left-title, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-hp .container_last_row_hp .last_row_hp .red_block_hp .ihp-column-right-title, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .main-block .mn-subtitle, .main-block .page-hp .container_last_row_hp .last_row_hp .red_block_hp .mn-subtitle {
          text-transform: uppercase;
          font-family: 'Raleway',sans-serif;
          font-weight: 100; }
        .page-hp .container_last_row_hp .last_row_hp .red_block_hp p, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .main-block .mn-body, .main-block .page-hp .container_last_row_hp .last_row_hp .red_block_hp .mn-body {
          font-size: 18px;
          font-family: 'Open Sans',sans-serif;
          font-weight: 400;
          line-height: 30px; }
  .page-hp .brands-hp {
    width: 100%;
    float: left;
    background: #bfbfbf;
    min-height: 100px; }
    .page-hp .brands-hp .img-container {
      margin: 22px 0px; }

@media (max-width: 374px) {
  .page-hp .featured_news_hp .row-title-link h2, .page-hp .featured_news_hp .row-title-link .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .featured_news_hp .row-title-link .field--name-field-title-block, .page-hp .featured_news_hp .row-title-link .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .featured_news_hp .row-title-link .field--name-field-sub-title-block, .page-hp .featured_news_hp .row-title-link .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .featured_news_hp .row-title-link h2, .page-hp .featured_news_hp .row-title-link .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .page-hp .featured_news_hp .row-title-link .field--name-field-title-block, .page-hp .featured_news_hp .row-title-link .blocks-information .title-ihp, .blocks-information .page-hp .featured_news_hp .row-title-link .title-ihp, .page-hp .featured_news_hp .row-title-link .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-hp .featured_news_hp .row-title-link .ihp-column-left-title, .page-hp .featured_news_hp .row-title-link .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-hp .featured_news_hp .row-title-link .ihp-column-right-title, .page-hp .featured_news_hp .row-title-link .main-block .mn-subtitle, .main-block .page-hp .featured_news_hp .row-title-link .mn-subtitle {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
    margin-left: 2px; }
  .page-hp .featured_news_hp .row-title-link .view-all {
    right: 1px;
    top: 6px; }
  .page-hp .upcoming_events_hp .featured_news_hp .row-title-link h2, .page-hp .featured_news_hp .row-title-link .upcoming_events_hp h2, .page-hp .upcoming_events_hp h2, .page-hp .upcoming_events_hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .upcoming_events_hp .field--name-field-title-block, .page-hp .upcoming_events_hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .upcoming_events_hp .field--name-field-sub-title-block, .page-hp .upcoming_events_hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .upcoming_events_hp h2, .page-hp .upcoming_events_hp .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .page-hp .upcoming_events_hp .field--name-field-title-block, .page-hp .upcoming_events_hp .blocks-information .title-ihp, .blocks-information .page-hp .upcoming_events_hp .title-ihp, .page-hp .upcoming_events_hp .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-hp .upcoming_events_hp .ihp-column-left-title, .page-hp .upcoming_events_hp .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-hp .upcoming_events_hp .ihp-column-right-title, .page-hp .upcoming_events_hp .main-block .mn-subtitle, .main-block .page-hp .upcoming_events_hp .mn-subtitle {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
    margin-left: 2px; }
  .page-hp .upcoming_events_hp .view-header {
    right: 0;
    top: -59px;
    text-align: right; } }

@media screen and (max-width: 1024px) {
  .page-hp {
    overflow: visible; }
    .page-hp .link-block {
      display: inline-block;
      padding: 34px;
      background: #ff3333;
      text-align: center;
      width: 100%;
      position: relative;
      bottom: 90px;
      z-index: 9; }
      .page-hp .link-block a {
        background: white;
        font-size: 16px;
        letter-spacing: 1px;
        padding: 10px 55px;
        text-transform: uppercase;
        color: #323338; }
    .page-hp .tabs_hp {
      width: 100%;
      z-index: 0;
      top: 0px;
      margin-bottom: 35px;
      margin-top: -90px; }
    .page-hp .flexslider .flex-direction-nav a, .page-hp .flexslider .flex-direction-nav a {
      display: block; }
    .page-hp .upcoming_events_hp .featured_news_hp .row-title-link h2, .page-hp .featured_news_hp .row-title-link .upcoming_events_hp h2, .page-hp .upcoming_events_hp h2, .page-hp .upcoming_events_hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .upcoming_events_hp .field--name-field-title-block, .page-hp .upcoming_events_hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .upcoming_events_hp .field--name-field-sub-title-block, .page-hp .upcoming_events_hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .upcoming_events_hp h2, .page-hp .upcoming_events_hp .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .page-hp .upcoming_events_hp .field--name-field-title-block, .page-hp .upcoming_events_hp .blocks-information .title-ihp, .blocks-information .page-hp .upcoming_events_hp .title-ihp, .page-hp .upcoming_events_hp .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-hp .upcoming_events_hp .ihp-column-left-title, .page-hp .upcoming_events_hp .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-hp .upcoming_events_hp .ihp-column-right-title, .page-hp .upcoming_events_hp .main-block .mn-subtitle, .main-block .page-hp .upcoming_events_hp .mn-subtitle {
      margin: 25px 0 35px 10px; }
    .page-hp .first_back_image_hp {
      display: none; }
    .page-hp .second_slider_hp {
      width: 100%;
      float: left;
      bottom: 0px;
      margin-bottom: 0px; }
    .page-hp .contact_hp {
      width: 100%;
      float: left;
      padding: 30px 30px 15px; }
      .page-hp .contact_hp p:first-child, .page-hp .contact_hp .main-block .mn-body:first-child, .main-block .page-hp .contact_hp .mn-body:first-child {
        font-family: 'Raleway',sans-serif;
        font-weight: 400;
        margin-bottom: 15px; }
      .page-hp .contact_hp form div:last-child p, .page-hp .contact_hp form div:last-child .main-block .mn-body, .main-block .page-hp .contact_hp form div:last-child .mn-body {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 30px;
        line-height: 1.875rem; }
        .page-hp .contact_hp form div:last-child p strong, .page-hp .contact_hp form div:last-child .main-block .mn-body strong, .main-block .page-hp .contact_hp form div:last-child .mn-body strong {
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 30px;
          line-height: 1.875rem; }
      .page-hp .contact_hp input {
        width: 48.33333%;
        float: left;
        margin-left: 0.83333%;
        margin-right: 0.83333%;
        padding: 10px;
        margin-bottom: 10px;
        height: 30px;
        font-size: 10px;
        font-size: 0.625rem;
        line-height: 20px;
        line-height: 1.25rem; }
      .page-hp .contact_hp input[type="email"] {
        width: 48.33333%;
        float: left;
        margin-left: 0.83333%;
        margin-right: 0.83333%; }
      .page-hp .contact_hp input[type="submit"] {
        width: 48.33333%;
        float: left;
        margin-left: 0.83333%;
        margin-right: 0.83333%;
        padding: 0px; }
    .page-hp .second_back_image_hp {
      display: none; }
    .page-hp .container_last_row_hp {
      width: 100%;
      float: left;
      float: none;
      bottom: 0px;
      margin-bottom: 0px; }
      .page-hp .container_last_row_hp .last_row_hp {
        width: 100%;
        float: left; }
        .page-hp .container_last_row_hp .last_row_hp .vi_block_hp {
          width: 100%;
          float: left;
          float: none;
          padding: 5px 30px 30px; }
          .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-body p, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-body .main-block .mn-body, .main-block .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-body .mn-body {
            font-size: 14px;
            line-height: 25px; }
          .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .img-container {
            margin-left: -25px;
            margin-right: -25px; }
            .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .img-container img {
              width: 100%; }
            .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .img-container:after {
              background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
              border: 6px solid white;
              border-radius: 63%;
              color: white;
              content: "\25B6\FE0E";
              cursor: pointer;
              font-size: 40px;
              height: 90px;
              left: 50%;
              margin-left: -40px;
              margin-top: -40px;
              padding: 29px 44px 45px 23px;
              position: absolute;
              top: 50%;
              transition: all 0.3s ease 0s;
              width: 90px; }
          .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block {
            padding-left: 0;
            margin-top: 20px; }
          .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-body {
            padding-left: 0;
            line-height: 20px; }
        .page-hp .container_last_row_hp .last_row_hp .red_block_hp {
          width: 100%;
          float: left;
          padding: 30px; }
          .page-hp .container_last_row_hp .last_row_hp .red_block_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .red_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .red_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .page-hp .container_last_row_hp .last_row_hp .red_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .blocks-information .title-ihp, .blocks-information .page-hp .container_last_row_hp .last_row_hp .red_block_hp .title-ihp, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-hp .container_last_row_hp .last_row_hp .red_block_hp .ihp-column-left-title, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-hp .container_last_row_hp .last_row_hp .red_block_hp .ihp-column-right-title, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .main-block .mn-subtitle, .main-block .page-hp .container_last_row_hp .last_row_hp .red_block_hp .mn-subtitle {
            margin-top: 0px; }
          .page-hp .container_last_row_hp .last_row_hp .red_block_hp p, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .main-block .mn-body, .main-block .page-hp .container_last_row_hp .last_row_hp .red_block_hp .mn-body {
            font-size: 14px;
            line-height: 20px; }
    .page-hp .brands-hp {
      padding: 30px 0; }
      .page-hp .brands-hp .img-container {
        margin: 0px 0px 56px 0px; }
      .page-hp .brands-hp .views-row:last-child .img-container {
        margin-bottom: 0; }
      .page-hp .brands-hp .views-row:last-child {
        margin-bottom: 0; } }

.socialfeed-loading {
  clear: both;
  text-align: center;
  padding: 4em; }

@media (max-width: 1279px) {
  .page-hp .container_last_row_hp .last_row_hp .red_block_hp {
    padding: 30px; } }

@media (max-width: 1279px) {
  .page-hp .container_last_row_hp .last_row_hp .red_block_hp {
    padding: 30px; } }

.alt-img {
  display: none; }

.title-img {
  display: none; }

.page-lp {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: -5px;
  overflow: hidden;
  min-height: 100%; }
  .page-lp .top-lp {
    width: 100%;
    margin: 0px;
    background: #fff;
    min-height: 356px;
    position: relative; }
    .page-lp .top-lp .top-lp-main-background {
      width: 100%;
      background-size: cover;
      background-position: center center; }
      @media screen and (min-width: 320px) {
        .page-lp .top-lp .top-lp-main-background {
          height: 356px; } }
      @media screen and (min-width: 600px) {
        .page-lp .top-lp .top-lp-main-background {
          height: 379px; } }
      @media screen and (min-width: 960px) {
        .page-lp .top-lp .top-lp-main-background {
          height: 404px; } }
      @media (min-width: 1280px) {
        .page-lp .top-lp .top-lp-main-background {
          height: 505px; } }
      @media (min-width: 1600px) {
        .page-lp .top-lp .top-lp-main-background {
          height: 631px; } }
    .page-lp .top-lp span {
      width: 100%;
      text-align: left;
      padding-left: 23.33333%;
      bottom: 30px;
      margin-left: 12px;
      padding-right: 45px;
      position: absolute;
      font-family: 'Raleway',sans-serif;
      font-weight: 100;
      color: white;
      margin-bottom: 0px; }
    .page-lp .top-lp .block-region-top div:nth-of-type(2n) {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      margin-bottom: 0;
      background: white;
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.7) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
      /* IE6-9 */ }
  .page-lp .left-lp {
    float: left;
    width: 20.6%;
    height: auto;
    position: absolute;
    top: 230px;
    z-index: 1;
    border-top: 15px solid red;
    background: #eaeaea;
    min-height: 100%; }
    @media screen and (min-width: 320px) {
      .page-lp .left-lp {
        top: 356px; } }
    @media screen and (min-width: 600px) {
      .page-lp .left-lp {
        top: 379px; } }
    @media screen and (min-width: 960px) {
      .page-lp .left-lp {
        top: 230px; } }
    .page-lp .left-lp .block-region-left {
      margin-bottom: 25px; }
      .page-lp .left-lp .block-region-left h2, .page-lp .left-lp .block-region-left .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-lp .left-lp .block-region-left .field--name-field-title-block, .page-lp .left-lp .block-region-left .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-lp .left-lp .block-region-left .field--name-field-sub-title-block, .page-lp .left-lp .block-region-left .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .page-lp .left-lp .block-region-left h2, .page-lp .left-lp .block-region-left .right-lp .field--name-field-title-block, .page-lp .right-lp .left-lp .block-region-left .field--name-field-title-block, .page-lp .left-lp .block-region-left .blocks-information .title-ihp, .blocks-information .page-lp .left-lp .block-region-left .title-ihp, .page-lp .left-lp .block-region-left .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-lp .left-lp .block-region-left .ihp-column-left-title, .page-lp .left-lp .block-region-left .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-lp .left-lp .block-region-left .ihp-column-right-title, .page-lp .left-lp .block-region-left .main-block .mn-subtitle, .main-block .page-lp .left-lp .block-region-left .mn-subtitle {
        text-transform: uppercase; }
      .page-lp .left-lp .block-region-left .views-element-container h2, .page-lp .left-lp .block-region-left .views-element-container .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-lp .left-lp .block-region-left .views-element-container .field--name-field-title-block, .page-lp .left-lp .block-region-left .views-element-container .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-lp .left-lp .block-region-left .views-element-container .field--name-field-sub-title-block, .page-lp .left-lp .block-region-left .views-element-container .right-lp .field--name-field-title-block, .page-lp .right-lp .left-lp .block-region-left .views-element-container .field--name-field-title-block, .page-lp .left-lp .block-region-left .views-element-container .blocks-information .title-ihp, .blocks-information .page-lp .left-lp .block-region-left .views-element-container .title-ihp, .page-lp .left-lp .block-region-left .views-element-container .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-lp .left-lp .block-region-left .views-element-container .ihp-column-left-title, .page-lp .left-lp .block-region-left .views-element-container .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-lp .left-lp .block-region-left .views-element-container .ihp-column-right-title, .page-lp .left-lp .block-region-left .views-element-container .main-block .mn-subtitle, .main-block .page-lp .left-lp .block-region-left .views-element-container .mn-subtitle {
        margin: 26px 36px; }
      .page-lp .left-lp .block-region-left .views-element-container .views-row {
        padding: 0 36px; }
      .page-lp .left-lp .block-region-left .views-element-container .view-empty {
        margin-left: 36px; }
      .page-lp .left-lp .block-region-left .views-element-container .ue-title {
        font-family: 'Open Sans',sans-serif;
        font-weight: 400;
        font-weight: 400;
        font-size: 1.25rem;
        line-height: 1.875rem;
        margin-bottom: 6px; }
        .page-lp .left-lp .block-region-left .views-element-container .ue-title a {
          color: #ff3333; }
      .page-lp .left-lp .block-region-left .views-element-container .event-date {
        font-family: 'Open Sans',sans-serif;
        font-weight: 400;
        font-weight: 700;
        font-size: 0.875rem;
        line-height: 1.25rem;
        color: #5c5b5b; }
    .page-lp .left-lp .menu--main-menu {
      padding: 30px;
      border-bottom: 3px solid white; }
    .page-lp .left-lp h2, .page-lp .left-lp .page-hp .featured_news_hp .row-title-link h2, .page-hp .featured_news_hp .row-title-link .page-lp .left-lp h2, .page-lp .left-lp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-lp .left-lp .field--name-field-title-block, .page-lp .left-lp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-lp .left-lp .field--name-field-sub-title-block, .page-lp .left-lp .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .page-lp .left-lp h2, .page-lp .left-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .left-lp .field--name-field-title-block, .page-lp .left-lp .blocks-information .title-ihp, .blocks-information .page-lp .left-lp .title-ihp, .page-lp .left-lp .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-lp .left-lp .ihp-column-left-title, .page-lp .left-lp .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-lp .left-lp .ihp-column-right-title, .page-lp .left-lp .main-block .mn-subtitle, .main-block .page-lp .left-lp .mn-subtitle {
      margin-top: 0px;
      font-family: 'Raleway',sans-serif;
      font-weight: 400; }
    .page-lp .left-lp .block-menu .link-active .is-active {
      color: #ff3333; }
    .page-lp .left-lp .block-menu li {
      display: inherit;
      line-height: 3; }
      .page-lp .left-lp .block-menu li:first-child {
        margin: 3px 5px; }
      .page-lp .left-lp .block-menu li.arrow-right-open a {
        font-family: 'Raleway',sans-serif;
        font-weight: 600; }
      .page-lp .left-lp .block-menu li.arrow-right-open ul.links-red li a {
        font-family: 'Raleway',sans-serif;
        font-weight: 500;
        text-transform: capitalize; }
      .page-lp .left-lp .block-menu li a {
        font-family: 'Raleway',sans-serif;
        font-weight: 400;
        color: black;
        text-transform: uppercase; }
        .page-lp .left-lp .block-menu li a:hover {
          text-decoration: none;
          cursor: pointer;
          color: #ff3333; }
    .page-lp .left-lp .block-menu li:last-child {
      margin-right: 5px; }
    .page-lp .left-lp .menu-responsive {
      display: none; }
  .page-lp .right-lp {
    width: 80%;
    float: left;
    float: right;
    background: white;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: -10px;
    min-height: 800px; }
    .page-lp .right-lp h2, .page-lp .right-lp .page-hp .featured_news_hp .row-title-link h2, .page-hp .featured_news_hp .row-title-link .page-lp .right-lp h2, .page-lp .right-lp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-lp .right-lp .field--name-field-sub-title-block, .page-lp .right-lp .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .page-lp .right-lp h2, .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .blocks-information .title-ihp, .blocks-information .page-lp .right-lp .title-ihp, .page-lp .right-lp .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-lp .right-lp .ihp-column-left-title, .page-lp .right-lp .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-lp .right-lp .ihp-column-right-title, .page-lp .right-lp .main-block .mn-subtitle, .main-block .page-lp .right-lp .mn-subtitle {
      font-family: 'Raleway',sans-serif;
      font-weight: 400;
      font-size: 38px;
      font-size: 2.375rem;
      line-height: 50px;
      line-height: 3.125rem;
      color: #ff3333;
      margin-top: 0px; }
      .page-lp .right-lp h2 strong, .page-lp .right-lp .page-hp .featured_news_hp .row-title-link h2 strong, .page-hp .featured_news_hp .row-title-link .page-lp .right-lp h2 strong, .page-lp .right-lp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block strong, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-lp .right-lp .field--name-field-title-block strong, .page-lp .right-lp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block strong, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-lp .right-lp .field--name-field-sub-title-block strong, .page-lp .right-lp .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2 strong, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .page-lp .right-lp h2 strong, .page-lp .right-lp .field--name-field-title-block strong, .page-lp .right-lp .blocks-information .title-ihp strong, .blocks-information .page-lp .right-lp .title-ihp strong, .page-lp .right-lp .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title strong, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-lp .right-lp .ihp-column-left-title strong, .page-lp .right-lp .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title strong, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-lp .right-lp .ihp-column-right-title strong, .page-lp .right-lp .main-block .mn-subtitle strong, .main-block .page-lp .right-lp .mn-subtitle strong {
        font-family: 'Raleway',sans-serif;
        font-weight: 400; }
      @media screen and (max-width: 1023px) {
        .page-lp .right-lp h2, .page-lp .right-lp .page-hp .featured_news_hp .row-title-link h2, .page-hp .featured_news_hp .row-title-link .page-lp .right-lp h2, .page-lp .right-lp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-lp .right-lp .field--name-field-sub-title-block, .page-lp .right-lp .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .page-lp .right-lp h2, .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .blocks-information .title-ihp, .blocks-information .page-lp .right-lp .title-ihp, .page-lp .right-lp .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-lp .right-lp .ihp-column-left-title, .page-lp .right-lp .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-lp .right-lp .ihp-column-right-title, .page-lp .right-lp .main-block .mn-subtitle, .main-block .page-lp .right-lp .mn-subtitle {
          font-size: 30px;
          font-size: 1.875rem;
          line-height: 40px;
          line-height: 2.5rem; } }
    .page-lp .right-lp h3, .page-lp .right-lp .page-hp .contact_hp p, .page-hp .contact_hp .page-lp .right-lp p, .page-lp .right-lp .page-hp .contact_hp .main-block .mn-body, .page-hp .contact_hp .main-block .page-lp .right-lp .mn-body, .page-lp .right-lp .main-block .page-hp .contact_hp .mn-body, .main-block .page-hp .contact_hp .page-lp .right-lp .mn-body {
      font-family: 'Raleway',sans-serif;
      font-weight: 400;
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 40px;
      line-height: 2.5rem;
      color: #444a5a; }
      .page-lp .right-lp h3 strong, .page-lp .right-lp .page-hp .contact_hp p strong, .page-hp .contact_hp .page-lp .right-lp p strong, .page-lp .right-lp .page-hp .contact_hp .main-block .mn-body strong, .page-hp .contact_hp .main-block .page-lp .right-lp .mn-body strong, .page-lp .right-lp .main-block .page-hp .contact_hp .mn-body strong, .main-block .page-hp .contact_hp .page-lp .right-lp .mn-body strong {
        font-family: 'Raleway',sans-serif;
        font-weight: 400; }
      @media screen and (max-width: 1023px) {
        .page-lp .right-lp h3, .page-lp .right-lp .page-hp .contact_hp p, .page-hp .contact_hp .page-lp .right-lp p, .page-lp .right-lp .page-hp .contact_hp .main-block .mn-body, .page-hp .contact_hp .main-block .page-lp .right-lp .mn-body, .page-lp .right-lp .main-block .page-hp .contact_hp .mn-body, .main-block .page-hp .contact_hp .page-lp .right-lp .mn-body {
          font-size: 22px;
          font-size: 1.375rem;
          line-height: 30px;
          line-height: 1.875rem; } }
    .page-lp .right-lp h4 {
      font-family: 'Raleway',sans-serif;
      font-weight: 400;
      font-size: 25px;
      font-size: 1.5625rem;
      line-height: 30px;
      line-height: 1.875rem;
      color: #ff3333; }
      .page-lp .right-lp h4 strong {
        font-family: 'Raleway',sans-serif;
        font-weight: 400; }
      @media screen and (max-width: 1023px) {
        .page-lp .right-lp h4 {
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 30px;
          line-height: 1.875rem; } }
    .page-lp .right-lp ul li {
      list-style: disc; }
    .page-lp .right-lp .block-right {
      padding: 60px;
      padding-bottom: 0px; }
      @media (min-width: 1023px) {
        .page-lp .right-lp .block-right {
          padding-right: 100px; } }
    .page-lp .right-lp .left120 {
      float: left;
      width: 120px; }
    .page-lp .right-lp .left300 {
      float: left;
      width: 300px; }
    .page-lp .right-lp .clearfloat {
      display: block;
      clear: both;
      width: 100%;
      font-size: 1px;
      height: 1px; }
    .page-lp .right-lp .leftimage {
      float: left;
      margin-top: 5px;
      margin-left: 5px;
      margin-right: 10px;
      margin-bottom: 3px; }
      @media screen and (max-width: 719px) {
        .page-lp .right-lp .leftimage {
          float: none;
          display: block;
          margin: 0 0 20px 0;
          padding: 0; } }
    .page-lp .right-lp .rightimage {
      float: right;
      margin-left: 9px;
      padding-right: 5px;
      margin-top: 5px;
      margin-bottom: 3px; }
      @media screen and (max-width: 719px) {
        .page-lp .right-lp .rightimage {
          float: none;
          display: block;
          margin: 0 0 20px 0;
          padding: 0; } }
    .page-lp .right-lp .gallery-block .gallery-page {
      background: #323338;
      border-top: 15px solid #ff3333;
      display: inline-block;
      margin-left: -60px;
      margin-right: -100px;
      padding: 60px; }
      .page-lp .right-lp .gallery-block .gallery-page h2, .page-lp .right-lp .gallery-block .gallery-page .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-lp .right-lp .gallery-block .gallery-page .field--name-field-sub-title-block, .page-lp .right-lp .gallery-block .gallery-page .field--name-field-title-block, .page-lp .right-lp .gallery-block .gallery-page .blocks-information .title-ihp, .blocks-information .page-lp .right-lp .gallery-block .gallery-page .title-ihp, .page-lp .right-lp .gallery-block .gallery-page .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-lp .right-lp .gallery-block .gallery-page .ihp-column-left-title, .page-lp .right-lp .gallery-block .gallery-page .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-lp .right-lp .gallery-block .gallery-page .ihp-column-right-title, .page-lp .right-lp .gallery-block .gallery-page .main-block .mn-subtitle, .main-block .page-lp .right-lp .gallery-block .gallery-page .mn-subtitle {
        color: white;
        font-family: 'Raleway',sans-serif;
        font-weight: 100;
        font-size: 50px;
        margin-bottom: 35px; }
      .page-lp .right-lp .gallery-block .gallery-page p, .page-lp .right-lp .gallery-block .gallery-page .main-block .mn-body, .main-block .page-lp .right-lp .gallery-block .gallery-page .mn-body {
        color: white; }
        @media (min-width: 1023px) {
          .page-lp .right-lp .gallery-block .gallery-page p, .page-lp .right-lp .gallery-block .gallery-page .main-block .mn-body, .main-block .page-lp .right-lp .gallery-block .gallery-page .mn-body {
            padding-right: 40px; } }
      .page-lp .right-lp .gallery-block .gallery-page a {
        color: #ff3333; }
        .page-lp .right-lp .gallery-block .gallery-page a:hover {
          color: white;
          text-decoration: none; }
      .page-lp .right-lp .gallery-block .gallery-page .gallery-page-img li {
        margin-left: 0px;
        list-style: none; }
      .page-lp .right-lp .gallery-block .gallery-page .gallery-page-img .img-container {
        display: inline-block;
        text-align: center;
        width: 49.15254%;
        float: left;
        margin-right: 1.69492%;
        height: auto;
        overflow: hidden; }
        .page-lp .right-lp .gallery-block .gallery-page .gallery-page-img .img-container img {
          margin-top: 30px;
          width: 100%; }
        .page-lp .right-lp .gallery-block .gallery-page .gallery-page-img .img-container .alt-img {
          display: inline-block;
          font-size: 26px;
          color: #ff3333;
          width: 100%;
          font-family: 'Raleway',sans-serif;
          font-weight: 100; }
        .page-lp .right-lp .gallery-block .gallery-page .gallery-page-img .img-container .title-img {
          display: inline-block;
          color: white;
          width: 100%; }
      .page-lp .right-lp .gallery-block .gallery-page .gallery-page-img .item-list ul > li:nth-child(even) div {
        margin-right: 0; }
    .page-lp .right-lp .block-one {
      padding: 0px; }
      .page-lp .right-lp .block-one h4 {
        font-size: 1.50rem;
        line-height: 2.2rem; }
      .page-lp .right-lp .block-one .field--name-field-title-block {
        padding: 90px 0 0 60px;
        font-family: 'Raleway',sans-serif;
        font-weight: 100;
        font-size: 50px; }
      .page-lp .right-lp .block-one .field--name-body {
        padding: 0 60px 30px 60px; }
        @media (min-width: 1023px) {
          .page-lp .right-lp .block-one .field--name-body {
            padding-right: 100px; } }
      .page-lp .right-lp .block-one .field--name-field-image-block {
        width: 50%;
        float: right;
        margin-left: 35px;
        margin-bottom: 35px; }
    .page-lp .right-lp .block-two {
      padding-top: 0px; }
      .page-lp .right-lp .block-two h2, .page-lp .right-lp .block-two .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-lp .right-lp .block-two .field--name-field-title-block, .page-lp .right-lp .block-two .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-lp .right-lp .block-two .field--name-field-sub-title-block, .page-lp .right-lp .block-two .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .page-lp .right-lp .block-two h2, .page-lp .right-lp .block-two .field--name-field-title-block, .page-lp .right-lp .block-two .blocks-information .title-ihp, .blocks-information .page-lp .right-lp .block-two .title-ihp, .page-lp .right-lp .block-two .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-lp .right-lp .block-two .ihp-column-left-title, .page-lp .right-lp .block-two .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-lp .right-lp .block-two .ihp-column-right-title, .page-lp .right-lp .block-two .main-block .mn-subtitle, .main-block .page-lp .right-lp .block-two .mn-subtitle {
        margin-bottom: 35px;
        font-family: 'Raleway', sans-serif;
        font-weight: 100;
        font-size: 50px; }
    .page-lp .right-lp .last-row {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 30px; }
      .page-lp .right-lp .last-row .block-red {
        padding: 0px;
        width: 33.33333%;
        float: left;
        background: #ff3333; }
        .page-lp .right-lp .last-row .block-red h2, .page-lp .right-lp .last-row .block-red .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-lp .right-lp .last-row .block-red .field--name-field-sub-title-block, .page-lp .right-lp .last-row .block-red .field--name-field-title-block, .page-lp .right-lp .last-row .block-red .blocks-information .title-ihp, .blocks-information .page-lp .right-lp .last-row .block-red .title-ihp, .page-lp .right-lp .last-row .block-red .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-lp .right-lp .last-row .block-red .ihp-column-left-title, .page-lp .right-lp .last-row .block-red .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-lp .right-lp .last-row .block-red .ihp-column-right-title, .page-lp .right-lp .last-row .block-red .main-block .mn-subtitle, .main-block .page-lp .right-lp .last-row .block-red .mn-subtitle {
          font-family: 'Raleway', sans-serif;
          font-weight: 100;
          font-size: 50px; }
        .page-lp .right-lp .last-row .block-red .block-region-block-red {
          padding: 60px; }
        .page-lp .right-lp .last-row .block-red h2, .page-lp .right-lp .last-row .block-red .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-lp .right-lp .last-row .block-red .field--name-field-sub-title-block, .page-lp .right-lp .last-row .block-red .field--name-field-title-block, .page-lp .right-lp .last-row .block-red .blocks-information .title-ihp, .blocks-information .page-lp .right-lp .last-row .block-red .title-ihp, .page-lp .right-lp .last-row .block-red .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-lp .right-lp .last-row .block-red .ihp-column-left-title, .page-lp .right-lp .last-row .block-red .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-lp .right-lp .last-row .block-red .ihp-column-right-title, .page-lp .right-lp .last-row .block-red .main-block .mn-subtitle, .main-block .page-lp .right-lp .last-row .block-red .mn-subtitle {
          margin-top: 0px;
          color: white !important; }
        .page-lp .right-lp .last-row .block-red p, .page-lp .right-lp .last-row .block-red .main-block .mn-body, .main-block .page-lp .right-lp .last-row .block-red .mn-body {
          color: white; }
      .page-lp .right-lp .last-row .block-last {
        width: 66.66667%;
        float: left;
        padding: 0px !important;
        background: white; }
        .page-lp .right-lp .last-row .block-last h2, .page-lp .right-lp .last-row .block-last .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-lp .right-lp .last-row .block-last .field--name-field-sub-title-block, .page-lp .right-lp .last-row .block-last .field--name-field-title-block, .page-lp .right-lp .last-row .block-last .blocks-information .title-ihp, .blocks-information .page-lp .right-lp .last-row .block-last .title-ihp, .page-lp .right-lp .last-row .block-last .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-lp .right-lp .last-row .block-last .ihp-column-left-title, .page-lp .right-lp .last-row .block-last .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-lp .right-lp .last-row .block-last .ihp-column-right-title, .page-lp .right-lp .last-row .block-last .main-block .mn-subtitle, .main-block .page-lp .right-lp .last-row .block-last .mn-subtitle {
          margin-top: 20px !important; }
        .page-lp .right-lp .last-row .block-last p, .page-lp .right-lp .last-row .block-last .main-block .mn-body, .main-block .page-lp .right-lp .last-row .block-last .mn-body {
          padding: 60px;
          padding-top: 0px; }
          @media (min-width: 1023px) {
            .page-lp .right-lp .last-row .block-last p, .page-lp .right-lp .last-row .block-last .main-block .mn-body, .main-block .page-lp .right-lp .last-row .block-last .mn-body {
              padding-right: 100px; } }
        .page-lp .right-lp .last-row .block-last .field--name-field-title-block {
          padding: 31px 55px 20px 73px;
          font-family: 'Raleway', sans-serif;
          font-weight: 100;
          font-size: 45px; }
        .page-lp .right-lp .last-row .block-last .field__label {
          display: none; }
        .page-lp .right-lp .last-row .block-last .field--name-field-sub-title-block {
          padding: 0 0 11px 75px; }
        .page-lp .right-lp .last-row .block-last .field--type-text-with-summary {
          padding-left: 17px; }
        .page-lp .right-lp .last-row .block-last .field--name-field-image-block {
          float: none;
          margin: 0px; }
          .page-lp .right-lp .last-row .block-last .field--name-field-image-block img {
            width: 100%; }

@media screen and (max-width: 1023px) {
  /*.page-lp {
    min-height: 0 !important; }*/ /* Problem in media page */
    .page-lp .top-lp {
      background: #fff; }
      .page-lp .top-lp span {
        text-align: left;
        margin: 0 30px;
        padding: 0 45px 0 0;
        font-family: 'Raleway',sans-serif;
        font-weight: 100;
        bottom: 20px;
        font-size: 33px;
        font-size: 2.0625rem;
        line-height: 40px;
        line-height: 2.5rem; }
    .page-lp .left-lp {
      width: 100%;
      float: none;
      height: auto !important;
      min-height: auto !important;
      position: absolute;
      border-top: 0;
      margin-bottom: 0; }
      .page-lp .left-lp .block-region-left {
        display: none;
        margin-bottom: 0;
        border-bottom: none; }
      .page-lp .left-lp .menu-responsive {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: #ff3333;
        text-align: center;
        color: white;
        width: 100%;
        padding: 20px 30px; }
        .page-lp .left-lp .menu-responsive div {
          padding-top: 5%;
          padding-top: 5%; }
        .page-lp .left-lp .menu-responsive .menu-bar {
          font-size: 30px;
          float: left;
          text-align: left;
          padding: 0px;
          width: auto;
          cursor: pointer; }
        .page-lp .left-lp .menu-responsive .menu-title {
          padding: 0px;
          margin: auto auto;
          text-align: center; }
          .page-lp .left-lp .menu-responsive .menu-title h2, .page-lp .left-lp .menu-responsive .menu-title .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-lp .left-lp .menu-responsive .menu-title .field--name-field-title-block, .page-lp .left-lp .menu-responsive .menu-title .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-lp .left-lp .menu-responsive .menu-title .field--name-field-sub-title-block, .page-lp .left-lp .menu-responsive .menu-title .right-lp .field--name-field-title-block, .page-lp .right-lp .left-lp .menu-responsive .menu-title .field--name-field-title-block, .page-lp .left-lp .menu-responsive .menu-title .blocks-information .title-ihp, .blocks-information .page-lp .left-lp .menu-responsive .menu-title .title-ihp, .page-lp .left-lp .menu-responsive .menu-title .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-lp .left-lp .menu-responsive .menu-title .ihp-column-left-title, .page-lp .left-lp .menu-responsive .menu-title .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-lp .left-lp .menu-responsive .menu-title .ihp-column-right-title, .page-lp .left-lp .menu-responsive .menu-title .main-block .mn-subtitle, .main-block .page-lp .left-lp .menu-responsive .menu-title .mn-subtitle {
            margin-bottom: 0px;
            font-family: 'Raleway',sans-serif;
            font-weight: 100; }
    .page-lp .right-lp {
      width: 100%;
      float: none;
      height: auto;
      margin-top: 70px;
      font-size: 16px;
      min-height: 0; }
      .page-lp .right-lp .block-right {
        height: auto;
        padding: 15px 30px 0 30px; }
      .page-lp .right-lp .field--name-field-image-block {
        float: none;
        margin-left: -60px; }
      .page-lp .right-lp .field--name-field-title-block {
        margin-top: 20px; }
      .page-lp .right-lp .gallery-block {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px; }
        .page-lp .right-lp .gallery-block .gallery-page {
          width: 100%;
          margin-left: 0px;
          margin-right: 0px;
          padding: 40px 30px 30px 30px;
          border-top: 7px solid #ff3333; }
          .page-lp .right-lp .gallery-block .gallery-page h2, .page-lp .right-lp .gallery-block .gallery-page .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-lp .right-lp .gallery-block .gallery-page .field--name-field-sub-title-block, .page-lp .right-lp .gallery-block .gallery-page .field--name-field-title-block, .page-lp .right-lp .gallery-block .gallery-page .blocks-information .title-ihp, .blocks-information .page-lp .right-lp .gallery-block .gallery-page .title-ihp, .page-lp .right-lp .gallery-block .gallery-page .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-lp .right-lp .gallery-block .gallery-page .ihp-column-left-title, .page-lp .right-lp .gallery-block .gallery-page .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-lp .right-lp .gallery-block .gallery-page .ihp-column-right-title, .page-lp .right-lp .gallery-block .gallery-page .main-block .mn-subtitle, .main-block .page-lp .right-lp .gallery-block .gallery-page .mn-subtitle {
            font-size: 36px;
            margin-bottom: 35px; }
          .page-lp .right-lp .gallery-block .gallery-page .gallery-page-img .img-container {
            width: 100%;
            margin: 0px;
            float: none; }
      .page-lp .right-lp .block-one {
        padding: 0px; }
        .page-lp .right-lp .block-one h4 {
          font-size: 1.20rem;
          line-height: 1.8rem; }
        .page-lp .right-lp .block-one .field--name-field-title-block {
          padding: 30px;
          padding-bottom: 0px;
          margin-top: 0px;
          font-size: 35px; }
        .page-lp .right-lp .block-one .field--name-body {
          padding: 30px;
          padding-top: 0px; }
        .page-lp .right-lp .block-one .field--name-field-image-block {
          width: 100%;
          float: none;
          margin: 0px; }
          .page-lp .right-lp .block-one .field--name-field-image-block img {
            width: 100%; }
      .page-lp .right-lp .block-two {
        padding: 0 30px 0 30px; }
        .page-lp .right-lp .block-two h2, .page-lp .right-lp .block-two .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-lp .right-lp .block-two .field--name-field-title-block, .page-lp .right-lp .block-two .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-lp .right-lp .block-two .field--name-field-sub-title-block, .page-lp .right-lp .block-two .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .page-lp .right-lp .block-two h2, .page-lp .right-lp .block-two .field--name-field-title-block, .page-lp .right-lp .block-two .blocks-information .title-ihp, .blocks-information .page-lp .right-lp .block-two .title-ihp, .page-lp .right-lp .block-two .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-lp .right-lp .block-two .ihp-column-left-title, .page-lp .right-lp .block-two .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-lp .right-lp .block-two .ihp-column-right-title, .page-lp .right-lp .block-two .main-block .mn-subtitle, .main-block .page-lp .right-lp .block-two .mn-subtitle {
          font-size: 36px;
          margin-bottom: 25px; }
      .page-lp .right-lp .last-row {
        -webkit-flex-flow: column wrap;
            -ms-flex-flow: column wrap;
                flex-flow: column wrap; }
        .page-lp .right-lp .last-row .block-red {
          width: 100%; }
          .page-lp .right-lp .last-row .block-red h2, .page-lp .right-lp .last-row .block-red .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-lp .right-lp .last-row .block-red .field--name-field-sub-title-block, .page-lp .right-lp .last-row .block-red .field--name-field-title-block, .page-lp .right-lp .last-row .block-red .blocks-information .title-ihp, .blocks-information .page-lp .right-lp .last-row .block-red .title-ihp, .page-lp .right-lp .last-row .block-red .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-lp .right-lp .last-row .block-red .ihp-column-left-title, .page-lp .right-lp .last-row .block-red .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-lp .right-lp .last-row .block-red .ihp-column-right-title, .page-lp .right-lp .last-row .block-red .main-block .mn-subtitle, .main-block .page-lp .right-lp .last-row .block-red .mn-subtitle {
            font-size: 36px; }
          .page-lp .right-lp .last-row .block-red .block-region-block-red {
            padding: 30px; }
        .page-lp .right-lp .last-row .block-last {
          width: 100%; }
          .page-lp .right-lp .last-row .block-last p, .page-lp .right-lp .last-row .block-last .main-block .mn-body, .main-block .page-lp .right-lp .last-row .block-last .mn-body {
            padding: 30px;
            padding-top: 0px; }
          .page-lp .right-lp .last-row .block-last .field--name-field-title-block {
            font-size: 36px;
            padding: 0px 30px; }
          .page-lp .right-lp .last-row .block-last .field--name-field-sub-title-block {
            font-size: 1.20rem;
            padding: 0px 30px; }
          .page-lp .right-lp .last-row .block-last .field--type-text-with-summary {
            padding-left: 0; } }

@media (min-width: 1024px) and (max-width: 1440px) {
  .page-lp .left-lp {
    width: 28.6%; }
  .page-lp .top-lp span {
    padding-left: 31.33333%; }
  .page-lp .right-lp .block-right {
    padding-left: 147px; }
  .page-lp .right-lp .block-one .field--name-field-title-block,
  .page-lp .right-lp .block-one .field--name-body {
    padding-left: 0; }
  .page-lp .right-lp .last-row {
    padding-left: 86px; } }

@media screen and (max-width: 479px) {
  .page-lp .left-lp .menu-responsive .menu-title h2, .page-lp .left-lp .menu-responsive .menu-title .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-lp .left-lp .menu-responsive .menu-title .field--name-field-title-block, .page-lp .left-lp .menu-responsive .menu-title .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .page-lp .left-lp .menu-responsive .menu-title .field--name-field-sub-title-block, .page-lp .left-lp .menu-responsive .menu-title .right-lp .field--name-field-title-block, .page-lp .right-lp .left-lp .menu-responsive .menu-title .field--name-field-title-block, .page-lp .left-lp .menu-responsive .menu-title .blocks-information .title-ihp, .blocks-information .page-lp .left-lp .menu-responsive .menu-title .title-ihp, .page-lp .left-lp .menu-responsive .menu-title .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .page-lp .left-lp .menu-responsive .menu-title .ihp-column-left-title, .page-lp .left-lp .menu-responsive .menu-title .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .page-lp .left-lp .menu-responsive .menu-title .ihp-column-right-title, .page-lp .left-lp .menu-responsive .menu-title .main-block .mn-subtitle, .main-block .page-lp .left-lp .menu-responsive .menu-title .mn-subtitle {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem; } }

.user-login-form {
  margin: 60px auto; }

.path-search .layout-content .page-title {
  min-height: 107px;
  background: black;
  color: white;
  width: 100%;
  padding: 30px 0 0 60px;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 50px;
  line-height: 3.125rem;
  letter-spacing: 0.01em;
  font-family: 'Raleway',sans-serif;
  font-weight: 400; }

.path-search .layout-content .search-help-link {
  display: none; }

.path-search .layout-content .search-form {
  padding: 60px;
  padding-bottom: 0; }
  .path-search .layout-content .search-form > div:first-child input {
    height: 41px; }
  .path-search .layout-content .search-form > div:first-child .button {
    height: 55px; }

.path-search .layout-content h2, .path-search .layout-content .page-hp .featured_news_hp .row-title-link h2, .page-hp .featured_news_hp .row-title-link .path-search .layout-content h2, .path-search .layout-content .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .path-search .layout-content .field--name-field-title-block, .path-search .layout-content .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .path-search .layout-content .field--name-field-sub-title-block, .path-search .layout-content .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .path-search .layout-content h2, .path-search .layout-content .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .path-search .layout-content .field--name-field-title-block, .path-search .layout-content .blocks-information .title-ihp, .blocks-information .path-search .layout-content .title-ihp, .path-search .layout-content .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .path-search .layout-content .ihp-column-left-title, .path-search .layout-content .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .path-search .layout-content .ihp-column-right-title, .path-search .layout-content .main-block .mn-subtitle, .main-block .path-search .layout-content .mn-subtitle {
  padding: 0 60px; }

.path-search .layout-content .item-list {
  padding: 60px;
  padding-top: 20px; }
  .path-search .layout-content .item-list h3, .path-search .layout-content .item-list .page-hp .contact_hp p, .page-hp .contact_hp .path-search .layout-content .item-list p, .path-search .layout-content .item-list .page-hp .contact_hp .main-block .mn-body, .page-hp .contact_hp .main-block .path-search .layout-content .item-list .mn-body, .path-search .layout-content .item-list .main-block .page-hp .contact_hp .mn-body, .main-block .page-hp .contact_hp .path-search .layout-content .item-list .mn-body {
    margin-top: 0;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 30px;
    line-height: 1.875rem; }
  .path-search .layout-content .item-list ol {
    padding: 0; }
  .path-search .layout-content .item-list li {
    margin-left: 0;
    margin-bottom: 10px;
    border-bottom: 2px solid #eaeaea; }
  .path-search .layout-content .item-list li:last-child {
    border-bottom: none; }

.path-search .layout-content form input[type="submit"], .path-search .layout-content form .button {
  padding: 0 30px;
  width: auto; }

.path-search .layout-content .search-advanced {
  background: rgba(0, 0, 0, 0.05); }
  .path-search .layout-content .search-advanced .details-wrapper {
    padding-bottom: 10px; }

@media screen and (max-width: 1023px) {
  .path-search .layout-content .page-title {
    background: black none repeat scroll 0 0;
    color: white;
    padding: 10px 0 0 30px;
    font-size: 1.8rem;
    width: 100%; }
  .path-search .layout-content .item-list {
    padding: 40px;
    padding-top: 0; }
    .path-search .layout-content .item-list ol {
      padding: 0; }
    .path-search .layout-content .item-list li {
      margin-left: 0; }
  .path-search .layout-content .search-form {
    padding: 30px; }
  .path-search .layout-content .search-advanced .details-wrapper {
    padding: 0 7px;
    padding-bottom: 10px; }
  .path-search .layout-content h2, .path-search .layout-content .page-hp .featured_news_hp .row-title-link h2, .page-hp .featured_news_hp .row-title-link .path-search .layout-content h2, .path-search .layout-content .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .path-search .layout-content .field--name-field-title-block, .path-search .layout-content .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .path-search .layout-content .field--name-field-sub-title-block, .path-search .layout-content .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .path-search .layout-content h2, .path-search .layout-content .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .path-search .layout-content .field--name-field-title-block, .path-search .layout-content .blocks-information .title-ihp, .blocks-information .path-search .layout-content .title-ihp, .path-search .layout-content .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .path-search .layout-content .ihp-column-left-title, .path-search .layout-content .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .path-search .layout-content .ihp-column-right-title, .path-search .layout-content .main-block .mn-subtitle, .main-block .path-search .layout-content .mn-subtitle {
    padding: 0 30px;
    margin-top: 0; } }

@media screen and (max-width: 599px) {
  .path-search .layout-content form input[type="submit"], .path-search .layout-content form .button {
    margin-top: 10px;
    margin-bottom: 10px;
    border: none; }
  .path-search .layout-content form input[type="search"] {
    width: 100%; }
  .path-search .layout-content .page-title {
    padding: 10px 0 0 30px;
    font-size: 1.2rem; } }

.blocks-information .image-hover-ihp {
  display: none; }

.blocks-information .views-row:nth-child(1) {
  background: #88898e; }
  .blocks-information .views-row:nth-child(1) .title-ihp {
    background: #88898e; }
  .blocks-information .views-row:nth-child(1) .block-ihp {
    margin-top: -195px; }

.blocks-information .views-row:nth-child(2) {
  background: #9a9ba0; }
  .blocks-information .views-row:nth-child(2) .title-ihp {
    background: #9a9ba0; }
  .blocks-information .views-row:nth-child(2) .block-ihp {
    display: none;
    margin-top: -390px; }

.blocks-information .views-row:nth-child(3) {
  background: #88898e; }
  .blocks-information .views-row:nth-child(3) .title-ihp {
    background: #88898e; }
  .blocks-information .views-row:nth-child(3) .block-ihp {
    display: none;
    margin-top: -585px; }

.blocks-information .views-row:nth-child(4) .title-ihp {
  background: #9a9ba0; }

.blocks-information .views-row:nth-child(4) .block-ihp {
  display: none;
  margin-top: -780px; }

.blocks-information .active .title-ihp {
  background: #ff3333 !important;
  transition: all 0s ease;
  background: #ff3333; }

.blocks-information .title-ihp {
  height: 195px;
  width: 31.25%;
  float: left;
  text-transform: uppercase;
  font-family: 'Raleway',sans-serif;
  font-weight: 100;
  color: white;
  margin-bottom: 0px;
  float: none;
  text-align: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .blocks-information .title-ihp div {
    margin: auto auto;
    text-align: center;
    padding: 40px; }
  .blocks-information .title-ihp:hover {
    cursor: pointer; }

.blocks-information .block-ihp {
  display: inline-block;
  width: 68.75%;
  float: left;
  float: right;
  background: white;
  min-height: 760px; }
  .blocks-information .block-ihp .image-ihp {
    transition: all 0.3s ease; }
    .blocks-information .block-ihp .image-ihp .img-container {
      transition: all 0.3s ease;
      height: 413px;
      overflow: hidden;
      position: relative; }
      .blocks-information .block-ihp .image-ihp .img-container::before {
        content: '.';
        position: absolute;
        left: 0;
        bottom: 0;
        color: transparent;
        width: 50%;
        background: transparent;
        border-bottom: 23px solid white;
        border-right: 50px solid transparent; }
      .blocks-information .block-ihp .image-ihp .img-container::after {
        content: '.';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 50%;
        color: transparent;
        background: transparent;
        border-bottom: 23px solid white;
        border-left: 50px solid transparent; }
    .blocks-information .block-ihp .image-ihp img {
      transition: all 0.3s ease; }
  .blocks-information .block-ihp .bottom-row {
    display: inline-block;
    padding: 40px 35px;
    padding-bottom: 0px; }
    .blocks-information .block-ihp .bottom-row p, .blocks-information .block-ihp .bottom-row .main-block .mn-body, .main-block .blocks-information .block-ihp .bottom-row .mn-body {
      font-family: 'Open Sans',sans-serif;
      font-weight: 400;
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 30px;
      line-height: 1.875rem;
      line-height: 1.7; }
      @media (min-width: 1280px) {
        .blocks-information .block-ihp .bottom-row p, .blocks-information .block-ihp .bottom-row .main-block .mn-body, .main-block .blocks-information .block-ihp .bottom-row .mn-body {
          font-size: 17px;
          font-size: 1.0625rem;
          line-height: 30px;
          line-height: 1.875rem; } }
      @media screen and (min-width: 960px) {
        .blocks-information .block-ihp .bottom-row p, .blocks-information .block-ihp .bottom-row .main-block .mn-body, .main-block .blocks-information .block-ihp .bottom-row .mn-body {
          font-size: 16px;
          font-size: 1rem;
          line-height: 20px;
          line-height: 1.25rem; } }
    .blocks-information .block-ihp .bottom-row a {
      color: #ff3333; }
    .blocks-information .block-ihp .bottom-row a:hover {
      text-decoration: underline; }
    .blocks-information .block-ihp .bottom-row ul {
      list-style: none;
      padding-left: 0; }
    .blocks-information .block-ihp .bottom-row li {
      margin-bottom: 18px;
      font-size: 17px; }
      @media screen and (min-width: 960px) {
        .blocks-information .block-ihp .bottom-row li {
          font-size: 15px;
          font-size: 0.9375rem;
          line-height: 20px;
          line-height: 1.25rem; } }
      @media (min-width: 1280px) {
        .blocks-information .block-ihp .bottom-row li {
          font-size: 16px;
          font-size: 1rem;
          line-height: 20px;
          line-height: 1.25rem; } }
    .blocks-information .block-ihp .bottom-row .ihp-column-left {
      width: 56.66667%;
      float: left;
      margin-left: 0.83333%;
      margin-right: 0.83333%;
      padding-right: 20px;
      color: #ff3333; }
      .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title {
        font-family: 'Raleway',sans-serif;
        font-weight: 100;
        text-transform: uppercase;
        color: #3a4d69; }
        @media screen and (min-width: 960px) {
          .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title {
            font-size: 22px;
            font-size: 1.375rem;
            line-height: 30px;
            line-height: 1.875rem; } }
        @media (min-width: 1280px) {
          .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title {
            font-size: 29px;
            font-size: 1.8125rem;
            line-height: 40px;
            line-height: 2.5rem; } }
        @media (min-width: 1600px) {
          .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title {
            font-size: 35px;
            font-size: 2.1875rem;
            line-height: 40px;
            line-height: 2.5rem; } }
    .blocks-information .block-ihp .bottom-row .ihp-column-right {
      width: 40%;
      float: left;
      margin-left: 0.83333%;
      margin-right: 0.83333%;
      padding-left: 20px;
      color: #95a5ac; }
      .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title {
        font-family: 'Raleway',sans-serif;
        font-weight: 100;
        text-transform: uppercase;
        color: #3a4d69; }
        @media screen and (min-width: 960px) {
          .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title {
            font-size: 22px;
            font-size: 1.375rem;
            line-height: 30px;
            line-height: 1.875rem; } }
        @media (min-width: 1280px) {
          .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title {
            font-size: 29px;
            font-size: 1.8125rem;
            line-height: 40px;
            line-height: 2.5rem; } }
        @media (min-width: 1600px) {
          .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title {
            font-size: 35px;
            font-size: 2.1875rem;
            line-height: 40px;
            line-height: 2.5rem; } }

@media (max-width: 1279px) {
  .blocks-information .views-row .block-ihp .bottom-row {
    padding: 30px; } }

@media screen and (max-width: 1024px) {
  .blocks-information .views-row .title-ihp {
    width: 100%;
    float: left;
    height: 90px;
    float: none; }
    .blocks-information .views-row .title-ihp::after {
      font-family: FontAwesome;
      content: '\f078';
      color: white;
      margin-right: 20px;
      margin-top: 30px; }
    .blocks-information .views-row .title-ihp div {
      padding: 0;
      padding-left: 30px; }
  .blocks-information .views-row .block-ihp {
    width: 100%;
    float: left;
    float: none;
    margin-top: 0px;
    display: none; }
    .blocks-information .views-row .block-ihp .image-ihp .img-container {
      height: auto; }
      .blocks-information .views-row .block-ihp .image-ihp .img-container::before {
        width: 51.5%; }
      .blocks-information .views-row .block-ihp .image-ihp .img-container::after {
        width: 51.5%; }
    .blocks-information .views-row .block-ihp .bottom-row .ihp-column-left {
      width: 98.33333%;
      float: left;
      margin-left: 0.83333%;
      margin-right: 0.83333%;
      color: #ff3333;
      padding: 0px; }
    .blocks-information .views-row .block-ihp .bottom-row .ihp-column-right {
      width: 98.33333%;
      float: left;
      margin-left: 0.83333%;
      margin-right: 0.83333%;
      padding: 0px; }
  .blocks-information .views-row:nth-child(1) .title-ihp:hover {
    transition: all 0s ease;
    margin-right: 30px; }
    .blocks-information .views-row:nth-child(1) .title-ihp:hover::after {
      font-family: FontAwesome;
      content: '\f078';
      color: white; }
  .blocks-information .views-row:nth-child(1) .block-ihp {
    margin-top: 0px; }
  .blocks-information .views-row:nth-child(2) .title-ihp:hover {
    transition: all 0s ease;
    margin-right: 30px; }
    .blocks-information .views-row:nth-child(2) .title-ihp:hover::after {
      font-family: FontAwesome;
      content: '\f078';
      color: white; }
  .blocks-information .views-row:nth-child(2) .block-ihp {
    margin-top: 0px; }
  .blocks-information .views-row:nth-child(3) .title-ihp:hover {
    transition: all 0s ease;
    margin-right: 30px; }
    .blocks-information .views-row:nth-child(3) .title-ihp:hover::after {
      font-family: FontAwesome;
      content: '\f078';
      color: white; }
  .blocks-information .views-row:nth-child(3) .block-ihp {
    margin-top: 0px; }
  .blocks-information .views-row:nth-child(4) .title-ihp:hover {
    transition: all 0s ease;
    margin-right: 30px; }
    .blocks-information .views-row:nth-child(4) .title-ihp:hover::after {
      font-family: FontAwesome;
      content: '\f078';
      color: white; }
  .blocks-information .views-row:nth-child(4) .block-ihp {
    margin-top: 0px; } }

@media screen and (min-width: 1024px) {
  .blocks-information .block-ihp .image-ihp .img-container img {
    width: 100%; } }

.brands-hp {
  padding: 30px 75px; }
  .brands-hp .bhp-image {
    /*width: 22.66667%;*/
	width: 31.66667%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%; }
    .brands-hp .bhp-image .img-container {
      text-align: center; }
      .brands-hp .bhp-image .img-container img:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
        /* For IE8 and earlier */ }

@media screen and (max-width: 1023px) {
  .brands-hp .bhp-image {
    width: 98.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%; } }

.calendar-events .page-description {
  padding: 30px 60px; }

.common-style .pages-title-black, .calendar-days .pages-title-black, .calendar-month .pages-title-black {
  margin: 0;
  padding-bottom: 30px;
  padding-left: 60px;
  padding-top: 40px;
  background: black;
  color: white;
  width: 100%;
  font-size: 48px; }

.common-style .pager, .calendar-days .pager, .calendar-month .pager, .common-style h3, .calendar-days h3, .calendar-month h3, .common-style .page-hp .contact_hp p, .page-hp .contact_hp .common-style p, .calendar-days .page-hp .contact_hp p, .page-hp .contact_hp .calendar-days p, .calendar-month .page-hp .contact_hp p, .page-hp .contact_hp .calendar-month p, .common-style .page-hp .contact_hp .main-block .mn-body, .page-hp .contact_hp .main-block .common-style .mn-body, .calendar-days .page-hp .contact_hp .main-block .mn-body, .page-hp .contact_hp .main-block .calendar-days .mn-body, .calendar-month .page-hp .contact_hp .main-block .mn-body, .page-hp .contact_hp .main-block .calendar-month .mn-body, .common-style .main-block .page-hp .contact_hp .mn-body, .main-block .page-hp .contact_hp .common-style .mn-body, .calendar-days .main-block .page-hp .contact_hp .mn-body, .main-block .page-hp .contact_hp .calendar-days .mn-body, .calendar-month .main-block .page-hp .contact_hp .mn-body, .main-block .page-hp .contact_hp .calendar-month .mn-body {
  padding: 0 60px; }

.common-style .view-content, .calendar-days .view-content, .calendar-month .view-content {
  padding: 0 60px; }

.calendar-block {
  margin-bottom: 30px;
  padding: 30px; }
  .calendar-block .calendar-month-title {
    background: #ff3333;
    color: white;
    font-size: 18px;
    padding: 5px 5px 5px 10px;
    text-align: center; }
  .calendar-block table {
    width: 100%; }
    .calendar-block table td {
      padding: 2px !important;
      height: auto !important;
      text-align: center; }
  .calendar-block .days {
    background: #323338 !important;
    color: white !important; }
  .calendar-block .mini-day-on {
    background: #ff3333; }
    .calendar-block .mini-day-on a {
      color: white;
      text-decoration: none; }
  .calendar-block .pager {
    background: transparent;
    margin-top: 10px; }
    .calendar-block .pager li {
      background: #323338; }
      .calendar-block .pager li a {
        color: white; }

.calendar-days #single-day-container {
  height: 100% !important;
  overflow: hidden !important; }

.calendar-days .calendar-agenda-hour {
  text-align: center;
  background: #323338; }

.calendar-days span.calendar-hour {
  font-size: 16px !important;
  display: inline-block;
  padding-top: 12px;
  color: white; }

.calendar-days .first.calendar-agenda-hour span.calendar-hour {
  padding-top: 5px; }

.calendar-days .back-button-wrapper {
  padding: 0 60px;
  margin-bottom: 50px; }

.calendar-days .views-row {
  margin-bottom: 20px; }
  .calendar-days .views-row .views-field-field-date-event {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 30px;
    line-height: 1.875rem;
    color: #ff3333;
    margin-bottom: 10px; }
  .calendar-days .views-row .views-field-title {
    margin-bottom: 8px; }
    .calendar-days .views-row .views-field-title a {
      font-size: 1.5rem;
      color: #030303;
      font-weight: 400; }
  .calendar-days .views-row .views-field-field-event-time {
    color: #5c5b5b;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1.25rem; }

.calendar-month th {
  background: #323338 !important;
  font-size: 18px !important;
  color: white !important;
  padding: 10px !important; }

.calendar-month .day {
  font-size: 16px !important;
  text-align: center !important;
  width: 100% !important;
  padding: 0 !important;
  color: #323338 !important; }
  .calendar-month .day a {
    width: 100%;
    background: #ff3333 !important;
    color: white !important;
    display: inline-block;
    padding: 2px 4px; }

.calendar-month .contents a {
  font-size: 12px !important; }

.calendar-month td.single-day {
  border-bottom: 2px solid #323338 !important; }

.calendar-month td.single-day.today {
  border: 2px solid #323338 !important;
  border-top: 0 !important; }

.calendar-month td.date-box.today {
  border: 2px solid #323338 !important;
  border-bottom: 0 !important; }

@media screen and (max-width: 1023px) {
  .common-style .pages-title-black, .calendar-days .pages-title-black, .calendar-month .pages-title-black {
    background: black none repeat scroll 0 0;
    color: white;
    font-size: 40px;
    margin: 0 0 110px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-top: 20px;
    width: 100%; }
  .common-style .pager, .calendar-days .pager, .calendar-month .pager, .common-style h3, .calendar-days h3, .calendar-month h3, .common-style .page-hp .contact_hp p, .page-hp .contact_hp .common-style p, .calendar-days .page-hp .contact_hp p, .page-hp .contact_hp .calendar-days p, .calendar-month .page-hp .contact_hp p, .page-hp .contact_hp .calendar-month p, .common-style .page-hp .contact_hp .main-block .mn-body, .page-hp .contact_hp .main-block .common-style .mn-body, .calendar-days .page-hp .contact_hp .main-block .mn-body, .page-hp .contact_hp .main-block .calendar-days .mn-body, .calendar-month .page-hp .contact_hp .main-block .mn-body, .page-hp .contact_hp .main-block .calendar-month .mn-body, .common-style .main-block .page-hp .contact_hp .mn-body, .main-block .page-hp .contact_hp .common-style .mn-body, .calendar-days .main-block .page-hp .contact_hp .mn-body, .main-block .page-hp .contact_hp .calendar-days .mn-body, .calendar-month .main-block .page-hp .contact_hp .mn-body, .main-block .page-hp .contact_hp .calendar-month .mn-body {
    padding: 0 30px; }
  .common-style .view-content, .calendar-days .view-content, .calendar-month .view-content {
    padding: 0 30px; }
  .calendar-block {
    display: none; }
  .calendar-days .back-button-wrapper {
    padding: 0 30px; } }

@media screen and (max-width: 599px) {
  .common-style .pages-title-black, .calendar-days .pages-title-black, .calendar-month .pages-title-black {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
    line-height: 1.875rem; }
  .calendar-days .views-row .views-field-title a {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
    line-height: 1.875rem; } }

.path-events .top-bp h2, .path-events .top-bp .page-hp .featured_news_hp .row-title-link h2, .page-hp .featured_news_hp .row-title-link .path-events .top-bp h2, .path-events .top-bp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .path-events .top-bp .field--name-field-title-block, .path-events .top-bp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .path-events .top-bp .field--name-field-sub-title-block, .path-events .top-bp .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .path-events .top-bp h2, .path-events .top-bp .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .path-events .top-bp .field--name-field-title-block, .path-events .top-bp .blocks-information .title-ihp, .blocks-information .path-events .top-bp .title-ihp, .path-events .top-bp .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .path-events .top-bp .ihp-column-left-title, .path-events .top-bp .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .path-events .top-bp .ihp-column-right-title, .path-events .top-bp .main-block .mn-subtitle, .main-block .path-events .top-bp .mn-subtitle {
  padding: 30px 0 0 60px;
  font-size: 3rem;
  line-height: 3.75rem;
  color: white;
  margin-top: 0; }
  @media screen and (max-width: 1023px) {
    .path-events .top-bp h2, .path-events .top-bp .page-hp .featured_news_hp .row-title-link h2, .page-hp .featured_news_hp .row-title-link .path-events .top-bp h2, .path-events .top-bp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .path-events .top-bp .field--name-field-title-block, .path-events .top-bp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .path-events .top-bp .field--name-field-sub-title-block, .path-events .top-bp .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .path-events .top-bp h2, .path-events .top-bp .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .path-events .top-bp .field--name-field-title-block, .path-events .top-bp .blocks-information .title-ihp, .blocks-information .path-events .top-bp .title-ihp, .path-events .top-bp .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .path-events .top-bp .ihp-column-left-title, .path-events .top-bp .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .path-events .top-bp .ihp-column-right-title, .path-events .top-bp .main-block .mn-subtitle, .main-block .path-events .top-bp .mn-subtitle {
      padding: 5px 0 0 30px;
      font-size: 2.5rem; } }

.path-events .view-id-taxonomy_filter_menu {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px; }
  .path-events .view-id-taxonomy_filter_menu .views-row {
    margin-top: 25px; }
    .path-events .view-id-taxonomy_filter_menu .views-row a {
      font-family: 'Raleway',sans-serif;
      font-weight: 400;
      color: black;
      text-transform: uppercase; }
      .path-events .view-id-taxonomy_filter_menu .views-row a:hover, .path-events .view-id-taxonomy_filter_menu .views-row a.active-link {
        text-decoration: none;
        cursor: pointer;
        color: #ff3333; }

.events-list .event-date,
.events-list .event-register-button,
.events-list .add-to-calendar-button,
.events-list .event-actions {
  display: inline-block;
  margin-bottom: 20px; }

.events-list .event-date {
  color: #ff3333;
  font-size: 32px;
  font-family: 'Raleway',sans-serif;
  font-weight: 500;
  width: 290px; }

.events-list .register-button,
.events-list .add-to-calendar-wrapper {
  display: block;
  background-color: #ff3333;
  line-height: 38px;
  width: 200px;
  text-align: center;
  margin-right: 15px;
  color: white;
  font-weight: bold; }
  .events-list .register-button .add-to-calendar-link,
  .events-list .add-to-calendar-wrapper .add-to-calendar-link {
    color: white; }

.events-list .register-button:hover,
.events-list .add-to-calendar-wrapper:hover {
  background-color: #F24F40; }

.events-list .add-calendar-icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url("../../images/calendar_image.png") no-repeat;
  margin-left: 16px;
  position: relative;
  top: 6px;
  background-size: auto 100%;
  background-position: center top; }

.events-list .sharethis-wrapper .stButton {
  z-index: 0; }
  .events-list .sharethis-wrapper .stButton .sharethis {
    line-height: 28px;
    height: 24px;
    background-image: url("../../images/share_events.png"); }

.events-list .views-field-field-image-event {
  float: left; }
  .events-list .views-field-field-image-event .img-container {
    margin: 0 42px 0 0; }
    .events-list .views-field-field-image-event .img-container img {
      width: 254px; }

.events-list .views-field-nothing .field-content .event-short-body {
  display: none; }

.events-list .views-field-nothing .field-content .event-full-body {
  display: block; }

.events-list .views-field-nothing .field-content.collapsed .event-short-body {
  display: block; }

.events-list .views-field-nothing .field-content.collapsed .event-full-body {
  display: none; }

.events-list .event-time-and-place {
  color: #5c5b5b;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.25rem; }

.events-list .event-title {
  font-size: 1.5rem;
  margin: 0; }
  .events-list .event-title a {
    color: #030303; }

.events-list .event-short-body,
.events-list .event-full-body {
  color: #3e3b3c; }

.events-list .read-more-link {
  color: #ff3333; }

@media (min-width: 479px) and (max-width: 1539px) {
  .events-list .add-calendar-text {
    display: none; }
  .events-list .register-button,
  .events-list .add-to-calendar-wrapper {
    width: 110px; }
  .events-list .add-calendar-icon {
    margin-left: 0;
    width: 100%; } }

@media (max-width: 839px) {
  .events-list .add-calendar-text {
    display: none; }
  .events-list .register-button,
  .events-list .add-to-calendar-wrapper {
    width: 140px; }
  .events-list .add-calendar-icon {
    margin-left: 0;
    width: 100%; } }

@media (max-width: 719px) {
  .events-list .event-date {
    display: block; } }

@media (max-width: 479px) {
  .events-list .register-button,
  .events-list .add-to-calendar-wrapper {
    width: 90px; }
  .events-list .views-field-field-image-event {
    max-width: 100%;
    width: 100%; }
    .events-list .views-field-field-image-event img {
      width: 100%; } }

.faculty-staff {
  margin-right: -50px; }
  .faculty-staff .form-type-select select.form-select {
    padding: 0.5em; }
  .faculty-staff table {
    width: 100%;
    table-layout: fixed;
    font-size: 15px;
    line-height: 1.5;
    margin-left: 0; }
    .faculty-staff table td, .faculty-staff table th {
      display: table-cell;
      word-wrap: break-word;
      text-align: center; }
    .faculty-staff table th.views-field {
      background-color: #ff3333;
      text-align: center; }
    .faculty-staff table td.views-field-nothing {
      text-transform: capitalize;
      font-size: 12px; }
  .faculty-staff .pager {
    margin: 20px 0 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0; }
    .faculty-staff .pager__item {
      padding: 0; }
      .faculty-staff .pager__item .button {
        font-family: 'Open Sans',sans-serif;
        font-weight: 700;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        color: #030303; }
        .faculty-staff .pager__item .button:before {
          display: inline-block;
          font-family: FontAwesome;
          font-weight: normal;
          content: "";
          margin-right: 10px; }

@media screen and (max-width: 1023px) {
  .faculty-staff {
    margin-right: 0; } }

@media screen and (min-width: 839px) {
  .faculty-staff td:first-child, .faculty-staff th:first-child {
    width: 20%; }
  .faculty-staff td:nth-child(2), .faculty-staff th:nth-child(2) {
    width: 30%; }
  .faculty-staff td:nth-child(3), .faculty-staff th:nth-child(3) {
    width: 20%; }
  .faculty-staff td:nth-child(4), .faculty-staff td:nth-child(5), .faculty-staff td:nth-child(6), .faculty-staff th:nth-child(4), .faculty-staff th:nth-child(5), .faculty-staff th:nth-child(6) {
    width: 10%; } }

@media screen and (max-width: 839px) {
  .view-faculty-and-staff .form--inline .form-item {
    margin: 0; }
  .view-faculty-and-staff .form--inline .form-item-field-division-target-id {
    width: 100%; }
  .view-faculty-and-staff .form--inline .form-actions input[type="submit"] {
    margin-top: 0;
    margin-bottom: 20px; }
  .view-faculty-and-staff .views-infinite-scroll-content-wrapper table {
    margin: 0; }
  .view-faculty-and-staff .views-infinite-scroll-content-wrapper table thead {
    display: none; }
  .view-faculty-and-staff .views-infinite-scroll-content-wrapper table:first-child thead {
    display: none; }
  .view-faculty-and-staff .views-infinite-scroll-content-wrapper table td:before {
    content: attr(aria-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase; }
  .view-faculty-and-staff .views-infinite-scroll-content-wrapper td {
    text-align: left; } }

.ajax-progress.ajax-progress-fullscreen {
  background-image: url("../../images/ajax-loader.gif");
  height: 100px;
  width: 100px; }

.featured-news {
  position: relative; }
  .featured-news .view-footer {
    position: absolute;
    top: 320px;
    right: 0;
    float: right;
    width: 55px; }
    @media (min-width: 319px) {
      .featured-news .view-footer {
        top: 1470px; } }
    @media (min-width: 839px) {
      .featured-news .view-footer {
        top: 730px; } }
    @media (min-width: 1279px) {
      .featured-news .view-footer {
        top: 320px; } }
    .featured-news .view-footer a {
      font-size: 14px;
      color: #595959; }
  .featured-news .views-row {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px; }
    @media screen and (max-width: 599px) {
      .featured-news .views-row {
        width: 98.33333%;
        float: left;
        float: none !important; }
        .featured-news .views-row:nth-child(1n + 1) {
          margin-left: 0.83333%;
          margin-right: -100%;
          clear: none; } }
    @media screen and (min-width: 600px) {
      .featured-news .views-row {
        width: 48.33333%;
        float: left;
        margin-left: 0.83333%;
        margin-right: 0.83333%;
        margin-top: 20px; } }
    @media (min-width: 1280px) {
      .featured-news .views-row {
        margin-top: 0; } }
  .featured-news .fn-image {
    cursor: pointer; }
    .featured-news .fn-image .img-container {
      overflow: hidden; }
      .featured-news .fn-image .img-container img {
        display: block;
        min-width: 100%;
        height: auto; }
      .featured-news .fn-image .img-container img:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
        /* For IE8 and earlier */ }
  .featured-news .fn-title {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    background: white;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.7) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    pointer-events: none; }
    .featured-news .fn-title a {
      position: absolute;
      bottom: 20px;
      min-height: 60px;
      padding: 0 24px;
      width: 100%;
      color: white; }

.features-list__row {
  padding: 20px 36px 2px;
  border-top: 2px solid white; }
  .features-list__row .features__title {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
    margin-bottom: 6px; }
    .features-list__row .features__title a {
      color: #ff3333; }
  .features-list__row .features__date {
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #030303; }
  .features-list__row .features__summary p, .features-list__row .features__summary .main-block .mn-body, .main-block .features-list__row .features__summary .mn-body {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #030303; }

.first-ib-hp img {
  width: 100%; }

.second-ib-hp img {
  width: 100%; }

#superfish-main-menu ul ul {
  display: none !important; }

aside nav.menu--main-menu li ul, .left-lp nav.menu--main-menu li ul {
  display: none; }

.arrow-style, .arrow-right > a::after, .arrow-right-open > a::after {
  font-family: FontAwesome;
  position: relative;
  float: right;
  margin-right: 10px;
  width: 10px; }

.arrow-right > a::after {
  content: '\f054';
  color: black;
  margin-right: 0 !important; }

.arrow-right-open > a::after {
  content: '\f078';
  color: #ff3333;
  margin-right: 0 !important; }

.links-red a {
  font-family: 'Raleway',sans-serif;
  font-weight: 400;
  color: #ff3333 !important; }

#block-mainmenu-12 {
  overflow: hidden;
  width: 100%;
  visibility: hidden; }

#block-mainmenu-15 {
  overflow: hidden;
  width: 100%;
  visibility: hidden; }

#block-mainmenu-16 {
  overflow: hidden;
  width: 100%;
  visibility: hidden; }

.main-block {
  overflow: hidden; }
  .main-block .views-row {
    width: 98.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
    width: 96.66%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    background: #87888e; }
    @media (max-width: 1279px) {
      .main-block .views-row {
        width: 98.33333%;
        float: left;
        margin-left: 0.83333%;
        margin-right: 0.83333%; } }
  .main-block .group-text {
    float: right;
    width: 100%;
    float: left;
    padding: 20px 30px; }
    @media screen and (min-width: 960px) {
      .main-block .group-text {
        width: 50%;
        float: left; } }
  .main-block .mn-body {
    color: white;
    margin-bottom: 0; }
    .main-block .mn-body p, .main-block .mn-body .mn-body {
      margin-bottom: 0;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 24px;
      line-height: 1.5rem; }
      @media screen and (max-width: 1023px) {
        .main-block .mn-body p, .main-block .mn-body .mn-body {
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 20px;
          line-height: 1.25rem;
          margin-bottom: 0; } }
  .main-block .mn-title {
    color: white;
    line-height: 30px;
    text-transform: uppercase; }
    .main-block .mn-title a {
      color: white; }
      .main-block .mn-title a:visited {
        color: white; }
      .main-block .mn-title a:hover {
        color: white; }
      .main-block .mn-title a:active {
        color: white; }
    .main-block .mn-title a:hover {
      text-decoration: underline; }
    @media (max-width: 1439px) {
      .main-block .mn-title {
        margin-bottom: 0;
        font-size: 20px; } }
  .main-block .mn-subtitle {
    color: white;
    font-family: 'Raleway',sans-serif;
    font-weight: 100;
    margin-left: 0 !important;
    margin-top: 25px !important;
    margin-bottom: 15px !important; }
    .main-block .mn-subtitle a {
      color: white; }
      .main-block .mn-subtitle a:visited {
        color: white; }
      .main-block .mn-subtitle a:hover {
        color: white; }
      .main-block .mn-subtitle a:active {
        color: white; }
    .main-block .mn-subtitle a:hover {
      text-decoration: underline; }
    @media screen and (max-width: 1023px) {
      .main-block .mn-subtitle {
        display: none; } }
    @media (max-width: 1439px) {
      .main-block .mn-subtitle {
        margin-top: 0 !important;
        margin-bottom: 10 !important;
        font-size: 28px; } }
  .main-block .mn-image {
    width: 100%;
    float: left;
    float: none !important; }
    @media screen and (min-width: 960px) {
      .main-block .mn-image {
        width: 50%;
        float: left;
        float: left !important; } }
    .main-block .mn-image .img-container {
      position: relative;
      overflow: hidden; }
      .main-block .mn-image .img-container img {
        display: block;
        height: auto;
        width: 100%; }
        @media screen and (max-width: 959px) {
          .main-block .mn-image .img-container img {
            min-width: 100%; } }
      .main-block .mn-image .img-container img:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
        /* For IE8 and earlier */ }

.slider-hp .flexslider {
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  overflow: hidden; }
  .slider-hp .flexslider .slides {
    margin: 0;
    padding: 0; }
    .slider-hp .flexslider .slides li {
      margin: 0 !important;
      padding: 0; }
      .slider-hp .flexslider .slides li:before {
        display: none; }
    .slider-hp .flexslider .slides .img-container {
      position: absolute;
      display: inline-block;
      top: 0;
      left: 0;
      width: 100%;
      margin-left: 0; }
      .slider-hp .flexslider .slides .img-container::before {
        content: '.';
        color: transparent;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 5;
        background: #9e9e9e;
        background: -webkit-gradient(top, rgba(255, 255, 255, 0) 20%, black 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, black 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#000000', GradientType=0); }
    .slider-hp .flexslider .slides img {
      width: 100%;
      height: auto;
      position: relative; }

.slider-hp .slider-inside-text {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 34.5em;
  margin-left: 11%;
  z-index: 10; }
  .slider-hp .slider-inside-text a {
    color: white;
    text-decoration: underline; }
  .slider-hp .slider-inside-text a:hover {
    color: #ff3333;
    text-decoration: underline; }

.slider-hp .slide-title {
  font-size: 3em;
  font-weight: 100;
  text-transform: uppercase;
  width: 10em;
  letter-spacing: 1.5px;
  line-height: 1.2;
  z-index: 10;
  margin-bottom: 25px; }
  .slider-hp .slide-title a {
    text-decoration: none !important; }

.slider-hp p, .slider-hp .main-block .mn-body, .main-block .slider-hp .mn-body {
  color: #fff;
  width: 25em;
  font-size: 15px;
  line-height: 1.8;
  font-family: 'Raleway',sans-serif;
  font-weight: 400;
  z-index: 10; }

.slider-hp img {
  position: absolute;
  top: 0;
  z-index: -1; }

.slider-hp .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  z-index: 8;
  top: 0;
  margin-top: 54em;
  margin-left: 11%; }
  .slider-hp .flex-control-nav li {
    margin-left: 0;
    margin-right: 17px; }
    .slider-hp .flex-control-nav li .flex-active {
      border-top: 2px solid #ff3333; }
    .slider-hp .flex-control-nav li a {
      border-radius: 0;
      width: 50px;
      height: 40px;
      background-color: transparent;
      border-top: 2px solid white;
      box-shadow: none; }
    .slider-hp .flex-control-nav li a:hover {
      border-top: 2px solid #ff3333; }

.slider-hp .flex-direction-nav a {
  top: 0;
  margin-top: 40em;
  width: 100px;
  height: 100px;
  color: transparent;
  text-shadow: none; }

.slider-hp .flex-direction-nav .flex-next {
  right: 8px;
  left: auto; }

@media (min-width: 1025px) {
  .slider-hp .flexslider {
    height: 1240px; }
    .slider-hp .flexslider .slides {
      overflow: hidden;
      height: 100%;
      width: 100vw;
      position: absolute; }
      .slider-hp .flexslider .slides img {
        min-height: 980px;
        height: auto;
        width: 100%; }

.top-lp-main-background{ 
background-size: cover;
background-position: center;} }

@media (max-width: 1250px) {
  .slider-hp .flexslider {
    height: 1240px; }
    .slider-hp .flexslider .slides {
      overflow: hidden;
      height: 100%;
      width: 100vw;
      position: absolute; }
      .slider-hp .flexslider .slides img {
        min-height: 800px;
        height: auto;
        width: 100%;
        top: 0; } }

@media (max-width: 1024px) {
  .slider-hp .flexslider {
    height: 620px;
    overflow: hidden; }
    .slider-hp .flexslider .slides {
      overflow: hidden;
      position: absolute;
      height: 100%;
      width: 100vw; }
      .slider-hp .flexslider .slides .slider-inside-text {
        margin-left: 0;
        margin-right: 0;
        right: 0;
        margin-top: 25em;
        left: 10vw; }
      .slider-hp .flexslider .slides p, .slider-hp .flexslider .slides .main-block .mn-body, .main-block .slider-hp .flexslider .slides .mn-body {
        display: none; }
      .slider-hp .flexslider .slides .slide-title {
        display: block;
        margin: 0;
        font-size: 2.5em; }
      .slider-hp .flexslider .slides img {
        min-height: 620px;
        height: auto;
        width: 100%;
        top: 0; }
    .slider-hp .flexslider .flex-direction-nav li a {
      margin-top: 17em; }
    .slider-hp .flexslider .flex-direction-nav .flex-next {
      right: 6px;
      left: auto; }
    .slider-hp .flexslider .flex-control-nav {
      left: 0;
      margin-left: 0;
      margin-right: 0;
      margin-top: 37em;
      text-align: center; }
      .slider-hp .flexslider .flex-control-nav a {
        width: 27px; } }

@media (max-width: 711px) {
  .slider-hp .flexslider {
    height: 600px;
    width: 100%; }
    .slider-hp .flexslider .slides {
      overflow: hidden;
      height: 600px;
      width: 1024px;
      position: absolute; }
      .slider-hp .flexslider .slides p, .slider-hp .flexslider .slides .main-block .mn-body, .main-block .slider-hp .flexslider .slides .mn-body {
        display: none; }
      .slider-hp .flexslider .slides .slider-inside-text {
        margin-left: 0;
        left: 8vw;
        margin-top: 24em; }
      .slider-hp .flexslider .slides .slide-title {
        font-size: 2.5em;
        letter-spacing: 0;
        margin: 0;
        padding-right: 5vw; }
      .slider-hp .flexslider .slides img {
        min-height: 600px;
        height: 600px;
        width: auto;
        top: 0; }
    .slider-hp .flexslider .flex-direction-nav li a {
      margin-top: 17em; }
    .slider-hp .flexslider .flex-direction-nav .flex-next {
      left: calc(100vw - 17.5%); }
    .slider-hp .flexslider .flex-control-nav {
      left: 0;
      margin-left: 0;
      margin-right: 0;
      margin-top: 35em;
      text-align: center; } }

@media (max-width: 580px) {
  .slider-hp .flexslider .flex-direction-nav .flex-next {
    left: calc(100vw - 28.5%); } }

@media (max-width: 374px) {
  .slider-hp .flexslider .slides .slide-title {
    font-size: 2.05em; }
  .slider-hp .flexslider .flex-direction-nav .flex-next {
    left: calc(100vw - 33.75%); } }

@media (max-width: 320px) {
  .slider-hp .flexslider .slides {
    width: 100%; }
    .slider-hp .flexslider .slides .img-container {
      width: 695px; } }

.path-news .top-bp h2, .path-news .top-bp .page-hp .featured_news_hp .row-title-link h2, .page-hp .featured_news_hp .row-title-link .path-news .top-bp h2, .path-news .top-bp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .path-news .top-bp .field--name-field-title-block, .path-news .top-bp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .path-news .top-bp .field--name-field-sub-title-block, .path-news .top-bp .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .path-news .top-bp h2, .path-news .top-bp .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .path-news .top-bp .field--name-field-title-block, .path-news .top-bp .blocks-information .title-ihp, .blocks-information .path-news .top-bp .title-ihp, .path-news .top-bp .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .path-news .top-bp .ihp-column-left-title, .path-news .top-bp .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .path-news .top-bp .ihp-column-right-title, .path-news .top-bp .main-block .mn-subtitle, .main-block .path-news .top-bp .mn-subtitle {
  padding: 30px 0 0 60px;
  font-size: 3rem;
  line-height: 3.75rem;
  color: white;
  margin-top: 0; }
  @media screen and (max-width: 1023px) {
    .path-news .top-bp h2, .path-news .top-bp .page-hp .featured_news_hp .row-title-link h2, .page-hp .featured_news_hp .row-title-link .path-news .top-bp h2, .path-news .top-bp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .path-news .top-bp .field--name-field-title-block, .path-news .top-bp .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .field--name-field-sub-title-block, .page-hp .container_last_row_hp .last_row_hp .vi_block_hp .path-news .top-bp .field--name-field-sub-title-block, .path-news .top-bp .page-hp .container_last_row_hp .last_row_hp .red_block_hp h2, .page-hp .container_last_row_hp .last_row_hp .red_block_hp .path-news .top-bp h2, .path-news .top-bp .page-lp .right-lp .field--name-field-title-block, .page-lp .right-lp .path-news .top-bp .field--name-field-title-block, .path-news .top-bp .blocks-information .title-ihp, .blocks-information .path-news .top-bp .title-ihp, .path-news .top-bp .blocks-information .block-ihp .bottom-row .ihp-column-left .ihp-column-left-title, .blocks-information .block-ihp .bottom-row .ihp-column-left .path-news .top-bp .ihp-column-left-title, .path-news .top-bp .blocks-information .block-ihp .bottom-row .ihp-column-right .ihp-column-right-title, .blocks-information .block-ihp .bottom-row .ihp-column-right .path-news .top-bp .ihp-column-right-title, .path-news .top-bp .main-block .mn-subtitle, .main-block .path-news .top-bp .mn-subtitle {
      padding: 5px 0 0 30px;
      font-size: 2.5rem; } }

.path-news .view-id-taxonomy_filter_menu {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px; }
  .path-news .view-id-taxonomy_filter_menu .views-row {
    margin-top: 25px; }
    .path-news .view-id-taxonomy_filter_menu .views-row a {
      font-family: 'Raleway',sans-serif;
      font-weight: 400;
      color: black;
      text-transform: uppercase; }
      .path-news .view-id-taxonomy_filter_menu .views-row a:hover, .path-news .view-id-taxonomy_filter_menu .views-row a.active-link {
        text-decoration: none;
        cursor: pointer;
        color: #ff3333; }

.news-list__row {
  display: block;
  padding: 26px 0 16px;
  border-bottom: 2px solid #ebebeb;
  /*@include breakpoint($small-m) {
      min-height: 228px;
    }

    @include breakpoint($medium-l) {
      min-height: 254px;
    }*/ }

.news-list__row::after {
  content: '';
  display: block;
  clear: both; }

@media (min-width: 319px) {
  .news-list__picture {
    display: block; } }

@media (min-width: 959px) {
  .news-list__picture {
    float: left; } }

.news-list__picture .img-container {
  line-height: 0; }
  @media (min-width: 319px) {
    .news-list__picture .img-container {
      width: 100%;
      margin: 0 0 20px; }
      .news-list__picture .img-container img {
        width: 100%; } }
  @media (min-width: 959px) {
    .news-list__picture .img-container {
      width: 228px;
      margin: 0 42px 0 0; }
      .news-list__picture .img-container img {
        width: 228px; } }
  @media (min-width: 1023px) {
    .news-list__picture .img-container {
      width: 254px; }
      .news-list__picture .img-container img {
        width: 254px; } }

.news-list__summary {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: -10px; }
  .news-list__summary .summary__content.collapsed {
    display: none; }
  .news-list__summary .summary__content.expanded {
    display: block; }
  .news-list__summary.collapsed .summary__content.collapsed {
    display: block; }
  .news-list__summary.collapsed .summary__content.expanded {
    display: none; }

.news-list .summary__date {
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #5c5b5b;
  text-transform: uppercase; }

.news-list .summary__title {
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin: 0 0 31px;
  line-height: 2.2rem; }
  @media (min-width: 319px) {
    .news-list .summary__title {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 30px;
      line-height: 1.875rem; } }
  @media (min-width: 719px) {
    .news-list .summary__title {
      margin: 0 0 16px; } }
  @media (min-width: 1023px) {
    .news-list .summary__title {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 30px;
      line-height: 1.875rem;
      margin: 0 0 31px; } }
  .news-list .summary__title a {
    color: #030303; }

.news-list .summary__content {
  color: #3e3b3c; }
  .news-list .summary__content.expanded p:first-child, .news-list .summary__content.expanded .main-block .mn-body:first-child, .main-block .news-list .summary__content.expanded .mn-body:first-child {
    padding-bottom: 20px; }
  .news-list .summary__content p, .news-list .summary__content .main-block .mn-body, .main-block .news-list .summary__content .mn-body {
    margin-bottom: 4px;
    line-height: 1.8; }

.news-list .summary__link {
  display: block; }
  .news-list .summary__link--read-more {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    color: #ff3333; }

.news-list .pager {
  margin: 20px 0 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0; }
  .news-list .pager__item {
    padding: 0; }
    .news-list .pager__item .button {
      font-family: 'Open Sans',sans-serif;
      font-weight: 700;
      margin: 0;
      padding: 0;
      border: none;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      color: #030303; }
      .news-list .pager__item .button:before {
        display: inline-block;
        font-family: FontAwesome;
        font-weight: normal;
        content: "";
        margin-right: 10px; }

.sshp .flexslider {
  margin: 0px;
  border: 0px;
  background: transparent; }
  .sshp .flexslider .flex-direction-nav .flex-prev {
    top: 30%; }
  .sshp .flexslider .flex-direction-nav .flex-next {
    top: 30%; }
  .sshp .flexslider .flex-control-paging {
    display: none; }

.sshp .block-sshp {
  width: 91.66667%;
  float: left;
  float: right; }

.sshp .top-row {
  width: 66.66667%;
  float: left;
  background: #ff3333; }
  .sshp .top-row .titles-row {
    width: 50%;
    float: left; }
    .sshp .top-row .titles-row .sshp-title {
      font-size: 60px;
      font-size: 3.75rem;
      line-height: 70px;
      line-height: 4.375rem;
      text-transform: uppercase;
      font-family: 'Raleway',sans-serif;
      font-weight: 100;
      letter-spacing: 0px;
      color: white;
      padding: 60px;
      margin-bottom: 0px; }
      @media (max-width: 1439px) {
        .sshp .top-row .titles-row .sshp-title {
          font-size: 55px;
          font-size: 3.4375rem;
          line-height: 60px;
          line-height: 3.75rem; } }
      @media (max-width: 1279px) {
        .sshp .top-row .titles-row .sshp-title {
          font-size: 45px;
          font-size: 2.8125rem;
          line-height: 50px;
          line-height: 3.125rem; } }
      @media screen and (max-width: 1023px) {
        .sshp .top-row .titles-row .sshp-title {
          font-size: 25px;
          font-size: 1.5625rem;
          line-height: 30px;
          line-height: 1.875rem; } }
    .sshp .top-row .titles-row .sshp-sub-title {
      font-size: 60px;
      font-size: 3.75rem;
      line-height: 70px;
      line-height: 4.375rem;
      text-transform: uppercase;
      font-family: 'Raleway',sans-serif;
      font-weight: 100;
      letter-spacing: 0px;
      color: white;
      padding: 0px 60px;
      margin-bottom: 0px; }
      @media (max-width: 1439px) {
        .sshp .top-row .titles-row .sshp-sub-title {
          font-size: 55px;
          font-size: 3.4375rem;
          line-height: 60px;
          line-height: 3.75rem; } }
      @media (max-width: 1279px) {
        .sshp .top-row .titles-row .sshp-sub-title {
          font-size: 45px;
          font-size: 2.8125rem;
          line-height: 50px;
          line-height: 3.125rem; } }
      @media screen and (max-width: 1023px) {
        .sshp .top-row .titles-row .sshp-sub-title {
          font-size: 25px;
          font-size: 1.5625rem;
          line-height: 30px;
          line-height: 1.875rem; } }
  .sshp .top-row .sshp-image {
    overflow: hidden;
    width: 50%;
    float: left; }
    .sshp .top-row .sshp-image .img-container {
      height: 470px;
      overflow: hidden; }
      .sshp .top-row .sshp-image .img-container img {
        height: 500px;
        width: auto;
        max-width: none; }

.sshp .bottom-row {
  width: 100%;
  float: left;
  background: #ff3333;
  color: white;
  min-height: 450px; }
  .sshp .bottom-row p, .sshp .bottom-row .main-block .mn-body, .main-block .sshp .bottom-row .mn-body {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    color: white; }
  .sshp .bottom-row .sshp-column-left {
    width: 50%;
    float: left;
    padding: 60px; }
  .sshp .bottom-row .sshp-column-right {
    width: 50%;
    float: left;
    padding: 60px; }

@media screen and (max-width: 1023px) {
  .sshp .flexslider {
    background: #ff3333; }
    .sshp .flexslider .flex-next {
      top: 6% !important; }
    .sshp .flexslider .flex-prev {
      display: none !important; }
  .sshp .block-sshp {
    width: 100%;
    float: left;
    float: none; }
  .sshp .top-row {
    width: 100%;
    float: left; }
    .sshp .top-row .sshp-image .img-container {
      display: inline-block;
      float: right;
      height: 200px;
      width: 100%; }
      .sshp .top-row .sshp-image .img-container img {
        width: 100%;
        height: auto;
        max-width: none; }
    .sshp .top-row .titles-row .sshp-title {
      padding: 30px; }
    .sshp .top-row .titles-row .sshp-sub-title {
      padding: 0px 30px; }
  .sshp .bottom-row .sshp-column-left {
    width: 100%;
    float: left;
    padding: 30px;
    padding-bottom: 0px; }
    .sshp .bottom-row .sshp-column-left p, .sshp .bottom-row .sshp-column-left .main-block .mn-body, .main-block .sshp .bottom-row .sshp-column-left .mn-body {
      margin-bottom: 0px; }
  .sshp .bottom-row .sshp-column-right {
    width: 100%;
    float: left;
    padding: 30px; } }

.upcoming-events {
  position: relative; }
  .upcoming-events .view-header {
    position: absolute;
    top: -98px;
    right: 13px;
    float: right;
    width: 80px;
    text-align: right; }
    @media (min-width: 319px) {
      .upcoming-events .view-header {
        top: -90px;
        right: -30px;
        margin-right: 0; } }
    @media (min-width: 839px) {
      .upcoming-events .view-header {
        top: -91px; } }
    @media (min-width: 719px) {
      .upcoming-events .view-header {
        margin-right: 23px;
        margin-top: 3px; } }
    .upcoming-events .view-header a {
      font-size: 16px;
      color: #595959; }
    .upcoming-events .view-header a:hover {
      text-decoration: underline; }
  .upcoming-events .view-empty {
    margin-left: 36px; }
  .upcoming-events .view-footer {
    float: right;
    margin-right: 75px;
    margin-top: 3px; }
    @media (min-width: 319px) {
      .upcoming-events .view-footer {
        margin-right: 20px; } }
    @media (min-width: 719px) {
      .upcoming-events .view-footer {
        margin-right: 44px; } }
    .upcoming-events .view-footer a {
      font-size: 16px;
      color: #595959; }
  .upcoming-events .view-content {
    width: 98.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
    padding: 0 5em; }
  .upcoming-events .views-row {
    margin-bottom: 53px; }
    @media (min-width: 319px) {
      .upcoming-events .views-row {
        margin-bottom: 33px; } }
    @media (min-width: 839px) {
      .upcoming-events .views-row {
        width: 48.33333%;
        float: left; }
        .upcoming-events .views-row:nth-child(2n + 1) {
          margin-left: 0.83333%;
          margin-right: -100%;
          clear: both; }
        .upcoming-events .views-row:nth-child(2n + 2) {
          margin-left: 50.83333%;
          margin-right: -100%;
          clear: none; } }
    @media (min-width: 1279px) {
      .upcoming-events .views-row {
        width: 31.66667%;
        float: left; }
        .upcoming-events .views-row:nth-child(3n + 1) {
          margin-left: 0.83333%;
          margin-right: -100%;
          clear: both; }
        .upcoming-events .views-row:nth-child(3n + 2) {
          margin-left: 34.16667%;
          margin-right: -100%;
          clear: none; }
        .upcoming-events .views-row:nth-child(3n + 3) {
          margin-left: 67.5%;
          margin-right: -100%;
          clear: none; } }
    .upcoming-events .views-row div:nth-child(1),
    .upcoming-events .views-row div:nth-child(2) {
      display: inline-block;
      vertical-align: middle; }
    .upcoming-events .views-row div:nth-child(1) {
      width: 109px; }
    .upcoming-events .views-row div:nth-child(2) {
      width: 70%; }
      @media (min-width: 319px) {
        .upcoming-events .views-row div:nth-child(2) {
          width: 60%; } }
      @media (min-width: 839px) {
        .upcoming-events .views-row div:nth-child(2) {
          width: 66%; } }
  .upcoming-events .ue-date {
    margin-right: 22px;
    text-align: center; }
    .upcoming-events .ue-date .month,
    .upcoming-events .ue-date .day {
      display: block;
      width: 90px; }
    .upcoming-events .ue-date .month {
      font-family: 'Open Sans',sans-serif;
      font-weight: 400;
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 30px;
      line-height: 1.875rem;
      height: 33px;
      background: #ff3333;
      color: white;
      line-height: 1.3;
      text-transform: uppercase; }
    .upcoming-events .ue-date .day {
      font-family: 'Open Sans',sans-serif;
      font-weight: 700;
      font-size: 45px;
      font-size: 2.8125rem;
      line-height: 50px;
      line-height: 3.125rem;
      height: 59px;
      background: white;
      color: #363636;
      line-height: 1.3; }
  .upcoming-events .ue-title {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    width: 100% !important;
    margin-bottom: 0;
    font-size: 22px;
    color: #363636;
    line-height: 1.4; }
    @media (min-width: 319px) {
      .upcoming-events .ue-title {
        font-size: 22px; } }
    .upcoming-events .ue-title a {
      color: #363636; }
    .upcoming-events .ue-title a:hover {
      text-decoration: underline; }

@media (max-width: 374px) {
  .upcoming-events .view-header {
    right: 0;
    top: -60px;
    text-align: right; } }

@media screen and (max-width: 839px) {
  .upcoming-events .view-header {
    right: 0;
    top: -58px;
    width: 70px;
    text-align: right; }
  .upcoming-events .view-content {
    padding: 0 10px;
    margin: 0; }
  .upcoming-events .ue-title {
    font-size: 18px; }
  .upcoming-events .views-row div:nth-child(1) {
    width: 75px; }
  .upcoming-events .ue-date {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 40px;
    line-height: 2.5rem; }
    .upcoming-events .ue-date .month {
      height: 20px;
      font-size: 16px;
      line-height: 1.2;
      width: 55px; }
    .upcoming-events .ue-date .day {
      width: 55px;
      font-size: 28px;
      height: auto; } }

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Montserrat', sans-serif;
*/
body main {
  background-color: #fff; }

.region--content.region.region-content {
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important; }

.region--highlighted {
  display: none; }

.homepage {
  height: 50em;
  background-color: #fff;
  /*
	width: 1600px;
	margin-left: auto;
	margin-right: auto;
	*/ }
  .homepage .flexslider {
    border: 0; }
  .homepage .menu--information-home {
    position: absolute;
    z-index: 100;
    /*top: 56.9em;*/
    margin-top: 42.3em;
    /* left: 22.7em; */
    margin-left: 22.7em; }
    .homepage .menu--information-home a, .homepage .menu--information-home p, .homepage .menu--information-home .main-block .mn-body, .main-block .homepage .menu--information-home .mn-body {
      font-family: 'Raleway', sans-serif; }
    .homepage .menu--information-home .info_home_active {
      display: inline-block !important; }
    .homepage .menu--information-home ul li {
      display: block;
      margin: 0 0; }
      .homepage .menu--information-home ul li .inside_menu {
        display: none;
        position: absolute;
        height: 660px;
        left: 20.5em;
        top: 0em;
        width: 660px; }
        .homepage .menu--information-home ul li .inside_menu .in_lower {
          width: 100%; }
          .homepage .menu--information-home ul li .inside_menu .in_lower ul {
            margin-top: 3em;
            width: 100%;
            display: inline-block;
            -moz-column-count: 3;
            -moz-column-gap: 20px;
            -webkit-column-count: 3;
            -webkit-column-gap: 0px;
            column-count: 3;
            -moz-column-gap: 0px;
                 column-gap: 0px; }
            .homepage .menu--information-home ul li .inside_menu .in_lower ul a {
              font-size: 0.6em;
              color: #f23522;
              font-family: 'Open Sans',sans-serif; }
          .homepage .menu--information-home ul li .inside_menu .in_lower .in_desc {
            height: 19em; }
            .homepage .menu--information-home ul li .inside_menu .in_lower .in_desc a, .homepage .menu--information-home ul li .inside_menu .in_lower .in_desc p, .homepage .menu--information-home ul li .inside_menu .in_lower .in_desc .main-block .mn-body, .main-block .homepage .menu--information-home ul li .inside_menu .in_lower .in_desc .mn-body {
              font-family: 'Open Sans', sans-serif; }
            .homepage .menu--information-home ul li .inside_menu .in_lower .in_desc #title_menu {
              width: 28%;
              font-size: 2em;
              margin: 0 0 0.5em 1em;
              display: inline-block;
              font-weight: 100;
              color: #3a4d69;
              text-transform: uppercase; }
            .homepage .menu--information-home ul li .inside_menu .in_lower .in_desc ul {
              width: 70%;
              margin-top: 0;
              display: inline-block;
              -moz-column-count: 2;
              -moz-column-gap: 20px;
              -webkit-column-count: 2;
              -webkit-column-gap: 0px;
              column-count: 2;
              -moz-column-gap: 0px;
                   column-gap: 0px; }
              .homepage .menu--information-home ul li .inside_menu .in_lower .in_desc ul a {
                font-size: 0.6em; }
      .homepage .menu--information-home ul li .div_inf_home_cat {
        width: 328px;
        height: 165px;
        background-color: grey;
        cursor: pointer; }
      .homepage .menu--information-home ul li .inf_home_cat {
        padding-top: 2em;
        display: block;
        padding-left: 1em;
        font-size: 2em;
        color: #fff;
        text-decoration: none;
        font-weight: 100; }
    .homepage .menu--information-home ul li ul li {
      display: block;
      margin-bottom: 1em;
      margin-left: 2em;
      margin-right: 2em; }
  .homepage .view-display-id-block_2 {
    /*
		position: absolute;
		top: 70em;
		*/ }
  .homepage .student-spotlight {
    margin-top: 42.7em; }
    .homepage .student-spotlight #spot-background {
      position: absolute;
      margin-top: 95em;
      z-index: -1; }
    .homepage .student-spotlight #title {
      width: 387px;
      height: 387px;
      position: absolute;
      margin-left: 13.5%;
      margin-top: 126.5em;
      background: #f23522;
      padding-left: 3em;
      padding-top: 1em; }
      .homepage .student-spotlight #title p, .homepage .student-spotlight #title .main-block .mn-body, .main-block .homepage .student-spotlight #title .mn-body {
        font-size: 3em;
        width: 80%;
        text-transform: uppercase;
        color: #fff;
        font-weight: 200;
        font-family: 'Raleway'; }
    .homepage .student-spotlight #profileimg {
      position: absolute;
      margin-left: 20%;
      margin-top: 125.5em;
      z-index: -1; }
      .homepage .student-spotlight #profileimg img {
        width: 776px;
        height: 530.39px; }
    .homepage .student-spotlight #spot-content {
      position: absolute;
      margin-top: 150.5em;
      width: 1168px;
      background: #f23522;
      margin-left: 13.5%;
      height: 378px;
      display: block;
      padding-top: 4em;
      padding-left: 2em;
      font-family: 'Open Sans',sans-serif; }
      .homepage .student-spotlight #spot-content p, .homepage .student-spotlight #spot-content .main-block .mn-body, .main-block .homepage .student-spotlight #spot-content .mn-body {
        width: 945px;
        height: 218px;
        display: block;
        font-size: 0.8em;
        color: #fff; }
        .homepage .student-spotlight #spot-content p span, .homepage .student-spotlight #spot-content .main-block .mn-body span, .main-block .homepage .student-spotlight #spot-content .mn-body span {
          display: inline-block;
          width: 40%;
          margin-right: 4em; }
  .homepage #contact-message-need-more-info-form {
    position: absolute;
    /*top: 100em;*/
    margin-top: 174em;
    height: 225px;
    width: 1168px;
    background-color: #c0bfbf;
    margin-left: 13.5%;
    font-family: 'Raleway',sans-serif; }
    .homepage #contact-message-need-more-info-form label {
      display: none; }
    .homepage #contact-message-need-more-info-form input {
      height: 50px;
      box-shadow: none;
      border: none;
      width: 100%;
      font-size: 0.5em;
      padding: 2em;
      border-radius: 2px;
      color: #3a4d69; }
      .homepage #contact-message-need-more-info-form input ::-webkit-input-placeholder {
        color: #3a4d69; }
      .homepage #contact-message-need-more-info-form input :-moz-placeholder {
        /* Firefox 18- */
        color: #3a4d69; }
      .homepage #contact-message-need-more-info-form input ::-moz-placeholder {
        /* Firefox 19+ */
        color: #3a4d69; }
      .homepage #contact-message-need-more-info-form input :-ms-input-placeholder {
        color: #3a4d69; }
    .homepage #contact-message-need-more-info-form p, .homepage #contact-message-need-more-info-form .main-block .mn-body, .main-block .homepage #contact-message-need-more-info-form .mn-body {
      color: #ffffff;
      font-size: 2em;
      margin-bottom: 0;
      margin-left: 2em;
      font-weight: 100; }
    .homepage #contact-message-need-more-info-form div p, .homepage #contact-message-need-more-info-form div .main-block .mn-body, .main-block .homepage #contact-message-need-more-info-form div .mn-body {
      font-size: 1.5em;
      margin-left: 0; }
    .homepage #contact-message-need-more-info-form #edit-field-name-wrapper {
      width: 165px;
      display: inline-block;
      margin-left: 4em;
      margin-top: 1em;
      margin-right: 0.5em; }
    .homepage #contact-message-need-more-info-form #edit-field-contact-phone-wrapper {
      width: 165px;
      display: inline-block;
      margin-right: 0.5em; }
    .homepage #contact-message-need-more-info-form #edit-field-email-wrapper {
      width: 250px;
      display: inline-block; }
      .homepage #contact-message-need-more-info-form #edit-field-email-wrapper input {
        width: 100%; }
    .homepage #contact-message-need-more-info-form #edit-langcode-wrapper {
      display: inline-block; }
    .homepage #contact-message-need-more-info-form #edit-actions {
      width: 130px;
      display: inline-block;
      margin-right: 2em; }
      .homepage #contact-message-need-more-info-form #edit-actions #edit-submit {
        background-color: #c0bfbf;
        border: 2px solid #fff;
        color: #fff;
        font-size: 0.8em;
        padding: 0; }
      .homepage #contact-message-need-more-info-form #edit-actions #edit-preview {
        display: none; }
  .homepage #video-background {
    position: absolute;
    /*top: 113em;*/
    margin-top: 187em;
    width: 1168px;
    height: 684px;
    margin-left: 13.5%; }
  .homepage #aboutracc {
    position: absolute;
    /* top: 142em; */
    height: 660px;
    width: 325px;
    /* left: 11.5em; */
    margin-left: 13.5%;
    margin-top: 217.8em;
    background: #f23522;
    padding: 2.8em; }
    .homepage #aboutracc p, .homepage #aboutracc .main-block .mn-body, .main-block .homepage #aboutracc .mn-body {
      color: #ffffff;
      font-size: 0.8em;
      line-height: 1.5;
      font-weight: 200;
      font-family: "Open Sans"; }
      .homepage #aboutracc p span, .homepage #aboutracc .main-block .mn-body span, .main-block .homepage #aboutracc .mn-body span {
        display: block; }
    .homepage #aboutracc #title {
      font-size: 2em;
      font-weight: 100;
      line-height: 1;
      margin-bottom: 1em;
      margin-top: 0;
      font-family: 'Raleway',sans-serif;
      text-transform: uppercase; }
  .homepage #about_video {
    position: absolute;
    margin-top: 216.8em;
    margin-left: calc(13.5% + 325px); }
    .homepage #about_video img {
      position: relative;
      width: 690px;
      height: 370px; }
  .homepage #whyracc {
    position: absolute;
    /*top: 130em;*/
    width: 570px;
    height: 275px;
    /*left: 32.3em;*/
    margin-left: calc(13.5% + 20em);
    margin-top: 244em;
    padding-left: 4em; }
    .homepage #whyracc p, .homepage #whyracc .main-block .mn-body, .main-block .homepage #whyracc .mn-body {
      font-size: 0.8em;
      line-height: 1.5;
      margin: 0;
      color: #83969f;
      font-family: "Open Sans"; }
      .homepage #whyracc p span, .homepage #whyracc .main-block .mn-body span, .main-block .homepage #whyracc .mn-body span {
        display: block; }
    .homepage #whyracc #title {
      font-size: 2em;
      line-height: 1;
      margin-bottom: 0.5em;
      font-weight: 100;
      color: #3a4d69;
      font-family: 'Raleway',sans-serif; }
  .homepage #sub_centers {
    position: absolute;
    margin-top: 259em;
    background: grey;
    width: 100%;
    height: 270px; }
    .homepage #sub_centers img {
      padding-left: 14em;
      padding-top: 2em; }

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) and (max-width: 1195px) {
  .homepage .menu--information-home {
    margin-top: 23.9em;
    margin-left: 1em; }
  .homepage .student-spotlight #title {
    margin-top: 112.8em;
    margin-left: 6%; }
  .homepage .student-spotlight #profileimg {
    margin-top: 111.8em;
    margin-left: 14%; }
  .homepage .student-spotlight #spot-content {
    margin-top: 137em;
    width: 100%;
    margin-left: 6%; }
  .homepage #contact-message-need-more-info-form {
    width: 100%;
    margin-left: 0; }
    .homepage #contact-message-need-more-info-form #edit-field-name-wrapper {
      width: 125px; }
    .homepage #contact-message-need-more-info-form #edit-field-contact-phone-wrapper {
      width: 125px; }
    .homepage #contact-message-need-more-info-form #edit-field-email-wrapper {
      width: 175px; }
    .homepage #contact-message-need-more-info-form #edit-actions {
      width: 100px; }
  .homepage #video-background {
    margin-left: 0; }
  .homepage #aboutracc {
    margin-left: 6%; }
  .homepage #about_video {
    margin-left: calc(6% + 325px); }
  .homepage #whyracc {
    margin-left: calc(6% + 325px); }
  .homepage #sub_centers img {
    padding-left: 9em; } }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  .homepage .menu--information-home {
    margin-top: 37.7em;
    margin-left: 18em; }
  .homepage .student-spotlight #title {
    margin-top: 123.4em; }
  .homepage .student-spotlight #profileimg {
    margin-top: 122.4em; }
  .homepage .student-spotlight #spot-content {
    margin-top: 147.5em; }
  .homepage #sub_centers img {
    padding-left: 14em; } }

@media only screen and (min-width: 1360px) {
  .homepage .view-display-id-home_slider img {
    height: 1167px; }
  .homepage #sub_centers img {
    padding-left: 21em; } }

/*# sourceMappingURL=racc.styles.css.map */
@media(min-width: 1024px){
	.node--type-page .layout-container header{
		position: relative;
		top:0;
		left: 0;
		width: 100%;
	}
	.node--type-page .top-bp .top-lp-main-background{
		height: 505px;
	}
	.node--type-page .page-container .page-sidebar{
		position: static;
	        top: 230px;
	/*position:static;*/
	}
	.node--type-page .page-container .page-content-sidebar{
		width: 100%;
	}
	.node--type-page .page-bp .content-bp{
		float: right;
		/*width: calc(100% - 290px);*/
		width: 100%;
	}
	.page-bp .top-bp .block-region-top > div:last-child{
		float: left;
		width: 100%;
	}
	#block-racc-content .page-bp .top-bp span
	{
		    width: 100%;
		    text-align: center;
		    padding-left: 20px;
		    bottom: auto;
		    margin-left: 0px;
		    padding-right: 20px;
		    position: relative;
		    font-family: 'Raleway',sans-serif;
		    font-weight: 100;
		    color: white;
		    margin-bottom: 0px;
	}
	.node--type-page.headrelpos .page-container .page-sidebar{
	top:0;
	}
	.page-content-sidebar .content-bp{
        	padding-left:59px;
        }

	.path-news .page-content-sidebar .content-bp, .path-events .page-content-sidebar .content-bp, .node--type-event .page-content-sidebar .content-bp, .node--type-article .page-content-sidebar .content-bp {
	    padding-left: 20px;
	}
}

@media(max-width:800px){
	body .page-container .page-content-sidebar .top-bp{
		min-height:356px;
	}
	body .page-container .page-sidebar{
		top:350px;
	}
	body .page-container .page-content-sidebar .top-bp span{
		bottom:60px;
		position:absolute;
	}
	.page-bp .top-bp .block-region-top div:nth-of-type(2n){
		position: absolute;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    margin-bottom: 0;
	    background: white;
	    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.7) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
	}
	.page-bp .top-bp .top-lp-main-background{
		height:379px;
		background-size:cover;
		background-repeat: no-repeat;
		background-position:center center;
	}
	header{
		position:absolute !important;
		top:0;
	}
	.node--type-page header{
	background:#fff;
	}

body.path-events-calendar .page-container .page-sidebar {top: 73px;}
.path-events-calendar .calendar-days .pages-title-black{ margin: 143px 0 40px;}
.path-events-calendar .calendar-month .pages-title-black { margin: 142px 0 0;}
.path-calendar-events .calendar-month .pages-title-black { margin: 142px 0 0;}
body.path-events-calendar .page-container .page-sidebar { top: 72px; }
body.path-events-calendar nav.pager{ margin: 0; }
body.path-calendar-events .page-container .page-sidebar { top: 72px; }
body.path-calendar-events nav.pager{ margin: 0; }


}
.node--type-page.headrelpos header{
position:relative;
}

@media(min-width:1024px){
.page-container .page-sidebar .menu--main-menu{
border:none;
}
.page-container .page-sidebar{
width:290px;
}
}
@media(min-width:1350px){
.page-container .page-sidebar{
width:290px;
}
}

.contact_hp a
{
color:red;
}

.page-hp .contact_hp
{
width:100%;
text-align:center;
padding:0px;
margin-bottom: 1%;
background:#bfbfbf;
}
.page-hp .contact_hp p
{
margin:13px;
font-size:27px;
}

.page-hp .contact_hp p span.need-more-span
{
font-size:34px;
}

.node--type-page.headrelpos .page-container .page-sidebar{
    position: static;
}
.node--type-page.headrelpos .page-content-sidebar .content-bp{
    padding-left:59px;
}

.node--type-page .block-region-top > div:nth-child(2)
{
display:none;
}


@media(max-width: 1023px){
	.node--type-page.headrelpos .page-container .page-sidebar{
		position: absolute;
	}
	.page-bp .content-bp{
		min-height: unset;
	}
}

@media (max-width:991px){
  .node--type-page.headrelpos .page-container .page-sidebar{
    position: absolute;
    top:72px;
  }
}

@media (min-width: 1024px)
{
.page-content-sidebar .content-bp.no-banner {
    padding-left: 60px;
}
}

@media (max-width:767px){
  .node--type-page.headrelpos .page-content-sidebar .content-bp{
    padding-left:30px;
  }
  .node--type-page.headrelpos .block-region-right table{
    width:100% !important;
  }
}

/* header alert css  begin*/
#block-raccalertcovid
{
    background: #ff3333;
    color: white;
    text-align: center;
    margin-bottom: 2px;
}
#block-raccalertcovid h2
{
  margin: 0px;
}

/* header alert css  end*/