/* Italic font */
/* /end Italic font */
.text-red {
  color: #CD181E !important; }

.text-white {
  color: #FFFFFF !important; }

.text-dark {
  color: #243342 !important; }

.text-yellow {
  color: #F7A219 !important; }

small {
  background-color: yellow;
  padding: 2px 4px; }

body {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  color: #243342; }

p {
  letter-spacing: -0.02em;
  font-size: 22px;
  margin-bottom: 1em; }

h2 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.04em; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 36px; } }
  h2.display {
    font-size: 58px; }
    @media screen and (max-width: 767px) {
      h2.display {
        font-size: 44px; } }

h3 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -.04em;
  letter-spacing: -0.04em; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 40px; } }

.btn {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  padding: .5rem .75rem;
  border-radius: 0;
  min-width: 160px; }
  @media screen and (max-width: 767px) {
    .btn {
      min-width: auto; } }

.btn-group-lg > .btn, .btn-lg {
  padding: .625rem 1rem; }

.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem; }

.btn-primary {
  color: #FFFFFF;
  background-color: #CD181E;
  border-color: transparent; }
  .btn-primary:hover {
    color: #FFFFFF;
    background-color: #9f1317;
    border-color: #9f1317; }
  .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active,
  .btn-primary .show > .btn-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #720d11;
    border-color: #720d11; }

.btn-outline-primary {
  color: #CD181E;
  border-color: #CD181E; }
  .btn-outline-primary:hover {
    color: #FFFFFF;
    background-color: #CD181E;
    border-color: #CD181E; }
  .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active,
  .btn-outline-primary .show > .btn-outline-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #CD181E;
    border-color: #CD181E; }

.btn-secondary {
  color: #FFFFFF;
  background-color: #F7A219;
  border-color: #F7A219; }
  .btn-secondary:hover {
    color: #FFFFFF;
    background-color: #d68707;
    border-color: #d68707; }
  .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active,
  .btn-secondary .show > .btn-secondary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #a46806;
    border-color: #a46806; }

.btn-outline-secondary {
  color: #F7A219;
  border-color: #F7A219; }
  .btn-outline-secondary:hover {
    color: #FFFFFF;
    background-color: #F7A219;
    border-color: #F7A219; }
  .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active,
  .btn-outline-secondary .show > .btn-outline-secondary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #F7A219;
    border-color: #F7A219; }

.btn-light {
  color: #243342;
  background-color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-light:hover {
    color: #FFFFFF;
    background-color: #243342;
    border-color: #243342; }
  .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active,
  .btn-light .show > .btn-light.dropdown-toggle {
    color: #FFFFFF;
    background-color: #243342;
    border-color: #243342; }

.btn-outline-light {
  color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-outline-light:hover {
    color: #243342;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active,
  .btn-outline-light .show > .btn-outline-light.dropdown-toggle {
    color: #243342;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }

.btn-dark {
  color: #FFFFFF;
  background-color: #9299A1;
  border-color: #9299A1; }
  .btn-dark:hover {
    color: #FFFFFF;
    background-color: #777f89;
    border-color: #777f89; }
  .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active,
  .btn-dark .show > .btn-light.dropdown-toggle {
    color: #FFFFFF;
    background-color: #6b737c;
    border-color: #6b737c; }

.btn-outline-dark {
  color: #9299A1;
  border-color: #9299A1; }
  .btn-outline-dark:hover {
    color: #FFFFFF;
    background-color: #9299A1;
    border-color: #9299A1; }
  .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active,
  .btn-outline-dark .show > .btn-outline-dark.dropdown-toggle {
    color: #FFFFFF;
    background-color: #9299A1;
    border-color: #9299A1; }

.btn-icon {
  position: relative;
  padding-right: 3.125rem;
  border: 0;
  transition: all .15s ease;
  padding-top: .5625rem;
  padding-bottom: .5625rem; }
  .btn-icon.btn-primary::before {
    background-color: #891014; }
  .btn-icon.btn-secondary::before {
    background-color: #768089; }
  .btn-icon.btn-dark::before {
    background-color: #768089; }
  .btn-icon.btn-light::before {
    background-color: #768089;
    color: #FFFFFF; }
  .btn-icon::before {
    background-color: cyan;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    line-height: 1.9;
    font-size: 1.5em;
    width: 36px;
    font-family: 'FontAwesome';
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; }
  .btn-icon::after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .btn-icon.icon-angle-right:before {
    content: '\f105'; }

#cloudhawk-nav.navbar {
  background-color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  box-shadow: 0 1px 3px -1px #E4E5E7; }
  #cloudhawk-nav.navbar.homepage-navbar {
    background-color: rgba(255, 255, 255, 0.5);
    transition: background-color .5s ease; }
    #cloudhawk-nav.navbar.homepage-navbar:hover {
      background-color: #FFFFFF; }
    #cloudhawk-nav.navbar.homepage-navbar.scrolled {
      background-color: white; }
  @media screen and (min-width: 992px) {
    #cloudhawk-nav.navbar .container.position-relative {
      position: static !important; } }
#cloudhawk-nav .navbar-brand {
  width: 200px; }
  @media screen and (max-width: 575px) {
    #cloudhawk-nav .navbar-brand {
      width: 200px; } }
  #cloudhawk-nav .navbar-brand:hover img {
    transform: translateY(-0.125rem); }
  #cloudhawk-nav .navbar-brand img {
    transition: transform .15s ease; }
#cloudhawk-nav .navbar-toggler {
  border-color: #CD181E; }
#cloudhawk-nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(205,24,30, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
#cloudhawk-nav .navbar-nav .nav-link {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #243342;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media screen and (max-width: 991px) {
    #cloudhawk-nav .navbar-nav .nav-link {
      text-align: left; } }
  #cloudhawk-nav .navbar-nav .nav-link:hover {
    color: #CD181E; }
  #cloudhawk-nav .navbar-nav .nav-link .active {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700; }
  #cloudhawk-nav .navbar-nav .nav-link.dropdown-toggle::after {
    display: none; }
  #cloudhawk-nav .navbar-nav .nav-link.nav-link-mega {
    text-align: left;
    padding-left: 0;
    padding-right: 0; }
#cloudhawk-nav .navbar-nav .megamenu {
  position: static; }
  @media screen and (max-width: 991px) {
    #cloudhawk-nav .navbar-nav .megamenu {
      position: relative; } }
  #cloudhawk-nav .navbar-nav .megamenu h6 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    font-size: 13px;
    letter-spacing: 0.01em;
    border-bottom: 2px solid #CD181E; }
    #cloudhawk-nav .navbar-nav .megamenu h6 a {
      color: #243342;
      transition: color .15s ease; }
      #cloudhawk-nav .navbar-nav .megamenu h6 a:hover {
        color: #CD181E; }
#cloudhawk-nav .navbar-nav .megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
  margin-top: 0;
  margin-top: -8px; }
#cloudhawk-nav .navbar-nav .megamenu-gray {
  background-color: #f7f7f8;
  background-color: #f8fafb; }
#cloudhawk-nav .tiny-nav .nav-link {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  color: #243342;
  text-transform: uppercase;
  padding: .25rem .5rem;
  border-right: 1px solid #243342; }
  #cloudhawk-nav .tiny-nav .nav-link:hover {
    color: #CD181E; }
  #cloudhawk-nav .tiny-nav .nav-link.nav-quote {
    color: #CD181E;
    border-right: none;
    background-color: transparent;
    border: none; }
    #cloudhawk-nav .tiny-nav .nav-link.nav-quote:hover {
      color: #F7A219; }
  @media screen and (max-width: 991px) {
    #cloudhawk-nav .tiny-nav .nav-link {
      font-size: 12px;
      margin-bottom: .5rem;
      padding: .25rem 0;
      border-right: none; } }
#cloudhawk-nav .dropdown-item {
  color: #243342;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px; }
  #cloudhawk-nav .dropdown-item:hover, #cloudhawk-nav .dropdown-item:focus {
    color: #CD181E;
    background-color: transparent; }
  #cloudhawk-nav .dropdown-item:active {
    background-color: #E4E5E7;
    background-color: transparent;
    color: #720d11; }
#cloudhawk-nav .dropdown-menu {
  border-radius: 0;
  border-color: #E4E5E7;
  border: none;
  background-color: transparent; }

.dropdown-menu {
  position: absolute;
  opacity: 0;
  left: -9999px;
  top: 100%;
  margin: 0; }
  .dropdown-menu.show-sub {
    display: block;
    opacity: 1;
    left: auto;
    width: 100%;
    border: 0; }

@media screen and (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    opacity: 1;
    z-index: 11;
    left: 0;
    display: block; } }
.dropdown .arrow-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: auto;
  background: #243342;
  color: #CD181E;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  transition: all .15s ease; }
  @media screen and (min-width: 992px) {
    .dropdown .arrow-btn {
      display: none; } }
  .dropdown .arrow-btn.active {
    color: #CD181E;
    color: #243342;
    background: #CD181E; }
    .dropdown .arrow-btn.active i:before {
      content: "\f068"; }
  .dropdown .arrow-btn:hover {
    color: #FFFFFF; }
.dropdown .has-children:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent; }
@media screen and (max-width: 992px) {
  .dropdown .has-children:after {
    display: none; } }

.burger-menu {
  transition: 1s ease-in-out;
  transform: rotate(0deg);
  position: absolute;
  z-index: 99;
  right: 0;
  width: 50px;
  height: 50px; }
  @media screen and (min-width: 992px) {
    .burger-menu {
      display: none; } }
  .burger-menu #nav-icon {
    position: absolute;
    top: 1.125rem;
    right: 0;
    width: 1.5rem;
    height: 1.5rem; }
    .burger-menu #nav-icon span {
      transition: .25s ease-in-out;
      opacity: 1;
      transform: rotate(0deg);
      position: absolute;
      left: 0;
      width: 100%;
      height: 3px;
      display: block;
      background: #CD181E;
      border-radius: 0; }
      .burger-menu #nav-icon span:nth-child(1) {
        top: 0; }
      .burger-menu #nav-icon span:nth-child(2), .burger-menu #nav-icon span:nth-child(3) {
        top: 6px; }
      .burger-menu #nav-icon span:nth-child(4) {
        top: 12px; }
  .burger-menu .burger-menu-toggle.active #nav-icon span:nth-child(1), .burger-menu .burger-menu-toggle.active #nav-icon span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%; }
  .burger-menu .burger-menu-toggle.active #nav-icon span:nth-child(2) {
    transform: rotate(45deg); }
  .burger-menu .burger-menu-toggle.active #nav-icon span:nth-child(3) {
    transform: rotate(-45deg); }

@media screen and (max-width: 992px) {
  #cloudhawk-nav .navbar-collapse {
    padding-left: 1rem;
    transition: right .25s ease-in-out;
    overflow-y: auto;
    background: #FFFFFF;
    position: fixed;
    z-index: 2000;
    top: 68px;
    right: -340px;
    width: 320px;
    height: 100%;
    padding-bottom: 80px; } }
  @media screen and (max-width: 992px) and (max-width: 575px) {
    #cloudhawk-nav .navbar-collapse {
      top: 68px; } }
@media screen and (max-width: 992px) {
    #cloudhawk-nav .navbar-collapse.show {
      right: 0; } }

footer {
  background-color: rgba(36, 51, 66, 0.75);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-blend-mode: multiply;
  background-attachment: fixed; }
  @media screen and (max-width: 575px) {
    footer {
      background-size: auto;
      background-attachment: initial; } }
  footer section.footer-cta .container {
    padding-top: 100px;
    padding-bottom: 100px; }
  footer section.footer-cta:after {
    display: block;
    content: '';
    background-image: url(../images/footer-curve.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 220px;
    background-position: center top; }
    @media screen and (max-width: 575px) {
      footer section.footer-cta:after {
        height: 300px; } }
  footer section.footer-links {
    margin-top: -150px; }
    @media screen and (max-width: 767px) {
      footer section.footer-links {
        margin-top: -180px; } }
    @media screen and (max-width: 575px) {
      footer section.footer-links {
        margin-top: -230px;
        background-color: #FFFFFF; } }
    footer section.footer-links .footer-logo img {
      max-width: 200px;
      transition: transform .15s ease; }
      footer section.footer-links .footer-logo img:hover {
        transform: translateY(-0.125rem); }
    footer section.footer-links .nav.footer-menu .nav-link {
      font-size: 12px;
      color: #243342;
      padding: .25rem .75rem .25rem 0;
      transition: color .15s ease; }
      footer section.footer-links .nav.footer-menu .nav-link:hover {
        color: #CD181E; }
    footer section.footer-links .nav.footer-menu-bottom .nav-link {
      font-size: 14px;
      line-height: .5;
      color: #243342;
      padding: .25rem .75rem;
      transition: opacity .15s ease;
      border-right: 1px solid #243342; }
      @media screen and (max-width: 575px) {
        footer section.footer-links .nav.footer-menu-bottom .nav-link {
          padding: .75rem;
          border-right: none; } }
      footer section.footer-links .nav.footer-menu-bottom .nav-link:hover {
        color: #CD181E; }
      footer section.footer-links .nav.footer-menu-bottom .nav-link.social {
        border-right: none;
        font-size: 1.2em; }
        footer section.footer-links .nav.footer-menu-bottom .nav-link.social:hover {
          opacity: .85; }
        footer section.footer-links .nav.footer-menu-bottom .nav-link.social.linkedin {
          color: #2867b2; }
        footer section.footer-links .nav.footer-menu-bottom .nav-link.social.twitter {
          color: #1DA1F2; }

footer {
  position: relative; }

section.footer-cta.test {
  position: relative;
  padding-top: 100px;
  padding-bottom: 200px; }
  section.footer-cta.test .container {
    padding-top: 0;
    padding-bottom: 0; }
  section.footer-cta.test::after {
    display: none; }

section.footer-links.test {
  margin-top: 0;
  position: relative; }

.svg-footer {
  display: block;
  position: absolute;
  bottom: 0;
  bottom: -50px;
  left: 0;
  height: auto;
  width: 100%;
  fill: #C8CCD0; }
  @media screen and (min-width: 1600px) {
    .svg-footer {
      bottom: -100px; } }

body {
  background-repeat: no-repeat;
  background-position: center 15vh;
  background-attachment: fixed;
  background-size: 84%; }
  @media screen and (min-width: 1440px) {
    body {
      background-size: 1200px; } }

html {
  scroll-padding-top: 120px;
  scroll-behavior: smooth; }

a {
  color: #CD181E; }
  a:hover {
    color: #720d11;
    text-decoration: none; }

strong {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700; }

section.main-intro {
  padding: 100px 0 50px; }
  .tab-content section.main-intro {
    padding: 0; }
    .tab-content section.main-intro ul {
      margin-left: auto;
      margin-right: auto;
      width: 80%;
      font-size: 18px; }
      @media screen and (max-width: 767px) {
        .tab-content section.main-intro ul {
          width: 100%; } }

@media screen and (min-width: 768px) {
  .text-column-span {
    columns: 2;
    column-gap: 2rem; } }

section.page-intro-navigation,
section.page-intro-features-benefits {
  padding: 50px 0; }
  section.page-intro-navigation h3,
  section.page-intro-features-benefits h3 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    color: #768089;
    transition: transform .15s ease-in-out; }
  section.page-intro-navigation a:hover h3,
  section.page-intro-features-benefits a:hover h3 {
    transform: translateY(-0.25em); }
  section.page-intro-navigation p,
  section.page-intro-features-benefits p {
    font-size: 18px; }
  section.page-intro-navigation h4,
  section.page-intro-features-benefits h4 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    color: #768089; }

.cta-area {
  background-color: #E4E5E7;
  background-color: #ecedee; }
  section.page-intro-navigation .cta-area {
    margin-top: 80px; }

.dnadesign__elemental__models__elementcontent + .elementintronavigation .page-intro-navigation {
  margin-top: -50px; }

.intro-nav-carousel .slick-prev, .intro-nav-carousel .slick-next {
  width: 32px;
  height: 32px; }
  .intro-nav-carousel .slick-prev:before, .intro-nav-carousel .slick-next:before {
    font-family: 'FontAwesome';
    color: #243342;
    font-size: 32px; }
.intro-nav-carousel .slick-prev {
  left: -16%; }
  .intro-nav-carousel .slick-prev:before {
    content: "\f0d9"; }
.intro-nav-carousel .slick-next {
  right: -16%; }
  .intro-nav-carousel .slick-next:before {
    content: "\f0da"; }
.intro-nav-carousel .slick-dots {
  bottom: -36px; }
  .intro-nav-carousel .slick-dots li button::before {
    font-size: 12px;
    color: #C8CCD0;
    opacity: 1; }
  .intro-nav-carousel .slick-dots li.slick-active button::before {
    color: #243342; }

section.feature-announcement {
  padding: 2rem 0;
  background-color: #CD181E; }
  section.feature-announcement h2 {
    font-size: 24px; }
  section.feature-announcement p {
    font-size: 16px;
    margin: 0; }

section.feature-home-industries {
  margin-top: -3rem; }
  @media screen and (max-width: 991px) {
    section.feature-home-industries {
      margin-top: 0; } }
  section.feature-home-industries .card {
    border: none;
    border-radius: 0;
    transition: all .25s ease-in;
    background-color: #CD181E;
    height: 100%;
    z-index: 5; }
    section.feature-home-industries .card::after {
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      position: absolute;
      background: rgba(36, 51, 66, 0.5);
      background: linear-gradient(0deg, #172633 0%, rgba(23, 38, 51, 0.75) 33%, rgba(255, 255, 255, 0) 100%);
      z-index: 6;
      transition: all .25s ease-in; }
    section.feature-home-industries .card:hover {
      z-index: 7;
      transform: scale(1.25); }
      @media screen and (max-width: 991px) {
        section.feature-home-industries .card:hover {
          transform: scale(1.1); } }
      @media screen and (max-width: 575px) {
        section.feature-home-industries .card:hover {
          transform: scale(1); } }
      section.feature-home-industries .card:hover::after {
        background: rgba(36, 51, 66, 0.1);
        background: linear-gradient(0deg, rgba(23, 38, 51, 0.75) 0%, rgba(23, 38, 51, 0.25) 15%, rgba(255, 255, 255, 0) 100%); }
    section.feature-home-industries .card h3 {
      z-index: 7;
      color: white;
      font-family: 'Roboto', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 12px;
      letter-spacing: .05em;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 0;
      line-height: 1; }
    section.feature-home-industries .card .card-img-overlay {
      padding: 1rem; }
    section.feature-home-industries .card .card-img {
      border-radius: 0; }

section.feature-home-blog {
  background-color: #172633;
  padding: 100px 0;
  color: #FFFFFF; }
  section.feature-home-blog h2 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 2rem; }
  section.feature-home-blog .blog-feature h3 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #F7A219; }
  section.feature-home-blog .blog-feature p {
    font-size: 21px;
    line-height: 1.75; }
  section.feature-home-blog .list-group-item-action {
    background-color: transparent;
    border: none;
    padding: .75rem 0 .75rem 2rem;
    font-size: 24px;
    line-height: 1.25;
    color: #FFFFFF;
    position: relative;
    transition: color .15s ease;
    cursor: pointer; }
    section.feature-home-blog .list-group-item-action:hover {
      color: #F7A219; }
    section.feature-home-blog .list-group-item-action.active {
      color: #F7A219; }
      section.feature-home-blog .list-group-item-action.active:before {
        font-family: 'FontAwesome';
        content: '\f054';
        color: red;
        left: .5rem;
        position: absolute; }
  section.feature-home-blog.home-blog-update {
    min-height: 40rem;
    overflow: hidden;
    position: relative; }
    section.feature-home-blog.home-blog-update .home-blog-img {
      width: 41.6%;
      height: 100%;
      object-fit: cover;
      object-position: left;
      position: absolute;
      z-index: 1; }
  section.feature-home-blog.home-blog-update-top {
    background-color: transparent;
    margin-top: -3rem; }
    section.feature-home-blog.home-blog-update-top .home-blog-update-top_container {
      border: 10px solid #FFFFFF;
      background-color: #172633; }
      section.feature-home-blog.home-blog-update-top .home-blog-update-top_container h2 {
        font-size: 24px; }
    section.feature-home-blog.home-blog-update-top .blog-img-container {
      overflow: hidden;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      @media screen and (max-width: 991px) {
        section.feature-home-blog.home-blog-update-top .blog-img-container {
          background-image: none !important; } }
    section.feature-home-blog.home-blog-update-top .blog-img {
      object-fit: cover;
      object-position: center;
      width: 800px;
      height: 200px; }
    section.feature-home-blog.home-blog-update-top h3 {
      font-size: 32px; }

section.our-customers {
  padding: 60px 0; }
  section.our-customers p {
    font-size: 22px; }
  section.our-customers img {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: block; }

section.feature-brands {
  padding: 60px 0; }
  section.feature-brands h2 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500; }
    .tab-content section.feature-brands h2 {
      font-size: 36px; }

section.image-text-rows {
  padding-top: 50px; }
  section.image-text-rows p {
    font-size: 20px; }
  section.image-text-rows ul {
    padding-left: 1.25rem; }
  section.image-text-rows li {
    font-size: 20px;
    margin-bottom: .5em; }

section.quote-area {
  padding: 100px 0;
  background-color: rgba(36, 51, 66, 0.8);
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  section.quote-area.quote-no-bg {
    background-color: #172633; }

.quote-text {
  position: relative; }
  .quote-text::before, .quote-text::after {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12.5rem;
    line-height: 1;
    position: absolute;
    color: #F7A219; }
    @media screen and (max-width: 767px) {
      .quote-text::before, .quote-text::after {
        font-size: 8rem; } }
    @media screen and (max-width: 575px) {
      .quote-text::before, .quote-text::after {
        font-size: 6rem; } }
  .quote-text::before {
    content: '\201C';
    top: -2rem;
    left: -5rem; }
    @media screen and (max-width: 767px) {
      .quote-text::before {
        top: -3rem;
        left: -2rem; } }
    @media screen and (max-width: 575px) {
      .quote-text::before {
        top: -3rem;
        left: .5rem; } }
  .quote-text::after {
    content: '\201E';
    bottom: -2rem;
    right: -5rem; }
    @media screen and (max-width: 767px) {
      .quote-text::after {
        bottom: -3rem;
        right: -2rem; } }
    @media screen and (max-width: 575px) {
      .quote-text::after {
        bottom: -3rem;
        right: .5rem; } }
  .quote-text h2 {
    font-size: 38px; }
    @media screen and (max-width: 767px) {
      .quote-text h2 {
        font-size: 26px; } }
  .quote-text p {
    font-size: 28px;
    line-height: 1.4; }
    @media screen and (max-width: 767px) {
      .quote-text p {
        font-size: 20px; } }
  .quote-text span {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px; }
    @media screen and (max-width: 767px) {
      .quote-text span {
        font-size: 18px; } }

section.feature-home-quote-compliance {
  position: relative;
  padding-top: 200px;
  padding-bottom: 100px;
  background-color: rgba(36, 51, 66, 0.5);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }
  @media screen and (max-width: 575px) {
    section.feature-home-quote-compliance {
      padding-top: 100px;
      padding-bottom: 40px;
      background-size: auto;
      background-position: center;
      background-attachment: initial; } }
  section.feature-home-quote-compliance .compliance-area h2 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300; }
  section.feature-home-quote-compliance .compliance-area p {
    font-size: 22px; }
    @media screen and (max-width: 575px) {
      section.feature-home-quote-compliance .compliance-area p {
        font-size: 18px; } }
  @media screen and (max-width: 575px) {
    section.feature-home-quote-compliance figure img {
      max-width: 75%; } }
  section.feature-home-quote-compliance .svg-history-bottom {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    fill: #172633; }

section.feature-home-history {
  position: relative;
  padding-top: 480px;
  padding-bottom: 50px;
  background-color: #172633;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 90%; }
  @media screen and (max-width: 991px) {
    section.feature-home-history {
      padding-top: 260px; } }
  section.feature-home-history h2 {
    color: #F7A219;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300; }
  section.feature-home-history h3 {
    font-size: 24px; }
  section.feature-home-history .history-item p {
    font-size: 16px;
    line-height: 1.75rem; }
  section.feature-home-history .svg-history-top {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    fill: #FFFFFF; }

section.company-intro {
  padding: 200px 0;
  background-color: #172633;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 84%; }
  @media screen and (min-width: 1440px) {
    section.company-intro {
      background-size: 1200px; } }
  @media screen and (max-width: 575px) {
    section.company-intro {
      padding: 120px 0; } }
  section.company-intro h2 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300; }

section.feature-mission {
  padding: 100px 0;
  background-color: rgba(36, 51, 66, 0.8);
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  section.feature-mission h2 {
    font-size: 76px;
    color: #F7A219; }
    @media screen and (max-width: 767px) {
      section.feature-mission h2 {
        font-size: 54px; } }
  section.feature-mission p {
    font-size: 24px; }

section.feature-leadership {
  padding: 100px 0;
  background-color: #172633; }
  section.feature-leadership h2 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #F7A219; }
  section.feature-leadership .leadership-team h3 {
    font-size: 24px;
    color: #F7A219; }
  section.feature-leadership .leadership-team p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    line-height: 1.33; }
  section.feature-leadership .leadership-team .btn {
    min-width: auto; }
  section.feature-leadership .leadership-team .btn-social {
    background-color: #2867b2;
    border-color: #2867b2; }
    section.feature-leadership .leadership-team .btn-social:hover {
      background-color: #235A9C;
      border-color: #235A9C; }

section.careers-intro {
  background-color: rgba(36, 51, 66, 0.5);
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  section.careers-intro .container {
    padding-top: 100px;
    padding-bottom: 50px; }
  section.careers-intro:after {
    display: block;
    content: '';
    background-image: url(../images/footer-curve.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 220px;
    background-position: center top; }
  section.careers-intro h2 {
    font-size: 76px; }
    @media screen and (max-width: 767px) {
      section.careers-intro h2 {
        font-size: 54px; } }

section.job-listings {
  background-color: #FFFFFF;
  padding-bottom: 100px;
  margin-top: -10px; }
  section.job-listings h2 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500; }
  section.job-listings .job-heading {
    padding: .5rem 2rem;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #CD181E; }
    @media screen and (max-width: 767px) {
      section.job-listings .job-heading {
        padding: 0.5rem 0; } }
  section.job-listings .job-content {
    position: relative; }
    section.job-listings .job-content .job-item {
      border-top: 1px solid #C8CCD0;
      padding: .5rem 2rem; }
      @media screen and (max-width: 767px) {
        section.job-listings .job-content .job-item {
          padding: 0.5rem 0; } }
      section.job-listings .job-content .job-item a.job-details {
        color: #CD181E;
        text-decoration: none; }
      section.job-listings .job-content .job-item.active .fa:before {
        content: "\f0d8"; }
      section.job-listings .job-content .job-item .job-details-description p {
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 1.125rem;
        margin-bottom: 0.25rem; }
      section.job-listings .job-content .job-item .job-details-description h3 {
        font-size: 1.75rem;
        margin-bottom: 0; }
      section.job-listings .job-content .job-item .job-text p {
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        margin-bottom: 1em; }

section.feature-informational-bg-image-text {
  padding: 100px 0;
  background-color: rgba(36, 51, 66, 0.5);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply; }
  section.feature-informational-bg-image-text p {
    font-size: 18px; }

section.feature-benefits {
  padding: 50px 0 100px;
  background-color: #FFFFFF; }
  section.feature-benefits h2 {
    font-size: 38px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500; }
  section.feature-benefits .benefit-item h3 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: #CD181E; }
  section.feature-benefits .benefit-item p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px; }
  section.feature-benefits .benefits-carousel .slick-dots {
    position: static;
    margin-top: 1rem; }
    section.feature-benefits .benefits-carousel .slick-dots li button::before {
      opacity: 1;
      font-size: 18px;
      color: #CD181E; }
    section.feature-benefits .benefits-carousel .slick-dots li.slick-active button::before {
      color: #243342; }

section.blog-listing .row {
  margin-top: 100px;
  margin-bottom: 100px; }
section.blog-listing a h2 {
  color: #243342;
  transition: color .15s ease; }
  section.blog-listing a h2:hover, section.blog-listing a h2:focus, section.blog-listing a h2:active {
    color: #CD181E; }
section.blog-listing h2 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px; }
section.blog-listing p {
  font-size: 18px;
  line-height: 1.75; }

.blog-post h2 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  color: #CD181E;
  margin-top: 1em; }
.blog-post h3 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  color: #CD181E;
  margin-top: 1em; }
.blog-post h4 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  margin-top: 1em; }
.blog-post blockquote {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  color: #CD181E;
  margin: 3rem 0; }
.blog-post ul, .blog-post ol {
  font-size: 22px;
  padding-left: 1em; }
  .blog-post ul li, .blog-post ol li {
    margin-bottom: .25em; }
.blog-post .back {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700; }
  .blog-post .back .fa {
    margin-right: .5rem;
    transition: transform .15s ease; }
  .blog-post .back:hover .fa {
    transform: translateX(-0.25rem); }

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.page-item.active .page-link {
  color: #FFFFFF;
  background-color: #CD181E;
  border-color: #CD181E; }

.page-link {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #3F4D5A;
  border: 1px solid #3F4D5A;
  margin-left: .175rem;
  margin-right: .175rem; }
  .page-link:hover {
    color: #FFFFFF;
    background-color: #CD181E;
    border-color: #CD181E; }

section.contact-us {
  padding-top: 100px;
  padding-bottom: 100px; }
  section.contact-us section.main-intro {
    padding: 0; }
    section.contact-us section.main-intro .container {
      padding-left: 0;
      padding-right: 0; }
    section.contact-us section.main-intro h2 {
      text-align: left !important;
      font-family: 'Roboto', sans-serif;
      font-style: normal;
      font-weight: 700;
      color: #CD181E; }
  section.contact-us .office-address {
    font-size: 1.125rem; }
    section.contact-us .office-address h4 {
      font-family: 'Roboto', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 1.125rem;
      color: #768089; }
    section.contact-us .office-address p {
      font-size: 18px; }
  section.contact-us .social-media-links h5 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.03em;
    font-size: 1.5rem;
    color: #768089; }
  section.contact-us .social-media-links .nav-link {
    color: #CD181E;
    transition: color .15s ease; }
    section.contact-us .social-media-links .nav-link:hover {
      color: #243342; }

.landing-page-content-section .benefit-item.mb-5 {
  margin-bottom: 1.5rem !important; }

.landing-page-cta-section {
  background-color: #CD181E;
  color: #FFFFFF;
  padding-top: 3.5rem; }
  .landing-page-cta-section .btn-primary {
    color: #243342;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
    .landing-page-cta-section .btn-primary:hover {
      color: #FFFFFF;
      background-color: #243342;
      border-color: #243342; }
    .landing-page-cta-section .btn-primary:not(:disabled):not(.disabled).active, .landing-page-cta-section .btn-primary:not(:disabled):not(.disabled):active,
    .landing-page-cta-section .btn-primary .show > .btn-light.dropdown-toggle {
      color: #FFFFFF;
      background-color: #243342;
      border-color: #243342; }
  .landing-page-cta-section .btn-icon.btn-primary::before {
    background-color: #768089;
    color: #FFFFFF; }

#resources-holder .resources-filter a {
  color: #243342; }
  #resources-holder .resources-filter a h4 {
    font-size: 1.25rem;
    margin-bottom: 0; }
  #resources-holder .resources-filter a i.fa {
    font-size: .75rem;
    transition: transform .15s linear; }
  #resources-holder .resources-filter a.collapsed i.fa {
    transform: rotate(180deg); }
#resources-holder .resources-filter .nav-item.custom-checkbox, #resources-holder .resources-filter .nav-item.form-check {
  padding-left: 1.5rem;
  margin: .25rem 0; }
#resources-holder .resources-filter .nav-item .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #CD181E;
  background-color: #CD181E; }
#resources-holder .resources-filter .navbar-light .navbar-brand {
  color: #243342; }
#resources-holder .resources-listing a.resource-card {
  text-decoration: none; }
  #resources-holder .resources-listing a.resource-card:hover h3 {
    color: #CD181E; }
#resources-holder .resources-listing .card.resource-card {
  border-radius: 0;
  border: none;
  background-color: transparent; }
  #resources-holder .resources-listing .card.resource-card .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  #resources-holder .resources-listing .card.resource-card .badge {
    position: absolute;
    left: .75rem;
    top: .75rem; }
  #resources-holder .resources-listing .card.resource-card .badge-resource {
    color: #243342;
    background-color: #F7A219; }
  #resources-holder .resources-listing .card.resource-card .card-body {
    padding: .5rem 0 1rem; }
  #resources-holder .resources-listing .card.resource-card h3 {
    font-size: 1.25rem;
    line-height: 1.25;
    letter-spacing: 0;
    color: #243342;
    margin-bottom: 1rem;
    transition: color .15s ease; }
  #resources-holder .resources-listing .card.resource-card .resource-card-cta {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1;
    color: #CD181E; }
    #resources-holder .resources-listing .card.resource-card .resource-card-cta:hover i.fa {
      margin-left: .25em; }
    #resources-holder .resources-listing .card.resource-card .resource-card-cta i.fa {
      font-size: .625rem;
      transition: margin-left .15s ease; }

.masthead {
  height: 40vh;
  min-height: 575px;
  padding-top: 106px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #3F4D5A; }
  @media screen and (max-width: 767px) {
    .masthead {
      height: 66vh;
      min-height: 680px;
      padding-top: 69px; } }
  .masthead h1 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 76px;
    line-height: .9;
    letter-spacing: -0.04em; }
    @media screen and (max-width: 767px) {
      .masthead h1 {
        font-size: 66px; } }
    @media screen and (max-width: 575px) {
      .masthead h1 {
        font-size: 48px; } }
  .masthead p.subtitle {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin-bottom: 0; }
    @media screen and (max-width: 575px) {
      .masthead p.subtitle {
        font-size: 24px; } }
  .masthead .badge {
    padding: .5rem 1rem;
    text-transform: uppercase; }
    .masthead .badge.badge-primary {
      font-family: 'Roboto', sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 13px;
      letter-spacing: .05em;
      background-color: #243342;
      border-radius: 0; }
  .masthead.company-page {
    background-blend-mode: normal;
    background-position: top;
    height: 100vh;
    min-height: 740px; }
    @media screen and (max-width: 575px) {
      .masthead.company-page {
        background-size: auto;
        background-position: 80% center; } }
    .masthead.company-page .company-intro-gradient {
      height: 260px;
      margin-top: -260px;
      background: none;
      background: linear-gradient(0deg, #172633 0%, rgba(23, 38, 51, 0.75) 33%, rgba(255, 255, 255, 0) 100%); }
    .masthead.company-page .company-cta .card {
      background-color: #CD181E;
      border: none;
      border-radius: 0; }
    .masthead.company-page .company-cta .card-body {
      border: none;
      border-radius: 0; }
    .masthead.company-page .company-cta .card-footer {
      border: none; }
    .masthead.company-page .company-cta .card-title {
      color: #FFFFFF;
      margin: 0;
      text-transform: uppercase;
      font-size: 24px;
      line-height: 1.2; }
      .masthead.company-page .company-cta .card-title span {
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 26px; }
    .masthead.company-page .company-cta .card-background {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      @media screen and (max-width: 767px) {
        .masthead.company-page .company-cta .card-background {
          padding-bottom: 56.25%; } }
  .masthead.blog-header p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 32px; }
    @media screen and (max-width: 767px) {
      .masthead.blog-header p {
        font-size: 24px; } }
  .masthead.blog-header.blog-feature {
    background-color: rgba(36, 51, 66, 0.8); }
  .masthead.video-banner {
    position: relative;
    background-color: #3F4D5A;
    width: 100%;
    overflow: hidden; }
    .masthead.video-banner video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: 0;
      -ms-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
    .masthead.video-banner .container {
      position: relative;
      z-index: 2; }
    .masthead.video-banner .overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1; }

@media (pointer: coarse) and (hover: none) {
  .masthead.video-banner video {
    display: none; } }
.slick-dotted.slick-slider {
  margin-bottom: 0; }

.blog-carousel-dots-container {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0; }

.blog-carousel-dots {
  height: 40px;
  position: relative;
  width: 100%; }
  .blog-carousel-dots .slick-dots {
    bottom: 0;
    right: 0;
    width: auto; }
    .blog-carousel-dots .slick-dots li {
      width: 20px;
      height: 30px; }
      .blog-carousel-dots .slick-dots li button {
        width: 30px;
        height: 40px; }
        .blog-carousel-dots .slick-dots li button::before {
          font-family: 'FontAwesome';
          content: '\F105';
          font-size: 48px;
          color: #FFFFFF;
          opacity: 1;
          width: 30px;
          height: 50px;
          transition: transform .15s ease; }
      .blog-carousel-dots .slick-dots li.slick-active button::before {
        color: #F7A219; }
      .blog-carousel-dots .slick-dots li:hover button::before {
        transform: translateY(-0.1875rem); }

section.feature-cloudhawk-advantage {
  padding: 100px 0;
  background-color: rgba(36, 51, 66, 0.5);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }
  @media screen and (max-width: 575px) {
    section.feature-cloudhawk-advantage {
      padding: 80px 0;
      background-attachment: inherit;
      background-size: auto; } }
  @media screen and (min-width: 992px) {
    section.feature-cloudhawk-advantage h2 {
      font-size: 76px; } }
  section.feature-cloudhawk-advantage p {
    font-size: 28px; }
    @media screen and (max-width: 991px) {
      section.feature-cloudhawk-advantage p {
        font-size: 24px; } }
  section.feature-cloudhawk-advantage.video-bg {
    position: relative;
    width: 100%;
    overflow: hidden; }
    section.feature-cloudhawk-advantage.video-bg video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: 0;
      -ms-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
    section.feature-cloudhawk-advantage.video-bg .container {
      position: relative;
      z-index: 2; }
    section.feature-cloudhawk-advantage.video-bg .overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(36, 51, 66, 0.5);
      z-index: 1; }
    @media (pointer: coarse) and (hover: none) {
      section.feature-cloudhawk-advantage.video-bg video {
        display: none; }
      section.feature-cloudhawk-advantage.video-bg .overlay {
        display: none; } }

.tab-section .tab-menu .nav-tabs {
  border-bottom: 0; }
  .tab-section .tab-menu .nav-tabs .nav-item {
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .tab-section .tab-menu .nav-tabs .nav-item {
        margin: 0 4px 0; } }
  .tab-section .tab-menu .nav-tabs .nav-link {
    padding: .3rem 1rem;
    font-size: 22px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    border-radius: 0;
    color: #FFFFFF;
    background-color: #768089;
    min-height: 4rem;
    text-transform: uppercase;
    transition: color .15s ease-in, background-color .15s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none; }
    @media screen and (max-width: 991px) {
      .tab-section .tab-menu .nav-tabs .nav-link {
        font-size: 18px; } }
    .tab-section .tab-menu .nav-tabs .nav-link.active {
      color: #768089;
      border: none;
      background: #FFFFFF; }
    .tab-section .tab-menu .nav-tabs .nav-link:hover:not(.active) {
      color: #243342;
      border: none;
      background-color: #E4E5E7;
      min-height: calc(4rem + 8px);
      margin-top: -8px; }
@media screen and (min-width: 768px) {
  .tab-section.advantage-tab-section {
    margin-top: -4rem;
    margin-top: calc( -4rem - 1px );
    position: relative;
    z-index: 100; } }
.tab-section.advantage-tab-section .advantage-intro ul {
  padding-left: 1.5em; }
  .tab-section.advantage-tab-section .advantage-intro ul li {
    font-size: 22px; }
.tab-section.no-intro-tab-section {
  padding-top: 100px;
  border-bottom: 1px solid #C8CCD0; }
  .tab-section.no-intro-tab-section .tab-menu .nav-tabs .nav-link.active {
    border: 1px solid #C8CCD0;
    border-bottom: none; }
  .tab-section.no-intro-tab-section .tab-menu .nav-tabs .nav-item {
    margin-bottom: -1px; }

.tab-section-content {
  min-height: 200px;
  background: #FFFFFF; }

section.product-full-width-image {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  min-height: 720px; }
  @media screen and (min-width: 1200px) and (max-width: 1500px) {
    section.product-full-width-image {
      background-size: 50%; } }
  @media screen and (max-width: 1199px) {
    section.product-full-width-image {
      background-size: 40%;
      min-height: 40vw; } }
  @media screen and (max-width: 991px) {
    section.product-full-width-image {
      background-size: 80%;
      background-position-y: top; } }
  section.product-full-width-image.image-left {
    background-position-x: left; }
  section.product-full-width-image.image-right {
    background-position-x: right; }
  section.product-full-width-image h3 {
    font-size: 38px;
    margin: 0; }
    @media screen and (max-width: 991px) {
      section.product-full-width-image h3 {
        padding-top: 400px;
        padding-top: 58vw; } }
  section.product-full-width-image p {
    font-size: 18px; }
    section.product-full-width-image p.subtitle {
      font-size: 32px;
      color: #768089;
      margin: 0; }
  section.product-full-width-image ul {
    font-size: 18px;
    padding-left: 1em; }
  section.product-full-width-image hr {
    border-top: 2px solid #3F4D5A;
    margin-top: 1rem;
    margin-bottom: 1.5rem; }
  section.product-full-width-image h4 {
    font-size: 20px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700; }

section.product-area {
  padding: 50px 0; }
  section.product-area h3 {
    font-size: 32px;
    color: #9299A1;
    margin: 0; }
  section.product-area p {
    font-size: 18px; }
  section.product-area hr {
    border-top: 2px solid #3F4D5A;
    margin-top: .75rem;
    margin-bottom: .75rem; }
  section.product-area h4 {
    font-size: 20px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700; }
    section.product-area h4.specifications-header {
      font-size: 18px;
      text-transform: uppercase;
      padding: 1rem 0 .5rem;
      font-family: 'Roboto', sans-serif;
      font-style: normal;
      font-weight: 700;
      border-bottom: 1px solid #C8CCD0; }

section.basic-tab-content {
  padding: 50px 0; }
  section.basic-tab-content p {
    font-size: 18px; }
  section.basic-tab-content a:not(.btn) {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500; }
  section.basic-tab-content ul li {
    font-size: 18px;
    margin-bottom: .5rem; }

.tab-bottom-gradient {
  display: none; }

.Page.sensors .tab-bottom-gradient,
.Page.channel-programs .tab-bottom-gradient {
  display: block;
  height: 80px;
  margin-bottom: -50px;
  background: #FFFFFF;
  background: linear-gradient(to bottom, #FFFFFF 25%, rgba(255, 255, 255, 0.35) 75%, rgba(255, 255, 255, 0) 100%); }

form.userform label.left {
  display: none; }

form div.field {
  margin-bottom: 1rem; }
  form div.field input[type=text],
  form div.field input[type=email],
  form div.field input[type=tel],
  form div.field input[type=number],
  form div.field input[type=password],
  form div.field textarea,
  form div.field select {
    color: #243342;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
    padding: .375rem .75rem;
    border: 1px solid #C8CCD0;
    display: block;
    width: 100%;
    height: calc(1.5em + 1rem + 2px);
    border-radius: 0;
    background-color: #FFFFFF;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
    form div.field input[type=text]::placeholder, form div.field input[type=text]::-webkit-input-placeholder,
    form div.field input[type=email]::placeholder,
    form div.field input[type=email]::-webkit-input-placeholder,
    form div.field input[type=tel]::placeholder,
    form div.field input[type=tel]::-webkit-input-placeholder,
    form div.field input[type=number]::placeholder,
    form div.field input[type=number]::-webkit-input-placeholder,
    form div.field input[type=password]::placeholder,
    form div.field input[type=password]::-webkit-input-placeholder,
    form div.field textarea::placeholder,
    form div.field textarea::-webkit-input-placeholder,
    form div.field select::placeholder,
    form div.field select::-webkit-input-placeholder {
      color: #768089; }
    form div.field input[type=text]:focus,
    form div.field input[type=email]:focus,
    form div.field input[type=tel]:focus,
    form div.field input[type=number]:focus,
    form div.field input[type=password]:focus,
    form div.field textarea:focus,
    form div.field select:focus {
      color: #243342;
      border-color: #F7A219;
      box-shadow: 0 0 0 1px #F7A219;
      outline: none; }

form textarea {
  height: auto !important;
  width: 100%;
  resize: none; }
form .error.message {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #CD181E; }
form ul {
  list-style-type: none;
  padding-left: 0; }
  form ul li label {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300; }
form label {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: .25rem; }
  form label.hs-error-msg {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    margin-top: .25em;
    color: #CD181E; }
form input[type=checkbox],
form input[type=radio] {
  margin-right: 6px; }
form .hs_submit.hs-submit input[type=submit]:not(:disabled) {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  border-radius: 0;
  min-width: 160px;
  padding: .625rem 1rem;
  color: #FFFFFF;
  background-color: #CD181E;
  border-color: transparent; }

section.form-request-quote, section.form-eld, section.form-channel-partner {
  padding-top: 100px;
  padding-bottom: 100px; }

.modal-title {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #CD181E; }

.modal-body.request-quote {
  padding-top: 2rem; }
  .modal-body.request-quote h2 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    margin-bottom: 1em; }

#MemberLoginForm_LoginForm #ForgotPassword {
  font-size: 18px;
  margin-bottom: 0; }
#MemberLoginForm_LoginForm .btn-toolbar {
  align-items: center; }
#MemberLoginForm_LoginForm input[type=submit] {
  margin-top: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  padding: .5rem .75rem;
  border-radius: 0;
  min-width: 160px;
  color: #FFFFFF;
  background-color: #CD181E;
  border: transparent; }

.form-trigger-external-link {
  display: none; }

.form-trigger-slideout {
  display: block; }

.fixed-button-container {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 1029;
  width: 0; }
  .fixed-button-container .fixed-cta-button {
    transform-origin: 0% 0%;
    transform: rotate(90deg) translate(0%, 0%);
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    min-width: 160px; }
    @media screen and (max-width: 575px) {
      .fixed-button-container .fixed-cta-button {
        min-width: 120px; } }

.sticky-cta-rightSlideOut {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF !important;
  z-index: 1029;
  min-width: 160px; }
  .sticky-cta-rightSlideOut:hover {
    /*transform: translate(0) rotate(90deg);
    padding-top: .75rem;*/ }
  @media screen and (max-width: 575px) {
    .sticky-cta-rightSlideOut {
      min-width: 120px; } }

#rightSlideOut {
  width: 520px;
  z-index: 2000; }
  @media screen and (max-width: 767px) {
    #rightSlideOut {
      width: 85%; } }
  @media screen and (max-width: 991px) {
    #rightSlideOut {
      z-index: 1029; } }

.inner-form-area {
  height: 100%;
  padding: 2rem 1.5rem;
  overflow-y: auto;
  overflow-x: hidden;
  color: #FFFFFF; }
  @media screen and (max-width: 991px) {
    .inner-form-area {
      padding-top: 6rem; } }
  .inner-form-area h2 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    margin-bottom: 1em; }
  .inner-form-area a {
    color: #F7A219; }
    .inner-form-area a:hover {
      color: #243342; }
  .inner-form-area form div.field input[type=text],
  .inner-form-area form div.field input[type=email],
  .inner-form-area form div.field input[type=tel],
  .inner-form-area form div.field input[type=number],
  .inner-form-area form div.field input[type=password],
  .inner-form-area form div.field textarea,
  .inner-form-area form div.field select {
    border: 1px solid transparent; }
  .inner-form-area form textarea {
    height: auto !important;
    width: 100%;
    resize: none; }
  .inner-form-area form .error.message {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #CD181E;
    color: #172633; }
  .inner-form-area form ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0; }
    .inner-form-area form ul li label {
      font-family: 'Roboto', sans-serif;
      font-style: normal;
      font-weight: 300; }
  .inner-form-area form label {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    margin-bottom: .25rem; }
    .inner-form-area form label.hs-error-msg {
      font-family: 'Roboto', sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      margin-top: .25em;
      color: #CD181E;
      color: #172633; }
  .inner-form-area form input[type=checkbox],
  .inner-form-area form input[type=radio] {
    margin-right: 6px; }
  .inner-form-area form .hs_submit.hs-submit input[type=submit]:not(:disabled) {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    border-radius: 0;
    min-width: 160px;
    padding: .625rem 1rem;
    color: #FFFFFF;
    background-color: #CD181E;
    background-color: #F7A219;
    border-color: transparent;
    margin-bottom: 2rem; }
  .inner-form-area .hs-form.hs-form-20aaf6eb-1a0e-42dd-83a6-4aba4e646162 fieldset {
    max-width: none; }
    .inner-form-area .hs-form.hs-form-20aaf6eb-1a0e-42dd-83a6-4aba4e646162 fieldset.form-columns-1 .hs-input {
      width: 100%; }
    .inner-form-area .hs-form.hs-form-20aaf6eb-1a0e-42dd-83a6-4aba4e646162 fieldset.form-columns-1 input[type="checkbox"],
    .inner-form-area .hs-form.hs-form-20aaf6eb-1a0e-42dd-83a6-4aba4e646162 fieldset.form-columns-1 input[type="radio"] {
      width: auto; }

/*
    tabSlideOUt

    By  Michael Fielding
    License: GPL v3.0
*/
.ui-slideouttab-panel, .ui-slideouttab-handle {
  box-sizing: border-box; }

.ui-slideouttab-panel {
  position: fixed;
  padding: 0;
  border: none;
  background-color: #CD181E; }

/* This class is added after the tabs are initialised, otherwise the user sees the
   tabs slide out of the way when the page is initialised. */
.ui-slideouttab-ready {
  transition: transform 0.5s ease 0s; }

/* Hide tabs and panels when printed. */
@media print {
  .ui-slideouttab-panel {
    display: none; } }
/* Tab handles */
.ui-slideouttab-handle {
  display: block;
  position: absolute;
  cursor: pointer; }

.ui-slideouttab-handle-image {
  transform: rotate(0); }

/* Right */
.ui-slideouttab-right {
  right: 0px;
  transform: translateX(100%);
  border-right: none; }

.ui-slideouttab-right.ui-slideouttab-open {
  transform: translateX(0%); }

.ui-slideouttab-right .ui-slideouttab-handle {
  transform-origin: 0% 0%;
  transform: rotate(90deg) translate(0%, 0%); }

.ui-slideouttab-right .ui-slideouttab-handle-reverse {
  transform-origin: 0% 100%;
  transform: rotate(-90deg); }

/* Left */
.ui-slideouttab-left {
  left: 0px;
  transform: translateX(-100%);
  border-left: none; }

.ui-slideouttab-left.ui-slideouttab-open {
  transform: translateX(0%); }

.ui-slideouttab-left .ui-slideouttab-handle {
  transform-origin: 100% 0%;
  transform: rotate(-90deg); }

.ui-slideouttab-left .ui-slideouttab-handle-reverse {
  transform-origin: 100% 100%;
  transform: rotate(-90deg) translate(100%, 100%); }

/* Top */
.ui-slideouttab-top {
  top: 0px;
  transform: translateY(-100%);
  border-top: none; }

.ui-slideouttab-top.ui-slideouttab-open {
  transform: translateY(0%); }

/* Bottom */
.ui-slideouttab-bottom {
  bottom: 0px;
  transform: translateY(100%);
  border-bottom: none; }

.ui-slideouttab-bottom.ui-slideouttab-open {
  transform: translateY(0%); }

/* turn font awesome icon in a tab upright */
.ui-slideouttab-left .ui-slideouttab-handle > .fa-icon,
.ui-slideouttab-right .ui-slideouttab-handle > .fa-icon {
  transform: rotate(90deg); }

.ui-slideouttab-handle > .fa-icon {
  margin-left: 0.5em; }

/* apply rounded corners if handle has the -rounded class */
.ui-slideouttab-top .ui-slideouttab-handle-rounded,
.ui-slideouttab-left .ui-slideouttab-handle-rounded {
  border-radius: 0 0 4px 4px; }

.ui-slideouttab-right .ui-slideouttab-handle-rounded,
.ui-slideouttab-bottom .ui-slideouttab-handle-rounded {
  border-radius: 4px 4px 0 0; }

/*# sourceMappingURL=style.css.map */
