*, *: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: swiper-icons; src: 
  url("data:application/font-woff;charset=utf-8;base64, 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") format("woff"); font-style: normal; font-weight: 400; }

@font-face { font-family: "Font Awesome 5 Brands"; src: 
  url("https://20246432.fs1.hubspotusercontent-ap1.net/hubfs/20246432/SpinalLifeAustralia_October2021/fonts/FontAwesome5Brands-Regular.eot") format("embedded-opentype"), 
  url(https://20246432.fs1.hubspotusercontent-ap1.net/hubfs/20246432/raw_assets/public/SpinalLifeAustralia_October2021/fonts/FontAwesome5Brands-Regular.woff2) format("woff2"), 
  url(https://20246432.fs1.hubspotusercontent-ap1.net/hubfs/20246432/raw_assets/public/SpinalLifeAustralia_October2021/fonts/FontAwesome5Brands-Regular.woff) format("woff"), 
  url(https://20246432.fs1.hubspotusercontent-ap1.net/hubfs/20246432/raw_assets/public/SpinalLifeAustralia_October2021/fonts/FontAwesome5Brands-Regular.ttf) format("truetype"), 
  url(https://20246432.fs1.hubspotusercontent-ap1.net/hubfs/20246432/raw_assets/public/SpinalLifeAustralia_October2021/fonts/FontAwesome5Brands-Regular.svg) format("svg"); font-style: normal; font-weight: 400; font-display: block; }

@font-face { font-family: "Font Awesome 5 Free"; src: 
  url("https://20246432.fs1.hubspotusercontent-ap1.net/hubfs/20246432/SpinalLifeAustralia_October2021/fonts/FontAwesome5Free-Solid.eot") format("embedded-opentype"), 
  url(https://20246432.fs1.hubspotusercontent-ap1.net/hubfs/20246432/raw_assets/public/SpinalLifeAustralia_October2021/fonts/FontAwesome5Free-Solid.woff2) format("woff2"), 
  url(https://20246432.fs1.hubspotusercontent-ap1.net/hubfs/20246432/raw_assets/public/SpinalLifeAustralia_October2021/fonts/FontAwesome5Free-Solid.woff) format("woff"), 
  url(https://20246432.fs1.hubspotusercontent-ap1.net/hubfs/20246432/raw_assets/public/SpinalLifeAustralia_October2021/fonts/FontAwesome5Free-Solid.ttf) format("truetype"), 
  url(https://20246432.fs1.hubspotusercontent-ap1.net/hubfs/20246432/raw_assets/public/SpinalLifeAustralia_October2021/fonts/FontAwesome5Free-Solid.svg) format("svg"); font-style: normal; font-weight: 900; font-display: block; }


@font-face { font-family: "Font Awesome 5 Free"; src: 
  url("://f.hubspotusercontent30.net/hubfs/20246432/SpinalLifeAustralia_October2021/fonts/FontAwesome5Free-Regular.eot") format("embedded-opentype"), 
  url(https://20246432.fs1.hubspotusercontent-ap1.net/hubfs/20246432/raw_assets/public/SpinalLifeAustralia_October2021/fonts/FontAwesome5Free-Regular.woff2) format("woff2"), 
  url(https://20246432.fs1.hubspotusercontent-ap1.net/hubfs/20246432/raw_assets/public/SpinalLifeAustralia_October2021/fonts/FontAwesome5Free-Regular.woff) format("woff"), 
  url(https://20246432.fs1.hubspotusercontent-ap1.net/hubfs/20246432/raw_assets/public/SpinalLifeAustralia_October2021/fonts/FontAwesome5Free-Regular.ttf) format("truetype"), 
  url(https://20246432.fs1.hubspotusercontent-ap1.net/hubfs/20246432/raw_assets/public/SpinalLifeAustralia_October2021/fonts/FontAwesome5Free-Regular.svg) format("svg"); font-style: normal; font-weight: 400; font-display: block; }

html {
  font-size: 62.5%!important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  line-height:1.625;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  font-size: 18px;
  margin: 0 0 27px;
}

/* Anchors */

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

a:hover {
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1.5em 0;
  padding: 0 2.5em;
  font-style: inherit;
  border: 0;
  position: relative;
}

/* Horizontal rules */

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

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

/* Labels */

form label {
  display: block;
  font: 400 18px/100% "Open Sans", sans-serif;
  color: #595959;
  max-width: 100%;
  margin-bottom: 5px;
}

/* Help text - legends */

form legend {
  display: block;
  font: 400 13px/100% "Open Sans", sans-serif;
  color: #5F5F5F;
  max-width: 100%;
  margin-bottom: 5px;
}

/* Inputs */

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 {
  border-color: #ccc;
  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 {
  display: block;
  width: 100%;
  padding: 13px 15px;
  border: 1px solid #ddd;
  color: #595959;
  background-color: #fff;
  font-size: 1.8rem;
  line-height: 1.15;
  margin: 0;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}


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

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

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

/* Submit button */

.hs-button,
.hs-button.large.primary,
button,
.button {
  width: auto;
  padding: 15px 30px;
  border: 0;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: normal;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background-color: #0c68b3;
  border-radius: 0.3em;
  box-shadow: none;
  display: inline-block;
  transition: .4s all;
  text-align: center;
  overflow-wrap: break-word;
  box-sizing: border-box;
  margin-top:10px;
  margin-bottom:20px;
}

.hs-button:hover,
.hs-button:focus,
.hs-button.large.primary:hover,
.hs-button.large.primary:focus,
button:hover,
button:focus,
.button:hover,
.button:focus {
  color: #fff;
  background-color: #0d74c9;
}

/* 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;
}
.body-wrapper {
  overflow: hidden;
}

header.header-bg {
  position: relative;
  min-height: 183px;
}

header.header-bg.lp-header {
    min-height: 106px;
}

.top_header {
  padding-top: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #707070;
}
.top_header:before, .top_header:after {
  display: table;
  content: " ";
}
.top_header:after {
  clear: both;
}
.top_header .header__container {
  margin-right: auto;
  margin-left: auto;
  max-width: 96%;
  display: grid;
  grid-gap: 1em;
  align-items: center;
}
.top_header-contact {
  font-size: 1.4em;
}
.hamburger-icon {
  display: none;
}
.header_logo img {
  width: 220px!important;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.top_header-contact a {
  color: inherit;
  text-decoration: inherit;
  display: block;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.625;
}

.header-social a{
  text-decoration:none;
}
.header-social .fa-stack.fa-2x {
  width: 2em;
  font-size: 1em;
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
}
p.social .fa-stack-2x {
  color: #0c68b3;
}
.fa, .fas {
  font-weight: 900;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fab, .far {
  font-weight: 400;
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-square:before {
  content: "\f0c8";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.header-social .fa-stack.fa-2x .fas.fa-square.fa-stack-2x {
  color: #0c68b3;
  font-size: 2em;
}
.header-social .fa-stack.fa-2x .fa-stack-1x {
  color: #fff;
  height: 100%;
  top: 9px;
}
.fa-twitter:before {
  content: "\f099";
}
.fa-youtube:before {
  content: "\f167";
}
@keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0)
  }
  80% {
    transform: scale(1.07)
  }
  100% {
    opacity: 1;
    transform: scale(1)
  }
}


@media (min-width:960px){

  .top_header .header__container {
    grid-template-columns: auto auto 9em 9em 7em;
    grid-template-columns: auto auto fit-content(2fr) fit-content(2fr) fit-content(2fr);
    grid-template-areas: "logo . donate phone social";
  }

  .bottom_header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    border-top: 0;
    background: rgba(255,255,255,.94);
    box-shadow: 0 4px 6px -6px rgb(0 0 0 / 40%);
  }
  .bottom_header {
    clear: both;
    width: 100%;
    backface-visibility: hidden;
    background: 0 0;
    padding: 1em 0;
  }
  .hamburger-menu-close {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    clear: both;
    width: 100%;
    line-height: 1.3;
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    display: inline-block;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: .5em 1em;
    outline-offset: -1px;
    color: #595959;
    font-size: 1.8rem;
    font-weight: 600;
    text-decoration: none;
    outline: 0;
    display: block;
    transition: color .2s ease-in-out, background-color .2s ease-in-out;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    color: #0c68b3;
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    display: none;
    z-index: -1;
    opacity: 0;
    clear: both;
    margin: 0;
    list-style-type: none;
    height: 0;
    perspective: 1000px;
    line-height: 1;
    transition: .1s height;
    border-top: 2px solid #0c68b3;
    position: absolute;
    width: 220px;
    padding-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
    animation: scaleZ .3s 60ms ease-in-out forwards;
    display: none;
    opacity: 0;
    transform-origin: top center;
    position: relative;
    line-height: 1.4;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
    width: 220px;
    border-top: 0;
    text-align: left;
    display: block;
    outline-offset: -1px;
    color: #595959;
    font-weight: 600;
    text-decoration: none;
    outline: 0;
    padding: 15px;
    position: relative;
    background-color: #fff;
    font-size: 1.5rem;
    word-wrap: break-word;
    transition: color .2s ease-in-out,background-color .2s ease-in-out;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover {
    color: #0c68b3;
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:nth-child(1) {
    animation: scaleZ .3s 60ms ease-in-out forwards;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:nth-child(2) {
    animation: scaleZ .3s 120ms ease-in-out forwards;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:nth-child(3) {
    animation: scaleZ .3s 180ms ease-in-out forwards;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:nth-child(4) {
    animation: scaleZ .3s 240ms ease-in-out forwards;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:nth-child(5) {
    animation: scaleZ .3s .3s ease-in-out forwards;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:nth-child(6) {
    animation: scaleZ .3s 360ms ease-in-out forwards;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:nth-child(7) {
    animation: scaleZ .3s 420ms ease-in-out forwards;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:nth-child(8) {
    animation: scaleZ .3s 480ms ease-in-out forwards;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:nth-child(9) {
    animation: scaleZ .3s 540ms ease-in-out forwards;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:nth-child(10) {
    animation: scaleZ .3s .6s ease-in-out forwards;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:nth-child(11) {
    animation: scaleZ .3s 60ms ease-in-out forwards;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
    display: block;
    z-index: 50;
    height: auto;
    left: auto;
    opacity: 1;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul>li {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    float: right;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    border-radius: .3em;
    padding: .7em 1.5em;
    width: auto;
    display: block;
    background-color: #c73d12;
    color: #fff;
    border: 0;
    font-size: 1.6rem;
    font-weight: 600;
    white-space: normal;
    text-decoration: none;
    cursor: pointer;
    transition: .4s all;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover {
    background-color: #d84213;
    color: #fff;
  }
  .fa-heart:before {
    content: "\f004";
  }
}


@media (max-width:959.9px){
  .top_header .header__container{
    text-align:center;
  }
  .bottom_header {
    background: #0c68b3;
    color: #eee;
    position: fixed;
    clear: both;
    top: 0;
    padding: 1em 0;
    backface-visibility: hidden;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    transform: translateX(-100%);
    transition: transform .25s ease-out;
    width: 70vw;
    z-index: 999;
  }

  .hamburger-icon {
    margin: 0;
    font-size: 1.3em;
    display: block;
  }
  .hamburger-icon a {
    text-decoration: inherit;
    color: #595959;
    outline: 0;
    transition: color .2s ease-in-out, background-color .2s ease-in-out;
  }
  .hamburger-icon a:hover {
    color: #0c68b3;
  }
  .fa-bars:before {
    content: "\f0c9";
  }
  .menu-open .bottom_header {
    transform: translateX(0);
  }
  .bottom_header .header__container {
    max-width: none!important;
  }
  .hamburger-menu-close {
    padding: .5em;
    display: block;
    margin: 0;
  }
  .hamburger-menu-close a {
    display: flex;
    align-items: center;
    outline: 0;
    color: inherit;
    text-decoration: inherit;
    transition: color .2s ease-in-out, background-color .2s ease-in-out;
  }

  .hamburger-menu-close a:hover{
    color:#fff;
  }
  .hamburger-menu-close a i {
    display: inline-block;
    font-size: 1.8em;
    min-width: 1em;
    margin-right: .3em;
  }
  .hamburger-menu-close a em {
    display: inline-block;
    font-size: 1.1em;
    font-style: inherit;
  }
  .fa-times-circle:before {
    content: "\f057";
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    clear: both;
    width: 100%;
    margin: 0;
    list-style-type: none;
    padding: 0;
    line-height: 1.3;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    display: block;
    float: none;
    border-top: 1px solid rgba(255, 255, 255, .2);
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    display: block;
    padding: .7em;
    font-size: 1em;
    font-weight: 600;
    color: #eee!important;
    outline-offset: -1px;
    text-decoration: inherit;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    color: #fff!important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    position: relative;
    margin: 0;
    padding: 0;
    opacity: 1!important;
    z-index: 99;
    width: 100%;
    font-size: .9em;
    display: block;
    clear: both;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
    padding-left: 5%;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    display: block;
    float: none;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
    background-color: #0c68b3!important;
    font-size: 1em;
    outline: 0;
    display: block;
    color: #eee!important;
    text-decoration: inherit;
    outline-offset: -1px;
    font-weight: 600;
    padding: .7em;
    position: relative;
    word-wrap: break-word;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover {
    color: #fff!important
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    border: 0;
    width: auto;
    font-size: 1.6rem;
    font-weight: 600;
    white-space: normal;
    text-decoration: none;
    cursor: pointer;
    transition: .4s all;
    border-radius: 0;
    padding: .7em!important;
    background-color: #c73d12;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover {
    background-color: #d84213;
    color: #fff;
  }
  .fa-heart:before {
    content: "\f004";
  }
}


@media (max-width:959.9px) and (min-width: 600px){
  .top_header .header__container {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "logo logo hamburger" "phone phone phone";
    text-align: center;
  }
}


@media (max-width:599.9px) and (min-width: 430px){
  .top_header .header__container {
    grid-template-columns: auto 5em!important;
    grid-template-areas:
      "logo hamburger"
      "phone phone"
      "social social";
    text-align:center;
  }
}


@media only screen and (min-width: 430px){
  .hamburger-icon {
    grid-area: hamburger;
  }
  .top_header_social {
    grid-area: social;
  }
  .top_header-contact {
    grid-area: phone;
  }
  .header_logo {
    grid-area: logo;
  }
}
.mid-footer {
  clear: both;
  padding: 2em 0;
  border-top: 1px solid #eee;
  background-color: #eff5fa;
  font-size: 1.8rem;
}

.mid-footer:before,
.mid-footer:after{
  display: table;
  content: " ";
}

.mid-footer:after{
  clear:both;
}

.footer_wrap{
  margin-right: auto;
  margin-left: auto;
  max-width: 96%;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2em;
}

.footer-widget-wrap h3{
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Open Sans",sans-serif;
  line-height: 1;
}

.footer-widget-wrap h2{
  font-size: 1.3em;
  margin-bottom: 0.5em;
  font-weight: 600;
  line-height: 1.2;
}

.footer-widgets-2 .footer-widget-wrap a{
  color:#595959;
}

.footer-menu .hs-menu-wrapper>ul {
  margin: 0;
  padding: 0;
}

.footer-menu .hs-menu-wrapper>ul>li {
  list-style-type: none;
}

.footer-menu .hs-menu-wrapper>ul>li>a {
  display: block;
  padding: 0.1em 0;
  color: inherit;
  text-decoration: none;
  transition: color .2s ease-in-out,background-color .2s ease-in-out;
}

.footer-menu .hs-menu-wrapper>ul>li>a:hover{
  text-decoration: underline;
}

.footer-btns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 0.5em;
  margin-bottom: 1.5em;
}

.footer-button{
  margin-bottom: 0.5em;
  display: inline-block;
}

.bottom-footer{
  padding: 1em 0;
  border: 0;
  background-color: #0c68b3;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}

.bottom-footer-wrapper {
  margin:auto;
  max-width:96%;
}

.bottom-footer-wrapper p{
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
}

.bottom-footer-wrapper .footer-copyright-links p a:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

.bottom-footer-wrapper .footer-copyright-links p a {
  display: inline-block;
  border-left: 1px solid rgba(255,255,255,.2);
  padding-left: 0.7em;
  margin-left: 0.5em;
  font-size: 1.5rem;
  line-height: 1.5;
}

.bottom-footer a {
  color: #fff;
  text-decoration: none;
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa, .fas {
  font-weight: 900;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.footer-button a.hs-button  {
  width: auto;
  padding: 15px 30px;
  border: 0;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: normal;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background-color: #0c68b3;
  border-radius: 0.3em;
  box-shadow: none;
  display: inline-block;
  transition: .4s all;
  text-align: center;
  overflow-wrap: break-word;
  box-sizing: border-box;
  margin:0;
}

.bottom-footer-wrapper p{
  margin-bottom: 1em;
}

.footer-widget-wrap p{
  color:#595959;
}

.bottom-footer-wrapper p.top{
  margin-bottom:0;
}

.bottom-footer a:hover{
  color:#fff;
  text-decoration:underline;
}

.footer-widgets-2 .footer-widget-wrap .phone a{
text-decoration:none;
}

.footer-widgets-2 .footer-widget-wrap a:hover{
  text-decoration:underline;
}

@media only screen and (min-width: 960px){
  .footer_wrap{
    grid-template-columns: repeat(4,1fr);
    width: 1140px;
  }
  .bottom-footer-wrapper {
    width: 1140px;
    display: grid;
    grid-gap: 1em;
    grid-template-columns: auto auto;
  }

  .footer-copyright{
    justify-self: start;
  }

  .footer-copyright-links{
    justify-self: end;
  }
  .bottom-footer-wrapper p{
    margin-bottom: 0;
  }
  .bottom-footer-wrapper p.top {
    grid-column: 1/span 2;
  }
}
