@charset "UTF-8";

body {
    /* font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; */
    font-family:Verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.62857143;
    color: #333;
    background-color: #fff;
}

@media (min-width: 1191px) {  
	.certifications { 
	padding-left:150px; 
	}
}

@media (min-width: 969px) and (max-width: 1190px){  
	.certifications {
	padding-left:100px; 
	}
}

@media (min-width: 768px) and (max-width: 970px) {   
	.certifications {
	padding-left:45px; 
	}
}

@media (min-width: 578px) and (max-width: 767px) {  
	.certifications {
	padding-left:50px;
	}
}

@media (min-width: 525px) and (max-width: 577px) {  
	.certifications {
	padding-left:20px;
	}
}



.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
    border-bottom: 2px solid silver;
    text-transform: uppercase;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (min-width: 768px) {   
	.navbar-nav > li > a {
	font-size: 20px;
	padding:5px 14px;
	margin:7px 5px 0 0;
	}
}


/* ~~~~~~~~~~~~~~~ Exec Profiles ~~~~~~~~~~~~~~~ */

.executive-block { 
     margin-bottom: 12px;
     margin-left: 20px;
     margin-right: 40px;
     width: 95%;
     float: left;
}

.executive-block p { width: 85%; }

.executive-block .exec-name {
     font-family: 'Cabin', sans-serif;
     font-size: 120%;
     font-weight: bold;
     margin-bottom: 0;
     padding-top: 2px;
}

.executive-block .exec-title {
     font-size: 90%;
     font-style: italic;
     margin-bottom: 0;
     padding-bottom: 0;
}

.executive-block .exec-link {
     font-size: 75%;
     margin-top: 0;
     padding-top: 0;
     font-style: italic;
}	
	
.title_div {
     font-size: inherit;
     color: #000;
     padding: 5px;
     width: 100%;
     cursor: pointer;
}

.hidden_div p, .hidden_div ul {
     color: #353535;
     font-size: inherit;
}

	
.faux-link {
     color: #233b92;
     text-decoration: underline;
}

/* ~~~~~~~~~~~~~~~ nav-pills used on About page */	

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #001d69;
    }
    
/* ~~~~~~~~~~~~~~~ custom text rules ~~~~~~~~~~~~~ */
.brand {font-weight:bold;}

p.copyright:after { 
	content: "\00a9   2023 LTI \00a0  All Rights Reserved."; 
	}
	
	
#printed-header { display: none; /* the printed-header should only display when the page is printed (see print.css) */ }