/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */












































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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 */
}
.NopeZone__NopeDiv-sc-25n156-0.gcEUXD.hs-nope-zone {
    margin-top: 190px !important;
}
/* 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: hidden;
}

/**
 * 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
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

main.body-container-wrapper .dnd-section > .row-fluid{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;

}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}



@font-face { font-family: "FontAwesome";
  src: url("https://4319278.fs1.hubspotusercontent-na1.net/hubfs/4319278/Potential_March2021/fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url(//4319278.fs1.hubspotusercontent-na1.net/hubfs/4319278/raw_assets/public/Potential_March2021/fonts/fontawesome-webfont.woff2) format("woff2"),
    url(//4319278.fs1.hubspotusercontent-na1.net/hubfs/4319278/raw_assets/public/Potential_March2021/fonts/fontawesome-webfont.woff) format("woff"),
    url(//4319278.fs1.hubspotusercontent-na1.net/hubfs/4319278/raw_assets/public/Potential_March2021/fonts/fontawesome-webfont.ttf) format("truetype");
  font-style: normal; font-weight: normal;
}



body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  text-align: left;
  line-height: 1.5;
  letter-spacing: -0.015em;
  -webkit-font-smoothing: antialiased;
}

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  transition: all 0.15s linear;
}
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: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}



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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* 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;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

:focus{
  outline:0;
}

.hs-button {

  margin: 0 auto 0 0;
  font-size: 18px;
  cursor: pointer;
  height: 54px;
  outline: 0;
  border: 1px solid;
  display: inline-block;
  font-weight: 600;
  letter-spacing: .0333em;
  opacity: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity .15s linear;
  font-family: "Open Sans",sans-serif;
  text-decoration: none;
  margin-top: 20px;
  
  text-decoration: none;
  margin-top: 20px
}


.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}

main.body-container-wrapper form{
  background-color: #384046;
  padding: 30px;
}
.hs-form label {
  font-size: 16px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
  font-family:"Open Sans", sans-serif;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #b94a48!important;
  line-height: 1.5;
  font-size:16.2px;
  font-family:"Open Sans", sans-serif;
  font-weight:400;
  letter-spacing:-0.15px
}
 
}
.hs-input {
  display: inline-block;
  margin: 0 auto 0 0;
  padding: 16px;
  border: 1px solid #58595A;
  outline: none;
  color: #8D9296 ;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  font-size: 1.6rem;
  letter-spacing: -0.015em;
  height: 54px;
  font-family: "Open Sans",sans-serif;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

footer.footer.landing_footer {
  padding: 0px;
}

body.no-banner {
  padding-top: 247px;
}

.no-banner header.header-footer-group{
  background:grey
}

header.header-footer-group.lading_header {
  padding-top: 58px;
}
header.header-footer-group.lading_header {
  padding-top: 58px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
header ul{
  margin:0px;
  padding:0px;
  list-style:none;
}
.header-top {
  background-color: #F5731E;

}
header.header-footer-group.fix {
  position: fixed ;
  background-color: grey !important;
  left: 0;
  animation: smoothScroll 1s forwards;
  opacity: 0.9;
}
header.header-footer-group.fix .header-inner {
  display: flex;
  padding: 15px 0 25px;
}
header.header-footer-group.fix .site-logo img {
  width: 247px!important;
}
.header-footer-group.fix .header-inner{
  align-items: center;
  justify-content: space-between;
}
.header-footer-group.fix .navigation-primary ul.submenu.level-2>li{
  padding: 14px 22px;
}
header.header-footer-group.fix .navigation-primary ul.submenu.level-2>li>a{
  font-size: 18px;
  line-height: 37px;
  height: 37px;
  letter-spacing: 1px;
  font-weight: 700;        

}
header.header-footer-group.fix .custom-menu-primary .navigation-primary>ul>li>a{
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 37px;
  height: 37px;
  letter-spacing: 1px;
}
header.header-footer-group.fix .custom-menu-primary .navigation-primary>ul>li{
  padding: 14px 22px;
}

header.header-footer-group {
  position: absolute;
  z-index: 111;
  width: 100%;
  top: 0px;
}
.header-top p {
  color: #fff;
  font-size: 18px;
  text-align: center;
  height: 49px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  line-height: 49px;
  margin: 0 0 1em 0;
  font-family: 'Open Sans', sans-serif ;
  letter-spacing: -0.15px;    
  margin-bottom: 1rem;

}
.header-top p a {
  text-decoration: underline;
  padding-left: 10px;
  color: #fff ;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif ;
  letter-spacing: -0.15px;
}
.header-inner {
  max-width: 168rem;
  padding: 3.15rem 0;
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 4rem);
}
.header-titles-wrapper {
  position: relative;
  justify-content: flex-start;
  padding-left: 0;
  text-align: left;
  align-items: center;
  display: flex;
}
.site-logo img{
  margin: 0;
  max-height: 6rem;
  margin: 0 auto;
  width: auto!important;
  vertical-align: middle;
  border-style: none;
  height: auto;
  max-width: 100%;
}
button.toggle {
  justify-content: flex-end;
  padding: 0;
  outline: none;
  box-shadow: none;
  border: none;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 6.6rem;
  right: 2rem;
  cursor: pointer;
  align-items: center;
  display: flex;
  overflow: visible;
  color: #000;
  background: 0;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: inherit;
  text-transform: none;
  -webkit-appearance: none;
  text-align: inherit;
  user-select: none;
}
.header-navigation-wrapper {
  display: none;
}
header .primary-menu-wrapper {
  display: none;
}
header .custom-menu-primary .navigation-primary>ul{
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: -0.0277em;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: -0.8rem 0 0 -1.6rem; 
}
header .custom-menu-primary .navigation-primary>ul>li{
  padding: 22px 22px;
  font-size: inherit;
  line-height: 1.25;
  position: relative;
  margin: 0 ;
  letter-spacing: -0.0277em;
  font-family: 'Open Sans', sans-serif ;
}
header .custom-menu-primary .navigation-primary>ul>li>a{
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 1rem ;
  padding-left: 1rem ;
  display: block;
  line-height: 1.2;
  text-decoration: none;
  word-break: normal;
  word-wrap: normal;
  letter-spacing: -0.0277em;
  font-family: 'Open Sans',sans-serif;
}
header .custom-menu-primary .navigation-primary>ul>li:last-child{
  text-align: center;
  font-size: inherit;
  line-height: 1.25;
  position: relative;
  width: 230px;
}
header .custom-menu-primary .navigation-primary>ul>li:last-child a{
  padding:0px;
}
header .navigation-primary ul.submenu.level-2 {
  width: 320px;
  padding: 0;
  left: 0;
  border-radius: 0;
  top: 65px;
  color: #fff;
  font-size: 1.7rem;
  position: absolute;
  z-index: 1;
  display:none;
}
header .navigation-primary ul.submenu.level-2>li{
  padding: 22px 22px;
  font-size: inherit;
  line-height: 1.25;
  position: relative;
  margin: 0;
}

header .navigation-primary ul.submenu.level-2>li>a{
  text-transform: uppercase;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  display: block;
  transition: background-color 0.15s linear;
  width: 100%;
  line-height: 1.2;
  word-break: normal;
  word-wrap: normal;
  font-family: 'Open Sans', sans-serif ;
}
header .custom-menu-primary .navigation-primary>ul>li>a:hover{
  text-decoration:underline;
}
.mobile-menu ul.submenu.level-1>li>a:hover{
  text-decoration:underline;
}
.menu-bottom .social-menu>li>a:hover{
  transform: scale(1.1);
}

.header_flag_wrapper {
  line-height: 1.25;
  position: absolute;
  top: -8px;
  right: 0;
}

.header_flag_wrapper .hs_cos_wrapper_type_rich_text>ul>li{
  padding: 22px;
  margin-left: 22px ;
  position: relative;
  top: -1px;
}

.header_flag_wrapper .hs_cos_wrapper_type_rich_text>ul>li>a{
  padding-right: 1rem ;
  padding-left: 1rem ;
}

.header_flag_wrapper .hs_cos_wrapper_type_rich_text>ul>li>a>img{
  width: 26px;
  height: 16px;
  vertical-align: baseline;
}




.header_flag_wrapper .hs_cos_wrapper_type_rich_text>ul ul li img{
  width: 26px;
  height: 16px;
  display: inline;
  vertical-align: baseline;
  margin-top: 2px;
}


@media (min-width:1000px){
  .header_flag_wrapper .hs_cos_wrapper_type_rich_text>ul ul{
    color: #fff;
    font-size: 1.7rem;
    position: absolute;
    right: 9999rem;
    transition: opacity .15s linear,transform .15s linear,right 0s .15s;
    transform: translateY(0.6rem);
    z-index: 1;
    padding: 0;
    left: 0;
    border-radius: 0;
    top: 65px;
    opacity: 0;
    visibility: hidden;
  }
  .header_flag_wrapper .hs_cos_wrapper_type_rich_text>ul>li:hover ul{
    transform: translateY(0);
    transition: opacity 0.15s linear, transform 0.15s linear;
    right: 0;
    left: 0;
    border-radius: 0;
    top: 65px;
    opacity: 1;
    visibility: visible;
  }

  .header_flag_wrapper .hs_cos_wrapper_type_rich_text>ul ul li{
    padding: 0px 30px;
  }
}







@media (min-width: 700px){
  .header-inner {
    padding: 3.8rem 0;
    width: calc(100% - 8rem);
  }
  .site-logo img {
    max-height: 9rem;
    transition: height 0.15s linear, width 0.15s linear, max-height 0.15s linear;
  }
}
@media (min-width: 1000px){
  .header-titles-wrapper {
    margin-right: 4rem;
    max-width: 50%;
    padding: 0;
    text-align: left;
  }
  header .primary-menu-wrapper {
    display: block;
    width: 100%;
  }
  .header-inner .toggle {
    height: 4.4rem;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
    display: none !important;
  }
  header .header-navigation-wrapper {
    align-items: center;
    display: flex;
  }

}

@media (min-width: 1000px){
  .header-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 2.8rem 0;
  } 
  .wp-custom-logo .header-titles {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: -1rem 0 0 -2.4rem;
  }
  .site-logo  {
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    font-weight: 700;
    letter-spacing: -0.0415625em;
    line-height: 1.25;
  }
}
@media (min-width: 1220px){
  header .custom-menu-primary .navigation-primary>ul{
    margin: -0.8rem 0 0 -2.5rem;
  }
}

@media (min-width: 1920px){
  .header-inner {
    max-width: 1820px;
    width: 100%;
  }
}
@media (max-width: 1399px){
  header .custom-menu-primary .navigation-primary>ul>li{
    padding: 22px 2px;
  }
  header.header-footer-group.fix .custom-menu-primary .navigation-primary>ul>li{
    padding: 22px 2px;
  }
  .header-footer-group.fix .navigation-primary ul.submenu.level-2>li{
    padding: 22px 7px;
  }
  header  .navigation-primary ul.submenu.level-2>li{
    padding: 22px 7px;
  }
  .header_flag_wrapper .hs_cos_wrapper_type_rich_text>ul>li{
    padding: 22px 2px;
    top: -2px;
  }

}

@media (max-width:1399px) and (min-width:1000px){
  .header_flag_wrapper .hs_cos_wrapper_type_rich_text>ul ul li{
    padding: 22px 2px ;
  }
}


@media (max-width:1300px) and (min-width:1000px){
  .header_flag_wrapper .hs_cos_wrapper_type_rich_text>ul>li{
    width: 210px;
  }
}

@media (max-width: 1280px){
  .header-inner {
    padding: 0rem 0;
  }
}
@media (max-width: 1280px){
  .site-logo img {
    max-height: 4rem ;
  }
  header .custom-menu-primary .navigation-primary>ul>li>a{
    font-size: 14px!important;
    letter-spacing: -0.4986px;
  }
  header.header-footer-group.fix .custom-menu-primary .navigation-primary>ul>li>a{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 37px;
    height: 37px;
    letter-spacing: 1px;
  }
  header .navigation-primary ul.submenu.level-2>li>a{
    font-size: 14px!important;
  }
  header .navigation-primary ul.submenu.level-2>li{
    padding: 9px 0px;
  }
  header .navigation-primary ul.submenu.level-2{
    top: 60px;
    padding: 0 0px 0 12px;
  }
}
@media (max-width: 1200px){
  .header-inner {
    padding: 15px 0 25px;
  }
  header  .custom-menu-primary .navigation-primary>ul{
    flex-wrap: nowrap;
  }
  header  .custom-menu-primary .navigation-primary>ul>li{
    padding: 9px 0px ;
    margin: 0 0px ;
  }
  header  .custom-menu-primary .navigation-primary>ul>li>a{ 
    font-size: 14px ;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.4986px;
  }
  .site-logo img{
    max-height: 4rem;
    width: 190px!important;
  }
  header.header-footer-group.fix .site-logo img{
    width: 190px !important;
    max-height: 4rem
  }
  header.header-footer-group.fix .custom-menu-primary .navigation-primary>ul>li{
    padding: 9px 0px ;
  }
  header.header-footer-group.fix .custom-menu-primary .navigation-primary>ul>li>a{
    letter-spacing: 0px;
    line-height: 24px;
    height: 24px;
    font-size: 14px ;
    font-weight: 700;
  }
  .header_flag_wrapper{
    position: absolute;
    top: 5px;
    right: 0;
  }
  .header_flag_wrapper .hs_cos_wrapper_type_rich_text>ul>li{
    width: auto;
    padding: 9px 0px;
  }
  header .navigation-primary ul.submenu.level-2{
    top: 34px;
    padding: 0 0px 0 12px;
  }
  header .navigation-primary ul.submenu.level-2>li{
    padding: 9px 0px;
  }
}

@media (max-width:1200px) and (min-width:1000px){
  .header_flag_wrapper .hs_cos_wrapper_type_rich_text>ul>li:hover ul{
    top: 34px;
    padding: 0 0px 0 12px;
  }
  .header_flag_wrapper .hs_cos_wrapper_type_rich_text>ul ul li{
    padding: 9px 0px ;
  }
}



@media (max-width: 1050px){
  header .custom-menu-primary .navigation-primary>ul>li:last-child{
    width: 170px;
  }
}
@media only screen and (min-width: 1000px){
  .menu-modal {
    display: none;
  }
  header .custom-menu-primary .navigation-primary>ul>li:hover >ul.submenu.level-2{
    display:block;
  }


  .custom-menu-primary .navigation-primary>ul>li:nth-child(3) a{
    padding:0px;
  }
}
@media only screen and (max-width: 999px){

  .header-titles-wrapper {
    width: 100%;
  }
  .menu-modal {
    display: flex;
    cursor: pointer;
  }
  span.toggle-inner {
    display: flex;
    justify-content: center;
    height: 2.3rem;
    position: relative;
    padding-top: 0;
  }
  .toggle-icon {
    width: 100%;
    height: 100%;
  }
  .menu-modal {
    background: #F5731E;
    display: none;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    bottom: 0;
    left: -99999rem;
    right: 99999rem;
    top: 0;
    transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
    z-index: 999;
  }
  .menu-modal-inner {
    display: flex;
    justify-content: stretch;
    overflow: auto;
    -ms-overflow-style: auto;
    width: 100%;
    background: #F5731E;
    height: 100%;
  }
  .menu-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem;
    width: calc(100% - 8rem);
    height: 100%;
  }
  .menu-modal .menu-top {
    flex-shrink: 0;
  }
  .mobile-menu {
    display: block;
  }
  .nav_active .menu-modal {
    left: 0;
    opacity: 1;
    right: 0;
    transition: opacity 0.25s ease-out;
    display: block;
  }
  .close-nav-toggle {
    border: none;
    box-shadow: none;
    outline: none ;
    color: #fff ;
    font-size: 1.8rem;
    padding: 4rem 0;
    align-items: center;
    display: flex;
    font-weight: 500;
    justify-content: flex-end;
    width: 100%;
    background: none;
    border-radius: 0;
    letter-spacing: inherit;
    text-transform: none;
    text-transform: none;
    font-family: inherit;
    position: relative;
  }
  button.close-nav-toggle svg {
    height: 2rem;
    width: 2rem;
    overflow: hidden;
    vertical-align: middle;
    max-width: 100%;
    display: block;
    fill: #fff;
  }
  .mobile-menu ul{
    margin:0px;
    padding:0px;
    list-style:none;
    width: 100%;
  }
  .mobile-menu ul.submenu.level-1{
    left: auto;
    width: 100%;
    position: relative;
  }
  .mobile-menu ul.submenu.level-1>li{
    position: relative;
    line-height: 1;
  }
  .modal-menu .ancestor-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .mobile-menu ul.submenu.level-1>li>a{
    color: #fff;
    font-size: 2.4rem;
    padding: 2.5rem;
    display: block;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: -0.0375em;
    font-family: 'Open Sans', sans-serif;
    padding-left: 0;
  }
  .sub-menu-toggle {
    padding: 0 3rem;
    color: #fff;
    border: 0;
    outline: 0;
    cursor: pointer;
    margin: 1rem 0;
    background: 0;
    position: absolute;
    transition: opacity .15s linear;
    top: 0;
    right: 0;
    height: 54px;
    line-height: 54px;

  }
  .mobile-menu ul.submenu.level-1>li:hover{
    background-color:none!important;

  }
  .mobile-menu ul.submenu.level-1>li:hover a{

    color:#fff!important
  }
  .custom-menu-primary .navigation-primary>ul>li:not(:last-child):hover {
    background-color: rgb(255 255 255 / 0%)!important;
  }
  .mobile-menu ul.submenu.level-2{
    padding-left: 5%;
    margin: 0;
    width: 100%;
    background-color: unset;
    display:none;
  }
  .mobile-menu ul.submenu.level-2>li{
    position: relative;
    border: none;
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    justify-content: flex-start;
    margin: 0;
  }
  .mobile-menu ul.submenu.level-2>li>a{
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    display: block;
    padding: 2rem 2.5rem;
    background-color: unset!important;
    font-family: 'Open Sans', sans-serif !important;
    letter-spacing: -0.15px;
  }
  header .navigation-primary ul.submenu.level-2>li>a{
    font-size: 14px!important;
  }
  .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal ;
    word-break: normal;
  }
  .sub-menu-toggle svg {
    max-width: 100%;
    display: block;
    height: 1.1rem;
    width: 1.8rem;
    transition: transform 0.15s linear;
    fill: #fff;
    overflow: hidden;
    vertical-align: middle;
  }
  .open_child .sub-menu-toggle svg {
    transform: rotate(180deg);
  }
  .menu-bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 4.4rem 0;
  }
  .menu-bottom nav {
    width: 100%;
    display: block;
  }
  .menu-bottom .social-menu {
    justify-content: center;
    padding: 0px;
    margin: 0px;
    list-style: none;
  }
  .menu-bottom .social-menu>li{
    position: relative;
    border: none;
    margin: 0.9rem 0 0 0.9rem;
    fill: currentColor;
    line-height: 1.5;
    width: 100%;
    text-align: center;
  }
  .menu-bottom .social-menu>li>a{
    color: inherit;
    text-decoration: none;
    background-color: #cd2653;
    align-items: center;
    background: #cd2653;
    border-radius: 50%;
    display: inline-flex;
    height: 4.4rem;
    justify-content: center;
    padding: 0;
    transition: transform .15s ease-in-out;
    width: 4.4rem;
    fill: currentColor;
  }
  .menu-modal.nav_deactive{
    left: 0;
    opacity: 0;
    right: 0;
    transition: opacity .25s ease-out;
    display: none;
  }

  .header_flag_wrapper{
    position: relative;
  }
  .header_flag_wrapper .hs_cos_wrapper_type_rich_text>ul>li{
    margin-left:0;
  }
  .header_flag_wrapper .hs_cos_wrapper_type_rich_text>ul>li>a{
    display:block;
    font-size: 2.4rem;
    padding: 2.5rem 0;
    line-height: 1;
  }
  .header_flag_wrapper .hs_cos_wrapper_type_rich_text>ul>li{
    padding: 0px 0px;
    top: -5px;
  }
  .header_flag_wrapper .hs_cos_wrapper_type_rich_text>ul ul{
    display:none;
    padding-left: 5%;
    transition: all linear .2s;

  }
  .header_flag_wrapper .hs_cos_wrapper_type_rich_text>ul ul li{
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    top: -2px;
  }
  .header_flag_wrapper .hs_cos_wrapper_type_rich_text>ul ul li a{
    display: block;
    padding: 2rem 2.5rem;
    transition: all linear .2s;
  }


}

@media (max-width:991px){
  header.header-footer-group {
    background-color: grey !important;
    opacity: 0.9;
  }
}



@media only screen and (max-width: 767px){
  header.header-footer-group.fix {
    height: 126px;
    background-color: grey !important;
    opacity: 0.9;
  }
  header.header-footer-group {
    height: 126px;
    background-color: grey !important;
    opacity: 0.9;
  }
}
@media (max-width: 699px){
  .nav-toggle {
    position: absolute;
    bottom: 0;
    right: 0!important;
    top: 0;
    width: 6.6rem;
  }
  .header-titles-wrapper{
    position: relative;
    justify-content: flex-start;
    text-align: left;
    align-items: center;
    display: flex;
    padding: 0 4rem;
    padding-left: 0;
  }
  .mobile-menu ul.submenu.level-1>li{
    padding-left: 20px;
    padding-right: 0px;
  }
  .mobile-menu ul.submenu.level-1{
    position: relative;
    left: calc(50% - 53vw);
    width: 100vw;
  }
  .menu-wrapper{
    width: calc(100% - 4rem);
  }
  button.close-nav-toggle svg {
    height: 1.6rem;
    width: 1.6rem;
  }
  .close-nav-toggle{
    align-items: center;
    display: flex;
    font-size: 1.6rem;
    font-weight: 500;
    justify-content: flex-end;
    padding: 3.1rem 0;
    width: 100%;
  }
  .mobile-menu ul.submenu.level-1>li>a{
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.0375em;
    display: block;
    padding: 2rem 2.5rem;
    text-decoration: none;
    width: 100%;
  }
  .sub-menu-toggle svg{
    height: 0.9rem;
    transition: transform 0.15s linear;
    width: 1.5rem;
  }
  .sub-menu-toggle{
    height: 40px;
    line-height: 40px;
    right: 0px;
    padding-right: 3px;
  }
  body.nav_active {
    overflow-y: scroll;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
  }
  .mobile-menu ul.submenu.level-2>li>a{
    letter-spacing: -0.15px;
  }
}
@media (max-width: 685px){
  .header-top p{
    font-size: 14px;
    line-height: 43.4px;
  }
}
@media (max-width: 640px){
  .header-top p {
    display: block;
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.1;
  }
  .header-top p a {
    display: block ;
  }
  .footer_form .hs-input {
    max-width: 100%!important;
  }

}
@media (max-width: 480px){
  .mobile-menu ul.submenu.level-1>li {
    padding-left: 13px;
    padding-right: 0px;
  }
  .sub-menu-toggle {
    height: 40px;
    line-height: 40px;
    right: 7px;
    padding-right: 3px;
  }
}
@media only screen and (max-width: 360px){
  .header-top p a {
    font-size: 14px;
  }
  .mobile-menu ul.submenu.level-1>li {
    padding-left: 10px;
    padding-right: 0px;
  }
  .sub-menu-toggle {
    height: 40px;
    line-height: 40px;
    right: 12px;
    padding-right: 3px;
  }
  .header_flag_wrapper .hs_cos_wrapper_type_rich_text>ul>li>a{
    padding: 2rem 2.5rem;
    padding-left: 5px!important;
    padding-top: 16px;
  }
  button.sub-menu-toggle.mobile_flag_icon.fill-children-current-color {
    right: 2px;
  }
  .menu-bottom{
    padding-bottom: 40px;
  }
  .menu-bottom .social-menu>li{
    margin:0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
footer.footer ul{

  padding:0px;
  margin:0px;
  list-style:none;
}
.footer_form .submitted-message {
     color: #fff;
    font-family: 'Open Sans',sans-serif;
} 
footer.footer {
  background-color: #384046;
  font-size: 1.8rem;
  padding: 4.3rem 0 0;
  border-color: #dcd7ca;
  border-style: solid;
  border-width: 0;
  color: #000000;
  overflow:hidden;
}
.footer__container{
  padding: 70px 0 50px;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
.footer_row{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.footer_col{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer_col.first_col ul>li.hs-item-has-children{
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  font-family: 'Open Sans', sans-serif ;
  line-height: 1.2;
  display: block;
  letter-spacing: -0.0415625em;

}
.footerIcons a:hover{
  color:#fff;
}
.footer .hs-menu-wrapper>ul>li>a{
  font-size: 18px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif ;
  color: #fff;
  display:block;
  margin-bottom: .5rem;
  line-height: 1.2;
  letter-spacing: -0.0415625em;
}

.footer .hs-menu-wrapper>ul>li{
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  font-family: 'Open Sans', sans-serif ;
  padding-top: 20px;
}

.footer .hs-menu-wrapper>ul>li:first-child{
  padding-top: 0px;
}

.footer .hs-menu-wrapper>ul>li ul li{
  padding: 0px 0 15px;
  line-height: 1.5;
}
.footer .hs-menu-wrapper>ul>li ul li a{
  font-size: 16px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color:#fff;
  transition: all 0.15s linear;
  letter-spacing:-0.15px
}

.footer .hs-menu-wrapper>ul>li ul li a:hover{
  text-decoration: underline;
}
.footer_col.first_fourth img{
  vertical-align: middle;
  border-style: none;
  display: block;
  height: auto;
  max-width: 100%;
}
.footer_col.first_fourth p{
  font-size: 14px;
  color: #8D9296;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif ;
  letter-spacing: normal;
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.footer_form input.hs-button.primary.large:hover{
  text-decoration:underline;
}
.footerIcons a {
  color: #fff ;
  padding: 10px 7px;
  display: inline-block;
  text-decoration: none;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-twitter:before {
  content: "\f099";
}
.footer_form form{
  padding: 20px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  letter-spacing: -0.015em;
}
h3.footer_signup_title {
  color: #fff;
  font-family: 'Open Sans', sans-serif ;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: .5rem;
  line-height: 1.2;
  margin-top: 0;
  letter-spacing: -0.0415625em;
}
.footer_form .hs-input{
  margin: 0 auto 0 0;
  display: block;
  padding: 16px ;
  max-width: 305px;
  border: 1px solid #58595A;
  outline: none;
  color: #8D9296;
  width: 100% ;
  background-color: #58595A;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  font-size: 1.6rem;
  letter-spacing: -0.015em;
  font-family: "Open Sans", sans-serif;
  line-height: inherit;
  height: 54px;
}
.hs_email>label{
  display:none;
}
.footer_form .hs_submit.hs-submit{
  flex: 0 0 30%;
  line-height: 20px;
  padding-left: 10px ;
  max-width: 100%
}
.footer_form .hs_email {
  flex: 0 0 70%;
  line-height: 20px;
  margin-bottom: 20px;
}
.footer_form input.hs-button.primary.large {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.0333em;
  opacity: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.15s linear;
  color: #ffffff;
  height: 54px;
  background-color: transparent ;
  line-height: 45px ;
  outline: none;
  border: 1px solid #fff ;
  cursor: pointer;
  max-width: 100%;
  font-size: 18px;
  width: 100%;
  padding: 5px;
  margin: 0 auto 0 0;
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.footer_form .hs-input:-moz-placeholder {
  color:#8D9296;

}

.footer_form .hs-input::-webkit-input-placeholder {
  color:#8D9296;

}

.bottom-footer {
  background-color: #2F3539;
  padding: 20px;
}
.bottom-footer p{
  max-width: 1170px;
  width: 100%;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin: 0 auto;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif ;
  letter-spacing: -0.15px
}








@media (min-width: 768px){
  .footer_col{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1440px){
  .bottom-footer p{
    max-width: 1480px;
  } 
  .footer__container{
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1600px){
  .footer__container{
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
  }
}


@media (max-width: 1200px){
  .footer__container{
    padding: 0 20px;
  }
  .footer_col.first_col ul>li.hs-item-has-children{
    font-size: 18px;
  }

  .footer .hs-menu-wrapper>ul>li>a{
    font-size: 16px;
  }
  .footer .hs-menu-wrapper>ul>li ul li a{
    font-size: 14px;
  }
  .footer_form .hs_submit.hs-submit{
    padding-left: 0px ;
  }
}
@media (max-width: 800px){
  h3.footer_signup_title{
    font-size: 14px;
  }
  .footer_col.first_fourth p{
    font-size: 12px;
  }
  .footer_form form{
    display: block;
    flex-wrap: wrap;
  }
  .footer_form .hs-input{
    padding: 8px ;
    margin: auto ;
    height: 38px;
  }
  .footer_form .hs_submit.hs-submit{
    max-width: 305px;
    margin: auto;
  }
  .footer_form input.hs-button.primary.large{
    font-size: 18px;
    height: 32px;
    background-color: transparent ;
    line-height: 23px ;
    outline: none;
    border: 1px solid #fff 
  }
  .footer .hs-menu-wrapper>ul>li ul li{
    padding: 0px 0 4px;
  }
  .footer_col.first_col ul>li.hs-item-has-children{
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px){
  .footer_row{
    text-align: center;
  }
  .footer_col.first_fourth img{
    margin: 0 auto;
    text-align: center ;
  }
  .footer_form form{
    padding: 20px 20px ;
  }
  .bottom-footer p{
    text-align: center;
  }
  .footer .hs-menu-wrapper>ul>li:first-child {
    padding-top: 20px;
  }
}
@media (max-width: 640px){
  .footer_col.first_fourth .hs_cos_wrapper .psMenu> a {
    margin-bottom: 10px;
    display: block;
  }
}
@media screen and (max-width: 499px){
  .footer_form input.hs-button.primary.large{
    font-size: 16px ;
    line-height: 1.4 ;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

.comment-date {
  display: block !important;
}
.blog-header {
  background-color: transparent;
  text-align: center;
}
.blog-index_wrap a:hover{
  text-decoration:none!important
}
.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 100%;
  background-color: #384046;
  padding: 30px;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button:hover {

  text-decoration:underline;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

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

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}



.blog_banner{
  background-image: url(//4319278.fs1.hubspotusercontent-na1.net/hubfs/4319278/raw_assets/public/Potential_March2021/images/Resources-banner.png);
  height: 797px;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  z-index: 10;
  position: relative;
}
.blog_banner:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #6F777E;
  top: 0px;
  left: 0;
  opacity: 0.3;
  border-style: solid;
  border-width: 1px 1px 1px;
  border-color: #fff;
  z-index: -2;
}
.blog-banner-content{
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  z-index: 11111;
  position: relative;
}
.blog-content-box {
  padding: 100px 70px;
  max-width: 860px;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.blog-content-box h2 {
  font-size: 52px;
  color: #fff;
  margin: 0;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-family: 'Open Sans', sans-serif ;
  letter-spacing: -0.0415625em;
  font-weight: 800;
}
.blog-content-box p {
  color: #ffffff ;
  font-family: 'Open Sans', sans-serif ;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.15px;
}
.blog-content-box:before {
  content: "";
  background-color: #F5731E;
  width: 40%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.blog-content-box:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 1px 1px 1px;
  border-color: #fff;
  max-width: 472px;
  height: 535px;
  z-index: -2;
  opacity: 0.2;
  margin-left: -16px;
  top: -7%;
  left: 10%;
  width:100%;
}
.blog-index_wrap {
  padding-top: 50px;
}
.blog-index_row{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  height:auto !important;
}
.blog-index__post_wrap{
  position: relative !important;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  left: initial !important;
  top: initial !important;
}
.blogImg img {
  max-width: 714px;
  width: 100%;
  height: 370px;
  object-fit: cover;
}
.blogImg h4{
  color: #000;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif ;
  line-height: 1.1;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis ;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  letter-spacing: -0.0415625em;
}

.blogImg p {
  font-size: 24px;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #8D9296;
  font-family: 'Open Sans', sans-serif ;
  font-weight: 400;
  line-height: 1.5;
}
.blogImg span {
  color: #F5731E;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.015em;
  font-family: 'Open Sans', sans-serif ;
}
.loadMoreBtn {
  padding: 0px 85px;
  color: #F5731E ;
  background-color: #ffffff ;
  border-color: #F5731E ;
  border-radius: 0px ;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  width: 200px;
  height: 55px;
  display: inline-block;
  min-width: 290px ;
  text-transform: uppercase;
  line-height: 50px ;
  border: 2px solid #F5731E;
  margin: 40px auto;
  letter-spacing: -0.015em;
  margin-bottom: 95px;
}
.load_more_wrapper {
  text-align: center;
}
.listing_tag h3{
  color: #000;
  font-size: 0px;
  font-weight: 700;
  margin-top: 89px;
  line-height: 1.1;
  margin-bottom: 66px;
  margin: 6rem auto 3rem;
  letter-spacing: -0.0415625em;
}
a.filter-expand-link {
  display: none;
}
span.filter-link-count{
  display: none;
}
.listing_tag ul{
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.listing_tag ul>li{
  margin: 0px ;
  line-height: 1.5;
}
.listing_tag ul>li>a{
  color: #fff ;
  background-color: #8D9296;
  text-align: center;
  font-size: 18px ;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif ;
  border-color: transparent ;
  width: 200px;
  height: 55px;
  border-radius: 33px;
  line-height: 44px;
  display: block;
  padding: .5rem 1rem;
}
.listing_tag ul>li>a:hover{
  color: #fff ;
  background-color: #F5731E ;
  text-decoration:none;
}
.loadMoreBtn:hover{
  padding: 0px 85px;
  color: #ffffff ;
  background-color: #F5731E ;
  border-color: #ffffff ;
  border-radius: 0px ;
  text-decoration:none;
}


.blog_post_banner {
  width: 100%;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  z-index: 10;
  position: relative;
  height: 797px;
  padding: 0 ;
}
.post-bg {
  height: 797px;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  z-index: 10;
  position: relative;
}
.post-bg:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #6F777E;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.post-banner-content {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  z-index: 11111;
  position: relative;
}
.post_content-box {
  padding: 100px 70px;
  max-width: 860px;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.post_content-box:before {
  content: "";
  background-color: #F5731E;
  width: 40%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.post_content-box h2 {
  font-size: 52px;
  color: #fff;
  margin: 0;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-family: 'Open Sans', sans-serif ;
  font-weight: 800;
  letter-spacing: -0.0415625em;
}
.post_content-box:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 1px 1px 1px;
  border-color: #fff;
  width: 472px;
  height: 535px;
  z-index: -2;
  opacity: 0.2;
  margin-left: -16px;
  top: -7%;
  left: 10%;
}
.blog_post_banner:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #6f777e;
  top: 0px;
  left: 0;
  opacity: .3;
  border-style: solid;
  border-width: 1px 1px 1px;
  border-color: #fff;
  z-index: -2;
  right: 12%;
}
.post_content-box p {
  color: #ffffff ;
  font-family: 'Open Sans', sans-serif ;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.post_content-wrapper{

  margin-top: 60px!important;
  margin: 0 auto;
}
.blog-post__body, .blog-post__body p{
  color: #000;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif ;
  font-weight: 400;
  margin-bottom: 1rem;
  letter-spacing: -0.015em;
}
.share-post {
  margin-top: 80px;
  display: flex;
  align-items: center;
}
p.blogShare {
  font-weight: 700;
  margin-top: 0;
  margin: 0;
  padding-right: 10px;
  color: #000;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif !important;
}
ul.heateor_sss_sharing_ul{
  margin: 1px 0;
  list-style: none;
  padding-left: 0;
}
ul.heateor_sss_sharing_ul>li{
  background: 0 0;
  width: auto;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  clear: none;
  line-height: 1.5;   

}
ul.heateor_sss_sharing_ul>li>i{
  width: 35px;
  height: 35px;
  color: #fff;
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
  background-color: transparent;
  float: left;
  border: none;
  display: block;
  cursor: pointer;
  margin: 2px;
}

.heateorSssFacebookSvg{
  background: url(//4319278.fs1.hubspotusercontent-na1.net/hubfs/4319278/raw_assets/public/Potential_March2021/images/facebooks.svg) no-repeat center center;
  display:block;
}
.heateorSssLinkedinSvg{
  background: url(//4319278.fs1.hubspotusercontent-na1.net/hubfs/4319278/raw_assets/public/Potential_March2021/images/twitter.svg) no-repeat center center;
  display:block;
}
.heateorSssInstagramSvg{
  background: url(//4319278.fs1.hubspotusercontent-na1.net/hubfs/4319278/raw_assets/public/Potential_March2021/images/linkdin.svg) no-repeat center center;
  display:block;

}
.heateorSssTwitterSvg{
  background: url(//4319278.fs1.hubspotusercontent-na1.net/hubfs/4319278/raw_assets/public/Potential_March2021/images/insta.svg) no-repeat center center;
  display:block;
}
.heateorSssSharingSvg {
  width: 100%;
  height: 100%;
}
.related-blog-wraper {
  background: #F5F5F5;
  margin-top: 70px;
}
.blogSlider {
  margin-left: 5%;
  width: 95%;
}
.relBlog h3 {
  margin: 0;
  padding: 15px 16px 59px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.0415625em;
}
.relBlog a {
  padding: 15px 15px;
  font-size: 18px;
  color: #F5731E ;
  font-weight: 700;
  border: 1px solid #F5731E;
  margin-bottom: 59px ;
}
.relBlog {
  max-width: 1402px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.blogSlider{
  padding: 8rem 0;
}


.blog_index_post{
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  box-sizing:content-box;
}

.blog_index_post .relatedBlog{
  padding-right: 15px;
  padding-left: 15px;
}

.relatedBlog img{
  vertical-align: middle;
  max-width: 100%;
  max-height: 374px;
  object-fit: cover;
  display: block;
  width: 100%;
}


.blog_index_post_content h2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.2;
}

.blog_index_post_content h2 a{
  color: #000;
  font-family: 'Open Sans', sans-serif;
}

.blog_index_post_content p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif ;
  font-weight: 400;
  color: #8D9296;
  margin-top: 20px;
}
.relatedBlog .date{
  font-size: 16px;
  font-family: 'Open Sans', sans-serif ;
  font-weight: 400;
  color: #F5731E;
  margin-top: 10px;
}

.blog_recentposts_list .slick-arrow {
  position: absolute;
  bottom: -80px;
  right: 0;
  letter-spacing: .0333em;
  text-align: center;
  transition: opacity .15s linear;
  background: 0;
  border: 0;
  font-size: 0;
  cursor: pointer;
  background-color: #d6d6d6 !important;
  width: 72px;
  height: 67px;
}

.blog_recentposts_list .slick-arrow:focus{
  outline:0;
}
.blog_recentposts_list .slick-arrow.slick-prev {
  right: 72px;
}


.blog_recentposts_list .slick-arrow.slick-prev:before{
  display: block;
  content: '';
  background-image: url(//4319278.fs1.hubspotusercontent-na1.net/hubfs/4319278/raw_assets/public/Potential_March2021/images/Union-12.png);
  background-repeat: no-repeat;
  padding: 30px !important;
  margin: 0 auto;
  background-position: center;

  width: 72px;
  height: 67px;
}

.blog_recentposts_list .slick-arrow.slick-next:before{
  display: block;
  content: '';
  background-image: url(//4319278.fs1.hubspotusercontent-na1.net/hubfs/4319278/raw_assets/public/Potential_March2021/images/Union-6.png);
  background-repeat: no-repeat;
  padding: 30px !important;
  margin: 0 auto;
  background-position: center;
  width: 72px;
  height: 67px;
  right: 0;
  margin-left: -1px;
}

.blog_recentposts_list .slick-arrow:hover{
  background-color: #F5731E !important;
}

.relBlog a{
  font-family: 'Open Sans', sans-serif !important;
}


.relBlog a:hover{
  color: #f5731e;
  text-decoration:underline;
}

@media (min-width: 700px){
  .blogImg h4{
    margin: 4.5rem auto 2.5rem;
  }

}
@media (min-width: 768px){
  .blog-index__post_wrap{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1400px){
  .blogImg {
    margin-bottom: 100px;
    text-align: left;
  }

}
@media (min-width: 1440px){
  .post_content-wrapper {
    width: 100%;
    max-width: 82%;
  }
  .blogSlider {
    margin-left: 8%;
    width: 92%;
  }
}
@media only screen and (max-width: 1600px){
  .blog-content-box{
    top: 60px;
  }
  .blog-content-box:before {
    top: 50px;
    height: 300px;
  }
  .blog-content-box h2 {
    font-size: 46px;
  }
  .blog_listing .content-wrapper {
    max-width: 1200px!important;
  }
  .post_content-box{
    padding: 100px 70px;
    top: 60px;
  }
  .post_content-box h2 {
    font-size: 46px;
  }
  .post_content-box:before {
    top: 50px;
    height: 300px;
  }
  .post-bg{
    top: 0px;
  }
}
@media (max-width: 1439px){
  .post_content-wrapper {
    width: 100%;
    max-width: 1170px;
    margin-top: 60px !important;
    margin: 0 auto;
  }
  .blog_listing .content-wrapper{
    max-width: 1170px!important;
    width: 100%;
  }
}
@media (max-width: 1380px){
  .blog-index__post_wrap {
    position: relative !important;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    left: initial !important;
    top: initial !important;
    margin-bottom: 30px;
  } 
}
@media (max-width: 1300px){
  .blog-content-box:before {
    height: 300px;
    top: 10px;
  }
}
@media (max-width: 1280px){
  .post_content-box h2 {
    font-size: 28px;
  }
  .blog_listing {
    overflow: hidden;
  }
  .blog-content-box h2{
    font-size: 28px;
  }
}
@media (max-width: 1212px){
  .blog_listing {
    overflow: hidden;
  }
}
@media (max-width: 1200px){
  .blog_listing .content-wrapper{
    padding: 0 30px;
  } 
  .blog-content-box {
    top: 0px;
  }
  .post-bg{
    top: 0px;
  }
  .post_content-wrapper {
    padding: 0 60px;
  }
  .blogSlider {
    margin-left: 0;
    width: 100%;
  }
  .relBlog a{
    margin-right: 20px;
  }
  .blog-content-box  h2{
    font-size: 28px;
  }
  .blog-content-box:before {
    height: 250px;
    top: 60px;
  }
  .blog-content-box:after {
    height: 335px;
    top: 0%;
  }
  .post_content-box:before {
    height: 250px;
    top: 60px;
  } 
  .post_content-box{
    top: 0px;
  }
}

@media only screen and (max-width: 991px){
  .blog-content-box:before {
    height: 250px;
  }
  .post_content-box:before {
    height: 250px;

  }
}
@media (max-width: 800px){
  .blog-content-box:before{
    max-height: 50%;
  }
  .blogImg h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 40px;
    margin-bottom: 5px;
  }
  .post_content-box:before {
    max-height: 50%;
  }
  .blogImg img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
@media (max-width: 640px){
  .blog-content-box:before {
    top: 115px !important;
    width: 100%;
    max-width: 50%;
    height: 250px;
  }
  .blog-content-box {
    padding: 150px 80px;

  }
  .post_content-box {
    padding: 150px 80px;
    top: 0px;
  }
  .blog-content-box h2{
    font-size: 30px;
  }
  .post_content-box h2 {
    font-size: 30px;
  }
  .post_content-box:before {
    width: 100%;
    max-width: 50%;
    height: 250px;
    top: 115px !important;
  }
  .post_content-wrapper{
    margin-top: 18px;
    padding: 0 50px;
  }
  .relBlog a {
    padding: 8px 60px;
    font-size: 16px;
  }
  .relBlog{
    flex-direction: column;
  }
  .post_content-box:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 1px 1px 1px;
    border-color: #fff;
    max-width: 472px;
    height: 535px;
    z-index: -2;
    opacity: .2;
    margin-left: -16px;
    top: -7%;
    left: 10%;
    border: 0;
    width: 100%;
  }
  .blog-index__post_wrap {
    position: relative !important;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    left: initial !important;
    top: initial !important;
    margin-bottom: 30px;
  }
  .blog_recentposts_list .slick-list{
    padding: 0 !important;
  }
}



@media only screen and (max-width: 480px){
  .blog-content-box {
    padding: 148px 10px;
  }
  .blog-content-box:before {
    width: 100%;
    max-width: 30%;
    height: 180px;
  }
  .blog-content-box h2 {
    font-size: 26px ;
  }
  .post_content-box:before {
    width: 100%;
    max-width: 30%;
  }
  .post_content-box h2{
    font-size: 26px;
  }
  .post_content-box p{

    margin:0px;
  }
  .blogImg img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .listing_tag ul>li{
    margin-bottom:10px;
  }
}
.blog-index__post_wrap a:hover{
  text-decoration:none;
}
@media(max-width:479px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    display: inline-block;
    max-width: 300px;
    overflow: auto;
    overflow-y: hidden !important;
    margin: 10px 0;
  }
}
@media (max-width: 360px){
  .post-banner-content {
    max-width: 90%;
  }
  .post_content-box {
    top: 0px;
    padding: 148px 23px;
  }
  .post_content-box:before {
    height: 210px ;
  }
  .post_content-wrapper{
    padding: 0 40px;
  }
}
div#comments-listing {
  color: #fff !important;
}
.comment-from h4 a {
  color: #fff;
}
.comment-date {
  color: #fff !important;
}
button.comment-reply-to.hs-button.secondary {
  color: #fff !important;
}
.blog-comments {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.listing_tag ul>li:first-child{
  margin-right:7px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

input.email-edit.hs-input {
  width: 100%!important;
  max-width: 750px!important;
}
.systems-page .hs-input{
  height: 40px!important; 
  width: 100%;
  max-width: 750px;
  display:block;
}
ul.no-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
input#submitbutton {
  max-width: 300px;
  font-size: 13px;
}
.hs-input[type=checkbox], .hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto!important;
  padding: 0 !important;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: 0;
  display: inline-block!important;
  min-height: 0 !important;
  color:#fff;
}
.systems-page form{
  max-width:750px;
  width:100%;
  background-color: #384046;
  padding: 30px;
}
.systems-page  label{
  color: #fff;
  margin-bottom:20px;
}
.systems-page form#email-prefs-form h3 {
  color: #fff;
}
.systems-page  form#email-prefs-form h1, form#email-prefs-form h2  {
  color: #fff;
}
.systems-page  form#email-prefs-form  {
  color: #fff;
}
input#hs-pwd-widget-password{
  display: inline-block;
  margin: 0 auto 0 0;
  padding: 16px;
  border: 1px solid #58595A;
  outline: none;
  color: #8D9296 ;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 1.6rem;
  letter-spacing: -0.015em;
  height: 54px!important;
  max-width:750px;
  display:block;
}

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width:750px;
  width:100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 16px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

@media (max-width: 767px){
  .page-header h1, .page-header h2{
    font-size:25px;
  }
  body.no-banner {
    padding-top: 151px;
  }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}