@charset "utf-8";
/* CSS Document */
body {
	background-color:#dddddd;
}
#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;
} 
#icons {
	text-align: center;
}
#icons img {
	width:40px;
	height:40px;
}
#banner {
	background-color:#25408F;
	background-image: url("/mauldinm/_img/banner19.jpg");
}

#address {
	background-color:#29315F;
	color:#ffffff;
	font-size:11px;
}
#mainnav {
   background-color: #FFFFFF;
}
.nav-link {
	font-size: 1.3em;
	color:#25408F;
}
#maincontent,#announcements {
	background-color:#fff;
}
#maincontent {
	min-height: 480px;
	padding-bottom:20px;
	overflow:hidden;
}
#calendar {
	border-width:0;
	width:100%;
	border:none;
	height: 400px;
}
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:0.9;
}
.staffpics:hover {
		opacity:1;
}
#icons {
	padding-top:5px;
}
.mmsbtn {
    background-color: #29315F!important;
    color:#FFFFFF;
        
}
.mmsbtn:hover{ background-color: #20264a!important;color:#FFFFFF; }
.mmsbtn:active{
    background-color: #20264a!important;color:#FFFFFF;
}
.mmsbtn-outline {
    background-color: #ffffff!important;
    border:thin solid #29315F;
    color:#29315F;
        
}
.mmsbtn-outline:hover{ background-color: #29315F!important;color:#ffffff; }
.mmsbtn-outline:active{
    background-color: #29315F!important;color:#ffffff;
}
.mms {
	background-color:#29315F;
}

@media(max-width:767px){
#banner {
	background-size:100%;
	background-repeat: no-repeat;
	min-height: 100px;
	width:100%;
}
#icons img {
	margin:3px;
}
 .portfolio>.clear:nth-child(2n)::before {
      content: '';
      display: table;
      clear: both;
}
#mainnav {
   background-color: #f8f8f8;
}
.staffpics {
	width: 240px;
	height:300px;
}
img.nophoto {
	width: 240px;
	height:300px;
}
	}
@media(min-width:768px){
#banner {
	background-image: url("/mauldinm/_img/banner19.jpg");
	background-size:100%;
	height:100px;
	background-repeat: no-repeat;
}
#icons img {
	margin:3px;
}
#webslider {
	height:385px;
}
.staffpics {
	width: 240px;
	height:300px;
}
img.nophoto {
	width: 240px;
	height:300px;
}
	}
@media(min-width:992px){
#banner {
	height:92px;
}
#webslider {
	width:100%;
	height:348px;
}
#calendar {
	height:250px;
}
#icons img {
	width:30px;
	height:30px;
}
.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;
    }
}
@media(min-width:1200px){
#banner {
	height:116px;
}
#webslider {
	width:100%;
	height:405px;
}
#calendar {
	height:300px;
}
#icons img {
	width:40px;
	height:40px;
}
.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 {
	height:131px;
}
#webslider {
	width:100%;
	height:465px;
}

#calendar {
	height:360px;
}
}