/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignright-photo {
	display: inline-block;
	float: right;
	width: 50%;
	max-width: calc(50% - 14px);
	height: auto;
	margin: 0 0 7px 14px;
}

@media screen and (min-width: 768px) {
	.alignleft {
		display: inline;
		float: left;
		margin-right: 1.5em;
	}

	.alignright	 {
		display: inline;
		float: right;
		margin-left: 1.5em;
	}

	.alignright-video {
		display: inline-block;
		float: right;
		width: 50%;
		max-width: calc(50% - 14px);
		height: auto;
		margin: 0 0 7px 14px;
	}

	.alignleft, .alignright, img.alignleft, img.alignright { max-width: calc(50% - 28px); height: auto;}
	.wp-caption,embed,iframe,object { max-width: 100%; /* height: auto; */}

	.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1.333em;
	}
}



.alignleft {
	display: inline-block;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}


.aligncenter {
	width: 100%;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft,
.alignright {
	max-width: calc(50% - 14px);
	height: auto;
	margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
	.alignleft-half, .alignright-half {
		/* max-width: 100%; */
		margin-left: 0;
		margin-right: 0;
	}

	.alignleft-half {
		margin-right: 14px;
	}
	
	.alignright-half {
		margin-left: 14px;
	}
}

@media screen and (max-width: 767px) {
	.mobile-full {
		display: block;
		float: none;
		max-width: 100%;
		height: auto;
		padding: 0;
		margin: 0 0 1em;
	}

	.alignleft-third,
	.alignright-third {
		max-width: calc(50% - 14px);
		height: auto;
	}
}

@media screen and (min-width: 768px) {
	.alignleft,
	.alignright {
		max-width: 48%;
		height: auto;
		margin-bottom: 0;
	}

	.alignleft-third,
	.alignright-third {
		max-width: calc(33% - 14px);
		height: auto;
	}
}

.baseline-up {
  position: relative;
  top: -3px;
}


.brand {
	color: #782f40 !important;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

@media only screen and (min-width: 768px) {
    .page-landing-slim {margin: auto 25px;}
}
@media only screen and (min-width: 992px) {
    .page-landing-slim {margin: auto 75px;}
}
@media only screen and (min-width: 1200px) {
    .page-landing-slim {margin: auto 100px;}
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
/*	text-align: center; */
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*
 * GRAVITY FORMS
 */

/*
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required:after {
	font-size: 75%;
	color: #782f40;
	content: '<span class="sr-only"> (required)</span>';
}
*/

.gf_pad {
	background-color: #eee;
	padding: 1em !important;
	border: 1px #dfdfdf solid;
}

.gf_pad:nth-child(2n) {
	background-color: #fafafa;
}

.gf_pad .gfield_radio {
	margin: 0 !important;
}

.gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 8px;
}

.gform_wrapper li.gf_list_inline ul.gfield_checkbox li, .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    margin-right: 24px !important;
}
.gf_pad_on {
}

#gf_progressbar_wrapper_7,
#gf_progressbar_wrapper_8 {
	display: none;
}


@media only screen and (min-width: 767px) {
	.gform_page_footer input.button.gform_next_button,
	.gform_page_footer input.gform_button {
	}
}


@media only screen and (max-width: 767px) {
	.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
	    width: 100% !important;
	}
}

.gform_previous_button_x,
.gform_wrapper .gfield_label .gfield_required {
	/* display: none !important;*/
}

body .button_play_again {
	display: inline-block !important;
}

.gform_body select,
.gform_body input {
	border-color: #782f40;
	border-width: 1px;
}

.gform_next_button, .gform_button {
	background: #782f40;
	color: #fff !important;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
}

.gform_button:hover, .gform_button:focus  {
    color: #000;
    background-color: #ceb888;
}

.gfield_required {
	/* color: #fff !important; */
}

.gform_previous_button,
a.gform_previous_button{
	background: #ccc;
	color: #000 !important;
	border-color: #bbb;
}

a.gform_previous_button:hover {
	color: #782f40 !important;
}

.gfield_error {
	border-top-color: #782f40;
	border-top-width: 3px !important;
}

.gfield_error .validation_message {
	background: #782f40;
	color: #fff !important;
	padding: .5em !important;
	margin: .5em 0;
}

html .gform_wrapper .gfield_radio li label {
    margin: 2px 0 4px 4px;
}

html .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, 
html .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], 
html .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0px;
}

body .gform_wrapper ul li.highlight {
    background: #782f40;
    color: #fff;
    font-size: 130%;
    padding: 1em !important;
    margin: 1em 16px 1em 0;
}

body .gform_wrapper ul li.highlight span {
    font-size: 140%;
}


/*
 * BEGIN ONPA
 */



img {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}

body {
	background-color: #f5f5f5;
}

/*
 * FONT OVERRIDES
 */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
blockquote,
.heading-secondary,
.navbar,
.pre-heading,
.sidebar h3,
.sidebar .toggle,
.slide-description {
	font-family: 'acumin-pro-semi-condensed', sans-serif;
}

.btn,
.button,
.calendar-heading,
.footer ul,
.pagination,
.photo-credit,
.presentedby,
.sidebar,
.sidebar h2,
.meta-heading,
.meta,
.sponsors,
.table-benefits th {
	font-family: 'acumin-pro-condensed', sans-serif;
}

.btn,
.meta {
  font-size: 120%;
  font-weight: 500;
  line-height: 1.333;
}

h1 small,
h2 small,
h3 small {
	color: #782f40;
}

article li a {font-weight: bold;}

/* .wrapper, */
blockquote,
blockquote span,
.event-header h1 {
	font-family: 'abril-text', sans-serif;
}

.event-header h1 {
  font-weight: bold;
  color: #782f40;
}

.event-header h1 span {
  color: #2c2a29;
}

.alert {
    width: 100%;
    background-color: #782f40;
    color: #fff;
    padding: .5em 0;
    margin: 0;
}

.alert p {margin: .5em 0}
.alert a, .alert a:link {color: #e5e5e5; border-bottom: 1px #fff dashed;}
.alert a:hover, .alert a:focus {color: #fff; border-color: #e5e5e5;}

article {
	border-top: 2px #fff solid;
	border-bottom: 1px #e5e5e5 solid;
	padding: 0 0 14px 0;
	margin: 0;
}

/*
 * CALENDAR
 */
@media (max-width: 767px) {
  .post-type-archive-events h1 {
    font-size: 130%;
  }  
}

h2.calendar-heading {
	font-size: 133%;
	font-weight: 500;
	text-transform: uppercase;
	border-top: 2px #fff solid;
	border-bottom: 1px #e5e5e5 solid;
	padding: 14px;
	margin: 0;
}

.calendar-heading:first-child {
	border-top: 2px #e5e5e5 solid;
}

.calendar-list {
	list-style-type: none;
	padding: 0;
	margin: 0 0 28px;
}

.calendar-list li {
	padding: 14px;
	border-bottom: 1px #e5e5e5 solid;
}

.calendar-list .item-heading {
	font-size: 133%;
	font-weight: 600;
	line-height: 1.333;
	/* text-transform: uppercase; */
	margin: .5em 0 .25em;
}

.calendar-list .item-date {
  font-size: 110%;
	margin: 0 0 .25em;
}

@media screen and (min-width: 768px) {
	.calendar-list .item-heading {
		margin: 0 0 .25em;
	}

	.calendar-list .item-date {
		margin: 0 0 1em;
	}
}

.calendar-list .item-heading span {
	font-weight: 500;
	margin: 0;
}


.calendar-list .item-heading span span {
	font-style: normal;
	margin: 0 .05em;
}


.callout {
	background: #f5f5f5;
}

.callout h2 {
	padding: 14px 14px 0;
}

@media screen and (min-width: 768px) {
  ul.columns-2 {
    column-count: 2;
    column-gap: 1em;
  }
}

@media screen and (min-width: 768px) {
	.content-header {
		margin-top: 0;
	}
}

@media screen and (min-width: 992px) {
	.content-header {
		margin-top: -50px;
	}

  .calendar-list img {
    
  }
}

@media screen and (min-width: 1200px) {
	.content-header {
		margin-top: -80px;
	}
}



/*
 * FEATURE
 */
.feature {
	position: relative;
}

.feature-badge {
	width: 60px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 20;
}

.feature-badge-1 {
	left: 60px;
}

@media screen and (min-width: 768px) {
	.feature-badge {
		width: 100px;
	}
	.feature-badge-1 {
		left: 100px;
	}

}

.feature-slider {
	top: 0;
}

.feature-slider .slide-description {
  line-height: 1.15;
}

.feature-slider .slide-description span {
  display: block;
  margin-bottom: .25em;
}

.feature-slider .slide-description span.small {
  font-size: 75%;
}

.feature-slider .slide-description span.date {
  font-family: 'acumin-pro', sans-serif;
  font-size: 50%;
  font-weight: 400;
  margin-top: .75em;
}

/*
 * FOOTER
 */
.footer {
	background-color: #f5f5f5;
	padding: 2em 0;
	border-top: 2px #e5e5e5 solid;
	margin-top: 0em;
	margin-bottom: 5em;
}

.footer h5 {
	color: #782f40;
	text-transform: uppercase;
}

.footer a:hover {
	color: #000;
}

.footer ul {
	font-weight: 500;
	line-height: 2.369;
}

.footer li {
	font-size: 100%;
}

@media screen and (min-width: 992px) {
	.footer ul {
		line-height: 1.777;
	}
}

.footer-celebrate {
	color: #782f40;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	padding: 1em;
	border: 1px #782f40 solid;
	border-width: 1px 0;
	margin: 1.777em auto;
}

.footer-seal {
	width: 100px;
	margin-bottom: 14px;
}

.footer-address,
.footer-contact {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.footer-address {
		text-align: right;
	}

	.footer-contact {
		text-align: left;
	}
}



/*
 * HEADER
 */
.header {
	background: transparent;
}

@media screen and (min-width: 768px) {
	.header {
		margin-top: 14px;
		height: 108px;
	}

	.header-reverse {
		height: auto;
	}
}

@media screen and (min-width: 992px) {
	.header {
		position: relative;
		height: 141px;
	}

	.header-reverse {
		height: 484px;
	}
}

@media screen and (min-width: 1200px) {
	.header {
		height: 165px;
	}

	.header-reverse {
		height: 584px;
	}
}



/*
 * HEADINGS
 */
.heading-main {
	font-size: 177.7%;
	padding: 7px 0;
	/* border-top: 2px #e5e5e5 solid; */
	border-bottom: 2px #000 solid;
	margin: 28px 0 14px;
}

.heading-main .btn {
	margin: 7px 0;
}

@media screen and (min-width: 768px) {
	.heading-main .btn {
		display: inline-block;
		/* float: right; */
		margin-top: 5px;
	}
}

.heading-secondary {
	font-size: 100%;
	font-weight: 700;
	text-transform: uppercase;
	padding: 7px 0;
	margin: 7px 0 14px;
	margin: 7px 0 0px;
}

.home-section div {
	margin-bottom: 28px;
}

.home-image {
	position: absolute;

}

.in-class,
.ruby-jr {
	display: block;
	width: 180px;
	margin: 0 auto 1em;
}

.ruby-jr {
	width: 90px;
}

.icon-inline {
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 0 0 0 7px;
}

h2.index-excerpt {
	margin-bottom: 7px;
}

.entry-meta {
	margin-bottom: 14px;
}

/*
 * LOGO
 */
.logo h1 {
	margin: 0;
}

.logo {
	max-width: 100%;
	margin-bottom: 14px;
}

@media screen and (min-width: 360px) {
  .logo {
    max-width: 75%;
  }
}

@media screen and (min-width: 768px) {
	.logo {
		position: static;
    width: 420px;
    height: auto;
		top: -14px;
		left: -14px;
		z-index: 100;
    margin: 0;
	}

  .logo p {
    margin-bottom: 0;
  }

	.logo-vert {
		position: absolute;
		top: 0;
		left: 0;
		height: 360px;
		background-color: rgba(120, 47, 64, 0.0);
		padding: 14px;
	}
}

@media screen and (min-width: 992px) {
	.logo {
		width: 18%;
		position: absolute;
		top: -14px;
		left: -14px;
		z-index: 100;
		/* rgg added */
		width: 30%;
		background-color: white;
	}

  .logo-vert {
		height: 470px;
	}
}

@media screen and (min-width: 1200px) {
	.logo-vert {
		height: 570px;
	}
}




.media-video {
	position: relative;
}

.media-video .icon-play {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
	z-index: 20;
}

.media-video.icon-play+img {
	opacity:1;
	-webkit-transition: all 500ms; /* Safari */
    transition: all 500ms;
}

.media-video:hover .icon-play+img {
	opacity: 0.8;
}

.media-video a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color 5px;
    outline-offset: -2px;
}

.media-video .modal-body {
	padding: 0;
	margin-bottom: 0;
}

.media-video .modal-footer {
    padding: 15px;
}

.media-video .modal-header {
    margin-bottom: 0;
}



/*
 * META
 */
.meta {
	font-weight: 700;
	border-top: 2px #e5e5e5 solid;
	padding: 14px 0 0;
	margin: 0 0 2em;
}

html body .meta-heading {
    background: #782f40;
    color: #fff;
		font-size: 75%;
    padding: 7px 14px;
}
@media screen and (max-width: 767px) {
  html body .meta-prices {
    font-size: 125%;
  }
}

@media screen and (min-width: 992px) {
  html body .meta-heading {
    margin: inherit  -14px 0 -14px;
  }
}

.meta p {
	margin: 0 0 .25em;
}

.meta .meta-genres {
	margin-bottom: .75em;
}

.meta-genre {
	font-weight: 500;
}

.meta hr {
	margin: .5em 0;
}

.meta .note {
  font-weight: normal;
  padding: .5em;
  margin-bottom: .5em;
}

@media screen and (min-width: 768px) {
	.meta {
		padding: 0;
		border: 0;
		margin: 0;
	}
}

@media screen and (min-width: 992px) {
	.meta {
		margin: 50px 0 0;
	}
	.meta ~ .meta {
		margin: 0;
	}

}


/*
 * NAVIGATION
 */
.navbar-onpa .navbar-toggle {
    border-color: #782f40;
	margin: 21px 21px 21px 14px;
}

.navbar-onpa .navbar-toggle .icon-bar {
    background-color: #782f40;
}

.navbar-toggle .icon-bar {
    height: 3px;
    border-radius: 0;
}

.navbar {
	background: transparent;
	min-height: 0;
	border: 0;
	margin: 0;
}

.navbar-collapse {
	padding: 0 0 14px;
}

.navbar-nav {
	list-style-type: none;
	padding: 0 !important;
	margin: 0;
}

.navbar-nav li {
	font-size: 100%;
	border-bottom: 1px #fff solid;
}

.navbar-nav li:last-child {
	border-bottom: none;
}

.navbar-nav li a {
	display: block;
	background-color: #782f40;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
	background-color: #000;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.navbar-nav {
		top: 7px;
		right: 0;
		z-index: 100;
	}

	.navbar-nav li {
		display: inline-block;
		font-size: 90%;
		line-height: 1;
		border-bottom: none;
	}

	.navbar-nav li a {
		display: inline-block;
		background-color: transparent;
		color: #782f40;
		text-transform: uppercase;
		padding: 14px 14px;
	}


	.category-45 #menu-item-2648 a,
	.category-42 #menu-item-127 a,
	.category-66 #menu-item-127 a,
	.single-events .menu-item-859 a,
	.navbar-nav li.active a,
	.navbar-nav li.current-menu-item a,
	.navbar-nav li.current-page-ancestor a,
	.navbar-nav li a:hover,
	.navbar-nav li a:focus {
		background: #000;
		color: #fff;
	}

	.header-reverse li a {
		color: #fff;
		text-shadow: -2px 2px 3px rgba(0, 0, 0, .9);
	}

	.header-reverse ul {
		background-color: #782f40;
	}

	.header-reverse li a:hover,
	.header-reverse li a:focus {
		text-shadow: none;
	}


}
@media screen and (max-width: 991px) {
	.header-reverse ul {
		width: 100%;
	}
}


@media screen and (min-width: 992px) {
	.navbar-nav {
    position: absolute;
		top: 14px;
	}

	.navbar-nav ul,
	.header-reverse ul {
		background-color: rgba(120, 47, 64, 0);
	}

	.navbar-nav li {
		font-size: 100%;
	}
}

@media screen and (min-width: 1200px) {
	.navbar-nav {
		top: 14px;
	}
}


.pagination {
	margin: 7px 0 14px;
}

.pagination .active {
	background: #782f40;
	color: #fff;
	font-weight: bold;
}




.photo-credit {
	position: absolute;
	z-index: 30;
	right: 0;
	bottom: 0;
	padding: 5px;
	margin: 0;
	background: rgba(0,0,0, .4);
	color: #fff;
}

.photo-credit p {
	font-size: 9px;
	line-height: 1;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}


/*
 * PRESENTED BY
 */
.presentedby p {
	color: #6f6f6f;
	font-size: 125%;
	font-style: italic;
	text-transform: uppercase;
	margin: -.5em 0 .5em;
}


/*
 * SIDEBAR
 */
.sidebar {
	margin: 0 0 28px;
}

.sidebar p a {
	font-weight: 700;
}

.sidebar-toggle {
	border-top: 1px #000 solid;
	margin-bottom: -1px;
}

.sidebar h2,
.sidebar h3 {
	font-size: 130%;
	font-weight: 700;
	/* text-transform: uppercase; */
	border-top: 2px #e5e5e5 solid;
	border-bottom: 2px #000 solid;
	padding: 14px 0;
	margin: 0 0 14px;
}

.sidebar nav {
	margin-top: -14px;
}

.sidebar-toggle nav {
	margin-top: 0px;
}

.sidebar nav ul {
	list-style-type: none;
	padding: 0 !important;
}

article .sidebar li a,
article .sidebar p.toggle {
	font-size: 110%;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
    .sidebar h2,
    .sidebar h3 {
        font-size: 135%;
    }

    .sidebar nav li,
    .sidebar p.toggle {
        font-size: 125%;
    }
}

.sidebar nav a,
.sidebar p.toggle a {
	display: block;
	padding: 7px 14px;
	border-bottom: 1px #e5e5e5 solid;
}

.sidebar nav li:last-child a {
	border: 0;
}

.sidebar nav a:hover,
.sidebar nav a:focus {
	background-color: #ebe9e8;
}

.sidebar nav .current-menu-item a,
#menu-item-1567.current_page_parent a,
/*.sidebar nav .current-page-parent a,*/
.sidebar nav .current-post-parent a,
.sidebar nav .active a {
	background-color: #e5e5e5;
}

.sidebar p.toggle {
	padding: 0;
	margin: 0;
}

.sidebar p.toggle a {
	background: url(../images/icon-toggle-expanded.png) 0% 50% no-repeat;
	background-size: 8px 8px;
	/* text-transform: uppercase; */
	margin: 0;
}

.sidebar p.toggle a.collapsed {
	background: url(../images/icon-toggle-collapsed.png) 0% 50% no-repeat;
	background-size: 8px 8px;
}



/*
 * SLIDER
 */
.slide {
	background: #782f40;
	color: #fff;
}

.slide-content {
	padding: 14px;
	color: #fff;
	min-height: 15em;
}

.slide-description {
	font-size: 180%;
	line-height: 1;
	color: #fff;
	margin-bottom: 14px;
}

@media (min-width: 768px) {
  .slide-description {
	  font-size: 200%;
  }
}

.slide-content-background .slide-description {
	background: #782f40;
	padding: .125em .25em;
	margin: 0 -.25em -.25em;
}

.slide-button {
	margin-bottom: 0;
}

.slide-button .btn {
	font-size: 133%;
	padding: 7px 14px;
}

.slide-button a {
	background-color: #fff;
	color: #782f40;
	border-color: #fff;
}

.slide-button a:hover, .slide-button a:focus,
.slide-button .btn-primary:hover, .btn-primary a:focus
{
	background-color: #ceb888 !important;
	color: #782f40;
}

@media screen and (min-width: 768px) {
	.slide {
		position: relative;
	}

	.slide-content {
		width: 100%;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
		position: absolute;
		z-index: 11;
		bottom: 0;
		left: 0;
		min-height: auto;
		padding: 28px;
	}

	.slide-description {
		font-size: 220%;
		text-shadow: -2px 2px 0 rgba(120, 47, 64, 1);
		color: #fff;
	}

	.slide-button a {
		background-color: #782f40;
		color: #fff;
	}
}

@media screen and (min-width: 992px) {
	.slide-description {
		font-size: 270%;
	}
}



.sold-out,
.canceled {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 21;
}



/*
 * SPONSORS
 */
 .sponsor-group {
	padding: 14px 0 28px;
	border-bottom: 1px #e5e5e5 solid;
	margin: 0 0 2em;
}

.sponsors {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
  row-gap: 10px;
}

.sponsor {
  align-items: center;
  justify-content: center;
  flex-basis: calc(50% - 20px);
  color: #782f40;
  font-weight: bold;
  font-size: 100%;
  line-height: 1.333;
  text-align: center;
  text-transform: uppercase;
	padding: .5em;
}

.sponsor a {
  flex-basis: 100%;
}

.sponsors hr {
  flex-basis: 100%;
	margin: 7px 0;
}

@media screen and (min-width: 768px) {
  .sponsor {
    flex-basis: calc(33.3% - 20px);
    font-size: 100%;
  }
}

@media screen and (min-width: 1170px) {
  .sponsor {
    flex-basis: calc(25% - 20px);
  }
}

.sponsors-event .sponsor {
  flex-basis: 100%;
  font-size: 133%;
}



/*
 * UTLITIES
 */
h1, .h1 {
	color: #782f40;
	font-size: 177.7%;
	line-height: 1.1;
	margin-top: 14px;
	margin-bottom: 28px;
}

h1 span, .h1 span {
	font-size: 60%;
	font-style: italic;
}

h1 span span, .h1 span span {
	font-size: 100%;
	font-style: normal;
	margin: 0 .125em;
}

.pre-heading {
	color: #782f40;
	font-style: italic;
	font-size: 133%;
	margin-top: 14px;
	margin-bottom: 7px;
}

.item-heading .pre-heading {
	font-size: 100%;
}

.event-header .pre-heading + h1 {
	margin-top: 7px;
}

@media screen and (min-width: 768px) {
	h1, .h1 {
		font-size: 236.9%;
	}

}

h2, .h2 {
	font-size: 133.3%;
	margin-top: .75em;
}

.attention {
  background-color: #782f40;
  color: #fff;
  font-size: 133%;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: .5em;
  margin-top: 14px;
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
	h2:first-child, .h2:first-child {
		margin-top: 0;
	}
}

@media screen and (min-width: 768px) {
	h2, .h2 {
		font-size: 236.9%;
		font-size: 177.7%;
	}

}


h3, .h3 {
	font-size: 133%;
	font-weight: 700;
}

h4, .h4 {
	font-size: 100%;
	font-weight: 700;
}




p a:link {
	border-bottom: 1px #782f40 dotted;
}

blockquote {
  color: #efaf29;
	font-size: 177%;
  font-style: italic;
	line-height: 1.333;
	padding: 0 0 14px;
	border: 0;
	border-bottom: 1px #e5e5e5 solid;
	margin: 0 0 14px;
}


blockquote span {
  color: #231f20;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;

}

blockquote span span {
	font-style: normal;
}

blockquote span::before {
	content: "";
	display: table;
	clear: both;
}

blockquote.on-primary {
	color: #782f40;
	border-top: 1px #e5e5e5 solid;
	border-bottom: 1px #e5e5e5 solid;
	padding: 1em 0;
	margin: 2em 0;
}

@media screen and (min-width: 992px) {
	blockquote {
		font-size: 133.3%;
		line-height: 1.333;
	}

	blockquote span {
		font-size: 90%;
	}

	blockquote span::before {
		content: none;
		display: inherit;
		clear: none;
	}
}


hr {
	margin: 28px 0;
	margin: 14px 0;
	border-color: #6f6f6f;
	border-color: #e5e5e5;
}

small, .small {
	font-size: 85%;
}

.btn, .button {
	white-space: normal;
	text-transform: uppercase;
	border-style: solid !important;
}

a.btn-default {
	border-style: solid !important;
}

.btn-md {
	font-size: .9em;
	font-weight: bold;
	line-height: 1.777;
    padding: .3em .8em;
	margin-top: .5em;
	margin-bottom: .5em;
}

.btn-sm {
	font-size: .9em;
	font-weight: bold;
	line-height: 1.333;
    padding: .25em .5em;
	margin-top: .25em;
	margin-bottom: .25em;
}


.btn-expand {
	display: inline-block;
	margin-top: .5em;
}

@media screen and (min-width: 768px) {
	.btn-expand {
		float: right;
		margin-top: 0;
	}
}

.event-header h1 {
    margin-top: 2.5rem;
    margin-bottom: 2.0rem;
}

.event-header .lead {
	color: #782f40;
	font-size: 133%;
	font-style: italic;
	margin-top: -14px;
}

.img-expand {
  width: 100%;
  height: auto;
}

.img-icon {
	float: left;
	width: 48px;
	height: 48px;
	margin: 0 7px 7px 0;
}

.main {
	border-top: 2px #e5e5e5 solid;
	padding: 14px 0 28px;
}

.main p {
	font-size: 110%;
}

/*--------------------------------------------------------------
## Notes
--------------------------------------------------------------*/

p.note {
	color: #6f6f6f;
	font-size: 90%;
}

p.note b {
	color: #000;
}

.note table {margin-bottom: .5em;}

div.note {
	background-color: #e5e5e5;
	background-color: #f5f5f5;
	font-size: 90%;
	padding: 1.5em;
	border: 1px #6f6f6f solid;
	border: 1px rgba(0, 0, 0, .1) solid;
	margin: 0 0 1.5em;
}

.note-burst {
	background: url('../images/note-burst-6a0e55.png') -32px 50% no-repeat;
	background-color: #e5e5e5;
	padding: 10px 10px 10px 42px;
}

.note-burst-gold {
	background-image: url('../images/note-burst-ceb888.png');
}



@media screen and (min-width: 768px) {
	img.on-half {
		width: 40%;
	}
	img.on-third {
		width: 25%;
	}
}

.wrapper {
	background-color: #fff;
	padding: 0 0 3em;
}

/*
 * UTILITY
 */
:root .video {
	position:relative;
	height:0;
	overflow:hidden;
	padding-bottom:56.25%;
	padding-top:0;
	margin-bottom:0;
}

:root .video iframe,
:root .video object,
:root .video embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


.header:after,
.group:after,
.clear:after,
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}



.widget_calendar th { border: none; }
.widget_calendar .pad { background: #fdfcfc; }
.textwidget { font-size: 75%; }
.textwidget .s3-nv { font-size: 133%; }
.textwidget .caption { font-size: 100%; }
#fsu-title a { font-weight: 200; }
.article .centered-image,.article .featured-image,.article h2 { margin-top: 0; }

.wp-caption { font-style: italic; }

.wp-caption .aligncenter
{
	margin-top: 1.777em;
	margin-bottom: 1.777em;
}

.wp-caption.alignleft,.wp-caption.alignright
{
	margin-top: 0;
	margin-bottom: 1.777em;
}

.wp-caption em { font-style: normal; }

.wp-caption img[class*=wp-image-]
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption-text
{
	display: block;
	position: relative;
	margin: .75em 0 1.777em 1.777em;
	padding: 0 1em .5em 0;
	margin: .75em 0 0;
	padding: 0;
	font-size: 75%;
/*	border-bottom: 1px solid #d5d4d4;*/
}

.wp-caption-text-gallery { margin-bottom: .563em!important; }
/*
.wp-caption-text::before
{
	position: absolute;
	top: -1px;
	left: -1.777em;
	display: block;
	font-family: FontAwesome;
	font-style: normal;
	color: #ceb888;
	content: "\f124";
	transform: rotate(45deg);
}
*/
.aligncenter .wp-caption-text,.alignnone .wp-caption-text
{
	margin-left: 1.777em;
	margin-left: 0;
	margin-bottom: 1.777em;
}

.alignleft .wp-caption-text,.alignright .wp-caption-text
{
	margin-top: 1em;
	margin-bottom: 1em;
}

figure.aligncenter,img.aligncenter
{
	margin-top: 1.777em;
	margin-bottom: 1.777em;
	margin-top: 14px;
	margin-bottom: 28px;
}

figure img.aligncenter+figcaption { margin-top: -1.5em; }
img.alignleft,img.alignright { margin-bottom: 1.5em; }

.centered-image,.featured-image
{
	max-width: calc(100% + 28px);
	height: auto;
	margin: 1.5em -14px;
}

@media screen and (min-width:768px)
{
	.centered-image,.featured-image
	{
		max-width: calc(100% + 3.6em);
		height: auto;
		margin: 1.5em 0;
	}

	.featured-image { margin-top: 0; }
}

@media screen and (min-width:1170px)
{
	.centered-image
	{
		max-width: calc(100% + 14px);
		margin-right: 0;
		margin-left: 0;
	}

	.wp-caption.alignright,img.alignright { margin-right: 0; }
	.wp-caption.alignleft,img.alignleft { margin-left: 0; }
}

.featured-image
{
	margin-top: 0;
	margin-bottom: 1em;
}

.featured-image img
{
	display: block;
	margin: 0 auto;
}

.members .members-01::after,
.members .members-02::after,
.members .members-03::after,
.members .members-04::after,
.members .members-05::after,
.members .members-06::after,
.members .members-07::after,
.members .members-08::after,
.members .members-09::after,
.members .members-10::after,
.members .members-11::after,
.members .members-12::after,
.members .members-13::after,
.members .members-14::after,
.members .members-15::after,
.members .members-16::after,
.members .members-17::after,
.members .members-18::after,
.members .members-19::after,
.members .members-20::after {
  display: inline-block;
  content: "";
	width: 1.0em;
	height: 1.0em;
	margin: 0 0 0 .2em;
  /* background-image: url("../images/symbol-diamond.svg"); */
  background-size: 1em 1em;
}
.members .members-01::after {background-image: url("../images/symbol-diamond.svg");}
.members .members-05::after,
.members .members-06::after,
.members .members-07::after,
.members .members-08::after,
.members .members-09::after {background-image: url("../images/symbol-astrisks.svg");}
.members .members-10::after,
.members .members-11::after,
.members .members-12::after,
.members .members-13::after,
.members .members-14::after {background-image: url("../images/symbol-star.svg");}
.members .members-15::after,
.members .members-16::after,
.members .members-17::after,
.members .members-18::after,
.members .members-19::after {background-image: url("../images/symbol-on.svg");}
.members .members-20::after,
.members .members-21::after,
.members .members-22::after,
.members .members-23::after,
.members .members-24::after {background-image: url("../images/symbol-20.svg");}

.nav-previous { padding-bottom: 1em; }

@media screen and (min-width:768px)
{
	.nav-links
	{
		justify-content: space-between;
		align-items: stretch;
		padding: 0;
	}

	.comment-navigation .nav-previous,.post-navigation .nav-previous
	{
		align-items: stretch;
		float: left;
		width: 48%;
	}

	.nav-previous { padding-bottom: 0; }

	.comment-navigation .nav-next,.post-navigation .nav-next
	{
		align-items: stretch;
		float: right;
		text-align: right;
		width: 48%;
	}
}

.post-navigation .meta-nav
{
	display: block;
	color: #782f40;
	font-size: 75%;
	font-weight: 500;
}

.symbol-inline {
	width: 1.0em;
	height: 1.0em;
	line-height: .75em;
	margin: -.5em 0 0 0
}

table {table-layout: fixed}
table.tablepress img {
	max-width: 100%;
	height: auto;
}

table thead th {
	background: #782f40 !important;
	color: #fff !important;
	text-align: center;
}

.table-season-list .column-1 {
	width: 40%;
}

.table-season-list .column-2 {
	width: 40%;
}

.table-season-list .column-3 {
	width: 20%;
}

.table-plain tbody td, .table-plain tfoot th {
	border: 0 !important;
}

.table-plain .h4 {
	margin: 0;
}

.table-collapse td {
    padding: 2px 8px !important;
}

.membership-level, .sponsor-level, .table-benefits {display: none}
.membership-level .accordion-content,
.sponsor-level .accordion-content {padding-left: 0}


@media screen and (max-width: 767px) {
	.membership-level, .sponsor-level {display: block;}
}
@media screen and (min-width: 768px) {
	.table-benefits {display: block; width: 100%;}
	html .table-benefits thead th {
		vertical-align: bottom;
	}
	.table-benefits th {
		position: relative;
		border-top: 0;
		height: 230px;
		padding: 6px 0;
		vertical-align: bottom;
	}

	.table-benefits thead img {
		max-width: 160px;
		margin: 0 0 10px 2px;
	}

	.table-benefits th span {
		bottom: 0;
		display: inline-block;
		font-weight: 500;
		width: 20px;
		height: 10px;
		padding: 0;
		margin: 0 8px 0 12px;
		text-align: left;
		transform: rotate(-90deg);
		transform-origin: left;
		white-space: nowrap;
	}

	.table-benefits .column-1 {
		max-width: 700px;
	}
	.table-benefits .fa-circle {
		font-size: 75%;
	}
}

@media screen and (min-width: 1200px) {
	.table-sponsors .column-1 {width: 608px;}
}

.table-benefits thead th {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.333;
	text-align: center;
}

.table-benefits tbody td {
	text-align: center;
}

.table-benefits .column-1 {
	text-align: left;
	min-width: 280px;
}

.table-benefits th span strong {
  margin-right: .25em;
}

/* 
 ************************************************** 
 * Nav Icons
 */

.nav-icons ul {
  padding:0;
  margin-bottom:0
}
.nav-icons ul.menu li {
  display:inline-block;
line-height:1;
padding: 0;
margin: 0;
}
.nav-icons ul.menu li a {
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 177.77%;
  font-weight: 500;
  line-height: 1;
  padding: 0;
  border: 0;
  margin: .25em .66em .25em 0;
  -webkit-transition:background .2s ease-in-out;
  -moz-transition:background .2s ease-in-out;
  -ms-transition:background .2s ease-in-out;
  -o-transition:background .2s ease-in-out;
  transition:background .2s ease-in-out
}

.nav-icons ul.menu li a:hover {
  background: transparent !important;
  text-decoration:none
}

.nav-icons a {
  background-image: none
}

.pagination li a {
  background-image: none;
  border: 0
}

.nav-icon-inline {
  display: inline-block;
  width: .85em;
  height: .85em;
  margin: -.25em 0 0 0;
}

@media screen and (min-width: 767px) {
  .nav-icons {
    text-align: right;
    margin: 0 -10px 0 0;
  }

  .nav-icons ul.menu li a {
    margin: .25em .33em
  }
}

.fa, .fab, .far, .fas {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0
}

.branded a, a.branded, .null a, a.null {background-image: none !important}
.branded a:hover, .branded a:focus, a.branded:hover, a.branded:focus {background-image: none; background-color: transparent !important; color: inherit !important}
.branded a:hover .fa-facebook,  .branded a:focus .fa-facebook,  .branded.fa-facebook  {color: #1877f2}
.branded a:hover .fa-instagram, .branded a:focus .fa-instagram, .branded.fa-instagram {color: #f09433}
.branded a:hover .fa-twitter,   .branded a:focus .fa-twitter,   .branded.fa-twitter   {color: #1da1f2}
.branded a:hover .fa-youtube,   .branded a:focus .fa-youtube,   .branded.fa-youtube   {color: #f00}
.branded a:hover .fa-linkedin,  .branded a:focus .fa-linkedin,  .branded.fa-linkedin  {color: #0a66c2}
.branded a:hover .fa-flickr,    .branded a:focus .fa-flickr,    .branded.fa-flickr    {color: #0063dc}
.branded a:hover .fa-periscope, .branded a:focus .fa-periscope, .branded.fa-periscope {color: #40a4c4}
.branded a:hover .fa-pinterest, .branded a:focus .fa-pinterest, .branded.fa-pinterest {color: #e60019}
.branded a:hover .fa-snapchat,  .branded a:focus .fa-snapchat,  .branded.fa-snapchat  {color: #fffc00}
.branded a:hover .fa-tiktok,    .branded a:focus .fa-tiktok,    .branded.fa-tiktok    {color: #fe2c55}


/* 
 ************************************************** 
 * Accordions
 */
 .accordion-content {
	display: none;
	padding: .5em 0 1em 3.15em
}

.accordion-title {
	position: relative;
	cursor: pointer;
	text-transform: none;
    padding: 16px 0 17px 50px;
    border-color:#b5b5b4;
	border-top-width: 2px;
	border-top-style: dotted;
	margin: 0;
	transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out
}

.accordion-title.active {
	border-top-style: solid
}

.accordion-title:before {
	position: absolute;
	left: 2px;
	top: 12px;
	content: ' ';
	display: block;
	width: 35px;
	height: 35px;
	background-image: url(../images/icon-chevron-circle-right.svg);
	background-size: 35px 35px;
	text-indent: 2px;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out
}

.accordion-title.active:before {
	background-color: rgba(0, 0, 0, .15);
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg)
}



.vip-treatment h3 {
	margin: 0.25em 0;
}

/*
 * TNEW
 */

 .tnew main {
  margin: 20px 0;
 }

 @media screen and (min-width: 992px) {
	.tnew .logo {
		width: 150px;
		position: static;
	}
}

@media screen and (min-width: 992px) {
	.tnew .header {
		position: relative;
		height: 141px;
	}

	.tnew .header-reverse {
		height: 141px;
	}
}

@media screen and (min-width: 992px) {
	.tnew .header-reverse li a {
		color: #782f40;
		text-shadow: none
	}

	.tnew .header-reverse li a:hover,
  .tnew .header-reverse li a:focus {
		background: #782f40;
		color: #fff;
	}
}

/* rgg5678 2025-07-08 fixes logo/navigation/sidebar adjustments comign from logo */

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .content-header {
        margin-top: 0px;
    }
}

@media screen and (min-width: 992px) {
    .meta {
        margin: 0;
    }
}

@media screen and (min-width: 1200px) {
    .meta {
        margin-top: -50px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav {
        /*top: 60px;*/
		top: 0;
    }
}
@media screen and (min-width: 1200px) {
    .navbar-nav {
        top: 10px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav li a {
		padding: 14px 13px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav li a {
		font-size: 14px;
        padding: 14px 10px;
	}
}