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

header.fullbleed-overlay.bg-uvu-green {
	background-color: rgba(39, 93, 56, .75);
}

header.fullbleed-overlay.bg-uvu-green h1, header.fullbleed-overlay.bg-uvu-green p {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

span.set-max-width {
	max-width: 600px;
	display: flex;
}

a.button-border.button-border-green-l1 {
	border: 1px solid #275d38;
	border-radius: 5px;
	background-color: white;
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	text-transform: unset;
	display: flex;
	align-items: center;
	padding: 15px;
}

a.button-border.button-border-green-l1:after {
	content: "\f138";
	font-family: "FontAwesome";
	font-size: 24px;
	position: absolute;
	right: 10px;
}

a.button-border.button-border-green-l1.opt-in:after {
	content: url(https://www.uvu.edu/parking/images/opt-in_circle.png);
	right: -10px;
	top: -20px;
}

a.button-solid.button-solid-green:not(.width-100) {
	display: flex;
	align-items: center;
	width: 87%;
	text-transform: unset;
}

a.button-solid.button-solid-green:after {
	content: "\f054";
	font-family: "FontAwesome";
	font-size: 18px;
	position: absolute;
	right: 10px;
}

.walking-times .card-content-header.card-content-header-bg.bg-color, #permit-types .card-content-header.card-content-header-bg.bg-color {
	background-color: #F3FAF8;
}

.walking-times .card-content-title.bold, #permit-types .card-content-title.bold, #citation-cost .card-content-title {
	color: #275d38;
	font-size: 18px;
	padding: 10px 0;
}

.walking-times em {
	color: #275D38;
}

.walking-times .card-content-content ul {
	list-style: none;
	padding-left: 10px;
	margin-bottom: 20px;
}

.walking-times .card-content-content ul li {
	background-color:#F7F7F7;
	margin: 0;
	padding: 5px 5px 3px;
	display: flex;
	justify-content: space-between;
}

.walking-times .card-content-content ul li:nth-child(even) {
	background-color: white;
}

.walking-times .card-content-content ul li span:nth-child(2) {
	text-align: right;
}

#permit-types table, #permit-types thead, #permit-types tbody, #citation-cost table, #citation-cost thead, #citation-cost tbody {
	display: block;
}

#permit-types tr, #citation-cost tr {
	display: grid;
	grid-template-columns: 4fr 3fr 2fr
}

#permit-types thead, #citation-cost thead {
	margin-bottom: 20px
}

#permit-types tbody, #citation-cost tbody {
	margin-bottom: 25px
}

#permit-types tbody tr, #citation-cost tbody tr {
	background-color: #F7F7F7;
	padding: 5px 5px 3px;
}

#permit-types tbody tr:nth-child(even), #citation-cost tbody tr:nth-child(even) {
	background-color: white;
}

div#citation-cost {
	max-width: 988px;
	margin: auto;
}

#purchase-attention .card-content.card-content-border {
	border-color: #E15230;
	padding: 35px;
    background-color: #F9F9F9;
	font-size: 18px;
}

#purchase-attention .card-content.card-content-border .card-content-title {
	color: #E15230;
	margin-bottom: 20px;
}
#purchase-attention .card-content.card-content-border ul {
    padding: 0;
    list-style: none;
}
#purchase-attention .card-content.card-content-border .button-solid {
    margin: 20px auto;
}

#regulations .region > .accordion:nth-of-type(odd), .faq-left > .accordion:nth-of-type(even), .faq-right > .accordion:nth-of-type(odd){
    background-color: #EBEBEB;
}

#regulations .region > .accordion:nth-of-type(even), .faq-left > .accordion:nth-of-type(odd), .faq-right > .accordion:nth-of-type(even) {
    background-color: #F7F7F7;
}

#regulations .region > .accordion, [class*="faq"] > .accordion {
	padding: 5px 5px 3px;
}

#regulations .region > .accordion ~ [role="region"] > * {
    padding-left: 30px;
}

#regulations .region > .accordion ~ [role="region"] .accordion ~ [role="region"] {
    padding-left: 60px;
}

#regulations .region .accordion, [class*="faq"] > .accordion {
    display: flex;
    align-items: center;
}

#regulations .region .accordion:before, [class*="faq"] > .accordion:before {
    content: "\f0da";
    font-family: "FontAwesome";
    font-size: 24px;
    margin-left: 16px;
    margin-right: 15px;
	color: #A0A7A7;
}
#regulations .region > .accordion:before, [class*="faq"] > .accordion:before {
	color: #00843D;
}
#regulations .region .accordion.open:before, [class*="faq"] > .accordion.open:before {
    content: "\f0d8";
}

#regulations .region .accordion ~ [role="region"] ol {
    padding-left: 60px !important;
}

[class*="faq"] > .accordion ~ [role="region"] {
	padding: 40px 25px;
	border: 1px solid #D9D9D9;
}

[class*="faq"] > .accordion.open {
	margin-bottom: 0;
}

[class*="faq"] > .accordion.open ~ [role="region"] {
	margin-bottom: 10px
}

/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {

	a.button-border.button-border-green-l1.opt-in:after {
		content: "\f138";
		font-family: "FontAwesome";
		font-size: 24px;
		position: absolute;
		right: 10px;
		top: unset;
	}

	a.button-solid.button-solid-green:not(.width-100) {
		width: 50%;
	}

	#citation-cost .card-content-content {
		padding-left: 20px;
		padding-right: 20px;
	}
}/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {

	#citation-cost tbody {
		max-height: 400px;
		overflow: hidden scroll;
	}


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


	a.button-border.button-border-green-l1.opt-in:after {
		content: url(https://www.uvu.edu/parking/images/opt-in_circle.png);
		right: -25%;
		top: -20px;
	}

	a.button-solid.button-solid-green:not(.width-100) {
		width: 40%;
	}


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