/* 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 ========================== */
/**====================================================*GET STARTED PAGE*========================================================*/
.get-started-header {
	padding: 0;
	min-height: 450px;
}

.get-started-header-content {
    margin-top: 100px;
}
.get-started-header-content h2 {
    color: white;
    font-size: 36px;
}

.button-solid.button-white {
	border-radius: 0;
	border-color: #00843D;
    font-family: "Lato", arial, sans-serif;
    text-transform: capitalize;
    padding: 20px;
    position: relative !important;
    display: block !important;
    letter-spacing: 0.5px;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
	background-color: #fff;
	color: #275D38;
}
.button-solid.button-white:after {
	display: flex;
    justify-content: center;
    align-items: center;
    content: "\f061";
    font-family: "Font Awesome 5 Solid", "Font Awesome 5 Pro";
    font-size: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: auto;
    width: 50px;
   	color: #00843D;
}

/********SECTION WITH GRAPHICS*******/
.get-started-section-graphics {
	position: relative;
    padding-top: 40px;
    padding-bottom: 100px;
}
.get-started-section-graphics:before {
    content: "";
    background-color: #86C6B9;
    position: absolute;
    background-size: 150px;
    width: 70px;
    height: 70px;
    left: 20px;
    top: -35px;
}
.get-started-section-graphics:after {
   	content: "";
    background: url(/online/images/get-started/lime-line-circle.png) no-repeat;
    position: absolute;
    background-size: 200px;
    width: 200px;
    height: 100px;
    right: 0;
    bottom: 0;
}

/*GET STARTED BUTTONS*/
.get-started-buttons {
    margin-top: 30px;
}
.get-started-buttons .button-solid {
    border-radius: 0;
    font-family: "Lato", arial, sans-serif;
    text-transform: capitalize;
    padding: 20px;
    position: relative !important;
    display: block !important;
    letter-spacing: 0.5px;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
}
.get-started-buttons .button-solid:after {
	display: flex;
    justify-content: center;
    align-items: center;
    content: "\f063";
    font-family: "Font Awesome 5 Solid", "Font Awesome 5 Pro";
    font-size: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: auto;
    width: 50px;
    color: #fff;
}
.get-started-buttons .button-solid:hover:after {
	color: #000;
}


/*CPL SECTION*/
.get-started-cpl-image {
	position: relative;
}
.get-started-cpl-image:after {
	content: "";
    background: url(/online/images/get-started/rectangle-x.png) no-repeat;
    background-size: 600px;
    position: absolute;
    width: 400px;
    height: 100px;
    right: -35px;
    bottom: 20px;
}

/*STEPS SECTION BACKGROUND*/
.get-started-list {
    background-color: #fff;
}
.get-started-list li {
    margin-bottom: 40px;
}
.get-started-list .fa-li {
    left: -55px;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
    color: #75B233;
    font-size: 30px;
}
.get-started-list .step-arrows li {
	margin-bottom: 10px;
}
.get-started-list .step-arrows .fa-li {
    top: -5px;
    font-size: 24px;
}

.get-started-list .button-solid {
    border-radius: 0;
    font-family: "Lato", arial, sans-serif;
    text-transform: capitalize;
    padding: 10px;
    position: relative !important;
	width: 90%;
    letter-spacing: 0.5px;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
	margin-top: 10px;
}
.get-started-list .button-solid:after {
	display: flex;
    justify-content: center;
    align-items: center;
    content: "\f061";
    font-family: "Font Awesome 5 Solid", "Font Awesome 5 Pro";
    font-size: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: auto;
    width: 50px;
    color: #fff;
}
.get-started-list .button-solid:hover:after {
	color: #000;
}
/*NEW CSS FOR GRADUATE SECTION*/
.get-started-list.graduate {
    margin-left: 0;
    padding-left: 0 !important;
}


/**====================================================*!END GET STARTED PAGE*========================================================*/


/**====================================================*CHECKLIST PAGE*========================================================*/
/*CHECKLIST BACKGROUND*/
.bg-checklist {
	position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
    background: url(/online/images/assets/bg-stripes.svg);
}
.bg-checklist:before {
	position: absolute;
    content: "";
    background: url(/online/images/assets/hollow-ladder-left.svg) no-repeat;
    width: 70px;
    height: 70px;
    background-size: 70px;
    left: 10px;
    top: 20px;
}
.bg-checklist:after {
	position: absolute;
    content: "";
    background: url(/online/images/assets/hollow-ladder-right.svg) no-repeat;
    right: 10px;
    background-size: 70px;
    width: 70px;
    height: 70px;
    bottom: 20px;
}

/*CHECKLIST ACCORDION*/
.checklist-check {
	transition: all 300ms;
    font-family: "Rajdhani", arial, sans-serif;
    color: #5A9D2C;
    font-weight: bold;
    font-size: 22px;
    background-color: #fff !important;
    border-radius: 8px !important;
    padding: 15px 15px 15px 60px !important;
    justify-content: start !important;
    align-items: start !important;
    margin-bottom: 20px;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
}
.checklist-check:after {
    right: unset !important;
    left: 15px !important;
    content: "\f058" !important;
    background-color: transparent !important;
    color: #5A9D2C !important;
	font-size: 30px !important;
}
.checklist-check.open {
    margin-bottom: 0;
    border-radius: 8px 8px 0px 0px !important;
	border-bottom: none;
}
.checklist-check.open:after {
    content: "" !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #5A9D2C !important;
}
/*HOVER STATES*/
.checklist-check:hover {
    color: #275d38;
}
.checklist-check:hover:after {
	color: #275d38 !important;
}
.checklist-check.open:hover:after {
	content: "\f058" !important;
	color: #275d38 !important;
	font-weight: normal;
	border: none !important;
}


.get-started-details {
	outline: none !important;
	background-color: transparent !important;
}
.checklist-content, .get-started-details .checklist-content {
	position: relative;
    padding: 10px 60px 20px;
	margin: 0 0 30px 0;
    border-radius: 0px 0px 8px 8px;
	background-color: #fff;
	outline: none;
	border-top: none;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
.checklist-content:before, .get-started-details .checklist-content:before {
    content: "";
    position: absolute;
    width: .5px;
    height: calc(100% - 20px);
    background-color: #5A9D2C;
    left: 30px;
    top: -18px;
}
.get-started-details[open] .checklist-check {
	border-bottom: none;
}

.checklist-button {
    border-radius: 0;
    font-family: "Lato", arial, sans-serif;
    text-transform: capitalize;
    padding: 10px;
    position: relative !important;
    width: 100%;
    letter-spacing: 0.5px;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
}
.checklist-button:after {
	display: flex;
    justify-content: center;
    align-items: center;
    content: "\f061";
    font-family: "Font Awesome 5 Solid", "Font Awesome 5 Pro";
    font-size: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: auto;
    width: 50px;
    color: #fff;
}
.checklist-button:hover:after {
	color: #000;
}

/**====================================================*!END CHECKLIST PAGE*========================================================*/

/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
	/**====================================================*GET STARTED PAGE*========================================================*/
	.get-started-header {
		min-height: 500px;
	}
	.get-started-header header {
		padding: 0 !important;
	}
	.get-started-header-content {
		margin-top: 100px;
	}
	.get-started-header-content h1, .get-started-header-content h2 {
		font-size: 40px !important;
	}
	
	.button-solid.button-white {
		width: 50%;
	}
	
	.get-started-buttons {
		width: 80%;
	}
	/*start-date override*/
	.get-started-header .start-date {
		bottom: -280px;
	}
	
	/********SECTION WITH GRAPHICS*******/
	.get-started-section-graphics {
		padding-top: 40px;
		padding-bottom: 40px;
		text-align: center;
	}
	.get-started-section-graphics .button-solid.button-white {
		margin: 0 auto;
	}
	.get-started-section-graphics:before {
		width: 80px;
        height: 80px;
	}
	
	/*SPLIT GREY SECTIONS*/
	.bg-gray-split {
		background: linear-gradient(90deg, #fff 50%, #f9f9f9 50%);
	}
	
	/*CPL SECTIONS*/
	.get-started-cpl-image:after {
		width: 350px;
        right: -20px;
	}
	
	.get-started-cpl h2 {
		padding-top: 0px;
	}
	
	/*STEPS SECTION BACKGROUND*/
	.get-started-list {
		padding-left: 60px !important;
	}
	.get-started-list .button-solid {
		width: 50%;
	}
	
	/**====================================================*CHECKLIST PAGE*========================================================*/
	/*CHECKLIST ACCORDION*/
	.checklist-check {
		font-size: 24px;
	}
	.checklist-button {
		width: 70%;
	}
	
}/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
	/**====================================================*GET STARTED PAGE*========================================================*/
	.get-started-buttons {
		width: 50%;
	}
	
	.get-started-header h1, .get-started-header h2 {
		font-size: 58px !important;
	}
	
	.button-solid.button-white {
		width: 30%;
	}
	
	/*GET STARTED GRAPHICS SECTION*/
	.get-started-section-graphics:after {
		background-size: 300px;
		height: 150px;
		width: 300px;
	}
	
	/*CPL SECTION*/
	.get-started-cpl-image {
		margin-right: 20px;
	}
	.get-started-cpl-image:after {
		width: 450px;
	}
	.get-started-cpl {
		padding: 40px;
	}
	
	/*STEPS SECTION BACKGROUND*/
	/*NEW CSS CHANGE*/
	.get-started-list .button-solid {
        width: 40%;
    }
	.get-started-list {
		padding: 20px;
	}
	
	/**====================================================*CHECKLIST PAGE*========================================================*/
	.checklist-button {
		width: 50%;
	}
	.bg-checklist:before {
		left: 30px;
    	top: 30px;
	}
	.bg-checklist:after {
		right: 30px;
    	bottom: 30px;
	}
	
}/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {
	
	/**====================================================*GET STARTED PAGE*========================================================*/
	.get-started-header {
		min-height: 550px;
	}
	.get-started-header .start-date {
		bottom: -160px;
	}
	.get-started-buttons {
		width: 30%;
	}
	
	
	/*CPL SECTIONS*/
	.get-started-cpl-image:after {
        width: 500px;
        background-size: 600px;
        right: -40px;
    }
	.get-started-cpl {
		padding: 60px 40px;
	}
	
	
	/**====================================================*CHECKLIST PAGE*========================================================*/
	.bg-checklist:before {
		left: 50px;
        width: 80px;
        height: 80px;
        background-size: 80px;
	}
	.bg-checklist:after {
		right: 50px;
        background-size: 80px;
        width: 80px;
        height: 80px;
	}
	
}/*end media query*/
/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1400px) {
	/**====================================================*GET STARTED PAGE*========================================================*/
	.get-started-header {
		min-height: 650px;
	}
	.get-started-buttons {
		margin-top: 70px;
	}
	.get-started-header .start-date {
		bottom: -190px;
	}
	.get-started-header h1, .get-started-header h2 {
		font-size: 66px !important;
	}
	
}
/*end media query*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1700px) {
	/**====================================================*GET STARTED PAGE*========================================================*/
	.bg-checklist:before {
        left: 200px;
        top: 50px;
        width: 100px;
        height: 100px;
        background-size: 100px;
    }
	.bg-checklist:after {
        right: 200px;
        background-size: 100px;
        width: 100px;
        height: 100px;
    }
	
}
/*END OF DOCUMENT*/
