/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/* @import url('http://example.com/example_style.css'); */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* global class start */
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.button {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 24px 42px;
  border-radius: 15px;
  box-sizing: border-box;
  box-shadow: 0 5px 15px rgba(19,81,41,.25);
  position: relative;
  cursor: pointer;
  text-align: center;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.banner-button a.fl-button {
  background: #17b451;
  color: #ffffff;
  border: 1px solid #0ba845;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.button:hover {
  box-shadow: none;
}
.button--primary:hover {
  background-color: #1acb5b !important;
  color: #fff;
  transition: .3s;
  border-color: #1acb5b !important;
}
.text-green {
  color: #17b451;
}
.dnd-section .dnd-column {
  padding: 0;
}
.col-lg-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
/* end */

.slick-dots li{
  margin: 0 5px !important;
}

@media only screen and (max-width: 991px) {
  .podium-content {
    text-align: center !important;
  }
  img.quad-cards__top-right-image-mobile {
    width: 359px !important;
    margin: 0 auto !important;
    display: block !important;
  }
  section.quad-cards ul.slick-dots {
    width: 100% !important;
    position: absolute !important;
    bottom: 50px !important;
  }
  .quad-cards__top-right-bg-lines {

    display: none !important;
  }
  img.quad-cards__top-right-image {
    display: none !important;
  }
  .quad-cards__top-right-container {
    width: 100% !important;
    position: relative;
    order: 1 !important;
  }
  .quad-cards__card-container {
    order: 3 !important;
  }
  img.centered-text-image__bg-lines {
    display: none !important;
  }
  .button-group.button-group--align-left {
    text-align: center !important;
    margin: 0 auto !important;
    display: block !important;
  }
  .quad-cards__top-left-container {
    width: 100% !important;
    text-align: center !important;
    order: 2 !important;
  }
  section.hero-secondary.hero-secondary--service {
    background: url(https://9040550.fs1.hubspotusercontent-na1.net/hubfs/9040550/website%20Images/hero_flag-race--mobile.svg),linear-gradient(180deg,#fff,#f6f6f6) !important;
    background-repeat: no-repeat !important;
    background-position: 100px 140px,50% !important;
  }
  img.hero-secondary__bg-lines {
    display: none !important;
  }
  .hero-secondary__container--service {
    padding-bottom: 230px;
  }
  .service-banner-content {
    max-width: 500px !important;
    margin: 0 auto !important;
    text-align: center !important;
  }
  .revops-mob {
    display: none !important;
  }
  .map-cascade__diagonal-white-cards--card {

    text-align: center !important;
  }
  .map-cascade-content {
    text-align: center !important;
  }

  .hamburger-menu-container {
    position: relative;
    z-index: 10;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
  }

  .centered-flag__content-text--alternative {
    font-size: 32px !important;
    line-height: 45px !important;
  }
  .hamburger-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35px;
    height: 35px;
    position: relative;
    z-index: 10;
    top: 0px;
    cursor: pointer;
  }
  .hamburger-menu-lines :first-child {
    top: 11.5px;
    transition: .5s ease-in-out;
  }
  .header__logo--active, .header__logo--default.open, .site-header__logo--active, .site-header__logo--default.open {
    opacity: unset !important;

  }
  .header__logo--active, .header__logo--default.open, .site-header__logo--active, .site-header__logo--default.open {

    display: unset !important;
    max-width: 42px !important;

    z-index: 777 !important;
    position: relative !important;
  }
  .hamburger-menu-lines span {
    background-color: #17b451;
    width: 35px;
    height: 3px;
    position: absolute;
    left: 0;
  }
  .hamburger-menu-lines :nth-child(2) {
    top: 17.5px;
    transition: .5s ease-in-out;
  }
  .hamburger-menu-lines :nth-child(3) {
    top: 23.5px;
    transition: .5s ease-in-out;
  }
  .hamburger-menu-lines.open span {
    background-color: #fff;
    width: 35px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 17.5px;
  }
  .hamburger-menu-lines.open :first-child {
    transform: rotate(135deg);
    transition: .5s ease-in-out;
  }
  .hamburger-menu-lines.open :nth-child(2) {
    opacity: 0;
    transition: .2s ease-in-out;
  }
  .hamburger-menu-lines.open :nth-child(3) {
    transform: rotate(-135deg);
    transition: .5s ease-in-out;
  }

  /* end */
  .header__menu-container ul {
    display: none;

  }

  .header__menu-container.active,.site-header__menu-container.active {
    display: block;
    background-color: #17b451;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    padding-top: 140px;
    transition: 3s
  }

  .header__menu-container.active .header__menu,.site-header__menu-container.active .header__menu {
    -ms-flex-direction: column;
    flex-direction: column
  }

  .header__menu-container.active .header__menu li,.site-header__menu-container.active .header__menu li {
    margin: 0 0 15px !important;
  }

  .header__menu-container.active .header__menu li:last-child,.site-header__menu-container.active .header__menu li:last-child {
    margin-bottom: 0
  }

  .header__menu-container.active .header__menu a,.site-header__menu-container.active .header__menu a {
    color: #fff;
    font-size: 18px;
    line-height: 35px
  }




  .header__menu-container.active .header__menu-cta a,.site-header__menu-container.active .header__menu-cta a {
    color: #17b451;
    padding: 21px 34px
  }
  .header__menu-container ul {

    padding: 0 !important;

  }

  .header__menu-container.active .header__menu-cta a, .site-header__menu-container.active .header__menu-cta a {
    color: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }
  .header, .site-header {

    padding: 0px 0 0px !important;

  }
  .header__menu-container.active .header__social-menu,.site-header__menu-container.active .header__social-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 20px
  }

  .quad__right {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .quad__card--right {
    left: 0 !important;
    bottom: 0 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    background: linear-gradient(0deg,#eee 4%,hsla(0,0%,95%,0)) !important;
    padding: 45px 32px !important;
    margin-bottom: 22px !important;
    max-width: 479px !important;
  }
  .quad__card--left {
    left: 0 !important;
    bottom: 0 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .quad__card {
    position: relative !important; 
  }
  .quad__card--img {
    width: 100% !important;
    left: 0 !important;
    bottom: 0 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
    transform: translateY(-26px) !important;
    text-align: center !important;
  }
  .btn-mobile {
    display: none !important;
  }
  .quad__bottom {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
    margin-top: 0 !important;
  }
  .banner-btn {
    display: none !important;
  }
  section.map-cascade ul.slick-dots {
    display: none !important;
  }
  .two-three-four-up__white_block-container {

    flex-wrap: wrap !important;
  }
  .map-cascade__diagonal-white-cards--card {

    margin: 10px !important;
  }
  .drifting-car__bottom--cards-container .slick-dots 
  {
    display: none !important;
  }
  .map-cascade__diagonal-white-cards--fourth {
    transform: unset !important;
  }
  .map-cascade__diagonal-white-cards--third {
    transform: unset !important;
  }

  .map-cascade__diagonal-white-cards--second {
    transform: unset !important;
  }
  .drifting-car__bottom--cards-container .slick-track {

    margin-bottom: 40px !important;
  }

  .map-cascade__section-content--top {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .quad__top-left {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }
  .two-three-four-up__white_block-card {
    min-height: 202px !important;
    margin: 16.5px 0 !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 0 24px !important;
  }
  .map-cascade__diagonal-white-cards {
    margin-top: 0 !important;
  }
  .header__menu-container {
    display: none;
    width: 100% !important;
    flex-wrap: wrap;
  }
  .map-cascade__gps-background {
    top: -20px !important;
  }
  .quad__bg-line {

    display: none !important;

  }
  .testimonial__bg-lines {

    display: none !important;
  }
  /*   .footer-logo-bot {
  text-align: center !important;
  padding-bottom: 70px !important;
  padding-top: 20px !important;
} */
  img.map-cascade__img-mobile {
    width: 100% !important;
  }
  .map-cascade {
    background: linear-gradient(188deg,#fff 13%,#f6f6f6 0) !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    width: 100% !important;
    padding-bottom: 45px !important;
    padding-top: 135px !important;
  }
  .drifting-car__subtitle {
    max-width: 343px !important;
    line-height: 30px !important;
    font-size: 26px !important;
    margin: 31px auto 0 !important;
    text-align: center !important;
  }
  .drifting-car__title {
    margin: auto !important;
    max-width: none !important;
    line-height: 45px !important;
  }
  .drifting-car__img {
    top: -70px !important;
    left: -240px !important;
  }
  .drifting-car__top img {
    width: 80% !important;
  }
  .col-12 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .drifting-car__content-container {
    width: auto !important;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .podium__button-mobile {
    display: block !important;
    text-align: center !important;
    margin: 0 auto !important;
    z-index: 7 !important;
  }
  .drifting-car {
    background-color: #fff !important;
    background: linear-gradient(174deg,#fff 33.5%,#f6f6f6 0,#fff) !important; 
    margin-top: 0 !important;
    padding-top: 70px !important;
    padding-bottom: 0 !important;
  }


  .hover-card {
    max-width: none !important;
    margin-right: 0 !important;
    margin-bottom: 30px !important;
  }
  h2.podium__subtitle.main-subtitle {
    text-align: center;
  }
  .main-subtitle {
    text-align: center !important;
    font-size: 26px !important;
    line-height: 30px !important;
  }
  .hero__left a.hero__left-button.button.button--primary {
    margin-top: 260px !important;
  }

  .centered_text__button--mobile {
    display: block !important;
  }
  .mobile-btn {
    text-align: center !important;
    margin: 0 auto !important;
  }
  .drifting-content {
    text-align: center !important;
  }
  .col-md-6 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .hero {
    -ms-flex-direction: column  !important;
    flex-direction: column  !important;
    margin: 105px auto 60px  !important;
    background-image: url(https://9040550.fs1.hubspotusercontent-na1.net/hubfs/9040550/website%20Images/group--mobile.svg)  !important;
    background-size: auto  !important;
    background-position: center 155px  !important;
    height: auto  !important;
  }
  .centered_text__button {
    display: none;
  }
  .header__menu-container .active {
    display: block;
  }
  .testimonial-card__footer {

    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
  }
  .testimonial-card__header {

    justify-content: center !important;
  }
  .testimonial-card__header 
  {
    flex-wrap: wrap !important;
  }
  .testimonial-card {

    text-align: center !important;
  }
  .two-three-four-up__blue-block {
    min-height: 250px !important;
    background-image: url(https://9040550.fs1.hubspotusercontent-na1.net/hubfs/9040550/website%20Images/blue-block-mobile-bg.png) !important;
  }
  .gwoth-btn {
    display: none !important;
  }

  section.quad .revops-dark {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .testimonial__cta-container {
    margin-top: 67px;
    display: none !important;
  }
  .quad__card {
    padding: 30px !important;

  }
  .two-three-four-up__white_block-title {

    margin-bottom: 0 !important;
  }
  .quad__card-wysiwyg p {
    text-align: center !important;
  }
  .quad__card--left {
    max-width: 480px !important;
  }
  .map-cascade__cta-and-subtext {
    display: none !important;
  }
  .map-cascade {
    background: linear-gradient(188deg,#fff 7%,#f6f6f6 0) !important;
  }
  .drifting-car__bottom--car-img-centered .button-group.button-group--align-center {
    position: unset !important;
  }
  .map-cascade__text-title {

    text-align: center !important;
  }
  .main-title {
    font-size: 38px !important;
    text-align: center;
    line-height: 44px !important;
  }
  .hero__img {
    display: none !important;
  }
  .centered_text__content-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 70px;
  }

  .header__logo-container {
    display: flex;
    width: 100% !important;
    flex-wrap: wrap;
    padding-top: 20px;
  }

}

@media only screen and (max-width: 852px) 
{
  .hamburger-menu {
    top: 15px;
    position: fixed;
  }
  .sales-main {

    justify-content: center !important;
  }
  .team-listing {

    margin-bottom: 40px !important;
  }
  .about-cards {
    padding-bottom: 20px !important;
  }
  .image-inner-two {

    margin-top: 20px !important;

  }
  .image-inner-sec {

    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .profile-content h2 {
    font-size: 25px !important;

  }
  .job-module {
    position: relative;
    background-image: unset !important; 
    background-color: #f8f8f8 !important;

  }
  .job-list-heading h2 {
    font-size: 25px !important;
  }
  .ab-cards-item {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
  .team-listing .team-listing-inner {

    width: 49% !important;
  }

  .header__logo--active, .header__logo--default.open, .site-header__logo--active, .site-header__logo--default.open {
    opacity: 0 !important;
    transition: .7s;
  }
  .header__logo--active.open, .site-header__logo--active.open {
    opacity: 1 !important;
    transition: .7s;
  }
  header.header .header__logo.header__logo--active {
    position: absolute !important;
    left: 15px !important;
    z-index: 110 !important;
    width: 27px !important;
    top: 29px;
  }
  .header__container {

    height: 70px;
  }

}
@media(max-width:767px){
  .button,.centered-text-image a.button.button--primary {
    font-size: 17px;
    line-height: 24px;
    padding: 22px 30px !important;
  }
}

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

  .team-listing {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .video-module-main .video-module-item {
    width: 100% !important;
    max-width: 400px !important;
    flex: 0 0 100% !important;
    margin: 0 auto 15px;
  }
  .train-banner-bg {

    padding-top: 20px !important;
  }
  .banner-content {
    width: 100% !important;
    text-align: center !important;
  }
  .sales-rp-main .sales-item {
    max-width: 400px;
    margin: 0 auto;
    width: 100% !important;
  }
  .right-image {
    width: 100% !important;
    max-width: 400px !important;
    flex: 0 0 100% !important;
    margin: 0 auto;
    padding: 0 20px;
  }
  .video-heading-main .left-heading {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    text-align: center !important;
    margin-bottom: 40px !important;
  }
  .sales-item {
    width: 100% !important;
  }
  .team-listing .team-listing-inner {
    width: 100% !important;
    text-align: center !important;
  }
  .ab-cards-item {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .job-list-item {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .section-two {

    padding-bottom: 60px !important;
  }

}


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

  .centered_text__over-button-p {
    max-width: 343px !important;
    margin-bottom: 230px !important;
    font-size: 17px !important;
    line-height: 24px !important;
    margin: 0 auto !important;
  }
  .container-fluid.body-container.body-container--onboarding .hero-secondary--service {
    background-position: -160px 200px,50% !important;
  }
  .content-img-main {

    padding-top: 0 !important;
  }
  .mobile-btn {
    text-align: center !important;
    margin: 0 auto !important;
  }
  .podium 
  {
    padding-top: 0px !important; 
    margin-top: -215px !important;

  }



}

@media only screen and (max-width: 575px) {
  font-size:47px;
}


.blog-post-content-wrapper .post-index{
  width: 30%;
  position: sticky !important;
  top: 0;
}
/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1;
  word-break: break-word;
  overflow-x:hidden;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
  line-height:1.25;
  font-weight:300;
}
.row {
  margin: 0 -10px;
}


/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}
h3{
  line-height: 1.4;
}
h2{
  line-height: 1.16;
  letter-spacing: 1px;
  margin-bottom:20px;
}
h3{
  margin-bottom:10px;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}
img{
  max-width: 100%;
  height: auto;
}
code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */


.body-container-wrapper ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.body-container-wrapper ul li {
  margin: 0 0 0.625rem 1rem;
}

.body-container-wrapper ul li:last-of-type {
  margin-bottom: 0;
}

@media(max-width:767px){
  .container-fluid.cta-section h2 {
    font-size: 32px;
  }

  .container-fluid.cta-section h3 {
    font-size: 24px;
  }

}

b, strong {
  font-weight: 700;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #33475b;
  margin-bottom: 4px;
  font-weight: 500;
  line-height: 20px;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  outline: none;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}
.hs-error-msgs label {
    color: #f2545b !Important;
}
/* Submit button */

form input[type=submit], form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
  border-width: 1px;
  -webkit-appearance: none;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  border-style: solid;
  font-weight: 700;
  outline: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
.hs-form-field {
  margin-bottom: 18px;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */


.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
  padding: 25px 0 10px;
  background-color: transparent;
  transition: all .3s linear;
}

.header-inner .container {
  padding: 0 15px;
  max-width: 1300px;
  display: flex;
  flex-wrap: wrap;
}
.logo img {
  width: 42px !important;
}

.logo {
  width: 8%;
}
.header-btn {
  float: right;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu-wrapper .hs-menu-wrapper>ul>li.active-branch:hover{
  border:none !Important;
}

.menu-wrapper {
  width: 81%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.contact-btn {
  letter-spacing: 2px;
  transition: all .3s;
  background-color: #17b451;
  border-radius: 10px;
  color: #fff !important;
  padding: 13px 27px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 1px;
  font-weight: 500;
}

.menu-wrapper ul li a {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 21px;
  padding-bottom: 8px;
  transition: all .3s;
  letter-spacing: 1px;
  color: #24273a;
  position: relative;
}

.menu-wrapper ul li {
  margin: 0 45px 0 0;
  border-bottom: 1px solid transparent;
  transition: all .3s;
}

.menu-wrapper .hs-menu-wrapper > ul > li:hover {
  border-bottom: 1px solid #17b451;
  transition: all .3s;
}

.menu-wrapper .hs-menu-wrapper > ul > li:hover> a {
  color: #17b451;
  transition: all .3s;
}

.menu-wrapper .hs-menu-wrapper> ul >li.hs-item-has-children >a:after {
  content: url(https://9040550.fs1.hubspotusercontent-na1.net/hubfs/9040550/Revpartners/icon_subnav-arrow.svg);
  position: absolute;
  top: 30%;
  right: -18px;
  transform: translateY(-50%);
}

.menu-wrapper ul li.hs-item-has-children:hover > a:after {
  top: 40%;
  transform: rotate(180deg) translateY(50%);
  content: url(https://9040550.fs1.hubspotusercontent-na1.net/hubfs/9040550/Revpartners/icon_subnav-arrow--green.svg);
}
.menu-wrapper ul li.hs-item-has-children {
  padding-right: 18px;
}
.menu-wrapper .hs-menu-wrapper> ul > li > a:before {
  content: "";
  height: 27px;
  width: 100%;
  position: absolute;
  bottom: -21px;
  left: 0;
}
.sticky .header__subnav-container {
  top: 73px;
}
/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}
header.header.sticky .header-inner {
  padding: 10px 0;
  background:#fff;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
  }



  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}
.popup-form {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  display:none;
}

.popup-form .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(data:image/image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAAAAAAeW/F+AAAAOklEQVR4Ae3QIQrAUADD0Lj2AIV//5uO+RE59asKz4U177rz9VAdqkU1qAbVoBpUg2pR3V/VbrVb7QHULigVcx3ZmQAAAABJRU5ErkJggg==);
  opacity: 0.8;
}

.pop-inner {
  max-width: 420px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 9;
  padding: 30px;
  max-height: 85vh;
  overflow-y: scroll;
  border: solid 15px #000;
  border-radius: 20px;
}

.pop-inner h3.form-title {
  display: none;
}

.hs-richtext.hs-main-font-element h1 {
  font-size: 28px;
  font-family: arial, helvetica, sans-serif;
  font-weight: 700;
  color: rgb(51, 71, 91);
  margin: 0.67em 0;
}
.popup-form.show {
  display: flex;
}

.header__subnav-container {
  position: absolute !important;
  width: 100%;
  
  left: 0;
  top: 90px;
  padding: 50px 0 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.menu-wrapper .hs-menu-wrapper.flyouts ul li.resources:hover .header__subnav-container {
  opacity: 1;
  visibility: visible;
}

.header__subnav-container .hs_cos_wrapper_type_rich_text {
  display: flex;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 25px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header__subnav-container h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  font-family: Roboto,sans-serif;
  color: #24273a;
  text-transform: none;
  margin-bottom: 15px;
}

.header__subnav-card {
  width: 26%;
  max-width: 263px;
  margin-bottom: 30px;
}

.header__subnav-container p {
  font-weight: 400;
  color: #24273a;
  text-transform: none;
  margin-bottom: 15px!important;
}

.header__subnav-container a {
}

.header__subnav-container a {
  all: unset;
  cursor: pointer;
  line-height: 21px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  font-size: 16px !important;
}

.hs-richtext.hs-main-font-element {
  margin: 0;
}

.hs-richtext.hs-main-font-element img {
  display: block;
}

.menu-wrapper .hs-menu-wrapper.flyouts ul li.resources {
  position: static;
}
.menu-wrapper ul li ul {
  padding: 10px;
  margin-top: 2px;
  width: 100%;
}

.menu-wrapper ul li ul li a {
  padding: 0;
}

@media (max-width: 1220px) {
  .menu-wrapper ul li {
    margin-right: 11px;
  }

  .menu-wrapper {
    width: 76%;
  }
  .headerright-col {
    padding-right: 10px;
  }


}
/* Navigation */

#nav-toggle {
  display: none;
}

.headerright-col {
  width: 92%;
  display: flex;
  justify-content: flex-end;
}
.m-visible-phone{
  display:none;
}

.header__subnav-card a {
  color: #000 !important;
}


.header__subnav-card a:hover {
  color: #1de165 !important;
}

/* Mobile toggles */

@media (max-width: 991px) {
  .header-inner{
    padding-top:30px;
  }
  .hamburger-menu-lines {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    right: 20px;
    top: 30px;
    transition: all .3s ease;
  }

  .headerright-col {
    width: 100%;
    display: flex;
    height: 100vh;
    flex-direction: column;
    background-color: #17b451;
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 140px;
    transition: 0.3s;
    align-items: center;
    justify-content: flex-start;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    padding-right:0;
  }

  .menu-wrapper {
    width: 100%;
    display: block;
  }

  .hs-menu-wrapper ul {
/*  If a bunch of stuff breaks, add !important back to display block here */
    display: block;
    text-align: center;
  }

  .menu-wrapper ul li a {
    color: #fff !important;
    font-size: 25px;
    line-height: 35px;
  }

  .menu-wrapper ul li {
    margin: 0 0 44px;
  }

  .header__subnav-container {
    display: none;
  }


  .m-visible-phone{
    display:block;
  }
  .logo {
    position: relative;
    z-index: 9;
    display: block;
    max-width: 27px;
    left: 0;
  }
  .menu-open .headerright-col {
    opacity: 1;
    visibility: visible;
  }

  .mobile-open .hamburger-menu-lines span {
    background: #fff;
  }

  .mobile-open .logo.m-visible-phone {
    display: block;
  }

  .menu-open .hamburger-menu-lines span {
    background: #fff;
  }
  .logo.m-visible-phone {
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    left: 15px;
    top: 30px;
  }

  .menu-open .logo.m-visible-phone {
    opacity: 1;
  }

  .menu-open .hamburger-menu-lines span:first-child {
    transform: rotate(135deg);
    transition: .5s ease-in-out;
    top: 17.5px;
  }

  .menu-open .hamburger-menu-lines span:nth-child(2) {
    opacity: 0;
    transition: .2s ease-in-out;
  }

  .menu-open .hamburger-menu-lines span:nth-child(3) {
    transform: rotate(-135deg);
    transition: .5s ease-in-out;
    top: 17.5px;
  }
  .menu-wrapper ul li:hover>a{
    color:#fff;
  }

  a.contact-btn {
    color: #17b451 !important;
    padding: 21px 34px;
    background: #fff;
    font-size: 25px;
    line-height: 35px;
  }

  .header__social-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .header__social-menu img {
    max-width: 34px;
    height: auto;
  }

  .menu-wrapper .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    content: url(https://9040550.fs1.hubspotusercontent-na1.net/hubfs/9040550/Revpartners/icon_subnav-arrow--white.svg);
    top: 26%;
  }
  .menu-wrapper ul li.hs-item-has-children:hover a:after {
    top: 48%;
  }

  .sticky .hamburger-menu-lines {
    top: 10px;
  }
  body.menu-open {
    position: fixed;
  }

}

@media (max-width: 767px) {
.header__subnav-card {
  width: 100%;
  max-width: none;
}
  .header__subnav-container .hs_cos_wrapper_type_rich_text{
   flex-direction: column; 
  }
  .header__subnav-container{
   background-color: #17b451 !important; 
  }
}
.footer {
  background-color: #24273a;
  position: relative;
}

.footer__menu-site a {
  color: hsla(0,0%,100%,.75);
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 14px;
  line-height: 28px;

  font-weight: 500;
  border: 1px solid transparent;
  transition: all .3s;
}  

.footer__menu-title {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  font-family: Roboto,sans-serif;
  font-weight: 700;
  padding-bottom: 2px;
} 

.footer__menu-link {
  color: hsla(0,0%,100%,.75);
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  font-weight: 500;
  border: 1px solid transparent;
  transition: all .3s;
} 
.footer__menu-link:hover {
  color: #17b451;
  border-bottom: 1px solid #17b451;
  transition: all .3s;
} 
.footer__menu-link:hover {
  color: #17b451;
  border-bottom: 1px solid #17b451;
  transition: all .3s;
} 
.footer__menu-site a:hover {
  color: #17b451;
  border-bottom: 1px solid #17b451;
  transition: all .3s;
} 
.footer__container {
  max-width: 1200px;
  padding-top: 94px;
  display: -ms-grid;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  column-gap: 29px;
  -ms-grid-columns: 1fr .6fr;
  grid-template-columns: 1fr .6fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-template-areas: "logo  submenu" "legal submenu" "img   ..";
}
.footer__logo {
  grid-area: logo;
  display: -ms-flexbox;
  display: flex;
}
.d-md-block {
  display: block!important;
}
img.d-md-block {
  width: 394px;
}
.d-md-none {
  display: none!important;
}
.footer-contact {
  display: none;
}

.footer__img-car-animation--mobile {
  display: none;
}
.footer__legal {
  grid-area: legal;
  padding-top: 0;
  margin-top: -10px;
}
.footer__img {
  grid-area: img;
}
.footer__menu li {
  margin: 0;
}
.footer .container-fluid:before, .container-fluid:after
{
  display: none;
}
.footer__legal p.footer__legal-text {
  color: #fff;
}
.footer__menu {
  grid-area: submenu;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 3px;
}
h6.footer__menu-title {
  margin-bottom: 0;
}
.footer__img-road {
  position: absolute;
  top: 0;
  right: 0;
  max-width: none;
  height: 100%;
}
.footer__img-car-animation {
  position: relative;
  z-index: 10;
  margin-top: -60px;
  margin-right: -5px;
}
.footer__legal-text {
  color: hsla(0,0%,100%,.8);
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  font-weight: 500;
  margin:0;
}
.footer__legal {
  grid-area: legal;
}
.footer__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__logo img {
  width: 394px;
  display: block;
}

.footer .container {
  padding: 0;
  max-width: 1200px;
}

.footer__menu-site .hs-menu-wrapper ul {
  flex-direction: column;
  line-height: 1;
  letter-spacing: 1px;
}

.footer__menu-contact h6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  font-family: Roboto,sans-serif;
  font-weight: 700;
  padding-bottom: 2px;
  margin: 0;
}

.footer__menu-contact ul li a {
  line-height: 1;
  color: hsla(0,0%,100%,.75);
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  font-weight: 500;
  border: 1px solid transparent;
  transition: all .3s;
}

.d-none {
  display: none!important;
}
.d-block {
  display: block!important;
}
@media (min-width: 768px){
  .d-md-block {
    display: block!important;
  }

  .d-block {
    display: none!important;
  }
}
@media(max-width:1199px){
  .footer__container {
    -ms-grid-columns: 1fr .8fr;
    grid-template-columns: 1fr .8fr;
  }

  .footer {
    padding: 0 0 1px;
  }

}

@media(max-width:991px){
  .footer__container.container-fluid {
    -ms-grid-columns: 1fr 1.5fr;
    grid-template-columns: 1fr 1.5fr;
    padding-top: 60px;
    grid-template-areas: "logo submenu" "legal submenu" "img img";
  }
  .footer-logo-bot{
    margin-bottom: 0 !important;
  }
}

@media(max-width:767px){
  .desktop-show.d-md-block {
    display: none !important;
  }

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

  .footer__container.container-fluid {
    display: flex;
    flex-direction: column;
  }
  .footer__logo {
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 60px;
    order: 1;
  }

  .footer__legal {
    width: calc(100% - 20px);
    position: static;
    z-index: 100;
    order: 4;
    margin-top: 30px;
  }

  .footer__menu-site {
    display: none;
  }

  .footer__menu-social {
    display: none;
  }

  .footer__menu-contact {
    padding-bottom: 80px;
  }

  .footer__menu {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    order: 2;
  }

  .footer__menu-contact h6 {
    text-align: center;
    font-size: 18px;
    line-height: 36px;
  }

  .footer__menu li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__menu-contact ul li a {
    font-size: 18px;
    line-height: 36px;
  }
  .footer__logo img {
    width: auto;
  }
  .footer__img {
    order: 3;
  }

  .footer-logo-bot {
    order: 5;
    text-align: center;
  }

}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Blogs
Specific Css Styles for Blog Listing and Blog Posts
*/

/* Blog post */


.blog-post {
  margin: 0 auto;
  max-width: 960px;
}

.blog-post__meta {
  margin-bottom: 1.4rem;
}

.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 0.875rem;
}

/* Blog listing */

.blog-listing__hero {
  padding-bottom: 30px;
}


.blog-listing__recent-post {
  display: flex;
  align-items: center;
  width: 100%;
}

.blog-listing__recent-image {
  width: 40%;
}

.blog-listing__recent-content {
  width: 60%;
  padding: 20px 50px 0 0;
}

.blog-listing__recent-content P {
    font-size: 18px !important;
}

.blog-listing__author {
  width: max-content;
  display: flex;
  column-gap: 16px;
  align-items: center;
  margin-bottom: 34px;
  color: #3B3F55;
}

.blog-listing__author p {
  margin: 0px;
}

.blog-listing {
  margin-top: 130px;
}

.blog-listing__recent-topic a {
  background: #19B450;
  border-radius: 4px;
  padding: 4px 10px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  color: #25273A;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}

.custom-align {
  display: flex;
  gap: 10px;
  align-items: center;
}


@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 3);
  }
}


@media screen and (max-width: 453px) {
  .blog-listing__author {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .custom-separation {
    display: none; 
  }
  .blog-listing__recent-image {
  width: 100%;
}
  
  .blog-listing__recent-content {
    padding: 0;
  }
  
  .blog-listing__recent-post {
    gap: 30px;
  }

}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

.topic-link {
  color: #24273a !important;
  /* background-color: #17b451; */
}

.topic-link:hover {
  color: #24273a !important;
}


.btn-styles {
  font-size: 20px !important;
  font-weight: 500 !important;
}



/* Blog post  Styles legacy */


.page-center {
    max-width: 1200px !important;
    float: none !important;
    margin: 0 auto !important;    
    padding-left: 15px!important;
    padding-right: 15px!important;
}


/***************blog*****************/
.blog-outer-wraper {
    margin-top: 72px;
    padding: 50px 20px;
}
.post-listing .post-item {
    display: none;
}
.blog-first-wrapper .post-listing .post-item:nth-child(1), .blog-first-wrapper .post-listing .post-item:nth-child(2), .blog-first-wrapper .post-listing .post-item:nth-child(3) {
    display: block;
}
.blog-second-wrapper .post-listing .post-item:nth-child(4) {
    display: block;
}
/*.blog-third-wrapper .post-listing .post-item:nth-child(1), .blog-third-wrapper .post-listing .post-item:nth-child(2),
.blog-third-wrapper .post-listing .post-item:nth-child(3), .blog-third-wrapper .post-listing .post-item:nth-child(4) {
    display: none;
}*/
.blog-third-wrapper .post-listing .post-item:nth-child(1), .blog-third-wrapper .post-listing .post-item:nth-child(2),
.blog-third-wrapper .post-listing .post-item:nth-child(3) {
    display: none;
}
.blog-third-wrapper .post-listing .post-item {
    display: block;
}

.body-container-wrapper {
   scroll-margin-top: 100px;
}


.blog-section .post-item{
    position: relative;
}
.hs-featured-image-wrapper img {
    float: none;
    margin: 0px;
    max-width: 100%;
}

.post-header h2 a {
    letter-spacing: 0px;
    color: #24273A;
    text-decoration: none;
    line-height: 38px;
    font-size: 28px;
}

.post-topic a {
    display: none;
    color: #24273a;
    text-transform: uppercase;
    opacity: 1;
    text-decoration: none;
    padding-right: 10px;
}

.post-topic a:nth-child(1) {
    display: block;
}
.blog-section .post-item {
    width: calc(31% - 0.5rem);
    border-radius: 3px;
    overflow: hidden;
    margin: 0 1rem 1rem 0;
    background: #F8F8F8;
}

.blog-first-wrapper .post-listing .post-item:nth-child(1) {
    width: 100%;
}

.blog-section .post-listing {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(100% + 1rem);
}
.blog-section .post-item {
    flex-grow: 1;
}
/*
.blog-third-wrapper .post-listing .post-item:nth-child(5) {
    width: calc(64% - 0.5rem);
    flex-grow: 1;
}*/

body.hs-blog-listing {
    background-color: #fff;
}
.post-header h2 {
    margin: 0px;
}

.post-item-bottom {
    padding: 20px 20px 100px;
}

.post-topic {
    display: flex;
    position: absolute;
    bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #24273A;
}

.post-topic span.reading-minutes {
    padding-left: 10px;
    text-transform: uppercase;
    color: #24273A;
}

.post-top-topic a:nth-child(1) {
    color: #24273a;
    opacity: 1;
    text-decoration: none;
    display: block;
    font-size: 16px;
}

.post-top-topic a {
    display: none;
}

.post-top-topic {
    padding-bottom: 10px;
}
.post-top-topic a:nth-child(1) {
    color: #24273a;
    opacity: 1;
    text-decoration: none;
    display: block;
    font-size: 16px;
}

.post-top-topic a {
    display: none;
}

.post-top-topic {
    padding-bottom: 10px;
}

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

.blog-pagination a {
    display: block;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 13px 27px !important;
    transition: .3s;
    border-bottom: 0;
    background-color: #17b451;
    border-radius: 10px;
    transition: .3s;
    margin: 0px;
    display: inline-block;
    text-decoration: none;
}

.blog-pagination a:hover {
    background-color: #1acb5b;
    transition: .3s;
}
.post-top-topic a:nth-child(1) {
    color: #24273a;
    opacity: 1;
    text-decoration: none;
    display: block;
    font-size: 16px;
}

.post-top-topic a {
    display: none;
}

.post-top-topic {
    padding-bottom: 10px;
}

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

.blog-pagination a {
    display: block;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 13px 27px !important;
    transition: .3s;
    border-bottom: 0;
    background-color: #17b451;
    border-radius: 10px;
    transition: .3s;
    margin: 0px;
    display: inline-block;
    text-decoration: none;
}

.blog-pagination a:hover {
    background-color: #1acb5b;
    transition: .3s;
}

.span12.widget-span.widget-type-cell.blog-second-wrapper {}

span12.widget-span.widget-type-cell .row-fluid {}

.blog-second-wrapper .row-fluid {
    display: flex;
}

.blog-second-wrapper .blog-left-wrap {
    background-color: #17b451;
    margin-bottom: 1rem;
    padding: 20px;
    border-radius: 3px;
}

.blog-cta-heading h3 {
    letter-spacing: 0px;
    color: #fff;
    text-decoration: none;
    line-height: 36px;
    font-size: 26px;
    margin: 0px;
}

.blog-cta-conetnt p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    margin: 30px 0px;
}

.blog-cta-button a {
    display: block;
    color: #17B451;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 13px 27px !important;
    transition: .3s;
    border-bottom: 0;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
}
.sub-form-wrap h3 {
    margin: 0px;
    padding: 10px;
    color: #16ad4e;
    text-transform: uppercase;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 3px;
}

.sub-form-wrap {
    padding: 40px 0px;
    background-color: #17b451;
    padding: 20px;
    border-radius: 3px;
}

.sub-form-wrap .hs_email {
    padding-top: 30px;
}

.sub-form-wrap .hs_email input {
    border-radius: 5px;
    border: 1px solid #fff;
    margin-top: 10px;
}

.sub-form-wrap .hs_email label {
    font-size: 18px;
    color: #000;
}

.sub-form-wrap input.hs-button.primary.large {
    background-color: #fff!important;
    color: #17b451;
}
.blog-first-wrapper .row-fluid {
    display: flex;
}

.related-post-outer-wrapper {
    background-color: #fff;
    padding-bottom: 20px;
}

.related-post-inner-wrapper:last-child {
    margin: 0px;
}
.blog-right-wrap{
    background-color: #17b451;
    margin-bottom: 1rem;
    border-radius: 5px;
}

.post-outer-wrapper div#hubspot-author_data {
    display: none;
}
div#hubspot-author_data {
    display: none;
}

.section.post-body p {
    color: #24273A;
    font-size: 16px;
    line-height: 28px;
}

.section.post-body {
    max-width: 850px;
    margin: 0 auto;
}
.section.post-body h2 {
    color: #24273a;
    font-size: 32px;
    margin-bottom: 10px;
  font-weight: 500;
}
.section.post-body h3 {
    color: #24273a;
    font-size: 24px;
    margin-bottom: 10px;
}
.section.post-body h4 {
    color: #17B451;
    font-size: 20px;
    margin-bottom: 10px;
}

.section.post-body img {
    margin: 10px 0px;
}

blockquote {
    color: #17b451;
    font-size: 16px;
    max-width: 750px;
    margin: 30px auto;
}
.section.post-body blockquote p {
    font-size: 16px;
    color: #17b451;
    font-style: italic;
    text-align: center;
}
.section.post-body ul {
    list-style: none !important;
    padding: 0px;
    margin: 0px;
}
.section.post-body p a {
    color: #17b451;
    text-decoration: none;
}
.section.post-body p a:hover {
    text-decoration: underline;
}
.section.post-body ul li {
    list-style: none !important;
    padding: 0px;
    margin: 0px;
    color: #24273A;
    font-size: 16px;
    padding-bottom: 15px;
    display: flex;
}

/*
.section.post-body ul li:before {
    content: '\f058';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 10px !important;
    color: #17B451;
}
*/

.section.post-body h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}



.social-share-text {
    text-align: center;
    letter-spacing: 4.68px;
    color: #17B451;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 20px;
}

.social-share-wrapper {
    text-align: center;
    padding: 50px;
    border-bottom: 3px solid #EFEFEF;
    max-width: 1050px;
    margin: 0 auto !important;
    float: none !important;
}

.social-share-wrapper a {
  width: auto !important;
  padding: 5px;
  display: inline-block;
}


.post-date-wrap p {
    margin: 0px !important;
    font-style: italic !important;
    text-align: center !important;
    color: #24273A !important;
    font-size: 18px !important;
}


.social-share-text {
    text-align: center;
    letter-spacing: 4.68px;
    color: #17B451;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 20px;
}

.social-share-wrapper {
    text-align: center;
    padding-bottom: 50px;
}

.social-share-wrapper a {
    padding: 5px;
    display: inline-block;
}
.rss-new-wrap {
    background-color: transparent;
    padding: 50px 0px;
}
.rss-new-wrap .related-post-sec {
    background-color: transparent;
    background-repeat: no-repeat;
    min-height: 220px;
    background-position: center;
    background-size: cover;
    margin: 0px;
}
.rss-new-wrap .related-post-item-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.rss-new-wrap .related-post-inner-wrapper {
    flex: 0 31%;
    margin: 0 1%;
    padding: 0px;
}
.rss-new-wrap .related-post-inner {
    background-color: #F8F8F8;
}
.rss-new-wrap .related-post-name {
    padding: 20px;
}
.rss-new-wrap .related-post-bottom {
    padding: 10px 20px 30px;
}

body.hs-blog-post {
    background-color: #fff;
}
.rss-new-wrap h2 {
    font-size: 34px;
    background: transparent;
    text-align: center;
    letter-spacing: 0px;
    color: #24273A;
    margin-bottom: 30px;
    text-transform: initial;
}
.related-post-topic-top a:nth-child(1) {
    color: #24273a;
    opacity: 1;
    text-decoration: none;
    display: block;
    font-size: 16px;
}
.related-post-topic-top a {
    display: none;
    margin-bottom: 10px;
}
.rss-new-wrap a.name {
    font-size: 24px;
    line-height: 33px;
}
.blog-outer-wraper .hs-author-profile {
    display: none;
}
.blog-outer-wraper h3.hs-author-listing-header {
    display: none;
}




@media( max-width: 1100px){
  
   .hs-button-blog a {
     display: none; 
  }
}




@media(max-width: 812px){
  
    .related-post-bottom {
      display: block;
  }

  .related-post-topic {
      padding-bottom: 10px;
  }
    .post-topic {
      font-size: 12px;
  }
    .post-cta-left h2 {
      font-size: 30px;
  }

  .rss-new-wrap a.name {
      font-size: 20px;
      line-height: 30px;
  }
}


@media(max-width: 767px){
 
    .post-topic {
      font-size: 12px;
  }

  .post-header h2 a {   
      font-size: 24px;
      line-height: 30px;
  }
    .blog-second-wrapper .post-listing .post-item:nth-child(4), .blog-second-wrapper .post-listing .post-item {
      display: none !important;
  }

  .blog-third-wrapper .post-listing .post-item {
      display: none !important;
  }

  .blog-section .post-item {
      display: block !important;
      width: auto !important;
  }

  .blog-first-wrapper .row-fluid {
      display: block !important;
  }

  
}


@media(max-width: 625px){
  

  .post-banner-inner {
    display: block !important;
  }


.recent-post-inner-wrapper {
    flex: 0 44%;
    margin-bottom: 30px;
}

.recent-post-outer-wrapper {
    padding-bottom: 0px;
}

.video-heading h2, .recent-blog-heading h2 {
    font-size: 28px;
    line-height: 40px;
}

  .recent-post-inner-wrapper:nth-child(2) {
    margin-bottom: 30px;
  }
  .post-cta-left h2 {
    font-size: 30px;
  }

  .rss-new-wrap a.name {
    font-size: 20px;
    line-height: 30px;
  }

  .rss-new-wrap .related-post-item-wrapper {
    display: block;
  }

  .related-post-inner-wrapper {
    margin: 0px 0px 30px !important;
  }

  .post-cta-inner {
    flex-direction: column;
  }

  .post-cta-left, .post-cta-right {
    flex: 0 100%;
  }

  .post-cta-left {
    order: 2;
  }

  .post-cta-right {
    margin-bottom: 30px;
  }

  .post-banner-left {
    margin-bottom: 30px;
  }
  .post-banner-left h1 {
    font-size: 30px;
  }
  .social-share-text {
    line-height: 30px;
    letter-spacing: 1px;
  }
}


@media(max-width: 479px){

.recent-post-outer-wrapper {
    padding: 0px;
}

.recent-post-item-wrapper {
}

.recent-post-inner-wrapper {
    flex: 0 100%;
}

.recent-post-inner-wrapper:nth-child(2) {
    margin: 0px 0px 30px;
}

}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}