@charset "utf-8";
/* CSS Document */
html {
	font-size: 16px;
}
body {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 1rem;
	margin: 0 auto;
	line-height: 0;
}
/*-------------------------FONT STYLING START----------------------*/
p {
	font-size: 1rem;
}
h1 {
	font-size: 2rem;
	font-weight: bold;
}
h2 {
	font-size: 1.75rem;
	font-weight: bold;
}
h3 {
	font-size: 1.5rem;
	font-weight: bold;
}
p, a, ul, li, h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
}
/*-------------------------FONT STYLING END------------------------*/

/*-------------------------SITE CLASSES START----------------------*/
header .cms-cm-icons, header .cms-custom-links {
	display: none;
}
/* feature classes - delete if no feature in theme */
.feature {
	min-height: 347px;
	position: relative;
	overflow: hidden;
}
.feature-slider {
	position: absolute;
	min-height: 347px;
	z-index: 1;
	padding-left: 0;
	padding-right: 0;
}
.feature-slider img {
	float: right;
}
/* Bootstrap 15 Column Hack for 5 Column Layout */
/* column 5 - delete if not needed */
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
/*-------------------------SITE CLASSES END------------------------*/


/*-------------------------MAIN START------------------------------*/
/* main nav */

.navbar {
	min-height: 44px;
}
.navbar-default {
	margin: 0;
	text-align: left;
	width: auto !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.navbar-nav > li {
	border-right: 0.1em solid;
}
.navbar-default .navbar-nav > li > a {
	line-height: 16px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: #fff;
}
.dropdown-menu {
	font-size: inherit;
	background-color: #363636;
	padding-top: 0;
	padding-bottom: 0;
}
li.dropdown a {
	color: #fff;
}
.yamm-content p {
	color: white;
}
.yamm > li > ul.dropdown-menu {
	line-height: 1.5rem;
}
/*--------------------combined---------------*/

.wrapper {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.50);
	margin: 0 auto;
	background-color: #ffffff;
	display: block;
	position: relative;
}
/* some sites: wrapperwide used for full width background color behind header in top portion of site  */
.wrapperwide {
	width: 100%;
}
.clearLRPadding {
	padding-left: 0;
	padding-right: 0;
}
.clearLRMargin {
	margin-left: 0;
	margin-right: 0;
}
.footer {
	padding: 15px;
}
.footer a {
	color: #fff;
	text-decoration: underline;
}

/*I did this manually because the below Less variables didn't work for me*/
@media (min-width:768px) {
.wrapper {
	width: 748px;
}
header .cms-cm-icons, header .cms-custom-links {
	display: block;
}
}

@media (min-width:992px) {
.wrapper {
	width: 972px;
}
}

@media (min-width:1200px) {
.wrapper {
	width: 1170px;
}
}

@media (min-width: 768px) {
.navbar .navbar-collapse {
	text-align: center;
	padding-right: 0;
}
}

/*----------end of combined-------*/

/*-------------------------SITE CLASSES START----------------------*/
.cms-flexslider {
	border: none;
}
.navbar {
	margin-bottom: 0;
}
.headerBkg {
	/* width: 100%; */
	position: relative;
	z-index: 30;
	padding: 10px 15px 0;
	margin-left: -15px;
	margin-right: -15px;
}
.cms-widget[pageareaid="Slider"] .cms-content .cms-flexslider .slide-wrapper, .cms-widget[pageareaid="Slider"] .cms-content .cms-flexslider .flex-viewport {
	padding: 0 0 50.04% 0 !important;
}
.headText {
	padding-bottom: 0;
}
hr {
	color: #111 !important;
	background-color: #111 !important;
	height: 1px;
}
.relative {
	position: relative;
}
/*-------------------------SITE CLASSES END------------------------*/
/*Navigation*/
.navbar-default {
	border: none;
}
.navbar-nav > li {
	border: 2px solid;
	border-bottom-width: 0;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	margin-right: 10px;
}
.navbar-nav > li:hover, .navbar-nav > li:focus {
	border-color: #fff;
}
.navbar-nav > li > a {
}
.wrapperwide {
	width: 100%;
}
.wrapper {
	background-color: #ffffff;
}
.footer {
	background-image: url(../img/headerbgtopLG.png);
	background-repeat: no-repeat;
	color: #fff;
}

/*-------------------------FOOTER END------------------------------*/


/*-------------------------MEDIA QUERIES START---------------------*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.container1-5 {
	height: 27px;
	width: 748px;
}
.headerBkg {
	position: absolute;
	margin-left: -15px;
	margin-right: -15px;
	width: 100%;
	max-width: 768px;
	top: 27px;
}
.navbar.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.lightBlueBkg {
	margin-left: -8px;
}
.headerBkg {
	max-width: 992px;
	top: 27px;
}
.container1-5 {
	width: 972px;
}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.container1-5 {
	width: 1170px;
}
.headerBkg {
	max-width: 1200px;
	top: 27px;
}
}
.clearLRPadding {
	padding-left: 0;
	padding-right: 0;
}
.clearLRMargin {
	margin-left: 0;
	margin-right: 0;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
/* Slider */
.cms-widget[pageareaid="Slider"] .cms-content .cms-flexslider .slide-wrapper, .cms-widget[pageareaid="Slider"] .cms-content .cms-flexslider .flex-viewport {
	padding-bottom: 29.04%;
}
.slider-Text {
	position: absolute;
	z-index: 6;
	top: 15%;
	left: 15px;
}
.slider-Text p {
	font-size: 36px;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
}
.sliderOverlay {
	position: absolute;
	bottom: -6px;
	left: 0;
	z-index: 5;
	pointer-events: none;
}
.sliderImage {
	width: 960px;
	height: 254px;
}
.sliderImage img {
	max-width: 100%;
	height: auto;
}
.slider {
	bottom: 0;
	left: 0;
	z-index: 300;
}
.sliderContainer {
	width: 960px;
	height: 254px;
	position: relative;
}

@media (max-width:1199px) {
.sliderOverlay {
	display: none;
}
.slider-Text {
	display: none;
}
}
.boxShadow {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.50);
}
.clearLRPadding {
	padding-left: 0;
	padding-right: 0;
}
.clearLRMargin {
	margin-left: 0;
	margin-right: 0;
}
.sidebar-nav .nav-item a {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 0;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
}
.sidebar-nav {
	list-style: none outside none;
	padding: 0px;
	margin: 0px;
}
.sidebar-nav li {
	padding: 0 0 2px;
}
.page-area.local[pageareaid="Slider"] .cms-options {
	position: relative;
	z-index: 6;
}
.page-area.local[pageareaid="Slider"] .flex-control-nav {
	display: none;
}
.page-area.local[pageareaid="Slider"] .cms-flexslider {
	margin: 0px;
}
.cms-edit-mode .headerBkg {position:relative;top:0;left:15px;}
#cm-cms-menu {
    background-color: #e7f7ff;
    text-align: center;
}
@media (max-width: 991px) {
.navbar-default .navbar-nav .open .dropdown-menu>li strong, .navbar-default .navbar-nav .open .dropdown-menu>li a {
    background-color: transparent;
    color: #222!important;
    text-align: center!important;
}
}