/*_______________________________________Global_______________________________________*/
.mt-b3em {
	margin-top: 3em;
	margin-bottom: 2em;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt30 {
	margin-top: 30px;
}
.pl30 {
	padding-left: 30px;
}
.pl10 {
	padding-left: 10%;
}
.pr10 {
	padding-right: 10%;
}
.pb10, .subTitle {
	padding-bottom: 10px;
}
.pt25 {
	padding-top: 25px;
}
.pb20 {
	padding-bottom: 20px;
}
.page-header {
	background-color: #0086b6;
	padding-top: 53px;
}
strong {
	color: #000;
}
p {
	margin-bottom: 20px;
}
.menus h4 {
	text-transform: uppercase;
	padding-top: 20px;
!important
}
/*PreNav*/
.PreHeadLink {
	text-align: center;
	padding: 7px 0;
	background: #0086b6;
	font-size: 12px;
}
.PreHeadLink a {
	color: white;
}
/*Nav*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, #resMainMenu li.active>a {
	color: #FFF;
	background-color: #0086b6;
}
nav#filter a.current {
	background-color: #0086b6;
	border-color: #0086b6;
}
.navbar-default .navbar-nav > li > a.active {
	color: #FFFFFF;
	background-color: #0086b6;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #0086b6;
}
.navbar-default .navbar-toggle:hover {
	background-color: #FFFFFF;
	border: 1px solid #0086b6;
}

/** sidebar **/
nav.subnav {margin-bottom: 22px;}
nav.subnav ul {margin:0; padding:0; list-style-type: none}
nav.subnav ul li a{
	margin:0;
	padding:11px 0;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
nav.subnav ul li a:hover{text-decoration: none;}
nav.subnav ul li a i {float:right;display:none; margin-top: 4px;}
nav.subnav ul li a:hover i, nav.subnav ul li a.active i {display:block;}
nav.subnav{padding:0;}

nav.subnav ul li a {border-bottom:1px solid #eee ; color:#aaa;} 
nav.subnav ul li a.active, nav.subnav ul li a:hover{border-bottom-color:#0086b6 ; color:#0086b6;}

.panel-default, .panel-heading, panel-title, .panel-heading h4 {
	box-shadow: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #eee;
}
/** sidebar ends **/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.img-responsive.staffImg {
	padding-bottom: 2em;
	max-width: 150px;
}

.boxContent {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.h2Bigger {
	font-size: 2.25em;
	font-weight: 200;
}
h3, .boxContent h3, .subTitle {
	color: #333;
}
ul .last li {
	border-bottom-style: solid;
	background-color: #039;
	border-bottom-width: thick;
	border-bottom-color: #F00;
}
.staffPics{
	min-width:160px;
}
h2:after {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*Form*/
label, .securityCheck h3, .checkbox label  {
	color: #333;
	font-size: 1.2em;
	margin-bottom: 10px;
	padding-bottom: 0px;
	font-weight: 300;
}
.securityCheck h3  {
	text-transform: uppercase;
}
.securityCheck{
	margin-top: 40px;
	}

/*Footer*/
.footerWidget .iconRounded {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footerWidget.footerAngDesc {
	padding-right: 30%;
}
#footerLogo {
	width: 180px;
}
fullWidthImage {
	width:100%;
	height:auto;
}
#footerRights {
	border-top-style: none;
}
.disclaimer {
	line-height: 1.2em;
}
/*Contact*/
.boxContent{
	text-align: center;
	}
	
/*RESPONSIVE*/

@media(min-width:768px) {
.navbar-nav > li > a {
	font-size: .95em;
	padding-left: .3em;
	padding-right: .3em;
}
.navbar-brand img {
	max-width: 331px;
	height: auto;
}
}

@media(max-width:991px) {
.navbar-brand img {
	max-width: 260px;
	height: auto;
}
}

@media(max-width:768px) {
.navbar-brand {
	width: 200px;
	height: auto;
}
.navbar-brand img {
	width: 100%;
	height: auto;
}
div.owl-wrapper-outer {
	margin-top: -15px;
}
}