/* 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 ========================== */


.jumbo header h1.banner{
	font-size: 72px;
	font-weight: 600;
	text-align: center;
}

h2 {
	font-weight: 600;
}

/* Make consistent spacing between sub-headers and region content */
#off-campus_resources {
	margin-bottom: 25px;
}

.home-intro, .report-box {
	text-align: center; 
	padding: 20px 35px 10px; 
	box-shadow: 0px 0px 6px rgb(0 0 0 / 16%); 
	background-color:  #f6f6f7;
}
.report-box {
	margin-bottom: 40px;
}
.report-box a {
	padding: 25px 35px;
} 
		
li.first {
	margin-top: 0px;
}	

#SA-steps li {
	margin: 15px 0 15px;
}

/* Make card title box as big as 2 lines without title filling 2 lines; to line them up */
.card-picture-1 .card-picture-title, .card-picture-2 .card-picture-title, .card-picture-4 .card-picture-title {
	height: 86px;
}
#policy_162 h2.card-content-title {
	height: 66px;
}

/* Make the whole card same height as other since auto height doesn't work in this case*/
#clery_act .card-content.card-content-shadow {
	padding-bottom: 92px;
}

/* Report and support box adjust text and link*/
.card-picture-9 .card-picture-content {
	font-size: 18px;
}
.card-picture-9 a.card-picture-button {
 	color: #275d38;
}


/* Contact Us contact card text adjustments */
a.card-contact-email {
	font-size: 22px;
	font-weight: bold;
}
p.card-contact-office {
	font-size: 18px;
}

/* make h4 FAQ questions searchable for AskSage, but keep style like normal paragraph */
.accordion h4 {
	font-size: 16px;
	font-family:'Lato', sans-serif;
	color: black;
	font-weight: bold;
}
.rights .accordion h4 {
	font-weight: normal;
}

/*for accessible color contrast with FAQ gray background*/
.accordion-content a, #local_resources_1 a, #local_resources_2 a {
	font-weight: bold;
	color: #275d38;
}

#complaintBtn .card-picture-img, #complaintBtn .card-picture-title{
	max-height:100px;
}
/* prevent accordion icon from cutting off text, fix height*/
.accordion:not(.accordion-unstyled) {
	padding: 5px 35px 5px 10px;
	min-height: 32px;
}


.card-picture-9 .card-picture-button {
	font-size: 20px;
}

.card-staff-3 .card-staff-name {
	font-size: 29px;
}

/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
	a#report_an_incident_btn, a#mandatory_report_btn, a#resources_btn {
		margin: 10px;
	}
}

/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
	
	
}

/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {
	
	
}

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