html {
    margin-left: 0 !important;
}

.page-content {
    background: #fff;
}

/* primary color */
.mhc-embedded-form button[type='button']:not(:disabled),
.mhc-embedded-form .check-div .regular-checkbox:checked+label,
.mhc-embedded-form .big-radio input[type="radio"]:checked+label,
.mhc-embedded-form .Checked+label {
    background-color: #93120D !important;
}

.mhc-embedded-form .spinning-loader {
    border-top: 20px solid #93120D !important;
}

/* darker color */
.mhc-embedded-form button[type='button']:hover:not(:disabled),
.mhc-embedded-form button[type='button']:active:not(:disabled) {
    background-color: #93120D !important;
}

/*input field to match radio buttons*/
.mhc-embedded-form #form input[type="tel"].other_amt {
    margin-top: 10px;
    background-color: white;
    color: black;
    font-size: large;
    font-weight: bold;
    width: 150px;
    z-index: 90;
    text-align: left;
    padding: 10px 25px 10px 20px;
    border: 1px solid #CCC;
    border-radius: 10px;
    box-shadow: none !important;
}

/* checkbox position */
.mhc-embedded-form .check-div .regular-checkbox:checked+label:after {
    top: 4px !important;
}

/* anchors above containers */
.mhc-embedded-form a#spinner-anchor,
.mhc-embedded-form a#success-anchor,
.mhc-embedded-form a#failure-anchor {
    position: absolute;
    top: -20px;
}

.mhc-embedded-form label {
    display:inline-block;
}

/* hide the header on scroll in forms */
.onscroll #header {
    visibility: hidden;
}

/* smaller invisible menu */
div#main-navigation {
    font-size: 12px;
}
