
.text-uppercase{ color: #2aaa9e !important; }

.uppercase {
    text-transform: uppercase;
}


/*********** Home Page **************************************/
.uhcc-page-top-border{ border-top:solid 2px #B5985A !important; }

#uhcc_home_counter{ background-color:#8C7440 !important; }
#uhcc_btn_getstated_1{ background-color:#A4C639; }
#uhcc_btn_getstated_2{ background-color:#A4C639; }

#section-parallax{ margin-top:0; } 

.fa-solid{ 
	margin-right:5px; font-size: 18px; color:#AD9512;
}

.img-border{ padding:2px; border:solid 1px #B5985A; }

.btn{ background-color:#2aaa9e !important; border:solid 1px #2aaa9e !important;  }

.url_footer:link{ font-size:14px; color:#FFFFFF !important; text-decoration: underline !important; }
.url_footer:visited{ font-size:14px; color:#FFFFFF !important; text-decoration: underline !important; }
.url_footer:hover{ font-size:14px; color:#000000 !important; text-decoration: underline !important; }

.uhcc-link-dark:link{ color:#735F35 !important; }
.uhcc-link-dark:visited{ color:#735F35 !important; text-decoration: underline !important; }
.uhcc-link-dark:hover{ color:#FF6600 !important; text-decoration: underline !important; }


.footer_links_black:link{ font-size:14px; color:#FFFFFF !important; }
.footer_links_black:visited{ font-size:14px; color:#FFFFFF !important; text-decoration: underline !important; }
.footer_links_black:hover{ font-size:14px; color:#000000 !important; text-decoration: underline !important; }


.footer_text{ color:#FFFFFF !important; }


.program-area-title{ 
	cursor:pointer;
	color: #706241;
}

.hidden-available-sections{ 
	margin:0 0 0 0; padding-left:20px;
	width:100%; min-height:0px; height:0px; height:auto;
}

.hidden-loading_msg{ 
	margin:0 0 0 0; padding:0;
	width:100%; min-height:0; height:0px;  height:auto; float: left;
	/* border-top:solid 1px #F5F4ED; */
}

.section_info{ margin:10px 0 0 20px; width:100%; min-height:2px; height:auto; }

.programStream_link{ 
	color: #0C8ECE;
	cursor: pointer;
}


.courseNumber_link{
	display: inline;
	color: #0C8ECE;
	cursor: pointer;
}


a {
	color: #0088CC;
}

a:hover {
	color: #0099e6;
}

a:focus {
	color: #0099e6;
}

a:active {
	color: #0077b3;
}

/***** Arrow Icon Links *****/

a.arrow-link {
	 color: #141412 !important;
	 border-bottom: 0px solid #D6EEF0;
	 font-weight: 600;
}

a.arrow-link:hover, a.arrow-link:focus  {
	 color: #2AAA9E !important;
	 border-bottom: 0px solid #D6EEF0;
	 background-color: transparent;
	 font-weight: 700;
}
.text-teal {
    color: #2AAA9E;
}

/***** end arrow icon links *****/
.main-nav-active{ color:#2aaa9e !important; }


/************ FAQs ******************************************/

.toggle-title{ 
	border-left:solid 4px #2aaa9e !important;
	border-right:solid 4px #2aaa9e !important;
	border-radius:8px;
} 





/*********** Secondary Page *********************************/
.uhcc_page_header_bg{ background-color:#8C7440; }
.uhcc_header_border_bottom{ 
	height:150px; 
	/* border-bottom:solid 20px #B5985A; *//***** UHCC Gold Color *****/
	
	border-top:solid 1px #77787b; 
	border-bottom:solid 20px #77787b; 
}


.ulu_bg{
	background-image: url("../imgs/GJH_Ulu_White_Boarder.png");
	background-size: cover;
}

.view_courses_btn{
	 background-color:#2aaa9e !important;
}




.line_seperator{
	margin:60px 0 60px 0;
	border:solid 1px #C1C1C1; 
}

.page-intro{ font-size:16px; line-height:20px !important; }
.page-intro p{ font-size:16px; line-height:20px !important; }

.spacer_page_bottom{
	width:100%;
	height:100px;
	float:left;
}

/*********** Footer *****************************************/
#footer_uhcc_seal{ width:206px; height:200px; background-image: url("../imgs/uhcc_seal.png"); background-repeat: no-repeat; }





/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.breadcrumb{ visibility: hidden; }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.breadcrumb{ visibility: hidden; }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.breadcrumb{ visibility: visible; }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.breadcrumb{ visibility: visible; }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.breadcrumb{ visibility: visible; }
}









