/**
 * @Author: Dustin Himes
 * @Date:   2021-07-13T15:05:17-07:00
 * @Email:  dustin@gravistech.com
 * @Last modified by:   Dustin Himes
 * @Last modified time: 10/25/2021 8:44:28 am
 */



/* FONT RESET */
*{
  font-family: myriad-pro, "PT Sans", sans-serif !important;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}

/* TEMP CONTACT STYLE */
.contact-grid .contact{
  border-radius: 2px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
}
.contact-grid .widget-blue .title{
  border-radius: 2px 2px 0 0;
}

/* NEW BTN */
.image-text .btn-container [class^="btn-arrow"]{
  box-shadow: 0 0 4px rgba(0,0,0,.6);
}
[class^="btn-arrow"]{
  display: inline-block;
  color: white !important;
  padding: 12px 18px;
  background-color: #8dc340;
  transition: background-color 300ms ease;
  font-size: 18px;
  text-decoration: none;
  font-family: myriad-pro, "PT Sans", sans-serif;
  border-radius: 2px;
}
[class^="btn-arrow"]:hover{
  cursor: pointer;
  background-color: #b6dd7c;
}
[class^="btn-arrow"]::after{
  content: '\2192';
  margin-left: 10px;
}
.btn-arrow--green{
  background-color: #8dc340;
}
.btn-arrow--green:hover{
  background: #9dd055 radial-gradient(circle, transparent 1%, #bae47b 1%) center/15000%;
  box-shadow: 0 1px 2px 0 rgba(141, 195, 64, .45),0 1px 3px 1px rgba(141, 195, 64, .3) !important;
}
.btn-arrow--green:active{
  background-color: #9dd055;
  background-size: 100%;
  transition: background 0s;
}
.btn-arrow--blue{
  background-color: #27a8e0;
}
.btn-arrow--blue:hover{
  background: #27afeb radial-gradient(circle, transparent 1%, #59bfeb 1%) center/15000%;
  box-shadow: 0 1px 2px 0 rgba(39, 168, 224, 0.45),0 1px 3px 1px rgba(39, 167, 224, .3) !important;
}
.btn-arrow--blue:active{
  background-color: #27afeb;
  background-size: 100%;
  transition: background 0s;
}

/* Ripple effect */
[class^="btn-ripple"]{
  display: inline-block;
  text-decoration: none;
  background-position: center;
  transition: background 0.8s, box-shadow 0.8s;
  border: none;
  border-radius: 2px;
  padding: 12px 18px;
  font-size: 18px;
  font-family: myriad-pro, "PT Sans", sans-serif;
  cursor: pointer;
  color: white;
  background-color: #8dc340;
  outline: none;
}
[class^="btn-ripple"]:hover {
  background: #9dd055 radial-gradient(circle, transparent 1%, #bae47b 1%) center/15000%;
  box-shadow: 0 1px 2px 0 rgba(141, 195, 64, .45),0 1px 3px 1px rgba(141, 195, 64, .3) !important;
}
[class^="btn-ripple"]:active {
  background-color: #9dd055;
  background-size: 100%;
  transition: background 0s;
}
.btn-ripple--green{
  background-color: #8dc340;
}
.btn-ripple--green:hover{
  background: #9dd055 radial-gradient(circle, transparent 1%, #bae47b 1%) center/15000%;
  box-shadow: 0 1px 2px 0 rgba(141, 195, 64, .45),0 1px 3px 1px rgba(141, 195, 64, .3) !important;
}
.btn-ripple--green:active{
  background-color: #9dd055;
  background-size: 100%;
  transition: background 0s;
}
.btn-ripple--blue{
  background-color: #27a8e0;
}
.btn-ripple--blue:hover{
  background: #27afeb radial-gradient(circle, transparent 1%, #59bfeb 1%) center/15000%;
  box-shadow: 0 1px 2px 0 rgba(39, 168, 224, 0.45),0 1px 3px 1px rgba(39, 167, 224, .3) !important;
}
.btn-ripple--blue:active{
  background-color: #27afeb;
  background-size: 100%;
  transition: background 0s;
}

/* ROW-TEXT-IMAGE */
.text-image{
  display: flex;
}
.text-image .left-box,
.text-image .right-box{
  flex-basis: 50%;
  width: 50%;
  background-size: cover;
  background-position: center;
  background-color: #07519e;
  padding: 80px 140px;
  min-height: 600px;
}
.text-image *{
  color: white !important;
  font-size: 26px !important;
  list-style: square;
  line-height: 1.5em !important;
}
.text-image li{
  margin-bottom: 10px;
}

/* ROW-SUBPAGE-SLIDES */
.subpage-slider .bxfull,
.subpage-slider .bxslider .slide-overlay{
  min-height: 800px;
}
.subpage-slider .bxslider .wrapper{
  bottom: 0;
  top: auto;
  padding: 0 0 80px 130px;
  width: 100%;
}
.subpage-slider .bxslider .slide-overlay{
  position: absolute;
  top: 0;
  background: transparent;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
}
.subpage-slider .bxslider .text{
 max-width: 50%;
}
.subpage-slider .bxslider .wrapper h1{
  color: white;
  font-size: 45px;
  line-height: 1.1em !important;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 0;
  text-shadow: 5px 5px 10px rgba(0,0,0,.65);
}
.subpage-slider .bxslider .wrapper h2{
  font-size: 30px;
  font-weight: 400;
  /* font-style: italic; */
  text-transform: none;
  margin-bottom: 40px;
  text-shadow: 5px 5px 10px rgba(0,0,0,.65);
}
.subpage-slider .bxslider .button-set{
  margin-top: 20px;
}
.subpage-slider .rm-bar{
  padding: 20px 0;
  background-color: #2F2F2F;
}
.subpage-slider .rm-inner{
  max-width: 1920px;
  width: 90vw;
  margin: auto;
  text-align: right;
}
.subpage-slider .rm-inner a{
  color: #8dc340;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}
.subpage-slider .rm-inner a::after{
  content: '\2192';
  margin-left: 10px;
}

/* ROW-NEWS */
.news{
  background-color: white;
  padding: 60px;
}
.news .inner{
  width: 85vw;
  max-width: 1920px;
  text-align: left;
  margin: auto;
}
.news .inner h2{
  font-size: 48px;
  text-transform: none;
  color: #07519e;
}
.news .dyn-left{
  background-position: center;
  background-size: cover;
  height: 300px;
}
.news .dyn-right{
  background-color: #07519e;
  min-height: 200px;
  padding: 20px;
  padding-bottom: 60px;
  border-top: 5px solid transparent;
  border-image: linear-gradient(to right, #07519e 0%, #8dc340 50%, #07519e 100%);
  border-image-slice: 1;
}
.news .dyn-right h3{
  color: white;
  font-size: 30px;
  font-weight: bold;
  text-transform: none;;
}
.news .dyn-item .dyn-right .readmore-container{
  width: 100%;
  padding-left: 20px;
  padding-bottom: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news .dyn-item .dyn-right .readmore-container a{
  font-style: italic;
}
.news .dyn-item .dyn-right .readmore-container a:hover{
  text-decoration: underline;
}
.news .dyn-item .dyn-right a{
  color: rgb(141,195,64);
  font-size: 20px;
  text-decoration: none;
  font-weight: 600;
}
.news .dyn-slider-archive a{
  text-transform: none;
  font-style: 600;
  font-size: 20px;
}
.news .dyn-slider-archive a::after,
.news .dyn-item .dyn-right a::after{
  content: '\2192';
  margin-left: 10px;
}
.news .owl-theme .owl-dots{
  display: none;
}
.news .dyn-slider-archive{
  margin-top: 40px;
}
.news .dyn-item:hover{
  cursor: default;
}

.news .owl-carousel .owl-stage{
  display: flex;
}
.news .owl-item{
  flex: 1;
  background-color: #07519e;
}
.news .owl-nav{
  margin: 0 !important;
  position: absolute;
  width: 100%;
  top: 40%;
  z-index: 1;
  max-width: 1920px;
}
.news .owl-carousel .owl-nav button.owl-prev, .news .owl-carousel .owl-nav button.owl-next {
    background: #05509f !important;
    box-shadow: none;
    padding: 10px !important;
    line-height: 36px;
}
.news .owl-carousel .owl-nav button.owl-prev{
  position: absolute;
  left: -80px;
}
.news .owl-carousel .owl-nav button.owl-next{
  position: absolute;
  right: -80px;
}
.news .owl-nav span {
    font-size: 50px;
    color: white;
    text-shadow: none;
    line-height: 50px !important;
}

/* RESEARCH NEWS */
#research.news .inner h2{
  font-size: 60px;
  text-transform: none;
  color: #07519e;
}
#research.news{
  background-color: #e8e8e8;
}
#research.news .dyn-item p{
  color: white;
}

/* ROW-LANDINGS-CONTACT */
.faq-contact-wrapper{
  max-width: 1920px;
  width: 85vw;
  margin: auto;
  margin-bottom: 100px;
}
.faq-contact-wrapper > h3{
  font-size: 26px;
  color: #4d4d4d;
  font-style: italic;
  margin-bottom: 20px;
}
.faq-contact-wrapper > h3 > a{
  font-size: 26px;
  color: #07519e;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
}
.faq-contact-wrapper > h3 > a:hover{
  text-decoration: underline;
  color: #27a8e0;
}
.faq-contact-form{
  padding-top: 20px;
  background-color: #ffffff;
  border-top: 2px solid transparent;
  border-image: linear-gradient(to right, #8dc340 0%, #07519e 100%);
  border-image-slice: 1;
  max-width: 768px;
  width: 100%;
}
.faq-contact .gform_wrapper ul.gform_fields li.gfield{
  padding-right: 0 !important;
}
.faq-contact .gform_wrapper input[type="text"],
.faq-contact .gform_wrapper input[type="email"],
.faq-contact .gform_wrapper textarea{
  color: #07519e;
  background-color: #E0E0E0;
}
.faq-contact .gform_wrapper input[type="text"]::placeholder,
.faq-contact .gform_wrapper input[type="email"]::placeholder,
.faq-contact .gform_wrapper textarea::placeholder{
  color: #4d4d4d;
  font-style: italic;
}
.faq-contact .gform_wrapper input[type="submit"]{
  width: auto !important;
  background-color: #8dc340 !important;
  border: 0 !important;
  border-radius: 3px !important;
  color: white !important;
  text-transform: none !important;
  text-shadow: none !important;
}

/* ROW-TEXT-NEW */
.grad-right{
  height: 9px;
  background: linear-gradient(to right, #8dc340 0%, #07519e 100%);
}
.txt-wrapper{
  max-width: 1920px;
  width: 85vw;
  margin: auto;
  display: flex;
}
.txt-wrapper p{
  font-size: 26px;
  margin-bottom: 0px;
}

/* ROW-BANNER-SLIDES */
.home-slider .bxfull,
.home-slider .bxslider .slide-overlay{
  min-height: 800px;
}
.home-slider .bxslider .wrapper{
  bottom: 0;
  top: auto;
  padding: 0 0 80px 130px;
  margin: 0;
  width: 100%;
}
.home-slider .bxslider .slide-overlay{
  position: absolute;
  top: 0;
  filter: blur(2px);
  opacity: .75;
}
.home-slider .bxslider .text{
 max-width: 40%;
}
.home-slider .bxslider .wrapper h1{
  color: white;
  font-size: 110px;
  line-height: 1.1em !important;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 0;
  text-shadow: 5px 5px 10px rgba(0,0,0,.65);
}
.home-slider .bxslider .wrapper h2{
  font-size: 45px;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
  /* margin-bottom: 40px; */
  text-shadow: 5px 5px 10px rgba(0,0,0,.65);
}
.home-slider .bxslider .button-set{
  margin-top: 20px;
}

/* ROW-BANNER-METRICS */
.metrics{
  background-color: #07519e;
  padding: 60px 0;
  border-top: 8px solid transparent;
  border-image: linear-gradient(to left, #8dc340 0%, #07519e 100%);
  border-image-slice: 1;
}
.metrics > .metrics-wrapper{
  max-width: 1280px;
  width: 90vw;
  margin: auto;
  display: flex;
  align-items: center;
  align-content: space-evenly;
}
.metrics .metric{
  flex-basis: 25%;
  text-align: center;
}
.metrics .metric *{
  color: white;
}
.metrics .metric-icon img{
  height: 70px;
}
.metrics .metric h2{
  font-size: 80px;
  margin-bottom: 0;
}
.metrics .metric h2,
.metrics .metric h2 > span{
  line-height: 1.1em !important;
}
.metrics .metric h3{
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.metrics .metric h4{
  font-size: 15px;
  font-weight: lighter;
  text-transform: uppercase;
}

/* ROW-BANNER-IMAGE */
.image-banner{
  height: 750px;
  background-position: center;
  background-size: cover;
  width: 100%;
  position: relative;
}
.image-banner .image-text{
  width: 40%;
}
.image-banner.b-left .image-text,
.image-banner.b-right .image-text{
  position: absolute;
  bottom: 0;
  margin-bottom: 80px;
}
.image-banner.b-left .image-text{
  left: 0;
  margin-left: 130px;
}
.image-banner.b-right .image-text{
  right: 0;
  margin-right: 130px;
}
.image-banner.b-center{
  display: table;
}
.image-banner.b-center .image-text{
  display: table-cell;
  margin: auto;
  max-width: 1280px;
}
.image-text h2{
  color: #ffffff;
  font-size: 45px;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
  line-height: 1.3 !important;
}
.image-banner.b-center .image-text h2{
  text-align: center;
}

/* ROW-AREA-CARDS */
.areas{
  background-color: #e8e8e8;
}
.areas-wrap{
  padding: 60px;
  margin: auto;
  width: 90vw;
  max-width: 1920px;
  display: flex;
}
.area-card{
  flex-basis: 31%;
  width: 31%;
  margin: 1%;
  background-color: #ffffff;
  position: relative;
  padding-bottom: 45px;
}
.area-card .area-image{
  min-height: 290px;
  background-position: center;
  background-size: cover;
}
.area-card .area-body{
  border-top: 5px solid #27a8e0;
  padding: 20px;
}
.area-card h3{
  color: #07519E;
  font-size: 45px;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2em !important;
}
.area-card p{
  color: #707070;
  font-size: 23px;
}
.area-card .btn-container{
  margin-left: 20px;
  margin-bottom: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#temp-evenodd .area-card .btn-container{
  position: absolute;
  bottom: 0;
}
#temp-evenodd .area-card{
  position: relative;
}
#temp-evenodd .area-card .area-body{
  margin-bottom: 40px;
}
#temp-evenodd .area-card p{
  font-size: 18px;
  color: black;
}
#temp-evenodd .area-card .area-image{
  min-height: 350px;
}
#temp-evenodd .area-card .area-image{
  background-position: top;
}

/* ROW-ACCORDIONS */
.accordions{
  background-color: white;
  padding-top: 60px;
}
.accordion{
  max-width: 1920px;
  width: 85vw;
  margin: auto;
  margin-bottom: 5px;
  transition: all ease 300ms;
}
.accordions .wrapper{
  max-width: 1920px;
  width: 85vw;
  padding: 0;
  margin: auto;
}
.accordions .inner{
  text-align: left;
}
.accordions .inner h2{
  color: #07519e;
  font-size: 60px;
  text-transform: none;
}
.accordions .mt-accordion-header:hover,
.accordions .active .mt-accordion-header{
  background: #07519e;
}
.accordions .mt-accordion-header:hover .mt-accordion-icon,
.accordions .active .mt-accordion-icon{
  color: #07519e;
}

/* BANNER-SUBPAGE */
.subpage-banner,
.subpage-banner .subpage-overlay{
  min-height: 800px;
}
.subpage-banner.video-banner{
  min-height: unset;
  max-height: 800px;
}
.subpage-banner.video-banner #bannerVideo{
  display: block;
  width: 100%;
}
.subpage-banner{
  position: relative;
  margin-bottom: 20px;
}
.subpage-banner.banner-override{
  margin-bottom: 0px;
}
.subpage-banner.banner-override::before{
  content: "";
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.90) 100%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.subpage-banner .subpage-wrapper{
  bottom: 0;
  top: auto;
  padding: 0 0 80px 130px;
  width: 100%;
  position: absolute;
}
.subpage-banner .subpage-overlay{
  position: absolute;
  top: 0;
  filter: blur(2px);
  opacity: .75;
}
.subpage-banner .text{
 max-width: 50%;
}
.subpage-banner .subpage-wrapper h1{
  color: white;
  font-size: 110px;
  line-height: 1.1em !important;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 0;
  text-shadow: 5px 5px 10px rgba(0,0,0,1);
}
.subpage-banner .subpage-wrapper h2{
  color: white;
  font-size: 45px;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
  margin-bottom: 40px;
  text-shadow: 5px 5px 10px rgba(0,0,0,1);
}
.subpage-banner .button-set{
  margin-top: 20px;
}
.subpage-banner.video-banner{
  overflow: hidden;
}
.subpage-banner.video-banner .video-outer, .subpage-banner.video-banner .video-frame{
  position: absolute;
  z-index: -99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}


.news .mobile-news{
  display: none;
}

/* RESEARCH PROGRAMS */
#temp-evenodd .page-banner h1{
  text-transform: none;
}
#temp-evenodd .desktop .row h2{
  text-transform: none;
  color: #07519E;
  margin-bottom: 10px;
  line-height: 1.1em !important;
}
#temp-evenodd .desktop .row{
  background-color: white;
}
#temp-evenodd .row .left .dot,
#temp-evenodd .row .right .dot{
  background-color: white;
}
#temp-evenodd .row p{
  font-size: 18px;
  color: black;
}

@media (min-aspect-ratio: 16/9){
  .video-banner .video-outer{ height: 300% !important; top: -100% !important; }
}
@media (max-aspect-ratio: 16/9){
  .video-banner .video-outer{ height: 300% !important; top: -100% !important; }
}


@media only screen and (max-width: 1440px){
  .bxslider .text{
    max-width: 50%;
  }
  .area-card h3{
    font-size: 38px;
  }
  .area-card p{
    font-size: 18px;
  }
  .news .dyn-right h3{
    font-size: 28px;
  }
  .subpage-banner .text{
    max-width: 60%;
  }
  .home-slider .bxfull,
  .home-slider .bxslider .slide-overlay,
  .subpage-banner,
  .subpage-banner .subpage-overlay,
  .subpage-slider .bxfull,
  .subpage-slider .bxslider .slide-overlay{
    min-height: 700px;
  }
  .home-slider .bxslider .wrapper h1,
  .subpage-banner .subpage-wrapper h1{
    font-size: 80px;
  }
  .home-slider .bxslider .wrapper h2,
  .subpage-banner .subpage-wrapper h2{
    font-size: 30px;
  }
  .subpage-slider .bxslider .wrapper h2{
    font-size: 25px;
  }
}
@media only screen and (max-width: 1024px){
  .home-slider .bxfull,
  .home-slider .bxslider .slide-overlay,
  .subpage-banner,
  .subpage-banner .subpage-overlay,
  .subpage-slider .bxfull,
  .subpage-slider .bxslider .slide-overlay{
    min-height: 500px;
  }
  .home-slider .bxslider .wrapper,
  .subpage-banner .subpage-wrapper,
  .subpage-slider .bxslider .wrapper{
    padding: 0 0 40px 65px;
  }
  .home-slider .bxslider .text,
  .subpage-banner .subpage-wrapper .text,
  .subpage-slider .bxslider .text{
    max-width: 60%;
  }
  .home-slider .bxslider .wrapper h1,
  .subpage-banner .subpage-wrapper h1{
    font-size: 60px;
  }
  .home-slider .bxslider .wrapper h2,
  .subpage-banner .subpage-wrapper h2{
    font-size: 26px;
  }
  .subpage-slider .bxslider .wrapper h1{
    font-size: 40px;
  }
  .subpage-slider .bxslider .wrapper h2{
    font-size: 20px;
  }
  .text-image .left-box, .text-image .right-box{
    min-height: 300px;
    padding: 40px 70px;
  }
  .text-image *{
    font-size: 20px !important;
  }
  .txt-wrapper p{
    font-size: 20px;
  }
  .accordions .inner h2{
    font-size: 40px;
  }
  .mt-accordion-title{
    font-size: 26px;
  }
  .faq-contact-wrapper > h3{
    font-size: 20px;
  }
  .area-card .area-image{
    min-height: 200px;
  }
  .area-card h3{
    font-size: 24px;
  }
  .area-card p{
    font-size: 13px;
  }
  [class^="btn-arrow"]{
    font-size: 12px !important;
  }
  .image-banner{
    height: 500px;
  }
  .image-text h2{
    font-size: 25px;
  }
  .image-banner .image-text img{
    max-height: 300px;
  }
  .image-banner.b-left .image-text{
    margin-left: 65px;
  }
  .image-banner.b-right .image-text{
    margin-right: 65px;
    width: 40%;
  }
  .image-banner.b-left .image-text, .image-banner.b-right .image-text{
    margin-bottom: 40px;
  }
  .news .dyn-right h3{
    font-size: 20px;
  }
  .news .dyn-left{
    height: 200px;
  }
  .news .dyn-right{
    min-height: 200px;
  }
  .news .dyn-item .dyn-right a{
    font-size: 15px;
  }
  .news .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: -60px;
  }
  .news .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -60px;
  }
  #research.news .inner h2{
    font-size: 40px;
  }
}
@media only screen and (max-width: 840px){
  .home-slider .bxslider .text{
    width: 80%;
  }
  .areas-wrap{
    padding: 30px 0;
  }
  .area-card h3{
    font-size: 20px;
  }
  .area-card p{
    font-size: 10px;
  }
  .area-card .area-image{
    min-height: 150px;
  }
  .image-banner{
    height: 350px;
  }
  .image-text h2{
    font-size: 25px;
  }
  .image-banner .image-text img{
    max-height: 130px;
  }
  .image-banner.b-left .image-text{
    margin-left: 65px;
  }
  .image-banner.b-right .image-text{
    margin-right: 65px;
    width: 40%;
  }
  .image-banner.b-left .image-text, .image-banner.b-right .image-text{
    margin-bottom: 40px;
  }
  .metrics .metric h2{
    font-size: 50px;
  }
  .metrics .metric h3{
    font-size: 20px;
  }
  .text-image .left-box, .text-image .right-box{
    padding: 30px;
  }
  .text-image *{
    font-size: 18px !important;
  }
  .txt-wrapper p{
    font-size: 18px;
  }
  .home-slider .bxslider .text, .subpage-banner .subpage-wrapper .text, .subpage-slider .bxslider .text{
    max-width: 65%;
  }
  .mt-accordion-title{
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px){
  .news .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: -40px;
  }
  .news .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -40px;
  }
}
@media only screen and (max-width: 550px){
  .subpage-banner.video-banner .subpage-wrapper h2{
    margin-bottom: 0;
  }
  .subpage-banner.video-banner .subpage-wrapper h1{
    font-size: 30px;
  }
  .subpage-banner.video-banner .subpage-wrapper h2{
    font-size: 18px;
  }
}
@media only screen and (max-width: 450px){
  .home-slider .bxslider .text, .subpage-slider .bxslider .text{
    width: 100%;
    max-width: 90vw;
  }
  .home-slider .bxslider .wrapper, .subpage-slider .bxslider .wrapper{
    margin: auto;
    padding-bottom: 100px;
  }
  .home-slider .bxslider .wrapper h2, .subpage-banner .subpage-wrapper h2{
    margin-bottom: 0;
  }
  .home-slider .bxslider .wrapper h1, .subpage-banner .subpage-wrapper h1{
    font-size: 30px;
  }
  .home-slider .bxslider .wrapper h2, .subpage-banner .subpage-wrapper h2{
    font-size: 18px;
  }
  .areas-wrap{
    display: block;
  }
  .area-card{
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    position: relative;
  }
  .area-card .btn-container{
    position: absolute;
    bottom: 0;
  }
  .area-card .area-image{
    min-height: 230px;
  }
  .area-card h3{
    font-size: 40px;
  }
  .area-card p{
    font-size: 20px;
    margin-bottom: 60px;
  }
  .image-banner{
    height: 300px;
  }
  .image-text h2{
    font-size: 20px;
  }
  .image-banner.b-left .image-text{
    margin-left: 20px;
  }
  .image-banner.b-right .image-text{
    margin-right: 20px;
    width: 40%;
  }
  .image-banner.b-left .image-text, .image-banner.b-right .image-text{
    margin-bottom: 20px;
  }
  .news{
    padding: 30px 0;
  }
  .news .inner h2{
    text-align: center;
    font-size: 50px;
  }
  .news .mt-dyn-slider.owl-carousel.owl-theme{
    display: none;
  }
  .news .mobile-news{
    display: block;
  }
  .news .mobile-news .dyn-item{
    position: relative;
    margin-bottom: 20px;
  }
  .metrics > .metrics-wrapper{
    display: block;
  }
  .metrics .metric{
    margin-bottom: 40px;
  }

  .subpage-banner, .subpage-banner .subpage-overlay{
    min-height: 400px;
  }
  .subpage-banner.video-banner{
    min-height: 300px;
  }
  .subpage-banner.video-banner #bannerVideo{
    position: absolute;
    right: 0;
    top: 0;
    height: 300px;
    width: auto;
  }
  .subpage-banner .subpage-wrapper{
    max-width: 90vw;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .subpage-banner .subpage-wrapper .text{
    max-width: 100%;
  }

  .text-image{
    display: block;
  }
  .text-image.img-left{
    display: flex;
    flex-direction: column-reverse;
  }
  .text-image .left-box, .text-image .right-box{
    width: 100%;
  }
  .subpage-banner{
    margin-bottom: 0;
  }

  .accordions .inner h2{
    text-align: center;
  }
  .mt-accordion-title{
    max-width: 85%;
    font-size: 18px;
  }
}
