/*Common Elements*/
.sr-only {
	position: absolute;
	left: -9999px;
	font-size: 0;
	opacity: 0;
	clip: rect(0,0,0,0);
}
.hidden {
	/* utility class for hiding elements, zones, etc. */
	display: none !important;
}
.editmode .hidden {
	display: block !important;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.simple fieldset.nopad {
	padding: 0;
	margin: 0;
}
.simple legend.minimal {
	font-size: inherit;
	border: 0;
	padding: 0;
	margin: .5em 0;
	color: #0c616f;
}

.break {
	clear: both;
}
p {
	font-size: 13px;
	line-height: 18px;
	color: #565757;
	text-align: justify;
}
.slides p {
	text-align: left;
}
img {
	border: none;
}
b {
	font-size: 13px;
	font-weight: bold;
	color: #0c616f;
}
ul {
	color: #565757;
	font-size: 13px;
	line-height: 18px;
}
ol {
	color: #565757;
	font-size: 13px;
	line-height: 18px;
	padding-right: 20px;
}
a {
	font-size: 13px;
	color: #0c616f;
	text-decoration: none;
}
a:hover {
	font-size: 13px;
	color: #0c616f;
	text-decoration: underline;
}
h4.sponsors {
	margin: 0px 0px 7px 20px;
}




/*======================================================
** 			|     Bootstrap-ish buttons       |  		  **
======================================================== */
#wrapper .blueButton:before,
#wrapper .graybutton:before,
#wrapper .redButton:before,
#wrapper .orangebutton:before,
#wrapper .greenbutton:before,
#wrapper .blueButton:after,
#wrapper .graybutton:after,
#wrapper .redButton:after,
#wrapper .orangebutton:after,
#wrapper .greenbutton:after {
	display: none;
}
#wrapper .blueButton,
#wrapper .graybutton,
#wrapper .redButton,
#wrapper .orangebutton,
#wrapper .greenbutton,
input.searchsubmit {
	background: none;
	border-radius: 4px;
    display: inline-block;
    padding: 9px 11px 7px;
    height: auto;
    border: 0;
    margin: 0;
    transition: all 0.15s ease 0s;
    box-sizing: border-box;
    font: 700 1.1rem / 1.2rem 'Architects Daughter', Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}
#wrapper .greenbutton, #wrapper .btn-primary {
    background-color: #19661e;
	z-index:9;
}
#wrapper .graybutton, #wrapper .btn-default {
	background-color: #555;
	z-index:9;
}
#wrapper .blueButton, #wrapper .btn-info {
	background-color: #354374;
	z-index:9;
}
#wrapper .redButton, #wrapper .btn-danger {
	background-color: #ff0000;
	z-index:9;
}
#wrapper .blueButton:hover,
#wrapper .graybutton:hover,
#wrapper .redButton:hover,
#wrapper .orangebutton:hover,
#wrapper .greenbutton:hover,
#wrapper .blueButton:focus,
#wrapper .graybutton:focus,
#wrapper .redButton:focus,
#wrapper .orangebutton:focus,
#wrapper .greenbutton:focus,
input.searchsubmit:hover,
input.searchsubmit:focus {
	background-color: #fff;
	text-decoration: none;
	outline: none;
	color: #222 !important;
}


/*======================================================
** 			|     stuff       |  		  **
======================================================== */
#wrapper {/*should fix a lot of z-index issues*/
	position: relative;
    z-index: 1;
}
/*======================================================
** 			|     header       |  		  **
======================================================== */

#ctl00_searchBox {
	width: 161px;
	height: 26px;
	background-color: #fff;
	border: solid #a29e9e 1px;
	padding-left: 5px;
	color: #adacac;
	font-size: 16px;
	float: left;
}
#ct100_searchButton {
	width: 47px;
	height: 30px;
	/*background-image:url(Images/searchButton.jpg);*/
	/*background-repeat:no-repeat;*/
	float: right;
	border: 0px;
	cursor: pointer;
}


/*======================================================
** 		 main menu - must override cmsmenu.css       **
======================================================== */
#menuIcon {
	background: #86a63e;
	border: 0;
	font-size: 0;
	line-height: 0;
	display: none;
}
#menuIcon:before {
	background: url('/ramble/images/icon_mobile_menu_lines_trans.png') center center no-repeat;
	width: 30px;
	height: 30px;
	content: "";
	display: block;
}
#mainNav ul {
	background: #657830;
	margin: 0px;
	padding: 0px;
}
#mainNav li {
	list-style: none;
	float: none;
	display: inline-block;
	line-height: 43px;
	background-image: url('/ramble/images/nav_divide.jpg');
	background-repeat: no-repeat;
	background-position: left;
}
#mainNav li:first-child {
	background-image: none;
}
#mainNav li#last {
	background-image: none;
}
#mainNav a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 13px 25px;
}
#mainNav li.hover a {
	background-image: url('/ramble/images/nav_hover.jpg');
	background-repeat: repeat-x;
}
#mainNav li.hover ul li a {
	background-image: none;
}
/*
	LEVEL TWO
*/

#mainNav ul li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 1;
	width: 200px;
	padding-left: 0px;
	z-index: 99;
	background-image: none;
}
#mainNav ul li ul li {
	min-width: 209px;
	background-color: #076d7f;
	height: 34px;
	line-height: 34px;
	position: relative;
	text-align: left;
	display: block;
	padding-left: 10px;
	background-image: none;
	color: #ffffff;
}
#mainNav ul li:hover ul {
	display: block;
}
#mainNav ul li ul li:hover {
	background-image: none;
	background-color: #ffffff;
	margin-top: 0px;
}
#mainNav ul li ul li a {
	color: #ffffff;
	font-size: 12px;
	position: absolute;
	text-align: left;
	line-height: 34px;
	display: block;
	width: 95%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5%;
	font-family: arial;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}
#mainNav ul li ul li a:hover {
	color: #076d7f;
	background-image: none;
}
#home_content {
	padding-top: 15px;
}
#interior_content {
	margin-top: 40px;
}
.bcgraytxt {
	font-size: 11px;
	color: #565757;
	display: inline;
}
.bcbluetxt {
	font-size: 11px;
	color: #168a9e;
	text-decoration: underline;
	display: inline;
}
.content_row {
	width: 100%;
}
#txt_area {
	padding: 15px;
}

/*======================================================
** 			|     banner       |  		  **
======================================================== */

#rotator .flexslider {
	padding: 0;
	border: 0;
	border-radius: none;
	box-shadow: none;
}

/*======================================================
** 			|     event stuff       |  		  **
======================================================== */
.findEventsTitle {
	font-weight: bold;
	font-size: 18px;
	color: #168a9e;
	margin-top: 35px;
	margin-bottom: 6px;
}
.eventList {
	margin-bottom: 4px;
}
#mid2 #events input[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	-ms-appearance: checkbox;     /* not currently supported */
	-o-appearance: checkbox;      /* not currently supported */
	float: left;
	margin-right: 9px;
}
.eventsMapTxt {
	font-size: 11px;
	color: #333;
	float: left;
	margin-top: 0px;
	line-height: 11px;
	margin-top: 5px;
}
.eventsMapTxt#county {
	float: none;
	margin-top: 15px;
	margin-bottom: 7px;
}
.styled-select select {
	background: transparent;
	width: 268px;
	font-size: 12px;
	padding-top: 3px;
	border: 0;
	color: #8e8e8e;
	border-radius: 0;
	height: 36px;
 (-bracket-:hack;
	height: 20px;
 );
	-webkit-appearance: none;
}
.styled-select {
	width: 160px;
	height: 22px;
	overflow: hidden;
	background: url('/ramble/images/counties.jpg') no-repeat right #fff;
	float: left;
	margin-right: 3px;
	margin-bottom: 7px;
}
input.minDate {
	width: 114px;
	height: 19px;
	color: #8e8e8e;
	font-size: 12px;
	border: solid #8e8e8e 1px;
	float: left;
	padding-left: 3px;
	margin-right: 7px;
}
#minDate_container {
	width: 145px;
}
#input_container {
}
#calendar {
	width: 16px;
	height: 15px;
	float: left;
	margin-top: 5px;
}
#startDate {
	margin-top: 8px;
}
#startDateTxt {
	float: left;
	margin-right: 10px;
}


/**
 * Event search form style customization
 */
.eventSearch fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
.eventSearch legend {
	margin: .5em 0;
	padding: 0;
	font-size: 2em;
	font-family: 'Architects Daughter', cursive;
	font-weight: bold;
	line-height: 1.3;
	font-size: 20px;
	color: #0c616f;
}
.eventSearch .block {
	margin-bottom: 5px;
}
.eventSearch input,
.eventSearch label {
	box-sizing: border-box;
}
.eventSearch .inline input,
.eventSearch .inline label {
	display: inline-block;
	vertical-align: middle;
}
.eventSearch .inline label {
	width: 23%;
}
.eventSearch select,
.eventSearch input {
	border: 1px solid #888;
	border-radius: .2em;
	padding: 0.5em;
	line-height: 1em;
	width: 75%;
}
.eventSearch input[type="image"] {
	border: 0;
}
.eventSearch .fm-checkbox label,
.eventSearch .fm-radio label {
	width: auto;
}
.eventSearch .submit input,
.eventSearch .fm-radio input,
.eventSearch .fm-checkbox input {
	width: auto;
}
.eventSearch .fm-radio label,
.eventSearch .fm-checkbox label {
	max-width: 85%;
}


.simple span.required:after {
	content: url("/ramble/images/icon_required_orange.png");
}
.simple .required img {
	opacity: 0;
	position: absolute;
	left: -9999px;
}

/*	event submission form jQuery UI overlays - fix z-index!	*/
#ui-datepicker-div,
.ui-timepicker-container {
	z-index: 10 !important;
}
#eventDatesTimes .evraindate input {
	margin: 12px 0;
}
/*
#ctl00_HomePageEventMapSearch1_btnGoButton {
	width: 121px;
	height: 32px;
	float: left;
	margin-top: 12px;
	background-image: url('/ramble/images/go.png');
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
}
input[type="checkbox"] {
	-moz-appearance: checkbox;
	float: left;
	margin-right: 9px;
	margin-bottom: 4px;
}

input#ctl00_HomePageEventMapSearch1_ddlCounty_Input.rcbInput {
	margin-bottom: 4px;
}
#HomeFilter br {
	clear: both;
}*/
hr.events {
	margin-top: 50px;
	color: #a29e9e;
}
.smBanner#right {
	margin-right: 0px;
}
#sponsorsBox.interior {
	padding-top: 0px;
}
.sponsorLink {
	font-size: 14px;
	color: #076d7f;
	margin-left: 62px;
	text-decoration: none;
}
.sponsorLink:hover {
	text-decoration: underline;
	font-size: 14px;
}
#sponsors p {
	margin-left: 11px;
}
.credits {
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	margin: 0px 0px 10px 0px;
	text-align: center;
}
.credits a {
	text-decoration: underline;
	color: #fff;
}
.creditsLink {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding-top: 30px;
	width: 200px;
	margin: 0 auto;
	text-align: center;
}
.creditsLink:hover {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
	padding-top: 30px;
	width: 200px;
	margin: 0 auto;
}
.cmsEventsList .eventtitle, .cmsEventsList .eventstartend {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    width: auto;
}
.eventDetails h4 {
	margin-bottom:3px;
}

.donate_button {
	border-top: 1px dashed #333;
	text-align: center;
	padding: 15px;
	margin-top: 15px;
}

#eventsBox input[type="image"]{
	margin: 0 auto;
	display: block;
	padding-top: 10px;
}
/*======================================================
** 			|     footer menu       |  		  **
======================================================== */
#footer {
	background-color: #657830;
	border-top: solid #cb7229 5px;
	width: 100%;
	height: 88px;
	margin-top: 1em;
	padding-bottom: 1em;
}
#footerNav {
	padding-top: 29px;
}
#footerNav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: block;
}
#footerNav li {
	list-style: none;
	float: none;
	display: inline-block;
	vertical-align: middle;
	background-image: url('/ramble/images/footer_nav_divide.jpg');
	background-repeat: no-repeat;
	background-position: right;
}
#footerNav a {
	text-transform: lowercase;
	font-size: 12px;
	color: #fff;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}
#footerNav li:last-of-type {
	background: none;
}
#footerNav a:hover {
	text-decoration: underline;
}



#eventsBox_inner {
	border: solid #a29d9d 1px;
}

#events_map img {
		margin: 53px auto 0px;
		display: block;
}

#events_map .blueButton {
	text-align: center;
}
/* Social Feed */
.feed .post {
	position: relative;
	padding: 15px 17px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	        flex-wrap: nowrap;
	border-bottom: 1px solid #A29D9D;
}
.feed .img img {
	width: 70px;
	margin-top: 5px;
}
.feed .post .body {
	box-sizing: border-box;
	padding-left: 20px;
}
@media screen and (min-width: 1025px) {
	.feed .post .body { max-width: 72%; }
}
.feed .post h5 {
	margin: 0 0 -11px;
	color: #007C9E;
}
.feed .post h5 a {
	text-decoration: none;
	color: inherit;
}

.largeTitle {
	background-color: #657D2B;
	width: 100%;
	position: absolute;
	z-index: 10;
	left: 0;
	font-family: 'Architects Daughter', cursive;
	color: #fff;
	font-size: 30px;
	padding-left: 30px;
	border-bottom: 0;
	box-sizing: border-box;
	margin-top: 0;
	line-height: 1.5em;
}

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

/*======================================================
** 			|     page breadcrumb trail       |  		  **
======================================================== */

.breadcrumbs {
	margin: 0;
	padding: 0;
	padding-top: 15px;
	margin-left: 20px;
}
.breadcrumbs .slash,
.breadcrumbs a.crumb {
	display: inline-block;
	vertical-align: middle;
}
.breadcrumbs .slash:first-of-type {
	display: none;
}
#wrapper .breadcrumbs .cms-breadcrumb a.crumb {
	font-size: 11px;
	color: #0c616f;
}


/*======================================================
** 			|     donate form style mods       |  		  **
======================================================== */
p.pad {
	padding: 10px 0;
}
.defaultbutton {
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #999;
	padding: 7px;
	color: #999;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.defaultbutton.small {
	padding: 4px;
	font-size: .9rem;
}
form.simple .readonly {
	color: #999;
}
form.simple .fm-help p {
	margin: .4em 0;
}
#donateForm .perMonth {
	display: none;
}
.input-group {
	display: table;
	width: 100%;
	vertical-align: middle;
}
.input-group input, .input-group select, .input-group .input-prepend {
	display: table-cell;
	border-collapse: collapse;
	vertical-align: middle;
}
.input-prepend {
	border: 1px solid #999;
	border-radius: 3px 0 0 3px;
	border-right: 0;
	padding: 2px 10px;
	width: 9px;
	color: #999;
}
.input-prepend+input, .input-prepend+select {
	border-radius: 0 3px 3px 0;
}

.simple fieldset.radiogroup {
	margin: 0;
}
.simple .radiogroup legend {
	border-bottom: 0;
	font-size: 1rem;
}


#sponsors .cmsGallery .photo {
	margin-bottom: 10px;
	width: auto;
}
#sponsors .cmsGallery .photo .imgDesc {
	display: none;
}
#sponsors .cmsGallery .photo img {
	height: auto !important;
	width: auto !important;
	max-height: 100%;
	margin: 0 !important;
}

.rambleList .event {
	display:none;
}
.rambleList .eventpage1 {
	display:block;
}

/*======================================================
** 			|     pagination       |  		  **
======================================================== */


/*pagination*/
.pagination {
	text-align: center;
	display: block;
    	z-index:99;
}
.pagination li {
	display: inline-block;
}
.pagination a {
	display: block;
	position: relative;
    padding: 4px 8px;
    line-height: 1.42857;
    text-decoration: none;
    background-color: #fff;
    border-radius: 4px;
    margin-left: -1px;
    font-weight: 400;
    font-size: 18px;
    color: #007C9E;
    z-index:99;
}
.pagination a:hover, .pagination a:focus {
    background-color: rgb(238, 238, 238);
}
.pagination .active a {
	font-weight: 700;
}
.pagination .prev a,
.pagination .next a {
	font-size: 0;
	line-height: 0;
}
.pagination .prev a:before,
.pagination .next a:before {
	border: 9px solid transparent;
	width: 0;
	height: 0;
	content: "";
	display: block;
	position: absolute;
	top: -12px;
}
.pagination .prev a:before {
	border-right-color: #c0bdb6;
	left: 0;
}
.pagination .next a:before {
	border-left-color: #c0bdb6;
	right: 0;
}


/*======================================================
** 			|     events map styles       |  		  **
* http://stackoverflow.com/questions/5472802/css-z-index-lost-after-webkit-transform-translate3d
======================================================== */

#widemap {
	margin-bottom: 25px;
}
#widemap #map-canvas {
	width: 100%;
}
#widemap, #map_div {/*attempting to keep the map from overflowing and covering up other content*/
	overflow: hidden;
	position: relative;
	z-index: 1;
}



/*======================================================
** 			|     events social sharing buttons       |  		  **
======================================================== */
.eventDetails .shareBtns { margin: 20px 0; display: block; text-align: center;  }
.shareBtns .shareText,
.shareBtns ul,
.shareBtns li { display: inline-block; list-style-type: none; padding: 0; margin: 0; }
.shareBtns li { width: 45px; }
.shareBtns li a { display: block; box-sizing: border-box; padding: 8px; font-size: 24px; color: #fff; }

/*colors*/
.shareBtns li.facebook a { background-color: #134071; }
.shareBtns li.twitter a { background-color: #3e9ac2; }
.shareBtns li.plus a { background-color: #c22216; }
.shareBtns li.pinterest a { background-color: #8c150d; }

/***************  (max-width : 480px) ***************/

@media only screen and (max-width : 480px) {
	body {
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		/*background-image:url(Images/bg.jpg);
		background-repeat:no-repeat;
		background-position:center top;*/
		background-color: #fff;
		font-family: arial;
	}

	#header_right, #fb {
		display: none;
	}
	h1, .h1 {
		font-family: 'Architects Daughter', cursive;
		font-size: 30px;
		line-height: 30px;
		color: #0c616f;
		border-bottom: solid #cb7229 5px;
		width: 100%;
		margin-top: 0px;
	}
	h2, .h2 {
		font-family: 'Architects Daughter', cursive;
		font-size: 30px;
		color: #cb7229;
		margin-bottom: 7px;
		line-height: 33px;
	}
	h3, .h3 {
		font-family: 'Architects Daughter', cursive;
		font-size: 25px;
		color: #cb7229;
		margin-bottom: 7px;
		line-height: 28px;
	}
	h4, .h4 {
		font-family: 'Architects Daughter', cursive;
		line-height: 1.3;
		font-size: 20px;
		color: #0c616f;
	}
	#mainDiv {
		width: 100%;
		margin: 0 auto;
		padding-top: 19px;
	}
	#header {
		width: 100%;
		height: 115px;
		margin: 0 auto;
		background-image: url('/ramble/images/header_bg.png');
		background-repeat: repeat-x;/*border-bottom:solid #1a7584 4px;*/
		/*box-shadow: 2px 5px 5px #adacac;*/
	}
	#logo {
		width: 80%;
		height: 74px;
		margin-left: 38px;
		margin-top: 21px;
		margin: 0 auto;
	}
	#logo img {
		width: 100%;
	}
	#dates {
		width: 95%;
		margin-left: 15px;
		margin: 0 auto;
		padding-left: 20px;
		font-family: 'Architects Daughter', cursive;
		color: #177788;
		font-size: 30px;
		line-height: 30px;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	#dates img {
		width: 95%;
	}
	#header_right {
		width: 230px;
		margin: 0 auto;
	}
	.innerDiv {
		width: 100%;
		margin: 0 auto;
		background-color: #fff;
	}
	.innerDivTwo {
		width: 100%;
		margin: 0 auto;
		/*box-shadow: 0px 5px 8px #adacac;*/
		background-color: #fff;
	}
	#rotator {
		width: 100%;
		position: relative;
		z-index: 3;
		margin-top: 120px;
	}
	#rotator .description .text {
		position: static;
	}
	#main {
		width: 90%;
		margin-left: 10px;
		padding-right: 30px;
	}
	#interior_contentRgt {
	/*float:left;*/
		/*width:327px;*/
	}
	#about {
		/*float:left;*/
		margin-right: 12px;
	}
	#aboutTxt {
		padding: 0px 30px 10px 15px;
		width: 90%;/*margin-top:30px;*/
	}
	#eventsMap {
		width: 303px;
	}
	.eventsBox {
		width: 100%;
		/*float:left;*/
		position: relative;
		z-index: 50;
	}
	#eventsMapTitle {
		display: none;
	}
	#donateButton {
		width: 92px;
		height: 26px;
		/*margin:0 auto;*/
		margin-top: 7px;
	}
	#creditCards {
		width: 145px;
		height: 15px;
		/*margin:0 auto;*/
		margin-top: 10px;
	}
	#aboutTitle {
		display: none;
	}
	#aboutTitle.text {
		font-family: 'Architects Daughter', cursive;
		font-size: 36px;
		color: #0c616f;
		/*border-bottom:solid #cb7229 5px;*/
		width: 560px;
		margin-top: 0px;
	}
	#banners {
		width: 250px;
		;
		height: 451px;
		margin-left: 25px;
		/*float:left;*/
		margin: 0 auto;
		margin-top: 20px;
	}
	.lgBanner {
		width: 250px;
		height: 250px;
	}
	.smBannerRow {
		width: 260px;
		height: 90px;
		margin-top: 11px;
	}
	.smBanner {
		width: 120px;
		height: 90px;
		float: left;
		margin-right: 10px;
	}
	#sponsorsTitleblue {
		display: none;
	}
	#sponsors {
		margin-right: 12px;
		margin-bottom: 10px;
		margin: 0 auto;
	}
	#sponsorsBox {
		margin-left: 30px;
		margin-bottom: 5px;
	}
	.sponsorsBox a.flex-prev {
		display: none;
	}
	.sponsorAd1 {
		/*width:235px;*/
		width: 80%;
		/*height:112px;*/
		margin-right: 6px;
		/*float:left;*/
		margin: 0 auto;
		margin-top: 10px;
	}
	.sponsorAd1 img {
		width: 80%;
	}
	.sponsorAd2 {
		/*width:117px;*/
		width: 80%;
		/*height:112px;*/
		/*float:left;*/
		margin-right: 6px;
		margin: 0 auto;
		margin-top: 10px;
	}
	.sponsorAd2 img {
		width: 80%;/*height:112px;*/
	}
	.sponsorsBox a.flex-next {
		display: none;
	}
	.eventsTitle {
		color: #076D7F;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		/*float:left;*/
		/*width:14%;*/
		padding: 10px 0px 0px 0px;
		text-align: center;
		border-bottom: 0;
	}
	.eventsTxt {
		/*float:left;*/
		padding-top: 8px;
		text-align: center;
	}
	.eventsTxt ul {
		margin: 0px;
		padding: 0px;
	}
	.eventsTxt li {
		list-style: none;
	}
	.eventsTxt a {
		color: #076D7F;
		font-size: 14px;
		text-decoration: none;
	}
	.controls {
		width: 70px;
		margin-top: 12px;
		/*float:left;
		margin-left:100px;*/
		margin: 0 auto;
		margin-top: 5px;
	}
	.control {
		width: 16px;
		height: 13px;
		float: left;
		margin-right: 7px;
	}
	.eventsTxt a:hover {
		text-decoration: underline;
	}
	#map_icon {
		width: 40%;
		/*height:87px;*/
		position: absolute;
		z-index: 12;
		left: 180px;
		top: 0px;
	}
	#map_icon img {
		width: 60%;
	}
	#search_container {
		width: 225px;
		height: 30px;
		/*margin-left:40px;*/
		margin-top: 10px;
		margin: 0 auto;
	}
	#menu_header, #menu_footer {
		display: none;
	}
	.tinynav1 {
		background-color: #86a63e;
		color: #fff;
		margin: 0 auto;
		overflow: hidden;
		padding: 5px;
		width: 100%;
		height: 35px;
		border-bottom: solid #cb7229 5px;
	}
	#footerNav {
		display: none;
	}
	#HomeFilter {
		padding: 15px;
		color: #333333;
		/*float: left;*/
		font-size: 11px;
		margin-top: 20px;
		text-align:center;
	}
}

/*************** (min-width : 481px) and (max-width : 1024px) ***************/

@media only screen and (min-width : 481px) and (max-width : 1023px) {
	body {
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		/*background-image:url(Images/bg.jpg);
		background-repeat:no-repeat;
		background-position:center top;*/
		background-color: #fff;
		font-family: arial;
	}
	/*#fb {
		width:27px;
		height:27px;
		margin-left:240px;
		margin-bottom:10px;
	}*/

	#fb img {
		display: none;
	}
	#search_container {
		width: 225px;
		height: 30px;
		/*margin-left:40px;*/
		margin: 0 auto;
	}
	h1, .h1 {
		font-family: 'Architects Daughter', cursive;
		font-size: 30px;
		color: #0c616f;
		border-bottom: solid #cb7229 5px;
		width: 100%;
		margin-top: 0px;
	}
	h2, .h2 {
		font-family: 'Architects Daughter', cursive;
		font-size: 30px;
		color: #cb7229;
		margin-bottom: 7px;
		line-height: 33px;
	}
	h3, .h3 {
		font-family: 'Architects Daughter', cursive;
		font-size: 25px;
		color: #cb7229;
		margin-bottom: 7px;
		line-height: 28px;
	}
	h4, .h4 {
		font-family: 'Architects Daughter', cursive;
		line-height: 1.3;
		font-size: 20px;
		color: #0c616f;
	}
	#mainDiv {
		width: 100%;
		margin: 0 auto;
		padding-top: 19px;
	}
	#header {
		width: 100%;
		height: 115px;
		margin: 0 auto;
		background-image: url('/ramble/images/header_bg.png');
		background-repeat: repeat-x;/*border-bottom:solid #1a7584 4px;*/
		/*box-shadow: 2px 5px 5px #adacac;*/
	}
	#logo {
		width: 242px;
		height: 74px;
		margin-left: 38px;
		margin-top: 21px;
		/*float:left;*/
		/*border:solid #14d20b 3px;*/
		margin: 0 auto;
	}
	#logo img {
		width: 100%;
	}
	#dates {
		/*float:left;*/
		margin: 0 auto;
		margin-top: 13px;
		margin-bottom: 10px;
		font-family: 'Architects Daughter', cursive;
		color: #177788;
		font-size: 32px;
		line-height: 35px;
		text-align: center
	}
	#header_right {
		width: 230px;
		/*margin-right:28px;*/
		/*margin-top:25px;
		float:left;*/
		margin: 0 auto;
	}
	.innerDiv {
		width: 100%;
		margin: 0 auto;
		/*box-shadow: 0px 5px 8px #adacac;*/
		background-color: #fff;
	}
	.innerDivTwo {
		width: 100%;
		margin: 0 auto;
		/*box-shadow: 0px 5px 8px #adacac;*/
		background-color: #fff;
	}
	#rotator {
		width: 100%;
		position: relative;
		z-index: 3;
		margin-top: 100px;
	}
	#events {
		width: 80%;
		height: 38px;
		border-radius: 30px;
		background-color: #076d7f;
		margin: 0 auto;
		box-shadow: 2px 5px 5px #adacac;
		color: #fff;
	}
	#main {
		/*float:left;*/
		width: 90%;
		margin-left: 20px;
		padding-right: 30px;
	}
	#interior_contentRgt {
	/*float:left;
		width:327px;*/
	}
	#about {
		/*float:left;*/
		margin-right: 12px;
	}
	#aboutTxt {
		padding: 0px 30px 10px 25px;
		width: 90%;/*margin-top:30px;*/
	}
	#eventsMap {
		width: 303px;
	}
	.eventsBox {
		width: 100%;
		/*float:left;*/
		position: relative;
		z-index: 50;
	}
	#eventsBox_inner {
		width: 90%;
		/*height:450px;*/
		border: solid #a29d9d 1px;
		margin-left: 22px;
		margin-top: 1px;
	}
	#donateButton {
		width: 92px;
		height: 26px;
		/*margin:0 auto;*/
		margin-top: 7px;
	}
	#creditCards {
		width: 145px;
		height: 15px;
		/*margin:0 auto;*/
		margin-top: 10px;
	}
	#aboutTitle.text {
		font-family: 'Architects Daughter', cursive;
		font-size: 36px;
		color: #0c616f;
		/*border-bottom:solid #cb7229 5px;*/
		width: 560px;
		margin-top: 0px;
	}
	#banners {
		width: 250px;
		;
		height: 451px;
		margin-left: 25px;
		/*float:left;*/
		margin: 0 auto;
		margin-top: 20px;
	}
	.lgBanner {
		width: 250px;
		height: 250px;
	}
	.smBannerRow {
		width: 260px;
		height: 90px;
		margin-top: 11px;
	}
	.smBanner {
		width: 120px;
		height: 90px;
		float: left;
		margin-right: 10px;
	}
	#sponsorsTitleblue {
		/*font-family: 'Architects Daughter', cursive;
		font-size:36px;
		color:#0c616f;*/
		display: none;
	}
	#sponsors {
		margin-right: 12px;
		/*height:195px;*/
		margin-bottom: 10px;
		margin: 0 auto;
	}
	#sponsorsBox {
		margin-left: 35px;
		margin-bottom: 5px;
	}
	.sponsorAd1 {
		/*width:235px;*/
		width: 20%;
		/*height:112px;*/
		margin-right: 6px;
		float: left;
	}
	.sponsorAd1 img {
		width: 100%;
	}
	.sponsorAd2 {
		/*width:117px;*/
		width: 10%;
		/*height:112px;*/
		float: left;
		margin-right: 6px;
	}
	.sponsorAd2 img {
		width: 100%;/*height:112px;*/
	}
	.eventsTitle {
		color: #076D7F;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
	 /8float:left;
	*/ 	/*width:14%;*/
		padding: 10px 0px 0px 0px;
		text-align: center;
	}
	.eventsTxt {
		/*float:left;*/
		padding-top: 8px;
		text-align: center;
	}
	.eventsTxt ul {
		margin: 0px;
		padding: 0px;
	}
	.eventsTxt li {
		list-style: none;
	}
	.eventsTxt a {
		color: #076D7F;
		font-size: 14px;
		text-decoration: none;
	}
	.controls {
		width: 70px;
		margin-top: 12px;
		/*float:left;
		margin-left:100px;*/
		margin: 0 auto;
		margin-top: 5px;
	}
	.control {
		width: 16px;
		height: 13px;
		float: left;
		margin-right: 7px;
	}
	.eventsTxt a:hover {
		text-decoration: underline;
	}
	#map_icon {
		width: 149px;
		height: 87px;
		position: absolute;
		z-index: 12;
		left: 215px;
		top: -15px;
	}
	#menu_header, #menu_footer {
		display: none;
	}
	.tinynav1 {
		background-color: #86a63e;
		color: #fff;
		margin: 0 auto;
		overflow: hidden;
		padding: 5px;
		width: 100%;
		height: 35px;
		border-bottom: solid #cb7229 5px;
	}
	#HomeFilter {
		padding: 15px;
		color: #333333;
		/*float: left;*/
		font-size: 11px;
		margin-top: 15px;
		text-align:center;
	}

}

/*************** (min-width : 1025px) ***************/
@media only screen and (min-width : 1024px) {
	body {
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		background-image: url('/ramble/images/bg.jpg');
		background-repeat: no-repeat;
		background-position: center top;
		background-color: #fff;
		background-size: cover;
		font-family: arial;
	}
	#fb {
		width: 27px;
		height: 27px;
		margin-left: 205px;
		margin-bottom: 10px;
	}
	#search_container {
		width: 225px;
		height: 30px;/*margin-left:40px;*/

	}
	h1, .h1 {
		font-family: 'Architects Daughter', cursive;
		font-size: 36px;
		color: #0c616f;
		border-bottom: solid #cb7229 5px;
		width: 560px;
		margin-top: 0px;
	}
	h2, .h2 {
		font-family: 'Architects Daughter', cursive;
		font-size: 30px;
		color: #cb7229;
		margin-bottom: 7px;
		line-height: 33px;
	}
	h3, .h3 {
		font-family: 'Architects Daughter', cursive;
		font-size: 25px;
		color: #cb7229;
		margin-bottom: 7px;
		line-height: 28px;
	}
	h4, .h4 {
		font-family: 'Architects Daughter', cursive;
		line-height: 1.3;
		font-size: 20px;
		color: #0c616f;
	}
	#mainDiv {
		/* width: 984px; */
		width: 960px;
		margin: 0 auto;
		padding-top: 19px;
	}
	#header {
		width: 960px;
		height: 115px;
		margin: 0 auto;
		background-image: url('/ramble/images/header_bg.png');
		background-repeat: repeat-x;
		border-bottom: solid #1a7584 4px;
		box-shadow: 2px 5px 5px #adacac;
	}
	#logo {
		width: 242px;
		height: 74px;
		margin-left: 38px;
		margin-top: 21px;
		float: left;/*border:solid #076d7f 3px;*/
	}
	#dates {
		margin-left: 55px;
		margin-top: 27px;
		float: left;
		font-family: 'Architects Daughter', cursive;
		color: #177788;
		font-size: 32px;
		text-align: center;
		line-height: 36px;
	}
	#header_right {
		width: 230px;
		margin-right: 28px;
		margin-top: 25px;
		float: right;
	}
	.innerDiv {
		width: 960px;
		margin: 0 auto;
		box-shadow: 0px 5px 8px #adacac;
		background-color: #fff;
	}
	.innerDivTwo {
		width: 960px;
		margin: 0 auto;
		box-shadow: 0px 5px 8px #adacac;
		background-color: #fff;
	}
	#rotator {
		width: 929px;
		/*height:363px;*/
		padding-top: 15px;
		padding-left: 15px;
		position: relative;
		z-index: 3;
	}
	#rotator.interior {
		width: 929px;/*height:175px;*/
	}
	#rotator .description .text {
		background-color: rgba(19, 64, 113, .7);
		width: 510px;
		height: auto;
		position: absolute;
		z-index: 5;
		bottom: 7%;
		left: 3%;
		font-family: 'Architects Daughter', cursive;
		color: #fff;
		padding: 15px;
		font-size: 24px;
		line-height: 26px;
	}
	#rotator .description .text p,
	#rotator .description .text h1,
	#rotator .description .text h2,
	#rotator .description .text h3,
	#rotator .description .text h4,
	#rotator .description .text h5,
	#rotator .description .text h6,
	#rotator .description .text li {
		margin: 0 0 .4em;
		color: inherit;
	}
	#mainNav {
		width: 100%;
		margin: 0 auto;
		background-color: #657830;
	}
	
	#events {
		width: 927px;
		height: 38px;
		border-radius: 30px;
		background-color: #076d7f;
		margin: 0 auto;
		box-shadow: 2px 5px 5px #adacac;
		color: #fff;
	}
	#main {
		float: left;
		width: 563px;
		margin-left: 20px;
		padding-right: 30px;
	}
	#interior_contentRgt {
		float: left;
		width: 327px;
	}
	#aboutTxt {
		padding: 10px 30px 10px 25px;
		width: 292px;
		margin-top: 30px;
	}
	#eventsMap {
		width: 303px;
	}
	.eventsBox {
		width: 285px;
		/*width: 303px;*/
		float: left;
		position: relative;
		z-index: 50;
	}
	#donateButton {
		width: 92px;
		height: 26px;
		margin: 0 auto;
		margin-top: 7px;
	}
	#creditCards {
		width: 145px;
		height: 15px;
		margin: 0 auto;
		margin-top: 10px;
	}
	#about {
		float: left;
		margin-right: 12px;
		position: relative;
	}
	#third_col {
		float: left;
		position: relative;
		margin-left: 32px;
		width: 266px;
	}
	#events_map,
	.innerFeed {
		border: solid #a29d9d 1px;
	}
	.feed {
		padding-top: 40px;
	}
	.feed .fb {
		padding-top: 43px;
	}
	/*#events_mapInner img {
		margin: 53px auto;
		display: block;
	}*/
	/*#banners {
		width: 250px;
		height: 451px;
		margin-left: 25px;
		float: left;
	}
	.lgBanner {
		width: 250px;
		height: 250px;
	}
	.smBannerRow {
		width: 260px;
		height: 90px;
		margin-top: 11px;
	}
	.smBanner {
		width: 120px;
		height: 90px;
		float: left;
		margin-right: 10px;
	} */
	#sponsorsTitleblue {
		font-family: 'Architects Daughter', cursive;
		font-size: 36px;
		color: #0c616f;
		margin-left: 25px;
	}
	#sponsors {
		margin-right: 0px;
		margin-bottom: 10px;
		position: relative;
	}
	#sponsorsBox {
		width: 920px;
		margin-left: 30px;
		padding-top: 80px;
		margin-bottom: 5px;
	}
	.sponsorsBox a.flex-prev,
	.sponsorsBox a.flex-next {
		background: url('/ramble/images/sponsor_arrowLft.png') no-repeat center center;
		content: "";
		height: 45px;
		width: 21px;
	}
	.sponsorsBox a.flex-next {
		background-image: url('/ramble/images/sponsor_arrowRgt.png');
	}
	.sponsorAd1 {
		width: 235px;
		height: 112px;
		margin-right: 6px;
		float: left;
	}
	.sponsorAd2 {
		width: 117px;
		height: 112px;
		float: left;
		margin-right: 6px;
	}
	#map_icon {
		width: 129px;
		height: 77px;
		position: absolute;
		z-index: 12;
		left: 180px;
		top: -15px;
	}
	#search_container {
		width: 225px;
		height: 30px;/*margin-left:40px;*/

	}
	.eventsTitle {
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		float: left;
		width: 14%;
		padding: 10px 0px 0px 20px;
	}
	.eventsTxt {
		float: left;
		padding-top: 8px;
	}
	.eventsTxt ul {
		margin: 0px;
		padding: 0px;
	}
	.eventsTxt li {
		list-style: none;
	}
	.eventsTxt a {
		color: #fff;
		font-size: 14px;
		text-decoration: none;
	}
	.controls {
		width: 70px;
		margin-top: 12px;
		float: left;
		margin-left: 100px;
	}
	.control {
		width: 16px;
		height: 13px;
		float: left;
		margin-right: 7px;
	}
	.eventsTxt a:hover {
		text-decoration: underline;
	}
	.tinynav, .tinynav1 {
		display: none;
	}
	#HomeFilter {
		padding: 15px;
		color: #333333;
		/*float: left;*/
		font-size: 11px;
		margin-top: 32px;
	}
}

@media only screen and (max-width: 1023px) {
	#menuIcon {
		display: block;
		margin: 0 auto;
	}
	#menuToggle {
		display: none;
	}
	#mainNav ul {
		height: auto;
	}
	#mainNav #menuToggle li {
		background: url('/ramble/images/nav_bg.jpg') top center repeat-x #84A33C;
		float: none;
		display: block;
		clear: both;
		line-height: normal;
		min-width: 0;
		height: auto;
		width: auto;
		padding: 0;
	}
	#mainNav #menuToggle li a {
		border-bottom: 1px solid #fff;
		display: block;
		width: auto;
		padding: 9px 12px;
		position: static;
		width: auto;
		line-height: normal;
	}
	#mainNav #menuToggle li.hasSubmenu > a:after {
		border: 7px solid transparent;
		border-top-color: #fff;
		content: "";
		height: 0;
		width: 0;
		margin: 3px 0 0 15px;
		display: inline-block;
		vertical-align: middle;
	}
	/*submenu*/
	#mainNav #menuToggle ul ul {
		position: static;
		width: auto;
	}
	#mainNav #menuToggle li li a {
		background: #84A33C;
		padding: 7px 25px;
	}



	/*	other generic RWD */
	.largeTitle {
	    background: none;
	    color: #222;
	    position: static;
	    font-family: 'Architects Daughter', cursive;
	    font-size: 30px;
	    color: #0c616f;
	    border-bottom: solid #cb7229 5px;
	    width: 100%;
	    margin-top: 0px;
	}


	#rotator img {
		width: 100%;
		height: auto;
	}
}


/* BCGsam - 2021 edits */
#cmsRegionCBB2110B-163C-DE64-AD5C9CE0D17A695B {
	margin-top: 20px;
}

#cmsRegionCFDD45DF-163C-DE64-AD057140C424173B {
	display: none;
}

#sponsors {
	display: none;
}

.evDetailSubhead {
	font-weight:bold;
	display:block;
	margin-top:10px;
}