﻿/* Home Banner*/
.home-banner-wrapper {
  background: #00467f url(/Portals/_default/Skins/ExtropyResponsive/images/header-background.jpg) no-repeat;
  background-size: 100% 750px;
  background-position: center -103px;
}
.home-banner {
  max-width: 1300px;
  margin: 0 auto;
  /*background: url(images/hero-screenshot.png) right bottom no-repeat;*/
}
.home-banner-content {
  min-height: 300px;
  padding: 20px 30px 20px;
}
.home-banner-content h1 {
  color: #fff;
  line-height: 1.2;
  font-family: "Mark W01 Regular", sans-serif;
  font-weight: normal;
  font-size: 44px;
  margin-top: 10px;
  margin-bottom: 0;
}
.home-banner-content h3 {
  color: #fff;
  font-size: 21px;
  width: 80%;
  margin: 8px 0 0;
}
.home-banner-content p {
  color: #fff;
  font-size: 18px;
  margin: 30px 0 40px;
  width: 70%;
}
.home-banner-content .call-to-action,
.home-banner-content .call-to-action.secondary {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  line-height: 30px;
  padding: 10px 40px;
}
.home-banner-content .call-to-action:hover,
.home-banner-content .call-to-action.secondary:hover {
  background-color: #00aeef;
  border: 1px solid #00aeef;
}
@media (max-width: 1280px) {
  .home-banner {
    background-size: 600px;
  }
  .home-banner-wrapper {
    background-size: 100% 600px;
  }
}
@media (max-width: 1080px) {
  .home-banner {
    background-size: 500px;
  }
  .home-banner-wrapper {
    background-size: 100% 620px;
  }
}
@media (max-width: 980px) {
  .home-banner {
    background-size: 450px;
  }
  .home-banner-content h1 {
    font-size: 36px!important;
  }
  .home-banner-content .call-to-action.secondary {
    display: block;
    width: 204px;
  }
  .home-banner-wrapper {
    background-size: 100% 750px;
  }
}
@media (max-width: 768px) {
  .home-banner {
    background: none;
  }
  .home-banner-content {
    padding-top: 5px;
    padding-bottom: 0;
  }
  .home-banner-content h1 {
    font-size: 26px!important;
    font-weight: 400!important;
  }
  .home-banner-content h3 {
    font-size: 16px!important;
  }
  .home-banner-content p {
    font-size: 16px;
  }
  .home-banner-content .call-to-action.secondary {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .home-banner-content {
    padding: 10px 20px;
  }
  .home-banner-content p {
    width: 100%;
  }
  .home-banner-content .call-to-action {
    padding: 7px 25px !important;
    line-height: 25px !important;
  }
}

/* for home page video responsiveness*/
.home-banner-content iframe.homepage-video {
    width: 100%;
    height: 380px;
}

@media (max-width:425px) {
    .home-banner-content iframe.homepage-video {
        height: 240px;
        margin-top: 20px;
    }
}

@media (max-width:375px) {
    .home-banner-content iframe.homepage-video {
        height: 200px;
    }
}

@media (max-width:320px) {
    .home-banner-content iframe.homepage-video {
        height: auto;
    }
}
/*# sourceMappingURL=home_banner.css.map */