/* Theme base styles */

/* @import url('https://cdnjs.cloudflare.com/ajax/libs/venobox/1.8.6/venobox.min.css'); */
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css');
/* @import url('https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css'); */
@import url('https://use.typekit.net/lao0rib.css');
@import url("https://www.artscommons.ca/hubfs/Arts%20Commons/fonts/fonts.css");
@font-face { font-family: 'Founders Grotesk Condensed'; src: url('https://www.artscommons.ca/hubfs/Arts%20Commons/fonts/founders-grotesk-condensed-regular-1.woff2') format('woff2');}
@font-face { font-family: 'Founders Grotesk Condensed Bold'; src: url('https://www.artscommons.ca/hubfs/Arts%20Commons/fonts/founders-grotesk-condensed-bold-1.woff2') format('woff2');}
@font-face { font-family: 'Founders Grotesk Condensed Semibold'; src: url('https://www.artscommons.ca/hubfs/Arts%20Commons/fonts/founders-grotesk-condensed-semibold-1.woff2') format('woff2');}
@font-face { font-family: 'Founders Grotesk Condensed Medium'; src: url('https://www.artscommons.ca/hubfs/Arts%20Commons/fonts/founders-grotesk-condensed-medium-1.woff2') format('woff2');}
@font-face { font-family: 'Founders Grotesk Condensed Ligh'; src: url('https://www.artscommons.ca/hubfs/Arts%20Commons/fonts/founders-grotesk-condensed-light-1.woff2') format('woff2');}


/* 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
*/
/*Desktop*/
/*Buttons on image Gallery*/
@media (min-width: 1040px) {
.splide__arrow--prev {
  left: auto !important;
  right: 75px !important;
  top: 50px !important;
  font-size: 125%;
}
.splide__arrow--next{
  right: 25px !important;
  top: 50px !important;
  font-size: 125%;
}
  /*Video container on ACT2video module*/
  /*.ACT2{
   padding-left: 25px; 
  }*/
  
  .cell_1739907247671-padding{
   padding-top: 25px !important;
   padding-bottom: 25px !important; 
  }
}

/*Mobile*/
/*Buttons on image Gallery*/
@media (max-width: 1040px) {
.splide__arrow--prev {
  left: auto !important;
  right: 75px !important;
  top: 50px !important;
  font-size: 100%;
}
  
.splide__arrow--next{
  right: 25px !important;
  top: 50px !important;
  font-size: 100%;
}
  
   /*Video container on ACT2video module*/
  .ACT2 .hs-video-widget{
   padding: 100px 0 0 0px !important;
   margin-top: 70px;
  }
  
  .hs-video-widget{
   margin-top: 33px;
  }
   .row-fluid{
    flex-direction: column !important;  
  }
  
  .hs-image-widget{
   width:1440px !important;
   max-width: 100% !important;
  }
  
  .splide__slide--image_caption__wrapper{
    width:1440px !important;
   max-width: 100% !important;
  }
  
  .splide__slide img{
    width:1440px !important;
   max-width: 100% !important;
  }
  
  .cell_1739907247671-padding{
   padding-top: 25px !important;
   padding-bottom: 25px !important; 
  }
}

.dnd_area-row-0-background-layers {
  position:relative;
  z-index:20000 !important;
  top:0;
  width: 1440px;
  margin:auto !important;
}
.row-fluid-wrapper .row-depth-1 .row-number-1 .dnd_area-row-0-margin .dnd_area-row-0-force-full-width-section .dnd_area-row-0-background-layers .dnd-section .dnd_area-row-0-padding .dnd_area-row-0-background-image{
  position:relative;
  z-index:20000 !important;
  top:0;
  width: 1440px;
  margin:auto !important;
}

@media (min-width: 1040px) {
 .cell_1739915739769-vertical-alignment{
  padding-left: 6% !important;
  position: relative;
  top:0 !important;
  margin-top:-18% !important;
}
}

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

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
figure{
  margin: 0; 
}
img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

.body-container-wrapper{
  width: 1440px;
  max-width: 100%;
  margin: auto;
  background: white;
}


/* Responsive Grid */

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

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

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

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    /*margin-left: 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: 50%;
    *width: 48.88297871863829%;
}

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

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

.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: 1039px) {
    .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: 1px;
        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: 50%;
        *width: 48.5655930376383%;
    }

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

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

    .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: 1040px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

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

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

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        /*margin-left: 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: 50%;
        *width: 48.6647572286383%;
    }

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

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

    .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 {
  width: 100%;
  margin:auto;
  max-width: 1366px;
}
@media (max-width: 1379px) {
  .content-wrapper {
    max-width: 85%;
  }
}
@media (max-width: 1023px) {
  .content-wrapper {
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    max-width: 311px;
  }
}
@media (max-width: 359px) {
  .content-wrapper {
    max-width: 90%;
  }
}

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

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

@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.)
*/

body {
  line-height: 1.4;
  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-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}
/* CTAs */
.cta_button{
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: 0;
  background-color: transparent;
  border: 1px solid #323232;
  padding: 10px 16px;
  color: #323232;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
  letter-spacing: 1.14px;
}
.cta_button:hover{
  background-color: #323232;
  color: #FFF;
}

.cta_button.uppercase{
  text-transform: uppercase;
}
.cta_button.white{
  background-color: transparent;
  color: #FFF;
  border-color: #FFF;
}
.cta_button.white:hover{
  background-color: #FFF;
  color: #000;
}

.cta_button.orange{
  background-color: #F8981D;
  color: #FFF;
  border-color: #F8981D;
}
.cta_button.orange:hover{
  background-color: transparent;
  color: #F8981D;
}
.cta_button.grey{
  background-color: #808080;
  color: #FFF;
  border-color: #808080;
}
.cta_button.grey:hover{
  background-color: transparent;
  color: #808080;
}

.cta_button.teal{
  background-color: #35BDB1;
  color: #FFF;
  border-color: #35BDB1;
}
.cta_button.teal:hover{
  background-color: transparent;
  color: #35BDB1;
}

.cta_button.purple{
  background-color: #6873B7;
  color: #FFF;
  border-color: #6873B7;
}
.cta_button.purple:hover{
  background-color: transparent;
  color: #6873B7;
}

.cta_button.magenta{
  background-color: #DB0661;
  color: #FFF;
  border-color: #DB0661;
}
.cta_button.magenta:hover{
  background-color: transparent;
  color: #DB0661;
}
.cta_button.green{
  background-color: #A3CD3B;
  color: #FFF;
  border-color: #A3CD3B;
}
.cta_button.green:hover{
  background-color: transparent;
  color: #A3CD3B;
}


.cta_button.cta_link{
  background-color: transparent;
  color: #D94B32;
  padding: 0;
  border: none;
}
.cta_button.cta_link:hover{
  color: #000;
}

/* Form Buttons / Buttons */
form input[type=submit],
form .hs-button,
button,
.button {
  appearance: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: 0;
  background-color: #323232;
  border: 1px solid #323232;
  padding: 10px 16px;
  color: #FFF;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
}

form input[type=submit]:disabled,
form .hs-button:disabled,
button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

form input[type=submit]:hover,
form .hs-button:hover,
form input[type=submit]:focus,
form .hs-button:focus,
button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
  color: #323232;
  background: transparent;
}

form input[type=submit]:active,
form .hs-button:active,
button:active,
.button:active {
  text-decoration: none;
}

.wc-cta-small{
  cursor: pointer;
  font-family: 'Founders Grotesk Condensed Medium';
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: 0;
  background-color: white !important;
  border-radius: 5px;
  padding: 5px 10px;
  color: black !important;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
  letter-spacing: 1.5%;
}
.wc-cta-small:hover{
  background-color: #DDC092 !important;
  color: black !important;
}

.wc-cta-small.wc-dark{
  background-color: black !important;
  color: white !important;
}
.wc-cta-small.wc-dark:hover{
  background-color: #a0e288 !important;
  color: black !important;
}

.wc-cta-small.wc-green{
  background-color: #a0e288 !important;
}
.wc-cta-small.wc-green:hover{
  background-color: white !important;
}

.wc-cta-large{
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Founders Grotesk Condensed Medium';
  line-height: 20px;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: 0;
  background-color: white !important;
  border-radius: 5px;
  padding: 10px 15px;
  color: black !important;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
  letter-spacing: 1.5%;
}
.wc-cta-large:hover{
  background-color: #DDC092 !important;
  color: black !important;
}

.wc-cta-large.wc-dark{
  background-color: black !important;
  color: white !important;
}
.wc-cta-large.wc-dark:hover{
  background-color: white !important;
  color: black !important;
}

.wc-cta-large.wc-green{
  background-color: #a0e288 !important;
}
.wc-cta-large.wc-green:hover{
  background-color: white !important;
}


/* Glide */

.glide__bullets{
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99999;
  display: block;
}
.glide__bullet{
  border-radius: 100%;
  padding: 0;
  width: 10px;
  height: 10px;
  background: #323232;
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  color: #323232;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.glide__bullet.glide__bullet--active {
    color: #323232;
    background: transparent;
}
/* Form fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 1px solid #323232;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.843rem;
  width: 100%;
  appearance: none;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}




/* Custom radio */
.custom-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.custom-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #FFF;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark {
  background-color: #FFF;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #B3B3B3;
}
/* Table */

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

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}

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

/* Header DND sections */

.header{
  background-color: #1A1C1D;
  /*   position: fixed; */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: 0.3s ease all;
}
@media (max-width: 1369px){
  .header__home {
    display: none;
  }
}

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  max-width: 200px;
  line-height: 1;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
}

/* Secondary Navigation */
.header__nav--sec .hs-menu-wrapper ul li a{
  font-size: 12px;
}
.header__nav--sec .hs-menu-wrapper ul li:last-child a{
  color: #F8981D;
}

/* Search */
.header__search{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.header__search .hs-search-field{
  width: 240px;
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  transform: translateY(-50%);
  transform-origin: right center;

  opacity: 0;
  max-width: 0;
  overflow: hidden;
  transition: 0.3s ease-out max-width;
}
.header__search.open .hs-search-field{
  opacity: 1;
  overflow: visible;
  max-width: 240px;
}
.header__search .hs-search-field__input{
  padding: 5px 14px; 
  background: transparent;
  color: #FFF;
  border-color: rgba(255,255,255,0.5);
}
.header__search .hs-search-field__suggestions{
  display: none;
}

.header__search--toggle{
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(https://8919754.fs1.hubspotusercontent-na1.net/hubfs/8919754/assets_theme_2021/search-icon-white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.header__search--toggle.open{
  background-image: url(https://8919754.fs1.hubspotusercontent-na1.net/hubfs/8919754/assets_theme_2021/close-icon-white.svg);
}


/* Navigation skipper */

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

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

/* Header - Desktop */
@media(min-width: 1041px){

  .ACPheader{
    margin-top: 58px;
    background-color: white !important;
    padding-top: 15px !important;
    padding-bottom: 0px !important;
  }
  .ACPlogo{
    width: 100px !important;
  }
  .logoImage{
    width: 100% !important;
  }
  .header__container--mobile,
  .header__container--mobile--acp {
    display: none; 
  }  
  .acp-body main#main-content {
    padding-top: 0;
  }
  .act-body main#main-content{
    padding-top: 132px;
  }
  .hs-inline-edit .act-body main#main-content {
    padding-top: 95px;
    z-index: 9999;
  }
  .hs-content-id-46966167469.act-body main#main-content,
  .hs-content-id-47019470449.act-body main#main-content {
    padding-top: 98px !important;
  }
  main#main-content{
    position: relative;
    padding-top: 122px; 
  }
  main.tn-account-login-page{
    padding-bottom: 50px;
  }
  /*   main#main-content.event{
  padding-top: 155px;
} */

  /* Header Sticky - Desktop */
  .header.sticky .header__row-1{
    display: block; 
    padding: 5px 0;
  }
  .header.sticky .header__row-2,
  header.acp .header__row-2,
  header.act .header__row-2 {
    padding: 0 0 0 24px;
  }
  .header.sticky .header__nav--sec{
    display: none; 
  }
  .header.sticky .header__container--desktop{
    display: flex;
    align-items: center; 
  }
  .header__container--desktop .header__row-2 {
    position: relative;
    z-index: 99;
  }

  .header.sticky .header__logo--main,
  header.ac .header__logo--sticky {
    display: none;  
  }
  .header.sticky .header__logo--sticky,
  .act .header.sticky .header__logo--main, .act .header .header__logo--sticky,
  .acp .header.sticky .header__logo--main, .act .header .header__logo--sticky {
    display: block;
  }

  /* Logo */
  .header__logo {
    margin-right: auto;
    font-size: 0;
  }

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

  .header__row-1{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 24px;
    transition: 0.3s ease all;
  }
  .header__row-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 0 0 40px;
  }
  .header__row-3 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  /*   body.menu-in:after{
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
} */

  /* Header Navigation */
  .header .hs-menu-wrapper{

  }
  .header .hs-menu-wrapper ul{

  }
  header.acp .hs-menu-wrapper ul.hs-menu-children-wrapper.open-menu-list {
    display: flex !important;
  }
  .header .hs-menu-wrapper ul li{
    line-height: 1;
  }
  .header .hs-menu-wrapper ul li a{
    color: #FFF;
    text-decoration: none;
    line-height: 18px;
    display: block;
    font-size: 14px;
  }
  .header .hs-menu-wrapper>ul>li>a{
    padding: 8px 0; 
  }
  .header .hs-menu-wrapper ul li a:hover{

  }
  .header .hs-menu-wrapper ul li:not(:last-child){
    margin-right: 1.56rem; 
  }

  /* Main Navigation */
  .header__nav--main .hs-menu-wrapper ul li a{
    font-size: 14px;
    font-weight: 700;
  }

  .header__nav--main .hs-menu-wrapper>ul>li>ul li a{
    color: #323232;
  }

  .hs-menu-wrapper.flyouts .hs-menu-depth-1>.hs-menu-children-wrapper{
    /*     top: 112px;  */
  }
  /*   .header.sticky .hs-menu-wrapper.flyouts .hs-menu-depth-1>.hs-menu-children-wrapper{
  top: 58px; 
} */
  /*   .header.sticky.acp .header__nav--acp .hs-menu-wrapper.flyouts .hs-menu-depth-1>.hs-menu-children-wrapper{
  top: 114px; 
  box-shadow: inset 0px 1px 0px rgb(236 156 64 / 15%);
} */

  /* AC + ACP Mega Menu Support */

  .header.ac .header__nav--acp .hs-menu-wrapper.flyouts .hs-menu-depth-1>.hs-menu-children-wrapper {
    top: 207px;
  }
  .header.ac.sticky .header__nav--acp .hs-menu-wrapper.flyouts .hs-menu-depth-1>.hs-menu-children-wrapper {
    top: 120px;
  }
  
  .hs-menu-wrapper.flyouts .hs-menu-depth-2.hs-item-has-children>a{
    font-weight: 900;
  }


  .header__nav--main .hs-menu-wrapper>ul>li:first-child>ul>li>a{
    font-size: 20px;
    font-weight: 900;
  }
  /*   .header__nav--main .hs-menu-wrapper>ul>li:first-child>ul>li:last-child>a{
  font-size: 16px;
} */

  .header__container--acp{
    /*     margin-top:58px; */
    background: #FFF; 
    padding: 16px;
  }
  .header__container--acp .hs-menu-wrapper ul li a{
    color: #1A1C1D;
    padding: 0;
  }
  .header__container--acp .header__logo--sticky{
    margin-right: 24px; 
    display: block;
  }

  .header__container--act{
    background: #1C2223; 
    padding: 16px;
    position: relative;
    top: 35px;
  }
  .header__container--act .hs-menu-wrapper ul li a{
    color: #FFF;
    padding: 0;
  }
  .header__container--act .header__logo--sticky{
    margin-right: 24px; 
  }
  .header__container--act .header__row-3{
    justify-content: space-between; 
  }
}
/* Header - Mobile */
@media(max-width: 1040px){

  .navigation>span>.hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a, .navigation-secondary>span>.hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {
    font-size: 16px; line-height: 22px;
  }

  .header__row-1 .header__logo {
    /*margin: 0 auto;*/
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: 2%;
  }

  /*   header.header.ac.sticky {
  position: fixed;
} */

  .acp-body main#main-content,
  .act-body main#main-content{
    padding-top: 0;
  }

  /*   .hs-content-id-46966167469.acp-body main#main-content,
  .hs-content-id-47019470449.act-body main#main-content {
  padding-top: 141px !important;
} */
  .act header .header__row-2,
  .acp header .header__row-2 {
    display: none;
  }

  main#main-content{
    position: relative;
    padding-top: 140px;
  }

  .header__row-1{
    padding: 16px 0 8px 0;
    background: #323232;
  }
  .header__row-2 {
    padding: 16px 0;
    background: #323232;
  }

  .header__row-1 .content-wrapper,
  .header__row-2 .content-wrapper{
    display: flex;
        /* justify-content: space-between;*/ 
    justify-content: flex-end;
    align-items: center;
  }

  .acp-body .header__row-1 .content-wrapper,
  .acp-body .header__row-2 .content-wrapper,
  .act-body .header__row-1 .content-wrapper,
  .act-body .header__row-2 .content-wrapper {
    justify-content: space-around;
  }

  .header__logo svg,
  .header__logo img {
    margin-right: 16px; 
  }

  .header__search--toggle{
    margin-right: 16px; 
  }
  .header__mobile--toggle{
    line-height: 1;
    display: block;
    font-size: 0;
  }

  .header__nav--sec .hs-menu-wrapper ul li a{
    text-transform: uppercase;
    font-weight: bold;
  }

  .header__nav--mobile {
    max-height: 0;
    transition: 0.3s ease max-height;
    overflow: hidden;
  }
  .header__nav--mobile.open, .header__nav--mobile.divActive{
    max-height: calc(100vh - 142px);
    /*     overflow: scroll; */
    width: 100%;
    left: 0px;
    background: rgb(0, 0, 0);
    top: 142px;
  }
  .hs-item-has-children.open .open-menu-list {
    position: relative !important;
    top: 0 !important;
    padding: 20px !important;
    align-items: center;
  }
  .header__nav--mobile.open li a, .header__nav--mobile.open li a:hover, .header__nav--mobile.open li a:focus,
  .header__nav--mobile.divActive li a, .header__nav--mobile.divActive li a:hover, .header__nav--mobile.divActive li a:focus,
  .header__nav--mobile li a{
    color: #fff;
  }
  .header__nav--mobile.open .hs-menu-item > .hs-menu-children-wrapper {
    padding: 0 !important;
  }
  .header__nav--mobile.open .hs-menu-item.open > .hs-menu-children-wrapper {
    padding: 16px calc((100vw - 1366px) / 2) 16px calc(((100vw - 1366px) / 2) + 40px) !important;
    /*     flex-wrap: nowrap; */
  }
  .hs-item-has-children .open-menu-list {
    visibility: hidden !important;
    opacity: 0 !important;
    display: none !important;
  }
  .hs-item-has-children.open .open-menu-list {
    visibility: visible !important;
    opacity: 1 !important;
  }
  /*   header.acp .hs-item-has-children.open .open-menu-list {
  display: grid !important;
} */


  
  .header__nav--mobile .hs-menu-wrapper>ul>li>a{
    padding: 14px 15px;
    display: block;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 600;
  }
  .header__nav--mobile .hs-menu-wrapper>ul>li.hs-item-has-children>a:after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(-100%, -50%);
    width: 15px;
    height: 15px;
    right: 14px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><rect x="9.35" width="1.31" height="20" fill="%23f9f9f9"/><rect x="9.35" width="1.31" height="20" transform="translate(20 0) rotate(90)" fill="%23f9f9f9"/></svg>');
    background-size: contain;
    background-position: center;
  }
  .header__nav--mobile .hs-menu-wrapper>ul>li.hs-item-has-children.open>a:after{
    top: 25px;
    width: 15px;
    height: 1px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 1.31"><rect x="9.35" width="1.31" height="20" transform="translate(20 -9.35) rotate(90)" fill="%23f9f9f9"/></svg>');
  }

  .header__nav--mobile .hs-menu-wrapper>ul>li.hs-item-has-children>ul{
    max-height: 0;
    transition: 0.3s ease max-height;
    overflow: hidden;
    background: #FFF;
  }
  .header__nav--mobile .hs-menu-wrapper>ul>li.hs-item-has-children.open>ul{
    max-height: 9999px;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: row;
  }
  .header__nav--mobile .hs-menu-wrapper>ul>li>ul>li {
    flex-basis: 50%;
    padding: 10px;
  }
  .header__nav--mobile .hs-menu-wrapper>ul>li>ul>li a{
    color: #323232;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
    white-space: normal;
    /*     border-bottom: 1px solid #EEEEEE; */
  }
  .header__nav--mobile .hs-menu-wrapper>ul>li>ul>li a:hover{
    color: #323232;
  }
  .header__nav--mobile .hs-menu-wrapper>ul>li>ul>li a img{
    max-height: 80px;
    width: 100%;
  }

  .header__nav--mobile .hs-menu-wrapper>ul>li:first-child>ul>li>a{
    font-size: 16px;
    font-weight: 900;
    border: none;
  }

  .header__row-2.acp .header__search--toggle{
    background-image: url(https://8919754.fs1.hubspotusercontent-na1.net/hubfs/8919754/assets_theme_2021/search-icon-dark.svg);
  }
  .header__row-2.acp .header__search--toggle.open{
    background-image: url(https://8919754.fs1.hubspotusercontent-na1.net/hubfs/8919754/assets_theme_2021/close-icon-dark.svg);
  }
  .header__row-2.acp .header__logo{
    color: #323232;
    width: 100%;
    max-width: 100%;
  }
  .header__row-2.acp .header__logo span{
    margin-left: 16px;
  }
  .ac .header__container--mobile .header__logo--sticky {
    display: none;
  }
  .ac.hs-blog-post .header__container--mobile .header__logo--sticky {
    display: none;
  }
}

.header__nav--mobile a:hover, .header__nav--mobile a:focus {
  text-decoration: none !important;
}

@media(max-width: 1040px){
  .header__nav--mobile .hs-menu-wrapper>ul>li>ul>li a{
    text-align: center;
    font-weight: 600 !important;
    padding: 0px;
  }
}


/* 28/5/2021 ACT Header Updates */

@media(min-width:1040px){
  /*  1-6-21  */
  .actHeaderUpdates {height: 133px}
  .hs-content-id-46966167469 .actHeaderUpdates,
  .hs-content-id-47019470449 .actHeaderUpdates {height: 99px}
  .actHeaderUpdates .header__container--act .header__nav--act .hs-menu-wrapper ul li a,.acpHeaderUpdates .header__container--acp .header__nav--acp .hs-menu-wrapper ul li a { font-size: 16px; font-weight: 700; line-height: 3rem; margin-bottom: -1rem;}
  header.header.acpheaderUpdates .header__nav--acp .hs-menu-wrapper ul li a { font-size: 14px; font-weight: 600;}
  .header__nav--acp > ul > li {padding-bottom: 20px; margin-bottom: -16px;}
  .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-depth-2 a { font-size: 14px; font-weight: 600;}

}


@media(max-width:1040px){
  .actHeaderUpdates .header__row-2{background:#1C2223;}
  .actHeaderUpdates .header__row-2.acp .header__search--toggle{background-image:url(https://8919754.fs1.hubspotusercontent-na1.net/hubfs/8919754/assets_theme_2021/search-icon-white.svg)}
  .acpheaderLogoSection .header__logo.header__logo--sticky  span.siteMobileLogo { margin-left: 0;}
  .actHeaderUpdates .header__mobile--toggle svg path {fill: #fff;} 
  .acp .header__mobile--toggle svg path {fill: #000;}
  .acpheaderLogoSection img { max-width: 200px;}
  .acpheaderLogoSection .header__logo.header__logo--sticky { align-items: flex-end;}
  .acpheaderLogoSection .header__logo.header__logo--sticky span { color: #fff;}
  .header__logo.header__logo--sticky img {max-width: 173px;}


}

@media(max-width:767px){
  span.siteMobileLogo { width: 173px; overflow: hidden;}

}
/***************
New Header Style *
*********************/

/******************
Global Module
********************  */
.w16{width:16.66%;}
.w20{width:20%;}
.w25{width:25%;}
.w33{width:33.33%;}
.w40{width:40%;}
.w50{width:50%;}
.w60{width:60%;}
.w66{width:66.66%;}
.w75{width:75%;}
.w80{width:80%;}



.newHeaderStyle .body-container-wrapper { }



.headerSection { position: absolute; left: 0; top: 0; width: 100%; z-index:101;  }
.acp-body .headerSection, .hs-blog-post .headerSection {position: relative !important;}
.headerSection.secondary { top: 72px; background-color: transparent;  }
.headerCenterParent { display: flex; flex-wrap: wrap; align-items: center; }
.headerCenterLogo { width: 20px; }
/* headerMainNavigation{padding-left:20px; padding-right:20px; width: calc(100% - 100px);}  */
.headerMainNavigation {display: flex; align-items: center;}
.headerSubNavigation{position: relative; top: 65px;}
/* .headerSearchBar {width: 80px;} */
.headernavigationSection { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
.navigationParent { width: calc(100% - 250px);}
.navigationctaGroup { display: flex; align-items: center; width:250px;}


@media(min-width:1041px){
  .headerSticky .headerSection{position:fixed; top:0; left:0; width:100%; animation:headerAnim 0.5s;}
}
@keyframes headerAnim { from {transform : translateY(-100%) } to {transform : translateY(0%)}}

.navigation .hs-menu-wrapper ul li a{color:#fff; text-decoration:none;}
.navigation .hs-menu-depth-1.active > a, .navigation-secondary .hs-menu-depth-1.active > a{color: #fff; }


/* Mega menu */
.megamenusimpleNavigation ul li { padding: 10px; display: block; width: 100%;}
.megamenuInner { display: flex; flex-wrap: wrap;}
.navigation .megamenusimpleNavigation ul li a, .navigation-secondary .megamenusimpleNavigation ul li a { padding: 0;}
.ActivatedMenu > .hs-menu-children-wrapper { display: none !important;}
header.headerSection .hs-menu-wrapper.flyouts .hs-menu-depth-1>.hs-menu-children-wrapper,
.header__row-2 .hs-menu-wrapper.flyouts .hs-menu-depth-1>.hs-menu-children-wrapper
{ background-color: initial; position: initial; width: 100%; padding: 0; top: 0; left: 0; transform: inherit; display: flex !important; grid-template-columns: inherit; grid-gap: inherit; visibility: visible; opacity: 1; box-shadow: none;}


.megaMenuWrapper { padding: 0 50px;}
.megamenuInner { margin: 0; max-width:1300px; width:100%; }
.megamenuInnerLoop { padding: 10px 20px 10px 0; } 
.navigation .megaMenu .hs-menu-wrapper>ul li, .navigation-secondary .megaMenu .hs-menu-wrapper>ul li{ width: 100%; display: block;}
.navigation .megaMenu .hs-menu-wrapper>ul li a, .navigation-secondary .megaMenu .hs-menu-wrapper>ul li a { display: block; width: 100%; color:#000;}
.navigation>span>.hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a, .navigation-secondary>span>.hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a  { font-weight: 600; font-size: 14px; line-height: 18px;}
.navigation-secondary>span>.hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {color: black !important;}
.navigation .megaMenu .hs-menu-wrapper>ul li.hs-menu-depth-1  > a, .navigation-secondary .megaMenu .hs-menu-wrapper>ul li.hs-menu-depth-1  > a { font-weight: 800; padding: 5px 0; } 
.navigation .megaMenu .hs-menu-wrapper>ul li.hs-menu-depth-2  > a, .navigation-secondary .megaMenu .hs-menu-wrapper>ul li.hs-menu-depth-2  > a { font-size: 14px; font-weight: 400;  padding: 5px 10px 5px 0; white-space: normal; } 
/* .navigation .megaMenu .hs-menu-wrapper>ul li.hs-menu-depth-1 > ul { margin-top: 20px; }  */
.navigation .megaMenu .navigationHalfWidth .hs-menu-wrapper>ul li.hs-menu-depth-2, .navigation-secondary .megaMenu .navigationHalfWidth .hs-menu-wrapper>ul li.hs-menu-depth-2 { width: 50% !important; display: inline-block !important; vertical-align:top; margin-right: -4px !important; white-space: normal;}

.menumenuInnerNavigation { min-height: 54px;}



/* Navigation Logo */
.navigationlogoGroup { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; margin: 0 -50px; }
.navigationlogoRepeat { padding: 10px 30px; flex-basis: 33%;}
.navigationlogoRepeat a { cursor: pointer; }
.menuInnerImage {text-align: left;}
.menuInnerImage img { display: inline-block; vertical-align: top; outline: none;}
.navigationlogoRepeat img {max-height: 80px; width: 100%;}
.menuInnerImage img {max-height: 120px; max-width: 150px;}

/* Navugation Cta */
.navigationCta{padding-top:10px;}
.navigationCta a{background-color:#db0661; color:#fff; border-color:#db0661; text-transform: initial;}
.navigation .hs-menu-wrapper .navigationCta a:hover{background-color:#fff; color:#db0661;  border-color:#db0661;}

/* Site Search */
.headerSiteSerach { position: relative;}
.headerSearchBar .header__search--toggle { margin: 0 0 0 auto;}
.headerSearchBar .hs-search-field { width: 200px; position: absolute; top: 50%; right: calc(100% + 10px); transform: translateY(-50%); transform-origin: right center; opacity: 0; max-width: 0px; overflow: hidden; transition: .3s ease-out max-width;}
.headerSearchBar .hs-search-field.open{opacity: 1; overflow: visible;max-width: 200px;
  box-shadow: 1px;
  -webkit-box-shadow: 0px 0px 3px 0px rgb(255 255 255 / 75%);
  -moz-box-shadow: 0px 0px 3px 0px rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 3px 0px rgb(255 255 255, 0.75);}
.headerSearchBar .hs-search-field:focus {outline: none;}
.headerSearchBar form input[type=text] { padding: 5px 10px; border: 1px solid #fff; background-color: #000; color: #fff;}
.headerSearchBar form input[type=text]:focus { border-color: #fff;}

.headerSearchBar ::-webkit-input-placeholder { color: #fff;}
.headerSearchBar :-ms-input-placeholder { color: #fff;}
.headerSearchBar ::placeholder { color: #fff;}

@keyframes fadeInUp{ from { opacity:0; transform:translateY(20px); }  to {  opacity:1; transform:translateY(0);} }


@media(min-width:769px){

  header.headerSection .megaMenu .hs-menu-wrapper.flyouts .hs-menu-depth-1>.hs-menu-children-wrapper,
  .header__row-2 .megaMenu .hs-menu-wrapper.flyouts .hs-menu-depth-1>.hs-menu-children-wrapper{ display: flex; flex-direction: column; max-height: 200px;}
  /* header.headerSection .megaMenu.megaMenu-3 .hs-menu-wrapper.flyouts .hs-menu-depth-1>.hs-menu-children-wrapper { height: 100px;} */
}
@media(min-width:1041px){

  /*************
  Global Module
  ****************  */
  a.expandMenu { display: none !important;}
  .headerSticky .header{position:fixed; top:0; left:0; width:100%; animation:headerAnim 0.5s;}
  /*   .headerSticky .header.acp {animation:none !important;} */
  @keyframes headerAnim { from {transform : translateY(-100%) } to {transform : translateY(0%)}}
  .headerInnerParent { display: flex; justify-content: flex-end; align-items: center; }
  .navigation .hs-menu-wrapper, .navigation-secondary .hs-menu-wrapper { display: block !important;}
  .navigation .hs-menu-wrapper > ul li,  .navigation-secondary .hs-menu-wrapper > ul li  { display: inline-block; vertical-align: middle; position: relative; }
  .navigation a, .navigation-secondary a { transition: all ease 0.3s; -webkit-transition: all ease 0.3s; }
  /*   .sticky .navigation .hs-menu-wrapper > ul > li > a, .sticky .navigation-secondary .hs-menu-wrapper > ul > li > a {padding-top: 20px; padding-bottom: 20px;} */
  .navigation .hs-menu-wrapper > ul > li > a, .navigation-secondary .hs-menu-wrapper > ul > li > a { padding: 8.5px 11px; display: block; }
  .navigation .hs-item-has-children > .hs-menu-children-wrapper, .navigation-secondary .hs-item-has-children > .hs-menu-children-wrapper { position: absolute; top: 100%; opacity: 0; left: 0; visibility: hidden; transition: opacity ease 0.3s; width: 240px; }

  .navigation .hs-menu-wrapper>ul li.ActivatedMenu, .navigation-secondary .hs-menu-wrapper>ul li.ActivatedMenu { position: initial;}
  .megaMenu { position: absolute; left: 0; width: 100%; margin-left: 0; text-align: left; top: 45px; z-index: 50; background-color: #fff;}
  .headerSticky .megaMenu {top: 35px;}
  .acp-body .megaMenu, .act-body .megaMenu {top: 35px;}
  .acp-body .header.ac .megaMenu, .act-body .header.ac .megaMenu {top: 45px;}
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.ActivatedMenu .megaMenu, .navigation-secondary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.ActivatedMenu .megaMenu { opacity: 0!important; visibility: hidden!important; -webkit-transition: all ease 0.4s; -moz-transition: all ease 0.4s; transition: all ease 0.4s; display: none !important; min-height:275px;}
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.ActivatedMenu:hover .megaMenu, .navigation-secondary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.ActivatedMenu:hover .megaMenu { opacity: 1!important; visibility: visible!important; display: block !important; animation: fadeInUp 0.3s ease;  animation-iteration-count: 1;  animation-fill-mode: forwards;}
  .navigation .hs-item-has-children > a:hover, .navigation-secondary .hs-item-has-children > a:hover{ color:#fff;}
  .navigation .hs-item-has-children > .hs-menu-children-wrapper li a, .navigation-secondary .hs-item-has-children > .hs-menu-children-wrapper li a  { padding: 12px 20px; display:block;}
  .navigation .hs-item-has-children > .hs-menu-children-wrapper li a:hover,.navigation .megamenusimpleNavigation ul li a:hover, .navigation-secondary .hs-item-has-children > .hs-menu-children-wrapper li a:hover,.navigation-secondary .megamenusimpleNavigation ul li a:hover{ color:#fff;}
  /*   .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>.hs-menu-children-wrapper, .navigation-secondary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>.hs-menu-children-wrapper { opacity: 1 !important; visibility: visible!important; } */
  .navigation .hs-item-has-children>.hs-menu-children-wrapper li a:hover, .navigation-secondary .hs-item-has-children>.hs-menu-children-wrapper li a:hover { background-color: #fff; color: #000;}

  .hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper {left:100%; top:0}
  .hs-menu-wrapper.hs-menu-flow-vertical ul {flex-direction: row !important;}

  /*  mega Menu  */
  .navigation .megamenusimpleNavigation ul li a, .navigation-secondary .megamenusimpleNavigation ul li a { padding: 0;}

  .navigation > span > .hs-menu-wrapper.hs-menu-flow-horizontal > ul >li >a, .navigation-secondary > span > .hs-menu-wrapper.hs-menu-flow-horizontal > ul >li >a { position: relative; overflow: hidden;}
  .navigation > span > .hs-menu-wrapper.hs-menu-flow-horizontal > ul >li.hs-item-has-children >a:after, .navigation-secondary > span > .hs-menu-wrapper.hs-menu-flow-horizontal > ul >li.hs-item-has-children >a:after {content: '';width: 0;height: 0;border-style: solid;border-width: 0 6px 12px 6px;border-color: transparent transparent #ffffff transparent;position: absolute;bottom: -100%;left: 50%;transform: translateX(-50%);opacity: 0;transition: all ease 0.5s;z-index: 1;}
  .navigation > span > .hs-menu-wrapper.hs-menu-flow-horizontal > ul >li.hs-item-has-children:hover > a:after, .navigation-secondary > span > .hs-menu-wrapper.hs-menu-flow-horizontal > ul >li.hs-item-has-children:hover > a:after { bottom: 0; opacity: 1;}
  /*  Overwrite Css  */
  .navigation .hs-menu-wrapper ul, .navigation-secondary .hs-menu-wrapper ul { display: block;}
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper, .navigation-secondary .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper { flex-direction: initial;}
  .hs_menu_wrapper_acp_menu .hs-menu-depth-1>.hs-menu-children-wrapper {width: 93vw !important;}
}





@media (min-width: 1041px) and (max-width: 1230px) {
  /*   .headerSection { padding: 0 25px;} */
  .navigation .hs-item-has-children > .hs-menu-children-wrapper, .navigation-secondary .hs-item-has-children > .hs-menu-children-wrapper { width: 180px;}
  .navigation .hs-item-has-children > .hs-menu-children-wrapper li a. .navigation-secondary .hs-item-has-children > .hs-menu-children-wrapper li a { font-size: 14px; padding: 12px 15px;}
  .navigation .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(7) .hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper, .navigation-secondary .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(7) .hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper { left: inherit; right: 100%;}

}

@media(max-width:1230px){
  .megaMenuWrapper { padding: 0 30px;}

}


@media(max-width:1040px){
  a.expandMenu {width: 30px; height: 30px; display: block; cursor: pointer; padding: 3px; }
  a.expandMenu i { position: relative; width: 25px;  left: 0; height: 2px; opacity: 1; display: block; background: #fff; margin: 7px 0; transition: all ease .3s; -webkit-transition: all ease .3s; -moz-transition: all ease .3s; border-radius: 5px; }
  a.expandMenu i:first-child { margin-top: 0; }
  .acp a.expandMenu i {background: #000;}
  a.expandMenu.active i:first-child { transform: rotate(135deg); -webkit-transform: rotate(135deg); top: 10px; position: relative;}
  a.expandMenu.active i:nth-child(2) { position: relative; left: -46px; opacity: 0;}
  a.expandMenu.active i:last-child { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); top: -8px; position: relative;}
  /*   .childExpand { position: absolute; top: 14px; right: 22px; width: 24px; text-align: center; height: 24px; margin: 0; padding: 5px; cursor: pointer; } */
  .childExpand { position: absolute; top: 0; right: 0; text-align: center; height: 46px; margin: 0; cursor: pointer; width: 100%; }
  .childExpand i { position: relative; width: 15px;  left: 0; height: 1px; opacity: 1; display: block; background: #fff;  margin: 6px 0; transition: all ease .3s; -webkit-transition: all ease .3s; -moz-transition: all ease .3s; }
  .childExpand i+i { position: relative; transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); top: -7px;}
  .childExpand.open i { transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg);}
  .childExpand.open i+i { transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg);}
  .childExpand .holder {position: absolute; right: 17px; top: 17px;}

  .lgtabw33{width:33.33%;}
  .lgtabw50{width:50%;}

  /*   .headerSection { padding: 20px;} */
  .headernavigationSection { padding-right: 70px;}
  .navigation > .hs_cos_wrapper > .hs-menu-wrapper, .navigation-secondary > .hs_cos_wrapper > .hs-menu-wrapper{position:absolute;top:141px;width:100%;left:0; display:none;z-index:2 }
  .navigation > .hs_cos_wrapper > .hs-menu-wrapper > ul > li, .navigation-secondary >.hs_cos_wrapper >.hs-menu-wrapper > ul > li, .header__nav--mobile >.hs_cos_wrapper >.hs-menu-wrapper > ul > li { border-top: 1px solid #ffffff80}
  .navigation .hs-menu-wrapper ul, .navigation-secondary .hs-menu-wrapper ul{display:block;width:100%;}
  .navigation .hs-menu-wrapper ul .hs-menu-children-wrapper,.navigation .hs-menu-wrapper ul .megaMenu, .navigation-secondary .hs-menu-wrapper ul .hs-menu-children-wrapper,.navigation-secondary .hs-menu-wrapper ul .megaMenu { position: static; display: none;  width: 100%;}
  .navigation .hs-menu-wrapper ul .megaMenu, .navigation-secondary .hs-menu-wrapper ul .megaMenu{border-top: 1px solid #ffffff80}
  .navigation > .hs_cos_wrapper > .hs-menu-wrapper ul li, .navigation-secondary > .hs_cos_wrapper > .hs-menu-wrapper ul li { position: relative;}
  .navigation .hs-menu-wrapper ul li a, .navigation-secondary .hs-menu-wrapper ul li a { padding: 14px 15px; display: block; font-size: 16px !important; line-height: 22px !important; font-weight: 600;}
  .navigation .hs-menu-wrapper > ul > li:first-child, .navigation-secondary .hs-menu-wrapper > ul > li:first-child, .header__nav--mobile >.hs_cos_wrapper >.hs-menu-wrapper > ul > li:first-child { border: none;}
  .navigation>.hs_cos_wrapper>.hs-menu-wrapper ul .megamenusimpleNavigation li, .navigation-secondary>.hs_cos_wrapper>.hs-menu-wrapper ul .megamenusimpleNavigation li { border: none; padding: 0;}
  .navigation>.hs_cos_wrapper>.hs-menu-wrapper ul .megamenusimpleNavigation li a, .navigation-secondary>.hs_cos_wrapper>.hs-menu-wrapper ul .megamenusimpleNavigation li a{ padding: 10px;}


  /*  Mega menu  */
  .navigation .hs-menu-wrapper ul .megaMenu, .navigation-secondary .hs-menu-wrapper ul .megaMenu{background-color:#fff;}
  header.headerSection .hs-menu-wrapper.flyouts .hs-menu-depth-1>.hs-menu-children-wrapper{display:block!important;}
  .megaMenu .childExpand { display: none !important; pointer-events: none;}
  .megaMenuWrapper { padding: 0 20px 20px 20px;}
  .megamenuInnerLoop.w16,.megamenuInnerLoop.w20,.megamenuInnerLoop.w25,.megamenuInnerLoop.w33,.megamenuInnerLoop.w40{width:50%}
  .megamenuInnerLoop.w50{width:100%}
  /*  Site Search  */
  .headerSearchBar .header__search--toggle { margin: 0 auto; line-height: 30px; position: relative; margin-right: 16px;}
  .headerSiteSerach { position: relative; width: 30px; height: 30px;}
  .navigation>.hs_cos_wrapper>.hs-menu-wrapper > ul, .navigation-secondary>.hs_cos_wrapper>.hs-menu-wrapper > ul { /*height: calc(100vh - 71px);*/ overflow-y: auto; background: #1a1c1d}
}

@media (min-width:641px) and (max-width: 1040px)  {
  /*   a.expandMenu {top: 1px;right: -2px;} */
}


.header__container--acp .hs-menu-wrapper.flyouts .hs-menu-depth-1>.hs-menu-children-wrapper {
  top: 113px;
  /*   grid-template-columns: repeat(3,50fr);
  grid-gap: 0; */
  height: 130px;
  /*   display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap; */
}
.header__container--acp .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-depth-1>.hs-menu-children-wrapper li {
   /*  display: flex;
  align-items: center;  
  flex: 1 1 calc(100% - 50px); 
  height: 84px;*/
    padding-left: 25px;
}
.header__container--acp .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-depth-1>.hs-menu-children-wrapper li:first-child {
  height: 30px;
}
/* .header__container--acp .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-depth-1>.hs-menu-children-wrapper li:nth-child(2) {
height: 84px;
} */
/* .header__container--acp .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-depth-1>.hs-menu-children-wrapper li:nth-child(odd) {
flex: 0 0 50px;
} */

#hs_menu_wrapper_acp_menu ul li a img {
  min-width: 160px; 
  max-width: 160px;
  min-height: 90px;
}

@media (min-width: 1041px) {
  .header__nav--acp>span>.hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:hover.hs-item-has-children>a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 12px 6px;
    border-color: transparent transparent #ec9c40 transparent !important;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    /*     opacity: 0; */
    transition: all ease .5s;
    z-index: 100;
    margin-bottom: -15px;
  }
}

@media (min-width:1041px){
  .act .header__row-1 .header__logo--main,
  .act .header__nav--sec,
  .acp .header__row-1 .header__logo--main,
  .acp .header__nav--sec,  
  .ac .header__container--acp {
    display: none;
  }
  .act .header__container--desktop,
  .acp .header__container--desktop {
    display: flex;
    padding: 0;
  }
  .act .header__row-1,
  .acp .header__row-1 {
    padding-top: 5px;
  }

  .ac header.acp .header__container--acp {
    display: block !important;
  }



  /*   .acp-body .header {
  position: relative;
} */
}

@media (max-width:1040px){
  .acp .content-wrapper .headerSection,
  .acp .headerSection,
  .arts_breadcrumbs,
  .header__container--desktop,
  .header__container--acp,
  .header__container--act,
  .ac .header__container--mobile--acp,
  .acp .header__container--mobile {
    display: none; 
  }
  .header__nav--sec li {display: none;}
  .header__nav--sec li:last-child {display: list-item;}
  .acp.header__row-2 {
    background: #ffffff;
  }

  .ac header.acp .header__container--mobile--acp {
    display: block !important;    
  }

  /*   #hs_menu_wrapper_acp_menu ul li a img {
  max-width: 50px !important;
} */
}

@media(max-width:767px){
  .navigation .megaMenu .navigationHalfWidth .hs-menu-wrapper>ul li.hs-menu-depth-2, .navigation-secondary .megaMenu .navigationHalfWidth .hs-menu-wrapper>ul li.hs-menu-depth-2 { width: 100% !important; display: block; margin-right:0;}
  .navigationlogoGroup {margin: 0 -20px;}
  .navigationlogoRepeat { flex-basis: 50%; padding: 10px}
  header.acp .hs-menu-wrapper.flyouts .hs-menu-children-wrapper, header.acp .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper, header.acp .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper,
  header.act .hs-menu-wrapper.flyouts .hs-menu-children-wrapper, header.act .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper, header.act .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
    left: 50% !important;
  }
}

@media(min-width:1070px) and (max-width:1300px){
  .headerSearchBar .hs-search-field { margin-right: -30px; margin-top: 35px;}
}

@media(max-width:630px){
  .megamenuInnerLoop.w16,.megamenuInnerLoop.w20,.megamenuInnerLoop.w25,.megamenuInnerLoop.w33,.megamenuInnerLoop.w40,.megamenuInnerLoop.w50,.megamenuInnerLoop.w60,.megamenuInnerLoop.w66,.megamenuInnerLoop.w75,.megamenuInnerLoop.w80{width:100%;}
  .megamenuInner { margin: 0;}
  .megamenuInnerLoop { padding: 10px 0;}
  .headerSearchBar .hs-search-field { width: 150px;}
  .headerSearchBar .hs-search-field.open { max-width: 150px;}
  .menumenuInnerNavigation {min-height: auto;}
}

@media(max-width:480px){
  .headerSearchBar .hs-search-field { width: 100px;}
  .headerSearchBar .hs-search-field.open { max-width: 100px;}
}



@media(max-width: 1379px){
  .content-wrapper {max-width: 95% !important;}
}




main.tn-account-login-page {
  padding-bottom: 50px;
}
.footer {
  background-color: #000000;
  
  padding: 44px 0 70px 1px;
  color: #FFF;
  font-size: 0.75rem;
  margin: 0 auto;
  width:1440px;
  max-width:100%;
}

/* Footer Navigation */

.footer .hs-menu-wrapper{
  
}
.footer .hs-menu-wrapper>ul{
  display: grid;
  grid-template-columns: repeat(4, 25fr);
  grid-gap: 20px;
}
.footer .hs-menu-wrapper ul li{
  line-height: 1;
}
.footer .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>a{
  display: none;
}
.footer .hs-menu-wrapper ul li a{
  color: #FFF;
  font-size: 0.875rem;
  text-decoration: none;
  line-height: 1.07;
}
.footer .hs-menu-wrapper ul li a:hover{
   
}
.footer .hs-menu-wrapper ul li:not(:last-child){
  margin-bottom: 0.5rem; 
}

.f_section_title{
  font-family: 'Founders Grotesk Condensed';
font-weight: 400;
font-size: 18px;
line-height: 28px;
letter-spacing: 2%;
}

.f_contact_info{
  font-family: 'Founders Grotesk Condensed';
font-weight: 100;
font-size: 24px;
line-height: 28px;
letter-spacing: 1.8%;

}

.footer__row{
  display:none;
}
.footer__stack{
  display:block;
  margin: 0 auto;
  text-align: center;
}

.stack_contact_us{
  padding:25px 0;
}

.footer_pages{
  display: none;
  justify-content: space-between;
}

  .footer_pages_mobile{
    width:98% !important;
    display:block;
    text-align: center;
    padding: 5px 0;
  }

  .footer_page_link{
  color: white;
  text-decoration: none;
  transition: color 0.5s ease;
    padding: 0 5px;
}

  .footer_pages_break{
  background:#4c4c4c;
    margin: 15px 0;
}

.footer_page_link:hover{
  color:#DDC092;
  text-decoration: none;
}

@media(min-width: 1040px){
.footer__row{
  margin-bottom: 2.75rem;
  display: grid;
  grid-gap: 0px;
  grid-template-columns: 33% 34% 33%;
}
  .footer__stack{
    display:none;
  }
  
  .footer_pages{
  display: flex;
  justify-content: space-between;
}
  .footer_pages_mobile{
    display:none;
  }
  
  .footer_page_link{
  color: white;
  text-decoration: none;
  transition: color 0.5s ease;
  }
  .footer_page_link:hover{
  color:#DCBF95;
  text-decoration: none;

}
}
.footer__logo{ 
  margin: 0 auto;
}

.footer__nav,
.footer__social{
  text-align: right;
}

.footer_social_link{
  color: white;
  transition: color 0.5s ease;
  font-family: 'Founders Grotesk Condensed';
font-weight: 500;
font-size: 18px;
line-height: 20px;
letter-spacing: 1.5%;

}

.footer_social_link:visited{
  color:white !important;
}

.footer_social_link:hover{
  color:#DCBF95;
  text-decoration: none;  
}

.footer_social_link:active{
  color:#DCBF95 !important;
  text-decoration: none;  
}

.footer_email_link{
  color:#DCBF95;
}

.footer_email_link:visited{
  color:white !important;
}

.footer_email_link:hover{
  color:#DCBF95;
  text-decoration: underline;  
}

.footer_email_link:active{
  color:#DCBF95 !important;
  text-decoration: none;  
}

.footer__social--nav{
  display: inline-grid;
  align-items: center;
  grid-gap: 8px;
  grid-auto-flow: column;
}

.footer__text{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  text-align: center;
  max-width: 90%;
  font-family: 'Founders Grotesk Condensed';
font-weight: 300;
font-size: 15px;
line-height: 18px;
letter-spacing: 2%;
text-align: center;

}

.footer_wordmark{
  display: block;
  width: fit-content;
  max-width:100%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 50px;
}

.footer_text_links{
  margin: 0 auto;
  width: fit-content;
}

.footer_text_link{
  color:white;
  text-decoration: underline;
  padding: 0 5px;
  transition: color 0.5s ease;
}
.footer_text_link:hover{
  color:#DCBF95;

}
@media(max-width: 1039px){
  .footer__row{
    grid-template-columns: 103px 1fr;
  }
  .footer__social {
    grid-column: 1/-1;
    text-align: center;
    margin: 0;
    padding-bottom: 25px;
  }
  .footer__row{
    grid-template-columns: 100%;
    text-align: center;
    grid-gap: 0;
  }
  .footer .hs-menu-wrapper>ul{
    grid-template-columns: 100%;
  }
}
main.tn-account-login-page {
  padding-bottom: 50px;
}

/* CTAs */
.cta_footer_button{
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: 0;
  background-color: transparent;
  padding: 5px 5px;
  color: #000;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
  letter-spacing: 1.14px;
}
.cta_footer_button:hover{
  background-color: #0AC943;
  color: #000;
}
.cta_footer_button{
  background-color: #6DC74C;
  color: #000;
}
/* Menu and simple menu */

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

.hs-menu-wrapper ul li{
  
}
.hs-menu-wrapper ul li a{
  
}
/* 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.flyouts .hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.hs-menu-wrapper.flyouts .hs-menu-depth-1>.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
/*   display: grid;
  grid-template-columns: repeat(2,50fr);
  grid-gap: 32px; */
}





.header__nav--acp .hs-menu-wrapper.flyouts .hs-menu-depth-1>.hs-menu-children-wrapper {
  position: fixed;
  z-index: 9;
  left: 50%;
  width: 90%;
  max-width: 1200px;
  top: 119px;
  padding: 15px; /*16px calc((100vw - 1366px) / 2) 16px calc(((100vw - 1366px) / 2) + 40px);*/
  transform: translateX(-50%);
  background: #fff;
  box-shadow: inset 0px 1px 0px rgb(0 0 0 / 15%);
}  
.hs-blog-post .header__nav--acp .hs-menu-wrapper.flyouts .hs-menu-depth-1>.hs-menu-children-wrapper {
  top: 119px;
}
.hs-blog-post .sticky .header__nav--acp .hs-menu-wrapper.flyouts .hs-menu-depth-1>.hs-menu-children-wrapper {
  top: 121px;
}
.header__nav--acp .hs-menu-wrapper.flyouts .hs-menu-depth-1>.hs-menu-children-wrapper.open-menu-list {
  display:flex !important;
}




@media (min-width:1034px and max-width: 1379px) {
  .hs-menu-wrapper.flyouts .hs-menu-depth-1>.hs-menu-children-wrapper {
    padding: 16px calc((100vw - 85vw) / 2) 16px calc(((100vw - 85vw) / 2) + 40px);
  }
}

.hs-menu-wrapper.flyouts .hs-menu-depth-1>.hs-menu-children-wrapper .hs-menu-children-wrapper{
  display: grid !important;
  grid-template-columns: repeat(2,50fr);
  grid-gap: 8px;
  margin-top: 8px;
}


.header__row-2 .hs-menu-wrapper.flyouts .hs-menu-depth-1.hs-item-has-children >.hs-menu-children-wrapper {
  opacity: 1; 
  visibility: visible;
  
}
.hs-menu-wrapper.flyouts .hs-menu-depth-1.hs-item-has-children:hover > .hs-menu-children-wrapper {
  opacity: 1; 
  visibility: visible;
}



@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%;
}


.lightpick {
    position: absolute;
    z-index: 1;
    padding: 4px;
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    color: #000;
    font-family: system-ui, Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.125em;
}

.lightpick--inlined {
    position: relative;
    display: inline-block;
}

.lightpick,
.lightpick *,
.lightpick::after,
.lightpick::before {
    box-sizing: border-box;
}

.lightpick.is-hidden {
    display: none;
}

.lightpick__months {
    display: grid;
    background-color: #EEE;
    grid-template-columns: auto;
    grid-gap: 1px;
}

.lightpick--2-columns .lightpick__months {
    grid-template-columns: auto auto;
}

.lightpick--3-columns .lightpick__months {
    grid-template-columns: auto auto auto;
}

.lightpick--4-columns .lightpick__months {
    grid-template-columns: auto auto auto auto;
}

.lightpick--5-columns .lightpick__months {
    grid-template-columns: auto auto auto auto auto;
}

.lightpick__month {
    padding: 4px;
    width: 288px;
    background-color: #FFF;
}

.lightpick__month-title-bar {
    display: flex;
    margin-bottom: 4px;
    justify-content: space-between;
    align-items: center;
}

.lightpick__month-title {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    cursor: default;
    padding: 0 4px;
    border-radius: 4px;
}

.lightpick__month-title > .lightpick__select {
    border: none;
    background-color: transparent;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.lightpick__month-title > .lightpick__select:disabled {
    color: #333;
}

.lightpick__month-title > .lightpick__select-months {
    font-weight: bold;
    font-size: 1em;
    margin-right: .5em;
}

.lightpick__toolbar {
    display: flex;
    text-align: right;
    justify-content: flex-end;
}

.lightpick__previous-action,
.lightpick__next-action,
.lightpick__close-action {
    display: flex;
    margin-left: 6px;
    width: 32px;
    height: 32px;
    outline: none;
    border: none;
    border-radius: 50%;
    background-color: #DDD;
    justify-content: center;
    align-items: center;
}

.lightpick__previous-action,
.lightpick__next-action {
    font-size: 12px;
}

.lightpick__close-action {
    font-size: 18px;
}

.lightpick__previous-action:active,
.lightpick__next-action:active,
.lightpick__close-action:active {
    color: inherit;
}

.lightpick__days-of-the-week {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.lightpick__day-of-the-week {
    display: flex;
    font-size: 11px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}

.lightpick__days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.lightpick__day {
    display: flex;
    height: 40px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    cursor: default;
}

.lightpick__day.is-today {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(220, 50, 47, .5)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
    background-size: 18.8% auto;
    background-position: center bottom;
    color: #DC322F;
}

.lightpick__day:not(.is-disabled):hover {
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23E0E0E0' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-disabled {
    opacity: 0.38;
    pointer-events: none;
}

.lightpick__day.disabled-tooltip {
    pointer-events: auto;
}

.lightpick__day.is-disabled.is-forward-selected {
    opacity: 1;
}
.lightpick__day.is-disabled.is-forward-selected:not(.is-start-date) {
    background-color: rgba(38, 139, 210, 0.1);
    background-image: none;
}

.lightpick__day.is-previous-month,
.lightpick__day.is-next-month {
    opacity: 0.38;
}

.lightpick__day.lightpick__day.is-in-range:not(.is-disabled) {
    opacity: 1;
}

.lightpick__day.is-in-range {
    border-radius: 0;
    background-color: #FAFAF7;
    background-image: none;
}


.lightpick__day.is-start-date.is-in-range,
.lightpick__day.is-end-date.is-in-range.is-flipped {
    border-top-left-radius: 50%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 50%;
    background-color: #F8981D;
    background-image: none;
}

.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped {
    border-top-left-radius: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 0;
    background-color: #F8981D;
    background-image: none;
}

.lightpick__day.is-start-date.is-end-date {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23F8981D' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-start-date,
.lightpick__day.is-end-date,
.lightpick__day.is-start-date:hover,
.lightpick__day.is-end-date:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23F8981D' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
    background-size: auto;
    background-position: center;
    color: #FFF;
    font-weight: bold;
}

.lightpick__tooltip {
    position: absolute;
    margin-top: -4px;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    font-size: 11px;
    pointer-events: none;
}

.lightpick__tooltip::before {
    position: absolute;
    bottom: -5px;
    left: calc(50% - 5px);
    border-top: 5px solid rgba(0, 0, 0, 0.12);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
}

.lightpick__tooltip::after {
    position: absolute;
    bottom: -4px;
    left: calc(50% - 4px);
    border-top: 4px solid #FFF;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}
.lightpick__footer {
    display: flex;
    justify-content: space-between;
}
.lightpick__reset-action,
.lightpick__apply-action {
    border-radius: 5px;
    font-size: 12px;
    border: none;
}
.lightpick__reset-action {
    color: #fff;
    background-color: #aeacad;
}
.lightpick__apply-action {
    color: #fff;
    background-color: #2495f3;
}