*, *: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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.custom-header {
  background-color: ;
}

.header__container {
  max-width: 1200px !important;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.custom-logo {
  display: flex;
  align-items: center;
  order: 1;
  margin-right: auto;
}

.custom-logo > div {
  display: flex;
  align-items: center;
  order: 1;
  margin-right: auto;
  margin-left: 0;
}

.custom-logo > div > span, 
.custom-logo > div > div {
  display: inline-block;
  max-width: 100%;
}

.custom-logo a {
  font-family: "Muli", sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: block;
  text-decoration: none;
  text-transform: none;
}

.custom-logo img {
  position: relative;
  vertical-align: middle;
  padding: 10px 0;
  display: block;
  box-sizing: border-box;
  transition: height .3s ease;
  min-width: 150px;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  width: auto !important;
  margin-right: 10px;
  max-width: 100%;
}

.menu-toggle {
  flex-grow: 0;
  order: 3;
  padding-right: 20px;
  width: auto;
  background-color: transparent;
  border: 0;
  text-align: center;
  line-height: 40px;
  color: #000000;
  margin: 0;
  padding: 0 20px;
  text-transform: none;
  cursor: pointer;
  vertical-align: baseline;
  display: none;
  transition: line-height 300ms ease;
  outline: none;
}

.menu-toggle:before {
  content: "\f0c9";
  font-family: GeneratePress;
  width: 1.28571429em;
  text-align: center;
  display: inline-block;
}

.custom-menu-primary {
  flex-grow: 1;
  order: 4;
  text-align: right;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  float: none;
  display: inline-block;
  letter-spacing: normal;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  text-transform: none;
  text-decoration: none;
  transition: line-height 300ms ease;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a { 
  text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper > ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li {
  float: left;
  position: relative;
  letter-spacing: normal;
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  font-family: "Muli", sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 20px;
  line-height: normal;
  text-transform: none;
  display: block;
  text-decoration: none;
  transition: line-height 300ms ease;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children a {
  padding-right: 0;
  position: relative;
}

.dropdown-menu-toggle {
  display: inline-block;
  height: 100%;
  clear: both;
  padding-right: 20px;
  padding-left: 10px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.dropdown-menu-toggle:before {                                                     
  content: "\f107";
  font-family: GeneratePress;
  display: inline-block;
  width: .8em;
  text-align: left;
}      

.custom-menu-primary.desktop{display:flex;justify-content:right}
.headerSignup{background: #FFBB0D;border-radius:8px;display: inline-block;line-height: 2.2;}
.headerSignup:hover{background:#ffa90d;color: #000000;text-decoration:none}
.headerSignup a,.headerSignup a:hover{font-family: 'Montserrat';
font-style: normal;font-weight: 600;font-size: 16px;text-align: center;color: #000000;text-decoration:none}
.custom-menu-primary.mobile .headerSignup{display:none}

@media (min-width: 1039px) {

  .sticky .custom-header {
    position: fixed;
    box-shadow: 0 2px 2px -2px rgba(0,0,0,.2);
  }

  .custom-menu-primary.mobile {
    display: none !important;
  }

  .custom-header {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 10;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    letter-spacing: -.31em;
    font-size: 1em;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.clicked > a {
    color: #f16122;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.clicked .dropdown-menu-toggle:before {
    content: "\f106";
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    position: absolute;
    top: auto;
    left: -99999px;
    letter-spacing: -.31em;
    font-size: 1em;
    display: none;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    width: 200px;
    text-align: left;
    transition: opacity 80ms linear;
    transition-delay: 0s;
    pointer-events: none;
    height: 0;
    overflow: hidden;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.clicked > ul {
    display: block !important;
    left: auto;
    right: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    height: auto;
    overflow: visible;
  }  
  .header-wrapper {          
    min-height: 67px;
  }

}     

@media (max-width: 1210px) {

  .custom-logo {
    margin-left:0px;
  }
}

@media (max-width: 853px) and (min-width: 769px) {

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-left: 3px;
  }
}

@media (max-width: 1039px) {

  .custom-menu-primary.desktop  
  {
    display: none !important;
  }
  .menu-toggle {
    display: block;
    line-height: 49px;
  }
  .menu-toggle:focus{outline:none !important}

  .mobile-open .menu-toggle:before {
    content: "\f00d";
  }

  .custom-logo img {
    height: 70px;
  }

  .custom-menu-primary {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  } 

  .custom-menu-primary .hs-menu-wrapper > ul {
    background-color: #ffffff;
    display: none;
  }   

  .custom-menu-primary .hs-menu-wrapper > ul li {
    float: none;
    clear: both;
    display: block;
    text-align: left;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a {
    line-height: 49px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #3f3f3f;
    box-shadow: 1px 1px 0 rgba(0,0,0,.1);
    text-align: left;
    display: none;
  } 

  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    float: none;
    clear: both;
    display: block;
    text-align: left;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-family: "Muli", sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 20px;
    color: #ffffff;
    line-height: normal;
    display: block;
    text-transform: none;
    text-decoration: none;
    transition: line-height 300ms ease;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover a {
    color: #ffffff;
    background-color: #4f4f4f;
    text-decoration: none;
  }

  .dropdown-menu-toggle {
    float: none;
    line-height: 49px;
  }

  .drop-active .dropdown-menu-toggle:before {
    content: "\f106";
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a.drop-active {
    color: #f16122;
    text-decoration: none;
  }
  .child-trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 49px;
    z-index: 9999;
    cursor: pointer;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.child-open > a {
    color: #0a0a0a;
    background-color: rgba(255,255,255,0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.child-open>a span::before {
    content: "\f106";
  }
}
@media (max-width: 1039px) {
.custom-menu-primary.mobile .headerSignup{max-width: 200px;margin:20px auto 20px 0;}
  .custom-menu-primary.mobile .headerSignup a{display: block;padding: 5px 30px;text-align: center;}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {padding-left: 0;padding-right: 0}
  .custom-menu-primary .hs-menu-wrapper > ul > li ul li:hover a{padding-left: 10px;    margin-left: 0;}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.footer-bottom {
  padding: 20px;
  font-family: "Muli",sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
}

.footer .page-center {
  max-width: 1200px;
}

.footer-bottom p {
  margin: 0;
}
.footer-top {
  padding: 80px;
}

.footer-top-inner {
  margin-left: -40px;
  margin-bottom: 0;
}

.footer-top-inner > div {
  float: left;
  width: 25%;
}

.footer-top-inner:before,.footer-top-inner:after {
  content: "";
  display: table;
  clear: both;
}

.footer-logo {
  padding: 0 0 0 40px;
  margin-bottom: 20px;
}

.footer-logo img {
  max-width: 160px;
  width: 50% !important;
}

.footer-content {
  padding: 0 0 0 40px;
  margin-bottom: 20px;font-family:"Muli",sans-serif;
}

.footer-content p {
  margin: 0;
  font-size: 14px;font-family:"Muli",sans-serif;
}

.footer-links {
  padding: 0 0 0 40px;
  font-size: 12px;font-family:"Muli",sans-serif;
}

.footer-links a {
  text-decoration: none;
  font-weight: normal;font-family:"Muli",sans-serif;
}


.footer-address-inner {
  padding: 5px 0 0 40px;
  margin-bottom: 20px;
  font-size: 14px;font-family:"Muli",sans-serif;
}

.footer-address-inner h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Muli",sans-serif;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 35px;
  letter-spacing: normal;
}

.footer-address-inner ul {
  margin: 0;padding:0
}

.footer-address-inner ul li {
  list-style-type: none;
  position: relative;
  padding-bottom: 5px;font-family:"Muli",sans-serif;
}

.footer-address-inner ul li > span {
  position: relative;
  display: inline-block;
  width: 292px;
  padding-left: 25px;font-family:"Muli",sans-serif;
}

.footer-address-inner ul li > span i {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
}

.footer-address-inner ul li a {
  font-weight: normal;
  text-decoration:none;font-family:"Muli",sans-serif;
}

.social-icons {
  padding: 0 0 0 40px;
  margin-bottom: 20px;
  font-size: 0;
  min-height: 37px;
}

.social-icons a {
  outline: 0;
  text-decoration: none;
  transition: color .1s ease-in-out,background-color .1s ease-in-out;
}

.social-icons a i {
  font-size: 24px;
  margin: 10px 15px 0 0;
  margin-bottom: 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

i.fa.fa-twitter:before {
  content: "\f099";
}

.social-icons a i.fa.fa-twitter {
}

.footer-menu-inner {
  padding: 5px 0 0 40px;
  font-size: 14px;
}
.footer-menu .hs-menu-wrapper > ul,
.footer-menu .hs-menu-wrapper > ul ul{margin:0;padding:0}
.footer-menu .hs-menu-wrapper > ul > li{display:inherit}
.footer-menu .hs-menu-wrapper > ul > li > a {
  cursor: text;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Muli",sans-serif;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 30px;
  display: block;
  text-decoration:none;
}

.footer-menu .hs-menu-wrapper > ul ul > li {
  list-style-type: none;
  position: relative;
  padding-bottom: 5px;
  font-family:"Muli",sans-serif;
}

.footer-menu .hs-menu-wrapper > ul ul > li > a {
  color: #fff;
  text-decoration: none;
  transition: color .1s ease-in-out,background-color .1s ease-in-out;
  font-weight: normal;font-family:"Muli",sans-serif;
}
i.fa.fa-facebook:before {
  content: "\f39e";
}



@media(max-width:1065px){
  .footer-address-inner ul li>span {
    width: 216px;
  }
}


@media(max-width:1038px){
  .footer-address-inner ul li>span {
    width: 210px;
  }
  .footer-logo img {
    margin-bottom: -1px;
  }

}



@media(max-width:1025px){
  .footer-logo img {
    margin-bottom: 0px;
  }
}


@media(max-width:1024px){
  .footer-top-inner>div {
    width: 50%;
  }

  .footer-logo-section {
    margin-bottom: 50px;
  }

  .footer-address-section {
    margin-bottom: 50px;
  }

  .footer-top-inner .footer-menu.one {
    clear: both;
  }

  .footer-top-inner .footer-logo-section {
    clear: both;
  }

  .footer-address-inner ul li>span {
    width: 427px;
  }
}

@media(max-width:916px){
  .footer-address-inner ul li>span {
    width: 374px;
  }
}

@media(max-width:850px){
  .footer-address-inner ul li>span {
    width: 341px;
  }
}


@media(max-width:797px){
  .footer-address-inner ul li>span {
    width: 315px;
  }
}

@media(max-width:768px){
  .footer-top-inner>div {
    float: none;
    width: 100%;
  }
  .footer-address-section { 
    margin-bottom: 60px;
  }
  .footer-menu.one {
    margin-bottom: 40px;
  }
  .footer-address-inner ul li>span {
    width: 100%;
  }
  .footer-logo-section {  
    margin-bottom: 40px;
  }
}     


@media(max-width:394px){
  .footer-address-inner ul li>span {
    width: 240px;
  }
}

@media(max-width:369px){
  .footer-address-inner ul li>span {
    width: 217px;
  }
}

@media(max-width:330px){
  .footer-address-inner ul li>span {
    width: 168px;
  }
  .social-icons a:last-child i {
    margin: 10px 11px 0 0;
  }
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.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: 0;
  -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.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.container-fluid {
  *zoom: 1;
}

.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;
  }
}

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding:10px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .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: 0;
    -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.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.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 ;
  }
} 
/*icons on the homepage*/
.inline-divs-wrapper{
 display: flex;
 flex-wrap: wrap;
  max-width: 600px;
  gap: 0.5em;
  padding-bottom: 0.5em;
           
 }

.inline-divs{
   display: flex;
   align-items: center;
    width: 188px;
   height: 86px;
   background: #FFFFFF;
   justify-content: start;
   gap: 0.5em;
  
   box-shadow: 0px 0px 0px grey;
 /* -webkit-transition:  box-shadow .6s ease-out;*/
    /* box-shadow: .8px .9px 3px grey;*/
}
.inline-divs div{
font-family: "Muli",sans-serif;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 22px;
color: #000000;
  padding: 0.9em;
}
.inline-divs a {
 display: flex;
 align-items: center;
 max-width: 280px;
  justify-content: start;
}
.inline-divs a img{
  width:70px ;
  margin-right: 0.5em;}

.the-different-one{
max-width:67px !important;
  height:60px;
  margin-left: -9px!important;
  
}
.the-different-text{padding-top:10px;}

.inline-divs-wrapper div:nth-child(1) a img{
  margin-left: 0.4em !important;
}


.inline-divs:hover{
  border: 1.5px solid red;
/*box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.75);*/
   /* -webkit-transition:  box-shadow .3s ease-in;*/
}



@keyframes scale{
  0%{
    transform:scale(1.0);
  }
  100%{
 transform:scale(1.1);
 -webkit-box-shadow: 10px 10px 60px 10px rgba(0,0,0,0.1);
-moz-box-shadow: 10px 10px 60px 10px rgba(0,0,0,0.1);
box-shadow: 10px 10px 60px 10px rgba(0,0,0,0.1);
  }
}

@keyframes scaledown{
  0%{
    transform:scale(1.1);
  }
   100%{
    transform:scale(1.0);
  }
}


@media only screen and (max-width: 600px) {
  .inline-divs{
    width: 48%;
    float: left;

    
  }
  .inline-divs:hover{
  border:none!important;
  }
  .inline-divs a {
    padding-left: 18px;
}
  .inline-divs div {
    padding: 0;
    max-width: 120px;
    margin: 0 auto;
    display: block;
}
  .the-different-text {
   
    /* padding: 0 0 0 19px!important; */
    margin-left: 19px!important;
}
 /* .inline-divs-wrapper div:nth-child(1) a img {
    margin-left: -0.2em !important;
}*/
}

.ark-btn-primary {
    background: #ef3924 !important;
}

.ark-pricing-01 .ark-pricing-01-toggle div{
    background-color: #B3B5BB;
    color: #fefefe !important;
  padding: 0.55em 0.975em!important;
      font-size: 0.8em!important
}
.ark-pricing-01 .ark-pricing-01-toggle div:hover, .ark-pricing-01 .ark-pricing-01-toggle div.ark-pricing-01-toggle-active {
    background: #fe2f02!important;
    color: #fefefe !important;
  padding: 0.55em 0.975em!important;
      font-size: 0.8em!important
}


/*benefit section*/
.benefits-wrapper {
  position: relative;
  display: block;
  max-width:100%;
  margin: 0 auto;
  /* background-color: #f5f5f5;*/
  padding:6em 1em;
  background-image: linear-gradient(to bottom right, rgba(236, 236, 236, 1), rgba(250, 250, 250, 1)) !important;
}

.benefits-wrapper h2 {
  text-align: center;
}

.benefits-singles {
  padding-top: 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 4em;
      max-width: 1360px;
    margin: 0 auto;
}

.benefit-block {
  max-width: 455px;
}

.benefit-shead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.benefit-img {
  width: 50px;
}

.benefit-shead h3 {
  padding-left: 16px;
  margin: 0;
}
}

.benefit-block p {
  margin-left: 66px;
}
@media screen and (max-width: 600px) {
  .benefits-singles{
    gap:2em;
  }
  .benefit-block {
  
    width: 100%;
}
  
}
/*# sourceMappingURL=benefits.css.map */

/*event section*/
.event_wrapper {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.event_wrapper h2 {
  text-align: center;
}

.event_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1%;
}

.event_container_item {
  height: auto;
  margin-top: 1vw;
  width: 98vw;
}

.event_container_item img {
  display: block;
  height: auto;
  width: 100%;
}

.event_container_item:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .event_container_item:first-child {
    width: 100%;
  }
  .event_container_item:nth-child(n+2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 1%;
  }
  .event_container_item:last-child {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .event_container_item:nth-child(-n+2) {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 0;
    width: 49.5%;
  }
  .event_container_item:first-child {
    margin-right: 1%;
  }
  .event_container_item:nth-child(n+3) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 1%;
  }
  .event_container_item:last-child {
    margin-right: 0;
  }
}
/*# sourceMappingURL=event.css.map */

/*recruiment section*/


.recruiment-wrapper {
  position: relative;
  display: block;
  max-width: 1340px;
  margin: 0 auto;
}

.recruiment-title {
  text-align: center;
  padding: 2em;
}

.recruiment-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
      flex-wrap: wrap;
}

.recruiment-flex div {
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1em;
  position: relative;
}

.recruiment-flex div h3 {
  background-color: red;
 /* padding: 0.7em 1em;*/
  width: 100%;
  margin: 0;
  top: 0;
  color: white;
  height: 80px;
  line-height: 80px;
  text-align: center;
}

.recruiment-flex div h3 span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.recruiment-flex div p {
  padding: 0.7em 1em;
  width: 100%;
}

.recruiment-flex div img {
  max-width: 30px;
}

.recruiment-img {
  /* background-color: white;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recruiment-txt {
  background-color: #e9e9e9;
  max-width: 200px;
  min-width: 200px;
  height: 444px;
  
}
/*# sourceMappingURL=recruiment.css.map */


@media screen and (max-width: 600px) {
  .recruiment-wrapper {

    margin-top: 3em;
}
  .recruiment-flex {

    flex-wrap: wrap;
    flex-direction:column;
}
  .recruiment-flex div{
  min-height: auto;
  }
 .recruiment-txt {
    max-width: 100%;
    height: auto;
} 
  .recruiment-flex div img {
    max-width: 30px;
    transform: rotate(90deg);
    padding: 0.5em;
}
}
/*steps css*/
.steps {
  position: relative;
}
.steps:before {
  top: 125px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #ff4769;
  left: 50%;
  margin-left: -1px;
}

.timeline {
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  padding: 0px;
  list-style-type: none;
}
.timeline .timeline-box {
  position: relative;
  float: left;
  clear: left;
  width: 45%;
  margin: 1em 2.5%;
  list-style-type: none;
  display: block;
  padding: 25px;
  background: #f8f8f8;
  z-index: 15;
}

.timeline-stage{
    color: #ff4769;
    font-weight: 800;
       font-size: 2em;
  padding-top: 8px;
}
.timeline .timeline-box .timeline-title {
  color: #3c3c3c;
  font-weight: 700;
  font-size: 1em;
  float: left;
  padding-left: 25px;
  padding-top: 8px;
}
.timeline .timeline-box .timeline-details {
  clear: both;
  padding-top: 5px;
}
.timeline .timeline-box span {
  position: absolute;
  top: -15px;
  right: 24px;
  font-size: 8em;
  font-weight: 700;
  color: #ff4769;
  opacity: 0.1;
  z-index: -1;
}
@media all and (max-width: 600px) {
  .timeline .timeline-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.timeline .timeline-box:hover:after {
  background: #ff4769;
}
@media all and (min-width: 650px) {
  .timeline .timeline-box:after {
    display: block;
    content: ' ';
    height: 9px;
    width: 9px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: -6.55%;
    top: 1.5em;
    border: 2px solid #ff4769;
  }
}
.timeline .timeline-box:first-child {
  margin-bottom: 2.5em;
}
.timeline .timeline-box:nth-of-type(1n):before {
  position: absolute;
  top: 15px;
  right: -10px;
  display: inline-block;
  border-top: 10px solid transparent;
  border-left: 10px solid #f8f8f8;
  border-right: 0 solid #f8f8f8;
  border-bottom: 10px solid transparent;
  content: " ";
}
.timeline .timeline-box:nth-of-type(2n) {
  float: right;
  clear: right;
}
.timeline .timeline-box:nth-of-type(2n):before {
  right: auto;
  left: -10px;
  position: absolute;
  top: 15px;
  display: inline-block;
  border-top: 10px solid transparent;
  border-right: 10px solid #f8f8f8;
  border-left: 0 solid #f8f8f8;
  border-bottom: 10px solid transparent;
  content: " ";
}
@media all and (min-width: 600px) {
  .timeline .timeline-box:nth-of-type(2n) {
    margin-top: 3em;
  }
}
.timeline .timeline-box:nth-child(2n):after {
  left: -6.5%;
  right: auto;
}

.timeline-box:hover, .timeline-box:focus {
  transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
}

.timeline-box:hover, .timeline-box:focus {
  -webkit-box-shadow: 0px 3px 0px 0px #ff4769;
  -moz-box-shadow: 0px 3px 0px 0px #ff4769;
  box-shadow: 0px 3px 0px 0px #ff4769;
}

.timeline-box {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.steps-area {
  padding: 90px 0;
}


@media all and (max-width: 650px) {
.open_position_link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.steps:before {background-color: transparent !important;}

}
.content-wrapper,
.dnd-section > .row-fluid{
  margin: 0 auto;
  padding: 0 0px;
}

.content-wrapper{
  padding: 0px;
}

.dnd-section[class*="-force-full-width-section"]>.row-fluid {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right:0 !important;
  width:100% !important;
}


@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/Craver_October_2021/fonts/fa-brands-400.eot") format("embedded-opentype"),
    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/fa-brands-400.woff2) format("woff2"),
    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/fa-brands-400.woff) format("woff"),
    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/fa-brands-400.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}


@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/Craver_October_2021/fonts/fa-solid-900.eot") format("embedded-opentype"),
    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/fa-solid-900.woff2) format("woff2"),
    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/fa-solid-900.woff) format("woff"),
    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/fa-solid-900.ttf) format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: block;
}

@font-face {
  font-family: GeneratePress;
  src: url("//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/Craver_October_2021/fonts/generatepress.eot") format("embedded-opentype"),
    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/generatepress.woff2) format("woff2"),
    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/generatepress.woff) format("woff"),
    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/generatepress.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "WistiaPlayerInterNumbersSemiBold";
  src: url("data:application/x-font-woff;charset=utf-8;base64,d09GMk9UVE8AAAaMAAwAAAAACgAAAAZBAAMD1wAAAAAAAAAAAAAAAAAAAAAAAAAADYpwGhQbIBwqBmAAgTIBNgIkAzAEBgWDGgcgGykJEZWkARP8KHCbm2tEznyIN98tPTUk9Ig3oiVV3pbDIzXa+f/fZgXpALFTZhBoMVFC9cp036dXvRKVmVnsxe+D+1NDQI5lG7ikZWEINIElTeBIdnxlhauQ5GQtoLHA/wN0riVdSx5xgbxF3KTbgnjVQ4B9P7YqCx7FpEZK+6ilx0AoopUh4aExJEKmkU+0ncdr4iFfKhdSFD9y91LCRaxNbVqvi0dND3rxI7ndUDR7EiwT3bhiua9krFA0oepCy2hCjwmjnjDjKjNTDz2ZuHtN8820Wfw/l8u4w4yV/f8/6uscs5rmiN00LcP4hAofyZUSyS3WinX0RGFFtnGrjj36x6dlNa57+PLTlrUisH2n9orfgd+R34XfDd0NsWDXwfwhvKHpbs3UBni37dBlPvO4KYn/PgylilcgSdw6sjsSSxsRGfIJgqhi14bKZCHcQvjUh/+3HMotTYrGLVYCxyMFjEnYC98yTAp6atAKVxaZ9eu2NMji8WTj4w/Y34elD60PPwb5bEywLqAX/amwmUo6TBCy14N/TL44jb3sE5JdUIPXXI0RBSoGt3BUObn4agKGIxxQhlyQacbstK4fS2mZoBtFNQ1bd+4zND2vQu6anl7gWFOj8MV2DVMtU44xMhpwElrrjA7zO5IqWojd/v1Vso6cqp91zC2YrGhDOy07Iqyza2q9smDIwUYek0AWbCt/8x78QmrzayQ6xtpmqfCYsLfgU9HdeP3UqutZTTNd/9Q8k08XzXzIxSdvLPda8YaeeZnkxUwql0nDKyUYdaWZjGAy7UDLHpVqBVHTxSV0wBy21El9u/491ik2J3YkdiP2LPZL41RBeeNUWtp97Bbn0Ee1g9wr9qqV/X+4R9nlPX03743dylnaXZyNp8v58yLOsFYCbUnCVQzjN+5QhlmKccO7aMkueWJggROd4qnw2x5LydUcg/NRamE3XMlkGovpRWPKWEavP74P2O1RANM/3gIIPJj7TX+lqU2geQuaBx4B/7cWAOx0ucTiEHYJU9y5DBuUMYNIHeHZz9tn+Fw2G5EBTqUlHRfRi4eB5wNlJsRsv5k4b6HyFkhIC6BO4LzPbWhW7rbCcxubeKHOc6UaBKZBMMd4j8XuRUynOCCa4EMfF9grkI1NcTaSAVtk1nrIOwFfeEBlQw4f4phb6zHzBOm0ZZ0dBcaZRVdYIo5xYiyOMEWONwQHmjKGE//VuRBgul1QrpyxmMvF4vGj0xfuuQrNt4tVTsRhEnjY9AuKa1FVLSEneQWzFd5WbO7hasX08ONUOVQgwQuVqACFXkSoIoUgK1hJEkAgbkG5CjqBS5wrRFuY2IfVwhRnLsVyZTZpatveGR4yEbYqbE6J80nM4aa+LD7Oqmr8PdSJFUQVynmgN4lerGQV1+uLdYzdOFWHPW/iK2gIQayhizQ0NMwyvBEBlrDczRfmU40CTtAHqLQGnjQG8MYkxm1MwJuTqjHwVCu9iRJ1C8ojWGHxUYowH0c5X57zpXquvlw0wzHHGMTfufxiJ1psFJTzq6nGeDvHF4LgmHHWCUViZBaInRn+cswnBi460RBPRYg9TRUQ0CZUC5LAT0qLLu50FpdTeBhjGf7/h4dg9hE0uqsBx/saOcYRDIfnOhfzGFBHyizcJK3p2edUjWrC0rn1aGjXtfVUCHMAKKhlxV8eTEIcV2jCOdKiqahv/MisrfRQVnxPJoOU62mR6pu2ZllIzo8zOZqQB7kWJXW2/c0aihata5PcIVJKfFRgHAETmEQVTCELptGMGcyigTnMJ1voUVN6uCZS9pV2hrwl7FYMvBwtUSd7L7E5qP9t7BIPRF7EcmA9ct2nIPHrxgWajtDltbXuBLuaY6qRZGa5ZlX5anfR0lYXaHUzVSFjZa8rfdhZ8rKXFZg21LVL5LFjI5TlDIbwnFGHE2dypHs6Q50N015dpOgLONEUlOqoiQgIaeCsjMq9gITDKwRMieQgKUy9UQY1BTFYZU2KpE2SkILMIjW8IdFwIKmMaK8oClJVssAEtFnz5dQ1s+w6EZoNGtPGQfzx+aoE8ikiP8GCYOWtgB+HBdWDaxACAZInVq14dZI85RRDvZGIghyONw59KV/BBEQ02P1ER8hmNGiURT2hQP8WfAY=");
  font-feature-settings: "tnum";
}
@font-face {
  font-family: "circe-rounded";
  src: url("https://use.typekit.net/af/a7d97a/00000000000000003b9aee07/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("https://use.typekit.net/af/a7d97a/00000000000000003b9aee07/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), 
    url("https://use.typekit.net/af/a7d97a/00000000000000003b9aee07/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: auto;
}
@font-face {
  font-family: "circe-rounded";
  src: url("https://use.typekit.net/af/668be2/00000000000000003b9aee08/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff2"),
    url("https://use.typekit.net/af/668be2/00000000000000003b9aee08/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff"), 
    url("https://use.typekit.net/af/668be2/00000000000000003b9aee08/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("opentype");
  font-style: normal;
  font-weight: 800;
  font-display: auto;
}

@font-face {
  font-family: eicons;
  src: url("../fonts/eicons.eot?5.11.0#iefix") format("embedded-opentype"),
    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/eicons.woff2) format("woff2"),
    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/eicons.woff) format("woff"), 
    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/eicons.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
    font-family: 'Montserrat';
    src: url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/Montserrat-Regular.woff2) format("woff2"),
    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/Montserrat-Regular.woff) format("woff"), 
    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/Montserrat-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/Montserrat-Black.woff2) format("woff2"),
    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/Montserrat-Black.woff) format("woff"), 
    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/Montserrat-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/Montserrat-Medium.woff2) format("woff2"),
    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/Montserrat-Medium.woff) format("woff"), 
    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/Montserrat-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Montserrat';
    src: url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/Montserrat-Bold.woff2) format("woff2"),
    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/Montserrat-Bold.woff) format("woff"), 
    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/Montserrat-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src:    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/Montserrat-Light.woff2) format("woff2"),
    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/Montserrat-Light.woff) format("woff"), 
    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/Montserrat-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/Montserrat-ExtraLight.woff2) format("woff2"),
    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/Montserrat-ExtraLight.woff) format("woff"), 
    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/Montserrat-ExtraLight.ttf) format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/Montserrat-ExtraBold.woff2) format("woff2"),
    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/Montserrat-ExtraBold.woff) format("woff"), 
    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/Montserrat-ExtraBold.ttf) format("truetype"); 
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src:    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/Montserrat-Thin.woff2) format("woff2"),
    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/Montserrat-Thin.woff) format("woff"), 
    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/Montserrat-Thin.ttf) format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src:     url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/Montserrat-SemiBold.woff2) format("woff2"),
    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/Montserrat-SemiBold.woff) format("woff"), 
    url(//4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/raw_assets/public/Craver_Insights/fonts/Montserrat-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: Lato,serif;
    font-size: 1rem;
    color: #494a52;
    font-family: "Muli",sans-serif;
    line-height: 1.5
}

img{
  max-width:100%;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: ;
}

/* Anchor Links */
a {
  color: ;
  text-decoration: none;
  font-weight: 600;
  transition: all .15s ease-out;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: ;
  font-family: ;
  color: ;
  word-break: break-word;
  line-height: 1.2;
}

h1 {
  font-size: ;
  font-family: circe-rounded,sans-serif; 
  line-height: 1.2em;
}

h2 {
  font-size: ;
  line-height: 1.3em;
  letter-spacing: 1px;
}

h3 {
  font-size: ;
  line-height: 1.2em;
}

h4 {
  font-family: ;
  font-weight: normal;
  font-size: ;
}

h5 {
  font-size: ;
}

h6 {
  font-size: ;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin:0 0 20px;
  padding:0;
  list-style-position: inside;
}

ul li,
ol li {
 
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  border-left: 5px solid rgba(0,0,0,.05);
  padding: 20px;
  font-size: 1.2em;
  font-style: italic;
  margin: 0 0 1.5em;
  position: relative;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
 
}

@media (max-width: 480px) {
 
}

input,.hs-button:focus{outline: none !important}
.lb-blogListings .dnd-section > .row-fluid .span12{padding-left:0;padding-right:0}
.lb-blogListings .hs_cos_wrapper_type_header h2,
.lb-blogListings .hs_cos_wrapper_type_header h3{
font-family: 'Montserrat';font-size: 30px;font-weight: 700;
line-height: 40px;letter-spacing: 0em}

.tagAuthor .dnd_area-row-1-background-color,
.tagAuthor .dnd_area-row-2-background-color{display:none}
.lb-blogListings h1,.lb-blogListings h2,.lb-blogListings h3,.lb-blogListings h4,.lb-blogListings h5,.lb-blogListings h6,
.lb-blogListings p,.lb-blogListings span{font-family: 'circe-rounded';}
.lb-blogListings .hs_cos_wrapper_type_rich_text p {
font-family: 'Montserrat';
font-weight: 500;
line-height: 28px;
letter-spacing: 0em}
.lb-blogListings .hs_cos_wrapper_type_rich_text p strong{font-family: 'Montserrat';
font-weight: 700;
line-height: 28px;
letter-spacing: 0em}
ul.lb-blog-hrlist li a{font-family: 'Montserrat';}
.custom-header{position:relative}
.featureSection {margin:0 auto;min-height: 552px;background-repeat: no-repeat;
    background-position: center center;background-size: 100% auto}
.lb-blogListings .page-center{width: 100%;  max-width: 1200px;}
.lb-blogListings .post-content{margin:-50px auto 0;}
.lb-blogListings .post-content .innerHolder{background:#fff;display:inline-block;
padding:30px 40px; border-radius:20px;box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);margin:0 2%}
.lb-blogListings .post-content h1{font-family:'Montserrat';
font-size: 30px;font-weight: 700;line-height: 1.33;
letter-spacing: 0em;text-align: left;margin-bottom: 0;
}
.lb-blogListings .post-content .blogTime{font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 2.73;
/* identical to box height, or 273% */}
.lb-blogListings .post-content .blogTags ul{margin: 0;padding: 0;list-style: none;display: block;text-align:right}
.lb-blogListings .post-content .blogTags ul li{font-family: 'Montserrat';font-style: normal;font-weight: 600;font-size: 12px;line-height: 2.73;color: #929292;
    height: 40px;display:inline-flex;justify-content: flex-end;align-items: center;}
.lb-blogListings .post-content .blogTags ul li a{font-family: 'Montserrat';font-style: normal;
font-weight: 600;font-size: 12px;line-height: 2.73;color: #929292;}
.lb-blogListings .post-content .blogTags ul li a:after{content:',';display:inline}
.lb-blogListings .post-content .blogTags ul li:last-child a:after{content:unset}
.lb-blogListings .post-content .blogTags ul li a:hover{color:#ff5f01}

.postTitleBar{border-bottom: 1px solid #E7E7E7;margin-bottom: 15px;justify-content: space-between;display: flex;}
.lb-blogListings .post-content *{font-family: 'Montserrat'}
.lb-blogListings .post-content iframe{width:100%}
.lb-blogListings .post-content a{color:#0086BF;text-decoration:none;font-weight:inherit}
.lb-blogListings .post-content a:hover{color:#0086BF;text-decoration:underline;font-weight:inherit}
.lb-blogListings .post-content .blog-post__body img{width:100%!important;height:auto!important}
.lb-blogListings .post-content ul,.lb-blogListings .post-content ol{margin:0 0 25px 0;padding:0}
.lb-blogListings .post-content ul li,.lb-blogListings .post-content ol li{margin:0;padding:0}

.lb-blogListings .blog-post-wrap .lb_btm_section{background:#FFFBF3;padding:50px 0;margin:100px auto;font-family: 'Montserrat'}
.lb-blogListings .blog-post-wrap .lb_btm_section .page-center{max-width:850px;margin:0 auto}
.lb-blogListings .blog-post-wrap .lb_btm_section .page-center .mailIcon{text-align:center}
.lb-blogListings .blog-post-wrap .lb_btm_section .page-center .mailIcon img{margin:0 18px 0 auto;position: relative;top: 5px;}
.lb-blogListings .blog-post-wrap .lb_btm_section .newsLetterInner .heading{font-family: 'Montserrat'font-size: 18px;font-weight: 700;line-height: 28px;letter-spacing: 0em;text-align: left;margin-bottom:0}
.lb-blogListings .blog-post-wrap .lb_btm_section .newsLetterInner .subText{font-family: 'Montserrat';font-size: 14px;font-weight: 400;line-height: 22px;letter-spacing: 0em;text-align: left;}
.lb-blogListings .blog-post-wrap .signupHolder{justify-content: center;display: flex;align-items: center;flex-wrap:wrap}


.lb-blogListings .blog-post-wrap .lb_btm_section .newsLetterInner .formHolder form{display:flex;flex-direction:row;position:relative;font-family: 'Montserrat';gap:10px}
.lb-blogListings .blog-post-wrap .lb_btm_section .newsLetterInner .formHolder form .hs_email.hs-form-field{flex:1}
.lb-blogListings .blog-post-wrap .lb_btm_section .newsLetterInner .formHolder form .hs_email.hs-form-field input{width:100%;background: #FFFFFF;border: 1px solid #DCDCDC;
border-radius: 8px;padding:14px 20px}
.lb-blogListings .blog-post-wrap .lb_btm_section .newsLetterInner .formHolder form .hs-button {background: #FFBB0D;border-radius: 8px;color: rgb(0, 0, 0);cursor: pointer;
    font-family: 'Montserrat';font-weight: 700;padding: 14px 30px;border: none;transition:ease-in-out all .2s}
.lb-blogListings .blog-post-wrap .lb_btm_section .newsLetterInner .formHolder form .hs-button:hover{background:#ffa90d;transition:ease-in-out all .2s}
.lb-blogListings .blog-post-wrap .lb_btm_section .newsLetterInner .formHolder .hs-error-msgs{position: absolute;margin: 10px 0 0;padding: 3px 15px;display: block;
    width: 100%;background: #ffa2a238;box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.2);font-size: 12px;color: #c00;list-style:none}
.lb-blogListings .blog-post-wrap .lb_btm_section .newsLetterInner .formHolder .hs_error_rollup{display:none;position: absolute;width: 100%;bottom:-35px}
.lb-blogListings .blog-post-wrap  .lb_postlist_section .row-fluid .span12 .heading{font-family: 'Montserrat';font-style: normal;
font-weight: 700;font-size: 30px;line-height: 40px;color: #000000}
.headerSignup a, .headerSignup a:hover { 
    display: inline-flex;
}
/* .custom-menu-primary .headerSignup .hs-button{
padding: 12px 50px; 
} */

/*********new start css***/
.header__container.nw-hd-btn-cv .custom-menu-primary .headerSignup .hs-button {
    background: #ff5f01;
    color: #fff;
    font-family: 'Lato', sans-serif;
    padding: 0px 13px;
}
.headerSignup:hover {
    background: #ff5f00;
    color: #000000;
    text-decoration: none;
}
.headerSignup {
    background: #ff5f00;
    border-radius: 8px;
    display: inline-block;
    line-height: 2.2;
}
/* header.custom-header li.hs-menu-item.hs-menu-depth-1:last-child {
    display: none !important;
}
 */
.blog-post-wrap.main-blog-wrapper .lb-blogListings .post-content .blogTags ul li a,.lb-blogListings .post-content .blogTime {
   
    font-size: 14px; 
}
.blog-post-wrap.main-blog-wrapper .blog-post__body h2,.blog-post-wrap.main-blog-wrapper .blog-post__body h2   *,.blog-post-wrap.main-blog-wrapper .post-content  h1,.blog-post-wrap.main-blog-wrapper .post-content   h1 * {
    color: #000000;
    font-family: 'circe-rounded' !important;
    font-size: 30px;
    font-weight: 800;
  
}
 .blog-post-wrap.main-blog-wrapper .lb-blogListings .hs_cos_wrapper_type_rich_text p,.blog-post-wrap.main-blog-wrapper .lb-blogListings .hs_cos_wrapper_type_rich_text ul li {
    font-size: 16px;
    line-height: 28px;
}

.blog-post-wrap.main-blog-wrapper .blog-post__body ul li {
    list-style: disc;
}
.header__container.nw-hd-btn-cv .headerSignup , .header__container.nw-hd-btn-cv .headerSignup :hover{
    background: transparent !important; 
}
.header__container.nw-hd-btn-cv .custom-menu-primary .headerSignup .hs-button {
    background: #ff5f01;
    color: #fff;
    font-family: 'Lato', sans-serif;
    padding: 5px 20px;
    border-radius: 5px;
}
.header__container.nw-hd-btn-cv .custom-menu-primary .headerSignup .hs-button:hover {
    background: #ff5f01 !important;
}
/******************end*****/
 #hs_cos_wrapper_primary_menu {
    display: flex;
    align-items: center;
}
.header__container.nw-hd-btn-cv .custom-menu-primary .headerSignup .hs-button {
    background: #ff5f01;
  color:#fff;
  font-family: 'Lato', sans-serif;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-family: 'Lato', sans-serif;
}
.header__container.nw-hd-btn-cv .custom-menu-primary .headerSignup .hs-button:hover {
  background: #ff5f01bd;
}
.blog-post-wrap.main-blog-wrapper .blog-post__body ul {
    padding-left: 25px;
}
.blog-post-wrap.main-blog-wrapper .blog-post__body a{
    color: #FD5A01;
}
.blog-post-wrap.main-blog-wrapper .lb-blogListings .blog-post-wrap .lb_btm_section {
    background: #FFFBF3; 
}
 .blog-post-wrap.main-blog-wrapper  .post-content .innerHolder {
    background: #fff;
    display: inline-block;
    padding: 48px 50px 34px 60px;
    border-radius: 20px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    margin: 0;
} 
.lb-blogListings .post-content h1  {
    margin-bottom: 15px;
}
 .blog-post-wrap.main-blog-wrapper .blog-post__body h2 {
    margin-bottom: 30px;
}
.blog-post-wrap.main-blog-wrapper .post-content .innerHolder {
    background: #fff;
    display: inline-block;
    padding: 48px 50px 34px 60px;
    border-radius: 20px;
    box-shadow: none;
    margin: 0;
  width:100%;
}
.blog-post-wrap.main-blog-wrapper .blog_narration{margin:0 auto 20px;position: relative; z-index: 1}
.postTitleBar { 
    margin-bottom: 25px; 
}
.lb-blogListings .hs_cos_wrapper_type_rich_text p br {
    display: none !important;
}
.bloglistBanner.newsLetterHolder .formHolder .submitted-message {
  
    color: #fff;
    z-index: 50;
    font-size: 2vw;
}
.blog-post-wrap.main-blog-wrapper .blog-post__body a, .blog-post-wrap.main-blog-wrapper .blog-post__body a span {
    color: #FD5A01 !important;
}
.blog-post-wrap.main-blog-wrapper .hs_cos_wrapper_type_rich_text p {
  
    font-size: 16px;
}
.blog-post-wrap.main-blog-wrapper  .blogTags ul li a { 
    font-size: 14px; 
}

.lb-blogListings h1{
font-family: 'circe-rounded' !important;
}

/******************/
.row-fluid-wrapper.row-depth-1.row-number-5.dnd_area-row-2-background-gradient.dnd-section.dnd_area-row-2-vertical-alignment {
    display: none;
}

.row-fluid-wrapper.row-depth-1.row-number-8.dnd-section.dnd_area-row-3-force-full-width-section.dnd_area-row-3-vertical-alignment,.row-fluid-wrapper.row-depth-1.row-number-11.dnd-section.dnd_area-row-4-vertical-alignment,.row-fluid-wrapper.row-depth-1.row-number-13.dnd-section.dnd_area-row-5-vertical-alignment {
    display: none;
}
 

.blog-post-wrap.main-blog-wrapper .blog-post__body h3,.blog-post-wrap.main-blog-wrapper .blog-post__body h4,.blog-post-wrap.main-blog-wrapper .blog-post__body h5,.blog-post-wrap.main-blog-wrapper .blog-post__body h6 {
    margin-bottom: 20px;
  
}
.blog-post-wrap.main-blog-wrapper .blog-post__body h3,
.blog-post-wrap.main-blog-wrapper .blog-post__body h3 > *,
.blog-post-wrap.main-blog-wrapper .blog-post__body h4,
.blog-post-wrap.main-blog-wrapper .blog-post__body h4>*,
.blog-post-wrap.main-blog-wrapper .blog-post__body h5,
.blog-post-wrap.main-blog-wrapper .blog-post__body h5>*,
.blog-post-wrap.main-blog-wrapper .blog-post__body h6,
.blog-post-wrap.main-blog-wrapper .blog-post__body h6 > *{
  font-family:'circe-rounded' !important;
}

.blog-post-wrap.main-blog-wrapper .blog-post__body h3 > *,
.blog-post-wrap.main-blog-wrapper .blog-post__body h4>*,
.blog-post-wrap.main-blog-wrapper .blog-post__body h5>*,
.blog-post-wrap.main-blog-wrapper .blog-post__body h6 > *{
  font-weight: 800 !important;
}
.blog-post-wrap.main-blog-wrapper .blog-post__body h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}


 .blog-post-wrap.main-blog-wrapper .post-content h1, .blog-post-wrap.main-blog-wrapper .post-content h1 * {
    font-size: 40px;
   line-height: 50px;
    
}
   .blog-post-wrap.main-blog-wrapper .blog-post__body h2, .blog-post-wrap.main-blog-wrapper .blog-post__body h2 > * {
    font-size: 35px;
}   
   .blog-post-wrap.main-blog-wrapper .blog-post__body h3, .blog-post-wrap.main-blog-wrapper .blog-post__body h3 > * {
    font-size: 30px;
}
.blog-post-wrap.main-blog-wrapper .blog-post__body h4, .blog-post-wrap.main-blog-wrapper .blog-post__body h4 > * {
    font-size: 24px;
}
.blog-post-wrap.main-blog-wrapper .blog-post__body h5, .blog-post-wrap.main-blog-wrapper .blog-post__body h5 > * {
    font-size: 20px;
}
.blog-post-wrap.main-blog-wrapper .blog-post__body h6, .blog-post-wrap.main-blog-wrapper .blog-post__body h6 > * {
    font-size: 18px;
}
.blog-post-wrap.main-blog-wrapper .blog-post__body li{
font-size: 16px;
  font-family: 'Montserrat';
    font-weight: 500;
}

/*
.hs-content-id-110462734336 .newsLetterHolder .formHolder form{display:flex;flex-direction:column !important;position:relative;font-family: 'Montserrat';gap:30px;padding:40px;
    background: #f5f5f5d4;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);}
.hs-content-id-110462734336 .newsLetterHolder,.hs-content-id-110462734336 .bloglistBannerContent{margin:20px auto 0 0}

.hs-content-id-110462734336 .bloglistBannerContent h1{text-align:left!important}
.hs-content-id-110462734336 .bloglistBannerContent p{,text-align:left!important;display:none}
.hs-content-id-110462734336 .newsLetterHolder .formHolder form .hs-button{width:100%}
.hs-content-id-110462734336 .newsLetterHolder .formHolder .hs-error-msgs{width:calc(100% - 80px);margin-top:3px}
.hs-content-id-110462734336 .dnd_area-row-0-padding{min-height:60vh;background-color: #777;
    background-blend-mode: multiply;align-items: center;display: flex;justify-content: center;}
.hs-content-id-110462734336 .newsLetterHolder .formHolder .submitted-message{text-align:left!important}
 new Signup Page Css 
.signupPage .newsLetterHolder .formHolder form{display:flex;flex-direction:column !important;position:relative;font-family: 'Montserrat';gap:30px;padding:40px;
    background: #f5f5f5d4;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);}
.signupPage .newsLetterHolder,.signupPage .bloglistBannerContent{margin:20px auto 0 0}

.signupPage .bloglistBannerContent h1{text-align:left!important}
.signupPage .bloglistBannerContent p{,text-align:left!important;display:none}
.signupPage .newsLetterHolder .formHolder form .hs-button{width:100%}
.signupPage .newsLetterHolder .formHolder .hs-error-msgs{width:calc(100% - 80px);margin-top:3px}
.signupPage .dnd_area-row-0-padding{min-height:60vh;background-color: #777;
    background-blend-mode: multiply;align-items: center;display: flex;justify-content: center;}
.signupPage .newsLetterHolder .formHolder .submitted-message{text-align:left!important}


.submitted-message{font-family: 'Montserrat';text-align: center;color: #FFF;background: #3c7a41cf;
    padding: 4px 8px;border: 1px solid #5dab63;}
*/  

.dnd-row:last-child .readMoreBtn{margin-bottom:0}

@media (min-width: 2400px) {
  .featureSection{height:75vh;max-height: 800px;
}
}


@media (max-width: 1200px) {
  .lb-blogListings .post-content{margin:-50px 20px 0}
  .lb-blogListings .blog-post-wrap .lb_btm_section,
  .lb-blogListings .blog-post-wrap .lb_postlist_section{padding-left:20px;padding-right:20px}
  .lb-blogListings .blog-post-wrap .lb_btm_section{margin:50px auto}
  .header__container{padding-left:20px;padding-right:20px}
  .dropdown-menu-toggle{padding-right: 7px;padding-left: 5px;}
  .custom-menu-primary.desktop .headerSignup a{padding-right: 20px;padding-top: 20px;}
  .lb-blogListings .dnd-section > .row-fluid .span12{padding-left:10px;padding-right:10px}
  
}
@media (max-width: 969px) {
  .custom-logo img{max-width:100px;min-width:unset}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{margin-right:10px}
  /*.hs-content-id-110462734336 .dnd_area-row-0-padding{min-height:unset}
   new Signup Page Css */  
  .signupPage .dnd_area-row-0-padding{min-height:unset}

}
@media (max-width: 800px) {
/*  .hs-content-id-110462734336 .newsLetterHolder,.hs-content-id-110462734336 .bloglistBannerContent{margin:20px auto 0}
  .hs-content-id-110462734336 .newsLetterHolder .formHolder .submitted-message{text-align:center!important}
  .hs-content-id-110462734336 .bloglistBannerContent h1{text-align:center!important}
     new Signup Page Css */  
  .signupPage .newsLetterHolder,.signupPage .bloglistBannerContent{margin:20px auto 0}
.signupPage .newsLetterHolder .formHolder .submitted-message{text-align:center!important}
.signupPage .bloglistBannerContent h1{text-align:center!important}

}
@media (max-width: 768px) {
  .custom-logo img{height:75px;padding:10px 0 5px;min-width:unset}
  .lb-blogListings .dnd-section > .row-fluid .span12{padding-left:10px;padding-right:10px}
  .menu-toggle:before{font-size:20px}
  .lb-blogListings .blog-post-wrap .lb_btm_section .newsLetterInner .heading,
  .lb-blogListings .blog-post-wrap .lb_btm_section .newsLetterInner .subText{text-align:center}
  
}
 @media (min-width: 1038px) and (max-width: 1100px) {
   .custom-menu-primary .hs-menu-wrapper > ul > li > a{padding-left:10px;padding-right:10px}
}

 @media (min-width: 1280px) and (max-width: 1439px) {
   .featureSection{height:100vh;max-height:400px;min-height: unset}
   .lb-blogListings .post-content h1{font-size:26px}
}
 @media (min-width: 769px) and (max-width: 1279px) {
   .featureSection{height:100vh;max-height:300px;min-height: unset}
   .lb-blogListings .post-content h1{font-size:22px}
   
}

 @media (min-width: 561px) and (max-width: 768px) {
   
   .featureSection{height:100vh;max-height:230px;min-height: unset}
   .lb-blogListings .dnd_area-row-0-padding{padding-top: 65px !important;padding-bottom: 65px !important;}
   .lb-blogListings .post-content h1{font-size:20px}
   
}
 @media (min-width: 320px) and (max-width: 560px) {
     .lb-blogListings .dnd-section > .row-fluid .span12{padding-left:10px;padding-right:10px}
   .lb-blogListings .dnd_area-row-0-padding{padding-top: 93px !important;padding-bottom:25px !important;}
   .featureSection{height:100vh;max-height:180px;min-height: unset}
   .lb-blogListings .post-content h1{font-size:18px}
   .featureSection {margin:0 auto}
      .lb-blogListings h1{font-size:22px !important}  
   .lb-blogListings .post-content {     margin:-25px 20px 0}
   .newsLetterHolder .formHolder form{gap:30px;padding:0px;flex-direction:column}
   .newsLetterHolder .formHolder form .hs-button{width:100%}
   .blog-post-wrap.main-blog-wrapper .blog-post__body h2, .blog-post-wrap.main-blog-wrapper .blog-post__body h2 > * {
    color: #000000;
    font-family: 'circe-rounded' !important;
    font-size: 22px;
    font-weight: 800;
    line-height: 32px !important;
}
      .blog-post-wrap.main-blog-wrapper .blog-post__body h1 {
    color: #000000;
    font-family: 'circe-rounded' !important;
    font-size: 26px;
    font-weight: 800;
    line-height: 36px !important;
}
   .blog-post-wrap.main-blog-wrapper .post-content .innerHolder { 
    padding: 30px 31px 30px 25px; 
}
   .lb-blogListings .post-content .blogTime { 
    line-height: 24px;
}
.lb-blogListings .post-content .blogTags ul a {
    line-height: normal !important;
}

.lb-blogListings .post-content .blogTags ul li {
    line-height: 22px !important;
    display: inline;
}
   .postTitleBar { 
    padding-bottom: 10px;
}
   .header-wrapper.aktr .custom-logo img { 
    padding: 5px 0 5px; 
}
   
 .blog-post-wrap.main-blog-wrapper .post-content h1, .blog-post-wrap.main-blog-wrapper .post-content h1 * {
    font-size: 32px;
   line-height: 42px;
    
}
   .blog-post-wrap.main-blog-wrapper .blog-post__body h2, .blog-post-wrap.main-blog-wrapper .blog-post__body h2 > * {
    font-size:28px;
}   
   .blog-post-wrap.main-blog-wrapper .blog-post__body h3, .blog-post-wrap.main-blog-wrapper .blog-post__body h3 > * {
    font-size: 24px;
}
.blog-post-wrap.main-blog-wrapper .blog-post__body h4, .blog-post-wrap.main-blog-wrapper .blog-post__body h4 > * {
    font-size: 20px;
}
.blog-post-wrap.main-blog-wrapper .blog-post__body h5, .blog-post-wrap.main-blog-wrapper .blog-post__body h5 > * {
    font-size: 18px;
}
.blog-post-wrap.main-blog-wrapper .blog-post__body h6, .blog-post-wrap.main-blog-wrapper .blog-post__body h6 > * {
    font-size: 17px;
}
 
 /* .hs-content-id-110462734336 .dnd_area-row-0-padding{min-height:unset}
   .hs-content-id-110462734336 .newsLetterHolder .formHolder form{gap:30px;padding:20px;background:#f5f5f5;border-radius:20px;}
   .hs-content-id-110462734336 .newsLetterHolder .formHolder .hs-error-msgs{width:calc(100% - 40px);margin-top:3px}
   .hs-content-id-110462734336 .newsLetterHolder{max-width:330px}
   .hs-content-id-110462734336 .bloglistBannerContent h1, .hs-content-id-110462734336 .bloglistBannerContent h2, 
   .hs-content-id-110462734336 .bloglistBannerContent h3, .hs-content-id-110462734336 .bloglistBannerContent h4 {font-size: 24px !important;text-align:center !important}
   .hs-content-id-110462734336 .newsLetterHolder{margin:20px auto 0}
new Signup Page Css   
.signupPage .dnd_area-row-0-padding{min-height:unset}
.signupPage .newsLetterHolder .formHolder form{gap:30px;padding:20px;background:#f5f5f5;border-radius:20px;}
.signupPage .newsLetterHolder .formHolder .hs-error-msgs{width:calc(100% - 40px);margin-top:3px}
.signupPage .newsLetterHolder{max-width:330px}
.signupPage .bloglistBannerContent h1, .signupPage .bloglistBannerContent h2, 
.signupPage .bloglistBannerContent h3, .signupPage .bloglistBannerContent h4 {font-size: 24px !important;text-align:center !important}
.signupPage .newsLetterHolder{margin:20px auto 0}
   /*new Signup Page Css */
}
 @media (min-width: 200px) and (max-width: 319px) {
   .lb-blogListings .dnd_area-row-0-padding{padding-top: 45px !important;padding-bottom: 45px !important;}
   .featureSection{height:100vh;max-height:140px;min-height: unset}
   .lb-blogListings .post-content h1,.lb-blogListings h1{font-size:16px}
   
}
@media (max-width: 480px) {
  .lb-blogListings .blog-post-wrap .lb_btm_section .newsLetterInner .formHolder form{flex-direction:column}
  .lb-blogListings .blog-post-wrap .lb_btm_section .newsLetterInner .formHolder form .hs-submit,
  .lb-blogListings .blog-post-wrap .lb_btm_section .newsLetterInner .formHolder form .hs-submit input{width:100%}
  .lb-blogListings .post-content .innerHolder{padding:30px 20px}
  .lb-blogListings .blog-post-wrap .lb_btm_section .page-center .mailIcon img{margin:0 auto 15px;max-width: 150px;width: 100% !important;}
  .lb-blogListings .blog-post-wrap .lb_btm_section .newsLetterInner .formHolder .hs-error-msgs{bottom:-30px}
}
@media (max-width: 560x) {
  .lb-blogListings .dnd_area-row-0-padding{padding-top:93px !important;padding-bottom: 25px !important;}
  
}