/*
* Based on Skeleton by Dave Gamache (www.getskeleton.com)
* Modified by Vasterad
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */

/* ----------- iPhone X *** NOT USED ***----------- */

/* Portrait and Landscape */
/*.mobile{
	display: none;
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
	.larger{
		display: none!important;
	}
	.slider-wrapper{
		margin-top: 32px!important;
	}
	.mobile{
		display: block!important;
	}
}
*/


	.mobile{
		display: none;
	}
	
	.larger{
		display: block;
	}

	.desktop-only{
		display: none;
	}

@media only screen and (min-width: 1024px) {
	.desktop-only{
		display: block;
	}
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 767px) {
	/*.larger{
		display: none!important;
	}*/
	.slider-wrapper{
		margin-top: 32px!important;
	}
} 

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; 
		width: 100vw;
	}
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
	background: #fff;
	font-size: 14px;
	line-height: 24px;
	/*color: #888;*/
	color: #737373;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
 	}
 	.formClass input {
    float: left !important;
    
}
.formClass .inputtext{width:64% !important;}

	
	#content-wrapper {
/*ASG*/		padding: 0 0 0px 0;
/*		padding: 0 0 40px 0; */
		background-color: #fff;
	}

	/* Boxed Layout Style */
	body.boxed {
		margin: 0 auto;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
		background: url(../images/bg/noise.png) repeat;
	}
	
	#header {
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}

	/* Main Font */
	body, h1, h2, h3, h4, h5, h6,
	.button, input[type="button"], input[type="submit"], input[type="reset"],
	input[type="text"], input[type="password"], input[type="email"], textarea, select, button {
		font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}


/* Basic Alginment
================================================== */
	#wrapper img {
		height: auto;
		max-width: 100%;
	}
	
	.columns.google-map img {
		max-width: none;
	}

	img, object, video {
		height: auto;
		display:block;
	}
	
	img {
		width: auto;
		border: 0;
		-ms-interpolation-mode: bicubic;
	}

	/* Flexible Embeds for Videos */
	.embed {
		position: relative;
		padding: 0px;
		padding-bottom: 56.25%; /* 16/9 ratio */
		height: 0;
		overflow: hidden;
	}

	.embed iframe,
	.embed object,
	.embed embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.image-left {
		float: left;
		margin: 5px 15px 8px 0;
	}
	
	.image-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*width: 50%;*/
}

/*ASG */
	.image-left-30px {
		float: left;
		margin: 5px 30px 15px 0;
	}
	
	.image-left-30px-alt {
		float: left;
		margin: 5px 30px 50px 0;
	}
	.image-right {
		float:right;
		margin: 5px 0 8px 15px;
	}
		

	.image-right,
	.image-left {
		 padding: 0px 0px 15px 0px;

/*ASG		 padding: 5px;
		 border: 1px solid #e0e0e0; */
		 max-width: 100%;
/*ASG		 border-radius: 3px;*/
		-webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.03);
		box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	}
	
	.image-search-thumb {
		float: left;
		margin: 10px 20px 10px 0;
		width:30%;
		height:auto;
	}
	
@media only screen and (min-device-width: 480px) 
                   and (max-device-width: 640px) 
                   and (orientation: landscape) {

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: auto; 
	overflow: 
	hidden; 
	width: 50%; } 
}	

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #505050;
		font-weight: 500;
	}
		
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
/*ASG	h1 { font-size: 28px; line-height: 50px; } */
	h1 { font-size: 20px; line-height: 28px; }
	h2 { font-size: 24px; line-height: 30px; }
	h3 { font-size: 20px; line-height: 28px; }
	h4 { font-size: 18px; line-height: 26px; }
	h5 { font-size: 16px; line-height: 22px; }
	h6 { font-size: 14px; line-height: 20px; }

	p {
	margin: 0 0 15px 0;
	line-height: 24px;
}
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
/* ORIGINAL	strong { font-weight: 600; color: #333; } */
/* COLOR CHANGE 2024 */
	strong { font-weight: 600; color: #505050; }
	small { font-size: 80%; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited {
	/* color: #828282; */
	color: #005486;		
	text-decoration: none;
	outline: 0;
	-webkit-transition: color 0.1s ease-in-out;
	-moz-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	-transition: color 0.1s ease-in-out;
}
	a:hover, a:focus { }
	a b, span b { font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: normal; opacity: 0.5;}
	span b { line-height: 14px; }
	p a, p a:visited { line-height: inherit; }

	a:hover
	strong {color:#005486}

/* #Lists
================================================== */
	ul, ol { margin: 0; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul {}
	ul ul li, ul ol li,
	ol ol li, ol ul li {}
	li { line-height: 27px; }
	ul.large li { line-height: 27px; }
	li p { line-height: 27px; }
/* ASG */
	li-hours { line-height:18px; }


/* #Forms
================================================== */

	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #e0e0e0;
		padding: 8px 9px;
		outline: none;
		font-size: 14px;
		/*color: #888;*/
		color: #737373;
		margin: 0;
		max-width: 100%;
		display: block;
		background: #fff;
		-webkit-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.06);
		box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.06);
		border-radius: 3px;
		}
	select {
		padding: 0;}
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #d6d6d6;
		color: #888; 
		}
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 14px; 
		font-weight: normal;
		margin-bottom: 5px;}
	select {
		 }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 14px;
		color: #444; }
		
@media only screen and (min-width: 1024px) and (max-width:1199px)
{
.formClass .inputtext{width:54% !important;}
}
@media only screen and (min-width: 980px) and (max-width:1023px)
{
.formClass .inputtext{width:54% !important;}
}
@media only screen and (min-width: 800px) and (max-width:979px)
{
.formClass .inputtext{width:54% !important;}
.formClass .inputbtn{padding:8px 3px !important;}
}
@media only screen and (min-width: 768px) and (max-width:799px)
{
.formClass .inputtext{width:54% !important;}
.formClass .inputbtn{padding:8px 3px !important;}
}
@media only screen and (min-width: 480px) and (max-width:767px)
{
.formClass .inputtext{width:74% !important;}
.formClass .inputbtn{width:20.7% !important;}
}
@media only screen and (min-width: 320px) and (max-width:639px)
{
.formClass .inputtext{width:67% !important;}
.formClass .inputbtn{width:25.7% !important;}
}
