/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: 'Roboto Slab', serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4;  }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

body { background-color:#f7e9db; font-family: 'Roboto Slab', serif; font-weight:300; color:#313131; }

h1 { font-size:35px; color:#000; font-weight:300; }
h2 { font-size:30px; color:#333; font-weight:700; margin:0; padding-bottom:6px; }
h3 { font-size:20px; color:#333; font-weight:400; margin:0; padding-bottom:3px; }
h4 { font-size:30px; color:#859868; font-weight:700; margin:0; padding-bottom:6px; border-bottom:1px solid #e9dcd1; margin-bottom:12px; }
h5 { font-size:24px; color:#333; font-weight:700; margin:0; padding-bottom:3px; }
h6 { font-size:28px; color:#333; font-weight:300; margin:0; padding-bottom:3px; }



.header-container {
	margin:0 auto;
	background:url(/img/header-bg.jpg) no-repeat;
	width:1300px;
	}
	.header {
		margin:0 auto;
		width:1000px;
		height:200px;
		}
	.logo {
		margin-left:360px;
		padding-top:20px;
		width:230px;
		height:230px;
		}
	.nav-wrapper {
		width:100%;
		height:66px;
		margin-top:-107px;
		}
			.nav-left { float:left; width:400px; text-align:left;  }
			.nav-right { float:right; width:430px; text-align:left; }

	.page-head {
		background:url(/img/page-head-bg.png) no-repeat;
		width:360px;
		height:65px;
		font-size:30px; 
		color:#fff; 
		font-weight:700;
float: left;
		text-align:center;
		padding:7px 0px 0px 0px;
		margin:0px 0px 15px -70px;
		}	


/* START PRIMARY NAV */
.nav { font-family: 'Roboto Slab', serif; }
.nav-primary {clear:both;}
.nav-primary>ul{text-transform:none;}
.nav-primary>ul>li {
	position:relative;
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-right:-0.233em;
}

.nav-primary>ul>li>a {
	position:relative;
	z-index:20;
	text-decoration:none;
	font-size:21px;
	font-weight:700;
	color:#313131;
	font-family: 'Roboto Slab', serif;
	padding:10px 10px 10px 10px;
	border:1px solid #f7eae1;
	}
.nav-primary>ul>li ul{
	position:absolute;
	display:none;
	border:1px solid #333;
	white-space:nowrap;
	min-width:100%;
	z-index:40;
	padding:10px 10px 10px 10px;
	list-style-type:none;
	}

.nav-primary>ul>li ul a{ font-size:16px; padding:3px 10px; color:#333;  }
.nav-primary>ul>li ul a:hover{ font-size:16px; padding:3px 10px; color:#2b80ad;  }
.nav-primary>ul>li>ul{ top:100%; margin-top:-2px; }

.nav-primary>ul>li:hover>a {
	background:none;
	text-decoration:none;
	font-size:21px;
	font-weight:700;
	background-color:#f5e8dd;
	border:1px solid #cfb5a2;
	color:#313131;
	font-family: 'Roboto Slab', serif;
	}

.nav-primary>ul>li:hover>ul{ 
	background:none;
	text-decoration:none;
	background-color:#f5e8dd;
	border:1px solid #cfb5a2;
	font-family: 'Roboto Slab', serif;
	}

.nav-primary>ul>li:hover>a{color:#2b80ad;}
.nav-primary>ul>li:hover>ul{display:block; color:#666;}
.nav-primary>ul 
.has-dropdown:hover>a { color:#2b80ad; border-bottom:0;}
.nav-primary a { display:block;text-decoration:none; color:#333; }

.second-nav{ 
	float:left; 
	z-index:30;
	position:relative;
	}
.second-nav ul { 
	list-style-type:none; 
	display:block; 
	 }
.second-nav li {
	list-style-type:none;
	display:block;
	margin-bottom:5px;
	margin-left:0px;
	padding-left:40px;
	padding-top:13px;
	/*width:275px;*/
	height:56px;
	}	 
.second-nav ul li a:link, .second-nav ul li a:visited { 
	color:#333; 
	font-size:18px; 
	font-weight:400;
	text-decoration:none; 
	list-style-type:none;
	display:block;
	margin-bottom:5px;
	margin-left:-100px;
	padding-left:40px;
	padding-top:13px;
	width:275px;
	height:56px;
	}
.second-nav ul li a:hover { 
	color:#333; 
	font-size:18px; 
	font-weight:400;
	text-decoration:none; 
	list-style-type:none;
	display:block;
	margin-bottom:5px;
	margin-left:-100px;
	padding-left:40px;
	padding-top:13px;
	width:275px;
	height:56px;
	background:url(/img/sec-nav-hover.png) no-repeat;
	}
.second-nav ul li.current a {
	list-style-type:none;
	display:block;
	color:#fff;
	font-weight:400;
	margin-bottom:5px;
	margin-left:-100px;
	padding-left:40px;
	padding-top:13px;
	width:275px;
	height:56px;
	background:url(/img/sec-nav-bg.png) no-repeat;
	}	

	
	
/* END PRIMARY NAV */


.header-aux{float:right;padding-top:1em;font-size:13px;font-size:.833rem; margin-right:25px;}
.header-aux .nav-anchor,.header-aux form{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;}
.header-aux form{position:relative;margin-left:1em; width:180px;}
.header-aux form input{margin:0; border:0; background-color:#F2EAE0; border-radius:6px;}
.header-aux form .btn{position:absolute;top:0;right:0;bottom:0;padding:0;width:32px;background:url("/img/search-btn.png") no-repeat center;text-indent:32px;overflow:hidden; border:0; margin-right:-20px;}


.nav-anchor{text-transform:none;}
.nav-anchor ul li{display:inline-block;*display:inline;*zoom:1;margin-right:-0.233em;border-left:1px solid #666;}
.nav-anchor ul li a{display:block; padding:0 .579em;}
.nav-anchor li:first-child{border-left:none;}
.nav-anchor ul li a:link, .nav-anchor ul li a:visited{text-decoration:none; color:#313131;}
.nav-anchor ul li a:hover {text-decoration:none; color:#666;}

.nav-footer{text-transform:none; margin-left:-40px; padding:0;}
.nav-footer ul li{display:inline-block;*display:inline;*zoom:1;border-left:1px solid #666;}
.nav-footer ul li a{display:block; padding:0px 10px 0px 10px;}
.nav-footer li:first-child{border-left:none; }
.nav-footer ul li a:link, .nav-footer ul li a:visited{text-decoration:none; color:#313131;}
.nav-footer ul li a:hover {text-decoration:none; color:#666;}



.content { 
	float:left;
	background-color:#f7eae1; 
	padding:45px;
	min-height:500px;
	z-index:25;
	position:relative;
	}
	.content a:link, .content a:visited { color:#338EBB; text-decoration:none; }
	.content a:hover { color:#338EBB; text-decoration:underline; }	

.content-with-nav { 
	float:left;
	background-color:#f7eae1; 
	padding:0px 0px 45px 0px;
	z-index:25;
	position:relative;
	}
	.content-with-nav a:link, .content-with-nav a:visited { color:#338EBB; text-decoration:none; }
	.content-with-nav a:hover { color:#338EBB; text-decoration:underline; }	
	
		
.content-wide { 
	float:left;
	min-height:500px;
	background-color:#f7eae1; 
	padding:5px;
	z-index:25;
	position:relative;
	}
	.content-wide a:link, .content-wide a:visited { color:#338EBB; text-decoration:none; }
	.content-wide a:hover { color:#338EBB; text-decoration:underline; }	
 
 
}
/* CONTACT PAGE */
.address {
	padding-left:20px;
	padding-bottom:20px;
	font-size:18px;
	font-weight:300;
	text-align:left;	
	}

  form.contact-field label {
    font-weight: normal;
    font-size: 100%;
    margin-bottom: 0px;
  }
  
form.contact-field input[type=text], form.contact-field input[type=tel], form.contact-field input[type=password], form.contact-field input[type=email] { margin-top:6px; border:1px solid #e9d6c6; background-color:#FAF1E8; border-radius:10px; margin-bottom:20px;}
form.contact-field textarea { margin-top:6px; border:1px solid #e9d6c6; background-color:#FAF1E8; border-radius:10px;}
	

span.error {
 color: #ED4337; 
 font-style: italic;
 font-weight: bold;
}	
/* END CONTACT PAGE */	


hr.style-one {  
	border: 0; 
	height: 2px; 
	  background-image: -webkit-gradient(linear, left top, left bottom, from(#d7cbbc), to(#f5e9dd)); /* Chrome, Safari 4+ */
	  background-image: -webkit-linear-gradient(top, #d7cbbc, #f5e9dd); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	  background-image:    -moz-linear-gradient(top, #d7cbbc, #f5e9dd); /* Firefox 3.6-15 */
	  background-image:      -o-linear-gradient(top, #d7cbbc, #f5e9dd); /* Opera 11.10-12.00 */
	  background-image:         linear-gradient(to bottom, #d7cbbc, #f5e9dd);
	margin:30px 0px;
 	}
	
.style-two {   
	border-bottom:1px solid #d7cbbc;
 	}	
	
.main-container {
	margin:0 auto;
	background:url(/img/main-bg.jpg) repeat-x #faf1e8;
	width:1300px;
	padding-top:70px;
	}
	.main {
		margin:0 auto;
		width:1000px;
		}
	.main-schedule {
		margin:0 auto;
		width: 99%;
		}
  .main-schedule .matrix input {
    font-size: 13px;
    vertical-align: baseline; 
    *vertical-align: middle;
    }
  .main-schedule .matrix select {
    width: auto;
    height: auto;
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    vertical-align: baseline; 
    *vertical-align: middle;
    }
    .main-schedule table.matrix .matrix-tr-header {
      width: 22px;
      }
	.main-wide {
		margin:0 auto;
		width:1000px;
		background-color:#;
		}
	.main-pic-box {
		width:1000px;
		height:432px;
		z-index:5;
		position:relative;
		border:8px solid #be9977;
		/*background:url(/img/main-pic-fpo.jpg) no-repeat;*/
		}
.title-box { margin:80px 0px 10px 50px;  
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    }
		.title-box ul li {
			display:block;
			list-style-type:none;
			font-size:40px;
			margin-bottom:5px;
			color:#000;
			font-weight:300;  
			max-width:40%;
			background-color:#daccc3; 
			opacity:0.5;
			filter:alpha(opacity=40); /* For IE8 and earlier */
	 		padding:5px 0px 5px 20px; 
			z-index:7;
			position:relative;
      white-space: nowrap;
      overflow: hidden;
			}
.intro {
	margin-top:30px;
	padding:20px;
	line-height:25px;
	float:left;
	font-weight:300;
	}

.services{
	float:right;
	padding:20px;
	border:6px solid #E7D1BF;
	margin:70px 0px 0px 0px;
	background:url(/img/services-bg.jpg) repeat;
	}	
	.services ul { list-style-type:circle; display:block; }
	.services ul li {
		color:#313131;
		font-weight:400;
		font-size:24px;
		margin-left:20px;
		margin-bottom:10px;
		}
   .services ul li a {
    text-decoration: none;
    color: #313131;
   }
   .services ul li a:hover {
    color: #666;
   }

.section-header {
	background:url(/img/section-bg.png) no-repeat;
	width:315px;
	height:58px;
	font-weight:400;
	font-size:28px;
	color:#faf1e8;
	padding:7px 0px 0px 75px;
	margin:-50px 0px 40px -60px;
	}
  
  .services>.section-header a {
   text-decoration: none;
   color: #faf1e8;
  }
.news {	
	float:left;
	padding:20px;
	}
	.news-detail {
		border:6px solid #ebdbcf;
		margin:40px 0px 0px 0px;
		padding:20px;
		}
	.news-item {
		font-size:16px;
		}
	.news-header {
		background:url(/img/news-bg.png) no-repeat;
		width:243px;
		height:58px;
		font-size:28px;
		color:#faf1e8;
		padding:7px 0px 0px 50px;
		margin:-50px 0px 15px -60px;
		}	
		.news-title {font-size:20px; color:#333; font-weight:400; margin:0; padding-bottom:3px;}
		.news-title a:link, .news-title a:visited { color:#313131; text-decoration:none; }
		.news-title a:hover { color:#666; text-decoration:none; }
		
	.news-date {font-size:22px; color:#333; font-weight:300; margin-bottom:10px; padding:0; }
	
select.news-pull {
	float:right; 
	font-size:16px; 
	border:1px solid #e9d6c6; 
	background-color:#FAF1E8; 
	border-radius:10px; 
	font-weight:300;
	width:200px; 
	color:#666; 
	}

		
.news-article {
		border:6px solid #ebdbcf;
		background-color:#f9f0e7;
		margin:20px 0px 0px 0px;
		padding:20px;
		}
	.news-head {
		font-size:28px;
		font-weight:500;
		color:#2b80ad;
		padding:7px 0px 0px px;
		margin:0px 0px 15px 0px;
		}
		
.view-all-center {
	padding:20px;
	text-align:center;
	font-weight:300;
	font-size:22px;
	}		
	.view-all-center a:link, a:visited {
		padding:20px;
		text-align:center;
		font-weight:300;
		font-size:22px;
		color:#2b80ad;
		text-decoration:none;		
		}	
	.view-all-center a:hover {
		padding:20px;
		text-align:center;
		font-weight:300;
		font-size:22px;
		color:#666;
		text-decoration:underline;
		}				
.locations{
	float:right;
	padding:20px;
	}	

.submit-button { 
	float:right;
	text-decoration:none; 
	font-size:18px; 
	font-weight:400;
	color:#fff;
	background-color:#348bba;
	border:1px solid #348bba;
	border-radius: 10px;
	padding:10px 20px;
	margin-top:20px;
	}

/* schedule */

.top-color { margin:0 auto; background-color:#e9dbd0; height:85px; padding:10px; }

.hello {
	float:right; 
	font-size:20px; 
	font-weight:300;
	text-align:right;
	padding:15px 20px;
	color:#666; 
	}
.page-head-icon {
	margin-left:-40px;
	}
li.nav-line { border-bottom:1px solid #e9dcd1; padding:0; margin:-45px 0px 0px -57px; width:220px;}

.schedule-module {
	background-color:#fbf1e8;
	padding:20px;
	margin-bottom:20px;
	}

.schedule-date {
	font-size:50px;
	font-weight:400;
	color:#879971;
	padding:0;
	}
.schedule-title {
	border-bottom:1px solid #ccc;
	height:35px;
	font-size: 25px;
	font-weight:300;
	text-align:left;
	padding:0;
	margin-top:15px;
  margin-left: 10px;
	}
	
table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
	}
	table td, table th {
		text-align: left;
		padding: 5px 0px 5px 0px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	table th {
		font-weight:400;
	}
	.one {
		width:10%;
		font-weight:400;
	}
	.two {
		width: 40%;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		font-weight:400;
	}
	.three {
		width: 30%;
		font-weight:700;
	}
	.four {
		width: 20%;
		font-weight:700;				
		}	
		
		

/* end schedule styles */



.services-more a:link, .services-more a:visited { 
	text-decoration:none; 
	font-size:18px; 
	font-weight:400;
	float:right;
	color:#859868;
	border:0px solid #be9977;
	border-radius: 10px;
	padding:10px 20px;
	}
	.services-more a:hover { color:#666; }

div.more a {
  float: left;
}
	
div.more a:link, div.more a:visited { 
	text-decoration:none; 
	font-size:18px; 
	font-weight:400;
	color:#859868;
	border:1px solid #E8D3C1;
	border-radius: 10px;
	padding:10px 20px;
	}
	div.more a:hover { color:#666; background-color:#fdf9f4;}

a.news-more {
  float: right;
  position: relative;
}
	
a.news-more:link, a.news-more:visited { 
	text-decoration:none; 
	font-size:18px; 
	font-weight:400;
	color:#859868;
	border:1px solid #E8D3C1;
	border-radius: 10px;
	padding:10px 20px;
	}
	a.news-more:hover { color:#666; background-color:#fdf9f4;}

.read a:link, .read a:visited {
	float:right; 
	width:120px;
	margin-top:-30px;
	text-align:left;
	text-decoration:none; 
	font-size:18px; 
	font-weight:400;
	color:#2b80ad;
	background:url(/img/read-more-bg.png) no-repeat;
	}
	.read a:hover { color:#666; }

.read-news a:link, .read-news a:visited {
	float:right; 
	width:120px;
	margin-top:0px;
	text-align:left;
	text-decoration:none; 
	font-size:18px; 
	font-weight:400;
	color:#2b80ad;
	background:url(/img/read-more-bg.png) no-repeat;
	}
	.read-news a:hover { color:#666; }



.more-arrow a:link, .more-arrow a:visited { 
	width:45px;
	height:45;
	float:right;
	margin-top:-200px;
	z-index:30;
	position:relative;
	}
	.more-arrow a:link, .more-arrow a:visited {
		background:url(/img/arrow-right-btn.png) no-repeat;
		width:45px;
		height:45px;
		}
	.more-arrow a:hover {
		background:url(/img/arrow-right-alt-btn.png) no-repeat;
		width:45px;
		height:45px;
		}
.map {
	margin-top:20px;
	width:365px;
	height:390px;
	float:left;
	z-index:25;
	position:relative;
	clear:both;
	}

.footer-container {
	margin:0 auto;
	background:url(/img/footer-bg.jpg) no-repeat;
	width:1300px;
	padding:0;
	}
	.footer {
		margin:0 auto;
		width:1000px;
		min-height:300px;
		text-align:center;
		padding-top:20px;
		}
	.footer a:link, .footer a:visited { color:#313131; }
	.footer a:hover { color:#666; }
	
	.copyright {
		font-size:11px;
		color:#313131;
		font-weight:300;
    text-decoration: none;
		}
	.copyright>a:link, .copyright>a:visited {
		width:100%;
		text-align:center;
		font-size:11px;
		color:#313131;
		font-weight:300;
    text-decoration: none;
		}
	.copyright>a:hover {
		font-size:11px;
		color:#666;
		font-weight:300;
    text-decoration: none;
		}
		


table.member-list tr:nth-child(odd)		{ background-color:#f7eae1; }
table.member-list tr:nth-child(even)		{ background-color:#FCF7F3; }
table.member-list tr		{ border-bottom: 1px solid #c3c3c3; }
table.member-list th { font-weight: bold; }
table.member-list { display: none; }

@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
  #loading {
    position: absolute;
    top: 5px;
    right: 5px;
    }

  #calendar {
    width: 100%;
    margin: 0 auto;
font-size: 80%;
    }
.fc-content {
background-color: #fff;
}
.calendar-return {
float: right; width: 150px; text-align: right; line-height: 65px;
}

table.schedule-table .time-mask {
  width: 80px;
}

table.schedule-table {
  table-layout: auto;
}

table.schedule-table td>input,table.schedule-table td>select  {
  margin: 0px !important;
}
table.schedule-table td {
  font-size: 80%;
}
table.schedule-table th {
  font-size: 90%;
  font-weight: bold;
}
/* Entry images
   ========================================================================== */
.EntryObject-unit {
	margin-bottom: 1em;
}

.EntryObject-item {
	margin-bottom: 1em;
}

.EntryObject-itemCaption {
	padding: .335em 0;
	color: #8f8f8f;
	font-size: .833em;
}

/* Alignment classes aren't used until ~640px */
@media (min-width:40em) {
	.EntryObject-unit--right {
		float: right;
		max-width: 40%;
		margin-left: 2.074em;
	}
	
	.EntryObject-unit--left {
		float: left;
		max-width: 40%;
		margin-right: 2.074em;
	}
}

/* The Object Grid needs the extra room to hold it's items */
.EntryObject--grid {
	margin: 0 -1em 0;
}

.EntryObject--grid .EntryObject-item {
	display: inline-block;
	margin: 0 -0.233em 0 0;
	padding: 1em;
	width: 100%;
	text-align: center;
	vertical-align: top;
}

.EntryObject--grid .EntryObject-itemCaption {
	text-align: center;
}

.EntryObject--grid1 .EntryObject-item {
	width: 100%;
}

/* At ~480px, object the grid is two column only */
@media (min-width:30em) {
	.EntryObject--grid2 .EntryObject-item,
	.EntryObject--grid3 .EntryObject-item,
	.EntryObject--grid4 .EntryObject-item {
		width: 50%;
	}
	
	.EntryObject--grid2 .EntryObject-itemCaption,
	.EntryObject--grid3 .EntryObject-itemCaption,
	.EntryObject--grid4 .EntryObject-itemCaption {
		text-align: left
	}
}

/* At ~800px, the object grid can now go all the way to four columns */
@media (min-width:50em) {
	.EntryObject--grid3 .EntryObject-item {
		width: 33.33333%;
	}
	
	.EntryObject--grid4 .EntryObject-item {
		width: 25%;
	}
}


/* Entry embeds, such as videos, maps, etc. All credit goes to Nicolas Gallagher
 * Intrinsic ratio embed - https://github.com/suitcss/flex-embed
   ========================================================================== */

/**
 * Flexible media embeds
 *
 * For use with media embeds – such as videos, slideshows, or even images –
 * that need to retain a specific aspect ratio but adapt to the width of their
 * containing element.
 *
 * Example HTML:
 *
 * <div class="FlexEmbed FlexEmbed--4by3">
 *     <iframe class="FlexEmbed-item" src="…"></iframe>
 * </div>
 *
 * <div class="FlexEmbed FlexEmbed--16by9">
 *     [iframe|object|embed]
 * </div>
 *
 * Based on: http://alistapart.com/article/creating-intrinsic-ratios-for-video
 */

.FlexEmbed {
    display: block;
    overflow: hidden;
    position: relative;
}

/**
 * A pseudo-element shunt is used to provide support for `max-height`. The
 * `max-height` property has no affect when using a percentage-padding to set
 * the aspect ratio.
 */

.FlexEmbed:before {
    content: "";
    display: block;
    width: 100%;
}

/**
 * Modifier: 3:1 aspect ratio
 */

.FlexEmbed--3by1:before {
    padding-bottom: 33.33333%;
}

/**
 * Modifier: 2:1 aspect ratio
 */

.FlexEmbed--2by1:before {
    padding-bottom: 50%;
}

/**
 * Modifier: 16:9 aspect ratio
 */

.FlexEmbed--16by9:before {
    padding-bottom: 56.25%;
}

/**
 * Modifier: 4:3 aspect ratio
 */

.FlexEmbed--4by3:before {
    padding-bottom: 75%;
}

/**
 * Descendant: media element
 *
 * Utility of the component is improved by provide an explicit descendant
 * class. However, it will work automatically for iframes, embeds, and objects
 * to account for times when you cannot modify the attributes for 3rd party
 * widget code.
 */

.FlexEmbed-item,
.FlexEmbed iframe,
.FlexEmbed embed,
.FlexEmbed object {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}