/*	RAAD INDUSTRIES

	font-family: 'Oswald', sans-serif;
	font-family: 'Muli', sans-serif;
	
	color:#37ddff (electric blue TEXT)
	background:#249fb8 (darker blue)
	color:#fc8e23 (orange)
	color:#767676; (gray)

*/
html #wpadminbar {
	Xdisplay:none;
}
html, body {
	padding:0;
	margin:0;
}
body {
	font-family: 'Muli', sans-serif;
	font-size:18px;
	color:#266894;
}

.pad {
	position:relative;
	max-width:1100px;
	margin:0 auto;
}


.site-header {
	height:178px;
	background:url('images/angledGridlines.png') left -22px no-repeat #12214d;
	padding:0;
	border-top:solid 7px #9b9b9b;
	border-bottom:solid 7px #9b9b9b;
}
.site-header .pad {
	height:164px;
	background:transparent url('images/hdrEngine.png')520px -6px no-repeat;
}

#hdrLogo {
	position:relative;
	top:25px;
	width:290px;
	height:114px;
	padding:0;
	margin:0;
}

#hdrPhone {
	position:absolute;
	top:5px;
	right:0;
}
#hdrPhone a {
	font-family: 'Oswald', sans-serif;
	font-size:22px;
	font-weight:600;
	color:#FFF;
	letter-spacing:0.5px;
}


/* NAVIGATION */
#menu-toggle {
	display:none;
}
#navBar {
	position:absolute;
	bottom:11px;
	right:0;
}
.main-navigation {
	margin:0;
}
.main-navigation .main-menu > li {
	text-align:center;
	padding:0 11px;
}
.main-navigation .main-menu > li > a,
.main-navigation .current-menu-item > a, 
.main-navigation .current-menu-ancestor > a,
.main-navigation a {
	font-family: 'Oswald', sans-serif;
	font-size:21px;
	font-weight:600;
	color:#FFF;
	letter-spacing:0.5px;
	text-transform:uppercase;
	text-shadow:1px 1px 3px rgba(0,0,0, 0.8);
	line-height:44px;
}
.main-navigation .main-menu > li > a:hover, .main-navigation .main-menu > li > a:hover + svg,
.main-navigation li:hover > a, 
.main-navigation li.focus > a,
.main-navigation a:focus {
	color:#fc8e23;
	color:#e8e8e8;
	text-shadow:2px 2px 3px rgba(0,0,0, 0.8);
}
.main-navigation .main-menu > li > a {
	border-bottom:solid 4px #7ba1bc;
}
#menu-item-44 {
	padding-right:0;
}
.main-navigation .main-menu > li.menu-item-has-children .submenu-expand svg {
	top:-2px;
}
.main-menu-more {
	display:none;
}

.main-navigation .sub-menu {
	background:#7ba1bc;
}

.main-navigation .main-menu > .menu-item-has-children:not(.off-canvas):hover > .sub-menu {
	left:11px;
	border:solid 1px #12214d;
}


.main-navigation .sub-menu li a {
	font-size:18px;
	text-shadow:1px 1px 2px rgba(0,0,0, 0.5);
	padding:10px 25px;
}
button.submenu-expand {
	width:auto;
}
.main-navigation .main-menu > li.menu-item-has-children .submenu-expand svg {
	width:15px;
}




.site {
	background:none;
	margin:0;
}

/* HOME PAGE */
#homeBanner {
	height:478px;
	background:url('images/homeBanner.jpg') center top #2a2a2a;
}
#bannerMessage {
	width:430px;
	float:right;
	color:#FFF;
	background:rgba(123, 161, 187, 0.8);	
	border:solid 1px #FFF;
	padding:15px 20px 25px;
	margin:106px 40px 0 0;
	-webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.75);
}
#bannerMessage h1,
#bannerMessage h2,
#bannerMessage h3 {
	font-family: 'Muli', sans-serif;
	font-weight:100;
	color:#FFF;
	margin:0;
	line-height:1.5em;
}
#bannerMessage h1 {
	font-size:20px;
	font-style:italic;
	text-align:center;
	text-transform:uppercase;
	border-bottom:solid 1px #FFF;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
}
#bannerMessage h2,
#bannerMessage h3 {
	font-size:18px;
	font-weight:100;
	text-align:justify;
}

/* AT A GLANCE */
.atAGlanceHdr {
	border-top:solid 2px #000;
	background:#041488;
	padding:3px 0;
}
.atAGlanceHdr .grayStroke {
	border-top:solid 3px #9b9b9b;
	border-bottom:solid 3px #9b9b9b;
}
.atAGlanceHdr h4 {
	font-size:36px;
	font-weight:300;
	color:#FFF;
}
.atAGlanceContent {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e9e9e9+0,ffffff+50,e9e9e9+100 */
	background: #e9e9e9; /* Old browsers */
	background: -moz-linear-gradient(top,  #e9e9e9 0%, #ffffff 50%, #e9e9e9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e9e9e9 0%,#ffffff 50%,#e9e9e9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e9e9e9 0%,#ffffff 50%,#e9e9e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
	padding-bottom:20px;
}
.atAGlanceContent .left {
	float:left;
	width:50%;
}
.atAGlanceContent .right {
	float:right;
	width:50%;
}
.atAGlanceContent p {
	max-width:420px;
	min-height:50px;
	vertical-align:middle;
	line-height:1.3em;
	background:url('images/homeCheckbox.png') left center no-repeat;
	padding:0 0 0 65px;
	margin:36px auto;
}
.atAGlanceContent p.singleLine {
	padding-top:14px
}

/* HOME CONTENT */
#homeContent {
	padding:30px 0 0 0;
}
#homeContent h3 {
	font-size:40px;
	font-weight:500;
	text-align:center;
	margin:0 0 35px 0;
}
#homeContent .entry-header {
	display:none;
}
#homeContent p {
	line-height:1.5em;
}




/* COMMON */
h1, h2, h3, h4, h5, h6,
.entry-title a {
	font-family: 'Oswald', sans-serif;
	font-weight:100;
	color:#041488;
	text-transform:none;
	border:none;
}
.entry .entry-title:before,
h1:not(.site-title):before, h2:before {
	display:none;
}
a {
	color:#549ac9;
	transition:0.2s all;
}
a:hover, a:active, a:focus {
	outline: 0;
}
.entry .entry-header {
	margin:30px 0;
}
.entry .entry-content, 
.entry .entry-summary,
.entry .entry-content > * {
	max-width:100%;
	margin:0;
	padding:0;
}
.entry .entry-content p {
	margin:0 0 1em 0;
}
.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body > a, .textwidget a, .entry-footer a:hover, .site-info a:hover {
	border-bottom:none;
	box-shadow:none;
}
strong {
	font-weight:700;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	font-family: 'Muli', sans-serif;
	color:#767676;
}
.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
	font-family: 'Oswald', sans-serif;
	font-size:19px;
	font-weight:400;
	color:#FFF;
	line-height:1.5em;
	text-transform:none;
	background:#6b6b6b;
	border-radius:0;
	padding:0 50px 5px;
}
.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background:#249fb8;
	text-shadow:1px 1px 2px rgba(0,0,0, 0.8);
}



.content-area {
	float:none !important;
	margin:0 auto !important;
	max-width:1100px !important;
	width:1100px !important;
}
.site-main {
	position:relative;
	margin:30px 0;
	padding:0;
}




/* EQUIPMENT PAGE */
.tbl_equip td {
	word-break:break-word;
}
.tbl_equip td:first-child {
	width:300px;
}
.tbl_equip td:nth-child(2) {
	width:140px;
}


/* CONTACT PAGE */
body.contact .site-main .entry-title {
	display:none;
}
#wpcf7-f4270-p1345-o1 textarea {
	height:150px;
}
#wpcf7-f4270-p1345-o1 .wpcf7-list-item {
	display:block;
}


/* FOOTER GALLERY */
#footerGallery {
	background:url('images/angledGridlines.png') left -28px no-repeat #777777;
	padding:30px 0;
}


/* FOOTER */
#Footer {
	color:#FFF;
	background:#668499;
	border-top:solid 3px #000;
	padding:40px 0 10px 0;
}
#Footer .col {
	display:inline-block;
	width:195px;
	vertical-align:top;
	margin-right:calc(5%);
}
#Footer .col.col3 {
	width:300px;
}
#Footer .col.col4 {
	width:230px;
	margin-right:0;
}
#Footer .col.col4 img {
	display:block;
	width:100%;
	max-width:230px;
	height:auto;
	margin:0 auto;
}
#Footer h3 {
	font-size:24px;
	font-weight:300;
	color:#FFF;
	text-transform:uppercase;
	border-bottom:solid 2px #FFF;
	padding:0 0 8px 0;
	margin:0 0 15px 0;
}
#Footer ul, #Footer li {
	font-family: 'Oswald', sans-serif;
	font-size:17px;
	text-transform:uppercase;
	list-style:none;
	padding:0;
	margin:0;
}
#Footer p {
	font-size:16px;
}
#Footer a {
	color:#FFF;
	text-decoration:none;
}
#Footer a:hover {
	text-decoration:underline;
}
#Footer .ftrContact p {
	margin:0 0 12px 0;
}
.ftrContact input[type=text],
.ftrContact input[type=tel],
.ftrContact textarea {
	width:100%;
	max-width:100%;
	font-family: 'Oswald', sans-serif;
	font-size:17px;
	color:#6b6b6b;
	text-transform:uppercase;
	line-height:1.3em;
	padding:3px 6px;
}
.ftrContact textarea {
	height:80px;
}
.ftrContact input[type=submit] {
	font-family: 'Oswald', sans-serif;
	font-size:17px;
	text-transform:uppercase;
	border:solid 1px #FFF;
	padding:1px 30px;
}
.ftrContact input[type=submit]:hover {
	background:#041488;
}
#Footer .ftrAddress {
	text-align:center;
}
#Footer .ftrAddress .address,
#Footer .ftrAddress .phone {
	display:inline-block;
	font-family: 'Oswald', sans-serif;
	font-size:19px;
	line-height:1.3em;
	text-decoration:none;
}
#Footer .ftrAddress .phone {
	font-family: 'Oswald', sans-serif;
	font-weight:600;
	font-size:30px;
	color:#041488;
	margin-bottom:10px;
}


.ftrCredits {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#FFF;
	text-align:center;
	background:#000;
	padding:10px 0;
	margin-top:-1px;
}
.ftrCredits .divider {
	padding:0 5px;
}
.ftrCredits a {
	display:inline-block;
	padding:0 5px;
	color:#FFF;
}
.ftrCredits a:hover {
	text-decoration:underline;
}

.ftrCredits .right {
	float:right;
	text-align:right;
}




.Clear {
	clear:both;
}


/* reCaptcha badge */
.grecaptcha-badge{
	visibility: collapse !important;  
}

/*
	font-family: 'Oswald', sans-serif;
	font-family: 'Muli', sans-serif;
*/