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

.ss-cta {
    color: white;
    /*display: flex;*/
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 15px 25px;
    margin: 5px;
	font-size: 13px !important;
	letter-spacing: 2px;
}

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

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


.ss-card h3 {
  line-height: 1;
  text-align: center;
  margin: 10px auto 15px !important;
  font-size: 24px !important;
  color: black !important;
  background: none !important;
}
.ss-card h3:after {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  margin: 20px auto !important;
	background: #00095b !important;
}


.ss-card {
    flex: 1;
    margin: 15px;
    max-width: 450px;
    min-width: 270px;
    padding: 10px;
    width: 48%;
}

.ss-shadow .ss-card { 
border: 1px solid #ffffff;
    border-radius: 4px;
    box-shadow: 0px 0px 6px #ccc;
}

/*
.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 #333; }

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

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



.cc-featured-images {
    width: 100%;
}
.cc-main-container figure {
    width: 100%;
    overflow: hidden;
    margin: 5px 2px;
    display: inline-block;
    min-width: 300px !important;
}
.cc-main-container figure img {
    display: block;
    width: 99%;
}
.change-ratio img {
    margin: -18% 0;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.cc-main-container figure {
    width: 100%;
    overflow: hidden;
    margin: 2px 2px 10px;
    display: inline-block;
    min-width: 300px !important;
}
}



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