/** MARKETING SLIDE: TOP **/
#hcu-slider-marketing .slider-item {
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  #hcu-slider-marketing .slider-item .slider-item-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #F0F0F0;
    background: rgba(48, 48, 48, 0.75);
    border-radius: 1em;
    padding: 2.5em;
    margin: 0 1em; }
    @media (min-width: 320px) {
      #hcu-slider-marketing .slider-item .slider-item-content .slider-title {
        font-size: 2.5em; } }
    @media (min-width: 768px) {
      #hcu-slider-marketing .slider-item .slider-item-content .slider-title {
        font-size: 3.5em; } }
    @media (min-width: 1024px) {
      #hcu-slider-marketing .slider-item .slider-item-content .slider-title {
        font-size: 5em; } }
    @media (min-width: 320px) {
      #hcu-slider-marketing .slider-item .slider-item-content .slider-details {
        font-size: 1em; } }
    @media (min-width: 768px) {
      #hcu-slider-marketing .slider-item .slider-item-content .slider-details {
        font-size: 1.4em; } }
    @media (min-width: 1024px) {
      #hcu-slider-marketing .slider-item .slider-item-content .slider-details {
        font-size: 2em; } }
    #hcu-slider-marketing .slider-item .slider-item-content .slider-action {
      margin-top: 1.5em; }
#hcu-slider-marketing .owl-item.active .slider-item-content {
  animation-name: moveInUp;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden; }
  #hcu-slider-marketing .owl-item.active .slider-item-content .slider-title {
    animation-name: moveInUp;
    animation-duration: 0.6s;
    animation-delay: 0.3s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    backface-visibility: hidden;
    /* color */ }
  #hcu-slider-marketing .owl-item.active .slider-item-content .slider-details {
    animation-name: moveInUp;
    animation-duration: 0.7s;
    animation-delay: 0.4s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    backface-visibility: hidden;
    /* color */ }
  #hcu-slider-marketing .owl-item.active .slider-item-content .slider-disclaimer {
    animation-name: moveInUp;
    animation-duration: 0.8s;
    animation-delay: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    backface-visibility: hidden;
    /* color */ }
  #hcu-slider-marketing .owl-item.active .slider-item-content .slider-action {
    animation-name: moveInUp;
    animation-duration: 0.9s;
    animation-delay: 0.6s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    backface-visibility: hidden; }

@Keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translateY(50px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/** FEATURED RATES **/
#hcu-featured-rates {
  padding: 2em 0 0 0;
  background: #F0F0F0; }
  #hcu-featured-rates .featured-title {
    text-align: center;
    color: #303030; }
  #hcu-featured-rates .slider-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    #hcu-featured-rates .slider-item .hcu-tile {
      border: 0.5px solid #C0C0C0; }
      @media (min-width: 320px) {
        #hcu-featured-rates .slider-item .hcu-tile {
          flex: 1 0 100%; } }
      @media (min-width: 768px) {
        #hcu-featured-rates .slider-item .hcu-tile {
          flex: 1 0 50%; } }
      @media (min-width: 1024px) {
        #hcu-featured-rates .slider-item .hcu-tile {
          flex: 1 0 25%; } }
      #hcu-featured-rates .slider-item .hcu-tile.hcu-default {
        color: #303030;
        background: #F0F0F0; }

/** OUR SERVICES **/
#hcu-services {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  padding: 2em 0 5em 0;
  background: #303030; }
  #hcu-services .services-title {
    flex: 1 0 100%;
    text-align: center;
    color: #F0F0F0; }
  #hcu-services .services-card {
    padding: 1em;
    position: relative;
    cursor: pointer; }
    @media (min-width: 320px) {
      #hcu-services .services-card {
        flex: 1 0 100%; } }
    @media (min-width: 768px) {
      #hcu-services .services-card {
        flex: 1 0 50%; } }
    @media (min-width: 1024px) {
      #hcu-services .services-card {
        flex: 1 0 33.33%; } }
    #hcu-services .services-card .front {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      padding: 2.5em;
      color: #F0F0F0;
      background: #484848;
      -webkit-transform: perspective(1000) rotateY(0);
      -moz-transform: perspective(1000) rotateY(0);
      -ms-transform: perspective(1000) rotateY(0);
      -o-transform: perspective(1000) rotateY(0);
      transform: perspective(1000) rotateY(0); }
      #hcu-services .services-card .front .title {
        font-size: 1.25em;
        font-weight: bold;
        margin-top: 1.25em; }
      #hcu-services .services-card .front .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 2.5em;
        width: 2.5em;
        font-size: 2em;
        border-radius: 100%;
        color: #303030;
        background: #00AEEF; }
    #hcu-services .services-card .back {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      position: absolute;
      top: 1em;
      left: 1em;
      width: calc(100% - 2em);
      height: calc(100% - 2em);
      padding: 1em 2.5em;
      color: #F0F0F0;
      background: #484848;
      -webkit-transform: rotateY(-180deg);
      -moz-transform: rotateY(-180deg);
      -ms-transform: rotateY(-180deg);
      -o-transform: rotateY(-180deg);
      transform: rotateY(-180deg); }
      #hcu-services .services-card .back .title {
        font-size: 1.25em;
        font-weight: bold; }
      #hcu-services .services-card .back .description {
        margin: 1em 0; }
    #hcu-services .services-card .front,
    #hcu-services .services-card .back {
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: -webkit-transform 0.6s !important;
      -moz-transition: -moz-transform 0.6s !important;
      -o-transition: -o-transform 0.6s !important;
      transition: transform 0.6s !important; }
  #hcu-services .services-card:hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform: perspective(1000) rotateY(180deg);
    -moz-transform: perspective(1000) rotateY(180deg);
    -ms-transform: perspective(1000) rotateY(180deg);
    -o-transform: perspective(1000) rotateY(180deg);
    transform: perspective(1000) rotateY(180deg); }
  #hcu-services .services-card:hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform: perspective(1000) rotateY(0deg);
    -moz-transform: perspective(1000) rotateY(0deg);
    -ms-transform: perspective(1000) rotateY(0deg);
    -o-transform: perspective(1000) rotateY(0deg);
    transform: perspective(1000) rotateY(0deg); }

/** TAGLINE **/
#hcu-tagline {
  padding: 3.5em;
  text-align: center;
  background: #FFC425;
  border-top: 5px solid #303030; }
  #hcu-tagline .tagline-title {
    font-size: 3em; }
  #hcu-tagline .tagline-text {
    font-size: 2em;
    font-family: "Quicksand", sans-serif; }

/** MARKETING SLIDER: BOTTOM **/
#hcu-slider-bottom .slider-item {
  height: 45vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(1); }
  #hcu-slider-bottom .slider-item .slider-item-content {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #303030;
    background: rgba(234, 234, 234, 0.85);
    transition: bottom 0.25s ease-in-out; }
    @media (min-width: 320px) {
      #hcu-slider-bottom .slider-item .slider-item-content {
        bottom: -80%;
        padding: 0.5em; } }
    @media (min-width: 768px) {
      #hcu-slider-bottom .slider-item .slider-item-content {
        bottom: -90%;
        padding: 1em; } }
    @media (min-width: 1024px) {
      #hcu-slider-bottom .slider-item .slider-item-content {
        bottom: -83%;
        padding: 1.5em; } }
#hcu-slider-bottom .slider-item:hover {
  filter: grayscale(0); }
  @media (min-width: 320px) {
    #hcu-slider-bottom .slider-item:hover .slider-item-content {
      bottom: 0; } }
  @media (min-width: 768px) {
    #hcu-slider-bottom .slider-item:hover .slider-item-content {
      bottom: -25%; } }
  @media (min-width: 1024px) {
    #hcu-slider-bottom .slider-item:hover .slider-item-content {
      bottom: -40%; } }

/** ABOUT US **/
#hcu-about {
  display: flex;
  flex-direction: column; }
  #hcu-about .about-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    #hcu-about .about-row .title,
    #hcu-about .about-row .text {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center; }
      @media (min-width: 320px) {
        #hcu-about .about-row .title,
        #hcu-about .about-row .text {
          flex: 1 0 100%; } }
      @media (min-width: 768px) {
        #hcu-about .about-row .title,
        #hcu-about .about-row .text {
          flex: 1 0 50%; } }
    #hcu-about .about-row .title {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      @media (min-width: 320px) {
        #hcu-about .about-row .title {
          height: 25vh; } }
      @media (min-width: 768px) {
        #hcu-about .about-row .title {
          height: auto; } }
      #hcu-about .about-row .title a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        color: #303030;
        font-size: 3em;
        transition: font-size 0.25s ease-in-out; }
        #hcu-about .about-row .title a:hover {
          font-size: 3.5em; }
    #hcu-about .about-row .text {
      padding: 2.5em;
      font-size: 1.25em;
      color: #F0F0F0;
      background: #303030; }

/** OUR PARTNERS **/
#hcu-partners {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 2em 0;
  position: relative;
  color: #303030;
  background: #F0F0F0; }
  #hcu-partners .partner-title {
    flex: 1 0 100%;
    text-align: center; }
  #hcu-partners .partner-box {
    text-align: center;
    padding: 1em; }
    @media (min-width: 320px) {
      #hcu-partners .partner-box {
        flex: 1 0 100%; } }
    @media (min-width: 768px) {
      #hcu-partners .partner-box {
        flex: 1 0 25%; } }
