@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');
/* 

This website was proudly designed and built by
 _   _        _  _                    ____   _               _  _        
| | | |  ___ | |(_) _   _  _ __ ___  / ___| | |_  _   _   __| |(_)  ___  
| |_| | / _ \| || || | | || '_ ` _ \ \___ \ | __|| | | | / _` || | / _ \ 
|  _  ||  __/| || || |_| || | | | | | ___) || |_ | |_| || (_| || || (_) |
|_| |_| \___||_||_| \__,_||_| |_| |_||____/  \__| \__,_| \__,_||_| \___/ 

*/

/* ===================================================================== */
/* =============================== Style =============================== */
/* ===================================================================== */
/*

/* ==================== 
	- HTML5 Reset
	- Layout
	- Navigation
	- General
	- Forms & Buttons
	- Fonts
	- Hides & Fixes
	- Media:Mobile
	- Media:Print
   ====================
*/


/* ========================================== 

    HTML5 Reset 

========================================== */

*,*:before,*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 100%; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
a { outline: none; }


/* ========================================== 

    Layout 

========================================== */

html { font-size: 62.5%;}
body {
	font-size: 18px;
	font-size: 1.8rem;
	background: #e1e1d9;
	color: #545451;
	font-weight: 200;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	background-image: url(images/edmunds-bg.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
  background-position-y: -330px;
}

::selection {
    background: #000;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}

.row {
/* Rows are the main wrapping element above ANY column-type NEVER put a .row inside a column */
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	*zoom: 1;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap; 
}
.row:before,
.row:after { content: normal; display: table; }
.row:after { clear: both; }
.row.full { max-width: 100% !important; padding: 0;}

.col, /*col (columns) should break between 768 - 640*/
.mcol, /*mcol (mobile columns) should break between 568 - 320*/
.scol /*scol (small columns) should never break*/ {
	position: relative;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	flex-wrap: wrap;
}

.inner { width: 100%;}

.one	{ width: 8.3333%;} /* 1/12 of container */
.two	{ width: 16.6667%;} /* 1/6 of container */
.three	{ width: 25%;} /* 1/4 of container */
.four	{ width: 33.3333%;} /* 1/3 of container */
.five	{ width: 41.6667%;} /* 5/12 of container */
.six	{ width: 50%;} /* 1/2 of container */
.seven	{ width: 58.3333%;} /* 7/12 of container */
.eight	{ width: 66.6667%;} /* 2/3 of container */
.nine	{ width: 75%;} /* 3/4 of container */
.ten	{ width: 83.3333%;} /* 5/6 of container */
.eleven	{ width: 91.6667%;} /* 11/12 of container */
.twelve	{ width: 100%;} /* Full Width */

/* ========================================== 

    Feature 

========================================== */



#feature {
	padding-top: 150px;
	height: 100%;
}

#logo {
	margin-bottom: 60px;
	width: 100%;
}

#logo img {max-width: 100%;}

p {
	margin: 0 50px 30px 40px;
	line-height: 30px;
	line-height: 3rem;
}

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	transition: color .5s;
}

a:hover {color: #1b2553;}

img.office {
	width: 100%;
	box-shadow: 2px 2px 24px rgba(0,0,0,.37);
}

#copyright {margin-top: 120px;}

#copyright p {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

/* ========================================== 

    Hides & Fixes 

========================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* ========================================== 

    Media: Mobile 

========================================== */

/* Desktop less than 1280px */
@media screen
and (max-width: 1280px) { 
	body {
		background-position-y: 0;
		background-size: 1280px;
	}
}

/* Desktop less than 1024px */
@media screen
and (max-width: 1024px) { 

	.row {
		padding-left: 40px!important;
		padding-right: 40px!important;
	}

}

/* Desktop less than 768px */
@media screen
and (max-width: 768px) { 

    .col {
	    width: 100%!important;
	    margin-bottom: 10px!important;
    }

    #feature { padding-top: 80px;}
    #copyright { margin-top: 50px;}

    p {
    	margin-left: 0;
    	margin-right: 0;
    }

}

/* ========================================== 

    Media: Print 

========================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}