
html .text-color-light,
html .text-light {
	color: #FFF !important;
}

#hpb-hero{
    background-image: url('../img/Jersey_HP_Background_3@2x.png'); 
    background-size: cover; 
    background-position: center; 
    background-color: #35383d;
}

#hpb-hero-text{
	font-family: 'Neue Helvetica';
     font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0px;
}
    #hpb-hero-text{
        font-size: 5em !important;
    }

    .hpb-logo-image{
        height:24vh;
        padding-bottom: 75px;
        max-height: none;
    }

.contact-button{ /*THIS IS THE ONE IN THE MENU*/
    /*background-color: #A05962 !important;*/
    background-color: #D6212E !important;
    padding: 5px 8px;
}

.contact-button:hover{
    background-color: #DD6245 !important;
}

.contact-button:active{
    background-color: #A05962 !important;
}
.contact-buttons{
    background-color: #D6212E !important;
}

.contact-buttons:hover{
    background-color: #DD6245 !important;
}
.contact-buttons:active{
    background-color: #A05962 !important;
}

.footer-title{
	font-family: 'Neue Helvetica';
     font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
        letter-spacing: 0em;
    font-size: 66px;
    
}
.footer-items{
	font-family: 'Neue Helvetica';
     font-weight: 500;
    font-style: normal;
    letter-spacing: 0em;
    line-height: 55px; /*must match img size below*/
    padding: 20px 0;
    color:white;
    
}
    .footer-items a{
    color:white !important;
    }
    .footer-items a:hover{
    color:#DD6245 !important;
    }
    .footer-items a:active{
    color:#A05962 !important;
    }
    .footer-items.orange a{
    color:#DD6245 !important;
    }
    .footer-items.orange a:hover{
    color:white !important;
    }
    .footer-items.orange a:active{
    color:#A05962 !important;
    }
.footer-border-bottom{
    border-bottom: 1px solid #dee2e6!important;
    margin-right:30px;
}
.footer-margin-left{
    padding-left:20px;
}
/* Responsive */
@media (max-width: 575px) {
    #hpb-hero{
        background-position: -220px; 
    }
    #hpb-hero-text{
        font-size: 3em !important;
    }

    .hpb-logo-image{
        height:24vh !important;
        padding-bottom: 70px;
        max-height: none;
    }
	.footer-title {
        text-align: center;
	}
    .footer-items{
        padding: 20px 20px;
    }
    .col-10.footer-items{
        padding-left: 40px;
    }
    .footer-border-bottom{
        margin-right: 0px;
    }
    .border-right{
        border-right: 0px solid #DADADA !important;
    }
    .row {
    --bs-gutter-x: 0rem;
    }
    .contact-buttons{
        margin: 15px auto 50px;
    }
    .direction-button{
        text-align: center;
}
}
/* Responsive */
@media (orientation: landscape) and (max-width: 960px) {
    #hpb-hero{
        background-position: center; 
    }
    #hpb-hero-text{
        font-size: 3em !important;
    }
    .hpb-logo-image{
        height:22vw;
        max-height: 200px;
        padding:25px 0 35px 0;
    }
	.footer-title {
        text-align: center;
	}
    .footer-items{
        padding: 20px 20px;
    }
    .col-10.footer-items{
        padding-left: 40px;
    }
    .footer-border-bottom{
        margin-right: 0px;
    }
    .border-right{
        border-right: 0px solid #DADADA !important;
    }
    .row {
    --bs-gutter-x: 0rem;
    }
    .contact-buttons{
        margin: 15px auto 50px;
    }
    .direction-button{
        text-align: center;
}
}

.footer-items.orange{
    color: #DD6245;
}

.footer-items img{
    height: 55px;
}

.footer-items.address{
    max-width: 514px;
    line-height: 31px;
}

.footer-items.address_icon{
    max-width: 102px;
    line-height: 80px;
}
        .submit_icon {
            position: absolute;
            left: 128px;
            top: 6px;
            z-index: 20;
        }
          
        .submit_button {
            position: relative;
            width: 100%;
        }      
               


.footer-company{
	font-family: 'Neue Helvetica';
     font-weight: 500;
    font-style: normal;
    letter-spacing: -1px;
    
}

.grecaptcha-badge{
    display: none !important;
}
