@import url("https://use.typekit.net/dwi0vya.css");
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h2.mt-35 {
    margin-top: 35px !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    overflow-y: scroll;
}
.cf {
    zoom: 1;
}
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
    content: " ";
    display: table;
}
@font-face {
    font-family: "Simplifica";
    src: url("/fonts/Simplifica.ttf");
    font-weight: normal;
    font-style: none;
}
.desktop-only {
    display: none;
}
@media (min-width: 767px) {
    .desktop-only {
        display: initial;
    }
    li.desktop-only {
        display: list-item;
    }
    .mobile-only {
        display: none;
    }
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option--selectable {
    cursor: pointer;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
    padding: 0;
}
.select2-container--default .select2-results__option--disabled {
    color: #999;
}
.select2-container--default .select2-results__option--selected {
    background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}
.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
    border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
    padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
    color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.home .hero {
    padding-bottom: 60px;
    background-color: #ced5d9;
    position: relative;
}
.home .hero::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://thyquidity.gotchahosting.com/images/background-effect.png);
    z-index: 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.hero_img {margin-top: -156px;}
.hero_img img {
    z-index: 1;
    position: relative;
}
.home .hero .hero_title {
    width: 59% !important;
    display: block;
    margin-left: auto !important;
    margin-right: 0 !important;
}
.home .hero h1 span:nth-child(1) {
    font-size: 28px;
    letter-spacing: 0.5px;
}
.home .hero h1 span:nth-child(2) {
    color: #589515;
    letter-spacing: 1.5px;
}
.home .hero h1 small {
    text-transform: lowercase;
    font-weight: 500 !important;
    font-style: italic;
    padding: 0 6px 0 29px;
    position: relative;
    top: -17px;
}
.home .hero h1 span:last-child {
    font-size: 50px;
    background: linear-gradient(1deg, #224498 43%, #4787dd 83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: normal;
}
.hero-des {
    margin-top: -31px !important;
}

.hero-des h2 {
    text-align: left;
    font-size: 22px !important;
}

.hero-des p {
    font-size: 18px !important;
    text-align: left !important;
    line-height: 1.2 !important;
}

.hero-des h2 strong:nth-child(1) {
    color: #0cb1e7;
    font-weight: bold !important;
}

.hero-des h2 strong:nth-child(2) {
    color: #c330c0 !important;
    font-weight: bold !important;
}
@media (max-width: 991px) {
    .home .hero {
        padding-top: 210px;
    }
}
@media (max-width: 600px) {
    .home .hero {
        padding-top: 135px;
        padding-bottom: 60px;
    }
}
@media (max-width: 400px) {
    .home .hero {
        padding-top: 135px;
    }
}

@media (max-width: 991px) {
    .home .hero .container {padding: 0 0px;}
}
.home .hero .container h1 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    display: block;
    text-align: left;
}
/* .home .hero .container h1 span {
    display: block;
    font-size: 74px;
    font-family: "Simplifica";
    font-weight: normal;
    line-height: 80px;
    margin-top: 5px;
    letter-spacing: 2px;
    background: linear-gradient(#2a860d, #afca4b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */
@media (max-width: 405px) {
    .home .hero .container h1 span {
        font-size: 50px !important;
        line-height: 1.1 !important;
    }
}
@media (max-width: 800px) {
    .home .hero .hero_title {width: 100% !important;}
    .home .hero .container h1 {
        font-size: 31.5px;
        line-height: 24px;
        margin-bottom: 117px;
    }
    .home .hero .container h1 span {
        font-size: 80px;
        line-height: 1.1;
    }
    .hero_img {
        margin-top: -156px;
        margin-bottom: 30px;
    }
    .home .hero h1 small {
        font-size: 21px;
        padding: 0 6px 0 9px;
    }
}
@media (max-width: 600px) {
    .home .hero .container h1 {
        font-size: 15px;
        line-height: 12px;
        margin-bottom: 150px;
    }
    .home .hero .container h1 span {
        margin-top: 15px;
        font-size: 60px;
        line-height: 60px;
    }
}


.home .hero .container > div {
    width: 770px;
    max-width: 100%;
    margin: 0 auto;
}
.home .hero .container > div p {
    font-size: 17px;
    line-height: 18px;
    letter-spacing: 0.2px;
    text-align: center;
    margin: 0 auto 20px;
}
@media (max-width: 991px) {
    .home .hero .container > div p br {
        display: block;
    }
}
@media (max-width: 600px) {
    .home .hero .container > div p {
        font-size: 13px;
        line-height: 13px;
        margin-bottom: 12px;
    }
}
.home .hero .container > div p.footnote {
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 80px;
}
@media (max-width: 600px) {
    .home .hero .container > div p.footnote {
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 70px;
    }
}
.home .hero .container > div p a {
    color: #282727;
}
.home .hero .container > div p:last-child {
    margin-bottom: 0;
}
.home .hero .container > div h2 {
    color: #282727;
    font-weight: 400;
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 30px;
}
.home .hero .container > div h2 sup {
    font-size: 50%;
    vertical-align: super;
    top: 1px;
}
@media (max-width: 600px) {
    .home .hero .container > div h2 {
        font-size: 19px;
        line-height: 21px;
    }
}
.home .hero .container > div h2 strong {
    font-weight: 600;
}
.home .hero .container > div h3 {
    font-size: 17px !important;
    line-height: 17px;
    letter-spacing: 0.2px;
    margin: 0 auto 20px;
    font-weight: 800 !important;
}
@media (max-width: 600px) {
    
        
    
    .home .hero .container > div h3 {
        font-size: 14px !important;
        line-height: 9px;
        margin-bottom: 12px !important;
        text-align: right !important;
        padding-right: 15px;
    }
}
.home .gray-center {
    background: #f0f1f1;
    padding: 60px 0;
}
.home .gray-center p {
    text-align: center;
    margin: 0 0 30px;
}
.home .gray-center p:last-child {
    margin-bottom: 0;
}
@media (max-width: 600px) {
    .home .gray-center {
        padding: 30px 40px;
    }
    .home .gray-center p {
        font-size: 16px;
        line-height: 21px;
        font-weight: 500;
        letter-spacing: 0.2px;
    }
}
.home .gray-center .btn {
    transition: all 0.3s ease-in-out;
}
.home .gray-center .btn:hover {
    opacity: 1;
    background: transparent;
    color: #853978;
    border-color: #853978;
}
.home .two-colors {
    display: flex;
}
@media (max-width: 991px) {
    .home .two-colors {
        flex-wrap: wrap;
    }
}
.home .two-colors > div {
    width: 50%;
    flex: none;
    display: flex;
}
@media (max-width: 991px) {
    .home .two-colors > div {
        width: 100%;
    }
}
.home .two-colors > div > div {
    width: 540px;
    max-width: 95%;
    text-align: center;
    padding: 50px 0;
    color: #fff;
}
@media (max-width: 768px) {
    .home .two-colors > div > div {
        padding: 80px 15px;
    }
}
.home .two-colors > div > div p {
    width: 320px;
    max-width: 100%;
    margin: 0 auto 28px;
}
@media (max-width: 767px) {
    .home .two-colors > div > div p {
        width: 100%;
        font-size: 17px;
        line-height: 21px;
    }
    .hcp .callout { flex-direction: column;}
    .hcp .callout > div{
        width: 100% !important;
    }
}
.home .two-colors > div > div p:last-child {
    margin-bottom: 0;
}
.home .two-colors > div > div .btn {
    letter-spacing: 3px;
    width: 310px;
}
.home .two-colors > div.purple {
    background: #853978;
    background: linear-gradient(180deg, #8d3d7f 0%, #853978 100%);
    justify-content: flex-end;
}
@media (max-width: 991px) {
    .home .two-colors > div.purple {
        justify-content: center;
    }
}
.home .two-colors > div.purple .btn {
    transition: all 0.3s ease-in-out;
}
.home .two-colors > div.purple .btn:hover {
    opacity: 1;
    background: #fff;
    color: #853978;
    border-color: #fff;
}
.home .two-colors > div.green {
    background: #458d8a;
    background: linear-gradient(180deg, #57aca8 0%, #458d8a 100%);
    justify-content: flex-start;
    position: relative;
    padding-bottom: 20px;
}
.home .two-colors > div.green img {
    display: none;
}
.home .two-colors > div.green .btn {
    transition: all 0.3s ease-in-out;
}
.home .two-colors > div.green .btn:hover {
    opacity: 1;
    background: #fff;
    color: #458d8a;
    border-color: #fff;
}
@media (max-width: 991px) {
    .home .two-colors > div.green {
        justify-content: center;
        border-bottom: 3px solid #28bab2;
    }
}
@media (max-width: 375px) {
    .home .two-colors > div.green img {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 3px;
        left: 0;
        pointer-events: none;
    }
}
.challenges header .primary-nav .container ul li:nth-child(4) > a {
    font-weight: 700;
    color: #853978;
}
.challenges header .primary-nav .container ul li:nth-child(4):after {
    display: block;
}
.challenges .hero {
    background: linear-gradient(180deg, #e6e8e8 0%, #c2d1dc 100%);
    padding-bottom: 20px;
}
.challenges .hero h1 {
    color: #34648d;
}
.challenges .hero .cards {
    width: 990px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 15px;
    justify-content: center;
}
.challenges .hero .cards > div {
    width: calc(33.3% - 15px);
    margin-right: 0px;
    background: #2990e7;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 0 0 70px;
    position: relative;
}
@media (max-width: 991px) {
    .challenges .hero .cards > div {
        width: calc(50% - 15px);
        margin-bottom: 35px;
        padding-bottom: 80px;
    }
    .challenges .hero .cards > div:nth-child(2) {
        margin-right: 0;
    }
}
.challenges .hero .cards > div .card-header {
    background: #237fce;
    padding: 10px;
    height: 70px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    border-radius: 15px 15px 0 0;
}
@media (min-width: 768px) {
    .challenges .hero .cards > div .card-header {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.challenges .hero .cards > div .multiple-cards {
    position: relative;
    display: flex;
}
.challenges .hero .cards > div .multiple-cards > div {
    width: 50%;
    flex: none;
    padding: 46px 15px 0;
}
.challenges .hero .cards > div .multiple-cards > div h3 {
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
@media (max-width: 991px) {
    .challenges .hero .cards > div .multiple-cards > div h3 {
        margin-bottom: 40px;
        min-width: 70px;
    }
}
.challenges .hero .cards > div .multiple-cards > div p {
    letter-spacing: -0.4px;
    margin-bottom: 0;
}
.challenges .hero .cards > div .multiple-cards > div:first-child {
    position: relative;
}
.challenges .hero .cards > div .multiple-cards > div:first-child:after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 190px);
    position: absolute;
    bottom: 20px;
    right: 0;
    background: #fff;
}
.challenges .hero .cards > div .multiple-cards > div:last-child h3 {
    padding-left: 20px;
}
.challenges .hero .cards > div .img {
    width: 95px;
    height: 95px;
    background: #237fce;
    border-radius: 50%;
    border: 5px solid #fff;
    margin: 10px auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.challenges .hero .cards > div .img img {
    width: 48px;
    max-width: 48px;
    max-height: 48px;
}
.challenges .hero .cards > div h3 {
    font-size: 18.5px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 25px 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.challenges .hero .cards > div p {
    margin: 0 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0;
}
.challenges .hero .cards > div p strong {
    font-weight: 800;
}
@media (max-width: 1400px) {
    .challenges .hero .cards > div p {
        font-size: 26px;
        line-height: 30px;
    }
}
@media (max-width: 1300px) {
    .challenges .hero .cards > div p {
        font-size: 22px;
        line-height: 24px;
    }
}
.challenges .hero .cards > div:nth-child(1) {
    width: calc(66.6% - 15px);
    margin-right: 20px;
    background: #3173aa;
}
.challenges .hero .cards > div:nth-child(1) > .img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    background: #34648d;
}
.challenges .hero .cards > div:nth-child(1) > .img img {
    transform: translate(0px, -3px);
}
.challenges .hero .cards > div:nth-child(1) .card-header {
    background: #34648d;
}
@media (max-width: 991px) {
    .challenges .hero .cards > div:nth-child(1) {
        width: 100%;
        margin-right: 0;
    }
}
@media (max-width: 768px) {
    .challenges .hero .cards > div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
    .challenges .hero .cards > div:last-child {
        margin-bottom: 0;
    }
    .challenges .hero .cards > div .card-header {
        font-size: 15px;
        height: 95px;
    }
    .challenges .hero .cards > div .img {
        width: 88px;
        height: 88px;
        margin-top: -44px;
        border-width: 4px;
        margin-bottom: 15px;
    }
    .challenges .hero .cards > div .img img {
        width: 54px;
        height: 54px;
        max-height: 54px;
    }
    .challenges .hero .cards > div h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .challenges .hero .cards > div p {
        font-size: 19px;
        line-height: 24px;
    }
    .challenges .hero .cards > div:first-child {
        margin-right: 0;
        padding-bottom: 40px;
    }
    .challenges .hero .cards > div .multiple-cards {
        flex-direction: column;
    }
    .challenges .hero .cards > div .multiple-cards > div {
        width: 100%;
        padding: 20px 30px 0px;
    }
    .challenges .hero .cards > div .multiple-cards > div:first-child {
        padding-bottom: 30px;
        margin-top: 20px;
    }
    .challenges .hero .cards > div .multiple-cards > div:first-child:after {
        width: calc(100% - 60px);
        height: 1px;
        bottom: 0;
        left: 30px;
    }
    .challenges .hero .cards > div .multiple-cards > div h3 {
        margin-bottom: 17px;
    }
}
.challenges .hero .footnote {
    margin: 0;
}
.challenges .callout {
    background: linear-gradient(180deg, #2674b6 0%, #34648d 100%);
}
.challenges .callout .container > a:hover {
    color: #2d6ca1;
}
@media (max-width: 991px) {
    .challenges .callout .container > a {
        margin-left: 0;
    }
}
.solution header .primary-nav ul li:nth-child(5) > a {
    font-weight: 700;
    color: #853978;
}
.solution header .primary-nav ul li:nth-child(5):after {
    display: block;
}
/*
Background Image for patient image

 .solution .hero {
    background: url("/images/solution-hero.jpg") no-repeat calc(50% + 131px) 100%/1520px auto, url("/images/solution-hero-bg.jpg") repeat-x bottom left/1px auto;
    padding-bottom: 130px;
} */

.solution .hero {
    background-color: #ced5d9;
    padding-top: 170px;
    padding-bottom: 45px;
    position: relative;
}
.solution .hero::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://thyquidity.gotchahosting.com/images/solution-overlay.png);
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.solution .hero h1 { margin-bottom: 60px;}
   

@media (max-width: 1300px) {
    .solution .hero {
        background: url("/images/solution-hero.jpg") no-repeat calc(50% + 100px) 100% / calc(100% + 100px) auto, url("/images/solution-hero-bg.jpg") repeat-x bottom left/calc((100% + 100px) / 1520) auto;
    }
}
@media (max-width: 768px) {
    .solution .hero {
        padding-bottom: 400px;
    }
}
@media (max-width: 600px) {
    .solution .hero {
        background: url("/images/solution-hero-mobile.jpg") no-repeat bottom center/100% auto;
        padding-bottom: 770px;
    }
    
}
@media (max-width: 550px) {
    .solution .hero {
        padding-bottom: 700px;
    }
}
@media (max-width: 500px) {
    .solution .hero {
        padding-bottom: 650px;
    }
}
@media (max-width: 450px) {
    .solution .hero {padding-bottom: 20px;}
}
@media (max-width: 400px) {
    .solution .hero {padding-bottom: 20px;}
}
.solution .hero > p {
    margin-bottom: 84px;
}
.solution .hero .icons,
.solution .hero .footnotes {
    width: 847px;
    max-width: 100%;
    margin: 0 auto;
}
.solution .hero .icons {
    display: flex;
    flex-wrap: wrap;
    align-items: self-start;
}
.hero .footnotes p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
    color: #000;
    font-weight: 500;
}
.footnotes {
    border-top: 2px solid #b4bbbb;
    padding-top: 15px;
    margin-top: 35px !important;
}
.gray-grad-bg .list .icons > div {
    width: 100%;
    margin-bottom: 65px;
}
.gray-grad-bg .list .icons > div img {margin-right: 65px;}
.gray-grad-bg .list .icons > div p {
    font-size: 19px;
}
@media (max-width: 768px) {
    .solution .hero .icons,
    .solution .hero .footnote {
        width: 100%;
        padding: 0;
    }
}
.solution .hero p.footnote {
    margin-top: 80px;
    text-align: left;
}
@media (max-width: 900px) {
    .solution .hero p.footnote {
        padding-right: 220px;
    }
}
@media (max-width: 768px) {
    .solution .hero p.footnote {
        width: 100%;
        padding: 0;
    }
}
.solution .hero p.footnote.no-actual {
    margin-top: 20px;
    text-align: right;
    margin-right: 0px;
    padding-right: 170px;
}
@media (max-width: 1300px) {
    .solution .hero p.footnote.no-actual {
        padding-right: calc(20% + 20px);
    }
}
@media (max-width: 900px) {
    .solution .hero p.footnote.no-actual {
        padding-right: 170px;
    }
}
@media (max-width: 768px) {
    .solution .hero p.footnote.no-actual {
        position: absolute;
        bottom: -300px;
        right: 30%;
        font-size: 14px;
        padding: 0;
        margin: 0;
    }
}
@media (max-width: 600px) {
    .solution .hero p.footnote.no-actual {
        display: none;
    }
}
.solution .gray-grad-bg {
    padding: 40px 0 120px;
    position: relative;
    background: linear-gradient(#fff 0%, #f0f1f1 100%);
    text-align: center;
}
@media (max-width: 768px) {
    .solution .gray-grad-bg {
        padding-bottom: 250px;
    }
}
@media (max-width: 550px) {
    .solution .gray-grad-bg {
        padding-bottom: 20px;
    }
}
.solution .gray-grad-bg .center-text p {
    text-align: center;
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 25px;
}
@media (max-width: 767px) {
    .solution .gray-grad-bg .center-text p {
        display: none;
    }
}
.solution .gray-grad-bg .needle {
    position: relative;
    background: url("/images/solution-needle.png") no-repeat top center/860px auto, url("/images/dosing-cta.png") no-repeat calc(50vw - 540px - 820px) 90px/1189px auto;
}
@media (max-width: 860px) {
    .solution .gray-grad-bg .needle {
        background: url("/images/solution-needle.png") no-repeat top center/100% auto;
    }
}
@media (max-width: 768px) {
    .solution .gray-grad-bg .needle {
        background: none;
    }
}
.solution .gray-grad-bg .needle > div.needle-mobile {
    display: none;
}
@media (max-width: 768px) {
    .solution .gray-grad-bg .needle > div.needle-mobile {
        display: block;
        width: 113px;
        margin: 0 auto 110px;
        position: relative;
    }
    .solution .gray-grad-bg .needle > div.needle-mobile > div {
        width: 45px;
        position: absolute;
    }
    .solution .gray-grad-bg .needle > div.needle-mobile > div > div {
        display: flex;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 70px 50px;
        border-radius: 50%;
        background: #853978;
        width: 220px;
        height: 220px;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        line-height: 21px;
        align-items: center;
        justify-content: center;
    }
    .solution .gray-grad-bg .needle > div.needle-mobile > div > div img {
        display: block;
        width: 22px;
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin-left: -11px;
    }
    .solution .gray-grad-bg .needle > div.needle-mobile > div:nth-child(2) {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -20px);
    }
    .solution .gray-grad-bg .needle > div.needle-mobile > div:nth-child(2) > div {
        width: 220px;
        height: 220px;
        padding: 50px 40px;
    }
    .solution .gray-grad-bg .needle > div.needle-mobile > div:nth-child(3) {
        top: 320px;
        left: 40px;
    }
    .solution .gray-grad-bg .needle > div.needle-mobile > div:nth-child(3) > div {
        width: 185px;
        height: 185px;
        padding: 50px 20px;
    }
    .solution .gray-grad-bg .needle > div.needle-mobile > div:nth-child(4) {
        bottom: 40px;
        right: -20px;
    }
    .solution .gray-grad-bg .needle > div.needle-mobile > div:nth-child(4) > div {
        width: 160px;
        height: 160px;
        padding: 30px 25px;
        font-size: 13px;
    }
}
.solution .gray-grad-bg .needle > div:nth-child(2) {
    padding: 105px 0 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 715px;
    max-width: 100%;
    margin: 0 auto;
    transform: translate(-20px, 0);
}
.solution .gray-grad-bg .needle > div:nth-child(2) img {
    display: none;
}
.solution .gray-grad-bg .needle > div:nth-child(2) p {
    flex: 1;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
}
.solution .gray-grad-bg .needle > div:nth-child(2) a {
    margin-right: 80px;
    width: 215px;
    padding: 0 10px;
    justify-content: center;
}
.solution .gray-grad-bg .needle > div:nth-child(2) a:hover {
    background-color: #fff;
}
@media (max-width: 900px) {
    .solution .gray-grad-bg .needle > div:nth-child(2) {
        padding: 110px 70px 60px 0;
        width: 670px;
    }
    .solution .gray-grad-bg .needle > div:nth-child(2) p {
        font-size: 20px;
        line-height: 24px;
    }
    .solution .gray-grad-bg .needle > div:nth-child(2) a {
        margin-right: 0px;
        width: 200px;
        font-size: 18px;
        height: 50px;
    }
}
@media (max-width: 768px) {
    .solution .gray-grad-bg .needle > div:nth-child(2) {
        width: auto;
        padding: 0 35px;
        position: relative;
        flex-direction: column;
        transform: none;
    }
    .solution .gray-grad-bg .needle > div:nth-child(2) img {
        display: block;
        width: 192px;
        position: absolute;
        bottom: -80px;
        left: -59px;
    }
    .solution .gray-grad-bg .needle > div:nth-child(2) p {
        font-size: 17px;
        line-height: 21px;
        margin-bottom: 30px;
        color: #853978;
        text-shadow: none;
    }
    .solution .gray-grad-bg .needle > div:nth-child(2) a {
        margin-right: 0px;
        width: 190px;
        height: 35px;
        font-size: 13.5px;
    }
}
.solution .gray-grad-bg .list {
    padding-top: 70px;
}
.solution .gray-grad-bg .list .icons {
    width: 680px;
}
.solution .gray-grad-bg > img {
    position: absolute;
    display: block;
    width: 127px;
    position: absolute;
    bottom: -20px;
    left: -40px;
}
.solution .gray-grad-bg > img.water {
    display: none;
}
@media (max-width: 767px) {
    .solution .gray-grad-bg > img.bg {
        display: none;
    }
    .solution .gray-grad-bg > img.water {
        display: block;
        bottom: -1px;
        width: 100%;
        left: 0;
    }
}
.solution .table-wrap {
    padding: 115px 0 40px;
    background: linear-gradient(180deg, #fff 50%, #e7e9e9 100%);
    text-align: center;
}
@media (max-width: 768px) {
    .solution .table-wrap {
        padding: 65px 0 10px;
    }
}
.solution .table-wrap p {
    text-align: center;
    margin-bottom: 55px;
}
.solution .table-wrap .table {
    margin: 0 auto 70px;
    width: 860px;
    max-width: 100%;
    position: relative;
    color: #282727;
}
@media (max-width: 768px) {
    .solution .table-wrap .table {
        margin-bottom: 80px;
    }
}
.solution .table-wrap .table:before {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    background: linear-gradient(90deg, #28bab3 5%, #27840f 20%, #e6c629 65%, #863c77 90%);
}
@media (max-width: 768px) {
    .solution .table-wrap .table:before {
        height: 5px;
    }
}
.solution .table-wrap .table > div {
    display: flex;
    align-items: flex-start;
}
@media (max-width: 768px) {
    .solution .table-wrap .table > div {
        flex-direction: column;
        text-align: center;
    }
}
.solution .table-wrap .table > div:nth-child(2n + 1) {
    background: #f0ebf0;
}
@media (max-width: 768px) {
    .solution .table-wrap .table > div:nth-child(2n + 1) {
        background: transparent;
    }
}
.solution .table-wrap .table > div > div:nth-child(1) {
    width: 45%;
    flex: none;
    padding: 16px 13px 16px 126px;
    font-weight: 700;
}
@media (max-width: 991px) {
    .solution .table-wrap .table > div > div:nth-child(1) {
        padding-left: 20px;
    }
}
@media (max-width: 768px) {
    .solution .table-wrap .table > div > div:nth-child(1) {
        background: #f0ebf0;
        width: 100%;
        padding: 7px 10px;
    }
}
.solution .table-wrap .table > div > div:nth-child(2) {
    padding: 18px 160px 18px 13px;
}
@media (max-width: 991px) {
    .solution .table-wrap .table > div > div:nth-child(2) {
        padding-right: 13px;
    }
}
@media (max-width: 768px) {
    .solution .table-wrap .table > div > div:nth-child(2) {
        width: 100%;
        padding: 15px 10px;
    }
}
.solution main > .center-text {
    background: #eef7f6;
    padding: 125px 0 220px;
}
@media (max-width: 768px) {
    .solution main > .center-text {
        padding: 90px 0 80px;
    }
}
.solution main > .center-text h2 {
    margin-bottom: 40px;
}
section.trust .icons > div {
    margin-bottom: 65px;
    width: 100%;
    padding: 0;
}
section.trust .icons > div img {
    margin-right: 65px;
}
section.trust .icons h3 {
    font-size: 22px;
    margin: 0 0 18px;
}
section.trust .icons p {
    font-size: 19px;
    line-height: 26px;
}
@media (max-width: 768px) {
    .solution main > .center-text h2 {
        margin-bottom: 35px;
    }
}
.solution main > .center-text .container > p {
    text-align: center;
    margin-bottom: 70px;
}
@media (max-width: 768px) {
    .solution main > .center-text .container > p {
        margin-bottom: 70px;
    }
}
.solution main > .center-text .icons {
    width: 650px;
}
.solution .callout .container {
    width: 720px;
}
@media (max-width: 768px) {
    .solution .callout .container a {
        padding: 0;
    }
}
.dosing header .primary-nav ul li:nth-child(6) > a {
    font-weight: 700;
    color: #853978;
}
.dosing header .primary-nav ul li:nth-child(6):after {
    display: block;
}
 .dosing .hero {
    /* background: url("/images/dosing-hero.png") no-repeat calc(50vw - 540px - 120px) calc(100% + 127px) / 724px, linear-gradient(180deg, #fff 0%, #e9ebeb 100%); */
    padding-bottom: 5px;
    background-color: #e9ebeb;
} 
@media (max-width: 767px) {
    .dosing .hero {
        background: linear-gradient(180deg, #fff 0%, #e9ebeb 100%);
    }
}
.dosing .hero p {
    margin-bottom: 70px;
}
@media (max-width: 991px) {
    .dosing .hero p {
        margin-bottom: 125px;
    }
}
.dosing .hero ul {
    width: 420px;
    list-style: none;
    margin: 0 0 0 535px;
    padding: 0;
}
@media (max-width: 1050px) {
    .dosing .hero ul {
        margin: 0 auto 200px;
    }
}
@media (max-width: 991px) {
    .dosing .hero ul {
        width: 70%;
    }
}
@media (max-width: 767px) {
    .dosing .hero ul {
        width: calc(100% - 100px);
        margin: 0 50px 200px;
    }
}
@media (max-width: 650px) {
    .dosing .hero ul {
        margin-bottom: 150px;
    }
}
@media (max-width: 400px) {
    .dosing .hero ul {
        margin-bottom: 100px;
    }
}
.dosing .hero ul li {
    position: relative;
    padding: 0 0 0 45px;
    margin: 0 0 30px;
}
.dosing .hero ul li:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #6abeba;
    position: absolute;
    top: 10px;
    left: 0;
}
@media (max-width: 767px) {
    .dosing .hero ul li {
        margin-bottom: 20px;
        padding-left: 33px;
    }
    .dosing .hero ul li:before {
        width: 11px;
        height: 11px;
    }
}
.dosing .green-bg {
    background: linear-gradient(180deg, #58ada9 0%, #4c9d99 100%);
    padding: 20px 0 15px;
    position: relative;
    z-index: 2;
}
@media (max-width: 767px) {
    .dosing .green-bg {
        padding: 45px 0 60px;
    }
}
.dosing .green-bg > img {
    position: absolute;
    bottom: -12px;
    right: 0;
    width: 292px;
}
@media (max-width: 767px) {
    .dosing .green-bg > img {
        width: 150px;
    }
}
.dosing .green-bg .container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
@media (max-width: 1050px) {
    .dosing .green-bg .container {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .dosing .green-bg .container {
        display: block;
    }
}
.dosing .green-bg .container .img {
    width: 505px;
    margin: -174px 30px 0 0px;
    flex: none;
}
.dosing .green-bg .container .img img {
    max-width: 100%;
    width: 100%;
}
.dosing .green-bg .container .img p.footnote {
    margin: 0;
    padding: 0 0 0 40px;
    text-align: left;
}
@media (max-width: 1050px) {
    .dosing .green-bg .container .img {
        margin: -174px auto 20px;
    }
    .dosing .green-bg .container .img p.footnote {
        padding: 0 0px 0 0;
        text-align: right;
    }
}
@media (max-width: 767px) {
    .dosing .green-bg .container .img {
        width: 90%;
        margin-bottom: 40px;
        margin-top: -30%;
    }
}
.dosing .green-bg .container ul {
    width: 420px;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff;
    flex: none;
}
@media (max-width: 1050px) {
    .dosing .green-bg .container ul {
        margin: 20px auto 0;
    }
}
@media (max-width: 991px) {
    .dosing .green-bg .container ul {
        width: 70%;
    }
}
@media (max-width: 767px) {
    .dosing .green-bg .container ul {
        width: calc(100% - 100px);
        margin: 0 50px;
    }
}
.dosing .green-bg .container ul li {
    position: relative;
    padding: 0 0 0 45px;
    margin: 0 0 30px;
}
.dosing .green-bg .container ul li:last-child {
    margin: 0;
}
.dosing .green-bg .container ul li:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 0;
}
@media (max-width: 767px) {
    .dosing .green-bg .container ul li {
        margin-bottom: 20px;
        padding-left: 33px;
    }
    .dosing .green-bg .container ul li:before {
        width: 11px;
        height: 11px;
    }
}
.dosing .green-bg .container p {
    width: 100%;
    text-align: center;
    padding: 0 150px;
    margin: 60px 0 30px;
    color: #fff;
}
@media (max-width: 767px) {
    .dosing .green-bg .container p {
        font-size: 14px;
        line-height: 18px;
        padding: 0 50px;
        margin: 30px 0 0;
    }
}
.dosing .calc {
    background: url("/images/calc-bg.png") no-repeat 50% 387px/1910px auto, #fff;
    padding: 85px 0 60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-bottom: 7px solid #d8e2e2;
}
@media (max-width: 991px) {
    .dosing .calc {
        padding-bottom: 0;
    }
}
@media (max-width: 767px) {
    .dosing .calc {
        padding: 160px 0 0px;
    }
}
.dosing .calc .container {
    text-align: center;
}
.dosing .calc .container p {
    margin-bottom: 60px;
    font-size: 25px;
    line-height: 27px;
}
@media (max-width: 767px) {
    .dosing .calc .container p {
        margin-bottom: 50px;
        font-size: 19px;
        line-height: 22px;
    }
}
.dosing .calc .container .starting {
    font-size: 20px;
    line-height: 24px;
}
@media (max-width: 767px) {
    .dosing .calc .container .starting {
        font-size: 15px;
        line-height: 17px;
    }
}
.dosing .calc .container .starting > strong {
    display: none;
}
.dosing .calc .container .starting[data-type="weight"] .weight {
    display: inline;
}
.dosing .calc .container .starting[data-type="tablet"] .tablet {
    display: inline;
}
.dosing .calc .container #calc {
    margin-bottom: 30px;
    text-align: center;
}
@media (max-width: 991px) {
    .dosing .calc .container #calc {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .dosing .calc .container #calc {
        margin-left: -30px;
        margin-right: -30px;
    }
}
.dosing .calc .container #calc .calc-wrap {
    width: 530px;
    height: 530px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 85px 93px;
    transform: translate(-5px, 0);
}
@media (max-width: 767px) {
    .dosing .calc .container #calc .calc-wrap {
        width: calc(100% + 100px);
        margin-left: -50px;
        border-radius: 50% 50% 0 0;
        padding: 40px 80px 0;
        height: 415px;
        transform: none;
    }
}
.dosing .calc .container #calc .calc-wrap > form,
.dosing .calc .container #calc .calc-wrap .title {
    display: none;
}
.dosing .calc .container #calc .calc-wrap p {
    color: #fff;
    font-size: 14.5px;
    line-height: 16px;
    margin: 0 0 15px;
}
.dosing .calc .container #calc .calc-wrap p strong {
    font-size: 16.5px;
    line-height: 18.5px;
}
.dosing .calc .container #calc .calc-wrap p.weight,
.dosing .calc .container #calc .calc-wrap p.tablet {
    display: none;
}
.dosing .calc .container #calc .calc-wrap p.title {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 26px;
}
@media (max-width: 767px) {
    .dosing .calc .container #calc .calc-wrap p {
        font-size: 11px;
        line-height: 14px;
        margin-bottom: 15px;
    }
    .dosing .calc .container #calc .calc-wrap p br {
        display: block;
    }
    .dosing .calc .container #calc .calc-wrap p strong {
        font-size: 12.5px;
        line-height: 16px;
    }
    .dosing .calc .container #calc .calc-wrap p.title {
        font-size: 21px;
        line-height: 24px;
    }
}
.dosing .calc .container #calc .calc-wrap form {
    margin: 0 auto 20px;
    width: 290px;
    height: 90px;
    flex: none;
    max-width: 100%;
    background: #fff;
    border-radius: 15px;
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
}
.dosing .calc .container #calc .calc-wrap form > div {
    width: 50%;
    flex: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dosing .calc .container #calc .calc-wrap form > div > span {
    display: block;
    text-align: left;
}
.dosing .calc .container #calc .calc-wrap form > div > span > input,
.dosing .calc .container #calc .calc-wrap form > div > span .fake-input {
    display: inline-block;
    width: 44px;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #000;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin-right: 7px;
    padding: 0 0 5px;
    outline: none;
    text-align: center;
    color: #000;
    border-radius: 0 !important;
}
.dosing .calc .container #calc .calc-wrap form > div > span > input:disabled,
.dosing .calc .container #calc .calc-wrap form > div > span .fake-input:disabled {
    -webkit-text-fill-color: currentcolor;
    color: #000 !important;
    opacity: 1;
    -webkit-opacity: 1;
}
@media (max-width: 767px) {
    .dosing .calc .container #calc .calc-wrap form > div > span > input,
    .dosing .calc .container #calc .calc-wrap form > div > span .fake-input {
        width: 50px;
    }
}
.dosing .calc .container #calc .calc-wrap form > div > span > label {
    display: inline-block;
    width: 26px;
    font-size: 14.5px;
    line-height: 16px;
}
.dosing .calc .container #calc .calc-wrap form > div:nth-child(2) {
    background: #e5e5e5;
    padding-left: 15px;
}
.dosing .calc .container #calc .calc-wrap form > div:nth-child(3) {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 50%;
    left: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.dosing .calc .container #calc .calc-wrap form > div:nth-child(3) > img {
    width: 28px;
}
@media (max-width: 767px) {
    .dosing .calc .container #calc .calc-wrap form {
        height: 72px;
    }
    .dosing .calc .container #calc .calc-wrap form > div > span > input,
    .dosing .calc .container #calc .calc-wrap form > div > span label {
        font-size: 13px;
        line-height: 20px;
        height: 20px;
    }
    .dosing .calc .container #calc .calc-wrap form > div:nth-child(3) {
        width: 40px;
        height: 40px;
    }
    .dosing .calc .container #calc .calc-wrap form > div:nth-child(3) > img {
        width: 22px;
    }
}
.dosing .calc .container #calc .calc-wrap .error {
    display: none;
    font-size: 12px;
    color: #8afff8;
    margin-top: -20px;
    line-height: 20px;
}
.dosing .calc .container #calc .calc-wrap .error a {
    color: #8afff8;
}
@media (max-width: 767px) {
    .dosing .calc .container #calc .calc-wrap .error {
        font-size: 12px;
        line-height: 14px;
    }
}
.dosing .calc .container #calc .calc-wrap .nav {
    display: flex;
    justify-content: center;
}
@media (max-width: 767px) {
    .dosing .calc .container #calc .calc-wrap .nav {
        width: 435px;
        max-width: 100%;
    }
}
.dosing .calc .container #calc .calc-wrap .nav > span {
    border: 1px solid #fff;
    display: block;
    width: 120px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}
.dosing .calc .container #calc .calc-wrap .nav > span:nth-child(1) {
    border-radius: 0 0 0 20px;
}
.dosing .calc .container #calc .calc-wrap .nav > span:nth-child(2) {
    border-radius: 0 20px 0 0;
}
@media (max-width: 767px) {
    .dosing .calc .container #calc .calc-wrap .nav > span {
        height: 20px;
        font-size: 10px;
        line-height: 16px;
        width: 50%;
    }
}
.dosing .calc .container #calc .calc-wrap[data-type="weight"] {
    background: #43ada7;
    box-shadow: 6px 6px 0px 7px #32827e;
}
.dosing .calc .container #calc .calc-wrap[data-type="weight"] .weight {
    display: block;
}
.dosing .calc .container #calc .calc-wrap[data-type="weight"] form.weight {
    display: flex;
}
.dosing .calc .container #calc .calc-wrap[data-type="weight"] form.weight > div > span > input {
    border-color: #57aca8;
}
.dosing .calc .container #calc .calc-wrap[data-type="weight"] form.weight > div > span > label {
    color: #57aca8;
}
.dosing .calc .container #calc .calc-wrap[data-type="weight"] form.weight > div:nth-child(3) {
    background: #57aca8;
}
.dosing .calc .container #calc .calc-wrap[data-type="weight"] .nav > span[data-type="weight"] {
    background: #fff;
    color: #57aca8;
}
.dosing .calc .container #calc .calc-wrap[data-type="tablet"] {
    background: #943d82;
    box-shadow: 6px 6px 0px 7px #6e2f63;
}
.dosing .calc .container #calc .calc-wrap[data-type="tablet"] .tablet {
    display: block;
}
.dosing .calc .container #calc .calc-wrap[data-type="tablet"] form.tablet {
    display: flex;
}
.dosing .calc .container #calc .calc-wrap[data-type="tablet"] form.tablet > div > span > input {
    border-color: #823875;
}
.dosing .calc .container #calc .calc-wrap[data-type="tablet"] form.tablet > div > span > label {
    color: #823875;
}
.dosing .calc .container #calc .calc-wrap[data-type="tablet"] form.tablet > div:nth-child(3) {
    background: #823875;
}
.dosing .calc .container #calc .calc-wrap[data-type="tablet"] .error {
    color: #de9ed1;
}
.dosing .calc .container #calc .calc-wrap[data-type="tablet"] .error a {
    color: #de9ed1;
}
.dosing .calc .container #calc .calc-wrap[data-type="tablet"] .nav > span[data-type="tablet"] {
    background: #fff;
    color: #823875;
}
.dosing .calc .container .lines {
    width: 860px;
    max-width: 100%;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.dosing .calc .container .lines > li {
    padding: 30px 60px;
    margin: 0;
    border-bottom: 1px solid #aeaeaf;
}
@media (max-width: 767px) {
    .dosing .calc .container .lines > li {
        border-color: #ae75a4;
        color: #fff;
        padding: 20px 40px;
    }
}
.dosing .calc .container .lines > li:last-child {
    border-bottom: 0;
}
@media (max-width: 767px) {
    .dosing .calc .container .lines {
        width: calc(100% + 60px);
        max-width: calc(100% + 60px);
        margin: -10px -30px 0;
        padding: 0 10px;
        background: #43ada7;
        z-index: 2;
        position: relative;
        color: #fff;
    }
    .dosing .calc .container .lines > li {
        border-color: #8ac5c2;
    }
}
@media (max-width: 767px) {
    .dosing .calc[data-type="tablet"] .container .lines {
        background: #943e82;
    }
    .dosing .calc[data-type="tablet"] .container .lines > li {
        border-color: #aa75a0;
    }
}
.dosing .table-wrap {
    padding: 90px 0 80px;
    background: linear-gradient(180deg, #fff 0%, #e9eaea 100%);
    text-align: center;
}
@media (max-width: 767px) {
    .dosing .table-wrap {
        background: #fff;
        padding: 60px 0 0;
    }
}
.dosing .table-wrap a {
    color: #282727;
}
.dosing .table-wrap p.example {
    font-size: 25px;
    line-height: 27px;
}
@media (max-width: 767px) {
    .dosing .table-wrap p.example {
        font-size: 19px;
        line-height: 21px;
    }
}
.dosing .table-wrap p {
    text-align: center;
    margin-bottom: 35px;
}
@media (max-width: 767px) {
    .dosing .table-wrap p.footnote {
        font-size: 14px;
        line-height: 16px;
    }
}
.dosing .table-wrap h3 {
    font-size: 25px;
    line-height: 27px;
    letter-spacing: 0.4px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    .dosing .table-wrap h3 {
        font-size: 19px;
        line-height: 21px;
        margin-bottom: 50px;
    }
}
.dosing .table-wrap .table {
    margin: 0 auto 50px;
    width: 860px;
    max-width: 100%;
    position: relative;
    color: #282727;
}
.dosing .table-wrap .table > div {
    display: flex;
}
@media (max-width: 767px) {
    .dosing .table-wrap .table > div {
        flex-direction: column;
        text-align: center;
    }
}
.dosing .table-wrap .table > div.title {
    font-weight: 700;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .dosing .table-wrap .table > div.title {
        display: none;
    }
}
.dosing .table-wrap .table > div.title:after {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    background: linear-gradient(90deg, #28bab3 5%, #27840f 20%, #e6c629 65%, #863c77 90%);
}
.dosing .table-wrap .table > div:nth-child(2n + 2) {
    background: #eee7ed;
}
@media (max-width: 767px) {
    .dosing .table-wrap .table > div:nth-child(2n + 2) {
        background: transparent !important;
    }
}
.dosing .table-wrap .table > div:nth-child(2n + 2) > div:nth-child(2) {
    background: #e4dbe4;
}
@media (max-width: 767px) {
    .dosing .table-wrap .table > div:nth-child(2n + 2) > div:nth-child(2) {
        background: transparent !important;
    }
}
.dosing .table-wrap .table > div > div {
    width: 33.3%;
    flex: none;
    padding: 16px 27px;
}
.dosing .table-wrap .table > div > div > div {
    display: none;
}
.dosing .table-wrap .table > div > div:nth-child(2) {
    width: 22.6%;
}
.dosing .table-wrap .table > div > div:nth-child(3) {
    width: 42%;
}
.dosing .table-wrap .table > div > div.double {
    width: 66.6%;
}
.dosing .table-wrap .table > div > div a {
    color: #282727;
}
@media (max-width: 767px) {
    .dosing .table-wrap .table > div > div {
        width: 100% !important;
        background: transparent !important;
    }
    .dosing .table-wrap .table > div > div > div {
        display: block;
        background: #f3ecf2;
        font-weight: 700;
        margin: -16px -27px 16px;
        padding: 6px;
    }
    .dosing .table-wrap .table > div > div:nth-child(1) > div:before {
        content: "";
        display: block;
        width: calc(100% + 12px);
        height: 5px;
        background: linear-gradient(90deg, #28bab3 5%, #27840f 20%, #e6c629 65%, #863c77 90%);
        margin: -6px -6px 6px;
    }
}
.dosing .callout {
    overflow: hidden;
    position: relative;
}
@media (max-width: 767px) {
    .dosing .callout {
        overflow: visible;
    }
}
.dosing .callout .container {
    width: 690px;
}
.dosing .callout > img {
    width: 887px;
    position: absolute;
    top: 40px;
    left: calc(50vw - 540px - 495px);
    pointer-events: none;
}
.dosing .callout > img:last-child {
    display: none;
}
@media (max-width: 767px) {
    .dosing .callout > img {
        display: none;
    }
    .dosing .callout > img:last-child {
        display: block;
        width: 357px;
        top: auto;
        bottom: -20px;
        left: 0;
        transform: none;
    }
}
.patients header .primary-nav ul li:nth-child(7) > a {
    font-weight: 700;
    color: #853978;
}
.patients header .primary-nav ul li:nth-child(7):after {
    display: block;
}
.patients .hero p {
    margin-bottom: 185px;
}
@media (max-width: 768px) {
    .patients .hero p {
        margin-bottom: 95px;
    }
}
.patients .patient-list {
    padding-bottom: 220px;
    -webkit-transform: translateZ(1px);
    -moz-transform: translateZ(1px);
    -o-transform: translateZ(1px);
    transform: translateZ(1px);
    position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
    .patients .patient-list {
        padding-bottom: 125px;
    }
}
.patients .patient-list .container {
    text-align: center;
}
.patients .patient-list .list {
    width: 1245px;
    max-width: 100%;
    margin: 0 auto 65px;
    text-align: left;
}
.patients .patient-list .list > div {
    position: relative;
    color: #fff;
    margin-bottom: 35px;
}
@media (max-width: 768px) {
    .patients .patient-list .list > div {
        margin-bottom: 15px;
    }
}
.patients .patient-list .list > div .human {
    position: absolute;
    top: -70px;
    left: -20px;
    width: 376px;
    height: 167px;
    overflow: hidden;
    z-index: 3;
}
.patients .patient-list .list > div .human img {
    position: absolute;
    top: 0;
}
.patients .patient-list .list > div .patient-container {
    background: url("/images/patient-bg.jpg") no-repeat top center/100% #8a497f;
    border-radius: 0 30px 0 30px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
}
@media (max-width: 768px) {
    .patients .patient-list .list > div .patient-container {
        background: url("/images/patient-bg.jpg") no-repeat 50% 40px/100% #8a497f;
    }
    .patients .patient-list .list > div .patient-container.open {
        background: #8a497f;
    }
}
.patients .patient-list .list > div .patient-container > * {
    z-index: 2;
    position: relative;
}
.patients .patient-list .list > div .patient-container .title {
    background: #823875;
    height: 97px;
    padding: 0 33px 0 370px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .patients .patient-list .list > div .patient-container .title {
        height: 67px;
        font-size: 15px;
        font-weight: 700;
        padding-left: 320px;
    }
}
@media (max-width: 700px) {
    .patients .patient-list .list > div .patient-container .title {
        padding-left: 160px;
    }
}
.patients .patient-list .list > div .patient-container .title span {
    width: 80px;
    height: 45px;
    border-radius: 30px;
    display: block;
    background: url("/images/arrow-right.png") no-repeat center/22px auto #752e69;
    cursor: pointer;
}
.patients .patient-list .list > div .patient-container .title span.open {
    background: url("/images/arrow-down.png") no-repeat center/36px auto #752e69;
}
@media (max-width: 700px) {
    .patients .patient-list .list > div .patient-container .title span {
        width: 60px;
        height: 35px;
        background: url("/images/arrow-right.png") no-repeat center/16px auto #752e69;
    }
    .patients .patient-list .list > div .patient-container .title span.open {
        background: url("/images/arrow-down.png") no-repeat center/24px auto #752e69;
    }
}
.patients .patient-list .list > div .patient-container > p {
    padding: 0 132px 0 370px;
}
@media (max-width: 1100px) {
    .patients .patient-list .list > div .patient-container > p {
        font-size: 24px;
        line-height: 28px;
    }
}
@media (max-width: 991px) {
    .patients .patient-list .list > div .patient-container > p {
        padding-right: 60px;
    }
}
@media (max-width: 768px) {
    .patients .patient-list .list > div .patient-container > p {
        font-size: 14px;
        line-height: 18px;
        padding-left: 320px;
    }
}
@media (max-width: 700px) {
    .patients .patient-list .list > div .patient-container > p {
        padding-left: 160px;
    }
}
@media (max-width: 400px) {
    .patients .patient-list .list > div .patient-container > p {
        padding-right: 20px;
    }
}
.patients .patient-list .list > div .patient-container .short-info {
    padding: 0 132px 0 370px;
    display: flex;
}
@media (max-width: 991px) {
    .patients .patient-list .list > div .patient-container .short-info {
        flex-direction: column;
        align-items: flex-start;
        padding-right: 60px;
    }
}
@media (max-width: 768px) {
    .patients .patient-list .list > div .patient-container .short-info {
        padding-left: 320px;
        padding-top: 10px;
    }
}
@media (max-width: 700px) {
    .patients .patient-list .list > div .patient-container .short-info {
        padding-left: 160px;
    }
}
.patients .patient-list .list > div .patient-container .short-info span {
    width: 220px;
    display: flex;
    height: 60px;
    border-radius: 30px;
    font-size: 28px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 45px 2px;
    background: #823875;
}
.patients .patient-list .list > div .patient-container .short-info span:nth-child(1) {
    margin-right: 30px;
}
@media (max-width: 991px) {
    .patients .patient-list .list > div .patient-container .short-info span:nth-child(1) {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
@media (max-width: 1100px) {
    .patients .patient-list .list > div .patient-container .short-info span {
        font-size: 22px;
        line-height: 26px;
    }
}
@media (max-width: 768px) {
    .patients .patient-list .list > div .patient-container .short-info span {
        font-size: 14px;
        line-height: 17px;
        height: 33px;
        width: 120px;
        padding: 0 20px;
    }
}
.patients .patient-list .list > div .patient-container .expand-info {
    padding: 20px 132px 0 370px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    z-index: 4;
}
@media (max-width: 1100px) {
    .patients .patient-list .list > div .patient-container .expand-info {
        font-size: 22px;
        line-height: 26px;
    }
}
@media (max-width: 991px) {
    .patients .patient-list .list > div .patient-container .expand-info {
        padding-right: 60px;
    }
}
@media (max-width: 768px) {
    .patients .patient-list .list > div .patient-container .expand-info {
        padding: 0px 40px;
        width: 100%;
        font-size: 14px;
        line-height: 18px;
    }
}
@media (max-width: 400px) {
    .patients .patient-list .list > div .patient-container .expand-info {
        padding-right: 20px;
    }
}
.patients .patient-list .list > div .patient-container .expand-info.open {
    max-height: 500px;
}
.patients .patient-list .list > div .patient-container .expand-info .quote {
    margin-top: 10px;
    font-weight: 600;
    font-style: italic;
}
@media (max-width: 768px) {
    .patients .patient-list .list > div .patient-container .expand-info .quote {
        padding: 20px 20px 0 290px;
    }
}
@media (max-width: 700px) {
    .patients .patient-list .list > div .patient-container .expand-info .quote {
        padding-left: 120px;
        padding-right: 0;
    }
}
.patients .patient-list .list > div .patient-container .expand-info p:last-child {
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .patients .patient-list .list > div .patient-container .expand-info p:last-child {
        margin-top: 200px;
    }
}
@media (max-width: 550px) {
    .patients .patient-list .list > div .patient-container .expand-info p:last-child {
        margin-top: 170px;
    }
}
@media (max-width: 450px) {
    .patients .patient-list .list > div .patient-container .expand-info p:last-child {
        margin-top: 120px;
    }
}
.patients .patient-list .list > div .patient-container > img {
    position: absolute;
    top: -70px;
    left: -82px;
    width: 400px;
    z-index: 1;
}
.patients .patient-list .list > div .patient-container > img.mobile-patients {
    display: none;
}
@media (max-width: 768px) {
    .patients .patient-list .list > div .patient-container > img.mobile-patients {
        z-index: 3;
        position: absolute;
        top: 300px;
        left: 0;
        width: 100%;
        display: none;
    }
}
@media (max-width: 768px) {
    .patients .patient-list .list > div .patient-container.open > img.mobile-patients {
        display: block;
    }
}
@media (max-width: 450px) {
    .patients .patient-list .list > div .patient-container.open > img.mobile-patients {
        top: 340px;
    }
}
.patients .patient-list .list > div.right .human {
    left: auto;
    right: -20px;
}
.patients .patient-list .list > div.right .patient-container .title {
    padding: 0 320px 0 30px;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.patients .patient-list .list > div.right .patient-container .title span {
    margin-right: 30px;
}
@media (max-width: 700px) {
    .patients .patient-list .list > div.right .patient-container .title {
        padding-right: 140px;
    }
}
.patients .patient-list .list > div.right .patient-container > p {
    padding: 0 370px 0 135px;
}
@media (max-width: 991px) {
    .patients .patient-list .list > div.right .patient-container > p {
        padding-left: 60px;
    }
}
@media (max-width: 768px) {
    .patients .patient-list .list > div.right .patient-container > p {
        padding-left: 40px;
        padding-right: 320px;
    }
}
@media (max-width: 700px) {
    .patients .patient-list .list > div.right .patient-container > p {
        padding-right: 160px;
    }
}
@media (max-width: 400px) {
    .patients .patient-list .list > div.right .patient-container > p {
        padding-left: 20px;
    }
}
.patients .patient-list .list > div.right .patient-container .short-info {
    padding: 0 370px 0 135px;
}
@media (max-width: 991px) {
    .patients .patient-list .list > div.right .patient-container .short-info {
        padding-left: 60px;
    }
}
@media (max-width: 768px) {
    .patients .patient-list .list > div.right .patient-container .short-info {
        padding-right: 320px;
        padding-left: 40px;
    }
}
@media (max-width: 700px) {
    .patients .patient-list .list > div.right .patient-container .short-info {
        padding-right: 160px;
    }
}
@media (max-width: 400px) {
    .patients .patient-list .list > div.right .patient-container .short-info {
        padding: 0 20px;
        padding-right: 140px;
    }
}
.patients .patient-list .list > div.right .patient-container .expand-info {
    padding: 20px 370px 0 135px;
}
@media (max-width: 991px) {
    .patients .patient-list .list > div.right .patient-container .expand-info {
        padding-left: 40px;
    }
}
@media (max-width: 768px) {
    .patients .patient-list .list > div.right .patient-container .expand-info {
        padding: 0px 40px;
    }
}
@media (max-width: 400px) {
    .patients .patient-list .list > div.right .patient-container .expand-info {
        padding: 0 20px;
    }
}
@media (max-width: 768px) {
    .patients .patient-list .list > div.right .patient-container .expand-info .quote {
        padding: 20px 290px 0 0px;
    }
}
@media (max-width: 700px) {
    .patients .patient-list .list > div.right .patient-container .expand-info .quote {
        padding-right: 160px;
    }
}
.patients .human-1 img {
    width: 376px;
    left: -50px;
}
@media (max-width: 700px) {
    .patients .human-1 {
        display: block;
        width: 220px !important;
        z-index: 1;
        top: -34px !important;
        left: -10px !important;
        height: 105px !important;
    }
    .patients .human-1 img {
        left: -35px;
        width: 200px !important;
    }
}
@media (max-width: 700px) {
    .patients .human1-shadow {
        left: -53px !important;
        width: 217px !important;
        top: -38px !important;
    }
}
.patients .human-2 {
    top: -110px !important;
    width: 480px !important;
    height: 210px !important;
}
.patients .human-2 img {
    width: 480px !important;
    right: -100px;
}
@media (max-width: 700px) {
    .patients .human-2 {
        display: block;
        width: 240px !important;
        z-index: 1;
        top: -34px !important;
        left: auto !important;
        right: 7px !important;
        height: 105px !important;
    }
    .patients .human-2 img {
        right: -71px;
        width: 220px !important;
    }
}
.patients .human2-shadow {
    left: auto !important;
    right: -140px !important;
    width: 520px !important;
    top: -110px !important;
}
@media (max-width: 700px) {
    .patients .human2-shadow {
        right: -75px !important;
        width: 240px !important;
        top: -35px !important;
    }
}
.patients .callout {
    position: relative;
    padding-top: 100px;
}
.patients .callout .container {
    width: 1100px;
}
.patients .callout > img {
    position: absolute;
    top: -110px;
    left: 50%;
    width: 1920px;
    transform: translate(-50%, 0);
    pointer-events: none;
}
@media (max-width: 768px) {
    .patients .callout > img {
        display: none;
    }
}
.resources header .primary-nav ul li:nth-child(7) > a {
    font-weight: 700;
    color: #853978;
}
.resources header .primary-nav ul li:nth-child(7):after {
    display: block;
}
.resources .hero {
    /* background: url("/images/dosing-calc-bg.png") no-repeat 50% 561px/1910px auto, linear-gradient(180deg, #fff 0%, #e9ebeb 100%); */
    padding-bottom: 80px;
}
/* @media (max-width: 767px) {
    .resources .hero {
        background: url("/images/dosing-calc-bg.png") no-repeat 50% 520px/1200px, linear-gradient(180deg, #fff 0%, #e9ebeb 100%);
    }
} */
.resources .hero .container {
    text-align: center;
}
.resources .hero p {
    margin-bottom: 100px;
}
@media (max-width: 768px) {
    .resources .hero p {
        margin-bottom: 80px;
    }
}
.resources .hero .list {
    width: 920px;
    max-width: 100%;
    margin: 0 auto 50px;
}
.resources .hero .list > div {
    margin: 0 0 20px;
    border-radius: 20px;
    background: #8a497f;
    color: #fff;
    padding: 0 0 25px;
}
.resources .hero .list > div .title {
    background: #823875;
    border-radius: 20px 20px 0 0;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .resources .hero .list > div .title {
        height: auto;
        padding: 12px;
        font-size: 16px;
        letter-spacing: 0.3px;
        line-height: 20px;
        margin-bottom: 15px;
    }
}
.resources .hero .list > div p {
    padding: 0 20px;
    margin-bottom: 30px;
    font-size: 18.5px;
    line-height: 28px;
    letter-spacing: 0;
    font-weight: 600;
}
@media (max-width: 768px) {
    .resources .hero .list > div p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 18px;
    }
}
.resources .hero .list > div a {
    width: 310px;
    max-width: 100%;
    justify-content: center;
}
@media (max-width: 768px) {
    .resources .hero .list > div a {
        width: 230px;
    }
}
.resources .callout .container {
    width: 800px;
}
.contact header .top-nav .container ul li:nth-child(3) > a {
    font-weight: 700;
}
.contact .hero {
    background: url("/images/dosing-calc-bg.png") no-repeat 50% 462px/1910px auto, linear-gradient(180deg, #fff 0%, #e9ebeb 100%);
    border-bottom: 7px solid #2cb5c4;
    padding-bottom: 80px;
}
@media (max-width: 750px) {
    .contact .hero {
        padding-bottom: 60px;
        position: relative;
        background: url("/images/contact-hero-mobile.png") no-repeat 50% 320px/100%, linear-gradient(180deg, #e6e8e8 0%, #e6e8e8 100%);
    }
}
.contact .hero p {
    margin-bottom: 90px;
}
.contact .hero form {
    width: 800px;
    max-width: 100%;
    border-radius: 20px;
    background: #8a497f;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}
@media (max-width: 767px) {
    .contact .hero form {
        border-radius: 20px;
    }
}
.contact .hero form > div.required {
    height: 42px;
    background: #823875;
    border-radius: 20px 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    letter-spacing: 0.3px;
    font-weight: 500;
}
@media (max-width: 767px) {
    .contact .hero form > div.required {
        height: 33px;
        font-size: 13px;
        border-radius: 20px 20px 0 0;
    }
}
.contact .hero form > div:nth-child(2) {
    padding: 40px 0 60px;
    width: 570px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .contact .hero form > div:nth-child(2) {
        padding: 37px 30px;
    }
}
.contact .hero form > div:nth-child(2) > div {
    width: 100%;
    margin-bottom: 25px;
    text-align: left;
}
@media (max-width: 767px) {
    .contact .hero form > div:nth-child(2) > div {
        margin-bottom: 15px;
        text-align: center;
    }
}
.contact .hero form > div:nth-child(2) > div.half {
    width: calc(50% - 15px);
    margin-right: 30px;
}
.contact .hero form > div:nth-child(2) > div.half:nth-child(2) {
    margin-right: 0;
}
@media (max-width: 767px) {
    .contact .hero form > div:nth-child(2) > div.half {
        width: 100%;
        margin-right: 0;
    }
}
.contact .hero form > div:nth-child(2) > div label {
    font-size: 18.5px;
    line-height: 28px;
    font-weight: 700;
    display: block;
    padding-left: 32px;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .contact .hero form > div:nth-child(2) > div label {
        font-size: 14px;
        line-height: 21px;
        padding-left: 0;
        margin-bottom: 5px;
    }
}
.contact .hero form > div:nth-child(2) > div input {
    width: 100%;
    height: 43px;
    border-radius: 25px;
    border: 0;
    background: #965c8c;
    outline: none;
    padding: 5px 45px;
    box-shadow: inset 4px 4px 2px #814677;
    color: #fff;
    font-size: 18.5px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .contact .hero form > div:nth-child(2) > div input {
        height: 35px;
        border-radius: 20px;
        font-size: 14px;
        line-height: 35px;
        padding: 3px 20px;
    }
}
.contact .hero form > div:nth-child(2) > div .error {
    text-align: right;
    color: #ff4141;
    font-size: 14px;
    line-height: 16px;
    display: none;
}
@media (max-width: 767px) {
    .contact .hero form > div:nth-child(2) > div .error {
        font-size: 12px;
        line-height: 14px;
        text-align: center;
    }
}
.contact .hero form > div:nth-child(2) > div.err .error {
    display: block;
}
.contact .hero form > div:nth-child(2) > div .select2-container {
    display: block;
    width: 100% !important;
    height: 65px;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .contact .hero form > div:nth-child(2) > div .select2-container {
        height: 35px;
        margin-bottom: 20px;
    }
}
.contact .hero form > div:nth-child(2) > div .select2-container .select2-selection--single {
    display: flex;
    align-items: center;
    height: 65px;
    border-radius: 35px;
    border: 0;
    background: #965c8c;
    outline: none;
    padding: 5px 70px;
    box-shadow: inset 4px 4px 2px #814677;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .contact .hero form > div:nth-child(2) > div .select2-container .select2-selection--single {
        height: 35px;
        border-radius: 20px;
        padding: 3px 10px;
        font-size: 14px;
        line-height: 35px;
    }
}
.contact .hero form > div:nth-child(2) > div .select2-container .select2-selection--single .select2-selection__rendered {
    color: #fff;
}
.contact .hero form > div:nth-child(2) > div .select2-container .select2-selection--single .select2-selection__arrow {
    display: flex;
    width: 80px;
    height: 44px;
    background: url("/images/arrow-down.png") no-repeat center #8a497f;
    border-radius: 23px;
    top: 11px;
    right: 11px;
}
@media (max-width: 767px) {
    .contact .hero form > div:nth-child(2) > div .select2-container .select2-selection--single .select2-selection__arrow {
        width: 40px;
        height: 25px;
        border-radius: 15px;
        background-size: 20px;
        top: 7px;
        right: 7px;
    }
}
.contact .hero form > div:nth-child(2) > div .select2-container .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.contact .hero form > div:nth-child(2) > div.submit-columns {
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    .contact .hero form > div:nth-child(2) > div.submit-columns {
        margin-bottom: 30px;
        flex-direction: column;
    }
}
.contact .hero form > div:nth-child(2) > div.submit-columns > div:last-child {
    width: 100%;
    flex: none;
    padding-top: 20px;
    text-align: center;
}
.contact .hero form > div:nth-child(2) > div.submit-columns > div:last-child .btn {
    width: 240px;
    text-align: center;
    justify-content: center;
    max-width: 100%;
}
.contact .hero form > div:nth-child(2) > div.submit-columns > div:last-child p {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .contact .hero form > div:nth-child(2) > div.submit-columns > div:last-child {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .contact .hero form > div:nth-child(2) > div.submit-columns > div:last-child .btn {
        width: 100%;
        justify-content: center;
    }
}
.contact .hero form > div:nth-child(2) > div.submit-columns > div .checkbox {
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .contact .hero form > div:nth-child(2) > div.submit-columns > div .checkbox {
        margin-bottom: 20px;
        text-align: left;
    }
}
.contact .hero form > div:nth-child(2) > div.submit-columns > div .checkbox input {
    display: none;
}
.contact .hero form > div:nth-child(2) > div.submit-columns > div .checkbox input + label {
    padding-left: 64px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
}
@media (max-width: 767px) {
    .contact .hero form > div:nth-child(2) > div.submit-columns > div .checkbox input + label {
        padding-left: 27px;
        font-size: 12px;
        line-height: 14px;
    }
}
.contact .hero form > div:nth-child(2) > div.submit-columns > div .checkbox input + label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 0 7px 0 7px;
    position: absolute;
    top: 0px;
    left: 27px;
}
@media (max-width: 767px) {
    .contact .hero form > div:nth-child(2) > div.submit-columns > div .checkbox input + label:before {
        left: 0;
        width: 16px;
        height: 16px;
        border-radius: 0 5px 0 5px;
    }
}
.contact .hero form > div:nth-child(2) > div.submit-columns > div .checkbox input + label:after {
    content: "";
    display: none;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 0 5px 0 5px;
    position: absolute;
    top: 3px;
    left: 30px;
}
@media (max-width: 767px) {
    .contact .hero form > div:nth-child(2) > div.submit-columns > div .checkbox input + label:after {
        top: 4px;
        left: 4px;
        width: 8px;
        height: 8px;
        border-radius: 0 2px 0 2px;
    }
}
.contact .hero form > div:nth-child(2) > div.submit-columns > div .checkbox input:checked + label:after {
    display: block;
}
.contact .hero form > div:nth-child(2) > div.submit-columns > div .checkbox .error {
    text-align: left;
    color: #ff4141;
    font-size: 14px;
    line-height: 16px;
    display: none;
    padding-left: 64px;
}
@media (max-width: 767px) {
    .contact .hero form > div:nth-child(2) > div.submit-columns > div .checkbox .error {
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        padding-left: 0px;
    }
}
.contact .hero form > div:nth-child(2) > div.submit-columns > div .checkbox.err .error {
    display: block;
}
.contact .hero form > div p.footnote {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    margin: 0;
    font-weight: 400;
    text-align: left;
}
.contact .hero form > div p.footnote a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
@media (max-width: 767px) {
    .contact .hero form > div p.footnote {
        font-size: 12px;
        line-height: 14px;
    }
}
.contact .hero > img {
    display: none;
}
@media (max-width: 750px) {
    .contact .hero > img {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 30px;
    }
}
.contact .select2-dropdown {
    border-radius: 35px;
    overflow: hidden;
    background-color: #823875;
    border: 0;
}
@media (max-width: 767px) {
    .contact .select2-dropdown {
        border-radius: 20px;
    }
}
.contact .select2-container--default .select2-results__option--selected {
    background-color: #965c8c !important;
    text-align: left;
    color: #fff;
    padding: 5px 70px;
}
@media (max-width: 767px) {
    .contact .select2-container--default .select2-results__option--selected {
        padding: 3px 10px;
    }
}
.contact .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.contact .select2-results__option {
    background-color: transparent !important;
    text-align: left;
    text-align: left;
    color: #fff;
    padding: 5px 70px;
}
.sWrap {
    width: 100%;
    margin: 0 !important;
    max-width: 100%;
    height: 43px;
    border-radius: 25px;
    border: 0;
    font-size: 18.5px;
    position: relative;
    text-align: left;
    outline: none;
    z-index: 12;
    display: inline-flex;
    color: #fff;
}
@media (max-width: 767px) {
    .sWrap {
        height: 35px;
        border-radius: 20px;
        font-size: 14px;
        line-height: 35px;
    }
}
.sWrap > ul,
.sWrap > ul > ul {
    padding: 15px 0;
    margin: 0;
    list-style: none;
    max-height: 200px;
    overflow: auto;
    border-radius: 20px;
    position: relative;
}
.sWrap > ul:after,
.sWrap > ul > ul:after {
    content: "";
    display: flex;
    width: 50px;
    height: 30px;
    background: url("/images/arrow-right.png") no-repeat center/10px auto #8a497f;
    border-radius: 18px;
    position: absolute;
    top: 8px;
    right: 6px;
}
@media (max-width: 767px) {
    .sWrap > ul,
    .sWrap > ul > ul {
        padding: 10px 0;
        border-radius: 20px;
    }
    .sWrap > ul:after,
    .sWrap > ul > ul:after {
        width: 45px;
        height: 26px;
        top: 6px;
        right: 5px;
        background-size: 10px auto;
    }
}
.sWrap > ul li,
.sWrap > ul > ul li {
    padding: 5px 45px;
    cursor: pointer;
    position: relative;
    height: 30px;
    line-height: 22px;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .sWrap > ul li,
    .sWrap > ul > ul li {
        height: 30px;
        line-height: 20px;
        padding: 5px 20px;
    }
}
.sWrap > ul li.hide,
.sWrap > ul > ul li.hide {
    display: none;
}
.sWrap > ul li:last-child,
.sWrap > ul > ul li:last-child {
    border: none;
}
.sWrap > ul li:before,
.sWrap > ul > ul li:before {
    background: transparent;
}
.sWrap > ul li.active,
.sWrap > ul > ul li.active {
    opacity: 0.7;
}
.sWrap > div {
    width: 100%;
    height: 43px;
    line-height: 33px;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 45px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: inset 4px 4px 2px #814677;
    background-color: #965c8c;
    position: relative;
}
@media (max-width: 767px) {
    .sWrap > div {
        height: 35px;
        border-radius: 20px;
        font-size: 14px;
        line-height: 25px;
    }
}
.sWrap > div:before {
    content: "";
    display: flex;
    width: 50px;
    height: 30px;
    background: url("/images/arrow-down.png") no-repeat center/18px auto #8a497f;
    border-radius: 18px;
    position: absolute;
    top: 8px;
    right: 6px;
}
@media (max-width: 767px) {
    .sWrap > div:before {
        width: 45px;
        height: 26px;
        top: 6px;
        right: 5px;
        background-size: 20px auto;
    }
}
.sWrap > div + ul {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
    background: #723267;
    z-index: 20;
    box-shadow: inset 0px 0px 10px #592350;
}
.sWrap > div + ul > li.active:before {
    display: none;
}
.sWrap.open > div {
    display: none;
}
.thankyou .hero {
    background: url("/images/dosing-calc-bg.png") no-repeat 50% 340px/1910px auto, linear-gradient(180deg, #fff 0%, #e9ebeb 100%);
    border-bottom: 7px solid #2cb5c4;
    padding-bottom: 328px;
}
@media (max-width: 750px) {
    .thankyou .hero {
        padding-bottom: 150px;
        position: relative;
        background: url("/images/contact-hero-mobile.png") no-repeat 50% 320px/100%, linear-gradient(180deg, #e6e8e8 0%, #e6e8e8 100%);
    }
}
.thankyou .hero p {
    margin-bottom: 90px;
}
.thankyou .hero .thanks {
    width: 800px;
    max-width: 100%;
    border-radius: 20px;
    background: #8a497f;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}
.thankyou .hero .thanks > div.title {
    height: 42px;
    background: #823875;
    border-radius: 20px 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    letter-spacing: 0.3px;
    font-weight: 500;
}
@media (max-width: 768px) {
    .thankyou .hero .thanks > div.title {
        height: 33px;
        font-size: 13px;
        border-radius: 20px 20px 0 0;
    }
}
.thankyou .hero .thanks > div:nth-child(2) {
    padding: 40px 0 60px;
    width: 570px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
}
@media (max-width: 768px) {
    .thankyou .hero .thanks > div:nth-child(2) {
        padding: 37px 30px;
    }
}
.thankyou .hero .thanks > div:nth-child(2) p {
    font-size: 18.5px;
    font-weight: 700;
    margin-bottom: 35px;
}
@media (max-width: 768px) {
    .thankyou .hero .thanks > div:nth-child(2) p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 20px;
    }
}
.thankyou .hero .thanks > div:nth-child(2) p:last-child {
    margin-bottom: 0;
}
.thankyou .hero .thanks > div:nth-child(2) p:last-child .btn {
    letter-spacing: 1px;
    width: 340px;
    max-width: 100%;
    justify-content: center;
}
@media (max-width: 768px) {
    .thankyou .hero .thanks > div:nth-child(2) p:last-child .btn {
        letter-spacing: 0;
    }
}
.thankyou .hero > img {
    display: none;
}
@media (max-width: 750px) {
    .thankyou .hero > img {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 30px;
    }
}
* {
    box-sizing: border-box;
}
body {
    background: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "acumin-pro-condensed";
    font-size: 20px;
    line-height: 26px;
    color: #282727;
}
body .mobile {
    display: none;
}
body .img-mobile {
    display: none;
}
@media (max-width: 767px) {
    body .img-mobile {
        display: block;
    }
    body .img-desktop {
        display: none;
    }
}
@media (max-width: 600px) {
    body {
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0.2px;
    }
    body br {
        display: none;
    }
    body .mobile {
        display: block;
    }
}
.container {
    width: 1080px;
    max-width: calc(100% - 60px);
    margin: 0 auto;
    position: relative;
    text-align: left;
}
img {
    max-width: 100%;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999999999;
    -webkit-transform: translateZ(1px);
    -moz-transform: translateZ(1px);
    -o-transform: translateZ(1px);
    transform: translateZ(1px);
}
header .top-nav {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0 0 13px;
}
header .top-nav:before {
    content: "";
    display: block;
    width: calc(50% - 100px);
    height: 5px;
    background: #853978;
    background: linear-gradient(90deg, #28bab3 5%, #27840f 20%, #e6c629 65%, #863c77 90%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
header .top-nav:after {
    content: "";
    display: block;
    width: calc(50% - 540px);
    height: 38px;
    background: #853978;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
@media (max-width: 1600px) {
    header .top-nav:after {
        width: 30%;
    }
}
@media (max-width: 1400px) {
    header .top-nav:after {
        width: 15%;
    }
}
header .top-nav .container {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    z-index: 2;
    text-align: center;
    max-width: 100%;
}
header .top-nav .container ul {
    display: flex;
    height: 38px;
    background: #853978;
    border-radius: 0 0 0 20px;
    margin: 0;
    padding: 1px 0;
    list-style: none;
    font-size: 11px;
    line-height: 22px;
    letter-spacing: 1px;
    align-items: center;
}
header .top-nav .container ul li {
    padding: 0 25px;
    border-right: 1px solid #fff;
}
header .top-nav .container ul li:last-child {
    border-right: 0;
    padding-right: 10px;
}
header .top-nav .container ul li a {
    color: #fff;
    text-decoration: none;
}
header .top-nav .container ul li a:hover {
    text-decoration: underline;
}
@media (max-width: 991px) {
    header .top-nav {
        height: 30px;
        margin-bottom: 0px;
    }
    header .top-nav:before,
    header .top-nav:after {
        display: none;
    }
    header .top-nav .container ul {
        width: 100%;
        height: 30px;
        border-radius: 0;
        font-size: 10px;
    }
    header .top-nav .container ul > li {
        width: 100%;
        border: 0;
    }
    header .top-nav .container ul > li > a {
        width: 100%;
    }
    header .top-nav .container ul > li > a span {
        display: inline;
    }
}
header .primary-nav .container {
    display: flex;
    text-align: center;
    align-items: center;
    padding: 0 10px;
    justify-content: space-between;
}
@media (max-width: 991px) {
    header .primary-nav .container {
        height: 76px;
        padding: 0 0px;
        justify-content: space-between;
    }
}
header .primary-nav .container .logo {
    width: 300px;
    flex: none;
    display: block;
}
@media (max-width: 991px) {
    header .primary-nav .container .logo {
        width: 197px;
    }
}
header .primary-nav .container .burger {
    display: none;
}
@media (max-width: 991px) {
    header .primary-nav .container .burger {
        display: block;
        width: 38px;
        height: 38px;
        background: url("/images/burger.png") no-repeat center/38px auto;
        margin-top: -8px;
    }
}
header .primary-nav .container ul {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    font-size: 13.5px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 700px;
    padding: 0;
}
@media (max-width: 1400px) {
    header .primary-nav .container ul {
        font-size: 18px;
    }
}
@media (max-width: 1250px) {
    header .primary-nav .container ul {
        font-size: 16px;
    }
}
header .primary-nav .container ul li {
    margin: 0 20px;
    padding: 0 10px;
    position: relative;
}
@media (max-width: 1400px) {
    header .primary-nav .container ul li {
        margin: 0 20px;
    }
}
@media (max-width: 1200px) {
    header .primary-nav .container ul li {
        margin: 0 10px;
    }
}
@media (max-width: 1050px) {
    header .primary-nav .container ul li {
        margin: 0 5px;
    }
}
header .primary-nav .container ul li:first-child {
    margin-left: 0;
}
header .primary-nav .container ul li:last-child {
    margin-right: 10px;
}
header .primary-nav .container ul li:after {
    content: "";
    display: none;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #28bab3 5%, #27840f 20%, #e6c629 65%, #863c77 90%);
}
header .primary-nav .container ul li a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
header .primary-nav .container ul li a:hover {
    color: #853978;
}
/* Patients And Caregivers */
.caregivers .top-title {
    width: 59% !important;
    display: block;
    margin-left: auto !important;
    margin-right: 0 !important;
}
.caregivers .top-title h3 {
    text-align: left !important;
    margin-bottom: 35px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #333333;
}
.caregivers .top-title h3 span {
    color: #853978 !important;
    font-style: italic !important;
    font-weight: 600;
}
section.documents-sec {
    background-color: #54a7a3;
    padding: 67px 0;
}
.caregivers section.gray-center p:nth-child(1) {
    font-size: 23px;
    color: #853978;
}
.caregivers #isi p:nth-child(1) {
    display: none;
}
section.documents-sec .list > div {
    margin: 0 0 20px;
    border-radius: 20px;
    background: #8a497f;
    color: #fff;
    padding: 0 0 25px;
    text-align: center;
}
section.documents-sec .list {
    width: 826px;
    max-width: 100%;
    margin: 0 auto 50px;
}
section.documents-sec .list > div > .title {
    background: #823875;
    border-radius: 20px 20px 0 0;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}
section.documents-sec .list > div p {
    padding: 0 20px;
    margin-bottom: 30px;
    font-size: 18.5px;
    line-height: 28px;
    letter-spacing: 0;
    font-weight: 600;
}
section.documents-sec .list > div a {
    width: 310px;
    max-width: 100%;
    justify-content: center;
}
/* /Patients And Caregivers */
@media (max-width: 991px) {
    header .primary-nav .container ul {
        position: fixed;
        top: 95px;
        left: 0;
        z-index: 9999999999999;
        width: 100%;
        height: calc(100vh - 95px);
        background: rgba(0, 0, 0, 0.4);
        margin: 0;
        padding: 0;
        flex-direction: column;
        justify-content: flex-start;
        font-size: 15px;
        display: none;
    }
    header .primary-nav .container ul li {
        background: #fff;
        width: 100%;
        border: 0;
        margin: 0 !important;
        padding: 17px 0;
    }
    header .primary-nav .container ul li:last-child {
        box-shadow: 8px 24px 24px rgba(0, 0, 0, 0.24);
    }
    header .primary-nav .container ul li a br {
        display: none;
    }
    header .primary-nav .container ul li.mobile {
        display: block;
        padding: 4px 0;
        height: 30px;
        background: #7d356f;
        border-bottom: 1px solid #9a568d;
    }
    header .primary-nav .container ul li.mobile:nth-child(3) {
        border-bottom: 0;
    }
    header .primary-nav .container ul li.mobile a {
        color: #fff;
        font-size: 10px;
        text-transform: none;
    }
}
.isi-fixed {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fff;
    text-align: center;
    font-size: 13.5px;
    line-height: 18px;
    letter-spacing: 0.1px;
    padding: 10px 0 10px;
    border-top: 5px solid #36bfb7;
    z-index: 999999999;
    -webkit-transform: translateZ(1px);
    -moz-transform: translateZ(1px);
    -o-transform: translateZ(1px);
    transform: translateZ(1px);
}
@media (max-width: 767px) {
    .isi-fixed {
        font-size: 10px;
        line-height: 12px;
        padding-top: 15px;
    }
    .isi-fixed.small {
        height: 45px;
    }
}
.isi-fixed.open {
    display: none;
}
.isi-fixed .container {
    display: flex;
    position: relative;
}
@media (max-width: 767px) {
    .isi-fixed .container {
        flex-direction: column;
    }
}
.isi-fixed .container > img {
    position: absolute;
    top: 0px;
    right: 0;
    width: 15px;
    cursor: pointer;
}
.isi-fixed .container > img.mob-show {
    display: none;
}
@media (max-width: 767px) {
    .isi-fixed .container > img.mob-hide {
        display: none;
    }
    .isi-fixed .container > img.mob-show {
        display: block;
        width: 10px;
        top: 0;
    }
}
@media (min-width: 768px) {
    .isi-fixed .container > div {
        height: 185px;
        overflow: hidden;
    }
}
.isi-fixed .container > div h2 {
    font-size: 18.5px;
    line-height: 24px;
    font-weight: 800;
    margin: 0 0 10px;
}
.isi-fixed .container > div h2.mob-show {
    display: none;
}
@media (max-width: 767px) {
    .isi-fixed .container > div h2 {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
        font-weight: 800;
    }
}
.isi-fixed .container > div h3 {
    font-size: 13.5px;
    line-height: 16px;
    margin: 0 0 5px;
    font-weight: 600;
}
@media (max-width: 767px) {
    .isi-fixed .container > div h3 {
        font-size: 12px;
        line-height: 14px;
        text-transform: uppercase;
    }
}
.isi-fixed .container > div p {
    margin: 0 0 15px;
}
@media (max-width: 767px) {
    .isi-fixed .container > div p {
        font-size: 12px;
        line-height: 14px;
    }
}
.isi-fixed .container > div:first-child {
    width: 300px;
    flex: none;
    margin-right: 50px;
    position: relative;
}
@media (min-width: 767px) {
    .isi-fixed .container > div:first-child:after {
        content: "";
        display: block;
        width: 100%;
        height: 50px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    }
}
@media (max-width: 991px) {
    .isi-fixed .container > div:first-child {
        width: 30%;
    }
}
@media (max-width: 767px) {
    .isi-fixed .container > div:first-child {
        width: 100%;
    }
    .isi-fixed .container > div:first-child .mob-hide {
        display: none;
    }
}
.isi-fixed .container > div:nth-child(2) {
    flex: 1;
}
.isi-fixed .container > div:nth-child(2) > div {
    padding: 15px;
    border: 1px solid #000;
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
}
.isi-fixed .container > div:nth-child(2) > div p {
    margin-bottom: 10px;
}
.isi-fixed .container > div:nth-child(2) > div p:last-child {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .isi-fixed .container > div:nth-child(2) > div {
        padding: 10px;
        font-size: 12px;
        line-height: 14px;
    }
}
.isi {
    padding: 50px 0 75px;
}
.isi h2 {
    font-size: 20.5px;
    font-weight: 800;
    margin: 0 0 20px;
}
.isi h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.m-two {
    margin: 20px 0 !important;
}
.isi ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.isi ul li {
    padding: 0 0 0 13px;
    margin: 0 0 15px;
    position: relative;
    font-size: 18px;
    line-height: 1.4;
}
.isi ul li:before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #000;
    position: absolute;
    top: 8px;
    left: -2px;
    border-radius: 50%;
}
.isi p {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 15px;
}
.isi p.ref {
    margin: 30px 0 0;
}
.isi p.ref + .ref {
    margin: 15px 0 0;
}
.isi p.ref.h1-like {
    font-size: 18.5px;
    font-weight: 800;
    text-transform: uppercase;
}
.isi p.ref.h1-like a {
    color: #282727;
}
@media (max-width: 1300px) {
    .isi p.ref.h1-like br {
        display: none;
    }
}
@media (max-width: 768px) {
    .isi p.ref.h1-like {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.1px;
    }
    .isi p.ref.h1-like br {
        display: none;
    }
}
.isi p.footnote {
    font-size: 14px;
    line-height: 15px;
    margin: 15px 0 0;
}
.isi p.add {
    margin: 15px 0 0;
    font-weight: 400;
    font-size: 18px;
}
@media (max-width: 767px) {
    .isi p.add {
        font-size: 12px;
        line-height: 15px;
    }
}
.isi p a {
    color: #282727;
    text-decoration: underline;
}
.isi p + h2 {
    margin-top: 60px;
}
.isi .bordered {
    border: 2px solid #000;
    padding: 28px 50px;
    margin: 0 0 50px;
}
.isi .bordered .headings {
    text-align: center;
    margin-bottom: 25px;
}
.isi .bordered .headings p {
    margin-bottom: 5px;
    font-size: 18px;
}
.isi-fixed .headings p {
    text-align: center;
    margin-bottom: 5px !important;
    font-size: 15px;
}
.isi .bordered p {
    font-weight: 700;
}
.isi .bordered p:last-child {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .isi {
        padding: 35px 0;
    }
    .isi h2 {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.1px;
        margin-bottom: 12px;
    }
    .isi h3 {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.1px;
    }
    .isi ul {
        font-size: 12px;
        line-height: 14px;
    }
    .isi ul li {
        padding-left: 9px;
        margin-bottom: 12px;
    }
    .isi ul li:before {
        top: 6px;
        left: 0;
        width: 2px;
        height: 2px;
    }
    .isi .bordered {
        padding: 14px 22px;
        margin-bottom: 35px;
    }
    .isi p {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.1px;
        margin-bottom: 10px;
    }
    .isi p + h2 {
        margin-top: 35px;
    }
    .isi p.footnote {
        font-size: 14px;
        line-height: 14px;
        margin-top: 10px;
    }
    .isi p.add {
        margin: 20px 0 0;
    }
}
footer {
    border-top: 5px solid #2cb5c4;
    padding: 36px 35px;
}
.ada {
    text-align: center;
    margin-top: 30px;
}
@media (max-width: 768px) {
    footer {
        border-width: 4px;
    }
}
footer .container {
    width: 780px;
}
footer .container .vertice {
    display: block;
    width: 187px;
    margin: 0 auto 45px;
}
@media (max-width: 768px) {
    footer .container .vertice {
        width: 140px;
        margin-bottom: 40px;
    }
}
footer .container ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    footer .container ul {
        font-size: 10px;
        line-height: 12px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 0 25px;
    }
}
footer .container ul li {
    margin: 0;
    padding: 0;
}
@media (max-width: 768px) {
    footer .container ul li {
        margin: 12px 0;
    }
}
footer .container ul li a {
    color: #444444;
    text-decoration: none;
    font-weight: 600;
}
footer .container p {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 1px;
    text-align: center;
    color: #444444;
    font-weight: 600;
    margin: 0 0 15px;
}
@media (max-width: 768px) {
    footer .container p {
        font-size: 10px;
        line-height: 12px;
        margin: 0 0 12px;
    }
}
footer .container p:last-child {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .mobile {
        display: none;
    }
}
@media (max-width: 991px) {
    .mobile {
        display: block;
    }
}
@media (min-width: 992px) {
    .desktop {
        display: block;
    }
}
@media (max-width: 991px) {
    .desktop {
        display: none;
    }
}
@media (max-width: 991px) {
    .nav {
        overflow: hidden;
        max-height: 100vh;
    }
    .nav header .primary-nav .burger {
        background-image: url("/images/burger-close.png");
    }
    .nav header .primary-nav ul {
        display: flex;
    }
    .nav header .primary-nav ul li:first-child {
        box-shadow: inset 1px 8px 24px rgba(0, 0, 0, 0.24);
    }
    .fixed-nav header {
        position: fixed;
        background: rgba(255, 255, 255, 0.86);
        box-shadow: 0 0 24px rgba(0, 0, 0, 0.24);
    }
}
.no-page {
    padding-top: 230px;
}
@media (max-width: 991px) {
    .no-page {
        padding-top: 150px;
    }
}
.modal {
    background: rgba(0, 0, 0, 0.65);
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999999;
    -webkit-transform: translateZ(1px);
    -moz-transform: translateZ(1px);
    -o-transform: translateZ(1px);
    transform: translateZ(1px);
}
.modal > div {
    width: 660px;
    max-width: 95%;
    border-radius: 30px;
    background: #8a497f;
}
.modal > div .title {
    height: 50px;
    background: #823875;
    border-radius: 30px 30px 0 0;
    text-align: right;
    padding: 5px 30px;
}
@media (max-width: 767px) {
    .modal > div .title {
        padding: 15px 30px;
    }
}
.modal > div .content {
    color: #fff;
    padding: 30px;
}
@media (max-width: 767px) {
    .modal > div .content {
        padding: 20px 20px 30px;
    }
}
.modal > div .content p {
    margin-bottom: 25px;
    font-size: 18.5px;
    line-height: 24px;
    font-weight: 600;
}
@media (max-width: 767px) {
    .modal > div .content p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
    .modal > div .content .nav {
        display: flex;
        justify-content: center;
    }
}
.modal > div .content .btn {
    padding: 7px 18px;
    line-height: 15px;
    flex-direction: column;
    justify-content: center;
    height: auto;
    width: 273px;
    display: flex;
    margin: 0 auto 0px;
    font-size: 18px;
    line-height: 22px;
}
.modal > div .content .btn strong {
    font-weight: 600;
}
@media (min-width: 768px) {
    .modal > div .content .btn strong {
        display: block;
    }
}
@media (min-width: 768px) {
    .modal > div .content .btn {
        display: inline-flex;
        max-width: 50%;
        flex: none;
        margin: 0;
    }
    .modal > div .content .btn.yes {
        border-radius: 0 0 0 30px;
        margin-right: 0;
    }
    .modal > div .content .btn.no {
        border-radius: 0 30px 0 0;
    }
    .modal > div .content .btn:hover {
        background: #fff;
        color: #853978;
    }
}
@media (max-width: 767px) {
    .modal > div .content .btn {
        font-size: 14px;
        line-height: 16px;
        width: 230px;
        padding: 7px 20px;
    }
}
@media (max-width: 767px) {
    .modal > div .content .btn.yes {
        margin-bottom: 20px;
        background: transparent;
        color: #fff;
    }
}
.coming-soon {
    background: rgba(0, 0, 0, 0.65);
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999999;
    -webkit-transform: translateZ(1px);
    -moz-transform: translateZ(1px);
    -o-transform: translateZ(1px);
    transform: translateZ(1px);
}
.coming-soon > div {
    width: 470px;
    max-width: 95%;
    border-radius: 30px;
    background: #8a497f;
}
.coming-soon > div .title {
    height: 34px;
    background: #823875;
    border-radius: 30px 30px 0 0;
    text-align: right;
    padding: 2px 30px;
}
.coming-soon > div .title img {
    width: 10px;
    cursor: pointer;
}
.coming-soon > div .content {
    color: #fff;
    padding: 60px 30px;
}
@media (max-width: 767px) {
    .coming-soon > div .content {
        padding: 40px 20px;
    }
}
.coming-soon > div .content p {
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 24px;
    font-weight: 600;
}
fieldset {
    border: 0;
    padding: 0;
}
fieldset legend {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    padding: 0;
    text-transform: capitalize;
}
fieldset ul {
    padding-left: 0;
}
fieldset li {
    clear: both;
    list-style: none;
    margin-left: 0;
}
fieldset li input {
    float: left;
    margin: 0 0 12px;
}
fieldset li label {
    display: block;
    float: left;
    font-weight: bold;
    width: 150px;
}
fieldset li label.error {
    color: #e53935;
    font-size: 10px;
    font-weight: normal;
    line-height: 26px;
    margin-left: 10px;
    width: auto;
}
fieldset li select {
    float: left;
    margin: 0 0 12px;
    width: 150px;
}
fieldset li ul {
    clear: both;
    padding-left: 0;
    position: relative;
    top: -15px;
}
fieldset li ul input {
    clear: right;
    float: left;
    margin: 0 12px 12px 150px;
}
fieldset li ul label {
    float: left;
}
fieldset.submit {
    border: 0;
    margin-left: 150px;
    margin-top: -30px;
}
.btn {
    background: transparent;
    border: 1px solid #fff;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 20px 0 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    padding: 0 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    outline: none;
}
@media (max-width: 768px) {
    .btn {
        font-size: 16px;
        border-radius: 0 20px 0 20px;
        padding: 0 30px;
    }
}
@media (max-width: 350px) {
    .btn {
        padding: 0 15px;
    }
}
.btn:hover {
    background: #fff;
    color: #853978;
}
.btn.btn-purple {
    background: #853978;
    border-color: #853978;
}
.no-break {
    white-space: nowrap;
}
main h1,
main h2 {
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #853978;
    text-align: center;
    margin: 0 0 33px;
}
@media (max-width: 1300px) {
    main h1 br,
    main h2 br {
        display: none;
    }
}
@media (max-width: 768px) {
    main h1,
    main h2 {
        font-size: 27px;
        line-height: 32px;
        letter-spacing: 0.2px;
    }
    main h1 br,
    main h2 br {
        display: none;
    }
}
@media (max-width: 600px) {
    main p {
        font-size: 13px;
        line-height: 13px;
    }
    .caregivers .top-title {width: 100% !important;}
}
main p.footnote {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}
main p.footnote .hang {
    display: inline-block;
    margin-left: -5px;
    width: 5px;
}
@media (max-width: 600px) {
    main p.footnote {
        font-size: 10px;
        line-height: 12px;
    }
    main p.footnote .hang {
        display: inline-block;
        margin-left: -4px;
        width: 4px;
    }
}
main p.footnote:last-child {
    margin-bottom: 0;
}
main .hero {
    padding: 145px 0 0;
}
main .hero p {
    font-size: 25px;
    line-height: 28px;
    text-align: center;
    margin: 0 0 60px;
}
main .hero p.footnote {
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
}
@media (max-width: 600px) {
    main .hero p.footnote {
        font-size: 10px;
        line-height: 12px;
    }
}
main .hero p.footnote:last-child {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    main .hero {
        padding-top: 150px;
    }
    main .hero p {
        font-size: 24px;
        line-height: 28px;
    }
}
@media (max-width: 768px) {
    main .hero p {
        font-size: 19px;
        line-height: 21px;
    }
    main .hero p br {
        display: none;
    }
}
main .callout {
    background: linear-gradient(180deg, #58ada9 0%, #458d89 100%);
    padding: 60px 0;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    position: relative;
}
main .callout .container {
    width: 990px;
    display: flex;
}
main .callout .container > a {
    width: 310px;
    flex: none;
    margin-right: 45px;
    margin-left: 25px;
    justify-content: center;
    letter-spacing: 2px;
    transition: all 0.3s ease-in-out;
}
main .callout .container > a:hover {
    opacity: 1;
    background: #fff;
    color: #4e9d98;
}
main .callout .container p {
    margin: 0;
}
@media (max-width: 991px) {
    main .callout .container {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
    main .callout .container p {
        margin-bottom: 30px;
        text-align: center;
    }
    main .callout .container a {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (max-width: 768px) {
    main .callout {
        padding: 70px 0 100px;
        border-bottom: 4px solid #28bab2;
    }
    main .callout .container p {
        font-size: 17px;
        line-height: 21px;
    }
    main .callout .container a {
        font-size: 16px;
        width: 290px;
        letter-spacing: 0.4px;
    }
}
main .icons {
    max-width: 100%;
    margin: 0 auto;
}
main .icons > div {
    display: flex;
    align-items: center;
    margin: 0 0 40px;
    width: 50%;
    padding: 0 40px;
}
main .icons > div:last-child {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    main .icons > div {
        flex-direction: column;
        margin-bottom: 55px;
        width: 100%;
        padding: 0 10px;
    }
}
main .icons > div img {
    width: 104px;
    height: auto;
    flex: none;
    margin-right: 22px;
}
@media (max-width: 768px) {
    main .icons > div img {
        width: 76px;
        margin-bottom: 22px;
        margin: 0 auto 30px!important;
    }
}
main .icons > div div {
    flex: 1;
    text-align: left;
}
main .icons > div div h3 {
    font-size: 19px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #853978;
    margin: 0 0 6px;
}
main .icons > div div p {
    text-align: left;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    margin: 0;
}
@media (max-width: 768px) {
    main .icons > div div {
        text-align: center;
        padding: 0 35px;
    }
    main .icons > div div h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 24px;
    }
    main .icons > div div p {
        font-size: 15px;
        line-height: 19px;
        text-align: center;
    }
}
.hcp header {
    display: none;
}
.hcp section.hero {
    padding: 0;
}
.hcp .callout {
    background-color: #8c377a !important;
    background-image: none;
    padding: 0;
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}
.hcp .callout > div {
    width: 50%;
    padding: 17px 0;
}
.hcp .callout > div:nth-child(2) {
    background-color: #2A9F99;
}
.hcp .callout > div a.btn{
    padding: 0 79px;
}
/*# sourceMappingURL=main.css.map */
section.offer-note {padding-top: 60px;}
section.offer-note p {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
}

