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

/* Accessibility classes */
.text-14 {
	font-size: 0.8750em;
	line-height: 1.5;
}
.text-16 {
	font-size: 1.0000em;
	line-height: 1.5;
}
.text-17 {
	font-size: 1.063em;
	line-height: 1.5;
}
.text-18 {
	font-size: 1.1250em;
	line-height: 1.5;
}
.text-20 {
	font-size: 1.2500em;
	line-height: 1.5;
}
.text-22 {
	font-size: 1.3750em;
	line-height: 1.5;
}
.text-24 {
	font-size: 1.5000em;
	line-height: 1.5;
}
.text-26 {
	font-size: 1.625em;
	line-height: 1.5;
}
.text-28 {
	font-size: 1.75em;
	line-height: 1.5;
}
.text-40-lg {
	font-size: 2.5em;
	line-height: 1.5;
}
p {
	line-height: 1.5;
}
a {
	font-weight: bold;
}
/* End accessibility classes*/

.content-box {
	box-sizing: content-box;
	overflow: hidden;
}

.height-300 {
	height: 300px;
}

.width-1400 .container-fluid {
	max-width: 1400px;
}

.xs-order-1 {
	order: -1;
}

.bg-circuit {
	background-image: url("/school-of-ed/creative-learning/images/bg-circuit.png");
}

.bg-circuit-white {
	background-image: url("/school-of-ed/creative-learning/images/bg-circuit-white.png");
}

ul.CLS {
	list-style: none;
}

ul.CLS li::before {
	content: "\2022";
	color: #00843D;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	font-size: 18px;
}

ul.CLS.CLS-dark li::before {
	color: #275D38;
}

.card-height {
	height: calc(100% - 52px);
}

.padding-20-55 {
	padding: 20px;
}

.prof-dev-padding {
	padding: 0px 0px 20px;
}

.letter-spacing-5-2 {
	letter-spacing: 5.2px;
}

.padding-20-40 {
	padding: 20px;
}

.xs-margin-top-15 {
	margin-top: 15px;
}

.padding-10-20-40 {
	padding: 25px 10px;
}

.padding-20-15 {
	padding: 20px;
}

.margin-top-25-60 {
	margin-top: 25px;
}

.padding-20-45 {
	padding: 30px 20px;
}

.cls-shadow {
	box-shadow: 2px 2px 6px #00000029;
}

.cls-shadow-2 {
	box-shadow: 0px 3px 6px #00000029;
}


.clip-corner {
	clip-path: polygon(23% 0, 100% 0, 100% 100%, 0% 100%);
}

.contact-email {
	position: absolute;
	left: 25px;
	bottom: 50px;
}

.contact-number {
	position: absolute;
	left: 25px;
	bottom: 30px;
}

.position-initial {
	position: initial;
}

.padding-top-0-40 {
	padding-top: 0px;
}

.padding-left-15-30 {
	padding-left: 15px;
}

.xs-hidden {
	display: none;
}

.min-height-250 {
	min-height: 250px;
}

.text-decoration-none:hover {
	text-decoration: none;
}

.bg-professional-development {
	background-image: url("/school-of-ed/creative-learning/images/professional-development.png");
}

.bg-possible-workshops {
	background-image: url("/school-of-ed/creative-learning/images/possible-workshops.jpg");
}

.text-42 {
	font-size: 42px;
}

.letter-spacing-4-2 {
	letter-spacing: 4.2px;
}

.padding-vertical-35-75 {
	padding-top: 35px;
	padding-bottom: 35px;
}

.xs-padding-25 {
	padding-left: 25px;
	padding-right: 25px;
}

.sm-no-vertical-padding {
	padding-top: 0px;
	padding-bottom: 0px;
}

div.cls-breadcrumb {
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px;
    padding: 0px;
}

div.cls-breadcrumb h1 {
	margin: 18px 20px;
    font-size: 32px;
    padding-left: calc(50% - 600px);
    padding-top: 5px;
}

section.cls-header .container-fluid {
	position: unset;
    background-position-y: 25px;
}

p.accordion.cls-accordion {
	padding: 20px 25px 20px 40px;
}

/*p.accordion:not(.accordion-unstyled):before {
	top: 15px;
	bottom: 15px;
	right: 30px;
	border-radius: 4px;
    content: "\f0d7";
    font-size: 28px;
}*/

p.accordion:not(.accordion-unstyled) {
	border-radius: 0px;
}

.corner-exp:before {
	width: 50px;
    height: 50px;
    background: #275D38;
    border-radius: 50%;
    text-align: center;
    display: block;
    font-size: 29px;
    color: white;
    line-height: 50px;
    position: absolute;
    top: -5px;
    left: -5px;
	font-family: 'FontAwesome';
	content: "\f12a";
	padding-top: 2px;
}

div.cls-accordion {
    background: white;
    left: 15px;
    right: 15px;
}

.cls-section-2 .container-fluid .row {
	margin-left: 0px;
}

div.wFormContainer {
	margin: auto;
}

div.wFormFooter, p.supportInfo {
	display: none;
}

/* Sidebar */

.sidebar-outer {
	background-image: url(/school-of-ed/elementary/images/sidebar-bg.png);
	border: 2px solid #f0efee;
	padding: 10px;
}

.sidebar {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 25px 35px;
	text-align: center;
	justify-content: space-around;
}

section.cls-banner {
	background-image: url(https://webstaging.uvu.edu/school-of-ed/creative-learning/images/cls-banner.jpg);
    height: 225px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.border-lgray {
	border-color: #ededed;
}

.bg-lgray {
	background-color: #f9f9f9;
}

.wFormHeader {
	display: none;
}

div.wForm div.oneField {
	padding: 6px 6px;
}

/* section.library-form {
	background-image: url(/school-of-ed/creative-learning/images/plus-bg.svg);
    background-repeat-y: no-repeat;
    background-position-y: center;
}
 */
/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {

	.contact-email {
		position: absolute;
		left: 40px;
		bottom: 50px;
	}

	.contact-number {
		position: absolute;
		left: 40px;
		bottom: 30px;
	}

	.padding-top-0-40 {
		padding-top: 40px;
	}

	.padding-left-15-30 {
		padding-left: 30px;
	}

	.xs-hidden {
		display: block;
	}

	.sm-no-vertical-padding {
		padding-top: 0px;
		padding-bottom: 0px;
	}

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

	.height-550 {
		height: 550px;
	}

	.xs-order-1 {
		order: 1;
	}

	.padding-20-45 {
		padding: 45px;
	}

	.md-padding-right-55 {
		padding-right: 55px;
	}

	.padding-20-40 {
		padding: 40px 75px;
	}

	.xs-margin-top-15 {
		margin-top: 0px;
	}

	.padding-10-20-40 {
		padding: 40px;
	}

	.padding-20-15 {
		padding: 15px;
	}

	.margin-top-25-60 {
		margin-top: 60px;
	}

	.padding-20-55 {
		padding: 55px;
	}

	.prof-dev-padding {
		padding: 55px;
	}

	.padding-vertical-35-75 {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.xs-padding-25 {
		padding-left: 15px;
		padding-right: 55px;
	}

	.sm-no-vertical-padding {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.cls-header {
		min-height: 375px;
	}

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