.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.preserve3d {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.disable-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #333333;
  opacity: 0.3;
}
.overlay-primary:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #0054a6;
  opacity: 0.9;
}
.overlay .container {
  position: relative;
  z-index: 2;
}
.overlay-light-gradient:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #ffffff;
  opacity: 1;
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to right, #ffffff 10%, rgba(125, 185, 232, 0) 100%);
  /* W3C */
}
.highlight p.first {
  font-size: 18px !important;
  line-height: 23px;
  padding-right: 0px!important;
}
.highlight p {
  padding-right: 0px!important;
}
.contact-details .col-4 {
  width: 33.3%;
}

/*!
// 2. Global & Helper Classes
// --------------------------------------------------*/

body {
  background: #FFF;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #777;
  font-size: 14px;
  line-height: 24px;
  min-width: 960px;
  background-color: #535355;
  background-image: url(../img/body-background.jpg);
  background-position: top;
  background-repeat: repeat-x;
}
.main-container,
.footer-container {
  max-width: 100%;
  margin: 0px auto;
  position: relative;
  z-index: 1;
  min-width: 960px;
}
.main-container {
  clear: both;
}
section {
  background: #FFFFFF;
  padding-bottom: 60px;
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}
section:nth-of-type(even) {
  background: #fff;
}
section.fullwidth div[class*='col-'] {
  padding: 0;
}
section.double-pad {
  padding: 160px 0;
}
section.large-pad {
  padding: 120px 0;
}
.no-pad {
  padding: 0;
}
.detail-line {
  width: 30px;
  height: 1px;
  background: #333333;
  margin-bottom: 24px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
div[class*='col-'] div[class*='col-'] {
  padding-left: 0;
}
img {
  max-width: 100%;
}
.duplicatable-content {
  padding: 80px 0 40px 0;
}
.duplicatable-content div[class*='col-'] {
  margin-bottom: 40px;
}
body {
  border-top: 5px solid #6f6f6e;
}
.line {
  height: 1px;
  background-color: #e7e7e7;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
}
.form_error {
  display: block;
  clear: both;
}
#phpfmg_processing {
  display: block;
  clear: both;
}
.credits span {
  font-size: 10px;
}
@media all and (max-width: 767px) {
  br {
    display: none;
  }
}
body.boxed .main-container,
body.boxed .footer-container,
body.boxed nav {
  max-width: 1280px;
}

/*!
// 3. Colors
// --------------------------------------------------*/

.color-love {
  color: #e21a1a !important;
}
.text-white {
  color: #fff !important;
}
.dark-bg {
  background-color: #222 !important;
}

/*!
// 4. Typography
// --------------------------------------------------*/

p {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  margin-bottom: 24px;
}
p.lead {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
p:last-child {
  margin-bottom: 0px;
}
p.super-lead {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #333333;
}
p strong {
  font-weight: 700;
}
@media all and (max-width: 767px) {
  p.super-lead {
    font-size: 18px;
    line-height: 28px;
  }
}
@media all and (max-width: 768px) {
  p.super-lead br {
    display: none;
  }
}
span.title {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 8px;
}
span.sub {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  margin-top: 0px;
}
h1 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 32px;
  font-weight: 300;
}
h2 {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 24px;
}
h3 {
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 24px;
  color: #68adb1;
}
h4 {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
}
h5 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 24px;
  line-height: 28px;
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 24px;
    max-width: 100%;
  }
  h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  h4 {
    font-size: 18px;
    line-height: 26px;
  }
}
.alt-font {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.contrast-h1 {
  color: #bbb !important;
}
.contrast-h1 strong {
  color: #333333 !important;
  font-weight: 300;
}

/*!
// 5. Buttons
// --------------------------------------------------*/

a {
  color: #68adb1;
}
a,
a:hover,
a:visited,
a:active,
a:link,
a:active {
  text-decoration: none;
}
.btn {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  min-width: 170px;
  border: 3px solid;
  padding: 17px 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  border-radius: 0;
  border-color: #0054a6;
  color: #0054a6;
}
.btn:hover {
  color: #fff;
}
@media all and (max-width: 767px) {
  .btn {
    min-width: 0;
    padding: 10px 14px 12px 14px;
    border: 2px solid;
  }
  .btn-filled {
    border-color: #0054a6;
  }
}
.btn-white {
  border-color: #fff;
  color: #fff;
}
.btn-white:hover {
  background: #fff;
  color: #0054a6;
  border-color: #fff;
}
.btn-white.btn-filled {
  background: #fff;
  color: #0054a6;
}
.btn-white.btn-filled:hover {
  background: #0054a6;
  color: #fff;
  border-color: #0054a6;
}
.btn:nth-of-type(even) {
  margin-left: 24px;
}
@media all and (max-width: 767px) {
  .btn:nth-of-type(even) {
    margin-left: 0;
  }
}
.btn-sm {
  max-width: 120px;
  min-width: 0;
  padding: 8px 16px;
  border: 2px solid;
}
.btn-sm.btn-filled {
  border-color: #0054a6;
}
.btn-sm.btn-filled:hover {
  border-color: #fff;
}
.text-link {
  font-weight: 400;
  display: inline-block;
  border-bottom: 2px solid;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  position: relative;
  width: auto;
  color: #0054a6;
  border-color: #0054a6;
}
.text-link.text-white {
  border-color: #fff;
  color: #fff;
}
.text-link.text-white:hover {
  color: #fff;
  border-color: #fff;
}
.text-link .arrow_right {
  width: 17px;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  display: inline-block;
  position: relative;
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 18px;
}
.text-link:hover .arrow_right {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.text-link:hover {
  padding-right: 20px;
  color: #002d5a;
}
.inline-link {
  color: #0054a6;
  font-weight: 700;
}
.inline-linl:hover {
  color: #002d5a;
}

/*!
// 6. Navigation
// --------------------------------------------------*/

nav {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.nav-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media all and (max-width: 767px) {
  .nav-fixed {
    position: absolute;
  }
}
.menu {
  margin: 0;
  display: inline-block;
  float: left;
  width: 100%;
}
nav li {
  float: left;
  padding: 0;
}
.menu li:last-child {
  padding-right: 0;
}
.home-link {
  float: left;
}
.nav-1 {
  background: #FFF;
  background: #FFF;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  max-width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.nav-1 .logo {
  max-height: 55px;
  max-width: 100%;
  margin-right: 64px;
  margin-top: 9px;
}
@media all and (max-width: 1200px) {
  .nav-1 .logo {
    margin-right: 32px;
  }
}
.nav-1 ul li a {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #0054a6;
  display: inline-block;
  margin: 24px 0px 16px 0px;
  color: #32363B;
  font-size: 11px;
  margin: 0;
  padding: 5px 10px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  opacity: 1;
}
.nav-1 ul li a:hover {
  opacity: 0.6;
}
.nav-1 .btn {
  padding: 8px 16px;
  max-width: 120px;
  min-width: 0;
  font-size: 11px;
  float: right;
  position: relative;
  top: 13px;
  opacity: 0.7;
  border: 2px solid;
}
.nav-1 .btn:hover {
  opacity: 1;
  border-color: #fff;
}
.nav-1 .btn:nth-of-type(even) {
  margin-left: 32px;
}
@media all and (max-width: 1200px) {
  .nav-1 .btn {
    display: none;
  }
}
.nav-1 .social-links {
  float: right;
}
.nav-1 .social-links li {
  padding: 20px 0 12px 0;
  margin-right: 24px;
}
.nav-1 .social-links a,
.nav-2 .social-links a {
  color: #fff;
  font-size: 14px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  opacity: 0.4;
}
.nav-1 .social-links a:hover,
.nav-2 .social-links a:hover {
  opacity: 1;
}
.nav-1 ul {
  overflow: hidden;
}
.nav-1 ul li {
  margin-left: -1px;
}
.nav-1 ul:hover {
  overflow: visible;
}
.nav-1 ul > li:hover {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-1 ul ul > li:hover {
  border-left: none;
}
.nav-1 ul ul {
  max-height: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  position: relative;
  overflow: visible;
  opacity: 0;
  max-width: 0;
}
.nav-1 ul ul li {
  float: none;
  border: none;
  padding: 0;
  position: relative;
}
.nav-1 ul ul li:first-child {
  padding: 0;
  border: none;
}
.nav-1 ul ul li a {
  padding: 4px 24px;
}
.nav-1 ul ul li:last-child a {
  padding-bottom: 12px;
}
.nav-1 ul li:hover > ul {
  max-height: 400px;
  opacity: 1;
  visibility: visible;
  max-width: 400px;
}
.nav-1 ul ul ul {
  position: absolute;
  left: 100%;
  top: -4px;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  background: rgba(35, 35, 35, 0.9);
  z-index: 999;
  overflow: hidden;
  padding: 4px 0 0 0;
  min-width: 150px;
  visibility: hidden;
  margin-left: -1px;
}
.nav-1 ul ul ul:hover {
  overflow: hidden;
}
.nav-1 ul ul ul li a {
  padding: 4px 16px;
}
.nav-light ul ul ul {
  background: rgba(255, 255, 255, 0.8);
}
.nav-light ul ul ul li a {
  color: #333333;
}
.nav-1 .social-links a {
  padding: 0;
}
.nav-1 .social-links li {
  border: none !important;
}
.nav-1 .social-links {
  margin-left: 24px;
}
@media all and (max-width: 1200px) {
  .nav-1 .social-links {
    display: none;
  }
}
.has-dropdown-2:before {
  content: "\e684";
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  position: absolute;
  font-size: 20px;
  top: 5px;
  right: 18px;
  cursor: default;
  display: none;
}
.has-dropdown:before {
  content: "\e688";
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  float: right;
  position: relative;
  font-size: 20px;
  right: 18px;
  top: 20px;
}
.has-dropdown a {
  padding-right: 32px !important;
}
.nav-light .has-dropdown:before,
.nav-light .has-dropdown-2:before {
  color: #333333;
}
.nav-light i {
  color: #333333 !important;
}
@media all and (max-width: 1023px) {
  .nav-1 ul ul {
    position: relative;
    left: 16px;
  }
  .nav-1 ul ul ul {
    position: relative;
    left: 24px;
    background: none;
  }
  .has-dropdown:before {
    top: 5px;
  }
}
.mobile-toggle {
  position: absolute;
  right: 32px;
  top: 24px;
  cursor: pointer;
  display: none;
}
.bar-1,
.bar-2,
.bar-3 {
  width: 25px;
  height: 3px;
  background: #333;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.bar-1,
.bar-2,
.bar-3 {
  background: #fff;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.bar-2 {
  position: relative;
  margin-top: 8px;
}
.bar-3 {
  position: relative;
  top: 8px;
  opacity: 0;
}
.mobile-toggle:hover .bar-1 {
  transform: translate3d(0, 2px, 0);
  -webkit-transform: translate3d(0, 2px, 0);
  -moz-transform: translate3d(0, 2px, 0);
}
.mobile-toggle:hover .bar-2 {
  transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px, 0);
  -moz-transform: translate3d(0, -2px, 0);
}
.nav-1.nav-light {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
.nav-light .menu li a {
  color: #333333;
}
.nav-light .menu li,
.nav-light .menu li:first-child,
.nav-light .menu li:last-child {
  border-color: rgba(0, 0, 0, 0.1);
}
.nav-light .social-links a {
  color: #333333;
  opacity: 0.6;
}
.nav-light .bar-1,
.nav-light .bar-2 {
  background: #333333;
}
.nav-3 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 12px 0;
  background: rgba(0, 0, 0, 0.4);
  max-width: 1580px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.nav-3.nav-light {
  background: rgba(255, 255, 255, 0.8);
}
.nav-3 .logo {
  max-height: 30px;
  position: absolute;
}
.nav-3 .menu-toggle {
  float: right;
  top: 9px;
}
.nav-3 .menu-toggle.form-cross {
  z-index: 101;
  top: 14px;
  opacity: 1;
}
.nav-3 .menu-toggle.form-cross:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.fullscreen-container {
  position: fixed;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 100vh, 0);
  -webkit-transform: translate3d(0, 100vh, 0);
  -moz-transform: translate3d(0, 100vh, 0);
  z-index: -1;
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  background: rgba(30, 30, 30, 0.9);
  top: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 1580px;
}
.fullscreen-container .menu {
  float: none;
}
.fullscreen-container .logo {
  max-height: 50px;
  display: block;
  margin: 0 auto;
  margin-bottom: 48px;
  position: relative;
}
.fullscreen-container .menu li {
  padding: 0;
  margin: 0 24px;
}
.fullscreen-container .menu li a {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #0054a6;
  display: inline-block;
  margin: 24px 0px 16px 0px;
  color: #fff;
  font-size: 12px;
  margin: 0;
}
.fullscreen-container .has-dropdown:hover {
  border: none !important;
}
.fullscreen-container .has-dropdown:hover a {
  margin-bottom: 24px;
}
.fullscreen-container .has-dropdown:hover .subnav li {
  height: 32px;
}
.fullscreen-container .subnav li a {
  margin: 0;
  opacity: 0.7;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.fullscreen-container .subnav li a:hover {
  opacity: 1;
}
.fullscreen-container .vertical-align .row {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
}
.vertical-align.show-menu .row {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.bottom-content {
  position: absolute;
  bottom: 32px;
  width: 100%;
}
.bottom-content .social-links {
  margin-bottom: 18px;
}
.bottom-content .social-links li {
  margin-right: 24px;
}
.bottom-content .social-links a {
  opacity: 0.3;
  color: #fff;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.bottom-content .social-links a:hover {
  opacity: 1;
}
.bottom-content span {
  display: block;
  font-size: 12px;
  color: #fff;
  opacity: 0.3;
}
.fullscreen-container.expand {
  z-index: 100;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
@media all and (max-width: 767px) {
  .nav-3 {
    min-height: 60px;
  }
  .nav-3 .logo {
    position: relative;
    float: left;
  }
  .fullscreen-container .logo {
    max-height: 40px;
    margin-bottom: 12px;
    float: none;
  }
  .fullscreen-container .menu li a {
    padding: 6px 0 !important;
  }
  .bottom-content {
    display: none;
  }
  .fullscreen-container .subnav {
    text-align: center;
  }
  .fullscreen-container .subnav li {
    width: 100%;
    margin: 0 auto;
  }
  .fullscreen-container .has-dropdown:hover .subnav li:last-child {
    margin-bottom: 24px;
  }
  .fullscreen-container .has-dropdown:hover a {
    margin-bottom: 12px;
  }
}
.relative-nav {
  position: relative;
  background: #222;
}
.relative-nav.nav-light {
  background: #fff;
}
.relative-nav.scrolled {
  position: fixed;
  top: 0;
}
.nav-functions {
  display: inline-block;
  float: right;
  position: relative;
  top: 19px;
}
.nav-functions i {
  font-size: 20px;
  color: #fff;
}
.nav-3 .nav-functions {
  top: 5px;
  margin-right: 16px;
}
.nav-functions .search-bar {
  float: left;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0.8;
  margin-left: 32px;
}
.nav-functions .search-bar:hover {
  opacity: .9;
}
.nav-functions .search-bar:hover input[type="text"] {
  width: 150px;
  opacity: 1;
}
.search-bar input[type="text"] {
  background: none;
  outline: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  width: 0;
  opacity: 0;
  position: relative;
  left: 30px;
  padding-bottom: 2px;
  top: 0;
}
.search-bar input[type="submit"] {
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.search-bar i {
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  position: relative;
  right: 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nav-light .search-bar input[type="text"] {
  color: #333333 !important;
}
@media all and (max-width: 990px) {
  .nav-functions {
    position: absolute;
    top: 20px;
    right: 93px;
  }
  .nav-3 .nav-functions {
    margin-right: 72px;
  }
}
nav .cart {
  display: inline-block;
  float: right;
  position: relative;
  margin-left: 8px;
}
nav .cart .tag {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #006ed9;
  color: #fff;
  position: absolute;
  top: -8px;
  right: -13px;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
  font-weight: 700;
}
.icon-large {
  font-size: 80px;
  display: inline-block;
}

/*!
// 7. Headers, sliders, dividers
// --------------------------------------------------*/

.background-image-holder,
.foreground-image-holder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
}
.background-image-holder.parallax-background {
  height: 120%;
  top: -5%;
}
.background-image-holder .background-image {
  display: none;
}
.fadeIn {
  opacity: 1 !important;
}
.video-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.video-holder video {
  position: absolute;
  width: 100%;
  height: 150%;
  top: -20%;
  left: 0;
}
@media all and (max-width: 1370px) {
  .video-holder video {
    height: 160%;
    top: -30%;
  }
}
@media all and (max-width: 1260px) {
  .video-holder video {
    height: 170%;
    top: -35%;
    width: 110%;
  }
}
@media all and (max-width: 1130px) {
  .video-holder video {
    height: 200%;
    top: -48%;
    width: 120%;
  }
}
@media all and (max-width: 1000px) {
  .video-holder {
    display: none;
  }
}
.gradient-overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: #0054a6;
  opacity: 0.8;
  z-index: 2;
}
.fullscreen-element {
  height: 100vh !important;
}
.hover-background .background-image-holder,
.hover-background .foreground-image-holder {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  width: 110%;
  height: 110%;
  top: -5%;
  left: 0%;
}
.hover-background .layer-1,
.hover-background .layer-2 {
  right: -10%;
  overflow: visible;
}
.layer-1,
.layer-2 {
  transition: all 2s ease-out;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
}
.hero-slider {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.hero-slider .slides li {
  height: 345px;
  background: #222;
}
.restrict-hero-height {
  max-height: 700px;
}
@media all and (max-width: 767px) {
  .hero-slider .slides li {
    height: 400px;
  }
}
.hero-slider {
  background: #222;
}
.hero-slider .container {
  position: relative;
  z-index: 2;
}
.hero-slider .flex-control-nav {
  bottom: 32px;
  text-align: right;
  padding-right: 64px;
}
.hero-slider .flex-control-nav a {
  width: 8px;
  height: 8px;
  background: none;
  border: 1px solid #fff;
  color: rgba(255, 255, 255, 0);
}
.hero-slider .flex-control-nav a.flex-active {
  background: #fff;
}
.hero-slider h1 {
  font-weight: 300;
}
.hero-slider p.super-lead {
  margin-bottom: 48px;
}
.hero-slider.short-header .slides li {
  height: 450px;
}
@media all and (max-width: 767px) {
  .hero-slider .flex-control-nav {
    display: none;
  }
  .hero-slider.short-header .slides li {
    height: 350px;
  }
}
.hero-slider .alt-font {
  font-size: 64px;
  letter-spacing: 23px;
  margin-right: -23px;
}
.hero-slider .jumbo-h1 {
  font-size: 100px;
  letter-spacing: 10px;
  margin-right: -10px;
  line-height: 116px;
  font-weight: 100;
  max-width: 100%;
}
@media all and (max-width: 767px) {
  .hero-slider .jumbo-h1 {
    font-size: 54px;
    line-height: 64px;
  }
}
.centered-text-slider h1 {
  margin-bottom: 8px;
}
.page-header {
  margin: 0;
  padding: 160px 0;
  border: none;
}
.page-header.short {
  padding: 66.66666667px 0;
}
.page-header .detail-line {
  background: #fff;
  margin-bottom: 24px;
}
.page-header h4 {
  font-weight: 400;
}
.promo-1 {
  padding: 160px 0;
}
.promo-1 .container {
  position: relative;
}
.promo-1 div[class*='col-'] {
  padding: 0;
}
.promo-1 .left-content,
.promo-1 .right-content {
  background: #fff;
  height: 310px;
}
.promo-1 .left-content .vertical-align {
  padding-left: 40px;
}
.promo-1 .right-content {
  background: #0054a6;
  text-align: center;
}
.promo-1 i {
  font-size: 44px;
  color: #333333;
  margin-right: 32px;
  margin-bottom: 24px;
  opacity: 0.5;
}
.promo-1 h4 {
  margin-bottom: 16px;
}
.promo-1 .sub {
  color: #73baff;
  display: block;
  margin-bottom: 32px;
}
.promo-image-holder {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
@media all and (max-width: 767px) {
  .promo-1 {
    padding: 0;
  }
}
.testimonials {
  padding: 120px 0;
  background: #0054a6 !important;
}
.testimonials p {
  opacity: .95;
}
.testimonials .alt-font {
  font-size: 12px;
  color: #fff;
  opacity: .95;
}
.testimonials .flex-control-nav {
  bottom: 48px;
}
.testimonials .flex-control-nav li {
  margin: 0 8px;
}
.testimonials .flex-control-nav a {
  width: 12px;
  height: 12px;
  background: none;
  border: 1px solid #006ed9;
}
.testimonials .flex-control-nav a.flex-active {
  background: #006ed9;
}
.testimonials .flex-control-nav a:hover {
  background: #006ed9;
}
@media all and (max-width: 767px) {
  .testimonials {
    padding: 80px 0;
  }
}
.text-divider {
  padding: 200px 0;
}
.text-divider .alt-font {
  font-size: 12px;
  margin-bottom: 24px;
  display: inline-block;
}
.text-divider .text-link {
  font-size: 16px;
}
.signup-divider {
  padding: 240px 0;
}
.signup-divider h1 {
  font-weight: 300;
}
.signup-divider h2 {
  margin-bottom: 48px;
}
.signup-divider input[type="submit"] {
  margin: 0;
  position: relative;
  right: 4px;
  bottom: 1px;
}
.signup-divider input[type="text"] {
  min-width: 300px;
  padding: 16px 0px 17px 16px;
  min-height: 57px;
}
.signup-divider .alert {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 24px;
  display: none;
}
.signup-divider span {
  font-size: 13px;
  display: inline-block;
  margin-top: 16px;
  opacity: 0.9;
}
@media all and (max-width: 767px) {
  .signup-divider {
    padding: 160px 0;
  }
  .signup-divider input[type="text"] {
    min-width: 100%;
    margin-bottom: 16px;
  }
}
.signup-divider.short {
  padding: 160px 0;
}
.signup-divider.short h2 {
  margin-bottom: 18px;
}
.signup-divider.short p.lead {
  margin-bottom: 32px;
}
.signup-divider.short .uppercase {
  margin-top: 0;
}
.stats-large {
  padding: 160px 0px 80px 0px;
}
.stats-large .stat {
  margin-bottom: 80px;
  cursor: default;
}
.stats-large .number {
  font-size: 80px;
  display: inline-block;
  line-height: 88px;
  font-weight: 300;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.stats-large h2 {
  margin-bottom: 16px;
}
.stats-large .stat:hover .number {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
}
.title-text-divider {
  padding: 160px 0;
}
.title-text-divider h2 {
  font-size: 40px;
  line-height: 48px;
  color: #0054a6;
  margin-bottom: 16px;
}
.title-text-divider h4 {
  color: #006ed9;
  font-weight: 300;
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .title-text-divider h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
.device-divider-1 {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.device-divider-1 img {
  position: relative;
  max-width: 390px;
  top: 80px;
}
.device-divider-1 h2 {
  color: #0054a6;
}
.device-divider-1 .text-link {
  margin-right: 32px;
}
.device-divider-1 .row {
  positon: relative;
  height: 500px;
  overflow: hidden;
}
@media all and (max-width: 990px) {
  .device-divider-1 img {
    max-width: 100%;
  }
}
@media all and (max-width: 768px) {
  .device-divider-1 {
    padding-top: 80px;
  }
  .device-divider-1 .row {
    height: auto;
  }
  .device-divider-1 .row div[class*='col-']:nth-child(2) {
    height: 350px;
    overflow: hidden;
  }
  .device-divider-1 .row div[class*='col-']:nth-child(2) img {
    top: 0;
    margin-top: 32px;
  }
  .device-divider-1 .vertical-align {
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.text-hero {
  padding: 160px 0;
}
.text-hero h1 {
  color: #0054a6;
  font-size: 64px;
  line-height: 72px;
  font-weight: 300;
}
.text-hero p {
  opacity: 0.8;
}
@media all and (max-width: 1024px) {
  .text-hero br {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .text-hero h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
.text-hero-2 h1 {
  margin-bottom: 64px;
}
.text-hero-2 p.super-lead {
  font-weight: 400;
  font-size: 22px;
  line-height: 40px;
}
@media all and (max-width: 767px) {
  .text-hero-2 h1 {
    margin-bottom: 24px;
  }
  .text-hero-2 p.super-lead {
    font-size: 16px;
    line-height: 28px;
  }
}
.image-tile {
  padding: 48px 0;
  text-align: center;
}
.image-tile h2 {
  font-size: 28px;
  margin-bottom: 0px;
  line-height: 32px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.image-tile .content {
  position: relative;
  z-index: 3;
}
.image-tile p {
  opacity: 0.8;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.image-tile:hover h2 {
  transform: translate3d(0px, -5px, 0px);
  -webkit-transform: translate3d(0px, -5px, 0px);
  -moz-transform: translate3d(0px, -5px, 0px);
}
.image-tile:hover p {
  transform: translate3d(0px, 5px, 0px);
  -webkit-transform: translate3d(0px, 5px, 0px);
  -moz-transform: translate3d(0px, 5px, 0px);
  opacity: 1;
}
.dark-action {
  padding: 160px 0;
}
.dark-action .inline-link {
  color: #fff;
}
.dark-action h2 {
  margin-bottom: 16px;
}
.dark-action p {
  margin-bottom: 64px;
}
.dark-action .btn {
  max-width: 900px;
  padding: 19px 24px;
}
.dark-action .btn:nth-of-type(even) {
  margin-left: 0;
}
.dark-action .btn-filled {
  background: #006ed9;
  color: #fff;
  border-color: #006ed9;
  position: relative;
}
.dark-action .btn-filled:nth-of-type(even) {
  background: #0054a6;
  border-color: #0054a6;
  right: 4px;
}
@media all and (max-width: 767px) {
  .dark-action .btn-filled:nth-of-type(even) {
    right: 0;
  }
}
.large-image h1 {
  font-weight: 300;
  margin-bottom: 16px;
}
.large-image .logo {
  max-height: 60px;
  display: inline-block;
  margin-bottom: 32px;
}
.large-image h5 {
  margin: 0;
}
.mbYTP_wrapper {
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.mbYTP_wrapper.active {
  opacity: 1 !important;
}
.buttonBar {
  display: none;
}

/*!
// 8. Short strip sections
// --------------------------------------------------*/

.action-strip-1 .alt-font {
  color: #0054a6;
  font-size: 24px;
  display: block;
  margin-bottom: 8px;
}
.action-strip-1 .title {
  color: #006ed9;
  margin-bottom: 24px;
  display: block;
}
.action-strip-1 i {
  color: #0054a6;
  font-size: 36px;
}
.action-strip-1 .text-link,
.action-strip-3 .text-link {
  margin-left: 8px;
  position: relative;
  bottom: 14px;
}
.action-strip-2 h2 {
  color: #0054a6;
}
.action-strip-2 .btn {
  padding: 19px 28px;
}
.action-strip-3 i {
  font-size: 36px;
}
.action-strip-3 .text-link:hover {
  border-color: #fff;
}
.action-strip-3 .ext-link:hover i {
  color: #fff;
}
.action-strip-3 h2 {
  margin-bottom: 48px;
}
.check-feature * {
  display: inline-block;
  margin-bottom: 48px;
}
.check-feature i {
  font-size: 48px;
  margin-right: 24px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.check-feature:hover i {
  -webkit-transform: scale(1.1) rotate(10deg);
  transform: scale(1.1) rotate(10deg);
}
.strip div[class*='col-'] {
  position: relative;
}
.strip span {
  font-size: 24px;
  color: #0054a6;
}
.strip .btn {
  position: absolute;
  right: 0;
  top: -2px;
  z-index: 2;
}
.strip .sub {
  display: block;
  color: #006ed9;
  font-size: 18px;
  margin-top: 4px;
}
@media all and (max-width: 767px) {
  .strip .btn {
    position: relative;
    margin-top: 24px;
  }
}
.video-strip {
  position: relative;
  padding: 120px 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.video-strip .pre-video i {
  cursor: pointer;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #0054a6;
  text-align: center;
  padding-top: 20px;
  padding-left: 10px;
  font-size: 40px;
  color: #0054a6;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  opacity: 1;
}
.video-strip h2 {
  margin: 0;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  display: inline-block;
  margin-left: 24px;
  position: relative;
  bottom: 8px;
}
.video-strip:hover h2 {
  transform: translate3d(8px, 0, 0);
  -webkit-transform: translate3d(8px, 0, 0);
  -moz-transform: translate3d(8px, 0, 0);
}
.video-strip:hover .pre-video i {
  transform: translate3d(-8px, 0, 0);
  -webkit-transform: translate3d(-8px, 0, 0);
  -moz-transform: translate3d(-8px, 0, 0);
  opacity: 1;
}
.video-strip .pre-video i:hover {
  background: #0054a6;
  color: #fff;
  -webkit-transform: translateX(-8px) scale(1.2);
  transform: translateX(-8px) scale(1.2);
}
.pre-video {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  max-height: 200px;
}
.video-strip .iframe-holder {
  max-width: 890px;
  text-align: right;
  margin: 0 auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.iframe-holder iframe {
  border: 0;
  width: 100%;
  height: 500px;
}
.iframe-holder i {
  display: inline-block;
  margin-bottom: 24px;
  font-size: 40px;
  color: #0054a6;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.iframe-holder i:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
iframe {
  border: none !important;
}
.show-iframe {
  max-height: 800px !important;
  overflow: visible !important;
}
.fade-off {
  opacity: 0;
  max-height: 0;
}
.fade-on {
  opacity: 1 !important;
}
.clients-1 {
  background: #0054a6 !important;
  padding: 120px 0 40px 0;
}
.clients-1 img {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  max-height: 30px;
  opacity: 0.3;
  display: inline-block;
  margin-bottom: 80px;
}
.clients-1 img:hover {
  opacity: .5;
}
.clients-1 h1 {
  font-weight: 300;
}
.clients-1 .text-block {
  margin-bottom: 64px;
  opacity: 0.9;
}
@media all and (max-width: 767px) {
  .clients-1 img {
    margin-bottom: 40px;
  }
}
.countdown-row {
  display: block !important;
  width: 100%;
}
.countdown-row span {
  color: #fff;
  font-weight: 300;
  opacity: 1 !important;
}
.countdown-section {
  width: 25%;
  display: inline-block;
}
.countdown-amount {
  display: inline-block;
  margin-bottom: 32px;
  color: #fff;
  font-size: 80px !important;
}
.countdown-period {
  display: block !important;
  font-size: 18px !important;
}
.signup-divider .countdown {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .countdown-amount {
    font-size: 40px !important;
  }
}

/*!
// 9. Text-based sections
// --------------------------------------------------*/

.text-block h4 {
  margin-bottom: 48px;
}
.text-block h2 {
  margin-bottom: 24px;
}
.text-block .btn {
  margin-top: 16px;
}
.text-block .text-link {
  margin-top: 24px;
}
.text-block.text-center .detail-line {
  display: inline-block;
}
.col-3-text {
  padding: 80px 0px 40px 0px;
}
.col-3-text div[class*='col-'] {
  margin-bottom: 40px;
}
.image-block {
  padding: 160px 0;
  position: relative;
}
@media all and (max-width: 768px) {
  .image-block {
    padding: 80px 0;
  }
}
.uppercase {
  text-transform: uppercase;
  font-weight: bold;
  color: #0054a6;
  display: inline-block;
  margin: 24px 0px 16px 0px;
}
.image-block .image-holder {
  position: absolute;
  height: 100%;
  padding: 0;
  top: 0;
}
.image-holder.pull-right {
  right: 0;
}
.image-holder.pull-left {
  left: 0;
}
.image-block.short-pad {
  padding: 80px 0;
}
.image-holder .image-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.image-holder .slides {
  height: 100%;
}
.image-holder .slides li {
  height: 100%;
  width: 100%;
}
.image-holder .image-slider .flex-control-nav li a {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0);
}
.image-holder .image-slider .flex-control-nav li a.flex-active {
  background: rgba(255, 255, 255, 0.7);
}
.image-holder iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.embed-holder:before {
  position: absolute;
  width: 100%;
  height: 85%;
  top: 0;
  content: '';
  z-index: 1;
}
@media all and (max-width: 767px) {
  .image-block {
    padding: 80px 0 0 0;
  }
  .image-block .image-holder {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 80px;
  }
  .image-block.short-pad .image-holder {
    display: none;
  }
}
.feature-lists {
  padding: 80px 0 40px 0;
}
.feature-lists.large-pad {
  padding: 120px 0 80px 0;
}
.feature-list {
  margin-bottom: 40px;
}
.feature-lists i {
  color: #0054a6;
  margin-bottom: 8px;
}
.feature-lists ul {
  margin-top: 24px;
}
.arrow-list li:before {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\39";
  color: #0054a6;
  font-size: 18px;
  display: inline-block;
  margin-right: 18px;
  position: relative;
  top: 4px;
}
.arrow-list li {
  color: #333333;
  margin-bottom: 4px;
}
.arrow-list li a {
  color: #0054a6;
}
.color-feature {
  padding: 80px;
  min-height: 573px;
}
@media all and (max-width: 1024px) {
  .color-feature {
    padding: 53.33333333px;
  }
}
.color-feature .detail-line {
  background-color: #fff;
}
.color-feature h5.alt-font {
  font-size: 12px;
  line-height: 16px;
}
.color-feature i {
  font-size: 120px;
  display: inline-block;
  margin: 32px 0px 48px 0px;
  color: #fff;
}
.color-features div[class*='col-']:nth-child(1) {
  background: #0054a6;
}
.color-features div[class*='col-']:nth-child(1) i {
  color: #006ed9;
}
.color-features div[class*='col-']:nth-child(2) {
  background: #006ed9;
}
.color-features div[class*='col-']:nth-child(2) i {
  color: #0d87ff;
}
.color-features div[class*='col-']:nth-child(3) {
  background: #0078ed;
}
.color-features div[class*='col-']:nth-child(3) i {
  color: #1c8fff;
}
@media all and (max-width: 1200px) {
  .color-feature {
    padding: 80px 53.33333333px;
    min-height: auto;
  }
}
@media all and (max-width: 900px) {
  .color-feature {
    padding: 80px 40px;
  }
}
.skills-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  overflow: hidden;
}
.skills-wrapper .skill {
  width: 50%;
  float: left;
  padding: 40px;
}
.skills-wrapper .skill i,
.skills-wrapper .skill .number {
  font-size: 48px;
  color: #0054a6;
  line-height: 56px;
}
.skills-wrapper .skill .number {
  font-weight: bold;
}
.skills-wrapper .skill i {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 5px;
}
.skills-wrapper .skill .sub {
  display: block;
  color: #006ed9;
}
.skills-wrapper .skill:nth-child(odd) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.skills-wrapper .skill:nth-child(n+2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 990px) {
  .skills-wrapper {
    margin-top: 32px;
  }
  .skills-wrapper .skill {
    width: 100%;
  }
}
.wide-features {
  padding: 20px 0px 40px 0px;
}
.wide-feature {
  margin-bottom: 40px;
}
.wide-feature p {
  width: 100%;
}
.wide-feature .text-link {
  margin-top: 24px;
}
.wide-feature i {
  font-size: 64px;
  color: #006ed9;
  display: inline-block;
  margin-bottom: 16px;
}
.wide-feature h2 {
  color: #0054a6;
}
@media all and (max-width: 1200px) {
  .wide-feature p {
    width: 100%;
  }
}
.narrow-features {
  padding: 80px 0 40px 0;
}
.narrow-feature {
  overflow: hidden;
  margin-bottom: 40px;
}
.narrow-feature i {
  color: #0054a6;
  font-size: 48px;
  display: inline-block;
  width: 20%;
  float: left;
}
.narrow-feature .content {
  display: inline-block;
  width: 80%;
  float: left;
}
.narrow-feature h5 {
  color: #0054a6;
  margin-bottom: 8px;
}
.large-cto {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.large-cto .pull-right {
  right: 0;
}
.large-cto-holder {
  position: absolute;
  padding: 0;
  height: 100%;
  top: 0;
}
@media all and (max-width: 767px) {
  .large-cto {
    padding-bottom: 0;
  }
  .large-cto-holder {
    position: relative;
    height: 560px;
    margin-top: 40px;
  }
}
.large-cto-holder .cto:nth-child(1) {
  background: #0054a6;
  height: 50%;
}
.large-cto-holder .cto:nth-child(2) {
  background: #006ed9;
  height: 50%;
}
.large-cto-holder .cto {
  padding: 0 80px;
  overflow: hidden;
  position: relative;
}
.cto .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.cto .sub {
  display: block;
  margin-bottom: 24px;
}
.cto .text-link:hover {
  border-color: #fff;
}
.cto .large-icon {
  position: absolute;
  display: block;
  font-size: 270px;
  top: 0;
  right: 0;
  opacity: 0.03;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transform: rotate(45deg) scale(4);
  transform: rotate(45deg) scale(4);
  color: #fff;
}
.cto:hover .large-icon {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 0.09;
}
.careers .detail-line {
  background: #fff;
}
.careers .text-block {
  margin-bottom: 64px;
}
.job-desc {
  margin-bottom: 40px;
}
.job-desc a {
  font-size: 24px;
  font-weight: 300;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  display: inline-block;
  margin-bottom: 16px;
}
.job-desc i {
  position: relative;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  left: 0;
}
.job-desc a:hover i {
  left: 5px;
}
.job-desc p {
  max-width: 90%;
}
@media all and (max-width: 990px) {
  .job-desc p {
    max-width: 100%;
  }
}
.careers .sub {
  font-size: 13px;
  display: inline-block;
  margin-right: 8px;
}
.careers a.sub:hover {
  border-color: #fff;
}
.cto-features {
  padding-bottom: 40px;
}
.cto-features .text-block {
  padding-top: 60px;
}
.cto-features .row:first-child {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 80px;
}
.cto-features .wide-feature p {
  margin: 0 auto;
  display: block;
}
.cto-features .wide-feature .cto-icon {
  font-size: 80px;
}
@media all and (max-width: 767px) {
  .cto-features .text-block {
    margin-bottom: 32px;
  }
}
.image-features {
  padding-bottom: 40px;
}
.image-feature {
  text-align: center;
  margin-bottom: 40px;
}
.image-feature img {
  max-height: 170px;
  display: inline-block;
  margin-bottom: 32px;
}
.box-features {
  padding-bottom: 40px;
}
.box-feature {
  text-align: center;
  overflow: hidden;
  margin-bottom: 40px;
}
.box-left,
.box-right {
  height: 285px;
  width: 50%;
  float: left;
}
.box-left {
  background: #0054a6;
  color: #fff;
}
.box-left i {
  font-size: 42px;
  display: inline-block;
  margin-bottom: 16px;
}
.box-left h5 {
  color: #fff;
  margin: 0 auto;
  line-height: 32px;
  font-size: 24px;
  font-weight: 300;
}
.box-right {
  padding: 0 24px;
  background: #fff;
}
.box-right .uppercase {
  font-size: 12px;
  color: #333333;
}
@media all and (max-width: 1200px) {
  .box-right,
  .box-left {
    width: 100%;
    height: 250px;
  }
  .box-right {
    padding: 0 48px;
  }
  .box-left {
    padding: 0 24px;
  }
}
.info-panel {
  border: 1px solid #ccc;
  margin-bottom: 40px;
}
.info-panel .title {
  padding: 18px 24px;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
.info-panel .title h4 {
  margin: 0;
  font-weight: 300;
}
.info-panel .body {
  padding: 18px 24px;
  background: #f7f7f7;
}
.info-panels {
  padding: 80px 0 40px 0;
}
.info-panels:nth-child(odd) .info-panel .body {
  background: #fff;
}
.info-panels:nth-child(odd) .info-panel .title {
  background: #f7f7f7;
}
.info-panel-slim {
  margin-bottom: 40px;
}
.timeline-1 {
  padding: 120px 0;
}
.timeline-1 .overlay:before {
  opacity: 0.5;
}
.timeline-section h2,
.timeline-section p {
  cursor: default;
}
.timeline-section {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding-top: 20px;
  width: 100%;
  margin-bottom: -7px;
}
.timeline-content {
  float: left;
}
.timeline-section .right-content {
  float: right;
  width: 50%;
}
.timeline-section .left-content {
  width: 50%;
  text-align: right;
}
.timeline-section h2 {
  font-size: 24px;
  margin-bottom: 8px;
}
.timeline-section .left-content {
  padding-right: 40px;
  border-right: 2px solid #fff;
  padding-bottom: 32px;
  position: relative;
}
.timeline-section .left-content:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  right: 0;
  margin-right: -11px;
  margin-top: -20px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.timeline-section .left-content p {
  max-width: 400px;
  float: right;
}
.timeline-section:hover .left-content:before {
  background: rgba(255, 255, 255, 0.5);
}
.timeline-section .right-content {
  padding-left: 40px;
  text-align: left;
}
.timeline-section .right-content i,
.timeline-section .left-content i {
  font-size: 48px;
}
.timeline-section .right-content p {
  max-width: 400px;
  float: left;
}
.timeline-section:nth-child(even) .left-content {
  border-right: none;
  padding-bottom: 0;
}
.timeline-section:nth-child(even) {
  position: relative;
  right: 2px;
}
.timeline-section:nth-child(even) .right-content {
  border-left: 2px solid #fff;
  padding-bottom: 32px;
}
.timeline-section:last-child {
  text-align: center;
  padding-bottom: 20px;
}
.timeline-section:last-child:after {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  bottom: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  left: 50%;
  margin-left: -9px;
  margin-top: 20px;
}
.timeline-section:last-child:after:hover {
  background: rgba(255, 255, 255, 0.5);
}
@media all and (max-width: 767px) {
  .timeline-section .left-content,
  .timeline-section .right-content {
    border: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100%;
    text-align: left !important;
  }
  .timeline-section .left-content:before {
    display: none;
  }
  .timeline-section i {
    display: none;
  }
  .timeline-section:last-child:after {
    display: none;
  }
}
.text-list p.super-lead {
  margin-bottom: 80px;
}
.text-list h2 {
  color: #0054a6;
  margin-bottom: 16px;
}
.text-list .item {
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.text-list .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.text-list .description {
  width: 70%;
  float: left;
}
.text-list .action {
  width: 30%;
  float: left;
  text-align: right;
}
.text-list .text-link {
  margin-right: 24px;
}
@media all and (max-width: 767px) {
  .text-list .description {
    width: 100%;
    margin-bottom: 24px;
  }
  .text-list .action {
    width: auto;
  }
}
.fullwidth-features {
  padding: 0;
  background: #0054a6 !important;
  position: relative;
  overflow: visible;
  height: 250px;
}
.fullwidth-features div[class*="col-"] {
  padding: 0;
}
.fullwidth-feature {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  min-width: 100%;
  float: left;
}
.fullwidth-feature .top {
  background: #0054a6;
  padding: 80px;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  border-right: 1px solid #006ed9;
}
.fullwidth-feature .detail-line {
  background: #73baff;
  margin: 0 auto;
}
.fullwidth-feature i {
  font-size: 36px;
  color: #fff;
  display: inline-block;
  margin-bottom: 8px;
}
.fullwidth-feature h5 {
  color: #fff;
  margin: 0;
  margin-bottom: 16px;
}
.fullwidth-feature .bottom {
  padding: 64px 40px 64px 40px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  border-right: 1px solid #0d87ff;
  background: #006ed9;
  color: #fff;
}
.fullwidth-feature p {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  color: #fff;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.fullwidth-feature:hover p {
  max-height: 500px;
  opacity: 1;
  padding-top: 48px;
}
.fullwidth-feature:hover {
  transform: translate3d(0, -75px, 0);
  -webkit-transform: translate3d(0, -75px, 0);
  -moz-transform: translate3d(0, -75px, 0);
  border-right: none;
}
@media all and (max-width: 990px) {
  .fullwidth-features {
    height: 175px;
  }
  .fullwidth-feature .top {
    padding: 40px;
  }
}
@media all and (max-width: 767px) {
  .fullwidth-features {
    height: auto;
    overflow: hidden;
  }
  .fullwidth-feature {
    position: relative;
    border-bottom: 1px solid #006ed9;
  }
  .fullwidth-feature .top {
    padding: 64px 24px;
  }
  .fullwidth-feature:hover {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
}
.expanding-list {
  margin-bottom: 24px;
}
.expanding-list .title {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  font-size: 16px;
}
.expanding-list .content {
  max-height: 0;
  opacity: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  cursor: default;
  overflow: hidden;
}
.expanding-list li {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.expanding-list li.active {
  padding-bottom: 16px;
}
.expanding-list li.active .content {
  max-height: 900px;
  opacity: 1;
}
.review {
  padding: 18px;
  background: #f7f7f7;
  margin-bottom: 18px;
}
.review .author {
  font-style: italic;
}
.review p {
  display: block;
  margin-top: 16px;
}
.review:last-child {
  margin-bottom: 0;
}
.add-to-cart {
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.quantity-controls {
  border: 1px solid #ccc;
  display: inline-block;
  overflow: hidden;
}
.add-to-cart .more,
.add-to-cart .less {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: pointer;
  font-size: 20px;
  float: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.add-to-cart .more:hover,
.add-to-cart .less:hover {
  background: #0054a6;
  color: #fff;
  border-color: #0054a6;
}
.more {
  border-left: 1px solid #ccc;
}
.less {
  border-right: 1px solid #ccc;
}
.add-to-cart input[type="text"] {
  width: 40px;
  height: 40px;
  float: left;
  text-align: center;
  border: none;
  color: #0054a6;
}
.add-to-cart input[type="submit"] {
  float: right;
  min-height: 40px;
  background: none;
}
.add-to-cart input[type="submit"]:hover {
  border-color: #0054a6;
}
.side-icon-feature {
  overflow: hidden;
  margin-bottom: 64px;
}
.side-icon-feature:last-child {
  margin-bottom: 0;
}
.side-icon-feature h5 {
  margin-bottom: 16px;
}
.services-combo-1 {
  background: #0054a6 !important;
  padding: 120px 0;
  position: relative;
}
.services-combo-1 .icon {
  width: 20%;
  float: left;
}
.services-combo-1 i {
  color: #73baff;
  font-size: 80px;
  display: inline-block;
}
.services-combo-1 .content {
  display: inline-block;
  width: 80%;
}
.services-combo-1 p.lead {
  margin-bottom: 48px;
}
.services-combo-1 .btn-filled {
  background: #006ed9;
  border-color: #006ed9;
}
.services-combo-1 .btn-filled:hover {
  background: #fff;
  color: #006ed9;
  border-color: #fff;
}
.services-combo-1 .jumbo {
  position: absolute;
  font-size: 700px;
  color: #006ed9;
  opacity: 0.2;
  bottom: -150px;
  left: -100px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media all and (max-width: 767px) {
  .services-combo-1 .btn {
    margin-bottom: 40px;
  }
  .services-combo-1 i {
    font-size: 40px;
  }
}

/*!




// 18. Footers
// --------------------------------------------------*/

footer {
  padding: 30px 0;
  padding-top: 10px;
  background: #fff;
}
.newsletter-form input[type="submit"] {
  background: #0054a6;
  border: none;
  padding: 12px;
  color: #0054a6;
  position: relative;
  right: 5px;
  border: 1px solid #0054a6;
}
.newsletter-form {
  position: relative;
  display: inline-block;
}
.newsletter-form i {
  position: absolute;
  font-size: 48px;
  z-index: 2;
  right: 40px;
  top: 0;
  pointer-events: none;
}
.footer-1 ul li a {
  color: #333333;
  line-height: 32px;
}
.footer-1 .newsletter-form .input-standard {
  border: 1px solid #ccc;
  width: 70%;
  float: left;
  min-height: 50px;
}
.footer-1 .newsletter-form input[type="submit"] {
  width: 30%;
  float: right;
}
.footer-1 .footer-lower {
  margin-top: 40px;
  border-top: 1px solid #ccc;
  padding-top: 32px;
}
.footer-1 .footer-lower span {
  color: #888;
}
.footer-1 .footer-lower i {
  margin: 0 8px;
  color: #ff0042;
  font-size: 14px !important;
}
.footer-2 .footer-lower {
  overflow: hidden;
  margin-top: 48px;
}
.footer-2 .copyright {
  opacity: 0.7;
  display: block;
  float: right;
  font-size: 12px;
}
.footer-2 .logo {
  max-height: 40px;
  display: block;
  margin-right: 24px;
  float: left;
  position: relative;
  top: 1px;
}
.footer-2 .tagline {
  display: block;
  float: left;
  line-height: 20px;
}
.footer-3 .logo,
.footer-4 .logo {
  max-height: 30px;
  display: inline-block;
  margin-right: 12px;
}
.footer-3 span {
  opacity: 0.7;
}
.footer-4 .social-links {
  margin-bottom: 80px;
}
.footer-4 .social-links a {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #0054a6;
  display: inline-block;
  margin: 24px 0px 16px 0px;
  font-size: 12px;
  color: #333333;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0.5;
}
.footer-4 .social-links li {
  margin-right: 64px;
}
.footer-4 .social-links a:hover {
  opacity: 1;
}
.footer-5 {
  background: #0054a6 !important;
  color: #fff;
}
.footer-5 .logo {
  max-height: 60px;
  margin-bottom: 80px;
}
.footer-5 ul {
  overflow: hidden;
  display: inline-block;
}
.footer-5 ul li {
  float: left;
  margin-left: 40px;
}
.footer-5 .text-link {
  font-size: 12px;
  color: #fff;
  border-color: #fff;
  border-bottom: 1px solid #fff;
}
.footer-5 i {
  color: #fff;
}
.footer-5 span {
  font-size: 12px;
  opacity: 0.8;
  position: relative;
  top: 7px;
}
@media all and (max-width: 767px) {
  .footer-5 .logo {
    margin-bottom: 64px;
  }
  .footer-5 ul {
    display: block;
    margin-top: 32px;
  }
  .footer-5 ul li {
    margin-left: 0;
    margin-right: 16px;
  }
}
.footer-6 {
  background: #32363B !important;
  color: rgba(255, 255, 255, 0.8);
}
.footer-6 h5 {
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}
.footer-6 .tweet {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
}
.footer-6 .tweets-feed a {
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}
.footer-6 .timePosted {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}
.footer-6 .tweets-feed li {
  margin-bottom: 24px;
}
.footer-6 .tweets-feed li:nth-child(n+3) {
  display: none;
}
.footer-6 .link-list a {
  color: #fff;
  opacity: 0.7;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.footer-6 .link-list li {
  margin-bottom: 8px;
}
.footer-6 .link-list a:hover {
  opacity: 1;
  color: #fff;
}
.footer-6 .footer-lower {
  padding-top: 32px;
  border-top: 1px solid #444;
  margin-top: 48px;
  overflow: hidden;
}
.footer-6 .footer-lower span {
  opacity: 0.6;
  font-size: 12px;
}
.footer-6 .footer-lower .social-links {
  float: right;
}
.footer-6 .social-links a {
  font-size: 16px;
  opacity: 0.5;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  color: #fff;
}
.footer-6 .social-links a:hover {
  opacity: 1;
}
.footer-6 .social-links li {
  margin-right: 32px;
}
.footer-6 .social-links li:last-child {
  margin-right: 0;
}
.footer-6 .logo {
  max-height: 30px;
  display: inline-block;
  margin-bottom: 48px;
}
@media all and (max-width: 990px) {
  .footer-6 .tweets-feed {
    margin-bottom: 48px;
  }
  .footer-6 .link-list li {
    float: left;
    margin-right: 32px;
  }
}

/*!
// 19. Utility Pages
// --------------------------------------------------*/

.error-page {
  background: #0054a6 !important;
  height: 100vh;
}
.error-page i {
  font-size: 620px;
  color: #006ed9;
  position: absolute;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: float 40s linear infinite alternate;
  animation: float 40s linear infinite alternate;
  left: 0;
  top: 100%;
}
.error-page h1 {
  font-weight: 300;
  margin-bottom: 16px;
}
.error-page p {
  margin-bottom: 32px !important;
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px) rotate(0deg);
    transform: translate3d(0px, 0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate3d(300px, -200px, 0px) rotate(90deg);
    transform: translate3d(300px, -200px, 0px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate3d(500px, -500px, 0px) rotate(180deg);
    transform: translate3d(500px, -500px, 0px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate3d(750px, -900px, 0px) rotate(275deg);
    transform: translate3d(750px, -900px, 0px) rotate(275deg);
  }
  100% {
    -webkit-transform: translate3d(1100px, -1200px, 0px) rotate(360deg);
    transform: translate3d(1100px, -1200px, 0px) rotate(360deg);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px) rotate(0deg);
    transform: translate3d(0px, 0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate3d(300px, -200px, 0px) rotate(90deg);
    transform: translate3d(300px, -200px, 0px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate3d(500px, -500px, 0px) rotate(180deg);
    transform: translate3d(500px, -500px, 0px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate3d(750px, -900px, 0px) rotate(275deg);
    transform: translate3d(750px, -900px, 0px) rotate(275deg);
  }
  100% {
    -webkit-transform: translate3d(1100px, -1200px, 0px) rotate(360deg);
    transform: translate3d(1100px, -1200px, 0px) rotate(360deg);
  }
}
body a.homemenu {
  color: #575756;
}
body a.aboutmenu {
  color: #575756;
}
body a.commercialmenu {
  color: #575756;
}
body a.newsmenu {
  color: #575756;
}
body a.supportmenu {
  color: #575756;
}
body a.dealermenu {
  color: #575756;
}
body a.contactmenu {
  color: #575756;
}
body.home a.homemenu {
  color: #C3132F;
}
body.about a.aboutmenu {
  color: #C3132F;
}
body.com a.commercialmenu {
  color: #C3132F;
}
body.news a.newsmenu {
  color: #C3132F;
}
body.support a.supportmenu {
  color: #C3132F;
}
body.dealer a.dealermenu {
  color: #C3132F;
}
body.contact a.contactmenu {
  color: #C3132F;
}

/* Styling */

body {
  font-family: 'Source Sans Pro', sans-serif;
}
h2 {
  font-size: 37px;
  font-weight: 300;
  color: #575756;
}
.wide-feature h2 {
  font-size: 33px;
  font-weight: 300;
  color: #68ADB1;
}
p.first {
  font-weight: normal;
  font-size: 15px!important;
  color: #575756;
}
p {
  font-weight: 300;
  font-weight: 12px!important;
  color: #575756;
  padding-right: 15px;
}
.portal {
  width: 18%;
  background-color: #62818e;
  float: left;
}
.portal1 {
  margin-right: 2%;
  background-color: #68adb1;
}
.portal2 {
  margin-right: 2%;
  background-color: #799bbb;
}
.portal3 {
  margin-right: 2%;
  background-color: #706a7e;
}
.portal4 {
  margin-right: 2%;
  background-color: #6e9591;
}
.button.orange {
  background-color: #dc901b;
  color: #FFF;
  text-transform: uppercase;
  padding-left: 10px;
  font-weight: 600;
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.button.teal {
  background-color: #68adb1;
  color: #FFF;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 20px;
}
.button.teal p {
  text-transform: none;
  font-size: 12px;
  margin-top: 5px;
  color: #FFF;
  font-weight: normal;
  line-height: 15px;
  letter-spacing: -0.3px;
}
.button.purple {
  background-color: #706a7e;
  color: #FFF;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 20px;
}
.button.purple p {
  text-transform: none;
  font-size: 12px;
  margin-top: 5px;
  color: #FFF;
  font-weight: normal;
  line-height: 15px;
  letter-spacing: -0.3px;
}
.button img {
  width: 100%;
  border: 1px solid #FFF;
  margin-bottom: 10px;
}
.button {
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: top right;
}
.back-button {
  background-image: url(../img/back-arrow.png);
  background-repeat: no-repeat;
  background-position: top left;
}
.portal {
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: top right;
}
.portals {
  margin-top: 139px;
}
.footer-2 {
  background: #1e1e1e;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlMWUxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM0JSIgc3RvcC1jb2xvcj0iIzNmM2YzZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MzUzNTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e1e1e), color-stop(34%, #3f3f3f), color-stop(100%, #535355));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1e1e1e 0%, #3f3f3f 34%, #535355 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #1e1e1e 0%, #3f3f3f 34%, #535355 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#535355', GradientType=0);
  /* IE6-8 */
}
.footer-nav {
  font-size: 12px;
  color: #FFF;
  padding-bottom: 20px;
}
.credits {
  font-size: 11px;
  color: #CCC;
  line-height: 15px;
}
.col-8 {
  padding-right: 0;
  width: 72%
}
.col-4 {
  width: 28%;
}
.col-1 {
  width: 28%;
}
.portal {
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  color: #FFF;
}
.portal img {
  width: 100%;
  border: 1px solid #FFF;
  margin-top: 10px;
  margin-bottom: 10px;
}
ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
li {
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #575756;
  font-size: 12px;
}
li a {
  color: #575756;
}
li a:hover {
  color: #68adb1;
}
.footer-menu li {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px!important;
}
.nav-container {
  padding-top: 20px;
  background-color: #FFF;
}
.text-center {
  height: 345px;
  margin-top: 80px;
  margin-right: 13px;
  margin-left: -15px;
  float: right;
  padding-left: 0;
  width: 240px;
  padding-right: 0px;
}
.vertical-align {
  position: relative;
  top: 100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.side-color {
  height: 400px;
  background-color: #000;
  width: 100%;
  position: absolute;
  right: 0;
}
.flex-control-nav {
  display: none;
}
.button.red {
  background-color: #c3132f;
  width: 100%;
  float: right;
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  margin-bottom: 10px;
}
.quote {
  text-align: left;
  font-size: 25px;
  font-weight: 300;
  color: #A6CBE1;
  line-height: 26px;
  padding: 10px;
  padding-top: 40px;
}
.quote span {
  color: #dc901b;
  font-size: 13px;
  line-height: auto;
}
.quote1 {
  vertical-align: bottom;
  padding-right: 5px;
  padding-bottom: 4px;
}
.quote2 {
  vertical-align: top;
  padding-left: 5px;
  margin-top: 10px;
}
p.sub {
  font-size: 12px;
}
.col-4-products {
  width: 24%;
  margin-right: 1%;
  float: left;
  text-align: center;
}
.box1 {
  background-color: #CCC;
}
.col-4-products img {
  width: 100%;
}
.sidebarimage {
  margin-top: 20px;
  width: 100%;
}
.arrowbox-tp {
  background-color: #699dbe;
  padding: 8px;
  color: #FFF;
  text-align: left;
  font-size: 13px;
}
.arrowbox-back {
  background-color: #68ADB1;
  padding: 8px 8px 8px 30px;
  color: #FFF;
  text-align: left;
  font-size: 13px;
}
.arrowbox-uvp {
  background-color: #706a7e;
  padding: 8px;
  color: #FFF;
  text-align: left;
  font-size: 13px;
}
.arrowbox-per {
  background-color: #6e9591;
  padding: 8px;
  color: #FFF;
  text-align: left;
  font-size: 13px;
}
.arrowbox-aux {
  background-color: #62818E;
  padding: 8px;
  color: #FFF;
  text-align: left;
  font-size: 13px;
}
.arrowbox-plate {
  background-color: #68ADB1;
  padding: 8px;
  color: #FFF;
  text-align: left;
  font-size: 13px;
}
.boxdi {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.halftable {
  width: 50%;
}
.fithtable {
  width: 20%;
}
.thermal h2 {
  color: #799bbb;
}
.thermal .arrowbox-back {
  background-color: #799bbb;
}
.uv h2 {
  color: #706a7e;
}
.uv .arrowbox-back {
  background-color: #706a7e;
}
.aux h2 {
  color: #62818E;
}
.aux .arrowbox-back {
  background-color: #62818E;
}
.plate h2 {
  color: #68ADB1;
}
.plate .arrowbox-back {
  background-color: #68ADB1;
}
.plate .firsttable {
  background-color: #daf2f4;
}
.plate .secondtable {
  background-color: #edf5f6;
}
.thermal .firsttable {
  background-color: #e3ecf2;
}
.thermal .secondtable {
  background-color: #f0f5f8;
}
.aux .firsttable {
  background-color: #ccdde4;
}
.aux .secondtable {
  background-color: #f0f5f8;
}
.aux td strong {
  color: #62818E;
}
.aux p strong {
  color: #62818E;
}
.uv td strong {
  color: #706A7E;
}
.uv p strong {
  color: #706A7E;
}
td {
  padding: 5px;
  border: 1px solid #FFF;
  font-size: 11px;
}
.uv .firsttable {
  background-color: #e4e3e7;
}
.uv .secondtable {
  background-color: #f1f0f2;
}
.mobile-show {
  display: none;
}
ul.footer-menu li {
  border-bottom: 0px;
  background-image: none;
  font-size: 12px;
  display: inline;
  margin: 0px;
}
.col-4-products img {
  width: 100%;
  height: auto;
}
.captiontitle {
  line-height: 14px;
}
.arrowbox-normal {
  background-color: #68ADB1;
  padding: 8px;
  color: #FFF;
  text-align: left;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.per-block {
  margin-top: 10px;
  margin-bottom: 20px;
}
.mobile-show-only {
  display: none;
}
.auto .firsttable {
  background-color: #d5dedd;
}
.auto .secondtable {
  background-color: #e1e6e6;
}
.main-logo {
  width: 273px;
}
body.thermal td strong {
  color: #699DBE;
}
body.up td strong {
  color: #706A7E;
}
body.auto td strong {
  color: #6E9591;
}
body.plate td strong {
  color: #68ADB1;
}
body.auto .arrowbox-back {
  background-color: #6E9591;
}
.footer-menu li a {
  color: #FFF;
}
button,
input,
select,
textarea {
  width: 100%;
  margin-bottom: 15px;
  border: 0;
  background-color: #f2f2f2;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.radiobutton {
  width: 13px;
}
.home .button.purple {
  min-height: 150px;
}
.auto .left-titles {
  width: 40%;
  float: left;
  padding: 10px;
}
.auto .right-info {
  width: 60%;
  float: right;
  padding: 10px;
  border-left: 1px solid #FFF;
  min-height: 70px;
}
.plate .left-titles {
  width: 40%;
  float: left;
  padding: 10px;
}
.plate .right-info {
  width: 60%;
  float: right;
  padding: 10px;
  border-left: 1px solid #FFF;
  min-height: 70px;
}
.aux .left-titles {
  width: 40%;
  float: left;
  padding: 10px;
}
.aux .right-info {
  width: 60%;
  float: right;
  padding: 10px;
  border-left: 1px solid #FFF;
  min-height: 70px;
}
.uv .left-titles {
  width: 40%;
  float: left;
  padding: 10px;
}
.uv .right-info {
  width: 60%;
  float: right;
  padding: 10px;
  border-left: 1px solid #FFF;
  min-height: 70px;
}
.thermal .left-titles {
  width: 40%;
  float: left;
  padding: 10px;
}
.thermal .right-info {
  width: 60%;
  float: right;
  padding: 10px;
  border-left: 1px solid #FFF;
  min-height: 70px;
}
ol.phpfmg_form {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-left: 0px!important;
}
.phpfmg_form li {
  display: inline;
  padding-right: 0px;
  padding-left: 0px;
  border-right: 0px solid #575756;
  font-size: 12px;
}
.phpfmg_form .form_field {
  padding-top: 7px;
  font-weight: bold;
  font-size: 14px;
}
.form_choice_text {
  font-weight: normal;
  font-size: 14px;
}
.form_radio {
  width: 13px;
  margin-right: 15px!important;
}
.form_button {
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-position: right top;
}
.form_button {
  background-color: #C3132F;
  width: 50%;
  float: left;
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  margin-bottom: 10px;
  text-align: left;
}
.wide-feature h2.underline {
  border-bottom: 2px solid #68ADB1;
  padding-bottom: 10px;
}
.key-features img {
  max-width: 50%;
}
.key-features p {
  /*        text-align: center;*/
  padding: 0;
}
ul.key-features-list li {
  display: block;
  padding: 0;
  border: 0;
  font-size: 16px;
  line-height: 26px;
}
.key-features p {
  padding: 0 17px;
}
.key-features {
  display: inline-block;
  margin-left: 0px;
  margin-right: -15px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 20px;
  margin-bottom: 15px;
  text-align: center !important;
}
.key-features-list {
  background-color: #efefef;
  padding: 20px;
}
a.packmenu {
  color: #575756;
}
.pack a.packmenu {
  color: #C3132F;
}
@media only screen and (max-width: 780px) {
  .button.teal {
    margin-top: 0px;
  }
  .col-4.text-center.quote {
    display: none;
  }
  .contact-details .col-4 {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-right: 0px;
    border-bottom: 1px solid #e7e7e7;
  }
  .highlight .col-6 {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0px;
  }
  .main-container,
  .footer-container {
    max-width: 100%;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    min-width: 100%!important;
  }
  .col-8 {
    padding-right: 0px;
    width: 60%;
    padding-left: 3%;
    padding-right: 3%;
  }
  .row {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
  .container {
    width: 100%;
    padding: 0px;
  }
  .nav-container .col-8 {
    display: none;
  }
  .col-4 {
    width: 40%;
  }
  body {
    min-width: 100%;
  }
  .portal {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 5px;
  }
  .wide-feature h2 {
    font-size: 28px;
    font-weight: 300;
    color: #68ADB1;
  }
  .portal img {
    display: none;
  }
  .nav-container .button.red {
    display: none;
  }
  .nav-container img {
    width: 70%;
    padding-left: 3%;
  }
  .hero-slider {
    background: #222 none repeat scroll 0% 0%;
    height: 250px;
  }
  .wide-feature {
    margin-bottom: 0px;
  }
  .portals {
    margin-top: 0px;
  }
  .wide-feature .button.orange {
    display: none;
  }
  .portal {
    padding-bottom: 10px;
  }
  .button.teal p {
    font-size: 13px;
    line-height: 21px;
  }
  .button.purple p {
    font-size: 13px;
    line-height: 21px;
  }
  .wide-feature h2 {
    line-height: 38px;
  }
  .col-4.text-center {
    display: none;
  }
  .col-4-products.first {
    width: 49%;
    margin-right: 1%;
    height: auto;
    float: left;
    text-align: center;
  }
  .col-4-products.second {
    width: 49%;
    margin-left: 1%;
    margin-right: 0px;
    height: auto;
    float: left;
    text-align: center;
  }
  p {
    padding-right: 0px;
  }
  table {
    display: none;
  }
  .col-1 {
    width: 100%;
  }
  .mobile-show {
    display: block;
  }
  .footer-menu li {
    font-size: 15px !important;
  }
  .mobile-nav {
    background-color: #FFF;
  }
  li {
    display: block;
    padding-left: 0px;
    border: 0px;
    border-bottom: 1px solid #999998;
    font-size: 18px;
    line-height: 35px;
    background-image: url(../img/grey-arrow.png);
    background-repeat: no-repeat;
    background-position: right;
  }
  .col-8.nav {
    background-color: #FFF;
    padding-left: 3%!important;
    padding-right: 3%;
    width: 101%;
  }
  .col-8.nav ul {
    margin-bottom: 40px;
  }
  .main-logo {
    display: none;
  }
  .logo-width {
    width: 50%;
    padding-left: 3%;
  }
  .button-width {
    width: 8%;
    padding-right: 3%;
    float: right;
    padding-top: 16px;
  }
  .col-12 {
    position: relative;
    min-height: 1px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .col-4 {
    position: relative;
    min-height: 1px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .button.teal p {
    margin-top: 15px;
  }
  .button.purple p {
    margin-top: 15px;
  }
  ul.footer-menu li {
    border-bottom: 0px;
    background-image: none;
    font-size: 12px;
    display: block;
    margin: 0px;
    line-height: 25px;
  }
  li.mobile-hide {
    display: none;
  }
  br {
    display: block;
  }
  .mobile-hide {
    display: none;
  }
  .readmorelink {
    color: #2dafb4;
    font-weight: bold;
  }
  body.thermal.main .col-8 {
    width: 100%;
  }
  body.uv.main .col-8 {
    width: 100%;
  }
  body.auto.main .col-8 {
    width: 100%;
  }
  body.per.main .col-8 {
    width: 100%;
    padding-right: 3%;
  }
  .col-4-products img.boxdi {
    width: 40%;
    text-align: left;
  }
  .col-4-products {
    text-align: left;
  }
  ul.footer-menu li {
    padding-left: 0px;
  }
  #google_translate_element {
    display: none;
  }
  .nav-container {
    display: none;
  }
  .col-8 {
    width: 60%;
    padding-left: 3%;
    padding-right: 0%;
  }
  .col-8 .col-1 {
    padding-right: 0px;
  }
  .key-features .col-3 {
    width: 100%!important;
  }
  .key-features img {
    display: none;
  }
  .key-features p {
    padding: 0 17px;
    padding-left: 0px;
    float: right;
    width: 100%;
    text-align: left;
    height: 100%;
    vertical-align: middle;
    margin-bottom: 13px;
    font-weight: bold;
  }
  .key-features {
    display: inline-block;
    margin-left: 0px;
    margin-right: -15px;
    border-bottom: 0px solid #CCC;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: center !important;
  }
  ul.key-features-list li {
    background-image: none;
  }
}
@media only screen and (max-width: 480px) {
  .col-8 {
    width: 60%;
    padding-left: 3%;
    padding-right: 3%;
  }
  .button.teal {
    margin-top: 20px;
  }
  .col-4.text-center.quote {
    display: none;
  }
  .main-container,
  .footer-container {
    max-width: 100%;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    min-width: 100%!important;
  }
  .col-8 {
    padding-right: 0px;
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
  .row {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
  .container {
    width: 100%;
    padding: 0px;
  }
  .nav-container .col-8 {
    display: none;
  }
  .col-4 {
    width: 100%;
  }
  body {
    min-width: 100%;
  }
  .portal {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 5px;
  }
  .portal img {
    display: none;
  }
  .nav-container .button.red {
    display: none;
  }
  .nav-container img {
    width: 70%;
    padding-left: 3%;
  }
  .hero-slider {
    background: #222 none repeat scroll 0% 0%;
    height: 250px;
  }
  .wide-feature {
    margin-bottom: 0px;
  }
  .portals {
    margin-top: 0px;
  }
  .wide-feature .button.orange {
    display: none;
  }
  .portal {
    padding-bottom: 10px;
  }
  .button.teal p {
    font-size: 13px;
    line-height: 21px;
  }
  .button.purple p {
    font-size: 13px;
    line-height: 21px;
  }
  .wide-feature h2 {
    line-height: 28px;
  }
  .portal {
    font-size: 17px;
  }
  .button {
    font-size: 17px!important;
  }
  .col-4-products {
    width: 100%;
    margin-right: 0%;
    height: auto;
    float: left;
    text-align: center;
  }
  p {
    padding-right: 0px;
  }
  table {
    display: none;
  }
  .col-1 {
    width: 100%;
  }
  .mobile-show {
    display: block;
  }
  .mobile-nav {
    background-color: #FFF;
  }
  li {
    display: block;
    padding-left: 0px;
    border: 0px;
    border-bottom: 1px solid #999998;
    font-size: 18px;
    line-height: 35px;
    background-image: url(../img/grey-arrow.png);
    background-repeat: no-repeat;
    background-position: right;
  }
  .col-8.nav {
    background-color: #FFF;
    padding-left: 3%!important;
    padding-right: 3%;
  }
  .col-8.nav ul {
    margin-bottom: 40px;
  }
  .main-logo {
    display: none;
  }
  .logo-width {
    width: 80%;
    padding-left: 3%;
  }
  .button-width {
    width: 12%;
    padding-right: 3%;
    float: right;
    padding-top: 11px;
  }
  .col-12 {
    position: relative;
    min-height: 1px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .col-4 {
    position: relative;
    min-height: 1px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .button.teal p {
    margin-top: 15px;
  }
  .button.purple p {
    margin-top: 15px;
  }
  ul.footer-menu li {
    border-bottom: 0px;
    background-image: none;
    font-size: 12px;
    display: block;
    margin: 0px;
    line-height: 25px;
  }
  li.mobile-hide {
    display: none;
  }
  br {
    display: block;
  }
  .mobile-hide {
    display: none;
  }
  .readmorelink {
    color: #2dafb4;
    font-weight: bold;
  }
  .sidebarimage {
    display: none;
  }
  .col-4-products img.boxdi {
    width: 80%;
    text-align: left;
  }
  .col-4-products {
    text-align: left;
  }
  ul.footer-menu li {
    padding-left: 0px;
  }
  #google_translate_element {
    display: none;
  }
  .mobile-show-only {
    display: block;
  }
  .mobile-hide-only {
    display: none;
  }
  .col-4-products.first {
    width: 100%;
    margin-right: 0%;
    height: auto;
    float: left;
    text-align: center;
  }
  .col-4-products.second {
    width: 100%;
    margin-left: 0%;
    margin-right: 0px;
    height: auto;
    float: left;
    text-align: center;
  }
}

/*CTP changes*/

@media (max-width:780px) {
  .hide-sm {
    display: none;
  }
}
i.asterisk {
  color: inherit;
  font-size: 12px;
}

img.sidebarimage.tp36 {
  padding: 9%;
}
img.sidebarimage.upv66 {
    padding: 5%;
}