


.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active {
    display: inline-block;
    padding: 15px 30px 15px 86px;
    color: #fff ;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    background: #023c7b;
    color: #fff;
}

.um input[type=submit].um-button:hover, .um a.um-button:hover {
    background-color: #fed400;
    color: #023c7b !important;
}



@media screen and (min-width: 1500px) {

}

@media screen and (max-width: 900px) or (min-width: 600px) {
	

}

@media screen and (min-width: 1200px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 480px) {

}