@charset "utf-8";
/* CSS Document */
body {
    background-color:#1B2956;
    margin:0 auto;
        padding-top: 110px;
}
#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;
}
#banner {
    background-color:#F9B631;
    background-attachment: local;
	background-repeat: no-repeat;
	background-image: url("/stone/_img/banner19d.jpg");
	height:145px;
}
#address {
    background-color:#038247;
	color:#fff;
	font-size:11px;
    border-color:navy;
    border-bottom:1px solid #fff;
}
#address a {
	text-decoration:underline;
	color:#fff;
}
#deepcontent {
    background-color:#fff;
    min-height:650px;
    padding-top:15px;
}
#maincontent {
    background-color:#fff;
    min-height:600px;
    padding-top:15px;
	overflow:hidden;
}
#smesSlider {
    padding-left: 0;
    padding-right: 0;
}
#calendar {
    height:400px;
    width:100%;
}
 #mainnav {
 }
#icons {
    text-align:center;
}
#icons img {
    margin: 3px;
    width:28px;
    height: 28px;
}
#icons2 {
    text-align:center;
}
#icons2 img {
    margin: 3px;
}
footer {
    background-color:#666;
	border-top: 4px solid #F7A400;
    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 {
     height:320px;
 }
.nav-item a {
    color:#1B2956 ;
}
.sabtn{
    background-color: #038247!important;
    color:#ffffff;
        
}
.sabtn:hover{ background-color: #026537!important;color:#ffffff; }
.sabtn:active{
    background-color: #026537!important;color:#ffffff;
}
.sabtn-outline {
    background-color: #ffffff!important;
    border:thin solid #038247;
    color:#038247;
        
}
.sabtn-outline:hover{ background-color: #038247!important;color:#ffffff; }
.sabtn-outline:active{
    background-color: #038247!important;color:#ffffff;
}
.sa {
    background-color:#038247;
}
.sa2btn{
    background-color: #1B2956!important;
    color:#ffffff;
        
}
.sa2btn:hover{ background-color: #283d7f!important;color:#ffffff; }
.sa2btn:active{
    background-color: #283d7f!important;color:#ffffff;
}
.sa2btn-outline {
    background-color: #ffffff!important;
    border:thin solid #1B2956;
    color:#0046A4;
        
}
.sa2btn-outline:hover{ background-color: #1B2956!important;color:#ffffff; }
.sa2btn-outline:active{
    background-color: #1B2956!important;color:#ffffff;
}
.sa2 {
    background-color:#1B2956;
}
.border-sa {
    border-color: #1B2956!important;
    border-size:2px;
}

/*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;
}
 #banner {
	background-image: url("/stone/_img/banner19d.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	height:154px;
}
    }
@media (max-width: 768px) { 
	.navbar-brand img {
		width:300px;
		height:auto;
	}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
    body {
        padding-top: 153px;
    }
.staffpics {
	width: 240px;
	height:300px;
}
#banner {
	height:180px;
}    
img.nophoto {
	width: 240px;
	height:300px;
}
    .nav-item a {
        font-size: 1.4em;
    }
 #webslider {
     height:295px;
 }
 #calendar {
     height:215px;
     }
    }
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
    body {
        padding-top: 84px;
    }
#icons img {
    margin: 3px;
    width:36px;
    height: 36px;
}
.staffpics {
	width: 160px;
	height:200px;
}
img.nophoto {
	width: 160px;
	height:200px;
}
    .nav-item a {
        font-size: 1.4em;
    }
    .navbar-brand img {
        width:225px;
        height:auto;
    }
 #banner {
	height:240px;
}
 #webslider {
     height:385px;
 }
 #calendar {
     height:300px;
     }
}
@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 {
        padding-top: 116px;
    }
    .nav-item a {
        font-size: 1.4em;
    }
.staffpics {
	width: 200px;
	height:250px;
}
img.nophoto {
	width: 200px;
	height:250px;
}
    .navbar-brand img {
        width:350px;
        height:auto;
    }
 #banner {
	height:285px;
}
 #webslider {
     height:450px;
 }
 #calendar {
     height:355px;
     }
    }
/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { 
    body {
        padding-top: 128px;
    }
    .nav-item a {
        font-size: 1.5em;
    }
    .dropdown-menu a  {
        font-size:1em;
    }
    .navbar-brand img {
        width:400px;
        height:auto;
    }
 #banner {
	height:330px;
}
 #webslider {
     height:520px;
 }
 #calendar {
     height:425px;
     }
    }