@charset "utf-8";
/* CSS Document */
#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:20px;
background:#fff;
outline:0;
-webkit-transition:top .1s ease-in, background .5s linear;
transition: top .1s ease-in, background .5s linear;
} 
body {
  padding-top:0;
	background-image: url("_img/pgbg3.png");
		background-position: top;
		background-repeat: no-repeat;
		background-color:#efefef;
}
.navbar-brand img {
    height:58px;
    width: auto;
}
.navbar {
    background-color: #fff;
    border-bottom: 4px solid #0144F2;
	border-right: 1px solid #0144F2;
	border-left: 1px solid #0144F2;
}
.nav-item > a {
    font-size: 1.3em;
    padding: 10px 10px;
}
.nav-item > a:hover, .nav-item > a:active {
    background-color:#0144F2;
    color:#ffffff;
}
#deepcontent {
    background-color:#fff;
    min-height:650px;
    padding-top:15px;
    overflow:hidden;
}
#icons img {
    width:40px;
    height:40px;
}
footer {
    background-color: #333;
    color: #fff;
}
footer a {
    color:#efefef;
}
footer a:hover {
    color:#fff;
}
#copyrights {
    background-color:#000;
}
#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:0.9;
	width: 240px;
	height:300px;
}
.staffpics:hover {
		opacity:1;
}
img.nophoto {
	width: 240px;
	height:300px;
}
	#calendar{
		height:415px;
	}
#banner {
		background-image: url('/wdmonth/_img/banner480x150_23b.png');
	    height:150px;
		background-position: left;
		background-repeat: no-repeat;
	}
	.topgraphics {
		height:130px;
	}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
 .portfolio>.clear:nth-child(2n)::before {
      content: '';
      display: table;
      clear: both;
}
.staffpics {
	width: 240px;
	height:300px;
}
img.nophoto {
	width: 240px;
	height:300px;
}
    }
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
.staffpics {
	width: 160px;
	height:200px;
}
img.nophoto {
	width: 160px;
	height:200px;
}
#banner {
		background-image: url('/wdmonth/_img/banner768x150_23b.png');
		background-position: left;
		background-repeat: no-repeat;
	}
	.topgraphics {
		height:130px;
	}
    }
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
.navbar-brand img {
    height:90px;
    width: auto;
}
.staffpics {
	width: 200px;
	height: 300px;
}
img.nophoto {
	width: 200px;
	height: 300px;
}
#banner {
		background-image: url('/wdmonth/_img/banner768x150_23b.png');
		background-position: left;
		background-repeat: no-repeat;
	}
    }
@media (min-width: 768px) and (max-width: 1199px) {
    .portfolio>.clear:nth-child(4n)::before {
      content: '';
      display: table;
      clear: both;
    }
	.staffemail	{
		font-size:12px;
	}
	#calendar{
		height:335px;
	}
	#webslider {
		height: 510px;
	}
#banner {
		background-image: url('/wdmonth/_img/banner768x150_23b.png');
	    background-position: left;
		background-repeat: no-repeat;
	    height:170px;
	}
	.topgraphics {
		height:145px;
	}

}
/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
.staffpics {
	width: 300px;
	height:375px;
}
img.nophoto {
	width: 300px;
	height:375px;
}
	#calendar{
		height:415px;
	}
	#webslider {
		height: 590px;
	}
#banner {
		background-image: url('/wdmonth/_img/banner24.png');
	    height:170px;
	    background-position: left;
		background-repeat: no-repeat;
    }
	.topgraphics {
		height:155px;
	}
}
/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { 
	#calendar{
		height:465px;
	}
	#webslider {
		height: 640px;
		padding:0 20px;
	}
#banner {
		background-image: url('/wdmonth/_img/banner24.png');
	    height:170px;
		background-position: left;
		background-repeat: no-repeat;
	}
	}