*, *: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: "Nunito Sans Bold"; src: local("Nunito Sans Bold"), local("NunitoSans-Bold"), url("https://fonts.gstatic.com/s/nunitosans/v5/pe03MImSLYBIv1o4X1M8cc8GBs5tU1ECVZl_.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Nunito Sans ExtraBold"; src: local("Nunito Sans ExtraBold"), local("NunitoSans-ExtraBold"), url("https://fonts.gstatic.com/s/nunitosans/v6/pe03MImSLYBIv1o4X1M8cc8aBc5tU1ECVZl_.woff2") format("woff2"); font-style: normal; font-weight: 800; font-display: swap; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Nunito Sans Light"; src: local("Nunito Sans Light"), local("NunitoSans-Light"), url("https://fonts.gstatic.com/s/nunitosans/v5/pe03MImSLYBIv1o4X1M8cc8WAc5tU1ECVZl_.woff2") format("woff2"); font-style: normal; font-weight: 300; font-display: swap; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Nunito Sans Regular"; src: local("Nunito Sans Regular"), local("NunitoSans-Regular"), url("https://fonts.gstatic.com/s/nunitosans/v5/pe0qMImSLYBIv1o4X1M8cce9I9tAcVwo.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Nunito Sans"; src: url("https://fonts.gstatic.com/s/nunitosans/v12/pe0qMImSLYBIv1o4X1M8cce9I9s.woff2") format("woff2"); font-style: normal; font-weight: 400; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Nunito Sans"; src: url("https://fonts.gstatic.com/s/nunitosans/v12/pe0qMImSLYBIv1o4X1M8cce9I9s.woff2") format("woff2"); font-style: normal; font-weight: 400; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }




@font-face { 
   font-family: "Font Awesome 5 Free"; 
   src: url("https://7554090.fs1.hubspotusercontent-na1.net/hubfs/7554090/AlteraHealth_July2022/fonts/fa-solid-900.eot") format("embedded-opentype"),
      url(https://7554090.fs1.hubspotusercontent-na1.net/hubfs/7554090/raw_assets/public/AlteraHealth_July2022/fonts/fa-solid-900.woff2) format("woff2"),
      url(https://7554090.fs1.hubspotusercontent-na1.net/hubfs/7554090/raw_assets/public/AlteraHealth_July2022/fonts/fa-solid-900.woff) format("woff"), 
      url(https://7554090.fs1.hubspotusercontent-na1.net/hubfs/7554090/raw_assets/public/AlteraHealth_July2022/fonts/fa-solid-900.ttf) format("truetype"),
      url(https://7554090.fs1.hubspotusercontent-na1.net/hubfs/7554090/raw_assets/public/AlteraHealth_July2022/fonts/fa-solid-900.svg) format("svg");
   font-style: normal; 
   font-weight: 900; 
   font-display: swap; 
}

body {
   line-height: 1.45;
   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: 1rem;
   margin: 0 0 1.4rem;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0 0 .5rem;
}
h1{
   line-height: 1.15;
}
h2{
   line-height: 1.4;
}
h3,h5{
   line-height: 1.2;
}
h4{
   line-height: 1.3;
}

h6{
   line-height: 14px;

}

/* Lists */

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

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

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

/* Code blocks */

code {
   vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
   background-color: #CCC;
   border: none;
   color: #CCC;
   height: 1px;
}
button,
.button {
   border-color: #F56E7B;
   color: #ffffff;
   font-size: 18px;
   line-height: 18px;
   font-family: Nunito Sans;
   border-radius: 15px;
   cursor: pointer;
   display: inline-block;
   font-weight: 700;
   position: relative;
   text-align: center;
   transition: all .15s linear;
   border-style: solid;
   border-width: 1px;
   white-space: pre-wrap;
   margin-top: 18px;
   margin-bottom: 18px;
}

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 {
   font-family: Nunito Sans;
   font-size: 16px;
   display: block;
   float: none;
   width: auto;
   font-weight: 500;
   line-height: 20px;
   padding-top: 0;
   margin-bottom: 4px;
}

/* Help text - legends */

form legend {
   font-size: 0.875rem;
}

/* Inputs */

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

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 */

form input[type=submit],
form .hs-button {
   border-color: #F56E7B;
   color: #ffffff;
   font-size: 18px;
   line-height: 18px;
   font-family: Nunito Sans;
   border-radius: 15px;
   cursor: pointer;
   display: inline-block;
   font-weight: 700;
   position: relative;
   text-align: center;
   transition: all .15s linear;
   border-style: solid;
   border-width: 1px;
   white-space: pre-wrap;
   margin-top: 18px;
   margin-bottom: 18px;

}

/* Captcha */

.grecaptcha-badge {
   margin: 0 auto;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   overflow-x: auto;
   overflow-y: hidden;
}
ul.no-list.hs-error-msgs {
   padding: 0;
}
.hs_cos_wrapper_type_member_login form label {
   display: inline-block;
}
/* 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.header {
   position: relative;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 999;
   padding: 16px 20px 10px 20px;
   background: #393392;
}
.header-wrap {
   color: #fff;
}
.header-row {
   display: flex;
   align-items: center;
}
.header__logo {
   align-items: center;
   align-self: flex-end;
   position: relative;
   width: 100%;
   padding-right: 15px;
}
.header__logo img {
   height: auto;
   opacity: 1;
   transition: opacity 400ms;
   transition-delay: 0ms;
   max-width: 100%;
   vertical-align: middle;
}
.header-main {
   width: 100%;
}
.header-top {
   justify-content: flex-end;
   padding-right: 15px;
   color: #fff;
   display: flex;
   flex-wrap: wrap;
   margin-right: -15px;
   margin-left: -15px;
}
.header-top-col {
   display: flex;
   align-items: center;
   justify-content: flex-end;
   width: 100%;
}
.header-top-search {
   width: 32px;
   transition: all .4s;
   display: flex;
   align-items: center;
   justify-content: flex-end;
   height: 100%;
   margin-left: 16px;
}
.header-top-search form {
   display: inline-block;
   width: 0;
   margin-right: -2px;
   transition: all .4s;
}
.header-top-search .icon-search {
   display: block;
   width: 24px;
   height: 100%;
   background-position: 50% 50%;
   background-repeat: no-repeat;
   text-align: left;
   text-indent: -9999px;
   overflow: hidden;
   background-color: #393392;
   color: #fff;
   background-image: url(https://7554090.fs1.hubspotusercontent-na1.net/hubfs/7554090/raw_assets/public/AlteraHealth_July2022/images/icon-utility-search.svg);
}
.header-top-search form input {
   padding: 6px 6px 6px 12px;
   height: 30px;
   transition: all .4s;
   line-height: 1;
   color: #FFFFFF;
   border-radius: 15px 0 0 15px;
   border: 1px solid #fff;
   border-right-width: 0;
   vertical-align: middle;
   background-color: transparent;
   display: block;
   width: 100%;
   font-size: 14px;
   font-weight: 400;
   background-clip: padding-box;
   outline:0;
}
.header-top-search input[type="search" i]::-webkit-search-cancel-button {
   display:none;
}
.header-top-search form input::-webkit-input-placeholder{
   color: #fff;
}
.header-top-contact {
   display: flex;
   align-items: center;
   justify-content: flex-end;
   height: 100%;
   margin-left: 16px;
}

.header-top-contact .icon-contact {
   display: block;
   width: 24px;
   height: 100%;
   background-position: 50% 50%;
   background-repeat: no-repeat;
   text-align: left;
   text-indent: -9999px;
   overflow: hidden;
   background-image: url(https://7554090.fs1.hubspotusercontent-na1.net/hubfs/7554090/raw_assets/public/AlteraHealth_July2022/images/icon-utility-contact.svg);
}
.header-top-regions {
   display: flex;
   align-items: center;
   justify-content: flex-end;
   height: 100%;
   margin-left: 16px;
}
.header-top-regions ul {
   padding-left: 0;
   margin-bottom: 0;
   list-style: none;
   position: relative;
}
.header-top-regions .hs-menu-wrapper>ul>li>a {
   position: relative;
   display: block;
   width: 42px;
   height: 44px;
   padding-left: 0;
   text-align: left;
   text-indent: -9999px;
   color: #fff;
   background: url(https://7554090.fs1.hubspotusercontent-na1.net/hubfs/7554090/raw_assets/public/AlteraHealth_July2022/images/icon-utility-geo.svg) no-repeat 100% 50%;
   background-size: auto 56%;
}
.header-top-regions .hs-menu-wrapper>ul>li>a:before {
   content: ' ';
   display: block;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   width: 10px;
   height: 10px;
   background-repeat: no-repeat;
   background-position: 50% 50%;
   background-image: url(https://7554090.fs1.hubspotusercontent-na1.net/hubfs/7554090/raw_assets/public/AlteraHealth_July2022/images/icon-nav-open.svg);
}
.header-top-regions ul ul {
   position: absolute;
   top: 130%;
   width: auto;
   min-width: 240px;
   left: -99999px;
   padding: 20px 0;
   background-color:  #F0F0F0;
   border: 2px solid #E6E6E6;
   border-radius: 6px;
   box-shadow: 0 0 0 rgb(0 0 0 / 0%);
   display: none;
}
.header-top-regions ul ul>li>a {
   color: #393392;
   text-align: left;
   font-family: "Nunito Sans Regular",sans-serif;
   display: flex!important;
   align-content: center;
   flex-direction: row;
   font-size: 14px;
   line-height: 1;
   text-transform: none;
}

.header-top-search.is-open {
   width: 52%;
}
.header-top-search.is-open form {
   width: 80%;
}
.header-top-regions.is-open ul ul {
   display: block;
}
.header-nav nav {
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   display: flex;
   align-items: center;
}
.header-nav nav>ul {
   font-family: "Nunito Sans Bold",sans-serif;
   font-size: 14px;
   width: 100%;
   font-weight: 500;
   line-height: 1.4;
   text-transform: none;
   padding-left: 0;
   margin-bottom: 0;
   list-style: none;
}
.header-nav nav>ul>li {
   position: relative;
}
.header-nav nav>ul>li>a {
   display: flex;
   align-content: center;
   flex-direction: row;
   font-family: "Nunito Sans Bold",sans-serif;
   font-size: 14px;
   line-height: 1;
   text-transform: none;
}
.header-nav nav>ul>li.has-submenu>a:before {
   content: ' ';
   display: block;
   position: absolute;
   top: 21px;
   transform: translateY(-50%);
   width: 10px;
   height: 10px;
   margin-right: 4px;
   margin-left: -15px;
   padding: 0;
   background-repeat: no-repeat;
   background-position: 50% 50%;
   background-image: url(https://7554090.fs1.hubspotusercontent-na1.net/hubfs/7554090/raw_assets/public/AlteraHealth_July2022/images/icon-nav-open.svg);
}
.header-nav .submenu.level-2 {
   display: none;
   font-size: 14px;
   float: none;
   list-style: none;
   z-index: 1000;
}
.header-nav nav>ul>li.current .submenu.level-2{
   display: block;
}
.header-nav .submenu.level-2>li {
   position: relative;
}
.header-nav .submenu.level-2>li a {
   font-size: 14px;
   font-weight: 500;
   line-height: 1;
   display: flex;
   align-content: center;
   flex-direction: row;
   font-family: "Nunito Sans Regular",sans-serif;
   color:#393392;
   padding-top: 12px;
   padding-bottom: 12px;
   padding-right: 20px;
   padding-left: 20px;
   margin: 0 30px;
}
.header-nav .submenu.level-3 {
   top: 0;
   padding-bottom: 10px;
   left: -99999px;
   font-size: 14px;
   float: none;
   list-style: none;
   z-index: 1000;
   padding-left: 0;
   display: none;
}
.header-nav .submenu.level-2>li.is-current .submenu.level-3{
   display: block;
}
.header__container.content-wrapper {
   padding: 0;
}
.header-nav nav>ul>li>a {
   color: #fff;
}
.header-nav .submenu.level-2>li.has-submenu>a:before {
   width: 8px;
   height: 8px;
   background-image: url(https://7554090.fs1.hubspotusercontent-na1.net/hubfs/7554090/raw_assets/public/AlteraHealth_July2022/images/icon-nav-open-alt.svg);
   content: ' ';
   display: block;
   position: absolute;
   margin-right: 4px;
   top: 21px;
   margin-left: -15px;
   padding: 0;
   background-repeat: no-repeat;
   background-position: 50% 50%;
   transform: translateY(-50%);
}
.header-nav nav>ul>li.has-submenu>a:hover:before {
   background-image: url(https://7554090.fs1.hubspotusercontent-na1.net/hubfs/7554090/raw_assets/public/AlteraHealth_July2022/images/icon-nav-open-active.svg);
}
.header-nav nav>ul>li.has-submenu.current>a:before {
   background-image: url(https://7554090.fs1.hubspotusercontent-na1.net/hubfs/7554090/raw_assets/public/AlteraHealth_July2022/images/icon-nav-close-active.svg);
}
.header-nav .submenu.level-2>li.has-submenu>a:hover:before {
   background-image: url(https://7554090.fs1.hubspotusercontent-na1.net/hubfs/7554090/raw_assets/public/AlteraHealth_July2022/images/icon-nav-open-active.svg);  
}
.header-nav .submenu.level-2>li.has-submenu.is-current>a:before {
   background-image: url(https://7554090.fs1.hubspotusercontent-na1.net/hubfs/7554090/raw_assets/public/AlteraHealth_July2022/images/icon-nav-close-active.svg);
}
.header-top-search .icon-search:hover {
   background-image: url(https://7554090.fs1.hubspotusercontent-na1.net/hubfs/7554090/raw_assets/public/AlteraHealth_July2022/images/icon-utility-search-hover.svg);
}
.header-top-contact .icon-contact:hover{
   background-image: url(https://7554090.fs1.hubspotusercontent-na1.net/hubfs/7554090/raw_assets/public/AlteraHealth_July2022/images/icon-utility-contact-hover.svg); 
}
.header-top-regions .hs-menu-wrapper>ul>li>a:hover{
   background-image: url(https://7554090.fs1.hubspotusercontent-na1.net/hubfs/7554090/raw_assets/public/AlteraHealth_July2022/images/icon-utility-geo-hover.svg); 
}
.header-top-regions .hs-menu-wrapper>ul>li>a:hover:before{
   background-image: url(https://7554090.fs1.hubspotusercontent-na1.net/hubfs/7554090/raw_assets/public/AlteraHealth_July2022/images/icon-nav-open-active.svg); 
}
body.no-banner .body-container-wrapper {
   padding-top: 103px;
}

.no-navigation .header__logo {
   top: 8px;
}
.no-navigation .super-row {
   justify-content: center;
}
@media (min-width: 768px){
   .header-container {
      position: relative;
   }
   .header-main {
      flex: 0 0 75%;
      max-width: 75%;
      position: inherit;
   }
   .header-nav nav {
      position: inherit;
      background: transparent;
      justify-content: flex-start;
   }
   .header-nav nav>ul {
      margin-right: 0;
      text-align: left;
   }
   .header-nav nav>ul>li {
      display: block;
      float: none;
      color: #fff;
   }
   .header-nav .submenu.level-2 {
      text-align: left;
   }
   .header-nav .submenu.level-3 {
      text-align: left;
   }
   .header-nav {
      border-bottom: 1px solid #d7d7d7;
      border-top: 1px solid #d7d7d7;
      padding: 0;
      border-color: #173d74;
      background-color: #0c203d;
      color: #fff;
   }
   .header-nav .submenu.level-2>li a{
      padding-right:8px;
      padding-left:8px;
   }
}
@media only screen and (min-width: 992px){
   .header__container.content-wrapper {
      display: block;
      margin: 0 auto;
      max-width: 1100px;
      height: auto;
   }
   .header-wrap {
      padding: 0 0 10px;
      border-width: 0;
      border-bottom: 0px solid rgba(255,255,255,.13);
   }
   .header-container {
      padding-right: 20px;
      padding-left: 20px;
   }
   .header-row {
      table-layout: fixed;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
   }
   .header__logo {
      display: block;
      float: none;
      vertical-align: middle;
      flex: 0 0 25%;
      max-width: 25%;
   }
   .header-main {
      display: block;
      padding-left: 20px;
      float: none;
      vertical-align: middle;
      flex: 0 0 75%;
      max-width: 75%;
   }
   .header-top-search form input {
      height: 24px;
   }
   .header-top-regions ul>li>a:after {
      left: 0;
   }
   .header-top-regions ul ul>li>a {
      padding: 6px 10px;
      margin: 0 20px;
   }
   .header-top-regions ul ul:before {
      margin-left: auto;
      margin-right: 28px;
      float: right;
      content: ' ';
      border-bottom: 12px solid rgb(230, 230, 230);
      display: block;
      height: 0;
      width: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      margin-top: -32px;
      margin-bottom: 10px;
   } 
   .header-top-regions.is-open ul ul {
      right: -50%;
      left: auto;
      transform: translateX(0);
      z-index: 9999;
      height: auto;
   }
   .header-nav {
      border-color: #173d74;
      color: #fff;
      background: none;
      border: none;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
   }
   .header-nav nav {
      border: none;
      margin: 0;
      color: #fff;
   }
   .header-nav nav>ul {
      float: right;
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      align-items: center;
      color: #fff;
   }
   .header-nav nav>ul>li.has-submenu>a {
      padding-left: 20px;
   }

   .header-nav nav>ul>li>a {
      padding: 6px 10px;
      margin: 0;
      border-width: 0;
      color: #fff;
   }
   .header-nav nav>ul>li.has-submenu>a:before {
      top: 50%;
      transform: translateY(-50%);
   }
   .header-nav .submenu.level-2 {
      position: absolute;
      top: 130%;
      width: auto;
      min-width: 240px;
      left: -99999px;
      padding: 20px 0;
      background-color: #F0F0F0;
      border: 2px solid #E6E6E6;
      border-radius: 6px;
      box-shadow: 0 0 0 rgb(0 0 0 / 0%);
   }
   .header-nav nav>ul>li:last-child>a {
      padding-left: 16px;
      background: url(https://7554090.fs1.hubspotusercontent-na1.net/hubfs/7554090/raw_assets/public/AlteraHealth_July2022/images/icon-nav-divider.svg) no-repeat 0 50%;
      background-size: auto 50%;
      padding-right: 0;

   }
   .header-nav nav>ul>li.current .submenu.level-2{
      right: 0;
      left: 50%;
      transform: translateX(-50%);
      height: auto;
   }
   .header-nav .submenu.level-2>li.is-current .submenu.level-3{
      top: 0;
      right: 0;
      left: 100%;
      transform: translateX(0);
      padding-bottom: 10px;
      border-width: 1px 1px 1px 0;
      border-radius: 0 10px 10px 10px;
      height: auto;

   }
   .header-nav .submenu.level-2:before{
      content: ' ';
      border-bottom: 12px solid rgb(230, 230, 230);
      display: block;
      height: 0;
      width: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      margin-top: -32px;
      margin-right: auto;
      margin-bottom: 10px;
      margin-left: auto;
   }
   .header-nav .submenu.level-2>li a {
      padding: 6px 10px;
      margin: 0 20px;
   }
   .header-nav .submenu.level-3 {
      padding: 20px 0;
      border: 2px solid #E6E6E6;
      background-color: #F0F0F0;
      border-radius: 6px;
      box-shadow: 0 0 0 rgb(0 0 0 / 0%);
      width: auto;
      min-width: 240px;
      position: absolute;
   }
   .super-header {
      display:none;
   }
   .header-mobile-search {
      display: none;
   }
   .header-nav .header-top-regions {
      display: none;
   }
   .header-nav .submenu.level-2>li.has-submenu>a:before {
      top: 50%;
      transform: translateY(-50%);
   }
}
@media only screen and (min-width: 1024px){
   header.header.no-navigation {
      padding-top: 27px;
      padding-bottom: 19px;
   }
}
@media only screen and (min-width: 1200px){
   header.header.no-navigation {
      padding-top: 21px;
      padding-bottom: 18px;
   }
}
@media only screen and (max-width: 1100px){
   .header__logo img{
      width: 141.438px!important;
   }
}

@media only screen and (max-width: 991px){
   body.no-banner .body-container-wrapper {
      padding-top: 93px;
   }
   .no-navigation .super-row {
      justify-content: center;
   }
   header.header.no-navigation {
      padding-top: 16px;
      padding-bottom: 10px;
   }
   .super-header {
      max-width: 1100px;
   }
   .super-row {
      padding: 2px 0;
      margin-right: 0;
      margin-left: 0;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      display: flex;
   }
   .super-utility-contact {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      height: 100%;
   }
   .super-contact-icon {
      display: block;
      width: 24px;
      height: 29px;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      text-align: left;
      text-indent: -9999px;
      overflow: hidden;
      background-image: url(https://7554090.fs1.hubspotusercontent-na1.net/hubfs/7554090/raw_assets/public/AlteraHealth_July2022/images/icon-utility-contact.svg);
   }
   .super-header-toggle {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      height: 100%;
   }
   .super-header-toggle.is-open .super-toggle-icon {
      background-image: url(https://7554090.fs1.hubspotusercontent-na1.net/hubfs/7554090/raw_assets/public/AlteraHealth_July2022/images/icon-utility-nav-close.svg);
   }
   .super-toggle-icon {
      display: block;
      width: 24px;           
      cursor: pointer;
      height: 29px;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      text-align: left;
      text-indent: -9999px;
      overflow: hidden;
      background-image: url(https://7554090.fs1.hubspotusercontent-na1.net/hubfs/7554090/raw_assets/public/AlteraHealth_July2022/images/icon-utility-nav-open.svg);
   }
   .header__container.content-wrapper {
      display: none;
   }
   .super-header-logo {
      max-width: 60%;
      text-align: center;
   }

   .super-header-logo img {
      max-width: 100%;
      vertical-align: middle;
      height: auto;
   }
   .header__container.content-wrapper.is-open {
      display: block;
      height: 100vh;
   }
   .header__logo {
      display: none;
   }
   .header-top {
      display: none;
   }
   .header-mobile-search form {
      display: flex;
      width: 90%;
      max-width: 340px;
      margin: 16px auto;
      transition: all .4s;
   }
   .header-mobile-search {
      margin: 16px auto;
      width: 90%;
   }
   .header-mobile-search form input {
      margin-top: 0;
      margin-bottom: 1px;
      display: inline;
      width: 88%;
      box-sizing: border-box;
      outline-offset: 0;
      padding: 6px 6px 6px 12px;
      height: 30px;
      transition: all .4s;
      line-height: 1;
      border: 1px solid #fff;
      border-radius: 15px 0 0 15px;
      border-width: 1px 0 1px 1px;
      vertical-align: middle;
      background-color: transparent;
      font-size: 14px;
      color: #FFFFFF;
      outline: 0;
   }
   .header-mobile-search form input[type="search" i]::-webkit-search-cancel-button {
      display:none;
   }
   .header-mobile-search form input::-webkit-input-placeholder{
      color: #fff;
   }
   .header-mobile-search .button-submit {
      cursor: pointer;
      font-size: 16px;
      display: inline;
      width: 12%;
      height: 30px;
      margin-left: -6px;
      padding: 6px;
      line-height: 1;
      text-indent: -9999px;
      border: 1px solid #fff;
      border-radius: 0 15px 15px 0;
      background: transparent url(https://7554090.fs1.hubspotusercontent-na1.net/hubfs/7554090/raw_assets/public/AlteraHealth_July2022/images/icon-utility-mobile-search.svg) no-repeat 50% 50%;
      background-size: auto 62%;
      margin-top: 0;
      margin-bottom: 0;
   }
   .header-nav nav>ul>li>a {
      margin: 0 30px;
      padding: 15px 15px;
   }
   .header-nav .submenu.level-2 {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      padding: 0 0 10px;
      border-width: 0;
      border-radius: 0;
      background-color:#F0F0F0;
      box-shadow: 0 0 0 rgb(0 0 0 / 0%);
   }

   .header-top-regions {
      margin: 0;
      justify-content: space-between;
      flex-wrap: wrap;
      flex-direction: row;
   }
   .header-nav .header-top-regions .hs_cos_wrapper {
      width: 100%;
   }
   .header-nav .header-top-regions .hs-menu-wrapper>ul>li>a {
      padding: 15px 15px;
      margin: 0 30px;
   }
   .header-nav .header-top-regions .hs-menu-wrapper>ul>li>a:before {
      margin-right: 4px;
      margin-left: -15px;
   }
   .header-nav .header-top-regions.is-open .hs-menu-wrapper>ul>li:hover>a:before {
      transform: rotate(270deg);
   }
   .header-nav .header-top-regions.is-open ul ul {
      padding: 0 0 10px;
      left: auto;
      text-align: left;
      border-radius: 0;
      border: 0;
      position: relative;
   }
   .header-top-regions ul ul>li>a {
      padding: 12px 20px;
      margin: 0 30px;
   }
}
@media only screen and (max-width: 767px){
   .super-header-logo img{
      width:138.8px!important;
   }
}

@media only screen and (max-width: 424px){
   .super-header-logo img{
      width:120.662px!important;
   }
}

@media only screen and (max-width: 374px){
   .super-header-logo img{
      width:100.8px!important;
   }
}
@media (max-width: 357px){
   body.no-banner .body-container-wrapper {
      padding-top: 85.0125px;
   }
}
footer.footer {
   background: linear-gradient(15deg,#151744 0%,#393392 100%);
   display: block;
}
.footer-nav {
   border-top: 1px solid #d7d7d7;
   border-color: #173d74;
   background-color: rgba(12,32,61,0);
   color: #fff;
}
.footer-container {
   margin: 0 auto;
   padding: 30px 20px;
   max-width: 1100px;
}
.footer-row {
   display: flex;
   flex-wrap: wrap;
   margin-right: -15px;
   margin-left: -15px;
}
.footer-logo {
   position: relative;
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
}
.footer-logo a {
   display: block;
   margin-bottom: 32px;
}
.footer-logo img {
   width: 50%!important;
   max-width: 232px;
   opacity: 1;
   transition: opacity 400ms;
   transition-delay: 0ms;
   height: auto;
   vertical-align: middle;
}
.footer-menu {
   position: relative;
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
}
.footer-menu-col {
   position: relative;
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
}
.footer-menu-col ul {
   list-style: none;
   padding: 0;
}
.footer-menu-nav {
   margin-bottom: 32px;
}
.footer-menu-col:nth-child(1) ul>li ,
.footer-menu-col:nth-child(4) ul>li {
   line-height: .8;
   margin-bottom: 0;
   padding: 5px;
   display: block;
}
.footer-menu-col ul>li>a {
   font-family: 'Nunito Sans Light';
   font-size: 14px;
   color: #fff;
}
.footer-menu-col:nth-child(2) .hs-menu-wrapper>ul>li:first-child>a ,
.footer-menu-col:nth-child(3) .hs-menu-wrapper>ul>li:first-child>a {
   margin-bottom: 20px;
   display: block;
   font-family: 'Nunito Sans Bold';
   line-height: 14px;
}
.footer-menu-col ul ul>li {
   padding: 5px;
   display: block;
   line-height: .8;
}
.footer-bottom {
   border-top: 0px solid #d7d7d7;
   font-size: 12px;
   border-color: #173d74;
   background-color: rgba(12,32,61,0);
   color: #fff;
}
.footer-bottom-container {
   margin-right: auto;
   margin-left: auto;
   min-height: 100%;
   font-size: 12px;
   color: #707CF1;   
   max-width: 100%;
   padding-top: 20px;
   padding-left: 20px;
   padding-right: 20px;
}
.footer-bottom-row {
   color: #707CF1;
   font-size: 12px;
   display: block;
   flex-wrap: wrap;
   margin-right: -15px;
   margin-left: -15px;
}
.footer-bottom-col {
   color: #707CF1;
   font-size: 12px;
   text-align: center;
   position: relative;
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
}
.footer-copyright {
   color: #707CF1;
   font-size: 14px;
}
.footer-policies-container ul {
   margin: 0 auto;
   flex-wrap: wrap;
   padding: 0;
   border: none;
   min-height: 0;
   border-radius: 0;
   display: flex;
   list-style: none;
}
.footer-policies-container ul>li {
   position: relative;
}
.footer-policies-container ul>li>a {
   padding: 8px;
   color: #707CF1;
   font-size: 14px;
}


.uabb-modal-action-wrap {
   margin: 21px;
   width: 100%;
   display: flex;
}

.fl-module-content {
   max-width: 1100px;
   margin-left: auto;
   margin-right: auto;
}
.uabb-modal-action-inner {
   width: 100%;
   float: left;
   min-height: 1px;
}
a#back-to-top {
   border-radius: 30px;
   background-color: #F56E7B;
   position: fixed;
   bottom: 15px;
   right: 15px;
   width: 44px;
   height: 42px;
   text-align: center;
   z-index: 1003;
   color: #F56E7B;
}
a#back-to-top span {
   border: 0;
   clip: rect(0,0,0,0);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute;
   width: 1px;
}
a#back-to-top i {
   position: absolute;
   top: 12px;
   left: 14px;
   color: #fff;
   font-size: 16px;
   line-height: 16px;
}
a#back-to-top:hover {
   opacity: .6;
   background-color: rgba(0,0,0,.3);
}
.fa-chevron-up:before {
   content: "\f077";
}
.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-bottom-md {
   padding-bottom: 20px;
}
@media (min-width: 768px){
   .footer-bottom-md {
      text-align: inherit;
   }
   .footer-policies-container ul {
      position: inherit;
      background: transparent;
   }
   .footer-bottom-container {
      padding-left: 40px;
      padding-right: 40px;
      width: auto;
   }
}
@media (min-width: 992px){
   .footer-nav {
      display: block;
   }
   .footer-container {
      padding: 30px 20px;
   }
   .footer-logo {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
   }
   .footer-logo img {
      width: 100%!important;
   }
   .footer-menu {
      margin-left: 8.333333%;
      flex: 0 0 75%;
      max-width: 75%;
   }
   .footer-menu-col {
      flex: 0 0 25%;
      max-width: 25%;
   }
   .footer-bottom-row {
      display: flex;
   }
   .footer-bottom-col {
      flex: 0 0 100%;
      max-width: 100%;
   }
   .footer-bottom-md {
      display: flex;
   }
   .footer-bottom-md {
      justify-content: center;
      font-size: 12px;
      padding-bottom: 20px;
   }
   .footer-copyright {
      margin-right: 20px;
   }
   .footer-bottom-container {
      padding-left: 40px;
      padding-right: 40px;
      width: auto;
      padding-top: 20px;
   }

}
@media (min-width: 1100px){
   .footer-bottom-container {
      max-width: 90%;
      padding-left: 0;
      padding-right: 0;
      width: 1020px;
      padding-top: 20px;
   }
}
