*, *: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: 50px;
  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 ;
    }
}
/* ......................................Col Style.................... */

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px){

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

}

/* ......................................Col Style End ..............................*/

.content-wrapper,
.dnd-section > .row-fluid {
  margin: 0 auto;
  padding: 0;
  position:relative;
}


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

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

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

  .content-wrapper,
  .dnd-section > .row-fluid{
    max-width:100% !important;
    padding: 0 30px;
  }

}


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

  .content-wrapper,
  .dnd-section > .row-fluid{
    padding:0 20px;
  }

}
@font-face { 
  font-family: Alternate Gothic No2 D;
  src:url(https://8282853.fs1.hubspotusercontent-na1.net/hubfs/8282853/raw_assets/public/DrugFree_August2022/fonts/8670da448ccb3af44e57.woff) format("woff"),
    url(https://8282853.fs1.hubspotusercontent-na1.net/hubfs/8282853/raw_assets/public/DrugFree_August2022/fonts/f61ecba1d751dede4f6f.ttf) format("truetype");
  font-weight: 400;
}


@font-face { 
   font-family: ChaletBook-Bold; 
   src: url("https://8282853.fs1.hubspotusercontent-na1.net/hubfs/8282853/DrugFree_August2022/fonts/6e7379e20494267b8bd0.eot#iefix") format("embedded-opentype"), 
      url("https://8282853.fs1.hubspotusercontent-na1.net/hubfs/8282853/DrugFree_August2022/fonts/a72aacfb12ae01a5032b.otf") format("opentype"), 
      url("https://8282853.fs1.hubspotusercontent-na1.net/hubfs/8282853/raw_assets/public/DrugFree_August2022/fonts/a089a548c5297b0c90b3.woff") format("woff"), 
      url("https://8282853.fs1.hubspotusercontent-na1.net/hubfs/8282853/raw_assets/public/DrugFree_August2022/fonts/ea238d0a6af4438629c3.ttf") format("truetype"),
   url("https://8282853.fs1.hubspotusercontent-na1.net/hubfs/8282853/raw_assets/public/DrugFree_August2022/fonts/2015859160e9289a8cbd.svg#ChaletBook-Bold") format("svg"); 
   font-style: normal; 
   font-weight: 400;
}
@font-face { 
   font-family: ChaletBook;
   src: url("https://8282853.fs1.hubspotusercontent-na1.net/hubfs/8282853/DrugFree_August2022/fonts/6b63416eb5c347d90e72.eot#iefix") format("embedded-opentype"),
   url("https://8282853.fs1.hubspotusercontent-na1.net/hubfs/8282853/DrugFree_August2022/fonts/b6d6d9e2ded3d53278f8.otf") format("opentype"),
   url("https://8282853.fs1.hubspotusercontent-na1.net/hubfs/8282853/raw_assets/public/DrugFree_August2022/fonts/b7037791573ad8c4ae99.woff") format("woff"),
   url("https://8282853.fs1.hubspotusercontent-na1.net/hubfs/8282853/raw_assets/public/DrugFree_August2022/fonts/73a23d6555fd1bf853d0.ttf") format("truetype"), 
   url("https://8282853.fs1.hubspotusercontent-na1.net/hubfs/8282853/raw_assets/public/DrugFree_August2022/fonts/aeafc14726acf02f1f3f.svg#ChaletBook") format("svg"); 
   font-style: normal;
   font-weight: 400; 
}



body {
  line-height: 1.47368421053;
  word-break: break-word;
  overflow-x:hidden;
}

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

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: all .15s ease-in-out;
}

/* Headings */

h1

 {
font-size: 50px;
   margin-top: 0;
  margin-bottom: 0.5rem;
}

h2,
h3,
h4,
h5
 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h1,h2,h5{
  line-height:1;
}

h3,h4{
  line-height:1.25;
}

h6{
  line-height:1.42
}


img, svg {
  vertical-align: middle;
}

svg {
  overflow: hidden;
}

/* Lists */

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

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

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

img{
  max-width:100%;
  height:auto
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
   display: block;
   float: none;
   width: auto;
   font-weight: 500;
   line-height: 20px;
   padding-top: 0;
   margin-bottom: 4px;
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
   font-family: "Gothic A1";
   font-size: 17px;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   overflow-x: auto;
   overflow-y: hidden;
}
/* Help text - legends */

form legend {
   font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
   display: inline-block;
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
   font-size: 16px;
   font-weight: normal;
   line-height: 22px;
   height:40px !important;
   padding: 0 15px !important;
   min-height: 27px;
   width: 100%;
   max-width: 100%;
   border-style:solid;
}

form textarea {
   height:auto !Important;
}

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

/* Inputs - checkbox/radio */

ul.no-list.hs-error-msgs {
   padding: 0;
   margin: 0;
}

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
   position: relative;
}

.hs-dateinput:before {
   content:'\01F4C5';
   position: absolute;
   right: 10%;
   top: 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,
.fn-date-picker td .pika-button:focus {
   border-radius: 0 !important;
   color: #FFF;
}

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg,
.hs-error-msgs label{
   color: #ff0000;
   margin-top: 0.35rem;
}

.actions {
   margin-top: 18px;
   margin-bottom: 0;
   padding: 17px 0px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
   cursor: pointer;
   display: inline-block;
   margin:10px 0;
   cursor: pointer;
   display: inline-block;
   font-weight: 700;
   position: relative;
   text-align: center;
   transition: all .15s linear;
   border-style: solid;
   font-size: 16px;
   line-height: 16px;
   font-family: "Gothic A1";
   white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
   margin: 0 auto;
}


input#hs-login-widget-remember {
   float: left;
   height:auto !important;
   margin-top: 5px;
}

@media(max-width:479px){
   .hs_recaptcha.hs-recaptcha.field.hs-form-field {
      max-width: 100%;
      overflow: auto;
   }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.desktop-header {
  background: #fff;
  padding: 30px 0 0;
  box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
  z-index: 1;
  position: relative;
}

.desktop-header {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}


.header.no-nav .desktop-header{
padding-bottom:69px;
}

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

.desktop-header .logo svg {
  width: 172px;
}

.o-icon-logo__heart{
  fill:#772583;
}
.o-icon-logo__text{
  fill:#FF9E1B;
}

.desktop-header .text-right {
  text-align: right!important;
}

.desktop-header .top-link{
  margin-top: -4px;
  position: relative;
}

.desktop-header .top-links>div {
  display: inline-block;
  vertical-align: middle;
}

.desktop-header .top-links a {
  display: inline-block;
  vertical-align: middle;
  color: #882786;
  text-decoration: none;
  font-family: Alternate Gothic No2 D,"sans-serif";
  margin-left: 25px;
}


.desktop-header .top-links .top-link a {
  font-size: 20px;
  line-height: 20px;
  position: relative;
}

.desktop-header .top-links .top-link a:hover{
  text-decoration: none;
  color: #882786;
}

.desktop-header .hs-button {
  border: 1px solid transparent;
}

.desktop-header .support-btn a {
  font-size: 20px;
  line-height: 20px;
  background: #ede0f6;
  padding: 7px 15px;
  border-radius: 30px;
}
.desktop-header .support-btn a:hover{
  text-decoration: none;
  color: #882786;
  transform: scale(1.075);
}

.desktop-header .support-btn a:focus{
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.desktop-header .support-btn a img{
  width: 21px;
  margin-right: 9px;
}

.desktop-header .donate-btn a {
  font-size: 20px;
  line-height: 20px;
  background: #ffbd2d;
  padding: 15px 25px;
  border-radius: 30px;
}
.desktop-header .donate-btn a:hover{
  transform: scale(1.075);
  text-decoration: none;
  color: #882786;
}

.desktop-header .donate-btn a:focus{
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.desktop-header .custom-menu-primary ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.desktop-header .custom-menu-primary .submenu-toggle,
.desktop-header .custom-menu-primary .menu-arrow{
  display:none
}

.desktop-header .custom-menu-primary ul li{
  position: relative;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin: 20px 20px 20px 0; 
  font-family: ChaletBook,sans-serif;
  font-size: 14px;
  line-height: 28px;
}

.desktop-header .custom-menu-primary ul li.search{
  float: right;
}

.desktop-header .custom-menu-primary ul li.search a {
  font-family: Alternate Gothic No2 D,"sans-serif";
  font-size: 14px;
  line-height: 20px;
}  

.desktop-header .custom-menu-primary ul li.search a i {
  margin-right: 5px;
}

.desktop-header .custom-menu-primary ul li a{
  color: #882786;
  text-decoration: none;
  font-family: ChaletBook,sans-serif;
  font-size: 14px;
  line-height: 15px;
  display: block;
  vertical-align: middle;
  transition: color .15s ease-in-out;
}

.desktop-header .custom-menu-primary ul li a:hover{
  color: #420c58;
  text-decoration: none;
}

.desktop-header .custom-menu-primary .submenu.level-2{
  display:none;
  position:absolute;
  left:0;
  top:100%;
  padding:10px;
}

.desktop-header .custom-menu-primary .submenu.level-1>li.has-submenu:hover .submenu.level-2{
  display:block;
}

.desktop-header .custom-menu-primary .submenu.level-2 li{
  margin:10px 0;
  width:100%;
}

.mobile-header{
  display:none;
}

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

  .desktop-header{
    display:none
  }

  .mobile-header{
    display:block;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    transition: all .2s ease;
    position: relative;
    z-index: 9;
  }

  .mobile-header .top-links {
    height: 80px;
  }

  .mobile-header .top-row {
    display: table;
    width: 100%;
    height: 50%;
  }

  .mobile-header .top-row .column {
    display: table-cell;
    height: 100%;
    width: 50%;
    text-align: center;
    vertical-align: middle;
  }

  .mobile-header .top-row .column.right {
    background: #882786;
  }

  .mobile-header .top-row .column.left {
    background: #ede0f6;
  } 


  .mobile-header .top-link {
    border-bottom: 1px solid #882786;
    background-color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-top:1px;
  }


  .mobile-header .top-link a {
    font-family: Alternate Gothic No2 D,"sans-serif";
    font-size: 14px;
    color: #882786;
    text-decoration: none;
  }


  .mobile-header .logo-menu {
    background: #fff;
    height: 60px;
  }

  .mobile-header .logo-menu .content-wrapper {
    height: 100%;
  }

  .mobile-header .table-row {
    display: table;
    width: 100%;
    height: 100%;
  }

  .mobile-header .table-row .column {
    width: 50%;
    height: 100%;
    display: table-cell;
    vertical-align:middle;
  }

  .mobile-header .table-row .column.logo-wrap{
    text-align:left
  }

  .mobile-header .table-row .column.toggle-wrap{
    text-align:right
  }

  .mobile-header .logo svg {
    height: 25px;
  }

  .mobile-header .pull-right {
    float: right;
  }

  .mobile-header .hamburger {
    margin-top: 4px;
    margin-left: 20px;
  }

  .mobile-header .hamburger img {
    display: block;
    margin: 6px 0;
  }

  .mobile-header .search-icon {
    color: #882786;
    font-size: 14px;
    position: relative;
    margin-top: 1px;
  }

  .mobile-menu {
    transition: all .2s ease;
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    background-color: #882786;
    height: 0;
    z-index: 10;
    padding: 0 20px;
    overflow: hidden;
  }

  .mobile-menu.active {
    padding: 20px;
    height: auto;
  }

  .mobile-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

  .mobile-menu ul li {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
    position:relative;
    font-family: ChaletBook,sans-serif;
  }

  .mobile-menu ul li a {
    color: #fff;
    font-family: Alternate Gothic No2 D,"sans-serif";
    font-size: 14px;
  }
  .mobile-menu ul li a:hover,
  .mobile-menu ul li a:focus{
    color:#fff;
  }

  .mobile-menu ul li.search i{
    display:none
  }

  .mobile-menu ul li:last-child{
    margin-bottom:0;
  }

  .mobile-menu ul li ul{
    display:none;
    padding-top:10px;
  }

  .mobile-menu ul li ul.active{
    display:block;
  }

  .mobile-menu .submenu-toggle{
    display:none
  }

  .mobile-menu .menu-arrow{
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    display:block;
    font-size:14px;
    cursor:pointer
  }

  .mobile-menu .menu-arrow:after{
    content:'+'
  }

  .mobile-menu .menu-arrow.open:after{
    content:'-'
  }


  .mobile-header .support-btn a {
    font-family: Alternate Gothic No2 D,"sans-serif";
    font-size: 14px;
    color: #882786;
    text-decoration: none;
  }

  .mobile-header .support-btn a img{
    width: 19px;
    margin-right: 10px;
  }

  .mobile-header .donate-btn a{
    font-family: Alternate Gothic No2 D,"sans-serif";
    font-size: 20px;
    color: #fff;
    text-decoration: none;
  }

}
.footer{
  position:relative;
}

.footer .bg-fix {
  position: absolute;
  left: 0;
  height: 100%;
  width: 50%;
}
.footer-form form .hs-richtext a {
    text-decoration: underline;
}
.footer-form form .hs-error-msgs label,
.footer-form form label.hs-error-msg {
    font-size: 14px;
    color: #f2545b;
    line-height: 18px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.footer p{
  font-size:19px;
  line-height:28px;
}


.footer .o-icon-logo__heart{
  fill:#772583;
}

.footer .o-icon-logo__text{
  fill:#FF9E1B;
}

.footer a {
  text-decoration: none;
  transition: all .15s ease-in-out;
}

.footer .footer-logo svg{
  width: 100%;
  margin-bottom: 60px;
  max-width: 198px;
}

.d-table {
  display: table;
}

.w-100 {
  width: 100%!important;
}

.d-table-cell {
  display: table-cell;
}

.align-top {
  vertical-align: top!important;
}

.footer .left {
  background: #f5f5f5;
  padding: 60px 15px;
  width: 65%;
}

.footer .right {
  background: #ede0f6;
  padding: 60px 15px 60px 60px;
  width: 35%;
}

.footer .donate-btn a {
  display: block;
  color:#fff;
  width: 100%;
  font-size: 25px;
  line-height: 25px;
  font-family: Alternate Gothic No2 D,"sans-serif";
  text-align: center;
  background: #882786;
  padding: 10px 0;
  border-radius: 30px;
  max-width: 176px;
  font-weight: 400;
  vertical-align: middle;
  border: 1px solid transparent;
}

.footer .donate-btn a:hover{
  color:#fff;
      transform: scale(1.075);
}

.footer .donate-btn a:focus{
    outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.footer-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer-menu ul li {
  width: 100%;
  margin-bottom: 18px;
  font-family: ChaletBook,sans-serif;
  font-size: 19px;
  line-height: 28px;
}

.footer-menu ul li a {
  display: block;
  font-family: ChaletBook-Bold,sans-serif;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
}

.footer-menu.two ul li a{
  font-family: ChaletBook,sans-serif;
}

.footer .left .social {
  padding-right: 0;
}

.footer .left .social .h8 {
  margin-bottom: 6px;
}

.footer .small{
  font-family: ChaletBook,sans-serif;
  font-size: 15px;
  line-height: 23px;
  color: #464646;
  font-weight:400;
}

.footer .h8{
  font-family: Alternate Gothic No2 D,"sans-serif";
  font-size: 25px;
  line-height: 25px;
}

.footer-form form{
  width: 177px;
}

.footer-form #hs_cos_wrapper_footer_form{
  padding-top:10%;
}

.footer-form .hs-form-field label:not(.hs-error-msg) {
  font-family: "Gothic A1";
  font-size: 13px;
}

.footer-form form .hs-richtext {
  margin-bottom: 3px;
  line-height: normal;
  font-size: 14px;
  color: #33475b;
  word-break: break-word;
  font-family: "Gothic A1";
  padding-bottom:7px;
}

.footer-form form .hs-richtext p{
  margin:1em 0;
  line-height: normal;
  font-size: 14px;
}

.footer-form form .hs-richtext a{
    color: #0000EE;
}

.footer-form form .hs-richtext a:hover{
    color: #772583;
}


.footer-form form .hs-button{
  font-size: 12px;
  line-height: 12px;
  font-family: "Gothic A1";
  margin:0;
}

.footer .left .remarks {
  margin: 70px 0 30px;
}

.footer .left .remarks p {
  font-size: 12px;
  line-height: 20px;
  font-family: ChaletBook,sans-serif;
  font-weight:400;
}

.contact-section h5{
  font-family: Alternate Gothic No2 D,"sans-serif";
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.footer .right .contacts {
  margin-top: 40px;
}

.footer .right .contacts .contact {
  display: table;
  margin-bottom: 34.5px;
}

.footer .right .contacts .contact .icon {
  display: table-cell;
  margin-right: 7px;
  vertical-align: bottom;
  width: 30px;
}


.footer .right .contacts .contact .number {
  display: table-cell;
  vertical-align: bottom;
  border-bottom: 1px solid #882786;
  line-height: 1;
}

.footer .right .contacts .contact .number a .small {
  font-family: Alternate Gothic No2 D,"sans-serif";
  font-size: 22px;
  color: inherit;
}

.footer .right .contacts .contact .number a .large {
  font-family: Alternate Gothic No2 D,"sans-serif";
  font-size: 30px;
  color: inherit;
  margin-top: -6px;
  position: relative;
  display: block;
}

.footer .contact-section .btn{
  font-size: 15px;
  line-height: 17px;
  color: #882786;
  background: #ffbd2d;
  padding: 9px 9px 9px 12px;
  margin-bottom: 20px;
  text-align: center;
  width: auto;
  border-radius: 30px;
  font-family: ChaletBook,sans-serif;
  display: table;
  vertical-align: middle;
  font-weight:400;
  border: 1px solid transparent;
}

.footer .contact-section .btn>div{
  vertical-align: middle;
  display: table-cell;
}

.footer .contact-section .btn:hover{
    transform: scale(1.05);
}

.footer .right .btn .icon {
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin-left: 30px;
  background: #ede0f6;
  border-radius: 50%;
  vertical-align: text-top;
}

.footer .right .btn .icon i {
  color: #882786;
  font-size: 12px;
  letter-spacing: -3px;
}


.footer .right p {
  font-size: 12px;
  font-family: ChaletBook,sans-serif;
  font-style: italic;
}



@media (min-width: 64.01em){

  .footer .left {
    padding: 60px 60px 60px 15px;
  }

}

@media (min-width: 1024px){

  .footer p{
    font-size:18px;
    line-height:28px;
  }

}

@media (max-width: 63.99em){

  .footer .content-wrapper{
    padding:0;
  }

}

@media (max-width: 1024px){

  footer .left {
    width: 100%!important;
  }

  footer .right {
    display: table-row!important;
  }

  footer .right .footer-right-wrapper {
    padding: 40px;
  }

  .contact-section h5 {
    font-size: 30px;
    line-height: 40px;
  }

}

@media (max-width: 767px){

  footer .left .remarks {
    text-align: center;
  }

  .footer .footer-logo svg {
    margin-top: 5px;
  }

  .footer .donate-btn a{
    margin: auto;
  }

  .footer-menu.two {
    display: none;
  }

  .footer .h8 {
    font-size: 22px;
    line-height: 20px;
  }

  footer .left .social .small {
    font-size: 14px;
    line-height: 22px;
  }


}
