*, *: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: bold;
}

/**
 * 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 20px;
}

.banner-area .dnd-section {
  padding: 0;
}
.banner-area .row-fluid [class*="span"] {
  min-height: 0px !important; 
}

.dnd-section > .row-fluid,
.page-center,
.content-wrapper{
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;

}
@media only screen and (min-width: 1020px) {
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper{
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1440px) {
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper{
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: icons;
  src: url("https://7228180.fs1.hubspotusercontent-na1.net/hubfs/7228180/ProjectSunshine_July2021/fonts/icomoon.eot") format("embedded-opentype"),
    url("//7228180.fs1.hubspotusercontent-na1.net/hubfs/7228180/raw_assets/public/ProjectSunshine_July2021/fonts/icomoon.woff") format("woff"), 
      url("//7228180.fs1.hubspotusercontent-na1.net/hubfs/7228180/raw_assets/public/ProjectSunshine_July2021/fonts/icomoon.ttf") format("truetype");
        font-style: normal;
        font-weight: 400;
        }

[class^="icon-"]:before, [class^="icon-"]:after, [class*=" icon-"]:before, [class*=" icon-"]:after, [data-icon]:before, [data-icon]:after {
  display: inline-block;
  width: 1em;
  vertical-align: middle;
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-align: center;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

body {
  line-height: 1.5;
  word-break: break-word;
  text-rendering: optimizeLegibility;
}

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

* {
    -webkit-font-smoothing: antialiased;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 0px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 40px;
}
h1 {
  line-height: 1.27273;
}
h2 {
  line-height: 1.42857; 
}
h3 {
  line-height: 1.45833;
}
h4 {
  line-height: 1.25; 
}
h5 {
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: normal;
}
/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding: 0 5%;
  color: #00A7E1;
  border-left: 12px solid #E6EEEE;
  font-size: 20px;
  line-height: 1.25;
  margin: 20px auto 80px 40px;
}
blockquote p {
  color: #00A7E1;
  font-size: 20px;
  line-height: 1.25;
}
@media only screen and (min-width: 800px) {
  blockquote {
    margin-left: 60px;
    font-size: 24px;
    line-height: 1.45833;
  }
  blockquote p{
    font-size: 24px;
    line-height: 1.45833;

  }
}
/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
::selection {
  background: #00A7E1;
  color: white;
}
@media (max-width: 799px) {
  body, html {
    line-height: 2; 
  }
  h1{
    line-height: 1.27273; 
  }
  h2 {
    line-height: 1.33333;
  }
  h3 {
    line-height: 1.25; 
  }
  h4 {
    line-height: 1.5; 
  }
}
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;
}
.hs-form-field > label {
  font-family: helvetica;
  font-size: 13px;
  margin-bottom: 4px;
  line-height: 20px;
  letter-spacing: 0;
}
/* Labels */
form, form * {
    -webkit-font-smoothing: auto;
}
form label {
  display: block;
  font-family: helvetica;
  font-size: 13px;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: block;
  background-color: #f5f8fa;
  border: 1px solid;
  border-radius: 3px;
  font-size: 0.875rem;
  padding: 0 15px;
  min-height: 40px;
  width: 100%;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  outline: none;
}

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

/* Inputs - checkbox/radio */
.inputs-list:first-child {
  padding-top: 6px;
}
form .inputs-list {
  margin: 0 0 5px;
  padding: 0;
  list-style: none;
  padding-left: 5px;
}

form .inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list>li+li {
  padding-top: 2px;
}
form .inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: 4px;
}


form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

/* 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 select.is-placeholder {
  color: #bfbfbf;
}
form select {
  padding: 9px 10px;
}
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: red;
}

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

.hs-error-msg {
  color: #f2545b;
  margin-top: 0;
  font-family: helvetica;
  font-size: 13px;
  letter-spacing: 0;
}
.hs-error-msgs label {
    color: #f2545b;
}
.hs_error_rollup label {
    font-size: 14px;
}
/* Submit button */
.actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}
form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  font-family: helvetica;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
  border-radius: 3px;
  padding: 12px 24px;
  border: 1px solid #00A7E1;
  font-weight: 700;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 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;
}
.header-group {
  position: fixed;
  z-index: 2000;
  width: 100%;
  top: 0;
  background-color: #fff;
  -webkit-transition: -webkit-transform .45s cubic-bezier(0.165,0.84,0.44,1);
  transition: -webkit-transform .45s cubic-bezier(0.165,0.84,0.44,1);
  transition: transform .45s cubic-bezier(0.165,0.84,0.44,1);
  transition: transform .45s cubic-bezier(0.165,0.84,0.44,1),-webkit-transform .45s cubic-bezier(0.165,0.84,0.44,1);
}
.site-header__split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-group .page-center {
  width: auto;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: content-box;
}
.site-header-logo {
  padding-right: 25px;
  position: relative;
  z-index: 0; 
  line-height: 120px;
}
.site-header-logo img {
  width: 100% !important;
  -webkit-transition: width .45s cubic-bezier(.165,.84,.44,1),height .45s cubic-bezier(.165,.84,.44,1);
  transition: width .45s cubic-bezier(.165,.84,.44,1),height .45s cubic-bezier(.165,.84,.44,1);
}

.site-header-logo a {
  -webkit-transition: width .45s cubic-bezier(.165,.84,.44,1),height .45s cubic-bezier(.165,.84,.44,1);
  transition: width .45s cubic-bezier(.165,.84,.44,1),height .45s cubic-bezier(.165,.84,.44,1);
  width: 7.1rem;
  height: 4.85rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 12px 0;
  display: block; 
}
.site-header-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.site-header__icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-header__icons button {
  box-shadow: none;
  outline: 0;
  display: inline-block;
  -webkit-transition: color .45s cubic-bezier(0.165,0.84,0.44,1);
  transition: color .45s cubic-bezier(0.165,0.84,0.44,1);
  cursor: pointer;
  border: 0;
  background: 0;
  padding: 0;
  line-height: 1;
  vertical-align: middle;
  font-size: 20px;
}
.site-header__icons button:before {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.site-header__icons button:hover,
.site-header__icons button:focus{
  background: 0;
}
.icon-search:before, .site-search__form button:before {
  content: "\f002";
}
.header-site-nav>div {
  display: block;
  width: 100%;
}
.site-header-cta {
  display: inline-block;
  text-align: center;
  margin-right: -8px;
  margin-left: -8px;

}
.site-header .modal-search {
  position: fixed;
  z-index: 3000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  background: rgba(0,0,0,0.6);
  -webkit-transition: opacity .45s cubic-bezier(0.165,0.84,0.44,1),visibilty .45s cubic-bezier(0.165,0.84,0.44,1),-webkit-transform .45s cubic-bezier(0.165,0.84,0.44,1);
  transition: opacity .45s cubic-bezier(0.165,0.84,0.44,1),visibilty .45s cubic-bezier(0.165,0.84,0.44,1),-webkit-transform .45s cubic-bezier(0.165,0.84,0.44,1);
  transition: opacity .45s cubic-bezier(0.165,0.84,0.44,1),visibilty .45s cubic-bezier(0.165,0.84,0.44,1),transform .45s cubic-bezier(0.165,0.84,0.44,1);
  transition: opacity .45s cubic-bezier(0.165,0.84,0.44,1),visibilty .45s cubic-bezier(0.165,0.84,0.44,1),transform .45s cubic-bezier(0.165,0.84,0.44,1),-webkit-transform .45s cubic-bezier(0.165,0.84,0.44,1);
  background: #ffd200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
}
.search-open .modal-search {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.site-header .modal__inner {
  width: 100%;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.site-header .modal__body {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0;
  position: static;
  max-width: 1100px;
  background: transparent;

}
.site-header .modal__close-button {
  box-shadow: none;
  outline: 0;
  vertical-align: middle;
  border: 0;
  background: 0;
  padding: 0;
  display: inline-block;
  color: white;
  text-align: center;
  font-size: 1.5rem;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 2000;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.site-header .modal__close-button:before,
.site-header .modal__close-button:after {
  display: inline-block;
  width: 1em;
  vertical-align: middle;
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-align: center;
}
.site-header .modal__close-button:before {
  content: "\e905";
  position: absolute;
  font-size: 1em;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  -webkit-transition: -webkit-transform .45s cubic-bezier(0.175,0.885,0.32,1.5);
  transition: -webkit-transform .45s cubic-bezier(0.175,0.885,0.32,1.5);
  transition: transform .45s cubic-bezier(0.175,0.885,0.32,1.5);
  transition: transform .45s cubic-bezier(0.175,0.885,0.32,1.5),-webkit-transform .45s cubic-bezier(0.175,0.885,0.32,1.5);
}
.site-header .modal-search .modal__close-button:after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  z-index: 0;
  -webkit-box-shadow: inset 0 0 0 2px white;
  box-shadow: inset 0 0 0 2px white;
  -webkit-transition: -webkit-transform .45s cubic-bezier(0.175,0.885,0.32,1.5);
  transition: -webkit-transform .45s cubic-bezier(0.175,0.885,0.32,1.5);
  transition: transform .45s cubic-bezier(0.175,0.885,0.32,1.5);
  transition: transform .45s cubic-bezier(0.175,0.885,0.32,1.5),-webkit-transform .45s cubic-bezier(0.175,0.885,0.32,1.5);
}
.site-header .modal-search form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: white;
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid white;
}
.site-header .modal-search form label {
  display: none;
}
.site-header .modal-search .hs-search-field__input {
  font: inherit;
  margin: 0;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  padding: 10px;
  border-radius: 0;
  -webkit-transition: border-color .45s cubic-bezier(0.165,0.84,0.44,1);
  transition: border-color .45s cubic-bezier(0.165,0.84,0.44,1);
  height: 50px;
  border: 0;
  background: 0;
  padding-left: 0;
}
.site-header .modal-search form button {
  font-size: inherit;
  text-align: center;
  min-width: 50px;
  cursor: pointer;
  z-index: 2;
  left: 0;
  background: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-transition: color .45s cubic-bezier(0.165,0.84,0.44,1);
  transition: color .45s cubic-bezier(0.165,0.84,0.44,1);
  color: #fff;
  padding: 1px 6px;
}
.site-header .modal-search form button svg {
  display: none;
}
.site-header .modal-search form button:before {
  content: "\f002";
  display: inline-block;
  width: 1em;
  vertical-align: middle;
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-align: center;
}
.site-header .modal__close-button {
  box-shadow: none;
  outline: 0;
  vertical-align: middle;
  border: 0;
  background: 0;
  padding: 0;
  display: inline-block;
  color: white;
  text-align: center;
  font-size: 1.5rem;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 2000;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.site-header .modal__close-button:hover {
  color: white;
  background: 0;
}
.site-header .modal__close-button:hover:after {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.search-open {
  overflow: hidden;
}
.modal-search .hs-search-field--open .hs-search-field__suggestions {
  border: none;
}
.modal-search .hs-search-field__suggestions a, .modal-search .hs-search-field__suggestions #results-for {
  padding: 2px 8px; 
}
body {
  padding-top: 50px;
}
.site-header .cm-donate-cta {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  font-family: "montserrat", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  border: none;
  border-radius: 0;
  -webkit-transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), border-radius 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), border-radius 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
  padding: 27px 43.5px;
  background: transparent;
  text-transform: uppercase;
}

.btn-morph-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.btn__text {
  position: relative;
  z-index: 2;
}

.site-search__input.site-search__input::-moz-placeholder,
.modal-search .hs-search-field__input::-moz-placeholder{
  color: white !important;
  -webkit-transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1; 
}

.site-search__input.site-search__input:-ms-input-placeholder {
  color: white !important;
  -webkit-transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1); 
}

.site-search__input.site-search__input::-webkit-input-placeholder {
  color: white !important;
  -webkit-transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1); 
}

/* 
.header-popup-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #00A7E1 !important;
z-index: 9999;
-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 25%);
-moz-box-shadow: 0 0 5px rgba(0,0,0,.25);
box-shadow: 0 0 5px rgb(0 0 0 / 25%);
}

.header-popup-wrapper .leadin-preview-wrapper {
display: table;
max-width: 1000px;
margin: 0 auto;
padding: 0;
}

.head-poup-close button {
top: 7px;
right: 14px;
position: absolute;
border: 0 !important;
background: none !important;
padding: 0;
} */
/* 
/* .head-poup-close button:before {
display: inline-block!important;
content: "\00D7";
font-size: 25px;
font-weight: 400;
line-height: 25px;
width: 40px;
height: 40px; */
/*   text-align: right;
color: #fff;
background: transparent;
padding-top: 6px;
padding-right: 12px;
}

.header-popup-wrapper .advance-wrapper {
display: table-cell;
vertical-align: middle;
margin: 0;
line-height: 1.3;
}

.header-popup-wrapper .leadin-preview-wrapper h4 {
margin: 0;
text-align: right;
font-size: 16px;
padding-top: 4px;
display: table-cell;
padding-right: 20px;
line-height: 1.4;
}

.header-popup-inner {
padding: 8.4px 0;
}

.header-popup-wrapper .advance-wrapper a {
padding: 7px 23.8px;
border-radius: 3.5px;
text-align: center;
font-size: 14px;
background: #FFFFFF !important;
color: #00A7E1 !important;
line-height: 1;
font-family: system-ui,serif;
display: inline-block;
} */

/* .header-popup-wrapper .advance-wrapper a:hover { 
color: #0086b4 !important;
} */
@media (min-width: 800px) {
  .site-header__icons button {
    padding: 20px;
  }
  .header-mobile-nav-wrapper {
    padding-top: 63px;
  }
}

@media (min-width: 1020px) {
  .header-group .page-center {
    padding-left: 40px;
    padding-right: 40px;
  }
  .site-header-logo {
    padding-right: 40px;
  }

}
@media (min-width: 1440px) {
  .site-header-logo {
    padding-right: 60px;
  }
}   
@media (min-width: 1180px) {
  .site-header-logo #hs_cos_wrapper_site_logo_mobile,
  .header-mobile-nav-wrapper,
  .site-header__toggle{
    display: none; 
  }
  body {
    padding-top: 120px;
  }
  .header-site-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .scroll-header .site-header-logo a {
    width: 3.5rem;
    height: 2.4rem;
    position: relative;
    top: 4px;
    line-height: 50px;
  }

}
@media (min-width: 800px) {
  .site-header__icons button {
    padding: 20px;
  } 
}   
@media (max-width: 1179px) {
  .site-header-logo {
    line-height: initial;
  }
  .site-header-logo #hs_cos_wrapper_site_logo{
    display: none;
  }
  .site-header-logo a {
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 6.25rem;
    height: 1.95rem;
    margin: 12px 0;
  }
  .site-header-cta,
  .header-site-nav{
    display: none; 
  }
  .site-header__toggle {
    margin: 0;
    border: 0;
    border-radius: 0;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    font-family: "montserrat",Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    position: relative;
    background: transparent !important;
    min-width: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
  }
  .btn-toggle__bar {
    display: block;
    position: absolute;
    border-top: 2px solid #00a7e1;
    -webkit-transition: all .45s cubic-bezier(0.165,0.84,0.44,1);
    transition: all .45s cubic-bezier(0.165,0.84,0.44,1);
    top: 50%;
    width: 100%;
  }
  .btn-toggle__bar:nth-of-type(1) {
    -webkit-transform: translateY(-webkit-calc(-50% - 6px));
    transform: translateY(calc(-50% - 6px))
  }

  .btn-toggle__bar:nth-of-type(2) {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .btn-toggle__bar:nth-of-type(3) {
    -webkit-transform: translateY(-webkit-calc(-50% + 6px));
    transform: translateY(calc(-50% + 6px))
  }

  .mobile-open {
    overflow: hidden
  }

  .mobile-open .btn-toggle__bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .mobile-open .btn-toggle__bar:nth-of-type(2) {
    -webkit-transform: translate3d(-100%,-50%,0);
    transform: translate3d(-100%,-50%,0);
    opacity: 0
  }

  .mobile-open .btn-toggle__bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }


  .header-mobile-nav-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    background: rgba(0,0,0,0.6);
    -webkit-transition: opacity .45s cubic-bezier(0.165,0.84,0.44,1),visibilty .45s cubic-bezier(0.165,0.84,0.44,1),-webkit-transform .45s cubic-bezier(0.165,0.84,0.44,1);
    transition: opacity .45s cubic-bezier(0.165,0.84,0.44,1),visibilty .45s cubic-bezier(0.165,0.84,0.44,1),-webkit-transform .45s cubic-bezier(0.165,0.84,0.44,1);
    transition: opacity .45s cubic-bezier(0.165,0.84,0.44,1),visibilty .45s cubic-bezier(0.165,0.84,0.44,1),transform .45s cubic-bezier(0.165,0.84,0.44,1);
    transition: opacity .45s cubic-bezier(0.165,0.84,0.44,1),visibilty .45s cubic-bezier(0.165,0.84,0.44,1),transform .45s cubic-bezier(0.165,0.84,0.44,1),-webkit-transform .45s cubic-bezier(0.165,0.84,0.44,1);
    z-index: 999;
    padding-top: 50px;
    background-color: rgba(255,210,0,1.0);
  }

  .mobile-open .header-mobile-nav-wrapper {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    height: auto;
    overflow: auto
  }
  .header-mobile-nav {
    border-top: 5px solid #fff;
    background-image: url(//7228180.fs1.hubspotusercontent-na1.net/hubfs/7228180/raw_assets/public/ProjectSunshine_July2021/images/sunshine.svg);
    background-position: right -120px bottom -160px;
    background-repeat: no-repeat;
    -webkit-background-size: 400px 400px;
    background-size: 400px;
    width: 100%;
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: auto
  }

  .header-mobile-nav-wrapper .site-header-button {
    display: block;
    width: 100%;
    box-sizing: border-box
  }

  .header-mobile-nav .hs-menu-wrapper>ul {
    margin-bottom: 20px;
    display: block
  }

  .header-mobile-nav .hs-menu-wrapper>ul ul {
    display: none
  }

  .mobile-nav-inner {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-mobile-nav .hs-menu-wrapper>ul a {
    color: #282828;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 25px;
    display: inline-block;
    line-height: 1;
    position: relative;
    z-index: 1
  }

  .child-trigger {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    -webkit-transition: color .45s cubic-bezier(0.165,0.84,0.44,1);
    transition: color .45s cubic-bezier(0.165,0.84,0.44,1);
    position: relative;
    z-index: 0;
    color: #282828;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 25px;
    height: 60px;
    text-align: right;
    cursor: pointer;
    position: absolute;
    width: 100%;
    cursor: pointer;
    left: 0;
    top: 0
  }

  .header-mobile-nav .hs-menu-wrapper>ul>li.active>a:after,
  .header-mobile-nav .hs-menu-wrapper>ul>li.active-branch>a:after,
  .header-mobile-nav .hs-menu-wrapper>ul ul>li.active>a:after {
    content: '';
    display: block;
    border-bottom: 2px solid;
    padding-top: 5px;
    position: absolute;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px)
  }

  .header-mobile-nav .hs-menu-wrapper>ul li {
    position: relative;
    line-height: 60px;
  }

  .header-mobile-nav .hs-menu-wrapper>ul ul {
    overflow: hidden;
    width: 100%;
    padding-left: 20px;
    position: static !important;
    opacity: 1 !important;
  }

  .header-mobile-nav .hs-menu-wrapper>ul ul li:first-child {
    margin-top: -10px
  }

  .header-mobile-nav .hs-menu-wrapper>ul ul a {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.25
  }

  .child-trigger:before {
    content: "\f05b";
    display: inline-block;
    width: 1em;
    vertical-align: middle;
    font-family: 'icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-align: center;
    font-size: 1.2em;
    color: white
  }

  .child-open>.child-trigger:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }

  .header-mobile-nav .hs-menu-wrapper>ul li.child-open {
    background-color: rgba(244,159,10,1.0);
    padding-bottom: 10px
  }

  .site-header-button .btn__text {
    color: #00a7e1
  }
  .header-mobile-nav-wrapper .site-header-cta {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    min-width: unset;
  }
  .header-mobile-nav-wrapper .site-header-cta .btn__text {
    color: #00A7E1;
  }
  .header-mobile-nav-wrapper #hs_cos_wrapper_mobile_menu {
    display: block;
    width: 100%;
    max-width: 308px;
  }
  .site-header__icons button {
    padding: 10px;
    font-size: 20px;
    line-height: 0.75;
  }

  .header-mobile-nav-wrapper .site-header-cta {
    display: inline-block;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .header-mobile-nav-wrapper .site-header-cta a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    font-family: "montserrat", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    padding: 20px;
    min-width: 160px;
    cursor: pointer;
    margin: 0;
    border: none;
    border-radius: 0;
    -webkit-transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), border-radius 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), border-radius 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    color: white;
    background-color: #00A7E1;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    margin-left: -8px;
    margin-right: -8px;
    background: transparent;
    padding: 27px 40px;
    width: 100%;
    box-sizing: border-box !important;
  }

  .header-mobile-nav-wrapper .site-header-cta .btn__text {
    color: #00a7e1;
    text-transform: uppercase;
  }


}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

  .btn-toggle__bar:nth-of-type(1) {
    margin-top: -6px; 
  }
  .btn-toggle__bar:nth-of-type(3) {
    margin-top: 4px; 
  }
  .mobile-open .btn-toggle__bar:nth-of-type(1) {
    margin-top: 0px; 
    transform: rotate(-45deg) !important;
  }
  .mobile-open .btn-toggle__bar:nth-of-type(3) {
    margin-top: 0px; 
    transform: rotate(45deg) !important;
  }
}

@media (min-width: 800px) {
  .header-mobile-nav-wrapper {
    padding-top: 63px;
  }
  .site-header__icons button {
    padding: 20px !important;
  }
}
@media (max-width: 799px) {
  .site-header .modal-search .hs-search-field__input,
  .site-header .modal-search form button{
    font-size: 14px;
  } 
}
@media (max-width:479px){
  .child-trigger {
    padding-right: 0;
    top: 0;
  } 
}
@media (max-width:400px){
  .header-mobile-nav .hs-menu-wrapper>ul ul {
    padding-left: 10px;
  }
}

/* 
@media (max-width:767px) {
.header-popup-wrapper .leadin-preview-wrapper h4 {
font-size: 20px!important;
text-align:left;
display: inline-block;
}

.header-popup-wrapper .leadin-preview-wrapper {
display: block;
}

.header-popup-inner {
padding: 14px 21px 21px;
}

.header-popup-wrapper .advance-wrapper a {
font-size: 18px;
width: 100%;
padding: 9px 30.6px;
font-family: "montserrat", Helvetica Neue, Helvetica, Arial, sans-serif;
}

.header-popup-wrapper .advance-wrapper {
display: block;
margin-top: 1px;
} */
}
.footer {
  background-color: ;
}

.footer-group {
  padding: 40px 0 20px;
}
.tool-container.tool-top, .tool-container.tool-bottom {
  bottom: 50px !important;
  top: auto !important;
}
.footer-group .page-center {
  max-width: 1280px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}

.site-footer__menu ul {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  text-align: center;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-bottom: 20px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.site-footer__menu ul li {
  display: inline-block;
  border: none;
  font-size: 16px;
  line-height: 1.25;
  width:100%;
}

.site-footer__menu ul li a {
  display: block;
  position: relative;
  z-index: 1;
  padding: 10px 0;
  line-height: 1.3;
}

.site-footer-icons {
  position: relative;
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
}

.footer-content-group p {
  margin-bottom: 0;
  text-align: center;
}

.footer-content-group p small {
  letter-spacing: 0.01em;
  font-size: 14px;
  line-height: 0.85714;
}

.footer-content-group p small a {
  text-decoration: underline;
}

.site-footer-badges {
  margin-left: 10px;
  margin-top: 60px;
}

.site-footer-badges img {
  max-width: 80px;
  max-height: 80px;
  display: inline-block;
  vertical-align: middle;
}

.site-footer-social {
  color: #F49F0A;
  margin-bottom: 20px;
}

.site-footer__menu ul {
  margin:0 auto !important; 

}

.site-footer__menu ul li a:hover {
  color: #00A7E1;
}
#glt-translate-trigger {
  background: #f89406 !important;
  left: 20px;
  right: auto !important;
  cursor: pointer;
}
#glt-footer, #glt-footer #google_language_translator {
  display: none !important;
}
.tool-container .tool-items a {
  display: inline-block;
  margin: 3px 5px 3px;
  width: 24px !important;
  height: 18px !important;
}
.tool-container .tool-items a[title="Chinese (Simplified)"] {
  background: url(//7228180.fs1.hubspotusercontent-na1.net/hubfs/7228180/raw_assets/public/ProjectSunshine_July2021/images/flags.png) 0 -61px no-repeat;
}
.tool-container a.united-states[title="English"] {
  background: url(//7228180.fs1.hubspotusercontent-na1.net/hubfs/7228180/raw_assets/public/ProjectSunshine_July2021/images/flags.png) -116px -351px no-repeat !important;
}
.tool-container .tool-items a[title="French"] {
  background: url(//7228180.fs1.hubspotusercontent-na1.net/hubfs/7228180/raw_assets/public/ProjectSunshine_July2021/images/flags.png) -116px -90px no-repeat
}
.tool-container .tool-items a[title="Spanish"] {
  background: url(//7228180.fs1.hubspotusercontent-na1.net/hubfs/7228180/raw_assets/public/ProjectSunshine_July2021/images/flags.png) 0 -322px no-repeat;
}
.tool-container .tool-items a[title="Swahili"] {
  background: url(//7228180.fs1.hubspotusercontent-na1.net/hubfs/7228180/raw_assets/public/ProjectSunshine_July2021/images/flags.png) -29px -322px no-repeat;
}

.leadin-preview-wrapper {
  padding: 14px 21px 21px;
}

.dyno-image {
  display: table-cell;
  width: 122px;
  vertical-align: middle;
  float: left;
  vertical-align: top;
  float: left;
  width: 100px;
  margin-right: 22px;
}

.dyno-image img {
  max-width: 100px;
  height: auto;
  width: auto;
}

.dyno-image img {
  display: block;
  margin: 0 auto;
}

.leadinModal-content {
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.25);
  box-shadow: 0 0 5px rgb(0 0 0 / 25%);
  animation: leadinModal-slideup .5s;
  -webkit-animation: leadinModal-slideup .5s;
  -moz-animation: leadinModal-slideup .5s;
  -ms-animation: leadinModal-slideup .5s;
  -o-animation: leadinModal-slideup .5s;
  -webkit-backface-visibility: hidden;
  bottom: 0;
  overflow: auto;
  max-height: 70%;
  border-top-width: 5px;
  border-top-style: solid;
  position: fixed;
  background: #1c3c7a !important;
  width: 420px;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -ms-border-radius: 5px 0 0 0;
  -o-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  right: 0;
  left: auto;
  border-color: #1c3c7a !important;
  border: 0;
  z-index:99997;
}

.advance-wrapper {
  margin-left: 122px;
}

.popup-appear .leadin-preview-wrapper {
  padding: 0;
}

.popup-appear .leadinModal-content {
  padding: 14px 21px 21px;
  background-color: #ebebeb !important;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -ms-border-radius: 5px 0 0 0;
  -o-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0 !important;
  border-color: #1c3c7a !important;
  border-top-width: 5px;
  border-top-style: solid;
}

.popup-appear .leadin-preview-wrapper h4 {
  color: #444;
}

.popup-appear .advance-wrapper {
  display: none;
}

.content-form {
  display: none;
  padding-top: 21px;
}

.popup-appear .content-form {
  display: block;
}

.popup-appear .clearfix-image {
  clear: both;
}

.content-form .form-title {
  margin: 0 !important;
}

.content-form .hs-form-field > label {
  padding-top: 11.200px;
  color: #666;
  font-size: 14px;
  font-weight: 600;
  font-family: "montserrat", Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: .4px;
}

.content-form .hs-input.invalid.error {
  -webkit-box-shadow: inset 0 0 3px 1px #f33f33;
  -moz-box-shadow: inset 0 0 3px 1px #f33f33;
  box-shadow: inset 0 0 3px 1px #f33f33;
  border-color: #ddd;
}

.content-form .hs-error-msgs label {
  color: #f33f33;
  font-size: 11.2px;
  font-weight: 400;
  font-family: "montserrat", Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: .4px;
}

.popup-appear .leadinModal-close:before {
  color: #7a7676 !important;
}


.content-form .hs-input {
  line-height: 1.5;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  -webkit-border-radius: .25em;
  -moz-border-radius: .25em;
  -ms-border-radius: .25em;
  -o-border-radius: .25em;
  border-radius: .25em;
  width: 100%;
  padding: 7px;
  border: 1px solid #ddd;
  resize: vertical;
  height: 36.3906px;
  min-height: auto;
  margin-top: 5.2px;
  background: #fff;
}

.content-form .hs-form-field {
  margin: 0;
}

.content-form .actions {
  margin: 0;
  padding: 0;
}

.content-form .actions .hs-button {
  background: #1c3c7a !important;
  color: #FFFFFF !important;
  width: 100%;
  line-height: 1;
  border-radius: 3.5px;
  font-size: 14px;
  display: inline-block;
  padding: 9.8px 23.8px;
  font-weight: 400;
  font-family: "montserrat", Helvetica Neue, Helvetica, Arial, sans-serif;
  border: 0;
  margin-top: 14px;
  transition:none;
}

.advance-wrapper button.leadin-button {
  padding: 9.800px 23.800px;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  border: 0 none transparent;
  background: #FFFFFF !important;
  color: #1c3c7a !important;
  line-height: 1;
}

.leadin-preview-wrapper h4 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18.2px;
  margin-right: 21px;
  line-height: 1.4;
  font-family: "montserrat", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-left: 122px;
  letter-spacing: 0;
}

.leadinModal-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1000;
}

.content-form .actions .hs-button:hover {
  background: #224892 !important;
}

.leadinModal-close,
.leadinModal-close:before {
  -webkit-border-radius: 4.62px;
  -moz-border-radius: 4.62px;
  -ms-border-radius: 4.62px;
  -o-border-radius: 4.62px;
  border-radius: 4.62px;
  background: transparent !important;
  border: none !important;
  padding: 0;
}

.leadinModal-close:before {
  display: inline-block!important;
  content: "\00D7";
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  width: 40px;
  height: 40px;
  text-align: right;
  color: #bbb;
  background: transparent;
  padding-top: 6px;
  padding-right: 12px;
  color: #FFFFFF !important;
}

@media(min-width:480px){

  .site-footer__menu ul li a {
    line-height: 1;
  }

}

@media only screen and (min-width: 800px){
  .footer-group {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .site-footer__menu ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-footer__menu ul li {
    width: auto;
    margin: 10px;
  }

  .site-footer-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    widows: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .site-footer-badges {
    margin-top: 0;
  }

  .site-footer-badges img {
    margin: 0 10px;
    max-width: 100px;
    max-height: 100px;
  }

  .site-footer-social {
    display: block;
    margin-bottom: 0;
  }



}

@media only screen and (min-width: 1020px){
  .footer-group .page-center  {
    padding-left: 40px;
    padding-right: 40px;
  }

}

@media only screen and (min-width: 1440px){
  .footer-group .page-center  {
    padding-left: 60px;
    padding-right: 60px;
  }
}



@media (max-width:767px) {
  .footer-popup-wrapper .leadinModal-content {
    width: 100% !important;
  }

  .advance-wrapper button.leadin-button {
    font-size: 18px;
    padding: 12.6px 30.6px;
  }

  .clearfix-image {
    clear: both;
  }

  .advance-wrapper {
    margin: 0;
  }

  .dyno-image img {
    max-width: 80px;
    max-height: 80px;
  }

  .dyno-image {
    display: inline-block;
    float: left;
    vertical-align: top;
    margin-bottom: 15px;
    width: 80px!important;
    margin-right: 20px!important;
  }

  .leadin-preview-wrapper h4 {
    font-size: 20px;
    margin-left: 100px;
    margin-bottom: 0;
  }

  .popup-appear .leadinModal-content {
    padding: 21px 17.5px;
  }

  .content-form .actions .hs-button {
    font-size: 18px;
    padding: 9px 30.6px;
    margin-bottom: 14px;
  }

  .content-form .hs-form-field>label {
    margin-bottom: 3px;
        letter-spacing: .28px;
  }

  .content-form {
    padding: 0;
  }
}
/* 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;
  }
}
/**
*
* Keyframes
*
*/
@-webkit-keyframes rotate-pulse {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes rotate-pulse {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } 
}

@-wekbkit-keyframes rotate-pulse {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-webkit-keyframes bounce {
  from {
    -webkit-transform: transformY(-10px);
    transform: transformY(-10px); }
  to {
    -webkit-transform: transformY(10px);
    transform: transformY(10px); } }

@keyframes bounce {
  from {
    -webkit-transform: transformY(-10px);
    transform: transformY(-10px); }
  to {
    -webkit-transform: transformY(10px);
    transform: transformY(10px); } 
}

@-wekbkit-keyframes bounce {
  from {
    -webkit-transform: transformY(-10px);
    transform: transformY(-10px); }
  to {
    -webkit-transform: transformY(10px);
    transform: transformY(10px); } }

@-webkit-keyframes button-hover {
  0%, 100% {
    -webkit-transform: translateX(-100%) translateY(0);
    transform: translateX(-100%) translateY(0); }
  5% {
    -webkit-transform: translateX(-100%) translateY(0);
    transform: translateX(-100%) translateY(0); }
  80% {
    -webkit-transform: translateX(100%) translateY(0);
    transform: translateX(100%) translateY(0); }
  90% {
    -webkit-transform: translateX(100%) translateY(-100%);
    transform: translateX(100%) translateY(-100%); } 
}

@keyframes button-hover {
  0%, 100% {
    -webkit-transform: translateX(-100%) translateY(0);
    transform: translateX(-100%) translateY(0); }
  5% {
    -webkit-transform: translateX(-100%) translateY(0);
    transform: translateX(-100%) translateY(0); }
  80% {
    -webkit-transform: translateX(100%) translateY(0);
    transform: translateX(100%) translateY(0); }
  90% {
    -webkit-transform: translateX(100%) translateY(-100%);
    transform: translateX(100%) translateY(-100%); } 
}

@-wekbkit-keyframes button-hover {
  0%, 100% {
    -webkit-transform: translateX(-100%) translateY(0);
    transform: translateX(-100%) translateY(0); }
  5% {
    -webkit-transform: translateX(-100%) translateY(0);
    transform: translateX(-100%) translateY(0); }
  80% {
    -webkit-transform: translateX(100%) translateY(0);
    transform: translateX(100%) translateY(0); }
  90% {
    -webkit-transform: translateX(100%) translateY(-100%);
    transform: translateX(100%) translateY(-100%); } 
}

[class*="force-full-width-section"]>.row-fluid {
  padding: 0;
}
.body-container--home .dnd-section {
  padding-top: 90px;
  padding-bottom: 60px;
}
.body-container--home .dnd-section>.row-fluid{
  max-width: 940px;
}
.body-container--home .widget-type-rich_text h3 {
  color: #00A7E1;
}
.body-container--home .widget-type-rich_text ul,
.full-width-page .widget-type-rich_text ul{
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.body-container--home .widget-type-rich_text ul li,
.full-width-page .widget-type-rich_text ul li{
  margin-bottom: 10px;
  padding-left: 1em;
}
.body-container--home .widget-type-rich_text ul li:before,
.full-width-page .widget-type-rich_text ul li:before{
  content: "• ";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.location-section-1 .widget-type-linked_image img {
  display: block; 
}

.donate-page-wrapper .widget-type-rich_text img {
  display: block; 
  margin: 0 auto; 
  max-width: 100% !important;
}
.full-width-page .widget-type-rich_text img {
  display: block;
  margin: auto;
  max-width: 100% !important;
}
.full-width-page .widget-type-linked_image img {
  max-width: calc( 100% + (20px * 6)) !important;
  margin-left: -60px;
  margin-right: -60px;
  display: block;
  margin-bottom: 40px;
}
.body-container--home .advanced-button {
  padding: 0;
}
.body-container--home .advanced-button .btn-wrapper .btn-col {
  margin-bottom: 0;
}

.full-width-page form .hs-richtext {
  margin-bottom: 3px;
  line-height: 24px;
  font-size: 14px;
  color: #33475b;
}
.full-width-page form .hs-richtext p {
  font-family: helvetica;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  margin-top: 1em;
  margin-bottom: 1em;
  letter-spacing: 0;
}
.full-width-page form .hs-richtext h1 {
  font-size: 28px;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  line-height: 24px;
  font-family: helvetica;
  color: #33475b;
  letter-spacing: 0;
}
.full-width-page form .inputs-list label > span {
  color: #33475b;
  font-family: helvetica;
  font-size: 14px;
  line-height: 18px;
  vertical-align: top;
  padding-left: 2px;
}
.full-width-page .hs_i_agree_to_receive_other_communications_from_project_sunshine_ {
  margin-bottom: 8px;
}
.full-width-page form .hs-form-booleancheckbox-display input {
  float: left;
}

.full-width-page form .hs-form-booleancheckbox-display>span {
  display: block;
  margin-left: 20px;
  padding-left: 0px !important;
}
.full-width-page form input[type=submit] {
  display: block;
  line-height: 12px;
}
.inquiry-page-wrapper .dnd-section>.row-fluid,
.application-page-wrapper .dnd-section>.row-fluid{
  max-width: 940px;
}

.inquiry-page-wrapper fieldset.form-columns-3 .hs-form-field {
  width: 33.3% !important;
}
.inquiry-page-wrapper fieldset.form-columns-3 .hs-input,
.inquiry-page-wrapper fieldset.form-columns-2 .hs-input,
.full-width-page fieldset.form-columns-2 .hs-input{
  width: 90% !important;
}
.inquiry-page-wrapper fieldset.form-columns-1 .hs-input:not([type=checkbox]):not([type=radio]),
.inquiry-page-wrapper fieldset.form-columns-2 > div:last-child .hs-input,
.inquiry-page-wrapper fieldset.form-columns-3 > div:last-child .hs-input,
.full-width-page fieldset.form-columns-1 .hs-input:not([type=checkbox]):not([type=radio]),
.full-width-page fieldset.form-columns-2 > div:last-child .hs-input,
.full-width-page fieldset.form-columns-3 > div:last-child .hs-input{
  width: 100% !important;
}
.inquiry-page-wrapper form textarea.hs-input {
  min-height: 66px;
}
.inquiry-page-wrapper form{
  padding-top: 60px;
}
.email-list-wrapper form {
  padding-top: 60px; 
  margin-bottom: 40px;
}

.application-page-wrapper .hs_cos_wrapper_type_form {
  max-width: 700px;
  display: block;
}
.application-page-wrapper form{
  border-width: 2px;
  border-style: solid;
  padding: 0 8px 15px 8px;
  margin-left: 6px;
  margin-right: 6px;
}
.application-page-wrapper .hs-form-field>label {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  padding-right: 5px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: bold;
  cursor: pointer;
  padding-bottom: 4px;
  font-family: 'Montserrat';
  color: #282828;
  margin-bottom: 4px;
}

.application-page-wrapper form input[type=text], 
.application-page-wrapper form input[type=email],
.application-page-wrapper form input[type=password], 
.application-page-wrapper form input[type=tel],
.application-page-wrapper form input[type=number],
.application-page-wrapper form input[type=file], 
.application-page-wrapper form select,
.application-page-wrapper form textarea {
  padding: 20px;
  font-family: inherit;
  font-size: inherit;
  height: 50px;
  border: 2px solid #E6EEEE;
  line-height: 30px;
  border-radius: 0px;
  background-color: #fff;
  color: #282828;
}
.application-page-wrapper form input[type=text]:focus, 
.application-page-wrapper form input[type=email]:focus,
.application-page-wrapper form input[type=password]:focus, 
.application-page-wrapper form input[type=tel]:focus,
.application-page-wrapper form input[type=number]:focus,
.application-page-wrapper form input[type=file]:focus, 
.application-page-wrapper form select:focus, 
.application-page-wrapper form textarea:focus {
  border-color: #282828;
  outline: none;
}
.application-page-wrapper form .hs-richtext {
  margin: 15px 0 0;
  font-size: inherit;
}
.application-page-wrapper form .hs-richtext label {
  padding: 0 8px;
  font-size: 20px;
  line-height: 1.5;
  font-family: inherit;
  color: #282828;
  margin: 0;
  display: inline-block;
}
.application-page-wrapper form .hs-form-field {
  margin-top: 15px;
  margin-bottom: 0px;
}
.application-page-wrapper fieldset.form-columns-1 .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100% !important;
}
.application-page-wrapper fieldset select.hs-input {
  padding: 10px;
  color: #282828;
}
.application-page-wrapper fieldset.form-columns-3,
.application-page-wrapper fieldset.form-columns-2{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}

.application-page-wrapper fieldset.form-columns-3 .hs-form-field,
.application-page-wrapper fieldset.form-columns-2 .hs-form-field {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;

}
.application-page-wrapper fieldset.form-columns-2 .hs-form-field {
  width: auto !important;
}
.application-page-wrapper fieldset.form-columns-3 .input,
.application-page-wrapper fieldset.form-columns-1 .input,
.application-page-wrapper fieldset.form-columns-2 .input{
  margin-right: 0px !important;
}
.application-page-wrapper form .inputs-list label > span {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 30px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: bold;
  font-family: 'Montserrat';
  display: block;
  padding-bottom: 9px;
}
.application-page-wrapper form .hs-richtext p {
  font-size: inherit;
  line-height: 1.5;
  border: 2px solid transparent;
  padding: 2px 6px;
  margin: 0;
}
.application-page-wrapper form .hs-richtext a {
  font-size: 20px;
  line-height: inherit;
}
.application-page-wrapper form input[type=submit] {
  font-family: "montserrat", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  padding: 20px;
  min-width: 160px;
  border-radius: 0;
  -webkit-transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), border-radius 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), border-radius 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.application-page-wrapper form input[type=submit]:hover {
  color: white;
  background-color: #0090c2;
}
.application-page-wrapper form .hs-error-msg {
  color: #D46161;
  font-weight: 700 !important;
  font-size: 20px;
  line-height: 1.5 !important;
  font-family: "montserrat", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.application-page-wrapper form .form-columns-3 ul.no-list.hs-error-msgs.inputs-list,
.application-page-wrapper form .form-columns-2 ul.no-list.hs-error-msgs.inputs-list{
  max-width: 250px;
  border: none;
}
.application-page-wrapper form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  max-width: unset;
  border: none;
}
.application-page-wrapper form ul.no-list.hs-error-msgs.inputs-list label {
  color: #D46161;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}
.application-page-wrapper .inputs-list label {
  position: relative;
  color: #282828;
}
.application-page-wrapper input[type=checkbox],
.application-page-wrapper input[type="radio"]{
  opacity: 0;
  visibility: none;
  display: none;
}
.application-page-wrapper input[type="checkbox"] + span:before {
  color: #00A7E1;
  font-family: 'icons';
  text-align: center;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  content: '';
}
.application-page-wrapper input[type="checkbox"] + span:after {
  content: '';
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 1px solid #282828;
  top: 0;
}

.application-page-wrapper input[type="checkbox"]:checked + span:before {
  content: "\e116";
}
.application-page-wrapper input[type="radio"] + span:before {
  content: '';
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.application-page-wrapper input[type="radio"] + span:after {
  content: '';
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 1px solid #282828;
  border-radius: 50%;
}

.application-page-wrapper input[type="radio"]:checked + span:before {
  background: #00A7E1;
}
.application-page-wrapper .inputs-list:first-child {
  border: 1px solid #eeeeee;
}
.application-page-wrapper .actions {
  border: 2px solid transparent;
  padding: 10px 2px;
  margin-top: 15px;
  margin-bottom: 0px;
}
.application-page-wrapper form fieldset:first-child > .hs-richtext {
  margin-top: 0;
  display: inline-block;
  position: relative;
  background: #fff;
  margin-bottom: 2px;
}
.application-page-wrapper form textarea {
  padding: 0 20px;
  min-height: 64px;
}
.application-page-wrapper form .hs-dependent-field .hs-organization.hs-fieldtype-text {
  width: 32.3%;
  float: left;
  margin-right: 4px;
  margin-bottom: 15px;
}
.application-page-wrapper form .hs-dependent-field .hs-city_permanent_add.hs-fieldtype-text {
  width: 32.3%;
  float: left;
  margin-right: 4px;
  margin-bottom: 15px;
}
.application-page-wrapper form .hs-dependent-field .hs-state__exp_.hs-fieldtype-select {
  width: 33.3%;
  float: left;
  margin-bottom: 15px;
}
.email-list-wrapper .actions {
  text-align: center;
}
.email-list-wrapper form input[type=submit] {
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
}
.volunteers-section-1 .boxed-content h2 {
  color: #282828;
  text-align: left;
}
.volunteers-section-1  .boxed-content .btn-col {
  padding-top: 0px;
}
.volunteers-section-1 .boxed-content .btn-col a {
  padding: calc(.667em + 2px) calc(1.333em + 2px);
}
.volunteers-section-1 .boxed-content .bottom-content {
  padding-top: 0;
}
.volunteers-section-1 .boxed-content button,
.drmin-page-wrapper .boxed-content button,
.location-page-wrapper .boxed-content button{
  background-color: #0693e3;
  color: #fff;
  display: block;
  font-size: 1.125em;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  box-sizing: border-box;
  border-radius: 9999px;
  box-shadow: none;
  cursor: pointer;
  background-image: none;
  box-shadow: none;
  border: 0;
  margin: 0 auto;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.volunteers-section-1 .boxed-content button a,
.drmin-page-wrapper .boxed-content button a,
.location-page-wrapper .boxed-content button a{
  color: #fff;
}
.drmin-page-wrapper .boxed-content iframe {
  margin: 0 auto 20px;
  border: none;
  display: inline-block !important;
}
.volunteers-section-2 .location-accordion-section {
  margin-top: 0;
}
.volunteers-section-1 .boxed-content a.btn-cta {
  font-weight: 400;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
}
.volunteers-section-1 .boxed-content a.btn-cta:hover {
  color: #fff; 
}
.sma-section-1 {
  border: 2px solid #00A7E1;
  padding: 40px 25px;
}
.sma-section-1 > div {
  padding-left: 30px;
  padding-right: 30px;
}
.sma-section-1 .dnd-section > .row-fluid {
  max-width: 100%;
  padding: 0;
}
.sma-section-1 .widget-type-rich_text table{
  border: 1px solid #c1c1c1;
  margin-bottom: 40px;
  border-collapse: collapse;
}
.sma-section-1 .widget-type-rich_text table td {
  padding: 0 10px;
  border: 0;
}
.sma-section-1 .widget-type-rich_text table p:last-child {
  margin-bottom: 0px; 
}
.sma-section-1 .widget-type-rich_text ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
  margin-top: 0;
}
.sma-section-1 .widget-type-rich_text ul li {
  margin-bottom: 10px;
  padding-left: 1em;
}
.sma-section-1 .widget-type-rich_text ul li:before {
  content: "• ";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.sma-page-wrapper .hs-richtext {
  line-height: 24px;
  font-size: 14px !important;
  color: #33475b;
  margin-bottom: 3px !important;
  font-family: helvetica;
}
.sma-page-wrapper .hs-richtext h1 {
  font-size: 28px !important;
  margin: 0.67em 0;
  font-weight: bold;
  font-family: helvetica !important;
  line-height: 24px;
  color: #33475b;
  letter-spacing: 0;
  padding-bottom: 1px;
}
.sma-page-wrapper form {
  margin-bottom: 20px;
}
.sma-page-wrapper form input[type=submit] {
  display: block;
}
.body-container--home .boxed-content p img {
  display: block;
  margin: 0 auto;
}
.body-container--home  .boxed-content.full-col .form-col {
  padding-top: 60px;
}
.body-container--home .boxed-content .hs-richtext {
  margin-bottom: 3px;
}
.body-container--home .boxed-content .hs-richtext p {
  font-size: 14px;
  margin: 14px 0px;
  line-height: 24px;
  font-family: Lato;
  letter-spacing: 0px;
  color: #33475b;
}
.body-container--home .boxed-content .form-col form {
  margin-bottom: 20px; 
}
.body-container--home .boxed-content .form-col .actions {
  padding: 17px 0px;
  margin-top: 18px;
  margin-bottom: 18px;
}
.body-container--home .boxed-content .form-col .actions input.hs-button.primary.large{
  font-family: Lato;
  display: block; 
}
.body-container--home .boxed-content .form-col label{
  font-family: Lato;
}
.body-container--home .legal-consent-container .hs-form-booleancheckbox-display>span {
  font-size: 14px;
}
.body-container--home .embed-container .iframe-wrapper iframe {
  position: static;
  height: 315px;
  width: 560px;
}

.body-container--home .embed-container .iframe-wrapper {
  padding-bottom: 0;
  background: transparent;
  margin-bottom: 0px !important;
}
.impact-page-wrapper .content-with-icon .content-col p:last-of-type{
  margin: 0 0 40px;;
}
.impact-page-wrapper .content-image-section .content h2 {
  margin-bottom: 40px;
}
.program-page-wrapper .widget-type-rich_text p img{
  display: block;
  margin-left: -25px;
  margin-right: -25px;
  max-width: calc( 100% + (25px * 2)) !important;
}
.program-page-wrapper .boxed-content p img{
  display: block;
  margin-left: -25px;
  margin-right: -25px;
  max-width: -webkit-calc( 100% + (25px * 2)) !important;
  max-width: calc( 100% + (25px * 2)) !important;
}
.program-page-wrapper .features {
  margin-top: 60px;
  margin-bottom: 20px;
}
.program-page-wrapper .features .col-item-wrapper ul.tab-controls li.col-item h4 {
  height: 25px;
}
.program-page-wrapper .section--hero-stats {
  margin-bottom: 40px;
}
.drmin-page-wrapper .boxed-content p img {
  margin-left: -25px;
  margin-right: -25px;
  max-width: -webkit-calc( 100% + (25px * 2)) !important;
  max-width: calc( 100% + (25px * 2)) !important;
  display: block;
}
.drmin-page-wrapper .boxed-content .btn-col {
  padding-top: 40px;
}
.drmin-page-wrapper .boxed-content .btn-col a {
  padding: calc(.667em + 2px) calc(1.333em + 2px);
}
.drmin-page-wrapper .boxed-content .bottom-content {
  padding-top: 0;
}
.give-wrapper .boxed-content .btn-cta {
  background-color: #00A7E1;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  font-family: "montserrat", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  padding: 20px 27.6px;
  cursor: pointer;
  margin: 0;
  border: none;
  border-radius: 0;
  -webkit-transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), border-radius 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), border-radius 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
  text-transform: none;
}
.give-wrapper .boxed-content .btn-cta:hover {
  color: #fff;
  background-color: #0090c2;
}
.we-do-section-1 .widget-type-space {
  height: 160px;
}
.give-section-2 .content-image-section .content-box {
  height: 100%;
}

.home-row1 {
  padding-top: 60px;
}

.home-row2 .banner-hero-bg {
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
}

.home-row2 .banner-hero__bg-container {
  -webkit-perspective: 1px;
  perspective: 1px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  min-height: 0;
  max-height: 680px;
  overflow: hidden;
}

.home-row2 .banner-area-wrap {
  min-height: 100%;
  margin-bottom: 0;
  overflow: hidden;
  height: 680px !important;
}

.home-row3 .span7 {
  padding: 120px 80px;
  width: 54.54545%;
  margin: 0;
}

.home-row3 .span5 {
  width: 45.45455%;
  margin: 0;
}

.home-row3 .dnd-section>.row-fluid {
  padding: 0;
}

.home-row3 .span5 .section--hero-stats .counter-col {
  width: 100%;
  margin: 0;
  align-items: center;
  justify-content: center;
}

.home-row3 .span5 .section--hero-stats .counter-col .box {
  width: 100%;
  padding: 120px 80px;
  min-height: 669px;
  display: flex;
  justify-content: center;
  flex-flow: column;
}

.home-row3 .section--hero-stats .counter-col .box .stat span.stat-suffix {
  font-size: 95px;
  line-height: 1.15789;
}

.home-row3 .section--hero-stats .counter-col .box .label {
  margin: 0;
}

.home-row3 .span7>div {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}

.home-row3 .span5 .section--hero-stats .counter-col .box .stat .stat-number {
  font-size: 95px;
  line-height: 1.15789;
}

.home-row3 .span7 h3 {
  color: #00A7E1;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: normal;
}

.home-row3 .span7 h2 {
  color: #282828;
}

a.hs-button {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  font-family: "montserrat", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  padding: 20px;
  min-width: 160px;
  cursor: pointer;
  margin: 0;
  border: none;
  border-radius: 0;
  -webkit-transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), border-radius 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), border-radius 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  color: white;
  background-color: #00A7E1;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  background-color: #00A7E1;
  color: white;
}

a.hs-button:hover {
  color: white;
  background-color: #0090c2;
}

.home-row3 .span5 .section--hero-stats {
  margin: 0;
}

.remote-volunteering-wrapper .boxed-content .btn-col+.btn-col {
  padding-top: 70px;
}

.country-row2 .section--hero-stats {
  margin-bottom: 40px;
}

.sunshine-page .banner-section {
  background-color: #e6eeee;
  position: relative;
  z-index: 9;
}

.involved-page .bottom-pane {
  margin-bottom: 90px;
}

.involved-row1 .widget-type-rich_text {
  max-width: 820px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.medicalpartners-row2 .span4 h3 {
  margin: 10px 0;
  color: #00A7E1;
  font-size: 20px;
  line-height: 1.25;
}

.medicalpartners-row2 .span4 p {
  font-size: 14px;
  line-height: 1.5;
}

.medicalpartners-row2 .three-col-wrap {
  margin-left: -40px;
}

.medicalpartners-row2 .three-col-wrap {
  margin-left: -10px;
  max-width: 1140px;
}

.medicalpartners-row2 .three-col-wrap .span4 {
  padding-left: 40px;
  width: 33.33333%;
  margin: 0;
}

.medicalpartners-row2 .three-col-wrap {
  margin-left: -10px;
  max-width: 1140px;
  margin-bottom: 80px;
}

.medicalpartners-row2 .boxed-content .btn-col {
  padding-top: 40px;
}

.medicalpartners-row2 .boxed-content .btn-col a.btn-cta {
  font-size: 1.125em;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
}

.medicalpartners-row2 .boxed-content {
  margin-bottom: 60px;
}

.activity-kits-row1 .one-column-content {
  margin-bottom: 0;
}

.activity-kits-row2 .content-with-image h2 {
  margin-bottom: 60px;
}

.activity-kits-row2 .content-with-image .grid--flex .col-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.teleplay-row1 .boxed-content .btn-col a {
  padding: calc(.667em + 2px) calc(1.333em + 2px);
}

.home-row1 .boxed-content .btn-col a {
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  border-radius: 9999px;
}

.team-row1 .one-column-content {
  padding-top: 80px;
  padding-bottom: 60px;
}

.team-row3 {
  margin-top: 60px;
  margin-bottom: 0px;
}

.team-row3 .one-column-content h3 {
  color: #00A7E1;
}

.team-row3 .one-column-content p strong {
  color: #F49F0A;
}

.team-row4 .advanced-button {
  padding-top: 40px;
}

.full-width-wrapper .widget-type-rich_text h3 strong {
  font-weight: 700;
}

.remote-volunteering-wrapper .boxed-content .btn-col a {
  padding: calc(.667em + 2px) calc(1.333em + 2px);
}

.body-container--home .cm-btn-wrapper .cm-button {
  border-radius: 9999px;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
}

.body-container--home .cm-btn-wrapper {
  text-align: center;
}

.full-width-wrapper .accordion-wrapper .content-col h3 {
  color: #fff;
}

.location-section-1 .boxed-content.full-col .inner {
  max-width: 880px;
  margin: 0 auto;
}
.location-section-1 .boxed-content.full-col .inner img {
  width: 1024px;
  max-width: 100% !important;
  display: block;
  margin: auto;
}
.application-page-wrapper .form-columns-3 .hs_phone_e.hs-form-field > label,
.application-page-wrapper .form-columns-3 .hs_phone_2.hs-form-field > label{
      min-height: 46px;
}
.full-width-wrapper .dnd-section[class*="force-full-width-section"]>.row-fluid {
    max-width: 100% !important;
    padding: 0 !important;
}
.program-page-wrapper .gallery-slider-section {
    cursor: grab;
}
.donate-page-wrapper .content-image-section .btn-wrap {
    margin-bottom: 0;
}
@media (min-width: 800px){
  .home-row2  .banner-hero-bg {
    background-attachment: fixed;
    -webkit-transform: translateZ(-2px) scale(3.05);
    transform: translateZ(-2px) scale(3.05);
  }

  .involved-row1 .features:before {
    height: 100%;
    top: -60px;
  }

  .involved-row1 .features {
    margin-top: 120px;
  }

  .location-section-1 .dnd-section {
    padding-top: 0px; 
  }
  .sma-section-1 {
    padding: 60px 25px;
  }

  .program-page-wrapper .features:before {
    top: -60px;
  }
  
}
@media only screen and (min-width: 1020px) {
 .program-page-wrapper .widget-type-rich_text p img{
    margin-left: -60px;
    margin-right: -60px;
    max-width: calc( 100% + (20px * 6)) !important;
  }
  .program-page-wrapper .boxed-content p img,
  .drmin-page-wrapper .boxed-content p img{
    margin-left: -40px;
    margin-right: -40px;
    max-width: -webkit-calc( 100% + (20px * 4)) !important;
    max-width: calc( 100% + (20px * 4)) !important;
  }
}
@media only screen and (min-width: 1280px) {
  .sma-section-1 {
    padding: 80px;
  }

}

@media (max-width: 1439px){
  .home-row1 .boxed-content {
    max-width: 904px;
    margin: 0 auto;
  }

  .home-row1 .dnd-section>.row-fluid {
    padding: 0;
  }

  .remote-volunteering-wrapper .dnd-section>.row-fluid {
    padding: 0;
  }

  .country-row2 .section--hero-stats .counter-col .box .stat .stat-number {
    font-size: 60px;
    line-height: 1.02857;
    text-align: left;
  }

  .medicalpartners-row2 .three-col-wrap {
    margin-left: -14px;
  }
}

@media (max-width: 1279px){
  .home-row2 .banner-area-wrap {
    min-height: 100%;
    margin-bottom: 0;
    overflow: hidden;
    height: 100% !important;
    padding-bottom: 40%;
  }

  .home-row3 .span5 .section--hero-stats .counter-col .box {
    padding: 60px;
    min-height: 549px;
  }

  .home-row3 .span7 {
    padding: 60px;
  }

  .home-row3 .span5 .section--hero-stats .counter-col .box .stat .stat-number {
    font-size: 75px;
    line-height: 1.15789;
  }

  .home-row3 .section--hero-stats .counter-col .box .stat span.stat-suffix {
    font-size: 75px;
    line-height: 1.15789;
  }

  .medicalpartners-row2 .three-col-wrap {
    margin-left: -60px;
    max-width: 1140px;
    margin-bottom: 80px;
  }

  .medicalpartners-row2 .three-col-wrap .span4 {
    padding-left: 40px;
    width: 33.33333%;
    margin: 0;
  }
}

@media (max-width:1019px){
  .home-row1 .boxed-content {
    max-width: 874px;
    margin: 0 auto;
  }

  .home-row1 .dnd-section>.row-fluid {
    padding: 0;
  }

  .home-row3 .span7 {
    width: 100%;
    margin: 0;
  }

  .home-row3 .dnd-row .row-fluid {
    display: block !important;
  }

  .home-row3 .span5 {
    width: 100%;
    margin: 0;
  }

  .home-row3 .span5 .section--hero-stats .counter-col .box {
    padding: 60px;
    min-height: auto;
  }

  .home-row3 .span5 .section--hero-stats .counter-col .box .stat .stat-number {
    font-size: 95px;
    line-height: 1.15789;
  } 

  .home-row3 .span5 .section--hero-stats .counter-col .box {
    padding: 60px;
    min-height: auto;
    display: block;
  }

  .home-row3 .span5 .section--hero-stats .counter-col .box .stat {
    display: inline-flex;
  }

  .home-row3 .section--hero-stats .counter-col .box .stat span.stat-suffix {
    font-size: 95px;
    line-height: 1.15789;
  }

  .medicalpartners-row2 .three-col-wrap .span4 {
    padding-left: 20px;
    width: 33.33333%;
    margin: 0;
  }

  .medicalpartners-row2 .three-col-wrap {
    margin-left: -20px;
    max-width: 1140px;
    margin-bottom: 80px;
  }

  .full-width-wrapper .dnd-section>.row-fluid {
    max-width: 810px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
  } 
  .body-container--home .dnd-section>.row-fluid {
    max-width: 870px;
  }

}
@media (max-width:939px){
.drmin-section-1 .dnd-section {
    overflow: hidden;
}
}
@media (max-width:799px){
  .home-row1 {
    padding-top: 0;
  } 

  .home-row2 .banner-area-wrap {
    min-height: 100%;
    margin-bottom: 0;
    overflow: hidden;
    height: 100% !important;
    padding-bottom: 0;
  }

  .home-row3 .span5 .section--hero-stats .counter-col .box {
    padding: 60px 25px;
    min-height: auto;
    display: block;
  }

  .home-row3 .span5 .section--hero-stats .counter-col .box .stat .stat-number {
    font-size: 48px;
    line-height: 1.20833;
  }
  .home-row3 .section--hero-stats .counter-col .box .stat span.stat-suffix {
    font-size: 48px;
    line-height: 1.20833;
  }

  .home-row3 .span7 {
    padding: 60px 25px;
  }

  .remote-volunteering-page .banner-area-wrap {
    margin-bottom: 43px;
  }

  .involved-row1 {
    margin-top: 40px;
  }

  .involved-page .features {
    margin-top: 40px;
  }

  .involved-page .bottom-pane {
    margin-bottom: 68px;
  }

  .involved-row1 .widget-type-rich_text {
    max-width: 820px;
    margin: 0 auto;
    padding-bottom: 40px;
  }

  .medicalpartners-row2 .three-col-wrap {
    margin-left: auto;
    max-width: 500px;
    margin-bottom: 80px;
    margin-right: auto;
  }

  .medicalpartners-row2 .row-fluid {
    display: block !important;
  }

  .medicalpartners-row2 .three-col-wrap {
    margin-left: auto;
    max-width: 500px;
    margin-bottom: 60px;
    margin-right: auto;
    padding-left: 10px;
  }

  .medicalpartners-row2 .span4 p:last-of-type {
    margin: 0;
  }

  .medicalpartners-row2 .three-col-wrap .span4 {
    padding-left: 0;
    width: 100%;
    margin: 0;
    padding: 0 40px;
    margin-bottom: 20px;
  }

  .medicalpartners-row2 .span4 h3 {
    font-size: 20px;
    line-height: 1.5;
  }

  .medicalpartners-row2 .boxed-content {
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 40px;
  }

  .teleplay-row1 {
    padding-top: 40px;
  }

  .teleplay-row1 .boxed-content .btn-col a {
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    line-height: 2;
    border-radius: 9999px;
  }

  .activity-kits-row2 .content-with-image h2 {
    margin-bottom: 40px;
  }

  .activity-kits-row2 .content-with-image * {
    text-align: left !important;
  }

  .activity-kits-row2 .content-with-icon {
    margin-top: 0;
  }

  .country-row2 .section--hero-stats .counter-col .box .stat .stat-number {
    font-size: 48px;
    line-height: 1.20833;
  }

  .team-row3 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .team-row1 .one-column-content {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .body-container--home .dnd-section {
    padding-top: 40px !important;
    padding-bottom: 40px;
  }

  .donate-page-wrapper,
  .cnn-wrapper,
  .full-width-wrapper,
  .we-do-section-1,
  .sma-page-wrapper,
  .program-page-wrapper,
  .drmin-page-wrapper,
  .golf-page-wrapper,
  .application-page-wrapper{
    padding-top: 40px;
  }
  .full-width-page .widget-type-linked_image img {
    max-width: calc( 100% + (25px * 2)) !important;
    margin-left: -25px;
    margin-right: -25px;
  }
  .inquiry-page-wrapper .dnd-section {
    padding-top: 40px !important;
  }
  .inquiry-page-wrapper form,
  .email-list-wrapper form{
    padding-top:56px !important; 
  }
  .application-page-wrapper .hs-form-field>label {

    text-align: center;
    display: inline-block;
  }
  .full-width-page form {
    padding-top: 17px;
  }
  .we-do-page-wrapper .bottom-pane .box a.btn {
    margin-top: 0px;
  }
  .sma-page-wrapper form {
    padding-top: 16px;
  }
  .sma-page-wrapper .hs-richtext h1 {
    padding-bottom: 0;
  }
  .body-container--home .boxed-content.full-col .form-col {
    padding-top: 56px;
  }
  .body-container--home .boxed-content .form-col label {
    margin-bottom: 4px;
  }
  .impact-page-wrapper .section--hero-stats {
    margin-top: 0;
  }
  .application-page-wrapper fieldset.form-columns-2 .hs-form-field {
    width: 49.5% !important;
  }
  .program-page-wrapper .content-with-image .content-box h2 {
    margin-bottom: 40px !important;
  }
  .program-page-wrapper .features {
    margin-top: -40px;
    margin-bottom: 40px;
  }
  .program-page-wrapper .features .col-item-wrapper ul.tab-controls li.col-item h4 {
    height: auto !important;
  }
  .section--hero-stats .counter-col .box .stat .stat-number {
    font-size: 48px;
    line-height: 1.20833;
  }
  .volunteers-section-1 .boxed-content button,
  .drmin-page-wrapper .boxed-content button,
  .location-page-wrapper .boxed-content button{
    line-height: 2;
  }
  .we-do-section-1 .widget-type-space {
    height: 136px;
  }
  .give-section-2 .content-image-section .btn-wrap {
    margin-bottom: 0;
  }

  .medicalpartners-row2 .three-col-wrap .row-fluid {
    display: block !important;
  }

  .social-page-wrap .widget-type-linked_image img {
    height: auto !important;
  }
  .volunteers-page-wrapper {
    padding-top: 40px;
}
}

@media (max-width:639px){
  .team-row3 .one-column-content p img {
    margin: 0 auto !important;
    display: block;
    float: none !important;
  }
}

@media (max-width: 767px) {
  .body-container.migration form {
    margin-bottom: 30px;
  }
}

@media (max-width: 639px) {
  .body-container--home .advanced-button .btn-wrapper .btn-col {
    margin-bottom: 20px;
  }
  .body-container--home .advanced-button .btn-wrapper .btn-col:last-child {
    margin-bottom: 0px;
  }
  .body-container--home .widget-type-rich_text img {
    float: none !important;
    padding: 0 !important;
    margin: 0 auto;
    display: block;
  }
  .application-page-wrapper fieldset.form-columns-3, .application-page-wrapper fieldset.form-columns-2 {
    display: block;
  }
  .application-page-wrapper fieldset.form-columns-3 .hs-form-field, .application-page-wrapper fieldset.form-columns-2 .hs-form-field{
    width: 100% !important;
    float: none !important;
    display: block;
  }
  .application-page-wrapper form .hs-dependent-field .hs-organization.hs-fieldtype-text,
  .application-page-wrapper form .hs-dependent-field .hs-city_permanent_add.hs-fieldtype-text,
  .application-page-wrapper form .hs-dependent-field .hs-state__exp_.hs-fieldtype-select{
    width: 100%;
    float: none;
    margin-bottom: 0;
  }


}

@media (max-width: 479px) {
  .inquiry-page-wrapper fieldset.form-columns-2 .hs-form-field,
  .inquiry-page-wrapper fieldset.form-columns-3 .hs-form-field,
  .inquiry-page-wrapper fieldset.form-columns-3 .hs-input,
  .inquiry-page-wrapper fieldset.form-columns-2 .hs-input,
  .full-width-page  fieldset.form-columns-2 .hs-input,
  .full-width-page fieldset.form-columns-2 .hs-form-field{
    width: 100% !important; 
  }
  .application-page-wrapper form input[type=text], 
  .application-page-wrapper form input[type=email],
  .application-page-wrapper form input[type=password],
  .application-page-wrapper form input[type=tel], 
  .application-page-wrapper form input[type=number],
  .application-page-wrapper form input[type=file], 
  .application-page-wrapper form select, 
  .application-page-wrapper form textarea {
    width: 100% !important; 
  }
}
@media (max-width:400px){
.program-page-wrapper .gallery-slider-section ul.slick-dots {
    margin-top: 34px;
}
}
@media (max-width:360px){
  .application-page-wrapper .hs-form-field>label {
    font-size: 13px;
  }
}
@media (max-width:340px){
  .cm-website-page .banner-area-wrap .banner-title {
    font-size: 35px;
  } 
}