h1 { 
	font-size: 1.3em !important; font-weight: 500;}
h2 { 
	font-size: 1.095em !important;}	

ol {
    font-size:14px;}
    


a:hover, a:focus a:link { text-decoration: underline !important; }
.textcenter { text-align: center; }
.facultyHeadings { font-size: 1.25em; font-weight: bold; }
.facultyReferences { font-size: 1.5em; } 
.fa-envelope:before {
    content: "\f0e0";
    color: #1779ba;
}
.fa-external-link::before {
    content: "\f08e"; 
    color: #1779ba;
}



.mainarea {
	width:100%; clear:both; margin-bottom: 40px;}

.facultyarea {
	width:100%;}

.btnarea {
	float: right; width: 30%; font-size: 1em;}

.btn a:link, .btn a:visited {
	text-decoration: none; width: 95%; font-weight: bold; color: #ffffff; }

.btn li:hover, .btn a:active {
	color: #ffffff;}

.btn li:hover {
	background-color: #375d69;}

.btn li {
	color: #ffffff; border-radius: 4px 4px; margin: -5px 14px 10px 8px; 
	padding: 6px 8px 5px 10px; height:34px;}

.color1 {
	background-color:#005A75;}

.color2 {
	background-color:#004a60;}

.color3 {
	background-color:#003748;}
	
	
/* Table Above Faculty Contact Boxes */	
.tblw-faclty-colrow { background-color: #b0bfbc !important; }



/** CONTACT BOXES **/


.contact-box {
	width: 100%; height: 100%; border: 3px solid #4e738a; 
	padding: 15px; padding-left: 25px; margin-bottom: 15px; }

.contact-box p, .contact-box-right p {
	padding-top: 20px;}

.contact-box-right {
	width: 100%; height: 100%; border: 3px solid #ae6042; 
	padding: 15px; padding-left: 25px; margin-bottom: 15px;}

.contact-title {
	text-align: right; background-color: #4e738a; margin-top: -15px; margin-right: -15px;
	padding-right: 25px; padding-bottom: 3px;font-size: 0.85em !important; width: 105px; float: right; color: #ffffff; }

.contact-title-support {
	text-align: right; background-color: #ae6042; margin-top: -15px; margin-right: -15px; padding-right: 25px;
	padding-bottom: 3px; font-size: 0.85em !important; width: 125px; float: right; color: #ffffff; }

/**    MOBILE    **/
@media only screen and (max-width: 780px){
.mainarea {
	display: table !important; margin-bottom: 20px;}
.facultyarea {
	display: table-header-group!important;}
.btnarea {
	width:99%; clear:both; margin:10px 10px 0 -5px; display: table-footer-group !important; font-size:0.9em;}
.btn li {
	width:100%; height:34px;}
}