#messages {padding:10px; background-color:#592c69;}
#messages ul {color:#444; width:fit-content; width:-moz-fit-content; margin:0 auto; text-align:center;     background: white;
    padding: 20px;
    border-radius: 20px;}
#messages ul li {list-style:none;}
#messages ul > div {font-weight: bold; padding-bottom: 5px; display: block;}
#m_success {color: #339900;}
#m_notification {color:#3366CC;}
#m_error {color:#b22a24;}


.expander {padding-left: 30px; cursor: pointer; position: relative;}
.expander:before {content: "+"; position: absolute; left: 0.4em;}
.expander.expanded:before {content: "-";}

a{
	cursor: pointer;
}

.flex {display:flex; flex-direction:row;}
	.flex > div {padding: 10px;}
	.flex25 > div {width:25%;}
	.flex33 > div {width:33%;}
	.flex50 > div {width:50%;}
	.flex100 > div {width:100%;}
	@media (max-width: 820px){.flex:not(.full_mobile) {display:block;} .flex:not(.full_mobile) > div {width:100%;}}

.faq .expander {
	color:#FFF6E7;
	background:rgb(0, 90, 131);
    border-radius: 8px;
	font-size: 1.2em;
    padding: 5px 5px 5px 30px;
    margin: 2px;}

.faq .expander.expanded {
	background:#603913;
}

.faq .expand {
    padding: 5px 20px 10px 30px;
}

.lightbox{
	cursor: pointer;
}

.lbox_wrap {display:none; position:fixed; top:0; left:0; z-index:999; width:100%; height:100%; background:rgba(0, 0, 0, 0.5);}
	.lbox_wrap.lbox_active {display:block;}
	.lbox_wrap iframe {max-width:100%;}
.lbox {position:absolute; top:50%; left:0; right:0; margin:auto; transform:translateY(-50%); width:fit-content; width:-moz-fit-content; height:fit-content; height:-moz-fit-content; max-width:100%; max-height:100%; padding:20px; background:#FFF; border:5px solid rgba(0, 0, 0, 0.1);border-radius: 10px;}
	.lbox:before {content:'X'; cursor: pointer; position: absolute;
    right: -3px;
    top: -3px; font-size: 20px; background:rgb(0, 90, 131); color: white; border-bottom-left-radius:6px; width:35px; height:35px; line-height:35px; color:#FFF; font-weight:bold; text-align:center; display:block; margin:0 auto;}
			#student_testimonials_lb .lbox:before {right:0; top:0; font-size:13px; width:20px; height:20px; line-height:20px;}
	.lbox_wrap2 .lbox:before {position: relative; right: 0px; top: 0px;}
	.lbox .lbox_prev{position: absolute; left: -50px; top: calc(50% - 25px); font-size: 50px;}
	.lbox .lbox_next{position: absolute; right: -50px; top: calc(50% - 25px); font-size: 50px;}
	.lbox_prev .fa, .lbox_next .fa{background: white; padding: 10px; border-radius: 100%; box-shadow: 5px 5px 10px black;}

.lbox {max-width:1024px; overflow:hidden; overflow-y:auto;}
@media (max-width: 1074px){.lbox{margin:0 25px;}}


#admin_header {
	background-color: #333;
	color: #FFF;
	text-align: center;
	position:fixed;
	bottom:0;
	z-index:999;
}

#admin_header a {
	padding: 5px 20px;
	color: #FFF;
	text-decoration: none;
	display:block;
	text-align:left;
	font-weight: normal;
}

#page {
	max-width: 1200px;
	margin: auto;
	padding: 20px;
}

#header {
	padding: 20px;
}

#menu a {
	display: block;
	margin-right: 40px;
	text-decoration: none;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	transition: color 150ms ease-in-out;
	font-weight: normal;
}

#menu > div > div a {
	margin-right: 10px;
	width: max-content;
}

#menu a:hover, #menu a:focus {
	outline: none;
	color: #ee2303;
}

#menu > div {
	width: fit-content;
	display: inline-block;
	position: relative;
}

#menu > div div {
	position: relative;
}

#menu > div > div {
	position: absolute;
	z-index: 1;
	width: fit-content;
	background: #FFF;
	padding: 1em;
	line-height: 2em;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10);
	display: none;
}

#menu > div:hover > div {
	display: block;
}

#menu > div > div > div > div {
	position: absolute;
	z-index: 1;
	width: fit-content;
	background: #FFF;
	padding: 1em;
	line-height: 2em;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10);
	display: none;
}

#menu > div > div > div:hover > div {
	display: block;
	top: -1em;
	left: 100%;
}

#content{
	/* min-height: calc(100vh - 158px); */
	min-height: 300px;
	padding: 20px;
}

#footer{
	text-align: center;
	padding: 20px;
}


/* Editables */

#editables {
	font-size: 0.9em;
	background-color: #555;
	color:#0ff;
	transition: color 150ms ease-in-out, background-color 150ms ease-in-out;
	text-align:center;
	padding:5px;
}
	#editables:hover {cursor:pointer; color:#00ffba; background-color:#444;}

#no_editables{
	display: none !important;
}

.editable{

}

.editable img{
	max-width: 100%;
}

.editable ul {
    margin-left: 20px;
}

.editable.editing{
	outline: 2px solid #ff8a8a;
}

.editable_edit_info{
	background: #FFF;
}

.editable_edit_info select, .editable_edit_info input {
    width: fit-content !important;
    padding:2px 10px !important;
    border-radius: 4px !important;
    font-size:0.9em !important;
}

.editing .editable_edit_info {
	min-height: 150px;
}

.editable_content {outline:2px solid #0ff;}

	.editable_content pre {margin:0; white-space:normal;}

.editable_snip{
	background-color: #333;
	color: #FFF;
	padding:5px 5px 5px 10px;
	outline:2px solid #0ff;
}

.editable_tools{
	display: none;
    top: 0;
    background: white;
}

.editing .editable_tools{
	display: block;
}

.editable_html_command{
	cursor: pointer;
	user-select: none;
	display: inline-block;
	border: 1px solid #aaa;
    padding: 2px;
    border-radius: 5px;
    vertical-align: middle;
}

.editing .editable_tools .server_image_browser {display:inline-block; position:absolute; z-index:99; padding:10px; background-color:#333; color:#FFF; border-radius:10px;}

.stickyhead.stuck{
	position: fixed;
	top: 40px;
}

.editable_image_browser.active{
    position: fixed;
    background: white;
    color: black;
    left: 40px;
    top: 40px;
    right: 40px;
    bottom: 40px;
    border: 1px solid black;
    padding: 10px;
    border-radius: 7px;
}

.editable_image_browser_close{
	display: none;
}

.active .editable_image_browser_close{
	display: initial;
	color: red;
}

.editable_image_cont{
	display: none;
}

.active .editable_image_cont{
	display: initial;
}

.editable_image_image {
    display: inline-block;
    width: 170px;
    height: 170px;
    text-align: center;
    align-content: end;
	cursor: pointer;
}

.editable_image_image img {
    max-width: 100%;
    max-height: 100%;
}

.editable_image_image div {
	text-wrap: nowrap;
	overflow: auto;
}

.editable_image_cont_location .editable_image_image{
	text-decoration: underline;
	color: #3366CC;
	width: initial;
	height: initial;
}

.admin_font {font-family:sans-serif !important;}

/*Admin Tab Content*/
.tabs {
	padding-top: 20px;
}
.tabs .tab {
	padding: 0 20px;
	display: inline-block;
	text-align: center;
	height: 50px;
	border: 1px solid #333;
	border-radius: 10px 10px 0 0;
	padding-top: 13px;
	background-color:#f3f3f3;
}
.tabs .tab.active {
    background:#FFF;
    color:#111;
		border-bottom:0;
}
.tab_cont{
	padding: 20px;
	border: 1px solid;
	border-image-source: linear-gradient(to bottom, #333, #3330 400px);
	border-image-slice: 1;
	margin-top: -1px;
	background-color:#FFF;
}
.tab_cont .form{
	max-width: 100%;
}
/*Admin Tab Forms*/
/*.form input, .tab_cont input, .form textarea, .tab_cont textarea, .form select, .tab_cont select{*/
input, textarea, select{
	color: #333;
	width: 100%;
	padding: 10px;
	font-size: 1.3em;
	margin-bottom:15px;
    border: 1px solid rgba(230, 230, 230, 0.85);
    background: white;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	border-radius: 8px;
}
input:disabled, textarea:disabled, select:disabled{
	opacity: 0.6;
}
input[type="checkbox"], input[type="radio"]{
	width: initial;
	margin-bottom: 0px;
}
input[type="button"], input[type="submit"] {
	cursor:pointer;
	display: inline-block;
	padding: 10px 20px;
	color:#FFF6E7;
	background:rgb(0, 90, 131);
	border-radius: 8px;
	border: none;
}
input[type="button"]:hover, input[type="submit"]:hover {
	background:#603913;
}
input[type="button"]:disabled, input[type="submit"]:disabled {
    color: #555;
    background: #999;
}
.tab_cont textarea{
	height: 200px;
}
.tab_cont input.text_button {
    background: none;
    color: inherit;
	padding: 0;
	border-radius: 0;
    margin: 0;
    font-size: inherit;
	width: inherit;
}

/*Admin edit history*/

.admin_item{
	margin:30px 0;
}

.admin_item_change{
	border: 1px solid #555;
}

.admin_item_change_info{
	width: 170px;
	display: inline-block;
	border: 1px solid #555;
}

.admin_item_change_user{
	width: 130px;
	display: inline-block;
	border: 1px solid #555;
}

.admin_item_change_data{
	width: calc(100% - 310px);
	display: inline-block;
	border: 1px solid #555;
}

.admin_item_change_data_set{
	border: 1px solid #555;
}

.admin_item_change_data_key{
	vertical-align: top;
	width: 200px;
	text-align: right;
	display: inline-block;
}

.admin_item_change_data_value{
	vertical-align: top;
	width: calc(100% - 210px);
	overflow: auto;
	max-height: 3.5em;
	display: inline-block;
}

/* form */

.form{
	max-width: 680px;
	margin: 20px auto;
	background:rgba(230, 230, 230, 0.85);
	padding:20px;
	border-radius:5px;
	border:1px solid #bfbfbf;
}

.form label {
	display: block;
	margin:0 5px 0 5px;
	font-weight: bold;
}
/*https://codepen.io/chris__sev/pen/LYOyjY*/

.report_form{
	background:rgba(230, 230, 230, 0.85);
	padding:10px 15px 10px 10px;
	border-radius:20px;
}

.req {
	color:#b22a24;
	display:inline-block;
}

.form input[type="radio"] {vertical-align:baseline;}


.form_20{
	display: inline-block;
	width: 19%;
}
.form_25{
	display: inline-block;
	width: 25%;
}
.form_33{
	display: inline-block;
	width:33%;
	float:left;
}
.form_40{
	display: inline-block;
	width: 39%;
}
.form_50{
	display: inline-block;
	width: 49.9%;
}
.form_60{
	display: inline-block;
	width: 60%;
}
.form_80{
	display: inline-block;
	width: 80%;
}


.table{
	width: 100%;
	border-spacing: 0px;
}

.table th{
	border-bottom: 2px solid #333;
}

.table td{
	padding: 2px;
}

.table tr:nth-of-type(2n) td{
	background-color: #ddd;
}

.table tr{

}










.search_cont{
	position: absolute;
	background:#d8d8d8;
	padding: 10px;
	z-index: 10;
	border-radius: 5px;
	border: 1px solid #999;
}
	.search_cont:before {content:'Results'; position:absolute; top:-4px; left:11px; font-size:14px;}

.search_result {
	background:#f5f5f5;
	padding: 5px;
	border: 1px solid #999;
	border-radius: 2px;
    margin: 2px 0px;
	cursor: pointer;
}
	.search_result:hover {opacity:0.8;}











#confirm_action{
	display: none;
}
#confirm_action.active{
	display: block;
}
#confirm_shadow{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}
#confirm_box{
	position: fixed;
	width: 90%;
    max-width: 800px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 20px;
    padding: 20px;
}

#confirm_box {text-align:center;}
	#confirm_title {text-align:center; text-transform:uppercase; padding:5px 20px; border:1px solid #777; background-color:#777; color:#FFF; border-radius:10px; position:absolute; top:-35px; left:0; right:0; margin:0 auto -5px; width:fit-content; width:-moz-fit-content; font-weight:bold; font-size:1.4em;}
		@media (max-width:750px){#confirm_title {position:relative;}}
	#confirm_message {margin-top:10px; margin-bottom:15px; text-align:center;}
		@media (max-width:750px){#confirm_message {margin-top:-10px;}}
	#confirm_yes {background:#b22a24; cursor:pointer; width:90px; margin-right:10px;}
	#confirm_no {cursor:pointer; width:100px;}







#calendar{
	width: 100%;
	border-collapse: collapse;
}

#calendar th{
	width: calc(100%/7);
}
@media (max-width: 1000px){#calendar th{display:none;}}

#calendar td{
	padding: 20px 5px 45px;
	border: 1px solid #4a4a4a;
	position: relative;
	background-color:rgba(255, 255, 255, 0.7);
	vertical-align: top;
	margin-bottom:10px;
	height: 150px;
}
	@media (max-width: 1000px){#calendar td{display:block;         width: 100%;
        max-width: 350px;
        margin: auto;}}
	@media (max-width: 1000px){#calendar tr{display:block; margin: 20px 0;}}

#calendar .cal_head {border:none; text-align:center; font-size:2em; background:none; font-family: 'Nyala'; vertical-align: bottom;}
	@media (max-width: 1000px){#calendar .cal_head{height: auto;}}

#calendar .emptydays{
	border: none;
	background:none;
}

#calendar .day{
	position: absolute;
	top: 0px;
	left: 0px;
	padding:0 5px;
	background: rgba(255, 255, 255, 0.1);
	text-decoration: none;
	color: white;
	font-weight: bold;
	background-color:#555;
	z-index: 1;
}

#calendar .past{
	/*opacity: 0.8;*/
	background-color: #c1c1c1;
}

#calendar .past > div{
	opacity: 0.6;
}

#calendar .today{
	border: solid 5px rgb(0, 90, 131);
	background-color: aliceblue;
}

#calendar .today .day{
	background: rgb(0, 90, 131);
}

#calendar td:has(.is_walkin_day){
	background: #e0e0e0;
}

/*.calendar_apply {position:absolute; top:0; right:0;}
	.calendar_apply .button {padding:5px 15px 5px 20px; top:0; right:0; border-radius:0; border-bottom-left-radius:15px; border:none; cursor:pointer;}*/
.calendar_apply {margin-top:5px;}
.calendar_apply .button {padding:5px;}

#calendar td.lightbox:hover {cursor:pointer; background-color:rgba(255, 255, 255, 0.9);}

	.listbox {background:#FFF; border:1px solid #DDD; padding:5px 10px; margin-bottom:2px;}
		.listbox.alt {background:#f1f2f2;}

.day_type{
	position: absolute;
    top: 55px;
    right: 0;
    left: 0;
    text-align: center;
	font-size:0.8em;
}

#calendar .lightbox > .button{
	text-align: center;
    padding: 3px 20px;
    width: fit-content;
    margin: auto;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
}

#calendar td.lightbox:hover > .button{
	background-color: #603913;
}

#calendar td.lightbox .day_lightbox{
	cursor: initial;
}

.day_lb_right {
    float: right;
    width: 39%;
    text-align: center;
}
@media (max-width: 1000px){.day_lb_right{float:none; width:100%;}}

.day_lb_left {
    float: left;
    width: 60%;
}
@media (max-width: 1000px){.day_lb_left{float:none; width:100%;}}

.day_header {
    border-bottom: 2px solid #444;
    font-size: 1.4em;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.day_lb_info {
    font-weight: bold;
}

.day_lb_type {
    font-size: 1.2em;
    font-weight: bold;
	border-bottom:1px solid #444;
	width:fit-content; width:-moz-fit-content;
	margin-bottom:10px;
}

.day_lb_text {margin-bottom:10px;}

.day_reserve{
	color: green;
	margin:20px auto 25px auto;
}



.check_text{
	margin: 0 10px;
	display: inline-block;
	width: 620px;
	vertical-align: middle;
}

.bolded_check{
	font-weight: bold;
	font-size: 1.15em;
	color: white;
}

.descriptor {
	color: green;
	margin-top:10px;
	margin-bottom: 20px;
	width: 100%;
	font-weight: bold;
	text-align:center;
    font-size: 0.80em;
}

.cal_full{
	border-bottom: 3px solid;
	color: #b22a24;
}
.this_month .past .cal_full{
	color: #b22a2455;
}

.cal_busy{
	border-bottom: 3px solid;
	color: #b97e00;
}
.this_month .past .cal_busy{
	color: #b97e0055;
}

.cal_open{
	border-bottom: 3px solid;
	color: green;
}
.this_month .past .cal_open{
	color: #00800055;
}

#calendar #mini_cal{
	width: 100%;
}

#calendar #mini_cal a{
	display: block;
    width: 100%;
    height: 100%;
    color: white;
}

#calendar #mini_cal tr{
	display: table-row;
}

#calendar #mini_cal td{
	display: table-cell;
	height: 30px;
    padding: 0;
    width: 10%;
}

#calendar #mini_cal td.past {
	display: table-cell;
	opacity: 0.5;
}

#calendar td.cal_full{
	background: #b22a24;
}

#calendar td.cal_busy{
	background: #b97e00;
}

#calendar td.cal_open{
	background: green;
}

.foot_notes {opacity:0.7; margin:auto; margin-top:5px; padding-top: 20px; width:fit-content; width:-moz-fit-content; line-height:1em; text-align:center;}

.interested {
	text-align: center;
}

.day_message {
	text-align: center;
	margin-top:5px;
}

.fill_unavailable{
	margin-top: 10px;
	color: #b22a24;
	text-decoration: underline;
	font-weight: bold;
	text-align:center;
}

.fill_vhigh{
	color: #f22;
	text-decoration: underline;
	font-weight: bold;
}

.fill_high{
	color: #ff3d24;
	text-decoration: underline;
	font-weight: bold;
}

.fill_med{
	color: #b97e00;
	text-decoration: underline;
}

.fill_low{
	color: green;
}

.req{
	display: inline-block;
	color: #b22a24;
}



.unavalible{
	color: #888;
}



.permit_spot_hold {position:fixed; top:50px; right:10px; background:#FFF; z-index:99; padding:0 10px 10px; border-radius:5px; border:1px solid #999;}
	@media (max-width: 1000px){.permit_spot_hold {position:static;};}




.only_mobile{display: none !important;}
@media (max-width: 1000px){
	html {-webkit-text-size-adjust:100%;}

	.only_mobile{display:inherit !important;}
	.hide_mobile{display: none !important;}

	.form_20, .form_25, .form_33, .form_40, .form_50, .form_60, .form_80{
		width: 100%;
	}

}



/* SITE STYLES */

@font-face {
	font-family:"Candara";
	src:url("../fonts/Candara.ttf") format("truetype-variations");
}

@font-face {
	font-family:"Nyala";
	src:url("../fonts/Nyala.ttf") format("truetype-variations");
}

@font-face {
	font-family:"Palatino";
	src:url("../fonts/palatinolinotype_roman.ttf") format("truetype-variations");
}

* {box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
body {margin:0; font-family:Verdana; background-color:#e6e7e8; letter-spacing: 0.02em;}

a {color:rgba(0, 90, 131, 1); text-decoration:none; font-weight: bold;}
a:hover {color:#603913;}
a.inherit {
    color: inherit;
}
a.inherit_c, a.inherit_r {border-left:1px solid #FFF; margin-left:5px;}

.clear {clear:both; display:block !important;}

.wrapper {background:url('/images/tiledbg.png');}

.hwrapper {position:fixed; top:0; z-index:1000; width:100%; background:rgba(0, 90, 131, 1); color:#FFF; box-shadow:0 13px 15px -10px #111;}
	.hwrapper .header {max-width:1200px; margin:0 auto; font-family:Nyala;}

	.headwrap {line-height:40px; text-align:right;}

.logo {display:inline-block; float:left; margin-left:30px; vertical-align:middle; margin-right:50px; font-size:1.6em;}
	.logo a {text-decoration:none; color:#FFF; font-weight: normal;}
@media (max-width: 1000px){
	.logo {
		text-align: center;
		width: 100%;
		margin: 0;
		display: block;
	}
}

.navwrapper {text-align:left; display:inline-block; vertical-align:middle; letter-spacing: 0.05em;}

.nav ul {margin:0; padding:0; list-style:none;}
		.nav ul.subnav {display:none;}
		.active .nav ul.subnav {display:block;}
	.nav ul li {float:left; position:relative; text-transform:uppercase; backface-visibility:hidden;}
		.nav ul li a {cursor:default; text-decoration:none; color:#FFF; font-weight: normal;}
			.nav ul li a.nav_title {width: 160px; display: block; text-align: center;}

	.nav ul li ul {position:absolute; z-index:1; top:40px; width:100%; padding:10px 0; background:rgba(96, 57, 19, 0.9); min-height:195px;}
		.nav ul li ul li {width:100%; padding:0 10px; text-transform:initial; line-height:1.6em;}
			.nav ul li ul li a {cursor:pointer; display:block;}

			.mobile_menu_bars {display:none;}

			.nav ul li:hover {background:rgba(69, 37, 0, 0.95);}
					.nav ul li:hover > ul.subnav {display:block;}
				.nav ul li ul:hover {display:block; background:rgba(96, 57, 19, 0.95);}
					.nav ul li:hover ul {background:rgba(96, 57, 19, 0.95);}

.swrapper {position:relative; margin-top:40px; min-width:100%; min-height:75vh; background:url('/images/slideshow_02.jpg') no-repeat center; background-size:cover; overflow:hidden; box-shadow:0 10px 15px -10px #111;}
			@media (max-width: 1000px){.swrapper {min-height:30vh;}}
		.swrapper.small {min-height:135px;}
			.swrapper.small h1 {font-size:3em; text-align:center; margin-top:45px;}
	.swrapper .slider {position:absolute; top:50%; transform:translateY(-50%); width:100%; text-align:center; color:#FFF;}
		.swrapper h1 {font-family:Nyala; font-size:5em; font-weight:normal; letter-spacing:2px; color:#FFF; text-shadow: -3px -3px 1px #000000b0, 3px -3px 1px #000000b0, -3px 3px 1px #000000b0, 3px 3px 1px #000000b0;}

.cwrapper.swrapper {background-color:#222; z-index:0;}
	.cwrapper.swrapper .carrow {position:absolute; z-index:1; background:transparent url('/images/arrow-01.png') no-repeat; width:225px; height:375px; opacity:0.7; top:50%; transform:translateY(-50%) scale(0.5); cursor:pointer;}
		.cwrapper.swrapper .carrow.carrow_left {transform:translateY(-50%) scale(-0.5);}
		.cwrapper.swrapper .carrow.carrow_right {right:0;}

		.carousel_pips {position:absolute; bottom:0; left:0; right:0; text-align:center; margin:auto; width:fit-content; width:-moz-fit-content; z-index:1;}
		.carousel_pip {
			display:inline-block;
				width: 25px;
				height: 25px;
				border-radius: 100%;
				background: black;
				margin: 5px;
				border: white 2px solid;
				opacity: 0.4;
			transition:opacity 200ms ease-in;
		}
		.carousel_pip.current {
				opacity: 0.6;
		}

		.carousel_pip:hover {cursor:pointer; opacity:0.9;}

.cwrapper {background-color:#f1f2f2;/*background-color:inherit;*/}
		.cwrapper.alt {background-color:#d1d3d4;}
		.cwrapper.alt2 {background-color:#dcddde;}
		.cwrapper.alt3 {background-color:#c3c3c3;}
	.content {margin:0 auto; max-width:1200px; padding:30px; line-height:1.5em;}
		.content.full_width{max-width: 100%;}
		.content h2 {padding-bottom:10px; border-bottom:5px solid #111; margin-top:0; font-family: 'Nyala';}
	.content .info_box {background-color:#FFF; border:2px solid #111; border-radius:5px; padding:20px; margin-bottom:2%;}
			.content .info_box h3 {font-size:1.6em; font-family:Nyala; font-weight:normal; margin:0; text-align:center;}
			.content .info_box .info_date {text-align:center; font-weight:bold; font-size:0.8em;}
			/*.content .info_box p {line-height:1.2em;}*/
		.content .info_box25 {float:left; width:25%;}
		.content .info_box33 {float:left; width:33%;}
		.content .info_box50 {float:left; width:49%;}
		.content .info_box66 {float:right; width:65%;}
		.content .info_box75 {float:right; width:73%;}

.cwrapper.shead {background: #603814;
    position: sticky;
    z-index: 99;
    top: 40px;}
.cwrapper.shead .content {padding: 0;}
.cwrapper.shead h1 {font-family:Nyala; color:#FFF; padding:10px; margin:0; line-height:1em;
    text-align: center; font-weight: normal;}

.button {display: inline-block; background-color:rgba(0, 90, 131, 1); color:#FFF; text-transform:uppercase; padding:7px 20px; border-radius:5px; font-family:Nyala; font-weight: normal;}
	.button:hover {background-color:rgba(96, 57, 19); color:#FFF;}
.buttonbox {text-align:center;}
	.buttonbox a.button {margin-right:10px;}
		.buttonbox a.button:last-of-type {margin-right:auto;}

.fwrapper {background:rgba(230, 231, 232, 1); border-top:1px solid #d2d2d2; padding-bottom:100px;}
	.footer b{font-family:Nyala; font-size: 1.2em;}
	.footer {position:relative; line-height:1em;}
		.footer .fleft {float:left; width:50%; font-size: 0.8em;}
		.footer .fright {float:right; width:50%; text-align:right; margin-top:60px;}
			.footer .fright ul {margin:0; padding:0; list-style:none; text-transform:uppercase; font-family:Verdana; font-weight:bold; line-height:1.4em;}
	.footer_logo {width:70px; position:absolute; bottom:20px; right:20px;}
	.footer_logo_text {font-family:Nyala; display:inline-block; font-size:min(6.5vw, 2em); color:#347137; line-height: 1em;}
	.footer_logo_text_alt {font-weight: bold; font-size:0.55em; color:#14709f;}
	.footer_logo_mobile {display:none;}

@media (max-width: 1000px){
	.navwrapper {display:none; position:absolute; top:0; right:0; background:#603913; max-height:75vh; overflow:hidden; overflow-y:auto; min-width:50%;}
				.header.show_mobile_menu .navwrapper {display:block;}
			.nav:before {content:'MENU'; background-color:#492502; width:100%; display:block; font-size:1.8em; padding-left:20px; border-bottom: 1px solid #fff;}
		.nav ul.subnav {display:block;}
	.nav ul li {float:none; padding:0;}
		.nav ul li:hover, .nav ul li ul:hover, .nav ul li:hover ul {background:none; box-shadow:none;}
	.nav ul li a {padding-left: 30px;}
	.nav ul li a.nav_title {background-color:#492502; color:#FFF; padding:5px 25px 5px 30px; display:inline;}
	.nav ul li ul {position:relative; top:0; min-height:initial; background:none;}
	.nav ul li ul li a {font-weight:bold; margin-bottom:10px;}
		.nav ul li ul li a:before {content:'- ';}
			.mobile_menu_bars {display:block; cursor:pointer; position:fixed; right:-8px; top:-17px; z-index:999; padding:19px;}
			.bar1, .bar2, .bar3 {width:35px; height:5px; background-color:#FFF; margin:6px 0; transition:0.4s; border-radius:5px;}
			.show_mobile_menu .bar1, .show_mobile_menu .bar2, .show_mobile_menu .bar3 {background-color:#a5a5a5 !important;}
			.show_mobile_menu .mobile_menu_bars {}
			.show_mobile_menu .bar1 {transform:translate(0, 11px) rotate(-45deg);}
			.show_mobile_menu .bar2 {opacity:0;}
			.show_mobile_menu .bar3 {transform:translate(0, -11px) rotate(45deg);}
	.cwrapper.swrapper .carrow.carrow_left {left:-65px;}
	.cwrapper.swrapper .carrow.carrow_right {right:-65px;}
	.swrapper .slider h1 {font-size:3em;}
	.content .info_box {float:none !important; width:100% !important; background-color:rgba(207, 207, 207, 0.5) !important;}
	.buttonbox a.button {display:block; margin-bottom:10px; margin-right:0;}
	.footer h3 {text-align:center;}
	.footer .fleft, .footer .fright {float:none; width:100%; text-align:center; margin-top:25px;}
	.footer .fright {margin-top:0; text-align:center !important;}
	.footer_logo {display:none;}
	.footer_logo_mobile {display:block; position:absolute; left:0; right:0; width:100%; background:rgba(230, 231, 232, 1);}
}

/*@media (max-width: 1000px){
	#calendar .day {width:15%; text-align:center;}
	.day_type {position:static; float:left; margin-left:15%; width:35%;}
	.descriptor {float:right; width:35%;}
	.interested {text-align:center; float:left; margin-left:15%; width:35%;}
}*/

	.day_type {position:static;}
@media (max-width: 1000px){
	#calendar td {padding:0; height:auto; margin-bottom:3px; padding-bottom:5px;}
	#calendar .day {text-align:center; width:50px;}
	#calendar .day small {vertical-align:super; line-height:1em; font-size:0.6em;}
	#calendar .day span {border-bottom:2px solid;}
	.day_message {margin:5px 50px;}
	.day_type {position:static;}
	.interested {font-size:0.8em; line-height:1.2em;}
	.descriptor {margin:0;}
	.foot_notes {padding:0;}
	#calendar .lightbox > .button {left:auto; bottom:auto; top:0; border-radius:0 0 0 10px;}
	#calendar tr.main_cal_week:before {content: ''; border-bottom:5px solid #999; width:10%; display:block; margin:20px auto; border-radius:5px;}
	.mobile_cal {display:block !important;}
}