@charset "UTF-8";
/* CSS Document */

/*CHANGE ACCENT COLOR:

#042755

*/


.ss-cta {
    color: #FFFFFF !important;
    text-transform: uppercase;
    text-decoration: none !important;
    display: block;
    padding: 15px 25px;
    margin: 5px;
	font-weight: 400;
	letter-spacing: 1.5px;
	font-size: 15px;
}

.ss-cta:hover {
	opacity: 1;
	background-color: #bf0200 !important;
	color: #FFFFFF !important;
}

.ss-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 40px;
}

.ss-card {
    flex: 1;
    margin: 12px;
    max-width: 350px;
    min-width: 270px;
    padding: 30px;
    width: 30%;
	background-color: #FFFFFF;
}

.ss-shadow .ss-card { 
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 0px 8px #c6c6c6; 
}

.ss-shadow .ss-card:hover {
    box-shadow: 0px 5px 8px #c6c6c6;
    transition: box-shadow .4s ease-in-out;
}

.ss-border .ss-card { border: 1px solid #cccccc; }

.ss-border-radius .ss-card { border-radius: 0px;}

.ss-card img { 
    height: 150px;
    margin: 0 auto; 
    object-fit: contain;
    width: 100%;
}

img.img-fit { object-fit: cover; width: 100%; }
img.img-left { object-position: left; }
img.img-right { object-position: right; }


.ss-griddd h2 {
    line-height: 135%;
    text-align: center !important;
    margin-bottom: 15px;
    font-size: 44px !important;
    color: black !important;
    background: none !important;
}


.ss-card h3 {
    line-height: 1;
    text-align: center !important;
	margin-top: 0px;
    margin-bottom: 20px;
    font-size: 30px !important;
    color: black !important;
    background: none !important;
}

.ss-card p {
    line-height: 1;
    text-align: center !important;
	margin-top: 15px;
    margin-bottom: 20px;
    font-size: 14px !important;
    color: #042755 !important;
	font-weight: bold;
}


@media only screen and (max-width:768px) {
	
	

	.ss-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 0px;
}

.ss-card {
    flex: 1;
    margin: 8px;
    max-width: 360px;
    min-width: 290px;
    padding: 10px;
    width: 30%;
	background-color: #FFFFFF;
}

}
