/* 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 ========================== */
/* ====================== GENERAL CSS ========================== */
.padding-top-100 {
	padding-top: 100px;
}
.padding-bottom-100 {
	padding-bottom: 100px;
}
.padding-bottom-40 {
    padding-bottom: 20px;
}

.side-header {
	position: relative;
    z-index: 3;
}
.side-heading {
    margin: 0;
    text-align: left;
}
.card-picture-8 .card-picture-img {
	height: 200px;
}

/* ====================== HOME HEADER ========================== */
.page-header {
	padding: 0;
    height: 400px;
    background-size: contain !important;
    display: flex;
    align-items: end;
    background-position: top;
}
.page-header > div {
    display: contents;
}

.home-topheader {
    color: #fff;
	width: 100%;
    background-color: #275d38;
    grid-area: head;
	border-radius: 0 !important;
    padding: 40px 10px;
}
.home-topheader h1 {
	font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    border-bottom: 4px solid #72BE45;
    padding-bottom: 10px;
}
.home-topheader h2 {
    font-family: "Raleway", arial, sans-serif;
    color: #fff;
    font-size: 22px;
    margin: 15px 0 0 0;
}

/* ====================== WHY SECTION ========================== */
h2.large-h2 {
    font-weight: bold;
}
ul.fa-ul {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
	font-size: 18px;
	margin-top: 20px;
}
.fa-ul .fa-li {
    font-size: 24px;
    color: #75B233;
    top: -4px;
}

/* ====================== REGISTER SECTION ========================== */
.apply-button {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.apply-button:after {
	content: "\f30b";
	font-size: 22px;
	font-family: "Font Awesome 5 Pro";
}

.register [data-uvu-region="1"], .register [data-uvu-region="2"] {
	position: relative;
	text-align: center;
}
.register [data-uvu-region="1"]::before {
    position: absolute;
    background: url(/_common/landing-pages/images/ladder-left.svg) no-repeat;
    background-size: 70px;
    left: 20px;
    top: -50px;
    width: 200px;
    height: 200px;
    content: "";
}
.register [data-uvu-region="2"]::after {
	background: url(/_common/landing-pages/images/ladder-right.svg) no-repeat;
    background-size: 70px;
    position: absolute;
    right: -110px;
    bottom: -200px;
    width: 200px;
    height: 200px;
    content: "";
}
.register [data-uvu-region="1"] {
	padding-top: 30px;
}
.register [data-uvu-region="2"] {
	padding-bottom: 30px;
}

/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
/* ====================== GENERAL CSS ========================== */
	.padding-bottom-40 {
		padding-bottom: 40px;
	}
	
	.side-header {
		margin-top: -20px;
		width: 70%;
		padding-left: 20px;
	}
	.side-heading {
		font-size: 32px;
	}
	.card-picture-8 .card-picture-img {
		height: 100%;
	}
	
	/* ====================== HOME HEADER ========================== */
	.page-header {
		display: block;
		height: 300px;
		background-position: right;
		position: relative;
		background-size: 60% !important;
	}
	.home-topheader {
		height: 100%;
		padding: 50px 0px 50px 20px !important;
		width: 40%;
		z-index: 5;
		position: relative;
	}
	.home-topheader::after {
		content: "";
        position: absolute;
        background: url(/gened/images/header-triangle.svg) no-repeat;
        background-size: 200px auto;
        right: -100px;
        height: 300px;
        width: 200px;
        bottom: 0;
        z-index: -1;
	}
	.home-topheader h1 {
		font-size: 38px !important;
	}
	
	/* ====================== WHY SECTION ========================== */
	[data-uvu-section="7"] [data-uvu-region="2"] {
		margin-top: 20px;
	}
	
	/* ====================== REGISTER SECTION ========================== */
	.apply-button {
		margin-top: 75px;
		width: 85%;
	}
	.register [data-uvu-region="1"] {
		text-align: left;
		padding-left: 80px;
	}
	
	
}/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {

/* ====================== HOME HEADER ========================== */
	.page-header {
		height: 350px;
	}
	.page-header::after {
        background-size: 300px;
        width: 300px;
        height: 500px;
    }
	.home-topheader {
        padding: 50px 50px 50px 20px !important;
        width: 45%;
    }
	.home-topheader::after {
		height: 350px;
	}
	.home-topheader h2 {
		font-size: 26px;
	}
	.home-topheader h1 {
		font-size: 48px !important;
	}
	/*inpage header*/
	.side-header {
		margin-top: -50px;
	}
	
	/* ====================== WHY SECTION ========================== */
	[data-uvu-section="7"] [data-uvu-region="2"] img {
		width: 90%;
	}
	
	/* ====================== REGISTER SECTION ========================== */
	.register [data-uvu-region="1"] {
        padding-right: 30px;
    }
	    .apply-button {
        margin-top: 50px;
        width: 70%;
    }
	
}/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {
/* ====================== HOME HEADER ========================== */
	.home-topheader {
        padding: 50px !important;
        width: 40%;
		display: flex;
        flex-direction: column;
        justify-content: center;
    }
	.page-header::after {
        right: 100px;
    }
	.home-topheader h1 {
		font-size: 50px !important;
	}
	
	.side-heading {
		font-size: 36px;
	}
	
	/* ====================== WHY SECTION ========================== */
	.fa-ul .fa-li {
		top: -2px;
	}
	[data-uvu-section="7"] [data-uvu-region="2"] {
		margin-top: 0;
	}
	[data-uvu-section="7"] [data-uvu-region="2"] img {
		width: 85%;
	}
	[data-uvu-section="7"] [data-uvu-region="1"] {
		margin-top: 20px;
	}
	
	/* ====================== REGISTER SECTION ========================== */
    .register [data-uvu-region="1"] {
        padding-left: 100px;
    }
	
}/*end media query*/
/*end media query*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1400px) {
	/*inpage header*/
	.side-header {
		padding-left: 100px;
	}


}/*end media query*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1500px) {
	/* ====================== HOME HEADER ========================== */
	 .page-header::after {
        right: 200px;
    }
	.home-topheader {
		padding: 50px 0px 50px 150px !important;
	}
	
}
/*end media query*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1700px) {
	/* ====================== HOME HEADER ========================== */
	.page-header::after {
        right: 350px;
    }
	.home-topheader {
		padding: 50px 0px 50px 280px !important;
	}
	
	
}
/*end media query*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1800px) {
	/*inpage header*/
	.side-header {
		padding-left: 340px;
	}


}/*end media query*/
/*End desktop only styles*/
/*END OF DOCUMENT*/