/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */


/*-------------- HOMEPAGE-------------*/
.m-b-15 {
  margin-bottom: 15px;
}

.modern-homepage .col-sm-3 .homepage-body  {
  margin: 0 15px;
}
.modern-homepage .col-sm-3 .homepage-body:first-child  {
  margin-left: 0;
}
.modern-homepage .col-sm-3 .homepage-body:last-child  {
  margin-right: 0;
}
.homepage-body {
font-family: 'Open Sans'; }
.homepage-body .hero-container .hero-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 400px;
  width: 100%; }
.homepage-body .hero-container .container-fluid .hero-cta {
  position: absolute;
  height: auto;
  width: 425px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px 0px 15px 15px;
  margin: 0 25px; }
  .homepage-body .hero-container .hero-cta .hero-title {
    color: #333333;
    font-size: 28px;
    font-weight: 800;
    line-height: 38px;
    letter-spacing: 2px;
  }
  #page .homepage-body .hero-container .hero-cta .hero-text div {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px; }
  #page .homepage-body .hero-container .hero-cta .hero-text p {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0px;}
  #page .homepage-body .hero-container .hero-cta .hero-button-text {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    line-height: 16px;
    margin-top: 5px;
    background-color: #0C7279 !important;
    border-radius: 5px;
    padding: 8px 15px;
  }
  #page .homepage-body .hero-container .hero-cta .hero-button-text:hover {
    background-color: #218A91 !important;
    text-decoration: none;
  }
  #page .homepage-body .hero-container .hero-cta .hero-button-text img {
    padding-left: 10px;
}
  .homepage-body .hero-container .hero-cta .fa-arrow-right {
    margin-left: 10px; }
  @media screen and (max-width: 767px) {
  .homepage-body .hero-container .hero-cta {
    width: 90% !important; } 
    
  }
.homepage-body .action-modules {
      margin: 25px 12px; 
}
      
  .homepage-body .action-modules .box {
    position: relative;
    text-align: center;
    padding: 10px 10px 0 10px;
    min-height: 200px;
    border: none;
    /*box-shadow: 5px 5px 4px #bbbbbb;*/
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
      
  }
    .homepage-body .action-modules .box .title {
      color: #333333;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 19px;
      font-weight: 800;
      padding-bottom: 10px; }
    #page .homepage-body .action-modules .box .text div {
      color: #525252;
      font-size: 12px;
      line-height: 17px;
      font-weight: 400;
     }
    #page .homepage-body .action-modules .box .text p {
      color: #525252;
      font-size: 12px;
      line-height: 17px;
      font-weight: 400;
      padding-bottom: 0px;
      margin: 0px;
    }
    .homepage-body .action-modules .box .action-module-dropdown {
      position: absolute;
      color: #525252;
      left: 40px;
      bottom: 70px;
      height: 24px;
      min-width: 180px;
      font-size: 12px;
      line-height: 17px;
      font-weight: 800;
      padding: 0 0 0 .8em;
      box-sizing: border-box;
      margin-top: 10px;
      border: 1px solid #aaa;
      box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
      border-radius: .5em;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      background-color: #fff;
      background-image: url('/action-module-dropdown-arrow.png?language_id=1'),
        linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
      background-repeat: no-repeat, repeat;
      background-position: right .7em top 50%, 0 0;
      background-size: .65em auto, 100%;
  }
    .homepage-body .action-modules .box .search-only {
      display: inline-block;
      font-size: 10px;
      line-height: 14px;
      font-weight: 600;
      padding-bottom: 30px; }
      .homepage-body .action-modules .box .search-only .inner-addon {
        position: relative;
        width: 220px; }
        .homepage-body .action-modules .box .search-only .inner-addon .fa-search {
          position: absolute;
          padding: 12px;
          pointer-events: none; }
        .homepage-body .action-modules .box .search-only .inner-addon .fa-search {
          left: 0px; }
        .homepage-body .action-modules .box .search-only .inner-addon input {
          padding-left: 30px; }
        .homepage-body .action-modules .box .search-only .inner-addon input::placeholder {
          font-style: italic;
          text-align: center; }
    .homepage-body .action-modules .box .double-dropdown {
      display: inline-block;
      font-size: 10px;
      line-height: 14px;
      font-weight: 600;
      padding-bottom: 30px;
      margin-top: 30px;}
      .homepage-body .action-modules .box .double-dropdown .inner-addon {
        position: relative;
        width: 220px; }
        .homepage-body .action-modules .box .double-dropdown .inner-addon .fa-search {
          position: absolute;
          padding: 12px 25px;
          pointer-events: none; }
        .homepage-body .action-modules .box .double-dropdown .inner-addon .fa-search {
          left: 0px; }
        .homepage-body .action-modules .box .double-dropdown .inner-addon input {
          padding-left: 30px; }
        .homepage-body .action-modules .box .double-dropdown .inner-addon input::placeholder {
          font-style: italic;
          text-align: center; }
      .homepage-body .action-modules .box .latest-news-date {
          font-size: 10px;
          text-align: left;
          line-height: 14px;
          font-weight: 600;
          padding-bottom: 5px;
      }
      .homepage-body .action-modules .box .latest-news-article {
          font-size: 10px;
          text-align: left;
          line-height: 14px;
          font-weight: 600;
          padding-bottom: 5px;
      }
      .homepage-body .action-modules .box .holiday-schedule-date {
          font-size: 10px;
          line-height: 14px;
          text-align: center;
          font-weight: 600;
          padding-bottom: 5px;
      }
      .homepage-body .action-modules .box .holiday-schedule-link {
          font-size: 10px;
          text-align: left;
          line-height: 14px;
          font-weight: 600;
          padding-bottom: 5px;
      }
      
      .homepage-body #network-map-subtitle {
          padding: 0px 20px 0 20px;
      }
      .homepage-body #investing-subtitle {
          padding: 0px 20px 0 20px;
      }
      .homepage-body #open-positions-subtitle {
          padding: 0px 20px 0 20px;
      }
      .homepage-body #explore-shipping-subtitle {
          padding: 0px 20px 0 20px;
      }
   .homepage-body .action-modules .box .btn {
      background-color: #0C7279 !important; }
  .homepage-body .action-modules .box .btn:hover {
   background-color: #218A91 !important; 
   text-decoration: none;
  }
  #page .homepage-body .action-modules .action-module-btn {
    padding: 8px 10px;
    color: #FFFFFF;
    position: absolute;
    font-size: 12px;
    font-weight: 800;
    line-height: 16px;
    border-radius: 5px;
    border: none;
    bottom: 27px;
    left: 30px;
    width: 200px;
    text-transform: uppercase;
    text-decoration: none;
  }

  #page .homepage-body .action-modules .action-module-btn img {
    padding-left: 10px;
    padding-bottom: 2px;
}
.homepage-body .news-feature {
  
  background-color: #F7F7F7; }
  .homepage-body .news-feature .news-heading {
    margin: 50px 0 15px 0px;
    font-size: 24px;
    line-height: 40px;
    font-weight: 800; }
  .homepage-body .news-feature .news-story {
    padding: 5px 10px;
    background-color: white;
    margin-bottom: 70px; }
  .homepage-body .news-feature .story-date {
    padding: 20px 0 5px 30px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 800; }
  .homepage-body .news-feature .story-title {
    padding: 5px 0 8px 30px;
    color: #525252;
    font-size: 22px;
    line-height: 30px;
    font-weight: 800;
    letter-spacing: 1px;
    column-span: all; }
  .homepage-body .news-feature .story-text {
    color: #333333;  
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0px 15px 0px;
    width: 100%;
    /*min-height: 225px;*/
  }
  #page .homepage-body .news-feature .story-text p {
    color: #525252;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 30px 5px 30px;
    width: 100%;
    margin-bottom: 0px;
  }
  
  #page .homepage-body .news-feature .story-text div {
    color: #525252;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 30px 5px 30px;
    width: 100%;
    margin-bottom: 0px;
  }
  
   #page .homepage-body .news-feature .story-text div > strong {
      color: #525252;
       
   }
  
   #page .homepage-body .news-feature .story-text p > strong {
      color: #525252;
       
   }
  .homepage-body .news-feature .story-button {
    display: flex;
    flex: 1;
    justify-content: flex-start;
    margin: 0px 25px 25px 0;
    text-transform: uppercase;
    padding-left: 15px;
  }
    .homepage-body .news-feature .story-button button{
      background: none;  
      text-decoration: none;
      border: none;
      font-size: 14px;
      text-transform: uppercase;}
    #page .homepage-body .news-feature .story-button-text{
      padding-left: 15px;
      background: none;  
      text-decoration: none;
      border: none;
      color: #0C7279 !important;
      font-size: 12px;
      line-height: 16px;
      font-weight: 800;
        
    }
    #page .homepage-body .news-feature .story-button-text img {
      padding-left: 10px;
      padding-bottom: 2px;
    }
    .homepage-body .news-feature .story-button .fa-arrow-right {
      font-size: 10px;
      padding-left: 10px;
        
    }

.homepage-footer {
font-family: 'Open Sans';
width: 100%;
/*margin-top: 30px;*/
}
.homepage-footer .footer-background {

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*overflow: hidden;*/
  }
.homepage-footer .footer-container {
  max-width: 1600px;
  margin: 0 auto;
}
.homepage-footer .footer-left {
  padding: 35px 20px 20px;}

.homepage-footer .footer-titles {
  font-size: 12px;
  line-height: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #212121;
  text-align: left;
  margin-bottom: 10px;}
.homepage-footer .country-text {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  color: #212121;
  text-align: left;
  padding-top: 10px; }
.homepage-footer .from-country-text {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  text-align: left;
  color: #212121;
  padding-top: 2px; }
.homepage-footer .footer-link {
  font-size: 12px;
  line-height: 15px;
  font-weight: 800;
  text-align: left;
  color: #0C7279;
  padding: 10px 0;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  }
.homepage-footer .footer-inner-left {
  padding: 0px 15px 30px 30px;
  border-right: 1px solid #707070;
  /*height: 175px; */
    
}


.homepage-footer #terms-and-condition {
    text-decoration: underline;
}
.homepage-footer .footer-inner-right {
  padding: 0px;
    
}
  .homepage-footer .footer-inner-right .footer-link {
  padding: 7px 0;
  margin: 8px 0;
  white-space: normal;
    
}

.homepage-footer .footer-link:hover {
      color: #DA4130;
      text-decoration: none !important;
      
}

.homepage-footer .country-telephone {
  color: #0C7279;
  font-size: 10px;
  font-weight: 800; }
  
  /*--------------------------------*/
  
  .homepage-footer .footer-right {
      margin: 75px 30px;
  }
  
  .homepage-footer .stock-ticker {
      padding: 10px;
      background-color: rgba(48, 161, 169, 0.8);
      margin: 0px;
  }
  
  .p-l-0 {
      padding-left: 0px;
  }
  .p-r-0 {
      padding-right: 0px;
  }
  .homepage-footer .stock-ticker .stock-ticker-left {
      border-right: 1px solid #FFFFFF;
      text-align: left;
  }
  .homepage-footer .stock-ticker .stock-ticker-left .stock-name a {
    font-size: 24px;
    line-height: 45px;
    font-weight: 800;
    color: #FFFFFF !important;
    
    }
   .homepage-footer .stock-ticker .stock-ticker-left .stock-name a {
      color: #FFFFFF; }
  .homepage-footer .stock-ticker .stock-ticker-right .stock-price {
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    font-weight: 800; }
  .homepage-footer .stock-ticker .stock-ticker-right .stock-change {
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    font-weight: 800;
    padding-left: 27px;}
  
      
      
.homepage-footer .footer-bottom {
  color: white !important;
  text-align: end;
  font-size: 10px;
  font-weight: 800;
  padding: 10px 0px;
  width: 100%;
}
.homepage-footer .footer-bottom-background {
    background-color: #333333;
}
.homepage-footer .footer-bottom a {
  color: #FFFFFF !important;
  font-size: 10px;
  line-height: 20px;
  font-weight: 800;
  margin-left: 15px;}
  .homepage-footer .footer-bottom .footer-bottom-link {
    text-align: left;
    font-size: 10px;
    line-height: 20px;
    font-weight: 800;
    color: #FFFFFF;
    padding-left: 15px;
    margin-bottom: 10px;
    text-decoration: underline !important; }
  .homepage-footer .footer-bottom .copyright-footer-bottom-link {
    text-align: left;
    font-size: 10px;
    /*line-height: 12px;*/
    font-weight: 800;
    color: #FFFFFF;
    padding-top: 10px; }
    .linked-in-footer-bottom-link {
        text-align: right;
        font-size: 12px;
        line-height: 14px;
        font-weight: 800;
        color: #FFFFFF;
        padding-top: 5px;
    }
  .homepage-footer .footer-bottom .footer-bottom-text {
    font-size: 10px;
    font-weight: 800;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none; }
  .homepage-footer .footer-bottom .linked-in-img {
    height: 24px;
  }
  
  .homepage-footer .footer-bottom .linked-in-footer-bottom-link {
      padding: 10px;
  }
  
  #terms-and-conditions {
      text-decoration: underline !important;
      margin-bottom: 15px;
  }
    
  @media only screen and (max-width: 767px) {
  .homepage-footer .footer-bottom {
      padding: 20px 0 30px;
  }
  .homepage-footer .footer-bottom div {
      margin-top: 15px;
  }
  .homepage-footer .footer-top .footer-right {
      left: 0%;
  }
  .homepage-footer .footer-left {
      padding: 20px 10px;
  }

  .homepage-footer .stock-ticker .stock-ticker-top-row .stock-name {
      text-align: left;
  }
  .homepage-body .news-feature .news-heading {
      text-align: center;
  }
  .homepage-footer .footer-top {
    height: auto;
    text-align: center; }
  .homepage-footer .footer-inner-left {
    border: none;
    padding: 55px 0px 0px;
  }
  .homepage-footer .footer-titles {
    padding-top: 10px; }
  .homepage-footer .footer-links {
    padding-bottom: 5px;
    white-space: nowrap;}
        .homepage-footer .footer-links:hover {
          color: #DA4130;
          text-decoration: none;  
        }
  .homepage-footer .footer-inner-right {
    padding-top: 0px; }
  .homepage-footer .footer-inner-right .footer-link {
      margin: 8px 0;
      padding: 7px 0;
  }
  .homepage-footer .country-text {
    padding-top: 10px;
    font-size: 10px; }
  .homepage-footer .stock-ticker {
    padding: 10px;
    width: 80%;
    margin: 20px auto; }
  .homepage-footer .footer-bottom .footer-bottom-link {
    height: auto;
    text-align: center;
    padding-left: 15px; }
  .homepage-footer .footer-bottom .copyright-footer-bottom-link {
    height: auto;
    text-align: center;
    padding: 10px; }
  .homepage-footer .footer-bottom .linked-in-footer-bottom-link {
    height: auto;
    text-align: center;
    padding: 10px; }
    #page .homepage-body .news-releases .news-releases-button {
        text-align: left;
        padding-left: 15px;
        padding-top: 20px;
        margin-top: 21px;
    }
    .modern-homepage .col-sm-3 .homepage-body  {
      margin: 0 15px;
    }
}
    
  @media only screen and (max-width: 990px) {
  .homepage-body .news-feature .story-image {
      margin-bottom: 65px;
  }
    .homepage-body .news-feature .news-story {
        height: auto;
    }
    .homepage-footer .footer-inner-right {
    padding: 0px 20px 10px 20px;
    /*text-align: center;*/
    }
    .homepage-footer .footer-right {
        position: relative;
        left: 30%;
        margin: 20px 5px;
    }
    .homepage-footer .footer-titles {
      margin: 10px 0 10px 0px;
    }


    .homepage-footer .stock-ticker .stock-ticker-top-row {
      padding: 0px 20px 5px 20px;
    }
    .homepage-footer .footer-inner-left {
    padding: 0px 20px 10px 20px;
    border: none;
    }
    #page .homepage-body .action-modules .action-module-btn {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
      }
    .homepage-body .action-modules .box .action-module-dropdown {
        position: relative;
        bottom: 0px;
        left: 0px;
    }
   
}

@media only screen and (min-width: 1200px) {
    .lg-p-l-0 {
        padding-left: 0px;
    }
    .stock-change {
        padding-left: 12px;
    }
    /*.homepage-footer .footer-inner-left {*/
    /*      height: 150px;*/
    /*  }*/
}

@media only screen and (min-width: 1400px) {
  .homepage-footer .footer-background {
  background-image: url(/footer-background-transparent.png?language_id=1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*overflow: hidden;*/
  }
}

@media only screen and (max-width: 1399px) {
  .homepage-footer .footer-background {
  background-image: url(/footer-background@2x.png?language_id=1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*overflow: hidden;*/
  }
.homepage-footer .footer-transparent-background {
  background-color: rgba(255, 255, 255, 0.8);}
}

@media only screen and (max-width: 991px) {
  
  .homepage-footer .footer-inner-left {
      padding: 0px 20px 10px 20px;
      border: none;
  }
    
  .homepage-footer .footer-inner-right {
      padding: 10px 20px 10px 20px;
      border-top: 1px solid #707070;
  }
  
  .flex-footer-inner-left {
      flex-direction: column;
  }
  
  .homepage-footer .footer-bottom .footer-bottom-link {
      padding-left: 0;
      margin-bottom: 15px;
  }
    
}

@media (max-width: 1200px) and (min-width: 991px) {
  /*.homepage-footer .footer-inner-right .footer-link {*/
  /*    padding-top: 12px;*/
  /*}*/
    .homepage-footer .footer-left {
      padding: 35px 15px;
  }
    .homepage-footer .footer-right {
      margin: 90px 10px;
  }
    .homepage-footer .stock-ticker .stock-ticker-left .stock-name {
      font-size: 20px;
      padding-left: 0px;
  }
  .homepage-footer .stock-ticker .stock-ticker-right .stock-price {
  font-size: 16px;
  }
    .homepage-footer .stock-ticker .stock-ticker-right .stock-change {
  font-size: 13px;
  padding-left: 20px;
  }
  #page .homepage-body .action-modules .action-module-btn {
      width: 180px;
  }
  
}

.homepage-body .news-releases-background {
      background-color: #eaeaea;
}

.homepage-body .news-releases {
      padding: 25px 55px;
}

.new-releases-section-title {
    color: #525252;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0px 0 30px 15px;
    font-size: 22px;
    line-height: 18px;
    font-weight: 800;
    letter-spacing: 1px;
}

.homepage-body .news-releases .news-releases-date {
      color: #333333;
      font-size: 14px;
      line-height: 19px;
      padding: 10px 0 5px 0;

}

.homepage-body .news-releases .news-releases-title a {
    text-decoration: none;
    border: none;
    color: #0C7279!important;
    font-size: 14px;
    line-height: 19px;
    font-weight: 800;
    margin-bottom: 20px;
}

.homepage-body .news-releases .news-releases-button-text {
  color: #0C7279!important;
}

.homepage-body .news-releases .news-releases-button {
    text-align: right;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 10px 15px 0px 0px;
    margin-top: 20px;
}
  .homepage-body .news-releases .news-releases-button-arrow {
      padding-left: 10px;
}


/*-------------- dotCMS - master css-------------*/

.homepage-body .hero-container .hero-cta-wrapper {
  height: 100%;
  padding: 0 25px;
  position: relative;
}

/*-------------- hide -------------*/
.homepage-body .hero-container .hero-cta-hide {
  display: none;
}

/*-------------- top-left-------------*/
.homepage-body .hero-container .hero-cta-top-left {
  position: absolute;
  top: 25px;
  left: 0;
  height: auto;
  width: 425px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 25px;
}

/*-------------- top-center-------------*/
.homepage-body .hero-container .hero-cta-top-center {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translate(-50%, 0%);
  height: auto;
  width: 425px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 25px;
}

/*-------------- top-right-------------*/
.homepage-body .hero-container .hero-cta-top-right {
  position: absolute;
  top: 25px;
  right: 0;
  height: auto;
  width: 425px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 25px;
}

/*-------------- middle-left-------------*/
.homepage-body .hero-container .hero-cta-middle-left {
  position: absolute;
  left: 0;
  transform: translate(0%, 58%);
  height: auto;
  width: 425px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 25px;
}

/*-------------- middle-center-------------*/
.homepage-body .hero-container .hero-cta-middle-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 425px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 25px;
}

/*-------------- middle-right-------------*/
.homepage-body .hero-container .hero-cta-middle-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  height: auto;
  width: 425px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 25px;
}

/*-------------- bottom-left-------------*/
.homepage-body .hero-container .hero-cta-bottom-left {
  position: absolute;
  bottom: 25px;
  left: 0;
  height: auto;
  width: 425px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 25px;
}

/*-------------- bottom-middle-------------*/
.homepage-body .hero-container .hero-cta-bottom-middle {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 0%);
  height: auto;
  width: 425px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 25px;
}

/*-------------- bottom-right-------------*/
.homepage-body .hero-container .hero-cta-bottom-right {
  position: absolute;
  bottom: 25px;
  right: 0;
  height: auto;
  width: 425px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 25px;
}

/*-------------- HERO CTA MOBILE VIEW-------------*/

  /*@media screen and (max-width: 767px) {*/
  /*.homepage-body .hero-container .hero-cta-top-left {*/
  /*    position: relative !important;*/
  /*    margin: 0 auto !important;*/
  /*    top: -15% !important;*/
  /*    }*/
  /*.homepage-body .hero-container .hero-cta-top-center {*/
  /*    position: relative !important;*/
  /*    margin: 0 auto !important;*/
  /*    top: -15% !important;*/
  /*    } */
  /*.homepage-body .hero-container .hero-cta-top-right {*/
  /*    position: relative !important;*/
  /*    margin: 0 auto !important;*/
  /*    top: -15% !important;*/
  /*    } */
  /*.homepage-body .hero-container .hero-cta-middle-left {*/
  /*    position: relative !important;*/
  /*    margin: 0 auto !important;*/
  /*    top: -15% !important;*/
  /*    } */
  /*.homepage-body .hero-container .hero-cta-middle-center {*/
  /*    position: relative !important;*/
  /*    margin: 0 auto !important;*/
  /*    top: -15% !important;*/
  /*    } */
  /*.homepage-body .hero-container .hero-cta-middle-right {*/
  /*    position: relative !important;*/
  /*    margin: 0 auto !important;*/
  /*    top: -15% !important;*/
  /*    } */
  /*.homepage-body .hero-container .hero-cta-bottom-left {*/
  /*    position: relative !important;*/
  /*    margin: 0 auto !important;*/
  /*    top: -15% !important;*/
  /*    } */
  /*.homepage-body .hero-container .hero-cta-bottom-center {*/
  /*    position: relative !important;*/
  /*    margin: 0 auto !important;*/
  /*    top: -15% !important;*/
  /*    } */
  /*.homepage-body .hero-container .hero-cta-bottom-right {*/
  /*    position: relative !important;*/
  /*    margin: 0 auto !important;*/
  /*    top: -15% !important;*/
  /*    } */
  
  /*  Was in production - below    */
      /*.homepage-body .hero-container .hero-cta {*/
      /*position: relative !important;*/
      /*transform: translate(0%, 40%);*/
      /*top: 0;*/
      /*left: 0;*/
      /*right: 0;*/
      /*bottom: 0;*/
      /*} */
      
      @media screen and (max-width: 767px) {
      .homepage-body .hero-container .hero-cta {
          padding: 15px 0px 15px 15px;
          margin: 0 auto !important;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 100% !important;
      } 
      
  }