@charset "utf-8";
/* CSS Document */
body {
	background-color:#dddddd;
	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;
} 
/*This is for screen reader only content - alternative to .hidden above */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

a {
	text-decoration: underline;
}
.navbar-default .navbar-nav>li>a {
	text-decoration: none;
}
a.btn {
	text-decoration: none;
}
a:focus {
	outline:dotted 2px #f00
	}
a.list-group-item, a.btn  {
	text-decoration:none;
}
#icons {
	width:250px;
	text-align:right;
	float:right;
}
#icons img {
	margin:2px;
	width:30px;
	height:30px;
}
#banner {
}

#address {
	background-color:#2B52CB;
	color:#fff;
	font-size:11px;
	border-bottom:2px solid #000;
	margin:0;
}
#mainnav {
	border-bottom:solid 1px #444;
	padding-right:0;
	padding-left:0;
}
.nav-link {
	font-size: 1.4em;
}
.nav-item a {
	color:#2B52CB;
}
.nav-item a:hover {
	color:#1c3581;
}
#maincontent,#announcements {
	background-color:#fff;
}
#maincontent {
	min-height: 510px;
	padding-bottom:10px;
	padding-top: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;
}
#bottomicons img {
    width:100%;
    height:100%;
    vertical-align:middle;
}
#bottomicons {
    text-align: center;
}
.toggleopacity img {
		opacity:0.9;
}

.toggleopacity:hover img {
		opacity:1;
		background-color:none;
} 
.staffpics {
	background-size:contain;
	background-repeat: no-repeat;
	background-position:center center;
	margin-left:auto;
	margin-right:auto;
	opacity:0.9;
}
.staffpics:hover {
		opacity:1;
}
.nwmsbtn{
    background-color: #2B52CB!important;
    color:#ffffff;
        
}
.nwmsbtn:hover{ background-color: #1c3581!important;color:#ffffff; }
.nwmsbtn:active{
    background-color: #1c3581!important;color:#ffffff;
}
.nwmsbtn-outline {
    background-color: #ffffff!important;
    border:thin solid #2B52CB;
    color:#2B52CB;
        
}
.nwmsbtn-outline:hover{ background-color: #2B52CB!important;color:#ffffff; }
.nwmsbtn-outline:active{
    background-color: #2B52CB!important;color:#ffffff;
}
.nwms {
    background-color:#2B52CB;
}

@media(max-width:767px){
#banner {
	background-image: url("/northwst/_img/banner25.jpg");
	background-size:contain;
	background-repeat: no-repeat;
	min-height: 150px;
	width:100%;
}
 .portfolio>.clear:nth-child(2n)::before {
      content: '';
      display: table;
      clear: both;
}
#mainnav {
}
.staffpics {
	width: 240px;
	height:300px;
}
img.nophoto {
	width: 240px;
	height:300px;
}
	}
@media(min-width:768px){
#banner {
	background-image: url("/northwst/_img/banner25.jpg");
	background-size:100%;
	height:146px;
	background-repeat: no-repeat;
}
#webslider {
	height:438px;
}
.staffpics {
	width: 240px;
	height:300px;
}
img.nophoto {
	width: 240px;
	height:300px;
}
	}
@media(min-width:992px){
#banner {
	background-size:100%;
	height:92px;
	background-repeat: no-repeat;
}
#webslider {
	width:100%;
	height:384px;
}
#calendar {
	height:320px;
}
.staffpics {
	width: 160px;
	height:200px;
}
img.nophoto {
	width: 160px;
	height:200px;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
    .portfolio>.clear:nth-child(4n)::before {
      content: '';
      display: table;
      clear: both;
    }
	.staffemail	{
		font-size:12px;
	}
}
@media(min-width:1200px){
#banner {
	background-size:100%;
	height:147px;
	background-repeat: no-repeat;
}
#webslider {
	width:100%;
	height:450px;
}
#calendar {
	height:385px;
}
.portfolio>.clear:nth-child(8n)::before {  
  content: '';
  display: table;
  clear: both;
}	
.staffpics {
	width: 200px;
	height:250px;
}
img.nophoto {
	width: 200px;
	height:250px;
}
}
@media(min-width:1400px){
#banner {
}
#webslider {
	width:100%;
	height:520px;
}
#calendar {
	height:450px;
}
.portfolio>.clear:nth-child(8n)::before {  
  content: '';
  display: table;
  clear: both;
}	
.staffpics {
	width: 200px;
	height:250px;
}
img.nophoto {
	width: 200px;
	height:250px;
}
}
.dropdown-menu>li>a {
    text-decoration: none;
}