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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/****************************************
 * 
 * When the screen (browser window) gets smaller than 768px
 * 
 * */
@media only screen and (max-width: 800px){
#calculator {
    width: 75vw  !important;
}
}

@media only screen and (max-width: 768px) {
  
  p.event-card__description {
    margin-bottom: 240px !important;
}
  p.event-card__title {
    font-weight: 600;
}
  form legend {
    font-size: 0.65rem  !important;
}
  div#hs_cos_wrapper_widget_1610375055140_ , input.hs-button.primary ,div#hs_cos_wrapper_widget_1605970162013_ {
    font-size: 18px;
}
  .calc-toggles {
    display: flex;
    flex-direction: column  !important;
    align-content: flex-start;
    justify-content: space-around;
    width: 140%  !important;
    gap: 16px;
    margin-bottom: 28px;
}
  span.switch-text {
    font-size: 14px  !important;
  }
}

/*** Homepage + ADEX ***/

@media only screen and (max-width: 768px) {
p.blog-index-header__subtitle {
    font-size: clamp(22px, 10px, 35px);
    padding: 15px;
}
  
  #customers-testimonials .item {
    padding: 0px  !important;
  }
  
h1.blog-index-header__title {
    font-size: clamp(28px, 10px, 50px);
}
.phone {
    font-size: 14px;
    padding-top: 3px;
    padding-left: 25px;
}
  .content-wrapper {
    padding-left: 36px !important;
    padding-right: 36px !important;
}

}
@media (max-width: 1100px){
.top-bar .span6 {
    font-size: 12px;
}
}
@media only screen and (max-width: 1050px){
#hs_cos_wrapper_blog_listing_banner .content-wrapper {
    padding-top: 338px !important;
}
  .blog-index__post-content.blog-index__post-content--small h2 , a  , h3, .blurb-title , h4  {
    font-size: clamp(19px, 10px, 35px) !important;
    font-weight: 600 !important;
}
  
  h2 { font-size: clamp(24px, 10px, 35px) !important;  }

.blog-index__post-content.blog-index__post-content--small p , p , li , .blog-post__timestamp , span {
    font-size: clamp(17px, 10px, 35px) !important;
}

.container , .row-fluid-wrapper.row-depth-1.row-number-3.dnd_area-row-1-padding.dnd-section , .row-fluid-wrapper.row-depth-1.row-number-11.dnd-section ,
 .row-fluid-wrapper.row-depth-1.row-number-9.dnd_area-row-3-max-width-section-centering.dnd-section.dnd_area-row-3-background-color ,
  .row-fluid-wrapper.row-depth-1.row-number-5.dnd_area-row-2-padding.dnd-section.dnd_area-row-2-vertical-alignment , .row-number-15.dnd_area-row-2-background-color{
    padding-left: 36px !important;
    padding-right: 36px !important;
}
}

/** Blog Listing + Orchestrator Pillar Page **/

@media only screen and (max-width: 768px) {
span#hs_cos_wrapper_name {
    font-size: clamp(25px, 10px, 35px);
    font-weight: 600;
}
.blog-post h1 {
    font-size: 1.3rem;
}


.span12.widget-span.widget-type-custom_widget.module_16735439129528-flexbox-positioning.dnd-module ,
.widget_1673543861012-flexbox-positioning , .widget_1673543836958-flexbox-positioning , .widget_1673543560894-flexbox-positioning , .widget_1673543758358-flexbox-positioning , .widget_1673543260379-flexbox-positioning {
    padding-bottom: 40px;
}


div#hs_cos_wrapper_module_166982460241613_  , div#hs_cos_wrapper_module_166982460241617_ , #hs_cos_wrapper_module_1669839500178_ ,
 div#hs_cos_wrapper_module_16735404163237_ , div#hs_cos_wrapper_module_166982429366617_ , div#hs_cos_wrapper_module_1669824512378_ ,
 div#hs_cos_wrapper_module_166982429366613_ , div#hs_cos_wrapper_widget_1669824213862_ , div#hs_cos_wrapper_widget_1669824213862_ , 
div#hs_cos_wrapper_module_167354194714310_ , div#hs_cos_wrapper_module_16735419471429_  , div#hs_cos_wrapper_widget_1669824181648_{
    font-size: clamp(25px, 10px, 35px);
    font-weight: 600;
}

.row-fluid-wrapper.row-depth-1.row-number-3.dnd-section ,
 .row-fluid-wrapper.row-depth-1.row-number-10.dnd-section ,  .row-fluid-wrapper.row-depth-1.row-number-26.dnd-section , 
  .content-wrapper.content-wrapper--narrow , #hs_cos_wrapper_blog_listing_banner .content-wrapper {
  padding-right: 36px !important;
    padding-left: 36px !important;
    
}
}

/** The Complete JDE Orchestrator Guide Part 7 Page + The Downloads Page + The Complete JDE Orchestrator Guide Part 5 Page + The Complete JDE Orchestrator Guide Part 2 Page 
 +  The How Groovy Script Fills Gaps in the Orchestrator Page  +   The Complete JDE Orchestrator Guide Part 9 Page  +   The Guidance for Chart of Accounts Design & Conversion Page   
 +   The Complete JDE Orchestrator Guide Part 4 Page  + The Complete JDE Orchestrator Guide Part 3 Page    **/

@media only screen and (max-width: 768px) {
  
  img{
    border-style: none; 
     width: 100% !important; 
   height: auto;
}


img.hs-image-widget {width: 255px !important;}
  
}

}

/** Contact Page **/
@media only screen and (max-width: 768px) {
.row-fluid-wrapper.row-depth-1.row-number-3.dnd_area-row-1-padding.dnd_area-row-1-vertical-alignment.dnd-section {
    padding-left: 36px !important;
    padding-right: 36px !important;
}
  #hs_cos_wrapper_widget_1601480462808_ h2:first-child {
    padding-top: 44px;
}
}

/** The Orchestrator Training Page **/
@media only screen and (max-width: 1050px){
.content-wrapper , .row-fluid-wrapper.row-depth-1.row-number-8.dnd_area-row-3-background-image
.dnd_area-row-3-max-width-section-centering.dnd-section.dnd_area-row-3-padding , .row-fluid-wrapper.row-depth-1.row-number-3.dnd_area-row-1-vertical-alignment.dnd_area-row-1-max-width-section-centering.dnd-section , 
.row-fluid-wrapper.row-depth-1.row-number-6.dnd_area-row-2-padding.dnd-section , .row-fluid-wrapper.row-depth-1.row-number-8.dnd_area-row-3-background-image.dnd_area-row-3-max-width-section-centering.dnd-section.dnd_area-row-3-padding , .dnd_area-row-8-padding , .row-fluid-wrapper.row-depth-1.row-number-21.dnd-section.dnd_area-row-7-max-width-section-centering , .meet-your-instructor , .row-fluid-wrapper.row-depth-1.row-number-31.dnd-section.dnd_area-row-10-max-width-section-centering {
    padding-left: 36px !important;
    padding-right: 36px !important;
}
}


/** The AJAM Page **/
@media only screen and (max-width: 1050px){
div#hs_cos_wrapper_module_1675200093006 h3 {padding-top: 22px;}

.row-fluid-wrapper.row-depth-1.row-number-3.dnd_area-row-1-padding.dnd_area-row-1-vertical-alignment.dnd-section , .row-fluid-wrapper.row-depth-1.row-number-7.dnd_area-row-2-padding.dnd-section.dnd_area-row-2-vertical-alignment {}

.row-fluid-wrapper.row-depth-1.row-number-22.dnd-section , .row-fluid-wrapper.row-depth-1.row-number-7.dnd_area-row-2-padding.dnd-section.dnd_area-row-2-vertical-alignment {padding-left: 36px !important;
    padding-right: 36px !important; }

}



/** The Cetova Reporting Page **/
@media only screen and (max-width: 1050px){
.content-wrapper , .row-fluid-wrapper.row-depth-1.row-number-15.dnd-section , .row-fluid-wrapper.row-depth-1.row-number-20.dnd-section.dnd_area-row-7-padding , 
  .row-fluid-wrapper.row-depth-1.row-number-18.dnd_area-row-6-padding.dnd-section.dnd_area-row-6-background-color , .row-fluid-wrapper.row-depth-1.row-number-3.dnd_area-row-1-padding.dnd-section ,
  .row-fluid-wrapper.row-depth-1.row-number-5.dnd_area-row-2-force-full-width-section.dnd_area-row-2-background-color.dnd-section {
    padding-left: 36px !important;
    padding-right: 36px !important;
}
  div#hs_cos_wrapper_module_1675200093006 h3 {padding-top: 22px;}

.cell_16014797119942-padding , .cell_1644869647130-padding , .cell_16448696471302-padding , .cell_1644895045741-padding , .span12.widget-span.widget-type-cell.cell_1644869647129-padding.dnd-column{
     padding-left: 0px !important; 
}



.row-fluid-wrapper.row-depth-1.row-number-9.dnd-section.dnd_area-row-4-force-full-width-section.dnd_area-row-4-background-color.dnd_area-row-4-padding , .row-fluid-wrapper.row-depth-1.row-number-27.dnd-section.dnd_area-row-8-padding.dnd_area-row-8-vertical-alignment.dnd_area-row-8-background-color {
    padding: 60px 36px 0 36px !important;
}

}
.event-card.event-card--round {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



/* 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: 48.93617020799999%;
    *width: 48.88297871863829%;
}

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

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

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

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

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 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: 48.618784527%;
        *width: 48.5655930376383%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

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

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

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

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

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

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

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/* Hero Banner */
.atmc-hero-banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.atmc-overlay:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: rgba(0, 0, 0, .6);
}
.atmc-overlay .atmc-container {
	position: relative;
	z-index: 5;
}

.atmc-parallax {
	background-attachment: inital;
}
@media (hover:hover) { 
	.atmc-parallax {
		background-attachment: fixed;
	}
}


.boxed-testimonial {
    max-width: 760px;
    margin: 0px auto;
    padding: 20px;
    border: 3px solid #000;
}

.equal-height {min-height: 400px;}


.no-arrows .slick-next, .no-arrows .slick-prev {display: none !important;}

.no-arrows .atmc-testimonial-01_single p {
    font-size: 16px !important;
}

.mb-60 {margin-bottom: 60px;}



/* Buttons */
.atmc-btn {
    background: #39876f;
    color: #FFF;
    padding-left: 2rem;
    padding-right: 2rem !important;
}
span.atmc-btn-icon_icon {
    display: none !important;
}

.atmc-btn-primary:hover, .hs-button:hover {
  color: #FFF;
  background: #0e2c20;
}

.atmc-offer-02.text-center {
    text-align: center;
}





.atmc-btn, .hs-button {
    white-space: inherit !important;
}
html {
  font-size: 24px;
}

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

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

body {
  color: #494A52;
  font-family: Lato, sans-serif;
  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;
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: none;
}

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #494A52;
  font-family: Merriweather, serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
  color: #0e2c20;
  font-weight: 700;
}

h3 {
  font-size: 1.25rem;
}

.span4 h3 {
    font-size: 1.2rem;
}

.span4 p {
    font-size: 0.8rem;
}

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

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

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

.disable-focus-styles :focus {
  outline: none;
}
button,
.button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}



/* Buttons */
.atmc-btn,
.hs-button {
  display: inline-block;
  text-align: center;
  text-decoration: none!important;
  font-weight: bold;
  font-size: 1rem;
  padding: .75rem 1rem;
  letter-spacing: 0.05px;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border-radius: px;
  border: 2px solid;
  user-select: none;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
  .atmc-btn:hover,
  .hs-button:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
  }


@media (min-width: 768px) {
	.hs_cos_wrapper_type_cta + .hs_cos_wrapper_type_cta {
		margin-left: .75rem;
	}
}

/* ------------- Button Sizes -------------- */

.atmc-btn-s {
  font-size: .875rem;
  padding: .5rem .625rem;
}
.atmc-btn-m {
  font-size: 1rem;
  padding: .75rem 1rem;
}
.atmc-btn-l {
  font-size: 1.25rem;
  padding: .9375rem 1.875rem;
}

/* ------------- Button Styles -------------- */

/* Button Primary */
.atmc-btn-primary,
.hs-button {
  background: !important;
  border-color: ;
}
  .atmc-btn-primary:hover,
  .hs-button:hover {
    background: !important; 
    border-color: ;
  }



/* Button Outline Primary */
.atmc-btn-outline-primary {
  color: !important;
  background: none!important;
  border-color: ;
}
  .atmc-btn-outline-primary:hover {
    color: #fff!important;
    background: !important;
  }
	.atmc-btn-outline-primary.atmc-btn-icon:hover .atmc-btn-icon_icon {
		border-color: #fff;
	}
	.atmc-btn-outline-primary.atmc-btn-icon:hover .atmc-btn-icon_icon svg {
		fill: #fff;
	}

/* Button Secondary */
.atmc-btn-secondary {
  color: #fff!important;
  background: !important;
  border-color: ;
}
  .atmc-btn-secondary:hover {
    background: !important; 
    border-color: ;
  }

/* Button Outline Secondary */
.atmc-btn-outline-secondary {
  color: !important;
  background: none!important;
  border-color: ;
}
  .atmc-btn-outline-secondary:hover {
    color: #fff!important;
    background: !important;
  }
	.atmc-btn-outline-secondary.atmc-btn-icon:hover .atmc-btn-icon_icon {
		border-color: #fff;
	}
	.atmc-btn-outline-secondary.atmc-btn-icon:hover .atmc-btn-icon_icon svg {
		fill: #fff;
	}

/* Button White */
.atmc-btn-white {
  color: !important;
  background: #fff!important;
  border-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
  .atmc-btn-white:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

/* Button Outline White */
.atmc-btn-outline-white {
  color: #fff!important;
  background: none!important;
  border-color: #fff;
}
  .atmc-btn-outline-white:hover {
    color: !important;
    background: #fff!important;
  }
	.atmc-btn-outline-white.atmc-btn-icon:hover .atmc-btn-icon_icon {
		border-color: ;
	}
	.atmc-btn-outline-white.atmc-btn-icon:hover .atmc-btn-icon_icon svg {
		fill: ;
	}

/* Button White */
.atmc-btn-dark {
  color: #fff!important;
  background: !important;
  border-color: ;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
  .atmc-btn-dark:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

/* Button Outline White */
.atmc-btn-outline-dark {
  color: !important;
  background: none!important;
  border-color: ;
}
  .atmc-btn-outline-dark:hover {
    color: #fff!important;
    background: !important;
  }
	.atmc-btn-outline-dark.atmc-btn-icon:hover .atmc-btn-icon_icon {
		border-color: #fff;
	}
	.atmc-btn-outline-dark.atmc-btn-icon:hover .atmc-btn-icon_icon svg {
		fill: #fff;
	}

/* Button Base */
.atmc-btn-base {
  color: #fff!important;
  background: !important;
  border-color: ;
}
  .atmc-btn-base:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

/* Button Outline Base */
.atmc-btn-outline-base {
  color: !important;
  background: none!important;
  border-color: ;
}
  .atmc-btn-outline-base:hover {
    color: #fff!important;
    background: !important;
  }
	.atmc-btn-outline-base.atmc-btn-icon:hover .atmc-btn-icon_icon {
		border-color: #fff;
	}
	.atmc-btn-outline-base.atmc-btn-icon:hover .atmc-btn-icon_icon svg {
		fill: #fff;
	}

/* Button Danger */
.atmc-btn-danger {
  color: #fff!important;
  background: !important;
  border-color: ;
}
  .atmc-btn-danger:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

/* Button Outline Base */
.atmc-btn-outline-danger {
  color: !important;
  background: none!important;
  border-color: ;
}
  .atmc-btn-outline-danger:hover {
    color: #fff!important;
    background: !important;
  }
	.atmc-btn-outline-danger.atmc-btn-icon:hover .atmc-btn-icon_icon {
		border-color: #fff;
	}
	.atmc-btn-outline-danger.atmc-btn-icon:hover .atmc-btn-icon_icon svg {
		fill: #fff;
	}

/* Button Warning */
.atmc-btn-warning {
  color: #fff!important;
  background: !important;
  border-color: ;
}
  .atmc-btn-warning:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

/* Button Outline Warning */
.atmc-btn-outline-warning {
  color: !important;
  background: none!important;
  border-color: ;
}
  .atmc-btn-outline-warning:hover {
    color: #fff!important;
    background: !important;
  }
	.atmc-btn-outline-warning.atmc-btn-icon:hover .atmc-btn-icon_icon {
		border-color: #fff;
	}
	.atmc-btn-outline-warning.atmc-btn-icon:hover .atmc-btn-icon_icon svg {
		fill: #fff;
	}

/* Button Success */
.atmc-btn-success {
  color: #fff!important;
  background: !important;
  border-color: ;
}
  .atmc-btn-success:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

/* Button Outline Success */
.atmc-btn-outline-success {
  color: !important;
  background: none!important;
  border-color: ;
}
  .atmc-btn-outline-success:hover {
    color: #fff!important;
    background: !important;
  }
	.atmc-btn-outline-success.atmc-btn-icon:hover .atmc-btn-icon_icon {
		border-color: #fff;
	}
	.atmc-btn-outline-success.atmc-btn-icon:hover .atmc-btn-icon_icon svg {
		fill: #fff;
	}

/* Button Gray */
.atmc-btn-gray {
  color: #fff!important;
  background: !important;
  border-color: ;
}
  .atmc-btn-gray:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

/* Button Outline Gray */
.atmc-btn-outline-gray {
  color: !important;
  background: none!important;
  border-color: ;
}
  .atmc-btn-outline-gray:hover {
    color: #fff!important;
    background: !important;
  }
	.atmc-btn-outline-gray.atmc-btn-icon:hover .atmc-btn-icon_icon {
		border-color: #fff;
	}
	.atmc-btn-outline-gray.atmc-btn-icon:hover .atmc-btn-icon_icon svg {
		fill: #fff;
	}

/* Button Light Gray */
.atmc-btn-lightgray {
  color: !important;
  background: !important;
  border-color: ;
}
  .atmc-btn-lightgray:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

/* Button Outline Light Gray */
.atmc-btn-outline-lightgray {
  color: !important;
  background: none!important;
  border-color: ;
}
  .atmc-btn-outline-lightgray:hover {
    color: !important;
    background: !important;
  }
	.atmc-btn-outline-lightgray.atmc-btn-icon:hover .atmc-btn-icon_icon {
		border-color: ;
	}
	.atmc-btn-outline-lightgray.atmc-btn-icon:hover .atmc-btn-icon_icon svg {
		fill: ;
	}

/* Button Light */
.atmc-btn-light {
  color: !important;
  background: !important;
  border-color: ;
}
  .atmc-btn-light:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

/* Button Outline Light */
.atmc-btn-outline-light {
  color: !important;
  background: none!important;
  border-color: ;
}
  .atmc-btn-outline-light:hover {
    color: !important;
    background: !important;
  }
	.atmc-btn-outline-light.atmc-btn-icon:hover .atmc-btn-icon_icon {
		border-color: ;
	}
	.atmc-btn-outline-light.atmc-btn-icon:hover .atmc-btn-icon_icon svg {
		fill: ;
	}


/* ----
 * Button Icon 
 * ---------------- */
.atmc-btn.atmc-btn-icon {
	position: relative;
}
.atmc-btn.atmc-btn-icon .atmc-btn-icon_icon {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Width */
.atmc-btn.atmc-btn-icon .atmc-btn-icon_icon {
	width: 3rem;
}
.atmc-btn.atmc-btn-icon.atmc-btn-s .atmc-btn-icon_icon {
	width: 2.5rem;
}
.atmc-btn.atmc-btn-icon.atmc-btn-l .atmc-btn-icon_icon {
	width: 4rem;
}

/* Padding */
.atmc-btn.atmc-btn-icon {
	padding-right: 4rem;
}
.atmc-btn.atmc-btn-icon .atmc-btn-icon_icon svg {
	height: 1.5rem;
}
.atmc-btn.atmc-btn-s.atmc-btn-icon {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-right: 3.1125rem;
}
.atmc-btn.atmc-btn-s.atmc-btn-icon svg {
	height: 1rem;
}
.atmc-btn.atmc-btn-l.atmc-btn-icon {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-right: 5.875rem;
}
.atmc-btn.atmc-btn-l.atmc-btn-icon svg {
	height: 2rem;
}
/* Form */

form {
  font-family: Lato, sans-serif;
}

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

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

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

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

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

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

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

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

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

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

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

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

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

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


.actions input.hs-button.primary.large {
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    font-weight: bold;
    letter-spacing: .05px;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 2px solid;
    user-select: none;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    font-size: 1rem;
    padding: .75rem 1rem;
    background: #39876f;
    color: #FFF;
    padding-left: 2rem;
    padding-right: 2rem !important;
}



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

  color: #FFF;
}

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

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

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

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

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
/* Header container */




.header__container.content-wrapper-xl {
    display: grid;
    grid-template-columns: 0.5fr 1.5fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas: ". .";
  justify-content: space-between;
}

.navigation-wrapper {
    display: flex;
  justify-content: space-between;
}

.navigation-primary a {
font-size: clamp(12px, 1.2vw, 22px) !important;
}



 
  .header__container.content-wrapper-xl.sticky-nav.fixed {
    position: fixed;
    width: 100%;
    max-width: 100%;
    background: #FFF;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .fixed .header__logo.header__logo--main {
    width: auto;
    height: auto;
    display: block;
    background: none;
    padding: 5px 20px;
  }
  body .fixed .navigation-primary a {
    color: #000 !important;
  }
  .fixed .header__logo img {
    height: auto;
    max-height: 60px;
    width: auto !important;
  }

  body .fixed .header__row-1 {display: none;}

  body .fixed  .navigation-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }



 
@media screen and (max-width:1100px) {
  .header__container.content-wrapper-xl.sticky-nav.fixed {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-content: center;
  }
  
  body .fixed .header__logo.header__logo--main {width: 20%;}
  body .fixed .navigation-wrapper {width: 80%;     flex-direction: row-reverse; } 
  
  body .fixed  .header__navigation--toggle {    filter: brightness(0);}
 
  .header__container.content-wrapper-xl.sticky-nav.fixed {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
  }
  
  .fixed .header__navigation.header--element.open {
      top: 80px;
  }  
}

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

  div#header-cta-wrap {
      display: none;
  }
  body .fixed .header__logo.header__logo--main,
  body .fixed .navigation-wrapper {width: 50%;}

}


.header {
  background-color: #F8FAFC;
}

header.header.header--no-navigation {
    background: rgb(255 255 255 / 75%);
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

/* Navigation skipper */

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

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

/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

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

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 20px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-color: #FFF;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  color: #494A52;
  font-family: Lato, serif;
  font-size: 22px;
  font-weight: 300;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #FFF;
}

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

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 1.79px solid #D1D6DC;
  border-top: -2px solid #FFF;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: #494A52;
  display: block;
  font-family: Lato, serif;
  font-size: 0.8rem;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #D1D6DC;
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #EBEFF3;
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  color: #494A52;
  font-family: Lato, serif;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494A52;
}

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

/* Navigation */

#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Tablet styles */


/*

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}


*/

/* Mobile styles */















@media (max-width: 1100px) {
  .header__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    margin: 0 auto;
    width: 100%;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
        width: calc(100vw - 40px);
    left: 20px;
    top: 140px;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    background-color: inherit;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    border-top: 2px solid #CED4DB;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}







@media screen and (max-width: 480px) {
  .header__container.content-wrapper-xl {      display: block;  }
  section#hero-section {padding-top: 320px !important;}
  .header__navigation.open, .header__search.open, .header__language-switcher.open {top: 240px;}
  
}
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.hs-menu-item:hover > a,
.hs-menu-item:focus > a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}



.atmc-inline-menu {
	
}
.atmc-inline-menu .hs-menu-item a {
	padding: 0;
	color: inherit;
}
.atmc-inline-menu .hs-menu-item a:hover {
	color: ;
}
.atmc-inline-menu .hs-menu-item + .hs-menu-item {
	margin-left: 1rem;
}





.atmc-site-footer_logo.mb-4 {
    TEXT-ALIGN: LEFT;
  MARGIN-BOTTOM: 20PX;
}


.footer {
  background-color: #F8FAFC;
  text-align: center;
}

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

.footer__copyright {
  font-size: 0.7rem;
  margin: 0.5rem 0;
}






/******************************/
.footer {
	padding: 0 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
}

.footer.footer-overlay:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+0,0.9+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,.6) 0%, rgba(0,0,0,.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,.6) 0%, rgba(0,0,0,.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,.6) 0%, rgba(0,0,0,.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}









.footer {
	padding: 0 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
}

.footer.footer-overlay:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+0,0.9+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,.6) 0%, rgba(0,0,0,.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,.6) 0%, rgba(0,0,0,.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,.6) 0%, rgba(0,0,0,.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}

/* -------
 * Site Footer
 * ------------------- */
.atmc-site-footer {
	position: relative;
	z-index: 3;
	padding: 4rem 0;
}
@media (min-width:992px) {
	.atmc-site-footer {
		padding: 6rem 0;
	}
}
@media (max-width:480px) {
	.atmc-site-footer {
		text-align: center;
	}
}

/* Layout */
@media (min-width:768px) and (max-width:991px) {
	.atmc-site-footer .row-fluid > .span4 {
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
		width: 40%;
		padding-right: 1rem;
	}	
	.atmc-site-footer .row-fluid > .span3 {
		display: none;
	}	
	.atmc-site-footer .row-fluid > .span5 {
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%;
		width: 60%;
		margin-left: 0;
	}
}

/* Site Footer Logo */
.atmc-site-footer_logo img {
	display: inline-block;
	width: auto!important;
	height: 50px;
	max-height: 50px;
}

/* Site Footer About */
.atmc-sitefooter_about p {
	font-size: 0.9rem;
}
@media (max-width:767px) {
	.atmc-sitefooter_about p {
		text-align: center;
	}
}

/* Site Footer Social Icons */
.atmc-sitefooter_social {
	
}
.atmc-sitefooter_social .social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.atmc-sitefooter_social a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px; 
	margin-right: 0.5rem;
	padding: 10px;
	border-radius: 100%;
	background-color: ;
	box-shadow: 0px 10px 10px rgba(0,0,0, .1);
}
  	.atmc-sitefooter_social a:hover {
			background-color: ;
			transform: scale(1.1);
			-webkit-transform: scale(1.1);
		}
.atmc-sitefooter_social svg {
	height: 15px;
	transition: 0.3s ease;
	fill: #fff;
}
@media (max-width:767px) {
	.atmc-sitefooter_social .social-links { 
		-webkit-box-pack: center; 
		-ms-flex-pack: center; 
		justify-content: center;
	}
}

/* Site Footer Menu */
.atmc-sitefooter_menu a {
	position: relative;
	padding: 0;
}
	.atmc-sitefooter_menu a:hover,
	.atmc-sitefooter_menu a:focus {
		color: !important;
	}
.atmc-sitefooter_menu a:before {
	content: "";
	position: absolute;
	left: -0.5rem;
	bottom: 0;
	width: 2px;
	height: 0;
	background-color: ;
	transition: 0.3s ease;
}
	.atmc-sitefooter_menu a:hover:before {
		height: 100%;
	}
.atmc-sitefooter_menu li {
	display: block;
	width: 100%;
  text-align: left;
}
.atmc-sitefooter_menu li.hs-menu-item a {
	color: inherit;
}
.atmc-sitefooter_menu li.active > a {
	color: !important;
}
.atmc-sitefooter_menu > .hs-menu-wrapper > ul > li > a {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 1.5rem;
  font-size: 0.7rem;
}

/* Lv 2 */
.atmc-sitefooter_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper a {
	margin-top: 0.4rem;
	font-size: 0.65rem;
}
@media (max-width:767px) {
	.atmc-sitefooter_menu > .hs-menu-wrapper > ul,
	.atmc-sitefooter_menu > .hs-menu-wrapper > ul a {
		text-align: center;
	}
}
@media (min-width:767px) {
	.atmc-sitefooter_menu > .hs-menu-wrapper > ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.atmc-sitefooter_menu > .hs-menu-wrapper > ul > li {
		-ms-flex-preferred-size: 33.333333%;
		flex-basis: 33.333333%;
		width: 33.333333%;
		padding-right: 1rem;
	}
}
@media (max-width:480px) {
	.atmc-sitefooter_menu > .hs-menu-wrapper > ul > li {
		margin-top: 1rem;
	}
}

/* -------
 * Footer
 * ------------------- */
.atmc-footer {
	position: relative;
	padding: 3rem 0;
	z-index: 3;
	border-top: 1px solid rgba(#null, 0.19);
}
.footer.text-white .atmc-footer {
	border-top: 1px solid rgba(255, 255, 255, 0.19);
}

.atmc-footer > .dnd-section {
	padding: 0 20px;
}

@media (max-width:767px) {
	.atmc-footer {
		text-align: center;
	}
}


/* Copyright */
.footer__copyright {
  font-family: ;
	line-height: 1;
	font-size: 0.8rem;
}
.footer__copyright a {
	color: !important;
}


/* Developed By */
.footer_developed {
  font-family: ;
	line-height: 1;
	font-size: 0.8rem;
}
.footer_developed a {
	color: !important;
}




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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

/* Blog header */

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}

.blog-header__title {
  font-size: 2rem;
}

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

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

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

/* Blog header - author listing */

.blog-header__author-avatar {
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.5rem;
  width: 200px;
}

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

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

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

/* Blog listing */
a.back-to-blog {
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  background: rgba(73,74,82,1.0);
  border-radius: 6px;
  border-width: 0px;
  color: rgb(255,255,255);
  font-family: sans-serif;
  height: auto;
  transition: all .4s ease;
  padding: 6px 18px;
  text-shadow: none;
  width: auto;
  font-size: 24px;
  line-height: 1.5em;
  color: #fff;
  border-radius: 0px;
  display: block;
  margin: 0px auto 60px;
  text-align: center;
  max-width: 400px;
  margin-top: 80px;
  margin-bottom: 80px;
}

a.back-to-blog:hover {
  background-color: rgba(33,34,42,1.0);
  border-color: #21222a;
  color: #fff;
}


article.events-index__post {
  border: 2px solid #274e13;
  margin: 10px;
}

a.cta-btn {
  background: #274e13;
  color: #FFF !important;
  padding: 10px 20px;
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

.blog-index__post-image {
  height: auto;
  max-width: 100%;
}

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

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

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

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content p {
  font-family: Lato, sans-serif;
}

.blog-index__post-content a {
  color: #494A52;
}

/* Blog pagination */

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

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

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

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

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

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

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

/* Blog post */

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

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

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

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

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

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

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

/* Blog related posts */

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

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

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

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

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

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

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

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

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

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

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

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

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

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

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

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




/* ------------ Events Styles ------------*/

.body-container--videos-index a.subscribe-to-blog-btn,
.body-container--events-index a.subscribe-to-blog-btn {display: none;}

.events__single {
  display: flex;
}
section.event-index.events__index .event-date {
  display: block;
  margin-right: 20px;
  width: 50px;
}

.event__content-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 80px);
}

.event__featured-image,
.event__content {    width: 100%;}


.event__featured-image {margin-bottom: 20px;}

.event__featured-image img {
  display: block;
  max-width: 100%;
}


.event__content {
  display: flex;
  flex-direction: column;
}
.events__single {
  border-bottom: 3px solid #274e13 !important;
  border-radius: 8px;
  border: 2px solid #274e13;
  padding: 20px;
}

span.event-date__weekday, span.event-date__day, span.event-date__month {
  display: block;
}

.event-date * {
  color: #000 !important;
}

span.event-date__weekday {
  font-family: Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  color: #5d5d5d;
  text-transform: uppercase;
}
span.event-date__month {
  font-family: Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;
  font-size: clamp(14px, 1.5vw, 22px);
  font-weight: 400;
  line-height: 1.5;
  color: #5d5d5d;
  text-transform: uppercase;
}
span.event-date__day {
  font-weight: 700;
  font-family: Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;
  color: #5d5d5d;
  text-transform: uppercase;
  font-size: clamp(18px, 4vw, 42px);
  line-height: 1;
}

section.video-index.videos__index h2,
.event-index__post-content.event__content h2 {
  font-size: clamp(18px, 3vw, 22px);
  margin: 0px;
}

section.video-index.videos__index p,
.event-index__post-content.event__content p {
  font-size: clamp(14px, 1.8vw, 18px);
}

a.cta-btn.event__btn {
  border-radius: 3px;
  margin-top: auto;
  margin-bottom: 0px;
  place-self: flex-start;
}

a.cta-btn.event__btn:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}

.video__featured-image {margin-bottom:20px;}

section.video-index.videos__index,
section.events__index {
  max-width: 1600px;
  margin: 0px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
  grid-template-areas: ". . .";
  padding: 60px 0px;
}



span.event-event_tag {
  background: #274e13;
  color: #FFF;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 3px;
  place-self: flex-start;
}

span.event-date__time {
  font-family: Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;
  font-size: clamp(14px,1.5vw,22px);
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-transform: uppercase;
}





@media screen and (max-width: 980px) {
  
  section.video-index.videos__index,
  section.events__index {
    grid-template-columns: 1fr;
    grid-template-areas: " . ";
    max-width: 600px;
    width: 100%;
  }
}


/* ------------ Videos Styles ------------*/

.video-index__post-content.video__content {margin-bottom: 20px;}

article.video-index__post.video-index__post--large.videos__single {
    border: 1px solid #39876f;
    padding: 20px;
    border-radius: 5px;
}


img.video-index__post-image {
    display: block;
    max-width: 100%;
}
/* Error pages */

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

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

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

/* System pages */

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

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

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

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

/* Search pages */

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

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

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

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

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

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

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

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

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

/* Password prompt */

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

/* Backup unsubscribe */

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

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



.atmc-color-base,
.atmc-color-base *:not(.atmc-btn) {
	color: #85868c;
}
.atmc-color-primary,
.atmc-color-primary *:not(.atmc-btn) {
	color: #0e8e57;
}
.atmc-color-secondary,
.atmc-color-secondary *:not(.atmc-btn) {
	color: #0e8e57;
}

.atmc-color-warning,
.atmc-color-warning *:not(.atmc-btn) {
	color: #ffbe4f;
}
.atmc-color-danger,
.atmc-color-danger *:not(.atmc-btn) {
	color: #ff695b;
}
.atmc-color-success,
.atmc-color-success *:not(.atmc-btn) {
	color: #3dcc79;
}
.atmc-color-gray,
.atmc-color-gray *:not(.atmc-btn) {
	color: #8d8d94;
}
.atmc-color-lightgray,
.atmc-color-lightgray *:not(.atmc-btn) {
	color: #dfdbd2;
}
.atmc-color-light,
.atmc-color-light *:not(.atmc-btn) {
	color: #fafafa;
}
.atmc-color-dark,
.atmc-color-dark *:not(.atmc-btn) {
	color: #4a5278;
}


.atmc-color-white,
.atmc-color-white *:not(.atmc-btn) {
	color: #fff;
}


/* Icon Fill Colors */
.atmc-icon-base svg {
	fill: #85868c;
}
.atmc-icon-primary svg {
	fill: #0e8e57;
}
.atmc-icon-secondary svg {
	fill: #0e8e57;
}
.atmc-icon-danger svg {
	fill: #ff695b;
}
.atmc-icon-warning svg {
	fill: #ffbe4f;
}
.atmc-icon-success svg {
	fill: #3dcc79;
}
.atmc-icon-gray svg {
	fill: #8d8d94;
}
.atmc-icon-lightgray svg {
	fill: #dfdbd2;
}
.atmc-icon-light svg {
	fill: #fafafa;
}
.atmc-icon-dark svg {
	fill: #4a5278;
}
.atmc-icon-white svg {
	fill: #fff;
}
*, :after, :before {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 0 solid #e2e8f0 /* 2; */;
}



/* Responsive Grid */
.atmc-container {
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	max-width: 80px;
}

.atmc-container-xs {
	max-width: 670px;
}

.atmc-container-s {
	max-width: 0.0px;
}

.atmc-container-m {
	max-width: px;
}

.atmc-container-l {
	max-width: 0.0px;
}

.atmc-container-xl {
	max-width: 0.0px;
}
.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: 48.93617020799999%;
	*width: 48.88297871863829%;
}

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

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

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

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

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

.container-fluid {
	*zoom: 1;
}

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

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

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

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

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

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

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

	.row-fluid [class*="span"] {
		display: block;
		float: left;
		width: 100%;
		min-height: 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: 48.618784527%;
		*width: 48.5655930376383%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
	*zoom: 1;
}

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

.clearfix:after {
	clear: both;
}

/* Visibilty Classes */

.hide {
	display: none;
}

.show {
	display: block;
}

.invisible {
	visibility: hidden;
}

.hidden {
	display: none;
	visibility: hidden;
}



/* Display */
.atmc-display-none {
	display: none!important;
}
@media (min-width:768px) {
	.atmc-desktop-display-none {
		display: none!important;
	}
}
@media (max-width:767px) {
	.atmc-mb-display-none {
		display: none!important;
	}
}


/* Additional Layout using Flex */
.atmc-grid {
	margin: -1rem;
}
.atmc-grid .atmc-grid-col {
	padding: 1rem;
}

@media (min-width:768px) {
	.atmc-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.atmc-grid-1col .atmc-grid-col {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%;
	}
	.atmc-grid-2col .atmc-grid-col {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		width: 50%;
	}
	.atmc-grid-3col .atmc-grid-col {
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
		width: 33.33%;
	}
	.atmc-grid-4col .atmc-grid-col {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		width: 25%;
	}
}
@media (max-width:768px) and (max-width:991px) {
	.atmc-grid-4col .atmc-grid-col {
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
		width: 33.33%;
	}
}
@media (min-width:576px) and (max-width:767px) {
	.atmc-grid-2col .atmc-grid-col {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		width: 50%;
	}
	.atmc-grid-3col .atmc-grid-col {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		width: 50%;
	}
}

/* Grid */
@supports ((display: -ms-grid) or (display: grid)) {
  .atmc-grid .atmc-grid-col {
    width: auto;
    padding: 0;
  }
	.atmc-grid {
		display: -ms-grid;
		display: grid;
		grid-row-gap: 2rem;
		grid-column-gap: 2rem;
		margin: 0;
	}
	.atmc-grid.atmc-gallery-filter {
		display: block!important;
		margin: -.75rem;
	}
	.atmc-grid.atmc-gallery-filter > div {
		padding: .75rem;
	}
	@media (min-width: 768px) {
		.atmc-grid-1col {
			-ms-grid-columns: 1fr;
			grid-template-columns: 1fr;
		}
		.atmc-grid-2col {
			-ms-grid-columns: (1fr)[2];
			grid-template-columns: repeat(2, 1fr);
		}
		  .atmc-grid-2col.atmc-gallery-filter .atmc-grid-col {
				width: 50%;
		  }
		.atmc-grid-3col {
			-ms-grid-columns: (1fr)[3];
			grid-template-columns: repeat(3, 1fr);
		}
		  .atmc-grid-3col.atmc-gallery-filter .atmc-grid-col {
				width: 33.33%;
		  }
		.atmc-grid-4col {
			-ms-grid-columns: (1fr)[2];
			grid-template-columns: repeat(2, 1fr);
		}
		  .atmc-grid-4col.atmc-gallery-filter .atmc-grid-col {
				width: 50%;
		  }
	}
	@media (min-width:992px) {
		.atmc-grid-4col {
			-ms-grid-columns: (1fr)[4];
			grid-template-columns: repeat(4, 1fr);
		}
		  .atmc-grid-4col.atmc-gallery-filter .atmc-grid-col {
				width: 25%;
		  }
	}
	@media (min-width:576px) and (max-width:767px) {
		.atmc-grid-2col {
			-ms-grid-columns: (1fr)[2];
			grid-template-columns: repeat(2, 1fr);
		}
		  .atmc-grid-2col.atmc-gallery-filter .atmc-grid-col {
				width: 50%;
		  }
		.atmc-grid-4col {
			-ms-grid-columns: (1fr)[2];
			grid-template-columns: repeat(2, 1fr);
		}
		  .atmc-grid-4col.atmc-gallery-filter .atmc-grid-col {
				width: 50%;
		  }
	}
}



/* ----
 * Flex
 * ========== */
@media (min-width:768px) {
	.atmc-flex > .row-fluid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.atmc-align-center > .row-fluid {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}


header {z-index: 9999; }

.new_header .header__row-2 a.cta_button {
  font-size: 16px !important;
  padding: 12px 20px !important;
  font-family: Montserrat, sans-serif !important;
  font-weight: 700 !important;
}


@media(max-width: 1280px){
  .new_header .header__row-2 a.cta_button {
    padding: 12px 15px !important;
    font-size: 16px !important;
  }
}

@media (max-width: 1100px){
.header__logo--main {
    padding: 10px 60px 0px !important;
    max-width: 267px !important;
    height: 100px !important;
    width: 267px !important;
    text-align: center !important;
    background-size: cover !important;
    background-position: bottom !important;
}
  

  
}

body .navigation-primary a {    color: #FFF !important;}

body .submenu.level-2 .menu-item .menu-link:hover, body .submenu.level-2 .menu-item .menu-link:focus, body .header__language-switcher .lang_list_class li:hover, body .submenu.level-2>li:first-child:hover:before, body .submenu.level-2>li:first-child.focus:before {
    background: #FFF !important;
}
@media only screen and (max-width:767px) { 
  .submenu.level-2 .menu-item .menu-link {font-size: 12px !important;}

}

@media only screen and (max-width:980px) { 
  a.button.blog-post-header__back-button {display: none;}
  
  span.big-highlight {display: block !important;     font-size: 24px;  }
  
  .circle-tag {
      display: block;
      float: none;
      margin: 0px auto;
  }
  .fl-headline {
      font-size: 28px;
      color: #0e2d21;
      text-align: center;
  }
  
  .fl-richtext {
    margin-left: 0px;
      text-align: center;
  }
  
 .testimonial-name {    font-size: 16px;}
  #customers-testimonials .shadow-effect p {font-size: 18px;}
  
  #hero-section h2.orch-hero-text {font-size: 36px !important;}
  
  #hero-section .container {
      padding: 0px 20px;
  }
  #customers-testimonials .item {
      padding-left: 10px;
      padding-right: 10px;
  }
  
  
}


.event-card {    border: none !important;}




body .navigation-primary li li a {color:#000 !important;}

.atmc-sitefooter_menu a {
    position: relative;
    padding: 0;
    color: #FFF !important;
}

.content-wrapper-xl {max-width: 1600px; margin: 0px auto;}

.top-bar {background-color: #212121; padding: 0px 20px;}

.top-bar .content-wrapper-xl {
  display: flex;
}
.top-bar .span6 {
    display: inline-block;
    width: 50%;
      font-size: 16px;
    padding: 5px 0px;
}

.top-bar .span6.phone {text-align: right;}
.top-bar .span6 {color: #FFF;}

.header {
    background-color: #f8fafc00;
    position: absolute;
    width: 100%;
}


span.big-highlight {
    padding: 20px 60px;
}


.header__logo--main {
  background: url(https://8333922.fs1.hubspotusercontent-na1.net/hubfs/8333922/half-circle-1.png);
  background-repeat: no-repeat;
  text-align: center;
  align-items: baseline;
   background-size: contain;
}

.new_header .submenu.level-1 > li {
  padding: 15px 14px;
}

.new_header .submenu.level-1 > .has-submenu > .menu-arrow {
  right: 0;
}



@media (min-width: 1150px) {
  .header__logo--main {
      padding: 20px 60px 0px;     
      max-width: 367px;
      height: 226px;
      margin: 0px;
      width: 367px;
      text-align: center;
  }
  
  
 .new_header .header__logo--main {
    padding: 20px 40px 0px;
    max-width: 280px;
    width: 280px;
  }
  
  
  
  
}


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

  .header__container {display: block !important;     max-width: 95%; padding-top: 0px;}
  .header__logo.header__logo--main {
      text-align: center;
      margin: 0px auto;
  }
  
  div#nav-wrapper {
    display: inline-block;
    width: 79%;
}
  
  div#header-cta-wrap {
    display: inline-block;
    width: 20%;
}
  
}
*/

@media (min-width: 1100px) {
  .submenu.level-1>li.has-submenu:hover .submenu.level-2, .submenu.level-1>li.has-submenu.focus .submenu.level-2 {margin-left: 60px; min-width: 300px; width: auto;}
  body .navigation-primary li li a {font-size: 16px;}
  
    .header__logo--main {
      padding: 20px 60px 0px;
      max-width: 367px;
      height: 170px;
      margin: 0px;
      width: 367px;
      text-align: center;
      background-size: cover;
      background-position: bottom;
  }
  
  .new_header .header__logo--main {
    padding: 20px 40px 0px;
    max-width: 260px;
    height: 130px;
    width: 260px;
  }
  
  
}

@media(max-width: 1240px){
  .new_header .submenu.level-1 > li {
  padding: 15px 10px;
}
}

@media(max-width: 1050px){
  .new_header .header__row-2 a.cta_button span {
    
  font-size: 13px !important;
    font-weight: 700 !important;
  }
}

@media (max-width: 1100px) {

  div#nav-wrapper, div#header-cta-wrap {width: 100%; position: unset;}
  body .navigation-primary a {color: #000 !important;}
  .top-bar .span6 {font-size: 10px;}
  
  .header__navigation--toggle {filter: brightness(10);}
  
}

@media(max-width: 991px){
  .new_header .header__row-2 a.cta_button {
    padding: 15px 12px !important;
    font-size: 10px !important;
    font-weight: 400 !important;
  }
}

@media(max-width: 767px){
  .new_header .header__row-2 a.cta_button {
    display: none !Important;
  }
}