/*!
 * Bootstrap Reboot v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
:after,
:before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        Noto Sans,
        Liberation Sans,
        sans-serif,
        Apple Color Emoji,
        Segoe UI Emoji,
        Segoe UI Symbol,
        Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    font-style: normal;
    line-height: inherit;
}
address,
dl,
ol,
ul {
    margin-bottom: 1rem;
}
dl,
ol,
ul {
    margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-family:
        SFMono-Regular,
        Menlo,
        Monaco,
        Consolas,
        Liberation Mono,
        Courier New,
        monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    border-style: none;
}
img,
svg {
    vertical-align: middle;
}
svg {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
    margin: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
@font-face {
    font-family: Invention;
    src: url(/fonts/invention/Invention_Rg.ttf);
    src:
        url(/fonts/invention/Invention_Rg.eot) format("embedded-opentype"),
        url(/fonts/invention/Invention_Rg.woff2) format("woff2"),
        url(/fonts/invention/Invention_Rg.woff) format("woff"),
        url(/fonts/invention/Invention_Rg.ttf) format("truetype"),
        url(/fonts/invention/Invention_Rg.svg#Invention_Rg) format("svg");
    font-weight: 400;
}
@font-face {
    font-family: Invention;
    src: url(/fonts/invention/Invention_Lt.ttf);
    src:
        url(/fonts/invention/Invention_Lt.eot) format("embedded-opentype"),
        url(/fonts/invention/Invention_Lt.woff2) format("woff2"),
        url(/fonts/invention/Invention_Lt.woff) format("woff"),
        url(/fonts/invention/Invention_Lt.ttf) format("truetype"),
        url(/fonts/invention/Invention_Lt.svg#Invention_Lt) format("svg");
    font-weight: 100;
}
@font-face {
    font-family: Invention;
    src: url(/fonts/invention/Invention_Bd.ttf);
    src:
        url(/fonts/invention/Invention_Bd.eot) format("embedded-opentype"),
        url(/fonts/invention/Invention_Bd.woff2) format("woff2"),
        url(/fonts/invention/Invention_Bd.woff) format("woff"),
        url(/fonts/invention/Invention_Bd.ttf) format("truetype"),
        url(/fonts/invention/Invention_Bd.svg#Invention_Bd) format("svg");
    font-weight: 700;
}
@font-face {
    font-family: Claire Hand;
    src: url(/fonts/claire-hand/ClaireHand-Regular.ttf);
    src:
        url(/fonts/claire-hand/ClaireHand-Regular.eot) format("embedded-opentype"),
        url(/fonts/claire-hand/ClaireHand-Regular.woff) format("woff");
    font-weight: 400;
}
@font-face {
    font-family: Claire Hand;
    src: url(/fonts/claire-hand/ClaireHand-Bold.ttf);
    src:
        url(/fonts/claire-hand/ClaireHand-Bold.eot) format("embedded-opentype"),
        url(/fonts/claire-hand/ClaireHand-Bold.woff) format("woff");
    font-weight: 700;
}
@font-face {
    font-family: Claire Hand;
    src: url(/fonts/claire-hand/ClaireHand-Light.ttf);
    src:
        url(/fonts/claire-hand/ClaireHand-Light.eot) format("embedded-opentype"),
        url(/fonts/claire-hand/ClaireHand-Light.woff) format("woff");
    font-weight: 100;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-family: Invention;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.bold,
b,
strong {
    font-weight: 700;
}
.normal {
    font-weight: 400;
}
.lighter {
    font-weight: 100;
}
.h1,
h1 {
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 15px;
    letter-spacing: 0.3px;
    margin-left: -2.5px;
}
.h1,
.h2,
h1,
h2 {
    font-family: Invention;
    font-weight: 100;
    font-kerning: normal;
}
.h2,
h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 16px;
    letter-spacing: 0.2px;
    color: #00857c;
}
@media (max-width: 767px) {
    .h2,
    h2 {
        font-size: 22px;
        line-height: 28px;
    }
}
.h3,
h3 {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.2px;
}
.h3,
.h4,
h3,
h4 {
    font-family: Invention;
    font-weight: 700;
    margin-bottom: 15px;
    font-kerning: normal;
}
.h4,
h4 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1px;
}
.h5,
h5 {
    font-weight: 100;
    font-size: 22px;
    margin-bottom: 5px;
    font-kerning: normal;
}
.h5,
address,
h5,
p {
    font-family: Invention;
    line-height: 26px;
}
address,
p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 1em;
    color: #3a3a3a;
}
@media (max-width: 767px) {
    address,
    p {
        font-size: 14px;
        line-height: 20px;
    }
}
hr {
    margin: 0;
    border-color: #f7f7f7;
}
hr.hr-padding {
    padding: 20px 0;
}
.darker-gray {
    color: #3a3a3a;
}
.navy {
    color: #0c2340;
}
.white {
    color: #fff;
}
.green {
    color: #00857c;
}
.mint {
    color: #6eceb2;
}
.salmon {
    color: #ff9c9b;
}
.black {
    color: #3a3a3a;
}
ul:not(.navbar-nav) {
    margin-bottom: 15px;
    padding-left: 1.2rem;
}
ul:not(.navbar-nav).two-col {
    -moz-column-count: 2;
    column-count: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
@media (max-width: 767px) {
    ul:not(.navbar-nav).two-col {
        -moz-column-count: 1;
        column-count: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}
ul:not(.navbar-nav) li {
    font-family: Invention;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    list-style: disc;
    margin-bottom: 5px;
}
ul:not(.navbar-nav) li span {
    color: #0c2340;
}
ul:not(.navbar-nav) ul {
    padding-left: 0;
    margin-bottom: 0;
}
ul:not(.navbar-nav) ul li {
    list-style: none;
    margin-bottom: 5px;
}
ul:not(.navbar-nav) ul li:before {
    content: "-";
    font-family: Invention;
    font-weight: 700;
    margin: 0 10px 0 0;
}
@media (max-width: 991px) {
    body.safari ol {
        padding-left: 1.5rem;
    }
}
ol {
    margin-bottom: 15px;
    padding-left: 1.3rem;
}
ol li {
    font-family: Invention;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 5px;
}
ol li span {
    color: #0c2340;
}
ol ul {
    padding-left: 0;
    margin-bottom: 0;
}
ol ul li {
    list-style: lower-roman;
    margin-bottom: 5px;
}
.semi-bold {
    font-weight: 600;
}
.no-wrap {
    white-space: nowrap;
}
.text-uppercase {
    text-transform: uppercase;
}
body {
    position: relative;
}
body.overflowX {
    overflow-x: visible;
}
body.overflowX main {
    padding-top: 0 !important;
}
main {
    padding-top: 144px;
}
@media (max-width: 991px) {
    main {
        padding-top: 88px;
    }
}
.flex {
    display: flex;
}
.flex-row {
    flex-direction: row;
}
.flex-column {
    flex-direction: column;
}
.flex.space-between {
    justify-content: space-between;
}
.vertical-divider {
    min-height: 100%;
    width: 1px;
    background-color: hsla(0, 0%, 40.4%, 0.3);
}
.fill-hover {
    background: transparent !important;
    background-color: transparent !important;
    position: relative;
    transition: color 0.2s;
    z-index: 2;
    text-decoration: none;
}
.fill-hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #00857c;
    transition: 0.4s;
    z-index: -2;
}
.fill-hover.cancer-type-button:hover {
    border-color: #00857c !important;
}
.fill-hover:hover {
    color: #fff !important;
    text-decoration: none;
}
.fill-hover:hover:before {
    width: 100%;
}
.pt-40 {
    padding-top: 40px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-5 {
    padding-bottom: 5px;
}
.slide-hover {
    text-decoration: none;
    position: relative;
    display: inline-block;
}
.slide-hover:after,
.slide-hover:before {
    width: 100%;
    z-index: 2;
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    height: 2px;
    box-sizing: border-box;
    background-color: #00857c;
    transition: 0.4s;
}
.slide-hover:before {
    width: 0;
    z-index: 1;
}
.slide-hover:after {
    left: auto;
    right: 0;
}
.slide-hover:hover:before {
    width: 100%;
    -webkit-animation: animationWidthNoneToFull 0.5s ease-in both;
    animation: animationWidthNoneToFull 0.5s ease-in both;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.slide-hover:hover:after {
    -webkit-animation: animationWidthFullToNone 0.4s ease-in both;
    animation: animationWidthFullToNone 0.4s ease-in both;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
@-webkit-keyframes animationWidthFullToNone {
    0% {
        width: 100%;
    }
    to {
        width: 0;
    }
}
@keyframes animationWidthFullToNone {
    0% {
        width: 100%;
    }
    to {
        width: 0;
    }
}
@-webkit-keyframes animationWidthNoneToFull {
    0% {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@keyframes animationWidthNoneToFull {
    0% {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@media (max-width: 991px) {
    #onetrust-banner-sdk {
        //top: -128px !important;
    }
}

header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2000;
}
header.not-fixed {
    position: relative;
}
header.notAtTop nav {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.nav-bar {
    flex-direction: row;
    background-color: #fff;
}
.nav-bar,
.nav-bar .nav-links {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.nav-bar .nav-links {
    align-items: center;
    padding: 50px 0 70px 10%;
}
.nav-bar .nav-links a {
    font-size: 16px;
    line-height: 18px;
    padding: 0 25px;
    border-right: 1px solid hsla(0, 0%, 40.4%, 0.3);
    color: #0c2340;
    transition: color 0.25s;
}
.nav-bar .nav-links a:last-of-type {
    border-right: none;
    padding-right: 0;
}
.nav-bar .nav-links a:hover {
    text-decoration: none;
    color: #00857c;
}
.nav-bar .nav-links a.navbar-brand {
    font-size: 24px;
    line-height: 24px;
    padding: 0 25px 0 0;
    border-right: none;
    color: #00857c;
}
.nav-bar .nav-links a.navbar-brand:hover {
    text-decoration: none;
    color: #00857c;
}
.nav-bar .social {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: #00857c;
    padding: 50px 10% 20px 40px;
    margin-bottom: 50px;
}
@media (max-width: 991px) {
    .nav-bar .social {
        padding: 24px 10%;
    }
}
.nav-bar .social a {
    width: 22px;
    height: 22px;
    margin: 0 15px;
}
.nav-bar .social a:first-of-type {
    margin-left: 0;
}
.nav-bar .social a:last-of-type {
    margin-right: 0;
}
.nav-bar .social a svg {
    fill: #fff;
    height: 100%;
    width: 100%;
    transition: fill 0.25s;
}
.nav-bar .social a:hover svg {
    fill: #e0e0e2;
}
.nav-bar.mobile {
    display: none;
}
.nav-bar.mobile .nav-bar-wrapper {
    width: 80vw;
    position: fixed;
    right: -95vw;
    height: 100%;
    background: #fff;
    z-index: 2001;
    box-shadow: -10px 0 20px 5px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
}
.nav-bar.mobile .nav-bar-wrapper button {
    outline: none;
    border: none;
    background: transparent;
    margin: 15px 15px 15px auto;
    align-self: flex-end;
    width: 35px;
    padding: 15px 0;
}
.nav-bar.mobile .nav-bar-wrapper button svg {
    height: 26px;
}
.nav-bar.mobile .nav-bar-wrapper button svg path {
    fill: #676767;
}
.nav-bar.mobile .nav-bar-wrapper .nav-links {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 10%;
    margin: 0 0 auto;
    padding-top: 20px;
}
.nav-bar.mobile .nav-bar-wrapper .nav-links > span {
    margin-bottom: 45px;
    font-size: 24px;
    line-height: 24px;
    padding: 0 25px 0 0;
    border-right: none;
    color: #00857c;
}
.nav-bar.mobile .nav-bar-wrapper .nav-links a {
    padding: 15px 0;
    font-size: 18px;
    border-right: none;
    border-bottom: 1px solid #00857c;
    width: 100%;
}
.nav-bar.mobile .nav-bar-wrapper .nav-links a:last-of-type {
    border-bottom: none;
}
.nav-bar.mobile .nav-bar-wrapper .social {
    margin-bottom: 0;
}
.nav-bar.mobile .mobile-menu-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 20px;
    width: 100%;
}
.nav-bar.mobile .mobile-menu-head button {
    background: transparent;
    border: none;
}
.nav-bar.mobile .mobile-menu-head button svg {
    width: 34px;
    margin-top: -3px;
}
.nav-bar.mobile .mobile-menu-head button svg path {
    fill: #676767 !important;
}
.nav-bar.mobile .mobile-menu-head .navbar-brand {
    font-size: 24px;
    line-height: 24px;
    padding: 0 25px 0 0;
    border-right: none;
    color: #00857c;
}
@media (max-width: 991px) {
    .nav-bar.desktop {
        display: none;
    }
    .nav-bar.mobile {
        display: flex;
    }
}
footer {
    background-color: #f5f5f4;
    padding: 60px 0;
}
footer .ai {
    width: 89px;
}
footer .ai.mobile {
    display: none;
}
@media (max-width: 575px) {
    footer .ai.desktop {
        display: none;
    }
    footer .ai.mobile {
        display: block;
        padding-top: 20px;
    }
}
footer .container {
    width: 80%;
    margin: auto;
    max-width: 1200px;
}
footer .container .flex-wrap {
    flex-wrap: wrap;
}
footer .container .flex-wrap span {
    display: block;
    margin: 0 10px;
}
@media (max-width: 767px) {
    footer .container {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
}
footer .container a {
    color: #676767;
    transition: color 0.25s;
}
footer .container a:hover {
    text-decoration: none;
    color: #00857c;
}
footer .container > .flex-row {
    align-items: center;
    margin: 15px 0;
}
footer .container > .flex-row a {
    color: #3a3a3a;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
}
footer .container > .flex-row a.footer-logo {
    width: 210px;
    height: auto;
    margin-right: 60px;
}
@media (max-width: 767px) {
    footer .container > .flex-row a.footer-logo {
        margin-right: auto;
    }
}
@media (max-width: 767px) {
    footer .container > .flex-row {
        flex-wrap: wrap;
    }
    footer .container > .flex-row > a {
        margin: 0 auto 25px;
    }
    footer .container > .flex-row > .flex-row {
        flex-wrap: wrap;
        justify-content: center;
    }
    footer .container > .flex-row > .flex-row a {
        margin-right: 0;
    }
}
footer .container > .flex-row:first-of-type a {
    color: #3a3a3a;
    margin-right: 30px;
}
@media (max-width: 767px) {
    footer .container > .flex-row:first-of-type a {
        margin-bottom: 0;
    }
}
@media (max-width: 375px) {
    footer .container > .flex-row:first-of-type a {
        margin-right: 10px;
    }
}
footer .container > .flex-row:first-of-type a:hover {
    color: #00857c;
}
footer .container > .flex-row:first-of-type a:first-of-type {
    margin-left: 0;
}
footer .container > .flex-row:first-of-type a:last-of-type {
    margin-right: 0;
}
footer .container .footer-copy {
    margin: 15px 0;
}
footer .container .footer-copy p {
    margin: 0;
    font-size: 14px;
}
footer .container .footer-copy p:last-of-type {
    margin: 10px 0 0;
}
.hero {
    position: relative;
    background-size: cover;
    min-height: 33.33333vw;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 991px) {
    .hero {
        min-height: auto;
        background: transparent;
    }
}
.hero .organic-circle {
    position: absolute;
    left: -200px;
    bottom: -100px;
}
.hero .poster {
    width: 100%;
    margin-bottom: 30px;
}
.hero .poster.mobile {
    display: none;
}
@media (max-width: 991px) {
    .hero .poster.mobile {
        display: block;
    }
    .hero .poster.desktop {
        display: none;
    }
}
.hero-video {
    position: relative;
}
.hero-video-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
    .hero-video-overlay {
        display: none;
    }
}
.hero-video video {
    position: absolute;
    width: 100vw;
    top: 0;
    z-index: -1;
}
@media (max-width: 991px) {
    .hero-video video {
        display: none;
    }
}
.hero-video .hero-button-wrapper {
    text-align: center;
    z-index: 6;
}
.hero-video .hero-button-wrapper.mobile {
    display: none;
}
@media (max-width: 991px) {
    .hero-video .hero-button-wrapper {
        position: absolute;
    }
    .hero-video .hero-button-wrapper.mobile {
        display: flex;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .hero-video .hero-button-wrapper.desktop {
        display: none;
    }
}
.hero-video .hero-button-wrapper p {
    font-size: 26px;
    margin-bottom: 70px;
}
@media (max-width: 991px) {
    .hero-video .hero-button-wrapper p {
        line-height: 34px;
        margin-bottom: 0;
    }
}
.hero-video .hero-button-wrapper button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: background-color 0.25s;
}
@media (max-width: 991px) {
    .hero-video .hero-button-wrapper button {
        margin: 0;
    }
}
.hero-video .hero-button-wrapper button svg {
    display: block;
    position: static;
    fill: #00857c;
    width: 60%;
    transition: fill 0.25s;
}
.hero-video .hero-button-wrapper button svg path {
    stroke: #fff;
}
.hero-video .hero-button-wrapper button:hover {
    background-color: #6eceb2;
}
.hero-video .hero-button-wrapper button:hover svg {
    fill: #fff;
}
.hero-video .hero-button-wrapper button:hover svg path {
    stroke: #6eceb2;
}
.hero-video .video-holder {
    width: 100vw;
    height: 100%;
    max-height: 33.33333vw;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-video .video-holder.bg-enabled {
    background-image: url(/images/TNBC_Home_Marquee_Static_Backup.jpg);
}
@media (max-width: 991px) {
    .hero-video .video-holder {
        position: relative;
        background-image: url(/images/hero-video-banner-mobile.jpg);
        background-size: cover;
        min-height: 56.49718vw;
    }
    .hero-video .video-holder p {
        text-shadow: 0 0 10px #000;
    }
}
.hero-video .iframe-holder {
    height: 100%;
    width: 100%;
}
@media (max-width: 991px) {
    .hero-video .iframe-here {
        position: absolute;
        top: 0;
        height: 100%;
    }
}
.hero-video svg {
    position: absolute;
    bottom: -40px;
    z-index: 100;
    display: none;
}
@media (max-width: 991px) {
    .hero-video svg {
        top: auto;
        bottom: -45px;
    }
}
.hero-video svg path {
    stroke: #3a3a3a;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.hero .hero-copy {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    background-color: #00857c;
    padding: 35px 120px 35px 70px;
    color: #fff;
    z-index: 2;
    min-width: 950px;
}
@media (max-width: 991px) {
    .hero .hero-copy {
        position: static;
        transform: translate(0);
        padding: 30px;
        width: 100%;
        z-index: -1;
        min-width: 100%;
    }
}
.hero .hero-copy:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(/images/lines-bg.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 200px;
    top: 0;
    left: 0;
    top: 30px;
}
@media (max-width: 991px) {
    .hero .hero-copy:after {
        background-size: 130px;
    }
}
@media (max-width: 991px) {
    body.safari .hero-button-wrapper button svg {
        width: 100%;
    }
}
.subtitle {
    text-align: center;
    margin: 0 auto 40px;
    width: 893px;
    max-width: 100%;
}

p.subtitle {
    line-height: 28px;
    letter-spacing: -0.16px;
}

h2.subtitle {
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    width: 602px;
}

.hero-video .cta {
    position: absolute;
    left: 10%;
    bottom: 10%;
    display: flex;
    gap: 0;
}
.hero-video .cta span {
    font-weight: 700;
    position: relative;
    top: 25px;
}
@media (max-width: 767px) {
    .hero-video .cta span {
        top: -5px;
    }
    p.subtitle {
        line-height: 18px;
        letter-spacing: -0.14px;
        text-align: left;
    }

    h2.subtitle {
        letter-spacing: -0.22px;
        text-align: left!important;
        width: unset;
    }

    h2.subtitle + h2 {
        text-align: left!important;
    }
}
.hero-video .cta .cta-circle {
    width: 115px;
    height: 115px;
    position: relative;
    right: 20px;
    bottom: 20px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.25s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.hero-video .cta .cta-circle svg {
    width: 40%;
    height: 40%;
    fill: #00857c;
    transition: fill 0.25s;
    bottom: 0;
    position: relative;
    display: block;
}
.hero-video .cta .cta-circle svg path {
    box-shadow: none;
    stroke: none;
}
@media (max-width: 767px) {
    .hero-video .cta .cta-circle {
        width: 50px;
        height: 50px;
    }
}
.hero-video .cta .cta-circle:hover {
    background-color: #6eceb2;
    transition: fill 0.25s;
}
.hero-video .cta .cta-circle:hover svg {
    fill: #fff;
    transition: fill 0.25s;
}
#overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}
#overlay div.videoBlock {
    max-width: 1080px;
    color: #444;
    padding: 0;
    width: 80%;
    margin: 0 auto;
}
#overlay div#video {
    width: 100%;
    position: relative;
    margin: 0 auto;
}
#overlay .close-btn {
    margin-bottom: 16px;
    display: block;
    text-align: right;
    text-decoration: none;
    padding-top: 16px;
}
#overlay div#video:before {
    padding-top: 56.25%;
    display: block;
    content: "";
}
#overlay div#video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
#overlay.open {
    display: flex;
}
body.show-modal,
html.show-modal {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
@media (max-width: 991px) {
    .flip-cards {
        width: 100%;
        padding: 0;
    }
}
.flip-cards .cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    width: 80%;
    max-width: 1005px;
    margin: auto;
}
@media (max-width: 991px) {
    .flip-cards .cards-wrapper {
        width: 100%;
        display: flex;
    }
    .flip-cards .cards-wrapper .slick-track,
    .flip-cards .cards-wrapper .slick-track:focus {
        outline: none;
    }
}
@media (max-width: 767px) {
    .flip-cards .cards-wrapper .slick-track {
        left: 15%;
    }
}
.flip-cards .cards-wrapper .card-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 295px;
    height: 360px;
    max-width: 295px;
    position: relative;
    perspective: 1000px;
}
@media (max-width: 991px) {
    .flip-cards .cards-wrapper .card-container {
        flex-basis: 100%;
        margin: 0 5px 20px;
        max-width: 100%;
        height: 255px;
    }
    .flip-cards .cards-wrapper .card-container:last-of-type {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .flip-cards .cards-wrapper .card-container {
        height: 295px;
    }
}
.flip-cards .cards-wrapper .card-container .card {
    transform-origin: center;
    -webkit-transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 0;
    border: none;
    transition:
        transform 1s,
        background-color 0.25s;
    transition-timing-function: cubic-bezier(0.62, 0.12, 0.29, 0.78);
    perspective: 300px;
    cursor: pointer;
}
.flip-cards .cards-wrapper .card-container .card__icon {
    height: auto;
    max-width: 63px;
    margin-top: auto;
    margin-bottom: 25px;
    max-height: 60px;
}
.flip-cards .cards-wrapper .card-container .card__icon-flip {
    margin-top: 50px;
    margin-bottom: 23px;
}
.flip-cards .cards-wrapper .card-container .card__back,
.flip-cards .cards-wrapper .card-container .card__front {
    display: flex;
    flex-direction: column;
    align-items: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
}
.flip-cards .cards-wrapper .card-container .card__back img,
.flip-cards .cards-wrapper .card-container .card__back p,
.flip-cards .cards-wrapper .card-container .card__front img,
.flip-cards .cards-wrapper .card-container .card__front p {
    color: #fff;
    position: relative;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    width: 100%;
}
.flip-cards .cards-wrapper .card-container .card__back img.background,
.flip-cards .cards-wrapper .card-container .card__back p.background,
.flip-cards .cards-wrapper .card-container .card__front img.background,
.flip-cards .cards-wrapper .card-container .card__front p.background {
    height: 100%;
    position: absolute;
}
.flip-cards .cards-wrapper .card-container .card__back #page-flip,
.flip-cards .cards-wrapper .card-container .card__front #page-flip {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-cards .cards-wrapper .card-container .card__front {
    background-size: cover;
    position: absolute;
}
.flip-cards .cards-wrapper .card-container .card__front p {
    color: #0c2340;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    font-family:
        Claire Hand,
        sans-serif;
    letter-spacing: 0.1em;
}
.flip-cards .cards-wrapper .card-container .card__front svg {
    height: auto;
    width: 100%;
}
.flip-cards .cards-wrapper .card-container .card.flip {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transition:
        transform 1s,
        background-color 1.75s;
    transition-timing-function: cubic-bezier(0.62, 0.12, 0.29, 0.78);
}
.flip-cards .cards-wrapper .card-container .card.flip.is-safari {
    background-color: transparent;
}
.flip-cards .cards-wrapper .card-container .card.wiggle {
    -webkit-animation: wiggle 1.5s ease-in-out forwards;
    animation: wiggle 1.5s ease-in-out forwards;
}
.flip-cards .cards-wrapper .card-container .card__back {
    transform: rotateY(180deg) translateZ(1px);
    -webkit-transform: rotateY(180deg) translateZ(1px);
    text-align: left;
    background-color: #0c2340;
    padding: 0 30px;
    width: 98%;
    height: 98%;
    left: 1%;
    top: 1%;
}
.flip-cards .cards-wrapper .card-container .card__back p {
    margin-top: auto;
    margin-bottom: 0;
}
.flip-cards .cards-wrapper .card-container .card__back p span {
    color: #6eceb2;
}
.flip-cards .cards-wrapper .card-container .card__back img {
    flex-basis: 0%;
    margin-top: auto;
}
@media (max-width: 991px) {
    .flip-cards .cards-wrapper {
        flex-wrap: wrap;
        height: auto;
        justify-content: center;
    }
    .flip-cards .cards-wrapper .slick-list {
        height: 400px;
        padding-top: 40px;
        outline: none;
    }
    .flip-cards .cards-wrapper .slick-list .slick-slide,
    .flip-cards .cards-wrapper .slick-list .slick-slide:focus,
    .flip-cards .cards-wrapper .slick-list:focus {
        outline: none;
    }
    .flip-cards .cards-wrapper .slide-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .flip-cards .cards-wrapper .slick-arrow {
        outline: none;
        background-color: transparent;
        border: none;
    }
    .flip-cards .cards-wrapper .slick-arrow.slick-disabled svg {
        opacity: 0.35;
    }
    .flip-cards .cards-wrapper .slick-arrow svg {
        width: 15px;
    }
    .flip-cards .cards-wrapper .slick-arrow svg path {
        fill: #00857c;
    }
    .flip-cards .cards-wrapper .slick-prev svg {
        transform: rotate(180deg);
    }
    .flip-cards .cards-wrapper .slide-tracker {
        color: #00857c;
        margin: 0 8px;
        letter-spacing: 0.2em;
    }
}
@-webkit-keyframes wiggle {
    0% {
        transform: rotateY(0deg);
    }
    20% {
        transform: rotateY(15deg);
    }
    70% {
        transform: rotateY(-15deg);
    }
    to {
        transform: rotateY(0deg);
    }
}
@keyframes wiggle {
    0% {
        transform: rotateY(0deg);
    }
    20% {
        transform: rotateY(15deg);
    }
    70% {
        transform: rotateY(-15deg);
    }
    to {
        transform: rotateY(0deg);
    }
}
@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    45% {
        transform: rotate(50deg);
    }
    55% {
        transform: rotate(-50deg);
    }
    to {
        transform: rotate(0deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    45% {
        transform: rotate(50deg);
    }
    55% {
        transform: rotate(-50deg);
    }
    to {
        transform: rotate(0deg);
    }
}
.button {
    outline: none;
    border: none;
    cursor: pointer;
}
.button.circle {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.button.circle-white {
    background-color: #fff;
}
.modal {
    z-index: 10000;
}
.modal .modal-dialog {
    max-width: 650px;
}
.modal .modal-dialog .modal-content {
    padding: 2rem;
    border-radius: 0;
}
.modal .modal-dialog .modal-content .modal-header {
    border: none;
}
.modal .modal-dialog .modal-content .modal-header .close {
    margin: -2rem -2rem -2rem auto;
    background-color: transparent;
    border: none;
    outline: none;
}
.modal .modal-dialog .modal-content .modal-header .close svg {
    width: 15px;
    height: 15px;
}
.modal .modal-dialog .modal-content .modal-header .close.enable-hover:hover svg .st0,
.modal .modal-dialog .modal-content .modal-header .close:active svg .st0 {
    fill: #6eceb2;
}
.modal .modal-dialog .modal-content .modal-body h3 {
    text-align: center;
    margin-bottom: 10px;
}
.modal .modal-dialog .modal-content .modal-footer {
    border: none;
    display: block;
}
.modal .modal-dialog .modal-content .modal-footer a {
    text-align: center;
    background-color: #00857c;
    color: #fff;
    transition: background-color 0.25s;
    text-decoration: none;
    padding: 10px;
}
.modal .modal-dialog .modal-content .modal-footer a:hover {
    background-color: #6eceb2;
}
.modal .modal-dialog .modal-content .modal-footer .yes {
    margin: 0 auto;
    display: block;
    max-width: 90px;
}
._video-block-holder .video-block:last-child .stroke {
    display: none;
}
.video-block {
    padding: 0;
}
.video-block .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .video-block .row {
        flex-direction: column;
    }
}
.video-block .row .column {
    display: flex;
    flex-direction: column;
    flex-basis: 30%;
    margin-top: 10px;
}
@media (max-width: 991px) {
    .video-block .row .column {
        position: relative;
        margin: 15px 0 30px;
    }
    .video-block .row .column:last-of-type {
        margin-bottom: 0;
    }
    .video-block .row .column svg.x-close {
        position: absolute;
        right: 0;
        top: calc(47.22222vw + 35px);
    }
    .video-block .row .column svg.x-close path {
        stroke: #3a3a3a;
    }
}
.video-block .row .column h4 {
    margin: 30px 0 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
}
.video-block .row .column h4.title.black {
    margin-bottom: 15px;
}
.video-block .row .column p.location {
    margin: 5px 0;
}
.video-block .row .column p.copy {
    margin: 10px 0 0;
}
.video-block .row .iframe-holder,
.video-block .row .video-holder {
    max-width: 766px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
@media (max-width: 991px) {
    .video-block .row .iframe-holder,
    .video-block .row .video-holder {
        height: 47.22222vw;
    }
}
@media (max-width: 767px) {
    .video-block .row .iframe-holder,
    .video-block .row .video-holder {
        height: calc(55.55556vw - 20px);
    }
}
.video-block .row .iframe-holder:hover .cta-circle,
.video-block .row .video-holder:hover .cta-circle {
    background-color: #6eceb2;
}
.video-block .row .iframe-holder:hover .cta-circle svg,
.video-block .row .video-holder:hover .cta-circle svg {
    fill: #fff;
}
.video-block .row .iframe-holder .poster,
.video-block .row .video-holder .poster {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.video-block .row .iframe-holder iframe,
.video-block .row .video-holder iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.video-block .row .iframe-holder .cta-circle,
.video-block .row .video-holder .cta-circle {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.25s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.video-block .row .iframe-holder .cta-circle svg,
.video-block .row .video-holder .cta-circle svg {
    width: 40%;
    height: 40%;
    fill: #00857c;
    transition: fill 0.25s;
}
.video-block .row-video {
    position: relative;
    justify-content: center;
    margin-top: 30px;
}
.video-block .row-video svg {
    display: none;
    margin-left: 15px;
    width: 30px;
    margin-right: -45px;
}
.video-block .row-video svg path {
    stroke: #3a3a3a;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.video-block .row .iframe-holder {
    transition: height 0.25s;
    -webkit-transition: height 0.25s;
    overflow: hidden;
    height: 0;
}
.video-block .row .iframe-holder .poster {
    width: 80%;
}
.video-block .stroke {
    position: relative;
    display: block;
    width: 96%;
    height: auto;
    border: 1px solid #e0e0e2;
    margin: 60px auto;
}
#NewWatch .video-block .row .column,
#NewWatch .video-block .row .column h4.title.black {
    margin-top: 0;
}
#Map .flex {
    position: relative;
    align-items: center;
}
#Map .popover {
    background: #fff;
    position: absolute;
    padding: 10px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.3);
    max-width: 210px;
    min-width: 210px;
    min-height: 100px;
    max-height: 100px;
    top: 0;
    left: 0;
}
@media (max-width: 767px) {
    #Map .popover {
        min-width: 180px;
        max-width: 180px;
    }
}
#Map .popover .flex-row {
    margin-top: 8px;
}
#Map .popover h4 {
    margin: 0;
}
#Map .popover h2 {
    margin: 0 10px 0 0;
    line-height: 1;
    font-size: 40px;
    font-weight: 500;
    z-index: 10;
}
@media (max-width: 767px) {
    #Map .popover h2 {
        font-size: 30px;
    }
}
#Map .popover p {
    font-size: 12px;
    margin: 0;
    line-height: 18px;
}
@media (max-width: 767px) {
    #Map .popover p {
        font-size: 11px;
    }
}
#Map .popover.hidden {
    display: none;
}
#Map .popover:after {
    background: url(/images/point.svg);
    background-repeat: no-repeat;
    left: 0;
    filter: drop-shadow(-5px 18px 10px rgba(0, 0, 0, 0.3));
}
#Map .popover.flipped:after,
#Map .popover:after {
    content: "";
    position: absolute;
    bottom: -34px;
    height: 35px;
    width: 55px;
}
#Map .popover.flipped:after {
    left: calc(100% - 55px);
    transform: rotateY(180deg);
}
#Map #al,
#Map #de,
#Map #ga,
#Map #il,
#Map #la,
#Map #md,
#Map #ms,
#Map #nc,
#Map #ny,
#Map #sc,
#Map #tx,
#Map #va {
    cursor: pointer;
    transition: filter 0.25s;
}
#Map #al:hover,
#Map #de:hover,
#Map #ga:hover,
#Map #il:hover,
#Map #la:hover,
#Map #md:hover,
#Map #ms:hover,
#Map #nc:hover,
#Map #ny:hover,
#Map #sc:hover,
#Map #tx:hover,
#Map #va:hover {
    filter: brightness(80%);
}
@media (max-width: 767px) {
    #Map #al,
    #Map #de,
    #Map #ga,
    #Map #il,
    #Map #la,
    #Map #md,
    #Map #ms,
    #Map #nc,
    #Map #ny,
    #Map #sc,
    #Map #tx,
    #Map #va {
        cursor: default;
    }
    #Map #al:hover,
    #Map #de:hover,
    #Map #ga:hover,
    #Map #il:hover,
    #Map #la:hover,
    #Map #md:hover,
    #Map #ms:hover,
    #Map #nc:hover,
    #Map #ny:hover,
    #Map #sc:hover,
    #Map #tx:hover,
    #Map #va:hover {
        filter: none;
    }
}
#Map .disclaimer {
    font-size: 12px;
    text-align: center;
    max-width: 670px;
}
#Map .disclaimer.mobile {
    display: none;
}
@media (max-width: 767px) {
    #Map .disclaimer.desktop {
        display: none;
    }
    #Map .disclaimer.mobile {
        display: block;
    }
}
.accordion:first-of-type .card {
    border-top: 1px solid hsla(0, 0%, 40.4%, 0.3);
}
.accordion .card {
    background-color: transparent;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: none;
    border-bottom: 1px solid hsla(0, 0%, 40.4%, 0.3);
}
.accordion .card:hover {
    border-bottom: 2px solid #00857c;
}
.accordion .card .card-header {
    background-color: transparent;
    border: none;
    margin-bottom: 0;
    padding: 0;
}
.accordion .card .card-header .btn {
    position: relative;
    color: #000;
    padding: 24px 5px 19px 0;
    width: 100%;
    text-align: left;
    text-decoration: none;
    background-color: transparent;
    border: none;
    outline: none;
    display: flex;
    justify-content: space-between;
}
.accordion .card .card-header .btn:hover h4 {
    color: #00857c;
}
.accordion .card .card-header .btn:not(.collapsed) {
    border-bottom: none;
}
.accordion .card .card-header .btn h4 {
    transition: color 0.25s;
    color: #000;
    -webkit-transition: color 0.25s;
    margin: 0 8px 0 0;
}
.accordion .card .card-header .btn .cta-circle {
    width: 13px;
    transform: rotate(90deg);
    transform-origin: center;
    transition: transform 0.25s;
}
.accordion .card .card-header .btn .cta-circle svg {
    fill: #00857c;
    stroke: #00857c;
}
.accordion .card .card-header .btn.collapsed .cta-circle {
    transform: rotate(0deg);
}
.accordion .card .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0 1.25rem 1.25rem 0;
}
@media (max-width: 767px) {
    .accordion .card .card-body {
        padding-right: 0;
    }
}
.theISI {
    display: block;
    position: fixed;
    z-index: 1010;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    background: #fff;
}
.theISI.inline {
    position: relative;
    display: block;
    height: auto;
    z-index: 20;
}
.theISI.inline .topISI {
    display: block;
}
.theISI.inline .topISI span {
    display: none;
}
.theISI.inline .bottomISI {
    height: auto;
}
.theISI.active {
    display: none;
}
.theISI.open .topISI .compressText {
    opacity: 0;
    display: none;
}
@media (max-width: 575px) {
    .theISI {
        padding: 0;
    }
}
.theISI .isiContent .expand {
    display: block;
}
.theISI.fixed .isiContent {
    margin-top: 0;
}
.theISI.fixed .isiContent .topISIHolder > img {
    display: none;
}
.isiContent {
    height: 70px;
    margin-top: 52px;
}
@media (max-width: 767px) {
    .isiContent {
        margin-top: 0;
    }
}
.isiContent .topISIHolder {
    position: relative;
    background-color: #0c2340;
    cursor: pointer;
    height: 100%;
    display: flex;
}
.isiContent .topISIHolder > img {
    display: block;
}
@media (max-width: 767px) {
    .isiContent .topISIHolder > img {
        display: none;
    }
}
.isiContent .topISIHolder.enable-hover:hover .topISI .cta-circle,
.isiContent .topISIHolder:active .topISI .cta-circle {
    background-color: #6eceb2;
}
.isiContent .topISIHolder:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #0c2340;
}
.isiContent .topISIHolder .topISI {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 10;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    padding-top: 5px;
    font-family: Claire Hand;
    letter-spacing: 0.1em;
    color: #fff;
    margin: auto;
}
.isiContent.bottomISI {
    position: relative;
    display: block;
}
.isiContent.bottomISI .row {
    margin-top: 60px;
    margin-bottom: 60px;
}
.isiContent.bottomISI .row:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
.isiContent.bottomISI .row .partner-component {
    padding: 30px 30px 60px;
}
.isiContent.bottomISI .row .partner-component .imgHolder {
    position: relative;
    display: flex;
    align-items: center;
    height: 100px;
    width: 100%;
    padding-bottom: 25px;
}
.isiContent.bottomISI .row .partner-component .imgHolder.nocc {
    margin-top: -12px;
    margin-bottom: 12px;
}
.isiContent.bottomISI .row .partner-component .imgHolder + p {
    margin-bottom: 2px;
    font-weight: 700;
}
.isiContent.bottomISI .row .partner-component .imgHolder img {
    position: relative;
    display: block;
    width: auto;
    max-height: 70px;
    max-width: 100%;
    margin: auto;
}
@media (max-width: 767px) {
    .isiContent.bottomISI .row .partner-component .imgHolder img {
        max-width: 190px;
    }
}
.isiContent.bottomISI .row .partner-component a {
    font-size: 14px;
    color: #0c2340;
    bottom: 30px;
    line-height: 0;
}
.isiContent.bottomISI .row .partner-component a.enable-hover:hover,
.isiContent.bottomISI .row .partner-component a:active {
    text-decoration: underline;
}
.isiContent.bottomISI .row .partner-component a.enable-hover:hover span,
.isiContent.bottomISI .row .partner-component a:active span {
    background-color: #6eceb2;
    color: #fff;
    border-color: #6eceb2;
}
.isiContent.bottomISI .row .partner-component a.enable-hover:hover span svg .currentColor,
.isiContent.bottomISI .row .partner-component a:active span svg .currentColor {
    stroke: #fff;
    fill: #fff;
    stroke-width: 6;
}
.tool-kit {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 80px 0;
}
@media (max-width: 991px) {
    .tool-kit {
        padding: 60px 25px;
        flex-direction: column;
    }
}
.tool-kit > .flex-column {
    flex-basis: 69%;
}
.tool-kit > .flex-column:first-of-type {
    flex-basis: 26%;
    margin-right: 30px;
}
.tool-kit > .flex-column:first-of-type h2 {
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 56px;
    width: 336px;
}
@media (max-width: 991px) {
    .tool-kit > .flex-column:first-of-type h2 {
        font-size: 22px;
        line-height: 30px;
    }
}
.tool-kit > .flex-column:last-of-type {
    padding-top: 15px;
}
.tool-kit-download {
    border-bottom: 1px solid hsla(0, 0%, 40.4%, 0.3);
    padding: 50px 0 70px;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .tool-kit-download {
        flex-direction: column-reverse;
        align-items: center;
    }
}
.tool-kit-download:first-of-type {
    padding-top: 8px;
}
.tool-kit-download:last-of-type {
    border-bottom: none;
}
.tool-kit-download > a img {
    width: 140px;
}
.tool-kit-download .flex-column {
    flex-basis: 65%;
}
@media (max-width: 991px) {
    .tool-kit-download .flex-column {
        flex-basis: 100%;
        align-items: center;
    }
}
.tool-kit-download .flex-column h4 {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 10px;
}
@media (max-width: 991px) {
    .tool-kit-download .flex-column h4 {
        margin-top: 35px;
        align-self: flex-start;
    }
}
.tool-kit-download .flex-column p {
    margin: 0 0 20px;
    line-height: 28px;
}
@media (max-width: 991px) {
    .tool-kit-download .flex-column p {
        margin-bottom: 50px;
        line-height: 18px;
    }
}
.tool-kit-download .flex-column a {
    border: 1px solid #00857c;
    padding: 4px 16px 2px;
    color: #3a3a3a;
    font-weight: 700;
    line-height: 1.75;
    display: inline-block;
    min-width: 225px;
    position: relative;
}
.tool-kit-download .flex-column a:after {
    content: "";
    background: url(/images/download_icon.svg) 100% no-repeat;
    height: 15px;
    width: 18px;
    display: inline-block;
    margin-left: 10px;
    transition: all 0.1s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
}
.tool-kit-download .flex-column a:hover:after {
    background: url(/images/download_icon-white.svg) 100% no-repeat;
    transition-delay: 0.2s;
}
