/* 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 ========================== */
/*Grid with Icons*/
.grid-with-icons{
	display:flex;
	flex-wrap:wrap;
}

.grid-with-icons > * {
    width: 200px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
	flex: 1 1 auto;
}

.icon-boxes:hover {
	transform: scale(1.1);
    transition: .3s;
}

.empty-or-naw:hover {
    background-color: transparent;
	color:white;
	text-decoration:none;
}
.ol-circle-big div.content a {
	color: var(--color-uvu-primary);
}
p.text-center {
    margin: 0 !important;
}

.font-weight-600 {
	font-weight: 600;
}

.jumbo header p, .jumbo header h1, .jumbo header h2 {
	text-shadow: 0 2px 5px rgba(0,0,0,.6);
}
.jumbo header p {
	font-size: 24px;
	line-height: 32px;
}
.jumbo header p.text-28 {
	font-size: 28px;
	font-weight: 500;
}
.jumbo header p.font-weight-200 {
	font-size: 28px;
	font-weight: 500;
}
.page-header {
	border: none;
}



main p{
	font-family: 'Rajdhani', sans-serif;
	font-size: 19px;
	font-weight:200;
}

/*================================*/
/*===Accordian===*/
.accordion:not(.accordion-unstyled) {
    border-radius: 0px !important;
}

.accordion:not(.accordion-unstyled):after {
    font-size: 100% !important;
	border-radius: 0px !important;
	content: "\f067" !important;
	font-family: "Font Awesome 5 Solid", "Font Awesome 5 Pro";
	background-color: transparent !important;
	    color: #285d39 !important;
	margin: 0 10px !important;
}




.padding-below-accordian.accordion:not(.active) {
    margin-bottom: 10px !important;
}

.custom-accordion.accordion:not(.active) {
    margin-bottom: 0px !important;
}


div.accordion:not(.active):nth-child(3n-2) {
	border-left: 10px solid #285d39;
}

div.accordion:not(.active):nth-child(3n-1) {
    border-left: 10px solid #4ba23f;
}

div.accordion:not(.active):nth-child(3n) {
    border-left: 10px solid #00843d;
}


/*===Accordian End===*/
/*========Dividers=========*/
h2.landing-section-header, h3.landing-section-header {
    font-family: "Rajdhani", sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

hr.section-divider-icon:before {
    background-color: #f9f9f9 !important;
}

hr.section-divider-icon {
    margin-block-end: 50px;
}

hr.section-divider-icon {
    display: block;
    position: relative;
    overflow: visible;
    margin-inline-start: 80px;
    margin-inline-end: 80px;
    color: var(--color-uvu-primary);
    font-size: 30px;
}

.fal, .far {
    font-family: "Font Awesome 5 Pro";
}

.fal {
    font-weight: 300;
}

.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: none;
    font-style: normal;
    /* font-variant: normal; */
    text-rendering: auto;
    line-height: 1;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #275d38;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}
/*========Dividers End=========*/
.accordion-grid figcaption {
	padding: 15px !important; 
}

.btn-styles{
	display:flex; 
	flex-direction:column; 
	flex:1;
}

.btn-bottom{
	margin-top: auto;
}

.custom-accordion .accordion:not(.active) {
    margin: 0;
    padding: 10px;
}
/*=================Button Solid===================*/
.button-solid{
	font-weight: 500;
	letter-spacing: 1px;
}

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

a{
	font-weight: bold;
}

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

	.jumbo header h1 {
    color: white;
    font-size: 58px;
}
}

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