:root {
  --color-brand: #db2220 !important;
}
body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

* {
    font-family: "Open Sans", sans-serif;
}

*, *:before, *:after {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-size: 15px;
    line-height: 1.7;
    color: #282828;
    background-color: #fff;
    background-image: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #db2220;
    text-decoration: none;
}

a:hover, a:focus {
    color: #9f191a;
    text-decoration: none;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

hr {
    display: block;
    height: 1px;
    padding: 0;
    margin: 1em 0;
    border: 0;
    border-top: 1px solid #ececec;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
ul,
ol {
    margin: 0 0 24px;
}

h1,
.h1 {
    font-size: 41px;
}

h2,
.h2 {
    font-size: 34px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 14px;
}

b,
strong {
    font-weight: 600;
}

small,
.small {
    font-size: 80%;
    font-weight: normal;
    line-height: 1;
}

li {
    line-height: 1.5;
}

dl {
    margin-top: 0;
    margin-bottom: 24px;
}

dt,
dd {
    margin-bottom: 12px;
    line-height: 1.5;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal:before, .dl-horizontal:after {
    display: table;

    content: "";

}

.dl-horizontal:after {
    clear: both;
}

.dl-horizontal dt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 30%;
        padding-right: 15px;
        clear: both;
    }
}

.dl-horizontal dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dd {
        float: right;
        width: 70%;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #818a91;
}
.custom-blocks {
    background-color: #fff;
    margin: 60px 0;
}
.custom-block {
    text-align: center;
    transform: translate3d(0, 0, 0);
    margin: 15px 0;
}
.custom-block__link {
    position: relative;
    z-index: 1;
    display: block;
    padding: 30px;
    transition-duration: 220ms;
    transition-property: all;
    transform: translate3d(0, 0, 0);
    border: 2px solid #e9e9e9;
    border-radius: 20px;
}
.custom-block__link:active, .custom-block__link:focus, .custom-block__link:hover {
    background-color: #fff;
    z-index: 2;
    box-shadow: 0 7px 23px 0 rgba(0, 0, 0, 0.16);
    transform: translateY(-5px);
    transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.custom-block__icon {
    display: inline-block;
    margin-bottom: 12px;
}
.custom-block__icon svg {
    width: 80px;
    height: 80px;
}
.custom-block__icon circle,
.custom-block__icon path {
    transition: all 0.3s ease;
}
.custom-block__title {
    margin-bottom: 12px;
    color: #282828;
    font-size: 18px;
    font-weight: 600;
}
.custom-block__desc {
    color: #282828;
    line-height: 1.3em;
    height: 4.3em;
}
.custom-block__buttons {
    margin-bottom: 0;
}
.footer-bottom-container,
.footer-top-container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    width: 90%;
    flex-direction: row;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.footer-top-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #282828;
    padding-top: 25px;
    padding-bottom: 25px;
}
.footer-logo {
    max-width: 153px;
    width: 100%;
}
.footer-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    width: 100%;
}
.footer-top-right a {
    color: #a9a9a9;
    font-size: 13px;
    font-weight: 400;
}
.footer-top-right img {
    max-height: 22px;
    max-width: 22px;
    margin: 0 5px;
}
.footer-contact-separator {
    margin: 0 10px;
    color: #a9a9a9;
}
.footer-bottom-section {
    background-color: #393939;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.footer-bottom-left {
    display: flex;
    width: 100%;
    flex-direction: row;
    column-gap: 35px;
    align-items: center;
}
.footer-bottom-right {
    display: flex;
    flex-direction: column;
    column-gap: 35px;
    width: 55%;
    align-items: flex-end;
}
.footer-bottom-text {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
}
.footer-bottom-link {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
}
.footer-bottom-right .linked-in {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.footer-bottom-right .linked-in img {
    width: 34px;
}

@media (max-width: 768px) {
    .footer-bottom-left {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-bottom-link {
        padding: 5px 0;
    }
    .footer-top-container {
        flex-direction: column;
    }
    .footer-top-right {
        justify-content: center;
        margin-top: 10px;
        flex-direction: column;
    }
    .footer-contact-separator {
        opacity: 0;
    }
}
.btn {
    color: #282828;
}
.btn-quoted {
    height: auto;
    font-size: 16px;
    padding: 4px 6px;
    line-height: 1;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}
.container-inner {
    max-width: 1024px;
    margin: 0 auto;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-flow: row wrap;
}
.column {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.column--xs-1 {
    width: 8.33333%;
}

.column--xs-2 {
    width: 16.66667%;
}

.column--xs-3 {
    width: 25%;
}

.column--xs-4 {
    width: 33.33333%;
}

.column--xs-5 {
    width: 41.66667%;
}

.column--xs-6 {
    width: 50%;
}

.column--xs-7 {
    width: 58.33333%;
}

.column--xs-8 {
    width: 66.66667%;
}

.column--xs-9 {
    width: 75%;
}

.column--xs-10 {
    width: 83.33333%;
}

.column--xs-11 {
    width: 91.66667%;
}

.column--xs-12 {
    width: 100%;
}

.column--xs-pull-0 {
    right: auto;
}

.column--xs-pull-1 {
    right: 8.33333%;
}

.column--xs-pull-2 {
    right: 16.66667%;
}

.column--xs-pull-3 {
    right: 25%;
}

.column--xs-pull-4 {
    right: 33.33333%;
}

.column--xs-pull-5 {
    right: 41.66667%;
}

.column--xs-pull-6 {
    right: 50%;
}

.column--xs-pull-7 {
    right: 58.33333%;
}

.column--xs-pull-8 {
    right: 66.66667%;
}

.column--xs-pull-9 {
    right: 75%;
}

.column--xs-pull-10 {
    right: 83.33333%;
}

.column--xs-pull-11 {
    right: 91.66667%;
}

.column--xs-pull-12 {
    right: 100%;
}

.column--xs-push-0 {
    left: auto;
}

.column--xs-push-1 {
    left: 8.33333%;
}

.column--xs-push-2 {
    left: 16.66667%;
}

.column--xs-push-3 {
    left: 25%;
}

.column--xs-push-4 {
    left: 33.33333%;
}

.column--xs-push-5 {
    left: 41.66667%;
}

.column--xs-push-6 {
    left: 50%;
}

.column--xs-push-7 {
    left: 58.33333%;
}

.column--xs-push-8 {
    left: 66.66667%;
}

.column--xs-push-9 {
    left: 75%;
}

.column--xs-push-10 {
    left: 83.33333%;
}

.column--xs-push-11 {
    left: 91.66667%;
}

.column--xs-push-12 {
    left: 100%;
}

.column--xs-offset-0 {
    margin-left: 0%;
}

.column--xs-offset-1 {
    margin-left: 8.33333%;
}

.column--xs-offset-2 {
    margin-left: 16.66667%;
}

.column--xs-offset-3 {
    margin-left: 25%;
}

.column--xs-offset-4 {
    margin-left: 33.33333%;
}

.column--xs-offset-5 {
    margin-left: 41.66667%;
}

.column--xs-offset-6 {
    margin-left: 50%;
}

.column--xs-offset-7 {
    margin-left: 58.33333%;
}

.column--xs-offset-8 {
    margin-left: 66.66667%;
}

.column--xs-offset-9 {
    margin-left: 75%;
}

.column--xs-offset-10 {
    margin-left: 83.33333%;
}

.column--xs-offset-11 {
    margin-left: 91.66667%;
}

.column--xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .column--sm-1 {
        width: 8.33333%;
    }
    .column--sm-2 {
        width: 16.66667%;
    }
    .column--sm-3 {
        width: 25%;
    }
    .column--sm-4 {
        width: 33.33333%;
    }
    .column--sm-5 {
        width: 41.66667%;
    }
    .column--sm-6 {
        width: 50%;
    }
    .column--sm-7 {
        width: 58.33333%;
    }
    .column--sm-8 {
        width: 66.66667%;
    }
    .column--sm-9 {
        width: 75%;
    }
    .column--sm-10 {
        width: 83.33333%;
    }
    .column--sm-11 {
        width: 91.66667%;
    }
    .column--sm-12 {
        width: 100%;
    }
    .column--sm-pull-0 {
        right: auto;
    }
    .column--sm-pull-1 {
        right: 8.33333%;
    }
    .column--sm-pull-2 {
        right: 16.66667%;
    }
    .column--sm-pull-3 {
        right: 25%;
    }
    .column--sm-pull-4 {
        right: 33.33333%;
    }
    .column--sm-pull-5 {
        right: 41.66667%;
    }
    .column--sm-pull-6 {
        right: 50%;
    }
    .column--sm-pull-7 {
        right: 58.33333%;
    }
    .column--sm-pull-8 {
        right: 66.66667%;
    }
    .column--sm-pull-9 {
        right: 75%;
    }
    .column--sm-pull-10 {
        right: 83.33333%;
    }
    .column--sm-pull-11 {
        right: 91.66667%;
    }
    .column--sm-pull-12 {
        right: 100%;
    }
    .column--sm-push-0 {
        left: auto;
    }
    .column--sm-push-1 {
        left: 8.33333%;
    }
    .column--sm-push-2 {
        left: 16.66667%;
    }
    .column--sm-push-3 {
        left: 25%;
    }
    .column--sm-push-4 {
        left: 33.33333%;
    }
    .column--sm-push-5 {
        left: 41.66667%;
    }
    .column--sm-push-6 {
        left: 50%;
    }
    .column--sm-push-7 {
        left: 58.33333%;
    }
    .column--sm-push-8 {
        left: 66.66667%;
    }
    .column--sm-push-9 {
        left: 75%;
    }
    .column--sm-push-10 {
        left: 83.33333%;
    }
    .column--sm-push-11 {
        left: 91.66667%;
    }
    .column--sm-push-12 {
        left: 100%;
    }
    .column--sm-offset-0 {
        margin-left: 0%;
    }
    .column--sm-offset-1 {
        margin-left: 8.33333%;
    }
    .column--sm-offset-2 {
        margin-left: 16.66667%;
    }
    .column--sm-offset-3 {
        margin-left: 25%;
    }
    .column--sm-offset-4 {
        margin-left: 33.33333%;
    }
    .column--sm-offset-5 {
        margin-left: 41.66667%;
    }
    .column--sm-offset-6 {
        margin-left: 50%;
    }
    .column--sm-offset-7 {
        margin-left: 58.33333%;
    }
    .column--sm-offset-8 {
        margin-left: 66.66667%;
    }
    .column--sm-offset-9 {
        margin-left: 75%;
    }
    .column--sm-offset-10 {
        margin-left: 83.33333%;
    }
    .column--sm-offset-11 {
        margin-left: 91.66667%;
    }
    .column--sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .column--md-1 {
        width: 8.33333%;
    }
    .column--md-2 {
        width: 16.66667%;
    }
    .column--md-3 {
        width: 25%;
    }
    .column--md-4 {
        width: 33.33333%;
    }
    .column--md-5 {
        width: 41.66667%;
    }
    .column--md-6 {
        width: 50%;
    }
    .column--md-7 {
        width: 58.33333%;
    }
    .column--md-8 {
        width: 66.66667%;
    }
    .column--md-9 {
        width: 75%;
    }
    .column--md-10 {
        width: 83.33333%;
    }
    .column--md-11 {
        width: 91.66667%;
    }
    .column--md-12 {
        width: 100%;
    }
    .column--md-pull-0 {
        right: auto;
    }
    .column--md-pull-1 {
        right: 8.33333%;
    }
    .column--md-pull-2 {
        right: 16.66667%;
    }
    .column--md-pull-3 {
        right: 25%;
    }
    .column--md-pull-4 {
        right: 33.33333%;
    }
    .column--md-pull-5 {
        right: 41.66667%;
    }
    .column--md-pull-6 {
        right: 50%;
    }
    .column--md-pull-7 {
        right: 58.33333%;
    }
    .column--md-pull-8 {
        right: 66.66667%;
    }
    .column--md-pull-9 {
        right: 75%;
    }
    .column--md-pull-10 {
        right: 83.33333%;
    }
    .column--md-pull-11 {
        right: 91.66667%;
    }
    .column--md-pull-12 {
        right: 100%;
    }
    .column--md-push-0 {
        left: auto;
    }
    .column--md-push-1 {
        left: 8.33333%;
    }
    .column--md-push-2 {
        left: 16.66667%;
    }
    .column--md-push-3 {
        left: 25%;
    }
    .column--md-push-4 {
        left: 33.33333%;
    }
    .column--md-push-5 {
        left: 41.66667%;
    }
    .column--md-push-6 {
        left: 50%;
    }
    .column--md-push-7 {
        left: 58.33333%;
    }
    .column--md-push-8 {
        left: 66.66667%;
    }
    .column--md-push-9 {
        left: 75%;
    }
    .column--md-push-10 {
        left: 83.33333%;
    }
    .column--md-push-11 {
        left: 91.66667%;
    }
    .column--md-push-12 {
        left: 100%;
    }
    .column--md-offset-0 {
        margin-left: 0%;
    }
    .column--md-offset-1 {
        margin-left: 8.33333%;
    }
    .column--md-offset-2 {
        margin-left: 16.66667%;
    }
    .column--md-offset-3 {
        margin-left: 25%;
    }
    .column--md-offset-4 {
        margin-left: 33.33333%;
    }
    .column--md-offset-5 {
        margin-left: 41.66667%;
    }
    .column--md-offset-6 {
        margin-left: 50%;
    }
    .column--md-offset-7 {
        margin-left: 58.33333%;
    }
    .column--md-offset-8 {
        margin-left: 66.66667%;
    }
    .column--md-offset-9 {
        margin-left: 75%;
    }
    .column--md-offset-10 {
        margin-left: 83.33333%;
    }
    .column--md-offset-11 {
        margin-left: 91.66667%;
    }
    .column--md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .column--lg-1 {
        width: 8.33333%;
    }
    .column--lg-2 {
        width: 16.66667%;
    }
    .column--lg-3 {
        width: 25%;
    }
    .column--lg-4 {
        width: 33.33333%;
    }
    .column--lg-5 {
        width: 41.66667%;
    }
    .column--lg-6 {
        width: 50%;
    }
    .column--lg-7 {
        width: 58.33333%;
    }
    .column--lg-8 {
        width: 66.66667%;
    }
    .column--lg-9 {
        width: 75%;
    }
    .column--lg-10 {
        width: 83.33333%;
    }
    .column--lg-11 {
        width: 91.66667%;
    }
    .column--lg-12 {
        width: 100%;
    }
    .column--lg-pull-0 {
        right: auto;
    }
    .column--lg-pull-1 {
        right: 8.33333%;
    }
    .column--lg-pull-2 {
        right: 16.66667%;
    }
    .column--lg-pull-3 {
        right: 25%;
    }
    .column--lg-pull-4 {
        right: 33.33333%;
    }
    .column--lg-pull-5 {
        right: 41.66667%;
    }
    .column--lg-pull-6 {
        right: 50%;
    }
    .column--lg-pull-7 {
        right: 58.33333%;
    }
    .column--lg-pull-8 {
        right: 66.66667%;
    }
    .column--lg-pull-9 {
        right: 75%;
    }
    .column--lg-pull-10 {
        right: 83.33333%;
    }
    .column--lg-pull-11 {
        right: 91.66667%;
    }
    .column--lg-pull-12 {
        right: 100%;
    }
    .column--lg-push-0 {
        left: auto;
    }
    .column--lg-push-1 {
        left: 8.33333%;
    }
    .column--lg-push-2 {
        left: 16.66667%;
    }
    .column--lg-push-3 {
        left: 25%;
    }
    .column--lg-push-4 {
        left: 33.33333%;
    }
    .column--lg-push-5 {
        left: 41.66667%;
    }
    .column--lg-push-6 {
        left: 50%;
    }
    .column--lg-push-7 {
        left: 58.33333%;
    }
    .column--lg-push-8 {
        left: 66.66667%;
    }
    .column--lg-push-9 {
        left: 75%;
    }
    .column--lg-push-10 {
        left: 83.33333%;
    }
    .column--lg-push-11 {
        left: 91.66667%;
    }
    .column--lg-push-12 {
        left: 100%;
    }
    .column--lg-offset-0 {
        margin-left: 0%;
    }
    .column--lg-offset-1 {
        margin-left: 8.33333%;
    }
    .column--lg-offset-2 {
        margin-left: 16.66667%;
    }
    .column--lg-offset-3 {
        margin-left: 25%;
    }
    .column--lg-offset-4 {
        margin-left: 33.33333%;
    }
    .column--lg-offset-5 {
        margin-left: 41.66667%;
    }
    .column--lg-offset-6 {
        margin-left: 50%;
    }
    .column--lg-offset-7 {
        margin-left: 58.33333%;
    }
    .column--lg-offset-8 {
        margin-left: 66.66667%;
    }
    .column--lg-offset-9 {
        margin-left: 75%;
    }
    .column--lg-offset-10 {
        margin-left: 83.33333%;
    }
    .column--lg-offset-11 {
        margin-left: 91.66667%;
    }
    .column--lg-offset-12 {
        margin-left: 100%;
    }
}
.page-container {
    padding-top: 48px;
    margin-bottom: 48px;
}
.container-inner {
    max-width: 1024px;
    margin: 0 auto;
}
/* Generic Button Styles */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-image: none;
  box-shadow: none;
  transition: all 0.3s ease;
  border: none;
  border-radius: 99px;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.5em 1em;
}
/* Red Button Styles (e.g. for .btn-primary) */
.btn-primary {
  color: #fff;
  background-color: #db2220;
  background-image: linear-gradient(90deg, #db2220 45%, #9f191a 100%);
  border-color: transparent;
}
/* Hover, Focus, and Active States */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
  background-image: linear-gradient(90deg, #ec9e0e 40%, #db2220);
  border-color: transparent;
}
.btn-primary:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-image: none;
}
.Header__searchTitle {
  color: #fff !important;
}
/* Default state: black text */
.Header__tabsTab {
  color: #000 !important;
  background: none;
  padding: 0.5em 1em; /* adjust as needed */
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

/* Hover, focus, and active state: white text with a red button style */
.Header__tabsTab:hover,
.Header__tabsTab:focus,
.Header__tabsTab.active {
  color: #fff !important;
  background-color: #db2220;
  background-image: linear-gradient(90deg, #db2220 45%, #9f191a 100%);
}
/* Ensure anchors inside tabs inherit the li color */
.Header__tabsTab a {
  color: inherit;
  text-decoration: none;
}
/* When hovered/focused or active, force the anchor text to be white */
.Header__tabsTab:hover a,
.Header__tabsTab:focus a,
.Header__tabsTab.active a {
  color: #fff;
}
