/*
Credits:

Website Design by MojoMediaLabs (httsp://www.mojomedialabs.com)
Developers: Sam McKinney and Nathan Stearns
*/


/* ----------- Global Styles ---------------- */



/* COLORS */







/* BACKGROUND COLORS */
.std-padding.bg-white      { background: #ffffff; }
.std-padding.bg-light-gray { background: #f0f0f0; }
.std-padding.bg-blue       { background: #1E4496; }
.std-padding.bg-trans      { background: transparent; }
.std-padding.bg-dark       { background: #2b2b2b; }

body {
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  color: #313131;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  padding: 0;
  position: relative;
  right: 0px;
  margin: 0;
  /* overflow-x: hidden; */
  transition: all 0.3s ease 0s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden;
}

a,
a:visited {
  color: #07773d;
  text-decoration: none;
  -moz-transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}

p a:hover,
p a:active {
  color: #2A60A0;
  text-decoration: underline;
}

a.reverse,
a.reverse:visited {
  color: #2A60A0;
}

a.reverse:hover,
a.reverse:focus {
  color: #07773d;
}

a.reverse img {
  margin: 0 0 8px 8px;
}

button,
button:visited {
  transition: all 0.1s linear 0s;
}

.button,
.button:visited,
.btn-primary,
.btn-primary:visited,
.hs-button,
.hs-button:visited {
  background: #07773d;
  border: none;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin: 10px 0;
  padding: 10px 25px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.button:hover,
.button:focus,
.btn-primary:hover,
.btn-primary:focus,
.hs-button:hover,
.hs-button:focus {
  background: #2A60A0;
  color: #fff;
  text-decoration: none;
}

.button.border,
.button.border:visited {
  border: 1px solid #fff;
  background: transparent;
  padding: 10px 25px;
  color: #fff;
}

.button.border:hover,
.button.border:focus {
  color: #fff;
  border: 1px solid #fff;
  background: #07773d;
}

.white.button,
.white.button:visited,
.white .button,
.white .button:visited,
.white .btn-primary,
.white .btn-primary:visited,
.white .hs-button,
.white .hs-button:visited {
  border: 1px solid #fff;
  background: #fff;
  padding: 10px 25px;
  color: #07773d;
}

.white.button:hover,
.white.button:focus,
.white .button:hover,
.white .button:focus,
.white .btn-primary:hover,
.white .btn-primary:focus,
.white .hs-button:hover,
.white .hs-button:focus {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}

#hs_cos_wrapper_widget_1587145706663 .contentFilter button:hover,
#hs_cos_wrapper_widget_1587145706663 .contentFilter button:focus {
  border-bottom: 1px solid #07773d;
  color: #07773d;
  font-weight: 600;
  text-decoration: none;
  padding: 4px 15px;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer !important;
  background-color: transparent;
}

#hs_cos_wrapper_widget_1587145706663 .contentFilter button.is-checked {
  border-bottom: 1px solid #1E4496;
  color: #1E4496;
}

#hs_cos_wrapper_widget_1587145706663 .content-card-overlay {
  background-color: rgba(30,68,148,.40);
}

blockquote {
  position: relative;
  font-size: 21px;
  margin: 40px 0 20px 0;
  padding: 0px 40px 0;
}

blockquote:before {
  background: #07773d;
  content: '';
  width: 2px;
  height: 50%;
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
}

blockquote p {
  font-size: 21px;
}

p {
  margin: 0 0 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  line-height: 1.2;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
}

h1 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
}

h2 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}

h3 {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
}

h4 {
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
}

h5 {
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
}

h6 {
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
}

h6#hubspot-topic_data {
  font-size: 19px;
}

.about-author-sec h4 {
  font-size:23px
}

@media(min-width: 1200px) {

  body {
    font-size: 16px;
  }

  h1 {
    font-size: 39px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 31px;
  }

  h4 {
    font-size: 27px;
  }

  h5 {
    font-size: 26px;
  }

  h6 {
    font-size: 24px;
  }
}

@media(min-width: 1600px) {

  body {
    font-size: 17px;
  }

  h1 {
    font-size: 49px;
  }

  h2 {
    font-size: 44px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 33px;
  }

  h5 {
    font-size: 31px;
  }

  h6 {
    font-size: 29px;
  }
}

/* ---------- Floating and utilities that may not be needed ------------- */

.left,
.pull-left {
  float: left;
  margin: 0 40px 20px 0;
}

.right,
.pull-right {
  float: right;
  margin: 0 0 20px 40px;
}

.text-center {
  text-align: center;
}

.no-margin {
  margin: 0;
}

img {
  max-width: 100%;
}

form input[type="checkbox"] {
  border: none;
}

hr {
  border: none;
  border-top: 1px solid #313131;
  color: transparent;
  background: transparent;
  height: 1px;
  margin: 20px 0;
  clear: both;
}

.clear {
  clear: both;
  float: none;
}

.center-block {
  display: block;
  margin: 0 auto 20px;
}

.row-fluid [class*="span"] {
  min-height: 0 !important;
}

* {
  box-sizing: border-box;
}

.hidden-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl {
  display: none;
}

.visible-xs,
.hidden-sm,
.hidden-md,
.hidden-lg,
.hidden-xl {
  display: block;
}

@media(min-width: 768px) {
  .visible-xs,
  .visible-md,
  .visible-lg,
  .visible-xl,
  .hidden-sm {
    display: none;
  }

  .visible-sm,
  .hidden-xs,
  .hidden-md,
  .hidden-lg,
  .hidden-xl {
    display: block;
  }
}

@media(min-width: 992px) {
  .visible-xs,
  .visible-sm,
  .visible-lg,
  .visible-xl,
  .hidden-md {
    display: none;
  }

  .visible-md,
  .hidden-xs,
  .hidden-sm,
  .hidden-lg,
  .hidden-xl {
    display: block;
  }
}

@media(min-width: 1200px) {
  .visible-xs,
  .visible-sm,
  .visible-md,
  .visible-xl,
  .hidden-lg {
    display: none;
  }

  .visible-lg,
  .hidden-xs,
  .hidden-sm,
  .hidden-md,
  .hidden-xl {
    display: block;
  }
}

@media(min-width: 1600px) {
  .visible-xs,
  .visible-sm,
  .visible-md,
  .visible-lg,
  .hidden-xl {
    display: none;
  }

  .visible-xl,
  .hidden-xs,
  .hidden-sm,
  .hidden-md,
  .hidden-lg {
    display: block;
  }
}

/* ---------- Structure and padding and such ------------- */

.std-padding,
.reg-padding {
  padding: 40px 0 30px;
  position: relative;
}

.std-padding.extra-padding {
  padding: 80px 0 60px;
}

.std-padding.no-padding {
  padding: 0;
}

.std-padding.bottom-padding {
  padding: 0 0 30px 0;
}

.std-padding {
  background-color: transparent;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.std-padding.gray {
  background-color: #F0F0F0;
}

.page-content {
  padding: 0 15px;
  position: relative;
  z-index: 5;
}

.page-content.flex {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.page-content.flex.centered {
  justify-content: center;
}

.page-content.flex.centered .column-content {
  text-align: center;
}

.page-content.flex.right-side {
  justify-content: flex-end;
}

.side-breakout {
  margin: 0 -15px;
}

.column-content {
  position: relative;
  z-index: 5;
}

.content-large-image {
  position: relative;
  z-index: 1;
}

.top-title {
  margin: 0 0 40px 0;
  position: relative;
  z-index: 5;
}

.two-flex,
.three-flex,
.four-flex {
  display: flex;
  flex-flow: column;
}

.content-shader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p,
.white blockquote,
.white ul,
.white ol,
.white .column-content > div > div {
  color: #fff;
}

.white .column-content > div > p > a,
.white .column-content > div > p > a:visited {
  color: #fff;
  text-decoration: underline;
}

.white .column-content > div > h3 > a,
.white .column-content > div > h3 > a:visited {
  color: #fff;
  text-decoration: none;
}

.homepage-wrapper {
  overflow-x: hidden;
  position:relative;
}

.interior {
  padding: 90px 0 0 0;
  overflow-x: hidden;
}

.int-banner {
  position: relative;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.int-shader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* #hs_cos_wrapper_widget_22791984890 .hhs-hero-overlay {
background: linear-gradient(135deg,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
} */

.page-title {
  padding: 30px 0;
  position: relative;
}

.page-title h1 {
  margin: 0;
  text-align: center;
}

.parallax {
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.overlay {
  display: none;
}

p.view-all {
  color: #1b3c87;
  font-weight: 800;
  text-align: center;
}

p.view-all a i {
  margin: 0 0 0 10px;
}


@media(min-width: 768px) {

  .page-content {
    padding: 0 20px;
  }

  .side-breakout {
    margin: 0 -20px;
  }

  .int-banner {
    height: 250px;
  }

  .page-title {
    padding: 35px 0;
  }

  .two-flex,
  .three-flex {
    flex-flow: row nowrap;
    justify-content: space-between;
  }

  .four-flex {
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .two-flex .column-content {
    width: 47%;
  }

  .two-flex .column-content.form-left {
    width: 58%;
  }

  .two-flex .column-content.form-right {
    width: 37%;
  }

  .two-flex .column-content.sixty {
    width: 60%;
  }

  .two-flex .column-content.thirty-five {
    width: 35%;
  }

  .three-flex .column-content {
    width: 30%;
  }

  .four-flex .column-content {
    width: 47%;
  }
}

@media(min-width: 992px) {
  .std-padding,
  .reg-padding {
    padding: 60px 0 50px;
  }

  .std-padding.bottom-padding {
    padding: 0 0 50px 0;
  }

  .std-padding.extra-padding {
    padding: 100px 0 80px;
  }

  .column-content.forty {
    width: 40%;
  }

  .column-content.fifty {
    width: 50%;
  }

  .column-content.sixty {
    width: 60%;
  }

  .int-banner {
    height: 300px;
  }

  .page-title {
    padding: 40px 0;
  }

  .four-flex .column-content {
    width: 22%;
  }

  p.view-all {
    text-align: right;
  }

  .overlay {
    display: block;
    position: absolute;
    height: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left top;
    width: 50%;
    top: 0;
    overflow: hidden;
  }
}

@media(min-width: 1200px) {
  .page-content {
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1300px;
  }

  .side-breakout {
    margin: 0 -30px;
  }

  .page-content.max {
    max-width: none;
  }

  .interior {

  }

  .int-banner {
    height: 350px
  }

  .page-title {
    padding: 50px 0;
  }
}

@media(min-width: 1600px) {
  .page-content {
    padding: 0 90px;
    max-width: 1450px;
  }

  .side-breakout {
    margin: 0 -90px;
  }

  .std-padding,
  .reg-padding {
    padding: 70px 0 60px;
  }

  .std-padding.bottom-padding {
    padding: 0 0 60px 0;
  }

  .std-padding.extra-padding {
    padding: 140px 0 120px;
  }

  .int-banner {
    height: 420px;
  }
}

/* -------------- Header and Off Cnavas Navigation ---------------- */

body.active {
  position: relative;
  transition: right 0.3s ease 0s;
}

.header-container-wrapper {
  position: fixed;
}

.header {
  background: #fff;
  height: 90px;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 500;
  padding: 0 0px 10px;
  transition: all .3s ease 0s;
}

.header.active {
  transition: all 0.3s ease 0s;
}

.header.dark-header {
  box-shadow: 0 4px 4px -2px rgba(0,0,0,.1);
}

.header-flex {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 0 0;
  width: 100%;
  transition: all .15s ease 0s;
}

.header-logo {
  /* height: 80px; */
}

.logo img {
  max-height: 100%;
}

.navbar-toggle {
  background: transparent;
  border: none;
  border-radius: 0;
  float: none;
  color: #fff;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding: 0 10px;
  position: relative;
  right: auto;
  /* top: -14px; */
  top: 10px;
  width: 56px;
  height: auto;
  z-index: 1001;
  outline: none;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
  background: transparent;
  outline: none;
  cursor: pointer;
}

.navbar-toggle .icon-bar {
  background-color: #2A60A0;
  transition: all .1s linear 0s;
}

.navbar-toggle:hover .icon-bar {
  background: #07773d;
}

.navbar-toggle .icon-bar {
  border-radius: 0px;
  display: block;
  height: 4px;
  margin: 2px 0;
  width: 100%;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 6px;
}

.navbar-toggle.active {
  opacity: 0;
}

.close-nav,
.close-nav:visited {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  padding: 13px;
  border: none;
}

.close-nav:hover,
.close-nav:focus {
  cursor: pointer;
}

.close-nav .bar {
  height: 2px;
  display: block;
  background-color: #fff;
  transition: transform .35s linear 0s, background-color .1s linear 0s;
  width: 30px;
}

.close-nav .bar.first {
  transform: rotate(45deg);
  position: relative;
  top: 2px;
}

.close-nav .bar.last {
  transform: rotate(-45deg);
}

.close-nav:hover .bar {
  background-color: #000;
  transform: rotate(180deg);
}

.close-nav:hover .bar.first {
  transform: rotate(180deg);
}

.close-nav:hover .bar.last {
  transform: rotate(180deg);
}

.navbar-collapse {
  background: rgba(42,96,160,.95);
  position: fixed;
  right: -260px;
  top: 0;
  height: 100vh;
  overflow-y: scroll;
  padding: 50px 0px;
  width: 260px;
  z-index: 700;
  transition: all 0.3s ease 0s;
}

.navbar-collapse.active {
  right: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.navbar-collapse .header-utility {
  text-align: center;
}

.navbar-collapse .header-utility a.utility-link,
.navbar-collapse .header-utility a.utility-link:visited {
  color: #fff;
  margin: 0 10px 20px;
  font-size: 20px;
  display: inline-block;
  text-transform: uppercase;
}

.navbar-collapse .header-utility a .fas {
  color: #fff;
  margin: 0 10px 0 0;
}

.navbar-collapse .header-utility a:hover,
.navbar-collapse .header-utility a:focus,
.navbar-collapse .header-utility a:hover .fas,
.navbar-collapse .header-utility a:focus .fas {
  color: #07773d;
  text-decoration: none;
}

.mobi-search-wrapper {
  margin: 0 auto 25px;
  max-width: 300px;
  position: relative;
  width: 80%;
}

form input[type="text"].search-box {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 5px 40px 5px 10px;
  width: 100%;
}

form input[type="text"].search-box:focus {
  border: 1px solid #fff;
  background: transparent;
  outline: none;
  box-shadow: none;
}

form input[type="text"].search-box::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}

form input[type="text"].search-box::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}

form input[type="text"].search-box:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}

form input[type="text"].search-box:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.search-button,
.search-button:visited {
  border: none;
  background: transparent;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 15px;
}

.search-button:hover,
.search-button:focus {
  color: #000;
}

@media (min-width: 480px) {

  .navbar-collapse {
    right: -425px;
    width: 425px;
  }
}

@media(min-width: 768px) {

  .header-flex {
    /* height: 90px; */
    align-items: center;
  }

  .header .header-logo {
    display: none;
  }

  .header.dark-header .header-logo {
    display: block;
    margin: 0 10px 0 0;
    /* width: 60px; - 25 */
    width: 33%;
  }

  .header.dark-header .feature-logo {
    display: none;
  }

  .header-utility {
    display: block;
    margin: 0 0 10px;
    flex-grow: 1;
  }

  .header-utility a.utility-link,
  .header-utility a.utility-link:visited {
    color: #252525;
    font-size: 14px;
    margin: 0 0 20px;
    display: inline-block;
    text-transform: uppercase;
  }

  .header-utility a .fas {
    color: #007842;
    margin: 0 10px 0 0;
  }

  .header-nav {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    width: 100px;
  }

  .search-toggle,
  .search-toggle:visited {
    background: #07773d;
    color: #fff;
    height: 55px;
    width: 35px;
    margin: -43px 0 0 10px;
    text-align: center;
  }

  .search-toggle:hover,
  .search-toggle:focus {
    background: #2A60A0;
    color: #fff;
  }

  .search-toggle .fa-search {
    padding: 28px 0 0;
  }

  .header .header-bottom {
    /* position: absolute;
    top: 130px;
    left: 22px; */
    padding: 30px 0 0 0;
  }

}

@media(min-width: 992px) {

  .navbar-toggle {
    display: block !important;
  }

  .search-toggle,
  .search-toggle:visited {
    height: 58px;
    margin: -46px 0 0 10px;
  }

  .search-toggle .fa-search {
    padding: 31px 0 0;
  }

}

@media(min-width: 1200px) {
  .header-flex {
    align-items: flex-start;
  }

  .header-logo {
    height: auto;
    margin: 0;
    padding: 0;
    width: 5%;
  }

  .header-utility {
    margin: 0;
    padding: 0;
    width: 12%; /* was 30 */
  }

  .header-utility a.utility-link,
  .header-utility a.utility-link:visited {
    margin: 10px;
  }

  .header-nav {
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    width: 65%;
  }

  .header .header-bottom {
    padding: 60px 0 0;
  }

  .search-toggle,
  .search-toggle:visited {
    margin: -20px 10px;
  }

  .navbar-toggle {
    display: none !important;
  }
}

@media(min-width: 1600px) {
  /* .header .header-bottom {
  left: 60px;
} */
}

/* ----------- Navigation Styles Only -------------- */

.nav {
  margin: 0 0 20px 0;
  padding: 0;
}

.nav ul,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  list-style: none outside none;
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
}

.nav ul li,
.nav ul li:visited,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  background: transparent;
  display: block;
  margin: 0;
  padding: 0;
  float: none;
}

.nav ul li a,
.nav ul li a:visited,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  background: transparent;
  color: #fff;
  display: block;
  font-family: 'Fira Sans Bold', sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
  max-width: none;
  overflow: visible;
  padding: 10px 20px 10px 15px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}

.nav ul li a:hover {
  color: #84B8FF;
  text-decoration: none;
}

.nav li.arrow > a:after,
.nav li.arrow > a:visited:after {
  content: '\f0dd';
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 14px;
  line-height: 1;
  transition: all .1s linear 0s;
}

.nav li.arrow > a:hover:after,
.nav li.arrow.drop > a:after {
  transition: all .1s linear 0s;
}


/* ----------- Second Level Nav ------------- */

.nav ul li.arrow > ul,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: all .3s linear 0s;
  list-style-type: none;
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  position: relative;
}

.nav li.arrow.drop ul,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children.drop > ul.hs-menu-children-wrapper {
  max-height: 900px;
  visibility: visible;
  opacity: 1;
}

.nav li.arrow ul li {
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: none;
}

.nav li.arrow > ul > li {
  padding: 0 20px;
}

.nav li.arrow ul li a,
.nav li.arrow ul li a:visited,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper > li > a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper > li > a:visited {
  padding: 10px 10px 10px 25px;
  text-transform: none;
  font-size: 18px;
  max-width: none;
  position: relative;
  width: auto;
}

/* .nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
opacity: 0;
visibility: hidden;
} */

.nav li.arrow.drop li a:hover:before,
.nav li.arrow.drop li a:focus:before {
  content: '';
  display: block;
  background: #84B8FF;
  height: 10px;
  width: 2px;
  position: absolute;
  top: 15px;
  left: 16px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li ul > li.active > a {
  color: #84B8FF;
  text-decoration: none;
}

/* --------- Third Level Nav --------- */

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  float: none;
  left: 0 !important;
}

nav ul li.arrow > ul,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2.hs-item-has-children > ul.hs-menu-children-wrapper {
  transition: all .3s linear 0s;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  max-height: 900px;
  visibility: visible;
  opacity: 1;
}

.nav li.arrow ul ul li a,
.nav li.arrow ul ul li a:visited,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2.hs-item-has-children > ul.hs-menu-children-wrapper > li > a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2.hs-item-has-children > ul.hs-menu-children-wrapper > li > a:visited {
  padding: 10px 10px 10px 35px;
  text-transform: none;
  font-size: 18px;
  max-width: none;
  position: relative;
  width: auto;
}

.nav li.arrow.drop li a:hover:before,
.nav li.arrow.drop li a:focus:before {
  content: '';
  display: block;
  background: #84B8FF;
  height: 10px;
  width: 2px;
  position: absolute;
  top: 15px;
  left: 16px;
}


@media(min-width:1200px) {
  .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }

  .nav ul,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    float: right;
    list-style-type: none;
    margin: 0 10px 0 0;
    padding: 0;
  }

  .nav ul li,
  .nav ul li:visited,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
    display: block;
    margin: 0 0 0 5px;
    position: relative;
    width: auto;
  }

  .nav ul li a,
  .nav ul li a:visited,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    background: transparent;
    color: #313131;
    float: left;
    font-family: 'Fira Sans Bold', sans-serif;
    font-size: 14px;
    margin: 10px;
    padding: 5px 0;
    transition: none;
    text-transform: uppercase;
  }

  .nav ul li a:focus,
  .nav ul li a:hover {
    background: transparent;
    color: #07773d;
  }

  .nav li.arrow > a:after,
  .nav li.arrow > a:visited:after {
    display: block;
    position: absolute;
    right: 50%;
    top: 25px;
    font-size: 14px;
    line-height: 1;
    transition: all .1s linear 0s;
  }

  .nav li.arrow > a:hover:after,
  .nav li.arrow.drop > a:after {
    color: #07773d;
    transition: all .1s linear 0s;
  }

  /* ------ Second Level Nav ---- */

  .nav ul li.arrow > ul,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper {
    background: rgba(42,96,160,.95);
    padding: 0px;
    position: absolute;
    top: 70px;
    left: calc(50% - 150px);
    width: 300px;
  }

  .nav ul li.arrow > ul:before {
    background: #fff;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    left: calc(50% - 15px);
    transform: rotate(45deg);
    top: -10px;
    width: 20px;
  }


  .nav li.arrow > ul > li:nth-child(1) {
    padding: 20px 20px 0;
  }

  .nav li.arrow > ul > li:last-child {
    padding: 0px 20px 20px;
  }

  .nav li.arrow ul li {
    width: 100%;
  }

  .nav li.arrow ul li a,
  .nav li.arrow ul li a:visited,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper > li > a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper > li > a:visited {
    color: #fff;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    overflow: visible;
    text-overflow: unset;
    width: 100%;
  }

  .nav li.arrow ul li a:hover,
  .nav li.arrow ul li a:focus,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper > li > a:hover,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper > li > a:focus {
    color: #84B8FF;
    text-decoration: none;
  }

  .nav li.arrow.drop li a:hover:before,
  .nav li.arrow.drop li a:focus:before {
    left: 0;
  }

}

@media (min-width: 1600px) {
  .nav ul li a,
  .nav ul li a:visited,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-size: 16px;
  }
}

/* ------------ Search Modal Overrides ------------ */

.blocker {
  background-color: rgba(42,96,160,.9) !important;
  z-index: 50001 !important;
}

.search-modal.modal {
  background: transparent;
  box-shadow: none;
  max-width: 700px;
  position: relative;
}

.search-modal.modal .hs-search-field form {
  position: absolute;
  top: -50px;
  left: -50px;
}

.search-modal .hs-search-field__input {
  background: transparent;
  border-top: 0;
  border-left: 3px solid #fff;
  border-right: 0;
  border-bottom: 0;
  color: #fff;
  font-size: 60px;
  padding: 8px 50px 8px 8px;
}

.search-modal .hs-search-field__input:focus {
  background: transparent;
  border-bottom: 0;
  border-top: 0;
  border-left: 3px solid #07773d;
  border-right: 0;
  box-shadow: none;
}

.search-modal .hs-search-field__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}

.search-modal .hs-search-field__input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}

.search-modal .hs-search-field__input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}

.search-modal .hs-search-field__input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.search-modal.modal a.close-modal {
  display: none;
}

.search-modal.modal .modal-site-search,
.search-modal.modal .modal-site-search:visited {
  background: transparent;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 15px;
  color: #fff;
  border: none;
}

.search-modal.modal .modal-site-search:hover,
.search-modal.modal .modal-site-search:focus {
  color: #07773d;
  cursor: pointer;
}

@media(min-width: 992px) {
  .search-modal.modal .hs-search-field form {
    left: -100px;
  }

  .search-modal .hs-search-field__input {
    height: 100px;
    font-size: 80px;
  }
}

@media(min-width: 1200px) {
  .search-modal.modal .hs-search-field form {
    left: -200px;
  }

  .search-modal .hs-search-field__input {
    height: 120px;
    font-size: 100px;
  }
}

@media(min-width: 1600px) {
  .search-modal.modal .hs-search-field form {
    left: -400px;
  }

  .search-modal .hs-search-field__input {
    height: 140px;
    font-size: 120px;
  }
}

/* -------------- Home Page Feature --------------- */

.feature-wrapper {
  padding: 90px 0 0;
  position: relative;
}

.feature-carousel .slick-prev,
.feature-carousel .slick-next {
  display: none !important;
}

.feature-content {
  color: #434343;
  text-align: center;
  margin: 20px;
}

.feature-content h1 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.feature-content p {
  font-size: 16px;
  margin: 0 0 15px;
  font-weight: 300;
}

.feature-content a.feature.button,
.feature-content a.feature.button:visited,
a.button,
a.button:visited
{
  background: #07773d;
  border-radius: 5px;
  font-size: 15px;
}

.feature-content a.feature.button:hover,
.feature-content a.feature.button:focus,
a.button:hover,
a.button:focus
{
  background: #2A60A0;
}

.feature-content .feature.button i {
  margin: 0 0 0 10px;
}

@media(min-width: 768px) {

  .feature-content h1 {
    font-size: 28px;
    margin: 0 0 20px;
  }
}

@media(min-width: 992px) {

  .feature-shader {
    /*background: linear-gradient(to right,  rgba(255,255,255,0.73) 0%,rgba(255,255,255,0.3) 30%,rgba(255,255,255,0) 77%);*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:1;
  }

  .feature-slide.slick-slide {
    display: block;
    min-height: 600px;
    height: 84vh !important;
    padding: 100px 0;
  }

  .feature-slide.slick-slide img {
    display: none;
  }

  .feature-content {
    position: absolute;
    left: 0;
    top: 200px;
    padding: 0 0 0 30px;
    width: 40%;
    text-align: left;
    z-index: 1;
  }

  .feature-content h1 {
    font-size: 30px;
    position: relative;
  }

  .feature-content h1:before {
    content: '';
    background: #07773d;
    height: 80%;
    width: 3px;
    position: absolute;
    top: 8px;
    left: -30px;
  }
}

@media(min-width: 1200px) {

  .feature-content {
    /* margin: 40px 20px; */
    margin: 60px 20px;
    padding: 0 30px;
  }

  .feature-content h1 {
    font-size: 40px;
  }

  .feature-content p {
    font-size: 19px;
  }
}

@media(min-width: 1600px) {

  .feature-content {
    margin: 100px;
    padding: 0 0 0 40px;
    width: 36%;
  }

  .feature-content h1 {
    font-size: 49px;
  }

  .feature-content p {
    font-size: 22px;
  }
}

/* ------------ Homepage Quote ------------- */

.homepage-quote-wrapper {
  background: rgba(7,119,61,.9);
  display: block;
  margin: 0;
  padding: 20px;
  /* position: absolute; */
  position: fixed;
  right: -400px; /* -300px */
  top: 105px;
  width: 400px; /* 300px */
  z-index: 5000;
}

.homepage-quote-wrapper.active {
  right: 0;
}

.homepage-quote-wrapper .button,
.homepage-quote-wrapper .button:visited {
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 800;
  transform: rotate(90deg);
  position: absolute;
  top: 68px;
  right: 320px; /* 220px */
  white-space: nowrap;
  width: 200px;
  outline: none;
}

.homepage-quote-wrapper .button:hover,
.homepage-quote-wrapper .button:focus {
  background: #07773d;
  cursor: pointer;
  outline: none;
}

.homepage-quote-wrapper .button i {
  margin: 0 10px 0 0;
  transform: rotateX( 180deg);
  transition: all .3 ease .3;
}

.homepage-quote-wrapper.active .button i {
  transform: rotateX( 0deg);
}

.quote-form label,
.quote-form .hs_cos_wrapper_type_form label {
  color: #fff;
  line-height: 1;
  margin: 0 0 5px;
}

.quote-form form input[type="text"],
.quote-form form input[type="email"],
.quote-form form input[type="number"],
.quote-form form input[type="phone"],
.quote-form form input[type="url"],
.quote-form form input[type="tel"] {
  border-radius: 5px;
  padding: 10px 8px;
  height: 30px;
  line-height: 60px;
  border: 1px solid #EDEDED;
  background: #fff;
  font-size: 18px;
  width: 100% !important;
}

.quote-form form select {
  border-radius: 5px;
  border: 1px solid #EDEDED;
  background: #fff;
  width: 100% !important;
  height: 30px;
  font-size: 18px;
  line-height: 60px;
  padding: 0 15px;
}

.quote-form .hs-button,
.quote-form .hs-button:visited {
  background: #fff;
  border-radius: 5px;
  color: #07773d;
}

.quote-form .hs-button:hover,
.quote-form .hs-button:focus {
  background: #2A60A0;
  color: #fff;
}

@media(min-width: 768px) {
  .homepage-quote-wrapper {
    /* top: 122px; */
    top: 152px;
  }
}
@media(min-width: 1200px) {
  .homepage-quote-wrapper {
    /* top: 180px; */
    top: 240px;
  }
}

/* ------------ Blog and News -------------- */

.post-item p.reading-minutes {
  color: #666666;
  font-family: 'Fira Sans Extra Condensed',sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.post-item h2 {
  text-transform: normal;
}

.post-item h2 a,
.post-item h2 a:visited {
  color: #2a60a0;
}

.post-item h2 a:hover,
.post-item h2 a:focus {
  color: #07773d;
  text-decoration: none;
}

.post-jump .post-jump-label h6 {
  margin: 0 0 20px 0 !important;
}

.post-jump .featured-img-con {
  /*height: 240px;*/
  height: 190px;
}

.post-jump h6 {
  margin: 20px 0;
}

/* ------------ Industries Cta ------------- */

.industries-flex {
  display: flex;
  flex-flow: column;
  padding: 0;
}

.industry-cta {
  background: #1E4496;
  color: #fff;
  margin: 0 0 1px;
  padding: 20px;
  position: relative;
  width: 100%;
  text-align: center;
}

.industry-list {
  color: #fff;
}

.industry-list p.industry-title {
  font-weight: 900;
  font-size: 16px;
  font-style: normal;
  line-height: 1.2;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.industry-description img {
  margin: 10px 0;
}

.industry-description p {
  color: #fff;
  font-size: 15px;
  text-align: left;
}

.industry-description a.industry.button,
.industry-description a.industry.button:visited {
  background: #fff;
  border-radius: 5px;
  color: #07773d;
  font-size: 13px;
  padding: 10px 15px;
}

.industry-description a.industry.button:hover,
.industry-description a.industry.button:focus {
  color: #1E4496;
}

@media(min-width: 992px) {
  .industries-flex {
    flex-flow: row nowrap;
  }

  .industry-cta {
    cursor: pointer;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin: 1px;
    padding: 22px;
    width: calc( 16.66666% - 1px);
  }

  .industry-cta:before {
    background: #fff;
    color: #000;
    content: '+';
    height: 30px;
    width: 30px;
    position: absolute;
    top: -15px;
    left: calc(50% - 15px);
    opacity: 1;
    padding: 4px 0 0;
    line-height: 1;
    font-size: 20px;
    border-radius: 50%;
  }

  .industry-cta.active:before {
    opacity: 0;
  }

  .industry-list p.industry-title {
    margin: 0;
  }

  .industry-description {
    background: #1E4496;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all .2s linear 0s;
    width: 100%;
    padding: 25px;
    position: absolute;
    bottom: 80px;
    left: 0;
    z-index: 2;
  }

  .industry-cta.active .industry-description {
    height: auto;
    opacity: 1;
    overflow: visible;
  }

  .industry-cta.active .industry-description:before {
    background: #fff;
    color: #000;
    content: '-';
    height: 30px;
    width: 30px;
    position: absolute;
    top: -15px;
    left: calc(50% - 15px);
    opacity: 1;
    padding: 4px 0 0;
    line-height: 1;
    font-size: 20px;
    border-radius: 50%;
  }

  .industry-description p.desc-title {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
  }
}

@media(min-width: 1800px) {
  .industry-description {
    bottom: 62px;
  }
}

/* -------------- Homepage CTAs -------------- */

.homepage-cta-flex {
  display: flex;
  flex-flow: column;
  margin: 0;
}

.homepage-cta {
  display: block;
  margin: 0 auto 10px;
  text-align: center;
}

.homepage-cta img {
  border-left: 10px solid #07773d;
}

.cta-content {
  margin: 20px 0;
}

.cta-content h2 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.cta-content p.more-info {
  margin: 0;
}

.cta-content a,
.cta-content a:visited {
  color: #2A60A0;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.cta-content a:hover,
.cta-content a:focus {
  color: #07773d;
  text-decoration: none;
}

.cta-content img {
  border: none;
  margin: 0 0 8px 8px;
}

@media(min-width: 768px) {
  .homepage-cta {
    margin: 15px auto;
    position: relative;
  }

  .cta-content {
    background: #fff;
    height: 100%;
    margin: 0;
    padding: 40px 20px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    width: 40%;
  }
}

@media(min-width: 992px) {
  .homepage-cta-flex {
    flex-flow: row nowrap;
  }

  .homepage-cta {
    width: 48%;
    margin: 0 10px;
  }

  .cta-content {
    height: auto;
    padding: 10px 20px;
    width: 70%;
  }
}

@media(min-width: 1200px) {
  .cta-content {
    padding: 20px;
    width: 60%;
  }
}

@media(min-width: 1600px) {
  .cta-content {
    padding: 40px 20px;
  }
}

/* --------------- Tabbed CTAs --------------- */

.tabbed-cta-wrapper {
  background: #1E4496;
  color: #fff;
  display: block;
  padding: 0;
  position: relative;
}

.tabbed-titles {
  display: flex;
  flex-flow: row nowrap;
  width: 80%;
  position: absolute;
  top: 0;
  left: 10%;
  text-align: center;
  z-index: 10;
}

.tabbed-titles a,
.tabbed-titles a:visited {
  background: #2D61C6;
  color: #fff;
  display: inline-block;
  font-weight: 800;
  margin: 0;
  padding: 10px 40px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}

.tabbed-titles a:hover,
.tabbed-titles a:focus,
.tabbed-titles a:active,
.tabbed-titles a.active {
  background: #07773d;
  text-decoration: none;
}

.tabbed-titles a:after,
.tabbed-titles a:visited:after {
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  right: calc(50% - 10px);
  transform: rotate(45deg);
  bottom: -10px;
  width: 20px;
  opacity: 0;
  overflow: hidden;
  transition: all .1s linear 0s;
  background: #2D61C6;
}

.tabbed-titles a.active:after,
.tabbed-titles a.active:visited:after,
.tabbed-titles a:hover:after {
  opacity: 1;
  background: #07773d;
}

.tabbed-item {
  display: block;
  padding: 0;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease 0s;
}

.tabbed-item.active {
  height: auto;
  max-height: 2000px;
  padding: 70px 30px 20px;
  opacity: 1;
  visibility: visible;
  /*   transition: all .1s linear .1s; */
}

.tabbed-item h2 {
  color: #fff;
  text-transform: uppercase;
}

.tabbed-item i {
  margin: 0 0 0 10px;
}

.tabbed-item .tabbed-cta.button.border,
.tabbed-item .tabbed-cta.button.border:visited {
  border-radius: 5px;
}

.tabbed-image {
  display: none;
}

@media(min-width: 992px) {
  .tabbed-titles {
    left: 0;
    width: 50%;
  }

  .tabbed-item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    padding: 0;
  }

  .tabbed-item.active {
    padding: 0;
  }

  .tabbed-content {
    width: 50%;
    padding: 60px 30px;
    text-align: left;
  }

  .tabbed-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 50%;
    padding: 0;
  }
}

@media(min-width: 1200px) {
  .tabbed-cta-wrapper,
  .tabbed-item.active {
    height: 500px;
  }

  .tabbed-titles {
    transform: rotate(90deg);
    top: calc(50% - 23px);
    width: 500px;
    left: calc(50% - 274px);
  }

  .tabbed-titles a,
  .tabbed-titles a:visited {
    padding: 10px;
  }

  .tabbed-content {
    padding: 80px;
  }
}

@media(min-width: 1600px) {
  .tabbed-cta-wrapper,
  .tabbed-item.active {
    height: 600px;
  }

  .tabbed-titles {
    top: calc(50% - 25px);
    width: 600px;
    left: calc(50% - 276px);
  }

  .tabbed-content {
    padding: 100px;
  }
}

/* --------------- Client slider ------------- */

.client-wrapper .slick-initialized .slick-slide {
  display: flex !important;
}

.client-wrapper {
  height: 150px;
  margin: 0 0 20px 0;
  overflow: hidden;
  position: relative;
  padding: 0 55px;
}

.client-wrapper .slick-arrow.slick-hidden {
  display: flex !important;
}

.pager-link,
.pager-link:visited {
  background: #ccc;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  height: 120px;
  width: 120px;
  text-align: center;
  position: absolute;
  top: calc(50% - 60px);
}

.pager-link:hover,
.pager-link:focus {
  background: #919191;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.featured-next,
.featured-next:visited,
.product-next,
.product-next:visited {
  right: -60px;
}

.featured-next i,
.featured-next :visited i,
.product-next i,
.product-next :visited i{
  padding: 0 40px 0 0;
}

.featured-prev,
.featured-prev:visited,
.product-prev,
.product-prev:visited{
  left: -60px;
}

.featured-prev i,
.featured-prev :visited i,
.product-prev i,
.product-prev :visited i{
  padding: 0 0 0 40px;
}

.client-slides {
  height: 155px;
}

.client-slides > div,
.client-slides > div > div {
  height: 150px;
}

.client-item {
  background: #fff;
  height: 150px;
  min-height: 150px;
  margin: 0 5px;
}

.client-non-link {
  border: 1px solid #E1E1E1;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin: 0;
  width: 100%;
  height: 150px;
}

.client-link,
.client-link:visited {
  box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
  border: 1px solid #E1E1E1;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin: 0;
  width: 100%;
  height: 150px;
  outline: none; /* temp */
}

.client-link:hover,
.client-link:focus {
  /*   opacity: .8; */
  cursor:default; /* temp */
  outline: none; /* temp */
}

.client-link img,
.client-link:visited img,
.client-none-link img {
  max-width: 90%;
  max-height: 90%;
  outline: none; /* temp */
}

@media(min-width: 992px) {
  .client-wrapper {
    padding: 0 75px;
  }

  .client-item.slick-slide {
    padding: 0;
  }
}

/* ----------- Two buttons section ----------- */

.two-col-ctas .page-content.contained {
  padding: 0 50px;
}

.two-col-ctas .two-flex.aligned-center {
  text-align: center;
}

.two-col-ctas h2 {
  font-size: 40px;
}

.two-col-ctas p {
  font-size: 21px;
}

.two-col-ctas a.button.wide,
.two-col-ctas a:visited.button.wide,
a.button.wide,
a:visited.button.wide {
  /*   background: #2B6AAB; */
  background: #4097CB;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-family: 'Fira Sans Extra Condensed',sans-serif;
  font-size: 25px;
  margin: 0;
  min-width: 320px;
  text-decoration: none;
  text-transform: uppercase;
}

.two-col-ctas a:hover.button.wide,
.two-col-ctas a:focus.button.wide,
a:hover.button.wide,
a:focus.button.wide{
  background: #fff;
  /*   color: #2B6AAB; */
  color: #4097CB;
  text-decoration: none;
}

@media(min-width: 480px) {
  .two-col-ctas .page-content.contained {
    padding: 0 100px;
  }
}

@media(min-width: 768px) {

  .two-col-ctas.std-padding {
    padding: 50px 0;
  }

  .two-col-ctas .two-flex.aligned-center {
    align-items: center;
    justify-content: center;
    text-align: left;
  }
  .two-col-ctas .page-content.contained {
    margin: 0 auto;
    max-width: 900px;
    padding: 0 50px;
  }
}

/* -------- Interior Mega Banner -------- */

.mega-banner-wrapper {
  display: block;
  position: relative;
}

.mega-banner-wrapper .banner-content {
  background: #fff;
  margin: -60px auto 0;
  padding: 40px 15px 0;
  position: relative;
  text-align: center;
  width: 90%;
  z-index: 5;
}

.mega-banner-wrapper .banner-content .button i {
  margin: 0 0 0 10px;
}

@media( min-width: 992px) {
  .mega-banner-wrapper .int-banner {
    height: 668px;
  }

  .mega-banner-wrapper .banner-content {
    margin: 0;
    padding: 60px 90px 0;
    position: absolute;
    text-align: left;
    top: 170px;
    width: 48%;
  }
}

/* ------ Interior Banner Wrapper ------- */

.int-banner-wrapper .banner-content {
  background: #000;
  color: #fff;
  margin: 0;
  padding: 20px;
  width: 100%;
}

.int-banner-wrapper .banner-content h1 {
  font-size: 25px;
  margin: 0;
  text-align: center;
}

@media (min-width: 992px) {
  .int-banner-wrapper .banner-content {
    max-width: 480px;
  }

  .int-banner-wrapper .banner-content h1 {
    font-size: 35px;
  }
}

.hhs-hero-mod .hhs-rich-text {
  text-shadow: 3px 2px rgba(.0,.0,.0,.6);
}

/* ------- Special Green heading -------- */

.std-padding .green-heading img {
  margin: 0 10px 0 0;
}

.std-padding .green-heading p.green-title {
  color: #008346;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 2px;
}

.std-padding .green-heading p {
  color: #4D4D4D;
  font-size: 30px;
  font-weight: 700;
}

/* --------- Intieror Products layout -------- */

.products-wrapper {
  display: flex;
  flex-flow: column;
  margin: 10px 0;
}

.product {
  background: #f2f2f2;
  display: flex;
  flex-flow: column;
}

.product-image {
  position: relative;
}

.product-image.product-carousel {
  overflow: hidden;
}

.product-image.product-carousel .pager-link {
  background: #e0e0e0;
  border-radius: 0;
  color: #bcbcbc;
  z-index: 5;
}

.product-image.video .popup-video {
  position: relative;
}

.product-image.video .play-button {
  position: absolute;
  right: calc(50% - 50px);
  top: calc(50% - 40px);
}

.product-image.video a,
.product-image.video a:visited {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}

.product-image.video a:hover,
.product-image.video a:focus {
  opacity: .8;
}

.product-content {
  padding: 40px;
}

.product-content p.product-title {
  color: #4D4D4D;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 10px;
  position: relative;
  text-transform: uppercase;
}

.product-content p.product-title span:before {
  background: #1F4492;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  left: 0;
  top: -10px;
  transform: rotate(45deg);
  width: 10px;
}

.product-content a,
.product-content a:visited {
  font-weight: 700;
}

.product-content a:hover,
.product-content a:focus {
  text-decoration: none;
}

.product-content i {
  color: #4D4D4D;
  margin: 0 0 0 10px;
}

@media (min-width: 992px) {
  .product {
    flex-flow: row nowrap;
    align-items: center;
  }

  .product:nth-child(even) {
    flex-flow: row-reverse nowrap;
  }

  .product .product-image,
  .product .product-content {
    width: 50%;
  }

  .product .product-content {
    padding: 0 60px;
  }
}

/* ---------- Product Slider Layout ---------- */

.product-slider-wrap {
  overflow: hidden;
  position: relative;
}

.product-slider-wrap .pager-link {
  background: #e0e0e0;
  border-radius: 0;
  color: #bcbcbc;
  z-index: 5;
}

.product-slides {
  margin: 10px 0;
}

.product-slide {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}

.product-slide .slide-content {
  display: block;
  position: absolute;
  bottom: 0;
  background: rgba(30,68,150,.8);
  padding: 20px;
  width: 100%;
}

.product-slide .slide-content p {
  color: #fff;
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: normal;
}

.product-slide .slide-content .slide-title {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 22px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .product-slide {
    margin: 0 10px;
    /*     max-width: 870px; */
  }
}

/* ----------- Specifications Layout --------- */

.specifications-wrapper {
  margin: 20px 0 0;
}

.spec-flex {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
}

.spec-image {}

.spec-content-wrap {
  margin: 20px 0 0;
  text-align: center;
}

.spec-content-wrap p.title {
  color: #4D4D4D;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}

.spec-content-wrap .button i {
  margin: 0 0 0 10px;
}

.spec-content {
  margin: 20px 0;
  max-width: 600px;
  min-width: 400px;
}

.spec-item {
  background: #eeeeee;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 2px 0;
  padding: 5px 20px;
}

.spec-item p {
  color: #555555;
  margin: 0;
}

.spec-item .spec-left {
  text-align: left;
  width: 40%;
}

.spec-item .spec-left p {
  font-weight: 600;
}

.spec-item .spec-right {
  text-align: right;
  width: 60%;
}

@media (min-width: 992px) {
  #specModal .modal {
    max-width: 800px;
  }

  .spec-flex {
    flex-flow: row nowrap;
    justify-content: center;
  }

  .spec-image {
    padding: 0 20px 0 40px;
    width: 50%;
    text-align: right;
  }

  .spec-content-wrap {
    margin: 0;
    text-align: left;
    padding: 0 40px 0 20px;
    width: 50%;
  }
}

/* -------- FAQs --------- */

.faq-wrapper {
  margin: 0 auto;
  max-width: 1500px;
  width: 90%;
}

.faq {
  margin: 0 0 5px 0;
}

.faq-link, .faq-link:visited, .faq-link:focus {
  background: #fff;
  border: 1px solid #ccc;
  color: #4d4d4d;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 10px 15px;
  text-decoration: none;
}

.faq-link:hover, .faq-link.active {
  background: #267c51;
  color: #fff;
  text-decoration: none;
}

.faq-link:hover .question span, .faq-link.active .question span {
  transform: rotate(90deg);
}

.question {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: 700;
}

.question span {
  display: none;
  font-size: 14px;
  transition: all .1s linear 0s;
}

.faq-q {
  padding: 0 15px 0 0;
}

.faq-answer {
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  position: relative;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .3s ease 0s;
}

.faq-answer.active {
  max-height: 5000px;
  opacity: 1;
  transition: all .3s ease 0s;
}

.faq-answer-inner {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 10px 15px;
}

.faq-answer-inner .answer-a {
  color: #1b3c87;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.faq-answer-inner p {
  flex-grow: 1;
  margin: 0;
  padding: 0 0 0 20px;
}

@media (min-width: 992px) {
  .question span {
    display: block;
  }

  .faq-link, .faq-link:visited, .faq-link:focus {
    padding: 10px 30px;
  }

  .faq-answer-inner {
    padding: 30px 30px;
  }
}

/* -------- Colored CTA Two Column ----------- */

.colored-cta-wrapper a i {
  margin: 0 0 0 10px;
}

.colored-cta-wrapper a img {
  margin: 0 0 10px 10px;
}

.colored-cta-wrapper .product-cta-wrap {
  background-color: #f2f2f2;
  max-width: 430px;
  padding: 20px;
  text-align: center;
}

.colored-cta-wrapper .colored-cta-image {
  margin: 0 0 20px;
}

.colored-cta-wrapper .colored-cta-content {
  padding: 0 20px;
}

.colored-cta-wrapper .colored-cta-content p.cta-title {
  color: #4d4d4d;
  font-family: 'Fira Sans Extra Condensed',sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 10px;
  position: relative;
  text-transform: uppercase;
}

.colored-cta-wrapper .colored-cta-content .button {
  border-radius: 10px;
}

@media (min-width: 992px) {
  .colored-cta-wrapper .product-cta-wrap {
    display: flex;
    flex-flow: row nowrap;
    max-width: 100%;
    padding: 20px;
    text-align: left;
  }

  .colored-cta-wrapper .colored-cta-image {
    margin: 0;
    width: 40%;
  }

  .colored-cta-wrapper .colored-cta-content {
    padding: 0 0 0 25px;
    width: 60%;
  }
}

/* ----------- Carousel CTA Section ---------- */

.carousel-cta-wrapper {
  margin: 0;
  overflow: hidden;
  position: relative;
}

.carousel-cta {
  display: block;
  margin: 0;
  position: relative;
}

.carousel-cta-image {
  position: relative;
  width: 100%;
}

.carousel-cta-content {
  background: #1E4496;
  color: #fff;
  margin: -80px auto 0;
  padding: 40px 30px 60px;
  position: relative;
  width: 90%;
}

.carousel-cta-content p {
  font-size: 20px;
}

.carousel-cta-content p.carousel-cta-title {
  font-family: 'Fira Sans Extra Condensed',sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 10px;
}

.cta-link, .cta-link:visited {
  background: #fff;
  border-radius: 50%;
  color: #4b4b4b;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  height: 40px;
  width: 40px;
  text-align: center;
  position: absolute;
  bottom: 20px;
}

.cta-link:hover, .cta-link:focus {
  background: #000;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.cta-next, .cta-next:visited {
  left: 120px;
}

.cta-next i, .cta-next :visited i {
  padding: 0 0 0 0;
}

.cta-prev, .cta-prev:visited {
  left: 40px;
}

.cta-prev i, .cta-prev :visited i {
  padding: 0 0 0 0;
}

@media (min-width: 992px) {

  .carousel-cta-wrapper {
    margin: 0;
    padding: 0 90px;
  }

  .carousel-cta {
    display: flex !important;
    flex-flow: row nowrap;
    align-items: center;
    margin: 0;
    width: 100%
  }

  .carousel-cta-image {
    width: 60%
  }

  .carousel-cta-content {
    margin: 0 0 30px 0;
    min-height: 400px;
    padding: 60px;
    width: 40%;
  }
}

@media (min-width: 1600px) {

  .carousel-cta-content {
    margin: 0 0 30px -6px;
  }
}

/* -------------- Case Studies  -------------- */

.case-studies-wrapper {
  display: flex;
  flex-flow: column;
  margin: 0 20px;
}

.case-study {
  margin: 0 0 20px;
  text-align: center;
  width: 100%;
}

.study-image {
  margin: 0 0 20px;
  position: relative;
}

.study-image.video .popup-video {
  position: relative;
}

.study-image.video .play-button {
  position: absolute;
  right: calc(50% - 50px);
  top: calc(50% - 40px);
}

.study-image.video a,
.study-image.video a:visited {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}

.study-image.video a:hover,
.study-image.video a:focus {
  opacity: .8;
}

.study-content .study-title {
  color: #4d4d4d;
  font-family: 'Fira Sans Extra Condensed',sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.study-content .button {
  border-radius: 10px;
}

.study-content .button i {
  margin: 0 0 0 10px;
}

.isotope a:hover,
.isotope a:focus {
  text-decoration: none;
}

@media (min-width: 992px) {
  .case-studies-wrapper {
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0;
    padding: 0 90px;
  }

  .case-study {
    margin: 0;
    text-align: left;
    width: 48%;
  }
}

/* ---------- Solutions Lister ---------- */

.watermark {
  position: absolute;
  height: 727px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 452px;
  top: -70px;
  overflow: hidden;
}

.watermark.scrolly {
  position: fixed;
  top: 22%;
}

.solutions-wrap .top-content {
  padding: 0 40px 20px;
}

.solutions-flex {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.solution-item {
  margin: 10px auto;
  max-width: 500px;
}

.solution-image {
  display: block;
  margin: 0;
  padding: 0;
}

.solution-title {
  background: #1e4494;
  color: #fff;
  min-height: 80px;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}

.solution-title h3 {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}

.solution-title h3 a { color: #fff; }

.solution-title p {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}

.solution-content {
  margin: 40px 0 0;
}

@media (min-width: 768px) {

  .solutions-wrap .top-content {
    padding: 0 60px 30px;
  }

  .solutions-flex {
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .solution-item {
    margin: 10px;
    width: calc(50% - 20px);
  }
}

@media (min-width: 992px) {

  .solutions-wrap .top-content {
    margin: 0 auto;
    max-width: 992px;
  }

  .solution-item {
    max-width: 530px;
    width: calc(33.33333% - 20px);
  }
}

/* ---------- Icon Grid Lister ----------- */

.icon-grid-flex {
  display: flex;
  flex-flow: row wrap;
}

.icon-grid-flex a.icon-link,
.icon-grid-flex a:visited.icon-link {
  background: #fff;
  margin: 10px;
  max-width: 230px;
  padding: 20px 15px;
  text-align: center;
  text-transform: uppercase;
  transition: all .15s linear 0s;
  width: calc(50% - 20px);
}

.icon-grid-flex a:hover.icon-link,
.icon-grid-flex a:focus.icon-link {
  background: #1E4496;
  color: #fff;
}

.icon-grid-flex a.icon-link p,
.icon-grid-flex a:visited.icon-link p {
  color: #313131;
  display: block;
  font-family: 'Fira Sans Extra Condensed',sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

.icon-grid-flex a:hover.icon-link p,
.icon-grid-flex a:focus.icon-link p {
  color: #fff;
}

.icon-grid-flex .icon-link .icon-inner {
  height: 100%;
  padding: 40px 10px;
}

.icon-grid-flex .icon-image {
  height: 70px;
  margin: 0 auto 15px;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}

.icon-grid-flex .icon-image .hover-image {
  opacity: 0;
  transition: all .15s linear 0s;
  z-index: 5;
  display: none;
}

.icon-grid-flex a:hover.icon-link .icon-image .norm-image,
.icon-grid-flex a:focus.icon-link .icon-image .norm-image {
  display: none;
  opacity: 0;
}

.icon-grid-flex a:hover.icon-link .icon-image .hover-image,
.icon-grid-flex a:focus.icon-link .icon-image .hover-image {
  display: block;
  opacity: 1;
}

@media (min-width: 480px) {
  .icon-grid-flex a.icon-link,
  .icon-grid-flex a:visited.icon-link {
    width: calc(33.33333% - 20px);
  }
}

@media (min-width: 768px) {
  .icon-grid-flex a.icon-link,
  .icon-grid-flex a:visited.icon-link {
    width: calc(25% - 20px);
  }
}

@media (min-width: 992px) {
  .icon-grid-flex a.icon-link,
  .icon-grid-flex a:visited.icon-link {
    width: calc(20% - 20px);
  }
}

@media (min-width: 1200px) {
  .icon-grid-flex a.icon-link,
  .icon-grid-flex a:visited.icon-link {
    width: calc(14.2857143% - 20px);
  }
}

/* ----------- Contact section ------------- */

.contact-flex {
  display: flex;
  flex-flow: column;
}

.contact-flex .contact-form {
  background: #1E4496;
  padding: 40px 20px;
}

.contact-form .form-header {
  background: #fff;
  margin: -40px auto 0;
  padding: 20px;
  text-align: center;
  width: 80%;
}

.contact-form .form-header p {
  font-family: "FiraSans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.contact-form .hs_cos_wrapper_type_form .hs-form-field > label {
  color: #fff;
  font-weight: 400;
  text-transform: none;
}

.contact-form .hs_cos_wrapper_type_form input[type="text"],
.contact-form .hs_cos_wrapper_type_form input[type="password"],
.contact-form .hs_cos_wrapper_type_form input[type="datetime"],
.contact-form .hs_cos_wrapper_type_form input[type="datetime-local"],
.contact-form .hs_cos_wrapper_type_form input[type="date"],
.contact-form .hs_cos_wrapper_type_form input[type="month"],
.contact-form .hs_cos_wrapper_type_form input[type="time"],
.contact-form .hs_cos_wrapper_type_form input[type="week"],
.contact-form .hs_cos_wrapper_type_form input[type="number"],
.contact-form .hs_cos_wrapper_type_form input[type="email"],
.contact-form .hs_cos_wrapper_type_form input[type="url"],
.contact-form .hs_cos_wrapper_type_form input[type="search"],
.contact-form .hs_cos_wrapper_type_form input[type="tel"],
.contact-form .hs_cos_wrapper_type_form input[type="color"],
.contact-form .hs_cos_wrapper_type_form input[type="file"],
.contact-form .hs_cos_wrapper_type_form textarea,
.contact-form .hs_cos_wrapper_type_form select {
  background: transparent;
  border: 1px solid #5A7CC6;
  color: #fff;
}

.contact-flex .contact-locations {
  margin: 20px;
}

.location-dropdown {
  margin: 0 auto;
  max-width: 600px;
  width: 90%;
}

.location {
  margin: 0 0 10px 0;
}

.location-link, .location-link:visited, .location-link:focus {
  background: #f1f1f1;
  color: #4d4d4d;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 10px 15px;
  text-decoration: none;
}

.location-link:hover, .location-link.active {
  background: #267c51;
  color: #fff;
  text-decoration: none;
}

.location-link:hover .location-title span, .location-link.active .location-title span {
  transform: rotate(90deg);
}

.location-title {
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
}

.location-title > i {
  color: #1E4496;
  font-size: 18px;
  margin: 0 10px 0 0;
}

.location-link:hover .location-title > i,
.location-link.active .location-title > i {
  color: #fff;
}

.location-title span {
  float: right;
  font-size: 14px;
  transition: all .1s linear 0s;
}

.location-content {
  background: #f1f1f1;
  position: relative;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .3s ease 0s;
}

.location-content.active {
  max-height: 5000px;
  opacity: 1;
  transition: all .3s ease 0s;
}

.location-content-inner {
  padding: 20px;
}

.location-content-inner p {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .contact-flex {
    flex-flow: row nowrap;
  }

  .contact-flex .contact-form {
    padding: 40px;
    width: 50%;
  }

  .contact-flex .contact-locations {
    margin: 0 20px;
    width: 50%;
  }
}

@media (min-width: 992px) {

  .contact-flex .contact-form {
    padding: 40px 100px;
    width: 60%;
  }

  .contact-flex .contact-locations {
    margin: 0 0 0 20px;
    width: 40%;
  }

  .location-dropdown span {
    display: block;
  }

  .location-link, .location-link:visited, .location-link:focus {
    padding: 10px 30px;
  }
}

@media (min-width: 1600px) {
  .contact-form .form-header {
    width: 60%;
  }
}


/* -------- Google Search if used ------------ */

#adBlock,
.gsc-adBlock {
  display: none !important;
}

.gsc-control-cse .gsc-table-result,
.gs-snippet {
  font-family: 'Open Sans', sans-serif; !important;
  font-size: 16px !important;
  font-weight: 700;
}

.gsc-webResult.gsc-result {
  margin-bottom: 25px !important;
}

.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result.gsc-promotion:hover,
.gsc-results .gsc-imageResult-classic:hover,
.gsc-results .gsc-imageResult-column:hover {
  border-bottom: 1px solid #393939 !important;
  border-left: none !important;
}

.gsc-table-result,
.gsc-thumbnail-inside,
.gsc-url-top {
  padding: 0 !important;
}

.gsc-table-cell-thumbnail {
  padding: 0 !important;
}

.gs-image {
  display: none !important;
}

.gs-web-image-box {
  display: none !important;
}

.gs-title,
.gs-title:visited {
  color: #2A60A0 !important;
}

.gs-title:hover,
.gs-title:focus {
  color: #4999B3 !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  cursor: pointer;
  color: #2A60A0 !important;
  text-decoration: none !important;
  margin-right: 5px !important;
  display: inline-block !important;
  height: 20px !important;
  width: 20px !important;
  text-align: center;
}

.gsc-results .gsc-cursor-page.gsc-cursor-current-page,
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  color: #fff !important;
  background-color: #393939 !important;
  text-shadow: none !important;
  padding: 0 5px;
}

.cse input.gsc-search-button,
input.gsc-search-button {
  border: 3px solid #2A60A0 !important;
  border-radius: 10px !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 15px !important;
  padding: 0 15px !important;
  height: 38px !important;
  text-transform: uppercase !important;
  transition: all .1s linear 0s;
}

.cse input.gsc-search-button:hover,
input.gsc-search-button:hover,
.cse input.gsc-search-button:focus,
input.gsc-search-button:focus {
  border: 3px solid #4999B3 !important;
  background: #ff7921 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.gsc-control-wrapper-cse form input[type="text"]:focus {
  box-shadow: none;
  outline: none;
}

.hs-search-field--open .hs-search-field__suggestions {
  border: none;
}

.hs-search-field__suggestions #results-for {
  color: #fff;
  margin: 20px 0 15px 0;
}


/* --------------- Footer --------------- */

.footer {
  background: #f5f5f5;
  padding: 50px 0;
  font-size: 15px;
  position: relative;
}

.about-sec {
  display: block;
  margin: 0 10px;
  padding: 0 20px;
  position: relative;
}

.about-sec:before {
  content: '';
  background: #07773d;
  height: 80%;
  width: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-soc {
  margin: 0 10px;
  padding: 0 20px;
}

.social {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
}

.social li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
}

.social a,
.social a:visited {
  color: #2A60A0;
  display: inline-block;
  font-size: 25px;
  padding: 3px 0 0 0;
  text-align: center;
}

.social a:hover,
.social a:focus {
  color: #07773d;
  text-decoration: none;
}

.footer-nav {
  text-align: center;
}

.footer-nav h2 {
  color: #5F5F5F;
  font-size: 20px;
  text-transform: uppercase;
}

.footer-nav .nav ul,
.footer-nav .hs-menu-wrapper.hs-menu-flow-horizontal ul{
  float: left;
}

.footer-nav .nav ul li,
.footer-nav .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-depth-1 {
  float: none;
}

.footer-nav .nav ul li a,
.footer-nav .nav ul li a:visited {
  color: #5F5F5F;
  font-size: 17px;
  font-weight: 300;
  margin: 5px 0;
  padding: 0;
  text-transform: none;
}

.footer-nav .nav ul li a:hover,
.footer-nav .nav ul li a:focus {
  color: #07773d;
}

.footer-bottom {
  border-top: 1px solid #ccc;
  margin: 10px 0;
  padding: 20px;
  text-align: center;
}

.copyright {
  margin: 0 0 20px;
}

.copyright a,
.copyright a:visited {
  color: #393939;
}

.copyright a:hover,
.copyright a:focus {
  color: #07773d;
}

.footer-bottom a.footer-link,
.footer-bottom a.footer-link:visited {
  margin: 0 5px;
}

.footer-bottom a.footer-link:hover,
.footer-bottom a.footer-link:focus {
  color: #07773d;
  text-decoration: none;
}

.footer-bottom .logo {
  max-width: 190px;
}

.footer-right .nav ul { width:100%; }
.footer-right .footer-nav .footer-nav-item { margin-bottom: 40px; }
.footer-right .footer-nav .nav ul li { margin-left:0px !important; }

@media(min-width:1080px) {
  .footer-top {
    display: flex;
    flex-flow: row nowrap:
  }

  .footer-left,
  .footer-right {
    width: 50%;
  }

  .footer-nav {
    text-align: left;
  }

  .footer-nav ul {
    float: left;
  }

  .footer-nav .nav ul li {
    margin: 0;
    width: 100%;
  }

  .footer-bottom {
    text-align: left;
  }

  .footer-bottom a.logo {
    float: right;
  }

  .footer-right .nav ul {
    width:auto;
  }

}

.footer-nav .nav ul, .footer-nav .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    float: left;
    display: flex;
    flex-direction: column;
}

/* -------------- Form Styles ---------------- */

.centered-form {
  max-width: 900px;
  margin: 0 auto 20px;
}

.form-group,
.hs-form-field {
  margin: 0 0 20px 0;
}

fieldset {
  max-width: none !important;
}

.hs-form-field {
  width: 100%;
  display: block;
}

.hubspot-form {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 600px;
}

.hs-form-required {
  margin: 0 0 0 2px;
}

.form-control {
  border-radius: 0;
  font-size: 15px;
  margin: 0 0 15px 0;
}

.white label {
  color: #fff;
}

label {
  color: #393939;
  display: block;
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  text-transform: uppercase;
}

.hs-form-field ul.inputs-list.multi-container {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

form .hs-form-field input[type="checkbox"],
form .hs-form-field input[type="radio"] {
  margin: 2px 10px 0 0;
}

form .hs-form-checkbox label {
  font-weight: 400;
  text-transform: none;
}

form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="phone"],
form input[type="url"],
form input[type="tel"] {
  border-radius: 0px;
  padding: 10px 8px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #EDEDED;
  background: #fff;
  font-size: 18px;
  width: 100% !important;
}

form select {
  border-radius: 0px;
  border: 1px solid #EDEDED;
  background: #fff;
  width: 100% !important;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  padding: 0 15px;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="phone"]:focus,
form input[type="url"]:focus,
form input[type="tel"]:focus,
form select:focus,
.form-control:focus {
  border: 1px solid #2A60A0;
  background: #fff;
  outline: none;
  box-shadow: none
}

form textarea {
  min-height: 100px;
  padding: 10px 8px;
  font-size: 18px;
  border-radius: 0px;
  width: 100%;
  border: 1px solid #ededed;
  background: #fff;
}

.radio,
.checkbox {
  line-height: 1;
  margin: 0 0 15px 0;
}

form .radio label,
form .radio.inline label,
form .checkbox label,
form .checkbox.inline label {
  text-transform: none;
  font-weight: 400;
  line-height: 1.4;
}

form .radio input[type="radio"],
form .radio.inline input[type="radio"],
form .checkbox input[type="checkbox"],
form .checkbox.inline input[type="checkbox"] {
  margin: 3px 0 0 -20px;
}

.actions {
  padding: 0;
  text-align: center;
}

/* .submitted-message p { color:#fff; } */
.submitted-message p a,
.submitted-message p a:visited { color:#8dad5f !important; }


/* ------------ Basic Print Styles, but really who prints webpages now a days? ---------------- */

@media print {

  body {line-height:1.5;font-family:"Helvetica Neu8dad5fe", Helvetica, Arial, sans-serif;color:#000;background:none;font-size:10pt;}
  .container {background:none;}
  hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
  hr.space {background:#fff;color:#fff;}
  h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
  code {font:.9em "Courier New", Monaco, Courier, monospace;}
  img {float:left;margin:1.5em 1.5em 1.5em 0;}
  a img {border:none;}
  p img.top {margin-top:0;}
  blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
  .small {font-size:.9em;}
  .large {font-size:1.1em;}
  .quiet {color:#999;}
  .hide {display:none;}
  a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
  a:link:after, a:visited:after {content:" (" attr(href) ") ";font-size:90%;}
}

.two-flex .column-content {
  padding-right: 20px;
}

.hs_cos_wrapper { position:relative; } 


@media(max-width:768px) {
  .social {
    text-align:center;
  }
}

/* ------------ Visia - Add header CSS for logos ---------------- */

.header-logo .hidden-xs img {
  /* max-width: 60px; - for 25th */
  max-width: 400px; 
}

.header-logo .visible-xs img {
  max-width: 300px;
  margin-top: 7px;
  width: 250px;
}

.header-bottom-logo .feature-logo img {
  width: 240px;
  max-width: 100%;
}


/* ------------ Visia - Add Signature Diamond ---------------- */

.product-content p.product-title {
    color: #1e4496;
    font-family: 'Fira Sans Extra Condensed',sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 11.5px;
    padding-left: 50px;
    position: relative;
    text-transform: uppercase;
}
  
.product-content p.product-title span:before {
    background: transparent;
    background-image: url(https://4547659.fs1.hubspotusercontent-na1.net/hubfs/4547659/2020-Dev/logo-sticky.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 30px;
    position: absolute;
    left: 9px;
    top: 10px;
    transform: rotate(0deg);
    width: 30px;
}  

/* ------------ Visia - Trying to fix overflwow issue on search ---------------- */
#searchModal {
  overflow: visible !important;
}



div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  margin: 10px 0 0!important;
  text-align: right!important;
  margin-right: 15px !important;
}


/* ------------ Visia - Change contact form boxes to white bg for better ux ---------------- */

.contact-form .hs_cos_wrapper_type_form input[type="text"], .contact-form .hs_cos_wrapper_type_form input[type="password"], .contact-form .hs_cos_wrapper_type_form input[type="datetime"], .contact-form .hs_cos_wrapper_type_form input[type="datetime-local"], .contact-form .hs_cos_wrapper_type_form input[type="date"], .contact-form .hs_cos_wrapper_type_form input[type="month"], .contact-form .hs_cos_wrapper_type_form input[type="time"], .contact-form .hs_cos_wrapper_type_form input[type="week"], .contact-form .hs_cos_wrapper_type_form input[type="number"], .contact-form .hs_cos_wrapper_type_form input[type="email"], .contact-form .hs_cos_wrapper_type_form input[type="url"], .contact-form .hs_cos_wrapper_type_form input[type="search"], .contact-form .hs_cos_wrapper_type_form input[type="tel"], .contact-form .hs_cos_wrapper_type_form input[type="color"], .contact-form .hs_cos_wrapper_type_form input[type="file"], .contact-form .hs_cos_wrapper_type_form textarea, .contact-form .hs_cos_wrapper_type_form select {
    background: #fff;
    border: 1px solid #5a7cc6;
    color: #1e4496;
}




.product-intro h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 auto 18px;
  max-width: 80%;
  text-transform: none;
}

.footer-myers-logo {
  width: 40px;float: left; position: relative; margin-right: 10px;
}