@charset "utf-8";
/* CSS Document */
body {
	background-color:#dddddd;
}
a {
	text-decoration: underline;
}
.navbar-default .navbar-nav>li>a {
	text-decoration: none;
}
a.btn {
	text-decoration: none;
}
a:focus {
	outline:dotted 2px #f00
	}
#icons {
	width:100%;
	text-align:center;
}
#icons img {
	margin:3px;
	width:35px;
	height:35px;
}
#icons2 img {
	margin:1px;
	width:116px;
	height:auto;
}
#banner {
	background-color:#2C4D9A;
}
#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;
} 
#address {
	background-color:#ffffff;
	color:#000000;
	font-size:12px;
	border-bottom: solid 4px #2C4D9A;
}
#mainnav {
   background-color: #000000;
	border-bottom:solid 2px #039;
}
.nav-link {
    color:#2C4D9A;
    font-size:1.25em;
    font-weight:500;
}
.nav-link:hover,.nav-link:active,.nav-link:focus {
    color:#254184;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color:#ddd;
}
#maincontent,#announcements {
	background-color:#fff;
}
#maincontent {
	min-height: 480px;
	padding-bottom:20px;
}
#calendar {
	width:100%;
	height:250px;
	border-width: 0;
}
footer a{
	color:#eee;
	text-decoration:underline;
}
footer a:hover,footer a:focus {
	color:#fff;
}
footer {
	color:#eee;
	background-color:#666;
	border-top: 4px solid #BFD1F7;
}
#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 {
	width:100%;
	text-align:center;
}
#icons img {
	margin:3px;
}
.tmsbtn {
    background-color: #2C4D9A!important;
    color:#FFFFFF;
        
}
.tmsbtn:hover{ background-color: #254184!important;color:#FFFFFF; }
.tmsbtn:active{
    background-color: #254184!important;color:#FFFFFF;
}
.tmsbtn-outline {
    background-color: #ffffff!important;
    border:thin solid #2C4D9A;
    color:#2C4D9A;
        
}
.tmsbtn-outline:hover{ background-color: #2C4D9A!important;color:#ffffff; }
.tmsbtn-outline:active{
    background-color: #2C4D9A!important;color:#ffffff;
}
.tms {
	background-color:#2C4D9A;
}

@media(max-width:767px){
#banner {
	background-size:100%;
	background-repeat: no-repeat;
	min-height: 185px;
	width:100%;
}
 .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-size:100%;
	height:139px;
	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:95px;
	background-repeat: no-repeat;
}
#webslider {
	width:100%;
	height:378px;
}
#calendar {
	height:348px;
}
.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:111px;
	background-repeat: no-repeat;
}
#webslider {
	width:100%;
	height:452px;
}
#calendar {
	height:420px;
}
.portfolio>.clear:nth-child(8n)::before {  
  content: '';
  display: table;
  clear: both;
}	
.staffpics {
	width: 240px;
	height:300px;
}
img.nophoto {
	width: 240px;
	height:300px;
}
}
@media (min-width: 1400px) { 
#banner {
	background-image: url("/bridgems/_img/banner19.jpg");
	background-size:100%;
	height:131px;
	background-repeat: no-repeat;
}
#webslider {
	width:100%;
	height:520px;
}
#calendar {
	height:490px;
}
    }
.dropdown-menu>li>a {
    text-decoration: none;
}