@charset "utf-8";
/* CSS Document - Custom styles that overwrite the template CSS code*/

/*==========================*/
/*LEADERSHIP SECTION CLEANUP*/
/*==========================*/

.leaderContainer {
	width: 23%;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	padding : 15px;
	border-radius: 15px;
	transition: all 0.25s ease-in-out;
}

@media (min-width: 1281px) {
article.news-detail.m-t-md.m-b-lg .group {
	display: flex;
}
.leaderContainer:hover {
	transition: all 0.25s ease-in-out;
	transform: scale(1.1);
	box-shadow: 0px 0px 15px #fff;
}
}

@media (max-width: 1280px) {
.leaderContainer {
	margin-top: 12px;
	display: block;
	width: 100%;
}
}
.leaderContainer a {
	text-decoration: none !important;
}
.leaderdesc {
	text-align: center;
}
.leaderimg {
	width: 100%;
	display: flex;
	justify-content: center;
}
.leaderimg img {
	align-self: center;
}
.leaderdesc p {
	margin: 5px 0 0 0;
}


/*==========================*/
/*SERVICE TILES SECTION CLEANUP*/
/*==========================*/


@media (min-width: 450px) {
  .service-tile {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .service-tile {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .service-tile {
    float: left;
    width: 33.3%;
  }
}


/*==========================*/
/*GOOGLE TRANSLATE FIX*/
/*==========================*/

#google_translate_element_home * {
    color: #000 !important;
}


/*==========================*/
/*GLOBAL FOOTER TO BOTTOM*/
/*==========================*/

#main-content {
    min-height: 91vh;
}

.img.safesalonimg img {
    max-width: 300px;
    max-height: 220px;
    padding: 15px;
    border: 1px solid #ccc;}

.img.safesalonimg a {
    background-image: none !important;
}
.img.safesalonimg a:hover {
    background-image: none !important;
}

.alert-dismissible .close {
    color: black;
    opacity: 1;
}


/*==========================*/
/*PARAGRAPHS*/
/*==========================*/

p {
    line-height: 1.5;
}


.main-content a:not(.btn) {
    text-decoration: underline !important;
    background: none;
}

.main-content a:not(.btn):hover{
    text-decoration: underline !important;
    background: none;
}

.panel-overstated .panel-body a:not(.btn), .panel-overstated .card-body a:not(.btn), .card-overstated .panel-body a:not(.btn), .card-overstated .card-body a:not(.btn) {
    text-decoration: underline !important;
    background: none;
}

.panel-overstated .panel-body a:not(.btn):hover, .panel-overstated .card-body a:not(.btn):hover, .card-overstated .panel-body a:not(.btn):hover, .card-overstated .card-body a:not(.btn):hover {
    text-decoration: underline !important;
    background: none;
}