﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');

body 	{
	background-color: #18112F;
	margin: 0px;
	padding: 0px;
	border: #000000 0px solid;
	}
/* ^^^ SEE CLASS "outer-background" BELOW */




/* DEFAULTS - MARGINS SPACING */

div		{ margin: 0; padding: 0; border: 0; }

table, tr, td	{ border-collapse: collapse; border-spacing: 0; margin: 0; padding: 0; border: 0; }




/* DEFAULTS - ALIGNMENT */

.td-right 	{ text-align: right; }

.td-left 	{ text-align: left; }

.td-center	{ text-align: center; }

.td-top		{ vertical-align: top; }

.td-middle	{ vertical-align: middle; }

.td-bottom	{ vertical-align: bottom; }

.center-align	{ text-align: center; }

.center-div	{ margin-left: auto; margin-right: auto; }

.right-div	{ margin-left: auto; margin-right: 0; }

.left-div	{ margin-left: 0; margin-right: auto; }




/* DEFAULTS - MISC */

.fullwidth	{ width: 100%; }

.halfwidth	{ width: 50%; }

.nobreak	{ white-space: nowrap; }

.just 		{ text-align: justify; }

img 		{ border: 0; }

.rimage		{ max-width: 100%; height: auto; }

.blockimage	{ display: block; }

.formmargin	{ margin: 0px; }




/* NON-MENU LINK COLORS */

a:link, 
a:visited, 
a:active 	{ color: #69B2FC; text-decoration: none; font-weight: 600; }

a:hover 	{ color: #63E8FF; text-decoration: none; font-weight: 600; }




/* THE NEXT LINE CONTROLS THE FONT SIZE ON THE HTML EMAIL */

body, div, table {
		color: #9FAAB8;
		font-family: "Open Sans", arial, sans-serif;
		font-size: 17px;
		font-weight: 400;
		line-height: 190%;
		}


.email	{ color: #000000; font-size: 18px; font-weight: 600; line-height: 200%; }





/* REMOVES MARGINS ON HEADING TAGS (FOR SEO) */

h1, h2, h3, h4	{ margin: 0px 0px 1px 0px; }




/* SERVICES PAGE LISTS */

.list		{
		color: #FFFFFF;
		font-weight: 400;
		line-height: normal;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 0px;
		}

.list li	{ text-indent: 1px; }




/* PAGE & CONTENT HEIGHTS AND WIDTHS & PADDING */

/* NOTE: IF YOU CHANGE THE PAGE WIDTHS EDIT & TEST THE MEDIA QUERIES IN THE media-queries.css */

.pageheight	{ min-height: 700px; }

#pagewrapper	{
		width: 100%;
		min-width: 319px;
		text-align: center;
		margin: 0 auto 0 auto;
		}

.pagebox	{
		max-width: 3000px;
		padding: 0px 0px 0px 0px;
		margin: 0px auto 0px auto;
		}

.content-pad 	{ padding: 35px 65px 45px 65px; }




/* INNER AND OUTER BACKGROUNDS */

.inner-background	{
			background-color: #18112F;
			border: #999999 0px solid;
			}

.outer-background	{
			background-color: #18112F;
/*			background-image: url("picts/background-outer.jpg");
			background-repeat: repeat;
			background-attachment: fixed; */
			}




/* TEXT AND GRAPHIC HEADER CODE */

/* ALIGN LOGO IN THE header.js */

#headerdiv	{
		background-color: #18112F;
		padding: 10px 0px 0px 0px;
		margin: 0px auto 0px auto;
		border: #000000 0px solid;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		}

/* GRAPHIC HEADER CODE */
.logo-respond	{
		height: 10%;
		width: 10%;
		max-width: 200px;
		min-width: 20px;
		display: block;
		}

/* TEXT HEADER TITLE */

.textlogo	{
		font: 400 34px "Open Sans", arial, sans-serif;
		letter-spacing: 3px;
		padding: 10px 0px 0px 0px;
		text-shadow: 0px 0px 0px rgba(0, 15, 50, 0.0);
		}

/* TEXT HEADER SLOGAN */

#headerdiv a:link,
#headerdiv a:visited,
#headerdiv a:active	{ color: #FFFFFF; text-decoration: none; }

#headerdiv a:hover	{ color: #CCFFCC; text-decoration: none; }

.logoslogan	{
		font: 400 18px "Open Sans", arial, sans-serif;
		padding: 0px 0px 10px 0px;
		}




/* IMAGE BORDERS */

.img-borders	{
		border: #CCCCCC 0px solid;
		vertical-align: top;
	/* CORNER ROUNDING */
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		}




/* FLOATS & FLOAT CLEAR */

.left-float	{ float: left; }

.right-float	{ float: right; }

.float-L-margin	{ margin-right: 30px; margin-bottom: 5px; }

.img-float	{ float: left; margin: 3px 15px 5px 0px; }

.float-item	{ float: left; margin-right: 10px; margin-bottom: 2px; }

.text-nowrap	{ overflow: hidden; min-width: 300px; }

.divclear 	{ height: 1px; clear: both; font-size: 1px; line-height: 1px; padding: 0px; margin: 0px; }




/* PAGE LINES & BORDERS & PADDING */

.page-splits 	{ 
		font-size: 1px;
		line-height: 1px;
		height: 2px;
		margin-top: 26px;
		margin-bottom: 26px;
		padding: 0px;
		background-color: #18112F;
/* FIVE COLOR GRADIENT */
		background-image: linear-gradient(to right, #000000, #3A3F53, #000000);
		border-top: #404A5B 0px solid;
		}

.splits-xtramargin { margin-top: 56px; margin-bottom: 56px; }

.split-smalltopmargin { margin-top: 5px; }

.pad-top10	{ padding-top: 10px; }

.margin-top10	{ margin-top: 10px; }




/* HOME PAGE */

/* HOME PAGE TOP IMAGE */

.homeimage	{ width: 75%; height: auto; display: center; }

.homeimage-outer	{
			max-height: 350px;
			max-width: 100%;
			min-width: 200px;
			overflow: hidden;
			text-align: center;
			margin: 10px 0px 0px 0px;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			position: relative;
			border: solid #F0F0F0;
			border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
		/* IMAGE DROP SHADOW */
			box-shadow: 0 20px 12px -12px rgba(0, 0, 0, 0.30);
			}


/* HOME LAYERED TEXT */

.homeimage-text {
	color: #FFFFFF;
	font-size: 16px;
	line-height: normal;
	text-align: left;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.0);  /* TEXT SHADOW & OPACITY */
	background: #000000;  /* BACKGROUND FALLBACK NON-CSS3 */
	background: rgba(0,0,0,0.80);  /* BACKGROUND & OPACITY */
	width: 100%;
	max-width: 300px;
	padding: 20px 20px 20px 20px;
	position: absolute;
	left: 30px;
	bottom: 30px;
	border: solid #73FF38;
	border-width: 0px 0px 0px 15px;
	/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	}

.rslides_container li section, .homeimage-box section { display: inline; }

.homeimage-title	{
		color: #FFFFFF;
		font-size: 23px;
		font-weight: 600;
		letter-spacing: 0px;
		line-height: normal;
		padding-bottom: 7px;
		}

.homeimage-text section { display: inline; }


/* LAYERED TEXT LINK COLORS */

.homeimage-text a 
		{  color: #73FF38; text-decoration: none; font-weight: 400; }

.homeimage-text a:hover 
		{  color: #63E8FF; text-decoration: none; }


/* LAYERED TEXT ARROW */

.art-arrow		{
			background-color: #0163F6;
			background-image: url("picts/arrow-link-white.png");
			background-repeat: no-repeat;
			background-position: right 5px top 4px;
			height: 33px;
			width: 53px;
			padding: 0px 0px 0px 0px;
			margin: 0px 6px 0px 0px;
			display: inline-block;
			vertical-align: middle;
  		/* CORNER ROUNDING */
			-moz-border-radius: 17px;
			-webkit-border-radius: 17px;
			-khtml-border-radius: 17px;
			border-radius: 17px;
			}

div.arrow-link		{
			color: #73FF38;
			font-size: 16px;
			font-weight: 600;
			text-decoration: none;
			line-height: normal;
			vertical-align: top;
			background-color: transparent;
			padding: 0px 5px 0px 0px;
			margin: 15px 0px 15px 0px;
			height: 33px;
			display: inline-block;
			}

/* ARROW LINK HOVER COLORS */

div.arrow-link:hover	{ color: #63E8FF; text-decoration: none; }

div.arrow-link:hover div.art-arrow { background-color: #257CFD; }




/* HOME COLORED BOX OF 3 IMAGES */

.image-row	{
		line-height: 1px;
		font-size: 1px;
		background-color: #18112F;
		padding: 30px 30px 30px 30px;
		margin: 40px 0px 40px 0px;
		vertical-align: top;
		border: solid #666666;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
		}

.image-row-cell	{
		vertical-align: top;
		width: 33%;
		display: inline-block; 
		}

.irc-inner	{
		font-size: 0.90em;
		font-weight: 400;
		line-height: normal;
		padding: 10px 10px 10px 10px;
		}

.image-row img	{
		width: 100%;
		max-width: 500px;
		margin: 0px 0px 15px 0px;
		vertical-align: bottom;
		}

.HoverBorder	{
		border: #000000 2px solid;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	/* ZOOM */
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	/* FADE UP */
		-webkit-transition: all 0.3s;
		transition: all 0.3s ease;
		}

a:hover .HoverBorder {
		border: #000000 2px solid;
	/* ZOOM */
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		transform: scale(1.05);
		}

/* LINK COLOR IN COLORED BOX OF 3 IMAGES */

.image-row a:link, 
.image-row a:visited, 
.image-row a:active 	{ color: #FFFFFF; text-decoration: none; font-weight: 600; }

.image-row a:hover 	{ color: #FFFF9C; text-decoration: none; }




/* SOCIAL ICONS */

#social-links	{
		text-align: center;
		font-size: 0px;
		background-color: transparent;
		padding: 0px 0px 0px 0px;
		margin: 30px 0px 40px 0px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		}

.socialicon	{
		background-color: #3A3F4D;
		border: #000000 0px solid;
		padding: 15px;
		margin: 1px;
		vertical-align: top;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		   }

.socialicon:hover  {
		   background-color: #18112F;
		   border: #000000 0px solid;
		   }




/* FOOTER */

.footer-copyright {
		padding: 36px 0px 30px 0px;
		margin: 0px 0px 10px 0px;
		background-color: #18112F;
/*		background-image: url("picts/background-footer.jpg"); */
		background-repeat: repeat-x;
		border: solid #474E5E;
		border-width: 7px 0px 0px 0px;
		/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
		}

.copy-text	{
		color: #FFFFFF;
		font-size: 13px;
		font-weight: 400;
		line-height: normal;
		display: inline-block;
		background:rgba(255,255,255,0.00); /* SEMI TRANSPARENT BACKGROUND */
		padding: 5px 5px 5px 5px
		}

.footer-top	{
		background-color: #18112F;
		background:rgba(0,0,0,0.50); /* SEMI TRANSPARENT BACKGROUND */
		padding: 10px;
		margin: 0px auto 10px auto;
	/* CORNER ROUNDING */
		-moz-border-radius: 22px;
		-webkit-border-radius: 22px;
		border-radius: 22px;
		}

.footer-top:hover  {
		   background-color: #18112F;
		   }

/* COPYRIGHT LINK COLORS */

div.footer-copyright a:link, 
div.footer-copyright a:visited, 
div.footer-copyright a:active 	{ color: #69B2FC; text-decoration: none; }

div.footer-copyright a:hover 	{ color: #FFFFFF; text-decoration: underline; }




/* CONTACT PAGE CODE */

.contact-title	{
		color: #FFFFFF;
		font: 18px "Open Sans", arial, sans-serif;
		font-weight: 600;
		line-height: normal;
		}

.contact-select	{ color: #A5DFFD; }

.email-link	{
		margin: 10px 0px 10px 0px;
		}

input[type=submit].submitbutton, input[type=reset].submitbutton 
		{
		color: #FFFFFF;
		font: 400 18px "Open Sans", arial, sans-serif;
		text-align: center;
		background-color: #2A2D35;
		-webkit-appearance: none;
		padding: 12px 8px 12px 8px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		width: 130px;
		border: #4E5665 1px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}

input[type=submit].submitbutton:hover, input[type=reset].submitbutton:hover 
		{
		color: #FFFFFF;
		background-color: #4E5665;
		border: #4E5665 1px solid;
		}

.shadeform	{
		font: 15px arial, sans-serif;
		color: #FFFFFF;
		background-color: #4E5665;
		background-image: url("picts/shadeform.png");
		text-align: left;
		width: 225px;
		margin-top: 2px;
		margin-bottom: 12px;
		border: #999999 1px solid;
		}

.textarea	{
		font: 15px arial, sans-serif;
		color: #FFFFFF;
		background-color: #4E5665;
		background-image: url("picts/shadeform.png");
		text-align: left;
		width: 275px;
		height: 150px;
		margin-top: 2px;
		margin-bottom: 12px;
		border: #999999 1px solid;
		}

.dropdown 	{
		font: 15px arial, sans-serif;
		color: #FFFFFF;
		background-color: #18112F;
		width: 225px;
		margin-top: 3px;
		margin-bottom: 7px;
		}

/* CONTACT PAGE COLUMNS */

.contact-box	{ max-width: 950px; margin: 0 auto; text-align: center; }

.form-box-L	{
		min-width: 330px;
		max-width: 330px;
		font-size: 0.9em;
		text-align: left;
		line-height: normal;
		display: inline-block;
		vertical-align: top;
		margin: 0 auto;
		padding: 0px 10px 0px 10px;
		}

.form-box-R	{
		min-width: 330px;
		max-width: 330px;
		font-size: 0.9em;
		text-align: left;
		line-height: normal;
		display: inline-block;
		vertical-align: top;
		margin: 0 auto;
		padding: 0px 10px 0px 10px;
		}


/* SERVICES PAGE */

.box-section	{ max-width: 90%; margin: 0 auto; }




/* HIDE ITEMS FOR PRINTING */

@media print {
.printhide 	{ display:none; }
.pageheight 	{ min-height: 50px; }
}
@media screen{
.printonly 	{ display:none; }
}




/* START THE CODE FOR THE MENU */

/* EDIT .pagebox PADDING TO 0 ABOVE FOR FULL WIDTH */

#menudiv a		{ outline: none; }

#menudiv		{
			text-align: center;
			background-color: #18112F;
			position: relative;
			padding: 6px 0px 6px 0px;
			margin: 0px auto 0px auto;
			border: #3C5CC6 0px solid;
			border-width: 0px 0px 0px 0px;
			}

/* MENU OUTER RADIUS */

#menudiv, #menusub	{
  		/* CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			-khtml-border-radius: 0px;
			border-radius: 0px;
			}

/* MENU WIDTH, PADDING, FONT FACE & COLOR */

#menusub a 		{
			color: #69B2FC;
			font-family: "Open Sans", arial, helvetica, sans-serif;
			font-size: 18px;
			font-weight: 400;
			line-height: normal;
			text-decoration: none;
			text-align: center;
			padding: 15px 25px 5px 25px;
			margin: 0px 0px 0px 0px;
			cursor: pointer;
			background-color: transparent;
			display: inline-block;
			border: #000000 solid;
			border-width: 0px 0px 7px 0px;
		/* MENU FADE UP */
			transition: all 0.5s ease;
			-webkit-transition: all 0.5s;
		/* CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			-khtml-border-radius: 0px;
			border-radius: 0px;
    			*display:inline;	/* For IE */
    			*zoom:1;		/* For IE */
			}


/* BORDERS FIRST MENU LINK */

#menusub a:first-child	{ border-width: 0px 0px 7px 0px; }


/* MENU HOVER COLORS */

#menusub a:hover 
			{
			color: #FFFFFF;
			background-color: #000000;
			text-decoration: none;
			border: #18112F solid;
			border-width: 0px 0px 7px 0px;
			}


/* MOBILE MENU ICON - !!! SEE ALSO media-queries.css FOR MORE MOBILE COLORS AND FONTS !!! */

#mobile-menu-icon	{ cursor: pointer; display: none; text-align: center; padding: 0px 0px 0px 0px; }

.menu-icon-img		{ display: block; margin: 0px auto 0px 0px; }



