/* 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 ========================== */
.content-wrap p, .content-wrap ul {
	font-size: 18px;
}

/* ====================== FAQ ACCORDION ========================== */
details:not(.accordion-unstyled) {
    border-radius: 0;
    outline: none !important;
    margin: 0 auto;
	background-color: transparent !important;
    max-width: 80ch;
}
details:not(.accordion-unstyled):first-child summary {
    border-top: none;
}
details:not(.accordion-unstyled) summary {
    background-color: transparent !important;
    font-size: 1.25em;
    font-family: Rajdhani;
    font-weight: 400;
    margin: 0;
    padding: 20px 10px 20px 50px !important;
    border-top: 1px solid var(--color-uvu-primary);
    border-radius: 0 !important;
}
details:not(.accordion-unstyled) summary:before {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    content: "\f0da";
    font-family: "Font Awesome 5 Solid", "Font Awesome 5 Pro";
    font-weight: 100;
    position: absolute;
    left: 0;
    margin: auto;
    height: auto;
    width: 30px;
    color: var(--color-uvu-primary);
}
details[open] summary:not(.accordion-unstyled):before {
    content: "\f0d7";
}
details summary:not(.accordion-unstyled):after {
	display: none;
}
.accordion-content {
    padding: 10px !important;
    background-color: transparent !important;
    border-top: none !important;
    max-width: 80ch;
    margin: 10px auto !important;
}

/*****TABLES*******/
th {
    border-bottom: 3px solid #275D38;
    background-color: #FFF !important;
    color: #275D38;
    border-top: none !important;
}
td {
    padding: 20px 8px !important;
}

/* ====================== HOME HEADER ========================== */
.wolverine-connections .page-header {
    padding: 0;
    height: 400px;
    background-size: contain;
    display: flex;
    align-items: end;
    background-position: top;
}
.wolverine-connections .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;
}


/* ====================== GREEN THREE CARD SECTION ========================== */
.three-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
	padding: 40px 15px;
}
.three-card p {
	font-family: "Raleway", arial, sans-serif;
	font-size: 16px;
}
.three-card:first-child, .three-card:nth-child(2) {
    border-bottom: 4px solid #72BE45;
}
.three-card img {
	width: 90px;
}

/* ====================== HOME COURSEINFO SECTION ========================== */
.home-courseinfo-section {
	position: relative;
	padding-bottom: 40px;
}

.home-courseinfo-section .fa-ul {
	font-size: 18px;
}
.home-courseinfo-section .fa-li {
    color: #75B233;
    font-size: 24px;
    top: -5px;
}

/* ====================== HOME WHO SECTION ========================== */
.home-who-section {
    background-image: url(/university-connections/images/assets/grid-bg.svg);
    background-position: top;
	background-repeat: no-repeat;
}

/* ====================== CONTACT CARD ========================== */
.card-advisor-2 {
    box-shadow: 0px 1px 6px rgb(0 0 0 / 5%);
    position: relative;
    border-radius: 8px;
    background-color: #fff;
}
.card-advisor-2:after {
    content: "";
    bottom: -15px;
    right: -15px;
    width: 300px;
    height: 100px;
    z-index: -1;
    position: absolute;
    background: url(/university-connections/images/assets/rectangle-stripes.png) no-repeat;
    background-size: 300px;
}
.card-advisor-2-content {
    padding: 40px;
}


/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
	/* ====================== HOME HEADER ========================== */
	.wolverine-connections .page-header {
		display: block;
		height: 300px;
		background-position: right;
		position: relative;
		background-size: 60%;
	}
	.wolverine-connections .page-header::after {
		content: "";
        position: absolute;
        background: url(/university-connections/images/assets/x-pattern.png) no-repeat;
        background-size: 250px;
        width: 250px;
        height: 400px;
        right: 30px;
        top: 50px;
	}
	.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(/university-connections/images/assets/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: 48px !important;
	}
	
	/* ====================== GREEN THREE CARD SECTION ========================== */
	.three-card:first-child, .three-card:nth-child(2) {
		border-bottom: 0;
	}
	.three-card:first-child, .three-card:last-child {
		border-right: 4px solid #72BE45;
	}
	.three-card {
		margin: 20px 0;
		padding; 5px 40px;
	}
	
	/* ====================== HOME COURSE INFO SECTION ========================== */
	.home-courseinfo-section {
		padding-bottom: 0;
	}
	.home-courseinfo-section::before {
		content: "";
        position: absolute;
        background: url(/university-connections/images/assets/linecircle-squares.png) no-repeat;
        background-size: 200px;
        width: 200px;
        height: 200px;
        top: -75px;
		left: 10px;
	}
	.home-courseinfo-section [data-uvu-region="1"], .home-courseinfo-section [data-uvu-region="2"] {
		padding: 15px 80px;
	}
	
	/* ====================== HOME WHO SECTION ========================== */
	.home-who-section {
		background-position: center;
		background-size: 900px;
	}
	.home-who-section [data-uvu-region="1"] {
		margin-top: 40px;
		padding-right: 50px;
	}
	
	/* ====================== CONTACT SECTION ========================== */
	.home-contact-section {
		padding-top: 40px;
	}
	.home-contact-section [data-uvu-region="1"] {
		display: flex;
        flex-direction: column;
        justify-content: center;
	}
	
}

/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
	.content-wrap h2 {
		font-size: 32px;
	}
	/* ====================== HOME HEADER ========================== */
	.wolverine-connections .page-header {
		height: 350px;
	}
	.wolverine-connections .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: 30px;
	}
	.home-topheader h1 {
		font-size: 58px !important;
	}
	
	/* ====================== GREEN THREE CARD SECTION ========================== */
	.three-card {
		padding: 10px 20px;
	}
	.three-card:nth-child(2) {
		border-right: 4px solid #72BE45;
	}
	.three-card:last-child {
		border-right: 0;
	}
	
	/* ====================== HOME COURSE INFO SECTION ========================== */
	 .home-courseinfo-section::before {
        top: -60px;
        left: 50px;
    }
	.home-courseinfo-section [data-uvu-region="1"], .home-courseinfo-section [data-uvu-region="2"] {
		padding: 15px 160px;
	}
	
	
	/* ====================== HOME WHO SECTION ========================== */
	.home-who-section {
		background-size: 1200px;
	}
	.home-who-section [data-uvu-region="1"] {
		padding-right: 130px;
	}
	
	/* ====================== HOME CONTACT SECTION ========================== */
	.home-contact-section [data-uvu-region="1"] {
		padding-right: 100px;
	}
	
}

/*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;
    }
	.wolverine-connections .page-header::after {
        right: 100px;
    }
	
	/* ====================== HOME COURSE INFO SECTION ========================== */
	.home-courseinfo-section::before {
        left: 15%;
    }
	.home-courseinfo-section [data-uvu-region="1"], .home-courseinfo-section [data-uvu-region="2"] {
		padding: 15px 240px;
	}
	
	/* ====================== HOME WHO SECTION ========================== */
	.home-who-section [data-uvu-region="1"] {
		margin-top: 100px;
        padding-right: 100px;
		padding-left: 100px;
	}
	
	/* ====================== HOME CONTACT SECTION ========================== */
	.home-contact-section [data-uvu-region="1"] {
		padding-left: 50px;
	}
	
}

/*end media query*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1400px) {
	/* ====================== HOME WHO SECTION ========================== */
	.home-who-section {
		background-size: 1400px;
	}
	
}
/*end media query*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1500px) {
	/* ====================== HOME HEADER ========================== */
	 .wolverine-connections .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 ========================== */
	 .wolverine-connections .page-header::after {
        right: 350px;
    }
	.home-topheader {
		padding: 50px 0px 50px 280px !important;
	}
	
	/* ====================== HOME WHO SECTION ========================== */
	.home-courseinfo-section::before {
		left: 20%;
	}
	
}
/*end media query*/
/*End desktop only styles*/
/*END OF DOCUMENT*/