/* 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 ========================== */
.card-hover-img {
    object-position: top;
}

/*----------------------HOVER CARDS-----------------------*/
.card-hover-title {
    letter-spacing: 1px;
}
.card-hover-container {
    background-color: rgba(39, 93, 56, .8) !important;
}
.card-hover-back a {
    border-radius: 0px;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    letter-spacing: 1px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-hover-back a:after {
    content: "\f178";
    font-family: "Font Awesome 5 Solid", "Font Awesome 5 Pro";
}

/*----------------------REGISTRATION DEADLINES-----------------------*/
/*REGISTRATION TABS*/
.registration-tabs {
    margin-bottom: 40px;
    border-top: 1px solid #275d38;
    border-bottom: 1px solid #275d38;
}
.reg-tab {
    padding: 0;
    display: flex;
    align-items: center;
}
.reg-tab a {
    font-size: 26px;
	outline: none;
    font-family: 'Rajdhani', sans-serif;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 20px;
    font-weight: 600;
	text-decoration: none;
	background-size: 100% 200%;
	background-position: top;
	transition: background-position 0.2s ease-in-out;
	background-image: linear-gradient(to top, #00843d 50%, transparent 50%);
}
.reg-tab:nth-child(1) a, .reg-tab:nth-child(2) a {
    border-bottom: 1px solid #275d38;
}
.reg-tab:nth-child(odd) a {
    border-right: 1px solid #275d38;
}


.registration-tabs .reg-tab:hover a, .registration-tabs .reg-tab:focus a, .registration-tabs .reg-tab:target a, .registration-tabs .reg-tab a.active {
	background-position: bottom;
	color: #fff;
}

/*REGISTRATION DATES CARDS*/
.tab-container {
	outline: none;
}
.registration-dates {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
}
.registration-dates-card .card-content-content .row {
    margin-bottom: 10px;
}
.registration-dates-card .card-content-content h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

/*******TUTORIAL TEST******/
/**====================================================*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: 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 mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
	.registration-dates {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
		grid-auto-rows: minmax(100px, auto);
	}
	
	ul.icon-links-list {
    flex-wrap: wrap;
}
	
	/**====================================================*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) {
	.reg-tab:nth-child(odd) a {
    	border-right: 1px solid #275d38;
	}
	.reg-tab:nth-child(even) a {
		border-right: 1px solid #275d38;
	}
	.reg-tab:nth-child(1) a, .reg-tab:nth-child(2) a {
		border-bottom: none;
	}
	.reg-tab:nth-child(1) a {
		border-left: 1px solid #275d38;
	}
	
	/**====================================================*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) {
.registration-dates {
	    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
}
	
/**====================================================*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 desktop only styles*/
/*END OF DOCUMENT*/
