/* CSS Document */
/*------------------------------------*\
  #GENERAL HOME PAGE
\*------------------------------------*/
.eq-height-content {
/*	height: 100%;*/
}

.eq-height-content img {
/*	height: 100%;*/
/*	object-fit: cover; */
}

/*------------------------------------*\
  #SLIDER
\*------------------------------------*/
#slideshow-main {
/*    border-top: 3px solid #006b6b;*/
	
}

#slideshow-main img {
/*    height: auto;*/
	width: 100%; 
    
}

#slideshow-main .carousel-caption {
    top: 50%;
    left: 50%;
	right: unset; 
	bottom: unset; 
    transform: translate(-50%, -50%);
    color: white;
	z-index: 1;
}

#slideshow-main .carousel-caption h3 {
	display: block;
	padding: 0 35px; 
	color: white; 
	font-size: 65px; 
	font-weight: 900;
	text-transform: uppercase; 
}

#slideshow-main .overlay {
	background-color: rgba(0, 107, 107, 0.50);
}

#slideshow-main .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

#slideshow-main .carousel-control-prev,
#slideshow-main .carousel-control-next {
	display: none; 
}



@media (max-width: 1400px) {	
	#slideshow-main .carousel-caption h3 { 
		font-size: 40px; 
	}
	
	#slideshow-main .carousel-item .btn {
		padding: 5px 40px; 
	}
	
	div.down-arrow::before {
		bottom: 40px;
	}
}

@media (max-width: 1000px) {	
	#slideshow-main .carousel-caption h3 { 
		font-size: 30px; 
	}
	
	#slideshow-main .carousel-item img,
	#slideshow-main {
/*		height: 350px; */
	}
	
	#slideshow-main .carousel-caption {
		top: 45%; 
		width: 80%; 
	}
}

@media (max-width: 350px) {	
#slideshow-main .carousel-caption h3 {

	padding: 0 10px; 

}
	
	.carousel-indicators {
		bottom: -15px;
	}
	
}

/**********************

 Video Header

**********************/

.vertical-centered-text {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}
.video-header .video-container {
	overflow: hidden;
}
.video-header video {
	width: 100%;
	height: auto;
	display: block;
} 

.video-header {
/*    border-top: 3px solid #006b6b;*/
	height: 65vh; 
}

.video-header video {
    height: 65vh;
	width: 100%; 
    object-fit: cover;
}

/*------------------------------------*\
  #SECTION ONE
\*------------------------------------*/

.video-modal {
     padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
}

/* #videoModal .modal-dialog {
     max-width: 50%;
} */

@media (max-width: 768px) {
	.video-modal,
	.video-modal img {
		width: 100%;	
	}
}

@media(max-width: 992px) {
     /* #videoModal .modal-dialog {
          max-width: 80%;
     } */
}

.container-fluid.home-one {
    background-color: #006b6b;
	color: white; 
	font-family: 'CachetBookRegular'; 
	font-size: 20px; 
}

.home-one p,
.home-one p a {
	color: white; 
}


.home-one h4 {
	font-size: 20px;
	color: #FFF;
}

.home-one .home-notice-one {
    background-color: #01a490; 
}

#inner {
    transform: rotate(45deg);
    background-color: #006b6b;
    width: 120px;
    height: 120px;
    top: 23px;
    left: 40px;
    position: relative;
    border-radius: 15px;
}

#outer {
    position: absolute;
    top: -3px;
    right: -20px;
    width: 110px;
    height: 180px;
    overflow: hidden;
}

@media(max-width: 1000px) {
	#outer {
		display: none; 
	}
}

/*------------------------------------*\
  #SECTION TWO
\*------------------------------------*/
.home-two {
	padding: 75px 15px; 
}

.home-two .color-1 {
	background-color: #00aeef; 
}

.home-two .color-2 {
	background-color: #0089d0; 
}

.home-two .color-3 {
	background-color: #0060af; 
}

.home-two a:hover {
	text-decoration: none; 
}

.home-two #home-block h4 {
	color: #fff;
	font-size: 30px; 
	text-transform: uppercase; 
}

.home-two .color-1 .btn-white {
	color: #00aeef; 
}

.home-two .color-2 .btn-white {
	color: #0089d0; 
}

.home-two .color-3 .btn-white {
	color: #0060af; 
}

.home-two .block-body img {
    height: 100px;
    width: auto;
}

.home-two #home-block > div {
    align-self: center;
    padding: 75px 10px;
}

.home-two #home-block.block-1 {
	padding: 0;
	padding-right: 10px; 
}

.home-two #home-block.block-2 {
	padding: 0 20px; 
}

.home-two #home-block.block-3 {
	padding: 0;
	padding-left: 10px; 
}

@media(min-width: 1000px) and (max-width: 1500px) {
	.home-two #home-block h4 {
		font-size: 22px; 
	}
}

@media (max-width: 1000px) {
	.home-two #home-block.block-1,
	.home-two #home-block.block-2,
	.home-two #home-block.block-3{
		padding: 0;
		margin: 15px;
    	max-width: calc(100% - 30px);
	}
	.program-content .carousel-caption {
		padding: 25px 35px;
    	min-height: 0;
	}
	.home-two {
		padding: 0 15px; 
	}
	
	.home-two #home-block h4 {
		font-size: 28px; 
	}
	
	.home-two .block-body img {
		height: 65px; 
	}
	
	.home-two #home-block > div {
		padding: 30px 10px; 
	}
}

/*------------------------------------*\
  #SECTION THREE
\*------------------------------------*/
.program-content .carousel-item {
	background-color: #006b6b;  
}

.program-content img {
/*	max-width: 100%; */
/*	height: 600px;*/
/*	max-height: 100%; */

}

.program-content .carousel-caption span {
	color: #fff;
	font-size: 22px;
	line-height: 30px; 
	font-family: 'CachetBookRegular';
	display: block; 
}

.program-content .carousel-caption .program-header {
	font-size: 38px;
	line-height: 45px; 
	text-transform: uppercase; 
	font-family: 'CachetBoldRegular';
	display: block; 
}

.program-header:after {
	content: '';
    width: 25%;
    display: block;
    border-top: 3px solid #00aeef;
    margin: 25px 0; 
}

.program-content .carousel-caption a {
	display: inline-block; 
}

.program-content .carousel-caption {
	text-align: left; 
}

.program-content .carousel-control-prev,
.program-content .carousel-control-next {
	width: 5%; 
	z-index: 99; 
}

.program-content .carousel-caption {
	bottom: 0; 
	top: 0;
	right: 0; 
	left: 0; 
	padding: 50px; 
	position: relative;
	display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.program-content .carousel-control-prev,
.program-content .carousel-control-next {
	display: none; 
}


@media(max-width: 1100px) {
	.program-content .carousel-caption .program-header {
		font-size: 26px; 
	}
	
	.program-content .carousel-caption span {
		font-size: 20px; 
		line-height: 25px; 
	}
	
	.program-header:after {
		width: 100%; 
	}
}

.blog-teaser {
	background: linear-gradient(to bottom, #ffffff 50%,#006b6b 100%);
}
.blog-teaser h2 {
	text-align: center;
}
.blog-teaser img {
	margin-bottom: .5rem;
	display: block;
	height: 100%;	
}
.blog-teaser .photo-container {
	display: flex;
	justify-content: center;
	margin-bottom: .5rem;
	max-height: 200px;
	overflow: hidden;
}
.blog-teaser .content {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 5px;
	min-height: 550px;
	background: #fff;
}



@media(max-width: 992px) {
	.program-content img {
/*		height: 300px; */
	}
	
	.bottom-carousel-content {
		min-height: 450px;
	}
}

@media ( max-width: 768px ) {
	.program-content .carousel-caption {
		margin: 0 auto; 
		padding: 15px 50px; 
		text-align: center; 
	}
	
	.program-content img {
		border-top-left-radius: 0; 
		border-top-right-radius: 0;
		border-bottom-left-radius: unset; 
	}
}

@media(max-width: 350px) {

	
	.bottom-carousel-content {
		min-height: 500px;
	}
}