.welcome-text .btn {
    background-color: #deae09;
    color: #fff;
    margin-top: 30px;
    margin-right: 20px;
}

.welcome-text .btn:hover {
    background-color: #000;
}	
    
.section-adjust {
    padding-bottom: 60px;			
}	
    
.gp-proof-point-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
    
.gp-proof-point-wrapper .gp-proof-point {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gp-proof-point-wrapper .gp-proof-point .fas {		
    color: #deae09;
    font-size: 30px
}
    
.gp-proof-point-wrapper .gp-proof-point h4 {		
    font-size: 28px;
    font-weight: bold;
    color: #242424;
    font-family: "Alegreya", serif;
    text-align: center;
}
    
.gp-cta-band {
    background-image: url(images/sliders/slider08.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    position: relative;
}
    
.gp-cta-band::before {
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0,0,0,0.7);
}

.gp-cta-band .container {
    position: relative;
    z-index: 100;
    color: #fff;
}

.gp-cta-band .container .section-title {
    color: #fff;
}

.areas-served-band {
    background-color: #000;
    color: #fff;
    padding: 40px 0;
    text-align: center;
}		
    
.areas-served-band .areas-list-wrapper {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.areas-served-band .areas-list-wrapper ul {
    text-align: left;
    margin: 0 20px;
}
    
.areas-served-band .areas-list-wrapper ul li {
    font-size: 18px;
    line-height: 22px;
}
    
    
.image-text-band .image-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.image-text-band .image-text .image-text--img {
    width: 50%;
    height: 380px;
    object-fit: cover;
}
    
.image-text-band .image-text .text-block {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
}

.top-border {
    border-top: 5px #deae09 solid;
}	
    
.bottom-border {
    border-bottom: 5px #deae09 solid;
}	

.new-contact-band {
    background-color: #f0f0f0;
    border-top: 5px #deae09 solid;
    text-align: center;
    padding: 40px 0;
}
    
.new-contact-band .new-contact-wrapper {
    display: flex;
    justify-content: center;
}

.new-contact-band .smaller {
    width: 880px;			
}
    
.new-contact-band .new-contact-wrapper .new-contact-wrapper--contact {
    display: flex;
    flex-direction: column;
    width: 45%;
    text-align: left;	
}
    
.new-contact-band .new-contact-wrapper .new-contact-wrapper--map {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 45%
}
    
.new-map-frame {
    width: 100%;
    max-width: 350px;
    height: 350px;
    border: 1px solid #deae09;
}	
    
    
@media (max-width: 991px) {
    .new-contact-band .smaller {
        width: 100%;
    }
    
    .gp-proof-point-wrapper {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .gp-proof-point-wrapper .gp-proof-point {
        width: 50%;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    
}	
    
@media (max-width: 697px) {

    .new-contact-band .new-contact-wrapper {
        flex-direction: column;
    }
    
    .new-contact-band .new-contact-wrapper .new-contact-wrapper--contact {
        width: 100%;
        text-align: center;	
    }
    
    .new-contact-band .new-contact-wrapper .new-contact-wrapper--map {
        width: 100%
    }	
    
}	
    
@media (max-width: 648px) {

    .gp-proof-point-wrapper .gp-proof-point {
        width: 100%;
    }

    .image-text-band .image-text {
        flex-direction: column;
        justify-content: flex-start;
    }	

    .flip-mobile {
        flex-direction:column-reverse !important;
    }
    
    .image-text-band .image-text .image-text--img {
        width: 100%;
        height: 280px;
    }
    
    .image-text-band .image-text .text-block {
        width: 100%;
    }

    .areas-served-band .areas-list-wrapper {
        flex-direction: column;
        align-items: center;
    }	
    
    
}