/* @override 
	http://clevelandhistorylessons.com/css/cle-storyteller.css */

/* @group Universal */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
   	vertical-align: top; removed from block by us
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

/* HTML5 elements */
article, aside, figure, footer, header, main, nav, section {display: block;}

body, html {
	background-color: #ffffff;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.6;
}

.wrap {width: 100%; overflow: auto;}

img {max-width: 100%; height: auto; width: auto\9;/*ie8*/}
/* height: auto; seems to override any height or width attributes in the HTML*/

#masthead, #elevator, #content, #feature, #footer {
	clear: both;
	margin-bottom: 0.625em; /* 10px/16px */
}

nav {
	font-family: Arial, Helvetica, Verdana, Swiss, sans-serif;
	position: relative;
	z-index: 5000;
}

#menu-icon {display: none;}

main {margin-bottom: 3em;}

#footer {
	background-color: #002211;
	color: #ffffee;
	padding-top: 1em;
	padding-bottom: 1.5em;
}

.rt-float {
	position: relative;
	float: right;
	padding: 0.75em;
}

.lt-float {
	position: relative;
	float: left;
	padding: 0.75em;
}

/* TYPOGRAPHY */

main h1 {
	color: #006633;
	font-family: 'Sorts Mill Goudy', Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1em;
}

main h2 {
	color: #442211;
	font-family: 'Sorts Mill Goudy', Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1em;
}

main p, main li {margin-bottom: 1em;}

hr {
	border: none 0;
	clear: both;
	width: 98%;
	height: 1px;
	margin: 0 0 .625em 0;
	padding: 0;
	/* left align in IE, Opera */
	text-align: left;
}

main hr {border-top: 1px dashed #884422;}
#footer hr {border-top: 1px dashed #006633;}

ul, ol {
	margin-left: 1.25em; /* 20px/16px */
	padding: 0.625em; /* 10px/16px */
}

li	{padding-bottom: 0.5em;}

blockquote {
	color: #442211;
	font-style: italic;
}

blockquote p:first-child {text-indent: -.375em;}
/* so the first letter lines up with the left edge of all other lines */

blockquote .quote-source,
blockquote footer {
	color: #006633;
	margin-bottom: 2em;
	text-align: right;
}

/* RSS Feed Styles */

.rssincl-itemtitle {
	font-size: 130%;
	font-weight: bold;
}
			
.rssincl-entry {
	border-bottom: 1px dashed #884422;
	padding: 1em 0em;
}

/* LINKS */

a:link    {color: #006633;}
a:visited {color: #442211;}
a:hover   {color: #00cc66;}
a:active  {color: #00cc66;}

#footer a:link    {color: #bbffdd;}
#footer a:visited {color: #eeeeee;}
#footer a:hover   {color: #dd9977;}
#footer a:active  {color: #dd9977;}


/* COLOR PALETTE
visit http://design-seeds.com for great options
visit http://0to255.com for shades of colors
generic colors came from http://flatuicolors.com */

.bg-brown {background-color:	#442211;}
.cp-brown {color:				#442211;}

.bg-cream {background-color:	#ffffee;}
.cp-cream {color:				#ffffee;}

.bg-green {background-color:	#006633;}
.cp-green {color:				#006633;}

.bg-white {background-color:	#ffffff;}
.cp-white {color:				#ffffff;}

.bg-gray {background-color:	#cccccc;}
.cp-gray {color:			#cccccc;}

.bg-gray-dark {background-color:	#333333;}
.cp-gray-dark {color:				#333333;}

.bg-black {background-color:	#000000;}
.cp-black {color:				#000000;}

.bg-facebook {background-color: #3b5998;}
.bg-twitter {background-color: #00aced;}
.bg-linkedin {background-color: #007fb1;}
.bg-googleplus {background-color: #d14836;}


/* BUTTONS */

.btn {
	display: block;
	border-radius: .375em;
	font-weight: bold;
	padding: .5em 1em;
	text-decoration: none;
}/* display can also be set to inline-block */

a.btn.bg-blue {color: #ffffff;}
a.btn.bg-blue:hover {
	background-color: #3498db;
	color: #ffffff;
}


/* CARDS */

.card-green-light {
	border-radius: .25em;
	margin-bottom: 2em;
	overflow: auto;
}

.card-green-light {
	background-color: #ddeedd;
	border: 1px solid #99cc99;
}


/* MARGIN & PADDING */

.whtspc-1  {margin: 		1em;}
.whtspc-1t {margin-top: 	1em;}
.whtspc-1r {margin-right: 	1em;}
.whtspc-1b {margin-bottom:  1em;}
.whtspc-1l {margin-left: 	1em;}

.whtspc-15 	{margin: 		1.5em;}
.whtspc-15t {margin-top: 	1.5em;}
.whtspc-15r {margin-right: 	1.5em;}
.whtspc-15b {margin-bottom: 1.5em;}
.whtspc-15l {margin-left: 	1.5em;}

.whtspc-2  {margin: 		2em;}
.whtspc-2t {margin-top: 	2em;}
.whtspc-2r {margin-right: 	2em;}
.whtspc-2b {margin-bottom:  2em;}
.whtspc-2l {margin-left: 	2em;}

.nudge-1  {padding:			1em;}
.nudge-1t {padding-top:		1em;}
.nudge-1r {padding-right:	1em;}
.nudge-1b {padding-bottom:	1em;}
.nudge-1l {padding-left:	1em;}

.nudge-15  {padding: 		1.5em;}
.nudge-15t {padding-top: 	1.5em;}
.nudge-15r {padding-right: 	1.5em;}
.nudge-15b {padding-bottom: 1.5em;}
.nudge-15l {padding-left: 	1.5em;}

.nudge-2  {padding:			2em;}
.nudge-2t {padding-top:		2em;}
.nudge-2r {padding-right:	2em;}
.nudge-2b {padding-bottom:	2em;}
.nudge-2l {padding-left:	2em;}


/* ALIGNMENT */

.alignright {float:right;}
.alignleft {float:left;}
.aligncenter {display: block; margin-left: auto; margin-right: auto}

.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}


/* FORM INPUTS */

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='date'],
input[type='time'],
select,
textarea {width: 96%; margin-left: 2%; margin-bottom: 1.5em;}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='date'],
input[type='time'],
textarea {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

input:focus, textarea:focus {background-color: #ededed;}

label {margin-left: 1em;}

input#mce-EMAIL {
	width: 60%;
}



/* NICOLE SULLIVAN'S MEDIA OBJECT: bit.ly/cCY3Ew
I've renamed the classes and slightly modified the code. */

.media {margin: 1em 0; padding: .625em;}
.media, .media_body {overflow: hidden;}
.media .media_img {float: left; margin-right: 1em;}
.media .media_img img {display: block;}


/* STYLING */

.shadow {box-shadow: 0 .125em .25em 0 rgba(110,10,40,.2);}

.mat {
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	padding: .5625em .5625em .625em .5625em;
}

.rounded {border-radius: .5em;}


/* BACK TO TOP */

#backtotop {
	position: fixed;
	right:0px;
	bottom:15px;
	display:none;/*hid the button first*/
}
#backtotop a {
	text-decoration:none;
	border:0 none;
	display:block;
	width:24px;
	height:90px;
}
#backtotop a:hover {
	opacity:.7; /*mouse over fade effect*/
}

/* FIELDSET */

.wr_fieldset {
	width: 95%; 
	margin: 0.875em;
	padding: 0;
}

.wr_fieldset fieldset {border: 1px solid #003f76; }

.wr_fieldset legend {
	margin: 0 0.875em;
	padding: 0 0.3125em;
	color: #003f76;
	font-size: 0.875em;
	font-weight: bold;
}

.wr_fieldset_pad {
	margin: 0;
	padding: 0.5em;
}


/* TABLES & ZEBRA STRIPES */
table {
	border-collapse: collapse;
	font-family: Arial, Helvetica, Verdana, Swiss, sans-serif;
	width: 98%;
}

caption {
	color: #442211;
	font-family: 'Sorts Mill Goudy', Georgia, "Times New Roman", Times, serif;
}

th {
	background: #006633;
	color: #ffffee;
	font-weight: bold;
}

td, th {
	border-bottom: 1px solid #99cc99;
	padding: .625em;
	vertical-align: top;
}

table.zebra-stripe tr:nth-of-type(even) {background-color: #ddeedd;}


/* FLEXIBLE CONTAINER */

.Flexible-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 2em;
	height: 0;
	overflow: hidden;
}

.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-width {
	width: 75%;
	padding: 1em 0;
}/* had to set a width so the div would center */

/* @end */




@media all {
  .clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }

  .grid-container:before, .clearfix:before,
  .grid-container:after,
  .clearfix:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
  }

  .grid-container:after, .clearfix:after {
    clear: both;
  }

  .grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-5, .small-grid-5, .medium-grid-5, .grid-10, .small-grid-10, .medium-grid-10, .grid-15, .small-grid-15, .medium-grid-15, .grid-20, .small-grid-20, .medium-grid-20, .grid-25, .small-grid-25, .medium-grid-25, .grid-30, .small-grid-30, .medium-grid-30, .grid-35, .small-grid-35, .medium-grid-35, .grid-40, .small-grid-40, .medium-grid-40, .grid-45, .small-grid-45, .medium-grid-45, .grid-50, .small-grid-50, .medium-grid-50, .grid-55, .small-grid-55, .medium-grid-55, .grid-60, .small-grid-60, .medium-grid-60, .grid-65, .small-grid-65, .medium-grid-65, .grid-70, .small-grid-70, .medium-grid-70, .grid-75, .small-grid-75, .medium-grid-75, .grid-80, .small-grid-80, .medium-grid-80, .grid-85, .small-grid-85, .medium-grid-85, .grid-90, .small-grid-90, .medium-grid-90, .grid-95, .small-grid-95, .medium-grid-95, .grid-100, .small-grid-100, .medium-grid-100, .grid-33, .small-grid-33, .medium-grid-33, .grid-66, .small-grid-66, .medium-grid-66 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-parent {
    padding-left: 0;
    padding-right: 0;
  }
}/*/mediaquery*/




/* ---- SMALL ---- */
@media screen and (max-width: 600px) {

/* iOS and Windows Mobile font-size changes fix from Ethan Marcotte */
	html {
		-ms-text-size-adjust: none;
		-webkit-text-size-adjust: none;
	}

/* @group S: Grid */

.small-grid-100:before,
  .small-grid-100:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
  }

  .small-grid-100:after {
    clear: both;
  }

  .hide-on-small {
    display: none !important;
  }

  .small-grid-5 {
    float: left;
    width: 5%;
  }

  .small-prefix-5 {
    margin-left: 5%;
  }

  .small-suffix-5 {
    margin-right: 5%;
  }

  .small-grid-10 {
    float: left;
    width: 10%;
  }
  .small-prefix-10 {
    margin-left: 10%;
  }
  .small-suffix-10 {
    margin-right: 10%;
  }

  .small-grid-15 {
    float: left;
    width: 15%;
  }
  .small-prefix-15 {
    margin-left: 15%;
  }
  .small-suffix-15 {
    margin-right: 15%;
  }

  .small-grid-20 {
    float: left;
    width: 20%;
  }
  .small-prefix-20 {
    margin-left: 20%;
  }
  .small-suffix-20 {
    margin-right: 20%;
  }

  .small-grid-25 {
    float: left;
    width: 25%;
  }
  .small-prefix-25 {
    margin-left: 25%;
  }
  .small-suffix-25 {
    margin-right: 25%;
  }

  .small-grid-30 {
    float: left;
    width: 30%;
  }
  .small-prefix-30 {
    margin-left: 30%;
  }
  .small-suffix-30 {
    margin-right: 30%;
  }

  .small-grid-35 {
    float: left;
    width: 35%;
  }
  .small-prefix-35 {
    margin-left: 35%;
  }
  .small-suffix-35 {
    margin-right: 35%;
  }

  .small-grid-40 {
    float: left;
    width: 40%;
  }
  .small-prefix-40 {
    margin-left: 40%;
  }
  .small-suffix-40 {
    margin-right: 40%;
  }

  .small-grid-45 {
    float: left;
    width: 45%;
  }
  .small-prefix-45 {
    margin-left: 45%;
  }
  .small-suffix-45 {
    margin-right: 45%;
  }

  .small-grid-50 {
    float: left;
    width: 50%;
  }
  .small-prefix-50 {
    margin-left: 50%;
  }
  .small-suffix-50 {
    margin-right: 50%;
  }

  .small-grid-55 {
    float: left;
    width: 55%;
  }
  .small-prefix-55 {
    margin-left: 55%;
  }
  .small-suffix-55 {
    margin-right: 55%;
  }

  .small-grid-60 {
    float: left;
    width: 60%;
  }
  .small-prefix-60 {
    margin-left: 60%;
  }
  .small-suffix-60 {
    margin-right: 60%;
  }

  .small-grid-65 {
    float: left;
    width: 65%;
  }
  .small-prefix-65 {
    margin-left: 65%;
  }
  .small-suffix-65 {
    margin-right: 65%;
  }

  .small-grid-70 {
    float: left;
    width: 70%;
  }
  .small-prefix-70 {
    margin-left: 70%;
  }
  .small-suffix-70 {
    margin-right: 70%;
  }

  .small-grid-75 {
    float: left;
    width: 75%;
  }
  .small-prefix-75 {
    margin-left: 75%;
  }
  .small-suffix-75 {
    margin-right: 75%;
  }

  .small-grid-80 {
    float: left;
    width: 80%;
  }
  .small-prefix-80 {
    margin-left: 80%;
  }
  .small-suffix-80 {
    margin-right: 80%;
  }

  .small-grid-85 {
    float: left;
    width: 85%;
  }
  .small-prefix-85 {
    margin-left: 85%;
  }
  .small-suffix-85 {
    margin-right: 85%;
  }

  .small-grid-90 {
    float: left;
    width: 90%;
  }
  .small-prefix-90 {
    margin-left: 90%;
  }
  .small-suffix-90 {
    margin-right: 90%;
  }

  .small-grid-95 {
    float: left;
    width: 95%;
  }
  .small-prefix-95 {
    margin-left: 95%;
  }
  .small-suffix-95 {
    margin-right: 95%;
  }

  .small-grid-33 {
    float: left;
    width: 33.33333%;
  }
  .small-prefix-33 {
    margin-left: 33.33333%;
  }
  .small-suffix-33 {
    margin-right: 33.33333%;
  }

  .small-grid-66 {
    float: left;
    width: 66.66667%;
  }
  .small-prefix-66 {
    margin-left: 66.66667%;
  }
  .small-suffix-66 {
    margin-right: 66.66667%;
  }

  .small-grid-100 {
    clear: both;
    width: 100%;
  }
/* @end */


/* @group S: Structure */

body, html {background-color: #ffffff;}

#masthead  {

}

#masthead,
#elevator,
#content,
#feature,
#footer {
	margin-left: 2%;
	margin-right: 2%;
}

.hide-on-mobile {display: none;}

.alignleft.small-aligncenter,
.alignright.small-aligncenter {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}/* overrides left or right alignment and centers*/

/* @end */


/* @group S: Typography */

main h1 {font-size: 1.5em;}

#footer h2 {font-size: 1.25em; padding-bottom: .5em;}


.footer-nav a {
	display: block;
	font-size: 1.25em;
	margin: 0 .5em;
	padding: .25em;
}

#footer .footer-nav a:hover,
#footer .footer-nav a:active {
	background-color: #006633;
	border-radius: .25em;
	color: #ffffee;
}

/* @end */



/* @group S: Tables */

caption {
	font-size: 1.25em;
	margin-top: 1.5em;
}

table.small-table,
.small-table caption,
.small-table thead,
.small-table tbody,
.small-table th,
.small-table td,
.small-table tr {display: block;}

table.non-mobile {
	overflow: auto;
	width: 96%;
}

td, th {padding: .375em;}

td:before {
	position: absolute;
	top: .375em;
	left: .375em;
	width: 45%;
	padding-right: .75em;
}

table.small-table thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

table.small-table td:nth-of-type(1) {border-top: 1px solid #006633;}

table.small-table td:nth-of-type(1),
table.small-table td:nth-of-type(2),
table.small-table td:nth-of-type(3) {
	position: relative;
	padding-left: 40%;
}

/* Speaking Schedule */

table.event-schedule td:nth-of-type(1):before {content: "Title of Talk";}
table.event-schedule td:nth-of-type(2):before {content: "Date & Time";}
table.event-schedule td:nth-of-type(3):before {content: "Location";}
.event-schedule td:nth-of-type(3) {padding-bottom: 1.75em;}

table.event-schedule td:nth-of-type(2) {font-weight: bold;}

/* Autism */

table.autism td:nth-of-type(1):before {content: "Agency";}
table.autism td:nth-of-type(2):before {content: "# iPads";}
table.autism td:nth-of-type(3):before {content: "Sponsor";}
.autism td:nth-of-type(3) {padding-bottom: 1.75em;}

table.autism td:nth-of-type(2) {font-weight: bold;}


/* @end */



/* @group Touch Menu */

a.menu-link {
	float: left;
	display: block;
	padding: 1em;
	background-color: #006633;
	border-radius: .125em;
	color: #ffffee;
	width: 93%;
	margin-top: .5em;
}
nav[role=navigation] {
	clear: both;
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin-bottom: 1em;
}
.js nav[role=navigation] {
	overflow: hidden;
	max-height: 0;
}
nav[role=navigation].active {
	max-height: 26em;
	background-color: #ddffee;
}
nav[role=navigation] ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #808080;
	list-style: none;
}
nav[role=navigation] li a {
	color: #006633;
	display: block;
	padding: 0.8em;
	border-bottom: 1px solid #eeeeee;
	/* edit-nav color: #990000; */
}
nav[role=navigation] li a:hover {
	background-color: #006633;
	color: #ffffee;
}/* edit-nav */
		
/* @end */

}/*/mediaquery*/




/* ---- MEDIUM GRID ---- */

@media screen and (min-width: 601px) and (max-width: 900px) {
  .medium-grid-100:before,
  .medium-grid-100:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
  }

  .medium-grid-100:after {
    clear: both;
  }

  .hide-on-medium {
    display: none !important;
  }

  .medium-grid-5 {
    float: left;
    width: 5%;
  }
  .medium-prefix-5 {
    margin-left: 5%;
  }
  .medium-suffix-5 {
    margin-right: 5%;
  }

  .medium-grid-10 {
    float: left;
    width: 10%;
  }
  .medium-prefix-10 {
    margin-left: 10%;
  }
  .medium-suffix-10 {
    margin-right: 10%;
  }

  .medium-grid-15 {
    float: left;
    width: 15%;
  }
  .medium-prefix-15 {
    margin-left: 15%;
  }
  .medium-suffix-15 {
    margin-right: 15%;
  }

  .medium-grid-20 {
    float: left;
    width: 20%;
  }
  .medium-prefix-20 {
    margin-left: 20%;
  }
  .medium-suffix-20 {
    margin-right: 20%;
  }

  .medium-grid-25 {
    float: left;
    width: 25%;
  }
  .medium-prefix-25 {
    margin-left: 25%;
  }
  .medium-suffix-25 {
    margin-right: 25%;
  }

  .medium-grid-30 {
    float: left;
    width: 30%;
  }
  .medium-prefix-30 {
    margin-left: 30%;
  }
  .medium-suffix-30 {
    margin-right: 30%;
  }


  .medium-grid-35 {
    float: left;
    width: 35%;
  }
  .medium-prefix-35 {
    margin-left: 35%;
  }
  .medium-suffix-35 {
    margin-right: 35%;
  }

  .medium-grid-40 {
    float: left;
    width: 40%;
  }
  .medium-prefix-40 {
    margin-left: 40%;
  }
  .medium-suffix-40 {
    margin-right: 40%;
  }

  .medium-grid-45 {
    float: left;
    width: 45%;
  }
  .medium-prefix-45 {
    margin-left: 45%;
  }
  .medium-suffix-45 {
    margin-right: 45%;
  }

  .medium-grid-50 {
    float: left;
    width: 50%;
  }
  .medium-prefix-50 {
    margin-left: 50%;
  }
  .medium-suffix-50 {
    margin-right: 50%;
  }

  .medium-grid-55 {
    float: left;
    width: 55%;
  }
  .medium-prefix-55 {
    margin-left: 55%;
  }
  .medium-suffix-55 {
    margin-right: 55%;
  }

  .medium-grid-60 {
    float: left;
    width: 60%;
  }
  .medium-prefix-60 {
    margin-left: 60%;
  }
  .medium-suffix-60 {
    margin-right: 60%;
  }

  .medium-grid-65 {
    float: left;
    width: 65%;
  }
  .medium-prefix-65 {
    margin-left: 65%;
  }
  .medium-suffix-65 {
    margin-right: 65%;
  }

  .medium-grid-70 {
    float: left;
    width: 70%;
  }
  .medium-prefix-70 {
    margin-left: 70%;
  }
  .medium-suffix-70 {
    margin-right: 70%;
  }

  .medium-grid-75 {
    float: left;
    width: 75%;
  }
  .medium-prefix-75 {
    margin-left: 75%;
  }
  .medium-suffix-75 {
    margin-right: 75%;
  }

  .medium-grid-80 {
    float: left;
    width: 80%;
  }
  .medium-prefix-80 {
    margin-left: 80%;
  }
  .medium-suffix-80 {
    margin-right: 80%;
  }

  .medium-grid-85 {
    float: left;
    width: 85%;
  }
  .medium-prefix-85 {
    margin-left: 85%;
  }
  .medium-suffix-85 {
    margin-right: 85%;
  }

  .medium-grid-90 {
    float: left;
    width: 90%;
  }
  .medium-prefix-90 {
    margin-left: 90%;
  }
  .medium-suffix-90 {
    margin-right: 90%;
  }

  .medium-grid-95 {
    float: left;
    width: 95%;
  }
  .medium-prefix-95 {
    margin-left: 95%;
  }
  .medium-suffix-95 {
    margin-right: 95%;
  }

  .medium-grid-33 {
    float: left;
    width: 33.33333%;
  }

  .medium-prefix-33 {
    margin-left: 33.33333%;
  }

  .medium-suffix-33 {
    margin-right: 33.33333%;
  }

  .medium-grid-66 {
    float: left;
    width: 66.66667%;
  }
  .medium-prefix-66 {
    margin-left: 66.66667%;
  }
  .medium-suffix-66 {
    margin-right: 66.66667%;
  }

  .medium-grid-100 {
    clear: both;
    width: 100%;
  }
  
}/*/mediaquery*/




/* ---- MEDIUM ---- */

@media screen and (min-width: 601px) {

body, html {
	background: #442211 url(../images-cle-storyteller/bg-cle-storyteller.jpg) no-repeat center top;
}





/* @group M: Structure */

#masthead, #elevator, #content, #feature, #footer {
	float: left;
	margin-bottom: 1.25em; /* 20px/16px */
}

#masthead  {
}

/* @end */



/* @group M: Typography */

#elevator h1 {font-size: 1.5em;}

main h1 {font-size: 1.5em;}
main h2 {font-size: 1.25em;}
.footer-nav {text-align: center;}
.footer-nav a {
	background-color: #006633;
	border-radius: .25em;
	display: inline-block;
	margin: .5em;
	padding: .375em;
}

caption {
	font-size: 1.5em;
	margin-top: .5em;
}

/* @end */



/* @group M: mega menu */

nav {
	background-color: #442211;
	text-align: center;
}

a.menu-link {
   display: none;
}
.js nav[role=navigation] {
	max-height: none;
}
nav[role=navigation] ul {
	margin: 0 0 0 -0.25em;
	border: 0;
}
nav[role=navigation] li {
	display: inline-block;
	margin: .5em 0.25em;
}
nav[role=navigation] li a {
	border: 0;
	color: #ffffee;
	padding: 0.25em .5em;
}
nav[role=navigation] li a:hover {
	background-color: #ffffee;
	border-radius: .25em;
	color: #442211;
}

.nav-border-top {
	background: url(../images-cle-storyteller/nav-border-top.png) center top no-repeat;
	clear: both;
	margin-top: 1em;
	height: 0;
	padding-top: 1.75%;
	-webkit-background-size: contain;
	   -moz-background-size: contain;
		 -o-background-size: contain;
			background-size: contain;
}
.nav-border-bottom {
	background: url(../images-cle-storyteller/nav-border-bottom.png) center top no-repeat;
	clear: both;
	margin-bottom: 1.25em;
	height: 0;
	padding-bottom: 2%;
	-webkit-background-size: contain;
	   -moz-background-size: contain;
		 -o-background-size: contain;
			background-size: contain;
}

/* @end */

}/*/mediaquery*/




/* ---- DESKTOP ---- */

@media screen and (min-width: 901px) {


/* @group L: Grid */

.grid-100:before,
  .grid-100:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
  }

  .grid-100:after {
    clear: both;
  }

  .hide-on-large {
    display: none !important;
  }

  .grid-5 {
    float: left;
    width: 5%;
  }

  .prefix-5 {
    margin-left: 5%;
  }
  
  .suffix-5 {
    margin-right: 5%;
  }

  .grid-10 {
    float: left;
    width: 10%;
  }

  .prefix-10 {
    margin-left: 10%;
  }

  .suffix-10 {
    margin-right: 10%;
  }

  .grid-15 {
    float: left;
    width: 15%;
  }

  .prefix-15 {
    margin-left: 15%;
  }

  .suffix-15 {
    margin-right: 15%;
  }

  .grid-20 {
    float: left;
    width: 20%;
  }

  .prefix-20 {
    margin-left: 20%;
  }

  .suffix-20 {
    margin-right: 20%;
  }

  .grid-25 {
    float: left;
    width: 25%;
  }

  .prefix-25 {
    margin-left: 25%;
  }

  .suffix-25 {
    margin-right: 25%;
  }

  .grid-30 {
    float: left;
    width: 30%;
  }

  .prefix-30 {
    margin-left: 30%;
  }

  .suffix-30 {
    margin-right: 30%;
  }

  .grid-35 {
    float: left;
    width: 35%;
  }

  .prefix-35 {
    margin-left: 35%;
  }

  .suffix-35 {
    margin-right: 35%;
  }

  .grid-40 {
    float: left;
    width: 40%;
  }

  .prefix-40 {
    margin-left: 40%;
  }

  .suffix-40 {
    margin-right: 40%;
  }

  .grid-45 {
    float: left;
    width: 45%;
  }

  .prefix-45 {
    margin-left: 45%;
  }

  .suffix-45 {
    margin-right: 45%;
  }

  .grid-50 {
    float: left;
    width: 50%;
  }

  .prefix-50 {
    margin-left: 50%;
  }

  .suffix-50 {
    margin-right: 50%;
  }

  .grid-55 {
    float: left;
    width: 55%;
  }

  .prefix-55 {
    margin-left: 55%;
  }

  .suffix-55 {
    margin-right: 55%;
  }

  .grid-60 {
    float: left;
    width: 60%;
  }

  .prefix-60 {
    margin-left: 60%;
  }

  .suffix-60 {
    margin-right: 60%;
  }

  .grid-65 {
    float: left;
    width: 65%;
  }

  .prefix-65 {
    margin-left: 65%;
  }

  .suffix-65 {
    margin-right: 65%;
  }

  .grid-70 {
    float: left;
    width: 70%;
  }

  .prefix-70 {
    margin-left: 70%;
  }

  .suffix-70 {
    margin-right: 70%;
  }

  .grid-75 {
    float: left;
    width: 75%;
  }

  .prefix-75 {
    margin-left: 75%;
  }

  .suffix-75 {
    margin-right: 75%;
  }

  .grid-80 {
    float: left;
    width: 80%;
  }

  .prefix-80 {
    margin-left: 80%;
  }

  .suffix-80 {
    margin-right: 80%;
  }

  .grid-85 {
    float: left;
    width: 85%;
  }

  .prefix-85 {
    margin-left: 85%;
  }

  .suffix-85 {
    margin-right: 85%;
  }

  .grid-90 {
    float: left;
    width: 90%;
  }

  .prefix-90 {
    margin-left: 90%;
  }

  .suffix-90 {
    margin-right: 90%;
  }

  .grid-95 {
    float: left;
    width: 95%;
  }

  .prefix-95 {
    margin-left: 95%;
  }

  .suffix-95 {
    margin-right: 95%;
  }

  .grid-33 {
    float: left;
    width: 33.33333%;
  }

  .prefix-33 {
    margin-left: 33.33333%;
  }

  .suffix-33 {
    margin-right: 33.33333%;
  }

  .grid-66 {
    float: left;
    width: 66.66667%;
  }

  .prefix-66 {
    margin-left: 66.66667%;
  }

  .suffix-66 {
    margin-right: 66.66667%;
  }

  .grid-100 {
    clear: both;
    width: 100%;
  }

/* @end */



/* @group L: Structure */



/* @end */



/* @group L: Typography */

main h1 {font-size: 2em;}
main h2 {font-size: 1.5em;}
main p, main li {font-size: 1.125em;}

caption {
	font-size: 2em;
	margin-top: .5em;
}

/* @end */

/* @group L: Elements */

.icon {
	float: left;
	padding: 0px 15px 0px 0px;
}

/* @end */

/* @group L: mega menu */



/* @end */

}/*/mediaquery*/