@charset "utf-8";
/* CSS Document */
body {
    background-color:#0845AF;
    padding-top:175px;
    margin:0 auto;
}
#deepcontent {
    background-color:#fff;
    min-height:650px;
    padding-top:15px;
}
#maincontent {
    background-color:#fff;
    min-height:650px;
    padding-top:15px;
	overflow:hidden;
}
#smesSlider {
    padding-left: 0;
    padding-right: 0;
}
#calendar {
    height:400px;
    width:100%;
}
#icons {
    text-align:center;
}
#icons img {
	width:30px;
	height:30px;
    margin: 3px;
}
#icons2 {
    text-align:center;
}
#icons2 img {
    margin: 3px;
}
.nav-item {
    font-size:1.1em;
}
.nav-link {
    color:#0845AF;
}
footer {
    background-color:#666;
	border-top: 4px solid #65def3;
    color:#fff;
}
footer a {
    color:#efefef;
}
footer a:hover {
    color:#fff;
}
#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;
}
    #webslider {
    }
.navbar {
    border-bottom: 4px solid #0845AF;
}
.dcesbtn{
    background-color: #0845AF!important;
    color:#ffffff;
        
}
.dcesbtn:hover{ background-color: #093787!important;color:#ffffff; }
.dcesbtn:active{
    background-color: #093787!important;color:#ffffff;
}
.dcesbtn-outline {
    background-color: #ffffff!important;
    border:thin solid #0845AF;
    color:#0845AF;
        
}
.dcesbtn-outline:hover{ background-color: #0845AF!important;color:#ffffff; }
.dcesbtn-outline:active{
    background-color: #0845AF!important;color:#ffffff;
}
.dces {
    background-color:#0845AF;
}
/*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;
}
    #webslider {
        height:330px
    }
    }
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
body {
    padding-top:150px;
}
.staffpics {
	width: 240px;
	height:300px;
}
    
img.nophoto {
	width: 240px;
	height:300px;
}
    #webslider {
        height:430px
    }

    }
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
body {

}
.staffpics {
	width: 160px;
	height:200px;
}
img.nophoto {
	width: 160px;
	height:200px;
}
    #webslider {
        height:390px
    }
    #calendar {
        height:290px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .portfolio>.clear:nth-child(4n)::before {
      content: '';
      display: table;
      clear: both;
    }
	.staffemail	{
		font-size:12px;
	}
    
}
/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
    body {
}
    .nav-item a {
        font-size: 1.1em;
    }
.staffpics {
	width: 200px;
	height:250px;
}
img.nophoto {
	width: 200px;
	height:250px;
}
    #webslider {
        height:455px
    }
    #calendar {
        height:355px;
    }
    }
/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { 
    body {
}
    .nav-item a {
        font-size: 1.4em;
    }
    .dropdown-menu a  {
        font-size:1em;
    }
    #webslider {
        height:515px
    }
    #calendar {
        height:416px;
    }
    }