/* NEW FONTS */

/* Avenir Font Family */

/* Regular */
@font-face {
  font-family: 'AvenirNext';
  src: url('../fonts/avenir-next/avenir-next-regular.woff') format('woff'),
       url('../fonts/avenir-next/avenir-next-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Medium */
@font-face {
  font-family: 'AvenirNext';
  src: url('../fonts/avenir-next/avenir-next-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* Demi Bold */
@font-face {
  font-family: 'AvenirNext';
  src: url('../fonts/avenir-next/avenir-next-demiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: 'AvenirNext';
  src: url('../fonts/avenir-next/avenir-next-bold.woff') format('woff'),
       url('../fonts/avenir-next/avenir-next-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@media (max-width: 992px) {
  .banner.module {
    padding: 0;
  }
}

/* Common Styles for Header */
.top-nav,
header {
  height: initial;
  border: none;
  background-color: #f7f7f7;
  position: relative;
  z-index: 999999;
}

body img {
  max-width: 100%;
  height: auto;
}

body iframe {
  max-width: 100%;
}


/* Page Search Input */
.searchbox .searchbox-icon {
  width: 18px;
  height: 18px;
  cursor: pointer;
  padding-top: 3px;
}

.searchbox .searchbox-icon svg {
  width: 18px;
  height: 18px;

  fill: #285ba7;
  transition: fill 0.3s;
}

.searchbox .searchbox-icon:hover svg {
  fill: #32b0a7;
}

.searchbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

  position: relative;

  width: 18px;
  min-width: 18px;
  height: 25px;

  overflow: hidden;
  transition: width 0.3s;
}

.searchbox .searchbox-input {
  border: 0;
  outline: 0;

  width: 100%;
  height: 100%;

  margin: 0;
  padding-right: 10px;
  padding-left: 10px;

  background-color: transparent;
  color: #285ba7;
}

.searchbox-btn {
  position: absolute;
  background-color: transparent;
  border: none;
  outline: none;
  width: 18px;
  height: 25px;
  left: 0;
  top: 0;
  padding: 0;
  pointer-events: none;
}

.searchbox.searchbox-open {
  width: 250px;
  background-color: white;
  border: 1px solid #285ba7;
}

.searchbox.searchbox-open .searchbox-btn {
  z-index: 10;
  pointer-events: initial;
}

.searchbox.searchbox-open .searchbox-icon {
  padding-left: 3px;
}

.searchbox-wrap {
  margin-left: 8px;
}

@media (max-width: 992px) {
  .searchbox-wrap {
    min-width: 18px;
    height: 25px;
    margin-right: 24px;
  }

  .searchbox {
    position: absolute;
    right: 75px;
  }

  .searchbox.searchbox-open {
    width: calc(100% - 85px);
    height: calc(100% - 15px);
    top: 0;
  }

  .searchbox.searchbox-open .searchbox-icon {
    position: relative;
    padding-top: 0;
    padding-left: 5px;
    top: 50%;
    transform: translateY(-50%);
  }
}


/** Set font styles for header **/
header,
header a {
  font-family: 'AvenirNext', Arial, Helvetica, sans-serif;
  font-weight: 400;
}


/* TOP BAR */
.top-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;

  position: relative;
}

.top-nav ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  list-style: none;

  margin: 0;
  line-height: initial;
  float: none !important;
}

.top-nav li + li {
  margin-left: 13px;
}

.top-nav li a {
  color: #285ba7;
  vertical-align: middle;
  font-size: 17px;
  transition: .3s color;
}

.top-nav li a:hover {
  color: #32b0a7;
}

.top-nav li::after {
  content: "";
  display: inline-block;
  vertical-align: middle;

  height: 18px;
  width: 1px;

  margin-left: 11px;

  background-color: #50b8b0;
}


/* HEADER */
.navbar-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;

  max-width: 1641px;

  margin-left: auto;
  margin-right: auto;

  padding-left: 15px;
  padding-right: 15px;

  padding-top: 18px;
}

.top-nav-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.top-nav-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}


/* HEADER LOGO */
.navbar-inner .navbar-logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

  max-width: 240px;
  width: 100%;

  padding-top: 15px;
  padding-bottom: 30px;
}

.navbar-inner .navbar-brand {
  display: block;
  float: none;
  padding: 0;
  font-size: 18px;

  height: 100%;
  max-height: 95px;
  width: 100%;
  max-width: 300px;
}

header .navbar-brand img {
  max-width: 100%;
}

.navbar-inner .navbar-brand-mobile {
  display: none;
}


/* TOP NAVIGATION */
header .navbar-collapse {
  padding: 0;
  margin-left: 30px;
}

header .navbar-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

header .navbar-nav > li {
  float: none;
  display: inline-block;
}

header .navbar-nav > li:not(:last-child) {
  margin-right: 0;
}

header .navbar-nav > li > a {
  display: block;

  padding: 0 0 30px 40px;
  white-space: nowrap;

  color: #285ba7;
  font-size: 18px;

  transition: none;
}

/*header .navbar-nav > li:not(:last-child) > a {
  padding-left: 40px;
}*/

header .navbar-nav > li:first-child > a {
  padding-left: 100px;
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
  .banner.module .info-box {
    width: 60% !important;
  }
}

@media (max-width: 1300px) {
/*  header .navbar-nav > li:not(:last-child) > a {
    margin-right: 25px;
  }*/

  header .navbar-collapse {
    margin-left: 0;
  }

  header .navbar-nav > li > a {
    padding-left: 15px;
  }

  header .navbar-nav > li > a {
    font-size: 16px;
  }

  header .navbar-nav > li:first-child > a {
    padding-left: 50px;
  }
}

#nlc-navbar-collapse .navbar-nav > li.open > a,
#nlc-navbar-collapse .nav > li.open a:hover,
#nlc-navbar-collapse .nav > li.open a:focus {
  color: #32b0a7;
  background: none;
}

header .navbar-nav > li > a::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

header .navbar-nav > li > a.active,
header .navbar-nav > li > a:hover,
header .navbar-nav > li > a:active,
header .navbar-nav > li > a:focus,
header .navbar-nav > li > a.is-hover {
  color: #32b0a7;
  font-weight: 700;
  background: none;
}




/* Mega Menu Style */
.mega-menu {
  box-shadow: none;
  background-color: #32b0a7;

  padding: 35px 0 40px;
}

.mega-menu-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

  max-width: 1641px;
  width: 100%;

  margin-left: auto;
  margin-right: auto;

  padding-left: 15px;
  padding-right: 15px;
}

.mega-menu .menu-subtitle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

  align-items: center;
  justify-content: flex-end;
  flex-shrink: 3;

  max-width: 345px;
  width: 100%;
}

.mega-menu .menu-subtitle span {
  font-family: AvenirNext;
  font-weight: bold;
  color: white;
  text-align: right;
  font-size: calc(1vw + 1.40rem);
}

.mega-menu .menu-column {
  width: 100%;
  max-width: 480px;
}

.mega-menu .menu-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

  width: 100%;
  margin-left: calc(1vw + 3.6rem);

  border-left: 1px solid white;
}

.mega-menu .menu-list .hidden-menu-list {
  display: none;
}

.mega-menu .menu-list .hidden-menu-list.is-focus {
  display: block;
}

.mega-menu .menu-column:not(:last-of-type) > ul {
  border-right: 1px solid white;
}

.mega-menu .menu-list ul {
  position: relative;
  height: 100%;
  padding-left: calc(1vw + 1.1rem);
}

.mega-menu .menu-list ul li {
  position: relative;
  color: white;
  padding-right: calc(1vw + 1.65rem);
}

.mega-menu .menu-list ul li:not(:last-of-type) {
  margin-bottom: 13px;
}

.mega-menu .menu-list a,
.mega-menu .menu-list p {
  line-height: calc(1vw + .900rem);
  font-size: calc(1vw + .260rem);
  padding-right: calc(1vw + 1.65rem);
}

.mega-menu .menu-list a {
  position: relative;
  display: inline-block;
  font-weight: 400;
  transition: .1s all;
  width: 100%;
  color: white !important;
}

.mega-menu .menu-list a.is-focus,
.mega-menu .menu-list a:hover {
  text-shadow: 1px 0 0 currentcolor;
  opacity: 1;
}

.mega-menu .menu-list a.has-children {
  padding-right: 55px;
}

.mega-menu .menu-list a.has-children:after,
.mega-menu .menu-column a.is-focus:after {
  opacity: 1;
}

.mega-menu .menu-list a:hover,
.mega-menu .menu-list a:active,
.mega-menu .menu-list a:focus {
  border: none;
  opacity: .8;
  background: none;
}

.mega-menu .menu-list a:after {
  content: '';
  display: inline-block;
  position: absolute;

  margin-top: 7px;
  margin-left: 12px;

  width: 0;
  height: 0;

  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 12px solid white;

  transition: .3s all;
  opacity: 0;
}

.mega-menu .menu-list .sub-list {
  border: none;
  padding-left: 15px;
  padding-right: 30px;
  padding-top: 10px;
}

.mega-menu .menu-list .sub-list li:not(:last-of-type) {
  margin-bottom: 7px;
}

.mega-menu .menu-list .sub-list * {
  font-size: calc(1vw + .180rem);
  line-height: calc(1vw + 1.2rem);
}

.mega-menu .menu-list .sub-list a {
  padding-left: 25px;
}

.mega-menu .menu-list .sub-list a:before {
  content: '›';
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  font-size: calc(1vw + .180rem);
  color: white;

  left: 0;
  margin-right: 10px;
}

/* Hidden Navigation Styles */
#nlc-navbar-collapse .nav > li:hover > .mega-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

#nlc-navbar-collapse .nav > li:hover > a:before {
  display: none;
}

#nlc-navbar-collapse .navbar-nav li {
  padding: 0;
}

header .mobile-nav {
  display: none;
}

@media (max-width: 992px) {
  .top-nav-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }

  .navbar-inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    padding: 18px 0 0;
  }

  .top-nav-container {
    align-items: initial;
  }

  .top-nav {
    justify-content: space-between;
    padding: 0 20px 14px;
  }

  .top-nav ul {
    display: none;
  }

  .navbar-inner .navbar-logo {
    display: none;
  }

  .navbar-inner .navbar-brand-mobile {
    display: block;
  }

  .navbar-default .navbar-toggle {
    right: 0;
  }

  .navbar-inner .navbar-logo {
    max-width: 100%;
    padding-bottom: 0;

    justify-content: space-between;
  }

  .navbar-inner .navbar-brand {
    max-height: 46px;
    max-width: 167px;
  }

  .navbar-default .navbar-toggle {
    position: relative;
    top: 0;
  }

  .page-content {
    padding-top: 0;
  }
}




/* Mobile Navigation */
@media (max-width: 992px) {


  /* Mobile Hamburger */
  .navbar-toggle {
    cursor: pointer;
    height: 23px;
    z-index: 11;
    margin: 0;
    padding: 0;
  }

  .navbar-toggle:not(.collapsed) span.icon-bar {
    background-color: rgba(0,0,0,0);
    transition-delay: 0.2s;
  }

  .navbar-toggle:not(.collapsed) span.icon-bar:before {
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.2s;
  }

  .navbar-toggle:not(.collapsed) span.icon-bar:after {
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.2s;
  }

  .navbar-toggle span.icon-bar {
    margin: 0 auto;
    position: relative;
    transform: translateY(-50%);

    transition-duration: 0s;
    transition-delay: 0.2s;
  }

  .navbar-toggle span.icon-bar:before,
  .navbar-toggle span.icon-bar:after {
    position: absolute;
    content: "";
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }

  .navbar-toggle span.icon-bar:before { margin-top: -9px; }
  .navbar-toggle span.icon-bar:after { margin-top: 9px; }

  .navbar-toggle span.icon-bar,
  .navbar-toggle span.icon-bar:before,
  .navbar-toggle span.icon-bar:after {
    width: 33px;
    height: 3px;
    border-radius: 2px;
    background-color: #32b0a7;
    display: block;
  }


  /* Mobile Navbar Styles */
  header .navbar-collapse {
    background-color: #32b0a7;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: none;
  }

  header .navbar-collapse .nav {
    display: none;
  }

  header .mobile-nav-wrap {
    padding: 25px 57px 30px 66px;
    overflow: hidden;
  }

  header .mobile-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    position: relative;
  }

  header .mobile-nav .category {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  header .mobile-nav a {
    display: block;
    color: white;
    font-size: 16px;
    padding: 7px 20px 7px 0;
  }

  header .mobile-nav a.back-link {
    margin-bottom: 5px;
  }

  header .mobile-nav a.menu-link,
  header .mobile-nav a.back-link {
    position: relative;
    text-decoration: none;
    line-height: 22px;
  }

  header .mobile-nav a.menu-link.has-children:after,
  header .mobile-nav a.back-link:before {
    content: '';
    display: inline-block;

    top: 0;
    margin-top: 11px;
    margin-left: 12px;

    width: 0;
    height: 0;

    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;

    transition: .25s all;
  }

  header .mobile-nav a.menu-link.has-children:after {
    position: absolute;
    right: 0;
    border-left: 12px solid white;
  }

  header .mobile-nav a.has-dropdown .dropdown-collapse {
    display: none;
  }

  header .mobile-nav li.has-dropdown {
    transition: .25s background-color;
    padding: 5px 0;
  }

  header .mobile-nav li.has-dropdown,
  header .mobile-nav .sub-dropdown a {
    color:  white;
    font-size: 16px;
    text-decoration: none;
  }

  header .mobile-nav .sub-dropdown a {
    padding: 5px 0;
  }

  header .mobile-nav li.has-dropdown.is-open {
    margin-left: -66px;
    margin-right: -57px;
    padding-left: 66px;
    padding-right: 57px;

    background-color: rgba(255, 255, 255, .25);
  }

  header .mobile-nav li.has-dropdown.is-open .menu-link {
    font-weight: bold;
  }

  header .mobile-nav li.has-dropdown.is-open .menu-link:after {
    transform: rotate(90deg);
  }

  header .mobile-nav a.back-link:before {
    position: absolute;
    left: -40px;
    border-right: 12px solid white;
  }

  header .mobile-nav a.back-link {
    font-weight: bold;
  }

  header .mobile-nav ul {
    list-style: none;
    padding: 0;
  }

  header .mobile-nav .category .sub-list {
    border: none;
    padding-left: 17px;
    padding-right: 30px;
  }

  header .mobile-nav .category .sub-list li {
    position: relative;
  }

  header .mobile-nav .category .sub-list a {
    padding-left: 22px;
  }

  header .mobile-nav .category .sub-list a:before {
    content: '›';
    position: absolute;
    left: 0;

    font-size: 15px;
    color: white;
  }

  header .mobile-nav .sub-list a:after {
    display: none;
  }

  header .mobile-nav {
    color: white;
  }

  header .mobile-nav .category {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    transform: translateX(150%);
    opacity: 0;
    pointer-events: none;

    transition: .4s all;
  }

  header .mobile-nav .category[data-category="all"] {
    transform: translateX(-150%);
  }

  header .mobile-nav .category.top-categories {
    position: relative;
  }

  header .mobile-nav .category.is-active {
    pointer-events: auto;
    opacity: 1;
    transform: translateX(0%);
  }
}




/* Pages Style */

/* For test */
.preview-stub {
  min-height: 100vh;
  background-color: white;
}

/* Hero style */
.page-content .hero {
  padding-top: 150px;
  padding-bottom: 170px;

  display: flex;
  align-items: center;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 652px;
}

.page-content .hero.module-0-c .info-box-mask {
  max-width: 1641px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.page-content .hero.module-0-c .info-box-mask,
.page-content .hero.module-0-c .info-box {
  position: initial;
  min-height: initial;
}

.page-content .hero.module-0-c .info-box {
  padding-left: 70px;
}

.page-content .hero .info-box,
.page-content .hero .info-box:before {
  background: none;
}

.page-content .hero .info-box:before {
  display: none;
}

.page-content .hero .info-box-inner {
  position: initial;
  top: initial;
  right: initial;
  bottom: initial;
  left: initial;

  max-width: 50%;
}

/* Hero content style */
.page-content .hero.module-0-c * {
  font-family: 'AvenirNext', Arial, Helvetica, sans-serif;
  color: white;
}

.page-content .hero.module-0-c h1 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.8px;

  margin-bottom: 10px;
}

.page-content .hero.module-0-c h2 {
  font-size: 80px;
  font-weight: bold;

  line-height: 0.9;

  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);

  margin-bottom: 35px;
}

.page-content .hero.module-0-c h3 {
  font-size: 28px;

  line-height: normal;
  letter-spacing: 0.8px;
}

@media (max-width: 992px) {
  .page-content .hero {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 250px;
  }

  .page-content .hero.module-0-c h1,
  .page-content .hero.module-0-c h3 {
    font-size: 18px;
  }

  .page-content .hero.module-0-c h2 {
    font-size: 35px;
    word-wrap: break-word;
  }
}

/* Breadcrumbs */
.breadcrumb-v2 {
  background-color: white;
  padding: 14px 15px;
}

.breadcrumb-v2 .container {
  max-width: 1641px;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumb-v2 a,
.breadcrumb-v2 span,
.breadcrumb-v2 strong {
  font-family: 'AvenirNext', Arial, Helvetica, sans-serif;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;

  letter-spacing: 0.030em;
}

.breadcrumb-v2 span {
  padding-left: 2px;
  padding-right: 2px;
}

.breadcrumb-v2 strong {
  color: #58585a;
  font-weight: bold;
}

@media (max-width: 992px) {
  .breadcrumb-v2 a,
  .breadcrumb-v2 span,
  .breadcrumb-v2 strong {
    font-size: 16px;
  }
}

/* Moludes style */
.module-bg-gray-light {
  background-color: #f7f7f7;
}

.module-bg-gray {
  background-color: #d3d5d9;
}

.module-bg-green {
  background-color: #00a19b;
}

.module-v2.module-bg-blue {
  background-color: #345d9d;
}

.module-bg-blue {
  background-color: #00aeef;
}

.module-bg-dark-green {
  background: #00919B;
}

.module-bg-dark-green * {
  color: #fff;
}

.module-v2.module-bg-blue h1,
.module-v2.module-bg-blue h2,
.module-v2.module-bg-blue h3,
.module-v2.module-bg-blue p {
  color: #fff;
}

.module-v2.module-bg-blue .btn-default {
  background-color: #fff;
  color: #00aeef;
}

.module-bg-petrol.module-v2 .btn {
  color: #fff;
}

.module-bg-petrol.module-v2 .btn:hover {
  color: #3771b8;
}


.module-v2.module-bg-blue p,
.module-v2.module-bg-blue h3{
  color: #fff !important;
}

.module-v2.module-bg-blue .btn-default,
.module-v2.module-bg-green .btn-default {
  background-color: #fff;
  color: #345d9d;
  position: relative;
  z-index: 20;
}

.module-bg-gray-light h1,
.module-bg-gray-light h2,
.module-bg-gray-light dt {
  color: #285ba7;
}
.module-v2 .btn-default {
  background-color: #345d9d;
}
.module-v2 .btn-white {
  background-color: #fff;
}

.module-v2.module-bg-green .btn-white {
  color: #00a19b;
}

.module-v2.module-bg-green .btn-white:hover {
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
}

.module-v2.module-bg-gray-light p {
  color: #58585a;
}

.module-v2.module-bg-gray h2 {
  color: #2d3c50;
}

.module-v2 {
  padding-top: 55px;
  padding-bottom: 40px;
  font-family: 'AvenirNext', Arial, Helvetica, sans-serif;
}

.module-v2 p {
  font-family: 'AvenirNext', Arial, Helvetica, sans-serif;
}

.module-bg-green .module-v2.module-6 h3 {
  color: #fff;
}

.module-v2.module-6 p {
  margin-top: 0;
}

.module-v2 h1,
.module-v2 h2 {
  font-family: 'AvenirNext', Arial, Helvetica, sans-serif;
  font-size: 42px;
  letter-spacing: 0.025em;
  text-align: center;

  margin-bottom: 30px;
}

.module-v2 h2 {
  margin-top: 0;
}

.module-v2 h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 50px;
}

.module-v2.module-3 {
  padding: 40px 0 30px;
}

.module-v2.module-3 h2 {
  font-family: 'AvenirNext', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.025em;
}

.module-v2 p {
  font-size: 18px;
  line-height: normal;
  text-align: center;
  font-weight: normal;
}

.module-v2 h3 + img {
  margin-bottom: 50px;
}

.module-v2 p:not(:last-child) {
  margin-bottom: 30px;
}

.module-v2 p + a {
  margin-bottom: 50px;
}

.module-v2 .btn,
.module-v2.questions-secton-v2 .btn{
  padding: 15px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-weight: normal;
  font-size: 14px;
  font-family: 'AvenirNext', Arial, Helvetica, sans-serif;
}

@media (max-width: 992px) {
  .module-v2 {
    padding-top: 40px;
  }

  .module-v2 h1,
  .module-v2 h2 {
    font-size: 35px;
  }

  .module-v2.module-3 h2 {
    font-size: 22px;
  }

  .module-v2 h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .module-v2 h3 + img {
    margin-bottom: 20px;
  }

  .module-v2 p {
    font-size: 16px;
  }

  .module-v2 p:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* Footer */
footer {
  background-color: #2d3c50;
  padding-top: 70px;
  padding-bottom: 240px;
}

footer h4,
footer h4 a {
  font-weight: 700;
  font-family: 'Arial', sans-serif;
}

footer h4 {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

footer .list-inline > li {
  padding: 0;
}

footer .list-inline > li:not(:last-child) {
  margin-right: 12px;
}

footer .footer-logo {
  max-width: 303px;
  width: 100%;
}

.footer-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;

  padding-left: 15px;
  padding-right: 15px;

  margin-left: auto;
  margin-right: auto;
}

.footer-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

  margin-left: 30px;
}

.footer-nav-item:not(:last-child) {
  margin-right: 25px;
}

.footer-nav-item li a {
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
}

.footer-social {
  flex-shrink: 0;
}


@media (max-width: 1199px) {
  .footer-nav {
    margin-left: 25px;
  }

  footer h4 {
    font-size: 15px;
  }

  .footer-nav-item:not(:last-child) {
    margin-right: 25px;
  }
}

@media (max-width: 991px) {
  footer {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .footer-inner {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer .footer-logo {
    display: inline-block;
    margin: 0 auto 15px;
  }

  .footer-social {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }

  .footer-nav {
    margin-left: 0;
    width: 100%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {

  .footer-nav {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-nav-item {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
}

/********** SUPPORT SERVICE PAGE ****************/

.page-content .support-services-v3 .hero.module-0-c h1,
.page-content .visionWorks-v2 .hero.module-0-c h1 {
  font-size: 80px;
  font-weight: bold;

  line-height: 0.9;

  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);

  margin-bottom: 35px;
}

.module-bg-blue-2 {
  background-color: #345d9d;
}

.module-v4 {
  padding-bottom: 60px;
}

.module-v3 h1 {
  color: #285ba7;
}

.module-v3 p {
  color: #58585a;
}

.module-v3.module-bg-green p {
  color: #fff;
}

.module-v2 .Heading,
.module-v2 .Copy {
  font-family: 'AvenirNext', Arial, Helvetica, sans-serif;
  font-size: 22px;
  padding-top: 25px;
}

.module-v2 .responsive-table .Heading,
.module-v2 .responsive-table .Copy {
  font-family: 'AvenirNext', Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:normal;
}

.module-v4 h1 {
  color: #fff;
}

.module-v2 .Table .Row:first-child .Heading,
.module-v2 .Table .Row:first-child .Copy {
  border-top: none;
  padding-top: 0;
  padding-bottom: 25px;
}

.module-v2 .Heading {
    text-align: left;
    font-weight: 700;
}

.module-v2 .Copy {
  font-weight: 400;
}

.row:before, .row:after {
width: 0;
}

/*.module-v2 .Copy a {
  color: #fff;
}
*/
.module-v2.service-center-v2 {
  padding: 60px 0 70px;
}

.module-v2.service-center-v2 h2 {
  font-weight: 400;
  margin-bottom: 50px;
  font-size: 42px;
}

.module-v2.service-center-v2 .btn,
.module-v2 .btn, .module-v2.questions-secton-v2 .btn {
  padding: 12px 25px;
}
.module-v2.questions-secton-v2 {
  padding-bottom: 35px;
}

.module-v2.questions-secton-v2 h2 {
  font-family: 'AvenirNext', Arial, Helvetica, sans-serif;
}

/********** SECURITY LABS PAGE ****************/

.sidebarBlock-v2 {
  padding-top: 60px;
  padding-bottom: 80px;
}

.sidebarBlock-v2 h3 {
  font-family: 'AvenirNext', Arial, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.92px;
  margin-top: 0;
  margin-bottom: 25px;
}

.sidebarBlock-v2.module-bg-gray-light h3,
.sidebarBlock-v2.module-bg-grey h3 {
  color: #285ba7;
}

.sidebarBlock-v2 p {
  font-family: 'AvenirNext', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 40px;
}

.module-4-hero-v2.module-v2 {
  padding-top: 65px;
  padding-bottom: 120px;
}

.module-4-hero-v2.module-v2.mission-v2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 100px;
}

.module-4-hero-v2.module-v2 .banner,
.infographic-wrapper-v2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.infographic-wrapper-v2 {
  padding-top: 125px;
  padding-bottom: 60px;
}

.infographic-wrapper-v2 p {
  text-align: left;
}

.module-4-hero-v2.module-v2 h2 {
  color: #ffffff;
  font-family: 'AvenirNext', Arial, Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 1.13px;
  margin-bottom: 35px;
}

.module-4-hero-v2.module-v2 h3 {
  color: #00b2e3;
  font-family: 'AvenirNext', Arial, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 0.92px;
  margin-top: 0;
  margin-bottom: 25px;
}

.module-4-hero-v2.module-v2 p {
  color: #ffffff;
  font-family: 'AvenirNext', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 40px !important;
}

.module-4-hero-v2.module-v2 .font-face-title-light {
  margin-bottom: 55px;
}

.module-4-hero-v2.module-v2 .font-face-title-light p {
  font-size: 22px;
}

.module-4-hero-v2.module-v2 .font-face-title-light p.title-v2 {
  font-weight: 700;
}

.module-list-v2 {
  padding-top: 80px;
  padding-bottom: 30px;
}

.module-list-v2.module-bg-light-grey h1,
.module-list-v2.module-bg-grey h1 {
  color: #345d9d;
}

.module-list-v2.module-bg-light-grey p,
.module-list-v2.module-bg-grey p {
  color: #58585a;
}

.module-list-v2 h1,
.module-list-v2 h2 {
  font-family: 'AvenirNext', Arial, Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 1.13px;
  margin-bottom: 25px;
  text-align: left;
}

.module-list-v2 p {
  line-height: 1.5;
  font-family: 'AvenirNext', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.module-v2.module-3-v2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.module-v2.module-3-v2 h2 {
  font-family: 'AvenirNext', Arial, Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 1.23px;
}

.module-v2.module-3-v2 h4 {
  margin-bottom: 55px;
}

.module-v2.module-3-v2 h4 p{
  font-family: 'AvenirNext', Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5;
}

.resources-v2.module-v2 {
  padding-top: 75px;
  padding-bottom: 10px;
}

.resources-v2 h2 {
  font-size: 42px;
  margin-bottom: 30px;
}

.resources-v2 h3 {
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 0.92px;
}
.resources-v3 h3 {
  color: #285ba7;
}

.resources-v2 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}

.resources-v2.module-bg-light-grey .btn-white,
.resources-v2.module-bg-grey .btn-white {
  color: #58585a;
}

.resources-v2.module-bg-light-grey .btn-white:hover,
.resources-v2.module-bg-grey .btn-white:hover {
  background: #fff;
  box-shadow: 0 0 0 4px rgba(88, 88, 90, 0.5);
}

/********** VISIONWORK PAGE ****************/


.block-wrapper-v2.module-v2 {
  padding-top: 45px;
  padding-bottom: 0;
}

.module-visionWork {
  padding-bottom: 75px;
}

.module-v2 img {
  max-width: 100%;
}

.module-visionWork h1 {
  color: #285ba7;
}

.block-with-border-v2 {
  border: 1px solid #fff;
  padding: 40px 35px;
  text-align: left;
}

.block-with-border-v2 h1 {
  color: #66c7c3;
  font-family: 'AvenirNext', Arial, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.13px;
  text-align: left;
}

.block-with-border-v2 p {
  text-align: left;
  margin-bottom: 40px !important;
}

.block-wrapper-v2.module-v2 .btn {
  margin-bottom: 0;
}
.module-visionWork-2 {
  padding-bottom: 100px;
}

.module-visionWork-2 p {
  margin-bottom: 75px;
}

.module-visionWork-2 p:last-child {
  margin-bottom: 0;
}
/********** HOME PAGE ****************/

.blogs-events-feed-container .module-v2 h2,
.latest-news-container .module-v2 h2 {
  font-family: 'Arial', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  text-align: left;
}

.latest-news-container .module-v2 h2 {
  text-align: center;
}

.module-19-v2 .nlc-events:before {
  display: none;
}

.module-19-v2 h3,
.module-19-v2 h3 a {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Arial', sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 0;
}

.module-19-v2 h3,
.module-19-v2 h3 a,
.module-19-v2 p {
  color: #414143;
}


.module-19-v2.module-bg-green h3,
.module-19-v2.module-bg-green h3 a,
.module-19-v2.module-bg-blue h3,
.module-19-v2.module-bg-blue h3 a {
  color: #fff;
}

.module-19-v2 p {
  text-align: left;
  margin-bottom: 21px !important;
  margin-top: 0;
  font-size: 18px;
}

.module-19-v2 p a {
  font-weight: 700;
}

.module-19-v2 time {
  color: #00aeef;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-weight: normal;
  font-size: 18px;
  display: block;
}

.module-19-v2 h2 + .row .blog-wrap-2 {
  padding-bottom: 35px;
  border-bottom: 1px solid #00a79d;
  margin-bottom: 40px;
}

.module-19-v2 .blogevents {
  background: none;
  border: 1px solid #5879ae;
  color: #5879ae;
  position: static;
  font-size: 14px;
}

.module-19-v2 .blogevents:hover {
  color: #fff;
}


.module-19-v2.module-bg-green .blogevents,
.module-19-v2.module-bg-blue .blogevents {
  border-color: #fff;
  color: #fff;
  background: none;
}

.module-19-v2.module-bg-green .blogevents:hover,
.module-19-v2.module-bg-blue .blogevents:hover {
  color: #00a19b;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border-color: #fff;
}

.module-19-v2.module-bg-blue .blogevents:hover {
  color: #3771b8;
}

.latest-news-container .module-v2 time {
  /* font-family: 'Gotham-Book', sans-serif; */
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  line-height: 1.7;
  display: block;
}

.latest-news-container .module-v2 h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 18px;
  text-transform: uppercase;
  /* font-family: 'Gotham-Medium', sans-serif; */
font-family: 'Arial', sans-serif;
}

.latest-news-container .module-v2 div[class*='col-'] {
  font-size: 16px;
  line-height: 1.2;
}

.latest-news-container .module-v2 div[class*='col-']:not(:last-child):after {
  position: absolute;
  display: block;
  content: '';
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ebebeb;
  opacity: 0.5;
}

.latest-news-container .module-v2 .btn {
  font-size: 14px;
  border-width: 1px;
}

.latest-news-container .module-v2.module-bg-blue h3,
.latest-news-container .module-v2.module-bg-green h3 {
  color: #fff;
}

.latest-news-container .module-v2.module-bg-green .btn,
.latest-news-container .module-v2.module-bg-blue .btn {
  border: 1px solid #fff;
  background: none;
  color: #fff;
}


.latest-news-container .module-v2.module-bg-light-grey .btn,
.latest-news-container .module-v2.module-bg-grey .btn {
  border: 1px solid #345d9d;
  background: none;
  color: #345d9d;
}

.latest-news-container .module-v2.module-bg-green .btn:hover {
  background: #fff;
  color: #00a19b;
  box-shadow: none;
}

.module-17-v2 .module-17-inner {
  height: auto;
  /* text-align: center; */
}
.module-17-v2 h2 {
  font-size: 20px;
  font-family: 'Arial', sans-serif;
  text-align: left;
  text-transform: uppercase;
}

.module-17-v2 p {
  text-align: left;
  margin-bottom: 55px;
  font-size: 16px;
}

.module-17-v2 p:not(:last-child) {
  margin-bottom: 55px;
}

.module-17-v2 .module-17-inner.w-border:before {
  width: 2px;
  top: 0;
  bottom: 0;
  background: #ebebeb;
}

.module-17-v2 .btn {
  background: none;
  color: #3771b8;
  border: 1px solid #3771b8;
  font-size: 14px;
}

.module-17-v2 .btn:hover {
  color: #fff;
}


.module-17-v2.module-bg-green .btn {
  background: none;
  color: #fff;
  border: 2px solid #fff;
}

.module-17-v2.module-bg-green .btn:hover {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
}

.module-17-v2.module-bg-green .btn:hover {
  color: #3771b8;
}

.power-block-v2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 60px;
}

.power-block-v2 h2 {
  color: #285ba7;
  font-family: 'Arial', sans-serif;
  font-size: 42px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: left;
}

.power-block-v2 p {
  text-align: left;
  /* font-family: 'Gotham-Book'; */
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  line-height: 1.2;
  font-size: 18px;
  color: #414143;
}

.power-block-v2 p:not(:last-child) {
  margin-bottom: 45px;
}

.power-block-v2 p.logo {
  text-align: center;
}

.what-we-do-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 90px;
  padding-bottom: 50px;
  position: relative;
}

.what-we-do-block:before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
}

.what-we-do-block h2 {
  color: #1aa89e;
  font-family: 'Arial', sans-serif;
  font-size: 42px;
  font-weight: normal;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: left;
}


.what-we-do-block p {
  text-align: left;
  color: #ffffff;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 18px;
}

.what-we-do-block p:not(:last-child) {
  margin-bottom: 35px;
}

.services-wrapper-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  margin-top: 115px;
}

.services-wrapper-block .services-item {
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -o-flex-basis: 25%;
  flex-basis: 25%;
  width: 25%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  padding: 0 10px;
}

.services-wrapper-block .services-item .title {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 1.2;
}

.services-wrapper-block .services-item .btn {
  border: 2px solid #00aeef;
  color: #00aeef;
  background: none;
  margin-bottom: 0;
  padding: 8px 30px;
  border-radius: 10px;
}

.services-wrapper-block .services-item .btn:hover {
  background: #00aeef;
  color: #fff;
}

.assured-block {
  padding-bottom: 30px;
}

.assured-block h2 {
  font-family: 'Arial', sans-serif;
  font-size: 50px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 1.5px;
}

.assured-block p {
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  line-height: 1.3;
  font-size: 18px;
}

.assured-block  p strong {
  font-family: 'Arial', sans-serif;
  font-weight: bold;
}

.assured-block p:not(:last-child) {
  margin-bottom: 0;
  margin-top: 20px;
}

.assured-block .video-block-v2 {
  background: #eaeaea;
  padding: 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 45px;
}

.assured-block .video-block-v2 .video-description {
  width: 50%;
  background: #285ba7;
  padding: 65px 50px;
}

.assured-block .video-block-v2 .youtube-wrapper {
  max-width: 50%;
  width: 100%;
}

.assured-block .video-block-v2 .homepage-youtube {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: #000;
  height: 400px;
}

.assured-block .video-block-v2 .youtube-thumb {
  width: 100%;
  height: 100%;

  -webkit-background-size: cover;
  background-size: cover;
}

.assured-block .video-block-v2 .homepage-youtube .play-button {
  position: absolute;
  width: 190px;
  height: 190px;

  background-position: center center;
  background-image: url('/new_assets/img/video-play-button.png');
}

.assured-block .video-block-v2 .youtube-thumb,
.assured-block .video-block-v2 .homepage-youtube .play-button {
  cursor: pointer;
}

.assured-block .video-block-v2 .homepage-youtube iframe,
.assured-block .video-block-v2 .homepage-youtube .play-button {
  position: absolute;
}

.assured-block .video-block-v2 .homepage-youtube .play-button {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.assured-block .video-block-v2 .homepage-youtube iframe {
  height: 100%;
  width: 100%;
}

.assured-block .video-block-v2 .video-description h2 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: 'Arial', sans-serif;
  line-height: 1.2;
  text-align: left;
}

.assured-block .video-block-v2 .video-description p {
  font-family: 'Arial', sans-serif;
  line-height: 1.2;
  color: #fff;
  text-align: left;
  font-size: 18px;
}
.assured-block .video-block-v2 .video-description p a {
  display: block;
  color: #fff;
  font-family: 'Arial', sans-serif;
  margin-top: 40px;
  font-size: 18px;
}

/*********** HOME PAGE CAROUSEL *************************/

.carousel-wrapper-v2 .carousel-indicators {
  padding: 45px 0;
  background: none;
}

.carousel-wrapper-v2 .carousel-indicators li {
  width: 20px;
  height: 20px;
  background: #aba8a0;
  margin: 0 4px;
  border-radius: 50%;
}

.carousel-wrapper-v2 .carousel-indicators li.active {
  background: #ffffff;
}

.carousel-wrapper-v2 .carousel-image {
  position: relative;
}

.carousel-wrapper-v2 .carousel-image:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.33) 100%);
}

.carousel-wrapper-v2 .item {
  height: 700px;
}
.carousel-wrapper-v2 .item > .carousel-image img {
  top: 50%;
  transform: translate(-50%, -50%);
}

.carousel-wrapper-v2 .carousel-caption {
  width: 50%;
  max-width: 570px;
  top: 0;
  left: 0%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.carousel-wrapper-v2 .carousel-caption h2 {
  color: rgba(255,255,255, 0.7);
  font-family: 'AvenirNext', Arial, Helvetica, sans-serif;
  font-size: 135px;
  font-weight: 700;
  line-height: 0.8;
  text-transform: uppercase;
  margin: 0;
  margin-left: -9px;
}

.carousel-wrapper-v2 .carousel-caption h2 span {
  display: block;
  color: rgba(255,255,255, 0.9);
  font-family: 'AvenirNext', Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  padding-left: 50px;
  text-transform: capitalize;
  padding-bottom: 10px;
}

.carousel-wrapper-v2 .carousel-caption .after-title {
  color: rgba(255,255,255, 0.9);
  font-family: 'AvenirNext', Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.85px;
  padding-left: 60px;
  margin-bottom: 0;
  padding-top: 10px;
}

.carousel-wrapper-v2 .carousel-caption .description {
  color: #fff;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.1;
  border: 1px solid #fff;
  border-left: none;
  padding: 20px 25px;
  margin-bottom: 0;
  margin-top: 115px;
  text-align: center;

}

.carousel-wrapper-v2 .carousel-caption .description span{
  display: block;
  margin-top: 5px;
}

.carousel-wrapper-v2 .carousel-caption .description strong {
  font-family: 'Arial', sans-serif;
  font-weight: bold;
}

.floatingpanel-v2 {
  display: block;
  width: 95px;
  height: 75px;
  background: #00aeef;
  border-radius: 8px 0 0 8px;
  box-shadow: none;
  bottom: 100px;
}

/********** POSITION-NAVIGATION-TIMING ********/

.accordion-v2 {
  border: none;
}

.accordion-wrapper-v2 {
  padding-top: 40px;
}

.how-we-help-v2 {
  padding-top: 30px;
  padding-bottom: 0;
}

.how-we-help-v2 h1 {
  margin-bottom: 0;
  font-weight: 600;
}

.framework-v2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  opacity: 0.8;
  margin:30px 0;
  max-height: 147px;
}
.framework-v2:hover, .framework-v2:focus, .framework-v2:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}

.about-us-v2 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 280px;
}

.about-us-v2:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(118,152,193,1) 0%,rgba(247,247,247,0) 100%);
}

.about-us-v2 h2{
  margin-bottom: 40px;
  margin-top: 0;
}

.knowledge-base-v2 {
  padding-bottom: 100px;
}

.knowledge-base-v2 h2 {
  margin-bottom: 55px;
}

.products-wrapper-v2 h2 {
  font-weight: 600;
}

/****************  TABS ***************/

.product-inner-block-v2 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.product-inner-block-v2 .accordion-v2 {
  border-bottom: 1px solid #00aeef;
}

.product-inner-block-v2 .accordion-v2:first-child {
  border-top: 1px solid #00aeef;
}

.product-inner-block-v2 .panel-v2 {
  max-height: 0;
  opacity: 0;
  transition: all ease 0.4s;
  overflow: hidden;
}

.product-inner-block-v2 .panel-inner {
  padding-bottom: 35px;
  padding-top: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}

.product-inner-block-v2 .accordion-title {
  color: #58585a;
  font-family: "AvenirNext";
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
  background: none;
  width: 100%;
  display: block;
  text-align: left;
  border: none;
  line-height: 1.2;
  padding: 28px 0;
  position: relative;
  outline: none;
}

.product-inner-block-v2 .accordion-title span {
  color: #325e9f;
  transform: rotate(180deg);
}

.product-inner-block-v2 .accordion-title.active span{
  transform: rotate(0deg);
}

.product-inner-block-v2 .accordion-title.active + .panel-v2 {
  opacity: 1;
  max-height: 3000px;
}

.product-inner-block-v2 .product-item-v2 {
  margin-bottom: 45px;
  flex-shrink: 0;
}

@media (min-width: 480px) {
  .product-inner-block-v2 .product-item-v2 {
    width: calc(100%);
  }
}

@media (min-width: 768px) {
  .product-inner-block-v2 .product-item-v2 {
    width: 49.9%;
  }
}

@media (min-width: 992px) {
  .product-inner-block-v2 .product-item-v2 {
    width: 33.3%;
  }
}

.product-inner-block-v2 .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-inner-block-v2 .product-item-inner-v2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;

  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 30px;
  height: 100%;
}

.product-inner-block-v2 .product-item-inner-v2 .wrapTxt {
  height: 100%;
  width: 100%;
}

.product-inner-block-v2 .product-item-inner-v2 .product-item-thumb {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 140px;
}

.product-inner-block-v2 .product-item-inner-v2 h3 {
  color: #285ba7;
  font-family: "AvenirNext";
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.75px;
  margin-bottom: 15px;
}

.product-inner-block-v2 .product-item-inner-v2 h3 span {
  display: block;
}

.product-inner-block-v2 .product-item-inner-v2 p {
  margin-bottom: 60px;
  line-height: 1.5;
}

.product-inner-block-v2 .product-item-inner-v2 .btn {
  flex-shrink: 0;
  background: none;
  color: #345d9d;
  border:1px solid #345d9d;
  margin-bottom: 0;
}

.sidebarBlock-v2 .before-title-v2 {
  text-align: left;
  height: auto !important;
  margin-bottom: 0 !important;
}

.white-paper-v2 p {
  text-align: left;
}

.white-paper-v2.module-bg-green .btn {
  color: #345d9d;
}

.webinars-wrapper-v2 h3 {
  font-weight: 400;
  margin-bottom: 20px;
}

.webinars-wrapper-v2 p {
  text-align: left;
  margin-bottom: 50px !important;
}

.webinars-wrapper-v2 .btn {
  margin-bottom: 0;
}

.image-bg-block-v2 h2,
.image-bg-block-v2 p {
  text-align: left;
}

.image-bg-block-v2 h2 {
  font-weight: 600;
}

.image-bg-block-v2 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}

.image-bg-block-v2 .before-header {
  margin-bottom: 15px !important;
  font-weight: 600;
  font-size: 22px;
}

.image-bg-block-v2:before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
}

.video-wrapper-v2 {
  padding-top: 130px;
  padding-bottom: 80px;
}

.video-wrapper-v2:before {
  display: none;
}

.securitylabs-wrapper-v2:before {
  right: 0;
  left: auto;
  background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.8) 100%);
}

.cloudComparison-wrapper-v2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 170px;
  padding-bottom: 100px;
}

.wrapper-v2 img {
  max-width: 100%;
}

.validation-wrapper-v2 {
  padding-top: 95px;
  padding-bottom: 85px;
}

.validation-wrapper-v2 h2 {
  text-align: left;
  font-weight: 600;
  letter-spacing: 1.25px;
}

.validation-wrapper-v2 p {
  text-align: left;
}
.new-carouse-v2 .module-bg-green p,
.new-carouse-v2 .module-bg-green h3,
.new-carouse-v2 .module-bg-blue p,
.new-carouse-v2 .module-bg-blue h3 {
  color: #fff;
}

.new-carouse-v2 .module-v2 {
  padding-bottom: 60px;
}

.new-carouse-v2 .row.active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.new-carouse-v2 .news-item-v2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;

  padding-left: 25px;
  padding-right: 25px;
}

.new-carouse-v2 .wrapContent {
  height: 100%;
}

.new-carouse-v2 .before-title{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.69px;
  margin-bottom: 0 !important;
}

.new-carouse-v2 p {
  text-align: left !important;
  margin-bottom: 30px !important;
}

.new-carouse-v2 h3 {
  font-size: 22px;
  font-weight: 400;
}

.new-carouse-v2 .carousel-inner {
  padding-left: 70px;
  padding-right: 70px;
}

.new-carouse-v2 .carousel-control {
  width: 20px;
  left: 0px;
  opacity: 1;
  text-shadow: none;
}

.new-carouse-v2 .carousel-control.right {
  right: 0px;
  left: auto;
}

.new-carouse-v2 .carousel-control img {
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0;
  top: 50%;
  left: 0;
}


.new-carouse-v2 .btn {
  margin: 0 0 5px 0;
}

.diagram-v2 img {
  margin-top: 60px;
  margin-bottom: 35px;
  display: block;
}

.evaluate-wrapper-v2 h2,
.evaluate-wrapper-v2 p {
  text-align: left;
}

.evaluate-wrapper-v2.module-bg-gray-light h2,
.evaluate-wrapper-v2.module-bg-grey h2 {
  color: #345d9d;
}

body#contact_us_page {
  background: #d6d8da;
}

body#contact_us_page #grad_top{
  background: #00919B;
  height: 102px;
}

#wrapper #main_header {
  background: #00919B;
  padding-top: 10px;
}

body#contact_us_page #spirent_logo {
  height: auto;
  max-width: 240px;
  top:17px;
  position: relative;
}

.gsc-input-box {
  max-width: 240px !important;
  width: 100% !important;
  box-sizing: border-box;
  height: auto !important;
}

.gsc-search-button {
  right: 10px !important;
  top: 50%;
  transform: translateY(-50%);
}

.secondary-nav h4 a {
  background: #345D9D;
  color: #fff;
}

.secondary-nav ul > li a {
  background: #00919B;
}

.secondary-nav ul > li.active a, .secondary-nav ul > li a:hover {
  background: #43aab1;
}

.responsive-table {
  max-width: 100%;
  overflow-x: auto;
}

.formWrapper h1 {
  background: #00919B;
}

.mktoForm .mktoFormCol {
  width: 100% !important;
}

.mktoForm .mktoFormCol .mktoFieldWrap > div {
  width: 100%;
}

.body_copy p {
  text-align: left;
}
/********** MEDIA SCREENS PAGE ****************/

@media (min-width: 1400px) {
  .container {
    width: 1270px;
  }

  .carousel-wrapper-v2 .carousel-caption .after-title {
    font-size: 20px;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1500px;
    max-width: 100%;
  }

  .carousel-wrapper-v2 .carousel-caption .after-title {
    font-size: 25px;
  }

  .footer-inner {
    max-width: 1600px;
  }
}

@media (max-width: 1399px) {
  .footer-logo img {
    width: 90%;
  }

  .carousel-wrapper-v2 .item {
    height: 600px;
  }
  .carousel-wrapper-v2 .item > .carousel-image img {
    width: auto !important;
  }
}

@media screen and (max-width: 1199px) {

  .page-content .hero {
    min-height: auto;
  }

  .module-list-v2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .carousel-wrapper-v2 .carousel-caption {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    width: 70%;
  }

  .carousel-wrapper-v2 .carousel-caption .description {
    padding: 20px;
    margin-top: 100px;
    font-size: 22px;
  }


  .assured-block .video-block-v2 .video-description {
    padding: 30px;
  }

  .assured-block .video-block-v2 .video-description h2 {
    font-size: 35px;
  }

  .assured-block .video-block-v2 .video-description p {
    font-size: 22px;
  }

  .services-wrapper-block {
    margin-top: 100px;
    flex-wrap: wrap;
  }

  .services-wrapper-block .services-item {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-basis: 49%;
    -o-flex-basis: 49%;
    flex-basis: 49%;
    width: 49%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-inner-block-v2 .product-item-inner-v2 h3 {
    font-size: 20px;
  }

  .product-inner-block-v2 .product-item-inner-v2 p {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .cloudComparison-wrapper-v2,
  .validation-wrapper-v2  {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .carousel-wrapper-v2 .carousel-caption {
    margin-left: 0;
    width: 70%;
  }

  .news-item-v2 {
    margin-bottom: 30px;
  }

  .carousel-wrapper-v2 .carousel-caption h2 {
    font-size: 80px;
  }

  .carousel-wrapper-v2 .carousel-caption .after-title {
    font-size: 30px;
  }

  .carousel-wrapper-v2 .item {
    height: 450px;
  }

  .carousel-wrapper-v2 .item > .carousel-image img {
    max-width: 100%;
    object-fit: cover;
  }

  .carousel-wrapper-v2 .carousel-caption .description {
    margin-top: 70px;
  }

  .carousel-wrapper-v2 .carousel-indicators {
    padding: 20px 0;
  }

  .carousel-wrapper-v2 .carousel-indicators li {
    width: 20px;
    height: 20px;
  }

  .page-content .support-services-v3 .hero.module-0-c h1,
  .page-content .visionWorks-v2 .hero.module-0-c h1,
  .module-v2.service-center-v2 h2,
  .what-we-do-block h2,
  .power-block-v2 h2,
  .blogs-events-feed-container .module-v2 h2,
  .latest-news-container .module-v2 h2  {
    font-size: 35px;
  }

  .module-v2 .Heading,
  .module-v2 .Copy {
    font-size: 16px;
  }

  .sidebarBlock-v2 p,
  .module-4-hero-v2.module-v2 p,
  .power-block-v2 p {
    font-size: 18px;
  }

  .module-4-hero-v2.module-v2 h2,
  .module-4-hero-v2.module-v2 h3,
  .resources-v2 h3,
  .sidebarBlock-v2 h3 {
    font-size: 25px;
  }

  .module-list-v2 h1,
  .module-list-v2 h2,
  .module-v2.module-3-v2 h2,
  .resources-v2 h2,
  .block-with-border-v2 h1 {
    font-size: 32px;
  }

  .module-list-v2 p,
  .module-v2.module-3-v2 h4 p,
  .module-4-hero-v2.module-v2 .font-face-title-light p,
  .resources-v2 p {
    font-size: 16px;
  }

  .module-list-v2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .module-4-hero-v2.module-v2 h3 {
    margin-top: 20px;
  }

  .module-list-v2 img {
    display: block;
    margin: 0 auto;
  }

  .module-list-v2 div[class*='col-'],
  .sidebarBlock-v2 div[class*='col-'] {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .sidebarBlock-v2 p,
  .sidebarBlock-v2 h3 {
    height: auto !important;
  }

  .block-with-border-v2 div[class*='col-'] {
    margin-bottom: 20px;
  }

  .footer-logo img {
    width: 100%;
  }

  .assured-block h2 {
    font-size: 35px;
  }

  .assured-block p {
    font-size: 18px;
  }

  .assured-block .video-block-v2 {
    flex-wrap: wrap;
  }

  .assured-block .video-block-v2 .youtube-wrapper {
    max-width: 100%;
  }

  .assured-block .video-block-v2 .youtube {
    width: 100%;
    max-width: 100%;
    height: 300px;
  }

  .assured-block .video-block-v2 .video-description {
    width: 100%;
  }

   .latest-news-container div[class*='col-'] {
    margin-bottom: 40px;
    height: auto !important;
   }

   .module-17-v2 h2,
   .module-17-v2 .module-17-inner p,
   .blog-wrap-2 {
    height: auto !important;
   }

   .module-17-v2 .module-17-inner.w-border:before { display: none; }

  .product-inner-block-v2 .accordion-title {
    font-size: 22px;
    padding: 20px 0;
  }

  .validation-wrapper-v2 div[class*='col-'] {
    margin-bottom: 30px;
  }

  .image-bg-block-v2:before {
    width: 100%;
  }

  .new-carouse-v2 .carousel-control img {
    top: 50%;
    transform: translateY(-50%);
  }

  .carousel-wrapper-v2 .carousel-caption h2 {
    font-size: 60px;
  }

  .carousel-wrapper-v2 .carousel-caption .after-title {
    font-size: 25px;
  }

  .carousel-wrapper-v2 .carousel-caption .description {
    margin-top: 40px;
    font-size: 18px;
  }
}

@media (max-width: 1100px) {
  .content_wrapper .right_col,
  .content_wrapper .left_col {
    height: auto !important;
  }
}

@media (max-width: 767px) {
  .module-v2.service-center-v2 .btn,
  .module-v2 .btn, .module-v2.questions-secton-v2 .btn,
  .sidebarBlock-v2 .btn {
    padding: 12px 10px;
    max-width: 100%;
    font-size: 12px;
    margin-bottom: 15px;
  }

  .webinars-wrapper-v2 p,
  .webinars-wrapper-v2 h3 {
    height: auto !important;
  }


  .info-box-inner {
    padding: 50px 25px 25px;
  }

  .new-carouse-v2 .news-item-v2 {
    padding-left: 15px;
    padding-left: 15px;
  }

  .page-content .hero .info-box-inner {
    max-width: 100%;
  }

  .knowledge-base-v2,
  .video-wrapper-v2,
  .infographic-wrapper-v2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-content .hero.module-0-c .info-box {
    padding-left: 0;
  }

  .hero h1 img {
    max-width: 100% !important;
    width: auto !important;
  }
  .page-content .support-services-v3 .hero.module-0-c h1,
  .page-content .visionWorks-v2 .hero.module-0-c h1,
  .module-v2.service-center-v2 h2,
  .assured-block .video-block-v2 .video-description h2,
  .what-we-do-block h2,
  .power-block-v2 h2,
  .latest-news-container .module-v2 h2,
  .blogs-events-feed-container .module-v2 h2 {
    font-size: 25px;
  }

  .block-with-border-v2 {
    padding: 20px 0;
  }

  .module-visionWork-2 {
    padding-bottom: 50px;
  }
  .module-17-v2 .module-17-inner p,
  .module-17-v2 .module-17-inner h2,
  .product-inner-block-v2 .product-item-inner-v2 p,
  .product-inner-block-v2 .product-item-inner-v2 h3 {
    height: auto !important;
  }

  .module-19-v2 time {
    font-size: 16px;
  }

  .module-17-v2 .module-17-inner {
    border-bottom: 1px solid #cecece;
  }

  .module-v2.module-3-v2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .assured-block h2 {
    line-height: 1.2;
  }

  .assured-block .video-block-v2 {
    padding: 0;
  }

  .assured-block .video-block-v2 .video-description {
    padding: 15px;
  }

  .assured-block .video-block-v2 .video-description p,
  .what-we-do-block p {
    font-size: 18px;
  }

  .assured-block {
    padding-bottom: 40px;
  }

  .what-we-do-block,
  .power-block-v2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .services-wrapper-block {
    margin-top: 50px;
  }

  .carousel-wrapper-v2 .item {
    height: 400px;
  }

  .carousel-wrapper-v2 .carousel-caption {
    width: calc(100% - 80px);
    height: auto;
    max-width: 100%;
  }

  .carousel-wrapper-v2 .carousel-caption h2 {
    margin-left: 0;
  }

  .carousel-wrapper-v2 .carousel-caption .after-title {
    font-size: 25px;
  }

  .carousel-wrapper-v2 .carousel-caption .description {
    margin-top: 40px;
    font-size: 18px;
  }

  .latest-news-container .module-v2 h3,
  .module-17-v2 h2 {
    font-size: 18px;
  }

  .product-inner-block-v2 .accordion-title {
    font-size: 18px;
    padding-right: 40px;
  }

  .product-inner-block-v2 .product-item-inner-v2 {
    padding: 15px;
  }

  .copy_box {
    text-align: left !important;
  }
}

@media screen and (max-width: 750px) {
  .Copy {
    border-top: none;
  }

  .module-v2 img {
    float: none !important;
    padding: 0 !important;
  }
}

@media screen and (max-width: 400px) {
  .module-0-a .carousel-caption h2 {
    font-size: 40px !important;
  }

  .carousel-wrapper-v2 .carousel-caption h2 span {
    font-size: 22px;
  }

  .carousel-wrapper-v2 .carousel-caption .after-title {
    font-size: 18px;
  }

  .carousel-wrapper-v2 .carousel-caption .description {
    padding: 10px;
    margin-top: 10px;
    font-size: 14px;
  }

  .carousel-wrapper-v2 .item {
    height: 250px !important;
  }

  .services-wrapper-block .services-item {
    width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -o-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 40px;
  }

  .services-wrapper-block .services-item .wrapImg,
  .services-wrapper-block .services-item .title {
    height: auto !important;
  }

  .framework-v2 {
    margin: 0 20px 0 20px;
  }

  .module-v2 .Heading {
    font-weight: 400;
    text-align: center;
  }

  .module-v2 .Copy {
    border-top: none;
  }
}

/* Global Product Tabs */
.products-wrapper-v2 .tab-panel {
  max-width: 1500px;

  padding-left: 15px;
  padding-right: 15px;

  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

.products-wrapper-v2 .tab-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.products-wrapper-v2 .tab-panel .tab-panel-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;

  padding-left: 20px;
  padding-right: 20px;

  background-color: #00a79d;
}

.products-wrapper-v2 .tab-panel .tab-panel-header li:not(:last-child) {
  margin-right: 35px;
}

.products-wrapper-v2 .tab-panel .tab-panel-header a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

  text-align: center;
  align-items: center;

  height: 100%;
}

.products-wrapper-v2 .tab-panel .tab-panel-header li.is-active,
.products-wrapper-v2 .tab-panel .tab-panel-header a:hover {
  text-shadow: 1px 0 0 #fff;
  opacity: 1;
}

.products-wrapper-v2 .tab-panel .tab-panel-header a:focus,
.products-wrapper-v2 .tab-panel .tab-panel-header a:active {
  outline: none;
}

.products-wrapper-v2 .tab-panel .tab-panel-header li:not(:last-child) a::after {
  content: '';
  flex-shrink: 0;
  background-color: #fff;

  height: 100%;
  width: 1px;
  margin-left: 45px;
}

.products-wrapper-v2 .tab-panel ul a {
  display: block;

  padding-top: 12px;
  padding-bottom: 12px;

  font-weight: 400;
  font-size: 20px;
  color: #fff;
}

.products-wrapper-v2 .tab-panel ul a:hover,
.products-wrapper-v2 .tab-panel ul a:focus {
  text-decoration: none;
}

.products-wrapper-v2 .tab-panel .tab-panel-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;

  margin-left: -13px;
  margin-right: -13px;
}

.products-wrapper-v2 .tab-panel .tab-panel-list {
  display: none;
}

.products-wrapper-v2 .tab-panel .tab-panel-list.is-active {
  display: flex;
}

.products-wrapper-v2 .tab-panel-content li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;

  max-width: 25%;
  width: 100%;

  margin-top: 30px;
  padding-left: 13px;
  padding-right: 13px;

  text-align: center;
}

.products-wrapper-v2 .tab-panel-content li a {
  background-color: #fff;
  border: 1px solid #ccc;

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100%;
  min-height: 95px;

  color: #58585a;
  font-size: 18px;
  font-weight: 500;

  padding: 0 40px;
}

@media screen and (max-width: 992px) {
  .products-wrapper-v2 .tab-panel .tab-panel-header {
    flex-direction: column;
  }

  .products-wrapper-v2 .tab-panel .tab-panel-header li:not(:last-child) {
    border-bottom: 1px solid #fff;
    margin-right: 0;
  }

  .products-wrapper-v2 .tab-panel-content li {
    max-width: 33.3%;
  }

}

@media screen and (max-width: 768px) {
  .products-wrapper-v2 .tab-panel-content li {
    max-width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .products-wrapper-v2 .tab-panel-content li {
    max-width: 100%;
  }
}

.module-0-a .item > .carousel-image img {
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .latest-report img {
    width: initial;
  }
}




/* New LP - Wireless performance */
.module-map {
  padding: 100px 0;
}

body.is-open-modal {
  overflow-y: hidden;
}

.module-map .map.desktop-lp-map img {
  width: 1000px;
  height: 441px;
}

.module-map .map.mob-lp-map img {
  max-width: 300px;
}

.module-map .map.mob-lp-map {
  display: none;
}

@media screen and (max-width: 992px) {
  .module-map .map.module-map {
    padding: 40px 0;
  }

  .module-map .map.desktop-lp-map {
    display: none;
  }

  .module-map .map.mob-lp-map {
    display: block;
  }
}

.map-modals {
  display: none;
  align-items: center;
  justify-content: center;

  position: fixed;
  z-index: 1000000;

  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

.map-modals.is-open {
  display: flex;
}

.map-modals .modal {
  display: none;
  position: absolute;
  overflow-y: auto;

  /* top: 100px; */
  /* bottom: 100px; */

  top: auto;
  bottom: auto;

  margin: 20px auto;
  padding: 50px 50px;

  width: 90%;
  max-height: 80%;
  max-width: 600px;

  background-color: rgba(1, 167, 157, .9);
}

@media screen and (max-width: 992px) {
  .map-modals .modal {
    /* top: 20px; */
    /* bottom: 20px; */
    padding: 50px 20px;
  }
}

.map-modals .modal.is-open {
  display: block;
}

.map-modals .modal .close-btn {
  position: absolute;
  right: 15px;
  top: 15px;

  width: 20px;
  height: 20px;

  color: #fff;
  cursor: pointer;
}

.map-modals .modal .close-btn:before,
.map-modals .modal .close-btn:after {
  content: "";
  position: absolute;
  top: 8px;

  height: 2px;
  width: 20px;

  background-color: #fff;
  cursor: pointer;
}

.map-modals .modal .close-btn:before {
  transform: rotate(45deg);
}

.map-modals .modal .close-btn:after {
  transform: rotate(-45deg);
}

.map-modals .modal .content {
  color: #fff;
}

.map-modals .modal .content .modal-title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.025em;
  margin-bottom: 25px;
}

.map-modals .modal .content .modal-description {
  font-size: 18px;
  letter-spacing: -0.025em;
}

.map-modals .modal .content .modal-description *:not(:last-child) {
  margin-bottom: 25px;
}

.map-modals .modal .content .modal-description a {
  display: inline-block;
  padding: 12px 25px;

  border: 1px solid #fff;
  background: none;
  border-radius: 5px;
  letter-spacing: 0.025em;
  font-weight: normal;
  font-size: 18px;
  font-family: 'AvenirNext', Arial, Helvetica, sans-serif;
  color: #fff;
  transition: .25s all;
}

.map-modals .modal .content .modal-description a:hover {
  background-color: #fff;
  color: #7d7d7d;
  text-decoration: none;
}
