/* Table of Content
==================================================
	#Site Variables
	#Site Styles
	#UIKit Styles
	#Page Styles
	#Media Queries
	#Font-Face */
	

/* #Site Variables
================================================== */
:root {
  --primary: #385A39;
  --secondary: #B19C58;
  --gold: #B19C58;
  --green: #385A39;
  --light-green: #DFE8DF;
  --tan: #F2ECDF;
  --gray: #4E6E83;
  --brown: #3E3E3E;
  --light: #DFE8DF;
  --dark: #0F172A;
  --white: #ffffff;
  --text: #385A39;
  --navigation: #0F172A;
  
  --primary-font: "Instrument Sans", sans-serif;
  --secondary-font: "STIX Two Text", serif;
  --tertiary-font: "Quilon", sans-serif;
}


/* #Site Styles
================================================== */
*				{ outline:none; }
html, body		{ color:var(--text); font-size:18px; font-weight:300; font-family:var(--primary-font); line-height:1.5rem; }

.aligncenter 	{ text-align:center; }
.alignleft		{ text-align:left; }
.alignright		{ text-align:right; }
	img.aligncenter { float:none; display:block; margin:0 auto 15px; }
	img.alignleft	{ float:left; margin-right:15px; }
	img.alignright	{ float:right; margin-left:15px; }

.w900 			{ font-weight:900; }
.w800			{ font-weight:800; }
.w700			{ font-weight:700; }
.w600			{ font-weight:600; }
.w500			{ font-weight:500; }
.w400			{ font-weight:400; }
.w300			{ font-weight:300; }
.w200			{ font-weight:200; }
.w100			{ font-weight:100; }

.font6			{ font-size:0.6em; }
.font7			{ font-size:0.7em; }
.font8			{ font-size:0.8em; }
.font9			{ font-size:0.9em; }
.font10			{ font-size:1.0em; }
.font12			{ font-size:1.2em; }
.font13			{ font-size:1.3em; }
.font15			{ font-size:1.5em; }
.font18			{ font-size:1.8em; }
.font20			{ font-size:2.0em; }
.font25			{ font-size:2.5em; }
.font30			{ font-size:3.0em; }
.font35			{ font-size:3.5em; }
.font40			{ font-size:4.0em; }
.font45			{ font-size:4.5em; }

.s1				{ letter-spacing:1px; }
.s2				{ letter-spacing:2px; }
.s3				{ letter-spacing:3px; }
.s4				{ letter-spacing:4px; }
.s5				{ letter-spacing:5px; }
.s6				{ letter-spacing:6px; }
.s7				{ letter-spacing:7px; }
.s8				{ letter-spacing:8px; }

.lh0			{ line-height:1em; }
.lh1			{ line-height:1.1em; }
.lh2			{ line-height:1.2em; }
.lh3			{ line-height:1.3em; }
.lh4			{ line-height:1.4em; }
.lh5			{ line-height:1.5em; }
.lh8			{ line-height:1.8em; }
.lh20			{ line-height:2.0em; }
.lh25			{ line-height:2.5em; }

h1, h2, h3, h4, h5, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5	{ font-family:var(--secondary-font); font-weight:300; color:inherit; line-height:1.1em; text-transform:inherit; }

h1, .uk-h1 		{ font-size:6.000em; letter-spacing:-.02em; font-weight:500; }
h2, .uk-h2 		{ font-size:3.500em; }
h3, .uk-h3 		{ font-size:2.000em; }
h4, .uk-h4 		{ font-size:1.350em; }
h5, .uk-h5 		{ font-size:1.125em; font-family:var(--primary-font); font-weight:500; }

p				{ font-size:1.00em; }

b, strong, .uk-text-bold	{ font-weight:700; }

a, .uk-link	{ color:var(--primary); }
	a:hover, .uk-link:hover { color:inherit; text-decoration:underline; }

em 					{ color:inherit; }

blockquote	{ font-style:normal; color:inherit; }
	blockquote cite { font-style:normal; }

.bg-gold		{ background:var(--gold); color:var(--white); }
.bg-green 		{ background:var(--green); color:var(--white); }
.bg-light-green { background:var(--light-green); }
.bg-gray 			{ background:var(--gray); }
.bg-tan 			{ background:rgba(242, 236,223,.5); }
.bg-light 		{ background:var(--light); }

.text-gold 		{ color:var(--gold); }
.text-green 	{ color:var(--green); }
.text-light-green { color:var(--light-green); }
.text-gray		{ color:var(--gray); }
.text-white		{ color:var(--white); }

.font-secondary { font-family:var(--secondary-font); }
.font-tertiary 	{ font-family:var(--tertiary-font); }

.sup-title 		{ font-size:.8em; font-weight:600; text-transform:uppercase; letter-spacing:3px; margin-bottom:-30px; }


/* #UIKit Styles
================================================== */
.uk-button { border-radius:8px; background:var(--dark); color:var(--white); min-width:250px; padding:5px 25px; text-transform:inherit; font-family:var(--primary-font); font-weight:600; }
	.uk-button.light-green { background:var(--light-green); color:var(--primary); }
	.uk-button.light-green:hover { background:var(--primary); color:var(--light-green); }
	
	.uk-button.white { background:var(--white); color:var(--primary); }
	.uk-button.white:hover { background:var(--primary); color:var(--white); }

	.uk-button.gold { background:var(--gold); color:var(--white); }

/* #Page Styles
================================================== */
.utl { background:var(--primary); color:var(--white); padding:5px 0; border-bottom:1px solid var(--light-green); font-size:.8em; }
	.utl a { color:var(--white);}

.header { background:var(--primary); color:var(--white); padding:0; }
	.header .logo { width:200px; background:var(--white); position:absolute; top:-78px; left:0; padding:10px; border-radius:0 0 10px 10px; }
	.header .uk-navbar-nav>li>a { font-family:var(--primary-font); font-size:1rem; color:inherit; text-transform:inherit; min-height:80px; }
	.header .uk-navbar-nav>li.alt { border-left:1px solid var(--light-green); border-right:1px solid var(--light-green); padding:0 20px; }
	
.hero {}
	.hero h1 { font-size:7vw; line-height:1em; }
	.hero .sup-title { font-size:1rem; }
	
.details { background:var(--green); color:var(--white); border-radius:15px; padding:20px; position:relative; box-shadow:0 0 15px rgba(0,0,0,0.3); text-align:center; }
	.details:before { content:''; border:1px solid var(--white); position:absolute; top:5px; left:5px; width:calc(100% - 10px); height:calc(100% - 10px); box-sizing:border-box; border-radius:12px; }
	
.dash { position:absolute; left:0; right:0; margin:0 auto; height:75px; width:1px; }	
	.dash.bottom { bottom:0; }
	.dash.top { top:0; }
	.dash.white { background:var(--white); }
	.dash.green { background:var(--green); }
	.dash.short { height:25px; }
	.dash.medium { height:50px; }

.line { width:1px; height:100%; position:relative; }
	.line:before { content:''; position:absolute; width:1px; height:calc(100% + 140px); background:var(--white); top:-70px; left:0; right:0; margin:0 auto; }
	.line.light-green:before { background:var(--light-green); }
	.line.green:before { background:var(--green); }
	.line.short:before { height:calc(100% + 80px); top:-40px; }

.icon-list { list-style:none; padding-top:75px; position:relative; }
	.icon-list:before { content:''; position:absolute; top:0; left:-40px; width:calc(100% + 40px); height:1px; background:var(--light-green); }
	.icon-list li { position:relative; padding-left:60px; margin-bottom:50px; }
	.icon-list li:before { content:''; position:absolute; top:0; left:0; background:url('../images/icon.svg'); background-size:cover; width:40px; height:40px; }
	.icon-list li:last-child { margin-bottom:0; }
	.icon-list.alt li:before { background-image:url('../images/icon3.svg'); }
	
.icon-list-small { list-style:none; font-family:var(--secondary-font); font-style:italic; font-size:1.2em; padding:0; }
	.icon-list-small li { position:relative; margin-bottom:15px; padding-left:40px; }
	.icon-list-small li:before { content:''; position:absolute; top:0; left:0; background:url('../images/icon.svg'); background-size:cover; width:25px; height:25px; }
	.icon-list-small.light li:before { background-image:url('../images/icon4.svg'); }
	.icon-list-small.green li:before { background-image:url('../images/icon3.svg'); }
	
.faq-list { margin-bottom:0; }
	.faq-list li { border-bottom:1px solid var(--light-green); padding-bottom:20px; padding-left:30px; padding-right:30px; }
	.faq-list li:last-child { border-bottom:0; }
	.faq-list .uk-accordion-title { color:var(--primary); font-weight:500; }
	
.stats { border-top:1px solid var(--light-green); border-bottom:1px solid var(--light-green); padding:15px 0; }
.stats.uk-grid-divider>:not(.uk-first-column)::before { border-color:var(--light-green); }
	
.home-pull { margin-top:-350px; }
	
.footer-nav { list-style:none; }
	.footer-nav li { margin-bottom:5px; }
	.footer-nav a { color:var(--white); font-size:.875em; }
	.footer-nav .uk-navbar-dropdown { display:none; }
	
.footer .address { font-size:.875em; line-height:1.5em; margin-bottom:10px; padding-left:30px;  background:url('../images/icon-address.svg') left 3px no-repeat; background-size:20px;  }
.footer .phone { font-size:.875em; margin-bottom:10px; padding-left:30px;  background:url('../images/icon-phone.svg') left 3px no-repeat; background-size:20px; }
.footer .email { font-size:.875em; margin-bottom:10px; padding-left:30px;  background:url('../images/icon-email.svg') left 3px no-repeat; background-size:20px;  }

/* #Media Queries
================================================== */
	@media only screen and (max-width: 1220px) {		
		h1, .uk-h1 	{ font-size:4.500em; }
		h2, .uk-h2 	{ font-size:3.000em; }
		h3, .uk-h3 	{ font-size:2.000em; }
		h4, .uk-h4 	{ font-size:1.350em; }
		h5, .uk-h5 	{ font-size:1.125em; }


	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		h1, .uk-h1 	{ font-size:4.000em; }
		h2, .uk-h2 	{ font-size:3.000em; }
		h3, .uk-h3 	{ font-size:2.000em; }
		h4, .uk-h4 	{ font-size:1.350em; }
		h5, .uk-h5 	{ font-size:1.125em; }

		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		h1, .uk-h1 	{ font-size:3.500em; }
		h2, .uk-h2 	{ font-size:2.750em; }
		h3, .uk-h3 	{ font-size:2.000em; }
		h4, .uk-h4 	{ font-size:1.250em; }
		h5, .uk-h5 	{ font-size:1.125em; }
		
		.hero h1 { font-size:3.0em; }
		
		.steps { margin-left:0; margin-top:-150px; }
		.steps > * { padding-left:0; }
		.steps2 { margin-left:0; }
		
		.posts canvas { width:400px; height:300px; }
		
		.home-pull { margin-top:-100px; }
		
		.icon-list { padding:0; }
		.icon-list:before { display:none; }
		
		.faq-list li { padding:15px 0; }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

@font-face {
	font-family: 'Quilon';
	src: url('../fonts/Quilon-Variable.woff2') format('woff2'),
	   url('../fonts/Quilon-Variable.woff') format('woff'),
	   url('../fonts/Quilon-Variable.ttf') format('truetype');
	font-weight: 400 700;
	font-display: swap;
	font-style: normal; }
