/**
 * @package Gate 39 Media
 *
 * Style specific to this project
 * Typography, font face variants, colors and positioning
 *
 */
/**
 * _gate39media-variables.scss
 *
 * Description: CSS Variables ( Colors , Fonts )
 * Version: 1.0.0
 * Last update: 2020/10/04
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
/* Define the Sassy Map called $icons */
/*
$font-size-h1: 2.5rem; //(2.5rem = 40px)
$font-size-h2: 2rem; //(2rem = 32px)
$font-size-h3: 1.75rem; //(1.75rem = 28px)
$font-size-h4: 1.5rem; //(1.5rem = 24px)
$font-size-h5: 1.25rem; //(1.25rem = 20px)
$font-size-h6: 1rem; //(1rem = 16px)
*/
/* Extra small devices (portrait phones, less than 576px) */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/* Extra large devices (large desktops, 1600px and up) */
/* Misc */
/**
 *  _gate39media-mixins.scss
 *
 * Description: Sass functions.
 * Version: 1.0.0
 * Last update: 2020/10/14
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
/**
 * colorList
 */
.responsive_space {
  height: 32px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .responsive_space {
    height: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .responsive_space {
    height: 96px;
  }
}

/**
 * _gate39media-base.scss
 *
 * Description: Base stylesheet.
 * Version: 1.0.0
 * Last update: 2020/09/02
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
/* Ensure no horizontal scroll */
html, body {
  overflow-x: hidden;
}

/* Smoother fonts */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-size: 16px;
  font-weight: 400 !important;
}

/* Responsive images */
img {
  max-width: 100%;
  height: auto;
  width: auto;
}

/* Responsive video */
iframe,
video {
  max-width: 100%;
}

/**
 *
 * Heading styles
 *
 */
.designspecshead {
  font-size: 116px;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: normal;
  margin: 0;
}

h5, .h5, h6, .h6 {
  font-family: "Roboto Condensed", sans-serif;
}

.h1, h1 {
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  .h1, h1 {
    font-size: 60px;
  }
}

.h2, h2 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .h2, h2 {
    font-size: 50px;
  }
}

.h3, h3 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .h3, h3 {
    font-size: 40px;
  }
}

.h4, h4 {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .h4, h4 {
    font-size: 32px;
  }
}

.h5, h5 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .h5, h5 {
    font-size: 24px;
  }
}

.h6, h6 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .h6, h6 {
    font-size: 24px;
  }
}

.font18 {
  font-size: 18px;
}

.p1 {
  font-size: 1.1em;
}

.p2 {
  font-size: 1em;
}

.p3 {
  font-size: 0.9em;
}

.p4 {
  font-size: 20px;
}

/* Link styles */
a, a:hover, a:focus {
  color: #2D5AE2;
  text-decoration: none;
  outline: 0;
}

a::hover {
  text-decoration: underline;
}

.padding15px-mobile {
  padding: 0 15px !important;
}
@media screen and (min-width: 768px) {
  .padding15px-mobile {
    padding: 0 !important;
  }
}

.pt0 {
  padding-top: 0 !important;
}

/* Font sizes */
.font-xsmall {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .font-xsmall {
    font-size: 8px !important;
  }
}

.font-small {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .font-small {
    font-size: 14px !important;
  }
}

.font-normal {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .font-normal {
    font-size: 16px !important;
  }
}

.font-large {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .font-large {
    font-size: 18px !important;
  }
}

.font-xlarge {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .font-xlarge {
    font-size: 20px !important;
  }
}

.fin-row-flex-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

/* Font weights */
.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700,
.font-bold {
  font-weight: 700;
}

.weight800 {
  font-weight: 800;
}

/* Colors */
/* Colors */
.white {
  color: #ffffff !important;
}

.black {
  color: #000000 !important;
}

.orange {
  color: #E8614E !important;
}

.orange-light {
  color: #f79420 !important;
}

.orange-dark {
  color: #e08010 !important;
}

.red {
  color: #b12a1b !important;
}

.gray {
  color: #d8d8d8 !important;
}

.royal-blue {
  color: #2D5AE2 !important;
}

.port-gore {
  color: #21274D !important;
}

.sulu {
  color: #A4EB6F !important;
}

.cello {
  color: #2674E7 !important;
}

.java {
  color: #1BB7AE !important;
}

.hot-cinnamon {
  color: #E2631C !important;
}

.g39-red {
  color: #B12E25 !important;
}

.gray-ground {
  color: #FAFAFA !important;
}

.teal-alt {
  color: #269EAE !important;
}

.teal-a {
  color: #1BB7AE !important;
}

.teal-b {
  color: #63BE92 !important;
}

.teal-c {
  color: #9CCA67 !important;
}

.teal-d {
  color: #BED73D !important;
}

.yellow {
  color: #DBDB42 !important;
}

.navyblue {
  color: #1F295B !important;
}

.lightnavy {
  color: #325597 !important;
}

.costal {
  color: #7FB6D9 !important;
}

.nirvana {
  color: #76D0F4 !important;
}

.darkgray {
  color: #707070 !important;
}

.lightwhite {
  color: #F0F8FC !important;
}

/* Background Colors */
.white-bg {
  background-color: #ffffff;
}

.black-bg {
  background-color: #000000;
}

.orange-bg {
  background-color: #E8614E;
}

.orange-light-bg {
  background-color: #f79420;
}

.orange-dark-bg {
  background-color: #e08010;
}

.red-bg {
  background-color: #b12a1b;
}

.gray-bg {
  background-color: #d8d8d8;
}

.royal-blue-bg {
  background-color: #2D5AE2;
}

.port-gore-bg {
  background-color: #21274D;
}

.sulu-bg {
  background-color: #A4EB6F;
}

.cello-bg {
  background-color: #2674E7;
}

.java-bg {
  background-color: #1BB7AE;
}

.hot-cinnamon-bg {
  background-color: #E2631C;
}

.g39-red-bg {
  background-color: #B12E25;
}

.gray-ground-bg {
  background-color: #FAFAFA;
}

.teal-alt-bg {
  background-color: #269EAE;
}

.teal-a-bg {
  background-color: #1BB7AE;
}

.teal-b-bg {
  background-color: #63BE92;
}

.teal-c-bg {
  background-color: #9CCA67;
}

.teal-d-bg {
  background-color: #BED73D;
}

.yellow-bg {
  background-color: #DBDB42;
}

.navyblue-bg {
  background-color: #1F295B;
}

.lightnavy-bg {
  background-color: #325597;
}

.costal-bg {
  background-color: #7FB6D9;
}

.nirvana-bg {
  background-color: #76D0F4;
}

.darkgray-bg {
  background-color: #707070;
}

.lightwhite-bg {
  background-color: #F0F8FC;
}

ol li, ul li {
  margin-bottom: 13px;
}
ul.ulicon {
  padding-left: 0;
}
ul.ulicon li {
  display: flex;
  list-style: none;
}
ul.ulicon li::before {
  content: "\f0da";
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  margin-right: 12px;
}

ul.uliconblue {
  padding-left: 0;
}
ul.uliconblue li {
  display: flex;
  list-style: none;
}
ul.uliconblue li::before {
  content: "\f0da";
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  margin-right: 12px;
  color: #325597;
}

/* Cookie banner */
#cookie-notice .cookie-notice-container .cookie-notice-wraper #cn-notice-text {
  font-size: 1.3em;
  padding-top: 15px;
  line-height: 1.3;
}

.leadinModal .leadinModal-content {
  border-radius: 0 !important;
  max-width: 320px !important;
}
.leadinModal .leadinModal-content .leadin-preview-wrapper {
  padding: 2em !important;
}
.leadinModal .leadinModal-content h4 {
  font-size: 24px !important;
  margin-bottom: 0 !important;
  font-weight: 500 !important;
}
.leadinModal .leadinModal-content .leadinModal-description-body p {
  font-size: 24px !important;
  font-weight: 300 !important;
}
.leadinModal .leadinModal-content .leadin-button {
  border-radius: 0 !important;
  border: 0 !important;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: 1.4px !important;
  text-transform: uppercase !important;
  padding-top: 13px !important;
  padding-right: 20px !important;
  padding-bottom: 13px !important;
  margin-bottom: 5px !important;
  margin-right: 5px !important;
  position: relative !important;
  display: inline-block !important;
  max-width: 183px !important;
  background: #2D5AE2 !important;
  color: #ffffff !important;
  border-left: 5px solid #20449C !important;
}
.leadinModal .leadinModal-content .leadin-button:hover {
  color: #ffffff !important;
  background: #20449C !important;
}

.opacitygradient {
  opacity: 0.9;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

/**
 * _gate39media-vc.scss
 *
 * Description: WPBakery Page Builder CSS (Formerly Visual Composer).
 * Version: 1.0.0
 * Last update: 2020/09/12
 * Author: Gate 39 Media <tech@gate39media.com>
 */
div.wpb_content_element {
  margin-bottom: 0;
}

.vc_column_container > .vc_column-inner {
  padding-top: 0;
}

/*
.vc_section{
	padding: 64px 0;

	&.vc_section-has-fill{
		padding-top: 64px;
	}
}
*/
.vc_section-has-fill {
  padding-top: 0;
}

.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
.vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container {
  display: inherit !important;
}

.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-panel-heading {
  display: none !important;
}

.rounded-border-vc .vc_column-inner {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.rounded-border {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/*=======  Bootstrap 4 Media Queries  =======*/
/*==========  Mobile First Method  ==========*/
/* Small devices (landscape phones, 576px and up) */
/* min-width : 576px */
/* Medium devices (tablets, 768px and up) */
/* min-width : 768px */
@media only screen and (min-width: 768px) {
  .rounded-border-vc .vc_column-inner {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  .rounded-border {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  /*
  .vc_section{
  	padding: 96px 0;

  	&.vc_section-has-fill{
  		padding-top: 96px;
  	}
  }
  */
}
/* Large devices (desktops, 992px and up) */
/* min-width : 992px */
/* Extra large devices (large desktops, 1200px and up) */
/* min-width : 1200px */
/**
 * _gate39media-buttons.scss
 *
 * Description: Button stylesheet.
 * Version: 1.0.1
 * Last update: 2020/09/20
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
/**
 * Button styles
 */
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 13px;
  padding-right: 20px;
  padding-bottom: 13px;
  min-width: 188px;
  position: relative;
  display: inline-block;
}
.btn:hover {
  border: 0;
}

.btn-sm {
  color: #ffffff;
  background: transparent;
  text-align: center;
  padding: 10px 20px;
  font-size: 14px;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  min-width: auto;
}
.btn-sm.active, .btn-sm:active, .btn-sm:hover {
  color: #325597;
  background: #7FB6D9;
  border: 1px solid #7FB6D9;
}

.btn-primary {
  color: #ffffff;
  background: transparent;
  text-align: center;
  padding: 20px 40px;
  font-size: 16px;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary.active, .btn-primary:active, .btn-primary:hover {
  color: #325597;
  background: #7FB6D9;
  border: 1px solid #7FB6D9;
}

.btn-primary-icon {
  color: #ffffff;
  background: #1F295B;
  text-align: center;
  padding: 21.5px 137px 21.5px 15px;
  font-size: 20px;
  border: 0;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.btn-primary-icon:after {
  content: "";
  border: 0 none;
  background: url("../img/ico-dot-arrow.png");
  background-image: url("../img/ico-dot-arrow.svg");
  background-repeat: no-repeat;
  background-size: 94px 30px;
  width: 94px;
  height: 30px;
  position: absolute;
  top: 19px;
  right: 20px;
}
.btn-primary-icon.active, .btn-primary-icon:active, .btn-primary-icon:hover {
  color: #325597;
  background: #7FB6D9;
  border: 0;
}
.btn-primary-icon.active:after, .btn-primary-icon:active:after, .btn-primary-icon:hover:after {
  content: "";
  background: url("../img/ico-dot-arrow-blue.png");
  background-image: url("../img/ico-dot-arrow-blue.svg");
}

.popupbtn-primary-icon {
  padding-top: 0px;
  padding-right: 0px;
}
.popupbtn-primary-icon span a {
  color: #ffffff;
  background: #1F295B;
  text-align: center;
  padding: 21.5px 137px 21.5px 15px;
  font-size: 20px !important;
  border: 0;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.popupbtn-primary-icon span a:after {
  content: "";
  border: 0 none;
  background: url("../img/ico-dot-arrow.png");
  background-image: url("../img/ico-dot-arrow.svg");
  background-repeat: no-repeat;
  background-size: 94px 30px;
  width: 94px;
  height: 30px;
  position: absolute;
  top: 19px;
  right: 20px;
}
.popupbtn-primary-icon span a.active, .popupbtn-primary-icon span a:active, .popupbtn-primary-icon span a:hover {
  color: #325597 !important;
  background: #7FB6D9;
  border: 0;
}
.popupbtn-primary-icon span a.active:after, .popupbtn-primary-icon span a:active:after, .popupbtn-primary-icon span a:hover:after {
  content: "";
  background: url("../img/ico-dot-arrow-blue.png");
  background-image: url("../img/ico-dot-arrow-blue.svg");
}

.btn-blue {
  color: #1F295B;
  background: transparent;
  text-align: center;
  padding: 20px 40px;
  font-size: 20px;
  border: 2px solid #1F295B;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-blue.active, .btn-blue:active, .btn-blue:hover {
  color: #325597;
  border: 2px solid #7FB6D9;
  background: #7FB6D9;
}

.btn-blue-small {
  color: #1F295B;
  background: transparent;
  text-align: center;
  padding: 10px 20px;
  font-size: 14px;
  border: 1px solid #1F295B;
  text-transform: uppercase;
  font-weight: 700;
  min-width: auto;
}
.btn-blue-small.active, .btn-blue-small:active, .btn-blue-small:hover {
  color: #325597;
  border: 1px solid #7FB6D9;
  background: #7FB6D9;
}

.btn-secondary {
  text-transform: uppercase;
  background: #76D0F4;
  color: #ffffff;
  font-weight: 700;
  padding: 20px 40px;
  border: 1px solid #76D0F4 !important;
}
.btn-secondary.active, .btn-secondary:visited, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary.active {
  border: 0px;
  color: #1F295B;
  background: #7FB6D9;
}

.btn-secondary-icon {
  color: #ffffff;
  background-color: rgba(50, 85, 151, 0.8); /* For browsers that do not support gradients */
  background: transparent linear-gradient(284deg, #76D0F4 0%, #325597 100%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  text-align: center;
  padding: 21.5px 137px 21.5px 15px;
  font-size: 20px;
  border: 0;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.btn-secondary-icon:after {
  content: "";
  border: 0 none;
  background: url("../img/ico-dot-arrow.png");
  background-image: url("../img/ico-dot-arrow.svg");
  background-repeat: no-repeat;
  background-size: 94px 30px;
  width: 94px;
  height: 30px;
  position: absolute;
  top: 19px;
  right: 20px;
}
.btn-secondary-icon.active, .btn-secondary-icon:active, .btn-secondary-icon:hover {
  color: #325597;
  background: #7FB6D9;
  border: 0;
}
.btn-secondary-icon.active:after, .btn-secondary-icon:active:after, .btn-secondary-icon:hover:after {
  content: "";
  background: url("../img/ico-dot-arrow-blue.png");
  background-image: url("../img/ico-dot-arrow-blue.svg");
}

.btn-java {
  background: #1BB7AE;
  color: #ffffff;
  text-align: left;
  padding-left: 56px;
  z-index: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.btn-java.active, .btn-java:active, .btn-java:hover {
  color: #ffffff;
  background: #7CCECF;
}
.btn-java.active:before, .btn-java:active:before, .btn-java:hover:before {
  width: 100%;
}
.btn-java:before {
  content: "";
  background: #7CCECF;
  width: 43px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: -1;
}
.btn-java:after {
  content: "";
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  width: 0;
  height: 0;
  position: absolute;
  top: 15px;
  right: 10px;
}
.btn-java .phone-icon {
  width: 22px;
  height: 23px;
  position: absolute;
  top: 12px;
  left: 10px;
}
.btn-java .icon {
  display: inherit;
  width: inherit;
  height: inherit;
  margin: 0;
}
.btn-java .icon.icon-phone {
  content: "";
  border: 0 none;
  background-image: url("../img/Icon%20awesome-phone.png");
  background-repeat: no-repeat;
  background-size: 21px 21px;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 11px;
  left: 12px;
}
.btn-java.no-icon {
  text-align: center;
  padding-right: 30px;
  padding-left: 30px;
}
.btn-java.no-icon:before {
  content: "";
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.btn-java.no-icon:after {
  content: none;
}
.btn-java.no-icon:hover:before {
  width: 100%;
}

.btn-link-java {
  color: #1BB7AE;
  font-weight: bold;
  font-size: 0.9em;
  position: relative;
  display: inline-block;
  padding: 5px 0;
  min-width: auto;
}
.btn-link-java.icon-anthemag {
  padding-left: 25px;
}
.btn-link-java.icon-anthemag:before {
  content: "";
  border: 0 none;
  background: url("../img/icons/icon-java-anthemag.png");
  background-image: url("../img/icons/icon-java-anthemag.svg");
  background-repeat: no-repeat;
  background-size: 18px 16px;
  width: 18px;
  height: 16px;
  position: absolute;
  top: 6px;
  left: 0px;
}
.btn-link-java:after {
  content: "";
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #1BB7AE;
  border-style: solid;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
.btn-link-java:hover {
  color: #00867F;
}
.btn-link-java:hover:after {
  border-color: transparent transparent transparent #00867F;
}
.btn-link-java:active, .btn-link-java.active, .btn-link-java:focus, .btn-link-java.focus {
  background-color: transparent !important;
  color: #1BB7AE !important;
}

.btn-link-white {
  color: #ffffff;
  font-weight: bold;
  font-size: 0.9em;
  position: relative;
  display: inline-block;
  padding: 5px 0;
  min-width: auto;
}
.btn-link-white:after {
  content: "";
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
.btn-link-white:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-link-white:hover:after {
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
}
.btn-link-white:active, .btn-link-white.active, .btn-link-white:focus, .btn-link-white.focus {
  background-color: transparent !important;
}

.link-java-underlined {
  text-decoration: underline;
  color: #1BB7AE;
}
.link-java-underlined:hover {
  color: #00867F;
}
.link-java-underlined:focus, .link-java-underlined:visited {
  color: #1BB7AE;
}
.link-java-underlined:active, .link-java-underlined.active, .link-java-underlined:focus, .link-java-underlined.focus {
  background-color: transparent !important;
}

.link-java-unstyled {
  color: #1BB7AE;
  text-decoration: underline;
}
.link-java-unstyled:hover {
  color: #00867F;
}
.link-java-unstyled:focus, .link-java-unstyled:visited {
  color: #1BB7AE;
}

.btn-ag-orange {
  background: #F79420;
}
.btn-ag-orange:hover {
  background: #F05F42;
}

@media only screen and (max-width: 767px) {
  p .link-text-center-sm {
    text-align: center;
  }
}
p .link-text-center-sm {
  text-align: left;
}

/**
 * _gate39media-wp.scss
 *
 * Description: Wp Core functions.
 * Version: 2.0.0
 * Last update: 2020/09/02
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
/* =WordPress Core!
-------------------------------------------------------------- */
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.admin-bar .fixed-top {
  top: 46px !important;
}
@media only screen and (min-width: 768px) {
  .admin-bar .fixed-top {
    top: 32px !important;
  }
}
/**
 *  _gate39media-header.scss
 *
 * Description: Header Sections.
 * Version: 1.0.2
 * Last update: 2020/09/02
 * Author: Gate 39 Media <tech@gate39media.com>s
 *
 */
header {
  z-index: 2;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
}
header .headerpadding {
  padding: 15px 15px;
}
header .colorlogo {
  display: none;
}
header .whitelogo {
  display: block;
}
header .tabletsection a {
  border: 1px solid #707070;
  margin-right: 20px;
}
header .innerheader .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li > a {
  color: #000000;
}
header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li {
  padding: 0 21px !important;
}
header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li > a {
  color: #ffffff;
  font-weight: 700;
  padding: 38px 4px !important;
  position: relative;
  text-transform: uppercase;
  transition: 0.4s all ease;
}
header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li > a:before {
  content: "";
  background: transparent;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0px;
  left: 0;
  transition: 0.4s all ease;
}
header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li > a:focus, header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li > a:hover {
  color: #7FB6D9 !important;
}
header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li > a:focus:before, header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li > a:hover:before {
  background: #7FB6D9;
  height: 9px;
}
header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li > a.dropdown-toggle:after {
  content: none;
  display: none;
}
header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.active > a {
  color: #B12E25;
  font-weight: bold;
  background: transparent;
}
header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.active > a:before {
  height: 9px;
  background: #B12E25;
}
header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.active > a:hover {
  color: #B12E25;
}
header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.headerstarted {
  padding: 15px 11px !important;
  margin-left: 15px !important;
}
header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.headerstarted a {
  color: #ffffff;
  background: transparent;
  text-align: center;
  padding: 18px 40px !important;
  font-size: 16px;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-top: 5px;
}
header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.headerstarted a.active, header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.headerstarted a:active, header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.headerstarted a:hover {
  border: 1px solid #7FB6D9;
  color: #325597 !important;
  background: #7FB6D9;
}
header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.headerlogin {
  padding: 16px 11px !important;
  margin-top: 3px;
}
header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.headerlogin a {
  text-transform: uppercase;
  background: #76D0F4;
  color: #ffffff;
  font-weight: 700 !important;
  padding: 19px 40px !important;
}
header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.headerlogin a:hover {
  color: #1F295B !important;
  background: #7FB6D9;
}
header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li .sub-menu li {
  border-bottom: 1px solid #d8d8d8;
}
header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li .sub-menu a {
  font-size: 14px;
  font-weight: 700;
}
header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul .dropdown-menu {
  left: 11px;
  background: #21274D;
  border: 0;
  border-radius: 0;
  margin-top: 0;
  padding: 0;
  min-width: 230px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul .dropdown-menu > li > a {
  color: white;
  font-size: 0.8em;
  padding: 0.8em 1.5rem;
  border-bottom: 1px solid #4D507A;
}
header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul .dropdown-menu > li > a.active, header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul .dropdown-menu > li > a:active, header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul .dropdown-menu > li > a:focus, header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul .dropdown-menu > li > a:hover {
  color: #ffffff;
  background-color: #0E0F24;
}
header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul .dropdown-menu > li > a:after {
  transition: all 0.3s ease;
  transform: rotate(0deg);
  margin-left: 6px;
}
header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul .dropdown-menu > li.active > a {
  color: #ffffff;
  background-color: #0E0F24;
  font-weight: 500;
}
header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul .dropdown-menu > li.active > a.active, header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul .dropdown-menu > li.active > a:active, header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul .dropdown-menu > li.active > a:focus, header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul .dropdown-menu > li.active > a:hover {
  color: #ffffff;
  background-color: #0E0F24;
}
header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul .dropdown-menu > li:last-child a {
  border-bottom: 0;
}
header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul .dropdown-menu > li.show a:after {
  transform: rotate(180deg);
}
header.sticked {
  position: fixed;
  background: #ffffff;
}
header.sticked .colorlogo {
  display: block;
}
header.sticked .whitelogo {
  display: none;
}
header.sticked .vce-sandwich-menu svg {
  fill: #000000;
}
header.sticked .vce-sandwich-menu svg:hover {
  fill: #000000;
}
header.sticked .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li {
  padding: 0 21px;
}
header.sticked .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li > a {
  padding: 20px 4px;
  color: #000000;
}
header.sticked .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.active > a {
  color: #B12E25;
  font-weight: bold;
  background: transparent;
}
header.sticked .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.active > a:before {
  height: 4px;
  background: #B12E25;
}
header.sticked .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.headerstarted a {
  border: 1px solid #000000;
}
header.sticked .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.headerstarted a.active, header.sticked .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.headerstarted a:active, header.sticked .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.headerstarted a:hover {
  border: 1px solid #7FB6D9;
}
header.sticked .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.headerlogin a {
  color: #ffffff;
}
header.sticked .headerlogin {
  padding: 5px 11px !important;
}
header.sticked .headerlogin a {
  padding: 15px 40px !important;
}
header.sticked .navbar-brand {
  max-width: 110px;
  position: relative;
  padding: 12px 0;
  top: 0;
}
header.sticked .navbar-toggle {
  margin-top: 1px;
}
header .vce-sandwich-side-menu-wrapper .vce-sandwich-side-menu-container .vce-sandwich-side-menu-close-button {
  top: 15px;
  left: 15px;
}
header .vce-sandwich-side-menu-wrapper .vce-sandwich-side-menu-container .vce-sandwich-side-menu-inner {
  justify-content: flex-start;
  padding: 48px 0 48px 0px !important;
  margin: 0px;
  text-transform: uppercase;
}
header .vce-sandwich-side-menu-wrapper .vce-sandwich-side-menu-container .menu-primary-menu-container > ul > li {
  border-bottom: 1px solid #707070;
}
header .vce-sandwich-side-menu-wrapper .vce-sandwich-side-menu-container .menu-primary-menu-container > ul > li > a {
  padding-left: 15px;
  cursor: pointer;
}
header .vce-sandwich-side-menu-wrapper .vce-sandwich-side-menu-container .menu-primary-menu-container > ul > li > ul.sub-menu {
  background: #d8d8d8;
  display: none;
  margin: 0;
}
header .vce-sandwich-side-menu-wrapper .vce-sandwich-side-menu-container .menu-primary-menu-container > ul > li > ul.sub-menu > li {
  border-bottom: 1px solid #ffffff;
  padding: 4px 0 4px 30px;
}
header .vce-sandwich-side-menu-wrapper .vce-sandwich-side-menu-container .menu-primary-menu-container > ul > li > ul.sub-menu > li > a {
  font-size: 14px;
  font-weight: 700;
}
header .vce-sandwich-side-menu-wrapper .vce-sandwich-side-menu-container .menu-primary-menu-container > ul > li.headerstarted {
  padding: 15px 11px !important;
  border: 0;
  margin-top: 15px;
}
header .vce-sandwich-side-menu-wrapper .vce-sandwich-side-menu-container .menu-primary-menu-container > ul > li.headerstarted a {
  color: #000000;
  background: transparent;
  text-align: center;
  padding: 18px 40px !important;
  font-size: 16px;
  border: 1px solid #707070;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-top: 5px;
}
header .vce-sandwich-side-menu-wrapper .vce-sandwich-side-menu-container .menu-primary-menu-container > ul > li.headerstarted a.active, header .vce-sandwich-side-menu-wrapper .vce-sandwich-side-menu-container .menu-primary-menu-container > ul > li.headerstarted a:active, header .vce-sandwich-side-menu-wrapper .vce-sandwich-side-menu-container .menu-primary-menu-container > ul > li.headerstarted a:hover {
  border: 1px solid #7FB6D9;
  color: #325597 !important;
  background: #7FB6D9;
}
header .vce-sandwich-side-menu-wrapper .vce-sandwich-side-menu-container .menu-primary-menu-container > ul > li.headerlogin {
  padding: 21px 11px !important;
  margin-top: 5px;
  border: 0;
}
header .vce-sandwich-side-menu-wrapper .vce-sandwich-side-menu-container .menu-primary-menu-container > ul > li.headerlogin a {
  text-transform: uppercase;
  background: #76D0F4;
  color: #ffffff;
  font-weight: 700 !important;
  padding: 17px 40px !important;
}
header .vce-sandwich-side-menu-wrapper .vce-sandwich-side-menu-container .menu-primary-menu-container > ul > li.headerlogin a.active, header .vce-sandwich-side-menu-wrapper .vce-sandwich-side-menu-container .menu-primary-menu-container > ul > li.headerlogin a:visited, header .vce-sandwich-side-menu-wrapper .vce-sandwich-side-menu-container .menu-primary-menu-container > ul > li.headerlogin a:hover, header .vce-sandwich-side-menu-wrapper .vce-sandwich-side-menu-container .menu-primary-menu-container > ul > li.headerlogin a:focus, header .vce-sandwich-side-menu-wrapper .vce-sandwich-side-menu-container .menu-primary-menu-container > ul > li.headerlogin a.focus, header .vce-sandwich-side-menu-wrapper .vce-sandwich-side-menu-container .menu-primary-menu-container > ul > li.headerlogin a.active {
  color: #1F295B !important;
  background: #7FB6D9;
}

/* min-width : 1440px */
@media only screen and (min-width: 1440px) {
  header .headerpadding {
    padding: 0 90px !important;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
/* min-width : 1200px */
@media only screen and (min-width: 1200px) {
  header {
    position: absolute;
  }
  .technologyblock .technologycolumn .col-content {
    margin: 0 20px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
/* min-width : 1200px */
@media only screen and (max-width: 1199.5px) {
  header {
    background: #ffffff;
  }
  header .colorlogo {
    display: block;
  }
  header .whitelogo {
    display: none;
  }
}
/**Technology Services Blocks**/
@media screen and (min-width: 768px) {
  .technologyblock .technologyrow {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.technologyblock .technologycolumn {
  margin-bottom: 60px;
}
.technologyblock .technologycolumn .col-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: transparent linear-gradient(135deg, #325597 0%, #76D0F4 100%) 0% 0% no-repeat padding-box;
  padding: 20px 10px 0px 10px;
  margin: 0 9px;
}
.technologyblock .technologycolumn:hover .col-content {
  background: #325597;
}

/**Five blocks css**/
@media screen and (max-width: 768px) {
  .fiveblocks .slick-list {
    padding-right: 90px;
  }
}
.fiveblocks .boxhover {
  position: relative;
  display: block;
}
.fiveblocks .boxhover .box-heading {
  position: absolute;
  bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 1;
}
.fiveblocks .boxhover:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: transparent linear-gradient(146deg, #325597 0%, #76D0F4 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.fiveblocks .boxhover:hover:after {
  opacity: 0.8;
}

/**sticky Submenu section**/
@media screen and (max-width: 1300px) {
  #submenusection {
    white-space: nowrap;
    border-bottom: 1px solid #000000;
  }
}
#submenusection .vce-section-inner {
  overflow-x: auto;
}
@media screen and (min-width: 1300px) {
  #submenusection .vce-section-inner {
    overflow: hidden;
    border-bottom: 1px solid #000000;
  }
}
#submenusection .sub-section {
  justify-content: center;
}
@media screen and (max-width: 1300px) {
  #submenusection .sub-section {
    justify-content: flex-start;
  }
}
#submenusection .sub-section li {
  border: 0px;
  padding: 0px;
}
#submenusection .sub-section li a {
  color: #1F295B;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 0.75rem 1rem;
  white-space: nowrap;
}
#submenusection .sub-section li a.active {
  color: #7FB6D9;
  background: #F0F8FC;
}

.team-col {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .team-col {
    padding-top: 65px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
  }
}
.team-col .team-img {
  margin-bottom: 30px;
}
.team-col .team-img img {
  max-height: 272px;
  max-width: 272px;
}
.team-col .team-details .heading-text {
  margin-bottom: 10px;
}

.team-name .entry-title {
  font-size: 40px;
}

.vce-content-slide .vce-content-slide-inner .vce-single-image-inner img {
  height: auto !important;
}

.backgroundcolor {
  background-color: #F0F8FC;
  padding-top: 50px;
}

.backlink {
  font-size: 14px;
}

.team-profile-img {
  max-width: 240px;
}

.teamlinked {
  border: 1px solid #000000;
  border-radius: 100%;
  padding: 8px 10px;
}

.marginspacing {
  margin-top: 25px;
  margin-bottom: 30px;
}

.homevideosection {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.homevideosection .vce-self-hosted-video-player-wrapper .vce-self-hosted-video-player-video {
  height: 700px;
  object-fit: cover;
}

.testimonials-slider {
  position: relative;
}
.testimonials-slider::before, .testimonials-slider::after {
  width: 56px;
  height: 56px;
  content: "";
  display: inline-block;
  background-size: 90% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 0;
}
.testimonials-slider::before {
  background: url("../img/icon-left.png");
  left: 0;
}
.testimonials-slider::after {
  background: url("../img/icon-right.png");
  right: 0;
}
.testimonials-slider .vce-content-slider-arrow {
  display: none !important;
}

.career-row {
  align-items: center;
}
.career-row h5 a {
  color: #325597;
}
@media only screen and (min-width: 768px) {
  .career-row h5 a {
    color: #000000;
  }
}
.career-row.paddingspace {
  padding: 20px 0px;
}
.career-row.bordertop {
  border-top: 3px solid #d8d8d8;
}

.sociallinked {
  border: 1px solid #325597;
  border-radius: 100%;
  padding: 8px 10px;
}

.carrerctasection {
  background-image: url("../img/section-cta-offering.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* Medium devices (tablets, 768px and up) */
/* min-width : 768px */
@media only screen and (max-width: 768px) {
  .mobiletopborder {
    border-top: 3px solid #d8d8d8;
    padding-top: 3rem;
  }
  .secondmob {
    order: 2;
    padding-bottom: 45px;
  }
  .thirdmob {
    order: 3;
  }
}
@media only screen and (min-width: 1652px) {
  .fiveblocks .firstrow {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
}
@media (min-width: 1462px) and (max-width: 1651px) {
  .fiveblocks .firstrow {
    padding-left: 11% !important;
    padding-right: 11% !important;
  }
}
@media only screen and (max-width: 1461px) {
  .fiveblocks .firstrow {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
/**
 *  _gate39media-header-blog.scss
 *
 * Description: Header Blog Sections.
 * Version: 1.0.0
 * Last update: 2020/09/02
 * Author: Gate 39 Media <tech@gate39media.com>s
 *
 */
/*
.admin-bar{
	.site-header-banner-pos-blog{
		.navbar-blog.sticked{
			top: 46px;
		}
	}
}
*/
@media only screen and (min-width: 768px) {
  .admin-bar .site-header-banner-pos-blog .navbar-blog.sticked {
    top: 32px;
  }
}
.site-header-banner-pos-blog {
  /*=======  Bootstrap 4 Media Queries  =======*/
  /*==========  Mobile First Method  ==========*/
  /* Small devices (landscape phones, 576px and up) */
  /* min-width : 576px */
  /* Medium devices (tablets, 768px and up) */
  /* min-width : 768px */
  /* Large devices (desktops, 992px and up) */
  /* min-width : 992px */
  /* Extra large devices (large desktops, 1200px and up) */
  /* min-width : 1200px */
  /* min-width : 1440px */
}
.site-header-banner-pos-blog .navbar.sticked {
  top: -65px !important;
}
.site-header-banner-pos-blog .navbar-blog {
  background: #2D5AE2;
  min-height: 76px;
}
.site-header-banner-pos-blog .navbar-blog.navbar-combine39-blog {
  background: #59BA5A;
}
.site-header-banner-pos-blog .navbar-blog.sticked {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 500;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.site-header-banner-pos-blog .navbar-blog.sticked.g39-bar-sticked {
  top: 60px; /*announcement bar*/
}
.site-header-banner-pos-blog .navbar-blog .site-header-nav-blog {
  width: 100%;
  padding-bottom: 10px;
}
.site-header-banner-pos-blog .navbar-blog .site-header-nav-blog .navbar-brand {
  padding: 20px 0;
}
.site-header-banner-pos-blog .navbar-blog .site-header-nav-blog .form-search {
  padding-top: 10px;
}
.site-header-banner-pos-blog .navbar-blog .site-header-nav-blog .search fieldset {
  position: relative;
}
.site-header-banner-pos-blog .navbar-blog .site-header-nav-blog .search fieldset input {
  width: 100%;
  height: 47px;
  font-size: 1em;
  font-weight: 300;
  padding-left: 16px;
  border-radius: 0;
  border: 0;
}
.site-header-banner-pos-blog .navbar-blog .site-header-nav-blog .search fieldset button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  outline: 0;
  border: 0;
}
.site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-blog-menu li,
.site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-combine39-menu li {
  margin-right: 40px;
  margin-bottom: 12px;
}
.site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-blog-menu li a,
.site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-combine39-menu li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 18px 0;
  padding: 0;
}
.site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-blog-menu li a:after,
.site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-combine39-menu li a:after {
  margin-left: 6px;
}
.site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-blog-menu li.dropdown,
.site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-combine39-menu li.dropdown {
  position: relative;
}
.site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-blog-menu li.dropdown .dropdown-menu,
.site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-combine39-menu li.dropdown .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 10px 5px;
  min-width: 220px;
  position: absolute;
}
.site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-blog-menu li.dropdown .dropdown-menu li,
.site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-combine39-menu li.dropdown .dropdown-menu li {
  padding: 10px;
}
.site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-blog-menu li.dropdown .dropdown-menu li a,
.site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-combine39-menu li.dropdown .dropdown-menu li a {
  color: #2D5AE2;
}
.site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-blog-menu li.dropdown .dropdown-menu li a:hover,
.site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-combine39-menu li.dropdown .dropdown-menu li a:hover {
  color: #20449C;
  background-color: transparent;
}
.site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-blog-menu li.dropdown .dropdown-menu li.current-menu-item a,
.site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-combine39-menu li.dropdown .dropdown-menu li.current-menu-item a {
  color: #21274D;
}
.site-header-banner-pos-blog #menu-blog-menu li:hover > .dropdown-menu {
  display: none;
}
.site-header-banner-pos-blog #menu-combine39-menu li:hover > .dropdown-menu {
  display: none;
}
.site-header-banner-pos-blog #menu-blog-menu li.show .dropdown-menu {
  display: block;
}
.site-header-banner-pos-blog #menu-combine39-menu li.show .dropdown-menu {
  display: block;
}
@media only screen and (min-width: 768px) {
  .site-header-banner-pos-blog .navbar-blog .site-header-nav-blog .form-search {
    padding-top: 0;
  }
  .site-header-banner-pos-blog .navbar-blog .site-header-nav-blog .navbar-brand {
    padding-top: 22px;
  }
  .site-header-banner-pos-blog .navbar-blog .site-header-nav-blog .form-search {
    padding-top: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .site-header-banner-pos-blog .navbar-blog .site-header-nav-blog {
    padding-bottom: 0;
  }
  .site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-blog-menu li,
  .site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-combine39-menu li {
    padding: 26px 0;
    margin-bottom: 0;
  }
  .site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-blog-menu li.dropdown .dropdown-menu,
  .site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-combine39-menu li.dropdown .dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-top: 10px;
    padding: 35px 30px 20px;
    top: 52px !important;
  }
  .site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-blog-menu li.dropdown .dropdown-menu.show,
  .site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-combine39-menu li.dropdown .dropdown-menu.show {
    top: 2px !important;
  }
  .site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-blog-menu li.dropdown .dropdown-menu:before,
  .site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-combine39-menu li.dropdown .dropdown-menu:before {
    position: absolute;
    content: "";
    top: -1px;
    left: -5px;
    width: 105%;
    height: 15px;
    background: #2D5AE2;
  }
  .site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-blog-menu li.dropdown .dropdown-menu li,
  .site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-combine39-menu li.dropdown .dropdown-menu li {
    padding: 10px;
  }
  .site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-blog-menu li.dropdown .dropdown-menu li a,
  .site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-combine39-menu li.dropdown .dropdown-menu li a {
    color: #2D5AE2;
  }
  .site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-blog-menu li.dropdown .dropdown-menu li a:hover,
  .site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-combine39-menu li.dropdown .dropdown-menu li a:hover {
    color: #20449C;
    background-color: transparent;
  }
  .site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-blog-menu li.dropdown .dropdown-menu li.current-menu-item a,
  .site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-combine39-menu li.dropdown .dropdown-menu li.current-menu-item a {
    color: #21274D;
  }
  .site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-blog-menu li.show .dropdown-menu,
  .site-header-banner-pos-blog .navbar-blog .site-header-nav-blog #menu-combine39-menu li.show .dropdown-menu {
    display: none;
  }
  .site-header-banner-pos-blog .navbar-blog .site-header-nav-blog .form-search {
    padding-top: 14px;
  }
  .site-header-banner-pos-blog #menu-blog-menu li > .dropdown-menu {
    display: none !important;
  }
  .site-header-banner-pos-blog #menu-combine39-menu li > .dropdown-menu {
    display: none !important;
  }
  .site-header-banner-pos-blog #menu-blog-menu li:hover > .dropdown-menu {
    display: block !important;
  }
  .site-header-banner-pos-blog #menu-combine39-menu li:hover > .dropdown-menu {
    display: block !important;
  }
}
/**
 *  _gate39media-header-banner.scss
 *
 * Description: Header Banner Sections.
 * Version: 1.0.0
 * Last update: 2020/09/02
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
.site-header {
  /*=======  Bootstrap 4 Media Queries  =======*/
  /*==========  Mobile First Method  ==========*/
  /* Small devices (landscape phones, 576px and up) */
  /* min-width : 576px */
  /* Medium devices (tablets, 768px and up) */
  /* min-width : 768px */
  /* Large devices (desktops, 992px and up) */
  /* min-width : 992px */
  /* Extra large devices (large desktops, 1200px and up) */
  /* min-width : 1200px */
}
.site-header .site-header-banner {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  padding-top: 75px;
}
.site-header .site-header-banner-front-page .site-header-text {
  min-height: 530px;
  height: 100%;
  display: flex;
  align-items: center;
}
.site-header .site-header-banner-front-page .text-col {
  padding-left: 0;
  margin-top: 70px;
  margin-bottom: 40px;
}
.site-header .site-header-banner-page .site-header-text {
  min-height: 15em;
}
.site-header .site-header-banner-page .site-header-text .text-col {
  padding: 4em 15px 2em;
}
.site-header .site-header-banner-page .site-header-text .mobile-banner {
  background-image: url("../img/header-background-inbound-marketing.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 15em;
  height: 100%;
  margin: 0 -15px;
  position: relative;
  display: flex;
  justify-content: center;
}
.site-header .site-header-banner-page .site-header-text .mobile-banner:before {
  content: "";
  background-color: #2D5AE2;
  mix-blend-mode: hard-light;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.site-header .site-header-banner-page .site-header-text .mobile-banner .text-col {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.site-header .site-header-banner-page .site-header-text .mobile-banner .text-col .entry-content {
  display: flex;
  padding: 0;
}
.site-header .site-header-banner-page .site-header-text .mobile-banner .text-col p,
.site-header .site-header-banner-page .site-header-text .mobile-banner .text-col a {
  display: none;
}
.site-header .site-header-banner-page .site-header-text .mobile-banner .text-col h1 {
  color: #ffffff;
  display: block;
  z-index: 1;
}
.site-header .site-header-banner-single {
  min-height: 400px;
}
.site-header .site-header-banner-single.site-header-banner-pos-blog .site-header-text {
  background-image: none;
  background-color: #ffffff;
}
.site-header .site-header-banner-single.site-team {
  min-height: 0px;
}
.site-header .site-header-banner-single.site-team .site-header-text {
  background-image: none;
  min-height: 0px;
  display: none;
  visibility: hidden;
}
.site-header .site-header-banner-single.site-header-banner-blank {
  min-height: 100px;
}
.site-header .site-header-banner-single.site-portfolio {
  min-height: 100px;
}
.site-header .site-header-banner-single.site-portfolio .site-header-text {
  display: none;
}
.site-header .site-header-banner-single .site-header-text .text-col .entry-title {
  font-size: 2.7em;
  font-weight: 300;
  text-align: center;
}
.site-header .site-header-banner-home .site-header-text,
.site-header .site-header-banner-single .site-header-text {
  min-height: 400px;
  display: flex;
  align-items: center;
  position: relative;
}
.site-header .site-header-banner-home .site-header-text .text-col,
.site-header .site-header-banner-single .site-header-text .text-col {
  padding: 1em 15px;
}
.site-header .site-header-banner-home .site-header-text .text-col h1, .site-header .site-header-banner-home .site-header-text .text-col .entry-title,
.site-header .site-header-banner-single .site-header-text .text-col h1,
.site-header .site-header-banner-single .site-header-text .text-col .entry-title {
  color: #21274D;
  font-size: 2.7em;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0.3em;
}
.site-header .site-header-banner-home .site-header-text .text-col p,
.site-header .site-header-banner-single .site-header-text .text-col p {
  text-align: center;
  margin-bottom: 25px;
}
.site-header .site-header-banner-home .site-header-text .text-col .entry-content,
.site-header .site-header-banner-single .site-header-text .text-col .entry-content {
  position: relative;
}
.site-header .site-header-banner-home.site-events-archive, .site-header .site-header-banner-home.site-events,
.site-header .site-header-banner-single.site-events-archive,
.site-header .site-header-banner-single.site-events {
  min-height: 200px;
}
.site-header .site-header-banner-home.site-events-archive .site-header-text, .site-header .site-header-banner-home.site-events .site-header-text,
.site-header .site-header-banner-single.site-events-archive .site-header-text,
.site-header .site-header-banner-single.site-events .site-header-text {
  min-height: 200px;
}
.site-header .site-portfolio-archive .site-header-text {
  position: relative;
  min-height: 15em;
}
.site-header .site-portfolio-archive .site-header-text .text-col {
  padding: 0;
}
.site-header .site-portfolio-archive .site-header-text .text-col h1 {
  color: #21274D;
  font-size: 2.7em;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0.3em;
  display: none;
}
.site-header .site-portfolio-archive .site-header-text .text-col p {
  text-align: center;
  margin-bottom: 25px;
}
.site-header .site-portfolio-archive .site-header-text .mobile-banner {
  background-image: url("../img/header-background-portfolio.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 15em;
  height: 100%;
  margin: 0 -40px;
  position: relative;
  display: flex;
  justify-content: center;
}
.site-header .site-portfolio-archive .site-header-text .mobile-banner:before {
  content: "";
  background-color: #2D5AE2;
  mix-blend-mode: hard-light;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.site-header .site-portfolio-archive .site-header-text .mobile-banner .text-col {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.site-header .site-portfolio-archive .site-header-text .mobile-banner .text-col .entry-content {
  display: flex;
  padding: 0;
}
.site-header .site-portfolio-archive .site-header-text .mobile-banner .text-col p, .site-header .site-portfolio-archive .site-header-text .mobile-banner .text-col a {
  display: none;
}
.site-header .site-portfolio-archive .site-header-text .mobile-banner .text-col h1 {
  color: #ffffff;
  display: block;
  z-index: 1;
}
.site-header .site-header-banner-pos-blog .site-header-text {
  background-image: url("../img/blog-banner.jpg");
  background-size: cover;
  background-position: center;
}
.site-header .site-header-banner-pos-blog .site-header-text:before {
  content: none;
}
.site-header .site-header-banner-pos-blog .site-header-text .text-col {
  display: none;
}
@media only screen and (min-width: 576px) {
  .site-header .site-header-banner-front-page .text-col h1 {
    font-size: 3.5em;
    margin-bottom: 0.3em;
  }
}
@media only screen and (min-width: 768px) {
  .site-header .site-header-banner {
    padding-top: 0px;
  }
  .site-header .site-header-banner.g39-bar {
    padding-top: 140px; /* announcement bar */
  }
  .site-header .site-header-banner-page .site-header-text {
    min-height: 15em;
  }
  .site-header .site-header-banner-page .site-header-text .mobile-banner {
    min-height: 50vh;
  }
  .site-header .site-header-banner-page .site-header-text .text-col {
    padding: 55px 0;
  }
  .site-header .site-header-banner-page .site-header-text .text-col h1 {
    font-size: 3.5em;
    margin-bottom: 0.3em;
  }
  .site-header .site-header-banner-page .site-header-text .text-col p {
    text-align: center;
    margin-bottom: 1.2em;
  }
  .site-header .site-header-banner-front-page .site-header-text {
    min-height: 500px;
    height: 100%;
  }
  .site-header .site-header-banner-front-page .text-col {
    margin-top: 0;
  }
  .site-header .site-header-banner-front-page .text-col h1 {
    font-size: 4em;
    margin-bottom: 0.3em;
  }
  .site-header .site-portfolio-archive .site-header-text {
    position: relative;
    min-height: 15em;
  }
  .site-header .site-portfolio-archive .site-header-text .mobile-banner {
    min-height: 50vh;
  }
  .site-header .site-portfolio-archive .site-header-text .text-col {
    padding: 0;
  }
  .site-header .site-portfolio-archive .site-header-text .text-col h1 {
    font-size: 3.5em;
    margin-bottom: 0.3em;
  }
  .site-header .site-portfolio-archive .site-header-text .text-col p {
    text-align: center;
    margin-bottom: 1.2em;
  }
}
@media only screen and (min-width: 992px) {
  .site-header .site-header-banner {
    padding-top: 0px;
  }
  .site-header .site-header-banner.g39-bar {
    padding-top: 160px; /* announcement bar */
  }
}
@media only screen and (min-width: 1200px) {
  .site-header .site-header-banner-front-page .site-header-text {
    min-height: 700px;
    height: 100%;
    position: relative;
  }
  .site-header .site-header-banner-front-page .site-header-text:before {
    content: "";
    background-image: url("../img/union-1.png");
    background-size: cover;
    width: 500px;
    height: 505px;
    position: absolute;
    top: 50%;
    right: 5vw;
    transform: translateY(-50%);
  }
  .site-header .site-header-banner-front-page .img-right {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .site-header .site-header-banner-front-page .text-col h1 {
    display: block;
    padding: 0;
  }
  .site-header .site-header-banner-front-page .text-col h1,
  .site-header .site-header-banner-front-page .text-col span {
    text-align: left;
  }
  .site-header .site-header-banner-front-page .text-col .header-buttons {
    justify-content: flex-start;
  }
  .site-header .site-header-banner {
    padding-top: 0px;
  }
  .site-header .site-header-banner.g39-bar {
    padding-top: 160px; /* announcement bar */
  }
  .site-header .site-header-banner-single .site-header-text .text-col .entry-title {
    font-size: 3.5em;
    text-align: left;
  }
  .site-header .site-header-banner-page .site-header-text {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 30em;
  }
  .site-header .site-header-banner-page .site-header-text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url("../img/header-background-inbound-marketing.jpg");
    background-size: cover;
  }
  .site-header .site-header-banner-page .site-header-text:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #2D5AE2;
    mix-blend-mode: hard-light;
  }
  .site-header .site-header-banner-page .site-header-text .text-col {
    padding: 0;
  }
  .site-header .site-header-banner-page .site-header-text .text-col .entry-content {
    max-width: 545px;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
  }
  .site-header .site-header-banner-page .site-header-text .text-col h1, .site-header .site-header-banner-page .site-header-text .text-col .entry-title {
    color: #21274D;
    font-size: 3.5em;
    font-weight: 300;
    text-align: left;
    margin-bottom: 0.3em;
    display: block;
  }
  .site-header .site-header-banner-page .site-header-text .text-col p {
    text-align: left;
  }
  .site-header .site-header-banner-page.page-our-culture-values .site-header-text:before {
    background-image: url("../img/header-background-our-culture-values.jpg");
  }
  .site-header .site-header-banner-page.page-our-team .site-header-text:before {
    background-image: url("../img/header-background-our-team.jpg");
  }
  .site-header .site-header-banner-page.page-our-team .site-header-text:after {
    background-image: #7381BF;
  }
  .site-header .site-header-banner-page.page-industry-involvement .site-header-text:before {
    background-image: url("../img/header-background-industry-involvement.jpg");
  }
  .site-header .site-header-banner-page.page-careers .site-header-text:before, .site-header .site-header-banner-page.page-careers-child .site-header-text:before {
    background-image: url("../img/header-background-careers.jpg");
  }
  .site-header .site-header-banner-page.page-proprietary-trading-groups .site-header-text:before {
    background-image: url("../img/header-background-proprietary-trading-groups.jpg");
  }
  .site-header .site-header-banner-page.page-financial .site-header-text:before {
    background-image: url("../img/header-background-clients-financial.jpg");
  }
  .site-header .site-header-banner-page.page-hubspot-audit-services .site-header-text:before {
    background-image: url("../img/g39-hubspot-audit-hero-img.jpg");
  }
  .site-header .site-header-banner-page.page-agricultural .site-header-text:before {
    background-image: url("../img/header-background-clients-agricultural.jpg");
  }
  .site-header .site-header-banner-page.page-professional .site-header-text:before {
    background-image: url("../img/header-background-professional-clients.jpg");
  }
  .site-header .site-header-banner-page.page-professional-services .site-header-text:before {
    background-image: url("../img/professional-services-banner.jpg");
  }
  .site-header .site-header-banner-page.page-hedge-fund-website-design .site-header-text:before {
    background-image: url("../img/header-background-hedgefund-web-design.jpg");
  }
  .site-header .site-header-banner-page.page-design-branding .site-header-text:before {
    background-image: url("../img/design-branding-banner.jpg");
  }
  .site-header .site-header-banner-page.page-web-development .site-header-text:before {
    background-image: url("../img/web-dev-banner.jpg");
    background-position: center;
  }
  .site-header .site-header-banner-page.page-crm-services .site-header-text:before {
    background-image: url("../img/hubspot-banner.jpg");
  }
  .site-header .site-header-banner-page.page-our-portfolio .site-header-text:before, .site-header .site-header-banner-page.page-portfolio .site-header-text:before, .site-header .site-header-banner-page.site-portfolio-archive .site-header-text:before {
    background-image: url("../img/header-background-portfolio.jpg");
  }
  .site-header .site-header-banner-page.page-cookie-privacy .site-header-text:before {
    background-image: url("../img/header-background-cookie-privacy.jpg");
  }
  .site-header .site-header-banner-page.page-financial-applications .site-header-text:before {
    background-image: url("../img/fin-apps-header-background.jpg");
  }
  .site-header .site-header-banner-page.page-media-services .site-header-text:before {
    background-image: url("../img/media-services-banner.jpg");
  }
  .site-header .site-header-banner-page.page-financial-marketing .site-header-text:before {
    background-image: url("../img/fin-marketing-overview-banner.jpg");
  }
  .site-header .site-header-banner-page.page-development .site-header-text:before {
    background-image: url("../img/dev-overview-banner.jpg");
  }
  .site-header .site-header-banner-page.page-clients .site-header-text:before {
    background-image: url("../img/clients-overview-banner.jpg");
  }
  .site-header .site-header-banner-page.page-solutions .site-header-text:before {
    background-image: url("../img/solutions-overview-banner.jpg");
  }
  .site-header .site-header-banner-page.page-hubspot-security-reliability .site-header-text:before {
    background-image: url("../img/hubspot-security-banner.jpg");
  }
  .site-header .site-header-banner-page.page-who-we-are .site-header-text:before {
    background-image: url("../img/gate-39-who-we-are.jpg");
  }
  .site-header .site-header-banner-page.page-case-studies .site-header-text {
    min-height: 20em;
  }
  .site-header .site-header-banner-page.page-case-studies .site-header-text:before {
    background-image: url("../img/g39-casestudy-hero-img.jpg");
  }
  .site-header .site-header-banner-page.page-why-hubspot .site-header-text:before {
    background-image: url("../img/g39-why-hubspot-hero-img-2.jpg");
  }
  .site-header .site-header-banner-page.page-engine-39-newsletter-sign-up .site-header-text:before {
    background-image: url("../img/newsletter-banner.jpg");
  }
  .site-header .site-header-banner-page.page-engine-39-newsletter-sign-up .site-header-text:after {
    background-color: #7381BF;
  }
  .site-header .site-header-banner-home .site-header-text,
  .site-header .site-header-banner-single .site-header-text {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 400px;
  }
  .site-header .site-header-banner-home .site-header-text .text-col,
  .site-header .site-header-banner-single .site-header-text .text-col {
    padding: 0;
  }
  .site-header .site-header-banner-home .site-header-text .text-col .entry-content,
  .site-header .site-header-banner-single .site-header-text .text-col .entry-content {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
  .site-header .site-header-banner-home .site-header-text .text-col h1, .site-header .site-header-banner-home .site-header-text .text-col .entry-title,
  .site-header .site-header-banner-single .site-header-text .text-col h1,
  .site-header .site-header-banner-single .site-header-text .text-col .entry-title {
    color: #21274D;
    font-size: 3.5em;
    font-weight: 300;
    margin-bottom: 0.1em;
  }
  .site-header .site-header-banner-home .site-header-text .text-col p,
  .site-header .site-header-banner-single .site-header-text .text-col p {
    text-align: left;
    font-size: 1.2em;
  }
  .site-header .site-portfolio-archive .site-header-text {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 30em;
  }
  .site-header .site-portfolio-archive .site-header-text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    background-image: url("../img/header-background-portfolio.jpg");
    background-size: cover;
    height: 100%;
  }
  .site-header .site-portfolio-archive .site-header-text:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #2D5AE2;
    mix-blend-mode: hard-light;
  }
  .site-header .site-portfolio-archive .site-header-text .text-col {
    padding: 0;
  }
  .site-header .site-portfolio-archive .site-header-text .text-col .entry-content {
    padding-left: 40px;
    max-width: 545px;
    align-items: flex-start;
  }
  .site-header .site-portfolio-archive .site-header-text .text-col h1 {
    color: #21274D;
    font-size: 3.5em;
    font-weight: 300;
    text-align: left !important;
    margin-bottom: 0.3em;
    display: block;
  }
  .site-header .site-portfolio-archive .site-header-text .text-col p {
    text-align: left;
  }
}
@media only screen and (min-width: 1600px) {
  .site-header .site-header-banner-front-page .site-header-text:before {
    right: 15vw;
  }
}

/**
 * _gate39media-inner.scss
 *
 * Description: Inner Page Sections.
 * Version: 1.0.0
 * Last update: 2020/09/23
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
.vce-popup-root-wrapper {
  max-width: 1160px !important;
}
.vce-popup-root-wrapper .vce-popup-root-close-button {
  top: 15px !important;
  right: 15px !important;
}

.paging-navigation {
  display: inline-block;
  /* Large devices (desktops, 992px and up) */
  /* min-width : 992px */
  /* Extra large devices (large desktops, 1200px and up) */
  /* min-width : 1200px */
}
.paging-navigation ul li.active span {
  color: #7FB6D9 !important;
  background-color: #F0F8FC !important;
  border: 0 !important;
  z-index: 0 !important;
}
.paging-navigation ul li a {
  background-color: transparent;
  border: 0px;
  color: #000000;
}
.paging-navigation ul li a:hover, .paging-navigation ul li a:visited, .paging-navigation ul li a:focus {
  background-color: #F0F8FC;
  color: #7FB6D9;
  box-shadow: none;
}
.paging-navigation ul li .next i::before {
  content: "";
  background-image: url("../img/ico-dot-arrow.png");
  height: 30px;
  display: block;
  margin-top: 3px;
  width: 30px;
  background-repeat: no-repeat;
}
.paging-navigation ul li .prev i::before {
  content: "";
  background-image: url("../img/ico-dot-arrow-left.png");
  height: 14px;
  display: block;
  margin-top: 3px;
  width: 14px;
  background-repeat: no-repeat;
}
/**
 * _gate39media-inner-page.scss
 *
 * Description: Inner Page Sections.
 * Version: 1.0.0
 * Last update: 2020/09/12
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
.content-area.content-area-regulatory-disclosures {
  /*=======  Bootstrap 4 Media Queries  =======*/
  /*==========  Mobile First Method  ==========*/
  /* Small devices (landscape phones, 576px and up) */
  /* min-width : 576px */
  /* Medium devices (tablets, 768px and up) */
  /* min-width : 768px */
  /* Large devices (desktops, 992px and up) */
  /* min-width : 992px */
  /* Extra large devices (large desktops, 1200px and up) */
  /* min-width : 1200px */
}
.content-area.content-area-regulatory-disclosures .sub-section-disclosures li {
  background-color: transparent;
  border: 0px;
  padding: 8px 0px;
  margin-bottom: 0px;
  line-height: 26px;
}
.content-area.content-area-regulatory-disclosures .sub-section-disclosures li a {
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 0.75rem 1rem;
  white-space: nowrap;
  padding-left: 0;
}
.content-area.content-area-regulatory-disclosures .sub-section-disclosures li a.active {
  color: #7FB6D9;
  text-decoration: none;
}
.content-area.content-area-regulatory-disclosures .sub-section-disclosures li a.active:after {
  content: "\f0da";
  font-size: 30px;
  vertical-align: middle;
  font-weight: 700;
  color: #7FB6D9;
  font-family: "Font Awesome 5 Free";
  margin-left: 12px;
}
@media only screen and (max-width: 992px) {
  .content-area.content-area-regulatory-disclosures .vce-shortcode-wrapper .active-anchor {
    display: block;
    color: #000000;
    font-weight: 400;
    text-transform: capitalize;
    border: 1px solid #000000;
    position: relative;
    margin-bottom: 15px;
    font-size: 14px;
    padding: 10px;
  }
  .content-area.content-area-regulatory-disclosures .vce-shortcode-wrapper .active-anchor:after {
    content: "\f0d7";
    color: #000000;
    font-size: 20px;
    position: absolute;
    right: 10px;
    font-weight: 700;
    top: 5px;
    font-family: "Font Awesome 5 Free";
  }
  .content-area.content-area-regulatory-disclosures .vce-shortcode-wrapper.is_opened ul.sub-section-disclosures {
    display: block;
  }
  .content-area.content-area-regulatory-disclosures .vce-shortcode-wrapper.is_opened ul.sub-section-disclosures li a:after {
    display: none;
  }
  .content-area.content-area-regulatory-disclosures .vce-shortcode-wrapper ul.sub-section-disclosures {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .content-area.content-area-regulatory-disclosures .vce-shortcode-wrapper .active-anchor {
    display: none;
  }
  .content-area.content-area-regulatory-disclosures .vce-shortcode-wrapper ul.sub-section-disclosures {
    display: block;
  }
}
/**
 * _gate39media-sidebar.scss
 *
 * Description: Sidebars and Widgets Sections.
 * Version: 1.0.0
 * Last update: 2020/09/03
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
.widget-area {
  /*=======  Bootstrap 4 Media Queries  =======*/
  /*==========  Mobile First Method  ==========*/
  /* Small devices (landscape phones, 576px and up) */
  /* min-width : 576px */
  /* Medium devices (tablets, 768px and up) */
  /* min-width : 768px */
  /* Large devices (desktops, 992px and up) */
  /* min-width : 992px */
  /* Extra large devices (large desktops, 1200px and up) */
  /* min-width : 1200px */
}
.vce-gravity-forms-services .gform_wrapper .gform_heading .gform_description {
  color: #ffffff;
}
.vce-gravity-forms-services .gform_wrapper .gform_heading .gform_required_legend {
  color: #ffffff;
}
.vce-gravity-forms-services .gform_wrapper .gform_body .gform_fields .gsection .gsection_title {
  color: #ffffff;
}
.vce-gravity-forms-services .gform_wrapper .gform_body .gform_fields .gsection .gsection_description {
  color: #ffffff;
}
.vce-gravity-forms-services .gform_wrapper .gform_body .gform_fields .gfield .gfield_label,
.vce-gravity-forms-services .gform_wrapper .gform_body .gform_fields .gfield .gform-field-label {
  color: #ffffff;
}
.vce-gravity-forms-services .gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
  color: #ffffff;
}
.vce-gravity-forms-services .gform_wrapper .gform_body .gform_fields .gfield_html p {
  color: #ffffff;
}
.vce-gravity-forms-services .gform_confirmation_message {
  color: #ffffff;
}

.gform_wrapper .gform_heading .gform_description {
  color: #000000;
}
.gform_wrapper .gform_heading .gform_required_legend {
  color: #000000;
}
.gform_wrapper .gform_body .gform_fields .gsection .gsection_title {
  color: #000000;
}
.gform_wrapper .gform_body .gform_fields .gsection .gsection_description {
  color: #000000;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label,
.gform_wrapper .gform_body .gform_fields .gfield .gform-field-label {
  color: #000000;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
  color: #000000;
}
.gform_wrapper .gform_body .gform_fields .gfield input[type=text],
.gform_wrapper .gform_body .gform_fields .gfield input[type=email],
.gform_wrapper .gform_body .gform_fields .gfield input[type=password],
.gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
.gform_wrapper .gform_body .gform_fields .gfield input[type=number],
.gform_wrapper .gform_body .gform_fields .gfield input[type=url],
.gform_wrapper .gform_body .gform_fields .gfield textarea {
  display: inline-block;
  background: #f5f8fa;
  height: 40px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield_html p {
  color: #000000;
  font-size: 13px;
}
.gform_wrapper .gform_body .gform_fields .gfield_html p:last-of-type {
  margin-bottom: 0;
}
.gform_wrapper .gform_footer input[type=submit] {
  background-color: #76D0F4 !important;
  border-color: #76D0F4 !important;
  color: #ffffff !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  padding: 20px 40px !important;
}
.gform_wrapper .gform_footer input[type=submit].active, .gform_wrapper .gform_footer input[type=submit]:active, .gform_wrapper .gform_footer input[type=submit]:hover {
  color: #1F295B !important;
  background-color: #7FB6D9 !important;
  border-color: #7FB6D9 !important;
}

.gform_confirmation_message {
  color: #000000;
}

/**
 * _gate39media-archive.scss
 *
 * Description: Blog Archives Sections.
 * Version: 1.0.0
 * Last update: 2020/10/03
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
.blog, .category {
  /*=======  Bootstrap 4 Media Queries  =======*/
  /*==========  Mobile First Method  ==========*/
  /* Small devices (landscape phones, 576px and up) */
  /* min-width : 576px */
  /* Medium devices (tablets, 768px and up) */
  /* min-width : 768px */
  /* Large devices (desktops, 992px and up) */
  /* min-width : 992px */
  /* Extra large devices (large desktops, 1200px and up) */
  /* min-width : 1200px */
}
.blog header.vcv-header, .category header.vcv-header {
  position: relative;
  background: #ffffff;
}
.blog header .colorlogo, .category header .colorlogo {
  display: block;
}
.blog header .whitelogo, .category header .whitelogo {
  display: none;
}
.blog header.sticked, .category header.sticked {
  position: fixed;
}
.blog header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li, .category header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li {
  padding: 0 21px;
}
.blog header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li > a, .category header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li > a {
  padding: 20px 4px;
  color: #000000;
}
.blog header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.active > a, .category header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.active > a {
  color: #B12E25;
  font-weight: bold;
  background: transparent;
}
.blog header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.active > a:before, .category header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.active > a:before {
  height: 4px;
  background: #B12E25;
}
.blog header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.headerstarted a, .category header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.headerstarted a {
  border: 1px solid #000000;
}
.blog header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.headerstarted a.active, .blog header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.headerstarted a:active, .blog header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.headerstarted a:hover, .category header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.headerstarted a.active, .category header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.headerstarted a:active, .category header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.headerstarted a:hover {
  border: 1px solid #7FB6D9;
}
.blog header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.headerlogin a, .category header .vce-basic-menu--style-text--color-b-0-0-0 .vce-basic-menu nav > ul > li.headerlogin a {
  color: #ffffff;
}
.blog .blogfirstsection, .category .blogfirstsection {
  position: relative;
  background: transparent linear-gradient(146deg, #325597 0%, #76D0F4 100%) 0% 0% no-repeat padding-box;
}
.blog .blogfirstsection .leftblogsection, .category .blogfirstsection .leftblogsection {
  margin: 40px 0px;
}
.blog .blogfirstsection .rightblogimg, .category .blogfirstsection .rightblogimg {
  position: static;
  width: auto;
  margin: 0px -15px 0px;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.blog .blogfirstsection .rightblogimg img, .category .blogfirstsection .rightblogimg img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  position: static;
}
.blog .categorymenu, .category .categorymenu {
  padding: 25px 0px 5px 0px;
  border-bottom: 2px solid #d8d8d8;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.blog main .row article .featured-post-image, .category main .row article .featured-post-image {
  height: 222px;
  position: relative;
}
.blog main .row article .featured-post-image img, .category main .row article .featured-post-image img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  object-position: center;
}
.blog main .row article .bottom-section, .category main .row article .bottom-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.blog .blogctasection, .category .blogctasection {
  background-image: url("../img/section-cta-offering.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .blog .blogfirstsection .container, .category .blogfirstsection .container {
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 768px) {
  .blog .blogfirstsection .rightblogimg, .category .blogfirstsection .rightblogimg {
    position: absolute;
    width: 40%;
  }
  .blog .blogfirstsection .rightblogimg img, .category .blogfirstsection .rightblogimg img {
    position: absolute;
  }
  .blog .categorymenu, .category .categorymenu {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .blog main .row, .category main .row {
    margin: 0 -30px;
  }
  .blog main .row .insight-col, .category main .row .insight-col {
    padding: 0 30px;
  }
}
/**
 * _gate39media-single.scss
 *
 * Description: Single Posts Sections.
 * Version: 1.0.0
 * Last update: 2020/10/04
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
.single-post {
  /*=======  Bootstrap 4 Media Queries  =======*/
  /*==========  Mobile First Method  ==========*/
  /* Small devices (landscape phones, 576px and up) */
  /* min-width : 576px */
  /* Medium devices (tablets, 768px and up) */
  /* min-width : 768px */
  /* Large devices (desktops, 992px and up) */
  /* min-width : 992px */
  /* Extra large devices (large desktops, 1200px and up) */
  /* min-width : 1200px */
}
.single-post h3, .single-post h4, .single-post h5 {
  margin-bottom: 20px;
}
.single-post .blogfirstsection {
  position: relative;
  background: transparent linear-gradient(146deg, #325597 0%, #76D0F4 100%) 0% 0% no-repeat padding-box;
}
.single-post .blogfirstsection .leftblogsection {
  margin: 40px 0px;
}
.single-post .blogfirstsection .rightblogimg {
  position: static;
  width: auto;
  margin: 0px -15px 0px;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.single-post .blogfirstsection .rightblogimg img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  position: static;
}
.single-post .backgroundcolorsingle {
  padding-top: 50px;
}
.single-post .blogctasection {
  background-image: url("../img/section-cta-offering.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .single-post .blogfirstsection .container {
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 768px) {
  .single-post .blogfirstsection {
    padding-bottom: 90px;
  }
  .single-post .blogfirstsection .rightblogimg {
    position: absolute;
    width: 40%;
  }
  .single-post .blogfirstsection .rightblogimg img {
    position: absolute;
  }
  .single-post .backgroundcolorsingle {
    background-color: #F0F8FC;
  }
  .single-post .spacingsingle {
    padding: 40px 75px;
    margin-top: -125px;
    position: relative;
  }
}
/**
 *  _gate39media-frontpage.scss
 *
 * Description: Frontpage Sections.
 * Version: 1.0.0
 * Last update: 2020/09/13
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
.site-content.site-content-front-page {
  /*=======  Bootstrap 4 Media Queries  =======*/
  /*==========  Mobile First Method  ==========*/
  /* Small devices (landscape phones, 576px and up) */
  /* min-width : 576px */
  /* Medium devices (tablets, 768px and up) */
  /* min-width : 768px */
  /* Large devices (desktops, 992px and up) */
  /* min-width : 992px */
  /* Extra large devices (large desktops, 1200px and up) */
  /* min-width : 1200px */
}
/**
 * _gate39media-landing-page.scss
 *
 * Description: Landing Page Sections.
 * Version: 1.0.0
 * Last update: 2019/07/19
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
/* Landing Page Content */
/*=======  Bootstrap 4 Media Queries  =======*/
/*==========  Mobile First Method  ==========*/
/* Small devices (landscape phones, 576px and up) */
/* min-width : 576px */
/* Medium devices (tablets, 768px and up) */
/* min-width : 768px */
/* Large devices (desktops, 992px and up) */
/* min-width : 992px */
/* Extra large devices (large desktops, 1200px and up) */
/* min-width : 1200px */
/**
 *  _gate39media-footer.scss
 *
 * Description: Footer Sections.
 * Version: 1.0.0
 * Last update: 2020/10/03
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
.footersection .menu li:first-child {
  margin-bottom: 14px;
}
.footersection .menu li {
  width: 100%;
  margin-bottom: 8px;
}
.footersection .menu li a {
  color: #ffffff;
  font-size: 14px !important;
  text-transform: capitalize !important;
  padding: 8px 0px !important;
}
.footersection .phone, .footersection .email, .footersection .paragraphtext {
  font-size: 14px !important;
}
.footersection .bottomsection {
  border-top: 2px solid #ffffff;
  padding-top: 35px;
  margin-top: 60px;
  margin-bottom: 30px;
}
.footersection .bottomsection .sociallinked {
  margin-top: 60px;
  border: 1px solid #fff;
  border-radius: 100%;
  padding: 8px 10px;
}

.site-footer {
  background-color: #000000;
  padding-top: 64px;
  /*=======  Bootstrap 4 Media Queries  =======*/
  /*==========  Mobile First Method  ==========*/
  /* Small devices (landscape phones, 576px and up) */
  /* min-width : 576px */
  /* Medium devices (tablets, 768px and up) */
  /* min-width : 768px */
  /* Large devices (desktops, 992px and up) */
  /* min-width : 992px */
  /* Extra large devices (large desktops, 1200px and up) */
  /* min-width : 1200px */
}
.site-footer .site-footer-info {
  padding-bottom: 60px;
}
.site-footer .site-footer-info .footer-logo {
  display: block;
  text-align: center;
  margin: 0;
}
.site-footer .site-footer-info .footer-logo img {
  max-width: 150px;
}
.site-footer .site-footer-info .footer_menu_disclores li:first-child {
  margin-bottom: 14px;
}
.site-footer .site-footer-info .footer_menu_disclores li:first-child a {
  color: #707070 !important;
  font-size: 16px;
}
.site-footer .site-footer-info .footer_menu_disclores li {
  list-style: none;
  margin-bottom: 8px;
}
.site-footer .site-footer-info .footer_menu_disclores li a {
  color: #ffffff;
  font-size: 14px;
}
.site-footer .site-footer-info .phone {
  margin-bottom: 8px;
}
.site-footer .site-footer-info .phone a {
  font-size: 14px;
}
.site-footer .site-footer-info .email a {
  font-size: 14px;
}
.site-footer .site-footer-info address {
  margin-top: 36px;
  margin-bottom: 60px;
  text-align: center;
}
.site-footer .site-footer-info address p {
  color: #ffffff;
  font-size: 14px;
}
.site-footer .site-footer-nav {
  padding: 0 20px;
  margin-bottom: 64px;
}
.site-footer .site-footer-nav .nav-wrapper {
  margin-bottom: 48px;
}
.site-footer .site-footer-nav .nav-wrapper .nav-footer {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer .site-footer-nav .nav-wrapper .nav-footer li a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
}
.site-footer .site-footer-nav .nav-wrapper .nav-footer li a:active, .site-footer .site-footer-nav .nav-wrapper .nav-footer li a:focus, .site-footer .site-footer-nav .nav-wrapper .nav-footer li a:hover {
  color: #ffffff;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .site-footer .site-footer-info .footer-logo {
    text-align: left;
  }
  .site-footer .site-footer-info .social {
    text-align: right;
  }
  .site-footer .site-footer-info .social > li {
    margin-right: 18px;
    margin-left: 0;
  }
  .site-footer .site-footer-info address {
    text-align: left;
  }
  .site-footer .site-footer-nav {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer .site-footer-info .container {
    max-width: 100%;
    width: 100%;
    padding: 0px 90px;
  }
}

/*# sourceMappingURL=gate39media-app.min.css.map */
