@charset "UTF-8";
/*!
Theme Name: JAE - Group
Theme URI: http://www.morevisibility.com
Author: MoreVisibility
Author URI: http://www.morevisibility.com
Description: A Theme for JAE Group
Version: 1.0.0
*/

h3.vc_custom_heading a, h3.vc_custom_heading a:visited {
    color: #c42c30;
}
.error-area{
    margin: 80px 0;
}

img.thumbnail {
	width: 100%;
}
.year_divider{
	text-align: center;
    margin: 15px 0; 
    border-bottom: 2px solid #c42c30;
    font-size: 35px;
    word-wrap
}
a {
	word-wrap: break-word;
}

div.hover.rounded{
    border-radius: 50% !important;
}

.odometer{
    color:#c42c30;
}

.new-locations-container .container .locations-carousel .newLocation-item .card .card-body .address-info {
    min-height: 50px;
}
#collapseTeam{
    margin-top: 8%;
}


.newLocation-item .card .hover{   
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(34, 34, 34, 0.65);
}
.newLocation-item .card:hover>.hover{
    opacity: 1;
    background-color: rgba(34, 34, 34, 0.65);
    visibility: visible; 
}

@media (max-width: 580px){
   #wpsl-wrap #wpsl-result-list{
    width: 100%;
    max-height: 450px;
   } 
}

.interior-container .leadership-wrap{
    justify-content: start !important;
}

.hp-content .icon-container .icon-cta-item{
    margin: 0 10px;
}

@media (max-width: 1200px) and (min-width: 990px){
    p.quote{
        font-size: 70%;
    }
}

