﻿/*variables less begin*/
/*font / text properties*/
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
.textRight {
  text-align: right;
}
.textLeft {
  text-align: left;
}
.textJustify {
  text-align: justify;
}
.textJustify {
  text-align: justify;
}
.textCenter {
  text-align: center;
}
.text-deco-none {
  text-decoration: none;
}
.text-deco-underline {
  text-decoration: underline;
}
.boldText {
  font-weight: bold;
}
.auto-width {
  width: auto;
}
/*colors*/
/*borders*/
.clear {
  clear: both;
  float: left;
  width: 100%;
}
.left-float {
  float: left;
}
.right-float {
  float: right;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.relative-right {
  position: relative;
  float: right;
}
.relative-left {
  position: relative;
  float: left;
}
.margin-auto {
  margin: auto !important;
}
.zero-padding {
  padding: 0;
}
.zero-margin {
  margin: 0;
}
.zero-margin-padding {
  margin: 0;
  padding: 0;
}
.hidden-overflow {
  overflow: hidden;
}
.transparent-bg {
  background-color: transparent;
}
.contain-bg-size {
  background-size: contain;
}
/*variables less end*/
/** Product Vars*/
/*colors*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
.product-body {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  color: #4e4e4e;
  padding-top: 9.5rem;
}
.product-body .teaser-header {
  position: absolute;
  padding-right: 14%;
  padding-top: 7%;
  right: 0;
  top: 0;
  width: 50%;
}
.product-body .teaser-header h2 {
  color: #004f76;
  font-family: 'Montserrat', sans-serif;
  font-size: 65px;
  text-align: center;
  padding: 20px 0;
  font-weight: 400;
}
.product-body .teaser-header p {
  font-family: 'Montserrat', sans-serif;
  color: #4e4e4e;
  font-size: 18px;
  text-align: center;
  line-height: 25px;
}
header.product-header {
  padding: 10px;
  box-shadow: 0 11px 12px 3px #00000033;
  height: 110px;
  background-color: #fff;
}
header.product-header .nav-wrapper ul.nav li a {
  color: #4e4e4e;
  letter-spacing: normal;
  font-weight: 600;
  font-size: 13px;
}
header.product-header .nav-wrapper ul.nav li a:hover,
header.product-header .nav-wrapper ul.nav li a:active,
header.product-header .nav-wrapper ul.nav li a:focus {
  color: #004f76 !important;
  background-color: #fff;
}
/*.tiny {
    height: 90px;
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
}*/
.section-teaser {
  padding-right: 0;
  padding-left: 0;
}
.section-product {
  padding: 25px 15px;
  line-height: 25px;
}
.section-product h4 {
  color: #004f76;
  font-size: 40px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}
.section-product small.small-icon-text {
  font-size: 57%;
}
.section-product .alert-warning {
  color: #292929;
  background-color: #f3ec18;
  border-color: transparent;
  padding: 5px;
}
.section-product small.alert-text {
  font-size: 65%;
  font-weight: 600;
}
.section-info {
  padding: 25px 15px;
  line-height: 25px;
  color: #fff;
  background-color: #004f76;
  font-size: 16px;
}
.section-info h4 {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}
.section-info ul {
  list-style-type: disc;
}
.section-info ul li {
  padding: 10px;
}
.section-video {
  padding: 25px 15px;
  line-height: 25px;
}
.section-video h4 {
  color: #004f76;
  font-size: 40px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}
.section-location {
  padding: 25px 15px;
  line-height: 25px;
  color: #fff;
  background-color: #004f76;
  font-size: 16px;
}
.section-location p {
  color: #fff;
}
.section-location h4 {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}
.section-location ul {
  list-style-type: disc;
}
.section-location ul li {
  padding: 10px;
}
ul.nav.nav-stacked a {
  color: red;
}
footer.footer-product {
  border-top: solid 5px #fff;
  background-color: #fe5000;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  padding: 10px 0;
}
footer.footer-product .container .copyright {
  font-weight: 400;
  line-height: 64px;
}
header.product-header .nav-wrapper {
  top: 0;
}
header.product-header .navbar-nav {
  position: relative;
  top: auto;
}
header.product-header ul.nav.navbar-nav.navbar-right {
  top: 22px;
}
a.anchor {
  display: block;
  position: relative;
  top: unset;
}
@media only screen and (max-width: 767px) {
  body.product-body {
    padding-top: 10.4rem;
  }
  body.product-body .container {
    padding: 0 15px;
  }
  body.product-body .navbar-toggle {
    background-color: #ff934d;
    margin-right: 0;
    top: 15px;
  }
  body.product-body div#navbar {
    height: 226px !important;
    background: #fff;
    padding: 0;
    box-shadow: 0 11px 12px 3px #00000033;
  }
  body.product-body header.product-header ul.nav.navbar-nav.navbar-right {
    top: 0;
  }
  body.product-body video {
    width: 100%;
    height: auto;
  }
  body.product-body footer {
    height: auto;
  }
  body.product-body footer .container .copyright {
    position: relative;
    bottom: auto;
    text-align: center;
    text-align: right;
    line-height: 55px;
    font-size: 10px;
  }
  body.product-body .section-info ul {
    padding-left: 25px;
  }
}
.contact-wrapper {
  clear: both;
  float: left;
  width: 100%;
}
.contact-wrapper .contact-information {
  font-size: 16px;
  padding: 47px 0px;
}
.contact-wrapper .contact-information h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
.contact-wrapper .contact-information .address {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.contact-wrapper .contact-information .phone {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.contact-wrapper .contact-information .phone span {
  float: left;
  width: 65px;
}
.contact-wrapper .contact-information .contact-btn {
  text-align: left;
  width: 280px;
}
.contact-wrapper .contact-information .contact-btn img {
  margin-right: 15px;
}
.contact-wrapper .contact-information .map img {
  width: 100%;
}
footer {
  background: #212830;
  clear: both;
  color: #727679;
  height: auto;
  padding: 55px;
  width: 100%;
  margin: 0;
}
footer .container .footer-menu-wrapper {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 35px;
}
footer .container .footer-menu-wrapper ul {
  margin: 0px;
  padding: 0px;
}
footer .container .footer-menu-wrapper ul li {
  display: inline-block;
  margin-right: 25px;
}
footer .container .footer-menu-wrapper ul li a {
  color: #727679;
  font-size: 16px;
}
footer .container .social-media {
  clear: both;
  float: left;
  width: 100%;
  padding-bottom: 40px;
}
footer .container .social-media .icon {
  float: left;
  width: 25px;
  height: 24px;
}
footer .container .copyright {
  font-weight: bold;
  clear: both;
  float: left;
  width: 100%;
}
footer .container .copyright .copyright-wrapper {
  margin: auto;
  width: 50%;
}
footer .container .copyright .copyright-wrapper p {
  color: #fff;
  float: left;
  font-size: 12px;
  margin-right: 45px;
}
footer .container .copyright a {
  color: #fff;
}
footer .container .subscribe-wrapper .subscribe-text {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
footer .container .subscribe-wrapper .subscribe-text p {
  color: #727679;
  font-size: 15px;
  line-height: 15px;
}
footer .container .subscribe-wrapper .subscribe-form input {
  float: left;
  margin: 0px;
  width: 250px;
}
footer .container .subscribe-wrapper .subscribe-form .button {
  height: 33px;
  line-height: 20px;
}
footer .container input {
  height: 32px;
}
/*IE9 gradient*/
@media only screen and (max-width: 1024px) {
  footer .container .footer-menu-wrapper ul li a {
    font-size: 11px;
  }
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 25px;
  }
  footer .container .footer-menu-wrapper ul li {
    margin-right: 10px;
  }
  footer .container .footer-menu-wrapper ul li a {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-wrapper .contact-information {
    padding: 25px 0px 0px;
  }
  .contact-wrapper .contact-information h4 {
    color: #ff934d;
    text-align: center;
  }
  .contact-wrapper .contact-information p {
    text-align: center;
  }
  .contact-wrapper .contact-information .phone span {
    float: none;
  }
  .contact-wrapper .contact-information .contact-btn {
    width: 100%;
  }
  footer {
    height: 300px;
    padding: 30px 0px;
  }
  footer .container .social-media {
    bottom: -150px;
    clear: none;
    float: none;
    margin: auto;
    position: relative;
    width: 50px;
  }
  footer .container .copyright {
    position: absolute;
    bottom: -216px;
    text-align: center;
  }
  footer .container .footer-menu-wrapper {
    margin-bottom: 30px;
  }
  footer .container .footer-menu-wrapper ul {
    margin: auto;
    width: 310px;
  }
  footer .container .footer-menu-wrapper ul li {
    margin-right: 10px;
  }
  footer .container .footer-menu-wrapper ul li a {
    font-weight: bold;
    font-size: 8px;
  }
  footer .container .subscribe-wrapper {
    clear: both;
    float: left;
    width: 100%;
  }
  footer .container .subscribe-wrapper .subscribe-text {
    margin-bottom: 10px;
  }
  footer .container .subscribe-wrapper .subscribe-text p {
    text-align: center;
  }
  footer .container .subscribe-wrapper .subscribe-form {
    clear: both;
    margin: auto;
    width: 310px;
  }
  footer .container .subscribe-wrapper .subscribe-form .field-validation-error {
    padding-left: 7%;
  }
  footer .container .subscribe-wrapper .subscribe-form input {
    width: 245px !important;
  }
  footer .container .subscribe-wrapper .subscribe-form button {
    line-height: 20px;
  }
}