

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block;}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; position: relative; }

body, button, input, select, textarea { 
	font-family: "open sans", sans-serif; }


p, li, td {
	font-family: "open sans", sans-serif;
}

h1, h2, h3, h4, h5 {
	font-family: "open sans", sans-serif;

}

p { }

h1 {
	margin-bottom:.87em;
}

.lodging_options {
	display:block;
	padding-top:20px;
}

.main-section .lodging_options ul {
	margin:0;
}

.lodging_options ul {
	padding:0;
}

.lodging_options li {
	float:left;
	display:block;
	margin-right:10px;
	position:relative;
}

.lodging_options li img {
	width:100%;
}

.room_description {
	position:absolute;
	top:0;
	left:0;
	color:white;
	font-weight:bold;
	padding:5px;
}

.main-section .lodging_options p {
	width:94%;
	padding:2px 3%;
	text-align:right;
	background-color:#EEE6D7;
	border-bottom:1px solid #0E213B;
}

.main-section .lodging_options p span {
	float:left;
}

.main-section .lodging_links {
	padding:0;
	margin:20px 0 0 0;
}

.lodging_links li {
	display:inline;
	color:#A47427;
	list-style-type:none;
	padding:0;
	margin-right:0.3em;
	border-right:1px solid #A47427;
	padding-right:0.7em;
}

.lodging_links li.last {
	border-right:none;
}

.lodging_links li a:link, .lodging_links li a:visited, .lodging_links li a:hover, .lodging_links li a:active {
	color:#A47427;
	font-family: "open sans", serif;
	font-size:24px;
	text-decoration: none;
	letter-spacing:-1px;
	
} 

.lodging_links li a:hover {
	color:#444;
}

.pagetitle {
	margin-bottom:0.3em;
	font-size:42px;
}

.home .pagetitle {
	margin-bottom:.1em;
}

.home-widget h2, .widget .home-widget h2 {
	color:#C94652; 
	font-size:14px; 
	text-transform:uppercase; 
	letter-spacing:2px;
	border-bottom:none;
	font-weight:normal;
	padding-bottom:0;
	margin-top:15px;
	/* margin-top:30px; */
	margin-bottom:4px;
}

.home-widget h2:first-child {
	padding-top:5px;
	margin-top:0;
}

.home-intro p {
	font-size:17px;
	margin-top:0;
}

h1, h2, h3 { font-weight:normal; line-height:130%;}

h2 { margin:0; }

h3 {
	font-size:22px;
	margin-bottom:.6em;
	/* new */
	font-size:20px;
	font-weight:normal;
	text-transform:none;
}

h4, h5 { }

h4 { 
	line-height:1.5; 
	margin:0;
	font-style:italic;
	color:#9CC2BA!important;
	margin-bottom:.5em; 
	font-size:20px;
	font-weight:normal; 
	}

.widget h2 {
	font-weight:bold;
	font-size:18px;
	margin-bottom:.3em;
	border-bottom:none!important;
	color:#5E5E5E;
}

.widget h3 {
	font-style: italic;
	margin-bottom:3px;
}

.widget h4 {
	color:#C94652!important;
	font-style:normal;
	font-size:14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom:3px;
}

.widget ul, .widget ol {
	margin:0;
	padding-left:0;
	margin-bottom:14px;
}

.widget ul li, .widget ol li {
	font-size:16px;
	margin-bottom:.3em;
}

.widget .everywhere li {
	color:white;
	font-size:17px;
	border-bottom:1px solid #52717F;
	font-family:"open sans", serif;
	text-align:right;
	list-style-type: none;
	padding:8px 10px 8px 0;
	display:block;
	margin:0;
}

.widget .everywhere li:hover {
	border-bottom: 1px solid #c4c4c4;
}

.widget .everywhere li:has(a) {
	padding: 0;
	display:block;
}

.widget .everywhere li a {
	padding:4px 0;
	display:block;
}

.widget .everywhere a:link, .widget .everywhere a:visited, .widget .everywhere a:hover, .widget .everywhere a:active {
	color:#eee;
	text-decoration: none;
}

.everywhere a:hover {
	color:#fff;
}

/* =============================================================================
   Links
   ========================================================================== */

a { color:#0078ff; color:#2EA5CA; }
a:visited { color:#005fff; color:#2EA5CA; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; color:#50a2ff; text-decoration:none; color: #138eb3; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 20px; font-style:italic; color:#564C46;}

.main-section blockquote p {
	font-size:22px;
	line-height: 1.4;
	color:rgb(138, 125, 112);
}

dfn { font-style: italic; }

hr { clear:both; display: block; height: 1px; width:350px; border: 0; border-top:1px solid #5b6130; margin: 20px 0; padding: 0; }

h3, h4, h5 { color:#6CA398; }

.leftcolumn hr, aside hr {
	width:auto;
	height:1px;
	border:none;
	background-color:#ddd;
}

ins { background: #333; color: #ccc; text-decoration: none; }

mark { background: #333; color: #ccc; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
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%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; height:72px; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */


/* Horizontal Menu */

/* ==============
    DEFAULT: Menu
   ============== */

.newmenu {
	margin-top:0;
}

.newmenu {
    margin: 0;
    padding: 0;
    width:100%;
    position:relative;
}

.newmenu li {
	display:inline-block;
	margin-right: 10px;
	position:relative;
	height: 28px;
	background:none;
	padding-top: 12px;
	padding-left: 4px;
	float: left;
}

.newmenu .level-2 {
	display:none;
}

.newmenu a {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
	height:26px;
    color: white;
}

.newmenu a:hover, .newmenu a.current {
	color:#BAD4B6;
}

/* submenu items */

.newmenulist ul.drop {display:none;}
.newmenulist li:hover ul.drop {display:block; position:absolute; top:64px; width:220px; padding:0 0 8px 0; margin:0; height:auto;}
.newmenulist ul.drop a { display:block; text-decoration: none; padding:6px 12px; margin:0; text-align:left; line-height:140%; height:auto;}
.newmenulist .drop a:link, .newmenulist .drop a:visited, .newmenulist .drop a:hover, .newmenulist .drop a:active { color:#FFF; }
.newmenulist .drop a:hover {
	color:#fff;
}
.newmenulist ul.drop a:hover {
	background:#727d8f;
}
.newmenulist ul.drop, .newmenu ul.drop li, .newmenu ul.drop ul { list-style: none; margin: 0; padding: 0;}
.newmenulist ul.drop { position: relative; z-index: 500; float: left; }
.newmenulist ul.drop li { display:block; padding: 0; height:auto; text-align:left;}
.newmenulist ul.drop li:hover { position: relative; z-index: 599; cursor: default; }





/* ==================
   Initializr Theme
   ================== */


body{
	background:#cec09d;
	color:#353535;
	background-size:auto;
}

.main-wrapper {
	/*width:960px;*/
	margin:0 auto;
	display:block;
	position:relative;
}

.meta-section {
	width:100%;
	clear:both;
}

.meta-section.slider {
	background:transparent;
	position:relative;
	z-index:99;
	box-shadow:0 0 18px 0 rgba(0, 0, 0, 0.2);
	margin:0 auto;
}

.meta-section.slider img {
}

.meta-section.footer {
	background:transparent;
	clear:both;
	display:block;
	width:100%;
	margin:0 auto;
	background:#394932;
	z-index:1;
	padding-top:40px;
	padding-bottom:35px;
}

.meta-section.footer.main {
	padding-top:0;
	min-height:300px;
}

.meta-section.footer.copyright {
	top:0;
	background:transparent;
	margin:0;
	padding:0;
}

.wrapper.transparent.center {
	margin:0 auto;
}

.meta-section.dark {
	position:relative;
	background:#505f78;
	background-size: cover;
}

.wrapper {
	/*width:960px;*/
	margin:0 auto;
	display:block;
	position: relative;
}

.wrapper.menu {
	height:170px;
	position: relative;
}

.wrapper.content {
	z-index: 3;
}

.wrap-inner {
	 width:100%; 
	 position: relative;
}

.clear {
	clear:both;
}

.transparent {
	background:transparent;
}

.mainheader {
	background:white;
	display:block;
	overflow:hidden;
	position:relative;
}

.logo {
	position:absolute;
	/* width:206px;
	height:205px; */
	z-index:999;
	top:0;
	left:-39px;
	box-shadow: 0 8px 18px 0 rgba(69, 83, 107, 0.23);
}

.home .logo {
}

.logolink:link,
.logolink:visited,
.logolink:hover,
.logolink:active {
	display:block;
	width:174px;
	height:auto;
}

.logolink img {
	width:100%;
	height:auto;
	display: block;
}

.tagline {
	display:block;
	font-weight:normal;
	margin:0;
	font-size:14px;
	line-height:140%;
	position:absolute;
	letter-spacing:2px;
	top:116px;
	left:154px;
	color:rgb(161, 209, 185);
}

	.tagline span {
		display:none;
		text-indent:-99999px;
	}

.mainmenu {
	display:block;
	padding:0 0 0 161px;
	position: absolute;
	top:106px;
}

nav li:hover a {
	-ms-transition:color 200ms linear;
	-o-transition:color 200ms linear;
	-webkit-transition:color 200ms linear;
	-moz-transition:color 200ms linear;
	transition:color 200ms linear;
}

nav a:link, nav a:visited, nav a:hover, nav a:active {
	text-decoration:none;
	color:#fff;
	font-size:15px;
	padding:7px 7px 6px 7px;
	display:block;
	letter-spacing: 0.5px;
}
nav a:hover {
	/*color:#08734f;*/
	/*color:#B5FDB2;*/
	/*color:#BDF1BA;*/
	color:#FFF;
}



nav .current a:link, nav .current a:visited, nav .current a:hover, nav .current a:active {
	color:#c8c8c8;
}

.mainmenu ul li {
	display:inline-block;
	margin:0;
	font-family:"open sans", serif;
	font-size: 12px;
	height:32px;
	padding:15px 0 17px 0;
}
.mainmenu ul li ul {
	display:none;
}
.mainmenu ul ul li {
	display:none;
}
.mainmenu ul li:nth-child(even) {}

.mainmenu li:hover {
	background:#3a4a66;
	position:relative;
}

.mainmenu li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
.mainmenu li:hover li {
	float: none; }
.mainmenu li:hover li a {
	background-color: rgba(80,95,120,0.95);
	color: #000; 
	text-transform:none;
	font-size:16px;
	}
.mainmenu li li a:hover {
	background-color: rgba(2, 13, 31, 0.72); }

li.level-1 {

}

li.level-1.reservations {
	background:#2E6782;
	border-right:none;
}

li.level-1.reservations:hover {
	background:#b2b2b2;
}

.showandtell {
	/*
	width:980px;
	height:480px; */
	display:block;
	overflow:hidden;
}

#show-and-tell {
	position:relative;
	width:960px;
	display:block;
	overflow:hidden;
}

#tell {
	width:960px;
	height:180px;
	display:block;
	float:left;
	overflow:hidden;
}

	.message {
		width:960px;
		height:374px;
		display:block;
		background:transparent;
		padding:0;
		margin:0;
		position:relative;
	}
	
	.message .slide-headline {
		display:inline;
		font-size:18px;
		/*color:#3fb159;*/
		/* color:#60AF72;*/
		color:#31b186;
		margin-right:.4em;
	}
	
	.message .body {
		color:white;
		margin:0 0 .3em 0;
		padding:0;
		font-size:18px;
		line-height:150%;
		display:inline;
	}

	
	.message .title {
		text-align:center;
		margin-top:3em;
		font-weight:normal;
		font-size:1.4rem;
	}
	
.text {
	position:relative;
	height:60px;
	z-index:9;
	width:920px;
	top:-100px;
	left:0;
	padding:20px;
	background-color:rgba(10,10,10,.7);
}
	
#show {
	width:564px;
	height:374px;
	display:block;
	float:right;
	overflow:hidden;
	background:#231F20;
}

	.image {
		width:564px;
		height:374px;
		display:inline-block;
	}
	
.leftcolumn {
	display:inline-block;
	vertical-align:top;
	padding:20px 0 20px 10px;
	width:650px;
	background: transparent repeat-y top left;
}

.inner .leftcolumn {
	padding-bottom:80px;
	padding-right:30px;
	width:600px;
	padding-top:20px;
	padding-left:30px;
	width:72%; float:left; padding-left:2%; padding-bottom:40px; padding-right:2%;
}

.row {
	margin-bottom:20px;
}

	.section-header {
		display:block;
		margin:0 0 0.6em 0;
		padding:0;
		font-weight:normal;
		font-size:28px;
		line-height:110%;
	}
	
	.main-section {
		/*line-height:140%;*/
	}
		
	.link-column {
		display:inline-block;
		vertical-align:top;
		width:190px;
		margin-right:24px;
		overflow:hidden;
	}
	
		.link-column img {
			margin-bottom:.5em;
		}
		
		.link-column h1 {
			font-weight:normal;
			font-size:18px;
			margin:.3em 0 .3em 0;
			/*color:rgb(0, 190, 69);*/
			color:rgb(35, 179, 104);
		}
		
		.link-column p {
			margin:0 0 .5em 0;
			line-height:140%;
		}
		
		.link-column .readmore {
			
		}
		
		
.sidebar {
	padding-top:66px;
	padding-bottom:40px;
	width:280px;
	display:inline-block;
	vertical-align:top;
	position:relative; width:20%; height:450px; float:left; padding-left:2%; padding-right:2%; padding-top:56px;
}

#toc {
    color: #646464;
    margin-bottom:20px;
    border-radius:8px;
    -webkit-border-radius:8px;
    padding:5px;
    border:3px solid #DEE7E6;
}

.toctitle {
	margin:0;
	font-size:16px;
	padding-left:10px;
	border-bottom:2px solid #DEE7E6;
	margin-bottom:5px;
	padding-bottom:5px;
	color:#7C7068;
	padding-top:2px;
}

#toc .toc-h2 {
	padding-left:.5em;
	font-weight:bold;
}

#toc .toc-h3 {
	padding-left:1.5em;
}

#toc .toc-h3 a:link, #toc .toc-h3 a:visited, #toc .toc-h3 a:hover, #toc .toc-h3 a:active {
	color:#6CA398;
}

#toc .toc-h4 {
	padding-left:2.5em;
}

#toc .toc-h4 a:link, #toc .toc-h4 a:visited, #toc .toc-h4 a:hover, #toc .toc-h4 a:active {
	color:#6CA398;
}

#toc .toc-h5 a:link, #toc .toc-h5 a:visited, #toc .toc-h5 a:hover, #toc .toc-h5 a:active {
	color:#6CA398;
}

#toc ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#toc li {
    padding: 0;
    margin:0;
}

#toc a:link, #toc a:visited, #toc a:hover, #toc a:active {
    color: #5e5e5e;
    text-decoration: none;
    display: block;
    line-height:1.7;
    font-size:15px;
}

#toc li:hover {
	background:#FFF8DD;
}

#toc .toc-h2 {
    padding-left: 10px;
}

#toc .toc-h3 {
    padding-left: 20px;
}

#toc .toc-active {
}

.home .widget {
	padding-top:25px;
}

.inner .sidebar {
	padding-top:25px;
	
}

	.sidebar h2 {
		margin:0; padding:0;
		font-weight:normal;
	}

	.calendar {
		display:block;
		width:100%;
		/*border:1px solid #ddd;*/
		padding:0;
		margin-bottom:1em;
		margin-right:0;
		/*background-color:rgb(212, 230, 217);*/
		/*background-color:#DAEBD7;*/
		/* background-color:#EFF7F2; */
	}
	
		.widget h2 {
			font-weight:bold;
			font-size:18px;
			border-bottom:1px solid #ddd;
			padding-bottom:0;
			margin-bottom:2px;
		}
		
		.widget > h2 {
		 /*	padding-bottom:.2em; */
		}
		
.widget a:link, .widget a:visited, .widget a:hover, .widget a:active {
	text-decoration:none;
}
.widget a:hover {
	text-decoration:underline;
}

.widget.randomgallery {
	border-bottom:1px solid #ddd;
}

.home .home-intro, .inner .leftcolumn {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5d8dc+0,ffffff+20,ffffff+100&amp;0+0,1+20 */
background: #f3eee1;
}

.home-widget, .inner .sidebar {
	background: #f3eee1;
}

.inner .sidebar {
}

.btn:link,
.btn:visited,
.btn:hover,
.btn:active {
	display:block;
	padding:10px 20px;
	background: #f0ebd8;
	color: #07183d;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
}

.btn:hover, .btn:active {
	
}

.btn.donate-now {
	width: 200px;
    position: absolute;
    left: 76%;
    top: -20px;
    font-size: 25px;
    font-weight: 100;
}

.home-widget .home_donate_button {
	margin-top:0;
	background:#555;
	color:white;
	padding:23px;
	border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
}

.home-widget .home_donate_button p {
	color:white;
	margin:0;
}

.home_donate_button a:link, .home_donate_button a:visited, .home_donate_button a:hover, .home_donate_button a:active {
	color:rgb(232, 232, 180);
}

.home_donate_button h2, .home_donate_button h2 a:link, .home_donate_button h2 a:visited, .home_donate_button h2 a:hover, .home_donate_button h2 a:active  {
	text-align:right;
	color:rgb(226,39,39);
	text-transform: uppercase;
	font-size: 28px;
	line-height: 18px;
	text-decoration: none;
	margin:0;
}

.home_donate_button h2 a:hover {
	color:rgb(226, 75, 75);
}

.affiliates {
	border-bottom:1px solid #ddd;
}

.sidebar p {
	margin: 0 0 12px 0;
}
		
.sidebar-calendar {
	padding:12px 0 0 0;
	margin:0;
	list-style:none;
}

.sidebar-calendar li {
	border-bottom:1px solid #ddd;
	margin-bottom:12px;
	clear:both;
	display:block;
	overflow:hidden;
	padding:0 0 10px 0;
}

.event-image {
	float:left;
	margin-right:10px;
	display:block;
	width:64px;
}

.event-text {
	float:left;
	display:block;
	width:210px;
}

.event-text h1 {
	margin: 0 0 .1em 0;
	font-size:18px;
	line-height:1.3;
}

.event-text a:link, .event-text a:visited, .event-text a:hover, .event-text a:active {
	text-decoration:none;
}

.event-text a:hover {
	text-decoration:none;
}

.event-text h2 {
	font-size:14px;
	font-weight:300;
	margin-bottom:0;
	border-bottom:none;
	line-height:1.4;
}

.noimg .event-text {
	float:none;
	display:block;
	width:100%;
}

.widget {
	margin-bottom:20px;
}
		
.callout-text, .content-bullets, .content-after {
	line-height: 140%;
}
	
.sitefooter {
	padding:25px 0 0 0;
	background:transparent;
}

	.sitefooter .column {
		width:100%;
		display:inline-block;
		vertical-align:top;
		margin-left:0;
		margin-right:0;
	}
	
.column.four {margin-right:0; width:220px;}
	
.column h1 {
	font-size:28px;
	font-weight:normal;
	margin:0;
	text-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
	color:#505f78;
	padding:0 0 .5em 0;
}


.search, .facebook, .twitter {
	display:block;
}

.footer-search {
	width:190px;
	border:none;
	padding:8px 8px;
	font-size:15px;
	margin:0;
}

footer .search {
	/*background:rgb(163, 213, 163);*/
	margin-bottom:20px;
	padding:10px 0 8px 10px;
}

	.search h1 {
	}

.contact-info {
	margin:0;
}

	.sitefooter p {
		margin:0 0 10px 0;
		line-height:140%;
		font-size:16px;
		color:#CACACA;
	}
	
	.sitefooter h1 {
		font-size:16px;
		text-transform:uppercase;
		color:#D5D8DC;
		line-height:140%;
		text-shadow:none;
		margin-bottom:8px;
	}

.facebook {
}

	.facebook h1 {
		color:#999;
	}

.twitter {
	background:rgb(77, 163, 77);
	min-height:200px;
	width:190px;
	padding:10px;
}

	.twitter h1 {
		color:rgb(153, 201, 151);
	}

.sitefooter a:link, .sitefooter a:visited, .sitefooter a:active {
	color:#ffffff;
	text-decoration: none;
}

.sitefooter a:hover {
	text-decoration: underline;
}

.sitefooter strong {
	color:white;
}

.column.four p {
	margin-bottom:6px;
}

.copyright {
	margin:0; 
	color:rgba(13, 16, 20, 0.36);
	font-size:13px;
	text-transform: uppercase;
	text-align:right;
}

#editpage:link, #editpage:visited, #editpage:hover, #editpage:active {
	text-decoration:none;
}

#editpage:hover {
	background:#989898;
}

#editpage {
	position:fixed;
	top:0;
	left:0;
	padding:5px 6px;
	color:white;
	background:#989898;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing: 1px;
	z-index:9999;
}

.stats {
	position:fixed;
	top:0;
	left:50px;
	z-index:9998;
	width:auto;
	height:auto;
	background:#67C3A7;
	color:#333;
	padding:4px 10px 3px 10px;
}

.stats h3 {
	margin:0;
	color:white;
	font-size:16px;
	display:inline;
	margin-right:.5em;
}

.stats span {
	margin-right:.5em;
	color:#305A5E;
}

.breadcrumbs {
	padding:11px 0 11px 2%;
	color:#666;
	font-size:15px;
	position:relative;
}

	.breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:hover, .breadcrumbs a:active {
		text-decoration:none;
		color:#555;
		font-size:15px;
	}
	
.no-gallery .breadcrumbs {
	padding-left:150px;
}	

.no-gallery .main-section {
	padding-top:15px;
}
	
.article-image {
	margin-bottom:10px;
}

.article-image.fullwidth {
	margin-bottom:30px;
}

.article-image img {
	width:100%;
}

.main-section .caption {
	margin-top:6px;
	font-size:13px;
}

 .main-section p { 	margin:0 0 1em 0; font-size:17px; }  
 .main-section ul { 	list-style: outside disc; 	margin-left: 2em; 	padding:0; }  .main-section ul li { 	position: relative; 	/*left: 1em; 	padding-right: 1em; */}​  .main-section .flex-viewport .slides li { 	position:static; 	padding-right:0!important; 	left:0!important; 	margin-bottom:0; }
 

 
.main-section h2 {
	line-height:1.5;
	text-transform:none;
	font-weight:normal;
	font-size:21px;
	margin:0;
}
 
.main-section h3 {
	 font-size:27px;
	 font-style:italic;
	 margin-bottom:0;
}
 
.main-section h4 {
	 font-size:20px;
	 text-transform: uppercase;
	 font-style:normal;
	 font-weight:bold;
	 margin-bottom:0;
}
  
.main-section h5 {
	 margin-bottom:0;
	 font-size:24px;
	 font-weight:normal;
}

.main-section ul.slides {
	list-style:none;
	margin-left:0!important;
}

ul li {
	line-height:1.4;
	margin-bottom:.6em;
	font-size:17px;
}

.blogitem {
	border-bottom:1px solid #ddd;
	padding:2em 0;
	display:block;
}

.blogitem.first {
	border-top:2px solid #ddd;
	margin-top:30px;
}

.blogitem h1 {
	margin-bottom:.1em;
}

.main-section .blogitem h2 {
	text-transform: none;
}

h1 a:link, h1 a:visited, h1 a:active {
	text-decoration:none;
}

h1 a:hover {
	text-decoration: underline;
}

.blogitem:first-child {
	border-top:1px solid #ddd;
}

.blogitem:last-child {
	border-bottom:none;
}

.main-imagery {
	float:left;
	margin-right:20px;
	margin-bottom:6px;
}

.blogitem-text {
	float:left;
	width:400px;
}

h2.flex-caption {
	font-weight:normal;
	line-height:normal;
	font-size:18px;
	margin-bottom:0;
}

.event-details h2 {
	border-bottom:1px solid #ddd;
	padding-bottom:.3em;
	margin-top:2em;
}

.event-details h2:first-child {
	margin-top:1.3em;
}

.align_left {
	float:left;
	margin-right:20px;
	margin-bottom:6px;
	margin-top:6px;
	margin-left:-5px;
}

.align_right {
	float:right;
	margin-left:20px;
	margin-bottom:6px;
	margin-top:6px;
	margin-right:-5px;
}

.align_center {
	clear:both;
	margin:0 auto;
	margin:1em 0;
}

.sponsorship {
	background:#F2F6FC;
	padding:20px;
	margin:1.5em 0;
}
	
.meta-section.crumbs {
	display:block;
	margin:0 auto;
}

	.wrapper.crumbs {
		background:transparent;
	}

strong {
	color:#666;
}

section a:link, section a:visited, section a:hover, section a:active {
	
	color:#3362A3;
}

a strong {
	font-weight:normal;
}

.ctan-links {
	padding:0 10px;
	margin-top:40px;
	clear:both;
}

.ctan-links p {
	margin:1em 0;
	font-size:14px;
}

.next {
	float:right;
	max-width:45%;
	font-size:12px;
}

.prev {
	float:left;
	max-width:45%;
	font-size:12px;
}

.excerpt-image {
	float:left;
	margin-right:20px;
	margin-bottom:0;
	margin-top:5px;
}

.article-image.float {
	max-width:35%;
	float:left;
	margin-right:30px;
	margin-bottom:8px;
}

.children ul {
	list-style: none;
	padding:0;
}

.main-section .children {
	border-top:2px solid #ddd;
	padding-top:0;
	/* margin-top:40px; */
}

.no-body .main-section .children {
	border-top:none;
}

.no-body .main-section .children li:first-child {
	padding-top:0;
}

.main-section .children ul {
	margin:auto 0;
}

.main-section .children li {
	position:static;
	overflow:hidden;
}

.main-section .excerpt-title {
	text-transform: none;
	margin-bottom:0;
	font-size:20px;
	font-weight:normal;
	border-bottom:none;
}

.bodytext {
	margin-bottom:20px;
}

.bodytext p img, .wrap-inner p img {
	margin-top:15px;
}

.child-excerpt .body {
	line-height:1.4;
} 

table td {
	font-size:14px;
	line-height:1.3;
	padding:2px 0;
	vertical-align: top;
}

table tr td:first-child {
	padding-right:10px;
}

.main-section .excerpt-title a:link, .main-section .excerpt-title a:visited, .main-section .excerpt-title a:hover, .main-section .excerpt-title a:active {
	text-decoration: none;
} 

.child-excerpt {
	padding:10px 0 10px 0;
	border-bottom:1px solid #ddd;
	margin-bottom: 0;
}



.Highlight_Sunny {background-color:#fff2af}

.Highlight_Dewdrop {background-color:#DAF3C3}

.Highlight_Aqua {background-color:#9cefff}

.Color_Purple { color:rgb(165, 82, 255); }

.Color_Pink { color:rgb(255, 0, 173); }

.Color_Red { color:rgb(255, 0, 0); }

.Color_Orange { color:rgb(255, 133, 0); }

.Color_Green { color:rgb(0, 168, 0); }

.Default {background-color:transparent; color:inherit; }



/**
* Flexslider
**/

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; margin-left:0!important; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position:relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 30px; background: transparent; border: none; position: relative;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0; display:none;}
.flex-direction-nav a {width: 41px; height: 41px; margin: -120px 0 0; display: block; background: url(images/bg_direction_nav3.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {display:none; /* Jendi wanted these thumbnails gone */ width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #2E4059; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #2E4059; }
.flex-control-paging li a.flex-active { background: #2E4059; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .6; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/* Caption style */
 .flex-caption {
	color: #ccc; 
	font-size: 18px;
	text-align:center;
	margin:0;
	height:24px;
	padding:10px 0;
	position:absolute;
	bottom:0;
	width:100%;
	background:rgba(10,10,10,.6);
}

/* Masonry */
#masonry-container {
	clear:both;
	margin:1em 0 40px 0;
}
.item { width: 220px; float:left; 
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	margin-bottom:15px;
}
.item:hover {
	/*-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);*/
}
.item img {display:block;}

.align_left {
	float:left;
	margin-right:15px;
	margin-bottom:6px;
}

.align_right {
	float:right;
	margin-left:15px;
	margin-bottom:6px;
}

.align_center {
	display:block;
	float:none;
	margin:0 auto;
}


/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* Dynamic Sidebar Calendar */

.calendarlinktext a:link, .calendarlinktext a:visited, .calendarlinktext a:hover, .calendarlinktext a:active, .download-current-activities {
	display:block;
}

a.download-current-activities {
	border:3px solid #DEE7E6;
	background:white;
	padding:10px 20px 5px 20px;
	border-radius:8px;
	margin-bottom:20px;
	color:#7C7068;
}

a.download-current-activities:hover {
	/* background:#F0F5F8; */

	border:3px solid #d0dedd;
}

.inner a.download-current-activities {
	padding:2px 0 0 11px;
	width:262px;
}

.calendarlinktext {
	display: inline-block;
	width:203px;
	padding-left:16px;
	vertical-align:top;
	font-size:15px;
}

.inner .calendarlinktext {
	width:181px;
	padding-left:12px;
	font-size:14px;
	margin-top:18px;
}

.inner .download-current-activities.menu img {
	top:5px!important;
}

.inner .calendarlinktext.menu {
	margin-top:14px;
	margin-bottom:19px;
}

.calendaricon {
	margin: 10px 0;
	
	width: 60px;
	height: 55px;
	
	background-color: #F7F7F7;
	border-radius: 8px;
	
	position: relative;
	display:inline-block;
	}
	
.inner .calendaricon {
	margin:10px 0 7px 0;
	
}
		
.calendaricon:before {
	content: '';
	display: block;
	
	width:60px;
	height:33px;
	
	border-radius: 8px 8px 0 0;
	
	background-image: -webkit-linear-gradient(white 0%, #edeeef 100%); 
	background-image: -moz-linear-gradient(white 0%, #edeeef 100%); 
	background-image: -o-linear-gradient(white 0%, #edeeef 100%); 
	background-image: linear-gradient(white 0%, #edeeef 100%);

}
	
.calendariconheader {
	width: 60px;
	height: 13px;
	
	position: absolute;
	top: -1px;
	
	background-color: #fa565a;
	border-radius: 8px 8px 0 0;
	border-bottom: 2px solid #e5e5e5;
	
	font: 400 10px/15px Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 0.5px;
	color: #fff;
	
	text-align: center;
}

.datedisplay {
	width: 60px;
	height: 34px;
	
	position: absolute;
	top: -8px;
	
	font: 400 30px/80px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: -2px;
	color: #4c566b;
	
	text-align: center;
	
	z-index: 10; }

.datedisplay:before {
	content: '';
	display: block;
	
	position: absolute;
	top: 35px;
				
	width: 2px;
	height: 10px;
	
	background-image: -webkit-linear-gradient(#dadfe4 0%, #e5e5e5 100%); 
	background-image: -moz-linear-gradient(#dadfe4 0%, #e5e5e5 100%); 
	background-image: -o-linear-gradient(#dadfe4 0%, #e5e5e5 100%); 
	background-image: linear-gradient(#dadfe4 0%, #e5e5e5 100%);
}
		
.datedisplay:after {
	content: '';
	display: block;
	
	position: absolute;
	top: 35px;
	right: 0;
				
	width: 2px;
	height: 10px;
	
	background-image: -webkit-linear-gradient(#dadfe4 0%, #e5e5e5 100%); 
	background-image: -moz-linear-gradient(#dadfe4 0%, #e5e5e5 100%); 
	background-image: -o-linear-gradient(#dadfe4 0%, #e5e5e5 100%); 
	background-image: linear-gradient(#dadfe4 0%, #e5e5e5 100%);
}

/* end calendar */



.titlevi .hideitem {
	display:none;
}

.titlevi li {
	list-style-type:none;
}

.titlevi .P154, .titlevi .P70, .titlevi .P166 {
	font-weight:bold;
}

.titlevi p strong {
	text-transform: uppercase;
}

.titlevi p span strong {
	text-transform: none;
}

.titlevi td {
	border:1px solid #bbb;
	padding:5px;
}


.titlevi table tr:nth-child(even) {
   background-color: #e5efed;
}

.titlevi table tr:nth-child(odd) {
   background-color: #fff;
}

.titlevi table {
	margin:0 0 30px 0;
}

.titlevi tbody tr:first-child td p {
	font-weight: bold;
}

.titlevi .indent {
	padding-left:2em;
}

.titlevi .block-indent {
	padding-left:2em;
}

.titlevi .hidden {
	display:none;
}

/* Google Translate Spanish Widget */

.home-widget #google_translate_element {
	position:absolute;
	top:16px;
	right:20px;
}

.breadcrumbs #google_translate_element {
	position:absolute;
	right:4px;
	top:4px;
}

.home .headline {
	margin-bottom:14px;
	font-size:18px;
	font-weight: bold;
}

.home .news.headline {
	padding-top:30px;
	clear:both;
}

.home .btn.get-started:link,
.home .btn.get-started:visited,
.home .btn.get-started:hover,
.home .btn.get-started:active {
    box-sizing: border-box;
    color: white;
    background: #284a18;
    font-size: 22px;
    margin-bottom: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.home .btn.get-started:hover,
.home .btn.get-started:active {
	background:#3A6923;
}

.home .article.link:link,
.home .article.link:visited,
.home .article.link:hover, 
.home .article.link:active {
	display:block;
	box-sizing: border-box;
}

.home .article.link img {
	display:block;
	width:100%;
	height:auto;
	margin-bottom:10px;
}

.home .article.link:link,
.home .article.link:visited,
.home .article.link:hover,
.home .article.link:active {
	text-decoration: none;
}

.home .article.link:link p,
.home .article.link:visited p,
.home .article.link:hover p,
.home .article.link:active p {
	display:block;
	text-decoration: none;
	color:#121F41;
	margin-top:0;
}

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

/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}

@media only screen and (min-width:960px) {
	
	.sitefooter .column {
		width:auto;
		display:inline-block;
		vertical-align:top;
		margin-left:5%;
		margin-right:0;
	}
	
	.sitefooter .column.one {
		margin:0;
	}
	
	.wrapper {
		width:960px;
	}
	
	#show-and-tell {
		width:960px;
	}

	#tell {
		width:960px;
	}

	.message {
		width:960px;
	}
	
	.home .content .wrap-inner {
		padding-top:60px;
		display:block;
		padding-bottom: 40px;
	}
	
	.home article {
		float:left;
		display:block;
		width:66%;
	}
	
	.home aside {
		width:30%;
		display:block;
		float:left;
		margin-left:4%;
		padding-bottom: 40px;
	}
	
	.home aside img {
		border:6px solid #fcf3ee;
	}
	
	.home .btn.get-started:link,
	.home .btn.get-started:visited,
	.home .btn.get-started:hover,
	.home .btn.get-started:active {
	    box-sizing: border-box;
	    width: 48%;
	    margin-right: 2%;
	    float: left;
	}
	
	.home .article.link:link,
	.home .article.link:visited,
	.home .article.link:hover, 
	.home .article.link:active {
		box-sizing: border-box;
		float:left;
		margin-right:3%;
		width:30%;
	}
	
}

@media only screen and (min-width:1280px) {
	
	.wrapper {
		width:1140px;
	}
	
	#show-and-tell {
		width:1140px;
	}

	#tell {
		width:1140px;
	}

	.message {
		width:1140px;
	}

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; 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: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  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; }
}
