
#contact-SPP__container {
    padding-top: 14px;
    margin-bottom: 38px;
    width: 100%;
    height: 346px; 
    -ms-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.21);
    -o-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.21);
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.21);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.21);
}

#sppM-container__contentContact_Dsktp {
    min-height: 100%;
    margin-bottom: -257px;
}

#sppM-container__contentContactPush_Dsktp {
    height: 161px;
}

#contact-SPP__container a {
    text-decoration: none;
}

#contact-SPP__container:hover {
    -ms-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.32);
    -o-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.32);
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.32);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.32);
}

.contact-feature__copy, .contact-body__copy {
    font-family: kepler-std, Georgia, Times, Times New Roman, serif; 
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    color: #292929;
    padding: 12px 0 16px 0;
}

.contact-body__copy {
	font-size: 24px;
	line-height: 24px;
}

.contact-img__graphic {
    display: block;
    width: 240px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
}

.contact-sendMssg__textBox {
    width: 100%;
    border: 1px solid #707070;
    padding: 7px 0 7px 5px;
    margin-bottom: 23px;
}

#contact-SPPdsktp__panels {
    display: inline-block;
    padding: 0;
}

#contact-SPPdsktp__panels li {
    float: left;
    width: 275px;
    list-style-type: none;
}

@media(min-width:768px) {
    .contact-sendMssg__textBox {
        width: 100%;
        border: 1px solid #707070;
        padding: 5px 0 5px 5px;
        margin-bottom: 10px;
    }

    .contact-img__graphic {
        display: block;
        width: 165px;
        height: 104px;
        margin-left: auto;
        margin-right: auto;
    }

    .contact-body__copy {
        font-size: 20px;
        line-height: 23px;
    }

    #contact-SPP__container {
        height: 270px; 
    }

    .contact-sendMssg__label, #contact-sendMssg__asterisk {
    	font-size: 22px!important;
    }

    label.contact-sendMssg__label, label#contact-sendMssg__asterisk {
	    line-height: 22px!important;
    }
}

.contact-sendMssg__label, #contact-sendMssg__asterisk {
    font-family: mr-eaves-xl-modern-narrow, Arial, Helvetica Neue, Helvetica, sans-serif; 
    font-style: normal;
    font-weight: 400;
	font-size: 28px;
	text-align: left;
	line-height: 28px;
	color:#707070;
    margin-right: 32px;
}

#contact-sendMssg__asterisk {
	font-size: 22px;
	line-height: 22px;
	color:#CE1F37;
}

#contact-radio {
    margin: 8px 0 20px 0;
}

#contact-radio__submit {
    margin: 10px 0 12px 0;
}

#contact-radio__submit input {
    font-family: mr-eaves-xl-modern, Arial, Helvetica Neue, Helvetica, sans-serif; 
    font-style: normal;
    font-size: 30px;
    color: #ffffff;
    width: 100%;
    height: 46px;
    transition: all 0.5s ease;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: rgba(206,31,55,255);
    cursor: pointer;
}

#contact-radio__submit input:hover {
    background-color: rgb(183, 28, 50);
}

@media(min-width:600px) {
    #contact-radio__submit input {
        font-family: mr-eaves-xl-modern, Arial, Helvetica Neue, Helvetica, sans-serif;
        font-style: normal;
        font-size: 19px;
        width: 101px;
        height: 39px;
        transition: all 0.5s ease;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background: rgba(206,31,55,255);
        cursor: pointer;
    }

    #contact-sendMssg__asterisk {
        font-size: 18px;
        line-height: 18px;
        color: #CE1F37;
    }
}

#contact-footer__container {
    background: rgba(217,217,217,255);
    padding: 34px 0 34px 0;
}

#contact-goToTop__icon {
    display: none;
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 48px;
    height: 48px;
}