/* Global variable *//* 1a. Containers *//* End 1a. Containers *//* End 1c. Colors */if(false == true){}if(false == true){}if(false == true){}if(false == true){}if(false == true){}if(false == true){}if(false == true){}if(false == true){}




/* 1e. Buttons */

/* Buttons Size *//* Buttons Size */

/* Primary Button *//* End primary Button *//* Secondary Button *//* End Secondary Button *//* Forms *//* End Forms */

/* Site Header *//* End Site Header */

/* Site Footer *//* End Site Footer */

/* 1e. Border *//* 1f. Corner Radius *//* 1g. Lists *//* 1h. Horizontal Rule *//* 1i. Blockquote */
*, *: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;
}
/* 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; padding: 0 15px; width: 90vw; }
.dnd-section > .row-fluid { margin: 0 auto;}
.dnd-section .dnd-column { padding: 0 15px;}


@media screen and (min-width: 768px) {
    .content-wrapper { max-width:730px; }
    .wrapping-left {padding-left: calc(calc(100% + 30px - 730px)/2);}
    .wrapping-right {padding-right: calc(calc(100% + 30px - 730px)/2);}
}

@media screen and (min-width: 992px) {
    .content-wrapper { max-width:943px; }
    .wrapping-left {padding-left: calc(calc(100% + 30px - 943px)/2);}
    .wrapping-right {padding-right: calc(calc(100% + 30px - 943px)/2);}
    
}
@media screen and (min-width: 1200px) {
    .content-wrapper { max-width:1140px; width: 90vw; }
    .wrapping-left {padding-left: calc(calc(100% + 30px - 1140px)/2);}
    .wrapping-right {padding-right: calc(calc(100% + 30px - 1140px)/2);}
}
@media screen and (min-width: 1600px) {
    .content-wrapper { max-width:1470px; width: auto; }
    .wrapping-left {padding-left: calc(calc(100% + 30px - 1470px)/2);}
    .wrapping-right {padding-right: calc(calc(100% + 30px - 1470px)/2);}
}


.dnd-section,
.content-wrapper--blog-index,
.content-wrapper--blog-post { padding: 0rem 20rem; }
.dnd-section > .row-fluid { max-width: 1470rem; }

@media (max-width: 767px) {

    .wrapping-left,.wrapping-right {padding-left: 15px;padding-right: 15px;}

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

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*# sourceMappingURL=slick.min.css.map */

@charset 'UTF-8';.slick-loading .slick-list{background:#fff url(//21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/raw_assets/public/mnhs-theme-2025/fonts/slick/ajax-loader.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(//21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/raw_assets/public/mnhs-theme-2025/fonts/slick/slick.eot);src:url(//21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/raw_assets/public/mnhs-theme-2025/fonts/slick/slick.eot?#iefix) format('embedded-opentype'),url(//21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/raw_assets/public/mnhs-theme-2025/fonts/slick/slick.woff) format('woff'),url(//21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/raw_assets/public/mnhs-theme-2025/fonts/slick/slick.ttf) format('truetype'),url(//21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/raw_assets/public/mnhs-theme-2025/fonts/slick/slick.svg#slick) format('svg')}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:'→'}[dir=rtl] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
/*# sourceMappingURL=slick-theme.min.css.map */




/*****************************
Slick slider
****************************  */

.slick-dotted.slick-slider { margin-bottom: 0}
.slick-dots { bottom: 0px; z-index:1; margin:0; padding:0;}
.slick-dots li { width: 16px;height: 16px; vertical-align: middle; border-radius: 50%; margin:0 3px;}
.slick-dots li button { width: 16px; height: 16px; padding: 8px 0; border-radius: 50%}
.slick-dots li button:before { width: 16px; height: 16px; line-height: 16px; content: ''; border-radius: 50%; opacity: 1}
.slick-dots li button:before { background-color: #DBF2FF; }
.slick-dots li.slick-active button:before { background-color: rgba(75, 255, 125,1); opacity: 1}
.slick-dots li button:before,.slick-dots li button:before { transition: all ease .4s; -weblit-transition: all ease .4s}
.slick-dots li button:focus:before,.slick-dots li button:hover:before {opacity: 1; background-color: rgba(75, 255, 125,1); transition: all ease .4s; -weblit-transition: all ease .4s}

/* Arrows */


.slick-prev { left: -40px; z-index: 10 !important}
.slick-next { right: -40px}
button.slick-next,button.slick-prev{background: #DBF2FF; border-radius:50%;}

.slick-next:before,.slick-prev:before { color: #29333c;}
.slick-prev:after,.slick-next:after { display: none;}
.slick-next,.slick-prev { width: 40px; height: 40px; border-radius: 0; z-index: 1; transition: all ease .4s; -weblit-transition: all ease .4s;}
.slick-next:before,.slick-prev:before { font-family: fontawesome; font-size: 0; background-repeat:no-repeat; }
.slick-next:before { content: ''; color : #0B3954; background-image:url('https://4343934.fs1.hubspotusercontent-na1.net/hubfs/4343934/TrooInbound_Base_Theme/images/arrow-right.svg');}
.slick-prev:before { content: ''; color : #0B3954; background-image:url('https://4343934.fs1.hubspotusercontent-na1.net/hubfs/4343934/TrooInbound_Base_Theme/images/arrow-left.svg')}
.slick-next:before,.slick-prev:before { width: 7px; height: 13px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); opacity: 1; background-repeat: no-repeat; font-size: 0; line-height: 1; }
.slick-next:before {background-position: center center;}
.slick-arrow.slick-disabled { opacity: 0; visibility: hidden;}
.slick-slide:focus { outline: none;}

.slick-next:focus, .slick-next:hover,
.slick-prev:focus, .slick-prev:hover{background-color:#81CBFF; border-color:#81CBFF;}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}


/*****************************
Magnific Popup
****************************  */

.mfp-close-btn-in button.mfp-close, 
.mfp-close-btn-in button.mfp-arrow {opacity: 1;}
.mfp-close-btn-in button.mfp-close:hover {background: #fff;border: none;}

button.mfp-close{font-size:0!important;}
button.mfp-close:before,
button.mfp-close:after{ content: ''; position: absolute; background-color: #000; border-radius: 20px;}
button.mfp-close:before {transform: rotate(45deg);}
button.mfp-close:after { transform: rotate(-45deg);}
.mfp-close-btn-in button.mfp-close { border:none !important;border-radius: 5px 5px 0 0; right:0; padding: 0; background-color: #fff; color: #000;}

/* Box Styling */
.popupiframeStyle { max-width: 1020px; margin: 0 auto; padding: 60px; position: relative; background-color:#fff; width:95%;}
.popupiframeStyleinner {overflow: hidden;}


@media(min-width:768px){
    .mfp-iframe-holder { padding: 60px 60px;}
    .mfp-close-btn-in button.mfp-close{top: -44px; width: 44px; height: 44px; }
    button.mfp-close:before,button.mfp-close:after{width: 4px; height: 30px; right: 19px; top: 8px;}
    .mfp-close-btn-in .popupiframeStyle button.mfp-close{top:-44px;right: 0;}
}
@media(max-width:767px){
    .mfp-iframe-holder { padding: 60px 30px;}
    .mfp-close-btn-in button.mfp-close{top: -34px; right: 0; width: 34px; height: 34px;}
    button.mfp-close:before, button.mfp-close:after { width: 2px; height: 20px; right: 15px; top: 8px;}
    .mfp-close-btn-in .popupiframeStyle button.mfp-close{top:-34px;right: 0;}
}



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





html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
body {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: #FFFFFF;
    color:#262e33;letter-spacing:0em;;
    font-size: 1.125rem;
    line-height: 1.5;
    overflow-x:hidden;
	 word-break: break-word;
}
/* Image */
img { display: inline-block; max-width: 100%; height: auto; vertical-align: middle; }

.FullImageWidth img{width:100%;}
/* Anchors */
body a.cta_button {
    box-sizing: border-box !important;
    display: inline-block;
}
a {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #262e33;
    text-decoration: none!important;
    transition: all ease .3s; -moz-transition: all ease .3s; -webkit-transition: all ease .3s; -o-transition: all ease .3s;
}
a:hover, a:focus {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #262e33;
}
a:focus { outline: none; }
a:active {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #767e83;
}
a.button:disabled {
    background-color: #F1F1F1;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #262e33;
    margin:0;
    padding:0;
}
/* Lists */


ul,
ol {
    list-style-position: inside;
}

ul ul,
ol ul,
ul ol,
ol ol {
    padding-left: 3rem;
}

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


ul,
ol {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

ul li,
ol li {
    margin: 0.75rem;
}

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

/* Blockquote */

blockquote {
    font-size: 1.5rem;
    margin: 0 0 1.5rem;
} 

blockquote {
    border-left: 4px solid #262e33;
    padding-left: 1.5rem;
}

/* Horizontal Rules */

hr {
    border: 0 none;
    border-bottom: 1px solid;
}
hr {
    border-bottom-color: #D0D0D0;
}


/* Code Blocks */

code {
    vertical-align: bottom;
}

strong {
    font-weight: 600;
}

/* Anchors */

a {
    cursor: pointer;
}

a.button:disabled {
    pointer-events: none;
}

/* Subscripts and Superscripts */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

p { margin: 0;}
*+h1, *+h2 { margin-top: 35px;}
*+h3, *+h4 { margin-top: 30px;}
*+h5, *+h6 { margin-top: 25px;}
*+p { margin-top: 20px;}

.clearfix {
    display: block
}

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



.uppercase { text-transform: uppercase;}
.text-capitalize { text-transform: capitalize;}
.parallaxEffect{background-attachment:fixed}
.bg, .overlay, .set-bg { background-size: cover; background-position: center; position: relative; background-repeat: no-repeat;}
.bg.bgTop{background-position: top center;}

/* Color Formating */
.primaryBgColor{background-color: #262e33;}
.secondaryBgColor{background-color: #0076a0;}
.tertiaryBgColor{background-color: #eeb111;}

.primaryColor,.allprimaryColor * {color: #262e33;}
.secondaryColor,.allsecondaryColor * {color: #0076a0;}
.tertiaryColor,.alltertiaryColor * {color: #eeb111;}


.d-none{display:none;}

h1,.h1 h2{ font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;text-transform:none; color:#262e33;letter-spacing:0em;; }
h2,.h2{ font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;text-transform:none; color:#262e33;letter-spacing:0em;; }
h3,.h3{ font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;text-transform:none; color:#262e33;letter-spacing:0em;; }
h4,.h4{ font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;text-transform:none; color:#262e33;letter-spacing:0em;; }
h5,.h5{ font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;text-transform:none; color:#262e33;letter-spacing:0em;; }
h6,.h6{ font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;text-transform:none; color:#262e33;letter-spacing:0em;; }

@media(min-width:992px){

    h1,.h1 h2{font-size:2.875rem;line-height:1.18;}
    h2,.h2{font-size:2.5rem;line-height:1.25;}
    h3,.h3{font-size:2.125rem;line-height:1.25;}
    h4,.h4{font-size:1.75rem;line-height:1.36;}
    h5,.h5{font-size:1.25rem;line-height:1.35;}
    h6,.h6{font-size:1rem;line-height:1.58;}

}

/* Tablet Device */
@media(max-width:991px){
    
    
    
    h1,.h1 h2{font-size:2.875rem;line-height:1.18;}
    h2,.h2{font-size:2.5rem;line-height:1.25;}
    h3,.h3{font-size:2.125rem;line-height:1.25;}
    h4,.h4{font-size:1.25rem;line-height:0.96;}
    h5,.h5{font-size:1.25rem;line-height:1.22;}
    h6,.h6{font-size:1rem;line-height:1.40;}
}

/* Mobile Device */
@media(max-width:767px){
    
    
    
    
    
    
    
    
    
}
/* Primary Button */
button,
a.button,.button a,
a.hs-button, .cta_button,button.ui-button{
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: rgba(238, 177, 17, 1.0);
    border: 2px solid #eeb111;
    border-radius: 0px;
    color: rgba(38, 46, 51, 1.0);
    fill: rgba(38, 46, 51, 1.0);
    font-size: 1rem;
    padding: 1rem 1.5rem;
    text-transform: none;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    text-align: center;
}

button:disabled,
a.button:disabled,
.button a:disabled,
button:disabled:hover,
a.button:disabled:hover,
.button a:disabled:hover,
button:disabled:focus,
a.button:disabled:focus,
.button a:disabled:focus,
button:disabled:active,
a.button:disabled:active,
.button a:disabled:active,
button.ui-button:disabled,
button.ui-button:disabled:hover,
button.ui-button:disabled:focus,
button.ui-button:disabled:active{
    background-color: #D0D0D0 !important;
    border-color: #D0D0D0 !important;
    color: #F1F1F1 !important;
    pointer-events: none;
    user-select: none;
}

button:hover, button:focus,
.button a:hover, a.button:hover, 
.cta_button:hover, a.hs-button:hover, 
.button a:focus, .cta_button:focus,
a.button:focus, a.hs-button:focus, 
button:active, .button a:active,
.cta_button:active, a.button:active, a.hs-button:active,
button.ui-button:hover,
button.ui-button:focus,
button.ui-button:active{
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: rgba(0, 118, 160, 1.0);
    border: 2px solid #0076a0;
    color: rgba(255, 255, 255, 1.0);
}

button:active, 
a.button:active, 
.button a:active, 
.cta_button:active, 
a.hs-button:active,
button.ui-button:active
{
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: #50c6f0;
    border: 2px solid #0076a0;
    border-color: #50c6f0;
}
/* End Primary Button */


/* Secondary Button */
.button.button--secondary a,
a.button.button--secondary {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: rgba(0, 118, 160, 0.0);
    border: 2px solid #fff;
    border-radius: 0px;
    color: rgba(255, 255, 255, 1.0);
    fill: rgba(255, 255, 255, 1.0);
    padding: 1rem 1.5rem;
    text-transform: none;
}

.button.button--secondary a:hover,
.button.button--secondary a:focus,
.button.button--secondary a:active,
a.button.button--secondary:hover,
a.button.button--secondary:focus,
a.button.button--secondary:active {
    
    background-color: rgba(0, 118, 160, 1.0);
    border: 2px solid #0076a0;
    color: rgba(255, 255, 255, 1.0);
    fill: rgba(255, 255, 255, 1.0);
}

.button.button--secondary a:active,
a.button.button--secondary:active {
    
    background-color: rgba(80, 198, 240, 100);
    border: 2px solid #0076a0;
    border-color: #50c6f0;
    color: #ffffff;
    fill: #ffffff;
}
/* End Secondary Button */




/* Button Sizing */


button.btn-small,
a.button.btn-small,.button.btn-small a,
a.hs-button.btn-small, .cta_button.btn-small,
.button.button--secondary.btn-small a,
a.button.button--secondary.btn-small{
    font-size: 1rem;
    padding: 1rem 1.5rem;
}
button.btn-large,
a.button.btn-large,.button.btn-large a,
a.hs-button.btn-large, .cta_button.btn-large,
.button.button--secondary.btn-large a,
a.button.button--secondary.btn-large{
    font-size: 1rem;
    padding: 1rem 1.5rem;

}

/* Base */

form {
    max-width: 100%;
}

.hs-form-field {
    position: relative;
}

/* Form Title */

.form-title {
    margin: 0;
}

.form-title ~ div > form {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* Labels */

.hs-form-field > label {
    display: block;
    margin-bottom: 6px;
    text-align: left;
    width: auto;
    z-index: 1;
}

/* Inputs */

.input {
    position: relative;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 100% !important;
}

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

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: #262e33;
}

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

/* Inputs - Checkbox/Radio */

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

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

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

/* Inputs - Select */

/* .hs-fieldtype-select .input:after {
content: '\25BE';
pointer-events: none;
position: absolute;
right: 1rem;
top: 50%;
transform: translateY(-50%);
} */

/* Inputs - Datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
    content: '\01F4C5';
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

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

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

.fn-date-picker td .pika-button:hover {
    border-radius: 0 !important;
}

/* 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 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: #ef6b51;
}

.hs-error-msg {
    margin-top: 0.375rem;
}

/* Submit */

form input[type='submit'],
form .hs-button {
    cursor: pointer;
    display: inline-block;
/*     letter-spacing: 0.2em; */
    margin: 0;
    text-align: center;
    transition: all 0.15s linear;
    white-space: normal;
    width: 100%;
}

/* Captcha */

.grecaptcha-badge {
    margin: 0 auto;
}







form {
    background-color: rgba(241, 241, 241, 1.0);
    border: 2px solid #F1F1F1;
    border-radius: 0px;
    padding: 1.5rem 1.2rem;
}

.hs-form-field {
    margin-bottom: 20px;
}

/* Form Title */

.form-title {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: rgba(38, 46, 51, 1.0);
    border: 2px none #262e33;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: #eeb111;
    font-size: 30rem;
    padding: 2.5rem 2.5rem;
    text-transform: uppercase;
}

/* Labels */

.hs-form-field > label,
.hs-form-field > label span {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #262e33;
    font-size: 0.9rem;
    padding: 0rem 0rem;
}

/* Help Text - Legends */

.hs-form-field legend {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #262e33;
    font-size: 14rem;
}

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type="date"],
select,
textarea {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: rgba(255, 255, 255, 1.0);
    border: 2px solid #D0D0D0;
    border-radius: 0px;
    color: #262e33;
    font-size: 1rem;
    padding: 1rem 1rem;
}

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

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

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

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

::placeholder {
    color: #D0D0D0;
}

/* Inputs - Checkbox/Radio */

form .inputs-list:not(.no-list) label,
form .inputs-list:not(.no-list) label > span,
form .inputs-list:not(.no-list) label > span p {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #262e33;
    font-size: 1rem;
}

/* Inputs - Datepicker */

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

.hs-datepicker .is-selected button.pika-button {
    background-color: #0076a0;
}

.hs-datepicker button.pika-button:hover {
    background-color: #262e33 !important;
}

/* Form Rich Text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
 {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #262e33;
    font-size: 0.95rem;
}

/* GDPR Text */

.legal-consent-container,
.legal-consent-container .hs-richtext,
.legal-consent-container .hs-richtext p {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #262e33;
    font-size: 14rem;
}

/* Validation */

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

.hs-error-msg {
    color: #EF6B51;
}

/* Submit */



form input[type='submit'],
form .hs-button,
form input[type="reset"]{
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: rgba(238, 177, 17, 1.0);
    border: 2px solid #eeb111;

    color: rgba(38, 46, 51, 1.0);
    fill: rgba(38, 46, 51, 1.0);
    padding: 1rem 1.5rem;
    text-transform: none;
}

form input[type='submit']:hover,
form input[type='submit']:focus,
form .hs-button:hover,
form .hs-button:focus,
form input[type="reset"]:hover,
form input[type="reset"]:focus{
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: rgba(0, 118, 160, 1.0);
    border: 2px solid #0076a0;
    color: rgba(255, 255, 255, 1.0);
}

form input[type='submit']:active,
form .hs-button:active,
form input[type="reset"]:active{
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: rgba(80, 198, 240, 100);
    border: 2px solid #0076a0;
    border-color: #50c6f0;
}





form input[type='submit'],
form .hs-button,
form input[type='reset'] {
    font-size: 1rem;
    padding: 1rem 1.5rem;
}



/* Inline Thank You Message */
.submitted-message {
    background-color: rgba(241, 241, 241, 1.0);
    border: 2px solid #F1F1F1;
    border-radius: 0px;
    padding: 1.5rem 1.2rem;
}


.hs-search-field__button {
    margin-bottom: 0;
}

.hs-search-field__input {
    padding: 10px;
}



form .form-columns-2,form .form-columns-3,form .form-columns-1{max-width:100%!important;}

form .form-columns-3,form .form-columns-2{display:flex;flex-wrap:wrap;margin:0 -15px!important;max-width:initial!important;float:none!important;}
form .form-columns-3 >div,form .form-columns-2>div{margin-left:15px!important;margin-right:15px!important;}
form .form-columns-3 >div{width:calc(33.33% - 30px)!important;}
form .form-columns-2>div{width:calc(50% - 30px)!important;}
.input { margin: 0 !important;}



ul.inputs-list.multi-container { margin-top: 10px;}
/* Radio Button Style */
/* .hs-form-radio{margin:0 0 10px!important;} */
.hs-form-radio label.hs-form-radio-display{display:flex;flex-wrap:wrap}
.hs-form-radio-display .hs-input{display:none}
.hs-form-radio label.hs-form-radio-display input+span{display:flex;flex-wrap:wrap;align-items:center;position:relative;padding-left:30px;}
.hs-form-radio label.hs-form-radio-display input+span:before{width:18px;height:18px;content:'';background-color:transparent;display:inline-block;border-radius:100%;margin-right:13px;transition:.5s ease all;border:1px solid #262e33;position:absolute;left:0;top:2px;}
.hs-form-radio label.hs-form-radio-display input:checked+span:before{background-color:#262e33;}
.hs-form-radio label.hs-form-radio-display input:checked+span:after{content:'';position:absolute;left:4px;width:10px;height:10px;background-color:#fff;top:6px;border-radius:100%;transition:.5s ease all}

/* Checkbox Style */
/* .hs-form-checkbox{margin:0 0 10px!important;} */
.hs-form-booleancheckbox{margin:0 0!important;}
.hs-form-checkbox label.hs-form-checkbox-display,.hs-form-booleancheckbox label.hs-form-booleancheckbox-display{display:flex;flex-wrap:wrap}
.hs-form-checkbox-display .hs-input,
.hs-form-booleancheckbox-display .hs-input{display:none}
.hs-form-checkbox label.hs-form-checkbox-display input+span,
.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span{display:flex;flex-wrap:wrap;align-items:center;position:relative;padding-left:30px;}
.hs-form-checkbox label.hs-form-checkbox-display input+span:before,
.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span:before{content:'';background-color:transparent;display:inline-block;transition:.5s ease all;border:1px solid #262e33;position:absolute;left:0;}
.hs-form-checkbox label.hs-form-checkbox-display input+span:before{top:3px;width:18px;height:18px;}

.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span:before { width: 14px; height: 14px; top: 2px;}





.hs-form-checkbox label.hs-form-checkbox-display input:checked+span:before,
.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:before{background-color:#262e33;}
.hs-form-checkbox label.hs-form-checkbox-display input:checked+span:after,
.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:after{ content:'';display:block;position:absolute;left:6px;width:6px;height:11px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg);transition:.5s ease all;}
.hs-form-checkbox label.hs-form-checkbox-display input:checked+span:after{top:5px;}
.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:after { width: 4px; height: 8px; left: 5px; top: 4px;}
.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span { margin-left: 0; font-size: 12px; }
.legal-consent-container > div { margin-bottom: 18px; }


@media(max-width:767px){

    form .form-columns-2>div,form .form-columns-3>div { width: 100% !important; }

}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}

/* Table Cells */

th,
td {
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  vertical-align: bottom;
}
/* Logo */

.widget-type-logo img {
  height: auto;
  max-width: 100%;
}

/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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




.d-flex{display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}


.row{ display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -15px; margin-right: -15px; }

[class*="col-"],
[class*="col-sm-"],
[class*="col-md-"],
[class*="col-lg-"],
[class*="col-xl-"],
[class*="col-xxl-"] { padding-left: 15px; padding-right: 15px; position: relative; width: 100%; }



.col-2{width:16.67%;}.col-3{width:25.00%;}.col-4{width:33.33%;}.col-5{width:41.67%;}.col-6{width:50.00%;}.col-7{width:58.33%;}.col-8{width:66.67%;}.col-9{width:75.00%;}.col-10{width:83.33%;}.col-12{width:100.00%;}





.text-left{text-align:left}
.text-center{text-align:center}
.text-right{text-align:right}



.mx-15{margin-left:-15px; margin-right:-15px}
.mx-20{margin-left:-20px; margin-right:-20px}



	
.justify-flex-start{ justify-content: flex-start; }
.justify-center{ justify-content: center; }
.justify-flex-end{ justify-content: flex-end; }
.justify-space-between{ justify-content: space-between; }
.justify-space-around{ justify-content: space-around; }
.justify-space-evenly{ justify-content: space-evenly; }
	
.align-flex-start{ align-items: flex-start; }
.align-center{ align-items: center; }
.align-baseline{ align-items: baseline; }
.align-flex-end{ align-items: flex-end; }
	
.direction-column{ flex-direction: column; }
.direction-column-reverse{ flex-direction: column-reverse; }
.direction-revert{ flex-direction: revert; }
.direction-row{ flex-direction: row; }
.direction-row-reverse{ flex-direction: row-reverse; }



.pt0,.py0{padding-top:0px;}
.pt5,.py5{padding-top:5px;}
.pt10,.py10{padding-top:10px;}
.pt15,.py15{padding-top:15px;}
.pt20,.py20{padding-top:20px;}
.pt25,.py25{padding-top:25px;}
.pt30,.py30{padding-top:30px;}
.pt35,.py35{padding-top:35px;}
.pt40,.py40{padding-top:40px;}

.pb0,.py0{padding-bottom:0px;}
.pb5,.py5{padding-bottom:5px;}
.pb10,.py10{padding-bottom:10px;}
.pb15,.py15{padding-bottom:15px;}
.pb20,.py20{padding-bottom:20px;}
.pb25,.py25{padding-bottom:25px;}
.pb30,.py30{padding-bottom:30px;}
.pb35,.py35{padding-bottom:35px;}
.pb40,.py40{padding-bottom:40px;}

.pl5,.px5{padding-left:5px;}
.pl10,.px10{padding-left:10px;}
.pl15,.px15{padding-left:15px;}
.pl20,.px20{padding-left:20px;}

.pr5,.px5{padding-right:5px;}
.pr10,.px10{padding-right:10px;}
.pr15,.px15{padding-right:15px;}
.pr20,.px20{padding-right:20px;}


.positionRelative{position:relative;}


/****** min-width-768 ******/
@media(min-width:768px){

	
	
.justify-md-flex-start{ justify-content: flex-start; }
.justify-md-center{ justify-content: center; }
.justify-md-flex-end{ justify-content: flex-end; }
.justify-md-space-between{ justify-content: space-between; }
.justify-md-space-around{ justify-content: space-around; }
.justify-md-space-evenly{ justify-content: space-evenly; }
	
.align-md-flex-start{ align-items: flex-start; }
.align-md-center{ align-items: center; }
.align-md-baseline{ align-items: baseline; }
.align-md-flex-end{ align-items: flex-end; }
	
.direction-md-column{ flex-direction: column; }
.direction-md-column-reverse{ flex-direction: column-reverse; }
.direction-md-revert{ flex-direction: revert; }
.direction-md-row{ flex-direction: row; }
.direction-md-row-reverse{ flex-direction: row-reverse; }

	
	.col-md-2{width:16.67%;}.col-md-3{width:25.00%;}.col-md-4{width:33.33%;}.col-md-5{width:41.67%;}.col-md-6{width:50.00%;}.col-md-7{width:58.33%;}.col-md-8{width:66.67%;}.col-md-9{width:75.00%;}.col-md-10{width:83.33%;}.col-md-12{width:100.00%;}
	
	

	
	.text-md-left{text-align:left}
	.text-md-center{text-align:center}
	.text-md-right{text-align:right}

	
	
.pt-md-0,.py-md-0{padding-top:0px;}
.pt-md-5,.py-md-5{padding-top:5px;}
.pt-md-10,.py-md-10{padding-top:10px;}
.pt-md-15,.py-md-15{padding-top:15px;}
.pt-md-20,.py-md-20{padding-top:20px;}
.pt-md-25,.py-md-25{padding-top:25px;}
.pt-md-30,.py-md-30{padding-top:30px;}
.pt-md-35,.py-md-35{padding-top:35px;}
.pt-md-40,.py-md-40{padding-top:40px;}
.pt-md-45,.py-md-45{padding-top:45px;}
.pt-md-50,.py-md-50{padding-top:50px;}
.pt-md-55,.py-md-55{padding-top:55px;}
.pt-md-60,.py-md-60{padding-top:60px;}
.pt-md-65,.py-md-65{padding-top:65px;}
.pt-md-70,.py-md-70{padding-top:70px;}
.pt-md-75,.py-md-75{padding-top:75px;}
	
.pb-md-0,.py-md-0{padding-bottom:0px;}
.pb-md-5,.py-md-5{padding-bottom:5px;}
.pb-md-10,.py-md-10{padding-bottom:10px;}
.pb-md-15,.py-md-15{padding-bottom:15px;}
.pb-md-20,.py-md-20{padding-bottom:20px;}
.pb-md-25,.py-md-25{padding-bottom:25px;}
.pb-md-30,.py-md-30{padding-bottom:30px;}
.pb-md-35,.py-md-35{padding-bottom:35px;}
.pb-md-40,.py-md-40{padding-bottom:40px;}
.pb-md-45,.py-md-45{padding-bottom:45px;}
.pb-md-50,.py-md-50{padding-bottom:50px;}
.pb-md-55,.py-md-55{padding-bottom:55px;}
.pb-md-60,.py-md-60{padding-bottom:60px;}
.pb-md-65,.py-md-65{padding-bottom:65px;}
.pb-md-70,.py-md-70{padding-bottom:70px;}
.pb-md-75,.py-md-75{padding-bottom:75px;}
.pb-md-80,.py-md-80{padding-bottom:80px;}
.pb-md-85,.py-md-85{padding-bottom:85px;}

	
.mt-md-0,.my-md-0{margin-top:0px;}
.mt-md-5,.my-md-5{margin-top:5px;}
.mt-md-10,.my-md-10{margin-top:10px;}
.mt-md-15,.my-md-15{margin-top:15px;}
.mt-md-20,.my-md-20{margin-top:20px;}
.mt-md-25,.my-md-25{margin-top:25px;}
.mt-md-30,.my-md-30{margin-top:30px;}
.mt-md-35,.my-md-35{margin-top:35px;}
.mt-md-40,.my-md-40{margin-top:40px;}
.mt-md-45,.my-md-45{margin-top:45px;}
.mt-md-50,.my-md-50{margin-top:50px;}
.mt-md-55,.my-md-55{margin-top:55px;}
.mt-md-60,.my-md-60{margin-top:60px;}
.mt-md-65,.my-md-65{margin-top:65px;}
.mt-md-70,.my-md-70{margin-top:70px;}
.mt-md-75,.my-md-75{margin-top:75px;}
	
.mb-md-0,.my-md-0{margin-bottom:0px;}
.mb-md-5,.my-md-5{margin-bottom:5px;}
.mb-md-10,.my-md-10{margin-bottom:10px;}
.mb-md-15,.my-md-15{margin-bottom:15px;}
.mb-md-20,.my-md-20{margin-bottom:20px;}
.mb-md-25,.my-md-25{margin-bottom:25px;}
.mb-md-30,.my-md-30{margin-bottom:30px;}
.mb-md-35,.my-md-35{margin-bottom:35px;}
.mb-md-40,.my-md-40{margin-bottom:40px;}
.mb-md-45,.my-md-45{margin-bottom:45px;}
.mb-md-50,.my-md-50{margin-bottom:50px;}
.mb-md-55,.my-md-55{margin-bottom:55px;}
.mb-md-60,.my-md-60{margin-bottom:60px;}
.mb-md-65,.my-md-65{margin-bottom:65px;}
.mb-md-70,.my-md-70{margin-bottom:70px;}
.mb-md-75,.my-md-75{margin-bottom:75px;}
.mb-md-80,.my-md-80{margin-bottom:80px;}
.mb-md-85,.my-md-85{margin-bottom:85px;}

}

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

	
	.text-lg-left{text-align:left}
	.text-lg-center{text-align:center}
	.text-lg-right{text-align:right}

	
	.col-lg-2{width:16.67%;}.col-lg-3{width:25.00%;}.col-lg-4{width:33.33%;}.col-lg-5{width:41.67%;}.col-lg-6{width:50.00%;}.col-lg-7{width:58.33%;}.col-lg-8{width:66.67%;}.col-lg-9{width:75.00%;}.col-lg-10{width:83.33%;}.col-lg-12{width:100.00%;}
	
	
	
	
.pt-lg-0,.py-lg-0{padding-top:0px;}
.pt-lg-5,.py-lg-5{padding-top:5px;}
.pt-lg-10,.py-lg-10{padding-top:10px;}
.pt-lg-15,.py-lg-15{padding-top:15px;}
.pt-lg-20,.py-lg-20{padding-top:20px;}
.pt-lg-25,.py-lg-25{padding-top:25px;}
.pt-lg-30,.py-lg-30{padding-top:30px;}
.pt-lg-35,.py-lg-35{padding-top:35px;}
.pt-lg-40,.py-lg-40{padding-top:40px;}
.pt-lg-45,.py-lg-45{padding-top:45px;}
.pt-lg-50,.py-lg-50{padding-top:50px;}
.pt-lg-55,.py-lg-55{padding-top:55px;}
.pt-lg-60,.py-lg-60{padding-top:60px;}
.pt-lg-65,.py-lg-65{padding-top:65px;}
.pt-lg-70,.py-lg-70{padding-top:70px;}
.pt-lg-75,.py-lg-75{padding-top:75px;}
.pt-lg-80,.py-lg-80{padding-top:80px;}
.pt-lg-85,.py-lg-85{padding-top:85px;}
.pt-lg-90,.py-lg-90{padding-top:90px;}
.pt-lg-95,.py-lg-95{padding-top:95px;}
.pt-lg-100,.py-lg-100{padding-top:100px;}
.pt-lg-105,.py-lg-105{padding-top:105px;}
.pt-lg-110,.py-lg-110{padding-top:110px;}
.pt-lg-115,.py-lg-115{padding-top:115px;}
.pt-lg-120,.py-lg-120{padding-top:120px;}
.pt-lg-125,.py-lg-125{padding-top:125px;}
.pt-lg-130,.py-lg-130{padding-top:130px;}
.pt-lg-135,.py-lg-135{padding-top:135px;}
.pt-lg-140,.py-lg-140{padding-top:140px;}
.pt-lg-145,.py-lg-145{padding-top:145px;}
.pt-lg-150,.py-lg-150{padding-top:150px;}
	
.pb-lg-0,.py-lg-0{padding-bottom:0px;}
.pb-lg-5,.py-lg-5{padding-bottom:5px;}
.pb-lg-10,.py-lg-10{padding-bottom:10px;}
.pb-lg-15,.py-lg-15{padding-bottom:15px;}
.pb-lg-20,.py-lg-20{padding-bottom:20px;}
.pb-lg-25,.py-lg-25{padding-bottom:25px;}
.pb-lg-30,.py-lg-30{padding-bottom:30px;}
.pb-lg-35,.py-lg-35{padding-bottom:35px;}
.pb-lg-40,.py-lg-40{padding-bottom:40px;}
.pb-lg-45,.py-lg-45{padding-bottom:45px;}
.pb-lg-50,.py-lg-50{padding-bottom:50px;}
.pb-lg-55,.py-lg-55{padding-bottom:55px;}
.pb-lg-60,.py-lg-60{padding-bottom:60px;}
.pb-lg-65,.py-lg-65{padding-bottom:65px;}
.pb-lg-70,.py-lg-70{padding-bottom:70px;}
.pb-lg-75,.py-lg-75{padding-bottom:75px;}
.pb-lg-80,.py-lg-80{padding-bottom:80px;}
.pb-lg-85,.py-lg-85{padding-bottom:85px;}
.pb-lg-90,.py-lg-90{padding-bottom:90px;}
.pb-lg-95,.py-lg-95{padding-bottom:95px;}
.pb-lg-100,.py-lg-100{padding-bottom:100px;}
.pb-lg-105,.py-lg-105{padding-bottom:105px;}
.pb-lg-110,.py-lg-110{padding-bottom:110px;}
.pb-lg-115,.py-lg-115{padding-bottom:115px;}
.pb-lg-120,.py-lg-120{padding-bottom:120px;}
.pb-lg-125,.py-lg-125{padding-bottom:125px;}
.pb-lg-130,.py-lg-130{padding-bottom:130px;}
.pb-lg-135,.py-lg-135{padding-bottom:135px;}
.pb-lg-140,.py-lg-140{padding-bottom:140px;}
.pb-lg-145,.py-lg-145{padding-bottom:145px;}
.pb-lg-150,.py-lg-150{padding-bottom:150px;}

	
.mt-lg-0,.my-lg-0{margin-top:0px;}
.mt-lg-5,.my-lg-5{margin-top:5px;}
.mt-lg-10,.my-lg-10{margin-top:10px;}
.mt-lg-15,.my-lg-15{margin-top:15px;}
.mt-lg-20,.my-lg-20{margin-top:20px;}
.mt-lg-25,.my-lg-25{margin-top:25px;}
.mt-lg-30,.my-lg-30{margin-top:30px;}
.mt-lg-35,.my-lg-35{margin-top:35px;}
.mt-lg-40,.my-lg-40{margin-top:40px;}
.mt-lg-45,.my-lg-45{margin-top:45px;}
.mt-lg-50,.my-lg-50{margin-top:50px;}
.mt-lg-55,.my-lg-55{margin-top:55px;}
.mt-lg-60,.my-lg-60{margin-top:60px;}
.mt-lg-65,.my-lg-65{margin-top:65px;}
.mt-lg-70,.my-lg-70{margin-top:70px;}
.mt-lg-75,.my-lg-75{margin-top:75px;}
.mt-lg-80,.my-lg-80{margin-top:80px;}
.mt-lg-85,.my-lg-85{margin-top:85px;}
.mt-lg-90,.my-lg-90{margin-top:90px;}
.mt-lg-95,.my-lg-95{margin-top:95px;}
.mt-lg-100,.my-lg-100{margin-top:100px;}
.mt-lg-105,.my-lg-105{margin-top:105px;}
.mt-lg-110,.my-lg-110{margin-top:110px;}
.mt-lg-115,.my-lg-115{margin-top:115px;}
.mt-lg-120,.my-lg-120{margin-top:120px;}
.mt-lg-125,.my-lg-125{margin-top:125px;}
.mt-lg-130,.my-lg-130{margin-top:130px;}
.mt-lg-135,.my-lg-135{margin-top:135px;}
.mt-lg-140,.my-lg-140{margin-top:140px;}
.mt-lg-145,.my-lg-145{margin-top:145px;}
.mt-lg-150,.my-lg-150{margin-top:150px;}
	
.mb-lg-0,.my-lg-0{margin-bottom:0px;}
.mb-lg-5,.my-lg-5{margin-bottom:5px;}
.mb-lg-10,.my-lg-10{margin-bottom:10px;}
.mb-lg-15,.my-lg-15{margin-bottom:15px;}
.mb-lg-20,.my-lg-20{margin-bottom:20px;}
.mb-lg-25,.my-lg-25{margin-bottom:25px;}
.mb-lg-30,.my-lg-30{margin-bottom:30px;}
.mb-lg-35,.my-lg-35{margin-bottom:35px;}
.mb-lg-40,.my-lg-40{margin-bottom:40px;}
.mb-lg-45,.my-lg-45{margin-bottom:45px;}
.mb-lg-50,.my-lg-50{margin-bottom:50px;}
.mb-lg-55,.my-lg-55{margin-bottom:55px;}
.mb-lg-60,.my-lg-60{margin-bottom:60px;}
.mb-lg-65,.my-lg-65{margin-bottom:65px;}
.mb-lg-70,.my-lg-70{margin-bottom:70px;}
.mb-lg-75,.my-lg-75{margin-bottom:75px;}
.mb-lg-80,.my-lg-80{margin-bottom:80px;}
.mb-lg-85,.my-lg-85{margin-bottom:85px;}
.mb-lg-90,.my-lg-90{margin-bottom:90px;}
.mb-lg-95,.my-lg-95{margin-bottom:95px;}
.mb-lg-100,.my-lg-100{margin-bottom:100px;}
.mb-lg-105,.my-lg-105{margin-bottom:105px;}
.mb-lg-110,.my-lg-110{margin-bottom:110px;}
.mb-lg-115,.my-lg-115{margin-bottom:115px;}
.mb-lg-120,.my-lg-120{margin-bottom:120px;}
.mb-lg-125,.my-lg-125{margin-bottom:125px;}
.mb-lg-130,.my-lg-130{margin-bottom:130px;}
.mb-lg-135,.my-lg-135{margin-bottom:135px;}
.mb-lg-140,.my-lg-140{margin-bottom:140px;}
.mb-lg-145,.my-lg-145{margin-bottom:145px;}
.mb-lg-150,.my-lg-150{margin-bottom:150px;}


}

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

	
	.text-xl-left{text-align:left}
	.text-xl-center{text-align:center}
	.text-xl-right{text-align:right}

	
	.col-xl-2{width:16.67%;}.col-xl-3{width:25.00%;}.col-xl-4{width:33.33%;}.col-xl-5{width:41.67%;}.col-xl-6{width:50.00%;}.col-xl-7{width:58.33%;}.col-xl-8{width:66.67%;}.col-xl-9{width:75.00%;}.col-xl-10{width:83.33%;}.col-xl-12{width:100.00%;}
	
	
	
	
.pt-xl-0,.py-xl-0{padding-top:0px;}
.pt-xl-5,.py-xl-5{padding-top:5px;}
.pt-xl-10,.py-xl-10{padding-top:10px;}
.pt-xl-15,.py-xl-15{padding-top:15px;}
.pt-xl-20,.py-xl-20{padding-top:20px;}
.pt-xl-25,.py-xl-25{padding-top:25px;}
.pt-xl-30,.py-xl-30{padding-top:30px;}
.pt-xl-35,.py-xl-35{padding-top:35px;}
.pt-xl-40,.py-xl-40{padding-top:40px;}
.pt-xl-45,.py-xl-45{padding-top:45px;}
.pt-xl-50,.py-xl-50{padding-top:50px;}
.pt-xl-55,.py-xl-55{padding-top:55px;}
.pt-xl-60,.py-xl-60{padding-top:60px;}
.pt-xl-65,.py-xl-65{padding-top:65px;}
.pt-xl-70,.py-xl-70{padding-top:70px;}
.pt-xl-75,.py-xl-75{padding-top:75px;}
.pt-xl-80,.py-xl-80{padding-top:80px;}
.pt-xl-85,.py-xl-85{padding-top:85px;}
.pt-xl-90,.py-xl-90{padding-top:90px;}
.pt-xl-95,.py-xl-95{padding-top:95px;}
.pt-xl-100,.py-xl-100{padding-top:100px;}
.pt-xl-105,.py-xl-105{padding-top:105px;}
.pt-xl-110,.py-xl-110{padding-top:110px;}
.pt-xl-115,.py-xl-115{padding-top:115px;}
.pt-xl-120,.py-xl-120{padding-top:120px;}
.pt-xl-125,.py-xl-125{padding-top:125px;}
.pt-xl-130,.py-xl-130{padding-top:130px;}
.pt-xl-135,.py-xl-135{padding-top:135px;}
.pt-xl-140,.py-xl-140{padding-top:140px;}
.pt-xl-145,.py-xl-145{padding-top:145px;}
.pt-xl-150,.py-xl-150{padding-top:150px;}
	
.pb-xl-0,.py-xl-0{padding-bottom:0px;}
.pb-xl-5,.py-xl-5{padding-bottom:5px;}
.pb-xl-10,.py-xl-10{padding-bottom:10px;}
.pb-xl-15,.py-xl-15{padding-bottom:15px;}
.pb-xl-20,.py-xl-20{padding-bottom:20px;}
.pb-xl-25,.py-xl-25{padding-bottom:25px;}
.pb-xl-30,.py-xl-30{padding-bottom:30px;}
.pb-xl-35,.py-xl-35{padding-bottom:35px;}
.pb-xl-40,.py-xl-40{padding-bottom:40px;}
.pb-xl-45,.py-xl-45{padding-bottom:45px;}
.pb-xl-50,.py-xl-50{padding-bottom:50px;}
.pb-xl-55,.py-xl-55{padding-bottom:55px;}
.pb-xl-60,.py-xl-60{padding-bottom:60px;}
.pb-xl-65,.py-xl-65{padding-bottom:65px;}
.pb-xl-70,.py-xl-70{padding-bottom:70px;}
.pb-xl-75,.py-xl-75{padding-bottom:75px;}
.pb-xl-80,.py-xl-80{padding-bottom:80px;}
.pb-xl-85,.py-xl-85{padding-bottom:85px;}
.pb-xl-90,.py-xl-90{padding-bottom:90px;}
.pb-xl-95,.py-xl-95{padding-bottom:95px;}
.pb-xl-100,.py-xl-100{padding-bottom:100px;}
.pb-xl-105,.py-xl-105{padding-bottom:105px;}
.pb-xl-110,.py-xl-110{padding-bottom:110px;}
.pb-xl-115,.py-xl-115{padding-bottom:115px;}
.pb-xl-120,.py-xl-120{padding-bottom:120px;}
.pb-xl-125,.py-xl-125{padding-bottom:125px;}
.pb-xl-130,.py-xl-130{padding-bottom:130px;}
.pb-xl-135,.py-xl-135{padding-bottom:135px;}
.pb-xl-140,.py-xl-140{padding-bottom:140px;}
.pb-xl-145,.py-xl-145{padding-bottom:145px;}
.pb-xl-150,.py-xl-150{padding-bottom:150px;}

	
.mt-xl-0,.my-xl-0{margin-top:0px;}
.mt-xl-5,.my-xl-5{margin-top:5px;}
.mt-xl-10,.my-xl-10{margin-top:10px;}
.mt-xl-15,.my-xl-15{margin-top:15px;}
.mt-xl-20,.my-xl-20{margin-top:20px;}
.mt-xl-25,.my-xl-25{margin-top:25px;}
.mt-xl-30,.my-xl-30{margin-top:30px;}
.mt-xl-35,.my-xl-35{margin-top:35px;}
.mt-xl-40,.my-xl-40{margin-top:40px;}
.mt-xl-45,.my-xl-45{margin-top:45px;}
.mt-xl-50,.my-xl-50{margin-top:50px;}
.mt-xl-55,.my-xl-55{margin-top:55px;}
.mt-xl-60,.my-xl-60{margin-top:60px;}
.mt-xl-65,.my-xl-65{margin-top:65px;}
.mt-xl-70,.my-xl-70{margin-top:70px;}
.mt-xl-75,.my-xl-75{margin-top:75px;}
.mt-xl-80,.my-xl-80{margin-top:80px;}
.mt-xl-85,.my-xl-85{margin-top:85px;}
.mt-xl-90,.my-xl-90{margin-top:90px;}
.mt-xl-95,.my-xl-95{margin-top:95px;}
.mt-xl-100,.my-xl-100{margin-top:100px;}
.mt-xl-105,.my-xl-105{margin-top:105px;}
.mt-xl-110,.my-xl-110{margin-top:110px;}
.mt-xl-115,.my-xl-115{margin-top:115px;}
.mt-xl-120,.my-xl-120{margin-top:120px;}
.mt-xl-125,.my-xl-125{margin-top:125px;}
.mt-xl-130,.my-xl-130{margin-top:130px;}
.mt-xl-135,.my-xl-135{margin-top:135px;}
.mt-xl-140,.my-xl-140{margin-top:140px;}
.mt-xl-145,.my-xl-145{margin-top:145px;}
.mt-xl-150,.my-xl-150{margin-top:150px;}
	
.mb-xl-0,.my-xl-0{margin-bottom:0px;}
.mb-xl-5,.my-xl-5{margin-bottom:5px;}
.mb-xl-10,.my-xl-10{margin-bottom:10px;}
.mb-xl-15,.my-xl-15{margin-bottom:15px;}
.mb-xl-20,.my-xl-20{margin-bottom:20px;}
.mb-xl-25,.my-xl-25{margin-bottom:25px;}
.mb-xl-30,.my-xl-30{margin-bottom:30px;}
.mb-xl-35,.my-xl-35{margin-bottom:35px;}
.mb-xl-40,.my-xl-40{margin-bottom:40px;}
.mb-xl-45,.my-xl-45{margin-bottom:45px;}
.mb-xl-50,.my-xl-50{margin-bottom:50px;}
.mb-xl-55,.my-xl-55{margin-bottom:55px;}
.mb-xl-60,.my-xl-60{margin-bottom:60px;}
.mb-xl-65,.my-xl-65{margin-bottom:65px;}
.mb-xl-70,.my-xl-70{margin-bottom:70px;}
.mb-xl-75,.my-xl-75{margin-bottom:75px;}
.mb-xl-80,.my-xl-80{margin-bottom:80px;}
.mb-xl-85,.my-xl-85{margin-bottom:85px;}
.mb-xl-90,.my-xl-90{margin-bottom:90px;}
.mb-xl-95,.my-xl-95{margin-bottom:95px;}
.mb-xl-100,.my-xl-100{margin-bottom:100px;}
.mb-xl-105,.my-xl-105{margin-bottom:105px;}
.mb-xl-110,.my-xl-110{margin-bottom:110px;}
.mb-xl-115,.my-xl-115{margin-bottom:115px;}
.mb-xl-120,.my-xl-120{margin-bottom:120px;}
.mb-xl-125,.my-xl-125{margin-bottom:125px;}
.mb-xl-130,.my-xl-130{margin-bottom:130px;}
.mb-xl-135,.my-xl-135{margin-bottom:135px;}
.mb-xl-140,.my-xl-140{margin-bottom:140px;}
.mb-xl-145,.my-xl-145{margin-bottom:145px;}
.mb-xl-150,.my-xl-150{margin-bottom:150px;}


}

/****** min-width-1400 ******/
@media(min-width:1400px){

	
	.text-xxl-left{text-align:left}
	.text-xxl-center{text-align:center}
	.text-xxl-right{text-align:right}

	
	.col-xxl-2{width:16.67%;}.col-xxl-3{width:25.00%;}.col-xxl-4{width:33.33%;}.col-xxl-5{width:41.67%;}.col-xxl-6{width:50.00%;}.col-xxl-7{width:58.33%;}.col-xxl-8{width:66.67%;}.col-xxl-9{width:75.00%;}.col-xxl-10{width:83.33%;}.col-xxl-12{width:100.00%;}
	
	

	
	
.pt-xxl-0,.py-xxl-0{padding-top:0px;}
.pt-xxl-5,.py-xxl-5{padding-top:5px;}
.pt-xxl-10,.py-xxl-10{padding-top:10px;}
.pt-xxl-15,.py-xxl-15{padding-top:15px;}
.pt-xxl-20,.py-xxl-20{padding-top:20px;}
.pt-xxl-25,.py-xxl-25{padding-top:25px;}
.pt-xxl-30,.py-xxl-30{padding-top:30px;}
.pt-xxl-35,.py-xxl-35{padding-top:35px;}
.pt-xxl-40,.py-xxl-40{padding-top:40px;}
.pt-xxl-45,.py-xxl-45{padding-top:45px;}
.pt-xxl-50,.py-xxl-50{padding-top:50px;}
.pt-xxl-55,.py-xxl-55{padding-top:55px;}
.pt-xxl-60,.py-xxl-60{padding-top:60px;}
.pt-xxl-65,.py-xxl-65{padding-top:65px;}
.pt-xxl-70,.py-xxl-70{padding-top:70px;}
.pt-xxl-75,.py-xxl-75{padding-top:75px;}
.pt-xxl-80,.py-xxl-80{padding-top:80px;}
.pt-xxl-85,.py-xxl-85{padding-top:85px;}
.pt-xxl-90,.py-xxl-90{padding-top:90px;}
.pt-xxl-95,.py-xxl-95{padding-top:95px;}
.pt-xxl-100,.py-xxl-100{padding-top:100px;}
.pt-xxl-105,.py-xxl-105{padding-top:105px;}
.pt-xxl-110,.py-xxl-110{padding-top:110px;}
.pt-xxl-115,.py-xxl-115{padding-top:115px;}
.pt-xxl-120,.py-xxl-120{padding-top:120px;}
.pt-xxl-125,.py-xxl-125{padding-top:125px;}
.pt-xxl-130,.py-xxl-130{padding-top:130px;}
.pt-xxl-135,.py-xxl-135{padding-top:135px;}
.pt-xxl-140,.py-xxl-140{padding-top:140px;}
.pt-xxl-145,.py-xxl-145{padding-top:145px;}
.pt-xxl-150,.py-xxl-150{padding-top:150px;}
	
.pb-xxl-0,.py-xxl-0{padding-bottom:0px;}
.pb-xxl-5,.py-xxl-5{padding-bottom:5px;}
.pb-xxl-10,.py-xxl-10{padding-bottom:10px;}
.pb-xxl-15,.py-xxl-15{padding-bottom:15px;}
.pb-xxl-20,.py-xxl-20{padding-bottom:20px;}
.pb-xxl-25,.py-xxl-25{padding-bottom:25px;}
.pb-xxl-30,.py-xxl-30{padding-bottom:30px;}
.pb-xxl-35,.py-xxl-35{padding-bottom:35px;}
.pb-xxl-40,.py-xxl-40{padding-bottom:40px;}
.pb-xxl-45,.py-xxl-45{padding-bottom:45px;}
.pb-xxl-50,.py-xxl-50{padding-bottom:50px;}
.pb-xxl-55,.py-xxl-55{padding-bottom:55px;}
.pb-xxl-60,.py-xxl-60{padding-bottom:60px;}
.pb-xxl-65,.py-xxl-65{padding-bottom:65px;}
.pb-xxl-70,.py-xxl-70{padding-bottom:70px;}
.pb-xxl-75,.py-xxl-75{padding-bottom:75px;}
.pb-xxl-80,.py-xxl-80{padding-bottom:80px;}
.pb-xxl-85,.py-xxl-85{padding-bottom:85px;}
.pb-xxl-90,.py-xxl-90{padding-bottom:90px;}
.pb-xxl-95,.py-xxl-95{padding-bottom:95px;}
.pb-xxl-100,.py-xxl-100{padding-bottom:100px;}
.pb-xxl-105,.py-xxl-105{padding-bottom:105px;}
.pb-xxl-110,.py-xxl-110{padding-bottom:110px;}
.pb-xxl-115,.py-xxl-115{padding-bottom:115px;}
.pb-xxl-120,.py-xxl-120{padding-bottom:120px;}
.pb-xxl-125,.py-xxl-125{padding-bottom:125px;}
.pb-xxl-130,.py-xxl-130{padding-bottom:130px;}
.pb-xxl-135,.py-xxl-135{padding-bottom:135px;}
.pb-xxl-140,.py-xxl-140{padding-bottom:140px;}
.pb-xxl-145,.py-xxl-145{padding-bottom:145px;}
.pb-xxl-150,.py-xxl-150{padding-bottom:150px;}

	
.mt-xxl-0,.my-xxl-0{margin-top:0px;}
.mt-xxl-5,.my-xxl-5{margin-top:5px;}
.mt-xxl-10,.my-xxl-10{margin-top:10px;}
.mt-xxl-15,.my-xxl-15{margin-top:15px;}
.mt-xxl-20,.my-xxl-20{margin-top:20px;}
.mt-xxl-25,.my-xxl-25{margin-top:25px;}
.mt-xxl-30,.my-xxl-30{margin-top:30px;}
.mt-xxl-35,.my-xxl-35{margin-top:35px;}
.mt-xxl-40,.my-xxl-40{margin-top:40px;}
.mt-xxl-45,.my-xxl-45{margin-top:45px;}
.mt-xxl-50,.my-xxl-50{margin-top:50px;}
.mt-xxl-55,.my-xxl-55{margin-top:55px;}
.mt-xxl-60,.my-xxl-60{margin-top:60px;}
.mt-xxl-65,.my-xxl-65{margin-top:65px;}
.mt-xxl-70,.my-xxl-70{margin-top:70px;}
.mt-xxl-75,.my-xxl-75{margin-top:75px;}
.mt-xxl-80,.my-xxl-80{margin-top:80px;}
.mt-xxl-85,.my-xxl-85{margin-top:85px;}
.mt-xxl-90,.my-xxl-90{margin-top:90px;}
.mt-xxl-95,.my-xxl-95{margin-top:95px;}
.mt-xxl-100,.my-xxl-100{margin-top:100px;}
.mt-xxl-105,.my-xxl-105{margin-top:105px;}
.mt-xxl-110,.my-xxl-110{margin-top:110px;}
.mt-xxl-115,.my-xxl-115{margin-top:115px;}
.mt-xxl-120,.my-xxl-120{margin-top:120px;}
.mt-xxl-125,.my-xxl-125{margin-top:125px;}
.mt-xxl-130,.my-xxl-130{margin-top:130px;}
.mt-xxl-135,.my-xxl-135{margin-top:135px;}
.mt-xxl-140,.my-xxl-140{margin-top:140px;}
.mt-xxl-145,.my-xxl-145{margin-top:145px;}
.mt-xxl-150,.my-xxl-150{margin-top:150px;}
	
.mb-xxl-0,.my-xxl-0{margin-bottom:0px;}
.mb-xxl-5,.my-xxl-5{margin-bottom:5px;}
.mb-xxl-10,.my-xxl-10{margin-bottom:10px;}
.mb-xxl-15,.my-xxl-15{margin-bottom:15px;}
.mb-xxl-20,.my-xxl-20{margin-bottom:20px;}
.mb-xxl-25,.my-xxl-25{margin-bottom:25px;}
.mb-xxl-30,.my-xxl-30{margin-bottom:30px;}
.mb-xxl-35,.my-xxl-35{margin-bottom:35px;}
.mb-xxl-40,.my-xxl-40{margin-bottom:40px;}
.mb-xxl-45,.my-xxl-45{margin-bottom:45px;}
.mb-xxl-50,.my-xxl-50{margin-bottom:50px;}
.mb-xxl-55,.my-xxl-55{margin-bottom:55px;}
.mb-xxl-60,.my-xxl-60{margin-bottom:60px;}
.mb-xxl-65,.my-xxl-65{margin-bottom:65px;}
.mb-xxl-70,.my-xxl-70{margin-bottom:70px;}
.mb-xxl-75,.my-xxl-75{margin-bottom:75px;}
.mb-xxl-80,.my-xxl-80{margin-bottom:80px;}
.mb-xxl-85,.my-xxl-85{margin-bottom:85px;}
.mb-xxl-90,.my-xxl-90{margin-bottom:90px;}
.mb-xxl-95,.my-xxl-95{margin-bottom:95px;}
.mb-xxl-100,.my-xxl-100{margin-bottom:100px;}
.mb-xxl-105,.my-xxl-105{margin-bottom:105px;}
.mb-xxl-110,.my-xxl-110{margin-bottom:110px;}
.mb-xxl-115,.my-xxl-115{margin-bottom:115px;}
.mb-xxl-120,.my-xxl-120{margin-bottom:120px;}
.mb-xxl-125,.my-xxl-125{margin-bottom:125px;}
.mb-xxl-130,.my-xxl-130{margin-bottom:130px;}
.mb-xxl-135,.my-xxl-135{margin-bottom:135px;}
.mb-xxl-140,.my-xxl-140{margin-bottom:140px;}
.mb-xxl-145,.my-xxl-145{margin-bottom:145px;}
.mb-xxl-150,.my-xxl-150{margin-bottom:150px;}

}



@media(max-width:767px){


	
	
.mobilept0,.mobilepy0{padding-top:0px;}
.mobilept5,.mobilepy5{padding-top:5px;}
.mobilept10,.mobilepy10{padding-top:10px;}
.mobilept15,.mobilepy15{padding-top:15px;}
.mobilept20,.mobilepy20{padding-top:20px;}
.mobilept25,.mobilepy25{padding-top:25px;}
.mobilept30,.mobilepy30{padding-top:30px;}
.mobilept35,.mobilepy35{padding-top:35px;}
.mobilept40,.mobilepy40{padding-top:40px;}
.mobilept45,.mobilepy45{padding-top:45px;}
.mobilept50,.mobilepy50{padding-top:50px;}
.mobilept55,.mobilepy55{padding-top:55px;}
.mobilept60,.mobilepy60{padding-top:60px;}
.mobilept65,.mobilepy65{padding-top:65px;}
.mobilept70,.mobilepy70{padding-top:70px;}
.mobilept75,.mobilepy75{padding-top:75px;}
.mobilept80,.mobilepy80{padding-top:80px;}
	
	
.mobilepb0,.mobilepy0{padding-bottom:0px;}
.mobilepb5,.mobilepy5{padding-bottom:5px;}
.mobilepb10,.mobilepy10{padding-bottom:10px;}
.mobilepb15,.mobilepy15{padding-bottom:15px;}
.mobilepb20,.mobilepy20{padding-bottom:20px;}
.mobilepb25,.mobilepy25{padding-bottom:25px;}
.mobilepb30,.mobilepy30{padding-bottom:30px;}
.mobilepb35,.mobilepy35{padding-bottom:35px;}
.mobilepb40,.mobilepy40{padding-bottom:40px;}
.mobilepb45,.mobilepy45{padding-bottom:45px;}
.mobilepb50,.mobilepy50{padding-bottom:50px;}
.mobilepb55,.mobilepy55{padding-bottom:55px;}
.mobilepb60,.mobilepy60{padding-bottom:60px;}
.mobilepb65,.mobilepy65{padding-bottom:65px;}
.mobilepb70,.mobilepy70{padding-bottom:70px;}
.mobilepb75,.mobilepy75{padding-bottom:75px;}
.mobilepb80,.mobilepy80{padding-bottom:80px;}

	
	.mw25{width:25%;}.mw33{width:33.33%;}.mw50{width:50%;}.mw100{width:100%;}

	

	/******* Text Alignments  *******/    
	.mobile-left{text-align:left}
	.mobile-center{text-align:center}
	.mobile-right{text-align:right}
	/******* Text Alignments  *******/ 


}
.baseModuleStyle{position:relative;}
 .baseModuleParent{position:relative; z-index:5}

.baseModuleOverlay{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index:3;}

.bgVideo,.bgVideoWrapper { position: absolute; top: 0; left: 0; min-width: 100%; min-height: 100%; width: auto; height: auto; background-size: cover; overflow: hidden; object-fit: cover; z-index:1;}

/* Header */

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

.headerSection { background-color: rgba(255, 255, 255, 1.0); border-bottom: 1px solid #cdd4d7; }
/* Header content */
.headerSection p,
.headerSection h1,
.headerSection h2,
.headerSection h3,
.headerSection h4,
.headerSection h5,
.headerSection h6,
.headerSection a:not(.button a),
.headerSection span,
.headerSection div,
.headerSection li,
.headerSection blockquote {
    color: #1D1D1D;
}

header.headerSection { position: absolute; left: 0; top: 0; width: 100%; z-index:1001; }
/* .headerSectionInner { padding: 20px 0; } */
.headerParent { display: flex; flex-wrap: wrap; align-items: center; }
.headerLogo { width: 175px; position: relative; top: -4px; }
.headerNavigation { display: flex; padding-left: 20px; justify-content: flex-end; width: calc(100% - 175px); }

/* Submenus */
.submenu{float:none;list-style:none;margin:0;padding:0;}

/* HubSpot Editor Styles */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2{visibility:hidden;}

ul.submenu.level-2 li { margin: 0; padding: 0;}
ul.submenu.level-2 li a { display: block;}

.navigation-primary input[type=checkbox] { display: none;}

/* Color // Main Navigation */

.navigation-primary .level-1 > li > a {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none; font-size: 1.125rem; color: rgba(38, 46, 51, 1); text-transform: capitalize;
    display: flex; justify-content: center; align-items: center; height: 100%; padding: 1.25rem 1.375rem;
}
/* Main Navigation - Child Menus */
.navigation-primary .submenu:not(.level-1) .menu-link {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; color: rgba(255, 255, 255, 1); font-size: 1.125rem; text-transform: none;
}

/* Header Sticky */
/* .headerSticky .headerSection{position:fixed; top:0; left:0; width:100%; animation:headerAnim 0.5s;}
header.headerSection.headerSticky { position: fixed; top: 0; left: 0; width: 100%; animation: headerAnim 0.5s;}
@keyframes headerAnim { from {transform : translateY(-100%) } to {transform : translateY(0%)}} */
/* End Header Sticky */

.headerLogo,
.headerLogo * { display: block; }

.headerSectionInner .navigationRight form { padding: 0; border: none; background: transparent; display: grid; height: auto; width: 350px; grid-template-columns: 3fr 0.8fr; }
.headerSectionInner .navigationRight form input.hs-search-field__input { outline-color: #262e33; border-top-left-radius: 50px; border-bottom-left-radius: 50px; padding: 1rem; border: 0; background-color: #f2f2f2; font-family: inherit; font-size: 100%; line-height: 1.1; }
.headerSectionInner .navigationRight form input.hs-search-field__input:focus-visible { border-color: #262e33; }
.headerSectionInner .navigationRight form button,
.headerSectionInner .navigationRight .search-toggle{ background-color: #f2f2f2; border: none; border-top-right-radius: 50px; border-bottom-right-radius: 50px; justify-content: center; }
.navigationParentInner { gap: 2rem; }
.headerSectionInner .navigationRight form input.hs-search-field__input::-webkit-input-placeholder { color: #757575; font-size: 1rem; }

.navigation-primary .level-1 > .has-submenu:after { display: none !important; }
.navigation-primary .level-1 > li.has-submenu > a:after { content: ''; display: inline-block; width: 13px; height: 12px; background-image: url('https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/mnhs_theme/darkgray-arrow-down.svg'); background-repeat: no-repeat; background-position: center; background-size: contain; margin-left: 10px; }


.mega-style .mega-row { width: 90vw; max-width: 1440px; margin: 0 auto; -moz-column-gap: 0.625rem; column-gap: 0.625rem; display: grid; grid-template-columns: repeat(12, 1fr); }
.mega-style .mega-row .mega-col.mega-col2 { grid-column-start: span 2; }
.mega-style .mega-row .mega-col.mega-col3 { grid-column-start: span 3; }
.mega-style .mega-row .mega-col { margin-left: 20px; padding-right: 30px; border-right: 1px solid rgb(205, 212, 215); }
.mega-style .mega-row .mega-col.mega-col7 { grid-column-start: span 7; }
.mega-style .mega-row .mega-col.mega-col2 .mega-submenu { margin: 0; padding: 0; /*max-height: 370px; */ display: flex; flex-direction: column; justify-content: space-between; height: -moz-fit-content; height: fit-content; gap: 40px; }
.mega-style .mega-row .mega-col.mega-col2 .mega-submenu li.mega-item { min-height: 58px; position: relative; list-style: none !important; display: block; margin: 0; }
.mega-style .mega-row .mega-col.mega-col2 .mega-submenu li.mega-item a { padding: 0.5rem; position: relative; display: block; height: 100%; color: rgb(38, 46, 51); font-size: 17px; line-height: 135%; border-bottom: 3px solid transparent; background: transparent; font-weight: 600; text-decoration: none; }
.mega-style .mega-row .mega-col.mega-col2 .mega-submenu li.mega-item a .mega-img,
.mega-style .mega-row .mega-col.mega-col2 .mega-submenu li.mega-item a .mega-img img { width: 100%; height: 100%; aspect-ratio: 200 / 111; }
.mega-style .mega-row .mega-col.mega-col2 .mega-submenu li.mega-item a .mega-title { display: block; font-size: 17px; line-height: 135%; font-weight: 600; color: rgb(38, 46, 51); text-decoration: none; margin-bottom: 0.25rem; margin-top: 6px; }
.mega-style .mega-row .mega-col.mega-col2 .mega-submenu li.mega-item a .mega-location { font-size: 0.875rem; line-height: 150%; color: rgb(69, 85, 95); font-weight: 400; margin: 0px; }
.mega-style .mega-row .mega-col.mega-col2 .mega-submenu li.mega-item a:hover .mega-title { color: rgb(0, 118, 160); }
.mega-style .list-menu-1 h2 { margin: 0; margin-bottom: 1.5rem; padding: 0; font-weight: 600; font-size: 1.25rem; line-height: 135%; text-transform: inherit; }
.mega-style .list-menu-1 ul { height: -moz-fit-content; height: fit-content; display: block; }
.mega-style .list-menu-1 ul li { min-height: 58px; position: relative; display: block; margin: 0; }
.mega-style .list-menu-1 ul li a { position: relative; display: block; height: 100%; color: rgb(38, 46, 51); font-size: 17px; line-height: 135%; border-bottom: 3px solid transparent; background: transparent; font-weight: 600; text-decoration: none; padding: 1rem 2px 1.1875rem 0.5rem; text-transform: initial; }
.mega-style .list-menu-1 ul li a:after { position: absolute; bottom: -3px; left: 0; width: 100%; content: " "; border-bottom: 1px solid rgb(205, 212, 215); }

.mega-style .mega-row .mega-col.mega-col7 .mega-col7-inner h2 { margin: 0; margin-bottom: 1.5rem; padding: 0; font-weight: 600; font-size: 1.25rem; line-height: 135%; text-transform: inherit; }
.mega-style .mega-row .mega-col.mega-col7 .mega-col7-inner .group-wrapper { /* max-height: 370px; */ padding-top: 1.125rem; display: flex; justify-content: space-between; gap: 1rem; }
.mega-style .mega-row .mega-col.mega-col7 .mega-col7-inner .group-wrapper .group-inner:nth-child(1) { width: 25%; }
.mega-style .mega-row .mega-col.mega-col7 .mega-col7-inner .group-wrapper .group-inner h3 { margin: 0; margin-bottom: 0.75rem; font-weight: 600; font-size: 0.875rem; line-height: 150%; padding-left: 7px; text-transform: initial; }
.mega-style .mega-row .mega-col.mega-col7 .mega-col7-inner .group-wrapper .group-inner ul { display: block; /* max-height: 370px; height: -moz-fit-content; height: fit-content; */ }
.mega-style .mega-row .mega-col.mega-col7 .mega-col7-inner .group-wrapper .group-inner ul li { margin: 0; }
.mega-style .mega-row .mega-col.mega-col7 .mega-col7-inner .group-wrapper .group-inner ul li a { white-space: inherit; text-transform: initial; position: relative; display: block; height: 100%; color: rgb(38, 46, 51); border-bottom: 3px solid transparent; background: transparent; text-decoration: none; padding: 7px; padding-right: 2px; font-weight: 400; font-size: 0.8125rem; line-height: 130%; }
.mega-style .mega-row .mega-col.mega-col7 .mega-col7-inner .group-wrapper .group-inner ul li a:after { content: ''; position: absolute; bottom: -3px; left: 0; width: 100%; border-bottom: 1px solid rgb(205, 212, 215); }
.mega-style .mega-row .mega-col.mega-col7 .mega-col7-inner .group-wrapper .group-inner ul li ul.hs-menu-children-wrapper { position: inherit; left: inherit; opacity: 1; padding-left: 40px; }
.mega-style .mega-row .mega-col.mega-col7 .mega-col7-inner .group-wrapper .group-inner ul li a:hover,
.mega-style .mega-row .mega-col.mega-col7 .mega-col7-inner .group-wrapper .group-inner ul li a:focus { border-color: rgb(238, 177, 17); background: rgba(255, 255, 255, 0.65); color: rgb(0, 118, 160); }
.mega-style .mega-row .mega-col.mega-col7 .mega-col7-inner .group-wrapper .group-inner:nth-child(2) ul { -moz-columns: 2 auto; columns: 2 auto; }
.mega-style .mega-row .mega-col:last-child { padding-right: 0; border: none; }

.mega-style.mega-style4 .mega-row .mega-col.mega-col4 { grid-column-start: span 4; }
.mega-style.mega-style4 .mega-row .mega-col.mega-col4 h3,
.mega-style.mega-style5 .mega-sidebar h3{ margin: 0; font-weight: 600; font-size: 17px; line-height: 135%; margin-bottom: 4px; text-transform: initial; }
.mega-style.mega-style5 .mega-sidebar h3{ margin-top: 15px; }
.mega-style.mega-style4 .mega-row .mega-col.mega-col4 .mega-sidebar p,
.mega-style.mega-style5 .mega-sidebar p{ font-size: 1.125rem; line-height: 1.6; margin: 0 0 2rem; }

.mega-style.mega-style3 .mega-col.mega-col12 { grid-column-start: span 12; margin-left: 20px; }
.mega-style.mega-style3 .mega-col.mega-col12 ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(3, 1fr); gap: 20px; }
.mega-style.mega-style3 .mega-col.mega-col12 ul p:last-child { font-weight: 400; font-size: .875rem; line-height: 155%; color: rgb(69, 85, 95); margin: 0; }
.mega-style.mega-style3 .list-menu-1 ul li a { padding: 0.5rem; }

.mega-style.mega-style5 .mega-col.mega-col4 { grid-column-start: span 4; }
.mega-style.mega-style5 .mega-col.mega-col8 { grid-column-start: span 8; }
.mega-style.mega-style5 .mega-col.mega-col8 ul { margin: 0; padding: 0; display: grid; grid-template-rows: repeat(3, 1fr); gap: 20px; grid-template-columns: repeat(2, 1fr); }
.mega-style.mega-style5 .mega-col.mega-col8 ul li a { padding: 0.5rem; }
.mega-style.mega-style5 .mega-col.mega-col8 ul li a p:last-child { font-weight: 400; font-size: .875rem; line-height: 155%; color: rgb(69, 85, 95); margin: 0; }
.mega-style.mega-style5 .mega-col.mega-col8 ul li a p:first-child { margin-bottom: 0.25rem; }
.mega-style.mega-style5 .mega-sidebar p { text-transform: initial; }
.mega-style.mega-style5 .mega-sidebar p { text-transform: initial; } 

.btn-link1 a { line-height: 100%; background-image: url('https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/mnhs_theme/blue-arrow-right.svg'); background-repeat: no-repeat; font-size: 1rem; font-weight: 600; background-position: 100% 50%; padding: 1rem 1.5rem 1rem 0px; padding-right: 3rem; background-color: transparent; border: 2px solid transparent; width: -moz-fit-content; width: fit-content; display: inline-block; }
.btn-link1 a:hover { padding-right: 3.5rem; color: rgb(0, 118, 160) !important; }

.navigation-primary .level-1 > li.has-submenu.activeMenu > a:after { background-image: url('https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/mnhs_theme/darkgray-arrow-up.svg'); }

.mega-style.mega-style2 .mega-col.mega-col4 { grid-column-start: span 4; }
.mega-style.mega-style2 .mega-col.mega-col8 { grid-column-start: span 8; }
.mega-style.mega-style2 .mega-col.mega-col8 ul { margin: 0; padding: 0; grid-template-columns: repeat(2, 1fr); display: grid; gap: 20px; }
.mega-style.mega-style2 .mega-col.mega-col8 ul p:last-child { font-weight: 400; font-size: .875rem; margin-top: 0; line-height: 155%; }
.mega-style.mega-style2 .list-menu-1 ul li a { padding: 0.5rem; }
.mega-style.mega-style2 .mega-col.mega-col8 ul li { min-height: 100px; }
.mega-style.mega-style2 .mega-col.mega-col4 ul { margin: 0; padding: 0; grid-template-columns: 1fr; gap: 0; display: grid; grid-template-rows: repeat(3, 1fr); }
.mega-style.mega-style2 .mega-col.mega-col4 h4 { margin: 0; margin-bottom: 1.5rem; padding: 0; font-weight: 600; font-size: 1.25rem; line-height: 135%; text-transform: initial; }
.mega-style.mega-style2 .mega-col.mega-col4 ul li a { display: flex; justify-content: flex-start; align-items: center; gap: 1rem; padding: 1.15rem 0.5rem; }
.mega-style.mega-style2 .mega-col.mega-col4 ul li a .img { width: 60px; }
.mega-style.mega-style2 .mega-col.mega-col4 ul li a .img img { width: auto; height: auto; object-fit: contain; }
.mega-style.mega-style2 .mega-col.mega-col4 ul li a p { line-height: 135%; font-weight: 600; margin: 0; }

.headerSectionInner .navigationRight .search-toggle svg.close { display: none; }
 



@media(min-width:992px){

    .mega-style .list-menu-1 ul li a:hover,
    .mega-style .list-menu-1 ul li a:focus{ border-color: rgb(238, 177, 17); background: rgba(255, 255, 255, 0.65); color: rgb(0, 118, 160); }


/*     .list-menu-1 ul li.active a{ border-color: rgb(238, 177, 17) !important; background: rgba(255, 255, 255, 0.65) !important; color: rgb(0, 118, 160) !important; } */
    

        
    .headerOutter { height: 130px; }


    .headerSection.isMegaMenuEnable { padding: 0;}
    .navigationRight,.navigationParentInner { display: flex; flex-wrap: wrap; align-items: center; } 

    /* Navigation Wrapper */
    .navigation-primary{display:inline-block;float:right;}

    /* Top Level Menu Items */
    .submenu.level-1{display:inline-block;}
    .submenu.level-1 > li{display:inline-block;margin:0;padding: 0px;position:relative;text-transform:capitalize; height: 95px; }
    .headerSection.isMegaMenuEnable .submenu.level-1 > li{padding: 0px;}
    /* Active Menu Item Styles */
    .navigation-primary .submenu.level-1 > li > a.active-item{position:relative;}
    .navigation-primary .submenu.level-1 > li > a.active-item:after{background-color:#1d1d1d;bottom:-3px;content:'';height:2px;left:0;position:absolute;width:100%;}

    /* Top Level Menu Items Icon */
    .navigation-primary .level-1 > .has-submenu:after{border-color:#1d1d1d transparent transparent;border-style:solid;border-width:5px 5px 0;content:'';display:inline-block;height:0;vertical-align:middle;width:0;}
    .navigation-primary .level-1 > .has-submenu.active-item:after{border-color:#fff transparent transparent;}
    .navigation-primary .level-1 > .has-submenu:hover:after,
    .navigation-primary .level-1 > .has-submenu:focus:after,
    .navigation-primary .level-1 > .has-submenu.focus:after,
    .navigation-primary .level-1 > .has-submenu.active-item:hover:after{border-color:transparent transparent #fff;border-width:0 5px 5px;}

    /* Menu Items With Children */
    .navigation-primary ul.submenu.level-2 li a{padding: 12px 15px 12px 15px;}
    .navigation-primary .submenu.level-2{ left:0; top:100% }
    .navigation-primary .submenu.level-2,.navigation-primary .submenu.level-3{ border:none; min-width:200px; opacity:0; position:absolute; z-index:2; width: 100%; visibility: hidden; -webkit-transition: opacity ease .4s; -moz-transition: opacity ease .4s; transition: opacity ease .4s; display: block; pointer-events: none; }
    .navigation-primary .submenu.level-3{top:0;}

    /* Submenu Level One Visibility */
    .navigation-primary .submenu.level-1 > li:hover .submenu.level-2,
    .navigation-primary .submenu.level-1 > li.focus .submenu.level-2{left:0;opacity:1;  visibility: visible; pointer-events: inherit !important;}
    .navigation-primary .submenu.level-1 > li:hover:last-child .submenu.level-2,
    .navigation-primary .submenu.level-1 > li.focus:last-child .submenu.level-2{left:auto;right:0;}

    /* Submenu Level Two Visibility */
    .navigation-primary .submenu.level-2 > li .submenu.level-3{left:100%;}
    .navigation-primary .submenu.level-2 > li:hover .submenu.level-3,
    .navigation-primary .submenu.level-2 > li.focus .submenu.level-3{opacity:1;visibility: visible; pointer-events: inherit !important;}

    /* prettier-ignore */
    .navigation-primary .submenu.level-1 > li:last-child .submenu.level-2 .menu-item:hover .submenu.level-3,
    .navigation-primary .submenu.level-1 > li:last-child .submenu.level-2 .menu-item.focus .submenu.level-3{left:auto;right:100%;}

    .navigationParent,.navigation-primary .submenu{ display: block !important;}

    /*   Theme Color   */

    /* Main Navigation */
    .navigation-primary .level-1 > .has-submenu:after { border-color: rgba(38, 46, 51, 1) transparent transparent transparent; }
    .navigation-primary .level-1 > li:hover,
    .navigation-primary .level-1 > li:focus,
    .navigation-primary .level-1 > li.activeMenu{ background-color: rgba(242, 242, 242, 1.0); }
    .navigation-primary .level-1 > li:hover > a,
    .navigation-primary .level-1 > li:focus > a,
    .navigation-primary .level-1 > li.activeMenu{ color: rgba(#null, 1);}
    .navigation-primary .level-1 > .has-submenu:hover:after,
    .navigation-primary .level-1 > .has-submenu:focus:after,
    .navigation-primary .level-1 > li.has-submenu.active-item:hover:after,
    .navigation-primary .level-1 > li.has-submenu.active-item:focus:after { border-color: transparent transparent rgba(#null, 1) transparent; }
    .navigation-primary .level-1 > li:active { background-color: rgba(38, 46, 51, 0.0); }
    .navigation-primary .level-1 > li:active > a { color: rgba(#null, 1); }
    .navigation-primary .level-1 > .has-submenu:active:after,
    .navigation-primary .level-1 > li.has-submenu.active-item:active:after { border-color: transparent transparent rgba(#null, 1) transparent; }

    .navigation-primary .level-1 > li.active-item { background-color: rgba(242, 242, 242, 1.0); }
    .navigation-primary .level-1 > li.active-item > a { color: rgba(#null, 1); }
    .navigation-primary .level-1 > li.has-submenu.active-item:after { border-color: font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none transparent transparent transparent; }
    .navigation-primary .submenu.level-1 > li > a.active-item:after { background-color: rgba(#null, 1);}

    /* Main Navigation - Child Menus */
    .navigation-primary .submenu:not(.level-1) { background-color: rgba(38, 46, 51, 1.0); }
    .navigation-primary .submenu:not(.level-1) .menu-item:hover > a,
    .navigation-primary .submenu:not(.level-1) .menu-item:focus  > a { background-color: rgba(0, 193, 92, 1.0); }
    .navigation-primary .submenu:not(.level-1) .menu-item:hover > a,
    .navigation-primary .submenu:not(.level-1) .menu-item:focus > a {  color: rgba(255, 255, 255, 1); }
    .navigation-primary .submenu:not(.level-1) .menu-item:active { background-color: rgba(0, 193, 92, 1.0); }
    .navigation-primary .submenu:not(.level-1) .menu-item:active > a {  color: rgba(255, 255, 255, 1); }


    .submenu.level-1 { display: flex !important; flex-direction: row; }

    .headerSection.isMegaMenuEnable .submenu.level-1 > li > .childExpand { cursor: pointer; height: 95px; display: block; position: relative; top: -95px; z-index: 9999999999; width: 100%; }

    .navigationRight + .top-nav-main{ display:none; }
    .expandMenu * { display: none; }
    
    .navigation-primary .level-1 > li.activeMenu > a { outline: 2px solid #0076a0; }
    .top-nav-menu .hs-menu-wrapper ul li.hs-menu-depth-1 > a:hover { text-decoration: underline !important; }
     
}

@media(min-width:1200px){

    .headerSectionInner .navigationRight .search-toggle{ display: none; }
    
}

@media(max-width:1600px) and (min-width: 992px){

    .mega-style.mega-style1 .mega-row { width: 100%; max-width: inherit; }
    .navigation-primary .level-1 > li > a { padding: 1.25rem 0.6rem; }
    .headerSectionInner .navigationRight form { width: 200px; }
    .mega-style.mega-style1 .mega-row .mega-col.mega-col7 .mega-col7-inner .group-wrapper .group-inner:nth-child(2) ul { -moz-columns: 1 auto; columns: 1 auto; }
    .mega-style.mega-style1 .mega-row .mega-col.mega-col2 { grid-column-start: span 3; }
    .mega-style.mega-style1 .mega-row .mega-col.mega-col7 { grid-column-start: span 5; }
    .mega-style.mega-style1 .mega-row .mega-col.mega-col3 { grid-column-start: span 4; }
    .mega-style.mega-style1 .mega-row .mega-col.mega-col7 .mega-col7-inner .group-wrapper .group-inner:nth-child(1) { width: 70%; }
}
@media(max-width:1199px){

    .navigation-primary .level-1 > li > a { font-size: 1rem; padding: 1.25rem 0.6rem; }
    .navigation-primary .level-1 > li.has-submenu > a:after { width: 12px; height: 10px; margin-left: 7px; }
    .navigationRight { position: relative; }
    .headerSectionInner .navigationRight form { width: 350px; position: absolute; max-width: inherit; opacity: 0; visibility: hidden; top: 0px; right: 100%; }
    .headerSectionInner .navigationRight .search-toggle.searchToggle + form { opacity: 1; visibility: visible; }
    .headerSectionInner .navigationRight .search-toggle { padding: 15px 12px 15.7px; border-radius: 100%; width: 48px; height: 48px; }
    .headerSectionInner .navigationRight .search-toggle.searchToggle { border-top-left-radius: 0; border-bottom-left-radius: 0; }
    .headerSectionInner .navigationRight .search-toggle.searchToggle + form button:not(.searchToggle){ border-top-right-radius: 0; border-bottom-right-radius: 0; }
    .headerSectionInner .navigationRight form input.hs-search-field__input { padding: 0.9rem 1rem; }
    .headerSectionInner .navigationRight .search-toggle.searchToggle svg:first-child { display: none; }
    .headerSectionInner .navigationRight .search-toggle.searchToggle svg.close { display: block; }
    .headerSectionInner .navigationRight .search-toggle.searchToggle svg.close rect { stroke: rgb(69, 85, 95); }
    .navigationRight { z-index: 99999999999; }

    
    
    
}
@media(max-width:991px){
    
    /*-=-=-=-  Expand Menu   -=-=-=*/  
    .headerOutter {height: 88.89px;}
    /*-=-=-=-  Expand Menu   -=-=-=*/
    .expandMenu {width: 44px; height: 44px; display: block; cursor: pointer; padding: 3px; position: absolute; top: 21px; right: 16px; z-index:999; }
    .expandMenu i { position: relative; width: 30px; top: 8px; left: 0; border-radius: 5px; height: 4px; opacity: 1; display: block; background-color: #262e33; margin: 6px auto; transition: all ease .3s; -webkit-transition: all ease .3s; -moz-transition: all ease .3s; }
    .expandMenu i:first-child { margin-top: 0; }
    .expandMenu.active i:first-child { transform: rotate(135deg); -webkit-transform: rotate(135deg); top: 18px; position: relative;}
    .expandMenu.active i:nth-child(2) { position: relative; left: -46px; opacity: 0;}
    .expandMenu.active i:last-child { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); top: -2px; position: relative;}

    /*-=-=-=- Mobile Submenu Icon -=-=-=*/
    .childExpand { position: absolute; top: 5px; z-index: 999; display: inline-block; right: 22px; width: 36px; text-align: center; height: 36px; margin: 0; padding: 5px; cursor: pointer; }
    .childExpand i { position:relative; width: 18px; left:0; height: 1px; opacity:1; display: block; background: rgba(255, 255, 255, 1); top:5px; margin: 8px auto; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
    .childExpand i + i { position: relative; transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); top: -4px; }
    .childExpand.open i { transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); }
    .childExpand.open i+i { transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); }


    /*-=-=-=-  Header Section   -=-=-=*/
/*     header.headerSection { padding: 15px 0; } */
/*     .headerSectionInner { padding: 15px 0; } */
    .navigationParent { position: absolute; left: 0; top: 88.89px; width: 100%; display:none; }
    .navigation-primary .submenu:not(.level-1),.navigation-primary .megaMenu { display: none;}
    .navigation-primary .submenu.level-1 > li { margin: 0; padding: 0; } 
    .navigation-primary .submenu.level-1 > li > a { padding: 12px 15px; display: block; }

    /*-=-=-=-  Second Level   -=-=-=*/
    .navigation-primary .menu-item { position: relative; }
    .navigation-primary .submenu li:not(first-child):before { content: ''; position: absolute; top: 0; width: 100%; height: 1px; background-color: rgba(255,255,255,0.1); }
    .navigation-primary ul.submenu.level-2 > li > a{padding: 12px 15px 12px 25px;}
    .navigation-primary ul.submenu.level-3 > li > a{padding: 12px 15px 12px 35px;}

    /*-=-=-=-  End Header Section   -=-=-=*/

    /*   Button   */
    .navigationRight { padding: 12px 15px; display: flex; flex-wrap: wrap; background-color: #fff;}



    /*   Color   */
    .navigationParent{background-color:#262e33;}
    .navigation-primary .level-1 > li > a { color: rgba(255, 255, 255, 1);}
    .navigation-primary .has-submenu.activeMenu > a,
    .menu-item a:hover { background-color:rgba(0, 193, 92, 1.0);}

    .headerNavigation { position: relative; }
    .expandMenu { position: inherit; }
    .top-nav-main { display: none; }
    .headerOutter { height: 90px; }
    .headerParent { padding: 14px 0px; }
    .submenu { padding-bottom: 50px; display: block !important; }
    .headerNavigation { position: initial; }
    .headerSectionInner { position: relative; }
    .navigationParent { left: 0; top: 91px; }
    .headerSectionInner .content-wrapper { width: 90vw; max-width: 1440px; padding: 0; max-width: initial; }
    .mega-style .mega-row .mega-col.mega-col2,
    .mega-style .mega-row .mega-col.mega-col7,
    .mega-style .list-menu-1 h2 { display: none; }
    .mega-style .mega-row .mega-col.mega-col3 { grid-column-start: span 12; }
    .mega-style .mega-row .mega-col { margin-left: 0; border-right: none; padding-right: 0; } 
    .mega-style .list-menu-1 ul li a { color: #fff; padding: 1rem 0; font-size: 1rem; font-weight: 400; border-bottom: rgb(255, 255, 255) 1px solid; }
    .mega-style .mega-row .mega-col.mega-col3 ul { display: block !important; }
    .megaMenu { background-color: transparent !important; padding: 0; }
    .headerSectionInner .megaMenu .content-wrapper { width: 100%; padding: 0; }
    .mega-style .mega-row { width: 100%; max-width: 100%; }
    .navigation-primary .submenu.level-1 > li > a { font-weight: 600; font-size: 1.125rem; line-height: 1.5rem; display: block; padding: 1.75rem 0; background: url(https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/mnhs_theme/white-arrow-down.svg) right 50% no-repeat; background-position: right 50%; border-bottom: transparent 1px solid; }
    .navigation-primary .level-1 > li.has-submenu > a:after{ display: none; }
    .navigation-primary .submenu li:not(first-child):before{ display: none; }
    .childExpand { width: 100%; left: 0; right: 0; padding: 0; height: 81px; top: 0; z-index: 999999; }
    .childExpand i { display: none; }
    .submenu { width: 90vw; margin: 0 5vw; }
    .navigationParentInner { display: flex; flex-wrap: wrap; }
    .navigationLeft { order: 2; }
    .navigationRight { order: 1; padding: 0; display: flex; flex-wrap: wrap; background-color: transparent; width: 90vw; margin: 0 5vw; margin-top: 32px; margin-bottom: 20px; }
    .headerSectionInner .navigationRight .search-toggle { display: none; }
    .headerSectionInner .navigationRight form { width: 100%; position: inherit; max-width: inherit; opacity: 1; visibility: visible; top: 0px; right: 0; display: flex; }
    .headerSectionInner .navigationRight form input.hs-search-field__input { border-radius: 0; }
    .headerSectionInner .navigationRight form button { width: 53px; border-radius: 0; padding: 0px; }

    .mega-style.mega-style2 .mega-col.mega-col4 h4,
    .mega-style.mega-style2 .mega-col.mega-col4 ul,
    .mega-style.mega-style2 .mega-col.mega-col8 ul p:last-child,
    .mega-style.mega-style3 .mega-col.mega-col12 ul p:last-child,
    .mega-style.mega-style4 .mega-row .mega-col.mega-col4:first-child,
    .mega-style.mega-style5 .mega-col.mega-col4,
    .mega-style.mega-style5 .mega-col.mega-col8 ul li a p:last-child{ display: none !important; }
    .mega-style.mega-style2 .mega-col.mega-col8 ul { display: block !important; }
    .mega-style.mega-style2 .list-menu-1 ul li a,
    .mega-style.mega-style3 .list-menu-1 ul li a,
    .mega-style.mega-style5 .mega-col.mega-col8 ul li a{ padding: 0; padding: 1rem 0; font-size: 1rem; font-weight: 400; border-bottom: rgb(255, 255, 255) 1px solid; }
    .mega-style.mega-style2 .list-menu-1 ul li a p,
    .mega-style.mega-style3 .list-menu-1 ul li a p,
    .mega-style.mega-style5 .mega-col.mega-col8 ul li a p:first-child{ color: inherit; }
    .mega-style .list-menu-1 ul li a:after { display: none !important; }
    .mega-style.mega-style2 .mega-col.mega-col4,
    .mega-style.mega-style2 .mega-col.mega-col8 { grid-column-start: span 12; }
    .mega-style.mega-style2 .mega-col.mega-col8 ul li { min-height: inherit; } 
    .mega-style .mega-row { border-top: 1px solid rgb(238, 177, 17); }
    .megaMenu .btn-link1 a { padding: 1rem 0; font-size: 1rem; font-weight: 400; border: none; border-bottom: rgb(255, 255, 255) 1px solid; display: block; background: no-repeat; color: #fff !important; width: 100%; }
    .mega-style.mega-style3 .mega-col.mega-col12 ul { display: block !important; }
    .mega-style.mega-style3 .mega-col.mega-col12 { margin-left: 0; }
    .mega-style.mega-style4 .mega-row .mega-col.mega-col4 ul,
    .mega-style.mega-style5 .mega-col.mega-col8 ul{ display: block !important; }
    .mega-style.mega-style4 .mega-row .mega-col.mega-col4,
    .mega-style.mega-style5 .mega-col.mega-col4,
    .mega-style.mega-style5 .mega-col.mega-col8 { grid-column-start: span 12; }
    .mega-style.mega-style5 .mega-col.mega-col8 ul li:last-child a { border-bottom: none; }

    .navigationRight + .top-nav-main { display: block; background: transparent; width: 90vw; margin: 0 5vw; margin-top: 32px; }
    .top-nav-menu .hs-menu-wrapper ul li:first-child { display: inline-block; }
    .top-nav-menu .hs-menu-wrapper ul li { display: none; }
    .top-nav-menu div.hs-menu-wrapper ul li:last-child { display: inline-block; }
    .top-nav-menu div.hs-menu-wrapper ul { padding: 0; flex-wrap: nowrap; height: inherit; justify-content: space-between; display: flex; flex-direction: row; }
    .navigationParentInner { gap: 0; }

    .expandMenu svg.close { display: none; }
    .expandMenu { display: flex; align-items: center; justify-content: center; margin-top: 4px; }
    .expandMenu.active .menu-open { display: none; }
    .expandMenu.active .close { display: block; }

    .navigation-primary .submenu.level-1 > li.activeMenu > a { background: url('https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/mnhs_theme/white-arrow-up.svg') right 50% no-repeat; }
    
    .top-nav-menu .hs-menu-wrapper ul li:last-child:before { content: none !important; }
    .top-nav-menu .hs-menu-wrapper ul li:last-child a { border: none; margin-left: 0; }

    .navigation-primary .level-1 > li:has(li.active) > a { color: #ecb432; }
    .list-menu-1 ul li.active a { color: #ecb432; }
    .mega-style .list-menu-1 ul li a:hover,
    .mega-style .list-menu-1 ul li a:focus{  color: #ecb432; }

    .top-nav-menu .hs-menu-wrapper ul li.active.active-branch.button a { color: inherit; }
    
    
 
}




@media(min-width:992px){


}



/* Top Navigation and Language Switcher */
.top-nav-main {
    background-color: rgba(38, 46, 51, 1.0);
}
.top-nav-main > li > a,
.top-nav-main .hs-menu-wrapper > ul .hs-menu-depth-1 >a{
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: rgba(205, 212, 215, 1);
    font-size: 0.75rem;
    text-transform: none;
    display: block;
    margin-bottom: 2px;
}
.top-nav-main li.hs-menu-depth-1:hover,
.top-nav-main li.hs-menu-depth-1:focus{
    background-color: rgba(0, 193, 92, 0.0);
}
.top-nav-main li.hs-menu-depth-1:hover > a,
.top-nav-main li.hs-menu-depth-1:focus > a{
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: rgba(238, 177, 17, 1);
}
.top-nav-main li.hs-menu-depth-1:active {
    background-color: rgba(0, 193, 92, 0.0);
}
.top-nav-main li.hs-menu-depth-1:active > a {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: rgba(238, 177, 17, 1);
}
.top-nav-main li.hs-menu-depth-1 > a.active-item:after {
    background-color: rgba(205, 212, 215, 1);
}
/* Top Navigation Child Menus */
.top-nav-main .hs-menu-item:not(.hs-menu-depth-1)
{
    background-color: rgba(38, 46, 51, 1);
}
.top-nav-main .hs-menu-item:not(.hs-menu-depth-1) a {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: rgba(205, 212, 215, 1);
    font-size: 12rem;
    text-transform: uppercase;
}
.top-nav-main .hs-menu-item:not(.hs-menu-depth-1) a:hover,
.top-nav-main .hs-menu-item:not(.hs-menu-depth-1) a:focus {
    background-color: rgba(0, 193, 92, 1.0);
}
.top-nav-main .hs-menu-item:not(.hs-menu-depth-1) a:hover ,
.top-nav-main .hs-menu-item:not(.hs-menu-depth-1) a:focus {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: rgba(205, 212, 215, 1);
}
.top-nav-main .hs-menu-item:not(.hs-menu-depth-1) a:active{
    background-color: rgba(0, 193, 92, 1.0);
}
.top-nav-main .hs-menu-item:not(.hs-menu-depth-1) a:active  {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: rgba(205, 212, 215, 1);
} 
.top-nav-menu .hs-menu-wrapper ul { justify-content: flex-end; gap: 1rem; flex-wrap: nowrap; align-items: center; height: 35px; padding-right: 1rem; }
.top-nav-menu .hs-menu-wrapper ul li { margin: 0; }
/* .top-nav-menu .hs-menu-wrapper ul li:last-child { display: none; } */
.top-nav-menu .hs-menu-wrapper ul li:last-child a{ position: relative; top: 1px; background-image: url('https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/mnhs_theme/cart-icon-1.svg'); background-repeat: no-repeat; background-size: contain; font-size: 0px; background-position: center; width: 16px; height: 16px; }
.top-nav-menu .hs-menu-wrapper ul li:last-child { margin-left: 10px; position: relative; }
.top-nav-menu .hs-menu-wrapper ul li:last-child:before { content: ''; position: absolute; top: 2px; left: -14px; bottom: 2px; border-left: 1px solid #fff; }


.top-nav-menu .hs-menu-wrapper ul li:nth-last-of-type(2) a{ position: relative; top: 1px; background-image: url('https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/mnhs_theme/user-icon1%20%281%29.svg'); background-repeat: no-repeat; background-size: contain; font-size: 0px; background-position: center; width: 16px; height: 16px; }
.top-nav-menu .hs-menu-wrapper ul li:nth-last-of-type(2) { margin-left: 10px; position: relative; }
.top-nav-menu .hs-menu-wrapper ul li:nth-last-of-type(2):before { content: ''; position: absolute; top: 2px; left: -14px; bottom: 2px; border-left: 1px solid #fff; }






@media(max-width:991px){ 

    .top-nav-menu .hs-menu-wrapper ul li:nth-last-of-type(2) { margin-left: 10px; position: relative; display: block; float: right; }
    .top-nav-menu .hs-menu-wrapper ul li:nth-last-of-type(2) a { width: 35px; height: 35px; }
    .top-nav-menu .hs-menu-wrapper ul li:nth-last-of-type(2):before { right: -14px; left: inherit; border-right: 1px solid #fff; border-left: none; }
    .top-nav-menu .hs-menu-wrapper ul li:last-child { margin-left: 10px; }
    .top-nav-menu .hs-menu-wrapper ul li:first-child { float: left; }
    .top-nav-menu div.hs-menu-wrapper ul li:last-child { float: right; }
    .top-nav-menu .hs-menu-wrapper ul li:first-child { position: absolute; left: 0; }
    .top-nav-menu div.hs-menu-wrapper ul { padding: 0; flex-wrap: nowrap; height: inherit; justify-content: flex-end; display: flex; flex-direction: row; position: relative; min-height: 50px; }

}
.footer-main { background: rgb(38, 46, 51); }
.footer-main .footer-top .footer-inner { flex-direction: row; justify-content: space-between; gap: 8.5rem; display: flex; align-items: center; padding-top: 4rem; padding-bottom: 2.5rem; }
.footer-main .content-wrapper { margin: auto; width: 90vw; max-width: 1470px; }
.footer-main .footer-top .footer-inner .footer-logo { width: 168px; }
.footer-main .footer-top .footer-inner .footer-right { flex-direction: row; justify-content: space-between; gap: 1.5rem; align-items: center; display: flex; }
.footer-main .footer-top .footer-inner .footer-right .title { font-size: 1.5rem; color: #fff; width: 100%; text-align: right; }
.footer-main .footer-top .footer-inner .footer-right .button.footer-btn a { line-height: 100%; }
.footer-middle { padding-bottom: 2.25rem; }
.footer-middle .hs-menu-wrapper > ul { gap: 3rem; display: flex; justify-content: space-between; align-items: flex-start; }
.footer-middle .hs-menu-wrapper > ul > li { margin: 0; padding: 0.25rem 0; margin-bottom: 0; width: 16.66%; }
.footer-middle .hs-menu-wrapper > ul > li > a { color: rgb(205, 212, 215); display: block; padding: 0.375rem 0; margin-bottom: 0.5rem; border-bottom: rgb(205, 212, 215) 1px solid; font-size: 17px; font-weight: 600; line-height: 135%; }
.footer-main .footer-middle .hs-menu-wrapper > ul ul { position: inherit; left: inherit; opacity: 1; display: inherit; }
.footer-main .footer-middle .hs-menu-wrapper > ul ul li { padding: 0.25rem 0; margin: 0; }
.footer-main .footer-middle .hs-menu-wrapper > ul ul li a { display: block; font-size: 14px; font-weight: 400; line-height: 20px; color: rgb(242, 242, 242); text-align: left; white-space: normal; padding: 0.375rem 0; width: 100%; }
.footer-main .footer-middle .hs-menu-wrapper ul li a:hover { text-decoration: underline !important; }
.footer-bottom { padding-top: 3rem; }
.footer-bottom .footer-upper { flex-direction: row; justify-content: space-between; align-items: flex-start; display: flex; }
.footer-bottom .footer-upper ul { margin: 0; padding: 0; display: flex; justify-content: flex-start; margin: 0; gap: 1.5rem; }
.footer-bottom .footer-upper ul li { margin: 0; padding-top: 0.2em; display: inline-block; }
.footer-bottom .footer-upper ul li a { width: 48px; height: 48px; display: block; }
.footer-bottom .footer-upper .footer-right { margin: 0; font-size: 0.875rem; line-height: 1.5rem; text-align: right; }
.footer-bottom .footer-upper .footer-right,
.footer-bottom .footer-upper .footer-right a { color: rgb(205, 212, 215); }
.footer-bottom .footer-upper .footer-right p { margin: 0; }
.footer-bottom .footer-upper .footer-right p:nth-child(3) { margin-top: 1.5rem; }
.footer-lower { padding-bottom: 2rem; flex-direction: row; display: flex; justify-content: space-between; gap: 1.5rem; align-items: flex-end; }
.footer-lower .footer-left { flex-direction: row; justify-content: flex-start; gap: 21px; display: flex; align-items: center; }
.footer-lower .footer-left .img { width: 115px; }
.footer-lower .footer-left .img img { min-width: 76px; max-width: 100%; }
.footer-lower .text { font-size: 0.6875rem; max-width: 331px; color: rgb(205, 212, 215); }
.footer-lower .footer-right { flex-direction: row; justify-content: flex-end; line-height: 1.125rem; align-items: center; display: flex; font-size: 0.6875rem; font-weight: 700; text-align: center; }
.footer-lower .footer-right > span { font-size: 0.6875rem; font-weight: 700; text-align: center; color: rgb(205, 212, 215); }
.footer-lower .footer-right ul { margin: 0; padding: 0; color: rgb(205, 212, 215); }
.footer-lower .footer-right ul li { margin: 0; padding-left: 1rem; margin-left: 0.5rem; display: inline-block; position: relative; }
.footer-lower .footer-right ul li a { font-size: 0.6875rem; line-height: 1.125rem; display: inline-block; font-weight: 500; color: inherit; text-decoration: underline !important; }
.footer-lower .footer-right ul li:before { position: absolute; top: 0; left: 0; content: "|"; font-weight: 700; color: rgb(205, 212, 215); }
.footer-lower .footer-right ul li a:hover { text-decoration: none !important; }
.footer-bottom .footer-upper .footer-right a { text-decoration: underline !important; }
.footer-bottom .footer-upper .footer-right a:hover { text-decoration: none !important; }



@media(max-width: 1300px){

    .footer-lower { justify-content: center; flex-direction: column; margin-top: 3.5rem; }
    .footer-lower .footer-left { width: 100%; justify-content: center; }
    .footer-lower .footer-right { width: 100%; justify-content: center; }
    .footer-middle .hs-menu-wrapper > ul { gap: 2rem; }
    
}
@media(max-width: 991px){

    .footer-main .footer-top .footer-inner { flex-direction: column; padding-top: 2.5rem; padding-bottom: 2rem; border-bottom: rgb(69, 85, 95) 2px solid; gap: 1rem; }
    .footer-main .footer-top .footer-inner .footer-logo { width: 130px; padding-bottom: 1rem; }
    .footer-main .footer-top .footer-inner .footer-right { flex-direction: column; } 
    .footer-main .footer-middle .hs-menu-wrapper > ul ul { display: none; }
    .footer-middle .hs-menu-wrapper > ul > li > a { border: none; padding: 0.375rem 0; font-size: 18px; font-weight: 600; line-height: 135%; margin: 0; }
    .footer-middle .hs-menu-wrapper > ul > li { width: 100%; }
    .footer-middle .hs-menu-wrapper > ul { gap: 2rem; display: inherit; text-align: center; padding-top: 1.125rem; padding-bottom: 1.5rem; }
    .footer-middle { padding-bottom: 0px; }
    .top-nav-menu div.hs-menu-wrapper ul { padding: 0; flex-wrap: nowrap; height: inherit; justify-content: flex-end; display: flex; flex-direction: row; position: relative; min-height: 50px; }

}
@media(max-width: 767px){

    .footer-bottom .footer-upper { flex-direction: column; text-align: center; justify-content: center; }
    .footer-bottom .footer-upper .footer-right { width: 100%; text-align: center; margin-top: 3.5rem; }
    .footer-bottom .footer-upper .footer-left { width: 100%; }
    .footer-bottom .footer-upper ul { justify-content: center; flex-wrap: wrap; gap: 1rem; }
    .footer-main .footer-top .footer-inner .footer-right .title { text-align: center; }
    .footer-lower .footer-right { text-align: center; display: initial; }
    .footer-lower .footer-right > span { display: block; width: 100%; }
    .footer-lower .footer-right ul { display: inherit; }
    .footer-lower .footer-right ul li:first-child:before { display: none; }
    .footer-lower .footer-right ul li:first-child { margin: 0; padding: 0; }
    .footer-lower .footer-left { flex-direction: column; }
    .footer-lower .text { text-align: center; }

}









.dnd-section.full-width-forcedd{padding:0!important}
.dnd-section.full-width-forcedd>div,.dnd-section.full-width-forcedd>div>div{padding-left:0px!important;padding-right:0px!important;max-width:none!important}


.event-inner-module .visually-hidden { border-width: 0 !important; clip: rect(1px, 1px, 1px, 1px) !important; height: 1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; white-space: nowrap !important; width: 1px !important; }
.event-inner-module .full-event__image { height: 208px; }
.event-inner-module .full-event__image img { width: 100%; height: 208px; -o-object-fit: cover; object-fit: cover; }
.event-inner-module .full-event__content-box { padding: 2rem 1rem 2.5rem; background: rgb(217, 236, 242); margin-bottom: 0.5rem; }
.event-inner-module .full-event__series { font-weight: 600; font-size: 0.9375rem; line-height: 1.2; margin-bottom: 0.25rem; }
.event-inner-module .full-event__title { font-weight: 700; font-size: 1.625rem; line-height: 1.15; margin-top: 0; margin-bottom: 1rem; }
.event-inner-module .full-event__date { font-size: 1rem; line-height: 1.3; margin-bottom: 1rem; position: relative; }
.event-inner-module .smart-date--date { font-weight: 600; }
.event-inner-module .full-event__location a { text-decoration: underline !important; text-underline-offset: 3px; font-weight: 600; font-size: 0.875rem; line-height: 1.5; color: #262e33; text-decoration: underline; margin-bottom: 0.5rem; }
.event-inner-module .full-event__location a:hover { text-decoration: none !important; }
.event-inner-module .full-event__location-address,
.event-inner-module .full-event__location-address p { font-size: 0.75rem; line-height: 1.15; margin-bottom: 1.5rem; }
.event-inner-module .full-event__location-address,
.event-inner-module .full-event__location-address p { font-size: 0.75rem; line-height: 1.15; margin-bottom: 1.5rem; }
.event-inner-module .full-event__location-address br{ display: none; }
.event-inner-module .full-event__location-address .address-line1:after { content: ","; }
.event-inner-module .full-event__cost-text { margin-bottom: 2rem; max-width: 18rem; } 
.event-inner-module .full-event__calendar-link a { text-underline-offset: 3px; font-weight: 600; font-size: 0.875rem; line-height: 1; color: #262e33; text-decoration: underline !important; }
.event-inner-module .breadcrumb { display: none; font-weight: 400; padding-top: 1rem; margin-bottom: 2rem; }
.event-inner-module .full-event nav.breadcrumb { padding: 1rem 5rem 0; }
.event-inner-module .full-event nav.breadcrumb ol { margin: 0; padding: 0; }
.event-inner-module .breadcrumb ol li { display: inline; padding: 0; margin: 0; font-size: 0.75rem; line-height: 1.33; }
.event-inner-module .breadcrumb li + li:before { padding: 0 4px 0 3px; content: ">"; }
.event-inner-module .breadcrumb ol li a { color: rgb(69, 85, 95); font-weight: 600; }
.event-inner-module .breadcrumb ol li a:hover { text-decoration: none !important; }
.event-inner-module .full-event__body { padding: 3rem 1rem; }
.event-inner-module .full-event__type { margin-top: 1.5rem; margin-bottom: 3.5rem; padding: 1rem 0 2.625rem; border-top: 1px solid rgb(205, 212, 215); border-bottom: 3px solid rgb(205, 212, 215); display: flex;  }
.event-inner-module .full-event__type-label { min-width: 100px; font-size: 1rem; font-weight: 600; margin-top: 0px; padding-top: 8px; }
.event-inner-module .full-event__type .event-listing__type { width: auto; margin: 0 0 0 1rem; font-size: 0.875em; }
.event-inner-module .item-list ul { margin: 0 0 0.75em 0; padding: 0; }
.event-inner-module .item-list li { margin: 0 0 0.25em 1.5em; padding: 0; }
.event-inner-module .primary-content ol li,
.event-inner-module .primary-content ul li { font-size: 1rem; line-height: 1.4; margin-bottom: 0.9rem; }
.event-inner-module .full-event__cost-text { margin-bottom: 2rem; max-width: 18rem; }
/* .event-inner-module .full-event__body .full-event__cost-text,
.event-inner-module .full-event__body .full-event__button,
.event-inner-module .full-event__body .full-event__short-desc { display: none; } */
.event-inner-module .full-event__short-desc { margin-top: 0.75rem; margin-bottom: 1.5rem; }
.event-inner-module .full-event__cost-text h4,
.event-inner-module .full-event__cost-text p { margin-top: 0; font-size: 1.125rem; margin-bottom: 0.5rem; }
.event-inner-module .clearfix::after { display: table; clear: both; content: ""; } 
.event-inner-module .full-event h5 { margin-bottom: 1rem; }
.event-inner-module .full-event__phone { font-weight: 600; font-size: 0.875rem; line-height: 1; margin-bottom: 0.5rem; }
.event-inner-module .full-event__email { font-weight: 600; font-size: 0.875rem; line-height: 1; }
.event-inner-module .event_data_inner { background-color: #fff; }
.event-inner-module .full__form { padding: 80px 50px 80px; background: #f2f2f2; margin: 0 50px 0px; }
.event-inner-module .full__form .input input { width: 100% !important; }

.event-inner-module .full-cost__type { margin-top: -10px; align-items: center; padding: 0rem; display: flex; margin-bottom: 10px; }
.event-inner-module .full-cost__type.full-cost__type_External{ margin-top: 0px; margin-bottom: 20px; }
.event-inner-module .full-cost__type-label { display: none; font-size: 1rem; font-weight: 600; margin-top: 0px; padding-top: 0px; }
.event-inner-module .full-cost__type .event-listing__type { width: auto; /* margin: 0 0 0 1rem; */ font-size: 0.875em; }


.eventcart { min-width: 154px; }

.body-container--payment .login-logout-module { padding-bottom: 20px; }

.uevent-main > table { margin-bottom: 5px; margin-top: 20px; text-align: left; }
[data-form-id="3356af51-5d8c-40e4-8db3-b7aed5895282"] .grecaptcha-badge { margin: inherit; }

/* .addToCart .cart-footer { flex-direction: row-reverse; } */
.addToCart .cart-footer .btmright { text-align: left; }
.addToCart .cart-footer .btn { float: left; }
.label-gray { display: inline-block; border-radius: 1000px; padding: 7px 13px; background-color: #f2f2f2; color: #262e33; font-size: 11px; margin-left: 10px; }
.label-red { display: inline-block; border-radius: 1000px; padding: 7px 13px; background-color: #df0000; color: #FFFFFF; font-size: 11px; margin-left: 10px; }

.event-data-listing .event-listing__date .objectLink { color: #0076a0; text-decoration: underline !important; }
.event-data-listing .event-listing__date .objectLink:hover { color: #262e33; }


/* MEDIA QUERY */
@media screen and (min-width:576px) {
    .event-inner-module .btn-primary,
    .event-inner-module .btn-primary--yellow { font-size: 1rem; line-height: 100%; }
    .event-inner-module .full-event__left p { font-size: 1.125rem; line-height: 1.6; }
    .event-inner-module .full-event__left .full-event__type ul li { font-size: 1.125rem; font-size: 0.9rem; }
}
@media screen and (min-width:1025px) {
    .event-inner-module .full-event__header { display: grid; grid-template-columns: 1fr 1fr; }
    .event-inner-module .full-event__image { order: 1; height: 426px; }
    .event-inner-module .full-event__image img { height: 426px; }
    .event-inner-module .full-event__content-box { order: 0; padding: 2.5rem 5rem 3.5rem; margin-bottom: 0; }
    .event-inner-module .full-event__series { order: 1; font-size: 1.0625rem; line-height: 1; margin-bottom: 0; }
    .event-inner-module .full-event__title { order: 1; font-size: 2.5rem; line-height: 1; margin-bottom: 2rem; }
/*     .event-inner-module .full-event__title { order: 1; font-size: 2.5rem; line-height: 1; margin-bottom: 2rem; } */
    .event-inner-module .full-event__date { order: 1; font-size: 1.25rem; line-height: 1.35; margin-bottom: 1.5rem; }
    .event-inner-module .full-event__location,
    .event-inner-module .full-event__location-address { order: 1; }
    .event-inner-module .full-event__location a { font-size: 1rem; line-height: 1.4; }
    .event-inner-module .full-event__location-address,
    .event-inner-module .full-event__location-address p { font-size: 0.875rem; line-height: 1.3; margin-bottom: 0; }
    .event-inner-module .full-event__location,
    .event-inner-module .full-event__location-address { order: 1; }
    .event-inner-module .full-event__location-address,
    .event-inner-module .full-event__location-address p { font-size: 0.875rem; line-height: 1.3; margin-bottom: 0; }
    .event-inner-module .full-event__content-box .full-event__cost-text,
    .event-inner-module .full-event__content-box .full-event__button,
    .event-inner-module .full-event__content-box .full-event__short-desc { display: none; }
    .event-inner-module .full-event__cost-text h4 { font-size: 1.5rem; }
    .event-inner-module .full-event__cost-text p { font-size: 1.375rem; }
    .event-inner-module .btn-primary,
    .event-inner-module .btn-primary--yellow { width: -moz-fit-content; width: fit-content; }
    .event-inner-module .full-event__calendar-link { display: flex; order: 0; }
    .event-inner-module .full-event__calendar-link a { font-size: 1rem; margin-bottom: 2.5rem; }
    .event-inner-module .breadcrumb { display: block; }
    .event-inner-module .full-event__body { display: grid; order: 2; grid-template-columns: 2fr 1fr; padding: 5rem; gap: 7.75rem; }
    .event-inner-module .full-event__type { margin-top: 1.5rem; margin-bottom: 0; padding: 1rem 0; border-bottom: none; }
    .event-inner-module .primary-content ol li,
    .event-inner-module .primary-content ul li { font-size: 1.125rem; }
    .event-inner-module .full-event__right { padding-left: 1.5rem; border-left: 3px solid rgb(205, 212, 215); }
    .event-inner-module .full-event__body .full-event__cost-text,
    .event-inner-module .full-event__body .full-event__button,
    .event-inner-module .full-event__body .full-event__short-desc { display: block; }
    .event-inner-module .full-event__short-desc { margin-bottom: 2rem; }
    .event-inner-module .full-event__right__lower { border-top: 1px solid rgb(205, 212, 215); padding-top: 2rem; }
    .event-inner-module .full-event__cost-text h4 { font-size: 1.5rem; } 
    .event-inner-module .full-event h5 { margin-bottom: 1.5rem; }
    .event-inner-module .full-event__phone { font-size: 1rem; }
    .event-inner-module .full-event__email { font-size: 1rem; }
}
@media screen and (min-width:1200px) {
    .event-inner-module .full-event__image { height: 403px; }
    .event-inner-module .full-event__image img { height: 403px; }
}
.event-inner-module .full-event__right__lower p { padding: 0; margin: 0 0 15px; }
.event-inner-module .event-listing__type.item-list li { margin: 0 .5rem 0rem 0; }
.event-inner-module .full-event__left .full-event__type ul { padding-left: 25px; margin: 10px 0 0 0; }
.event-inner-module .full-event__left .full-event__type ul li { margin: 0 0 15px; line-height: 1.4; } 
.event-inner-module .full-event__left > ul { padding-left: 0; }
.event-inner-module .full-event__left > ul li { margin-top: 0; line-height: normal; margin-right: 0; }
.event-inner-module article.media.media--type-image.media--view-mode-default img { width: 100% !important; display: block; height: 100% !important; max-width: 100%; max-height: 480px; }
.event-inner-module article.media.media--type-image.media--view-mode-default { width: 100%; height: 100% !important; }
/* .event-inner-module .full-event__image { height: 100%; } */
.event-inner-module .full-event__location { margin: 0 0 10px; }
.event-inner-module .modal { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; transform: scale(1.1); transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s; z-index: 99; }
.event-inner-module .modal-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: #FFF; padding: 1rem 1.5rem; width: 35rem; border-radius: 0.5rem; }
.event-inner-module .close-button { float: right; width: 1.5rem; line-height: 1.5rem; text-align: center; cursor: pointer; border-radius: 0.25rem; background-color: #d3d3d3; }
.event-inner-module .close-button:hover { background-color: #a9a9a9; }
.event-inner-module .show-modal { opacity: 1; visibility: visible; transform: scale(1.0); transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s; }
.event-inner-module .modal-content form { margin: 40px 0 0; }
.event-inner-module .modal-content form label,
.event-inner-module .modal-content form input { margin: 0 0 20px; }
.event-inner-module .modal-content form input:last-child { margin: 0 0 0px; }
.event-inner-module .modal-content form input[type=email] { border: solid 1px #ddd; }
.event-inner-module .new_user_form,
.event-inner-module .register_form { display: none; }
.event-inner-module .new_user_form.active,
.event-inner-module .register_form.active { display: block; }
.event-inner-module .modal-content input[type=email],
.event-inner-module .modal-content input[type=text] { width: 100%; padding: 16px; margin-bottom: 20px; border: solid 1px #ddd; }
.event-inner-module #emailContainer label { margin: 30px 0 20px; display: block; }
.event-inner-module .hidden { display: none; }
.event-inner-module .paymentbutton { background-color: #eeb111; border: 2px solid rgba(238, 177, 17, 0); border-radius: 0; font-size: 16px; font-style: normal; font-weight: 400; padding: 16px 24px; text-decoration: none; text-transform: none; margin-right: 10px }

@media screen and (min-width:1025px) {
    .event-inner-module article.media.media--type-image.media--view-mode-default img { display: none; }
}
@media (max-width:1024px) {
    .event-inner-module article.media.media--type-image.media--view-mode-default { background: none !important; }
}
/*  */ 
.event-data-listing .event-listing__title a,.event-data-listing .event-listing__title .event-link { color: inherit; font-weight: inherit; }
.event-data-listing .event-listing__title a { text-decoration: underline !important; }
.event-data-listing .event-listing__title a:hover { text-decoration: none !important; }
.event-data-listing.event_mdl .form--inline.clearfix { display: flex; gap: 1rem; margin-bottom: 1rem; justify-content: flex-start; flex-flow: row wrap; }
.objectLink { font-weight: inherit !important; display: inline-block !important; line-height: normal !important; margin-bottom: 8px !important; }
.objectLink:hover { color: #0076a0; }
.event-data-listing.event_mdl .form-type-select { position: relative; }
.event-data-listing.event_mdl .form--inline div,
.event-data-listing.event_mdl .form--inline input { width: 100%; }
.event-data-listing.event_mdl .form--inline .form-item,
.event-data-listing.event_mdl .form--inline .form-actions { display: flex; align-items: center; margin-top: 0; margin-bottom: 0; }
.event-data-listing.event_mdl .form--inline .form-item { float: left; margin-right: 0.5em; }
.event-data-listing.event_mdl .form--inline .form-item-combine { width: 100%; margin-right: 0; }
.event-data-listing.event_mdl .form--inline .form-actions { clear: none !important; float: left; }
.event-data-listing.event_mdl .form--inline #edit-actions { width: 100%; max-width: 100%; }
.event-data-listing.event_mdl .clearfix::after { display: table; clear: both; content: ""; }
.event-data-listing.event_mdl .form--inline #edit-combine { width: 100%; }
.event-data-listing .event_view_header h1 { margin: 0 0 1rem 0; font-weight: 700; font-size: 2.5rem; line-height: 1.25; }
.event-data-listing .event_date_wrap { margin-bottom: 16px; }
.event-data-listing .views-row { margin-bottom: 2rem; }
.event-data-listing .event-listing { display: grid; grid-template-columns: 1fr; grid-template-rows: 1fr; gap: 1rem; background: #FFF; align-items: start; }
.event-data-listing .event-listing__image { order: 1; max-height: 100%; width: 360px; overflow: hidden; position: relative; }
.event-data-listing .field.field--name-field-image.field--type-entity-reference.field--label-hidden.field__item article.media { height: 100%; }
.event-data-listing .field.field--name-field-media-image.field--type-image.field--label-visually_hidden .field__item { height: 100%; width: 100%; }
.event-data-listing .event-listing__image a { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.event-data-listing .event-listing__image .event-link { width: 100%; }
.event-data-listing .event-listing__content-box { order: 3; align-content: center; grid-template-columns: 1fr; padding: 0 1.5rem 1.5rem; display: flex; justify-content: space-between; flex-direction: column; height: 100%; }
.event-data-listing .event-listing__content-box .event-listing__text { display: flex; justify-content: flex-start; flex-direction: column; }
.event-data-listing h4.event-listing__title { text-transform: inherit; font-weight: 600; font-size: 1.25rem; line-height: 2rem;  margin-bottom: 0.25rem; margin-top: 0; }
.event-data-listing .event-listing__content-box .event-listing__title { order: 2; }
.event-data-listing .event-listing__series { font-size: 0.875rem; font-weight: 600; color: rgb(69, 85, 95); order: 0; margin-bottom: 0.5rem; padding: 0; }
.event-data-listing .event-listing__content-box .event-listing__series { order: 1; }
.event-data-listing .event-listing__short-desc { font-weight: 400; font-size: 1rem; line-height: 160%; color: #262e33; order: 2; }
.event-data-listing .event-listing__short-desc { margin-bottom: 0.5rem; }
.event-data-listing .event-listing__content-box .event-listing__short-desc { order: 3; }
.event-data-listing .event-listing__date { margin-top: 1rem; font-weight: 600; font-size: 0.875rem; line-height: 100%; color: #333; order: 3; position: relative; }
.event-data-listing .event-listing__location { font-weight: 400; font-size: 0.75rem; line-height: 150%; margin-top: 1rem; order: 4; }
.event-data-listing .event-listing__type { order: 2; margin: 0 1rem; justify-self: start; max-width: 100%; font-size: 0.875rem; line-height: 1rem; font-weight: 600; list-style-type: none; }
.event-data-listing .event-listing__type ul { color: #005760; list-style-type: none; margin: 0; padding: 0; }
.event-data-listing .item-list ul { margin: 0 0 0.75em 0; padding: 0; }
.event-data-listing .event-listing__type.item-list ul,
.event-inner-module .full-event__left .full-event__type ul{ margin: 0; padding: 0; display: flex; flex-flow: row wrap; list-style-type: none; }
.event-data-listing .item-list li { margin: 0 0 0.25em 1.5em; padding: 0; }
.event-data-listing .primary-content ol li,
.event-data-listing .primary-content ul li { font-size: 1rem; line-height: 1.4; margin-bottom: 0.9rem; }
.event-data-listing .event-listing__type ul li { display: block; border-radius: 1000px; padding: 0.625rem 1rem; }
.event-data-listing .event-listing__type.item-list li{ margin: 0 0.5rem 0.5rem 0; }
.event-data-listing .event-listing__type ul li.event-type--lectures-amp-talks,
.event-inner-module .event-listing__type.item-list li{ background-color: rgb(217, 236, 242); color: #165269; } 
.event-data-listing .event-listing__type ul li.event-type--family { background-color: rgb(254, 236, 222); color: #853a00; }
.event-data-listing .event-listing__type ul li.event-type--tours { background-color: rgb(219, 231, 230); color: #4b5520; }
.event-data-listing .event-listing__type ul li.event-type--classes-amp-workshops { background-color: rgb(252, 241, 212); color: #6a4c00; }
.event-data-listing .event-listing__type ul li.event-type--native-american { background-color: rgb(247, 222, 226); color: #940d24; }
.event-data-listing .event-listing__type ul li.event-type--music-films-performances { background-color: rgb(217, 242, 244); color: #005760; }
.event-data-listing .pager__items { clear: both; text-align: center; }
.event-data-listing .primary-content ol,
.event-data-listing .primary-content ul { margin-bottom: 2rem; }
.event-data-listing .pager>.pager__items { display: flex; align-items: center; justify-content: center; list-style: none; padding: 0; flex-wrap: wrap; margin-bottom: 0px; }
.event-data-listing .pager__item { display: inline; padding: 0.5em; }
.event-data-listing .primary-content ol li,
.event-data-listing .primary-content ul li { font-size: 1rem; line-height: 1.4; margin-bottom: 0.9rem; }
.event-data-listing .pager>.pager__items>.pager__item { margin: 3rem 1rem; }
.event-data-listing .pager>.pager__items>.pager__item>a { color: rgb(0, 52, 121); font-size: 1rem; font-weight: 700; line-height: 19px; text-decoration: none; }
.event-data-listing .visually-hidden { border-width: 0 !important; clip: rect(1px, 1px, 1px, 1px) !important; height: 1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; white-space: nowrap !important; width: 1px !important; }
.event-data-listing .pager__item.is-active { font-weight: bold; }
.event-data-listing .pager>.pager__items>.pager__item.is-active { margin: 3rem 18px; }
.event-data-listing .event_mdl form fieldset.form-columns-1 .input input { width: 100% !important; }
.event-data-listing .event-listing__image img { display: block; width: 100%; height: 100%; max-height: 100%; max-width: 361px !important; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; border: 0; }
.event-data-listing .event-listing__image { display: flex; height: 100%; min-height: 310px; }
.event-data-listing .field.field--name-field-image.field--type-entity-reference.field--label-hidden.field__item { display: block; height: 100%; width: 100%; }
.event-data-listing .field.field--name-field-media-image.field--type-image.field--label-visually_hidden { display: flex; height: 100%; width: 100%; }
.event-data-listing .event_date_wrap h3 { font-size: 1.75rem; line-height: 1.35; text-transform: inherit; font-weight: 600; }
.event-data-listing .event_view_content_rpt_items { display: block; }
.event-data-listing .mark_obj__listing { padding-top: 5rem; }
.event-data-listing .event-inner-module .event-listing__type.item-list li { border-radius: 1000px; display: block; padding: .625rem 1rem; font-weight: 600; }
.event-data-listing .event_view_filters { padding: 0px; padding-bottom: 70px; background: transparent; border: none; }

.event-inner-module .event-listing__type.item-list li.event-type--lectures-amp-talks { font-weight: 700; display: inline-block; background-color: rgb(217, 242, 244); color: #005760; border-radius: 1000px; padding: 0.625rem 1rem; overflow: hidden; margin-bottom: 10px; margin-right: 6px; }

button[disable] { background: #f2f2f2; border-color: #d3d3d3; pointer-events: none; user-select: none; }

.historic-site-dropdown,.calendar-hs-dropdown { position: relative; max-width: 432px; }
.historic-site-dropdown .dropdown-hs,.calendar-hs-dropdown .calendar-dropdown-hs{ display: block; border: 2px solid #D0D0D0; border-radius: 0px; color: #262e33; font-size: 1rem; padding: 1rem 1rem; cursor: pointer; width: 100%; background: #fff url('https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/mnhs_theme/arrow-down-slategray-9x18.svg') calc(100% - 20px) 50% no-repeat; padding-right: 50px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.historic-site-dropdown ul,.calendar-hs-dropdown ul{ margin: 0; padding: 0; width: 100%; list-style-type: none; background-color: #fff; max-height: 223px; overflow: auto; box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1); position: absolute; top: 100%; display: none; }
.historic-site-dropdown ul li,.calendar-hs-dropdown ul li { margin: 0; padding: 7px 15px; cursor: pointer; }
.historic-site-dropdown ul li:hover,.calendar-hs-dropdown ul li:hover { background-color: #ecb432; }

div#view-as-calendar .calendar-hs-dropdown { z-index: 22; max-width: 319px; margin-bottom: -85px; margin-left: 20px; }
div#view-as-calendar .calendar-hs-dropdown .calendar-dropdown-hs { padding: 10px 15px; padding-right: 50px; font-size: 15px; }
div#view-as-calendar .calendar-hs-dropdown a { text-decoration: none !important; !i; !io; !i; !; line-height: normal; display: block; font-size: 15px; }

.event-data-listing .event-listing__type ul li.event-type--music-films-performances[data-tag="Camps"],
.event-inner-module .event-listing__type.item-list li.event-type--lectures-amp-talks[data-tag="Camps"]{ background-color: #edf2e5; color: #4b5520 }
.event-data-listing .event-listing__type ul li.event-type--music-films-performances[data-tag="Classes & Workshops"],
.event-inner-module .event-listing__type.item-list li.event-type--lectures-amp-talks[data-tag="Classes & Workshops"]{ background-color: #fcf1d4; color: #6a4c00 }
.event-data-listing .event-listing__type ul li.event-type--music-films-performances[data-tag="Family"],
.event-inner-module .event-listing__type.item-list li.event-type--lectures-amp-talks[data-tag="Family"]{ background-color: #feecde; color: #853a00 }
.event-data-listing .event-listing__type ul li.event-type--music-films-performances[data-tag="Lectures & Talks"],
.event-inner-module .event-listing__type.item-list li.event-type--lectures-amp-talks[data-tag="Lectures & Talks"]{ background-color: #d9ecf2; color: #165269 }
.event-data-listing .event-listing__type ul li.event-type--music-films-performances[data-tag="Music"],
.event-inner-module .event-listing__type.item-list li.event-type--lectures-amp-talks[data-tag="Music"]{ background-color: #d9f2f4; color: #005760 }
.event-data-listing .event-listing__type ul li.event-type--music-films-performances[data-tag="Films"],
.event-inner-module .event-listing__type.item-list li.event-type--lectures-amp-talks[data-tag="Films"]{ background-color: #d9f2f4; color: #005760 }
.event-data-listing .event-listing__type ul li.event-type--music-films-performances[data-tag="Performances"],
.event-inner-module .event-listing__type.item-list li.event-type--lectures-amp-talks[data-tag="Performances"]{ background-color: #d9f2f4; color: #005760 }
.event-data-listing .event-listing__type ul li.event-type--music-films-performances[data-tag="Native American"],
.event-inner-module .event-listing__type.item-list li.event-type--lectures-amp-talks[data-tag="Native American"]{ background-color: #f7dee2; color: #940d24 }
.event-data-listing .event-listing__type ul li.event-type--music-films-performances[data-tag="Tours"],
.event-inner-module .event-listing__type.item-list li.event-type--lectures-amp-talks[data-tag="Tours"]{ background-color: #dbe7e6; color: #4b5520 }
.event-data-listing .event-listing__type ul li.event-type--music-films-performances[data-tag="Book Event"],
.event-inner-module .event-listing__type.item-list li.event-type--lectures-amp-talks[data-tag="Book Event"]{ }

.atcb-button-wrapper #atcb-reference { display: none !important; opacity: 0; visibility: hidden; }

/* MEDIA QUERY */
@media screen and (min-width:576px) {
    .event-data-listing.event_mdl .form--inline .form-item-combine { max-width: 50%; }
    .event-data-listing.event_mdl .form--inline #edit-actions { width: 40%; }
    .event-data-listing.event_mdl .form--inline #edit-actions input { max-width: 35vw; width: 100%; }
    .event-data-listing .primary-content ol li,
    .event-data-listing .primary-content ul li { font-size: 1.125rem; }
    .event-data-listing .primary-content ol li,
    .event-data-listing .primary-content ul li { font-size: 1.125rem; }
}
@media screen and (min-width:1025px) {
    .event-data-listing.event_mdl .form--inline div,
    .event-data-listing.event_mdl .form--inline input { width: auto; }
    .event-data-listing .event-listing { grid-template-columns: auto 1fr 1fr; gap: 2rem; }
    .event-data-listing .event-listing__content-box { order: 2; padding: 1.5rem 0; }
    .event-data-listing h4.event-listing__title { font-size: 1.5rem; line-height: 2rem; margin-bottom: 0.5rem; }
    .event-data-listing .event-listing__short-desc { font-size: 1.125rem; }
    .event-data-listing .event-listing__short-desc { margin-bottom: 1rem; }
    .event-data-listing .event-listing__date { margin-top: 0.8125rem; font-size: 1rem; }
    .event-data-listing .event-listing__location { font-size: 0.875rem; }
    .event-data-listing .event-listing__type { font-size: 1rem; order: 3; justify-self: start; margin: 1.5rem 0; width: 100%; }
    .event-data-listing .event-listing__type.item-list ul { justify-content: flex-end; }
    .event-data-listing .event-listing__type.item-list li { white-space: nowrap; align-self: flex-end; }
    .event-data-listing .pager>.pager__items>.pager__item { margin: 3rem 1.5rem; }
}
@media screen and (min-width:1440px) {
    .event-data-listing.event_mdl .form--inline .form-item-combine { max-width: 40%; }
}

@media(max-width:1024px) {

    .event-data-listing .event-listing__image img{ max-width: 100% !important; }
    .event-data-listing .event-listing__image { width: 100% !important; }
}

.event-data-listing .simple-pagination ul { margin: 0 0 20px; padding: 0; list-style: none; text-align: center; }
.event-data-listing .simple-pagination li { display: inline-block; margin: 3rem 18px; }
.event-data-listing .simple-pagination li a,
.event-data-listing .simple-pagination li span { color: #003479; font-size: 1rem; font-weight: 700; line-height: 19px; text-decoration: none; }

.event-data-listing .wrap_select,
.event-data-listing .wrap { display: flex; flex-wrap: wrap; gap: 15px; }
.event-data-listing .wrap_select select { flex: 1; max-width: 100%; padding-right: 45px; background-position: center; background: #fff url('https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/mnhs_theme/arrow-down-slategray-9x18.svg') calc(100% - 20px) 50% no-repeat; }
.event-data-listing .hs_input { flex: 1; display: flex; }
.event-data-listing .wrap { display: flex; flex-wrap: wrap; gap: 15px; margin: 20px 0; }
.event-data-listing .hs_input input { width: 100%; }
.event-data-listing .div_100 { margin: 0 0 20px; }
/* .event-data-listing .event_date_wrap { position: absolute; top: -50px; } */
.event-data-listing article.event-listing.category { position: relative; margin-top: 2rem; }
.event-data-listing div#noResults { font-size: 20px; margin: 0px 0 0; display: none; }
.event-data-listing article.event-listing.category:has(.event_date_wrap) { margin-top: 5rem; }
.event-data-listing .event_view_filters input#submit-button { width: auto; }

.event-data-listing .event_view_filters input#reset-button { cursor: pointer; }

.event-data-listing .pagination { display: flex; align-items: center; justify-content: center; }
.event-data-listing .pagination ul { flex-wrap: wrap; display: flex; align-items: center; justify-content: center; list-style: none; padding: 0; margin-bottom: 2rem; margin-top: 1rem; }
.event-data-listing .pagination ul li { margin: 3rem 1.5rem; padding: 0.5em; font-size: 1.125rem; }
.event-data-listing .pagination ul li a { outline: none !important; padding: 0 7px 8px 7px; color: #003479; font-size: 1rem; font-weight: 700; line-height: 19px; display: inline-block; }
.event-data-listing .pagination ul li.active a { border-bottom: 3px solid #00a5b7; }
.event-data-listing .event_obj__listing:empty + #noResults{ display: block; }

.calendar-tabs-main ul { flex-wrap: wrap; list-style: none; padding: 0 10px 0 0; display: flex; justify-content: flex-end; border-bottom: 3px solid #45555e; margin-bottom: 35px; }
.calendar-tabs-main ul li { margin: 0; padding: 10px 15px; margin-left: 5px; border: 3px solid #45555e; background-color: #fff; border-bottom: 0; cursor: pointer; line-height: normal; font-size: 16px; }
.calendar-tabs-main ul li.current { border-color: #45555e; color: #333; margin-bottom: -3px; }
.calendar-module .fc .fc-view-harness-active>.fc-view.fc-timeGridWeek-view,
.calendar-module .fc .fc-view-harness-active>.fc-view.fc-timeGridDay-view{ max-height: 100%; overflow: auto; }

.calendar-indicator { position: absolute; z-index: 99999; justify-content: center; align-items: flex-start; max-width: 350px; margin: 0 auto; width: 100%; top: 150px; left: 0; right: 0; padding: 0px 15px; }
.calendar-indicator .calendar-indicator-content { display: flex; flex-direction: column; align-items: center; text-align: center; background-color: #fff; border-radius: 5px; box-shadow: 0 0 5px rgba(0, 0, 0, .35); opacity: .97; padding: 30px; color: #333; width: 100%; font-style: italic; }
.calendar-indicator .calendar-indicator-content > span { line-height: normal; font-size: 15px; font-weight: 600; }
.calendar-indicator .calendar-indicator-content .calendar-spinner { margin-top: 30px; }
.calendar-indicator .calendar-indicator-content .calendar-spinner img.calendar-image { display: block; opacity: .8; width: 60px; height: 60px; }
.calendar-module #view-as-list { position: relative; }
/* .calendar-module .fc-time{ display: none !important; } */
div#view-as-calendar:has(.loderAdd) .calendar-hs-dropdown { pointer-events: none; user-select: none; opacity: 0.6; }

.calendar-module .timeslotparent:has(li.active) + form { display: block; }
.calendar-module .eventparent { display: none; }
.calendar-module td.fc-daygrid-day.fc-day-past { opacity: 0.7; pointer-events: none; user-select: none; }
.calendar-module td.fc-daygrid-day.fc-day-past .fc-ticket-info { opacity: 0; }

.remove-popup-main .remove-modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050;    /* display: none; */ -webkit-overflow-scrolling: touch; outline: 0; transition: opacity .15s linear; padding-right: 17px; }
.remove-popup-main .remove-modal .remove-modal-dialog { position: relative; width: auto; z-index: 1; max-width: 600px; margin: 30px auto; }
.remove-popup-main .remove-modal .remove-modal-dialog .remove-modal-content { position: relative; background-color: #fff; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; box-shadow: 0 3px 9px rgba(0, 0, 0, .5); outline: 0; }
.remove-modal-dialog .remove-modal-content .remove-modal-header { display: flex; justify-content: space-between; align-items: flex-start; padding: 15px; border-bottom: 1px solid #e5e5e5; padding-right: 45px; }
.remove-modal-content .remove-modal-header .remove-modal-title { font-size: 18px; order: 0; margin: 0; line-height: 1.428571429; font-weight: 500; }
.remove-modal-content .remove-modal-header .remove-close { background: transparent; border: none; position: absolute; right: 15px; padding: 0; }
.remove-modal-content .remove-modal-header .remove-close svg { width: 24px; height: 24px; display: block; }
.remove-modal-dialog .remove-modal-content .remove-modal-body { position: relative; padding: 15px; font-size: 16px; }
.remove-modal-dialog .remove-modal-content .remove-modal-footer { display: flex; justify-content: flex-end; align-items: flex-end; padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; }
.remove-modal-dialog .remove-modal-content .remove-modal-footer button { padding: 10px 15px; font-size: 14px; margin-left: 10px; }
.remove-modal-dismiss { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: #000; opacity: 0.3; }

.expired-popup-main .expired-modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050;    /* display: none; */ -webkit-overflow-scrolling: touch; outline: 0; transition: opacity .15s linear; padding-right: 17px; }
.expired-popup-main .expired-modal .expired-modal-dialog { position: relative; width: auto; z-index: 1; max-width: 600px; margin: 30px auto; }
.expired-popup-main .expired-modal .expired-modal-dialog .expired-modal-content { position: relative; background-color: #fff; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; box-shadow: 0 3px 9px rgba(0, 0, 0, .5); outline: 0; }
.expired-modal-dialog .expired-modal-content .expired-modal-header { display: flex; justify-content: space-between; align-items: flex-start; padding: 15px; border-bottom: 1px solid #e5e5e5; padding-right: 45px; }
.expired-modal-content .expired-modal-header .expired-modal-title { font-size: 18px; order: 0; margin: 0; line-height: 1.428571429; font-weight: 500; }
.expired-modal-dialog .expired-modal-content .expired-modal-body { position: relative; padding: 15px; font-size: 16px; }
.expired-modal-dialog .expired-modal-content .expired-modal-footer { display: flex; justify-content: flex-end; align-items: flex-end; padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; }
.expired-modal-dialog .expired-modal-content .expired-modal-footer button { padding: 10px 15px; font-size: 14px; margin-left: 10px; }
.expired-modal-dismiss { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: #000; opacity: 0.3; }

.membership-inner-main { padding-top: 50px;}
.membersip-inner-wrapper { padding: 0px 0px 40px; }
.membersip-inner-wrapper .membersip-inner-top { display: flex; flex-wrap: wrap; }
.membersip-inner-wrapper .membersip-inner-top .membersip-inner-left { width: calc(100% - 400px); float: left; padding-right: 25px; }
.membersip-inner-wrapper .membersip-inner-top .membersip-inner-right { width: 400px; float: left; }
.membersip-inner-wrapper .membersip-inner-bottom { padding-top: 40px; }
.membersip-inner-wrapper .membersip-inner-top .membersip-inner-left p a { text-decoration: underline !important; color: #115493; }
.membersip-inner-wrapper .membersip-inner-top .membersip-inner-left p { margin-top: 10px; }
.membersip-inner-wrapper .membersip-inner-top .membersip-inner-left a:hover { text-decoration: none !important; }
.membersip-inner-wrapper .membersip-inner-top .membersip-inner-left h2 { margin-bottom: 35px; }
.membersip-inner-wrapper .membersip-inner-top .membersip-inner-left .membersip-price span:first-child { font-weight: 700; }
.membersip-inner-wrapper .membersip-inner-top .membersip-inner-left .membersip-price span { font-weight: 500; }
.membersip-inner-wrapper .membersip-inner-bottom .content p { margin-top: 10px; }

.body-container p a,.body-container li:not(.hs-menu-item):not(.menu-item) a { text-decoration: underline !important; }
.body-container p a:hover,.body-container li:not(.hs-menu-item):not(.menu-item) a:hover { text-decoration: none !important; }
.megaMenu .megaMenuInner ul li a { text-decoration: none !important; }

.body-container--cart .calendar-module.login-logout-module { padding: 100px 0px 0px; }
.body-container--cart .calendar-module.login-logout-module .content-wrapper { max-width: 1050px; }
.body-container--cart .addToCart .wrap { padding-top: 0; }
.body-container--calendar .calendar-module.login-logout-module { padding-bottom: 0; }
.body-container--calendar .calendar-module.login-logout-module .eventnav { margin-bottom: 0; }

.user-wrapper { display: flex; /* align-items: center; */ position: relative; z-index: 999; }
.user-wrapper .account-menu-button { background-color: #ecb432; margin-right: 10px; padding: 5px 10px; border-radius: 3px; display: flex; align-items: center; cursor: pointer; }
.user-wrapper .account-menu-button #caret-down-fill { margin-left: 5px; width: 13px; height: 13px; }
.user-wrapper .account-user-label { display: block; font-size: 11px; color: #333; font-weight: 700; margin-bottom: 2px; }
.user-wrapper .account-user-email { font-weight: 500; font-size: 16px; display: block; line-height: normal; }

.cart-popup .mfp-auto-cursor .mfp-content { display: inline-block !important; }

.calendar-module.login-logout-module { z-index: 55; position: relative; }
.account-navigation { margin-top: 10px; display: none; position: absolute; top: 100%; z-index: 222; background-color: #fff; border: 1px solid rgba(0, 0, 0, .15); border-radius: 4px; box-shadow: 0 6px 12px rgba(0, 0, 0, .18); overflow: hidden; }
.calendar-module.login-logout-module { z-index: 55; position: relative; }
.account-navigation .account-list-heading { font-size: 11px; font-weight: 700; padding: 10px 20px 0px; margin: 0 0 7px; } 
.account-navigation ul li { margin: 0; width: 100%; }
.login-logout-module .account-navigation ul li a { display: block; background: transparent; color: #000; border-radius: 0px; font-size: 14px; padding: 3px 20px; font-weight: 400; }
.login-logout-module .account-navigation ul li a:hover { color: #262626; background-color: #f5f5f5; }
.login-logout-module .account-navigation ul li:last-child { margin-top: 5px; padding-top: 5px; border-top: 1px solid rgba(0, 0, 0, .1); padding-bottom: 10px; }

.account-settings-main { padding-bottom: 100px; }
.account-settings-main .account-settings-outer > h2 { font-size: 24px; font-weight: 500; }
.account-settings-main .account-settings-wrapper { display: flex; flex-wrap: wrap; padding-top: 30px; }
.account-settings-main .account-settings-wrapper .account-settings-left { max-width: 200px; padding-right: 30px; }
.account-settings-main .account-settings-wrapper .account-settings-right { width: calc(100% - 200px); padding-left: 30px; border-left: 3px solid #eee; }
.account-settings-left ul { margin: 0; padding: 0; list-style-type: none; }
.account-settings-left ul li { margin: 0; }
.account-settings-left ul li a { font-size: 16px; margin-bottom: 10px; display: inline-block; line-height: normal; color: #3e76b1; font-weight: 600; }
.account-settings-left ul li a:hover { color: #262e33; }
.account-settings-right .heading-content h1 { margin: 0 0 10px; font-size: 36px; font-weight: 500; }
.account-settings-right .heading-content h1 + p { margin-top: 0; }

.fc .fc-day-today .fc-daygrid-event-harness-abs { position: absolute; left: 0 !important; right: 0px !important; }

.empty-account-settings { background-color: #eee; border: 1px solid #ddd; color: #666; padding: 25px 15px; margin-bottom: 20px; margin-top: 20px; font-style: italic; text-align: center; }
/* .memberships-associated-box .listing { display: flex; margin: 30px 0px; border: 1px solid #ddd; } */
.memberships-associated-box:has(.listing) + .empty-account-settings { display: none; }
/* .memberships-associated-box .listing div { width: 100%; } */
/* .memberships-associated-box .listing div span { display: block; padding: 10px; background-color: #FFF; border: 1px solid #ddd; }
.memberships-associated-box .listing div span:first-child { padding: 5px 10px; font-weight: 500; background-color: #eee; } */
.constituent-number { margin-top: 30px; }
.constituent-number .label { display: block; font-weight: 500; }
.constituent-number .value { font-size: 18px; }
.body-container .account-settings-left ul li.active a { color: #262e33; text-decoration: none !important; }
.body-container .login-logout-module .account-navigation ul li a{ text-decoration: none !important; }

.table-custom { display: table; width: 100%; border-collapse: collapse; border: 1px solid #ccc; margin: 30px 0px; }
.table-row-custom { display: table-row; }
.table-cell-custom { display: table-cell; padding: 10px; border: 1px solid #ccc; text-align: left; }
.table-row-header { font-weight: 500; background: #f0f0f0; text-align: left; }

.uevent-listings { margin-top: 0px; font-size: 16px; }
.uevent-listings table,
.uevent-listings td,
.uevent-listings th,
.uevent-listings tr { vertical-align: middle; line-height: normal; }
.uevent-listings table { margin-bottom: 5px; }

/* .uevent-listing { align-items: center; background-color: #fff; border: 1px solid #ddd; color: #555; line-height: 1.3; margin-bottom: 3px; min-height: 40px; padding: 5px 10px 5px 10px; position: relative; transition: all .5s ease-in-out; font-size: 17px; }
.uevent-listing .eventbtn { text-align: right; }
.uevent-listing { display: flex; }
.uevent-listing .cancel-ticket-wrapper { width: 108px; } */

#calendar .fc-daygrid-day-bottom { margin-top: 0 !important;}
.calendar-module td.fc-daygrid-day.fc-day-past .fc-daygrid-day-events { display: none; }
.guestform form .hs_recaptcha.hs-recaptcha.field.hs-form-field { text-align: left; display: flex; }
.uevent-listings table td strong{ display: none; }

.admissionpopup .button { margin-top: 20px; }
.admissionpopup .content { font-size: 16px; }

.uevent-main table > tbody tr th:last-child {text-align: center;}

.event-data-listing .pagination ul{ display: none; }
.calendar-indicator.event_mdl_indicator { position: fixed; top: 0; left: 0; right: 0; bottom: 0; align-items: center; display: flex; justify-content: center; background: rgba(255, 255, 255, 0.7); max-width: 100%; }
.calendar-indicator.event_mdl_indicator .calendar-indicator-content { width: auto; max-width: 300px; }


.body-container--donate .content-wrapper { max-width: 1040px; }
.body-container--donate .calendar-module.login-logout-module { padding-bottom: 0px; }
.contribute-main { padding-bottom: 80px; }
.contribute-main .contribute-text { padding-bottom: 20px; } 
.contribute-main span.required-field { margin-left: .5em; font-style: italic; font-size: .85em; color: #666; font-weight: 400; }
.contribute-main .form-group:not(:first-child) { margin-top: 20px; }
.contribute-main .form-group .input-group { display: flex; }
.contribute-main .form-group .input-group span.input-group-addon.currency-symbol { background-color: #eee; border: 1px solid #ccc; padding: 6px 12px; display: flex; align-items: center; border-right: none; width: 50px; text-align: center; justify-content: center; }
.contribute-main .form-group > label.control-label { display: inline-block; margin-bottom: 3px; }
.contribute-main .form-group select { padding-right: 25px !important; }

.event-data-listing .pagination ul li.pages-list.active { display: block; }
.event-data-listing .pagination ul li.pages-list { display: none; }
.event-data-listing .pagination ul li.pages-list.active + li.pages-list { display: block; }
.event-data-listing .pagination ul li.pages-list.priv-active { display: block; }
.event-data-listing .pagination ul:not(:has(.priv-active)) .active + li.pages-list + li.pages-list { display: block; }
.event-data-listing .pagination ul:has(li.pages-list.active:last-child) li.pages-list:nth-last-child(3) { display: block; }

.select2.select2-container { width: 100% !important; }
.select2-results__options .select2-results__option { margin: 0px 0; padding: 8px; text-align: start; font-size: 14px; }
.select2.select2-container span#select2-school_associated-container { font-size: 16px; font-weight: 600;   }
.select2.select2-container li.select2-results__option.select2-results__option--selectable.select2-results__option--highlighted { background-color: #eeb111; }

.membersip-inner-wrapper .membersip-inner-top .membersip-inner-left .membersip-price input+span { font-size: 15px; margin-top: 15px; }
.membersip-inner-wrapper .membersip-inner-top .membersip-inner-left .membersip-price input+span:before { top: 3px; }
.membersip-inner-wrapper .membersip-inner-top .membersip-inner-left .membersip-price input+span:after { top: 5px; }
.baseModuleParent:has(.uevent-main), 
.account-settings-main:has(.uevent-main) { position: inherit; }


@media (min-width:768px) {
    .calendar-indicator { top: 70px; }

}
@media (min-width:992px) {

    .table-custom-heading{ display: none; }

}
@media(max-width: 1599px){

    .event-data-listing .event-listing__date { line-height: normal; font-size: 0.95rem; } 

}
@media(max-width: 1199px){

    .table-custom { font-size: 15px; }

}
@media(max-width: 991px){

    body { font-size: 1.025rem; }
    h1, .h1 h2 { font-size: 2.175rem; }
    h2, .h2 { font-size: 2.01rem; }
    h3, .h3 {  font-size: 1.525rem;}

    .membersip-inner-wrapper .membersip-inner-top .membersip-inner-left { width: 100%; float: left; padding-right: 0; }
    .membersip-inner-wrapper .membersip-inner-top .membersip-inner-right { width: 100%; float: left; text-align: center; padding-top: 20px; }
    .membersip-inner-wrapper .membersip-inner-bottom { padding-top: 20px; }
    /*     .membersip-inner-wrapper { padding: 0px 0px 0px; } */

    .uevent-main th { font-size: 15px; }
    .cancel-ticket-wrapper button { padding: 0.6rem 0.8rem; font-size: 13px; width: 100%; text-align: center; justify-content: center; margin: 2px 0px; }
    /*     .uevent-main tr > *:nth-child(1) { width: 100px !important; } 
    .uevent-main tr > *:nth-child(3) { width: 65px !important; }
    .uevent-main tr > *:nth-child(4) { width: 127px !important; text-align: center; } */
    .uevent-listings table,
    .uevent-listings td,
    .uevent-listings th,
    .uevent-listings tr { font-size: 14px; }
    .account-settings-right .heading-content h1 { font-size: 26px; }
    .account-settings-main .account-settings-wrapper .account-settings-right { width: calc(100% - 165px); padding-left: 15px; }
    .account-settings-main .account-settings-wrapper .account-settings-left { max-width: 165px; padding-right: 15px; }

    .event-data-listing .pagination ul li { margin: 0.2rem 0.2rem; }

    .table-row-header{ display: none; }
    .listing .table-custom { border: none; padding: 0; display: block; }
    .listing .table-custom .table-row-custom.table-row-body { display: block; }
    .listing .table-custom .table-row-custom.table-row-body .table-cell-custom { padding: 0; border: none; display: block; margin-bottom: 0px; }
    .memberships-associated-box .listing div span { display: block; padding: 10px; background-color: #FFF; border: 1px solid #ddd; }
    .memberships-associated-box .listing div span:first-child { padding: 5px 10px; font-weight: 500; background-color: #eee; }
}
@media(max-width: 767px){

    body { font-size: 1.025rem; }
    h1, .h1 h2 { font-size: 1.675rem; }
    h2, .h2 { font-size: 1.55rem; }
    h3, .h3 {  font-size: 1.425rem;}

    .event-data-listing .event_date_wrap h3 { font-size: 1.1rem; }
    .content-wrapper { padding: 0; }
    .event-data-listing .event_date_wrap { top: -35px; }
    .event-data-listing .event_view_filters { padding-bottom: 0; }
    .event-data-listing form.event_view_filters { padding-bottom: 50px; }
    .event-data-listing .field.field--name-field-image.field--type-entity-reference.field--label-hidden.field__item * { width: 100% !important; display: block; max-width: 100% !important; height: 100%; object-fit: cover; }
    .event-data-listing .wrap_select select { width: auto !important; }

    .uevent-main > table { display: none; }
    .uevent-listings table tr:first-child { display: block; }
    .uevent-listings table td strong{ display: block !important; width: 100%; margin-bottom: 5px; }
    .uevent-main .uevent-listings table td{ width: 100% !important; display: block; text-align: center; }
    .uevent-listings { margin-top: 20px; }
    .uevent-main .uevent-listings table td:not(:first-child) { border-top: 1px solid #99acc2; }

    .body-container--cart .calendar-module.login-logout-module .content-wrapper { width: 100%; max-width: inherit; padding: 0px 20px; margin-bottom: 40px; }

    .contribute-main { padding-top: 30px; }

    .event-inner-module .full-event__type { flex-wrap: wrap; }
    .event-inner-module .full-event__type span.full-event__type-label { width: 100%; text-align: center; padding-bottom: 10px; padding-top: 0; }
    .event-inner-module .full-event__type .event-listing__type.item-list { margin-left: 0; width: 100%; }
    .event-inner-module .full-event__type .event-listing__type.item-list ul { justify-content: center; width: 100%; }

}

select{background-image: url('https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/mnhs_theme/arrow-down-slategray-9x18.svg'); background-repeat: no-repeat; background-size: 15px; background-position: 99% 50% !important; cursor:pointer; height:auto !important; padding:16px !important; margin-top:0 !important; box-shadow:unset !important; border:2px solid #ccc !important;}
.submitted-message{padding:40px; text-align:center;}



.calendar-module .fc-day-today .fc-daygrid-day-number{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }


































.footer {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border-top: 1px none #FFFFFF;
}

.footer__container--static,
.footer__container .dnd-section {
    max-width: 1470rem;
}

.footer__bottom-section {
    border-top: 1px solid #d0d0d0;
    border-color: #1D1D1D;
}

/* Footer Content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer a:not(.button),
.footer span,
.footer div,
.footer li,
.footer blockquote {
    color: #1D1D1D;
}

/* Header modules */

.footer .icon svg {
    fill: #1D1D1D;
}

.footer h3.form-title {
    color: {color=#eeb111, opacity=null, rgba=rgba(238, 177, 17, 1), rgb=rgb(238, 177, 17), hex=#eeb111, css=#eeb111};
}

/* Footer Menu */

.footer .hs-menu-wrapper ul {
    margin: 1.5rem 0;
    margin-top: 0;
}

.footer .hs-menu-wrapper a {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #1D1D1D;
    
    text-transform: none;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: rgba(38, 46, 51, 1);
}

.footer .hs-menu-wrapper a:active {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: rgba(38, 46, 51, 1);
}









@media(max-width: 767px){
    button,
    a.button,.button a,
    a.hs-button, .cta_button{
        font-size: 0.875rem;
        line-height: 100%;
    }
}





.cf:before,
.cf:after { content: " "; display: block; height: 0; overflow: hidden; }
.cf:after { clear: both; }
.cf { zoom: 1; }
.addToCart .wrap { width: 85%; max-width: 1024px; margin: 0 auto; padding: 100px 0; }
/* .addToCart .btn { display: inline-block; font-size: 0.9em; padding: 12px 30px; background: #ffc21d; color: #232323; font-weight: 900; cursor: pointer; font-weight: 700; opacity: 1; transition: opacity 0.3s; }
.addToCart .btn:hover { background-color: rgba(0, 118, 160, 1.0); color: rgba(255, 255, 255, 1.0); } */
.addToCart .blue-link { color: #659BAF; cursor: pointer; }
.addToCart .blue-link:hover { color: #223840; }
.addToCart .cart-header { border-bottom: 1px solid #ccc; padding-bottom: 20px; position: relative; }
/* .cart-header strong { font-size: 1.8em; position: relative; font-weight: 400; line-height: 1; } */
.cart-header .btn { position: absolute; bottom: 10px; right: 0; }
.bonus-products { border: 1px solid #ccc; border-top: none; padding: 18px; background: rgba(0, 0, 0, 0.05); }
.bonus-products strong { font-weight: 400; color: #888; font-size: 0.8em; }
.bonus-products strong .bp-toggle { font-size: 0.7em; cursor: default; }
.cart-table { padding: 10px 0 0; border-bottom: 1px solid #ccc; }
.addToCart .item { border-bottom: 1px solid #ccc; margin-bottom: 10px; }
.addToCart .item:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.addToCart .item .item-block { float: left; }
.addToCart .item .item-block.ib-info { width: 60%; }
.addToCart .item .item-block.ib-info img.product-img { float: left; display: block; width: 100px; margin-right: 15px; }
.addToCart .item .item-block.ib-info .ib-info-meta { float: left; }
.addToCart .item .item-block.ib-info span { display: block; margin-bottom: 3px; }
.addToCart .item .item-block.ib-info span.title { font-size: 1.3em; }
.addToCart .item .item-block.ib-info span.itemno { color: #888; font-size: 0.8em; }
.addToCart .item .item-block.ib-info span.styles { border-left: 3px solid rgba(0, 0, 0, 0.1); padding-left: 5px; font-size: 0.8em; }
.addToCart .item .item-block.ib-info span.styles strong { display: inline-block; min-width: 70px; }
.addToCart .item .item-block.ib-info span.styles .blue-link { font-size: 0.8em; }
.addToCart .item .item-block.ib-qty { width: 20%; text-align: right; }
.addToCart .item .item-block.ib-qty input { text-align: center; font-size: 16px; border-radius: 0; outline: none; border: 1px solid #ccc; width: 50px; height: 40px; vertical-align: middle; color: #555; }
.addToCart .item .item-block.ib-qty input:focus { border-color: #7BCDE8; }
.addToCart .item .item-block.ib-qty span.price { display: inline-block; color: #777; }
.addToCart .item .item-block.ib-qty span.price > span { margin: 0 5px; }
.addToCart .item .item-block.ib-total-price { width: 40%; text-align: right; padding-top: 6px; position: relative; }
.addToCart .item .item-block.ib-total-price span { color: #555; line-height: 0; padding-left: 10px; position: relative; top: 2px; cursor: pointer; }
.addToCart .item .item-block.ib-total-price span.tp-price { font-size: 1.4em; font-weight: 900; }
.addToCart .item .item-foot { padding: 0 0 10px 0; margin-top: 10px; font-size: 0.7em; }
.addToCart .item .item-foot i { position: relative; font-size: 12px; }
.addToCart .item .item-foot .if-message { float: left; width: 100%; margin-bottom: 10px; color: #777; }
.addToCart .item .item-foot .if-left { float: left; color: #ccc; font-size: 115%; text-transform: uppercase; }
.addToCart .item .item-foot .if-right { float: right; color: #ccc; padding-top: 2px; text-transform: uppercase; }
.addToCart .item .item-foot .if-status { font-weight: 900; color: #333; }
.item .bundle-block { padding: 0 0 10px 50px; position: relative; }
.item .bundle-block ul li { position: relative; display: block; width: 100%; margin-top: 10px; padding-top: 5px; }
.item .bundle-block ul li i.i-down-right-arrow { display: block; position: absolute; left: -30px; font-size: 12px; top: 50%; margin-top: -6px; color: #999; }
.item .bundle-block ul li img { width: 100%; max-width: 48px; display: block; float: left; margin-right: 15px; }
.item .bundle-block ul li span { display: block; }
.item .bundle-block ul li span.bundle-title { font-size: 0.85em; }
.item .bundle-block ul li span.bundle-itemno { color: #888; font-size: 0.7em; }
.sub-table { margin: 20px 0 20px; position: relative; }
.sub-table .copy-block { float: left; margin-top: 60px; }
.sub-table .copy-block p { font-size: 0.7em; color: #666; max-width: 320px; line-height: 1.55; display: block; }
.sub-table .copy-block p a:link,
.sub-table .copy-block p a:visited { color: #666; }
.sub-table .copy-block p a:hover,
.sub-table .copy-block p a:focus { color: #333; }
.sub-table .copy-block p.customer-care { padding-top: 10px; margin-top: 10px; border-top: 1px solid #ccc; }
.sub-table .summary-block { float: right; }
.sub-table .summary-block .sb-promo { border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-bottom: 10px; position: absolute; top: 0; left: 0; width: 320px; }
.sub-table .summary-block .sb-promo input { font-size: 16px; width: 220px; padding: 7px; margin-right: 5px; vertical-align: top; color: #777; }
.sub-table .summary-block .sb-promo .btn { padding: 10px 8px; font-size: 0.8em; }
.sub-table .summary-block ul li { margin-bottom: 10px; font-size: 0.9em; text-align: right; }
.sub-table .summary-block ul li span { display: inline-block; }
.sub-table .summary-block ul li span.sb-label { color: #666; /* text-transform: uppercase; letter-spacing: 1px; */ }
.sub-table .summary-block ul li span.sb-value { font-size: 1.1em; width: 120px; }
.sub-table .summary-block ul li.tax .tax-edit { color: #223840; font-size: 0.8em; font-weight: 900; text-transform: capitalize; cursor: pointer; }
.sub-table .summary-block ul li.tax .tax-edit i { position: relative; top: 1px; left: -3px; }
.sub-table .summary-block ul li.tax .tax-edit.te-open i:before { content: ""; }
.sub-table .summary-block ul li.tax-calculate { padding: 10px; margin-top: 10px; background: rgba(0, 0, 0, 0.05); display: none; }
.sub-table .summary-block ul li.tax-calculate input { font-size: 16px; width: 148px; padding: 7px; margin-right: 5px; vertical-align: top; color: #777; }
.sub-table .summary-block ul li.tax-calculate .btn { padding: 10px 8px; font-size: 0.8em; }
.sub-table .summary-block ul li.grand-total { border-top: 1px solid #ccc; padding-top: 10px; margin-top: 10px; font-size: 1.2em; font-weight: 900; }
.cart-footer { border-top: 1px solid #ccc; margin-top: 15px; padding-top: 15px; }
.cart-footer .cont-shopping { float: left; font-size: 0.8em; padding-top: 10px; cursor: pointer; }
.cart-footer .cont-shopping i { position: relative; top: 0px; margin-right: 6px; font-size: 75%; }
.cart-footer .btn { float: right; text-align: center; }
.cart-table ul { list-style: none; padding: 0; }
.summary-block ul { list-style: none; padding: 0; margin: 0; }
.ib-info-meta p { margin: 0; }
.alert-info { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; }
.alert { padding: 15px; margin: 20px 0; border: 1px solid transparent; border-radius: 4px; }
.alert.alert-info a { color: #245269; text-decoration: underline !important; margin: 10px 0 0; display: inline-block; }
.alert a { font-weight: 700; }



.dis-flex{display:flex; flex-wrap:wrap;}
.eventnav { margin-bottom: 30px; padding: 15px 10px } 
.eventcart a,.eventlogin a { background-color: #337ab7; border-radius: 3px; color: #fff; display: inline-block; padding: 5px 10px } 
.eventcart svg,.eventlogin svg { height: 16px; width: 16px; fill: #fff } 
span.carticon,span.loginicon { line-height: 0; padding-right: 5px; position: relative; top: 2px } 
span.loginicon span { line-height: 0 }
span.count { background-color: #fff; border-radius: 40px; color: #337ab7; font-size: 11px; font-weight: 700; margin-left: 5px; padding: 3px 7px } 
/* .eventnavleft { width: 25% }  */
.eventnavright { align-items: center; display: flex; justify-content: flex-end; margin-left: auto; max-width: 490px; width: 25% }
.eventnavmiddle { /* width: 50%; */ display: inline-block; text-align: center; border: 1px solid; max-width: 200px; margin: 0 auto; padding: 5px; line-height: normal; } 
span.timeicon { line-height: 0; display: inline-block; margin-right: 6px; position: relative; top: 1px; line-height: normal; } 
span.timeicon svg { width: 13px; } 
span.timetxt { font-size: 16px; font-weight: 500; line-height: normal; } 
span.remainingtime { font-size: 16px; width: 50px; display: inline-block; font-weight: 500; line-height: normal; }
span.tp-remove svg { width: 24px; } 
.addToCart .stripparent { background-color: #f5f5f5; padding: 5px 10px; }
.addToCart .detialstriptext { width: 25%; padding-right: 10px; font-size:16px;} 
.addToCart .detialstriptext:last-child { text-align: right; padding: 0; }
.addToCart .cart-footer{align-items:center;}
.addToCart .btmbtnlink{width:50%;}
/* .addToCart .btmright{width:50%; margin-left:auto;} */
.addToCart .btmright{ margin-left: 0px; margin-bottom: 15px; }
.returnPageBtn.button { margin-bottom: 15px; margin-right: 15px; }
.addToCart .popupcontent { position: fixed; top: 140px; transform: translate(-50%, -50%); left: 50%; z-index: 999999; margin: 0 auto; width: 100%; box-shadow: 0 5px 15px rgba(0,0,0,.5); background-color: #fff; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; max-width: 750px; margin: 0 auto;} 
.addToCart .popuphdr { padding: 15px 15px 15px 40px; border-bottom: 1px solid #e5e5e5; position:relative; } 
.addToCart .popupdetails { padding: 15px; border-bottom: 1px solid #e5e5e5; }
.addToCart .popupbtn{padding:15px; text-align:right;}
.addToCart .popuphdr:before{position:absolute; top:15px; left:15px; background-image:url('https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/mnhs_theme/warning.svg'); background-repeat:no-repeat; background-size:cover; background-position:center; height: 22px; left: 15px; position: absolute; top: 24px; width: 22px; content:"";}
.addToCart .btmbtnlink a { color: #3477b1; text-decoration: underline !important; font-weight: 500; }
/* body.cart-popup:after { background-color: rgba(0,0,0,.5); position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 9999; content: ""; } body.cart-popup { overflow: hidden; } */
.addToCart .popupcontent{display:none;}
.addToCart .cartite { padding-bottom: 20px; border-bottom: 1px solid #ccc; }
.addToCart .detialstrip { border-bottom: 1px solid #ccc; }
.addToCart .detialstrip { padding: 1rem; font-weight: 500; }
.addToCart .cartite .cart-table{border:0px;}
.addToCart .detialstrip:last-child,.cartite:last-child { border-bottom: 0px; }
.addToCart .cart-table ul li,.sub-table{margin:0;}
.popup-commen { position: relative; background: #FFF; width: auto; max-width: 700px; margin: 30px auto; box-shadow: 0 5px 15px rgba(0, 0, 0, .5); border-radius: 6px; padding:40px; position: relative; width: auto; text-align: center;}
.mfp-zoom-in .mfp-with-anim {  opacity: 0;  transition: all 0.2s ease-in-out;  transform: scale(0.8);}
.mfp-zoom-in.mfp-bg {  opacity: 0;  transition: all 0.3s ease-out;}
.mfp-zoom-in.mfp-ready .mfp-with-anim {  opacity: 1;  transform: scale(1);}
.mfp-zoom-in.mfp-ready.mfp-bg {  opacity: 0.8;}
.mfp-zoom-in.mfp-removing .mfp-with-anim {  transform: scale(0.8);  opacity: 0;}
.mfp-zoom-in.mfp-removing.mfp-bg {  opacity: 0;}
.mfp-close {    font-size: 60px !important;    right: 11px !important;    top: 5px !important;    opacity: 1 !important;}
form.mbpopform { background-color: transparent; border: 0; padding:0px; } 
.mbpoptitle h3 { font-size: 18px; } 
form.mbpopform .form-field { padding: 15px; border: 1px solid #ccc;border-left: 0; border-right: 0; display: inline-block; width: 100%; }
.mbpoptitle { padding:15px; }
.addToCart form.mbpopform input[type="text"] { width: 100%; height: 34px; padding: 6px 12px; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
.mbbtn { padding: 15px; text-align: right; }
.overhidden{overflow:hidden;}
button.mfp-close:before, button.mfp-close:after { width: 2px !important; height: 14px !important; right: 10px !important; top: 4px !important; }
.mfp-zoom-in.mfp-ready.mfp-bg { opacity: 0.3 !important; }
.mfp-close-btn-in button.mfp-close { top: -44px; width: 24px !important; height: 24px !important; border: 1px solid #ccc !important; border-radius: 0px !important; }
.mbbtn button { padding: 6px 12px; border-radius: 4px; }
.checkoutpopuphdr{margin-bottom:25px;}
.checkoutpopupbtn .button{padding:12px 30px;}
.checkoutpopupbtnparent{justify-content:center;}
body.overhidden{overflow:hidden;}
.hs-inline-edit .eventnavleft a,.hs-inline-edit .eventcart a { display: flex; }
.hs-inline-edit .eventnavleft{width:auto;}
.checkoutpopupbtn { margin: 5px 10px; }
.empty-cart-component{ display: none; }
.empty-cart-component .empty-cart-message{ margin-top: 20px; background-color: #eee; border: 1px solid #ddd; color: #666; padding: 25px 15px; margin-bottom: 20px; font-style: italic; text-align: center; } 

.cartiteparent:empty + .sub-table,
.cartiteparent:empty{ display: none; }
.cartiteparent:empty + .sub-table + .empty-cart-component{ display: block; }

.event-inner-module .full-event__additional .item-list li { margin: 0; }
.calendar-inner .fc .fc-daygrid-event-harness{ position: relative !important; top: inherit !important; margin-top: 0 !important; }

.calendar-module #calendar.loderAdd:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(255, 255, 255, 0.4); z-index: 99; }
.calendar-module #calendar.loderAdd { position: relative; }
.event-inner-module .field__item { height: 100%; }
.top-nav-menu .hs-menu-wrapper ul li.active.active-branch a { color: #eeb111; }
.thankyou-module .thankyouinner:not(:first-child) { margin-top: 30px; }
.event-inner-module .full-event__calendar-link a:hover { text-decoration: none !important; }

.membership_registration_form h2 { font-size: 1.75rem !important; line-height: 1.36; margin: 0 0 15px; }
.membership_registration_form .form_section h3 { padding: 0; }
.membership_registration_form { width: 85%; max-width: 1024px; margin: 0 auto; padding: 10px 0 100px; }

div#block-breadcrumbs li a { text-decoration: none !important; }
div#block-breadcrumbs li a:hover { text-decoration: underline !important; }
.datepicker-hide { display: none; }
#calendar .fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) { border-radius: 0px; }
#calendar .fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) { border-radius: 0px; }
#calendar .fc .fc-button-group { position: relative; display: inline-flex; border-radius: 4px; overflow: hidden; }
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 45% !important; padding: 10px 7px !important; }
.ui-widget.ui-widget-content { z-index: 9999999 !important; }
.lessThen10 { color: #fff; background-color: #ff0000; }
.lessThen10 path { fill: #fff; }

.login-logout-module .breadcrumb { padding-top: 0; }

.account_form h3 {
    padding: 0;
}

.account_form h3 {
    padding: 0;
}

.account_form input[type='text'], 
.account_form input[type='email'], 
.account_form input[type='password'], 
.account_form input[type='tel'], 
.account_form input[type='number'], 
.account_form input[type="date"], .account_form select, .account_form textarea {
    width: 100%;
    min-height: 34px;
    padding: 6px 12px !important;
    background-color: #fff;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 14px;
}

.account_form form {
    padding: 0;
    background: transparent;
    border: navajowhite;
}

.account_form .hs-form-field > label, 
.account_form .hs-form-field > label span {
    font-weight: bold;
}

.account_form .hs-richtext.hs-main-font-element h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 15px;
}

.account_form form input[type='submit'], .account_form form .hs-button, .account_form form input[type="reset"] {
    width: auto;
    padding: 10px 20px;
}

.account_form .hs-error-msg {
    font-size: 14px;
}

.account_form {
    margin-top: 40px;
}

.ac_giving .tn-empty-cart-message {
    background-color: #eee;
    border: 1px solid #ddd;
    color: #666;
    padding: 25px 15px;
    margin: 20px 0;
    font-style: italic;
    text-align: center;
}


.ui-dialog .ui-dialog-titlebar { background-color: #262e33; color: #fff; border: midnightblue; }
.ui-widget.ui-widget-content { padding: 0; }
.ui-dialog .ui-dialog-buttonpane button.ui-button{ font-size: 0.8rem !important; padding: 0.6rem 1rem; font-family: Montserrat, sans-serif; }
.ui-dialog .ui-button .ui-icon { filter: invert(0) brightness(0); }
.ui-dialog .ui-button:hover .ui-icon { filter: invert(0) brightness(100); }

/* .calendar-module .fc-direction-ltr .fc-daygrid-event.fc-event-start:has(.status_SoldOut) { pointer-events: none; user-select: none; filter: grayscale(100%) opacity(0.8); } */
.events-listing-main .maineventinfo .eventrow.disable { filter: grayscale(100%); pointer-events: none; }
/* .calendar-module .fc-direction-ltr .fc-daygrid-event.fc-event-start:has(.status_SoldOut) { pointer-events: none; user-select: none; filter: grayscale(100%) opacity(0.8); } */
.eventrowinfowrapper .eventrow.disable { filter: grayscale(100%); pointer-events: none; }

.eventtitle h4 { line-height: normal; }
main.body-container-wrapper.registration-page h1 { margin-bottom: 20px; }

.payment-module .stripparent .detialstrip { padding: 1rem; font-weight: 500; }


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

    .addToCart .item-main { position: relative; }
    .addToCart .item .item-block.ib-info { width: 70%; }
    .addToCart .item .item-block.ib-qty { width: 30%; text-align: right; }
    .addToCart .item .item-block.ib-total-price { width: 100%; padding-top: 0; text-align: left; }
    .addToCart .sub-table .copy-block { float: right; margin-top: 0; text-align: right; padding: 12px; background: rgba(0, 0, 0, 0.035); }
    .addToCart .sub-table .summary-block { float: none; width: 100%; margin-top: 25px; }
    .addToCart .sub-table .summary-block .sb-promo { position: absolute; top: 0; left: auto; right: 0; max-width: 300px; text-align: right; border-bottom: none; }

    .addToCart span.tp-remove { position: absolute !important; top: 2px !important; right: 0; }
    .addToCart .item .item-block.ib-total-price{position:unset;}
    .addToCart .item .item-block.ib-total-price span{padding-left:0; margin-top:5px;}
    .addToCart span.tp-remove{margin-top:0 !important;}
    .addToCart .ib-info-meta { padding-right: 40px; }
    .addToCart .cart-table ul li,.cart-table ol li{margin:0;}

}
@media(max-width:767px){

    .addToCart .eventnavmiddle,span.carttext{display:none;}
    /*     .addToCart .eventnavright,.eventnavleft{width:50%;} */
    .addToCart .detialstriptext{width:100%;}
    .addToCart .detialstriptext:nth-last-child(-n + 2) { width: 50%; }
    .addToCart .btmbtnlink { width: 100%; text-align: right; margin-bottom: 10px; }
/*     .addToCart .btmright { margin-left: auto; width: 100%; } */
    .addToCart .cart-header strong {font-size: 24px;}
    .addToCart .item .item-block.ib-total-price span.tp-price,.item .item-block.ib-info span.title { font-size: 20px; }
    .addToCart .sub-table .summary-block ul li span.sb-label,.sub-table .summary-block ul li span.sb-value{font-size:15px;}
    .addToCart .sub-table .summary-block ul li span.sb-value { width: 100%; }
    .addToCart .wrap{width:100%; padding:50px 20px;}

    .calendar-tabs-main ul li { padding: 8px 11px; font-size: 14px; }

    /*   accout setting   */

    .account-settings-main .account-settings-wrapper .account-settings-right {
        width: calc(100%);
        padding-left: 0px;
        border-left: none;
        padding-top: 0px;
        /*         border-top: 3px solid #eee; */
        margin-top: 0;
    }

    .account-settings-main .account-settings-wrapper .account-settings-left {
        max-width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }

    /*  account setting end    */

    .isLoggedIn .login-logout-module .eventnavleft { width: 100%; display: flex; margin-bottom: 20px; }
    .isLoggedIn .login-logout-module .eventnav { display: flex; flex-wrap: wrap; justify-content: space-between; }
    .isLoggedIn .login-logout-module .eventnav .eventnavmiddle { margin-left: 0; }
    .body-container--cart .calendar-module.login-logout-module { padding: 50px 0px 0px; }
    .membership_registration_form { padding: 10px 0 50px; }

    .addToCart .btmbtnlink { width: 100%; text-align: left; margin-bottom: 20px; }
    .addToCart .cart-header h2 { font-size: 25px; line-height: normal; }
    .sub-table .summary-block ul li.subtotal { margin-top: 10px; }
    .sub-table .summary-block ul li { margin: 0; }

    .eventtitlecontent h2 { font-size: 25px; line-height: normal; }
    .event-heading { margin-bottom: 15px; }
    .event-heading h3 { font-size: 20px; }

    main.body-container-wrapper.registration-page h1 { margin-bottom: 20px; font-size: 30px; }
    main.body-container-wrapper.registration-page h2 { font-size: 20px; line-height: normal; margin-bottom: 10px; }
    main.body-container-wrapper.registration-page  form { padding: 15px; }

    

}
@media only screen and (max-width: 630px) {

    .addToCart .item .item-block.ib-info { float: left; width: 100%; }
    .addToCart .item .item-block.ib-qty { float: left; width: auto; margin-top: 10px; }
    /*     .addToCart .sub-table .summary-block ul li span.sb-value { width: 100px; } */
    .item .bundle-block { display: none; }
    .item .item-block.ib-info img.product-img { width: 70px; }

}
@media(max-width:480px){

    .item .item-block.ib-info span.title, .item .item-block.ib-total-price span.tp-price { font-size: 18px; }
    .ib-info-meta p,.detialstriptext { font-size: 16px; } 
    .checkoutpopupbtn { width: 100%; }
    .checkoutpopupbtn:first-child{margin-bottom:20px;}

}
@media(max-width:375px){

    .addToCart .mbpromo a, .addToCart .eventlogin a, .addToCart .eventcart a { font-size: 13px; padding:5px; }

}

.membersip-wrapper-left-inner { padding: 1rem 0; }
.membersip-wrapper-left-inner h2 { margin-bottom: 0; border-bottom: 1px solid #cdd4d7; font-size: 1rem; font-weight: 600; padding-bottom: 1rem; }
.membersip-wrapper-left-inner h2 a { color: #0076a0; font-size: 1rem; font-weight: 600; }
.membersip-wrapper-left-inner h2 a:hover { text-decoration: underline !important; } 
.membersip-wrapper-left-inner .membersip-wrapper-menu ul { list-style-type: none; }
.membersip-wrapper-left-inner .membersip-wrapper-menu ul li { list-style: none; list-style-type: none; display: block; width: 100%; margin: 0; }
.membersip-wrapper-left-inner .membersip-wrapper-menu ul li a { line-height: 1.5; font-weight: 400; font-size: .875rem; color: #262e33; padding: 1rem; display: block; border-bottom: 1px solid #cdd4d7; }
.membersip-wrapper { display: grid; gap: 20px; grid-template-columns: 1fr; grid-template-areas: "sidebar" "content"; }


.membersip-wrapper-left-inner .membersip-wrapper-menu ul li ul.hs-menu-children-wrapper { left: 0; position: inherit; opacity: 1; padding-top: .5rem; padding-bottom: .5rem; }
.membersip-wrapper-left-inner .membersip-wrapper-menu ul li ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 { margin: 0; line-height: 18px; border-bottom: 0; }
.membersip-wrapper-left-inner .membersip-wrapper-menu ul li ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a { border: none; font-size: .875rem; padding: .5rem 1rem; line-height: 1.5; font-weight: 400; }
.membersip-wrapper-left-inner .membersip-wrapper-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper { left: inherit; opacity: inherit; top: inherit; }

.membersip-wrapper-left-inner .membersip-wrapper-menu .hs-menu-wrapper .hs-item-has-children { border-bottom: 1px solid #cdd4d7; }
.membersip-wrapper-left { grid-area: sidebar; }
.membersip-wrapper-right { grid-area: content; overflow: hidden; padding-left: .5rem; }
.membersip-wrapper-left-inner .membersip-wrapper-menu li.hs-menu-item.hs-menu-depth-1.active.active-branch > a { font-weight: 600; font-size: .875rem; }

.membersip-wrapper-left-inner .sidenav-mobile-menu-toggle { font-size: .875rem; font-weight: 600; color: #262e33; display: block; border: 1px solid #262e33; padding: 1rem; background: url(https://www3.mnhs.org/hubfs/mnhs_theme/darkgray-arrow-down-1.svg) 95% 50% no-repeat; background-size: 15px; cursor: pointer; }
.membersip-wrapper-left-inner .sidenav-mobile-menu-toggle:focus { outline: 2px solid #0076a0; }

.membersip-wrapper .membersip-wrapper-menu { display: none; }
.membersip-wrapper .open + .membersip-wrapper-menu { display: block; box-shadow: 0 0 15px #f2f2f2; }
.membersip-wrapper .sidenav-mobile-menu-toggle.open { background-color: #262e33; color: #fff; margin-bottom: 10px; }
.membersip-wrapper-left-inner .membersip-wrapper-menu ul li ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a { font-size: .75rem; }
.membersip-wrapper-left-inner .sidenav-mobile-menu-toggle.open { background: #262e33 url(https://www3.mnhs.org/hubfs/mnhs_theme/white-arrow-up-1.svg) 95% 50% no-repeat; background-size: 15px; }

.breadcrumb { padding: 2.5rem 0 .5rem; margin-bottom: 2rem; display: none; }
.breadcrumb .hs-menu-wrapper > ul { margin: 0; padding: 0; list-style: none; list-style-type: none; }
.breadcrumb .hs-menu-wrapper > ul > li { list-style: none; margin: 0; font-size: .75rem; line-height: 1.33; }
.breadcrumb .hs-menu-wrapper > ul > li > a { color: #45555f; font-weight: 600; text-decoration: none; }
.breadcrumb .hs-menu-wrapper > ul li + li:before { padding: 0 6px 0 6px; content: ">"; }
.breadcrumb .hs-menu-wrapper > ul > li:last-child > a { pointer-events: none; user-select: none; font-weight: 400; color: #262e33; }
.breadcrumb .hs-menu-wrapper > ul > li > a:hover { text-decoration: underline !important; }
.membership-ls-main { border-top: 1px solid #cdd4d7; padding-top: 0; }

@media screen and (min-width:1025px) {

    .membersip-wrapper { grid-template-columns: 200px 1fr; grid-template-areas: "sidebar content"; }
    .membersip-wrapper-left-inner { padding: .875rem .5rem; }
    .membersip-wrapper-left-inner h2 { padding-left: 1rem; }
    .membersip-wrapper-left-inner .membersip-wrapper-menu ul li a { padding: 1rem 1rem 1rem .75rem; }
    .membersip-wrapper-left-inner .membersip-wrapper-menu ul li ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a { padding: .25rem 1rem; }
    .membersip-wrapper-left-inner .membersip-wrapper-menu ul li ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a { border: 0; font-size: .875rem; padding-left: 0; }
    .membersip-wrapper-left-inner .membersip-wrapper-menu ul li ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 { padding-left: .75rem; }
    .membersip-wrapper .membersip-wrapper-menu { display: block; }
    .membersip-wrapper-left-inner .membersip-wrapper-menu li.hs-menu-item.hs-menu-depth-1.active.active-branch { border-left: 3px solid #262e33; }
    .membersip-wrapper-left-inner .membersip-wrapper-menu li.hs-menu-item.hs-menu-depth-1.active.active-branch > a { border-bottom: 0; background-color: #f2f2f2;  }
    .membersip-wrapper-left-inner .membersip-wrapper-menu ul li a:hover { text-decoration: underline !important; }
    .breadcrumb { display: block; }
}
@media screen and (min-width:1200px) {
    .membersip-wrapper { grid-template-columns: 230px 1fr; }
}
@media screen and (min-width:1440px) {
    .membersip-wrapper { grid-template-columns: 250px 1fr; } 
}
@media screen and (min-width:1025px) { 
    .membersip-wrapper-left-inner .sidenav-mobile-menu-toggle{ display: none; }
}