html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'DIN Next W02 Regular',Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    color: #4a4a4a;
}

a {
    color: #127aba;
}

a[href^=tel] {
    white-space: nowrap;
}

a.arrow {
    font-family: "DIN 2014", Arial, sans-serif;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 1.2;
}

a.arrow:after {
    content: "";
    display: inline-block;
    height: 0.8rem;
    width: 0.8rem;
    margin-left: 0.4rem;
    border-right: 0.2rem solid #127aba;
    border-bottom: 0.2rem solid #127aba;
    transform: rotate(-45deg);
}

@media only screen and (min-width: 992px) {
    a.arrow {
        font-size: 1.8rem;
    }
}

p a,
li a {
    font-weight: 700;
}

.dropdown-menu li a,
footer li a {
    font-weight: 500;
}

a:hover,
a:active,
a:focus {
    color: #127aba;
    outline: 0;
    text-decoration: underline;
}

a:focus-visible {
    box-shadow: 0 0 0.3rem 0.1rem #db3700;
}

a.step-link {
    display: inline-block;
    margin-top: 32px;
    font-size: 2rem;
    font-weight: 700;
}

a.step-link:after {
    content: "";
    display: inline-block;
    height: 0.8rem;
    width: 0.8rem;
    margin-left: 0.6rem;
    border-right: 0.2rem solid #127aba;
    border-bottom: 0.2rem solid #127aba;
    transform: rotate(-45deg);
}

@media only screen and (min-width: 992px) {
    a.step-link {
        font-size: 2.2rem;
    }
}

.btn {
    padding: 8px 28px;
    border-radius: 999px;
    font-family: "DIN 2014", Arial, sans-serif;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 1.2;
    letter-spacing: 0.03rem;
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn:focus-visible {
    border-color: #db3700 !important;
    box-shadow: 0 0 0.3rem 0.1rem rgba(219, 55, 0, 0.5);
}

.btn-square {
    border-radius: 0;
}

.btn-primary {
    border-color: #127aba;
    background-color: #127aba;
    color: #fff;
}

.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus {
    border-color: #127aba;
    background-color: #fff;
    color: #127aba;
    text-decoration: none;
}

.btn-outline-primary {
    border-color: #127aba;
    background-color: transparent;
    color: #127aba;
}

.btn-outline-primary:active,
.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background-color: #127aba;
    color: #fff;
    text-decoration: none;
}

.btn-outline-primary.disabled {
    border-color: #aaaaaa !important;
    background-color: transparent !important;
    color: #aaaaaa !important;
}

.btn-text {
    display: inline;
    color: #127aba;
    border: none;
    background: none;
    padding: 0;
}

.btn-text:active,
.btn-text:hover,
.btn-text:focus {
    color: #127aba;
    text-decoration: underline;
}

.btn-text:focus-visible {
    border-color: #db3700 !important;
    box-shadow: 0 0 0.3rem 0.1rem #db3700;
}

.btn-text.arrow {
    font-family: "DIN 2014", Arial, sans-serif;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 1.2;
}

.btn-text.arrow:after {
    content: "";
    display: inline-block;
    height: 0.8rem;
    width: 0.8rem;
    margin-left: 0.4rem;
    border-right: 0.2rem solid #127aba;
    border-bottom: 0.2rem solid #127aba;
    transform: rotate(-45deg);
}

@media only screen and (min-width: 992px) {
    .btn-text.arrow {
        font-size: 1.8rem;
    }
}

.video-link {
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 1.8rem;
    font-weight: 500;
    color: #127aba;
}

.video-link:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.8rem;
    border-top: 0.7rem solid transparent;
    border-bottom: 0.7rem solid transparent;
    border-left: 1.2rem solid #127aba;
}

.video-link:active,
.video-link:hover,
.video-link:focus {
    text-decoration: underline;
}

.play-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16vw;
    height: 16vw;
    margin-top: -8vw;
    margin-left: -8vw;
    border: 1px solid transparent;
    border-radius: 50%;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all 0.25s ease;
}

.play-icon:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: 7px;
    margin-left: 8px;
    border-top: 4.27vw solid transparent;
    border-bottom: 4.27vw solid transparent;
    border-left: 6.93vw solid rgba(0, 0, 0, 0.8);
    transition: all 0.25s ease;
}

.play-icon:hover,
.play-icon:active,
.play-icon:focus {
    background-color: #fff;
}

.play-icon:hover:after,
.play-icon:active:after,
.play-icon:focus:after {
    border-left-color: #127aba;
}

.play-icon:focus {
    outline: none;
}

@media only screen and (min-width: 768px) {
    .play-icon {
        width: 80px;
        height: 80px;
        margin-top: -45px;
        margin-left: -45px;
    }

    .play-icon:after {
        margin-top: 9px;
        margin-left: 9px;
        border-top-width: 20px;
        border-bottom-width: 20px;
        border-left-width: 34px;
    }
}

.badge {
    margin-left: 3px;
    border-radius: 99px;
    padding: 4px 10px 2px;
    background-color: rgba(18, 122, 186, 0.2);
    font-family: "DIN 2014", Arial, sans-serif;
    font-weight: 500;
    font-size: 60%;
    color: #127aba;
    vertical-align: top;
}

.badge.badge-primary {
    color: #0f689e;
}

.badge.badge-secondary {
    background-color: #767676;
    color: #fff;
}

.section-title {
    padding: 40px 0;
    text-align: center;
}

.page-title {
    padding: 50px 0;
    text-align: center;
}

.page-title .container {
    padding: 0 8vw;
}

.page-title .title-main-text {
    margin-bottom: 0.5rem;
    font-family: "Mr Eaves XL Sans", Arial, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
}

.page-title .title-secondary-text {
    font-family: "Mr Eaves XL Sans", Arial, sans-serif;
    font-size: 11.733vw;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1;
}

.page-title .title-h1 .title-main-text {
    color: #767676;
}

.page-title .title-h1 .title-secondary-text {
    color: #127aba;
}

.page-title .title-h2 .title-main-text {
    color: #127aba;
}

.page-title .title-h2 .title-secondary-text {
    color: #000;
}

.page-title .title-extra-text {
    margin-top: 1.2rem;
    font-family: "Mr Eaves XL Sans", Arial, sans-serif;
    font-size: 2.1rem;
    line-height: 1.15;
    letter-spacing: 0;
    color: #4a4a4a;
}

.page-title .title-button {
    margin-top: 16px;
}

.page-title.page-title-short {
    position: relative;
}

.page-title.page-title-short:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 120px;
    background-image: linear-gradient(#f2f2f2, rgba(242, 242, 242, 0));
}

.page-title.page-title-short .title-main-text {
    font-size: 10.13vw;
    font-weight: 300;
    color: #127aba;
}

.page-title.page-title-short .title-secondary-text {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.1;
    color: #767676;
}

@media only screen and (min-width: 576px) {
    .page-title .title-secondary-text {
        font-size: 5.6rem;
    }

    .page-title .title-button {
        margin-top: 2.4rem;
    }

    .page-title.page-title-short .title-main-text {
        font-size: 5.8rem;
        line-height: 1;
    }

    .page-title.page-title-short .title-secondary-text {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 768px) {
    .page-title {
        padding: 60px 0;
    }

    .page-title .title-secondary-text {
        font-size: 6rem;
    }

    .page-title .title-extra-text {
        max-width: 540px;
        margin-right: auto;
        margin-left: auto;
        font-size: 2.2rem;
    }

    .page-title.page-title-short .title-main-text {
        font-size: 4.2rem;
    }

    .page-title.page-title-short .title-secondary-text {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 992px) {
    .page-title {
        padding-top: 70px;
    }

    .page-title .title-secondary-text {
        font-size: 6.8rem;
        margin-bottom: 1.6rem;
    }

    .page-title .title-main-text {
        font-size: 2.2rem;
    }

    .page-title .title-extra-text {
        max-width: 600px;
        font-size: 2.4rem;
    }

    .page-title .title-button {
        margin-top: 32px;
    }

    .page-title.page-title-short .title-main-text {
        font-size: 4.4rem;
    }

    .page-title.page-title-short .title-secondary-text {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .page-title {
        padding: 80px 0;
    }

    .page-title .container {
        padding: 0 96px;
    }

    .page-title .title-secondary-text {
        font-size: 7.5rem;
    }

    .page-title .title-extra-text {
        font-size: 2.6rem;
    }

    .page-title.page-title-short .title-main-text {
        font-size: 4.8rem;
    }

    .page-title.page-title-short .title-secondary-text {
        font-size: 2.2rem;
    }
}

.content-area {
    padding: 40px 0;
}

.content-area.bkgd-light-gray h3,
.content-area.bkgd-light-gray a {
    color: #1170ac;
}

.content-area.bkgd-light-gray .col-lg-10 *:last-child,
.content-area.bkgd-light-blue .col-lg-10 *:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 576px) {
    .content-area {
        padding: 50px 0;
    }
}

@media only screen and (min-width: 992px) {
    .content-area {
        padding: 60px 0;
    }
}

@media only screen and (min-width: 1200px) {
    .content-area {
        padding: 70px 0;
    }
}

.secondary-title {
    padding: 0;
    text-align: center;
}

.secondary-title>.container>.row>div {
    border-bottom: 2px dotted #aaaaaa;
    padding: 36px 15px;
}

.secondary-title h2,
.secondary-title h3,
.secondary-title p {
    padding-left: 24px;
    padding-right: 24px;
}

.secondary-title h3,
.secondary-title .title-secondary-text {
    line-height: 1.1;
    color: #000;
}

.secondary-title p {
    margin-bottom: 0;
}

@media only screen and (min-width: 576px) {

    .secondary-title h2,
    .secondary-title h3,
    .secondary-title p {
        padding-left: 36px;
        padding-right: 36px;
    }
}

@media only screen and (min-width: 768px) {
    .secondary-title {
        padding: 10px 0;
    }

    .secondary-title>.container>.row>div {
        padding: 40px 15px;
    }

    .secondary-title h2,
    .secondary-title h3,
    .secondary-title p {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (min-width: 992px) {
    .secondary-title {
        padding: 20px 0;
    }

    .secondary-title h2,
    .secondary-title h3,
    .secondary-title p {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .secondary-title {
        padding: 30px 0;
    }
}

main h1,
main .h1 {
    font-size: 4.4rem;
    font-weight: 300;
    line-height: 1;
    color: #000;
}

main h2,
main .h2,
main .cta-banner-title {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.1;
    color: #767676;
}

main h3,
main .h3,
main .title-secondary-text,
main .cta-banner-title2 {
    margin-bottom: 1.6rem;
    font-size: 3.8rem;
    font-weight: 300;
    line-height: 1;
    color: #127aba;
}

main h4,
main .h4 {
    margin-top: 3rem;
    font-size: 2.4rem;
    color: #000;
}

main h4:first-child,
main .h4:first-child {
    margin-top: 0;
}

main p,
main li {
    font-family: "DIN 2014", Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: 0.03rem;
    color: #4a4a4a;
}

main p {
    margin-bottom: 1.8rem;
}

main ol,
main ul {
    margin: 1.6rem 0 2.4rem;
    padding-left: 20px;
}

main li {
    margin-bottom: 1rem;
}

main hr {
    margin: 3rem 0;
    border-top: 2px dotted #ddd;
}

main blockquote {
    font-size: 2.4rem;
    line-height: 1.3;
    color: #000;
}

main blockquote footer {
    margin-top: 1.5rem;
    font-weight: 300;
    font-size: 80%;
}

main form h2 {
    margin: 3.2rem 0 2.7rem;
    border-bottom: 2px dotted #949494;
    padding-bottom: 2px;
    font-size: 3.4rem;
    font-weight: 300;
    color: #127aba;
}

main form h3 {
    margin: 3.2rem 0 1.6rem;
    border-bottom: 2px dotted #ddd;
    padding-bottom: 2px;
    font-size: 3.4rem;
}

main form .form-group {
    margin-bottom: 1.6rem;
}

main form .row .form-row {
    padding: 0 15px;
}

main form label {
    margin-bottom: 0.3rem;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: #4a4a4a;
    text-transform: uppercase;
}

main form label.error {
    margin-top: 8px;
    color: #da291c;
}

main form label.error+.form-control {
    border-color: #da291c;
}

main form label span.required {
    display: none;
}

main form .form-check {
    margin: 0.6rem 0;
}

main form .form-check label {
    margin-bottom: 0;
    font-family: "DIN 2014", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #4a4a4a;
    text-transform: none;
}

main form .form-check input {
    margin-top: 0.15rem;
    margin-right: 0.5rem;
    vertical-align: text-top;
}

main form .form-check input:focus-visible {
    outline-color: #db3700;
}

main form .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 10px 6px;
    border: 1px solid #949494;
    border-radius: 6px;
    background-color: #fff;
    background-clip: padding-box;
    font-family: "DIN 2014", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.5;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

main form .form-control:focus {
    border-color: #db3700 !important;
    box-shadow: 0 0 0.3rem 0.1rem rgba(219, 55, 0, 0.5);
}

main form select.form-control {
    box-sizing: border-box;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%234a4a4a;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EArtboard 1%3C/title%3E%3Cpath class='a' d='M500,10,227.8,391.1H772.2Zm0,980L772.2,608.9H227.8Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.7em top 50%;
    background-size: 1.6rem auto;
}

main form select.form-control::-ms-expand {
    display: none;
}

main form select.form-control option {
    font-weight: normal;
}

main form textarea:focus-visible {
    outline-color: #db3700;
    box-shadow: 0 0 0.3rem 0.1rem rgba(219, 55, 0, 0.5);
}

main form .btn {
    margin-top: 2rem;
}

main .footnote {
    margin: 4rem 1rem 0;
}

main .footnote h6 {
    margin-bottom: 0.8rem;
    font-weight: 700;
    font-size: 1.8rem;
    color: #767676;
}

main .footnote p {
    font-size: 1.4rem;
    line-height: 1.3;
    color: #767676;
}

main .footnote p:only-child {
    margin-bottom: 0;
}

main .footnote p.indent-1 {
    text-indent: -0.7rem;
}

main .footnote p.indent-2 {
    text-indent: -1.2rem;
}

main .footnote p.indent-3 {
    text-indent: -1.7rem;
}

main .text-uppercase {
    color: #767676;
}

@media only screen and (min-width: 576px) {

    main h1,
    main .h1 {
        font-size: 5rem;
    }

    main hr {
        margin: 4rem 0;
    }
}

@media only screen and (min-width: 768px) {

    main h1,
    main .h1 {
        font-size: 5.4rem;
    }

    main h3,
    main .h3,
    main .title-secondary-text,
    main .cta-banner-title2 {
        font-size: 3rem;
    }

    main p,
    main li,
    main form .form-check label {
        font-size: 1.6rem;
    }

    main p {
        margin-bottom: 1.6rem;
    }

    main ol,
    main ul {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 992px) {

    main h1,
    main .h1 {
        font-size: 6.6rem;
    }

    main h3,
    main .h3,
    main .title-secondary-text,
    main .cta-banner-title2 {
        font-size: 4.2rem;
    }

    main h5 {
        font-size: 1.8rem;
    }

    main p {
        margin-bottom: 1.8rem;
        font-size: 1.8rem;
    }

    main li,
    main form .form-check label {
        font-size: 1.8rem;
    }

    main hr {
        margin: 5rem 0;
    }

    main form h3 {
        font-size: 3.8rem;
    }
}

@media only screen and (min-width: 1200px) {

    main h1,
    main .h1 {
        font-size: 7.5rem;
    }

    main h2,
    main .h2,
    main .cta-banner-title {
        font-size: 2.2rem;
    }

    main h3,
    main .h3,
    main .title-secondary-text,
    main .cta-banner-title2 {
        font-size: 4.8rem;
    }

    main h4,
    main .h4 {
        font-size: 2.8rem;
    }

    main p {
        margin-bottom: 2rem;
        font-size: 2rem;
    }

    main li {
        font-size: 2rem;
    }

    main ol,
    main ul {
        padding-left: 40px;
    }

    main blockquote {
        font-size: 2.8rem;
    }

    main form h2 {
        font-size: 4rem;
    }

    main form h3 {
        font-size: 4rem;
    }

    main form label {
        font-size: 1.6rem;
    }

    main form .form-control {
        font-size: 2rem;
    }

    main form .form-check label {
        font-size: 2rem;
    }
}

section {
    padding: 40px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

section.border-bottom-dotted {
    padding-bottom: 0;
}

section.border-bottom-dotted .container {
    padding-bottom: 40px;
    border-bottom: 2px dotted #aaaaaa;
}

section.border-top-dotted .container {
    border-top: 2px dotted #aaaaaa;
}

@media only screen and (min-width: 576px) {
    section {
        padding: 50px 0;
    }

    section.border-bottom-dotted .container {
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) {
    section {
        padding: 60px 0;
    }

    section.border-bottom-dotted .container {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 992px) {
    section {
        padding: 70px 0;
    }

    section.border-bottom-dotted .container {
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 1200px) {
    section {
        padding: 80px 0;
    }

    section.border-bottom-dotted .container {
        padding-bottom: 80px;
    }
}

.skip-link {
    position: absolute;
    z-index: 1001;
    top: -60px;
    left: 50%;
    padding: 6px;
    font-family: "DIN 2014", Arial, sans-serif;
    font-weight: 500;
}

.skip-link.skip-link:focus-visible {
    top: 0;
}

.page-hero {
    position: relative;
    overflow: hidden;
    padding-top: 77.867%;
    background-size: 100%;
    text-align: center;
}

.page-hero:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
}

.page-hero .container {
    padding: 4rem 8vw 0;
}

.page-hero h1 {
    font-size: 4.4rem;
    font-size: 11.733vw;
    font-weight: 300;
    color: #1170ac;
}

.page-hero.headline-black h1 {
    color: #000;
}

.page-hero a:not(.btn-primary) {
    color: #1170ac;
}

.page-hero p {
    margin-top: 1.2rem;
    font-family: "Mr Eaves XL Sans", Arial, sans-serif;
    font-size: 2.1rem;
    line-height: 1.15;
    letter-spacing: 0;
    color: #4a4a4a;
}

.page-hero .title-button {
    margin-top: 1.6rem;
}

.page-hero.logo-headline {
    text-align: left;
}

.page-hero.logo-headline h1 {
    font-size: 8.4rem;
    color: #203232;
}

.page-hero.logo-headline p {
    margin: 0.6rem 0 2rem;
    font-size: 3.8rem;
    font-weight: 300;
    line-height: 1;
}

@media only screen and (min-width: 576px) {
    .page-hero h1 {
        font-size: 5.6rem;
    }

    .page-hero .title-button {
        margin-top: 2.4rem;
    }
}

@media only screen and (min-width: 768px) {
    .page-hero {
        display: flex;
        align-items: center;
        min-height: 42.96875vw;
        padding: 0;
        background-size: cover;
        text-align: left;
    }

    .page-hero:after {
        display: none;
    }

    .page-hero .container {
        padding: 16px 15px 0;
    }

    .page-hero .container>div {
        width: 42%;
    }

    .page-hero h1 {
        font-size: 5.4rem;
    }

    .page-hero p {
        font-size: 2rem;
    }

    .page-hero.bkgd-black h1,
    .page-hero.bkgd-163844 h1 {
        color: #127aba;
    }

    .page-hero.bkgd-black.logo-headline h1,
    .page-hero.bkgd-black p,
    .page-hero.bkgd-163844.logo-headline h1,
    .page-hero.bkgd-163844 p {
        color: #fff;
    }
}

@media only screen and (min-width: 992px) {
    .page-hero h1 {
        font-size: 6.8rem;
        margin-bottom: 1.6rem;
    }

    .page-hero p {
        font-size: 2.4rem;
    }

    .page-hero .title-button {
        margin-top: 3.2rem;
    }

    .page-hero.logo-headline h1 {
        margin-bottom: 0;
        font-size: 13rem;
    }

    .page-hero.logo-headline p {
        margin-top: 0;
        font-size: 4.2rem;
    }

    .page-hero.logo-headline a {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .page-hero .container>div {
        width: 44rem;
    }

    .page-hero h1 {
        font-size: 7.5rem;
    }

    .page-hero p {
        font-size: 2.6rem;
    }

    .page-hero .title-button {
        margin-top: 3.6rem;
    }

    .page-hero.logo-headline h1 {
        font-size: 15.4rem;
    }

    .page-hero.logo-headline p {
        font-size: 4.8rem;
    }
}

@media only screen and (min-width: 1440px) {
    .page-hero {
        min-height: 620px;
        padding: 16px 0 0;
        background-color: #f3f3f3;
        background-position: top right;
        background-size: contain;
    }

    .page-hero.bkgd-black {
        background-color: #000;
    }

    .page-hero.bkgd-163844 {
        background-color: #163844;
    }

    .page-hero.bkgd-e7e7e9 {
        background-color: #e7e7e9;
    }
}

.bkgd-dot-pattern {
    background-image: url("../img/bkgd-dot-pattern.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 1440px auto;
}

.bkgd-img-bottom {
    background-position: bottom center;
}

.bkgd-light-gray {
    background-color: #f4f4f4;
}

.bkgd-light-blue {
    background-color: rgba(18, 122, 186, 0.1);
}

.divider-bottom-gradient {
    position: relative;
    overflow: hidden;
}

.divider-bottom-gradient .row>div {
    z-index: 1;
}

.divider-bottom-gradient:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100px;
    border-bottom: 1px solid #ddd;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
}

.divider-top-gradient {
    position: relative;
    overflow: hidden;
}

.divider-top-gradient .row>div {
    z-index: 1;
}

.divider-top-gradient:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 100px;
    border-top: 1px solid #ddd;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
}

.gradient-bottom-white {
    position: relative;
    overflow: hidden;
}

.gradient-bottom-white .row>div {
    z-index: 1;
}

.gradient-bottom-white:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 160px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.hidden-from-view {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
    /* added line */
}

.modal.fade .modal-dialog {
    transform: none;
}

.modal-content {
    border: 0;
    border-radius: 0;
}

.modal-content .close {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 4rem;
    line-height: 2rem;
    padding: 4px;
    text-shadow: none;
    z-index: 1001;
    border-radius: 4px;
    color: #c9c9c9;
    background-color: #000;
    opacity: 1;
    transition: color 0.2s linear;
}

.modal-content .close:hover {
    opacity: 1 !important;
    color: #fff;
}

/* BrightCove - video modal style settings */
.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* BrightCove - video modal style settings */
#breadcrumb,
#breadcrumb- {
    padding: 0;
    border-bottom: 1px solid #ddd;
}

#breadcrumb .breadcrumb,
#breadcrumb- .breadcrumb {
    margin: 0;
    padding: 19px 0;
    background-color: transparent;
}

#breadcrumb .breadcrumb li,
#breadcrumb- .breadcrumb li {
    display: none;
    margin-bottom: 0;
}

#breadcrumb .breadcrumb li:first-child,
#breadcrumb- .breadcrumb li:first-child {
    display: block;
}

#breadcrumb .breadcrumb li:first-child:before,
#breadcrumb- .breadcrumb li:first-child:before {
    content: "";
    display: inline-block;
    height: 0.9rem;
    width: 0.9rem;
    margin: 0 1rem 0.2rem 0;
    border-right: 0.2rem solid #aaaaaa;
    border-bottom: 0.2rem solid #aaaaaa;
    transform: rotate(135deg);
}

#breadcrumb li,
#breadcrumb- li {
    font-family: "Mr Eaves XL Sans";
    font-size: 2.2rem;
    line-height: 1;
}

#breadcrumb li.active,
#breadcrumb- li.active {
    color: #767676;
}

#breadcrumb a,
#breadcrumb- a {
    transition: all 0.2s ease;
}

#breadcrumb.breadcrumb-gray,
#breadcrumb-.breadcrumb-gray {
    border: 0;
    background-color: #aaaaaa;
}

#breadcrumb.breadcrumb-gray li.active,
#breadcrumb-.breadcrumb-gray li.active {
    color: #4a4a4a;
}

#breadcrumb.breadcrumb-gray li a,
#breadcrumb-.breadcrumb-gray li a {
    color: #fff;
}

#breadcrumb.breadcrumb-gray li:first-child:before,
#breadcrumb-.breadcrumb-gray li:first-child:before {
    border-right: 0.2rem solid #fff;
    border-bottom: 0.2rem solid #fff;
}

@media only screen and (min-width: 768px) {

    #breadcrumb .breadcrumb,
    #breadcrumb- .breadcrumb {
        flex-wrap: nowrap;
    }

    #breadcrumb .breadcrumb li,
    #breadcrumb- .breadcrumb li {
        display: block;
        white-space: nowrap;
    }

    #breadcrumb .breadcrumb li:not(:only-child):first-child:before,
    #breadcrumb- .breadcrumb li:not(:only-child):first-child:before {
        content: none;
    }

    #breadcrumb .breadcrumb li:not(:only-child):last-child,
    #breadcrumb- .breadcrumb li:not(:only-child):last-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #breadcrumb .breadcrumb-item+.breadcrumb-item,
    #breadcrumb- .breadcrumb-item+.breadcrumb-item {
        padding-left: 14px;
    }

    #breadcrumb .breadcrumb-item+.breadcrumb-item:before,
    #breadcrumb- .breadcrumb-item+.breadcrumb-item:before {
        content: "";
        display: inline-block;
        height: 0.9rem;
        width: 0.9rem;
        margin: 0 1.5rem 0.2rem 0;
        border-right: 0.2rem solid #aaaaaa;
        border-bottom: 0.2rem solid #aaaaaa;
        transform: rotate(-45deg);
    }

    #breadcrumb.breadcrumb-gray .breadcrumb-item+.breadcrumb-item:before,
    #breadcrumb-.breadcrumb-gray .breadcrumb-item+.breadcrumb-item:before {
        border-right: 0.2rem solid #fff;
        border-bottom: 0.2rem solid #fff;
    }
}

#breadcrumb- {
    background-color: #e7e7e8;
}

#breadcrumb- .breadcrumb li:first-child:before,
#breadcrumb- .breadcrumb-item+.breadcrumb-item:before {
    height: 0.8rem;
    width: 0.8rem;
    border-right-color: #4a4a4a;
    border-bottom-color: #4a4a4a;
}

#breadcrumb- li {
    font-size: 2rem;
}

#breadcrumb- li.active {
    color: #4a4a4a;
}

body>header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
}

body>header.scrollUp {
    transform: translateY(-70px);
}

body>header>.container {
    padding: 0;
}

body>header .navbar {
    padding: 8px 15px;
}

body>header .navbar .navbar-brand {
    padding-top: 3px;
    padding-bottom: 3px;
}

body>header .navbar .navbar-brand img {
    height: 48px;
}

body>header .navbar .navbar-brand:focus-visible {
    box-shadow: 0 0 0.3rem 0.1rem #db3700;
}

body>header .navbar .navbar-collapse {
    margin: 8px -15px 0;
    border-top: 1px solid #f2f2f2;
}

body>header .navbar .navbar-collapse .navbar-nav {
    margin-bottom: -8px;
}

body>header .navbar .navbar-collapse:after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 100%;
    left: 50%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.2s ease;
    transform: translateX(-50%);
}

body>header .navbar .navbar-collapse.show:after {
    background-color: rgba(0, 0, 0, 0.33);
}

body>header .navbar .nav-item {
    border-bottom: 1px solid #f2f2f2;
}

body>header .navbar .nav-item.schedule {
    display: none;
}

body>header .navbar .nav-link {
    margin: 5px 15px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #4a4a4a;
    text-transform: uppercase;
    font-family: 'Mr Eaves XL Sans', Arial, sans-serif;
    line-height: 27px;
}

body>header .navbar .nav-link.utility-link {
    font-family: "DIN 2014", Arial, sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    color: #127aba;
    text-transform: none;
    line-height: 27px;
}

body>header .navbar .nav-link.icon-link {
    margin: 4px 15px 3px;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 2rem;
    font-weight: 400;
    color: #4a4a4a;
    text-transform: none;
    line-height: 30px;
}

body>header .navbar .nav-link.icon-link svg {
    margin: -1px 8px 0 0;
}

body>header .navbar .navbar-toggler {
    border: none;
    padding: 10px 0 0 10px;
}

body>header .navbar .navbar-toggler:focus {
    outline: 0;
}

body>header .navbar .navbar-toggler .hamburger-text {
    position: relative;
    top: -3px;
    padding-right: 8px;
    font-size: 1.8rem;
    transition: color 0.22s ease;
}

body>header .navbar .navbar-toggler[aria-expanded=true] .hamburger-text {
    color: #fff;
}

body>header+main {
    margin-top: 70px;
}

@media only screen and (min-width: 992px) {
    body>header+main {
        margin-top: 110px;
    }

    body>header.scrollUp {
        transform: none;
    }

    body>header>.container {
        max-width: 1440px !important;
        padding: 0 20px;
    }

    body>header .utility-nav {
        position: relative;
    }

    body>header .utility-nav .nav {
        margin-top: 8px;
        justify-content: flex-end;
    }

    body>header .utility-nav .nav-item+.nav-item {
        margin-left: 3rem;
    }

    body>header .utility-nav .schedule {
        display: none;
    }

    body>header .utility-nav .nav-link {
        padding-right: 0;
        font-size: 1.7rem;
        font-weight: 400;
        color: #4a4a4a;
        text-transform: none;
        font-family: "Mr Eaves XL Sans", Arial, sans-serif;
    }

    body>header .utility-nav .nav-link svg {
        margin: -1px 3px 0 0;
    }

    body>header .utility-nav .nav-link:active,
    body>header .utility-nav .nav-link:hover,
    body>header .utility-nav .nav-link:focus {
        color: #127aba;
    }

    body>header .utility-nav .nav-link:active .icon-phone path,
    body>header .utility-nav .nav-link:active .icon-professional path,
    body>header .utility-nav .nav-link:active .icon-location path,
    body>header .utility-nav .nav-link:active .icon-location circle,
    body>header .utility-nav .nav-link:hover .icon-phone path,
    body>header .utility-nav .nav-link:hover .icon-professional path,
    body>header .utility-nav .nav-link:hover .icon-location path,
    body>header .utility-nav .nav-link:hover .icon-location circle,
    body>header .utility-nav .nav-link:focus .icon-phone path,
    body>header .utility-nav .nav-link:focus .icon-professional path,
    body>header .utility-nav .nav-link:focus .icon-location path,
    body>header .utility-nav .nav-link:focus .icon-location circle {
        stroke: #127aba !important;
    }

    body>header .utility-nav .nav-link:active .icon-search path,
    body>header .utility-nav .nav-link:hover .icon-search path,
    body>header .utility-nav .nav-link:focus .icon-search path {
        fill: #127aba;
    }

    body>header .utility-nav .nav-link:focus-visible {
        box-shadow: 0 0 0.3rem 0.1rem #db3700;
    }

    body>header .navbar {
        margin-top: -1.5rem;
        padding: 8px 0;
    }

    body>header .navbar .navbar-brand {
        position: relative;
        top: -18px;
        margin-right: 10px;
    }

    body>header .navbar .navbar-brand img {
        height: 60px;
    }

    body>header .navbar .navbar-collapse {
        margin: 0;
        border-top: 0;
    }

    body>header .navbar .navbar-collapse:after {
        content: none;
    }

    body>header .navbar .nav-item {
        border-bottom: 0;
    }

    body>header .navbar .nav-item .nav-link {
        margin: 5px 5px;
        padding-right: 3px;
        padding-left: 3px;
        font-size: 1.6rem;
    }

    body>header .navbar .nav-item .nav-link:active,
    body>header .navbar .nav-item .nav-link:hover,
    body>header .navbar .nav-item .nav-link:focus {
        color: #127aba;
    }

    body>header .navbar .nav-item .nav-link:focus-visible {
        box-shadow: 0 0 0.3rem 0.1rem #db3700;
    }

    body>header .dropdown-toggle {
        transition: color 0.22s ease;
    }

    body>header .dropdown-toggle::after {
        height: 0.6rem;
        width: 0.6rem;
        margin-left: 0.6rem;
        border: 2px solid #4a4a4a;
        border-width: 0 2px 2px 0;
        vertical-align: 0.4rem;
        transition: all 0.22s ease;
        transform: rotate(45deg);
    }

    body>header .dropdown-toggle:active:after,
    body>header .dropdown-toggle:hover:after,
    body>header .dropdown-toggle:focus:after {
        border-color: #127aba;
    }

    body>header .dropdown-toggle[aria-expanded=true] {
        color: #127aba;
    }

    body>header .dropdown-toggle[aria-expanded=true]:after {
        border-color: #127aba;
        vertical-align: 0;
        transform: rotate(225deg);
    }

    body>header .navbar,
    body>header .navbar .dropdown {
        position: inherit;
    }

    body>header .navbar .dropdown-menu {
        width: 100vw;
        margin: 0;
        border: 0;
        border-bottom: 1px solid #ddd;
        padding: 0;
        box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    }

    body>header .navbar .dropdown-menu:after {
        content: "";
        position: absolute;
        width: 100vw;
        height: 100vw;
        background-color: rgba(0, 0, 0, 0.33);
    }

    body>header .navbar .dropdown-menu>.container {
        position: relative;
        max-width: 1440px;
    }

    body>header .navbar .dropdown-menu .row {
        min-height: 340px;
    }

    body>header .navbar .dropdown-menu .row>div {
        align-self: center;
        z-index: 10;
    }

    body>header .navbar .dropdown-menu .row>div:nth-of-type(2) {
        padding-bottom: 30px;
    }

    body>header .navbar .dropdown-menu ul {
        margin-right: 2.4rem;
        padding-left: 50px;
        margin-bottom: 18px;
        border-right: 1px solid #c7c8c9;
        list-style: none;
    }

    body>header .navbar .dropdown-menu ul a {
        font-size: 2rem;
        color: #127aba;
        display: block;
        padding: 3px 0;
        font-family: "Mr Eaves XL Sans", Arial, sans-serif;
        line-height: 36px;
    }

    body>header .navbar .dropdown-menu ul a:active,
    body>header .navbar .dropdown-menu ul a:hover {
        color: #203232;
        text-decoration: none;
    }

    body>header .navbar .dropdown-menu ul a:focus-visible {
        box-shadow: 0 0 0.3rem 0.1rem #db3700;
    }

    body>header .navbar .dropdown-menu p.title {
        font-size: 2rem;
        font-weight: 400;
        color: #767676;
    }

    body>header .navbar .dropdown-menu p.info {
        margin-bottom: 30px;
        font-family: "Mr Eaves XL Sans", Arial, sans-serif;
        font-size: 4rem;
        font-weight: 300;
        line-height: 1;
        color: #000;
    }

    body>header .navbar .dropdown-menu .cta-nav-image {
        position: absolute;
        z-index: 1;
        right: 0;
        bottom: 0;
        height: 280px;
    }

    body>header a[title=hearing-aids]+.dropdown-menu .cta-nav-image {
        right: -40px;
    }

    body>header a[title=hearing-loss]+.dropdown-menu .cta-nav-image {
        right: -100px;
    }

    body>header .button-wrapper {
        position: relative;
    }

    body>header .nav-buttons {
        position: absolute;
        right: 0;
        bottom: 20px;
        margin-bottom: 0;
        list-style: none;
    }

    body>header .nav-buttons li {
        float: left;
    }

    body>header .nav-buttons li a {
        display: block;
        width: 160px;
        border: 1px solid #127aba;
        padding: 8px 10px;
        background-color: #fff;
        font-family: "DIN 2014", Arial, sans-serif;
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 1.2;
        letter-spacing: 0.03rem;
        color: #127aba;
        text-align: center;
        transition: all 0.2s ease;
    }

    body>header .nav-buttons li a:hover,
    body>header .nav-buttons li a:active {
        background-color: #127aba;
        color: #fff;
        text-decoration: none;
    }

    body>header .nav-buttons li a:focus-visible {
        border-color: #db3700;
        box-shadow: 0 0 0.3rem 0.1rem rgba(219, 55, 0, 0.5);
    }

    body>header .nav-buttons li+li {
        margin-left: 14px;
    }

    body>header .nav-buttons li+li a {
        background-color: #127aba;
        color: #fff;
    }

    body>header .nav-buttons li+li a:hover,
    body>header .nav-buttons li+li a:active {
        background-color: #fff;
        color: #127aba;
    }
}

@media only screen and (min-width: 1080px) {
    body>header .nav-buttons li a {
        width: 180px;
    }

    body>header .navbar .nav-item .nav-link {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 1.8rem;
    }

    body>header .navbar .dropdown-menu .row {
        min-height: 360px;
    }

    body>header .navbar .dropdown-menu ul {
        padding-left: 60px;
        margin-right: 38px;
    }

    body>header .navbar .dropdown-menu .cta-nav-image {
        height: 320px;
    }

    body>header a[title=hearing-loss]+.dropdown-menu .cta-nav-image {
        right: -110px;
    }
}

@media only screen and (min-width: 1200px) {
    body>header+main {
        margin-top: 126px;
    }

    body>header .utility-nav .nav {
        margin-top: 12px;
    }

    body>header .utility-nav .nav-item+.nav-item {
        margin-left: 32px;
    }

    body>header .utility-nav .nav-item .nav-link {
        font-size: 1.9rem;
    }

    body>header .navbar {
        margin-top: -11px;
    }

    body>header .navbar .navbar-brand {
        top: -21px;
    }

    body>header .navbar .navbar-brand img {
        height: 66px;
    }

    body>header .navbar .nav-item .nav-link {
        margin: 5px 7px;
        font-size: 1.8rem;
    }

    body>header .dropdown-toggle::after {
        height: 0.8rem;
        width: 0.8rem;
    }

    body>header .navbar .dropdown-menu .row {
        min-height: 380px;
    }

    body>header .navbar .dropdown-menu ul {
        padding-left: 0;
    }

    body>header .navbar .dropdown-menu ul a {
        font-size: 2.2rem;
    }

    body>header .navbar .dropdown-menu .cta-nav-image {
        height: 360px;
    }

    body>header .nav-buttons {
        bottom: 21px;
    }

    body>header .nav-buttons li a {
        width: 210px;
        padding: 9px 10px;
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 1400px) {
    body>header+main {
        margin-top: 140px;
    }

    body>header>.container {
        padding: 0 36px;
    }

    body>header .utility-nav .nav {
        margin-top: 18px;
    }

    body>header .utility-nav .nav-item+.nav-item {
        margin-left: 36px;
    }

    body>header .utility-nav .nav-link {
        font-size: 2rem;
    }

    body>header .navbar {
        margin-top: -14px;
    }

    body>header .navbar .navbar-brand {
        top: -26px;
        margin-right: 24px;
    }

    body>header .navbar .navbar-brand img {
        height: 76px;
    }

    body>header .navbar .nav-item .nav-link {
        margin: 5px 14px;
        font-size: 1.9rem;
    }

    body>header .navbar .dropdown-menu .row {
        min-height: 440px;
    }

    body>header .navbar .dropdown-menu ul {
        margin-right: 38px;
    }

    body>header .navbar .dropdown-menu ul a {
        font-size: 2.4rem;
    }

    body>header .navbar .dropdown-menu p.title {
        font-size: 2.2rem;
    }

    body>header .navbar .dropdown-menu p.info {
        font-size: 4.6rem;
    }

    body>header .navbar .dropdown-menu .cta-nav-image {
        height: 460px;
    }

    body>header a[title=hearing-aids]+.dropdown-menu .cta-nav-image {
        right: -80px;
    }

    body>header a[title=hearing-loss]+.dropdown-menu .cta-nav-image {
        right: -160px;
    }

    body>header .nav-buttons {
        bottom: 22px;
    }

    body>header .nav-buttons li a {
        width: 240px;
        padding: 11px 10px;
        font-size: 1.7rem;
    }

    body>header .nav-buttons li+li {
        margin-left: 16px;
    }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 10px 10px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 26px;
    height: 14px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 26px;
    height: 2px;
    background-color: #767676;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -8px;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger-inner::after {
    bottom: -8px;
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger[aria-expanded=true]:hover {
    opacity: 0.7;
}

.hamburger[aria-expanded=true] .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger[aria-expanded=true] .hamburger-inner,
.hamburger[aria-expanded=true] .hamburger-inner::before,
.hamburger[aria-expanded=true] .hamburger-inner::after {
    background-color: #127aba;
}

.hamburger[aria-expanded=true] .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger[aria-expanded=true] .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body>footer {
    border-top: 1px solid #ddd;
    padding-top: 24px;
    background-color: #f4f4f4;
}

body>footer h2 {
    font-weight: 700;
    font-size: 1.6rem;
    color: #4a4a4a;
    text-transform: uppercase;
}

body>footer h2+ul {
    margin-bottom: 3rem;
}

body>footer ul {
    padding-left: 0;
    list-style: none;
}

body>footer ul li {
    margin-top: 0.7rem;
}

body>footer ul a {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #4a4a4a;
    font-family: 'Mr Eaves XL Sans', Arial, sans-serif;
}

body>footer ul a:active,
body>footer ul a:hover {
    color: #1170ac;
}

body>footer .footer-flex h2 {
    margin-top: 1rem;
    text-align: center;
}

body>footer .footer-flex form {
    margin: 1.6rem 0;
    justify-content: center;
}

body>footer .footer-flex .input-group {
    max-width: 400px;
    width: 100% !important;
}

body>footer .footer-flex input {
    height: 48px;
    padding: 0 12px;
}

body>footer .footer-flex input:not(.btn) {
    border-color: #c7c8c9;
    font-family: "DIN 2014", Arial, sans-serif;
    font-size: 1.6rem;
    color: #808080;
}

body>footer .footer-flex input.btn {
    border-radius: 0;
}

body>footer .footer-flex .shf-link {
    display: block;
    margin: 2.4rem 0 2.2rem;
    text-align: center;
    color: #4a4a4a;
    font-family: 'Mr Eaves XL Sans', Arial, sans-serif;
}

body>footer .footer-flex .shf-link:active,
body>footer .footer-flex .shf-link:focus,
body>footer .footer-flex .shf-link:hover {
    color: #1170ac;
}

body>footer .footer-flex .hblb {
    text-align: center;
    padding-bottom: 10px;
}

body>footer .footer-flex .hblb .logo {
    height: 66px;
}

body>footer .footer-flex .hblb .tagline {
    font-size: 2.2rem;
    color: #1170ac;
    padding-top: 10px;
}

@media (min-width: 996px) {
    body>footer .footer-flex .hblb {
        text-align: left;
        padding-bottom: 20px;
    }
}

body>footer .footer-social {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 18px;
}

body>footer .footer-social li {
    margin-top: 0;
}

body>footer .footer-social a {
    margin: 0.4rem;
    height: 32px;
    width: 32px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    text-indent: -9999px;
    opacity: 0.44;
    transition: opacity 0.22s ease;
}

body>footer .footer-social a:active,
body>footer .footer-social a:hover,
body>footer .footer-social a:focus {
    opacity: 0.8;
}

body>footer .footer-social a.blog,
body>footer .footer-social a.blogger {
    background-image: url("../../images/blogger.svg");
}

body>footer .footer-social a.dribble {
    background-image: url("../../images/dribble.svg");
}

body>footer .footer-social a.facebook {
    background-image: url("../../images/facebook.svg");
}

body>footer .footer-social a.instagram {
    background-image: url("../../images/instagram.svg");
}

body>footer .footer-social a.linkedin {
    background-image: url("../../images/linkedin.svg");
}

body>footer .footer-social a.pintrest {
    background-image: url("../../images/pintrest.svg");
}

body>footer .footer-social a.reddit {
    background-image: url("../../images/reddit.svg");
}

body>footer .footer-social a.skype {
    background-image: url("../../images/skype.svg");
}

body>footer .footer-social a.snapchat {
    background-image: url("../../images/snapchat.svg");
}

body>footer .footer-social a.stumbleupon {
    background-image: url("../../images/stumbleupon.svg");
}

body>footer .footer-social a.twitter {
    background-image: url("../../images/twitter.svg");
}

body>footer .footer-social a.youtube {
    background-image: url("../../images/youtube.svg");
}

body>footer .footer-bottom {
    padding: 20px 0 10px;
    border-top: 1px solid #ddd;
    text-align: center;
}

body>footer .footer-bottom>.col-12 {
    display: flex;
    flex-direction: column;
}

body>footer .footer-bottom .copyright {
    margin-top: 18px;
    font-size: 1.5rem;
    line-height: 1.4;
    color: #4a4a4a;
    font-family: 'Mr Eaves XL Sans', Arial, sans-serif;
}

body>footer .footer-bottom li {
    display: inline-block;
}

body>footer .footer-bottom li+li {
    border-left: 1px solid #c7c8c9;
}

body>footer .footer-bottom li a {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 1.5rem;
    line-height: 1.9rem;
}

body>footer .footer-bottom li.International-Flag {
    display: table;
    margin: 30px auto 0;
    padding-left: 17px;
    border: 0;
    background-image: url("../../images/icon-global-locations.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 2rem;
    line-height: 1;
}

body>footer .footer-bottom li.International-Flag a {
    position: relative;
    top: -1px;
}

@media only screen and (min-width: 992px) {
    body>footer .footer-flex h2 {
        margin-top: 0;
        text-align: left;
    }

    body>footer .footer-flex .shf-link {
        text-align: left;
    }

    body>footer .footer-flex .footer-social {
        justify-content: flex-start;
    }

    body>footer .footer-flex .footer-social li:first-child a {
        margin-left: 0;
    }

    body>footer .footer-bottom {
        padding-top: 10px;
        text-align: left;
    }

    body>footer .footer-bottom .col-12 {
        position: relative;
    }

    body>footer .footer-bottom .copyright,
    body>footer .footer-bottom ul {
        display: inline-block;
    }

    body>footer .footer-bottom ul li:first-child a {
        margin-left: 0;
    }

    body>footer .footer-bottom li.International-Flag {
        display: inline-block;
        position: absolute;
        top: 9px;
        right: 0;
        margin-top: 0;
    }
}

#mega-banner-video {
    position: relative;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}

#mega-banner-video .mega-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    padding-bottom: 60%;
}

#mega-banner-video .mega-copy {
    background-color: #fff;
    text-align: center;
}

#mega-banner-video .mega-copy .content {
    padding-bottom: 24px;
    border-bottom: 2px dotted #aaaaaa;
}

#mega-banner-video .mega-copy h1 {
    margin-top: 3rem;
    margin-bottom: 1.2rem;
    font-weight: 300;
    font-size: 12vw;
    line-height: 1;
}

#mega-banner-video .mega-copy h1 span {
    display: block;
    margin-bottom: 0.6rem;
    font-weight: 400;
    font-size: 5.867vw;
    color: #127aba;
}

#mega-banner-video .mega-copy h3 {
    margin-bottom: 0.6rem;
    font-weight: 400;
    font-size: 5.867vw;
    line-height: 1.1;
    color: #4a4a4a;
}

#mega-banner-video .mega-copy h3 em {
    display: block;
}

#mega-banner-video .mega-copy .btn {
    margin-top: 1.6rem;
}

#mega-banner-video .mega-copy .video-link {
    display: table;
    margin: 2rem auto 0;
    border: none;
    background: none;
    color: #127aba;
}

@media only screen and (max-width: 767.98px) {
    #mega-banner-video .container {
        max-width: 100%;
    }

    #mega-banner-video #bgvideo,
    #mega-banner-video #bgvideo-pause {
        display: none;
    }
}

@media only screen and (min-width: 576px) {
    #mega-banner-video .mega-copy .content {
        max-width: 51rem;
        margin: 0 auto;
    }

    #mega-banner-video .mega-copy h1 {
        font-size: 6.6rem;
    }

    #mega-banner-video .mega-copy h1 span {
        font-size: 2.6rem;
    }

    #mega-banner-video .mega-copy h3 {
        font-size: 2.6rem;
    }
}

@media only screen and (min-width: 768px) {
    #mega-banner-video {
        background: transparent !important;
    }

    #mega-banner-video .container {
        padding-bottom: 41.6%;
    }

    #mega-banner-video .mega-copy {
        position: absolute;
        top: 0;
        left: 0;
        background-color: transparent;
        text-align: left;
        display: flex;
        align-items: center;
        height: 100%;
    }

    #mega-banner-video .mega-copy .content {
        max-width: 30rem;
        margin: 0 0 0 24px;
        padding: 0;
        border: 0;
    }

    #mega-banner-video .mega-copy h1 {
        margin-top: 0;
        font-size: 4.8rem;
    }

    #mega-banner-video .mega-copy h1 span {
        margin-bottom: 0.2rem;
        font-size: 2.2rem;
    }

    #mega-banner-video .mega-copy h3 {
        font-size: 2.2rem;
    }

    #mega-banner-video .mega-copy .btn {
        margin-top: 1.2rem;
    }

    #mega-banner-video .mega-copy .video-link {
        display: block;
        margin: 1.6rem 0 0 3rem;
    }

    #mega-banner-video #bgvideo {
        display: block;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
    }

    #mega-banner-video #bgvideo-pause {
        position: absolute;
        right: 15px;
        bottom: 20px;
        border: 0;
        background: transparent;
        box-sizing: border-box;
        width: 0;
        height: 28px;
        border-color: transparent transparent transparent rgba(0, 0, 0, 0.25);
        transition: 80ms all ease;
        cursor: pointer;
        border-style: solid;
        border-width: 14px 0 14px 20px;
        padding: 0;
    }

    #mega-banner-video #bgvideo-pause.paused {
        border-style: double;
        border-width: 0 0 0 24px;
    }

    #mega-banner-video #bgvideo-pause:hover {
        border-color: transparent transparent transparent rgba(0, 0, 0, 0.5);
    }

    #mega-banner-video #bgvideo-pause:focus {
        outline: none;
    }
}

@media only screen and (min-width: 992px) {
    #mega-banner-video .mega-copy .content {
        max-width: 44rem;
        margin: 0 0 0 24px;
    }

    #mega-banner-video .mega-copy h1 {
        margin-bottom: 1.6rem;
        font-size: 6.6rem;
    }

    #mega-banner-video .mega-copy h1 span {
        margin-bottom: 0.4rem;
        font-size: 2.6rem;
    }

    #mega-banner-video .mega-copy h3 {
        margin-bottom: 2.4rem;
        font-size: 2.6rem;
    }

    #mega-banner-video .mega-copy .btn {
        float: left;
    }

    #mega-banner-video .mega-copy .video-link {
        float: left;
        margin: 1.6rem 0 0 3rem;
        font-size: 2rem;
    }
}

@media only screen and (min-width: 1200px) {
    #mega-banner-video .container {
        position: relative;
    }

    #mega-banner-video .mega-copy .content {
        max-width: 50rem;
        margin-left: 40px;
    }

    #mega-banner-video .mega-copy h1 {
        font-size: 7.5rem;
    }

    #mega-banner-video .mega-copy h1 span {
        font-size: 2.8rem;
    }

    #mega-banner-video .mega-copy h3 {
        font-size: 2.8rem;
    }

    #mega-banner-video .mega-copy .video-link {
        margin-left: 60px;
        font-size: 2.4rem;
    }
}

@media only screen and (min-width: 1440px) {
    #mega-banner-video .mega-copy .content {
        margin-left: 0;
    }
}

#mega-family-top {
    position: relative;
    padding: 0;
}

#mega-family-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 100px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
}

#mega-family-top:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 100px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 100%);
}

#mega-family-top .row {
    position: relative;
}

#mega-family-top .content {
    height: 415px;
    padding: 36px 12px 0;
}

#mega-family-top p {
    margin-bottom: 1rem;
    font-family: "Mr Eaves XL Sans", Arial, sans-serif;
    font-size: 2rem;
    line-height: 1;
    color: #767676;
}

#mega-family-top .product-logo {
    margin-bottom: 16px;
    padding-left: 3px;
}

#mega-family-top .livio .product-logo svg {
    width: 137px;
}

#mega-family-top .livio-ai .product-logo svg {
    width: 168px;
}

#mega-family-top .livio-edge-ai .product-logo svg {
    width: 300px;
}

#mega-family-top .picasso .product-logo svg {
    width: 244px;
}

#mega-family-top h2 {
    max-width: 360px;
    margin-bottom: 2rem;
    font-family: "Mr Eaves XL Sans", Arial, sans-serif;
    font-weight: 300;
    font-size: 3.8rem;
    line-height: 1;
    color: #127aba;
}

#mega-family-top .product-image {
    position: absolute;
    right: 24px;
    bottom: 16px;
}

#mega-family-top .product-image img {
    width: auto;
    height: 220px;
}

@media only screen and (min-width: 576px) {
    #mega-family-top .product-image {
        right: 10px;
    }
}

@media only screen and (min-width: 768px) {
    #mega-family-top {
        padding-bottom: 43.056%;
        background-size: cover;
    }

    #mega-family-top:before,
    #mega-family-top:after {
        content: none;
    }

    #mega-family-top .content {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: auto;
    }

    #mega-family-top .livio .product-logo svg {
        width: 124px;
    }

    #mega-family-top .livio-ai .product-logo svg {
        width: 151px;
    }

    #mega-family-top .livio-ai .product-logo svg path {
        fill: #fff;
    }

    #mega-family-top .livio-edge-ai .product-logo svg {
        width: 270px;
    }

    #mega-family-top .picasso .product-logo svg {
        width: 220px;
    }

    #mega-family-top h2 {
        max-width: unset;
        margin-bottom: 1.6rem;
        font-size: 3.2rem;
    }

    #mega-family-top .livio-ai h2 {
        color: #000;
    }

    #mega-family-top .product-image {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    #mega-family-top .content {
        top: 3.2vw;
        left: 20px;
        width: 44%;
    }

    #mega-family-top p {
        margin-bottom: 1.6rem;
    }

    #mega-family-top .livio .product-logo svg {
        width: 151px;
    }

    #mega-family-top .livio-ai .product-logo svg {
        width: 185px;
    }

    #mega-family-top .livio-edge-ai .product-logo svg {
        width: 330px;
    }

    #mega-family-top .picasso .product-logo svg {
        width: 260px;
    }

    #mega-family-top h2 {
        margin-bottom: 2rem;
        font-size: 4rem;
    }

    #mega-family-top .video-link {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 1200px) {
    #mega-family-top .content {
        left: 0;
        width: 40%;
    }

    #mega-family-top p {
        font-size: 2.2rem;
    }

    #mega-family-top .product-logo {
        margin-bottom: 24px;
    }

    #mega-family-top .livio .product-logo svg {
        width: 182px;
    }

    #mega-family-top .livio-ai .product-logo svg {
        width: 223px;
    }

    #mega-family-top .livio-edge-ai .product-logo svg {
        width: 399px;
    }

    #mega-family-top .picasso .product-logo svg {
        width: 326px;
    }

    #mega-family-top h2 {
        margin-bottom: 2.4rem;
        font-size: 4.8rem;
    }

    #mega-family-top .video-link {
        font-size: 2.4rem;
    }
}

@media only screen and (min-width: 1440px) {
    #mega-family-top {
        height: 620px;
        padding: 0;
        background-color: #fff;
        background-position: top right;
        background-size: auto;
    }

    #mega-family-top .content {
        top: 100px;
    }
}

#mega-family-bottom {
    border-bottom: 1px solid #ddd;
    padding: 24px 0;
    background-color: #f4f4f4;
}

#mega-family-bottom .col-auto {
    display: none;
}

#mega-family-bottom .product-links {
    text-align: center;
}

#mega-family-bottom .product-links .btn {
    width: 300px;
}

#mega-family-bottom .product-links .btn+.btn {
    margin-top: 18px;
}

@media only screen and (min-width: 768px) {
    #mega-family-bottom {
        padding: 0;
    }

    #mega-family-bottom .row>div {
        height: 50px;
    }

    #mega-family-bottom .col-auto {
        display: block;
    }

    #mega-family-bottom .product-image {
        padding-right: 0;
    }

    #mega-family-bottom .product-image img {
        left: 0;
        width: auto;
        height: 170px;
        transform: translateY(-124px);
    }

    #mega-family-bottom h3 {
        margin-bottom: 0;
        font-weight: 400;
        font-size: 2.4rem;
        line-height: 50px;
        color: #4a4a4a;
    }

    #mega-family-bottom .product-links {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 50px;
        text-align: left;
    }

    #mega-family-bottom .product-links .btn {
        width: auto;
        margin-bottom: 0;
        border: 0;
        padding: 0;
        background-color: transparent;
        font-family: "Mr Eaves XL Sans", Arial, sans-serif;
        font-weight: 700;
        line-height: 50px;
        color: #127aba;
    }

    #mega-family-bottom .product-links .btn+.btn {
        margin: 0 0 0 2rem;
    }

    #mega-family-bottom .product-links .btn:hover,
    #mega-family-bottom .product-links .btn:active,
    #mega-family-bottom .product-links .btn:focus {
        border: 0;
        text-decoration: underline;
    }
}

@media only screen and (min-width: 992px) {
    #mega-family-bottom .row>div {
        height: 60px;
    }

    #mega-family-bottom .product-image img {
        height: 210px;
        transform: translateY(-156px);
    }

    #mega-family-bottom h3 {
        font-size: 2.6rem;
        line-height: 60px;
    }

    #mega-family-bottom .product-links {
        height: 60px;
    }

    #mega-family-bottom .product-links .btn {
        line-height: 60px;
    }

    #mega-family-bottom .product-links .btn+.btn {
        margin-left: 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    #mega-family-bottom .row>div {
        height: 80px;
    }

    #mega-family-bottom .product-image img {
        height: 250px;
        transform: translateY(-180px);
    }

    #mega-family-bottom h3 {
        font-size: 2.8rem;
        line-height: 80px;
    }

    #mega-family-bottom .product-links {
        height: 80px;
    }

    #mega-family-bottom .product-links .btn {
        font-size: 1.8rem;
        line-height: 80px;
    }

    #mega-family-bottom .product-links .btn+.btn {
        margin-left: 4rem;
    }
}

.product360 {
    padding: 20px 0 0;
}

.product360 h3 {
    margin-bottom: 1rem;
    color: #127aba;
}

.product360 input[type=range] {
    -webkit-appearance: none;
    display: block;
    width: 90%;
    margin: 16px auto;
    background-color: transparent;
}

.product360 input[type=range]:focus {
    outline: none;
}

.product360 input[type=range]:focus-visible {
    outline-color: #db3700;
    box-shadow: 0 0 0.3rem 0.1rem rgba(219, 55, 0, 0.5);
}

.product360 input[type=range]:before,
.product360 input[type=range]:after {
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    border-right: 2px solid #929292;
    border-bottom: 2px solid #929292;
}

.product360 input[type=range]:before {
    transform: rotate(135deg) translate(-7px, -6px);
}

.product360 input[type=range]:after {
    transform: rotate(-45deg) translate(-6px, -7px);
}

.product360 input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background-color: #929292;
    border-radius: 0;
    border: 0;
}

.product360 input[type=range]::-webkit-slider-thumb {
    height: 24px;
    width: 24px;
    margin-top: -11px;
    border: 0;
    border-radius: 24px;
    background-color: #127aba;
    cursor: pointer;
    -webkit-appearance: none;
}

.product360 input[type=range]:focus::-webkit-slider-runnable-track {
    background: #d4d5d6;
}

.product360 input[type=range]::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #929292;
    border-radius: 0;
    border: 0;
}

.product360 input[type=range]::-moz-range-thumb {
    height: 24px;
    width: 24px;
    border: 0;
    border-radius: 12px;
    background-color: #127aba;
    cursor: pointer;
}

.product360 input[type=range]::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.product360 input[type=range]::-ms-fill-lower {
    background: #babbbc;
    border: 0;
}

.product360 input[type=range]::-ms-fill-upper {
    background: #929292;
    border: 0;
}

.product360 input[type=range]::-ms-thumb {
    height: 24px;
    width: 24px;
    border: 0;
    border-radius: 24px;
    background-color: #127aba;
    cursor: pointer;
}

.product360 input[type=range]:focus::-ms-fill-lower {
    background-color: #929292;
}

.product360 input[type=range]:focus::-ms-fill-upper {
    background-color: #d4d5d6;
}

@media only screen and (min-width: 992px) {
    .product360 input[type=range] {
        width: 66%;
    }
}

@media only screen and (min-width: 1200px) {
    .product360 input[type=range] h3 {
        margin-bottom: 1.6rem;
    }
}

.product360.style360 .style360-content p {
    margin-bottom: 2.4rem;
    font-family: "Mr Eaves XL Sans", Arial, sans-serif;
    font-size: 2.1rem;
}

.product360.style360 .style360-content h4 {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
    color: #127aba;
}

.product360.style360 .style360-content ul {
    padding-left: 16px;
    list-style: none;
}

.product360.style360 .style360-content li {
    position: relative;
    margin-bottom: 2rem;
    font-size: 1.7rem;
    line-height: 1.2;
    color: #4a4a4a;
}

.product360.style360 .style360-content li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -16px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #127aba;
}

.product360.style360 .style360-image {
    margin: 60px 0 20px;
    text-align: center;
}

.product360.style360 .style360-image img {
    width: 100%;
}

.product360.style360 .style360-image p {
    font-family: "Mr Eaves XL Sans", Arial, sans-serif;
    font-weight: 700;
}

.product360.style360 .color-swatches {
    display: flex;
    justify-content: center;
    padding-top: 4px;
    margin-bottom: 24px;
}

.product360.style360 label {
    margin: 0;
    cursor: pointer;
}

.product360.style360 label+label {
    margin-left: 14px;
}

.product360.style360 input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 34px;
    height: 34px;
    background-color: transparent;
    margin: 0;
    font: inherit;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: block;
    cursor: pointer;
    outline: 2px solid #929292;
    outline-offset: 0px;
    transition: outline 0.1s ease;
}

.product360.style360 input[type=radio]:hover {
    outline: 2px solid #203232;
}

.product360.style360 input[type=radio].active {
    outline: 0;
    outline: 3px solid #127aba;
}

.product360.style360 input[type=radio]:focus-visible {
    box-shadow: 0 0 0.5rem 0.5rem rgba(219, 55, 0, 0.8);
}

.product360.style360 input[type=radio][value=Black] {
    background: url("/sites/starkey2015/branded-sites/shared/img/colors/black.jpg");
}

.product360.style360 input[type=radio][value="Bright White with Sterling"] {
    background: url("/sites/starkey2015/branded-sites/shared/img/colors/white.jpg");
}

.product360.style360 input[type=radio][value=Beige] {
    background-color: #cbb7a8;
}

.product360.style360 input[type=radio][value=Bronze] {
    background: url("/sites/starkey2015/branded-sites/shared/img/colors/bronze.jpg");
}

.product360.style360 input[type=radio][value=Caramel] {
    background-color: #9c806e;
}

.product360.style360 input[type=radio][value=Champagne] {
    background: url("/sites/starkey2015/branded-sites/shared/img/colors/champagne.jpg");
}

.product360.style360 input[type=radio][value=Chestnut] {
    background-color: #7f5024;
}

.product360.style360 input[type=radio][value="Dark Brown"] {
    background-color: #453935;
}

.product360.style360 input[type=radio][value=Espresso] {
    background: url("/sites/starkey2015/branded-sites/shared/img/colors/espresso.jpg");
}

.product360.style360 input[type=radio][value="Graphite Gray"] {
    background-color: #6d7373;
}

.product360.style360 input[type=radio][value="Light Brown"] {
    background-color: #a57c59;
}

.product360.style360 input[type=radio][value="Medium Brown"] {
    background-color: #7b5941;
}

.product360.style360 input[type=radio][value=Pink] {
    background-color: #cea98d;
}

.product360.style360 input[type=radio][value=Silver] {
    background-color: #c0cacd;
}

.product360.style360 input[type=radio][value=Slate] {
    background: url("/sites/starkey2015/branded-sites/shared/img/colors/slate.jpg");
}

.product360.style360 input[type=radio][value=Sterling] {
    background: url("/sites/starkey2015/branded-sites/shared/img/colors/sterling.jpg");
}

.product360.style360 input[type=radio][value="Tech Black"] {
    background-color: #303030;
}

.product360.style360 input[type=radio][value=White] {
    background-color: #f9f9f7;
}

@media only screen and (min-width: 768px) {
    .product360.style360 .style360-content p {
        font-size: 1.8rem;
    }

    .product360.style360 .style360-content h4 {
        margin-bottom: 1rem;
        font-size: 2.2rem;
    }

    .product360.style360 .style360-content li {
        margin-bottom: 1rem;
        font-size: 1.5rem;
    }

    .product360.style360 .style360-image {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .product360.style360 .style360-content p {
        font-size: 2.2rem;
    }

    .product360.style360 .style360-content h4 {
        margin-bottom: 2rem;
        font-size: 2.4rem;
    }

    .product360.style360 .style360-content li {
        margin-bottom: 2rem;
        font-size: 1.7rem;
    }
}

@media only screen and (min-width: 1200px) {
    .product360.style360 .style360-content p {
        font-size: 2.6rem;
    }

    .product360.style360 .style360-content h4 {
        font-size: 2.8rem;
    }

    .product360.style360 .style360-content li {
        font-size: 2rem;
    }

    .product360.style360 .style360-content li:before {
        top: 8px;
    }
}

.product360.head360 {
    position: relative;
}

.product360.head360 .container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 100px;
    border-bottom: 1px solid #ddd;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
}

.product360.head360 .footnote {
    margin-top: 2.4rem;
    font-size: 1.4rem;
    line-height: 1.2;
}

.product360.head360 .image-wrapper {
    position: relative;
}

.product360.head360 .image-wrapper .range-slider {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    padding: 4px 0;
    background-color: rgba(255, 255, 255, 0.25);
}

@media only screen and (min-width: 768px) {
    .product360.head360 .row {
        align-items: center;
    }

    .product360.head360 .footnote {
        font-size: 1.2rem;
    }
}

@media only screen and (min-width: 992px) {
    .product360.head360 .footnote {
        font-size: 1.3rem;
    }
}

.section-cta .cta-title {
    text-align: center;
}

.section-cta .cta-title h3,
.section-cta .cta-title .title-secondary-text {
    color: #127aba;
}

.section-cta .cta-title+.cta-tiles {
    padding-top: 40px;
}

.section-cta .cta-tiles>div+div,
.section-cta .cta-tiles>li+li {
    margin-top: 40px;
}

.section-cta ul.cta-tiles {
    list-style: none;
    padding-left: 0;
    margin: 0 -15px;
}

.section-cta ul.cta-tiles>li {
    margin-bottom: 0;
}

.section-cta ul.cta-tiles>li p {
    font-weight: 400;
}

.section-cta h5,
.section-cta .h5 {
    font-family: "Mr Eaves XL Sans", Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
}

.section-cta p {
    font-family: "DIN 2014", Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 1.4;
    color: #4a4a4a;
}

.section-cta.divider-dotted .cta-tiles>div,
.section-cta.divider-dotted .cta-tiles>li {
    padding: 30px 15px 20px;
}

.section-cta.divider-dotted .cta-tiles>div+div,
.section-cta.divider-dotted .cta-tiles>div+li,
.section-cta.divider-dotted .cta-tiles>li+div,
.section-cta.divider-dotted .cta-tiles>li+li {
    margin-top: 0;
    border-top: 2px dotted #aaaaaa;
}

.section-cta.divider-white .cta-tiles>div,
.section-cta.divider-white .cta-tiles>li {
    padding: 30px 15px 20px;
}

.section-cta.divider-white .cta-tiles>div+div,
.section-cta.divider-white .cta-tiles>div+li,
.section-cta.divider-white .cta-tiles>li+div,
.section-cta.divider-white .cta-tiles>li+li {
    margin-top: 0;
    border-top: 2px solid #fff;
}

.section-cta .cta-tile-image-link:focus-visible img {
    box-shadow: 0 0 0.3rem 0.1rem #db3700;
}

@media only screen and (min-width: 768px) {

    .section-cta.divider-dotted .cta-tiles>div,
    .section-cta.divider-dotted .cta-tiles>li {
        padding: 10px 4% 0;
        text-align: center;
    }

    .section-cta.divider-dotted .cta-tiles>div+div,
    .section-cta.divider-dotted .cta-tiles>div+li,
    .section-cta.divider-dotted .cta-tiles>li+div,
    .section-cta.divider-dotted .cta-tiles>li+li {
        border-top: 0;
        border-left: 2px dotted #aaaaaa;
    }

    .section-cta.divider-dotted .cta-tiles>div .cta-image img,
    .section-cta.divider-dotted .cta-tiles>li .cta-image img {
        display: block;
        max-width: 80px;
        margin: 0 auto 16px;
    }

    .section-cta.divider-white .cta-tiles>div+div,
    .section-cta.divider-white .cta-tiles>div+li,
    .section-cta.divider-white .cta-tiles>li+div,
    .section-cta.divider-white .cta-tiles>li+li {
        border-top: 0;
        border-left: 2px solid #fff;
    }
}

@media only screen and (min-width: 768px) {
    .section-cta.cta-tile-xtra-space .cta-tile-1 {
        margin-left: 11.666667%;
    }

    .section-cta.cta-tile-xtra-space .cta-tile-2 {
        margin-left: 10%;
    }
}

.section-cta .cta-tile-small {
    text-align: center;
}

.section-cta .cta-tile-small h5 {
    margin: 2rem 0 8px;
    font-size: 2.4rem;
}

.section-cta .cta-tile-small a.cta-tile-link {
    font-family: "DIN 2014", Arial, sans-serif;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 1.2;
    color: #127aba;
}

.section-cta .cta-tile-small a.cta-tile-link:after {
    content: "";
    display: inline-block;
    height: 0.8rem;
    width: 0.8rem;
    margin-left: 0.6rem;
    border-right: 0.2rem solid #127aba;
    border-bottom: 0.2rem solid #127aba;
    transform: rotate(-45deg);
}

@media only screen and (min-width: 992px) {
    .section-cta .cta-tile-small {
        padding-bottom: 50px;
    }

    .section-cta .cta-tile-small img {
        max-width: 100%;
        margin-top: 16px;
    }
}

@media only screen and (min-width: 1200px) {
    .section-cta .cta-tile-small img {
        max-width: 110%;
        margin-top: 20px;
    }
}

.section-cta .cta-tile-medium {
    text-align: center;
}

.section-cta .cta-tile-medium .cta-tile-image-anchor:focus-visible img {
    box-shadow: 0 0 0.3rem 0.1rem #db3700;
}

.section-cta .cta-tile-medium h5 {
    margin: 20px 0 10px;
    font-size: 2.4rem;
}

.section-cta .cta-tile-medium .footnote {
    margin-top: 2.4rem;
}

.section-cta .cta-tile-medium .footnote p {
    font-size: 1.4rem;
    line-height: 1.3;
}

.section-cta.bkgd-light-gray .cta-tile-medium h5,
.section-cta.bkgd-light-gray .cta-tile-medium .h5 {
    color: #1170ac;
}

.section-cta.bkgd-light-gray .cta-tile-medium a {
    color: #1170ac;
}

.section-cta .cta-video-tile-medium .cta-image {
    position: relative;
    border: 1px solid #ddd;
}

.section-cta .cta-video-tile-medium h5 {
    margin: 20px 0 10px;
    font-size: 2.4rem;
}

.section-cta .cta-video-tile-medium .video-link {
    color: #127aba;
    cursor: pointer;
}

.section-cta .cta-video-tile-medium .video-link:active,
.section-cta .cta-video-tile-medium .video-link:hover {
    color: #127aba;
    text-decoration: underline;
}

.section-cta.text-left .cta-tile-medium {
    text-align: left;
}

.section-cta.no-link .cta-tile-medium .cta-tile-link,
.section-cta.no-link .cta-video-tile-medium .arrow,
.section-cta.no-link .cta-video-tile-medium .cta-tile-link {
    display: none;
}

.section-cta.title-blue .cta-tile-medium h5,
.section-cta.title-blue .cta-video-tile-medium h5 {
    font-weight: 400;
    color: #127aba;
}

@media only screen and (min-width: 992px) {

    .section-cta.title-blue .cta-tile-medium h5,
    .section-cta.title-blue .cta-video-tile-medium h5 {
        font-size: 2.6rem;
    }
}

@media only screen and (min-width: 1200px) {

    .section-cta.title-blue .cta-tile-medium h5,
    .section-cta.title-blue .cta-video-tile-medium h5 {
        font-size: 2.8rem;
    }
}

.section-cta.title-no-link .cta-tile-medium .cta-tile-title-link {
    display: block;
    pointer-events: none;
}

.section-cta .cta-tile-large {
    text-align: left;
}

.section-cta .cta-tile-large .cta-copy-wrapper.link-arrow {
    position: relative;
    padding-right: 10%;
}

.section-cta .cta-tile-large .cta-copy-wrapper.link-arrow .cta-tile-arrow {
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    height: 24px;
    width: 24px;
    margin-top: -12px;
    border-right: 2px solid rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    transform: rotate(-45deg);
}

.section-cta .cta-tile-large img {
    max-width: 100%;
    height: auto;
}

.section-cta .cta-tile-large h5 {
    margin: 20px 0 10px;
    font-size: 1.8rem;
    text-transform: uppercase;
}

.section-cta .cta-tile-large a {
    display: block;
    margin-bottom: 8px;
    font-size: 2.4rem;
    line-height: 1;
}

@media only screen and (min-width: 768px) {
    .section-cta .cta-tile-large .cta-copy-wrapper.link-arrow {
        padding-right: 0;
    }

    .section-cta .cta-tile-large .cta-copy-wrapper.link-arrow .cta-tile-arrow {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {

    .section-cta .cta-tile-large h5,
    .section-cta .cta-tile-large p {
        font-size: 2rem;
    }

    .section-cta .cta-tile-large a {
        font-size: 2.8rem;
    }
}

.section-cta.bkgd-light-gray .cta-title h3,
.section-cta.bkgd-light-gray .cta-title .title-secondary-text {
    color: #000;
}

.section-cta.image-border a .cta-tile-image,
.section-cta.image-border a:visited .cta-tile-image {
    border: 1px solid #ddd;
}

.section-cta#amenities {
    padding-top: 4rem;
}

.section-cta#amenities .cta-tiles>div+div,
.section-cta#amenities .cta-tiles>li+li {
    margin-top: 50px;
}

.section-cta#amenities .cta-tiles>div+div:before,
.section-cta#amenities .cta-tiles>li+li:before {
    content: "";
    display: block;
    position: relative;
    width: 80%;
    max-width: 360px;
    top: -35px;
    margin: 0 auto;
    border-top: 2px dotted #aaaaaa;
}

.section-cta#amenities .cta-tile-medium {
    max-width: 400px;
    margin: 0 auto;
}

.section-cta#amenities .cta-tile-medium h5 {
    margin: 14px 0 10px;
}

@media only screen and (min-width: 576px) {
    .section-cta#amenities {
        padding-top: 50px;
    }
}

@media only screen and (min-width: 768px) {
    .section-cta#amenities {
        padding-top: 60px;
    }

    .section-cta#amenities .cta-tiles>div+div,
    .section-cta#amenities .cta-tiles>li+li {
        margin-top: 0;
        border-left: 2px dotted #aaaaaa;
    }

    .section-cta#amenities .cta-tiles>div+div:before,
    .section-cta#amenities .cta-tiles>li+li:before {
        content: none;
    }

    .section-cta#amenities .col-md-4 {
        padding: 0 25px;
    }

    .section-cta#amenities .cta-tile-medium {
        max-width: unset;
    }
}

@media only screen and (min-width: 992px) {
    .section-cta#amenities {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 1200px) {
    .section-cta#amenities {
        padding-top: 80px;
    }

    .section-cta#amenities .col-md-4 {
        padding: 0 48px;
    }
}

.section-cta#hear-better-live-better .cta-tiles>div+div,
.section-cta#hear-better-live-better .cta-tiles>li+li {
    margin-top: 1rem;
}

.section-cta#hear-better-live-better .cta-tiles>div+div>div,
.section-cta#hear-better-live-better .cta-tiles>div+div>li,
.section-cta#hear-better-live-better .cta-tiles>li+li>div,
.section-cta#hear-better-live-better .cta-tiles>li+li>li {
    border-top: 2px dotted #aaaaaa;
}

@media only screen and (min-width: 768px) {
    .section-cta#hear-better-live-better .cta-title {
        text-align: left;
    }

    .section-cta#hear-better-live-better .cta-tiles {
        position: relative;
        height: 680px;
    }

    .section-cta#hear-better-live-better .cta-tiles>div+div>div,
    .section-cta#hear-better-live-better .cta-tiles>li+li>div {
        border-top: 0;
    }

    .section-cta#hear-better-live-better .cta-tiles>div {
        position: absolute;
    }

    .section-cta#hear-better-live-better .cta-tiles>div:nth-of-type(1) {
        max-width: 40%;
    }

    .section-cta#hear-better-live-better .cta-tiles>div:nth-of-type(1) img {
        max-width: unset;
        width: 520px;
    }

    .section-cta#hear-better-live-better .cta-tiles>div:nth-of-type(1) .cta-copy-wrapper {
        position: relative;
        top: -90px;
        left: 30px;
    }

    .section-cta#hear-better-live-better .cta-tiles>div:nth-of-type(2) {
        right: 0;
        max-width: 38%;
    }

    .section-cta#hear-better-live-better .cta-tiles>div:nth-of-type(3) {
        right: 0;
        bottom: -10px;
        max-width: 45%;
    }

    .section-cta#hear-better-live-better .cta-copy-wrapper {
        border-left: 2px dotted #aaaaaa;
        padding-left: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .section-cta#hear-better-live-better .cta-title {
        padding-bottom: 30px;
    }

    .section-cta#hear-better-live-better .cta-tiles {
        height: 640px;
    }

    .section-cta#hear-better-live-better .cta-tiles>div:nth-of-type(1),
    .section-cta#hear-better-live-better .cta-tiles>li:nth-of-type(1) {
        max-width: 34%;
    }

    .section-cta#hear-better-live-better .cta-tiles>div:nth-of-type(1) img,
    .section-cta#hear-better-live-better .cta-tiles>li:nth-of-type(1) img {
        width: 620px;
    }

    .section-cta#hear-better-live-better .cta-tiles>div:nth-of-type(1) .cta-copy-wrapper,
    .section-cta#hear-better-live-better .cta-tiles>li:nth-of-type(1) .cta-copy-wrapper {
        top: -120px;
        left: 60px;
    }

    .section-cta#hear-better-live-better .cta-tiles>div:nth-of-type(2),
    .section-cta#hear-better-live-better .cta-tiles>li:nth-of-type(2) {
        max-width: 48%;
        right: -20px;
    }

    .section-cta#hear-better-live-better .cta-tiles>div:nth-of-type(2) img,
    .section-cta#hear-better-live-better .cta-tiles>li:nth-of-type(2) img {
        float: right;
        height: 160px;
    }

    .section-cta#hear-better-live-better .cta-tiles>li:nth-of-type(3),
    .section-cta#hear-better-live-better .cta-tiles>div:nth-of-type(3) {
        max-width: 34%;
        right: 4px;
        bottom: 120px;
    }
}

@media only screen and (min-width: 1200px) {
    .section-cta#hear-better-live-better .cta-tiles {
        height: 770px;
    }

    .section-cta#hear-better-live-better .cta-tiles>div:nth-of-type(1),
    .section-cta#hear-better-live-better .cta-tiles>li:nth-of-type(1) {
        max-width: 33%;
    }

    .section-cta#hear-better-live-better .cta-tiles>div:nth-of-type(1) img,
    .section-cta#hear-better-live-better .cta-tiles>li:nth-of-type(1) img {
        width: 761px;
    }

    .section-cta#hear-better-live-better .cta-tiles>div:nth-of-type(1) .cta-copy-wrapper,
    .section-cta#hear-better-live-better .cta-tiles>li:nth-of-type(1) .cta-copy-wrapper {
        top: -140px;
        left: 66px;
    }

    .section-cta#hear-better-live-better .cta-tiles>div:nth-of-type(2),
    .section-cta#hear-better-live-better .cta-tiles>li:nth-of-type(2) {
        max-width: 46%;
        right: -10px;
    }

    .section-cta#hear-better-live-better .cta-tiles>div:nth-of-type(2) img,
    .section-cta#hear-better-live-better .cta-tiles>li:nth-of-type(2) img {
        height: 180px;
    }

    .section-cta#hear-better-live-better .cta-tiles>div:nth-of-type(3),
    .section-cta#hear-better-live-better .cta-tiles>li:nth-of-type(3) {
        max-width: 30%;
        right: 0;
        bottom: 156px;
    }
}

.section-cta#learn-more .cta-tile-medium,
.section-cta#news .cta-tile-medium {
    text-align: left;
}

.section-cta#learn-more h5,
.section-cta#news h5 {
    font-weight: 400;
    color: #1170ac;
}

@media only screen and (min-width: 992px) {

    .section-cta#learn-more h5,
    .section-cta#news h5 {
        font-size: 2.6rem;
    }
}

@media only screen and (min-width: 1200px) {

    .section-cta#learn-more h5,
    .section-cta#news h5 {
        font-size: 2.8rem;
    }
}

.section-cta#footer-cta .cta-tiles {
    margin-right: 8%;
    margin-left: 8%;
}

.section-cta#footer-cta .cta-tiles>div+div,
.section-cta#footer-cta .cta-tiles>li+li {
    border-top: 2px dotted #aaaaaa;
    padding-top: 36px;
}

@media only screen and (min-width: 768px) {
    .section-cta#footer-cta .cta-tiles {
        margin-right: -15px;
        margin-left: -15px;
    }

    .section-cta#footer-cta .cta-tiles>div+div,
    .section-cta#footer-cta .cta-tiles>li+li {
        border-top: 0;
        border-left: 2px dotted #aaaaaa;
        padding-top: 0;
    }

    .section-cta#footer-cta .cta-tile-small {
        margin-right: 0;
        margin-left: 0;
        padding: 16px 0;
    }
}

@media only screen and (min-width: 1200px) {
    .section-cta#footer-cta .cta-title {
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) {

    .section-cta.headline-strikethrough .cta-title h3,
    .section-cta.headline-strikethrough .cta-title .title-secondary-text {
        position: relative;
        z-index: 10;
        display: inline-block;
        padding-right: 15px;
        padding-left: 15px;
        background: #fff;
    }

    .section-cta.headline-strikethrough .cta-title .col-12:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 15px;
        z-index: 1;
        width: calc(100% - 30px);
        border-top: 1px dotted #767676;
    }

    .section-cta.headline-strikethrough.bkgd-light-gray .cta-title h3,
    .section-cta.headline-strikethrough.bkgd-light-gray .cta-title .title-secondary-text {
        background-color: #f4f4f4;
    }

    .section-cta .cta-tiles>div+div,
    .section-cta .cta-tiles>li+li {
        margin-top: 0;
    }

    .section-cta .cta-tile-medium h5,
    .section-cta .cta-video-tile-medium h5 {
        font-size: 1.8rem;
    }

    .section-cta .cta-tile-medium p,
    .section-cta .cta-video-tile-medium p {
        font-size: 1.5rem;
    }

    .section-cta .cta-tile-medium .footnote p,
    .section-cta .cta-video-tile-medium .footnote p {
        font-size: 1.2rem;
    }
}

@media only screen and (min-width: 992px) {

    .section-cta .cta-tile-medium h5,
    .section-cta .cta-video-tile-medium h5 {
        font-size: 2.1rem;
    }

    .section-cta .cta-tile-medium p,
    .section-cta .cta-video-tile-medium p {
        font-size: 1.7rem;
    }

    .section-cta .cta-tile-small {
        text-align: left;
    }

    .section-cta .cta-tile-small h5 {
        margin-top: 0;
        font-size: 2.1rem;
    }

    .section-cta .cta-tile-small p {
        font-size: 1.7rem;
    }
}

@media only screen and (min-width: 1200px) {

    .section-cta .cta-tile-medium h5,
    .section-cta .cta-video-tile-medium h5 {
        margin-bottom: 16px;
        font-size: 2.4rem;
    }

    .section-cta .cta-tile-medium p,
    .section-cta .cta-video-tile-medium p {
        margin-bottom: 16px;
        font-size: 1.8rem;
    }

    .section-cta .cta-tile-medium .footnote p,
    .section-cta .cta-video-tile-medium .footnote p {
        font-size: 1.3rem;
    }
}

.cta-banner {
    align-items: center;
}

.cta-banner .cta-banner-image {
    text-align: center;
}

.cta-banner .cta-banner-image img {
    margin-top: 24px;
}

.cta-banner .cta-banner-title {
    margin-bottom: 5px;
    font-family: "Mr Eaves XL Sans", Arial, sans-serif;
    letter-spacing: 0;
}

.cta-banner h2 {
    margin-bottom: 10px;
    color: #127aba;
}

.text-center .cta-banner h2,
.headline-black .cta-banner h2 {
    color: #000;
}

.cta-banner h2+a {
    margin-top: 12px;
}

.cta-banner a {
    margin: 10px 0;
}

.cta-banner a:not(.cta-banner-button) {
    display: table;
}

.cta-banner .cta-banner-info p a {
    display: inline;
}

.cta-banner .cta-banner-info+a:not(.cta-banner-button) {
    margin-top: 36px;
}

.cta-banner .cta-banner-content .footnote {
    margin: 30px 0 0;
}

@media only screen and (min-width: 576px) {
    .text-center .cta-banner .cta-banner-content {
        padding: 0 80px;
    }
}

@media only screen and (min-width: 768px) {
    .cta-banner .cta-banner-image {
        text-align: center;
    }

    .cta-banner .cta-banner-image img {
        margin-top: 0;
    }

    .circle .cta-banner .cta-banner-image {
        position: relative;
        padding: 20px 15px;
        overflow: hidden;
    }

    .circle .cta-banner .cta-banner-image .image-mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("../img/circle-mask-lines.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .circle .cta-banner .cta-banner-image:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-image: url("../img/circle-mask.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .circle .cta-banner .cta-banner-image img {
        max-width: 420px;
        margin-left: -60px;
    }

    .pill-left .cta-banner .cta-banner-image {
        background-image: url("../img/pill-left-bkgd.svg");
        background-position: center right;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 14px 15px 14px 0;
    }

    .pill-left .cta-banner .cta-banner-image img {
        border-radius: 0 999px 999px 0;
    }

    .pill-right .cta-banner .cta-banner-image {
        background-image: url("../img/pill-right-bkgd.svg");
        background-position: center left;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 14px 0 14px 15px;
    }

    .pill-right .cta-banner .cta-banner-image img {
        border-radius: 999px 0 0 999px;
    }

    .text-center .cta-banner .cta-banner-content {
        padding: 0 40px;
    }
}

@media only screen and (min-width: 992px) {
    .cta-banner h2 {
        margin-bottom: 1.6rem;
    }

    .circle .cta-banner .cta-banner-image {
        padding: 30px 15px;
    }

    .circle .cta-banner .cta-banner-image img {
        max-width: 520px;
        margin-left: -50px;
    }

    .pill-left .cta-banner .cta-banner-image {
        padding: 20px 22px 20px 0;
    }

    .pill-right .cta-banner .cta-banner-image {
        padding: 20px 0 20px 22px;
    }

    .cta-banner .cta-banner-content {
        padding: 0 15px 0 50px;
    }

    .cta-banner .cta-banner-content.image-right {
        padding: 0 50px 0 15px;
    }

    .text-center .cta-banner .cta-banner-content {
        padding: 0 70px;
    }
}

@media only screen and (min-width: 1200px) {
    .circle .cta-banner .cta-banner-image {
        padding: 38px 15px;
    }

    .circle .cta-banner .cta-banner-image img {
        max-width: 640px;
        margin-left: -70px;
    }

    .pill-left .cta-banner .cta-banner-image {
        padding: 20px 22px 20px 0;
    }

    .pill-right .cta-banner .cta-banner-image {
        padding: 20px 0 20px 22px;
    }

    .cta-banner .cta-banner-content {
        padding: 0 15px 0 100px;
    }

    .cta-banner .cta-banner-content.image-right {
        padding: 0 100px 0 15px;
    }

    .text-center .cta-banner .cta-banner-content {
        padding: 0 90px;
    }
}

.cta-tile-tiny .cta-image {
    padding-right: 0;
    text-align: right;
}

.cta-tile-tiny .cta-image img {
    width: 100%;
    max-width: 80px;
    margin-top: -4px;
    transition: all 0.2s ease;
}

.feature-icons .cta-tile-tiny .cta-image {
    padding-right: 15px;
}

.feature-icons .cta-tile-tiny .cta-image img {
    width: auto;
    height: 40px;
    margin-top: -2px;
}

.cta-tile-tiny h5,
.cta-tile-tiny .h5 {
    margin: 0 0 0.6rem;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #127aba;
}

.feature-icons .cta-tile-tiny h5,
.feature-icons .cta-tile-tiny .h5 {
    font-size: 2rem;
    text-transform: none;
}

.bkgd-light-gray .cta-tile-tiny h5,
.bkgd-light-gray .cta-tile-tiny .h5 {
    color: #1170ac;
}

.cta-tile-tiny.cta-tile-tiny-link a {
    text-decoration: none;
}

.cta-tile-tiny.cta-tile-tiny-link a:focus-visible h5,
.cta-tile-tiny.cta-tile-tiny-link a:focus-visible .h5 {
    box-shadow: 0 0 0.3rem 0.1rem #db3700;
}

.cta-tile-tiny.cta-tile-tiny-link a:focus h5,
.cta-tile-tiny.cta-tile-tiny-link a:focus .h5 {
    color: #127aba;
}

.cta-tile-tiny.cta-tile-tiny-link a.cta-tile-image-anchor:focus img {
    max-width: 80px;
}

@media (min-width: 768px) {
    .cta-tile-tiny.cta-tile-tiny-link a.cta-tile-image-anchor:focus img {
        max-width: 70px;
    }
}

.cta-tile-tiny.cta-tile-tiny-link h5,
.cta-tile-tiny.cta-tile-tiny-link .h5 {
    color: #000;
    transition: color 0.2s ease;
}

.cta-tile-tiny.cta-tile-tiny-link .cta-content {
    position: relative;
    padding-right: 12%;
}

.cta-tile-tiny.cta-tile-tiny-link .cta-content .cta-tile-arrow {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    height: 24px;
    width: 24px;
    margin-top: -12px;
    border-right: 2px solid rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    transform: rotate(-45deg);
}

.cta-tile-tiny.cta-tile-tiny-link:active h5,
.cta-tile-tiny.cta-tile-tiny-link:active .h5,
.cta-tile-tiny.cta-tile-tiny-link:hover h5,
.cta-tile-tiny.cta-tile-tiny-link:hover .h5 {
    color: #127aba;
}

.bkgd-light-gray .cta-tile-tiny.cta-tile-tiny-link:active h5,
.bkgd-light-gray .cta-tile-tiny.cta-tile-tiny-link:active .h5,
.bkgd-light-gray .cta-tile-tiny.cta-tile-tiny-link:hover h5,
.bkgd-light-gray .cta-tile-tiny.cta-tile-tiny-link:hover .h5 {
    color: #1170ac;
}

@media only screen and (min-width: 768px) {
    .cta-tile-tiny .cta-image {
        padding-right: 15px;
        text-align: left;
    }

    .cta-tile-tiny .cta-image img {
        width: 100%;
        max-width: 60px;
        margin: 0 0 16px;
    }

    .cta-tile-tiny.cta-tile-tiny-link {
        text-align: center;
    }

    .cta-tile-tiny.cta-tile-tiny-link .cta-image {
        position: relative;
        height: 70px;
        padding-right: 15px;
        text-align: center;
    }

    .cta-tile-tiny.cta-tile-tiny-link .cta-image img {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .cta-tile-tiny.cta-tile-tiny-link .cta-content {
        position: relative;
        padding: 0 20px;
    }

    .cta-tile-tiny.cta-tile-tiny-link .cta-content .cta-tile-arrow {
        display: none;
    }

    .cta-tile-tiny.cta-tile-tiny-link:active img,
    .cta-tile-tiny.cta-tile-tiny-link:hover img {
        max-width: 70px;
    }
}

@media only screen and (min-width: 1200px) {
    .cta-tile-tiny .cta-image img {
        margin-bottom: 20px;
    }

    .feature-icons .cta-tile-tiny .cta-image img {
        margin-bottom: 16px;
        height: 42px;
    }

    .cta-tile-tiny.cta-tile-tiny-link .cta-image {
        height: 90px;
    }

    .feature-icons .cta-tile-tiny h5 {
        font-size: 2.2rem;
    }
}

.section-review-box {
    padding: 0;
}

.section-review-box .container {
    max-width: 100%;
    padding: 0;
}

.section-review-box .review {
    position: relative;
}

.section-review-box .quote {
    position: relative;
    padding-bottom: 60%;
    background-size: cover;
    background-position-x: center;
}

.section-review-box .quote .play-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16vw;
    height: 16vw;
    margin-top: -8vw;
    margin-left: -8vw;
    border-radius: 50%;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.6);
}

.section-review-box .quote .play-icon:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: 0.7rem;
    margin-left: 0.8rem;
    border-top: 4.27vw solid transparent;
    border-bottom: 4.27vw solid transparent;
    border-left: 6.93vw solid rgba(0, 0, 0, 0.8);
}

.section-review-box .quote .play-icon:focus {
    outline: none;
}

.section-review-box .quote-content-wrap {
    padding: 20px 30px 0;
}

.section-review-box .quote-content-wrap .quote-content-container {
    padding-bottom: 40px;
    border-bottom: 2px dotted #aaaaaa;
}

.section-review-box .quote-content-wrap .quote-text {
    margin-bottom: 2.4rem;
    font-family: "Mr Eaves XL Sans", Arial, sans-serif;
    font-weight: 300;
    font-size: 2.8rem;
    font-size: 7.47vw;
    line-height: 1.3;
}

.section-review-box .quote-content-wrap .quote-name {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-size: 4vw;
    color: #4a4a4a;
}

.section-review-box .quote-content-wrap .quote-location {
    font-size: 1.4rem;
    font-size: 3.73vw;
    color: #767676;
}

.section-review-box .quote-content-wrap .btn {
    display: none;
}

.section-review-box .video-modal {
    display: none;
}

@media only screen and (min-width: 576px) {
    .section-review-box .quote {
        padding-bottom: 340px;
    }

    .section-review-box .quote .play-icon {
        width: 9rem;
        height: 9rem;
        margin-top: -4.5rem;
        margin-left: -4.5rem;
    }

    .section-review-box .quote .play-icon:after {
        border-top: 2.4rem solid transparent;
        border-bottom: 2.4rem solid transparent;
        border-left: 3.9rem solid rgba(0, 0, 0, 0.8);
    }

    .section-review-box .quote-content-wrap {
        max-width: 540px;
        margin-right: auto;
        margin-left: auto;
    }

    .section-review-box .quote-content-wrap .quote-text {
        font-size: 4rem;
    }

    .section-review-box .quote-content-wrap .quote-name {
        font-size: 2.2rem;
    }

    .section-review-box .quote-content-wrap .quote-location {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 768px) {
    .section-review-box .quote {
        padding-bottom: 47.22%;
    }

    .section-review-box .quote .play-icon {
        display: none;
    }

    .section-review-box .quote:before {
        content: "";
        position: absolute;
        top: -25%;
        left: 0;
        display: block;
        height: 150%;
        width: 54%;
        border-radius: 0 999px 999px 0;
        background-color: rgba(255, 255, 255, 0.2);
    }

    .section-review-box .quote-content-wrap {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        height: 100%;
        width: 100%;
        max-width: unset;
        padding: 20px 30px;
    }

    .section-review-box .quote-content-wrap .quote-content-container {
        max-width: 720px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 0;
        border: none;
    }

    .section-review-box .quote-content-wrap p,
    .section-review-box .quote-content-wrap blockquote {
        padding-right: 57%;
    }

    .section-review-box .quote-content-wrap .quote-text {
        font-size: 2.8rem;
        line-height: 1.125;
        color: #fff;
    }

    .section-review-box .quote-content-wrap .quote-name {
        margin-bottom: 2.4rem;
        font-size: 1.6rem;
        color: #fff;
    }

    .section-review-box .quote-content-wrap .quote-name+.quote-location {
        margin-top: -2.2rem;
    }

    .section-review-box .quote-content-wrap .quote-location {
        margin-bottom: 2.4rem;
        font-size: 1.4rem;
        color: #fff;
    }

    .section-review-box .quote-content-wrap .btn {
        display: inline-block;
    }
}

@media only screen and (min-width: 992px) {
    .section-review-box .quote-content-wrap {
        padding: 20px 50px;
    }

    .section-review-box .quote-content-wrap .quote-content-container {
        max-width: 960px;
    }

    .section-review-box .quote-content-wrap .quote-text {
        font-size: 3.8rem;
    }
}

@media only screen and (min-width: 1200px) {
    .section-review-box .quote-content-wrap {
        padding: 20px 60px;
    }

    .section-review-box .quote-content-wrap .quote-content-container {
        max-width: 1140px;
    }

    .section-review-box .quote-content-wrap p,
    .section-review-box .quote-content-wrap blockquote {
        padding-right: 59%;
    }

    .section-review-box .quote-content-wrap .quote-text {
        margin-bottom: 3rem;
        font-size: 4.8rem;
    }

    .section-review-box .quote-content-wrap .quote-name {
        margin-bottom: 3rem;
        font-size: 1.8rem;
    }

    .section-review-box .quote-content-wrap .quote-name+.quote-location {
        margin-top: -2.8rem;
    }

    .section-review-box .quote-content-wrap .quote-location {
        margin-bottom: 3rem;
        font-size: 1.6rem;
    }
}

.review-block {
    border-top: 1px solid rgba(0, 0, 0, 0.13);
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    padding: 2.4rem 0;
    background-color: rgba(0, 0, 0, 0.04);
    text-align: center;
}

.review-block .container {
    max-width: 100%;
    padding: 0;
}

.review-block .d-md-none {
    margin: 0;
}

.review-block h3 {
    max-width: 360px;
    margin: 0 auto 3rem;
    color: #000;
}

.review-block .carousel-image {
    position: relative;
    padding-bottom: 58%;
    background-size: cover;
    background-position-x: left;
}

.review-block .quote-right .carousel-image {
    background-position-x: right;
}

.review-block .quote-center .carousel-image {
    background-position-x: center;
}

.review-block .carousel-content-wrapper {
    padding: 40px 40px 20px;
}

.review-block .carousel-content {
    height: 40vw;
}

.review-block .quote-text {
    margin-bottom: 1rem;
    font-family: "Mr Eaves XL Sans", Arial, sans-serif;
    font-size: 2.4rem;
    font-size: 6.4vw;
    line-height: 1.2;
    letter-spacing: 0;
    color: #4a4a4a;
}

.review-block .quote-name {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-size: 4vw;
    color: #4a4a4a;
}

.review-block .quote-location {
    font-size: 1.4rem;
    font-size: 3.73vw;
    color: #767676;
}

.review-block .carousel-indicators {
    top: 61vw;
}

.review-block .carousel-indicators li {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 99px;
    background-color: rgba(0, 0, 0, 0.4);
    transition: background-color 0.2s ease;
}

.review-block .carousel-indicators li.active {
    background-color: #127aba;
}

.review-block .carousel-control-next,
.review-block .carousel-control-prev {
    top: 68vw;
    width: 12%;
}

.review-block .carousel-control-next-icon,
.review-block .carousel-control-prev-icon {
    background: none;
    border-left: 2px solid #203232;
    border-bottom: 2px solid #203232;
    transform: rotate(45deg);
}

.review-block .carousel-control-next-icon {
    transform: rotate(225deg);
}

@media only screen and (min-width: 576px) {
    .review-block .carousel-indicators {
        top: 60vw;
    }

    .review-block .carousel-content {
        height: 170px;
    }

    .review-block .quote-text {
        font-size: 3.2rem;
    }

    .review-block .quote-name {
        font-size: 2rem;
    }

    .review-block .quote-location {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 768px) {
    .review-block {
        padding: 0;
        border-bottom: 0;
        background-color: transparent;
        text-align: left;
    }

    .review-block h3 {
        max-width: unset;
        margin: 0 auto 2rem;
        color: #127aba;
    }

    .review-block .carousel-indicators {
        top: unset;
    }

    .review-block .carousel-control-next,
    .review-block .carousel-control-prev {
        top: 0;
        width: 8%;
    }

    .review-block .carousel-image {
        padding-bottom: 47.22%;
    }

    .review-block .carousel-image .play-icon {
        display: none;
    }

    .review-block .carousel-content-wrapper {
        position: absolute;
        top: 0;
        left: 44%;
        width: 390px;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 20px;
    }

    .review-block .quote-right .carousel-content-wrapper {
        left: 50%;
        margin-left: -320px;
    }

    .review-block .quote-center .carousel-content-wrapper {
        left: 50%;
        margin-left: -195px;
        text-align: center;
    }

    .review-block .carousel-content {
        height: auto;
    }

    .review-block .quote-text {
        font-size: 2.4rem;
    }

    .review-block .quote-name {
        margin-bottom: 2rem;
        font-size: 1.3rem;
    }

    .review-block .quote-name+.quote-location {
        margin-top: -1.9rem;
    }

    .review-block .quote-location {
        margin-bottom: 2rem;
        font-size: 1.2rem;
    }

    .review-block .review-link {
        padding: 30px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.13);
        text-align: center;
    }
}

@media only screen and (min-width: 992px) {
    .review-block {
        border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    }

    .review-block .carousel-content-wrapper {
        width: 490px;
    }

    .review-block .quote-right .carousel-content-wrapper {
        margin-left: -420px;
    }

    .review-block .quote-center .carousel-content-wrapper {
        margin-left: -245px;
    }

    .review-block .quote-text {
        margin-bottom: 1.6rem;
        font-size: 2.8rem;
    }

    .review-block .quote-name {
        margin-bottom: 3rem;
        font-size: 1.5rem;
    }

    .review-block .quote-name+.quote-location {
        margin-top: -2.9rem;
    }

    .review-block .quote-location {
        margin-bottom: 3rem;
        font-size: 1.4rem;
    }

    .review-block .video-link {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .review-block .carousel-content-wrapper {
        width: 590px;
    }

    .review-block .quote-right .carousel-content-wrapper {
        margin-left: -520px;
    }

    .review-block .quote-center .carousel-content-wrapper {
        margin-left: -295px;
    }

    .review-block .quote-text {
        margin-bottom: 2rem;
        font-size: 3.6rem;
    }

    .review-block .quote-name {
        margin-bottom: 4rem;
        font-size: 1.7rem;
    }

    .review-block .quote-name+.quote-location {
        margin-top: -3.9rem;
    }

    .review-block .quote-location {
        margin-bottom: 4rem;
        font-size: 1.5rem;
    }

    .review-block .video-link {
        margin-right: 40px;
    }
}

.review-cards {
    padding: 30px 0 40px;
    text-align: center;
}

.review-cards h2,
.review-cards h3 {
    margin-bottom: 3rem;
    color: #127aba;
    font-size: 3.8rem;
    font-weight: 300;
}

@media (min-width: 768px) {

    .review-cards h2,
    .review-cards h3 {
        font-size: 3rem;
    }
}

@media (min-width: 992px) {

    .review-cards h2,
    .review-cards h3 {
        font-size: 4.2rem;
    }
}

@media (min-width: 1200px) {

    .review-cards h2,
    .review-cards h3 {
        font-size: 4.8rem;
    }
}

.review-cards .card-carousel {
    margin-bottom: 30px;
}

.review-cards .slick-track {
    padding-bottom: 22px;
}

.review-cards .card {
    height: 100%;
    margin: 0 15px;
    padding: 20px 20px 54px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.review-cards img {
    width: 50%;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.review-cards img+blockquote {
    margin-top: 18px;
}

.review-cards blockquote {
    font-size: 2.2rem;
    line-height: 1.2;
    color: #127aba;
    margin-bottom: 0.5rem;
}

.review-cards .review-citation {
    position: absolute;
    bottom: 12px;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
}

.review-cards p {
    margin-bottom: 0;
}

.review-cards p+button {
    margin: 8px 0;
}

.review-cards .review-name {
    font-size: 1.6rem;
    font-family: "DIN 2014";
    letter-spacing: 0.03rem;
    font-weight: 400;
    color: #4a4a4a;
    margin-block: 0 3px;
}

.review-cards .review-location {
    font-size: 1.4rem;
    color: #767676;
}

@media only screen and (min-width: 576px) {
    .review-cards blockquote {
        font-size: 2.6rem;
    }
}

@media only screen and (max-width: 767.98px) {
    .review-cards .container {
        max-width: unset;
    }
}

@media only screen and (min-width: 768px) {
    .review-cards {
        padding: 40px 0 50px;
    }

    .review-cards blockquote {
        font-size: 2.2rem;
    }

    .review-cards .card-wrapper {
        flex-basis: 33.3333%;
    }
}

@media only screen and (min-width: 1200px) {
    .review-cards blockquote {
        font-size: 2.8rem;
    }

    .review-cards .review-name {
        font-size: 1.8rem;
    }

    .review-cards .review-location {
        font-size: 1.6rem;
    }
}

#subnav- {
    position: relative;
}

#subnav- a {
    font-family: "Mr Eaves XL Sans", Arial, sans-serif;
    font-size: 2rem;
}

#subnav- .navbar-nav {
    margin-top: 0;
}

#subnav- #scroll-target {
    position: absolute;
    top: -70px;
}

@media (min-width: 992px) {
    #subnav- #scroll-target {
        top: -120px;
    }
}

@media only screen and (max-width: 767.98px) {
    #subnav- {
        padding-bottom: 1.6rem;
        background-size: auto;
    }

    #subnav- .navbar-toggler {
        position: relative;
        width: 100%;
        padding: 12px 15px;
        border: 0;
        border-radius: 0;
        background-color: #127aba;
        font-weight: 700;
        font-size: 2.2rem;
        color: #fff;
        text-align: left;
    }

    #subnav- .navbar-toggler::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 16px;
        right: 14px;
        height: 0.9rem;
        width: 0.9rem;
        border: 2px solid #fff;
        border-width: 0 2px 2px 0;
        transition: all 0.22s ease;
        transform: rotate(45deg);
    }

    #subnav- .navbar-toggler[aria-expanded=true]::after {
        top: 19px;
        transform: rotate(225deg);
    }

    #subnav- .navbar-collapse {
        background-color: #fff;
    }

    #subnav- .navbar-collapse ul {
        background-color: rgba(18, 122, 186, 0.2);
    }

    #subnav- .navbar-collapse .nav-item {
        margin: 0;
        padding: 12px 15px;
        line-height: 1;
    }

    #subnav- .navbar-collapse .nav-item a {
        color: #127aba;
    }

    #subnav- .navbar-collapse .nav-item a:hover,
    #subnav- .navbar-collapse .nav-item a:active {
        color: #203232;
    }

    #subnav- .navbar-collapse .nav-item+.nav-item {
        border-top: 1px solid rgba(255, 255, 255, 0.8);
    }
}

@media only screen and (min-width: 768px) {
    #subnav- {
        padding: 4rem 0 0;
    }

    #subnav- .navbar {
        padding: 0;
    }

    #subnav- .navbar-nav {
        width: 100%;
        justify-content: center;
    }

    #subnav- .nav-item {
        margin-bottom: 0;
        font-weight: 700;
        flex: auto;
        text-align: center;
    }

    #subnav- .nav-item+.nav-item {
        margin-left: 1rem;
    }

    #subnav- .nav-item a {
        padding: 8px 10px;
        background-color: #f4f4f4;
        font-family: "DIN 2014", Arial, sans-serif;
        font-weight: 500;
        font-size: 1.6rem;
        color: #4a4a4a;
        transition: all 0.22s ease;
    }

    #subnav- .nav-item a:active,
    #subnav- .nav-item a:focus,
    #subnav- .nav-item a:hover {
        background-color: rgba(18, 122, 186, 0.2);
    }

    #subnav- .nav-item.active a {
        background-color: #127aba;
        color: #fff;
    }
}

@media only screen and (min-width: 992px) {
    #subnav- .nav-item a {
        padding: 13px 10px;
        font-size: 1.7rem;
    }
}

@media only screen and (min-width: 1200px) {
    #subnav- .nav-item+.nav-item {
        margin-left: 16px;
    }

    #subnav- .nav-item a {
        font-size: 1.8rem;
    }
}

#stickysubnav- {
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 0;
    background-color: #e7e7e8;
    transition: all 0.5s;
}

#stickysubnav- .page-title {
    display: none;
}

#stickysubnav- .navbar-nav {
    margin-top: 0;
}

#stickysubnav- a {
    font-family: "Mr Eaves XL Sans", Arial, sans-serif;
}

@media only screen and (max-width: 767.98px) {
    #stickysubnav- .col-12 {
        padding: 0;
    }

    #stickysubnav- .navbar {
        padding: 0;
    }

    #stickysubnav- .navbar-toggler {
        position: relative;
        width: 100%;
        padding: 17px 15px;
        border: 0;
        border-radius: 0;
        font-weight: 700;
        font-size: 2.2rem;
        color: #4a4a4a;
        text-align: left;
    }

    #stickysubnav- .navbar-toggler::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 21px;
        right: 15px;
        height: 1rem;
        width: 1rem;
        border: 2px solid #4a4a4a;
        border-width: 0 2px 2px 0;
        transition: all 0.22s ease;
        transform: rotate(45deg);
    }

    #stickysubnav- .navbar-toggler[aria-expanded=true]::after {
        top: 24px;
        transform: rotate(225deg);
    }

    #stickysubnav- .navbar-toggler:focus {
        outline: none;
    }

    #stickysubnav- .navbar-collapse {
        background-color: #fff;
    }

    #stickysubnav- .navbar-collapse ul {
        background-color: #f6f6f6;
    }

    #stickysubnav- .navbar-collapse .nav-item {
        margin: 0;
        padding: 12px 15px;
        line-height: 1;
    }

    #stickysubnav- .navbar-collapse .nav-item a {
        font-size: 2rem;
        color: #4a4a4a;
    }

    #stickysubnav- .navbar-collapse .nav-item a:hover,
    #stickysubnav- .navbar-collapse .nav-item a:active {
        color: #127aba;
    }

    #stickysubnav- .navbar-collapse .nav-item.active a {
        color: #127aba;
    }

    #stickysubnav- .navbar-collapse .nav-item+.nav-item {
        border-top: 1px solid #ddd;
    }
}

@media only screen and (min-width: 768px) {
    #stickysubnav- .navbar {
        padding: 0;
    }

    #stickysubnav- .navbar-brand {
        display: inline-block !important;
        margin: 1px 48px 0 0;
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1;
        color: #4a4a4a;
    }

    #stickysubnav- .nav-item {
        margin-bottom: 0;
        font-weight: 700;
        flex: auto;
        text-align: center;
    }

    #stickysubnav- .nav-item+.nav-item {
        margin-left: 36px;
    }

    #stickysubnav- .nav-item a {
        padding: 18px 0 6px;
        border-bottom: 4px solid transparent;
        font-weight: 700;
        font-size: 1.8rem;
        color: #4a4a4a;
        transition: all 0.22s ease;
    }

    #stickysubnav- .nav-item a:active,
    #stickysubnav- .nav-item a:focus,
    #stickysubnav- .nav-item a:hover {
        color: #127aba;
    }

    #stickysubnav- .nav-item.active a {
        border-bottom: 4px solid #127aba;
        color: #127aba;
    }
}

@media only screen and (min-width: 992px) {
    #stickysubnav- .navbar-brand {
        margin: 1px 72px 0 0;
    }

    #stickysubnav- .nav-item+.nav-item {
        margin-left: 42px;
    }
}

@media only screen and (min-width: 1200px) {
    #stickysubnav- .navbar-brand {
        margin: 2px 92px 0 0;
        font-size: 2.8rem;
    }

    #stickysubnav- .nav-item+.nav-item {
        margin-left: 56px;
    }

    #stickysubnav- .nav-item a {
        padding: 20px 0 6px;
        font-size: 2rem;
    }
}

.sticky-subnav>header.scrollUp,
.sticky-subnav>header.scrollUp+main #stickysubnav- {
    transform: translateY(-126px);
}

.sticky-subnav main section:nth-of-type(2) {
    margin-top: 56px;
}

@media only screen and (min-width: 768px) {
    .sticky-subnav main section:nth-of-type(2) {
        margin-top: 51px;
    }
}

@media only screen and (min-width: 992px) {

    .sticky-subnav>header.scrollUp,
    .sticky-subnav>header.scrollUp+main #stickysubnav- {
        transform: none;
    }
}

@media only screen and (min-width: 1200px) {
    .sticky-subnav main section:nth-of-type(2) {
        margin-top: 56px;
    }
}

.video-blurb .video-quote {
    padding: 3rem 15px;
}

.video-blurb .video-quote h1 {
    margin-bottom: 1.2rem;
    font-size: 11.73vw;
    font-weight: 300;
    line-height: 1;
}

.video-blurb .video-quote h4 {
    font-size: 5.6vw;
    line-height: 1.3;
    color: #4a4a4a;
}

.video-blurb .video-image {
    padding: 0;
}

.video-blurb .video-image .image-wrapper {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.video-blurb .video-image img {
    max-width: 100%;
    height: auto;
}

@media only screen and (min-width: 576px) {
    .video-blurb .video-quote {
        padding: 4rem 15px 3rem;
    }

    .video-blurb .video-quote h1 {
        margin-bottom: 1.6rem;
        font-size: 6.4rem;
    }

    .video-blurb .video-quote h4 {
        font-size: 2.6rem;
    }

    .video-blurb .video-image {
        padding-bottom: 4rem;
    }
}

@media only screen and (min-width: 768px) {
    .video-blurb {
        align-items: center;
        padding: 4rem 0;
    }

    .video-blurb .video-quote {
        padding: 0 45px 0 15px;
    }

    .video-blurb .video-quote h1 {
        font-size: 4.4rem;
    }

    .video-blurb .video-quote h4 {
        font-size: 2rem;
    }

    .video-blurb .video-image {
        padding: 0;
    }

    .video-blurb .video-image .image-wrapper {
        max-width: 340px;
    }
}

@media only screen and (min-width: 992px) {
    .video-blurb {
        padding: 8rem 0;
    }

    .video-blurb .video-quote {
        padding: 0 30px 0 45px;
    }

    .video-blurb .video-quote h1 {
        font-size: 5.4rem;
    }

    .video-blurb .video-quote h4 {
        font-size: 2.2rem;
    }

    .video-blurb .video-image .image-wrapper {
        max-width: 420px;
    }
}

@media only screen and (min-width: 1200px) {
    .video-blurb {
        padding: 8rem 0;
    }

    .video-blurb .video-quote {
        padding: 0 80px 0 15px;
    }

    .video-blurb .video-quote h1 {
        font-size: 7.5rem;
    }

    .video-blurb .video-quote h4 {
        font-size: 2.6rem;
    }

    .video-blurb .video-image .image-wrapper {
        max-width: 100%;
    }
}

.accordion-light h3,
.accordion-light .title-secondary-text {
    margin-bottom: 1.8rem;
    color: #127aba;
}

.accordion-light .card {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13) !important;
    background-color: transparent;
}

.accordion-light .card:last-of-type {
    border-bottom: 0 !important;
}

.accordion-light .card-header {
    padding: 10px;
    border-bottom: 0;
    background-color: transparent;
    text-align: left;
}

.accordion-light .card-header h4 {
    position: relative;
    margin-bottom: 0;
}

.accordion-light .card-header button {
    display: block;
    padding: 10px 28px 10px 0;
    border: 0;
    background-color: transparent;
    font-size: 2.1rem;
    line-height: 1.1;
    color: #767676;
    text-align: left;
}

.accordion-light .card-header button:focus-visible {
    box-shadow: 0 0 0.3rem 0.1rem #db3700;
}

.accordion-light .card-header button:active,
.accordion-light .card-header button:hover,
.accordion-light .card-header button:focus,
.accordion-light .card-header button[aria-expanded=true] {
    color: #127aba;
}

.accordion-light .card-header button:active .toggle-icon:before,
.accordion-light .card-header button:active .toggle-icon:after,
.accordion-light .card-header button:hover .toggle-icon:before,
.accordion-light .card-header button:hover .toggle-icon:after,
.accordion-light .card-header button:focus .toggle-icon:before,
.accordion-light .card-header button:focus .toggle-icon:after,
.accordion-light .card-header button[aria-expanded=true] .toggle-icon:before,
.accordion-light .card-header button[aria-expanded=true] .toggle-icon:after {
    background-color: #127aba;
}

.accordion-light .card-header button:focus {
    outline: none;
}

.accordion-light .card-header button .toggle-icon {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    width: 12px;
    height: 12px;
}

.accordion-light .card-header button .toggle-icon:before,
.accordion-light .card-header button .toggle-icon:after {
    content: "";
    position: absolute;
    background-color: #4a4a4a;
    transition: transform 0.25s ease-out;
}

.accordion-light .card-header button .toggle-icon:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
}

.accordion-light .card-header button .toggle-icon:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
}

.accordion-light .card-header button[aria-expanded=true] .toggle-icon:before {
    transform: rotate(90deg);
}

.accordion-light .card-header button[aria-expanded=true] .toggle-icon:after {
    transform: rotate(180deg);
}

.accordion-light .card-body {
    padding: 0 38px 20px 10px;
}

.accordion-light .card-body h5 {
    font-family: "DIN 2014", Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 1.3;
}

.accordion-light .card-body .file-link {
    padding: 10px 15px;
}

.accordion-light .card-body .file-link a {
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    color: #4a4a4a;
}

.accordion-light .card-body .file-link a span {
    font-size: 1.6rem;
    font-weight: 500;
    color: #1170ac;
}

.accordion-light .card-body .file-link a span:before {
    content: "\a";
    white-space: pre;
}

.accordion-light .card-body .file-link a:hover {
    text-decoration: none;
}

.accordion-light .card-body .file-link a:hover span {
    text-decoration: underline;
}

.accordion-light .card-body .file-link a.arrow::after {
    border-right: 0.2rem solid #1170ac;
    border-bottom: 0.2rem solid #1170ac;
}

.accordion-light .card-body .file-link:nth-of-type(even) {
    background-color: #f4f4f4;
}

.accordion-light .card-body .link-document,
.accordion-light .card-body .link-video,
.accordion-light .card-body .link-web {
    display: block;
    margin: 2.4rem 0;
    padding: 0.2rem 0 0.2rem 3.6rem;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 2.4rem;
    font-family: "DIN 2014", Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2;
    color: #127aba;
}

.accordion-light .card-body .link-document:hover,
.accordion-light .card-body .link-video:hover,
.accordion-light .card-body .link-web:hover {
    cursor: pointer;
    color: #127aba;
    text-decoration: underline;
}

.accordion-light .card-body .link-document {
    background-image: url("-/media/1304D7CEEAEE436BB9656BA2F426F229");
}

.accordion-light .card-body .link-video {
    background-image: url("-/media/D4F1235E5C0341DA9DEE3389F821132D");
}

.accordion-light .card-body .link-web {
    background-image: url("-/media/D3E8192309064CB99D57846E6ED3AADB");
}

.accordion-light table td {
    font-family: "DIN 2014", Arial, sans-serif;
    font-size: 1.7rem;
    letter-spacing: 0.03rem;
    line-height: 1.3;
}

.accordion-light table td strong {
    display: block;
    margin-top: 1.6rem;
}

.accordion-light table td strong:after {
    content: ":";
    font-weight: 700;
}

@media only screen and (max-width: 767.98px) {
    .accordion-light table thead {
        display: none;
    }

    .accordion-light table tr {
        display: table;
        width: 100%;
    }

    .accordion-light table tr+tr {
        margin-top: 20px;
        border-top: 2px dotted #ddd;
    }

    .accordion-light table tr+tr td:first-child strong {
        margin-top: 2rem;
    }

    .accordion-light table td {
        display: table-row;
    }
}

@media only screen and (min-width: 768px) {
    .accordion-light .card-header button {
        font-size: 2.4rem;
    }

    .accordion-light .card-body h5 {
        font-size: 1.7rem;
    }

    .accordion-light .card-body .file-link {
        padding: 12px 15px;
    }

    .accordion-light .card-body .file-link a span {
        padding-left: 6px;
    }

    .accordion-light .card-body .file-link a span:before {
        content: "";
    }

    .accordion-light table {
        width: 100%;
    }

    .accordion-light table th {
        padding: 6px 14px;
        background-color: #127aba;
        font-size: 2.2rem;
        color: #fff;
    }

    .accordion-light table tr+tr {
        border-top: 2px dotted #ddd;
    }

    .accordion-light table td {
        padding: 18px 14px 16px;
        font-size: 1.6rem;
    }

    .accordion-light table td strong {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .accordion-wide .accordion-light .offset-lg-1 {
        margin-left: 8.333333% !important;
    }

    .accordion-wide .accordion-light .col-lg-10 {
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important;
    }

    .accordion-light h3,
    .accordion-light .title-secondary-text {
        margin-top: 1.2rem;
        margin-right: 8rem;
    }

    .accordion-light .card:last-of-type {
        border-bottom: 1px solid rgba(0, 0, 0, 0.13) !important;
    }

    .accordion-light .card-body h5 {
        font-size: 1.9rem;
    }

    .accordion-light table td {
        font-size: 1.7rem;
    }
}

@media only screen and (min-width: 1200px) {
    .accordion-light .card-header button {
        font-size: 2.6rem;
    }

    .accordion-light .card-body h5 {
        font-size: 2.1rem;
    }

    .accordion-light .card-body .file-link {
        padding: 14px 15px;
    }

    .accordion-light .card-body .file-link a {
        font-size: 2rem;
    }

    .accordion-light .card-body .file-link a span {
        font-size: 1.8rem;
    }

    .accordion-light .card-body .link-document,
    .accordion-light .card-body .link-video,
    .accordion-light .card-body .link-web {
        margin: 2.6rem 0;
        padding-left: 3.8rem;
        font-size: 2rem;
        background-size: 2.6rem;
    }

    .accordion-light table td {
        font-size: 1.8rem;
    }
}

#accordion-stacked {
    background-position: 1000px top;
    background-size: unset;
}

#accordion-stacked .accordion-light .accordion {
    margin: 24px 0;
}

#accordion-stacked .accordion-light .card:first-of-type {
    border-top: 1px solid rgba(0, 0, 0, 0.13) !important;
}

#accordion-stacked .accordion-light .card:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.13) !important;
}

@media only screen and (min-width: 992px) {
    #accordion-stacked {
        background-position: center;
        background-size: 960px;
    }

    #accordion-stacked .accordion-light {
        flex-flow: column;
    }
}

@media only screen and (min-width: 1200px) {
    #accordion-stacked {
        min-height: 560px;
        background-size: 1170px;
    }
}

#accordion-videos .card-header .row {
    align-items: center;
}

#accordion-videos .card-header img {
    max-width: 100%;
}

#accordion-videos h5 {
    margin-left: 16px;
    font-weight: 700;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #4a4a4a;
}

#accordion-videos .card-body h5:only-of-type {
    display: none;
}

#accordion-videos .file-group {
    margin-bottom: 24px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

@media only screen and (min-width: 768px) {
    #accordion-videos h5 {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 1200px) {
    #accordion-videos h5 {
        font-size: 2.2rem;
    }
}

.accordion-generic .card-header {
    border-width: 0 0 1px 0;
    border-color: #ddd;
    border-style: solid;
    padding: 6px;
}

.accordion-generic .card-header button {
    font-size: 2rem;
    color: #4a4a4a;
}

.accordion-generic .card-header button:focus {
    color: #127aba;
}

@media (min-width: 768px) {
    .accordion-generic .card-header button {
        font-size: 2.4rem;
    }
}

#thrive-carousel .slick-dots {
    display: none !important;
}

@media (min-width: 768px) {
    #thrive-carousel .slick-dots {
        display: block !important;
    }
}

#thrive-carousel .slide img {
    width: 250px;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    z-index: 100;
    background: none;
    margin-top: -10px;
    border-left: 2px solid #929292;
    border-bottom: 2px solid #929292;
    transition: border-color 0.2s ease;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
    display: none;
}

.slick-slider .slick-prev:active,
.slick-slider .slick-prev:hover,
.slick-slider .slick-prev:focus,
.slick-slider .slick-next:active,
.slick-slider .slick-next:hover,
.slick-slider .slick-next:focus {
    opacity: 1;
    outline: none;
    border-color: #000;
}

.slick-slider .slick-prev:focus-visible,
.slick-slider .slick-next:focus-visible {
    outline: none;
    box-shadow: 0 0 0.3rem 0.1rem #db3700;
}

.slick-slider .slick-prev {
    left: 10px;
    transform: rotate(45deg);
}

.slick-slider .slick-prev-icon:before {
    content: "";
}

.slick-slider .slick-next {
    right: 10px;
    transform: rotate(225deg);
}

.slick-slider .slick-next-icon:before {
    content: "";
}

.slick-slider .slick-dots {
    bottom: -20px;
    left: 0;
}

.slick-slider .slick-dots li {
    height: 14px;
    width: 14px;
    margin: 0;
}

.slick-slider .slick-dots li+li {
    margin-left: 5px;
}

.slick-slider .slick-dots li button {
    height: 14px;
    width: 14px;
    padding: 2px;
}

.slick-slider .slick-dots li button:focus-visible>span:before {
    box-shadow: 0 0 0.3rem 0.1rem #db3700;
}

.slick-slider .slick-dots li button>span {
    opacity: 0.46;
}

.slick-slider .slick-dots li button>span:before {
    height: 14px;
    width: 14px;
    font-size: 10px;
    line-height: 14px;
}

.slick-slider .slick-dots li.slick-active button span {
    color: #127aba;
    opacity: 1;
}

.slick-slider .slick-autoplay-toggle-button {
    color: #4a4a4a;
    opacity: 1;
    bottom: 0;
}

.slick-slider .slick-autoplay-toggle-button:focus-visible>span:before {
    box-shadow: 0 0 0.3rem 0.1rem #db3700;
}

.slick-slider .slick-autoplay-toggle-button:hover {
    color: #000;
}

.slick-slider .slick-autoplay-toggle-button .slick-pause-icon:before,
.slick-slider .slick-autoplay-toggle-button .slick-play-icon:before {
    font-size: 26px;
}

@media only screen and (min-width: 1200px) {
    .slick-slider .slick-prev {
        left: -18px;
    }

    .slick-slider .slick-next {
        right: -18px;
    }
}

@media only screen and (min-width: 1250px) {
    .slick-slider .slick-prev {
        left: -25px;
    }

    .slick-slider .slick-next {
        right: -25px;
    }
}

.award-carousel {
    list-style: none;
}

@media (min-width: 768px) {
    .award-carousel {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        display: flex;
        justify-content: center;
    }
}

.award-carousel>div:not(.slick-list) {
    flex-basis: 33.3333%;
}

.awards-block {
    padding: 40px 0;
    background-color: #f4f4f4;
}

.awards-block .slick-slide {
    padding: 0 24px;
}

.awards-block .award {
    text-align: center;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .awards-block .award {
        padding: 0 24px;
        flex-basis: 33.3333%;
    }
}

.awards-block .award-image {
    height: 90px;
    margin-bottom: 20px;
    line-height: 90px;
}

.awards-block .award-image img {
    display: inline;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    filter: grayscale(1);
}

.awards-block .award-info {
    padding: 0 30px;
    color: #4a4a4a;
}

.awards-block .award-info:before {
    content: "";
    display: inline-block;
    width: 70%;
    padding-top: 10px;
    border-top: 2px dotted #aaaaaa;
}

.awards-block .award-info p {
    font-size: 1.6rem;
}

.awards-block .award-info h5 {
    margin-bottom: 0;
    font-family: "DIN 2014", Arial, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
}

.awards-block .award-link {
    margin-top: 30px;
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .awards-block .award-link {
        margin-top: 40px;
    }
}

.cta-carousel .cta-tile-medium,
.cta-carousel .cta-video-tile-medium {
    padding: 0 30px;
}

@media only screen and (min-width: 576px) {

    .cta-carousel .cta-tile-medium,
    .cta-carousel .cta-video-tile-medium {
        padding: 0 15px;
    }

    .cta-carousel.slick-slider .slick-prev {
        left: -6px;
        margin-top: -20px;
    }

    .cta-carousel.slick-slider .slick-next {
        right: -6px;
        margin-top: -20px;
    }
}

@media only screen and (min-width: 768px) {
    .cta-carousel.slick-slider .slick-prev {
        left: -8px;
    }

    .cta-carousel.slick-slider .slick-next {
        right: -8px;
    }
}

@media only screen and (min-width: 1200px) {
    .cta-carousel.slick-slider .slick-prev {
        left: -12px;
    }

    .cta-carousel.slick-slider .slick-next {
        right: -12px;
    }
}

.text-left .cta-carousel .cta-tile-medium {
    text-align: left;
}

.no-link .cta-carousel .cta-tile-medium .cta-tile-link,
.no-link .cta-carousel .cta-video-tile-medium .arrow,
.no-link .cta-carousel .cta-video-tile-medium .cta-tile-link {
    display: none;
}

.title-blue .cta-carousel .cta-tile-medium h5,
.title-blue .cta-carousel .cta-video-tile-medium h5 {
    font-weight: 400;
    color: #127aba;
}

@media only screen and (min-width: 992px) {

    .title-blue .cta-carousel .cta-tile-medium h5,
    .title-blue .cta-carousel .cta-video-tile-medium h5 {
        font-size: 2.6rem;
    }
}

@media only screen and (min-width: 1200px) {

    .title-blue .cta-carousel .cta-tile-medium h5,
    .title-blue .cta-carousel .cta-video-tile-medium h5 {
        font-size: 2.8rem;
    }
}

.title-no-link .cta-carousel .cta-tile-medium .cta-tile-title-link {
    display: block;
    pointer-events: none;
}

.product-cards {
    padding: 40px 0;
    text-align: center;
}

.product-cards h3 {
    color: #000;
}

.product-cards .card-carousel {
    margin-top: 30px;
}

@media only screen and (min-width: 768px) {
    .product-cards .card-carousel {
        justify-content: center;
    }
}

.product-cards .slick-track {
    padding-bottom: 22px;
}

@media only screen and (min-width: 768px) {
    .product-cards .card-wrapper {
        flex-basis: 33.3333%;
    }
}

.product-cards .card {
    height: 100%;
    margin: 0 15px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.product-cards .card-content {
    padding: 24px;
}

.product-cards h4 {
    font-weight: 700;
    font-size: 2.4rem;
}

.product-cards p {
    margin-bottom: 64px;
    font-size: 1.8rem;
}

.product-cards a {
    position: absolute;
    bottom: 24px;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
}

@media only screen and (max-width: 767.98px) {
    .product-cards .container {
        max-width: unset;
    }
}

@media only screen and (min-width: 768px) {
    .product-cards {
        padding-top: 50px;
    }

    .product-cards p {
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 992px) {
    .product-cards {
        padding-top: 60px;
    }

    .product-cards p {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 1200px) {
    .product-cards {
        padding-top: 70px;
    }

    .product-cards p {
        font-size: 2rem;
    }
}

#leadership.product-cards {
    padding-bottom: 20px;
}

#leadership.product-cards h2 {
    color: #127aba;
}

#leadership.product-cards.headline-strikethrough h2 {
    border-top: 1px dotted #767676;
    padding-top: 30px;
}

#leadership.product-cards .img-fluid {
    box-sizing: content-box;
    max-width: unset;
    width: 80%;
    margin: 18px auto 0;
    border: 9px solid #e7e7e8;
    border-radius: 50%;
}

@media only screen and (min-width: 768px) {
    #leadership.product-cards .card-carousel {
        justify-content: flex-start;
    }
}

@media only screen and (min-width: 768px) {
    #leadership.product-cards .card-wrapper {
        flex-basis: 33.3333%;
    }
}

@media only screen and (min-width: 992px) {
    #leadership.product-cards .card-wrapper {
        flex-basis: 25%;
    }
}

#leadership.product-cards .card-content {
    padding: 20px;
}

#leadership.product-cards h4 {
    font-size: 2.2rem;
    line-height: 1.1;
}

#leadership.product-cards p {
    margin-bottom: 40px;
    font-size: 1.6rem;
    line-height: 1.4;
}

#leadership.product-cards a {
    bottom: 20px;
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #127aba;
}

#leadership.product-cards a:after {
    content: "";
    display: inline-block;
    height: 0.8rem;
    width: 0.8rem;
    margin-left: 0.4rem;
    border-right: 0.2rem solid #127aba;
    border-bottom: 0.2rem solid #127aba;
    transform: rotate(-45deg);
}

#leadership.product-cards a:hover,
#leadership.product-cards a:active {
    text-decoration: underline;
}

@media only screen and (min-width: 576px) {
    #leadership.product-cards h4 {
        font-size: 2rem;
    }

    #leadership.product-cards p {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 768px) {
    #leadership.product-cards {
        padding-bottom: 30px;
    }

    #leadership.product-cards.headline-strikethrough h2 {
        position: relative;
        z-index: 10;
        display: inline-block;
        margin-bottom: 0;
        border: 0;
        padding: 0 15px;
        background: #fff;
    }

    #leadership.product-cards.headline-strikethrough .col-12 {
        margin-bottom: 30px;
    }

    #leadership.product-cards.headline-strikethrough .col-12:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 15px;
        z-index: 1;
        width: calc(100% - 30px);
        border-top: 1px dotted #767676;
    }

    #leadership.product-cards .slick-slider .slick-prev {
        left: -10px;
    }

    #leadership.product-cards .slick-slider .slick-next {
        right: -10px;
    }

    #leadership.product-cards h4 {
        font-size: 2.4rem;
    }

    #leadership.product-cards p {
        font-size: 1.6rem;
    }

    #leadership.product-cards a {
        font-size: 1.8rem;
    }

    #leadership.product-cards .card-carousel:not(.slick-slider)>.card-wrapper {
        width: 33%;
        margin-bottom: 32px;
    }

    #leadership.product-cards .card-carousel:not(.slick-slider) h4 {
        font-size: 1.8rem;
    }

    #leadership.product-cards .card-carousel:not(.slick-slider) p {
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 992px) {
    #leadership.product-cards h4 {
        font-size: 2rem;
    }

    #leadership.product-cards p {
        font-size: 1.5rem;
    }

    #leadership.product-cards a {
        font-size: 1.7rem;
    }

    #leadership.product-cards .card-carousel:not(.slick-slider)>.card-wrapper {
        width: 25%;
    }
}

@media only screen and (min-width: 1200px) {
    #leadership.product-cards {
        padding-bottom: 40px;
    }

    #leadership.product-cards h4 {
        font-size: 2.2rem;
    }

    #leadership.product-cards p {
        font-size: 1.6rem;
    }

    #leadership.product-cards a {
        font-size: 1.8rem;
    }

    #leadership.product-cards .card-carousel:not(.slick-slider) h4 {
        font-size: 2.2rem;
    }

    #leadership.product-cards .card-carousel:not(.slick-slider) p {
        font-size: 1.6rem;
    }
}

.styles-box {
    position: relative;
    padding: 0 0 20px;
}

.styles-box .section-title {
    padding-bottom: 16px;
}

.styles-box .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 10rem;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 100px;
    border-top: 1px solid #ddd;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
}

.styles-box .slick-slider.slick-dotted {
    margin-bottom: 0;
    text-align: center;
}

.styles-box .slick-slider .slick-prev,
.styles-box .slick-slider .slick-next {
    top: 33vw;
}

.styles-box .style-item {
    position: relative;
}

.styles-box .style-item>img {
    margin: 0 auto;
}

.styles-box .style-item .content {
    position: relative;
    height: 18rem;
    max-width: 52rem;
    margin: 0 auto;
    padding: 40px 0 10px;
}

.styles-box .style-item .content h4 {
    font-size: 2.4rem;
}

.styles-box .style-item .content p {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    font-family: "Mr Eaves XL Sans", Arial, sans-serif;
    font-size: 1.9rem;
    letter-spacing: 0;
    color: #767676;
}

.styles-box .style-item .content img {
    position: absolute;
    top: -37.33vw;
    left: 0;
    width: 32vw;
}

@media only screen and (min-width: 576px) {

    .styles-box .slick-slider .slick-prev,
    .styles-box .slick-slider .slick-next {
        top: 190px;
    }

    .styles-box .style-item .content img {
        top: -200px;
        width: 170px;
    }
}

@media only screen and (min-width: 768px) {
    .styles-box .slick-slider {
        padding: 0;
    }

    .styles-box .slick-slide {
        opacity: 0.33;
        transition: all 0.4s ease;
    }

    .styles-box .slick-slide.slick-center {
        opacity: 1;
    }

    .styles-box .slick-slider .slick-prev,
    .styles-box .slick-slider .slick-next {
        top: 14.3vw;
        left: 14px;
    }

    .styles-box .slick-slider .slick-next {
        left: auto;
        right: 14px;
    }

    .styles-box .style-item>img {
        transform: translateY(3.5vw) scale(0.8);
        transition: all 0.4s ease;
    }

    .styles-box .style-item .content {
        padding-top: 36px;
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    .styles-box .style-item .content img {
        top: -150px;
        left: -20px;
        width: 120px;
    }

    .styles-box .slick-slide.slick-center .style-item>img {
        transform: translateY(0) scale(1);
    }

    .styles-box .slick-slide.slick-center .style-item .content {
        opacity: 1;
    }
}

@media only screen and (min-width: 992px) {
    .styles-box .container-fluid:before {
        bottom: 11rem;
    }

    .styles-box .style-item .content {
        height: 19rem;
    }

    .styles-box .style-item .content h4 {
        font-size: 2.6rem;
    }

    .styles-box .style-item .content p {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .styles-box {
        padding-bottom: 40px;
    }

    .styles-box .section-title {
        padding-bottom: 24px;
    }

    .styles-box .container-fluid {
        max-width: 1200px;
    }

    .styles-box .container-fluid:before {
        bottom: 14rem;
    }

    .styles-box .slick-slider .slick-prev,
    .styles-box .slick-slider .slick-next {
        top: 17.2rem;
    }

    .styles-box .style-item>img {
        transform: translateY(34px) scale(0.8);
    }

    .styles-box .style-item .content {
        height: 20rem;
    }

    .styles-box .style-item .content h4 {
        font-size: 2.8rem;
    }

    .styles-box .style-item .content p {
        font-size: 2.2rem;
    }
}

.styles-links-carousel {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.styles-links {
    position: relative;
    margin-bottom: 4rem;
    padding: 0;
}

.styles-links .container-fluid:before {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 100px;
    border-top: 1px solid #ddd;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
}

.styles-links .style-link {
    text-align: center;
    margin-bottom: 0;
}

.styles-links .style-link a:focus {
    outline: none;
}

.styles-links .style-link a:focus span {
    text-decoration: underline;
}

.styles-links .style-link a:after {
    display: none;
}

.styles-links .style-link img {
    display: block;
    max-width: 120px;
    margin: 0 auto;
}

.styles-links .style-link span {
    display: inline-block;
    margin-bottom: 0;
    border-bottom: 6px solid transparent;
    padding-bottom: 1rem;
    font-family: "Mr Eaves XL Sans", Arial, sans-serif;
    font-size: 4.8vw;
    font-weight: 700;
    color: #127aba;
    transition: border-color 0.2s ease;
}

.styles-links .style-link.active span {
    border-color: #127aba !important;
}

.styles-links .style-link a:hover span,
.styles-links .style-link a:active span,
.styles-links .style-link a:focus span {
    border-color: rgba(18, 122, 186, 0.33);
}

.styles-links+.section-full-width .cta-banner {
    margin-top: 0;
}

@media only screen and (max-width: 991.98px) {
    .styles-links.styles-landing-page {
        padding: 0 15px 36px;
    }

    .styles-links.styles-landing-page .style-link span {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 575.98px) {
    .styles-links.styles-landing-page .style-link {
        flex-basis: 50% !important;
    }
}

@media only screen and (min-width: 575.98px) and (max-width: 991.98px) {
    .styles-links.styles-landing-page .style-link {
        flex-basis: 33% !important;
    }
}

@media only screen and (min-width: 375px) {
    .styles-links .style-link span {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 576px) {
    .styles-links {
        margin-bottom: 5rem;
    }
}

@media only screen and (min-width: 768px) {
    .styles-links .style-link span {
        font-size: 1.3rem;
        font-size: 1.7vw;
    }
}

@media only screen and (min-width: 992px) {
    .styles-links {
        margin-bottom: 5rem;
    }

    .styles-links .styles-links-carousel {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 30px;
        justify-content: space-between;
    }

    .styles-links .style-link {
        margin-bottom: 0;
    }

    .styles-links .style-link a {
        display: flex;
        flex-direction: column;
    }

    .styles-links .style-link img {
        max-width: 100px;
    }

    .styles-links .style-link span {
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .styles-links {
        margin-bottom: 6rem;
    }

    .styles-links .style-link span {
        font-size: 1.8rem;
    }
}

#thrive-carousel {
    padding: 0;
}

#thrive-carousel .heading-wrap {
    text-align: center;
}

@media (min-width: 768px) {
    #thrive-carousel .heading-wrap {
        text-align: left;
    }
}

@media (min-width: 768px) {
    #thrive-carousel {
        margin-top: -60px;
        margin-bottom: 50px;
    }
}

#thrive-carousel h3 {
    color: #127aba;
}

#thrive-carousel .slick-dotted.slick-slider {
    margin-top: 30px;
}

#slick-thrive-nav {
    align-self: center;
    padding-top: 20px;
}

#slick-thrive-nav .slick-dots {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    -moz-column-count: 2;
    column-count: 2;
    position: relative;
    bottom: 0;
}

@media (min-width: 768px) {
    #slick-thrive-nav .slick-dots {
        display: block;
    }
}

#slick-thrive-nav .slick-dots li {
    display: inline-flex;
    text-align: left;
    height: auto;
    width: 100%;
    padding: 28px 0 0;
}

#slick-thrive-nav .slick-dots li .svg-wrap {
    display: inline-block;
    width: 37px;
    text-align: center;
}

#slick-thrive-nav .slick-dots li svg {
    fill: #4a4a4a;
    display: inline;
}

#slick-thrive-nav .slick-dots li.slick-active svg {
    fill: #127aba;
}

#slick-thrive-nav .slick-dots li.slick-active span::before {
    transition: all 0.25s ease;
}

#slick-thrive-nav .slick-dots li:hover span {
    color: #127aba;
    transition: color 0.5s ease;
}

#slick-thrive-nav .slick-dots li span {
    display: none;
    width: auto;
    min-height: 40px;
    border: 0;
    background-color: transparent;
    font-size: 2.2rem;
    line-height: 3rem;
    color: #4a4a4a;
    font-weight: normal;
    text-align: left;
    outline: none;
    position: relative;
    padding-left: 10px;
}

@media (min-width: 768px) {
    #slick-thrive-nav .slick-dots li span {
        display: inline;
    }
}

#slick-thrive-nav .slick-dots li.slick-active button {
    color: #127aba;
}

.thrive-carousel .slide {
    text-align: center;
}

.thrive-carousel .slide .slide-title {
    font-size: 2rem;
}

@media (min-width: 768px) {
    .thrive-carousel .slide .slide-title {
        display: none;
    }
}

.thrive-carousel .slick-slide svg {
    display: none;
}

.thrive-carousel .slick-slide img {
    display: inline;
}

.thrive-carousel .slick-arrow {
    position: absolute;
    bottom: 25px;
}

@media (min-width: 768px) {
    .thrive-carousel .slick-arrow {
        display: none !important;
    }
}

.thrive-carousel .slick-next {
    right: 15px;
}

.compare-hearing-aids .compare-select {
    display: flex;
}

.compare-hearing-aids .compare-select select {
    flex-direction: column;
}

#stickThis {
    width: 100%;
    transition: opacity ease-in-out 0.5s, top ease-in-out 0.2s;
}

#stickThis.stick {
    margin-top: 0;
    position: fixed;
    /*top: 140px;*/
    z-index: 400;
    padding-right: 30px;
}

@media (min-width: 576px) {
    #stickThis.stick {
        width: 510px;
        padding: 0;
    }
}

@media (min-width: 768px) {
    #stickThis.stick {
        width: 690px;
    }
}

@media (min-width: 992px) {
    #stickThis.stick {
        width: 930px;
    }
}

@media (min-width: 1200px) {
    #stickThis.stick {
        width: 1110px;
    }
}

.btn-select-wrap {
    margin-left: 3%;
    width: 49%;
}

@media (min-width: 768px) {
    .btn-select-wrap {
        margin-left: 3%;
        width: 32%;
    }
}

.btn-select-wrap:first-child {
    margin-left: 0;
}

.btn-select-wrap:last-child {
    display: none;
}

@media (min-width: 768px) {
    .btn-select-wrap:last-child {
        display: block;
    }
}

.tech-name-btn {
    border-width: 0;
    background-color: #767676;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    font-size: 2.4rem;
    padding: 0.6rem 1.5rem;
    width: 100%;
    text-align: left;
    position: relative;
}

.tech-name-btn:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 14px;
    height: 0.9rem;
    width: 0.9rem;
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    transition: all 0.22s ease;
    transform: rotate(45deg);
}

.tech-name-btn.active::after {
    top: 19px;
    transform: rotate(225deg);
}

.tech-name-btn:focus {
    outline: 0;
    text-decoration: underline;
}

.select-list-wrap {
    position: relative;
    width: 100%;
}

.select-list {
    background: #e8e8e8;
    border: 0 none;
    display: block;
    height: 3rem;
    list-style: none;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    transform: scale(0.95);
    width: 100%;
    z-index: -1;
}

.select-list li:hover {
    cursor: pointer;
}

.select-list.show {
    position: absolute;
    opacity: 1;
    height: auto;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    transform: scale(1);
    transform-origin: 50% 0;
    z-index: 100;
}

.select-list.show li {
    display: list-item;
}

.select-list li {
    margin: 0;
    color: #767676;
    font-size: 2rem;
    padding: 10px;
    border-top: 1px solid #fff;
    font-family: "Mr Eaves XL Sans", Arial, sans-serif;
    display: none;
}

.select-list.show li:hover {
    color: #203232;
}

.accordion-light .compare-accordion .card-header {
    border-width: 0 0 1px 0;
    border-color: #ddd;
    border-style: solid;
    padding: 6px;
}

.accordion-light .compare-accordion .card-header button {
    font-size: 2rem;
    color: #4a4a4a;
}

.accordion-light .compare-accordion .card-header button:focus {
    color: #127aba;
}

@media (min-width: 768px) {
    .accordion-light .compare-accordion .card-header button {
        font-size: 2.4rem;
    }
}

.r-vert-border>div {
    border-right: 2px dotted #aaa;
    margin: 30px 0;
}

.r-vert-border>div:last-child {
    border-right: 0 none;
}

.r-vert-border>div:nth-child(2) {
    border-right-width: 0;
}

@media (min-width: 768px) {
    .r-vert-border>div:nth-child(2) {
        border-right-width: 2px;
    }
}

.column-wrap>div:last-child {
    display: none;
}

@media (min-width: 768px) {
    .column-wrap>div:last-child {
        display: flex;
    }
}

.compare-accordion {
    padding-top: 3rem;
}

.compare-accordion p {
    padding: 1rem;
    margin-bottom: 0;
    font-family: "DIN 2014", Arial, sans-serif;
    font-size: 1.6rem;
}

.compare-accordion p span {
    transition: all 0.4s ease-out;
}

.compare-accordion p .title {
    font-family: "Mr Eaves XL Sans", Arial, sans-serif;
    display: block;
    font-weight: 700;
    color: #000;
}

@media (min-width: 768px) {

    .compare-accordion p,
    .compare-accordion .style-item {
        font-size: 1.8rem;
    }
}

.loading-spinner {
    visibility: hidden;
    width: 65px;
    height: 65px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #1e9be9;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loading-spinner.show {
    visibility: visible;
    animation: spin 0.5s infinite linear;
    z-index: 200;
}

.loading-spinner.show+[class*=-col] p span {
    color: transparent;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.styles-col {
    width: 100%;
}

.styles-col .style-item {
    text-align: center;
}

.styles-col .style-item img {
    display: block;
    width: 100px;
    margin: 0 auto;
}

.styles-col .style-item .title,
.styles-col .style-item .description {
    font-family: "Mr Eaves XL Sans", Arial, sans-serif;
    display: block;
    font-weight: 700;
    color: #000;
}

.styles-col .link a {
    display: block;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1.2;
}

.styles-col .link a::after {
    content: " ";
    display: inline-block;
    height: 0.8rem;
    width: 0.8rem;
    margin-left: 0.6rem;
    border-right: 0.2rem solid #1e9be9;
    border-bottom: 0.2rem solid #1e9be9;
    transform: rotate(-45deg);
}

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

.results-list li {
    font-family: "Mr Eaves XL Sans", Arial, sans-serif;
    border-bottom: 1px solid #ddd;
    padding: 3rem 0;
    margin: 0;
}

.results-list li:last-child {
    border-bottom: 0 none;
}

.results-list a:hover {
    text-decoration: none;
}

.results-list a h4:hover {
    text-decoration: underline;
    cursor: pointer;
}

.results-list h4 {
    color: #127aba;
    display: inline-block;
    margin: 0;
}

.results-list p {
    margin: 0;
}

.icon {
    font-size: 0;
}

.icon::after {
    display: inline-block;
    content: " ";
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 0;
}

.icon.video::after {
    background-image: url("/-/media/ConsumerSites/Images/Pages/Starkey Branded/Search/video-gray.svg");
}

.icon.pdf::after {
    background-image: url("/-/media/ConsumerSites/Images/Pages/Starkey Branded/Search/pdf-gray.svg");
}

#searchbox {
    text-align: center;
}

#searchresults .search-header:first-of-type .pagination {
    display: none;
}

#searchresults .pagination {
    clear: left;
    padding: 10px 0;
}

#searchresults .pagination a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    font-family: "Mr Eaves XL Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 1.15;
    color: #127aba;
}

#searchresults .pagination a.active {
    color: #aaaaaa;
}

#searchresults .pagination a.pagination-arrow {
    font-size: 0;
}

#searchresults #results {
    clear: left;
}

.search-term-wrap {
    float: left;
}

.search-title {
    font-weight: 700;
    font-size: 2.2rem;
}

.number-of-results {
    float: right;
    font-size: 1.8rem;
}

.next::after {
    border-width: 2px 2px 0 0;
}

.previous::after {
    border-width: 0 0 2px 2px;
}

.pagination-arrow::after {
    height: 5px;
    width: 5px;
    content: " ";
    border-style: solid;
    border-color: #127aba;
    padding: 5px;
    position: relative;
    top: 6px;
    transform: rotate(45deg);
    display: inline-block;
}

.bio .header {
    margin-bottom: 30px;
    text-align: center;
}

.bio .header img {
    width: 240px;
    height: auto;
    margin-bottom: 10px;
    border: 9px solid #e7e7e8;
    border-radius: 50%;
}

.bio .header h3 {
    margin-bottom: 0;
}

.bio .header p {
    color: #767676;
}

#careers-cta {
    background-position: center bottom;
}

#careers-cta .cta-banner {
    margin: 0 -15px;
}

#careers-cta .cta-banner h3 {
    padding: 0 35px;
}

@media only screen and (min-width: 576px) {
    #careers-cta .cta-banner h3 {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) {
    #careers-cta .cta-banner-content {
        flex: 0 0 58%;
        max-width: 58%;
        padding: 0 15px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (min-width: 992px) {
    #careers-cta .cta-banner-content {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 40px;
    }
}

#careers-quotes .slick-slider .slick-autoplay-toggle-button {
    bottom: auto;
    top: 0;
}

#careers-quotes .quote {
    padding-bottom: 94%;
    background-repeat: no-repeat;
    background-size: 90%;
}

#careers-quotes .quote-content-container {
    padding-bottom: 0;
    border-bottom: 0;
}

#careers-quotes .quote-text {
    font-weight: 400;
    line-height: 1.166667;
    color: #127aba;
}

@media only screen and (min-width: 576px) {
    #careers-quotes .quote {
        padding-bottom: 520px;
        background-size: 500px;
    }

    #careers-quotes .quote-text {
        font-size: 3.2rem;
    }
}

@media only screen and (min-width: 768px) {
    #careers-quotes .container {
        max-width: 720px;
    }

    #careers-quotes .slick-slider .slick-autoplay-toggle-button {
        bottom: 0;
        top: auto;
    }

    #careers-quotes .quote {
        padding-bottom: 370px;
        background-size: 320px;
    }

    #careers-quotes .quote-left .quote {
        background-position: right center;
    }

    #careers-quotes .quote-right .quote {
        background-position: left center;
    }

    #careers-quotes .quote-content-wrap p,
    #careers-quotes .quote-content-wrap blockquote {
        padding-right: 0;
    }

    #careers-quotes .quote-content-container {
        width: 50%;
        margin-left: 50%;
    }

    #careers-quotes .quote-text {
        font-size: 2.4rem;
    }

    #careers-quotes .quote-name {
        color: #4a4a4a;
    }

    #careers-quotes .quote-location {
        color: #767676;
    }
}

@media only screen and (min-width: 992px) {
    #careers-quotes .container {
        max-width: 960px;
    }

    #careers-quotes .quote {
        padding-bottom: 440px;
        background-size: 420px;
    }

    #careers-quotes .quote-left .quote {
        background-position: right center;
    }

    #careers-quotes .quote-content-wrap {
        padding: 0;
    }

    #careers-quotes .quote-content-container {
        max-width: 450px;
        width: 40%;
    }

    #careers-quotes .quote-text {
        font-size: 2.6rem;
    }
}

@media only screen and (min-width: 1200px) {
    #careers-quotes .container {
        max-width: 1140px;
    }

    #careers-quotes .quote {
        padding-bottom: 443px;
        background-size: 441px;
    }

    #careers-quotes .quote-text {
        font-size: 2.8rem;
    }
}

.country-details {
    font-family: "DIN 2014", Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 1.3;
}

.country-details img {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}

.country-details h1 {
    margin: 2rem 0;
    color: #127aba;
}

.country-details .location+.location {
    margin-top: 2rem;
}

.country-details .title {
    display: block;
    font-weight: 500;
}

.country-list {
    display: flex;
    flex-wrap: wrap;
    margin: 36px 0;
    padding: 0;
    list-style: none;
}

.country-list li {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 2px 8px;
}

@media only screen and (min-width: 576px) {
    .country-list li {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (min-width: 768px) {
    .country-list li {
        flex: 0 0 33%;
        max-width: 33%;
    }
}

.feed-list h3 {
    margin-bottom: 0.6rem;
}

.feed-list .feed-wrapper {
    border-top: 2px dotted #aaaaaa;
}

.feed-list .feed-item {
    padding: 20px 0;
}

.feed-list .feed-item+.feed-item {
    border-top: 1px solid #ddd;
}

.feed-list .feed-item h5 {
    margin-bottom: 0.3rem;
    font-size: 1.6rem;
    color: #4a4a4a;
}

.feed-list .feed-item h4 {
    margin-top: 0;
    font-size: 2.2rem;
    line-height: 1.1;
}

.feed-list .feed-item p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1.4rem;
    color: #aaaaaa;
}

.feed-list.awards-list .feed-item {
    margin: 0;
    padding: 30px 0;
    text-align: center;
}

.feed-list.awards-list .feed-item img {
    display: block;
    max-width: 80%;
    max-height: 100px;
    margin: 0 auto 20px;
}

.feed-list.awards-list .feed-item h5 {
    margin-bottom: 0.6rem;
}

.feed-list .feed-wrapper .btn {
    margin: 30px auto 20px;
}

.feed-list .media-contact {
    margin-top: 30px;
    padding: 16px 20px;
    border-radius: 6px;
    background-color: #f4f4f4;
}

.feed-list .media-contact h4 {
    margin-top: 2.4rem;
    color: #4a4a4a;
}

.feed-list .media-contact h4:first-child {
    margin-top: 0;
    font-size: 2.8rem;
}

.feed-list .media-contact p {
    margin-bottom: 2rem;
    font-size: 1.8rem;
}

.feed-list .media-contact .social-links {
    margin-bottom: 4px;
}

.feed-list .media-contact .social-links a img {
    width: 32px;
    height: auto;
    opacity: 0.4;
    transition: opacity 0.2s ease;
}

.feed-list .media-contact .social-links a:hover img,
.feed-list .media-contact .social-links a:active img {
    opacity: 0.7;
}

.feed-list .media-contact .social-links a+a {
    margin-left: 12px;
}

@media only screen and (min-width: 576px) {
    .feed-list .feed-item h5 {
        font-size: 1.8rem;
    }

    .feed-list .feed-item h4 {
        font-size: 2.6rem;
    }

    .feed-list .media-contact h4:first-child {
        font-size: 3.2rem;
    }
}

@media only screen and (min-width: 768px) {
    .feed-list .feed-item h5 {
        font-size: 1.6rem;
    }

    .feed-list .feed-item h4 {
        padding-right: 10px;
        font-size: 2.4rem;
    }

    .feed-list.awards-list .feed-item {
        display: flex;
        margin: 0 -15px;
        text-align: left;
    }

    .feed-list.awards-list .feed-item img {
        max-width: 100%;
        max-height: 120px;
        margin-bottom: 0;
    }

    .feed-list .media-contact {
        margin-top: 0;
    }

    .feed-list .media-contact h4:first-child {
        font-size: 2.8rem;
    }

    .feed-list .media-contact p {
        font-size: 1.4rem;
    }

    .feed-list .media-contact .social-links a img {
        width: 26px;
    }

    .feed-list .media-contact .social-links a+a {
        margin-left: 8px;
    }
}

@media only screen and (min-width: 992px) {
    .feed-list .feed-item {
        padding: 2.4rem 0;
    }

    .feed-list .feed-item h5 {
        font-size: 1.8rem;
    }

    .feed-list .feed-item h4 {
        font-size: 2.6rem;
    }

    .feed-list.awards-list .feed-item img {
        max-height: 140px;
    }

    .feed-list .media-contact h4:first-child {
        font-size: 3.2rem;
    }

    .feed-list .media-contact p {
        font-size: 1.5rem;
    }

    .feed-list .media-contact .social-links a img {
        width: 34px;
    }

    .feed-list .media-contact .social-links a+a {
        margin-left: 12px;
    }
}

@media only screen and (min-width: 1200px) {
    .feed-list .feed-item {
        padding: 26px 0;
    }

    .feed-list .feed-item h4 {
        font-size: 2.8rem;
    }

    .feed-list .feed-item p {
        font-size: 1.5rem;
    }

    .feed-list .media-contact h4:first-child {
        font-size: 3.6rem;
    }

    .feed-list .media-contact p {
        font-size: 1.8rem;
    }

    .feed-list .media-contact .social-links a img {
        width: 36px;
    }

    .feed-list .media-contact .social-links a+a {
        margin-left: 14px;
    }
}

#healthable-technology {
    position: relative;
    padding: 0;
    background-position: 43% top;
}

#healthable-technology:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
}

#healthable-technology .cta-title {
    padding-top: 150px;
}

#healthable-technology h2,
#healthable-technology h3,
#healthable-technology h5 {
    color: #fff;
}

#healthable-technology h5 {
    margin: 10px 10px 50px;
    font-size: 2rem;
}

#healthable-technology img {
    width: 44px;
}

@media only screen and (max-width: 767.98px) {
    #healthable-technology .cta-tiles>div {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #healthable-technology .cta-tiles>div+div {
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) {
    #healthable-technology {
        background-position: center bottom;
        padding-bottom: 53.33%;
    }

    #healthable-technology:before {
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    }

    #healthable-technology .container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #healthable-technology .cta-title {
        padding: 20px 0 36px;
    }

    #healthable-technology h5 {
        margin: 10px 0 50px;
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 992px) {
    #healthable-technology .cta-title {
        padding: 0 0 48px;
    }

    #healthable-technology img {
        width: 52px;
    }

    #healthable-technology h5 {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 1200px) {
    #healthable-technology .container {
        top: 40%;
    }

    #healthable-technology .cta-title {
        padding-bottom: 60px;
    }

    #healthable-technology img {
        width: 62px;
    }

    #healthable-technology h5 {
        font-size: 2.4rem;
    }
}

#hearing-aids-hero {
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 96%;
    background-position: bottom center;
    background-size: 160%;
}

#hearing-aids-hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(#f2f2f2, rgba(242, 242, 242, 0));
}

#hearing-aids-hero .container {
    position: absolute;
    top: 9%;
    left: 0;
    padding: 0 9.6vw;
    text-align: center;
}

#hearing-aids-hero .title-main-text {
    font-size: 10.133vw;
    font-weight: 300;
    color: #127aba;
}

#hearing-aids-hero .title-secondary-text {
    margin: 0 auto 5px;
    font-size: 5.6vw;
    font-family: "Mr Eaves XL Sans", Arial, sans-serif;
    line-height: 1.1;
    letter-spacing: 0;
    color: #4a4a4a;
}

#hearing-aids-hero .title-secondary-text a {
    font-weight: 400;
}

@media only screen and (min-width: 576px) {
    #hearing-aids-hero {
        padding-bottom: 540px;
        background-size: 920px;
    }

    #hearing-aids-hero .container {
        top: 50px;
        left: 50%;
        padding: 0 95px;
        transform: translateX(-50%);
    }

    #hearing-aids-hero .title-main-text {
        font-size: 5.8rem;
        line-height: 1;
    }

    #hearing-aids-hero .title-secondary-text {
        font-size: 2.4rem;
    }
}

@media only screen and (min-width: 768px) {
    #hearing-aids-hero {
        padding-bottom: 480px;
        background-size: 1020px;
    }

    #hearing-aids-hero .container {
        top: 40px;
    }

    #hearing-aids-hero .title-main-text {
        font-size: 4.2rem;
    }

    #hearing-aids-hero .title-secondary-text {
        max-width: 500px;
        font-size: 2.2rem;
    }
}

@media only screen and (min-width: 992px) {
    #hearing-aids-hero {
        padding-bottom: 47.2%;
        background-size: cover;
    }

    #hearing-aids-hero .title-main-text {
        font-size: 4.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    #hearing-aids-hero {
        padding-bottom: 660px;
        background-size: 1440px;
        background-position: center top;
    }

    #hearing-aids-hero .container {
        top: 60px;
    }

    #hearing-aids-hero .title-main-text {
        font-size: 4.8rem;
    }

    #hearing-aids-hero .title-secondary-text {
        max-width: 600px;
        font-size: 2.6rem;
    }
}

#hearing-aids-compare {
    margin: 10px 0 40px;
    padding: 0 !important;
}

#hearing-aids-compare .title-button,
#hearing-aids-compare .title-link {
    margin: 16px 0;
}

#hearing-aids-compare .title-button+.title-link {
    margin-top: 24px;
}

#hearing-aids-compare .title-link {
    font-size: 1.7rem;
    color: #767676;
}

@media only screen and (min-width: 576px) {
    #hearing-aids-compare {
        margin-bottom: 50px;
    }

    #hearing-aids-compare .title-link {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 768px) {
    #hearing-aids-compare {
        margin-top: -10px;
    }
}

@media only screen and (min-width: 992px) {
    #hearing-aids-compare {
        margin-top: -30px;
    }

    #hearing-aids-compare .title-button+.title-link {
        margin-top: 30px;
    }

    #hearing-aids-compare .title-link {
        font-size: 2rem;
    }
}

#hearing-apps-hero {
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 100%;
    background-position: bottom center;
    background-size: contain;
}

#hearing-apps-hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(#f2f2f2, rgba(242, 242, 242, 0));
}

#hearing-apps-hero .container {
    position: absolute;
    top: 9%;
    left: 0;
    padding: 0 9.6vw;
    text-align: center;
}

#hearing-apps-hero .title-main-text {
    font-size: 10.133vw;
    font-weight: 300;
    color: #127aba;
}

#hearing-apps-hero .title-secondary-text {
    color: #4a4a4a;
    margin: 0 auto 5px;
    font-family: "Mr Eaves XL Sans", Arial, sans-serif;
    font-size: 5.6vw;
    line-height: 1.1;
    letter-spacing: 0;
}

@media only screen and (min-width: 576px) {
    #hearing-apps-hero {
        padding-bottom: 540px;
        background-size: 576px;
    }

    #hearing-apps-hero .container {
        top: 50px;
        left: 50%;
        padding: 0 95px;
        transform: translateX(-50%);
    }

    #hearing-apps-hero .title-main-text {
        font-size: 5.8rem;
        line-height: 1;
    }

    #hearing-apps-hero .title-secondary-text {
        font-size: 2.4rem;
    }
}

@media only screen and (min-width: 768px) {
    #hearing-apps-hero {
        padding-bottom: 480px;
        background-size: 960px;
    }

    #hearing-apps-hero .container {
        top: 40px;
        padding: 0 15px;
    }

    #hearing-apps-hero .title-main-text {
        font-size: 4.2rem;
    }

    #hearing-apps-hero .title-secondary-text {
        max-width: 500px;
        font-size: 2.2rem;
    }
}

@media only screen and (min-width: 992px) {
    #hearing-apps-hero {
        padding-bottom: 560px;
        background-size: 1200px;
    }

    #hearing-apps-hero .title-main-text {
        font-size: 4.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    #hearing-apps-hero {
        padding-bottom: 660px;
        background-size: 1440px;
    }

    #hearing-apps-hero .container {
        top: 60px;
    }

    #hearing-apps-hero .title-main-text {
        font-size: 4.8rem;
    }

    #hearing-apps-hero .title-secondary-text {
        max-width: 600px;
        font-size: 2.6rem;
    }
}

.app-details {
    border-bottom: 2px dotted #aaaaaa;
    padding-bottom: 50px;
    margin-bottom: 60px;
}

.app-details.bottom {
    border-bottom: none;
    margin-bottom: 0;
}

.app-title {
    height: 76px;
    padding-left: 90px;
    margin-bottom: 30px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 70px;
}

@media (min-width: 992px) {
    .app-title {
        height: auto;
        padding: 0;
        text-align: center;
        margin-bottom: 45px;
    }
}

@media (min-width: 992px) {
    .app-screens-container {
        background-position: 15px 0;
        background-repeat: no-repeat;
        background-size: 70px;
    }
}

@media (min-width: 1200px) {
    .app-screens-container {
        background-size: 85px;
    }
}

.app-screens {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 310px;
}

@media (min-width: 992px) {
    .app-screens {
        margin: 0 0 0 auto;
        max-width: 350px;
    }
}

@media (min-width: 1200px) {
    .app-screens {
        max-width: 453px;
    }
}

@media (min-width: 992px) {
    .app-badges {
        padding-left: 30px;
    }
}

@media (min-width: 1200px) {
    .app-features-list {
        padding-top: 30px;
    }
}

@media (min-width: 1200px) {
    .app-badges {
        padding-left: 40px;
    }
}

.app-badge {
    display: inline-block;
    height: 44px;
    width: auto;
    margin-right: 11px;
    margin-bottom: 11px;
}

.app-badge:focus-visible {
    box-shadow: 0 0 3px 1px #127aba;
}

.app-badge>img {
    display: inline-block;
    height: 100%;
    width: auto;
}

.hearing-apps .styles-links {
    margin-bottom: 0;
}

.hearing-apps .styles-links .container-fluid::before {
    bottom: auto;
    top: 0;
}

.hearing-apps .styles-links .container-fluid::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 100px;
    border-bottom: 1px solid #ddd;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
}

.hearing-apps .styles-links .container-fluid .row>div {
    z-index: 1;
}

.hearing-apps .styles-links .style-link {
    padding-top: 38px;
    padding-bottom: 18px;
    vertical-align: top;
}

@media only screen and (min-width: 992px) {
    .hearing-apps .styles-links .style-link {
        padding-top: 63px;
        padding-bottom: 43px;
    }
}

.hearing-apps .styles-links .style-link img {
    max-width: 100px;
}

@media only screen and (min-width: 375px) {
    .hearing-apps .styles-links .style-link img {
        max-width: 125px;
    }
}

@media only screen and (min-width: 992px) {
    .hearing-apps .styles-links .style-link img {
        max-width: 125px;
    }
}

.hearing-apps .styles-links .style-link h5 {
    margin-top: 1.6rem;
    padding: 0;
    border: 0;
    font-family: "DIN 2014", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.7rem;
    color: #4a4a4a;
}

@media only screen and (max-width: 767px) {
    .hearing-apps .slick-slide:not(.slick-current) {
        opacity: 0.5;
    }
}

.hearing-apps .cta-tiles>div {
    padding-left: 40px;
    padding-right: 40px;
}

@media only screen and (min-width: 768px) {
    .hearing-apps .cta-tiles>div {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.hearing-apps .cta-tiles>div+div .cta-tile-medium {
    border-top: 2px dotted #aaaaaa;
    padding-top: 45px;
}

@media only screen and (min-width: 768px) {
    .hearing-apps .cta-tiles>div+div .cta-tile-medium {
        border-top: 0;
        padding-top: 0;
    }
}

#hearing-loss-five-steps {
    padding-bottom: 66%;
    background-position: 16% 100%;
    background-repeat: no-repeat;
    background-size: 230%;
}

#hearing-loss-five-steps .cta-banner {
    margin: 0 -15px;
}

@media only screen and (min-width: 576px) {
    #hearing-loss-five-steps {
        padding-bottom: 50%;
        background-position: 7% 100%;
        background-size: 190%;
    }
}

@media only screen and (min-width: 768px) {
    #hearing-loss-five-steps {
        padding-top: 6%;
        padding-bottom: 8%;
        background-position: center bottom;
        background-size: 100%;
    }

    #hearing-loss-five-steps .col-md-6 {
        margin-left: 50%;
    }
}

@media only screen and (min-width: 1200px) {
    #hearing-loss-five-steps {
        padding-top: 8%;
    }
}

@media only screen and (min-width: 2000px) {
    #hearing-loss-five-steps {
        padding-bottom: 10%;
    }
}

.product-highlights {
    padding: 30px 0;
}

.product-highlights .highlight-image img {
    display: block;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

.product-highlights h3 {
    color: #127aba;
}

.product-highlights .feature-wrapper {
    align-items: center;
    margin: 20px 0;
}

.product-highlights .feature-wrapper .row {
    align-items: center;
}

.product-highlights .feature-wrapper .feature-icon {
    width: 66px;
}

.product-highlights .feature-wrapper .feature-icon img {
    display: block;
    margin: auto;
}

.product-highlights .feature-wrapper .feature-title {
    width: calc(100% - 66px);
}

.product-highlights .feature-wrapper h4 {
    margin: 16px 0 16px 4px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    color: #4a4a4a;
}

@media only screen and (min-width: 576px) {
    .product-highlights {
        padding: 40px 0;
    }
}

@media only screen and (min-width: 768px) {
    .product-highlights {
        padding: 50px 0;
    }

    .product-highlights .feature-wrapper h4 {
        font-size: 2.2rem;
    }
}

@media only screen and (min-width: 992px) {
    .product-highlights .container>.row {
        align-items: center;
    }
}

@media only screen and (min-width: 1200px) {
    .product-highlights {
        padding: 60px 0;
    }

    .product-highlights .container>.row {
        align-items: initial;
    }
}

#degrees-of-hearing-loss {
    padding: 0;
    position: relative;
}

#degrees-of-hearing-loss .cta-title {
    padding: 50px 0 10px;
}

#degrees-of-hearing-loss .cta-title h3 {
    margin-bottom: 1rem;
    color: #000;
}

#degrees-of-hearing-loss .cta-tiles {
    padding-top: 0;
}

#degrees-of-hearing-loss .cta-tiles>div+div,
#degrees-of-hearing-loss .cta-tiles>li+li {
    margin-top: 16px;
}

#degrees-of-hearing-loss .cta-tiles>div+div .cta-tile-medium,
#degrees-of-hearing-loss .cta-tiles>li+li .cta-tile-medium {
    border-top: 2px dotted #aaaaaa;
}

#degrees-of-hearing-loss .col-md-3 {
    width: 80%;
    margin: 0 auto;
}

#degrees-of-hearing-loss .cta-tile-medium {
    color: #4a4a4a;
}

#degrees-of-hearing-loss .cta-tile-medium h5 {
    margin-bottom: 0.6rem;
    font-size: 2.2rem;
}

#degrees-of-hearing-loss .cta-tile-medium p {
    font-size: 1.6rem;
}

@media only screen and (max-width: 767.98px) {
    #degrees-of-hearing-loss {
        background-image: none !important;
    }
}

@media only screen and (min-width: 768px) {
    #degrees-of-hearing-loss {
        padding-bottom: 170px;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 380px;
    }

    #degrees-of-hearing-loss:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 0;
        width: 100vw;
        height: 100px;
        border-bottom: 1px solid #ddd;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
    }

    #degrees-of-hearing-loss .cta-title {
        padding-bottom: 20px;
    }

    #degrees-of-hearing-loss .cta-tiles>div+div,
    #degrees-of-hearing-loss .cta-tiles>li+li {
        margin-top: 0;
    }

    #degrees-of-hearing-loss .cta-tiles>div+div .cta-tile-medium,
    #degrees-of-hearing-loss .cta-tiles>li+li .cta-tile-medium {
        border-top: 0;
    }

    #degrees-of-hearing-loss .cta-tile-medium {
        position: relative;
        width: 110%;
        text-align: left;
    }

    #degrees-of-hearing-loss .cta-tile-medium h5 {
        font-size: 2rem;
    }

    #degrees-of-hearing-loss .cta-tile-medium p {
        font-size: 1.5rem;
    }

    #degrees-of-hearing-loss .cta-tile-1 .cta-tile-medium,
    #degrees-of-hearing-loss .cta-tile-4 .cta-tile-medium {
        top: 140px;
    }

    #degrees-of-hearing-loss .cta-tile-1 .cta-tile-medium {
        left: -10px;
    }

    #degrees-of-hearing-loss .cta-tile-2 .cta-tile-medium {
        left: -20px;
    }

    #degrees-of-hearing-loss .cta-tile-3 .cta-tile-medium {
        left: 20px;
    }

    #degrees-of-hearing-loss .cta-tile-4 .cta-tile-medium {
        left: 10px;
    }
}

@media only screen and (min-width: 992px) {
    #degrees-of-hearing-loss {
        padding-bottom: 180px;
        background-size: 440px;
    }

    #degrees-of-hearing-loss .cta-tile-medium p {
        font-size: 1.6rem;
    }

    #degrees-of-hearing-loss .cta-tile-1 .cta-tile-medium,
    #degrees-of-hearing-loss .cta-tile-4 .cta-tile-medium {
        top: 160px;
    }

    #degrees-of-hearing-loss .cta-tile-1 .cta-tile-medium {
        left: 0;
    }

    #degrees-of-hearing-loss .cta-tile-2 .cta-tile-medium {
        left: -30px;
    }

    #degrees-of-hearing-loss .cta-tile-3 .cta-tile-medium {
        left: 30px;
    }

    #degrees-of-hearing-loss .cta-tile-4 .cta-tile-medium {
        left: -10px;
    }
}

@media only screen and (min-width: 1200px) {
    #degrees-of-hearing-loss {
        padding-bottom: 250px;
        background-size: 564px;
    }

    #degrees-of-hearing-loss .cta-tile-medium h5 {
        font-size: 2.2rem;
    }

    #degrees-of-hearing-loss .cta-tile-medium p {
        font-size: 1.8rem;
    }

    #degrees-of-hearing-loss .cta-tile-1 .cta-tile-medium,
    #degrees-of-hearing-loss .cta-tile-4 .cta-tile-medium {
        top: 200px;
    }

    #degrees-of-hearing-loss .cta-tile-1 .cta-tile-medium {
        left: -30px;
    }

    #degrees-of-hearing-loss .cta-tile-2 .cta-tile-medium {
        left: -40px;
    }

    #degrees-of-hearing-loss .cta-tile-3 .cta-tile-medium {
        left: 40px;
    }

    #degrees-of-hearing-loss .cta-tile-4 .cta-tile-medium {
        left: 10px;
    }
}

#home-hearing-aids- {
    margin: 12px 0;
    padding-top: 52%;
    background-color: #f9f9f9;
    background-size: contain;
    text-align: center;
}

#home-hearing-aids- p {
    font-family: "Mr Eaves XL Sans", Arial, sans-serif;
    font-weight: 300;
    font-size: 2.4rem;
    letter-spacing: 0;
    color: #000;
}

#home-hearing-aids- h4 {
    font-weight: 300;
}

@media only screen and (min-width: 768px) {
    #home-hearing-aids- {
        padding: 30.1% 0 0;
        background-size: cover;
    }

    #home-hearing-aids- .container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #home-hearing-aids- .col-md-6 {
        flex: 0 0 44%;
        max-width: 44%;
        margin-left: 29%;
    }
}

@media only screen and (min-width: 992px) {
    #home-hearing-aids- .col-md-6 {
        flex: 0 0 40%;
        max-width: 40%;
        margin-left: 31%;
        padding: 0 15px;
    }
}

@media only screen and (min-width: 1200px) {
    #home-hearing-aids- p {
        font-size: 2.8rem;
    }
}

.press-release h3+h4 {
    margin: 0 0 4rem;
    color: #767676;
}

.press-release .media-contact {
    margin: 40px 0 50px;
    border-top: 2px dotted #ddd;
    padding-top: 40px;
}

.press-release .media-contact h4 {
    margin-bottom: 0.8rem;
}

.press-release .media-contact p {
    line-height: 1.4;
}

@media only screen and (min-width: 768px) {
    .press-release .media-contact {
        margin-bottom: 70px;
    }
}

@media only screen and (min-width: 768px) {
    #product-lead {
        padding: 40px 0;
    }
}

@media only screen and (min-width: 992px) {
    #product-lead {
        padding: 50px 0;
    }
}

@media only screen and (min-width: 1200px) {
    #product-lead {
        padding: 60px 0;
    }
}

#still-need-help {
    padding: 0;
}

#still-need-help .cta-banner {
    margin: 30px -15px 0;
    padding: 50px 0;
}

@media only screen and (min-width: 576px) {
    #still-need-help .cta-banner {
        padding: 60px 0 50px;
    }
}

@media only screen and (min-width: 768px) {
    #still-need-help .cta-banner {
        margin-top: 0;
    }

    #still-need-help .cta-banner-content {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (min-width: 992px) {
    #still-need-help .cta-banner {
        padding: 70px 0 60px;
    }
}

@media only screen and (min-width: 1200px) {
    #still-need-help .cta-banner {
        padding: 80px 0 70px;
    }
}

.styles-cards {
    padding-bottom: 0;
}

.styles-cards .container {
    padding-bottom: 4rem;
    border-bottom: 2px dotted #aaa;
}

.styles-cards .section-title {
    padding: 1rem 15px;
}

.styles-cards .section-title h3 {
    color: #127aba;
}

.styles-cards .card-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.styles-cards .card-wrapper>div {
    margin: 15px 0;
}

.styles-cards .style-card {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px 10px;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.25s ease;
}

.styles-cards .style-card img {
    height: 100px;
    margin-right: 12px;
}

.styles-cards .style-card h4 {
    margin-bottom: 0.4rem;
    font-size: 2.2rem;
    font-weight: 700;
    transition: color 0.25s ease;
}

.styles-cards .style-card p {
    margin-bottom: 0;
    font-size: 1.6rem;
    color: #203232;
}

.hearing-styles .styles-cards .style-card {
    text-align: center;
    flex-direction: column;
    padding: 10px 24px 24px;
}

.hearing-styles .styles-cards .style-card img {
    width: 220px;
    height: auto;
    margin: 0;
}

.styles-cards a:hover {
    text-decoration: none;
}

.styles-cards a:hover .style-card {
    box-shadow: 0 1px 8px 0 rgba(18, 122, 186, 0.5);
}

.styles-cards a:hover .style-card h4 {
    color: #127aba;
}

.styles-cards .styles-link {
    margin-top: 30px;
    text-align: center;
}

@media only screen and (min-width: 576px) {
    .styles-cards .container {
        padding-bottom: 50px;
    }

    .styles-cards .section-title {
        padding: 1rem 3rem;
    }

    .styles-cards .style-card {
        padding: 8px 16px;
    }

    .styles-cards .style-card img {
        height: 136px;
        margin-right: 16px;
    }

    .styles-cards .style-card h4 {
        font-size: 2.5rem;
    }

    .styles-cards .style-card p {
        font-size: 1.8rem;
    }

    .hearing-styles .styles-cards .card-wrapper {
        justify-items: stretch;
    }

    .hearing-styles .styles-cards .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .hearing-styles .styles-cards .style-card {
        height: 100%;
        padding: 10px 16px 20px;
    }

    .hearing-styles .styles-cards .style-card img {
        width: 180px;
    }
}

@media only screen and (min-width: 768px) {
    .styles-cards .container {
        padding-bottom: 60px;
    }

    .styles-cards .section-title {
        padding: 2rem 15px;
    }

    .styles-cards .card-wrapper {
        justify-items: stretch;
    }

    .styles-cards .style-card {
        flex-direction: column;
        height: 100%;
        padding: 6px 12px 16px;
        text-align: center;
    }

    .styles-cards .style-card img {
        margin-right: 0;
    }

    .styles-cards .style-card h4 {
        font-size: 2rem;
    }

    .styles-cards .style-card p {
        font-size: 1.6rem;
    }

    .styles-cards .styles-link {
        margin-top: 40px;
    }

    .hearing-styles .styles-cards .container {
        border: 0;
    }

    .hearing-styles .styles-cards .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .hearing-styles .styles-cards .style-card img {
        width: 160px;
    }
}

@media only screen and (min-width: 992px) {
    .styles-cards .container {
        padding-bottom: 70px;
    }

    .styles-cards .section-title {
        padding-bottom: 3rem;
    }

    .styles-cards .style-card {
        padding: 8px 20px 22px;
    }

    .styles-cards .style-card img {
        height: 144px;
    }

    .styles-cards .style-card h4 {
        font-size: 2.2rem;
    }

    .styles-cards .style-card p {
        font-size: 1.8rem;
    }

    .hearing-styles .styles-cards .style-card {
        padding: 10px 24px 32px;
    }

    .hearing-styles .styles-cards .style-card img {
        width: 200px;
    }

    .styles-cards .styles-link {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    .styles-cards .container {
        padding-bottom: 80px;
    }

    .styles-cards .section-title {
        padding-bottom: 4rem;
    }

    .styles-cards .style-card {
        padding: 10px 28px 24px;
    }

    .styles-cards .style-card img {
        height: 180px;
    }

    .styles-cards .style-card h4 {
        margin: 0.3rem 0 0.6rem;
        font-size: 2.6rem;
    }

    .styles-cards .style-card p {
        font-size: 2rem;
    }

    .hearing-styles .styles-cards .style-card img {
        width: 240px;
    }

    .styles-cards .styles-link {
        margin-top: 60px;
    }
}

.support-accordion {
    margin-top: -40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.support-accordion .accordion-light {
    margin-top: 0;
}

@media only screen and (min-width: 576px) {
    .support-accordion {
        margin-top: -60px;
    }
}

@media only screen and (min-width: 768px) {
    .support-accordion {
        padding-bottom: 60px;
    }
}

#support-categories {
    padding-top: 0;
}

#support-categories .cta-title {
    padding: 0 0 80px;
}

#support-categories .cta-tiles {
    margin-right: 8%;
    margin-left: 8%;
    padding-top: 0;
}

#support-categories .cta-tiles>div+div,
#support-categories .cta-tiles>li+li {
    border-top: 2px dotted #aaaaaa;
    padding-top: 36px;
}

#support-categories .cta-tile-tiny {
    align-items: center;
}

#support-categories .cta-content {
    padding-right: 15%;
    padding-left: 24px;
}

#support-categories h5,
#support-categories .h5 {
    margin-bottom: 0;
    font-size: 2.2rem;
    text-transform: none;
}

@media only screen and (min-width: 576px) {
    #support-categories {
        margin-top: -16px;
    }
}

@media only screen and (min-width: 768px) {
    #support-categories .cta-tiles {
        margin-right: -15px;
        margin-left: -15px;
    }

    #support-categories .cta-tiles>div+div,
    #support-categories .cta-tiles>li+li {
        border-top: 0;
        border-left: 2px dotted #aaaaaa;
        padding-top: 0;
    }

    #support-categories .cta-tile-tiny {
        padding: 15px 0;
    }

    #support-categories .cta-content {
        padding: 0 15px;
    }

    #support-categories h5,
    #support-categories .h5 {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 992px) {
    #support-categories {
        margin-top: -32px;
    }

    #support-categories .cta-title {
        padding-bottom: 100px;
    }

    #support-categories .cta-content {
        padding: 0 35px;
    }

    #support-categories h5,
    #support-categories .h5 {
        font-size: 2.1rem;
    }
}

@media only screen and (min-width: 1200px) {
    #support-categories .cta-content {
        padding: 0 45px;
    }

    #support-categories h5,
    #support-categories .h5 {
        font-size: 2.4rem;
    }
}

.search-container #search-term {
    width: 100%;
    max-width: 620px;
    border-color: #ddd;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    padding: 12px 12px 12px 50px;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.13925 19.1940833l-5.25525-5.25525c2.4946446-3.5060439 1.88623-8.33886503-1.3995684-11.11719619C11.1986332.04330595 6.33190868.24658283 3.28924576 3.28924576.24658283 6.33190868.04330595 11.1986332 2.82163711 14.4844316 5.59996827 17.77023 10.4327894 18.3786446 13.9388333 15.884l5.25525 5.25525 1.9451667-1.9451667zM3.15698983 9.12815904c0-3.29778569 2.67338352-5.97116921 5.97116921-5.97116921 3.29778566 0 5.97116926 2.67338352 5.97116926 5.97116921 0 3.29778566-2.6733836 5.97116926-5.97116926 5.97116926-3.29622671-.0037607-5.96740853-2.6749425-5.97116921-5.97116926z' fill-rule='nonzero' fill='%23111'/%3E%3C/svg%3E");
    background-position: 14px center;
    background-repeat: no-repeat;
    font-family: "DIN 2014", Arial, sans-serif;
    font-size: 2rem;
}

.search-container #search-term::-moz-placeholder {
    color: #b2b2b2;
}

.search-container #search-term::placeholder {
    color: #b2b2b2;
}

@media only screen and (min-width: 992px) {
    .search-container input {
        font-size: 2.2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .search-container input {
        font-size: 2.4rem;
    }
}

.support-tiles .cta-tiles {
    justify-content: center;
    align-items: stretch;
    max-width: 860px;
    margin: 0 auto;
}

.support-tiles .cta-tiles>div {
    flex: 0 0 50%;
    max-width: 50%;
}

.support-tiles .cta-tiles>div+div {
    margin-top: 0;
}

.support-tiles .cta-tile-tiny.cta-tile-tiny-link {
    margin: 0 0 16px;
    padding: 12px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.support-tiles .cta-tile-tiny.cta-tile-tiny-link>div {
    flex: 0 0 100%;
    max-width: 100%;
}

.support-tiles .cta-tile-tiny.cta-tile-tiny-link .cta-image {
    padding-right: 15px;
    text-align: center;
}

.support-tiles .cta-tile-tiny.cta-tile-tiny-link .cta-image img {
    margin-top: 0;
}

.support-tiles .cta-tile-tiny.cta-tile-tiny-link .cta-content h5 {
    margin-top: 16px;
    font-size: 1.8rem;
    text-align: center;
    text-transform: none;
}

.support-tiles .cta-tile-tiny.cta-tile-tiny-link .cta-content .cta-tile-arrow {
    display: none;
}

@media only screen and (min-width: 576px) {
    .support-tiles .cta-tiles>div {
        flex: 0 0 33%;
        max-width: 33%;
    }
}

#thrive-app {
    text-align: center;
}

#thrive-app .cta-banner-image {
    margin: 20px 0;
}

@media only screen and (min-width: 576px) {
    #thrive-app .cta-banner-image {
        margin-top: 30px;
        padding-left: 90px;
    }
}

@media only screen and (min-width: 1200px) {
    #thrive-app .cta-banner-content {
        padding: 0 25px;
    }

    #thrive-app .cta-banner-image {
        max-width: 480px;
    }
}

#orcam .cta-banner-image {
    max-width: 480px;
}

@media screen and (min-width: 576px) {
    #orcam .cta-banner-image img {
        padding-left: 60px;
    }
}

#tinnitus-guide {
    position: relative;
    padding: 0 0 405px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 960px;
}

#tinnitus-guide .cta-banner {
    margin: 0 -15px;
}

#tinnitus-guide .cta-banner-content {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 40px;
    background-color: rgba(255, 255, 255, 0.4);
}

@media only screen and (min-width: 576px) {
    #tinnitus-guide {
        padding-bottom: 340px;
        background-position: center bottom;
        background-size: contain;
    }

    #tinnitus-guide .cta-banner-content {
        left: 50%;
        max-width: 500px;
        background-color: transparent;
        transform: translateX(-50%);
    }
}

@media only screen and (min-width: 768px) {
    #tinnitus-guide {
        padding-bottom: 37.3%;
        background-size: cover;
    }

    #tinnitus-guide .cta-banner-content {
        padding: 0 100px;
    }
}

@media only screen and (min-width: 992px) {
    #tinnitus-guide .cta-banner-content {
        margin-top: 60px;
        padding: 0 60px;
    }
}

@media only screen and (min-width: 1200px) {
    #tinnitus-guide .cta-banner-content {
        margin-top: 6.67vw;
        padding: 0;
    }
}

#try-product- {
    padding: 0;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 375px;
}

#try-product- .container {
    border-bottom: 2px dotted #aaaaaa;
}

#try-product- .cta-banner-content {
    padding-top: 40px;
    text-align: center;
}

#try-product- .footnote {
    font-family: "Mr Eaves XL Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.7rem;
    color: #767676;
}

#try-product- .footnote a {
    display: inline;
    color: #127aba;
}

@media only screen and (max-width: 767.98px) {
    #try-product- .cta-banner {
        align-items: flex-start;
    }

    #try-product-.livio .cta-banner,
    #try-product-.livio-edge-ai .cta-banner {
        height: 590px;
    }

    #try-product-.livio-ai .cta-banner {
        height: 520px;
    }

    #try-product-.picasso .cta-banner {
        height: 700px;
    }

    #try-product-.livio .footnote,
    #try-product-.livio-edge-ai .footnote {
        position: absolute;
        bottom: -380px;
        width: calc(100% - 30px);
    }

    #try-product-.livio-ai .footnote {
        position: absolute;
        bottom: -310px;
        width: calc(100% - 30px);
    }
}

@media only screen and (min-width: 768px) {
    #try-product- {
        background-size: 768px;
    }

    #try-product-.livio .cta-banner {
        height: 395px;
    }

    #try-product-.livio-ai .cta-banner {
        height: 340px;
    }

    #try-product-.livio-edge-ai .cta-banner {
        height: 356px;
    }

    #try-product-.picasso .cta-banner {
        height: 418px;
    }

    #try-product- .cta-banner-content {
        padding-top: 0;
    }

    #try-product-.livio .cta-banner-content {
        margin-left: 50%;
    }

    #try-product- .footnote {
        position: absolute;
        left: 0;
        width: 720px;
    }

    #try-product-.livio .footnote {
        bottom: -110px;
        left: -100%;
    }

    #try-product-.livio-ai .footnote {
        bottom: -80px;
    }

    #try-product-.livio-edge-ai .footnote {
        bottom: -90px;
    }

    #try-product-.picasso .footnote {
        bottom: -124px;
    }
}

@media only screen and (min-width: 992px) {
    #try-product- {
        padding: 0;
        background-size: 992px;
    }

    #try-product-.livio .cta-banner {
        height: 510px;
    }

    #try-product-.livio-ai .cta-banner {
        height: 450px;
    }

    #try-product-.livio-edge-ai .cta-banner {
        height: 460px;
    }

    #try-product-.picasso .cta-banner {
        height: 540px;
    }

    #try-product- .footnote {
        width: 960px;
    }

    #try-product- .footnote p {
        font-size: 1.6rem;
    }

    #try-product-.livio .footnote {
        bottom: -156px;
    }

    #try-product-.livio-ai .footnote {
        bottom: -126px;
    }

    #try-product-.livio-edge-ai .footnote {
        bottom: -131px;
    }

    #try-product-.picasso .footnote {
        bottom: -171px;
    }
}

@media only screen and (min-width: 1200px) {
    #try-product- {
        background-size: 1200px;
    }

    #try-product-.livio .cta-banner {
        height: 617px;
    }

    #try-product-.livio-ai .cta-banner {
        height: 530px;
    }

    #try-product-.livio-edge-ai .cta-banner {
        height: 556px;
    }

    #try-product-.picasso .cta-banner {
        height: 654px;
    }

    #try-product- .footnote {
        width: 1140px;
    }

    #try-product- .footnote p {
        font-size: 1.8rem;
    }

    #try-product-.livio .footnote {
        bottom: -193px;
    }

    #try-product-.livio-ai .footnote {
        bottom: -149px;
    }

    #try-product-.livio-edge-ai .footnote {
        bottom: -162px;
    }

    #try-product-.picasso .footnote {
        bottom: -212px;
    }
}

@media only screen and (min-width: 1440px) {
    #try-product- {
        background-size: 1440px;
    }

    #try-product-.livio .cta-banner {
        height: 740px;
    }

    #try-product-.livio-ai .cta-banner {
        height: 640px;
    }

    #try-product-.livio-edge-ai .cta-banner {
        height: 667px;
    }

    #try-product-.picasso .cta-banner {
        height: 784px;
    }

    #try-product- .footnote {
        width: 1140px;
    }

    #try-product- .footnote p {
        font-size: 2rem;
    }

    #try-product-.livio .footnote {
        bottom: -234px;
    }

    #try-product-.livio-ai .footnote {
        bottom: -184px;
    }

    #try-product-.livio-edge-ai .footnote {
        bottom: -198px;
    }

    #try-product-.picasso .footnote {
        bottom: -256px;
    }
}

.param-video-modal {
    z-index: 1041;
    width: auto;
    height: auto;
    aspect-ratio: 16/9;
    max-width: 1000px;
}

@media (min-width: 992px) {
    .param-video-modal {
        transform: translateY(min(0px, -50vh + 60%));
    }
}

.param-video-modal::backdrop {
    background-color: rgba(0, 0, 0, 0.8);
}

.param-video-modal .close-param-video-dialog {
    font-size: 5rem;
    font-weight: bold;
    color: white;
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    width: 25px;
    height: 25px;
    line-height: 0;
    display: grid;
    place-content: center;
    overflow: hidden;
    padding: 0 12px;
}

main {
    overflow: hidden;
}

.search-container {
    position: relative;
}

.search-container #search-term.active {
    border-radius: 10px 10px 0 0;
}

.search-container .popular-searches {
    background-color: #fff;
    display: inline-block;
    max-width: 620px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0 0 10px 10px;
    opacity: 0;
    position: absolute;
    top: 54px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    font-size: 1.6rem;
    transition: all 0.1s ease-in-out;
}

.search-container .popular-searches.showBox {
    opacity: 1;
    z-index: 100;
    top: 56px;
}

.search-container .popular-searches .closeBtn {
    position: absolute;
    right: 10px;
    top: 5px;
    font-weight: bold;
}

.search-container .popular-searches .closeBtn:hover {
    cursor: pointer;
}

.search-container .popular-searches ul {
    list-style: none;
    padding: 0 2rem;
}

.search-container .popular-searches ul> :first-child {
    color: #b2b2b2;
}

.search-container .popular-searches ul li {
    text-align: left;
    margin-bottom: 0.5rem;
}

.search-container .popular-searches ul li a {
    font-size: 1.6rem;
}

body>footer .footer-social a.bbb-a-plus {
    width: 100%;
    margin: 2.4rem 0.4rem 2rem;
    opacity: 1;
    cursor: default;
}

body>footer .footer-social a.bbb-a-plus svg {
    display: block;
    height: 52px;
    width: auto;
    margin: 0 auto;
}

@media only screen and (min-width: 375px) {
    body>footer .footer-social a.bbb-a-plus {
        width: 300px;
    }
}

@media only screen and (min-width: 768px) {
    body>footer .footer-social a.bbb-a-plus {
        width: 500px;
    }
}

@media only screen and (min-width: 992px) {
    body>footer .footer-social a.bbb-a-plus {
        width: auto;
        margin: 1.6rem 0 0.6rem;
    }

    body>footer .footer-social a.bbb-a-plus svg {
        height: 42px;
    }
}

@media only screen and (min-width: 1200px) {
    body>footer .footer-social a.bbb-a-plus {
        margin: 0.4rem 0.4rem 0.4rem 1.2rem;
    }
}

/*# sourceMappingURL=en.css.map */