/* 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 ========================== */
/*----------------------BACKGROUND IMAGE-----------------------*/
.bg-students {
	background-image: url(/concurrent/images/banners/student-parents-banner.jpg);
	background-position: center;
	min-height: 200px;
}

/*----------------------HOVER CARDS-----------------------*/
.styled-hover-cards .card-hover-back ul {
    column-count: 2;
}
.styled-hover-cards .card-hover-back ul li {
    margin-top: 0;
    margin-right: 5px;
}
.styled-hover-cards .card-hover-back ul {
    padding-left: 30px;
}
.heading-card .heading-card-img img {
	height: 300px;
}
.heading-card .heading-card-text h2 {
	font-size: 36px;
}

/*----------------------STUDENT NAV-----------------------*/
.tabs {
    border: 1px solid #275d38;
	border-bottom: none;
	display: grid;
}
.tab {
    display: flex;
    align-items: center;
}
.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%);
	border-bottom: 1px solid #275d38;
}

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

/*----------------------LISTS-----------------------*/
.ol-circle-big>li {
    font-size: 18px;
        padding-left: 40px;
    margin: 20px 0;
}
.ol-circle-big>li:before {
    font-size: 18px;
    padding: 8px 17px;
}
.ol-circle-big div.content {
    padding-bottom: 0;
}

.ol-circle-big div.content a {
    color: #00843D;
    font-family: 'Lato';
    text-transform: capitalize;
}
.ol-circle-big div.content a:after {
    font-weight: bold;
}

/**************DROPDOWN****************/
.form-ui select {
    border: 2px solid #275D38;
    padding: 20px;
    font-size: 16px;
    border-radius: 4px;
    color: #275D38;
	width: 100%;
	margin-bottom: 30px;
    margin-top: 20px;
}

/*LEARNER GUIDE CARD*/
.item {
	width: 100%;
}
.card-advisor-2 {
    box-shadow: 0px 1px 6px rgb(0 0 0 / 5%);
    position: relative;
    border-radius: 8px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #fff;
}
.card-advisor-2:after {
    content: "";
    bottom: -10px;
    right: -10px;
    width: 300px;
    height: 100px;
    z-index: -1;
    position: absolute;
    background: url(/concurrent/images/assets/rectangle-stripes.png) no-repeat;
    background-size: 300px;
}
.card-advisor-2-img {
    position: absolute;
    top: -50px;
    left: 0;
}
.card-advisor-2-img img {
    width: 200px;
    position: relative;
    height: 200px;
    border-radius: 50%;
    z-index: 1;
}
.card-advisor-2-img p {
	position: relative;
}
.card-advisor-2-img p:before {
    content: '';
    position: absolute;
    width: 190px;
    height: 190px;
    left: -10px;
    z-index: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: #78BE48;
}
.card-advisor-2-img p:after {
    content: "";
    bottom: -40px;
    left: 10px;
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(/concurrent/images/assets/teal-ladder.svg) no-repeat;
    background-size: 50px;
}
.card-advisor-2-content {
    padding: 210px 40px 40px 50px;
}
.card-advisor-2-inner-content p {
    margin-bottom: 5px;
}
.card-advisor-2-appointment {
	margin-top: 20px;
}
.card-advisor-2 .button-solid {
    color: #275D38;
    border-radius: 0;
    background-color: #fff;
    font-weight: 600;
    width: 100%;
}

/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
/**************DROPDOWN****************/
	.form-ui select {
		font-size: 18px;
		width: unset;
	}
	.card-advisor-2 .button-solid {
		width: 50%;
	}
	
	/*----------------------TAB STYLING-----------------------*/
	.tabs {
		    grid-template-columns: 1fr 1fr;
	}
	.tabs .tab:nth-child(odd) {
		border-right: 1px solid #275d38;
	}

}/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
	/*----------------------TAB STYLING-----------------------*/
	.tabs {
		    grid-template-columns: 1fr 1fr 1fr;
	}
	.tabs .tab:nth-child(1), .tabs .tab:nth-child(2), .tabs .tab:nth-child(4), .tabs .tab:nth-child(5) {
		border-right: 1px solid #275d38;
	}
	.tabs .tab:nth-child(3), .tabs .tab:nth-child(6) {
		border-right: none;
	}
	
	/*----------------------HOVER CARDS-----------------------*/
	.styled-hover-cards .card-hover {
		min-height: 500px;
	}
	.styled-hover-cards .transform-grid-cell:nth-child(4) {
		margin-left: 16.66666667%;
	}
	.styled-hover-cards .card-hover-fade .card-hover-back {
		align-items: start;
	}
	
	
	.card-advisor-2 {
		margin-top: 0;
	}
	.card-advisor-2-img {
		top: 40px;
    	left: -10px;
	}
	.card-advisor-2-img img {
		width: 180px !important;
		height: 180px !important;
	}
	.card-advisor-2-img p:before {
		width: 170px;
		height: 170px;
		left: -10px;
		bottom: 0;
	}
	.card-advisor-2-content {
		padding: 50px 0px 50px 230px;
	}
	.card-advisor-2-img p:after {
		bottom: -50px;
		left: -10px;
	}
	.card-advisor-2 .button-solid {
		width: 100%;
	}
	
}/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {
/*----------------------TAB STYLING-----------------------*/
	/*----------------------HOVER CARDS-----------------------*/
	.styled-hover-cards .card-hover {
		min-height: 480px;
	}
	
	
	.card-advisor-2 {
		margin-left: auto;
		margin-right: 20px;
		width: 80%;
	}
	.card-advisor-2-img {
		left: -100px;
	}
	.card-advisor-2-img img {
		width: 200px !important;
    	height: 200px !important;
	}
	.card-advisor-2-img p:before {
		width: 190px;
		height: 190px;
		left: -20px;
		bottom: -5px;
	}
	.card-advisor-2-content {
		padding: 40px 50px 50px 170px;
	}
	.card-advisor-2-img p:after {
		bottom: -50px;
		left: -20px;
		width: 60px;
		height: 60px;
		background-size: 60px;
	}
	.card-advisor-2:after {
		bottom: -60px;
		right: -20px;
		width: 350px;
		height: 200px;
		background-size: 350px;
	}
	.card-advisor-2-content {
		display: flex;
		align-items: center;
	}
	
}/*end media query*/
/*End desktop only styles*/
/*END OF DOCUMENT*/
