@charset "UTF-8";

/* Master Color Pallet 

Dark Blue: #0f2a4d
Light Blue: #5477be
Light Blue Hover: #315192

*/



/* Start Main Page Styling */
body {
	background-color: #6C6C6C;
	font-family: 'Oxygen', helvetica, arial, sans-serif;
	font-weight: 300;
}

a:hover {
	color:#AFDFFF;
	text-decoration:none;
}

a { color:#5477be; }

h1, h2 {
	font-weight:100;
}
.topbar {
	background-color: #0f2a4d;
	color: #FFFFFF;
	/* [disabled]padding-top: 16px; */
	/* [disabled]padding-right: 16px; */
	/* [disabled]padding-bottom: 16px; */
	/* [disabled]padding-left: 16px; */
	font-size: 12px;
}
.container-fluid.main-container {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
.breadcrumb {
	padding: 8px 15px;
	margin: 0;
	list-style: none;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0;
}
.main-nav-container {
	background-image: url(../images/header-blue-background.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 103px;
	border-bottom: 3px solid #fbb03b;
	padding-bottom: 3px;
}
.before-content {
	padding-bottom: 40px;
}
#banner .moduletable {
	/* z-index: 800; */
}
.main-content {
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
.ltgrey-band {
	background-color: #F2F2F2;
	color: #999999;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	vertical-align: middle;
}
.footer {
	background-color: #4D4D4D;
	color: #FFFFFF;
}
footer {
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}



/* Menu Styling Edits */

.menuwrapper > ul li.active > a, .menuwrapper > ul li.active > span {
	background-color: rgba(13,42,77,.75);
	color: #ffffff;
}

/* Mega Menu Styling */

.dj-megamenu-custom102 {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
	height: 60px;
	position: relative;
	z-index: 500;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	background: none;
}
.dj-megamenu-custom102 .dj-stickylogo img {
	max-height: 100%;
	width: 250px;
}

.dj-megamenu-custom102 li a.dj-up_a {
	display: block;
	float: left;
	height: 60px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 20px;
	cursor: pointer;
	background: transparent;
	color: #ffffff;
	border-right: none;
	border-left: none;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.dj-accordion-light .dj-accordion-in {
	position: relative;
	 z-index:9999; 
}
.dj-megamenu-accordion-light.dj-align-left .dj-mobile-open-btn {
	margin: 24px;
}

/* Height of Menu item */
.dj-megamenu-custom102 li a.dj-up_a {
	display: block;
	float: left;
	height: 60px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 20px;
	cursor: pointer;
	background: transparent;
	color: #ffffff;
	border-right: none;
	border-left: none;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

/* Drop Down Arrow */
.dj-megamenu-custom102 li a.dj-up_a i.arrow {
	display: inline-block;
	font-family: FontAwesome;
	position: absolute;
	right: 16px;
	top: 42px;
	font-size: 1em;
	line-height: 1;
	font-style: normal;
	font-weight: normal;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.dj-megamenu-custom102 li:hover a.dj-up_a i.arrow {
	top:46px;
}

/* Height of Hover */
.dj-megamenu-custom102 li:hover div.dj-subwrap, .dj-megamenu-custom102 li.hover div.dj-subwrap {
	left: 0;
	top: 100px;
	background: #ffffff;
	height: auto;
	z-index: 300;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

/* Sub Menu Items */
.dj-megamenu-custom102 li ul.dj-subtree > li > a {
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	color: #666666;
	background: transparent;
	text-decoration: none;
	padding: 10px;
}

/* Bolded & Enlarged Menu Item */
._boldMenu {
	font-size: 1em !important;
	font-weight: 700 !important;
}

/* Sticky menu */
.dj-megamenu-custom102.dj-megamenu-sticky {
	height: auto;
	background-color: #0f2a4d;
	transition:all ease-in-out 1s fade;
	border-bottom: 3px solid #fbb03b;
}

/* Footer Menu */
footer a {
	color: #FFFFFF;
	line-height: 24px;
	padding-left: 10px;
	width: 70%;
}
._footerHeader {
  font-weight:700;
  font-size:16px;
}
a.footer-menu-btn {
	background: #999999;
	margin: 10px 9px;
	padding: 5px 20px;
	max-width: 148px;
	border-radius: 20px;
}

/* Module Styling */
.custom_notice {
	display: block;
	background-color: #FBB03B;
	padding: 10px;
}

.moduletable_headerFix {
	margin-top: -10px;
}
.rsform h2 {
	font-size: 26px;
	margin-bottom: 30px;
}

.pull-left.item-image {
	padding-right: 40px;
	padding-bottom: 40px;
}
.content-links-a a {
	width: 50%;
	clear: both;
}
.pull-left.item-image img {
	max-height: 300px;
	max-width:360px;
    width:100%;
}

.items-row h2 {
	font-size: 24px;
	line-height: 30px;
}
a.readmore {
	display: inline-block;
	background: #5477be;
	width: 150px;
	text-align: center;
	border-radius: 20px;
	padding: 2px 0 3px;
	color:#FFFFFF;
}
a.readmore:hover {
	color:#FFFFFF;
	background:#315192;
	text-decoration:none;
}
.side-bar > .moduletable {
	background: #FFFFFF;
	padding: 5px 5px 20px 20px;
	margin-bottom: 20px;
	border: 1px solid #d9d9d9;
}
.side-bar input, textarea, .uneditable-input {
	width: 90%;
	clear: both;
}

footer ul li {
	margin-left: -10px;
}
footer .nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #808080;
}

/* Search */
.homepagecontent .finder {
	background-color: #FFFFFF;
	padding: 40px;
}
#search-query-explained {
	padding: 20px;
	background-color: #d9d9d9;
	display: inline-block;
	font-weight: 700;
	margin: 20px 0;
}
.moduletable_search {
	text-align: right;
}
.finder_search {
	margin:20px 10px 0 0;
}
.btn.btn-primary.hasTooltip.finder {
	margin-top: 16px;
}


/* DJ Media Tools */
.dj-slide-description {
	font-size: 12px;
	color: #FFF;
	padding-top: 8px;
}

/* Form Styling */
.form-horizontal .controls {
	*display: inline-block;
	*padding-left: 20px;
	margin-left: 126px;
	*margin-left: 0;
}
.form-horizontal .control-label {
	float: left;
	width: 110px;
	padding-top: 5px;
	text-align: right;
}

/* Dealer Locator */
.btn.btn-primary.resultbtn {
	display: none !important;
}
.location-location {
	position: relative;
	left: 24px;
	padding-left: 0px;
	margin-left: -20px;
}
.pagination ul {
	display: none !important;
}
.contact {
	margin: 14px 0;
	display: inline-block;
}
.map_canvas {

	margin: 0 30px 20px 0;
}

#map {

	margin-bottom: 20px;
}
#locationlocator .btn-group h2, #locationlocator #locationsearch_div h2 {
	color: #444 !important;
	font-weight: normal;
	font-size: 17px !important;
	height: 47px;
	line-height: 30px;
	margin: 100px auto 0px auto;
}

/* Large desktop */
@media (min-width: 1200px) {
.pagination ul {
	display: none !important;
}
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
.pagination ul {
	display: none !important;
}
 }
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.main-nav-container {
	background-image: url(../images/header-blue-background.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100px;
	border-bottom: 3px solid #fbb03b;
	padding-bottom: 100px;
	padding-top: 20px;
}
.ltgrey-band {
	height: 230px;
}
.pagination ul {
	display: none !important;
}
	 }
 
/* Landscape phones and down */
@media (max-width: 480px) { 
.pagination ul {
	display: none !important;
}

 }