/*==============================================================================
=                                Globals                                       =
==============================================================================*/
/*============================== Colors ======================================*/
.az-blue {
  color: #0487cd;
}
/*============================== Section Gutters =============================*/
/*============================ AZTP-22 Modal =================================*/
#aztpmodal .modal-content {
  color: #fff;
  border-radius: 0;
  background: #0487cd;
}

#aztpmodal button {
  font-size: 40px;
  line-height: .5;
}
/*============================== Typography ==================================*/
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Fira Sans", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 400;
  line-height: 1.4;
}

sup {
  top: -.9em;
  font-size: 50%;
}

a {
  text-decoration: none;
  color: #0487cd;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #03669b;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2 {
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
}

.h1 {
  font-size: 22px;
}

h1,
h2,
.h2 {
  font-size: 19px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 15px;
}

p {
  margin-bottom: 15px;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul.bullets {
  padding-left: 40px;
  margin: 15px;
  list-style-type: circle;
}

ul.alpha-bullets {
  margin: 15px;
  font-size: 14px;
  font-weight: bold;
  list-style-type: upper-alpha;

  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
}

ul.alpha-bullets span {
  font-weight: normal;
}

ul.alpha-bullets li {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}

hr {
  width: 100px;
  color: #0487cd;
  border-width: 2px;
}

hr.white {
  color: #fff;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

.large {
  font-size: 120%;
}

.larger {
  font-size: 150%;
}

.no-float {
  float: none;
}

.learn-more {
  display: inline-block;
  padding: 5px 9px 5px 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  -webkit-transition: .3s;
     -moz-transition: .3s;
       -o-transition: .3s;
          transition: .3s;
  text-transform: uppercase;
}

.learn-more.blue {
  color: #fff;
  background: #0487cd;
}

.learn-more.blue:hover {
  background: #03669b;
}

.learn-more.white {
  color: #0487cd;
  background: #fff;
}

.learn-more.white.border {
  border: 1px solid #0487cd;
}

.learn-more.white:hover {
  background: #e6e6e6;
}

.learn-more .glyphicon {
  position: relative;
  font-weight: 600;
  -webkit-transition: .3s;
     -moz-transition: .3s;
       -o-transition: .3s;
          transition: .3s;
}

.learn-more:hover .glyphicon {
  margin-right: -2px;
  margin-left: 2px;
}

::-webkit-input-placeholder {
  font-weight: 300;
  color: #999;
}

::-moz-placeholder {
  font-weight: 300;
  color: #999;
}

:-ms-input-placeholder {
  font-weight: 300;
  color: #999;
}

:-moz-placeholder {
  font-weight: 300;
  color: #999;
}

.black-link,
.black-link:hover,
.black-link:active,
.black-link:focus,
.black-link:visited {
  color: #333;
}
/*============================== Helper Classes ==============================*/
.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.pad0 {
  padding: 0;
}

.hidden-xxs {
  display: none;
}

.gutter {
  padding-top: 30px;
  padding-bottom: 30px;
}

.full-width {
  min-width: 100%;
}

.col-4 {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-5 {
  position: relative;
  float: left;
  width: 20%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-6 {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-7 {
  position: relative;
  float: left;
  width: 14.28571428%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.relative {
  position: relative;
}
/*==============================================================================
=                                Header                                        =
==============================================================================*/
header {
  z-index: 3;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

header .logo {
  width: 200px;
}

header .logo {
  margin: 15px 0;
}
/*============================== Common ======================================*/
/*============================== Home ========================================*/
.alert-bar .messaging {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px 5px;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  transition: background .3s;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #0487cd;
}

.alert-bar:hover .messaging {
  background: #006296;
}

.alert-bar .messaging p {
  margin: 0;
}

.alert-bar .messaging p .click-here {
  padding: 0 10px 1px;
  margin-left: 10px;
  transition: color .3s, background .3s;
  color: #0487cd;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .25);
}

.alert-bar .messaging p .click-here:hover {
  color: #fff;
  background: #0487cd;
}

#oc-icon {
  top: auto !important;
  bottom: 22px;
}

.cta {
  position: fixed;
  right: 50px;
  bottom: -350px;
  z-index: 4;
  display: none;
  width: 350px;
  height: 315px;
  padding: 25px;
  transition: bottom .5s ease-in-out;
  text-align: center;
  color: white;
  border: 2px white solid;
  background: #09f;
}

.cta-reveal {
  bottom: 50px;
}

.cta .fa-info-circle {
  font-size: 62px;
}

.cta a,
.cta a:visited {
  color: white;
}

.cta a:hover,
.cta a:focus,
.cta a:active {
  color: #173a60;
}

.cta-headline {
  margin-top: 5px;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
}

.cta-body {
  font-size: 20px;
  font-weight: 300;
}

.cta-button {
  position: absolute;
  left: 50%;
  padding: 15px;
  margin-top: 15px;
  font-family: "Oswald", sans-serif;
  transform: translateX(-50%);
  text-transform: uppercase;
  border: 2px white solid;
  border-radius: 30px;
}

.cta-button:hover {
  border: 2px #173a60 solid;
}

.cta-close {
  position: absolute;
  top: 10px;
  right: 15px;
}

.slider-wrapper {
  position: relative;
  max-width: 100%;
  margin-top: 0;
  overflow-x: hidden;
}
/*============================== Interior ====================================*/
/*==============================================================================
=                                Navigation                                    =
==============================================================================*/
/*============================== Off Canvas ==================================*/
@media screen and (max-width: 767px) {
  .top-bar.oc-js.active {
    position: static;
  }

  .oc-container {
    position: absolute;
    top: 0;
    min-height: 100%;
  }

  .oc-overlay {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;
  }

  .oc-overlay.active {
    z-index: 20;
    background-color: rgba(0, 0, 0, .8);
  }

  #oc-icon {
    position: absolute;
    top: 29px;
    right: 7px;
    z-index: 21;
    display: block;
    width: 50px;
    height: 41px;
    cursor: pointer;
    -webkit-transition: top 0s;
    -webkit-transition: all .5s ease-in-out;
       -moz-transition: top 0s;
       -moz-transition: all .5s ease-in-out;
         -o-transition: top 0s;
         -o-transition: all .5s ease-in-out;
            transition: top 0s;
            transition: all .5s ease-in-out;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  #oc-icon span {
    position: absolute;
    left: 8px;
    display: block;
    width: 34px;
    height: 6px;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
    background: #000;
  }

  #oc-icon span.bar1 {
    top: 8px;
  }

  #oc-icon span.bar2,
  #oc-icon span.bar3 {
    top: 18px;
  }

  #oc-icon span.bar4 {
    top: 28px;
  }

  #oc-icon.active span.bar1 {
    top: 18px;
    left: 50%;
    width: 0;
  }

  #oc-icon.active span {
    background: #fff;
  }

  #oc-icon.active:hover span {
    background: #fff;
  }

  #oc-icon.active span.bar2,
  #oc-icon.active span.bar3 {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  #oc-icon.active span.bar3 {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  #oc-icon.active span.bar4 {
    top: 18px;
    left: 50%;
    width: 0;
  }

  .oc-left {
    left: 0;
    width: 100%;
    overflow-x: hidden;
    -webkit-transition: left .2s linear;
       -moz-transition: left .2s linear;
         -o-transition: left .2s linear;
            transition: left .2s linear;
  }

  .oc-left.active {
    left: -75%;
    z-index: 1;
    overflow-x: visible;
  }

  nav.oc-right {
    right: -75%;
    width: 75%;
    background-color: #fff;
  }

  nav.oc-right.active {
    z-index: 9999;
  }

  /*----------  Nav Globals  ----------*/
  nav.oc-right > ul {
    height: 100%;
  }

  nav.oc-right ul li {
    position: relative;
  }

  nav.oc-right > ul li > div {
    display: none;
  }

  nav.oc-right > ul li.active > div {
    display: block;
  }

  nav.oc-right ul li a {
    display: block;
    padding: 10px 41px 10px 15px;
    color: #333;
    border-bottom: 1px solid #ddd;
  }

  nav.oc-right li > span.oc-toggle.glyphicon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 22;
    display: block;
    width: 40px;
    height: 40px;
    padding: 14px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
  }

  nav.oc-right li > span.oc-toggle.glyphicon-plus {
    color: #000;
    background-color: #eee;
  }

  nav.oc-right li > span.oc-toggle.glyphicon-minus {
    color: #fff;
    background-color: #000;
  }

  nav.oc-right ul.dropdown.container {
    padding-right: 0;
    padding-left: 0;
  }

  .nav-info {
    display: none;
  }

  /*----------  First Level  ----------*/
  nav.oc-right > ul > li {
    display: block;
  }

  nav.oc-right > ul > li > a {
    font-weight: bold;
  }

  nav.oc-right > ul > li.active > a {
    color: #0487cd;
  }

  /*----------  Second Level  ----------*/
  nav.oc-right > ul > li > ul li span.oc-toggle.glyphicon-minus,
  nav.oc-right > ul > li.active > ul li span.oc-toggle.glyphicon-minus {
    color: #000;
    background: #eee;
  }

  nav.oc-right > ul ul li > a {
    padding-left: 25px;
    background: #fafafa;
  }

  nav.oc-right > ul li.active > a {
    color: #0487cd;
  }

  /*----------  Third Level   ----------*/
  nav.oc-right > ul ul ul li a {
    padding: 5px 26px 5px 39px;
    font-size: 13px;
    background: #f4f4f4;
    background-image: url("/site/templates/_assets/img/nav/right-arrow-aaa.png");
    background-repeat: no-repeat;
    background-position: 21px 6.5px;
  }

  nav.oc-right > ul ul ul li.active > a,
  nav.oc-right > ul ul ul li:hover > a {
    color: #0487cd;
    background-image: url("/site/templates/_assets/img/nav/right-arrow-aaa.png");
  }

  nav.oc-right > ul ul ul li > span.oc-toggle.glyphicon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 22;
    display: block;
    width: 41px;
    height: 28.5px;
    padding: 7.5px 14.5px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    background-color: #d1d1d1;
  }

  /*----------  Fourth Level  ----------*/
  nav.oc-right > ul ul ul ul li > a {
    padding: 5px 26px 5px 53px;
    font-size: 13px;
    background: #eee;
    background-image: url("/site/templates/_assets/img/nav/dash-aaa.png");
    background-repeat: no-repeat;
    background-position: 35px 6.5px;
  }

  nav.oc-right > ul ul ul ul li.active > a,
  nav.oc-right > ul ul ul ul li:hover > a {
    color: #000;
    background-image: url("/site/templates/_assets/img/nav/dash-aaa.png");
  }
}

@media screen and (min-width: 768px) {
  #oc-icon {
    display: none;
  }

  .container-nav {
    width: 750px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 992px) {
  .container-nav {
    width: 970px;
  }
}

@media screen and (min-width: 1200px) {
  .container-nav {
    width: 1170px;
  }
}

nav.utility-nav > ul {
  position: absolute;
  top: 40px;
  right: 68px;
}

nav.utility-nav > ul > li {
  float: left;
  margin-left: 10px;
  font-size: 16px;
}

nav.utility-nav svg {
  display: none;
}

nav.utility-nav a {
  color: #999;
}

nav.utility-nav a:hover {
  color: #666;
}

nav.utility-nav .search-form {
  position: relative;
}

nav.utility-nav .search-form .btn-default {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 3px 9px;
  color: #999;
  border: 0;
  background: none;
}

nav.utility-nav .search-form .search-bar {
  position: relative;
  top: -4px;
  height: 28px;
  padding: 3px 6px 3px 28px;
  line-height: 1.3;
  color: #999;
  border-width: 2px;
  border-color: #e1e1e1;
  border-radius: 0;
  box-shadow: none;

  -webkit-appearance: none;
}

nav.oc-right {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
/*============================== Common ======================================*/
/*============================== Top Navigation ==============================*/
/*============================== Side Navigation =============================*/
/*============================== Bottom Navigation ===========================*/
footer nav {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

footer nav li {
  margin-bottom: 10px;
  text-align: center;
}

footer nav li:last-child {
  margin-bottom: 0;
}
/*==============================================================================
=                                Footer                                        =
==============================================================================*/
/*============================== Common ======================================*/
footer {
  padding: 30px 0;
}

footer .logo {
  display: block;
  width: 160px;
  height: auto;
  margin: 0 auto;
}

footer address {
  margin-bottom: -8px;
  text-align: center;
}

footer address a {
  color: #333;
}

footer .social-icon {
  font-size: 32px;
}

footer .raq {
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

footer .raq-form {
  max-width: 370px;
  margin: 0 auto;
}

footer .copyright {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 300;
  color: #999;
}

footer .sfa,
footer .sfa a {
  font-size: 12px;
  font-weight: 300;
  color: #ccc;
}
/*============================== Home ========================================*/
/*============================== Interior ====================================*/
.subnav-container {
  display: none;
}

.product-padding {
  padding-top: 10px !important;
}
/*==============================================================================
=                                Home Page                                     =
==============================================================================*/
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slider .content {
  position: absolute;
  top: 30%;
  z-index: 1;
  width: 100%;
  margin: auto;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.slider .content .headline {
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
}

.slider .content hr {
  width: 80px;
  margin: 10px 0;
  border-color: #0487cd;
}

.slick-dots {
  bottom: 5px;
}

.testimonial-slider .slick-dots {
  bottom: -50px;
}

.testimonial-slider .slick-dots li button {
  width: 16px;
  height: 16px;
  border: 2px solid #999;
  border-radius: 10px;
  outline: none;
  background: white;
}

.testimonial-slider .slick-dots li.slick-active button {
  border: 2px solid #0487cd;
}

.slick-dots li button:before {
  color: #fff !important;
}

.slick-dots li button:focus:before {
  opacity: .25;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

.slider-nav-wrapper {
  position: absolute;
  display: none;
  width: 100%;
  padding: 20px 0 45px;
  margin-top: -150px;
  background: rgba(0, 0, 0, .5);
}

.slider-nav .slide-thumb {
  position: relative;
  margin: 5px;
  outline: none;

  filter: grayscale(100%);
}

.slider-nav .slide-thumb.slick-current {
  margin: 2px;
  border: 3px solid #0487cd;

  filter: none;
}

.slider-nav .slick-list .slick-track {
  transform: translate3d(0, 0, 0) !important;
}

.slider-nav .slick-list {
  overflow: visible;
}

.slider-nav .slide-title {
  position: absolute;
  bottom: -32px;
  width: 100%;
  font-family: "Oswald", sans-serif;
  text-align: center;
  text-transform: uppercase;
  opacity: .5;
  color: #fff;
}

.slider-nav .slick-current .slide-title {
  opacity: 1;
}

.blue-wrapper {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  color: #fff;
  background: #0487cd;
}

.blue-wrapper.no-gutter {
  padding-top: 30px;
  padding-bottom: 30px;
}

.blue-wrapper.no-gutter h6 {
  line-height: 1.4;
}

.blue-wrapper .watermark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2%;
  width: 96%;
  margin: auto;
  opacity: .25;

  mix-blend-mode: multiply;
}

.blue-wrapper ul li {
  padding-bottom: 8px;
  margin-bottom: 8px;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.blue-wrapper ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

.blue-wrapper a {
  color: #fff;
}

.white-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.vv-slider {
  margin: 20px 0 10px;
}

.logo-slider .slick-slide {
  margin: 0 10px;
}

.products-wrapper .product {
  position: relative;
  padding: 0;
}

.products-wrapper .product img {
  min-width: 100%;
}

.products-wrapper .product a.content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 30px;
  transform: translateY(-50%);
  color: #fff;
}

.products-wrapper .product a.content h4 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #fff;
}

.products-wrapper .product a.content hr {
  width: 85px;
  margin: 0;
  border-color: #0487cd;
}

.products-wrapper .product a.content-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-transition: .4s;
     -moz-transition: .4s;
       -o-transition: .4s;
          transition: .4s;
  opacity: 0;
  color: #fff;
  background: rgba(4, 135, 205, .75);
}

.products-wrapper .product a.content-hover hr {
  width: 85px;
  margin: 0 0 15px;
  border-color: #fff;
}

.products-wrapper .product:hover a.content,
.products-wrapper .product:hover a.content:hover {
  display: none;
}

.products-wrapper .product:hover a.content-hover {
  display: block;
  opacity: 1;
}

.products-wrapper .product a.content-hover .hover-position {
  position: absolute;
  top: 70%;
  padding-right: 30px;
  transition: all .2s;
  transform: translateY(-50%);
}

.products-wrapper .product:hover a.content-hover .hover-position {
  top: 50%;
}

.quotes {
  background: url("../img/common/quote-left.jpg"), url("../img/common/quote-right.jpg");
  background-repeat: no-repeat;
  background-position: top left, bottom right;
  background-size: 30%;
}

.slider .content .body {
  font-weight: 400;
}
/*==============================================================================
=                                Interior                                      =
==============================================================================*/
/*move page tile breaking to 2 lines up to prevent button conflict*/
@media screen and (min-width: 768px) {
  #pg-1047 .header-image-wrapper .content {
    top: 30%;
  }
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.counter {
  display: inline;
}

.header-image-wrapper {
  position: relative;
}

.header-image-wrapper .content {
  position: absolute;
  top: 40%;
  z-index: 1;
  width: 100%;
  margin: auto;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}

.default h1,
.default h2,
.default h3,
.default h4,
.default h5,
.default h6 {
  color: #0487cd;
}

.default h1,
.default h2 {
  text-align: center;
}

.default .main-content hr {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  border-width: 1px;
}

p.max-width {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.default .main-content h1:first-child,
.default .main-content h2:first-child {
  margin-top: 0;
}

.default .main-content img.pull-right {
  display: block;
  float: none !important;
  max-width: 100%;
  margin: 0 auto 20px auto;
}

.default .main-content img.pull-left {
  display: block;
  float: none !important;
  max-width: 100%;
  margin: 0 auto 20px auto;
}

.default .main-content p.headline {
  font-size: 150%;
  color: #0487cd;
}

.dark-blue-wrapper {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #0487cd;
  background: #173a60;
}

.dark-blue-wrapper.no-gutter {
  padding-top: 30px;
  padding-bottom: 30px;
}

.dark-blue-wrapper .stat .number {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 40px;
}

.dark-blue-wrapper .stat .description {
  margin-bottom: 10px;
}

.dark-blue-wrapper .stat hr {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: .5;
  border-width: 1px;
  border-color: #0487cd;
}

.parallax-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

.parallax-wrapper .logo-icon {
  width: 120px;
  height: auto;
}

.parallax-wrapper h3 {
  text-align: center;
  color: #fff;
}

.parallax-wrapper .qualifications hr {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: .5;
  border-width: 1px;
}

#product-video {
  width: 100%;
}

#product-video-play {
  position: absolute;
  right: 20px;
  bottom: 0;
  font-size: 45px;
  transition: font-size .25s ease-in-out;
}

.product-video-play-hidden {
  font-size: 0 !important;
}
/*==============================================================================
=                                Media Queries                                 =
==============================================================================*/
@media screen and (min-width: 375px) {
  /*============================= Globals ====================================*/
  .h1 {
    font-size: 24px;
  }

  h1,
  h2,
  .h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 19px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 17px;
  }

  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  nav.utility-nav svg {
    display: inline;
  }

  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/
  .slider .content .headline {
    font-size: 30px;
  }

  /*============================= Interior ===================================*/
}

@media screen and (min-width: 480px) {
  /*============================= Globals ====================================*/
  .h1 {
    font-size: 28px;
  }

  h1,
  h2,
  .h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 23px;
  }

  h4 {
    font-size: 21px;
  }

  h5 {
    font-size: 19px;
  }

  h6 {
    font-size: 18px;
  }

  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  nav.utility-nav > ul {
    right: 73px;
  }

  nav.utility-nav > ul > li {
    margin-left: 20px;
  }

  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/
  .slider .content .headline {
    font-size: 32px;
  }

  /*============================= Interior ===================================*/
}

@media screen and (max-width: 619px) {
  .col-xxs-12 {
    width: 100%;
  }

  .alert-bar .messaging p .click-here {
    font-size: 16px;
  }
}

@media screen and (min-width: 620px) {
  /*============================= Globals ====================================*/
  .h1 {
    font-size: 34px;
  }

  h1,
  h2,
  .h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 20px;
  }

  .hidden-xxs {
    display: block;
  }

  .visible-xxs {
    display: none;
  }

  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/
  .slider .content {
    top: 20%;
  }

  .slider .content .headline {
    font-size: 36px;
  }

  .slider .content .body {
    max-width: 70%;
    font-size: 15px;
  }

  /*============================= Interior ===================================*/
  .header-image-wrapper .content {
    top: 35%;
  }

  .default .main-content img.pull-right {
    float: right !important;
    max-width: 40%;
    margin: 0 0 20px 20px;
  }

  .default .main-content img.pull-left {
    float: left !important;
    max-width: 40%;
    margin: 0 20px 20px 0;
  }
}

@media screen and (min-width: 768px) {
  /*============================= Globals ====================================*/
  .h1 {
    font-size: 44px;
  }

  h1,
  h2,
  .h2 {
    font-size: 33px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 27px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 22px;
  }

  hr {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .learn-more {
    padding: 7px 12px 7px 13px;
  }

  /*============================= Header =====================================*/
  header {
    position: fixed;
  }

  header .logo {
    width: 175px;
  }

  header .logo {
    margin: 10px 0 3px;
  }

  header .container-logo {
    position: relative;
    z-index: -1;
  }

  /*============================= Navigation =================================*/
  nav.utility-nav > ul {
    position: absolute;
    top: 14px;
    right: 15px;
  }

  nav.utility-nav > ul > li {
    margin-left: 25px;
  }

  nav.utility-nav .utility-text {
    font-size: 14px;
  }

  nav.oc-right {
    font-size: 13px;
  }

  nav.oc-right > ul > li {
    display: block;
    float: left;
  }
  nav.oc-right > ul > li:nth-child(n+3):before {
    position: absolute;
    margin-top: 7px;
    content: "|";
    color: #e1e0e1;
  }

  nav.oc-right > ul > li > a {
    display: block;
    padding: 8px 20px;
  }

  nav.oc-right > ul > li.about-us > a {
    padding-left: 5px;
  }

  nav.oc-right > ul > li.careers {
    display: none;
  }

  nav.oc-right > ul > li.contact {
    border: none;
  }

  nav.oc-right > ul > li.contact > a {
    padding-right: 0;
    border-bottom: 7px solid white;
  }

  nav.oc-right > ul > li > ul {
    background: #fff;
  }

  nav.oc-right > ul > li:hover > a {
    color: #024569;
    border-bottom: 7px solid white;
  }

  nav.oc-right > ul > li.active > a {
    color: #024569;
    border-bottom: 7px solid #0487cd;
  }

  nav.oc-right > ul > li:hover > div {
    position: absolute;
    display: block;
  }

  nav.oc-right > ul > li > div {
    right: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 20px 20px 10px;
    text-transform: none;
    border-top: 4px solid #0487cd;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  }

  nav.oc-right > ul > li > div > ul > li {
    float: left;
    width: 25%;
  }

  nav.oc-right > ul > li > div > ul > li > a {
    display: block;
    padding-bottom: 10px;
    font-size: 125%;
    font-weight: 300;
  }

  nav.oc-right > ul > li > div > ul > li > a:hover,
  nav.oc-right > ul > li > div > ul > li.active > a {
    color: #03669b;
  }

  nav.oc-right ul.dropdown.container {
    max-width: 100%;
  }

  /* Navigation Info */
  nav.oc-right ul.dropdown.container .nav-info {
    float: right;
    width: 50%;
    margin-bottom: 10px;
    border-left: 1px solid #999;
  }

  .nav-info .headline {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #0487cd;
  }

  .nav-info .headline {
    margin-bottom: 2px;
    font-size: 120%;
    color: #0487cd;
  }

  .nav-info .content {
    margin-bottom: 10px;
    font-family: "Fira Sans", sans-serif;
    line-height: 1.2;
    text-transform: none;
  }

  /*============================= Footer =====================================*/
  footer nav li,
  footer address,
  footer .raq {
    text-align: left;
  }

  footer .raq-form {
    margin: 0;
  }

  .col-footer-nav {
    width: 26%;
  }

  .col-footer-contact {
    width: 32%;
  }

  .col-footer-raq {
    width: 42%;
  }

  /*============================= Home Page ==================================*/
  .slider .content {
    top: 4%;
  }

  .slider .content .headline {
    font-size: 42px;
  }

  .slider .content .body {
    font-size: 19px;
  }

  .blue-wrapper,
  .white-wrapper,
  .dark-blue-wrapper,
  .parallax-wrapper,
  .gutter {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .blue-wrapper .watermark {
    width: 53%;
  }

  .quotes {
    background-size: 20%;
  }

  .slider .slick-dots {
    display: none !important;
  }

  .slider-nav-wrapper {
    display: block;
  }

  .slider-wrapper {
    margin-top: 107px;
  }

  /*============================= Interior ===================================*/
  .default .main-content hr {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .header-image-wrapper .content {
    top: 45%;
  }

  .dark-blue-wrapper .stat .number {
    font-size: 44px;
  }

  .cta {
    display: block;
  }

  #product-video-play {
    right: 0;
    font-size: 90px;
  }

  ul.alpha-bullets {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

@media screen and (min-width: 992px) {
  /*============================= Globals ====================================*/
  .h1 {
    font-size: 56px;
  }

  h1,
  h2,
  .h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 32px;
  }

  h5 {
    font-size: 28px;
  }

  h6 {
    font-size: 24px;
  }

  hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-width: 3px;
  }

  /*============================= Header =====================================*/
  header .logo {
    width: 200px;
  }

  header .logo {
    margin: 15px 0;
  }

  /*============================= Navigation =================================*/
  nav.oc-right > ul {
    bottom: 0;
    float: right;
    margin-top: -39px;
  }

  nav.oc-right > ul > li > a {
    padding: 8px 15px 13px;
  }

  nav.oc-right > ul > li > div {
    padding: 20px 5px 10px;
  }

  nav.oc-right > ul > li > div > ul > li > a {
    font-size: 140%;
  }

  /* Navigation Info */
  nav.oc-right > ul > li > div > ul > li {
    width: 21%;
  }

  nav.oc-right ul.dropdown.container .nav-info {
    width: 40%;
  }

  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/
  .slider .content .headline {
    font-size: 58px;
  }

  .slider .content .body {
    font-size: 17px;
  }

  .blue-wrapper,
  .white-wrapper,
  .dark-blue-wrapper,
  .parallax-wrapper,
  .gutter {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider-wrapper {
    margin-top: 98px;
  }

  .slider .content {
    top: 20%;
  }

  /*============================= Interior ===================================*/
  .dark-blue-wrapper .stat {
    border-right: 1px solid #0487cd;
  }

  .dark-blue-wrapper .stat:last-child {
    border: 0;
  }

  .dark-blue-wrapper .stat .number {
    font-size: 48px;
  }

  .parallax-wrapper .qualifications {
    border-right: 1px solid #fff;
  }

  .parallax-wrapper .qualifications:last-child {
    border: none;
  }

  .subnav-container {
    display: block;
  }

  .subnav {
    position: absolute;
    top: -62px;
    left: 50%;
    width: 90%;
    height: 62px;
    padding: 5px;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    transform: translateX(-50%);
    text-align: center;
    text-transform: uppercase;
    color: white;
    background: #0487cd;
  }

  .subnav div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .subnav.active {
    color: #0487cd;
    background: #035b89;
  }

  .arrow-container {
    width: 100%;
  }

  .arrow-down {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-top: 20px solid #0487cd;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }

  .arrow-down.active {
    border-top: 20px solid #035b89;
  }
}

@media screen and (min-width: 1200px) {
  /*============================= Globals ====================================*/
  body {
    font-size: 16px;
  }

  .h1 {
    font-size: 68px;
  }

  h1,
  h2,
  .h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 36px;
  }

  h5 {
    font-size: 32px;
  }

  h6 {
    font-size: 28px;
  }

  /*============================= Header =====================================*/
  header .logo {
    width: 250px;
  }

  /*============================= Navigation =================================*/
  nav.oc-right {
    font-size: 14px;
  }

  nav.oc-right > ul {
    margin-top: -50px;
  }

  nav.oc-right > ul > li > a {
    padding: 8px 15px 23px;
  }
  nav.oc-right > ul > li:nth-child(n+3):before {
    margin-top: 5px;
    margin-left: -2px;
    -webkit-transform: scale(.2, 2.5);
       -moz-transform: scale(.2, 2.5);
        -ms-transform: scale(.2, 2.5);
         -o-transform: scale(.2, 2.5);
            transform: scale(.2, 2.5);
  }

  nav.oc-right > ul > li > div {
    border-top: 6px solid #0487cd;
  }

  /* Navigation Info */
  nav.oc-right ul.dropdown.container .nav-info {
    padding-left: 10px;
  }

  /*============================= Footer =====================================*/
  footer {
    padding-top: 45px;
  }

  footer .logo {
    margin: 0;
  }

  .col-footer-logo {
    width: 22%;
  }

  .col-footer-nav {
    width: 21%;
  }

  .col-footer-contact {
    width: 24%;
  }

  .col-footer-raq {
    width: 33%;
  }

  footer .copyright {
    margin-top: 0;
  }

  /*============================= Home Page ==================================*/
  .slider .content {
    top: 25%;
  }

  .slider .content .headline {
    font-size: 70px;
  }

  .slider .content hr {
    margin: 15px 0 20px;
  }

  .slider .content .body {
    max-width: 65%;
    font-size: 18px;
  }

  .slider .content .learn-more {
    padding: 8px 18px;
    margin-top: 5px;
    font-size: 18px;
  }

  .blue-wrapper,
  .white-wrapper,
  .dark-blue-wrapper,
  .parallax-wrapper,
  .gutter {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .blue-wrapper .watermark {
    width: 48%;
  }

  .blue-wrapper .learn-more {
    margin-top: 10px;
  }

  .quotes {
    background-size: 10%;
  }

  .slider-wrapper {
    margin-top: 113px;
  }

  /*============================= Interior ===================================*/
  .default .main-content img.pull-right {
    margin: 0 0 20px 40px;
  }

  .default .main-content img.pull-left {
    margin: 0 40px 20px 0;
  }
}

@media screen and (min-width: 1500px) {
  /*============================= Globals ====================================*/
  /*============================= Header =====================================*/
  header {
    height: 135px;
  }

  header.header-bar {
    height: 183px;
  }

  header.header-bar .utility-nav {
    position: absolute;
    left: 0;
    width: 100%;
  }

  header .logo {
    position: absolute;
    left: 60px;
    width: 343px;
  }

  header .container-logo {
    position: static;
  }

  /*============================= Navigation =================================*/
  nav.oc-right ul.dropdown.container .capabilities-absolute-repeatability,
  .capabilities-quality-control,
  .capabilities-engineering-services {
    margin-left: 40px;
  }

  nav.oc-right {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    font-size: 16px;
  }

  nav.utility-nav > ul {
    right: 60px;
  }

  nav.utility-nav .utility-text {
    font-size: 15px;
  }

  nav.oc-right > ul {
    margin: 70px 60px 0 0;
  }

  nav.oc-right > ul > li > a {
    padding: 8px 22px 28px 18px;
  }
  nav.oc-right > ul > li:nth-child(n+3):before {
    margin-top: 5px;
    margin-left: -2px;
    -webkit-transform: scale(.2, 3.5);
       -moz-transform: scale(.2, 3.5);
        -ms-transform: scale(.2, 3.5);
         -o-transform: scale(.2, 3.5);
            transform: scale(.2, 3.5);
  }

  nav.oc-right > ul > li > div {
    padding: 30px 30px 20px;
    border-top: 8px solid #0487cd;
  }

  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/
  .slider .content {
    top: 30%;
  }

  .slider .content .headline {
    font-size: 76px;
  }

  .slider .content .body {
    max-width: 70%;
    font-size: 20px;
  }

  .blue-wrapper,
  .white-wrapper,
  .dark-blue-wrapper,
  .parallax-wrapper,
  .gutter {
    padding: 80px 0;
  }

  .blue-wrapper .watermark {
    width: 43%;
  }

  .slider-wrapper {
    margin-top: 0;
  }

  /*============================= Interior ===================================*/
}

@media screen and (min-width: 1920px) {
  /*============================= Globals ====================================*/
  /*============================= Header =====================================*/
  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/
  .slider .slick-slide img {
    width: 100%;
  }

  /*============================= Interior ===================================*/
}
