/********************************************
    OwnGlendale.com
	Built by WebSight Design, Inc.
*********************************************/

/***** Fonts *****/
@font-face { font-family: 'CompassSans-Regular';
			 src: url('fonts/CompassSans-Regular.eot');
			 src: url('fonts/CompassSans-Regular.eot?#iefix') format('embedded-opentype'),
				  url('fonts/CompassSans-Regular.woff') format('woff'),
				  url('fonts/CompassSans-Regular.ttf') format('truetype');
}

@font-face { font-family: 'CompassSans-Medium';
			 src: url('fonts/CompassSans-Medium.eot');
			 src: url('fonts/CompassSans-Medium.eot?#iefix') format('embedded-opentype'),
				  url('fonts/CompassSans-Medium.woff') format('woff'),
				  url('fonts/CompassSans-Medium.ttf') format('truetype');
}

@font-face { font-family: 'CompassSans-Bold';
			 src: url('fonts/CompassSans-Bold.eot');
			 src: url('fonts/CompassSans-Bold.eot?#iefix') format('embedded-opentype'),
				  url('fonts/CompassSans-Bold.woff') format('woff'),
				  url('fonts/CompassSans-Bold.ttf') format('truetype');
}

/******** BROWSER CSS RESET *************************/
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, caption,
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;
	/*** Include Padding/Borders in width for all elements ***/
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: none; }
table { border-collapse: collapse; border-spacing: 0; }
/* Responsive images & embedded objects (remove for image cropping) */
img, object, embed { max-width: 100%; }

/****** GLOBAL ELEMENT CSS ******/
html * { max-height: 999999px; } /* Android mobile font sizing fix */

body {
	line-height: normal;
	font-size: 18px;
	font-family: 'CompassSans-Regular', sans-serif;
	background: #fff;
	-webkit-text-size-adjust: none;
}

body, select, input, textarea { color: #000; }

ins { background-color: #fcd700; color: #000; text-decoration: none; }
mark { background-color: #fcd700; color: #000; font-style: italic; font-weight: bold; }

h1, h2, h3, h4, h5, h6 {
	padding:0 0 20px 0;
}
h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4, h5, h6 { font-size: 20px; }

a, a:visited { color: #666; text-decoration: underline; }
a:hover, a:active { color: #000; text-decoration: underline; }
a:link { -webkit-tap-highlight-color: initial; }

p { padding:0 0 20px 0; line-height:140%; }
img { height:auto; }

b, strong { font-weight: bold; }
i, em { font-style: italic; }

.clear { clear: both; }
.clearfix::after { content:''; clear:both; display:table; }

/*** Basic List Styling ***/
ul {
	margin: 0px 0px 20px;
	padding: 0 0 0 20px;
	list-style-type: disc;
	list-style-position: outside;
}
ul li { margin-bottom: 5px; }
ul li ul li { margin-top: 5px; }
ul li ol li { margin-top: 5px; }

ol {
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 20px;
	list-style-type: decimal;
	list-style-position: outside;
}
ol li { margin-bottom: 5px; }
ol li ol li { margin-top: 5px; }
ol li ul li { margin-top: 5px; }



/*** Blockquote ***/
/*genric styles for blockquote in content*/
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}


/*** CKEditor Image Alignment Classes ***/
.align-left {
	margin: 0px 15px 15px 0px;
    float: left;
}
.align-right {
	margin: 0px 0px 15px 15px;
    float: right;
}
.align-center { text-align: center; }
.align-center > figure { display: inline-block; }


/****** FRONTEND LAYOUT ******/
#page {
	margin: 0 auto;
	width: 100%;
	min-width: 350px;
	position: relative;
}

/*** Header ***/
#header {
}

#header-wrapper {
	border-bottom: 2px solid #666;
	background: #e9e9e9;
}

#logo {
	display: block;
	float: left;
	padding: 0px;
	font-size: 36px;
	color: #000;
	text-decoration: none;
}


/*** Main Menu ***/
#menuBtn { width:40px; height:40px; display:block; margin:15px; cursor:pointer; position:relative; border:none; float:left; background:transparent; }

#menuBtn svg:first-child { position:absolute; top:10px; left:0; width:100%; height:4px; transition:0.2s linear all; fill: #000; }
#menuBtn svg:nth-child(2n) { position:absolute; top:18px; left:0; width:100%; height:4px; transition:0.2s linear all; fill: #000; }
#menuBtn svg:last-child { position:absolute; top:26px; left:0; width:100%; height:4px; transition:0.2s linear all; fill: #000; }

#menuBtn.open svg:first-child { transform: rotate(45deg); top:18px; }
#menuBtn.open svg:nth-child(2n) { opacity:0; }
#menuBtn.open svg:last-child { transform: rotate(-45deg); top:18px; }

#mainmenu {
	display: none;
	position: absolute;
	z-index: 9999;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background: #999;
}
#mainmenu ul {
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
}
#mainmenu ul li {
	margin: 0px;
	float: none;
	border-left: none;
	border-top: 1px solid #aaa;
}
#mainmenu ul li:first-child { border-top: none; }
#mainmenu ul li a {
	display: block;
	padding: 15px 20px;
	color: #fff;
	font-size: 22px;
	text-decoration: none;
	background-color: transparent;
}
#mainmenu ul li:hover > a, #mainmenu ul li:active > a  {
	background-color: #7f7f7f;
}
#mainmenu ul li > ul { display: none; }
#mainmenu ul li:hover > ul { display: none; }


/***** BREADCRUMBS *****/
#breadcrumbs-wrapper {
	border-bottom: 1px solid #aaa;
	background: #e9e9e9;
}
ul.breadcrumbs {
	margin: 0px auto;
	padding: 5px 10px;
	color: #666;
	font-size: 14px;
	list-style-type: none;
	max-width: 1400px;
}
ul.breadcrumbs li {
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
ul.breadcrumbs li.active { background: none; }
ul.breadcrumbs li a { text-decoration: underline; color: #666; }


/*** Content Area ***/
#content { }



/*** Footer ***/
#footer {
	padding: 20px;
	margin: 10px auto;
	color: #333;
	font-size: 16px;
	text-align: center;
}

/****** FORMS STYLING ******/
div.form {
	margin: 0px auto;
	max-width: 600px;
}
div.form label {
	display: block;
	font-weight: normal;
}
div.form input,
div.form textarea,
div.form select {
	box-sizing: border-box;
	margin: 5px 0px;
	font-size: 100%;
}
div.form fieldset {
	border: 1px solid #aaa;
	padding: 10px;
	margin: 0px 0px 10px;
}
div.form input[type=text],
div.form input[type=number],
div.form input[type=password] {
	padding: 4px;
	width: 100%;
	max-width: 600px;
	height: 30px;
	border: 1px solid #aaa;
	border-radius: 0px;
	-webkit-appearance: none;
}
div.form textarea {
	padding: 4px;
	width: 100%;
	max-width: 600px;
	height: 120px;
	resize: none;
	border: 1px solid #aaa;
	border-radius: 0px;
	-webkit-appearance: none;
}
div.form select {
	padding: 4px;
	width: 100%;
	max-width: 600px;
	height: 30px;
	border: 1px solid #aaa;
	border-radius: 0px;
}
div.form .note {
	font-size: .9em;
	font-style: italic;
}
div.form span.required { color: red; }
div.form .row { margin: 0px 0px 10px; }
div.form .row.checkbox,
div.form .row.radio {  }
div.form .row.checkbox label,
div.form .row.radio label {
	float: none;
	padding: 0px;
	display: inline-block;
	width: auto;
}
div.form .row.recaptcha {  }
div.form .row.buttons { text-align: center; }
div.form input[type=submit] {
	padding: 10px 40px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border: none;
	border-radius: 0px;
	-webkit-appearance: none;
	background: #7f7f7f;
	box-shadow: none;
	cursor:pointer;
}
div.form input[type=submit]:hover,
div.form input[type=submit]:active { background: #666; }

/*** Form Errors ***/
div.form div.error label,
div.form label.error,
div.form span.error {
	color: #C00;
}
div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error {
	background: #FEE;
	border-color: #C00;
}
div.form .errorSummary {
	border: 2px solid #C00;
	padding: 10px;
	margin: 0px 0px 20px;
	background: #FEE;
}
div.form .errorMessage { color: red; }
div.form .errorSummary p { margin: 5px; }
div.form .errorSummary ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}


/****** HOMEPAGE ******/
.homepage { }





/***************************************************
	TABLET BREAKPOINTS
****************************************************/
@media(min-width: 640px) {



}  /* @media(min-width: 880px) */




/***************************************************
	DESKTOP BREAKPOINTS
****************************************************/
@media(min-width: 992px) {

	/****** GLOBAL ELEMENT CSS ******/
	body { }

	/****** FRONTEND LAYOUT ******/
	#menuBtn { display: none; }
	#searchBtn { display: none; }

	/*** Main Menu ***/
	#mainmenu {
		display: block;
		position: static;
		margin: 0px auto;
		text-align: center;
	}
	#mainmenu ul {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
	#mainmenu ul li {
		display: -webkit-inline-flex;
		display: inline-flex;
		position: relative;
		border: none;
		border-left: 1px solid #aaa;
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	#mainmenu ul li:first-child { border-left: none; }
	#mainmenu ul li a {
		padding: 10px 12px;
		font-size: 14px;
		width: 100%;
	}
	#mainmenu ul li:hover, #mainmenu ul li:active, #mainmenu ul li.active {
		background-color: #7f7f7f;
	}
	#mainmenu ul li > ul {
		display: none;
		position: absolute;
		margin: 0px;
		padding: 0px;
		left: 0px;
		min-width: 100px;
		z-index: 999;
		background: #8a8a8a;
		top: 36px;
	}
	#mainmenu ul li:hover > ul { display: block; }

	#mainmenu ul li > ul li {
		margin: 0px;
		float: none;
		position: relative;
		border-left: none;
		border-top: 1px solid #aaa;
	}

	#mainmenu ul li:first-child { border-top: none; }
	#mainmenu ul li > ul li a {
		display: block;
		padding: 8px 20px;
		color: #fff;
		font-size: 13px;
		text-decoration: none;
	}
    
    /***** BREADCRUMBS *****/
	ul.breadcrumbs {
		padding: 5px;
		font-size: 14px;
	}


	#content { }



	#footer { font-size: 12px; }
	#footer #social {  }
	#footmenu {
		display: block;
		margin: 0px 0px 10px;
	}
	#footmenu ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	#footmenu ul li { display: inline; }
	#footmenu ul li::before { content: "  |  "; }
	#footmenu ul li:first-child::before { content: ""; }
	#footmenu ul li a { margin: 0px 3px; }
	#footmenu ul li > ul { display: none; }


	
	
	/****** FORMS ******/
	div.form { max-width: none; }
	div.form label {
		float: left;
		padding: 5px 0px 0px;
		width: 100px;
	}
	div.form input[type=text],
	div.form input[type=number],
	div.form input[type=password] {
		width: 300px;
		height: 30px;
	}
	div.form textarea {
		width: 400px;
		height: 120px;
	}
	div.form select {
		width: 300px;
		height: 30px;
	}
	div.form .row.checkbox,
	div.form .row.radio { margin-left: 100px; }
	.homepage div.form .row.recaptcha { margin-left: 0px; }
	div.form .row.recaptcha { margin-left: 100px;  }
	div.form .row.recaptcha a { font-size: 12px; }
	div.form .row.recaptcha div {}
	div.form .row.recaptcha p { font-size: 12px; }
	div.form .row.buttons { text-align: left; }
	div.form input[type=submit] {
		margin-left: 100px;
		padding: 5px 30px;
		font-size: 20px;
	}
	div.form input[type=submit]:hover,
	div.form input[type=submit]:active { background: #666; }

	

    /****** HOMEPAGE ******/

	

}  /* @media(min-width: 880px) */





/*** Skip to Content invisible link for accessibility ***/
#skip a
{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
/* uncommenting will make the link visible when focused
#skip a:focus
{
position:static;
float:left;
width:auto;
height:auto;
}
*/
