/* CSS RESETS */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	font-family:  'Open Sans', Helvetica, sans-serif;
	line-height: 1.5em;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

strong { font-weight: bold; }

ol, ul {
	list-style: disc;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* CSS */ 


body {
	background-color:#666;
	margin: 0;
	}


table {
	width:100%;

}

img {
    max-width: 100%;
	height:auto;
}


p {
	padding-top:2px;
	padding-bottom: 10px;
}



ul {
	padding-bottom:10px;
}


.list {
	padding-left:30px;
}


a { font-weight:bold;
	text-decoration-line: underline;
  text-underline-offset: 3px;
text-decoration-thickness: 2px;

 }


/* main structure */ 



/* new window icon auto added to _blank links */

a[target="_blank"]::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}

/* END - new window icon auto added to _blank links */





/* brand header */


.branding-container {
	width:100%;
	background-color:#348017;
	height:160px;
}


.branding {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:35px;
	background-color:#348017;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	height:95px;
}

.branding-header,
.branding-header a:link,
.branding-header a:visited
 {
	font-size: 50px;
	letter-spacing:-1px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:55px;
	text-decoration:none;
}

.branding-header-sub {
	font-size: 22px;
	letter-spacing:-.5px;
	color:#FFFFFF;
	font-weight:bold;

}





/* page headers and subheaders */

.headline {
	font-size:48px;
	line-height:1.2em;
	letter-spacing:-1px;
	font-weight:bold;
	color:#333;
	padding-top: 10px;
	padding-bottom: 10px;
}

.headline-sub {
	font-size:29px;
	line-height:1.2em;
	letter-spacing:-1px;
	font-weight:bold;
	color:#333;
	text-transform:none;
	padding-top:15px;
}

.headline-sub2 {
	font-size:22px;
	line-height:1.2em;
	letter-spacing:-1px;
	font-weight:bold;
	color:#333;
	text-transform:none;
	padding-top:5px;
}


.box-outline {
	border-top:solid;
	border-bottom:solid;
	background-color:#eeeeee;
	border-color:#eeeeee;
	border-width:20px;
	text-align:center;
}



/* main */ 

.main-container {
	background-color:#FFFFFF;
	width:100%;
	display:inline-block;
	
}

.main {
	padding-top:20px;
	padding-bottom:20px;
	background-color:#FFFFFF;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.main-text {
	font-size:18px;
line-height:1.2em;
	color:#333333;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}

.main-text a:link {
	text-decoration:underline;
	color:#333333;
  text-underline-offset: 3px;
text-decoration-thickness: 2px;
}

.main-text a:visited {
	text-decoration:underline;
	color:#666666;
}


.main-text-cap {
	max-width:1000px;
}


/* footer */


.footer-container {
	width:100%;
	background-color:#333;
}

.footer {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	background-color:#333;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}


.footer-text,
.footer-text a:link,
.footer-text a:visited,
.footer-text a:active
 {
	font-size: 15px;
line-height:2em;
	color:#ccc;
	font-weight:bold;
}

.footer-text a:hover {
	color:#fff;
}



/* navigation */ 




.nav-container {
	width:100%;
	background-color:#333;
	height:42px;
	display: block;
}

.nav-box {
	width:90%;
	background-color:#333;
	margin-left:auto;
	margin-right:auto;
}


/* for NAV */
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */



nav {
	height: 42px;
	background: #333;
	font-size: 11pt;
	font-family:  'Open Sans', Helvetica, sans-serif;	
	font-weight: bold;
	position: relative;
}

nav ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 42px;
}

nav li {
	display: inline;
	float: left;
}

nav a {
	color:#ccc;
	display: inline-block;
	padding-left:20px;
	padding-right:20px;
	text-align: center;
	text-decoration: none;
	line-height: 42px;

}

nav li a {
	border-right: 1px solid #414141;
	border-left: 1px solid #414141;
	border-bottom: 1px solid #414141;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

nav li:last-child a {
	border-right: 1;
}

nav a:hover, nav a:active {
	color:#fff;
}

nav a#pull {
	display: none;
}



/* feed items */ 

.item {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	border-style:solid;
	border-width: 0px 0px 0px 10px;
	border-color:#eee;
	border-radius: 0px;
	margin-top:10px;
}

.item:nth-of-type(2n) {

	background-color:#f8f8f8;
}


.feed-item {
	font-family:  'Open Sans', Helvetica, sans-serif;
	font-size:18px;
	color:#333;
	font-weight:bold;
	text-transform: uppercase;
	word-break: break-word;
	overflow-wrap: break-word;
}



.feed-item a:link {
	color:#333;
	font-size: 18px;
		text-decoration-line: underline;
  text-underline-offset: 3px;
text-decoration-thickness: 2px;
}

.feed-item a:visited {
	color:#666;
}


.feed-description {
	font-family:  'Open Sans', Helvetica, sans-serif;
	font-size:18px;
	text-align:left;
	color:#333;
	font-weight:normal;
line-height:1.4em;
	padding-left:0px;
	word-break: break-word;
	overflow-wrap: break-word;
	
	  display: -webkit-box;               /* Allows the use of webkit properties */
  -webkit-box-orient: vertical;       /* Stacks the content vertically */
  -webkit-line-clamp: 2;              /* Limits to two lines */
  overflow: hidden;                   /* Hides the overflowing content */
  text-overflow: ellipsis;            /* Adds ellipsis at the end */
	
}

.feed-posted {
	font-family:  'Open Sans', Helvetica, sans-serif;
	font-size:18px;
	text-align:left;
	font-weight:normal;
line-height:1.2em;
	color:#348017;
	display:none;
}


.feed-price {
	color:#fff;
	background-color:#333;
	padding-left:5px;
	padding-right: 5px;

}



/*
.feed-posted::before{
    content: "\a";
    white-space: pre;
}
/*



/* top cta */ 


.yellowblock {
		display:block;
	padding:20px;
	background-color:#FFDC5D;
	font-family:  'Open Sans', Helvetica, sans-serif;
	font-size: 24px;
	color:#333333;
	font-weight:bold;
	line-height:1.2em;
	letter-spacing:-1px;
	padding-top:20px;
	margin-bottom:5px;
	
			border-style:solid;
		border-color:#e3c34f;
		border-width: 0px 0px 0px 10px;
	border-radius: 0px;
	margin-top:10px;
	
}
	
.yellowblock-text {
	font-family:  'Open Sans', Helvetica, sans-serif;
	font-size: 24px;
	color:#333333;
	font-weight:bold;
	line-height:1.2em;
	letter-spacing:-1px;
	padding-top:20px;
}

.yellowblock-text a:link,
.yellowblock-text a:visited {
	font-family:  'Open Sans', Helvetica, sans-serif;
	font-size: 24px;
	color:#333333;
	font-weight:bold;
	line-height:1.2em;
	letter-spacing:-1px;
	padding-top:20px;
}
	

.blueblock {
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#FFDC5D;
	text-align:left;
	margin-bottom:10px;
	
			border-style:solid;
		border-color:#e3c34f;
	border-width: 5px;
	border-radius: 0px;
	margin-top:10px;
	
}
	
.blueblock-text {
	font-family:  'Open Sans', Helvetica, sans-serif;	font-size:18px;
	font-weight:bold;
	line-height: 1.5em;
	color:#333;
}

.blueblock-text a:link {
	font-family:  'Open Sans', Helvetica, sans-serif;	font-size:18px;
	font-weight:bold;
	line-height: 1.5em;
	color:#333;
}
	
.blueblock-text a:visited {
	font-family:  'Open Sans', Helvetica, sans-serif;	font-size:18px;
	font-weight:bold;
	line-height: 1.5em;
	color:#333;
}


/* cta bottom */ 

.bottom-cta
  {
	display:block;
	padding:20px;
	background-color:#FFDC5D;
	font-family:  'Open Sans', Helvetica, sans-serif;
	font-size: 24px;
	color:#333333;
	font-weight:bold;
	line-height:1.2em;
	letter-spacing:-1px;
	padding-top:20px;
	margin-bottom:5px;
	
			border-style:solid;
		border-color:#e3c34f;
		border-width: 0px 0px 0px 10px;
	border-radius: 0px;
	margin-top:10px;
	
}


.bottom-cta a:link,
.bottom-cta a:visited
  {
	font-family:  'Open Sans', Helvetica, sans-serif;
	font-size: 24px;
	color:#333333;
	font-weight:bold;
	line-height:1.2em;
	letter-spacing:-1px;
	padding-top:20px;
}







/*Styles for screen 700x and lower*/

@media screen and (max-width: 700px) {

.main {
	width:95%;
}



.nav-box {
	width:100%;
}

nav { 
  		height: auto;
		border-bottom: 0;
  	}

nav ul {
 		width: 100%;
		display: none;
		height: auto;
  	}

nav li {
 		width: 100%;
  		float: left;
  		position: relative;
  	}

nav li a {
		border-bottom: 1px solid #414141;
		border-right: 1px solid #414141;
	}

nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
		padding-left:0px;
		padding-right:0px;
  	}

nav a#pull {
		display: block;
		background-color: #333;
		color: #fff;
		width: 98%;
		position: relative;
	}

nav a#pull:after {
		content:"";
		background: url('/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	


.branding-container {
	height:120px;
}

.branding {
	height:90px;
	padding-top:20px;
}

.branding-header,
.branding-header a:link,
.branding-header a:visited
 {
	font-size: 35px;
	line-height:40px;
}

.branding-header-sub {
	font-size: 20px;
	letter-spacing:-.5px;
}	




.headline {
	font-size:40px;
	line-height:1.2em;
	letter-spacing:-1px;
	font-weight:bold;
	color:#333;
	padding-top: 10px;
	padding-bottom: 10px;
}


.headline-sub {
	font-size:26px;
	line-height:1.2em;
	letter-spacing:-1px;
	font-weight:bold;
	color:#333;
	text-transform:none;
	padding-top:15px;
}





}


	
	
}



/*Styles for screen 480px and lower*/
@media only screen and (max-width : 480px) {


.main {
	width:95%;
}


nav {
	border-bottom: 0;
}

nav ul {
	display: none;
	height: auto;
	}

nav a#pull {
	display: block;
	background-color: #333;
	color: #fff;
	width: 98%;
	position: relative;
	}

nav a#pull:after {
	content:"";
	background: url('/nav-icon.png') no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 10px;
	}
	
	
.branding-container {
	height:100px;
}

.branding {
	height:90px;
	padding-top:15px;
}

.branding-header,
.branding-header a:link,
.branding-header a:visited
 {
	font-size: 30px;
	line-height:40px;
}

.branding-header-sub {
	font-size: 15px;
	letter-spacing:-.5px;
}	

	




	

.footer-text {
	text-align:left;
	padding-left:30px;
	padding-right:30px;	
}







	
}

/*Smartphone*/

@media only screen and (max-width : 380px) {


.main {
	width:95%;
}

nav li {
	display: block;
	float: none;
	width: 100%;
	}

nav li a {
	border-bottom: 1px solid #576979;
	}




.footer-text {
	text-align:left;

}


.branding-container {
	height:100px;
}

.branding {
	height:90px;
	padding-top:15px;
}

.branding-header,
.branding-header a:link,
.branding-header a:visited
 {
	font-size: 30px;
	line-height:38px;
}

.branding-header-sub {
	font-size: 16px;
	letter-spacing:-.5px;
}	



}








