/* Theme base styles */

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

/* 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 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

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

.row-fluid:after {
    clear: both
}

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

.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:after,.container-fluid:before {
    content: "";
    display: table
}

.container-fluid:after {
    clear: both
}

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

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

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

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

    .row-fluid:after {
        clear: both
    }

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

    .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:after,.row-fluid:before {
        content: "";
        display: table
    }

    .row-fluid:after {
        clear: both
    }

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

    .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 {
    *zoom:1}

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

.clearfix:after {
    clear: both
}

.hide {
    display: none
}

.show {
    display: block
}

.hidden,.invisible {
    visibility: hidden
}

.hidden {
    display: none
}

.hidden-desktop,.visible-phone,.visible-tablet {
    display: none!important
}

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

    .hidden-phone {
        display: none!important
    }

    .hidden-desktop {
        display: inherit!important
    }

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

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

    .hidden-tablet {
        display: none!important
    }

    .hidden-desktop {
        display: inherit!important
    }

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

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/


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

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

/* No button */

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

:-moz-placeholder,::-moz-placeholder {
  color: #4a4a4a
}

:-ms-input-placeholder {
  color: #4a4a4a
}

select::-ms-expand {
  display: none
}

.row-fluid form li {
  margin: 0
}

.row-fluid form li:before {
  display: none
}

.hs-error-msgs li label {
  color: #fd2727;
  font-size: 12px;
  text-transform: math-auto !important;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}

form li:before {
  display: none
}

.row-fluid form input,.row-fluid form select,.row-fluid form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #47a09c;
  border-radius: 6px;
  box-sizing: border-box;
  color: #4a4a4a;
  font-family: Montserrat,sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 8px;
  padding: 10px 20px
}

.row-fluid form input:focus,.row-fluid form select:focus,.row-fluid form textarea:focus {
  border: 1px solid #47a09c;
  outline: 0
}

.row-fluid form textarea {
  height: 130px;
  resize: none
}

.row-fluid form .hs-form-booleancheckbox input,.row-fluid form .hs-form-checkbox input,.row-fluid form .hs-form-radio input,.row-fluid form .hs_file_upload input {
  border: 0;
  height: auto;
  padding: 0
}

.row-fluid form .hs-form-booleancheckbox input,.row-fluid form .hs-form-checkbox input,.row-fluid form .hs-form-radio input {
  border: 0;
  height: auto;
  margin-bottom: 0;
  padding: 0
}

.row-fluid form .field>label {
  color: #4a4a4a;
  display: block;
  font-family: Montserrat,sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 14px;
  text-transform: uppercase
}

.row-fluid form .hs-button.primary {
  cursor: pointer;
  height: auto;
  margin-top: 24px
}

form .hs-error-msgs {
  margin: 0;
  padding: 0
}

form .hs-error-msgs li {
  color: red;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .3px;
  line-height: 1;
  position: relative;
  top: -4px
}

.row-fluid .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%
}

body .row-fluid .hs-form fieldset {
  max-width: 100%
}

form .hs-form-required {
  display: none
}

.body-container-wrapper form li,.body-container-wrapper form ul {
  margin: 0;
  padding: 0
}

.body-container-wrapper form ul,form ul {
  list-style: none
}

.body-container-wrapper form li:before {
  display: none
}

body form .hs-form-booleancheckbox,body form .hs-form-checkbox:last-child,body form .hs-form-radio:last-child {
  margin-bottom: 20px
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
  margin-right: 2%;
  width: 32%
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
  margin-right: 2%;
  width: 49%
}

body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input,body .row-fluid .hs-form fieldset .hs-form-field:last-child,body .row-fluid .hs-form fieldset.form-columns-2 .input,body .row-fluid .hs-form fieldset.form-columns-3 .input {
  margin-right: 0
}

body .row-fluid select {
  -webkit-appearance: none;
  background: #fff url(https://4204691.fs1.hubspotusercontent-na1.net/hubfs/4204691/bam_assets_2020/images/angle-arrow-down.svg) no-repeat;
  background-position: 100%
}

.row-fluid .hs-form .field .input input[type=checkbox],.row-fluid .hs-form .field .input input[type=radio],body .row-fluid .checkbox-row input,body .row-fluid input[type=checkbox] {
  -webkit-appearance: none;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 4px;
  color: #cfd3d7;
  cursor: pointer;
  height: 20px;
  margin-left: 0;
  margin-right: 8px;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: 2px;
  width: auto;
  width: 20px
}

.row-fluid .hs-form .field .input input[type=checkbox]:checked:after,body .row-fluid .checkbox-row input:checked:after,body .row-fluid input[type=checkbox]:checked:after {
  border: 3px solid #000;
  border-right: 0;
  border-top: 0;
  content: "";
  height: 5px;
  left: 2px;
  position: absolute;
  top: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  width: 9px
}

.row-fluid .hs-form .field .input input[type=radio] {
  border-radius: 50%
}

.row-fluid .hs-form .field .input input[type=radio]:checked:after {
  background: #4a4a4a;
  border-radius: 50%;
  border-right: 0;
  border-top: 0;
  content: "";
  height: 10px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 10px
}

@media (max-width: 480px) {
  body form.hs-form .form-columns-2 .hs-form-field .hs-input,body form.hs-form .form-columns-3 .hs-form-field .hs-input {
    width:100%
  }

  body .row-fluid .hs-form fieldset .input {
    margin: 0
  }

  body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field,body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    margin-right: 0;
    width: 100%
  }

  .row-fluid form .hs_submit .actions {
    text-align: left
  }
}
/* Table */

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

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

.header_section  {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.header_section {
  padding:35px 0;
  transition: padding .3s ease-in-out;
  -webkit-transition: padding .3s ease-in-out;
  -moz-transition: padding .3s ease-in-out;
}

.header_section .menu_section ul li {
  margin: 0;
}

.header_section .menu_section ul {
  justify-content: center;
  flex-wrap: wrap;
}

.header_section.header_section .menu_section ul li.active-branch a,
.header_section .menu_section ul li a:active,
.header_section .menu_section ul li:hover a{
  color:#ed1b2f;
}




@media (min-width: 768px) and (max-width: 1049px) {
   body .header_section .menu_section ul li a {
        padding: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
   body .header_section .menu_section ul li a {
        padding: 10px 9px;
    }
}


@media (min-width: 768px) {
  body.fixed .header_section .menu_section {
    position:relative;
    z-index: 1;
  }

  body.fixed .header_section .menu_section:before {
    background: #f9f5e7;
    bottom: 0;
    content: "";
    left: -100%;
    opacity: 50%;
    position: absolute;
    right: -100%;
    top: 0;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    z-index: -1;
  }

  body.fixed .header_section .menu_section {
    animation-duration: 1s;
    animation-name: slideDown;
    left: 0;
    padding: 15px 0;
    position: fixed;
    top: 0;
    z-index: 99;
    right:0;
  }

  body.fixed .header_section {
    padding: 15px 0;
    transition: padding .3s ease-in-out;
    -webkit-transition: padding .3s ease-in-out;
    -moz-transition: padding .3s ease-in-out;
  }


  @keyframes slideDown {
    0% {
      transform: translateY(-100px);
      -webkit-transform: translateY(-100px);
      -moz-transform: translateY(-100px);
    }

    to {
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
    }
  }

  @keyframes slideTopToBottom {
    0% {
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
    }

    to {
      transform: translateY(100px);
      -webkit-transform: translateY(100px);
      -moz-transform: translateY(100px);
    }
  }
}

.header_section_logo .logo-section {
  left: 0;
  max-width: 195px;
  position: absolute;
  top: 60px;
  z-index: 5;
}

@media(min-width: 768px) and (max-width: 1200px){
  body .header_section_logo .logo-section  {
    top:80px;
  }

  body .footer_container:before {
    max-width: 500px;
    width: 100%;
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(50%)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-50%)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(50%)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-50%)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(.5)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.5)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@keyframes flipInY {
  0% {
    opacity: 0;
    transform: rotateY(90deg)
  }

  to {
    opacity: 1;
    transform: none
  }
}

[data-animation] {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
  animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.animations-disabled,.animations-disabled[data-animation] {
  animation: none!important;
  opacity: 1!important
}

.slideInUp {
  animation-name: slideInUp
}

.slideInDown {
  animation-name: slideInDown
}

.slideInLeft {
  animation-name: slideInleft
}

.slideInRight {
  animation-name: slideInRight
}

.fadeIn,.fadeOut {
  animation-name: fadeIn
}

.fadeOut {
  animation-direction: reverse
}

.zoomIn,.zoomOut {
  animation-name: zoomIn
}

.zoomOut {
  animation-direction: reverse
}

.zoomReverseIn,.zoomReverseOut {
  animation-name: zoomReverseIn
}

.zoomReverseOut {
  animation-direction: reverse
}

.flipInY,.flipOutY {
  animation-name: flipInY
}

.flipOutY {
  animation-direction: reverse
}

@media (max-width: 767px) {
  .header_section_logo .logo-section {
    max-width: 66px;
    top: 17px;
  }
}






@media screen and (min-width: 768px) {
  .header_section .menu_section .custom-menu-primary .hs-menu-wrapper {
    display:block!important
  }
}

.child-trigger,.mobile-trigger {
  display: none
}

@media (max-width: 767px) {


  .header_section .menu_section .custom-menu-primary,
  .header_section .menu_section .custom-menu-primary .hs-menu-wrapper>ul,
  .header_section .menu_section .custom-menu-primary .hs-menu-wrapper>ul li,
  .header_section .menu_section .custom-menu-primary .hs-menu-wrapper>ul li a {
    background-color:transparent;
    background-image: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    bottom: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
    display: block;
    float: none;
    font-weight: 400;
    height: auto;
    left: auto;
    line-height: 1;
    margin: 0;
    max-width: none;
    padding: 0;
    position: static;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    top: auto;
    width: 100%
  }

  .mobile-trigger {
    background: #eef0ec;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #000;
    cursor: pointer;
    display: inline-block!important;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    padding: 15px 12px;
    position: absolute;
    right: 32px;
    text-align: left;
    text-transform: uppercase;
    top: 0;
    width: auto;
    z-index: 6
  }

  .mobile-trigger i {
    display: inline;
    position: relative;
    top: -4px
  }

  .mobile-trigger i:after,.mobile-trigger i:before {
    content: "";
    position: absolute
  }

  .mobile-trigger i,.mobile-trigger i:after,.mobile-trigger i:before {
    background-color: #ed1b2f;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    display: inline-block;
    height: 2px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    width: 37px
  }

  .mobile-trigger i:before {
    top: -5px
  }

  .mobile-trigger i:after {
    top: 5px
  }

  body.mobile-open .mobile-trigger i {
    background: transparent;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
  }

  body.mobile-open .mobile-trigger i:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg)
  }

  body.mobile-open .mobile-trigger i:after,body.mobile-open .mobile-trigger i:before {
    top: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
  }

  body.mobile-open .mobile-trigger i:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg)
  }

  .child-trigger {
    border-left: 1px dotted hsla(0,0%,100%,.2);
    cursor: pointer;
    display: block!important;
    height: 45px!important;
    min-width: 55px!important;
    padding: 0!important;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px!important
  }

  .child-trigger:hover {
    text-decoration: none
  }

  .child-trigger i {
    margin: 0 auto!important;
    position: relative;
    top: 50%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  .child-trigger i:after {
    content: "";
    position: absolute
  }

  .child-trigger i,.child-trigger i:after {
    background-color: #fff;
    display: block;
    height: 1px;
    width: 10px
  }

  .child-trigger i:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }

  .child-trigger.child-open i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }

  .header_section .menu_section .custom-menu-primary.js-enabled .hs-menu-children-wrapper,.header_section .menu_section .custom-menu-primary.js-enabled .hs-menu-wrapper {
    display: none
  }

  .header_section .menu_section .custom-menu-primary ul.hs-menu-children-wrapper {
    display: none;
    opacity: 1!important;
    position: static!important;
    visibility: visible!important
  }

  .header_section .menu_section .custom-menu-primary .hs-menu-wrapper {
    bottom: 0;
    height: 100vh;
    max-width: 330px;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate3d(200%,0,0);
    -webkit-transform: translate3d(200%,0,0);
    -moz-transform: translate3d(200%,0,0);
    z-index: 5
  }

  .header_section .menu_section .custom-menu-primary .hs-menu-wrapper,
  body.mobile-open .header_section .menu_section .custom-menu-primary.js-enabled .hs-menu-wrapper {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
  }

  body.mobile-open .header_section .menu_section .custom-menu-primary.js-enabled .hs-menu-wrapper {
    opacity: 1;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0)
  }

  .header_section .menu_section .custom-menu-primary .hs-menu-wrapper {
    background-color: #ed1b2f;
    width: 100%
  }

  .header_section .menu_section .custom-menu-primary .hs-menu-wrapper>ul>li {
    position: relative
  }

  .header_section .menu_section .custom-menu-primary .hs-menu-wrapper>ul>li a {
    font-size: 22px;
    line-height: 45px;
    overflow: visible
  }

  .header_section .menu_section .custom-menu-primary .hs-menu-wrapper>ul li a:hover,body .row-fluid .header_section .menu_section .custom-menu-primary .hs-menu-wrapper>ul li a {
    color: #fff
  }

  .header_section .menu_section .custom-menu-primary .hs-menu-wrapper>ul ul li {
    background-color: hsla(0,0%,100%,.08)
  }

  .header_section .menu_section .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    font-size: 16px;
    text-indent: 10px
  }

  .header_section .menu_section .custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
    text-indent: 30px
  }

  .header_section .menu_section .custom-menu-primary .hs-menu-wrapper>ul ul ul ul li a {
    text-indent: 50px
  }

  body .header_section .menu_section .custom-menu-primary .hs-menu-wrapper>ul li a {
    font-size: 39px;
    padding: 0 0 8px;
    line-height: 1.4;
  }
  body .header_section .menu_section .custom-menu-primary .hs-menu-wrapper>ul {
    padding: 98px 75px 62px;
  }
  body .header_section .menu_section .custom-menu-primary .hs-menu-wrapper>ul>li a:hover {
    color: #000;
  }

  .header_section_logo .logo-section img{
    height:142.6px !IMPORTANT;
  }
}

html.show-popup {
  overflow: hidden;
}


/* footer CSS */
.main_footer_section .hs-menu-wrapper ul {
  display: block;
  margin-bottom: 20px;
}


.main_footer_section .footer-wrapper{
  max-width:1440px;
  padding:0 20px;
  margin:0 auto;
}


.main_footer_section .footer_popup a {
  font-family: DIN Condensed;
  font-size: 35px;
  letter-spacing: 4.2px;
  line-height: 24px;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.main_footer_section .footer_menu ul li{
  margin:0;
  line-height:26px;
}


.social_follow ul li {
  background: #535353;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  line-height: 1;
  margin-right:20px;
  position: relative;
  text-align: center;
  top: 0;
  width: 30px;
  cursor: pointer;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.social_follow ul li:last-child{
  margin-right:0;
}


.social_follow ul li:hover {
  background-color: #000;
  top: -5px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}


.social_follow {
  padding-right: 33px;
}

.social_follow a {
  font-size: 18px;
}

.social_follow ul {
  padding-right: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row; /* For older versions of Safari */
  flex-direction: row;         /* For modern browsers */
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.main_footer_section h4{
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 25px;
  margin-top: 0;
  font-family: DIN Condensed;
  margin-bottom: 10px;
  position: relative;
  color: #030303;
  text-transform: uppercase;
}
.main_footer_section .footer_popup a:before, 
.main_footer_section  h4:before {
  background-color: #000;
  bottom: 3px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  width: 74%;
  z-index: -1;
}

.main_footer_section  h4:before {
  max-width:151px;
}

.main_footer_section .footer_popup a:before{
  bottom: 0;
  height: 4px;
  width: 100%;

  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.main_footer_section .footer_popup a:hover:before{
  background-color: #E92030;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.main_footer_section .footer_nav a {
  color: #707070;
  font-size: 17px;
  text-decoration: none;
  line-height: 28px;
  padding: 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}


.main_footer_section .footer_nav a:hover{
  color: #000;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}


.footer_menu.span4.menu-2 {
  padding-left: 1%;
}
.footer_menu.span4.menu-3 {
  padding-left: 1.7%;
}

/* popup styling */

.popup-form .form-section {
  background: #fff;
  padding: 30px 30px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  overflow-y: scroll;
  height: 700px;
  display: none;
}




@media (max-width: 767px){
  .main_footer_section .footer-wrapper { 
    max-width: 400px;
  }
  body .social_follow {
    padding-right: 0;
  }

  .main_footer_section .popup_container {
    margin-bottom: 30px;
  }

  .social_follow ul {
    justify-content: center;
    padding: 0;
    margin: 0;
  }
  body .main_footer_section .footer_menu {
    padding-left: 0 !Important;
  }
}

:focus-visible {
  outline: none;
}
/* POPUP CSS */



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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

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

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

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

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

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

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