*, *:before, *:after {
  box-sizing: border-box;
}
/* Variables colors */
/* example: background-color: var(--main-bg-color); */

:root {
  --copper-color: #C1714D;
  --main-bg:      #E5E5E5;
  --main-green:   #78BE21;
  --main-blue:    #004987;
  --light-blue:   #00A3E0;
  --yellow-color: #FFC845;
  --purple-color: #5F249F;
  --light-purple: #C187FF;
  --light-gray:   #C7C9C7;
  --gray-color:   #C4C4C4;
  --white-color:  #FFFFFF;
  --black-color:  #2D2926;
  --dark-gray:    #545859;
  --shuttle-grey: #5B6770;
}

body.purple-style {
  --copper-color: #C1714D;
  --main-bg:      #E5E5E5;
  --main-green:   #78BE21;
  --main-blue:    #5F249F;
  --light-blue:   #C187FF;
  --yellow-color: #FFC845;
  --purple-color: #004987;
  --light-purple: #00A3E0;
  --light-gray:   #C7C9C7;
  --gray-color:   #C4C4C4;
  --white-color:  #FFFFFF;
  --black-color:  #2D2926;
  --dark-gray:    #545859;
  --shuttle-grey: #5B6770;
}


body.purple-style .footer {
  --copper-color: #C1714D;
  --main-bg:      #E5E5E5;
  --main-green:   #78BE21;
  --main-blue:    #004987;
  --light-blue:   #00A3E0;
  --yellow-color: #FFC845;
  --purple-color: #5F249F;
  --light-purple: #C187FF;
  --light-gray:   #C7C9C7;
  --gray-color:   #C4C4C4;
  --white-color:  #FFFFFF;
  --black-color:  #2D2926;
  --dark-gray:    #545859;
  --shuttle-grey: #5B6770;
}
/*! 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;
}
body[data-hs-dragdrop="true"] {
    overflow: hidden;
}

/* 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: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) and (max-width: 1139px) {
    .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: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
    .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: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -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%;
        *width: 99.94680851063829%;
    }

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

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

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

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

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

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

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

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

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

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

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

/* 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 ;
    }
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/*
Fonts
Light:      font-family: 'Proxima Nova Lt'; font-weight: 300;
Regular:    font-family: 'Proxima Nova';    font-weight: normal;
Medium:     font-family: 'Proxima Nova';    font-weight: 500;
SemiBold:   font-family: 'Proxima Nova';    font-weight: 600;
Bold:       font-family: 'Proxima Nova';    font-weight: bold;
*/

@font-face {
  font-family: 'Proxima Nova Lt';
  src: url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/ProximaNova-Light.eot');
  src: url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/ProximaNova-Light.eot#iefix') format('embedded-opentype'),
  url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/ProximaNova-Light.woff2') format('woff2'),
  url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/ProximaNova-Light.woff') format('woff'),
  url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/ProximaNova-Light.ttf') format('truetype'),
  url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/ProximaNova-Regular.eot');
  src: url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/ProximaNova-Regular.eot#iefix') format('embedded-opentype'),
  url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/ProximaNova-Regular.woff2') format('woff2'),
  url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/ProximaNova-Regular.woff') format('woff'),
  url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/ProximaNova-Regular.ttf') format('truetype'),
  url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/ProximaNova-Medium.eot');
  src: url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/ProximaNova-Medium.eot#iefix') format('embedded-opentype'),
  url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/ProximaNova-Medium.woff2') format('woff2'),
  url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/ProximaNova-Medium.woff') format('woff'),
  url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/ProximaNova-Medium.ttf') format('truetype'),
  url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/ProximaNova-Medium.svg#ProximaNova-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/ProximaNova-Semibold.eot');
  src: url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/ProximaNova-Semibold.eot#iefix') format('embedded-opentype'),
  url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/ProximaNova-Semibold.woff2') format('woff2'),
  url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/ProximaNova-Semibold.woff') format('woff'),
  url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/ProximaNova-Semibold.ttf') format('truetype'),
  url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/ProximaNova-Bold.eot');
  src: url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/ProximaNova-Bold.eot#iefix') format('embedded-opentype'),
  url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/ProximaNova-Bold.woff2') format('woff2'),
  url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/ProximaNova-Bold.woff') format('woff'),
  url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/ProximaNova-Bold.ttf') format('truetype'),
  url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* font-family: 'Alfa Slab One', cursive;
   font-weight: normal;
*/
/*@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');*/
@font-face {
  font-family: 'Alfa Slab One';
  src: url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/AlfaSlabOne-Regular.eot');
  src: url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/AlfaSlabOne-Regular.eot#iefix') format('embedded-opentype'),
  url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/AlfaSlabOne-Regular.woff2') format('woff2'),
  url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/AlfaSlabOne-Regular.woff') format('woff'),
  url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/AlfaSlabOne-Regular.ttf') format('truetype'),
  url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/fonts/AlfaSlabOne-Regular.svg#AlfaSlabOne-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


html {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }
}

body {
  color: var(--dark-gray);
  font-family: 'Proxima Nova';
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  overflow-x: hidden !important;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  font-family: 'Proxima Nova' !important;
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: var(--main-blue);
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--black-color);
  font-family: 'Proxima Nova';
  font-weight: bold;
  margin: 0 0 24px;
}

h1 {
  color: var(--black-color);
  font-family: 'Proxima Nova Lt' !important;
  font-size: 2.1rem;
}

h2 {
  color: var(--black-color);
  font-family: 'Proxima Nova' !important;
  font-size: 1.6rem;
}

h3 {
  color: var(--black-color);
  font-family: 'Proxima Nova' !important;
  font-size: 1.25rem;
}

h4 {
  color: var(--black-color);
  font-family: 'Proxima Nova' !important;
  font-size: 34px;
  line-height: 120%;
  letter-spacing: 0.25px;
  font-weight: normal;
}

h5 {
  color: var(--black-color);
  font-family: 'Proxima Nova' !important;
  font-style: normal;
  font-weight: bold !important;
  font-size: 24px !important;
  line-height: 120% !important;
  margin-bottom: 8px;
}

h6 {
  color: var(--black-color);
  font-family: 'Proxima Nova' !important;
  font-style: normal;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 120% !important;
  letter-spacing: 0.15px;
  margin-bottom: 16px;
}

h6.uppercase {
  color: var(--main-blue) !important;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.5rem;
}
ul li,
ol li {
  color: var(--dark-gray);
  font-family: 'Proxima Nova' !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.444444px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
  min-height: 1px;
  margin: 12px 0;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

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


.body-1 {
  color: var(--dark-gray);
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.444444px;
  margin-bottom: 8px;
}

.body-2 {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  margin-bottom: 8px;
}

.subtitle-1 {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 8px;
  mix-blend-mode: normal;
}

.subtitle-2 {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  margin-bottom: 4px;
}

.headline-4 {
  color: var(--black-color);
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 120%;
  letter-spacing: 0.25px;
  mix-blend-mode: normal;
}

.headline-5 {
  color: var(--black-color);
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  mix-blend-mode: normal;
  margin-bottom: 8px;
}

.headline-6 {
  color: var(--black-color);
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.15px;
}


.caption {
  color: var(--black-color);
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  mix-blend-mode: normal;
}

.overline {
  color: var(--black-color);
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  mix-blend-mode: normal;
}

/* desktop */
@media (min-width: 1200px) {
  h1 {
    font-family: 'Proxima Nova Lt' !important;
    font-weight: 300;
    font-size: 96px;
    line-height: 96px;
    letter-spacing: -0.5px;
    margin-bottom: 24px;
    mix-blend-mode: normal;
  }

  h2 {
    font-family: 'Proxima Nova' !important;
    font-weight: bold;
    font-size: 60px ;
    line-height: 72px ;
    letter-spacing: -0.5px ;
  }

  h1.title-large,  h2.title-large {
    font-family: 'Proxima Nova' !important;
    font-weight: bold;
    font-size: 60px ;
    line-height: 72px ;
    letter-spacing: -0.5px ;
    margin-bottom: 24px;
  }


  h1.title-medium, h2.title-medium {
    font-family: 'Proxima Nova' !important;
    font-weight: bold;
    font-size: 54px ;
    line-height: 68px ;
    letter-spacing: -0.5px;
    margin-bottom: 24px;
  }

  h1.title-small, h2.title-small {
    font-family: 'Proxima Nova' !important;
    font-weight: bold;
    font-size: 46px ;
    line-height: 54px ;
    margin-bottom: 24px;
  }

  h3 {
    font-family: 'Proxima Nova';
    font-weight: bold;
    font-size: 48px;
    line-height: 59px;
    margin-bottom: 16px;
  }

  h4 {
    font-family: 'Proxima Nova';
    font-weight: normal;
    font-size: 34px ;
    line-height: 120% ;
    letter-spacing: 0.25px;
    margin-bottom: 16px;
  }

  h5 {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    mix-blend-mode: normal;
  }

  h6 {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.15px;
  }

}

@media (min-width: 768px) and (max-width: 992px) {
  h2 {
    font-size: 32px !important;
  }
  div.headline-5 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
}

/*tablet / desktop*/
@media (min-width: 768px) {
  .hide-desktop-up {
    display: none !important;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .hide-small-only {
    display: none !important;
  }
  div.headline-5 {
    font-size: 17px !important;
    line-height: 21px !important;
  }
}



/* Style Guide */
.palette {
  display: table;
  clear: both;
  width: 100%;
  content: "";
  margin-bottom: 40px;
}
.palette .swatch {
  display: block;
  float: left;
  width: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 90px;
  min-height: 70px;
}
.palette .swatch::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  float: left;
  background-color: #eaeaea;
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.palette .swatch--primary-color::before{
  background-color: #004987;
}
.palette .swatch--secondary-color::before{
  background-color: #C1714D;
}

.palette .swatch--blue-color::before{
  background-color: #004987;
}
.palette .swatch--main-gray-color::before{
  background-color: #C7C9C7;
}
.palette .swatch--green-color::before{
  background-color: #78BE21;
}


.palette .swatch--light-blue-color::before{
  background-color: #00A3E0;
}
.palette .swatch--yellow-color::before{
  background-color: #FFC845;
}
.palette .swatch--purple-color::before{
  background-color: #5F249F;
}

.palette .swatch--shuttle-grey-color::before{
  background-color: #5B6770;
}
.palette .swatch--dark-gray-color::before{
  background-color: #545859;
}
.palette .swatch--black-color::before{
  background-color: #2D2926;
}

.palette .swatch--light-gray::before{
  background-color: #C7C9C7;
}
.palette .swatch--gray-color::before{
  background-color: #C4C4C4;
}
.palette .swatch--white-color::before{
  background-color: #FFFFFF;
  box-shadow: 0px 0px 4px #999;
}

.palette .swatch--copper-color::before{
  background-color: #C1714D;
}
.palette .swatch--copper-gradient-color::before{
  background: linear-gradient(180deg, #B47E52 0%, #BA8462 12.5%, #E1B58E 26.56%, #E3B996 34.9%, #D89D75 47.4%, #D59876 62.5%, #C58660 72.4%, #B77954 86.98%, #AF6A4A 100%);
}
.palette .swatch--light-purple-color::before{
  background-color: #C187FF;
}


.palette .swatch .swatch__title {
  font-size: 19px;
  line-height: 26px;
}

.palette .swatch em {
  display: block;
  clear: both;
}

.txt-white {
  color: var(--white-color) !important;
}

.txt-blue {
  color: var(--main-blue) !important;
}

.txt-copper {
  color: var(--copper-color) !important;
}

.txt-gray {
  color: var(--shuttle-grey) !important;
}

.txt-dark-gray {
  color: var(--dark-gray) !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.txt-texture {
  background: url("https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/copper-2020/bg-horizontal-copper.jpg") no-repeat center center;
  background-size: cover;
  color: var(--white-color);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

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


figure {
  margin: 0;
}

main.body-container-wrapper p {
  color: var(--dark-gray);
  font-family: 'Proxima Nova' !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.444444px;
  margin: 0 0 1rem;
}

main.body-container-wrapper a {
  color: var(--main-blue);
}

main.body-container-wrapper a:hover {
  color: var(--main-blue);
}

main.body-container-wrapper li {
  color: var(--dark-gray);
  font-family: 'Proxima Nova' !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.444444px;
}

main.body-container-wrapper ul.list-group-actions,
main.body-container-wrapper ul.list-group-bg,
main.body-container-wrapper ul.list-group {
  list-style: none;
  padding-left: 0;
}

main.body-container-wrapper ul.list-group li {
  background-color: var(--white-color);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  list-style: none;
  margin-bottom: 16px;
  padding: 16px 32px 16px 62px;
  position: relative;
}

main.body-container-wrapper ul.list-group-simple {
  list-style: none;
  padding-left: 16px;
}

main.body-container-wrapper ul.list-group-simple li {
  list-style: none;
  margin-bottom: 8px;
  padding: 0 0 0 16px;
  position: relative;
}

main.body-container-wrapper ul.list-group-simple li::before {
  background-color: var(--main-blue);
  border-radius: 100% !important;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
}

main.body-container-wrapper ul.list-group-actions li {
  margin-bottom: 16px;
}

main.body-container-wrapper ul.list-group-actions li a {
  background-color: var(--white-color);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  color: var(--black-color);
  display: block;
  list-style: none;
  padding: 16px 32px 16px 62px;
  position: relative;
  text-decoration: none;
}

main.body-container-wrapper ul.list-group-actions li a::before,
main.body-container-wrapper ul.list-group li::before {
  background-color: var(--black-color);
  background-image: url("https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/ic_sharp-check.png");
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 32px;
  left: 14px;
  position: absolute;
  top: 12px;
  width: 32px;
}

/* List group active */
main.body-container-wrapper ul.list-group-actions li:focus a,
main.body-container-wrapper ul.list-group-actions li:hover a,
main.body-container-wrapper ul.list-group-actions li.active a {
  background-color: var(--main-blue);
  color: var(--white-color);
}

main.body-container-wrapper ol.list-order-bg {
  list-style: none;
  padding-left: 50px;
}

main.body-container-wrapper ol.list-order {
  list-style: none;
  padding-left: 30px;
}

main.body-container-wrapper ol.list-order-bg li,
main.body-container-wrapper ol.list-order-wcont li {
  counter-increment: list;

  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;


  list-style-type: none;
  margin-bottom: 24px;
  position: relative;

}

main.body-container-wrapper ol.list-order li {
  counter-increment: list;
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  list-style-type: none;
  margin-bottom: 8px;
  position: relative;

}
main.body-container-wrapper ol.list-order li:before {
  color: var(--main-blue);
  content: counter(list, decimal-leading-zero) ".";
  left: -32px;
  position: absolute;
  text-align: left;
  width: 26px;
}
main.body-container-wrapper ol.list-order-bg li:before {
  background: transparent url("https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/copper-2020/bg-copper.jpg") no-repeat center center;
  border-radius: 100%;
  color: var(--white-color);
  content: counter(list) "";

  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.15px;

  left: -50px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  width: 40px;
}

main.body-container-wrapper ol.list-order-wcont {
  list-style: none;
  padding-left: 60px;
  position: relative;
}

main.body-container-wrapper ul.list-wcont-colors {
  list-style: none;
  padding-left: 60px;
  position: relative;
}


main.body-container-wrapper ol.list-order-wcont::after {
  border-left: 1px dashed var(--copper-color);
  content: "";
  display: block;
  height: 75%;
  left: 25px;
  top: 5%;
  position: absolute;
  width: 2px;
  z-index: 0;
}

main.body-container-wrapper ul.list-wcont-colors li::after {
  border-left: 1px dashed var(--black-color);
  content: "";
  display: block;
  height: calc(100% + 56px);
  left: -48px;
  top: 5%;
  position: absolute;
  width: 2px;
  z-index: -1;
}

main.body-container-wrapper ul.list-wcont-colors li:last-child::after {
  display: none;
}

main.body-container-wrapper ol.list-order-wcont li {
  position: relative;
  z-index: 1;
}

main.body-container-wrapper ul.list-wcont-colors li {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

main.body-container-wrapper ol.list-order-wcont li:before {
  background-color: #EDD5CA;
  border-radius: 100%;
  color: var(--copper-color);
  content: counter(list) "";

  font-family: 'Proxima Nova Lt';
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 0.15px;

  left: -58px;
  margin-top: -5px;
  position: absolute;
  text-align: center;
  width: 48px;
}

main.body-container-wrapper ul.list-wcont-colors li h5,
main.body-container-wrapper ol.list-order-wcont li h5 {
  margin-bottom: 8px;
}


main.body-container-wrapper ul.list-wcont-colors li:before {
  /*background-color: var(--main-blue);*/
  border-radius: 100%;
  color: var(--white-color);
  content: "";
  height: 48px;
  left: -58px;
  margin-top: -5px;
  position: absolute;
  text-align: center;
  width: 48px;
}
main.body-container-wrapper ul.list-wcont-colors li:nth-child(16):before,
main.body-container-wrapper ul.list-wcont-colors li:nth-child(11):before,
main.body-container-wrapper ul.list-wcont-colors li:nth-child(6):before,
main.body-container-wrapper ul.list-wcont-colors li:nth-child(1):before {
  background-color: var(--yellow-color) !important;
}
main.body-container-wrapper ul.list-wcont-colors li:nth-child(17):before,
main.body-container-wrapper ul.list-wcont-colors li:nth-child(12):before,
main.body-container-wrapper ul.list-wcont-colors li:nth-child(7):before,
main.body-container-wrapper ul.list-wcont-colors li:nth-child(2):before {
  background-color: var(--main-green) !important;
}
main.body-container-wrapper ul.list-wcont-colors li:nth-child(18):before,
main.body-container-wrapper ul.list-wcont-colors li:nth-child(13):before,
main.body-container-wrapper ul.list-wcont-colors li:nth-child(8):before,
main.body-container-wrapper ul.list-wcont-colors li:nth-child(3):before {
  background-color: var(--light-blue) !important;
}
main.body-container-wrapper ul.list-wcont-colors li:nth-child(19):before,
main.body-container-wrapper ul.list-wcont-colors li:nth-child(14):before,
main.body-container-wrapper ul.list-wcont-colors li:nth-child(9):before,
main.body-container-wrapper ul.list-wcont-colors li:nth-child(4):before {
  background-color: var(--main-blue) !important;
}
main.body-container-wrapper ul.list-wcont-colors li:nth-child(20):before,
main.body-container-wrapper ul.list-wcont-colors li:nth-child(15):before,
main.body-container-wrapper ul.list-wcont-colors li:nth-child(10):before,
main.body-container-wrapper ul.list-wcont-colors li:nth-child(5):before {
  background-color: var(--copper-color) !important;
}

@media (min-width: 992px) {
  main.body-container-wrapper ol.list-order-wcont,
  main.body-container-wrapper ul.list-wcont-colors {
    padding-left: 74px !important;
  }
  main.body-container-wrapper ol.list-order-wcont li:before,
  main.body-container-wrapper ul.list-wcont-colors li:before {
    left: -72px !important;
  }
}

@media (max-width: 991px) {
  main.body-container-wrapper ul.list-wcont-colors li::after {
    left: -35px;
  }
}


/* Mobile xs */
@media (max-width: 767px) {
  main.body-container-wrapper ol.list-order-bg {
    list-style: none;
    padding-left: 32px;
  }

  main.body-container-wrapper ol.list-order-bg li::before {
    line-height: 24px;
    left: -32px;
    margin-top: 0px;
    width: 24px;
  }

  main.body-container-wrapper ul.list-wcont-colors::after,
  main.body-container-wrapper ol.list-order-wcont::after {
    height: 97%;
    left: 12px;
    top: 3%;
  }

  main.body-container-wrapper ul.list-wcont-colors::after {
    border-left: 1px dashed var(--copper-color);
  }

  main.body-container-wrapper ul.list-wcont-colors,
  main.body-container-wrapper ol.list-order-wcont {
    padding-left: 32px;
  }

  main.body-container-wrapper ol.list-order-wcont li::before {
    font-size: 16px;
    line-height: 24px;
    left: -32px;
    margin-top: 0px;
    width: 24px;
  }

  main.body-container-wrapper ul.list-wcont-colors li {
    margin-bottom: 24px !important;
  }
  main.body-container-wrapper ul.list-wcont-colors li::before {
    height: 24px;
    left: -32px;
    margin-top: 0px;
    width: 24px;
  }

  main.body-container-wrapper ul.list-wcont-colors li h5,
  main.body-container-wrapper ol.list-order-wcont li h5 {
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0.444444px;
    margin-bottom: 8px;
  }

  main.body-container-wrapper ul.list-wcont-colors li::after {
    height: calc(100% + 32px);
    left: -21px;
  }
}

@media (max-width: 480px) {
  main.body-container-wrapper ul.list-group li {
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: 0.25px;
    min-height: 58px;
    padding: 10px 24px 10px 62px !important;
  }
  main.body-container-wrapper ul.list-group-actions li {
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: 0.25px;
  }
  main.body-container-wrapper ul.list-group-actions li a,
  main.body-container-wrapper ul.list-group-actions li a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
}

.purple-style h2 {
  color: var(--main-blue);
}


.widget-type-rich_text ul, .widget-type-rich_text ol {
  margin: 0 0 12px 10px;
  padding-left: 6px;
}

.widget-type-rich_text ul li::marker {
  font-size: 16px;
}

#salemove h3 {
  font-size: 18px !important;
  font-weight: 300;
}
.copper_anchor {
  position: absolute;
  display: block;
  height: 1px;
  top: -150px;
  left: 0;
  width: 100%;
}

@media (max-width: 992px) {
  .copper_anchor {
    position: absolute;
    display: block;
    height: 1px;
    top: -105px;
    left: 0;
    width: 100%;
  }
}
button,
.button {
  background: var(--dark-gray);
  border: 1px solid var(--dark-gray);
  border-radius: 6px;
  color: var(--white-color);
  cursor: pointer;
  display: inline-block;

  height: auto;

  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;


  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.01em;
  mix-blend-mode: normal;
  text-transform: uppercase;
}

button:disabled,
.button:disabled {
  background: var(--gray-color);
  border-color: var(--gray-color);
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background: var(--black-color);
  border-color: var(--black-color);
  color: var(--white-color);
  text-decoration: none;
}

button:active,
.button:active {
  background: var(--shuttle-grey);
  border-color: var(--shuttle-grey);
  color: var(--white-color);
  text-decoration: none;
}

/* New Style */
a.btn-link {
  color: var(--black-color);
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
}
a.btn-link:focus,
a.btn-link:hover {
  color: var(--copper-color);
  text-decoration: underline;
}


a.btn {
  box-shadow: 0px 4px 9px rgba(0, 73, 135, 0.25);
  border-radius: 20px;
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  padding: 8px 24px;
  text-align: center;
  text-decoration: none;
}
a.btn:focus,
a.btn:hover {
  text-decoration: none;
}

/* Style blue btn */
a.btn-bg-blue {
  background: var(--main-blue);
  color: var(--white-color);
}
a.btn-bg-blue:focus,
a.btn-bg-blue:hover {
  background: url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/copper-2020/bg-copper.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: var(--white-color);
}


/* linto-page */
.linto-page {
  clear: both;
  width: 100%;
}
.linto-page a.linkto {
  color: var(--main-blue);
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-decoration: none;
}
.linto-page a.linkto:focus,
.linto-page a.linkto:hover {
  color: var(--copper-color);
  text-decoration: underline;
}

/* linkto-rm */
.linto-page a.linkto-rm {
  background: transparent url("https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/assets/arrowhead-right-outline-purple.png") no-repeat right center;
  color: var(--main-blue);
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.01em;
  padding-right: 32px;
  padding-top: 2px;
  text-transform: uppercase;
  text-decoration: none;
}
.linto-page a.linkto-rm:focus,
.linto-page a.linkto-rm:hover {
  background-image: url("https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/copper-2020/copper-arrow-right-outline.png") !important;
  color: var(--copper-color);
  text-decoration: none;
}

/* linkto-rm White */
.linto-page.txt-white a.linkto-rm {
  background: transparent url("https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/copper-2020/arrowhead-right-outline-1.png") no-repeat right center;
  color: var(--white-color);
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.01em;
  padding-right: 32px;
  padding-top: 2px;
  text-transform: uppercase;
  text-decoration: none;
}
.linto-page.txt-white a.linkto-rm:focus,
.linto-page.txt-white a.linkto-rm:hover {
  background-image: url("https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/copper-2020/arrowhead-right-outline-1.png") !important;
  color: var(--white-color);
  text-decoration: underline;
}



/* Linto-Map */
.linto-page a.linkto-map {
  background: transparent url("https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/assets/map-icon-pin-purple.png") no-repeat 95% center;
  color: var(--main-blue);
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.01em;
  padding-right: 32px;
  padding-bottom: 1px;
  padding-top: 3px;
  text-transform: uppercase;
  text-decoration: none;
}
.linto-page a.linkto-map:focus,
.linto-page a.linkto-map:hover {
  background-image: url("https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/copper-2020/copper-map-icon-pin.png") !important;
  color: var(--copper-color);
  text-decoration: none;
}

/* Linto-Remove */
.linto-page a.linkto-remove {
  background: transparent url("https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/assets/trash-purple.png") no-repeat right center;
  color: var(--main-blue);
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.01em;
  padding-right: 32px;
  padding-top: 2px;
  text-transform: uppercase;
  text-decoration: none;
}
.linto-page a.linkto-remove:focus,
.linto-page a.linkto-remove:hover {
  background-image: url("https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/copper-2020/copper-trash.png") !important;
  color: var(--copper-color);
  text-decoration: none;
}


/* icon-link-card */
.icon-link-card {
  clear: both;
  width: 100%;
}

.icon-link-card a {
  background: transparent url("https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/copper-2020/next-icon-sprite.png") no-repeat 0 0;
  display: block;
  height: 40px;
  width: 40px;
}
.icon-link-card a:focus,
.icon-link-card a:hover {
  background-position: 0 -50px;
}



/* Style buttons */
.wrap-btns {
  display: table;
  clear: both;
  width: 100%;
  content: "";
  margin-bottom: 0;
}
.wrap-btns .wrap-btn-col {
  display: block;
  float: left;
  width: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 0px;
  min-height: 70px;
}

.cont-cta {
  clear: both;
  display: block;
  width: 100%;
}

.cont-cta a {
  border-radius: 34px;
  display: inline-block;
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
  padding: 20px;
  min-height: 54px;
  min-width: 233px;
  -moz-box-sizing: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  vertical-align: middle;
}

.cont-cta.hide {
  clear: both;
  display: none;
  width: 100%;
}
.cont-cta.text-center {
  text-align: center;
}
.cont-cta.text-center a {
  margin: 0 auto !important;
}
.cont-cta a.btn-link,
.cont-cta a.primary-cta {
  align-items: center;
  background: var(--white-color);
  border-radius: 60px;
  border: 1px solid var(--copper-color);
  box-sizing: border-box;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  color: var(--copper-color);
  display: flex;
  font-weight: bold;
  font-size: 14px;
  justify-content: center;
  line-height: 16px;
  height: 52px;
  overflow: hidden;
  padding: 6px 20px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none !important;
  /* Size default */
  min-width: 233px;
  max-width: 233px;
}

.cont-cta.sm-btn a,
.cont-cta.sm-btn a.primary-cta {
  min-width: 150px !important;
  max-width: 150px !important;
}

.cont-cta.md-btn a,
.cont-cta.md-btn a.primary-cta {
  min-width: 233px !important;
  max-width: 233px !important;
}

.cont-cta.lg-btn a,
.cont-cta.lg-btn a.primary-cta {
  min-width: 280px !important;
  max-width: 280px !important;
}

.cont-cta.full-btn a {
  min-width: 100% !important;
  max-width: 100% !important;
}

.cont-cta.btn-red a.simple-link {
  display: flex;
  align-items: center;
}

/* btn red style */
.cont-cta.btn-red a {
  background: url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/copper-2020/bg-copper.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid var(--copper-color);
  color: var(--white-color);
}

.cont-cta.btn-red a:focus,
.cont-cta.btn-red a:hover {
  background: var(--main-blue);
  border: 1px solid var(--main-blue);
  color: var(--white-color);
}
.cont-cta.btn-red a:focus span.arrow,
.cont-cta.btn-red a:hover span.arrow {
  background: var(--white-color);
  box-shadow: 0 0 0 !important;
}

.cont-cta.btn-red.hovered-line a:focus,
.cont-cta.btn-red.hovered-line a:hover {
  background: var(--main-blue);
  border: 1px solid var(--white-color);
  color: var(--white-color);
}

.cont-cta.box-shadow a:focus,
.cont-cta.box-shadow a:hover {
  box-shadow: 0 0 8px var(--shuttle-grey);
}

/* btn blue style */
.cont-cta.btn-blue a {
  background: var(--main-blue);
  border: 1px solid var(--main-blue);
  color: var(--white-color);
}
.cont-cta.btn-blue a span.arrow {
  background: var(--white-color);
}

.cont-cta.btn-blue a:focus,
.cont-cta.btn-blue a:hover {
  background: url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/copper-2020/bg-copper.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid var(--copper-color);
  color: var(--white-color);
}
.cont-cta.btn-blue a:focus span.arrow,
.cont-cta.btn-blue a:hover span.arrow {
  background: var(--white-color);
  box-shadow: 0 0 0 !important;
}

/* btn purple style */
.cont-cta.btn-purple a {
  background: var(--purple-color);
  border: 1px solid var(--purple-color);
  color: var(--white-color);
}
.cont-cta.btn-purple a span.arrow {
  background: var(--white-color);
}

.cont-cta.btn-purple a:focus,
.cont-cta.btn-purple a:hover {
  background: url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/copper-2020/bg-copper.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid var(--copper-color);
  color: var(--white-color);
}
.cont-cta.btn-purple a:focus span.arrow,
.cont-cta.btn-purple a:hover span.arrow {
  background: var(--white-color);
  box-shadow: 0 0 0 !important;
}


/* btn white style */
.cont-cta.btn-white a {
  background: var(--white-color);
  border: 1px solid var(--white-color);
  box-shadow: 0 0 1px #333;
  color: var(--main-blue);
}

.cont-cta.btn-white a span.arrow {
  background: url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/copper-2020/bg-copper.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.cont-cta.btn-white a:focus,
.cont-cta.btn-white a:hover {
  background: url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/copper-2020/bg-copper.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid var(--copper-color);
  color: var(--white-color);
}
.cont-cta.btn-white a:focus span.arrow,
.cont-cta.btn-white a:hover span.arrow {
  background: var(--white-color);
  box-shadow: 0 0 0 !important;
}

/* btn transparent style */
.cont-cta.btn-trans a {
  background: transparent;
  border: 1px solid var(--copper-color);
  color: var(--copper-color);
}

.cont-cta.btn-trans a span.arrow {
  background: var(--white-color);
  box-shadow: -5px 5px 20px #cdcdcd !important;
}

.cont-cta.btn-trans a:focus,
.cont-cta.btn-trans a:hover {
  background: url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/copper-2020/bg-copper.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid var(--copper-color);
  color: var(--white-color);
}
.cont-cta.btn-trans a:focus span.arrow,
.cont-cta.btn-trans a:hover span.arrow {
  background: var(--white-color);
  box-shadow: 0 0 0 !important;
}

/* btn transparent blue style */
.cont-cta.btn-trans-blue a {
  background: transparent;
  border: 1px solid var(--main-blue);
  color: var(--main-blue);
}

.cont-cta.btn-trans-blue a span.arrow {
  background: var(--white-color);
  box-shadow: -5px 5px 20px #cdcdcd !important;
}

.cont-cta.btn-trans-blue a:focus,
.cont-cta.btn-trans-blue a:hover {
  background: var(--main-blue);
  border: 1px solid var(--main-blue);
  color: var(--white-color);
}
.cont-cta.btn-trans-blue a:focus span.arrow,
.cont-cta.btn-trans-blue a:hover span.arrow {
  background: var(--white-color);
  box-shadow: 0 0 0 !important;
}

form input[type="submit"].btn-submit {
  border: none;
  background: var(--main-blue);
  border-radius: 2px;
}

form input[type="submit"].btn-submit:focus,
form input[type="submit"].btn-submit:hover {
  background: var(--copper-color);
}


.cont-cta span.hs-cta-wrapper a.cta_button.copper-cta {
  min-height: auto !important;
}

.cont-cta.md-btn span.hs-cta-wrapper a.cta_button.copper-cta {
  min-width: 191px !important;
  max-width: 191px !important;
}

.cont-cta.sm-btn span.hs-cta-wrapper a.cta_button.copper-cta {
  min-width: 150px !important;
  max-width: 150px !important;
}

.cont-cta.lg-btn span.hs-cta-wrapper a.cta_button.copper-cta {
  min-width: 280px !important;
  max-width: 280px !important;
}

.cont-cta.full-btn span.hs-cta-wrapper a.cta_button.copper-cta {
  min-width: 100% !important;
  max-width: 100% !important;
}



/* Btn CTA Login header static mobile */
@media (min-width: 1100px) {
  header.header .header__logo.header__logo--main #hs_cos_wrapper_btn_login {
    display: none;
  }
}
@media (max-width: 1100px) {

  header.header .header__logo.header__logo--main a.btn-link {
    padding: 10px 16px;
    min-height: 40px;
    background: #fff;
    border: 1px solid var(--main-blue);
    box-shadow: 0 0 0;
    color: var(--main-blue);
    display: flex;
    align-items: center;
    border-radius: 80px;
    min-width: 89px;
    outline: none;
    width: 89px;
    justify-content: center;
    text-decoration: none;
  }
  header.header .header__logo.header__logo--main a.btn-link:hover,
  header.header .header__logo.header__logo--main a.btn-link:focus {
    background: var(--main-blue);
    border: 1px solid var(--main-blue);
    box-shadow: 0 0 0;
    color: #fff !important;
    box-shadow: 0 0 0;
    outline: none;
  }

  .purple-style header.header .header__logo.header__logo--main a.btn-link {
    background: var(--main-blue);
    border: 1px solid var(--main-blue);
    color: #fff !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .cards-h .wrap-cards-h {
    flex-flow: column;
    -moz-flex-flow: column;
    -webkit-flex-flow: column;
  }

  .cards-h .wrap-cards-h > div {
    flex-basis: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .cards-h .wrap-cards-h .card-item {
    padding: 20px 20px 0 !important;
  }

  .cards-h .wrap-cards-h .card-cta {
    background: var(--white-color) !important;
  }
}

/*  CTA PURPLE */
.button-purple {
  border-radius: 34px;
  display: inline-block;
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
  padding: 20px;
  min-width: 233px !important;
  max-width: 233px !important;
  -moz-box-sizing: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  vertical-align: middle;
  background: var(--purple-color) !important;
  border: 1px solid var(--purple-color) !important;
  color: var(--white-color)  !important;;
}

.button-purple:focus,
.button-purple:hover {
  background: url('https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/copper-2020/bg-copper.jpg') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  border: 1px solid var(--copper-color) !important;
  color: var(--white-color) !important;
}
/* Form */

form {
  font-family: 'Proxima Nova', Lato, sans-serif !important;
}

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

/* Labels */

form label {
  color: var(--black-color) !important;
  display: block;
  padding-top: 0;
  text-align: left;
  width: auto;
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 4px;
}

/* Help text - legends */

form legend {
  color: var(--black-color) !important;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 3px;
  color: var(--black-color) !important;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

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

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

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

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: var(--black-color) !important;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* class applies to select element itself, not a wrapper element */
.hs-fieldtype-select select.hs-input {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: 12px 30px 12px 16px !important;
  width: 100%;
  max-width: 100%; /* useful when width is set to anything other than 100% */
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
  border-radius: .5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient.
      for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference

  */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='56' viewBox='0 0 40 56' fill='none'%3E%3Cg filter='url(%23filter0_d)'%3E%3Crect x='8' y='6' width='24' height='40' rx='4' fill='white'/%3E%3C/g%3E%3Cpath d='M25.2946 21.7054C24.9053 22.0947 24.2743 22.095 23.8846 21.7062L20.7063 18.5348C20.316 18.1453 19.684 18.1453 19.2937 18.5348L16.1154 21.7062C15.7257 22.095 15.0947 22.0947 14.7054 21.7054C14.3158 21.3158 14.3158 20.6842 14.7054 20.2946L19.2929 15.7071C19.6834 15.3166 20.3166 15.3166 20.7071 15.7071L25.2946 20.2946C25.6842 20.6842 25.6842 21.3158 25.2946 21.7054Z' fill='%232D2926'/%3E%3Cpath d='M25.2946 30.2946C24.9053 29.9053 24.2743 29.905 23.8846 30.2938L20.7063 33.4652C20.316 33.8547 19.684 33.8547 19.2937 33.4652L16.1154 30.2938C15.7257 29.905 15.0947 29.9053 14.7054 30.2946C14.3158 30.6842 14.3158 31.3158 14.7054 31.7054L19.2929 36.2929C19.6834 36.6834 20.3166 36.6834 20.7071 36.2929L25.2946 31.7054C25.6842 31.3158 25.6842 30.6842 25.2946 30.2946Z' fill='%232D2926'/%3E%3Cdefs%3E%3Cfilter id='filter0_d' x='0' y='0' width='40' height='56' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  linear-gradient(to bottom, #ffffff 100%,#ffffff 100%);
  background-repeat: no-repeat, repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right 0em;
  /* icon size, then gradient */
  background-size: 2.3em auto, 100%;
}
/* Hide arrow icon in IE browsers */
.hs-fieldtype-select select.hs-input::-ms-expand {
  display: none;
}
/* Hover style */
.hs-fieldtype-select select.hs-input:hover {
  border-color: #888;
}
/* Focus style */
.hs-fieldtype-select select.hs-input:focus {
  border-color: #aaa;
  /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

/* Set options to normal weight */
.hs-fieldtype-select select.hs-input option {
  font-weight:normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .hs-fieldtype-select select.hs-input,
:root:lang(ar) .hs-fieldtype-select select.hs-input,
:root:lang(iw) .hs-fieldtype-select select.hs-input {
  background-position: left .7em top 50%, 0 0;
  padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
.hs-fieldtype-select select.hs-input:disabled,
.hs-fieldtype-select select.hs-input[aria-disabled=true] {
  color: graytext;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='56' viewBox='0 0 40 56' fill='none'%3E%3Cg filter='url(%23filter0_d)'%3E%3Crect x='8' y='6' width='24' height='40' rx='4' fill='white'/%3E%3C/g%3E%3Cpath d='M25.2946 21.7054C24.9053 22.0947 24.2743 22.095 23.8846 21.7062L20.7063 18.5348C20.316 18.1453 19.684 18.1453 19.2937 18.5348L16.1154 21.7062C15.7257 22.095 15.0947 22.0947 14.7054 21.7054C14.3158 21.3158 14.3158 20.6842 14.7054 20.2946L19.2929 15.7071C19.6834 15.3166 20.3166 15.3166 20.7071 15.7071L25.2946 20.2946C25.6842 20.6842 25.6842 21.3158 25.2946 21.7054Z' fill='%232D2926'/%3E%3Cpath d='M25.2946 30.2946C24.9053 29.9053 24.2743 29.905 23.8846 30.2938L20.7063 33.4652C20.316 33.8547 19.684 33.8547 19.2937 33.4652L16.1154 30.2938C15.7257 29.905 15.0947 29.9053 14.7054 30.2946C14.3158 30.6842 14.3158 31.3158 14.7054 31.7054L19.2929 36.2929C19.6834 36.6834 20.3166 36.6834 20.7071 36.2929L25.2946 31.7054C25.6842 31.3158 25.6842 30.6842 25.2946 30.2946Z' fill='%232D2926'/%3E%3Cdefs%3E%3Cfilter id='filter0_d' x='0' y='0' width='40' height='56' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
}

.hs-fieldtype-select select.hs-input:disabled:hover,
.hs-fieldtype-select select.hs-input[aria-disabled=true] {
  border-color: #aaa;
}

.hs-fieldtype-select select.hs-input,
.hs-fieldtype-select select.hs-input:focus {
  background-color: #FFF !important;
  border: 1px solid #004987 !important;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px !important;
  color: var(--black-color) !important;
  font-family: 'Proxima Nova';
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
  height: 48px !important;
  line-height: 24px !important;
  letter-spacing: 0.444444px !important;
  outline: none !important;
  padding: 12px 30px 12px 16px !important;
}

.hs-form-field .input input::placeholder,
.hs-form-field .input textarea::placeholder {
  color: #5B6770;
  opacity: 1;
}
.hs-form-field .input input::-webkit-input-placeholder,
.hs-form-field .input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5B6770;
  opacity: 1;
}
.hs-form-field .input input::-moz-placeholder,
.hs-form-field .input textarea::-moz-placeholder { /* Firefox 19+ */
  color: #5B6770;
  opacity: 1;
}
.hs-form-field .input input:-ms-input-placeholder,
.hs-form-field .input textarea:-ms-input-placeholder { /* IE 10+ */
  color: #5B6770;
  opacity: 1;
}
.hs-form-field .input input:-moz-placeholder,
.hs-form-field .input textarea:-moz-placeholder { /* Firefox 18- */
  color: #5B6770;
  opacity: 1;
}

fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

form .hs-fieldtype-text.hs-form-field .input input,
form .hs-fieldtype-text.hs-form-field .input input:focus {
    background-color: #FFFFFF !important;
    border: 1px solid #004987 !important;
    border-radius: 4px !important;
    color: var(--black-color);
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    height: 48px;
    line-height: 24px;
    letter-spacing: 0.444444px;
    outline: none;
    padding: 12px 16px !important;
}
form .hs-form-field .input textarea:focus,
form .hs-form-field .input textarea {
    background-color: #FFFFFF !important;
    border: 1px solid #004987 !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04) !important;
    border-radius: 4px !important;
    color: var(--black-color);
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    min-height: 96px;
    line-height: 24px;
    letter-spacing: 0.444444px;
    padding: 12px 16px !important;
    min-width: 100%;
    max-width: 100%;
    width: 100% !important;
}

@media (max-width: 768px) {
  fieldset.form-columns-2 .input {
    margin-right: 0 !important;
  }
  
  .input {
    margin-right: 0 !important;
  }
  
  .hs-input {
    width: 100% !important;
  }
  
  .actions {
    display: flex;
    justify-content: center;
  }
  
  
}

/* Page resources */
#app-resource-listing li .container,
#app-resource-listing .resource-filters_list li .container {
  padding-top: 0 !important;
}
#app-resource-listing .v-input--selection-controls,
#app-resource-listing .container .v-input--selection-controls {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
#app-resource-listing .container .v-input__control .v-input__slot {
  margin-bottom: 0px !important;
}

#app-resource-listing .v-input--selection-controls__input {
  height: 20px !important;
  margin-right: 5px !important;
  width: 20px !important;
}
#app-resource-listing .v-input--selection-controls__input input[role=checkbox] {
  min-height: 22px !important;
}
#app-resource-listing .v-input--selection-controls__input input[role=checkbox],
#app-resource-listing .v-input--selection-controls__input input[role=radio],
#app-resource-listing .v-input--selection-controls__input input[role=switch] {
  opacity: 1 !important;
}

#app-resource-listing .theme--light.v-input {
  color: transparent !important;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}
.body-container .span12.widget-type-cell {
    max-width: 100%;
    /* overflow-x: hidden; */
}


/* Icon Cards */
.wrap-icon-cards {
    clear: both;
    margin-top: 60px;
    width: 100%;
}

.wrap-icon-cards .group-icon-cards .slick-slide {
    margin-left: 8px;
    margin-right: 8px;
}


.wrap-icon-cards .group-icon-cards .icon-card-item {
    border: 1px solid var(--light-gray);
    box-sizing: border-box;
    border-radius: 4px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}


@media (max-width: 1024px) {
    .body-container--product .widget-type-rich_text {
        padding: 20px 35px;
    }
}

@media (max-width: 768px) {
    .contact-page fieldset.form-columns-2 .input {
         margin-right: 0 !important;
    }
    .contact-page fieldset.form-columns-2 .hs-input {
        max-width: 98%;
    }

    main.body-container-wrapper {
        overflow: hidden;
    }

/*     .banner-section .banner-wrap h2 span {
        display: block !important;
    } */
}

@media (min-width: 1200px) {
    .wrap-icon-cards .group-icon-cards .slick-track {
        padding-top: 35px;
    }
    .wrap-icon-cards .group-icon-cards .icon-card-item:hover {
        margin-top: -32px;
        margin-bottom: 32px;
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }
}

.wrap-icon-cards .group-icon-cards .icon-card-item:hover .btn-blue a {
    background-color: var(--white-color) !important;
    border: 1px solid var(--main-blue) !important;
    color: var(--main-blue) !important;
}

.wrap-icon-cards .group-icon-cards .icon-card-item .btn-blue a:hover {
    background-color: var(--copper-color) !important;
    border: 1px solid var(--copper-color) !important;
    color: var(--white-color) !important;
}


.wrap-icon-cards .group-icon-cards .wp-content-icard {
    background: var(--white-color);
    border-radius: 4px;
    padding: 32px 24px;
}

.wrap-icon-cards .group-icon-cards .head-icard {
    text-align: center;
}
.wrap-icon-cards .group-icon-cards .head-icard figure {
    text-align: center;
    margin-bottom: 24px;
}

.wrap-icon-cards .group-icon-cards .head-icard figure img {
    margin: 0 auto;
}
.wrap-icon-cards .group-icon-cards .head-icard figure img.out-color {
    display: none;
    opacity: 0;
}

.wrap-icon-cards .group-icon-cards .icon-card-item:hover figure img.out-color {
    display: block !important;
    margin: 0 auto;
    opacity: 1;
}

.wrap-icon-cards .group-icon-cards .icon-card-item:hover figure img.full-color {
    display: none !important;
    opacity: 0;
}

.wrap-icon-cards .group-icon-cards h6 {
    margin-bottom: 24px;
    text-align: center;
}
/******** END Icon Cards *****************/


/* LINK CARDS */
.wrap-link-cards {
    clear: both;
    margin-top: 60px;
    width: 100%;
}

.wrap-link-cards .group-link-cards {
    display: flex;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    list-style: none;
    padding-left: 0;
}

.wrap-link-cards .group-link-cards li.link-card-item {
    counter-increment: list;

    flex-basis: 32%;
    max-width: 32%;
    min-width: 32%;
    position: relative;
    width: 32%;
}
.wrap-link-cards .group-link-cards li.link-card-item::before {
    background: transparent url("https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/copper-2020/bg-copper.jpg") no-repeat center center;
    background-size: cover;
    border-radius: 100%;
    color: var(--white-color);
    content: counter(list, decimal-leading-zero) "";
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.15px;
    left: 0px;
    margin-top: 0px;
    position: absolute;
    top: 32px;
    text-align: left;
    width: 40px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.wrap-link-cards .link-card-item .wp-content-linkcard {
    padding: 70px 0 32px;
    position: relative;
}

.wrap-link-cards .link-card-item .wp-content-linkcard::before {
    background: transparent url("https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/copper-2020/bg-horizontal-copper.jpg") no-repeat center center / cover;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@media (max-width: 767px) {
    .wrap-link-cards .group-link-cards {
        flex-flow: column;
        -moz-flex-flow: column;
        -webkit-flex-flow: column;
    }
    .wrap-link-cards .group-link-cards li.link-card-item {
        flex-basis: 100%;
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }
    .wrap-link-cards .link-card-item .wp-content-linkcard {
        padding: 70px 0 40px;
    }
}
/******** END Link Cards *****************/



/* TESTIMONIALS CARDS */
.wrap-test-cards {
    clear: both;
    width: 100%;
}
.wrap-test-cards .group-test-cards {

}
.wrap-test-cards .test-card-item {
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.wrap-test-cards .test-card-item .wp-content-testcard {
    background: #FFFFFF url("https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/copper-2020/quote-icon.png") no-repeat 32px 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 96px 32px 40px;
    position: relative;
}

.wrap-test-cards .test-card-item .box-test-card {
    max-height: 184px;
    overflow: auto;
    padding-right: 12px;
}

.wrap-test-cards .test-card-item .bot-card-start {
    display: block;
    padding-top: 10px;
    padding-bottom: 0px;
    overflow: hidden;
    position: relative;
    text-align: right;
}
.wrap-test-cards .test-card-item .bot-card-start::after {
    background-color: var(--main-blue);
    bottom: 8px;
    content: "";
    display: block;
    left: 0;
    height: 1px;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.wrap-test-cards .test-card-item .bot-card-start img {
    background-color: var(--white-color);
    max-width: 100%;
    float: right;
    padding-left: 5px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .wrap-test-cards .test-card-item .wp-content-testcard {
        background-position: 16px 16px !important;
        padding: 56px 16px 17px !important;
    }
}


/* wrap-glassy-text */
.wrap-glassy-text .content-testimonials .item-testimony {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(16px);
    border-radius: 4px;
    padding: 22px 40px 16px 24px;
    margin: 0 8px;
}
.wrap-glassy-text h6.title-test {
    background: transparent url("https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/copper-2020/quote-icon.png") no-repeat 0 0;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
}
.wrap-glassy-text .body-1 {
    margin-bottom: 9px;
}
.wrap-glassy-text p {
    margin-bottom: 0;
}

.wrap-glassy-text .content-testimonials *,
.wrap-glassy-text .content-testimonials ::before,
.wrap-glassy-text .content-testimonials ::after,
.wrap-glassy-text .content-testimonials .slick-list {
    box-sizing: content-box !important;
}

@media (min-width: 992px) {
    .wrap-glassy-text {
        margin-top: -160px;
        margin-right: -16px;
        padding: 0 16px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .wrap-glassy-text {
        margin-top: -120px;
        padding: 0 16px;
    }
}

@media (min-width: 768px) {
    .wrap-glassy-text h6.title-test {
        display: flex;
        justify-content: space-between;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    .wrap-glassy-text h6.title-test span {
        flex-basis: 105px;
        text-align: right;
        margin-top: 5px;
        width: 105px;
    }
}

@media (max-width: 767px) {
    .wrap-glassy-text {
        margin-top: -50px;
    }
    .wrap-glassy-text .content-testimonials .slick-list {
        padding-top: 16px;
        padding-bottom: 6px;
    }
    .wrap-glassy-text h6.title-test {
        margin-top: -16px;
    }
    .wrap-glassy-text .body-1 {
        max-height: 72px;
        overflow-y: auto;
    }
}

@media (max-width: 480px) {
    .wrap-glassy-text {
        margin-top: -40px !important;
    }
    .wrap-glassy-text .content-testimonials .item-testimony {
        padding: 0px 24px 24px;
    }
    .wrap-glassy-text h6.title-test {
        margin-bottom: 5px;
        padding-top: 40px !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
    }
}

@media (min-width: 992px) {
    .body-container--product .dnd-section {
        /* background-size: auto 130px !important; */
    }

    .locations-page .widget-type-cell > div.row-fluid-wrapper:last-child,
    .single-location .widget-type-cell > div.row-fluid-wrapper:last-child,
    .contact-page .widget-type-cell > div.row-fluid-wrapper:last-child {
        border-radius: 130px 0 0 130px !important;
    }


}
@media (max-width: 991px) {
    .body-container--product .dnd-section,
    .body-container--product .dnd_area-row-3-background-image,
    .body-container--product .dnd_area-row-2-background-image {
        /* background-size: 70px !important; */
    }

    .locations-page .widget-type-cell > div.row-fluid-wrapper:last-child,
    .single-location .widget-type-cell > div.row-fluid-wrapper:last-child,
    .contact-page .widget-type-cell > div.row-fluid-wrapper:last-child {
        border-radius: 70px 0 0 70px !important;
    }
}

/* HOME */
@media (max-width: 768px) {
    .homepage .banner-section.style--variant--one .banner__text .body-1 {
        margin-bottom: 16px !important;
    }

    .homepage .banner-section.style--variant--one .banner-wrap .banner__images {
        padding-top: 32px !important;
    }
}
header.header {
  background-color: var(--white-color) !important;
  border-bottom:1px solid var(--main-blue);
  position: relative;
  transition:all .3s ease;
  width:100%;
  z-index: 99;
}
header.header.fixed {
  position:fixed;
  top:0;
}
header.header.fixed .main__header {
  max-height:100px;
}
@media (min-width:768px) {
  header.header.fixed .main__header {
    min-height:100px;
  }
}
header.header.fixed .header__logo img {
  margin-top:0;
}

/*header.header.fixed .header__row-1,*/
/*header.header.fixed .wrap__main__header::after {*/
/*  display:none;*/
/*}*/

header.header.fixed .header__row-2 nav.navigation-primary .submenu.level-1 > li.menu-item a::after {
  bottom:6px !important;
}
header.header.fixed header.fixed .header__row-2 nav.navigation-primary .submenu.level-1 > li.menu-item a::after {
  bottom:6px !important;
}
header.header.fixed .header__row-2 nav.navigation-primary .submenu.level-1 > li.no-submenu.menu-item:last-child a::after,
header.header.fixed .header__row-2 nav.navigation-primary .submenu.level-1 > li.menu-item:last-child a::after {
  bottom:-3px;
}
header.header #hs_cos_wrapper_mega_menu {
  border-top:1px solid var(--light-blue);
}
header.header .wrap__main__header {
  position:relative
}
header.header .header__container {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

@media (min-width:992px) {
  header.header {
    z-index: 9999 !important;
  }
  header.header .main__header {
    min-height: 109px;
    max-height: 109px;
  }
}

header.header .header__row-1,
header.header .header__row-2 {
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end;
  width:100%;
}
header.header .text-center {
  text-align:center;
  display:block;
}
header.header .header__container {
  background: var(--white-color);
}
header.header .alert .header__container {
  background-color:transparent;
}
header.header .wrap-simple-menu ul.submenu {
  list-style:none;
  position:relative;
  padding-left:0;
  padding-bottom:5px;
  padding-top:12px;
  margin-top:0;
  margin-bottom:0 !important;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
header.header .wrap-simple-menu ul.submenu li.menu-item {
  list-style:none;
  padding:0 10px;
  text-transform:capitalize;
  margin-bottom:0;
}
@media (min-width: 1250px) {
  header.header .wrap-simple-menu ul.submenu li.menu-item {
    padding:0 16px !important;
  }
}

header.header .wrap-simple-menu ul.submenu li.menu-item:first-child {
  margin-left:0;
}

header.header .header__navigation {
  width:100%;
}

header.header .header__navigation nav.navigation-primary .submenu.level-1 {
  display:flex;
  justify-content:space-between;
}

header.header .header__navigation nav.navigation-primary .submenu.level-1 > li.menu-item {
  padding:12px 12px 12px;
}

header.header .header__navigation nav.navigation-primary .submenu.level-1 > li.menu-item > a.menu-link {
  color: var(--black-color) !important;
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: bold !important;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
}

header.header .wrap-simple-menu ul.submenu li.menu-item a[href="#Search"] {
  background: transparent url("https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/copper-2020/search-icon.png") no-repeat 0 center;
  padding-left: 22px;
  text-indent: -9999px;
  overflow: hidden;
}

@media (min-width:992px) {
  header.header .header__navigation nav.navigation-primary .submenu.level-1 > li.menu-item {
    padding:17px 5px 17px;
  }
}
header.header .header__column {
  display:none;
}
@media (min-width:1100px) {
  header.header .header__column {
    display:block;
  }

  header.header .wrap-menu-mobile {
    display:none;
  }
}

@media (min-width:1300px) {
  header.header .wrap-simple-menu ul.submenu li.menu-item a[href="#Search"] {
    text-indent: 0;
  }
}

header.header .header__logo.header__logo--main {
  padding-top:0;
  /*width:100%;*/
  text-align:center;
  min-height:64px;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  justify-content:space-between;
  overflow:hidden;
  /*flex-basis:100%;*/
}
 @media (max-width:1024px) {
  header.header .header__logo.header__logo--main {
    flex-basis:100%;
  }
}
@media (max-width:1300px) {
  #hs_cos_wrapper_btn_login a.btn-link {
    font-size: 14px;
    margin-right: 9px;
  }
}

header.header .header__logo .login {
  display:flex;
  align-items:center;
  position:relative;
  height:100%;
  min-height:64px;
}
@media (min-width:992px) {
  header.header .header__logo .login {
    display:none
  }
}
header.header .header__logo .login::after {
  background-color: var(--copper-color);
  content:"";
  top:auto;
  left:0;
  bottom:0;
  height:3px;
  position:absolute;
  width:100%;
}
header.header .header__logo .login a {
  color:var(--copper-color);
  font-size:16px;
  line-height:26px;
  text-decoration:none;
  width:50px;
}
header.header .header__logo .login a:hover {
  text-decoration:none;
  opacity:.8;
}
header.header .header__logo img {
  max-width:100%;
}
@media (min-width:1100px) {
  header.header .header__logo img {
    margin-top:16px;
  }

  header.header .header__logo--main #hs_cos_wrapper_btn_join_now {
    display: none !important;
  }
}
header.header .header__logo .logo-company-name {
  font-size:28px;
  margin-top:7px;
}
header.header .header__logo--tablet {
  display:none;
}
header.header .header__logo--main {
  padding-top:20px;
}
header.header .wrap-simple-menu {
  display:flex;
  align-items:center;
  justify-content:space-between;
}
@media (min-width:992px) {
  header.header .wrap-simple-menu {
    padding-left: 85px;
  }
}


/* header.header .wrap-simple-menu #hs_cos_wrapper_nav_top_header {
  flex-basis:78%;
} */
header.header .wrap-simple-menu a.animated-button.gibson-three {
  border:0;
  background:var(--copper-color);
  border-radius:16px;
  -moz-transition:all 250ms ease;
  -webkit-transition:all 250ms ease;
  transition:all 250ms ease;
}
header.header .wrap-simple-menu a.animated-button.gibson-three:after,
header.header .wrap-simple-menu a.animated-button.gibson-three:before {
  display:none;
  background: var(--light-blue);
}
header.header .wrap-simple-menu a.animated-button.gibson-three span {
  color: var(--white-color);
  position:absolute;
  top:0;
  height:100%;
  width:100%;
  left:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  line-height:18px;
  letter-spacing:0;
}
header.header .wrap-simple-menu a.animated-button.gibson-three:focus,
header.header .wrap-simple-menu a.animated-button.gibson-three:hover {
  background: var(--light-blue);
}
header.header .wrap-simple-menu .btn.btn-sm.gibson-three {
  margin:0;
  max-width:61px;
  height:26px !important;
  width:61px !important;
  padding:0;
}
@media (min-width:1300px) {
  header .header__container .header__column {
    padding-right:20px;
  }
  header.header .header__row-1 {
    margin-left:-50px !important;
    width:112%;
  }
  header.header .header__row-2 {
    margin-left:-50px !important;
    width:112%;
  }
}
/* header .header__container .header__column {
  flex-basis:74%;
} */
/*
@media (min-width:992px) and (max-width:1099px) {
  header .header__container .header__column {
    flex-basis:82%;
  }
} */

/* @media (min-width:1100px) and (max-width:1200px) {
  header .header__container .header__column {
    flex-basis:78% !important;
  }
} */

header.header .header__logo img {
  max-width:75%;
}

@media (min-width:992px) {
  header.header .header__logo img {
    max-width:100%;
  }
}

@media (max-width:991px) {
  .header__logo #hs_cos_wrapper_site_logo {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  header.header .header__logo img {
    display:block;
    margin:0 0 0 10px;
  }
  header.header .header__logo--main .wrap-menu-mobile {
    margin-right: 20px;
  }
  header.header .header__logo--main .wrap-menu-mobile #menu-mobile {
    border: 1px solid var(--main-blue);
    box-sizing: border-box;
    border-radius: 2px;
    padding: 3px 8px;
  }
}

header.header .header__logo.header__logo--tablet img {
  padding-left:10px;
}

#nav-toggle {
  display:none
}
.header__menu--flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
@media (max-width:1150px) and (min-width:768px) {
  .header__column {
    width:100%;
  }
  .header__logo--tablet {
    display:block;
  }
}
@media (max-width:860px) {
  header.header .header__row-2,
  header.header .header__row-2 .header__navigation,
  header.header .header__row-2 .header__navigation .hs_cos_wrapper,
  header.header .header__row-2 .header__navigation .hs_cos_wrapper .navigation-primary {
    width:100%;
  }
  header.header .header__row-2 .submenu.level-1 > li.menu-item {
    padding:15px 20px 30px 10px !important;
  }
  header .navigation-primary .submenu.level-2 {
    margin-top:50px !important;
  }
  header.header .header__row-2 .submenu.level-1 > li a {
    font-size:15px;
  }
}
@media (max-width:767px) {
  .header__container {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    padding: 0;
  }
  .header__container form {
    max-width:100%;
  }
  .header__logo {
    margin:0 auto;
    width:100%;
  }
  .header__navigation,
  .header__language-switcher {
    display:none;
    width:100%;
  }
  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: var(--white-color);
    display:block;
    height:calc(100vh - 115px);
    left:0;
    position:absolute;
    right:0;
    top:75px;
    z-index:2;
  }
  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor:pointer;
    margin:0 5vw;
    position:relative;
  }
  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display:none;
  }
  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display:block;
    margin-left:0;
    margin-right:auto;
  }
  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display:block;
  }
  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display:none;
    font-size:26px;
    font-weight:600;
    position:absolute;
    left:40px;
    text-transform:uppercase;
    top:-10px;
  }
  .header__column {
    position:relative;
  }
  .header__row-2 {
    -webkit-box-pack:space-between;
    -ms-flex-pack:space-between;
    justify-content:space-between;
    padding:30px;
  }
  .header__navigation--toggle {
    background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-position:top left;
    background-repeat:no-repeat;
    background-size:cover;
    cursor:pointer;
    height:25px;
    width:25px;
  }
  .header__navigation--toggle:after {
    content:"Menu";
  }
  .header__language-switcher--toggle {
    background-image:url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size:cover;
    height:25px;
    width:25px;
  }
  .header__language-switcher--toggle:after {
    content:"Language";
  }
  .header__language-switcher {
    border-top:2px solid #ced4db;
    padding-left:30px;
    padding-right:0
  }
  .header__language-switcher .lang_list_class {
    background-color:inherit;
    border:0;
    border-radius:0;
    box-shadow:unset;
    display:block;
    left:30px;
    opacity:1;
    padding:0 30px;
    top:0;
    visibility:visible;
  }
  .header__language-switcher .lang_list_class li {
    background-color:inherit;
    font-size:22px;
  }
  .header__language-switcher--label-current {
    display:none;
  }
  .header__language-switcher .globe_class {
    background-image:none;
  }
  .header__language-switcher .lang_list_class li:hover {
    background-color:inherit;
  }
  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content:none;
  }
  .header__search--toggle {
    background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size:cover;
    height:25px;
    width:25px;
  }
  .header__search--toggle:after {
    content:"Search";
  }
  .header__search {
    -webkit-box-ordinal-group:2;
    -ms-flex-order:1;
    order:1;
  }
  .header__search .hs-search-field__input {
    padding-left:15px;
  }
  .header__search .hs-search-field__suggestions li {
    padding:10px 0;
  }
  .header__close--toggle {
    background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat:no-repeat;
    background-size:110%;
    display:none;
    height:25px;
    margin-right:0;
    width:25px;
  }
  .header__close--toggle.show {
    display:block;
  }
}


.navigation-primary a {
  color: var(--black-color);
  font-family: 'Proxima Nova';
  font-weight:bold;
  font-size:16px;
  line-height:26px;
}

@media (max-width:800px) {
  header .wrap-simple-menu ul.submenu li.menu-item {
    margin-left:5px;
  }
}
@media (max-width:767px) {
  header div.header__container:nth-child(2) {
    padding-top: 0px;
  }
  .header__logo #hs_cos_wrapper_site_logo {
    margin: 0;
  }
  header .wrap-simple-menu {
    width: 100%;
    text-align: center;
  }
}
header .wrap-simple-menu ul.submenu li.menu-item:first-child {
  margin-left: 0 !important;
}
header .wrap-simple-menu ul.submenu li.menu-item a {
  color: var(--dark-gray);
  box-shadow: 0 0 0 !important;
  font-family: 'Proxima Nova';
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  text-decoration:none;
  padding: 0 2px;
  display: block;
  outline: 0;
}
header .wrap-simple-menu ul.submenu li.menu-item a:focus {
  color: var(--main-blue);
  box-shadow: 0 0 0 !important;
  outline: 0;
}
header .wrap-simple-menu ul.submenu li.menu-item a:hover {
  color: var(--main-blue) !important;
  text-decoration: underline;
  outline: 0;
}

@keyframes search-grow {
  from {
    height:0;
    opacity:0
  }
  to {
    height:50px;
    opacity:1
  }
}
@keyframes search-reduce {
  from {
    height:50px;
    opacity:1
  }
  to {
    height:0;
    opacity:0
  }
}

@media (min-width:768px) {
  .header__search {
    padding: 0;
    width: auto;
  }

  .header__search .wrap-search-top {
    position: absolute;
    top: 49px;
    right: 3px;
    box-shadow: 0px 3px 2px #cdcdcd;
    z-index: 8;
    min-width: 300px;
    height: 50px;
    padding: 0 22px;
    animation: search-grow .5s;
    -moz-animation: search-grow .5s;
    -webkit-animation: search-grow .5s;
    animation-fill-mode: forwards;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header__search #hs_cos_wrapper_site_search {
    margin-right: 22px;
    width: 100%;
  }

  .header__search .hs-search-field {
    position: relative;
  }

  .header__search .hs-search-field__bar {
    position: relative;
  }

  .header__search .hs-search-field__input::placeholder {
    color: transparent;
  }

  .header__search .hs-search-field__input,
  .header__search .hs-search-field__input:hover,
  .header__search .hs-search-field__input:focus {
    border: 1px solid #004987;
    box-sizing: border-box;
    border-radius: 4px;
    height: 32px;
    color: #2a2a2a;
    line-height: 18px;
    font-size: 14px;
    font-weight: 300;
    outline: none !important;
    padding: 0 15px;
    min-height: auto;
  }

  body.purple-style .header__search .hs-search-field__input,
  body.purple-style .header__search .hs-search-field__input:hover,
  body.purple-style .header__search .hs-search-field__input:focus {
    border: 1px solid #5f249f;
  }

  .header__search .hs-search-field__suggestions {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .header__search .close svg {
    width: 20px;
    height: 20px;
  }


}
header .navigation-primary ul input.submenu-toggle,
header .navigation-primary ul .triangle-container {
  display: none !important;
}

header .header__row-2 .header__navigation .hs_cos_wrapper,
header .header__row-2 .header__navigation .hs_cos_wrapper nav.navigation-primary {
  text-align: right;
  min-width: 100%;
  width: 100%;
}

header .navigation-primary a {
  color: var(--black-color);
  font-family: 'Proxima Nova';
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  text-decoration:none;
}
@media (min-width:768px) and (max-width:1099px) {
  header .navigation-primary a {
    font-size: 14px;
  }
}
@media (min-width:1030px) and (max-width:1379px) {
  header .navigation-primary a {
    font-size: 14px !important;
  }
}
@media (min-width:990px) and (max-width:1029px) {
  header .navigation-primary a {
    font-size: 13px !important;
  }
}
header .header__row-2 .navigation-primary a {
  font-weight: normal !important;
}
header .navigation-primary ul.submenu,
header .navigation-primary ul.submenu li,
header .navigation-primary ul.submenu li a {
  text-align: left;
}
header .navigation-primary ul.submenu ul li {
  margin-bottom: 10px;
}
header .navigation-primary ul.submenu ul li a {
  text-decoration: none;
  font-weight: normal !important;
  font-size: 20px;
}
header .navigation-primary ul.submenu ul li:last-child a {
  color:var(--light-blue);
}
header .navigation-primary ul.submenu ul li:last-child a:hover,
header .navigation-primary ul.submenu ul li a:hover {
  color: var(--copper-color);
}
header .navigation-primary .submenu {
  list-style: none;
}
header .navigation-primary .submenu li {
  list-style: none;
}
header .navigation-primary .submenu.level-1 {
  list-style: none;
  padding: 0;
}
header .submenu.level-1 > .has-submenu > .menu-arrow {
  background: transparent url("https://6173259.fs1.hubspotusercontent-na1.net/hubfs/6173259/pw-2020/chevron-dwn.png") no-repeat center center/contain;
  border: none !important;
  display: none;
  margin-left: 1px;
  position: absolute;
  padding: 4px;
  right: 0;
  top: 50px;
  height: 8px;
  width: 12px;
}
header .header__row-2 nav.navigation-primary .submenu.level-1 {
  padding-bottom: 0;
  margin-bottom: 0;
}
header .submenu.level-1 > li.menu-item {
  display: inline-block;
  position: relative;
}
header .submenu.level-1 > li a {
  text-transform: none !important;
}
header .submenu.level-1 > li.type-btn a {
  background-color: transparent;
  border: 1px solid var(--light-blue);
  border-radius: 16px;
  color: var(--main-blue);
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 20px;
  text-decoration: none;
}
header .submenu.level-1 > li.type-btn a:hover {
  background-color: var(--copper-color);
  border: 1px solid var(--copper-color);
  color: var(--white-color);
}
header .navigation-primary .submenu.level-1 > li.has-submenu:hover ul.level-2,
header .navigation-primary .submenu.level-1 > li.has-submenu.active ul.level-2 {
  display: block;
}
header .navigation-primary .submenu.level-2 {
  background-color: var(--white-color);
  display: none;
  position: absolute;
  left: 0;
  top: 22px;
  min-width: 305px;
  padding: 20px;
  margin-top: 50px;
}
header .header__row-2 nav.navigation-primary .submenu.level-1 li a:focus,
header .header__row-2 nav.navigation-primary .submenu.level-1 li a:hover {
  background: none !important;
}
#top-utility {
  position: relative;
  -moz-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  min-width: 100%;
  max-width: 100%;
  padding-bottom: 8px;
  width: 100%;
}
@media (min-width:992px) {
  #top-utility::after {
    content:" ";
    background: var(--copper-color);
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
#top-utility .header__search button.close {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  position: absolute;
}
#top-utility .close {
  outline: none !important;
}
#top-utility a:hover,
#top-utility a:focus,
#top-utility a {
  outline: none !important;
}

@media screen and (min-width:992px) {
  #hs_cos_wrapper_btn_login {
    margin-top: 0px;
  }


  #hs_cos_wrapper_btn_join_now {
    margin-top: 0;
  }
}

@media screen and (max-width:767px) {
  .header__search button.close {
    top: 15px;
  }
}



#menu-mobile {
  cursor: pointer;
  overflow: hidden;
  clear: both;
  display: block;
  outline: 0;
}

#menu-mobile span {
  border-radius: 2px;
  background-color: var(--main-blue);
  display: block;
  height: 3.3px;
  margin: 5px 0;
  width: 23px;
}

#mobile-box {
  z-index: -100;
  opacity: 0;
  position: relative;
}
#mobile-box.active {
  z-index: 100 !important;
  opacity: 1;
}
#wrap-mobile-menu-box {
  z-index: -100;
  opacity: 0;
  position: fixed;
  background: var(--white-color);
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#wrap-mobile-menu-box.active {
  width: 90%;
  z-index: 999;
  opacity: 1;
  height: 100%;
}
.close-mobile {
  width: 32px;
  height: 32px;
  opacity: 1;
  display: block;
  margin-left: 16px;
  margin-top: 16px;
  outline: 0;
}
.close-mobile:hover {
  opacity: 0.8;
}
.close-mobile:before,
.close-mobile:after {
  position: absolute;
  top: 22px;
  left: 30px;
  content:' ';
  height: 22px;
  width: 3px;
  background-color: var(--black-color);
}
.close-mobile:before {
  transform:rotate(45deg);
}
.close-mobile:after {
  transform:rotate(-45deg);
}
#main-menu-mobile {
  margin-top: 16px;
  margin-bottom: 30px;
}
#main-menu-mobile ul.submenu.level-1 {
  list-style:none;
  padding-left: 20px;
}
#main-menu-mobile ul.submenu.level-1 .triangle-container {
  display: none !important;
}
#main-menu-mobile ul.submenu.level-1 li.menu-item input {
  display: none !important;
}
#main-menu-mobile ul.submenu.level-1 li {
  margin-bottom: 16px;
}
#main-menu-mobile ul.submenu.level-1 li a {
  font-weight: normal;
  text-decoration: none;
}
#main-menu-mobile ul.submenu.level-1 li a:focus,
#main-menu-mobile ul.submenu.level-1 li a:hover {
  background: 0;
  color: var(--copper-color);
}
#main-menu-mobile ul.submenu.level-1 li label.menu-arrow {
  width: 20px;
  height: 12px;
  margin-left: 10px;
  display: inline-block;
}
#main-menu-mobile ul.submenu.level-1 li label.menu-arrow span.menu-arrow-bg {
  display: block;
  background:url(https://6173259.fs1.hubspotusercontent-na1.net/hubfs/6173259/pw-2020/chevron.png) no-repeat center right;
  background-size:16px 16px;
  height: 16px;
  width: 16px;
  cursor: pointer;
}
#main-menu-mobile ul.submenu.level-1 li.menu-item ul.level-2 {
  background: transparent !important;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  padding-left: 25px;
  list-style: none;
}
#main-menu-mobile ul.submenu.level-1 li.menu-item ul.level-2 li {
  list-style: none;
  list-style-image: none;
}
#main-menu-mobile ul.submenu.level-1 li.menu-item ul.level-2 li:last-child a {
  color: #c95004 !important;
}
#main-menu-mobile ul.submenu.level-1 li.menu-item ul.level-2 li:last-child a:hover {
  color: #00a8e1 !important;
}
#main-menu-mobile ul.submenu.level-1 li.menu-item.open ul.level-2 {
  display: block !important;
}
#second-menu-mobile ul.submenu.level-1 {
  list-style: none;
  padding-left: 20px;
}
#second-menu-mobile ul.submenu.level-1 li {
  margin-bottom: 12px;
}
#second-menu-mobile ul.submenu.level-1 li a {
  text-decoration: none;
}
#second-menu-mobile ul.submenu.level-1 li a:focus,
#second-menu-mobile ul.submenu.level-1 li a:hover {
  color: var(--copper-color);
}
body.menu-open {
  overflow-y: hidden;
}
#second-menu-mobile li {
  display: none;
}
#second-menu-mobile li:nth-child(1),
#second-menu-mobile li:nth-child(2),
#second-menu-mobile li:nth-child(3),
#second-menu-mobile li:nth-child(4) {
  display: block;
}
header .header__row-2 nav.navigation-primary .submenu.level-1 > li.menu-item i {
  font-size: 16px;
  float: right;
  margin-top: 7px;
  margin-left: 8px;
}

header .header__row-2 nav.navigation-primary .submenu.level-1 > li.menu-item a:after {
  background-color:var(--copper-color);
  background-image: url("https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/copper-2020/bg-copper.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  bottom: -4px;
  content:"";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
  opacity: 0;
  z-index: 99999;
}

header .header__row-2 nav.navigation-primary .submenu.level-1 > li.menu-item a.hovered,
header .header__row-2 nav.navigation-primary .submenu.level-1 > li.menu-item a:hover {
  color: var(--black-color);
}

header .header__row-2 nav.navigation-primary .submenu.level-1 > li.menu-item a.hovered:after,
header .header__row-2 nav.navigation-primary .submenu.level-1 > li.menu-item a:hover:after {
  opacity:1;
}

#mega-menu-mobile {
  position: fixed;
  height: 100%;
  background: var(--white-color);
  width: 90%;
  left: 0;
  top: 0;
  z-index: 999;
  /*transform: translate(-999px,0);*/
  transition: all .85s ease;
}
#mega-menu-mobile.active {
  transition: all .5s ease;
  transform: translate(0,0);
}
#mega-menu-mobile.inactive {
  transition: all .85s ease;
  transform: translate(-999px,0);
}
#mega-menu-mobile #mega-menu .box-one {
  display: none;
}
#mega-menu-mobile #mega-menu {
  position: relative !important;
  height: auto !important;
  box-shadow: 0 0 !important;
}
#mega-menu-mobile #close-mega-menu {
  position: absolute;
  z-index: 99999;
  left: 20px;
  top: 10px;
}
#mega-menu-mobile #close-mega-menu svg {
  width:18px;
  height:18px;
}
#mega-menu-mobile #mega-menu .box-two {
  flex-basis:100%;
  min-width:100%;
  max-width:100%;
  margin:0 auto 20px auto;
  width:100%;
}
#mega-menu-mobile #mega-menu .box-three {
  flex-basis:100%;
  min-width:100%;
  max-width:100%;
  margin:0 auto;
  width:100%;
}
#mega-menu-mobile #mega-menu .box-two ul.submenu {
  padding:20px 0 0 !important;
}
#mega-menu-mobile #mega-menu .card {
  padding:24px 16px !important;
  max-width:100%;
  box-shadow:0px 0 20px rgba(0,0,0,0.08);
}
#mega-menu-mobile #mega-menu .card .content-card {
  padding:16px 0;
}
#main-menu-mobile .navigation-primary li a i {
  margin-left:12px;
}
#main-menu-mobile .navigation-primary > ul.level-1 > li:last-child {
  padding:4px 0 0;
}
#main-menu-mobile .navigation-primary > ul.level-1 > li:last-child a {
  width:105px;
}
#main-menu-mobile ul.submenu.level-1 {
  border-bottom:1px solid var(--white-color);
}
#second-menu-mobile ul.submenu.level-1 li a {
  color: var(--shuttle-grey);
}


/* Toggle Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 14px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--purple-color);
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0px;
  bottom: -2px;
  background-color: var(--dark-gray);
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: var(--light-gray);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--light-gray);
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


#switch-gcu {
  margin-top: 5px;
}

.switch span.label-name {
  color: var(--dark-gray);
  bottom: -6px;
  cursor: pointer;
  font-family: 'Alfa Slab One';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  left: -85px;
  position: absolute;
}

.purple-style .switch span.label-name {
  color: var(--main-blue);
}

.switch span.label-name strong {
  color: var(--dark-gray);
  font-family: 'Alfa Slab One';
  font-weight: normal;
  font-style: normal;
}

/* Calculator */
#switch-calculator {
  margin-top: 0px;
  margin-left: 60px;
  margin-right: 7px;
}

#switch-calculator .slider {
  background-color: #E6C9BB !important;
}

#switch-calculator .slider::before {
  background-color: var(--copper-color) !important;
  background-image: url("https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/copper-2020/bg-horizontal-copper.jpg");
}

#switch-calculator span.label-name {
  color: var(--dark-gray) !important;
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;

  position: absolute;
  left: -52px;
  bottom: -6px;
  cursor: pointer;
}

.v-subheader span.month-calculator {
  color: var(--dark-gray) !important;
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  letter-spacing: 0.1px;
  margin-top: 0px;
}


@media (min-width: 768px) {
  #mobile-box {
    display: none !important;
  }
}

@media (max-width: 480px) {
  #inspire .v-subheader {
    flex-flow: wrap;
    -moz-flex-flow: wrap;
    -webkit-flex-flow: wrap;
  }
  #inspire .v-subheader label.inspire-label {
    width: 90px;
  }
  #inspire .v-subheader div.info-content {
    top: 30px !important;
  }
  #inspire .v-subheader div.info-content::before {
    left: 96px !important;
    top: -7px;
  }
  .clear-both {
    clear: both;
    display: block;
    margin-bottom: 12px !important;
    width: 100%;
  }

  #switch-calculator {
    margin-top: 0;
    margin-left: 46px !important;
  }

}

body > div.body-wrapper {
  position: relative;
}

@media (min-width: 1101px) {
  #float-menu-mobile {
    display: none !important;
  }
  #mobile-box-nav.navbar {
    display: none !important;
  }
}

@media (max-width: 991px) {
  header.header.fixed {
    position: relative !important;
    top: 0 !important;
    border: none !important;
  }
  header.header .header__logo.header__logo--main {
    padding-right: 16px !important;
  }
}
/* ************** Menu Mobile *********************** */

#float-menu-mobile {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(64px);
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  top: auto;
  width: 100%;
  z-index: 9999;
}

#float-menu-mobile .wp-containter {
  display: flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 8px 20px 8px 95px;
}

#float-menu-mobile .wp-containter #switch-gcu {
  margin-top: 16px;
}

#float-menu-mobile a#menu-mobile {
  background-color: var(--copper-color) !important;
  background-image: url("https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/copper-2020/bg-vertical-cooper.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 8px;
  padding: 5px 4.5px !important;
  height: 45px;
  overflow: hidden;
  width: 45px;
}

#float-menu-mobile a#menu-mobile span {
  background-color: #fff !important;
  display: none;
}

.ham .ham-close {
  display: none;
}

/* change ham image to close */
.ham.showclose .ham-close {
  display: block;
}
.ham.showclose .ham-open {
  display: none;
}

#mobile-box-nav.navbar {
  box-shadow: 0 0 5px #cdcdcd;
  bottom: 0;
  position: fixed;
  top: 0;
  left: 0px;
  background: white;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  color: #2D2926;
  transform: translateY(100%);
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  z-index: 1001;
  /*max-width: 360px;*/
  right: 0;
}


#mobile-box-nav.showNav {
  /* show the menu */
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
}


#mobile-box-nav.navbar .wrap-content-menu {
  max-height: 90vh;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  overflow-y: auto;
  max-width: 100%;
  width: 100%;
}


#mobile-box-nav .head-nav {
  margin-bottom: 28px;
  margin-top: 12px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 1009;
}
#mobile-box-nav .head-nav .open-search,
#mobile-box-nav .head-nav .open-search svg {
  height: 24px;
  outline: none !important;
  width: 24px;
}

#mobile-box-nav .head-nav .btn-mbl {
  align-items: center;
  background-color: var(--main-blue);
  box-shadow: 2px 2px 3px rgba(20, 17, 18, 0.25);
  border-radius: 2px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  height: 40px;
  overflow: hidden;
  outline: none !important;
  width: 40px;
}

#mobile-box-nav .head-nav .btn-mbl svg path {
  fill: #FFFFFF !important;
}

#mobile-box-nav .head-nav .header__search .wrap-search-top {
  background: #FFFFFF;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 73px;
  z-index: 1000;
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  border-bottom: 1px solid #2a2a2a;
  box-shadow: 0px 10px 5px -10px rgba(0,0,0,0.75);
  transition: width .5s;
  animation: none;
  padding: 0 22px;
}

#mobile-box-nav .head-nav #hs_cos_wrapper_site_search {
  margin-right: 22px;
  width: 100%;
}

#mobile-box-nav .head-nav .header__search .close svg {
  width: 20px;
  height: 20px;
}

#mobile-box-nav .head-nav .header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #d1d6dc;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  background-color: #fff;
}
#mobile-box-nav .head-nav .header__search .hs-search-field__input {
  padding-left: 15px;
}

#mobile-box-nav .head-nav .header__search .hs-search-field__input,
#mobile-box-nav .head-nav .header__search .hs-search-field__input:hover,
#mobile-box-nav .head-nav .header__search .hs-search-field__input:focus {
  border: 1px solid #003087;
  box-sizing: border-box;
  border-radius: 4px;
  height: 32px;
  color: #2a2a2a;
  line-height: 18px;
  font-size: 14px;
  font-weight: 300;
  outline: none !important;
  padding: 0 15px;
  min-height: auto;
}

#mobile-box-nav .head-nav .header__search .hs-search-field__bar {
  position: relative;
}
#mobile-box-nav .head-nav .header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 1.79px solid #d1d6dc;
  border-top: -2px solid #FFF;
  border-radius: 0 0 6px 6px;
  list-style: none;
  position: absolute;
  width: 100%;
  z-index: 10;
}

#mobile-box-nav .head-nav .header__search .hs-search-field__suggestions #results-for {
  display: none;
  font-weight: bold;
}

#mobile-box-nav .head-nav .header__search .hs-search-field__suggestions li {
  border-top: 1px solid #d1d6dc;
  font-family: Lato,serif;
  font-size: 22px;
  list-style: none;
  padding: 10px 0;
}

#mobile-box-nav .head-nav .header__search .hs-search-field__suggestions li a {
  color: #494a52;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color .3s;
}
#mobile-box-nav .head-nav .hs-search-field__suggestions a:hover,
#mobile-box-nav .head-nav .hs-search-field__suggestions a:focus {
  background-color: rgba(0,0,0,0.1);
  outline: 0;
}




/* basic nav styling below */
#mobile-box-nav.navbar hr {
  background: #EDEBE1;
  color: #EDEBE1;
}
#mobile-box-nav.navbar .wrap-content-menu ul {
  background: none !important;
  border: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-evenly;
  align-items: center;
  padding: 0;
}

#mobile-box-nav.navbar .wrap-content-menu ul.submenu.level-1 li ul {
  display: none;
  padding-left: 16px;
  position: relative !important;
}

#mobile-box-nav.navbar .wrap-content-menu ul.submenu.level-1 li {
  margin-bottom: 16px;
}

#mobile-box-nav.navbar .wrap-content-menu ul li {
  background: none;
  border-radius: 0;
  border: none;
  display: block;
  padding: 0;
  text-align: left;
  width: 100%;
}
#mobile-box-nav.navbar .wrap-content-menu ul li a {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 0;
  color: #2D2926;
  display: block;
  text-decoration: none;
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  outline: none;
  padding: 2px 0 !important;
  text-align: left;
  text-transform: capitalize !important;
  width: 100%;
}
#mobile-box-nav.navbar .wrap-content-menu ul li a:focus,
#mobile-box-nav.navbar .wrap-content-menu ul li a:hover {
  background: none;
  border: none;
  outline: none;
}

#mobile-box-nav.navbar #hs_cos_wrapper_navigation-primary ul.submenu.level-1 > li > a {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.15px;
}
#mobile-box-nav.navbar ul.submenu.level-1 > li.has-submenu label {
  display: none;
}
#mobile-box-nav.navbar ul.submenu.level-1 > li.has-submenu > a.menu-link {
  display: inline;
}

#mobile-box-nav.navbar ul.submenu.level-1 > li.has-submenu > a.menu-link::after {
  background: transparent url("https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/assets/arrow-down.png") no-repeat center center;
  display: inline-block;
  content: "";
  height: 24px;
  margin-left: 5px;
  margin-bottom: -6px;
  width: 24px;
}



#mobile-box-nav.navbar #hs_cos_wrapper_nav_top_header ul.submenu.level-1 li a {
  color: #545859 !important;
}

#mobile-box-nav.navbar #hs_cos_wrapper_nav_top_header ul li a[href="#Search"] {
  display: none;
}



/* Menu Mobile Level Two */
#mobile-box-nav.navbar #mobile-box {
  background: #FFFFFF;
  height: 100%;
  position: absolute;
  padding: 20px;
  top: 0;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  z-index: 999;
  width: 100%;
}

#mobile-box-nav.navbar #mobile-box.inactive {
  right: -100%;
}

#mobile-box-nav.navbar #mobile-box.active {
  display: block !important;
  right: auto;
  left: 0;
  z-index: 100;
}

#mobile-box-nav.navbar #mobile-box.show-nav-l-2 {
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  left: 0px;
}

#mobile-box-nav.navbar #mobile-box .btn-close-l-2 {
  color: #003087;
  position: relative;
  margin-left: 15px;
  max-width: 80%;
  padding-bottom: 6px;
  padding-top: 85px;
}

#mobile-box-nav.navbar #mobile-box .btn-close-l-2 i {
  color: #B7B4AF;
  font-size: 19px;
  margin-right: 9px;
}

#mobile-box-nav.navbar #mobile-box .btn-close-l-2 span {
  color: var(--black-color);
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.15px;
}

/*#mobile-box-nav.navbar #mobile-box .btn-close-l-2::after {*/
/*  background: #EDEBE1;*/
/*  content: "";*/
/*  height: 1px;*/
/*  width: 100%;*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*}*/

#mobile-box-nav.navbar #mobile-box .btn-close-l-2 .btn-mbl {
  color: #FFFFFF;
  margin-top: 9px;
}

#mobile-box-nav.navbar #mobile-box .content {
  margin-top: 0;
  padding-top: 8px;
}


#mobile-box-nav.navbar #mega-menu .wrapper-mega-menu {
  padding: 0px;
  width: 100%;
}



#mobile-box-nav.navbar #mega-menu-mobile .wrap-levels-main-menu {
  max-height: 75vh;
  overflow-y: auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 50px;
}

#mobile-box-nav.navbar .bottom-menu ul li {
  border: 0;
  border-radius: 0;
  display: block;
  float: none;
  margin-bottom: 16px;
  padding: 0 !important;
  width: 100%;
}
#mobile-box-nav.navbar .bottom-menu ul li a {
  border: 0;
  border-radius: 0;
  color: #545859 !important;
  display: block;
  text-decoration: none;
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .1px;
  outline: 0;
  padding: 2px 0 !important;
  text-align: left;
  text-transform: capitalize !important;
  width: 100%;
}
#mobile-box-nav  #mega-menu-mobile #mega-menu ul.submenu-list.level-1 > li.menu-item > a.menu-link {
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.15px;
}

#mobile-box-nav #mega-menu-mobile #mega-menu ul.submenu-list.level-2 li a {
  font-weight: bold;
  color: #545859 !important;
}

#mobile-box-nav.navbar #mobile-box.active #mega-menu-mobile {
  position: fixed;
  height: 100%;
  background: var(--white-color);
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  transform: translate(-999px,0);
  transition: all .85s ease;
}
#mobile-box-nav.navbar #mobile-box.active #mega-menu-mobile {
  transition: all .5s ease;
  transform: translate(0,0);
}

#mobile-box-nav.navbar #mobile-box.inactive #mega-menu-mobile {
  transition: all .85s ease;
  transform: translate(-999px,0);
}

#mobile-box-nav.navbar #mega-menu-mobile #mega-menu {
  height: auto;
  opacity: 1;
  position: relative;
  z-index: 999;
}

#mobile-box-nav.navbar .col-content-left.social-icons {
  display: none !important;
}



#mobile-box-nav.navbar #mega-menu-mobile #mega-menu .box-one,
#mobile-box-nav.navbar #mega-menu-mobile #mega-menu .box-three {
  display: none !important;
}

#mobile-box-nav.navbar #mega-menu-mobile #mega-menu .box-two-col-left,
#mobile-box-nav.navbar #mega-menu-mobile #mega-menu .box-two-col-right {
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}

#mobile-box-nav.navbar #mega-menu-mobile #mega-menu .box-two {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-flow: row wrap;
}

#mobile-box-nav.navbar #mega-menu-mobile #mega-menu .box-two::after {
  display: none;
}

#mobile-box-nav.navbar #mega-menu-mobile #mega-menu .wrap-container-mega-menu {
  padding: 0 0;
  margin: 0;
  width: 100%;
}

#mobile-box-nav.navbar #mega-menu-mobile .content  #mega-menu ul.submenu-list li a i {
  font-size: 14px;
  color: #B7B4AF
}

header.header.header-no-items .header__logo.header__logo--main {
  max-width: 178px;
}

@media (min-width: 1100px) {

}

@media (max-width: 767px) {
  #hs_cos_wrapper_btn_join_now a.btn {
    display: block;
    min-width: 89px;
  }
}
.footer {
  background-color: var(--main-blue) !important;
  color: var(--white-color);
  padding: 80px 0 99px;
  text-align: left;
}

.footer__container.content-wrapper {
  padding: 1rem 0;
}

.footer__copyright {
  color: var(--white-color);
  font-size: 0.7rem;
  margin: 0.5rem 0;
}

footer.footer .footer-column {
  color: var(--white-color);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row wrap;
}
footer.footer .footer-column .col-left {
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}

footer.footer .footer-column .col-right {
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}

footer.footer .logo-footer {
  margin-bottom: 30px;
}

footer.footer .rich-text,
footer.footer .footer-contact-info,
footer.footer .footer-summary {
  color: var(--white-color);
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

footer.footer .rich-text p,
footer.footer .footer-contact-info p,
footer.footer .footer-summary p {
  color: var(--white-color);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}


footer.footer .rich-text p a,
footer.footer .footer-contact-info p a,
footer.footer .footer-summary p a {
  color: var(--white-color);
  text-decoration: none;
}

footer.footer .rich-text a:hover,
footer.footer .footer-contact-info a:hover,
footer.footer .footer-summary a:hover,
footer.footer .footer-summary p a:hover {
  color: var(--light-purple);
  text-decoration: none;
}


footer.footer .rich-text .subtitle-2,
footer.footer .footer-contact-info .subtitle-2,
footer.footer .footer-summary .subtitle-2 {
  color: var(--white-color);
}

footer.footer .rich-text .subtitle-1,
footer.footer .footer-contact-info .subtitle-1,
footer.footer .footer-summary .subtitle-1 {
  color: var(--white-color);
}


#hs_cos_wrapper_nav_footer,
#hs_cos_wrapper_nav_footer .navigation-primary {
  width: 100%;
}

.footer .footer-middle .submenu.level-1 {
  display: flex !important;
}

.footer .footer-middle .submenu.level-1 > .has-submenu > .menu-arrow {
  display: none !important;
}
.footer .footer-middle .submenu.level-2 > li:first-child::before {
  display: none !important;
}

.footer .footer-middle .submenu.level-1 > li.has-submenu {
  /*flex-basis: 25%;*/
  /*min-width: 25%;*/
  max-width: 25%;
  /*width: 25%;*/
}

.footer .footer-middle .submenu.level-1 > .has-submenu > .menu-arrow {
  position: relative !important;
}

.footer .footer-middle .submenu.level-3,
.footer .footer-middle .submenu.level-2 {
  color: var(--white-color);
  background: none !important;
  border: none !important;
  box-shadow: 0 0 0 !important;
  max-width: 100%;
  opacity: 1 !important;
  position: initial !important;
  width: 100%;
}

.footer .col-left-footer .submenu.level-1 {
  display: block !important;
  white-space: normal !important;
}
.footer .col-right-footer .submenu.level-1 > li {
  display: inline-block;
  padding: 0 !important;
  text-transform: uppercase;
}
footer.footer .footer-middle .navigation-primary {
  width: 100%;
}
footer.footer .footer-middle .navigation-primary > ul.submenu {
  display: flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-flow: wrap;
  moz-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
footer.footer .navigation-primary ul.submenu li {
  background-color: transparent;
  border: none !important;
  list-style: none;
  margin-bottom: 7px;
}

footer.footer .navigation-primary ul.submenu li,
footer.footer .navigation-primary ul.submenu li a {
  background-color: transparent !important;
  color: var(--white-color);
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  padding: 0 !important;
  text-decoration: none;
}

footer.footer .footer-middle ul.submenu li a:hover,
footer.footer .footer-middle ul.submenu li a:focus {
  color: var(--light-purple) !important;
}

footer.footer .footer-middle .navigation-primary ul.submenu,
footer.footer .footer-middle nav ul {
  background: none;
  border: none !important;
  box-shadow: 0 0 0 !important;
  display: block;
  left: 0;
  list-style: none;
  padding: 0;
  position: relative !important;
  top: 0;
  opacity: 1;
  text-align: left;
}

footer.footer .submenu.level-3,
footer.footer .submenu.level-2 {
  background-color: transparent !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  margin-bottom: 16px;
}
footer.footer .footer-middle .navigation-primary > ul.level-1 > li.menu-item {
  margin-bottom: 8px;
}
footer.footer .footer-middle .navigation-primary > ul.level-1 > li.menu-item > a.menu-link {
  color: var(--white-color);
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: bold !important;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: block;
}

footer.footer .footer-middle .navigation-primary ul.submenu.level-2 > li.menu-item {
  margin-bottom: 4px;
}

footer.footer .footer-middle .navigation-primary ul.submenu.level-2 > li.no-submenu > a.menu-link {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: normal !important;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
}

footer.footer .footer-middle .navigation-primary ul.submenu.level-2 > li.has-submenu > a.menu-link {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 600 !important;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  margin-bottom: 4px;
}
footer.footer .footer-middle .navigation-primary > ul.level-3 li.menu-item {
  margin-bottom: 4px;
}


/* footer__copyright  */
footer.footer .footer__copyright {
  color: var(--white-color);
  display: flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  /*margin-top: 30px;*/
}

footer.footer .footer__copyright_col-first {
  color: var(--white-color);
  flex-basis: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer.footer .footer__copyright_col-middle {
  color: var(--white-color);
  padding-top: 5px;
  flex-basis: 100%;
  width: 100%;
  text-align: left;
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}

footer.footer .footer__copyright_col-last {
  color: var(--white-color);
  flex-basis: 100%;
  width: 100%;
}

footer.footer .footer__copyright_col-last img {
  max-width: 100%;
  height: auto;
}

footer.footer .footer__copyright_col-middle nav ul.submenu li {
  position: relative;
  padding-right: 2px;
  margin-right: 2px;
}

footer.footer .footer__copyright_col-middle nav ul.submenu li::after {
  content: "|";
  color: var(--white-color);
  display: inline-block;
}

footer.footer .footer__copyright_col-middle nav ul.submenu li a {
  color: var(--white-color);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-transform: capitalize;
}

footer.footer .footer__copyright_col-middle nav ul.submenu li a:focus,
footer.footer .footer__copyright_col-middle nav ul.submenu li a:hover {
  color: var(--copper-color);
}

footer.footer .footer__copyright_col-middle nav ul.submenu li:last-child::after {
  display: none !important;
}

/* social media */

.social-links a.social-links__link .social-links__icon {
  background-color: var(--main-blue);
  border-radius: 50%;
}

.social-links a.social-links__link:focus .social-links__icon,
.social-links a.social-links__link:hover .social-links__icon {
  background-color: var(--copper-color);
}

.social-links a.social-links__link .social-links__icon svg {
  fill: #FFF;
  height: 19px;
}

/* external link text */

.footer .external_link_text {
  color: var(--white-color);
  font-size: 13px;
}

.footer .external_link_text p,
.footer .external_link_text span,
.footer .external_link_text {
  color: var(--white-color);
}

footer.footer .footer-middle .navigation-primary > ul.level-1 > li.menu-item.has-submenu > a.menu-link:hover,
footer.footer .footer-middle .navigation-primary > ul.level-1 > li.menu-item.has-submenu > a.menu-link:focus {
  color: #fff !important;
  cursor: default !important;
}

/* Desktop xl */
@media (min-width: 1200px) {

}

@media (max-width: 1250px) {
  footer.footer .footer__container.content-wrapper {
    padding: 0 1rem !important;
  }
  footer.footer .footer__copyright_col-middle .submenu.level-1 {
    display: inline-block;
    white-space: normal;
  }
}


/* Desk */
@media (min-width: 992px) and (max-width: 1199px) {

}


@media (min-width: 992px) {
  footer.footer .rich-text,
  footer.footer .footer-contact-info,
  footer.footer .footer-summary {
    max-width: 85%;
  }


  footer.footer .footer__copyright_col-first {
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    width: 25%;
    justify-content: flex-start;
  }
  footer.footer .footer__copyright_col-middle {
    flex-basis: 55%;
    min-width: 55%;
    max-width: 55%;
    width: 55%;
  }
  footer.footer .footer__copyright_col-last {
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    width: 25%;
  }

  footer.footer .footer-middle .navigation-primary > ul.submenu {
    margin-top: 20px;
  }



}



@media (min-width: 768px) {
  footer.footer .footer-column {
    flex-flow: row nowrap;
  }
  footer.footer .footer-column .col-left {
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    width: 25%;
  }
  footer.footer .footer-column .col-right {
    flex-basis: 75%;
    min-width: 75%;
    max-width: 75%;
    width: 75%;
  }
}

/* Tablet */
@media (min-width: 992px) and (max-width: 1024px) {
  .footer .footer-middle .submenu.level-1 > li.has-submenu {
    flex-basis: 32%;
    max-width: 32%;
    min-width: 32%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-middle .submenu.level-1 > li.has-submenu {
    flex-basis: 48%;
    max-width: 48%;
    min-width: 48%;
  }
}

/* Mobile */
@media (max-width: 992px) {

  footer.footer .rich-text,
  footer.footer .footer-contact-info,
  footer.footer .footer-summary {
    padding-right: 16px;
  }

  #hs_cos_wrapper_nav_footer,
  #hs_cos_wrapper_nav_footer .navigation-primary {
    width: 100%;
    text-align: center;
  }

  footer.footer .footer__copyright_col-middle .submenu.level-1 {
    display: block;
    white-space: normal;
  }

  footer .footer__copyright {
    text-align: center;
  }

  footer.footer .footer__copyright {
    flex-flow: column;
    -moz-flex-flow: column;
    -webkit-flex-flow: column;
  }

  footer .footer__copyright > div {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }

}

@media (max-width: 767px) {
  footer.footer .footer-middle .navigation-primary > ul.submenu {
    flex-flow: column;
    moz-flex-flow: column;
    -webkit-flex-flow: column;
    width: 100%;
  }

  footer.footer .footer-middle .navigation-primary > ul.level-1 > li.menu-item {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }

  footer.footer {
    padding: 30px 0 50px;
  }

  footer.footer .footer__copyright .footer__copyright_col-first {
    border-bottom: 1px solid var(--white-color);
    padding-bottom: 5px;
  }

  footer.footer .footer__copyright_col-middle nav ul.submenu {
    display: block;
    text-align: left !important;
  }

  footer.footer .footer__copyright_col-middle nav ul.submenu li {
    display: inline-block !important;
    padding-right: 5px !important;
    margin-right: 5px;
    margin-bottom: 5px;
    width: auto !important;
  }
  footer.footer .footer__copyright_col-middle nav ul.submenu li::after {
    display: inline-block !important;
    content: "|" !important;
  }

  footer.footer .footer__copyright_col-middle nav ul.submenu li a {
    display: inline !important;
  }

  footer.footer .footer__copyright_col-last {
    text-align: left !important;
  }



}

/* Mobile xs */
@media (max-width: 480px) {

}




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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* Blog header */
.body-container--blog-post.single-post {
  position: relative;
}

.body-container--blog-post.single-post::before {
  background: transparent url("https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/assets/hero-brown-rock.png") no-repeat center center;
  bottom: auto;
  content: "";
  display: block;
  left: 20%;
  height: 198px;
  position: absolute;
  top: 260px;
  width: 216px;
  z-index: 0;
}

.body-container--blog-post.single-post::after {
  background: transparent url("https://4754707.fs1.hubspotusercontent-na1.net/hubfs/4754707/assets/blue-bubble.png") no-repeat center center;
  bottom: auto;
  content: "";
  display: block;
  right: 15%;
  height: 455px;
  position: absolute;
  top: 60px;
  width: 444.39px;
  z-index: 0;
}



.blog-header {
  background-color: transparent;
  margin-top: 32px;
  position: relative;
  text-align: center;
  z-index: 3;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 996px;
  position: relative;
  z-index: 0;
}

.blog-header__inner .wrap-head--single-post {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 44px 32px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(32px);
  -moz-backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
  border-radius: 4px;

  margin: 0 auto -99px;
  max-width: 996px;
  padding: 56px 16px 21px;
  position: relative;
  z-index: 5;
}


.labels-type a.overline,
.labels-type span.overline a {
  background-color: var(--main-blue);
  border-radius: 2px;
  color: var(--white-color);
  margin-left: 8px;
  margin-right: 8px;
  padding: 4px 16px;
  text-decoration: none;
}

.labels-type span.overline a:focus,
.labels-type span.overline a:hover,
.blog-header .wrap-head--single-post .labels-type a.overline:focus,
.blog-header .wrap-head--single-post .labels-type a.overline:hover {
  background-color: var(--copper-color);
  color: var(--white-color);
  text-decoration: none;
}

.blog-header__inner .blog-header__title {
  color: var(--black-color);
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.5px;
  mix-blend-mode: normal;
  max-width: 792px;
  margin: 16px auto;
  text-align: center;
}

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



.body-container--blog-post.single-post .post-social-image {
  position: relative;
  z-index: 1;
  max-height: 510px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .body-container--blog-post.single-post .post-social-image img {
    object-fit: cover;
    height: 250px;
    width: 100%;
  }
}


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


.content-wrapper.narrow-column {
  max-width: 792px !important;
}

.content-wrapper.narrow-column-small {
  max-width: 588px !important;
}

.content-wrapper.solid-box-w-lead-capture h2 {
  text-align: center;
}

.content-wrapper.solid-box-w-lead-capture .solid-box-lead-section .wrapper-solid-box-lead {
  padding: 0;
  margin-bottom: 75px;
}

/* blog-comments */
.blog-comments #hs_cos_wrapper_blog_comments .post-footer {
  display: flex;
  flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}

.post-footer #comments-listing {
  padding-top: 36px;
}

.post-footer #comments-listing .comment.depth-0 {
  margin-top: 0 !important;
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.post-footer #comments-listing .comment.depth-1 {
  padding-left: 32px;
}

.post-footer #comments-listing .comment.depth-2 {
  padding-left: 64px;
}

.post-footer #comments-listing .comment.depth-3 {
  padding-left: 80px;
}

.post-footer #comments-listing .comment.depth-4 {
  padding-left: 90px;
}

.post-footer #comments-listing .comment.depth-5 {
  padding-left: 106px;
}

.post-footer #comments-listing .comment.depth-6 {
  padding-left: 120px;
}

.post-footer #comments-listing .comment.depth-7 {
  padding-left: 132px;
}

.post-footer #comments-listing .comment.depth-8 {
  padding-left: 146px;
}

.post-footer #comments-listing .comment.depth-9 {
  padding-left: 156px;
}

.post-footer #comments-listing .comment h4,
.post-footer #comments-listing .comment h4 a {
  color: #2D2926;
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  text-decoration: none;
}

.post-footer #comments-listing .comment h4 a:hover {
  color: #2D2926;
  text-decoration: underline;
}

.post-footer #comments-listing .comment .comment-date {
  color: #5B6770;
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  float: right;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-top: 12px;
  text-align: right;
}

.post-footer #comments-listing .comment button.comment-reply-to {
  color: #5B6770;
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.blog-comments .post-footer form label {
  color: #2D2926;
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  margin-bottom: 8px;
}

.blog-comments .post-footer form .input textarea {
  background: #FFFFFF;
  border: 1px solid #004987;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  color: #5B6770;
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.444444px;
  outline: none;
  min-height: 96px;
  padding: 12px 16px !important;
}

.blog-comments .post-footer form .input input {
  background: #FFFFFF;
  border: 1px solid #004987;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  color: #5B6770;
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.444444px;
  height: 48px !important;
  outline: none;
  padding: 12px 16px !important;
}

.blog-comments .post-footer form .input textarea:focus,
.blog-comments .post-footer form .input input:focus {
  box-shadow: 0 0 0;
  outline: none;
}



.blog-comments .post-footer form ul.hs-error-msgs {
  margin: 0;
}

.blog-comments .post-footer form ul.hs-error-msgs li {
  font-family: 'Proxima Nova';
  font-weight: normal;
  margin: 3px 0 0;
}

.blog-comments .post-footer form ul.hs-error-msgs li label {
  color: red;
  font-family: 'Proxima Nova';
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}

/* Button */
.blog-comments .post-footer form .actions input.hs-button {
  background-color: var(--main-blue);
  border: 1px solid var(--main-blue);
  border-radius: 34px;
  color: var(--white-color);
  display: inline-block;
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: .01em;
  min-height: 54px;
  outline: none;
  padding: 20px;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
  min-width: 266px;
  max-width: 266px;
}

.blog-comments .post-footer form .actions input.hs-button:focus,
.blog-comments .post-footer form .actions input.hs-button:hover {
  background-color: var(--main-blue);
  border: 1px solid var(--main-blue);
  color: var(--white-color);
}

@media screen and (min-width: 1301px) and (max-width: 1600px) {
  .body-container--blog-post.single-post::before {
    left: 5%;
  }

  .body-container--blog-post.single-post::after {
    right: 5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .body-container--blog-post.single-post::before {
    left: -5%;
  }

  .body-container--blog-post.single-post::after {
    right: -5%;
  }
}


@media screen and (max-width: 1023px) {
  .blog-header__inner .wrap-head--single-post {
    max-width: 90% !important;
  }
}

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

  .content-wrapper.solid-box-w-lead-capture h2 {
    font-size: 48px !important;
    line-height: 130% !important;
  }

  /* comments form */
  .blog-comments .post-footer form div.hs_firstname {
    max-width: 32%;
    float: left;
    margin-right: 2%;
  }

  .blog-comments .post-footer form div.hs_lastname {
    max-width: 32%;
    float: left;
  }

  .blog-comments .post-footer form div.hs_email {
    max-width: 32%;
    float: right;
  }

  .blog-comments .post-footer form div.hs_website {
    clear: both;
    max-width: 100%;
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .body-container--blog-post.single-post::before {
    background-size: contain !important;
    left: -56px;
    height: 198px;
    width: 194px;
  }

  .body-container--blog-post.single-post::after {
    background-size: contain !important;
    right: -32px;
    height: 158px;
    top: -10px;
    width: 181px;
  }

  .blog-header__inner .wrap-head--single-post {
    margin: 0 auto !important;
  }

  .blog-header__inner .blog-header__title {
    font-size: 36px !important;
    line-height: 130% !important;
    text-align: center;
  }

  .content-wrapper.solid-box-w-lead-capture h2 {
    font-size: 45px !important;
    line-height: 54px !important;
    letter-spacing: -0.375px !important;
  }

  .content-wrapper.solid-box-w-lead-capture .solid-box-lead-section .wrapper-solid-box-lead {
    padding: 0;
    margin-bottom: 45px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  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);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

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

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

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  display: block;
  background-image: url('https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.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;
}

.single-post img,
.single-post .content-wrapper img,
.blog-index__post img {
  height: auto;
  max-width: 100%;
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.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 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.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 post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 2rem 0 24px;
}

.blog-post h1 {
  font-size: 1.6rem;
}

.read-post-time {
  margin-bottom: 16px;
}


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

.blog-post__meta a {
  color: var(--black-color);
  text-decoration: none;
}

.blog-post__meta a:focus,
.blog-post__meta a:hover {
  color: var(--black-color);
  text-decoration: none;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

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

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}

/* Blog related posts */

.blog-recent-posts {
  background-color: #FFFFFF;
  margin-top: 3rem;
  padding: 0 0 2rem;
}

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

.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-recent-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0.5rem;
}

.blog-recent-posts__post a {
  text-decoration: none;
}

.blog-recent-posts__post a:focus,
.blog-recent-posts__post a:hover {
  text-decoration: none;
}

.blog-recent-posts__post .blog-post__body {
  display: none;
}

.blog-recent-posts__post .labels-type span {
  background-color: var(--main-blue);
  border-radius: 2px;
  color: var(--white-color);
  margin-right: 16px;
  padding: 4px 16px;
}

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

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/4);
    flex: 0 0 calc(100%/4);
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */

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

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

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

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

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

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

.single-post .wrap-two-column .hero-header h6,
.single-post .wrap-two-column .hero-header h6 a {
  color: var(--black-color);
  text-decoration: none;
}

.single-post .wrap-two-column .hero-header h6 a:focus,
.single-post .wrap-two-column .hero-header h6 a:hover {
  color: var(--black-color);
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .single-post .wrap-two-column {
    display: flex;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
  }

  .single-post .wrap-two-column .hero-header {
    flex-basis: 378px;
    min-width: 378px;
    max-width: 378px;
    width: 378px;
  }
}

@media screen and (max-width: 767px) {
  .single-post .wrap-two-column .share-social-link-bot {
    margin-bottom: 24px;
    margin-top: 24px;
  }
}

.blog-prev-next-posts {
  max-width: 832px;
  margin: 64px auto;
  padding: 0 32px;
}

.blog-prev-next-posts__inner {
  display: flex;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  padding: 24px 16px;
  justify-content: space-between;
}

.blog-prev-post {
  width: 50%;
  border-right: 1px solid var(--gray-color);
  padding: 20px;
}

.blog-next-post {
  width: 50%;
  padding: 20px;
}

.blog-prev-next-post_label {
  color: #2D2926;
  margin-bottom: 16px;
}

.blog-prev-next-post_title {
  color: var(--dark-gray);
  margin-bottom: 24px;
}

.blog-prev-next-post_link {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #004987;
  display: block;
}

@media (max-width: 768px) {
  .blog-prev-next-posts {
    padding: 0 16px;
  }

  .blog-prev-next-posts__inner {
    padding: 16px 0;
  }

  .blog-prev-post {
    padding: 8px;
  }

  .blog-prev-next-post_label {
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0.15px !important;
  }

  .blog-prev-next-post_title {
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0.444444px !important;
    font-weight: normal !important;
    margin-bottom: 8px;
  }

  .blog-next-post {
    padding: 8px;
  }

  .blog-recent-posts__post {
    padding: .5rem 0;
  }
}


.hs-blog-listing h1.blog-header__title {
	font-family: 'Proxima Nova' !important;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 8px;
	mix-blend-mode: normal;
  font-size: 60px !important;
line-height: 72px !important;
letter-spacing: -0.5px !important;
}


.hs-blog-listing .blog-index__post-content h2 {
	font-family: 'Proxima Nova' !important;
	font-style: normal;
	font-weight: bold;
	font-size: 16px !important;
	line-height: 24px !important;
	letter-spacing: .15px !important;
	margin-bottom: 8px;
	mix-blend-mode: normal;
}


.hs-blog-listing .blog-index {

	padding: 2.3rem 0;
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: 'Proxima Nova';
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* Browser Detection */
.buorg .update_button {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
  padding: 1px 10px;
  border-radius: 4px;
  font-weight: normal;
  background: #5ab400;
  white-space: nowrap;
  margin: 0 2px;
  display: inline-block;
}

#buorgul {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
  padding: 1px 10px;
  border-radius: 4px;
  font-weight: normal;
  background: #5ab400;
  white-space: nowrap;
  margin: 0 2px;
  display: none !important;
}

.main-search-page {
  padding: 20px;
}


.search-systems-page h1.title-large  {
  font-family: 'Proxima Nova' !important;
  font-weight: bold;
  line-height: 72px !important;
  letter-spacing: -0.5px !important;
  font-size: 38px;
}

@media (min-width: 1024px) {
  .search-systems-page h1.title-large {
    font-size: 60px !important;
  }
}


.search-systems-page ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
  border-bottom: 1px solid #CCC;
  padding: 10px 0;
}


.search-systems-page ul.hs-search-results__listing li .hs-search-results__title {
  color: var(--main-blue);
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: .01em;
  text-transform: uppercase;
  text-decoration: none;
}

.widget-type-email_simple_subscription h1,
.widget-type-email_subscriptions h1 {
    font-family: 'Proxima Nova Lt' !important;
    font-weight: 300;
    font-size: 56px !important;
    line-height: 96px !important;
    letter-spacing: -0.5px;
    margin-bottom: 0;
}


#email-prefs-form h2 {
    font-size: 36px !important;
}

#email-prefs-form select {
  max-width: 200px;
  margin-bottom: 20px;
}

.systems-page {
    margin: 0 auto;
    max-width: 980px;
    padding: 3rem 1.4rem;
}

@media screen and (max-width: 1199px) {
  .systems-page {
      padding: 2rem 1rem;
  }
}

@media screen and (max-width: 767.98px) {
  .systems-page {
      padding: 2rem 0 !important;
  }
  
  .widget-type-email_simple_subscription .page-header h1, 
  .widget-type-email_subscriptions .page-header h1 {
    font-size: 48px !important;
    line-height: 58px !important;
  }
  #email-prefs-form h2 {
    font-size: 26px !important;
  }
  
  .widget-type-email_subscriptions .fakelabel span {
    font-size: 20px !important;
  }
  
  
  
}