.page-container-handraiser {
    margin-top: 72px;
}

.page-container-handraiser h1 {
    font-size: 40px;
    line-height: 90%;
    margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
    .page-container-handraiser h1 {
        font-size: 30px;
    }
}

/* Header Image */
.headerImage {
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.headerImage img {
    width: 100%;
    max-height: none;
}
.page-container-handraiser .btn:focus, .page-container-handraiser-confirmation .btn:focus {
    box-shadow: none;
}
.page-container-handraiser .btn:hover, .page-container-handraiser-confirmation .btn:hover {
    opacity: 0.6;
}
@media only screen and (max-width: 768px) {
    .headerImage a {
        margin-top: 10px;
    }
}
@media only screen and (min-width: 769px) {
    .headerImage a {
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translate(-50%);
    }
}

/* Text Component */
.textComponent {
    text-align: center;
    padding-bottom: 1rem;
}
.page-container-handraiser h2 {
    margin-top: 3rem;
}
.page-container-handraiser h2, .page-container-handraiser-confirmation h2 {
    font-size: 30px;
    line-height: 37px;
}
@media screen and (max-width: 768px) {
    .page-container-handraiser h2, .page-container-handraiser-confirmation h2 {
        font-size: 24px;
        line-height: 29px;
    }
}

/* Features */
.featureType2Left,
.featureType3Right {
    margin-top: 2.8125em;
    margin-bottom: 2.8125em;
}
@media screen and (max-width: 768px) {
    .featureType2Left,
    .featureType3Right {
        margin-top: 1.875em;
        margin-bottom: 1.875em;
    }
}
.featuresHeading {
    text-align: center;
}
.featureText {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.page-container-handraiser h3 {
    font-size: 24px;
    line-height: 29px;
    /* text-transform: uppercase; */
}
@media screen and (max-width: 768px) {
    .page-container-handraiser h3 {
        font-size: 20px;
        line-height: 24px;
    }
}
@media only screen and (min-width: 768px) {
    .featureText p {
        margin-bottom: 0;
    }
}
.btn-feature {
    min-width: 176px;
    height: 52px;
    padding: 0 32px;
    margin: 1em 0;
}

/* Sign Up form */
h4 {
    text-align: center;
}
.form-control {
    margin-bottom: 5px;
}
.form-control:focus {
    border-color: black;
    box-shadow: none;
    outline-style: auto;
    outline-width: 1px;
}
div.required > .form-control-label::after {
    color: red;
    content: "*";
    display: inline;
}
.checkboxInput {
    position: absolute;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.checkboxLabel:hover input ~ .checkboxButton {
    background-color: #eee;
}
.checkboxButton:after {
    content: "";
    position: absolute;
    display: none;
}
.checkboxLabel input:checked ~ .checkboxButton:after {
    display: block;
}
.checkboxButton {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #ccc;
    margin: 4px 2px;
}
.checkboxLabel {
    position: relative;
    padding-left: 26px;
    width: 100%;
    margin: 0;
    cursor: pointer;
}
.checkboxLabel .checkboxButton:after {
    left: 5px;
    top: -6px;
    width: 8px;
    height: 16px;
    border: solid #1A5B8D;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Confirmation Page */
.page-container-handraiser-confirmation {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 72px;
    margin-bottom: 92px;
}
.content-container-handraiser-confirmation {
    padding-top: 60px;
    height: 500px;
}
.page-container-handraiser-confirmation h2, .page-container-handraiser-confirmation .sub-header-1 {
    margin-bottom: 32px;
}
.page-container-handraiser-confirmation .sub-header-1 {
    font-size: 24px;
    line-height: 29px;
}
.page-container-handraiser-confirmation strong {
    color: #3155A6;
}
@media screen and (max-width: 768px) {
    .content-container-handraiser-confirmation {
        padding-top: 0;
        height: 300px;
    }
    .page-container-handraiser-confirmation .sub-header-1 {
        font-size: 18px;
        line-height: 22px;
    }
}

/* DROPDOWN */

.contact-location-dropdown {
    display: inline-block;
}

.new-model-dropdown {
    display: none;
    position: relative;
    width: 100%;
    margin-top: 8px;
}

@media only screen and (max-width: 768px) {
.new-model-dropdown {
    margin-left: auto;
    margin-right: auto;
}
}

.new-model-dropdown .label-text {
    margin-bottom: 0;
}

.dropdown-btn {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
    width: 100%;
    background: #FFF;
    color: var(--black);
}

.new-model-dropdown-btn {
    border: none;
    padding-left: 16px;
    padding-right: 8px;
}

.dropdown-btn .chev-down {
    display: flex;
}

.dropdown-btn.active .chev-down {
    display: none;
}

.dropdown-btn .chev-up {
    display: none;
}

.dropdown-btn.active .chev-up {
    display: flex;
}

.dropdown-content {
    display: none;
    width: 100%;
    z-index: 3;
}

.new-model-dropdown .dropdown-content {
    position: absolute;
    background-color: var(--white);
}

.new-model-dropdown-content-header {
    background-color: rgba(0, 0, 0, .05);
}

.new-model-dropdown-content-header, .new-model-dropdown-item {
    border-bottom: 1px solid var(--pahoehoe);
    border-left: 1px solid var(--pahoehoe);
    border-right: 1px solid var(--pahoehoe);
}

.new-model-dropdown-item {
    color: inherit;
    text-decoration: none;
}

.new-model-dropdown-item:hover {
color: inherit;
background: #C4C4C4;
opacity: inherit;
text-decoration: none;
}

.new-model-dropdown-item h4 {
    text-align: left;
}

.new-model-dropdown-btn{
background-color: transparent;
}

/*
#new-model-form small{
color: var(--pahoehoe);
display: block;
}

#new-model-form span{
font-size: 100px;
line-height: 150%;
}
*/

#new-model-stores{
    position: relative;
}

#new-model-stores-input{
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
    #new-model-stores-input, .dropdown-content {
        width: calc(100% - 30px);
    }
}

#new-model-stores-input input{
    background-color:transparent;
    color: transparent;
    cursor: pointer;
    width: 100%;
    margin-bottom: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#new-model-stores-input input.form-control:invalid, #new-model-stores-input input.form-control:valid{
    background-position: calc(100% - 30px) 50%;
}

@media only screen and (max-width: 768px) {
    #new-model-stores {
        padding: 0;
    }
}

.new-model-store-dropdown .form-check {
    padding-left: 1.5em;
}

.form-check-input {
    accent-color: var(--black);
    transform: scale(1.5);
    top: 2px;
}

.new-model-store-dropdown .checkbox-text {
    padding-left: 4px;
}

.new-model-store-dropdown {
    margin-bottom: 24px;
}

.invalid-location-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 12px;
    color: var(--error);
}