<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body {
	background-color:#F8F8F8;
	padding-top:5px;
}
#skip {
background-color: #fff;
}
#skip a
{ 
position:absolute; 
left:-10000px; 
top:-100px; 
overflow:hidden;
font-size:20px;
padding:10px;
background-color:#fff;
} 
 
#skip a:focus 
{ 
z-index:999;
position:absolute; 
left:0px;
top:0px;
background:#fff;
outline:0;
-webkit-transition:top .1s ease-in, background .5s linear;
transition: top .1s ease-in, background .5s linear;
} 
a {
	text-decoration: underline;
}
a.btn {
	text-decoration: none;
}
a:focus {
	outline:dotted 2px #f00
	}
#icons {
	width:100%;
	text-align:center;
}
#icons img {
	margin:2px;
	width:35px;
	height:35px;
}
#mainnav {
	border-bottom:solid 1px #444;
}
.nav-link {
    font-size:1.3em;
    color:#273877 ;
}
#maincontent,#announcements {
	background-color:#fff;
}
#maincontent {
	min-height: 510px;
	padding-bottom:10px;
}
#calendar {
	border-width:0;
	width:100%;
	height:400px;
	border:none;
}
footer a{
	color:#eee;
	text-decoration:underline;
}
footer a:hover,footer a:focus {
	color:#fff;
}
footer {
	color:#eee;
	background-color:#666;
}
#bottomfooter {
	text-align:center;
	background-color:#111;
}
.toggleopacity img {
		opacity:0.9;
}

.toggleopacity:hover img {
		opacity:1;
} 
.staffpics {
	background-size:contain;
	background-repeat: no-repeat;
	background-position:center center;
	margin-left:auto;
	margin-right:auto;
	opacity:1;
}
.staffpics:hover {
		opacity:0.9;
}
.navbar-brand&gt;img {
	width:150px;
	height:auto;
	}
.oesbtn{
    background-color: #2f5dab!important;
    color:#ffffff;
        
}
.oesbtn:hover {background-color: #20437e!important;color:#ffffff; }
.oesbtn:active {background-color: #20437e!important;color:#ffffff;}
.oesbtn:focus {background-color: #20437e!important;color:#ffffff;}

.oesbtn-outline {
    background-color: #ffffff!important;
    border:thin solid #2f5dab;
    color:#2f5dab;
        
}
.oesbtn-outline:hover{ background-color: #2f5dab!important;color:#ffffff; }
.oesbtn-outline:active{ background-color: #2f5dab!important;color:#ffffff;}
.oesbtn-outline:focus{ background-color: #2f5dab!important;color:#ffffff;}

.oes {
    background-color:#2f5dab;
}
.oesbtn2{
    background-color: #00a945!important;
    color:#ffffff;
        
}
.oesbtn2:hover{ background-color: #028236!important;color:#ffffff; }
.oesbtn2:active{
    background-color: #028236!important;color:#ffffff;
}
.oesbtn-outline2 {
    background-color: #ffffff!important;
    border:thin solid #00a945;
    color:#00a945;
        
}
.oesbtn-outline2:hover{ background-color: #00a945!important;color:#ffffff; }
.oesbtn-outline2:active{
    background-color: #00a945!important;color:#ffffff;
}
.oes2 {
    background-color:#00a945;
}
@media(max-width:767px){
 .portfolio&gt;.clear:nth-child(2n)::before {
      content: '';
      display: table;
      clear: both;
}
.navbar-brand&gt;img {
	width:300px;
	height:auto;
	}
#mainnav {
   background-color: #f8f8f8;
}
.staffpics {
	width: 240px;
	height:300px;
}
img.nophoto {
	width: 240px;
	height:300px;
}
	}
@media(min-width:768px){
.staffpics {
	width: 240px;
	height:300px;
}
img.nophoto {
	width: 240px;
	height:300px;
}
	}
@media(min-width:992px){
#calendar {
	height:205px;
}
.staffpics {
	width: 160px;
	height:200px;
}
img.nophoto {
	width: 160px;
	height:200px;
}
.navbar-brand&gt;img {
	width:200px;
	height:auto;
	}
.newicons img	{
	transition: all 0.3s ease;
	}
	.newicons img:hover {
		opacity: .7;
	}	
}
@media (min-width: 768px) and (max-width: 1199px) {
    .portfolio&gt;.clear:nth-child(4n)::before {
      content: '';
      display: table;
      clear: both;
    }
	.staffemail	{
		font-size:12px;
	}
	.navbar-brand&gt;img {
	width:200px;
	height:auto;
	}
}
@media(min-width:1200px){
#calendar {
	height:280px;
}
.portfolio&gt;.clear:nth-child(8n)::before {  
  content: '';
  display: table;
  clear: both;
}	
.staffpics {
	width: 200px;
	height:250px;
}
img.nophoto {
	width: 200px;
	height:250px;
}
    .navbar-brand&gt;img {
	width:280px;
	height:auto;
	}

}
@media(min-width:1400px){

    
}</pre></body></html>