@charset "UTF-8";
/* lesleyernst.com */

/* COLOR CODES */

/* 
	color: #1D2833;	/* dark blue */

/* 
	color: #243240;	/* medium blue */
	
/*
	color: #313F4D;	/* lighter medium blue */

/* 
	color: #48647F;	/* pale blue */

/* 
	color: #70201C;	/* brick */
/*	
	color: rgba(112, 32,28, .9);	/* brick 90% */

/* 
	color: #777D2C;	/* green */
	
/* 
	color: #919746;	/* medium green */	
	
/*
	color: #AAB05F; 	/* lighter green */	





/* DEVO ONLY */

body {
	/*background-image: url(images/900px-12col-42w-36gut.png	); */ 
	/* 1 grid col + 1 gutter = 78px */
	background-repeat: repeat-y;
	background-position: 50%;
}

/* END DEVO ONLY */


/* CROSS-BROWSER SUPPORT FOR MOBILE DEVICES  */

/* will not validate --------- */
html { 
	-webkit-text-size-adjust: none; 	/* don't resize body copy on iPhone */
}

@-ms-viewport,		/* IE10 */
@viewport	{		/* future browsers */
    width: extend-to-zoom;
    zoom: 1.0;
}
/* --------- end will not validate */

body, body * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;	
}

html {
	font-size: 18px;	
}

body {
	font-family: 'Open Sans Regular', 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 100%;		/* 18px */	
	line-height: 1.6667;	/* 30px */
	color: #1D2833;	/* dark blue */
}

.wrapper {
	width: 90%;
	max-width: 900px;
	overflow: hidden;	
	margin: auto;
}

p, ul, ol, dl, address {
	margin-bottom: 1em;	
}

li {
	margin-bottom: .25em;	
}

aside {
	/*font-size: 1.1em;	*/
}

blockquote {
	font-size: .85em;
	font-family: 'Open Sans Semibold';
	font-style: italic;
	color: #70201C;	/* brick */
	color: rgba(112, 32,28, .95);	/* brick 95% */
	position: relative;
}

blockquote:before {
	font-family: Georgia, "Times New Roman", Times, serif;
	content: "\201C";
	font-size: 6em;
	line-height: 0.01;
	vertical-align: -0.65em;
	color: #70201C;	/* brick */
	color: rgba(112, 32,28, .9);	/* brick 90% */
}


.attrib {
	font-size: 90%;
	line-height: 1.5;
	text-transform: uppercase;
}

span.quotemark {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 6em;
	color: #70201C;	/* brick */
	color: rgba(112, 32,28, .9);	/* brick 90% */
	float: right;
	padding-right: .1em;
	margin-top: -.125em;
}

/* HEADLINES */

h1, h2, h3, h4, h5, h6, h7 {
	line-height: 1.4;	
}

h2 {
	font-family: 'Open Sans Regular';
	font-size: 2em;
	text-transform: uppercase;
	color: #70201C;
	margin-bottom: .25em;	
}


h3 {
	font-family: 'Open Sans Regular';
	font-size: 1.75em;
	margin-bottom: .25em;
}

h4 {
	font-size: 1.25em;
	font-family: "Open Sans Semibold";
	text-transform: uppercase;
}

h5 {
	font-size: 1em;
	text-transform: uppercase;
	font-family: "Open Sans Semibold";
		/*color: #70201C;*/
}

address {
	font-style: normal;	
}

/* LISTS */
/* indent and wrap lists around floated elements */

ul, dd {
    position: relative;
    left: 1.25em;	
    padding-right: 1.25em;	 /* match left offset */ 
}

ol {
    position: relative;
    left: 2.25em;	
    padding-right: 2.25em; /* match left offset */ 
}

/* NESTED LISTS */

ul ul, 
ol ul,
ul ol, 
ol ol {
    position: relative;
    left: 2em;		/* leave room for double digits. */
    padding-right: 2em;	/* match left offset */ 
}

/* definition lists */

dt, 
strong, 
address b {
    font-family: 'Open Sans Semibold';
}

dt {
    border-bottom: 3px solid #919746;	/* medium green */
    margin-bottom: .2em;
    padding-bottom: .25em;
    margin-top: 1.25em;
}

dd {
	padding-right: 1em;
	margin-bottom: .75em;
	text-transform: none;
}


/* LINK STYLES */

a:link,
a:visited {
	color: #777D2C;	/* green */
	text-decoration: none;	
}

a:hover,
a:focus {
	color: #70201C;	/* brick */
	text-decoration: underline;	
}

#banner a:link,
#banner a:visited,
#banner a:hover,
#banner a:focus {
	text-decoration: none;
}

#secondary a:link,
#secondary a:visited,
#footer a:link,
#footer a:visited,
.dark a:link,
.dark a:visited  {
	color: #FFF;
	text-decoration: underline;
}

#secondary a:hover,
#secondary a:focus,
#footer a:hover,
#footer a:focus,
.dark a:hover,
.dark a:focus  {
	text-decoration: none;
}

/* IMAGE STYLES */

img {
	width: auto;
	height: auto;
	max-width: 100%;
}

figcaption {
	font-size: .825em;	
}

/* 	LAYOUT STYLES */

#header {
	background-color: #313F4D;	/* lighter medium blue */
	color: #FFF;
	border-bottom: 10px solid #777D2C;	/* green */
}

#banner {
    padding: .6em 0 1em;
    float: left;
}

#tagline {
	font-variant: small-caps;	
	margin-bottom: 0;
}


#middle {
	padding: 2em 0 0;	
}

#content {
	float: left;
	width: 510px;
	width: calc(65% - 75px);
	margin-bottom: 2em;
}

/* SECONDARY ASIDE */

#secondary {
	padding-top: 1.25em;
	color: #313F4D;	/* lighter medium blue */
	overflow: hidden;	
	width: 354px;
	width: 39.333333%; /* 354 / 900 */
	
width: calc(43% - 75px);

	float: right;
}

#secondary h3 {
	text-transform: uppercase;
	font-size: 1.4em;	
	color: #313F4D;	/* lighter medium blue */
    border-bottom: 3px solid #919746;	/* medium green */
    margin-bottom: .2em;
    padding-bottom: .25em;
}

#secondary a:link,
#secondary a:visited {
	color: #777D2C;
	text-decoration: underline;
}

#secondary .widget {
	margin-bottom: 2em;	
}

#secondary ul.no-bullet,
#secondary ul ul.no-bullet,
#secondary li.no-bullet,
#secondary li li.no-bullet {
	position: static;
	left: 0;
	list-style: none;
	padding: 0;
	margin: 0 0 .25em 0;	
}


/* FOOTER */

#footer {
	clear: both;
	background-color: #70201C;	/* brick */
	background-color: #313F4D;	/* lighter medium blue */
	color: #FFF;
	font-family: 'Open Sans Light';
}

#footer h4 {
	font-family: 'Open Sans Regular';
	text-transform: uppercase;
	margin-bottom: .5em;	
}

#footer .wrapper {
	padding: 2.5em 0 1em;
}

#footer .container {
	width: 432px;
	width: 48%;
	float: left;	
}

#footer .container:nth-of-type(even) {
	float: right;
}

#footer .widget {
	width: 198px;
	width: 45.833333%;
	float: left;
	margin-bottom: 1em;	
}

#footer .widget:nth-of-type(even) {
	float: right;
}



/* NAVIGATION */

/* reset global list styles on ALL navigation lists */

nav ul,
nav ul ul,
nav li,
nav li li {
	position: static;
	left: 0;
	list-style: none;
	padding: 0;
	margin: 0;	
}

#nav-main {
	float: right;
}


#nav-main ul {
	float: right;
}


#nav-main li {
	float: left;
}

#nav-main a:link,
#nav-main a:visited {
	display: block;
	padding: .5em 1em .125em;
	color: #FFF;	
	text-decoration: none;
	text-transform: uppercase;
}

#nav-main a:hover,
#nav-main a:focus {
	background-color: #777D2C;	/* green */	
}


#nav-main .skip-link {
	position: absolute;
	left: -999em;	
	margin-left: -10em;
}


/* RESPONSIVE TOGGLE MENU */

#nav-mobile {
	overflow: hidden;
	font-size: 1.25em;
	display: none;
}

#nav-mobile ul {
	display: none;			/* nav list is closed on page load */
	border-bottom: 1px solid #FFF; 		
}

#nav-mobile li {
	border-top: 1px solid #FFF; 		
}

#nav-mobile a:link,
#nav-mobile a:visited {
	display: block;
	padding: .375em .625em; 	
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

#nav-mobile ul a:hover,
#nav-mobile ul a:focus {
	background-color: #777D2C;	/* green */	
}

#toggle-icon {
	text-align: right;
}



/* MISC STYLES */

.hidden {
	display: none;	
}

/* download icon on policies page */
img.icon {
	width: 30px;
	height: 40px;	
}

.dark {
	background-color: #1D2833;	/* dark blue */
	background-color: #243240;	/* medium blue */
	background-color: #313F4D;	/* lighter medium blue */
	color: #FFF;
}

.light {
	color: #1D2833;	/* dark blue */
}

.green {
	background-color: #777D2C;	/* green */
	
}

.left {
	float: left;
}

figure.left,
img.left {
	margin: .75em 1em .75em 0;	
}

.right {
	float: right;
}

figure.right,
img.right {
	margin: .75em  0 .75em 1em;	
}

.indent {
	margin-left: 1.25em;
}


@media screen and (max-width: 800px) {
	
#footer .container {
	width: 100%;
}

}

@media screen and (max-width: 700px) {
#content,
#secondary {
	width: 100%;
	padding: 0;
	margin-bottom: 1em;
}
}

@media screen and (max-width: 600px) {
#nav-mobile {
	display: block;
}

#nav-mobile ul {
	margin-bottom: .75em;
}

#nav-main {
	display: none;
}
}

@media screen and (max-width: 500px) {
#secondary .widget {
	width: 100%;
}

#footer .widget {
	width: 100%;
	margin-bottom: 1.5em;	
}
	
}

