#loading {
    background-color: #ED83AA !important;
}
#people-1 input, #people-1 label {
    display: none!important;
}
h2 {
    color: #ED83AA !important;
}
h1 {
    color: #ED83AA !important;
    margin-top: 30px;
    margin-bottom: 0px;
}
label {
    font-weight: 300;
}
.p-3 {
    padding: 30px 0px;
}
.p-3 h2{
    margin: 0px 0px 0px 0px;
}
.form-page-bg {
    border: 0px solid #dddddd;
 }
 .prize-container {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
 }
 .prize-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
 }
 .prize-content img{
width: 100%;
 }
 .prize-container .p01{
    flex: 0 1 30%;
 }
 .prize-container .p02{
    flex: 0 0 35%;
}
.prize-container .p03{
    flex: 0 0 35%;
}

.cta-button--primary {
    background: #ED83AA !important;
}
.cta-button--primary:hover {
    background: #d4799a !important;
}
.cta-button--primary:focus {
    color: #ffffff;
}
.label-set{
    margin: 30px 15px;
}

.footer-bar {
    background-color: #dddddd;
}
.copyright {
}
.footer {

}
.max-1024 {
max-width: 1024px;
}
.bottom-text-container {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 30px;
}

.bottom-text-box {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    box-sizing: border-box;
}

.bottom-text-box-left {
    width: 75%;
    display: inline-block;
    padding-right: 20px;
    vertical-align: top;
}

.bottom-text-box-left img {
    display: none;
}

.bottom-text-box h4 {
    font-size: 24px;
    color: #0e4185;
    margin-bottom: 10px;
}

.bottom-text-box p {
    font-size: 16px;
    line-height: 24px;
}

.bottom-text-box-right {
    width: 20%;
    display: inline-block;
    padding-left: 20px;
    float: right;
    text-align: right;
}


.bottom-text-box-right img {
    margin-top: 0px;
    max-width: 110px;
    width: 100%;
}

.accordion {

}
.accordion ol a {
    word-break: break-all;
}

.accordion .fa{
margin-left: 5px;
}
.accordion-header {
cursor: pointer;
}
.accordion-header h2{
    margin-top: 30px;
    }
.accordion-body {
    display: none;
    padding: 10px;
}
.accordion-body ol{ 
    padding-left: 10px;
}
.accordion-body ol li{ 
    margin-bottom: 15px;
}
ol.d {
    list-style-type: lower-alpha;
    margin-top: 15px;
    padding-left: 20px;
}
ol.e {
    list-style-type: lower-roman;
    margin-top: 15px;
    padding-left: 20px;
}
.ol-style ol li{ 
    margin-bottom: 15px;
}
.ol-style ol{ 
    padding-left: 20px;
}
.ol-style ul{ 
    padding-left: 15px;
}
#promoVerify{
    max-width: 600px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
.thankyou-container .form-group.row {
    margin-bottom: 0px !important;
}
.thankyou-container h2 {
    margin: 0px 0px 15px 0px;
}
.back-btn-hw{
    margin-top: 30px;
    margin-bottom: 30px;
}
.preview-hw h2{
    text-align: center;

}
.preview-hw p{
    text-align: center;

}
#v_generic-error{
    margin-bottom: 30px;
}
@media (max-width: 767px) {
.bottom-text-box-right {
    display: none;
}
.bottom-text-box-left {
    width: 100%;
}
}
@media (max-width: 550px) {
    .container-140 {
        padding-right: 10px; 
        padding-left: 10px ;
    }
    .bottom-text-container {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 20px;
        }
        .prize-container {
            flex-direction: column;
        }        
        .bottom-text-box{
            display: flex;
            /* flex-direction: column-reverse; */
        }        
        .bottom-text-box-left {
            width: 100%;
            padding-right: 0px;
        }
        .bottom-text-box-right {
            width: 30%;
            padding-left: 0px;
        }   
                 
}
