/*
COLORS
Red - #bd2126
Red Highlight - #ff2f1c
Navy - #0d223f
Navy Highlight - #0e2d57
Royal - #1d64c5
Light Gray - #eeeeee
Text Gray - #86868b
White - #ffffff
Black - #000000
Dark Navy - #071B36;
*/

.site-prefooter .footer-logo img {
  width: 115px;
}

.site-header .menu .btn {
  margin-right:10px
}

.text-red {
  color: #bd2126;
}

.text-royal {
  color: #1d64c5;
}

.text-navy {
  color: #0d223f;
}

.text-grey {
  color: #86868b;
}

.text-uppercase {
  text-transform: uppercase;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

ul.slick-dots {
  /* display: flex;
  justify-content: center;
  margin: unset;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0; */
}

.module.hero-carousel .slick-dots{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.module.hero-carousel .slick-dots li{
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #808080;
  cursor: pointer;

  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.module.hero-carousel .slick-dots li.slick-active{
  width: 12px;
  height: 12px;
}

.module.hero-carousel .slick-dots li button{
  display: none;
}


.h-100 {
  height: 100% !important;
}

.w-100 {
  width: 100% !important;
}

/* HERO */
.module.hero-carousel {
  background-color: #0d223f;
}

.hero-carousel .content-wrap h1, .hero-carousel .content-wrap h2 {
  margin-top: 0;
}

.content-wrap {
  color: #fff;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: -3rem;
  position: relative;
  z-index: 1;
  padding: 2.5rem 1.5rem;
}


.slide-inner {
  height: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 991px) {
  .slide-inner {
    min-height: 500px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 1200px) {
  .slide-inner {
    min-height: 575px;
  }
}

@media screen and (min-width: 991px) {
  .content-wrap {
    margin-top: unset;
    text-align: left;
    padding: 5rem 3rem;
    width: 42%;
  }

  .media-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    height: 100%;
    width: 85%;
  }

  /*
  .slide-inner {
    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  
  }
    */
}

.media-wrap {
  min-height: 150px;
}

@media screen and (min-width: 1200px) {
  .content-wrap {
    padding: 6rem 2rem;
    width: 40%;
  }

  .media-wrap {
    width: 75%;
  }
}


.content-wrap .hero-title{
  position: relative;
  margin: 0;
  font-weight: 600;
  font-size: 3rem;
}

.content-wrap .hero-title.huge{
  font-size:90px;
}

@media screen and (min-width: 767px) {
  .content-wrap .hero-title{
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 991px) {
  .content-wrap .hero-title{
    font-size: 4rem;
  }
}

@media screen and (min-width: 1280px) {
  .content-wrap .hero-title{
    font-size: 4.5rem;
  }
}


/*.content-wrap.quote .hero-title:before{
  content: '"';
  position: absolute;
  left: -25px;
}*/



/* Media */
.img-hero {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (max-width: 991px) {
  .slick-slide img {
    display: none;
  }
}

@media screen and (min-width: 991px) {
  .img-hero {
    /* visibility: hidden; */
  }
}


/* Overlay */
.media-overlay {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 56.5%;
}

.media-overlay:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0, #071B36 16.81%, rgba(7, 27, 54, 0) 69.85%);
  background: linear-gradient(0, #0d223f 16.81%, rgba(13,34,63, 0) 69.85%);
  /* background: linear-gradient(to top, rgba(13,34,63,1) 20%,rgba(13,34,63,1) 60%,rgba(13,34,63,0) 100%); */

}

@media screen and (min-width: 991px) {
  .media-overlay {
    padding-top: 0;
  }
  .media-overlay:before {
    background: linear-gradient(90deg, #071B36 20%, rgba(7, 27, 54, 0) 60%);
    background: linear-gradient(90deg, #0d223f 16.81%, rgba(7, 27, 54, 0) 69.85%);
    background: linear-gradient(to right, rgba(13,34,63,1) 20%,rgba(13,34,63,1) 20%,rgba(13,34,63,0) 75%);
    /* background: linear-gradient(to right, rgba(13,34,63,1) 20%,rgba(13,34,63,1) 30%,rgba(13,34,63,0) 100%); */
    width: 75%;
  }
}

/* Buttons */
.btn-text {
  display: block;
  line-height: 1.3;
  font-size: 20px;
  /* margin-top: 1rem; */
}


.video-button .button-play {
  margin-bottom: 2rem;
}

.video-button .hero-button.button-play {
  width: 65px;
  height: 65px;
  min-width: 65px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border-radius: 100%;
  background-color: #4c5a6d;
  
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin: 1rem;
}

@media screen and (min-width: 991px) {
  .video-button {
    display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      
  }
  .video-button .btn-text {
    margin-top: 0;
  }

  .video-button .hero-button.button-play {
    margin: 0 1rem 0 0;
  }
}


.hero-slider .video-button .hero-button.button-play:hover{
  background-color: #9da4ae;
}

.hero-slider .hero-button.button-play i{
  display: block;
  /* margin-left: 4px; */
  line-height: 65px;
  font-size: 1.5rem;
}

.quote .hero-text {
  color: #bd2126;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 21px;
}

@media screen and (min-width: 1200px) {
  .quote .hero-text {
    display: block;
  }
}


.hero-slider .hero-button {
  background-color: #fff;
  color: #d1291a;
}

.hero-slider .hero-button:hover {
  color: #fff;
  background-color: #d1291a;
}

/* Slick slider carousel styles */
.hero-slider .slick-arrow {
  position: absolute;
  /* top: 50%;
  transform: translateY(-50%); */
  bottom: 0;
  color: #fff;
  font-size: 2.75rem;
  visibility: hidden;
  cursor: pointer;
  z-index: 10;
  opacity: 0.65;
  text-shadow: 1px 1px rgba(0,0,0,0.8);
  padding: 0.5rem 2rem;
}

.hero-slider .slick-arrow.slick-next {
  right: 0;
}

.hero-slider .slick-arrow:hover {
  opacity: 1;
}

@media screen and (min-width: 767px) {
  .hero-slider:hover .slick-arrow {
    visibility: visible;
  }
}



/*
.module.hero{
  padding: 0 0 40px 0;
  background-color: #0d223f;
}

.module.hero .wrap{
  padding: 0;
}

.module.hero .slick-dots{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.module.hero .slick-dots li{
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #808080;
  cursor: pointer;

  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.module.hero .slick-dots li.slick-active{
  width: 12px;
  height: 12px;
}

.module.hero .slick-dots li button{
  display: none;
}

.module.hero .slide{
  position: relative;
  height: 580px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}

@media(max-width: 1024px){
  .module.hero .slide{
    background-size: cover;
  }
}

@media(max-width: 767px){
  .module.hero .slide{
    background-size: auto 50%;
    background-position: center top;
  }
}

.module.hero .slide .slide-background{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
    
.module.hero .slide .slide-background iframe{
  position: absolute;
  top: calc(((580px / 1.25) - (100vw * (315/560))) / 2);
  width: calc(100vw * 1.25);
  height: calc((100vw * 1.25) * (315/560));
}

.module.hero .slide .table{
  position: relative;
  z-index: 2;
  background: linear-gradient(to right,  rgba(13,34,63,1) 20%,rgba(13,34,63,1) 30%,rgba(13,34,63,0) 100%);
}

@media(max-width: 767px){
  .module.hero .slide .table{
    background: linear-gradient(to top,  rgba(13,34,63,1) 20%,rgba(13,34,63,1) 60%,rgba(13,34,63,0) 100%);
  }

  .module.hero .slide .table .table-cell{
    vertical-align: bottom;
  }
}

.module.hero .slide .slide-content{
  padding: 90px;
}

@media(max-width: 767px){
  .module.hero .slide .slide-content{
    padding: 10%;
    text-align: center;
  }
}


.module.hero .slide .slide-content .hero-title{
  position: relative;
  margin: 0;
  color: #ffffff;
}

.module.hero .slide .slide-content.quote .hero-title:before{
  content: '"';
  position: absolute;
  left: -30px;
}

@media(max-width: 767px){
  .module.hero .slide .slide-content.quote .hero-title:before{
    margin-left: -15px;
    left: auto;
  }
}

.module.hero .slide .slide-content.quote .hero-title:after{
  content: '"';
}

.module.hero .slide .slide-content .hero-text{
  color: #cccccc;
  font-size: 22px;
}

@media(max-width: 767px){
  .module.hero .slide .slide-content .hero-text br{
    display: none;
  }
}

.module.hero .slide .slide-content.quote .hero-text{
  color: #bd2126;
  font-weight: 700;
  text-transform: uppercase;
}

.module.hero .slide .slide-content .hero-button{
  color: #d1291a;
  background-color: #ffffff;
}

.module.hero .slide .slide-content .hero-button:hover{
  color: #ffffff;
  background-color: #d1291a;
}

.module.hero .slide .slide-content .video-button{
  color: #ffffff;
  font-size: 22px;
}

.module.hero .slide .slide-content .hero-button.button-play{
  display: inline-block;
  margin: 0 20px 0 0;
  width: 65px;
  height: 65px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border-radius: 100%;
  background-color: #4c5a6d;
  
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

@media(max-width: 767px){
  .module.hero .slide .slide-content .hero-button.button-play{
    display: block;
    margin: 0 auto 20px;
  }
}

.module.hero .slide .slide-content .hero-button.button-play:hover{
  background-color: #9da4ae;
}

.module.hero .slide .slide-content .hero-button.button-play i{
  display: block;
  margin-left: 4px;
  line-height: 65px;
}

*/