
body {
    background-color: #2c1e4a;
    font-family: "Helvetica";
    line-height: 51px;
}

header,
footer {
    width:100%;
}
header img,
footer img {
    width:100%;
    height:auto;
}

footer .footer-link {
    text-align: center;
}
footer .footer-link a {
    color: white;
    font-size: .9em;
}

.content {
    color: white !important;
    position:relative;
}
.content img {
    vertical-align: middle;
}

.cta.blank {
    background: none;
    appearance: none;
    border: none;
    z-index: 0;
    position: relative;
}
.cta img {
    max-width: 100%;
    width: 80%;
}

/* hamburger classes and animation */
.navbar {
    position:absolute;
    top: 1em;
    right:1em;
}
.navbar.open {
    position: fixed;
}
.navbar-toggler {
    background: inherit;
    border: 0;
    position:relative;
    z-index: 2;
    cursor: pointer;
    width: 6.5rem;
    height: 5rem;
    padding: 0.5rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1rem;
    border-radius: 0.25rem;
}
.navbar-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: white;
    border-radius: 3px;
    opacity: 1;
    left: 25%;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}
.navbar-toggler span:nth-child(1) {
    top: 34.5%;
}
.navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(3) {
    top: 50%;
}
.navbar-toggler span:nth-child(4) {
    top: 65.5%;
}
.navbar-toggler.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.navbar-toggler.open span:nth-child(2) {
    transform: rotate(45deg);
}
.navbar-toggler.open span:nth-child(3) {
    transform: rotate(-45deg);
}
.navbar-toggler.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.navbar-toggler.open span {
    background:black;
}
.navbar-expand {
    background: white;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
}
.navbar-expand.open {
    display:block;
}
.navbar-expand .menu {
    margin-top: 4em;
    text-align: center;
    font-size: 2em;
}

.form-acq {
    margin-top:1em;
    font-size: 22px;
    line-height: 1.2em;
    border-spacing: 0em 0.3em;
    border-collapse: separate;
}
.form-acq td:first-child {
    text-align: center;
}
.form-acq .birthdate {
    width: 30%;
    display: inline-block;
    margin-right: 1%;
}
.formAcq label,
.landingSubscribe label {
    font-size: 0.75em;
    font-weight: inherit;
    line-height: normal;
}

.modal-body {
    line-height: normal;
}
.modal-body .form-acq {
    margin:auto;
    width: 90%;
}
.modal-body table {
    border-spacing: 0em 0.5em;
    border-collapse: separate;
}
.modal-content {
    background: #2c1e4a;
}
.modal-header {
    font-size: 24px;
    border-bottom: 0px;
    line-height: normal;
}
.modal-body {
    font-size: 20px;
}
.modal-footer {
    border-top: 0px;
}
.modal-footer button {
    font-size: 22px;
}

.cta1 {
    display: inline-block;
    border-radius: 3px;
    color: white;
    font-weight: bold;
    border: inherit;
    padding: 0.5em 2em;
    font-size: 1.5em;
    text-align: center;
    cursor: pointer;
    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0,.7);
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0,0,0,.2);
    background-color: #59ba48;
}
.cta1:hover {
    filter: brightness(85%);
}

@media (max-width: 768px) {
    body {
    }
    .hideMobile {
        display:none;
    }
    /*.content {
        position: relative;
        top: -17em;
    }*/
    .form-acq {
        font-size: 18px;
    }
    .form-acq label {
        padding-top:15px;
    }
}

@media (min-width: 992px) {
    .hideDesktop {
        display:none;
    }
}