/*
Theme Name: Sinatra
Text Domain: sinatra
Version: 1.3
Requires at least: 5.0
Tested up to: 6.3
Requires PHP: 5.2.4
Description: Sinatra is a lightweight and highly customizable multi-purpose theme that makes it easy for anyone to create their perfect website. You can use it for any type of website from blogs, businesses, online shops, creatives, hotels, restaurants, startups and more. With Sinatra you get the perfect blend of performance, modern design and powerful, yet simple to use options. Works perfectly with the new block editor (Gutenberg) and your favorite plugins such as: WooCommerce, JetPack, page builders, SEO plugins and others. It comes with microdata integration, unlimited colors, multiple layouts, pre-built demo websites and so much more. It's also translatable and built with best SEO practices. Try Sinatra theme today on https://try.sinatrawp.com
Tags: two-columns, right-sidebar, left-sidebar, footer-widgets, blog, news, custom-background, custom-menu, post-formats, sticky-post, editor-style, threaded-comments, translation-ready, custom-colors, featured-images, full-width-template, microformats, theme-options, e-commerce
Author: Sinatra Team
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

Do not add your CSS to this file, use a child theme instead: https://codex.wordpress.org/Child_Themes
The main CSS file is loaded from "assets/css folder".
*/
@font-face {
  font-family: "greycliff-cf";
  font-display:auto;font-style:normal;font-weight:500;font-stretch:normal;
  src: url("./assets/fonts/Greycliff-CF/GreycliffCF-Medium.woff")
      format("woff");
}
@font-face {
  font-family: "greycliff-cf";
  font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
  src: url("./assets/fonts/Greycliff-CF/GreycliffCF-Bold.woff")
      format("woff");
}
@font-face {
  font-family: "greycliff-cf";
  font-display:auto;font-style:normal;font-weight:300;font-stretch:normal;
  src: url("./assets/fonts/Greycliff-CF/GreycliffCF-Light.woff")
      format("woff");
}
  
@import url("./assets/css/mobile-menu.css") only screen and (max-width: 1000px);
:root {
  --textDark: 0, 43, 64;
  --textLight: 255, 255, 255;
  --links: 0, 215, 0;
  --pageFrame: 1142px;
  --maxWidth: 2000px;
  --padLess: 2em;
  --padNorm: 3.5em;
  --padMore: 5em;
}

html {
  font-size: 18px;
  visibility: visible !important;
}
body,
body.page {
  color: rgb(var(--textDark));
  font-family: greycliff-cf, sans-serif;
  height: auto;
  margin: 0 auto;
  max-width: var(--maxWidth);
  position: relative;
  overflow: auto !important;
  width: 100%;
}
div.site {
  display: block;
  margin: 0 auto;
  max-width: var(--maxWidth);
  overflow-x: hidden;
  position: relative;
}
.page_frame {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto!important;
  max-width: var(--pageFrame);
  padding: 0 20px;
  width: 100%;
}
.page_frame--max {
  max-width: 1286px;
}

/* PADDING */
.block.padding-top__less {
  padding-top: var(--padLess);
}
.block.padding-top__normal,
.block.hero-padding-top__less,
.block--hero.padding-top__less {
  padding-top: var(--padNorm);
}
.block.padding-top__more,
.block.hero-padding-top__normal,
.block--hero.padding-top__normal {
  padding-top: var(--padMore);
}
.block.hero-padding-top__more,
.block.block--hero.padding-top__more {
  padding-top: 7.5rem;
}
.block.padding-bottom__less {
  padding-bottom: var(--padLess);
}
.block.padding-bottom__normal,
.block.hero-padding-bottom__less,
.block--hero.padding-bottom__less {
  padding-bottom: var(--padNorm);
}
.block.padding-bottom__more,
.block.hero-padding-bottom__normal,
.block--hero.padding-bottom__normal {
  padding-bottom: var(--padMore);
}
.block.hero-padding-bottom__more,
.block.block--hero.padding-bottom__more {
  padding-bottom: 7.5rem;
}
@media only screen and (max-width: 640px) {
  .block.padding-top__less,
  .block.hero-padding-top__less,
  .block--hero.padding-top__less {
    padding-top: 1.5rem;
  }
  .block.padding-top__normal,
  .block.hero-padding-top__less,
  .block--hero.padding-top__less {
    padding-top: 2em;
  }
  .block.padding-top__more,
  .block.hero-padding-top__normal,
  .block--hero.padding-top__normal {
    padding-top: 2.5em;
  }
  .block.hero-padding-top__more {
    padding-top: 3rem;
  }
  .block.padding-bottom__less {
    padding-bottom: 1.5rem;
  }
  .block.padding-bottom__normal,
  .block.hero-padding-bottom__less,
  .block--hero.padding-bottom__less {
    padding-bottom: 2em;
  }
  .block.padding-bottom__more,
  .block.hero-padding-bottom__normal,
  .block--hero.padding-bottom__normal {
    padding-bottom: 2.5em;
  }
  .block.hero-padding-bottom__more,
  .block--hero.padding-bottom__more {
    padding-bottom: 3rem;
  }
}
/* HEADER/FOOTER */
.header {
  --pageFrame: 1286px;

  max-width: var(--maxWidth);
  padding-top: 33px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.header__bg {
  background-image: linear-gradient(to bottom, rgb(255, 255, 255, 0.9), transparent);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.header__frame,
.footer__frame {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__logo,
.footer__logo {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  z-index: 10;
}
.header__logo-img,
.footer__logo-img {
  display: block;
  max-width: 295px;
  min-width: 200px;
  width: 100%;
}
.header__nav-wrapper,
.footer__nav-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: static;
  width: auto;
  z-index: 5;
}
.header__mobile-nav-toggle {
  color: var(--links);
  display: none;
  z-index: 1;
}
.header__nav-wrapper--desk {
  position: relative;
}
footer .nav-bottom-wrapper {
    margin-top: 25px;
}
footer .nav-bottom-wrapper .vertical-nav .footer__logo-text {
    color: #44d62c;
    text-transform: uppercase;
	font-weight: 700;
}
footer .nav-bottom-wrapper {
    margin: unset !important;
}
/* --------------------------------------------- NAV */
.nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.nav {
  margin-left: 0;
}
/* NAV ELEMENTS */
.nav .nav__li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1em;
  list-style: none;
  margin-bottom: 0;
  position: relative;
}
.nav .nav__a {
  color: rgb(var(--textDark));
  display: inline-block;
  font-size: 0.7222rem;
  font-weight: 700;
  padding: 10px 16px;
}
.nav--desk .nav > .nav__li > .nav__a {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
footer .nav--desk .nav > .nav__li > .nav__a {
  letter-spacing: 0.1em;
  text-transform: capitalize;
	font-weight: 500;
}
.header__nav-wrapper--desk .nav > .nav__li:not(.as-button):hover {
  background-color: #fff;
}
.header__nav-wrapper--desk .nav > .nav__li:not(.as-button):hover:before {
  background-color: #fff;
  bottom: 100%;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: -999px;
}
.nav--desk .nav > .nav__li:not(.as-button):hover > .nav__a {
  color: rgb(var(--links));
}
.nav--desk .nav > .nav__li.as-button > .nav__a {
  background-color: rgb(var(--links));
}
/* NAV STATES */
.nav--skip-to:focus,
.nav--skip-to:focus-within {
  opacity: 1;
  z-index: 10;
}
/* NAV MODIFIERS */
.nav--no-pad-right {
  margin-right: -25px;
  width: calc(100% + 25px);
}
.nav--subnav {
  background-color: #fff;
  color: white;
  display: none;
  min-width: 100%;
  padding: 5px 0;
}
.header__nav-wrapper--desk .nav--subnav {
  left: 0;
  position: absolute;
  top: 100%;
}
.nav .nav__li--subnav,
.nav .nav__li--mobile-subnav {
  background: none;
  margin: 0;
}
.nav .nav__a--subnav,
.nav .nav__a--mobile-subnav {
  text-transform: none;
  white-space: nowrap;
}
.nav__a--mobile-subnav {
  padding: 5px 10px;
}
.header__nav-wrapper--desk .nav .nav--subnav > .nav__li > .nav__a {
  letter-spacing: initial;
  text-transform: none;
}
.header__nav-wrapper--desk .nav .nav--subnav > .nav__li:hover {
  background-color: #efefef;
}
.header__nav-wrapper--desk .nav .nav--subnav > .nav__li:hover:before {
  content: none;
}
.header__nav-wrapper--desk .nav .nav--subnav > .nav__li:hover > .nav__a {
  color: rgb(var(--textDark));
}
.nav--mobile {
  display: none;
}
.nav--skip-to {
  background-color: rgb(211, 211, 211);
  left: 0;
  opacity: 0;
  padding: 5px 10px;
  position: fixed;
  top: 0;
  z-index: -1;
}
.nav__li--skip-to {
  list-style: none;
  margin: 0 5px;
}
.nav__li--skip-to:last-child {
  margin-bottom: 0px;
}
.nav__a.has-subnav + .accent-link {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .header__logo {
    padding-left: 0px;
  }
  .header__frame {
    position: static;
  }
  .header__nav-wrapper {
    z-index: auto;
  }
  .header__mobile-nav-wrapper {
    left: 0;
    position: absolute;
    top: -20px;
    width: 100%;
    z-index: -1;
  }
  .header__nav-wrapper--desk {
    display: none;
  }
  .header__mobile-nav-toggle {
    display: inline-block;
    padding-right: 0;
    position: relative;
    z-index: 5;
  }
  .nav--mobile {
    background-color: rgba(239, 239, 239, 0.95);
    left: 0;
    padding-top: 20px;
    position: absolute;
    width: 100%;
    z-index: 12;
  }
  .nav .nav__a {
    display: block;
  }
  .nav--mobile-subnav {
    position: relative;
  }
  .nav .nav__li--mobile,
  .nav .nav__li--mobile-icon,
  .nav .nav__li--mobile-subnav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .nav .nav__a--mobile,
  .nav .nav__a--mobile-icon,
  .nav .nav__a--mobile-subnav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 40px;
    padding: 10px 5%;
    text-align: left;
  }
  .nav--mobile.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav--mobile .nav__a.has-subnav {
    width: calc(100% - 50px);
  }
  .nav--mobile .nav__a.has-subnav .plus {
    background-image: url("./assets/images/arrow-down.svg");
    background-repeat: no-repeat;
    border: none;
    display: block;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 9px;
    vertical-align: middle;
    width: 18px;
  }    
}
@media only screen and (min-width: 1001px){

  .header__nav-wrapper--desk .nav__li:hover .nav--subnav,
  .header__nav-wrapper--desk .nav--subnav:hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav--desk .nav > .nav__li.as-button {
    margin-left: 10px; /* assume it's on the end */
  }
  .nav--desk .nav > .nav__li.as-button:after {
    background-color: rgb(var(--links));
    bottom: 0;
    content: '';
    left: 100%;
    position: absolute;
    right: -20px;
    top: 0;
  }
  .nav--desk .nav > .nav__li.as-button > .nav__a {
    border-radius: 4px 0 0 4px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1281px){

  .nav--desk .nav > .nav__li.as-button:after {
    right: calc((100vw - var(--pageFrame) + 40px) / -2);
  }
}
/* --------------------------------------------- FOOTER */
.footer-cta {
}
.nav-bottom-wrapper .vertical-nav .footer__logo-text.text{
	margin-bottom:unset;
	padding: 10px 16px;
}
.footer__logo .footer__logo-text.text {
    margin: 20px 0px;
}
i.dashicons {
    font-size: 32px;
}

.social-media-wrapper {
    display: flex;
    gap: 30px;
	margin-bottom:20px;
}
footer  .footer__logo .social-media-wrapper a.social-media-link {
    color: #fff;
}
@media only screen and (max-width: 767px){

  .footer-cta {
    padding-top: 0;
  }
  .footer-cta .block__bg-img {
    height: 720px;
    margin-bottom: 1rem;
    position: relative;
  }
	.social-media-wrapper {
   	     justify-content: center;
	}
	footer .nav-bottom-wrapper .vertical-nav .footer__logo-text {
   	 text-align:center;
	}
}
@media only screen and (max-width: 599px){

  .footer-cta .block__bg-img {
    height: 360px;
  }
}
@media only screen and (min-width: 768px){

  .footer-cta .all-cols-wrap {
    min-height: 400px;
  }
  .footer-cta .block__bg-img {
    left: 45%;
    width: 55%;
  }
	.nav-bottom-wrapper{
		display:flex;
/* 		gap:20px; */
	}
	.nav-bottom-wrapper .vertical-nav .nav.main-nav{
		flex-direction: column;
		display: flex;
	}
}

.footer {
  --pageFrame: 1280px;

  padding-bottom: 3rem;
  padding-top: 6rem;
}
.footer .block__bg-img {
  background-image: url("./assets/images/footer-bg-b.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 0.05;
}
.footer .block__bg-img:after {
  background-image: linear-gradient(to top, rgba(0, 43, 64, 1), rgba(0, 43, 64, 0));
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
.footer .nav .nav__a {
  color: rgb(var(--textLight));
}
.footer__subnav {
  display: none;
}
.deep-footer {
  padding-bottom: 0;
  padding-top: 1rem;
}
.deep-footer__content {
  color: #888;
  text-align: center;
}
.deep-footer .copyright {
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
#bizango {
  background-image: url("./assets/images/lltgroup-logomark-white.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #888;
  display: block;
  font-size: 10px;
  height: 12px;
  margin: 40px auto 25px;
  padding-bottom: 70px;
  width: 220px;
}
@media only screen and (min-width: 768px) {

  .footer__frame {
    align-items: flex-start;
    justify-content: space-between;
  }
	.nav-bottom-wrapper {
    	flex-wrap: wrap;
		justify-content:end;
	}
}
@media only screen and (max-width: 1023px) {
  
  .footer .nav {
    flex-direction: column;
  }
  .footer__frame {
    align-items: flex-start;
    justify-content: center;
  }
  .footer .nav--desk .nav > .nav__li.as-button > .nav__a {
    border-radius: 4px;
    padding-right: 16px;
  }
  .footer .nav--desk .nav > .nav__li.as-button:after {
    content: none;
  }
	#footer__nav-wrapper ul.nav.main-nav {
    	align-items: flex-end;
	}
}
@media only screen and (max-width: 767px){

  .footer__frame {
    align-items: center;
    flex-direction: column;
  }
  .footer .nav {
    align-items: center;
  }
}

.animated-line {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.animated-line__line-etc {
  background-image: linear-gradient(to left, rgba(84, 211, 53, 1.0), rgba(84, 211, 53, 0));
  height: 5px;
  position: relative;
  width: 40%;
}
.animated-line.animate .animated-line__line-etc {
  animation-duration: 0.75s;
  animation-iteration-count: 1;
  animation-name: slideOut;
  animation-timing-function: ease-in;
}
.animated-line__line-etc:after {
  background-color: rgba(84, 211, 53, 1);
  border-radius: 50%;
  content: '';
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 18px;
}
@keyframes slideOut {
  0% {
    transform: translateX(-110%);
  }
  100% {
    transform: translateX(0);
  }
}
.header .animated-line {
  bottom: -30px;
  display: none;  /*displayed via js */
}
.footer-cta  .animated-line {
  bottom: auto;
  top: 70px;
}
@media only screen and (max-width: 767px){

  @keyframes slideOut {
    0%, 100% {
      transform: translateX(-110%);
    }
    15% {
      transform: translateX(160vw);
    }
    15.0001% {
      transform: translateX(-110%);
    }
  }
}
.vertical-scrolling-line {
  background-color: rgb(var(--links));
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  width: 2px;
  z-index: -1;
}
.vertical-scrolling-line:before {
  background-color: rgb(var(--links));
  border-radius: 50%;
  bottom: 0;
  content: '';
  height: 18px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 18px;
}
.vertical-scrolling-line:after {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: 0;
  content: '';
  height: 13px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-2.5px);;
  width: 13px;
}
.content-img.style-svg {
  height: auto;
  max-width: 100%;
}
.content-img.style-svg * { 
  transform-box: fill-box;
}
#truck-tl--cab,
#truck-ltl--cab {
  animation-direction: alternate;
  animation-duration: 0.25s;
  animation-iteration-count: infinite;
  animation-name: upAndDown;
  animation-timing-function: linear;
}
#truck-tl--cab {
  animation-delay: 0.2s;
  animation-duration: 0.35s;
  animation-name: subtleUpAndDown;
}
@keyframes upAndDown {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-8px);
  }
}
@keyframes subtleUpAndDown {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-4px);
  }
}
#truck-tl--back-wheel,
#truck-tl--front-wheel,
#truck-ltl--back-wheel,
#truck-ltl--front-wheel {
  animation-duration: 0.55s;
  animation-iteration-count: infinite;
  animation-name: rotate;
  animation-timing-function: linear;
  transform-origin: center;
}
#truck-tl--back-wheel,
#truck-tl--front-wheel {
  animation-delay: 0.2s;
  animation-duration: 0.85s;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#ship--water {
  animation-direction: alternate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: backAndForthAndUpAndDown;
  animation-timing-function: linear;
}
@keyframes backAndForthAndUpAndDown {
  0% {
    transform: translate(-4px, 0);
  }
  50% {
    transform: translate(0, 4px);
  }
  100% {
    transform: translate(4px, 0);
  }
}
#ship--ship {
  animation-direction: alternate;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: subtleRotate;
  animation-timing-function: linear;
  transform-origin: bottom center;
}
@keyframes subtleRotate {
  from {
    transform: rotate(-2.5deg);
  }
  to {
    transform: rotate(2.5deg);
  }
}
#box {
  animation-duration: 4s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: shake;
  animation-timing-function: cubic-bezier(.36,.07,.19,.97);
}
@keyframes shake {
  2.5%, 22.5% {
    transform: translate3d(-1px, 0, 0);
  }
  5%, 20% {
    transform: translate3d(2px, 0, 0);
  }
  7.5%, 12.5%, 17.5% {
    transform: translate3d(-4px, 0, 0);
  }
  10%, 15% {
    transform: translate3d(4px, 0, 0);
  }
}
#airplane {
  animation: upAndDown 2s ease-in-out infinite alternate, subtleRotateWithDelay 4s linear infinite alternate; 
  transform-origin: center;
}
@keyframes subtleRotateWithDelay {
  0% {
    transform: rotate(-2.5deg);
  }
  25% {
    transform: rotate(2.5deg);
  }
}
#train--back-car,
#train--front-car {
  animation-direction: alternate;
  animation-duration: 0.1s;
  animation-iteration-count: infinite;
  animation-name: subtlerUpAndDown;
  animation-timing-function: linear;
}
#train--back-car {
  animation-delay: 0.05s;
  animation-name: subtlerUpAndDown;
}
@keyframes subtlerUpAndDown {
  from {
    transform: translateY(-1px);
  }
  to {
    transform: translateY(2px);
  }
}
.top-ball,
.bottom-dots {
  position: absolute;
}
.top-ball {
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: fadeInAndCross;
  animation-timing-function: linear;  
  background-color: #CFD1D2;
  border: 2px solid #000;
  border-radius: 50%;
  height: 5.3%;
  opacity: 0;
  top: 28.7%;
  width: 1.5%;
}
.top-ball--2 {
  animation-delay: 1s;
}
.top-ball--3 {
  animation-delay: 2s;
}
@keyframes fadeInAndCross {
  0% {
    opacity: 0;
    left: 25%
  }
  10% {
    opacity: 1;
  }
  30% {
    background-color: #CFD1D2;
    border-color: #000;
  }
  33% {
    background-color: #35D22E;
    border-color: #fff;
  }
  75% {
    background-color: #35D22E;
    border-color: #fff;
  }
  78% {
    background-color: #CFD1D2;
    border-color: #000;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 70%
  }
}
.bottom-dots {
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-name: animatedBackground;
  animation-timing-function: linear;  
  background-image: url("./assets/images/up-line-bg-ed.svg");
  background-repeat: repeat-x;
  height: 2%;
  transform-origin: left bottom;
  width: 21%;
}
.bottom-dots--1 {
  bottom: 20%;
  left: 22.5%;
  transform: rotate(-31deg);
}
.bottom-dots--2 {
  bottom: 20%;
  left: 37%;
  transform: rotate(-53deg);
}
.bottom-dots--3 {
  bottom: 20%;
  left: 50%;
  transform: rotate(-90deg);
}
.bottom-dots--4 {
  bottom: 20%;
  left: 64%;
  transform: rotate(-127deg);
  
}
.bottom-dots--5 {
  bottom: 20%;
  left: 77%;
  transform: rotate(-146deg);
}
@keyframes animatedBackground {
  from {
    background-position: -200% 0;
  }
  to {
    background-position: 0 0;
  }
}

.can-click {
  cursor: pointer;
}
@media only screen and (max-width: 767px){

  .text [style*="text-align: right"] {
    text-align: left !important;
  }
}

/* OVERRIDES */
.two_col_content.big_left .all-cols-wrap {
  padding-left: 0;
}

/*---------------THEMES + BACKGROUNDS---------------*/
.block.bg-color__black,
.offset_hero.bg-color__black > .bg-img,
.text-area-bg-color__black .pop-box,
.story_block_full.block-style__split.text-area-bg-color__black,
.story_panel.text-area-bg-color__black:not(.box-style__outline) .col-2 {
  background-color: #000;
}
.story_panel.text-area-bg-color__black.box-style__outline .col-2 {
  border-color: #000;
}
.block.bg-color__white,
.offset_hero.bg-color__white > .bg-img,
.text-area-bg-color__white .pop-box,
.story_block_full.block-style__split.text-area-bg-color__white,
.story_panel.text-area-bg-color__white:not(.box-style__outline) .col-2 {
  background-color: #fff;
}
.story_panel.text-area-bg-color__white.box-style__outline .col-2 {
  border-color: #fff;
}
.block.bg-color__dark-blue,
.offset_hero.bg-color__dark-blue > .bg-img,
.text-area-bg-color__dark-blue .pop-box,
.story_block_full.block-style__split.text-area-bg-color__dark-blue,
.story_panel.text-area-bg-color__dark-blue:not(.box-style__outline) .col-2 {
  background-color: #002b40;
}
.story_panel.text-area-bg-color__dark-blue.box-style__outline .col-2 {
  border-color: #002b40;
}
.block.bg-color__med-gray,
.offset_hero.bg-color__med-gray > .bg-img,
.text-area-bg-color__med-gray .pop-box,
.story_block_full.block-style__split.text-area-bg-color__med-gray,
.story_panel.text-area-bg-color__med-gray:not(.box-style__outline) .col-2 {
  background-color: #efefef;
}
.story_panel.text-area-bg-color__med-gray.box-style__outline .col-2 {
  border-color: #efefef;
}

.bg-color__white .text,
.story_panel.block.text-area-bg-color__white:not(.box-style__outline) .col-2 .text,
.block.text-area-bg-color__white .pop-box .text,
.bg-color__white .text .btn-style__blank,
.bg-color__med-gray .text,
.story_panel.block.text-area-bg-color__med-gray:not(.box-style__outline) .col-2 .text,
.block.text-area-bg-color__med-gray .pop-box .text,
.bg-color__med-gray .text .btn-style__blank {
  color: rgb(var(--textDark));
}
.bg-color__black .text,
.story_panel.block.text-area-bg-color__black:not(.box-style__outline) .col-2 .text,
.block.text-area-bg-color__black .pop-box .text,
.bg-color__black .text .btn-style__blank,
.bg-color__black .text .button.link-with-accent,
.bg-color__dark-blue .text,
.story_panel.block.text-area-bg-color__dark-blue:not(.box-style__outline) .col-2 .text,
.block.text-area-bg-color__dark-blue .pop-box .text,
.bg-color__dark-blue .text .btn-style__blank,
.bg-color__dark-blue .text .button.link-with-accent {
  color: rgb(var(--textLight));
}
/*---------------OVERLAYS---------------*/
.olay-before::before,
.olay-after::after,
.olay-img-before .block__bg-img::before,
.olay-img-after .block__bg-img::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* BLOCKS */
.block.hero {
}
.block.hero .block__bg-img:after {
  background-image: linear-gradient(to top, rgba(0, 43, 64, 1), rgba(0, 43, 64, 0));
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
.block.hero:not(.mega-hero) .all-cols-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;  
  min-height: 582px;
}

.block.mega-hero {
}
.block.mega-hero .text--top {
  margin-bottom: 30px !important;
  padding-top: 80px;
}
.block.mega-hero .text--bottom {
  padding-top: 30px;
}
.block.mega-hero .page_frame--bottom {
  color: rgb(var(--textLight));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;  
  min-height: 320px;
}
@media only screen and (max-width: 767px){

  .block.mega-hero .page_frame--bottom {
    padding-top: 60px;
  }
}

.block.two_col_content {
}
.block.two_col_content.flair .col-1 .image-group {
  position: relative;
}
.block.two_col_content.flair .col-1 .image-group:before {
  background-image: linear-gradient(to left, rgba(var(--links), 1), rgba(var(--links), 0));
  border-radius: 5px;
  bottom: -15px;
  content: '';
  height: 86px;
  position: absolute;
  right: -15px;
  width: 100%;
}
.block.two_col_content.flair .col-1 .image-group img:nth-child(1){
  border-radius: 5px;
  margin-bottom: 0;
  position: relative;
}
.block.two_col_content.flair .col-1 .image-group img:nth-child(n+2){
  display: none;
}
@media only screen and (min-width: 768px){

  .block.two_col_content.even.narrow-content__some .col-1 {
    border-right: 1px solid rgba(var(--textLight), 0.2);
    padding-right: 60px;
  }
  .block.two_col_content.even.narrow-content__some .col-2 {
    padding-left: 60px;
  }
}

.block.two_col_content.big_left {
}
@media only screen and (min-width: 1280px){

  .block.two_col_content.big_left .col-1 {
    width: 47.6%;
  }
  .block.two_col_content.big_left .col-2 {
    width: 45.2%;
  }
	.home-sec-right.block.two_col_content.big_left .col-2 {
    width: 43.2%;
}
  .block.two_col_content.big_left.flair .col-1 .image-group:before {
    right: 29px;
  }
  .block.two_col_content.big_left .col-1 .image-group img {
    margin-left: -44px;
  }
}

.block.centered-cta {
}
.block.centered-cta {
  border-radius: 10px;
  margin: 0 auto;
  max-width: 1312px;
  overflow: hidden;
  width: calc(100vw - 40px);
}
.block.centered-cta .block__bg-img:after {
  background-image: linear-gradient(to top, rgba(0, 43, 64, 1), rgba(0, 43, 64, 0));
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.block.centered-cta .col-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 320px;
}
.block.centered-cta.negative-top-margin__yes {
  margin-top: -80px;
}


.block.testimonial_slider {
}
.block.testimonial_slider .page_frame {
  max-width: 1222px;
}
.block.testimonial_slider .slick-prev {
  display: none !important;
}
.block.testimonial_slider .slick-next {
  background-color: transparent;
  color: rgb(var(--textLight));
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  opacity: 1;
  text-transform: uppercase;
  top: 0;
  transform: none;
  width: auto;
}
.block.testimonial_slider .slick-next:before {
  color: rgb(var(--links));
  float: right;
  font-size: 12px;
  padding: 2px 0 0 5px;  
}
.block.testimonial_slider.flair .col-1 .image-group {
  margin-bottom: 50px;
  position: relative;
}
.block.testimonial_slider.flair .col-1 .image-group:before {
  background-image: linear-gradient(to left, rgba(var(--links), 1), rgba(var(--links), 0));
  border-radius: 5px;
  bottom: -15px;
  content: '';
  height: 86px;
  position: absolute;
  right: -15px;
  width: 100%;
  z-index: -1;
}
.block.testimonial_slider.flair .col-1 .image-group img:nth-child(1){
  border-radius: 5px;
  margin-bottom: 0;
}
.block.testimonial_slider.flair .col-1 .image-group img:nth-child(2){
  border: 2px solid #fff;
  border-radius: 5px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(15px, 40px);
  width: 70px;
}
.block.testimonial_slider.flair .col-1 .image-group img:nth-child(n+3){
  display: none;
}
.block.testimonial_slider.flair .col-1 .text {
  text-align: right;
}
@media only screen and (max-width: 767px){

  .block.testimonial_slider .slick-slide {
    padding-top: 2rem;
  }
  .block.testimonial_slider.flair .col-1 .image-group {
    margin-right: 15px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px){

  .block.testimonial_slider .col-1 {
    flex: 0 0 50%;
  }
  .block.testimonial_slider .col-2 {
    flex: 0 0 46%;
  }
  .block.testimonial_slider.flair .col-1 .image-group {
    margin-right: 50px;
  }
  .block.testimonial_slider.flair .col-1 .image-group img:nth-child(2){
    transform: translate(50px, 50px);
    width: 140px;
  }
}

.block.testimonial_logos {
}
.block.testimonial_logos.flair .col-1 .image-group {
  z-index: 1;
}
.block.testimonial_logos .logos-group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.block.testimonial_logos .logos-group img {
  filter: grayscale(1);
  max-height: 90px;
  object-fit: contain;
  opacity: 0.3;
  padding: 10px 20px;
  width: 33.3333%;
}
@media only screen and (min-width: 768px){

  .block.testimonial_logos.flair .logos-group {
    margin-right: 35px;
  }
}

.block.with-border {
  background-color: #fff;
  padding-top: 6.5rem;
}
.block.with-border .col {
  align-items: center;
  border: 5px solid rgb(var(--links));
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 250px;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
  text-align: center;
}
.block.with-border .with-border-header {
  background-color: #fff;
  left: 50%;
  padding: 0 20px;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.block.with-border .with-border-header > *:first-child {
  border-bottom: 4px solid rgb(var(--textDark));
  padding-bottom: 0.2em;
}
.block.with-border .text > *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px){

  .block.with-border .col {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.block.one-column-cta {
}
.block.one-column-cta .page_frame {
  max-width: 900px;
}

.block.two-column-cta {
}
.block.two-column-cta .page_frame {
  max-width: 1140px;
}
.block.two-column-cta .col {
  max-width: 480px;
}
@media only screen and (max-width: 767px){

  .block.two-column-cta .col-1 {
    margin-bottom: 4rem !important;
  }
}

.block.features {
}
.block.features .grid-item {
  border-bottom: 1px solid rgba(var(--textDark), 0.1);
  margin: 10px;
  padding: 10px;
}
.block.features .grid-item:last-child {
  border-bottom: none;
}
.block.features .title-group {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.block.features .title-group__icon {
  margin: 0 20px 0 0;
  width: 64px;
}
.block.features .title-group__title > *:last-child {
  margin-bottom: 0;
}
.block.features .title-group__title h3,
.block.features .title-group__title .h3-style {
  font-weight: 300;
}
@media only screen and (min-width: 768px){

  .block.features .all-cols-wrap {
    margin-left: -20px;
    margin-right: -20px;
  }
  .block.features .grid {
    display: flex;
    flex-wrap: wrap;
  }
  .block.features .grid-item {
    position: relative;
    width: calc(50% - 20px);
  }
  .block.features .grid-item:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .block.features .grid-item:nth-child(odd):before {
    background-color: rgba(var(--textDark), 0.1);
    bottom: 10px;
    content: '';
    position: absolute;
    right: -10px;
    top: 10px;
    width: 1px;
  }
}
@media only screen and (min-width: 1024px){

  .block.features .grid-item {
    margin: 10px 20px;
    padding: 10px 30px;
    width: calc(50% - 40px);
  }
  .block.features .grid-item:nth-child(odd):before {
    right: -20px;
  }
	footer .nav-bottom-wrapper {
		margin-top: 50px;
	}
}
@media only screen and (min-width: 1280px){

  .block.features .all-cols-wrap {
    margin-left: -50px;
    margin-right: -50px;
  }
  .block.features .grid-item {
    margin: 10px 30px;
    padding: 10px 45px;
    width: calc(50% - 60px);
  }
  .block.features .grid-item:nth-child(odd):before {
    right: -30px;
  }
}

.block.leadership {
  margin-bottom: 4rem;
  padding-bottom: 1rem;
}
.block.leadership .grid-item {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px){

  .block.leadership .block__bg-img {
    background-color: #efefef;
    left: 25%;
  }
  .block.leadership .col {
    flex: 0 0 auto;
  }
  .block.leadership .page_frame--max .all-cols-wrap {
    justify-content: flex-start;
  }
	.block.leadership .page_frame--max .all-cols-wrap .wpb_wrapper {
    justify-content: flex-start;
}
  .block.leadership .page_frame--max .col-1 {
    width: 32%;
  }
  .block.leadership .page_frame--max .col-2 {
    width: 60%;
  }
  .block.leadership .grid .col-1 {
    width: 27%;
  }
  .block.leadership .grid .col-2 {
    width: 69%;
  }
  .block.leadership .grid .col-2 .text {
    padding-top: 25px;
  }
}

.block.headshots {
}
.block.headshots .grid-item {
  margin-bottom: 2rem;
  padding-left: 6px;
  padding-right: 6px;
}
.block.headshots .headshot__image {
  border-radius: 5px;
  margin-bottom: 1rem;
}
.block.headshots .headshot__name > p,
.block.headshots .headshot__title > p,
.block.headshots .headshot__email > p {
  margin-bottom: 0;
}
.block.headshots .headshot__name {
  margin-bottom: 0.4rem;
}
.block.headshots .headshot__name > * {
  font-size: 20px;
  font-weight: 300;
}
.block.headshots .headshot__title > * {
  color: rgb(var(--links));
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.block.headshots .headshot__email a {
  color: rgb(var(--textDark));
  font-size: 12px;
  font-weight: 700;
}
@media only screen and (max-width: 511px){

  .block.headshots .grid-item {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 512px){

  .block.headshots .grid-item {
    flex: 0 0 auto;
    /* 2x grid */
    width: 50%;
  }
}
@media only screen and (min-width: 768px){

  .block.headshots .all-cols-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .block.headshots .grid-item {
    /* 3x grid */
    width: 33.3333%;
  }
}
@media only screen and (min-width: 1024px){

  .block.headshots .grid-item {
    /* 4x grid */
    width: 25%;
  }
}
@media only screen and (min-width: 1280px){

  .block.headshots .grid-item {
    /* 5x grid */
    width: 20%;
  }
}
@media only screen and (min-width: 1400px){

  .block.headshots .grid-item {
    /* 6x grid: alt 1536 */
    width: 16.6666%;
  }
}

.block.circle-slider {
}
.block.circle-slider .page_frame {
  max-width: 960px;
}
.block.circle-slider .circle-slider__up-and-down .slide {
  display: flex;
}
.block.circle-slider .circle-slider__up-and-down .slide .image-group {
  flex: 0 0 auto;
  margin-right: 20px;
  width: 98px;
}
@media only screen and (max-width: 767px){

  .block.circle-slider .circle-slider__bg,
  .block.circle-slider .circle-slider__around {
    display: none;
  }
  .block.circle-slider .circle-slider__up-and-down .slide {
    margin-bottom: 2rem;
  }
	#footer__nav-wrapper ul.nav.main-nav {
        align-items: center;
    }
}
@media only screen and (min-width: 768px){

  .block.circle-slider .circle-slider__up-and-down .slide .image-group {
    display: none;
  }
  .block.circle-slider .col-1 {
    --wh: 534px;
    /* width/height of circle slider */
    flex: 0 0 auto;
    padding: 0;
  }
  .block.circle-slider .col-1:after {
    background-image: url("./assets/images/arrow.svg");
    content: '';
    height: 22px;
    position: absolute;
    right: -65px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
  }
  .block.circle-slider .col-1 .title {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .block.circle-slider .col-2 {
    margin-left: 80px;
  }
  .block.circle-slider .circle-slider__bg {
    /*background-image: url("./assets/images/circle-bg.png");*/
    background-image: url("./assets/images/BigCircle.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
  }
  .block.circle-slider .circle-slider__around {
    /* see https://stackoverflow.com/questions/12813573/position-icons-into-circle */
    --d: 98px;
    /* image size */
    --rel: 2;
    /* how much extra space we want between images, 1 = one image size */
    --r: calc(.5*(1 + var(--rel))*var(--d)/var(--tan));
    /* circle radius */
    --s: calc(2*var(--r) + var(--d));
    /* container size */
    position: relative;
    width: var(--wh);
    height: var(--wh);
  }
  .block.circle-slider .circle-slider__around .slide {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: calc(-.5*var(--d));
    width: var(--d);
    height: var(--d);
    --az: calc(var(--i)*1turn/var(--m));
    transform: rotate(var(--az)) translate(var(--r)) rotate(calc(-1*var(--az)));
  }
  /* switch definitions of these on current:
      cls-1 black
      cls-2 white */  
  .block.circle-slider .circle-slider__around .slide.current svg .cls-1 {
    fill: #fff !important;
  }
  .block.circle-slider .circle-slider__around .slide.current svg .cls-2 {
    fill: #042438 !important;
  }
  .block.circle-slider .circle-slider__up-and-down-container {
    --h: 180px;
    /* h (height) will be dynamically assigned */
    --grad: 50px;
    /* size of top/bottom gradients */
    height: var(--h);
    left: 20px;
    overflow: hidden;
    padding-bottom: var(--grad);
    padding-top: var(--grad);
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: content-box;
  }
  .block.circle-slider .circle-slider__up-and-down {
  }
  .block.circle-slider .circle-slider__up-and-down .slide {
    align-items: center;
    min-height: var(--h);
  }
  .block.circle-slider .circle-slider__up-and-down-container:before,
  .block.circle-slider .circle-slider__up-and-down-container:after {
    content: '';
    height: var(--grad);
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
  }
  .block.circle-slider .circle-slider__up-and-down-container:before {
    background-image: linear-gradient(to bottom, white, white 50%, transparent);
    top: 0;
  }
  .block.circle-slider .circle-slider__up-and-down-container:after {
    background-image: linear-gradient(to top, white, white 50%, transparent);
    bottom: 0;
  }
  .pin-spacer + script + .block.two_col_content .col-1 .text,
  .pin-spacer + .block.two_col_content .col-1 .text {
    text-align: right;
  }
  .pin-spacer + script + .block.two_col_content .col-2 .text,
  .pin-spacer + .block.two_col_content .col-2 .text {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){

    .block.circle-slider .col-1 {
      margin-left: calc(var(--wh) / -2);
    }
    .block.circle-slider .col-1 .title {
      left: auto;
      right: 0;
    }
}
@media only screen and (min-width: 1025px){

  .block.circle-slider .col-1 {
    margin-left: 80px;
  }
}

.block.one_col_graphic {
}
.block.one_col_graphic .page_frame {
  max-width: 1360px;
}
.block.one_col_graphic.narrow-content__some .page_frame {
  max-width: var(--pageFrame);
}
.block.one_col_graphic.narrow-content__more .page_frame {
  max-width: 960px;
}
@media only screen and (max-width: 767px){

  .block.one_col_graphic .image--1-of-2 {
    display: none;
  }
  .block.one_col_graphic .image--2-of-2 .top-ball {
    animation-name: fadeInAndCrossMobile;
    height: 2%;
    top: 32.5%;
    width: 3%;
  }
  @keyframes fadeInAndCrossMobile {
    0% {
      opacity: 0;
      left: 5%
    }
    10% {
      opacity: 1;
    }
    30% {
      background-color: #CFD1D2;
      border-color: #000;
    }
    33% {
      background-color: #35D22E;
      border-color: #fff;
    }
    75% {
      background-color: #35D22E;
      border-color: #fff;
    }
    78% {
      background-color: #CFD1D2;
      border-color: #000;
    }
    90% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      left: 90%
    }
  }  
  .block.one_col_graphic .image--2-of-2 .bottom-dots {
    display: none;
  }
  .block.one_col_graphic .image--2-of-2 .bottom-dots--3 {
    animation-duration: 10s;
    bottom: auto;
    display: block;
    left: 52%;
    top: 50%;
  }
}
@media only screen and (min-width: 768px){

  .block.one_col_graphic .image--2-of-2 {
    display: none;
  }
}

.si-container, .alignfull.si-wrap-content > div {
	max-width: inherit!important;
}
#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .vc_message_box > p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
	margin-bottom: revert !important;
}
.grid-x > .vc_column-inner > .wpb_wrapper,
.two_col_content .all-cols-wrap > .vc_column-inner > .wpb_wrapper,
.three_col_content .all-cols-wrap > .vc_column-inner > .wpb_wrapper{
  display:flex;
}
@media (min-width: 768px) {
  .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
    float: none!important;
  }
}
.vc_column_container > .vc_column-inner {
	padding-left: 0px!important;
	padding-right: 0px!important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
	margin-bottom: 0px!important;
}
.mega-hero > .vc_column_container{
  padding-top: 4em;
}

.home-banner .vc_row.page_frame--bottom {
    padding-bottom: 4em;
}
.two_col_content .all-cols-wrap .wpb_wrapper {
    justify-content: space-between;
}

.vc_row.home-banner {
    padding-top: 0px !important;
}

.circle-slider__up-and-down .slide p.h2-style {
    font-size: 37px;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section {
    padding-top: 0 !important;
}
.replaced-svg.style-svg * {
	transform-box: fill-box;
}
.circle-slider .replaced-svg.style-svg * {
	transform-box: inherit!important;
}
.circle-slider .cls-3 {
  fill: #54d335!important;
}
.replaced-svg.style-svg {
height: auto;
  max-width: 100%;
}
.vc_row.partner-sec-home {
    padding-bottom: 4em;
}
.vc_row.home-two-last {
    padding-bottom: 4.8rem;
}

.single-post .entry-content .vc_row {
	margin-left: 0px;
	margin-right: 0px;
}

.how-work-scnd-sec .all-cols-wrap .wpb_wrapper {
    align-items: center;
}
.how-work-scnd-sec .vc_row .all-cols-wrap {
    margin: 0 !important;
}
.how-work-scnd-sec .vc_row {
    padding: 0 !important;
}
.block.testimonial_slider.flair.how-testi-sec .col-1 .image-group:before {
    z-index: 0;
}
.shipper-sec .all-cols-wrap .wpb_text_column {
    margin-bottom: 20px !important;
}

.center-same-space .vc_row .all-cols-wrap {
    margin: 0 !important;
}
.center-same-space .vc_row {
    padding: 0 !important;
}
.first-bot-space .all-cols-wrap .wpb_text_column {
    margin-bottom: 20px !important;
}
.top-main-sec > .wpb_column {
    position: initial;
}
.align-cen .all-cols-wrap .wpb_wrapper {
    align-items: center;
}
.vc_row.who-leader-sec {
    padding-top: 0 !important;
}
.vc_row.who-leader-sec > .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding-top: 3.889rem !important;
}

.box-img-text {
    display: flex;
    margin-bottom: 20px;
}
.box-img-text .data-img {
    width: 25%;
}
.box-img-text .data-cont {
    width: 75%;
}

#content .hero.mega-hero .wpb_wrapper .vc_row .wpb_column .wpb_wrapper .wpb_text_column .wpb_wrapper p.mega-header.margin-bottom-0:last-child {
    margin-bottom: 0px !important;
}
.home .home-banner .vc_row.page_frame--bottom {
    padding-bottom: 0 !important;
}
.vc_row.block.hero.home-banner:after {
    background-image: linear-gradient(to top, rgba(0, 43, 64, 1), rgba(0, 43, 64, 0));
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    z-index: 0;
}
.home-banner .vc_row.top-last-sec-banner {
    z-index: 9;
}

@media (max-width: 1199px){
.vc_row {
    margin-left: auto !important;
    margin-right: auto !important;
}

.blog-list-space .page_frame {
    padding: 0 20px !important;
}		
}

@media (min-width: 768px) and (max-width: 1001px){
.all-cols-wrap.vc_col-sm-12 {
    width: auto !important;
}
	.align-columns__middle.two_col_content .all-cols-wrap .wpb_wrapper{
		align-items: center;
	}
	.align-middle .wpb_wrapper {
    align-items: center;
}
}

@media (max-width: 767px){
.two_col_content .all-cols-wrap .wpb_wrapper, .three_col_content .all-cols-wrap .wpb_wrapper, .four_col_content .all-cols-wrap .wpb_wrapper {
    flex-direction: column;
}
.center-same-space .vc_row {
    padding: 0 15px !important;
}
.how-work-scnd-sec .vc_row {
    padding: 0 20px !important;
}

.feature-list .page_frame {
    padding: 0 20px !important;
}	
}

@media (max-width: 567px){
.grid-x .wpb_wrapper {
    flex-direction: column;
}
.grid-x.vc_column_container {
    width: auto !important;
}	
}


/*
 * NewsLetter Form - Footer CSS
 * */
#wpforms-form-2565 #wpforms-2565-field_2-container label.wpforms-field-label{
    display:none;
}

button#wpforms-submit-2565,
button#wpforms-submit-2565:hover{
    background: unset;
    background-color: rgb(68, 214, 44);
}
button#wpforms-submit-2565 {
    cursor: pointer;
    appearance: none;
    border-radius: 3px;
    background-position: center bottom;
    background-repeat: repeat-x;
    outline: none medium;
    padding: 5px 15px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 14px;
    border-style: solid;
    border-color: rgb(68, 214, 44);
    font-family: Arial;
    border-width: 5px;
    white-space: normal;
}
