@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@900&display=swap');

body 	{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 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; }

.inline-b	{ display: inline-block; }

.formmargin	{ margin: 0px; }




/* NON-MENU LINK COLORS */

a:link, 
a:visited, 
a:active 	{ color: #0066FF; text-decoration: none; }

a:hover 	{ color: #339999; text-decoration: underline; }


/* LIGHT COLOR LINK COLORS */

a.lightlink:link, 
a.lightlink:visited, 
a.lightlink:active 	{ color: #CCFF99; font-weight: 600; text-decoration: none; }

a.lightlink:hover 	{ color: #FFFFFF; font-weight: 600; text-decoration: underline; }





/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

body, div, table {
		color: #000000;
		font-family: "Open Sans", arial, sans-serif;
		font-size: 18px;
		font-weight: 400;
		line-height: 180%;
		}

.title 		{ color: #000000; font: 27px "Lato", "Open Sans", arial, sans-serif; font-weight: 900; letter-spacing: 0px; line-height: 180%; }

.bigtitle	{ font-size: 36px; }

.supertitle	{
		font-size: 50px;
		font-weight: 600;
		border-bottom: #A80109 2px solid;
		line-height: normal;
		display: inline-block;
		padding: 0px 10px 8px 10px;
		margin: 0px auto 30px auto;
		}

.subtitle 	{ color: #000000; font: 22px "Open Sans", arial, sans-serif; font-weight: 700; line-height: normal; }

.smalltitle	{ font-size: 19px; font-weight: 700; }

.smalltext	{ font-size: 13px; }

.makebold	{ font-weight: 700; }

.semibold	{ font-weight: 600; }

.bluetext	{ color: #286DDE; }	

.hilite		{ color: #FF0000; }

.hilite2	{ color: #764901; font-size: 0.9em; font-weight: 600; font-style: italic; }

.boxtitle	{
		color: #FFFFFF;
		font-size: 18px;
		font-weight: 700;
		background-color: #003A9B;
		display: inline-block;
		padding: 2px 10px 2px 10px;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}




/* REMOVES MARGINS ON HEADING TAGS (FOR SEO) */

h1, h2, h3, h4	{ margin: 0px 0px 0px 0px; }




/* SERVICES PAGE LISTS */

.list		{
		color: #000000;
		font-weight: 400;
		line-height: normal;
		text-align: left;
		margin-top: 10px;
		margin-bottom: 10px;
		}

.floatlist	{ float: left; width: 50%; min-width: 200px; }

.list li	{ text-indent: 1px; }




/* OPTIONS PAGE */

.opt-canvas	{ text-align: left; }

.opt-left	{
		width: 39%;
		min-width: 275px;
		float: left;
		display: inline-block;
		vertical-align: middle;
		overflow: hidden;
		}

.opt-left-pad	{ margin-right: 20px; }

.opt-right	{
		width: 59%;
		float: left;
		display: inline-block;
		vertical-align: middle;
		overflow: hidden;
		padding-top: 10px;
		}




/* 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: 1400px;
		padding: 0px 0px 0px 0px;
		margin: 0px auto 0px auto;
		}

.content-pad 	{ padding: 35px 65px 35px 65px; }

.content-pad-home 	{ padding: 20px 65px 20px 65px; }

.content-slim	{
		max-width: 800px;
		margin: 0 auto;
		}




/* INNER AND OUTER BACKGROUNDS */

.inner-background	{
			background-color: transparent;
			border: #999999 0px solid;
			}

.outer-background	{
			background-color: #FFFFFF;
			}




/* TEXT AND GRAPHIC HEADER CODE */

/* ALIGN LOGO IN THE header.js */

#headerdiv	{
		background-color: #000000;
		padding: 12px 0px 12px 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;
		}

.logo-respond	{
		max-width: 500px;
		width: 100%;
		height: auto;
		display: block;
		}

.header-phone	{
		color: #FFFFFF;
		font: 16px "Open Sans", arial, sans-serif;
		font-weight: 600;
		line-height: normal;
		position: absolute;
		right: 118px;
		top: 23px;
		}


/* HEADER ICONS */


/* ICON CODE GROUP 1 */

.header-ico1	{
		width: 30px;
		height: 30px;
		padding: 4px;
		background-color: transparent;
		text-align: center;
		position: absolute;
		right: 15px;
		top: 10px;
		border: #3276E6 2px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 21px;
		-webkit-border-radius: 21px;
		border-radius: 21px;
		}

.ico1-img	{ width: 30px; height: 30px; display: block; margin: 0 auto; }


/* ICON CODE GROUP 2 */

.header-ico2	{
		width: 30px;
		height: 30px;
		padding: 4px;
		background-color: transparent;
		text-align: center;
		position: absolute;
		right: 65px;
		top: 10px;
		border: #3276E6 2px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 21px;
		-webkit-border-radius: 21px;
		border-radius: 21px;
		}

.ico2-img	{ width: 30px; height: 30px; display: block; margin: 0 auto; }


/* HOVER COLOR ALL HEADER ICONS */

.icohov:hover	{
		background-color: transparent;
		border: #33CCFF 2px solid;
		}




/* 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: 280px; }

.td-min-text	{ min-width: 280px; }

.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: #CCCCCC;
/* FIVE COLOR GRADIENT */
		background-image: linear-gradient(to right, #FFFFFF, #CCCCCC, #FFFFFF);
		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 STATIC IMAGE */

.homeimage	{ width: 100%; height: auto; display: block; }

.homeimage-outer	{
			max-width: 100%;
			min-width: 250px;
			overflow: hidden;
			text-align: center;
			margin: 0px 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,52,141,0.80);  /* BACKGROUND & OPACITY */
	width: 100%;
	max-width: 400px;
	padding: 15px 20px 15px 20px;
	position: absolute;
	left: 15px;
	bottom: 15px;
	z-index: 1010;
	border: solid #FFFFFF;
	border-width: 0px 0px 0px 0px;
	/* 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: 10px 110px 10px 10px;
	-webkit-border-radius: 10px 110px 10px 10px;
	border-radius: 10px 110px 10px 10px;
	}

.rslides_container li section, .homeimage-box section { display: inline; }

.homeimage-title	{
		color: #FFFFFF;
		font-size: 25px;
		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: #FFFFFF; text-decoration: none; font-weight: 400; }

.homeimage-text a:hover 
		{  color: #FDCC46; text-decoration: none; }


/* LAYERED TEXT ARROW */

.art-arrow		{
			background-color: #17C100;
			background-image: url("picts/arrow-link-white.png");
			background-repeat: no-repeat;
			background-position: left 10px top 10px;
			height: 44px;
			width: 44px;
			padding: 0px;
			margin: 0px 9px 0px 0px;
			display: inline-block;
			vertical-align: middle;
			border: #17C100 0px solid;
  		/* CORNER ROUNDING */
			-moz-border-radius: 22px;
			-webkit-border-radius: 22px;
			-khtml-border-radius: 22px;
			border-radius: 22px;
			}

div.arrow-link		{
			color: #B5FF81;
			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: #FFFFFF; text-decoration: none; }

div.arrow-link:hover div.art-arrow { background-color: #58D700; border: #48F331 0px solid; }




/* HOME COLORED BOX OF 3 IMAGES */

.image-row	{
		max-width: 1300px;
		line-height: 1px;
		font-size: 1px;
		background-color: transparent;
		padding: 0px 0px 0px 0px;
		margin: 0px auto 0px auto;
		vertical-align: top;
		border: solid #CFC08F;
		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	{
		background-color: #000099;
		position: relative;
		padding: 0px 0px 0px 0px;
		margin: 15px 20px 15px 20px;
	/* FADE UP */
		-webkit-transition: all 0.3s;
		transition: all 0.3s ease;
		}

.image-row img	{
		display: block;
		width: 100%;
		max-width: 500px;
		margin: 0px 0px 0px 0px;
		vertical-align: bottom;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: #000000 0px solid;
	/* FADE UP */
		-webkit-transition: all 0.4s;
		transition: all 0.4s ease; 
		}

.HoverBorder	{
		border: #000000 3px 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: #FFFFFF 3px solid;
	/* ZOOM */
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		}

/* LINK COLOR IN COLORED BOX OF 3 IMAGES */

a.irc-link	{
		color: #FFFFFF;
		font: 22px "Lato", "Open Sans", arial, sans-serif;
		font-weight: 900;
		line-height: normal;
		padding: 15px 3px 15px 3px;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 10px;
		left: 0px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: #FFFFFF 0px solid;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
		background: #000000;
		background: rgba(0,0,0,0.50);  /* BACKGROUND & OPACITY */
	/* FADE UP */
		-webkit-transition: all 0.4s;
		transition: all 0.4s ease;
		}

.irc-inner:hover > a img { opacity: 0.8; }
.irc-inner:hover > a { background-color: #003A9B; bottom: 40px; }

a.irc-link:link, 
a.irc-link:visited, 
a.irc-link:active 	{ color: #FFFFFF; text-decoration: none; }

a.irc-link:hover	{ color: #FFFFFF; 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: #003A9B;
		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: #2768D5;
		   border: #000000 0px solid;
		   }




/* FOOTER */

.footer-copyright {
		padding: 36px 0px 30px 0px;
		margin: 0px 0px 0px 0px;
		background-color: #80440F;
		background-image: url("picts/background-footer.jpg");
		background-repeat: repeat-x;
		background-position: center top;
		border: solid #A8B8A9;
		border-width: 0px 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(0,0,0,0.00); /* SEMI TRANSPARENT BACKGROUND */
		text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);  /* TEXT SHADOW & OPACITY */
		padding: 9px 10px 9px 10px
		}

.copy-title	{
		color: #FFFFFF;
		font-size: 23px;
		font-weight: 600;
		line-height: normal;
		padding: 9px 0px 9px 0px
		}

.footer-top	{
		background-color: #003A9B;
		border: #FFFFFF 2px solid;
		padding: 10px;
		margin: 0px auto 10px auto;
	/* CORNER ROUNDING */
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		border-radius: 25px;
		}

.footer-top:hover  {
		   background-color: #2768D5;
		   }

/* COPYRIGHT LINK COLORS */

div.footer-copyright a:link, 
div.footer-copyright a:visited, 
div.footer-copyright a:active 	{ color: #CCFF99; text-decoration: none; }

div.footer-copyright a:hover 	{ color: #FFFFFF; text-decoration: underline; }




/* CONTACT PAGE CODE */

.contact-title	{
		color: #000000;
		font: 19px "Open Sans", arial, sans-serif;
		font-weight: 600;
		line-height: normal;
		}

.contact-select	{ color: #993399; font-weight: 600; }

.email-link	{
		margin: 10px 0px 10px 0px;
		}

input[type=submit].submitbutton, input[type=reset].submitbutton 
		{
		color: #000000;
		font: 600 16px "Open Sans", arial, sans-serif;
		text-align: center;
		background-color: #FFFFFF;
		-webkit-appearance: none;
		padding: 12px 8px 12px 8px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		width: 130px;
		border: #000000 2px 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: #50A817;
		border: #50A817 2px solid;
		}

.shadeform	{
		font: 15px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		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: #000000;
		background-color: #FFFFFF;
		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: #000000;
		background-color: #FFFFFF;
		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;
		}

/* QUOTES PAGE - MODIFIES ABOVE CLASSES */

.quotechoice 	{ color: #764901; font-weight: 600; }

.quoteform	{ width: auto; }

.dropquotes	{ width: auto; }

input[type=submit].quotebutton	{ width: 200px; }




/* SUB PAGE ARROW LINKS */

.art-arrow-sub		{
			background-color: #CC0000;
			background-image: url("picts/arrow-link-white.png");
			background-repeat: no-repeat;
			height: 37px;
			width: 37px;
			padding: 0px 0px 0px 0px;
			margin: 0px 6px 0px 0px;
			background-position: 6px 6px;
			display: inline-block;
			vertical-align: middle;
			border: #CC0000 1px solid;
  		/* CORNER ROUNDING */
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			-khtml-border-radius: 4px;
			border-radius: 4px;
			}

div.arrow-link-sub		{
			color: #CC0000;
			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: 37px;
			display: inline-block;
			}

/* ARROW LINK HOVER COLORS */

div.arrow-link-sub:hover	{ color: #000000; text-decoration: none; }

div.arrow-link-sub:hover div.art-arrow-sub {
		background-color: #000000;
		background-image: url("picts/arrow-link-white.png");
		border: #000000 1px solid;
		}




/* FAQ PAGE */

.faq-box	{
		display: none;
		margin: 0px 0px 0px 0px;
		padding: 10px 20px 10px 20px;
		border: #999999 0px solid;
		}




/* ROW OF 3X IMAGES */

.img-3x-outer	{
		font-size: 0.0em;
		text-align: center;
		margin: 0 auto;
		}

.img-3x	{
	display: inline-block;
	text-align: center;
	width: 33%;
	vertical-align: middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}

.img-3x img {
	width: 98%;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}




/* LINK BUTTON */

a.linkbutton:link, 
a.linkbutton:visited, 
a.linkbutton:active 	{
		color: #FFFFFF;
		font: 600 20px "Open Sans", arial, sans-serif;
		text-align: center;
		background-color: #A80109;
		background-image: linear-gradient(#CC0000, #A80109);
		display: block;
		padding: 15px 8px 15px 8px;
		margin: 0px auto 0px auto;
		cursor: pointer;
		width: 100%;
		max-width: 600px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: #000000 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 7px;
		}

a.linkbutton:hover {
		color: #FFFFFF;
		text-decoration: none;
		background-image: linear-gradient(#ED7F00, #D56B00);
		}




/* TEAM PAGE */

.team-email	{
		color: #CC9900;
		font-family: "PT Sans", arial, sans-serif;
		font-weight: bold;
		line-height: normal;
		margin: 7px 0px 0px 0px;
		padding: 5px 0px 0px 0px;
		border-top: #CC9900 1px solid;
		}




/* LINKS PAGE CODE */

.linksmargin	{ margin: 0px 0px 20px 0px; }

table.linkboxes td  { padding: 5px 4px 2px 0px; line-height: normal; font-size: 12px; }

.searchform 	{
		color: #000000;
		font: 14px arial, sans-serif;
		text-align: left;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		width: 200px;
		border: #999999 1px solid;
		}

.searchbutton 	{
		color: #000000;
	       	font: bold 12px arial, sans-serif;
		text-align: center;
		background-color: #FFFFFF;
		-webkit-appearance: none;
		height: 21px;
		margin-top: 0px;
		cursor: pointer;
		border: #000000 1px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}



/* SERVICES PAGE */

.box-section	{ max-width: 100%; margin: 0 auto; max-width: 1100px; }




/* HIDE ITEMS FOR PRINTING */

@media print {
.printhide 	{ display:none; }
.pageheight 	{ min-height: 50px; }
}
@media screen{
.printonly 	{ display:none; }
}




/* LINK BUTTONS */

a.button-link:link, 
a.button-link:visited, 
a.button-link:active	{
		color: #FFFFFF;
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		background-color: #003A9B;
		padding: 10px 22px 10px 22px;
		margin: 4px 1px 0px 1px;
		cursor: pointer;
		display: inline-block;
		border: #000000 0px solid;
		text-decoration: none;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	/* FADE UP */
		-webkit-transition: all 0.3s;
		transition: all 0.3s ease;
		}

a.bl-2:link, 
a.bl-2:visited, 
a.bl-2:active	{
		color: #FFFFFF;
		background-color: #068C8E;
		border: #999999 0px solid;
		}

a.bl-3:link, 
a.bl-3:visited, 
a.bl-3:active	{
		color: #FFFFFF;
		background-color: #339933;
		border: #999999 0px solid;
		}

a.bl-4:link, 
a.bl-4:visited, 
a.bl-4:active	{
		color: #FFFFFF;
		background-color: #FF6600;
		border: #999999 0px solid;
		}

a.bl-5:link, 
a.bl-5:visited, 
a.bl-5:active	{
		color: #FFFFFF;
		background-color: #006600;
		border: #999999 0px solid;
		}

a.bl-6:link, 
a.bl-6:visited, 
a.bl-6:active	{
		color: #FFFFFF;
		background-color: #D18C11;
		border: #999999 0px solid;
		}
        
a.bl-7:link, 
a.bl-7:visited, 
a.bl-7:active	{
		color: #FFFFFF;
		background-color: #53BDE5;
		border: #999999 0px solid;
		}        
        
        
a.button-link:hover	{
		color: #FFFFFF;
		background-color: #CC0000;
		border: #999999 0px solid;
		text-decoration: none;
		}




/* DATA TABLE */

.title-boxed	{
		color: #FFFFFF;
		font: 24px "Open Sans", arial, sans-serif;
		font-weight: 600;
		padding: 8px 8px 8px 8px;
		line-height: normal;
		background-color: #673B00;
		}

.table-box { overflow-x:auto; }

table.chartone, table tr.chartone, table td.chartone 
		{ border-collapse: collapse; border-spacing: 0; margin: 0; padding: 0; border: 0; }

table.chartone	{ width: 100%; margin-top: 0px; }

table.chartone td {
		padding: 7px 7px 7px 7px;
		border-spacing: 0;
		border: #9A7227 1px solid;
		background-color: transparent;
		}

table.chartone	{
		color: #000000;
		border: #000000 0px solid;
		}

table td.c1title {
		font-weight: 600;
		color: #FFFFFF;
		background-color: #9A7227;
		}




/* HOME BANNER */

.ban-box {
	position: relative;
	background-color: #121909;
	background-image: url("picts/ban-box.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px;
	height: 490px;
	}

.ban-box-B {
	position: relative;
	background-color: #121909;
	background-image: url("picts/ban-box.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px;
	height: 300px;
	}

.ban-box-1	{ background-image: url("picts/ban-box-1.jpg"); }

.ban-box-2	{ background-image: url("picts/ban-box-2.jpg"); }

.ban-box-3	{ background-image: url("picts/ban-box-3.jpg"); background-repeat: repeat-x; }

.ban-box-4	{ background-image: url("picts/ban-box-4.jpg"); }

.ban-box-5	{ background-image: url("picts/ban-box-5.jpg"); }
	
.ban-box-winter	{ background-image: url("picts/ban-box-winter.jpg"); }

.ban-box-H2	{ background-image: url("picts-banner/Hiking/ban-box-H2.jpg"); }

.ban-box-H3	{ background-image: url("picts-banner/Hiking/ban-box-H3.jpg"); }

.ban-box-H4	{ background-image: url("picts-banner/Hiking/ban-box-H4.jpg"); }

.ban-box-H5	{ background-image: url("picts-banner/Hiking/ban-box-H5.jpg"); }

.ban-box-H6	{ background-image: url("picts-banner/Hiking/ban-box-H6.jpg"); }

.ban-box-H7	{ background-image: url("picts-banner/Hiking/ban-box-H7.jpg"); }

.ban-box-H9	{ background-image: url("picts-banner/Hiking/ban-box-H9.jpg"); }

.ban-box-H11	{ background-image: url("picts-banner/Hiking/ban-box-H11.jpg"); }

.ban-box-W1	{ background-image: url("picts-banner/Winter/ban-box-W1.jpg"); }

.ban-box-W2	{ background-image: url("picts-banner/Winter/ban-box-W2.jpg"); }

.ban-box-W3	{ background-image: url("picts-banner/Winter/ban-box-W3.jpg"); }

.ban-box-W4	{ background-image: url("picts-banner/Winter/ban-box-W4.jpg"); }

.ban-box-W5	{ background-image: url("picts-banner/Winter/ban-box-W5.jpg"); }

.ban-box-W6	{ background-image: url("picts-banner/Winter/ban-box-W6.jpg"); }

.ban-box-W7	{ background-image: url("picts-banner/Winter/ban-box-W7.jpg"); }

.ban-box-W8	{ background-image: url("picts-banner/Winter/ban-box-W8.jpg"); }

.ban-box-S1	{ background-image: url("picts-banner/Summer/ban-box-S1.jpg"); }

.ban-box-S2	{ background-image: url("picts-banner/Summer/ban-box-S2.jpg"); }

.ban-box-2SG { background-image: url("picts-banner/Summer/ban-box-2SG.jpg"); }

.ban-box-3SG { background-image: url("picts-banner/Summer/ban-box-3SG.jpg"); }

.ban-box-S3	{ background-image: url("picts-banner/Summer/ban-box-S3.jpg"); }

.ban-box-S4	{ background-image: url("picts-banner/Summer/ban-box-S4.jpg"); background-position: center; }

.ban-box-S5	{ background-image: url("picts-banner/Summer/ban-box-S5.jpg"); background-position: center; }

.ban-box-S6	{ background-image: url("picts-banner/Summer/ban-box-S6.jpg"); }

.ban-box-S7	{ background-image: url("picts-banner/Summer/ban-box-S7.jpg"); }

.ban-box-S8	{ background-image: url("picts-banner/Summer/ban-box-S8.jpg"); }

.ban-box-S9	{ background-image: url("picts-banner/Summer/ban-box-S9.jpg"); }

.ban-box-S10	{ background-image: url("picts-banner/Summer/ban-box-S10.jpg"); }

.ban-box-S11	{ background-image: url("picts-banner/Summer/ban-box-S11.jpg"); }

.ban-box-S12	{ background-image: url("picts-banner/Summer/ban-box-S12.jpg"); }

.ban-box-S13	{ background-image: url("picts-banner/Summer/ban-box-S13.jpg"); }

.ban-box-GSL1	{ background-image: url("picts-banner/Summer/ban-box-GSL1.jpg"); background-position: center; }

.ban-box-T1	{ background-image: url("picts-banner/Transportation/ban-box-T1.jpg"); }

.ban-box-T2	{ background-image: url("picts-banner/Transportation/ban-box-T2.jpg"); }

.ban-box-T3	{ background-image: url("picts-banner/Transportation/ban-box-T3.png"); }

.ban-box-T4	{ background-image: url("picts-banner/Transportation/ban-box-T4.png"); }

.ban-box-T5	{ background-image: url("picts-banner/Transportation/ban-box-T5.jpg"); }

.ban-box-layer {
	color: #FFFFFF;
	font-size: 15px;
	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,80,120,0.70);  /* BACKGROUND & OPACITY */
	width: 100%;
	max-width: 400px;
	padding: 10px 25px 25px 25px;
	position: absolute;
	right: 25px;
	top: 25px;
	z-index: 1010;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

.ban-box-layer-left	{ right: auto; left: 25px; }

.ban-box-title	{ color: #FFFFFF; font: 25px "Lato", "Open Sans", arial, sans-serif; font-weight: 900; letter-spacing: 0px; line-height: 180%; }




.arrow-cell {
	position: relative;
	}

.arrow-cell-link {
	background-color: #000000;
	background: rgba(0,0,0,0.60);  /* BACKGROUND & OPACITY */
	border: 2px solid #FFFFFF;
	background-image: url("picts/arrow-link-white.png");
	background-repeat: no-repeat;
	background-position: left 10px top 10px;
	height: 44px;
	width: 44px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	/* CORNER ROUNDING */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

.arrow-cell, #parent { cursor: pointer; }

.arrow-cell:hover > .arrow-cell-link { background-color: #CC0000; }




/* 2 COLUMNS */

.row2x	{
	display: table;
	line-height: 1px;
	font-size: 1px;
	background-color: transparent;
	padding: 20px 40px 20px 40px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	border: solid #F0F0F0;
	border-width: 0px 0px 0px 0px;
	/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
	}

.row2x-row	{ display: table-row; }

.row2x-cell	{
		vertical-align: top;
		width: 50%;
		display: table-cell;
		border-right: 0px solid #FFFFFF;
		border-left: 0px solid #FFFFFF;
		position: relative;
		}

.r2x-inner	{
		color: #000000;
		font-size: 0.95em;
		text-align: left;
		font-weight: 400;
		line-height: normal;
		padding: 10px 25px 0px 25px;
		margin: 10px 15px 10px 15px;
		}




/* VIDEO PAGE (FOR RESPONSIVE VIDEO) */

.box-video {
	background-color: #000000;
	background-image: url("picts/ban-box-video.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 25px 15px 25px 15px;
	border: solid #C0C0C0;
	border-width: 0px 0px 0px 0px;
	/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
	}

.media-home	{ max-width: 800px; margin: 0 auto; }

.videobox	 {
		 max-width: 1000px;
		 margin: 0 auto;
		 padding: 0px 0px 0px 0px;
		 }

.vb-width	 {
		 max-width: 625px;
		 margin: 0 auto;
		 padding: 0px 0px 0px 0px;
		 }

.video-container {
		 min-width: 200px;
		 padding-top: 0px;
		 padding-bottom: 56.25%;
		 margin: 0px auto 0px auto;
		 height: 0;
		 overflow: hidden;
		 position: relative;
		 z-index: 100;
		 }
 
.video-container iframe,
.video-container object,
.video-container embed {
		 width: 100%;
		 height: 100%;
		 position: absolute;
		 top: 0;
		 left: 0;
		 z-index: 100;
		 }




/* ALL MEDIA PAGES - SLIDESHOWS & VIDEOS */

#contentbox-media {
		  max-width: 1100px;
		  margin: 0 auto;
		  padding: 35px 10px 15px 10px;
		  }

.media-textarea	{
		text-align: center;
		max-width: 600px;
		padding: 12px 0px 20px 0px;
		margin: 0 auto;
		}

/* MEDIA PLAY OVERLAY */

.media-pbox	{
		float: left;
		margin-right: 12px;
		margin-bottom: 0px;
		position: relative;
		}

.media-picon	{
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -26px;
		margin-left: -26px;
		}

.media-return	{
		display: inline-block;
		padding: 5px 6px 5px 6px;
		margin: 16px 0px 6px 0px;
		border: solid #C1C8D1;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.media-thumb	{
		display: block;
		width: 202px;
		height: auto;
		}



/* FOOTER MENU */

#menudiv-foot a		{ outline: none; }

#menudiv-foot	{
		text-align: center;
		background-color: #003A9B;
		background-image: linear-gradient(to right, #003A9B, #2768D5);
		position: relative;
		padding: 6px 6px 6px 6px;
		margin: 0px auto 0px auto;
		border: #CCCCCC 0px solid;
		border-width: 10px 0px 0px 0px;
		}

/* FOOTER MENU WIDTH, PADDING, FONT FACE & COLOR */

#menudiv-foot a 		{
			color: #FFFFFF;
			font-family: "Open Sans", arial, helvetica, sans-serif;
			font-size: 16px;
			font-weight: 600;
			line-height: normal;
			text-decoration: none;
			text-align: center;
			padding: 12px 25px 12px 25px;
			margin: 0px 0px 0px 0px;
			cursor: pointer;
			background-color: transparent;
			display: inline-block;
			border: #999999 solid;
			border-width: 0px 0px 0px 0px;
		/* MENU FADE UP */
			transition: all 0.5s ease;
			-webkit-transition: all 0.5s;
		/* CORNER ROUNDING */
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			-khtml-border-radius: 3px;
			border-radius: 3px;
			}

/* FOOTER MENU HOVER COLORS */

#menudiv-foot a:hover	{
			color: #FFFFFF;
			background-color: #0681D5;
			text-decoration: none;
			}



/* LAYERED PRICE BOX */

.bs-laybox	{ position: relative; }

.bs-layered {
	color: #FFFFFF;
	font-size: 25px;
	line-height: 25px;
	font-weight: 600;
	position: absolute;
	top: 6px;
	left: 6px;
	padding: 3px 15px 8px 15px;
	background: #5E240D;
	background-image: linear-gradient(to right, #9D6700, #5E240D);
	border: #5E240D 0px solid;
	transform-origin: 100%;
	transform: rotate(-12deg);
	/* CORNER ROUNDING */
	-moz-border-radius: 53px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* DROP SHADOW */
	box-shadow: 7px 7px 7px rgba(0, 20, 40, 0.50);
	}

.dollar		{ font-size: 22px; font-weight: 400; line-height: 22px; }

.bs-small	{ font-size: 14px; font-weight: 400; line-height: 14px; }


/* TOOLTIPS */

.tooltip { position: relative; }

.tooltip .tooltiptext {
	font-size: 14px;
	line-height: normal;
	visibility: hidden;
	width: 385px;
	background-color: #FFFFFF;
	color: #000000;
	border: #72878F 1px solid;
	text-align: left;
	padding: 10px;
	border-radius: 5px;
	position: absolute;
	z-index: 100;
	bottom: 85%;
	left: 0px;
	margin-left: 0px;
	margin-top: 10px;
	opacity: 0;
	transition: opacity 0.8s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border-width: 10px;
	border-style: solid;
	border-color: #FFCC00 transparent transparent transparent;
	}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
	}

.tooltip .tooltipLS	{ left: 0px; margin-left: 0px; }

.tooltip .tooltipLS::after { left: 51px; }

/* TOOTIP LINK COLORS */

span.tiplink		{ color: #0066FF; text-decoration: none; display: inline-block; }

span.tiplink:hover	{ color: #339999; text-decoration: underline; }


