*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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

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

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

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

@font-face { font-family: "icomoon"; 
  src: url("https://20427067.fs1.hubspotusercontent-na1.net/hubfs/20427067/NationalOvarianCancerCoalition_August2021/fonts/icomoon.eot") format("embedded-opentype"), 
    url(https://20427067.fs1.hubspotusercontent-na1.net/hubfs/20427067/raw_assets/public/NationalOvarianCancerCoalition_August2021/fonts/icomoon.woff) format("woff"), 
    url(https://20427067.fs1.hubspotusercontent-na1.net/hubfs/20427067/raw_assets/public/NationalOvarianCancerCoalition_August2021/fonts/icomoon.ttf) format("truetype"), 
    url(https://20427067.fs1.hubspotusercontent-na1.net/hubfs/20427067/raw_assets/public/NationalOvarianCancerCoalition_August2021/fonts/icomoon.svg) format("svg"); 
  font-style: normal; 
  font-weight: normal; 
}

@font-face { font-family: "linea-arrows-10"; 
  src: url("https://20427067.fs1.hubspotusercontent-na1.net/hubfs/20427067/NationalOvarianCancerCoalition_August2021/fonts/linea-arrows-10.eot") format("embedded-opentype"), 
    url(https://20427067.fs1.hubspotusercontent-na1.net/hubfs/20427067/raw_assets/public/NationalOvarianCancerCoalition_August2021/fonts/linea-arrows-10.woff) format("woff"), 
    url(https://20427067.fs1.hubspotusercontent-na1.net/hubfs/20427067/raw_assets/public/NationalOvarianCancerCoalition_August2021/fonts/linea-arrows-10.ttf) format("truetype"), 
    url(https://20427067.fs1.hubspotusercontent-na1.net/hubfs/20427067/raw_assets/public/NationalOvarianCancerCoalition_August2021/fonts/linea-arrows-10.svg) format("svg"); font-style: normal; font-weight: normal; }


@font-face { 
  font-family: "iconsmind"; 
  src: url("https://20427067.fs1.hubspotusercontent-na1.net/hubfs/20427067/NationalOvarianCancerCoalition_August2021/fonts/icomoon.eot") format("embedded-opentype"), 
    url("https://20427067.fs1.hubspotusercontent-na1.net/hubfs/20427067/NationalOvarianCancerCoalition_August2021/fonts/icomoon.ttf") format("truetype"),
    url("https://20427067.fs1.hubspotusercontent-na1.net/hubfs/20427067/NationalOvarianCancerCoalition_August2021/fonts/icomoon.woff") format("woff"), 
    url("https://20427067.fs1.hubspotusercontent-na1.net/hubfs/20427067/NationalOvarianCancerCoalition_August2021/fonts/icomoon.svg") format("svg"); 
  font-style: normal; 
  font-weight: normal; 
}


body {
  line-height: 20px;
  overflow-x: hidden;
  background-color: #fafafa;
  -webkit-font-smoothing: antialiased;
}

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

/* Paragraphs */

p {
  margin: 0;
  padding: 0 0 24px 0;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  margin-top: 0;
  padding: 0;
}

h1 {
  line-height: 50px;
  margin-bottom: 7px;
}

h2 {
  line-height: 50px;
  margin-bottom: 7px;
}

h3 {
  line-height: 35px;
  margin-bottom: 8px;
}

h4 {
  line-height: 32px;
  margin-bottom: 8px;
}

h5 {
  margin-bottom: 7px;
  line-height: 25px;
}

h6 {
  margin-bottom: 7px;
  line-height: 24px;
}

/* Lists */

ul,
ol {

}

ul li{
  list-style: disc;
  list-style-position: outside;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  position: relative;
  padding-left: 1.8em;
  font-family: 'Open Sans';
  font-weight: 300;
  line-height: 40px;
  font-size: 22px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

blockquote:before{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-color: #00808B!important;
  width: 4px;
  content: '';
  border-left: 4px solid rgba(0,0,0,0.1);
}

/* Horizontal rules */

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

.hs-form-field {
  display: block;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
form {
  border-radius: 16px;
  border: 1px solid #EAEAFB;
  background: #FAFAFA;
  background-size: cover;
  color: #686876;
  overflow: hidden;
  box-shadow: none;
  background-position: 50% 50%;
  margin: 0 auto 20px;
  width: auto;
  padding: 20px;
}
/* Labels */

form label {
  font-family: 'Lato',sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;

}

/* Help text - legends */

form legend {
  font-family: 'Lato',sans-serif;
  font-size: 14px;
  font-weight: bold;
  display: block;
}

/* Inputs */


textarea {
  min-height: 130px;
}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: 0;
}

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  background: #FFFFFF;
  border: 1px solid;
  border-width: 1px;
  width: 100%!important;
  display: block;
  color: #36454E;
  font-family: 'Lato',sans-serif;
  font-size: 14px;
  margin: 1px 0;
  padding: 5px;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

.hs-error-msgs label {
  color: #D74B4B;
  background: #FFEEEE;
  border: 1px solid #D74B4B;
  border-radius: 2px;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: normal;
  clear: both;
  width:90%;
}
/* Submit button */

.hs-button,
.hs-button.large.primary,
button,
.button {
  background-size: auto;
  border-style: none;
  text-align: center;
  font-family: 'Lato',sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: normal;
  min-width: 20%;
  display: inline-block;
  text-transform: none;
  box-shadow: none;
  cursor:pointer;
}
.hs-button:hover,
.hs-button:focus,
.hs-button.large.primary:hover,
.hs-button.large.primary:focus,
button:hover,
button:focus,
.button:hover,
.button:focus {
  background-size: auto;
}

/* 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-bg {
  transform: translateY(0);
  transition: transform 0.32s ease, background-color 0.3s ease 0s,box-shadow 0.3s ease 0s,margin 0.25s ease;
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
}
.no-banner .custom-header {
  min-height: 196.4px;
}
.lp-header .top_header {
  min-height: 67px;
}
.header_search_outer_container .header_search_wrap form {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.search-overlay {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  right: 0;
  background: hsl(0deg 0% 0% / 30%);
}

.search-form .search-overlay {
  display: block;
}
.header-bg.shrink {
  transform: translateY(-66.2891px);
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%);
  transition: box-shadow 0.42s ease, opacity 0.3s ease, transform 0.32s ease;
}
.header-bg.shrink .bottom_header_left .header_logo {
  margin: 8.3px 0;
}
.header-bg.shrink .bottom_header_left .header_logo img {
  height: 94px;
}

.top_header {
  border: 1px solid transparent;
  min-height: 42px;
  transition: transform 0.32s ease;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999999;
  background-color: rgba(248,250,252,1.0);
}

.header_search_outer {
  background-color: transparent;
  height: 35vh;
  position: absolute;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transform: translate3d(0, -35vh, 0);
  -webkit-transform: translate3d(0, -35vh, 0);
  z-index: 99999;
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  top: -1px;
}
.bottom_header {
  position: relative;
  display: block;
  z-index: 9998;
  transition: all 0.2s;
  width: 100%;
}
.mobile_header {
  padding-top: 52.2px;
  visibility: hidden;
  min-width: 360px;
  top: 0;
  position: fixed;
  right: 0;
  height: 100%;
  width: 300px;
  z-index: 5;
  color: #fff;
  overflow: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  -webkit-transform: none;
  transform: none;
  padding-bottom: 52.2px;
  background-color: transparent !important;
}
.mobile-slide-out-widget-area-bg {
  background-color: #00808b;
  opacity: 1;
  height: 100%;
  left: 0;
  display: none;
  top: 0;
  width: 100%;
  z-index: 1;
  position: fixed;
  -webkit-backface-visibility: hidden;
}
.top_header .header__container {
  min-height: 40px;
  position: static;
}
.top_header_content {
  min-height: 40px;
  background: none!important;
  padding: 0;
  display: block;
  position: relative;
  margin: 0;
}
.top_header_wrapper {
  padding: 9px 0 8px 0;
  list-style: none outside none;
  margin: 0;
  float: right;
  line-height: 1;
  z-index: 1000;
  height: auto;
}
.top_header_content:after {
  display: block;
  clear: both;
  content: '';
}
.top_header_wrapper .top_header_shop {
  margin-top: 15px;
  padding: 5px;
  list-style: none;
  z-index: 10;
  float: left;
  outline: 0 none;
  line-height: 0;
  font-size: 12px;
  position: relative;
}
.top_header_wrapper .top_header_donate {
  margin-top: 15px;
  padding: 5px;
  border-radius: 8px;
  margin-right: 10px;
  list-style: none;
  z-index: 10;
  float: left;
  outline: 0 none;
  line-height: 0;
  font-size: 12px;
  position: relative;
}
.top_header_wrapper .top_header_language {
  position: relative;
  margin-top: 15px;
  padding: 5px;
  background-color: #fafafa!important;
  list-style: none;
  float: left;
  outline: 0 none;
  line-height: 0;
  font-size: 12px;
}
.top_header_shop a {
  display: flex;
  align-items: center;
  border-left: 0px;
  line-height: 22px;
  font-family: Montserrat;
  font-size: 12px;
  padding: 0;
  margin: 0 10px;
  height: auto;
}
.top_header_shop a i {
  margin-right: 7px;
  top: 0;
  line-height: inherit;
  display: inline-block;
}
i[class*="fa-"], span[class*="fa-"] {
  display: inline-block;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  top: -2px;
  vertical-align: middle;
  max-width: 100%;
}
i[class^="icon-"], [class*=" icon-"], i[class*="fa-"], span[class*="fa-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  *margin-right: .3em;
}
.top_header_shop a i:before {
  content: "\f291";
}
.top_header_shop a span {
  font-size: 15px;
}
.top_header_donate a {
  display: flex;
  align-items: center;
  border-left: 0px;
  color: #fff;
  outline: 0 none;
  line-height: 22px;
  font-size: 12px;
  padding: 0;
  margin: 0 10px;
  height: auto;
}
.top_header_donate a img {
  margin-bottom: 0;
  max-height: 40px;
  width: 16px;
  height: auto;
  margin-right: 7px;
  top: 0;
  line-height: inherit;
  display: inline-block;
  vertical-align: middle;
}
.top_header_donate a span {
  font-size: 15px;
  color: #fff;
}
.top_header_language li .notranslate {
  font-size: 14px;
  list-style: none outside none;
  margin: 0;
  box-shadow: none;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  border: 2px solid rgba(0, 0, 0, 0);
  line-height: 20px;
  font-weight: 400;
  font-family: Montserrat;
  z-index: 10;
}
.top_header_language li .notranslate:focus {
  border-color: #00808B;
  outline: 0;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 11%);
}
.bottom_header_content {
  display: -webkit-flex;
  display: -ms-flexbox;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
}
.bottom_header_content .bottom_header_left {
  display: -webkit-flex;
  display: -ms-flexbox;
  width: auto;
  margin-right: 2%;
  display: flex;
  position: relative;
}
.bottom_header_right {
  margin-left: auto;
  display: flex;
  width: auto;
  position: static;
  margin-right: 0;
}
.bottom_header_left .header_logo {
  position: relative;
  margin: 15px 0;
  transition: margin 0.15s ease;
}
.bottom_header_left .header_logo img {
  transition: height 0.15s ease, opacity 0.2s ease;
  height: 100px;
  text-indent: -9999px;
  max-width: none;
  display: block;
  width: auto!important;
}
.bottom_header_right .mobile-search {
  display: none;
}
.bottom_header_right .navbar-toggle {
  display: none;
}
.custom-menu-primary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url(https://20427067.fs1.hubspotusercontent-na1.net/hubfs/20427067/raw_assets/public/NationalOvarianCancerCoalition_August2021/images/nav_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  padding-right: 100px;
  margin-right: -100px;
  position: relative;
  padding-left: 60px;
}
.custom-menu-primary .hs-menu-wrapper>ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
  transition: padding 0.8s ease, margin 0.25s ease;
  min-height: 1px;
  line-height: 1px;
  list-style: none outside none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
  list-style-type: none;
  display: -webkit-flex;
  float: left;
  display: -ms-flexbox;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding-bottom: 18px;
  display: flex;
  outline: 0 none;
  line-height: 0;
  font-size: 12px;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  display: block;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-family: Montserrat;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
}
.custom-menu-primary .hs-menu-wrapper>ul ul {
  background-color: rgba(255, 255, 255, 100);
  border-top-width: 1px;
  border-top-style: solid;
  padding: 20px;
  width: 20em;
  border-color: #eeeeee;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  pointer-events: none;
  display: block;
  transform: translateY(-9999px);
  box-shadow: 0 6px 28px rgb(0 0 0 / 8%);
}
.custom-menu-primary .hs-menu-wrapper {
  height: 100%;
  display: flex;
}

.custom-menu-primary .hs-menu-wrapper>.custom-menu-search {
  margin-left: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  vertical-align: middle;
  overflow: visible;
  padding-right: 0!important;
  height: auto;
  display: flex;
  transition: padding 0.8s ease;
  right: 0;
  min-height: 1px;
  line-height: 1px;
}
.custom-menu-primary .hs-menu-wrapper>.custom-menu-search>a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  width: 24px;
  height: 100%;
  padding-bottom: 18px;
  font-size: 12px;
  line-height: 21px;
  position: relative;
  list-style: none;
}
.custom-menu-primary .hs-menu-wrapper>.custom-menu-search>a>span {
  color: #ffffff;
  font-size: 20px;
  height: 21px;
  margin-left: 2px;
  line-height: 21px;
  top: 0;
  background-color: transparent;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.custom-menu-primary .hs-menu-wrapper>.custom-menu-search>a>span:before {
  content: "\e906";
  font-family: 'icomoon'!important;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  text-decoration: inherit;
  speak: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
  color: #dddddd;
}
.custom-menu-primary .hs-menu-wrapper>.custom-menu-search>a>span:hover {
  color: #dddddd;
}
.custom-menu-primary .hs-menu-wrapper>ul ul>li {
  -webkit-transform: translate3d(0, 13px, 0);
  transform: translate3d(0, 13px, 0);
  list-style-type: none;
  opacity: 0;
  transition: transform 0.65s cubic-bezier(0.2, .8, .25, 1), opacity 0.65s cubic-bezier(0.2, .8, .25, 1);
  -webkit-transition: transform 0.65s cubic-bezier(0.2, .8, .25, 1), opacity 0.65s cubic-bezier(0.2, .8, .25, 1);
  font-size: 12px;
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper>ul ul>li>a {
  color: #313233;
  font-family: Montserrat;
  font-size: 14px;
  display: block;
  line-height: 24px;
  padding: 6px 6px;
  transition: none;
  letter-spacing: 0;
  background-color: transparent;
}
.custom-menu-primary .hs-menu-wrapper>ul ul>li>a:hover {
  color: #00808b;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
  transform: none;
  z-index: 999;
  pointer-events: all;
  left: 0;
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul>li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}



.header_search_outer .page-center {
  padding: 0;
  position: relative;
  z-index: 10;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #00808B;
  border-bottom: 7px solid #ffffff;
}
.header_search_outer_container {
  height: auto!important;
  float: none;
  width: 100%;
  overflow: visible;
  max-width: 1425px;
  position: relative;
  margin: 0 auto;
  padding: 0px 90px;
}
.header_search_outer_container .header_search_wrap {
  transform: translate3d(0, 35vh, 0);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  position: relative;
}
.header_search_outer_container .header_search_close {
  right: 103px;
  top: 60%;
  margin-top: -28px;
  list-style: none;
  transition: transform .8s cubic-bezier(0.2,1,0.3,1),opacity .8s cubic-bezier(0.2,1,0.3,1);
  transform: translate3d(0,35vh,0);
  opacity: 0;
  position: absolute;
}
.header_search_outer_container .header_search_wrap form {
  width: 100%;
  float: none;
}
.header_search_outer_container .header_search_wrap form input {
  font-size: 48px;
  letter-spacing: 1px;
  line-height: 1;
  padding: 0;
  height: 76px;
  background: transparent;
  font-weight: 700;
  color: #fff;
  text-transform: none;
  border-right: transparent;
  border-left: transparent;
  border-top: transparent;
  padding-right: 70px!important;
  font-family: Montserrat;
  border-radius: 0;
  border-bottom: 2px solid #ddd;
}
.header_search_outer_container .header_search_wrap form input::placeholder {
  color: #fff;
}
.header_search_outer_container .header_search_wrap form span {
  opacity: 0.7;
  color: #fff;
  position: absolute;
  bottom: -40px;
  display: block;
  left: 0;
  margin-top: 15px;
}
.header_search_outer_container .header_search_close a {
  position: absolute;
  right: 12px;
  top: 16px;
  z-index: 8;
  display: block;
  cursor: pointer;
}
.header_search_outer_container .header_search_close a:before {
  transform: scale(1);
  position: absolute;
  top: 50%;
  content: '';
  left: 50%;
  transition: all .45s cubic-bezier(.15,.2,.1,1);
  -webkit-transition: all .45s cubic-bezier(.15,.2,.1,1);
  display: block;
  width: 42px;
  height: 42px;
  margin: -21px 0 0 -21px;
  border-radius: 50%;
  background-color: rgba(0,0,0,.06);
  transition-delay: .45s;
  transition-property: transform;
}
.search-form .header_search_outer_container .header_search_close a:hover:before {
  transform: scale(1.2) translateZ(0);
  -webkit-transform: scale(1.2) translateZ(0);
}
.search-form .header_search_outer_container .header_search_close a:before {
  transform: scale(1);
}
.header_search_outer_container .header_search_close a .close-wrap {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  -webkit-transition: margin .2s ease, opacity .3s ease, -webkit-transform .2s ease 1s;
  transition: margin .2s ease, opacity .3s ease, -webkit-transform .2s ease 1s;
  transition: margin .2s ease, transform .2s ease 1s, opacity .3s ease;
  transition: margin .2s ease, transform .2s ease 1s, opacity .3s ease, -webkit-transform .2s ease 1s;
  width: 20px;
  height: 20px;
  display: block;
  overflow: hidden;
}
.header_search_outer_container .header_search_close a .close-line {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-timing-function: cubic-bezier(.52, .01, .16, 1);
  animation-timing-function: cubic-bezier(.52, .01, .16, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  height: 100%;
  width: 2px;
  background: #fff;
  backface-visibility: hidden;
  position: absolute;
  border-radius: 5px;
  left: 9px;
  transition: opacity .2s ease, background-color .2s ease;
  transition-delay: .45s;
  transition-property: transform;
}
.header_search_outer_container .header_search_close a .close-line1 {
  -webkit-transform: translateY(0) translateX(0) rotate( -45deg);
  transform: translateY(0) translateX(0) rotate( -45deg);
  -webkit-animation-name: crossLeftClose;
  animation-name: crossLeftClose;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
}
.header_search_outer_container .header_search_close a .close-line2 {
  -webkit-transform: translateY(0) translateX(0) rotate( 45deg);
  transform: translateY(0) translateX(0) rotate( 45deg);
  -webkit-animation-name: crossRightClose;
  animation-name: crossRightClose;
  -webkit-animation-delay: .06s;
  animation-delay: .06s;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
}
.search-form .header_search_outer_container .header_search_close a .close-line1 {
  -webkit-animation-name: crossRight;
  animation-name: crossRight;
  -webkit-animation-delay: .74s;
  animation-delay: .74s;
  -webkit-transform: translateY(-30px) translateX(30px) rotate( 45deg);
  transform: translateY(-30px) translateX(30px) rotate( 45deg);
}
.search-form .header_search_outer_container .header_search_close a .close-line2 {
  -webkit-animation-name: crossLeft;
  animation-name: crossLeft;
  -webkit-animation-delay: .60s;
  animation-delay: .60s;
  -webkit-transform: translateY(-30px) translateX(-30px) rotate( -45deg);
  transform: translateY(-30px) translateX(-30px) rotate( -45deg);
}
.search-form .header_search_outer {
  transform: translate3d(0,0vh,0);
  top: 0;
  -webkit-transform: translate3d(0,0vh,0);
}
.search-form .header_search_outer_container .header_search_wrap {
  transform: translate3d(0,0vh,0);
  opacity: 1;
}
.search-form .header_search_outer_container .header_search_close {
  transform: translate3d(0,0vh,0);
  opacity: 1;
}
.search-form .top_header {
  z-index: 99999999;
}
.search-form .bottom_header {
  visibility:hidden;
  opacity: 0;
}

@-webkit-keyframes crossRight {
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(45deg);
    transform: translateY(0px) translateX(0px) rotate(45deg)
  }
}
@keyframes crossRight {
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(45deg);
    transform: translateY(0px) translateX(0px) rotate(45deg)
  }
}
@-webkit-keyframes crossLeft {
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(-45deg);
    transform: translateY(0px) translateX(0px) rotate(-45deg)
  }
}
@keyframes crossLeft {
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(-45deg);
    transform: translateY(0px) translateX(0px) rotate(-45deg)
  }
}


@media (max-width:1290px) {
  .custom-menu-primary {
    display: none;
  }
  .bottom_header_right .mobile-search {
    z-index: 10000;
    padding: 0 10px;
    display: -webkit-flex;
    display: flex!important;
    -webkit-align-items: center;
    align-items: center;
    transition: padding 0.2s ease;
  }
  .bottom_header_right .navbar-toggle {
    padding-left: 7px;
    z-index: 10000;
    display: -webkit-flex;
    display: flex!important;
    -webkit-align-items: center;
    align-items: center;
    transition: padding 0.2s ease;
  }
  .bottom_header_right .navbar-toggle a {
    padding: 0 12px;
    display: block;
    color: #00808B;
    position: relative;
  }
  .bottom_header_right .navbar-toggle a:before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
    height: 46px;
    content: ' ';
    z-index: -1;
    background-color: #fafafa;
    padding-bottom: 0;
    border-radius: 100px!important;
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .bottom_header_right .navbar-toggle a span {
    position: relative;
    overflow: hidden;
    width: 22px;
    height: 20px;
    transform-origin: center;
    display: block;
    transition: -webkit-transform 0.33s 0s ease;
    transition: transform 0.33s 0s ease;
  }
  .bottom_header_right .navbar-toggle a span .lines-button.x2 {
    top: 9px;
    line-height: 0;
    font-size: 0;
    position: relative;
    user-select: none;
    transition: .3s;
    cursor: pointer;
    display: block;
  }
  .bottom_header_right .navbar-toggle a span .lines-button.x2 .lines {
    background-color: transparent;
    transition: background 0.2s ease, opacity 0.2s ease;
    height: 2px;
    position: relative;
    display: block;
    width: 1.4rem;
  }
  .bottom_header_right .navbar-toggle a span .lines-button.x2 .lines:before {
    background-color: #00808b!important;
    opacity: 1;
    width: 1rem!important;
    background: #ecf0f1;
    display: block;
    height: 2px!important;
    position: absolute;
    left: 0;
    content: '';
    transform-origin: 50% 50%;
    transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 0s, background-color 0.2s ease, opacity 0.2s ease!important;
    top: 6px;
  }
  .bottom_header_right .navbar-toggle a span .lines-button.x2 .lines:after {
    background-color: #00808b!important;
    opacity: 1;
    width: 22px!important;
    background: #ecf0f1;
    display: block;
    height: 2px!important;
    position: absolute;
    left: 0;
    content: '';
    transform-origin: 50% 50%;
    transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 0s, background-color 0.2s ease, opacity 0.2s ease!important;
    top: -6px;
  }
  .bottom_header_right .navbar-toggle a span .lines-button.x2:after {
    background-color: #00808b!important;
    opacity: 1;
    width: 22px!important;
    background: #ecf0f1;
    display: inline-block;
    height: 2px!important;
    position: absolute;
    left: 0;
    content: '';
    transform-origin: 50% 50%;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 0s, background-color 0.2s ease, opacity 0.2s ease!important;
    top: 0px;
  }
  .bottom_header_right .mobile-search .nectar-icon {
    color: #00808B!important;
    transition: color 0.3s ease;
    background-color: transparent!important;
    vertical-align: middle;
    line-height: 31px;
    font-size: 18px;
    width: 18px;
    position: relative;
    display: block;
    -webkit-transition: color 0.3s ease;
  }
  .bottom_header_right .mobile-search .nectar-icon:before {
    content: "\e906";
    font-family: 'icomoon'!important;
  }

  #site-wrapper {
    -ms-transition: transform .8s cubic-bezier(.2, 1, .3, 1);
    -webkit-transition: transform .8s cubic-bezier(.2, 1, .3, 1);
    transition: transform .8s cubic-bezier(.2, 1, .3, 1);
    -ms-transform-origin: right;
    -webkit-transform-origin: right;
    transform-origin: right;
    position: relative;
    height: 937px;
  }
  #site-wrapper>div {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .menu-open #site-wrapper {
    -webkit-transition: transform .8s cubic-bezier(.2,1,.3,1);
    transition: transform .8s cubic-bezier(.2,1,.3,1);
    -webkit-transform: scale(.835) translateX(-466px) translateZ(0);
    transform: scale(.835) translateX(-466px) translateZ(0);
    height: 937px;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
    max-height: 99vh;
    z-index: 10;
  }
  .menu-open #site-wrapper>div {
    -webkit-transform: scale(1.007);
    transform: scale(1.007);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  .menu-open .mobile-slide-out-widget-area-bg {
    display: block;
  }
  .menu-open .mobile_header {
    opacity: 1;
    visibility: visible;
  }
  .mobile_header .mobile_header_wrap {
    width: 100%;
    margin: auto 0;
    position: relative;
    opacity: 0;
  }
  .menu-open .mobile_header .mobile_header_wrap {
    opacity: 1;
  }
  .mobile_header .mobile_header_wrap .mobile_header_content {
    -webkit-transform: translateX(110px);
    -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    transform: translateX(110px);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    margin-top: -7px;
    width: 100%;
    margin-bottom: 45px;
    position: relative;
    top: auto;
    min-width: 190px;
    display: inline-block;
  }
  .menu-open .mobile_header .mobile_header_wrap .mobile_header_content {
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  .mobile_header .slide_out_area_close {
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 8;
    display: block;
    cursor: pointer;
  }
  .mobile_header .slide_out_area_close:before {
    transform: scale(1.2) translateZ(0);
    -webkit-transform: scale(1.2) translateZ(0);
    position: absolute;
    top: 50%;
    content: '';
    left: 50%;
    transition: all .45s cubic-bezier(.15,.2,.1,1);
    -webkit-transition: all .45s cubic-bezier(.15,.2,.1,1);
    display: block;
    width: 46px;
    height: 46px;
    margin: -23px 0 0 -23px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.06);
    transition-delay: .45s;
    transition-property: transform;
  }
  .menu-open .mobile_header .slide_out_area_close:before {
    transform: scale(1);
  }
  .mobile_header .slide_out_area_close .close-wrap {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    -webkit-transition: margin .2s ease, opacity .3s ease, -webkit-transform .2s ease 1s;
    transition: margin .2s ease, opacity .3s ease, -webkit-transform .2s ease 1s;
    transition: margin .2s ease, transform .2s ease 1s, opacity .3s ease;
    transition: margin .2s ease, transform .2s ease 1s, opacity .3s ease, -webkit-transform .2s ease 1s;
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden;
  }
  .slide_out_area_close .close-line {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-timing-function: cubic-bezier(.52, .01, .16, 1);
    animation-timing-function: cubic-bezier(.52, .01, .16, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    height: 100%;
    width: 2px;
    background: #fff;
    backface-visibility: hidden;
    position: absolute;
    border-radius: 5px;
    left: 9px;
    transition: opacity .2s ease, background-color .2s ease;
    transition-delay: .45s;
    transition-property: transform;
  }
  .slide_out_area_close .close-line1 {
    -webkit-transform: translateY(0) translateX(0) rotate( -45deg);
    transform: translateY(0) translateX(0) rotate( -45deg);
    -webkit-animation-name: crossLeftClose;
    animation-name: crossLeftClose;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
  }
  .slide_out_area_close .close-line2 {
    -webkit-transform: translateY(0) translateX(0) rotate( 45deg);
    transform: translateY(0) translateX(0) rotate( 45deg);
    -webkit-animation-name: crossRightClose;
    animation-name: crossRightClose;
    -webkit-animation-delay: .06s;
    animation-delay: .06s;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
  }
  .menu-open .slide_out_area_close .close-line1 {
    -webkit-animation-name: crossRight;
    animation-name: crossRight;
    -webkit-animation-delay: .74s;
    animation-delay: .74s;
    -webkit-transform: translateY(-30px) translateX(30px) rotate( 45deg);
    transform: translateY(-30px) translateX(30px) rotate( 45deg);
  }
  .menu-open .slide_out_area_close .close-line2 {
    -webkit-animation-name: crossLeft;
    animation-name: crossLeft;
    -webkit-animation-delay: .60s;
    animation-delay: .60s;
    -webkit-transform: translateY(-30px) translateX(-30px) rotate( -45deg);
    transform: translateY(-30px) translateX(-30px) rotate( -45deg);
  }
  .mobile_header_secondary {
    display: none;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li {
    margin-bottom: 12px;
    line-height: 1.2;
    list-style: none;
    position: relative;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li>a {
    margin-right: 20px;
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Open Sans';
    font-weight: 700;
    opacity: 1;
    transition: color 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li>a:after {
    /* border-color: #ffffff; */
    transform-origin: left;
    pointer-events: none;
    bottom: -2px;
    transform: scaleX(0);
    border-top: 2px solid #fff;
    content: '';
    padding-bottom: inherit;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
    transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
    position: absolute;
    display: block;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li>a:hover:after {
    backface-visibility: hidden;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li>ul {
    position: relative;
    display: none;
    flex-direction: column;
    padding-left: 20px;
    box-sizing: content-box;
    -webkit-transition: max-height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), padding 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: max-height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), padding 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    overflow: hidden;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li {
    margin-bottom: 12px;
    list-style: none;
    display: block;
    position: relative;
    line-height: 1.2;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li:first-child {
    margin-top: 10px;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li:last-child {
    margin: 0;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 16px;
    position: relative;
    display: inline-block;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 700;
    line-height: 22px;
    opacity: 1;
    transition: color 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:after {
    border: 2px solid #ffffff;
    transform-origin: left;
    pointer-events: none;
    position: absolute;
    left: 0;
    width: 100%;
    display: block;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #000;
    content: '';
    padding-bottom: inherit;
    bottom: -2px;
    -webkit-transition: -webkit-transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
    transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover:after {
    backface-visibility: hidden;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  body.menu-open {
    overflow-y: scroll;
    background-color: #00808b;
  }
  .child-trigger {
    transition: transform 0.5s cubic-bezier(0.215,0.61,0.355,1);
    position: absolute;
    right: -6px;
    top: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    height: 28px;
    width: 28px;
    line-height: 0;
  }
  .child-trigger i {
    font-size: 18px;
    height: 28px;
    width: 28px;
    font-family: FontAwesome;
    line-height: 28px;
    top: 0;
  }
  .child-trigger i:before {
    content: "\f107";
  }
  .child-trigger.child-open {
    transform: translateY(-50%) rotate(
      180deg
    );
  }
  .bottom_header_right .navbar-toggle a:hover span .lines-button.x2 .lines:after {
    transform: translateX(30px);
  }
  .bottom_header_right .navbar-toggle a:hover span .lines-button.x2 .lines:before {
    transform: translateX(30px);
  }
  .bottom_header_right .navbar-toggle a:hover span .lines-button.x2:after {
    transform: translateX(30px);
  }
  .bottom_header_right .navbar-toggle a span .lines-button.x2.hover-effect {
    left: -30px;
    margin-top: -2px;
  }
}

@media(max-width:999px) {
  .top_header_wrapper .top_header_shop {
    float: none;
    display: inline-block;
  }
  .no-banner .custom-header {
    min-height: 158.18px;
  }
  .no-banner .header_search_outer {
    transform: translate3d(0,-70vh,0);
    -webkit-transform: translate3d(0,-70vh,0);
  }
  .header-bg.shrink .bottom_header_left .header_logo img {
    height: 50px!important;
  }
  .top_header_wrapper .top_header_donate {
    float: none;
    display: inline-block;
  }
  .search-form .header_search_outer {
    transform: translate3d(0,0vh,0);
    top: auto;
    -webkit-transform: translate3d(0,0vh,0);
  }
  .top_header_wrapper .top_header_language {
    float: none;
    display: inline-block;
  }
  .bottom_header_left .header_logo {
    margin: 0;
  }
  .bottom_header_left {
    margin: 0;
  }
  .bottom_header_left .header_logo img {
    height: 50px;
  }
  .bottom_header {
    padding: 20px 0;
  }
  .bottom_header_right .mobile-search {
    margin-right: 4px;
    margin-top: 2px;
  }

  .header_search_outer {
    margin-top: 0;
    top: auto;
    transform: translate3d(0,-50vh,0);
    -webkit-transform: translate3d(0,-50vh,0);
    min-height: 200px;
    height: 200px;
  }
  .header_search_outer .page-center {
    padding: 0;
    max-width: 1200px;
    position: relative;
    z-index: 10;
    background-color: #00808B!important;
    border-bottom: 7px solid #ffffff;
    margin: 0 auto;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header_search_outer_container {
    height: auto !important;
    float: none;
    width: 100%;
    overflow: visible;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    padding: 0;
  }
  .header_search_outer_container .header_search_close {
    top: 30px;
    right: -5px;
  }
  .header_search_outer_container .header_search_wrap form input {
    font-size: 16px;
    line-height: 40px;
    height: auto;
    border-bottom-width: 2px;
    padding-right: 50px!important;
  }
  .header_search_outer_container .header_search_wrap form span {
    display: none;
  }
  .header_search_outer_container .header_search_close a {
    right: 8px;
    top: 9px;
    width: 24px;
    height: 17px;
  }
  .header_search_outer_container .header_search_close a:before {
    height: 28px;
    width: 28px;
    margin: -14px 0 0 -14px;
  }
  .search-form .header_search_outer_container .header_search_close a .close-line {
    font-size: 13px;
    height: 13px;
    line-height: 13px;
    top: 3px;
  }

}
@media(max-width:690px) {
  .top_header {
    display: none;
  }
  .header-bg.shrink {
    transform: translateY(0px);
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%);
    transition: box-shadow .42s ease,opacity .3s ease,transform .32s ease;
  }
  .header-bg.shrink .bottom_header_left .header_logo {
    margin: 0;
  }
  .no-banner .custom-header {
    min-height: 90px;
  }
  .header_search_outer_container {
    max-width: 420px;
  }
  .mobile_header_secondary {
    display: block;
    margin-top: 25px;
  }
  .mobile_header_secondary>div {
    margin-bottom: 5px;
    line-height: 1.2;
    position: relative;
  }
  .mobile_header_secondary .top_header_language {
    background-color: #fafafa!important;
    padding: 10px;
  }
  .mobile_header_secondary .top_header_shop a {
    opacity: 1;
    transition: color 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
    display: flex;
    align-items: center;
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    line-height: 30px;
    font-family: 'Open Sans';
    font-weight: 700;
  }
  .mobile_header_secondary .top_header_shop a i {
    display: none;
  }
  .mobile_header_secondary .top_header_shop a span {
    font-size: 100%;
  }
  .mobile_header_secondary .top_header_donate a {
    opacity: 1;
    transition: color 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
    align-items: center;
    margin: 0;
    padding: 0;
    border-radius: 8px;
    background-color: #F57F00;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    line-height: 30px;
    font-family: 'Open Sans';
    font-weight: 700;
  }
  .mobile_header_secondary .top_header_donate a img {
    display: none;
  }
  .mobile_header_secondary .top_header_donate a span {
    font-size: 100%;
  }
  .mobile_header_secondary .top_header_language li .notranslate {
    font-size: 14px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0);
    height: 100%;
  }
  .mobile_header_secondary .top_header_language li {
    list-style-type: none;
  }
}
@media(max-width:479px){
  .header_search_outer_container {
    max-width: 320px;
  }
}


@media(max-width:450px){
  .menu-open #site-wrapper {
    -webkit-transform: scale(0.84) translateX(-93vw) translateZ(0) !important;
    transform: scale(0.84) translateX(-93vw) translateZ(0) !important;
  }
  .mobile_header {
    padding-left: 50px;
    padding-right: 50px;
    width: 78vw;
    min-width: 78vw;
  }
}


@media(max-width:321px){
  .header_search_outer_container {
    max-width: 300px;
  }
  .bottom_header .header__container {
    max-width: 300px;
  }
}
.bottom_footer {
  font-size: 14px;
  padding: 20px 0;
  color: #777;
  position: relative;
}
.bottom_footer_left {
  z-index: 10;
  min-height: 1px;
  position: relative;
  float: left;
  width: 40.5%;
  margin-right: 2%;
  display: block;
}
.bottom_footer_right {
  z-index: 10;
  min-height: 1px;
  position: relative;
  float: left;
  width: 57.5%;
  display: block;
}
.footer__container:after, .footer__container:before {
  content: "";
  display: block;
  clear: both;
}
.bottom_footer_left p {
  color: #777777;
  line-height: 22px;
  margin-top: 3px;
  font-size: 14px;
  padding-bottom: 0;
}
.bottom_footer_right ul.footer-social {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
.bottom_footer_right ul.footer-social li {
  float: left;
  list-style: none;
  margin-left: 20px;
}
.bottom_footer_right ul.footer-social li a {
  color: #777777;
  display: block;
  line-height: 22px;
  height: 24px;
  position: relative;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background-position: center top;
}
.bottom_footer_right ul.footer-social li a i {
  color: #777777;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  font-size: 20px;
  width: auto;
  background-color: transparent;
  display: inline-block;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  top: -2px;
  vertical-align: middle;
  max-width: 100%;
}
i.fa.fa-twitter:before {
  content: "\f099";
}
i.fa.fa-facebook:before {
  content: "\f09a";
}
i.fa.fa-linkedin:before {
  content: "\f0e1";
}
i.fa.fa-instagram:before {
  content: "\f16d";
}
.top_footer_content {
  padding: 75px 0;
  position: relative;
}
.footer-section {
  z-index: 10;
  min-height: 1px;
  position: relative;
  float: left;
  margin-right: 2%;
  display: block;
}
.footer-section.Get-Involved {
  margin-right: 0;
}
.footer-section.form-section {
  width: 35%;
}
.footer-section.Find-Support {
  width: 19.5%;
}
.footer-section.Stories-of-Inspiration {
  width: 19.5%;
}
.footer-section.Get-Involved {
  width: 19.5%;
}
.top_footer_logo {
  margin-bottom: 30px;
}
.top_footer_text {
  margin-bottom: 30px;
}
.top_footer_logo img.hs-image-widget {
  max-width: 300px;
  width: 100% !important;
}
.top_footer_text p {
  font-size: 12px;
  line-height: 15px;
  padding-bottom: 10px;
  color: #545454;
}
.top_footer_form h3#hs_cos_wrapper_footer_form_title {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 15px;
  color: #545454;
  margin: 0;
  font-family: 'Montserrat';
  font-weight: 400;
}
.top_footer_content:after, .top_footer_content:before {
  clear: both;
  content: "";
  display: block;
}
.top_footer_form form label {
  display: none;
}
.top_footer_form .hs-input {
  background: #E7E9F2 !important;
  border: 1px solid #FFFFFF;
  border-radius: 0;
  border-width: 0;
  color: #36454E !important;
  font-family: 'Lato',sans-serif;
  font-size: 16px;
  margin: 1px 0;
  padding: 10px;
  width: 100%;
  outline: none;
}
.top_footer_form .actions {
  padding: .5em 0;
  text-align: center;
  color: #36454E;
}
.top_footer_form input.hs-button.primary.large {
  background-size: cover;
  cursor: pointer;
  border-style: none;
  border-width: 0px;
  border-color: #FFFFFF;
  border-radius: 4px;
  text-align: center;
  font-family: 'Lato',sans-serif;
  font-size: 12px;
  font-weight: normal;
  min-width: 0;
  padding: 10px 20px;
  text-transform: none;
  box-shadow: none;
  background-position: 50% 50%;
  width: 100%;
  margin: 5px 0 !important;
}
.footer-section .hs-menu-wrapper>ul>li:not(:first-child) {
  font-size: 12px;
  line-height: 15px;
  padding-bottom: 10px;
}
.footer-section .hs-menu-wrapper>ul>li {
  list-style: none;
}
.footer-section .hs-menu-wrapper>ul>li:first-child>a,
.footer-section.Find-Support .hs-menu-wrapper>ul>li:nth-child(6)>a,
.footer-section.Stories-of-Inspiration .hs-menu-wrapper>ul>li:nth-child(6)>a,
.footer-section.Get-Involved .hs-menu-wrapper>ul>li:nth-child(10)>a{
  color: #009095 !important;
  font-family: Montserrat;
  line-height: 19px;
  font-weight: 700;
  font-size: 16px;
  display: block;
  cursor: text;
}
.footer-section .hs-menu-wrapper>ul>li:first-child,
.footer-section.Find-Support .hs-menu-wrapper>ul>li:nth-child(6),
.footer-section.Stories-of-Inspiration .hs-menu-wrapper>ul>li:nth-child(6),
.footer-section.Get-Involved .hs-menu-wrapper>ul>li:nth-child(10){
  margin-bottom: 15px;
  padding-bottom: 0;
}
.footer-section .hs-menu-wrapper>ul>li>a {
  display: block;
}
.footer-section.Find-Support .hs-menu-wrapper>ul>li:nth-child(5),
.footer-section.Stories-of-Inspiration .hs-menu-wrapper>ul>li:nth-child(5){
  margin-bottom: 30px;
}
.top_footer_form label.hs-error-msg {
  display: block !important;
}
.top_footer_form label.hs-error-msg {
  display: block !important;
  color: #F95757;
  background: #FFEEEE;
  border: 1px solid #F95757;
  border-radius: 0;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: normal;
  clear: both;
  font-family: 'Lato',sans-serif;
  margin: 0 !important;
  line-height: normal;
}
.top_footer_form ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0 !important;
}
.top_footer_form .hs-input::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}
.top_footer_form .hs-input::-moz-placeholder {
  color: rgb(117, 117, 117);
}
.top_footer_form .hs-input:-ms-input-placeholder {
  color: rgb(117, 117, 117);
}
.top_footer_form .hs-input:-moz-placeholder {
  color: rgb(117, 117, 117);
}
.top_footer_form {
  padding-bottom: 22px;
}
.top_footer_form .hs-form-field {
  margin: 0 !important;
  padding: 0 !important;
}
.top_footer_form form{
  background:transparent !important;
  border:none !important;
  border-radius:0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.footer-section.Get-Involved .hs-menu-wrapper>ul>li:nth-child(8), 
.footer-section.Get-Involved .hs-menu-wrapper>ul>li:nth-child(9) {
  padding: 0;
}
.footer-section.Get-Involved .hs-menu-wrapper>ul>li:nth-child(9) {
  margin-bottom: 25px;
}
.top_footer_form input.hs-button.primary.large:hover {
  background-position: 50% 50%;
  background: url(https://20427067.fs1.hubspotusercontent-na1.net/hubfs/20427067/raw_assets/public/NationalOvarianCancerCoalition_August2021/images/25k.png);
  background-size: cover;
  border-color: #BBBBBB;
}

.back-to-top {
  transform: translateY(-50%);
  border-radius: 200px!important;
  overflow: hidden;
  transition: box-shadow 0.3s cubic-bezier(.55, 0, .1, 1), background-color 0.1s linear;
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55, 0, .1, 1), background-color 0.1s linear;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 200px!important;
  display: none;
  position: fixed;
  z-index: 9994;
  background-repeat: no-repeat;
  background-position: center;
  height: 29px;
  width: 29px;
  text-align: center;
  line-height: 12px;
  right: 17px;
  color: #fff;
  cursor: pointer;
  bottom: 0px;
}
.back-to-top:hover {
  transition: box-shadow 0.3s cubic-bezier(.55, 0, .1, 1), background-color 0.05s linear 0.25s;
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55, 0, .1, 1), background-color 0.05s linear 0.25s;
  box-shadow: 1px 2px 3px rgb(0 0 0 / 16%);
  background-color: transparent!important;
  color: #fff;
}
.back-to-top:before {
  background-color: rgba(255, 255, 255, 0.25);
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  z-index: 2;
  display: block;
  content: " ";
  height: 100%;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.back-to-top:after {
  display: block;
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: #00808b!important;
  left: 0;
  z-index: 1;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s cubic-bezier(.55, 0, .1, 1);
  -webkit-transition: all 0.3s cubic-bezier(.55, 0, .1, 1);
  border-radius: 100px;
  -webkit-border-radius: 100px;
}
.back-to-top i {
  line-height: 29px;
  width: 29px;
  height: 29px;
  font-size: 14px;
  top: 0;
  left: 0;
  text-align: center;
  position: relative;
  z-index: 10;
  background-color: transparent;
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
}
.fa-angle-up:before {
  content: "\f106";
}
.back-to-top:hover i {
  -webkit-transform: translate(0, -29px);
  transform: translate(0, -29px);
}
.back-to-top:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.back-to-top.top {
  display: block;
}



@media(max-width: 999px){
  .footer-section.form-section {
    margin-bottom: 40px;
  }
  .footer-section.Find-Support {
    margin-bottom: 40px;
  }
  .footer-section.form-section, 
  .footer-section.Find-Support,
  .footer-section.Stories-of-Inspiration,
  .footer-section.Get-Involved {
    width: 48%;
    padding: 15px;
    float: left;
    margin-left: 0;
    margin-right: 15px;
  }
  .footer-section.Find-Support {
    margin-right: 0;
  }
  .footer-section.Get-Involved {
    margin-right: 0;
  }
  .top_footer_content {
    padding: 55px 0;
  }
}



@media(max-width: 690px){
  .bottom_footer_left {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
    margin-right: 0;
  }
  .bottom_footer_right {
    width: 100%;
    float: none;
  }
  .bottom_footer_right ul.footer-social {
    float: left;
  }
  .footer-section.Get-Involved {
    margin: 0;
  }
  .bottom_footer_right ul.footer-social li:first-child {
    margin: 0;
  }
  .footer-section.form-section, 
  .footer-section.Find-Support,
  .footer-section.Stories-of-Inspiration,
  .footer-section.Get-Involved {
    width: 100%;
    padding: 0;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .footer-section.Get-Involved{
    margin-bottom: 0;
  }
}


@media(max-width: 340px){
  .footer__container {
    padding:0 20px;
  }
}
/* Menu and simple menu */

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

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


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


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