/*
      ___        ___      ___        ___
     /\__\      /\  \    /\  \      /\  \
    /::|  |    /::\  \   \:\  \    /::\  \
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .co.nz
       /:/  /\:\ \:\__\/:/  /        \::/  /
      /:/  /  \:\ \/__/\/__/         /:/  /
     /:/  /    \:\__\               /:/  /
     \/__/      \/__/               \/__/


Theme Name: Kea Aerospace
Description:
Version: 1
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/
/*========== Variables ============*/
.bg-primary {
  background-color: #0091ff !important;
}
.bg-secondary {
  background-color: #0099ff !important;
}
.bg-black {
  background-color: #000;
}
.bg-fade {
  background: #0099ff;
  background: linear-gradient(180deg, #0099ff 0%, #78c1ff 100%);
}
/*============Sticky Footer============*/
html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  height: 100%;
  min-height: 100%;
  height: auto!important;
  display: flex;
  flex-direction: column;
  position: relative;
}
#wrap {
  flex: 1 0 0;
  -ms-flex: 1 0 0;
  position: relative;
  right: 0;
  -webkit-transition: right .5s;
  -moz-transition: right .5s;
  -o-transition: right .5s;
  transition: right .5s;
}
.clear {
  clear: both;
}
#break .break-inner {
  border-bottom: 1px solid #999999;
}
.spacing {
  padding-bottom: 75px;
}
.padded {
  padding: 75px 0px;
}
.padded-top {
  padding-top: 75px;
}
.padded-bottom {
  padding-bottom: 75px;
}
.intro {
  padding-bottom: 35px;
}
.section-heading {
  padding-bottom: 35px;
}
.section-heading h1,
.section-heading h2,
.section-heading h3,
.section-heading h4,
.section-heading h5 {
  margin: 0 0;
}
img {
  max-width: 100%;
  height: auto;
}
.alignright,
img.alignright {
  float: right;
  margin: 0 0 15px 30px;
}
img.alignleft,
.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
* {
  outline: none!important;
}
/*==========Fonts & Headings===========*/
body {
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}
h1 {
  font-weight: 600;
  font-size: 50px;
  font-size: 5rem;
  margin: 0 0 20px 0;
}
h2 {
  font-weight: 600;
  font-size: 38px;
  font-size: 3.8rem;
  margin: 0 0 20px 0;
}
h3 {
  font-weight: 600;
  font-size: 32px;
  font-size: 3.2rem;
  margin: 0 0 20px 0;
}
h4 {
  font-weight: 600;
  font-size: 28px;
  font-size: 2.8rem;
  margin: 0 0 20px 0;
}
h5 {
  font-weight: 600;
  color: #0091ff;
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0 0 20px 0;
}
p {
  margin: 0 0 20px 0;
}
ol,
ul {
  margin: 0 0 20px 0;
}
strong {
  font-weight: bold;
}
a {
  color: #0091ff;
  text-decoration: underline;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
a:visited,
a:hover,
a:active {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  text-decoration: underline;
  color: #0091ff;
}
.btn-holder {
  margin: 11px 0px;
}
.btn-default {
  color: #fff !important;
  transition: 0s;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #0091ff;
  border: 1px solid #0091ff;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 0px;
}
.btn-default .fa-long-arrow-right {
  margin-left: 10px;
}
.btn-default:hover {
  text-decoration: none;
  background-color: #000;
  border-color: #000;
  color: #fff;
  transition: 0s;
}
/* Mobile Nav
==============================*/
#mobileNav {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: -100%;
  background-color: #0091ff;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#mobileNav .navToggle {
  margin-right: 0px;
}
#mobileNav.menuOpen {
  right: 0;
}
#mobileNav .mobileNav-header {
  padding: 10px 15px;
  text-align: right;
  line-height: 1;
  background-color: #fff;
}
#mobileNav .mobileNav-header .navToggle {
  float: unset;
}
#mobileNav .mobileNav-header .navToggle i {
  font-weight: 400;
  color: #0091ff;
  font-size: 30px;
}
#mobileNav .mobileNav-header .navToggle svg {
  font-weight: 400;
  color: #0091ff;
  font-size: 30px;
}
#mobileNav .mobileNav-header a {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
}
#mobileNav .mobile-main-menu ul#menu-utility-menu li:first-of-type,
#mobileNav .mobile-util-menu ul#menu-utility-menu li:first-of-type {
  border-top: 0px!important;
}
#mobileNav .mobile-main-menu ul,
#mobileNav .mobile-util-menu ul {
  margin: 0px;
  padding: 0px;
  position: relative;
}
#mobileNav .mobile-main-menu ul li:first-of-type,
#mobileNav .mobile-util-menu ul li:first-of-type {
  border-top: 2px solid #fff;
}
#mobileNav .mobile-main-menu ul li:last-of-type,
#mobileNav .mobile-util-menu ul li:last-of-type {
  border-bottom-color: #fff;
}
#mobileNav .mobile-main-menu ul li,
#mobileNav .mobile-util-menu ul li {
  position: relative;
  list-style-type: none;
  border-bottom: 2px solid #fff;
}
#mobileNav .mobile-main-menu ul li a,
#mobileNav .mobile-util-menu ul li a {
  font-family: 'Spartan', sans-serif;
  background-color: #0091ff;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  padding: 15px 15px;
  display: block;
  transition: 0s;
  font-weight: 600;
  text-decoration: none;
}
#mobileNav .mobile-main-menu ul li a i,
#mobileNav .mobile-util-menu ul li a i {
  display: none;
}
#mobileNav .mobile-main-menu ul li a svg,
#mobileNav .mobile-util-menu ul li a svg {
  display: none;
}
#mobileNav .mobile-main-menu ul li:hover a,
#mobileNav .mobile-util-menu ul li:hover a {
  color: #fff;
  background-color: #000;
  transition: 0s;
}
#mobileNav .mobile-main-menu ul li:hover ul.sub-menu li a,
#mobileNav .mobile-util-menu ul li:hover ul.sub-menu li a {
  color: #fff;
  transition: 0s;
  background-color: #0091ff !important;
}
#mobileNav .mobile-main-menu ul li:hover ul.sub-menu li:hover a,
#mobileNav .mobile-util-menu ul li:hover ul.sub-menu li:hover a {
  transition: 0s;
  color: #fff;
  background-color: #000 !important;
}
#mobileNav .mobile-main-menu ul li:hover ul.sub-menu li.current-menu-item a,
#mobileNav .mobile-util-menu ul li:hover ul.sub-menu li.current-menu-item a {
  transition: 0s;
  color: #fff;
  background-color: #000 !important;
}
#mobileNav .mobile-main-menu ul li.current-menu-item a,
#mobileNav .mobile-util-menu ul li.current-menu-item a {
  background-color: #000;
  color: #fff;
  transition: 0s;
}
#mobileNav .mobile-main-menu ul li.current-menu-item ul.sub-menu li a,
#mobileNav .mobile-util-menu ul li.current-menu-item ul.sub-menu li a {
  color: #fff;
  transition: 0s;
  background-color: #0091ff !important;
}
#mobileNav .mobile-main-menu ul li.current-menu-item ul.sub-menu li:hover a,
#mobileNav .mobile-util-menu ul li.current-menu-item ul.sub-menu li:hover a {
  transition: 0s;
  color: #fff;
  background-color: #000 !important;
}
#mobileNav .mobile-main-menu ul li.current-menu-item ul.sub-menu li.current-menu-item a,
#mobileNav .mobile-util-menu ul li.current-menu-item ul.sub-menu li.current-menu-item a {
  transition: 0s;
  color: #fff;
  background-color: #000 !important;
}
#mobileNav .mobile-main-menu ul .menu-drop,
#mobileNav .mobile-util-menu ul .menu-drop {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  color: #0091ff;
  height: 52px;
  width: 52px;
  text-align: center;
  line-height: 52px;
}
#mobileNav .mobile-main-menu ul .menu-drop.sub-menu-active i,
#mobileNav .mobile-util-menu ul .menu-drop.sub-menu-active i {
  transform: rotate(180deg);
}
#mobileNav .mobile-main-menu ul .sub-menu,
#mobileNav .mobile-util-menu ul .sub-menu {
  max-width: unset;
  margin: 0 auto;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  display: none;
  background-color: #d7d7d7;
}
#mobileNav .mobile-main-menu ul .sub-menu li a,
#mobileNav .mobile-util-menu ul .sub-menu li a {
  padding-left: 15px;
}
#mobileNav .mobile-main-menu ul .sub-menu li:last-of-type,
#mobileNav .mobile-util-menu ul .sub-menu li:last-of-type {
  border-bottom: none!important;
}
#mobileNav .mobile-main-menu ul .sub-menu li:first-of-type,
#mobileNav .mobile-util-menu ul .sub-menu li:first-of-type {
  border-top: 2px solid #fff;
}
#mobileNav .mobile-main-menu ul .sub-menu .sub-menu,
#mobileNav .mobile-util-menu ul .sub-menu .sub-menu {
  max-width: unset;
  margin: 0 auto;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  display: none;
  background-color: #ebebeb;
}
#mobileNav .mobile-main-menu ul .sub-menu .sub-menu li a,
#mobileNav .mobile-util-menu ul .sub-menu .sub-menu li a {
  padding-left: 15px;
}
#mobileNav .mobile-main-menu ul .sub-menu .sub-menu li:last-of-type,
#mobileNav .mobile-util-menu ul .sub-menu .sub-menu li:last-of-type {
  border-bottom: none!important;
}
#mobileNav .mobile-main-menu ul .sub-menu .sub-menu li:first-of-type,
#mobileNav .mobile-util-menu ul .sub-menu .sub-menu li:first-of-type {
  border-top: 2px solid #fff;
}
#mobileNav .mobileNav-header {
  background-color: #fff;
}
#mobileNav .mobileNav-header .fa-times {
  float: left;
}
.navToggle {
  float: right;
  padding-top: 0px;
}
.navToggle .fa-bars {
  color: #0091ff;
  font-size: 40px;
  font-size: 4rem;
  margin-top: 27.5px;
  font-weight: 400;
}
#wrap.menuOpenWrap {
  right: 50%;
  pointer-events: none;
}
footer.menuOpenWrap {
  right: 50%;
  position: relative;
  pointer-events: none;
}
.mobileNav-overlay.menuOpen {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  #mobileNav {
    width: 100%;
    right: -100%;
  }
  #wrap.menuOpenWrap {
    right: 100%;
  }
  footer.menuOpenWrap {
    right: 100%;
  }
}
/* Header
==============================*/
header .header-inner {
  padding: 30px 0;
}
/* Nav
==============================*/
nav.main-menu ul {
  padding: 0;
  margin-top: 20px;
  display: inline-block;
  position: relative;
}
nav.main-menu ul li {
  display: inline-block;
  padding: 0 0 0 10px;
  margin: 0;
  position: relative;
}
nav.main-menu ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  transition: 0s;
  text-decoration: none;
}
nav.main-menu ul li:hover a {
  transition: 0s;
  color: #0091ff;
}
nav.main-menu ul li.current-menu-item a {
  transition: 0s;
  color: #0091ff;
}
nav.main-menu ul li.menu-btn a {
  color: #fff;
  transition: 0s;
  background-color: transparent;
  border: 2px solid #0091ff;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
}
nav.main-menu ul li.menu-btn a:hover {
  text-decoration: none;
  background-color: #0091ff;
  border-color: #0091ff;
  color: #fff;
  transition: 0s;
}
nav.main-menu ul li.menu-btn.current-menu-item a {
  text-decoration: none;
  background-color: #0091ff;
  border-color: #0091ff;
  color: #fff;
  transition: 0s;
}
nav.main-menu ul li.menu-btn-alt {
  padding: 0 0 0 10px;
}
nav.main-menu ul li.menu-btn-alt a {
  color: #fff;
  transition: 0s;
  background-color: transparent;
  border: 2px solid #0091ff;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
}
nav.main-menu ul li.menu-btn-alt a:hover {
  text-decoration: none;
  background-color: #0091ff;
  border-color: #0091ff;
  color: #fff;
  transition: 0s;
}
nav.main-menu ul li.menu-btn-alt.current-menu-item a {
  text-decoration: none;
  background-color: #0091ff;
  border-color: #0091ff;
  color: #fff;
  transition: 0s;
}
nav.main-menu ul .sub-menu-wrap {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 100%;
  left: 0;
  z-index: 99999;
  text-align: left;
  overflow: hidden;
  padding: 0;
}
/* Layouts
==============================*/
.vid-banner {
  overflow: hidden;
  width: 100%;
  height: 600px;
  position: relative;
  border-bottom: 10px solid #0091ff;
}
.vid-banner #background {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}
.vid-banner .bottom {
  bottom: 0;
  width: 100%;
  position: absolute;
}
.vid-banner .bottom .carousel-control-next,
.vid-banner .bottom .carousel-control-prev {
  text-decoration: none;
  opacity: 1!important;
}
.vid-banner .bottom .carousel-control-next i,
.vid-banner .bottom .carousel-control-prev i,
.vid-banner .bottom .carousel-control-next svg,
.vid-banner .bottom .carousel-control-prev svg {
  font-size: 20px;
  font-size: 2rem;
}
.vid-banner .bottom #carouselExampleFade {
  padding: 5px 0;
  background-color: rgba(255, 255, 255, 0.25);
}
.vid-banner .bottom #carouselExampleFade .graphic img {
  display: block;
  margin: 0 auto;
}
#introduction-alt .content-inner {
  border-bottom: 1px solid #999999;
}
#introduction-alt .content-inner .row .introduction-col .introduction-col-inner .subheading p {
  color: #0091ff;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0px;
  font-size: 18px;
  font-size: 1.8rem;
}
#sc-graphic .sc-graphic-inner .graphic {
  margin-top: 15px;
}
#sc-graphic .sc-graphic-inner .graphic .row .graphic-col .graphic-col-left .graphic-col-inner,
#sc-graphic .sc-graphic-inner .graphic .row .graphic-col .graphic-col-right .graphic-col-inner {
  margin-top: 10px;
}
#sc-graphic .sc-graphic-inner .graphic .row .graphic-col .graphic-col-inner .spec-box:last-of-type .spec-box-inner {
  border-bottom: 0px;
}
#sc-graphic .sc-graphic-inner .graphic .row .graphic-col .graphic-col-inner .spec-box.spec-box-switch .spec-box-inner .row .spec-box-col .icon img {
  top: 20px;
  left: unset;
  right: 0px;
}
#sc-graphic .sc-graphic-inner .graphic .row .graphic-col .graphic-col-inner .spec-box.spec-box-switch .spec-box-inner .row .spec-box-col .data {
  padding-right: 15px;
  margin-right: 100px;
  padding-left: 0px;
  margin-left: 0px;
}
#sc-graphic .sc-graphic-inner .graphic .row .graphic-col .graphic-col-inner .spec-box .spec-box-inner {
  border-bottom: 1px solid #fff;
  position: relative;
  padding: 20px 0px;
}
#sc-graphic .sc-graphic-inner .graphic .row .graphic-col .graphic-col-inner .spec-box .spec-box-inner .row .spec-box-col .icon img {
  top: 20px;
  left: 0px;
  max-width: 75px;
  position: absolute;
}
#sc-graphic .sc-graphic-inner .graphic .row .graphic-col .graphic-col-inner .spec-box .spec-box-inner .row .spec-box-col .data {
  padding-left: 15px;
  margin-left: 100px;
}
#sc-graphic .sc-graphic-inner .graphic .row .graphic-col .graphic-col-inner .spec-box .spec-box-inner .row .spec-box-col .data .heading p {
  color: #fff;
  font-weight: 600;
  margin: 0 0 5px 0;
  font-size: 20px;
  font-size: 2rem;
}
#introduction .content-inner .row .introduction-col .introduction-col-inner .subheading h5 {
  color: #000;
  line-height: 1.4;
  margin-bottom: 0px;
}
#introduction .content-inner .row .introduction-col .introduction-col-inner .embedded {
  margin-top: 15px;
}
body.error404 {
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
}
body.error404 header {
  background-color: transparent!important;
}
body.error404 header nav.main-menu {
  display: none!important;
}
body.error404 header .navToggle {
  display: none!important;
}
#four-four .content-inner .row .content-col .content-col-inner.error-inner {
  border-top: 0px!important;
}
#four-four .content-inner .row .content-col .content-col-inner.error-inner .heading h1 {
  line-height: 1;
  font-size: 300px;
  font-size: 30rem;
  color: #fff;
}
#four-four .content-inner .row .content-col .content-col-inner.error-inner .heading h1 img#astronaut {
  left: 0;
  right: 0;
  top: -25px;
  right: -75px;
  width: 275px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}
#four-four .content-inner .row .content-col .content-col-inner.error-inner .subheading h3 {
  margin: 0 0 35px 0;
  font-size: 25px;
  font-size: 2.5em;
  color: #fff;
}
#four-four .content-inner .row .content-col .content-col-inner.error-inner .body p {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
}
#four-four .content-inner .row .content-col .content-col-inner.error-inner .countdown {
  display: inline-block;
  padding: 15px 15px;
  border: 1px solid #fff;
}
#four-four .content-inner .row .content-col .content-col-inner.error-inner .countdown p {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0px 0px;
  text-align: left;
}
#four-four .content-inner .row .content-col .content-col-inner.error-inner .btn-holder {
  padding-top: 15px;
}
#four-four .content-inner .row .content-col .content-col-inner.error-inner .btn-holder a.btn-default {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
}
#four-four .content-inner .row .content-col .content-col-inner.error-inner .btn-holder a.btn-default:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000 !important;
}
#content .content-inner .row .content-col .content-col-inner.error-inner {
  border-top: 0px!important;
}
#content .content-inner .row .content-col .content-col-inner.error-inner .heading h1 {
  line-height: 1;
  font-size: 200px;
  font-size: 20rem;
  color: #0091ff;
}
#content .content-inner .row .content-col .content-col-inner.error-inner .subheading h3 {
  margin: 0 0 35px 0;
  font-size: 60px;
  font-size: 6rem;
}
#content .content-inner .row .content-col .content-col-inner.error-inner .body p {
  font-size: 24px;
  font-size: 2.4rem;
}
#content .content-inner .row .content-col .content-col-inner.error-inner .btn-holder a.btn-default {
  font-size: 30px;
  font-size: 3rem;
  text-transform: uppercase;
}
#content .content-inner .row .content-col .content-col-inner {
  padding: 35px 0;
  border-top: 1px solid #999999;
}
#content .content-inner .row .content-col .content-col-inner .market-segments .market-segment {
  margin-top: 30px;
}
#content .content-inner .row .content-col .content-col-inner .market-segments .market-segment .heading h5 {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 5px 0;
}
#content .content-inner .row .content-col .content-col-inner .market-segments .market-segment .stats .stat {
  padding: 10px 0px 30px 0px;
  border-bottom: 1px solid #999999;
}
#content .content-inner .row .content-col .content-col-inner .market-segments .market-segment .stats .stat .label p {
  margin: 0 0 5px 0;
}
#content .content-inner .row .content-col .content-col-inner .market-segments .market-segment .stats .stat .description h5 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0;
}
#content .content-inner .row .content-col .content-col-inner .market-segments .market-segment .stats .stat:first-of-type {
  border-top: 1px solid #999999;
}
#content .content-inner .row .content-col .content-col-inner .link-segments .link-segment ul {
  list-style: none;
  padding-left: 0px;
  margin: 0 0 30px 0;
}
#content .content-inner .row .content-col .content-col-inner .link-segments .link-segment ul li {
  color: #0091ff;
  font-weight: 600;
  padding-left: 35px;
  position: relative;
  padding-bottom: 5px;
}
#content .content-inner .row .content-col .content-col-inner .link-segments .link-segment ul li a {
  font-weight: 600;
  text-decoration: none;
}
#content .content-inner .row .content-col .content-col-inner .link-segments .link-segment ul li a .fa-long-arrow-right {
  left: 0;
  top: 4px;
  position: absolute;
}
#content .content-inner .row .content-col .content-col-inner .link-segments .link-segment ul li .fa-long-arrow-right {
  left: 0;
  top: 4px;
  position: absolute;
}
#content .content-inner .row .content-col .content-col-inner .link-segments .link-segment:last-of-type ul {
  margin: 0 0!important;
}
#content .content-inner .row .content-col .content-col-inner .btn-holder {
  padding-top: 30px;
}
#links .links-inner .row .links-col .links-col-inner ul {
  list-style: none;
  padding-left: 0px;
  margin: 0px 0px;
}
#links .links-inner .row .links-col .links-col-inner ul li {
  padding-left: 35px;
  position: relative;
  padding-bottom: 5px;
}
#links .links-inner .row .links-col .links-col-inner ul li a {
  font-weight: 600;
  text-decoration: underline;
}
#links .links-inner .row .links-col .links-col-inner ul li a .fa-long-arrow-right {
  left: 0;
  top: 4px;
  position: absolute;
}
#team-boxes .team-boxes-inner .row .team-box .team-box-inner {
  position: relative;
}
#team-boxes .team-boxes-inner .row .team-box .team-box-inner .icon a {
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  transition: 0s;
  border-radius: 50%;
  position: absolute;
  background-color: #000;
}
#team-boxes .team-boxes-inner .row .team-box .team-box-inner .icon a .fa-linkedin-in {
  color: #fff;
  font-size: 2rem;
  font-size: 20px;
  margin-left: 12px;
  margin-top: 10px;
}
#team-boxes .team-boxes-inner .row .team-box .team-box-inner .icon a:hover {
  transition: 0s;
  background-color: #0091ff;
}
#team-boxes .team-boxes-inner .row .team-box .team-box-inner .heading h4 {
  margin: 0 0 5px 0;
}
#team-boxes .team-boxes-inner .row .team-box .team-box-inner .image img {
  margin-bottom: 30px;
}
#team-boxes .team-boxes-inner .row .team-box .team-box-inner .links ul {
  list-style: none;
  padding-left: 0px;
}
#team-boxes .team-boxes-inner .row .team-box .team-box-inner .links ul li {
  padding-left: 35px;
  position: relative;
  padding-bottom: 5px;
}
#team-boxes .team-boxes-inner .row .team-box .team-box-inner .links ul li .fa-long-arrow-right {
  left: 0;
  top: 4px;
  color: #0091ff;
  position: absolute;
}
#spec-boxes .spec-boxes-inner .spec-section {
  padding-bottom: 35px;
}
#spec-boxes .spec-boxes-inner .spec-section:last-of-type {
  padding-bottom: 0px;
}
#spec-boxes .spec-boxes-inner .row .spec-box .spec-box-inner {
  position: relative;
  padding: 20px 15px;
}
#spec-boxes .spec-boxes-inner .row .spec-box .spec-box-inner .row {
  margin: 0px 0px;
}
#spec-boxes .spec-boxes-inner .row .spec-box .spec-box-inner .row .spec-box-col {
  position: relative;
}
#spec-boxes .spec-boxes-inner .row .spec-box .spec-box-inner .row .spec-box-col .icon {
  top: 50%;
  max-width: 50px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
#spec-boxes .spec-boxes-inner .row .spec-box .spec-box-inner .row .spec-box-col .data .heading p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  margin: 0 0 5px 0;
}
#spec-boxes .spec-boxes-inner .row .spec-box .spec-box-inner .row .spec-box-col .data .stats h3 {
  color: #fff;
  margin: 0 0;
}
#spec-boxes .spec-boxes-inner .row .spec-box .spec-box-inner .row .spec-box-col.spec-box-col-data {
  border-left: 1px solid #fff;
}
#image-boxes .image-boxes-inner .row .image-box .image-box-inner a {
  text-decoration: none;
}
#image-boxes .image-boxes-inner .row .image-box .image-box-inner img {
  margin-bottom: 15px;
}
#image-boxes .image-boxes-inner .row .image-box .image-box-inner .heading h5 {
  color: #000;
}
#data-boxes .data-boxes-inner .row .data-box .data-box-header {
  padding: 20px 20px;
  position: relative;
  margin-bottom: 5px;
}
#data-boxes .data-boxes-inner .row .data-box .data-box-header h3 {
  margin: 0 0;
  padding-left: 65px;
}
#data-boxes .data-boxes-inner .row .data-box .data-box-header h3 .icon img {
  top: 10px;
  left: 20px;
  max-height: 55px;
  position: absolute;
}
#data-boxes .data-boxes-inner .row .data-box .data-box-header h3 .heading h4 {
  color: #fff;
  margin: 0 0;
}
#data-boxes .data-boxes-inner .row .data-box .data-box-main {
  padding: 20px 20px;
  position: relative;
}
#data-boxes .data-boxes-inner .row .data-box .data-box-main .subheading p {
  color: #fff;
  font-weight: 600;
}
#data-boxes .data-boxes-inner .row .data-box .data-box-main .body p:last-of-type {
  margin-bottom: 0px;
}
#timeline .timeline-inner .row .milestone-box {
  width: 100%;
}
#timeline .timeline-inner .row .milestone-box .milestone-box-inner .row {
  margin: 0px 0px;
}
#timeline .timeline-inner .row .milestone-box .milestone-box-inner .row .milestone-box-col .milestone-box-col-inner {
  padding: 35px 0;
  border-top: 1px solid #999999;
}
#timeline .timeline-inner .row .milestone-box .milestone-box-inner .row .milestone-box-col .milestone-box-col-inner .heading h4 {
  margin: 0 0 5px 0;
}
#timeline .timeline-inner .row .milestone-box .milestone-box-inner .row .milestone-box-col .milestone-box-col-inner .body p:last-of-type {
  margin-bottom: 0px;
}
#cta {
  background-size: cover !important;
  background-position: top center !important;
  position: relative;
}
#cta .cta-inner {
  padding: 75px 0 250px 0;
}
#cta .cta-inner .icon img {
  margin-bottom: 30px;
}
#cta .cta-inner .preheading h5 {
  margin: 0 0 10px 0;
  font-weight: 400;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
}
#cta .cta-inner .heading h4 {
  margin: 0 0;
  color: #0091ff;
}
.latest-news {
  border-top: 2px solid #999999;
}
.latest-news .section-heading .row .dual-header-col .link a.line-link {
  font-weight: 600;
  font-size: 22px;
  font-size: 2.2rem;
  text-decoration: none;
}
#news-boxes .news-boxes-inner .row .news-box-col .news-box {
  padding: 35px 0 75px 0;
  border-top: 1px solid #999999;
}
#news-boxes .news-boxes-inner .row .news-box-col .news-box a {
  text-decoration: none;
}
#news-boxes .news-boxes-inner .row .news-box-col .news-box a .news-box-inner .image img {
  margin-bottom: 30px;
}
#news-boxes .news-boxes-inner .row .news-box-col .news-box a .news-box-inner .heading h4 {
  color: #000;
}
#news-boxes .news-boxes-inner .row .news-box-col .news-box a .news-box-inner .description p {
  color: #000;
}
#news-boxes .news-boxes-inner .row .news-box-col .news-box a .news-box-inner .date p {
  margin: 0 0 15px 0;
  line-height: 1;
  color: #0091ff;
  font-weight: 600;
}
#partners {
  margin-bottom: 2px;
}
#partners .partners-inner .heading h4 {
  color: #0091ff;
}
#partners .partners-inner .partners-grid .row .partner .partner-inner {
  height: 100%;
  display: flex;
  padding: 15px 15px;
  align-items: center;
}
#partners .partners-inner .partners-grid .row .partner .partner-inner a {
  text-decoration: none;
}
#partners .partners-inner .partners-grid .row .partner .partner-inner a img {
  margin: 0 auto;
  display: block;
}
#page-links .page-links-inner {
  padding: 30px 0;
}
#page-links .page-links-inner form#searchform input {
  padding: 5px 15px!important;
  color: #000;
  border-radius: 0px;
  font-weight: 600;
  border-radius: 50px;
  border: 1px solid #fff !important;
}
#page-links .page-links-inner form#searchform input#button {
  color: #000 !important;
  transition: 0s;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 5px 30px!important;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  margin-left: 5px;
}
#page-links .page-links-inner form#searchform input#button .fa-long-arrow-right {
  margin-left: 10px;
}
#page-links .page-links-inner form#searchform input#button:hover {
  text-decoration: none;
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
  transition: 0s;
}
#page-links .page-links-inner ul {
  margin: 0 0;
  padding: 0 0;
  list-style: none;
}
#page-links .page-links-inner ul li {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 0 20px 0 0;
}
#page-links .page-links-inner ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  transition: 0s;
  font-weight: 600;
  text-decoration: none;
}
#page-links .page-links-inner ul li:hover a {
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  transition: 0s;
}
#page-links .page-links-inner ul li:first-child a {
  padding-bottom: 5px;
}
body.page-id-136 #content .content-inner .row .content-col .content-col-inner .body h4 {
  color: #0091ff !important;
  margin: 0 0 10px 0;
}
body.page-id-136 #content .content-inner .row .content-col .content-col-inner .body h5 {
  font-size: 28px;
  font-size: 2.8rem;
  color: #000 !important;
}
body.page-id-138 #content .content-inner .row .content-col .content-col-inner .body h4 {
  color: #0091ff !important;
  margin: 0 0 10px 0;
}
body.page-id-138 #content .content-inner .row .content-col .content-col-inner .body h5 {
  font-size: 28px;
  font-size: 2.8rem;
  color: #000 !important;
}
.wpforms-form .wpforms-field-label {
  display: none!important;
}
.wpforms-form label.wpforms-error {
  margin-left: 0px;
  margin-top: 5px!important;
  font-weight: 600!important;
  color: #0091ff !important;
}
.wpforms-form .wpforms-field-description {
  display: none!important;
}
.wpforms-form input {
  min-height: 45px!important;
  color: #000;
  border-radius: 0px;
  border: 1px solid #000 !important;
}
.wpforms-form select {
  width: 100% !important;
  border-radius: 0px !important;
  line-height: 1;
  display: block;
  -moz-appearance: none!important;
  -webkit-appearance: none!important;
  appearance: none!important;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E') !important;
  background-repeat: no-repeat, repeat !important;
  background-position: right .7em top 50%, 0 0!important;
  background-size: .65em auto, 100%!important;
  min-height: 45px!important;
  color: #000;
  border: 1px solid #000 !important;
}
.wpforms-form textarea {
  min-height: 45px!important;
  color: #000;
  border-radius: 0px;
  border: 1px solid #000 !important;
}
.wpforms-form .wpforms-submit {
  color: #fff !important;
  transition: 0s!important;
  font-size: 16px!important;
  font-size: 1.6rem!important;
  font-weight: 600!important;
  background-color: #0091ff !important;
  border: 1px solid #0091ff !important;
  padding: 10px 30px!important;
  text-align: center!important;
  text-decoration: none!important;
  border-radius: 0px!important;
}
.wpforms-form .wpforms-submit .fa-long-arrow-right {
  margin-left: 10px!important;
}
.wpforms-form .wpforms-submit:hover {
  text-decoration: none;
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
  transition: 0s!important;
}
.socials {
  display: block;
  margin-top: 10px;
}
.socials span {
  margin-right: 5px;
}
.socials span a {
  text-decoration: none;
}
.socials span a i {
  text-decoration: none;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
}
.socials span a i:hover {
  color: #0091ff;
  transition: 0s;
}
.socials span a svg {
  text-decoration: none;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
}
.socials span a svg:hover {
  color: #0091ff;
  transition: 0s;
}
footer #footer-main .footer-main-inner .row .footer-main-col .menu nav.footer-menu ul {
  padding: 0;
  margin: 0 0;
  display: inline-block;
  position: relative;
}
footer #footer-main .footer-main-inner .row .footer-main-col .menu nav.footer-menu ul li {
  display: inline-block;
  padding: 0 20px 0 0;
  margin: 0;
  position: relative;
}
footer #footer-main .footer-main-inner .row .footer-main-col .menu nav.footer-menu ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  transition: 0s;
  text-decoration: none;
}
footer #footer-main .footer-main-inner .row .footer-main-col .menu nav.footer-menu ul li.footer-home {
  display: inline-block !important;
}
footer #footer-main .footer-main-inner .row .footer-main-col .menu nav.footer-menu ul li:hover a {
  transition: 0s;
  color: #0091ff;
}
footer #footer-main .footer-main-inner .row .footer-main-col .menu nav.footer-menu ul li.current-menu-item a {
  transition: 0s;
  color: #0091ff;
}
footer #footer-main .footer-main-inner .row .footer-main-col .menu nav.footer-menu ul li.menu-btn a {
  display: none!important;
}
footer #footer-main .footer-main-inner .row .footer-main-col .menu nav.footer-menu ul li.menu-btn-alt {
  padding: 0 0 0 10px;
}
footer #footer-main .footer-main-inner .row .footer-main-col .menu nav.footer-menu ul li.menu-btn-alt a {
  display: none!important;
}
footer #footer-main .footer-main-inner .row .footer-main-col .menu nav.footer-menu ul .sub-menu-wrap {
  display: none!important;
}
footer #footer-main .footer-main-inner .row .footer-main-col .menu-buttons nav.footer-alt-menu ul {
  padding: 0;
  margin: 0 0;
  display: inline-block;
  position: relative;
}
footer #footer-main .footer-main-inner .row .footer-main-col .menu-buttons nav.footer-alt-menu ul li {
  margin: 8px;
  display: none!important;
  display: inline-block;
  padding: 0 20px 0 0;
  position: relative;
}
footer #footer-main .footer-main-inner .row .footer-main-col .menu-buttons nav.footer-alt-menu ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  transition: 0s;
  text-decoration: none;
}
footer #footer-main .footer-main-inner .row .footer-main-col .menu-buttons nav.footer-alt-menu ul li.menu-btn {
  padding: 0 0!important;
  display: inline-block !important;
}
footer #footer-main .footer-main-inner .row .footer-main-col .menu-buttons nav.footer-alt-menu ul li.menu-btn a {
  color: #fff;
  transition: 0s;
  background-color: transparent;
  border: 2px solid #0091ff;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
}
footer #footer-main .footer-main-inner .row .footer-main-col .menu-buttons nav.footer-alt-menu ul li.menu-btn a:hover {
  text-decoration: none;
  background-color: #0091ff;
  border-color: #0091ff;
  color: #fff;
  transition: 0s;
}
footer #footer-main .footer-main-inner .row .footer-main-col .menu-buttons nav.footer-alt-menu ul li.menu-btn.current-menu-item a {
  text-decoration: none;
  background-color: #0091ff;
  border-color: #0091ff;
  color: #fff;
  transition: 0s;
}
footer #footer-main .footer-main-inner .row .footer-main-col .menu-buttons nav.footer-alt-menu ul li.menu-btn-alt {
  display: inline-block !important;
  padding: 0 0 0 10px!important;
}
footer #footer-main .footer-main-inner .row .footer-main-col .menu-buttons nav.footer-alt-menu ul li.menu-btn-alt a {
  color: #fff;
  transition: 0s;
  background-color: transparent;
  border: 2px solid #0091ff;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
}
footer #footer-main .footer-main-inner .row .footer-main-col .menu-buttons nav.footer-alt-menu ul li.menu-btn-alt a:hover {
  text-decoration: none;
  background-color: #0091ff;
  border-color: #0091ff;
  color: #fff;
  transition: 0s;
}
footer #footer-main .footer-main-inner .row .footer-main-col .menu-buttons nav.footer-alt-menu ul li.menu-btn-alt.current-menu-item a {
  text-decoration: none;
  background-color: #0091ff;
  border-color: #0091ff;
  color: #fff;
  transition: 0s;
}
footer #footer-main .footer-main-inner .row .footer-main-col .menu-buttons nav.footer-alt-menu ul .sub-menu-wrap {
  display: none!important;
}
footer #footer-bottom .footer-bottom-inner {
  padding: 30px 0;
  border-top: 1px solid #fff;
}
footer #footer-bottom .footer-bottom-inner .row .footer-bottom-col .copy p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  margin: 0 0;
}
footer #footer-bottom .footer-bottom-inner .row .footer-bottom-col .links p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  margin: 0 0;
}
footer #footer-bottom .footer-bottom-inner .row .footer-bottom-col .links p a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
}
footer #footer-bottom .footer-bottom-inner .row .footer-bottom-col .links p a:hover {
  color: #0091ff;
  transition: 0s;
}
@media (max-width: 575px) {
  .navToggle .fa-bars {
    margin-top: 16px;
  }
  .spacing {
    padding-bottom: 50px;
  }
  .padded {
    padding: 50px 0px;
  }
  .padded-top {
    padding-top: 50px;
  }
  .padded-bottom {
    padding-bottom: 50px;
  }
  .intro {
    padding-bottom: 30px;
  }
  h1 {
    font-size: 40px;
    font-size: 4rem;
  }
  h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  h5 {
    font-size: 20px;
    font-size: 2rem;
  }
  #data-boxes .data-boxes-inner .row .data-box {
    margin-bottom: 30px;
  }
  #data-boxes .data-boxes-inner .row .data-box .data-box-header h3 .icon img {
    max-height: 50px;
  }
  #data-boxes .data-boxes-inner .row .data-box:last-of-type {
    margin-bottom: 0px;
  }
  #four-four .content-inner .row .content-col .content-col-inner.error-inner.text-right {
    text-align: left!important;
  }
  #four-four .content-inner .row .content-col .content-col-inner.error-inner.text-right .heading h1 {
    font-size: 150px;
    font-size: 15rem;
  }
  #four-four .content-inner .row .content-col .content-col-inner.error-inner.text-right .heading h1 img#astronaut {
    top: -5px;
    right: 40px;
    width: 125px;
  }
  #page-links .page-links-inner form#searchform input {
    width: 100%;
  }
  #page-links .page-links-inner form#searchform input#button {
    width: 100%;
    display: block;
    margin-top: 5px!important;
  }
  #page-links .page-links-inner ul li:first-child a {
    border-bottom: 0px;
    padding-bottom: 0px;
  }
  #content .content-inner .row .content-col .content-col-inner.error-inner .heading h1 {
    font-size: 150px;
    font-size: 15rem;
  }
  #content .content-inner .row .content-col .content-col-inner.error-inner .subheading h3 {
    font-size: 50px;
    font-size: 5rem;
  }
  #content .content-inner .row .content-col .content-col-inner.error-inner .body p {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #content .content-inner .row .content-col .content-col-inner.error-inner .btn-holder a.btn-default {
    font-size: 25px;
    font-size: 2.5rem;
  }
  #spec-boxes .spec-boxes-inner .row .spec-box .spec-box-inner {
    margin-bottom: 10px;
  }
  #spec-boxes .spec-boxes-inner .row .spec-box:last-of-type .spec-box-inner {
    margin-bottom: 0px;
  }
  #sc-graphic .sc-graphic-inner .graphic .row .graphic-col .graphic-col-inner img {
    width: 400px;
    max-width: 100%;
    margin: 10px 0 30px 0;
  }
  #sc-graphic .sc-graphic-inner .graphic .row .graphic-col .graphic-col-inner .spec-box .spec-box-inner .row {
    margin: 0px 0px;
  }
  #sc-graphic .sc-graphic-inner .graphic .row .graphic-col .graphic-col-inner .spec-box .spec-box-inner .row .spec-box.spec-box-switch .spec-box-inner .row .spec-box-col .data {
    margin-right: 80px;
  }
  #sc-graphic .sc-graphic-inner .graphic .row .graphic-col .graphic-col-inner .spec-box .spec-box-inner .row .spec-box-col .data {
    margin-left: 80px;
  }
  #sc-graphic .sc-graphic-inner .graphic .row .graphic-col .graphic-col-inner .spec-box .spec-box-inner .row .spec-box-col .data .heading p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  footer #footer-main .footer-main-inner .row .footer-main-col .menu-buttons.text-right {
    margin-top: 5px;
    text-align: left!important;
  }
  footer #footer-main .footer-main-inner .row .footer-main-col .menu-buttons.text-right nav.footer-alt-menu ul li.menu-btn {
    display: inline-block !important;
    padding: 0 5px 0 0!important;
  }
  footer #footer-main .footer-main-inner .row .footer-main-col .menu-buttons.text-right nav.footer-alt-menu ul li.menu-btn-alt {
    display: inline-block !important;
    padding: 0 0!important;
  }
  footer #footer-main .footer-main-inner .row .footer-main-col .menu nav.footer-menu ul li {
    display: block;
    padding: 0 0 5px 0;
  }
  footer #footer-bottom .footer-bottom-inner {
    padding: 20px 0;
  }
  footer #footer-bottom .footer-bottom-inner .row .footer-bottom-col .copy p {
    margin-bottom: 5px!important;
  }
  footer #footer-bottom .footer-bottom-inner .row .footer-bottom-col .links.text-right {
    text-align: left!important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .spacing {
    padding-bottom: 50px;
  }
  .padded {
    padding: 50px 0px;
  }
  .padded-top {
    padding-top: 50px;
  }
  .padded-bottom {
    padding-bottom: 50px;
  }
  .intro {
    padding-bottom: 30px;
  }
  h1 {
    font-size: 42px;
    font-size: 4.2rem;
  }
  h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  h5 {
    font-size: 20px;
    font-size: 2rem;
  }
  #data-boxes .data-boxes-inner .row .data-box {
    margin-bottom: 30px;
  }
  #data-boxes .data-boxes-inner .row .data-box .data-box-header h3 .icon img {
    max-height: 50px;
  }
  #data-boxes .data-boxes-inner .row .data-box:last-of-type {
    margin-bottom: 0px;
  }
  #four-four .content-inner .row .content-col .content-col-inner.error-inner.text-right {
    text-align: left!important;
  }
  #four-four .content-inner .row .content-col .content-col-inner.error-inner.text-right .heading h1 {
    font-size: 250px;
    font-size: 25rem;
  }
  #four-four .content-inner .row .content-col .content-col-inner.error-inner.text-right .heading h1 img#astronaut {
    right: -5px;
    width: 225px;
  }
  #page-links .page-links-inner ul li:first-child a {
    border-bottom: 0px;
    padding-bottom: 0px;
  }
  #content .content-inner .row .content-col .content-col-inner.error-inner .heading h1 {
    font-size: 150px;
    font-size: 15rem;
  }
  #content .content-inner .row .content-col .content-col-inner.error-inner .subheading h3 {
    font-size: 50px;
    font-size: 5rem;
  }
  #content .content-inner .row .content-col .content-col-inner.error-inner .body p {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #content .content-inner .row .content-col .content-col-inner.error-inner .btn-holder a.btn-default {
    font-size: 25px;
    font-size: 2.5rem;
  }
  #spec-boxes .spec-boxes-inner .row .spec-box .spec-box-inner {
    margin-bottom: 10px;
  }
  #spec-boxes .spec-boxes-inner .row .spec-box:last-of-type .spec-box-inner {
    margin-bottom: 0px;
  }
  #sc-graphic .sc-graphic-inner .graphic .row .graphic-col .graphic-col-inner img {
    width: 400px;
    max-width: 100%;
    margin: 10px 0 30px 0;
  }
  #sc-graphic .sc-graphic-inner .graphic .row .graphic-col .graphic-col-inner .spec-box .spec-box-inner .row {
    margin: 0px 0px;
  }
  #sc-graphic .sc-graphic-inner .graphic .row .graphic-col .graphic-col-inner .spec-box .spec-box-inner .row .spec-box.spec-box-switch .spec-box-inner .row .spec-box-col .data {
    margin-right: 80px;
  }
  #sc-graphic .sc-graphic-inner .graphic .row .graphic-col .graphic-col-inner .spec-box .spec-box-inner .row .spec-box-col .data {
    margin-left: 80px;
  }
  #sc-graphic .sc-graphic-inner .graphic .row .graphic-col .graphic-col-inner .spec-box .spec-box-inner .row .spec-box-col .data .heading p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  footer #footer-main .footer-main-inner .row .footer-main-col .menu-buttons.text-right {
    margin-top: 5px;
    text-align: left!important;
  }
  footer #footer-main .footer-main-inner .row .footer-main-col .menu-buttons.text-right nav.footer-alt-menu ul li.menu-btn {
    display: inline-block !important;
    padding: 0 5px 0 0!important;
  }
  footer #footer-main .footer-main-inner .row .footer-main-col .menu-buttons.text-right nav.footer-alt-menu ul li.menu-btn-alt {
    display: inline-block !important;
    padding: 0 0!important;
  }
  footer #footer-main .footer-main-inner .row .footer-main-col .menu nav.footer-menu ul li {
    display: block;
    padding: 0 0 5px 0;
  }
  footer #footer-bottom .footer-bottom-inner {
    padding: 20px 0;
  }
  footer #footer-bottom .footer-bottom-inner .row .footer-bottom-col .copy p {
    margin-bottom: 5px!important;
  }
  footer #footer-bottom .footer-bottom-inner .row .footer-bottom-col .links.text-right {
    text-align: left!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .spacing {
    padding-bottom: 50px;
  }
  .padded {
    padding: 50px 0px;
  }
  .padded-top {
    padding-top: 50px;
  }
  .padded-bottom {
    padding-bottom: 50px;
  }
  .intro {
    padding-bottom: 30px;
  }
  h1 {
    font-size: 42px;
    font-size: 4.2rem;
  }
  h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  h5 {
    font-size: 20px;
    font-size: 2rem;
  }
  #data-boxes .data-boxes-inner .row .data-box {
    margin-bottom: 30px;
  }
  #data-boxes .data-boxes-inner .row .data-box .data-box-header h3 .icon img {
    max-height: 50px;
  }
  #data-boxes .data-boxes-inner .row .data-box:last-of-type {
    margin-bottom: 0px;
  }
  #four-four .content-inner .row .content-col .content-col-inner.error-inner.text-right {
    text-align: left!important;
  }
  #four-four .content-inner .row .content-col .content-col-inner.error-inner.text-right .heading h1 img#astronaut {
    right: 70px;
  }
  #page-links .page-links-inner ul li:first-child a {
    border-bottom: 0px;
    padding-bottom: 0px;
  }
  #content .content-inner .row .content-col .content-col-inner.error-inner .heading h1 {
    font-size: 150px;
    font-size: 15rem;
  }
  #content .content-inner .row .content-col .content-col-inner.error-inner .subheading h3 {
    font-size: 50px;
    font-size: 5rem;
  }
  #content .content-inner .row .content-col .content-col-inner.error-inner .body p {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #content .content-inner .row .content-col .content-col-inner.error-inner .btn-holder a.btn-default {
    font-size: 25px;
    font-size: 2.5rem;
  }
  #spec-boxes .spec-boxes-inner .row .spec-box .spec-box-inner {
    margin-bottom: 30px;
  }
  #spec-boxes .spec-boxes-inner .row .spec-box:last-of-type .spec-box-inner {
    margin-bottom: 0px;
  }
  #sc-graphic .sc-graphic-inner .graphic .row .graphic-col .graphic-col-inner img {
    width: 400px;
    max-width: 100%;
    margin: 10px 0 30px 0;
  }
  #sc-graphic .sc-graphic-inner .graphic .row .graphic-col .graphic-col-inner .spec-box .spec-box-inner .row {
    margin: 0px 0px;
  }
  #sc-graphic .sc-graphic-inner .graphic .row .graphic-col .graphic-col-inner .spec-box .spec-box-inner .row .spec-box.spec-box-switch .spec-box-inner .row .spec-box-col .data {
    margin-right: 80px;
  }
  #sc-graphic .sc-graphic-inner .graphic .row .graphic-col .graphic-col-inner .spec-box .spec-box-inner .row .spec-box-col .data {
    margin-left: 80px;
  }
  #sc-graphic .sc-graphic-inner .graphic .row .graphic-col .graphic-col-inner .spec-box .spec-box-inner .row .spec-box-col .data .heading p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  footer #footer-main .footer-main-inner .row .footer-main-col .menu-buttons.text-right {
    margin-top: 5px;
    text-align: left!important;
  }
  footer #footer-main .footer-main-inner .row .footer-main-col .menu-buttons.text-right nav.footer-alt-menu ul li.menu-btn {
    display: inline-block !important;
    padding: 0 5px 0 0!important;
  }
  footer #footer-main .footer-main-inner .row .footer-main-col .menu-buttons.text-right nav.footer-alt-menu ul li.menu-btn-alt {
    display: inline-block !important;
    padding: 0 0!important;
  }
  footer #footer-main .footer-main-inner .row .footer-main-col .menu nav.footer-menu ul li {
    display: block;
    padding: 0 0 5px 0;
  }
  footer #footer-bottom .footer-bottom-inner {
    padding: 20px 0;
  }
  footer #footer-bottom .footer-bottom-inner .row .footer-bottom-col .copy p {
    margin-bottom: 5px!important;
  }
  footer #footer-bottom .footer-bottom-inner .row .footer-bottom-col .links.text-right {
    text-align: left!important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .header-inner .logo img {
    width: 250px;
    max-width: 250px;
  }
  nav.main-menu ul li.menu-btn-alt {
    padding: 0 0 0 5px;
  }
  nav.main-menu ul li {
    padding: 0 0 0 10px;
  }
  #data-boxes .data-boxes-inner .row .data-box {
    margin-bottom: 30px;
  }
  #data-boxes .data-boxes-inner .row .data-box .data-box-header h3 .heading h4 {
    font-size: 20px;
    font-size: 2rem;
  }
  #data-boxes .data-boxes-inner .row .data-box .data-box-header h3 .icon img {
    max-height: 45px;
  }
  #data-boxes .data-boxes-inner .row .data-box:last-of-type {
    margin-bottom: 0px;
  }
  #four-four .content-inner .row .content-col .content-col-inner.error-inner.text-right {
    text-align: left!important;
  }
  #four-four .content-inner .row .content-col .content-col-inner.error-inner.text-right .heading h1 img#astronaut {
    right: 300px;
  }
  #spec-boxes .spec-boxes-inner .row .spec-box .spec-box-inner {
    margin-bottom: 30px;
  }
  #spec-boxes .spec-boxes-inner .row .spec-box:last-of-type .spec-box-inner {
    margin-bottom: 0px;
  }
  .vid-banner .bottom .carousel-control-next,
  .vid-banner .bottom .carousel-control-prev {
    width: 30px;
  }
}
