/* Department CSS Document */
/*For mobile first adaptive design place styles for mobile and up in the mobile and up area.
Place styles for tablet and up inside the media query in the tablet and up area.
Place styles for desktop only inside the media query in the desktop only area.

For questions or media query training contact Web Development Services.
*/
/* ====================== Mobile and Up ========================== */

:root {
	--hero-text-color: #4ba23f;
	--hero-justify-content: center;
	--hero-content-width: 100%;
	--hero-bg-position: center;
}

  .home-video {
    display: block;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

.home-video video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.vid-overlay {
display: none;
	}



section.page-header.jumbo.hero-apfy {
	padding: 0px;
	overflow: hidden;
}

/* .home-video {
	display: none;
} */


header.apfy-header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 0px;
	min-height: 152px;
}

.hero-apfy a.button-border.button-hero.button-green {
	    background-color: var(--hero-text-color);
    color: #fff;
    padding: 10px 15px;
    border-radius: 12px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    font-size: 24px;
    font-weight: bold;
}

.hero-apfy a.button-border.button-hero.button-green:hover {
background-color: #fff;
	color: var(--hero-text-color);
}

.hero-content {
display: none;
}


.hero-home.hero-video .video-background {
	top: -3%;   
}

.jumbo header.apfy-header p.intro {
	font-family: 'Rajdhani';
    font-size: 34px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
}

p.intro br.par-break {
display: none;
}

hr.section-divider-icon.apfy-icon:before {
	content: url(../svg/apfy-icon.svg);
	top: -30px;
	width: 80px;
}

/* Cards */
.homepage-card .card-picture {
	padding-bottom: 20px;
}

.homepage-card .card-picture-title {
	background-color: #fff;
	color: #275d38;
}

.homepage-card h2.card-picture-title {
	font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
	margin: 0px;
    padding: 20px;
    width: 100%;
    background-color: #fff;
    text-align: center;
    color: #275d38;
}

.homepage-card .card-picture-img {
	object-fit: contain;
}

.homepage-card .card-picture-content {
	display: none;
}

.homepage-card .card-picture-button {
	border-top: none;
    text-align: left;
    padding: 10px;
    display: block;
    border: 2px solid #275d38;
    border-radius: 8px;
    font-family: "Rajdhani", sans-serif;
    font-weight: bold;
    margin: 0px auto;
    padding: 20px 35px 20px 20px;
    width: 80%;
    font-size: 15px;
}

.homepage-card .card-picture-button:after {
	 content: "\f061";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 18%;
    font-size: 10px;
    display: flex;
    bottom: 54px;
}
/* End Cards */

/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {



	.hero-home.hero-video .video-background {
		top: -2%;
	}
	
	.home-video {
	display: block;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


	
.vid-overlay {
	display: block;
	width: 100%;
    height: 100%;
    background-color: #00000030;
    position: absolute;
    overflow: hidden;
    background-blend-mode: multiply;
	}




	

	.inpageNav ul li {
		width: 18%;
		padding: 0px 30px;
	}
	
	.inpageNav li a {
		justify-content: flex-start;
		height: 100%;
	}
	
	.inpageNav ul > li + li {
		margin-inline-start: 0px !important;
	}
	
	.inpageNav ul li:not(:first-of-type) {
		/*border-left: 1px solid #e7e7e7;*/
		/*border-image: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, rgba(231,231,231,1) 20%, rgba(231,231,231,1) 80%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%);*/
	}
	
	.inpageNav ul li + li:before {
		content: '';
    display: block;
    width: 1px;
    height: 60%;
    background-color: #e7e7e7;
    position: absolute;
    top: 20%;
    left: 0px;
	}
	
}

@media only screen and (min-width: 860px) {
  header.apfy-header {
    height: 400px !important;
  }
}

@media only screen and (min-width: 864px) {
	.hero-content {
    z-index: 5;
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	width: 100%;
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
}
	

/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
		.jumbo header h1 {
	font-size: 42px;
}

	.hero-home.hero-video .video-background {
		top: -4%;
	}

	header.apfy-header {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.jumbo header.apfy-header p {
		margin-top: 20px;
	}

	

}
/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {
		.jumbo header h1 {
	font-size: 60px;
}


	header.apfy-header {
	
		height: 680px !important;
	}	
	
}

/* ====================== Extra Wide Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1500px) {

	header.apfy-header {

	}	
	
	p.intro br.par-break {
display: block;
}

}

/*END OF DOCUMENT*/
