@font-face {
    font-family: 'FuturaStd-Heavy', sans-serif;
    src: url('Futura Std Heavy.otf') format('opentype');
}

.toast {
    color: #747474;
    font-weight: bolder;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.padding-top {
    padding-top: 5%;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
    border-radius: 2px;
    background: url(error.png) 98% 42%;
    background-size: 28px 28px;
    background-repeat: no-repeat;
}

.footer {
    background-color: #f5f5f5;
    padding: 15px;
    margin-top: 25px;
    margin-bottom: 0px;
}

.validator {
    color: red !important;
}

.privacy-link {
    color: #da291c;
    text-decoration: none;
}

.field-validation-error {
    display: inline-block;
    color: #da291c;
    padding: 10px;
    margin-top: 20px;
    float: none;
    font-size: 0.75em;
    text-align: left;
    background-color: #f5f5f5;
}

.smalltext {
    font-size: 12px;
    margin-top: 5px;
}

body {
    margin: 0;
    font-family: HelveticaNeue, Arial, sans-serif;
    text-align: center;
    font-size: 14px;
    background-color: #F5F5F5;
}

header {
    background-color: #0d5257;
    padding: 5% 0;
    text-align: center;
}

.content {
    width: 100%;
    background-color: #F5F5F5;
}

h1, h2 {
    font-family: 'FuturaStd-Heavy', sans-serif;
    color: #0d5257;
    font-weight: 500;
    padding: 5px
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 20px;
    margin: 1%;
}

p {
    margin: 0;
}

.top-text {
    margin: 0;
    padding-top: 20px;
    background-color: #ffffff;
}

h3 {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}

h4 {
    width: 100%;
    padding: 0;
    text-align: center;
    font-weight: normal;
}

h4:after {
    display: inline-block;
    margin: 0 0 8px 20px;
    height: 2px;
    content: " ";
    background-color: #CECECE;
    width: 30%;
}

h4:before {
    display: inline-block;
    margin: 0 20px 8px 0;
    height: 2px;
    content: " ";
    background-color: #CECECE;
    width: 30%;
}

h5 {
    font-size: 16px;
    font-weight: normal;
}

button {
    cursor: pointer;
    font-size: 14px;
    margin-top: 5%;
    margin-bottom: 0;
    padding: 3%;
    width: 90%;
}

.secondary-button a {
    text-decoration: none;
}

secondary-button a:hover {
    color: #000000;
}

label {
    font-size: 14px;
    padding: 3%;
    font-weight: bold;
    display: inline-block;
    width: 70% !important;
    text-align: left;
    margin-top: 10px;
}

.margin-top {
    margin-bottom: 3%;
}

.save-button, .main-button {
    background-color: #DA291C;
    color: #ffffff;
    border: 2px solid #DA291C;
}

.save-button:hover, .main-button:hover {
    background-color: #961614;
    border: 2px solid #961614;
}

.download-button {
    color: #000000;
    border: 2px solid #000000;
}

.secondary-button {
    color: #000000;
    border: 2px solid #000000;
    cursor: pointer;
    font-size: 14px;
    margin: auto;
    width: 90%;
    padding-top: 3%;
    padding-bottom: 3%;
}

.secondary-button:hover {
    background-color: #b9b9b9;
    border: 2px solid #b9b9b9;
}

.marketing-button {
    color: #0d5257;
    border: 2px solid #0d5257;
    background: none;
}

.marketing-button:hover {
    background-color: #518a8e;
    border: 2px solid #518a8e;
}


a {
    color: #0d5257;
}

a:hover {
    color: #147c83;
}

.textbox {
    border: 2px solid #CECECE;
    font-size: 14px;
    padding: 3%;
    width: 65%;
}

.checkboxes {
    margin: 2% auto 0;
    text-align: left;
    width: 70%;
}

.main-text {
    margin: 1% auto;
    width: 70%;
}

hr {
    border: 1px solid #CECECE;
    margin: 5% 0;
}

.margin-bottom {
    margin-bottom: 3%;
}

.desktop {
    visibility: hidden;
    display: none;
}

.mobile {
    visibility: visible;
    display: inherit;
}

.sticky-content {
    background-color: #F5F5F5;
    border-radius: 10px;
    margin: 0 auto;
}

.sticky-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 20px;
    border-style: solid;
    border-width: 0 0 1px 0;
}

.receiptImg {
    max-width: 90%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #F5F5F5;
}

@media only screen and (min-width: 569px) {
    @font-face {
        font-family: 'FuturaStd-Heavy';
        src: url('Futura Std Heavy.otf') format('opentype');
    }

    body {
        font-family: HelveticaNeue, Arial, sans-serif;
        background-color: #F5F5F5;
    }

    .heading {
        font-family: FuturaStd-Heavy, sans-serif;
        color: #ffffff;
    }

    .desktop {
        visibility: visible;
        display: inherit;
    }

    .mobile {
        visibility: hidden;
        display: none;
    }

    .sticky-content {
        background-color: #F5F5F5;
        border-radius: 10px;
        margin: 0 auto;
    }

    .sticky-header {
        width: 100%;
        background-color: #ffffff;
        padding-bottom: 60px;
        border-style: none;
        border-width: 0;
    }

    header {
        background-color: #0d5257;
        padding: 10px 0 5px 0;
        text-align: center;
        width: 100%;
    }

    header img {
        width: 200px;
    }

    .sticky-header h2 {
        float: left;
        clear: both;
    }

    .child-right {
        float: right;
    }

    .top-text {
        padding-top: 17px;
    }

    .save-button {
        margin-top: 7px;
        margin-right: 1%;
        width: 180px;
        padding: 12px;
    }

    .download-button {
        margin-top: 7px;
        margin-right: 10px;
        width: 180px;
        padding: 12px;
    }

    .content {
        background-color: #F5F5F5;
        border-radius: 10px;
        margin: 0 auto;
        width: 410px;
    }

    .footer {
        background-color: #ffffff;
    }

    h4:after {
        margin: 0 0 4px 20px;
        width: 25%;
    }

    h4:before {
        margin: 0 20px 4px 0;
        width: 25%;
    }

    button, .main-text {
        width: 90%;
    }

    .main-text {
        margin-top: 5%;
        margin-bottom: 5%;
    }

    label {
        width: 80% !important;
    }

    .textbox {
        width: 75%;
    }

    .checkboxes {
        margin: 2% auto 0;
        text-align: left;
        width: 85%;
    }
}

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

    .top-text {
        margin-left: 5%;
    }

    .save-button {
        margin-right: 5%;
        width: 250px;
    }

    .download-button {
        margin-right: 20px;
        width: 250px;
    }
}
