@charset "utf-8";
/* CSS Document */

/* CSS Browser 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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* End CSS Browser Reset */

/* CSS Styles Index */
body {
	background: url(../images/bg/sky_2_soil_bg.jpg) top ; /* IE */
	background: url(../images/bg/sky_2_soil_bg_1.jpg) top left no-repeat, url(../images/bg/sky_2_soil_bg_2.jpg) top right repeat-x, url(../images/bg/sky_2_soil_bg_3.jpg) bottom repeat; /* non-IE */	
	-webkit-font-smoothing: antialiased;
}

/* @media only screen and (max-device-width:360px) {body{-webkit-text-stroke:0 black;background:#442200;}} */

:focus {
	  -moz-outline-style:none;
}

a:link {
	text-decoration: none;
	color: #090;
}
a:visited {
	text-decoration: none;
	color: #090;
}
a:hover {
	text-decoration: none;
	color: #060;
}
a:active {
	text-decoration: none;
	color: #060;
}

#container {
	position: relative;
	height: 100%;
	width: 96%;
	max-width:960px;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	overflow: hidden;
}

#header {
	position: relative;
	display:block;
	width: 100%;
	margin: 0px auto;
	height: 147px; /* needed for IE6 */
}

#header .logo {
	width: 100%;
	padding: 6px 35px 16px 38px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.7);
	border: 5px solid rgba(255,255,255,0.6);
	border-bottom: none;
}
#header .logo img {margin:0 auto;}

* html #header img {filter:alpha(opacity=98);}


#menu {
	width: 760px;
	margin-top: -58px;
	padding-left: 190px;
	height: 26px;
	z-index: 1;
}
* html #menu {margin-top:-56px;}
*+html #menu {margin-top:-56px;}

#blob {
    position: absolute;
    z-index: 2;
    top: 0;
	background: #0A0; /* fallback for older/unsupporting browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#FF72E713, endColorstr=#FF1d6b0e); /* IE */
    background: -moz-linear-gradient(top, #1d6b0e, #72E713 50%, #1d6b0e);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#1d6b0e), color-stop(50%, #72E713), to(#1d6b0e));
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 0px 1px 2px #1f4703;
    -webkit-box-shadow: 0px 1px 2px #1f4703;
	box-shadow: 0px 1px 2px #1f4703;
}


#nav {
    position: relative;
    float: left;
	left:16px;
	border-left: 1px solid #4a4a4a;
    border-right: 1px solid black;
}
 
#nav li {
    float: left;
	display: inline;
    list-style: none;
    border-right: 1px solid #4a4a4a;
    border-left: 1px solid black;
}
 
#nav li a {
    color: #F6F6F6;
    z-index: 3;
    position: relative;
    cursor: pointer;
    float: left;
    font-size: 1.3em;
    font-family: 'Fontin Sans SC','Verdana','Trebuchet MS',sans-serif;
	text-shadow: 0px -1px 1px #444;
	text-decoration: none;
    padding: 1px 18px;
	outline:none;
}

/********************************
Mobile Header
*********************************/
	#mobile-header * {box-sizing: border-box;}

	#mobile-header {display:none;background: rgba(255,255,255,0.7);border: 5px solid rgba(255,255,255,0.6);border-bottom: none;margin: 0;padding: 10px 20px;box-sizing:border-box;}

	#mobile-header .logo {margin:0 auto 10px auto;width:90%;max-width:580px;}

	#mobile-header .logo img {width: 100%;height: auto;}

	nav.mobile-nav {width:90%;max-width:585px;padding:10px 20px;margin:0 auto 10px auto;background:rgba(255,255,255,0.4);border-radius:5px;position:relative;}

	.nav-toggle {height:24px;width:24px;position:absolute;top:8px;right:20px;border:none;background: url(../images/nav-toggle-green.svg) center center no-repeat; background-size: cover;cursor:pointer;}
	
	.navbar-brand {font-family: Delicious, Corbel, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;font-size:20px;line-height:20px;font-weight:bold;}
	
	nav.mobile-nav ul {padding:10px 0;}
	nav.mobile-nav ul li {font-family: Delicious, Corbel, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif; font-size:18px;line-height:18px;padding:5px 0;text-transform:uppercase;}
	nav.mobile-nav ul li a {color:#090;text-shadow: 0px 1px 1px #fff;}
	nav.mobile-nav ul li a:hover, nav.mobile-nav ul li a:focus {color:#060;}

/****** End Mobile Header ********/

#page-line-top {
  position: relative;
  margin-top: 12px;
  z-index: 3;
  background: #555;
  height: 3px;
  border-bottom: 2px solid #eee;
  box-sizing: border-box;
  width:100%;
  display:block;
}

#page-line-top img {display:none;}

#featured {
	position:relative;
	overflow: hidden;
	width:100%;
	height: 256px;
	margin: 0px auto;
	z-index: 2;
	background: rgba(255,255,255,0.7);
	border-left: 5px solid rgba(255,255,255,0.6);
	border-right: 5px solid rgba(255,255,255,0.6);
	box-sizing: border-box;
}
* html #featured img {filter:alpha(opacity=98);}
#featured > img {
  display: none;
}

#featuredRight {
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 35px;
}
* html #featuredRight {position: relative;}
*+html #featuredRight {position: relative;clear:both;}

#contactTitle {
	position:relative;
	font-family: 'Fontin Sans Rg','Trebuchet MS','Gill Sans','Gill Sans MT',sans-serif;
	font-size: 1.3em;
	line-height: 80%;
	font-weight: bold;
	letter-spacing: .01em;
	text-align: center;
	color: #333;
	text-shadow: 1px 1px 2px #FFF;	
}

* html #contactTitle {
	position:absolute;
	font-family: 'Fontin Sans Rg','Trebuchet MS','Gill Sans','Gill Sans MT',sans-serif;
	font-size: 1.3em;
	line-height: 80%;
	font-weight: bold;
	letter-spacing: .01em;
	text-align: center;
	color: #333;
	text-shadow: 1px 1px 2px #FFF;	
}

#contactList {
	position: relative;
	top: 10px;
	text-decoration: none;
	font-family: Delicious, Corbel, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
	font-style: italic;
	font-size: 1em;
	color: #111;
	line-height: 100%;
	text-shadow: 1px 1px 1px #DDD;	
}
* html #contactList {position: absolute;top: 45px;}
*+html #contactList {position:relative;top: 10px;}

#contactList a {
	text-shadow: 1px 1px 1px #DDD;	
}

#contactList a:hover {
	text-shadow: 1px 1px 1px #EEE;	
}

#contactListLeft {
	display:inline-block;
	text-align:left;
}
* html #contactListLeft {float:left;text-align:left;display:inline;}
*+html #contactListLeft {float:left;display:inline;}

#contactListRight {
	display:inline-block;
	float:right;
	text-align:right;
}
* html #contactListRight {float:right;text-align:right;display:inline;}
*+html #contactListRight {float:right;display:inline;}

#page-line-bottom {
  position: relative;
  margin-top: 0;
  z-index: 3;
  background: #555;
  height: 3px;
  border-bottom: 2px solid #eee;
  box-sizing: border-box;
  width:100%;
  display:block;
}
#page-line-bottom img {display:none;}

#main-container {
	opacity: 1;
	clear: both;
	height:100%;
	position: relative;
	z-index: 1;
	border: none;
}

#main-container * {
  box-sizing: border-box;
}

/* column container */
	.colmask {
		background-image: url(../images/abe_main_container.png);
		background-repeat: repeat-y;
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		padding:20px 20px 20px 40px;
		margin:0 auto;
		overflow:hidden;
		background: rgba(255,255,255,0.7);
		border-left: 5px solid rgba(255,255,255,0.6);
		border-right: 5px solid rgba(255,255,255,0.6);
		box-sizing: border-box;
	}
	* html .colmask {background: #F7F7F7;}	
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 3 Column settings */
	.colmask.threecol {
		
	}
	.threecol .colmid {
		
	}
	.threecol .colleft {

	}
	.threecol .col1 {
		width:33%;
		padding:0 20px 0 0;
	}
	.threecol .col2 {
		width:33%;
		padding:0 20px;		
	}
	.threecol .col3 {
		width:33%;
		padding:0 0 0 20px;	
	}

	.home .twocol {
		display:flex;
		justify-content:space-around;
		flex-wrap:wrap;
	}
	.twocol .col1, .twocol .col2 {
		flex:0 0 43%;
	}

.columnTitle {
	position:relative;
	float: left;
	font-family: 'Fontin Sans Rg','Trebuchet MS','Gill Sans','Gill Sans MT',sans-serif;
	font-size: 1.3em;
	line-height: 80%;
	font-weight: bold;
	letter-spacing: .01em;
	text-align: center;
	color: #333;
	text-shadow: 1px 1px 2px #FFF;	
}

.columnTitle > img {width:100%;}
.columnList {
	position: relative;
	top: 10px;
	text-align: justify;
	text-decoration: none;
	font-family: DeliciousRoman, Corbel, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
	font-size: 1em;
	color: #222;
	line-height: 100%;
	clear:both;
}

.columnList h5 {
	position: relative;
	top: 0px;
	text-align: justify;
	text-decoration: none;
	font-family: Delicious, Corbel, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
	color: #222;
	line-height: 100%;
	text-shadow: 1px 1px 1px #EEE;
}

.columnList h6 {
	position: relative;
	top: 0px;
	text-align: justify;
	text-decoration: none;
	font-family: Delicious, Corbel, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
	color: #222;
	line-height: 100%;
	text-shadow: 1px 1px 1px #EEE;
}	

#footer {
	position: relative;
	clear: both;
	border: none;
	height: 100%;
	margin: 0 auto;
	padding: 8px 10px;
	background: rgba(255,255,255,0.7);
  border: 5px solid rgba(255,255,255,0.6);
  border-top: none;
  box-sizing: border-box;
}
* html #footer {background:#F3F3F3;padding-top:6px;padding-bottom:0px;margin-bottom:12px;}

#footerText {
	position: relative;
	font-family: DeliciousRoman, Corbel, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
	font-size: .8em;
	width: 100%;
	text-align: center;
	color: #444;
	box-sizing: border-box;
}
* html #footerText {position: relative;padding:10px 0px 8px 0px;}
*+html #footerText {position: relative;padding:0px 0px 6px 0px;}

#footer > img {
  display: none;
}
span.footer-menu {margin-left: 20px;}

/*************************************
** Begin Media Queries
**************************************/

/***** Mobile Specific No Matter Width ***/
body.mobile .anythingSlider {display:none;}
body.mobile .colmask {padding:20px 30px;}
body.mobile .columnTitle {line-height:1;}
/*****************************************/

@media only screen and (max-width:960px) {
	#header {display:none;}
	#mobile-header {display:block;}
	#page-line-top {margin-top:0;line-height: 0;z-index: 3;}
	#featured {height:auto;}
	#featuredRight {position:relative; float: none; width:90%; width: 267px; top: auto; right: auto; margin: 20px auto; display: block;}
	.anythingSlider {width:90%; max-width:585px; height:240px;display:block;float:none;position:relative;left:auto;margin:0 auto;}
	.anythingSlider .wrapper {width:100%;margin:0;}
	.threecol .col1, .threecol .col2 {width:50%;text-align:center;}
	.threecol .col3 { display:none; }
	.columnTitle {float:none;margin:0 auto;display:inline-block;line-height:1;}
}	

@media only screen and (max-width:768px) {
	#featured {}
	#featuredRight {}
	.colmask {padding:20px 30px;}
	.threecol .col1, .threecol .col2 {width:100%;padding:0 0 20px 0;}
	#footer span.footer-menu {margin:0;display:block;}

	.twocol .col1, .twocol .col2 {
		flex:0 0 48%;
	}
}	

@media only screen and (max-width:600px) {
	#mobile-header .logo {width:90%;max-width:360px;}
	nav.mobile-nav {padding:8px 20px;}
	.navbar-brand {font-size:18px;line-height:18px;}
	.nav-toggle {height:20px;width:20px;}
	.columnTitle {line-height:1;}

	.twocol .col1, .twocol .col2 {
		flex:0 0 100%;
	}

}	

@media only screen and (max-width:480px) {
	.anythingSlider {display:none;}
}	

/* End CSS Styles Index */