.white:hover {
    transform: translateY(-3px);
    transition: 0.7s;
	  color: #ffffff;
    background: #ef0d33;
	  border: 1px solid #ef0d33;
}
.white{
	  color: #1D1D1D;
    border: 1px solid gray;
    padding: 8px 22px 8px 22px;
    font-weight: 300;
    font-family: Lato;
    border-radius: 4px;
}

.red:hover {
    transform: translateY(-3px);
    transition: 0.7s;
	  color: #1D1D1D;
	  border: 1px solid gray;
}
.red{
	  color: #FFFFFF;
    border: 1px solid #ef0d33;
    padding: 8px 22px 8px 22px;
    font-weight: 300;
    font-family: Lato;
    border-radius: 4px;
}
@media (max-width: 320px)
{
#panel-7923-0-0-0> .panel-widget-style {
    padding: 20% 10% 20% 10% !important;
}
#panel-7923-0-0-0> .sow-headline-container h1.sow-headline{
	font-family: Montserrat;
    line-height: 2em !important;
    font-size: 1.25em !important;
	}
}