/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 24 2025 | 19:47:33 */
/* Revision foundation 2-24-2022 */

p {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.iwi-accordion-container {
	color: #54575a!important;
}

.directory_item {
    cursor: pointer;
}


.bg-overlay-highlight:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
  	z-index: 0;
}

h3.text-hand.text-white {
    position: relative;
    z-index: 10;
}

a.button.btn-rev {
    z-index: 10;
}

.bg-overlay-highlight:hover:after {
    opacity: 20%;
}

/* Staff Hover style */
.hidden { display:none !important; }

.margin-remove {
  margin: 0 !important;
  overflow: hidden !important;
}


.hover-cont {
  padding: 0 !important;

}

.hover-cont img {
  height: auto;
  width: 100vw;
  object-fit: cover;
  min-height: 400px;
  max-height: 400px;
}

.staff-profile {
  margin-bottom: 9px;
}

.hover-information {
    position: absolute;
    left: 0;
    top: 0;
    padding: 1vw;
    background: #156aad96;
  	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
  	line-height: 1.2;
    color: #fff;
  	opacity: 0;
    transition: 0.3s all;
}

.hover-cont:hover .hover-information {
    opacity: 1;
}

div.hover-contact a {
    /* color: #b4d7fd !important; */
	color: white !important;
    font-size: 15px;
}

/* Hover Buttons */

#foundation .foundation-circle-img .profile {
  	opacity: 1;
    transition: 0.3s all;
}

#foundation .foundation-circle-img:hover .profile {
  	opacity: 0;
}


#foundation .hover-text {
    font-size: 18px !important;
    line-height: 1.3;
    color: #ffffff !important;
}

#foundation .foundation-circle-img .hover-text {
    position: absolute;
    top: 0;
  	left:0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 50px;
    align-items: center;
    height: 100%;
    font-size: ;
    text-align: center;
    opacity: 0;
  	cursor: pointer;
    transition: 0.3s all;
}

#foundation .foundation-circle-img:hover .hover-text {
   opacity: 1;
}



/* Utilities */
input:focus { 
    outline: none !important;
}
textarea:focus { 
    outline: none !important;
}
.mobile-toggle-container a:hover {
  color: #fff !important;
}

.active {
  display: block !important;
}

.hide {
  display: none !important;
}

a.button {
  	text-decoration: none !important;
  	transition: 0.3s;
}

a.button:active {
	color: #00477F !important;
}

a.button:active .text-highlight {
	color: #00477F;
}

.px-5:hover {
  color: #fff !important;
}


ul.foundation-submenu {
    /* background-color: rgba(77,150,101,85%); */
	background-color: rgba(58,126,99,97%);
}

ul.foundation-submenu a {
    text-decoration: none;
}

ul.foundation-submenu a:hover,
ul.foundation-submenu a:focus {
	color: white;
}

ul.iwi-tabs a {
    text-decoration: none;
}

.breadcrumb-links {
    font-size: 1.1rem !important;
}

.breadcrumb-links > a:first-child:before {
    padding-right: 2.6em;
    content: '' !important;
    background: url(../png/home-icon.png);
    background-size: 30px;
    width: 35px;;
    height: 35px;
    background-repeat: no-repeat;
    transform: translateY(15px);
  	text-decoration: none !important;
}

.foundation-content-left h1, 
.foundation-content-left h2, 
.foundation-content-left h3, 
.foundation-content-left h4, 
.foundation-content-left h5, 
.foundation-content-left h6, 
.foundation-content-left h1 a, 
.foundation-content-left h2 a, 
.foundation-content-left h3 a, 
.foundation-content-left h4 a, 
.foundation-content-left h5 a, 
.foundation-content-left h6 a {
    font-family: Poppins, sans-serif !important;
    text-decoration: none !important ;
    color: #00467f !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
}

#content-foundation h6 {
    margin-bottom: 1rem!important;
    font-size: 1rem !important;
    color: #005dab !important;
    font-weight: 700 !important;
    letter-spacing: .1rem;
}

.foundation-content-left a {
    text-decoration: underline #046b7d;
    color: #046b7d !important;
}

.foundation-content-left a:hover {
    text-decoration: underline;
 
}

em {
    color: inherit !important;
}


.cta-cont {
  border-radius: 100%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  box-shadow: 5px 3px 7px rgb(0 0 0 / 20%);
}

.cta-text {
    background: none;
    border: none;
    font-size: 13px;
  	line-height: 1.3;
  	padding: 21px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    height: 100%;
    width: 100%;
    position: absolute !important;
  	outline: none !important;
  	border: none !important;
    top: 2px;
    left: 0;
}

.cta-cont-green:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(58,126,99,97%);
    border-radius: 100%;
  	transition: 0.3s all;
  	opacity: 1;
}

.cta-cont-green:hover:before {
    background: rgba(58,126,99,97%);
}

.cta-cont-blue:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: #005dab;
    border-radius: 100%;
  	transition: 0.3s all;
  	opacity: 1;
}

.cta-cont-blue:hover:before {
    background: #4d9665;
}


  
.cta-text {
  position: relative;
  z-index: 99;
}


/* Sidebar News */
.foundation-content-right {
  max-width: 300px;
}

#content-foundation .foundation-content-right .layout-item-widget {
    padding-left: 25px;
}

#content-foundation .no-header {
  margin-top: 5vw;
  margin-right: 0;
}

#content-foundation .no-sidebar {
  width: 100% !important;
  float: none !important;
}

#content-foundation .summary-content h3 {
  font-size: 30px;
}

#content-foundation ul {
    padding: 0;
}

#content-foundation .widget-title {
  color: #fff !important;
  font-size: 24px;
  margin-bottom: 60px;
}

#content-foundation a {
   transition: 0.3s all;
}

#content-foundation a:hover {
    /* color: #81c0ff; */
    text-decoration: none;
}

#content-foundation .bg-med.bg-overlay-highlight {
  	background-color: rgba(58,126,99,97%); !important;
  	margin: 10px 0 30px;
  	
}

#content-foundation .bg-med.bg-overlay-highlight h3 {
  font-size: 40px;
}

/*#wgt10b .text-hand.text-white {
    font-size: 60px;
    line-height: 1.3;
    margin-bottom: -2px;
}*/


.foundation-sidebar {
    margin: 0;
}

.foundation-image {
    width: 280px;
    height: 100%;
    max-width: 100%;
    margin: 20px 0;
}

.foundation-news-title {
    line-height: 1 !important;
}

.foundation-news-title a {
    font-size: 20px;
    color: #fff !important;
    text-decoration: none;

}

.foundation-news-title a:hover,
.foundation-excerpt a:hover,
.foundation-post-date a:hover {
    /* color: #81c0ff !important; */

}

.foundation-excerpt {
    font-size: 18px;
    color: #fff !important;
    font-weight: 300;
}

.foundation-post-date {
   	/* margin-bottom: -30px; */
    margin-top: -5px;
  	font-size:18px;
}

.foundation-post-date a {
  	color: #fff !important;
  	text-transform: uppercase;
}

.more {
    color: #fff !important;
    font-weight: 300;
}

div.latest-foundation-news {
    border-bottom: 1px solid #ffffff47;
    margin-bottom: 45px;
}

div.latest-foundation-news:last-child {
    border-bottom: none !important;
}

.textwidget {
    position: relative;
}

.more-news {
    position: absolute;
    top: -60px;
    left: 0;
}

.more-news a {
    color: white;
  	font-weight: 300;
}

.more-news a:hover {
    color: white;
}

/* Left Content */
#cnr112 h1.post-title {
    text-transform: uppercase;
    color: #00467F;
    font-weight: 500;
}

#cnr112 p {
    font-size: 20px;
  	font-weight: 300;
}

.foundation-content-left {
    max-width: 100%;
    width: 1100px;
    padding: 60px 100px;
}

.foundation-circle-img {
    width: 18vw;
    height: 18vw;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 73px !important;
    position: relative;
  	outline: none !important;
}

.foundation-circle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.foundation-circle-img:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(
0deg, rgba(0,0,0,0.5914740896358543) 5%, rgba(0,0,0,0.17690826330532217) 38%, rgba(0,0,0,0) 100%);
  transition: 0.3s all;
}

.foundation-circle-img:hover:before {
  	background: #156aad96 !important;
  	cursor: pointer;
}

.active-img:before {
    background: #156aad96 !important;
}

.active-profile {
  opacity: 0 !important;
}

.active-profile-mobile {
  opacity: 0 !important;
}

.pointer-desktop-left {
    position: absolute;
    top: -80px;
    left: 180px;
	width: 60px;
}

.pointer-desktop-right {
    position: absolute;
    top: -80px;
    right: 190px;
	width: 60px;
}


h4.profile {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff !important;
    font-weight: 700 !important;
  	letter-spacing: 0 !important;
    font-size: 1.7vw;
  	line-height: 1;
    padding: 0 80px;
  	/*text-shadow: 0px 4px 5px hsl(0deg 0% 0% / 80%);*/
  	transition: 0.3s all;
}

.toggle {
  margin-bottom: 80px !important;
  padding-left: 60px;
  position: relative;
}

.toggle h4 {
    font-size: 30px;
    font-weight: 900 !important;
    color: #005DAB;
}

.toggle p {
    font-size: 25px;
    font-weight: 300;
}

.foundation-stat-1 {
    margin-top: 60px !important;
  	margin-bottom: 60px !important;
}

.foundation-stat-2 {
    padding-top: 60px !important;
    border-top: 2px solid #ADAFB2;
    margin-bottom: 60px;
}

.foundation-stat-1 h5, .foundation-stat-2 h5 {
  color: #005DAB;
  font-weight: 500;
}

.mobile {
  display: none !important;
}

/* Testimonial Slider */

.foundation-content-left #wgt120_31 {
  position: relative;
  min-height:500px
}

.foundation-content-left #testimonial_widget {
  position: absolute;
  left: 0;
  top: 0;
  flex-wrap: wrap !important;
  margin-left: -50px;
  margin-right: -35px;
}

.foundation-content-left .testimonials-featured .widget-controls {
    flex-basis: 100%;
    margin: 0;
  	flex-wrap: wrap;
}

.foundation-content-left .testimonials-featured .widget-controls .iwcarousel-dir-nav {
    justify-content: center;
  	display: flex;
    margin: 0 !important;
  	padding: 0 !important;
}

.foundation-content-left .testimonials-featured .widget-title {
    text-align: center;
  	flex-basis: 100%;
  	margin-top: 0 !important;
}

.foundation-content-left .testimonials-featured .widget-content {
    flex-basis: 67%;
}

.foundation-content-left .img-enhanced, .testimonial-thumbnail-container {
    max-width: 100%;
}

.foundation-content-left ul.iwcarousel-dir-nav li {
    margin: 0;
}

.foundation-content-left .testimonial-content-container {
    flex-basis: 68%;
}

.foundation-content-left .testimonials-featured .widget-content .testimonial-thumbnail {
	flex-basis: 32%;
}


/* End Testimonial Slider */


/* Media Device */
@media screen and (max-width: 1500px) {
  .foundation-circle-img {
    width: 22vw;
    height: 22vw;
  }
  
  .pointer-desktop-left {
    position: absolute;
    top: -80px;
    left: 10vw;
  }
  
   .pointer-desktop-right {
    position: absolute;
    top: -80px;
    right: 10vw;
  }
}

@media screen and (max-width:1400px) {
	.directory-staff-grid div.col-md-4 {
		max-width: 100% !important;
		flex: 0 0 50% !important;
	}
}



@media screen and (max-width: 800px) {
  
  html, body {
    overflow-x: hidden;
  }
  
  .foundation-content-right {
    max-width: 100%;
  }
  
  .bg-med.bg-overlay-highlight.bg-grid.text-center.p-3.pt-4 {
    max-width: 300px;
    left: 30%;
    margin-left: -15px !important;
  }
  
  ul.foundation-submenu {
    display: block;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
  }
  .desktop {
    display: none !important;
  }
  
  #menu-foundation-main-sub-1-clone li {
    border-bottom: 1px solid hsl(0deg 0% 100% / 50%);
    padding: 6px 0;
  }
  
  #menu-foundation-main-sub-1-clone li:last-child {
    border: none !important;
  }
  
  #glt-translate-trigger {

 	left: inherit !important;
    right: 0 !important;
}
  
  
  .mobile {
    display: flex !important;
  }
  
  .foundation-content-left {
    padding: 60px 40px 0px 80px;
  }
  
  .pointer-mobile {
    transform: translate(0, 0);
  }
  
  .foundation-content-right {
    width: 100%;
  }
  
   #content-foundation {
    margin-right: 0 !important;
    /*margin-left: -25px !important; */
  }
  
  #wgt10b .bg-med.bg-overlay-highlight {
    padding: 50px !important;
  }
  
  .foundation-image {
    width: 100%;
  }
  
  .foundation-image img {
    width: 100%;
  }
  .foundation-stat-2 {
    flex-direction: column-reverse;
  }
  
  .foundation-stat-1 img, .foundation-stat-2 img {
    display: block;
    margin: 30px auto;
  }
  
  .foundation-circle-img {
    width: 400px;
    height: 400px;
  }
  .foundation-content-left #testimonial_widget {
    position: relative;
  }
  
  .toggle {
      padding-left: 0;
      margin-top: -40px;
      position: relative;
      margin-left: -4px;
      text-align: center;
  }
}

img.pointer-mobile {
    width: 20% !important;
}

@media screen and (max-width:700px) {
	.directory-staff-grid div.col-md-4 {
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}
	
	
}

@media screen and (max-width: 600px) {
	

  .bg-med.bg-overlay-highlight.bg-grid.text-center.p-3.pt-4 {
    left: 11.5%;
  }

  .hover-information {
    padding: 5vw;
  }

  .foundation-content-left { 
    padding: 2rem;
    margin-right: -11px;
  }
  
  .foundation-circle-img {
    height: 300px;
    width: 300px;
    max-width: 100%;
    margin-left: 2px;
    margin-bottom: 40px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
  .toggle {
    margin: -20px 0 0 !important;
  }
  
  .uk-grid>* {
    padding-left: 0 !important;
  }
  
  .uk-grid {
    margin-left: 0 !important;
  }
  
  .foundation-content-left .testimonial-content-container {
    flex-basis: 100%;
  }
  
  
  .foundation-content-left .testimonials-featured .widget-content .testimonial-thumbnail {
    flex-basis: 100%;
  }
  
  ul.iwi-tabs {
    padding: 0;
  }
  
  h4.profile {
    font-size: 30px;
  }
  
  .toggle h4 {
    margin: 0 !important;
  }
  
  .testimonials-featured .widget-content {
    max-height: 540px;
  }
  
  .foundation-content-left #testimonial_widget {
    margin: 0 -20px;
  }
}
