/*
THEME NAME: Oregon Adaptive Sports
THEME URI: https://deliciousdesign.com/
VERSION: 3.0
AUTHOR: Delicious Design
AUTHOR URI:
*/

/* -------------------------------------------------------------------------- RESET --- */
 html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}  table {border-collapse: separate; border-spacing: 0;}  caption, th, td { text-align: left; font-weight: normal; }  table, td, th { vertical-align: middle; }  blockquote:before, blockquote:after, q:before, q:after { content: ""; }  blockquote, q { quotes: "" ""; }  a img { border: none; } 

/* ------------------------------------------------------------------------- COLORS --- */
/*
Benton Sans Book
	font-family: benton-sans, sans-serif;
	font-weight: 400;
Benton Sans Medium
	font-family: benton-sans,sans-serif;
	font-weight: 600;
Benton Sans Bold
	font-family: benton-sans, sans-serif;
	font-weight: 700;
Benton Sans Condensed Light
	font-family: benton-sans-condensed, sans-serif;
	font-weight: 500;
Benton Sans Condensed Bold
	font-family: benton-sans-condensed, sans-serif;
	font-weight: 700;
*/
html {
	background: #fff;
	}

a:link, a:visited {
	color:#d56706;
	}
a:hover, a:active {
	color:#004d94;
	}
.entry_content p a:link, .entry_content p a:visited,
.entry_content li a:link, .entry_content li a:visited,
div#nav_below a:link, div#nav_below a:visited {
	font-weight: 600; /* 400 600 700 */
	color:#d56706;
	background-color: #fff7e4;
	transition:color .2s, background-color 1s;
	display:inline-block;
	padding: 0px 2px;
	border-radius: 4px;
	}
div#nav_below a:link, div#nav_below a:visited {
	padding: 8px 8px;
	}
.entry_content p a:hover, .entry_content p a:active,
.entry_content li a:hover, .entry_content li a:active,
div#nav_below a:hover, div#nav_below a:active {
	color:#004d94;
	background-color: #c4e1fb;
	}
input[type=submit],
a.button, 
.entry_content a.button,
.entry_content p a.button {
	font-family: benton-sans-condensed, sans-serif;
	font-weight: 500;
	font-size: 1.3em;
	line-height: 1.0em;
	letter-spacing: .5px;
	text-transform:uppercase;
	color:#fff;
	background-color: #ff8417;
	text-align: center;
	display:block;
	width:100%;
	border-radius: 10px;
	padding: 0.8em 0 0.7em 0;
	transition: background-color .3s;
	}
div.anchor_group {
	display:flex;
	justify-content: space-around;
	}
div.anchor_group a.button {
	width:auto;
	padding: 0.8em 2.0em 0.7em 2.0em;
	margin: 0 5px 20px 5px;
	}


input[type=submit]:hover,
a.button:hover, 
.entry_content a.button:hover,
.entry_content p a.button:hover {
	color:#fff;
	background-color: #143558;
	}
a.button i {
	font-size: 0.9em;
	padding-left:10px;
	vertical-align: top; 
	}
a.button.event_button {
	background: #004d94;
	border-radius: 0px 0px 10px 10px;
	}
a.button.event_button:hover {
	background: #ff8417;
	}

div#sidebar a.tribe-event-url-single {
	font-family: benton-sans-condensed, sans-serif;
	font-weight: 500;
	font-size: 1.1em;
	display:block;
	text-transform: uppercase;
	text-align:right;
	color:#004d94;
	margin: 18px 0 4px 0;
	transition:color .3s;
	}
div#sidebar a.tribe-event-url-single:hover {
	color:#ff8417;
	}

body, 
.wp-caption p,
input[type=text], 
input[type=email],
textarea,
select {
	color: #000000;
	}
.headlines, h1, h2, h3, h4, h5, h6,
h1.tribe-events-page-title {
	font-family: benton-sans-condensed, sans-serif;
	font-weight: 700;
	}
.headlines, h1 {
	color:#143558;
	}
h2, h3, h4, h5, h6 {
	color:#d56706;
	}
blockquote {
	background-color:DimGray;
	color:White;
	}
div#menu ul.menu li.menu-item a, 
div#menu ul.sub-menu li.menu-item a, 
div#menu ul.menu li.menu-item ul.sub-menu li.menu-item a,
label[for=toggle] {
	background: rgba(14,51,92,0.9);
	color:White;
	transition: color .5s, background-color .5s;
	}
div#menu ul.menu li.menu-item a:hover, 
div#menu ul.sub-menu li.menu-item a:hover, 
div#menu ul.menu li.menu-item ul.sub-menu li.menu-item a:hover {
	background-color: #fff;
	color:#143558;
	cursor:pointer;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	}
div#menu ul.menu li.menu-item ul.sub-menu li.menu-item a {
	background-color:#2d4e74;
	}
div#menu ul.menu li.current_page_item a,
div#menu ul.menu li.current_page_item a:hover,
div#menu ul.menu li.menu-item ul.sub-menu li.menu-item.current_page_item a,
div#menu ul.menu li.menu-item ul.sub-menu li.menu-item.current_page_item a:hover {
	background-color: #1c84b4;
	color: #fff;
	cursor:default;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	}

/* --------------------------------------------------------------------------- BODY --- */
body {
	font-family: benton-sans, Arial, "Dejavu Sans", sans-serif;
	font-weight: 400; /* 400 600 700 */
	font-size: 16px;
	line-height:1.0em;
	text-align: left;
	}

/* --------------------------------------------------------------------- TYPOGRAPHY --- */
div#blog-description {
	margin:0 0 0 2px;
	font-size:0.9em;
	}
h1#blog_title {
	display:block;
	position:fixed;
	top:-1000px;
	left:0px;
	}
.headlines, h1, h2, h3, h4, h5, h6,
h1.tribe-events-page-title {
	display:block;
	}
.home h1 {
	color:#d56706;
	}
h1,
h1.tribe-events-page-title {
	font-size:2.6em;
	line-height:1.1em;
	padding:0px 0 14px 0;
	}
h1.tribe-events-page-title {
	text-align:left;
	margin:0px;
	}
.events-archive h1.tribe-events-page-title {
	text-align:left;
	margin:30px 0 0 0;
	}
h2 {
	font-size:1.7em;
	line-height:1.1em;
	padding:10px 0 14px 0;
	}
h3 {
	font-size:1.4em;
	line-height:1.1em;
	padding:10px 0 14px 0;
	}
h4 {
	font-size:1.0em;
	line-height:1.1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding:10px 0 14px 0;
	}
p {
	font-size: 1.0em;
	line-height: 1.65em;
	display:block;
	padding:0px 0 14px 0;
	}
.single_sport_thumbnail p {
	line-height: 1.4em;
	}
span.intro_p {
	font-weight: 700; /* 400 600 700 */
	font-size: 1.05em;
	line-height: 1.7em;
	padding:0px 0 15px 0;
	}
ul li, ol li {
	font-size: 1.0em;
	line-height: 1.65em;
	padding:0px 0 8px 0;
	}
ul, ol {
	display:block;
	margin-left:30px;
	padding:0px 0 8px 0;
	}
ul li ul, ol li ol {
	display:block;
	margin-left:30px;
	padding:5px 0 0px 0;
	}
blockquote {
	font-size:1.28em;
	line-height:1.4em;
	display:block;
	float:right;
	width:200px;
	opacity:0.5;
	padding:12px 8px 2px 13px;
	margin:0 0 10px 14px;
	}	
em, i {font-style: italic;}
strong, b {font-weight:bold;}
a:link, a:visited {
	text-decoration:none;
	}
a:hover, a:active {
	}
hr {
	display:block;
	border-style: none;
	border-top:1px dotted grey;
	padding: 20px 0 10px 0;
	}

/* ---------------------------------------------------------------------- STRUCTURE --- */
div#wrapper {
	background:url(images/wrapper_cap.png) #fff no-repeat center -40px;
	background-size: 100% auto;
	width: 100%;
	/* max-width: 960px; */
	padding: 53px 0 0 0;
	position:relative;
	}
.home div#wrapper,
.page-template-page_feature_page-php div#wrapper {
	background:url(images/transparentpixel.gif) #fff no-repeat;
	background-size: auto auto;
	}
div#header {
	background:url(images/header_cap.png) no-repeat top center;
	background-size: 100% 100%;
	width:100%;
	height:89px;
	position:fixed;
	top:0px;
	left:0px;
	padding:0 0 0 0;
	z-index: 101;
	}
div#logo {
	width:186.5px;
	height:85px;
	opacity: 1.0;
	transition:opacity 1s;
	z-index: 9999;
	position:fixed;
	top: 10px;
	left:50%;
	margin-left: -93px;
	}
div#logo:hover {
	cursor:pointer;
	opacity: 0.5;
	}

div#logo img {
	width:186.5px;
	height:85px;
	}


div#container {
	width:calc(100% - 80px);
	background-color: rgba(194,194,194,0.0);
	margin: 0 auto;
	padding: 70px 0 0 0;
	transition: width 1s;
	}
.tribe-is-responsive div#container {
	padding: 30px 0 0 0;
	}
.single.tribe-is-responsive div#container {
	padding: 50px 0 0 0;
	}

.home div#container,
.page-template-page_feature_page-php div#container {
	padding: 0 0 0 0;
	}
div#content {
	float:none;
	width:calc(100% - 100px);
	min-height: 400px;
	margin: 10px auto 0 auto;
	background-color: rgba(194,194,194,0.0);
	transition: width 1s;
	}

div#content.sports_index {
	width:calc(100% - 120px);
	transition: width 1s;
	}

div#content.sport_single,
.tribe-is-responsive div#content.sport_single,
.tribe-theme-oas div#content.sport_single {
	float:left;
	width:calc(70% - 60px);
	min-height: 400px;
	margin: 10px 0 10px 60px;
	background-color: rgba(194,194,194,0.0);
	transition: width 1s;
	}



div.entry_content {
	margin-bottom: 40px;
	}
.home div#content {
	width:640px;
	text-align: center;
	}
.home div.entry_content {
	margin-bottom: 0px;
	}



/* --------------------------------------------------------------------------- HOME --- */

div#hm_cap {
	background:url(images/home_cap_bkgd.png) no-repeat center bottom;
	background-size: 100% auto;
	height:101px;
	width:100%;
	overflow:visible;
	z-index: 20;
	}
div#hm_button_cell {
	width:800px;
	margin: -160px auto 50px auto;
	display:flex;
	align-items: center;
	align-items: stretch;
	}
div#hm_button_cell a {
	font-family: benton-sans-condensed, sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 1.2em;
	line-height:1.0em;	
	width:25%;
	margin:3px;
	background: url(images/button_fill.png) no-repeat;
	background-size: 800px 100%;
	color: white;
	box-sizing: border-box;
	display:flex;
	align-items: center;
	justify-content: center;
	opacity: 1.0;
	transition: opacity .5s;
	}
div#hm_button_cell a:hover {
	opacity: 0.8;
	cursor:pointer;
	}
div#hm_button_cell a.sports_icon {
	background-position: top left;
	}
div#hm_button_cell a.events_icon {
	background-position: -194px top ;
	}
div#hm_button_cell a.volunteer_icon {
	background-position: -388px top ;
	}
div#hm_button_cell a.dontate_icon {
	background-position: top right;
	}

div.lg_hm_button {
	text-align:center;
	}
div.icon {
	padding: 25px 10px 40px 10px;
	transition: margin-top .5s;
	}
div.icon img {
	width:80%;
	height:auto;
	}
div#hm_button_cell a:hover div.icon {
	margin-top:-5px;
	}


div#billboard {
		width:100%;
		position:fixed;
		margin-top:46px;
		top:0px;
		left:0px;
		z-index:-1;
	}
div.cycle-slideshow {
	transition: margin-top 1s;
	margin: 0 0 20px 0;
	}
div#billboard div.cycle-slideshow a.cycle-slide {
	width:100% !important;
	}
div#billboard div.cycle-slideshow a.cycle-slide img.attachment-full.size-full,
div#billboard_sub img {
	width:100% !important;
	height:auto !important;
	}
div#billboard.feature_page img {
	display:block;
	width:100% !important;
	height:auto !important;
	}
div.cycle-slideshow {
	width:100%;
	}
div#billboard_headline {
	width:100%;
	text-align:center;
	position:fixed;
	left:0px;
	color:#fff;
	font-family: benton-sans-condensed, sans-serif;
	font-weight: 800;
	font-size: 10em;
	letter-spacing:-.05em;
	line-height: 1.0em;
	opacity:0.95;
	transition: top 1s;
	}
div#billboard_headline div.r_1 {
	height:65px;
	padding: 0 0 0 0;
	transition: opacity 2s;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	}






/* -------------------------------------------------------------------------- TRIBE --- */
.events-category div.event_text_body {
	display:none;
	}

#tribe-bar-form .tribe-bar-views-inner label {
	text-align:right;
	padding:0px 2px 0 0 ;
	}
div#tribe-events-bar {
	margin:0px;
	}
.tribe-bar-views span.tribe-icon-photo,
.tribe-bar-views span.tribe-icon-month,
.tribe-bar-views span.tribe-icon-list {
	display:none;
	}
div.tribe-bar-disabled #tribe-bar-form #tribe-bar-views {
	width:100%;
	min-height:80px;
	padding:0px;
	margin:0px;
	}

div.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list,
.tribe-bar-views-inner,
#tribe-bar-form {
	display:block;
	background: transparent;
	}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option {
	float:right;
	background:#004a8e;
	color:#fff;
	margin: 0 0 0 5px !important;
	border-radius:5px;
	padding: 10px 12px 8px 12px;
	font-size: 1.0em;
	line-height: 1.0em;
	transition: background 1s;
	}
#tribe-bar-views .tribe-bar-views-option.tribe-bar-active {
	background:#ff8417;
	color:#fff;
	}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option:hover {
	background:#fff;
	color:#000;
	}
div#tribe-bar-filters-wrap,
#tribe-bar-views-toggle {
	display:none;
	}
div.tribe-bar-disabled {
	width:100%;
	z-index:2;
	}
.tribe-is-responsive div#content, 
.tribe-theme-oas div#content {
	width:calc(100% - 120px);
	z-index:1;
	}

.events-list .tribe-events-loop, 
.single-tribe_organizer .tribe-events-loop, 
.single-tribe_venue .tribe-events-loop, 
.tribe-events-day .tribe-events-loop {
	max-width:100%;
	}

/* SINGLE SPORT SIDEBAR */
h3.event_header {
	background: #e9f4f4;
	box-shadow: inset 0px 0px 5px #b0b9b9;
	border-radius: 10px 10px 0px 0px;
	padding: 10px;
	margin:0px;
	font-size: 1.3em;
	line-height: 1.0em;
	color:#143558;
	}
div#dd_rel_events div#tribe-events-photo-events div.tribe-events-photo-event {
	width:100%;
	margin: 0 0 10px 0;
	}
div#dd_rel_events div#tribe-events-photo-events div.tribe-events-photo-event p {
	margin:0px;
	padding:0px;
	line-height: 1.3em;
	}
div#dd_rel_events div.tribe-events-event-image {
	width:calc(100% - 30px);
	margin: 15px 0 10px 15px;
	box-sizing: border-box;
	background:transparent;
	}
div#dd_rel_events div.tribe-events-event-image img {
	border:1px solid #fff;
	}
h3.event_header {
	margin-bottom: 6px;
	}

/* PHOTO VIEW */
div#tribe-events-header {
	display: none;
}
div.tribe-events-photo-event-wrap {
	border:transparent;
	background: #e9f4f4;
	box-shadow: inset 0px 0px 5px #b0b9b9;
	transition:background 1s;
	}
div.tribe-events-list .tribe-events-loop .tribe-events-photo-event .tribe-events-event-details {
	padding: 0 15px 15px 15px;
	}
#tribe-events-photo-events .tribe-event-featured .tribe-events-event-image,
.tribe-events-list .tribe-events-loop .tribe-events-photo-event .tribe-events-event-image {
	width:calc(100% - 30px);
	margin: 15px 0 10px 15px;
	box-sizing: border-box;
	background:transparent;
	}
div.tribe-events-photo-event-wrap div.tribe-events-event-image img {
	border:1px solid #fff;
	border-radius:0px;
	}
div#tribe-events-photo-events div.tribe-events-photo-event p {
	margin:0px;
	padding:0px;
	line-height: 1.3em;
	}

/* EVENT SINGLE */
div.tribe-events-event-image {
	float:left;
	width:33%;
	height:auto;
	box-sizing: border-box;
	}
div.tribe-events-event-image img {
	object-fit:cover;
	border-radius: 5px;
	padding: 10px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
	background:#fff;
	box-sizing: border-box;
	border:transparent;
	}
div#sidebar div.tribe-events-event-image img {
	border:1px solid #fff;
	border-radius:0px;
	padding:0px;
	width:100%;
	height:auto;
	}
div.tribe-events-single-event-description.tribe-events-content {
	box-sizing: border-box;
	margin-left: 35%;
	padding: 0 0 20px 0;
	}
div.tribe-events-single-event-description.tribe-events-content a.button {
	margin-top:15px;
	}
div#tribe-events div.tribe-events-content p {
	margin:0;
	}
div.tribe-events-cal-links {
	width:33%;
	height:auto;
	display:block;
	padding: 0 0 16px 0;
	}
a.tribe-events-gcal, 
a.tribe-events-ical {
	float:none;
	margin: 0px 10px 10px 0px;
	}
div.tribe-events-single-section.tribe-events-event-meta.primary {
	background: rgba(0,0,0,0.0);
	width:33%;
	}
div.tribe-events-single-section.tribe-events-event-meta.secondary {
	background: rgba(0,0,0,0.0);
	}
div.tribe-events-event-meta div.tribe-events-meta-group {
	padding:0px;
	margin:0 0 20px 0;
	width:100%;
	}
div.tribe-events-meta-group.tribe-events-meta-group-venue {
	float:left;
	width:33%;
	}
	div.tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix {
		float:right;
		width:65%;
		margin-top:-300px;                                                     /* use js, make dynamic */
		margin-bottom: 20px; 
		}
	div.tribe-events-venue-map div#tribe-events-gmap-0 {
		height:480px !important;
		}
.tribe-events-meta-group .tribe-events-single-section-title {
	font-size:1.4em;
	line-height:1.1em;
	padding:0px 0 6px 0;
	margin: 0 0 0 0;
	color:#143558;
	}
div.tribe-events-meta-group dl dt,
div.tribe-events-meta-group dl dd {
	float:left;
	padding: 0 5px 5px 0;
	}
div.tribe-events-meta-group dl dt,
dd.tribe-organizer,
dd.tribe-venue {
	clear:left;
	font-weight: 600;
	}
dd.tribe-venue-location,
a.tribe-events-gmap {
	display:block;
	clear:left;
	line-height:1.3em;
	}
dd.tribe-events-event-cost {
	margin:0;
	}
div#tribe-events-footer {
	margin-top:60px;
	}
span.tribe-events-divider {
	padding: 0 10px;
	}
span.tribe-events-cost {
	padding: 2px 6px 0 6px;
	font-weight: 700;
	border:1px solid grey;
	margin-left: 10px;
	border-radius: 5px;
	}
.recurring-info-tooltip.tribe-events-tooltip {
	bottom:30px !important;
	}
div.tribe-events-schedule,
p.tribe-events-back {
	margin:0px;
	}

.single_sport_meta {
	font-family: benton-sans,sans-serif;
	font-weight: 600;
	padding: 0 0 10px 0;
	}
.single_sport_meta .recurringinfo {
	display:none;
	}

/* ------------------------------------------------------------------------- SPORTS --- */
div.flex_sports {
	width:75%;
	float:right;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	transition: width 1s;
	}
div.single_sport_thumbnail {
	width:30.332%;
	padding: 0px 0 30px 0;
	margin: 0 1.5%;
	box-sizing: border-box;
	}
div.single_sport_thumbnail img {
	width:100%;
	height: 220px;
	object-fit:cover;
	border-radius: 5px;
	padding: 10px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
	background:#fff;
	box-sizing: border-box;
	}
div.single_sport_thumbnail h3 {
	color:#143558;
	font-family: benton-sans-condensed, sans-serif;
	font-weight: 500;
	font-size:1.4em;
	line-height:1.1em;
	padding:10px 0 10px 0;
	}
a.button.button_sm {
	font-size: 1.1em;
	line-height: 1.0em;
	}
p.float_p {
	width:23%;
	float:left;
	transition: width 1s;
	}
div#sponsor_band.sport_sidebar {
	float:right;
	width:calc(28% - 60px);
	margin: 10px 60px 10px 0;
	background-color: rgba(194,194,194,0.0);
	}
div#sponsor_band.sport_sidebar.no_float {
	float:none;
	width:100%;
	margin: 10px 60px 10px 0;
	background-color: rgba(194,194,194,0.0);
	}
div#sponsor_band.sport_sidebar div.sponsor_flex {
	width:100%;
		margin:0 auto;
		display:flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
div#sponsor_band.sport_sidebar div.sponsor_flex a {
	box-sizing: border-box;
	width: 50%;
	padding: 2%;
	margin: 0px 0;
	}


/* ---------------------------------------------------------------------- EQUIPMENT --- */
div.one_equipment_item {
	margin: 10px 0 20px 0;
	border-radius: 5px;
	padding: 10px 10px 10px 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	background: linear-gradient(#f0f8ff, #fff);
	box-sizing: border-box;
	
	}
div.equipment_thumbnail {
	width:32%;
	float:left;
	transition: width 1s;
	}
div.equipment_thumbnail img {
	width:100%;
	height:auto;
	}
div.equipment_desc {
	width:66%;
	float:right;
	transition: width 1s;
	}
div.equipment_desc h3 {
	font-size:1.1em;
	line-height:1.1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding:6px 0 8px 0;
	color:#143558;
	}
div.equipment_desc p {
		font-size: 1.0em;
	line-height: 1.45em;
		display:block;
	padding:0px 0 04px 0;
	}


/* ----------------------------------------------------------------------- SPONSORS --- */
div.sponsor_group {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	background: linear-gradient(#f0f8ff, #fff);
	padding: 1%;
	margin: 0 0 20px 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-sizing: border-box;
	}
div.one_sponsor {
	margin:1%;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	background:#fff;
	box-sizing: border-box;
	transition: box-shadow .3s;
	}
div.one_sponsor:hover {
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
	cursor:pointer;
	}
div.one_sponsor img {
	width:100%;
	height:auto;
	}
div.one_sponsor p {
	font-size: 0.96em;
	line-height: 1.45em;
	display:block;
	padding:0px 0 0px 0;
	margin: 0 0 0 0;
	}
div.one_sponsor a p {
	color:#000;
	}
div.sponsor_community div.one_sponsor {
	/*  width:48%;  old size */
	width:31.332%;
	padding: 20px;
	}
div.sponsor_double_black div.one_sponsor {
	width:31.332%;
	padding: 20px;
	}
div.sponsor_black_diamond div.one_sponsor {
	width:23%;
	padding: 15px;
	}
div.sponsor_black_diamond div.one_sponsor p {
	font-size: 0.92em;
	line-height: 1.41em;
	}

div.sponsor_blue_square div.one_sponsor,
div.sponsor_green_circle div.one_sponsor {
	width:98%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	}
div.sponsor_blue_square div.one_sponsor img,
div.sponsor_green_circle div.one_sponsor img {
	width:130px;
	padding: 0 0 0 20px;
	}
div.sponsor_blue_square div.one_sponsor p,
div.sponsor_green_circle div.one_sponsor p {
	margin: 5px 20px 5px 40px;
	box-sizing: border-box;
	padding: 0 0 0 0;
	font-size: 0.9em;
	line-height: 1.41em;
	}
div.sponsor_green_circle div.one_sponsor img {
	width:90px;
	padding: 0 0 0 30px;
	}
div.sponsor_green_circle div.one_sponsor p {
	}



/* ----------------------------------------------------------------------- SIDEBARS --- */
div#sidebar { 
	float:right;
	width:calc(28% - 60px);
	margin: 10px 60px 10px 0;
	margin: 70px 60px 10px 0;
	background-color: rgba(194,194,194,0.0);
	transition: width 1s;
	}


div.widget {
	margin:0 0 0 0 ;
	overflow:hidden;
	}

div#sponsor_band {
	background: #fff;
	width: 100%;
	height: auto;
	color:#000;
	padding:20px 0;
	}
.home div#sponsor_band div.sponsor_flex {
	width:900px;
	margin:0 auto;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.home div#sponsor_band div.sponsor_flex a {
	width: 33.332%;
	padding: 2%;
	margin: 0px 0;
	}
div#sponsor_band div.sponsor_flex a img {
	width: 100%;
	height:auto;
	padding: 10px;
	box-shadow:0px 0px 5px rgba(0,0,0,0.1);
	transition: box-shadow .8s;
	border-radius:20px;
	box-sizing: border-box;
	background:#fff;
	}
div#sponsor_band div.sponsor_flex a img:hover {
	width: 100%;
	height:auto;
	padding: 10px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
	}

div#sponsor_band div.sponsor_flex {
	box-sizing: border-box;
	width:calc(100% - 140px);
	padding: 0 0px;
	margin:0 auto;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	}
div#sponsor_band div.sponsor_flex a {
	box-sizing: border-box;
	width: 16.665%;
	padding: 1%;
	margin: 0px 0;
	}



/* --------------------------------------------------------------------- NAVIGATION --- */
div#header div.social a#nav_toggle {
	border-left:2px solid white;
	padding-left:16px;
	margin-left:10px;
	}
nav#access {
	position:absolute;
	top:0px;
	left:120%;
	margin: 0;
	padding:15px 80px 120px 20px;
	z-index:5;
	opacity:0.2;
	background: linear-gradient(rgba(255,132,23,1.0), rgba(255,132,23,0.3));
	width:100%;
	min-height: 2600px;
	box-sizing: border-box;
	transition: opacity 1s;
	}
div#header .visible_menu {
	left:0;
	opacity:1.0;
	z-index: 9999;
/*	overflow: scroll; */
	}
div#menu {
	margin:0;
	padding:0;
	width:auto;
	float:right;
	}
div#menu ul,
div#menu ul ul {
	list-style:none;
	margin:0;
	padding:0;
	}
div#menu ul li a {
	display:block;
	margin:0px 3px 0px 3px;
	padding: 17px 20px 15px 20px;
	text-decoration:none;
	text-align:center;
	font-size:1.1em;
	line-height: 1.0em;
	font-family: benton-sans-condensed, sans-serif;
	font-weight: 700;
	box-shadow: 0px 0px 5px rgba(255,255,255,0.8);
	border-radius: 3px;
	}
div#menu ul li.menu-item ul.sub-menu li.menu-item a {
	width:auto;
	font-weight: 400;
	font-size:0.98em;
	line-height: 1.0em;
/*	border:1px dotted blue; */
	}
div#menu ul.menu li.menu-item ul.sub-menu {
	position:relative;
	padding:8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
div#menu ul li {
	width:auto;
	box-sizing: border-box;
	}
ul.sub-menu li.menu-item {
	float:none !important;
	width:100% !important;
	}
div#menu ul li.current_page_item a {
	}
div#menu ul#menu-main-nav li#menu-item-31,
div#menu ul#menu-main-nav li#menu-item-30,
div#menu ul#menu-main-nav li#menu-item-52,
div#menu ul#menu-main-nav li#menu-item-27,
div#menu ul#menu-main-nav li#menu-item-29,
div#menu ul#menu-main-nav li#menu-item-28,
div#menu ul#menu-main-nav li#menu-item-43,
div#menu ul#menu-main-nav li#menu-item-643 {
	display:block;
/*	border: 1px dotted red; */
	float:left;
	}
div#menu ul#menu-main-nav li#menu-item-6 {
	display:block;
	width:auto;
	}
div#menu ul#menu-main-nav li#menu-item-6 a {
	}

/* ------------------------------------------------------------------------- FOOTER --- */
div#featured_video {
	background: #21496d;
	width: 100%;
	height: auto;
	color:#fff;
	text-align: center;
	padding: 20px 0 40px 0;
	}
div#featured_video iframe {
	width:800px;
	height: 460px;
	margin: 10px 0 30px 0;
	border-radius: 5px;
	padding: 10px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.8);
	background:#fff;
	box-sizing: border-box;
	}
div#video_header {
	font-family: benton-sans-condensed, sans-serif;
	font-weight: 500;
	color:#ffa938;
	font-size:1.7em;
	line-height:1.1em;
	padding:10px 0 14px 0;
	}
div#hm_cta {
	max-width:460px;
	margin: 0 auto 0 auto;
	}
div#hm_ig_posts {
	background: #143558;
	width: 100%;
	min-height:400px;
	height: auto;
	color:#fff;
	box-sizing: border-box;
	padding: 50px 120px 10px 120px;
	}
div.dd_ig_header a {
	float:left;
	color:#fff;
	margin: 15px 0 0 28px;
	font-family: benton-sans-condensed, sans-serif;
	font-weight: 500;
	font-size: 1.3em;
	line-height: 1.0em;
	}
div.dd_ig_icon a {
	float:right;
	color:#fff;
	margin: 0 32px 0 0;
	font-size: 2.2em;
	line-height: 1.0em;
	}
div.dd_ig_header a:hover, 
div.dd_ig_icon a:hover {
	color:#ffa938;
	}
div#sbi_images {
	padding-top:10px !important;
	padding-bottom:20px !important;
	}
div#footer_cap {
	background:url(images/orange_footer_cap.png) no-repeat;
	background-size: 100% 100%;
	width:100%;
	height:53px;
	}
.home div#footer_cap { /* IG cap */
	background:url(images/instagram_footer_cap.png) no-repeat;
	background-size: 100% 100%;
	width:100%;
	height:53px;
	}
div#footer { 
	clear: both;
	padding: 20px 100px 100px 100px;
	background-color: #ffa938;
	transition: width 1s;
	}

div.footer_left { 
	float:left;
	text-align: left;
	margin: 0 0 10px 0;
	font-size: 0.9em;
	line-height: 1.0em;
	}
div.address {
	margin: 10px 0 0 0;
	}
span.sep {
	display:inline-block;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
	border-left:1px solid #7e6045;
	}
div.copyright {
	font-size:0.70em;
	line-height: 1.1em;
	margin-top:15px;
	}

div.footer_right { 
	float:right;
	text-align: left;
	margin: 0 0 10px 0;
	width:460px;
	}
div#form_title {
	float:left;
	font-size: 1.2em;
	line-height:1.0em;
	padding: 8px 0 0 0;
	}
fieldset {
	box-sizing: border-box;
	width:76%;
	float:left;
	padding:0;
	margin:0;
	}
div.email_address,
div.first_name, 
div.last_name {
	width:100%;
	float:left;
	}
div.email_address input[type=email],
div.first_name input[type=text], 
div.last_name input[type=text] {
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	border:transparent;
	border-right:2px solid #ffa938 !important;
	height: 28px;
	box-sizing: border-box;
	}
div.email_address, 
div.first_name {
	margin-right:0%;
	}
div.visitorActions {
	box-sizing: border-box;
	width:24%;
	float:left;
	padding:0;
	margin:0;
	}
div.email_address input[type=email] {
	}

div.visitorActions input[type=submit] {
	padding:0;
	font-size:1.0em;
	line-height:1.0em;
	padding: 2px 0 0 0;
	height: 28px;
	border-radius: 0 5px 5px 0;
	color:#fff;
	background-color: #004a8e;
	}
div.visitorActions input[type=submit]:hover {
	color:#fff;
	background-color: #ff8417;
	}
div#footer a:link, div#footer  a:visited {
	font-weight: 600; /* 400 600 700 */
	color:#000;
	transition:color .5s;
	}
div#footer  a:hover, div#footer a:active {
	color:#fff;
	}


/* ------------------------------------------------------------------------- SOCIAL --- */
div#footer div.social {
	float:right;
	font-size:2.0em;
	line-height:1.0em;
	}
div#header div.social {
	height:33px;
	overflow:hidden;
	position:fixed;
	top:10px;
	right:40px;
	font-size:2.0em;
	line-height:1.0em;
	}
div#header div.social a,
div#footer div.social a {
	transition: color .5s;
	}
div#header div.social a.instagram,
div#header div.social a.facebook,
div#header div.social a.twitter,
div#header div.social a#nav_toggle {
	color: #fff;
	}
div#footer div.social a.instagram,
div#footer div.social a.facebook,
div#footer div.social a.twitter {
	color: #004a8e;
	}
div#header div.social a.instagram:hover,
div#header div.social a.facebook:hover,
div#header div.social a.twitter:hover,
div#header div.social a#nav_toggle:hover {
	color: #ff8417;
	}
div#footer div.social a.instagram:hover,
div#footer div.social a.facebook:hover,
div#footer div.social a.twitter:hover {
	color: #fff;
	}


/* ----------------------------------------------------------------- SEARCH RESULTS --- */
.search_result_blox {
	margin: 0 0 20px 0;
	background-color: rgba(194,194,194,0.0);
	}
div#nav_below {
	background-color: rgba(194,194,194,0.0);
	margin: 0 0 80px 0;
	}
div#nav_below.index_navigation {
	margin: 40px 0 50px 0;
	}
div#nav_below div.nav_previous {
	width:50%;
	background-color: rgba(194,194,194,0.0);
	float:left;
	}
div#nav_below div.nav_next {
	width:50%;
	background-color: rgba(194,194,194,0.0);
	text-align: right;
	float:right;
	}
ul.tribe-events-sub-nav li {
	}
.entry_content ul.tribe-events-sub-nav li a,
.entry_content p.tribe-events-back a {
	line-height:1.1em;
	padding: 10px;
	}

/* --------------------------------------------------------------------------- BLOG --- */
div.tribe-events-content iframe {
	width:100%;
	height: 400px;
	}
.entry_content p iframe {
	width: 100%;
	height: auto;
	margin: 15px 0 5px 0;
	border-radius: 5px;
	padding: 10px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.8);
	background:#fff;
	box-sizing: border-box;
	}
.entry_content.single_post iframe {
	width:100%;
	height: 400px;
	}

div#category_filter {
	box-sizing:border-box;
	padding: 0px;
	margin: 0 0 20px 0;
	border-radius: 15px;
	border: 1px solid grey;
	background: #fff;
	width:100%;
	height: auto;
	transition: color .5s;
	}
div#category_filter:hover {
	background: #f4f3f2;
	cursor:pointer;
	}
div#list_trigger {
	display: flex; 
	flex-wrap: nowrap; 
	justify-content: space-between; 
	font-weight:bold;
	padding: 18px 20px 15px 20px;
	line-height: 1;
	background: transparent;
	}
div#category_filter ul#category_list {
	list-style: none;
	padding: 0px 2px;
	margin: 0px 20px 0px 20px;
	max-height:0px;
	overflow:hidden;
	transition: max-height .5s, margin .5s, padding .5s;
	}
div#category_filter.show ul#category_list {
	padding: 2px 2px;
	margin: 0px 20px 10px 20px;
	max-height:300px;
	overflow-y: auto;
	}
div#category_filter ul#category_list li a {
	margin: 1px;
	padding: 3px 3px 0px 3px;
	}








/* ----------------------------------------------------------------- RCC STYLE BLOG --- */
div#post_flex {
	position:relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	}
div#post_flex div.dd_single_post {
	position:relative;
	box-sizing: border-box;
	width:32%;
	min-height:390px;
	margin: 0 2% 18px 0;
	padding: 10px 10px 30px 10px;
	border-radius: 10px;
	overflow:hidden;
	background: linear-gradient(#f0f8ff, #fff);
	}
div#post_flex div.dd_single_post:nth-of-type(3n+0) {
	margin: 0 0 18px 0;
	}
div#post_flex div.dd_single_post div.post_thumbnail {
	width:100%;
	height:190px;
	transition: height .8s;
	margin: 0 0 10px 0;
	overflow:hidden;
	border-radius: 5px;
	background: #fff;
	}
div#post_flex div.dd_single_post:hover div.post_thumbnail {
	height: 0px;
	}
div#post_flex div.dd_single_post div.entry_content {
	position:relative;
	height: 0px;
	transition: height .8s;
	overflow:hidden;
	}
div#post_flex div.dd_single_post div.entry_content div.post_fader {
	position:absolute;
	left:0px;
	bottom:0px;
	height: 80px;
	width:100%;
	background-image: linear-gradient(rgba(248,252,255,0.05), rgba(248,252,255,0.8), rgba(250,253,255,1.0));
	vertical-align: bottom;
	display: flex;
	justify-content: flex-end;
	}
div.post_fader span {
	align-self: flex-end;
	text-align:right;
	opacity:0.0;
	transition: opacity 1s;
	}
div#post_flex div.dd_single_post:hover div.post_fader span {
	opacity:1.0;
	}
div#post_flex div.dd_single_post:hover div.entry_content {
	height: 160px;
	overflow:hidden;
	}
div#post_flex div.dd_single_post div.post_thumbnail img {
	width:100%;
	height:100%;
	object-fit: cover;
	padding: 10px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.8);
	box-sizing: border-box;
	}
div#post_flex div.dd_single_post a.button.plnr_bttn {
	display:block;
	}
div#post_flex div.dd_single_post div.fixed_botton {
	position:absolute;
	bottom: 30px;
	right: 20px;
	}
a.button.plnr_bttn {
	font-family: benton-sans, Arial, "Dejavu Sans", sans-serif;
	padding: 10px 7px;
	text-transform:none;
	font-size: 1.0em;
	line-height:1;
	font-weight: 700;
	}
div#post_flex div.dd_single_post p.published {
	font-size: 0.85em;
	line-height:1;
	font-weight: 700;
	padding:0px;
	margin: 0 0 5px 0;
	}
div#post_flex div.dd_single_post h3.entry-title {
	padding-bottom: 5px;
	}













/* ------------------------------------------------------------- IMAGES / ALIGNENTS --- */

div.equipment_thumbnail img,
img.feature_post_image {
	width:100%;
	height:auto;

	margin:0;
	border-radius: 5px;
	padding: 10px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.8);
	background:#fff;
	box-sizing: border-box;


	}


img.alignright {
	float:right;
	margin:3px 0 5px 14px;
	}
img.alignleft {
	float:left;
	margin:3px 14px 5px 0;
	}
img.aligncenter {
	display:block;
	margin:0 auto;
	text-align:center;
	}
.alignright {
	float:right;
	margin:3px 0 0 14px;
	text-align:right;
	}
.alignleft {
	float:left;
	margin:3px 14px 0 0;
	text-align:left;
	}
.aligncenter, .alignnone {
	display:block;
	margin:0 auto;
	text-align:center;
	margin-top:12px;
	margin-bottom:3px;
	}
.wp-caption p {
	font-size: 0.9em;
	line-height:1.3em;
	margin: 4px 0 0 0;
	text-transform:uppercase;
	}
div.wp-caption {
	}

.single div.entry_content img.size-full,
.post div.entry-content img.size-full,
.single div.entry_content img.alignnone,
.single div.entry_content .alignnone img {
	max-width:100%;
	height:auto;
	border-radius: 5px;
	padding: 10px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.8);
	background:#fff;
	box-sizing: border-box;
	margin-bottom: 10px;
	}
.single div.entry_content .alignnone {
	max-width:100%;
	}
.single div.entry_content .alignnone img {
	max-width:100%;
	}

.single div.entry_content img.alignright,
.single div.entry_content img.alignleft,
.single div.entry_content .alignright img,
.single div.entry_content .alignleft img {
	max-width: 50%;
	height:auto;
	border-radius: 5px;
	padding: 10px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.8);
	background:#fff;
	box-sizing: border-box;
	margin-bottom: 10px;
	}

.single div.entry_content .alignright img,
.single div.entry_content .alignleft img {
	max-width: 100%;
	height:auto;
	}


/* -------------------------------------------------------------------------- FORMS --- */
div.wpcf7 p {
	margin:0px;
	}
fieldset {
	padding:0px; 
	margin:0px;
	}
legend {
	display:block;
	font-size:1.8em;
	line-height:1.0em;
	margin:0 0 10px 0;
	}
.commerce-cell,
.double-cell {
	float:none;
	width:100%;
	margin: 0px;
	}
.label-cell {
	float:none;
	width:100%;
	margin: 0 0 4px 0;
	}
input[type=radio] {
	height:20px;
	}
input[type=text], 
input[type=email],
textarea {
	box-sizing: border-box;
	width:100%;
	padding:5px;	
	font-size: 1.0em;
	line-height:1.0em;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#fff;
	border:1px solid #bbb;
	font-family: Arial, "Dejavu Sans", sans-serif ;
	margin: 0 0 10px 0;
	}
textarea {
	height:250px;
	}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	width:570px;
	padding:4px;	
	font-size: 1.0em;
	line-height:1.0em !important;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #bbb;
	/* background: url(images/FIXME-select-pattern.png) #f0f0f0 no-repeat center right; */
	}
input:focus, 
textarea:focus, 
select:focus {
	-moz-box-shadow: 3px 3px 6px #85857f; 
	-webkit-box-shadow: 3px 3px 6px #85857f; 
	box-shadow: 3px 3px 6px #85857f;  
	}
input[type=submit]:hover,
input[type=button]:hover,
a.bttn_next_step:hover {
	cursor:pointer;
	}
input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border:transparent;
	}


/* -------------------------------------------------------------------- FORM ERRORS --- */
div.screen-reader-response[role="alert"] {
	display:none;
	}
div.wpcf7-response-output {
	width:98%;
	margin: 0 0 0 2%;
	padding: 20px 0;
	float:none;
	clear:both;
	font-weight: bold;
	font-size: 1.2em;
	border:transparent;
	text-align: right;
	color:rgba(162,0,0,1.0);
	}
input[type=text].wpcf7-not-valid, 
input[type=email].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
textarea.wpcf7-not-valid {
	background:rgba(162,0,0,0.2);
	border:1px solid black;
	}
span.wpcf7-not-valid-tip {
	text-align:right;
	color:rgba(162,0,0,1.0);
	display:block;
	line-height: 1.0em;
	margin-top:-8px;
	font-weight: bold;
	}

/* -------------------------------------------------------------------------- CRUFT --- */
.clr, .cld { font-size: .1em; line-height: .1em; clear:both; }
.d_hidden { display: none; }
.fixme { color:darkred; }



/* ------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------- RESPONSIVE --- */
/* ------------------------------------------------------------------------------------ */

/* -------------------------------------------------------------------------- 1202+ --- */
@media (min-width: 1202px)  {
body {

}
div.tribe-events-title-bar {
	width: calc(100% - 240px);
	}
#tribe-bar-form {
	margin-top:-60px;
	}
div#container {
	width:calc(100% - 80px);
	}
div#container.sport_single_container,
div#sponsor_band div.sponsor_flex {
	max-width:1200px;
	}
div#content {
	width:calc(100% - 350px);
	max-width:900px;
	}
div#content.sports_index {
	width:calc(100% - 250px);
	max-width:1200px;
	}
.tribe-is-responsive div#content, 
.tribe-theme-oas div#content {
	width:calc(100% - 120px);
	max-width:1200px;
	}

}

/* --------------------------------------------------------------------------- 900 --- */
@media only screen and (max-width: 899px) {
body {

}
div#billboard_headline {
	font-size: 7.6em;
	}
div#container {
	width:calc(100% - 80px);
	}
div#content,
div#content.sports_index,
.tribe-is-responsive div#content, 
.tribe-theme-oas div#content {
	width:calc(100% - 0px);
	}
div#content.sport_single,
.tribe-is-responsive div#content.sport_single,
.tribe-theme-oas div#content.sport_single {
	width:calc(70% - 0px);
	margin: 10px 0 10px 0;
	}
div#sidebar { 
	width:calc(28% - 0px);
	margin: 70px 0px 10px 0;
	}
p.float_p {
	width:100%;
	float:none;
	padding-bottom: 20px;
	}
div.flex_sports {
	width:100%;
	float:none;
	}
div.single_sport_thumbnail {
	width:31%;
	padding: 0px 0 30px 0;
	margin: 0 1%;
	box-sizing: border-box;
	}
div#footer { 
	padding: 20px 40px 100px 40px;
	}
div.footer_left { 
	max-width: 260px;
	}

div#post_flex div.dd_single_post,
div#post_flex div.dd_single_post:nth-of-type(3n+0) {
	width:48%;
	margin: 0 2% 18px 0;
	}
div#post_flex div.dd_single_post:nth-of-type(2n+0) {
	margin: 0 0 18px 0;
	}

div.anchor_group {
		display:flex;
		justify-content: space-around;
	flex-wrap: wrap;
	margin: 0 0 15px 0;
	}
div.anchor_group a.button {
	width:100%;
		padding: 0.8em 2.0em 0.7em 2.0em;
	margin: 0 0 5px 0;
	}

.page-template-page_feature_page-php div#wrapper {
	padding:10px 0 0 0;
	}



}


/* ---------------------------------------------------------------------- PHONE 600 --- */
@media only screen and (max-width: 600px) {
body {
	font-size: 18px;
	line-height:1.0em;
	}
div#wrapper {
	background:url(images/wrapper_cap.png) #fff no-repeat center -20px;
	background-size: 100% 150px;
	}
.home div#content {
	width:calc(100% - 40px);
	}
div#billboard div.cycle-slideshow a.cycle-slide img.attachment-full.size-full,
div#billboard_sub img {
	transform:scale(1.3);
	padding-top:30px;
	}

div#hm_button_cell {
	width:calc(100% - 20px);
	margin: -46px auto 20px auto;
	box-sizing: border-box;
	flex-wrap: wrap;
	flex-direction: row;
	}
div#hm_button_cell a {
	width:calc(50% - 6px);
	background: url(images/button_fill.png) no-repeat;
	background-size: 240% 120%;
	}
div#hm_button_cell a.sports_icon {
	background-position: top left;
	}
div#hm_button_cell a.events_icon {
	background-position: top right;
	}
div#hm_button_cell a.volunteer_icon {
	background-position: bottom left;
	}
div#hm_button_cell a.dontate_icon {
	background-position: bottom right;
	}
div.icon {
	padding: 10px 10px 30px 10px;
	}

div#billboard_headline {
	font-size: 3.6em;
	top:170px !important;
	}
div#featured_video {
	width: calc(100% - 40px);
	padding: 20px 20px 40px 20px;
	}
div#featured_video iframe {
	width:360px;
	height: 207px;
	}
div#hm_ig_posts {
	width: 100%;
	min-height:400px;
	height: auto;
	padding: 50px 0px 10px 0px;
	}
div.dd_ig_header a {
	font-size: 1.4em;
	margin: 15px 0 0 18px;
	width:calc(100% - 100px);
	}
div.dd_ig_icon a {
	margin: 30px 22px 0 0;
	}


div#container {
	width:calc(100% - 40px);
	}
div#content,
div#content.sports_index {
	width:calc(100% - 0px);
	}
div#content.sport_single,
.tribe-is-responsive div#content.sport_single,
.tribe-theme-oas div#content.sport_single {
	float:none;
	width:calc(100% - 0px);
	margin: 10px 0 10px 0;
	}
div#sidebar { 
	float:none;
	width:100%;
	margin: 10px 0 10px 0;
	}
div#sidebar div.tribe-events-photo-event-wrap {
	padding-top:2px;
	}


div.equipment_thumbnail {
	width:100%;
	float:none;
	}
div.equipment_desc {
	width:100%;
	float:none;
	}
div.equipment_desc h3 {
	padding:18px 0 8px 0;
	}
div.single_sport_thumbnail {
	width:100%;
	margin: 0 0%;
	}



div#sponsor_band.sport_sidebar {
	float:none;
	width:100%;
	margin: 10px 60px 10px 0;
	background-color: rgba(194,194,194,0.0);
	}
.alignright {
	float:none;
	margin:3px 0 0 0;
	text-align:center;
	max-width:100%;
	}
.alignleft {
	float:none;
	margin:3px 0 0 0;
	text-align:center;
	max-width:100%;
	}



.home div#sponsor_band div.sponsor_flex,
div#sponsor_band div.sponsor_flex {
	box-sizing: border-box;
	width:calc(100% - 40px);
	margin-bottom: 30px;
	}
div#sponsor_band div.sponsor_flex a {
	box-sizing: border-box;
	width: 50%;
	padding: 2%;
	margin: 0px 0;
	}
div#footer { 
	padding: 20px 20px 20px 20px;
	margin-top:-2px;
	}
div.footer_left,
div.footer_right { 
	float:none;
	max-width: 100%;
	text-align:center;
	margin-bottom: 60px;
	}
div#footer div.social {
	float:none;
	max-width: 100%;
	text-align:center;
	}
div#form_title {
	float:none;
	padding: 8px 0 10px 0;
	font-size: 1.4em;
	}
fieldset {
	width:100%;
	float:left;
	}
div.last_name input[type=text] {
	border-radius: 0 5px 5px 0;
	}
div.visitorActions {
	width:100%;
	float:none;
	padding-top:30px
	}
div.visitorActions input[type=submit] {
	border-radius:5px;
	}
div#header div.social a#nav_toggle {
	position:fixed;
	top:10px;
	right:20px;
	border-left:transparent;
		padding-left:16px;
		margin-left:10px;
	}
div#header div.social {
	left:20px;
	right:0px;
	font-size:1.8em;
	line-height:1.0em;
	}
div#header div.social a.instagram,
div#header div.social a.facebook {
	font-size:0.85em;
	line-height:1.0em;
	padding-right:8px;
	opacity:0.8;
	}
div#header {
	background-size: 150% 100%;
	height:70px;
	}
div#footer_cap {
	height:23px;
	margin-top:-2px
	}
nav#access {
	padding:10px;
	}
div.sponsor_community div.one_sponsor {
	width:100%;
	padding: 20px;
	}
div.sponsor_double_black div.one_sponsor {
	width:100%;
	padding: 20px;
	}
div.sponsor_black_diamond div.one_sponsor {
	width:100%;
	padding: 20px;
	}
div.sponsor_double_black div.one_sponsor img {
	width:90%;
	display:block;
	margin: 0 auto;
	}
div.sponsor_black_diamond div.one_sponsor img {
	width:80%;
	display:block;
	margin: 0 auto;
	}
div.sponsor_blue_square div.one_sponsor,
div.sponsor_green_circle div.one_sponsor {
	width:100%;
	display: block;
	padding: 20px;
	}
div.sponsor_blue_square div.one_sponsor img,
div.sponsor_green_circle div.one_sponsor img {
	width:70%;
	height:auto;
	display:block;
	margin: 0 auto;
	padding: 0 0 0 0px;
	}
div.sponsor_green_circle div.one_sponsor img {
	width:60%;
	}
div.sponsor_blue_square div.one_sponsor p,
div.sponsor_green_circle div.one_sponsor p {
	margin: 0px;
	box-sizing: border-box;
	padding: 0 0 0 0;
	font-size: 0.9em;
	line-height: 1.41em;
	}
div.tribe-events-event-image,
div.tribe-events-single-section.tribe-events-event-meta.primary {
	float:none;
	width:100%;
	}
div.tribe-events-single-event-description.tribe-events-content {
	margin-left: 0%;
	}
div.tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix {
	float:none;
	width:100%;
	height:400px;
	margin-top:0px !important;
	margin-bottom: 20px; 
	}
div.tribe-events-venue-map div#tribe-events-gmap-0 {
	height:400px !important;
	}
div.tribe-events-cal-links {
	width:100%;
	}
div.tribe-events-list .tribe-event-schedule-details {
	padding: 0 0 10px 0;
	}
div.tribe-events-list .tribe-events-event-image img {
	max-height:600px;
	width:100%;
	margin-bottom: 10px;
	}
.single.tribe-is-responsive div#container {
	padding: 50px 0 0 0;
	}
.tribe-events-list .tribe-events-venue-details {
	border-top: transparent;
	margin-top: 0px;
	padding:0;
	}
.tribe-events-loop .tribe-events-event-meta {
	padding:7px 0 0 0px;
	background:transparent;
	border:transparent;
	}
div#menu {
	margin:0;
	padding:0;
	width:auto;
	float:none;
	}
div#menu ul li a {
		display:block;
		margin:0px 3px 0px 3px;
	padding: 12px 8px 12px 8px;
		text-decoration:none;
	text-align:left;
	font-size:1.0em;
		line-height: 1.0em;
		font-family: benton-sans-condensed, sans-serif;
		font-weight: 700;
		box-shadow: 0px 0px 5px rgba(255,255,255,0.8);
		border-radius: 3px;
	}
div#menu ul li {
	width:48%;
	box-sizing: border-box;
	}
div#menu ul#menu-main-nav li#menu-item-52,
div#menu ul#menu-main-nav li#menu-item-29,
div#menu ul#menu-main-nav li#menu-item-28,
div#menu ul#menu-main-nav li#menu-item-643 {
	display:block;
/*	border: 1px dotted red; */
	float:left;
	clear:left;
	margin-top:4px;
	}
div#menu ul#menu-main-nav li#menu-item-27 {
	position:absolute;
	top:60px;
	right:10px;
	}
.tribe-events-sub-nav .tribe-events-nav-right a span {
	position:relative;
	display:inline-block;
	top:auto;
	right:auto;
	}
.tribe-events-sub-nav .tribe-events-nav-left a span {
	position:relative;
	display:inline-block;
	top:auto;
	left:auto;
	}


div#post_flex {
	display: block;
	}
div#post_flex div.dd_single_post div.entry_content,
div#post_flex div.dd_single_post:hover div.entry_content {
	height: auto;
	overflow:visible;
	}
div#post_flex div.dd_single_post div.post_thumbnail,
div#post_flex div.dd_single_post:hover div.post_thumbnail {
	width:100%;
	height:220px;
	transition: height .8s;
	margin: 0 0 10px 0;
	overflow:hidden;
	}
div#post_flex div.dd_single_post div.entry_content div.post_fader {
	display:none;
	}

div#post_flex div.dd_single_post,
div#post_flex div.dd_single_post:nth-of-type(3n+0),
div#post_flex div.dd_single_post:nth-of-type(2n+0) {
	width:100%;
	margin: 0 0 18px 0;
	}

img.aligncenter {
	max-width:100%;
	height:auto;
	}
.pageid-3096 div.equipment_thumbnail div.panel-body {
	width:100% !important;
	height:auto;
	float:none !important;
	}
div#neoncrm-fundraising-widget {
	width:calc(100% - 20px) !important;
	}

}

/* ---------------------------------------------------------------------- PHONE 600 --- */
@media only screen and (max-width: 400px) {
div#hm_cap {
    margin-top: 220px !important;
	}
}


/* -------------------------------------------------------------------------- PRINT --- */
@media print {

}
































