/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}
body {
  font: 300 11px/1.4 "Maven Pro", sans-serif;
  color: #444;
}

html body {
  overflow-x: hidden; //horizontal
  overflow-y: scroll; //vertical
}
/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #444;
  text-decoration: none;
}
a:hover {
  color: #444;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 1px solid #04a4cc;
}

p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.l-container {
  max-width: 1490px;
  margin: 0 auto;
  padding: 0 2rem;
}

.l-flexContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
/* header */
.header {
  margin: 30px 0;
}
/* logo */
.logo {
}
.logo-img {
  max-width: 123px;
  height: auto;
}
/* nav */
.nav {
}
/* sidebar */
.sidebar {
}
/* footer */
.footer {
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 600px) {
  .siteHeader .menuBar ul > li {
    /* margin-left: 1.7em; */
    display: inline-block;
  }
}

li {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #000;
  line-height: 19px;
}

.siteHeader_name a {
  display: inline-block;
  margin-top: -4px;
}
.siteHeader_primary {
  max-height: 123px;
  margin: 5px 0;
}
.siteHeader_secondary {
  min-height: 30px;
  background: linear-gradient(90deg, #2c7090, #253071);
}
.menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

/* .menuContainer {    margin-top: -6px;} */
.menuContainer nav > ul {
  display: flex;
  list-style: none;
  flex-direction: row;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}
nav li {
  display: inline;
}
.menuContainer nav > ul > li {
  display: inline;
  z-index: 3;
  position: relative;
}
.menuContainer nav > ul > li > a {
  color: #253071;
  text-transform: uppercase;
  display: block;
  font-family: "Maven Pro", sans-serif;
  text-decoration: none;
  line-height: 12px;
  padding: 54px 34px;
  font-weight: 700;
  font-size: 14px;
  position: relative;
}
.menuContainer nav > ul > li > a:hover {
  background-color: #253071;
  color: #fff;
}

.menuBar-subWrapper > ul > li > a {
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #de1a12;
  line-height: 16px;
  margin-bottom: 2px;
}
.menuBar > ul > .menu-item-has-children > .menuBar-subWrapper {
  display: none;
  position: absolute;
  z-index: 10;
  list-style: none;
  margin: 0;
  padding: 12px 20px;
  width: 100%;
  left: 0;
  border-bottom: 1px solid #de1a12;
  background: #fff;
  border-top: 1px solid #de1a12;
}
.menuBar ul li ul.sub-menu {
  display: none;
  line-height: 16px;
  margin-bottom: 5px;
  flex-direction: column;
  background: #fff;
  z-index: 5;
  position: absolute;
  top: 120px;
  min-width: 190px;
  border-top: 2px solid #222e63;
}
.menuBar ul li ul.sub-menu li a {
  display: block;
  padding: 10px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  line-height: 18px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.menuBar ul li ul.sub-menu li a:hover,
.menuBar ul li ul.sub-menu li a:focus {
  background: #222e63;
  color: #fff;
}
.menuBar ul li ul.sub-menu li ul {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 0 0 10px;
  margin: 5px 0 15px 0;
  border-left: 2px solid #000;
}
.menuBar ul li ul.sub-menu li ul li {
  width: 100%;
  margin: 3px 0;
  line-height: 16px;
}
.menuBar ul li ul.sub-menu li ul li a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  padding-left: 0;
  text-transform: none;
  line-height: 12px;
}
.menuBar ul li ul.sub-menu li ul li a:hover,
.menuBar ul li ul.sub-menu li ul li a:focus {
  color: #de1a12;
  text-decoration: underline;
}
.menuBar ul > li.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  border: inset 5px;
  border-color: #253071 #0000 #0000 #0000;
  border-top-style: solid;
  margin-top: 10px;
  margin-left: 5px;
  position: absolute;
  top: 40%;
}

.menuBar ul > li.menu-item-has-children > a:hover::after {
  content: "";
  display: inline-block;
  border: inset 5px;
  border-color: #fff #0000 #0000 #0000;
  border-top-style: solid;
  margin-top: 10px;
  margin-left: 5px;
  position: absolute;
  top: 40%;
}

@media (min-width: 1200px) {
  .nav_toggle {
    display: none;
  }
  .mobileMenuBar {
    display: none;
  }
  .menuContainer nav > ul {
    max-width: 990px;
  }
}
@media (max-width: 1199px) {
  .menuContainer {
    padding: 10px 0;
  }
  .menu {
    justify-content: flex-end;
  }
  form.search-box {
    padding: 4px 0;
  }

  .search input[type="text"] {
    width: 90%;
    box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.25);
    padding: 3px 6px;
    font-size: 12px;
    border: 1px solid #959595;
  }

  .nav_toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: none;
    background: none;
    margin-left: 10px;
  }
  .nav_toggle img {
    width: auto;
    height: auto;
  }
  .menuContainer nav,
  .footerNavigation {
    display: none;
  }

  body.menuOpen {
    overflow: hidden;
  }
  .mobileMenuBar [aria-hidden="true"] {
    display: none;
  }
  .mobileMenuBar {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
  }
  body.menuOpen .mobileMenuBar {
    display: block;
  }
  .mobileMenuBar ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobileMenuBar a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 700;
    font-family: "Lora", sans-serif;
    color: #fff;
  }
  .mobileMenuBar .navGroup {
    height: 100%;
    margin: 0;
    padding: 26px;
    box-shadow: 0 -3px 10px #000;
    list-style: none;
    background: #2c7090;
  }
  .mobileMenuBar .navGroup > h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 70px;
    margin: -26px -26px 0;
    padding: 0 26px;
    font-size: 18px;
    background: #253071;
    color: #fff;
  }
  .mobileMenuBar .navGroup > button {
    position: absolute;
    top: 12px;
    right: 26px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 -10px 0 0;
    border: 0;
    font-size: 32px;
    font-weight: 700;
    background: none;
    color: #fff;
  }
  .mobileMenuBar .navGroup > ul:first-of-type {
    margin: 20px 0;
    border-top: 1px solid #afb6bd;
  }
  .mobileMenuBar .navGroup > ul li {
    border-bottom: 1px solid #fff;
  }
  .mobileMenuBar .menu-item-has-children {
    display: flex;
  }
  .mobileMenuBar .menu-item-has-children > a {
    width: calc(100% - 40px);
  }
  .mobileMenuBar .menu-item-has-children > a + button {
    width: 40px;
    height: 40px;
    line-height: 32px;
    border: 0;
    font-size: 26px;
    font-weight: 700;
    background: #4c86a2;
    color: #fff;
    text-align: center;
    -webkit-appearance: none;
    padding: 0;
  }
  .mobileMenuBar .menu-item-has-children > a + button:focus,
  .mobileMenuBar .menu-item-has-children > a + button:hover {
    background: #000;
  }
  .mobileMenuBar > .navGroup {
    position: absolute;
    right: 0;
    width: 300px;
    border-color: #ec147c;
  }
  .mobileMenuBar > .navGroup > ul > li > .navGroup > h2 {
    background: #4c86a2;
  }
  .mobileMenuBar > .navGroup > ul > li > .navGroup > ul > li > .navGroup > h2 {
    background: #de1a12;
  }
  .mobileMenuBar li > .navGroup {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 10px);
    overflow-y: auto;
  }
  .mobileMenuBar li > .navGroup.expanded {
    display: block;
  }
  #mobileNavGroup-main {
    display: flex;
    flex-direction: column;
  }
  #mobileNavGroup-main > ul:first-of-type {
    flex-grow: 1;
  }
  .mobileMenuBar .mobileMenuBar-contact a {
    display: block;
    height: auto;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    background: #de1a12;
    color: #fff;
  }
  .mobileMenuBar .mobileMenuBar-contact a:focus,
  .mobileMenuBar .mobileMenuBar-contact a:hover {
    background: #000;
  }
  .mobileMenuBar .mobileMenuBar-contact a:before {
    vertical-align: bottom;
  }
  .logo a {
    padding: 0px 48px 0 10px;
  }
}

h2 {
  font-size: 36px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  text-align: left;
  color: #253071;
  line-height: 30px;
}

@media (max-width: 767px) {
  .siteHeader_primary {
    margin: 10px 0;
  }
  /* .l-container {
    padding: 0 1rem;
  } */
  /* .internal-banner .l-container {
    padding: 0rem;
  } */
  /* .heroHeader .l-container {
    padding: 0rem;
  } */
}

.current-menu-item > a {
  color: #fff !important;
}
.current-menu-item {
  background-color: #253071;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
  font-family: "Font-Name";
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"),
    url("fonts/font-name.woff") format("woff"),
    url("fonts/font-name.ttf") format("truetype"),
    url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width: 320px) {
}
@media only screen and (min-width: 480px) {
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 1024px) {
}
@media only screen and (min-width: 1140px) {
}
@media only screen and (min-width: 1280px) {
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi) {
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.sticky {
}
.bypostauthor {
}

/*------------------------------------*\
    MAIN STYLESHEET
\*------------------------------------*/

.topBanner-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 5px 0 5px;
}

.topBanner-content a {
  color: #fff;
  font-size: 14px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
}

.email,
.tel {
  margin-right: 40px;
}

.email:before {
  content: url(/wp-content/themes/Blank%20Theme/copy/img/email.svg);
  vertical-align: middle;
  line-height: 0;
  margin-right: 5px;
}

.tel:before {
  content: url(/wp-content/themes/Blank%20Theme/copy/img/phone-call.svg);
  vertical-align: middle;
  line-height: 0;
  margin-right: 5px;
}

.portalCtaArea {
  padding: 10px 10px;
  background-color: #fff;
  margin: -5px 0px;
}

.portalCtaButton {
  color: #253071 !important;
  font-size: 17px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.topBanner-content a:hover {
  text-decoration: underline;
}

.siteHeader_primary {
  max-height: 123px;
}

.siteHeader-content {
  align-items: center;
  height: 110px;
}

.heroHeader {
  max-height: 570px;
  position: relative;
}

.heroHeader .l-container {
  position: relative;
}

.heroBlock {
  position: absolute;
  z-index: 1;
  width: 65%;
  bottom: 140px;
}

.home .heroBlock {
  position: absolute;
  z-index: 1;
  width: 65%;
  bottom: 170px;
}

.l-fullWidth {
  position: relative;
  left: 50%;
  width: 100vw;
  min-width: 100%;
  margin-left: -50vw;
}

.heroHeader img {
  height: 360px;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}

.home .heroHeader img {
  height: 570px;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}

.heroContent h1 {
  font-size: 64px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  text-align: left;
  color: #fff;
  line-height: 72px;
  margin-bottom: 12px;
}

.ctaArea {
  margin: 0;
  /* width: 226px; */
  margin-top: 35px;
}

.ctaButton {
  display: inline-block;
  font-family: "Maven Pro", sans-serif;
  font-weight: 500;
  font-size: 20px;
  padding: 12px 30px;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  background-color: #0000;
  border: 3px solid #ffffff;
  color: #fff;
  line-height: 12px;
}

.ctaButton:hover {
  background-color: #253071;
  border: 3px solid #253071;
  color: #fff;
}

.featureHeading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 38px;
}

.featureBlock {
  padding: 70px 0 70px 0;
}

.featureHeading h2 {
  font-size: 36px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #253071;
  line-height: 28px;
  margin-bottom: 0px;
}

.featureHeading p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #000000;
  width: 768px;
}

.featureItem img {
  max-width: 67px;
  height: auto;
}

.featureItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
}

.featureItem h3 {
  font-size: 20px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #253071;
  margin-bottom: 0;
}

.featureItem p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #000000;
}

.servicesRow {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.servicesItem {
  width: 100%;
  position: relative;
}

.servicesItem img {
  width: 100%;
  display: block;
}

.serviceCaption {
  position: absolute;
  text-transform: uppercase;
  background: #253071;
  bottom: 0;
  padding: 5px 10px 5px 10px;
  width: 100%;
  color: #fff;
  font-size: 21px;
  text-align: center;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
}

.servicesSection .ctaArea {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.servicesSection .ctaArea {
  border: 3px solid #2c7090;
}

.servicesSection .ctaButton {
  color: #000;
}

.servicesSection .ctaButton:hover {
  background-color: #2c7090;
  border: 3px solid #2c7090;
  color: #fff;
}

.servicesButton {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.imageTextBlock-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.imageTextBlock {
  margin-top: 70px;
  margin-bottom: 70px;
}

.imageTextBlock-img {
  width: 44%;
  padding-right: 35px;
}

.imageTextBlock-txt {
  width: 56%;
  padding-right: 60px;
}

.imageTextBlock-txt h2 {
  text-transform: uppercase;
}

.imageTextBlock-txt p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #000;
  line-height: 19px;
}

.imageTextBlock-txt .ctaButton {
  border: 3px solid #2c7090;
  color: #000;
}

.imageTextBlock-txt .ctaButton:hover {
  background-color: #2c7090;
  color: #fff;
}

.callBackCTA-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.callbackCTA {
  background-image: url("/wp-content/uploads/2021/01/ballback-cta.png");
  background-color: #fff;
  max-height: 270px;
  background-repeat: no-repeat, repeat;
  background-size: cover;
  margin-top: 70px;
}

.callBackCTA-contentTxt h2 {
  font-size: 49px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  line-height: 40px;
  margin: 0;
}

.callBackCTA-contentTxt {
  width: 59%;
  margin: 55px 0;
}

.callBackCTA-contentBtn .ctaArea {
  margin-top: 0;
}

.callBackCTA-contentBtn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.callBackCTA-contentBtn > .ctaArea > .ctaButton {
  display: inline-block;
  font-family: "Maven Pro", sans-serif;
  font-weight: 500;
  font-size: 35px;
  padding: 20px 30px;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  background-color: #0000;
  border: 3px solid #fff;
  color: #fff;
  line-height: 12px;
}

.callBackCTA-contentBtn > .ctaArea > .ctaButton:hover {
  background-color: #ffff;
  border: 3px solid #fff;
  color: #000;
  line-height: 12px;
}

.testimonialSection {
  background-color: #d1d1d1;
}

.testimonialSection-content {
  padding: 89px 38px;
  position: relative;
}

div.testimonial {
  font-size: 22px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  text-align: left;
  color: #000000;
  line-height: 26px;
}

div.testimonialAuthor {
  font-size: 20px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #000000;
  line-height: 26px;
}

.testimonialSection-content:before {
  content: url(/wp-content/uploads/2021/01/Open-Quote.png);
  position: absolute;
  top: 30px;
  left: 0;
}

.testimonialSection-content:after {
  content: url(/wp-content/uploads/2021/01/Close-Quote.png);
  position: absolute;
  bottom: 30px;
  right: 0;
}

.footerTop {
  background-color: #253071;
}

.footerTop-content {
  display: flex;
  flex-direction: row;
  padding: 40px 0;
}

.footerContact {
  display: flex;
  flex-direction: column;
}

.contactDetail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footerTop-content {
  color: #fff;
}

.contactDetail a {
  color: #fff;
}

.footerTop-content ul {
  padding: 0;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footerTop-content li {
  list-style: none;
}

.contactDetail a:first-of-type {
  padding-bottom: 7px;
}

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

.footerLogo {
  padding-right: 78px;
}

.footerContact {
  padding-right: 70px;
  font-size: 14px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  line-height: 19px;
}

.footerLinks {
  padding-right: 70px;
}

.footerInfo {
  max-width: 448px;
}

.footerLinks h3 {
  margin: 0 0 11px 0;
}

.footerInfo h3 {
  margin: 0 0 11px 0;
}

.footerLogo img {
  max-width: 123px;
}

.footerInfo .ctaArea {
  margin-top: 20px;
}

.footerLinks li {
  font-size: 14px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 19px;
}

.footerLinks li:hover {
  text-decoration: underline;
  cursor: pointer;
}

.footerInfo p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  color: #ffffff;
  line-height: 19px;
}

.footerInfo .ctaButton:hover {
  background-color: #fff;
  border: 3px solid #fff;
  color: #253071;
}

.footerTop-content h3 {
  font-size: 18px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  line-height: 19px;
}

.footerBottom {
  background-color: #000;
}

.footerBottom-content {
  color: #fff;
  padding: 5px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  font-size: 14px;
}

.footerBottom-content a {
  color: #fff;
}

.footerBottom-content a:hover {
  text-decoration: underline;
}

.statsSection-content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 40px 50px;
}

.statsSection {
  background-image: url(/wp-content/uploads/2021/02/stats-background.png);
  background-repeat: no-repeat, repeat;
  background-size: cover;
}

.statsItem {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.number {
  color: #fff;
  font-size: 90px;
  font-weight: 700;
  font-family: "Maven Pro", sans-serif;
}

.statName {
  font-size: 25px;
  color: #fff;
  font-weight: 500;
}

.industryExplore-intro {
  width: 550px;
}

.industryExplore-intro p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 19px;
  margin-top: 0;
}

.industryExplore-intro {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
  margin: 0 auto;
}

.industryExplore-intro h2 {
  text-align: center;
}

.industryExplore {
  margin: 70px 0;
}

.industryList {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 70px 0;
  flex-wrap: wrap;
}

.industryItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  margin-bottom: 50px;
}

.industryTitle {
  font-size: 20px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 500;
  color: #253071;
}

.solutionsContent-intro {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
  margin: 0 auto;
}

.solutionsContent-intro h2 {
  text-align: center;
}

.solutionsContent-intro p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 22px;
  margin-top: 0;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}

.solutionsSection {
  margin: 70px 0;
}

.solutionsItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}

span.date,
.author,
.comments {
  display: none;
}

a.post-edit-link {
  display: none;
}

.solutionsList {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.solutionsTitle {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #f9f9f9;
}

.solutionsTitle a {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

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

/* [1] The container */
.img-hover-zoom {
  height: 100%; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform 0.5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}

.contentColumn {
  width: 66.66666667%;
  padding-right: 50px;
}

.contentNav {
  width: 33.33333333%;
}

.rmaColumn {
  width: 100%;
}

section.main {
  margin: 40px 0;
}

.contentThumbnail {
  margin-bottom: 20px;
  width: 100%;
}

section.main > .l-container {
  display: flex;
}

.contentColumn > .ctaArea > .ctaButton {
  display: inline-block;
  font-family: "Maven Pro", sans-serif;
  font-weight: 500;
  font-size: 20px;
  padding: 12px 30px;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  background-color: #0000;
  border: 3px solid#253071;
  color: #253071;
  line-height: 12px;
}

.contentColumn > .ctaArea > .ctaButton:hover {
  background-color: #253071;
  border: 3px solid#253071;
  color: #fff;
}

ul.sub-menu > .menu-item-type-post_type {
  width: 100%;
}

.service_side {
  background-color: #f3f3f3;
  padding: 30px 25px;
  margin-bottom: 25px;
}

.service_side h3 {
  margin-top: 0;
  font-size: 23px;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 15px;
  color: #000;
}

.service_side ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.service_side a:hover {
  background-color: #253071;
  color: #fff;
}

.service_side a {
  display: block;
  padding: 20px 15px;
  position: relative;
  font-size: 16px;
  text-decoration: none;
}

/* li.current-menu-item {
  background: #253071;
} */

/* Highlight using link element */
#menu-solutions-menu > li.current-menu-item a {
  background: #253071;
  color: #fff;
}

.nf-form-fields-required {
  font-size: 13px;
}

.nf-field-label {
  color: #253071;
}

.nf-field-element > #nf-field-32 {
  display: inline-block;
  font-family: "Maven Pro", sans-serif;
  font-weight: 500;
  font-size: 20px;
  padding: 12px 30px;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  background-color: #0000;
  border: 3px solid#253071;
  color: #253071;
  line-height: 12px;
}

.nf-field-element > #nf-field-32:hover {
  background-color: #253071;
  border: 3px solid#253071;
  color: #fff;
}

.nf-field-element > #nf-field-39 {
  display: inline-block;
  font-family: "Maven Pro", sans-serif;
  font-weight: 500;
  font-size: 20px;
  padding: 12px 30px;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  background-color: #0000;
  border: 3px solid#253071;
  color: #253071;
  line-height: 12px;
}

.nf-field-element > #nf-field-39:hover {
  background-color: #253071;
  border: 3px solid#253071;
  color: #fff;
}

.contentNav h3 {
  font-size: 24px;
  color: #253071;
}

.contentNav ul {
  list-style: none;
  padding: 0;
  color: #000;
  font-weight: 500;
  line-height: 26px;
  font-size: 18px;
}

.contentNav > .contactDetail a {
  color: #253071;
  font-weight: 500;
  line-height: 26px;
  font-size: 18px;
}

.contentNav > .contactDetail a:hover {
  text-decoration: underline;
}

.emailContact:before {
  content: url(/wp-content/themes/Blank%20Theme/copy/img/emailContact.svg);
  vertical-align: middle;
  line-height: 0;
  margin-right: 5px;
}

.telContact:before {
  content: url(/wp-content/themes/Blank%20Theme/copy/img/phone-callContact.svg);
  vertical-align: middle;
  line-height: 0;
  margin-right: 5px;
}

.full-width {
  margin: 70px 0;
}

.manufacturerBlock {
  margin: 70px 0;
}

.reverseBlock {
  display: flex;
  flex-direction: row-reverse;
}

.footerContact > ul > li {
  font-size: 14px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  line-height: 19px;
}

p > a {
  color: #253071;
  font-weight: 600;
}

.moreArea .ctaButton {
  background-color: #0000;
  border: 3px solid #253071;
  color: #253071;
}

.moreArea .ctaButton:hover {
  background-color: #253071;
  color: #fff;
}

.moreArea .ctaArea {
  margin-top: 20px;
}

.moreArea {
  margin-bottom: 40px;
}

.footerLinks a {
  color: inherit;
}

.solutionsContent-top .ctaButton {
  background-color: #0000;
  border: 3px solid #253071;
  color: #253071;
}

.solutionsContent-top .ctaButton:hover {
  background-color: #253071;
  color: #fff;
}

.solutionsContent-top-content {
  display: flex;
  flex-direction: column;
}

.solutionsContent-top {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.solutionsContent-top-content h2 {
  margin-bottom: 0;
}

.solutionsContent-bottom {
  display: flex;
  margin-top: 25px;
}

@media (max-width: 767px) .l-container {
  padding: 0 2rem;
}

@media (max-width: 1030px) {
  .servicesRow {
    flex-wrap: wrap;
  }
  .servicesItem {
    width: 50%;
  }
  .featureHeading h2 {
    font-size: 30px;
  }
  .heroContent h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .imageTextBlock-content {
    flex-direction: column;
  }
  .imageTextBlock-txt {
    width: 100%;
  }
  .imageTextBlock-img {
    width: 100%;
  }
  .featureHeading p {
    width: 650px;
  }
  .featureRow {
    flex-direction: column;
  }
  .featureItem {
    padding-bottom: 30px;
    width: 70%;
  }
}

@media (max-width: 1200px) {
  .footerLogo {
    padding-right: 30px;
    padding-bottom: 100px;
  }
  .footerTop-content {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footerContact {
    padding-right: 20px;
  }
  .footerLinks {
    padding-right: 50px;
  }
  section.main > .l-container {
    flex-direction: column;
  }
  .contentColumn {
    width: 100%;
  }
  .contentNav {
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 670px) {
  .footerTop-content {
    flex-direction: column;
  }
  .footerLogo {
    padding-bottom: 50px;
  }
  .footerContact {
    padding-bottom: 50px;
  }
  .footerLinks {
    padding-bottom: 50px;
  }
  .footerInfo {
    padding-bottom: 50px;
  }
  h2 {
    font-size: 24px;
    line-height: 23px;
  }
  .footerBottom-content {
    flex-direction: column;
  }
  .footerBottom-content > span {
    padding-bottom: 8px;
  }
  .ctaButton {
    line-height: 23px;
    font-size: 16px;
  }
  .topBanner-content {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .topBanner-content a {
    padding-bottom: 12px;
    margin-right: 0;
  }
  .portalCtaArea {
    margin-bottom: 12px;
  }
}

@media (max-width: 880px) {
  .featureHeading p {
    font-size: 13px;
  }
  .featureHeading h2 {
    font-size: 26px;
  }
  .featureHeading p {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .heroContent h1 {
    font-size: 42px;
    line-height: 47px;
  }
  .home .heroBlock {
    width: 95%;
  }
}

@media (max-width: 600px) {
  .servicesItem {
    width: 100%;
  }
}

@media (max-width: 1160px) {
  .solutionsItem {
    width: 50%;
  }
}

@media (max-width: 770px) {
  .solutionsItem {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .statsSection-content {
    flex-direction: column;
  }
  .industryList {
    flex-direction: column;
  }
  .industryItem {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .contentColumn > .ctaArea > .ctaButton {
    font-size: 15px;
    line-height: 16px;
  }
}
