/*======================================================
Screen Style Sheet
Jadair International Inc.
------------------------------------------------------
Author(s):Melody Tran
Created:12/15/2020
======================================================*/

body {
  color: #2B2B2B;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  font-family: "neue-haas-unica";
  margin: 0 !important;
  padding-top: 93px;
  background-color: transparent;
}
@media only screen and (min-width: 1199px),only screen and (min-width: 767px) and (max-width: 1199px) {
  body a[href^="tel:"] {
    pointer-events: none;
  }
}
body#id-1 {
  padding-top: 0;
}
body#id-1 #header {
  background: none;
}
body .fauxlink {
  cursor: pointer;
}
body a:focus,
body input:focus {
  outline: none;
}
body h1,
body .h1 {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -0.02em;
  margin: 0 0 15px;
}
body h2,
body .h2 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: normal;
  margin: 20px 0 15px;
}
body h3,
body .h3 {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: normal;
  margin: 20px 0 15px;
}
body h4,
body .h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
body h5,
body .h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
body p.tagline {
  font-size: 13px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
}
body p.tagline +.heading {
  margin-top: 0;
}
body .heading.white,
body p.white {
  color: #fff;
}
body .heading.blue,
body p.blue {
  color: #175FCA;
}
body .heading.darkblue,
body p.darkblue {
  color: #13448c;
}
body a {
  /*color: #2B2B2B;*/
  color: #13448C;
}
body a:hover {
  color: #2B2B2B;
  text-decoration: none;
}
body .richtext p,
body .richtext ul li,
body .richtext ol li {
  color: #4D4D4D;
}
body .richtext a:not(.button) {
  color: #13448C;
}
body .richtext a:not(.button):hover {
  color: #2B2B2B;
  text-decoration: underline;
}
body .richtext ul,
body ul.fancy {
  padding-left: 20px;
}
body .richtext ul li,
body ul.fancy li {
  list-style: none;
  line-height: 1.4;
  padding-left: 20px;
  margin: 8px 0;
  position: relative;
}
body .richtext ul li:before,
body ul.fancy li:before {
  content: "\f111";
  font-family: 'Font Awesome 5 Pro';
  font-size: 8px;
  font-weight: 600;
  color: #A3152F;
  position: absolute;
  left: 0;
  top: 5px;
}
body .richtext.checkmark li,
body ul.fancy.checkmark li {
  padding-left: 40px;
  margin: 20px 0;
}
body .richtext.checkmark li:before,
body ul.fancy.checkmark li:before {
  content: "\f058";
  font-size: 24px;
  font-weight: 400;
  top: -2px;
}
body#id-1 #main-content > .block-1{
	padding-bottom: 0;
}
@media only screen and (min-width: 1199px) {
  body .column.w25 #feature-blocks {
    display: block;
  }
  body .column.w25 #feature-blocks .feature {
    display: block;
    margin: 30px 0;
    position: relative;
  }
  body .column.w25 #feature-blocks .feature img {
    height: 46px;
    display: inline-block;
    vertical-align: middle;
  }
  body .column.w25 #feature-blocks .feature span {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  body h1,
  body .h1 {
    font-size: 34px;
    line-height: 36px;
  }
  body h2,
  body .h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  body .column.w33 .button,
  body .column.w40 .button,
  body .column.w50 .button {
    display: block;
  }
  body .column.w33 .button +.button,
  body .column.w40 .button +.button,
  body .column.w50 .button +.button {
    margin-top: 15px;
  }
}
.block.white-bg,
.block .white-bg {
  background-color: #fff;
}
.block.lightBlue-bg,
.block .lightBlue-bg {
  background-color: #EFF8FF;
}
.block.lightBlue-bg .heading:not(.white),
.block .lightBlue-bg .heading:not(.white) {
  color: #13448C;
}
.block.white {
  color: #fff;
}
.block.white a,
.block.white .richtext p {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .block .button {
    width: 100%;
  }
}
.button {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  height: auto;
  line-height: normal;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  padding: 12px 32px;
  display: inline-block;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #175FCA;
  color: #175FCA;
}
.button:hover {
  color: #fff;
  background-color: #175FCA;
}
.button.white-border-btn {
  color: #fff;
  background-color: rgba(255,255,255,0.1);
  border: 1px solid #fff;
}
.button.white-border-btn:hover {
  color: #175FCA;
  background-color: #fff;
  border: 1px solid #fff;
}
.button.red-btn {
  color: #fff;
  background-color: #A3152F;
  border: 1px solid #A3152F;
}
.button.red-btn:hover {
  color: #fff;
  background-color: #175FCA;
  border: 1px solid #175FCA;
}
.button.blue-btn {
  color: #fff;
  background-color: #175FCA;
  border: 1px solid #175FCA;
}
.button.blue-btn:hover {
  color: #fff;
  background-color: #A3152F;
  border: 1px solid #A3152F;
}
.button.simple-btn {
  color: #A3152F;
  border: none;
  background: none;
  padding: 0;
  font-weight: 400;
  text-decoration: underline;
  text-transform: capitalize;
}
.button.simple-btn:hover {
  color: #175FCA;
}
.button.plus-left:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f067';
  margin-right: 15px;
  font-weight: 600;
  font-size: 14px;
}
@media only screen and (min-width: 1199px) {
  .button.fullwidth {
    width: 100%;
    padding: 12px 20px;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 93px;
  z-index: 5;
  background-color: #175FCA;
}
#header.scrolling {
  background: #13448C !important;
}
#header .constrain {
  position: relative;
}
#header .logo {
  float: left;
  margin: 15px 20px 0 0;
}
#header .header-right {
  float: right;
}
#header nav,
#header .search-container,
#header a.tel,
#header .contact-btn {
  display: inline-block;
  vertical-align: middle;
}
#header .search-container {
	width: 20px;
	text-align: center;
    margin: 0 10px;
}
#header .search-container > i.fa-search {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
#header .search-container > i.fa-search.open:before {
  content: "\f00d";
}
#header .search-container .search-form {
  display: none;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 6px 12px rgba(0,0,0,0.1);
  border-radius: 3px;
  border: none;
  top: 80px;
}
#header .search-container .search-form.active {
  display: block;
}
#header a.tel {
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  margin: 0 20px 0 10px;
}
#header .contact-btn {
  padding: 12px 24px;
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  #header .search-container,
  #header .contact-btn {
    display: none;
  }
  #header a.tel {
    width: 140px;
    margin-left: -70px;
    left: 50%;
    position: absolute;
    top: 32px;
  }
  #header .header-right {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  #header .logo {
    width: 102px;
  }
  #header a.tel {
    width: auto;
    margin-left: 0;
    left: auto;
  }
}
#breadcrumbs {
  background: #EFF8FF;
  padding: 18px 0;
}
#breadcrumbs span,
#breadcrumbs a {
  font-size: 12px;
  color: #13448C;
}
#breadcrumbs span.current {
  font-weight: 700;
}
@media only screen and (min-width: 1199px),only screen and (min-width: 767px) and (max-width: 1199px) {
  #breadcrumbs span:not(.current):after {
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    margin: 0 6px;
  }
}
.buckets.innerChunk .bucket,
.buckets. innerImageChunk .bucket{
  margin: 10px 0;
}
.buckets.innerChunk .bucket-inner {
  height: 300px;
  border: 1px solid #175FCA;
  box-shadow: 0px 10px 24px rgba(0,0,0,0.1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.buckets.innerChunk .bucket-inner .content {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg,rgba(23,95,202,0.9),rgba(23,95,202,0.9));
  position: relative;
}
.buckets.innerChunk .bucket-inner .content .caption {
  padding: 0 20px;
  position: absolute;
  z-index: 2;
  top: 45%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.buckets.innerChunk .bucket-inner .content .caption h4 a {
  color: #fff;
}
.buckets.innerChunk .bucket-inner .content .caption i {
  font-size: 16px;
  margin: 10px auto 0;
  display: none;
}
.buckets.innerImageChunk .bucket .content{
	height: 100%;
	border:1px solid transparent;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 10px 24px rgba(0,0,0,0.1);
}
.buckets.innerImageChunk .bucket .image{
  height: 150px;
  box-shadow: 0px 10px 24px rgba(0,0,0,0.1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom:10px;
}
.buckets.innerImageChunk .bucket .content h4,
.buckets.innerImageChunk .bucket .content p{
	padding:0 20px;
}
@media only screen and (min-width: 1199px) {
  .buckets.innerChunk .bucket:hover .bucket-inner,
  .buckets.innerImageChunk .bucket:hover .content{
    border: 1px solid #A3152F;
  }
  .buckets.innerChunk .bucket:hover .bucket-inner .content {
    background: linear-gradient(0deg,rgba(240,241,243,0.9),rgba(240,241,243,0.9));
  }
  .buckets.innerChunk .bucket:hover .bucket-inner .content .caption {
    color: #13448C;
  }
  .buckets.innerChunk .bucket:hover .bucket-inner .content .caption h4 a,
  .buckets.innerImageChunk .bucket:hover h4 a{
    color: #13448C;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .buckets.innerChunk .bucket {
    width: 50%;
    margin:10px 0;
  }
  .buckets.innerChunk .bucket-inner {
    height: 240px;
  }
  .buckets.innerChunk .bucket-inner .content .caption{
	  top:50%;
  }
}
@media only screen and (max-width: 767px) {
  .buckets.innerChunk .bucket {
    width: 100%;
    margin:10px 0;
  }
  .buckets.innerChunk .bucket-inner {
    height: auto;
  }
  .buckets.innerChunk .bucket-inner .content .caption {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    padding: 20px;
  }
  .buckets.innerChunk .bucket-inner .caption p {
    display: none;
  }
}
.manual-buckets-wrap:before {
  content: "";
  width: 50%;
  height: 100%;
  background: url(/assets/images/banners/hp-banner-img.jpg) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.manual-buckets-wrap:after {
  content: "";
  width: 50%;
  height: 100%;
  background: rgba(22,94,203,0.84);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  .manual-buckets-wrap:before,
  .manual-buckets-wrap:after {
    width: 100%;
    height: 180px;
  }
}
.manual-buckets {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  align-items: center;
  z-index: 1;
}
.manual-buckets .tab-left {
  width: 30%;
  padding-right: 45px;
  color: #fff;
}
.manual-buckets .tab-left .nav-tabs {
  border: none;
  background: none;
  width: 100%;
  text-align: left;
}
.manual-buckets .tab-left .nav-tabs li a,
.manual-buckets .tab-left .nav-tabs li.active a {
  color: #fff;
}
.manual-buckets .tab-left .nav-tabs li:hover a {
  color: #A3152F;
}
.manual-buckets .tab-left a.button {
  color: #fff;
  font-weight: bold;
  margin: 20px 0 0;
}
.manual-buckets .tab-left a.button:hover {
  color: #A3152F;
}
.manual-buckets .tab-content {
  width: 70% !important;
  height: 435px;
  padding: 0 !important;
  background: #fff;
  box-shadow: 0px 10px 24px rgba(0,0,0,0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.manual-buckets .tab-content .content-inner {
  width: 66%;
  height: 100%;
  padding: 50px 120px 40px 60px;
  float: left;
}
.manual-buckets .tab-content .content-inner p {
  margin-bottom: 15px;
}
.manual-buckets .tab-content .content-inner a:not(.button) {
  color: #A3152F;
  font-weight: bold;
}
.manual-buckets .tab-content .content-image {
  width: 34%;
  height: 435px;
  float: right;
  position: relative;
  overflow: hidden;
}
.manual-buckets .tab-content .content-image img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  .manual-buckets {
    width: 100%;
    padding-top: 0 !important;
  }
  .manual-buckets .tab-left {
    width: 100% !important;
    padding: 0;
  }
  .manual-buckets .tab-left .nav-tabs {
    top: 55px;
  }
  .manual-buckets .tab-left a.button {
    display: none;
  }
  .manual-buckets .tab-content {
    margin: 120px 0 30px;
  }
  .manual-buckets .tab-content .content-inner {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .manual-buckets .tab-content {
    height: auto;
  }
  .manual-buckets .tab-content .content-inner,
  .manual-buckets .tab-content .content-image {
    width: 100%;
  }
  .manual-buckets .tab-content .content-image {
    height: 235px;
  }
  .manual-buckets .tab-content .content-image img {
    max-height: 300px;
  }
}
.buckets.ctaChunk .bucket-inner {
  background: #fff;
  border: 1px solid #175FCA;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.buckets.ctaChunk .bucket-inner .bucket-icon {
  width: 90px;
  height: 90px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background: #EFF8FF;
  position: relative;
}
.buckets.ctaChunk .bucket-inner .bucket-icon img {
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.buckets.ctaChunk .bucket-inner .caption-left {
  width: 80%;
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  .buckets.ctaChunk .bucket-inner {
    position: relative;
  }
  .buckets.ctaChunk .bucket-inner .caption-left {
    width: 100%;
  }
  .buckets.ctaChunk .bucket-inner .caption-left p.tagline,
  .buckets.ctaChunk .bucket-inner .caption-left h3.heading {
    width: 60%;
  }
  .buckets.ctaChunk .bucket-inner .bucket-icon {
    position: absolute;
    right: 32px;
    top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .buckets.ctaChunk .bucket {
    width: 100%;
  }
  .buckets.ctaChunk .bucket + .bucket {
    margin-top: 20px;
  }
}
#testimonial-carousel {
  width: 1044px;
  margin: 0 auto;
  padding: 40px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
#testimonial-carousel .carousel-left {
  width: 50%;
  background: #EFF8FF;
  padding: 40px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#testimonial-carousel .carousel-left h3 a {
  color: #13448C;
}
#testimonial-carousel .carousel-left .post-excerpt {
  color: #4D4D4D;
}
#testimonial-carousel .carousel-left p.client {
  color: #175FCA;
  margin: 15px 0 0;
}
#testimonial-carousel .carousel-right {
  width: 50%;
  padding: 30px 100px 30px 40px;
}
#testimonial-carousel .carousel-right p {
  color: #4D4D4D;
}
#testimonial-carousel .carousel-right .button {
  margin-top: 20px;
}
#testimonial-carousel .slick-prev,
#testimonial-carousel .slick-next {
  width: 30px;
  height: 30px;
  top: auto;
  bottom: 15px;
  z-index: 1;
}
#testimonial-carousel .slick-prev:before,
#testimonial-carousel .slick-next:before {
  font-family: 'Font Awesome 5 Pro';
  color: #13448C;
  font-size: 26px;
}
#testimonial-carousel .slick-prev {
  left: auto;
  right: -60px;
}
#testimonial-carousel .slick-prev:before {
  content: "\f060";
}
#testimonial-carousel .slick-next {
  right: -120px;
}
#testimonial-carousel .slick-next:before {
  content: "\f061";
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  #testimonial-carousel {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #testimonial-carousel {
    margin: 0;
  }
  #testimonial-carousel .carousel-left,
  #testimonial-carousel .carousel-right {
    width: 100%;
    padding: 40px 20px;
  }
  #testimonial-carousel .carousel-right {
    padding-bottom: 80px;
  }
  #testimonial-carousel .slick-prev,
  #testimonial-carousel .slick-next {
    top: -40px;
    bottom: auto;
  }
  #testimonial-carousel .slick-prev {
    left: 20px;
  }
  #testimonial-carousel .slick-next {
    left: 60px;
  }
}
#qc-wrap {
  background: url(/assets/images/content/bg-quick-contact.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}
#qc-wrap a {
  color: #fff;
}
#qc-wrap #quickContact {
  background: #fff;
  box-shadow: 0px 10px 24px rgba(0,0,0,0.1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 20px 30px;
  margin: 30px 0 0;
}
#qc-wrap #quickContact p {
  color: #4D4D4D;
}
.contact-info {
  margin-top: 115px;
  padding: 0 120px 0 30px;
}
.contact-info .phone,
.contact-info .address {
  padding-left: 100px;
  margin: 30px 0;
  position: relative;
}
.contact-info .phone .icon,
.contact-info .address .icon {
  width: 66px;
  height: 66px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background: #EFF8FF;
  position: absolute;
  left: 15px;
  top: -3px;
}
.contact-info .phone p {
  margin: 0;
}
.contact-info .phone .icon:before {
  content: url(/assets/images/icons/icon-phone.svg);
  margin: 22px 0 0;
  display: block;
  text-align: center;
}
.contact-info .address .icon:before {
  content: url(/assets/images/icons/icon-office.svg);
  margin: 18px 0 0;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  .contact-info {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info {
    margin-top: 15px;
  }
}
#rfq {
  width: 668px;
  background: #fff;
  box-shadow: 0px 10px 24px rgba(0,0,0,0.1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 30px;
  margin: 30px auto;
  text-align: left;
}
#rfq .submit {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #rfq {
    width: 100%;
  }
}
#footer-testimonials-cta {
  background: url(/assets/images/content/bg-faded-curves.jpg) no-repeat center center;
  background-size: cover;
}
#footer-cta {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  #footer-cta {
    width: 100%;
    padding: 40px 20px;
  }
}
#footer {
  background: #EFF8FF;
  color: #13448C;
  padding: 14px 0;
}
#footer #copyright,
#footer .footer-links {
  display: inline-block;
  vertical-align: middle;
  margin-top: 15px;
  margin-bottom: 0;
}
#footer .footer-links {
  margin-left: 10px;
}
#footer .footer-links a {
  color: #13448C;
  margin: 0 5px;
  position: relative;
}
#footer .footer-links a:hover {
  color: #2B2B2B;
  text-decoration: underline;
}
#footer .footer-links a + a:before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #13448C;
  position: absolute;
  top: 5px;
  left: -6px;
}
#footer #back-top {
  float: right;
  color: #13448C;
}
#footer #back-top i {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #175FCA;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding-top: 13px;
  margin-left: 10px;
}
#footer #back-top:hover i {
  background-color: #A3152F;
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  #footer #copyright,
  #footer .footer-links.footer-links,
  #footer #back-top {
    float: none;
    display: block;
    text-align: center;
    margin-top: 10px;
  }
}