@font-face {
    font-family: 'gotham';
    src: url('../fonts/gotham-book.woff') format('woff'), url('../fonts/gotham-book.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.simpleSignupLogo {
    max-width: 400px;
    padding-bottom: 25px;
}

.header {
    height: 120px;
    border-bottom: 1px #808080 dashed;
    border-color: lightgrey;
}

.headerHelp {
    display: inline-block;
}

.corporateLogo {
    width: 350px;
}

.needHelp {
    max-width: 19%;
    padding-right: 0px !important;
}

.needHelpText {
    color: #1E9494;
    font-weight: bold;
}

    .needHelpText > a {
        color: #1E9494;
        font-weight: bold;
    }

.needHelpFooter {
    width: 65%;
}

.b2c-body {
    background: #FFF;
    padding: 2% 12%;
}

.bannerImg {
    width: 305px;
    margin-bottom: 3%;
}

.borderLeft {
    border-left: 1px #808080 dashed;
}

.jewels {
    width: 140px;
}

.divider {
    display: flex;
    padding: 3% 75% 2% 0px;
}

.divider:before,
.divider:after {
    color: white;
    content: '';
    flex: 1;
    border-bottom: groove 4px;
    margin: auto 0.25em;
    box-shadow: 0 -1px;
}

.footer {
    height: 100%;
    min-height: 100px;
    background-color: #E1231A;
}

.footer a,
.footer a:hover {
    color: floralwhite;
}

.footerText::after {
    content: " | ";
    color: white;
    text-decoration: none;
}

.footerHelp {
    display: none;
}

a,
a:hover,
.error {
    color: #E1231A;
}

h2 {
    font-family: gotham, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    color: darkslategrey;
}

.cookieLink {
    color: #ffffff;
    cursor: pointer;
    margin-left: 16%;
}

    .cookieLink:hover {
        text-decoration: underline;
    }

@media (max-width: 990px) {
    .borderLeft {
        border-left: none;
    }
}

@media (max-width: 767px) {
    .header {
        height: 70px;
    }

    .headerHelp {
        display: none;
    }

    .needHelp {
        max-width: 38%;
    }

    .needHelpText {
        color: white;
    }

    .bannerImg {
        max-width: 60%;
    }

    .footerText::after {
        content: "";
    }

    .footerHelp {
        display: inline-block;
    }

    .cookieLink {
        margin-left: 0;
    }
}

body, p {
    color: #000000;
}

.login-header {
    text-align: center;
}

    .login-header img {
        width: 75px;
    }

.pointer {
    cursor: pointer;
}

.hideElement {
    display: none;
}

.required {
    border-left: solid;
    border-left-color: #E1231A !important;
    border-left-width: 5px;
    border-radius: 5px;
}

.required-indicator-legend {
    padding-left: 20px;
}

.has-float-label .form-control:placeholder-shown:not(:focus) + * {
    font-size: 100%;
}

.has-float-label > span {
    line-height: 1.7;
    top: -1.5em;
}

    .has-float-label > span::after {
        background: none;
    }

.label > a {
    color: #E1231A;
}

.form-control:focus {
    border-color: #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #E1231A;
    border-bottom: 16px solid #E1231A;
    border-right: 16px solid #f3f1e8;
    border-left: 16px solid #f3f1e8;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 35%;
    left: 40%;
    z-index: 1000;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dimBackground {
    opacity: 0.3;
}

.saversButton {
    background-color: #E1231A !important;
    border-color: floralwhite;
    color: floralwhite;
}

.saversNewSignupButton {
    background-color: #E1231A !important;
    border-color: floralwhite;
    color: floralwhite;

    max-width: 300px;
}

.signup-form {
    min-width: 300px;
    width: 500px;
    max-width: 800px;
}

.emailInteractionReminder {
    font-weight: bold;
    color: #E1231A;
}

.termsContainer {
    padding-top: 15px;
}

.manageCookiesSection {
    padding-top: 15px;
    padding-bottom: 40px;
}

.frenchMC {
    font-size: 0.5em;
    padding-left: 0.2em;
}

.thankYouMessage {
    text-align: center;
    padding-top: 50px;
}

.underConstructionMessage {
    text-align: center;
    padding-top: 75px;
}

.underConstructionContentMessage {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
}

.existingAccountMessage {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
}

.errorMessage {
    text-align: center;
    padding-top: 50px;
}

.errorAccountMessage {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
}

.nav-tabs {
    font-size: 11pt;
}

    /* not active */
    .nav-tabs .tabs .nav-link:not(.active) {
        background-color: rgba(244, 242, 233, 0.4);
        color: black;
        border-color: lightgray;
    }

    /* active (faded) */
    .nav-tabs .tabs .nav-link {
        background-color: rgba(225, 35, 26, 0.9);
        color: white;
    }

.fpass,
.fpass:hover {
    color: #E1231A;
    font-size: 18px;
}

span > a {
    color: #E1231A;
}

.greyText {
    color: #656565;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.my-2 {
    margin-bottom: 0.5rem !important;
}

.landingComponent b font[size='4'] {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    color: #000;
}

@media(max-width: 990px) {
    .landingComponent b font[size='4'] {
        font-size: 20px;
    }
}
